aws-sdk-s3control 1.25.0 → 1.26.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/lib/aws-sdk-s3control.rb +1 -1
- data/lib/aws-sdk-s3control/client.rb +27 -27
- data/lib/aws-sdk-s3control/client_api.rb +1 -1
- data/lib/aws-sdk-s3control/types.rb +53 -33
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa28fbaed3bcfca1c5ee68d4e41d78feb33a6a96073452efced6946a72b28f09
|
|
4
|
+
data.tar.gz: 0cb5b0016895a8c789a740206e00ca85e9b47223d4c77990c1d4326ece9d9bb2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9cb4ce9a30a9a3dbb20ea361c58ef8d5f4c733e97d837926993e6c093556120a23a4be8392a1635dba29a9a29b8c38a9da907ac888312462b16ad034f73669c
|
|
7
|
+
data.tar.gz: d73cb993aff3c45fe5e785961784b6a56f810f0f7644fc4cdd1cf342931d433ed8c393368c77cb58b68461322e56c1b11612f39d9905457448f270548f2a97b7
|
data/lib/aws-sdk-s3control.rb
CHANGED
|
@@ -667,7 +667,7 @@ module Aws::S3Control
|
|
|
667
667
|
# S3 console.
|
|
668
668
|
#
|
|
669
669
|
# @option params [required, Types::JobOperation] :operation
|
|
670
|
-
# The operation that you want this job to perform on
|
|
670
|
+
# The operation that you want this job to perform on every object listed
|
|
671
671
|
# in the manifest. For more information about the available operations,
|
|
672
672
|
# see [Operations][1] in the *Amazon Simple Storage Service Developer
|
|
673
673
|
# Guide*.
|
|
@@ -701,7 +701,7 @@ module Aws::S3Control
|
|
|
701
701
|
# @option params [required, String] :role_arn
|
|
702
702
|
# The Amazon Resource Name (ARN) for the AWS Identity and Access
|
|
703
703
|
# Management (IAM) role that Batch Operations will use to run this
|
|
704
|
-
# job's operation on
|
|
704
|
+
# job's operation on every object in the manifest.
|
|
705
705
|
#
|
|
706
706
|
# @option params [Array<Types::S3Tag>] :tags
|
|
707
707
|
# A set of tags to associate with the S3 Batch Operations job. This is
|
|
@@ -1077,7 +1077,7 @@ module Aws::S3Control
|
|
|
1077
1077
|
# `x-amz-outpost-id` derived using the access point ARN, see the
|
|
1078
1078
|
# [Examples][3] section.
|
|
1079
1079
|
#
|
|
1080
|
-
# For more information about object expiration, see [
|
|
1080
|
+
# For more information about object expiration, see [Elements to
|
|
1081
1081
|
# Describe Lifecycle Actions][4].
|
|
1082
1082
|
#
|
|
1083
1083
|
# Related actions include:
|
|
@@ -1156,8 +1156,7 @@ module Aws::S3Control
|
|
|
1156
1156
|
# denies the root user the ability to perform this action.
|
|
1157
1157
|
#
|
|
1158
1158
|
# For more information about bucket policies, see [Using Bucket Policies
|
|
1159
|
-
# and User Policies]
|
|
1160
|
-
# https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html).
|
|
1159
|
+
# and User Policies][3].
|
|
1161
1160
|
#
|
|
1162
1161
|
# All Amazon S3 on Outposts REST API requests for this action require an
|
|
1163
1162
|
# additional parameter of `x-amz-outpost-id` to be passed with the
|
|
@@ -1165,21 +1164,22 @@ module Aws::S3Control
|
|
|
1165
1164
|
# `s3-control`. For an example of the request syntax for Amazon S3 on
|
|
1166
1165
|
# Outposts that uses the S3 on Outposts endpoint hostname prefix and the
|
|
1167
1166
|
# `x-amz-outpost-id` derived using the access point ARN, see the
|
|
1168
|
-
# [Examples][
|
|
1167
|
+
# [Examples][4] section.
|
|
1169
1168
|
#
|
|
1170
1169
|
# The following actions are related to `DeleteBucketPolicy`\:
|
|
1171
1170
|
#
|
|
1172
|
-
# * [GetBucketPolicy][
|
|
1171
|
+
# * [GetBucketPolicy][5]
|
|
1173
1172
|
#
|
|
1174
|
-
# * [PutBucketPolicy][
|
|
1173
|
+
# * [PutBucketPolicy][6]
|
|
1175
1174
|
#
|
|
1176
1175
|
#
|
|
1177
1176
|
#
|
|
1178
1177
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketPolicy.html
|
|
1179
1178
|
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html
|
|
1180
|
-
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/
|
|
1181
|
-
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
|
1182
|
-
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
|
1179
|
+
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html
|
|
1180
|
+
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html#API_control_DeleteBucketPolicy_Examples
|
|
1181
|
+
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketPolicy.html
|
|
1182
|
+
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketPolicy.html
|
|
1183
1183
|
#
|
|
1184
1184
|
# @option params [required, String] :account_id
|
|
1185
1185
|
# The account ID of the Outposts bucket.
|
|
@@ -1385,8 +1385,8 @@ module Aws::S3Control
|
|
|
1385
1385
|
#
|
|
1386
1386
|
#
|
|
1387
1387
|
#
|
|
1388
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1389
|
-
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/
|
|
1388
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
|
|
1389
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html
|
|
1390
1390
|
#
|
|
1391
1391
|
# @option params [required, String] :config_id
|
|
1392
1392
|
# The ID of the S3 Storage Lens configuration.
|
|
@@ -1425,8 +1425,8 @@ module Aws::S3Control
|
|
|
1425
1425
|
#
|
|
1426
1426
|
#
|
|
1427
1427
|
#
|
|
1428
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1429
|
-
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/
|
|
1428
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
|
|
1429
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html
|
|
1430
1430
|
#
|
|
1431
1431
|
# @option params [required, String] :config_id
|
|
1432
1432
|
# The ID of the S3 Storage Lens configuration.
|
|
@@ -2263,8 +2263,8 @@ module Aws::S3Control
|
|
|
2263
2263
|
#
|
|
2264
2264
|
#
|
|
2265
2265
|
#
|
|
2266
|
-
# [1]: https://docs.aws.amazon.com/
|
|
2267
|
-
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/
|
|
2266
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
|
|
2267
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html
|
|
2268
2268
|
#
|
|
2269
2269
|
# @option params [required, String] :config_id
|
|
2270
2270
|
# The ID of the Amazon S3 Storage Lens configuration.
|
|
@@ -2332,8 +2332,8 @@ module Aws::S3Control
|
|
|
2332
2332
|
#
|
|
2333
2333
|
#
|
|
2334
2334
|
#
|
|
2335
|
-
# [1]: https://docs.aws.amazon.com/
|
|
2336
|
-
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/
|
|
2335
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
|
|
2336
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html
|
|
2337
2337
|
#
|
|
2338
2338
|
# @option params [required, String] :config_id
|
|
2339
2339
|
# The ID of the Amazon S3 Storage Lens configuration.
|
|
@@ -2624,8 +2624,8 @@ module Aws::S3Control
|
|
|
2624
2624
|
#
|
|
2625
2625
|
#
|
|
2626
2626
|
#
|
|
2627
|
-
# [1]: https://docs.aws.amazon.com/
|
|
2628
|
-
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/
|
|
2627
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
|
|
2628
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html
|
|
2629
2629
|
#
|
|
2630
2630
|
# @option params [required, String] :account_id
|
|
2631
2631
|
# The account ID of the requester.
|
|
@@ -2973,7 +2973,7 @@ module Aws::S3Control
|
|
|
2973
2973
|
#
|
|
2974
2974
|
# <note markdown="1"> Within a bucket, if you add a tag that has the same key as an existing
|
|
2975
2975
|
# tag, the new value overwrites the old value. For more information, see
|
|
2976
|
-
# [Using Cost Allocation in Amazon S3 Bucket Tags][4].
|
|
2976
|
+
# [ Using Cost Allocation in Amazon S3 Bucket Tags][4].
|
|
2977
2977
|
#
|
|
2978
2978
|
# </note>
|
|
2979
2979
|
#
|
|
@@ -3245,8 +3245,8 @@ module Aws::S3Control
|
|
|
3245
3245
|
#
|
|
3246
3246
|
#
|
|
3247
3247
|
#
|
|
3248
|
-
# [1]: https://docs.aws.amazon.com/
|
|
3249
|
-
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/
|
|
3248
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
|
|
3249
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html
|
|
3250
3250
|
#
|
|
3251
3251
|
# @option params [required, String] :config_id
|
|
3252
3252
|
# The ID of the S3 Storage Lens configuration.
|
|
@@ -3354,8 +3354,8 @@ module Aws::S3Control
|
|
|
3354
3354
|
#
|
|
3355
3355
|
#
|
|
3356
3356
|
#
|
|
3357
|
-
# [1]: https://docs.aws.amazon.com/
|
|
3358
|
-
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/
|
|
3357
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
|
|
3358
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html
|
|
3359
3359
|
#
|
|
3360
3360
|
# @option params [required, String] :config_id
|
|
3361
3361
|
# The ID of the S3 Storage Lens configuration.
|
|
@@ -3533,7 +3533,7 @@ module Aws::S3Control
|
|
|
3533
3533
|
params: params,
|
|
3534
3534
|
config: config)
|
|
3535
3535
|
context[:gem_name] = 'aws-sdk-s3control'
|
|
3536
|
-
context[:gem_version] = '1.
|
|
3536
|
+
context[:gem_version] = '1.26.0'
|
|
3537
3537
|
Seahorse::Client::Request.new(handlers, context)
|
|
3538
3538
|
end
|
|
3539
3539
|
|
|
@@ -786,7 +786,7 @@ module Aws::S3Control
|
|
|
786
786
|
S3Grantee.add_member(:display_name, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location_name: "DisplayName"))
|
|
787
787
|
S3Grantee.struct_class = Types::S3Grantee
|
|
788
788
|
|
|
789
|
-
S3InitiateRestoreObjectOperation.add_member(:expiration_in_days, Shapes::ShapeRef.new(shape: S3ExpirationInDays, location_name: "ExpirationInDays"))
|
|
789
|
+
S3InitiateRestoreObjectOperation.add_member(:expiration_in_days, Shapes::ShapeRef.new(shape: S3ExpirationInDays, location_name: "ExpirationInDays", metadata: {"box"=>true}))
|
|
790
790
|
S3InitiateRestoreObjectOperation.add_member(:glacier_job_tier, Shapes::ShapeRef.new(shape: S3GlacierJobTier, location_name: "GlacierJobTier"))
|
|
791
791
|
S3InitiateRestoreObjectOperation.struct_class = Types::S3InitiateRestoreObjectOperation
|
|
792
792
|
|
|
@@ -616,7 +616,7 @@ module Aws::S3Control
|
|
|
616
616
|
# @return [Boolean]
|
|
617
617
|
#
|
|
618
618
|
# @!attribute [rw] operation
|
|
619
|
-
# The operation that you want this job to perform on
|
|
619
|
+
# The operation that you want this job to perform on every object
|
|
620
620
|
# listed in the manifest. For more information about the available
|
|
621
621
|
# operations, see [Operations][1] in the *Amazon Simple Storage
|
|
622
622
|
# Service Developer Guide*.
|
|
@@ -657,7 +657,7 @@ module Aws::S3Control
|
|
|
657
657
|
# @!attribute [rw] role_arn
|
|
658
658
|
# The Amazon Resource Name (ARN) for the AWS Identity and Access
|
|
659
659
|
# Management (IAM) role that Batch Operations will use to run this
|
|
660
|
-
# job's operation on
|
|
660
|
+
# job's operation on every object in the manifest.
|
|
661
661
|
# @return [String]
|
|
662
662
|
#
|
|
663
663
|
# @!attribute [rw] tags
|
|
@@ -1833,7 +1833,7 @@ module Aws::S3Control
|
|
|
1833
1833
|
# @return [String]
|
|
1834
1834
|
#
|
|
1835
1835
|
# @!attribute [rw] operation
|
|
1836
|
-
# The operation that the specified job is configured to run on
|
|
1836
|
+
# The operation that the specified job is configured to run on every
|
|
1837
1837
|
# object listed in the manifest.
|
|
1838
1838
|
# @return [String]
|
|
1839
1839
|
#
|
|
@@ -1978,7 +1978,7 @@ module Aws::S3Control
|
|
|
1978
1978
|
include Aws::Structure
|
|
1979
1979
|
end
|
|
1980
1980
|
|
|
1981
|
-
# The operation that you want this job to perform on
|
|
1981
|
+
# The operation that you want this job to perform on every object listed
|
|
1982
1982
|
# in the manifest. For more information about the available operations,
|
|
1983
1983
|
# see [Operations][1] in the *Amazon Simple Storage Service Developer
|
|
1984
1984
|
# Guide*.
|
|
@@ -2088,36 +2088,36 @@ module Aws::S3Control
|
|
|
2088
2088
|
# }
|
|
2089
2089
|
#
|
|
2090
2090
|
# @!attribute [rw] lambda_invoke
|
|
2091
|
-
# Directs the specified job to invoke an AWS Lambda function on
|
|
2091
|
+
# Directs the specified job to invoke an AWS Lambda function on every
|
|
2092
2092
|
# object in the manifest.
|
|
2093
2093
|
# @return [Types::LambdaInvokeOperation]
|
|
2094
2094
|
#
|
|
2095
2095
|
# @!attribute [rw] s3_put_object_copy
|
|
2096
|
-
# Directs the specified job to run a PUT Copy object call on
|
|
2096
|
+
# Directs the specified job to run a PUT Copy object call on every
|
|
2097
2097
|
# object in the manifest.
|
|
2098
2098
|
# @return [Types::S3CopyObjectOperation]
|
|
2099
2099
|
#
|
|
2100
2100
|
# @!attribute [rw] s3_put_object_acl
|
|
2101
|
-
# Directs the specified job to run a PUT Object acl call on
|
|
2101
|
+
# Directs the specified job to run a PUT Object acl call on every
|
|
2102
2102
|
# object in the manifest.
|
|
2103
2103
|
# @return [Types::S3SetObjectAclOperation]
|
|
2104
2104
|
#
|
|
2105
2105
|
# @!attribute [rw] s3_put_object_tagging
|
|
2106
|
-
# Directs the specified job to run a PUT Object tagging call on
|
|
2106
|
+
# Directs the specified job to run a PUT Object tagging call on every
|
|
2107
2107
|
# object in the manifest.
|
|
2108
2108
|
# @return [Types::S3SetObjectTaggingOperation]
|
|
2109
2109
|
#
|
|
2110
2110
|
# @!attribute [rw] s3_initiate_restore_object
|
|
2111
|
-
# Directs the specified job to
|
|
2112
|
-
#
|
|
2111
|
+
# Directs the specified job to initiate restore requests for every
|
|
2112
|
+
# archived object in the manifest.
|
|
2113
2113
|
# @return [Types::S3InitiateRestoreObjectOperation]
|
|
2114
2114
|
#
|
|
2115
2115
|
# @!attribute [rw] s3_put_object_legal_hold
|
|
2116
2116
|
# Contains the configuration for an S3 Object Lock legal hold
|
|
2117
|
-
# operation that an S3 Batch Operations job passes
|
|
2118
|
-
#
|
|
2119
|
-
#
|
|
2120
|
-
#
|
|
2117
|
+
# operation that an S3 Batch Operations job passes every object to the
|
|
2118
|
+
# underlying `PutObjectLegalHold` API. For more information, see
|
|
2119
|
+
# [Using S3 Object Lock legal hold with S3 Batch Operations][1] in the
|
|
2120
|
+
# *Amazon Simple Storage Service Developer Guide*.
|
|
2121
2121
|
#
|
|
2122
2122
|
#
|
|
2123
2123
|
#
|
|
@@ -2126,8 +2126,8 @@ module Aws::S3Control
|
|
|
2126
2126
|
#
|
|
2127
2127
|
# @!attribute [rw] s3_put_object_retention
|
|
2128
2128
|
# Contains the configuration parameters for the Object Lock retention
|
|
2129
|
-
# action for an S3 Batch Operations job. Batch Operations passes
|
|
2130
|
-
#
|
|
2129
|
+
# action for an S3 Batch Operations job. Batch Operations passes every
|
|
2130
|
+
# object to the underlying `PutObjectRetention` API. For more
|
|
2131
2131
|
# information, see [Using S3 Object Lock retention with S3 Batch
|
|
2132
2132
|
# Operations][1] in the *Amazon Simple Storage Service Developer
|
|
2133
2133
|
# Guide*.
|
|
@@ -2246,7 +2246,7 @@ module Aws::S3Control
|
|
|
2246
2246
|
#
|
|
2247
2247
|
# @!attribute [rw] function_arn
|
|
2248
2248
|
# The Amazon Resource Name (ARN) for the AWS Lambda function that the
|
|
2249
|
-
# specified job will invoke
|
|
2249
|
+
# specified job will invoke on every object in the manifest.
|
|
2250
2250
|
# @return [String]
|
|
2251
2251
|
#
|
|
2252
2252
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/LambdaInvokeOperation AWS API Documentation
|
|
@@ -3714,8 +3714,8 @@ module Aws::S3Control
|
|
|
3714
3714
|
end
|
|
3715
3715
|
|
|
3716
3716
|
# Contains the configuration parameters for a PUT Copy object operation.
|
|
3717
|
-
# S3 Batch Operations passes
|
|
3718
|
-
#
|
|
3717
|
+
# S3 Batch Operations passes every object to the underlying PUT Copy
|
|
3718
|
+
# object API. For more information about the parameters for this
|
|
3719
3719
|
# operation, see [PUT Object - Copy][1].
|
|
3720
3720
|
#
|
|
3721
3721
|
#
|
|
@@ -3915,8 +3915,8 @@ module Aws::S3Control
|
|
|
3915
3915
|
include Aws::Structure
|
|
3916
3916
|
end
|
|
3917
3917
|
|
|
3918
|
-
# Contains the configuration parameters for an Initiate
|
|
3919
|
-
# job. S3 Batch Operations passes
|
|
3918
|
+
# Contains the configuration parameters for an S3 Initiate Restore
|
|
3919
|
+
# Object job. S3 Batch Operations passes every object to the underlying
|
|
3920
3920
|
# POST Object restore API. For more information about the parameters for
|
|
3921
3921
|
# this operation, see [RestoreObject][1].
|
|
3922
3922
|
#
|
|
@@ -3933,9 +3933,29 @@ module Aws::S3Control
|
|
|
3933
3933
|
# }
|
|
3934
3934
|
#
|
|
3935
3935
|
# @!attribute [rw] expiration_in_days
|
|
3936
|
+
# This argument specifies how long the S3 Glacier or S3 Glacier Deep
|
|
3937
|
+
# Archive object remains available in Amazon S3. S3 Initiate Restore
|
|
3938
|
+
# Object jobs that target S3 Glacier and S3 Glacier Deep Archive
|
|
3939
|
+
# objects require `ExpirationInDays` set to 1 or greater.
|
|
3940
|
+
#
|
|
3941
|
+
# Conversely, do *not* set `ExpirationInDays` when creating S3
|
|
3942
|
+
# Initiate Restore Object jobs that target S3 Intelligent-Tiering
|
|
3943
|
+
# Archive Access and Deep Archive Access tier objects. Objects in S3
|
|
3944
|
+
# Intelligent-Tiering archive access tiers are not subject to restore
|
|
3945
|
+
# expiry, so specifying `ExpirationInDays` results in restore request
|
|
3946
|
+
# failure.
|
|
3947
|
+
#
|
|
3948
|
+
# S3 Batch Operations jobs can operate either on S3 Glacier and S3
|
|
3949
|
+
# Glacier Deep Archive storage class objects or on S3
|
|
3950
|
+
# Intelligent-Tiering Archive Access and Deep Archive Access storage
|
|
3951
|
+
# tier objects, but not both types in the same job. If you need to
|
|
3952
|
+
# restore objects of both types you *must* create separate Batch
|
|
3953
|
+
# Operations jobs.
|
|
3936
3954
|
# @return [Integer]
|
|
3937
3955
|
#
|
|
3938
3956
|
# @!attribute [rw] glacier_job_tier
|
|
3957
|
+
# S3 Batch Operations supports `STANDARD` and `BULK` retrieval tiers,
|
|
3958
|
+
# but not the `EXPEDITED` retrieval tier.
|
|
3939
3959
|
# @return [String]
|
|
3940
3960
|
#
|
|
3941
3961
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/S3InitiateRestoreObjectOperation AWS API Documentation
|
|
@@ -4102,9 +4122,9 @@ module Aws::S3Control
|
|
|
4102
4122
|
end
|
|
4103
4123
|
|
|
4104
4124
|
# Contains the configuration parameters for a Set Object ACL operation.
|
|
4105
|
-
# S3 Batch Operations passes
|
|
4106
|
-
#
|
|
4107
|
-
#
|
|
4125
|
+
# S3 Batch Operations passes every object to the underlying PUT Object
|
|
4126
|
+
# acl API. For more information about the parameters for this operation,
|
|
4127
|
+
# see [PUT Object acl][1].
|
|
4108
4128
|
#
|
|
4109
4129
|
#
|
|
4110
4130
|
#
|
|
@@ -4147,10 +4167,10 @@ module Aws::S3Control
|
|
|
4147
4167
|
end
|
|
4148
4168
|
|
|
4149
4169
|
# Contains the configuration for an S3 Object Lock legal hold operation
|
|
4150
|
-
# that an S3 Batch Operations job passes
|
|
4151
|
-
#
|
|
4152
|
-
#
|
|
4153
|
-
#
|
|
4170
|
+
# that an S3 Batch Operations job passes every object to the underlying
|
|
4171
|
+
# `PutObjectLegalHold` API. For more information, see [Using S3 Object
|
|
4172
|
+
# Lock legal hold with S3 Batch Operations][1] in the *Amazon Simple
|
|
4173
|
+
# Storage Service Developer Guide*.
|
|
4154
4174
|
#
|
|
4155
4175
|
#
|
|
4156
4176
|
#
|
|
@@ -4179,8 +4199,8 @@ module Aws::S3Control
|
|
|
4179
4199
|
end
|
|
4180
4200
|
|
|
4181
4201
|
# Contains the configuration parameters for the Object Lock retention
|
|
4182
|
-
# action for an S3 Batch Operations job. Batch Operations passes
|
|
4183
|
-
#
|
|
4202
|
+
# action for an S3 Batch Operations job. Batch Operations passes every
|
|
4203
|
+
# object to the underlying `PutObjectRetention` API. For more
|
|
4184
4204
|
# information, see [Using S3 Object Lock retention with S3 Batch
|
|
4185
4205
|
# Operations][1] in the *Amazon Simple Storage Service Developer Guide*.
|
|
4186
4206
|
#
|
|
@@ -4226,9 +4246,9 @@ module Aws::S3Control
|
|
|
4226
4246
|
end
|
|
4227
4247
|
|
|
4228
4248
|
# Contains the configuration parameters for a Set Object Tagging
|
|
4229
|
-
# operation. S3 Batch Operations passes
|
|
4230
|
-
#
|
|
4231
|
-
#
|
|
4249
|
+
# operation. S3 Batch Operations passes every object to the underlying
|
|
4250
|
+
# PUT Object tagging API. For more information about the parameters for
|
|
4251
|
+
# this operation, see [PUT Object tagging][1].
|
|
4232
4252
|
#
|
|
4233
4253
|
#
|
|
4234
4254
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-s3control
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.26.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-01-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|