aws-sdk-ec2 1.456.0 → 1.457.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +4 -3
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76014b975628e25477347fdc9e78eea9218c23c15bd67744851b4d391c0d5ceb
|
|
4
|
+
data.tar.gz: 3576cf55e624f067382a81324f2054e25d540513991247d8c3584666bfeba22e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3b1de15800a2546ab668d3da93ca2b273e95ff1d7ba7700e53ce5aa40d85c640bea9aff5892d3795d698488fba67993de9ca70e674ce1c0e3d4c1b37e199ddd
|
|
7
|
+
data.tar.gz: d77485828755830b932413383795d9c24d91120b7cf4bce363d3e9d8f8ec0570024ab39d60da67f8a56f6f8b8130468d10a3cae3057bdfcc295b0663a67f00f6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.457.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -305,8 +305,9 @@ module Aws::EC2
|
|
|
305
305
|
#
|
|
306
306
|
# @option options [String] :sdk_ua_app_id
|
|
307
307
|
# A unique and opaque application ID that is appended to the
|
|
308
|
-
# User-Agent header as app
|
|
309
|
-
# maximum length of 50.
|
|
308
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
|
309
|
+
# maximum length of 50. This variable is sourced from environment
|
|
310
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
|
310
311
|
#
|
|
311
312
|
# @option options [String] :secret_access_key
|
|
312
313
|
#
|
|
@@ -59356,7 +59357,7 @@ module Aws::EC2
|
|
|
59356
59357
|
params: params,
|
|
59357
59358
|
config: config)
|
|
59358
59359
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
59359
|
-
context[:gem_version] = '1.
|
|
59360
|
+
context[:gem_version] = '1.457.0'
|
|
59360
59361
|
Seahorse::Client::Request.new(handlers, context)
|
|
59361
59362
|
end
|
|
59362
59363
|
|
data/lib/aws-sdk-ec2.rb
CHANGED
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.
|
|
4
|
+
version: 1.457.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-05-
|
|
11
|
+
date: 2024-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|