aws-sdk-ec2 1.392.0 → 1.393.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5711d657e455c65d4efaf8d0336cbd1e4c1caa0fbd9f864bae47e5016159db41
4
- data.tar.gz: 6c4a5a449c4ecfce184b3652e0668d8fb09aa599608e238cde993e827298fb87
3
+ metadata.gz: a6ca76fd08470347ac79ef97cfd9a1cd60369c4e620cfd2c3e5f53270e4b7f73
4
+ data.tar.gz: 4fbe1deae9f4c313e30b4298a4f9a577a52b906bef6bbecc3ce454cf8fe7efea
5
5
  SHA512:
6
- metadata.gz: 88a59c59f8a9b21f04a6eda85c5eaf82fc54d790a8d6dcc52a0952302e1e1a65f8659b59ed59a6190d5354a2f9cf6be27fce3c5b8b006112277cfed616e1afbe
7
- data.tar.gz: 3083ed83620f9dc2ecfe0cff98a11e8b5e928b9c1f051a5c5c4d975b96c08b77c9db75b62847690606d5d97eae5873a83923299a0171a3d8c8f164b3b9781fd5
6
+ metadata.gz: b988142cd0d0d5a79377e1f850aec62459c8a20b149db54af4fc42cb10b90d25e7d83db5ae56d092ef50ae0e15f1891fecb6fcad695d5915b8bce4736873c25d
7
+ data.tar.gz: 140dd10c05b0012b83f13ff3402598a833e459f1031104cd634b81c032dc0143d91cefa6d8b0ce411c3d9299243eb1ed8354c82ae99d717be4b762f2f750a360
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.393.0 (2023-07-24)
5
+ ------------------
6
+
7
+ * Feature - Add "disabled" enum value to SpotInstanceState.
8
+
4
9
  1.392.0 (2023-07-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.392.0
1
+ 1.393.0
@@ -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.392.0'
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
@@ -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.392.0'
79
+ GEM_VERSION = '1.393.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.392.0
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-19 00:00:00.000000000 Z
11
+ date: 2023-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4