aws-sdk-s3control 1.34.0 → 1.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4270bc988dad22ba4f6fd07faa6fd58b04a145b7f4a5ba17ecdc219fe8ad19ca
4
- data.tar.gz: 6e0241a89ff44d36566b430e9b85c5ad75ccd4860a89e57f5a0e1cdf0c19d6f5
3
+ metadata.gz: 3591e4ccd77b6c9fae1b9c2af8cf59895a435d2b3a837ba93e65cb937335fe2a
4
+ data.tar.gz: d8ca5a20cb6a5bc23dc409c1d98b6bd6a14fa30118430d55f5cb3beb47b287ed
5
5
  SHA512:
6
- metadata.gz: cc4fac4ef4540039bb4ce0d99900a14b769f2074111cb9a719c4cf1d0aee77777fb3df30d618fb978779fb926e785c31906fed6e1767ded3bc05447b7fbc39f1
7
- data.tar.gz: 649a09d7d52285dd6c9f9c1dbbddafd3765bfcb09c54ad456f6973b8c77e702196092f6ce7147c3ba73c140a393b449a573b72e108fd8fd7d3c7efc81369c6ba
6
+ metadata.gz: 0a9689f34183a7f23bc0703a63406fa6e4e2c8a9a12d8e670ec526d0dd770d5945487b1a3082fc4c76e2b7f715e77d73139a4d39c4683ed2c5a7616a30465ebb
7
+ data.tar.gz: b480e5ee6534320c7051126f34de3d3a13361e43d8a1f55311b6435b94827ad526ceef7955c86dbc353f0a61b6a3de8a9d28f9ad02fc9c7a02bfc888f914d613
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2021-07-22)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon S3-control
8
+
4
9
  1.34.0 (2021-06-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-s3control/customizations'
48
48
  # @!group service
49
49
  module Aws::S3Control
50
50
 
51
- GEM_VERSION = '1.34.0'
51
+ GEM_VERSION = '1.35.0'
52
52
 
53
53
  end
@@ -385,7 +385,7 @@ module Aws::S3Control
385
385
  # [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html
386
386
  #
387
387
  # @option params [required, String] :account_id
388
- # The AWS account ID for the owner of the bucket for which you want to
388
+ # The account ID for the owner of the bucket for which you want to
389
389
  # create an access point.
390
390
  #
391
391
  # @option params [required, String] :name
@@ -398,8 +398,9 @@ module Aws::S3Control
398
398
  # For using this parameter with Amazon S3 on Outposts with the REST API,
399
399
  # you must specify the name and the x-amz-outpost-id as well.
400
400
  #
401
- # For using this parameter with S3 on Outposts with the AWS SDK and CLI,
402
- # you must specify the ARN of the bucket accessed in the format
401
+ # For using this parameter with S3 on Outposts with the Amazon Web
402
+ # Services SDK and CLI, you must specify the ARN of the bucket accessed
403
+ # in the format
403
404
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
404
405
  # For example, to access the bucket `reports` through outpost
405
406
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -475,8 +476,7 @@ module Aws::S3Control
475
476
  # [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPointsForObjectLambda.html
476
477
  #
477
478
  # @option params [required, String] :account_id
478
- # The AWS account ID for owner of the specified Object Lambda Access
479
- # Point.
479
+ # The account ID for owner of the specified Object Lambda Access Point.
480
480
  #
481
481
  # @option params [required, String] :name
482
482
  # The name you want to assign to this Object Lambda Access Point.
@@ -713,7 +713,7 @@ module Aws::S3Control
713
713
  # [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_JobOperation.html
714
714
  #
715
715
  # @option params [required, String] :account_id
716
- # The AWS account ID that creates the job.
716
+ # The account ID that creates the job.
717
717
  #
718
718
  # @option params [Boolean] :confirmation_required
719
719
  # Indicates whether confirmation is required before Amazon S3 runs the
@@ -752,9 +752,9 @@ module Aws::S3Control
752
752
  # priority.
753
753
  #
754
754
  # @option params [required, String] :role_arn
755
- # The Amazon Resource Name (ARN) for the AWS Identity and Access
756
- # Management (IAM) role that Batch Operations will use to run this
757
- # job's action on every object in the manifest.
755
+ # The Amazon Resource Name (ARN) for the Identity and Access Management
756
+ # (IAM) role that Batch Operations will use to run this job's action on
757
+ # every object in the manifest.
758
758
  #
759
759
  # @option params [Array<Types::S3Tag>] :tags
760
760
  # A set of tags to associate with the S3 Batch Operations job. This is
@@ -945,8 +945,9 @@ module Aws::S3Control
945
945
  # For using this parameter with Amazon S3 on Outposts with the REST API,
946
946
  # you must specify the name and the x-amz-outpost-id as well.
947
947
  #
948
- # For using this parameter with S3 on Outposts with the AWS SDK and CLI,
949
- # you must specify the ARN of the access point accessed in the format
948
+ # For using this parameter with S3 on Outposts with the Amazon Web
949
+ # Services SDK and CLI, you must specify the ARN of the access point
950
+ # accessed in the format
950
951
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
951
952
  # For example, to access the access point `reports-ap` through outpost
952
953
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1047,8 +1048,9 @@ module Aws::S3Control
1047
1048
  # For using this parameter with Amazon S3 on Outposts with the REST API,
1048
1049
  # you must specify the name and the x-amz-outpost-id as well.
1049
1050
  #
1050
- # For using this parameter with S3 on Outposts with the AWS SDK and CLI,
1051
- # you must specify the ARN of the access point accessed in the format
1051
+ # For using this parameter with S3 on Outposts with the Amazon Web
1052
+ # Services SDK and CLI, you must specify the ARN of the access point
1053
+ # accessed in the format
1052
1054
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
1053
1055
  # For example, to access the access point `reports-ap` through outpost
1054
1056
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1158,8 +1160,9 @@ module Aws::S3Control
1158
1160
  # For using this parameter with Amazon S3 on Outposts with the REST API,
1159
1161
  # you must specify the name and the x-amz-outpost-id as well.
1160
1162
  #
1161
- # For using this parameter with S3 on Outposts with the AWS SDK and CLI,
1162
- # you must specify the ARN of the bucket accessed in the format
1163
+ # For using this parameter with S3 on Outposts with the Amazon Web
1164
+ # Services SDK and CLI, you must specify the ARN of the bucket accessed
1165
+ # in the format
1163
1166
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
1164
1167
  # For example, to access the bucket `reports` through outpost
1165
1168
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1239,8 +1242,9 @@ module Aws::S3Control
1239
1242
  # For using this parameter with Amazon S3 on Outposts with the REST API,
1240
1243
  # you must specify the name and the x-amz-outpost-id as well.
1241
1244
  #
1242
- # For using this parameter with S3 on Outposts with the AWS SDK and CLI,
1243
- # you must specify the ARN of the bucket accessed in the format
1245
+ # For using this parameter with S3 on Outposts with the Amazon Web
1246
+ # Services SDK and CLI, you must specify the ARN of the bucket accessed
1247
+ # in the format
1244
1248
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
1245
1249
  # For example, to access the bucket `reports` through outpost
1246
1250
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1274,8 +1278,8 @@ module Aws::S3Control
1274
1278
  #
1275
1279
  # This implementation of the DELETE action uses the policy subresource
1276
1280
  # to delete the policy of a specified Amazon S3 on Outposts bucket. If
1277
- # you are using an identity other than the root user of the AWS account
1278
- # that owns the bucket, the calling identity must have the
1281
+ # you are using an identity other than the root user of the account that
1282
+ # owns the bucket, the calling identity must have the
1279
1283
  # `s3-outposts:DeleteBucketPolicy` permissions on the specified Outposts
1280
1284
  # bucket and belong to the bucket owner's account to use this action.
1281
1285
  # For more information, see [Using Amazon S3 on Outposts][2] in *Amazon
@@ -1286,7 +1290,7 @@ module Aws::S3Control
1286
1290
  # you're not using an identity that belongs to the bucket owner's
1287
1291
  # account, Amazon S3 returns a `405 Method Not Allowed` error.
1288
1292
  #
1289
- # As a security precaution, the root user of the AWS account that owns a
1293
+ # As a security precaution, the root user of the account that owns a
1290
1294
  # bucket can always use this action, even if the policy explicitly
1291
1295
  # denies the root user the ability to perform this action.
1292
1296
  #
@@ -1325,8 +1329,9 @@ module Aws::S3Control
1325
1329
  # For using this parameter with Amazon S3 on Outposts with the REST API,
1326
1330
  # you must specify the name and the x-amz-outpost-id as well.
1327
1331
  #
1328
- # For using this parameter with S3 on Outposts with the AWS SDK and CLI,
1329
- # you must specify the ARN of the bucket accessed in the format
1332
+ # For using this parameter with S3 on Outposts with the Amazon Web
1333
+ # Services SDK and CLI, you must specify the ARN of the bucket accessed
1334
+ # in the format
1330
1335
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
1331
1336
  # For example, to access the bucket `reports` through outpost
1332
1337
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1388,7 +1393,7 @@ module Aws::S3Control
1388
1393
  # [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketTagging.html
1389
1394
  #
1390
1395
  # @option params [required, String] :account_id
1391
- # The AWS account ID of the Outposts bucket tag set to be removed.
1396
+ # The account ID of the Outposts bucket tag set to be removed.
1392
1397
  #
1393
1398
  # @option params [required, String] :bucket
1394
1399
  # The bucket ARN that has the tag set to be removed.
@@ -1396,8 +1401,9 @@ module Aws::S3Control
1396
1401
  # For using this parameter with Amazon S3 on Outposts with the REST API,
1397
1402
  # you must specify the name and the x-amz-outpost-id as well.
1398
1403
  #
1399
- # For using this parameter with S3 on Outposts with the AWS SDK and CLI,
1400
- # you must specify the ARN of the bucket accessed in the format
1404
+ # For using this parameter with S3 on Outposts with the Amazon Web
1405
+ # Services SDK and CLI, you must specify the ARN of the bucket accessed
1406
+ # in the format
1401
1407
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
1402
1408
  # For example, to access the bucket `reports` through outpost
1403
1409
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1446,7 +1452,7 @@ module Aws::S3Control
1446
1452
  # [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutJobTagging.html
1447
1453
  #
1448
1454
  # @option params [required, String] :account_id
1449
- # The AWS account ID associated with the S3 Batch Operations job.
1455
+ # The account ID associated with the S3 Batch Operations job.
1450
1456
  #
1451
1457
  # @option params [required, String] :job_id
1452
1458
  # The ID for the S3 Batch Operations job whose tags you want to delete.
@@ -1469,8 +1475,8 @@ module Aws::S3Control
1469
1475
  req.send_request(options)
1470
1476
  end
1471
1477
 
1472
- # Removes the `PublicAccessBlock` configuration for an AWS account. For
1473
- # more information, see [ Using Amazon S3 block public access][1].
1478
+ # Removes the `PublicAccessBlock` configuration for an account. For more
1479
+ # information, see [ Using Amazon S3 block public access][1].
1474
1480
  #
1475
1481
  # Related actions include:
1476
1482
  #
@@ -1485,8 +1491,8 @@ module Aws::S3Control
1485
1491
  # [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutPublicAccessBlock.html
1486
1492
  #
1487
1493
  # @option params [required, String] :account_id
1488
- # The account ID for the AWS account whose `PublicAccessBlock`
1489
- # configuration you want to remove.
1494
+ # The account ID for the account whose `PublicAccessBlock` configuration
1495
+ # you want to remove.
1490
1496
  #
1491
1497
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1492
1498
  #
@@ -1611,7 +1617,7 @@ module Aws::S3Control
1611
1617
  # [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html
1612
1618
  #
1613
1619
  # @option params [required, String] :account_id
1614
- # The AWS account ID associated with the S3 Batch Operations job.
1620
+ # The account ID associated with the S3 Batch Operations job.
1615
1621
  #
1616
1622
  # @option params [required, String] :job_id
1617
1623
  # The ID for the job whose information you want to retrieve.
@@ -1757,8 +1763,9 @@ module Aws::S3Control
1757
1763
  # For using this parameter with Amazon S3 on Outposts with the REST API,
1758
1764
  # you must specify the name and the x-amz-outpost-id as well.
1759
1765
  #
1760
- # For using this parameter with S3 on Outposts with the AWS SDK and CLI,
1761
- # you must specify the ARN of the access point accessed in the format
1766
+ # For using this parameter with S3 on Outposts with the Amazon Web
1767
+ # Services SDK and CLI, you must specify the ARN of the access point
1768
+ # accessed in the format
1762
1769
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
1763
1770
  # For example, to access the access point `reports-ap` through outpost
1764
1771
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1934,8 +1941,9 @@ module Aws::S3Control
1934
1941
  # For using this parameter with Amazon S3 on Outposts with the REST API,
1935
1942
  # you must specify the name and the x-amz-outpost-id as well.
1936
1943
  #
1937
- # For using this parameter with S3 on Outposts with the AWS SDK and CLI,
1938
- # you must specify the ARN of the access point accessed in the format
1944
+ # For using this parameter with S3 on Outposts with the Amazon Web
1945
+ # Services SDK and CLI, you must specify the ARN of the access point
1946
+ # accessed in the format
1939
1947
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
1940
1948
  # For example, to access the access point `reports-ap` through outpost
1941
1949
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -2088,12 +2096,12 @@ module Aws::S3Control
2088
2096
  # Gets an Amazon S3 on Outposts bucket. For more information, see [
2089
2097
  # Using Amazon S3 on Outposts][1] in the *Amazon S3 User Guide*.
2090
2098
  #
2091
- # If you are using an identity other than the root user of the AWS
2092
- # account that owns the Outposts bucket, the calling identity must have
2093
- # the `s3-outposts:GetBucket` permissions on the specified Outposts
2094
- # bucket and belong to the Outposts bucket owner's account in order to
2095
- # use this action. Only users from Outposts bucket owner account with
2096
- # the right permissions can perform actions on an Outposts bucket.
2099
+ # If you are using an identity other than the root user of the account
2100
+ # that owns the Outposts bucket, the calling identity must have the
2101
+ # `s3-outposts:GetBucket` permissions on the specified Outposts bucket
2102
+ # and belong to the Outposts bucket owner's account in order to use
2103
+ # this action. Only users from Outposts bucket owner account with the
2104
+ # right permissions can perform actions on an Outposts bucket.
2097
2105
  #
2098
2106
  # If you don't have `s3-outposts:GetBucket` permissions or you're not
2099
2107
  # using an identity that belongs to the bucket owner's account, Amazon
@@ -2125,7 +2133,7 @@ module Aws::S3Control
2125
2133
  # [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucket.html
2126
2134
  #
2127
2135
  # @option params [required, String] :account_id
2128
- # The AWS account ID of the Outposts bucket.
2136
+ # The account ID of the Outposts bucket.
2129
2137
  #
2130
2138
  # @option params [required, String] :bucket
2131
2139
  # Specifies the bucket.
@@ -2133,8 +2141,9 @@ module Aws::S3Control
2133
2141
  # For using this parameter with Amazon S3 on Outposts with the REST API,
2134
2142
  # you must specify the name and the x-amz-outpost-id as well.
2135
2143
  #
2136
- # For using this parameter with S3 on Outposts with the AWS SDK and CLI,
2137
- # you must specify the ARN of the bucket accessed in the format
2144
+ # For using this parameter with S3 on Outposts with the Amazon Web
2145
+ # Services SDK and CLI, you must specify the ARN of the bucket accessed
2146
+ # in the format
2138
2147
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
2139
2148
  # For example, to access the bucket `reports` through outpost
2140
2149
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -2225,7 +2234,7 @@ module Aws::S3Control
2225
2234
  # [8]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketLifecycleConfiguration.html
2226
2235
  #
2227
2236
  # @option params [required, String] :account_id
2228
- # The AWS account ID of the Outposts bucket.
2237
+ # The account ID of the Outposts bucket.
2229
2238
  #
2230
2239
  # @option params [required, String] :bucket
2231
2240
  # The Amazon Resource Name (ARN) of the bucket.
@@ -2233,8 +2242,9 @@ module Aws::S3Control
2233
2242
  # For using this parameter with Amazon S3 on Outposts with the REST API,
2234
2243
  # you must specify the name and the x-amz-outpost-id as well.
2235
2244
  #
2236
- # For using this parameter with S3 on Outposts with the AWS SDK and CLI,
2237
- # you must specify the ARN of the bucket accessed in the format
2245
+ # For using this parameter with S3 on Outposts with the Amazon Web
2246
+ # Services SDK and CLI, you must specify the ARN of the bucket accessed
2247
+ # in the format
2238
2248
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
2239
2249
  # For example, to access the bucket `reports` through outpost
2240
2250
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -2297,8 +2307,8 @@ module Aws::S3Control
2297
2307
  # information, see [Using Amazon S3 on Outposts][2] in the *Amazon S3
2298
2308
  # User Guide*.
2299
2309
  #
2300
- # If you are using an identity other than the root user of the AWS
2301
- # account that owns the bucket, the calling identity must have the
2310
+ # If you are using an identity other than the root user of the account
2311
+ # that owns the bucket, the calling identity must have the
2302
2312
  # `GetBucketPolicy` permissions on the specified bucket and belong to
2303
2313
  # the bucket owner's account in order to use this action.
2304
2314
  #
@@ -2308,7 +2318,7 @@ module Aws::S3Control
2308
2318
  # identity that belongs to the bucket owner's account, Amazon S3
2309
2319
  # returns a `403 Access Denied` error.
2310
2320
  #
2311
- # As a security precaution, the root user of the AWS account that owns a
2321
+ # As a security precaution, the root user of the account that owns a
2312
2322
  # bucket can always use this action, even if the policy explicitly
2313
2323
  # denies the root user the ability to perform this action.
2314
2324
  #
@@ -2342,7 +2352,7 @@ module Aws::S3Control
2342
2352
  # [7]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html
2343
2353
  #
2344
2354
  # @option params [required, String] :account_id
2345
- # The AWS account ID of the Outposts bucket.
2355
+ # The account ID of the Outposts bucket.
2346
2356
  #
2347
2357
  # @option params [required, String] :bucket
2348
2358
  # Specifies the bucket.
@@ -2350,8 +2360,9 @@ module Aws::S3Control
2350
2360
  # For using this parameter with Amazon S3 on Outposts with the REST API,
2351
2361
  # you must specify the name and the x-amz-outpost-id as well.
2352
2362
  #
2353
- # For using this parameter with S3 on Outposts with the AWS SDK and CLI,
2354
- # you must specify the ARN of the bucket accessed in the format
2363
+ # For using this parameter with S3 on Outposts with the Amazon Web
2364
+ # Services SDK and CLI, you must specify the ARN of the bucket accessed
2365
+ # in the format
2355
2366
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
2356
2367
  # For example, to access the bucket `reports` through outpost
2357
2368
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -2428,7 +2439,7 @@ module Aws::S3Control
2428
2439
  # [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketTagging.html
2429
2440
  #
2430
2441
  # @option params [required, String] :account_id
2431
- # The AWS account ID of the Outposts bucket.
2442
+ # The account ID of the Outposts bucket.
2432
2443
  #
2433
2444
  # @option params [required, String] :bucket
2434
2445
  # Specifies the bucket.
@@ -2436,8 +2447,9 @@ module Aws::S3Control
2436
2447
  # For using this parameter with Amazon S3 on Outposts with the REST API,
2437
2448
  # you must specify the name and the x-amz-outpost-id as well.
2438
2449
  #
2439
- # For using this parameter with S3 on Outposts with the AWS SDK and CLI,
2440
- # you must specify the ARN of the bucket accessed in the format
2450
+ # For using this parameter with S3 on Outposts with the Amazon Web
2451
+ # Services SDK and CLI, you must specify the ARN of the bucket accessed
2452
+ # in the format
2441
2453
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
2442
2454
  # For example, to access the bucket `reports` through outpost
2443
2455
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -2494,7 +2506,7 @@ module Aws::S3Control
2494
2506
  # [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteJobTagging.html
2495
2507
  #
2496
2508
  # @option params [required, String] :account_id
2497
- # The AWS account ID associated with the S3 Batch Operations job.
2509
+ # The account ID associated with the S3 Batch Operations job.
2498
2510
  #
2499
2511
  # @option params [required, String] :job_id
2500
2512
  # The ID for the S3 Batch Operations job whose tags you want to
@@ -2526,8 +2538,8 @@ module Aws::S3Control
2526
2538
  req.send_request(options)
2527
2539
  end
2528
2540
 
2529
- # Retrieves the `PublicAccessBlock` configuration for an AWS account.
2530
- # For more information, see [ Using Amazon S3 block public access][1].
2541
+ # Retrieves the `PublicAccessBlock` configuration for an account. For
2542
+ # more information, see [ Using Amazon S3 block public access][1].
2531
2543
  #
2532
2544
  # Related actions include:
2533
2545
  #
@@ -2542,8 +2554,8 @@ module Aws::S3Control
2542
2554
  # [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutPublicAccessBlock.html
2543
2555
  #
2544
2556
  # @option params [required, String] :account_id
2545
- # The account ID for the AWS account whose `PublicAccessBlock`
2546
- # configuration you want to retrieve.
2557
+ # The account ID for the account whose `PublicAccessBlock` configuration
2558
+ # you want to retrieve.
2547
2559
  #
2548
2560
  # @return [Types::GetPublicAccessBlockOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2549
2561
  #
@@ -2722,8 +2734,8 @@ module Aws::S3Control
2722
2734
  # [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html
2723
2735
  #
2724
2736
  # @option params [required, String] :account_id
2725
- # The AWS account ID for owner of the bucket whose access points you
2726
- # want to list.
2737
+ # The account ID for owner of the bucket whose access points you want to
2738
+ # list.
2727
2739
  #
2728
2740
  # @option params [String] :bucket
2729
2741
  # The name of the bucket whose associated access points you want to
@@ -2732,8 +2744,9 @@ module Aws::S3Control
2732
2744
  # For using this parameter with Amazon S3 on Outposts with the REST API,
2733
2745
  # you must specify the name and the x-amz-outpost-id as well.
2734
2746
  #
2735
- # For using this parameter with S3 on Outposts with the AWS SDK and CLI,
2736
- # you must specify the ARN of the bucket accessed in the format
2747
+ # For using this parameter with S3 on Outposts with the Amazon Web
2748
+ # Services SDK and CLI, you must specify the ARN of the bucket accessed
2749
+ # in the format
2737
2750
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
2738
2751
  # For example, to access the bucket `reports` through outpost
2739
2752
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -2858,7 +2871,7 @@ module Aws::S3Control
2858
2871
  end
2859
2872
 
2860
2873
  # Lists current S3 Batch Operations jobs and jobs that have ended within
2861
- # the last 30 days for the AWS account making the request. For more
2874
+ # the last 30 days for the account making the request. For more
2862
2875
  # information, see [S3 Batch Operations][1] in the *Amazon S3 User
2863
2876
  # Guide*.
2864
2877
  #
@@ -2883,7 +2896,7 @@ module Aws::S3Control
2883
2896
  # [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html
2884
2897
  #
2885
2898
  # @option params [required, String] :account_id
2886
- # The AWS account ID associated with the S3 Batch Operations job.
2899
+ # The account ID associated with the S3 Batch Operations job.
2887
2900
  #
2888
2901
  # @option params [Array<String>] :job_statuses
2889
2902
  # The `List Jobs` request returns jobs that match the statuses listed in
@@ -2954,14 +2967,14 @@ module Aws::S3Control
2954
2967
  # [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListRegionalBuckets.html#API_control_ListRegionalBuckets_Examples
2955
2968
  #
2956
2969
  # @option params [required, String] :account_id
2957
- # The AWS account ID of the Outposts bucket.
2970
+ # The account ID of the Outposts bucket.
2958
2971
  #
2959
2972
  # @option params [String] :next_token
2960
2973
  #
2961
2974
  # @option params [Integer] :max_results
2962
2975
  #
2963
2976
  # @option params [String] :outpost_id
2964
- # The ID of the AWS Outposts.
2977
+ # The ID of the Outposts.
2965
2978
  #
2966
2979
  # <note markdown="1"> This is required by Amazon S3 on Outposts buckets.
2967
2980
  #
@@ -3142,8 +3155,8 @@ module Aws::S3Control
3142
3155
  # [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicy.html
3143
3156
  #
3144
3157
  # @option params [required, String] :account_id
3145
- # The AWS account ID for owner of the bucket associated with the
3146
- # specified access point.
3158
+ # The account ID for owner of the bucket associated with the specified
3159
+ # access point.
3147
3160
  #
3148
3161
  # @option params [required, String] :name
3149
3162
  # The name of the access point that you want to associate with the
@@ -3152,8 +3165,9 @@ module Aws::S3Control
3152
3165
  # For using this parameter with Amazon S3 on Outposts with the REST API,
3153
3166
  # you must specify the name and the x-amz-outpost-id as well.
3154
3167
  #
3155
- # For using this parameter with S3 on Outposts with the AWS SDK and CLI,
3156
- # you must specify the ARN of the access point accessed in the format
3168
+ # For using this parameter with S3 on Outposts with the Amazon Web
3169
+ # Services SDK and CLI, you must specify the ARN of the access point
3170
+ # accessed in the format
3157
3171
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
3158
3172
  # For example, to access the access point `reports-ap` through outpost
3159
3173
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -3271,7 +3285,7 @@ module Aws::S3Control
3271
3285
  # [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketLifecycleConfiguration.html
3272
3286
  #
3273
3287
  # @option params [required, String] :account_id
3274
- # The AWS account ID of the Outposts bucket.
3288
+ # The account ID of the Outposts bucket.
3275
3289
  #
3276
3290
  # @option params [required, String] :bucket
3277
3291
  # The name of the bucket for which to set the configuration.
@@ -3355,9 +3369,9 @@ module Aws::S3Control
3355
3369
  # information, see [Using Amazon S3 on Outposts][2] in the *Amazon S3
3356
3370
  # User Guide*.
3357
3371
  #
3358
- # If you are using an identity other than the root user of the AWS
3359
- # account that owns the Outposts bucket, the calling identity must have
3360
- # the `PutBucketPolicy` permissions on the specified Outposts bucket and
3372
+ # If you are using an identity other than the root user of the account
3373
+ # that owns the Outposts bucket, the calling identity must have the
3374
+ # `PutBucketPolicy` permissions on the specified Outposts bucket and
3361
3375
  # belong to the bucket owner's account in order to use this action.
3362
3376
  #
3363
3377
  # If you don't have `PutBucketPolicy` permissions, Amazon S3 returns a
@@ -3365,7 +3379,7 @@ module Aws::S3Control
3365
3379
  # you're not using an identity that belongs to the bucket owner's
3366
3380
  # account, Amazon S3 returns a `405 Method Not Allowed` error.
3367
3381
  #
3368
- # As a security precaution, the root user of the AWS account that owns a
3382
+ # As a security precaution, the root user of the account that owns a
3369
3383
  # bucket can always use this action, even if the policy explicitly
3370
3384
  # denies the root user the ability to perform this action.
3371
3385
  #
@@ -3396,7 +3410,7 @@ module Aws::S3Control
3396
3410
  # [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html
3397
3411
  #
3398
3412
  # @option params [required, String] :account_id
3399
- # The AWS account ID of the Outposts bucket.
3413
+ # The account ID of the Outposts bucket.
3400
3414
  #
3401
3415
  # @option params [required, String] :bucket
3402
3416
  # Specifies the bucket.
@@ -3404,8 +3418,9 @@ module Aws::S3Control
3404
3418
  # For using this parameter with Amazon S3 on Outposts with the REST API,
3405
3419
  # you must specify the name and the x-amz-outpost-id as well.
3406
3420
  #
3407
- # For using this parameter with S3 on Outposts with the AWS SDK and CLI,
3408
- # you must specify the ARN of the bucket accessed in the format
3421
+ # For using this parameter with S3 on Outposts with the Amazon Web
3422
+ # Services SDK and CLI, you must specify the ARN of the bucket accessed
3423
+ # in the format
3409
3424
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
3410
3425
  # For example, to access the bucket `reports` through outpost
3411
3426
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -3453,14 +3468,14 @@ module Aws::S3Control
3453
3468
  # Sets the tags for an S3 on Outposts bucket. For more information, see
3454
3469
  # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
3455
3470
  #
3456
- # Use tags to organize your AWS bill to reflect your own cost structure.
3457
- # To do this, sign up to get your AWS account bill with tag key values
3458
- # included. Then, to see the cost of combined resources, organize your
3459
- # billing information according to resources with the same tag key
3460
- # values. For example, you can tag several resources with a specific
3461
- # application name, and then organize your billing information to see
3462
- # the total cost of that application across several services. For more
3463
- # information, see [Cost allocation and tagging][3].
3471
+ # Use tags to organize your Amazon Web Services bill to reflect your own
3472
+ # cost structure. To do this, sign up to get your account bill with tag
3473
+ # key values included. Then, to see the cost of combined resources,
3474
+ # organize your billing information according to resources with the same
3475
+ # tag key values. For example, you can tag several resources with a
3476
+ # specific application name, and then organize your billing information
3477
+ # to see the total cost of that application across several services. For
3478
+ # more information, see [Cost allocation and tagging][3].
3464
3479
  #
3465
3480
  # <note markdown="1"> Within a bucket, if you add a tag that has the same key as an existing
3466
3481
  # tag, the new value overwrites the old value. For more information, see
@@ -3482,7 +3497,8 @@ module Aws::S3Control
3482
3497
  # * Description: The tag provided was not a valid tag. This error can
3483
3498
  # occur if the tag did not pass input validation. For information
3484
3499
  # about tag restrictions, see [ User-Defined Tag Restrictions][7]
3485
- # and [ AWS-Generated Cost Allocation Tag Restrictions][8].
3500
+ # and [ Amazon Web Services-Generated Cost Allocation Tag
3501
+ # Restrictions][8].
3486
3502
  #
3487
3503
  # ^
3488
3504
  #
@@ -3535,7 +3551,7 @@ module Aws::S3Control
3535
3551
  # [11]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketTagging.html
3536
3552
  #
3537
3553
  # @option params [required, String] :account_id
3538
- # The AWS account ID of the Outposts bucket.
3554
+ # The account ID of the Outposts bucket.
3539
3555
  #
3540
3556
  # @option params [required, String] :bucket
3541
3557
  # The Amazon Resource Name (ARN) of the bucket.
@@ -3543,8 +3559,9 @@ module Aws::S3Control
3543
3559
  # For using this parameter with Amazon S3 on Outposts with the REST API,
3544
3560
  # you must specify the name and the x-amz-outpost-id as well.
3545
3561
  #
3546
- # For using this parameter with S3 on Outposts with the AWS SDK and CLI,
3547
- # you must specify the ARN of the bucket accessed in the format
3562
+ # For using this parameter with S3 on Outposts with the Amazon Web
3563
+ # Services SDK and CLI, you must specify the ARN of the bucket accessed
3564
+ # in the format
3548
3565
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
3549
3566
  # For example, to access the bucket `reports` through outpost
3550
3567
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -3616,8 +3633,8 @@ module Aws::S3Control
3616
3633
  # * The key and values are case sensitive.
3617
3634
  #
3618
3635
  # * For tagging-related restrictions related to characters and
3619
- # encodings, see [User-Defined Tag Restrictions][5] in the *AWS
3620
- # Billing and Cost Management User Guide*.
3636
+ # encodings, see [User-Defined Tag Restrictions][5] in the *Billing
3637
+ # and Cost Management User Guide*.
3621
3638
  #
3622
3639
  # </note>
3623
3640
  #
@@ -3644,7 +3661,7 @@ module Aws::S3Control
3644
3661
  # [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html
3645
3662
  #
3646
3663
  # @option params [required, String] :account_id
3647
- # The AWS account ID associated with the S3 Batch Operations job.
3664
+ # The account ID associated with the S3 Batch Operations job.
3648
3665
  #
3649
3666
  # @option params [required, String] :job_id
3650
3667
  # The ID for the S3 Batch Operations job whose tags you want to replace.
@@ -3676,7 +3693,7 @@ module Aws::S3Control
3676
3693
  req.send_request(options)
3677
3694
  end
3678
3695
 
3679
- # Creates or modifies the `PublicAccessBlock` configuration for an AWS
3696
+ # Creates or modifies the `PublicAccessBlock` configuration for an
3680
3697
  # account. For more information, see [ Using Amazon S3 block public
3681
3698
  # access][1].
3682
3699
  #
@@ -3694,11 +3711,11 @@ module Aws::S3Control
3694
3711
  #
3695
3712
  # @option params [required, Types::PublicAccessBlockConfiguration] :public_access_block_configuration
3696
3713
  # The `PublicAccessBlock` configuration that you want to apply to the
3697
- # specified AWS account.
3714
+ # specified account.
3698
3715
  #
3699
3716
  # @option params [required, String] :account_id
3700
- # The account ID for the AWS account whose `PublicAccessBlock`
3701
- # configuration you want to set.
3717
+ # The account ID for the account whose `PublicAccessBlock` configuration
3718
+ # you want to set.
3702
3719
  #
3703
3720
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3704
3721
  #
@@ -3910,7 +3927,7 @@ module Aws::S3Control
3910
3927
  # [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html
3911
3928
  #
3912
3929
  # @option params [required, String] :account_id
3913
- # The AWS account ID associated with the S3 Batch Operations job.
3930
+ # The account ID associated with the S3 Batch Operations job.
3914
3931
  #
3915
3932
  # @option params [required, String] :job_id
3916
3933
  # The ID for the job whose priority you want to update.
@@ -3971,7 +3988,7 @@ module Aws::S3Control
3971
3988
  # [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html
3972
3989
  #
3973
3990
  # @option params [required, String] :account_id
3974
- # The AWS account ID associated with the S3 Batch Operations job.
3991
+ # The account ID associated with the S3 Batch Operations job.
3975
3992
  #
3976
3993
  # @option params [required, String] :job_id
3977
3994
  # The ID of the job whose status you want to update.
@@ -4026,7 +4043,7 @@ module Aws::S3Control
4026
4043
  params: params,
4027
4044
  config: config)
4028
4045
  context[:gem_name] = 'aws-sdk-s3control'
4029
- context[:gem_version] = '1.34.0'
4046
+ context[:gem_version] = '1.35.0'
4030
4047
  Seahorse::Client::Request.new(handlers, context)
4031
4048
  end
4032
4049
 
@@ -52,7 +52,7 @@ module Aws::S3Control
52
52
  # if one exists.
53
53
  #
54
54
  # <note markdown="1"> This element is empty if this access point is an Amazon S3 on
55
- # Outposts access point that is used by other AWS services.
55
+ # Outposts access point that is used by other Amazon Web Services.
56
56
  #
57
57
  # </note>
58
58
  # @return [Types::VpcConfiguration]
@@ -142,7 +142,7 @@ module Aws::S3Control
142
142
  include Aws::Structure
143
143
  end
144
144
 
145
- # AWS Lambda function used to transform objects through an Object Lambda
145
+ # Lambda function used to transform objects through an Object Lambda
146
146
  # Access Point.
147
147
  #
148
148
  # @note When making an API call, you may pass AwsLambdaTransformation
@@ -154,7 +154,7 @@ module Aws::S3Control
154
154
  # }
155
155
  #
156
156
  # @!attribute [rw] function_arn
157
- # The Amazon Resource Name (ARN) of the AWS Lambda function.
157
+ # The Amazon Resource Name (ARN) of the Lambda function.
158
158
  # @return [String]
159
159
  #
160
160
  # @!attribute [rw] function_payload
@@ -183,7 +183,7 @@ module Aws::S3Control
183
183
  end
184
184
 
185
185
  # The requested Outposts bucket name is not available. The bucket
186
- # namespace is shared by all users of the AWS Outposts in this Region.
186
+ # namespace is shared by all users of the Outposts in this Region.
187
187
  # Select a different name and try again.
188
188
  #
189
189
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/BucketAlreadyExists AWS API Documentation
@@ -262,7 +262,7 @@ module Aws::S3Control
262
262
  # }
263
263
  #
264
264
  # @!attribute [rw] account_id
265
- # The AWS account ID for owner of the specified Object Lambda Access
265
+ # The account ID for owner of the specified Object Lambda Access
266
266
  # Point.
267
267
  # @return [String]
268
268
  #
@@ -315,7 +315,7 @@ module Aws::S3Control
315
315
  # }
316
316
  #
317
317
  # @!attribute [rw] account_id
318
- # The AWS account ID for the owner of the bucket for which you want to
318
+ # The account ID for the owner of the bucket for which you want to
319
319
  # create an access point.
320
320
  # @return [String]
321
321
  #
@@ -330,8 +330,9 @@ module Aws::S3Control
330
330
  # For using this parameter with Amazon S3 on Outposts with the REST
331
331
  # API, you must specify the name and the x-amz-outpost-id as well.
332
332
  #
333
- # For using this parameter with S3 on Outposts with the AWS SDK and
334
- # CLI, you must specify the ARN of the bucket accessed in the format
333
+ # For using this parameter with S3 on Outposts with the Amazon Web
334
+ # Services SDK and CLI, you must specify the ARN of the bucket
335
+ # accessed in the format
335
336
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
336
337
  # For example, to access the bucket `reports` through outpost
337
338
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -538,8 +539,9 @@ module Aws::S3Control
538
539
  # For using this parameter with Amazon S3 on Outposts with the REST
539
540
  # API, you must specify the name and the x-amz-outpost-id as well.
540
541
  #
541
- # For using this parameter with S3 on Outposts with the AWS SDK and
542
- # CLI, you must specify the ARN of the bucket accessed in the format
542
+ # For using this parameter with S3 on Outposts with the Amazon Web
543
+ # Services SDK and CLI, you must specify the ARN of the bucket
544
+ # accessed in the format
543
545
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
544
546
  # For example, to access the bucket `reports` through outpost
545
547
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -693,7 +695,7 @@ module Aws::S3Control
693
695
  # }
694
696
  #
695
697
  # @!attribute [rw] account_id
696
- # The AWS account ID that creates the job.
698
+ # The account ID that creates the job.
697
699
  # @return [String]
698
700
  #
699
701
  # @!attribute [rw] confirmation_required
@@ -741,7 +743,7 @@ module Aws::S3Control
741
743
  # @return [Integer]
742
744
  #
743
745
  # @!attribute [rw] role_arn
744
- # The Amazon Resource Name (ARN) for the AWS Identity and Access
746
+ # The Amazon Resource Name (ARN) for the Identity and Access
745
747
  # Management (IAM) role that Batch Operations will use to run this
746
748
  # job's action on every object in the manifest.
747
749
  # @return [String]
@@ -852,9 +854,9 @@ module Aws::S3Control
852
854
  # For using this parameter with Amazon S3 on Outposts with the REST
853
855
  # API, you must specify the name and the x-amz-outpost-id as well.
854
856
  #
855
- # For using this parameter with S3 on Outposts with the AWS SDK and
856
- # CLI, you must specify the ARN of the access point accessed in the
857
- # format
857
+ # For using this parameter with S3 on Outposts with the Amazon Web
858
+ # Services SDK and CLI, you must specify the ARN of the access point
859
+ # accessed in the format
858
860
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
859
861
  # For example, to access the access point `reports-ap` through outpost
860
862
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -890,9 +892,9 @@ module Aws::S3Control
890
892
  # For using this parameter with Amazon S3 on Outposts with the REST
891
893
  # API, you must specify the name and the x-amz-outpost-id as well.
892
894
  #
893
- # For using this parameter with S3 on Outposts with the AWS SDK and
894
- # CLI, you must specify the ARN of the access point accessed in the
895
- # format
895
+ # For using this parameter with S3 on Outposts with the Amazon Web
896
+ # Services SDK and CLI, you must specify the ARN of the access point
897
+ # accessed in the format
896
898
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
897
899
  # For example, to access the access point `reports-ap` through outpost
898
900
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -928,8 +930,9 @@ module Aws::S3Control
928
930
  # For using this parameter with Amazon S3 on Outposts with the REST
929
931
  # API, you must specify the name and the x-amz-outpost-id as well.
930
932
  #
931
- # For using this parameter with S3 on Outposts with the AWS SDK and
932
- # CLI, you must specify the ARN of the bucket accessed in the format
933
+ # For using this parameter with S3 on Outposts with the Amazon Web
934
+ # Services SDK and CLI, you must specify the ARN of the bucket
935
+ # accessed in the format
933
936
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
934
937
  # For example, to access the bucket `reports` through outpost
935
938
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -965,8 +968,9 @@ module Aws::S3Control
965
968
  # For using this parameter with Amazon S3 on Outposts with the REST
966
969
  # API, you must specify the name and the x-amz-outpost-id as well.
967
970
  #
968
- # For using this parameter with S3 on Outposts with the AWS SDK and
969
- # CLI, you must specify the ARN of the bucket accessed in the format
971
+ # For using this parameter with S3 on Outposts with the Amazon Web
972
+ # Services SDK and CLI, you must specify the ARN of the bucket
973
+ # accessed in the format
970
974
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
971
975
  # For example, to access the bucket `reports` through outpost
972
976
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1002,8 +1006,9 @@ module Aws::S3Control
1002
1006
  # For using this parameter with Amazon S3 on Outposts with the REST
1003
1007
  # API, you must specify the name and the x-amz-outpost-id as well.
1004
1008
  #
1005
- # For using this parameter with S3 on Outposts with the AWS SDK and
1006
- # CLI, you must specify the ARN of the bucket accessed in the format
1009
+ # For using this parameter with S3 on Outposts with the Amazon Web
1010
+ # Services SDK and CLI, you must specify the ARN of the bucket
1011
+ # accessed in the format
1007
1012
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
1008
1013
  # For example, to access the bucket `reports` through outpost
1009
1014
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1030,7 +1035,7 @@ module Aws::S3Control
1030
1035
  # }
1031
1036
  #
1032
1037
  # @!attribute [rw] account_id
1033
- # The AWS account ID of the Outposts bucket tag set to be removed.
1038
+ # The account ID of the Outposts bucket tag set to be removed.
1034
1039
  # @return [String]
1035
1040
  #
1036
1041
  # @!attribute [rw] bucket
@@ -1039,8 +1044,9 @@ module Aws::S3Control
1039
1044
  # For using this parameter with Amazon S3 on Outposts with the REST
1040
1045
  # API, you must specify the name and the x-amz-outpost-id as well.
1041
1046
  #
1042
- # For using this parameter with S3 on Outposts with the AWS SDK and
1043
- # CLI, you must specify the ARN of the bucket accessed in the format
1047
+ # For using this parameter with S3 on Outposts with the Amazon Web
1048
+ # Services SDK and CLI, you must specify the ARN of the bucket
1049
+ # accessed in the format
1044
1050
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
1045
1051
  # For example, to access the bucket `reports` through outpost
1046
1052
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1067,7 +1073,7 @@ module Aws::S3Control
1067
1073
  # }
1068
1074
  #
1069
1075
  # @!attribute [rw] account_id
1070
- # The AWS account ID associated with the S3 Batch Operations job.
1076
+ # The account ID associated with the S3 Batch Operations job.
1071
1077
  # @return [String]
1072
1078
  #
1073
1079
  # @!attribute [rw] job_id
@@ -1096,7 +1102,7 @@ module Aws::S3Control
1096
1102
  # }
1097
1103
  #
1098
1104
  # @!attribute [rw] account_id
1099
- # The account ID for the AWS account whose `PublicAccessBlock`
1105
+ # The account ID for the account whose `PublicAccessBlock`
1100
1106
  # configuration you want to remove.
1101
1107
  # @return [String]
1102
1108
  #
@@ -1171,7 +1177,7 @@ module Aws::S3Control
1171
1177
  # }
1172
1178
  #
1173
1179
  # @!attribute [rw] account_id
1174
- # The AWS account ID associated with the S3 Batch Operations job.
1180
+ # The account ID associated with the S3 Batch Operations job.
1175
1181
  # @return [String]
1176
1182
  #
1177
1183
  # @!attribute [rw] job_id
@@ -1372,9 +1378,9 @@ module Aws::S3Control
1372
1378
  # For using this parameter with Amazon S3 on Outposts with the REST
1373
1379
  # API, you must specify the name and the x-amz-outpost-id as well.
1374
1380
  #
1375
- # For using this parameter with S3 on Outposts with the AWS SDK and
1376
- # CLI, you must specify the ARN of the access point accessed in the
1377
- # format
1381
+ # For using this parameter with S3 on Outposts with the Amazon Web
1382
+ # Services SDK and CLI, you must specify the ARN of the access point
1383
+ # accessed in the format
1378
1384
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
1379
1385
  # For example, to access the access point `reports-ap` through outpost
1380
1386
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1506,9 +1512,9 @@ module Aws::S3Control
1506
1512
  # For using this parameter with Amazon S3 on Outposts with the REST
1507
1513
  # API, you must specify the name and the x-amz-outpost-id as well.
1508
1514
  #
1509
- # For using this parameter with S3 on Outposts with the AWS SDK and
1510
- # CLI, you must specify the ARN of the access point accessed in the
1511
- # format
1515
+ # For using this parameter with S3 on Outposts with the Amazon Web
1516
+ # Services SDK and CLI, you must specify the ARN of the access point
1517
+ # accessed in the format
1512
1518
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
1513
1519
  # For example, to access the access point `reports-ap` through outpost
1514
1520
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1550,7 +1556,7 @@ module Aws::S3Control
1550
1556
  # specified access point.
1551
1557
  #
1552
1558
  # <note markdown="1"> This element is empty if this access point is an Amazon S3 on
1553
- # Outposts access point that is used by other AWS services.
1559
+ # Outposts access point that is used by other Amazon Web Services.
1554
1560
  #
1555
1561
  # </note>
1556
1562
  # @return [Types::VpcConfiguration]
@@ -1595,7 +1601,7 @@ module Aws::S3Control
1595
1601
  # }
1596
1602
  #
1597
1603
  # @!attribute [rw] account_id
1598
- # The AWS account ID of the Outposts bucket.
1604
+ # The account ID of the Outposts bucket.
1599
1605
  # @return [String]
1600
1606
  #
1601
1607
  # @!attribute [rw] bucket
@@ -1604,8 +1610,9 @@ module Aws::S3Control
1604
1610
  # For using this parameter with Amazon S3 on Outposts with the REST
1605
1611
  # API, you must specify the name and the x-amz-outpost-id as well.
1606
1612
  #
1607
- # For using this parameter with S3 on Outposts with the AWS SDK and
1608
- # CLI, you must specify the ARN of the bucket accessed in the format
1613
+ # For using this parameter with S3 on Outposts with the Amazon Web
1614
+ # Services SDK and CLI, you must specify the ARN of the bucket
1615
+ # accessed in the format
1609
1616
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
1610
1617
  # For example, to access the bucket `reports` through outpost
1611
1618
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1644,7 +1651,7 @@ module Aws::S3Control
1644
1651
  # }
1645
1652
  #
1646
1653
  # @!attribute [rw] account_id
1647
- # The AWS account ID of the Outposts bucket.
1654
+ # The account ID of the Outposts bucket.
1648
1655
  # @return [String]
1649
1656
  #
1650
1657
  # @!attribute [rw] bucket
@@ -1653,8 +1660,9 @@ module Aws::S3Control
1653
1660
  # For using this parameter with Amazon S3 on Outposts with the REST
1654
1661
  # API, you must specify the name and the x-amz-outpost-id as well.
1655
1662
  #
1656
- # For using this parameter with S3 on Outposts with the AWS SDK and
1657
- # CLI, you must specify the ARN of the bucket accessed in the format
1663
+ # For using this parameter with S3 on Outposts with the Amazon Web
1664
+ # Services SDK and CLI, you must specify the ARN of the bucket
1665
+ # accessed in the format
1658
1666
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
1659
1667
  # For example, to access the bucket `reports` through outpost
1660
1668
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1693,7 +1701,7 @@ module Aws::S3Control
1693
1701
  # }
1694
1702
  #
1695
1703
  # @!attribute [rw] account_id
1696
- # The AWS account ID of the Outposts bucket.
1704
+ # The account ID of the Outposts bucket.
1697
1705
  # @return [String]
1698
1706
  #
1699
1707
  # @!attribute [rw] bucket
@@ -1702,8 +1710,9 @@ module Aws::S3Control
1702
1710
  # For using this parameter with Amazon S3 on Outposts with the REST
1703
1711
  # API, you must specify the name and the x-amz-outpost-id as well.
1704
1712
  #
1705
- # For using this parameter with S3 on Outposts with the AWS SDK and
1706
- # CLI, you must specify the ARN of the bucket accessed in the format
1713
+ # For using this parameter with S3 on Outposts with the Amazon Web
1714
+ # Services SDK and CLI, you must specify the ARN of the bucket
1715
+ # accessed in the format
1707
1716
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
1708
1717
  # For example, to access the bucket `reports` through outpost
1709
1718
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1751,7 +1760,7 @@ module Aws::S3Control
1751
1760
  # }
1752
1761
  #
1753
1762
  # @!attribute [rw] account_id
1754
- # The AWS account ID of the Outposts bucket.
1763
+ # The account ID of the Outposts bucket.
1755
1764
  # @return [String]
1756
1765
  #
1757
1766
  # @!attribute [rw] bucket
@@ -1760,8 +1769,9 @@ module Aws::S3Control
1760
1769
  # For using this parameter with Amazon S3 on Outposts with the REST
1761
1770
  # API, you must specify the name and the x-amz-outpost-id as well.
1762
1771
  #
1763
- # For using this parameter with S3 on Outposts with the AWS SDK and
1764
- # CLI, you must specify the ARN of the bucket accessed in the format
1772
+ # For using this parameter with S3 on Outposts with the Amazon Web
1773
+ # Services SDK and CLI, you must specify the ARN of the bucket
1774
+ # accessed in the format
1765
1775
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
1766
1776
  # For example, to access the bucket `reports` through outpost
1767
1777
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1800,7 +1810,7 @@ module Aws::S3Control
1800
1810
  # }
1801
1811
  #
1802
1812
  # @!attribute [rw] account_id
1803
- # The AWS account ID associated with the S3 Batch Operations job.
1813
+ # The account ID associated with the S3 Batch Operations job.
1804
1814
  # @return [String]
1805
1815
  #
1806
1816
  # @!attribute [rw] job_id
@@ -1831,7 +1841,7 @@ module Aws::S3Control
1831
1841
 
1832
1842
  # @!attribute [rw] public_access_block_configuration
1833
1843
  # The `PublicAccessBlock` configuration currently in effect for this
1834
- # AWS account.
1844
+ # account.
1835
1845
  # @return [Types::PublicAccessBlockConfiguration]
1836
1846
  #
1837
1847
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetPublicAccessBlockOutput AWS API Documentation
@@ -1850,7 +1860,7 @@ module Aws::S3Control
1850
1860
  # }
1851
1861
  #
1852
1862
  # @!attribute [rw] account_id
1853
- # The account ID for the AWS account whose `PublicAccessBlock`
1863
+ # The account ID for the account whose `PublicAccessBlock`
1854
1864
  # configuration you want to retrieve.
1855
1865
  # @return [String]
1856
1866
  #
@@ -2078,7 +2088,7 @@ module Aws::S3Control
2078
2088
  # @return [Time]
2079
2089
  #
2080
2090
  # @!attribute [rw] role_arn
2081
- # The Amazon Resource Name (ARN) for the AWS Identity and Access
2091
+ # The Amazon Resource Name (ARN) for the Identity and Access
2082
2092
  # Management (IAM) role assigned to run the tasks for this job.
2083
2093
  # @return [String]
2084
2094
  #
@@ -2415,7 +2425,7 @@ module Aws::S3Control
2415
2425
  # }
2416
2426
  #
2417
2427
  # @!attribute [rw] lambda_invoke
2418
- # Directs the specified job to invoke an AWS Lambda function on every
2428
+ # Directs the specified job to invoke an Lambda function on every
2419
2429
  # object in the manifest.
2420
2430
  # @return [Types::LambdaInvokeOperation]
2421
2431
  #
@@ -2577,7 +2587,7 @@ module Aws::S3Control
2577
2587
  # }
2578
2588
  #
2579
2589
  # @!attribute [rw] function_arn
2580
- # The Amazon Resource Name (ARN) for the AWS Lambda function that the
2590
+ # The Amazon Resource Name (ARN) for the Lambda function that the
2581
2591
  # specified job will invoke on every object in the manifest.
2582
2592
  # @return [String]
2583
2593
  #
@@ -2972,8 +2982,8 @@ module Aws::S3Control
2972
2982
  # }
2973
2983
  #
2974
2984
  # @!attribute [rw] account_id
2975
- # The AWS account ID for owner of the bucket whose access points you
2976
- # want to list.
2985
+ # The account ID for owner of the bucket whose access points you want
2986
+ # to list.
2977
2987
  # @return [String]
2978
2988
  #
2979
2989
  # @!attribute [rw] bucket
@@ -2983,8 +2993,9 @@ module Aws::S3Control
2983
2993
  # For using this parameter with Amazon S3 on Outposts with the REST
2984
2994
  # API, you must specify the name and the x-amz-outpost-id as well.
2985
2995
  #
2986
- # For using this parameter with S3 on Outposts with the AWS SDK and
2987
- # CLI, you must specify the ARN of the bucket accessed in the format
2996
+ # For using this parameter with S3 on Outposts with the Amazon Web
2997
+ # Services SDK and CLI, you must specify the ARN of the bucket
2998
+ # accessed in the format
2988
2999
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
2989
3000
  # For example, to access the bucket `reports` through outpost
2990
3001
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -3051,7 +3062,7 @@ module Aws::S3Control
3051
3062
  # }
3052
3063
  #
3053
3064
  # @!attribute [rw] account_id
3054
- # The AWS account ID associated with the S3 Batch Operations job.
3065
+ # The account ID associated with the S3 Batch Operations job.
3055
3066
  # @return [String]
3056
3067
  #
3057
3068
  # @!attribute [rw] job_statuses
@@ -3114,7 +3125,7 @@ module Aws::S3Control
3114
3125
  # }
3115
3126
  #
3116
3127
  # @!attribute [rw] account_id
3117
- # The AWS account ID of the Outposts bucket.
3128
+ # The account ID of the Outposts bucket.
3118
3129
  # @return [String]
3119
3130
  #
3120
3131
  # @!attribute [rw] next_token
@@ -3124,7 +3135,7 @@ module Aws::S3Control
3124
3135
  # @return [Integer]
3125
3136
  #
3126
3137
  # @!attribute [rw] outpost_id
3127
- # The ID of the AWS Outposts.
3138
+ # The ID of the Outposts.
3128
3139
  #
3129
3140
  # <note markdown="1"> This is required by Amazon S3 on Outposts buckets.
3130
3141
  #
@@ -3329,7 +3340,7 @@ module Aws::S3Control
3329
3340
  include Aws::Structure
3330
3341
  end
3331
3342
 
3332
- # An access point with an attached AWS Lambda function used to access
3343
+ # An access point with an attached Lambda function used to access
3333
3344
  # transformed data from an Amazon S3 bucket.
3334
3345
  #
3335
3346
  # @!attribute [rw] name
@@ -3415,7 +3426,7 @@ module Aws::S3Control
3415
3426
  # }
3416
3427
  #
3417
3428
  # @!attribute [rw] aws_lambda
3418
- # A container for an AWS Lambda function.
3429
+ # A container for an Lambda function.
3419
3430
  # @return [Types::AwsLambdaTransformation]
3420
3431
  #
3421
3432
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ObjectLambdaContentTransformation AWS API Documentation
@@ -3605,8 +3616,8 @@ module Aws::S3Control
3605
3616
  # @!attribute [rw] restrict_public_buckets
3606
3617
  # Specifies whether Amazon S3 should restrict public bucket policies
3607
3618
  # for buckets in this account. Setting this element to `TRUE`
3608
- # restricts access to buckets with public policies to only AWS service
3609
- # principals and authorized users within this account.
3619
+ # restricts access to buckets with public policies to only Amazon Web
3620
+ # Service principals and authorized users within this account.
3610
3621
  #
3611
3622
  # Enabling this setting doesn't affect previously stored bucket
3612
3623
  # policies, except that public and cross-account access within any
@@ -3716,8 +3727,8 @@ module Aws::S3Control
3716
3727
  # }
3717
3728
  #
3718
3729
  # @!attribute [rw] account_id
3719
- # The AWS account ID for owner of the bucket associated with the
3720
- # specified access point.
3730
+ # The account ID for owner of the bucket associated with the specified
3731
+ # access point.
3721
3732
  # @return [String]
3722
3733
  #
3723
3734
  # @!attribute [rw] name
@@ -3727,9 +3738,9 @@ module Aws::S3Control
3727
3738
  # For using this parameter with Amazon S3 on Outposts with the REST
3728
3739
  # API, you must specify the name and the x-amz-outpost-id as well.
3729
3740
  #
3730
- # For using this parameter with S3 on Outposts with the AWS SDK and
3731
- # CLI, you must specify the ARN of the access point accessed in the
3732
- # format
3741
+ # For using this parameter with S3 on Outposts with the Amazon Web
3742
+ # Services SDK and CLI, you must specify the ARN of the access point
3743
+ # accessed in the format
3733
3744
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
3734
3745
  # For example, to access the access point `reports-ap` through outpost
3735
3746
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -3816,7 +3827,7 @@ module Aws::S3Control
3816
3827
  # }
3817
3828
  #
3818
3829
  # @!attribute [rw] account_id
3819
- # The AWS account ID of the Outposts bucket.
3830
+ # The account ID of the Outposts bucket.
3820
3831
  # @return [String]
3821
3832
  #
3822
3833
  # @!attribute [rw] bucket
@@ -3848,7 +3859,7 @@ module Aws::S3Control
3848
3859
  # }
3849
3860
  #
3850
3861
  # @!attribute [rw] account_id
3851
- # The AWS account ID of the Outposts bucket.
3862
+ # The account ID of the Outposts bucket.
3852
3863
  # @return [String]
3853
3864
  #
3854
3865
  # @!attribute [rw] bucket
@@ -3857,8 +3868,9 @@ module Aws::S3Control
3857
3868
  # For using this parameter with Amazon S3 on Outposts with the REST
3858
3869
  # API, you must specify the name and the x-amz-outpost-id as well.
3859
3870
  #
3860
- # For using this parameter with S3 on Outposts with the AWS SDK and
3861
- # CLI, you must specify the ARN of the bucket accessed in the format
3871
+ # For using this parameter with S3 on Outposts with the Amazon Web
3872
+ # Services SDK and CLI, you must specify the ARN of the bucket
3873
+ # accessed in the format
3862
3874
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
3863
3875
  # For example, to access the bucket `reports` through outpost
3864
3876
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -3908,7 +3920,7 @@ module Aws::S3Control
3908
3920
  # }
3909
3921
  #
3910
3922
  # @!attribute [rw] account_id
3911
- # The AWS account ID of the Outposts bucket.
3923
+ # The account ID of the Outposts bucket.
3912
3924
  # @return [String]
3913
3925
  #
3914
3926
  # @!attribute [rw] bucket
@@ -3917,8 +3929,9 @@ module Aws::S3Control
3917
3929
  # For using this parameter with Amazon S3 on Outposts with the REST
3918
3930
  # API, you must specify the name and the x-amz-outpost-id as well.
3919
3931
  #
3920
- # For using this parameter with S3 on Outposts with the AWS SDK and
3921
- # CLI, you must specify the ARN of the bucket accessed in the format
3932
+ # For using this parameter with S3 on Outposts with the Amazon Web
3933
+ # Services SDK and CLI, you must specify the ARN of the bucket
3934
+ # accessed in the format
3922
3935
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
3923
3936
  # For example, to access the bucket `reports` through outpost
3924
3937
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -3955,7 +3968,7 @@ module Aws::S3Control
3955
3968
  # }
3956
3969
  #
3957
3970
  # @!attribute [rw] account_id
3958
- # The AWS account ID associated with the S3 Batch Operations job.
3971
+ # The account ID associated with the S3 Batch Operations job.
3959
3972
  # @return [String]
3960
3973
  #
3961
3974
  # @!attribute [rw] job_id
@@ -3996,11 +4009,11 @@ module Aws::S3Control
3996
4009
  #
3997
4010
  # @!attribute [rw] public_access_block_configuration
3998
4011
  # The `PublicAccessBlock` configuration that you want to apply to the
3999
- # specified AWS account.
4012
+ # specified account.
4000
4013
  # @return [Types::PublicAccessBlockConfiguration]
4001
4014
  #
4002
4015
  # @!attribute [rw] account_id
4003
- # The account ID for the AWS account whose `PublicAccessBlock`
4016
+ # The account ID for the account whose `PublicAccessBlock`
4004
4017
  # configuration you want to set.
4005
4018
  # @return [String]
4006
4019
  #
@@ -4171,7 +4184,7 @@ module Aws::S3Control
4171
4184
  # @return [Time]
4172
4185
  #
4173
4186
  # @!attribute [rw] outpost_id
4174
- # The AWS Outposts ID of the regional bucket.
4187
+ # The Outposts ID of the regional bucket.
4175
4188
  # @return [String]
4176
4189
  #
4177
4190
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/RegionalBucket AWS API Documentation
@@ -4449,9 +4462,9 @@ module Aws::S3Control
4449
4462
  #
4450
4463
  # @!attribute [rw] bucket_key_enabled
4451
4464
  # Specifies whether Amazon S3 should use an S3 Bucket Key for object
4452
- # encryption with server-side encryption using AWS KMS (SSE-KMS).
4453
- # Setting this header to `true` causes Amazon S3 to use an S3 Bucket
4454
- # Key for object encryption with SSE-KMS.
4465
+ # encryption with server-side encryption using Amazon Web Services KMS
4466
+ # (SSE-KMS). Setting this header to `true` causes Amazon S3 to use an
4467
+ # S3 Bucket Key for object encryption with SSE-KMS.
4455
4468
  #
4456
4469
  # Specifying this header with an *object* action doesn’t affect
4457
4470
  # *bucket-level* settings for S3 Bucket Key.
@@ -4995,7 +5008,7 @@ module Aws::S3Control
4995
5008
  include Aws::Structure
4996
5009
  end
4997
5010
 
4998
- # The AWS organization for your S3 Storage Lens.
5011
+ # The Amazon Web Services organization for your S3 Storage Lens.
4999
5012
  #
5000
5013
  # @note When making an API call, you may pass StorageLensAwsOrg
5001
5014
  # data as a hash:
@@ -5005,9 +5018,9 @@ module Aws::S3Control
5005
5018
  # }
5006
5019
  #
5007
5020
  # @!attribute [rw] arn
5008
- # A container for the Amazon Resource Name (ARN) of the AWS
5009
- # organization. This property is read-only and follows the following
5010
- # format: `
5021
+ # A container for the Amazon Resource Name (ARN) of the Amazon Web
5022
+ # Services organization. This property is read-only and follows the
5023
+ # following format: `
5011
5024
  # arn:aws:organizations:us-east-1:example-account-id:organization/o-ex2l495dck
5012
5025
  # `
5013
5026
  # @return [String]
@@ -5110,8 +5123,8 @@ module Aws::S3Control
5110
5123
  # @return [Boolean]
5111
5124
  #
5112
5125
  # @!attribute [rw] aws_org
5113
- # A container for the AWS organization for this S3 Storage Lens
5114
- # configuration.
5126
+ # A container for the Amazon Web Services organization for this S3
5127
+ # Storage Lens configuration.
5115
5128
  # @return [Types::StorageLensAwsOrg]
5116
5129
  #
5117
5130
  # @!attribute [rw] storage_lens_arn
@@ -5331,7 +5344,7 @@ module Aws::S3Control
5331
5344
  # }
5332
5345
  #
5333
5346
  # @!attribute [rw] account_id
5334
- # The AWS account ID associated with the S3 Batch Operations job.
5347
+ # The account ID associated with the S3 Batch Operations job.
5335
5348
  # @return [String]
5336
5349
  #
5337
5350
  # @!attribute [rw] job_id
@@ -5380,7 +5393,7 @@ module Aws::S3Control
5380
5393
  # }
5381
5394
  #
5382
5395
  # @!attribute [rw] account_id
5383
- # The AWS account ID associated with the S3 Batch Operations job.
5396
+ # The account ID associated with the S3 Batch Operations job.
5384
5397
  # @return [String]
5385
5398
  #
5386
5399
  # @!attribute [rw] job_id
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.34.0
4
+ version: 1.35.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: 2021-06-03 00:00:00.000000000 Z
11
+ date: 2021-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4