aws-sdk-s3control 1.120.0 → 1.122.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 +133 -439
- data/lib/aws-sdk-s3control/client_api.rb +19 -0
- data/lib/aws-sdk-s3control/types.rb +159 -64
- data/lib/aws-sdk-s3control.rb +1 -1
- data/sig/client.rbs +44 -1
- data/sig/types.rbs +22 -0
- metadata +3 -3
|
@@ -506,10 +506,6 @@ module Aws::S3Control
|
|
|
506
506
|
# `sso:CreateApplication`, `sso:PutApplicationGrant`, and
|
|
507
507
|
# `sso:PutApplicationAuthenticationMethod`.
|
|
508
508
|
#
|
|
509
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
510
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
511
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
512
|
-
#
|
|
513
509
|
# @option params [String] :account_id
|
|
514
510
|
# The Amazon Web Services account ID of the S3 Access Grants instance.
|
|
515
511
|
#
|
|
@@ -565,10 +561,6 @@ module Aws::S3Control
|
|
|
565
561
|
#
|
|
566
562
|
# For directory groups - `identitystore:DescribeGroup`
|
|
567
563
|
#
|
|
568
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
569
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
570
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
571
|
-
#
|
|
572
564
|
#
|
|
573
565
|
#
|
|
574
566
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessGrantsInstance.html
|
|
@@ -701,10 +693,6 @@ module Aws::S3Control
|
|
|
701
693
|
# `sso:CreateApplication`, `sso:PutApplicationGrant`, and
|
|
702
694
|
# `sso:PutApplicationAuthenticationMethod` permissions.
|
|
703
695
|
#
|
|
704
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
705
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
706
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
707
|
-
#
|
|
708
696
|
# @option params [String] :account_id
|
|
709
697
|
# The Amazon Web Services account ID of the S3 Access Grants instance.
|
|
710
698
|
#
|
|
@@ -794,10 +782,6 @@ module Aws::S3Control
|
|
|
794
782
|
# : You must also have the following permission for the specified IAM
|
|
795
783
|
# role: `iam:PassRole`
|
|
796
784
|
#
|
|
797
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
798
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
799
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
800
|
-
#
|
|
801
785
|
#
|
|
802
786
|
#
|
|
803
787
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-grants-location.html
|
|
@@ -904,10 +888,6 @@ module Aws::S3Control
|
|
|
904
888
|
#
|
|
905
889
|
# * [ListAccessPointsForDirectoryBuckets][9]
|
|
906
890
|
#
|
|
907
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
908
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
909
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
910
|
-
#
|
|
911
891
|
#
|
|
912
892
|
#
|
|
913
893
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html
|
|
@@ -999,14 +979,6 @@ module Aws::S3Control
|
|
|
999
979
|
# S3][1]. For information about tagging access points, see [Using tags
|
|
1000
980
|
# for attribute-based access control (ABAC)][2].
|
|
1001
981
|
#
|
|
1002
|
-
# <note markdown="1"> * You must have the `s3:TagResource` permission to create an access
|
|
1003
|
-
# point with tags for a general purpose bucket.
|
|
1004
|
-
#
|
|
1005
|
-
# * You must have the `s3express:TagResource` permission to create an
|
|
1006
|
-
# access point with tags for a directory bucket.
|
|
1007
|
-
#
|
|
1008
|
-
# </note>
|
|
1009
|
-
#
|
|
1010
982
|
#
|
|
1011
983
|
#
|
|
1012
984
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/tagging.html
|
|
@@ -1076,10 +1048,6 @@ module Aws::S3Control
|
|
|
1076
1048
|
#
|
|
1077
1049
|
# * [ListAccessPointsForObjectLambda][4]
|
|
1078
1050
|
#
|
|
1079
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
1080
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
1081
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
1082
|
-
#
|
|
1083
1051
|
#
|
|
1084
1052
|
#
|
|
1085
1053
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html
|
|
@@ -1325,10 +1293,6 @@ module Aws::S3Control
|
|
|
1325
1293
|
#
|
|
1326
1294
|
# * [JobOperation][7]
|
|
1327
1295
|
#
|
|
1328
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
1329
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
1330
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
1331
|
-
#
|
|
1332
1296
|
#
|
|
1333
1297
|
#
|
|
1334
1298
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html
|
|
@@ -1635,10 +1599,6 @@ module Aws::S3Control
|
|
|
1635
1599
|
#
|
|
1636
1600
|
# * [ListMultiRegionAccessPoints][6]
|
|
1637
1601
|
#
|
|
1638
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
1639
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
1640
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
1641
|
-
#
|
|
1642
1602
|
#
|
|
1643
1603
|
#
|
|
1644
1604
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html
|
|
@@ -1721,10 +1681,6 @@ module Aws::S3Control
|
|
|
1721
1681
|
# For information about Storage Lens groups errors, see [List of Amazon
|
|
1722
1682
|
# S3 Storage Lens error codes][3].
|
|
1723
1683
|
#
|
|
1724
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
1725
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
1726
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
1727
|
-
#
|
|
1728
1684
|
#
|
|
1729
1685
|
#
|
|
1730
1686
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-lens-groups-overview.html
|
|
@@ -1832,10 +1788,6 @@ module Aws::S3Control
|
|
|
1832
1788
|
# : You must have the `s3:DeleteAccessGrant` permission to use this
|
|
1833
1789
|
# operation.
|
|
1834
1790
|
#
|
|
1835
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
1836
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
1837
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
1838
|
-
#
|
|
1839
1791
|
# @option params [String] :account_id
|
|
1840
1792
|
# The Amazon Web Services account ID of the S3 Access Grants instance.
|
|
1841
1793
|
#
|
|
@@ -1876,10 +1828,6 @@ module Aws::S3Control
|
|
|
1876
1828
|
# : You must have the `s3:DeleteAccessGrantsInstance` permission to use
|
|
1877
1829
|
# this operation.
|
|
1878
1830
|
#
|
|
1879
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
1880
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
1881
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
1882
|
-
#
|
|
1883
1831
|
#
|
|
1884
1832
|
#
|
|
1885
1833
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessGrant.html
|
|
@@ -1917,10 +1865,6 @@ module Aws::S3Control
|
|
|
1917
1865
|
# : You must have the `s3:DeleteAccessGrantsInstanceResourcePolicy`
|
|
1918
1866
|
# permission to use this operation.
|
|
1919
1867
|
#
|
|
1920
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
1921
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
1922
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
1923
|
-
#
|
|
1924
1868
|
# @option params [String] :account_id
|
|
1925
1869
|
# The Amazon Web Services account ID of the S3 Access Grants instance.
|
|
1926
1870
|
#
|
|
@@ -1953,10 +1897,6 @@ module Aws::S3Control
|
|
|
1953
1897
|
# : You must have the `s3:DeleteAccessGrantsLocation` permission to use
|
|
1954
1898
|
# this operation.
|
|
1955
1899
|
#
|
|
1956
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
1957
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
1958
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
1959
|
-
#
|
|
1960
1900
|
#
|
|
1961
1901
|
#
|
|
1962
1902
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessGrant.html
|
|
@@ -2007,10 +1947,6 @@ module Aws::S3Control
|
|
|
2007
1947
|
#
|
|
2008
1948
|
# * [ListAccessPoints][4]
|
|
2009
1949
|
#
|
|
2010
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
2011
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
2012
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
2013
|
-
#
|
|
2014
1950
|
#
|
|
2015
1951
|
#
|
|
2016
1952
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html#API_control_DeleteAccessPoint_Examples
|
|
@@ -2071,10 +2007,6 @@ module Aws::S3Control
|
|
|
2071
2007
|
#
|
|
2072
2008
|
# * [ListAccessPointsForObjectLambda][3]
|
|
2073
2009
|
#
|
|
2074
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
2075
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
2076
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
2077
|
-
#
|
|
2078
2010
|
#
|
|
2079
2011
|
#
|
|
2080
2012
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html
|
|
@@ -2124,10 +2056,6 @@ module Aws::S3Control
|
|
|
2124
2056
|
#
|
|
2125
2057
|
# * [GetAccessPointPolicy][3]
|
|
2126
2058
|
#
|
|
2127
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
2128
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
2129
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
2130
|
-
#
|
|
2131
2059
|
#
|
|
2132
2060
|
#
|
|
2133
2061
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicy.html#API_control_DeleteAccessPointPolicy_Examples
|
|
@@ -2184,10 +2112,6 @@ module Aws::S3Control
|
|
|
2184
2112
|
#
|
|
2185
2113
|
# * [PutAccessPointPolicyForObjectLambda][2]
|
|
2186
2114
|
#
|
|
2187
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
2188
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
2189
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
2190
|
-
#
|
|
2191
2115
|
#
|
|
2192
2116
|
#
|
|
2193
2117
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicyForObjectLambda.html
|
|
@@ -2231,10 +2155,6 @@ module Aws::S3Control
|
|
|
2231
2155
|
#
|
|
2232
2156
|
# For information about REST API errors, see [REST error responses][1].
|
|
2233
2157
|
#
|
|
2234
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
2235
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
2236
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
2237
|
-
#
|
|
2238
2158
|
#
|
|
2239
2159
|
#
|
|
2240
2160
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#RESTErrorResponses
|
|
@@ -2372,10 +2292,6 @@ module Aws::S3Control
|
|
|
2372
2292
|
#
|
|
2373
2293
|
# * [GetBucketLifecycleConfiguration][6]
|
|
2374
2294
|
#
|
|
2375
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
2376
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
2377
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
2378
|
-
#
|
|
2379
2295
|
#
|
|
2380
2296
|
#
|
|
2381
2297
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketLifecycle.html
|
|
@@ -2464,10 +2380,6 @@ module Aws::S3Control
|
|
|
2464
2380
|
#
|
|
2465
2381
|
# * [PutBucketPolicy][6]
|
|
2466
2382
|
#
|
|
2467
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
2468
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
2469
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
2470
|
-
#
|
|
2471
2383
|
#
|
|
2472
2384
|
#
|
|
2473
2385
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketPolicy.html
|
|
@@ -2558,10 +2470,6 @@ module Aws::S3Control
|
|
|
2558
2470
|
#
|
|
2559
2471
|
# * [GetBucketReplication][7]
|
|
2560
2472
|
#
|
|
2561
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
2562
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
2563
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
2564
|
-
#
|
|
2565
2473
|
#
|
|
2566
2474
|
#
|
|
2567
2475
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketReplication.html
|
|
@@ -2638,10 +2546,6 @@ module Aws::S3Control
|
|
|
2638
2546
|
#
|
|
2639
2547
|
# * [PutBucketTagging][5]
|
|
2640
2548
|
#
|
|
2641
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
2642
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
2643
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
2644
|
-
#
|
|
2645
2549
|
#
|
|
2646
2550
|
#
|
|
2647
2551
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketTagging.html
|
|
@@ -2705,10 +2609,6 @@ module Aws::S3Control
|
|
|
2705
2609
|
#
|
|
2706
2610
|
# * [PutJobTagging][4]
|
|
2707
2611
|
#
|
|
2708
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
2709
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
2710
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
2711
|
-
#
|
|
2712
2612
|
#
|
|
2713
2613
|
#
|
|
2714
2614
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags
|
|
@@ -2769,10 +2669,6 @@ module Aws::S3Control
|
|
|
2769
2669
|
#
|
|
2770
2670
|
# * [ListMultiRegionAccessPoints][5]
|
|
2771
2671
|
#
|
|
2772
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
2773
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
2774
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
2775
|
-
#
|
|
2776
2672
|
#
|
|
2777
2673
|
#
|
|
2778
2674
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
|
|
@@ -2828,8 +2724,13 @@ module Aws::S3Control
|
|
|
2828
2724
|
# </note>
|
|
2829
2725
|
#
|
|
2830
2726
|
# Removes the `PublicAccessBlock` configuration for an Amazon Web
|
|
2831
|
-
# Services account.
|
|
2832
|
-
#
|
|
2727
|
+
# Services account. This operation might be restricted when the account
|
|
2728
|
+
# is managed by organization-level Block Public Access policies. You’ll
|
|
2729
|
+
# get an Access Denied (403) error when the account is managed by
|
|
2730
|
+
# organization-level Block Public Access policies. Organization-level
|
|
2731
|
+
# policies override account-level settings, preventing direct
|
|
2732
|
+
# account-level modifications. For more information, see [ Using Amazon
|
|
2733
|
+
# S3 block public access][1].
|
|
2833
2734
|
#
|
|
2834
2735
|
# Related actions include:
|
|
2835
2736
|
#
|
|
@@ -2837,10 +2738,6 @@ module Aws::S3Control
|
|
|
2837
2738
|
#
|
|
2838
2739
|
# * [PutPublicAccessBlock][3]
|
|
2839
2740
|
#
|
|
2840
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
2841
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
2842
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
2843
|
-
#
|
|
2844
2741
|
#
|
|
2845
2742
|
#
|
|
2846
2743
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html
|
|
@@ -2883,10 +2780,6 @@ module Aws::S3Control
|
|
|
2883
2780
|
#
|
|
2884
2781
|
# </note>
|
|
2885
2782
|
#
|
|
2886
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
2887
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
2888
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
2889
|
-
#
|
|
2890
2783
|
#
|
|
2891
2784
|
#
|
|
2892
2785
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
|
|
@@ -2932,10 +2825,6 @@ module Aws::S3Control
|
|
|
2932
2825
|
#
|
|
2933
2826
|
# </note>
|
|
2934
2827
|
#
|
|
2935
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
2936
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
2937
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
2938
|
-
#
|
|
2939
2828
|
#
|
|
2940
2829
|
#
|
|
2941
2830
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
|
|
@@ -2975,10 +2864,6 @@ module Aws::S3Control
|
|
|
2975
2864
|
# For information about Storage Lens groups errors, see [List of Amazon
|
|
2976
2865
|
# S3 Storage Lens error codes][2].
|
|
2977
2866
|
#
|
|
2978
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
2979
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
2980
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
2981
|
-
#
|
|
2982
2867
|
#
|
|
2983
2868
|
#
|
|
2984
2869
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions
|
|
@@ -3028,10 +2913,6 @@ module Aws::S3Control
|
|
|
3028
2913
|
#
|
|
3029
2914
|
# * [UpdateJobStatus][5]
|
|
3030
2915
|
#
|
|
3031
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
3032
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
3033
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
3034
|
-
#
|
|
3035
2916
|
#
|
|
3036
2917
|
#
|
|
3037
2918
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html
|
|
@@ -3209,10 +3090,6 @@ module Aws::S3Control
|
|
|
3209
3090
|
#
|
|
3210
3091
|
# * [ListMultiRegionAccessPoints][5]
|
|
3211
3092
|
#
|
|
3212
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
3213
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
3214
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
3215
|
-
#
|
|
3216
3093
|
#
|
|
3217
3094
|
#
|
|
3218
3095
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MrapOperations.html
|
|
@@ -3289,10 +3166,6 @@ module Aws::S3Control
|
|
|
3289
3166
|
# : You must have the `sso:DeleteApplication` permission to use this
|
|
3290
3167
|
# operation.
|
|
3291
3168
|
#
|
|
3292
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
3293
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
3294
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
3295
|
-
#
|
|
3296
3169
|
# @option params [String] :account_id
|
|
3297
3170
|
# The Amazon Web Services account ID of the S3 Access Grants instance.
|
|
3298
3171
|
#
|
|
@@ -3321,10 +3194,6 @@ module Aws::S3Control
|
|
|
3321
3194
|
# : You must have the `s3:GetAccessGrant` permission to use this
|
|
3322
3195
|
# operation.
|
|
3323
3196
|
#
|
|
3324
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
3325
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
3326
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
3327
|
-
#
|
|
3328
3197
|
# @option params [String] :account_id
|
|
3329
3198
|
# The Amazon Web Services account ID of the S3 Access Grants instance.
|
|
3330
3199
|
#
|
|
@@ -3386,10 +3255,6 @@ module Aws::S3Control
|
|
|
3386
3255
|
#
|
|
3387
3256
|
# </note>
|
|
3388
3257
|
#
|
|
3389
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
3390
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
3391
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
3392
|
-
#
|
|
3393
3258
|
# @option params [String] :account_id
|
|
3394
3259
|
# The Amazon Web Services account ID of the S3 Access Grants instance.
|
|
3395
3260
|
#
|
|
@@ -3440,10 +3305,6 @@ module Aws::S3Control
|
|
|
3440
3305
|
# their S3 Access Grants instance:
|
|
3441
3306
|
# `s3:GetAccessGrantsInstanceForPrefix`.
|
|
3442
3307
|
#
|
|
3443
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
3444
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
3445
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
3446
|
-
#
|
|
3447
3308
|
# @option params [String] :account_id
|
|
3448
3309
|
# The ID of the Amazon Web Services account that is making this request.
|
|
3449
3310
|
#
|
|
@@ -3483,10 +3344,6 @@ module Aws::S3Control
|
|
|
3483
3344
|
# : You must have the `s3:GetAccessGrantsInstanceResourcePolicy`
|
|
3484
3345
|
# permission to use this operation.
|
|
3485
3346
|
#
|
|
3486
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
3487
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
3488
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
3489
|
-
#
|
|
3490
3347
|
# @option params [String] :account_id
|
|
3491
3348
|
# The Amazon Web Services account ID of the S3 Access Grants instance.
|
|
3492
3349
|
#
|
|
@@ -3525,10 +3382,6 @@ module Aws::S3Control
|
|
|
3525
3382
|
# : You must have the `s3:GetAccessGrantsLocation` permission to use
|
|
3526
3383
|
# this operation.
|
|
3527
3384
|
#
|
|
3528
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
3529
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
3530
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
3531
|
-
#
|
|
3532
3385
|
# @option params [String] :account_id
|
|
3533
3386
|
# The Amazon Web Services account ID of the S3 Access Grants instance.
|
|
3534
3387
|
#
|
|
@@ -3590,10 +3443,6 @@ module Aws::S3Control
|
|
|
3590
3443
|
#
|
|
3591
3444
|
# * [ListAccessPoints][4]
|
|
3592
3445
|
#
|
|
3593
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
3594
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
3595
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
3596
|
-
#
|
|
3597
3446
|
#
|
|
3598
3447
|
#
|
|
3599
3448
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html#API_control_GetAccessPoint_Examples
|
|
@@ -3685,10 +3534,6 @@ module Aws::S3Control
|
|
|
3685
3534
|
#
|
|
3686
3535
|
# ^
|
|
3687
3536
|
#
|
|
3688
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
3689
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
3690
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
3691
|
-
#
|
|
3692
3537
|
#
|
|
3693
3538
|
#
|
|
3694
3539
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointConfigurationForObjectLambda.html
|
|
@@ -3748,10 +3593,6 @@ module Aws::S3Control
|
|
|
3748
3593
|
#
|
|
3749
3594
|
# * [ListAccessPointsForObjectLambda][3]
|
|
3750
3595
|
#
|
|
3751
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
3752
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
3753
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
3754
|
-
#
|
|
3755
3596
|
#
|
|
3756
3597
|
#
|
|
3757
3598
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html
|
|
@@ -3808,10 +3649,6 @@ module Aws::S3Control
|
|
|
3808
3649
|
#
|
|
3809
3650
|
# * [DeleteAccessPointPolicy][2]
|
|
3810
3651
|
#
|
|
3811
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
3812
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
3813
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
3814
|
-
#
|
|
3815
3652
|
#
|
|
3816
3653
|
#
|
|
3817
3654
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html
|
|
@@ -3873,10 +3710,6 @@ module Aws::S3Control
|
|
|
3873
3710
|
#
|
|
3874
3711
|
# * [PutAccessPointPolicyForObjectLambda][2]
|
|
3875
3712
|
#
|
|
3876
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
3877
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
3878
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
3879
|
-
#
|
|
3880
3713
|
#
|
|
3881
3714
|
#
|
|
3882
3715
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicyForObjectLambda.html
|
|
@@ -3922,10 +3755,6 @@ module Aws::S3Control
|
|
|
3922
3755
|
# through access points, see [Managing Data Access with Amazon S3 access
|
|
3923
3756
|
# points][1] in the *Amazon S3 User Guide*.
|
|
3924
3757
|
#
|
|
3925
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
3926
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
3927
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
3928
|
-
#
|
|
3929
3758
|
#
|
|
3930
3759
|
#
|
|
3931
3760
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html
|
|
@@ -3967,10 +3796,6 @@ module Aws::S3Control
|
|
|
3967
3796
|
# Returns the status of the resource policy associated with an Object
|
|
3968
3797
|
# Lambda Access Point.
|
|
3969
3798
|
#
|
|
3970
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
3971
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
3972
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
3973
|
-
#
|
|
3974
3799
|
# @option params [String] :account_id
|
|
3975
3800
|
# The account ID for the account that owns the specified Object Lambda
|
|
3976
3801
|
# Access Point.
|
|
@@ -4009,10 +3834,6 @@ module Aws::S3Control
|
|
|
4009
3834
|
#
|
|
4010
3835
|
# For information about REST API errors, see [REST error responses][1].
|
|
4011
3836
|
#
|
|
4012
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
4013
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
4014
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
4015
|
-
#
|
|
4016
3837
|
#
|
|
4017
3838
|
#
|
|
4018
3839
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#RESTErrorResponses
|
|
@@ -4083,10 +3904,6 @@ module Aws::S3Control
|
|
|
4083
3904
|
#
|
|
4084
3905
|
# * [DeleteBucket][5]
|
|
4085
3906
|
#
|
|
4086
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
4087
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
4088
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
4089
|
-
#
|
|
4090
3907
|
#
|
|
4091
3908
|
#
|
|
4092
3909
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html
|
|
@@ -4185,10 +4002,6 @@ module Aws::S3Control
|
|
|
4185
4002
|
#
|
|
4186
4003
|
# * [DeleteBucketLifecycleConfiguration][8]
|
|
4187
4004
|
#
|
|
4188
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
4189
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
4190
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
4191
|
-
#
|
|
4192
4005
|
#
|
|
4193
4006
|
#
|
|
4194
4007
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLifecycleConfiguration.html
|
|
@@ -4314,10 +4127,6 @@ module Aws::S3Control
|
|
|
4314
4127
|
#
|
|
4315
4128
|
# * [DeleteBucketPolicy][7]
|
|
4316
4129
|
#
|
|
4317
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
4318
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
4319
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
4320
|
-
#
|
|
4321
4130
|
#
|
|
4322
4131
|
#
|
|
4323
4132
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketPolicy.html
|
|
@@ -4683,10 +4492,6 @@ module Aws::S3Control
|
|
|
4683
4492
|
# `sts:SetContext`, and for IAM users or roles
|
|
4684
4493
|
# `sts:SetSourceIdentity`.
|
|
4685
4494
|
#
|
|
4686
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
4687
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
4688
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
4689
|
-
#
|
|
4690
4495
|
#
|
|
4691
4496
|
#
|
|
4692
4497
|
# [1]: https://docs.aws.amazon.com/STS/latest/APIReference/API_Credentials.html
|
|
@@ -4787,10 +4592,6 @@ module Aws::S3Control
|
|
|
4787
4592
|
#
|
|
4788
4593
|
# * [DeleteJobTagging][4]
|
|
4789
4594
|
#
|
|
4790
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
4791
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
4792
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
4793
|
-
#
|
|
4794
4595
|
#
|
|
4795
4596
|
#
|
|
4796
4597
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags
|
|
@@ -4854,10 +4655,6 @@ module Aws::S3Control
|
|
|
4854
4655
|
#
|
|
4855
4656
|
# * [ListMultiRegionAccessPoints][5]
|
|
4856
4657
|
#
|
|
4857
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
4858
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
4859
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
4860
|
-
#
|
|
4861
4658
|
#
|
|
4862
4659
|
#
|
|
4863
4660
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
|
|
@@ -4936,10 +4733,6 @@ module Aws::S3Control
|
|
|
4936
4733
|
#
|
|
4937
4734
|
# * [PutMultiRegionAccessPointPolicy][3]
|
|
4938
4735
|
#
|
|
4939
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
4940
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
4941
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
4942
|
-
#
|
|
4943
4736
|
#
|
|
4944
4737
|
#
|
|
4945
4738
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
|
|
@@ -5005,10 +4798,6 @@ module Aws::S3Control
|
|
|
5005
4798
|
#
|
|
5006
4799
|
# * [PutMultiRegionAccessPointPolicy][3]
|
|
5007
4800
|
#
|
|
5008
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
5009
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
5010
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
5011
|
-
#
|
|
5012
4801
|
#
|
|
5013
4802
|
#
|
|
5014
4803
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
|
|
@@ -5075,10 +4864,6 @@ module Aws::S3Control
|
|
|
5075
4864
|
#
|
|
5076
4865
|
# * `eu-west-1`
|
|
5077
4866
|
#
|
|
5078
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
5079
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
5080
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
5081
|
-
#
|
|
5082
4867
|
# @option params [String] :account_id
|
|
5083
4868
|
# The Amazon Web Services account ID for the owner of the Multi-Region
|
|
5084
4869
|
# Access Point.
|
|
@@ -5120,8 +4905,9 @@ module Aws::S3Control
|
|
|
5120
4905
|
# </note>
|
|
5121
4906
|
#
|
|
5122
4907
|
# Retrieves the `PublicAccessBlock` configuration for an Amazon Web
|
|
5123
|
-
# Services account.
|
|
5124
|
-
#
|
|
4908
|
+
# Services account. This operation returns the effective account-level
|
|
4909
|
+
# configuration, which may inherit from organization-level policies. For
|
|
4910
|
+
# more information, see [ Using Amazon S3 block public access][1].
|
|
5125
4911
|
#
|
|
5126
4912
|
# Related actions include:
|
|
5127
4913
|
#
|
|
@@ -5129,10 +4915,6 @@ module Aws::S3Control
|
|
|
5129
4915
|
#
|
|
5130
4916
|
# * [PutPublicAccessBlock][3]
|
|
5131
4917
|
#
|
|
5132
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
5133
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
5134
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
5135
|
-
#
|
|
5136
4918
|
#
|
|
5137
4919
|
#
|
|
5138
4920
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html
|
|
@@ -5186,10 +4968,6 @@ module Aws::S3Control
|
|
|
5186
4968
|
#
|
|
5187
4969
|
# </note>
|
|
5188
4970
|
#
|
|
5189
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
5190
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
5191
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
5192
|
-
#
|
|
5193
4971
|
#
|
|
5194
4972
|
#
|
|
5195
4973
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
|
|
@@ -5225,9 +5003,11 @@ module Aws::S3Control
|
|
|
5225
5003
|
# resp.storage_lens_configuration.account_level.bucket_level.advanced_cost_optimization_metrics.is_enabled #=> Boolean
|
|
5226
5004
|
# resp.storage_lens_configuration.account_level.bucket_level.advanced_data_protection_metrics.is_enabled #=> Boolean
|
|
5227
5005
|
# resp.storage_lens_configuration.account_level.bucket_level.detailed_status_codes_metrics.is_enabled #=> Boolean
|
|
5006
|
+
# resp.storage_lens_configuration.account_level.bucket_level.advanced_performance_metrics.is_enabled #=> Boolean
|
|
5228
5007
|
# resp.storage_lens_configuration.account_level.advanced_cost_optimization_metrics.is_enabled #=> Boolean
|
|
5229
5008
|
# resp.storage_lens_configuration.account_level.advanced_data_protection_metrics.is_enabled #=> Boolean
|
|
5230
5009
|
# resp.storage_lens_configuration.account_level.detailed_status_codes_metrics.is_enabled #=> Boolean
|
|
5010
|
+
# resp.storage_lens_configuration.account_level.advanced_performance_metrics.is_enabled #=> Boolean
|
|
5231
5011
|
# resp.storage_lens_configuration.account_level.storage_lens_group_level.selection_criteria.include #=> Array
|
|
5232
5012
|
# resp.storage_lens_configuration.account_level.storage_lens_group_level.selection_criteria.include[0] #=> String
|
|
5233
5013
|
# resp.storage_lens_configuration.account_level.storage_lens_group_level.selection_criteria.exclude #=> Array
|
|
@@ -5247,9 +5027,20 @@ module Aws::S3Control
|
|
|
5247
5027
|
# resp.storage_lens_configuration.data_export.s3_bucket_destination.prefix #=> String
|
|
5248
5028
|
# resp.storage_lens_configuration.data_export.s3_bucket_destination.encryption.ssekms.key_id #=> String
|
|
5249
5029
|
# resp.storage_lens_configuration.data_export.cloud_watch_metrics.is_enabled #=> Boolean
|
|
5030
|
+
# resp.storage_lens_configuration.data_export.storage_lens_table_destination.is_enabled #=> Boolean
|
|
5031
|
+
# resp.storage_lens_configuration.data_export.storage_lens_table_destination.encryption.ssekms.key_id #=> String
|
|
5032
|
+
# resp.storage_lens_configuration.expanded_prefixes_data_export.s3_bucket_destination.format #=> String, one of "CSV", "Parquet"
|
|
5033
|
+
# resp.storage_lens_configuration.expanded_prefixes_data_export.s3_bucket_destination.output_schema_version #=> String, one of "V_1"
|
|
5034
|
+
# resp.storage_lens_configuration.expanded_prefixes_data_export.s3_bucket_destination.account_id #=> String
|
|
5035
|
+
# resp.storage_lens_configuration.expanded_prefixes_data_export.s3_bucket_destination.arn #=> String
|
|
5036
|
+
# resp.storage_lens_configuration.expanded_prefixes_data_export.s3_bucket_destination.prefix #=> String
|
|
5037
|
+
# resp.storage_lens_configuration.expanded_prefixes_data_export.s3_bucket_destination.encryption.ssekms.key_id #=> String
|
|
5038
|
+
# resp.storage_lens_configuration.expanded_prefixes_data_export.storage_lens_table_destination.is_enabled #=> Boolean
|
|
5039
|
+
# resp.storage_lens_configuration.expanded_prefixes_data_export.storage_lens_table_destination.encryption.ssekms.key_id #=> String
|
|
5250
5040
|
# resp.storage_lens_configuration.is_enabled #=> Boolean
|
|
5251
5041
|
# resp.storage_lens_configuration.aws_org.arn #=> String
|
|
5252
5042
|
# resp.storage_lens_configuration.storage_lens_arn #=> String
|
|
5043
|
+
# resp.storage_lens_configuration.prefix_delimiter #=> String
|
|
5253
5044
|
#
|
|
5254
5045
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetStorageLensConfiguration AWS API Documentation
|
|
5255
5046
|
#
|
|
@@ -5276,10 +5067,6 @@ module Aws::S3Control
|
|
|
5276
5067
|
#
|
|
5277
5068
|
# </note>
|
|
5278
5069
|
#
|
|
5279
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
5280
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
5281
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
5282
|
-
#
|
|
5283
5070
|
#
|
|
5284
5071
|
#
|
|
5285
5072
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
|
|
@@ -5327,10 +5114,6 @@ module Aws::S3Control
|
|
|
5327
5114
|
# For information about Storage Lens groups errors, see [List of Amazon
|
|
5328
5115
|
# S3 Storage Lens error codes][2].
|
|
5329
5116
|
#
|
|
5330
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
5331
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
5332
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
5333
|
-
#
|
|
5334
5117
|
#
|
|
5335
5118
|
#
|
|
5336
5119
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions
|
|
@@ -5409,10 +5192,6 @@ module Aws::S3Control
|
|
|
5409
5192
|
# : You must have the `s3:ListAccessGrants` permission to use this
|
|
5410
5193
|
# operation.
|
|
5411
5194
|
#
|
|
5412
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
5413
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
5414
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
5415
|
-
#
|
|
5416
5195
|
# @option params [String] :account_id
|
|
5417
5196
|
# The Amazon Web Services account ID of the S3 Access Grants instance.
|
|
5418
5197
|
#
|
|
@@ -5525,10 +5304,6 @@ module Aws::S3Control
|
|
|
5525
5304
|
# : You must have the `s3:ListAccessGrantsInstances` permission to use
|
|
5526
5305
|
# this operation.
|
|
5527
5306
|
#
|
|
5528
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
5529
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
5530
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
5531
|
-
#
|
|
5532
5307
|
# @option params [String] :account_id
|
|
5533
5308
|
# The Amazon Web Services account ID of the S3 Access Grants instance.
|
|
5534
5309
|
#
|
|
@@ -5586,10 +5361,6 @@ module Aws::S3Control
|
|
|
5586
5361
|
# : You must have the `s3:ListAccessGrantsLocations` permission to use
|
|
5587
5362
|
# this operation.
|
|
5588
5363
|
#
|
|
5589
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
5590
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
5591
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
5592
|
-
#
|
|
5593
5364
|
# @option params [String] :account_id
|
|
5594
5365
|
# The Amazon Web Services account ID of the S3 Access Grants instance.
|
|
5595
5366
|
#
|
|
@@ -5680,10 +5451,6 @@ module Aws::S3Control
|
|
|
5680
5451
|
#
|
|
5681
5452
|
# * [GetAccessPoint][4]
|
|
5682
5453
|
#
|
|
5683
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
5684
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
5685
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
5686
|
-
#
|
|
5687
5454
|
#
|
|
5688
5455
|
#
|
|
5689
5456
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html#API_control_GetAccessPoint_Examples
|
|
@@ -5785,10 +5552,6 @@ module Aws::S3Control
|
|
|
5785
5552
|
#
|
|
5786
5553
|
# For information about REST API errors, see [REST error responses][2].
|
|
5787
5554
|
#
|
|
5788
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
5789
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
5790
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
5791
|
-
#
|
|
5792
5555
|
#
|
|
5793
5556
|
#
|
|
5794
5557
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html
|
|
@@ -5873,10 +5636,6 @@ module Aws::S3Control
|
|
|
5873
5636
|
#
|
|
5874
5637
|
# * [GetAccessPointForObjectLambda][3]
|
|
5875
5638
|
#
|
|
5876
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
5877
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
5878
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
5879
|
-
#
|
|
5880
5639
|
#
|
|
5881
5640
|
#
|
|
5882
5641
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html
|
|
@@ -5952,10 +5711,6 @@ module Aws::S3Control
|
|
|
5952
5711
|
# : You must have the `s3:ListCallerAccessGrants` permission to use this
|
|
5953
5712
|
# operation.
|
|
5954
5713
|
#
|
|
5955
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
5956
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
5957
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
5958
|
-
#
|
|
5959
5714
|
#
|
|
5960
5715
|
#
|
|
5961
5716
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-grants-list-grants.html
|
|
@@ -6042,10 +5797,6 @@ module Aws::S3Control
|
|
|
6042
5797
|
#
|
|
6043
5798
|
# * [UpdateJobStatus][5]
|
|
6044
5799
|
#
|
|
6045
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
6046
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
6047
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
6048
|
-
#
|
|
6049
5800
|
#
|
|
6050
5801
|
#
|
|
6051
5802
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html
|
|
@@ -6139,10 +5890,6 @@ module Aws::S3Control
|
|
|
6139
5890
|
#
|
|
6140
5891
|
# * [GetMultiRegionAccessPoint][5]
|
|
6141
5892
|
#
|
|
6142
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
6143
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
6144
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
6145
|
-
#
|
|
6146
5893
|
#
|
|
6147
5894
|
#
|
|
6148
5895
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
|
|
@@ -6214,10 +5961,6 @@ module Aws::S3Control
|
|
|
6214
5961
|
# uses the S3 on Outposts endpoint hostname prefix and
|
|
6215
5962
|
# `x-amz-outpost-id` in your request, see the [Examples][2] section.
|
|
6216
5963
|
#
|
|
6217
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
6218
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
6219
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
6220
|
-
#
|
|
6221
5964
|
#
|
|
6222
5965
|
#
|
|
6223
5966
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html
|
|
@@ -6288,10 +6031,6 @@ module Aws::S3Control
|
|
|
6288
6031
|
#
|
|
6289
6032
|
# </note>
|
|
6290
6033
|
#
|
|
6291
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
6292
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
6293
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
6294
|
-
#
|
|
6295
6034
|
#
|
|
6296
6035
|
#
|
|
6297
6036
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
|
|
@@ -6345,10 +6084,6 @@ module Aws::S3Control
|
|
|
6345
6084
|
# For information about Storage Lens groups errors, see [List of Amazon
|
|
6346
6085
|
# S3 Storage Lens error codes][2].
|
|
6347
6086
|
#
|
|
6348
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
6349
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
6350
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
6351
|
-
#
|
|
6352
6087
|
#
|
|
6353
6088
|
#
|
|
6354
6089
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions
|
|
@@ -6399,32 +6134,31 @@ module Aws::S3Control
|
|
|
6399
6134
|
# <note markdown="1"> This operation is only supported for the following Amazon S3
|
|
6400
6135
|
# resources:
|
|
6401
6136
|
#
|
|
6402
|
-
# * [
|
|
6137
|
+
# * [General purpose buckets][1]
|
|
6138
|
+
#
|
|
6139
|
+
# * [Access Points for directory buckets][2]
|
|
6403
6140
|
#
|
|
6404
|
-
# * [Access Points for general purpose buckets][
|
|
6141
|
+
# * [Access Points for general purpose buckets][3]
|
|
6405
6142
|
#
|
|
6406
|
-
# * [Directory buckets][
|
|
6143
|
+
# * [Directory buckets][4]
|
|
6407
6144
|
#
|
|
6408
|
-
# * [Storage Lens groups][
|
|
6145
|
+
# * [S3 Storage Lens groups][5]
|
|
6409
6146
|
#
|
|
6410
|
-
# * [S3 Access Grants instances, registered locations, and grants][
|
|
6147
|
+
# * [S3 Access Grants instances, registered locations, and grants][6].
|
|
6411
6148
|
#
|
|
6412
6149
|
# </note>
|
|
6413
6150
|
#
|
|
6414
6151
|
# Permissions
|
|
6415
6152
|
#
|
|
6416
|
-
# : For
|
|
6417
|
-
#
|
|
6418
|
-
#
|
|
6419
|
-
# For more information about the required Storage Lens Groups
|
|
6420
|
-
# permissions, see [Setting account permissions to use S3 Storage Lens
|
|
6421
|
-
# groups][6].
|
|
6153
|
+
# : For general purpose buckets, access points for general purpose
|
|
6154
|
+
# buckets, Storage Lens groups, and S3 Access Grants, you must have
|
|
6155
|
+
# the `s3:ListTagsForResource` permission to use this operation.
|
|
6422
6156
|
#
|
|
6423
6157
|
# Directory bucket permissions
|
|
6424
6158
|
#
|
|
6425
|
-
# : For directory buckets
|
|
6426
|
-
#
|
|
6427
|
-
#
|
|
6159
|
+
# : For directory buckets, you must have the
|
|
6160
|
+
# `s3express:ListTagsForResource` permission to use this operation.
|
|
6161
|
+
# For more information about directory buckets policies and
|
|
6428
6162
|
# permissions, see [Identity and Access Management (IAM) for S3
|
|
6429
6163
|
# Express One Zone][7] in the *Amazon S3 User Guide*.
|
|
6430
6164
|
#
|
|
@@ -6436,18 +6170,14 @@ module Aws::S3Control
|
|
|
6436
6170
|
# For information about S3 Tagging errors, see [List of Amazon S3
|
|
6437
6171
|
# Tagging error codes][8].
|
|
6438
6172
|
#
|
|
6439
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
6440
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
6441
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
6442
6173
|
#
|
|
6443
6174
|
#
|
|
6444
|
-
#
|
|
6445
|
-
# [
|
|
6446
|
-
# [
|
|
6447
|
-
# [
|
|
6448
|
-
# [
|
|
6449
|
-
# [
|
|
6450
|
-
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions
|
|
6175
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging.html
|
|
6176
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-db-tagging.html
|
|
6177
|
+
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-tagging.html
|
|
6178
|
+
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html
|
|
6179
|
+
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-lens-groups.html
|
|
6180
|
+
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-grants-tagging.html
|
|
6451
6181
|
# [7]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-permissions.html
|
|
6452
6182
|
# [8]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#S3TaggingErrorCodeList
|
|
6453
6183
|
#
|
|
@@ -6493,10 +6223,6 @@ module Aws::S3Control
|
|
|
6493
6223
|
# : You must have the `s3:PutAccessGrantsInstanceResourcePolicy`
|
|
6494
6224
|
# permission to use this operation.
|
|
6495
6225
|
#
|
|
6496
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
6497
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
6498
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
6499
|
-
#
|
|
6500
6226
|
# @option params [String] :account_id
|
|
6501
6227
|
# The Amazon Web Services account ID of the S3 Access Grants instance.
|
|
6502
6228
|
#
|
|
@@ -6550,10 +6276,6 @@ module Aws::S3Control
|
|
|
6550
6276
|
#
|
|
6551
6277
|
# ^
|
|
6552
6278
|
#
|
|
6553
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
6554
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
6555
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
6556
|
-
#
|
|
6557
6279
|
#
|
|
6558
6280
|
#
|
|
6559
6281
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointConfigurationForObjectLambda.html
|
|
@@ -6623,10 +6345,6 @@ module Aws::S3Control
|
|
|
6623
6345
|
#
|
|
6624
6346
|
# * [DeleteAccessPointPolicy][3]
|
|
6625
6347
|
#
|
|
6626
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
6627
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
6628
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
6629
|
-
#
|
|
6630
6348
|
#
|
|
6631
6349
|
#
|
|
6632
6350
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html#API_control_PutAccessPointPolicy_Examples
|
|
@@ -6700,10 +6418,6 @@ module Aws::S3Control
|
|
|
6700
6418
|
#
|
|
6701
6419
|
# * [GetAccessPointPolicyForObjectLambda][3]
|
|
6702
6420
|
#
|
|
6703
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
6704
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
6705
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
6706
|
-
#
|
|
6707
6421
|
#
|
|
6708
6422
|
#
|
|
6709
6423
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/olap-create.html#olap-create-cli
|
|
@@ -6753,10 +6467,6 @@ module Aws::S3Control
|
|
|
6753
6467
|
#
|
|
6754
6468
|
# For information about REST API errors, see [REST error responses][1].
|
|
6755
6469
|
#
|
|
6756
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
6757
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
6758
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
6759
|
-
#
|
|
6760
6470
|
#
|
|
6761
6471
|
#
|
|
6762
6472
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#RESTErrorResponses
|
|
@@ -7408,10 +7118,6 @@ module Aws::S3Control
|
|
|
7408
7118
|
#
|
|
7409
7119
|
# * [GetBucketLifecycleConfiguration][7]
|
|
7410
7120
|
#
|
|
7411
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
7412
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
7413
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
7414
|
-
#
|
|
7415
7121
|
#
|
|
7416
7122
|
#
|
|
7417
7123
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketVersioning.html
|
|
@@ -7510,10 +7216,6 @@ module Aws::S3Control
|
|
|
7510
7216
|
#
|
|
7511
7217
|
# * [DeleteJobTagging][4]
|
|
7512
7218
|
#
|
|
7513
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
7514
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
7515
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
7516
|
-
#
|
|
7517
7219
|
#
|
|
7518
7220
|
#
|
|
7519
7221
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html
|
|
@@ -7578,10 +7280,6 @@ module Aws::S3Control
|
|
|
7578
7280
|
#
|
|
7579
7281
|
# * [GetMultiRegionAccessPointPolicyStatus][3]
|
|
7580
7282
|
#
|
|
7581
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
7582
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
7583
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
7584
|
-
#
|
|
7585
7283
|
#
|
|
7586
7284
|
#
|
|
7587
7285
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
|
|
@@ -7636,7 +7334,12 @@ module Aws::S3Control
|
|
|
7636
7334
|
# </note>
|
|
7637
7335
|
#
|
|
7638
7336
|
# Creates or modifies the `PublicAccessBlock` configuration for an
|
|
7639
|
-
# Amazon Web Services account.
|
|
7337
|
+
# Amazon Web Services account. This operation may be restricted when the
|
|
7338
|
+
# account is managed by organization-level Block Public Access policies.
|
|
7339
|
+
# You might get an Access Denied (403) error when the account is managed
|
|
7340
|
+
# by organization-level Block Public Access policies. Organization-level
|
|
7341
|
+
# policies override account-level settings, preventing direct
|
|
7342
|
+
# account-level modifications. For this operation, users must have the
|
|
7640
7343
|
# `s3:PutAccountPublicAccessBlock` permission. For more information, see
|
|
7641
7344
|
# [ Using Amazon S3 block public access][1].
|
|
7642
7345
|
#
|
|
@@ -7646,10 +7349,6 @@ module Aws::S3Control
|
|
|
7646
7349
|
#
|
|
7647
7350
|
# * [DeletePublicAccessBlock][3]
|
|
7648
7351
|
#
|
|
7649
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
7650
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
7651
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
7652
|
-
#
|
|
7653
7352
|
#
|
|
7654
7353
|
#
|
|
7655
7354
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html
|
|
@@ -7704,10 +7403,6 @@ module Aws::S3Control
|
|
|
7704
7403
|
#
|
|
7705
7404
|
# </note>
|
|
7706
7405
|
#
|
|
7707
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
7708
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
7709
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
7710
|
-
#
|
|
7711
7406
|
#
|
|
7712
7407
|
#
|
|
7713
7408
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
|
|
@@ -7766,6 +7461,9 @@ module Aws::S3Control
|
|
|
7766
7461
|
# detailed_status_codes_metrics: {
|
|
7767
7462
|
# is_enabled: false,
|
|
7768
7463
|
# },
|
|
7464
|
+
# advanced_performance_metrics: {
|
|
7465
|
+
# is_enabled: false,
|
|
7466
|
+
# },
|
|
7769
7467
|
# },
|
|
7770
7468
|
# advanced_cost_optimization_metrics: {
|
|
7771
7469
|
# is_enabled: false,
|
|
@@ -7776,6 +7474,9 @@ module Aws::S3Control
|
|
|
7776
7474
|
# detailed_status_codes_metrics: {
|
|
7777
7475
|
# is_enabled: false,
|
|
7778
7476
|
# },
|
|
7477
|
+
# advanced_performance_metrics: {
|
|
7478
|
+
# is_enabled: false,
|
|
7479
|
+
# },
|
|
7779
7480
|
# storage_lens_group_level: {
|
|
7780
7481
|
# selection_criteria: {
|
|
7781
7482
|
# include: ["StorageLensGroupArn"],
|
|
@@ -7809,12 +7510,49 @@ module Aws::S3Control
|
|
|
7809
7510
|
# cloud_watch_metrics: {
|
|
7810
7511
|
# is_enabled: false, # required
|
|
7811
7512
|
# },
|
|
7513
|
+
# storage_lens_table_destination: {
|
|
7514
|
+
# is_enabled: false, # required
|
|
7515
|
+
# encryption: {
|
|
7516
|
+
# sses3: {
|
|
7517
|
+
# },
|
|
7518
|
+
# ssekms: {
|
|
7519
|
+
# key_id: "SSEKMSKeyId", # required
|
|
7520
|
+
# },
|
|
7521
|
+
# },
|
|
7522
|
+
# },
|
|
7523
|
+
# },
|
|
7524
|
+
# expanded_prefixes_data_export: {
|
|
7525
|
+
# s3_bucket_destination: {
|
|
7526
|
+
# format: "CSV", # required, accepts CSV, Parquet
|
|
7527
|
+
# output_schema_version: "V_1", # required, accepts V_1
|
|
7528
|
+
# account_id: "AccountId", # required
|
|
7529
|
+
# arn: "S3BucketArnString", # required
|
|
7530
|
+
# prefix: "Prefix",
|
|
7531
|
+
# encryption: {
|
|
7532
|
+
# sses3: {
|
|
7533
|
+
# },
|
|
7534
|
+
# ssekms: {
|
|
7535
|
+
# key_id: "SSEKMSKeyId", # required
|
|
7536
|
+
# },
|
|
7537
|
+
# },
|
|
7538
|
+
# },
|
|
7539
|
+
# storage_lens_table_destination: {
|
|
7540
|
+
# is_enabled: false, # required
|
|
7541
|
+
# encryption: {
|
|
7542
|
+
# sses3: {
|
|
7543
|
+
# },
|
|
7544
|
+
# ssekms: {
|
|
7545
|
+
# key_id: "SSEKMSKeyId", # required
|
|
7546
|
+
# },
|
|
7547
|
+
# },
|
|
7548
|
+
# },
|
|
7812
7549
|
# },
|
|
7813
7550
|
# is_enabled: false, # required
|
|
7814
7551
|
# aws_org: {
|
|
7815
7552
|
# arn: "AwsOrgArn", # required
|
|
7816
7553
|
# },
|
|
7817
7554
|
# storage_lens_arn: "StorageLensArn",
|
|
7555
|
+
# prefix_delimiter: "StorageLensPrefixLevelDelimiter",
|
|
7818
7556
|
# },
|
|
7819
7557
|
# tags: [
|
|
7820
7558
|
# {
|
|
@@ -7849,10 +7587,6 @@ module Aws::S3Control
|
|
|
7849
7587
|
#
|
|
7850
7588
|
# </note>
|
|
7851
7589
|
#
|
|
7852
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
7853
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
7854
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
7855
|
-
#
|
|
7856
7590
|
#
|
|
7857
7591
|
#
|
|
7858
7592
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
|
|
@@ -7932,10 +7666,6 @@ module Aws::S3Control
|
|
|
7932
7666
|
#
|
|
7933
7667
|
# * `eu-west-1`
|
|
7934
7668
|
#
|
|
7935
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
7936
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
7937
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
7938
|
-
#
|
|
7939
7669
|
# @option params [String] :account_id
|
|
7940
7670
|
# The Amazon Web Services account ID for the owner of the Multi-Region
|
|
7941
7671
|
# Access Point.
|
|
@@ -7981,44 +7711,33 @@ module Aws::S3Control
|
|
|
7981
7711
|
#
|
|
7982
7712
|
# <note markdown="1"> This operation is only supported for the following Amazon S3 resource:
|
|
7983
7713
|
#
|
|
7984
|
-
# * [
|
|
7985
|
-
#
|
|
7986
|
-
# * [Access Points for general purpose buckets][2]
|
|
7714
|
+
# * [General purpose buckets][1]
|
|
7987
7715
|
#
|
|
7988
|
-
# * [
|
|
7716
|
+
# * [Access Points for directory buckets][2]
|
|
7989
7717
|
#
|
|
7990
|
-
# * [
|
|
7718
|
+
# * [Access Points for general purpose buckets][3]
|
|
7991
7719
|
#
|
|
7992
|
-
# * [
|
|
7720
|
+
# * [Directory buckets][4]
|
|
7993
7721
|
#
|
|
7994
|
-
#
|
|
7995
|
-
#
|
|
7996
|
-
# <note markdown="1"> This operation is only supported for the following Amazon S3 resource:
|
|
7997
|
-
#
|
|
7998
|
-
# * [Directory buckets][3]
|
|
7999
|
-
#
|
|
8000
|
-
# * [S3 Storage Lens groups][4]
|
|
7722
|
+
# * [S3 Storage Lens groups][5]
|
|
8001
7723
|
#
|
|
8002
|
-
# * [S3 Access Grants instances, registered locations, or grants][
|
|
7724
|
+
# * [S3 Access Grants instances, registered locations, or grants][6].
|
|
8003
7725
|
#
|
|
8004
7726
|
# </note>
|
|
8005
7727
|
#
|
|
8006
7728
|
# Permissions
|
|
8007
7729
|
#
|
|
8008
|
-
# : For
|
|
8009
|
-
#
|
|
8010
|
-
#
|
|
8011
|
-
# For more information about the required Storage Lens Groups
|
|
8012
|
-
# permissions, see [Setting account permissions to use S3 Storage Lens
|
|
8013
|
-
# groups][6].
|
|
7730
|
+
# : For general purpose buckets, access points for general purpose
|
|
7731
|
+
# buckets, Storage Lens groups, and S3 Access Grants, you must have
|
|
7732
|
+
# the `s3:TagResource` permission to use this operation.
|
|
8014
7733
|
#
|
|
8015
7734
|
# Directory bucket permissions
|
|
8016
7735
|
#
|
|
8017
|
-
# : For directory buckets
|
|
8018
|
-
#
|
|
8019
|
-
#
|
|
8020
|
-
#
|
|
8021
|
-
#
|
|
7736
|
+
# : For directory buckets, you must have the `s3express:TagResource`
|
|
7737
|
+
# permission to use this operation. For more information about
|
|
7738
|
+
# directory buckets policies and permissions, see [Identity and Access
|
|
7739
|
+
# Management (IAM) for S3 Express One Zone][7] in the *Amazon S3 User
|
|
7740
|
+
# Guide*.
|
|
8022
7741
|
#
|
|
8023
7742
|
# HTTP Host header syntax
|
|
8024
7743
|
#
|
|
@@ -8028,18 +7747,14 @@ module Aws::S3Control
|
|
|
8028
7747
|
# For information about S3 Tagging errors, see [List of Amazon S3
|
|
8029
7748
|
# Tagging error codes][8].
|
|
8030
7749
|
#
|
|
8031
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
8032
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
8033
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
8034
|
-
#
|
|
8035
7750
|
#
|
|
8036
7751
|
#
|
|
8037
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
8038
|
-
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-tagging.html
|
|
8039
|
-
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
8040
|
-
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
8041
|
-
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
8042
|
-
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
7752
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging.html
|
|
7753
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-db-tagging.html
|
|
7754
|
+
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-tagging.html
|
|
7755
|
+
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html
|
|
7756
|
+
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-lens-groups.html
|
|
7757
|
+
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-grants-tagging.html
|
|
8043
7758
|
# [7]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-permissions.html
|
|
8044
7759
|
# [8]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#S3TaggingErrorCodeList
|
|
8045
7760
|
#
|
|
@@ -8087,34 +7802,33 @@ module Aws::S3Control
|
|
|
8087
7802
|
# <note markdown="1"> This operation is only supported for the following Amazon S3
|
|
8088
7803
|
# resources:
|
|
8089
7804
|
#
|
|
8090
|
-
# * [
|
|
7805
|
+
# * [General purpose buckets][1]
|
|
8091
7806
|
#
|
|
8092
|
-
# * [Access Points for
|
|
7807
|
+
# * [Access Points for directory buckets][2]
|
|
8093
7808
|
#
|
|
8094
|
-
# * [
|
|
7809
|
+
# * [Access Points for general purpose buckets][3]
|
|
8095
7810
|
#
|
|
8096
|
-
# * [
|
|
7811
|
+
# * [Directory buckets][4]
|
|
8097
7812
|
#
|
|
8098
|
-
# * [S3
|
|
7813
|
+
# * [S3 Storage Lens groups][5]
|
|
7814
|
+
#
|
|
7815
|
+
# * [S3 Access Grants instances, registered locations, and grants][6].
|
|
8099
7816
|
#
|
|
8100
7817
|
# </note>
|
|
8101
7818
|
#
|
|
8102
7819
|
# Permissions
|
|
8103
7820
|
#
|
|
8104
|
-
# : For
|
|
8105
|
-
#
|
|
8106
|
-
#
|
|
8107
|
-
# For more information about the required Storage Lens Groups
|
|
8108
|
-
# permissions, see [Setting account permissions to use S3 Storage Lens
|
|
8109
|
-
# groups][6].
|
|
7821
|
+
# : For general purpose buckets, access points for general purpose
|
|
7822
|
+
# buckets, Storage Lens groups, and S3 Access Grants, you must have
|
|
7823
|
+
# the `s3:UntagResource` permission to use this operation.
|
|
8110
7824
|
#
|
|
8111
7825
|
# Directory bucket permissions
|
|
8112
7826
|
#
|
|
8113
|
-
# : For directory buckets
|
|
8114
|
-
#
|
|
8115
|
-
#
|
|
8116
|
-
#
|
|
8117
|
-
#
|
|
7827
|
+
# : For directory buckets, you must have the `s3express:UntagResource`
|
|
7828
|
+
# permission to use this operation. For more information about
|
|
7829
|
+
# directory buckets policies and permissions, see [Identity and Access
|
|
7830
|
+
# Management (IAM) for S3 Express One Zone][7] in the *Amazon S3 User
|
|
7831
|
+
# Guide*.
|
|
8118
7832
|
#
|
|
8119
7833
|
# HTTP Host header syntax
|
|
8120
7834
|
#
|
|
@@ -8124,18 +7838,14 @@ module Aws::S3Control
|
|
|
8124
7838
|
# For information about S3 Tagging errors, see [List of Amazon S3
|
|
8125
7839
|
# Tagging error codes][8].
|
|
8126
7840
|
#
|
|
8127
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
8128
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
8129
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
8130
|
-
#
|
|
8131
7841
|
#
|
|
8132
7842
|
#
|
|
8133
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
8134
|
-
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-tagging.html
|
|
8135
|
-
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
8136
|
-
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
8137
|
-
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
8138
|
-
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
7843
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging.html
|
|
7844
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-db-tagging.html
|
|
7845
|
+
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-tagging.html
|
|
7846
|
+
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html
|
|
7847
|
+
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-lens-groups.html
|
|
7848
|
+
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-grants-tagging.html
|
|
8139
7849
|
# [7]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-permissions.html
|
|
8140
7850
|
# [8]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#S3TaggingErrorCodeList
|
|
8141
7851
|
#
|
|
@@ -8184,10 +7894,6 @@ module Aws::S3Control
|
|
|
8184
7894
|
#
|
|
8185
7895
|
# : You must also have the following permission: `iam:PassRole`
|
|
8186
7896
|
#
|
|
8187
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
8188
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
8189
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
8190
|
-
#
|
|
8191
7897
|
# @option params [String] :account_id
|
|
8192
7898
|
# The Amazon Web Services account ID of the S3 Access Grants instance.
|
|
8193
7899
|
#
|
|
@@ -8263,10 +7969,6 @@ module Aws::S3Control
|
|
|
8263
7969
|
#
|
|
8264
7970
|
# * [UpdateJobStatus][5]
|
|
8265
7971
|
#
|
|
8266
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
8267
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
8268
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
8269
|
-
#
|
|
8270
7972
|
#
|
|
8271
7973
|
#
|
|
8272
7974
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html
|
|
@@ -8332,10 +8034,6 @@ module Aws::S3Control
|
|
|
8332
8034
|
#
|
|
8333
8035
|
# * [UpdateJobStatus][5]
|
|
8334
8036
|
#
|
|
8335
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
8336
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
8337
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
8338
|
-
#
|
|
8339
8037
|
#
|
|
8340
8038
|
#
|
|
8341
8039
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html
|
|
@@ -8398,10 +8096,6 @@ module Aws::S3Control
|
|
|
8398
8096
|
# For information about Storage Lens groups errors, see [List of Amazon
|
|
8399
8097
|
# S3 Storage Lens error codes][2].
|
|
8400
8098
|
#
|
|
8401
|
-
# You must URL encode any signed header values that contain spaces. For
|
|
8402
|
-
# example, if your header value is `my file.txt`, containing two spaces
|
|
8403
|
-
# after `my`, you must URL encode this value to `my%20%20file.txt`.
|
|
8404
|
-
#
|
|
8405
8099
|
#
|
|
8406
8100
|
#
|
|
8407
8101
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions
|
|
@@ -8510,7 +8204,7 @@ module Aws::S3Control
|
|
|
8510
8204
|
tracer: tracer
|
|
8511
8205
|
)
|
|
8512
8206
|
context[:gem_name] = 'aws-sdk-s3control'
|
|
8513
|
-
context[:gem_version] = '1.
|
|
8207
|
+
context[:gem_version] = '1.122.0'
|
|
8514
8208
|
Seahorse::Client::Request.new(handlers, context)
|
|
8515
8209
|
end
|
|
8516
8210
|
|