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
@@ -212,7 +212,7 @@ module Aws::RDS
|
|
212
212
|
# The EC2 Subnet IDs for the DB subnet group.
|
213
213
|
# @option options [Array<Types::Tag>] :tags
|
214
214
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
215
|
-
# Resources][1]
|
215
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
216
216
|
#
|
217
217
|
#
|
218
218
|
#
|
@@ -294,7 +294,7 @@ module Aws::RDS
|
|
294
294
|
# @option options [Array<String>] :event_categories
|
295
295
|
# A list of event categories for a SourceType that you want to subscribe
|
296
296
|
# to. You can see a list of the categories for a given SourceType in the
|
297
|
-
# [Events][1] topic in the Amazon RDS User Guide or by using the
|
297
|
+
# [Events][1] topic in the *Amazon RDS User Guide* or by using the
|
298
298
|
# **DescribeEventCategories** action.
|
299
299
|
#
|
300
300
|
#
|
@@ -327,7 +327,7 @@ module Aws::RDS
|
|
327
327
|
# **false** to create the subscription but not active it.
|
328
328
|
# @option options [Array<Types::Tag>] :tags
|
329
329
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
330
|
-
# Resources][1]
|
330
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
331
331
|
#
|
332
332
|
#
|
333
333
|
#
|
@@ -382,7 +382,7 @@ module Aws::RDS
|
|
382
382
|
# @option options [Array<String>] :event_categories
|
383
383
|
# A list of event categories for a SourceType that you want to subscribe
|
384
384
|
# to. You can see a list of the categories for a given SourceType in the
|
385
|
-
# [Events][1] topic in the Amazon RDS User Guide or by using the
|
385
|
+
# [Events][1] topic in the *Amazon RDS User Guide* or by using the
|
386
386
|
# **DescribeEventCategories** action.
|
387
387
|
#
|
388
388
|
#
|
@@ -237,7 +237,7 @@ module Aws::RDS
|
|
237
237
|
# The description of the option group.
|
238
238
|
# @option options [Array<Types::Tag>] :tags
|
239
239
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
240
|
-
# Resources][1]
|
240
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
241
241
|
#
|
242
242
|
#
|
243
243
|
#
|
@@ -284,7 +284,7 @@ module Aws::RDS
|
|
284
284
|
# The description for the copied option group.
|
285
285
|
# @option options [Array<Types::Tag>] :tags
|
286
286
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
287
|
-
# Resources][1]
|
287
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
288
288
|
#
|
289
289
|
#
|
290
290
|
#
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -66,11 +66,12 @@ module Aws::RDS
|
|
66
66
|
# @option options [Array<String>] :availability_zones
|
67
67
|
# A list of EC2 Availability Zones that instances in the DB cluster can
|
68
68
|
# be created in. For information on AWS Regions and Availability Zones,
|
69
|
-
# see [Regions and Availability Zones][1]
|
69
|
+
# see [Choosing the Regions and Availability Zones][1] in the *Amazon
|
70
|
+
# Aurora User Guide*.
|
70
71
|
#
|
71
72
|
#
|
72
73
|
#
|
73
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
74
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html
|
74
75
|
# @option options [Integer] :backup_retention_period
|
75
76
|
# The number of days for which automated backups are retained. You must
|
76
77
|
# specify a minimum value of 1.
|
@@ -172,8 +173,8 @@ module Aws::RDS
|
|
172
173
|
#
|
173
174
|
# The default is a 30-minute window selected at random from an 8-hour
|
174
175
|
# block of time for each AWS Region. To see the time blocks available,
|
175
|
-
# see [ Adjusting the Preferred Maintenance Window][1] in the
|
176
|
-
#
|
176
|
+
# see [ Adjusting the Preferred DB Cluster Maintenance Window][1] in the
|
177
|
+
# *Amazon Aurora User Guide.*
|
177
178
|
#
|
178
179
|
# Constraints:
|
179
180
|
#
|
@@ -187,7 +188,7 @@ module Aws::RDS
|
|
187
188
|
#
|
188
189
|
#
|
189
190
|
#
|
190
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
191
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
191
192
|
# @option options [String] :preferred_maintenance_window
|
192
193
|
# The weekly time range during which system maintenance can occur, in
|
193
194
|
# Universal Coordinated Time (UTC).
|
@@ -197,7 +198,7 @@ module Aws::RDS
|
|
197
198
|
# The default is a 30-minute window selected at random from an 8-hour
|
198
199
|
# block of time for each AWS Region, occurring on a random day of the
|
199
200
|
# week. To see the time blocks available, see [ Adjusting the Preferred
|
200
|
-
# Maintenance Window][1] in the *Amazon
|
201
|
+
# DB Cluster Maintenance Window][1] in the *Amazon Aurora User Guide.*
|
201
202
|
#
|
202
203
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
203
204
|
#
|
@@ -205,13 +206,13 @@ module Aws::RDS
|
|
205
206
|
#
|
206
207
|
#
|
207
208
|
#
|
208
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
209
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
209
210
|
# @option options [String] :replication_source_identifier
|
210
211
|
# The Amazon Resource Name (ARN) of the source DB instance or DB cluster
|
211
212
|
# if this DB cluster is created as a Read Replica.
|
212
213
|
# @option options [Array<Types::Tag>] :tags
|
213
214
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
214
|
-
# Resources][1]
|
215
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
215
216
|
#
|
216
217
|
#
|
217
218
|
#
|
@@ -305,12 +306,11 @@ module Aws::RDS
|
|
305
306
|
# The list of log types that need to be enabled for exporting to
|
306
307
|
# CloudWatch Logs. The values in the list depend on the DB engine being
|
307
308
|
# used. For more information, see [Publishing Database Logs to Amazon
|
308
|
-
# CloudWatch Logs
|
309
|
-
# Guide*.
|
309
|
+
# CloudWatch Logs][1] in the *Amazon Aurora User Guide*.
|
310
310
|
#
|
311
311
|
#
|
312
312
|
#
|
313
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
313
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
314
314
|
# @option options [String] :engine_mode
|
315
315
|
# The DB engine mode of the DB cluster, either `provisioned` or
|
316
316
|
# `serverless`.
|
@@ -375,7 +375,7 @@ module Aws::RDS
|
|
375
375
|
# The description for the DB cluster parameter group.
|
376
376
|
# @option options [Array<Types::Tag>] :tags
|
377
377
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
378
|
-
# Resources][1]
|
378
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
379
379
|
#
|
380
380
|
#
|
381
381
|
#
|
@@ -846,7 +846,8 @@ module Aws::RDS
|
|
846
846
|
# @option options [String] :preferred_backup_window
|
847
847
|
# The daily time range during which automated backups are created if
|
848
848
|
# automated backups are enabled, using the `BackupRetentionPeriod`
|
849
|
-
# parameter. For more information, see [The Backup Window][1]
|
849
|
+
# parameter. For more information, see [The Backup Window][1] in the
|
850
|
+
# *Amazon RDS User Guide*.
|
850
851
|
#
|
851
852
|
# **Amazon Aurora**
|
852
853
|
#
|
@@ -855,7 +856,8 @@ module Aws::RDS
|
|
855
856
|
#
|
856
857
|
# The default is a 30-minute window selected at random from an 8-hour
|
857
858
|
# block of time for each AWS Region. To see the time blocks available,
|
858
|
-
# see [ Adjusting the Preferred DB Instance Maintenance Window][2]
|
859
|
+
# see [ Adjusting the Preferred DB Instance Maintenance Window][2] in
|
860
|
+
# the *Amazon RDS User Guide*.
|
859
861
|
#
|
860
862
|
# Constraints:
|
861
863
|
#
|
@@ -982,7 +984,7 @@ module Aws::RDS
|
|
982
984
|
# The amount of Provisioned IOPS (input/output operations per second) to
|
983
985
|
# be initially allocated for the DB instance. For information about
|
984
986
|
# valid Iops values, see see [Amazon RDS Provisioned IOPS Storage to
|
985
|
-
# Improve Performance][1]
|
987
|
+
# Improve Performance][1] in the *Amazon RDS User Guide*.
|
986
988
|
#
|
987
989
|
# Constraints: Must be a multiple between 1 and 50 of the storage amount
|
988
990
|
# for the DB instance. Must also be an integer multiple of 1000. For
|
@@ -1037,7 +1039,7 @@ module Aws::RDS
|
|
1037
1039
|
# attached to it, the DB instance is public.
|
1038
1040
|
# @option options [Array<Types::Tag>] :tags
|
1039
1041
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
1040
|
-
# Resources][1]
|
1042
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
1041
1043
|
#
|
1042
1044
|
#
|
1043
1045
|
#
|
@@ -1111,7 +1113,7 @@ module Aws::RDS
|
|
1111
1113
|
# metrics to Amazon CloudWatch Logs. For example,
|
1112
1114
|
# `arn:aws:iam:123456789012:role/emaccess`. For information on creating
|
1113
1115
|
# a monitoring role, go to [Setting Up and Enabling Enhanced
|
1114
|
-
# Monitoring][1]
|
1116
|
+
# Monitoring][1] in the *Amazon RDS User Guide*.
|
1115
1117
|
#
|
1116
1118
|
# If `MonitoringInterval` is set to a value other than 0, then you must
|
1117
1119
|
# supply a `MonitoringRoleArn` value.
|
@@ -1126,7 +1128,7 @@ module Aws::RDS
|
|
1126
1128
|
# A value that specifies the order in which an Aurora Replica is
|
1127
1129
|
# promoted to the primary instance after a failure of the existing
|
1128
1130
|
# primary instance. For more information, see [ Fault Tolerance for an
|
1129
|
-
# Aurora DB Cluster][1]
|
1131
|
+
# Aurora DB Cluster][1] in the *Amazon Aurora User Guide*.
|
1130
1132
|
#
|
1131
1133
|
# Default: 1
|
1132
1134
|
#
|
@@ -1134,7 +1136,7 @@ module Aws::RDS
|
|
1134
1136
|
#
|
1135
1137
|
#
|
1136
1138
|
#
|
1137
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
1139
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance
|
1138
1140
|
# @option options [String] :timezone
|
1139
1141
|
# The time zone of the DB instance. The time zone parameter is currently
|
1140
1142
|
# supported only by [Microsoft SQL Server][1].
|
@@ -1248,7 +1250,7 @@ module Aws::RDS
|
|
1248
1250
|
# The description for the DB parameter group.
|
1249
1251
|
# @option options [Array<Types::Tag>] :tags
|
1250
1252
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
1251
|
-
# Resources][1]
|
1253
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
1252
1254
|
#
|
1253
1255
|
#
|
1254
1256
|
#
|
@@ -1295,7 +1297,7 @@ module Aws::RDS
|
|
1295
1297
|
# The description for the DB security group.
|
1296
1298
|
# @option options [Array<Types::Tag>] :tags
|
1297
1299
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
1298
|
-
# Resources][1]
|
1300
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
1299
1301
|
#
|
1300
1302
|
#
|
1301
1303
|
#
|
@@ -1338,7 +1340,7 @@ module Aws::RDS
|
|
1338
1340
|
# The EC2 Subnet IDs for the DB subnet group.
|
1339
1341
|
# @option options [Array<Types::Tag>] :tags
|
1340
1342
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
1341
|
-
# Resources][1]
|
1343
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
1342
1344
|
#
|
1343
1345
|
#
|
1344
1346
|
#
|
@@ -1389,7 +1391,7 @@ module Aws::RDS
|
|
1389
1391
|
# @option options [Array<String>] :event_categories
|
1390
1392
|
# A list of event categories for a SourceType that you want to subscribe
|
1391
1393
|
# to. You can see a list of the categories for a given SourceType in the
|
1392
|
-
# [Events][1] topic in the Amazon RDS User Guide or by using the
|
1394
|
+
# [Events][1] topic in the *Amazon RDS User Guide* or by using the
|
1393
1395
|
# **DescribeEventCategories** action.
|
1394
1396
|
#
|
1395
1397
|
#
|
@@ -1422,7 +1424,7 @@ module Aws::RDS
|
|
1422
1424
|
# **false** to create the subscription but not active it.
|
1423
1425
|
# @option options [Array<Types::Tag>] :tags
|
1424
1426
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
1425
|
-
# Resources][1]
|
1427
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
1426
1428
|
#
|
1427
1429
|
#
|
1428
1430
|
#
|
@@ -1474,7 +1476,7 @@ module Aws::RDS
|
|
1474
1476
|
# The description of the option group.
|
1475
1477
|
# @option options [Array<Types::Tag>] :tags
|
1476
1478
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
1477
|
-
# Resources][1]
|
1479
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
1478
1480
|
#
|
1479
1481
|
#
|
1480
1482
|
#
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -496,7 +496,7 @@ module Aws::RDS
|
|
496
496
|
# will be exported (or not exported) to CloudWatch Logs. The values
|
497
497
|
# within these arrays depend on the DB engine being used. For more
|
498
498
|
# information, see [Publishing Database Logs to Amazon CloudWatch Logs
|
499
|
-
# ][1] in the *Amazon
|
499
|
+
# ][1] in the *Amazon RDS User Guide*.
|
500
500
|
#
|
501
501
|
#
|
502
502
|
#
|
@@ -544,7 +544,8 @@ module Aws::RDS
|
|
544
544
|
# @!attribute [rw] source_db_cluster_parameter_group_identifier
|
545
545
|
# The identifier or Amazon Resource Name (ARN) for the source DB
|
546
546
|
# cluster parameter group. For information about creating an ARN, see
|
547
|
-
# [ Constructing an
|
547
|
+
# [ Constructing an ARN for Amazon RDS][1] in the *Amazon Aurora User
|
548
|
+
# Guide*.
|
548
549
|
#
|
549
550
|
# Constraints:
|
550
551
|
#
|
@@ -561,7 +562,7 @@ module Aws::RDS
|
|
561
562
|
#
|
562
563
|
#
|
563
564
|
#
|
564
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
565
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing
|
565
566
|
# @return [String]
|
566
567
|
#
|
567
568
|
# @!attribute [rw] target_db_cluster_parameter_group_identifier
|
@@ -586,7 +587,7 @@ module Aws::RDS
|
|
586
587
|
#
|
587
588
|
# @!attribute [rw] tags
|
588
589
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
589
|
-
# Resources][1]
|
590
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
590
591
|
#
|
591
592
|
#
|
592
593
|
#
|
@@ -651,13 +652,14 @@ module Aws::RDS
|
|
651
652
|
#
|
652
653
|
# * If the source snapshot is in a different AWS Region than the copy,
|
653
654
|
# specify a valid DB cluster snapshot ARN. For more information, go
|
654
|
-
# to [ Copying
|
655
|
+
# to [ Copying Snapshots Across AWS Regions][1] in the *Amazon
|
656
|
+
# Aurora User Guide.*
|
655
657
|
#
|
656
658
|
# Example: `my-cluster-snapshot1`
|
657
659
|
#
|
658
660
|
#
|
659
661
|
#
|
660
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
662
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CopySnapshot.html#USER_CopySnapshot.AcrossRegions
|
661
663
|
# @return [String]
|
662
664
|
#
|
663
665
|
# @!attribute [rw] target_db_cluster_snapshot_identifier
|
@@ -749,7 +751,7 @@ module Aws::RDS
|
|
749
751
|
#
|
750
752
|
# @!attribute [rw] tags
|
751
753
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
752
|
-
# Resources][1]
|
754
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
753
755
|
#
|
754
756
|
#
|
755
757
|
#
|
@@ -809,8 +811,8 @@ module Aws::RDS
|
|
809
811
|
#
|
810
812
|
# @!attribute [rw] source_db_parameter_group_identifier
|
811
813
|
# The identifier or ARN for the source DB parameter group. For
|
812
|
-
# information about creating an ARN, see [ Constructing an
|
813
|
-
#
|
814
|
+
# information about creating an ARN, see [ Constructing an ARN for
|
815
|
+
# Amazon RDS][1] in the *Amazon RDS User Guide*.
|
814
816
|
#
|
815
817
|
# Constraints:
|
816
818
|
#
|
@@ -846,7 +848,7 @@ module Aws::RDS
|
|
846
848
|
#
|
847
849
|
# @!attribute [rw] tags
|
848
850
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
849
|
-
# Resources][1]
|
851
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
850
852
|
#
|
851
853
|
#
|
852
854
|
#
|
@@ -968,7 +970,7 @@ module Aws::RDS
|
|
968
970
|
#
|
969
971
|
# @!attribute [rw] tags
|
970
972
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
971
|
-
# Resources][1]
|
973
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
972
974
|
#
|
973
975
|
#
|
974
976
|
#
|
@@ -1042,7 +1044,7 @@ module Aws::RDS
|
|
1042
1044
|
# group. If your source DB instance uses Transparent Data Encryption
|
1043
1045
|
# for Oracle or Microsoft SQL Server, you must specify this option
|
1044
1046
|
# when copying across AWS Regions. For more information, see [Option
|
1045
|
-
# Group Considerations][1]
|
1047
|
+
# Group Considerations][1] in the *Amazon RDS User Guide.*
|
1046
1048
|
#
|
1047
1049
|
#
|
1048
1050
|
#
|
@@ -1103,8 +1105,8 @@ module Aws::RDS
|
|
1103
1105
|
#
|
1104
1106
|
# @!attribute [rw] source_option_group_identifier
|
1105
1107
|
# The identifier or ARN for the source option group. For information
|
1106
|
-
# about creating an ARN, see [ Constructing an
|
1107
|
-
#
|
1108
|
+
# about creating an ARN, see [ Constructing an ARN for Amazon RDS][1]
|
1109
|
+
# in the *Amazon RDS User Guide*.
|
1108
1110
|
#
|
1109
1111
|
# Constraints:
|
1110
1112
|
#
|
@@ -1145,7 +1147,7 @@ module Aws::RDS
|
|
1145
1147
|
#
|
1146
1148
|
# @!attribute [rw] tags
|
1147
1149
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
1148
|
-
# Resources][1]
|
1150
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
1149
1151
|
#
|
1150
1152
|
#
|
1151
1153
|
#
|
@@ -1218,11 +1220,12 @@ module Aws::RDS
|
|
1218
1220
|
# @!attribute [rw] availability_zones
|
1219
1221
|
# A list of EC2 Availability Zones that instances in the DB cluster
|
1220
1222
|
# can be created in. For information on AWS Regions and Availability
|
1221
|
-
# Zones, see [Regions and Availability Zones][1]
|
1223
|
+
# Zones, see [Choosing the Regions and Availability Zones][1] in the
|
1224
|
+
# *Amazon Aurora User Guide*.
|
1222
1225
|
#
|
1223
1226
|
#
|
1224
1227
|
#
|
1225
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
1228
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html
|
1226
1229
|
# @return [Array<String>]
|
1227
1230
|
#
|
1228
1231
|
# @!attribute [rw] backup_retention_period
|
@@ -1352,8 +1355,8 @@ module Aws::RDS
|
|
1352
1355
|
#
|
1353
1356
|
# The default is a 30-minute window selected at random from an 8-hour
|
1354
1357
|
# block of time for each AWS Region. To see the time blocks available,
|
1355
|
-
# see [ Adjusting the Preferred Maintenance Window][1] in
|
1356
|
-
#
|
1358
|
+
# see [ Adjusting the Preferred DB Cluster Maintenance Window][1] in
|
1359
|
+
# the *Amazon Aurora User Guide.*
|
1357
1360
|
#
|
1358
1361
|
# Constraints:
|
1359
1362
|
#
|
@@ -1367,7 +1370,7 @@ module Aws::RDS
|
|
1367
1370
|
#
|
1368
1371
|
#
|
1369
1372
|
#
|
1370
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
1373
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
1371
1374
|
# @return [String]
|
1372
1375
|
#
|
1373
1376
|
# @!attribute [rw] preferred_maintenance_window
|
@@ -1379,7 +1382,8 @@ module Aws::RDS
|
|
1379
1382
|
# The default is a 30-minute window selected at random from an 8-hour
|
1380
1383
|
# block of time for each AWS Region, occurring on a random day of the
|
1381
1384
|
# week. To see the time blocks available, see [ Adjusting the
|
1382
|
-
# Preferred Maintenance Window][1] in the *Amazon
|
1385
|
+
# Preferred DB Cluster Maintenance Window][1] in the *Amazon Aurora
|
1386
|
+
# User Guide.*
|
1383
1387
|
#
|
1384
1388
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
1385
1389
|
#
|
@@ -1387,7 +1391,7 @@ module Aws::RDS
|
|
1387
1391
|
#
|
1388
1392
|
#
|
1389
1393
|
#
|
1390
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
1394
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
1391
1395
|
# @return [String]
|
1392
1396
|
#
|
1393
1397
|
# @!attribute [rw] replication_source_identifier
|
@@ -1397,7 +1401,7 @@ module Aws::RDS
|
|
1397
1401
|
#
|
1398
1402
|
# @!attribute [rw] tags
|
1399
1403
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
1400
|
-
# Resources][1]
|
1404
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
1401
1405
|
#
|
1402
1406
|
#
|
1403
1407
|
#
|
@@ -1504,12 +1508,11 @@ module Aws::RDS
|
|
1504
1508
|
# The list of log types that need to be enabled for exporting to
|
1505
1509
|
# CloudWatch Logs. The values in the list depend on the DB engine
|
1506
1510
|
# being used. For more information, see [Publishing Database Logs to
|
1507
|
-
# Amazon CloudWatch Logs
|
1508
|
-
# Service User Guide*.
|
1511
|
+
# Amazon CloudWatch Logs][1] in the *Amazon Aurora User Guide*.
|
1509
1512
|
#
|
1510
1513
|
#
|
1511
1514
|
#
|
1512
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
1515
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
1513
1516
|
# @return [Array<String>]
|
1514
1517
|
#
|
1515
1518
|
# @!attribute [rw] engine_mode
|
@@ -1615,7 +1618,7 @@ module Aws::RDS
|
|
1615
1618
|
#
|
1616
1619
|
# @!attribute [rw] tags
|
1617
1620
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
1618
|
-
# Resources][1]
|
1621
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
1619
1622
|
#
|
1620
1623
|
#
|
1621
1624
|
#
|
@@ -2218,7 +2221,8 @@ module Aws::RDS
|
|
2218
2221
|
# @!attribute [rw] preferred_backup_window
|
2219
2222
|
# The daily time range during which automated backups are created if
|
2220
2223
|
# automated backups are enabled, using the `BackupRetentionPeriod`
|
2221
|
-
# parameter. For more information, see [The Backup Window][1]
|
2224
|
+
# parameter. For more information, see [The Backup Window][1] in the
|
2225
|
+
# *Amazon RDS User Guide*.
|
2222
2226
|
#
|
2223
2227
|
# **Amazon Aurora**
|
2224
2228
|
#
|
@@ -2228,7 +2232,8 @@ module Aws::RDS
|
|
2228
2232
|
#
|
2229
2233
|
# The default is a 30-minute window selected at random from an 8-hour
|
2230
2234
|
# block of time for each AWS Region. To see the time blocks available,
|
2231
|
-
# see [ Adjusting the Preferred DB Instance Maintenance Window][2]
|
2235
|
+
# see [ Adjusting the Preferred DB Instance Maintenance Window][2] in
|
2236
|
+
# the *Amazon RDS User Guide*.
|
2232
2237
|
#
|
2233
2238
|
# Constraints:
|
2234
2239
|
#
|
@@ -2368,7 +2373,7 @@ module Aws::RDS
|
|
2368
2373
|
# The amount of Provisioned IOPS (input/output operations per second)
|
2369
2374
|
# to be initially allocated for the DB instance. For information about
|
2370
2375
|
# valid Iops values, see see [Amazon RDS Provisioned IOPS Storage to
|
2371
|
-
# Improve Performance][1]
|
2376
|
+
# Improve Performance][1] in the *Amazon RDS User Guide*.
|
2372
2377
|
#
|
2373
2378
|
# Constraints: Must be a multiple between 1 and 50 of the storage
|
2374
2379
|
# amount for the DB instance. Must also be an integer multiple of
|
@@ -2431,7 +2436,7 @@ module Aws::RDS
|
|
2431
2436
|
#
|
2432
2437
|
# @!attribute [rw] tags
|
2433
2438
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
2434
|
-
# Resources][1]
|
2439
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
2435
2440
|
#
|
2436
2441
|
#
|
2437
2442
|
#
|
@@ -2525,7 +2530,7 @@ module Aws::RDS
|
|
2525
2530
|
# monitoring metrics to Amazon CloudWatch Logs. For example,
|
2526
2531
|
# `arn:aws:iam:123456789012:role/emaccess`. For information on
|
2527
2532
|
# creating a monitoring role, go to [Setting Up and Enabling Enhanced
|
2528
|
-
# Monitoring][1]
|
2533
|
+
# Monitoring][1] in the *Amazon RDS User Guide*.
|
2529
2534
|
#
|
2530
2535
|
# If `MonitoringInterval` is set to a value other than 0, then you
|
2531
2536
|
# must supply a `MonitoringRoleArn` value.
|
@@ -2544,7 +2549,7 @@ module Aws::RDS
|
|
2544
2549
|
# A value that specifies the order in which an Aurora Replica is
|
2545
2550
|
# promoted to the primary instance after a failure of the existing
|
2546
2551
|
# primary instance. For more information, see [ Fault Tolerance for an
|
2547
|
-
# Aurora DB Cluster][1]
|
2552
|
+
# Aurora DB Cluster][1] in the *Amazon Aurora User Guide*.
|
2548
2553
|
#
|
2549
2554
|
# Default: 1
|
2550
2555
|
#
|
@@ -2552,7 +2557,7 @@ module Aws::RDS
|
|
2552
2557
|
#
|
2553
2558
|
#
|
2554
2559
|
#
|
2555
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
2560
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance
|
2556
2561
|
# @return [Integer]
|
2557
2562
|
#
|
2558
2563
|
# @!attribute [rw] timezone
|
@@ -2749,8 +2754,8 @@ module Aws::RDS
|
|
2749
2754
|
#
|
2750
2755
|
# * If the source DB instance is in a different AWS Region than the
|
2751
2756
|
# Read Replica, specify a valid DB instance ARN. For more
|
2752
|
-
# information, go to [ Constructing
|
2753
|
-
#
|
2757
|
+
# information, go to [ Constructing an ARN for Amazon RDS][1] in the
|
2758
|
+
# *Amazon RDS User Guide*.
|
2754
2759
|
#
|
2755
2760
|
#
|
2756
2761
|
#
|
@@ -2827,7 +2832,7 @@ module Aws::RDS
|
|
2827
2832
|
#
|
2828
2833
|
# @!attribute [rw] tags
|
2829
2834
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
2830
|
-
# Resources][1]
|
2835
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
2831
2836
|
#
|
2832
2837
|
#
|
2833
2838
|
#
|
@@ -2895,7 +2900,7 @@ module Aws::RDS
|
|
2895
2900
|
# monitoring metrics to Amazon CloudWatch Logs. For example,
|
2896
2901
|
# `arn:aws:iam:123456789012:role/emaccess`. For information on
|
2897
2902
|
# creating a monitoring role, go to [To create an IAM role for Amazon
|
2898
|
-
# RDS Enhanced Monitoring][1]
|
2903
|
+
# RDS Enhanced Monitoring][1] in the *Amazon RDS User Guide*.
|
2899
2904
|
#
|
2900
2905
|
# If `MonitoringInterval` is set to a value other than 0, then you
|
2901
2906
|
# must supply a `MonitoringRoleArn` value.
|
@@ -3000,7 +3005,7 @@ module Aws::RDS
|
|
3000
3005
|
# otherwise false.
|
3001
3006
|
#
|
3002
3007
|
# For more information, see [Using Amazon Performance Insights][1] in
|
3003
|
-
# the *Amazon
|
3008
|
+
# the *Amazon RDS User Guide*.
|
3004
3009
|
#
|
3005
3010
|
#
|
3006
3011
|
#
|
@@ -3022,7 +3027,7 @@ module Aws::RDS
|
|
3022
3027
|
# The list of logs that the new DB instance is to export to CloudWatch
|
3023
3028
|
# Logs. The values in the list depend on the DB engine being used. For
|
3024
3029
|
# more information, see [Publishing Database Logs to Amazon CloudWatch
|
3025
|
-
# Logs ][1] in the *Amazon
|
3030
|
+
# Logs ][1] in the *Amazon RDS User Guide*.
|
3026
3031
|
#
|
3027
3032
|
#
|
3028
3033
|
#
|
@@ -3162,7 +3167,7 @@ module Aws::RDS
|
|
3162
3167
|
#
|
3163
3168
|
# @!attribute [rw] tags
|
3164
3169
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
3165
|
-
# Resources][1]
|
3170
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
3166
3171
|
#
|
3167
3172
|
#
|
3168
3173
|
#
|
@@ -3230,7 +3235,7 @@ module Aws::RDS
|
|
3230
3235
|
#
|
3231
3236
|
# @!attribute [rw] tags
|
3232
3237
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
3233
|
-
# Resources][1]
|
3238
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
3234
3239
|
#
|
3235
3240
|
#
|
3236
3241
|
#
|
@@ -3303,7 +3308,7 @@ module Aws::RDS
|
|
3303
3308
|
#
|
3304
3309
|
# @!attribute [rw] tags
|
3305
3310
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
3306
|
-
# Resources][1]
|
3311
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
3307
3312
|
#
|
3308
3313
|
#
|
3309
3314
|
#
|
@@ -3368,7 +3373,7 @@ module Aws::RDS
|
|
3368
3373
|
#
|
3369
3374
|
# @!attribute [rw] tags
|
3370
3375
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
3371
|
-
# Resources][1]
|
3376
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
3372
3377
|
#
|
3373
3378
|
#
|
3374
3379
|
#
|
@@ -3442,8 +3447,8 @@ module Aws::RDS
|
|
3442
3447
|
# @!attribute [rw] event_categories
|
3443
3448
|
# A list of event categories for a SourceType that you want to
|
3444
3449
|
# subscribe to. You can see a list of the categories for a given
|
3445
|
-
# SourceType in the [Events][1] topic in the Amazon RDS User Guide
|
3446
|
-
# by using the **DescribeEventCategories** action.
|
3450
|
+
# SourceType in the [Events][1] topic in the *Amazon RDS User Guide*
|
3451
|
+
# or by using the **DescribeEventCategories** action.
|
3447
3452
|
#
|
3448
3453
|
#
|
3449
3454
|
#
|
@@ -3481,7 +3486,7 @@ module Aws::RDS
|
|
3481
3486
|
#
|
3482
3487
|
# @!attribute [rw] tags
|
3483
3488
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
3484
|
-
# Resources][1]
|
3489
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
3485
3490
|
#
|
3486
3491
|
#
|
3487
3492
|
#
|
@@ -3559,7 +3564,7 @@ module Aws::RDS
|
|
3559
3564
|
#
|
3560
3565
|
# @!attribute [rw] tags
|
3561
3566
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
3562
|
-
# Resources][1]
|
3567
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
3563
3568
|
#
|
3564
3569
|
#
|
3565
3570
|
#
|
@@ -3798,11 +3803,11 @@ module Aws::RDS
|
|
3798
3803
|
#
|
3799
3804
|
# Log types vary by DB engine. For information about the log types for
|
3800
3805
|
# each DB engine, see [Amazon RDS Database Log Files][1] in the
|
3801
|
-
# *Amazon
|
3806
|
+
# *Amazon Aurora User Guide.*
|
3802
3807
|
#
|
3803
3808
|
#
|
3804
3809
|
#
|
3805
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
3810
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html
|
3806
3811
|
# @return [Array<String>]
|
3807
3812
|
#
|
3808
3813
|
# @!attribute [rw] capacity
|
@@ -3818,11 +3823,11 @@ module Aws::RDS
|
|
3818
3823
|
# `serverless` DB engine mode.
|
3819
3824
|
#
|
3820
3825
|
# For more information, see [Using Amazon Aurora Serverless][1] in the
|
3821
|
-
# *Amazon
|
3826
|
+
# *Amazon Aurora User Guide*.
|
3822
3827
|
#
|
3823
3828
|
#
|
3824
3829
|
#
|
3825
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
3830
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
|
3826
3831
|
# @return [Types::ScalingConfigurationInfo]
|
3827
3832
|
#
|
3828
3833
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBCluster AWS API Documentation
|
@@ -4001,11 +4006,11 @@ module Aws::RDS
|
|
4001
4006
|
# A value that specifies the order in which an Aurora Replica is
|
4002
4007
|
# promoted to the primary instance after a failure of the existing
|
4003
4008
|
# primary instance. For more information, see [ Fault Tolerance for an
|
4004
|
-
# Aurora DB Cluster][1]
|
4009
|
+
# Aurora DB Cluster][1] in the *Amazon Aurora User Guide*.
|
4005
4010
|
#
|
4006
4011
|
#
|
4007
4012
|
#
|
4008
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
4013
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance
|
4009
4014
|
# @return [Integer]
|
4010
4015
|
#
|
4011
4016
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterMember AWS API Documentation
|
@@ -4633,8 +4638,12 @@ module Aws::RDS
|
|
4633
4638
|
# @return [Array<String>]
|
4634
4639
|
#
|
4635
4640
|
# @!attribute [rw] read_replica_db_cluster_identifiers
|
4636
|
-
# Contains one or more identifiers of Aurora DB clusters
|
4637
|
-
#
|
4641
|
+
# Contains one or more identifiers of Aurora DB clusters to which the
|
4642
|
+
# RDS DB instance is replicated as a Read Replica. For example, when
|
4643
|
+
# you create an Aurora Read Replica of an RDS MySQL DB instance, the
|
4644
|
+
# Aurora MySQL DB cluster for the Aurora Read Replica is shown. This
|
4645
|
+
# output does not contain information about cross region Aurora Read
|
4646
|
+
# Replicas.
|
4638
4647
|
# @return [Array<String>]
|
4639
4648
|
#
|
4640
4649
|
# @!attribute [rw] license_model
|
@@ -4741,11 +4750,11 @@ module Aws::RDS
|
|
4741
4750
|
# A value that specifies the order in which an Aurora Replica is
|
4742
4751
|
# promoted to the primary instance after a failure of the existing
|
4743
4752
|
# primary instance. For more information, see [ Fault Tolerance for an
|
4744
|
-
# Aurora DB Cluster][1]
|
4753
|
+
# Aurora DB Cluster][1] in the *Amazon Aurora User Guide*.
|
4745
4754
|
#
|
4746
4755
|
#
|
4747
4756
|
#
|
4748
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
4757
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance
|
4749
4758
|
# @return [Integer]
|
4750
4759
|
#
|
4751
4760
|
# @!attribute [rw] db_instance_arn
|
@@ -8465,7 +8474,8 @@ module Aws::RDS
|
|
8465
8474
|
# @!attribute [rw] resource_name
|
8466
8475
|
# The Amazon RDS resource with tags to be listed. This value is an
|
8467
8476
|
# Amazon Resource Name (ARN). For information about creating an ARN,
|
8468
|
-
# see [ Constructing an
|
8477
|
+
# see [ Constructing an ARN for Amazon RDS][1] in the *Amazon RDS User
|
8478
|
+
# Guide*.
|
8469
8479
|
#
|
8470
8480
|
#
|
8471
8481
|
#
|
@@ -8610,12 +8620,13 @@ module Aws::RDS
|
|
8610
8620
|
# DB cluster are applied during the next maintenance window.
|
8611
8621
|
#
|
8612
8622
|
# The `ApplyImmediately` parameter only affects the
|
8613
|
-
# `
|
8614
|
-
#
|
8615
|
-
#
|
8616
|
-
#
|
8617
|
-
#
|
8618
|
-
#
|
8623
|
+
# `EnableIAMDatabaseAuthentication`, `MasterUserPassword`, and
|
8624
|
+
# `NewDBClusterIdentifier` values. If you set the `ApplyImmediately`
|
8625
|
+
# parameter value to false, then changes to the
|
8626
|
+
# `EnableIAMDatabaseAuthentication`, `MasterUserPassword`, and
|
8627
|
+
# `NewDBClusterIdentifier` values are applied during the next
|
8628
|
+
# maintenance window. All other changes are applied immediately,
|
8629
|
+
# regardless of the value of the `ApplyImmediately` parameter.
|
8619
8630
|
#
|
8620
8631
|
# Default: `false`
|
8621
8632
|
# @return [Boolean]
|
@@ -8680,8 +8691,8 @@ module Aws::RDS
|
|
8680
8691
|
#
|
8681
8692
|
# The default is a 30-minute window selected at random from an 8-hour
|
8682
8693
|
# block of time for each AWS Region. To see the time blocks available,
|
8683
|
-
# see [ Adjusting the Preferred Maintenance Window][1] in
|
8684
|
-
#
|
8694
|
+
# see [ Adjusting the Preferred DB Cluster Maintenance Window][1] in
|
8695
|
+
# the *Amazon Aurora User Guide.*
|
8685
8696
|
#
|
8686
8697
|
# Constraints:
|
8687
8698
|
#
|
@@ -8695,7 +8706,7 @@ module Aws::RDS
|
|
8695
8706
|
#
|
8696
8707
|
#
|
8697
8708
|
#
|
8698
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
8709
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
8699
8710
|
# @return [String]
|
8700
8711
|
#
|
8701
8712
|
# @!attribute [rw] preferred_maintenance_window
|
@@ -8707,7 +8718,8 @@ module Aws::RDS
|
|
8707
8718
|
# The default is a 30-minute window selected at random from an 8-hour
|
8708
8719
|
# block of time for each AWS Region, occurring on a random day of the
|
8709
8720
|
# week. To see the time blocks available, see [ Adjusting the
|
8710
|
-
# Preferred Maintenance Window][1] in the *Amazon
|
8721
|
+
# Preferred DB Cluster Maintenance Window][1] in the *Amazon Aurora
|
8722
|
+
# User Guide.*
|
8711
8723
|
#
|
8712
8724
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
8713
8725
|
#
|
@@ -8715,7 +8727,7 @@ module Aws::RDS
|
|
8715
8727
|
#
|
8716
8728
|
#
|
8717
8729
|
#
|
8718
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
8730
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
8719
8731
|
# @return [String]
|
8720
8732
|
#
|
8721
8733
|
# @!attribute [rw] enable_iam_database_authentication
|
@@ -9007,7 +9019,7 @@ module Aws::RDS
|
|
9007
9019
|
# parameter to move your DB instance to a different VPC. If your DB
|
9008
9020
|
# instance is not in a VPC, you can also use this parameter to move
|
9009
9021
|
# your DB instance into a VPC. For more information, see [Updating the
|
9010
|
-
# VPC for a DB Instance][1]
|
9022
|
+
# VPC for a DB Instance][1] in the *Amazon RDS User Guide.*
|
9011
9023
|
#
|
9012
9024
|
# Changing the subnet group causes an outage during the change. The
|
9013
9025
|
# change is applied during the next maintenance window, unless you
|
@@ -9063,9 +9075,10 @@ module Aws::RDS
|
|
9063
9075
|
# can cause an outage and are applied on the next call to
|
9064
9076
|
# RebootDBInstance, or the next failure reboot. Review the table of
|
9065
9077
|
# parameters in [Modifying a DB Instance and Using the Apply
|
9066
|
-
# Immediately Parameter][1] to see the
|
9067
|
-
# `ApplyImmediately` to `true` or `false` has for
|
9068
|
-
# parameter and to determine when the changes are
|
9078
|
+
# Immediately Parameter][1] in the *Amazon RDS User Guide.* to see the
|
9079
|
+
# impact that setting `ApplyImmediately` to `true` or `false` has for
|
9080
|
+
# each modified parameter and to determine when the changes are
|
9081
|
+
# applied.
|
9069
9082
|
#
|
9070
9083
|
# Default: `false`
|
9071
9084
|
#
|
@@ -9469,7 +9482,7 @@ module Aws::RDS
|
|
9469
9482
|
# monitoring metrics to Amazon CloudWatch Logs. For example,
|
9470
9483
|
# `arn:aws:iam:123456789012:role/emaccess`. For information on
|
9471
9484
|
# creating a monitoring role, go to [To create an IAM role for Amazon
|
9472
|
-
# RDS Enhanced Monitoring][1]
|
9485
|
+
# RDS Enhanced Monitoring][1] in the *Amazon RDS User Guide.*
|
9473
9486
|
#
|
9474
9487
|
# If `MonitoringInterval` is set to a value other than 0, then you
|
9475
9488
|
# must supply a `MonitoringRoleArn` value.
|
@@ -9488,7 +9501,7 @@ module Aws::RDS
|
|
9488
9501
|
# A value that specifies the order in which an Aurora Replica is
|
9489
9502
|
# promoted to the primary instance after a failure of the existing
|
9490
9503
|
# primary instance. For more information, see [ Fault Tolerance for an
|
9491
|
-
# Aurora DB Cluster][1]
|
9504
|
+
# Aurora DB Cluster][1] in the *Amazon Aurora User Guide*.
|
9492
9505
|
#
|
9493
9506
|
# Default: 1
|
9494
9507
|
#
|
@@ -9496,7 +9509,7 @@ module Aws::RDS
|
|
9496
9509
|
#
|
9497
9510
|
#
|
9498
9511
|
#
|
9499
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
9512
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance
|
9500
9513
|
# @return [Integer]
|
9501
9514
|
#
|
9502
9515
|
# @!attribute [rw] enable_iam_database_authentication
|
@@ -9786,7 +9799,7 @@ module Aws::RDS
|
|
9786
9799
|
# You can specify this parameter when you upgrade an Oracle DB
|
9787
9800
|
# snapshot. The same option group considerations apply when upgrading
|
9788
9801
|
# a DB snapshot as when upgrading a DB instance. For more information,
|
9789
|
-
# see [Option Group Considerations][1]
|
9802
|
+
# see [Option Group Considerations][1] in the *Amazon RDS User Guide.*
|
9790
9803
|
#
|
9791
9804
|
#
|
9792
9805
|
#
|
@@ -9900,8 +9913,8 @@ module Aws::RDS
|
|
9900
9913
|
# @!attribute [rw] event_categories
|
9901
9914
|
# A list of event categories for a SourceType that you want to
|
9902
9915
|
# subscribe to. You can see a list of the categories for a given
|
9903
|
-
# SourceType in the [Events][1] topic in the Amazon RDS User Guide
|
9904
|
-
# by using the **DescribeEventCategories** action.
|
9916
|
+
# SourceType in the [Events][1] topic in the *Amazon RDS User Guide*
|
9917
|
+
# or by using the **DescribeEventCategories** action.
|
9905
9918
|
#
|
9906
9919
|
#
|
9907
9920
|
#
|
@@ -11131,7 +11144,7 @@ module Aws::RDS
|
|
11131
11144
|
#
|
11132
11145
|
# @!attribute [rw] tags
|
11133
11146
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
11134
|
-
# Resources][1]
|
11147
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
11135
11148
|
#
|
11136
11149
|
#
|
11137
11150
|
#
|
@@ -11332,7 +11345,8 @@ module Aws::RDS
|
|
11332
11345
|
# @!attribute [rw] resource_name
|
11333
11346
|
# The Amazon RDS resource that the tags are removed from. This value
|
11334
11347
|
# is an Amazon Resource Name (ARN). For information about creating an
|
11335
|
-
# ARN, see [ Constructing an
|
11348
|
+
# ARN, see [ Constructing an ARN for Amazon RDS][1] in the *Amazon RDS
|
11349
|
+
# User Guide.*
|
11336
11350
|
#
|
11337
11351
|
#
|
11338
11352
|
#
|
@@ -11851,7 +11865,7 @@ module Aws::RDS
|
|
11851
11865
|
# The default is a 30-minute window selected at random from an 8-hour
|
11852
11866
|
# block of time for each AWS Region. To see the time blocks available,
|
11853
11867
|
# see [ Adjusting the Preferred Maintenance Window][1] in the *Amazon
|
11854
|
-
#
|
11868
|
+
# Aurora User Guide.*
|
11855
11869
|
#
|
11856
11870
|
# Constraints:
|
11857
11871
|
#
|
@@ -11865,7 +11879,7 @@ module Aws::RDS
|
|
11865
11879
|
#
|
11866
11880
|
#
|
11867
11881
|
#
|
11868
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
11882
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
11869
11883
|
# @return [String]
|
11870
11884
|
#
|
11871
11885
|
# @!attribute [rw] preferred_maintenance_window
|
@@ -11877,7 +11891,7 @@ module Aws::RDS
|
|
11877
11891
|
# The default is a 30-minute window selected at random from an 8-hour
|
11878
11892
|
# block of time for each AWS Region, occurring on a random day of the
|
11879
11893
|
# week. To see the time blocks available, see [ Adjusting the
|
11880
|
-
# Preferred Maintenance Window][1] in the *Amazon
|
11894
|
+
# Preferred Maintenance Window][1] in the *Amazon Aurora User Guide.*
|
11881
11895
|
#
|
11882
11896
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
11883
11897
|
#
|
@@ -11885,12 +11899,12 @@ module Aws::RDS
|
|
11885
11899
|
#
|
11886
11900
|
#
|
11887
11901
|
#
|
11888
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
11902
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
|
11889
11903
|
# @return [String]
|
11890
11904
|
#
|
11891
11905
|
# @!attribute [rw] tags
|
11892
11906
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
11893
|
-
# Resources][1]
|
11907
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
11894
11908
|
#
|
11895
11909
|
#
|
11896
11910
|
#
|
@@ -11975,12 +11989,11 @@ module Aws::RDS
|
|
11975
11989
|
# The list of logs that the restored DB cluster is to export to
|
11976
11990
|
# CloudWatch Logs. The values in the list depend on the DB engine
|
11977
11991
|
# being used. For more information, see [Publishing Database Logs to
|
11978
|
-
# Amazon CloudWatch Logs
|
11979
|
-
# Service User Guide*.
|
11992
|
+
# Amazon CloudWatch Logs][1] in the *Amazon Aurora User Guide*.
|
11980
11993
|
#
|
11981
11994
|
#
|
11982
11995
|
#
|
11983
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
11996
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
11984
11997
|
# @return [Array<String>]
|
11985
11998
|
#
|
11986
11999
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3Message AWS API Documentation
|
@@ -12191,12 +12204,11 @@ module Aws::RDS
|
|
12191
12204
|
# The list of logs that the restored DB cluster is to export to
|
12192
12205
|
# CloudWatch Logs. The values in the list depend on the DB engine
|
12193
12206
|
# being used. For more information, see [Publishing Database Logs to
|
12194
|
-
# Amazon CloudWatch Logs ][1] in the *Amazon
|
12195
|
-
# Service User Guide*.
|
12207
|
+
# Amazon CloudWatch Logs ][1] in the *Amazon Aurora User Guide*.
|
12196
12208
|
#
|
12197
12209
|
#
|
12198
12210
|
#
|
12199
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
12211
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
12200
12212
|
# @return [Array<String>]
|
12201
12213
|
#
|
12202
12214
|
# @!attribute [rw] engine_mode
|
@@ -12367,7 +12379,7 @@ module Aws::RDS
|
|
12367
12379
|
#
|
12368
12380
|
# @!attribute [rw] tags
|
12369
12381
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
12370
|
-
# Resources][1]
|
12382
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
12371
12383
|
#
|
12372
12384
|
#
|
12373
12385
|
#
|
@@ -12428,12 +12440,11 @@ module Aws::RDS
|
|
12428
12440
|
# The list of logs that the restored DB cluster is to export to
|
12429
12441
|
# CloudWatch Logs. The values in the list depend on the DB engine
|
12430
12442
|
# being used. For more information, see [Publishing Database Logs to
|
12431
|
-
# Amazon CloudWatch Logs
|
12432
|
-
# Service User Guide*.
|
12443
|
+
# Amazon CloudWatch Logs][1] in the *Amazon Aurora User Guide*.
|
12433
12444
|
#
|
12434
12445
|
#
|
12435
12446
|
#
|
12436
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
12447
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
12437
12448
|
# @return [Array<String>]
|
12438
12449
|
#
|
12439
12450
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTimeMessage AWS API Documentation
|
@@ -12662,7 +12673,8 @@ module Aws::RDS
|
|
12662
12673
|
#
|
12663
12674
|
# The provisioned IOPS value must follow the requirements for your
|
12664
12675
|
# database engine. For more information, see [Amazon RDS Provisioned
|
12665
|
-
# IOPS Storage to Improve Performance][1]
|
12676
|
+
# IOPS Storage to Improve Performance][1] in the *Amazon RDS User
|
12677
|
+
# Guide.*
|
12666
12678
|
#
|
12667
12679
|
# Constraints: Must be an integer greater than 1000.
|
12668
12680
|
#
|
@@ -12683,7 +12695,7 @@ module Aws::RDS
|
|
12683
12695
|
#
|
12684
12696
|
# @!attribute [rw] tags
|
12685
12697
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
12686
|
-
# Resources][1]
|
12698
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
12687
12699
|
#
|
12688
12700
|
#
|
12689
12701
|
#
|
@@ -12744,12 +12756,11 @@ module Aws::RDS
|
|
12744
12756
|
# The list of logs that the restored DB instance is to export to
|
12745
12757
|
# CloudWatch Logs. The values in the list depend on the DB engine
|
12746
12758
|
# being used. For more information, see [Publishing Database Logs to
|
12747
|
-
# Amazon CloudWatch Logs
|
12748
|
-
# Service User Guide*.
|
12759
|
+
# Amazon CloudWatch Logs][1] in the *Amazon Aurora User Guide*.
|
12749
12760
|
#
|
12750
12761
|
#
|
12751
12762
|
#
|
12752
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
12763
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
12753
12764
|
# @return [Array<String>]
|
12754
12765
|
#
|
12755
12766
|
# @!attribute [rw] processor_features
|
@@ -12950,7 +12961,7 @@ module Aws::RDS
|
|
12950
12961
|
# @!attribute [rw] availability_zone
|
12951
12962
|
# The Availability Zone that the DB instance is created in. For
|
12952
12963
|
# information about AWS Regions and Availability Zones, see [Regions
|
12953
|
-
# and Availability Zones][1]
|
12964
|
+
# and Availability Zones][1] in the *Amazon RDS User Guide.*
|
12954
12965
|
#
|
12955
12966
|
# Default: A random, system-chosen Availability Zone in the
|
12956
12967
|
# endpoint's AWS Region.
|
@@ -12973,7 +12984,7 @@ module Aws::RDS
|
|
12973
12984
|
# @!attribute [rw] preferred_maintenance_window
|
12974
12985
|
# The time range each week during which system maintenance can occur,
|
12975
12986
|
# in Universal Coordinated Time (UTC). For more information, see
|
12976
|
-
# [Amazon RDS Maintenance Window][1]
|
12987
|
+
# [Amazon RDS Maintenance Window][1] in the *Amazon RDS User Guide.*
|
12977
12988
|
#
|
12978
12989
|
# Constraints:
|
12979
12990
|
#
|
@@ -13007,7 +13018,7 @@ module Aws::RDS
|
|
13007
13018
|
# @!attribute [rw] preferred_backup_window
|
13008
13019
|
# The time range each day during which automated backups are created
|
13009
13020
|
# if automated backups are enabled. For more information, see [The
|
13010
|
-
# Backup Window][1]
|
13021
|
+
# Backup Window][1] in the *Amazon RDS User Guide.*
|
13011
13022
|
#
|
13012
13023
|
# Constraints:
|
13013
13024
|
#
|
@@ -13063,7 +13074,7 @@ module Aws::RDS
|
|
13063
13074
|
# The amount of Provisioned IOPS (input/output operations per second)
|
13064
13075
|
# to allocate initially for the DB instance. For information about
|
13065
13076
|
# valid Iops values, see see [Amazon RDS Provisioned IOPS Storage to
|
13066
|
-
# Improve Performance][1]
|
13077
|
+
# Improve Performance][1] in the *Amazon RDS User Guide.*
|
13067
13078
|
#
|
13068
13079
|
#
|
13069
13080
|
#
|
@@ -13087,7 +13098,8 @@ module Aws::RDS
|
|
13087
13098
|
#
|
13088
13099
|
# @!attribute [rw] tags
|
13089
13100
|
# A list of tags to associate with this DB instance. For more
|
13090
|
-
# information, see [Tagging Amazon RDS Resources][1]
|
13101
|
+
# information, see [Tagging Amazon RDS Resources][1] in the *Amazon
|
13102
|
+
# RDS User Guide.*
|
13091
13103
|
#
|
13092
13104
|
#
|
13093
13105
|
#
|
@@ -13151,7 +13163,7 @@ module Aws::RDS
|
|
13151
13163
|
# monitoring metrics to Amazon CloudWatch Logs. For example,
|
13152
13164
|
# `arn:aws:iam:123456789012:role/emaccess`. For information on
|
13153
13165
|
# creating a monitoring role, see [Setting Up and Enabling Enhanced
|
13154
|
-
# Monitoring][1]
|
13166
|
+
# Monitoring][1] in the *Amazon RDS User Guide.*
|
13155
13167
|
#
|
13156
13168
|
# If `MonitoringInterval` is set to a value other than 0, then you
|
13157
13169
|
# must supply a `MonitoringRoleArn` value.
|
@@ -13221,8 +13233,7 @@ module Aws::RDS
|
|
13221
13233
|
# The list of logs that the restored DB instance is to export to
|
13222
13234
|
# CloudWatch Logs. The values in the list depend on the DB engine
|
13223
13235
|
# being used. For more information, see [Publishing Database Logs to
|
13224
|
-
# Amazon CloudWatch Logs
|
13225
|
-
# Service User Guide*.
|
13236
|
+
# Amazon CloudWatch Logs][1] in the *Amazon RDS User Guide*.
|
13226
13237
|
#
|
13227
13238
|
#
|
13228
13239
|
#
|
@@ -13532,7 +13543,7 @@ module Aws::RDS
|
|
13532
13543
|
#
|
13533
13544
|
# @!attribute [rw] tags
|
13534
13545
|
# A list of tags. For more information, see [Tagging Amazon RDS
|
13535
|
-
# Resources][1]
|
13546
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
13536
13547
|
#
|
13537
13548
|
#
|
13538
13549
|
#
|
@@ -13588,8 +13599,7 @@ module Aws::RDS
|
|
13588
13599
|
# The list of logs that the restored DB instance is to export to
|
13589
13600
|
# CloudWatch Logs. The values in the list depend on the DB engine
|
13590
13601
|
# being used. For more information, see [Publishing Database Logs to
|
13591
|
-
# Amazon CloudWatch Logs
|
13592
|
-
# Service User Guide*.
|
13602
|
+
# Amazon CloudWatch Logs][1] in the *Amazon RDS User Guide*.
|
13593
13603
|
#
|
13594
13604
|
#
|
13595
13605
|
#
|
@@ -13725,11 +13735,11 @@ module Aws::RDS
|
|
13725
13735
|
# Contains the scaling configuration of an Aurora Serverless DB cluster.
|
13726
13736
|
#
|
13727
13737
|
# For more information, see [Using Amazon Aurora Serverless][1] in the
|
13728
|
-
# *Amazon
|
13738
|
+
# *Amazon Aurora User Guide*.
|
13729
13739
|
#
|
13730
13740
|
#
|
13731
13741
|
#
|
13732
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
13742
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
|
13733
13743
|
#
|
13734
13744
|
# @note When making an API call, you may pass ScalingConfiguration
|
13735
13745
|
# data as a hash:
|
@@ -13794,11 +13804,11 @@ module Aws::RDS
|
|
13794
13804
|
# `serverless` DB engine mode.
|
13795
13805
|
#
|
13796
13806
|
# For more information, see [Using Amazon Aurora Serverless][1] in the
|
13797
|
-
# *Amazon
|
13807
|
+
# *Amazon Aurora User Guide*.
|
13798
13808
|
#
|
13799
13809
|
#
|
13800
13810
|
#
|
13801
|
-
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/
|
13811
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
|
13802
13812
|
#
|
13803
13813
|
# @!attribute [rw] min_capacity
|
13804
13814
|
# The maximum capacity for the Aurora DB cluster in `serverless` DB
|