aws-sdk-rds 1.216.0 → 1.217.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 +4 -3
- data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +1 -1
- data/lib/aws-sdk-rds/resource.rb +3 -2
- data/lib/aws-sdk-rds/types.rb +5 -2
- 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: 3ca25bfa0bf82dbea1f0f10f6648fce9c625c1e55bae10c767404513e6a4eb64
|
|
4
|
+
data.tar.gz: db1196d9760f21039a84506fc7946fe6166033e230c904b1daf740269883c6f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c0aaecd5a9eb9617ab032e975b2d0b6f2ed00cb74996ace7a2458ac8a169ea127546bf20587b80f09a0676d8f7b568af02fb494b371b2b79ae14dee1a8763d9
|
|
7
|
+
data.tar.gz: ee46f2f3b9fa759c23de50385ff160b6b6bad0c894ade3f3523c44ae3c7fd5a9130abce2280ab4da76a71eac839aa7050a57c6160bccf5ef0d20fb11d7a5a048
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.217.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -2549,7 +2549,8 @@ module Aws::RDS
|
|
|
2549
2549
|
#
|
|
2550
2550
|
# Constraints:
|
|
2551
2551
|
#
|
|
2552
|
-
# * Must contain from 1 to 63
|
|
2552
|
+
# * Must contain from 1 to 63 (for Aurora DB clusters) or 1 to 52 (for
|
|
2553
|
+
# Multi-AZ DB clusters) letters, numbers, or hyphens.
|
|
2553
2554
|
#
|
|
2554
2555
|
# * First character must be a letter.
|
|
2555
2556
|
#
|
|
@@ -3871,7 +3872,7 @@ module Aws::RDS
|
|
|
3871
3872
|
#
|
|
3872
3873
|
# **RDS for PostgreSQL**
|
|
3873
3874
|
#
|
|
3874
|
-
# Example: `
|
|
3875
|
+
# Example: `postgres13`
|
|
3875
3876
|
#
|
|
3876
3877
|
# To list all of the available parameter group families for a DB engine,
|
|
3877
3878
|
# use the following command:
|
|
@@ -30413,7 +30414,7 @@ module Aws::RDS
|
|
|
30413
30414
|
params: params,
|
|
30414
30415
|
config: config)
|
|
30415
30416
|
context[:gem_name] = 'aws-sdk-rds'
|
|
30416
|
-
context[:gem_version] = '1.
|
|
30417
|
+
context[:gem_version] = '1.217.0'
|
|
30417
30418
|
Seahorse::Client::Request.new(handlers, context)
|
|
30418
30419
|
end
|
|
30419
30420
|
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
|
@@ -156,7 +156,8 @@ module Aws::RDS
|
|
|
156
156
|
#
|
|
157
157
|
# Constraints:
|
|
158
158
|
#
|
|
159
|
-
# * Must contain from 1 to 63
|
|
159
|
+
# * Must contain from 1 to 63 (for Aurora DB clusters) or 1 to 52 (for
|
|
160
|
+
# Multi-AZ DB clusters) letters, numbers, or hyphens.
|
|
160
161
|
#
|
|
161
162
|
# * First character must be a letter.
|
|
162
163
|
#
|
|
@@ -938,7 +939,7 @@ module Aws::RDS
|
|
|
938
939
|
#
|
|
939
940
|
# **RDS for PostgreSQL**
|
|
940
941
|
#
|
|
941
|
-
# Example: `
|
|
942
|
+
# Example: `postgres13`
|
|
942
943
|
#
|
|
943
944
|
# To list all of the available parameter group families for a DB engine,
|
|
944
945
|
# use the following command:
|
data/lib/aws-sdk-rds/types.rb
CHANGED
|
@@ -2085,7 +2085,8 @@ module Aws::RDS
|
|
|
2085
2085
|
#
|
|
2086
2086
|
# Constraints:
|
|
2087
2087
|
#
|
|
2088
|
-
# * Must contain from 1 to 63
|
|
2088
|
+
# * Must contain from 1 to 63 (for Aurora DB clusters) or 1 to 52 (for
|
|
2089
|
+
# Multi-AZ DB clusters) letters, numbers, or hyphens.
|
|
2089
2090
|
#
|
|
2090
2091
|
# * First character must be a letter.
|
|
2091
2092
|
#
|
|
@@ -3004,7 +3005,7 @@ module Aws::RDS
|
|
|
3004
3005
|
#
|
|
3005
3006
|
# **RDS for PostgreSQL**
|
|
3006
3007
|
#
|
|
3007
|
-
# Example: `
|
|
3008
|
+
# Example: `postgres13`
|
|
3008
3009
|
#
|
|
3009
3010
|
# To list all of the available parameter group families for a DB
|
|
3010
3011
|
# engine, use the following command:
|
|
@@ -15582,6 +15583,8 @@ module Aws::RDS
|
|
|
15582
15583
|
#
|
|
15583
15584
|
# * `DescribeDBRecommendations`
|
|
15584
15585
|
#
|
|
15586
|
+
# * `DescribeDBShardGroups`
|
|
15587
|
+
#
|
|
15585
15588
|
# * `DescribePendingMaintenanceActions`
|
|
15586
15589
|
#
|
|
15587
15590
|
# @!attribute [rw] name
|
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.217.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-02-
|
|
11
|
+
date: 2024-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|