aws-sdk-s3control 1.53.0 → 1.55.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control/client.rb +146 -119
- data/lib/aws-sdk-s3control/client_api.rb +66 -116
- data/lib/aws-sdk-s3control/endpoint_parameters.rb +114 -0
- data/lib/aws-sdk-s3control/endpoint_provider.rb +545 -0
- data/lib/aws-sdk-s3control/endpoints.rb +1195 -0
- data/lib/aws-sdk-s3control/plugins/arn.rb +1 -162
- data/lib/aws-sdk-s3control/plugins/dualstack.rb +2 -31
- data/lib/aws-sdk-s3control/plugins/endpoints.rb +186 -0
- data/lib/aws-sdk-s3control/types.rb +121 -68
- data/lib/aws-sdk-s3control.rb +5 -1
- metadata +8 -5
- data/lib/aws-sdk-s3control/plugins/s3_control_signer.rb +0 -97
@@ -406,7 +406,7 @@ module Aws::S3Control
|
|
406
406
|
# data as a hash:
|
407
407
|
#
|
408
408
|
# {
|
409
|
-
# account_id: "AccountId",
|
409
|
+
# account_id: "AccountId",
|
410
410
|
# name: "ObjectLambdaAccessPointName", # required
|
411
411
|
# configuration: { # required
|
412
412
|
# supporting_access_point: "ObjectLambdaSupportingAccessPointArn", # required
|
@@ -465,7 +465,7 @@ module Aws::S3Control
|
|
465
465
|
# data as a hash:
|
466
466
|
#
|
467
467
|
# {
|
468
|
-
# account_id: "AccountId",
|
468
|
+
# account_id: "AccountId",
|
469
469
|
# name: "AccessPointName", # required
|
470
470
|
# bucket: "BucketName", # required
|
471
471
|
# vpc_configuration: {
|
@@ -733,7 +733,7 @@ module Aws::S3Control
|
|
733
733
|
# data as a hash:
|
734
734
|
#
|
735
735
|
# {
|
736
|
-
# account_id: "AccountId",
|
736
|
+
# account_id: "AccountId",
|
737
737
|
# confirmation_required: false,
|
738
738
|
# operation: { # required
|
739
739
|
# lambda_invoke: {
|
@@ -1052,7 +1052,7 @@ module Aws::S3Control
|
|
1052
1052
|
# data as a hash:
|
1053
1053
|
#
|
1054
1054
|
# {
|
1055
|
-
# account_id: "AccountId",
|
1055
|
+
# account_id: "AccountId",
|
1056
1056
|
# client_token: "MultiRegionAccessPointClientToken", # required
|
1057
1057
|
# details: { # required
|
1058
1058
|
# name: "MultiRegionAccessPointName", # required
|
@@ -1121,7 +1121,7 @@ module Aws::S3Control
|
|
1121
1121
|
# data as a hash:
|
1122
1122
|
#
|
1123
1123
|
# {
|
1124
|
-
# account_id: "AccountId",
|
1124
|
+
# account_id: "AccountId",
|
1125
1125
|
# name: "ObjectLambdaAccessPointName", # required
|
1126
1126
|
# }
|
1127
1127
|
#
|
@@ -1147,7 +1147,7 @@ module Aws::S3Control
|
|
1147
1147
|
# data as a hash:
|
1148
1148
|
#
|
1149
1149
|
# {
|
1150
|
-
# account_id: "AccountId",
|
1150
|
+
# account_id: "AccountId",
|
1151
1151
|
# name: "ObjectLambdaAccessPointName", # required
|
1152
1152
|
# }
|
1153
1153
|
#
|
@@ -1174,7 +1174,7 @@ module Aws::S3Control
|
|
1174
1174
|
# data as a hash:
|
1175
1175
|
#
|
1176
1176
|
# {
|
1177
|
-
# account_id: "AccountId",
|
1177
|
+
# account_id: "AccountId",
|
1178
1178
|
# name: "AccessPointName", # required
|
1179
1179
|
# }
|
1180
1180
|
#
|
@@ -1212,7 +1212,7 @@ module Aws::S3Control
|
|
1212
1212
|
# data as a hash:
|
1213
1213
|
#
|
1214
1214
|
# {
|
1215
|
-
# account_id: "AccountId",
|
1215
|
+
# account_id: "AccountId",
|
1216
1216
|
# name: "AccessPointName", # required
|
1217
1217
|
# }
|
1218
1218
|
#
|
@@ -1250,7 +1250,7 @@ module Aws::S3Control
|
|
1250
1250
|
# data as a hash:
|
1251
1251
|
#
|
1252
1252
|
# {
|
1253
|
-
# account_id: "AccountId",
|
1253
|
+
# account_id: "AccountId",
|
1254
1254
|
# bucket: "BucketName", # required
|
1255
1255
|
# }
|
1256
1256
|
#
|
@@ -1288,7 +1288,7 @@ module Aws::S3Control
|
|
1288
1288
|
# data as a hash:
|
1289
1289
|
#
|
1290
1290
|
# {
|
1291
|
-
# account_id: "AccountId",
|
1291
|
+
# account_id: "AccountId",
|
1292
1292
|
# bucket: "BucketName", # required
|
1293
1293
|
# }
|
1294
1294
|
#
|
@@ -1326,7 +1326,7 @@ module Aws::S3Control
|
|
1326
1326
|
# data as a hash:
|
1327
1327
|
#
|
1328
1328
|
# {
|
1329
|
-
# account_id: "AccountId",
|
1329
|
+
# account_id: "AccountId",
|
1330
1330
|
# bucket: "BucketName", # required
|
1331
1331
|
# }
|
1332
1332
|
#
|
@@ -1364,7 +1364,7 @@ module Aws::S3Control
|
|
1364
1364
|
# data as a hash:
|
1365
1365
|
#
|
1366
1366
|
# {
|
1367
|
-
# account_id: "AccountId",
|
1367
|
+
# account_id: "AccountId",
|
1368
1368
|
# bucket: "BucketName", # required
|
1369
1369
|
# }
|
1370
1370
|
#
|
@@ -1403,7 +1403,7 @@ module Aws::S3Control
|
|
1403
1403
|
# data as a hash:
|
1404
1404
|
#
|
1405
1405
|
# {
|
1406
|
-
# account_id: "AccountId",
|
1406
|
+
# account_id: "AccountId",
|
1407
1407
|
# job_id: "JobId", # required
|
1408
1408
|
# }
|
1409
1409
|
#
|
@@ -1461,7 +1461,7 @@ module Aws::S3Control
|
|
1461
1461
|
# data as a hash:
|
1462
1462
|
#
|
1463
1463
|
# {
|
1464
|
-
# account_id: "AccountId",
|
1464
|
+
# account_id: "AccountId",
|
1465
1465
|
# client_token: "MultiRegionAccessPointClientToken", # required
|
1466
1466
|
# details: { # required
|
1467
1467
|
# name: "MultiRegionAccessPointName", # required
|
@@ -1518,7 +1518,7 @@ module Aws::S3Control
|
|
1518
1518
|
# data as a hash:
|
1519
1519
|
#
|
1520
1520
|
# {
|
1521
|
-
# account_id: "AccountId",
|
1521
|
+
# account_id: "AccountId",
|
1522
1522
|
# }
|
1523
1523
|
#
|
1524
1524
|
# @!attribute [rw] account_id
|
@@ -1539,7 +1539,7 @@ module Aws::S3Control
|
|
1539
1539
|
#
|
1540
1540
|
# {
|
1541
1541
|
# config_id: "ConfigId", # required
|
1542
|
-
# account_id: "AccountId",
|
1542
|
+
# account_id: "AccountId",
|
1543
1543
|
# }
|
1544
1544
|
#
|
1545
1545
|
# @!attribute [rw] config_id
|
@@ -1564,7 +1564,7 @@ module Aws::S3Control
|
|
1564
1564
|
#
|
1565
1565
|
# {
|
1566
1566
|
# config_id: "ConfigId", # required
|
1567
|
-
# account_id: "AccountId",
|
1567
|
+
# account_id: "AccountId",
|
1568
1568
|
# }
|
1569
1569
|
#
|
1570
1570
|
# @!attribute [rw] config_id
|
@@ -1592,7 +1592,7 @@ module Aws::S3Control
|
|
1592
1592
|
# data as a hash:
|
1593
1593
|
#
|
1594
1594
|
# {
|
1595
|
-
# account_id: "AccountId",
|
1595
|
+
# account_id: "AccountId",
|
1596
1596
|
# job_id: "JobId", # required
|
1597
1597
|
# }
|
1598
1598
|
#
|
@@ -1631,7 +1631,7 @@ module Aws::S3Control
|
|
1631
1631
|
# data as a hash:
|
1632
1632
|
#
|
1633
1633
|
# {
|
1634
|
-
# account_id: "AccountId",
|
1634
|
+
# account_id: "AccountId",
|
1635
1635
|
# request_token_arn: "AsyncRequestTokenARN", # required
|
1636
1636
|
# }
|
1637
1637
|
#
|
@@ -1753,7 +1753,7 @@ module Aws::S3Control
|
|
1753
1753
|
# data as a hash:
|
1754
1754
|
#
|
1755
1755
|
# {
|
1756
|
-
# account_id: "AccountId",
|
1756
|
+
# account_id: "AccountId",
|
1757
1757
|
# name: "ObjectLambdaAccessPointName", # required
|
1758
1758
|
# }
|
1759
1759
|
#
|
@@ -1792,7 +1792,7 @@ module Aws::S3Control
|
|
1792
1792
|
# data as a hash:
|
1793
1793
|
#
|
1794
1794
|
# {
|
1795
|
-
# account_id: "AccountId",
|
1795
|
+
# account_id: "AccountId",
|
1796
1796
|
# name: "ObjectLambdaAccessPointName", # required
|
1797
1797
|
# }
|
1798
1798
|
#
|
@@ -1842,7 +1842,7 @@ module Aws::S3Control
|
|
1842
1842
|
# data as a hash:
|
1843
1843
|
#
|
1844
1844
|
# {
|
1845
|
-
# account_id: "AccountId",
|
1845
|
+
# account_id: "AccountId",
|
1846
1846
|
# name: "ObjectLambdaAccessPointName", # required
|
1847
1847
|
# }
|
1848
1848
|
#
|
@@ -1880,7 +1880,7 @@ module Aws::S3Control
|
|
1880
1880
|
# data as a hash:
|
1881
1881
|
#
|
1882
1882
|
# {
|
1883
|
-
# account_id: "AccountId",
|
1883
|
+
# account_id: "AccountId",
|
1884
1884
|
# name: "AccessPointName", # required
|
1885
1885
|
# }
|
1886
1886
|
#
|
@@ -1930,7 +1930,7 @@ module Aws::S3Control
|
|
1930
1930
|
# data as a hash:
|
1931
1931
|
#
|
1932
1932
|
# {
|
1933
|
-
# account_id: "AccountId",
|
1933
|
+
# account_id: "AccountId",
|
1934
1934
|
# name: "ObjectLambdaAccessPointName", # required
|
1935
1935
|
# }
|
1936
1936
|
#
|
@@ -1975,7 +1975,7 @@ module Aws::S3Control
|
|
1975
1975
|
# data as a hash:
|
1976
1976
|
#
|
1977
1977
|
# {
|
1978
|
-
# account_id: "AccountId",
|
1978
|
+
# account_id: "AccountId",
|
1979
1979
|
# name: "AccessPointName", # required
|
1980
1980
|
# }
|
1981
1981
|
#
|
@@ -2013,7 +2013,7 @@ module Aws::S3Control
|
|
2013
2013
|
# data as a hash:
|
2014
2014
|
#
|
2015
2015
|
# {
|
2016
|
-
# account_id: "AccountId",
|
2016
|
+
# account_id: "AccountId",
|
2017
2017
|
# name: "AccessPointName", # required
|
2018
2018
|
# }
|
2019
2019
|
#
|
@@ -2127,7 +2127,7 @@ module Aws::S3Control
|
|
2127
2127
|
# data as a hash:
|
2128
2128
|
#
|
2129
2129
|
# {
|
2130
|
-
# account_id: "AccountId",
|
2130
|
+
# account_id: "AccountId",
|
2131
2131
|
# bucket: "BucketName", # required
|
2132
2132
|
# }
|
2133
2133
|
#
|
@@ -2177,7 +2177,7 @@ module Aws::S3Control
|
|
2177
2177
|
# data as a hash:
|
2178
2178
|
#
|
2179
2179
|
# {
|
2180
|
-
# account_id: "AccountId",
|
2180
|
+
# account_id: "AccountId",
|
2181
2181
|
# bucket: "BucketName", # required
|
2182
2182
|
# }
|
2183
2183
|
#
|
@@ -2227,7 +2227,7 @@ module Aws::S3Control
|
|
2227
2227
|
# data as a hash:
|
2228
2228
|
#
|
2229
2229
|
# {
|
2230
|
-
# account_id: "AccountId",
|
2230
|
+
# account_id: "AccountId",
|
2231
2231
|
# bucket: "BucketName", # required
|
2232
2232
|
# }
|
2233
2233
|
#
|
@@ -2286,7 +2286,7 @@ module Aws::S3Control
|
|
2286
2286
|
# data as a hash:
|
2287
2287
|
#
|
2288
2288
|
# {
|
2289
|
-
# account_id: "AccountId",
|
2289
|
+
# account_id: "AccountId",
|
2290
2290
|
# bucket: "BucketName", # required
|
2291
2291
|
# }
|
2292
2292
|
#
|
@@ -2336,7 +2336,7 @@ module Aws::S3Control
|
|
2336
2336
|
# data as a hash:
|
2337
2337
|
#
|
2338
2338
|
# {
|
2339
|
-
# account_id: "AccountId",
|
2339
|
+
# account_id: "AccountId",
|
2340
2340
|
# bucket: "BucketName", # required
|
2341
2341
|
# }
|
2342
2342
|
#
|
@@ -2381,7 +2381,7 @@ module Aws::S3Control
|
|
2381
2381
|
# data as a hash:
|
2382
2382
|
#
|
2383
2383
|
# {
|
2384
|
-
# account_id: "AccountId",
|
2384
|
+
# account_id: "AccountId",
|
2385
2385
|
# job_id: "JobId", # required
|
2386
2386
|
# }
|
2387
2387
|
#
|
@@ -2420,7 +2420,7 @@ module Aws::S3Control
|
|
2420
2420
|
# data as a hash:
|
2421
2421
|
#
|
2422
2422
|
# {
|
2423
|
-
# account_id: "AccountId",
|
2423
|
+
# account_id: "AccountId",
|
2424
2424
|
# name: "MultiRegionAccessPointName", # required
|
2425
2425
|
# }
|
2426
2426
|
#
|
@@ -2466,7 +2466,7 @@ module Aws::S3Control
|
|
2466
2466
|
# data as a hash:
|
2467
2467
|
#
|
2468
2468
|
# {
|
2469
|
-
# account_id: "AccountId",
|
2469
|
+
# account_id: "AccountId",
|
2470
2470
|
# name: "MultiRegionAccessPointName", # required
|
2471
2471
|
# }
|
2472
2472
|
#
|
@@ -2519,7 +2519,7 @@ module Aws::S3Control
|
|
2519
2519
|
# data as a hash:
|
2520
2520
|
#
|
2521
2521
|
# {
|
2522
|
-
# account_id: "AccountId",
|
2522
|
+
# account_id: "AccountId",
|
2523
2523
|
# name: "MultiRegionAccessPointName", # required
|
2524
2524
|
# }
|
2525
2525
|
#
|
@@ -2580,7 +2580,7 @@ module Aws::S3Control
|
|
2580
2580
|
# data as a hash:
|
2581
2581
|
#
|
2582
2582
|
# {
|
2583
|
-
# account_id: "AccountId",
|
2583
|
+
# account_id: "AccountId",
|
2584
2584
|
# }
|
2585
2585
|
#
|
2586
2586
|
# @!attribute [rw] account_id
|
@@ -2601,7 +2601,7 @@ module Aws::S3Control
|
|
2601
2601
|
#
|
2602
2602
|
# {
|
2603
2603
|
# config_id: "ConfigId", # required
|
2604
|
-
# account_id: "AccountId",
|
2604
|
+
# account_id: "AccountId",
|
2605
2605
|
# }
|
2606
2606
|
#
|
2607
2607
|
# @!attribute [rw] config_id
|
@@ -2638,7 +2638,7 @@ module Aws::S3Control
|
|
2638
2638
|
#
|
2639
2639
|
# {
|
2640
2640
|
# config_id: "ConfigId", # required
|
2641
|
-
# account_id: "AccountId",
|
2641
|
+
# account_id: "AccountId",
|
2642
2642
|
# }
|
2643
2643
|
#
|
2644
2644
|
# @!attribute [rw] config_id
|
@@ -3459,7 +3459,11 @@ module Aws::S3Control
|
|
3459
3459
|
# value: "TagValueString", # required
|
3460
3460
|
# },
|
3461
3461
|
# ],
|
3462
|
+
# object_size_greater_than: 1,
|
3463
|
+
# object_size_less_than: 1,
|
3462
3464
|
# },
|
3465
|
+
# object_size_greater_than: 1,
|
3466
|
+
# object_size_less_than: 1,
|
3463
3467
|
# },
|
3464
3468
|
# status: "Enabled", # required, accepts Enabled, Disabled
|
3465
3469
|
# transitions: [
|
@@ -3477,6 +3481,7 @@ module Aws::S3Control
|
|
3477
3481
|
# ],
|
3478
3482
|
# noncurrent_version_expiration: {
|
3479
3483
|
# noncurrent_days: 1,
|
3484
|
+
# newer_noncurrent_versions: 1,
|
3480
3485
|
# },
|
3481
3486
|
# abort_incomplete_multipart_upload: {
|
3482
3487
|
# days_after_initiation: 1,
|
@@ -3561,7 +3566,11 @@ module Aws::S3Control
|
|
3561
3566
|
# value: "TagValueString", # required
|
3562
3567
|
# },
|
3563
3568
|
# ],
|
3569
|
+
# object_size_greater_than: 1,
|
3570
|
+
# object_size_less_than: 1,
|
3564
3571
|
# },
|
3572
|
+
# object_size_greater_than: 1,
|
3573
|
+
# object_size_less_than: 1,
|
3565
3574
|
# },
|
3566
3575
|
# status: "Enabled", # required, accepts Enabled, Disabled
|
3567
3576
|
# transitions: [
|
@@ -3579,6 +3588,7 @@ module Aws::S3Control
|
|
3579
3588
|
# ],
|
3580
3589
|
# noncurrent_version_expiration: {
|
3581
3590
|
# noncurrent_days: 1,
|
3591
|
+
# newer_noncurrent_versions: 1,
|
3582
3592
|
# },
|
3583
3593
|
# abort_incomplete_multipart_upload: {
|
3584
3594
|
# days_after_initiation: 1,
|
@@ -3628,10 +3638,6 @@ module Aws::S3Control
|
|
3628
3638
|
#
|
3629
3639
|
# @!attribute [rw] noncurrent_version_expiration
|
3630
3640
|
# The noncurrent version expiration of the lifecycle rule.
|
3631
|
-
#
|
3632
|
-
# <note markdown="1"> This is not supported by Amazon S3 on Outposts buckets.
|
3633
|
-
#
|
3634
|
-
# </note>
|
3635
3641
|
# @return [Types::NoncurrentVersionExpiration]
|
3636
3642
|
#
|
3637
3643
|
# @!attribute [rw] abort_incomplete_multipart_upload
|
@@ -3674,6 +3680,8 @@ module Aws::S3Control
|
|
3674
3680
|
# value: "TagValueString", # required
|
3675
3681
|
# },
|
3676
3682
|
# ],
|
3683
|
+
# object_size_greater_than: 1,
|
3684
|
+
# object_size_less_than: 1,
|
3677
3685
|
# }
|
3678
3686
|
#
|
3679
3687
|
# @!attribute [rw] prefix
|
@@ -3685,11 +3693,21 @@ module Aws::S3Control
|
|
3685
3693
|
# the rule to apply.
|
3686
3694
|
# @return [Array<Types::S3Tag>]
|
3687
3695
|
#
|
3696
|
+
# @!attribute [rw] object_size_greater_than
|
3697
|
+
# Minimum object size to which the rule applies.
|
3698
|
+
# @return [Integer]
|
3699
|
+
#
|
3700
|
+
# @!attribute [rw] object_size_less_than
|
3701
|
+
# Maximum object size to which the rule applies.
|
3702
|
+
# @return [Integer]
|
3703
|
+
#
|
3688
3704
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/LifecycleRuleAndOperator AWS API Documentation
|
3689
3705
|
#
|
3690
3706
|
class LifecycleRuleAndOperator < Struct.new(
|
3691
3707
|
:prefix,
|
3692
|
-
:tags
|
3708
|
+
:tags,
|
3709
|
+
:object_size_greater_than,
|
3710
|
+
:object_size_less_than)
|
3693
3711
|
SENSITIVE = []
|
3694
3712
|
include Aws::Structure
|
3695
3713
|
end
|
@@ -3713,7 +3731,11 @@ module Aws::S3Control
|
|
3713
3731
|
# value: "TagValueString", # required
|
3714
3732
|
# },
|
3715
3733
|
# ],
|
3734
|
+
# object_size_greater_than: 1,
|
3735
|
+
# object_size_less_than: 1,
|
3716
3736
|
# },
|
3737
|
+
# object_size_greater_than: 1,
|
3738
|
+
# object_size_less_than: 1,
|
3717
3739
|
# }
|
3718
3740
|
#
|
3719
3741
|
# @!attribute [rw] prefix
|
@@ -3735,12 +3757,22 @@ module Aws::S3Control
|
|
3735
3757
|
# The container for the `AND` condition for the lifecycle rule.
|
3736
3758
|
# @return [Types::LifecycleRuleAndOperator]
|
3737
3759
|
#
|
3760
|
+
# @!attribute [rw] object_size_greater_than
|
3761
|
+
# Minimum object size to which the rule applies.
|
3762
|
+
# @return [Integer]
|
3763
|
+
#
|
3764
|
+
# @!attribute [rw] object_size_less_than
|
3765
|
+
# Maximum object size to which the rule applies.
|
3766
|
+
# @return [Integer]
|
3767
|
+
#
|
3738
3768
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/LifecycleRuleFilter AWS API Documentation
|
3739
3769
|
#
|
3740
3770
|
class LifecycleRuleFilter < Struct.new(
|
3741
3771
|
:prefix,
|
3742
3772
|
:tag,
|
3743
|
-
:and
|
3773
|
+
:and,
|
3774
|
+
:object_size_greater_than,
|
3775
|
+
:object_size_less_than)
|
3744
3776
|
SENSITIVE = []
|
3745
3777
|
include Aws::Structure
|
3746
3778
|
end
|
@@ -3749,7 +3781,7 @@ module Aws::S3Control
|
|
3749
3781
|
# data as a hash:
|
3750
3782
|
#
|
3751
3783
|
# {
|
3752
|
-
# account_id: "AccountId",
|
3784
|
+
# account_id: "AccountId",
|
3753
3785
|
# next_token: "NonEmptyMaxLength1024String",
|
3754
3786
|
# max_results: 1,
|
3755
3787
|
# }
|
@@ -3809,7 +3841,7 @@ module Aws::S3Control
|
|
3809
3841
|
# data as a hash:
|
3810
3842
|
#
|
3811
3843
|
# {
|
3812
|
-
# account_id: "AccountId",
|
3844
|
+
# account_id: "AccountId",
|
3813
3845
|
# bucket: "BucketName",
|
3814
3846
|
# next_token: "NonEmptyMaxLength1024String",
|
3815
3847
|
# max_results: 1,
|
@@ -3889,7 +3921,7 @@ module Aws::S3Control
|
|
3889
3921
|
# data as a hash:
|
3890
3922
|
#
|
3891
3923
|
# {
|
3892
|
-
# account_id: "AccountId",
|
3924
|
+
# account_id: "AccountId",
|
3893
3925
|
# job_statuses: ["Active"], # accepts Active, Cancelled, Cancelling, Complete, Completing, Failed, Failing, New, Paused, Pausing, Preparing, Ready, Suspended
|
3894
3926
|
# next_token: "StringForNextToken",
|
3895
3927
|
# max_results: 1,
|
@@ -3953,7 +3985,7 @@ module Aws::S3Control
|
|
3953
3985
|
# data as a hash:
|
3954
3986
|
#
|
3955
3987
|
# {
|
3956
|
-
# account_id: "AccountId",
|
3988
|
+
# account_id: "AccountId",
|
3957
3989
|
# next_token: "NonEmptyMaxLength1024String",
|
3958
3990
|
# max_results: 1,
|
3959
3991
|
# }
|
@@ -4005,7 +4037,7 @@ module Aws::S3Control
|
|
4005
4037
|
# data as a hash:
|
4006
4038
|
#
|
4007
4039
|
# {
|
4008
|
-
# account_id: "AccountId",
|
4040
|
+
# account_id: "AccountId",
|
4009
4041
|
# next_token: "NonEmptyMaxLength1024String",
|
4010
4042
|
# max_results: 1,
|
4011
4043
|
# outpost_id: "NonEmptyMaxLength64String",
|
@@ -4098,7 +4130,7 @@ module Aws::S3Control
|
|
4098
4130
|
# data as a hash:
|
4099
4131
|
#
|
4100
4132
|
# {
|
4101
|
-
# account_id: "AccountId",
|
4133
|
+
# account_id: "AccountId",
|
4102
4134
|
# next_token: "ContinuationToken",
|
4103
4135
|
# }
|
4104
4136
|
#
|
@@ -4286,6 +4318,7 @@ module Aws::S3Control
|
|
4286
4318
|
#
|
4287
4319
|
# {
|
4288
4320
|
# noncurrent_days: 1,
|
4321
|
+
# newer_noncurrent_versions: 1,
|
4289
4322
|
# }
|
4290
4323
|
#
|
4291
4324
|
# @!attribute [rw] noncurrent_days
|
@@ -4299,10 +4332,23 @@ module Aws::S3Control
|
|
4299
4332
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#non-current-days-calculations
|
4300
4333
|
# @return [Integer]
|
4301
4334
|
#
|
4335
|
+
# @!attribute [rw] newer_noncurrent_versions
|
4336
|
+
# Specifies how many noncurrent versions S3 on Outposts will retain.
|
4337
|
+
# If there are this many more recent noncurrent versions, S3 on
|
4338
|
+
# Outposts will take the associated action. For more information about
|
4339
|
+
# noncurrent versions, see [Lifecycle configuration elements][1] in
|
4340
|
+
# the *Amazon S3 User Guide*.
|
4341
|
+
#
|
4342
|
+
#
|
4343
|
+
#
|
4344
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/intro-lifecycle-rules.html
|
4345
|
+
# @return [Integer]
|
4346
|
+
#
|
4302
4347
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/NoncurrentVersionExpiration AWS API Documentation
|
4303
4348
|
#
|
4304
4349
|
class NoncurrentVersionExpiration < Struct.new(
|
4305
|
-
:noncurrent_days
|
4350
|
+
:noncurrent_days,
|
4351
|
+
:newer_noncurrent_versions)
|
4306
4352
|
SENSITIVE = []
|
4307
4353
|
include Aws::Structure
|
4308
4354
|
end
|
@@ -4406,8 +4452,9 @@ module Aws::S3Control
|
|
4406
4452
|
# @return [Boolean]
|
4407
4453
|
#
|
4408
4454
|
# @!attribute [rw] allowed_features
|
4409
|
-
# A container for allowed features. Valid inputs are
|
4410
|
-
#
|
4455
|
+
# A container for allowed features. Valid inputs are
|
4456
|
+
# `GetObject-Range`, `GetObject-PartNumber`, `HeadObject-Range`, and
|
4457
|
+
# `HeadObject-PartNumber`.
|
4411
4458
|
# @return [Array<String>]
|
4412
4459
|
#
|
4413
4460
|
# @!attribute [rw] transformation_configurations
|
@@ -4467,7 +4514,8 @@ module Aws::S3Control
|
|
4467
4514
|
#
|
4468
4515
|
# @!attribute [rw] actions
|
4469
4516
|
# A container for the action of an Object Lambda Access Point
|
4470
|
-
# configuration. Valid
|
4517
|
+
# configuration. Valid inputs are `GetObject`, `ListObjects`,
|
4518
|
+
# `HeadObject`, and `ListObjectsV2`.
|
4471
4519
|
# @return [Array<String>]
|
4472
4520
|
#
|
4473
4521
|
# @!attribute [rw] content_transformation
|
@@ -4674,7 +4722,7 @@ module Aws::S3Control
|
|
4674
4722
|
# data as a hash:
|
4675
4723
|
#
|
4676
4724
|
# {
|
4677
|
-
# account_id: "AccountId",
|
4725
|
+
# account_id: "AccountId",
|
4678
4726
|
# name: "ObjectLambdaAccessPointName", # required
|
4679
4727
|
# configuration: { # required
|
4680
4728
|
# supporting_access_point: "ObjectLambdaSupportingAccessPointArn", # required
|
@@ -4721,7 +4769,7 @@ module Aws::S3Control
|
|
4721
4769
|
# data as a hash:
|
4722
4770
|
#
|
4723
4771
|
# {
|
4724
|
-
# account_id: "AccountId",
|
4772
|
+
# account_id: "AccountId",
|
4725
4773
|
# name: "ObjectLambdaAccessPointName", # required
|
4726
4774
|
# policy: "ObjectLambdaPolicy", # required
|
4727
4775
|
# }
|
@@ -4753,7 +4801,7 @@ module Aws::S3Control
|
|
4753
4801
|
# data as a hash:
|
4754
4802
|
#
|
4755
4803
|
# {
|
4756
|
-
# account_id: "AccountId",
|
4804
|
+
# account_id: "AccountId",
|
4757
4805
|
# name: "AccessPointName", # required
|
4758
4806
|
# policy: "Policy", # required
|
4759
4807
|
# }
|
@@ -4806,7 +4854,7 @@ module Aws::S3Control
|
|
4806
4854
|
# data as a hash:
|
4807
4855
|
#
|
4808
4856
|
# {
|
4809
|
-
# account_id: "AccountId",
|
4857
|
+
# account_id: "AccountId",
|
4810
4858
|
# bucket: "BucketName", # required
|
4811
4859
|
# lifecycle_configuration: {
|
4812
4860
|
# rules: [
|
@@ -4831,7 +4879,11 @@ module Aws::S3Control
|
|
4831
4879
|
# value: "TagValueString", # required
|
4832
4880
|
# },
|
4833
4881
|
# ],
|
4882
|
+
# object_size_greater_than: 1,
|
4883
|
+
# object_size_less_than: 1,
|
4834
4884
|
# },
|
4885
|
+
# object_size_greater_than: 1,
|
4886
|
+
# object_size_less_than: 1,
|
4835
4887
|
# },
|
4836
4888
|
# status: "Enabled", # required, accepts Enabled, Disabled
|
4837
4889
|
# transitions: [
|
@@ -4849,6 +4901,7 @@ module Aws::S3Control
|
|
4849
4901
|
# ],
|
4850
4902
|
# noncurrent_version_expiration: {
|
4851
4903
|
# noncurrent_days: 1,
|
4904
|
+
# newer_noncurrent_versions: 1,
|
4852
4905
|
# },
|
4853
4906
|
# abort_incomplete_multipart_upload: {
|
4854
4907
|
# days_after_initiation: 1,
|
@@ -4884,7 +4937,7 @@ module Aws::S3Control
|
|
4884
4937
|
# data as a hash:
|
4885
4938
|
#
|
4886
4939
|
# {
|
4887
|
-
# account_id: "AccountId",
|
4940
|
+
# account_id: "AccountId",
|
4888
4941
|
# bucket: "BucketName", # required
|
4889
4942
|
# confirm_remove_self_bucket_access: false,
|
4890
4943
|
# policy: "Policy", # required
|
@@ -4939,7 +4992,7 @@ module Aws::S3Control
|
|
4939
4992
|
# data as a hash:
|
4940
4993
|
#
|
4941
4994
|
# {
|
4942
|
-
# account_id: "AccountId",
|
4995
|
+
# account_id: "AccountId",
|
4943
4996
|
# bucket: "BucketName", # required
|
4944
4997
|
# tagging: { # required
|
4945
4998
|
# tag_set: [ # required
|
@@ -4989,7 +5042,7 @@ module Aws::S3Control
|
|
4989
5042
|
# data as a hash:
|
4990
5043
|
#
|
4991
5044
|
# {
|
4992
|
-
# account_id: "AccountId",
|
5045
|
+
# account_id: "AccountId",
|
4993
5046
|
# bucket: "BucketName", # required
|
4994
5047
|
# mfa: "MFA",
|
4995
5048
|
# versioning_configuration: { # required
|
@@ -5031,7 +5084,7 @@ module Aws::S3Control
|
|
5031
5084
|
# data as a hash:
|
5032
5085
|
#
|
5033
5086
|
# {
|
5034
|
-
# account_id: "AccountId",
|
5087
|
+
# account_id: "AccountId",
|
5035
5088
|
# job_id: "JobId", # required
|
5036
5089
|
# tags: [ # required
|
5037
5090
|
# {
|
@@ -5106,7 +5159,7 @@ module Aws::S3Control
|
|
5106
5159
|
# data as a hash:
|
5107
5160
|
#
|
5108
5161
|
# {
|
5109
|
-
# account_id: "AccountId",
|
5162
|
+
# account_id: "AccountId",
|
5110
5163
|
# client_token: "MultiRegionAccessPointClientToken", # required
|
5111
5164
|
# details: { # required
|
5112
5165
|
# name: "MultiRegionAccessPointName", # required
|
@@ -5170,7 +5223,7 @@ module Aws::S3Control
|
|
5170
5223
|
# block_public_policy: false,
|
5171
5224
|
# restrict_public_buckets: false,
|
5172
5225
|
# },
|
5173
|
-
# account_id: "AccountId",
|
5226
|
+
# account_id: "AccountId",
|
5174
5227
|
# }
|
5175
5228
|
#
|
5176
5229
|
# @!attribute [rw] public_access_block_configuration
|
@@ -5197,7 +5250,7 @@ module Aws::S3Control
|
|
5197
5250
|
#
|
5198
5251
|
# {
|
5199
5252
|
# config_id: "ConfigId", # required
|
5200
|
-
# account_id: "AccountId",
|
5253
|
+
# account_id: "AccountId",
|
5201
5254
|
# storage_lens_configuration: { # required
|
5202
5255
|
# id: "ConfigId", # required
|
5203
5256
|
# account_level: { # required
|
@@ -5297,7 +5350,7 @@ module Aws::S3Control
|
|
5297
5350
|
#
|
5298
5351
|
# {
|
5299
5352
|
# config_id: "ConfigId", # required
|
5300
|
-
# account_id: "AccountId",
|
5353
|
+
# account_id: "AccountId",
|
5301
5354
|
# tags: [ # required
|
5302
5355
|
# {
|
5303
5356
|
# key: "TagKeyString", # required
|
@@ -6762,7 +6815,7 @@ module Aws::S3Control
|
|
6762
6815
|
# data as a hash:
|
6763
6816
|
#
|
6764
6817
|
# {
|
6765
|
-
# account_id: "AccountId",
|
6818
|
+
# account_id: "AccountId",
|
6766
6819
|
# job_id: "JobId", # required
|
6767
6820
|
# priority: 1, # required
|
6768
6821
|
# }
|
@@ -6811,7 +6864,7 @@ module Aws::S3Control
|
|
6811
6864
|
# data as a hash:
|
6812
6865
|
#
|
6813
6866
|
# {
|
6814
|
-
# account_id: "AccountId",
|
6867
|
+
# account_id: "AccountId",
|
6815
6868
|
# job_id: "JobId", # required
|
6816
6869
|
# requested_job_status: "Cancelled", # required, accepts Cancelled, Ready
|
6817
6870
|
# status_update_reason: "JobStatusUpdateReason",
|