aws-sdk-rds 1.239.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +162 -66
- data/lib/aws-sdk-rds/client_api.rb +3 -0
- data/lib/aws-sdk-rds/db_cluster.rb +38 -28
- 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 +48 -29
- 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 +22 -16
- data/lib/aws-sdk-rds/types.rb +224 -99
- 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
|
@@ -2723,13 +2751,14 @@ module Aws::RDS
|
|
2723
2751
|
# @!attribute [rw] publicly_accessible
|
2724
2752
|
# Specifies whether the DB cluster is publicly accessible.
|
2725
2753
|
#
|
2726
|
-
# When the DB cluster is publicly accessible
|
2727
|
-
#
|
2728
|
-
#
|
2729
|
-
#
|
2730
|
-
#
|
2731
|
-
#
|
2732
|
-
#
|
2754
|
+
# When the DB cluster is publicly accessible and you connect from
|
2755
|
+
# outside of the DB cluster's virtual private cloud (VPC), its Domain
|
2756
|
+
# Name System (DNS) endpoint resolves to the public IP address. When
|
2757
|
+
# you connect from within the same VPC as the DB cluster, the endpoint
|
2758
|
+
# resolves to the private IP address. Access to the DB cluster is
|
2759
|
+
# ultimately controlled by the security group it uses. That public
|
2760
|
+
# access isn't permitted if the security group assigned to the DB
|
2761
|
+
# cluster doesn't permit it.
|
2733
2762
|
#
|
2734
2763
|
# When the DB cluster isn't publicly accessible, it is an internal DB
|
2735
2764
|
# cluster with a DNS name that resolves to a private IP address.
|
@@ -4010,10 +4039,11 @@ module Aws::RDS
|
|
4010
4039
|
# @!attribute [rw] publicly_accessible
|
4011
4040
|
# Specifies whether the DB instance is publicly accessible.
|
4012
4041
|
#
|
4013
|
-
# When the DB instance is publicly accessible
|
4014
|
-
#
|
4015
|
-
#
|
4016
|
-
#
|
4042
|
+
# When the DB instance is publicly accessible and you connect from
|
4043
|
+
# outside of the DB instance's virtual private cloud (VPC), its
|
4044
|
+
# Domain Name System (DNS) endpoint resolves to the public IP address.
|
4045
|
+
# When you connect from within the same VPC as the DB instance, the
|
4046
|
+
# endpoint resolves to the private IP address. Access to the DB
|
4017
4047
|
# instance is ultimately controlled by the security group it uses.
|
4018
4048
|
# That public access is not permitted if the security group assigned
|
4019
4049
|
# to the DB instance doesn't permit it.
|
@@ -4859,12 +4889,16 @@ module Aws::RDS
|
|
4859
4889
|
# @return [Boolean]
|
4860
4890
|
#
|
4861
4891
|
# @!attribute [rw] tags
|
4862
|
-
# A list of tags.
|
4863
|
-
#
|
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*.
|
4864
4897
|
#
|
4865
4898
|
#
|
4866
4899
|
#
|
4867
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
|
4868
4902
|
# @return [Array<Types::Tag>]
|
4869
4903
|
#
|
4870
4904
|
# @!attribute [rw] db_subnet_group_name
|
@@ -5644,12 +5678,16 @@ module Aws::RDS
|
|
5644
5678
|
# @return [String]
|
5645
5679
|
#
|
5646
5680
|
# @!attribute [rw] tags
|
5647
|
-
# A list of tags.
|
5648
|
-
#
|
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*.
|
5649
5686
|
#
|
5650
5687
|
#
|
5651
5688
|
#
|
5652
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
|
5653
5691
|
# @return [Array<Types::Tag>]
|
5654
5692
|
#
|
5655
5693
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBProxyEndpointRequest AWS API Documentation
|
@@ -5850,6 +5888,11 @@ module Aws::RDS
|
|
5850
5888
|
# (ACUs).
|
5851
5889
|
# @return [Float]
|
5852
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
|
+
#
|
5853
5896
|
# @!attribute [rw] publicly_accessible
|
5854
5897
|
# Specifies whether the DB shard group is publicly accessible.
|
5855
5898
|
#
|
@@ -5894,6 +5937,7 @@ module Aws::RDS
|
|
5894
5937
|
:db_cluster_identifier,
|
5895
5938
|
:compute_redundancy,
|
5896
5939
|
:max_acu,
|
5940
|
+
:min_acu,
|
5897
5941
|
:publicly_accessible)
|
5898
5942
|
SENSITIVE = []
|
5899
5943
|
include Aws::Structure
|
@@ -5927,12 +5971,16 @@ module Aws::RDS
|
|
5927
5971
|
# @return [String]
|
5928
5972
|
#
|
5929
5973
|
# @!attribute [rw] tags
|
5930
|
-
# A list of tags.
|
5931
|
-
#
|
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*.
|
5932
5979
|
#
|
5933
5980
|
#
|
5934
5981
|
#
|
5935
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
|
5936
5984
|
# @return [Array<Types::Tag>]
|
5937
5985
|
#
|
5938
5986
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSnapshotMessage AWS API Documentation
|
@@ -6102,12 +6150,16 @@ module Aws::RDS
|
|
6102
6150
|
# @return [Boolean]
|
6103
6151
|
#
|
6104
6152
|
# @!attribute [rw] tags
|
6105
|
-
# A list of tags.
|
6106
|
-
#
|
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*.
|
6107
6158
|
#
|
6108
6159
|
#
|
6109
6160
|
#
|
6110
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
|
6111
6163
|
# @return [Array<Types::Tag>]
|
6112
6164
|
#
|
6113
6165
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateEventSubscriptionMessage AWS API Documentation
|
@@ -6314,12 +6366,16 @@ module Aws::RDS
|
|
6314
6366
|
# @return [Hash<String,String>]
|
6315
6367
|
#
|
6316
6368
|
# @!attribute [rw] tags
|
6317
|
-
# A list of tags.
|
6318
|
-
#
|
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*.
|
6319
6374
|
#
|
6320
6375
|
#
|
6321
6376
|
#
|
6322
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
|
6323
6379
|
# @return [Array<Types::Tag>]
|
6324
6380
|
#
|
6325
6381
|
# @!attribute [rw] data_filter
|
@@ -6482,12 +6538,16 @@ module Aws::RDS
|
|
6482
6538
|
# @return [String]
|
6483
6539
|
#
|
6484
6540
|
# @!attribute [rw] tags
|
6485
|
-
# A list of tags.
|
6486
|
-
#
|
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*.
|
6487
6546
|
#
|
6488
6547
|
#
|
6489
6548
|
#
|
6490
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
|
6491
6551
|
# @return [Array<Types::Tag>]
|
6492
6552
|
#
|
6493
6553
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateTenantDatabaseMessage AWS API Documentation
|
@@ -6911,12 +6971,16 @@ module Aws::RDS
|
|
6911
6971
|
# @return [Array<Types::DomainMembership>]
|
6912
6972
|
#
|
6913
6973
|
# @!attribute [rw] tag_list
|
6914
|
-
# A list of tags.
|
6915
|
-
#
|
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*.
|
6916
6979
|
#
|
6917
6980
|
#
|
6918
6981
|
#
|
6919
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
|
6920
6984
|
# @return [Array<Types::Tag>]
|
6921
6985
|
#
|
6922
6986
|
# @!attribute [rw] global_write_forwarding_status
|
@@ -6958,13 +7022,14 @@ module Aws::RDS
|
|
6958
7022
|
# @!attribute [rw] publicly_accessible
|
6959
7023
|
# Indicates whether the DB cluster is publicly accessible.
|
6960
7024
|
#
|
6961
|
-
# When the DB cluster is publicly accessible
|
6962
|
-
#
|
6963
|
-
#
|
6964
|
-
#
|
6965
|
-
#
|
6966
|
-
#
|
6967
|
-
#
|
7025
|
+
# When the DB cluster is publicly accessible and you connect from
|
7026
|
+
# outside of the DB cluster's virtual private cloud (VPC), its Domain
|
7027
|
+
# Name System (DNS) endpoint resolves to the public IP address. When
|
7028
|
+
# you connect from within the same VPC as the DB cluster, the endpoint
|
7029
|
+
# resolves to the private IP address. Access to the DB cluster is
|
7030
|
+
# ultimately controlled by the security group it uses. That public
|
7031
|
+
# access isn't permitted if the security group assigned to the DB
|
7032
|
+
# cluster doesn't permit it.
|
6968
7033
|
#
|
6969
7034
|
# When the DB cluster isn't publicly accessible, it is an internal DB
|
6970
7035
|
# cluster with a DNS name that resolves to a private IP address.
|
@@ -8034,12 +8099,16 @@ module Aws::RDS
|
|
8034
8099
|
# @return [Boolean]
|
8035
8100
|
#
|
8036
8101
|
# @!attribute [rw] tag_list
|
8037
|
-
# A list of tags.
|
8038
|
-
#
|
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*.
|
8039
8107
|
#
|
8040
8108
|
#
|
8041
8109
|
#
|
8042
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
|
8043
8112
|
# @return [Array<Types::Tag>]
|
8044
8113
|
#
|
8045
8114
|
# @!attribute [rw] db_system_id
|
@@ -8370,12 +8439,16 @@ module Aws::RDS
|
|
8370
8439
|
# @return [Time]
|
8371
8440
|
#
|
8372
8441
|
# @!attribute [rw] tag_list
|
8373
|
-
# A list of tags.
|
8374
|
-
#
|
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*.
|
8375
8447
|
#
|
8376
8448
|
#
|
8377
8449
|
#
|
8378
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
|
8379
8452
|
# @return [Array<Types::Tag>]
|
8380
8453
|
#
|
8381
8454
|
# @!attribute [rw] supports_babelfish
|
@@ -8698,10 +8771,11 @@ module Aws::RDS
|
|
8698
8771
|
# @!attribute [rw] publicly_accessible
|
8699
8772
|
# Indicates whether the DB instance is publicly accessible.
|
8700
8773
|
#
|
8701
|
-
# When the DB
|
8702
|
-
#
|
8703
|
-
#
|
8704
|
-
#
|
8774
|
+
# When the DB instance is publicly accessible and you connect from
|
8775
|
+
# outside of the DB instance's virtual private cloud (VPC), its
|
8776
|
+
# Domain Name System (DNS) endpoint resolves to the public IP address.
|
8777
|
+
# When you connect from within the same VPC as the DB instance, the
|
8778
|
+
# endpoint resolves to the private IP address. Access to the DB
|
8705
8779
|
# cluster is ultimately controlled by the security group it uses. That
|
8706
8780
|
# public access isn't permitted if the security group assigned to the
|
8707
8781
|
# DB cluster doesn't permit it.
|
@@ -8911,12 +8985,16 @@ module Aws::RDS
|
|
8911
8985
|
# @return [Integer]
|
8912
8986
|
#
|
8913
8987
|
# @!attribute [rw] tag_list
|
8914
|
-
# A list of tags.
|
8915
|
-
#
|
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*.
|
8916
8993
|
#
|
8917
8994
|
#
|
8918
8995
|
#
|
8919
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
|
8920
8998
|
# @return [Array<Types::Tag>]
|
8921
8999
|
#
|
8922
9000
|
# @!attribute [rw] db_instance_automated_backups_replications
|
@@ -10460,6 +10538,11 @@ module Aws::RDS
|
|
10460
10538
|
# (ACUs).
|
10461
10539
|
# @return [Float]
|
10462
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
|
+
#
|
10463
10546
|
# @!attribute [rw] compute_redundancy
|
10464
10547
|
# Specifies whether to create standby instances for the DB shard
|
10465
10548
|
# group. Valid values are the following:
|
@@ -10510,6 +10593,7 @@ module Aws::RDS
|
|
10510
10593
|
:db_shard_group_identifier,
|
10511
10594
|
:db_cluster_identifier,
|
10512
10595
|
:max_acu,
|
10596
|
+
:min_acu,
|
10513
10597
|
:compute_redundancy,
|
10514
10598
|
:status,
|
10515
10599
|
:publicly_accessible,
|
@@ -10670,12 +10754,16 @@ module Aws::RDS
|
|
10670
10754
|
# @return [String]
|
10671
10755
|
#
|
10672
10756
|
# @!attribute [rw] tag_list
|
10673
|
-
# A list of tags.
|
10674
|
-
#
|
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*.
|
10675
10762
|
#
|
10676
10763
|
#
|
10677
10764
|
#
|
10678
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
|
10679
10767
|
# @return [Array<Types::Tag>]
|
10680
10768
|
#
|
10681
10769
|
# @!attribute [rw] original_snapshot_create_time
|
@@ -10913,12 +11001,16 @@ module Aws::RDS
|
|
10913
11001
|
# @return [String]
|
10914
11002
|
#
|
10915
11003
|
# @!attribute [rw] tag_list
|
10916
|
-
# A list of tags.
|
10917
|
-
#
|
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*.
|
10918
11009
|
#
|
10919
11010
|
#
|
10920
11011
|
#
|
10921
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
|
10922
11014
|
# @return [Array<Types::Tag>]
|
10923
11015
|
#
|
10924
11016
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSnapshotTenantDatabase AWS API Documentation
|
@@ -11232,14 +11324,14 @@ module Aws::RDS
|
|
11232
11324
|
#
|
11233
11325
|
# @!attribute [rw] skip_final_snapshot
|
11234
11326
|
# Specifies whether to skip the creation of a final DB cluster
|
11235
|
-
# snapshot before the DB cluster
|
11236
|
-
# DB cluster snapshot
|
11237
|
-
#
|
11238
|
-
#
|
11239
|
-
#
|
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.
|
11240
11332
|
#
|
11241
|
-
# <note markdown="1">
|
11242
|
-
# `
|
11333
|
+
# <note markdown="1"> If `SkipFinalSnapshot` is disabled, you must specify a value for the
|
11334
|
+
# `FinalDBSnapshotIdentifier` parameter.
|
11243
11335
|
#
|
11244
11336
|
# </note>
|
11245
11337
|
# @return [Boolean]
|
@@ -11248,9 +11340,9 @@ module Aws::RDS
|
|
11248
11340
|
# The DB cluster snapshot identifier of the new DB cluster snapshot
|
11249
11341
|
# created when `SkipFinalSnapshot` is disabled.
|
11250
11342
|
#
|
11251
|
-
# <note markdown="1">
|
11252
|
-
# DB cluster snapshot with the `SkipFinalShapshot` parameter
|
11253
|
-
# 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.
|
11254
11346
|
#
|
11255
11347
|
# </note>
|
11256
11348
|
#
|
@@ -16203,12 +16295,16 @@ module Aws::RDS
|
|
16203
16295
|
# @return [String]
|
16204
16296
|
#
|
16205
16297
|
# @!attribute [rw] tags
|
16206
|
-
# A list of tags.
|
16207
|
-
#
|
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*.
|
16208
16303
|
#
|
16209
16304
|
#
|
16210
16305
|
#
|
16211
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
|
16212
16308
|
# @return [Array<Types::Tag>]
|
16213
16309
|
#
|
16214
16310
|
# @!attribute [rw] create_time
|
@@ -18599,13 +18695,14 @@ module Aws::RDS
|
|
18599
18695
|
# @!attribute [rw] publicly_accessible
|
18600
18696
|
# Specifies whether the DB instance is publicly accessible.
|
18601
18697
|
#
|
18602
|
-
# When the DB
|
18603
|
-
#
|
18604
|
-
#
|
18605
|
-
#
|
18606
|
-
#
|
18607
|
-
#
|
18608
|
-
#
|
18698
|
+
# When the DB instance is publicly accessible and you connect from
|
18699
|
+
# outside of the DB instance's virtual private cloud (VPC), its
|
18700
|
+
# Domain Name System (DNS) endpoint resolves to the public IP address.
|
18701
|
+
# When you connect from within the same VPC as the DB instance, the
|
18702
|
+
# endpoint resolves to the private IP address. Access to the DB
|
18703
|
+
# instance is ultimately controlled by the security group it uses.
|
18704
|
+
# That public access isn't permitted if the security group assigned
|
18705
|
+
# to the DB instance doesn't permit it.
|
18609
18706
|
#
|
18610
18707
|
# When the DB instance isn't publicly accessible, it is an internal
|
18611
18708
|
# DB instance with a DNS name that resolves to a private IP address.
|
@@ -19407,11 +19504,17 @@ module Aws::RDS
|
|
19407
19504
|
# (ACUs).
|
19408
19505
|
# @return [Float]
|
19409
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
|
+
#
|
19410
19512
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBShardGroupMessage AWS API Documentation
|
19411
19513
|
#
|
19412
19514
|
class ModifyDBShardGroupMessage < Struct.new(
|
19413
19515
|
:db_shard_group_identifier,
|
19414
|
-
:max_acu
|
19516
|
+
:max_acu,
|
19517
|
+
:min_acu)
|
19415
19518
|
SENSITIVE = []
|
19416
19519
|
include Aws::Structure
|
19417
19520
|
end
|
@@ -19983,7 +20086,7 @@ module Aws::RDS
|
|
19983
20086
|
include Aws::Structure
|
19984
20087
|
end
|
19985
20088
|
|
19986
|
-
# A list of all available options
|
20089
|
+
# A list of all available options for an option group.
|
19987
20090
|
#
|
19988
20091
|
# @!attribute [rw] option_name
|
19989
20092
|
# The configuration of options to include in a group.
|
@@ -19998,13 +20101,11 @@ module Aws::RDS
|
|
19998
20101
|
# @return [String]
|
19999
20102
|
#
|
20000
20103
|
# @!attribute [rw] db_security_group_memberships
|
20001
|
-
# A list of
|
20002
|
-
# option.
|
20104
|
+
# A list of DB security groups used for this option.
|
20003
20105
|
# @return [Array<String>]
|
20004
20106
|
#
|
20005
20107
|
# @!attribute [rw] vpc_security_group_memberships
|
20006
|
-
# A list of
|
20007
|
-
# option.
|
20108
|
+
# A list of VPC security group names used for this option.
|
20008
20109
|
# @return [Array<String>]
|
20009
20110
|
#
|
20010
20111
|
# @!attribute [rw] option_settings
|
@@ -21401,12 +21502,16 @@ module Aws::RDS
|
|
21401
21502
|
# @return [Integer]
|
21402
21503
|
#
|
21403
21504
|
# @!attribute [rw] tags
|
21404
|
-
# A list of tags.
|
21405
|
-
#
|
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*.
|
21406
21510
|
#
|
21407
21511
|
#
|
21408
21512
|
#
|
21409
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
|
21410
21515
|
# @return [Array<Types::Tag>]
|
21411
21516
|
#
|
21412
21517
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PurchaseReservedDBInstancesOfferingMessage AWS API Documentation
|
@@ -22448,12 +22553,16 @@ module Aws::RDS
|
|
22448
22553
|
# @return [String]
|
22449
22554
|
#
|
22450
22555
|
# @!attribute [rw] tags
|
22451
|
-
# A list of tags.
|
22452
|
-
#
|
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*.
|
22453
22561
|
#
|
22454
22562
|
#
|
22455
22563
|
#
|
22456
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
|
22457
22566
|
# @return [Array<Types::Tag>]
|
22458
22567
|
#
|
22459
22568
|
# @!attribute [rw] storage_encrypted
|
@@ -23481,12 +23590,16 @@ module Aws::RDS
|
|
23481
23590
|
# @return [Array<String>]
|
23482
23591
|
#
|
23483
23592
|
# @!attribute [rw] tags
|
23484
|
-
# A list of tags.
|
23485
|
-
#
|
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*.
|
23486
23598
|
#
|
23487
23599
|
#
|
23488
23600
|
#
|
23489
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
|
23490
23603
|
# @return [Array<Types::Tag>]
|
23491
23604
|
#
|
23492
23605
|
# @!attribute [rw] kms_key_id
|
@@ -24137,12 +24250,16 @@ module Aws::RDS
|
|
24137
24250
|
# @return [String]
|
24138
24251
|
#
|
24139
24252
|
# @!attribute [rw] tags
|
24140
|
-
# A list of tags.
|
24141
|
-
#
|
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*.
|
24142
24258
|
#
|
24143
24259
|
#
|
24144
24260
|
#
|
24145
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
|
24146
24263
|
# @return [Array<Types::Tag>]
|
24147
24264
|
#
|
24148
24265
|
# @!attribute [rw] storage_type
|
@@ -25545,12 +25662,16 @@ module Aws::RDS
|
|
25545
25662
|
# @return [Boolean]
|
25546
25663
|
#
|
25547
25664
|
# @!attribute [rw] tags
|
25548
|
-
# A list of tags.
|
25549
|
-
#
|
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*.
|
25550
25670
|
#
|
25551
25671
|
#
|
25552
25672
|
#
|
25553
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
|
25554
25675
|
# @return [Array<Types::Tag>]
|
25555
25676
|
#
|
25556
25677
|
# @!attribute [rw] storage_type
|
@@ -27237,9 +27358,9 @@ module Aws::RDS
|
|
27237
27358
|
# Metadata assigned to an Amazon RDS resource consisting of a key-value
|
27238
27359
|
# pair.
|
27239
27360
|
#
|
27240
|
-
# For more information, see [Tagging Amazon RDS
|
27361
|
+
# For more information, see [Tagging Amazon RDS resources][1] in the
|
27241
27362
|
# *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
|
27242
|
-
#
|
27363
|
+
# resources][2] in the *Amazon Aurora User Guide*.
|
27243
27364
|
#
|
27244
27365
|
#
|
27245
27366
|
#
|
@@ -27370,12 +27491,16 @@ module Aws::RDS
|
|
27370
27491
|
# @return [Types::TenantDatabasePendingModifiedValues]
|
27371
27492
|
#
|
27372
27493
|
# @!attribute [rw] tag_list
|
27373
|
-
# A list of tags.
|
27374
|
-
#
|
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*.
|
27375
27499
|
#
|
27376
27500
|
#
|
27377
27501
|
#
|
27378
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
|
27379
27504
|
# @return [Array<Types::Tag>]
|
27380
27505
|
#
|
27381
27506
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/TenantDatabase AWS API Documentation
|