aws-sdk-rds 1.240.0 → 1.241.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 +133 -56
- data/lib/aws-sdk-rds/client_api.rb +3 -0
- data/lib/aws-sdk-rds/db_cluster.rb +22 -24
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +12 -4
- data/lib/aws-sdk-rds/db_engine_version.rb +6 -2
- data/lib/aws-sdk-rds/db_instance.rb +24 -8
- data/lib/aws-sdk-rds/db_parameter_group.rb +6 -2
- data/lib/aws-sdk-rds/db_snapshot.rb +24 -8
- data/lib/aws-sdk-rds/event_subscription.rb +6 -2
- data/lib/aws-sdk-rds/option_group.rb +6 -2
- data/lib/aws-sdk-rds/reserved_db_instances_offering.rb +6 -2
- data/lib/aws-sdk-rds/resource.rb +6 -2
- data/lib/aws-sdk-rds/types.rb +191 -81
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +7 -1
- data/sig/types.rbs +3 -0
- metadata +2 -2
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -612,12 +612,16 @@ module Aws::RDS
|
|
612
612
|
# @return [Time]
|
613
613
|
#
|
614
614
|
# @!attribute [rw] tag_list
|
615
|
-
# A list of tags.
|
616
|
-
#
|
615
|
+
# A list of tags.
|
616
|
+
#
|
617
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
618
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
619
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
617
620
|
#
|
618
621
|
#
|
619
622
|
#
|
620
623
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
624
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
621
625
|
# @return [Array<Types::Tag>]
|
622
626
|
#
|
623
627
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/BlueGreenDeployment AWS API Documentation
|
@@ -1184,12 +1188,16 @@ module Aws::RDS
|
|
1184
1188
|
# @return [String]
|
1185
1189
|
#
|
1186
1190
|
# @!attribute [rw] tags
|
1187
|
-
# A list of tags.
|
1188
|
-
#
|
1191
|
+
# A list of tags.
|
1192
|
+
#
|
1193
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
1194
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
1195
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
1189
1196
|
#
|
1190
1197
|
#
|
1191
1198
|
#
|
1192
1199
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
1200
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
1193
1201
|
# @return [Array<Types::Tag>]
|
1194
1202
|
#
|
1195
1203
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBClusterParameterGroupMessage AWS API Documentation
|
@@ -1352,12 +1360,16 @@ module Aws::RDS
|
|
1352
1360
|
# @return [Boolean]
|
1353
1361
|
#
|
1354
1362
|
# @!attribute [rw] tags
|
1355
|
-
# A list of tags.
|
1356
|
-
#
|
1363
|
+
# A list of tags.
|
1364
|
+
#
|
1365
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
1366
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
1367
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
1357
1368
|
#
|
1358
1369
|
#
|
1359
1370
|
#
|
1360
1371
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
1372
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
1361
1373
|
# @return [Array<Types::Tag>]
|
1362
1374
|
#
|
1363
1375
|
# @!attribute [rw] source_region
|
@@ -1431,12 +1443,16 @@ module Aws::RDS
|
|
1431
1443
|
# @return [String]
|
1432
1444
|
#
|
1433
1445
|
# @!attribute [rw] tags
|
1434
|
-
# A list of tags.
|
1435
|
-
#
|
1446
|
+
# A list of tags.
|
1447
|
+
#
|
1448
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
1449
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
1450
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
1436
1451
|
#
|
1437
1452
|
#
|
1438
1453
|
#
|
1439
1454
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
1455
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
1440
1456
|
# @return [Array<Types::Tag>]
|
1441
1457
|
#
|
1442
1458
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBParameterGroupMessage AWS API Documentation
|
@@ -1538,12 +1554,16 @@ module Aws::RDS
|
|
1538
1554
|
# @return [String]
|
1539
1555
|
#
|
1540
1556
|
# @!attribute [rw] tags
|
1541
|
-
# A list of tags.
|
1542
|
-
#
|
1557
|
+
# A list of tags.
|
1558
|
+
#
|
1559
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
1560
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
1561
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
1543
1562
|
#
|
1544
1563
|
#
|
1545
1564
|
#
|
1546
1565
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
1566
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
1547
1567
|
# @return [Array<Types::Tag>]
|
1548
1568
|
#
|
1549
1569
|
# @!attribute [rw] copy_tags
|
@@ -1719,12 +1739,16 @@ module Aws::RDS
|
|
1719
1739
|
# @return [String]
|
1720
1740
|
#
|
1721
1741
|
# @!attribute [rw] tags
|
1722
|
-
# A list of tags.
|
1723
|
-
#
|
1742
|
+
# A list of tags.
|
1743
|
+
#
|
1744
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
1745
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
1746
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
1724
1747
|
#
|
1725
1748
|
#
|
1726
1749
|
#
|
1727
1750
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
1751
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
1728
1752
|
# @return [Array<Types::Tag>]
|
1729
1753
|
#
|
1730
1754
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyOptionGroupMessage AWS API Documentation
|
@@ -1973,12 +1997,16 @@ module Aws::RDS
|
|
1973
1997
|
# @return [String]
|
1974
1998
|
#
|
1975
1999
|
# @!attribute [rw] tags
|
1976
|
-
# A list of tags.
|
1977
|
-
#
|
2000
|
+
# A list of tags.
|
2001
|
+
#
|
2002
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
2003
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
2004
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
1978
2005
|
#
|
1979
2006
|
#
|
1980
2007
|
#
|
1981
2008
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
2009
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
1982
2010
|
# @return [Array<Types::Tag>]
|
1983
2011
|
#
|
1984
2012
|
# @!attribute [rw] source_custom_db_engine_version_identifier
|
@@ -4861,12 +4889,16 @@ module Aws::RDS
|
|
4861
4889
|
# @return [Boolean]
|
4862
4890
|
#
|
4863
4891
|
# @!attribute [rw] tags
|
4864
|
-
# A list of tags.
|
4865
|
-
#
|
4892
|
+
# A list of tags.
|
4893
|
+
#
|
4894
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
4895
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
4896
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
4866
4897
|
#
|
4867
4898
|
#
|
4868
4899
|
#
|
4869
4900
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
4901
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
4870
4902
|
# @return [Array<Types::Tag>]
|
4871
4903
|
#
|
4872
4904
|
# @!attribute [rw] db_subnet_group_name
|
@@ -5646,12 +5678,16 @@ module Aws::RDS
|
|
5646
5678
|
# @return [String]
|
5647
5679
|
#
|
5648
5680
|
# @!attribute [rw] tags
|
5649
|
-
# A list of tags.
|
5650
|
-
#
|
5681
|
+
# A list of tags.
|
5682
|
+
#
|
5683
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
5684
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
5685
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
5651
5686
|
#
|
5652
5687
|
#
|
5653
5688
|
#
|
5654
5689
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
5690
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
5655
5691
|
# @return [Array<Types::Tag>]
|
5656
5692
|
#
|
5657
5693
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBProxyEndpointRequest AWS API Documentation
|
@@ -5852,6 +5888,11 @@ module Aws::RDS
|
|
5852
5888
|
# (ACUs).
|
5853
5889
|
# @return [Float]
|
5854
5890
|
#
|
5891
|
+
# @!attribute [rw] min_acu
|
5892
|
+
# The minimum capacity of the DB shard group in Aurora capacity units
|
5893
|
+
# (ACUs).
|
5894
|
+
# @return [Float]
|
5895
|
+
#
|
5855
5896
|
# @!attribute [rw] publicly_accessible
|
5856
5897
|
# Specifies whether the DB shard group is publicly accessible.
|
5857
5898
|
#
|
@@ -5896,6 +5937,7 @@ module Aws::RDS
|
|
5896
5937
|
:db_cluster_identifier,
|
5897
5938
|
:compute_redundancy,
|
5898
5939
|
:max_acu,
|
5940
|
+
:min_acu,
|
5899
5941
|
:publicly_accessible)
|
5900
5942
|
SENSITIVE = []
|
5901
5943
|
include Aws::Structure
|
@@ -5929,12 +5971,16 @@ module Aws::RDS
|
|
5929
5971
|
# @return [String]
|
5930
5972
|
#
|
5931
5973
|
# @!attribute [rw] tags
|
5932
|
-
# A list of tags.
|
5933
|
-
#
|
5974
|
+
# A list of tags.
|
5975
|
+
#
|
5976
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
5977
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
5978
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
5934
5979
|
#
|
5935
5980
|
#
|
5936
5981
|
#
|
5937
5982
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
5983
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
5938
5984
|
# @return [Array<Types::Tag>]
|
5939
5985
|
#
|
5940
5986
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSnapshotMessage AWS API Documentation
|
@@ -6104,12 +6150,16 @@ module Aws::RDS
|
|
6104
6150
|
# @return [Boolean]
|
6105
6151
|
#
|
6106
6152
|
# @!attribute [rw] tags
|
6107
|
-
# A list of tags.
|
6108
|
-
#
|
6153
|
+
# A list of tags.
|
6154
|
+
#
|
6155
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
6156
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
6157
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
6109
6158
|
#
|
6110
6159
|
#
|
6111
6160
|
#
|
6112
6161
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
6162
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
6113
6163
|
# @return [Array<Types::Tag>]
|
6114
6164
|
#
|
6115
6165
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateEventSubscriptionMessage AWS API Documentation
|
@@ -6316,12 +6366,16 @@ module Aws::RDS
|
|
6316
6366
|
# @return [Hash<String,String>]
|
6317
6367
|
#
|
6318
6368
|
# @!attribute [rw] tags
|
6319
|
-
# A list of tags.
|
6320
|
-
#
|
6369
|
+
# A list of tags.
|
6370
|
+
#
|
6371
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
6372
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
6373
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
6321
6374
|
#
|
6322
6375
|
#
|
6323
6376
|
#
|
6324
6377
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
6378
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
6325
6379
|
# @return [Array<Types::Tag>]
|
6326
6380
|
#
|
6327
6381
|
# @!attribute [rw] data_filter
|
@@ -6484,12 +6538,16 @@ module Aws::RDS
|
|
6484
6538
|
# @return [String]
|
6485
6539
|
#
|
6486
6540
|
# @!attribute [rw] tags
|
6487
|
-
# A list of tags.
|
6488
|
-
#
|
6541
|
+
# A list of tags.
|
6542
|
+
#
|
6543
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
6544
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
6545
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
6489
6546
|
#
|
6490
6547
|
#
|
6491
6548
|
#
|
6492
6549
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
6550
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
6493
6551
|
# @return [Array<Types::Tag>]
|
6494
6552
|
#
|
6495
6553
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateTenantDatabaseMessage AWS API Documentation
|
@@ -6913,12 +6971,16 @@ module Aws::RDS
|
|
6913
6971
|
# @return [Array<Types::DomainMembership>]
|
6914
6972
|
#
|
6915
6973
|
# @!attribute [rw] tag_list
|
6916
|
-
# A list of tags.
|
6917
|
-
#
|
6974
|
+
# A list of tags.
|
6975
|
+
#
|
6976
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
6977
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
6978
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
6918
6979
|
#
|
6919
6980
|
#
|
6920
6981
|
#
|
6921
6982
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
6983
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
6922
6984
|
# @return [Array<Types::Tag>]
|
6923
6985
|
#
|
6924
6986
|
# @!attribute [rw] global_write_forwarding_status
|
@@ -8037,12 +8099,16 @@ module Aws::RDS
|
|
8037
8099
|
# @return [Boolean]
|
8038
8100
|
#
|
8039
8101
|
# @!attribute [rw] tag_list
|
8040
|
-
# A list of tags.
|
8041
|
-
#
|
8102
|
+
# A list of tags.
|
8103
|
+
#
|
8104
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
8105
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
8106
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
8042
8107
|
#
|
8043
8108
|
#
|
8044
8109
|
#
|
8045
8110
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
8111
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
8046
8112
|
# @return [Array<Types::Tag>]
|
8047
8113
|
#
|
8048
8114
|
# @!attribute [rw] db_system_id
|
@@ -8373,12 +8439,16 @@ module Aws::RDS
|
|
8373
8439
|
# @return [Time]
|
8374
8440
|
#
|
8375
8441
|
# @!attribute [rw] tag_list
|
8376
|
-
# A list of tags.
|
8377
|
-
#
|
8442
|
+
# A list of tags.
|
8443
|
+
#
|
8444
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
8445
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
8446
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
8378
8447
|
#
|
8379
8448
|
#
|
8380
8449
|
#
|
8381
8450
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
8451
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
8382
8452
|
# @return [Array<Types::Tag>]
|
8383
8453
|
#
|
8384
8454
|
# @!attribute [rw] supports_babelfish
|
@@ -8915,12 +8985,16 @@ module Aws::RDS
|
|
8915
8985
|
# @return [Integer]
|
8916
8986
|
#
|
8917
8987
|
# @!attribute [rw] tag_list
|
8918
|
-
# A list of tags.
|
8919
|
-
#
|
8988
|
+
# A list of tags.
|
8989
|
+
#
|
8990
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
8991
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
8992
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
8920
8993
|
#
|
8921
8994
|
#
|
8922
8995
|
#
|
8923
8996
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
8997
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
8924
8998
|
# @return [Array<Types::Tag>]
|
8925
8999
|
#
|
8926
9000
|
# @!attribute [rw] db_instance_automated_backups_replications
|
@@ -10464,6 +10538,11 @@ module Aws::RDS
|
|
10464
10538
|
# (ACUs).
|
10465
10539
|
# @return [Float]
|
10466
10540
|
#
|
10541
|
+
# @!attribute [rw] min_acu
|
10542
|
+
# The minimum capacity of the DB shard group in Aurora capacity units
|
10543
|
+
# (ACUs).
|
10544
|
+
# @return [Float]
|
10545
|
+
#
|
10467
10546
|
# @!attribute [rw] compute_redundancy
|
10468
10547
|
# Specifies whether to create standby instances for the DB shard
|
10469
10548
|
# group. Valid values are the following:
|
@@ -10514,6 +10593,7 @@ module Aws::RDS
|
|
10514
10593
|
:db_shard_group_identifier,
|
10515
10594
|
:db_cluster_identifier,
|
10516
10595
|
:max_acu,
|
10596
|
+
:min_acu,
|
10517
10597
|
:compute_redundancy,
|
10518
10598
|
:status,
|
10519
10599
|
:publicly_accessible,
|
@@ -10674,12 +10754,16 @@ module Aws::RDS
|
|
10674
10754
|
# @return [String]
|
10675
10755
|
#
|
10676
10756
|
# @!attribute [rw] tag_list
|
10677
|
-
# A list of tags.
|
10678
|
-
#
|
10757
|
+
# A list of tags.
|
10758
|
+
#
|
10759
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
10760
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
10761
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
10679
10762
|
#
|
10680
10763
|
#
|
10681
10764
|
#
|
10682
10765
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
10766
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
10683
10767
|
# @return [Array<Types::Tag>]
|
10684
10768
|
#
|
10685
10769
|
# @!attribute [rw] original_snapshot_create_time
|
@@ -10917,12 +11001,16 @@ module Aws::RDS
|
|
10917
11001
|
# @return [String]
|
10918
11002
|
#
|
10919
11003
|
# @!attribute [rw] tag_list
|
10920
|
-
# A list of tags.
|
10921
|
-
#
|
11004
|
+
# A list of tags.
|
11005
|
+
#
|
11006
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
11007
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
11008
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
10922
11009
|
#
|
10923
11010
|
#
|
10924
11011
|
#
|
10925
11012
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
11013
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
10926
11014
|
# @return [Array<Types::Tag>]
|
10927
11015
|
#
|
10928
11016
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSnapshotTenantDatabase AWS API Documentation
|
@@ -11236,14 +11324,14 @@ module Aws::RDS
|
|
11236
11324
|
#
|
11237
11325
|
# @!attribute [rw] skip_final_snapshot
|
11238
11326
|
# Specifies whether to skip the creation of a final DB cluster
|
11239
|
-
# snapshot before the DB cluster
|
11240
|
-
# DB cluster snapshot
|
11241
|
-
#
|
11242
|
-
#
|
11243
|
-
#
|
11327
|
+
# snapshot before RDS deletes the DB cluster. If you set this value to
|
11328
|
+
# `true`, RDS doesn't create a final DB cluster snapshot. If you set
|
11329
|
+
# this value to `false` or don't specify it, RDS creates a DB cluster
|
11330
|
+
# snapshot before it deletes the DB cluster. By default, this
|
11331
|
+
# parameter is disabled, so RDS creates a final DB cluster snapshot.
|
11244
11332
|
#
|
11245
|
-
# <note markdown="1">
|
11246
|
-
# `
|
11333
|
+
# <note markdown="1"> If `SkipFinalSnapshot` is disabled, you must specify a value for the
|
11334
|
+
# `FinalDBSnapshotIdentifier` parameter.
|
11247
11335
|
#
|
11248
11336
|
# </note>
|
11249
11337
|
# @return [Boolean]
|
@@ -11252,9 +11340,9 @@ module Aws::RDS
|
|
11252
11340
|
# The DB cluster snapshot identifier of the new DB cluster snapshot
|
11253
11341
|
# created when `SkipFinalSnapshot` is disabled.
|
11254
11342
|
#
|
11255
|
-
# <note markdown="1">
|
11256
|
-
# DB cluster snapshot with the `SkipFinalShapshot` parameter
|
11257
|
-
# in an error.
|
11343
|
+
# <note markdown="1"> If you specify this parameter and also skip the creation of a final
|
11344
|
+
# DB cluster snapshot with the `SkipFinalShapshot` parameter, the
|
11345
|
+
# request results in an error.
|
11258
11346
|
#
|
11259
11347
|
# </note>
|
11260
11348
|
#
|
@@ -11272,16 +11360,6 @@ module Aws::RDS
|
|
11272
11360
|
# DB cluster is deleted. This parameter isn't case-sensitive. The
|
11273
11361
|
# default is to remove automated backups immediately after the DB
|
11274
11362
|
# cluster is deleted.
|
11275
|
-
#
|
11276
|
-
# <note markdown="1"> You must delete automated backups for Amazon RDS Multi-AZ DB
|
11277
|
-
# clusters. For more information about managing automated backups for
|
11278
|
-
# RDS Multi-AZ DB clusters, see [Managing automated backups][1].
|
11279
|
-
#
|
11280
|
-
# </note>
|
11281
|
-
#
|
11282
|
-
#
|
11283
|
-
#
|
11284
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ManagingAutomatedBackups.html
|
11285
11363
|
# @return [Boolean]
|
11286
11364
|
#
|
11287
11365
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterMessage AWS API Documentation
|
@@ -12245,7 +12323,7 @@ module Aws::RDS
|
|
12245
12323
|
#
|
12246
12324
|
# Valid Values:
|
12247
12325
|
#
|
12248
|
-
# * `
|
12326
|
+
# * `customer`
|
12249
12327
|
#
|
12250
12328
|
# * `engine`
|
12251
12329
|
#
|
@@ -16217,12 +16295,16 @@ module Aws::RDS
|
|
16217
16295
|
# @return [String]
|
16218
16296
|
#
|
16219
16297
|
# @!attribute [rw] tags
|
16220
|
-
# A list of tags.
|
16221
|
-
#
|
16298
|
+
# A list of tags.
|
16299
|
+
#
|
16300
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
16301
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
16302
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
16222
16303
|
#
|
16223
16304
|
#
|
16224
16305
|
#
|
16225
16306
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
16307
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
16226
16308
|
# @return [Array<Types::Tag>]
|
16227
16309
|
#
|
16228
16310
|
# @!attribute [rw] create_time
|
@@ -19422,11 +19504,17 @@ module Aws::RDS
|
|
19422
19504
|
# (ACUs).
|
19423
19505
|
# @return [Float]
|
19424
19506
|
#
|
19507
|
+
# @!attribute [rw] min_acu
|
19508
|
+
# The minimum capacity of the DB shard group in Aurora capacity units
|
19509
|
+
# (ACUs).
|
19510
|
+
# @return [Float]
|
19511
|
+
#
|
19425
19512
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBShardGroupMessage AWS API Documentation
|
19426
19513
|
#
|
19427
19514
|
class ModifyDBShardGroupMessage < Struct.new(
|
19428
19515
|
:db_shard_group_identifier,
|
19429
|
-
:max_acu
|
19516
|
+
:max_acu,
|
19517
|
+
:min_acu)
|
19430
19518
|
SENSITIVE = []
|
19431
19519
|
include Aws::Structure
|
19432
19520
|
end
|
@@ -19998,7 +20086,7 @@ module Aws::RDS
|
|
19998
20086
|
include Aws::Structure
|
19999
20087
|
end
|
20000
20088
|
|
20001
|
-
# A list of all available options
|
20089
|
+
# A list of all available options for an option group.
|
20002
20090
|
#
|
20003
20091
|
# @!attribute [rw] option_name
|
20004
20092
|
# The configuration of options to include in a group.
|
@@ -20013,13 +20101,11 @@ module Aws::RDS
|
|
20013
20101
|
# @return [String]
|
20014
20102
|
#
|
20015
20103
|
# @!attribute [rw] db_security_group_memberships
|
20016
|
-
# A list of
|
20017
|
-
# option.
|
20104
|
+
# A list of DB security groups used for this option.
|
20018
20105
|
# @return [Array<String>]
|
20019
20106
|
#
|
20020
20107
|
# @!attribute [rw] vpc_security_group_memberships
|
20021
|
-
# A list of
|
20022
|
-
# option.
|
20108
|
+
# A list of VPC security group names used for this option.
|
20023
20109
|
# @return [Array<String>]
|
20024
20110
|
#
|
20025
20111
|
# @!attribute [rw] option_settings
|
@@ -21416,12 +21502,16 @@ module Aws::RDS
|
|
21416
21502
|
# @return [Integer]
|
21417
21503
|
#
|
21418
21504
|
# @!attribute [rw] tags
|
21419
|
-
# A list of tags.
|
21420
|
-
#
|
21505
|
+
# A list of tags.
|
21506
|
+
#
|
21507
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
21508
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
21509
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
21421
21510
|
#
|
21422
21511
|
#
|
21423
21512
|
#
|
21424
21513
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
21514
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
21425
21515
|
# @return [Array<Types::Tag>]
|
21426
21516
|
#
|
21427
21517
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PurchaseReservedDBInstancesOfferingMessage AWS API Documentation
|
@@ -22463,12 +22553,16 @@ module Aws::RDS
|
|
22463
22553
|
# @return [String]
|
22464
22554
|
#
|
22465
22555
|
# @!attribute [rw] tags
|
22466
|
-
# A list of tags.
|
22467
|
-
#
|
22556
|
+
# A list of tags.
|
22557
|
+
#
|
22558
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
22559
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
22560
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
22468
22561
|
#
|
22469
22562
|
#
|
22470
22563
|
#
|
22471
22564
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
22565
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
22472
22566
|
# @return [Array<Types::Tag>]
|
22473
22567
|
#
|
22474
22568
|
# @!attribute [rw] storage_encrypted
|
@@ -23496,12 +23590,16 @@ module Aws::RDS
|
|
23496
23590
|
# @return [Array<String>]
|
23497
23591
|
#
|
23498
23592
|
# @!attribute [rw] tags
|
23499
|
-
# A list of tags.
|
23500
|
-
#
|
23593
|
+
# A list of tags.
|
23594
|
+
#
|
23595
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
23596
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
23597
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
23501
23598
|
#
|
23502
23599
|
#
|
23503
23600
|
#
|
23504
23601
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
23602
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
23505
23603
|
# @return [Array<Types::Tag>]
|
23506
23604
|
#
|
23507
23605
|
# @!attribute [rw] kms_key_id
|
@@ -24152,12 +24250,16 @@ module Aws::RDS
|
|
24152
24250
|
# @return [String]
|
24153
24251
|
#
|
24154
24252
|
# @!attribute [rw] tags
|
24155
|
-
# A list of tags.
|
24156
|
-
#
|
24253
|
+
# A list of tags.
|
24254
|
+
#
|
24255
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
24256
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
24257
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
24157
24258
|
#
|
24158
24259
|
#
|
24159
24260
|
#
|
24160
24261
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
24262
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
24161
24263
|
# @return [Array<Types::Tag>]
|
24162
24264
|
#
|
24163
24265
|
# @!attribute [rw] storage_type
|
@@ -25560,12 +25662,16 @@ module Aws::RDS
|
|
25560
25662
|
# @return [Boolean]
|
25561
25663
|
#
|
25562
25664
|
# @!attribute [rw] tags
|
25563
|
-
# A list of tags.
|
25564
|
-
#
|
25665
|
+
# A list of tags.
|
25666
|
+
#
|
25667
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
25668
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
25669
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
25565
25670
|
#
|
25566
25671
|
#
|
25567
25672
|
#
|
25568
25673
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
25674
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
25569
25675
|
# @return [Array<Types::Tag>]
|
25570
25676
|
#
|
25571
25677
|
# @!attribute [rw] storage_type
|
@@ -27252,9 +27358,9 @@ module Aws::RDS
|
|
27252
27358
|
# Metadata assigned to an Amazon RDS resource consisting of a key-value
|
27253
27359
|
# pair.
|
27254
27360
|
#
|
27255
|
-
# For more information, see [Tagging Amazon RDS
|
27361
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
27256
27362
|
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
27257
|
-
#
|
27363
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
27258
27364
|
#
|
27259
27365
|
#
|
27260
27366
|
#
|
@@ -27385,12 +27491,16 @@ module Aws::RDS
|
|
27385
27491
|
# @return [Types::TenantDatabasePendingModifiedValues]
|
27386
27492
|
#
|
27387
27493
|
# @!attribute [rw] tag_list
|
27388
|
-
# A list of tags.
|
27389
|
-
#
|
27494
|
+
# A list of tags.
|
27495
|
+
#
|
27496
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
27497
|
+
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
27498
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
27390
27499
|
#
|
27391
27500
|
#
|
27392
27501
|
#
|
27393
27502
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
27503
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
27394
27504
|
# @return [Array<Types::Tag>]
|
27395
27505
|
#
|
27396
27506
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/TenantDatabase AWS API Documentation
|