aws-sdk-ec2 1.461.0 → 1.462.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: f9cbac0459d50dc5ec2ff18cb28aebe163dc637a8ef64b52fa48c46db938b10f
4
- data.tar.gz: a2c304ce2553ab6d291c5ec53f99ac437640e7bd05006ea7b4f3d87fe0741b16
3
+ metadata.gz: 471030c9b007bfc41169c2a26d37d1b5a193750b7ca47a8e91390bd51ad7b5ba
4
+ data.tar.gz: 4a3f848a651aecf7b835cec283e1e69b04daa5d53ba8081ca3725673f6b9589e
5
5
  SHA512:
6
- metadata.gz: 3c79f48573e902d878bde3a7ca94af152fc3d3c835fb5f8053c1853b93d1fc69eab4ad40f03c7360a0e19ce9675e08a2ea16cfe55652b82e9e4b2380785b36ab
7
- data.tar.gz: c834e2d1eab3d5e4ba732155e98a0747e10d423e8392c2f4a100799a283dc6f953ccf5619aa1b85f6c44b8cead2326af97ea6ead86740c8a3bb48366ab459f5d
6
+ metadata.gz: 55adc6f16d2ba46d80a844637f0f627c3616228091692cd8836012e08d8260279d0829e97cf02cd786743d3bfcd77ddc30028598b8ee36571318d3977e8c43ec
7
+ data.tar.gz: ac8a5906ed1d6d1936d801c410b2b332e6b23081256caabf931dc15f9c583ab57340b082ad3471883728395d59bdbceecff902fa245f3bceb002ce346283c625
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.462.0 (2024-06-24)
5
+ ------------------
6
+
7
+ * Feature - Fix EC2 multi-protocol info in models.
8
+
4
9
  1.461.0 (2024-06-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.461.0
1
+ 1.462.0
@@ -93,6 +93,11 @@ module Aws::EC2
93
93
 
94
94
  # @overload initialize(options)
95
95
  # @param [Hash] options
96
+ #
97
+ # @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
98
+ # A list of plugins to apply to the client. Each plugin is either a
99
+ # class name or an instance of a plugin class.
100
+ #
96
101
  # @option options [required, Aws::CredentialProvider] :credentials
97
102
  # Your AWS credentials. This can be an instance of any one of the
98
103
  # following classes:
@@ -213,7 +218,6 @@ module Aws::EC2
213
218
  # 'https://example.com'
214
219
  # 'http://example.com:123'
215
220
  #
216
- #
217
221
  # @option options [Integer] :endpoint_cache_max_entries (1000)
218
222
  # Used for the maximum size limit of the LRU cache storing endpoints data
219
223
  # for endpoint discovery enabled operations. Defaults to 1000.
@@ -302,7 +306,6 @@ module Aws::EC2
302
306
  # throttling. This is a provisional mode that may change behavior
303
307
  # in the future.
304
308
  #
305
- #
306
309
  # @option options [String] :sdk_ua_app_id
307
310
  # A unique and opaque application ID that is appended to the
308
311
  # User-Agent header as app/sdk_ua_app_id. It should have a
@@ -59468,7 +59471,7 @@ module Aws::EC2
59468
59471
  params: params,
59469
59472
  config: config)
59470
59473
  context[:gem_name] = 'aws-sdk-ec2'
59471
- context[:gem_version] = '1.461.0'
59474
+ context[:gem_version] = '1.462.0'
59472
59475
  Seahorse::Client::Request.new(handlers, context)
59473
59476
  end
59474
59477
 
@@ -15739,7 +15739,7 @@ module Aws::EC2
15739
15739
  "auth" => ["aws.auth#sigv4"],
15740
15740
  "endpointPrefix" => "ec2",
15741
15741
  "protocol" => "ec2",
15742
- "protocols" => ["query"],
15742
+ "protocols" => ["ec2"],
15743
15743
  "serviceAbbreviation" => "Amazon EC2",
15744
15744
  "serviceFullName" => "Amazon Elastic Compute Cloud",
15745
15745
  "serviceId" => "EC2",
data/lib/aws-sdk-ec2.rb CHANGED
@@ -76,6 +76,6 @@ require_relative 'aws-sdk-ec2/customizations'
76
76
  # @!group service
77
77
  module Aws::EC2
78
78
 
79
- GEM_VERSION = '1.461.0'
79
+ GEM_VERSION = '1.462.0'
80
80
 
81
81
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.461.0
4
+ version: 1.462.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-06-14 00:00:00.000000000 Z
11
+ date: 2024-06-24 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.197.0
22
+ version: 3.198.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.197.0
32
+ version: 3.198.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement