aws-sdk-rds 1.120.0 → 1.124.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.
@@ -35,8 +35,8 @@ module Aws::RDS
35
35
  end
36
36
  alias :cust_subscription_id :name
37
37
 
38
- # The AWS customer account associated with the RDS event notification
39
- # subscription.
38
+ # The Amazon Web Services customer account associated with the RDS event
39
+ # notification subscription.
40
40
  # @return [String]
41
41
  def customer_aws_id
42
42
  data[:customer_aws_id]
@@ -245,11 +245,11 @@ module Aws::RDS
245
245
  #
246
246
  # * `oracle-ee`
247
247
  #
248
- # * `oracle-se2`
248
+ # * `oracle-ee-cdb`
249
249
  #
250
- # * `oracle-se1`
250
+ # * `oracle-se2`
251
251
  #
252
- # * `oracle-se`
252
+ # * `oracle-se2-cdb`
253
253
  #
254
254
  # * `postgres`
255
255
  #
@@ -122,8 +122,8 @@ module Aws::RDS
122
122
  # The unique identifier for the lease associated with the reserved DB
123
123
  # instance.
124
124
  #
125
- # <note markdown="1"> AWS Support might request the lease ID for an issue related to a
126
- # reserved DB instance.
125
+ # <note markdown="1"> Amazon Web Services Support might request the lease ID for an issue
126
+ # related to a reserved DB instance.
127
127
  #
128
128
  # </note>
129
129
  # @return [String]
@@ -87,9 +87,9 @@ module Aws::RDS
87
87
  # @param [Hash] options ({})
88
88
  # @option options [Array<String>] :availability_zones
89
89
  # A list of Availability Zones (AZs) where instances in the DB cluster
90
- # can be created. For information on AWS Regions and Availability Zones,
91
- # see [Choosing the Regions and Availability Zones][1] in the *Amazon
92
- # Aurora User Guide*.
90
+ # can be created. For information on Amazon Web Services Regions and
91
+ # Availability Zones, see [Choosing the Regions and Availability
92
+ # Zones][1] in the *Amazon Aurora User Guide*.
93
93
  #
94
94
  #
95
95
  #
@@ -213,8 +213,9 @@ module Aws::RDS
213
213
  # parameter.
214
214
  #
215
215
  # The default is a 30-minute window selected at random from an 8-hour
216
- # block of time for each AWS Region. To view the time blocks available,
217
- # see [ Backup window][1] in the *Amazon Aurora User Guide.*
216
+ # block of time for each Amazon Web Services Region. To view the time
217
+ # blocks available, see [ Backup window][1] in the *Amazon Aurora User
218
+ # Guide.*
218
219
  #
219
220
  # Constraints:
220
221
  #
@@ -236,9 +237,10 @@ module Aws::RDS
236
237
  # Format: `ddd:hh24:mi-ddd:hh24:mi`
237
238
  #
238
239
  # The default is a 30-minute window selected at random from an 8-hour
239
- # block of time for each AWS Region, occurring on a random day of the
240
- # week. To see the time blocks available, see [ Adjusting the Preferred
241
- # DB Cluster Maintenance Window][1] in the *Amazon Aurora User Guide.*
240
+ # block of time for each Amazon Web Services Region, occurring on a
241
+ # random day of the week. To see the time blocks available, see [
242
+ # Adjusting the Preferred DB Cluster Maintenance Window][1] in the
243
+ # *Amazon Aurora User Guide.*
242
244
  #
243
245
  # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
244
246
  #
@@ -255,11 +257,13 @@ module Aws::RDS
255
257
  # @option options [Boolean] :storage_encrypted
256
258
  # A value that indicates whether the DB cluster is encrypted.
257
259
  # @option options [String] :kms_key_id
258
- # The AWS KMS key identifier for an encrypted DB cluster.
260
+ # The Amazon Web Services KMS key identifier for an encrypted DB
261
+ # cluster.
259
262
  #
260
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
261
- # name for the AWS KMS customer master key (CMK). To use a CMK in a
262
- # different AWS account, specify the key ARN or alias ARN.
263
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
264
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
265
+ # master key (CMK). To use a CMK in a different Amazon Web Services
266
+ # account, specify the key ARN or alias ARN.
263
267
  #
264
268
  # When a CMK isn't specified in `KmsKeyId`\:
265
269
  #
@@ -271,53 +275,58 @@ module Aws::RDS
271
275
  # `ReplicationSourceIdentifier` isn't specified, then Amazon RDS will
272
276
  # use your default CMK.
273
277
  #
274
- # There is a default CMK for your AWS account. Your AWS account has a
275
- # different default CMK for each AWS Region.
278
+ # There is a default CMK for your Amazon Web Services account. Your
279
+ # Amazon Web Services account has a different default CMK for each
280
+ # Amazon Web Services Region.
276
281
  #
277
- # If you create a read replica of an encrypted DB cluster in another AWS
278
- # Region, you must set `KmsKeyId` to a AWS KMS key identifier that is
279
- # valid in the destination AWS Region. This CMK is used to encrypt the
280
- # read replica in that AWS Region.
282
+ # If you create a read replica of an encrypted DB cluster in another
283
+ # Amazon Web Services Region, you must set `KmsKeyId` to a Amazon Web
284
+ # Services KMS key identifier that is valid in the destination Amazon
285
+ # Web Services Region. This CMK is used to encrypt the read replica in
286
+ # that Amazon Web Services Region.
281
287
  # @option options [String] :pre_signed_url
282
288
  # A URL that contains a Signature Version 4 signed request for the
283
- # `CreateDBCluster` action to be called in the source AWS Region where
284
- # the DB cluster is replicated from. You only need to specify
285
- # `PreSignedUrl` when you are performing cross-region replication from
286
- # an encrypted DB cluster.
289
+ # `CreateDBCluster` action to be called in the source Amazon Web
290
+ # Services Region where the DB cluster is replicated from. You only need
291
+ # to specify `PreSignedUrl` when you are performing cross-region
292
+ # replication from an encrypted DB cluster.
287
293
  #
288
294
  # The pre-signed URL must be a valid request for the `CreateDBCluster`
289
- # API action that can be executed in the source AWS Region that contains
290
- # the encrypted DB cluster to be copied.
295
+ # API action that can be executed in the source Amazon Web Services
296
+ # Region that contains the encrypted DB cluster to be copied.
291
297
  #
292
298
  # The pre-signed URL request must contain the following parameter
293
299
  # values:
294
300
  #
295
- # * `KmsKeyId` - The AWS KMS key identifier for the key to use to
296
- # encrypt the copy of the DB cluster in the destination AWS Region.
297
- # This should refer to the same AWS KMS CMK for both the
298
- # `CreateDBCluster` action that is called in the destination AWS
299
- # Region, and the action contained in the pre-signed URL.
301
+ # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the key
302
+ # to use to encrypt the copy of the DB cluster in the destination
303
+ # Amazon Web Services Region. This should refer to the same Amazon Web
304
+ # Services KMS CMK for both the `CreateDBCluster` action that is
305
+ # called in the destination Amazon Web Services Region, and the action
306
+ # contained in the pre-signed URL.
300
307
  #
301
- # * `DestinationRegion` - The name of the AWS Region that Aurora read
302
- # replica will be created in.
308
+ # * `DestinationRegion` - The name of the Amazon Web Services Region
309
+ # that Aurora read replica will be created in.
303
310
  #
304
311
  # * `ReplicationSourceIdentifier` - The DB cluster identifier for the
305
312
  # encrypted DB cluster to be copied. This identifier must be in the
306
- # Amazon Resource Name (ARN) format for the source AWS Region. For
307
- # example, if you are copying an encrypted DB cluster from the
308
- # us-west-2 AWS Region, then your `ReplicationSourceIdentifier` would
309
- # look like Example:
313
+ # Amazon Resource Name (ARN) format for the source Amazon Web Services
314
+ # Region. For example, if you are copying an encrypted DB cluster from
315
+ # the us-west-2 Amazon Web Services Region, then your
316
+ # `ReplicationSourceIdentifier` would look like Example:
310
317
  # `arn:aws:rds:us-west-2:123456789012:cluster:aurora-cluster1`.
311
318
  #
312
319
  # To learn how to generate a Signature Version 4 signed request, see [
313
- # Authenticating Requests: Using Query Parameters (AWS Signature Version
314
- # 4)][1] and [ Signature Version 4 Signing Process][2].
320
+ # Authenticating Requests: Using Query Parameters (Amazon Web Services
321
+ # Signature Version 4)][1] and [ Signature Version 4 Signing
322
+ # Process][2].
315
323
  #
316
- # <note markdown="1"> If you are using an AWS SDK tool or the AWS CLI, you can specify
317
- # `SourceRegion` (or `--source-region` for the AWS CLI) instead of
324
+ # <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
325
+ # specify `SourceRegion` (or `--source-region` for the CLI) instead of
318
326
  # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
319
327
  # autogenerates a pre-signed URL that is a valid request for the
320
- # operation that can be executed in the source AWS Region.
328
+ # operation that can be executed in the source Amazon Web Services
329
+ # Region.
321
330
  #
322
331
  # </note>
323
332
  #
@@ -326,9 +335,9 @@ module Aws::RDS
326
335
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
327
336
  # [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
328
337
  # @option options [Boolean] :enable_iam_database_authentication
329
- # A value that indicates whether to enable mapping of AWS Identity and
330
- # Access Management (IAM) accounts to database accounts. By default,
331
- # mapping is disabled.
338
+ # A value that indicates whether to enable mapping of Amazon Web
339
+ # Services Identity and Access Management (IAM) accounts to database
340
+ # accounts. By default, mapping is disabled.
332
341
  #
333
342
  # For more information, see [ IAM Database Authentication][1] in the
334
343
  # *Amazon Aurora User Guide.*
@@ -516,6 +525,31 @@ module Aws::RDS
516
525
  # **Aurora PostgreSQL**
517
526
  #
518
527
  # Example: `aurora-postgresql9.6`
528
+ #
529
+ # To list all of the available parameter group families for a DB engine,
530
+ # use the following command:
531
+ #
532
+ # `aws rds describe-db-engine-versions --query
533
+ # "DBEngineVersions[].DBParameterGroupFamily" --engine <engine>`
534
+ #
535
+ # For example, to list all of the available parameter group families for
536
+ # the Aurora PostgreSQL DB engine, use the following command:
537
+ #
538
+ # `aws rds describe-db-engine-versions --query
539
+ # "DBEngineVersions[].DBParameterGroupFamily" --engine
540
+ # aurora-postgresql`
541
+ #
542
+ # <note markdown="1"> The output contains duplicates.
543
+ #
544
+ # </note>
545
+ #
546
+ # The following are the valid DB engine values:
547
+ #
548
+ # * `aurora` (for MySQL 5.6-compatible Aurora)
549
+ #
550
+ # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
551
+ #
552
+ # * `aurora-postgresql`
519
553
  # @option options [required, String] :description
520
554
  # The description for the DB cluster parameter group.
521
555
  # @option options [Array<Types::Tag>] :tags
@@ -791,10 +825,10 @@ module Aws::RDS
791
825
  # * Web and Express editions: Must be an integer from 20 to 1024.
792
826
  # @option options [required, String] :db_instance_class
793
827
  # The compute and memory capacity of the DB instance, for example,
794
- # `db.m4.large`. Not all DB instance classes are available in all AWS
795
- # Regions, or for all database engines. For the full list of DB instance
796
- # classes, and availability for your engine, see [DB Instance Class][1]
797
- # in the *Amazon RDS User Guide.*
828
+ # `db.m4.large`. Not all DB instance classes are available in all Amazon
829
+ # Web Services Regions, or for all database engines. For the full list
830
+ # of DB instance classes, and availability for your engine, see [DB
831
+ # Instance Class][1] in the *Amazon RDS User Guide.*
798
832
  #
799
833
  #
800
834
  #
@@ -802,7 +836,8 @@ module Aws::RDS
802
836
  # @option options [required, String] :engine
803
837
  # The name of the database engine to be used for this instance.
804
838
  #
805
- # Not every database engine is available for every AWS Region.
839
+ # Not every database engine is available for every Amazon Web Services
840
+ # Region.
806
841
  #
807
842
  # Valid Values:
808
843
  #
@@ -818,11 +853,11 @@ module Aws::RDS
818
853
  #
819
854
  # * `oracle-ee`
820
855
  #
821
- # * `oracle-se2`
856
+ # * `oracle-ee-cdb`
822
857
  #
823
- # * `oracle-se1`
858
+ # * `oracle-se2`
824
859
  #
825
- # * `oracle-se`
860
+ # * `oracle-se2-cdb`
826
861
  #
827
862
  # * `postgres`
828
863
  #
@@ -943,17 +978,18 @@ module Aws::RDS
943
978
  # VPC.
944
979
  # @option options [String] :availability_zone
945
980
  # The Availability Zone (AZ) where the database will be created. For
946
- # information on AWS Regions and Availability Zones, see [Regions and
947
- # Availability Zones][1].
981
+ # information on Amazon Web Services Regions and Availability Zones, see
982
+ # [Regions and Availability Zones][1].
948
983
  #
949
984
  # Default: A random, system-chosen Availability Zone in the endpoint's
950
- # AWS Region.
985
+ # Amazon Web Services Region.
951
986
  #
952
987
  # Example: `us-east-1d`
953
988
  #
954
989
  # Constraint: The `AvailabilityZone` parameter can't be specified if
955
990
  # the DB instance is a Multi-AZ deployment. The specified Availability
956
- # Zone must be in the same AWS Region as the current endpoint.
991
+ # Zone must be in the same Amazon Web Services Region as the current
992
+ # endpoint.
957
993
  #
958
994
  # <note markdown="1"> If you're creating a DB instance in an RDS on VMware environment,
959
995
  # specify the identifier of the custom Availability Zone to create the
@@ -980,8 +1016,8 @@ module Aws::RDS
980
1016
  # Format: `ddd:hh24:mi-ddd:hh24:mi`
981
1017
  #
982
1018
  # The default is a 30-minute window selected at random from an 8-hour
983
- # block of time for each AWS Region, occurring on a random day of the
984
- # week.
1019
+ # block of time for each Amazon Web Services Region, occurring on a
1020
+ # random day of the week.
985
1021
  #
986
1022
  # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
987
1023
  #
@@ -1023,8 +1059,8 @@ module Aws::RDS
1023
1059
  # The daily time range during which automated backups are created if
1024
1060
  # automated backups are enabled, using the `BackupRetentionPeriod`
1025
1061
  # parameter. The default is a 30-minute window selected at random from
1026
- # an 8-hour block of time for each AWS Region. For more information, see
1027
- # [Backup window][1] in the *Amazon RDS User Guide*.
1062
+ # an 8-hour block of time for each Amazon Web Services Region. For more
1063
+ # information, see [Backup window][1] in the *Amazon RDS User Guide*.
1028
1064
  #
1029
1065
  # **Amazon Aurora**
1030
1066
  #
@@ -1103,7 +1139,8 @@ module Aws::RDS
1103
1139
  #
1104
1140
  # The following are the database engines and links to information about
1105
1141
  # the major and minor versions that are available with Amazon RDS. Not
1106
- # every database engine is available for every AWS Region.
1142
+ # every database engine is available for every Amazon Web Services
1143
+ # Region.
1107
1144
  #
1108
1145
  # **Amazon Aurora**
1109
1146
  #
@@ -1243,21 +1280,24 @@ module Aws::RDS
1243
1280
  # Not applicable. The encryption for DB instances is managed by the DB
1244
1281
  # cluster.
1245
1282
  # @option options [String] :kms_key_id
1246
- # The AWS KMS key identifier for an encrypted DB instance.
1283
+ # The Amazon Web Services KMS key identifier for an encrypted DB
1284
+ # instance.
1247
1285
  #
1248
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
1249
- # name for the AWS KMS customer master key (CMK). To use a CMK in a
1250
- # different AWS account, specify the key ARN or alias ARN.
1286
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
1287
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
1288
+ # master key (CMK). To use a CMK in a different Amazon Web Services
1289
+ # account, specify the key ARN or alias ARN.
1251
1290
  #
1252
1291
  # **Amazon Aurora**
1253
1292
  #
1254
- # Not applicable. The AWS KMS key identifier is managed by the DB
1255
- # cluster. For more information, see `CreateDBCluster`.
1293
+ # Not applicable. The Amazon Web Services KMS key identifier is managed
1294
+ # by the DB cluster. For more information, see `CreateDBCluster`.
1256
1295
  #
1257
1296
  # If `StorageEncrypted` is enabled, and you do not specify a value for
1258
1297
  # the `KmsKeyId` parameter, then Amazon RDS uses your default CMK. There
1259
- # is a default CMK for your AWS account. Your AWS account has a
1260
- # different default CMK for each AWS Region.
1298
+ # is a default CMK for your Amazon Web Services account. Your Amazon Web
1299
+ # Services account has a different default CMK for each Amazon Web
1300
+ # Services Region.
1261
1301
  # @option options [String] :domain
1262
1302
  # The Active Directory directory ID to create the DB instance in.
1263
1303
  # Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB
@@ -1324,12 +1364,13 @@ module Aws::RDS
1324
1364
  #
1325
1365
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone
1326
1366
  # @option options [Boolean] :enable_iam_database_authentication
1327
- # A value that indicates whether to enable mapping of AWS Identity and
1328
- # Access Management (IAM) accounts to database accounts. By default,
1329
- # mapping is disabled.
1367
+ # A value that indicates whether to enable mapping of Amazon Web
1368
+ # Services Identity and Access Management (IAM) accounts to database
1369
+ # accounts. By default, mapping is disabled.
1330
1370
  #
1331
- # This setting doesn't apply to Amazon Aurora. Mapping AWS IAM accounts
1332
- # to database accounts is managed by the DB cluster.
1371
+ # This setting doesn't apply to Amazon Aurora. Mapping Amazon Web
1372
+ # Services IAM accounts to database accounts is managed by the DB
1373
+ # cluster.
1333
1374
  #
1334
1375
  # For more information, see [ IAM Database Authentication for MySQL and
1335
1376
  # PostgreSQL][1] in the *Amazon RDS User Guide.*
@@ -1348,16 +1389,17 @@ module Aws::RDS
1348
1389
  #
1349
1390
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
1350
1391
  # @option options [String] :performance_insights_kms_key_id
1351
- # The AWS KMS key identifier for encryption of Performance Insights
1352
- # data.
1392
+ # The Amazon Web Services KMS key identifier for encryption of
1393
+ # Performance Insights data.
1353
1394
  #
1354
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
1355
- # name for the AWS KMS customer master key (CMK).
1395
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
1396
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
1397
+ # master key (CMK).
1356
1398
  #
1357
1399
  # If you do not specify a value for `PerformanceInsightsKMSKeyId`, then
1358
- # Amazon RDS uses your default CMK. There is a default CMK for your AWS
1359
- # account. Your AWS account has a different default CMK for each AWS
1360
- # Region.
1400
+ # Amazon RDS uses your default CMK. There is a default CMK for your
1401
+ # Amazon Web Services account. Your Amazon Web Services account has a
1402
+ # different default CMK for each Amazon Web Services Region.
1361
1403
  # @option options [Integer] :performance_insights_retention_period
1362
1404
  # The amount of time, in days, to retain Performance Insights data.
1363
1405
  # Valid values are 7 or 731 (2 years).
@@ -1436,10 +1478,11 @@ module Aws::RDS
1436
1478
  # from outside of its virtual private cloud (VPC) on your local network.
1437
1479
  #
1438
1480
  # For more information about RDS on Outposts, see [Working with Amazon
1439
- # RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
1481
+ # RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
1482
+ # Guide*.
1440
1483
  #
1441
1484
  # For more information about CoIPs, see [Customer-owned IP addresses][2]
1442
- # in the *AWS Outposts User Guide*.
1485
+ # in the *Amazon Web Services Outposts User Guide*.
1443
1486
  #
1444
1487
  #
1445
1488
  #
@@ -1489,15 +1532,51 @@ module Aws::RDS
1489
1532
  # applied only to a DB instance running a database engine and engine
1490
1533
  # version compatible with that DB parameter group family.
1491
1534
  #
1492
- # To list all of the available parameter group families, use the
1493
- # following command:
1535
+ # To list all of the available parameter group families for a DB engine,
1536
+ # use the following command:
1494
1537
  #
1495
1538
  # `aws rds describe-db-engine-versions --query
1496
- # "DBEngineVersions[].DBParameterGroupFamily"`
1539
+ # "DBEngineVersions[].DBParameterGroupFamily" --engine <engine>`
1540
+ #
1541
+ # For example, to list all of the available parameter group families for
1542
+ # the MySQL DB engine, use the following command:
1543
+ #
1544
+ # `aws rds describe-db-engine-versions --query
1545
+ # "DBEngineVersions[].DBParameterGroupFamily" --engine mysql`
1497
1546
  #
1498
1547
  # <note markdown="1"> The output contains duplicates.
1499
1548
  #
1500
1549
  # </note>
1550
+ #
1551
+ # The following are the valid DB engine values:
1552
+ #
1553
+ # * `aurora` (for MySQL 5.6-compatible Aurora)
1554
+ #
1555
+ # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
1556
+ #
1557
+ # * `aurora-postgresql`
1558
+ #
1559
+ # * `mariadb`
1560
+ #
1561
+ # * `mysql`
1562
+ #
1563
+ # * `oracle-ee`
1564
+ #
1565
+ # * `oracle-ee-cdb`
1566
+ #
1567
+ # * `oracle-se2`
1568
+ #
1569
+ # * `oracle-se2-cdb`
1570
+ #
1571
+ # * `postgres`
1572
+ #
1573
+ # * `sqlserver-ee`
1574
+ #
1575
+ # * `sqlserver-se`
1576
+ #
1577
+ # * `sqlserver-ex`
1578
+ #
1579
+ # * `sqlserver-web`
1501
1580
  # @option options [required, String] :description
1502
1581
  # The description for the DB parameter group.
1503
1582
  # @option options [Array<Types::Tag>] :tags
@@ -1722,11 +1801,11 @@ module Aws::RDS
1722
1801
  #
1723
1802
  # * `oracle-ee`
1724
1803
  #
1725
- # * `oracle-se2`
1804
+ # * `oracle-ee-cdb`
1726
1805
  #
1727
- # * `oracle-se1`
1806
+ # * `oracle-se2`
1728
1807
  #
1729
- # * `oracle-se`
1808
+ # * `oracle-se2-cdb`
1730
1809
  #
1731
1810
  # * `postgres`
1732
1811
  #
@@ -1918,14 +1997,24 @@ module Aws::RDS
1918
1997
  #
1919
1998
  # Supported filters:
1920
1999
  #
2000
+ # * `clone-group-id` - Accepts clone group identifiers. The results list
2001
+ # will only include information about the DB clusters associated with
2002
+ # these clone groups.
2003
+ #
1921
2004
  # * `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
1922
2005
  # Amazon Resource Names (ARNs). The results list will only include
1923
2006
  # information about the DB clusters identified by these ARNs.
1924
2007
  #
1925
- # ^
2008
+ # * `domain` - Accepts Active Directory directory IDs. The results list
2009
+ # will only include information about the DB clusters associated with
2010
+ # these domains.
2011
+ #
2012
+ # * `engine` - Accepts engine names. The results list will only include
2013
+ # information about the DB clusters for these engines.
1926
2014
  # @option options [Boolean] :include_shared
1927
2015
  # Optional Boolean parameter that specifies whether the output includes
1928
- # information about clusters shared from other AWS accounts.
2016
+ # information about clusters shared from other Amazon Web Services
2017
+ # accounts.
1929
2018
  # @return [DBCluster::Collection]
1930
2019
  def db_clusters(options = {})
1931
2020
  batches = Enumerator.new do |y|
@@ -2000,11 +2089,11 @@ module Aws::RDS
2000
2089
  #
2001
2090
  # * `oracle-ee`
2002
2091
  #
2003
- # * `oracle-se2`
2092
+ # * `oracle-ee-cdb`
2004
2093
  #
2005
- # * `oracle-se1`
2094
+ # * `oracle-se2`
2006
2095
  #
2007
- # * `oracle-se`
2096
+ # * `oracle-se2-cdb`
2008
2097
  #
2009
2098
  # * `postgres`
2010
2099
  #
@@ -2292,21 +2381,21 @@ module Aws::RDS
2292
2381
  # following values:
2293
2382
  #
2294
2383
  # * `automated` - Return all DB snapshots that have been automatically
2295
- # taken by Amazon RDS for my AWS account.
2384
+ # taken by Amazon RDS for my Amazon Web Services account.
2296
2385
  #
2297
- # * `manual` - Return all DB snapshots that have been taken by my AWS
2298
- # account.
2386
+ # * `manual` - Return all DB snapshots that have been taken by my Amazon
2387
+ # Web Services account.
2299
2388
  #
2300
2389
  # * `shared` - Return all manual DB snapshots that have been shared to
2301
- # my AWS account.
2390
+ # my Amazon Web Services account.
2302
2391
  #
2303
2392
  # * `public` - Return all DB snapshots that have been marked as public.
2304
2393
  #
2305
- # * `awsbackup` - Return the DB snapshots managed by the AWS Backup
2306
- # service.
2394
+ # * `awsbackup` - Return the DB snapshots managed by the Amazon Web
2395
+ # Services Backup service.
2307
2396
  #
2308
- # For information about AWS Backup, see the [ *AWS Backup Developer
2309
- # Guide.* ][1]
2397
+ # For information about Amazon Web Services Backup, see the [ *Amazon
2398
+ # Web Services Backup Developer Guide.* ][1]
2310
2399
  #
2311
2400
  # The `awsbackup` type does not apply to Aurora.
2312
2401
  #
@@ -2343,17 +2432,17 @@ module Aws::RDS
2343
2432
  # * `engine` - Accepts names of database engines.
2344
2433
  # @option options [Boolean] :include_shared
2345
2434
  # A value that indicates whether to include shared manual DB cluster
2346
- # snapshots from other AWS accounts that this AWS account has been given
2347
- # permission to copy or restore. By default, these snapshots are not
2348
- # included.
2435
+ # snapshots from other Amazon Web Services accounts that this Amazon Web
2436
+ # Services account has been given permission to copy or restore. By
2437
+ # default, these snapshots are not included.
2349
2438
  #
2350
- # You can give an AWS account permission to restore a manual DB snapshot
2351
- # from another AWS account by using the `ModifyDBSnapshotAttribute` API
2352
- # action.
2439
+ # You can give an Amazon Web Services account permission to restore a
2440
+ # manual DB snapshot from another Amazon Web Services account by using
2441
+ # the `ModifyDBSnapshotAttribute` API action.
2353
2442
  # @option options [Boolean] :include_public
2354
2443
  # A value that indicates whether to include manual DB cluster snapshots
2355
- # that are public and can be copied or restored by any AWS account. By
2356
- # default, the public snapshots are not included.
2444
+ # that are public and can be copied or restored by any Amazon Web
2445
+ # Services account. By default, the public snapshots are not included.
2357
2446
  #
2358
2447
  # You can share a manual DB snapshot as public by using the
2359
2448
  # ModifyDBSnapshotAttribute API.
@@ -2650,11 +2739,11 @@ module Aws::RDS
2650
2739
  #
2651
2740
  # * `oracle-ee`
2652
2741
  #
2653
- # * `oracle-se2`
2742
+ # * `oracle-ee-cdb`
2654
2743
  #
2655
- # * `oracle-se1`
2744
+ # * `oracle-se2`
2656
2745
  #
2657
- # * `oracle-se`
2746
+ # * `oracle-se2-cdb`
2658
2747
  #
2659
2748
  # * `postgres`
2660
2749
  #
@@ -2758,8 +2847,8 @@ module Aws::RDS
2758
2847
  # The lease identifier filter value. Specify this parameter to show only
2759
2848
  # the reservation that matches the specified lease ID.
2760
2849
  #
2761
- # <note markdown="1"> AWS Support might request the lease ID for an issue related to a
2762
- # reserved DB instance.
2850
+ # <note markdown="1"> Amazon Web Services Support might request the lease ID for an issue
2851
+ # related to a reserved DB instance.
2763
2852
  #
2764
2853
  # </note>
2765
2854
  # @option options [Array<Types::Filter>] :filters