aws-sdk-ec2 1.386.0 → 1.387.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 +1 -1
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eabc0cb06017e7b657160fc0493e3a994bfce3490677b1f83a143119b926d9d8
|
|
4
|
+
data.tar.gz: fcf0b3214b6608f66490b6a2f559f141bce5ac80bbb0840d32141534326d12fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab69708186a4b997ffa24f3876a250dbca58100046226257de3c2e6c8a301be5549325df47747e21e44b427d66072e8388daccd74d3b9308cbde755b6ff41413
|
|
7
|
+
data.tar.gz: 73b82f16084d4da685fc113881f17bd637bfaef33f0ccaefd850e295dee0a2ee0899136b4d5566e7613d2ac36593c974ab7b5cec93d5cf44502cebc6ea8cc7f1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.387.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -56691,7 +56691,7 @@ module Aws::EC2
|
|
|
56691
56691
|
params: params,
|
|
56692
56692
|
config: config)
|
|
56693
56693
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
56694
|
-
context[:gem_version] = '1.
|
|
56694
|
+
context[:gem_version] = '1.387.0'
|
|
56695
56695
|
Seahorse::Client::Request.new(handlers, context)
|
|
56696
56696
|
end
|
|
56697
56697
|
|
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.387.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: 2023-06-
|
|
11
|
+
date: 2023-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|
|
@@ -33,7 +33,7 @@ dependencies:
|
|
|
33
33
|
version: '3'
|
|
34
34
|
- - ">="
|
|
35
35
|
- !ruby/object:Gem::Version
|
|
36
|
-
version: 3.
|
|
36
|
+
version: 3.176.0
|
|
37
37
|
type: :runtime
|
|
38
38
|
prerelease: false
|
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -43,7 +43,7 @@ dependencies:
|
|
|
43
43
|
version: '3'
|
|
44
44
|
- - ">="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 3.
|
|
46
|
+
version: 3.176.0
|
|
47
47
|
description: Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2).
|
|
48
48
|
This gem is part of the AWS SDK for Ruby.
|
|
49
49
|
email:
|