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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 591c1dc89757a934583d4e4484d2d8d107616df3852f49dd620b649cd8db9a7f
4
- data.tar.gz: 778007f18b5bb00af68df8b94c757594396f80cda04a6c98f169a5ae75df951a
3
+ metadata.gz: 1744a74b747edecece6be73797ea20d5da741e4447fa822a763f3620becdc5ec
4
+ data.tar.gz: 7d9dc9bcab0308513f10ccad3af2ceac2e0ca9704a89fb65cf0658ccf170dbd0
5
5
  SHA512:
6
- metadata.gz: 8949efb04c91be8bd5b31977e4085ecec490707800bbdb759fdadf42448b8575e2ec556aff9153c1a48d62b2a3fbdf99b8bbb88b8ca715e10414763ed85e04eb
7
- data.tar.gz: aeb4aedeab5cd1e03c946bf4c8e197ad0932b6d6f635f1d108366299c522e8c3799ec48b5a1a6e826f29724f82fc09c1f738a90085e345445506674c0c728ff4
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.214.0
1
+ 1.215.0
@@ -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.214.0'
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
@@ -78,6 +78,6 @@ require_relative 'aws-sdk-rds/customizations'
78
78
  # @!group service
79
79
  module Aws::RDS
80
80
 
81
- GEM_VERSION = '1.214.0'
81
+ GEM_VERSION = '1.215.0'
82
82
 
83
83
  end
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.214.0
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-26 00:00:00.000000000 Z
11
+ date: 2024-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4