aws-sdk-rds 1.26.0 → 1.27.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/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +186 -181
- data/lib/aws-sdk-rds/db_cluster.rb +30 -30
- data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +1 -1
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +3 -4
- data/lib/aws-sdk-rds/db_instance.rb +30 -26
- 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 +8 -8
- 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 +27 -25
- data/lib/aws-sdk-rds/types.rb +127 -117
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3c62d24f0f66fae5fe6cd7286932da46781649e
|
4
|
+
data.tar.gz: 720979dbddbc65e3a6876dff9b33f5fb61f16e10
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf714b4262ade8ff58ca5d3389e28966424277138939296194f39d25f1cb576db03c6aeeee24f45997636fa14cfec7293c4a2d0a9d2d2b9b54d1a04cb65c53bf
|
7
|
+
data.tar.gz: f76e5f673b6ed692aa7ad1ebb2f1215ef589f7d36eba200a00b4ed1696a9db9d3ddcf89f4173e4ac07b273f2f142587dce885c085e972dfe25a6834cabbcbc02
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -159,12 +159,13 @@ module Aws::RDS
|
|
159
159
|
# @!group API Operations
|
160
160
|
|
161
161
|
# Associates an Identity and Access Management (IAM) role from an Aurora
|
162
|
-
# DB cluster. For more information, see [Authorizing Amazon Aurora
|
163
|
-
# Access Other AWS Services
|
162
|
+
# DB cluster. For more information, see [Authorizing Amazon Aurora MySQL
|
163
|
+
# to Access Other AWS Services on Your Behalf][1] in the *Amazon Aurora
|
164
|
+
# User Guide*.
|
164
165
|
#
|
165
166
|
#
|
166
167
|
#
|
167
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
168
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.Authorizing.html
|
168
169
|
#
|
169
170
|
# @option params [required, String] :db_cluster_identifier
|
170
171
|
# The name of the DB cluster to associate the IAM role with.
|
@@ -515,11 +516,11 @@ module Aws::RDS
|
|
515
516
|
# cluster.
|
516
517
|
#
|
517
518
|
# For more information on backtracking, see [ Backtracking an Aurora DB
|
518
|
-
# Cluster][1] in the *Amazon
|
519
|
+
# Cluster][1] in the *Amazon Aurora User Guide.*
|
519
520
|
#
|
520
521
|
#
|
521
522
|
#
|
522
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
523
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Managing.Backtrack.html
|
523
524
|
#
|
524
525
|
# @option params [required, String] :db_cluster_identifier
|
525
526
|
# The DB cluster identifier of the DB cluster to be backtracked. This
|
@@ -609,7 +610,8 @@ module Aws::RDS
|
|
609
610
|
# @option params [required, String] :source_db_cluster_parameter_group_identifier
|
610
611
|
# The identifier or Amazon Resource Name (ARN) for the source DB cluster
|
611
612
|
# parameter group. For information about creating an ARN, see [
|
612
|
-
# Constructing an
|
613
|
+
# Constructing an ARN for Amazon RDS][1] in the *Amazon Aurora User
|
614
|
+
# Guide*.
|
613
615
|
#
|
614
616
|
# Constraints:
|
615
617
|
#
|
@@ -626,7 +628,7 @@ module Aws::RDS
|
|
626
628
|
#
|
627
629
|
#
|
628
630
|
#
|
629
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
631
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing
|
630
632
|
#
|
631
633
|
# @option params [required, String] :target_db_cluster_parameter_group_identifier
|
632
634
|
# The identifier for the copied DB cluster parameter group.
|
@@ -648,7 +650,7 @@ module Aws::RDS
|
|
648
650
|
#
|
649
651
|
# @option params [Array<Types::Tag>] :tags
|
650
652
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
651
|
-
# Resources][1]
|
653
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
652
654
|
#
|
653
655
|
#
|
654
656
|
#
|
@@ -769,19 +771,18 @@ module Aws::RDS
|
|
769
771
|
# while that DB cluster snapshot is in "copying" status.
|
770
772
|
#
|
771
773
|
# For more information on copying encrypted DB cluster snapshots from
|
772
|
-
# one AWS Region to another, see [ Copying a
|
773
|
-
#
|
774
|
-
# *Amazon RDS User Guide.*
|
774
|
+
# one AWS Region to another, see [ Copying a Snapshot][3] in the *Amazon
|
775
|
+
# Aurora User Guide.*
|
775
776
|
#
|
776
|
-
# For more information on Amazon Aurora, see [
|
777
|
-
#
|
777
|
+
# For more information on Amazon Aurora, see the [ *Amazon Aurora User
|
778
|
+
# Guide.* ][4]
|
778
779
|
#
|
779
780
|
#
|
780
781
|
#
|
781
782
|
# [1]: http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
|
782
783
|
# [2]: http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
|
783
|
-
# [3]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
784
|
-
# [4]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
784
|
+
# [3]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CopySnapshot.html
|
785
|
+
# [4]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
785
786
|
#
|
786
787
|
# @option params [required, String] :source_db_cluster_snapshot_identifier
|
787
788
|
# The identifier of the DB cluster snapshot to copy. This parameter is
|
@@ -799,13 +800,14 @@ module Aws::RDS
|
|
799
800
|
#
|
800
801
|
# * If the source snapshot is in a different AWS Region than the copy,
|
801
802
|
# specify a valid DB cluster snapshot ARN. For more information, go to
|
802
|
-
# [ Copying
|
803
|
+
# [ Copying Snapshots Across AWS Regions][1] in the *Amazon Aurora
|
804
|
+
# User Guide.*
|
803
805
|
#
|
804
806
|
# Example: `my-cluster-snapshot1`
|
805
807
|
#
|
806
808
|
#
|
807
809
|
#
|
808
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
810
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CopySnapshot.html#USER_CopySnapshot.AcrossRegions
|
809
811
|
#
|
810
812
|
# @option params [required, String] :target_db_cluster_snapshot_identifier
|
811
813
|
# The identifier of the new DB cluster snapshot to create from the
|
@@ -891,7 +893,7 @@ module Aws::RDS
|
|
891
893
|
#
|
892
894
|
# @option params [Array<Types::Tag>] :tags
|
893
895
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
894
|
-
# Resources][1]
|
896
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
895
897
|
#
|
896
898
|
#
|
897
899
|
#
|
@@ -975,8 +977,8 @@ module Aws::RDS
|
|
975
977
|
#
|
976
978
|
# @option params [required, String] :source_db_parameter_group_identifier
|
977
979
|
# The identifier or ARN for the source DB parameter group. For
|
978
|
-
# information about creating an ARN, see [ Constructing an
|
979
|
-
#
|
980
|
+
# information about creating an ARN, see [ Constructing an ARN for
|
981
|
+
# Amazon RDS][1] in the *Amazon RDS User Guide*.
|
980
982
|
#
|
981
983
|
# Constraints:
|
982
984
|
#
|
@@ -1009,7 +1011,7 @@ module Aws::RDS
|
|
1009
1011
|
#
|
1010
1012
|
# @option params [Array<Types::Tag>] :tags
|
1011
1013
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
1012
|
-
# Resources][1]
|
1014
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
1013
1015
|
#
|
1014
1016
|
#
|
1015
1017
|
#
|
@@ -1148,7 +1150,7 @@ module Aws::RDS
|
|
1148
1150
|
#
|
1149
1151
|
# @option params [Array<Types::Tag>] :tags
|
1150
1152
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
1151
|
-
# Resources][1]
|
1153
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
1152
1154
|
#
|
1153
1155
|
#
|
1154
1156
|
#
|
@@ -1216,7 +1218,7 @@ module Aws::RDS
|
|
1216
1218
|
# your source DB instance uses Transparent Data Encryption for Oracle or
|
1217
1219
|
# Microsoft SQL Server, you must specify this option when copying across
|
1218
1220
|
# AWS Regions. For more information, see [Option Group
|
1219
|
-
# Considerations][1]
|
1221
|
+
# Considerations][1] in the *Amazon RDS User Guide.*
|
1220
1222
|
#
|
1221
1223
|
#
|
1222
1224
|
#
|
@@ -1309,8 +1311,8 @@ module Aws::RDS
|
|
1309
1311
|
#
|
1310
1312
|
# @option params [required, String] :source_option_group_identifier
|
1311
1313
|
# The identifier or ARN for the source option group. For information
|
1312
|
-
# about creating an ARN, see [ Constructing an
|
1313
|
-
#
|
1314
|
+
# about creating an ARN, see [ Constructing an ARN for Amazon RDS][1] in
|
1315
|
+
# the *Amazon RDS User Guide*.
|
1314
1316
|
#
|
1315
1317
|
# Constraints:
|
1316
1318
|
#
|
@@ -1348,7 +1350,7 @@ module Aws::RDS
|
|
1348
1350
|
#
|
1349
1351
|
# @option params [Array<Types::Tag>] :tags
|
1350
1352
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
1351
|
-
# Resources][1]
|
1353
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
1352
1354
|
#
|
1353
1355
|
#
|
1354
1356
|
#
|
@@ -1439,21 +1441,22 @@ module Aws::RDS
|
|
1439
1441
|
# identified by `ReplicationSourceIdentifier` is encrypted, you must
|
1440
1442
|
# also specify the `PreSignedUrl` parameter.
|
1441
1443
|
#
|
1442
|
-
# For more information on Amazon Aurora, see [
|
1443
|
-
#
|
1444
|
+
# For more information on Amazon Aurora, see the [ *Amazon Aurora User
|
1445
|
+
# Guide.* ][1]
|
1444
1446
|
#
|
1445
1447
|
#
|
1446
1448
|
#
|
1447
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
1449
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
1448
1450
|
#
|
1449
1451
|
# @option params [Array<String>] :availability_zones
|
1450
1452
|
# A list of EC2 Availability Zones that instances in the DB cluster can
|
1451
1453
|
# be created in. For information on AWS Regions and Availability Zones,
|
1452
|
-
# see [Regions and Availability Zones][1]
|
1454
|
+
# see [Choosing the Regions and Availability Zones][1] in the *Amazon
|
1455
|
+
# Aurora User Guide*.
|
1453
1456
|
#
|
1454
1457
|
#
|
1455
1458
|
#
|
1456
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
1459
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html
|
1457
1460
|
#
|
1458
1461
|
# @option params [Integer] :backup_retention_period
|
1459
1462
|
# The number of days for which automated backups are retained. You must
|
@@ -1569,8 +1572,8 @@ module Aws::RDS
|
|
1569
1572
|
#
|
1570
1573
|
# The default is a 30-minute window selected at random from an 8-hour
|
1571
1574
|
# block of time for each AWS Region. To see the time blocks available,
|
1572
|
-
# see [ Adjusting the Preferred Maintenance Window][1] in the
|
1573
|
-
#
|
1575
|
+
# see [ Adjusting the Preferred DB Cluster Maintenance Window][1] in the
|
1576
|
+
# *Amazon Aurora User Guide.*
|
1574
1577
|
#
|
1575
1578
|
# Constraints:
|
1576
1579
|
#
|
@@ -1584,7 +1587,7 @@ module Aws::RDS
|
|
1584
1587
|
#
|
1585
1588
|
#
|
1586
1589
|
#
|
1587
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
1590
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
1588
1591
|
#
|
1589
1592
|
# @option params [String] :preferred_maintenance_window
|
1590
1593
|
# The weekly time range during which system maintenance can occur, in
|
@@ -1595,7 +1598,7 @@ module Aws::RDS
|
|
1595
1598
|
# The default is a 30-minute window selected at random from an 8-hour
|
1596
1599
|
# block of time for each AWS Region, occurring on a random day of the
|
1597
1600
|
# week. To see the time blocks available, see [ Adjusting the Preferred
|
1598
|
-
# Maintenance Window][1] in the *Amazon
|
1601
|
+
# DB Cluster Maintenance Window][1] in the *Amazon Aurora User Guide.*
|
1599
1602
|
#
|
1600
1603
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
1601
1604
|
#
|
@@ -1603,7 +1606,7 @@ module Aws::RDS
|
|
1603
1606
|
#
|
1604
1607
|
#
|
1605
1608
|
#
|
1606
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
1609
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
1607
1610
|
#
|
1608
1611
|
# @option params [String] :replication_source_identifier
|
1609
1612
|
# The Amazon Resource Name (ARN) of the source DB instance or DB cluster
|
@@ -1611,7 +1614,7 @@ module Aws::RDS
|
|
1611
1614
|
#
|
1612
1615
|
# @option params [Array<Types::Tag>] :tags
|
1613
1616
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
1614
|
-
# Resources][1]
|
1617
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
1615
1618
|
#
|
1616
1619
|
#
|
1617
1620
|
#
|
@@ -1711,12 +1714,11 @@ module Aws::RDS
|
|
1711
1714
|
# The list of log types that need to be enabled for exporting to
|
1712
1715
|
# CloudWatch Logs. The values in the list depend on the DB engine being
|
1713
1716
|
# used. For more information, see [Publishing Database Logs to Amazon
|
1714
|
-
# CloudWatch Logs
|
1715
|
-
# Guide*.
|
1717
|
+
# CloudWatch Logs][1] in the *Amazon Aurora User Guide*.
|
1716
1718
|
#
|
1717
1719
|
#
|
1718
1720
|
#
|
1719
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
1721
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
1720
1722
|
#
|
1721
1723
|
# @option params [String] :engine_mode
|
1722
1724
|
# The DB engine mode of the DB cluster, either `provisioned` or
|
@@ -1902,13 +1904,13 @@ module Aws::RDS
|
|
1902
1904
|
# RDS console][1] or the DescribeDBClusterParameters command to verify
|
1903
1905
|
# that your DB cluster parameter group has been created or modified.
|
1904
1906
|
#
|
1905
|
-
# For more information on Amazon Aurora, see [
|
1906
|
-
#
|
1907
|
+
# For more information on Amazon Aurora, see the [ *Amazon Aurora User
|
1908
|
+
# Guide* ][2].
|
1907
1909
|
#
|
1908
1910
|
#
|
1909
1911
|
#
|
1910
1912
|
# [1]: https://console.aws.amazon.com/rds/
|
1911
|
-
# [2]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
1913
|
+
# [2]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
1912
1914
|
#
|
1913
1915
|
# @option params [required, String] :db_cluster_parameter_group_name
|
1914
1916
|
# The name of the DB cluster parameter group.
|
@@ -1943,7 +1945,7 @@ module Aws::RDS
|
|
1943
1945
|
#
|
1944
1946
|
# @option params [Array<Types::Tag>] :tags
|
1945
1947
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
1946
|
-
# Resources][1]
|
1948
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
1947
1949
|
#
|
1948
1950
|
#
|
1949
1951
|
#
|
@@ -2001,11 +2003,11 @@ module Aws::RDS
|
|
2001
2003
|
end
|
2002
2004
|
|
2003
2005
|
# Creates a snapshot of a DB cluster. For more information on Amazon
|
2004
|
-
# Aurora, see
|
2006
|
+
# Aurora, see the [ *Amazon Aurora User Guide* ][1].
|
2005
2007
|
#
|
2006
2008
|
#
|
2007
2009
|
#
|
2008
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
2010
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
2009
2011
|
#
|
2010
2012
|
# @option params [required, String] :db_cluster_snapshot_identifier
|
2011
2013
|
# The identifier of the DB cluster snapshot. This parameter is stored as
|
@@ -2515,7 +2517,8 @@ module Aws::RDS
|
|
2515
2517
|
# @option params [String] :preferred_backup_window
|
2516
2518
|
# The daily time range during which automated backups are created if
|
2517
2519
|
# automated backups are enabled, using the `BackupRetentionPeriod`
|
2518
|
-
# parameter. For more information, see [The Backup Window][1]
|
2520
|
+
# parameter. For more information, see [The Backup Window][1] in the
|
2521
|
+
# *Amazon RDS User Guide*.
|
2519
2522
|
#
|
2520
2523
|
# **Amazon Aurora**
|
2521
2524
|
#
|
@@ -2524,7 +2527,8 @@ module Aws::RDS
|
|
2524
2527
|
#
|
2525
2528
|
# The default is a 30-minute window selected at random from an 8-hour
|
2526
2529
|
# block of time for each AWS Region. To see the time blocks available,
|
2527
|
-
# see [ Adjusting the Preferred DB Instance Maintenance Window][2]
|
2530
|
+
# see [ Adjusting the Preferred DB Instance Maintenance Window][2] in
|
2531
|
+
# the *Amazon RDS User Guide*.
|
2528
2532
|
#
|
2529
2533
|
# Constraints:
|
2530
2534
|
#
|
@@ -2657,7 +2661,7 @@ module Aws::RDS
|
|
2657
2661
|
# The amount of Provisioned IOPS (input/output operations per second) to
|
2658
2662
|
# be initially allocated for the DB instance. For information about
|
2659
2663
|
# valid Iops values, see see [Amazon RDS Provisioned IOPS Storage to
|
2660
|
-
# Improve Performance][1]
|
2664
|
+
# Improve Performance][1] in the *Amazon RDS User Guide*.
|
2661
2665
|
#
|
2662
2666
|
# Constraints: Must be a multiple between 1 and 50 of the storage amount
|
2663
2667
|
# for the DB instance. Must also be an integer multiple of 1000. For
|
@@ -2716,7 +2720,7 @@ module Aws::RDS
|
|
2716
2720
|
#
|
2717
2721
|
# @option params [Array<Types::Tag>] :tags
|
2718
2722
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
2719
|
-
# Resources][1]
|
2723
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
2720
2724
|
#
|
2721
2725
|
#
|
2722
2726
|
#
|
@@ -2800,7 +2804,7 @@ module Aws::RDS
|
|
2800
2804
|
# metrics to Amazon CloudWatch Logs. For example,
|
2801
2805
|
# `arn:aws:iam:123456789012:role/emaccess`. For information on creating
|
2802
2806
|
# a monitoring role, go to [Setting Up and Enabling Enhanced
|
2803
|
-
# Monitoring][1]
|
2807
|
+
# Monitoring][1] in the *Amazon RDS User Guide*.
|
2804
2808
|
#
|
2805
2809
|
# If `MonitoringInterval` is set to a value other than 0, then you must
|
2806
2810
|
# supply a `MonitoringRoleArn` value.
|
@@ -2817,7 +2821,7 @@ module Aws::RDS
|
|
2817
2821
|
# A value that specifies the order in which an Aurora Replica is
|
2818
2822
|
# promoted to the primary instance after a failure of the existing
|
2819
2823
|
# primary instance. For more information, see [ Fault Tolerance for an
|
2820
|
-
# Aurora DB Cluster][1]
|
2824
|
+
# Aurora DB Cluster][1] in the *Amazon Aurora User Guide*.
|
2821
2825
|
#
|
2822
2826
|
# Default: 1
|
2823
2827
|
#
|
@@ -2825,7 +2829,7 @@ module Aws::RDS
|
|
2825
2829
|
#
|
2826
2830
|
#
|
2827
2831
|
#
|
2828
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
2832
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance
|
2829
2833
|
#
|
2830
2834
|
# @option params [String] :timezone
|
2831
2835
|
# The time zone of the DB instance. The time zone parameter is currently
|
@@ -3092,7 +3096,8 @@ module Aws::RDS
|
|
3092
3096
|
# Creates a new DB instance that acts as a Read Replica for an existing
|
3093
3097
|
# source DB instance. You can create a Read Replica for a DB instance
|
3094
3098
|
# running MySQL, MariaDB, or PostgreSQL. For more information, see
|
3095
|
-
# [Working with PostgreSQL, MySQL, and MariaDB Read Replicas][1]
|
3099
|
+
# [Working with PostgreSQL, MySQL, and MariaDB Read Replicas][1] in the
|
3100
|
+
# *Amazon RDS User Guide*.
|
3096
3101
|
#
|
3097
3102
|
# Amazon Aurora doesn't support this action. You must call the
|
3098
3103
|
# `CreateDBInstance` action to create a DB instance for an Aurora DB
|
@@ -3138,7 +3143,8 @@ module Aws::RDS
|
|
3138
3143
|
#
|
3139
3144
|
# * If the source DB instance is in a different AWS Region than the Read
|
3140
3145
|
# Replica, specify a valid DB instance ARN. For more information, go
|
3141
|
-
# to [ Constructing
|
3146
|
+
# to [ Constructing an ARN for Amazon RDS][1] in the *Amazon RDS User
|
3147
|
+
# Guide*.
|
3142
3148
|
#
|
3143
3149
|
#
|
3144
3150
|
#
|
@@ -3204,7 +3210,7 @@ module Aws::RDS
|
|
3204
3210
|
#
|
3205
3211
|
# @option params [Array<Types::Tag>] :tags
|
3206
3212
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
3207
|
-
# Resources][1]
|
3213
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
3208
3214
|
#
|
3209
3215
|
#
|
3210
3216
|
#
|
@@ -3267,7 +3273,7 @@ module Aws::RDS
|
|
3267
3273
|
# metrics to Amazon CloudWatch Logs. For example,
|
3268
3274
|
# `arn:aws:iam:123456789012:role/emaccess`. For information on creating
|
3269
3275
|
# a monitoring role, go to [To create an IAM role for Amazon RDS
|
3270
|
-
# Enhanced Monitoring][1]
|
3276
|
+
# Enhanced Monitoring][1] in the *Amazon RDS User Guide*.
|
3271
3277
|
#
|
3272
3278
|
# If `MonitoringInterval` is set to a value other than 0, then you must
|
3273
3279
|
# supply a `MonitoringRoleArn` value.
|
@@ -3367,7 +3373,7 @@ module Aws::RDS
|
|
3367
3373
|
# otherwise false.
|
3368
3374
|
#
|
3369
3375
|
# For more information, see [Using Amazon Performance Insights][1] in
|
3370
|
-
# the *Amazon
|
3376
|
+
# the *Amazon RDS User Guide*.
|
3371
3377
|
#
|
3372
3378
|
#
|
3373
3379
|
#
|
@@ -3386,7 +3392,7 @@ module Aws::RDS
|
|
3386
3392
|
# The list of logs that the new DB instance is to export to CloudWatch
|
3387
3393
|
# Logs. The values in the list depend on the DB engine being used. For
|
3388
3394
|
# more information, see [Publishing Database Logs to Amazon CloudWatch
|
3389
|
-
# Logs ][1] in the *Amazon
|
3395
|
+
# Logs ][1] in the *Amazon RDS User Guide*.
|
3390
3396
|
#
|
3391
3397
|
#
|
3392
3398
|
#
|
@@ -3656,7 +3662,7 @@ module Aws::RDS
|
|
3656
3662
|
#
|
3657
3663
|
# @option params [Array<Types::Tag>] :tags
|
3658
3664
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
3659
|
-
# Resources][1]
|
3665
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
3660
3666
|
#
|
3661
3667
|
#
|
3662
3668
|
#
|
@@ -3742,7 +3748,7 @@ module Aws::RDS
|
|
3742
3748
|
#
|
3743
3749
|
# @option params [Array<Types::Tag>] :tags
|
3744
3750
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
3745
|
-
# Resources][1]
|
3751
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
3746
3752
|
#
|
3747
3753
|
#
|
3748
3754
|
#
|
@@ -3836,7 +3842,7 @@ module Aws::RDS
|
|
3836
3842
|
#
|
3837
3843
|
# @option params [Array<Types::Tag>] :tags
|
3838
3844
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
3839
|
-
# Resources][1]
|
3845
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
3840
3846
|
#
|
3841
3847
|
#
|
3842
3848
|
#
|
@@ -3936,7 +3942,7 @@ module Aws::RDS
|
|
3936
3942
|
#
|
3937
3943
|
# @option params [Array<Types::Tag>] :tags
|
3938
3944
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
3939
|
-
# Resources][1]
|
3945
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
3940
3946
|
#
|
3941
3947
|
#
|
3942
3948
|
#
|
@@ -4045,7 +4051,7 @@ module Aws::RDS
|
|
4045
4051
|
# @option params [Array<String>] :event_categories
|
4046
4052
|
# A list of event categories for a SourceType that you want to subscribe
|
4047
4053
|
# to. You can see a list of the categories for a given SourceType in the
|
4048
|
-
# [Events][1] topic in the Amazon RDS User Guide or by using the
|
4054
|
+
# [Events][1] topic in the *Amazon RDS User Guide* or by using the
|
4049
4055
|
# **DescribeEventCategories** action.
|
4050
4056
|
#
|
4051
4057
|
#
|
@@ -4081,7 +4087,7 @@ module Aws::RDS
|
|
4081
4087
|
#
|
4082
4088
|
# @option params [Array<Types::Tag>] :tags
|
4083
4089
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
4084
|
-
# Resources][1]
|
4090
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
4085
4091
|
#
|
4086
4092
|
#
|
4087
4093
|
#
|
@@ -4184,7 +4190,7 @@ module Aws::RDS
|
|
4184
4190
|
#
|
4185
4191
|
# @option params [Array<Types::Tag>] :tags
|
4186
4192
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
4187
|
-
# Resources][1]
|
4193
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
4188
4194
|
#
|
4189
4195
|
#
|
4190
4196
|
#
|
@@ -4276,12 +4282,12 @@ module Aws::RDS
|
|
4276
4282
|
#
|
4277
4283
|
#
|
4278
4284
|
#
|
4279
|
-
# For more information on Amazon Aurora, see [
|
4280
|
-
#
|
4285
|
+
# For more information on Amazon Aurora, see the [ *Amazon Aurora User
|
4286
|
+
# Guide* ][1].
|
4281
4287
|
#
|
4282
4288
|
#
|
4283
4289
|
#
|
4284
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
4290
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
4285
4291
|
#
|
4286
4292
|
# @option params [required, String] :db_cluster_identifier
|
4287
4293
|
# The DB cluster identifier for the DB cluster to be deleted. This
|
@@ -4426,12 +4432,12 @@ module Aws::RDS
|
|
4426
4432
|
# parameter group to be deleted can't be associated with any DB
|
4427
4433
|
# clusters.
|
4428
4434
|
#
|
4429
|
-
# For more information on Amazon Aurora, see [
|
4430
|
-
#
|
4435
|
+
# For more information on Amazon Aurora, see the [ *Amazon Aurora User
|
4436
|
+
# Guide* ][1].
|
4431
4437
|
#
|
4432
4438
|
#
|
4433
4439
|
#
|
4434
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
4440
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
4435
4441
|
#
|
4436
4442
|
# @option params [required, String] :db_cluster_parameter_group_name
|
4437
4443
|
# The name of the DB cluster parameter group.
|
@@ -4478,12 +4484,12 @@ module Aws::RDS
|
|
4478
4484
|
#
|
4479
4485
|
# </note>
|
4480
4486
|
#
|
4481
|
-
# For more information on Amazon Aurora, see [
|
4482
|
-
#
|
4487
|
+
# For more information on Amazon Aurora, see the [ *Amazon Aurora User
|
4488
|
+
# Guide* ][1].
|
4483
4489
|
#
|
4484
4490
|
#
|
4485
4491
|
#
|
4486
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
4492
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
4487
4493
|
#
|
4488
4494
|
# @option params [required, String] :db_cluster_snapshot_identifier
|
4489
4495
|
# The identifier of the DB cluster snapshot to delete.
|
@@ -5206,12 +5212,12 @@ module Aws::RDS
|
|
5206
5212
|
|
5207
5213
|
# Returns information about backtracks for a DB cluster.
|
5208
5214
|
#
|
5209
|
-
# For more information on Amazon Aurora, see [
|
5210
|
-
#
|
5215
|
+
# For more information on Amazon Aurora, see the [ *Amazon Aurora User
|
5216
|
+
# Guide* ][1].
|
5211
5217
|
#
|
5212
5218
|
#
|
5213
5219
|
#
|
5214
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
5220
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
5215
5221
|
#
|
5216
5222
|
# @option params [required, String] :db_cluster_identifier
|
5217
5223
|
# The DB cluster identifier of the DB cluster to be described. This
|
@@ -5329,12 +5335,12 @@ module Aws::RDS
|
|
5329
5335
|
# contain only the description of the specified DB cluster parameter
|
5330
5336
|
# group.
|
5331
5337
|
#
|
5332
|
-
# For more information on Amazon Aurora, see [
|
5333
|
-
#
|
5338
|
+
# For more information on Amazon Aurora, see the [ *Amazon Aurora User
|
5339
|
+
# Guide* ][1].
|
5334
5340
|
#
|
5335
5341
|
#
|
5336
5342
|
#
|
5337
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
5343
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
5338
5344
|
#
|
5339
5345
|
# @option params [String] :db_cluster_parameter_group_name
|
5340
5346
|
# The name of a specific DB cluster parameter group to return details
|
@@ -5419,12 +5425,12 @@ module Aws::RDS
|
|
5419
5425
|
# Returns the detailed parameter list for a particular DB cluster
|
5420
5426
|
# parameter group.
|
5421
5427
|
#
|
5422
|
-
# For more information on Amazon Aurora, see [
|
5423
|
-
#
|
5428
|
+
# For more information on Amazon Aurora, see the [ *Amazon Aurora User
|
5429
|
+
# Guide* ][1].
|
5424
5430
|
#
|
5425
5431
|
#
|
5426
5432
|
#
|
5427
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
5433
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
5428
5434
|
#
|
5429
5435
|
# @option params [required, String] :db_cluster_parameter_group_name
|
5430
5436
|
# The name of a specific DB cluster parameter group to return parameter
|
@@ -5583,12 +5589,12 @@ module Aws::RDS
|
|
5583
5589
|
# Returns information about DB cluster snapshots. This API action
|
5584
5590
|
# supports pagination.
|
5585
5591
|
#
|
5586
|
-
# For more information on Amazon Aurora, see [
|
5587
|
-
#
|
5592
|
+
# For more information on Amazon Aurora, see the [ *Amazon Aurora User
|
5593
|
+
# Guide* ][1].
|
5588
5594
|
#
|
5589
5595
|
#
|
5590
5596
|
#
|
5591
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
5597
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
5592
5598
|
#
|
5593
5599
|
# @option params [String] :db_cluster_identifier
|
5594
5600
|
# The ID of the DB cluster to retrieve the list of DB cluster snapshots
|
@@ -5754,12 +5760,12 @@ module Aws::RDS
|
|
5754
5760
|
# Returns information about provisioned Aurora DB clusters. This API
|
5755
5761
|
# supports pagination.
|
5756
5762
|
#
|
5757
|
-
# For more information on Amazon Aurora, see [
|
5758
|
-
#
|
5763
|
+
# For more information on Amazon Aurora, see the [ *Amazon Aurora User
|
5764
|
+
# Guide* ][1].
|
5759
5765
|
#
|
5760
5766
|
#
|
5761
5767
|
#
|
5762
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
5768
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
5763
5769
|
#
|
5764
5770
|
# @option params [String] :db_cluster_identifier
|
5765
5771
|
# The user-supplied DB cluster identifier. If this parameter is
|
@@ -6910,12 +6916,12 @@ module Aws::RDS
|
|
6910
6916
|
# Returns the default engine and system parameter information for the
|
6911
6917
|
# cluster database engine.
|
6912
6918
|
#
|
6913
|
-
# For more information on Amazon Aurora, see [
|
6914
|
-
#
|
6919
|
+
# For more information on Amazon Aurora, see the [ *Amazon Aurora User
|
6920
|
+
# Guide* ][1].
|
6915
6921
|
#
|
6916
6922
|
#
|
6917
6923
|
#
|
6918
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
6924
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
6919
6925
|
#
|
6920
6926
|
# @option params [required, String] :db_parameter_group_family
|
6921
6927
|
# The name of the DB cluster parameter group family to return engine
|
@@ -8345,12 +8351,12 @@ module Aws::RDS
|
|
8345
8351
|
# you will need to clean up and re-establish any existing connections
|
8346
8352
|
# that use those endpoint addresses when the failover is complete.
|
8347
8353
|
#
|
8348
|
-
# For more information on Amazon Aurora, see [
|
8349
|
-
#
|
8354
|
+
# For more information on Amazon Aurora, see the [ *Amazon Aurora User
|
8355
|
+
# Guide* ][1].
|
8350
8356
|
#
|
8351
8357
|
#
|
8352
8358
|
#
|
8353
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
8359
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
8354
8360
|
#
|
8355
8361
|
# @option params [String] :db_cluster_identifier
|
8356
8362
|
# A DB cluster identifier to force a failover for. This parameter is not
|
@@ -8469,7 +8475,7 @@ module Aws::RDS
|
|
8469
8475
|
# Lists all tags on an Amazon RDS resource.
|
8470
8476
|
#
|
8471
8477
|
# For an overview on tagging an Amazon RDS resource, see [Tagging Amazon
|
8472
|
-
# RDS Resources][1]
|
8478
|
+
# RDS Resources][1] in the *Amazon RDS User Guide*.
|
8473
8479
|
#
|
8474
8480
|
#
|
8475
8481
|
#
|
@@ -8478,7 +8484,8 @@ module Aws::RDS
|
|
8478
8484
|
# @option params [required, String] :resource_name
|
8479
8485
|
# The Amazon RDS resource with tags to be listed. This value is an
|
8480
8486
|
# Amazon Resource Name (ARN). For information about creating an ARN, see
|
8481
|
-
# [ Constructing an
|
8487
|
+
# [ Constructing an ARN for Amazon RDS][1] in the *Amazon RDS User
|
8488
|
+
# Guide*.
|
8482
8489
|
#
|
8483
8490
|
#
|
8484
8491
|
#
|
@@ -8545,18 +8552,18 @@ module Aws::RDS
|
|
8545
8552
|
# scaling up and the cooldown period for scaling down.
|
8546
8553
|
#
|
8547
8554
|
# For more information about Aurora Serverless, see [Using Amazon Aurora
|
8548
|
-
# Serverless][1] in the *Amazon
|
8555
|
+
# Serverless][1] in the *Amazon Aurora User Guide*.
|
8549
8556
|
#
|
8550
8557
|
# If you call `ModifyCurrentDBClusterCapacity` with the default
|
8551
8558
|
# `TimeoutAction`, connections that prevent Aurora Serverless from
|
8552
8559
|
# finding a scaling point might be dropped. For more information about
|
8553
8560
|
# scaling points, see [ Autoscaling for Aurora Serverless][2] in the
|
8554
|
-
# *Amazon
|
8561
|
+
# *Amazon Aurora User Guide*.
|
8555
8562
|
#
|
8556
8563
|
#
|
8557
8564
|
#
|
8558
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
8559
|
-
# [2]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
8565
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
|
8566
|
+
# [2]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.how-it-works.html#aurora-serverless.how-it-works.auto-scaling
|
8560
8567
|
#
|
8561
8568
|
# @option params [required, String] :db_cluster_identifier
|
8562
8569
|
# The DB cluster identifier for the cluster being modified. This
|
@@ -8633,12 +8640,11 @@ module Aws::RDS
|
|
8633
8640
|
# Modify a setting for an Amazon Aurora DB cluster. You can change one
|
8634
8641
|
# or more database configuration parameters by specifying these
|
8635
8642
|
# parameters and the new values in the request. For more information on
|
8636
|
-
# Amazon Aurora, see [Aurora
|
8637
|
-
# Guide.*
|
8643
|
+
# Amazon Aurora, see the [ *Amazon Aurora User Guide* ][1].
|
8638
8644
|
#
|
8639
8645
|
#
|
8640
8646
|
#
|
8641
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
8647
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
8642
8648
|
#
|
8643
8649
|
# @option params [required, String] :db_cluster_identifier
|
8644
8650
|
# The DB cluster identifier for the cluster being modified. This
|
@@ -8672,12 +8678,13 @@ module Aws::RDS
|
|
8672
8678
|
# cluster are applied during the next maintenance window.
|
8673
8679
|
#
|
8674
8680
|
# The `ApplyImmediately` parameter only affects the
|
8675
|
-
# `
|
8676
|
-
#
|
8677
|
-
#
|
8678
|
-
#
|
8679
|
-
#
|
8680
|
-
#
|
8681
|
+
# `EnableIAMDatabaseAuthentication`, `MasterUserPassword`, and
|
8682
|
+
# `NewDBClusterIdentifier` values. If you set the `ApplyImmediately`
|
8683
|
+
# parameter value to false, then changes to the
|
8684
|
+
# `EnableIAMDatabaseAuthentication`, `MasterUserPassword`, and
|
8685
|
+
# `NewDBClusterIdentifier` values are applied during the next
|
8686
|
+
# maintenance window. All other changes are applied immediately,
|
8687
|
+
# regardless of the value of the `ApplyImmediately` parameter.
|
8681
8688
|
#
|
8682
8689
|
# Default: `false`
|
8683
8690
|
#
|
@@ -8733,8 +8740,8 @@ module Aws::RDS
|
|
8733
8740
|
#
|
8734
8741
|
# The default is a 30-minute window selected at random from an 8-hour
|
8735
8742
|
# block of time for each AWS Region. To see the time blocks available,
|
8736
|
-
# see [ Adjusting the Preferred Maintenance Window][1] in the
|
8737
|
-
#
|
8743
|
+
# see [ Adjusting the Preferred DB Cluster Maintenance Window][1] in the
|
8744
|
+
# *Amazon Aurora User Guide.*
|
8738
8745
|
#
|
8739
8746
|
# Constraints:
|
8740
8747
|
#
|
@@ -8748,7 +8755,7 @@ module Aws::RDS
|
|
8748
8755
|
#
|
8749
8756
|
#
|
8750
8757
|
#
|
8751
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
8758
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
8752
8759
|
#
|
8753
8760
|
# @option params [String] :preferred_maintenance_window
|
8754
8761
|
# The weekly time range during which system maintenance can occur, in
|
@@ -8759,7 +8766,7 @@ module Aws::RDS
|
|
8759
8766
|
# The default is a 30-minute window selected at random from an 8-hour
|
8760
8767
|
# block of time for each AWS Region, occurring on a random day of the
|
8761
8768
|
# week. To see the time blocks available, see [ Adjusting the Preferred
|
8762
|
-
# Maintenance Window][1] in the *Amazon
|
8769
|
+
# DB Cluster Maintenance Window][1] in the *Amazon Aurora User Guide.*
|
8763
8770
|
#
|
8764
8771
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
8765
8772
|
#
|
@@ -8767,7 +8774,7 @@ module Aws::RDS
|
|
8767
8774
|
#
|
8768
8775
|
#
|
8769
8776
|
#
|
8770
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
8777
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
8771
8778
|
#
|
8772
8779
|
# @option params [Boolean] :enable_iam_database_authentication
|
8773
8780
|
# True to enable mapping of AWS Identity and Access Management (IAM)
|
@@ -8934,8 +8941,8 @@ module Aws::RDS
|
|
8934
8941
|
# `ParameterName`, `ParameterValue`, and `ApplyMethod`. A maximum of 20
|
8935
8942
|
# parameters can be modified in a single request.
|
8936
8943
|
#
|
8937
|
-
# For more information on Amazon Aurora, see [
|
8938
|
-
#
|
8944
|
+
# For more information on Amazon Aurora, see the [ *Amazon Aurora User
|
8945
|
+
# Guide* ][1].
|
8939
8946
|
#
|
8940
8947
|
# <note markdown="1"> Changes to dynamic parameters are applied immediately. Changes to
|
8941
8948
|
# static parameters require a reboot without failover to the DB cluster
|
@@ -8957,7 +8964,7 @@ module Aws::RDS
|
|
8957
8964
|
#
|
8958
8965
|
#
|
8959
8966
|
#
|
8960
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
8967
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
8961
8968
|
# [2]: https://console.aws.amazon.com/rds/
|
8962
8969
|
#
|
8963
8970
|
# @option params [required, String] :db_cluster_parameter_group_name
|
@@ -9180,7 +9187,7 @@ module Aws::RDS
|
|
9180
9187
|
# parameter to move your DB instance to a different VPC. If your DB
|
9181
9188
|
# instance is not in a VPC, you can also use this parameter to move your
|
9182
9189
|
# DB instance into a VPC. For more information, see [Updating the VPC
|
9183
|
-
# for a DB Instance][1]
|
9190
|
+
# for a DB Instance][1] in the *Amazon RDS User Guide.*
|
9184
9191
|
#
|
9185
9192
|
# Changing the subnet group causes an outage during the change. The
|
9186
9193
|
# change is applied during the next maintenance window, unless you
|
@@ -9232,9 +9239,9 @@ module Aws::RDS
|
|
9232
9239
|
# cause an outage and are applied on the next call to RebootDBInstance,
|
9233
9240
|
# or the next failure reboot. Review the table of parameters in
|
9234
9241
|
# [Modifying a DB Instance and Using the Apply Immediately Parameter][1]
|
9235
|
-
# to see the impact that setting
|
9236
|
-
#
|
9237
|
-
# applied.
|
9242
|
+
# in the *Amazon RDS User Guide.* to see the impact that setting
|
9243
|
+
# `ApplyImmediately` to `true` or `false` has for each modified
|
9244
|
+
# parameter and to determine when the changes are applied.
|
9238
9245
|
#
|
9239
9246
|
# Default: `false`
|
9240
9247
|
#
|
@@ -9609,7 +9616,7 @@ module Aws::RDS
|
|
9609
9616
|
# metrics to Amazon CloudWatch Logs. For example,
|
9610
9617
|
# `arn:aws:iam:123456789012:role/emaccess`. For information on creating
|
9611
9618
|
# a monitoring role, go to [To create an IAM role for Amazon RDS
|
9612
|
-
# Enhanced Monitoring][1]
|
9619
|
+
# Enhanced Monitoring][1] in the *Amazon RDS User Guide.*
|
9613
9620
|
#
|
9614
9621
|
# If `MonitoringInterval` is set to a value other than 0, then you must
|
9615
9622
|
# supply a `MonitoringRoleArn` value.
|
@@ -9626,7 +9633,7 @@ module Aws::RDS
|
|
9626
9633
|
# A value that specifies the order in which an Aurora Replica is
|
9627
9634
|
# promoted to the primary instance after a failure of the existing
|
9628
9635
|
# primary instance. For more information, see [ Fault Tolerance for an
|
9629
|
-
# Aurora DB Cluster][1]
|
9636
|
+
# Aurora DB Cluster][1] in the *Amazon Aurora User Guide*.
|
9630
9637
|
#
|
9631
9638
|
# Default: 1
|
9632
9639
|
#
|
@@ -9634,7 +9641,7 @@ module Aws::RDS
|
|
9634
9641
|
#
|
9635
9642
|
#
|
9636
9643
|
#
|
9637
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
9644
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance
|
9638
9645
|
#
|
9639
9646
|
# @option params [Boolean] :enable_iam_database_authentication
|
9640
9647
|
# True to enable mapping of AWS Identity and Access Management (IAM)
|
@@ -10026,7 +10033,7 @@ module Aws::RDS
|
|
10026
10033
|
# You can specify this parameter when you upgrade an Oracle DB snapshot.
|
10027
10034
|
# The same option group considerations apply when upgrading a DB
|
10028
10035
|
# snapshot as when upgrading a DB instance. For more information, see
|
10029
|
-
# [Option Group Considerations][1]
|
10036
|
+
# [Option Group Considerations][1] in the *Amazon RDS User Guide.*
|
10030
10037
|
#
|
10031
10038
|
#
|
10032
10039
|
#
|
@@ -10260,7 +10267,7 @@ module Aws::RDS
|
|
10260
10267
|
# RemoveSourceIdentifierFromSubscription calls.
|
10261
10268
|
#
|
10262
10269
|
# You can see a list of the event categories for a given SourceType in
|
10263
|
-
# the [Events][1] topic in the Amazon RDS User Guide or by using the
|
10270
|
+
# the [Events][1] topic in the *Amazon RDS User Guide* or by using the
|
10264
10271
|
# **DescribeEventCategories** action.
|
10265
10272
|
#
|
10266
10273
|
#
|
@@ -10287,7 +10294,7 @@ module Aws::RDS
|
|
10287
10294
|
# @option params [Array<String>] :event_categories
|
10288
10295
|
# A list of event categories for a SourceType that you want to subscribe
|
10289
10296
|
# to. You can see a list of the categories for a given SourceType in the
|
10290
|
-
# [Events][1] topic in the Amazon RDS User Guide or by using the
|
10297
|
+
# [Events][1] topic in the *Amazon RDS User Guide* or by using the
|
10291
10298
|
# **DescribeEventCategories** action.
|
10292
10299
|
#
|
10293
10300
|
#
|
@@ -10802,7 +10809,7 @@ module Aws::RDS
|
|
10802
10809
|
#
|
10803
10810
|
# @option params [Array<Types::Tag>] :tags
|
10804
10811
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
10805
|
-
# Resources][1]
|
10812
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
10806
10813
|
#
|
10807
10814
|
#
|
10808
10815
|
#
|
@@ -10880,8 +10887,8 @@ module Aws::RDS
|
|
10880
10887
|
# Rebooting a DB instance results in a momentary outage, during which
|
10881
10888
|
# the DB instance status is set to rebooting.
|
10882
10889
|
#
|
10883
|
-
# For more information about rebooting, see [Rebooting a DB
|
10884
|
-
#
|
10890
|
+
# For more information about rebooting, see [Rebooting a DB Instance][1]
|
10891
|
+
# in the *Amazon RDS User Guide.*
|
10885
10892
|
#
|
10886
10893
|
#
|
10887
10894
|
#
|
@@ -11048,11 +11055,12 @@ module Aws::RDS
|
|
11048
11055
|
|
11049
11056
|
# Disassociates an Identity and Access Management (IAM) role from an
|
11050
11057
|
# Aurora DB cluster. For more information, see [Authorizing Amazon
|
11051
|
-
# Aurora to Access Other AWS Services
|
11058
|
+
# Aurora MySQL to Access Other AWS Services on Your Behalf ][1] in the
|
11059
|
+
# *Amazon Aurora User Guide*.
|
11052
11060
|
#
|
11053
11061
|
#
|
11054
11062
|
#
|
11055
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
11063
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.Authorizing.html
|
11056
11064
|
#
|
11057
11065
|
# @option params [required, String] :db_cluster_identifier
|
11058
11066
|
# The name of the DB cluster to disassociate the IAM role from.
|
@@ -11146,7 +11154,7 @@ module Aws::RDS
|
|
11146
11154
|
# Removes metadata tags from an Amazon RDS resource.
|
11147
11155
|
#
|
11148
11156
|
# For an overview on tagging an Amazon RDS resource, see [Tagging Amazon
|
11149
|
-
# RDS Resources][1]
|
11157
|
+
# RDS Resources][1] in the *Amazon RDS User Guide.*
|
11150
11158
|
#
|
11151
11159
|
#
|
11152
11160
|
#
|
@@ -11155,7 +11163,8 @@ module Aws::RDS
|
|
11155
11163
|
# @option params [required, String] :resource_name
|
11156
11164
|
# The Amazon RDS resource that the tags are removed from. This value is
|
11157
11165
|
# an Amazon Resource Name (ARN). For information about creating an ARN,
|
11158
|
-
# see [ Constructing an
|
11166
|
+
# see [ Constructing an ARN for Amazon RDS][1] in the *Amazon RDS User
|
11167
|
+
# Guide.*
|
11159
11168
|
#
|
11160
11169
|
#
|
11161
11170
|
#
|
@@ -11206,12 +11215,12 @@ module Aws::RDS
|
|
11206
11215
|
# You must call RebootDBInstance for every DB instance in your DB
|
11207
11216
|
# cluster that you want the updated static parameter to apply to.
|
11208
11217
|
#
|
11209
|
-
# For more information on Amazon Aurora, see [
|
11210
|
-
#
|
11218
|
+
# For more information on Amazon Aurora, see the [ *Amazon Aurora User
|
11219
|
+
# Guide* ][1].
|
11211
11220
|
#
|
11212
11221
|
#
|
11213
11222
|
#
|
11214
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
11223
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
11215
11224
|
#
|
11216
11225
|
# @option params [required, String] :db_cluster_parameter_group_name
|
11217
11226
|
# The name of the DB cluster parameter group to reset.
|
@@ -11387,12 +11396,12 @@ module Aws::RDS
|
|
11387
11396
|
# Creates an Amazon Aurora DB cluster from data stored in an Amazon S3
|
11388
11397
|
# bucket. Amazon RDS must be authorized to access the Amazon S3 bucket
|
11389
11398
|
# and the data must be created using the Percona XtraBackup utility as
|
11390
|
-
# described in [Migrating Data
|
11391
|
-
#
|
11399
|
+
# described in [ Migrating Data to an Amazon Aurora MySQL DB Cluster][1]
|
11400
|
+
# in the *Amazon Aurora User Guide*.
|
11392
11401
|
#
|
11393
11402
|
#
|
11394
11403
|
#
|
11395
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
11404
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Migrating.html
|
11396
11405
|
#
|
11397
11406
|
# @option params [Array<String>] :availability_zones
|
11398
11407
|
# A list of EC2 Availability Zones that instances in the restored DB
|
@@ -11511,7 +11520,7 @@ module Aws::RDS
|
|
11511
11520
|
# The default is a 30-minute window selected at random from an 8-hour
|
11512
11521
|
# block of time for each AWS Region. To see the time blocks available,
|
11513
11522
|
# see [ Adjusting the Preferred Maintenance Window][1] in the *Amazon
|
11514
|
-
#
|
11523
|
+
# Aurora User Guide.*
|
11515
11524
|
#
|
11516
11525
|
# Constraints:
|
11517
11526
|
#
|
@@ -11525,7 +11534,7 @@ module Aws::RDS
|
|
11525
11534
|
#
|
11526
11535
|
#
|
11527
11536
|
#
|
11528
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
11537
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
11529
11538
|
#
|
11530
11539
|
# @option params [String] :preferred_maintenance_window
|
11531
11540
|
# The weekly time range during which system maintenance can occur, in
|
@@ -11536,7 +11545,7 @@ module Aws::RDS
|
|
11536
11545
|
# The default is a 30-minute window selected at random from an 8-hour
|
11537
11546
|
# block of time for each AWS Region, occurring on a random day of the
|
11538
11547
|
# week. To see the time blocks available, see [ Adjusting the Preferred
|
11539
|
-
# Maintenance Window][1] in the *Amazon
|
11548
|
+
# Maintenance Window][1] in the *Amazon Aurora User Guide.*
|
11540
11549
|
#
|
11541
11550
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
11542
11551
|
#
|
@@ -11544,11 +11553,11 @@ module Aws::RDS
|
|
11544
11553
|
#
|
11545
11554
|
#
|
11546
11555
|
#
|
11547
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
11556
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
11548
11557
|
#
|
11549
11558
|
# @option params [Array<Types::Tag>] :tags
|
11550
11559
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
11551
|
-
# Resources][1]
|
11560
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
11552
11561
|
#
|
11553
11562
|
#
|
11554
11563
|
#
|
@@ -11623,12 +11632,11 @@ module Aws::RDS
|
|
11623
11632
|
# The list of logs that the restored DB cluster is to export to
|
11624
11633
|
# CloudWatch Logs. The values in the list depend on the DB engine being
|
11625
11634
|
# used. For more information, see [Publishing Database Logs to Amazon
|
11626
|
-
# CloudWatch Logs
|
11627
|
-
# Guide*.
|
11635
|
+
# CloudWatch Logs][1] in the *Amazon Aurora User Guide*.
|
11628
11636
|
#
|
11629
11637
|
#
|
11630
11638
|
#
|
11631
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
11639
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
11632
11640
|
#
|
11633
11641
|
# @return [Types::RestoreDBClusterFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11634
11642
|
#
|
@@ -11753,12 +11761,12 @@ module Aws::RDS
|
|
11753
11761
|
# configuration as the original source DB cluster, except that the new
|
11754
11762
|
# DB cluster is created with the default security group.
|
11755
11763
|
#
|
11756
|
-
# For more information on Amazon Aurora, see [
|
11757
|
-
#
|
11764
|
+
# For more information on Amazon Aurora, see the [ *Amazon Aurora User
|
11765
|
+
# Guide* ][1].
|
11758
11766
|
#
|
11759
11767
|
#
|
11760
11768
|
#
|
11761
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
11769
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
11762
11770
|
#
|
11763
11771
|
# @option params [Array<String>] :availability_zones
|
11764
11772
|
# Provides the list of EC2 Availability Zones that instances in the
|
@@ -11872,12 +11880,11 @@ module Aws::RDS
|
|
11872
11880
|
# The list of logs that the restored DB cluster is to export to
|
11873
11881
|
# CloudWatch Logs. The values in the list depend on the DB engine being
|
11874
11882
|
# used. For more information, see [Publishing Database Logs to Amazon
|
11875
|
-
# CloudWatch Logs ][1] in the *Amazon
|
11876
|
-
# Guide*.
|
11883
|
+
# CloudWatch Logs ][1] in the *Amazon Aurora User Guide*.
|
11877
11884
|
#
|
11878
11885
|
#
|
11879
11886
|
#
|
11880
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
11887
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
11881
11888
|
#
|
11882
11889
|
# @option params [String] :engine_mode
|
11883
11890
|
# The DB engine mode of the DB cluster, either `provisioned` or
|
@@ -12027,12 +12034,12 @@ module Aws::RDS
|
|
12027
12034
|
#
|
12028
12035
|
# </note>
|
12029
12036
|
#
|
12030
|
-
# For more information on Amazon Aurora, see [
|
12031
|
-
#
|
12037
|
+
# For more information on Amazon Aurora, see the [ *Amazon Aurora User
|
12038
|
+
# Guide* ][1].
|
12032
12039
|
#
|
12033
12040
|
#
|
12034
12041
|
#
|
12035
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
12042
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
12036
12043
|
#
|
12037
12044
|
# @option params [required, String] :db_cluster_identifier
|
12038
12045
|
# The name of the new DB cluster to be created.
|
@@ -12121,7 +12128,7 @@ module Aws::RDS
|
|
12121
12128
|
#
|
12122
12129
|
# @option params [Array<Types::Tag>] :tags
|
12123
12130
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
12124
|
-
# Resources][1]
|
12131
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
12125
12132
|
#
|
12126
12133
|
#
|
12127
12134
|
#
|
@@ -12178,12 +12185,11 @@ module Aws::RDS
|
|
12178
12185
|
# The list of logs that the restored DB cluster is to export to
|
12179
12186
|
# CloudWatch Logs. The values in the list depend on the DB engine being
|
12180
12187
|
# used. For more information, see [Publishing Database Logs to Amazon
|
12181
|
-
# CloudWatch Logs
|
12182
|
-
# Guide*.
|
12188
|
+
# CloudWatch Logs][1] in the *Amazon Aurora User Guide*.
|
12183
12189
|
#
|
12184
12190
|
#
|
12185
12191
|
#
|
12186
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
12192
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
12187
12193
|
#
|
12188
12194
|
# @return [Types::RestoreDBClusterToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
12189
12195
|
#
|
@@ -12466,7 +12472,8 @@ module Aws::RDS
|
|
12466
12472
|
#
|
12467
12473
|
# The provisioned IOPS value must follow the requirements for your
|
12468
12474
|
# database engine. For more information, see [Amazon RDS Provisioned
|
12469
|
-
# IOPS Storage to Improve Performance][1]
|
12475
|
+
# IOPS Storage to Improve Performance][1] in the *Amazon RDS User
|
12476
|
+
# Guide.*
|
12470
12477
|
#
|
12471
12478
|
# Constraints: Must be an integer greater than 1000.
|
12472
12479
|
#
|
@@ -12484,7 +12491,7 @@ module Aws::RDS
|
|
12484
12491
|
#
|
12485
12492
|
# @option params [Array<Types::Tag>] :tags
|
12486
12493
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
12487
|
-
# Resources][1]
|
12494
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
12488
12495
|
#
|
12489
12496
|
#
|
12490
12497
|
#
|
@@ -12537,12 +12544,11 @@ module Aws::RDS
|
|
12537
12544
|
# The list of logs that the restored DB instance is to export to
|
12538
12545
|
# CloudWatch Logs. The values in the list depend on the DB engine being
|
12539
12546
|
# used. For more information, see [Publishing Database Logs to Amazon
|
12540
|
-
# CloudWatch Logs
|
12541
|
-
# Guide*.
|
12547
|
+
# CloudWatch Logs][1] in the *Amazon Aurora User Guide*.
|
12542
12548
|
#
|
12543
12549
|
#
|
12544
12550
|
#
|
12545
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
12551
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
12546
12552
|
#
|
12547
12553
|
# @option params [Array<Types::ProcessorFeature>] :processor_features
|
12548
12554
|
# The number of CPU cores and the number of threads per core for the DB
|
@@ -12812,7 +12818,7 @@ module Aws::RDS
|
|
12812
12818
|
# on-premises database, store it on Amazon Simple Storage Service
|
12813
12819
|
# (Amazon S3), and then restore the backup file onto a new Amazon RDS DB
|
12814
12820
|
# instance running MySQL. For more information, see [Importing Data into
|
12815
|
-
# an Amazon RDS MySQL DB Instance][1]
|
12821
|
+
# an Amazon RDS MySQL DB Instance][1] in the *Amazon RDS User Guide.*
|
12816
12822
|
#
|
12817
12823
|
#
|
12818
12824
|
#
|
@@ -12893,7 +12899,7 @@ module Aws::RDS
|
|
12893
12899
|
# @option params [String] :availability_zone
|
12894
12900
|
# The Availability Zone that the DB instance is created in. For
|
12895
12901
|
# information about AWS Regions and Availability Zones, see [Regions and
|
12896
|
-
# Availability Zones][1]
|
12902
|
+
# Availability Zones][1] in the *Amazon RDS User Guide.*
|
12897
12903
|
#
|
12898
12904
|
# Default: A random, system-chosen Availability Zone in the endpoint's
|
12899
12905
|
# AWS Region.
|
@@ -12914,7 +12920,7 @@ module Aws::RDS
|
|
12914
12920
|
# @option params [String] :preferred_maintenance_window
|
12915
12921
|
# The time range each week during which system maintenance can occur, in
|
12916
12922
|
# Universal Coordinated Time (UTC). For more information, see [Amazon
|
12917
|
-
# RDS Maintenance Window][1]
|
12923
|
+
# RDS Maintenance Window][1] in the *Amazon RDS User Guide.*
|
12918
12924
|
#
|
12919
12925
|
# Constraints:
|
12920
12926
|
#
|
@@ -12945,7 +12951,7 @@ module Aws::RDS
|
|
12945
12951
|
# @option params [String] :preferred_backup_window
|
12946
12952
|
# The time range each day during which automated backups are created if
|
12947
12953
|
# automated backups are enabled. For more information, see [The Backup
|
12948
|
-
# Window][1]
|
12954
|
+
# Window][1] in the *Amazon RDS User Guide.*
|
12949
12955
|
#
|
12950
12956
|
# Constraints:
|
12951
12957
|
#
|
@@ -12992,7 +12998,7 @@ module Aws::RDS
|
|
12992
12998
|
# The amount of Provisioned IOPS (input/output operations per second) to
|
12993
12999
|
# allocate initially for the DB instance. For information about valid
|
12994
13000
|
# Iops values, see see [Amazon RDS Provisioned IOPS Storage to Improve
|
12995
|
-
# Performance][1]
|
13001
|
+
# Performance][1] in the *Amazon RDS User Guide.*
|
12996
13002
|
#
|
12997
13003
|
#
|
12998
13004
|
#
|
@@ -13012,7 +13018,8 @@ module Aws::RDS
|
|
13012
13018
|
#
|
13013
13019
|
# @option params [Array<Types::Tag>] :tags
|
13014
13020
|
# A list of tags to associate with this DB instance. For more
|
13015
|
-
# information, see [Tagging Amazon RDS Resources][1]
|
13021
|
+
# information, see [Tagging Amazon RDS Resources][1] in the *Amazon RDS
|
13022
|
+
# User Guide.*
|
13016
13023
|
#
|
13017
13024
|
#
|
13018
13025
|
#
|
@@ -13070,7 +13077,7 @@ module Aws::RDS
|
|
13070
13077
|
# metrics to Amazon CloudWatch Logs. For example,
|
13071
13078
|
# `arn:aws:iam:123456789012:role/emaccess`. For information on creating
|
13072
13079
|
# a monitoring role, see [Setting Up and Enabling Enhanced
|
13073
|
-
# Monitoring][1]
|
13080
|
+
# Monitoring][1] in the *Amazon RDS User Guide.*
|
13074
13081
|
#
|
13075
13082
|
# If `MonitoringInterval` is set to a value other than 0, then you must
|
13076
13083
|
# supply a `MonitoringRoleArn` value.
|
@@ -13130,8 +13137,7 @@ module Aws::RDS
|
|
13130
13137
|
# The list of logs that the restored DB instance is to export to
|
13131
13138
|
# CloudWatch Logs. The values in the list depend on the DB engine being
|
13132
13139
|
# used. For more information, see [Publishing Database Logs to Amazon
|
13133
|
-
# CloudWatch Logs
|
13134
|
-
# Guide*.
|
13140
|
+
# CloudWatch Logs][1] in the *Amazon RDS User Guide*.
|
13135
13141
|
#
|
13136
13142
|
#
|
13137
13143
|
#
|
@@ -13509,7 +13515,7 @@ module Aws::RDS
|
|
13509
13515
|
#
|
13510
13516
|
# @option params [Array<Types::Tag>] :tags
|
13511
13517
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
13512
|
-
# Resources][1]
|
13518
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
13513
13519
|
#
|
13514
13520
|
#
|
13515
13521
|
#
|
@@ -13558,8 +13564,7 @@ module Aws::RDS
|
|
13558
13564
|
# The list of logs that the restored DB instance is to export to
|
13559
13565
|
# CloudWatch Logs. The values in the list depend on the DB engine being
|
13560
13566
|
# used. For more information, see [Publishing Database Logs to Amazon
|
13561
|
-
# CloudWatch Logs
|
13562
|
-
# Guide*.
|
13567
|
+
# CloudWatch Logs][1] in the *Amazon RDS User Guide*.
|
13563
13568
|
#
|
13564
13569
|
#
|
13565
13570
|
#
|
@@ -14216,7 +14221,7 @@ module Aws::RDS
|
|
14216
14221
|
params: params,
|
14217
14222
|
config: config)
|
14218
14223
|
context[:gem_name] = 'aws-sdk-rds'
|
14219
|
-
context[:gem_version] = '1.
|
14224
|
+
context[:gem_version] = '1.27.0'
|
14220
14225
|
Seahorse::Client::Request.new(handlers, context)
|
14221
14226
|
end
|
14222
14227
|
|