aws-sdk-s3control 1.115.0 → 1.116.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.
@@ -506,6 +506,10 @@ 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
+ #
509
513
  # @option params [String] :account_id
510
514
  # The Amazon Web Services account ID of the S3 Access Grants instance.
511
515
  #
@@ -561,6 +565,10 @@ module Aws::S3Control
561
565
  #
562
566
  # For directory groups - `identitystore:DescribeGroup`
563
567
  #
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
+ #
564
572
  #
565
573
  #
566
574
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessGrantsInstance.html
@@ -693,6 +701,10 @@ module Aws::S3Control
693
701
  # `sso:CreateApplication`, `sso:PutApplicationGrant`, and
694
702
  # `sso:PutApplicationAuthenticationMethod` permissions.
695
703
  #
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
+ #
696
708
  # @option params [String] :account_id
697
709
  # The Amazon Web Services account ID of the S3 Access Grants instance.
698
710
  #
@@ -782,6 +794,10 @@ module Aws::S3Control
782
794
  # : You must also have the following permission for the specified IAM
783
795
  # role: `iam:PassRole`
784
796
  #
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
+ #
785
801
  #
786
802
  #
787
803
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-grants-location.html
@@ -888,6 +904,10 @@ module Aws::S3Control
888
904
  #
889
905
  # * [ListAccessPointsForDirectoryBuckets][9]
890
906
  #
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
+ #
891
911
  #
892
912
  #
893
913
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html
@@ -979,6 +999,14 @@ module Aws::S3Control
979
999
  # S3][1]. For information about tagging access points, see [Using tags
980
1000
  # for attribute-based access control (ABAC)][2].
981
1001
  #
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
+ #
982
1010
  #
983
1011
  #
984
1012
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/tagging.html
@@ -1048,6 +1076,10 @@ module Aws::S3Control
1048
1076
  #
1049
1077
  # * [ListAccessPointsForObjectLambda][4]
1050
1078
  #
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
+ #
1051
1083
  #
1052
1084
  #
1053
1085
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html
@@ -1293,6 +1325,10 @@ module Aws::S3Control
1293
1325
  #
1294
1326
  # * [JobOperation][7]
1295
1327
  #
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
+ #
1296
1332
  #
1297
1333
  #
1298
1334
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html
@@ -1470,6 +1506,10 @@ module Aws::S3Control
1470
1506
  # },
1471
1507
  # s3_replicate_object: {
1472
1508
  # },
1509
+ # s3_compute_object_checksum: {
1510
+ # checksum_algorithm: "CRC32", # accepts CRC32, CRC32C, CRC64NVME, MD5, SHA1, SHA256
1511
+ # checksum_type: "FULL_OBJECT", # accepts FULL_OBJECT, COMPOSITE
1512
+ # },
1473
1513
  # },
1474
1514
  # report: { # required
1475
1515
  # bucket: "S3BucketArnString",
@@ -1477,6 +1517,7 @@ module Aws::S3Control
1477
1517
  # enabled: false, # required
1478
1518
  # prefix: "ReportPrefixString",
1479
1519
  # report_scope: "AllTasks", # accepts AllTasks, FailedTasksOnly
1520
+ # expected_bucket_owner: "AccountId",
1480
1521
  # },
1481
1522
  # client_request_token: "NonEmptyMaxLength64String", # required
1482
1523
  # manifest: {
@@ -1577,6 +1618,10 @@ module Aws::S3Control
1577
1618
  #
1578
1619
  # * [ListMultiRegionAccessPoints][6]
1579
1620
  #
1621
+ # You must URL encode any signed header values that contain spaces. For
1622
+ # example, if your header value is `my file.txt`, containing two spaces
1623
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
1624
+ #
1580
1625
  #
1581
1626
  #
1582
1627
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html
@@ -1659,6 +1704,10 @@ module Aws::S3Control
1659
1704
  # For information about Storage Lens groups errors, see [List of Amazon
1660
1705
  # S3 Storage Lens error codes][3].
1661
1706
  #
1707
+ # You must URL encode any signed header values that contain spaces. For
1708
+ # example, if your header value is `my file.txt`, containing two spaces
1709
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
1710
+ #
1662
1711
  #
1663
1712
  #
1664
1713
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-lens-groups-overview.html
@@ -1766,6 +1815,10 @@ module Aws::S3Control
1766
1815
  # : You must have the `s3:DeleteAccessGrant` permission to use this
1767
1816
  # operation.
1768
1817
  #
1818
+ # You must URL encode any signed header values that contain spaces. For
1819
+ # example, if your header value is `my file.txt`, containing two spaces
1820
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
1821
+ #
1769
1822
  # @option params [String] :account_id
1770
1823
  # The Amazon Web Services account ID of the S3 Access Grants instance.
1771
1824
  #
@@ -1806,6 +1859,10 @@ module Aws::S3Control
1806
1859
  # : You must have the `s3:DeleteAccessGrantsInstance` permission to use
1807
1860
  # this operation.
1808
1861
  #
1862
+ # You must URL encode any signed header values that contain spaces. For
1863
+ # example, if your header value is `my file.txt`, containing two spaces
1864
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
1865
+ #
1809
1866
  #
1810
1867
  #
1811
1868
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessGrant.html
@@ -1843,6 +1900,10 @@ module Aws::S3Control
1843
1900
  # : You must have the `s3:DeleteAccessGrantsInstanceResourcePolicy`
1844
1901
  # permission to use this operation.
1845
1902
  #
1903
+ # You must URL encode any signed header values that contain spaces. For
1904
+ # example, if your header value is `my file.txt`, containing two spaces
1905
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
1906
+ #
1846
1907
  # @option params [String] :account_id
1847
1908
  # The Amazon Web Services account ID of the S3 Access Grants instance.
1848
1909
  #
@@ -1875,6 +1936,10 @@ module Aws::S3Control
1875
1936
  # : You must have the `s3:DeleteAccessGrantsLocation` permission to use
1876
1937
  # this operation.
1877
1938
  #
1939
+ # You must URL encode any signed header values that contain spaces. For
1940
+ # example, if your header value is `my file.txt`, containing two spaces
1941
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
1942
+ #
1878
1943
  #
1879
1944
  #
1880
1945
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessGrant.html
@@ -1925,6 +1990,10 @@ module Aws::S3Control
1925
1990
  #
1926
1991
  # * [ListAccessPoints][4]
1927
1992
  #
1993
+ # You must URL encode any signed header values that contain spaces. For
1994
+ # example, if your header value is `my file.txt`, containing two spaces
1995
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
1996
+ #
1928
1997
  #
1929
1998
  #
1930
1999
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html#API_control_DeleteAccessPoint_Examples
@@ -1985,6 +2054,10 @@ module Aws::S3Control
1985
2054
  #
1986
2055
  # * [ListAccessPointsForObjectLambda][3]
1987
2056
  #
2057
+ # You must URL encode any signed header values that contain spaces. For
2058
+ # example, if your header value is `my file.txt`, containing two spaces
2059
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
2060
+ #
1988
2061
  #
1989
2062
  #
1990
2063
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html
@@ -2034,6 +2107,10 @@ module Aws::S3Control
2034
2107
  #
2035
2108
  # * [GetAccessPointPolicy][3]
2036
2109
  #
2110
+ # You must URL encode any signed header values that contain spaces. For
2111
+ # example, if your header value is `my file.txt`, containing two spaces
2112
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
2113
+ #
2037
2114
  #
2038
2115
  #
2039
2116
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicy.html#API_control_DeleteAccessPointPolicy_Examples
@@ -2090,6 +2167,10 @@ module Aws::S3Control
2090
2167
  #
2091
2168
  # * [PutAccessPointPolicyForObjectLambda][2]
2092
2169
  #
2170
+ # You must URL encode any signed header values that contain spaces. For
2171
+ # example, if your header value is `my file.txt`, containing two spaces
2172
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
2173
+ #
2093
2174
  #
2094
2175
  #
2095
2176
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicyForObjectLambda.html
@@ -2133,6 +2214,10 @@ module Aws::S3Control
2133
2214
  #
2134
2215
  # For information about REST API errors, see [REST error responses][1].
2135
2216
  #
2217
+ # You must URL encode any signed header values that contain spaces. For
2218
+ # example, if your header value is `my file.txt`, containing two spaces
2219
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
2220
+ #
2136
2221
  #
2137
2222
  #
2138
2223
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#RESTErrorResponses
@@ -2270,6 +2355,10 @@ module Aws::S3Control
2270
2355
  #
2271
2356
  # * [GetBucketLifecycleConfiguration][6]
2272
2357
  #
2358
+ # You must URL encode any signed header values that contain spaces. For
2359
+ # example, if your header value is `my file.txt`, containing two spaces
2360
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
2361
+ #
2273
2362
  #
2274
2363
  #
2275
2364
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketLifecycle.html
@@ -2358,6 +2447,10 @@ module Aws::S3Control
2358
2447
  #
2359
2448
  # * [PutBucketPolicy][6]
2360
2449
  #
2450
+ # You must URL encode any signed header values that contain spaces. For
2451
+ # example, if your header value is `my file.txt`, containing two spaces
2452
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
2453
+ #
2361
2454
  #
2362
2455
  #
2363
2456
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketPolicy.html
@@ -2448,6 +2541,10 @@ module Aws::S3Control
2448
2541
  #
2449
2542
  # * [GetBucketReplication][7]
2450
2543
  #
2544
+ # You must URL encode any signed header values that contain spaces. For
2545
+ # example, if your header value is `my file.txt`, containing two spaces
2546
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
2547
+ #
2451
2548
  #
2452
2549
  #
2453
2550
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketReplication.html
@@ -2524,6 +2621,10 @@ module Aws::S3Control
2524
2621
  #
2525
2622
  # * [PutBucketTagging][5]
2526
2623
  #
2624
+ # You must URL encode any signed header values that contain spaces. For
2625
+ # example, if your header value is `my file.txt`, containing two spaces
2626
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
2627
+ #
2527
2628
  #
2528
2629
  #
2529
2630
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketTagging.html
@@ -2587,6 +2688,10 @@ module Aws::S3Control
2587
2688
  #
2588
2689
  # * [PutJobTagging][4]
2589
2690
  #
2691
+ # You must URL encode any signed header values that contain spaces. For
2692
+ # example, if your header value is `my file.txt`, containing two spaces
2693
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
2694
+ #
2590
2695
  #
2591
2696
  #
2592
2697
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags
@@ -2647,6 +2752,10 @@ module Aws::S3Control
2647
2752
  #
2648
2753
  # * [ListMultiRegionAccessPoints][5]
2649
2754
  #
2755
+ # You must URL encode any signed header values that contain spaces. For
2756
+ # example, if your header value is `my file.txt`, containing two spaces
2757
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
2758
+ #
2650
2759
  #
2651
2760
  #
2652
2761
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
@@ -2711,6 +2820,10 @@ module Aws::S3Control
2711
2820
  #
2712
2821
  # * [PutPublicAccessBlock][3]
2713
2822
  #
2823
+ # You must URL encode any signed header values that contain spaces. For
2824
+ # example, if your header value is `my file.txt`, containing two spaces
2825
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
2826
+ #
2714
2827
  #
2715
2828
  #
2716
2829
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html
@@ -2753,6 +2866,10 @@ module Aws::S3Control
2753
2866
  #
2754
2867
  # </note>
2755
2868
  #
2869
+ # You must URL encode any signed header values that contain spaces. For
2870
+ # example, if your header value is `my file.txt`, containing two spaces
2871
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
2872
+ #
2756
2873
  #
2757
2874
  #
2758
2875
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
@@ -2798,6 +2915,10 @@ module Aws::S3Control
2798
2915
  #
2799
2916
  # </note>
2800
2917
  #
2918
+ # You must URL encode any signed header values that contain spaces. For
2919
+ # example, if your header value is `my file.txt`, containing two spaces
2920
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
2921
+ #
2801
2922
  #
2802
2923
  #
2803
2924
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
@@ -2837,6 +2958,10 @@ module Aws::S3Control
2837
2958
  # For information about Storage Lens groups errors, see [List of Amazon
2838
2959
  # S3 Storage Lens error codes][2].
2839
2960
  #
2961
+ # You must URL encode any signed header values that contain spaces. For
2962
+ # example, if your header value is `my file.txt`, containing two spaces
2963
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
2964
+ #
2840
2965
  #
2841
2966
  #
2842
2967
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions
@@ -2886,6 +3011,10 @@ module Aws::S3Control
2886
3011
  #
2887
3012
  # * [UpdateJobStatus][5]
2888
3013
  #
3014
+ # You must URL encode any signed header values that contain spaces. For
3015
+ # example, if your header value is `my file.txt`, containing two spaces
3016
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
3017
+ #
2889
3018
  #
2890
3019
  #
2891
3020
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html
@@ -2981,6 +3110,8 @@ module Aws::S3Control
2981
3110
  # resp.job.operation.s3_put_object_retention.bypass_governance_retention #=> Boolean
2982
3111
  # resp.job.operation.s3_put_object_retention.retention.retain_until_date #=> Time
2983
3112
  # resp.job.operation.s3_put_object_retention.retention.mode #=> String, one of "COMPLIANCE", "GOVERNANCE"
3113
+ # resp.job.operation.s3_compute_object_checksum.checksum_algorithm #=> String, one of "CRC32", "CRC32C", "CRC64NVME", "MD5", "SHA1", "SHA256"
3114
+ # resp.job.operation.s3_compute_object_checksum.checksum_type #=> String, one of "FULL_OBJECT", "COMPOSITE"
2984
3115
  # resp.job.priority #=> Integer
2985
3116
  # resp.job.progress_summary.total_number_of_tasks #=> Integer
2986
3117
  # resp.job.progress_summary.number_of_tasks_succeeded #=> Integer
@@ -2995,6 +3126,7 @@ module Aws::S3Control
2995
3126
  # resp.job.report.enabled #=> Boolean
2996
3127
  # resp.job.report.prefix #=> String
2997
3128
  # resp.job.report.report_scope #=> String, one of "AllTasks", "FailedTasksOnly"
3129
+ # resp.job.report.expected_bucket_owner #=> String
2998
3130
  # resp.job.creation_time #=> Time
2999
3131
  # resp.job.termination_date #=> Time
3000
3132
  # resp.job.role_arn #=> String
@@ -3056,6 +3188,10 @@ module Aws::S3Control
3056
3188
  #
3057
3189
  # * [ListMultiRegionAccessPoints][5]
3058
3190
  #
3191
+ # You must URL encode any signed header values that contain spaces. For
3192
+ # example, if your header value is `my file.txt`, containing two spaces
3193
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
3194
+ #
3059
3195
  #
3060
3196
  #
3061
3197
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MrapOperations.html
@@ -3132,6 +3268,10 @@ module Aws::S3Control
3132
3268
  # : You must have the `sso:DeleteApplication` permission to use this
3133
3269
  # operation.
3134
3270
  #
3271
+ # You must URL encode any signed header values that contain spaces. For
3272
+ # example, if your header value is `my file.txt`, containing two spaces
3273
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
3274
+ #
3135
3275
  # @option params [String] :account_id
3136
3276
  # The Amazon Web Services account ID of the S3 Access Grants instance.
3137
3277
  #
@@ -3160,6 +3300,10 @@ module Aws::S3Control
3160
3300
  # : You must have the `s3:GetAccessGrant` permission to use this
3161
3301
  # operation.
3162
3302
  #
3303
+ # You must URL encode any signed header values that contain spaces. For
3304
+ # example, if your header value is `my file.txt`, containing two spaces
3305
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
3306
+ #
3163
3307
  # @option params [String] :account_id
3164
3308
  # The Amazon Web Services account ID of the S3 Access Grants instance.
3165
3309
  #
@@ -3221,6 +3365,10 @@ module Aws::S3Control
3221
3365
  #
3222
3366
  # </note>
3223
3367
  #
3368
+ # You must URL encode any signed header values that contain spaces. For
3369
+ # example, if your header value is `my file.txt`, containing two spaces
3370
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
3371
+ #
3224
3372
  # @option params [String] :account_id
3225
3373
  # The Amazon Web Services account ID of the S3 Access Grants instance.
3226
3374
  #
@@ -3271,6 +3419,10 @@ module Aws::S3Control
3271
3419
  # their S3 Access Grants instance:
3272
3420
  # `s3:GetAccessGrantsInstanceForPrefix`.
3273
3421
  #
3422
+ # You must URL encode any signed header values that contain spaces. For
3423
+ # example, if your header value is `my file.txt`, containing two spaces
3424
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
3425
+ #
3274
3426
  # @option params [String] :account_id
3275
3427
  # The ID of the Amazon Web Services account that is making this request.
3276
3428
  #
@@ -3310,6 +3462,10 @@ module Aws::S3Control
3310
3462
  # : You must have the `s3:GetAccessGrantsInstanceResourcePolicy`
3311
3463
  # permission to use this operation.
3312
3464
  #
3465
+ # You must URL encode any signed header values that contain spaces. For
3466
+ # example, if your header value is `my file.txt`, containing two spaces
3467
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
3468
+ #
3313
3469
  # @option params [String] :account_id
3314
3470
  # The Amazon Web Services account ID of the S3 Access Grants instance.
3315
3471
  #
@@ -3348,6 +3504,10 @@ module Aws::S3Control
3348
3504
  # : You must have the `s3:GetAccessGrantsLocation` permission to use
3349
3505
  # this operation.
3350
3506
  #
3507
+ # You must URL encode any signed header values that contain spaces. For
3508
+ # example, if your header value is `my file.txt`, containing two spaces
3509
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
3510
+ #
3351
3511
  # @option params [String] :account_id
3352
3512
  # The Amazon Web Services account ID of the S3 Access Grants instance.
3353
3513
  #
@@ -3409,6 +3569,10 @@ module Aws::S3Control
3409
3569
  #
3410
3570
  # * [ListAccessPoints][4]
3411
3571
  #
3572
+ # You must URL encode any signed header values that contain spaces. For
3573
+ # example, if your header value is `my file.txt`, containing two spaces
3574
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
3575
+ #
3412
3576
  #
3413
3577
  #
3414
3578
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html#API_control_GetAccessPoint_Examples
@@ -3500,6 +3664,10 @@ module Aws::S3Control
3500
3664
  #
3501
3665
  # ^
3502
3666
  #
3667
+ # You must URL encode any signed header values that contain spaces. For
3668
+ # example, if your header value is `my file.txt`, containing two spaces
3669
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
3670
+ #
3503
3671
  #
3504
3672
  #
3505
3673
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointConfigurationForObjectLambda.html
@@ -3559,6 +3727,10 @@ module Aws::S3Control
3559
3727
  #
3560
3728
  # * [ListAccessPointsForObjectLambda][3]
3561
3729
  #
3730
+ # You must URL encode any signed header values that contain spaces. For
3731
+ # example, if your header value is `my file.txt`, containing two spaces
3732
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
3733
+ #
3562
3734
  #
3563
3735
  #
3564
3736
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html
@@ -3615,6 +3787,10 @@ module Aws::S3Control
3615
3787
  #
3616
3788
  # * [DeleteAccessPointPolicy][2]
3617
3789
  #
3790
+ # You must URL encode any signed header values that contain spaces. For
3791
+ # example, if your header value is `my file.txt`, containing two spaces
3792
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
3793
+ #
3618
3794
  #
3619
3795
  #
3620
3796
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html
@@ -3676,6 +3852,10 @@ module Aws::S3Control
3676
3852
  #
3677
3853
  # * [PutAccessPointPolicyForObjectLambda][2]
3678
3854
  #
3855
+ # You must URL encode any signed header values that contain spaces. For
3856
+ # example, if your header value is `my file.txt`, containing two spaces
3857
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
3858
+ #
3679
3859
  #
3680
3860
  #
3681
3861
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicyForObjectLambda.html
@@ -3721,6 +3901,10 @@ module Aws::S3Control
3721
3901
  # through access points, see [Managing Data Access with Amazon S3 access
3722
3902
  # points][1] in the *Amazon S3 User Guide*.
3723
3903
  #
3904
+ # You must URL encode any signed header values that contain spaces. For
3905
+ # example, if your header value is `my file.txt`, containing two spaces
3906
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
3907
+ #
3724
3908
  #
3725
3909
  #
3726
3910
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html
@@ -3762,6 +3946,10 @@ module Aws::S3Control
3762
3946
  # Returns the status of the resource policy associated with an Object
3763
3947
  # Lambda Access Point.
3764
3948
  #
3949
+ # You must URL encode any signed header values that contain spaces. For
3950
+ # example, if your header value is `my file.txt`, containing two spaces
3951
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
3952
+ #
3765
3953
  # @option params [String] :account_id
3766
3954
  # The account ID for the account that owns the specified Object Lambda
3767
3955
  # Access Point.
@@ -3800,6 +3988,10 @@ module Aws::S3Control
3800
3988
  #
3801
3989
  # For information about REST API errors, see [REST error responses][1].
3802
3990
  #
3991
+ # You must URL encode any signed header values that contain spaces. For
3992
+ # example, if your header value is `my file.txt`, containing two spaces
3993
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
3994
+ #
3803
3995
  #
3804
3996
  #
3805
3997
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#RESTErrorResponses
@@ -3870,6 +4062,10 @@ module Aws::S3Control
3870
4062
  #
3871
4063
  # * [DeleteBucket][5]
3872
4064
  #
4065
+ # You must URL encode any signed header values that contain spaces. For
4066
+ # example, if your header value is `my file.txt`, containing two spaces
4067
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
4068
+ #
3873
4069
  #
3874
4070
  #
3875
4071
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html
@@ -3968,6 +4164,10 @@ module Aws::S3Control
3968
4164
  #
3969
4165
  # * [DeleteBucketLifecycleConfiguration][8]
3970
4166
  #
4167
+ # You must URL encode any signed header values that contain spaces. For
4168
+ # example, if your header value is `my file.txt`, containing two spaces
4169
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
4170
+ #
3971
4171
  #
3972
4172
  #
3973
4173
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLifecycleConfiguration.html
@@ -4093,6 +4293,10 @@ module Aws::S3Control
4093
4293
  #
4094
4294
  # * [DeleteBucketPolicy][7]
4095
4295
  #
4296
+ # You must URL encode any signed header values that contain spaces. For
4297
+ # example, if your header value is `my file.txt`, containing two spaces
4298
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
4299
+ #
4096
4300
  #
4097
4301
  #
4098
4302
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketPolicy.html
@@ -4458,6 +4662,10 @@ module Aws::S3Control
4458
4662
  # `sts:SetContext`, and for IAM users or roles
4459
4663
  # `sts:SetSourceIdentity`.
4460
4664
  #
4665
+ # You must URL encode any signed header values that contain spaces. For
4666
+ # example, if your header value is `my file.txt`, containing two spaces
4667
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
4668
+ #
4461
4669
  #
4462
4670
  #
4463
4671
  # [1]: https://docs.aws.amazon.com/STS/latest/APIReference/API_Credentials.html
@@ -4558,6 +4766,10 @@ module Aws::S3Control
4558
4766
  #
4559
4767
  # * [DeleteJobTagging][4]
4560
4768
  #
4769
+ # You must URL encode any signed header values that contain spaces. For
4770
+ # example, if your header value is `my file.txt`, containing two spaces
4771
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
4772
+ #
4561
4773
  #
4562
4774
  #
4563
4775
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags
@@ -4621,6 +4833,10 @@ module Aws::S3Control
4621
4833
  #
4622
4834
  # * [ListMultiRegionAccessPoints][5]
4623
4835
  #
4836
+ # You must URL encode any signed header values that contain spaces. For
4837
+ # example, if your header value is `my file.txt`, containing two spaces
4838
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
4839
+ #
4624
4840
  #
4625
4841
  #
4626
4842
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
@@ -4699,6 +4915,10 @@ module Aws::S3Control
4699
4915
  #
4700
4916
  # * [PutMultiRegionAccessPointPolicy][3]
4701
4917
  #
4918
+ # You must URL encode any signed header values that contain spaces. For
4919
+ # example, if your header value is `my file.txt`, containing two spaces
4920
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
4921
+ #
4702
4922
  #
4703
4923
  #
4704
4924
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
@@ -4764,6 +4984,10 @@ module Aws::S3Control
4764
4984
  #
4765
4985
  # * [PutMultiRegionAccessPointPolicy][3]
4766
4986
  #
4987
+ # You must URL encode any signed header values that contain spaces. For
4988
+ # example, if your header value is `my file.txt`, containing two spaces
4989
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
4990
+ #
4767
4991
  #
4768
4992
  #
4769
4993
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
@@ -4830,6 +5054,10 @@ module Aws::S3Control
4830
5054
  #
4831
5055
  # * `eu-west-1`
4832
5056
  #
5057
+ # You must URL encode any signed header values that contain spaces. For
5058
+ # example, if your header value is `my file.txt`, containing two spaces
5059
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
5060
+ #
4833
5061
  # @option params [String] :account_id
4834
5062
  # The Amazon Web Services account ID for the owner of the Multi-Region
4835
5063
  # Access Point.
@@ -4880,6 +5108,10 @@ module Aws::S3Control
4880
5108
  #
4881
5109
  # * [PutPublicAccessBlock][3]
4882
5110
  #
5111
+ # You must URL encode any signed header values that contain spaces. For
5112
+ # example, if your header value is `my file.txt`, containing two spaces
5113
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
5114
+ #
4883
5115
  #
4884
5116
  #
4885
5117
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html
@@ -4933,6 +5165,10 @@ module Aws::S3Control
4933
5165
  #
4934
5166
  # </note>
4935
5167
  #
5168
+ # You must URL encode any signed header values that contain spaces. For
5169
+ # example, if your header value is `my file.txt`, containing two spaces
5170
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
5171
+ #
4936
5172
  #
4937
5173
  #
4938
5174
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
@@ -5019,6 +5255,10 @@ module Aws::S3Control
5019
5255
  #
5020
5256
  # </note>
5021
5257
  #
5258
+ # You must URL encode any signed header values that contain spaces. For
5259
+ # example, if your header value is `my file.txt`, containing two spaces
5260
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
5261
+ #
5022
5262
  #
5023
5263
  #
5024
5264
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
@@ -5066,6 +5306,10 @@ module Aws::S3Control
5066
5306
  # For information about Storage Lens groups errors, see [List of Amazon
5067
5307
  # S3 Storage Lens error codes][2].
5068
5308
  #
5309
+ # You must URL encode any signed header values that contain spaces. For
5310
+ # example, if your header value is `my file.txt`, containing two spaces
5311
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
5312
+ #
5069
5313
  #
5070
5314
  #
5071
5315
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions
@@ -5144,6 +5388,10 @@ module Aws::S3Control
5144
5388
  # : You must have the `s3:ListAccessGrants` permission to use this
5145
5389
  # operation.
5146
5390
  #
5391
+ # You must URL encode any signed header values that contain spaces. For
5392
+ # example, if your header value is `my file.txt`, containing two spaces
5393
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
5394
+ #
5147
5395
  # @option params [String] :account_id
5148
5396
  # The Amazon Web Services account ID of the S3 Access Grants instance.
5149
5397
  #
@@ -5256,6 +5504,10 @@ module Aws::S3Control
5256
5504
  # : You must have the `s3:ListAccessGrantsInstances` permission to use
5257
5505
  # this operation.
5258
5506
  #
5507
+ # You must URL encode any signed header values that contain spaces. For
5508
+ # example, if your header value is `my file.txt`, containing two spaces
5509
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
5510
+ #
5259
5511
  # @option params [String] :account_id
5260
5512
  # The Amazon Web Services account ID of the S3 Access Grants instance.
5261
5513
  #
@@ -5313,6 +5565,10 @@ module Aws::S3Control
5313
5565
  # : You must have the `s3:ListAccessGrantsLocations` permission to use
5314
5566
  # this operation.
5315
5567
  #
5568
+ # You must URL encode any signed header values that contain spaces. For
5569
+ # example, if your header value is `my file.txt`, containing two spaces
5570
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
5571
+ #
5316
5572
  # @option params [String] :account_id
5317
5573
  # The Amazon Web Services account ID of the S3 Access Grants instance.
5318
5574
  #
@@ -5403,6 +5659,10 @@ module Aws::S3Control
5403
5659
  #
5404
5660
  # * [GetAccessPoint][4]
5405
5661
  #
5662
+ # You must URL encode any signed header values that contain spaces. For
5663
+ # example, if your header value is `my file.txt`, containing two spaces
5664
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
5665
+ #
5406
5666
  #
5407
5667
  #
5408
5668
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html#API_control_GetAccessPoint_Examples
@@ -5504,6 +5764,10 @@ module Aws::S3Control
5504
5764
  #
5505
5765
  # For information about REST API errors, see [REST error responses][2].
5506
5766
  #
5767
+ # You must URL encode any signed header values that contain spaces. For
5768
+ # example, if your header value is `my file.txt`, containing two spaces
5769
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
5770
+ #
5507
5771
  #
5508
5772
  #
5509
5773
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html
@@ -5588,6 +5852,10 @@ module Aws::S3Control
5588
5852
  #
5589
5853
  # * [GetAccessPointForObjectLambda][3]
5590
5854
  #
5855
+ # You must URL encode any signed header values that contain spaces. For
5856
+ # example, if your header value is `my file.txt`, containing two spaces
5857
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
5858
+ #
5591
5859
  #
5592
5860
  #
5593
5861
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html
@@ -5663,6 +5931,10 @@ module Aws::S3Control
5663
5931
  # : You must have the `s3:ListCallerAccessGrants` permission to use this
5664
5932
  # operation.
5665
5933
  #
5934
+ # You must URL encode any signed header values that contain spaces. For
5935
+ # example, if your header value is `my file.txt`, containing two spaces
5936
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
5937
+ #
5666
5938
  #
5667
5939
  #
5668
5940
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-grants-list-grants.html
@@ -5749,6 +6021,10 @@ module Aws::S3Control
5749
6021
  #
5750
6022
  # * [UpdateJobStatus][5]
5751
6023
  #
6024
+ # You must URL encode any signed header values that contain spaces. For
6025
+ # example, if your header value is `my file.txt`, containing two spaces
6026
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
6027
+ #
5752
6028
  #
5753
6029
  #
5754
6030
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html
@@ -5798,7 +6074,7 @@ module Aws::S3Control
5798
6074
  # resp.jobs #=> Array
5799
6075
  # resp.jobs[0].job_id #=> String
5800
6076
  # resp.jobs[0].description #=> String
5801
- # resp.jobs[0].operation #=> String, one of "LambdaInvoke", "S3PutObjectCopy", "S3PutObjectAcl", "S3PutObjectTagging", "S3DeleteObjectTagging", "S3InitiateRestoreObject", "S3PutObjectLegalHold", "S3PutObjectRetention", "S3ReplicateObject"
6077
+ # resp.jobs[0].operation #=> String, one of "LambdaInvoke", "S3PutObjectCopy", "S3PutObjectAcl", "S3PutObjectTagging", "S3DeleteObjectTagging", "S3InitiateRestoreObject", "S3PutObjectLegalHold", "S3PutObjectRetention", "S3ReplicateObject", "S3ComputeObjectChecksum"
5802
6078
  # resp.jobs[0].priority #=> Integer
5803
6079
  # resp.jobs[0].status #=> String, one of "Active", "Cancelled", "Cancelling", "Complete", "Completing", "Failed", "Failing", "New", "Paused", "Pausing", "Preparing", "Ready", "Suspended"
5804
6080
  # resp.jobs[0].creation_time #=> Time
@@ -5842,6 +6118,10 @@ module Aws::S3Control
5842
6118
  #
5843
6119
  # * [GetMultiRegionAccessPoint][5]
5844
6120
  #
6121
+ # You must URL encode any signed header values that contain spaces. For
6122
+ # example, if your header value is `my file.txt`, containing two spaces
6123
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
6124
+ #
5845
6125
  #
5846
6126
  #
5847
6127
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
@@ -5913,6 +6193,10 @@ module Aws::S3Control
5913
6193
  # uses the S3 on Outposts endpoint hostname prefix and
5914
6194
  # `x-amz-outpost-id` in your request, see the [Examples][2] section.
5915
6195
  #
6196
+ # You must URL encode any signed header values that contain spaces. For
6197
+ # example, if your header value is `my file.txt`, containing two spaces
6198
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
6199
+ #
5916
6200
  #
5917
6201
  #
5918
6202
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html
@@ -5983,6 +6267,10 @@ module Aws::S3Control
5983
6267
  #
5984
6268
  # </note>
5985
6269
  #
6270
+ # You must URL encode any signed header values that contain spaces. For
6271
+ # example, if your header value is `my file.txt`, containing two spaces
6272
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
6273
+ #
5986
6274
  #
5987
6275
  #
5988
6276
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
@@ -6036,6 +6324,10 @@ module Aws::S3Control
6036
6324
  # For information about Storage Lens groups errors, see [List of Amazon
6037
6325
  # S3 Storage Lens error codes][2].
6038
6326
  #
6327
+ # You must URL encode any signed header values that contain spaces. For
6328
+ # example, if your header value is `my file.txt`, containing two spaces
6329
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
6330
+ #
6039
6331
  #
6040
6332
  #
6041
6333
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions
@@ -6086,11 +6378,15 @@ module Aws::S3Control
6086
6378
  # <note markdown="1"> This operation is only supported for the following Amazon S3
6087
6379
  # resources:
6088
6380
  #
6089
- # * [Directory buckets][1]
6381
+ # * [Access Points for directory buckets][1]
6382
+ #
6383
+ # * [Access Points for general purpose buckets][2]
6090
6384
  #
6091
- # * [Storage Lens groups][2]
6385
+ # * [Directory buckets][3]
6092
6386
  #
6093
- # * [S3 Access Grants instances, registered locations, and grants][3].
6387
+ # * [Storage Lens groups][4]
6388
+ #
6389
+ # * [S3 Access Grants instances, registered locations, and grants][5].
6094
6390
  #
6095
6391
  # </note>
6096
6392
  #
@@ -6101,15 +6397,15 @@ module Aws::S3Control
6101
6397
  #
6102
6398
  # For more information about the required Storage Lens Groups
6103
6399
  # permissions, see [Setting account permissions to use S3 Storage Lens
6104
- # groups][4].
6400
+ # groups][6].
6105
6401
  #
6106
6402
  # Directory bucket permissions
6107
6403
  #
6108
- # : For directory buckets, you must have the
6109
- # `s3express:ListTagsForResource` permission to use this operation.
6110
- # For more information about directory buckets policies and
6404
+ # : For directory buckets and access points for directory buckets, you
6405
+ # must have the `s3express:ListTagsForResource` permission to use this
6406
+ # operation. For more information about directory buckets policies and
6111
6407
  # permissions, see [Identity and Access Management (IAM) for S3
6112
- # Express One Zone][5] in the *Amazon S3 User Guide*.
6408
+ # Express One Zone][7] in the *Amazon S3 User Guide*.
6113
6409
  #
6114
6410
  # HTTP Host header syntax
6115
6411
  #
@@ -6117,16 +6413,22 @@ module Aws::S3Control
6117
6413
  # `s3express-control.region.amazonaws.com`.
6118
6414
  #
6119
6415
  # For information about S3 Tagging errors, see [List of Amazon S3
6120
- # Tagging error codes][6].
6416
+ # Tagging error codes][8].
6417
+ #
6418
+ # You must URL encode any signed header values that contain spaces. For
6419
+ # example, if your header value is `my file.txt`, containing two spaces
6420
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
6121
6421
  #
6122
6422
  #
6123
6423
  #
6124
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html
6125
- # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-lens-groups.html
6126
- # [3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-grants-tagging.html
6127
- # [4]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions
6128
- # [5]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-permissions.html
6129
- # [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#S3TaggingErrorCodeList
6424
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-db-tagging.html
6425
+ # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-tagging.html
6426
+ # [3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html
6427
+ # [4]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-lens-groups.html
6428
+ # [5]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-grants-tagging.html
6429
+ # [6]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions
6430
+ # [7]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-permissions.html
6431
+ # [8]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#S3TaggingErrorCodeList
6130
6432
  #
6131
6433
  # @option params [String] :account_id
6132
6434
  # The Amazon Web Services account ID of the resource owner.
@@ -6170,6 +6472,10 @@ module Aws::S3Control
6170
6472
  # : You must have the `s3:PutAccessGrantsInstanceResourcePolicy`
6171
6473
  # permission to use this operation.
6172
6474
  #
6475
+ # You must URL encode any signed header values that contain spaces. For
6476
+ # example, if your header value is `my file.txt`, containing two spaces
6477
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
6478
+ #
6173
6479
  # @option params [String] :account_id
6174
6480
  # The Amazon Web Services account ID of the S3 Access Grants instance.
6175
6481
  #
@@ -6223,6 +6529,10 @@ module Aws::S3Control
6223
6529
  #
6224
6530
  # ^
6225
6531
  #
6532
+ # You must URL encode any signed header values that contain spaces. For
6533
+ # example, if your header value is `my file.txt`, containing two spaces
6534
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
6535
+ #
6226
6536
  #
6227
6537
  #
6228
6538
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointConfigurationForObjectLambda.html
@@ -6292,6 +6602,10 @@ module Aws::S3Control
6292
6602
  #
6293
6603
  # * [DeleteAccessPointPolicy][3]
6294
6604
  #
6605
+ # You must URL encode any signed header values that contain spaces. For
6606
+ # example, if your header value is `my file.txt`, containing two spaces
6607
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
6608
+ #
6295
6609
  #
6296
6610
  #
6297
6611
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html#API_control_PutAccessPointPolicy_Examples
@@ -6365,6 +6679,10 @@ module Aws::S3Control
6365
6679
  #
6366
6680
  # * [GetAccessPointPolicyForObjectLambda][3]
6367
6681
  #
6682
+ # You must URL encode any signed header values that contain spaces. For
6683
+ # example, if your header value is `my file.txt`, containing two spaces
6684
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
6685
+ #
6368
6686
  #
6369
6687
  #
6370
6688
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/olap-create.html#olap-create-cli
@@ -6414,6 +6732,10 @@ module Aws::S3Control
6414
6732
  #
6415
6733
  # For information about REST API errors, see [REST error responses][1].
6416
6734
  #
6735
+ # You must URL encode any signed header values that contain spaces. For
6736
+ # example, if your header value is `my file.txt`, containing two spaces
6737
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
6738
+ #
6417
6739
  #
6418
6740
  #
6419
6741
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#RESTErrorResponses
@@ -7065,6 +7387,10 @@ module Aws::S3Control
7065
7387
  #
7066
7388
  # * [GetBucketLifecycleConfiguration][7]
7067
7389
  #
7390
+ # You must URL encode any signed header values that contain spaces. For
7391
+ # example, if your header value is `my file.txt`, containing two spaces
7392
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
7393
+ #
7068
7394
  #
7069
7395
  #
7070
7396
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketVersioning.html
@@ -7163,6 +7489,10 @@ module Aws::S3Control
7163
7489
  #
7164
7490
  # * [DeleteJobTagging][4]
7165
7491
  #
7492
+ # You must URL encode any signed header values that contain spaces. For
7493
+ # example, if your header value is `my file.txt`, containing two spaces
7494
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
7495
+ #
7166
7496
  #
7167
7497
  #
7168
7498
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html
@@ -7227,6 +7557,10 @@ module Aws::S3Control
7227
7557
  #
7228
7558
  # * [GetMultiRegionAccessPointPolicyStatus][3]
7229
7559
  #
7560
+ # You must URL encode any signed header values that contain spaces. For
7561
+ # example, if your header value is `my file.txt`, containing two spaces
7562
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
7563
+ #
7230
7564
  #
7231
7565
  #
7232
7566
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
@@ -7291,6 +7625,10 @@ module Aws::S3Control
7291
7625
  #
7292
7626
  # * [DeletePublicAccessBlock][3]
7293
7627
  #
7628
+ # You must URL encode any signed header values that contain spaces. For
7629
+ # example, if your header value is `my file.txt`, containing two spaces
7630
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
7631
+ #
7294
7632
  #
7295
7633
  #
7296
7634
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html
@@ -7345,6 +7683,10 @@ module Aws::S3Control
7345
7683
  #
7346
7684
  # </note>
7347
7685
  #
7686
+ # You must URL encode any signed header values that contain spaces. For
7687
+ # example, if your header value is `my file.txt`, containing two spaces
7688
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
7689
+ #
7348
7690
  #
7349
7691
  #
7350
7692
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
@@ -7486,6 +7828,10 @@ module Aws::S3Control
7486
7828
  #
7487
7829
  # </note>
7488
7830
  #
7831
+ # You must URL encode any signed header values that contain spaces. For
7832
+ # example, if your header value is `my file.txt`, containing two spaces
7833
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
7834
+ #
7489
7835
  #
7490
7836
  #
7491
7837
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
@@ -7565,6 +7911,10 @@ module Aws::S3Control
7565
7911
  #
7566
7912
  # * `eu-west-1`
7567
7913
  #
7914
+ # You must URL encode any signed header values that contain spaces. For
7915
+ # example, if your header value is `my file.txt`, containing two spaces
7916
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
7917
+ #
7568
7918
  # @option params [String] :account_id
7569
7919
  # The Amazon Web Services account ID for the owner of the Multi-Region
7570
7920
  # Access Point.
@@ -7610,11 +7960,25 @@ module Aws::S3Control
7610
7960
  #
7611
7961
  # <note markdown="1"> This operation is only supported for the following Amazon S3 resource:
7612
7962
  #
7613
- # * [Directory buckets][1]
7963
+ # * [Access Points for directory buckets][1]
7964
+ #
7965
+ # * [Access Points for general purpose buckets][2]
7614
7966
  #
7615
- # * [S3 Storage Lens groups][2]
7967
+ # * [Directory buckets][3]
7616
7968
  #
7617
- # * [S3 Access Grants instances, registered locations, or grants][3].
7969
+ # * [S3 Storage Lens groups][4]
7970
+ #
7971
+ # * [S3 Access Grants instances, registered locations, or grants][5].
7972
+ #
7973
+ # </note>
7974
+ #
7975
+ # <note markdown="1"> This operation is only supported for the following Amazon S3 resource:
7976
+ #
7977
+ # * [Directory buckets][3]
7978
+ #
7979
+ # * [S3 Storage Lens groups][4]
7980
+ #
7981
+ # * [S3 Access Grants instances, registered locations, or grants][5].
7618
7982
  #
7619
7983
  # </note>
7620
7984
  #
@@ -7625,15 +7989,15 @@ module Aws::S3Control
7625
7989
  #
7626
7990
  # For more information about the required Storage Lens Groups
7627
7991
  # permissions, see [Setting account permissions to use S3 Storage Lens
7628
- # groups][4].
7992
+ # groups][6].
7629
7993
  #
7630
7994
  # Directory bucket permissions
7631
7995
  #
7632
- # : For directory buckets, you must have the `s3express:TagResource`
7633
- # permission to use this operation. For more information about
7634
- # directory buckets policies and permissions, see [Identity and Access
7635
- # Management (IAM) for S3 Express One Zone][5] in the *Amazon S3 User
7636
- # Guide*.
7996
+ # : For directory buckets and access points for directory buckets, you
7997
+ # must have the `s3express:TagResource` permission to use this
7998
+ # operation. For more information about directory buckets policies and
7999
+ # permissions, see [Identity and Access Management (IAM) for S3
8000
+ # Express One Zone][7] in the *Amazon S3 User Guide*.
7637
8001
  #
7638
8002
  # HTTP Host header syntax
7639
8003
  #
@@ -7641,16 +8005,22 @@ module Aws::S3Control
7641
8005
  # `s3express-control.region.amazonaws.com`.
7642
8006
  #
7643
8007
  # For information about S3 Tagging errors, see [List of Amazon S3
7644
- # Tagging error codes][6].
8008
+ # Tagging error codes][8].
7645
8009
  #
8010
+ # You must URL encode any signed header values that contain spaces. For
8011
+ # example, if your header value is `my file.txt`, containing two spaces
8012
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
7646
8013
  #
7647
8014
  #
7648
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html
7649
- # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-lens-groups.html
7650
- # [3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-grants-tagging.html
7651
- # [4]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions
7652
- # [5]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-permissions.html
7653
- # [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#S3TaggingErrorCodeList
8015
+ #
8016
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-db-tagging.html
8017
+ # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-tagging.html
8018
+ # [3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html
8019
+ # [4]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-lens-groups.html
8020
+ # [5]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-grants-tagging.html
8021
+ # [6]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions
8022
+ # [7]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-permissions.html
8023
+ # [8]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#S3TaggingErrorCodeList
7654
8024
  #
7655
8025
  # @option params [String] :account_id
7656
8026
  # The Amazon Web Services account ID that created the S3 resource that
@@ -7696,11 +8066,15 @@ module Aws::S3Control
7696
8066
  # <note markdown="1"> This operation is only supported for the following Amazon S3
7697
8067
  # resources:
7698
8068
  #
7699
- # * [Directory buckets][1]
8069
+ # * [Access Points for directory buckets][1]
8070
+ #
8071
+ # * [Access Points for general purpose buckets][2]
8072
+ #
8073
+ # * [Directory buckets][3]
7700
8074
  #
7701
- # * [Storage Lens groups][2]
8075
+ # * [Storage Lens groups][4]
7702
8076
  #
7703
- # * [S3 Access Grants instances, registered locations, and grants][3].
8077
+ # * [S3 Access Grants instances, registered locations, and grants][5].
7704
8078
  #
7705
8079
  # </note>
7706
8080
  #
@@ -7711,15 +8085,15 @@ module Aws::S3Control
7711
8085
  #
7712
8086
  # For more information about the required Storage Lens Groups
7713
8087
  # permissions, see [Setting account permissions to use S3 Storage Lens
7714
- # groups][4].
8088
+ # groups][6].
7715
8089
  #
7716
8090
  # Directory bucket permissions
7717
8091
  #
7718
- # : For directory buckets, you must have the `s3express:UntagResource`
7719
- # permission to use this operation. For more information about
7720
- # directory buckets policies and permissions, see [Identity and Access
7721
- # Management (IAM) for S3 Express One Zone][5] in the *Amazon S3 User
7722
- # Guide*.
8092
+ # : For directory buckets and access points for directory buckets, you
8093
+ # must have the `s3express:UntagResource` permission to use this
8094
+ # operation. For more information about directory buckets policies and
8095
+ # permissions, see [Identity and Access Management (IAM) for S3
8096
+ # Express One Zone][7] in the *Amazon S3 User Guide*.
7723
8097
  #
7724
8098
  # HTTP Host header syntax
7725
8099
  #
@@ -7727,16 +8101,22 @@ module Aws::S3Control
7727
8101
  # `s3express-control.region.amazonaws.com`.
7728
8102
  #
7729
8103
  # For information about S3 Tagging errors, see [List of Amazon S3
7730
- # Tagging error codes][6].
8104
+ # Tagging error codes][8].
8105
+ #
8106
+ # You must URL encode any signed header values that contain spaces. For
8107
+ # example, if your header value is `my file.txt`, containing two spaces
8108
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
7731
8109
  #
7732
8110
  #
7733
8111
  #
7734
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html
7735
- # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-lens-groups.html
7736
- # [3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-grants-tagging.html
7737
- # [4]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions
7738
- # [5]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-permissions.html
7739
- # [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#S3TaggingErrorCodeList
8112
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-db-tagging.html
8113
+ # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-tagging.html
8114
+ # [3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html
8115
+ # [4]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-lens-groups.html
8116
+ # [5]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-grants-tagging.html
8117
+ # [6]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions
8118
+ # [7]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-permissions.html
8119
+ # [8]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#S3TaggingErrorCodeList
7740
8120
  #
7741
8121
  # @option params [String] :account_id
7742
8122
  # The Amazon Web Services account ID that owns the resource that you're
@@ -7783,6 +8163,10 @@ module Aws::S3Control
7783
8163
  #
7784
8164
  # : You must also have the following permission: `iam:PassRole`
7785
8165
  #
8166
+ # You must URL encode any signed header values that contain spaces. For
8167
+ # example, if your header value is `my file.txt`, containing two spaces
8168
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
8169
+ #
7786
8170
  # @option params [String] :account_id
7787
8171
  # The Amazon Web Services account ID of the S3 Access Grants instance.
7788
8172
  #
@@ -7858,6 +8242,10 @@ module Aws::S3Control
7858
8242
  #
7859
8243
  # * [UpdateJobStatus][5]
7860
8244
  #
8245
+ # You must URL encode any signed header values that contain spaces. For
8246
+ # example, if your header value is `my file.txt`, containing two spaces
8247
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
8248
+ #
7861
8249
  #
7862
8250
  #
7863
8251
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html
@@ -7923,6 +8311,10 @@ module Aws::S3Control
7923
8311
  #
7924
8312
  # * [UpdateJobStatus][5]
7925
8313
  #
8314
+ # You must URL encode any signed header values that contain spaces. For
8315
+ # example, if your header value is `my file.txt`, containing two spaces
8316
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
8317
+ #
7926
8318
  #
7927
8319
  #
7928
8320
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html
@@ -7985,6 +8377,10 @@ module Aws::S3Control
7985
8377
  # For information about Storage Lens groups errors, see [List of Amazon
7986
8378
  # S3 Storage Lens error codes][2].
7987
8379
  #
8380
+ # You must URL encode any signed header values that contain spaces. For
8381
+ # example, if your header value is `my file.txt`, containing two spaces
8382
+ # after `my`, you must URL encode this value to `my%20%20file.txt`.
8383
+ #
7988
8384
  #
7989
8385
  #
7990
8386
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions
@@ -8093,7 +8489,7 @@ module Aws::S3Control
8093
8489
  tracer: tracer
8094
8490
  )
8095
8491
  context[:gem_name] = 'aws-sdk-s3control'
8096
- context[:gem_version] = '1.115.0'
8492
+ context[:gem_version] = '1.116.0'
8097
8493
  Seahorse::Client::Request.new(handlers, context)
8098
8494
  end
8099
8495