aws-sdk-ec2 1.549.0 → 1.550.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 +2 -2
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 456b1942d14804afbfd0ebc3c399b053f26b4f7a258d641aa9e7d71812f96410
|
4
|
+
data.tar.gz: dfc40c98164c7b8b66cfd0f8594d08694a1c3a215322bd090c61ccc3fbcdf542
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5b69f03f34b8074e947ad23c458dac93ca5364c7ffb985980c99425300d0d8dd30a1b3c449a0f2e325e6717e3bd7ef7093750a405eb0ade8597dcce72bcaa3d
|
7
|
+
data.tar.gz: aa8983887c56433f6bd5ab3ac3e5c84c0af972d4b970000957b11a13b86208dff5cef25b89db868d9ba080d73348200c79c1cf0082722823ef9fd843806efe76
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.550.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -40616,7 +40616,7 @@ module Aws::EC2
|
|
40616
40616
|
# resp.volume_statuses[0].volume_status.details #=> Array
|
40617
40617
|
# resp.volume_statuses[0].volume_status.details[0].name #=> String, one of "io-enabled", "io-performance", "initialization-state"
|
40618
40618
|
# resp.volume_statuses[0].volume_status.details[0].status #=> String
|
40619
|
-
# resp.volume_statuses[0].volume_status.status #=> String, one of "ok", "impaired", "insufficient-data"
|
40619
|
+
# resp.volume_statuses[0].volume_status.status #=> String, one of "ok", "impaired", "insufficient-data", "warning"
|
40620
40620
|
# resp.volume_statuses[0].attachment_statuses #=> Array
|
40621
40621
|
# resp.volume_statuses[0].attachment_statuses[0].io_performance #=> String
|
40622
40622
|
# resp.volume_statuses[0].attachment_statuses[0].instance_id #=> String
|
@@ -66598,7 +66598,7 @@ module Aws::EC2
|
|
66598
66598
|
tracer: tracer
|
66599
66599
|
)
|
66600
66600
|
context[:gem_name] = 'aws-sdk-ec2'
|
66601
|
-
context[:gem_version] = '1.
|
66601
|
+
context[:gem_version] = '1.550.0'
|
66602
66602
|
Seahorse::Client::Request.new(handlers, context)
|
66603
66603
|
end
|
66604
66604
|
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/sig/types.rbs
CHANGED
@@ -16769,7 +16769,7 @@ module Aws::EC2
|
|
16769
16769
|
|
16770
16770
|
class VolumeStatusInfo
|
16771
16771
|
attr_accessor details: ::Array[Types::VolumeStatusDetails]
|
16772
|
-
attr_accessor status: ("ok" | "impaired" | "insufficient-data")
|
16772
|
+
attr_accessor status: ("ok" | "impaired" | "insufficient-data" | "warning")
|
16773
16773
|
SENSITIVE: []
|
16774
16774
|
end
|
16775
16775
|
|