aws-sdk-s3control 1.31.0 → 1.35.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control.rb +1 -1
- data/lib/aws-sdk-s3control/client.rb +194 -196
- data/lib/aws-sdk-s3control/client_api.rb +6 -0
- data/lib/aws-sdk-s3control/types.rb +152 -126
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3591e4ccd77b6c9fae1b9c2af8cf59895a435d2b3a837ba93e65cb937335fe2a
|
4
|
+
data.tar.gz: d8ca5a20cb6a5bc23dc409c1d98b6bd6a14fa30118430d55f5cb3beb47b287ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a9689f34183a7f23bc0703a63406fa6e4e2c8a9a12d8e670ec526d0dd770d5945487b1a3082fc4c76e2b7f715e77d73139a4d39c4683ed2c5a7616a30465ebb
|
7
|
+
data.tar.gz: b480e5ee6534320c7051126f34de3d3a13361e43d8a1f55311b6435b94827ad526ceef7955c86dbc353f0a61b6a3de8a9d28f9ad02fc9c7a02bfc888f914d613
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
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
|
+
|
9
|
+
1.34.0 (2021-06-03)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Amazon S3 Batch Operations now supports S3 Bucket Keys.
|
13
|
+
|
14
|
+
1.33.0 (2021-05-11)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Documentation updates for Amazon S3-control
|
18
|
+
|
19
|
+
1.32.0 (2021-03-24)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Documentation updates for s3-control
|
23
|
+
|
4
24
|
1.31.0 (2021-03-18)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.35.0
|
data/lib/aws-sdk-s3control.rb
CHANGED
@@ -345,15 +345,15 @@ module Aws::S3Control
|
|
345
345
|
|
346
346
|
# Creates an access point and associates it with the specified bucket.
|
347
347
|
# For more information, see [Managing Data Access with Amazon S3 Access
|
348
|
-
# Points][1] in the *Amazon
|
348
|
+
# Points][1] in the *Amazon S3 User Guide*.
|
349
349
|
#
|
350
350
|
#
|
351
351
|
#
|
352
|
-
# <note markdown="1"> S3 on Outposts only supports VPC-style
|
352
|
+
# <note markdown="1"> S3 on Outposts only supports VPC-style access points.
|
353
353
|
#
|
354
354
|
# For more information, see [ Accessing Amazon S3 on Outposts using
|
355
|
-
# virtual private cloud (VPC) only
|
356
|
-
#
|
355
|
+
# virtual private cloud (VPC) only access points][2] in the *Amazon S3
|
356
|
+
# User Guide*.
|
357
357
|
#
|
358
358
|
# </note>
|
359
359
|
#
|
@@ -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
|
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
|
402
|
-
# you must specify the ARN of the bucket accessed
|
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`,
|
@@ -417,17 +418,8 @@ module Aws::S3Control
|
|
417
418
|
# </note>
|
418
419
|
#
|
419
420
|
# @option params [Types::PublicAccessBlockConfiguration] :public_access_block_configuration
|
420
|
-
# The `PublicAccessBlock` configuration that you want to apply to
|
421
|
-
#
|
422
|
-
# combination. For more information about when Amazon S3 considers a
|
423
|
-
# bucket or object public, see [The Meaning of "Public"][1] in the
|
424
|
-
# *Amazon Simple Storage Service Developer Guide*.
|
425
|
-
#
|
426
|
-
# This is not supported for Amazon S3 on Outposts.
|
427
|
-
#
|
428
|
-
#
|
429
|
-
#
|
430
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status
|
421
|
+
# The `PublicAccessBlock` configuration that you want to apply to the
|
422
|
+
# access point.
|
431
423
|
#
|
432
424
|
# @return [Types::CreateAccessPointResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
433
425
|
#
|
@@ -465,7 +457,7 @@ module Aws::S3Control
|
|
465
457
|
|
466
458
|
# Creates an Object Lambda Access Point. For more information, see
|
467
459
|
# [Transforming objects with Object Lambda Access Points][1] in the
|
468
|
-
# *Amazon
|
460
|
+
# *Amazon S3 User Guide*.
|
469
461
|
#
|
470
462
|
# The following actions are related to
|
471
463
|
# `CreateAccessPointForObjectLambda`\:
|
@@ -484,8 +476,7 @@ module Aws::S3Control
|
|
484
476
|
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPointsForObjectLambda.html
|
485
477
|
#
|
486
478
|
# @option params [required, String] :account_id
|
487
|
-
# The
|
488
|
-
# Point.
|
479
|
+
# The account ID for owner of the specified Object Lambda Access Point.
|
489
480
|
#
|
490
481
|
# @option params [required, String] :name
|
491
482
|
# The name you want to assign to this Object Lambda Access Point.
|
@@ -534,15 +525,14 @@ module Aws::S3Control
|
|
534
525
|
end
|
535
526
|
|
536
527
|
# <note markdown="1"> This action creates an Amazon S3 on Outposts bucket. To create an S3
|
537
|
-
# bucket, see [Create Bucket][1] in the *Amazon
|
538
|
-
# API*.
|
528
|
+
# bucket, see [Create Bucket][1] in the *Amazon S3 API Reference*.
|
539
529
|
#
|
540
530
|
# </note>
|
541
531
|
#
|
542
532
|
# Creates a new Outposts bucket. By creating the bucket, you become the
|
543
533
|
# bucket owner. To create an Outposts bucket, you must have S3 on
|
544
534
|
# Outposts. For more information, see [Using Amazon S3 on Outposts][2]
|
545
|
-
# in *Amazon
|
535
|
+
# in *Amazon S3 User Guide*.
|
546
536
|
#
|
547
537
|
# Not every string is an acceptable bucket name. For information on
|
548
538
|
# bucket naming restrictions, see [Working with Amazon S3 Buckets][3].
|
@@ -695,8 +685,7 @@ module Aws::S3Control
|
|
695
685
|
# You can use S3 Batch Operations to perform large-scale batch actions
|
696
686
|
# on Amazon S3 objects. Batch Operations can run a single action on
|
697
687
|
# lists of Amazon S3 objects that you specify. For more information, see
|
698
|
-
# [S3 Batch Operations][1] in the *Amazon
|
699
|
-
# Guide*.
|
688
|
+
# [S3 Batch Operations][1] in the *Amazon S3 User Guide*.
|
700
689
|
#
|
701
690
|
# This action creates a S3 Batch Operations job.
|
702
691
|
#
|
@@ -724,7 +713,7 @@ module Aws::S3Control
|
|
724
713
|
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_JobOperation.html
|
725
714
|
#
|
726
715
|
# @option params [required, String] :account_id
|
727
|
-
# The
|
716
|
+
# The account ID that creates the job.
|
728
717
|
#
|
729
718
|
# @option params [Boolean] :confirmation_required
|
730
719
|
# Indicates whether confirmation is required before Amazon S3 runs the
|
@@ -734,7 +723,7 @@ module Aws::S3Control
|
|
734
723
|
# @option params [required, Types::JobOperation] :operation
|
735
724
|
# The action that you want this job to perform on every object listed in
|
736
725
|
# the manifest. For more information about the available actions, see
|
737
|
-
# [Operations][1] in the *Amazon
|
726
|
+
# [Operations][1] in the *Amazon S3 User Guide*.
|
738
727
|
#
|
739
728
|
#
|
740
729
|
#
|
@@ -763,9 +752,9 @@ module Aws::S3Control
|
|
763
752
|
# priority.
|
764
753
|
#
|
765
754
|
# @option params [required, String] :role_arn
|
766
|
-
# The Amazon Resource Name (ARN) for the
|
767
|
-
#
|
768
|
-
#
|
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.
|
769
758
|
#
|
770
759
|
# @option params [Array<Types::S3Tag>] :tags
|
771
760
|
# A set of tags to associate with the S3 Batch Operations job. This is
|
@@ -829,6 +818,7 @@ module Aws::S3Control
|
|
829
818
|
# object_lock_legal_hold_status: "OFF", # accepts OFF, ON
|
830
819
|
# object_lock_mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
|
831
820
|
# object_lock_retain_until_date: Time.now,
|
821
|
+
# bucket_key_enabled: false,
|
832
822
|
# },
|
833
823
|
# s3_put_object_acl: {
|
834
824
|
# access_control_policy: {
|
@@ -955,8 +945,9 @@ module Aws::S3Control
|
|
955
945
|
# For using this parameter with Amazon S3 on Outposts with the REST API,
|
956
946
|
# you must specify the name and the x-amz-outpost-id as well.
|
957
947
|
#
|
958
|
-
# For using this parameter with S3 on Outposts with the
|
959
|
-
# you must specify the ARN of the access point
|
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
|
960
951
|
# `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
|
961
952
|
# For example, to access the access point `reports-ap` through outpost
|
962
953
|
# `my-outpost` owned by account `123456789012` in Region `us-west-2`,
|
@@ -1057,8 +1048,9 @@ module Aws::S3Control
|
|
1057
1048
|
# For using this parameter with Amazon S3 on Outposts with the REST API,
|
1058
1049
|
# you must specify the name and the x-amz-outpost-id as well.
|
1059
1050
|
#
|
1060
|
-
# For using this parameter with S3 on Outposts with the
|
1061
|
-
# you must specify the ARN of the access point
|
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
|
1062
1054
|
# `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
|
1063
1055
|
# For example, to access the access point `reports-ap` through outpost
|
1064
1056
|
# `my-outpost` owned by account `123456789012` in Region `us-west-2`,
|
@@ -1125,16 +1117,14 @@ module Aws::S3Control
|
|
1125
1117
|
end
|
1126
1118
|
|
1127
1119
|
# <note markdown="1"> This action deletes an Amazon S3 on Outposts bucket. To delete an S3
|
1128
|
-
# bucket, see [DeleteBucket][1] in the *Amazon
|
1129
|
-
# API*.
|
1120
|
+
# bucket, see [DeleteBucket][1] in the *Amazon S3 API Reference*.
|
1130
1121
|
#
|
1131
1122
|
# </note>
|
1132
1123
|
#
|
1133
1124
|
# Deletes the Amazon S3 on Outposts bucket. All objects (including all
|
1134
1125
|
# object versions and delete markers) in the bucket must be deleted
|
1135
1126
|
# before the bucket itself can be deleted. For more information, see
|
1136
|
-
# [Using Amazon S3 on Outposts][2] in *Amazon
|
1137
|
-
# User Guide*.
|
1127
|
+
# [Using Amazon S3 on Outposts][2] in *Amazon S3 User Guide*.
|
1138
1128
|
#
|
1139
1129
|
# All Amazon S3 on Outposts REST API requests for this action require an
|
1140
1130
|
# additional parameter of `x-amz-outpost-id` to be passed with the
|
@@ -1170,8 +1160,9 @@ module Aws::S3Control
|
|
1170
1160
|
# For using this parameter with Amazon S3 on Outposts with the REST API,
|
1171
1161
|
# you must specify the name and the x-amz-outpost-id as well.
|
1172
1162
|
#
|
1173
|
-
# For using this parameter with S3 on Outposts with the
|
1174
|
-
# you must specify the ARN of the bucket accessed
|
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
|
1175
1166
|
# `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
|
1176
1167
|
# For example, to access the bucket `reports` through outpost
|
1177
1168
|
# `my-outpost` owned by account `123456789012` in Region `us-west-2`,
|
@@ -1199,7 +1190,7 @@ module Aws::S3Control
|
|
1199
1190
|
|
1200
1191
|
# <note markdown="1"> This action deletes an Amazon S3 on Outposts bucket's lifecycle
|
1201
1192
|
# configuration. To delete an S3 bucket's lifecycle configuration, see
|
1202
|
-
# [DeleteBucketLifecycle][1] in the *Amazon
|
1193
|
+
# [DeleteBucketLifecycle][1] in the *Amazon S3 API Reference*.
|
1203
1194
|
#
|
1204
1195
|
# </note>
|
1205
1196
|
#
|
@@ -1209,8 +1200,7 @@ module Aws::S3Control
|
|
1209
1200
|
# objects never expire, and Amazon S3 on Outposts no longer
|
1210
1201
|
# automatically deletes any objects on the basis of rules contained in
|
1211
1202
|
# the deleted lifecycle configuration. For more information, see [Using
|
1212
|
-
# Amazon S3 on Outposts][2] in *Amazon
|
1213
|
-
# Guide*.
|
1203
|
+
# Amazon S3 on Outposts][2] in *Amazon S3 User Guide*.
|
1214
1204
|
#
|
1215
1205
|
# To use this action, you must have permission to perform the
|
1216
1206
|
# `s3-outposts:DeleteLifecycleConfiguration` action. By default, the
|
@@ -1252,8 +1242,9 @@ module Aws::S3Control
|
|
1252
1242
|
# For using this parameter with Amazon S3 on Outposts with the REST API,
|
1253
1243
|
# you must specify the name and the x-amz-outpost-id as well.
|
1254
1244
|
#
|
1255
|
-
# For using this parameter with S3 on Outposts with the
|
1256
|
-
# you must specify the ARN of the bucket accessed
|
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
|
1257
1248
|
# `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
|
1258
1249
|
# For example, to access the bucket `reports` through outpost
|
1259
1250
|
# `my-outpost` owned by account `123456789012` in Region `us-west-2`,
|
@@ -1280,26 +1271,26 @@ module Aws::S3Control
|
|
1280
1271
|
end
|
1281
1272
|
|
1282
1273
|
# <note markdown="1"> This action deletes an Amazon S3 on Outposts bucket policy. To delete
|
1283
|
-
# an S3 bucket policy, see [DeleteBucketPolicy][1] in the *Amazon
|
1284
|
-
#
|
1274
|
+
# an S3 bucket policy, see [DeleteBucketPolicy][1] in the *Amazon S3 API
|
1275
|
+
# Reference*.
|
1285
1276
|
#
|
1286
1277
|
# </note>
|
1287
1278
|
#
|
1288
1279
|
# This implementation of the DELETE action uses the policy subresource
|
1289
1280
|
# to delete the policy of a specified Amazon S3 on Outposts bucket. If
|
1290
|
-
# you are using an identity other than the root user of the
|
1291
|
-
#
|
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
|
1292
1283
|
# `s3-outposts:DeleteBucketPolicy` permissions on the specified Outposts
|
1293
1284
|
# bucket and belong to the bucket owner's account to use this action.
|
1294
1285
|
# For more information, see [Using Amazon S3 on Outposts][2] in *Amazon
|
1295
|
-
#
|
1286
|
+
# S3 User Guide*.
|
1296
1287
|
#
|
1297
1288
|
# If you don't have `DeleteBucketPolicy` permissions, Amazon S3 returns
|
1298
1289
|
# a `403 Access Denied` error. If you have the correct permissions, but
|
1299
1290
|
# you're not using an identity that belongs to the bucket owner's
|
1300
1291
|
# account, Amazon S3 returns a `405 Method Not Allowed` error.
|
1301
1292
|
#
|
1302
|
-
# As a security precaution, the root user of the
|
1293
|
+
# As a security precaution, the root user of the account that owns a
|
1303
1294
|
# bucket can always use this action, even if the policy explicitly
|
1304
1295
|
# denies the root user the ability to perform this action.
|
1305
1296
|
#
|
@@ -1338,8 +1329,9 @@ module Aws::S3Control
|
|
1338
1329
|
# For using this parameter with Amazon S3 on Outposts with the REST API,
|
1339
1330
|
# you must specify the name and the x-amz-outpost-id as well.
|
1340
1331
|
#
|
1341
|
-
# For using this parameter with S3 on Outposts with the
|
1342
|
-
# you must specify the ARN of the bucket accessed
|
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
|
1343
1335
|
# `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
|
1344
1336
|
# For example, to access the bucket `reports` through outpost
|
1345
1337
|
# `my-outpost` owned by account `123456789012` in Region `us-west-2`,
|
@@ -1366,14 +1358,13 @@ module Aws::S3Control
|
|
1366
1358
|
end
|
1367
1359
|
|
1368
1360
|
# <note markdown="1"> This action deletes an Amazon S3 on Outposts bucket's tags. To delete
|
1369
|
-
# an S3 bucket tags, see [DeleteBucketTagging][1] in the *Amazon
|
1370
|
-
#
|
1361
|
+
# an S3 bucket tags, see [DeleteBucketTagging][1] in the *Amazon S3 API
|
1362
|
+
# Reference*.
|
1371
1363
|
#
|
1372
1364
|
# </note>
|
1373
1365
|
#
|
1374
1366
|
# Deletes the tags from the Outposts bucket. For more information, see
|
1375
|
-
# [Using Amazon S3 on Outposts][2] in *Amazon
|
1376
|
-
# User Guide*.
|
1367
|
+
# [Using Amazon S3 on Outposts][2] in *Amazon S3 User Guide*.
|
1377
1368
|
#
|
1378
1369
|
# To use this action, you must have permission to perform the
|
1379
1370
|
# `PutBucketTagging` action. By default, the bucket owner has this
|
@@ -1402,7 +1393,7 @@ module Aws::S3Control
|
|
1402
1393
|
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketTagging.html
|
1403
1394
|
#
|
1404
1395
|
# @option params [required, String] :account_id
|
1405
|
-
# The
|
1396
|
+
# The account ID of the Outposts bucket tag set to be removed.
|
1406
1397
|
#
|
1407
1398
|
# @option params [required, String] :bucket
|
1408
1399
|
# The bucket ARN that has the tag set to be removed.
|
@@ -1410,8 +1401,9 @@ module Aws::S3Control
|
|
1410
1401
|
# For using this parameter with Amazon S3 on Outposts with the REST API,
|
1411
1402
|
# you must specify the name and the x-amz-outpost-id as well.
|
1412
1403
|
#
|
1413
|
-
# For using this parameter with S3 on Outposts with the
|
1414
|
-
# you must specify the ARN of the bucket accessed
|
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
|
1415
1407
|
# `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
|
1416
1408
|
# For example, to access the bucket `reports` through outpost
|
1417
1409
|
# `my-outpost` owned by account `123456789012` in Region `us-west-2`,
|
@@ -1440,8 +1432,7 @@ module Aws::S3Control
|
|
1440
1432
|
# Removes the entire tag set from the specified S3 Batch Operations job.
|
1441
1433
|
# To use this operation, you must have permission to perform the
|
1442
1434
|
# `s3:DeleteJobTagging` action. For more information, see [Controlling
|
1443
|
-
# access and labeling jobs using tags][1] in the *Amazon
|
1444
|
-
# Service User Guide*.
|
1435
|
+
# access and labeling jobs using tags][1] in the *Amazon S3 User Guide*.
|
1445
1436
|
#
|
1446
1437
|
#
|
1447
1438
|
#
|
@@ -1461,7 +1452,7 @@ module Aws::S3Control
|
|
1461
1452
|
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutJobTagging.html
|
1462
1453
|
#
|
1463
1454
|
# @option params [required, String] :account_id
|
1464
|
-
# The
|
1455
|
+
# The account ID associated with the S3 Batch Operations job.
|
1465
1456
|
#
|
1466
1457
|
# @option params [required, String] :job_id
|
1467
1458
|
# The ID for the S3 Batch Operations job whose tags you want to delete.
|
@@ -1484,8 +1475,8 @@ module Aws::S3Control
|
|
1484
1475
|
req.send_request(options)
|
1485
1476
|
end
|
1486
1477
|
|
1487
|
-
# Removes the `PublicAccessBlock` configuration for an
|
1488
|
-
#
|
1478
|
+
# Removes the `PublicAccessBlock` configuration for an account. For more
|
1479
|
+
# information, see [ Using Amazon S3 block public access][1].
|
1489
1480
|
#
|
1490
1481
|
# Related actions include:
|
1491
1482
|
#
|
@@ -1500,8 +1491,8 @@ module Aws::S3Control
|
|
1500
1491
|
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutPublicAccessBlock.html
|
1501
1492
|
#
|
1502
1493
|
# @option params [required, String] :account_id
|
1503
|
-
# The account ID for the
|
1504
|
-
#
|
1494
|
+
# The account ID for the account whose `PublicAccessBlock` configuration
|
1495
|
+
# you want to remove.
|
1505
1496
|
#
|
1506
1497
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1507
1498
|
#
|
@@ -1522,13 +1513,12 @@ module Aws::S3Control
|
|
1522
1513
|
|
1523
1514
|
# Deletes the Amazon S3 Storage Lens configuration. For more information
|
1524
1515
|
# about S3 Storage Lens, see [Assessing your storage activity and usage
|
1525
|
-
# with Amazon S3 Storage Lens ][1] in the *Amazon
|
1526
|
-
# User Guide*.
|
1516
|
+
# with Amazon S3 Storage Lens ][1] in the *Amazon S3 User Guide*.
|
1527
1517
|
#
|
1528
1518
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
1529
1519
|
# `s3:DeleteStorageLensConfiguration` action. For more information, see
|
1530
1520
|
# [Setting permissions to use Amazon S3 Storage Lens][2] in the *Amazon
|
1531
|
-
#
|
1521
|
+
# S3 User Guide*.
|
1532
1522
|
#
|
1533
1523
|
# </note>
|
1534
1524
|
#
|
@@ -1563,13 +1553,13 @@ module Aws::S3Control
|
|
1563
1553
|
|
1564
1554
|
# Deletes the Amazon S3 Storage Lens configuration tags. For more
|
1565
1555
|
# information about S3 Storage Lens, see [Assessing your storage
|
1566
|
-
# activity and usage with Amazon S3 Storage Lens ][1] in the *Amazon
|
1567
|
-
#
|
1556
|
+
# activity and usage with Amazon S3 Storage Lens ][1] in the *Amazon S3
|
1557
|
+
# User Guide*.
|
1568
1558
|
#
|
1569
1559
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
1570
1560
|
# `s3:DeleteStorageLensConfigurationTagging` action. For more
|
1571
1561
|
# information, see [Setting permissions to use Amazon S3 Storage
|
1572
|
-
# Lens][2] in the *Amazon
|
1562
|
+
# Lens][2] in the *Amazon S3 User Guide*.
|
1573
1563
|
#
|
1574
1564
|
# </note>
|
1575
1565
|
#
|
@@ -1604,7 +1594,7 @@ module Aws::S3Control
|
|
1604
1594
|
|
1605
1595
|
# Retrieves the configuration parameters and status for a Batch
|
1606
1596
|
# Operations job. For more information, see [S3 Batch Operations][1] in
|
1607
|
-
# the *Amazon
|
1597
|
+
# the *Amazon S3 User Guide*.
|
1608
1598
|
#
|
1609
1599
|
#
|
1610
1600
|
#
|
@@ -1627,7 +1617,7 @@ module Aws::S3Control
|
|
1627
1617
|
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html
|
1628
1618
|
#
|
1629
1619
|
# @option params [required, String] :account_id
|
1630
|
-
# The
|
1620
|
+
# The account ID associated with the S3 Batch Operations job.
|
1631
1621
|
#
|
1632
1622
|
# @option params [required, String] :job_id
|
1633
1623
|
# The ID for the job whose information you want to retrieve.
|
@@ -1690,6 +1680,7 @@ module Aws::S3Control
|
|
1690
1680
|
# resp.job.operation.s3_put_object_copy.object_lock_legal_hold_status #=> String, one of "OFF", "ON"
|
1691
1681
|
# resp.job.operation.s3_put_object_copy.object_lock_mode #=> String, one of "COMPLIANCE", "GOVERNANCE"
|
1692
1682
|
# resp.job.operation.s3_put_object_copy.object_lock_retain_until_date #=> Time
|
1683
|
+
# resp.job.operation.s3_put_object_copy.bucket_key_enabled #=> Boolean
|
1693
1684
|
# resp.job.operation.s3_put_object_acl.access_control_policy.access_control_list.owner.id #=> String
|
1694
1685
|
# resp.job.operation.s3_put_object_acl.access_control_policy.access_control_list.owner.display_name #=> String
|
1695
1686
|
# resp.job.operation.s3_put_object_acl.access_control_policy.access_control_list.grants #=> Array
|
@@ -1772,8 +1763,9 @@ module Aws::S3Control
|
|
1772
1763
|
# For using this parameter with Amazon S3 on Outposts with the REST API,
|
1773
1764
|
# you must specify the name and the x-amz-outpost-id as well.
|
1774
1765
|
#
|
1775
|
-
# For using this parameter with S3 on Outposts with the
|
1776
|
-
# you must specify the ARN of the access point
|
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
|
1777
1769
|
# `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
|
1778
1770
|
# For example, to access the access point `reports-ap` through outpost
|
1779
1771
|
# `my-outpost` owned by account `123456789012` in Region `us-west-2`,
|
@@ -1949,8 +1941,9 @@ module Aws::S3Control
|
|
1949
1941
|
# For using this parameter with Amazon S3 on Outposts with the REST API,
|
1950
1942
|
# you must specify the name and the x-amz-outpost-id as well.
|
1951
1943
|
#
|
1952
|
-
# For using this parameter with S3 on Outposts with the
|
1953
|
-
# you must specify the ARN of the access point
|
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
|
1954
1947
|
# `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
|
1955
1948
|
# For example, to access the access point `reports-ap` through outpost
|
1956
1949
|
# `my-outpost` owned by account `123456789012` in Region `us-west-2`,
|
@@ -2029,8 +2022,8 @@ module Aws::S3Control
|
|
2029
2022
|
|
2030
2023
|
# Indicates whether the specified access point currently has a policy
|
2031
2024
|
# that allows public access. For more information about public access
|
2032
|
-
# through access points, see [Managing Data Access with Amazon S3
|
2033
|
-
#
|
2025
|
+
# through access points, see [Managing Data Access with Amazon S3 access
|
2026
|
+
# points][1] in the *Amazon S3 User Guide*.
|
2034
2027
|
#
|
2035
2028
|
#
|
2036
2029
|
#
|
@@ -2101,15 +2094,14 @@ module Aws::S3Control
|
|
2101
2094
|
end
|
2102
2095
|
|
2103
2096
|
# Gets an Amazon S3 on Outposts bucket. For more information, see [
|
2104
|
-
# Using Amazon S3 on Outposts][1] in the *Amazon
|
2105
|
-
# User Guide*.
|
2097
|
+
# Using Amazon S3 on Outposts][1] in the *Amazon S3 User Guide*.
|
2106
2098
|
#
|
2107
|
-
# If you are using an identity other than the root user of the
|
2108
|
-
#
|
2109
|
-
#
|
2110
|
-
#
|
2111
|
-
#
|
2112
|
-
#
|
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.
|
2113
2105
|
#
|
2114
2106
|
# If you don't have `s3-outposts:GetBucket` permissions or you're not
|
2115
2107
|
# using an identity that belongs to the bucket owner's account, Amazon
|
@@ -2141,7 +2133,7 @@ module Aws::S3Control
|
|
2141
2133
|
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucket.html
|
2142
2134
|
#
|
2143
2135
|
# @option params [required, String] :account_id
|
2144
|
-
# The
|
2136
|
+
# The account ID of the Outposts bucket.
|
2145
2137
|
#
|
2146
2138
|
# @option params [required, String] :bucket
|
2147
2139
|
# Specifies the bucket.
|
@@ -2149,8 +2141,9 @@ module Aws::S3Control
|
|
2149
2141
|
# For using this parameter with Amazon S3 on Outposts with the REST API,
|
2150
2142
|
# you must specify the name and the x-amz-outpost-id as well.
|
2151
2143
|
#
|
2152
|
-
# For using this parameter with S3 on Outposts with the
|
2153
|
-
# you must specify the ARN of the bucket accessed
|
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
|
2154
2147
|
# `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
|
2155
2148
|
# For example, to access the bucket `reports` through outpost
|
2156
2149
|
# `my-outpost` owned by account `123456789012` in Region `us-west-2`,
|
@@ -2188,15 +2181,14 @@ module Aws::S3Control
|
|
2188
2181
|
|
2189
2182
|
# <note markdown="1"> This action gets an Amazon S3 on Outposts bucket's lifecycle
|
2190
2183
|
# configuration. To get an S3 bucket's lifecycle configuration, see
|
2191
|
-
# [GetBucketLifecycleConfiguration][1] in the *Amazon
|
2192
|
-
# Service API*.
|
2184
|
+
# [GetBucketLifecycleConfiguration][1] in the *Amazon S3 API Reference*.
|
2193
2185
|
#
|
2194
2186
|
# </note>
|
2195
2187
|
#
|
2196
2188
|
# Returns the lifecycle configuration information set on the Outposts
|
2197
2189
|
# bucket. For more information, see [Using Amazon S3 on Outposts][2] and
|
2198
2190
|
# for information about lifecycle configuration, see [ Object Lifecycle
|
2199
|
-
# Management][3] in *Amazon
|
2191
|
+
# Management][3] in *Amazon S3 User Guide*.
|
2200
2192
|
#
|
2201
2193
|
# To use this action, you must have permission to perform the
|
2202
2194
|
# `s3-outposts:GetLifecycleConfiguration` action. The Outposts bucket
|
@@ -2242,7 +2234,7 @@ module Aws::S3Control
|
|
2242
2234
|
# [8]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketLifecycleConfiguration.html
|
2243
2235
|
#
|
2244
2236
|
# @option params [required, String] :account_id
|
2245
|
-
# The
|
2237
|
+
# The account ID of the Outposts bucket.
|
2246
2238
|
#
|
2247
2239
|
# @option params [required, String] :bucket
|
2248
2240
|
# The Amazon Resource Name (ARN) of the bucket.
|
@@ -2250,8 +2242,9 @@ module Aws::S3Control
|
|
2250
2242
|
# For using this parameter with Amazon S3 on Outposts with the REST API,
|
2251
2243
|
# you must specify the name and the x-amz-outpost-id as well.
|
2252
2244
|
#
|
2253
|
-
# For using this parameter with S3 on Outposts with the
|
2254
|
-
# you must specify the ARN of the bucket accessed
|
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
|
2255
2248
|
# `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
|
2256
2249
|
# For example, to access the bucket `reports` through outpost
|
2257
2250
|
# `my-outpost` owned by account `123456789012` in Region `us-west-2`,
|
@@ -2306,16 +2299,16 @@ module Aws::S3Control
|
|
2306
2299
|
|
2307
2300
|
# <note markdown="1"> This action gets a bucket policy for an Amazon S3 on Outposts bucket.
|
2308
2301
|
# To get a policy for an S3 bucket, see [GetBucketPolicy][1] in the
|
2309
|
-
# *Amazon
|
2302
|
+
# *Amazon S3 API Reference*.
|
2310
2303
|
#
|
2311
2304
|
# </note>
|
2312
2305
|
#
|
2313
2306
|
# Returns the policy of a specified Outposts bucket. For more
|
2314
|
-
# information, see [Using Amazon S3 on Outposts][2] in the *Amazon
|
2315
|
-
#
|
2307
|
+
# information, see [Using Amazon S3 on Outposts][2] in the *Amazon S3
|
2308
|
+
# User Guide*.
|
2316
2309
|
#
|
2317
|
-
# If you are using an identity other than the root user of the
|
2318
|
-
#
|
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
|
2319
2312
|
# `GetBucketPolicy` permissions on the specified bucket and belong to
|
2320
2313
|
# the bucket owner's account in order to use this action.
|
2321
2314
|
#
|
@@ -2325,7 +2318,7 @@ module Aws::S3Control
|
|
2325
2318
|
# identity that belongs to the bucket owner's account, Amazon S3
|
2326
2319
|
# returns a `403 Access Denied` error.
|
2327
2320
|
#
|
2328
|
-
# As a security precaution, the root user of the
|
2321
|
+
# As a security precaution, the root user of the account that owns a
|
2329
2322
|
# bucket can always use this action, even if the policy explicitly
|
2330
2323
|
# denies the root user the ability to perform this action.
|
2331
2324
|
#
|
@@ -2359,7 +2352,7 @@ module Aws::S3Control
|
|
2359
2352
|
# [7]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html
|
2360
2353
|
#
|
2361
2354
|
# @option params [required, String] :account_id
|
2362
|
-
# The
|
2355
|
+
# The account ID of the Outposts bucket.
|
2363
2356
|
#
|
2364
2357
|
# @option params [required, String] :bucket
|
2365
2358
|
# Specifies the bucket.
|
@@ -2367,8 +2360,9 @@ module Aws::S3Control
|
|
2367
2360
|
# For using this parameter with Amazon S3 on Outposts with the REST API,
|
2368
2361
|
# you must specify the name and the x-amz-outpost-id as well.
|
2369
2362
|
#
|
2370
|
-
# For using this parameter with S3 on Outposts with the
|
2371
|
-
# you must specify the ARN of the bucket accessed
|
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
|
2372
2366
|
# `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
|
2373
2367
|
# For example, to access the bucket `reports` through outpost
|
2374
2368
|
# `my-outpost` owned by account `123456789012` in Region `us-west-2`,
|
@@ -2401,14 +2395,14 @@ module Aws::S3Control
|
|
2401
2395
|
end
|
2402
2396
|
|
2403
2397
|
# <note markdown="1"> This action gets an Amazon S3 on Outposts bucket's tags. To get an S3
|
2404
|
-
# bucket tags, see [GetBucketTagging][1] in the *Amazon
|
2405
|
-
#
|
2398
|
+
# bucket tags, see [GetBucketTagging][1] in the *Amazon S3 API
|
2399
|
+
# Reference*.
|
2406
2400
|
#
|
2407
2401
|
# </note>
|
2408
2402
|
#
|
2409
2403
|
# Returns the tag set associated with the Outposts bucket. For more
|
2410
|
-
# information, see [Using Amazon S3 on Outposts][2] in the *Amazon
|
2411
|
-
#
|
2404
|
+
# information, see [Using Amazon S3 on Outposts][2] in the *Amazon S3
|
2405
|
+
# User Guide*.
|
2412
2406
|
#
|
2413
2407
|
# To use this action, you must have permission to perform the
|
2414
2408
|
# `GetBucketTagging` action. By default, the bucket owner has this
|
@@ -2445,7 +2439,7 @@ module Aws::S3Control
|
|
2445
2439
|
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketTagging.html
|
2446
2440
|
#
|
2447
2441
|
# @option params [required, String] :account_id
|
2448
|
-
# The
|
2442
|
+
# The account ID of the Outposts bucket.
|
2449
2443
|
#
|
2450
2444
|
# @option params [required, String] :bucket
|
2451
2445
|
# Specifies the bucket.
|
@@ -2453,8 +2447,9 @@ module Aws::S3Control
|
|
2453
2447
|
# For using this parameter with Amazon S3 on Outposts with the REST API,
|
2454
2448
|
# you must specify the name and the x-amz-outpost-id as well.
|
2455
2449
|
#
|
2456
|
-
# For using this parameter with S3 on Outposts with the
|
2457
|
-
# you must specify the ARN of the bucket accessed
|
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
|
2458
2453
|
# `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
|
2459
2454
|
# For example, to access the bucket `reports` through outpost
|
2460
2455
|
# `my-outpost` owned by account `123456789012` in Region `us-west-2`,
|
@@ -2491,7 +2486,7 @@ module Aws::S3Control
|
|
2491
2486
|
# Returns the tags on an S3 Batch Operations job. To use this operation,
|
2492
2487
|
# you must have permission to perform the `s3:GetJobTagging` action. For
|
2493
2488
|
# more information, see [Controlling access and labeling jobs using
|
2494
|
-
# tags][1] in the *Amazon
|
2489
|
+
# tags][1] in the *Amazon S3 User Guide*.
|
2495
2490
|
#
|
2496
2491
|
#
|
2497
2492
|
#
|
@@ -2511,7 +2506,7 @@ module Aws::S3Control
|
|
2511
2506
|
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteJobTagging.html
|
2512
2507
|
#
|
2513
2508
|
# @option params [required, String] :account_id
|
2514
|
-
# The
|
2509
|
+
# The account ID associated with the S3 Batch Operations job.
|
2515
2510
|
#
|
2516
2511
|
# @option params [required, String] :job_id
|
2517
2512
|
# The ID for the S3 Batch Operations job whose tags you want to
|
@@ -2543,8 +2538,8 @@ module Aws::S3Control
|
|
2543
2538
|
req.send_request(options)
|
2544
2539
|
end
|
2545
2540
|
|
2546
|
-
# Retrieves the `PublicAccessBlock` configuration for an
|
2547
|
-
#
|
2541
|
+
# Retrieves the `PublicAccessBlock` configuration for an account. For
|
2542
|
+
# more information, see [ Using Amazon S3 block public access][1].
|
2548
2543
|
#
|
2549
2544
|
# Related actions include:
|
2550
2545
|
#
|
@@ -2559,8 +2554,8 @@ module Aws::S3Control
|
|
2559
2554
|
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutPublicAccessBlock.html
|
2560
2555
|
#
|
2561
2556
|
# @option params [required, String] :account_id
|
2562
|
-
# The account ID for the
|
2563
|
-
#
|
2557
|
+
# The account ID for the account whose `PublicAccessBlock` configuration
|
2558
|
+
# you want to retrieve.
|
2564
2559
|
#
|
2565
2560
|
# @return [Types::GetPublicAccessBlockOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2566
2561
|
#
|
@@ -2590,12 +2585,12 @@ module Aws::S3Control
|
|
2590
2585
|
|
2591
2586
|
# Gets the Amazon S3 Storage Lens configuration. For more information,
|
2592
2587
|
# see [Assessing your storage activity and usage with Amazon S3 Storage
|
2593
|
-
# Lens ][1] in the *Amazon
|
2588
|
+
# Lens ][1] in the *Amazon S3 User Guide*.
|
2594
2589
|
#
|
2595
2590
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
2596
2591
|
# `s3:GetStorageLensConfiguration` action. For more information, see
|
2597
2592
|
# [Setting permissions to use Amazon S3 Storage Lens][2] in the *Amazon
|
2598
|
-
#
|
2593
|
+
# S3 User Guide*.
|
2599
2594
|
#
|
2600
2595
|
# </note>
|
2601
2596
|
#
|
@@ -2659,13 +2654,13 @@ module Aws::S3Control
|
|
2659
2654
|
|
2660
2655
|
# Gets the tags of Amazon S3 Storage Lens configuration. For more
|
2661
2656
|
# information about S3 Storage Lens, see [Assessing your storage
|
2662
|
-
# activity and usage with Amazon S3 Storage Lens ][1] in the *Amazon
|
2663
|
-
#
|
2657
|
+
# activity and usage with Amazon S3 Storage Lens ][1] in the *Amazon S3
|
2658
|
+
# User Guide*.
|
2664
2659
|
#
|
2665
2660
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
2666
2661
|
# `s3:GetStorageLensConfigurationTagging` action. For more information,
|
2667
2662
|
# see [Setting permissions to use Amazon S3 Storage Lens][2] in the
|
2668
|
-
# *Amazon
|
2663
|
+
# *Amazon S3 User Guide*.
|
2669
2664
|
#
|
2670
2665
|
# </note>
|
2671
2666
|
#
|
@@ -2739,8 +2734,8 @@ module Aws::S3Control
|
|
2739
2734
|
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html
|
2740
2735
|
#
|
2741
2736
|
# @option params [required, String] :account_id
|
2742
|
-
# The
|
2743
|
-
#
|
2737
|
+
# The account ID for owner of the bucket whose access points you want to
|
2738
|
+
# list.
|
2744
2739
|
#
|
2745
2740
|
# @option params [String] :bucket
|
2746
2741
|
# The name of the bucket whose associated access points you want to
|
@@ -2749,8 +2744,9 @@ module Aws::S3Control
|
|
2749
2744
|
# For using this parameter with Amazon S3 on Outposts with the REST API,
|
2750
2745
|
# you must specify the name and the x-amz-outpost-id as well.
|
2751
2746
|
#
|
2752
|
-
# For using this parameter with S3 on Outposts with the
|
2753
|
-
# you must specify the ARN of the bucket accessed
|
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
|
2754
2750
|
# `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
|
2755
2751
|
# For example, to access the bucket `reports` through outpost
|
2756
2752
|
# `my-outpost` owned by account `123456789012` in Region `us-west-2`,
|
@@ -2875,9 +2871,9 @@ module Aws::S3Control
|
|
2875
2871
|
end
|
2876
2872
|
|
2877
2873
|
# Lists current S3 Batch Operations jobs and jobs that have ended within
|
2878
|
-
# the last 30 days for the
|
2879
|
-
# information, see [S3 Batch Operations][1] in the *Amazon
|
2880
|
-
#
|
2874
|
+
# the last 30 days for the account making the request. For more
|
2875
|
+
# information, see [S3 Batch Operations][1] in the *Amazon S3 User
|
2876
|
+
# Guide*.
|
2881
2877
|
#
|
2882
2878
|
# Related actions include:
|
2883
2879
|
#
|
@@ -2900,7 +2896,7 @@ module Aws::S3Control
|
|
2900
2896
|
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html
|
2901
2897
|
#
|
2902
2898
|
# @option params [required, String] :account_id
|
2903
|
-
# The
|
2899
|
+
# The account ID associated with the S3 Batch Operations job.
|
2904
2900
|
#
|
2905
2901
|
# @option params [Array<String>] :job_statuses
|
2906
2902
|
# The `List Jobs` request returns jobs that match the statuses listed in
|
@@ -2959,8 +2955,7 @@ module Aws::S3Control
|
|
2959
2955
|
|
2960
2956
|
# Returns a list of all Outposts buckets in an Outpost that are owned by
|
2961
2957
|
# the authenticated sender of the request. For more information, see
|
2962
|
-
# [Using Amazon S3 on Outposts][1] in the *Amazon
|
2963
|
-
# User Guide*.
|
2958
|
+
# [Using Amazon S3 on Outposts][1] in the *Amazon S3 User Guide*.
|
2964
2959
|
#
|
2965
2960
|
# For an example of the request syntax for Amazon S3 on Outposts that
|
2966
2961
|
# uses the S3 on Outposts endpoint hostname prefix and
|
@@ -2972,14 +2967,14 @@ module Aws::S3Control
|
|
2972
2967
|
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListRegionalBuckets.html#API_control_ListRegionalBuckets_Examples
|
2973
2968
|
#
|
2974
2969
|
# @option params [required, String] :account_id
|
2975
|
-
# The
|
2970
|
+
# The account ID of the Outposts bucket.
|
2976
2971
|
#
|
2977
2972
|
# @option params [String] :next_token
|
2978
2973
|
#
|
2979
2974
|
# @option params [Integer] :max_results
|
2980
2975
|
#
|
2981
2976
|
# @option params [String] :outpost_id
|
2982
|
-
# The ID of the
|
2977
|
+
# The ID of the Outposts.
|
2983
2978
|
#
|
2984
2979
|
# <note markdown="1"> This is required by Amazon S3 on Outposts buckets.
|
2985
2980
|
#
|
@@ -3022,13 +3017,13 @@ module Aws::S3Control
|
|
3022
3017
|
|
3023
3018
|
# Gets a list of Amazon S3 Storage Lens configurations. For more
|
3024
3019
|
# information about S3 Storage Lens, see [Assessing your storage
|
3025
|
-
# activity and usage with Amazon S3 Storage Lens ][1] in the *Amazon
|
3026
|
-
#
|
3020
|
+
# activity and usage with Amazon S3 Storage Lens ][1] in the *Amazon S3
|
3021
|
+
# User Guide*.
|
3027
3022
|
#
|
3028
3023
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
3029
3024
|
# `s3:ListStorageLensConfigurations` action. For more information, see
|
3030
3025
|
# [Setting permissions to use Amazon S3 Storage Lens][2] in the *Amazon
|
3031
|
-
#
|
3026
|
+
# S3 User Guide*.
|
3032
3027
|
#
|
3033
3028
|
# </note>
|
3034
3029
|
#
|
@@ -3048,6 +3043,8 @@ module Aws::S3Control
|
|
3048
3043
|
# * {Types::ListStorageLensConfigurationsResult#next_token #next_token} => String
|
3049
3044
|
# * {Types::ListStorageLensConfigurationsResult#storage_lens_configuration_list #storage_lens_configuration_list} => Array<Types::ListStorageLensConfigurationEntry>
|
3050
3045
|
#
|
3046
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3047
|
+
#
|
3051
3048
|
# @example Request syntax with placeholder values
|
3052
3049
|
#
|
3053
3050
|
# resp = client.list_storage_lens_configurations({
|
@@ -3158,8 +3155,8 @@ module Aws::S3Control
|
|
3158
3155
|
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicy.html
|
3159
3156
|
#
|
3160
3157
|
# @option params [required, String] :account_id
|
3161
|
-
# The
|
3162
|
-
#
|
3158
|
+
# The account ID for owner of the bucket associated with the specified
|
3159
|
+
# access point.
|
3163
3160
|
#
|
3164
3161
|
# @option params [required, String] :name
|
3165
3162
|
# The name of the access point that you want to associate with the
|
@@ -3168,8 +3165,9 @@ module Aws::S3Control
|
|
3168
3165
|
# For using this parameter with Amazon S3 on Outposts with the REST API,
|
3169
3166
|
# you must specify the name and the x-amz-outpost-id as well.
|
3170
3167
|
#
|
3171
|
-
# For using this parameter with S3 on Outposts with the
|
3172
|
-
# you must specify the ARN of the access point
|
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
|
3173
3171
|
# `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
|
3174
3172
|
# For example, to access the access point `reports-ap` through outpost
|
3175
3173
|
# `my-outpost` owned by account `123456789012` in Region `us-west-2`,
|
@@ -3180,8 +3178,7 @@ module Aws::S3Control
|
|
3180
3178
|
# @option params [required, String] :policy
|
3181
3179
|
# The policy that you want to apply to the specified access point. For
|
3182
3180
|
# more information about access point policies, see [Managing data
|
3183
|
-
# access with Amazon S3
|
3184
|
-
# Service User Guide*.
|
3181
|
+
# access with Amazon S3 access points][1] in the *Amazon S3 User Guide*.
|
3185
3182
|
#
|
3186
3183
|
#
|
3187
3184
|
#
|
@@ -3208,7 +3205,7 @@ module Aws::S3Control
|
|
3208
3205
|
|
3209
3206
|
# Creates or replaces resource policy for an Object Lambda Access Point.
|
3210
3207
|
# For an example policy, see [Creating Object Lambda Access Points][1]
|
3211
|
-
# in the *Amazon
|
3208
|
+
# in the *Amazon S3 User Guide*.
|
3212
3209
|
#
|
3213
3210
|
# The following actions are related to
|
3214
3211
|
# `PutAccessPointPolicyForObjectLambda`\:
|
@@ -3254,8 +3251,7 @@ module Aws::S3Control
|
|
3254
3251
|
|
3255
3252
|
# <note markdown="1"> This action puts a lifecycle configuration to an Amazon S3 on Outposts
|
3256
3253
|
# bucket. To put a lifecycle configuration to an S3 bucket, see
|
3257
|
-
# [PutBucketLifecycleConfiguration][1] in the *Amazon
|
3258
|
-
# Service API*.
|
3254
|
+
# [PutBucketLifecycleConfiguration][1] in the *Amazon S3 API Reference*.
|
3259
3255
|
#
|
3260
3256
|
# </note>
|
3261
3257
|
#
|
@@ -3289,7 +3285,7 @@ module Aws::S3Control
|
|
3289
3285
|
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketLifecycleConfiguration.html
|
3290
3286
|
#
|
3291
3287
|
# @option params [required, String] :account_id
|
3292
|
-
# The
|
3288
|
+
# The account ID of the Outposts bucket.
|
3293
3289
|
#
|
3294
3290
|
# @option params [required, String] :bucket
|
3295
3291
|
# The name of the bucket for which to set the configuration.
|
@@ -3365,17 +3361,17 @@ module Aws::S3Control
|
|
3365
3361
|
|
3366
3362
|
# <note markdown="1"> This action puts a bucket policy to an Amazon S3 on Outposts bucket.
|
3367
3363
|
# To put a policy on an S3 bucket, see [PutBucketPolicy][1] in the
|
3368
|
-
# *Amazon
|
3364
|
+
# *Amazon S3 API Reference*.
|
3369
3365
|
#
|
3370
3366
|
# </note>
|
3371
3367
|
#
|
3372
3368
|
# Applies an Amazon S3 bucket policy to an Outposts bucket. For more
|
3373
|
-
# information, see [Using Amazon S3 on Outposts][2] in the *Amazon
|
3374
|
-
#
|
3369
|
+
# information, see [Using Amazon S3 on Outposts][2] in the *Amazon S3
|
3370
|
+
# User Guide*.
|
3375
3371
|
#
|
3376
|
-
# If you are using an identity other than the root user of the
|
3377
|
-
#
|
3378
|
-
#
|
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
|
3379
3375
|
# belong to the bucket owner's account in order to use this action.
|
3380
3376
|
#
|
3381
3377
|
# If you don't have `PutBucketPolicy` permissions, Amazon S3 returns a
|
@@ -3383,7 +3379,7 @@ module Aws::S3Control
|
|
3383
3379
|
# you're not using an identity that belongs to the bucket owner's
|
3384
3380
|
# account, Amazon S3 returns a `405 Method Not Allowed` error.
|
3385
3381
|
#
|
3386
|
-
# As a security precaution, the root user of the
|
3382
|
+
# As a security precaution, the root user of the account that owns a
|
3387
3383
|
# bucket can always use this action, even if the policy explicitly
|
3388
3384
|
# denies the root user the ability to perform this action.
|
3389
3385
|
#
|
@@ -3414,7 +3410,7 @@ module Aws::S3Control
|
|
3414
3410
|
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html
|
3415
3411
|
#
|
3416
3412
|
# @option params [required, String] :account_id
|
3417
|
-
# The
|
3413
|
+
# The account ID of the Outposts bucket.
|
3418
3414
|
#
|
3419
3415
|
# @option params [required, String] :bucket
|
3420
3416
|
# Specifies the bucket.
|
@@ -3422,8 +3418,9 @@ module Aws::S3Control
|
|
3422
3418
|
# For using this parameter with Amazon S3 on Outposts with the REST API,
|
3423
3419
|
# you must specify the name and the x-amz-outpost-id as well.
|
3424
3420
|
#
|
3425
|
-
# For using this parameter with S3 on Outposts with the
|
3426
|
-
# you must specify the ARN of the bucket accessed
|
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
|
3427
3424
|
# `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
|
3428
3425
|
# For example, to access the bucket `reports` through outpost
|
3429
3426
|
# `my-outpost` owned by account `123456789012` in Region `us-west-2`,
|
@@ -3463,23 +3460,22 @@ module Aws::S3Control
|
|
3463
3460
|
end
|
3464
3461
|
|
3465
3462
|
# <note markdown="1"> This action puts tags on an Amazon S3 on Outposts bucket. To put tags
|
3466
|
-
# on an S3 bucket, see [PutBucketTagging][1] in the *Amazon
|
3467
|
-
#
|
3463
|
+
# on an S3 bucket, see [PutBucketTagging][1] in the *Amazon S3 API
|
3464
|
+
# Reference*.
|
3468
3465
|
#
|
3469
3466
|
# </note>
|
3470
3467
|
#
|
3471
3468
|
# Sets the tags for an S3 on Outposts bucket. For more information, see
|
3472
|
-
# [Using Amazon S3 on Outposts][2] in the *Amazon
|
3473
|
-
# User Guide*.
|
3469
|
+
# [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
|
3474
3470
|
#
|
3475
|
-
# Use tags to organize your
|
3476
|
-
# To do this, sign up to get your
|
3477
|
-
# included. Then, to see the cost of combined resources,
|
3478
|
-
# billing information according to resources with the same
|
3479
|
-
# values. For example, you can tag several resources with a
|
3480
|
-
# application name, and then organize your billing information
|
3481
|
-
# the total cost of that application across several services. For
|
3482
|
-
# 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].
|
3483
3479
|
#
|
3484
3480
|
# <note markdown="1"> Within a bucket, if you add a tag that has the same key as an existing
|
3485
3481
|
# tag, the new value overwrites the old value. For more information, see
|
@@ -3501,7 +3497,8 @@ module Aws::S3Control
|
|
3501
3497
|
# * Description: The tag provided was not a valid tag. This error can
|
3502
3498
|
# occur if the tag did not pass input validation. For information
|
3503
3499
|
# about tag restrictions, see [ User-Defined Tag Restrictions][7]
|
3504
|
-
# and [
|
3500
|
+
# and [ Amazon Web Services-Generated Cost Allocation Tag
|
3501
|
+
# Restrictions][8].
|
3505
3502
|
#
|
3506
3503
|
# ^
|
3507
3504
|
#
|
@@ -3554,7 +3551,7 @@ module Aws::S3Control
|
|
3554
3551
|
# [11]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketTagging.html
|
3555
3552
|
#
|
3556
3553
|
# @option params [required, String] :account_id
|
3557
|
-
# The
|
3554
|
+
# The account ID of the Outposts bucket.
|
3558
3555
|
#
|
3559
3556
|
# @option params [required, String] :bucket
|
3560
3557
|
# The Amazon Resource Name (ARN) of the bucket.
|
@@ -3562,8 +3559,9 @@ module Aws::S3Control
|
|
3562
3559
|
# For using this parameter with Amazon S3 on Outposts with the REST API,
|
3563
3560
|
# you must specify the name and the x-amz-outpost-id as well.
|
3564
3561
|
#
|
3565
|
-
# For using this parameter with S3 on Outposts with the
|
3566
|
-
# you must specify the ARN of the bucket accessed
|
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
|
3567
3565
|
# `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
|
3568
3566
|
# For example, to access the bucket `reports` through outpost
|
3569
3567
|
# `my-outpost` owned by account `123456789012` in Region `us-west-2`,
|
@@ -3609,7 +3607,7 @@ module Aws::S3Control
|
|
3609
3607
|
# [GetJobTagging][1], modify that tag set, and use this action to
|
3610
3608
|
# replace the tag set with the one you modified. For more information,
|
3611
3609
|
# see [Controlling access and labeling jobs using tags][2] in the
|
3612
|
-
# *Amazon
|
3610
|
+
# *Amazon S3 User Guide*.
|
3613
3611
|
#
|
3614
3612
|
#
|
3615
3613
|
#
|
@@ -3635,8 +3633,8 @@ module Aws::S3Control
|
|
3635
3633
|
# * The key and values are case sensitive.
|
3636
3634
|
#
|
3637
3635
|
# * For tagging-related restrictions related to characters and
|
3638
|
-
# encodings, see [User-Defined Tag Restrictions][5] in the *
|
3639
|
-
#
|
3636
|
+
# encodings, see [User-Defined Tag Restrictions][5] in the *Billing
|
3637
|
+
# and Cost Management User Guide*.
|
3640
3638
|
#
|
3641
3639
|
# </note>
|
3642
3640
|
#
|
@@ -3663,7 +3661,7 @@ module Aws::S3Control
|
|
3663
3661
|
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html
|
3664
3662
|
#
|
3665
3663
|
# @option params [required, String] :account_id
|
3666
|
-
# The
|
3664
|
+
# The account ID associated with the S3 Batch Operations job.
|
3667
3665
|
#
|
3668
3666
|
# @option params [required, String] :job_id
|
3669
3667
|
# The ID for the S3 Batch Operations job whose tags you want to replace.
|
@@ -3695,7 +3693,7 @@ module Aws::S3Control
|
|
3695
3693
|
req.send_request(options)
|
3696
3694
|
end
|
3697
3695
|
|
3698
|
-
# Creates or modifies the `PublicAccessBlock` configuration for an
|
3696
|
+
# Creates or modifies the `PublicAccessBlock` configuration for an
|
3699
3697
|
# account. For more information, see [ Using Amazon S3 block public
|
3700
3698
|
# access][1].
|
3701
3699
|
#
|
@@ -3713,11 +3711,11 @@ module Aws::S3Control
|
|
3713
3711
|
#
|
3714
3712
|
# @option params [required, Types::PublicAccessBlockConfiguration] :public_access_block_configuration
|
3715
3713
|
# The `PublicAccessBlock` configuration that you want to apply to the
|
3716
|
-
# specified
|
3714
|
+
# specified account.
|
3717
3715
|
#
|
3718
3716
|
# @option params [required, String] :account_id
|
3719
|
-
# The account ID for the
|
3720
|
-
#
|
3717
|
+
# The account ID for the account whose `PublicAccessBlock` configuration
|
3718
|
+
# you want to set.
|
3721
3719
|
#
|
3722
3720
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3723
3721
|
#
|
@@ -3744,12 +3742,12 @@ module Aws::S3Control
|
|
3744
3742
|
|
3745
3743
|
# Puts an Amazon S3 Storage Lens configuration. For more information
|
3746
3744
|
# about S3 Storage Lens, see [Working with Amazon S3 Storage Lens][1] in
|
3747
|
-
# the *Amazon
|
3745
|
+
# the *Amazon S3 User Guide*.
|
3748
3746
|
#
|
3749
3747
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
3750
3748
|
# `s3:PutStorageLensConfiguration` action. For more information, see
|
3751
3749
|
# [Setting permissions to use Amazon S3 Storage Lens][2] in the *Amazon
|
3752
|
-
#
|
3750
|
+
# S3 User Guide*.
|
3753
3751
|
#
|
3754
3752
|
# </note>
|
3755
3753
|
#
|
@@ -3853,12 +3851,12 @@ module Aws::S3Control
|
|
3853
3851
|
# Put or replace tags on an existing Amazon S3 Storage Lens
|
3854
3852
|
# configuration. For more information about S3 Storage Lens, see
|
3855
3853
|
# [Assessing your storage activity and usage with Amazon S3 Storage Lens
|
3856
|
-
# ][1] in the *Amazon
|
3854
|
+
# ][1] in the *Amazon S3 User Guide*.
|
3857
3855
|
#
|
3858
3856
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
3859
3857
|
# `s3:PutStorageLensConfigurationTagging` action. For more information,
|
3860
3858
|
# see [Setting permissions to use Amazon S3 Storage Lens][2] in the
|
3861
|
-
# *Amazon
|
3859
|
+
# *Amazon S3 User Guide*.
|
3862
3860
|
#
|
3863
3861
|
# </note>
|
3864
3862
|
#
|
@@ -3905,8 +3903,8 @@ module Aws::S3Control
|
|
3905
3903
|
end
|
3906
3904
|
|
3907
3905
|
# Updates an existing S3 Batch Operations job's priority. For more
|
3908
|
-
# information, see [S3 Batch Operations][1] in the *Amazon
|
3909
|
-
#
|
3906
|
+
# information, see [S3 Batch Operations][1] in the *Amazon S3 User
|
3907
|
+
# Guide*.
|
3910
3908
|
#
|
3911
3909
|
#
|
3912
3910
|
#
|
@@ -3929,7 +3927,7 @@ module Aws::S3Control
|
|
3929
3927
|
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html
|
3930
3928
|
#
|
3931
3929
|
# @option params [required, String] :account_id
|
3932
|
-
# The
|
3930
|
+
# The account ID associated with the S3 Batch Operations job.
|
3933
3931
|
#
|
3934
3932
|
# @option params [required, String] :job_id
|
3935
3933
|
# The ID for the job whose priority you want to update.
|
@@ -3966,8 +3964,8 @@ module Aws::S3Control
|
|
3966
3964
|
|
3967
3965
|
# Updates the status for the specified job. Use this action to confirm
|
3968
3966
|
# that you want to run a job or to cancel an existing job. For more
|
3969
|
-
# information, see [S3 Batch Operations][1] in the *Amazon
|
3970
|
-
#
|
3967
|
+
# information, see [S3 Batch Operations][1] in the *Amazon S3 User
|
3968
|
+
# Guide*.
|
3971
3969
|
#
|
3972
3970
|
#
|
3973
3971
|
#
|
@@ -3990,7 +3988,7 @@ module Aws::S3Control
|
|
3990
3988
|
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html
|
3991
3989
|
#
|
3992
3990
|
# @option params [required, String] :account_id
|
3993
|
-
# The
|
3991
|
+
# The account ID associated with the S3 Batch Operations job.
|
3994
3992
|
#
|
3995
3993
|
# @option params [required, String] :job_id
|
3996
3994
|
# The ID of the job whose status you want to update.
|
@@ -4045,7 +4043,7 @@ module Aws::S3Control
|
|
4045
4043
|
params: params,
|
4046
4044
|
config: config)
|
4047
4045
|
context[:gem_name] = 'aws-sdk-s3control'
|
4048
|
-
context[:gem_version] = '1.
|
4046
|
+
context[:gem_version] = '1.35.0'
|
4049
4047
|
Seahorse::Client::Request.new(handlers, context)
|
4050
4048
|
end
|
4051
4049
|
|