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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +1 -1
- data/lib/aws-sdk-rds/client_api.rb +2 -0
- data/lib/aws-sdk-rds.rb +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: 5a62dcd656d3582a0fc973c19b7128d865c9f7bda609c6689e436ce9602f6c2c
|
4
|
+
data.tar.gz: d798727c3eb36367aa6f6209d0d6154dfe013068ee1e756c35b87d8903a02c4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 110c3b6b0da5ab4db351da3d83ae61ba76b39473ae34fccfcca427356f4231097a2a900784a7290bde7f561963e535899db71eacf9470befcda9ede2b71d8b13
|
7
|
+
data.tar.gz: 17afaf3efce534f320be6ff1bde0b0d2a1bd3c92dc6a624d2c0f1b14d68f5e3bdb131e74593ba5eeaf2f7477b86155ce9e5099db7574b25f559ca2dd1c2cbeec
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.282.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -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.
|
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.
|
83
|
+
GEM_VERSION = '1.282.0'
|
84
84
|
|
85
85
|
end
|
86
86
|
|