aws-sdk-glacier 1.43.0 → 1.44.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: 9984dba2a2011fa17b837fca549868f5864947c835fcf683baa922ba9adc1b13
4
- data.tar.gz: 70562c171e73d9337e9a1e9b9d5035f9395578e013aa9d5cd28bc315364933f8
3
+ metadata.gz: e6144ffc4fe6126227a04a66670b911afe641db87eaee9170206ce59865c8fee
4
+ data.tar.gz: 641a413b4eeff134522947b00dab93aa8e3ef764a7e9319979c9929dc80e8e18
5
5
  SHA512:
6
- metadata.gz: b957531dbf49bec2e175fbad1ea04accfda16e132df591f5ed3be81d2ad5d37f0f17e99ea766a23a49ad1cc463e7c780a18ad5b7705bd0728138b927a0aac50f
7
- data.tar.gz: cca8e8b765b8053c6464e25cea9b3758ef977e448fddaac0292a34b3c2bea87aacfd768cda96bec3515f09e547d045a44e4bc29980aa161c8e14f15bd1298fe6
6
+ metadata.gz: bbccb847735a11b2b416daf8ec1c768a621e2ff478e87eb46ca11db76f230f6b3c3a3b537560fb712ad1129899e03d0b778f9bfe70172903bca32705efb388f3
7
+ data.tar.gz: 517a364093ef9ff1d99fc6d228668ab643daf760c385ada0c51333735145da2eac59a85b2a14dc1ea84c8b782db5c8e4afbe38e32ce6a88e9db9467f7e1b973a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2021-12-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.43.0 (2021-11-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  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
+ require 'aws-sdk-core/plugins/defaults_mode.rb'
30
31
  require 'aws-sdk-core/plugins/signature_v4.rb'
31
32
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
32
33
  require 'aws-sdk-glacier/plugins/account_id.rb'
@@ -76,6 +77,7 @@ module Aws::Glacier
76
77
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
77
78
  add_plugin(Aws::Plugins::TransferEncoding)
78
79
  add_plugin(Aws::Plugins::HttpChecksum)
80
+ add_plugin(Aws::Plugins::DefaultsMode)
79
81
  add_plugin(Aws::Plugins::SignatureV4)
80
82
  add_plugin(Aws::Plugins::Protocols::RestJson)
81
83
  add_plugin(Aws::Glacier::Plugins::AccountId)
@@ -186,6 +188,10 @@ module Aws::Glacier
186
188
  # Used only in `standard` and adaptive retry modes. Specifies whether to apply
187
189
  # a clock skew correction and retry requests with skewed client clocks.
188
190
  #
191
+ # @option options [String] :defaults_mode ("legacy")
192
+ # See {Aws::DefaultsModeConfiguration} for a list of the
193
+ # accepted modes and the configuration defaults that are included.
194
+ #
189
195
  # @option options [Boolean] :disable_host_prefix_injection (false)
190
196
  # Set to true to disable SDK automatically adding host prefix
191
197
  # to default service endpoint when available.
@@ -308,7 +314,7 @@ module Aws::Glacier
308
314
  # seconds to wait when opening a HTTP session before raising a
309
315
  # `Timeout::Error`.
310
316
  #
311
- # @option options [Integer] :http_read_timeout (60) The default
317
+ # @option options [Float] :http_read_timeout (60) The default
312
318
  # number of seconds to wait for response data. This value can
313
319
  # safely be set per-request on the session.
314
320
  #
@@ -324,6 +330,9 @@ module Aws::Glacier
324
330
  # disables this behaviour. This value can safely be set per
325
331
  # request on the session.
326
332
  #
333
+ # @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
334
+ # in seconds.
335
+ #
327
336
  # @option options [Boolean] :http_wire_trace (false) When `true`,
328
337
  # HTTP debug output will be sent to the `:logger`.
329
338
  #
@@ -3389,7 +3398,7 @@ module Aws::Glacier
3389
3398
  params: params,
3390
3399
  config: config)
3391
3400
  context[:gem_name] = 'aws-sdk-glacier'
3392
- context[:gem_version] = '1.43.0'
3401
+ context[:gem_version] = '1.44.0'
3393
3402
  Seahorse::Client::Request.new(handlers, context)
3394
3403
  end
3395
3404
 
@@ -55,6 +55,6 @@ require_relative 'aws-sdk-glacier/customizations'
55
55
  # @!group service
56
56
  module Aws::Glacier
57
57
 
58
- GEM_VERSION = '1.43.0'
58
+ GEM_VERSION = '1.44.0'
59
59
 
60
60
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glacier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.0
4
+ version: 1.44.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: 2021-11-30 00:00:00.000000000 Z
11
+ date: 2021-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.122.0
22
+ version: 3.125.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.122.0
32
+ version: 3.125.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement