aws-sdk-rds 1.216.0 → 1.217.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: 1dadbbe1bd65b588fba54958e94d2d415dac4bbc67e5e876c72a5ff0f40b1da2
4
- data.tar.gz: c6e3bb73ecc40610b09f43a54dfc2ad3d24c8db9df75a90c0aa8c7ba686f637d
3
+ metadata.gz: 3ca25bfa0bf82dbea1f0f10f6648fce9c625c1e55bae10c767404513e6a4eb64
4
+ data.tar.gz: db1196d9760f21039a84506fc7946fe6166033e230c904b1daf740269883c6f8
5
5
  SHA512:
6
- metadata.gz: d525517876aaa5619c0bf17601124ea2f30190a4f139a0268cc1eea675cc644a3c2d2cf5873cfe37a668e52436ba9a78b3eb84431aa94342b48ed3026d553b2b
7
- data.tar.gz: 2046ea44438e4ef9d86e2982716c74576a408961741958e6db66de5ec1c0b08cbffa4fb62ac0c43f80cfb4c0454f3f460ab92a4f654ec046b78d78054aebf3b9
6
+ metadata.gz: 5c0aaecd5a9eb9617ab032e975b2d0b6f2ed00cb74996ace7a2458ac8a169ea127546bf20587b80f09a0676d8f7b568af02fb494b371b2b79ae14dee1a8763d9
7
+ data.tar.gz: ee46f2f3b9fa759c23de50385ff160b6b6bad0c894ade3f3523c44ae3c7fd5a9130abce2280ab4da76a71eac839aa7050a57c6160bccf5ef0d20fb11d7a5a048
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.217.0 (2024-02-16)
5
+ ------------------
6
+
7
+ * Feature - Doc only update for a valid option in DB parameter group
8
+
4
9
  1.216.0 (2024-02-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.216.0
1
+ 1.217.0
@@ -2549,7 +2549,8 @@ module Aws::RDS
2549
2549
  #
2550
2550
  # Constraints:
2551
2551
  #
2552
- # * Must contain from 1 to 63 letters, numbers, or hyphens.
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: `postgres12`
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.216.0'
30417
+ context[:gem_version] = '1.217.0'
30417
30418
  Seahorse::Client::Request.new(handlers, context)
30418
30419
  end
30419
30420
 
@@ -227,7 +227,7 @@ module Aws::RDS
227
227
  #
228
228
  # **RDS for PostgreSQL**
229
229
  #
230
- # Example: `postgres12`
230
+ # Example: `postgres13`
231
231
  #
232
232
  # To list all of the available parameter group families for a DB engine,
233
233
  # use the following command:
@@ -156,7 +156,8 @@ module Aws::RDS
156
156
  #
157
157
  # Constraints:
158
158
  #
159
- # * Must contain from 1 to 63 letters, numbers, or hyphens.
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: `postgres12`
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:
@@ -2085,7 +2085,8 @@ module Aws::RDS
2085
2085
  #
2086
2086
  # Constraints:
2087
2087
  #
2088
- # * Must contain from 1 to 63 letters, numbers, or hyphens.
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: `postgres12`
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
@@ -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.216.0'
81
+ GEM_VERSION = '1.217.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.216.0
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-14 00:00:00.000000000 Z
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