aws-sdk-rds 1.211.0 → 1.212.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 +1 -0
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f8092f5d6f03def56e3938623f0a6deafe50361b5de220435e5bbbcc5bc411c1
|
|
4
|
+
data.tar.gz: e524d349ab2c04849af37ffd47ee9defca1b1f6254636452c40fe0e032d04feb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56756b55ec8b0c8e446b04b2c8669f015d4fab54d7a4f9866faa634b63579565082b602ffad2a73df9dc1f48e8ff1cb744e0697ac3e6b3df7175267f5ac323e3
|
|
7
|
+
data.tar.gz: 6189589734e20651b657337a540c569c2ff6111688827446855cacfad124dfa93e9445dab089e75c3bbce7d87ed8f95207ec544792cbb44430c50fd7689a1867
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.212.0 (2024-01-22)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity.
|
|
8
|
+
|
|
4
9
|
1.211.0 (2023-12-21)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.212.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -29970,7 +29970,7 @@ module Aws::RDS
|
|
|
29970
29970
|
params: params,
|
|
29971
29971
|
config: config)
|
|
29972
29972
|
context[:gem_name] = 'aws-sdk-rds'
|
|
29973
|
-
context[:gem_version] = '1.
|
|
29973
|
+
context[:gem_version] = '1.212.0'
|
|
29974
29974
|
Seahorse::Client::Request.new(handlers, context)
|
|
29975
29975
|
end
|
|
29976
29976
|
|
|
@@ -4411,6 +4411,7 @@ module Aws::RDS
|
|
|
4411
4411
|
o.input = Shapes::ShapeRef.new(shape: CreateDBClusterMessage)
|
|
4412
4412
|
o.output = Shapes::ShapeRef.new(shape: CreateDBClusterResult)
|
|
4413
4413
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterAlreadyExistsFault)
|
|
4414
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
|
|
4414
4415
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientStorageClusterCapacityFault)
|
|
4415
4416
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterQuotaExceededFault)
|
|
4416
4417
|
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
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.212.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|
|
@@ -100,7 +100,7 @@ licenses:
|
|
|
100
100
|
metadata:
|
|
101
101
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-rds
|
|
102
102
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-rds/CHANGELOG.md
|
|
103
|
-
post_install_message:
|
|
103
|
+
post_install_message:
|
|
104
104
|
rdoc_options: []
|
|
105
105
|
require_paths:
|
|
106
106
|
- lib
|
|
@@ -115,8 +115,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
116
|
version: '0'
|
|
117
117
|
requirements: []
|
|
118
|
-
rubygems_version: 3.
|
|
119
|
-
signing_key:
|
|
118
|
+
rubygems_version: 3.4.10
|
|
119
|
+
signing_key:
|
|
120
120
|
specification_version: 4
|
|
121
121
|
summary: AWS SDK for Ruby - Amazon RDS
|
|
122
122
|
test_files: []
|