aws-sdk-rds 1.214.0 → 1.215.0
Sign up to get free protection for your applications and to get access to all the features.
- 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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1744a74b747edecece6be73797ea20d5da741e4447fa822a763f3620becdc5ec
|
4
|
+
data.tar.gz: 7d9dc9bcab0308513f10ccad3af2ceac2e0ca9704a89fb65cf0658ccf170dbd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f03417aaaf6ad8f7346e727d67402ddaf62102c2d3707da4346338a5fe810b107bc9c18690401feb71307999447c5f43c0312d60bb50e73982b0098521c6c109
|
7
|
+
data.tar.gz: cd12c102de6b1667d516fc8b0d225ebc604aacc62806bbc3e21167c5a940acb9c0119a9f8c2b58f10eb93a8130118b3b411a8160bd0cbc1b1ba2357fc4750e0f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.215.0 (2024-01-29)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience.
|
8
|
+
|
4
9
|
1.214.0 (2024-01-26)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.215.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -30413,7 +30413,7 @@ module Aws::RDS
|
|
30413
30413
|
params: params,
|
30414
30414
|
config: config)
|
30415
30415
|
context[:gem_name] = 'aws-sdk-rds'
|
30416
|
-
context[:gem_version] = '1.
|
30416
|
+
context[:gem_version] = '1.215.0'
|
30417
30417
|
Seahorse::Client::Request.new(handlers, context)
|
30418
30418
|
end
|
30419
30419
|
|
@@ -6178,6 +6178,7 @@ module Aws::RDS
|
|
6178
6178
|
o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
|
6179
6179
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterParameterGroupNotFoundFault)
|
6180
6180
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
6181
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
|
6181
6182
|
end)
|
6182
6183
|
|
6183
6184
|
api.add_operation(:restore_db_cluster_to_point_in_time, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6205,6 +6206,7 @@ module Aws::RDS
|
|
6205
6206
|
o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
|
6206
6207
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterParameterGroupNotFoundFault)
|
6207
6208
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterAutomatedBackupNotFoundFault)
|
6209
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
|
6208
6210
|
end)
|
6209
6211
|
|
6210
6212
|
api.add_operation(:restore_db_instance_from_db_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
data/lib/aws-sdk-rds.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-rds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.215.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: 2024-01-
|
11
|
+
date: 2024-01-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|