aws-sdk-rds 1.120.0 → 1.121.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.
@@ -26,7 +26,7 @@ module Aws::RDS
26
26
  include Aws::Structure
27
27
  end
28
28
 
29
- # Describes a quota for an AWS account.
29
+ # Describes a quota for an Amazon Web Services account.
30
30
  #
31
31
  # The following are account quotas:
32
32
  #
@@ -49,11 +49,11 @@ module Aws::RDS
49
49
  # value is the count of nondefault DB cluster parameter groups in the
50
50
  # account.
51
51
  #
52
- # * `DBClusterRoles` - The number of associated AWS Identity and Access
53
- # Management (IAM) roles per DB cluster. The used value is the highest
54
- # number of associated IAM roles for a DB cluster in the account.
55
- # Other DB clusters in the account might have a lower number of
56
- # associated IAM roles.
52
+ # * `DBClusterRoles` - The number of associated Amazon Web Services
53
+ # Identity and Access Management (IAM) roles per DB cluster. The used
54
+ # value is the highest number of associated IAM roles for a DB cluster
55
+ # in the account. Other DB clusters in the account might have a lower
56
+ # number of associated IAM roles.
57
57
  #
58
58
  # * `DBClusters` - The number of DB clusters per account. The used value
59
59
  # is the count of DB clusters in the account.
@@ -121,7 +121,8 @@ module Aws::RDS
121
121
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_Limits.html
122
122
  #
123
123
  # @!attribute [rw] account_quota_name
124
- # The name of the Amazon RDS quota for this AWS account.
124
+ # The name of the Amazon RDS quota for this Amazon Web Services
125
+ # account.
125
126
  # @return [String]
126
127
  #
127
128
  # @!attribute [rw] used
@@ -428,10 +429,10 @@ module Aws::RDS
428
429
  # @return [String]
429
430
  #
430
431
  # @!attribute [rw] ec2_security_group_owner_id
431
- # AWS account number of the owner of the EC2 security group specified
432
- # in the `EC2SecurityGroupName` parameter. The AWS access key ID
433
- # isn't an acceptable value. For VPC DB security groups,
434
- # `EC2SecurityGroupId` must be provided. Otherwise,
432
+ # Amazon Web Services account number of the owner of the EC2 security
433
+ # group specified in the `EC2SecurityGroupName` parameter. The Amazon
434
+ # Web Services access key ID isn't an acceptable value. For VPC DB
435
+ # security groups, `EC2SecurityGroupId` must be provided. Otherwise,
435
436
  # `EC2SecurityGroupOwnerId` and either `EC2SecurityGroupName` or
436
437
  # `EC2SecurityGroupId` must be provided.
437
438
  # @return [String]
@@ -612,7 +613,7 @@ module Aws::RDS
612
613
  include Aws::Structure
613
614
  end
614
615
 
615
- # A CA certificate for an AWS account.
616
+ # A CA certificate for an Amazon Web Services account.
616
617
  #
617
618
  # @!attribute [rw] certificate_identifier
618
619
  # The unique key that identifies a certificate.
@@ -665,7 +666,8 @@ module Aws::RDS
665
666
  # Data returned by the **DescribeCertificates** action.
666
667
  #
667
668
  # @!attribute [rw] certificates
668
- # The list of `Certificate` objects for the AWS account.
669
+ # The list of `Certificate` objects for the Amazon Web Services
670
+ # account.
669
671
  # @return [Array<Types::Certificate>]
670
672
  #
671
673
  # @!attribute [rw] marker
@@ -774,8 +776,9 @@ module Aws::RDS
774
776
  # @return [String]
775
777
  #
776
778
  # @!attribute [rw] iam_database_authentication_enabled
777
- # A value that indicates whether mapping of AWS Identity and Access
778
- # Management (IAM) accounts to database accounts is enabled.
779
+ # A value that indicates whether mapping of Amazon Web Services
780
+ # Identity and Access Management (IAM) accounts to database accounts
781
+ # is enabled.
779
782
  # @return [Boolean]
780
783
  #
781
784
  # @!attribute [rw] engine_version
@@ -1045,19 +1048,19 @@ module Aws::RDS
1045
1048
  # isn't case-sensitive.
1046
1049
  #
1047
1050
  # You can't copy an encrypted, shared DB cluster snapshot from one
1048
- # AWS Region to another.
1051
+ # Amazon Web Services Region to another.
1049
1052
  #
1050
1053
  # Constraints:
1051
1054
  #
1052
1055
  # * Must specify a valid system snapshot in the "available" state.
1053
1056
  #
1054
- # * If the source snapshot is in the same AWS Region as the copy,
1055
- # specify a valid DB snapshot identifier.
1057
+ # * If the source snapshot is in the same Amazon Web Services Region
1058
+ # as the copy, specify a valid DB snapshot identifier.
1056
1059
  #
1057
- # * If the source snapshot is in a different AWS Region than the copy,
1058
- # specify a valid DB cluster snapshot ARN. For more information, go
1059
- # to [ Copying Snapshots Across AWS Regions][1] in the *Amazon
1060
- # Aurora User Guide.*
1060
+ # * If the source snapshot is in a different Amazon Web Services
1061
+ # Region than the copy, specify a valid DB cluster snapshot ARN. For
1062
+ # more information, go to [ Copying Snapshots Across Amazon Web
1063
+ # Services Regions][1] in the *Amazon Aurora User Guide.*
1061
1064
  #
1062
1065
  # Example: `my-cluster-snapshot1`
1063
1066
  #
@@ -1082,25 +1085,29 @@ module Aws::RDS
1082
1085
  # @return [String]
1083
1086
  #
1084
1087
  # @!attribute [rw] kms_key_id
1085
- # The AWS KMS key identifier for an encrypted DB cluster snapshot. The
1086
- # AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
1087
- # name for the AWS KMS customer master key (CMK).
1088
- #
1089
- # If you copy an encrypted DB cluster snapshot from your AWS account,
1090
- # you can specify a value for `KmsKeyId` to encrypt the copy with a
1091
- # new AWS KMS CMK. If you don't specify a value for `KmsKeyId`, then
1092
- # the copy of the DB cluster snapshot is encrypted with the same AWS
1093
- # KMS key as the source DB cluster snapshot.
1088
+ # The Amazon Web Services KMS key identifier for an encrypted DB
1089
+ # cluster snapshot. The Amazon Web Services KMS key identifier is the
1090
+ # key ARN, key ID, alias ARN, or alias name for the Amazon Web
1091
+ # Services KMS customer master key (CMK).
1092
+ #
1093
+ # If you copy an encrypted DB cluster snapshot from your Amazon Web
1094
+ # Services account, you can specify a value for `KmsKeyId` to encrypt
1095
+ # the copy with a new Amazon Web Services KMS CMK. If you don't
1096
+ # specify a value for `KmsKeyId`, then the copy of the DB cluster
1097
+ # snapshot is encrypted with the same Amazon Web Services KMS key as
1098
+ # the source DB cluster snapshot.
1094
1099
  #
1095
1100
  # If you copy an encrypted DB cluster snapshot that is shared from
1096
- # another AWS account, then you must specify a value for `KmsKeyId`.
1101
+ # another Amazon Web Services account, then you must specify a value
1102
+ # for `KmsKeyId`.
1097
1103
  #
1098
- # To copy an encrypted DB cluster snapshot to another AWS Region, you
1099
- # must set `KmsKeyId` to the AWS KMS key identifier you want to use to
1100
- # encrypt the copy of the DB cluster snapshot in the destination AWS
1101
- # Region. AWS KMS CMKs are specific to the AWS Region that they are
1102
- # created in, and you can't use CMKs from one AWS Region in another
1103
- # AWS Region.
1104
+ # To copy an encrypted DB cluster snapshot to another Amazon Web
1105
+ # Services Region, you must set `KmsKeyId` to the Amazon Web Services
1106
+ # KMS key identifier you want to use to encrypt the copy of the DB
1107
+ # cluster snapshot in the destination Amazon Web Services Region.
1108
+ # Amazon Web Services KMS CMKs are specific to the Amazon Web Services
1109
+ # Region that they are created in, and you can't use CMKs from one
1110
+ # Amazon Web Services Region in another Amazon Web Services Region.
1104
1111
  #
1105
1112
  # If you copy an unencrypted DB cluster snapshot and specify a value
1106
1113
  # for the `KmsKeyId` parameter, an error is returned.
@@ -1108,46 +1115,49 @@ module Aws::RDS
1108
1115
  #
1109
1116
  # @!attribute [rw] pre_signed_url
1110
1117
  # The URL that contains a Signature Version 4 signed request for the
1111
- # `CopyDBClusterSnapshot` API action in the AWS Region that contains
1112
- # the source DB cluster snapshot to copy. The `PreSignedUrl` parameter
1113
- # must be used when copying an encrypted DB cluster snapshot from
1114
- # another AWS Region. Don't specify `PreSignedUrl` when you are
1115
- # copying an encrypted DB cluster snapshot in the same AWS Region.
1118
+ # `CopyDBClusterSnapshot` API action in the Amazon Web Services Region
1119
+ # that contains the source DB cluster snapshot to copy. The
1120
+ # `PreSignedUrl` parameter must be used when copying an encrypted DB
1121
+ # cluster snapshot from another Amazon Web Services Region. Don't
1122
+ # specify `PreSignedUrl` when you are copying an encrypted DB cluster
1123
+ # snapshot in the same Amazon Web Services Region.
1116
1124
  #
1117
1125
  # The pre-signed URL must be a valid request for the
1118
1126
  # `CopyDBClusterSnapshot` API action that can be executed in the
1119
- # source AWS Region that contains the encrypted DB cluster snapshot to
1120
- # be copied. The pre-signed URL request must contain the following
1121
- # parameter values:
1122
- #
1123
- # * `KmsKeyId` - The AWS KMS key identifier for the customer master
1124
- # key (CMK) to use to encrypt the copy of the DB cluster snapshot in
1125
- # the destination AWS Region. This is the same identifier for both
1126
- # the `CopyDBClusterSnapshot` action that is called in the
1127
- # destination AWS Region, and the action contained in the pre-signed
1128
- # URL.
1127
+ # source Amazon Web Services Region that contains the encrypted DB
1128
+ # cluster snapshot to be copied. The pre-signed URL request must
1129
+ # contain the following parameter values:
1130
+ #
1131
+ # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the
1132
+ # customer master key (CMK) to use to encrypt the copy of the DB
1133
+ # cluster snapshot in the destination Amazon Web Services Region.
1134
+ # This is the same identifier for both the `CopyDBClusterSnapshot`
1135
+ # action that is called in the destination Amazon Web Services
1136
+ # Region, and the action contained in the pre-signed URL.
1129
1137
  #
1130
- # * `DestinationRegion` - The name of the AWS Region that the DB
1131
- # cluster snapshot is to be created in.
1138
+ # * `DestinationRegion` - The name of the Amazon Web Services Region
1139
+ # that the DB cluster snapshot is to be created in.
1132
1140
  #
1133
1141
  # * `SourceDBClusterSnapshotIdentifier` - The DB cluster snapshot
1134
1142
  # identifier for the encrypted DB cluster snapshot to be copied.
1135
1143
  # This identifier must be in the Amazon Resource Name (ARN) format
1136
- # for the source AWS Region. For example, if you are copying an
1137
- # encrypted DB cluster snapshot from the us-west-2 AWS Region, then
1138
- # your `SourceDBClusterSnapshotIdentifier` looks like the following
1139
- # example:
1144
+ # for the source Amazon Web Services Region. For example, if you are
1145
+ # copying an encrypted DB cluster snapshot from the us-west-2 Amazon
1146
+ # Web Services Region, then your `SourceDBClusterSnapshotIdentifier`
1147
+ # looks like the following example:
1140
1148
  # `arn:aws:rds:us-west-2:123456789012:cluster-snapshot:aurora-cluster1-snapshot-20161115`.
1141
1149
  #
1142
1150
  # To learn how to generate a Signature Version 4 signed request, see [
1143
- # Authenticating Requests: Using Query Parameters (AWS Signature
1144
- # Version 4)][1] and [ Signature Version 4 Signing Process][2].
1151
+ # Authenticating Requests: Using Query Parameters (Amazon Web Services
1152
+ # Signature Version 4)][1] and [ Signature Version 4 Signing
1153
+ # Process][2].
1145
1154
  #
1146
- # <note markdown="1"> If you are using an AWS SDK tool or the AWS CLI, you can specify
1147
- # `SourceRegion` (or `--source-region` for the AWS CLI) instead of
1155
+ # <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
1156
+ # specify `SourceRegion` (or `--source-region` for the CLI) instead of
1148
1157
  # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
1149
1158
  # autogenerates a pre-signed URL that is a valid request for the
1150
- # operation that can be executed in the source AWS Region.
1159
+ # operation that can be executed in the source Amazon Web Services
1160
+ # Region.
1151
1161
  #
1152
1162
  # </note>
1153
1163
  #
@@ -1315,20 +1325,22 @@ module Aws::RDS
1315
1325
  # @!attribute [rw] source_db_snapshot_identifier
1316
1326
  # The identifier for the source DB snapshot.
1317
1327
  #
1318
- # If the source snapshot is in the same AWS Region as the copy,
1319
- # specify a valid DB snapshot identifier. For example, you might
1320
- # specify `rds:mysql-instance1-snapshot-20130805`.
1328
+ # If the source snapshot is in the same Amazon Web Services Region as
1329
+ # the copy, specify a valid DB snapshot identifier. For example, you
1330
+ # might specify `rds:mysql-instance1-snapshot-20130805`.
1321
1331
  #
1322
- # If the source snapshot is in a different AWS Region than the copy,
1323
- # specify a valid DB snapshot ARN. For example, you might specify
1332
+ # If the source snapshot is in a different Amazon Web Services Region
1333
+ # than the copy, specify a valid DB snapshot ARN. For example, you
1334
+ # might specify
1324
1335
  # `arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20130805`.
1325
1336
  #
1326
1337
  # If you are copying from a shared manual DB snapshot, this parameter
1327
1338
  # must be the Amazon Resource Name (ARN) of the shared DB snapshot.
1328
1339
  #
1329
1340
  # If you are copying an encrypted snapshot this parameter must be in
1330
- # the ARN format for the source AWS Region, and must match the
1331
- # `SourceDBSnapshotIdentifier` in the `PreSignedUrl` parameter.
1341
+ # the ARN format for the source Amazon Web Services Region, and must
1342
+ # match the `SourceDBSnapshotIdentifier` in the `PreSignedUrl`
1343
+ # parameter.
1332
1344
  #
1333
1345
  # Constraints:
1334
1346
  #
@@ -1359,27 +1371,31 @@ module Aws::RDS
1359
1371
  # @return [String]
1360
1372
  #
1361
1373
  # @!attribute [rw] kms_key_id
1362
- # The AWS KMS key identifier for an encrypted DB snapshot. The AWS KMS
1363
- # key identifier is the key ARN, key ID, alias ARN, or alias name for
1364
- # the AWS KMS customer master key (CMK).
1365
- #
1366
- # If you copy an encrypted DB snapshot from your AWS account, you can
1367
- # specify a value for this parameter to encrypt the copy with a new
1368
- # AWS KMS CMK. If you don't specify a value for this parameter, then
1369
- # the copy of the DB snapshot is encrypted with the same AWS KMS key
1370
- # as the source DB snapshot.
1374
+ # The Amazon Web Services KMS key identifier for an encrypted DB
1375
+ # snapshot. The Amazon Web Services KMS key identifier is the key ARN,
1376
+ # key ID, alias ARN, or alias name for the Amazon Web Services KMS
1377
+ # customer master key (CMK).
1378
+ #
1379
+ # If you copy an encrypted DB snapshot from your Amazon Web Services
1380
+ # account, you can specify a value for this parameter to encrypt the
1381
+ # copy with a new Amazon Web Services KMS CMK. If you don't specify a
1382
+ # value for this parameter, then the copy of the DB snapshot is
1383
+ # encrypted with the same Amazon Web Services KMS key as the source DB
1384
+ # snapshot.
1371
1385
  #
1372
- # If you copy an encrypted DB snapshot that is shared from another AWS
1373
- # account, then you must specify a value for this parameter.
1386
+ # If you copy an encrypted DB snapshot that is shared from another
1387
+ # Amazon Web Services account, then you must specify a value for this
1388
+ # parameter.
1374
1389
  #
1375
1390
  # If you specify this parameter when you copy an unencrypted snapshot,
1376
1391
  # the copy is encrypted.
1377
1392
  #
1378
- # If you copy an encrypted snapshot to a different AWS Region, then
1379
- # you must specify a AWS KMS key identifier for the destination AWS
1380
- # Region. AWS KMS CMKs are specific to the AWS Region that they are
1381
- # created in, and you can't use CMKs from one AWS Region in another
1382
- # AWS Region.
1393
+ # If you copy an encrypted snapshot to a different Amazon Web Services
1394
+ # Region, then you must specify a Amazon Web Services KMS key
1395
+ # identifier for the destination Amazon Web Services Region. Amazon
1396
+ # Web Services KMS CMKs are specific to the Amazon Web Services Region
1397
+ # that they are created in, and you can't use CMKs from one Amazon
1398
+ # Web Services Region in another Amazon Web Services Region.
1383
1399
  # @return [String]
1384
1400
  #
1385
1401
  # @!attribute [rw] tags
@@ -1398,55 +1414,59 @@ module Aws::RDS
1398
1414
  #
1399
1415
  # @!attribute [rw] pre_signed_url
1400
1416
  # The URL that contains a Signature Version 4 signed request for the
1401
- # `CopyDBSnapshot` API action in the source AWS Region that contains
1402
- # the source DB snapshot to copy.
1417
+ # `CopyDBSnapshot` API action in the source Amazon Web Services Region
1418
+ # that contains the source DB snapshot to copy.
1403
1419
  #
1404
1420
  # You must specify this parameter when you copy an encrypted DB
1405
- # snapshot from another AWS Region by using the Amazon RDS API. Don't
1406
- # specify `PreSignedUrl` when you are copying an encrypted DB snapshot
1407
- # in the same AWS Region.
1421
+ # snapshot from another Amazon Web Services Region by using the Amazon
1422
+ # RDS API. Don't specify `PreSignedUrl` when you are copying an
1423
+ # encrypted DB snapshot in the same Amazon Web Services Region.
1408
1424
  #
1409
1425
  # The presigned URL must be a valid request for the `CopyDBSnapshot`
1410
- # API action that can be executed in the source AWS Region that
1411
- # contains the encrypted DB snapshot to be copied. The presigned URL
1412
- # request must contain the following parameter values:
1426
+ # API action that can be executed in the source Amazon Web Services
1427
+ # Region that contains the encrypted DB snapshot to be copied. The
1428
+ # presigned URL request must contain the following parameter values:
1413
1429
  #
1414
- # * `DestinationRegion` - The AWS Region that the encrypted DB
1415
- # snapshot is copied to. This AWS Region is the same one where the
1416
- # `CopyDBSnapshot` action is called that contains this presigned
1417
- # URL.
1430
+ # * `DestinationRegion` - The Amazon Web Services Region that the
1431
+ # encrypted DB snapshot is copied to. This Amazon Web Services
1432
+ # Region is the same one where the `CopyDBSnapshot` action is called
1433
+ # that contains this presigned URL.
1418
1434
  #
1419
1435
  # For example, if you copy an encrypted DB snapshot from the
1420
- # us-west-2 AWS Region to the us-east-1 AWS Region, then you call
1421
- # the `CopyDBSnapshot` action in the us-east-1 AWS Region and
1422
- # provide a presigned URL that contains a call to the
1423
- # `CopyDBSnapshot` action in the us-west-2 AWS Region. For this
1424
- # example, the `DestinationRegion` in the presigned URL must be set
1425
- # to the us-east-1 AWS Region.
1426
- #
1427
- # * `KmsKeyId` - The AWS KMS key identifier for the customer master
1428
- # key (CMK) to use to encrypt the copy of the DB snapshot in the
1429
- # destination AWS Region. This is the same identifier for both the
1430
- # `CopyDBSnapshot` action that is called in the destination AWS
1431
- # Region, and the action contained in the presigned URL.
1436
+ # us-west-2 Amazon Web Services Region to the us-east-1 Amazon Web
1437
+ # Services Region, then you call the `CopyDBSnapshot` action in the
1438
+ # us-east-1 Amazon Web Services Region and provide a presigned URL
1439
+ # that contains a call to the `CopyDBSnapshot` action in the
1440
+ # us-west-2 Amazon Web Services Region. For this example, the
1441
+ # `DestinationRegion` in the presigned URL must be set to the
1442
+ # us-east-1 Amazon Web Services Region.
1443
+ #
1444
+ # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the
1445
+ # customer master key (CMK) to use to encrypt the copy of the DB
1446
+ # snapshot in the destination Amazon Web Services Region. This is
1447
+ # the same identifier for both the `CopyDBSnapshot` action that is
1448
+ # called in the destination Amazon Web Services Region, and the
1449
+ # action contained in the presigned URL.
1432
1450
  #
1433
1451
  # * `SourceDBSnapshotIdentifier` - The DB snapshot identifier for the
1434
1452
  # encrypted snapshot to be copied. This identifier must be in the
1435
- # Amazon Resource Name (ARN) format for the source AWS Region. For
1436
- # example, if you are copying an encrypted DB snapshot from the
1437
- # us-west-2 AWS Region, then your `SourceDBSnapshotIdentifier` looks
1438
- # like the following example:
1453
+ # Amazon Resource Name (ARN) format for the source Amazon Web
1454
+ # Services Region. For example, if you are copying an encrypted DB
1455
+ # snapshot from the us-west-2 Amazon Web Services Region, then your
1456
+ # `SourceDBSnapshotIdentifier` looks like the following example:
1439
1457
  # `arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20161115`.
1440
1458
  #
1441
1459
  # To learn how to generate a Signature Version 4 signed request, see
1442
- # [Authenticating Requests: Using Query Parameters (AWS Signature
1443
- # Version 4)][1] and [Signature Version 4 Signing Process][2].
1460
+ # [Authenticating Requests: Using Query Parameters (Amazon Web
1461
+ # Services Signature Version 4)][1] and [Signature Version 4 Signing
1462
+ # Process][2].
1444
1463
  #
1445
- # <note markdown="1"> If you are using an AWS SDK tool or the AWS CLI, you can specify
1446
- # `SourceRegion` (or `--source-region` for the AWS CLI) instead of
1464
+ # <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
1465
+ # specify `SourceRegion` (or `--source-region` for the CLI) instead of
1447
1466
  # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
1448
1467
  # autogenerates a pre-signed URL that is a valid request for the
1449
- # operation that can be executed in the source AWS Region.
1468
+ # operation that can be executed in the source Amazon Web Services
1469
+ # Region.
1450
1470
  #
1451
1471
  # </note>
1452
1472
  #
@@ -1460,12 +1480,13 @@ module Aws::RDS
1460
1480
  # The name of an option group to associate with the copy of the
1461
1481
  # snapshot.
1462
1482
  #
1463
- # Specify this option if you are copying a snapshot from one AWS
1464
- # Region to another, and your DB instance uses a nondefault option
1465
- # group. If your source DB instance uses Transparent Data Encryption
1466
- # for Oracle or Microsoft SQL Server, you must specify this option
1467
- # when copying across AWS Regions. For more information, see [Option
1468
- # group considerations][1] in the *Amazon RDS User Guide.*
1483
+ # Specify this option if you are copying a snapshot from one Amazon
1484
+ # Web Services Region to another, and your DB instance uses a
1485
+ # nondefault option group. If your source DB instance uses Transparent
1486
+ # Data Encryption for Oracle or Microsoft SQL Server, you must specify
1487
+ # this option when copying across Amazon Web Services Regions. For
1488
+ # more information, see [Option group considerations][1] in the
1489
+ # *Amazon RDS User Guide.*
1469
1490
  #
1470
1491
  #
1471
1492
  #
@@ -1768,9 +1789,9 @@ module Aws::RDS
1768
1789
  #
1769
1790
  # @!attribute [rw] availability_zones
1770
1791
  # A list of Availability Zones (AZs) where instances in the DB cluster
1771
- # can be created. For information on AWS Regions and Availability
1772
- # Zones, see [Choosing the Regions and Availability Zones][1] in the
1773
- # *Amazon Aurora User Guide*.
1792
+ # can be created. For information on Amazon Web Services Regions and
1793
+ # Availability Zones, see [Choosing the Regions and Availability
1794
+ # Zones][1] in the *Amazon Aurora User Guide*.
1774
1795
  #
1775
1796
  #
1776
1797
  #
@@ -1922,8 +1943,8 @@ module Aws::RDS
1922
1943
  # parameter.
1923
1944
  #
1924
1945
  # The default is a 30-minute window selected at random from an 8-hour
1925
- # block of time for each AWS Region. To view the time blocks
1926
- # available, see [ Backup window][1] in the *Amazon Aurora User
1946
+ # block of time for each Amazon Web Services Region. To view the time
1947
+ # blocks available, see [ Backup window][1] in the *Amazon Aurora User
1927
1948
  # Guide.*
1928
1949
  #
1929
1950
  # Constraints:
@@ -1948,10 +1969,10 @@ module Aws::RDS
1948
1969
  # Format: `ddd:hh24:mi-ddd:hh24:mi`
1949
1970
  #
1950
1971
  # The default is a 30-minute window selected at random from an 8-hour
1951
- # block of time for each AWS Region, occurring on a random day of the
1952
- # week. To see the time blocks available, see [ Adjusting the
1953
- # Preferred DB Cluster Maintenance Window][1] in the *Amazon Aurora
1954
- # User Guide.*
1972
+ # block of time for each Amazon Web Services Region, occurring on a
1973
+ # random day of the week. To see the time blocks available, see [
1974
+ # Adjusting the Preferred DB Cluster Maintenance Window][1] in the
1975
+ # *Amazon Aurora User Guide.*
1955
1976
  #
1956
1977
  # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
1957
1978
  #
@@ -1976,11 +1997,13 @@ module Aws::RDS
1976
1997
  # @return [Boolean]
1977
1998
  #
1978
1999
  # @!attribute [rw] kms_key_id
1979
- # The AWS KMS key identifier for an encrypted DB cluster.
2000
+ # The Amazon Web Services KMS key identifier for an encrypted DB
2001
+ # cluster.
1980
2002
  #
1981
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
1982
- # alias name for the AWS KMS customer master key (CMK). To use a CMK
1983
- # in a different AWS account, specify the key ARN or alias ARN.
2003
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
2004
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
2005
+ # master key (CMK). To use a CMK in a different Amazon Web Services
2006
+ # account, specify the key ARN or alias ARN.
1984
2007
  #
1985
2008
  # When a CMK isn't specified in `KmsKeyId`\:
1986
2009
  #
@@ -1992,55 +2015,60 @@ module Aws::RDS
1992
2015
  # `ReplicationSourceIdentifier` isn't specified, then Amazon RDS
1993
2016
  # will use your default CMK.
1994
2017
  #
1995
- # There is a default CMK for your AWS account. Your AWS account has a
1996
- # different default CMK for each AWS Region.
2018
+ # There is a default CMK for your Amazon Web Services account. Your
2019
+ # Amazon Web Services account has a different default CMK for each
2020
+ # Amazon Web Services Region.
1997
2021
  #
1998
2022
  # If you create a read replica of an encrypted DB cluster in another
1999
- # AWS Region, you must set `KmsKeyId` to a AWS KMS key identifier that
2000
- # is valid in the destination AWS Region. This CMK is used to encrypt
2001
- # the read replica in that AWS Region.
2023
+ # Amazon Web Services Region, you must set `KmsKeyId` to a Amazon Web
2024
+ # Services KMS key identifier that is valid in the destination Amazon
2025
+ # Web Services Region. This CMK is used to encrypt the read replica in
2026
+ # that Amazon Web Services Region.
2002
2027
  # @return [String]
2003
2028
  #
2004
2029
  # @!attribute [rw] pre_signed_url
2005
2030
  # A URL that contains a Signature Version 4 signed request for the
2006
- # `CreateDBCluster` action to be called in the source AWS Region where
2007
- # the DB cluster is replicated from. You only need to specify
2008
- # `PreSignedUrl` when you are performing cross-region replication from
2009
- # an encrypted DB cluster.
2031
+ # `CreateDBCluster` action to be called in the source Amazon Web
2032
+ # Services Region where the DB cluster is replicated from. You only
2033
+ # need to specify `PreSignedUrl` when you are performing cross-region
2034
+ # replication from an encrypted DB cluster.
2010
2035
  #
2011
2036
  # The pre-signed URL must be a valid request for the `CreateDBCluster`
2012
- # API action that can be executed in the source AWS Region that
2013
- # contains the encrypted DB cluster to be copied.
2037
+ # API action that can be executed in the source Amazon Web Services
2038
+ # Region that contains the encrypted DB cluster to be copied.
2014
2039
  #
2015
2040
  # The pre-signed URL request must contain the following parameter
2016
2041
  # values:
2017
2042
  #
2018
- # * `KmsKeyId` - The AWS KMS key identifier for the key to use to
2019
- # encrypt the copy of the DB cluster in the destination AWS Region.
2020
- # This should refer to the same AWS KMS CMK for both the
2021
- # `CreateDBCluster` action that is called in the destination AWS
2043
+ # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the
2044
+ # key to use to encrypt the copy of the DB cluster in the
2045
+ # destination Amazon Web Services Region. This should refer to the
2046
+ # same Amazon Web Services KMS CMK for both the `CreateDBCluster`
2047
+ # action that is called in the destination Amazon Web Services
2022
2048
  # Region, and the action contained in the pre-signed URL.
2023
2049
  #
2024
- # * `DestinationRegion` - The name of the AWS Region that Aurora read
2025
- # replica will be created in.
2050
+ # * `DestinationRegion` - The name of the Amazon Web Services Region
2051
+ # that Aurora read replica will be created in.
2026
2052
  #
2027
2053
  # * `ReplicationSourceIdentifier` - The DB cluster identifier for the
2028
2054
  # encrypted DB cluster to be copied. This identifier must be in the
2029
- # Amazon Resource Name (ARN) format for the source AWS Region. For
2030
- # example, if you are copying an encrypted DB cluster from the
2031
- # us-west-2 AWS Region, then your `ReplicationSourceIdentifier`
2032
- # would look like Example:
2055
+ # Amazon Resource Name (ARN) format for the source Amazon Web
2056
+ # Services Region. For example, if you are copying an encrypted DB
2057
+ # cluster from the us-west-2 Amazon Web Services Region, then your
2058
+ # `ReplicationSourceIdentifier` would look like Example:
2033
2059
  # `arn:aws:rds:us-west-2:123456789012:cluster:aurora-cluster1`.
2034
2060
  #
2035
2061
  # To learn how to generate a Signature Version 4 signed request, see [
2036
- # Authenticating Requests: Using Query Parameters (AWS Signature
2037
- # Version 4)][1] and [ Signature Version 4 Signing Process][2].
2062
+ # Authenticating Requests: Using Query Parameters (Amazon Web Services
2063
+ # Signature Version 4)][1] and [ Signature Version 4 Signing
2064
+ # Process][2].
2038
2065
  #
2039
- # <note markdown="1"> If you are using an AWS SDK tool or the AWS CLI, you can specify
2040
- # `SourceRegion` (or `--source-region` for the AWS CLI) instead of
2066
+ # <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
2067
+ # specify `SourceRegion` (or `--source-region` for the CLI) instead of
2041
2068
  # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
2042
2069
  # autogenerates a pre-signed URL that is a valid request for the
2043
- # operation that can be executed in the source AWS Region.
2070
+ # operation that can be executed in the source Amazon Web Services
2071
+ # Region.
2044
2072
  #
2045
2073
  # </note>
2046
2074
  #
@@ -2051,9 +2079,9 @@ module Aws::RDS
2051
2079
  # @return [String]
2052
2080
  #
2053
2081
  # @!attribute [rw] enable_iam_database_authentication
2054
- # A value that indicates whether to enable mapping of AWS Identity and
2055
- # Access Management (IAM) accounts to database accounts. By default,
2056
- # mapping is disabled.
2082
+ # A value that indicates whether to enable mapping of Amazon Web
2083
+ # Services Identity and Access Management (IAM) accounts to database
2084
+ # accounts. By default, mapping is disabled.
2057
2085
  #
2058
2086
  # For more information, see [ IAM Database Authentication][1] in the
2059
2087
  # *Amazon Aurora User Guide.*
@@ -2301,6 +2329,31 @@ module Aws::RDS
2301
2329
  # **Aurora PostgreSQL**
2302
2330
  #
2303
2331
  # Example: `aurora-postgresql9.6`
2332
+ #
2333
+ # To list all of the available parameter group families for a DB
2334
+ # engine, use the following command:
2335
+ #
2336
+ # `aws rds describe-db-engine-versions --query
2337
+ # "DBEngineVersions[].DBParameterGroupFamily" --engine <engine>`
2338
+ #
2339
+ # For example, to list all of the available parameter group families
2340
+ # for the Aurora PostgreSQL DB engine, use the following command:
2341
+ #
2342
+ # `aws rds describe-db-engine-versions --query
2343
+ # "DBEngineVersions[].DBParameterGroupFamily" --engine
2344
+ # aurora-postgresql`
2345
+ #
2346
+ # <note markdown="1"> The output contains duplicates.
2347
+ #
2348
+ # </note>
2349
+ #
2350
+ # The following are the valid DB engine values:
2351
+ #
2352
+ # * `aurora` (for MySQL 5.6-compatible Aurora)
2353
+ #
2354
+ # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
2355
+ #
2356
+ # * `aurora-postgresql`
2304
2357
  # @return [String]
2305
2358
  #
2306
2359
  # @!attribute [rw] description
@@ -2692,10 +2745,10 @@ module Aws::RDS
2692
2745
  #
2693
2746
  # @!attribute [rw] db_instance_class
2694
2747
  # The compute and memory capacity of the DB instance, for example,
2695
- # `db.m4.large`. Not all DB instance classes are available in all AWS
2696
- # Regions, or for all database engines. For the full list of DB
2697
- # instance classes, and availability for your engine, see [DB Instance
2698
- # Class][1] in the *Amazon RDS User Guide.*
2748
+ # `db.m4.large`. Not all DB instance classes are available in all
2749
+ # Amazon Web Services Regions, or for all database engines. For the
2750
+ # full list of DB instance classes, and availability for your engine,
2751
+ # see [DB Instance Class][1] in the *Amazon RDS User Guide.*
2699
2752
  #
2700
2753
  #
2701
2754
  #
@@ -2705,7 +2758,8 @@ module Aws::RDS
2705
2758
  # @!attribute [rw] engine
2706
2759
  # The name of the database engine to be used for this instance.
2707
2760
  #
2708
- # Not every database engine is available for every AWS Region.
2761
+ # Not every database engine is available for every Amazon Web Services
2762
+ # Region.
2709
2763
  #
2710
2764
  # Valid Values:
2711
2765
  #
@@ -2721,11 +2775,11 @@ module Aws::RDS
2721
2775
  #
2722
2776
  # * `oracle-ee`
2723
2777
  #
2724
- # * `oracle-se2`
2778
+ # * `oracle-ee-cdb`
2725
2779
  #
2726
- # * `oracle-se1`
2780
+ # * `oracle-se2`
2727
2781
  #
2728
- # * `oracle-se`
2782
+ # * `oracle-se2-cdb`
2729
2783
  #
2730
2784
  # * `postgres`
2731
2785
  #
@@ -2856,17 +2910,18 @@ module Aws::RDS
2856
2910
  #
2857
2911
  # @!attribute [rw] availability_zone
2858
2912
  # The Availability Zone (AZ) where the database will be created. For
2859
- # information on AWS Regions and Availability Zones, see [Regions and
2860
- # Availability Zones][1].
2913
+ # information on Amazon Web Services Regions and Availability Zones,
2914
+ # see [Regions and Availability Zones][1].
2861
2915
  #
2862
2916
  # Default: A random, system-chosen Availability Zone in the
2863
- # endpoint's AWS Region.
2917
+ # endpoint's Amazon Web Services Region.
2864
2918
  #
2865
2919
  # Example: `us-east-1d`
2866
2920
  #
2867
2921
  # Constraint: The `AvailabilityZone` parameter can't be specified if
2868
2922
  # the DB instance is a Multi-AZ deployment. The specified Availability
2869
- # Zone must be in the same AWS Region as the current endpoint.
2923
+ # Zone must be in the same Amazon Web Services Region as the current
2924
+ # endpoint.
2870
2925
  #
2871
2926
  # <note markdown="1"> If you're creating a DB instance in an RDS on VMware environment,
2872
2927
  # specify the identifier of the custom Availability Zone to create the
@@ -2897,8 +2952,8 @@ module Aws::RDS
2897
2952
  # Format: `ddd:hh24:mi-ddd:hh24:mi`
2898
2953
  #
2899
2954
  # The default is a 30-minute window selected at random from an 8-hour
2900
- # block of time for each AWS Region, occurring on a random day of the
2901
- # week.
2955
+ # block of time for each Amazon Web Services Region, occurring on a
2956
+ # random day of the week.
2902
2957
  #
2903
2958
  # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
2904
2959
  #
@@ -2946,8 +3001,9 @@ module Aws::RDS
2946
3001
  # The daily time range during which automated backups are created if
2947
3002
  # automated backups are enabled, using the `BackupRetentionPeriod`
2948
3003
  # parameter. The default is a 30-minute window selected at random from
2949
- # an 8-hour block of time for each AWS Region. For more information,
2950
- # see [Backup window][1] in the *Amazon RDS User Guide*.
3004
+ # an 8-hour block of time for each Amazon Web Services Region. For
3005
+ # more information, see [Backup window][1] in the *Amazon RDS User
3006
+ # Guide*.
2951
3007
  #
2952
3008
  # **Amazon Aurora**
2953
3009
  #
@@ -3032,7 +3088,8 @@ module Aws::RDS
3032
3088
  #
3033
3089
  # The following are the database engines and links to information
3034
3090
  # about the major and minor versions that are available with Amazon
3035
- # RDS. Not every database engine is available for every AWS Region.
3091
+ # RDS. Not every database engine is available for every Amazon Web
3092
+ # Services Region.
3036
3093
  #
3037
3094
  # **Amazon Aurora**
3038
3095
  #
@@ -3202,21 +3259,25 @@ module Aws::RDS
3202
3259
  # @return [Boolean]
3203
3260
  #
3204
3261
  # @!attribute [rw] kms_key_id
3205
- # The AWS KMS key identifier for an encrypted DB instance.
3262
+ # The Amazon Web Services KMS key identifier for an encrypted DB
3263
+ # instance.
3206
3264
  #
3207
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
3208
- # alias name for the AWS KMS customer master key (CMK). To use a CMK
3209
- # in a different AWS account, specify the key ARN or alias ARN.
3265
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
3266
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
3267
+ # master key (CMK). To use a CMK in a different Amazon Web Services
3268
+ # account, specify the key ARN or alias ARN.
3210
3269
  #
3211
3270
  # **Amazon Aurora**
3212
3271
  #
3213
- # Not applicable. The AWS KMS key identifier is managed by the DB
3214
- # cluster. For more information, see `CreateDBCluster`.
3272
+ # Not applicable. The Amazon Web Services KMS key identifier is
3273
+ # managed by the DB cluster. For more information, see
3274
+ # `CreateDBCluster`.
3215
3275
  #
3216
3276
  # If `StorageEncrypted` is enabled, and you do not specify a value for
3217
3277
  # the `KmsKeyId` parameter, then Amazon RDS uses your default CMK.
3218
- # There is a default CMK for your AWS account. Your AWS account has a
3219
- # different default CMK for each AWS Region.
3278
+ # There is a default CMK for your Amazon Web Services account. Your
3279
+ # Amazon Web Services account has a different default CMK for each
3280
+ # Amazon Web Services Region.
3220
3281
  # @return [String]
3221
3282
  #
3222
3283
  # @!attribute [rw] domain
@@ -3299,12 +3360,13 @@ module Aws::RDS
3299
3360
  # @return [String]
3300
3361
  #
3301
3362
  # @!attribute [rw] enable_iam_database_authentication
3302
- # A value that indicates whether to enable mapping of AWS Identity and
3303
- # Access Management (IAM) accounts to database accounts. By default,
3304
- # mapping is disabled.
3363
+ # A value that indicates whether to enable mapping of Amazon Web
3364
+ # Services Identity and Access Management (IAM) accounts to database
3365
+ # accounts. By default, mapping is disabled.
3305
3366
  #
3306
- # This setting doesn't apply to Amazon Aurora. Mapping AWS IAM
3307
- # accounts to database accounts is managed by the DB cluster.
3367
+ # This setting doesn't apply to Amazon Aurora. Mapping Amazon Web
3368
+ # Services IAM accounts to database accounts is managed by the DB
3369
+ # cluster.
3308
3370
  #
3309
3371
  # For more information, see [ IAM Database Authentication for MySQL
3310
3372
  # and PostgreSQL][1] in the *Amazon RDS User Guide.*
@@ -3327,16 +3389,17 @@ module Aws::RDS
3327
3389
  # @return [Boolean]
3328
3390
  #
3329
3391
  # @!attribute [rw] performance_insights_kms_key_id
3330
- # The AWS KMS key identifier for encryption of Performance Insights
3331
- # data.
3392
+ # The Amazon Web Services KMS key identifier for encryption of
3393
+ # Performance Insights data.
3332
3394
  #
3333
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
3334
- # alias name for the AWS KMS customer master key (CMK).
3395
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
3396
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
3397
+ # master key (CMK).
3335
3398
  #
3336
3399
  # If you do not specify a value for `PerformanceInsightsKMSKeyId`,
3337
3400
  # then Amazon RDS uses your default CMK. There is a default CMK for
3338
- # your AWS account. Your AWS account has a different default CMK for
3339
- # each AWS Region.
3401
+ # your Amazon Web Services account. Your Amazon Web Services account
3402
+ # has a different default CMK for each Amazon Web Services Region.
3340
3403
  # @return [String]
3341
3404
  #
3342
3405
  # @!attribute [rw] performance_insights_retention_period
@@ -3429,10 +3492,11 @@ module Aws::RDS
3429
3492
  # local network.
3430
3493
  #
3431
3494
  # For more information about RDS on Outposts, see [Working with Amazon
3432
- # RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
3495
+ # RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
3496
+ # Guide*.
3433
3497
  #
3434
3498
  # For more information about CoIPs, see [Customer-owned IP
3435
- # addresses][2] in the *AWS Outposts User Guide*.
3499
+ # addresses][2] in the *Amazon Web Services Outposts User Guide*.
3436
3500
  #
3437
3501
  #
3438
3502
  #
@@ -3577,14 +3641,15 @@ module Aws::RDS
3577
3641
  # * The specified DB instance must have automatic backups enabled,
3578
3642
  # that is, its backup retention period must be greater than 0.
3579
3643
  #
3580
- # * If the source DB instance is in the same AWS Region as the read
3581
- # replica, specify a valid DB instance identifier.
3644
+ # * If the source DB instance is in the same Amazon Web Services
3645
+ # Region as the read replica, specify a valid DB instance
3646
+ # identifier.
3582
3647
  #
3583
- # * If the source DB instance is in a different AWS Region from the
3584
- # read replica, specify a valid DB instance ARN. For more
3585
- # information, see [Constructing an ARN for Amazon RDS][3] in the
3586
- # *Amazon RDS User Guide*. This doesn't apply to SQL Server, which
3587
- # doesn't support cross-region replicas.
3648
+ # * If the source DB instance is in a different Amazon Web Services
3649
+ # Region from the read replica, specify a valid DB instance ARN. For
3650
+ # more information, see [Constructing an ARN for Amazon RDS][3] in
3651
+ # the *Amazon RDS User Guide*. This doesn't apply to SQL Server,
3652
+ # which doesn't support cross-region replicas.
3588
3653
  #
3589
3654
  #
3590
3655
  #
@@ -3595,10 +3660,10 @@ module Aws::RDS
3595
3660
  #
3596
3661
  # @!attribute [rw] db_instance_class
3597
3662
  # The compute and memory capacity of the read replica, for example,
3598
- # `db.m4.large`. Not all DB instance classes are available in all AWS
3599
- # Regions, or for all database engines. For the full list of DB
3600
- # instance classes, and availability for your engine, see [DB Instance
3601
- # Class][1] in the *Amazon RDS User Guide.*
3663
+ # `db.m4.large`. Not all DB instance classes are available in all
3664
+ # Amazon Web Services Regions, or for all database engines. For the
3665
+ # full list of DB instance classes, and availability for your engine,
3666
+ # see [DB Instance Class][1] in the *Amazon RDS User Guide.*
3602
3667
  #
3603
3668
  # Default: Inherits from the source DB instance.
3604
3669
  #
@@ -3611,7 +3676,7 @@ module Aws::RDS
3611
3676
  # The Availability Zone (AZ) where the read replica will be created.
3612
3677
  #
3613
3678
  # Default: A random, system-chosen Availability Zone in the
3614
- # endpoint's AWS Region.
3679
+ # endpoint's Amazon Web Services Region.
3615
3680
  #
3616
3681
  # Example: `us-east-1d`
3617
3682
  # @return [String]
@@ -3715,15 +3780,15 @@ module Aws::RDS
3715
3780
  # Constraints:
3716
3781
  #
3717
3782
  # * Can only be specified if the source DB instance identifier
3718
- # specifies a DB instance in another AWS Region.
3783
+ # specifies a DB instance in another Amazon Web Services Region.
3719
3784
  #
3720
3785
  # * If supplied, must match the name of an existing DBSubnetGroup.
3721
3786
  #
3722
- # * The specified DB subnet group must be in the same AWS Region in
3723
- # which the operation is running.
3787
+ # * The specified DB subnet group must be in the same Amazon Web
3788
+ # Services Region in which the operation is running.
3724
3789
  #
3725
- # * All read replicas in one AWS Region that are created from the same
3726
- # source DB instance must either:&gt;
3790
+ # * All read replicas in one Amazon Web Services Region that are
3791
+ # created from the same source DB instance must either:&gt;
3727
3792
  #
3728
3793
  # * Specify DB subnet groups from the same VPC. All these read
3729
3794
  # replicas are created in the same VPC.
@@ -3786,21 +3851,24 @@ module Aws::RDS
3786
3851
  # @return [String]
3787
3852
  #
3788
3853
  # @!attribute [rw] kms_key_id
3789
- # The AWS KMS key identifier for an encrypted read replica.
3854
+ # The Amazon Web Services KMS key identifier for an encrypted read
3855
+ # replica.
3790
3856
  #
3791
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
3792
- # alias name for the AWS KMS CMK.
3857
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
3858
+ # alias ARN, or alias name for the Amazon Web Services KMS CMK.
3793
3859
  #
3794
- # If you create an encrypted read replica in the same AWS Region as
3795
- # the source DB instance, then do not specify a value for this
3796
- # parameter. A read replica in the same Region is always encrypted
3797
- # with the same AWS KMS CMK as the source DB instance.
3860
+ # If you create an encrypted read replica in the same Amazon Web
3861
+ # Services Region as the source DB instance, then do not specify a
3862
+ # value for this parameter. A read replica in the same Region is
3863
+ # always encrypted with the same Amazon Web Services KMS CMK as the
3864
+ # source DB instance.
3798
3865
  #
3799
- # If you create an encrypted read replica in a different AWS Region,
3800
- # then you must specify a AWS KMS key identifier for the destination
3801
- # AWS Region. AWS KMS CMKs are specific to the AWS Region that they
3802
- # are created in, and you can't use CMKs from one AWS Region in
3803
- # another AWS Region.
3866
+ # If you create an encrypted read replica in a different Amazon Web
3867
+ # Services Region, then you must specify a Amazon Web Services KMS key
3868
+ # identifier for the destination Amazon Web Services Region. Amazon
3869
+ # Web Services KMS CMKs are specific to the Amazon Web Services Region
3870
+ # that they are created in, and you can't use CMKs from one Amazon
3871
+ # Web Services Region in another Amazon Web Services Region.
3804
3872
  #
3805
3873
  # You can't create an encrypted read replica from an unencrypted DB
3806
3874
  # instance.
@@ -3808,56 +3876,62 @@ module Aws::RDS
3808
3876
  #
3809
3877
  # @!attribute [rw] pre_signed_url
3810
3878
  # The URL that contains a Signature Version 4 signed request for the
3811
- # `CreateDBInstanceReadReplica` API action in the source AWS Region
3812
- # that contains the source DB instance.
3879
+ # `CreateDBInstanceReadReplica` API action in the source Amazon Web
3880
+ # Services Region that contains the source DB instance.
3813
3881
  #
3814
3882
  # You must specify this parameter when you create an encrypted read
3815
- # replica from another AWS Region by using the Amazon RDS API. Don't
3816
- # specify `PreSignedUrl` when you are creating an encrypted read
3817
- # replica in the same AWS Region.
3883
+ # replica from another Amazon Web Services Region by using the Amazon
3884
+ # RDS API. Don't specify `PreSignedUrl` when you are creating an
3885
+ # encrypted read replica in the same Amazon Web Services Region.
3818
3886
  #
3819
3887
  # The presigned URL must be a valid request for the
3820
3888
  # `CreateDBInstanceReadReplica` API action that can be executed in the
3821
- # source AWS Region that contains the encrypted source DB instance.
3822
- # The presigned URL request must contain the following parameter
3823
- # values:
3889
+ # source Amazon Web Services Region that contains the encrypted source
3890
+ # DB instance. The presigned URL request must contain the following
3891
+ # parameter values:
3824
3892
  #
3825
- # * `DestinationRegion` - The AWS Region that the encrypted read
3826
- # replica is created in. This AWS Region is the same one where the
3827
- # `CreateDBInstanceReadReplica` action is called that contains this
3828
- # presigned URL.
3893
+ # * `DestinationRegion` - The Amazon Web Services Region that the
3894
+ # encrypted read replica is created in. This Amazon Web Services
3895
+ # Region is the same one where the `CreateDBInstanceReadReplica`
3896
+ # action is called that contains this presigned URL.
3829
3897
  #
3830
3898
  # For example, if you create an encrypted DB instance in the
3831
- # us-west-1 AWS Region, from a source DB instance in the us-east-2
3832
- # AWS Region, then you call the `CreateDBInstanceReadReplica` action
3833
- # in the us-east-1 AWS Region and provide a presigned URL that
3834
- # contains a call to the `CreateDBInstanceReadReplica` action in the
3835
- # us-west-2 AWS Region. For this example, the `DestinationRegion` in
3836
- # the presigned URL must be set to the us-east-1 AWS Region.
3837
- #
3838
- # * `KmsKeyId` - The AWS KMS key identifier for the key to use to
3839
- # encrypt the read replica in the destination AWS Region. This is
3840
- # the same identifier for both the `CreateDBInstanceReadReplica`
3841
- # action that is called in the destination AWS Region, and the
3842
- # action contained in the presigned URL.
3899
+ # us-west-1 Amazon Web Services Region, from a source DB instance in
3900
+ # the us-east-2 Amazon Web Services Region, then you call the
3901
+ # `CreateDBInstanceReadReplica` action in the us-east-1 Amazon Web
3902
+ # Services Region and provide a presigned URL that contains a call
3903
+ # to the `CreateDBInstanceReadReplica` action in the us-west-2
3904
+ # Amazon Web Services Region. For this example, the
3905
+ # `DestinationRegion` in the presigned URL must be set to the
3906
+ # us-east-1 Amazon Web Services Region.
3907
+ #
3908
+ # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the
3909
+ # key to use to encrypt the read replica in the destination Amazon
3910
+ # Web Services Region. This is the same identifier for both the
3911
+ # `CreateDBInstanceReadReplica` action that is called in the
3912
+ # destination Amazon Web Services Region, and the action contained
3913
+ # in the presigned URL.
3843
3914
  #
3844
3915
  # * `SourceDBInstanceIdentifier` - The DB instance identifier for the
3845
3916
  # encrypted DB instance to be replicated. This identifier must be in
3846
- # the Amazon Resource Name (ARN) format for the source AWS Region.
3847
- # For example, if you are creating an encrypted read replica from a
3848
- # DB instance in the us-west-2 AWS Region, then your
3849
- # `SourceDBInstanceIdentifier` looks like the following example:
3917
+ # the Amazon Resource Name (ARN) format for the source Amazon Web
3918
+ # Services Region. For example, if you are creating an encrypted
3919
+ # read replica from a DB instance in the us-west-2 Amazon Web
3920
+ # Services Region, then your `SourceDBInstanceIdentifier` looks like
3921
+ # the following example:
3850
3922
  # `arn:aws:rds:us-west-2:123456789012:instance:mysql-instance1-20161115`.
3851
3923
  #
3852
3924
  # To learn how to generate a Signature Version 4 signed request, see
3853
- # [Authenticating Requests: Using Query Parameters (AWS Signature
3854
- # Version 4)][1] and [Signature Version 4 Signing Process][2].
3925
+ # [Authenticating Requests: Using Query Parameters (Amazon Web
3926
+ # Services Signature Version 4)][1] and [Signature Version 4 Signing
3927
+ # Process][2].
3855
3928
  #
3856
- # <note markdown="1"> If you are using an AWS SDK tool or the AWS CLI, you can specify
3857
- # `SourceRegion` (or `--source-region` for the AWS CLI) instead of
3929
+ # <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
3930
+ # specify `SourceRegion` (or `--source-region` for the CLI) instead of
3858
3931
  # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
3859
3932
  # autogenerates a presigned URL that is a valid request for the
3860
- # operation that can be executed in the source AWS Region.
3933
+ # operation that can be executed in the source Amazon Web Services
3934
+ # Region.
3861
3935
  #
3862
3936
  # `SourceRegion` isn't supported for SQL Server, because SQL Server
3863
3937
  # on Amazon RDS doesn't support cross-region read replicas.
@@ -3871,9 +3945,9 @@ module Aws::RDS
3871
3945
  # @return [String]
3872
3946
  #
3873
3947
  # @!attribute [rw] enable_iam_database_authentication
3874
- # A value that indicates whether to enable mapping of AWS Identity and
3875
- # Access Management (IAM) accounts to database accounts. By default,
3876
- # mapping is disabled.
3948
+ # A value that indicates whether to enable mapping of Amazon Web
3949
+ # Services Identity and Access Management (IAM) accounts to database
3950
+ # accounts. By default, mapping is disabled.
3877
3951
  #
3878
3952
  # For more information about IAM database authentication, see [ IAM
3879
3953
  # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
@@ -3897,16 +3971,17 @@ module Aws::RDS
3897
3971
  # @return [Boolean]
3898
3972
  #
3899
3973
  # @!attribute [rw] performance_insights_kms_key_id
3900
- # The AWS KMS key identifier for encryption of Performance Insights
3901
- # data.
3974
+ # The Amazon Web Services KMS key identifier for encryption of
3975
+ # Performance Insights data.
3902
3976
  #
3903
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
3904
- # alias name for the AWS KMS customer master key (CMK).
3977
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
3978
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
3979
+ # master key (CMK).
3905
3980
  #
3906
3981
  # If you do not specify a value for `PerformanceInsightsKMSKeyId`,
3907
3982
  # then Amazon RDS uses your default CMK. There is a default CMK for
3908
- # your AWS account. Your AWS account has a different default CMK for
3909
- # each AWS Region.
3983
+ # your Amazon Web Services account. Your Amazon Web Services account
3984
+ # has a different default CMK for each Amazon Web Services Region.
3910
3985
  # @return [String]
3911
3986
  #
3912
3987
  # @!attribute [rw] performance_insights_retention_period
@@ -4113,15 +4188,51 @@ module Aws::RDS
4113
4188
  # be applied only to a DB instance running a database engine and
4114
4189
  # engine version compatible with that DB parameter group family.
4115
4190
  #
4116
- # To list all of the available parameter group families, use the
4117
- # following command:
4191
+ # To list all of the available parameter group families for a DB
4192
+ # engine, use the following command:
4193
+ #
4194
+ # `aws rds describe-db-engine-versions --query
4195
+ # "DBEngineVersions[].DBParameterGroupFamily" --engine <engine>`
4196
+ #
4197
+ # For example, to list all of the available parameter group families
4198
+ # for the MySQL DB engine, use the following command:
4118
4199
  #
4119
4200
  # `aws rds describe-db-engine-versions --query
4120
- # "DBEngineVersions[].DBParameterGroupFamily"`
4201
+ # "DBEngineVersions[].DBParameterGroupFamily" --engine mysql`
4121
4202
  #
4122
4203
  # <note markdown="1"> The output contains duplicates.
4123
4204
  #
4124
4205
  # </note>
4206
+ #
4207
+ # The following are the valid DB engine values:
4208
+ #
4209
+ # * `aurora` (for MySQL 5.6-compatible Aurora)
4210
+ #
4211
+ # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
4212
+ #
4213
+ # * `aurora-postgresql`
4214
+ #
4215
+ # * `mariadb`
4216
+ #
4217
+ # * `mysql`
4218
+ #
4219
+ # * `oracle-ee`
4220
+ #
4221
+ # * `oracle-ee-cdb`
4222
+ #
4223
+ # * `oracle-se2`
4224
+ #
4225
+ # * `oracle-se2-cdb`
4226
+ #
4227
+ # * `postgres`
4228
+ #
4229
+ # * `sqlserver-ee`
4230
+ #
4231
+ # * `sqlserver-se`
4232
+ #
4233
+ # * `sqlserver-ex`
4234
+ #
4235
+ # * `sqlserver-web`
4125
4236
  # @return [String]
4126
4237
  #
4127
4238
  # @!attribute [rw] description
@@ -4270,10 +4381,10 @@ module Aws::RDS
4270
4381
  #
4271
4382
  # @!attribute [rw] db_proxy_name
4272
4383
  # The identifier for the proxy. This name must be unique for all
4273
- # proxies owned by your AWS account in the specified AWS Region. An
4274
- # identifier must begin with a letter and must contain only ASCII
4275
- # letters, digits, and hyphens; it can't end with a hyphen or contain
4276
- # two consecutive hyphens.
4384
+ # proxies owned by your Amazon Web Services account in the specified
4385
+ # Amazon Web Services Region. An identifier must begin with a letter
4386
+ # and must contain only ASCII letters, digits, and hyphens; it can't
4387
+ # end with a hyphen or contain two consecutive hyphens.
4277
4388
  # @return [String]
4278
4389
  #
4279
4390
  # @!attribute [rw] engine_family
@@ -4289,7 +4400,7 @@ module Aws::RDS
4289
4400
  #
4290
4401
  # @!attribute [rw] role_arn
4291
4402
  # The Amazon Resource Name (ARN) of the IAM role that the proxy uses
4292
- # to access secrets in AWS Secrets Manager.
4403
+ # to access secrets in Amazon Web Services Secrets Manager.
4293
4404
  # @return [String]
4294
4405
  #
4295
4406
  # @!attribute [rw] vpc_subnet_ids
@@ -4797,11 +4908,11 @@ module Aws::RDS
4797
4908
  #
4798
4909
  # * `oracle-ee`
4799
4910
  #
4800
- # * `oracle-se2`
4911
+ # * `oracle-ee-cdb`
4801
4912
  #
4802
- # * `oracle-se1`
4913
+ # * `oracle-se2`
4803
4914
  #
4804
- # * `oracle-se`
4915
+ # * `oracle-se2-cdb`
4805
4916
  #
4806
4917
  # * `postgres`
4807
4918
  #
@@ -4877,7 +4988,7 @@ module Aws::RDS
4877
4988
  #
4878
4989
  # @!attribute [rw] vpn_details
4879
4990
  # Information about the virtual private network (VPN) between the
4880
- # VMware vSphere cluster and the AWS website.
4991
+ # VMware vSphere cluster and the Amazon Web Services website.
4881
4992
  # @return [Types::VpnDetails]
4882
4993
  #
4883
4994
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CustomAvailabilityZone AWS API Documentation
@@ -4906,7 +5017,8 @@ module Aws::RDS
4906
5017
  # @return [String]
4907
5018
  #
4908
5019
  # @!attribute [rw] custom_availability_zones
4909
- # The list of CustomAvailabilityZone objects for the AWS account.
5020
+ # The list of CustomAvailabilityZone objects for the Amazon Web
5021
+ # Services account.
4910
5022
  # @return [Array<Types::CustomAvailabilityZone>]
4911
5023
  #
4912
5024
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CustomAvailabilityZoneMessage AWS API Documentation
@@ -5090,17 +5202,19 @@ module Aws::RDS
5090
5202
  # @return [Boolean]
5091
5203
  #
5092
5204
  # @!attribute [rw] kms_key_id
5093
- # If `StorageEncrypted` is enabled, the AWS KMS key identifier for the
5094
- # encrypted DB cluster.
5205
+ # If `StorageEncrypted` is enabled, the Amazon Web Services KMS key
5206
+ # identifier for the encrypted DB cluster.
5095
5207
  #
5096
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
5097
- # alias name for the AWS KMS customer master key (CMK).
5208
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
5209
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
5210
+ # master key (CMK).
5098
5211
  # @return [String]
5099
5212
  #
5100
5213
  # @!attribute [rw] db_cluster_resource_id
5101
- # The AWS Region-unique, immutable identifier for the DB cluster. This
5102
- # identifier is found in AWS CloudTrail log entries whenever the AWS
5103
- # KMS CMK for the DB cluster is accessed.
5214
+ # The Amazon Web Services Region-unique, immutable identifier for the
5215
+ # DB cluster. This identifier is found in Amazon Web Services
5216
+ # CloudTrail log entries whenever the Amazon Web Services KMS CMK for
5217
+ # the DB cluster is accessed.
5104
5218
  # @return [String]
5105
5219
  #
5106
5220
  # @!attribute [rw] db_cluster_arn
@@ -5108,15 +5222,16 @@ module Aws::RDS
5108
5222
  # @return [String]
5109
5223
  #
5110
5224
  # @!attribute [rw] associated_roles
5111
- # Provides a list of the AWS Identity and Access Management (IAM)
5112
- # roles that are associated with the DB cluster. IAM roles that are
5113
- # associated with a DB cluster grant permission for the DB cluster to
5114
- # access other AWS services on your behalf.
5225
+ # Provides a list of the Amazon Web Services Identity and Access
5226
+ # Management (IAM) roles that are associated with the DB cluster. IAM
5227
+ # roles that are associated with a DB cluster grant permission for the
5228
+ # DB cluster to access other Amazon Web Services on your behalf.
5115
5229
  # @return [Array<Types::DBClusterRole>]
5116
5230
  #
5117
5231
  # @!attribute [rw] iam_database_authentication_enabled
5118
- # A value that indicates whether the mapping of AWS Identity and
5119
- # Access Management (IAM) accounts to database accounts is enabled.
5232
+ # A value that indicates whether the mapping of Amazon Web Services
5233
+ # Identity and Access Management (IAM) accounts to database accounts
5234
+ # is enabled.
5120
5235
  # @return [Boolean]
5121
5236
  #
5122
5237
  # @!attribute [rw] clone_group_id
@@ -5224,11 +5339,12 @@ module Aws::RDS
5224
5339
  # @return [String]
5225
5340
  #
5226
5341
  # @!attribute [rw] activity_stream_kms_key_id
5227
- # The AWS KMS key identifier used for encrypting messages in the
5228
- # database activity stream.
5342
+ # The Amazon Web Services KMS key identifier used for encrypting
5343
+ # messages in the database activity stream.
5229
5344
  #
5230
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
5231
- # alias name for the AWS KMS customer master key (CMK).
5345
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
5346
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
5347
+ # master key (CMK).
5232
5348
  # @return [String]
5233
5349
  #
5234
5350
  # @!attribute [rw] activity_stream_kinesis_stream_name
@@ -5243,7 +5359,7 @@ module Aws::RDS
5243
5359
  #
5244
5360
  # @!attribute [rw] cross_account_clone
5245
5361
  # Specifies whether the DB cluster is a clone of a DB cluster owned by
5246
- # a different AWS account.
5362
+ # a different Amazon Web Services account.
5247
5363
  # @return [Boolean]
5248
5364
  #
5249
5365
  # @!attribute [rw] domain_memberships
@@ -5790,8 +5906,8 @@ module Aws::RDS
5790
5906
  #
5791
5907
  class DBClusterQuotaExceededFault < Aws::EmptyStructure; end
5792
5908
 
5793
- # Describes an AWS Identity and Access Management (IAM) role that is
5794
- # associated with a DB cluster.
5909
+ # Describes an Amazon Web Services Identity and Access Management (IAM)
5910
+ # role that is associated with a DB cluster.
5795
5911
  #
5796
5912
  # @!attribute [rw] role_arn
5797
5913
  # The Amazon Resource Name (ARN) of the IAM role that is associated
@@ -5803,20 +5919,20 @@ module Aws::RDS
5803
5919
  # cluster. The Status property returns one of the following values:
5804
5920
  #
5805
5921
  # * `ACTIVE` - the IAM role ARN is associated with the DB cluster and
5806
- # can be used to access other AWS services on your behalf.
5922
+ # can be used to access other Amazon Web Services on your behalf.
5807
5923
  #
5808
5924
  # * `PENDING` - the IAM role ARN is being associated with the DB
5809
5925
  # cluster.
5810
5926
  #
5811
5927
  # * `INVALID` - the IAM role ARN is associated with the DB cluster,
5812
5928
  # but the DB cluster is unable to assume the IAM role in order to
5813
- # access other AWS services on your behalf.
5929
+ # access other Amazon Web Services on your behalf.
5814
5930
  # @return [String]
5815
5931
  #
5816
5932
  # @!attribute [rw] feature_name
5817
- # The name of the feature associated with the AWS Identity and Access
5818
- # Management (IAM) role. For the list of supported feature names, see
5819
- # DBEngineVersion.
5933
+ # The name of the feature associated with the Amazon Web Services
5934
+ # Identity and Access Management (IAM) role. For the list of supported
5935
+ # feature names, see DBEngineVersion.
5820
5936
  # @return [String]
5821
5937
  #
5822
5938
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterRole AWS API Documentation
@@ -5933,11 +6049,12 @@ module Aws::RDS
5933
6049
  # @return [Boolean]
5934
6050
  #
5935
6051
  # @!attribute [rw] kms_key_id
5936
- # If `StorageEncrypted` is true, the AWS KMS key identifier for the
5937
- # encrypted DB cluster snapshot.
6052
+ # If `StorageEncrypted` is true, the Amazon Web Services KMS key
6053
+ # identifier for the encrypted DB cluster snapshot.
5938
6054
  #
5939
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
5940
- # alias name for the AWS KMS customer master key (CMK).
6055
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
6056
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
6057
+ # master key (CMK).
5941
6058
  # @return [String]
5942
6059
  #
5943
6060
  # @!attribute [rw] db_cluster_snapshot_arn
@@ -5951,8 +6068,9 @@ module Aws::RDS
5951
6068
  # @return [String]
5952
6069
  #
5953
6070
  # @!attribute [rw] iam_database_authentication_enabled
5954
- # True if mapping of AWS Identity and Access Management (IAM) accounts
5955
- # to database accounts is enabled, and otherwise false.
6071
+ # True if mapping of Amazon Web Services Identity and Access
6072
+ # Management (IAM) accounts to database accounts is enabled, and
6073
+ # otherwise false.
5956
6074
  # @return [Boolean]
5957
6075
  #
5958
6076
  # @!attribute [rw] tag_list
@@ -6002,16 +6120,17 @@ module Aws::RDS
6002
6120
  # Contains the name and values of a manual DB cluster snapshot
6003
6121
  # attribute.
6004
6122
  #
6005
- # Manual DB cluster snapshot attributes are used to authorize other AWS
6006
- # accounts to restore a manual DB cluster snapshot. For more
6007
- # information, see the `ModifyDBClusterSnapshotAttribute` API action.
6123
+ # Manual DB cluster snapshot attributes are used to authorize other
6124
+ # Amazon Web Services accounts to restore a manual DB cluster snapshot.
6125
+ # For more information, see the `ModifyDBClusterSnapshotAttribute` API
6126
+ # action.
6008
6127
  #
6009
6128
  # @!attribute [rw] attribute_name
6010
6129
  # The name of the manual DB cluster snapshot attribute.
6011
6130
  #
6012
- # The attribute named `restore` refers to the list of AWS accounts
6013
- # that have permission to copy or restore the manual DB cluster
6014
- # snapshot. For more information, see the
6131
+ # The attribute named `restore` refers to the list of Amazon Web
6132
+ # Services accounts that have permission to copy or restore the manual
6133
+ # DB cluster snapshot. For more information, see the
6015
6134
  # `ModifyDBClusterSnapshotAttribute` API action.
6016
6135
  # @return [String]
6017
6136
  #
@@ -6019,10 +6138,11 @@ module Aws::RDS
6019
6138
  # The value(s) for the manual DB cluster snapshot attribute.
6020
6139
  #
6021
6140
  # If the `AttributeName` field is set to `restore`, then this element
6022
- # returns a list of IDs of the AWS accounts that are authorized to
6023
- # copy or restore the manual DB cluster snapshot. If a value of `all`
6024
- # is in the list, then the manual DB cluster snapshot is public and
6025
- # available for any AWS account to copy or restore.
6141
+ # returns a list of IDs of the Amazon Web Services accounts that are
6142
+ # authorized to copy or restore the manual DB cluster snapshot. If a
6143
+ # value of `all` is in the list, then the manual DB cluster snapshot
6144
+ # is public and available for any Amazon Web Services account to copy
6145
+ # or restore.
6026
6146
  # @return [Array<String>]
6027
6147
  #
6028
6148
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterSnapshotAttribute AWS API Documentation
@@ -6037,9 +6157,10 @@ module Aws::RDS
6037
6157
  # Contains the results of a successful call to the
6038
6158
  # `DescribeDBClusterSnapshotAttributes` API action.
6039
6159
  #
6040
- # Manual DB cluster snapshot attributes are used to authorize other AWS
6041
- # accounts to copy or restore a manual DB cluster snapshot. For more
6042
- # information, see the `ModifyDBClusterSnapshotAttribute` API action.
6160
+ # Manual DB cluster snapshot attributes are used to authorize other
6161
+ # Amazon Web Services accounts to copy or restore a manual DB cluster
6162
+ # snapshot. For more information, see the
6163
+ # `ModifyDBClusterSnapshotAttribute` API action.
6043
6164
  #
6044
6165
  # @!attribute [rw] db_cluster_snapshot_identifier
6045
6166
  # The identifier of the manual DB cluster snapshot that the attributes
@@ -6252,12 +6373,12 @@ module Aws::RDS
6252
6373
  # @!attribute [rw] db_instance_status
6253
6374
  # Specifies the current state of this database.
6254
6375
  #
6255
- # For information about DB instance statuses, see [DB Instance
6256
- # Status][1] in the *Amazon RDS User Guide.*
6376
+ # For information about DB instance statuses, see [Viewing DB instance
6377
+ # status][1] in the *Amazon RDS User Guide.*
6257
6378
  #
6258
6379
  #
6259
6380
  #
6260
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Status.html
6381
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/accessing-monitoring.html#Overview.DBInstance.Status
6261
6382
  # @return [String]
6262
6383
  #
6263
6384
  # @!attribute [rw] master_username
@@ -6474,17 +6595,19 @@ module Aws::RDS
6474
6595
  # @return [Boolean]
6475
6596
  #
6476
6597
  # @!attribute [rw] kms_key_id
6477
- # If `StorageEncrypted` is true, the AWS KMS key identifier for the
6478
- # encrypted DB instance.
6598
+ # If `StorageEncrypted` is true, the Amazon Web Services KMS key
6599
+ # identifier for the encrypted DB instance.
6479
6600
  #
6480
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
6481
- # alias name for the AWS KMS customer master key (CMK).
6601
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
6602
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
6603
+ # master key (CMK).
6482
6604
  # @return [String]
6483
6605
  #
6484
6606
  # @!attribute [rw] dbi_resource_id
6485
- # The AWS Region-unique, immutable identifier for the DB instance.
6486
- # This identifier is found in AWS CloudTrail log entries whenever the
6487
- # AWS KMS customer master key (CMK) for the DB instance is accessed.
6607
+ # The Amazon Web Services Region-unique, immutable identifier for the
6608
+ # DB instance. This identifier is found in Amazon Web Services
6609
+ # CloudTrail log entries whenever the Amazon Web Services KMS customer
6610
+ # master key (CMK) for the DB instance is accessed.
6488
6611
  # @return [String]
6489
6612
  #
6490
6613
  # @!attribute [rw] ca_certificate_identifier
@@ -6545,8 +6668,9 @@ module Aws::RDS
6545
6668
  # @return [String]
6546
6669
  #
6547
6670
  # @!attribute [rw] iam_database_authentication_enabled
6548
- # True if mapping of AWS Identity and Access Management (IAM) accounts
6549
- # to database accounts is enabled, and otherwise false.
6671
+ # True if mapping of Amazon Web Services Identity and Access
6672
+ # Management (IAM) accounts to database accounts is enabled, and
6673
+ # otherwise false.
6550
6674
  #
6551
6675
  # IAM database authentication can be enabled for the following
6552
6676
  # database engines
@@ -6565,11 +6689,12 @@ module Aws::RDS
6565
6689
  # @return [Boolean]
6566
6690
  #
6567
6691
  # @!attribute [rw] performance_insights_kms_key_id
6568
- # The AWS KMS key identifier for encryption of Performance Insights
6569
- # data.
6692
+ # The Amazon Web Services KMS key identifier for encryption of
6693
+ # Performance Insights data.
6570
6694
  #
6571
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
6572
- # alias name for the AWS KMS customer master key (CMK).
6695
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
6696
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
6697
+ # master key (CMK).
6573
6698
  # @return [String]
6574
6699
  #
6575
6700
  # @!attribute [rw] performance_insights_retention_period
@@ -6606,8 +6731,8 @@ module Aws::RDS
6606
6731
  # @return [Boolean]
6607
6732
  #
6608
6733
  # @!attribute [rw] associated_roles
6609
- # The AWS Identity and Access Management (IAM) roles associated with
6610
- # the DB instance.
6734
+ # The Amazon Web Services Identity and Access Management (IAM) roles
6735
+ # associated with the DB instance.
6611
6736
  # @return [Array<Types::DBInstanceRole>]
6612
6737
  #
6613
6738
  # @!attribute [rw] listener_endpoint
@@ -6644,10 +6769,11 @@ module Aws::RDS
6644
6769
  # local network.
6645
6770
  #
6646
6771
  # For more information about RDS on Outposts, see [Working with Amazon
6647
- # RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
6772
+ # RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
6773
+ # Guide*.
6648
6774
  #
6649
6775
  # For more information about CoIPs, see [Customer-owned IP
6650
- # addresses][2] in the *AWS Outposts User Guide*.
6776
+ # addresses][2] in the *Amazon Web Services Outposts User Guide*.
6651
6777
  #
6652
6778
  #
6653
6779
  #
@@ -6656,9 +6782,37 @@ module Aws::RDS
6656
6782
  # @return [Boolean]
6657
6783
  #
6658
6784
  # @!attribute [rw] aws_backup_recovery_point_arn
6659
- # The Amazon Resource Name (ARN) of the recovery point in AWS Backup.
6785
+ # The Amazon Resource Name (ARN) of the recovery point in Amazon Web
6786
+ # Services Backup.
6787
+ # @return [String]
6788
+ #
6789
+ # @!attribute [rw] activity_stream_status
6790
+ # The status of the database activity stream.
6660
6791
  # @return [String]
6661
6792
  #
6793
+ # @!attribute [rw] activity_stream_kms_key_id
6794
+ # The Amazon Web Services KMS key identifier used for encrypting
6795
+ # messages in the database activity stream. The Amazon Web Services
6796
+ # KMS key identifier is the key ARN, key ID, alias ARN, or alias name
6797
+ # for the Amazon Web Services KMS customer master key (CMK).
6798
+ # @return [String]
6799
+ #
6800
+ # @!attribute [rw] activity_stream_kinesis_stream_name
6801
+ # The name of the Amazon Kinesis data stream used for the database
6802
+ # activity stream.
6803
+ # @return [String]
6804
+ #
6805
+ # @!attribute [rw] activity_stream_mode
6806
+ # The mode of the database activity stream. Database events such as a
6807
+ # change or access generate an activity stream event. RDS for Oracle
6808
+ # always handles these events asynchronously.
6809
+ # @return [String]
6810
+ #
6811
+ # @!attribute [rw] activity_stream_engine_native_audit_fields_included
6812
+ # Indicates whether engine-native audit fields are included in the
6813
+ # database activity stream.
6814
+ # @return [Boolean]
6815
+ #
6662
6816
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstance AWS API Documentation
6663
6817
  #
6664
6818
  class DBInstance < Struct.new(
@@ -6725,7 +6879,12 @@ module Aws::RDS
6725
6879
  :tag_list,
6726
6880
  :db_instance_automated_backups_replications,
6727
6881
  :customer_owned_ip_enabled,
6728
- :aws_backup_recovery_point_arn)
6882
+ :aws_backup_recovery_point_arn,
6883
+ :activity_stream_status,
6884
+ :activity_stream_kms_key_id,
6885
+ :activity_stream_kinesis_stream_name,
6886
+ :activity_stream_mode,
6887
+ :activity_stream_engine_native_audit_fields_included)
6729
6888
  SENSITIVE = []
6730
6889
  include Aws::Structure
6731
6890
  end
@@ -6746,11 +6905,11 @@ module Aws::RDS
6746
6905
  #
6747
6906
  # @!attribute [rw] dbi_resource_id
6748
6907
  # The identifier for the source DB instance, which can't be changed
6749
- # and which is unique to an AWS Region.
6908
+ # and which is unique to an Amazon Web Services Region.
6750
6909
  # @return [String]
6751
6910
  #
6752
6911
  # @!attribute [rw] region
6753
- # The AWS Region associated with the automated backup.
6912
+ # The Amazon Web Services Region associated with the automated backup.
6754
6913
  # @return [String]
6755
6914
  #
6756
6915
  # @!attribute [rw] db_instance_identifier
@@ -6787,8 +6946,8 @@ module Aws::RDS
6787
6946
  #
6788
6947
  # @!attribute [rw] availability_zone
6789
6948
  # The Availability Zone that the automated backup was created in. For
6790
- # information on AWS Regions and Availability Zones, see [Regions and
6791
- # Availability Zones][1].
6949
+ # information on Amazon Web Services Regions and Availability Zones,
6950
+ # see [Regions and Availability Zones][1].
6792
6951
  #
6793
6952
  #
6794
6953
  #
@@ -6842,10 +7001,11 @@ module Aws::RDS
6842
7001
  # @return [String]
6843
7002
  #
6844
7003
  # @!attribute [rw] kms_key_id
6845
- # The AWS KMS key ID for an automated backup.
7004
+ # The Amazon Web Services KMS key ID for an automated backup.
6846
7005
  #
6847
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
6848
- # alias name for the AWS KMS customer master key (CMK).
7006
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
7007
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
7008
+ # master key (CMK).
6849
7009
  # @return [String]
6850
7010
  #
6851
7011
  # @!attribute [rw] timezone
@@ -6855,8 +7015,9 @@ module Aws::RDS
6855
7015
  # @return [String]
6856
7016
  #
6857
7017
  # @!attribute [rw] iam_database_authentication_enabled
6858
- # True if mapping of AWS Identity and Access Management (IAM) accounts
6859
- # to database accounts is enabled, and otherwise false.
7018
+ # True if mapping of Amazon Web Services Identity and Access
7019
+ # Management (IAM) accounts to database accounts is enabled, and
7020
+ # otherwise false.
6860
7021
  # @return [Boolean]
6861
7022
  #
6862
7023
  # @!attribute [rw] backup_retention_period
@@ -6868,8 +7029,8 @@ module Aws::RDS
6868
7029
  # @return [String]
6869
7030
  #
6870
7031
  # @!attribute [rw] db_instance_automated_backups_replications
6871
- # The list of replications to different AWS Regions associated with
6872
- # the automated backup.
7032
+ # The list of replications to different Amazon Web Services Regions
7033
+ # associated with the automated backup.
6873
7034
  # @return [Array<Types::DBInstanceAutomatedBackupsReplication>]
6874
7035
  #
6875
7036
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceAutomatedBackup AWS API Documentation
@@ -6941,9 +7102,9 @@ module Aws::RDS
6941
7102
  #
6942
7103
  class DBInstanceAutomatedBackupQuotaExceededFault < Aws::EmptyStructure; end
6943
7104
 
6944
- # Automated backups of a DB instance replicated to another AWS Region.
6945
- # They consist of system backups, transaction logs, and database
6946
- # instance properties.
7105
+ # Automated backups of a DB instance replicated to another Amazon Web
7106
+ # Services Region. They consist of system backups, transaction logs, and
7107
+ # database instance properties.
6947
7108
  #
6948
7109
  # @!attribute [rw] db_instance_automated_backups_arn
6949
7110
  # The Amazon Resource Name (ARN) of the replicated automated backups.
@@ -6985,8 +7146,8 @@ module Aws::RDS
6985
7146
  #
6986
7147
  class DBInstanceNotFoundFault < Aws::EmptyStructure; end
6987
7148
 
6988
- # Describes an AWS Identity and Access Management (IAM) role that is
6989
- # associated with a DB instance.
7149
+ # Describes an Amazon Web Services Identity and Access Management (IAM)
7150
+ # role that is associated with a DB instance.
6990
7151
  #
6991
7152
  # @!attribute [rw] role_arn
6992
7153
  # The Amazon Resource Name (ARN) of the IAM role that is associated
@@ -6994,9 +7155,9 @@ module Aws::RDS
6994
7155
  # @return [String]
6995
7156
  #
6996
7157
  # @!attribute [rw] feature_name
6997
- # The name of the feature associated with the AWS Identity and Access
6998
- # Management (IAM) role. For the list of supported feature names, see
6999
- # `DBEngineVersion`.
7158
+ # The name of the feature associated with the Amazon Web Services
7159
+ # Identity and Access Management (IAM) role. For the list of supported
7160
+ # feature names, see `DBEngineVersion`.
7000
7161
  # @return [String]
7001
7162
  #
7002
7163
  # @!attribute [rw] status
@@ -7004,14 +7165,15 @@ module Aws::RDS
7004
7165
  # instance. The Status property returns one of the following values:
7005
7166
  #
7006
7167
  # * `ACTIVE` - the IAM role ARN is associated with the DB instance and
7007
- # can be used to access other AWS services on your behalf.
7168
+ # can be used to access other Amazon Web Services services on your
7169
+ # behalf.
7008
7170
  #
7009
7171
  # * `PENDING` - the IAM role ARN is being associated with the DB
7010
7172
  # instance.
7011
7173
  #
7012
7174
  # * `INVALID` - the IAM role ARN is associated with the DB instance,
7013
7175
  # but the DB instance is unable to assume the IAM role in order to
7014
- # access other AWS services on your behalf.
7176
+ # access other Amazon Web Services services on your behalf.
7015
7177
  # @return [String]
7016
7178
  #
7017
7179
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceRole AWS API Documentation
@@ -7038,8 +7200,9 @@ module Aws::RDS
7038
7200
  #
7039
7201
  class DBInstanceRoleNotFoundFault < Aws::EmptyStructure; end
7040
7202
 
7041
- # You can't associate any more AWS Identity and Access Management (IAM)
7042
- # roles with the DB instance because the quota has been reached.
7203
+ # You can't associate any more Amazon Web Services Identity and Access
7204
+ # Management (IAM) roles with the DB instance because the quota has been
7205
+ # reached.
7043
7206
  #
7044
7207
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceRoleQuotaExceededFault AWS API Documentation
7045
7208
  #
@@ -7237,7 +7400,8 @@ module Aws::RDS
7237
7400
  #
7238
7401
  # @!attribute [rw] db_proxy_name
7239
7402
  # The identifier for the proxy. This name must be unique for all
7240
- # proxies owned by your AWS account in the specified AWS Region.
7403
+ # proxies owned by your Amazon Web Services account in the specified
7404
+ # Amazon Web Services Region.
7241
7405
  # @return [String]
7242
7406
  #
7243
7407
  # @!attribute [rw] db_proxy_arn
@@ -7342,7 +7506,8 @@ module Aws::RDS
7342
7506
  end
7343
7507
 
7344
7508
  # The specified proxy name must be unique for all proxies owned by your
7345
- # AWS account in the specified AWS Region.
7509
+ # Amazon Web Services account in the specified Amazon Web Services
7510
+ # Region.
7346
7511
  #
7347
7512
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyAlreadyExistsFault AWS API Documentation
7348
7513
  #
@@ -7433,7 +7598,8 @@ module Aws::RDS
7433
7598
  end
7434
7599
 
7435
7600
  # The specified DB proxy endpoint name must be unique for all DB proxy
7436
- # endpoints owned by your AWS account in the specified AWS Region.
7601
+ # endpoints owned by your Amazon Web Services account in the specified
7602
+ # Amazon Web Services Region.
7437
7603
  #
7438
7604
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyEndpointAlreadyExistsFault AWS API Documentation
7439
7605
  #
@@ -7452,14 +7618,15 @@ module Aws::RDS
7452
7618
  class DBProxyEndpointQuotaExceededFault < Aws::EmptyStructure; end
7453
7619
 
7454
7620
  # The specified proxy name doesn't correspond to a proxy owned by your
7455
- # AWS account in the specified AWS Region.
7621
+ # Amazon Web Services account in the specified Amazon Web Services
7622
+ # Region.
7456
7623
  #
7457
7624
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyNotFoundFault AWS API Documentation
7458
7625
  #
7459
7626
  class DBProxyNotFoundFault < Aws::EmptyStructure; end
7460
7627
 
7461
- # Your AWS account already has the maximum number of proxies in the
7462
- # specified AWS Region.
7628
+ # Your Amazon Web Services account already has the maximum number of
7629
+ # proxies in the specified Amazon Web Services Region.
7463
7630
  #
7464
7631
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyQuotaExceededFault AWS API Documentation
7465
7632
  #
@@ -7547,8 +7714,8 @@ module Aws::RDS
7547
7714
  #
7548
7715
  # @!attribute [rw] target_group_name
7549
7716
  # The identifier for the target group. This name must be unique for
7550
- # all target groups owned by your AWS account in the specified AWS
7551
- # Region.
7717
+ # all target groups owned by your Amazon Web Services account in the
7718
+ # specified Amazon Web Services Region.
7552
7719
  # @return [String]
7553
7720
  #
7554
7721
  # @!attribute [rw] target_group_arn
@@ -7598,14 +7765,16 @@ module Aws::RDS
7598
7765
  end
7599
7766
 
7600
7767
  # The specified target group isn't available for a proxy owned by your
7601
- # AWS account in the specified AWS Region.
7768
+ # Amazon Web Services account in the specified Amazon Web Services
7769
+ # Region.
7602
7770
  #
7603
7771
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyTargetGroupNotFoundFault AWS API Documentation
7604
7772
  #
7605
7773
  class DBProxyTargetGroupNotFoundFault < Aws::EmptyStructure; end
7606
7774
 
7607
7775
  # The specified RDS DB instance or Aurora DB cluster isn't available
7608
- # for a proxy owned by your AWS account in the specified AWS Region.
7776
+ # for a proxy owned by your Amazon Web Services account in the specified
7777
+ # Amazon Web Services Region.
7609
7778
  #
7610
7779
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyTargetNotFoundFault AWS API Documentation
7611
7780
  #
@@ -7617,7 +7786,8 @@ module Aws::RDS
7617
7786
  # `DescribeDBSecurityGroups` action.
7618
7787
  #
7619
7788
  # @!attribute [rw] owner_id
7620
- # Provides the AWS ID of the owner of a specific DB security group.
7789
+ # Provides the Amazon Web Services ID of the owner of a specific DB
7790
+ # security group.
7621
7791
  # @return [String]
7622
7792
  #
7623
7793
  # @!attribute [rw] db_security_group_name
@@ -7813,7 +7983,8 @@ module Aws::RDS
7813
7983
  # @return [Integer]
7814
7984
  #
7815
7985
  # @!attribute [rw] source_region
7816
- # The AWS Region that the DB snapshot was created in or copied from.
7986
+ # The Amazon Web Services Region that the DB snapshot was created in
7987
+ # or copied from.
7817
7988
  # @return [String]
7818
7989
  #
7819
7990
  # @!attribute [rw] source_db_snapshot_identifier
@@ -7836,11 +8007,12 @@ module Aws::RDS
7836
8007
  # @return [Boolean]
7837
8008
  #
7838
8009
  # @!attribute [rw] kms_key_id
7839
- # If `Encrypted` is true, the AWS KMS key identifier for the encrypted
7840
- # DB snapshot.
8010
+ # If `Encrypted` is true, the Amazon Web Services KMS key identifier
8011
+ # for the encrypted DB snapshot.
7841
8012
  #
7842
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
7843
- # alias name for the AWS KMS customer master key (CMK).
8013
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
8014
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
8015
+ # master key (CMK).
7844
8016
  # @return [String]
7845
8017
  #
7846
8018
  # @!attribute [rw] db_snapshot_arn
@@ -7855,8 +8027,9 @@ module Aws::RDS
7855
8027
  # @return [String]
7856
8028
  #
7857
8029
  # @!attribute [rw] iam_database_authentication_enabled
7858
- # True if mapping of AWS Identity and Access Management (IAM) accounts
7859
- # to database accounts is enabled, and otherwise false.
8030
+ # True if mapping of Amazon Web Services Identity and Access
8031
+ # Management (IAM) accounts to database accounts is enabled, and
8032
+ # otherwise false.
7860
8033
  # @return [Boolean]
7861
8034
  #
7862
8035
  # @!attribute [rw] processor_features
@@ -7867,7 +8040,7 @@ module Aws::RDS
7867
8040
  #
7868
8041
  # @!attribute [rw] dbi_resource_id
7869
8042
  # The identifier for the source DB instance, which can't be changed
7870
- # and which is unique to an AWS Region.
8043
+ # and which is unique to an Amazon Web Services Region.
7871
8044
  # @return [String]
7872
8045
  #
7873
8046
  # @!attribute [rw] tag_list
@@ -7923,27 +8096,27 @@ module Aws::RDS
7923
8096
 
7924
8097
  # Contains the name and values of a manual DB snapshot attribute
7925
8098
  #
7926
- # Manual DB snapshot attributes are used to authorize other AWS accounts
7927
- # to restore a manual DB snapshot. For more information, see the
7928
- # `ModifyDBSnapshotAttribute` API.
8099
+ # Manual DB snapshot attributes are used to authorize other Amazon Web
8100
+ # Services accounts to restore a manual DB snapshot. For more
8101
+ # information, see the `ModifyDBSnapshotAttribute` API.
7929
8102
  #
7930
8103
  # @!attribute [rw] attribute_name
7931
8104
  # The name of the manual DB snapshot attribute.
7932
8105
  #
7933
- # The attribute named `restore` refers to the list of AWS accounts
7934
- # that have permission to copy or restore the manual DB cluster
7935
- # snapshot. For more information, see the `ModifyDBSnapshotAttribute`
7936
- # API action.
8106
+ # The attribute named `restore` refers to the list of Amazon Web
8107
+ # Services accounts that have permission to copy or restore the manual
8108
+ # DB cluster snapshot. For more information, see the
8109
+ # `ModifyDBSnapshotAttribute` API action.
7937
8110
  # @return [String]
7938
8111
  #
7939
8112
  # @!attribute [rw] attribute_values
7940
8113
  # The value or values for the manual DB snapshot attribute.
7941
8114
  #
7942
8115
  # If the `AttributeName` field is set to `restore`, then this element
7943
- # returns a list of IDs of the AWS accounts that are authorized to
7944
- # copy or restore the manual DB snapshot. If a value of `all` is in
7945
- # the list, then the manual DB snapshot is public and available for
7946
- # any AWS account to copy or restore.
8116
+ # returns a list of IDs of the Amazon Web Services accounts that are
8117
+ # authorized to copy or restore the manual DB snapshot. If a value of
8118
+ # `all` is in the list, then the manual DB snapshot is public and
8119
+ # available for any Amazon Web Services account to copy or restore.
7947
8120
  # @return [Array<String>]
7948
8121
  #
7949
8122
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSnapshotAttribute AWS API Documentation
@@ -7958,9 +8131,9 @@ module Aws::RDS
7958
8131
  # Contains the results of a successful call to the
7959
8132
  # `DescribeDBSnapshotAttributes` API action.
7960
8133
  #
7961
- # Manual DB snapshot attributes are used to authorize other AWS accounts
7962
- # to copy or restore a manual DB snapshot. For more information, see the
7963
- # `ModifyDBSnapshotAttribute` API action.
8134
+ # Manual DB snapshot attributes are used to authorize other Amazon Web
8135
+ # Services accounts to copy or restore a manual DB snapshot. For more
8136
+ # information, see the `ModifyDBSnapshotAttribute` API action.
7964
8137
  #
7965
8138
  # @!attribute [rw] db_snapshot_identifier
7966
8139
  # The identifier of the manual DB snapshot that the attributes apply
@@ -8332,7 +8505,7 @@ module Aws::RDS
8332
8505
  #
8333
8506
  # @!attribute [rw] dbi_resource_id
8334
8507
  # The identifier for the source DB instance, which can't be changed
8335
- # and which is unique to an AWS Region.
8508
+ # and which is unique to an Amazon Web Services Region.
8336
8509
  # @return [String]
8337
8510
  #
8338
8511
  # @!attribute [rw] db_instance_automated_backups_arn
@@ -9242,9 +9415,9 @@ module Aws::RDS
9242
9415
  # `DescribeDBClusterSnapshotAttributes` API action.
9243
9416
  #
9244
9417
  # Manual DB cluster snapshot attributes are used to authorize other
9245
- # AWS accounts to copy or restore a manual DB cluster snapshot. For
9246
- # more information, see the `ModifyDBClusterSnapshotAttribute` API
9247
- # action.
9418
+ # Amazon Web Services accounts to copy or restore a manual DB cluster
9419
+ # snapshot. For more information, see the
9420
+ # `ModifyDBClusterSnapshotAttribute` API action.
9248
9421
  # @return [Types::DBClusterSnapshotAttributesResult]
9249
9422
  #
9250
9423
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterSnapshotAttributesResult AWS API Documentation
@@ -9307,13 +9480,14 @@ module Aws::RDS
9307
9480
  # of the following values:
9308
9481
  #
9309
9482
  # * `automated` - Return all DB cluster snapshots that have been
9310
- # automatically taken by Amazon RDS for my AWS account.
9483
+ # automatically taken by Amazon RDS for my Amazon Web Services
9484
+ # account.
9311
9485
  #
9312
9486
  # * `manual` - Return all DB cluster snapshots that have been taken by
9313
- # my AWS account.
9487
+ # my Amazon Web Services account.
9314
9488
  #
9315
9489
  # * `shared` - Return all manual DB cluster snapshots that have been
9316
- # shared to my AWS account.
9490
+ # shared to my Amazon Web Services account.
9317
9491
  #
9318
9492
  # * `public` - Return all DB cluster snapshots that have been marked
9319
9493
  # as public.
@@ -9369,19 +9543,20 @@ module Aws::RDS
9369
9543
  #
9370
9544
  # @!attribute [rw] include_shared
9371
9545
  # A value that indicates whether to include shared manual DB cluster
9372
- # snapshots from other AWS accounts that this AWS account has been
9373
- # given permission to copy or restore. By default, these snapshots are
9374
- # not included.
9546
+ # snapshots from other Amazon Web Services accounts that this Amazon
9547
+ # Web Services account has been given permission to copy or restore.
9548
+ # By default, these snapshots are not included.
9375
9549
  #
9376
- # You can give an AWS account permission to restore a manual DB
9377
- # cluster snapshot from another AWS account by the
9378
- # `ModifyDBClusterSnapshotAttribute` API action.
9550
+ # You can give an Amazon Web Services account permission to restore a
9551
+ # manual DB cluster snapshot from another Amazon Web Services account
9552
+ # by the `ModifyDBClusterSnapshotAttribute` API action.
9379
9553
  # @return [Boolean]
9380
9554
  #
9381
9555
  # @!attribute [rw] include_public
9382
9556
  # A value that indicates whether to include manual DB cluster
9383
- # snapshots that are public and can be copied or restored by any AWS
9384
- # account. By default, the public snapshots are not included.
9557
+ # snapshots that are public and can be copied or restored by any
9558
+ # Amazon Web Services account. By default, the public snapshots are
9559
+ # not included.
9385
9560
  #
9386
9561
  # You can share a manual DB cluster snapshot as public by using the
9387
9562
  # ModifyDBClusterSnapshotAttribute API action.
@@ -9462,7 +9637,8 @@ module Aws::RDS
9462
9637
  #
9463
9638
  # @!attribute [rw] include_shared
9464
9639
  # Optional Boolean parameter that specifies whether the output
9465
- # includes information about clusters shared from other AWS accounts.
9640
+ # includes information about clusters shared from other Amazon Web
9641
+ # Services accounts.
9466
9642
  # @return [Boolean]
9467
9643
  #
9468
9644
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClustersMessage AWS API Documentation
@@ -9515,11 +9691,11 @@ module Aws::RDS
9515
9691
  #
9516
9692
  # * `oracle-ee`
9517
9693
  #
9518
- # * `oracle-se2`
9694
+ # * `oracle-ee-cdb`
9519
9695
  #
9520
- # * `oracle-se1`
9696
+ # * `oracle-se2`
9521
9697
  #
9522
- # * `oracle-se`
9698
+ # * `oracle-se2-cdb`
9523
9699
  #
9524
9700
  # * `postgres`
9525
9701
  #
@@ -10052,8 +10228,8 @@ module Aws::RDS
10052
10228
  #
10053
10229
  # @!attribute [rw] db_proxy_name
10054
10230
  # The name of the DB proxy. If you omit this parameter, the output
10055
- # includes information about all DB proxies owned by your AWS account
10056
- # ID.
10231
+ # includes information about all DB proxies owned by your Amazon Web
10232
+ # Services account ID.
10057
10233
  # @return [String]
10058
10234
  #
10059
10235
  # @!attribute [rw] filters
@@ -10417,8 +10593,8 @@ module Aws::RDS
10417
10593
  # Contains the results of a successful call to the
10418
10594
  # `DescribeDBSnapshotAttributes` API action.
10419
10595
  #
10420
- # Manual DB snapshot attributes are used to authorize other AWS
10421
- # accounts to copy or restore a manual DB snapshot. For more
10596
+ # Manual DB snapshot attributes are used to authorize other Amazon Web
10597
+ # Services accounts to copy or restore a manual DB snapshot. For more
10422
10598
  # information, see the `ModifyDBSnapshotAttribute` API action.
10423
10599
  # @return [Types::DBSnapshotAttributesResult]
10424
10600
  #
@@ -10480,22 +10656,22 @@ module Aws::RDS
10480
10656
  # following values:
10481
10657
  #
10482
10658
  # * `automated` - Return all DB snapshots that have been automatically
10483
- # taken by Amazon RDS for my AWS account.
10659
+ # taken by Amazon RDS for my Amazon Web Services account.
10484
10660
  #
10485
- # * `manual` - Return all DB snapshots that have been taken by my AWS
10486
- # account.
10661
+ # * `manual` - Return all DB snapshots that have been taken by my
10662
+ # Amazon Web Services account.
10487
10663
  #
10488
10664
  # * `shared` - Return all manual DB snapshots that have been shared to
10489
- # my AWS account.
10665
+ # my Amazon Web Services account.
10490
10666
  #
10491
10667
  # * `public` - Return all DB snapshots that have been marked as
10492
10668
  # public.
10493
10669
  #
10494
- # * `awsbackup` - Return the DB snapshots managed by the AWS Backup
10495
- # service.
10670
+ # * `awsbackup` - Return the DB snapshots managed by the Amazon Web
10671
+ # Services Backup service.
10496
10672
  #
10497
- # For information about AWS Backup, see the [ *AWS Backup Developer
10498
- # Guide.* ][1]
10673
+ # For information about Amazon Web Services Backup, see the [
10674
+ # *Amazon Web Services Backup Developer Guide.* ][1]
10499
10675
  #
10500
10676
  # The `awsbackup` type does not apply to Aurora.
10501
10677
  #
@@ -10554,19 +10730,20 @@ module Aws::RDS
10554
10730
  #
10555
10731
  # @!attribute [rw] include_shared
10556
10732
  # A value that indicates whether to include shared manual DB cluster
10557
- # snapshots from other AWS accounts that this AWS account has been
10558
- # given permission to copy or restore. By default, these snapshots are
10559
- # not included.
10733
+ # snapshots from other Amazon Web Services accounts that this Amazon
10734
+ # Web Services account has been given permission to copy or restore.
10735
+ # By default, these snapshots are not included.
10560
10736
  #
10561
- # You can give an AWS account permission to restore a manual DB
10562
- # snapshot from another AWS account by using the
10563
- # `ModifyDBSnapshotAttribute` API action.
10737
+ # You can give an Amazon Web Services account permission to restore a
10738
+ # manual DB snapshot from another Amazon Web Services account by using
10739
+ # the `ModifyDBSnapshotAttribute` API action.
10564
10740
  # @return [Boolean]
10565
10741
  #
10566
10742
  # @!attribute [rw] include_public
10567
10743
  # A value that indicates whether to include manual DB cluster
10568
- # snapshots that are public and can be copied or restored by any AWS
10569
- # account. By default, the public snapshots are not included.
10744
+ # snapshots that are public and can be copied or restored by any
10745
+ # Amazon Web Services account. By default, the public snapshots are
10746
+ # not included.
10570
10747
  #
10571
10748
  # You can share a manual DB snapshot as public by using the
10572
10749
  # ModifyDBSnapshotAttribute API.
@@ -11219,11 +11396,11 @@ module Aws::RDS
11219
11396
  #
11220
11397
  # * `oracle-ee`
11221
11398
  #
11222
- # * `oracle-se2`
11399
+ # * `oracle-ee-cdb`
11223
11400
  #
11224
- # * `oracle-se1`
11401
+ # * `oracle-se2`
11225
11402
  #
11226
- # * `oracle-se`
11403
+ # * `oracle-se2-cdb`
11227
11404
  #
11228
11405
  # * `postgres`
11229
11406
  #
@@ -11330,11 +11507,11 @@ module Aws::RDS
11330
11507
  #
11331
11508
  # * `oracle-ee`
11332
11509
  #
11333
- # * `oracle-se2`
11510
+ # * `oracle-ee-cdb`
11334
11511
  #
11335
- # * `oracle-se1`
11512
+ # * `oracle-se2`
11336
11513
  #
11337
- # * `oracle-se`
11514
+ # * `oracle-se2-cdb`
11338
11515
  #
11339
11516
  # * `postgres`
11340
11517
  #
@@ -11403,11 +11580,11 @@ module Aws::RDS
11403
11580
  #
11404
11581
  # * `oracle-ee`
11405
11582
  #
11406
- # * `oracle-se2`
11583
+ # * `oracle-ee-cdb`
11407
11584
  #
11408
- # * `oracle-se1`
11585
+ # * `oracle-se2`
11409
11586
  #
11410
- # * `oracle-se`
11587
+ # * `oracle-se2-cdb`
11411
11588
  #
11412
11589
  # * `postgres`
11413
11590
  #
@@ -11442,7 +11619,7 @@ module Aws::RDS
11442
11619
  # in the group.
11443
11620
  #
11444
11621
  # Omit this parameter to show the available offerings in the specified
11445
- # AWS Region.
11622
+ # Amazon Web Services Region.
11446
11623
  # @return [String]
11447
11624
  #
11448
11625
  # @!attribute [rw] vpc
@@ -11619,8 +11796,8 @@ module Aws::RDS
11619
11796
  # The lease identifier filter value. Specify this parameter to show
11620
11797
  # only the reservation that matches the specified lease ID.
11621
11798
  #
11622
- # <note markdown="1"> AWS Support might request the lease ID for an issue related to a
11623
- # reserved DB instance.
11799
+ # <note markdown="1"> Amazon Web Services Support might request the lease ID for an issue
11800
+ # related to a reserved DB instance.
11624
11801
  #
11625
11802
  # </note>
11626
11803
  # @return [String]
@@ -11780,11 +11957,12 @@ module Aws::RDS
11780
11957
  # }
11781
11958
  #
11782
11959
  # @!attribute [rw] region_name
11783
- # The source AWS Region name. For example, `us-east-1`.
11960
+ # The source Amazon Web Services Region name. For example,
11961
+ # `us-east-1`.
11784
11962
  #
11785
11963
  # Constraints:
11786
11964
  #
11787
- # * Must specify a valid AWS Region name.
11965
+ # * Must specify a valid Amazon Web Services Region name.
11788
11966
  #
11789
11967
  # ^
11790
11968
  # @return [String]
@@ -12032,8 +12210,8 @@ module Aws::RDS
12032
12210
  # @return [String]
12033
12211
  #
12034
12212
  # @!attribute [rw] ec2_security_group_owner_id
12035
- # Specifies the AWS ID of the owner of the EC2 security group
12036
- # specified in the `EC2SecurityGroupName` field.
12213
+ # Specifies the Amazon Web Services ID of the owner of the EC2
12214
+ # security group specified in the `EC2SecurityGroupName` field.
12037
12215
  # @return [String]
12038
12216
  #
12039
12217
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/EC2SecurityGroup AWS API Documentation
@@ -12190,8 +12368,8 @@ module Aws::RDS
12190
12368
  # `DescribeEventSubscriptions` action.
12191
12369
  #
12192
12370
  # @!attribute [rw] customer_aws_id
12193
- # The AWS customer account associated with the RDS event notification
12194
- # subscription.
12371
+ # The Amazon Web Services customer account associated with the RDS
12372
+ # event notification subscription.
12195
12373
  # @return [String]
12196
12374
  #
12197
12375
  # @!attribute [rw] cust_subscription_id
@@ -12370,11 +12548,12 @@ module Aws::RDS
12370
12548
  # @return [String]
12371
12549
  #
12372
12550
  # @!attribute [rw] kms_key_id
12373
- # The key identifier of the AWS KMS customer master key (CMK) that is
12374
- # used to encrypt the snapshot when it's exported to Amazon S3. The
12375
- # AWS KMS CMK identifier is its key ARN, key ID, alias ARN, or alias
12376
- # name. The IAM role used for the snapshot export must have encryption
12377
- # and decryption permissions to use this AWS KMS CMK.
12551
+ # The key identifier of the Amazon Web Services KMS customer master
12552
+ # key (CMK) that is used to encrypt the snapshot when it's exported
12553
+ # to Amazon S3. The Amazon Web Services KMS CMK identifier is its key
12554
+ # ARN, key ID, alias ARN, or alias name. The IAM role used for the
12555
+ # snapshot export must have encryption and decryption permissions to
12556
+ # use this Amazon Web Services KMS CMK.
12378
12557
  # @return [String]
12379
12558
  #
12380
12559
  # @!attribute [rw] status
@@ -12527,7 +12706,7 @@ module Aws::RDS
12527
12706
  # Identifier of the secondary Aurora DB cluster that you want to
12528
12707
  # promote to primary for the Aurora global database (GlobalCluster.)
12529
12708
  # Use the Amazon Resource Name (ARN) for the identifier so that Aurora
12530
- # can locate the cluster in its AWS Region.
12709
+ # can locate the cluster in its Amazon Web Services Region.
12531
12710
  # @return [String]
12532
12711
  #
12533
12712
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverGlobalClusterMessage AWS API Documentation
@@ -12653,10 +12832,10 @@ module Aws::RDS
12653
12832
  # @return [String]
12654
12833
  #
12655
12834
  # @!attribute [rw] global_cluster_resource_id
12656
- # The AWS Region-unique, immutable identifier for the global database
12657
- # cluster. This identifier is found in AWS CloudTrail log entries
12658
- # whenever the AWS KMS customer master key (CMK) for the DB cluster is
12659
- # accessed.
12835
+ # The Amazon Web Services Region-unique, immutable identifier for the
12836
+ # global database cluster. This identifier is found in Amazon Web
12837
+ # Services CloudTrail log entries whenever the Amazon Web Services KMS
12838
+ # customer master key (CMK) for the DB cluster is accessed.
12660
12839
  # @return [String]
12661
12840
  #
12662
12841
  # @!attribute [rw] global_cluster_arn
@@ -12989,7 +13168,8 @@ module Aws::RDS
12989
13168
  # @return [String]
12990
13169
  #
12991
13170
  # @!attribute [rw] installation_media
12992
- # The list of InstallationMedia objects for the AWS account.
13171
+ # The list of InstallationMedia objects for the Amazon Web Services
13172
+ # account.
12993
13173
  # @return [Array<Types::InstallationMedia>]
12994
13174
  #
12995
13175
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InstallationMediaMessage AWS API Documentation
@@ -13207,7 +13387,7 @@ module Aws::RDS
13207
13387
  #
13208
13388
  class InvalidVPCNetworkStateFault < Aws::EmptyStructure; end
13209
13389
 
13210
- # An error occurred accessing an AWS KMS key.
13390
+ # An error occurred accessing an Amazon Web Services KMS key.
13211
13391
  #
13212
13392
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/KMSKeyNotAccessibleFault AWS API Documentation
13213
13393
  #
@@ -13282,8 +13462,8 @@ module Aws::RDS
13282
13462
  # The new default certificate identifier to override the current one
13283
13463
  # with.
13284
13464
  #
13285
- # To determine the valid values, use the `describe-certificates` AWS
13286
- # CLI command or the `DescribeCertificates` API operation.
13465
+ # To determine the valid values, use the `describe-certificates` CLI
13466
+ # command or the `DescribeCertificates` API operation.
13287
13467
  # @return [String]
13288
13468
  #
13289
13469
  # @!attribute [rw] remove_customer_override
@@ -13302,7 +13482,7 @@ module Aws::RDS
13302
13482
  end
13303
13483
 
13304
13484
  # @!attribute [rw] certificate
13305
- # A CA certificate for an AWS account.
13485
+ # A CA certificate for an Amazon Web Services account.
13306
13486
  # @return [Types::Certificate]
13307
13487
  #
13308
13488
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyCertificatesResult AWS API Documentation
@@ -13563,8 +13743,8 @@ module Aws::RDS
13563
13743
  # parameter.
13564
13744
  #
13565
13745
  # The default is a 30-minute window selected at random from an 8-hour
13566
- # block of time for each AWS Region. To view the time blocks
13567
- # available, see [ Backup window][1] in the *Amazon Aurora User
13746
+ # block of time for each Amazon Web Services Region. To view the time
13747
+ # blocks available, see [ Backup window][1] in the *Amazon Aurora User
13568
13748
  # Guide.*
13569
13749
  #
13570
13750
  # Constraints:
@@ -13589,10 +13769,10 @@ module Aws::RDS
13589
13769
  # Format: `ddd:hh24:mi-ddd:hh24:mi`
13590
13770
  #
13591
13771
  # The default is a 30-minute window selected at random from an 8-hour
13592
- # block of time for each AWS Region, occurring on a random day of the
13593
- # week. To see the time blocks available, see [ Adjusting the
13594
- # Preferred DB Cluster Maintenance Window][1] in the *Amazon Aurora
13595
- # User Guide.*
13772
+ # block of time for each Amazon Web Services Region, occurring on a
13773
+ # random day of the week. To see the time blocks available, see [
13774
+ # Adjusting the Preferred DB Cluster Maintenance Window][1] in the
13775
+ # *Amazon Aurora User Guide.*
13596
13776
  #
13597
13777
  # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
13598
13778
  #
@@ -13604,9 +13784,9 @@ module Aws::RDS
13604
13784
  # @return [String]
13605
13785
  #
13606
13786
  # @!attribute [rw] enable_iam_database_authentication
13607
- # A value that indicates whether to enable mapping of AWS Identity and
13608
- # Access Management (IAM) accounts to database accounts. By default,
13609
- # mapping is disabled.
13787
+ # A value that indicates whether to enable mapping of Amazon Web
13788
+ # Services Identity and Access Management (IAM) accounts to database
13789
+ # accounts. By default, mapping is disabled.
13610
13790
  #
13611
13791
  # For more information, see [ IAM Database Authentication][1] in the
13612
13792
  # *Amazon Aurora User Guide.*
@@ -13822,6 +14002,22 @@ module Aws::RDS
13822
14002
  #
13823
14003
  # @!attribute [rw] parameters
13824
14004
  # A list of parameters in the DB cluster parameter group to modify.
14005
+ #
14006
+ # Valid Values (for the application method): `immediate |
14007
+ # pending-reboot`
14008
+ #
14009
+ # <note markdown="1"> You can use the `immediate` value with dynamic parameters only. You
14010
+ # can use the `pending-reboot` value for both dynamic and static
14011
+ # parameters.
14012
+ #
14013
+ # When the application method is `immediate`, changes to dynamic
14014
+ # parameters are applied immediately to the DB clusters associated
14015
+ # with the parameter group. When the application method is
14016
+ # `pending-reboot`, changes to dynamic and static parameters are
14017
+ # applied after a reboot without failover to the DB clusters
14018
+ # associated with the parameter group.
14019
+ #
14020
+ # </note>
13825
14021
  # @return [Array<Types::Parameter>]
13826
14022
  #
13827
14023
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterParameterGroupMessage AWS API Documentation
@@ -13866,8 +14062,9 @@ module Aws::RDS
13866
14062
  # @!attribute [rw] attribute_name
13867
14063
  # The name of the DB cluster snapshot attribute to modify.
13868
14064
  #
13869
- # To manage authorization for other AWS accounts to copy or restore a
13870
- # manual DB cluster snapshot, set this value to `restore`.
14065
+ # To manage authorization for other Amazon Web Services accounts to
14066
+ # copy or restore a manual DB cluster snapshot, set this value to
14067
+ # `restore`.
13871
14068
  #
13872
14069
  # <note markdown="1"> To view the list of attributes available to modify, use the
13873
14070
  # DescribeDBClusterSnapshotAttributes API action.
@@ -13879,25 +14076,27 @@ module Aws::RDS
13879
14076
  # A list of DB cluster snapshot attributes to add to the attribute
13880
14077
  # specified by `AttributeName`.
13881
14078
  #
13882
- # To authorize other AWS accounts to copy or restore a manual DB
13883
- # cluster snapshot, set this list to include one or more AWS account
13884
- # IDs, or `all` to make the manual DB cluster snapshot restorable by
13885
- # any AWS account. Do not add the `all` value for any manual DB
13886
- # cluster snapshots that contain private information that you don't
13887
- # want available to all AWS accounts.
14079
+ # To authorize other Amazon Web Services accounts to copy or restore a
14080
+ # manual DB cluster snapshot, set this list to include one or more
14081
+ # Amazon Web Services account IDs, or `all` to make the manual DB
14082
+ # cluster snapshot restorable by any Amazon Web Services account. Do
14083
+ # not add the `all` value for any manual DB cluster snapshots that
14084
+ # contain private information that you don't want available to all
14085
+ # Amazon Web Services accounts.
13888
14086
  # @return [Array<String>]
13889
14087
  #
13890
14088
  # @!attribute [rw] values_to_remove
13891
14089
  # A list of DB cluster snapshot attributes to remove from the
13892
14090
  # attribute specified by `AttributeName`.
13893
14091
  #
13894
- # To remove authorization for other AWS accounts to copy or restore a
13895
- # manual DB cluster snapshot, set this list to include one or more AWS
13896
- # account identifiers, or `all` to remove authorization for any AWS
13897
- # account to copy or restore the DB cluster snapshot. If you specify
13898
- # `all`, an AWS account whose account ID is explicitly added to the
13899
- # `restore` attribute can still copy or restore a manual DB cluster
13900
- # snapshot.
14092
+ # To remove authorization for other Amazon Web Services accounts to
14093
+ # copy or restore a manual DB cluster snapshot, set this list to
14094
+ # include one or more Amazon Web Services account identifiers, or
14095
+ # `all` to remove authorization for any Amazon Web Services account to
14096
+ # copy or restore the DB cluster snapshot. If you specify `all`, an
14097
+ # Amazon Web Services account whose account ID is explicitly added to
14098
+ # the `restore` attribute can still copy or restore a manual DB
14099
+ # cluster snapshot.
13901
14100
  # @return [Array<String>]
13902
14101
  #
13903
14102
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterSnapshotAttributeMessage AWS API Documentation
@@ -13916,9 +14115,9 @@ module Aws::RDS
13916
14115
  # `DescribeDBClusterSnapshotAttributes` API action.
13917
14116
  #
13918
14117
  # Manual DB cluster snapshot attributes are used to authorize other
13919
- # AWS accounts to copy or restore a manual DB cluster snapshot. For
13920
- # more information, see the `ModifyDBClusterSnapshotAttribute` API
13921
- # action.
14118
+ # Amazon Web Services accounts to copy or restore a manual DB cluster
14119
+ # snapshot. For more information, see the
14120
+ # `ModifyDBClusterSnapshotAttribute` API action.
13922
14121
  # @return [Types::DBClusterSnapshotAttributesResult]
13923
14122
  #
13924
14123
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterSnapshotAttributeResult AWS API Documentation
@@ -14014,10 +14213,10 @@ module Aws::RDS
14014
14213
  #
14015
14214
  # @!attribute [rw] db_instance_class
14016
14215
  # The new compute and memory capacity of the DB instance, for example,
14017
- # `db.m4.large`. Not all DB instance classes are available in all AWS
14018
- # Regions, or for all database engines. For the full list of DB
14019
- # instance classes, and availability for your engine, see [DB Instance
14020
- # Class][1] in the *Amazon RDS User Guide.*
14216
+ # `db.m4.large`. Not all DB instance classes are available in all
14217
+ # Amazon Web Services Regions, or for all database engines. For the
14218
+ # full list of DB instance classes, and availability for your engine,
14219
+ # see [DB Instance Class][1] in the *Amazon RDS User Guide.*
14021
14220
  #
14022
14221
  # If you modify the DB instance class, an outage occurs during the
14023
14222
  # change. The change is applied during the next maintenance window,
@@ -14203,8 +14402,9 @@ module Aws::RDS
14203
14402
  # `BackupRetentionPeriod` parameter. Changing this parameter doesn't
14204
14403
  # result in an outage and the change is asynchronously applied as soon
14205
14404
  # as possible. The default is a 30-minute window selected at random
14206
- # from an 8-hour block of time for each AWS Region. For more
14207
- # information, see [Backup window][1] in the *Amazon RDS User Guide.*
14405
+ # from an 8-hour block of time for each Amazon Web Services Region.
14406
+ # For more information, see [Backup window][1] in the *Amazon RDS User
14407
+ # Guide.*
14208
14408
  #
14209
14409
  # **Amazon Aurora**
14210
14410
  #
@@ -14564,12 +14764,13 @@ module Aws::RDS
14564
14764
  # @return [Integer]
14565
14765
  #
14566
14766
  # @!attribute [rw] enable_iam_database_authentication
14567
- # A value that indicates whether to enable mapping of AWS Identity and
14568
- # Access Management (IAM) accounts to database accounts. By default,
14569
- # mapping is disabled.
14767
+ # A value that indicates whether to enable mapping of Amazon Web
14768
+ # Services Identity and Access Management (IAM) accounts to database
14769
+ # accounts. By default, mapping is disabled.
14570
14770
  #
14571
- # This setting doesn't apply to Amazon Aurora. Mapping AWS IAM
14572
- # accounts to database accounts is managed by the DB cluster.
14771
+ # This setting doesn't apply to Amazon Aurora. Mapping Amazon Web
14772
+ # Services IAM accounts to database accounts is managed by the DB
14773
+ # cluster.
14573
14774
  #
14574
14775
  # For more information about IAM database authentication, see [ IAM
14575
14776
  # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
@@ -14593,16 +14794,17 @@ module Aws::RDS
14593
14794
  # @return [Boolean]
14594
14795
  #
14595
14796
  # @!attribute [rw] performance_insights_kms_key_id
14596
- # The AWS KMS key identifier for encryption of Performance Insights
14597
- # data.
14797
+ # The Amazon Web Services KMS key identifier for encryption of
14798
+ # Performance Insights data.
14598
14799
  #
14599
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
14600
- # alias name for the AWS KMS customer master key (CMK).
14800
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
14801
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
14802
+ # master key (CMK).
14601
14803
  #
14602
14804
  # If you do not specify a value for `PerformanceInsightsKMSKeyId`,
14603
14805
  # then Amazon RDS uses your default CMK. There is a default CMK for
14604
- # your AWS account. Your AWS account has a different default CMK for
14605
- # each AWS Region.
14806
+ # your Amazon Web Services account. Your Amazon Web Services account
14807
+ # has a different default CMK for each Amazon Web Services Region.
14606
14808
  # @return [String]
14607
14809
  #
14608
14810
  # @!attribute [rw] performance_insights_retention_period
@@ -14714,10 +14916,11 @@ module Aws::RDS
14714
14916
  # local network.
14715
14917
  #
14716
14918
  # For more information about RDS on Outposts, see [Working with Amazon
14717
- # RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
14919
+ # RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
14920
+ # Guide*.
14718
14921
  #
14719
14922
  # For more information about CoIPs, see [Customer-owned IP
14720
- # addresses][2] in the *AWS Outposts User Guide*.
14923
+ # addresses][2] in the *Amazon Web Services Outposts User Guide*.
14721
14924
  #
14722
14925
  #
14723
14926
  #
@@ -14726,7 +14929,8 @@ module Aws::RDS
14726
14929
  # @return [Boolean]
14727
14930
  #
14728
14931
  # @!attribute [rw] aws_backup_recovery_point_arn
14729
- # The Amazon Resource Name (ARN) of the recovery point in AWS Backup.
14932
+ # The Amazon Resource Name (ARN) of the recovery point in Amazon Web
14933
+ # Services Backup.
14730
14934
  # @return [String]
14731
14935
  #
14732
14936
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstanceMessage AWS API Documentation
@@ -14830,18 +15034,25 @@ module Aws::RDS
14830
15034
  # @return [String]
14831
15035
  #
14832
15036
  # @!attribute [rw] parameters
14833
- # An array of parameter names, values, and the apply method for the
14834
- # parameter update. At least one parameter name, value, and apply
14835
- # method must be supplied; later arguments are optional. A maximum of
14836
- # 20 parameters can be modified in a single request.
15037
+ # An array of parameter names, values, and the application methods for
15038
+ # the parameter update. At least one parameter name, value, and
15039
+ # application method method must be supplied; later arguments are
15040
+ # optional. A maximum of 20 parameters can be modified in a single
15041
+ # request.
14837
15042
  #
14838
15043
  # Valid Values (for the application method): `immediate |
14839
15044
  # pending-reboot`
14840
15045
  #
14841
- # <note markdown="1"> You can use the immediate value with dynamic parameters only. You
14842
- # can use the pending-reboot value for both dynamic and static
14843
- # parameters, and changes are applied when you reboot the DB instance
14844
- # without failover.
15046
+ # <note markdown="1"> You can use the `immediate` value with dynamic parameters only. You
15047
+ # can use the `pending-reboot` value for both dynamic and static
15048
+ # parameters.
15049
+ #
15050
+ # When the application method is `immediate`, changes to dynamic
15051
+ # parameters are applied immediately to the DB instances associated
15052
+ # with the parameter group. When the application method is
15053
+ # `pending-reboot`, changes to dynamic and static parameters are
15054
+ # applied after a reboot without failover to the DB instances
15055
+ # associated with the parameter group.
14845
15056
  #
14846
15057
  # </note>
14847
15058
  # @return [Array<Types::Parameter>]
@@ -14968,7 +15179,7 @@ module Aws::RDS
14968
15179
  #
14969
15180
  # @!attribute [rw] role_arn
14970
15181
  # The Amazon Resource Name (ARN) of the IAM role that the proxy uses
14971
- # to access secrets in AWS Secrets Manager.
15182
+ # to access secrets in Amazon Web Services Secrets Manager.
14972
15183
  # @return [String]
14973
15184
  #
14974
15185
  # @!attribute [rw] security_groups
@@ -15078,8 +15289,8 @@ module Aws::RDS
15078
15289
  # @!attribute [rw] attribute_name
15079
15290
  # The name of the DB snapshot attribute to modify.
15080
15291
  #
15081
- # To manage authorization for other AWS accounts to copy or restore a
15082
- # manual DB snapshot, set this value to `restore`.
15292
+ # To manage authorization for other Amazon Web Services accounts to
15293
+ # copy or restore a manual DB snapshot, set this value to `restore`.
15083
15294
  #
15084
15295
  # <note markdown="1"> To view the list of attributes available to modify, use the
15085
15296
  # DescribeDBSnapshotAttributes API action.
@@ -15091,22 +15302,23 @@ module Aws::RDS
15091
15302
  # A list of DB snapshot attributes to add to the attribute specified
15092
15303
  # by `AttributeName`.
15093
15304
  #
15094
- # To authorize other AWS accounts to copy or restore a manual
15095
- # snapshot, set this list to include one or more AWS account IDs, or
15096
- # `all` to make the manual DB snapshot restorable by any AWS account.
15097
- # Do not add the `all` value for any manual DB snapshots that contain
15098
- # private information that you don't want available to all AWS
15099
- # accounts.
15305
+ # To authorize other Amazon Web Services accounts to copy or restore a
15306
+ # manual snapshot, set this list to include one or more Amazon Web
15307
+ # Services account IDs, or `all` to make the manual DB snapshot
15308
+ # restorable by any Amazon Web Services account. Do not add the `all`
15309
+ # value for any manual DB snapshots that contain private information
15310
+ # that you don't want available to all Amazon Web Services accounts.
15100
15311
  # @return [Array<String>]
15101
15312
  #
15102
15313
  # @!attribute [rw] values_to_remove
15103
15314
  # A list of DB snapshot attributes to remove from the attribute
15104
15315
  # specified by `AttributeName`.
15105
15316
  #
15106
- # To remove authorization for other AWS accounts to copy or restore a
15107
- # manual snapshot, set this list to include one or more AWS account
15108
- # identifiers, or `all` to remove authorization for any AWS account to
15109
- # copy or restore the DB snapshot. If you specify `all`, an AWS
15317
+ # To remove authorization for other Amazon Web Services accounts to
15318
+ # copy or restore a manual snapshot, set this list to include one or
15319
+ # more Amazon Web Services account identifiers, or `all` to remove
15320
+ # authorization for any Amazon Web Services account to copy or restore
15321
+ # the DB snapshot. If you specify `all`, an Amazon Web Services
15110
15322
  # account whose account ID is explicitly added to the `restore`
15111
15323
  # attribute can still copy or restore the manual DB snapshot.
15112
15324
  # @return [Array<String>]
@@ -15126,8 +15338,8 @@ module Aws::RDS
15126
15338
  # Contains the results of a successful call to the
15127
15339
  # `DescribeDBSnapshotAttributes` API action.
15128
15340
  #
15129
- # Manual DB snapshot attributes are used to authorize other AWS
15130
- # accounts to copy or restore a manual DB snapshot. For more
15341
+ # Manual DB snapshot attributes are used to authorize other Amazon Web
15342
+ # Services accounts to copy or restore a manual DB snapshot. For more
15131
15343
  # information, see the `ModifyDBSnapshotAttribute` API action.
15132
15344
  # @return [Types::DBSnapshotAttributesResult]
15133
15345
  #
@@ -15916,7 +16128,8 @@ module Aws::RDS
15916
16128
  include Aws::Structure
15917
16129
  end
15918
16130
 
15919
- # The quota of 20 option groups was exceeded for this AWS account.
16131
+ # The quota of 20 option groups was exceeded for this Amazon Web
16132
+ # Services account.
15920
16133
  #
15921
16134
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OptionGroupQuotaExceededFault AWS API Documentation
15922
16135
  #
@@ -16151,14 +16364,21 @@ module Aws::RDS
16151
16364
  # @!attribute [rw] outpost_capable
16152
16365
  # Whether a DB instance supports RDS on Outposts.
16153
16366
  #
16154
- # For more information about RDS on Outposts, see [Amazon RDS on AWS
16155
- # Outposts][1] in the *Amazon RDS User Guide.*
16367
+ # For more information about RDS on Outposts, see [Amazon RDS on
16368
+ # Amazon Web Services Outposts][1] in the *Amazon RDS User Guide.*
16156
16369
  #
16157
16370
  #
16158
16371
  #
16159
16372
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
16160
16373
  # @return [Boolean]
16161
16374
  #
16375
+ # @!attribute [rw] supported_activity_stream_modes
16376
+ # The list of supported modes for Database Activity Streams. Aurora
16377
+ # PostgreSQL returns the value `[sync, async]`. Aurora MySQL and RDS
16378
+ # for Oracle return `[async]` only. If Database Activity Streams
16379
+ # isn't supported, the return value is an empty list.
16380
+ # @return [Array<String>]
16381
+ #
16162
16382
  # @!attribute [rw] supports_global_databases
16163
16383
  # A value that indicates whether you can use Aurora global databases
16164
16384
  # with a specific combination of other DB engine attributes.
@@ -16193,6 +16413,7 @@ module Aws::RDS
16193
16413
  :supports_storage_autoscaling,
16194
16414
  :supports_kerberos_authentication,
16195
16415
  :outpost_capable,
16416
+ :supported_activity_stream_modes,
16196
16417
  :supports_global_databases)
16197
16418
  SENSITIVE = []
16198
16419
  include Aws::Structure
@@ -16224,8 +16445,8 @@ module Aws::RDS
16224
16445
 
16225
16446
  # A data type that represents an Outpost.
16226
16447
  #
16227
- # For more information about RDS on Outposts, see [Amazon RDS on AWS
16228
- # Outposts][1] in the *Amazon RDS User Guide.*
16448
+ # For more information about RDS on Outposts, see [Amazon RDS on Amazon
16449
+ # Web Services Outposts][1] in the *Amazon RDS User Guide.*
16229
16450
  #
16230
16451
  #
16231
16452
  #
@@ -16505,8 +16726,8 @@ module Aws::RDS
16505
16726
  # @return [Array<Types::ProcessorFeature>]
16506
16727
  #
16507
16728
  # @!attribute [rw] iam_database_authentication_enabled
16508
- # Whether mapping of AWS Identity and Access Management (IAM) accounts
16509
- # to database accounts is enabled.
16729
+ # Whether mapping of Amazon Web Services Identity and Access
16730
+ # Management (IAM) accounts to database accounts is enabled.
16510
16731
  # @return [Boolean]
16511
16732
  #
16512
16733
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PendingModifiedValues AWS API Documentation
@@ -16701,9 +16922,9 @@ module Aws::RDS
16701
16922
  # parameter.
16702
16923
  #
16703
16924
  # The default is a 30-minute window selected at random from an 8-hour
16704
- # block of time for each AWS Region. To see the time blocks available,
16705
- # see [ Adjusting the Preferred Maintenance Window][1] in the *Amazon
16706
- # RDS User Guide.*
16925
+ # block of time for each Amazon Web Services Region. To see the time
16926
+ # blocks available, see [ Adjusting the Preferred Maintenance
16927
+ # Window][1] in the *Amazon RDS User Guide.*
16707
16928
  #
16708
16929
  # Constraints:
16709
16930
  #
@@ -17219,8 +17440,8 @@ module Aws::RDS
17219
17440
  # The unique identifier for the lease associated with the reserved DB
17220
17441
  # instance.
17221
17442
  #
17222
- # <note markdown="1"> AWS Support might request the lease ID for an issue related to a
17223
- # reserved DB instance.
17443
+ # <note markdown="1"> Amazon Web Services Support might request the lease ID for an issue
17444
+ # related to a reserved DB instance.
17224
17445
  #
17225
17446
  # </note>
17226
17447
  # @return [String]
@@ -17720,8 +17941,8 @@ module Aws::RDS
17720
17941
  # parameter.
17721
17942
  #
17722
17943
  # The default is a 30-minute window selected at random from an 8-hour
17723
- # block of time for each AWS Region. To view the time blocks
17724
- # available, see [ Backup window][1] in the *Amazon Aurora User
17944
+ # block of time for each Amazon Web Services Region. To view the time
17945
+ # blocks available, see [ Backup window][1] in the *Amazon Aurora User
17725
17946
  # Guide.*
17726
17947
  #
17727
17948
  # Constraints:
@@ -17746,9 +17967,10 @@ module Aws::RDS
17746
17967
  # Format: `ddd:hh24:mi-ddd:hh24:mi`
17747
17968
  #
17748
17969
  # The default is a 30-minute window selected at random from an 8-hour
17749
- # block of time for each AWS Region, occurring on a random day of the
17750
- # week. To see the time blocks available, see [ Adjusting the
17751
- # Preferred Maintenance Window][1] in the *Amazon Aurora User Guide.*
17970
+ # block of time for each Amazon Web Services Region, occurring on a
17971
+ # random day of the week. To see the time blocks available, see [
17972
+ # Adjusting the Preferred Maintenance Window][1] in the *Amazon Aurora
17973
+ # User Guide.*
17752
17974
  #
17753
17975
  # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
17754
17976
  #
@@ -17773,22 +17995,25 @@ module Aws::RDS
17773
17995
  # @return [Boolean]
17774
17996
  #
17775
17997
  # @!attribute [rw] kms_key_id
17776
- # The AWS KMS key identifier for an encrypted DB cluster.
17998
+ # The Amazon Web Services KMS key identifier for an encrypted DB
17999
+ # cluster.
17777
18000
  #
17778
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
17779
- # alias name for the AWS KMS customer master key (CMK). To use a CMK
17780
- # in a different AWS account, specify the key ARN or alias ARN.
18001
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
18002
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
18003
+ # master key (CMK). To use a CMK in a different Amazon Web Services
18004
+ # account, specify the key ARN or alias ARN.
17781
18005
  #
17782
18006
  # If the StorageEncrypted parameter is enabled, and you do not specify
17783
18007
  # a value for the `KmsKeyId` parameter, then Amazon RDS will use your
17784
- # default CMK. There is a default CMK for your AWS account. Your AWS
17785
- # account has a different default CMK for each AWS Region.
18008
+ # default CMK. There is a default CMK for your Amazon Web Services
18009
+ # account. Your Amazon Web Services account has a different default
18010
+ # CMK for each Amazon Web Services Region.
17786
18011
  # @return [String]
17787
18012
  #
17788
18013
  # @!attribute [rw] enable_iam_database_authentication
17789
- # A value that indicates whether to enable mapping of AWS Identity and
17790
- # Access Management (IAM) accounts to database accounts. By default,
17791
- # mapping is disabled.
18014
+ # A value that indicates whether to enable mapping of Amazon Web
18015
+ # Services Identity and Access Management (IAM) accounts to database
18016
+ # accounts. By default, mapping is disabled.
17792
18017
  #
17793
18018
  # For more information, see [ IAM Database Authentication][1] in the
17794
18019
  # *Amazon Aurora User Guide.*
@@ -17826,9 +18051,9 @@ module Aws::RDS
17826
18051
  # @return [String]
17827
18052
  #
17828
18053
  # @!attribute [rw] s3_ingestion_role_arn
17829
- # The Amazon Resource Name (ARN) of the AWS Identity and Access
17830
- # Management (IAM) role that authorizes Amazon RDS to access the
17831
- # Amazon S3 bucket on your behalf.
18054
+ # The Amazon Resource Name (ARN) of the Amazon Web Services Identity
18055
+ # and Access Management (IAM) role that authorizes Amazon RDS to
18056
+ # access the Amazon S3 bucket on your behalf.
17832
18057
  # @return [String]
17833
18058
  #
17834
18059
  # @!attribute [rw] backtrack_window
@@ -18097,29 +18322,30 @@ module Aws::RDS
18097
18322
  # @return [Array<Types::Tag>]
18098
18323
  #
18099
18324
  # @!attribute [rw] kms_key_id
18100
- # The AWS KMS key identifier to use when restoring an encrypted DB
18101
- # cluster from a DB snapshot or DB cluster snapshot.
18325
+ # The Amazon Web Services KMS key identifier to use when restoring an
18326
+ # encrypted DB cluster from a DB snapshot or DB cluster snapshot.
18102
18327
  #
18103
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
18104
- # alias name for the AWS KMS customer master key (CMK). To use a CMK
18105
- # in a different AWS account, specify the key ARN or alias ARN.
18328
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
18329
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
18330
+ # master key (CMK). To use a CMK in a different Amazon Web Services
18331
+ # account, specify the key ARN or alias ARN.
18106
18332
  #
18107
18333
  # When you don't specify a value for the `KmsKeyId` parameter, then
18108
18334
  # the following occurs:
18109
18335
  #
18110
18336
  # * If the DB snapshot or DB cluster snapshot in `SnapshotIdentifier`
18111
18337
  # is encrypted, then the restored DB cluster is encrypted using the
18112
- # AWS KMS CMK that was used to encrypt the DB snapshot or DB cluster
18113
- # snapshot.
18338
+ # Amazon Web Services KMS CMK that was used to encrypt the DB
18339
+ # snapshot or DB cluster snapshot.
18114
18340
  #
18115
18341
  # * If the DB snapshot or DB cluster snapshot in `SnapshotIdentifier`
18116
18342
  # isn't encrypted, then the restored DB cluster isn't encrypted.
18117
18343
  # @return [String]
18118
18344
  #
18119
18345
  # @!attribute [rw] enable_iam_database_authentication
18120
- # A value that indicates whether to enable mapping of AWS Identity and
18121
- # Access Management (IAM) accounts to database accounts. By default,
18122
- # mapping is disabled.
18346
+ # A value that indicates whether to enable mapping of Amazon Web
18347
+ # Services Identity and Access Management (IAM) accounts to database
18348
+ # accounts. By default, mapping is disabled.
18123
18349
  #
18124
18350
  # For more information, see [ IAM Database Authentication][1] in the
18125
18351
  # *Amazon Aurora User Guide.*
@@ -18409,24 +18635,26 @@ module Aws::RDS
18409
18635
  # @return [Array<Types::Tag>]
18410
18636
  #
18411
18637
  # @!attribute [rw] kms_key_id
18412
- # The AWS KMS key identifier to use when restoring an encrypted DB
18413
- # cluster from an encrypted DB cluster.
18638
+ # The Amazon Web Services KMS key identifier to use when restoring an
18639
+ # encrypted DB cluster from an encrypted DB cluster.
18414
18640
  #
18415
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
18416
- # alias name for the AWS KMS customer master key (CMK). To use a CMK
18417
- # in a different AWS account, specify the key ARN or alias ARN.
18641
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
18642
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
18643
+ # master key (CMK). To use a CMK in a different Amazon Web Services
18644
+ # account, specify the key ARN or alias ARN.
18418
18645
  #
18419
18646
  # You can restore to a new DB cluster and encrypt the new DB cluster
18420
- # with a AWS KMS CMK that is different than the AWS KMS key used to
18421
- # encrypt the source DB cluster. The new DB cluster is encrypted with
18422
- # the AWS KMS CMK identified by the `KmsKeyId` parameter.
18647
+ # with a Amazon Web Services KMS CMK that is different than the Amazon
18648
+ # Web Services KMS key used to encrypt the source DB cluster. The new
18649
+ # DB cluster is encrypted with the Amazon Web Services KMS CMK
18650
+ # identified by the `KmsKeyId` parameter.
18423
18651
  #
18424
18652
  # If you don't specify a value for the `KmsKeyId` parameter, then the
18425
18653
  # following occurs:
18426
18654
  #
18427
18655
  # * If the DB cluster is encrypted, then the restored DB cluster is
18428
- # encrypted using the AWS KMS CMK that was used to encrypt the
18429
- # source DB cluster.
18656
+ # encrypted using the Amazon Web Services KMS CMK that was used to
18657
+ # encrypt the source DB cluster.
18430
18658
  #
18431
18659
  # * If the DB cluster isn't encrypted, then the restored DB cluster
18432
18660
  # isn't encrypted.
@@ -18436,9 +18664,9 @@ module Aws::RDS
18436
18664
  # @return [String]
18437
18665
  #
18438
18666
  # @!attribute [rw] enable_iam_database_authentication
18439
- # A value that indicates whether to enable mapping of AWS Identity and
18440
- # Access Management (IAM) accounts to database accounts. By default,
18441
- # mapping is disabled.
18667
+ # A value that indicates whether to enable mapping of Amazon Web
18668
+ # Services Identity and Access Management (IAM) accounts to database
18669
+ # accounts. By default, mapping is disabled.
18442
18670
  #
18443
18671
  # For more information, see [ IAM Database Authentication][1] in the
18444
18672
  # *Amazon Aurora User Guide.*
@@ -18657,9 +18885,9 @@ module Aws::RDS
18657
18885
  # @!attribute [rw] db_instance_class
18658
18886
  # The compute and memory capacity of the Amazon RDS DB instance, for
18659
18887
  # example, `db.m4.large`. Not all DB instance classes are available in
18660
- # all AWS Regions, or for all database engines. For the full list of
18661
- # DB instance classes, and availability for your engine, see [DB
18662
- # Instance Class][1] in the *Amazon RDS User Guide.*
18888
+ # all Amazon Web Services Regions, or for all database engines. For
18889
+ # the full list of DB instance classes, and availability for your
18890
+ # engine, see [DB Instance Class][1] in the *Amazon RDS User Guide.*
18663
18891
  #
18664
18892
  # Default: The same DBInstanceClass as the original DB instance.
18665
18893
  #
@@ -18761,11 +18989,11 @@ module Aws::RDS
18761
18989
  #
18762
18990
  # * `oracle-ee`
18763
18991
  #
18764
- # * `oracle-se2`
18992
+ # * `oracle-ee-cdb`
18765
18993
  #
18766
- # * `oracle-se1`
18994
+ # * `oracle-se2`
18767
18995
  #
18768
- # * `oracle-se`
18996
+ # * `oracle-se2-cdb`
18769
18997
  #
18770
18998
  # * `postgres`
18771
18999
  #
@@ -18872,9 +19100,9 @@ module Aws::RDS
18872
19100
  # @return [String]
18873
19101
  #
18874
19102
  # @!attribute [rw] enable_iam_database_authentication
18875
- # A value that indicates whether to enable mapping of AWS Identity and
18876
- # Access Management (IAM) accounts to database accounts. By default,
18877
- # mapping is disabled.
19103
+ # A value that indicates whether to enable mapping of Amazon Web
19104
+ # Services Identity and Access Management (IAM) accounts to database
19105
+ # accounts. By default, mapping is disabled.
18878
19106
  #
18879
19107
  # For more information about IAM database authentication, see [ IAM
18880
19108
  # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
@@ -18946,10 +19174,11 @@ module Aws::RDS
18946
19174
  # local network.
18947
19175
  #
18948
19176
  # For more information about RDS on Outposts, see [Working with Amazon
18949
- # RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
19177
+ # RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
19178
+ # Guide*.
18950
19179
  #
18951
19180
  # For more information about CoIPs, see [Customer-owned IP
18952
- # addresses][2] in the *AWS Outposts User Guide*.
19181
+ # addresses][2] in the *Amazon Web Services Outposts User Guide*.
18953
19182
  #
18954
19183
  #
18955
19184
  #
@@ -19102,10 +19331,10 @@ module Aws::RDS
19102
19331
  #
19103
19332
  # @!attribute [rw] db_instance_class
19104
19333
  # The compute and memory capacity of the DB instance, for example,
19105
- # `db.m4.large`. Not all DB instance classes are available in all AWS
19106
- # Regions, or for all database engines. For the full list of DB
19107
- # instance classes, and availability for your engine, see [DB Instance
19108
- # Class][1] in the *Amazon RDS User Guide.*
19334
+ # `db.m4.large`. Not all DB instance classes are available in all
19335
+ # Amazon Web Services Regions, or for all database engines. For the
19336
+ # full list of DB instance classes, and availability for your engine,
19337
+ # see [DB Instance Class][1] in the *Amazon RDS User Guide.*
19109
19338
  #
19110
19339
  # Importing from Amazon S3 isn't supported on the db.t2.micro DB
19111
19340
  # instance class.
@@ -19152,17 +19381,19 @@ module Aws::RDS
19152
19381
  #
19153
19382
  # @!attribute [rw] availability_zone
19154
19383
  # The Availability Zone that the DB instance is created in. For
19155
- # information about AWS Regions and Availability Zones, see [Regions
19156
- # and Availability Zones][1] in the *Amazon RDS User Guide.*
19384
+ # information about Amazon Web Services Regions and Availability
19385
+ # Zones, see [Regions and Availability Zones][1] in the *Amazon RDS
19386
+ # User Guide.*
19157
19387
  #
19158
19388
  # Default: A random, system-chosen Availability Zone in the
19159
- # endpoint's AWS Region.
19389
+ # endpoint's Amazon Web Services Region.
19160
19390
  #
19161
19391
  # Example: `us-east-1d`
19162
19392
  #
19163
19393
  # Constraint: The `AvailabilityZone` parameter can't be specified if
19164
19394
  # the DB instance is a Multi-AZ deployment. The specified Availability
19165
- # Zone must be in the same AWS Region as the current endpoint.
19395
+ # Zone must be in the same Amazon Web Services Region as the current
19396
+ # endpoint.
19166
19397
  #
19167
19398
  #
19168
19399
  #
@@ -19324,16 +19555,19 @@ module Aws::RDS
19324
19555
  # @return [Boolean]
19325
19556
  #
19326
19557
  # @!attribute [rw] kms_key_id
19327
- # The AWS KMS key identifier for an encrypted DB instance.
19558
+ # The Amazon Web Services KMS key identifier for an encrypted DB
19559
+ # instance.
19328
19560
  #
19329
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
19330
- # alias name for the AWS KMS customer master key (CMK). To use a CMK
19331
- # in a different AWS account, specify the key ARN or alias ARN.
19561
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
19562
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
19563
+ # master key (CMK). To use a CMK in a different Amazon Web Services
19564
+ # account, specify the key ARN or alias ARN.
19332
19565
  #
19333
19566
  # If the `StorageEncrypted` parameter is enabled, and you do not
19334
19567
  # specify a value for the `KmsKeyId` parameter, then Amazon RDS will
19335
- # use your default CMK. There is a default CMK for your AWS account.
19336
- # Your AWS account has a different default CMK for each AWS Region.
19568
+ # use your default CMK. There is a default CMK for your Amazon Web
19569
+ # Services account. Your Amazon Web Services account has a different
19570
+ # default CMK for each Amazon Web Services Region.
19337
19571
  # @return [String]
19338
19572
  #
19339
19573
  # @!attribute [rw] copy_tags_to_snapshot
@@ -19370,9 +19604,9 @@ module Aws::RDS
19370
19604
  # @return [String]
19371
19605
  #
19372
19606
  # @!attribute [rw] enable_iam_database_authentication
19373
- # A value that indicates whether to enable mapping of AWS Identity and
19374
- # Access Management (IAM) accounts to database accounts. By default,
19375
- # mapping is disabled.
19607
+ # A value that indicates whether to enable mapping of Amazon Web
19608
+ # Services Identity and Access Management (IAM) accounts to database
19609
+ # accounts. By default, mapping is disabled.
19376
19610
  #
19377
19611
  # For more information about IAM database authentication, see [ IAM
19378
19612
  # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
@@ -19407,8 +19641,8 @@ module Aws::RDS
19407
19641
  # @return [String]
19408
19642
  #
19409
19643
  # @!attribute [rw] s3_ingestion_role_arn
19410
- # An AWS Identity and Access Management (IAM) role to allow Amazon RDS
19411
- # to access your Amazon S3 bucket.
19644
+ # An Amazon Web Services Identity and Access Management (IAM) role to
19645
+ # allow Amazon RDS to access your Amazon S3 bucket.
19412
19646
  # @return [String]
19413
19647
  #
19414
19648
  # @!attribute [rw] enable_performance_insights
@@ -19424,16 +19658,17 @@ module Aws::RDS
19424
19658
  # @return [Boolean]
19425
19659
  #
19426
19660
  # @!attribute [rw] performance_insights_kms_key_id
19427
- # The AWS KMS key identifier for encryption of Performance Insights
19428
- # data.
19661
+ # The Amazon Web Services KMS key identifier for encryption of
19662
+ # Performance Insights data.
19429
19663
  #
19430
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
19431
- # alias name for the AWS KMS customer master key (CMK).
19664
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
19665
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
19666
+ # master key (CMK).
19432
19667
  #
19433
19668
  # If you do not specify a value for `PerformanceInsightsKMSKeyId`,
19434
19669
  # then Amazon RDS uses your default CMK. There is a default CMK for
19435
- # your AWS account. Your AWS account has a different default CMK for
19436
- # each AWS Region.
19670
+ # your Amazon Web Services account. Your Amazon Web Services account
19671
+ # has a different default CMK for each Amazon Web Services Region.
19437
19672
  # @return [String]
19438
19673
  #
19439
19674
  # @!attribute [rw] performance_insights_retention_period
@@ -19652,9 +19887,9 @@ module Aws::RDS
19652
19887
  # @!attribute [rw] db_instance_class
19653
19888
  # The compute and memory capacity of the Amazon RDS DB instance, for
19654
19889
  # example, `db.m4.large`. Not all DB instance classes are available in
19655
- # all AWS Regions, or for all database engines. For the full list of
19656
- # DB instance classes, and availability for your engine, see [DB
19657
- # Instance Class][1] in the *Amazon RDS User Guide.*
19890
+ # all Amazon Web Services Regions, or for all database engines. For
19891
+ # the full list of DB instance classes, and availability for your
19892
+ # engine, see [DB Instance Class][1] in the *Amazon RDS User Guide.*
19658
19893
  #
19659
19894
  # Default: The same DBInstanceClass as the original DB instance.
19660
19895
  #
@@ -19753,11 +19988,11 @@ module Aws::RDS
19753
19988
  #
19754
19989
  # * `oracle-ee`
19755
19990
  #
19756
- # * `oracle-se2`
19991
+ # * `oracle-ee-cdb`
19757
19992
  #
19758
- # * `oracle-se1`
19993
+ # * `oracle-se2`
19759
19994
  #
19760
- # * `oracle-se`
19995
+ # * `oracle-se2-cdb`
19761
19996
  #
19762
19997
  # * `postgres`
19763
19998
  #
@@ -19856,9 +20091,9 @@ module Aws::RDS
19856
20091
  # @return [String]
19857
20092
  #
19858
20093
  # @!attribute [rw] enable_iam_database_authentication
19859
- # A value that indicates whether to enable mapping of AWS Identity and
19860
- # Access Management (IAM) accounts to database accounts. By default,
19861
- # mapping is disabled.
20094
+ # A value that indicates whether to enable mapping of Amazon Web
20095
+ # Services Identity and Access Management (IAM) accounts to database
20096
+ # accounts. By default, mapping is disabled.
19862
20097
  #
19863
20098
  # For more information about IAM database authentication, see [ IAM
19864
20099
  # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
@@ -19953,10 +20188,11 @@ module Aws::RDS
19953
20188
  # local network.
19954
20189
  #
19955
20190
  # For more information about RDS on Outposts, see [Working with Amazon
19956
- # RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
20191
+ # RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
20192
+ # Guide*.
19957
20193
  #
19958
20194
  # For more information about CoIPs, see [Customer-owned IP
19959
- # addresses][2] in the *AWS Outposts User Guide*.
20195
+ # addresses][2] in the *Amazon Web Services Outposts User Guide*.
19960
20196
  #
19961
20197
  #
19962
20198
  #
@@ -20075,12 +20311,12 @@ module Aws::RDS
20075
20311
  # @return [String]
20076
20312
  #
20077
20313
  # @!attribute [rw] ec2_security_group_owner_id
20078
- # The AWS account number of the owner of the EC2 security group
20079
- # specified in the `EC2SecurityGroupName` parameter. The AWS access
20080
- # key ID isn't an acceptable value. For VPC DB security groups,
20081
- # `EC2SecurityGroupId` must be provided. Otherwise,
20082
- # EC2SecurityGroupOwnerId and either `EC2SecurityGroupName` or
20083
- # `EC2SecurityGroupId` must be provided.
20314
+ # The Amazon Web Services account number of the owner of the EC2
20315
+ # security group specified in the `EC2SecurityGroupName` parameter.
20316
+ # The Amazon Web Services access key ID isn't an acceptable value.
20317
+ # For VPC DB security groups, `EC2SecurityGroupId` must be provided.
20318
+ # Otherwise, EC2SecurityGroupOwnerId and either `EC2SecurityGroupName`
20319
+ # or `EC2SecurityGroupId` must be provided.
20084
20320
  # @return [String]
20085
20321
  #
20086
20322
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RevokeDBSecurityGroupIngressMessage AWS API Documentation
@@ -20192,6 +20428,8 @@ module Aws::RDS
20192
20428
  # @!attribute [rw] seconds_until_auto_pause
20193
20429
  # The time, in seconds, before an Aurora DB cluster in `serverless`
20194
20430
  # mode is paused.
20431
+ #
20432
+ # Specify a value between 300 and 86,400 seconds.
20195
20433
  # @return [Integer]
20196
20434
  #
20197
20435
  # @!attribute [rw] timeout_action
@@ -20298,24 +20536,24 @@ module Aws::RDS
20298
20536
  #
20299
20537
  class SourceNotFoundFault < Aws::EmptyStructure; end
20300
20538
 
20301
- # Contains an AWS Region name as the result of a successful call to the
20302
- # `DescribeSourceRegions` action.
20539
+ # Contains an Amazon Web Services Region name as the result of a
20540
+ # successful call to the `DescribeSourceRegions` action.
20303
20541
  #
20304
20542
  # @!attribute [rw] region_name
20305
- # The name of the source AWS Region.
20543
+ # The name of the source Amazon Web Services Region.
20306
20544
  # @return [String]
20307
20545
  #
20308
20546
  # @!attribute [rw] endpoint
20309
- # The endpoint for the source AWS Region endpoint.
20547
+ # The endpoint for the source Amazon Web Services Region endpoint.
20310
20548
  # @return [String]
20311
20549
  #
20312
20550
  # @!attribute [rw] status
20313
- # The status of the source AWS Region.
20551
+ # The status of the source Amazon Web Services Region.
20314
20552
  # @return [String]
20315
20553
  #
20316
20554
  # @!attribute [rw] supports_db_instance_automated_backups_replication
20317
- # Whether the source AWS Region supports replicating automated backups
20318
- # to the current AWS Region.
20555
+ # Whether the source Amazon Web Services Region supports replicating
20556
+ # automated backups to the current Amazon Web Services Region.
20319
20557
  # @return [Boolean]
20320
20558
  #
20321
20559
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SourceRegion AWS API Documentation
@@ -20339,9 +20577,9 @@ module Aws::RDS
20339
20577
  # @return [String]
20340
20578
  #
20341
20579
  # @!attribute [rw] source_regions
20342
- # A list of SourceRegion instances that contains each source AWS
20343
- # Region that the current AWS Region can get a read replica or a DB
20344
- # snapshot from.
20580
+ # A list of SourceRegion instances that contains each source Amazon
20581
+ # Web Services Region that the current Amazon Web Services Region can
20582
+ # get a read replica or a DB snapshot from.
20345
20583
  # @return [Array<Types::SourceRegion>]
20346
20584
  #
20347
20585
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SourceRegionMessage AWS API Documentation
@@ -20361,6 +20599,7 @@ module Aws::RDS
20361
20599
  # mode: "sync", # required, accepts sync, async
20362
20600
  # kms_key_id: "String", # required
20363
20601
  # apply_immediately: false,
20602
+ # engine_native_audit_fields_included: false,
20364
20603
  # }
20365
20604
  #
20366
20605
  # @!attribute [rw] resource_arn
@@ -20376,9 +20615,10 @@ module Aws::RDS
20376
20615
  # @return [String]
20377
20616
  #
20378
20617
  # @!attribute [rw] kms_key_id
20379
- # The AWS KMS key identifier for encrypting messages in the database
20380
- # activity stream. The AWS KMS key identifier is the key ARN, key ID,
20381
- # alias ARN, or alias name for the AWS KMS customer master key (CMK).
20618
+ # The Amazon Web Services KMS key identifier for encrypting messages
20619
+ # in the database activity stream. The Amazon Web Services KMS key
20620
+ # identifier is the key ARN, key ID, alias ARN, or alias name for the
20621
+ # Amazon Web Services KMS customer master key (CMK).
20382
20622
  # @return [String]
20383
20623
  #
20384
20624
  # @!attribute [rw] apply_immediately
@@ -20387,20 +20627,27 @@ module Aws::RDS
20387
20627
  # database.
20388
20628
  # @return [Boolean]
20389
20629
  #
20630
+ # @!attribute [rw] engine_native_audit_fields_included
20631
+ # Specifies whether the database activity stream includes
20632
+ # engine-native audit fields. This option only applies to an Oracle DB
20633
+ # instance. By default, no engine-native audit fields are included.
20634
+ # @return [Boolean]
20635
+ #
20390
20636
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartActivityStreamRequest AWS API Documentation
20391
20637
  #
20392
20638
  class StartActivityStreamRequest < Struct.new(
20393
20639
  :resource_arn,
20394
20640
  :mode,
20395
20641
  :kms_key_id,
20396
- :apply_immediately)
20642
+ :apply_immediately,
20643
+ :engine_native_audit_fields_included)
20397
20644
  SENSITIVE = []
20398
20645
  include Aws::Structure
20399
20646
  end
20400
20647
 
20401
20648
  # @!attribute [rw] kms_key_id
20402
- # The AWS KMS key identifier for encryption of messages in the
20403
- # database activity stream.
20649
+ # The Amazon Web Services KMS key identifier for encryption of
20650
+ # messages in the database activity stream.
20404
20651
  # @return [String]
20405
20652
  #
20406
20653
  # @!attribute [rw] kinesis_stream_name
@@ -20422,6 +20669,11 @@ module Aws::RDS
20422
20669
  # database.
20423
20670
  # @return [Boolean]
20424
20671
  #
20672
+ # @!attribute [rw] engine_native_audit_fields_included
20673
+ # Indicates whether engine-native audit fields are included in the
20674
+ # database activity stream.
20675
+ # @return [Boolean]
20676
+ #
20425
20677
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartActivityStreamResponse AWS API Documentation
20426
20678
  #
20427
20679
  class StartActivityStreamResponse < Struct.new(
@@ -20429,7 +20681,8 @@ module Aws::RDS
20429
20681
  :kinesis_stream_name,
20430
20682
  :status,
20431
20683
  :mode,
20432
- :apply_immediately)
20684
+ :apply_immediately,
20685
+ :engine_native_audit_fields_included)
20433
20686
  SENSITIVE = []
20434
20687
  include Aws::Structure
20435
20688
  end
@@ -20491,20 +20744,21 @@ module Aws::RDS
20491
20744
  # @return [Integer]
20492
20745
  #
20493
20746
  # @!attribute [rw] kms_key_id
20494
- # The AWS KMS key identifier for encryption of the replicated
20495
- # automated backups. The KMS key ID is the Amazon Resource Name (ARN)
20496
- # for the KMS encryption key in the destination AWS Region, for
20497
- # example,
20747
+ # The Amazon Web Services KMS key identifier for encryption of the
20748
+ # replicated automated backups. The KMS key ID is the Amazon Resource
20749
+ # Name (ARN) for the KMS encryption key in the destination Amazon Web
20750
+ # Services Region, for example,
20498
20751
  # `arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE`.
20499
20752
  # @return [String]
20500
20753
  #
20501
20754
  # @!attribute [rw] pre_signed_url
20502
20755
  # A URL that contains a Signature Version 4 signed request for the
20503
20756
  # StartDBInstanceAutomatedBackupsReplication action to be called in
20504
- # the AWS Region of the source DB instance. The presigned URL must be
20505
- # a valid request for the StartDBInstanceAutomatedBackupsReplication
20506
- # API action that can be executed in the AWS Region that contains the
20507
- # source DB instance.
20757
+ # the Amazon Web Services Region of the source DB instance. The
20758
+ # presigned URL must be a valid request for the
20759
+ # StartDBInstanceAutomatedBackupsReplication API action that can be
20760
+ # executed in the Amazon Web Services Region that contains the source
20761
+ # DB instance.
20508
20762
  # @return [String]
20509
20763
  #
20510
20764
  # @!attribute [rw] source_region
@@ -20606,12 +20860,13 @@ module Aws::RDS
20606
20860
  # @return [String]
20607
20861
  #
20608
20862
  # @!attribute [rw] kms_key_id
20609
- # The ID of the AWS KMS customer master key (CMK) to use to encrypt
20610
- # the snapshot exported to Amazon S3. The AWS KMS key identifier is
20611
- # the key ARN, key ID, alias ARN, or alias name for the AWS KMS
20612
- # customer master key (CMK). The caller of this operation must be
20613
- # authorized to execute the following operations. These can be set in
20614
- # the AWS KMS key policy:
20863
+ # The ID of the Amazon Web Services KMS customer master key (CMK) to
20864
+ # use to encrypt the snapshot exported to Amazon S3. The Amazon Web
20865
+ # Services KMS key identifier is the key ARN, key ID, alias ARN, or
20866
+ # alias name for the Amazon Web Services KMS customer master key
20867
+ # (CMK). The caller of this operation must be authorized to execute
20868
+ # the following operations. These can be set in the Amazon Web
20869
+ # Services KMS key policy:
20615
20870
  #
20616
20871
  # * GrantOperation.Encrypt
20617
20872
  #
@@ -20701,11 +20956,12 @@ module Aws::RDS
20701
20956
  end
20702
20957
 
20703
20958
  # @!attribute [rw] kms_key_id
20704
- # The AWS KMS key identifier used for encrypting messages in the
20705
- # database activity stream.
20959
+ # The Amazon Web Services KMS key identifier used for encrypting
20960
+ # messages in the database activity stream.
20706
20961
  #
20707
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or
20708
- # alias name for the AWS KMS customer master key (CMK).
20962
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
20963
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
20964
+ # master key (CMK).
20709
20965
  # @return [String]
20710
20966
  #
20711
20967
  # @!attribute [rw] kinesis_stream_name
@@ -20870,8 +21126,8 @@ module Aws::RDS
20870
21126
  # If the subnet is associated with an Outpost, this value specifies
20871
21127
  # the Outpost.
20872
21128
  #
20873
- # For more information about RDS on Outposts, see [Amazon RDS on AWS
20874
- # Outposts][1] in the *Amazon RDS User Guide.*
21129
+ # For more information about RDS on Outposts, see [Amazon RDS on
21130
+ # Amazon Web Services Outposts][1] in the *Amazon RDS User Guide.*
20875
21131
  #
20876
21132
  #
20877
21133
  #
@@ -20931,7 +21187,7 @@ module Aws::RDS
20931
21187
  # @!attribute [rw] key
20932
21188
  # A key is the required name of the tag. The string value can be from
20933
21189
  # 1 to 128 Unicode characters in length and can't be prefixed with
20934
- # "aws:" or "rds:". The string can only contain only the set of
21190
+ # `aws:` or `rds:`. The string can only contain only the set of
20935
21191
  # Unicode letters, digits, white-space, '\_', '.', ':', '/',
20936
21192
  # '=', '+', '-', '@' (Java regex:
20937
21193
  # "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-@\]*)$").
@@ -20940,9 +21196,9 @@ module Aws::RDS
20940
21196
  # @!attribute [rw] value
20941
21197
  # A value is the optional value of the tag. The string value can be
20942
21198
  # from 1 to 256 Unicode characters in length and can't be prefixed
20943
- # with "aws:" or "rds:". The string can only contain only the set
20944
- # of Unicode letters, digits, white-space, '\_', '.', ':',
20945
- # '/', '=', '+', '-', '@' (Java regex:
21199
+ # with `aws:` or `rds:`. The string can only contain only the set of
21200
+ # Unicode letters, digits, white-space, '\_', '.', ':', '/',
21201
+ # '=', '+', '-', '@' (Java regex:
20946
21202
  # "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-@\]*)$").
20947
21203
  # @return [String]
20948
21204
  #
@@ -21104,8 +21360,8 @@ module Aws::RDS
21104
21360
  # @return [String]
21105
21361
  #
21106
21362
  # @!attribute [rw] iam_auth
21107
- # Whether to require or disallow AWS Identity and Access Management
21108
- # (IAM) authentication for connections to the proxy.
21363
+ # Whether to require or disallow Amazon Web Services Identity and
21364
+ # Access Management (IAM) authentication for connections to the proxy.
21109
21365
  # @return [String]
21110
21366
  #
21111
21367
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/UserAuthConfig AWS API Documentation
@@ -21144,8 +21400,8 @@ module Aws::RDS
21144
21400
  # @return [String]
21145
21401
  #
21146
21402
  # @!attribute [rw] iam_auth
21147
- # Whether to require or disallow AWS Identity and Access Management
21148
- # (IAM) authentication for connections to the proxy.
21403
+ # Whether to require or disallow Amazon Web Services Identity and
21404
+ # Access Management (IAM) authentication for connections to the proxy.
21149
21405
  # @return [String]
21150
21406
  #
21151
21407
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/UserAuthConfigInfo AWS API Documentation
@@ -21242,7 +21498,7 @@ module Aws::RDS
21242
21498
  end
21243
21499
 
21244
21500
  # Information about the virtual private network (VPN) between the VMware
21245
- # vSphere cluster and the AWS website.
21501
+ # vSphere cluster and the Amazon Web Services website.
21246
21502
  #
21247
21503
  # For more information about RDS on VMware, see the [ RDS on VMware User
21248
21504
  # Guide.][1]
@@ -21261,8 +21517,8 @@ module Aws::RDS
21261
21517
  # @return [String]
21262
21518
  #
21263
21519
  # @!attribute [rw] vpn_gateway_ip
21264
- # The IP address of network traffic from AWS to your on-premises data
21265
- # center.
21520
+ # The IP address of network traffic from Amazon Web Services to your
21521
+ # on-premises data center.
21266
21522
  # @return [String]
21267
21523
  #
21268
21524
  # @!attribute [rw] vpn_psk