aws-sdk-rds 1.215.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: 1744a74b747edecece6be73797ea20d5da741e4447fa822a763f3620becdc5ec
4
- data.tar.gz: 7d9dc9bcab0308513f10ccad3af2ceac2e0ca9704a89fb65cf0658ccf170dbd0
3
+ metadata.gz: 3ca25bfa0bf82dbea1f0f10f6648fce9c625c1e55bae10c767404513e6a4eb64
4
+ data.tar.gz: db1196d9760f21039a84506fc7946fe6166033e230c904b1daf740269883c6f8
5
5
  SHA512:
6
- metadata.gz: f03417aaaf6ad8f7346e727d67402ddaf62102c2d3707da4346338a5fe810b107bc9c18690401feb71307999447c5f43c0312d60bb50e73982b0098521c6c109
7
- data.tar.gz: cd12c102de6b1667d516fc8b0d225ebc604aacc62806bbc3e21167c5a940acb9c0119a9f8c2b58f10eb93a8130118b3b411a8160bd0cbc1b1ba2357fc4750e0f
6
+ metadata.gz: 5c0aaecd5a9eb9617ab032e975b2d0b6f2ed00cb74996ace7a2458ac8a169ea127546bf20587b80f09a0676d8f7b568af02fb494b371b2b79ae14dee1a8763d9
7
+ data.tar.gz: ee46f2f3b9fa759c23de50385ff160b6b6bad0c894ade3f3523c44ae3c7fd5a9130abce2280ab4da76a71eac839aa7050a57c6160bccf5ef0d20fb11d7a5a048
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.216.0 (2024-02-14)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.215.0 (2024-01-29)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.215.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.215.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
@@ -8,8 +8,8 @@
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
10
 
11
- require 'aws-sigv4'
12
11
  require 'aws-sdk-core'
12
+ require 'aws-sigv4'
13
13
 
14
14
  require_relative 'aws-sdk-rds/types'
15
15
  require_relative 'aws-sdk-rds/client_api'
@@ -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.215.0'
81
+ GEM_VERSION = '1.217.0'
82
82
 
83
83
  end
metadata CHANGED
@@ -1,49 +1,49 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.215.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-01-29 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
- name: aws-sigv4
14
+ name: aws-sdk-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.1'
19
+ version: '3'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 3.191.0
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
27
  - - "~>"
25
28
  - !ruby/object:Gem::Version
26
- version: '1.1'
29
+ version: '3'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 3.191.0
27
33
  - !ruby/object:Gem::Dependency
28
- name: aws-sdk-core
34
+ name: aws-sigv4
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - "~>"
32
38
  - !ruby/object:Gem::Version
33
- version: '3'
34
- - - ">="
35
- - !ruby/object:Gem::Version
36
- version: 3.191.0
39
+ version: '1.1'
37
40
  type: :runtime
38
41
  prerelease: false
39
42
  version_requirements: !ruby/object:Gem::Requirement
40
43
  requirements:
41
44
  - - "~>"
42
45
  - !ruby/object:Gem::Version
43
- version: '3'
44
- - - ">="
45
- - !ruby/object:Gem::Version
46
- version: 3.191.0
46
+ version: '1.1'
47
47
  description: Official AWS Ruby gem for Amazon Relational Database Service (Amazon
48
48
  RDS). This gem is part of the AWS SDK for Ruby.
49
49
  email: