aws-sdk-s3control 1.32.0 → 1.33.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control.rb +1 -1
- data/lib/aws-sdk-s3control/client.rb +69 -83
- data/lib/aws-sdk-s3control/types.rb +33 -25
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2faaaca4677692c5c4359b017b6c61e1ecd3223e5faab5b6eb4e9add358d0b3d
|
|
4
|
+
data.tar.gz: 3061d5de0b255fcafde5c86414b87d888091b5271493de1b12201b40df468a59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a87c7f4d3cb5a3d813d91c09ad4f544353b0fd4f811adec4a1a7e513a03e200b6a92a3acdb10c270ec7a4668141d6da5ea89b67a7139526788186e7f9a9f2feb
|
|
7
|
+
data.tar.gz: dcddaea6e176404a4d95c9cd2c221d2c02ef9a01a11b4571bb7b6f9e7798b20772ea1fc53b8e2fc96fd6645c7b1e283707532389806e660eb64c915bf24b5ab6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.33.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
|
#
|
|
@@ -456,7 +456,7 @@ module Aws::S3Control
|
|
|
456
456
|
|
|
457
457
|
# Creates an Object Lambda Access Point. For more information, see
|
|
458
458
|
# [Transforming objects with Object Lambda Access Points][1] in the
|
|
459
|
-
# *Amazon
|
|
459
|
+
# *Amazon S3 User Guide*.
|
|
460
460
|
#
|
|
461
461
|
# The following actions are related to
|
|
462
462
|
# `CreateAccessPointForObjectLambda`\:
|
|
@@ -525,15 +525,14 @@ module Aws::S3Control
|
|
|
525
525
|
end
|
|
526
526
|
|
|
527
527
|
# <note markdown="1"> This action creates an Amazon S3 on Outposts bucket. To create an S3
|
|
528
|
-
# bucket, see [Create Bucket][1] in the *Amazon
|
|
529
|
-
# API*.
|
|
528
|
+
# bucket, see [Create Bucket][1] in the *Amazon S3 API Reference*.
|
|
530
529
|
#
|
|
531
530
|
# </note>
|
|
532
531
|
#
|
|
533
532
|
# Creates a new Outposts bucket. By creating the bucket, you become the
|
|
534
533
|
# bucket owner. To create an Outposts bucket, you must have S3 on
|
|
535
534
|
# Outposts. For more information, see [Using Amazon S3 on Outposts][2]
|
|
536
|
-
# in *Amazon
|
|
535
|
+
# in *Amazon S3 User Guide*.
|
|
537
536
|
#
|
|
538
537
|
# Not every string is an acceptable bucket name. For information on
|
|
539
538
|
# bucket naming restrictions, see [Working with Amazon S3 Buckets][3].
|
|
@@ -686,8 +685,7 @@ module Aws::S3Control
|
|
|
686
685
|
# You can use S3 Batch Operations to perform large-scale batch actions
|
|
687
686
|
# on Amazon S3 objects. Batch Operations can run a single action on
|
|
688
687
|
# lists of Amazon S3 objects that you specify. For more information, see
|
|
689
|
-
# [S3 Batch Operations][1] in the *Amazon
|
|
690
|
-
# Guide*.
|
|
688
|
+
# [S3 Batch Operations][1] in the *Amazon S3 User Guide*.
|
|
691
689
|
#
|
|
692
690
|
# This action creates a S3 Batch Operations job.
|
|
693
691
|
#
|
|
@@ -725,7 +723,7 @@ module Aws::S3Control
|
|
|
725
723
|
# @option params [required, Types::JobOperation] :operation
|
|
726
724
|
# The action that you want this job to perform on every object listed in
|
|
727
725
|
# the manifest. For more information about the available actions, see
|
|
728
|
-
# [Operations][1] in the *Amazon
|
|
726
|
+
# [Operations][1] in the *Amazon S3 User Guide*.
|
|
729
727
|
#
|
|
730
728
|
#
|
|
731
729
|
#
|
|
@@ -1116,16 +1114,14 @@ module Aws::S3Control
|
|
|
1116
1114
|
end
|
|
1117
1115
|
|
|
1118
1116
|
# <note markdown="1"> This action deletes an Amazon S3 on Outposts bucket. To delete an S3
|
|
1119
|
-
# bucket, see [DeleteBucket][1] in the *Amazon
|
|
1120
|
-
# API*.
|
|
1117
|
+
# bucket, see [DeleteBucket][1] in the *Amazon S3 API Reference*.
|
|
1121
1118
|
#
|
|
1122
1119
|
# </note>
|
|
1123
1120
|
#
|
|
1124
1121
|
# Deletes the Amazon S3 on Outposts bucket. All objects (including all
|
|
1125
1122
|
# object versions and delete markers) in the bucket must be deleted
|
|
1126
1123
|
# before the bucket itself can be deleted. For more information, see
|
|
1127
|
-
# [Using Amazon S3 on Outposts][2] in *Amazon
|
|
1128
|
-
# User Guide*.
|
|
1124
|
+
# [Using Amazon S3 on Outposts][2] in *Amazon S3 User Guide*.
|
|
1129
1125
|
#
|
|
1130
1126
|
# All Amazon S3 on Outposts REST API requests for this action require an
|
|
1131
1127
|
# additional parameter of `x-amz-outpost-id` to be passed with the
|
|
@@ -1190,7 +1186,7 @@ module Aws::S3Control
|
|
|
1190
1186
|
|
|
1191
1187
|
# <note markdown="1"> This action deletes an Amazon S3 on Outposts bucket's lifecycle
|
|
1192
1188
|
# configuration. To delete an S3 bucket's lifecycle configuration, see
|
|
1193
|
-
# [DeleteBucketLifecycle][1] in the *Amazon
|
|
1189
|
+
# [DeleteBucketLifecycle][1] in the *Amazon S3 API Reference*.
|
|
1194
1190
|
#
|
|
1195
1191
|
# </note>
|
|
1196
1192
|
#
|
|
@@ -1200,8 +1196,7 @@ module Aws::S3Control
|
|
|
1200
1196
|
# objects never expire, and Amazon S3 on Outposts no longer
|
|
1201
1197
|
# automatically deletes any objects on the basis of rules contained in
|
|
1202
1198
|
# the deleted lifecycle configuration. For more information, see [Using
|
|
1203
|
-
# Amazon S3 on Outposts][2] in *Amazon
|
|
1204
|
-
# Guide*.
|
|
1199
|
+
# Amazon S3 on Outposts][2] in *Amazon S3 User Guide*.
|
|
1205
1200
|
#
|
|
1206
1201
|
# To use this action, you must have permission to perform the
|
|
1207
1202
|
# `s3-outposts:DeleteLifecycleConfiguration` action. By default, the
|
|
@@ -1271,8 +1266,8 @@ module Aws::S3Control
|
|
|
1271
1266
|
end
|
|
1272
1267
|
|
|
1273
1268
|
# <note markdown="1"> This action deletes an Amazon S3 on Outposts bucket policy. To delete
|
|
1274
|
-
# an S3 bucket policy, see [DeleteBucketPolicy][1] in the *Amazon
|
|
1275
|
-
#
|
|
1269
|
+
# an S3 bucket policy, see [DeleteBucketPolicy][1] in the *Amazon S3 API
|
|
1270
|
+
# Reference*.
|
|
1276
1271
|
#
|
|
1277
1272
|
# </note>
|
|
1278
1273
|
#
|
|
@@ -1283,7 +1278,7 @@ module Aws::S3Control
|
|
|
1283
1278
|
# `s3-outposts:DeleteBucketPolicy` permissions on the specified Outposts
|
|
1284
1279
|
# bucket and belong to the bucket owner's account to use this action.
|
|
1285
1280
|
# For more information, see [Using Amazon S3 on Outposts][2] in *Amazon
|
|
1286
|
-
#
|
|
1281
|
+
# S3 User Guide*.
|
|
1287
1282
|
#
|
|
1288
1283
|
# If you don't have `DeleteBucketPolicy` permissions, Amazon S3 returns
|
|
1289
1284
|
# a `403 Access Denied` error. If you have the correct permissions, but
|
|
@@ -1357,14 +1352,13 @@ module Aws::S3Control
|
|
|
1357
1352
|
end
|
|
1358
1353
|
|
|
1359
1354
|
# <note markdown="1"> This action deletes an Amazon S3 on Outposts bucket's tags. To delete
|
|
1360
|
-
# an S3 bucket tags, see [DeleteBucketTagging][1] in the *Amazon
|
|
1361
|
-
#
|
|
1355
|
+
# an S3 bucket tags, see [DeleteBucketTagging][1] in the *Amazon S3 API
|
|
1356
|
+
# Reference*.
|
|
1362
1357
|
#
|
|
1363
1358
|
# </note>
|
|
1364
1359
|
#
|
|
1365
1360
|
# Deletes the tags from the Outposts bucket. For more information, see
|
|
1366
|
-
# [Using Amazon S3 on Outposts][2] in *Amazon
|
|
1367
|
-
# User Guide*.
|
|
1361
|
+
# [Using Amazon S3 on Outposts][2] in *Amazon S3 User Guide*.
|
|
1368
1362
|
#
|
|
1369
1363
|
# To use this action, you must have permission to perform the
|
|
1370
1364
|
# `PutBucketTagging` action. By default, the bucket owner has this
|
|
@@ -1431,8 +1425,7 @@ module Aws::S3Control
|
|
|
1431
1425
|
# Removes the entire tag set from the specified S3 Batch Operations job.
|
|
1432
1426
|
# To use this operation, you must have permission to perform the
|
|
1433
1427
|
# `s3:DeleteJobTagging` action. For more information, see [Controlling
|
|
1434
|
-
# access and labeling jobs using tags][1] in the *Amazon
|
|
1435
|
-
# Service User Guide*.
|
|
1428
|
+
# access and labeling jobs using tags][1] in the *Amazon S3 User Guide*.
|
|
1436
1429
|
#
|
|
1437
1430
|
#
|
|
1438
1431
|
#
|
|
@@ -1513,13 +1506,12 @@ module Aws::S3Control
|
|
|
1513
1506
|
|
|
1514
1507
|
# Deletes the Amazon S3 Storage Lens configuration. For more information
|
|
1515
1508
|
# about S3 Storage Lens, see [Assessing your storage activity and usage
|
|
1516
|
-
# with Amazon S3 Storage Lens ][1] in the *Amazon
|
|
1517
|
-
# User Guide*.
|
|
1509
|
+
# with Amazon S3 Storage Lens ][1] in the *Amazon S3 User Guide*.
|
|
1518
1510
|
#
|
|
1519
1511
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
|
1520
1512
|
# `s3:DeleteStorageLensConfiguration` action. For more information, see
|
|
1521
1513
|
# [Setting permissions to use Amazon S3 Storage Lens][2] in the *Amazon
|
|
1522
|
-
#
|
|
1514
|
+
# S3 User Guide*.
|
|
1523
1515
|
#
|
|
1524
1516
|
# </note>
|
|
1525
1517
|
#
|
|
@@ -1554,13 +1546,13 @@ module Aws::S3Control
|
|
|
1554
1546
|
|
|
1555
1547
|
# Deletes the Amazon S3 Storage Lens configuration tags. For more
|
|
1556
1548
|
# information about S3 Storage Lens, see [Assessing your storage
|
|
1557
|
-
# activity and usage with Amazon S3 Storage Lens ][1] in the *Amazon
|
|
1558
|
-
#
|
|
1549
|
+
# activity and usage with Amazon S3 Storage Lens ][1] in the *Amazon S3
|
|
1550
|
+
# User Guide*.
|
|
1559
1551
|
#
|
|
1560
1552
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
|
1561
1553
|
# `s3:DeleteStorageLensConfigurationTagging` action. For more
|
|
1562
1554
|
# information, see [Setting permissions to use Amazon S3 Storage
|
|
1563
|
-
# Lens][2] in the *Amazon
|
|
1555
|
+
# Lens][2] in the *Amazon S3 User Guide*.
|
|
1564
1556
|
#
|
|
1565
1557
|
# </note>
|
|
1566
1558
|
#
|
|
@@ -1595,7 +1587,7 @@ module Aws::S3Control
|
|
|
1595
1587
|
|
|
1596
1588
|
# Retrieves the configuration parameters and status for a Batch
|
|
1597
1589
|
# Operations job. For more information, see [S3 Batch Operations][1] in
|
|
1598
|
-
# the *Amazon
|
|
1590
|
+
# the *Amazon S3 User Guide*.
|
|
1599
1591
|
#
|
|
1600
1592
|
#
|
|
1601
1593
|
#
|
|
@@ -2020,8 +2012,8 @@ module Aws::S3Control
|
|
|
2020
2012
|
|
|
2021
2013
|
# Indicates whether the specified access point currently has a policy
|
|
2022
2014
|
# that allows public access. For more information about public access
|
|
2023
|
-
# through access points, see [Managing Data Access with Amazon S3
|
|
2024
|
-
#
|
|
2015
|
+
# through access points, see [Managing Data Access with Amazon S3 access
|
|
2016
|
+
# points][1] in the *Amazon S3 User Guide*.
|
|
2025
2017
|
#
|
|
2026
2018
|
#
|
|
2027
2019
|
#
|
|
@@ -2092,8 +2084,7 @@ module Aws::S3Control
|
|
|
2092
2084
|
end
|
|
2093
2085
|
|
|
2094
2086
|
# Gets an Amazon S3 on Outposts bucket. For more information, see [
|
|
2095
|
-
# Using Amazon S3 on Outposts][1] in the *Amazon
|
|
2096
|
-
# User Guide*.
|
|
2087
|
+
# Using Amazon S3 on Outposts][1] in the *Amazon S3 User Guide*.
|
|
2097
2088
|
#
|
|
2098
2089
|
# If you are using an identity other than the root user of the AWS
|
|
2099
2090
|
# account that owns the Outposts bucket, the calling identity must have
|
|
@@ -2179,15 +2170,14 @@ module Aws::S3Control
|
|
|
2179
2170
|
|
|
2180
2171
|
# <note markdown="1"> This action gets an Amazon S3 on Outposts bucket's lifecycle
|
|
2181
2172
|
# configuration. To get an S3 bucket's lifecycle configuration, see
|
|
2182
|
-
# [GetBucketLifecycleConfiguration][1] in the *Amazon
|
|
2183
|
-
# Service API*.
|
|
2173
|
+
# [GetBucketLifecycleConfiguration][1] in the *Amazon S3 API Reference*.
|
|
2184
2174
|
#
|
|
2185
2175
|
# </note>
|
|
2186
2176
|
#
|
|
2187
2177
|
# Returns the lifecycle configuration information set on the Outposts
|
|
2188
2178
|
# bucket. For more information, see [Using Amazon S3 on Outposts][2] and
|
|
2189
2179
|
# for information about lifecycle configuration, see [ Object Lifecycle
|
|
2190
|
-
# Management][3] in *Amazon
|
|
2180
|
+
# Management][3] in *Amazon S3 User Guide*.
|
|
2191
2181
|
#
|
|
2192
2182
|
# To use this action, you must have permission to perform the
|
|
2193
2183
|
# `s3-outposts:GetLifecycleConfiguration` action. The Outposts bucket
|
|
@@ -2297,13 +2287,13 @@ module Aws::S3Control
|
|
|
2297
2287
|
|
|
2298
2288
|
# <note markdown="1"> This action gets a bucket policy for an Amazon S3 on Outposts bucket.
|
|
2299
2289
|
# To get a policy for an S3 bucket, see [GetBucketPolicy][1] in the
|
|
2300
|
-
# *Amazon
|
|
2290
|
+
# *Amazon S3 API Reference*.
|
|
2301
2291
|
#
|
|
2302
2292
|
# </note>
|
|
2303
2293
|
#
|
|
2304
2294
|
# Returns the policy of a specified Outposts bucket. For more
|
|
2305
|
-
# information, see [Using Amazon S3 on Outposts][2] in the *Amazon
|
|
2306
|
-
#
|
|
2295
|
+
# information, see [Using Amazon S3 on Outposts][2] in the *Amazon S3
|
|
2296
|
+
# User Guide*.
|
|
2307
2297
|
#
|
|
2308
2298
|
# If you are using an identity other than the root user of the AWS
|
|
2309
2299
|
# account that owns the bucket, the calling identity must have the
|
|
@@ -2392,14 +2382,14 @@ module Aws::S3Control
|
|
|
2392
2382
|
end
|
|
2393
2383
|
|
|
2394
2384
|
# <note markdown="1"> This action gets an Amazon S3 on Outposts bucket's tags. To get an S3
|
|
2395
|
-
# bucket tags, see [GetBucketTagging][1] in the *Amazon
|
|
2396
|
-
#
|
|
2385
|
+
# bucket tags, see [GetBucketTagging][1] in the *Amazon S3 API
|
|
2386
|
+
# Reference*.
|
|
2397
2387
|
#
|
|
2398
2388
|
# </note>
|
|
2399
2389
|
#
|
|
2400
2390
|
# Returns the tag set associated with the Outposts bucket. For more
|
|
2401
|
-
# information, see [Using Amazon S3 on Outposts][2] in the *Amazon
|
|
2402
|
-
#
|
|
2391
|
+
# information, see [Using Amazon S3 on Outposts][2] in the *Amazon S3
|
|
2392
|
+
# User Guide*.
|
|
2403
2393
|
#
|
|
2404
2394
|
# To use this action, you must have permission to perform the
|
|
2405
2395
|
# `GetBucketTagging` action. By default, the bucket owner has this
|
|
@@ -2482,7 +2472,7 @@ module Aws::S3Control
|
|
|
2482
2472
|
# Returns the tags on an S3 Batch Operations job. To use this operation,
|
|
2483
2473
|
# you must have permission to perform the `s3:GetJobTagging` action. For
|
|
2484
2474
|
# more information, see [Controlling access and labeling jobs using
|
|
2485
|
-
# tags][1] in the *Amazon
|
|
2475
|
+
# tags][1] in the *Amazon S3 User Guide*.
|
|
2486
2476
|
#
|
|
2487
2477
|
#
|
|
2488
2478
|
#
|
|
@@ -2581,12 +2571,12 @@ module Aws::S3Control
|
|
|
2581
2571
|
|
|
2582
2572
|
# Gets the Amazon S3 Storage Lens configuration. For more information,
|
|
2583
2573
|
# see [Assessing your storage activity and usage with Amazon S3 Storage
|
|
2584
|
-
# Lens ][1] in the *Amazon
|
|
2574
|
+
# Lens ][1] in the *Amazon S3 User Guide*.
|
|
2585
2575
|
#
|
|
2586
2576
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
|
2587
2577
|
# `s3:GetStorageLensConfiguration` action. For more information, see
|
|
2588
2578
|
# [Setting permissions to use Amazon S3 Storage Lens][2] in the *Amazon
|
|
2589
|
-
#
|
|
2579
|
+
# S3 User Guide*.
|
|
2590
2580
|
#
|
|
2591
2581
|
# </note>
|
|
2592
2582
|
#
|
|
@@ -2650,13 +2640,13 @@ module Aws::S3Control
|
|
|
2650
2640
|
|
|
2651
2641
|
# Gets the tags of Amazon S3 Storage Lens configuration. For more
|
|
2652
2642
|
# information about S3 Storage Lens, see [Assessing your storage
|
|
2653
|
-
# activity and usage with Amazon S3 Storage Lens ][1] in the *Amazon
|
|
2654
|
-
#
|
|
2643
|
+
# activity and usage with Amazon S3 Storage Lens ][1] in the *Amazon S3
|
|
2644
|
+
# User Guide*.
|
|
2655
2645
|
#
|
|
2656
2646
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
|
2657
2647
|
# `s3:GetStorageLensConfigurationTagging` action. For more information,
|
|
2658
2648
|
# see [Setting permissions to use Amazon S3 Storage Lens][2] in the
|
|
2659
|
-
# *Amazon
|
|
2649
|
+
# *Amazon S3 User Guide*.
|
|
2660
2650
|
#
|
|
2661
2651
|
# </note>
|
|
2662
2652
|
#
|
|
@@ -2867,8 +2857,8 @@ module Aws::S3Control
|
|
|
2867
2857
|
|
|
2868
2858
|
# Lists current S3 Batch Operations jobs and jobs that have ended within
|
|
2869
2859
|
# the last 30 days for the AWS account making the request. For more
|
|
2870
|
-
# information, see [S3 Batch Operations][1] in the *Amazon
|
|
2871
|
-
#
|
|
2860
|
+
# information, see [S3 Batch Operations][1] in the *Amazon S3 User
|
|
2861
|
+
# Guide*.
|
|
2872
2862
|
#
|
|
2873
2863
|
# Related actions include:
|
|
2874
2864
|
#
|
|
@@ -2950,8 +2940,7 @@ module Aws::S3Control
|
|
|
2950
2940
|
|
|
2951
2941
|
# Returns a list of all Outposts buckets in an Outpost that are owned by
|
|
2952
2942
|
# the authenticated sender of the request. For more information, see
|
|
2953
|
-
# [Using Amazon S3 on Outposts][1] in the *Amazon
|
|
2954
|
-
# User Guide*.
|
|
2943
|
+
# [Using Amazon S3 on Outposts][1] in the *Amazon S3 User Guide*.
|
|
2955
2944
|
#
|
|
2956
2945
|
# For an example of the request syntax for Amazon S3 on Outposts that
|
|
2957
2946
|
# uses the S3 on Outposts endpoint hostname prefix and
|
|
@@ -3013,13 +3002,13 @@ module Aws::S3Control
|
|
|
3013
3002
|
|
|
3014
3003
|
# Gets a list of Amazon S3 Storage Lens configurations. For more
|
|
3015
3004
|
# information about S3 Storage Lens, see [Assessing your storage
|
|
3016
|
-
# activity and usage with Amazon S3 Storage Lens ][1] in the *Amazon
|
|
3017
|
-
#
|
|
3005
|
+
# activity and usage with Amazon S3 Storage Lens ][1] in the *Amazon S3
|
|
3006
|
+
# User Guide*.
|
|
3018
3007
|
#
|
|
3019
3008
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
|
3020
3009
|
# `s3:ListStorageLensConfigurations` action. For more information, see
|
|
3021
3010
|
# [Setting permissions to use Amazon S3 Storage Lens][2] in the *Amazon
|
|
3022
|
-
#
|
|
3011
|
+
# S3 User Guide*.
|
|
3023
3012
|
#
|
|
3024
3013
|
# </note>
|
|
3025
3014
|
#
|
|
@@ -3173,8 +3162,7 @@ module Aws::S3Control
|
|
|
3173
3162
|
# @option params [required, String] :policy
|
|
3174
3163
|
# The policy that you want to apply to the specified access point. For
|
|
3175
3164
|
# more information about access point policies, see [Managing data
|
|
3176
|
-
# access with Amazon S3
|
|
3177
|
-
# Service User Guide*.
|
|
3165
|
+
# access with Amazon S3 access points][1] in the *Amazon S3 User Guide*.
|
|
3178
3166
|
#
|
|
3179
3167
|
#
|
|
3180
3168
|
#
|
|
@@ -3201,7 +3189,7 @@ module Aws::S3Control
|
|
|
3201
3189
|
|
|
3202
3190
|
# Creates or replaces resource policy for an Object Lambda Access Point.
|
|
3203
3191
|
# For an example policy, see [Creating Object Lambda Access Points][1]
|
|
3204
|
-
# in the *Amazon
|
|
3192
|
+
# in the *Amazon S3 User Guide*.
|
|
3205
3193
|
#
|
|
3206
3194
|
# The following actions are related to
|
|
3207
3195
|
# `PutAccessPointPolicyForObjectLambda`\:
|
|
@@ -3247,8 +3235,7 @@ module Aws::S3Control
|
|
|
3247
3235
|
|
|
3248
3236
|
# <note markdown="1"> This action puts a lifecycle configuration to an Amazon S3 on Outposts
|
|
3249
3237
|
# bucket. To put a lifecycle configuration to an S3 bucket, see
|
|
3250
|
-
# [PutBucketLifecycleConfiguration][1] in the *Amazon
|
|
3251
|
-
# Service API*.
|
|
3238
|
+
# [PutBucketLifecycleConfiguration][1] in the *Amazon S3 API Reference*.
|
|
3252
3239
|
#
|
|
3253
3240
|
# </note>
|
|
3254
3241
|
#
|
|
@@ -3358,13 +3345,13 @@ module Aws::S3Control
|
|
|
3358
3345
|
|
|
3359
3346
|
# <note markdown="1"> This action puts a bucket policy to an Amazon S3 on Outposts bucket.
|
|
3360
3347
|
# To put a policy on an S3 bucket, see [PutBucketPolicy][1] in the
|
|
3361
|
-
# *Amazon
|
|
3348
|
+
# *Amazon S3 API Reference*.
|
|
3362
3349
|
#
|
|
3363
3350
|
# </note>
|
|
3364
3351
|
#
|
|
3365
3352
|
# Applies an Amazon S3 bucket policy to an Outposts bucket. For more
|
|
3366
|
-
# information, see [Using Amazon S3 on Outposts][2] in the *Amazon
|
|
3367
|
-
#
|
|
3353
|
+
# information, see [Using Amazon S3 on Outposts][2] in the *Amazon S3
|
|
3354
|
+
# User Guide*.
|
|
3368
3355
|
#
|
|
3369
3356
|
# If you are using an identity other than the root user of the AWS
|
|
3370
3357
|
# account that owns the Outposts bucket, the calling identity must have
|
|
@@ -3456,14 +3443,13 @@ module Aws::S3Control
|
|
|
3456
3443
|
end
|
|
3457
3444
|
|
|
3458
3445
|
# <note markdown="1"> This action puts tags on an Amazon S3 on Outposts bucket. To put tags
|
|
3459
|
-
# on an S3 bucket, see [PutBucketTagging][1] in the *Amazon
|
|
3460
|
-
#
|
|
3446
|
+
# on an S3 bucket, see [PutBucketTagging][1] in the *Amazon S3 API
|
|
3447
|
+
# Reference*.
|
|
3461
3448
|
#
|
|
3462
3449
|
# </note>
|
|
3463
3450
|
#
|
|
3464
3451
|
# Sets the tags for an S3 on Outposts bucket. For more information, see
|
|
3465
|
-
# [Using Amazon S3 on Outposts][2] in the *Amazon
|
|
3466
|
-
# User Guide*.
|
|
3452
|
+
# [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
|
|
3467
3453
|
#
|
|
3468
3454
|
# Use tags to organize your AWS bill to reflect your own cost structure.
|
|
3469
3455
|
# To do this, sign up to get your AWS account bill with tag key values
|
|
@@ -3602,7 +3588,7 @@ module Aws::S3Control
|
|
|
3602
3588
|
# [GetJobTagging][1], modify that tag set, and use this action to
|
|
3603
3589
|
# replace the tag set with the one you modified. For more information,
|
|
3604
3590
|
# see [Controlling access and labeling jobs using tags][2] in the
|
|
3605
|
-
# *Amazon
|
|
3591
|
+
# *Amazon S3 User Guide*.
|
|
3606
3592
|
#
|
|
3607
3593
|
#
|
|
3608
3594
|
#
|
|
@@ -3737,12 +3723,12 @@ module Aws::S3Control
|
|
|
3737
3723
|
|
|
3738
3724
|
# Puts an Amazon S3 Storage Lens configuration. For more information
|
|
3739
3725
|
# about S3 Storage Lens, see [Working with Amazon S3 Storage Lens][1] in
|
|
3740
|
-
# the *Amazon
|
|
3726
|
+
# the *Amazon S3 User Guide*.
|
|
3741
3727
|
#
|
|
3742
3728
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
|
3743
3729
|
# `s3:PutStorageLensConfiguration` action. For more information, see
|
|
3744
3730
|
# [Setting permissions to use Amazon S3 Storage Lens][2] in the *Amazon
|
|
3745
|
-
#
|
|
3731
|
+
# S3 User Guide*.
|
|
3746
3732
|
#
|
|
3747
3733
|
# </note>
|
|
3748
3734
|
#
|
|
@@ -3846,12 +3832,12 @@ module Aws::S3Control
|
|
|
3846
3832
|
# Put or replace tags on an existing Amazon S3 Storage Lens
|
|
3847
3833
|
# configuration. For more information about S3 Storage Lens, see
|
|
3848
3834
|
# [Assessing your storage activity and usage with Amazon S3 Storage Lens
|
|
3849
|
-
# ][1] in the *Amazon
|
|
3835
|
+
# ][1] in the *Amazon S3 User Guide*.
|
|
3850
3836
|
#
|
|
3851
3837
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
|
3852
3838
|
# `s3:PutStorageLensConfigurationTagging` action. For more information,
|
|
3853
3839
|
# see [Setting permissions to use Amazon S3 Storage Lens][2] in the
|
|
3854
|
-
# *Amazon
|
|
3840
|
+
# *Amazon S3 User Guide*.
|
|
3855
3841
|
#
|
|
3856
3842
|
# </note>
|
|
3857
3843
|
#
|
|
@@ -3898,8 +3884,8 @@ module Aws::S3Control
|
|
|
3898
3884
|
end
|
|
3899
3885
|
|
|
3900
3886
|
# Updates an existing S3 Batch Operations job's priority. For more
|
|
3901
|
-
# information, see [S3 Batch Operations][1] in the *Amazon
|
|
3902
|
-
#
|
|
3887
|
+
# information, see [S3 Batch Operations][1] in the *Amazon S3 User
|
|
3888
|
+
# Guide*.
|
|
3903
3889
|
#
|
|
3904
3890
|
#
|
|
3905
3891
|
#
|
|
@@ -3959,8 +3945,8 @@ module Aws::S3Control
|
|
|
3959
3945
|
|
|
3960
3946
|
# Updates the status for the specified job. Use this action to confirm
|
|
3961
3947
|
# that you want to run a job or to cancel an existing job. For more
|
|
3962
|
-
# information, see [S3 Batch Operations][1] in the *Amazon
|
|
3963
|
-
#
|
|
3948
|
+
# information, see [S3 Batch Operations][1] in the *Amazon S3 User
|
|
3949
|
+
# Guide*.
|
|
3964
3950
|
#
|
|
3965
3951
|
#
|
|
3966
3952
|
#
|
|
@@ -4038,7 +4024,7 @@ module Aws::S3Control
|
|
|
4038
4024
|
params: params,
|
|
4039
4025
|
config: config)
|
|
4040
4026
|
context[:gem_name] = 'aws-sdk-s3control'
|
|
4041
|
-
context[:gem_version] = '1.
|
|
4027
|
+
context[:gem_version] = '1.33.0'
|
|
4042
4028
|
Seahorse::Client::Request.new(handlers, context)
|
|
4043
4029
|
end
|
|
4044
4030
|
|
|
@@ -50,6 +50,11 @@ module Aws::S3Control
|
|
|
50
50
|
# @!attribute [rw] vpc_configuration
|
|
51
51
|
# The virtual private cloud (VPC) configuration for this access point,
|
|
52
52
|
# if one exists.
|
|
53
|
+
#
|
|
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.
|
|
56
|
+
#
|
|
57
|
+
# </note>
|
|
53
58
|
# @return [Types::VpcConfiguration]
|
|
54
59
|
#
|
|
55
60
|
# @!attribute [rw] bucket
|
|
@@ -699,8 +704,7 @@ module Aws::S3Control
|
|
|
699
704
|
# @!attribute [rw] operation
|
|
700
705
|
# The action that you want this job to perform on every object listed
|
|
701
706
|
# in the manifest. For more information about the available actions,
|
|
702
|
-
# see [Operations][1] in the *Amazon
|
|
703
|
-
# Guide*.
|
|
707
|
+
# see [Operations][1] in the *Amazon S3 User Guide*.
|
|
704
708
|
#
|
|
705
709
|
#
|
|
706
710
|
#
|
|
@@ -1429,7 +1433,7 @@ module Aws::S3Control
|
|
|
1429
1433
|
# Indicates whether this access point policy is public. For more
|
|
1430
1434
|
# information about how Amazon S3 evaluates policies to determine
|
|
1431
1435
|
# whether they are public, see [The Meaning of "Public"][1] in the
|
|
1432
|
-
# *Amazon
|
|
1436
|
+
# *Amazon S3 User Guide*.
|
|
1433
1437
|
#
|
|
1434
1438
|
#
|
|
1435
1439
|
#
|
|
@@ -1543,6 +1547,11 @@ module Aws::S3Control
|
|
|
1543
1547
|
# @!attribute [rw] vpc_configuration
|
|
1544
1548
|
# Contains the virtual private cloud (VPC) configuration for the
|
|
1545
1549
|
# specified access point.
|
|
1550
|
+
#
|
|
1551
|
+
# <note markdown="1"> This element is empty if this access point is an Amazon S3 on
|
|
1552
|
+
# Outposts access point that is used by other AWS services.
|
|
1553
|
+
#
|
|
1554
|
+
# </note>
|
|
1546
1555
|
# @return [Types::VpcConfiguration]
|
|
1547
1556
|
#
|
|
1548
1557
|
# @!attribute [rw] public_access_block_configuration
|
|
@@ -1550,7 +1559,7 @@ module Aws::S3Control
|
|
|
1550
1559
|
# Amazon S3 account. You can enable the configuration options in any
|
|
1551
1560
|
# combination. For more information about when Amazon S3 considers a
|
|
1552
1561
|
# bucket or object public, see [The Meaning of "Public"][1] in the
|
|
1553
|
-
# *Amazon
|
|
1562
|
+
# *Amazon S3 User Guide*.
|
|
1554
1563
|
#
|
|
1555
1564
|
# This is not supported for Amazon S3 on Outposts.
|
|
1556
1565
|
#
|
|
@@ -2295,7 +2304,7 @@ module Aws::S3Control
|
|
|
2295
2304
|
|
|
2296
2305
|
# The operation that you want this job to perform on every object listed
|
|
2297
2306
|
# in the manifest. For more information about the available operations,
|
|
2298
|
-
# see [Operations][1] in the *Amazon
|
|
2307
|
+
# see [Operations][1] in the *Amazon S3 User Guide*.
|
|
2299
2308
|
#
|
|
2300
2309
|
#
|
|
2301
2310
|
#
|
|
@@ -2438,7 +2447,7 @@ module Aws::S3Control
|
|
|
2438
2447
|
# operation that an S3 Batch Operations job passes every object to the
|
|
2439
2448
|
# underlying `PutObjectLegalHold` API. For more information, see
|
|
2440
2449
|
# [Using S3 Object Lock legal hold with S3 Batch Operations][1] in the
|
|
2441
|
-
# *Amazon
|
|
2450
|
+
# *Amazon S3 User Guide*.
|
|
2442
2451
|
#
|
|
2443
2452
|
#
|
|
2444
2453
|
#
|
|
@@ -2450,7 +2459,7 @@ module Aws::S3Control
|
|
|
2450
2459
|
# action for an S3 Batch Operations job. Batch Operations passes every
|
|
2451
2460
|
# object to the underlying `PutObjectRetention` API. For more
|
|
2452
2461
|
# information, see [Using S3 Object Lock retention with S3 Batch
|
|
2453
|
-
# Operations][1] in the *Amazon
|
|
2462
|
+
# Operations][1] in the *Amazon S3 User Guide*.
|
|
2454
2463
|
#
|
|
2455
2464
|
#
|
|
2456
2465
|
#
|
|
@@ -2786,7 +2795,7 @@ module Aws::S3Control
|
|
|
2786
2795
|
# upload that Amazon S3 waits before permanently removing all parts of
|
|
2787
2796
|
# the upload. For more information, see [ Aborting Incomplete
|
|
2788
2797
|
# Multipart Uploads Using a Bucket Lifecycle Policy][1] in the *Amazon
|
|
2789
|
-
#
|
|
2798
|
+
# S3 User Guide*.
|
|
2790
2799
|
#
|
|
2791
2800
|
#
|
|
2792
2801
|
#
|
|
@@ -3257,8 +3266,7 @@ module Aws::S3Control
|
|
|
3257
3266
|
# Specifies the number of days an object is noncurrent before Amazon
|
|
3258
3267
|
# S3 can perform the associated action. For information about the
|
|
3259
3268
|
# noncurrent days calculations, see [How Amazon S3 Calculates When an
|
|
3260
|
-
# Object Became Noncurrent][1] in the *Amazon
|
|
3261
|
-
# Developer Guide*.
|
|
3269
|
+
# Object Became Noncurrent][1] in the *Amazon S3 User Guide*.
|
|
3262
3270
|
#
|
|
3263
3271
|
#
|
|
3264
3272
|
#
|
|
@@ -3287,8 +3295,8 @@ module Aws::S3Control
|
|
|
3287
3295
|
# Specifies the number of days an object is noncurrent before Amazon
|
|
3288
3296
|
# S3 can perform the associated action. For information about the
|
|
3289
3297
|
# noncurrent days calculations, see [ How Amazon S3 Calculates How
|
|
3290
|
-
# Long an Object Has Been Noncurrent][1] in the *Amazon
|
|
3291
|
-
#
|
|
3298
|
+
# Long an Object Has Been Noncurrent][1] in the *Amazon S3 User
|
|
3299
|
+
# Guide*.
|
|
3292
3300
|
#
|
|
3293
3301
|
#
|
|
3294
3302
|
#
|
|
@@ -3454,7 +3462,7 @@ module Aws::S3Control
|
|
|
3454
3462
|
# Indicates whether this access point policy is public. For more
|
|
3455
3463
|
# information about how Amazon S3 evaluates policies to determine
|
|
3456
3464
|
# whether they are public, see [The Meaning of "Public"][1] in the
|
|
3457
|
-
# *Amazon
|
|
3465
|
+
# *Amazon S3 User Guide*.
|
|
3458
3466
|
#
|
|
3459
3467
|
#
|
|
3460
3468
|
#
|
|
@@ -3534,7 +3542,7 @@ module Aws::S3Control
|
|
|
3534
3542
|
# Amazon S3 account. You can enable the configuration options in any
|
|
3535
3543
|
# combination. For more information about when Amazon S3 considers a
|
|
3536
3544
|
# bucket or object public, see [The Meaning of "Public"][1] in the
|
|
3537
|
-
# *Amazon
|
|
3545
|
+
# *Amazon S3 User Guide*.
|
|
3538
3546
|
#
|
|
3539
3547
|
# This is not supported for Amazon S3 on Outposts.
|
|
3540
3548
|
#
|
|
@@ -3731,8 +3739,8 @@ module Aws::S3Control
|
|
|
3731
3739
|
# @!attribute [rw] policy
|
|
3732
3740
|
# The policy that you want to apply to the specified access point. For
|
|
3733
3741
|
# more information about access point policies, see [Managing data
|
|
3734
|
-
# access with Amazon S3
|
|
3735
|
-
#
|
|
3742
|
+
# access with Amazon S3 access points][1] in the *Amazon S3 User
|
|
3743
|
+
# Guide*.
|
|
3736
3744
|
#
|
|
3737
3745
|
#
|
|
3738
3746
|
#
|
|
@@ -4696,8 +4704,8 @@ module Aws::S3Control
|
|
|
4696
4704
|
# objects in the S3 Batch Operations job. If you don't provide `Mode`
|
|
4697
4705
|
# and `RetainUntilDate` data types in your operation, you will remove
|
|
4698
4706
|
# the retention from your objects. For more information, see [Using S3
|
|
4699
|
-
# Object Lock retention with S3 Batch Operations][1] in the *Amazon
|
|
4700
|
-
#
|
|
4707
|
+
# Object Lock retention with S3 Batch Operations][1] in the *Amazon S3
|
|
4708
|
+
# User Guide*.
|
|
4701
4709
|
#
|
|
4702
4710
|
#
|
|
4703
4711
|
#
|
|
@@ -4778,8 +4786,8 @@ module Aws::S3Control
|
|
|
4778
4786
|
# Contains the configuration for an S3 Object Lock legal hold operation
|
|
4779
4787
|
# that an S3 Batch Operations job passes every object to the underlying
|
|
4780
4788
|
# `PutObjectLegalHold` API. For more information, see [Using S3 Object
|
|
4781
|
-
# Lock legal hold with S3 Batch Operations][1] in the *Amazon
|
|
4782
|
-
#
|
|
4789
|
+
# Lock legal hold with S3 Batch Operations][1] in the *Amazon S3 User
|
|
4790
|
+
# Guide*.
|
|
4783
4791
|
#
|
|
4784
4792
|
#
|
|
4785
4793
|
#
|
|
@@ -4811,7 +4819,7 @@ module Aws::S3Control
|
|
|
4811
4819
|
# action for an S3 Batch Operations job. Batch Operations passes every
|
|
4812
4820
|
# object to the underlying `PutObjectRetention` API. For more
|
|
4813
4821
|
# information, see [Using S3 Object Lock retention with S3 Batch
|
|
4814
|
-
# Operations][1] in the *Amazon
|
|
4822
|
+
# Operations][1] in the *Amazon S3 User Guide*.
|
|
4815
4823
|
#
|
|
4816
4824
|
#
|
|
4817
4825
|
#
|
|
@@ -4837,8 +4845,8 @@ module Aws::S3Control
|
|
|
4837
4845
|
# @!attribute [rw] retention
|
|
4838
4846
|
# Contains the Object Lock retention mode to be applied to all objects
|
|
4839
4847
|
# in the Batch Operations job. For more information, see [Using S3
|
|
4840
|
-
# Object Lock retention with S3 Batch Operations][1] in the *Amazon
|
|
4841
|
-
#
|
|
4848
|
+
# Object Lock retention with S3 Batch Operations][1] in the *Amazon S3
|
|
4849
|
+
# User Guide*.
|
|
4842
4850
|
#
|
|
4843
4851
|
#
|
|
4844
4852
|
#
|
|
@@ -5257,8 +5265,8 @@ module Aws::S3Control
|
|
|
5257
5265
|
|
|
5258
5266
|
# Specifies when an object transitions to a specified storage class. For
|
|
5259
5267
|
# more information about Amazon S3 Lifecycle configuration rules, see [
|
|
5260
|
-
# Transitioning objects using Amazon S3 Lifecycle][1] in the *Amazon
|
|
5261
|
-
#
|
|
5268
|
+
# Transitioning objects using Amazon S3 Lifecycle][1] in the *Amazon S3
|
|
5269
|
+
# User Guide*.
|
|
5262
5270
|
#
|
|
5263
5271
|
#
|
|
5264
5272
|
#
|
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.
|
|
4
|
+
version: 1.33.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-
|
|
11
|
+
date: 2021-05-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|
|
@@ -89,8 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
89
89
|
- !ruby/object:Gem::Version
|
|
90
90
|
version: '0'
|
|
91
91
|
requirements: []
|
|
92
|
-
|
|
93
|
-
rubygems_version: 2.7.6.2
|
|
92
|
+
rubygems_version: 3.1.6
|
|
94
93
|
signing_key:
|
|
95
94
|
specification_version: 4
|
|
96
95
|
summary: AWS SDK for Ruby - AWS S3 Control
|