aws-sdk-s3control 1.70.0 → 1.71.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -99,7 +99,7 @@ module Aws::S3Control
99
99
  include Aws::Structure
100
100
  end
101
101
 
102
- # A container for the account-level Amazon S3 Storage Lens
102
+ # A container element for the account-level Amazon S3 Storage Lens
103
103
  # configuration.
104
104
  #
105
105
  # For more information about S3 Storage Lens, see [Assessing your
@@ -113,25 +113,32 @@ module Aws::S3Control
113
113
  # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_metrics_glossary.html
114
114
  #
115
115
  # @!attribute [rw] activity_metrics
116
- # A container for S3 Storage Lens activity metrics.
116
+ # A container element for S3 Storage Lens activity metrics.
117
117
  # @return [Types::ActivityMetrics]
118
118
  #
119
119
  # @!attribute [rw] bucket_level
120
- # A container for the S3 Storage Lens bucket-level configuration.
120
+ # A container element for the S3 Storage Lens bucket-level
121
+ # configuration.
121
122
  # @return [Types::BucketLevel]
122
123
  #
123
124
  # @!attribute [rw] advanced_cost_optimization_metrics
124
- # A container for S3 Storage Lens advanced cost-optimization metrics.
125
+ # A container element for S3 Storage Lens advanced cost-optimization
126
+ # metrics.
125
127
  # @return [Types::AdvancedCostOptimizationMetrics]
126
128
  #
127
129
  # @!attribute [rw] advanced_data_protection_metrics
128
- # A container for S3 Storage Lens advanced data-protection metrics.
130
+ # A container element for S3 Storage Lens advanced data-protection
131
+ # metrics.
129
132
  # @return [Types::AdvancedDataProtectionMetrics]
130
133
  #
131
134
  # @!attribute [rw] detailed_status_codes_metrics
132
- # A container for detailed status code metrics.
135
+ # A container element for detailed status code metrics.
133
136
  # @return [Types::DetailedStatusCodesMetrics]
134
137
  #
138
+ # @!attribute [rw] storage_lens_group_level
139
+ # A container element for S3 Storage Lens groups metrics.
140
+ # @return [Types::StorageLensGroupLevel]
141
+ #
135
142
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/AccountLevel AWS API Documentation
136
143
  #
137
144
  class AccountLevel < Struct.new(
@@ -139,7 +146,8 @@ module Aws::S3Control
139
146
  :bucket_level,
140
147
  :advanced_cost_optimization_metrics,
141
148
  :advanced_data_protection_metrics,
142
- :detailed_status_codes_metrics)
149
+ :detailed_status_codes_metrics,
150
+ :storage_lens_group_level)
143
151
  SENSITIVE = []
144
152
  include Aws::Structure
145
153
  end
@@ -930,6 +938,30 @@ module Aws::S3Control
930
938
  include Aws::Structure
931
939
  end
932
940
 
941
+ # @!attribute [rw] account_id
942
+ # The Amazon Web Services account ID that the Storage Lens group is
943
+ # created from and associated with.
944
+ # @return [String]
945
+ #
946
+ # @!attribute [rw] storage_lens_group
947
+ # The Storage Lens group configuration.
948
+ # @return [Types::StorageLensGroup]
949
+ #
950
+ # @!attribute [rw] tags
951
+ # The Amazon Web Services resource tags that you're adding to your
952
+ # Storage Lens group. This parameter is optional.
953
+ # @return [Array<Types::Tag>]
954
+ #
955
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateStorageLensGroupRequest AWS API Documentation
956
+ #
957
+ class CreateStorageLensGroupRequest < Struct.new(
958
+ :account_id,
959
+ :storage_lens_group,
960
+ :tags)
961
+ SENSITIVE = []
962
+ include Aws::Structure
963
+ end
964
+
933
965
  # @!attribute [rw] account_id
934
966
  # The account ID for the account that owns the specified Object Lambda
935
967
  # Access Point.
@@ -1348,6 +1380,24 @@ module Aws::S3Control
1348
1380
  #
1349
1381
  class DeleteStorageLensConfigurationTaggingResult < Aws::EmptyStructure; end
1350
1382
 
1383
+ # @!attribute [rw] name
1384
+ # The name of the Storage Lens group that you're trying to delete.
1385
+ # @return [String]
1386
+ #
1387
+ # @!attribute [rw] account_id
1388
+ # The Amazon Web Services account ID used to create the Storage Lens
1389
+ # group that you're trying to delete.
1390
+ # @return [String]
1391
+ #
1392
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteStorageLensGroupRequest AWS API Documentation
1393
+ #
1394
+ class DeleteStorageLensGroupRequest < Struct.new(
1395
+ :name,
1396
+ :account_id)
1397
+ SENSITIVE = []
1398
+ include Aws::Structure
1399
+ end
1400
+
1351
1401
  # @!attribute [rw] account_id
1352
1402
  # The Amazon Web Services account ID associated with the S3 Batch
1353
1403
  # Operations job.
@@ -2490,6 +2540,38 @@ module Aws::S3Control
2490
2540
  include Aws::Structure
2491
2541
  end
2492
2542
 
2543
+ # @!attribute [rw] name
2544
+ # The name of the Storage Lens group that you're trying to retrieve
2545
+ # the configuration details for.
2546
+ # @return [String]
2547
+ #
2548
+ # @!attribute [rw] account_id
2549
+ # The Amazon Web Services account ID associated with the Storage Lens
2550
+ # group that you're trying to retrieve the details for.
2551
+ # @return [String]
2552
+ #
2553
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetStorageLensGroupRequest AWS API Documentation
2554
+ #
2555
+ class GetStorageLensGroupRequest < Struct.new(
2556
+ :name,
2557
+ :account_id)
2558
+ SENSITIVE = []
2559
+ include Aws::Structure
2560
+ end
2561
+
2562
+ # @!attribute [rw] storage_lens_group
2563
+ # The name of the Storage Lens group that you're trying to retrieve
2564
+ # the configuration details for.
2565
+ # @return [Types::StorageLensGroup]
2566
+ #
2567
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetStorageLensGroupResult AWS API Documentation
2568
+ #
2569
+ class GetStorageLensGroupResult < Struct.new(
2570
+ :storage_lens_group)
2571
+ SENSITIVE = []
2572
+ include Aws::Structure
2573
+ end
2574
+
2493
2575
  # @!attribute [rw] message
2494
2576
  # @return [String]
2495
2577
  #
@@ -3605,6 +3687,153 @@ module Aws::S3Control
3605
3687
  include Aws::Structure
3606
3688
  end
3607
3689
 
3690
+ # Each entry contains a Storage Lens group that exists in the specified
3691
+ # home Region.
3692
+ #
3693
+ # @!attribute [rw] name
3694
+ # Contains the name of the Storage Lens group that exists in the
3695
+ # specified home Region.
3696
+ # @return [String]
3697
+ #
3698
+ # @!attribute [rw] storage_lens_group_arn
3699
+ # Contains the Amazon Resource Name (ARN) of the Storage Lens group.
3700
+ # This property is read-only.
3701
+ # @return [String]
3702
+ #
3703
+ # @!attribute [rw] home_region
3704
+ # Contains the Amazon Web Services Region where the Storage Lens group
3705
+ # was created.
3706
+ # @return [String]
3707
+ #
3708
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListStorageLensGroupEntry AWS API Documentation
3709
+ #
3710
+ class ListStorageLensGroupEntry < Struct.new(
3711
+ :name,
3712
+ :storage_lens_group_arn,
3713
+ :home_region)
3714
+ SENSITIVE = []
3715
+ include Aws::Structure
3716
+ end
3717
+
3718
+ # @!attribute [rw] account_id
3719
+ # The Amazon Web Services account ID that owns the Storage Lens
3720
+ # groups.
3721
+ # @return [String]
3722
+ #
3723
+ # @!attribute [rw] next_token
3724
+ # The token for the next set of results, or `null` if there are no
3725
+ # more results.
3726
+ # @return [String]
3727
+ #
3728
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListStorageLensGroupsRequest AWS API Documentation
3729
+ #
3730
+ class ListStorageLensGroupsRequest < Struct.new(
3731
+ :account_id,
3732
+ :next_token)
3733
+ SENSITIVE = []
3734
+ include Aws::Structure
3735
+ end
3736
+
3737
+ # @!attribute [rw] next_token
3738
+ # If `NextToken` is returned, there are more Storage Lens groups
3739
+ # results available. The value of `NextToken` is a unique pagination
3740
+ # token for each page. Make the call again using the returned token to
3741
+ # retrieve the next page. Keep all other arguments unchanged. Each
3742
+ # pagination token expires after 24 hours.
3743
+ # @return [String]
3744
+ #
3745
+ # @!attribute [rw] storage_lens_group_list
3746
+ # The list of Storage Lens groups that exist in the specified home
3747
+ # Region.
3748
+ # @return [Array<Types::ListStorageLensGroupEntry>]
3749
+ #
3750
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListStorageLensGroupsResult AWS API Documentation
3751
+ #
3752
+ class ListStorageLensGroupsResult < Struct.new(
3753
+ :next_token,
3754
+ :storage_lens_group_list)
3755
+ SENSITIVE = []
3756
+ include Aws::Structure
3757
+ end
3758
+
3759
+ # @!attribute [rw] account_id
3760
+ # The Amazon Web Services account ID of the resource owner.
3761
+ # @return [String]
3762
+ #
3763
+ # @!attribute [rw] resource_arn
3764
+ # The Amazon Resource Name (ARN) of the S3 resource that you want to
3765
+ # list the tags for.
3766
+ # @return [String]
3767
+ #
3768
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListTagsForResourceRequest AWS API Documentation
3769
+ #
3770
+ class ListTagsForResourceRequest < Struct.new(
3771
+ :account_id,
3772
+ :resource_arn)
3773
+ SENSITIVE = []
3774
+ include Aws::Structure
3775
+ end
3776
+
3777
+ # @!attribute [rw] tags
3778
+ # The Amazon Web Services resource tags that are associated with the
3779
+ # resource.
3780
+ # @return [Array<Types::Tag>]
3781
+ #
3782
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListTagsForResourceResult AWS API Documentation
3783
+ #
3784
+ class ListTagsForResourceResult < Struct.new(
3785
+ :tags)
3786
+ SENSITIVE = []
3787
+ include Aws::Structure
3788
+ end
3789
+
3790
+ # A filter condition that specifies the object age range of included
3791
+ # objects in days. Only integers are supported.
3792
+ #
3793
+ # @!attribute [rw] days_greater_than
3794
+ # Specifies the maximum object age in days. Must be a positive whole
3795
+ # number, greater than the minimum object age and less than or equal
3796
+ # to 2,147,483,647.
3797
+ # @return [Integer]
3798
+ #
3799
+ # @!attribute [rw] days_less_than
3800
+ # Specifies the minimum object age in days. The value must be a
3801
+ # positive whole number, greater than 0 and less than or equal to
3802
+ # 2,147,483,647.
3803
+ # @return [Integer]
3804
+ #
3805
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/MatchObjectAge AWS API Documentation
3806
+ #
3807
+ class MatchObjectAge < Struct.new(
3808
+ :days_greater_than,
3809
+ :days_less_than)
3810
+ SENSITIVE = []
3811
+ include Aws::Structure
3812
+ end
3813
+
3814
+ # A filter condition that specifies the object size range of included
3815
+ # objects in bytes. Only integers are supported.
3816
+ #
3817
+ # @!attribute [rw] bytes_greater_than
3818
+ # Specifies the minimum object size in Bytes. The value must be a
3819
+ # positive number, greater than 0 and less than 5 TB.
3820
+ # @return [Integer]
3821
+ #
3822
+ # @!attribute [rw] bytes_less_than
3823
+ # Specifies the maximum object size in Bytes. The value must be a
3824
+ # positive number, greater than the minimum object size and less than
3825
+ # 5 TB.
3826
+ # @return [Integer]
3827
+ #
3828
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/MatchObjectSize AWS API Documentation
3829
+ #
3830
+ class MatchObjectSize < Struct.new(
3831
+ :bytes_greater_than,
3832
+ :bytes_less_than)
3833
+ SENSITIVE = []
3834
+ include Aws::Structure
3835
+ end
3836
+
3608
3837
  # A container that specifies replication metrics-related settings.
3609
3838
  #
3610
3839
  # @!attribute [rw] status
@@ -5158,7 +5387,7 @@ module Aws::S3Control
5158
5387
  #
5159
5388
  #
5160
5389
  #
5161
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/CheckingObjectIntegrity.xml
5390
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
5162
5391
  # @return [String]
5163
5392
  #
5164
5393
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/S3CopyObjectOperation AWS API Documentation
@@ -5873,6 +6102,215 @@ module Aws::S3Control
5873
6102
  include Aws::Structure
5874
6103
  end
5875
6104
 
6105
+ # A custom grouping of objects that include filters for prefixes,
6106
+ # suffixes, object tags, object size, or object age. You can create an
6107
+ # S3 Storage Lens group that includes a single filter or multiple filter
6108
+ # conditions. To specify multiple filter conditions, you use `AND` or
6109
+ # `OR` logical operators.
6110
+ #
6111
+ # @!attribute [rw] name
6112
+ # Contains the name of the Storage Lens group.
6113
+ # @return [String]
6114
+ #
6115
+ # @!attribute [rw] filter
6116
+ # Sets the criteria for the Storage Lens group data that is displayed.
6117
+ # For multiple filter conditions, the `AND` or `OR` logical operator
6118
+ # is used.
6119
+ # @return [Types::StorageLensGroupFilter]
6120
+ #
6121
+ # @!attribute [rw] storage_lens_group_arn
6122
+ # Contains the Amazon Resource Name (ARN) of the Storage Lens group.
6123
+ # This property is read-only.
6124
+ # @return [String]
6125
+ #
6126
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/StorageLensGroup AWS API Documentation
6127
+ #
6128
+ class StorageLensGroup < Struct.new(
6129
+ :name,
6130
+ :filter,
6131
+ :storage_lens_group_arn)
6132
+ SENSITIVE = []
6133
+ include Aws::Structure
6134
+ end
6135
+
6136
+ # A logical operator that allows multiple filter conditions to be joined
6137
+ # for more complex comparisons of Storage Lens group data.
6138
+ #
6139
+ # @!attribute [rw] match_any_prefix
6140
+ # Contains a list of prefixes. At least one prefix must be specified.
6141
+ # Up to 10 prefixes are allowed.
6142
+ # @return [Array<String>]
6143
+ #
6144
+ # @!attribute [rw] match_any_suffix
6145
+ # Contains a list of suffixes. At least one suffix must be specified.
6146
+ # Up to 10 suffixes are allowed.
6147
+ # @return [Array<String>]
6148
+ #
6149
+ # @!attribute [rw] match_any_tag
6150
+ # Contains the list of object tags. At least one object tag must be
6151
+ # specified. Up to 10 object tags are allowed.
6152
+ # @return [Array<Types::S3Tag>]
6153
+ #
6154
+ # @!attribute [rw] match_object_age
6155
+ # Contains `DaysGreaterThan` and `DaysLessThan` to define the object
6156
+ # age range (minimum and maximum number of days).
6157
+ # @return [Types::MatchObjectAge]
6158
+ #
6159
+ # @!attribute [rw] match_object_size
6160
+ # Contains `BytesGreaterThan` and `BytesLessThan` to define the object
6161
+ # size range (minimum and maximum number of Bytes).
6162
+ # @return [Types::MatchObjectSize]
6163
+ #
6164
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/StorageLensGroupAndOperator AWS API Documentation
6165
+ #
6166
+ class StorageLensGroupAndOperator < Struct.new(
6167
+ :match_any_prefix,
6168
+ :match_any_suffix,
6169
+ :match_any_tag,
6170
+ :match_object_age,
6171
+ :match_object_size)
6172
+ SENSITIVE = []
6173
+ include Aws::Structure
6174
+ end
6175
+
6176
+ # The filter element sets the criteria for the Storage Lens group data
6177
+ # that is displayed. For multiple filter conditions, the `AND` or `OR`
6178
+ # logical operator is used.
6179
+ #
6180
+ # @!attribute [rw] match_any_prefix
6181
+ # Contains a list of prefixes. At least one prefix must be specified.
6182
+ # Up to 10 prefixes are allowed.
6183
+ # @return [Array<String>]
6184
+ #
6185
+ # @!attribute [rw] match_any_suffix
6186
+ # Contains a list of suffixes. At least one suffix must be specified.
6187
+ # Up to 10 suffixes are allowed.
6188
+ # @return [Array<String>]
6189
+ #
6190
+ # @!attribute [rw] match_any_tag
6191
+ # Contains the list of S3 object tags. At least one object tag must be
6192
+ # specified. Up to 10 object tags are allowed.
6193
+ # @return [Array<Types::S3Tag>]
6194
+ #
6195
+ # @!attribute [rw] match_object_age
6196
+ # Contains `DaysGreaterThan` and `DaysLessThan` to define the object
6197
+ # age range (minimum and maximum number of days).
6198
+ # @return [Types::MatchObjectAge]
6199
+ #
6200
+ # @!attribute [rw] match_object_size
6201
+ # Contains `BytesGreaterThan` and `BytesLessThan` to define the object
6202
+ # size range (minimum and maximum number of Bytes).
6203
+ # @return [Types::MatchObjectSize]
6204
+ #
6205
+ # @!attribute [rw] and
6206
+ # A logical operator that allows multiple filter conditions to be
6207
+ # joined for more complex comparisons of Storage Lens group data.
6208
+ # Objects must match all of the listed filter conditions that are
6209
+ # joined by the `And` logical operator. Only one of each filter
6210
+ # condition is allowed.
6211
+ # @return [Types::StorageLensGroupAndOperator]
6212
+ #
6213
+ # @!attribute [rw] or
6214
+ # A single logical operator that allows multiple filter conditions to
6215
+ # be joined. Objects can match any of the listed filter conditions,
6216
+ # which are joined by the `Or` logical operator. Only one of each
6217
+ # filter condition is allowed.
6218
+ # @return [Types::StorageLensGroupOrOperator]
6219
+ #
6220
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/StorageLensGroupFilter AWS API Documentation
6221
+ #
6222
+ class StorageLensGroupFilter < Struct.new(
6223
+ :match_any_prefix,
6224
+ :match_any_suffix,
6225
+ :match_any_tag,
6226
+ :match_object_age,
6227
+ :match_object_size,
6228
+ :and,
6229
+ :or)
6230
+ SENSITIVE = []
6231
+ include Aws::Structure
6232
+ end
6233
+
6234
+ # Specifies the Storage Lens groups to include in the Storage Lens group
6235
+ # aggregation.
6236
+ #
6237
+ # @!attribute [rw] selection_criteria
6238
+ # Indicates which Storage Lens group ARNs to include or exclude in the
6239
+ # Storage Lens group aggregation. If this value is left null, then all
6240
+ # Storage Lens groups are selected.
6241
+ # @return [Types::StorageLensGroupLevelSelectionCriteria]
6242
+ #
6243
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/StorageLensGroupLevel AWS API Documentation
6244
+ #
6245
+ class StorageLensGroupLevel < Struct.new(
6246
+ :selection_criteria)
6247
+ SENSITIVE = []
6248
+ include Aws::Structure
6249
+ end
6250
+
6251
+ # Indicates which Storage Lens group ARNs to include or exclude in the
6252
+ # Storage Lens group aggregation. You can only attach Storage Lens
6253
+ # groups to your Storage Lens dashboard if they're included in your
6254
+ # Storage Lens group aggregation. If this value is left null, then all
6255
+ # Storage Lens groups are selected.
6256
+ #
6257
+ # @!attribute [rw] include
6258
+ # Indicates which Storage Lens group ARNs to include in the Storage
6259
+ # Lens group aggregation.
6260
+ # @return [Array<String>]
6261
+ #
6262
+ # @!attribute [rw] exclude
6263
+ # Indicates which Storage Lens group ARNs to exclude from the Storage
6264
+ # Lens group aggregation.
6265
+ # @return [Array<String>]
6266
+ #
6267
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/StorageLensGroupLevelSelectionCriteria AWS API Documentation
6268
+ #
6269
+ class StorageLensGroupLevelSelectionCriteria < Struct.new(
6270
+ :include,
6271
+ :exclude)
6272
+ SENSITIVE = []
6273
+ include Aws::Structure
6274
+ end
6275
+
6276
+ # A container element for specifying `Or` rule conditions. The rule
6277
+ # conditions determine the subset of objects to which the `Or` rule
6278
+ # applies. Objects can match any of the listed filter conditions, which
6279
+ # are joined by the `Or` logical operator. Only one of each filter
6280
+ # condition is allowed.
6281
+ #
6282
+ # @!attribute [rw] match_any_prefix
6283
+ # Filters objects that match any of the specified prefixes.
6284
+ # @return [Array<String>]
6285
+ #
6286
+ # @!attribute [rw] match_any_suffix
6287
+ # Filters objects that match any of the specified suffixes.
6288
+ # @return [Array<String>]
6289
+ #
6290
+ # @!attribute [rw] match_any_tag
6291
+ # Filters objects that match any of the specified S3 object tags.
6292
+ # @return [Array<Types::S3Tag>]
6293
+ #
6294
+ # @!attribute [rw] match_object_age
6295
+ # Filters objects that match the specified object age range.
6296
+ # @return [Types::MatchObjectAge]
6297
+ #
6298
+ # @!attribute [rw] match_object_size
6299
+ # Filters objects that match the specified object size range.
6300
+ # @return [Types::MatchObjectSize]
6301
+ #
6302
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/StorageLensGroupOrOperator AWS API Documentation
6303
+ #
6304
+ class StorageLensGroupOrOperator < Struct.new(
6305
+ :match_any_prefix,
6306
+ :match_any_suffix,
6307
+ :match_any_tag,
6308
+ :match_object_age,
6309
+ :match_object_size)
6310
+ SENSITIVE = []
6311
+ include Aws::Structure
6312
+ end
6313
+
5876
6314
  # @!attribute [rw] key
5877
6315
  # @return [String]
5878
6316
  #
@@ -5917,6 +6355,67 @@ module Aws::S3Control
5917
6355
  #
5918
6356
  class SubmitMultiRegionAccessPointRoutesResult < Aws::EmptyStructure; end
5919
6357
 
6358
+ # An Amazon Web Services resource tag that's associated with your S3
6359
+ # resource. You can add tags to new objects when you upload them, or you
6360
+ # can add object tags to existing objects.
6361
+ #
6362
+ # <note markdown="1"> This data type is only supported for [S3 Storage Lens groups][1].
6363
+ #
6364
+ # </note>
6365
+ #
6366
+ #
6367
+ #
6368
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-lens-groups.html
6369
+ #
6370
+ # @!attribute [rw] key
6371
+ # The tag key for your Amazon Web Services resource. A tag key can be
6372
+ # up to 128 Unicode characters in length and is case-sensitive. System
6373
+ # created tags that begin with `aws:` aren’t supported.
6374
+ # @return [String]
6375
+ #
6376
+ # @!attribute [rw] value
6377
+ # The tag value for your Amazon Web Services resource. A tag value can
6378
+ # be up to 256 Unicode characters in length and is case-sensitive.
6379
+ # @return [String]
6380
+ #
6381
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/Tag AWS API Documentation
6382
+ #
6383
+ class Tag < Struct.new(
6384
+ :key,
6385
+ :value)
6386
+ SENSITIVE = []
6387
+ include Aws::Structure
6388
+ end
6389
+
6390
+ # @!attribute [rw] account_id
6391
+ # The Amazon Web Services account ID that created the S3 resource that
6392
+ # you're trying to add tags to.
6393
+ # @return [String]
6394
+ #
6395
+ # @!attribute [rw] resource_arn
6396
+ # The Amazon Resource Name (ARN) of the S3 resource that you're
6397
+ # trying to add tags to.
6398
+ # @return [String]
6399
+ #
6400
+ # @!attribute [rw] tags
6401
+ # The Amazon Web Services resource tags that you want to add to the
6402
+ # specified S3 resource.
6403
+ # @return [Array<Types::Tag>]
6404
+ #
6405
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/TagResourceRequest AWS API Documentation
6406
+ #
6407
+ class TagResourceRequest < Struct.new(
6408
+ :account_id,
6409
+ :resource_arn,
6410
+ :tags)
6411
+ SENSITIVE = []
6412
+ include Aws::Structure
6413
+ end
6414
+
6415
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/TagResourceResult AWS API Documentation
6416
+ #
6417
+ class TagResourceResult < Aws::EmptyStructure; end
6418
+
5920
6419
  # @!attribute [rw] tag_set
5921
6420
  # A collection for a set of tags.
5922
6421
  # @return [Array<Types::S3Tag>]
@@ -5989,6 +6488,35 @@ module Aws::S3Control
5989
6488
  include Aws::Structure
5990
6489
  end
5991
6490
 
6491
+ # @!attribute [rw] account_id
6492
+ # The Amazon Web Services account ID that owns the resource that
6493
+ # you're trying to remove the tags from.
6494
+ # @return [String]
6495
+ #
6496
+ # @!attribute [rw] resource_arn
6497
+ # The Amazon Resource Name (ARN) of the S3 resource that you want to
6498
+ # remove the resource tags from.
6499
+ # @return [String]
6500
+ #
6501
+ # @!attribute [rw] tag_keys
6502
+ # The tag key pair of the S3 resource tag that you're trying to
6503
+ # remove.
6504
+ # @return [Array<String>]
6505
+ #
6506
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/UntagResourceRequest AWS API Documentation
6507
+ #
6508
+ class UntagResourceRequest < Struct.new(
6509
+ :account_id,
6510
+ :resource_arn,
6511
+ :tag_keys)
6512
+ SENSITIVE = []
6513
+ include Aws::Structure
6514
+ end
6515
+
6516
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/UntagResourceResult AWS API Documentation
6517
+ #
6518
+ class UntagResourceResult < Aws::EmptyStructure; end
6519
+
5992
6520
  # @!attribute [rw] account_id
5993
6521
  # The Amazon Web Services account ID associated with the S3 Batch
5994
6522
  # Operations job.
@@ -6081,6 +6609,28 @@ module Aws::S3Control
6081
6609
  include Aws::Structure
6082
6610
  end
6083
6611
 
6612
+ # @!attribute [rw] name
6613
+ # The name of the Storage Lens group that you want to update.
6614
+ # @return [String]
6615
+ #
6616
+ # @!attribute [rw] account_id
6617
+ # The Amazon Web Services account ID of the Storage Lens group owner.
6618
+ # @return [String]
6619
+ #
6620
+ # @!attribute [rw] storage_lens_group
6621
+ # The JSON file that contains the Storage Lens group configuration.
6622
+ # @return [Types::StorageLensGroup]
6623
+ #
6624
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/UpdateStorageLensGroupRequest AWS API Documentation
6625
+ #
6626
+ class UpdateStorageLensGroupRequest < Struct.new(
6627
+ :name,
6628
+ :account_id,
6629
+ :storage_lens_group)
6630
+ SENSITIVE = []
6631
+ include Aws::Structure
6632
+ end
6633
+
6084
6634
  # Describes the versioning state of an Amazon S3 on Outposts bucket. For
6085
6635
  # more information, see [PutBucketVersioning][1].
6086
6636
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-s3control/customizations'
52
52
  # @!group service
53
53
  module Aws::S3Control
54
54
 
55
- GEM_VERSION = '1.70.0'
55
+ GEM_VERSION = '1.71.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3control
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-27 00:00:00.000000000 Z
11
+ date: 2023-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4