aws-sdk-glacier 1.41.0 → 1.45.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c92cb543f0b86f1ddb585034c958dc0fa0e3872850391e20984e522947136574
4
- data.tar.gz: d943d22202290fcb2dc9375e9dfa72e064ceb023ba9a286baf5bf7cd1d2da24d
3
+ metadata.gz: 3b43438ec05707a6339b5e263ac0456ed984521f27cd92eb312653b87987b69b
4
+ data.tar.gz: faffed43fba424cfb51273963d4bf4ad3de8c8cef36753405a68952a3f2ce108
5
5
  SHA512:
6
- metadata.gz: eb84fa3029838ca6314fcec5d2e6e44581db055a251140e66f92ef72046ddcbdfd7b8a6ae8c631ac065ac3b10fc74f4ae924081396a219ce2bbb5c58a5e704b8
7
- data.tar.gz: 7b31697be52aa3bd7a202cc54355ec0c80bde6c7a8e0af0936cb1ab5c93bd8d118ce1869ff0e8f487bccd8391e2c9c999e7a39f6152d1b91ba7b092d6bfa5180
6
+ metadata.gz: d41297456fcf439823910e114554c7dda782f44390041aea59355d02f0c58d2ad5050a06d67f1fffa08ae57c8cbb04388ae389004a273d585a5f93b7ed4a33e7
7
+ data.tar.gz: 419b1078ec1a03c4d2288769f51097c449595fda6a261ff40c081d3bd6e6e7bd8f4ea9a86c5734f1a18160e1ee7d3c0477137f6169fb72c91404b0b8f98a62c7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2022-02-03)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.44.0 (2021-12-21)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.43.0 (2021-11-30)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.42.0 (2021-11-04)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.41.0 (2021-10-18)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.45.0
@@ -27,6 +27,8 @@ 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'
31
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
30
32
  require 'aws-sdk-core/plugins/signature_v4.rb'
31
33
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
32
34
  require 'aws-sdk-glacier/plugins/account_id.rb'
@@ -76,6 +78,8 @@ module Aws::Glacier
76
78
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
77
79
  add_plugin(Aws::Plugins::TransferEncoding)
78
80
  add_plugin(Aws::Plugins::HttpChecksum)
81
+ add_plugin(Aws::Plugins::DefaultsMode)
82
+ add_plugin(Aws::Plugins::RecursionDetection)
79
83
  add_plugin(Aws::Plugins::SignatureV4)
80
84
  add_plugin(Aws::Plugins::Protocols::RestJson)
81
85
  add_plugin(Aws::Glacier::Plugins::AccountId)
@@ -125,7 +129,9 @@ module Aws::Glacier
125
129
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
126
130
  # are very aggressive. Construct and pass an instance of
127
131
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
128
- # enable retries and extended timeouts.
132
+ # enable retries and extended timeouts. Instance profile credential
133
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
134
+ # to true.
129
135
  #
130
136
  # @option options [required, String] :region
131
137
  # The AWS region to connect to. The configured `:region` is
@@ -184,6 +190,10 @@ module Aws::Glacier
184
190
  # Used only in `standard` and adaptive retry modes. Specifies whether to apply
185
191
  # a clock skew correction and retry requests with skewed client clocks.
186
192
  #
193
+ # @option options [String] :defaults_mode ("legacy")
194
+ # See {Aws::DefaultsModeConfiguration} for a list of the
195
+ # accepted modes and the configuration defaults that are included.
196
+ #
187
197
  # @option options [Boolean] :disable_host_prefix_injection (false)
188
198
  # Set to true to disable SDK automatically adding host prefix
189
199
  # to default service endpoint when available.
@@ -286,6 +296,15 @@ module Aws::Glacier
286
296
  # ** Please note ** When response stubbing is enabled, no HTTP
287
297
  # requests are made, and retries are disabled.
288
298
  #
299
+ # @option options [Boolean] :use_dualstack_endpoint
300
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
301
+ # will be used if available.
302
+ #
303
+ # @option options [Boolean] :use_fips_endpoint
304
+ # When set to `true`, fips compatible endpoints will be used if available.
305
+ # When a `fips` region is used, the region is normalized and this config
306
+ # is set to `true`.
307
+ #
289
308
  # @option options [Boolean] :validate_params (true)
290
309
  # When `true`, request parameters are validated before
291
310
  # sending the request.
@@ -297,7 +316,7 @@ module Aws::Glacier
297
316
  # seconds to wait when opening a HTTP session before raising a
298
317
  # `Timeout::Error`.
299
318
  #
300
- # @option options [Integer] :http_read_timeout (60) The default
319
+ # @option options [Float] :http_read_timeout (60) The default
301
320
  # number of seconds to wait for response data. This value can
302
321
  # safely be set per-request on the session.
303
322
  #
@@ -313,6 +332,9 @@ module Aws::Glacier
313
332
  # disables this behaviour. This value can safely be set per
314
333
  # request on the session.
315
334
  #
335
+ # @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
336
+ # in seconds.
337
+ #
316
338
  # @option options [Boolean] :http_wire_trace (false) When `true`,
317
339
  # HTTP debug output will be sent to the `:logger`.
318
340
  #
@@ -3378,7 +3400,7 @@ module Aws::Glacier
3378
3400
  params: params,
3379
3401
  config: config)
3380
3402
  context[:gem_name] = 'aws-sdk-glacier'
3381
- context[:gem_version] = '1.41.0'
3403
+ context[:gem_version] = '1.45.0'
3382
3404
  Seahorse::Client::Request.new(handlers, context)
3383
3405
  end
3384
3406
 
@@ -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.41.0'
58
+ GEM_VERSION = '1.45.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.41.0
4
+ version: 1.45.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-10-18 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-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.121.2
22
+ version: 3.126.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.121.2
32
+ version: 3.126.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement