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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4dcedf429314ff27b39826eac44181e8bbd20f7d90d53ef0eb9dbbcd8b2a97f0
4
- data.tar.gz: 420e638c5d4697c77a2a8008607776135bd0bf9ed0cca214492121ba293d6554
3
+ metadata.gz: aa28fbaed3bcfca1c5ee68d4e41d78feb33a6a96073452efced6946a72b28f09
4
+ data.tar.gz: 0cb5b0016895a8c789a740206e00ca85e9b47223d4c77990c1d4326ece9d9bb2
5
5
  SHA512:
6
- metadata.gz: 478207ef6b6a8d15de3158883db547e16df275a2ffb99323facb4314794ae4cb56ed84bbb1c3561517ff643637c7693aec0c495407b2996a7da2770fa8cf6188
7
- data.tar.gz: 05e29284660670945a742e05ed948eb1203cb5dc554350883f26ae4f0dfa4e294d3f2c00f46d73e2c75f7c132891965f91e616df8821a698aee4121e1456091a
6
+ metadata.gz: d9cb4ce9a30a9a3dbb20ea361c58ef8d5f4c733e97d837926993e6c093556120a23a4be8392a1635dba29a9a29b8c38a9da907ac888312462b16ad034f73669c
7
+ data.tar.gz: d73cb993aff3c45fe5e785961784b6a56f810f0f7644fc4cdd1cf342931d433ed8c393368c77cb58b68461322e56c1b11612f39d9905457448f270548f2a97b7
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-s3control/customizations'
48
48
  # @!group service
49
49
  module Aws::S3Control
50
50
 
51
- GEM_VERSION = '1.25.0'
51
+ GEM_VERSION = '1.26.0'
52
52
 
53
53
  end
@@ -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 each object listed
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 each object in the manifest.
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 [ Elements to
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][3] section.
1167
+ # [Examples][4] section.
1169
1168
  #
1170
1169
  # The following actions are related to `DeleteBucketPolicy`\:
1171
1170
  #
1172
- # * [GetBucketPolicy][4]
1171
+ # * [GetBucketPolicy][5]
1173
1172
  #
1174
- # * [PutBucketPolicy][5]
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/API/API_control_DeleteBucketPolicy.html#API_control_DeleteBucketPolicy_Examples
1181
- # [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketPolicy.html
1182
- # [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketPolicy.html
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/https:/docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
1389
- # [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html#storage_lens_IAM
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/https:/docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
1429
- # [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html#storage_lens_IAM
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/https:/docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
2267
- # [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html#storage_lens_IAM
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/https:/docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
2336
- # [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html#storage_lens_IAM
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/https:/docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
2628
- # [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html#storage_lens_IAM
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/https:/docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
3249
- # [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html#storage_lens_IAM
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/https:/docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html
3358
- # [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html#storage_lens_IAM
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.25.0'
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 each object
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 each object in the manifest.
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 each
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 each object listed
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 each
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 each
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 each
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 each
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 run an Initiate Glacier Restore call on
2112
- # each object in the manifest.
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 each object through
2118
- # to the underlying `PutObjectLegalHold` API. For more information,
2119
- # see [Using S3 Object Lock legal hold with S3 Batch Operations][1] in
2120
- # the *Amazon Simple Storage Service Developer Guide*.
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 each
2130
- # value through to the underlying `PutObjectRetention` API. For more
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 for each object in the manifest.
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 each value through to the underlying PUT
3718
- # Copy object API. For more information about the parameters for this
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 Glacier Restore
3919
- # job. S3 Batch Operations passes each value through to the underlying
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 each value through to the underlying PUT
4106
- # Object acl API. For more information about the parameters for this
4107
- # operation, see [PUT Object acl][1].
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 each object through to the
4151
- # underlying `PutObjectLegalHold` API. For more information, see [Using
4152
- # S3 Object Lock legal hold with S3 Batch Operations][1] in the *Amazon
4153
- # Simple Storage Service Developer Guide*.
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 each
4183
- # value through to the underlying `PutObjectRetention` API. For more
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 each value through to the
4230
- # underlying PUT Object tagging API. For more information about the
4231
- # parameters for this operation, see [PUT Object tagging][1].
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.25.0
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: 2020-11-18 00:00:00.000000000 Z
11
+ date: 2021-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4