aws-sdk-ec2 1.392.0 → 1.393.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +3 -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: a6ca76fd08470347ac79ef97cfd9a1cd60369c4e620cfd2c3e5f53270e4b7f73
|
4
|
+
data.tar.gz: 4fbe1deae9f4c313e30b4298a4f9a577a52b906bef6bbecc3ce454cf8fe7efea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b988142cd0d0d5a79377e1f850aec62459c8a20b149db54af4fc42cb10b90d25e7d83db5ae56d092ef50ae0e15f1891fecb6fcad695d5915b8bce4736873c25d
|
7
|
+
data.tar.gz: 140dd10c05b0012b83f13ff3402598a833e459f1031104cd634b81c032dc0143d91cefa6d8b0ce411c3d9299243eb1ed8354c82ae99d717be4b762f2f750a360
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.393.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -32144,7 +32144,7 @@ module Aws::EC2
|
|
32144
32144
|
# resp.spot_instance_requests[0].product_description #=> String, one of "Linux/UNIX", "Linux/UNIX (Amazon VPC)", "Windows", "Windows (Amazon VPC)"
|
32145
32145
|
# resp.spot_instance_requests[0].spot_instance_request_id #=> String
|
32146
32146
|
# resp.spot_instance_requests[0].spot_price #=> String
|
32147
|
-
# resp.spot_instance_requests[0].state #=> String, one of "open", "active", "closed", "cancelled", "failed"
|
32147
|
+
# resp.spot_instance_requests[0].state #=> String, one of "open", "active", "closed", "cancelled", "failed", "disabled"
|
32148
32148
|
# resp.spot_instance_requests[0].status.code #=> String
|
32149
32149
|
# resp.spot_instance_requests[0].status.message #=> String
|
32150
32150
|
# resp.spot_instance_requests[0].status.update_time #=> Time
|
@@ -52258,7 +52258,7 @@ module Aws::EC2
|
|
52258
52258
|
# resp.spot_instance_requests[0].product_description #=> String, one of "Linux/UNIX", "Linux/UNIX (Amazon VPC)", "Windows", "Windows (Amazon VPC)"
|
52259
52259
|
# resp.spot_instance_requests[0].spot_instance_request_id #=> String
|
52260
52260
|
# resp.spot_instance_requests[0].spot_price #=> String
|
52261
|
-
# resp.spot_instance_requests[0].state #=> String, one of "open", "active", "closed", "cancelled", "failed"
|
52261
|
+
# resp.spot_instance_requests[0].state #=> String, one of "open", "active", "closed", "cancelled", "failed", "disabled"
|
52262
52262
|
# resp.spot_instance_requests[0].status.code #=> String
|
52263
52263
|
# resp.spot_instance_requests[0].status.message #=> String
|
52264
52264
|
# resp.spot_instance_requests[0].status.update_time #=> Time
|
@@ -56509,7 +56509,7 @@ module Aws::EC2
|
|
56509
56509
|
params: params,
|
56510
56510
|
config: config)
|
56511
56511
|
context[:gem_name] = 'aws-sdk-ec2'
|
56512
|
-
context[:gem_version] = '1.
|
56512
|
+
context[:gem_version] = '1.393.0'
|
56513
56513
|
Seahorse::Client::Request.new(handlers, context)
|
56514
56514
|
end
|
56515
56515
|
|
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.393.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-07-
|
11
|
+
date: 2023-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|