aws-sdk-ebs 1.17.0 → 1.21.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: ba3da737272d9c287888941e0d558ea99f842ded6202099e83ececa0ff3510a1
4
- data.tar.gz: 15c52b5ed4a20c04bf089cffd38e41a7c0989032efe4463886c89c40a393ae66
3
+ metadata.gz: 9867a56cb60b2462075349b149bdcd07a1d834113ac68baa0ca9ed20c776215b
4
+ data.tar.gz: 1914f6aeb3f736ceb80bbbeb7e675d234670e088d281a9e544d41c5d00ae52e9
5
5
  SHA512:
6
- metadata.gz: 6d70f0d26ebd1923f6bffb9151badf4ebd5f0755d228d4fa2dfa87415835ab665acf72b6e29a5e92c704899f953abc08a37b1a3fc86297d365a74f5c4321db14
7
- data.tar.gz: a58607df0e3685eaf9a71aa3408034e1cc0006e645b6f4f73451b5bb94352ae8060711af022c80b6565b37054befe2e50d5d63a02babb5d25a9f23f302c441c5
6
+ metadata.gz: 54e62a0b933f167a47c12293027c6d6e227dcf50ecae09c044e7a28bccacc93898a5a5964e6f806f9dcf0937a75d397638db6565a85a13d234d780c5ec4b13de
7
+ data.tar.gz: 8977b4d89e9b46e80dc42dca2451828ecfa012c6fe99c88b2fcbdbc2435d9e8eccc160100976dc12ea0ea44d024b386515c4f1ab49a16cd546411a87ad7e180a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.20.0 (2021-11-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.19.0 (2021-10-18)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.18.0 (2021-09-02)
20
+ ------------------
21
+
22
+ * Feature - Documentation updates for Amazon EBS direct APIs.
23
+
4
24
  1.17.0 (2021-09-01)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.21.0
@@ -119,7 +119,9 @@ module Aws::EBS
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -275,6 +277,15 @@ module Aws::EBS
275
277
  # ** Please note ** When response stubbing is enabled, no HTTP
276
278
  # requests are made, and retries are disabled.
277
279
  #
280
+ # @option options [Boolean] :use_dualstack_endpoint
281
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
282
+ # will be used if available.
283
+ #
284
+ # @option options [Boolean] :use_fips_endpoint
285
+ # When set to `true`, fips compatible endpoints will be used if available.
286
+ # When a `fips` region is used, the region is normalized and this config
287
+ # is set to `true`.
288
+ #
278
289
  # @option options [Boolean] :validate_params (true)
279
290
  # When `true`, request parameters are validated before
280
291
  # sending the request.
@@ -649,7 +660,7 @@ module Aws::EBS
649
660
  # [1]: https://docs.aws.amazon.com/ebs/latest/APIReference/API_PutSnapshotBlock.html
650
661
  #
651
662
  # @option params [required, Integer] :volume_size
652
- # The size of the volume, in GiB. The maximum size is `16384` GiB (16
663
+ # The size of the volume, in GiB. The maximum size is `65536` GiB (64
653
664
  # TiB).
654
665
  #
655
666
  # @option params [String] :parent_snapshot_id
@@ -806,7 +817,7 @@ module Aws::EBS
806
817
  params: params,
807
818
  config: config)
808
819
  context[:gem_name] = 'aws-sdk-ebs'
809
- context[:gem_version] = '1.17.0'
820
+ context[:gem_version] = '1.21.0'
810
821
  Seahorse::Client::Request.new(handlers, context)
811
822
  end
812
823
 
@@ -581,7 +581,7 @@ module Aws::EBS
581
581
  # }
582
582
  #
583
583
  # @!attribute [rw] volume_size
584
- # The size of the volume, in GiB. The maximum size is `16384` GiB (16
584
+ # The size of the volume, in GiB. The maximum size is `65536` GiB (64
585
585
  # TiB).
586
586
  # @return [Integer]
587
587
  #
data/lib/aws-sdk-ebs.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ebs/customizations'
48
48
  # @!group service
49
49
  module Aws::EBS
50
50
 
51
- GEM_VERSION = '1.17.0'
51
+ GEM_VERSION = '1.21.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ebs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.21.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-09-01 00:00:00.000000000 Z
11
+ date: 2021-11-30 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.120.0
22
+ version: 3.122.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.120.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement