aws-sdk-rds 1.43.0 → 1.44.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +364 -152
- data/lib/aws-sdk-rds/client_api.rb +6 -0
- data/lib/aws-sdk-rds/db_cluster.rb +35 -16
- data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +1 -1
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +8 -4
- data/lib/aws-sdk-rds/db_instance.rb +78 -48
- data/lib/aws-sdk-rds/db_parameter_group.rb +2 -2
- data/lib/aws-sdk-rds/db_security_group.rb +1 -1
- data/lib/aws-sdk-rds/db_snapshot.rb +11 -11
- data/lib/aws-sdk-rds/db_subnet_group.rb +1 -1
- data/lib/aws-sdk-rds/event_subscription.rb +3 -3
- data/lib/aws-sdk-rds/option_group.rb +2 -2
- data/lib/aws-sdk-rds/reserved_db_instances_offering.rb +1 -1
- data/lib/aws-sdk-rds/resource.rb +60 -38
- data/lib/aws-sdk-rds/types.rb +201 -128
- metadata +2 -2
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -178,7 +178,7 @@ module Aws::RDS
|
|
178
178
|
#
|
179
179
|
#
|
180
180
|
#
|
181
|
-
# [1]:
|
181
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing
|
182
182
|
# @return [String]
|
183
183
|
#
|
184
184
|
# @!attribute [rw] tags
|
@@ -209,7 +209,7 @@ module Aws::RDS
|
|
209
209
|
#
|
210
210
|
#
|
211
211
|
#
|
212
|
-
# [1]:
|
212
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing
|
213
213
|
# @return [String]
|
214
214
|
#
|
215
215
|
# @!attribute [rw] apply_action
|
@@ -348,7 +348,7 @@ module Aws::RDS
|
|
348
348
|
#
|
349
349
|
#
|
350
350
|
#
|
351
|
-
# [1]:
|
351
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#USER_ConfigureProcessor
|
352
352
|
#
|
353
353
|
# @!attribute [rw] name
|
354
354
|
# The name of the processor feature. Valid names are `coreCount` and
|
@@ -534,7 +534,7 @@ module Aws::RDS
|
|
534
534
|
#
|
535
535
|
#
|
536
536
|
#
|
537
|
-
# [1]:
|
537
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
538
538
|
#
|
539
539
|
# @note When making an API call, you may pass CloudwatchLogsExportConfiguration
|
540
540
|
# data as a hash:
|
@@ -596,7 +596,7 @@ module Aws::RDS
|
|
596
596
|
#
|
597
597
|
#
|
598
598
|
#
|
599
|
-
# [1]:
|
599
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing
|
600
600
|
# @return [String]
|
601
601
|
#
|
602
602
|
# @!attribute [rw] target_db_cluster_parameter_group_identifier
|
@@ -625,7 +625,7 @@ module Aws::RDS
|
|
625
625
|
#
|
626
626
|
#
|
627
627
|
#
|
628
|
-
# [1]:
|
628
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
629
629
|
# @return [Array<Types::Tag>]
|
630
630
|
#
|
631
631
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBClusterParameterGroupMessage AWS API Documentation
|
@@ -693,7 +693,7 @@ module Aws::RDS
|
|
693
693
|
#
|
694
694
|
#
|
695
695
|
#
|
696
|
-
# [1]:
|
696
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CopySnapshot.html#USER_CopySnapshot.AcrossRegions
|
697
697
|
# @return [String]
|
698
698
|
#
|
699
699
|
# @!attribute [rw] target_db_cluster_snapshot_identifier
|
@@ -773,8 +773,8 @@ module Aws::RDS
|
|
773
773
|
#
|
774
774
|
#
|
775
775
|
#
|
776
|
-
# [1]:
|
777
|
-
# [2]:
|
776
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
|
777
|
+
# [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
|
778
778
|
# @return [String]
|
779
779
|
#
|
780
780
|
# @!attribute [rw] copy_tags
|
@@ -789,7 +789,7 @@ module Aws::RDS
|
|
789
789
|
#
|
790
790
|
#
|
791
791
|
#
|
792
|
-
# [1]:
|
792
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
793
793
|
# @return [Array<Types::Tag>]
|
794
794
|
#
|
795
795
|
# @!attribute [rw] destination_region
|
@@ -857,7 +857,7 @@ module Aws::RDS
|
|
857
857
|
#
|
858
858
|
#
|
859
859
|
#
|
860
|
-
# [1]:
|
860
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing
|
861
861
|
# @return [String]
|
862
862
|
#
|
863
863
|
# @!attribute [rw] target_db_parameter_group_identifier
|
@@ -886,7 +886,7 @@ module Aws::RDS
|
|
886
886
|
#
|
887
887
|
#
|
888
888
|
#
|
889
|
-
# [1]:
|
889
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
890
890
|
# @return [Array<Types::Tag>]
|
891
891
|
#
|
892
892
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBParameterGroupMessage AWS API Documentation
|
@@ -1008,7 +1008,7 @@ module Aws::RDS
|
|
1008
1008
|
#
|
1009
1009
|
#
|
1010
1010
|
#
|
1011
|
-
# [1]:
|
1011
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
1012
1012
|
# @return [Array<Types::Tag>]
|
1013
1013
|
#
|
1014
1014
|
# @!attribute [rw] copy_tags
|
@@ -1065,8 +1065,8 @@ module Aws::RDS
|
|
1065
1065
|
#
|
1066
1066
|
#
|
1067
1067
|
#
|
1068
|
-
# [1]:
|
1069
|
-
# [2]:
|
1068
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
|
1069
|
+
# [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
|
1070
1070
|
# @return [String]
|
1071
1071
|
#
|
1072
1072
|
# @!attribute [rw] option_group_name
|
@@ -1082,7 +1082,7 @@ module Aws::RDS
|
|
1082
1082
|
#
|
1083
1083
|
#
|
1084
1084
|
#
|
1085
|
-
# [1]:
|
1085
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopySnapshot.Options
|
1086
1086
|
# @return [String]
|
1087
1087
|
#
|
1088
1088
|
# @!attribute [rw] destination_region
|
@@ -1156,7 +1156,7 @@ module Aws::RDS
|
|
1156
1156
|
#
|
1157
1157
|
#
|
1158
1158
|
#
|
1159
|
-
# [1]:
|
1159
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing
|
1160
1160
|
# @return [String]
|
1161
1161
|
#
|
1162
1162
|
# @!attribute [rw] target_option_group_identifier
|
@@ -1185,7 +1185,7 @@ module Aws::RDS
|
|
1185
1185
|
#
|
1186
1186
|
#
|
1187
1187
|
#
|
1188
|
-
# [1]:
|
1188
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
1189
1189
|
# @return [Array<Types::Tag>]
|
1190
1190
|
#
|
1191
1191
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyOptionGroupMessage AWS API Documentation
|
@@ -1298,6 +1298,7 @@ module Aws::RDS
|
|
1298
1298
|
# },
|
1299
1299
|
# deletion_protection: false,
|
1300
1300
|
# global_cluster_identifier: "String",
|
1301
|
+
# copy_tags_to_snapshot: false,
|
1301
1302
|
# source_region: "String",
|
1302
1303
|
# }
|
1303
1304
|
#
|
@@ -1309,7 +1310,7 @@ module Aws::RDS
|
|
1309
1310
|
#
|
1310
1311
|
#
|
1311
1312
|
#
|
1312
|
-
# [1]:
|
1313
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html
|
1313
1314
|
# @return [Array<String>]
|
1314
1315
|
#
|
1315
1316
|
# @!attribute [rw] backup_retention_period
|
@@ -1454,7 +1455,7 @@ module Aws::RDS
|
|
1454
1455
|
#
|
1455
1456
|
#
|
1456
1457
|
#
|
1457
|
-
# [1]:
|
1458
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
1458
1459
|
# @return [String]
|
1459
1460
|
#
|
1460
1461
|
# @!attribute [rw] preferred_maintenance_window
|
@@ -1475,7 +1476,7 @@ module Aws::RDS
|
|
1475
1476
|
#
|
1476
1477
|
#
|
1477
1478
|
#
|
1478
|
-
# [1]:
|
1479
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
1479
1480
|
# @return [String]
|
1480
1481
|
#
|
1481
1482
|
# @!attribute [rw] replication_source_identifier
|
@@ -1489,7 +1490,7 @@ module Aws::RDS
|
|
1489
1490
|
#
|
1490
1491
|
#
|
1491
1492
|
#
|
1492
|
-
# [1]:
|
1493
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
1493
1494
|
# @return [Array<Types::Tag>]
|
1494
1495
|
#
|
1495
1496
|
# @!attribute [rw] storage_encrypted
|
@@ -1563,8 +1564,8 @@ module Aws::RDS
|
|
1563
1564
|
#
|
1564
1565
|
#
|
1565
1566
|
#
|
1566
|
-
# [1]:
|
1567
|
-
# [2]:
|
1567
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
|
1568
|
+
# [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
|
1568
1569
|
# @return [String]
|
1569
1570
|
#
|
1570
1571
|
# @!attribute [rw] enable_iam_database_authentication
|
@@ -1596,7 +1597,7 @@ module Aws::RDS
|
|
1596
1597
|
#
|
1597
1598
|
#
|
1598
1599
|
#
|
1599
|
-
# [1]:
|
1600
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
1600
1601
|
# @return [Array<String>]
|
1601
1602
|
#
|
1602
1603
|
# @!attribute [rw] engine_mode
|
@@ -1620,6 +1621,11 @@ module Aws::RDS
|
|
1620
1621
|
# cluster in the new global database cluster.
|
1621
1622
|
# @return [String]
|
1622
1623
|
#
|
1624
|
+
# @!attribute [rw] copy_tags_to_snapshot
|
1625
|
+
# True to copy all tags from the DB cluster to snapshots of the DB
|
1626
|
+
# cluster, and otherwise false. The default is false.
|
1627
|
+
# @return [Boolean]
|
1628
|
+
#
|
1623
1629
|
# @!attribute [rw] destination_region
|
1624
1630
|
# @return [String]
|
1625
1631
|
#
|
@@ -1659,6 +1665,7 @@ module Aws::RDS
|
|
1659
1665
|
:scaling_configuration,
|
1660
1666
|
:deletion_protection,
|
1661
1667
|
:global_cluster_identifier,
|
1668
|
+
:copy_tags_to_snapshot,
|
1662
1669
|
:destination_region,
|
1663
1670
|
:source_region)
|
1664
1671
|
include Aws::Structure
|
@@ -1719,7 +1726,7 @@ module Aws::RDS
|
|
1719
1726
|
#
|
1720
1727
|
#
|
1721
1728
|
#
|
1722
|
-
# [1]:
|
1729
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
1723
1730
|
# @return [Array<Types::Tag>]
|
1724
1731
|
#
|
1725
1732
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBClusterParameterGroupMessage AWS API Documentation
|
@@ -1999,10 +2006,10 @@ module Aws::RDS
|
|
1999
2006
|
# following:
|
2000
2007
|
#
|
2001
2008
|
# * General Purpose (SSD) storage (gp2): Must be an integer from 20 to
|
2002
|
-
#
|
2009
|
+
# 32768.
|
2003
2010
|
#
|
2004
2011
|
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
2005
|
-
#
|
2012
|
+
# 32768.
|
2006
2013
|
#
|
2007
2014
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
2008
2015
|
#
|
@@ -2012,10 +2019,10 @@ module Aws::RDS
|
|
2012
2019
|
# following:
|
2013
2020
|
#
|
2014
2021
|
# * General Purpose (SSD) storage (gp2): Must be an integer from 20 to
|
2015
|
-
#
|
2022
|
+
# 32768.
|
2016
2023
|
#
|
2017
2024
|
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
2018
|
-
#
|
2025
|
+
# 32768.
|
2019
2026
|
#
|
2020
2027
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
2021
2028
|
#
|
@@ -2025,10 +2032,10 @@ module Aws::RDS
|
|
2025
2032
|
# following:
|
2026
2033
|
#
|
2027
2034
|
# * General Purpose (SSD) storage (gp2): Must be an integer from 20 to
|
2028
|
-
#
|
2035
|
+
# 32768.
|
2029
2036
|
#
|
2030
2037
|
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
2031
|
-
#
|
2038
|
+
# 32768.
|
2032
2039
|
#
|
2033
2040
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
2034
2041
|
#
|
@@ -2081,7 +2088,7 @@ module Aws::RDS
|
|
2081
2088
|
#
|
2082
2089
|
#
|
2083
2090
|
#
|
2084
|
-
# [1]:
|
2091
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
|
2085
2092
|
# @return [String]
|
2086
2093
|
#
|
2087
2094
|
# @!attribute [rw] engine
|
@@ -2253,7 +2260,7 @@ module Aws::RDS
|
|
2253
2260
|
#
|
2254
2261
|
#
|
2255
2262
|
#
|
2256
|
-
# [1]:
|
2263
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html
|
2257
2264
|
# @return [String]
|
2258
2265
|
#
|
2259
2266
|
# @!attribute [rw] db_subnet_group_name
|
@@ -2279,7 +2286,7 @@ module Aws::RDS
|
|
2279
2286
|
#
|
2280
2287
|
#
|
2281
2288
|
#
|
2282
|
-
# [1]:
|
2289
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#Concepts.DBMaintenance
|
2283
2290
|
# @return [String]
|
2284
2291
|
#
|
2285
2292
|
# @!attribute [rw] db_parameter_group_name
|
@@ -2345,8 +2352,8 @@ module Aws::RDS
|
|
2345
2352
|
#
|
2346
2353
|
#
|
2347
2354
|
#
|
2348
|
-
# [1]:
|
2349
|
-
# [2]:
|
2355
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow
|
2356
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow
|
2350
2357
|
# @return [String]
|
2351
2358
|
#
|
2352
2359
|
# @!attribute [rw] port
|
@@ -2446,11 +2453,11 @@ module Aws::RDS
|
|
2446
2453
|
#
|
2447
2454
|
#
|
2448
2455
|
#
|
2449
|
-
# [1]:
|
2450
|
-
# [2]:
|
2451
|
-
# [3]:
|
2452
|
-
# [4]:
|
2453
|
-
# [5]:
|
2456
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
|
2457
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.FeatureSupport
|
2458
|
+
# [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
|
2459
|
+
# [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
|
2460
|
+
# [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions
|
2454
2461
|
# @return [String]
|
2455
2462
|
#
|
2456
2463
|
# @!attribute [rw] auto_minor_version_upgrade
|
@@ -2478,7 +2485,7 @@ module Aws::RDS
|
|
2478
2485
|
#
|
2479
2486
|
#
|
2480
2487
|
#
|
2481
|
-
# [1]:
|
2488
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS
|
2482
2489
|
# @return [Integer]
|
2483
2490
|
#
|
2484
2491
|
# @!attribute [rw] option_group_name
|
@@ -2536,7 +2543,7 @@ module Aws::RDS
|
|
2536
2543
|
#
|
2537
2544
|
#
|
2538
2545
|
#
|
2539
|
-
# [1]:
|
2546
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
2540
2547
|
# @return [Array<Types::Tag>]
|
2541
2548
|
#
|
2542
2549
|
# @!attribute [rw] db_cluster_identifier
|
@@ -2608,6 +2615,13 @@ module Aws::RDS
|
|
2608
2615
|
# @!attribute [rw] copy_tags_to_snapshot
|
2609
2616
|
# True to copy all tags from the DB instance to snapshots of the DB
|
2610
2617
|
# instance, and otherwise false. The default is false.
|
2618
|
+
#
|
2619
|
+
# **Amazon Aurora**
|
2620
|
+
#
|
2621
|
+
# Not applicable. Copying tags to snapshots is managed by the DB
|
2622
|
+
# cluster. Setting this value for an Aurora DB instance has no effect
|
2623
|
+
# on the DB cluster setting. For more information, see
|
2624
|
+
# CreateDBCluster.
|
2611
2625
|
# @return [Boolean]
|
2612
2626
|
#
|
2613
2627
|
# @!attribute [rw] monitoring_interval
|
@@ -2633,7 +2647,7 @@ module Aws::RDS
|
|
2633
2647
|
#
|
2634
2648
|
#
|
2635
2649
|
#
|
2636
|
-
# [1]:
|
2650
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling
|
2637
2651
|
# @return [String]
|
2638
2652
|
#
|
2639
2653
|
# @!attribute [rw] domain_iam_role_name
|
@@ -2653,7 +2667,7 @@ module Aws::RDS
|
|
2653
2667
|
#
|
2654
2668
|
#
|
2655
2669
|
#
|
2656
|
-
# [1]:
|
2670
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance
|
2657
2671
|
# @return [Integer]
|
2658
2672
|
#
|
2659
2673
|
# @!attribute [rw] timezone
|
@@ -2662,7 +2676,7 @@ module Aws::RDS
|
|
2662
2676
|
#
|
2663
2677
|
#
|
2664
2678
|
#
|
2665
|
-
# [1]:
|
2679
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone
|
2666
2680
|
# @return [String]
|
2667
2681
|
#
|
2668
2682
|
# @!attribute [rw] enable_iam_database_authentication
|
@@ -2696,7 +2710,7 @@ module Aws::RDS
|
|
2696
2710
|
#
|
2697
2711
|
#
|
2698
2712
|
#
|
2699
|
-
# [1]:
|
2713
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
|
2700
2714
|
# @return [Boolean]
|
2701
2715
|
#
|
2702
2716
|
# @!attribute [rw] performance_insights_kms_key_id
|
@@ -2719,7 +2733,7 @@ module Aws::RDS
|
|
2719
2733
|
#
|
2720
2734
|
#
|
2721
2735
|
#
|
2722
|
-
# [1]:
|
2736
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
2723
2737
|
# @return [Array<String>]
|
2724
2738
|
#
|
2725
2739
|
# @!attribute [rw] processor_features
|
@@ -2735,7 +2749,7 @@ module Aws::RDS
|
|
2735
2749
|
#
|
2736
2750
|
#
|
2737
2751
|
#
|
2738
|
-
# [1]:
|
2752
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
2739
2753
|
# @return [Boolean]
|
2740
2754
|
#
|
2741
2755
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceMessage AWS API Documentation
|
@@ -2869,7 +2883,7 @@ module Aws::RDS
|
|
2869
2883
|
#
|
2870
2884
|
#
|
2871
2885
|
#
|
2872
|
-
# [1]:
|
2886
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing
|
2873
2887
|
# @return [String]
|
2874
2888
|
#
|
2875
2889
|
# @!attribute [rw] db_instance_class
|
@@ -2883,7 +2897,7 @@ module Aws::RDS
|
|
2883
2897
|
#
|
2884
2898
|
#
|
2885
2899
|
#
|
2886
|
-
# [1]:
|
2900
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
|
2887
2901
|
# @return [String]
|
2888
2902
|
#
|
2889
2903
|
# @!attribute [rw] availability_zone
|
@@ -2946,7 +2960,7 @@ module Aws::RDS
|
|
2946
2960
|
#
|
2947
2961
|
#
|
2948
2962
|
#
|
2949
|
-
# [1]:
|
2963
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
2950
2964
|
# @return [Array<Types::Tag>]
|
2951
2965
|
#
|
2952
2966
|
# @!attribute [rw] db_subnet_group_name
|
@@ -3025,7 +3039,7 @@ module Aws::RDS
|
|
3025
3039
|
#
|
3026
3040
|
#
|
3027
3041
|
#
|
3028
|
-
# [1]:
|
3042
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html#USER_Monitoring.OS.IAMRole
|
3029
3043
|
# @return [String]
|
3030
3044
|
#
|
3031
3045
|
# @!attribute [rw] kms_key_id
|
@@ -3098,8 +3112,8 @@ module Aws::RDS
|
|
3098
3112
|
#
|
3099
3113
|
#
|
3100
3114
|
#
|
3101
|
-
# [1]:
|
3102
|
-
# [2]:
|
3115
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
|
3116
|
+
# [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
|
3103
3117
|
# @return [String]
|
3104
3118
|
#
|
3105
3119
|
# @!attribute [rw] enable_iam_database_authentication
|
@@ -3127,7 +3141,7 @@ module Aws::RDS
|
|
3127
3141
|
#
|
3128
3142
|
#
|
3129
3143
|
#
|
3130
|
-
# [1]:
|
3144
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
|
3131
3145
|
# @return [Boolean]
|
3132
3146
|
#
|
3133
3147
|
# @!attribute [rw] performance_insights_kms_key_id
|
@@ -3149,7 +3163,7 @@ module Aws::RDS
|
|
3149
3163
|
#
|
3150
3164
|
#
|
3151
3165
|
#
|
3152
|
-
# [1]:
|
3166
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
3153
3167
|
# @return [Array<String>]
|
3154
3168
|
#
|
3155
3169
|
# @!attribute [rw] processor_features
|
@@ -3170,7 +3184,7 @@ module Aws::RDS
|
|
3170
3184
|
#
|
3171
3185
|
#
|
3172
3186
|
#
|
3173
|
-
# [1]:
|
3187
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
3174
3188
|
# @return [Boolean]
|
3175
3189
|
#
|
3176
3190
|
# @!attribute [rw] destination_region
|
@@ -3302,7 +3316,7 @@ module Aws::RDS
|
|
3302
3316
|
#
|
3303
3317
|
#
|
3304
3318
|
#
|
3305
|
-
# [1]:
|
3319
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
3306
3320
|
# @return [Array<Types::Tag>]
|
3307
3321
|
#
|
3308
3322
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBParameterGroupMessage AWS API Documentation
|
@@ -3370,7 +3384,7 @@ module Aws::RDS
|
|
3370
3384
|
#
|
3371
3385
|
#
|
3372
3386
|
#
|
3373
|
-
# [1]:
|
3387
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
3374
3388
|
# @return [Array<Types::Tag>]
|
3375
3389
|
#
|
3376
3390
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSecurityGroupMessage AWS API Documentation
|
@@ -3443,7 +3457,7 @@ module Aws::RDS
|
|
3443
3457
|
#
|
3444
3458
|
#
|
3445
3459
|
#
|
3446
|
-
# [1]:
|
3460
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
3447
3461
|
# @return [Array<Types::Tag>]
|
3448
3462
|
#
|
3449
3463
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSnapshotMessage AWS API Documentation
|
@@ -3508,7 +3522,7 @@ module Aws::RDS
|
|
3508
3522
|
#
|
3509
3523
|
#
|
3510
3524
|
#
|
3511
|
-
# [1]:
|
3525
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
3512
3526
|
# @return [Array<Types::Tag>]
|
3513
3527
|
#
|
3514
3528
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSubnetGroupMessage AWS API Documentation
|
@@ -3583,7 +3597,7 @@ module Aws::RDS
|
|
3583
3597
|
#
|
3584
3598
|
#
|
3585
3599
|
#
|
3586
|
-
# [1]:
|
3600
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html
|
3587
3601
|
# @return [Array<String>]
|
3588
3602
|
#
|
3589
3603
|
# @!attribute [rw] source_ids
|
@@ -3621,7 +3635,7 @@ module Aws::RDS
|
|
3621
3635
|
#
|
3622
3636
|
#
|
3623
3637
|
#
|
3624
|
-
# [1]:
|
3638
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
3625
3639
|
# @return [Array<Types::Tag>]
|
3626
3640
|
#
|
3627
3641
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateEventSubscriptionMessage AWS API Documentation
|
@@ -3769,7 +3783,7 @@ module Aws::RDS
|
|
3769
3783
|
#
|
3770
3784
|
#
|
3771
3785
|
#
|
3772
|
-
# [1]:
|
3786
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
3773
3787
|
# @return [Array<Types::Tag>]
|
3774
3788
|
#
|
3775
3789
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateOptionGroupMessage AWS API Documentation
|
@@ -4012,7 +4026,7 @@ module Aws::RDS
|
|
4012
4026
|
#
|
4013
4027
|
#
|
4014
4028
|
#
|
4015
|
-
# [1]:
|
4029
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html
|
4016
4030
|
# @return [Array<String>]
|
4017
4031
|
#
|
4018
4032
|
# @!attribute [rw] capacity
|
@@ -4024,7 +4038,7 @@ module Aws::RDS
|
|
4024
4038
|
#
|
4025
4039
|
#
|
4026
4040
|
#
|
4027
|
-
# [1]:
|
4041
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
|
4028
4042
|
# @return [Integer]
|
4029
4043
|
#
|
4030
4044
|
# @!attribute [rw] engine_mode
|
@@ -4041,7 +4055,7 @@ module Aws::RDS
|
|
4041
4055
|
#
|
4042
4056
|
#
|
4043
4057
|
#
|
4044
|
-
# [1]:
|
4058
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
|
4045
4059
|
# @return [Types::ScalingConfigurationInfo]
|
4046
4060
|
#
|
4047
4061
|
# @!attribute [rw] deletion_protection
|
@@ -4068,7 +4082,12 @@ module Aws::RDS
|
|
4068
4082
|
#
|
4069
4083
|
#
|
4070
4084
|
#
|
4071
|
-
# [1]:
|
4085
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
|
4086
|
+
# @return [Boolean]
|
4087
|
+
#
|
4088
|
+
# @!attribute [rw] copy_tags_to_snapshot
|
4089
|
+
# Specifies whether tags are copied from the DB cluster to snapshots
|
4090
|
+
# of the DB cluster.
|
4072
4091
|
# @return [Boolean]
|
4073
4092
|
#
|
4074
4093
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBCluster AWS API Documentation
|
@@ -4118,7 +4137,8 @@ module Aws::RDS
|
|
4118
4137
|
:engine_mode,
|
4119
4138
|
:scaling_configuration_info,
|
4120
4139
|
:deletion_protection,
|
4121
|
-
:http_endpoint_enabled
|
4140
|
+
:http_endpoint_enabled,
|
4141
|
+
:copy_tags_to_snapshot)
|
4122
4142
|
include Aws::Structure
|
4123
4143
|
end
|
4124
4144
|
|
@@ -4353,7 +4373,7 @@ module Aws::RDS
|
|
4353
4373
|
#
|
4354
4374
|
#
|
4355
4375
|
#
|
4356
|
-
# [1]:
|
4376
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance
|
4357
4377
|
# @return [Integer]
|
4358
4378
|
#
|
4359
4379
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterMember AWS API Documentation
|
@@ -5086,6 +5106,12 @@ module Aws::RDS
|
|
5086
5106
|
# @!attribute [rw] copy_tags_to_snapshot
|
5087
5107
|
# Specifies whether tags are copied from the DB instance to snapshots
|
5088
5108
|
# of the DB instance.
|
5109
|
+
#
|
5110
|
+
# **Amazon Aurora**
|
5111
|
+
#
|
5112
|
+
# Not applicable. Copying tags to snapshots is managed by the DB
|
5113
|
+
# cluster. Setting this value for an Aurora DB instance has no effect
|
5114
|
+
# on the DB cluster setting. For more information, see DBCluster.
|
5089
5115
|
# @return [Boolean]
|
5090
5116
|
#
|
5091
5117
|
# @!attribute [rw] monitoring_interval
|
@@ -5112,7 +5138,7 @@ module Aws::RDS
|
|
5112
5138
|
#
|
5113
5139
|
#
|
5114
5140
|
#
|
5115
|
-
# [1]:
|
5141
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance
|
5116
5142
|
# @return [Integer]
|
5117
5143
|
#
|
5118
5144
|
# @!attribute [rw] db_instance_arn
|
@@ -5166,7 +5192,7 @@ module Aws::RDS
|
|
5166
5192
|
#
|
5167
5193
|
#
|
5168
5194
|
#
|
5169
|
-
# [1]:
|
5195
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html
|
5170
5196
|
# @return [Array<String>]
|
5171
5197
|
#
|
5172
5198
|
# @!attribute [rw] processor_features
|
@@ -5181,7 +5207,7 @@ module Aws::RDS
|
|
5181
5207
|
#
|
5182
5208
|
#
|
5183
5209
|
#
|
5184
|
-
# [1]:
|
5210
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
5185
5211
|
# @return [Boolean]
|
5186
5212
|
#
|
5187
5213
|
# @!attribute [rw] associated_roles
|
@@ -5312,7 +5338,7 @@ module Aws::RDS
|
|
5312
5338
|
#
|
5313
5339
|
#
|
5314
5340
|
#
|
5315
|
-
# [1]:
|
5341
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html
|
5316
5342
|
# @return [String]
|
5317
5343
|
#
|
5318
5344
|
# @!attribute [rw] vpc_id
|
@@ -7758,6 +7784,14 @@ module Aws::RDS
|
|
7758
7784
|
# * `public` - Return all DB snapshots that have been marked as
|
7759
7785
|
# public.
|
7760
7786
|
#
|
7787
|
+
# * `awsbackup` - Return the DB snapshots managed by the AWS Backup
|
7788
|
+
# service.
|
7789
|
+
#
|
7790
|
+
# For information about AWS Backup, see the [ *AWS Backup Developer
|
7791
|
+
# Guide.* ][1]
|
7792
|
+
#
|
7793
|
+
# The `awsbackup` type does not apply to Aurora.
|
7794
|
+
#
|
7761
7795
|
# If you don't specify a `SnapshotType` value, then both automated
|
7762
7796
|
# and manual snapshots are returned. Shared and public DB snapshots
|
7763
7797
|
# are not included in the returned results by default. You can include
|
@@ -7770,6 +7804,10 @@ module Aws::RDS
|
|
7770
7804
|
# `IncludePublic` parameter doesn't apply when `SnapshotType` is set
|
7771
7805
|
# to `shared`. The `IncludeShared` parameter doesn't apply when
|
7772
7806
|
# `SnapshotType` is set to `public`.
|
7807
|
+
#
|
7808
|
+
#
|
7809
|
+
#
|
7810
|
+
# [1]: https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html
|
7773
7811
|
# @return [String]
|
7774
7812
|
#
|
7775
7813
|
# @!attribute [rw] filters
|
@@ -9507,7 +9545,7 @@ module Aws::RDS
|
|
9507
9545
|
#
|
9508
9546
|
#
|
9509
9547
|
#
|
9510
|
-
# [1]:
|
9548
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing
|
9511
9549
|
# @return [String]
|
9512
9550
|
#
|
9513
9551
|
# @!attribute [rw] filters
|
@@ -9674,6 +9712,7 @@ module Aws::RDS
|
|
9674
9712
|
# },
|
9675
9713
|
# deletion_protection: false,
|
9676
9714
|
# enable_http_endpoint: false,
|
9715
|
+
# copy_tags_to_snapshot: false,
|
9677
9716
|
# }
|
9678
9717
|
#
|
9679
9718
|
# @!attribute [rw] db_cluster_identifier
|
@@ -9796,7 +9835,7 @@ module Aws::RDS
|
|
9796
9835
|
#
|
9797
9836
|
#
|
9798
9837
|
#
|
9799
|
-
# [1]:
|
9838
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
9800
9839
|
# @return [String]
|
9801
9840
|
#
|
9802
9841
|
# @!attribute [rw] preferred_maintenance_window
|
@@ -9817,7 +9856,7 @@ module Aws::RDS
|
|
9817
9856
|
#
|
9818
9857
|
#
|
9819
9858
|
#
|
9820
|
-
# [1]:
|
9859
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
9821
9860
|
# @return [String]
|
9822
9861
|
#
|
9823
9862
|
# @!attribute [rw] enable_iam_database_authentication
|
@@ -9886,7 +9925,12 @@ module Aws::RDS
|
|
9886
9925
|
#
|
9887
9926
|
#
|
9888
9927
|
#
|
9889
|
-
# [1]:
|
9928
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
|
9929
|
+
# @return [Boolean]
|
9930
|
+
#
|
9931
|
+
# @!attribute [rw] copy_tags_to_snapshot
|
9932
|
+
# True to copy all tags from the DB cluster to snapshots of the DB
|
9933
|
+
# cluster, and otherwise false. The default is false.
|
9890
9934
|
# @return [Boolean]
|
9891
9935
|
#
|
9892
9936
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterMessage AWS API Documentation
|
@@ -9909,7 +9953,8 @@ module Aws::RDS
|
|
9909
9953
|
:engine_version,
|
9910
9954
|
:scaling_configuration,
|
9911
9955
|
:deletion_protection,
|
9912
|
-
:enable_http_endpoint
|
9956
|
+
:enable_http_endpoint,
|
9957
|
+
:copy_tags_to_snapshot)
|
9913
9958
|
include Aws::Structure
|
9914
9959
|
end
|
9915
9960
|
|
@@ -10132,7 +10177,7 @@ module Aws::RDS
|
|
10132
10177
|
#
|
10133
10178
|
#
|
10134
10179
|
#
|
10135
|
-
# [1]:
|
10180
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
|
10136
10181
|
# @return [String]
|
10137
10182
|
#
|
10138
10183
|
# @!attribute [rw] db_subnet_group_name
|
@@ -10205,7 +10250,7 @@ module Aws::RDS
|
|
10205
10250
|
#
|
10206
10251
|
#
|
10207
10252
|
#
|
10208
|
-
# [1]:
|
10253
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html
|
10209
10254
|
# @return [Boolean]
|
10210
10255
|
#
|
10211
10256
|
# @!attribute [rw] master_user_password
|
@@ -10517,6 +10562,13 @@ module Aws::RDS
|
|
10517
10562
|
# @!attribute [rw] copy_tags_to_snapshot
|
10518
10563
|
# True to copy all tags from the DB instance to snapshots of the DB
|
10519
10564
|
# instance, and otherwise false. The default is false.
|
10565
|
+
#
|
10566
|
+
# **Amazon Aurora**
|
10567
|
+
#
|
10568
|
+
# Not applicable. Copying tags to snapshots is managed by the DB
|
10569
|
+
# cluster. Setting this value for an Aurora DB instance has no effect
|
10570
|
+
# on the DB cluster setting. For more information, see
|
10571
|
+
# ModifyDBCluster.
|
10520
10572
|
# @return [Boolean]
|
10521
10573
|
#
|
10522
10574
|
# @!attribute [rw] monitoring_interval
|
@@ -10610,7 +10662,7 @@ module Aws::RDS
|
|
10610
10662
|
#
|
10611
10663
|
#
|
10612
10664
|
#
|
10613
|
-
# [1]:
|
10665
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html#USER_Monitoring.OS.IAMRole
|
10614
10666
|
# @return [String]
|
10615
10667
|
#
|
10616
10668
|
# @!attribute [rw] domain_iam_role_name
|
@@ -10630,7 +10682,7 @@ module Aws::RDS
|
|
10630
10682
|
#
|
10631
10683
|
#
|
10632
10684
|
#
|
10633
|
-
# [1]:
|
10685
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance
|
10634
10686
|
# @return [Integer]
|
10635
10687
|
#
|
10636
10688
|
# @!attribute [rw] enable_iam_database_authentication
|
@@ -10664,7 +10716,7 @@ module Aws::RDS
|
|
10664
10716
|
#
|
10665
10717
|
#
|
10666
10718
|
#
|
10667
|
-
# [1]:
|
10719
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
|
10668
10720
|
# @return [Boolean]
|
10669
10721
|
#
|
10670
10722
|
# @!attribute [rw] performance_insights_kms_key_id
|
@@ -10704,7 +10756,7 @@ module Aws::RDS
|
|
10704
10756
|
#
|
10705
10757
|
#
|
10706
10758
|
#
|
10707
|
-
# [1]:
|
10759
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
10708
10760
|
# @return [Boolean]
|
10709
10761
|
#
|
10710
10762
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstanceMessage AWS API Documentation
|
@@ -11054,7 +11106,7 @@ module Aws::RDS
|
|
11054
11106
|
#
|
11055
11107
|
#
|
11056
11108
|
#
|
11057
|
-
# [1]:
|
11109
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html
|
11058
11110
|
# @return [Array<String>]
|
11059
11111
|
#
|
11060
11112
|
# @!attribute [rw] enabled
|
@@ -11965,7 +12017,7 @@ module Aws::RDS
|
|
11965
12017
|
#
|
11966
12018
|
# @!attribute [rw] action
|
11967
12019
|
# The type of pending maintenance action that is available for the
|
11968
|
-
# resource.
|
12020
|
+
# resource. Valid actions are `system-update` and `db-upgrade`.
|
11969
12021
|
# @return [String]
|
11970
12022
|
#
|
11971
12023
|
# @!attribute [rw] auto_applied_after_date
|
@@ -12167,7 +12219,7 @@ module Aws::RDS
|
|
12167
12219
|
#
|
12168
12220
|
#
|
12169
12221
|
#
|
12170
|
-
# [1]:
|
12222
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#USER_ConfigureProcessor
|
12171
12223
|
#
|
12172
12224
|
# @note When making an API call, you may pass ProcessorFeature
|
12173
12225
|
# data as a hash:
|
@@ -12293,7 +12345,7 @@ module Aws::RDS
|
|
12293
12345
|
#
|
12294
12346
|
#
|
12295
12347
|
#
|
12296
|
-
# [1]:
|
12348
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AdjustingTheMaintenanceWindow.html
|
12297
12349
|
# @return [String]
|
12298
12350
|
#
|
12299
12351
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplicaMessage AWS API Documentation
|
@@ -12358,7 +12410,7 @@ module Aws::RDS
|
|
12358
12410
|
#
|
12359
12411
|
#
|
12360
12412
|
#
|
12361
|
-
# [1]:
|
12413
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
12362
12414
|
# @return [Array<Types::Tag>]
|
12363
12415
|
#
|
12364
12416
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PurchaseReservedDBInstancesOfferingMessage AWS API Documentation
|
@@ -12631,7 +12683,7 @@ module Aws::RDS
|
|
12631
12683
|
#
|
12632
12684
|
#
|
12633
12685
|
#
|
12634
|
-
# [1]:
|
12686
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing
|
12635
12687
|
# @return [String]
|
12636
12688
|
#
|
12637
12689
|
# @!attribute [rw] tag_keys
|
@@ -13014,6 +13066,7 @@ module Aws::RDS
|
|
13014
13066
|
# backtrack_window: 1,
|
13015
13067
|
# enable_cloudwatch_logs_exports: ["String"],
|
13016
13068
|
# deletion_protection: false,
|
13069
|
+
# copy_tags_to_snapshot: false,
|
13017
13070
|
# }
|
13018
13071
|
#
|
13019
13072
|
# @!attribute [rw] availability_zones
|
@@ -13161,7 +13214,7 @@ module Aws::RDS
|
|
13161
13214
|
#
|
13162
13215
|
#
|
13163
13216
|
#
|
13164
|
-
# [1]:
|
13217
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
13165
13218
|
# @return [String]
|
13166
13219
|
#
|
13167
13220
|
# @!attribute [rw] preferred_maintenance_window
|
@@ -13181,7 +13234,7 @@ module Aws::RDS
|
|
13181
13234
|
#
|
13182
13235
|
#
|
13183
13236
|
#
|
13184
|
-
# [1]:
|
13237
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
13185
13238
|
# @return [String]
|
13186
13239
|
#
|
13187
13240
|
# @!attribute [rw] tags
|
@@ -13190,7 +13243,7 @@ module Aws::RDS
|
|
13190
13243
|
#
|
13191
13244
|
#
|
13192
13245
|
#
|
13193
|
-
# [1]:
|
13246
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
13194
13247
|
# @return [Array<Types::Tag>]
|
13195
13248
|
#
|
13196
13249
|
# @!attribute [rw] storage_encrypted
|
@@ -13275,7 +13328,7 @@ module Aws::RDS
|
|
13275
13328
|
#
|
13276
13329
|
#
|
13277
13330
|
#
|
13278
|
-
# [1]:
|
13331
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
13279
13332
|
# @return [Array<String>]
|
13280
13333
|
#
|
13281
13334
|
# @!attribute [rw] deletion_protection
|
@@ -13284,6 +13337,11 @@ module Aws::RDS
|
|
13284
13337
|
# default is false.
|
13285
13338
|
# @return [Boolean]
|
13286
13339
|
#
|
13340
|
+
# @!attribute [rw] copy_tags_to_snapshot
|
13341
|
+
# True to copy all tags from the restored DB cluster to snapshots of
|
13342
|
+
# the restored DB cluster, and otherwise false. The default is false.
|
13343
|
+
# @return [Boolean]
|
13344
|
+
#
|
13287
13345
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3Message AWS API Documentation
|
13288
13346
|
#
|
13289
13347
|
class RestoreDBClusterFromS3Message < Struct.new(
|
@@ -13314,7 +13372,8 @@ module Aws::RDS
|
|
13314
13372
|
:s3_ingestion_role_arn,
|
13315
13373
|
:backtrack_window,
|
13316
13374
|
:enable_cloudwatch_logs_exports,
|
13317
|
-
:deletion_protection
|
13375
|
+
:deletion_protection,
|
13376
|
+
:copy_tags_to_snapshot)
|
13318
13377
|
include Aws::Structure
|
13319
13378
|
end
|
13320
13379
|
|
@@ -13365,6 +13424,7 @@ module Aws::RDS
|
|
13365
13424
|
# },
|
13366
13425
|
# db_cluster_parameter_group_name: "String",
|
13367
13426
|
# deletion_protection: false,
|
13427
|
+
# copy_tags_to_snapshot: false,
|
13368
13428
|
# }
|
13369
13429
|
#
|
13370
13430
|
# @!attribute [rw] availability_zones
|
@@ -13499,7 +13559,7 @@ module Aws::RDS
|
|
13499
13559
|
#
|
13500
13560
|
#
|
13501
13561
|
#
|
13502
|
-
# [1]:
|
13562
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
13503
13563
|
# @return [Array<String>]
|
13504
13564
|
#
|
13505
13565
|
# @!attribute [rw] engine_mode
|
@@ -13535,6 +13595,11 @@ module Aws::RDS
|
|
13535
13595
|
# default is false.
|
13536
13596
|
# @return [Boolean]
|
13537
13597
|
#
|
13598
|
+
# @!attribute [rw] copy_tags_to_snapshot
|
13599
|
+
# True to copy all tags from the restored DB cluster to snapshots of
|
13600
|
+
# the restored DB cluster, and otherwise false. The default is false.
|
13601
|
+
# @return [Boolean]
|
13602
|
+
#
|
13538
13603
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshotMessage AWS API Documentation
|
13539
13604
|
#
|
13540
13605
|
class RestoreDBClusterFromSnapshotMessage < Struct.new(
|
@@ -13556,7 +13621,8 @@ module Aws::RDS
|
|
13556
13621
|
:engine_mode,
|
13557
13622
|
:scaling_configuration,
|
13558
13623
|
:db_cluster_parameter_group_name,
|
13559
|
-
:deletion_protection
|
13624
|
+
:deletion_protection,
|
13625
|
+
:copy_tags_to_snapshot)
|
13560
13626
|
include Aws::Structure
|
13561
13627
|
end
|
13562
13628
|
|
@@ -13599,6 +13665,7 @@ module Aws::RDS
|
|
13599
13665
|
# enable_cloudwatch_logs_exports: ["String"],
|
13600
13666
|
# db_cluster_parameter_group_name: "String",
|
13601
13667
|
# deletion_protection: false,
|
13668
|
+
# copy_tags_to_snapshot: false,
|
13602
13669
|
# }
|
13603
13670
|
#
|
13604
13671
|
# @!attribute [rw] db_cluster_identifier
|
@@ -13701,7 +13768,7 @@ module Aws::RDS
|
|
13701
13768
|
#
|
13702
13769
|
#
|
13703
13770
|
#
|
13704
|
-
# [1]:
|
13771
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
13705
13772
|
# @return [Array<Types::Tag>]
|
13706
13773
|
#
|
13707
13774
|
# @!attribute [rw] kms_key_id
|
@@ -13762,7 +13829,7 @@ module Aws::RDS
|
|
13762
13829
|
#
|
13763
13830
|
#
|
13764
13831
|
#
|
13765
|
-
# [1]:
|
13832
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
13766
13833
|
# @return [Array<String>]
|
13767
13834
|
#
|
13768
13835
|
# @!attribute [rw] db_cluster_parameter_group_name
|
@@ -13788,6 +13855,11 @@ module Aws::RDS
|
|
13788
13855
|
# default is false.
|
13789
13856
|
# @return [Boolean]
|
13790
13857
|
#
|
13858
|
+
# @!attribute [rw] copy_tags_to_snapshot
|
13859
|
+
# True to copy all tags from the restored DB cluster to snapshots of
|
13860
|
+
# the restored DB cluster, and otherwise false. The default is false.
|
13861
|
+
# @return [Boolean]
|
13862
|
+
#
|
13791
13863
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTimeMessage AWS API Documentation
|
13792
13864
|
#
|
13793
13865
|
class RestoreDBClusterToPointInTimeMessage < Struct.new(
|
@@ -13806,7 +13878,8 @@ module Aws::RDS
|
|
13806
13878
|
:backtrack_window,
|
13807
13879
|
:enable_cloudwatch_logs_exports,
|
13808
13880
|
:db_cluster_parameter_group_name,
|
13809
|
-
:deletion_protection
|
13881
|
+
:deletion_protection,
|
13882
|
+
:copy_tags_to_snapshot)
|
13810
13883
|
include Aws::Structure
|
13811
13884
|
end
|
13812
13885
|
|
@@ -13905,7 +13978,7 @@ module Aws::RDS
|
|
13905
13978
|
#
|
13906
13979
|
#
|
13907
13980
|
#
|
13908
|
-
# [1]:
|
13981
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
|
13909
13982
|
# @return [String]
|
13910
13983
|
#
|
13911
13984
|
# @!attribute [rw] port
|
@@ -14026,7 +14099,7 @@ module Aws::RDS
|
|
14026
14099
|
#
|
14027
14100
|
#
|
14028
14101
|
#
|
14029
|
-
# [1]:
|
14102
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS
|
14030
14103
|
# @return [Integer]
|
14031
14104
|
#
|
14032
14105
|
# @!attribute [rw] option_group_name
|
@@ -14045,7 +14118,7 @@ module Aws::RDS
|
|
14045
14118
|
#
|
14046
14119
|
#
|
14047
14120
|
#
|
14048
|
-
# [1]:
|
14121
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
14049
14122
|
# @return [Array<Types::Tag>]
|
14050
14123
|
#
|
14051
14124
|
# @!attribute [rw] storage_type
|
@@ -14084,7 +14157,7 @@ module Aws::RDS
|
|
14084
14157
|
#
|
14085
14158
|
# @!attribute [rw] copy_tags_to_snapshot
|
14086
14159
|
# True to copy all tags from the restored DB instance to snapshots of
|
14087
|
-
# the DB instance, and otherwise false. The default is false.
|
14160
|
+
# the restored DB instance, and otherwise false. The default is false.
|
14088
14161
|
# @return [Boolean]
|
14089
14162
|
#
|
14090
14163
|
# @!attribute [rw] domain_iam_role_name
|
@@ -14114,7 +14187,7 @@ module Aws::RDS
|
|
14114
14187
|
#
|
14115
14188
|
#
|
14116
14189
|
#
|
14117
|
-
# [1]:
|
14190
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
14118
14191
|
# @return [Array<String>]
|
14119
14192
|
#
|
14120
14193
|
# @!attribute [rw] processor_features
|
@@ -14151,7 +14224,7 @@ module Aws::RDS
|
|
14151
14224
|
#
|
14152
14225
|
#
|
14153
14226
|
#
|
14154
|
-
# [1]:
|
14227
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
14155
14228
|
# @return [Boolean]
|
14156
14229
|
#
|
14157
14230
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshotMessage AWS API Documentation
|
@@ -14305,7 +14378,7 @@ module Aws::RDS
|
|
14305
14378
|
#
|
14306
14379
|
#
|
14307
14380
|
#
|
14308
|
-
# [1]:
|
14381
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
|
14309
14382
|
# @return [String]
|
14310
14383
|
#
|
14311
14384
|
# @!attribute [rw] engine
|
@@ -14359,7 +14432,7 @@ module Aws::RDS
|
|
14359
14432
|
#
|
14360
14433
|
#
|
14361
14434
|
#
|
14362
|
-
# [1]:
|
14435
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html
|
14363
14436
|
# @return [String]
|
14364
14437
|
#
|
14365
14438
|
# @!attribute [rw] db_subnet_group_name
|
@@ -14385,7 +14458,7 @@ module Aws::RDS
|
|
14385
14458
|
#
|
14386
14459
|
#
|
14387
14460
|
#
|
14388
|
-
# [1]:
|
14461
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#Concepts.DBMaintenance
|
14389
14462
|
# @return [String]
|
14390
14463
|
#
|
14391
14464
|
# @!attribute [rw] db_parameter_group_name
|
@@ -14417,7 +14490,7 @@ module Aws::RDS
|
|
14417
14490
|
#
|
14418
14491
|
#
|
14419
14492
|
#
|
14420
|
-
# [1]:
|
14493
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow
|
14421
14494
|
# @return [String]
|
14422
14495
|
#
|
14423
14496
|
# @!attribute [rw] port
|
@@ -14463,7 +14536,7 @@ module Aws::RDS
|
|
14463
14536
|
#
|
14464
14537
|
#
|
14465
14538
|
#
|
14466
|
-
# [1]:
|
14539
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS
|
14467
14540
|
# @return [Integer]
|
14468
14541
|
#
|
14469
14542
|
# @!attribute [rw] option_group_name
|
@@ -14488,7 +14561,7 @@ module Aws::RDS
|
|
14488
14561
|
#
|
14489
14562
|
#
|
14490
14563
|
#
|
14491
|
-
# [1]:
|
14564
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
14492
14565
|
# @return [Array<Types::Tag>]
|
14493
14566
|
#
|
14494
14567
|
# @!attribute [rw] storage_type
|
@@ -14524,8 +14597,8 @@ module Aws::RDS
|
|
14524
14597
|
# @return [String]
|
14525
14598
|
#
|
14526
14599
|
# @!attribute [rw] copy_tags_to_snapshot
|
14527
|
-
# True to copy all tags from the DB instance to snapshots of
|
14528
|
-
# instance, and otherwise false.
|
14600
|
+
# True to copy all tags from the restored DB instance to snapshots of
|
14601
|
+
# the restored DB instance, and otherwise false.
|
14529
14602
|
#
|
14530
14603
|
# Default: false.
|
14531
14604
|
# @return [Boolean]
|
@@ -14555,7 +14628,7 @@ module Aws::RDS
|
|
14555
14628
|
#
|
14556
14629
|
#
|
14557
14630
|
#
|
14558
|
-
# [1]:
|
14631
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling
|
14559
14632
|
# @return [String]
|
14560
14633
|
#
|
14561
14634
|
# @!attribute [rw] enable_iam_database_authentication
|
@@ -14600,7 +14673,7 @@ module Aws::RDS
|
|
14600
14673
|
#
|
14601
14674
|
#
|
14602
14675
|
#
|
14603
|
-
# [1]:
|
14676
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
|
14604
14677
|
# @return [Boolean]
|
14605
14678
|
#
|
14606
14679
|
# @!attribute [rw] performance_insights_kms_key_id
|
@@ -14622,7 +14695,7 @@ module Aws::RDS
|
|
14622
14695
|
#
|
14623
14696
|
#
|
14624
14697
|
#
|
14625
|
-
# [1]:
|
14698
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
14626
14699
|
# @return [Array<String>]
|
14627
14700
|
#
|
14628
14701
|
# @!attribute [rw] processor_features
|
@@ -14643,7 +14716,7 @@ module Aws::RDS
|
|
14643
14716
|
#
|
14644
14717
|
#
|
14645
14718
|
#
|
14646
|
-
# [1]:
|
14719
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
14647
14720
|
# @return [Boolean]
|
14648
14721
|
#
|
14649
14722
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3Message AWS API Documentation
|
@@ -14814,7 +14887,7 @@ module Aws::RDS
|
|
14814
14887
|
#
|
14815
14888
|
#
|
14816
14889
|
#
|
14817
|
-
# [1]:
|
14890
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
|
14818
14891
|
# @return [String]
|
14819
14892
|
#
|
14820
14893
|
# @!attribute [rw] port
|
@@ -14939,7 +15012,7 @@ module Aws::RDS
|
|
14939
15012
|
#
|
14940
15013
|
# @!attribute [rw] copy_tags_to_snapshot
|
14941
15014
|
# True to copy all tags from the restored DB instance to snapshots of
|
14942
|
-
# the DB instance, and otherwise false. The default is false.
|
15015
|
+
# the restored DB instance, and otherwise false. The default is false.
|
14943
15016
|
# @return [Boolean]
|
14944
15017
|
#
|
14945
15018
|
# @!attribute [rw] tags
|
@@ -14948,7 +15021,7 @@ module Aws::RDS
|
|
14948
15021
|
#
|
14949
15022
|
#
|
14950
15023
|
#
|
14951
|
-
# [1]:
|
15024
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
14952
15025
|
# @return [Array<Types::Tag>]
|
14953
15026
|
#
|
14954
15027
|
# @!attribute [rw] storage_type
|
@@ -15012,7 +15085,7 @@ module Aws::RDS
|
|
15012
15085
|
#
|
15013
15086
|
#
|
15014
15087
|
#
|
15015
|
-
# [1]:
|
15088
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
15016
15089
|
# @return [Array<String>]
|
15017
15090
|
#
|
15018
15091
|
# @!attribute [rw] processor_features
|
@@ -15049,7 +15122,7 @@ module Aws::RDS
|
|
15049
15122
|
#
|
15050
15123
|
#
|
15051
15124
|
#
|
15052
|
-
# [1]:
|
15125
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
15053
15126
|
# @return [Boolean]
|
15054
15127
|
#
|
15055
15128
|
# @!attribute [rw] source_dbi_resource_id
|
@@ -15201,7 +15274,7 @@ module Aws::RDS
|
|
15201
15274
|
#
|
15202
15275
|
#
|
15203
15276
|
#
|
15204
|
-
# [1]:
|
15277
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
|
15205
15278
|
#
|
15206
15279
|
# @note When making an API call, you may pass ScalingConfiguration
|
15207
15280
|
# data as a hash:
|
@@ -15270,7 +15343,7 @@ module Aws::RDS
|
|
15270
15343
|
#
|
15271
15344
|
#
|
15272
15345
|
#
|
15273
|
-
# [1]:
|
15346
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
|
15274
15347
|
#
|
15275
15348
|
# @!attribute [rw] min_capacity
|
15276
15349
|
# The maximum capacity for the Aurora DB cluster in `serverless` DB
|