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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3990048cef0ffcc21e2da774a329ad423d27a021b9c2460c1dd84a3bd1b3c420
4
- data.tar.gz: fee42321e5e8f5a5e2dc6276a95a75b90a2974cd7ff82987b0081dfedd0a64ea
3
+ metadata.gz: 456b1942d14804afbfd0ebc3c399b053f26b4f7a258d641aa9e7d71812f96410
4
+ data.tar.gz: dfc40c98164c7b8b66cfd0f8594d08694a1c3a215322bd090c61ccc3fbcdf542
5
5
  SHA512:
6
- metadata.gz: 6fc56e30a803fe8cf8bbb18312351f7481a3f35f76245303a450b24a4651a441187a3d41616e7ff14418d3743af905961871bd3ee56fd1a482d6ed2dd80c5386
7
- data.tar.gz: c6d809324f407bb17380f45d84a414822ba428e5f8e331defd392488410362ec0e44e8ef4dfb55fb2be30efcf41835ec13d6c36599365bce98c6426f8716045e
6
+ metadata.gz: d5b69f03f34b8074e947ad23c458dac93ca5364c7ffb985980c99425300d0d8dd30a1b3c449a0f2e325e6717e3bd7ef7093750a405eb0ade8597dcce72bcaa3d
7
+ data.tar.gz: aa8983887c56433f6bd5ab3ac3e5c84c0af972d4b970000957b11a13b86208dff5cef25b89db868d9ba080d73348200c79c1cf0082722823ef9fd843806efe76
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.550.0 (2025-08-19)
5
+ ------------------
6
+
7
+ * Feature - Add support for "warning" volume status.
8
+
4
9
  1.549.0 (2025-08-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.549.0
1
+ 1.550.0
@@ -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.549.0'
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
@@ -78,7 +78,7 @@ module Aws::EC2
78
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
79
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
80
80
 
81
- GEM_VERSION = '1.549.0'
81
+ GEM_VERSION = '1.550.0'
82
82
 
83
83
  end
84
84
 
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.549.0
4
+ version: 1.550.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services