diff --git a/apis/s3/v1beta2/zz_bucketlifecycleconfiguration_types.go b/apis/s3/v1beta2/zz_bucketlifecycleconfiguration_types.go index 4fdc3e6c13..7b063da66f 100755 --- a/apis/s3/v1beta2/zz_bucketlifecycleconfiguration_types.go +++ b/apis/s3/v1beta2/zz_bucketlifecycleconfiguration_types.go @@ -40,7 +40,7 @@ type AndInitParameters struct { // Maximum object size (in bytes) to which the rule applies. ObjectSizeLessThan *float64 `json:"objectSizeLessThan,omitempty" tf:"object_size_less_than,omitempty"` - // DEPRECATED Use filter instead. This has been deprecated by Amazon S3. Prefix identifying one or more objects to which the rule applies. Defaults to an empty string ("") if filter is not specified. + // Prefix identifying one or more objects to which the rule applies. Prefix *string `json:"prefix,omitempty" tf:"prefix,omitempty"` // Key-value map of resource tags. All of these tags must exist in the object's tag set in order for the rule to apply. @@ -56,7 +56,7 @@ type AndObservation struct { // Maximum object size (in bytes) to which the rule applies. ObjectSizeLessThan *float64 `json:"objectSizeLessThan,omitempty" tf:"object_size_less_than,omitempty"` - // DEPRECATED Use filter instead. This has been deprecated by Amazon S3. Prefix identifying one or more objects to which the rule applies. Defaults to an empty string ("") if filter is not specified. + // Prefix identifying one or more objects to which the rule applies. Prefix *string `json:"prefix,omitempty" tf:"prefix,omitempty"` // Key-value map of resource tags. All of these tags must exist in the object's tag set in order for the rule to apply. @@ -74,7 +74,7 @@ type AndParameters struct { // +kubebuilder:validation:Optional ObjectSizeLessThan *float64 `json:"objectSizeLessThan,omitempty" tf:"object_size_less_than,omitempty"` - // DEPRECATED Use filter instead. This has been deprecated by Amazon S3. Prefix identifying one or more objects to which the rule applies. Defaults to an empty string ("") if filter is not specified. + // Prefix identifying one or more objects to which the rule applies. // +kubebuilder:validation:Optional Prefix *string `json:"prefix,omitempty" tf:"prefix,omitempty"` @@ -300,7 +300,7 @@ type RuleFilterInitParameters struct { // Maximum object size (in bytes) to which the rule applies. ObjectSizeLessThan *string `json:"objectSizeLessThan,omitempty" tf:"object_size_less_than,omitempty"` - // DEPRECATED Use filter instead. This has been deprecated by Amazon S3. Prefix identifying one or more objects to which the rule applies. Defaults to an empty string ("") if filter is not specified. + // Prefix identifying one or more objects to which the rule applies. Defaults to an empty string ("") if not specified. Prefix *string `json:"prefix,omitempty" tf:"prefix,omitempty"` // Configuration block for specifying a tag key and value. See below. @@ -318,7 +318,7 @@ type RuleFilterObservation struct { // Maximum object size (in bytes) to which the rule applies. ObjectSizeLessThan *string `json:"objectSizeLessThan,omitempty" tf:"object_size_less_than,omitempty"` - // DEPRECATED Use filter instead. This has been deprecated by Amazon S3. Prefix identifying one or more objects to which the rule applies. Defaults to an empty string ("") if filter is not specified. + // Prefix identifying one or more objects to which the rule applies. Defaults to an empty string ("") if not specified. Prefix *string `json:"prefix,omitempty" tf:"prefix,omitempty"` // Configuration block for specifying a tag key and value. See below. @@ -339,7 +339,7 @@ type RuleFilterParameters struct { // +kubebuilder:validation:Optional ObjectSizeLessThan *string `json:"objectSizeLessThan,omitempty" tf:"object_size_less_than,omitempty"` - // DEPRECATED Use filter instead. This has been deprecated by Amazon S3. Prefix identifying one or more objects to which the rule applies. Defaults to an empty string ("") if filter is not specified. + // Prefix identifying one or more objects to which the rule applies. Defaults to an empty string ("") if not specified. // +kubebuilder:validation:Optional Prefix *string `json:"prefix,omitempty" tf:"prefix,omitempty"` diff --git a/package/crds/s3.aws.upbound.io_bucketlifecycleconfigurations.yaml b/package/crds/s3.aws.upbound.io_bucketlifecycleconfigurations.yaml index 2b4a47365d..f5cea54c4c 100644 --- a/package/crds/s3.aws.upbound.io_bucketlifecycleconfigurations.yaml +++ b/package/crds/s3.aws.upbound.io_bucketlifecycleconfigurations.yaml @@ -1278,11 +1278,8 @@ spec: the rule applies. type: number prefix: - description: DEPRECATED Use filter instead. This - has been deprecated by Amazon S3. Prefix identifying - one or more objects to which the rule applies. - Defaults to an empty string ("") if filter is - not specified. + description: Prefix identifying one or more objects + to which the rule applies. type: string tags: additionalProperties: @@ -1302,10 +1299,9 @@ spec: the rule applies. type: string prefix: - description: DEPRECATED Use filter instead. This has - been deprecated by Amazon S3. Prefix identifying one - or more objects to which the rule applies. Defaults - to an empty string ("") if filter is not specified. + description: Prefix identifying one or more objects + to which the rule applies. Defaults to an empty string + ("") if not specified. type: string tag: description: Configuration block for specifying a tag @@ -1556,11 +1552,8 @@ spec: the rule applies. type: number prefix: - description: DEPRECATED Use filter instead. This - has been deprecated by Amazon S3. Prefix identifying - one or more objects to which the rule applies. - Defaults to an empty string ("") if filter is - not specified. + description: Prefix identifying one or more objects + to which the rule applies. type: string tags: additionalProperties: @@ -1580,10 +1573,9 @@ spec: the rule applies. type: string prefix: - description: DEPRECATED Use filter instead. This has - been deprecated by Amazon S3. Prefix identifying one - or more objects to which the rule applies. Defaults - to an empty string ("") if filter is not specified. + description: Prefix identifying one or more objects + to which the rule applies. Defaults to an empty string + ("") if not specified. type: string tag: description: Configuration block for specifying a tag @@ -1926,11 +1918,8 @@ spec: the rule applies. type: number prefix: - description: DEPRECATED Use filter instead. This - has been deprecated by Amazon S3. Prefix identifying - one or more objects to which the rule applies. - Defaults to an empty string ("") if filter is - not specified. + description: Prefix identifying one or more objects + to which the rule applies. type: string tags: additionalProperties: @@ -1950,10 +1939,9 @@ spec: the rule applies. type: string prefix: - description: DEPRECATED Use filter instead. This has - been deprecated by Amazon S3. Prefix identifying one - or more objects to which the rule applies. Defaults - to an empty string ("") if filter is not specified. + description: Prefix identifying one or more objects + to which the rule applies. Defaults to an empty string + ("") if not specified. type: string tag: description: Configuration block for specifying a tag