aws-sdk-s3control 1.46.0 → 1.47.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: f6e842040f94c5cd10bba9d0a8ea2f3ed85f03241ec21745ad75261f4af99fb3
4
- data.tar.gz: 22924fde9de1c9e09effcc8d2cdb70961f27733bf04a0bb9305c49cc11027120
3
+ metadata.gz: be9cc5fc7abd5c6f15ca35f4bede07c93029c8de0177749070cd97a6e3419ed0
4
+ data.tar.gz: e2b515c9b921a1a8183549cf48bdf7d0f26b33361764de4183cc8e170b5a3b5c
5
5
  SHA512:
6
- metadata.gz: 49a50b3411817fe22a1f206f484d9cb25d6d5c72fd5adcf3cc27ebdc0088a5aa6353e7146703d2117bccdab5f8daeca4b5791e5f6405df29a72bbe9dd5a19b90
7
- data.tar.gz: 8d9c932eb5f11828c7cc001d6170783e420d87329030a27c73dc2ccf9a303e3515b991b7387f13ea8468700c4d093c35cb2c56766b8a268804a14b3f4136eefa
6
+ metadata.gz: 23d0713a7db9da6a6cb2895b2d8c5a414d01749a1e1e08d62b735685e93f218f1186dc1cd1b64fc3a3209cce835bd6424616f999151b3d8ef3f3a4e781ae638a
7
+ data.tar.gz: 0c86df3538976a952de01b94522af3bf401e38adee67a21860fa239b159ba02dd3e6f63bc677dee2fb46f939cf59c10945f88f15b3ff119b4c3b6f4178ff4d4f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2022-02-03)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.46.0 (2022-01-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -28,6 +28,7 @@ require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
30
  require 'aws-sdk-core/plugins/defaults_mode.rb'
31
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
32
  require 'aws-sdk-core/plugins/protocols/rest_xml.rb'
32
33
  require 'aws-sdk-s3control/plugins/arn.rb'
33
34
  require 'aws-sdk-s3control/plugins/dualstack.rb'
@@ -78,6 +79,7 @@ module Aws::S3Control
78
79
  add_plugin(Aws::Plugins::TransferEncoding)
79
80
  add_plugin(Aws::Plugins::HttpChecksum)
80
81
  add_plugin(Aws::Plugins::DefaultsMode)
82
+ add_plugin(Aws::Plugins::RecursionDetection)
81
83
  add_plugin(Aws::Plugins::Protocols::RestXml)
82
84
  add_plugin(Aws::S3Control::Plugins::ARN)
83
85
  add_plugin(Aws::S3Control::Plugins::Dualstack)
@@ -4672,7 +4674,7 @@ module Aws::S3Control
4672
4674
  params: params,
4673
4675
  config: config)
4674
4676
  context[:gem_name] = 'aws-sdk-s3control'
4675
- context[:gem_version] = '1.46.0'
4677
+ context[:gem_version] = '1.47.0'
4676
4678
  Seahorse::Client::Request.new(handlers, context)
4677
4679
  end
4678
4680
 
@@ -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.46.0'
51
+ GEM_VERSION = '1.47.0'
52
52
 
53
53
  end
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.46.0
4
+ version: 1.47.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: 2022-01-04 00:00:00.000000000 Z
11
+ date: 2022-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '3'
34
34
  - - ">="
35
35
  - !ruby/object:Gem::Version
36
- version: 3.125.0
36
+ version: 3.126.0
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '3'
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 3.125.0
46
+ version: 3.126.0
47
47
  description: Official AWS Ruby gem for AWS S3 Control. This gem is part of the AWS
48
48
  SDK for Ruby.
49
49
  email: