aws-sdk-s3control 1.96.0 → 1.97.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control/client.rb +1 -4
- data/lib/aws-sdk-s3control.rb +1 -1
- 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: 30ffdf89bc69e79f0d7fddaca467179bb9b41a866926c48a865e4c3eb41c7560
|
|
4
|
+
data.tar.gz: 1da95e12ac5c767c2c35594a29e8bee214119ff9c2cdb891e751e4d63429a4c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8fa6e239ea7d19dc49ef04fa9043e811833bbb4c429c51f9f7620a576987c3707f01ca6bb7d6fb3797380cea78cb5261b657272d0b25785d0fb64d4ced831a39
|
|
7
|
+
data.tar.gz: b963e8468cfef67f547253ba099dcc633ebfe37d39155e1cecf4a0f92208dd394051a2bb49edbf4ab9432e7287d4aaaa7883ac14632c4a8c20ed41244afebd14
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.97.0
|
|
@@ -6584,20 +6584,17 @@ module Aws::S3Control
|
|
|
6584
6584
|
# Restrictions][8].
|
|
6585
6585
|
#
|
|
6586
6586
|
# ^
|
|
6587
|
-
#
|
|
6588
6587
|
# * Error code: `MalformedXMLError`
|
|
6589
6588
|
#
|
|
6590
6589
|
# * Description: The XML provided does not match the schema.
|
|
6591
6590
|
#
|
|
6592
6591
|
# ^
|
|
6593
|
-
#
|
|
6594
6592
|
# * Error code: `OperationAbortedError `
|
|
6595
6593
|
#
|
|
6596
6594
|
# * Description: A conflicting conditional action is currently in
|
|
6597
6595
|
# progress against this resource. Try again.
|
|
6598
6596
|
#
|
|
6599
6597
|
# ^
|
|
6600
|
-
#
|
|
6601
6598
|
# * Error code: `InternalError`
|
|
6602
6599
|
#
|
|
6603
6600
|
# * Description: The service was unable to apply the provided tag to
|
|
@@ -7723,7 +7720,7 @@ module Aws::S3Control
|
|
|
7723
7720
|
tracer: tracer
|
|
7724
7721
|
)
|
|
7725
7722
|
context[:gem_name] = 'aws-sdk-s3control'
|
|
7726
|
-
context[:gem_version] = '1.
|
|
7723
|
+
context[:gem_version] = '1.97.0'
|
|
7727
7724
|
Seahorse::Client::Request.new(handlers, context)
|
|
7728
7725
|
end
|
|
7729
7726
|
|
data/lib/aws-sdk-s3control.rb
CHANGED
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.97.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: 2024-11-
|
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|