aws-sdk-rds 1.252.0 → 1.254.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +24 -17
- data/lib/aws-sdk-rds/db_cluster.rb +13 -7
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +4 -2
- data/lib/aws-sdk-rds/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-rds/endpoints.rb +2 -1780
- data/lib/aws-sdk-rds/plugins/endpoints.rb +1 -330
- data/lib/aws-sdk-rds/resource.rb +4 -2
- data/lib/aws-sdk-rds/types.rb +23 -16
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdfce807d3b6b3198fb66aed6d2c81d90606f207fc43f603d1cadc4e9cdb7873
|
4
|
+
data.tar.gz: eb02b47e5f61f1f891baa5dee89e08106176baf47b2918e69fc69287e3db1ccc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '07934cd5cc5948d49e0e3295cec956f2b36eec9df57bdcb9a26f4d40a41fcee212ae03b7e091a2a1a0f86801871442206f3d4e9d71e8c08c0ea7437c33381b97'
|
7
|
+
data.tar.gz: 8e9958d959a3c0f034a7357e3bc3b1dcaca5a0f566cf2261cb83e2b23e7b036f4cd5ded78cac406e1e65cf91650e3144a69feab3e66c38c391a061c06dc94891
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.254.0 (2024-10-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.253.0 (2024-10-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updates Amazon RDS documentation for TAZ IAM support
|
13
|
+
|
4
14
|
1.252.0 (2024-10-01)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.254.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -2973,13 +2973,15 @@ module Aws::RDS
|
|
2973
2973
|
# mapping isn't enabled.
|
2974
2974
|
#
|
2975
2975
|
# For more information, see [ IAM Database Authentication][1] in the
|
2976
|
-
# *Amazon Aurora User Guide
|
2976
|
+
# *Amazon Aurora User Guide* or [IAM database authentication for
|
2977
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
2977
2978
|
#
|
2978
|
-
# Valid for Cluster Type: Aurora DB clusters
|
2979
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
2979
2980
|
#
|
2980
2981
|
#
|
2981
2982
|
#
|
2982
2983
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
2984
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
2983
2985
|
#
|
2984
2986
|
# @option params [Integer] :backtrack_window
|
2985
2987
|
# The target backtrack window, in seconds. To disable backtracking, set
|
@@ -10140,7 +10142,7 @@ module Aws::RDS
|
|
10140
10142
|
# Deletes an Aurora Limitless Database DB shard group.
|
10141
10143
|
#
|
10142
10144
|
# @option params [required, String] :db_shard_group_identifier
|
10143
|
-
#
|
10145
|
+
# The name of the DB shard group to delete.
|
10144
10146
|
#
|
10145
10147
|
# @return [Types::DBShardGroup] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
10146
10148
|
#
|
@@ -14406,10 +14408,9 @@ module Aws::RDS
|
|
14406
14408
|
# Describes existing Aurora Limitless Database DB shard groups.
|
14407
14409
|
#
|
14408
14410
|
# @option params [String] :db_shard_group_identifier
|
14409
|
-
# The user-supplied DB shard group identifier
|
14410
|
-
#
|
14411
|
-
#
|
14412
|
-
# parameter isn't case-sensitive.
|
14411
|
+
# The user-supplied DB shard group identifier. If this parameter is
|
14412
|
+
# specified, information for only the specific DB shard group is
|
14413
|
+
# returned. This parameter isn't case-sensitive.
|
14413
14414
|
#
|
14414
14415
|
# Constraints:
|
14415
14416
|
#
|
@@ -18848,13 +18849,15 @@ module Aws::RDS
|
|
18848
18849
|
# mapping isn't enabled.
|
18849
18850
|
#
|
18850
18851
|
# For more information, see [ IAM Database Authentication][1] in the
|
18851
|
-
# *Amazon Aurora User Guide
|
18852
|
+
# *Amazon Aurora User Guide* or [IAM database authentication for
|
18853
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
18852
18854
|
#
|
18853
|
-
# Valid for Cluster Type: Aurora DB clusters
|
18855
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
18854
18856
|
#
|
18855
18857
|
#
|
18856
18858
|
#
|
18857
18859
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
18860
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
18858
18861
|
#
|
18859
18862
|
# @option params [Integer] :backtrack_window
|
18860
18863
|
# The target backtrack window, in seconds. To disable backtracking, set
|
@@ -19168,7 +19171,7 @@ module Aws::RDS
|
|
19168
19171
|
# For more information, see [ Using Amazon Performance Insights][1] in
|
19169
19172
|
# the *Amazon RDS User Guide*.
|
19170
19173
|
#
|
19171
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
19174
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
19172
19175
|
#
|
19173
19176
|
#
|
19174
19177
|
#
|
@@ -25490,13 +25493,15 @@ module Aws::RDS
|
|
25490
25493
|
# mapping isn't enabled.
|
25491
25494
|
#
|
25492
25495
|
# For more information, see [ IAM Database Authentication][1] in the
|
25493
|
-
# *Amazon Aurora User Guide
|
25496
|
+
# *Amazon Aurora User Guide* or [ IAM database authentication for
|
25497
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
25494
25498
|
#
|
25495
|
-
# Valid for: Aurora DB clusters
|
25499
|
+
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
25496
25500
|
#
|
25497
25501
|
#
|
25498
25502
|
#
|
25499
25503
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
25504
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
25500
25505
|
#
|
25501
25506
|
# @option params [Integer] :backtrack_window
|
25502
25507
|
# The target backtrack window, in seconds. To disable backtracking, set
|
@@ -26229,13 +26234,15 @@ module Aws::RDS
|
|
26229
26234
|
# mapping isn't enabled.
|
26230
26235
|
#
|
26231
26236
|
# For more information, see [ IAM Database Authentication][1] in the
|
26232
|
-
# *Amazon Aurora User Guide
|
26237
|
+
# *Amazon Aurora User Guide* or [ IAM database authentication for
|
26238
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
26233
26239
|
#
|
26234
|
-
# Valid for: Aurora DB clusters
|
26240
|
+
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
26235
26241
|
#
|
26236
26242
|
#
|
26237
26243
|
#
|
26238
26244
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
26245
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
26239
26246
|
#
|
26240
26247
|
# @option params [Integer] :backtrack_window
|
26241
26248
|
# The target backtrack window, in seconds. To disable backtracking, set
|
@@ -31032,11 +31039,11 @@ module Aws::RDS
|
|
31032
31039
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html
|
31033
31040
|
#
|
31034
31041
|
# @option params [required, String] :blue_green_deployment_identifier
|
31035
|
-
# The
|
31042
|
+
# The resource ID of the blue/green deployment.
|
31036
31043
|
#
|
31037
31044
|
# Constraints:
|
31038
31045
|
#
|
31039
|
-
# * Must match an existing blue/green deployment
|
31046
|
+
# * Must match an existing blue/green deployment resource ID.
|
31040
31047
|
#
|
31041
31048
|
# ^
|
31042
31049
|
#
|
@@ -31528,7 +31535,7 @@ module Aws::RDS
|
|
31528
31535
|
tracer: tracer
|
31529
31536
|
)
|
31530
31537
|
context[:gem_name] = 'aws-sdk-rds'
|
31531
|
-
context[:gem_version] = '1.
|
31538
|
+
context[:gem_version] = '1.254.0'
|
31532
31539
|
Seahorse::Client::Request.new(handlers, context)
|
31533
31540
|
end
|
31534
31541
|
|
@@ -1289,13 +1289,15 @@ module Aws::RDS
|
|
1289
1289
|
# mapping isn't enabled.
|
1290
1290
|
#
|
1291
1291
|
# For more information, see [ IAM Database Authentication][1] in the
|
1292
|
-
# *Amazon Aurora User Guide
|
1292
|
+
# *Amazon Aurora User Guide* or [IAM database authentication for
|
1293
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
1293
1294
|
#
|
1294
|
-
# Valid for Cluster Type: Aurora DB clusters
|
1295
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
1295
1296
|
#
|
1296
1297
|
#
|
1297
1298
|
#
|
1298
1299
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
1300
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
1299
1301
|
# @option options [Integer] :backtrack_window
|
1300
1302
|
# The target backtrack window, in seconds. To disable backtracking, set
|
1301
1303
|
# this value to `0`.
|
@@ -2114,13 +2116,15 @@ module Aws::RDS
|
|
2114
2116
|
# mapping isn't enabled.
|
2115
2117
|
#
|
2116
2118
|
# For more information, see [ IAM Database Authentication][1] in the
|
2117
|
-
# *Amazon Aurora User Guide
|
2119
|
+
# *Amazon Aurora User Guide* or [IAM database authentication for
|
2120
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
2118
2121
|
#
|
2119
|
-
# Valid for Cluster Type: Aurora DB clusters
|
2122
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
2120
2123
|
#
|
2121
2124
|
#
|
2122
2125
|
#
|
2123
2126
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
2127
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
2124
2128
|
# @option options [Integer] :backtrack_window
|
2125
2129
|
# The target backtrack window, in seconds. To disable backtracking, set
|
2126
2130
|
# this value to `0`.
|
@@ -2414,7 +2418,7 @@ module Aws::RDS
|
|
2414
2418
|
# For more information, see [ Using Amazon Performance Insights][1] in
|
2415
2419
|
# the *Amazon RDS User Guide*.
|
2416
2420
|
#
|
2417
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
2421
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
2418
2422
|
#
|
2419
2423
|
#
|
2420
2424
|
#
|
@@ -2814,13 +2818,15 @@ module Aws::RDS
|
|
2814
2818
|
# mapping isn't enabled.
|
2815
2819
|
#
|
2816
2820
|
# For more information, see [ IAM Database Authentication][1] in the
|
2817
|
-
# *Amazon Aurora User Guide
|
2821
|
+
# *Amazon Aurora User Guide* or [ IAM database authentication for
|
2822
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
2818
2823
|
#
|
2819
|
-
# Valid for: Aurora DB clusters
|
2824
|
+
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
2820
2825
|
#
|
2821
2826
|
#
|
2822
2827
|
#
|
2823
2828
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
2829
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
2824
2830
|
# @option options [Integer] :backtrack_window
|
2825
2831
|
# The target backtrack window, in seconds. To disable backtracking, set
|
2826
2832
|
# this value to 0.
|
@@ -746,13 +746,15 @@ module Aws::RDS
|
|
746
746
|
# mapping isn't enabled.
|
747
747
|
#
|
748
748
|
# For more information, see [ IAM Database Authentication][1] in the
|
749
|
-
# *Amazon Aurora User Guide
|
749
|
+
# *Amazon Aurora User Guide* or [ IAM database authentication for
|
750
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
750
751
|
#
|
751
|
-
# Valid for: Aurora DB clusters
|
752
|
+
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
752
753
|
#
|
753
754
|
#
|
754
755
|
#
|
755
756
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
757
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
756
758
|
# @option options [Integer] :backtrack_window
|
757
759
|
# The target backtrack window, in seconds. To disable backtracking, set
|
758
760
|
# this value to 0.
|
@@ -52,15 +52,18 @@ module Aws::RDS
|
|
52
52
|
self[:region] = options[:region]
|
53
53
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
54
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
|
-
if self[:use_dual_stack].nil?
|
56
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_dual_stack"
|
57
|
-
end
|
58
55
|
self[:use_fips] = options[:use_fips]
|
59
56
|
self[:use_fips] = false if self[:use_fips].nil?
|
60
|
-
if self[:use_fips].nil?
|
61
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_fips"
|
62
|
-
end
|
63
57
|
self[:endpoint] = options[:endpoint]
|
64
58
|
end
|
59
|
+
|
60
|
+
def self.create(config, options={})
|
61
|
+
new({
|
62
|
+
region: config.region,
|
63
|
+
use_dual_stack: config.use_dualstack_endpoint,
|
64
|
+
use_fips: config.use_fips_endpoint,
|
65
|
+
endpoint: (config.endpoint.to_s unless config.regional_endpoint),
|
66
|
+
}.merge(options))
|
67
|
+
end
|
65
68
|
end
|
66
69
|
end
|