aws-sdk-rds 1.252.0 → 1.253.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 +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/resource.rb +4 -2
- data/lib/aws-sdk-rds/types.rb +23 -16
- 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: 9106f7917c2436d33ba1b2805db38b4600c9a966b1ae7de07d15e0fefc7482fe
|
|
4
|
+
data.tar.gz: 143c7a969c8fd44d4ca915834230a79863a4cd8f3b50dd0833ad584da4bc3858
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64c2611eab5dea20f5dc4252b2efa1615edb9fc1f747c9f1ede46c991bdd9302bc75e055b72ee00e7f7fddf820ad661d4180b9ba7e56b1729f63d2465d9c6c91
|
|
7
|
+
data.tar.gz: 883aeb2e401abb642e0277b1ef78ebd9408017bd74aed074e42bd1c682cc7b7f31eb0f35ecb1cb005826fee4a6f19c74965d91f2339eb370471244fd0cd76cb0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.253.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.253.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.
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
|
@@ -469,13 +469,15 @@ module Aws::RDS
|
|
|
469
469
|
# mapping isn't enabled.
|
|
470
470
|
#
|
|
471
471
|
# For more information, see [ IAM Database Authentication][1] in the
|
|
472
|
-
# *Amazon Aurora User Guide
|
|
472
|
+
# *Amazon Aurora User Guide* or [IAM database authentication for
|
|
473
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
|
473
474
|
#
|
|
474
|
-
# Valid for Cluster Type: Aurora DB clusters
|
|
475
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
475
476
|
#
|
|
476
477
|
#
|
|
477
478
|
#
|
|
478
479
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
|
480
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
|
479
481
|
# @option options [Integer] :backtrack_window
|
|
480
482
|
# The target backtrack window, in seconds. To disable backtracking, set
|
|
481
483
|
# this value to `0`.
|
data/lib/aws-sdk-rds/types.rb
CHANGED
|
@@ -2480,13 +2480,15 @@ module Aws::RDS
|
|
|
2480
2480
|
# default, mapping isn't enabled.
|
|
2481
2481
|
#
|
|
2482
2482
|
# For more information, see [ IAM Database Authentication][1] in the
|
|
2483
|
-
# *Amazon Aurora User Guide
|
|
2483
|
+
# *Amazon Aurora User Guide* or [IAM database authentication for
|
|
2484
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
|
2484
2485
|
#
|
|
2485
|
-
# Valid for Cluster Type: Aurora DB clusters
|
|
2486
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
2486
2487
|
#
|
|
2487
2488
|
#
|
|
2488
2489
|
#
|
|
2489
2490
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
|
2491
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
|
2490
2492
|
# @return [Boolean]
|
|
2491
2493
|
#
|
|
2492
2494
|
# @!attribute [rw] backtrack_window
|
|
@@ -11768,7 +11770,7 @@ module Aws::RDS
|
|
|
11768
11770
|
end
|
|
11769
11771
|
|
|
11770
11772
|
# @!attribute [rw] db_shard_group_identifier
|
|
11771
|
-
#
|
|
11773
|
+
# The name of the DB shard group to delete.
|
|
11772
11774
|
# @return [String]
|
|
11773
11775
|
#
|
|
11774
11776
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBShardGroupMessage AWS API Documentation
|
|
@@ -13598,10 +13600,9 @@ module Aws::RDS
|
|
|
13598
13600
|
end
|
|
13599
13601
|
|
|
13600
13602
|
# @!attribute [rw] db_shard_group_identifier
|
|
13601
|
-
# The user-supplied DB shard group identifier
|
|
13602
|
-
#
|
|
13603
|
-
#
|
|
13604
|
-
# parameter isn't case-sensitive.
|
|
13603
|
+
# The user-supplied DB shard group identifier. If this parameter is
|
|
13604
|
+
# specified, information for only the specific DB shard group is
|
|
13605
|
+
# returned. This parameter isn't case-sensitive.
|
|
13605
13606
|
#
|
|
13606
13607
|
# Constraints:
|
|
13607
13608
|
#
|
|
@@ -17317,13 +17318,15 @@ module Aws::RDS
|
|
|
17317
17318
|
# default, mapping isn't enabled.
|
|
17318
17319
|
#
|
|
17319
17320
|
# For more information, see [ IAM Database Authentication][1] in the
|
|
17320
|
-
# *Amazon Aurora User Guide
|
|
17321
|
+
# *Amazon Aurora User Guide* or [IAM database authentication for
|
|
17322
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
|
17321
17323
|
#
|
|
17322
|
-
# Valid for Cluster Type: Aurora DB clusters
|
|
17324
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
17323
17325
|
#
|
|
17324
17326
|
#
|
|
17325
17327
|
#
|
|
17326
17328
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
|
17329
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
|
17327
17330
|
# @return [Boolean]
|
|
17328
17331
|
#
|
|
17329
17332
|
# @!attribute [rw] backtrack_window
|
|
@@ -17659,7 +17662,7 @@ module Aws::RDS
|
|
|
17659
17662
|
# For more information, see [ Using Amazon Performance Insights][1] in
|
|
17660
17663
|
# the *Amazon RDS User Guide*.
|
|
17661
17664
|
#
|
|
17662
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
17665
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
17663
17666
|
#
|
|
17664
17667
|
#
|
|
17665
17668
|
#
|
|
@@ -23194,13 +23197,15 @@ module Aws::RDS
|
|
|
23194
23197
|
# default, mapping isn't enabled.
|
|
23195
23198
|
#
|
|
23196
23199
|
# For more information, see [ IAM Database Authentication][1] in the
|
|
23197
|
-
# *Amazon Aurora User Guide
|
|
23200
|
+
# *Amazon Aurora User Guide* or [ IAM database authentication for
|
|
23201
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
|
23198
23202
|
#
|
|
23199
|
-
# Valid for: Aurora DB clusters
|
|
23203
|
+
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
23200
23204
|
#
|
|
23201
23205
|
#
|
|
23202
23206
|
#
|
|
23203
23207
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
|
23208
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
|
23204
23209
|
# @return [Boolean]
|
|
23205
23210
|
#
|
|
23206
23211
|
# @!attribute [rw] backtrack_window
|
|
@@ -23738,13 +23743,15 @@ module Aws::RDS
|
|
|
23738
23743
|
# default, mapping isn't enabled.
|
|
23739
23744
|
#
|
|
23740
23745
|
# For more information, see [ IAM Database Authentication][1] in the
|
|
23741
|
-
# *Amazon Aurora User Guide
|
|
23746
|
+
# *Amazon Aurora User Guide* or [ IAM database authentication for
|
|
23747
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
|
23742
23748
|
#
|
|
23743
|
-
# Valid for: Aurora DB clusters
|
|
23749
|
+
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
23744
23750
|
#
|
|
23745
23751
|
#
|
|
23746
23752
|
#
|
|
23747
23753
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
|
23754
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
|
23748
23755
|
# @return [Boolean]
|
|
23749
23756
|
#
|
|
23750
23757
|
# @!attribute [rw] backtrack_window
|
|
@@ -27274,11 +27281,11 @@ module Aws::RDS
|
|
|
27274
27281
|
class SubscriptionNotFoundFault < Aws::EmptyStructure; end
|
|
27275
27282
|
|
|
27276
27283
|
# @!attribute [rw] blue_green_deployment_identifier
|
|
27277
|
-
# The
|
|
27284
|
+
# The resource ID of the blue/green deployment.
|
|
27278
27285
|
#
|
|
27279
27286
|
# Constraints:
|
|
27280
27287
|
#
|
|
27281
|
-
# * Must match an existing blue/green deployment
|
|
27288
|
+
# * Must match an existing blue/green deployment resource ID.
|
|
27282
27289
|
#
|
|
27283
27290
|
# ^
|
|
27284
27291
|
# @return [String]
|
data/lib/aws-sdk-rds.rb
CHANGED
|
@@ -80,7 +80,7 @@ module Aws::RDS
|
|
|
80
80
|
autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
|
|
81
81
|
autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'
|
|
82
82
|
|
|
83
|
-
GEM_VERSION = '1.
|
|
83
|
+
GEM_VERSION = '1.253.0'
|
|
84
84
|
|
|
85
85
|
end
|
|
86
86
|
|
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.253.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-10-
|
|
11
|
+
date: 2024-10-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|