aws-sdk-rds 1.281.0 → 1.282.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: 2de5e099dd0ab441476346125785b243699bb08c10ba352485b3c439fbb27c8c
4
- data.tar.gz: d6eece531d131e71f07c36ef799e5b84a6c254a25c2f3110d281ce352935c538
3
+ metadata.gz: 5a62dcd656d3582a0fc973c19b7128d865c9f7bda609c6689e436ce9602f6c2c
4
+ data.tar.gz: d798727c3eb36367aa6f6209d0d6154dfe013068ee1e756c35b87d8903a02c4c
5
5
  SHA512:
6
- metadata.gz: a0e822be8d94d9daa25734a6d56a998bfce85e91bddba15a9560d98666e08b88cf2a07bd200a113ee9a54b9e89407db9fb334e0019e3d7a25a79f086d8018534
7
- data.tar.gz: 421fa0581b8b9986f5bb9c7ca420bcd8dbc19f9c20e951fb01df1dd59a6418c4b496941a8f87f93cecd45879c64b062e126f408bd58cbd47853abd8dc2cef585
6
+ metadata.gz: 110c3b6b0da5ab4db351da3d83ae61ba76b39473ae34fccfcca427356f4231097a2a900784a7290bde7f561963e535899db71eacf9470befcda9ede2b71d8b13
7
+ data.tar.gz: 17afaf3efce534f320be6ff1bde0b0d2a1bd3c92dc6a624d2c0f1b14d68f5e3bdb131e74593ba5eeaf2f7477b86155ce9e5099db7574b25f559ca2dd1c2cbeec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.282.0 (2025-06-27)
5
+ ------------------
6
+
7
+ * Feature - StartDBCluster and StopDBCluster can now throw InvalidDBShardGroupStateFault.
8
+
4
9
  1.281.0 (2025-06-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.281.0
1
+ 1.282.0
@@ -32411,7 +32411,7 @@ module Aws::RDS
32411
32411
  tracer: tracer
32412
32412
  )
32413
32413
  context[:gem_name] = 'aws-sdk-rds'
32414
- context[:gem_version] = '1.281.0'
32414
+ context[:gem_version] = '1.282.0'
32415
32415
  Seahorse::Client::Request.new(handlers, context)
32416
32416
  end
32417
32417
 
@@ -6500,6 +6500,7 @@ module Aws::RDS
6500
6500
  o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
6501
6501
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
6502
6502
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
6503
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBShardGroupStateFault)
6503
6504
  end)
6504
6505
 
6505
6506
  api.add_operation(:start_db_instance, Seahorse::Model::Operation.new.tap do |o|
@@ -6574,6 +6575,7 @@ module Aws::RDS
6574
6575
  o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
6575
6576
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
6576
6577
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
6578
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBShardGroupStateFault)
6577
6579
  end)
6578
6580
 
6579
6581
  api.add_operation(:stop_db_instance, Seahorse::Model::Operation.new.tap do |o|
data/lib/aws-sdk-rds.rb CHANGED
@@ -80,7 +80,7 @@ module Aws::RDS
80
80
  autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
81
81
  autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'
82
82
 
83
- GEM_VERSION = '1.281.0'
83
+ GEM_VERSION = '1.282.0'
84
84
 
85
85
  end
86
86
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.281.0
4
+ version: 1.282.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services