aws-sdk-rds 1.118.0 → 1.122.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 39da83da255ea416e5990eaa85e8fbd700b354e5b4d25877e0f3eda0c019f74a
4
- data.tar.gz: 2b148ef4c293729a0d990d7c24f6badeedcda6b25d6e1d08b64af07b7f9977f1
3
+ metadata.gz: 38315f0d283be59d1ca54ab60ce8539d30c2acc590aac6b3e988b594dced9f51
4
+ data.tar.gz: 03517d41672df929823982787fc75de30274021260d38e4cbc2b26f02b400df7
5
5
  SHA512:
6
- metadata.gz: acbdcb505c4bf70658822c2a13645efc5294d824d3b2abd685f5ed9e901cd86cfa29531cc549312101f4ecbefe8f4581f8595016758234bf0aa08659f3a125ed
7
- data.tar.gz: 5cd8d5bb42f167417e44654cf57d119a7671a87c84667ecaface0e6dfc2460646f3452ce303ebf1ea65fb354a849f4bef6ea51342e1aba95de294dccb36cb589
6
+ metadata.gz: 0160dc2af6c1326a73736df31d02e391279c3b3b12ac01ba2348963fbe7440a6f49c78819ef092caf2e4e547e8b3dfa796aec135eb055930d9cc0910af0fa40a
7
+ data.tar.gz: c4c5cde20ca864ce776fc5f1d06876ac64844f9d3e69593f524e835f8d128957c2b67d3523e063f4100be22bbb9476f70f9233f3765cac3ca010613c49d33795
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.122.0 (2021-07-21)
5
+ ------------------
6
+
7
+ * Feature - Adds the OriginalSnapshotCreateTime field to the DBSnapshot response object. This field timestamps the underlying data of a snapshot and doesn't change when the snapshot is copied.
8
+
9
+ 1.121.0 (2021-06-17)
10
+ ------------------
11
+
12
+ * Feature - This release enables Database Activity Streams for RDS Oracle
13
+
14
+ 1.120.0 (2021-06-16)
15
+ ------------------
16
+
17
+ * Feature - This release enables fast cloning in Aurora Serverless. You can now clone between Aurora Serverless clusters and Aurora Provisioned clusters.
18
+
19
+ 1.119.0 (2021-06-04)
20
+ ------------------
21
+
22
+ * Feature - Documentation updates for RDS: fixing an outdated link to the RDS documentation in DBInstance$DBInstanceStatus
23
+
4
24
  1.118.0 (2021-04-13)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.118.0
1
+ 1.122.0
data/lib/aws-sdk-rds.rb CHANGED
@@ -74,6 +74,6 @@ require_relative 'aws-sdk-rds/customizations'
74
74
  # @!group service
75
75
  module Aws::RDS
76
76
 
77
- GEM_VERSION = '1.118.0'
77
+ GEM_VERSION = '1.122.0'
78
78
 
79
79
  end
@@ -331,8 +331,8 @@ module Aws::RDS
331
331
 
332
332
  # Associates an Identity and Access Management (IAM) role from an Amazon
333
333
  # Aurora DB cluster. For more information, see [Authorizing Amazon
334
- # Aurora MySQL to Access Other AWS Services on Your Behalf][1] in the
335
- # *Amazon Aurora User Guide*.
334
+ # Aurora MySQL to Access Other Amazon Web Services Services on Your
335
+ # Behalf][1] in the *Amazon Aurora User Guide*.
336
336
  #
337
337
  # <note markdown="1"> This action only applies to Aurora DB clusters.
338
338
  #
@@ -374,8 +374,8 @@ module Aws::RDS
374
374
  req.send_request(options)
375
375
  end
376
376
 
377
- # Associates an AWS Identity and Access Management (IAM) role with a DB
378
- # instance.
377
+ # Associates an Amazon Web Services Identity and Access Management (IAM)
378
+ # role with a DB instance.
379
379
  #
380
380
  # <note markdown="1"> To add a role to a DB instance, the status of the DB instance must be
381
381
  # `available`.
@@ -646,10 +646,10 @@ module Aws::RDS
646
646
  # EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either
647
647
  # EC2SecurityGroupName or EC2SecurityGroupId for non-VPC).
648
648
  #
649
- # <note markdown="1"> You can't authorize ingress from an EC2 security group in one AWS
650
- # Region to an Amazon RDS DB instance in another. You can't authorize
651
- # ingress from a VPC security group in one VPC to an Amazon RDS DB
652
- # instance in another.
649
+ # <note markdown="1"> You can't authorize ingress from an EC2 security group in one Amazon
650
+ # Web Services Region to an Amazon RDS DB instance in another. You
651
+ # can't authorize ingress from a VPC security group in one VPC to an
652
+ # Amazon RDS DB instance in another.
653
653
  #
654
654
  # </note>
655
655
  #
@@ -678,11 +678,12 @@ module Aws::RDS
678
678
  # `EC2SecurityGroupId` must be provided.
679
679
  #
680
680
  # @option params [String] :ec2_security_group_owner_id
681
- # AWS account number of the owner of the EC2 security group specified in
682
- # the `EC2SecurityGroupName` parameter. The AWS access key ID isn't an
683
- # acceptable value. For VPC DB security groups, `EC2SecurityGroupId`
684
- # must be provided. Otherwise, `EC2SecurityGroupOwnerId` and either
685
- # `EC2SecurityGroupName` or `EC2SecurityGroupId` must be provided.
681
+ # Amazon Web Services account number of the owner of the EC2 security
682
+ # group specified in the `EC2SecurityGroupName` parameter. The Amazon
683
+ # Web Services access key ID isn't an acceptable value. For VPC DB
684
+ # security groups, `EC2SecurityGroupId` must be provided. Otherwise,
685
+ # `EC2SecurityGroupOwnerId` and either `EC2SecurityGroupName` or
686
+ # `EC2SecurityGroupId` must be provided.
686
687
  #
687
688
  # @return [Types::AuthorizeDBSecurityGroupIngressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
688
689
  #
@@ -1002,75 +1003,79 @@ module Aws::RDS
1002
1003
  # snapshot, `SourceDBClusterSnapshotIdentifier` must be the Amazon
1003
1004
  # Resource Name (ARN) of the shared DB cluster snapshot.
1004
1005
  #
1005
- # You can copy an encrypted DB cluster snapshot from another AWS Region.
1006
- # In that case, the AWS Region where you call the
1007
- # `CopyDBClusterSnapshot` action is the destination AWS Region for the
1008
- # encrypted DB cluster snapshot to be copied to. To copy an encrypted DB
1009
- # cluster snapshot from another AWS Region, you must provide the
1010
- # following values:
1006
+ # You can copy an encrypted DB cluster snapshot from another Amazon Web
1007
+ # Services Region. In that case, the Amazon Web Services Region where
1008
+ # you call the `CopyDBClusterSnapshot` action is the destination Amazon
1009
+ # Web Services Region for the encrypted DB cluster snapshot to be copied
1010
+ # to. To copy an encrypted DB cluster snapshot from another Amazon Web
1011
+ # Services Region, you must provide the following values:
1011
1012
  #
1012
- # * `KmsKeyId` - The AWS Key Management System (AWS KMS) key identifier
1013
- # for the key to use to encrypt the copy of the DB cluster snapshot in
1014
- # the destination AWS Region.
1013
+ # * `KmsKeyId` - The Amazon Web Services Key Management System (Amazon
1014
+ # Web Services KMS) key identifier for the key to use to encrypt the
1015
+ # copy of the DB cluster snapshot in the destination Amazon Web
1016
+ # Services Region.
1015
1017
  #
1016
1018
  # * `PreSignedUrl` - A URL that contains a Signature Version 4 signed
1017
1019
  # request for the `CopyDBClusterSnapshot` action to be called in the
1018
- # source AWS Region where the DB cluster snapshot is copied from. The
1019
- # pre-signed URL must be a valid request for the
1020
+ # source Amazon Web Services Region where the DB cluster snapshot is
1021
+ # copied from. The pre-signed URL must be a valid request for the
1020
1022
  # `CopyDBClusterSnapshot` API action that can be executed in the
1021
- # source AWS Region that contains the encrypted DB cluster snapshot to
1022
- # be copied.
1023
+ # source Amazon Web Services Region that contains the encrypted DB
1024
+ # cluster snapshot to be copied.
1023
1025
  #
1024
1026
  # The pre-signed URL request must contain the following parameter
1025
1027
  # values:
1026
1028
  #
1027
- # * `KmsKeyId` - The AWS KMS key identifier for the customer master
1028
- # key (CMK) to use to encrypt the copy of the DB cluster snapshot in
1029
- # the destination AWS Region. This is the same identifier for both
1030
- # the `CopyDBClusterSnapshot` action that is called in the
1031
- # destination AWS Region, and the action contained in the pre-signed
1032
- # URL.
1029
+ # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the
1030
+ # customer master key (CMK) to use to encrypt the copy of the DB
1031
+ # cluster snapshot in the destination Amazon Web Services Region.
1032
+ # This is the same identifier for both the `CopyDBClusterSnapshot`
1033
+ # action that is called in the destination Amazon Web Services
1034
+ # Region, and the action contained in the pre-signed URL.
1033
1035
  #
1034
- # * `DestinationRegion` - The name of the AWS Region that the DB
1035
- # cluster snapshot is to be created in.
1036
+ # * `DestinationRegion` - The name of the Amazon Web Services Region
1037
+ # that the DB cluster snapshot is to be created in.
1036
1038
  #
1037
1039
  # * `SourceDBClusterSnapshotIdentifier` - The DB cluster snapshot
1038
1040
  # identifier for the encrypted DB cluster snapshot to be copied.
1039
1041
  # This identifier must be in the Amazon Resource Name (ARN) format
1040
- # for the source AWS Region. For example, if you are copying an
1041
- # encrypted DB cluster snapshot from the us-west-2 AWS Region, then
1042
- # your `SourceDBClusterSnapshotIdentifier` looks like the following
1043
- # example:
1042
+ # for the source Amazon Web Services Region. For example, if you are
1043
+ # copying an encrypted DB cluster snapshot from the us-west-2 Amazon
1044
+ # Web Services Region, then your `SourceDBClusterSnapshotIdentifier`
1045
+ # looks like the following example:
1044
1046
  # `arn:aws:rds:us-west-2:123456789012:cluster-snapshot:aurora-cluster1-snapshot-20161115`.
1045
1047
  #
1046
1048
  # To learn how to generate a Signature Version 4 signed request, see [
1047
- # Authenticating Requests: Using Query Parameters (AWS Signature
1048
- # Version 4)][1] and [ Signature Version 4 Signing Process][2].
1049
+ # Authenticating Requests: Using Query Parameters (Amazon Web Services
1050
+ # Signature Version 4)][1] and [ Signature Version 4 Signing
1051
+ # Process][2].
1049
1052
  #
1050
- # <note markdown="1"> If you are using an AWS SDK tool or the AWS CLI, you can specify
1051
- # `SourceRegion` (or `--source-region` for the AWS CLI) instead of
1053
+ # <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
1054
+ # specify `SourceRegion` (or `--source-region` for the CLI) instead of
1052
1055
  # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
1053
1056
  # autogenerates a pre-signed URL that is a valid request for the
1054
- # operation that can be executed in the source AWS Region.
1057
+ # operation that can be executed in the source Amazon Web Services
1058
+ # Region.
1055
1059
  #
1056
1060
  # </note>
1057
1061
  #
1058
1062
  # * `TargetDBClusterSnapshotIdentifier` - The identifier for the new
1059
- # copy of the DB cluster snapshot in the destination AWS Region.
1063
+ # copy of the DB cluster snapshot in the destination Amazon Web
1064
+ # Services Region.
1060
1065
  #
1061
1066
  # * `SourceDBClusterSnapshotIdentifier` - The DB cluster snapshot
1062
1067
  # identifier for the encrypted DB cluster snapshot to be copied. This
1063
- # identifier must be in the ARN format for the source AWS Region and
1064
- # is the same value as the `SourceDBClusterSnapshotIdentifier` in the
1065
- # pre-signed URL.
1068
+ # identifier must be in the ARN format for the source Amazon Web
1069
+ # Services Region and is the same value as the
1070
+ # `SourceDBClusterSnapshotIdentifier` in the pre-signed URL.
1066
1071
  #
1067
1072
  # To cancel the copy operation once it is in progress, delete the target
1068
1073
  # DB cluster snapshot identified by `TargetDBClusterSnapshotIdentifier`
1069
1074
  # while that DB cluster snapshot is in "copying" status.
1070
1075
  #
1071
1076
  # For more information on copying encrypted DB cluster snapshots from
1072
- # one AWS Region to another, see [ Copying a Snapshot][3] in the *Amazon
1073
- # Aurora User Guide.*
1077
+ # one Amazon Web Services Region to another, see [ Copying a
1078
+ # Snapshot][3] in the *Amazon Aurora User Guide.*
1074
1079
  #
1075
1080
  # For more information on Amazon Aurora, see [ What Is Amazon
1076
1081
  # Aurora?][4] in the *Amazon Aurora User Guide.*
@@ -1090,20 +1095,20 @@ module Aws::RDS
1090
1095
  # The identifier of the DB cluster snapshot to copy. This parameter
1091
1096
  # isn't case-sensitive.
1092
1097
  #
1093
- # You can't copy an encrypted, shared DB cluster snapshot from one AWS
1094
- # Region to another.
1098
+ # You can't copy an encrypted, shared DB cluster snapshot from one
1099
+ # Amazon Web Services Region to another.
1095
1100
  #
1096
1101
  # Constraints:
1097
1102
  #
1098
1103
  # * Must specify a valid system snapshot in the "available" state.
1099
1104
  #
1100
- # * If the source snapshot is in the same AWS Region as the copy,
1101
- # specify a valid DB snapshot identifier.
1105
+ # * If the source snapshot is in the same Amazon Web Services Region as
1106
+ # the copy, specify a valid DB snapshot identifier.
1102
1107
  #
1103
- # * If the source snapshot is in a different AWS Region than the copy,
1104
- # specify a valid DB cluster snapshot ARN. For more information, go to
1105
- # [ Copying Snapshots Across AWS Regions][1] in the *Amazon Aurora
1106
- # User Guide.*
1108
+ # * If the source snapshot is in a different Amazon Web Services Region
1109
+ # than the copy, specify a valid DB cluster snapshot ARN. For more
1110
+ # information, go to [ Copying Snapshots Across Amazon Web Services
1111
+ # Regions][1] in the *Amazon Aurora User Guide.*
1107
1112
  #
1108
1113
  # Example: `my-cluster-snapshot1`
1109
1114
  #
@@ -1126,70 +1131,78 @@ module Aws::RDS
1126
1131
  # Example: `my-cluster-snapshot2`
1127
1132
  #
1128
1133
  # @option params [String] :kms_key_id
1129
- # The AWS KMS key identifier for an encrypted DB cluster snapshot. The
1130
- # AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
1131
- # name for the AWS KMS customer master key (CMK).
1132
- #
1133
- # If you copy an encrypted DB cluster snapshot from your AWS account,
1134
- # you can specify a value for `KmsKeyId` to encrypt the copy with a new
1135
- # AWS KMS CMK. If you don't specify a value for `KmsKeyId`, then the
1136
- # copy of the DB cluster snapshot is encrypted with the same AWS KMS key
1137
- # as the source DB cluster snapshot.
1134
+ # The Amazon Web Services KMS key identifier for an encrypted DB cluster
1135
+ # snapshot. The Amazon Web Services KMS key identifier is the key ARN,
1136
+ # key ID, alias ARN, or alias name for the Amazon Web Services KMS
1137
+ # customer master key (CMK).
1138
+ #
1139
+ # If you copy an encrypted DB cluster snapshot from your Amazon Web
1140
+ # Services account, you can specify a value for `KmsKeyId` to encrypt
1141
+ # the copy with a new Amazon Web Services KMS CMK. If you don't specify
1142
+ # a value for `KmsKeyId`, then the copy of the DB cluster snapshot is
1143
+ # encrypted with the same Amazon Web Services KMS key as the source DB
1144
+ # cluster snapshot.
1138
1145
  #
1139
1146
  # If you copy an encrypted DB cluster snapshot that is shared from
1140
- # another AWS account, then you must specify a value for `KmsKeyId`.
1147
+ # another Amazon Web Services account, then you must specify a value for
1148
+ # `KmsKeyId`.
1141
1149
  #
1142
- # To copy an encrypted DB cluster snapshot to another AWS Region, you
1143
- # must set `KmsKeyId` to the AWS KMS key identifier you want to use to
1144
- # encrypt the copy of the DB cluster snapshot in the destination AWS
1145
- # Region. AWS KMS CMKs are specific to the AWS Region that they are
1146
- # created in, and you can't use CMKs from one AWS Region in another AWS
1147
- # Region.
1150
+ # To copy an encrypted DB cluster snapshot to another Amazon Web
1151
+ # Services Region, you must set `KmsKeyId` to the Amazon Web Services
1152
+ # KMS key identifier you want to use to encrypt the copy of the DB
1153
+ # cluster snapshot in the destination Amazon Web Services Region. Amazon
1154
+ # Web Services KMS CMKs are specific to the Amazon Web Services Region
1155
+ # that they are created in, and you can't use CMKs from one Amazon Web
1156
+ # Services Region in another Amazon Web Services Region.
1148
1157
  #
1149
1158
  # If you copy an unencrypted DB cluster snapshot and specify a value for
1150
1159
  # the `KmsKeyId` parameter, an error is returned.
1151
1160
  #
1152
1161
  # @option params [String] :pre_signed_url
1153
1162
  # The URL that contains a Signature Version 4 signed request for the
1154
- # `CopyDBClusterSnapshot` API action in the AWS Region that contains the
1155
- # source DB cluster snapshot to copy. The `PreSignedUrl` parameter must
1156
- # be used when copying an encrypted DB cluster snapshot from another AWS
1157
- # Region. Don't specify `PreSignedUrl` when you are copying an
1158
- # encrypted DB cluster snapshot in the same AWS Region.
1163
+ # `CopyDBClusterSnapshot` API action in the Amazon Web Services Region
1164
+ # that contains the source DB cluster snapshot to copy. The
1165
+ # `PreSignedUrl` parameter must be used when copying an encrypted DB
1166
+ # cluster snapshot from another Amazon Web Services Region. Don't
1167
+ # specify `PreSignedUrl` when you are copying an encrypted DB cluster
1168
+ # snapshot in the same Amazon Web Services Region.
1159
1169
  #
1160
1170
  # The pre-signed URL must be a valid request for the
1161
1171
  # `CopyDBClusterSnapshot` API action that can be executed in the source
1162
- # AWS Region that contains the encrypted DB cluster snapshot to be
1163
- # copied. The pre-signed URL request must contain the following
1164
- # parameter values:
1172
+ # Amazon Web Services Region that contains the encrypted DB cluster
1173
+ # snapshot to be copied. The pre-signed URL request must contain the
1174
+ # following parameter values:
1165
1175
  #
1166
- # * `KmsKeyId` - The AWS KMS key identifier for the customer master key
1167
- # (CMK) to use to encrypt the copy of the DB cluster snapshot in the
1168
- # destination AWS Region. This is the same identifier for both the
1169
- # `CopyDBClusterSnapshot` action that is called in the destination AWS
1170
- # Region, and the action contained in the pre-signed URL.
1176
+ # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the
1177
+ # customer master key (CMK) to use to encrypt the copy of the DB
1178
+ # cluster snapshot in the destination Amazon Web Services Region. This
1179
+ # is the same identifier for both the `CopyDBClusterSnapshot` action
1180
+ # that is called in the destination Amazon Web Services Region, and
1181
+ # the action contained in the pre-signed URL.
1171
1182
  #
1172
- # * `DestinationRegion` - The name of the AWS Region that the DB cluster
1173
- # snapshot is to be created in.
1183
+ # * `DestinationRegion` - The name of the Amazon Web Services Region
1184
+ # that the DB cluster snapshot is to be created in.
1174
1185
  #
1175
1186
  # * `SourceDBClusterSnapshotIdentifier` - The DB cluster snapshot
1176
1187
  # identifier for the encrypted DB cluster snapshot to be copied. This
1177
1188
  # identifier must be in the Amazon Resource Name (ARN) format for the
1178
- # source AWS Region. For example, if you are copying an encrypted DB
1179
- # cluster snapshot from the us-west-2 AWS Region, then your
1180
- # `SourceDBClusterSnapshotIdentifier` looks like the following
1181
- # example:
1189
+ # source Amazon Web Services Region. For example, if you are copying
1190
+ # an encrypted DB cluster snapshot from the us-west-2 Amazon Web
1191
+ # Services Region, then your `SourceDBClusterSnapshotIdentifier` looks
1192
+ # like the following example:
1182
1193
  # `arn:aws:rds:us-west-2:123456789012:cluster-snapshot:aurora-cluster1-snapshot-20161115`.
1183
1194
  #
1184
1195
  # To learn how to generate a Signature Version 4 signed request, see [
1185
- # Authenticating Requests: Using Query Parameters (AWS Signature Version
1186
- # 4)][1] and [ Signature Version 4 Signing Process][2].
1196
+ # Authenticating Requests: Using Query Parameters (Amazon Web Services
1197
+ # Signature Version 4)][1] and [ Signature Version 4 Signing
1198
+ # Process][2].
1187
1199
  #
1188
- # <note markdown="1"> If you are using an AWS SDK tool or the AWS CLI, you can specify
1189
- # `SourceRegion` (or `--source-region` for the AWS CLI) instead of
1200
+ # <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
1201
+ # specify `SourceRegion` (or `--source-region` for the CLI) instead of
1190
1202
  # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
1191
1203
  # autogenerates a pre-signed URL that is a valid request for the
1192
- # operation that can be executed in the source AWS Region.
1204
+ # operation that can be executed in the source Amazon Web Services
1205
+ # Region.
1193
1206
  #
1194
1207
  # </note>
1195
1208
  #
@@ -1386,9 +1399,10 @@ module Aws::RDS
1386
1399
  # Copies the specified DB snapshot. The source DB snapshot must be in
1387
1400
  # the `available` state.
1388
1401
  #
1389
- # You can copy a snapshot from one AWS Region to another. In that case,
1390
- # the AWS Region where you call the `CopyDBSnapshot` action is the
1391
- # destination AWS Region for the DB snapshot copy.
1402
+ # You can copy a snapshot from one Amazon Web Services Region to
1403
+ # another. In that case, the Amazon Web Services Region where you call
1404
+ # the `CopyDBSnapshot` action is the destination Amazon Web Services
1405
+ # Region for the DB snapshot copy.
1392
1406
  #
1393
1407
  # For more information about copying snapshots, see [Copying a DB
1394
1408
  # Snapshot][1] in the *Amazon RDS User Guide.*
@@ -1400,20 +1414,21 @@ module Aws::RDS
1400
1414
  # @option params [required, String] :source_db_snapshot_identifier
1401
1415
  # The identifier for the source DB snapshot.
1402
1416
  #
1403
- # If the source snapshot is in the same AWS Region as the copy, specify
1404
- # a valid DB snapshot identifier. For example, you might specify
1405
- # `rds:mysql-instance1-snapshot-20130805`.
1417
+ # If the source snapshot is in the same Amazon Web Services Region as
1418
+ # the copy, specify a valid DB snapshot identifier. For example, you
1419
+ # might specify `rds:mysql-instance1-snapshot-20130805`.
1406
1420
  #
1407
- # If the source snapshot is in a different AWS Region than the copy,
1408
- # specify a valid DB snapshot ARN. For example, you might specify
1421
+ # If the source snapshot is in a different Amazon Web Services Region
1422
+ # than the copy, specify a valid DB snapshot ARN. For example, you might
1423
+ # specify
1409
1424
  # `arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20130805`.
1410
1425
  #
1411
1426
  # If you are copying from a shared manual DB snapshot, this parameter
1412
1427
  # must be the Amazon Resource Name (ARN) of the shared DB snapshot.
1413
1428
  #
1414
1429
  # If you are copying an encrypted snapshot this parameter must be in the
1415
- # ARN format for the source AWS Region, and must match the
1416
- # `SourceDBSnapshotIdentifier` in the `PreSignedUrl` parameter.
1430
+ # ARN format for the source Amazon Web Services Region, and must match
1431
+ # the `SourceDBSnapshotIdentifier` in the `PreSignedUrl` parameter.
1417
1432
  #
1418
1433
  # Constraints:
1419
1434
  #
@@ -1442,26 +1457,31 @@ module Aws::RDS
1442
1457
  # Example: `my-db-snapshot`
1443
1458
  #
1444
1459
  # @option params [String] :kms_key_id
1445
- # The AWS KMS key identifier for an encrypted DB snapshot. The AWS KMS
1446
- # key identifier is the key ARN, key ID, alias ARN, or alias name for
1447
- # the AWS KMS customer master key (CMK).
1448
- #
1449
- # If you copy an encrypted DB snapshot from your AWS account, you can
1450
- # specify a value for this parameter to encrypt the copy with a new AWS
1451
- # KMS CMK. If you don't specify a value for this parameter, then the
1452
- # copy of the DB snapshot is encrypted with the same AWS KMS key as the
1453
- # source DB snapshot.
1460
+ # The Amazon Web Services KMS key identifier for an encrypted DB
1461
+ # snapshot. The Amazon Web Services KMS key identifier is the key ARN,
1462
+ # key ID, alias ARN, or alias name for the Amazon Web Services KMS
1463
+ # customer master key (CMK).
1464
+ #
1465
+ # If you copy an encrypted DB snapshot from your Amazon Web Services
1466
+ # account, you can specify a value for this parameter to encrypt the
1467
+ # copy with a new Amazon Web Services KMS CMK. If you don't specify a
1468
+ # value for this parameter, then the copy of the DB snapshot is
1469
+ # encrypted with the same Amazon Web Services KMS key as the source DB
1470
+ # snapshot.
1454
1471
  #
1455
- # If you copy an encrypted DB snapshot that is shared from another AWS
1456
- # account, then you must specify a value for this parameter.
1472
+ # If you copy an encrypted DB snapshot that is shared from another
1473
+ # Amazon Web Services account, then you must specify a value for this
1474
+ # parameter.
1457
1475
  #
1458
1476
  # If you specify this parameter when you copy an unencrypted snapshot,
1459
1477
  # the copy is encrypted.
1460
1478
  #
1461
- # If you copy an encrypted snapshot to a different AWS Region, then you
1462
- # must specify a AWS KMS key identifier for the destination AWS Region.
1463
- # AWS KMS CMKs are specific to the AWS Region that they are created in,
1464
- # and you can't use CMKs from one AWS Region in another AWS Region.
1479
+ # If you copy an encrypted snapshot to a different Amazon Web Services
1480
+ # Region, then you must specify a Amazon Web Services KMS key identifier
1481
+ # for the destination Amazon Web Services Region. Amazon Web Services
1482
+ # KMS CMKs are specific to the Amazon Web Services Region that they are
1483
+ # created in, and you can't use CMKs from one Amazon Web Services
1484
+ # Region in another Amazon Web Services Region.
1465
1485
  #
1466
1486
  # @option params [Array<Types::Tag>] :tags
1467
1487
  # A list of tags. For more information, see [Tagging Amazon RDS
@@ -1477,53 +1497,58 @@ module Aws::RDS
1477
1497
  #
1478
1498
  # @option params [String] :pre_signed_url
1479
1499
  # The URL that contains a Signature Version 4 signed request for the
1480
- # `CopyDBSnapshot` API action in the source AWS Region that contains the
1481
- # source DB snapshot to copy.
1500
+ # `CopyDBSnapshot` API action in the source Amazon Web Services Region
1501
+ # that contains the source DB snapshot to copy.
1482
1502
  #
1483
1503
  # You must specify this parameter when you copy an encrypted DB snapshot
1484
- # from another AWS Region by using the Amazon RDS API. Don't specify
1485
- # `PreSignedUrl` when you are copying an encrypted DB snapshot in the
1486
- # same AWS Region.
1504
+ # from another Amazon Web Services Region by using the Amazon RDS API.
1505
+ # Don't specify `PreSignedUrl` when you are copying an encrypted DB
1506
+ # snapshot in the same Amazon Web Services Region.
1487
1507
  #
1488
1508
  # The presigned URL must be a valid request for the `CopyDBSnapshot` API
1489
- # action that can be executed in the source AWS Region that contains the
1490
- # encrypted DB snapshot to be copied. The presigned URL request must
1491
- # contain the following parameter values:
1509
+ # action that can be executed in the source Amazon Web Services Region
1510
+ # that contains the encrypted DB snapshot to be copied. The presigned
1511
+ # URL request must contain the following parameter values:
1492
1512
  #
1493
- # * `DestinationRegion` - The AWS Region that the encrypted DB snapshot
1494
- # is copied to. This AWS Region is the same one where the
1495
- # `CopyDBSnapshot` action is called that contains this presigned URL.
1513
+ # * `DestinationRegion` - The Amazon Web Services Region that the
1514
+ # encrypted DB snapshot is copied to. This Amazon Web Services Region
1515
+ # is the same one where the `CopyDBSnapshot` action is called that
1516
+ # contains this presigned URL.
1496
1517
  #
1497
1518
  # For example, if you copy an encrypted DB snapshot from the us-west-2
1498
- # AWS Region to the us-east-1 AWS Region, then you call the
1499
- # `CopyDBSnapshot` action in the us-east-1 AWS Region and provide a
1500
- # presigned URL that contains a call to the `CopyDBSnapshot` action in
1501
- # the us-west-2 AWS Region. For this example, the `DestinationRegion`
1502
- # in the presigned URL must be set to the us-east-1 AWS Region.
1503
- #
1504
- # * `KmsKeyId` - The AWS KMS key identifier for the customer master key
1505
- # (CMK) to use to encrypt the copy of the DB snapshot in the
1506
- # destination AWS Region. This is the same identifier for both the
1507
- # `CopyDBSnapshot` action that is called in the destination AWS
1508
- # Region, and the action contained in the presigned URL.
1519
+ # Amazon Web Services Region to the us-east-1 Amazon Web Services
1520
+ # Region, then you call the `CopyDBSnapshot` action in the us-east-1
1521
+ # Amazon Web Services Region and provide a presigned URL that contains
1522
+ # a call to the `CopyDBSnapshot` action in the us-west-2 Amazon Web
1523
+ # Services Region. For this example, the `DestinationRegion` in the
1524
+ # presigned URL must be set to the us-east-1 Amazon Web Services
1525
+ # Region.
1526
+ #
1527
+ # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the
1528
+ # customer master key (CMK) to use to encrypt the copy of the DB
1529
+ # snapshot in the destination Amazon Web Services Region. This is the
1530
+ # same identifier for both the `CopyDBSnapshot` action that is called
1531
+ # in the destination Amazon Web Services Region, and the action
1532
+ # contained in the presigned URL.
1509
1533
  #
1510
1534
  # * `SourceDBSnapshotIdentifier` - The DB snapshot identifier for the
1511
1535
  # encrypted snapshot to be copied. This identifier must be in the
1512
- # Amazon Resource Name (ARN) format for the source AWS Region. For
1513
- # example, if you are copying an encrypted DB snapshot from the
1514
- # us-west-2 AWS Region, then your `SourceDBSnapshotIdentifier` looks
1515
- # like the following example:
1536
+ # Amazon Resource Name (ARN) format for the source Amazon Web Services
1537
+ # Region. For example, if you are copying an encrypted DB snapshot
1538
+ # from the us-west-2 Amazon Web Services Region, then your
1539
+ # `SourceDBSnapshotIdentifier` looks like the following example:
1516
1540
  # `arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20161115`.
1517
1541
  #
1518
1542
  # To learn how to generate a Signature Version 4 signed request, see
1519
- # [Authenticating Requests: Using Query Parameters (AWS Signature
1520
- # Version 4)][1] and [Signature Version 4 Signing Process][2].
1543
+ # [Authenticating Requests: Using Query Parameters (Amazon Web Services
1544
+ # Signature Version 4)][1] and [Signature Version 4 Signing Process][2].
1521
1545
  #
1522
- # <note markdown="1"> If you are using an AWS SDK tool or the AWS CLI, you can specify
1523
- # `SourceRegion` (or `--source-region` for the AWS CLI) instead of
1546
+ # <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
1547
+ # specify `SourceRegion` (or `--source-region` for the CLI) instead of
1524
1548
  # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
1525
1549
  # autogenerates a pre-signed URL that is a valid request for the
1526
- # operation that can be executed in the source AWS Region.
1550
+ # operation that can be executed in the source Amazon Web Services
1551
+ # Region.
1527
1552
  #
1528
1553
  # </note>
1529
1554
  #
@@ -1536,12 +1561,13 @@ module Aws::RDS
1536
1561
  # The name of an option group to associate with the copy of the
1537
1562
  # snapshot.
1538
1563
  #
1539
- # Specify this option if you are copying a snapshot from one AWS Region
1540
- # to another, and your DB instance uses a nondefault option group. If
1541
- # your source DB instance uses Transparent Data Encryption for Oracle or
1542
- # Microsoft SQL Server, you must specify this option when copying across
1543
- # AWS Regions. For more information, see [Option group
1544
- # considerations][1] in the *Amazon RDS User Guide.*
1564
+ # Specify this option if you are copying a snapshot from one Amazon Web
1565
+ # Services Region to another, and your DB instance uses a nondefault
1566
+ # option group. If your source DB instance uses Transparent Data
1567
+ # Encryption for Oracle or Microsoft SQL Server, you must specify this
1568
+ # option when copying across Amazon Web Services Regions. For more
1569
+ # information, see [Option group considerations][1] in the *Amazon RDS
1570
+ # User Guide.*
1545
1571
  #
1546
1572
  #
1547
1573
  #
@@ -1631,6 +1657,7 @@ module Aws::RDS
1631
1657
  # resp.db_snapshot.tag_list #=> Array
1632
1658
  # resp.db_snapshot.tag_list[0].key #=> String
1633
1659
  # resp.db_snapshot.tag_list[0].value #=> String
1660
+ # resp.db_snapshot.original_snapshot_create_time #=> Time
1634
1661
  #
1635
1662
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBSnapshot AWS API Documentation
1636
1663
  #
@@ -1824,9 +1851,9 @@ module Aws::RDS
1824
1851
  #
1825
1852
  # You can use the `ReplicationSourceIdentifier` parameter to create the
1826
1853
  # DB cluster as a read replica of another DB cluster or Amazon RDS MySQL
1827
- # DB instance. For cross-region replication where the DB cluster
1828
- # identified by `ReplicationSourceIdentifier` is encrypted, you must
1829
- # also specify the `PreSignedUrl` parameter.
1854
+ # or PostgreSQL DB instance. For cross-region replication where the DB
1855
+ # cluster identified by `ReplicationSourceIdentifier` is encrypted, you
1856
+ # must also specify the `PreSignedUrl` parameter.
1830
1857
  #
1831
1858
  # For more information on Amazon Aurora, see [ What Is Amazon
1832
1859
  # Aurora?][1] in the *Amazon Aurora User Guide.*
@@ -1841,9 +1868,9 @@ module Aws::RDS
1841
1868
  #
1842
1869
  # @option params [Array<String>] :availability_zones
1843
1870
  # A list of Availability Zones (AZs) where instances in the DB cluster
1844
- # can be created. For information on AWS Regions and Availability Zones,
1845
- # see [Choosing the Regions and Availability Zones][1] in the *Amazon
1846
- # Aurora User Guide*.
1871
+ # can be created. For information on Amazon Web Services Regions and
1872
+ # Availability Zones, see [Choosing the Regions and Availability
1873
+ # Zones][1] in the *Amazon Aurora User Guide*.
1847
1874
  #
1848
1875
  #
1849
1876
  #
@@ -1981,8 +2008,9 @@ module Aws::RDS
1981
2008
  # parameter.
1982
2009
  #
1983
2010
  # The default is a 30-minute window selected at random from an 8-hour
1984
- # block of time for each AWS Region. To view the time blocks available,
1985
- # see [ Backup window][1] in the *Amazon Aurora User Guide.*
2011
+ # block of time for each Amazon Web Services Region. To view the time
2012
+ # blocks available, see [ Backup window][1] in the *Amazon Aurora User
2013
+ # Guide.*
1986
2014
  #
1987
2015
  # Constraints:
1988
2016
  #
@@ -2005,9 +2033,10 @@ module Aws::RDS
2005
2033
  # Format: `ddd:hh24:mi-ddd:hh24:mi`
2006
2034
  #
2007
2035
  # The default is a 30-minute window selected at random from an 8-hour
2008
- # block of time for each AWS Region, occurring on a random day of the
2009
- # week. To see the time blocks available, see [ Adjusting the Preferred
2010
- # DB Cluster Maintenance Window][1] in the *Amazon Aurora User Guide.*
2036
+ # block of time for each Amazon Web Services Region, occurring on a
2037
+ # random day of the week. To see the time blocks available, see [
2038
+ # Adjusting the Preferred DB Cluster Maintenance Window][1] in the
2039
+ # *Amazon Aurora User Guide.*
2011
2040
  #
2012
2041
  # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
2013
2042
  #
@@ -2028,11 +2057,13 @@ module Aws::RDS
2028
2057
  # A value that indicates whether the DB cluster is encrypted.
2029
2058
  #
2030
2059
  # @option params [String] :kms_key_id
2031
- # The AWS KMS key identifier for an encrypted DB cluster.
2060
+ # The Amazon Web Services KMS key identifier for an encrypted DB
2061
+ # cluster.
2032
2062
  #
2033
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
2034
- # name for the AWS KMS customer master key (CMK). To use a CMK in a
2035
- # different AWS account, specify the key ARN or alias ARN.
2063
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
2064
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
2065
+ # master key (CMK). To use a CMK in a different Amazon Web Services
2066
+ # account, specify the key ARN or alias ARN.
2036
2067
  #
2037
2068
  # When a CMK isn't specified in `KmsKeyId`\:
2038
2069
  #
@@ -2044,54 +2075,59 @@ module Aws::RDS
2044
2075
  # `ReplicationSourceIdentifier` isn't specified, then Amazon RDS will
2045
2076
  # use your default CMK.
2046
2077
  #
2047
- # There is a default CMK for your AWS account. Your AWS account has a
2048
- # different default CMK for each AWS Region.
2078
+ # There is a default CMK for your Amazon Web Services account. Your
2079
+ # Amazon Web Services account has a different default CMK for each
2080
+ # Amazon Web Services Region.
2049
2081
  #
2050
- # If you create a read replica of an encrypted DB cluster in another AWS
2051
- # Region, you must set `KmsKeyId` to a AWS KMS key identifier that is
2052
- # valid in the destination AWS Region. This CMK is used to encrypt the
2053
- # read replica in that AWS Region.
2082
+ # If you create a read replica of an encrypted DB cluster in another
2083
+ # Amazon Web Services Region, you must set `KmsKeyId` to a Amazon Web
2084
+ # Services KMS key identifier that is valid in the destination Amazon
2085
+ # Web Services Region. This CMK is used to encrypt the read replica in
2086
+ # that Amazon Web Services Region.
2054
2087
  #
2055
2088
  # @option params [String] :pre_signed_url
2056
2089
  # A URL that contains a Signature Version 4 signed request for the
2057
- # `CreateDBCluster` action to be called in the source AWS Region where
2058
- # the DB cluster is replicated from. You only need to specify
2059
- # `PreSignedUrl` when you are performing cross-region replication from
2060
- # an encrypted DB cluster.
2090
+ # `CreateDBCluster` action to be called in the source Amazon Web
2091
+ # Services Region where the DB cluster is replicated from. You only need
2092
+ # to specify `PreSignedUrl` when you are performing cross-region
2093
+ # replication from an encrypted DB cluster.
2061
2094
  #
2062
2095
  # The pre-signed URL must be a valid request for the `CreateDBCluster`
2063
- # API action that can be executed in the source AWS Region that contains
2064
- # the encrypted DB cluster to be copied.
2096
+ # API action that can be executed in the source Amazon Web Services
2097
+ # Region that contains the encrypted DB cluster to be copied.
2065
2098
  #
2066
2099
  # The pre-signed URL request must contain the following parameter
2067
2100
  # values:
2068
2101
  #
2069
- # * `KmsKeyId` - The AWS KMS key identifier for the key to use to
2070
- # encrypt the copy of the DB cluster in the destination AWS Region.
2071
- # This should refer to the same AWS KMS CMK for both the
2072
- # `CreateDBCluster` action that is called in the destination AWS
2073
- # Region, and the action contained in the pre-signed URL.
2102
+ # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the key
2103
+ # to use to encrypt the copy of the DB cluster in the destination
2104
+ # Amazon Web Services Region. This should refer to the same Amazon Web
2105
+ # Services KMS CMK for both the `CreateDBCluster` action that is
2106
+ # called in the destination Amazon Web Services Region, and the action
2107
+ # contained in the pre-signed URL.
2074
2108
  #
2075
- # * `DestinationRegion` - The name of the AWS Region that Aurora read
2076
- # replica will be created in.
2109
+ # * `DestinationRegion` - The name of the Amazon Web Services Region
2110
+ # that Aurora read replica will be created in.
2077
2111
  #
2078
2112
  # * `ReplicationSourceIdentifier` - The DB cluster identifier for the
2079
2113
  # encrypted DB cluster to be copied. This identifier must be in the
2080
- # Amazon Resource Name (ARN) format for the source AWS Region. For
2081
- # example, if you are copying an encrypted DB cluster from the
2082
- # us-west-2 AWS Region, then your `ReplicationSourceIdentifier` would
2083
- # look like Example:
2114
+ # Amazon Resource Name (ARN) format for the source Amazon Web Services
2115
+ # Region. For example, if you are copying an encrypted DB cluster from
2116
+ # the us-west-2 Amazon Web Services Region, then your
2117
+ # `ReplicationSourceIdentifier` would look like Example:
2084
2118
  # `arn:aws:rds:us-west-2:123456789012:cluster:aurora-cluster1`.
2085
2119
  #
2086
2120
  # To learn how to generate a Signature Version 4 signed request, see [
2087
- # Authenticating Requests: Using Query Parameters (AWS Signature Version
2088
- # 4)][1] and [ Signature Version 4 Signing Process][2].
2121
+ # Authenticating Requests: Using Query Parameters (Amazon Web Services
2122
+ # Signature Version 4)][1] and [ Signature Version 4 Signing
2123
+ # Process][2].
2089
2124
  #
2090
- # <note markdown="1"> If you are using an AWS SDK tool or the AWS CLI, you can specify
2091
- # `SourceRegion` (or `--source-region` for the AWS CLI) instead of
2125
+ # <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
2126
+ # specify `SourceRegion` (or `--source-region` for the CLI) instead of
2092
2127
  # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
2093
2128
  # autogenerates a pre-signed URL that is a valid request for the
2094
- # operation that can be executed in the source AWS Region.
2129
+ # operation that can be executed in the source Amazon Web Services
2130
+ # Region.
2095
2131
  #
2096
2132
  # </note>
2097
2133
  #
@@ -2101,9 +2137,9 @@ module Aws::RDS
2101
2137
  # [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
2102
2138
  #
2103
2139
  # @option params [Boolean] :enable_iam_database_authentication
2104
- # A value that indicates whether to enable mapping of AWS Identity and
2105
- # Access Management (IAM) accounts to database accounts. By default,
2106
- # mapping is disabled.
2140
+ # A value that indicates whether to enable mapping of Amazon Web
2141
+ # Services Identity and Access Management (IAM) accounts to database
2142
+ # accounts. By default, mapping is disabled.
2107
2143
  #
2108
2144
  # For more information, see [ IAM Database Authentication][1] in the
2109
2145
  # *Amazon Aurora User Guide.*
@@ -2586,6 +2622,31 @@ module Aws::RDS
2586
2622
  #
2587
2623
  # Example: `aurora-postgresql9.6`
2588
2624
  #
2625
+ # To list all of the available parameter group families for a DB engine,
2626
+ # use the following command:
2627
+ #
2628
+ # `aws rds describe-db-engine-versions --query
2629
+ # "DBEngineVersions[].DBParameterGroupFamily" --engine <engine>`
2630
+ #
2631
+ # For example, to list all of the available parameter group families for
2632
+ # the Aurora PostgreSQL DB engine, use the following command:
2633
+ #
2634
+ # `aws rds describe-db-engine-versions --query
2635
+ # "DBEngineVersions[].DBParameterGroupFamily" --engine
2636
+ # aurora-postgresql`
2637
+ #
2638
+ # <note markdown="1"> The output contains duplicates.
2639
+ #
2640
+ # </note>
2641
+ #
2642
+ # The following are the valid DB engine values:
2643
+ #
2644
+ # * `aurora` (for MySQL 5.6-compatible Aurora)
2645
+ #
2646
+ # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
2647
+ #
2648
+ # * `aurora-postgresql`
2649
+ #
2589
2650
  # @option params [required, String] :description
2590
2651
  # The description for the DB cluster parameter group.
2591
2652
  #
@@ -2957,10 +3018,10 @@ module Aws::RDS
2957
3018
  #
2958
3019
  # @option params [required, String] :db_instance_class
2959
3020
  # The compute and memory capacity of the DB instance, for example,
2960
- # `db.m4.large`. Not all DB instance classes are available in all AWS
2961
- # Regions, or for all database engines. For the full list of DB instance
2962
- # classes, and availability for your engine, see [DB Instance Class][1]
2963
- # in the *Amazon RDS User Guide.*
3021
+ # `db.m4.large`. Not all DB instance classes are available in all Amazon
3022
+ # Web Services Regions, or for all database engines. For the full list
3023
+ # of DB instance classes, and availability for your engine, see [DB
3024
+ # Instance Class][1] in the *Amazon RDS User Guide.*
2964
3025
  #
2965
3026
  #
2966
3027
  #
@@ -2969,7 +3030,8 @@ module Aws::RDS
2969
3030
  # @option params [required, String] :engine
2970
3031
  # The name of the database engine to be used for this instance.
2971
3032
  #
2972
- # Not every database engine is available for every AWS Region.
3033
+ # Not every database engine is available for every Amazon Web Services
3034
+ # Region.
2973
3035
  #
2974
3036
  # Valid Values:
2975
3037
  #
@@ -2985,11 +3047,11 @@ module Aws::RDS
2985
3047
  #
2986
3048
  # * `oracle-ee`
2987
3049
  #
2988
- # * `oracle-se2`
3050
+ # * `oracle-ee-cdb`
2989
3051
  #
2990
- # * `oracle-se1`
3052
+ # * `oracle-se2`
2991
3053
  #
2992
- # * `oracle-se`
3054
+ # * `oracle-se2-cdb`
2993
3055
  #
2994
3056
  # * `postgres`
2995
3057
  #
@@ -3115,17 +3177,18 @@ module Aws::RDS
3115
3177
  #
3116
3178
  # @option params [String] :availability_zone
3117
3179
  # The Availability Zone (AZ) where the database will be created. For
3118
- # information on AWS Regions and Availability Zones, see [Regions and
3119
- # Availability Zones][1].
3180
+ # information on Amazon Web Services Regions and Availability Zones, see
3181
+ # [Regions and Availability Zones][1].
3120
3182
  #
3121
3183
  # Default: A random, system-chosen Availability Zone in the endpoint's
3122
- # AWS Region.
3184
+ # Amazon Web Services Region.
3123
3185
  #
3124
3186
  # Example: `us-east-1d`
3125
3187
  #
3126
3188
  # Constraint: The `AvailabilityZone` parameter can't be specified if
3127
3189
  # the DB instance is a Multi-AZ deployment. The specified Availability
3128
- # Zone must be in the same AWS Region as the current endpoint.
3190
+ # Zone must be in the same Amazon Web Services Region as the current
3191
+ # endpoint.
3129
3192
  #
3130
3193
  # <note markdown="1"> If you're creating a DB instance in an RDS on VMware environment,
3131
3194
  # specify the identifier of the custom Availability Zone to create the
@@ -3154,8 +3217,8 @@ module Aws::RDS
3154
3217
  # Format: `ddd:hh24:mi-ddd:hh24:mi`
3155
3218
  #
3156
3219
  # The default is a 30-minute window selected at random from an 8-hour
3157
- # block of time for each AWS Region, occurring on a random day of the
3158
- # week.
3220
+ # block of time for each Amazon Web Services Region, occurring on a
3221
+ # random day of the week.
3159
3222
  #
3160
3223
  # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
3161
3224
  #
@@ -3200,8 +3263,8 @@ module Aws::RDS
3200
3263
  # The daily time range during which automated backups are created if
3201
3264
  # automated backups are enabled, using the `BackupRetentionPeriod`
3202
3265
  # parameter. The default is a 30-minute window selected at random from
3203
- # an 8-hour block of time for each AWS Region. For more information, see
3204
- # [Backup window][1] in the *Amazon RDS User Guide*.
3266
+ # an 8-hour block of time for each Amazon Web Services Region. For more
3267
+ # information, see [Backup window][1] in the *Amazon RDS User Guide*.
3205
3268
  #
3206
3269
  # **Amazon Aurora**
3207
3270
  #
@@ -3283,7 +3346,8 @@ module Aws::RDS
3283
3346
  #
3284
3347
  # The following are the database engines and links to information about
3285
3348
  # the major and minor versions that are available with Amazon RDS. Not
3286
- # every database engine is available for every AWS Region.
3349
+ # every database engine is available for every Amazon Web Services
3350
+ # Region.
3287
3351
  #
3288
3352
  # **Amazon Aurora**
3289
3353
  #
@@ -3437,21 +3501,24 @@ module Aws::RDS
3437
3501
  # cluster.
3438
3502
  #
3439
3503
  # @option params [String] :kms_key_id
3440
- # The AWS KMS key identifier for an encrypted DB instance.
3504
+ # The Amazon Web Services KMS key identifier for an encrypted DB
3505
+ # instance.
3441
3506
  #
3442
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
3443
- # name for the AWS KMS customer master key (CMK). To use a CMK in a
3444
- # different AWS account, specify the key ARN or alias ARN.
3507
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
3508
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
3509
+ # master key (CMK). To use a CMK in a different Amazon Web Services
3510
+ # account, specify the key ARN or alias ARN.
3445
3511
  #
3446
3512
  # **Amazon Aurora**
3447
3513
  #
3448
- # Not applicable. The AWS KMS key identifier is managed by the DB
3449
- # cluster. For more information, see `CreateDBCluster`.
3514
+ # Not applicable. The Amazon Web Services KMS key identifier is managed
3515
+ # by the DB cluster. For more information, see `CreateDBCluster`.
3450
3516
  #
3451
3517
  # If `StorageEncrypted` is enabled, and you do not specify a value for
3452
3518
  # the `KmsKeyId` parameter, then Amazon RDS uses your default CMK. There
3453
- # is a default CMK for your AWS account. Your AWS account has a
3454
- # different default CMK for each AWS Region.
3519
+ # is a default CMK for your Amazon Web Services account. Your Amazon Web
3520
+ # Services account has a different default CMK for each Amazon Web
3521
+ # Services Region.
3455
3522
  #
3456
3523
  # @option params [String] :domain
3457
3524
  # The Active Directory directory ID to create the DB instance in.
@@ -3526,12 +3593,13 @@ module Aws::RDS
3526
3593
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone
3527
3594
  #
3528
3595
  # @option params [Boolean] :enable_iam_database_authentication
3529
- # A value that indicates whether to enable mapping of AWS Identity and
3530
- # Access Management (IAM) accounts to database accounts. By default,
3531
- # mapping is disabled.
3596
+ # A value that indicates whether to enable mapping of Amazon Web
3597
+ # Services Identity and Access Management (IAM) accounts to database
3598
+ # accounts. By default, mapping is disabled.
3532
3599
  #
3533
- # This setting doesn't apply to Amazon Aurora. Mapping AWS IAM accounts
3534
- # to database accounts is managed by the DB cluster.
3600
+ # This setting doesn't apply to Amazon Aurora. Mapping Amazon Web
3601
+ # Services IAM accounts to database accounts is managed by the DB
3602
+ # cluster.
3535
3603
  #
3536
3604
  # For more information, see [ IAM Database Authentication for MySQL and
3537
3605
  # PostgreSQL][1] in the *Amazon RDS User Guide.*
@@ -3552,16 +3620,17 @@ module Aws::RDS
3552
3620
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
3553
3621
  #
3554
3622
  # @option params [String] :performance_insights_kms_key_id
3555
- # The AWS KMS key identifier for encryption of Performance Insights
3556
- # data.
3623
+ # The Amazon Web Services KMS key identifier for encryption of
3624
+ # Performance Insights data.
3557
3625
  #
3558
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
3559
- # name for the AWS KMS customer master key (CMK).
3626
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
3627
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
3628
+ # master key (CMK).
3560
3629
  #
3561
3630
  # If you do not specify a value for `PerformanceInsightsKMSKeyId`, then
3562
- # Amazon RDS uses your default CMK. There is a default CMK for your AWS
3563
- # account. Your AWS account has a different default CMK for each AWS
3564
- # Region.
3631
+ # Amazon RDS uses your default CMK. There is a default CMK for your
3632
+ # Amazon Web Services account. Your Amazon Web Services account has a
3633
+ # different default CMK for each Amazon Web Services Region.
3565
3634
  #
3566
3635
  # @option params [Integer] :performance_insights_retention_period
3567
3636
  # The amount of time, in days, to retain Performance Insights data.
@@ -3646,10 +3715,11 @@ module Aws::RDS
3646
3715
  # from outside of its virtual private cloud (VPC) on your local network.
3647
3716
  #
3648
3717
  # For more information about RDS on Outposts, see [Working with Amazon
3649
- # RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
3718
+ # RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
3719
+ # Guide*.
3650
3720
  #
3651
3721
  # For more information about CoIPs, see [Customer-owned IP addresses][2]
3652
- # in the *AWS Outposts User Guide*.
3722
+ # in the *Amazon Web Services Outposts User Guide*.
3653
3723
  #
3654
3724
  #
3655
3725
  #
@@ -3869,6 +3939,11 @@ module Aws::RDS
3869
3939
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
3870
3940
  # resp.db_instance.customer_owned_ip_enabled #=> Boolean
3871
3941
  # resp.db_instance.aws_backup_recovery_point_arn #=> String
3942
+ # resp.db_instance.activity_stream_status #=> String, one of "stopped", "starting", "started", "stopping"
3943
+ # resp.db_instance.activity_stream_kms_key_id #=> String
3944
+ # resp.db_instance.activity_stream_kinesis_stream_name #=> String
3945
+ # resp.db_instance.activity_stream_mode #=> String, one of "sync", "async"
3946
+ # resp.db_instance.activity_stream_engine_native_audit_fields_included #=> Boolean
3872
3947
  #
3873
3948
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance AWS API Documentation
3874
3949
  #
@@ -3931,14 +4006,14 @@ module Aws::RDS
3931
4006
  # * The specified DB instance must have automatic backups enabled, that
3932
4007
  # is, its backup retention period must be greater than 0.
3933
4008
  #
3934
- # * If the source DB instance is in the same AWS Region as the read
3935
- # replica, specify a valid DB instance identifier.
4009
+ # * If the source DB instance is in the same Amazon Web Services Region
4010
+ # as the read replica, specify a valid DB instance identifier.
3936
4011
  #
3937
- # * If the source DB instance is in a different AWS Region from the read
3938
- # replica, specify a valid DB instance ARN. For more information, see
3939
- # [Constructing an ARN for Amazon RDS][3] in the *Amazon RDS User
3940
- # Guide*. This doesn't apply to SQL Server, which doesn't support
3941
- # cross-region replicas.
4012
+ # * If the source DB instance is in a different Amazon Web Services
4013
+ # Region from the read replica, specify a valid DB instance ARN. For
4014
+ # more information, see [Constructing an ARN for Amazon RDS][3] in the
4015
+ # *Amazon RDS User Guide*. This doesn't apply to SQL Server, which
4016
+ # doesn't support cross-region replicas.
3942
4017
  #
3943
4018
  #
3944
4019
  #
@@ -3948,10 +4023,10 @@ module Aws::RDS
3948
4023
  #
3949
4024
  # @option params [String] :db_instance_class
3950
4025
  # The compute and memory capacity of the read replica, for example,
3951
- # `db.m4.large`. Not all DB instance classes are available in all AWS
3952
- # Regions, or for all database engines. For the full list of DB instance
3953
- # classes, and availability for your engine, see [DB Instance Class][1]
3954
- # in the *Amazon RDS User Guide.*
4026
+ # `db.m4.large`. Not all DB instance classes are available in all Amazon
4027
+ # Web Services Regions, or for all database engines. For the full list
4028
+ # of DB instance classes, and availability for your engine, see [DB
4029
+ # Instance Class][1] in the *Amazon RDS User Guide.*
3955
4030
  #
3956
4031
  # Default: Inherits from the source DB instance.
3957
4032
  #
@@ -3963,7 +4038,7 @@ module Aws::RDS
3963
4038
  # The Availability Zone (AZ) where the read replica will be created.
3964
4039
  #
3965
4040
  # Default: A random, system-chosen Availability Zone in the endpoint's
3966
- # AWS Region.
4041
+ # Amazon Web Services Region.
3967
4042
  #
3968
4043
  # Example: `us-east-1d`
3969
4044
  #
@@ -4056,15 +4131,15 @@ module Aws::RDS
4056
4131
  # Constraints:
4057
4132
  #
4058
4133
  # * Can only be specified if the source DB instance identifier specifies
4059
- # a DB instance in another AWS Region.
4134
+ # a DB instance in another Amazon Web Services Region.
4060
4135
  #
4061
4136
  # * If supplied, must match the name of an existing DBSubnetGroup.
4062
4137
  #
4063
- # * The specified DB subnet group must be in the same AWS Region in
4064
- # which the operation is running.
4138
+ # * The specified DB subnet group must be in the same Amazon Web
4139
+ # Services Region in which the operation is running.
4065
4140
  #
4066
- # * All read replicas in one AWS Region that are created from the same
4067
- # source DB instance must either:&gt;
4141
+ # * All read replicas in one Amazon Web Services Region that are created
4142
+ # from the same source DB instance must either:&gt;
4068
4143
  #
4069
4144
  # * Specify DB subnet groups from the same VPC. All these read
4070
4145
  # replicas are created in the same VPC.
@@ -4119,76 +4194,85 @@ module Aws::RDS
4119
4194
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html#USER_Monitoring.OS.IAMRole
4120
4195
  #
4121
4196
  # @option params [String] :kms_key_id
4122
- # The AWS KMS key identifier for an encrypted read replica.
4197
+ # The Amazon Web Services KMS key identifier for an encrypted read
4198
+ # replica.
4123
4199
  #
4124
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
4125
- # name for the AWS KMS CMK.
4200
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
4201
+ # alias ARN, or alias name for the Amazon Web Services KMS CMK.
4126
4202
  #
4127
- # If you create an encrypted read replica in the same AWS Region as the
4128
- # source DB instance, then do not specify a value for this parameter. A
4129
- # read replica in the same Region is always encrypted with the same AWS
4130
- # KMS CMK as the source DB instance.
4203
+ # If you create an encrypted read replica in the same Amazon Web
4204
+ # Services Region as the source DB instance, then do not specify a value
4205
+ # for this parameter. A read replica in the same Region is always
4206
+ # encrypted with the same Amazon Web Services KMS CMK as the source DB
4207
+ # instance.
4131
4208
  #
4132
- # If you create an encrypted read replica in a different AWS Region,
4133
- # then you must specify a AWS KMS key identifier for the destination AWS
4134
- # Region. AWS KMS CMKs are specific to the AWS Region that they are
4135
- # created in, and you can't use CMKs from one AWS Region in another AWS
4136
- # Region.
4209
+ # If you create an encrypted read replica in a different Amazon Web
4210
+ # Services Region, then you must specify a Amazon Web Services KMS key
4211
+ # identifier for the destination Amazon Web Services Region. Amazon Web
4212
+ # Services KMS CMKs are specific to the Amazon Web Services Region that
4213
+ # they are created in, and you can't use CMKs from one Amazon Web
4214
+ # Services Region in another Amazon Web Services Region.
4137
4215
  #
4138
4216
  # You can't create an encrypted read replica from an unencrypted DB
4139
4217
  # instance.
4140
4218
  #
4141
4219
  # @option params [String] :pre_signed_url
4142
4220
  # The URL that contains a Signature Version 4 signed request for the
4143
- # `CreateDBInstanceReadReplica` API action in the source AWS Region that
4144
- # contains the source DB instance.
4221
+ # `CreateDBInstanceReadReplica` API action in the source Amazon Web
4222
+ # Services Region that contains the source DB instance.
4145
4223
  #
4146
4224
  # You must specify this parameter when you create an encrypted read
4147
- # replica from another AWS Region by using the Amazon RDS API. Don't
4148
- # specify `PreSignedUrl` when you are creating an encrypted read replica
4149
- # in the same AWS Region.
4225
+ # replica from another Amazon Web Services Region by using the Amazon
4226
+ # RDS API. Don't specify `PreSignedUrl` when you are creating an
4227
+ # encrypted read replica in the same Amazon Web Services Region.
4150
4228
  #
4151
4229
  # The presigned URL must be a valid request for the
4152
4230
  # `CreateDBInstanceReadReplica` API action that can be executed in the
4153
- # source AWS Region that contains the encrypted source DB instance. The
4154
- # presigned URL request must contain the following parameter values:
4231
+ # source Amazon Web Services Region that contains the encrypted source
4232
+ # DB instance. The presigned URL request must contain the following
4233
+ # parameter values:
4155
4234
  #
4156
- # * `DestinationRegion` - The AWS Region that the encrypted read replica
4157
- # is created in. This AWS Region is the same one where the
4158
- # `CreateDBInstanceReadReplica` action is called that contains this
4159
- # presigned URL.
4235
+ # * `DestinationRegion` - The Amazon Web Services Region that the
4236
+ # encrypted read replica is created in. This Amazon Web Services
4237
+ # Region is the same one where the `CreateDBInstanceReadReplica`
4238
+ # action is called that contains this presigned URL.
4160
4239
  #
4161
4240
  # For example, if you create an encrypted DB instance in the us-west-1
4162
- # AWS Region, from a source DB instance in the us-east-2 AWS Region,
4163
- # then you call the `CreateDBInstanceReadReplica` action in the
4164
- # us-east-1 AWS Region and provide a presigned URL that contains a
4165
- # call to the `CreateDBInstanceReadReplica` action in the us-west-2
4166
- # AWS Region. For this example, the `DestinationRegion` in the
4167
- # presigned URL must be set to the us-east-1 AWS Region.
4168
- #
4169
- # * `KmsKeyId` - The AWS KMS key identifier for the key to use to
4170
- # encrypt the read replica in the destination AWS Region. This is the
4171
- # same identifier for both the `CreateDBInstanceReadReplica` action
4172
- # that is called in the destination AWS Region, and the action
4173
- # contained in the presigned URL.
4241
+ # Amazon Web Services Region, from a source DB instance in the
4242
+ # us-east-2 Amazon Web Services Region, then you call the
4243
+ # `CreateDBInstanceReadReplica` action in the us-east-1 Amazon Web
4244
+ # Services Region and provide a presigned URL that contains a call to
4245
+ # the `CreateDBInstanceReadReplica` action in the us-west-2 Amazon Web
4246
+ # Services Region. For this example, the `DestinationRegion` in the
4247
+ # presigned URL must be set to the us-east-1 Amazon Web Services
4248
+ # Region.
4249
+ #
4250
+ # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the key
4251
+ # to use to encrypt the read replica in the destination Amazon Web
4252
+ # Services Region. This is the same identifier for both the
4253
+ # `CreateDBInstanceReadReplica` action that is called in the
4254
+ # destination Amazon Web Services Region, and the action contained in
4255
+ # the presigned URL.
4174
4256
  #
4175
4257
  # * `SourceDBInstanceIdentifier` - The DB instance identifier for the
4176
4258
  # encrypted DB instance to be replicated. This identifier must be in
4177
- # the Amazon Resource Name (ARN) format for the source AWS Region. For
4178
- # example, if you are creating an encrypted read replica from a DB
4179
- # instance in the us-west-2 AWS Region, then your
4180
- # `SourceDBInstanceIdentifier` looks like the following example:
4259
+ # the Amazon Resource Name (ARN) format for the source Amazon Web
4260
+ # Services Region. For example, if you are creating an encrypted read
4261
+ # replica from a DB instance in the us-west-2 Amazon Web Services
4262
+ # Region, then your `SourceDBInstanceIdentifier` looks like the
4263
+ # following example:
4181
4264
  # `arn:aws:rds:us-west-2:123456789012:instance:mysql-instance1-20161115`.
4182
4265
  #
4183
4266
  # To learn how to generate a Signature Version 4 signed request, see
4184
- # [Authenticating Requests: Using Query Parameters (AWS Signature
4185
- # Version 4)][1] and [Signature Version 4 Signing Process][2].
4267
+ # [Authenticating Requests: Using Query Parameters (Amazon Web Services
4268
+ # Signature Version 4)][1] and [Signature Version 4 Signing Process][2].
4186
4269
  #
4187
- # <note markdown="1"> If you are using an AWS SDK tool or the AWS CLI, you can specify
4188
- # `SourceRegion` (or `--source-region` for the AWS CLI) instead of
4270
+ # <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
4271
+ # specify `SourceRegion` (or `--source-region` for the CLI) instead of
4189
4272
  # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
4190
4273
  # autogenerates a presigned URL that is a valid request for the
4191
- # operation that can be executed in the source AWS Region.
4274
+ # operation that can be executed in the source Amazon Web Services
4275
+ # Region.
4192
4276
  #
4193
4277
  # `SourceRegion` isn't supported for SQL Server, because SQL Server on
4194
4278
  # Amazon RDS doesn't support cross-region read replicas.
@@ -4201,9 +4285,9 @@ module Aws::RDS
4201
4285
  # [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
4202
4286
  #
4203
4287
  # @option params [Boolean] :enable_iam_database_authentication
4204
- # A value that indicates whether to enable mapping of AWS Identity and
4205
- # Access Management (IAM) accounts to database accounts. By default,
4206
- # mapping is disabled.
4288
+ # A value that indicates whether to enable mapping of Amazon Web
4289
+ # Services Identity and Access Management (IAM) accounts to database
4290
+ # accounts. By default, mapping is disabled.
4207
4291
  #
4208
4292
  # For more information about IAM database authentication, see [ IAM
4209
4293
  # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
@@ -4225,16 +4309,17 @@ module Aws::RDS
4225
4309
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
4226
4310
  #
4227
4311
  # @option params [String] :performance_insights_kms_key_id
4228
- # The AWS KMS key identifier for encryption of Performance Insights
4229
- # data.
4312
+ # The Amazon Web Services KMS key identifier for encryption of
4313
+ # Performance Insights data.
4230
4314
  #
4231
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
4232
- # name for the AWS KMS customer master key (CMK).
4315
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
4316
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
4317
+ # master key (CMK).
4233
4318
  #
4234
4319
  # If you do not specify a value for `PerformanceInsightsKMSKeyId`, then
4235
- # Amazon RDS uses your default CMK. There is a default CMK for your AWS
4236
- # account. Your AWS account has a different default CMK for each AWS
4237
- # Region.
4320
+ # Amazon RDS uses your default CMK. There is a default CMK for your
4321
+ # Amazon Web Services account. Your Amazon Web Services account has a
4322
+ # different default CMK for each Amazon Web Services Region.
4238
4323
  #
4239
4324
  # @option params [Integer] :performance_insights_retention_period
4240
4325
  # The amount of time, in days, to retain Performance Insights data.
@@ -4527,6 +4612,11 @@ module Aws::RDS
4527
4612
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
4528
4613
  # resp.db_instance.customer_owned_ip_enabled #=> Boolean
4529
4614
  # resp.db_instance.aws_backup_recovery_point_arn #=> String
4615
+ # resp.db_instance.activity_stream_status #=> String, one of "stopped", "starting", "started", "stopping"
4616
+ # resp.db_instance.activity_stream_kms_key_id #=> String
4617
+ # resp.db_instance.activity_stream_kinesis_stream_name #=> String
4618
+ # resp.db_instance.activity_stream_mode #=> String, one of "sync", "async"
4619
+ # resp.db_instance.activity_stream_engine_native_audit_fields_included #=> Boolean
4530
4620
  #
4531
4621
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica AWS API Documentation
4532
4622
  #
@@ -4586,16 +4676,52 @@ module Aws::RDS
4586
4676
  # applied only to a DB instance running a database engine and engine
4587
4677
  # version compatible with that DB parameter group family.
4588
4678
  #
4589
- # To list all of the available parameter group families, use the
4590
- # following command:
4679
+ # To list all of the available parameter group families for a DB engine,
4680
+ # use the following command:
4681
+ #
4682
+ # `aws rds describe-db-engine-versions --query
4683
+ # "DBEngineVersions[].DBParameterGroupFamily" --engine <engine>`
4684
+ #
4685
+ # For example, to list all of the available parameter group families for
4686
+ # the MySQL DB engine, use the following command:
4591
4687
  #
4592
4688
  # `aws rds describe-db-engine-versions --query
4593
- # "DBEngineVersions[].DBParameterGroupFamily"`
4689
+ # "DBEngineVersions[].DBParameterGroupFamily" --engine mysql`
4594
4690
  #
4595
4691
  # <note markdown="1"> The output contains duplicates.
4596
4692
  #
4597
4693
  # </note>
4598
4694
  #
4695
+ # The following are the valid DB engine values:
4696
+ #
4697
+ # * `aurora` (for MySQL 5.6-compatible Aurora)
4698
+ #
4699
+ # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
4700
+ #
4701
+ # * `aurora-postgresql`
4702
+ #
4703
+ # * `mariadb`
4704
+ #
4705
+ # * `mysql`
4706
+ #
4707
+ # * `oracle-ee`
4708
+ #
4709
+ # * `oracle-ee-cdb`
4710
+ #
4711
+ # * `oracle-se2`
4712
+ #
4713
+ # * `oracle-se2-cdb`
4714
+ #
4715
+ # * `postgres`
4716
+ #
4717
+ # * `sqlserver-ee`
4718
+ #
4719
+ # * `sqlserver-se`
4720
+ #
4721
+ # * `sqlserver-ex`
4722
+ #
4723
+ # * `sqlserver-web`
4724
+ #
4599
4725
  # @option params [required, String] :description
4600
4726
  # The description for the DB parameter group.
4601
4727
  #
@@ -4657,10 +4783,10 @@ module Aws::RDS
4657
4783
  #
4658
4784
  # @option params [required, String] :db_proxy_name
4659
4785
  # The identifier for the proxy. This name must be unique for all proxies
4660
- # owned by your AWS account in the specified AWS Region. An identifier
4661
- # must begin with a letter and must contain only ASCII letters, digits,
4662
- # and hyphens; it can't end with a hyphen or contain two consecutive
4663
- # hyphens.
4786
+ # owned by your Amazon Web Services account in the specified Amazon Web
4787
+ # Services Region. An identifier must begin with a letter and must
4788
+ # contain only ASCII letters, digits, and hyphens; it can't end with a
4789
+ # hyphen or contain two consecutive hyphens.
4664
4790
  #
4665
4791
  # @option params [required, String] :engine_family
4666
4792
  # The kinds of databases that the proxy can connect to. This value
@@ -4673,7 +4799,7 @@ module Aws::RDS
4673
4799
  #
4674
4800
  # @option params [required, String] :role_arn
4675
4801
  # The Amazon Resource Name (ARN) of the IAM role that the proxy uses to
4676
- # access secrets in AWS Secrets Manager.
4802
+ # access secrets in Amazon Web Services Secrets Manager.
4677
4803
  #
4678
4804
  # @option params [required, Array<String>] :vpc_subnet_ids
4679
4805
  # One or more VPC subnet IDs to associate with the new proxy.
@@ -5042,6 +5168,7 @@ module Aws::RDS
5042
5168
  # resp.db_snapshot.tag_list #=> Array
5043
5169
  # resp.db_snapshot.tag_list[0].key #=> String
5044
5170
  # resp.db_snapshot.tag_list[0].value #=> String
5171
+ # resp.db_snapshot.original_snapshot_create_time #=> Time
5045
5172
  #
5046
5173
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSnapshot AWS API Documentation
5047
5174
  #
@@ -5053,7 +5180,7 @@ module Aws::RDS
5053
5180
  end
5054
5181
 
5055
5182
  # Creates a new DB subnet group. DB subnet groups must contain at least
5056
- # one subnet in at least two AZs in the AWS Region.
5183
+ # one subnet in at least two AZs in the Amazon Web Services Region.
5057
5184
  #
5058
5185
  # @option params [required, String] :db_subnet_group_name
5059
5186
  # The name for the DB subnet group. This value is stored as a lowercase
@@ -5302,11 +5429,11 @@ module Aws::RDS
5302
5429
  req.send_request(options)
5303
5430
  end
5304
5431
 
5305
- # Creates an Aurora global database spread across multiple AWS Regions.
5306
- # The global database contains a single primary cluster with read-write
5307
- # capability, and a read-only secondary cluster that receives data from
5308
- # the primary cluster through high-speed replication performed by the
5309
- # Aurora storage subsystem.
5432
+ # Creates an Aurora global database spread across multiple Amazon Web
5433
+ # Services Regions. The global database contains a single primary
5434
+ # cluster with read-write capability, and a read-only secondary cluster
5435
+ # that receives data from the primary cluster through high-speed
5436
+ # replication performed by the Aurora storage subsystem.
5310
5437
  #
5311
5438
  # You can create a global database that is initially empty, and then add
5312
5439
  # a primary cluster and a secondary cluster to it. Or you can specify an
@@ -5415,11 +5542,11 @@ module Aws::RDS
5415
5542
  #
5416
5543
  # * `oracle-ee`
5417
5544
  #
5418
- # * `oracle-se2`
5545
+ # * `oracle-ee-cdb`
5419
5546
  #
5420
- # * `oracle-se1`
5547
+ # * `oracle-se2`
5421
5548
  #
5422
- # * `oracle-se`
5549
+ # * `oracle-se2-cdb`
5423
5550
  #
5424
5551
  # * `postgres`
5425
5552
  #
@@ -6185,6 +6312,11 @@ module Aws::RDS
6185
6312
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
6186
6313
  # resp.db_instance.customer_owned_ip_enabled #=> Boolean
6187
6314
  # resp.db_instance.aws_backup_recovery_point_arn #=> String
6315
+ # resp.db_instance.activity_stream_status #=> String, one of "stopped", "starting", "started", "stopping"
6316
+ # resp.db_instance.activity_stream_kms_key_id #=> String
6317
+ # resp.db_instance.activity_stream_kinesis_stream_name #=> String
6318
+ # resp.db_instance.activity_stream_mode #=> String, one of "sync", "async"
6319
+ # resp.db_instance.activity_stream_engine_native_audit_fields_included #=> Boolean
6188
6320
  #
6189
6321
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance AWS API Documentation
6190
6322
  #
@@ -6201,7 +6333,7 @@ module Aws::RDS
6201
6333
  #
6202
6334
  # @option params [String] :dbi_resource_id
6203
6335
  # The identifier for the source DB instance, which can't be changed and
6204
- # which is unique to an AWS Region.
6336
+ # which is unique to an Amazon Web Services Region.
6205
6337
  #
6206
6338
  # @option params [String] :db_instance_automated_backups_arn
6207
6339
  # The Amazon Resource Name (ARN) of the automated backups to delete, for
@@ -6515,6 +6647,7 @@ module Aws::RDS
6515
6647
  # resp.db_snapshot.tag_list #=> Array
6516
6648
  # resp.db_snapshot.tag_list[0].key #=> String
6517
6649
  # resp.db_snapshot.tag_list[0].value #=> String
6650
+ # resp.db_snapshot.original_snapshot_create_time #=> Time
6518
6651
  #
6519
6652
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBSnapshot AWS API Documentation
6520
6653
  #
@@ -6830,8 +6963,8 @@ module Aws::RDS
6830
6963
  req.send_request(options)
6831
6964
  end
6832
6965
 
6833
- # Lists the set of CA certificates provided by Amazon RDS for this AWS
6834
- # account.
6966
+ # Lists the set of CA certificates provided by Amazon RDS for this
6967
+ # Amazon Web Services account.
6835
6968
  #
6836
6969
  # @option params [String] :certificate_identifier
6837
6970
  # The user-supplied certificate identifier. If this parameter is
@@ -7426,16 +7559,18 @@ module Aws::RDS
7426
7559
  # Returns a list of DB cluster snapshot attribute names and values for a
7427
7560
  # manual DB cluster snapshot.
7428
7561
  #
7429
- # When sharing snapshots with other AWS accounts,
7562
+ # When sharing snapshots with other Amazon Web Services accounts,
7430
7563
  # `DescribeDBClusterSnapshotAttributes` returns the `restore` attribute
7431
- # and a list of IDs for the AWS accounts that are authorized to copy or
7432
- # restore the manual DB cluster snapshot. If `all` is included in the
7433
- # list of values for the `restore` attribute, then the manual DB cluster
7434
- # snapshot is public and can be copied or restored by all AWS accounts.
7564
+ # and a list of IDs for the Amazon Web Services accounts that are
7565
+ # authorized to copy or restore the manual DB cluster snapshot. If `all`
7566
+ # is included in the list of values for the `restore` attribute, then
7567
+ # the manual DB cluster snapshot is public and can be copied or restored
7568
+ # by all Amazon Web Services accounts.
7435
7569
  #
7436
- # To add or remove access for an AWS account to copy or restore a manual
7437
- # DB cluster snapshot, or to make the manual DB cluster snapshot public
7438
- # or private, use the `ModifyDBClusterSnapshotAttribute` API action.
7570
+ # To add or remove access for an Amazon Web Services account to copy or
7571
+ # restore a manual DB cluster snapshot, or to make the manual DB cluster
7572
+ # snapshot public or private, use the `ModifyDBClusterSnapshotAttribute`
7573
+ # API action.
7439
7574
  #
7440
7575
  # <note markdown="1"> This action only applies to Aurora DB clusters.
7441
7576
  #
@@ -7531,13 +7666,14 @@ module Aws::RDS
7531
7666
  # of the following values:
7532
7667
  #
7533
7668
  # * `automated` - Return all DB cluster snapshots that have been
7534
- # automatically taken by Amazon RDS for my AWS account.
7669
+ # automatically taken by Amazon RDS for my Amazon Web Services
7670
+ # account.
7535
7671
  #
7536
7672
  # * `manual` - Return all DB cluster snapshots that have been taken by
7537
- # my AWS account.
7673
+ # my Amazon Web Services account.
7538
7674
  #
7539
7675
  # * `shared` - Return all manual DB cluster snapshots that have been
7540
- # shared to my AWS account.
7676
+ # shared to my Amazon Web Services account.
7541
7677
  #
7542
7678
  # * `public` - Return all DB cluster snapshots that have been marked as
7543
7679
  # public.
@@ -7586,18 +7722,18 @@ module Aws::RDS
7586
7722
  #
7587
7723
  # @option params [Boolean] :include_shared
7588
7724
  # A value that indicates whether to include shared manual DB cluster
7589
- # snapshots from other AWS accounts that this AWS account has been given
7590
- # permission to copy or restore. By default, these snapshots are not
7591
- # included.
7725
+ # snapshots from other Amazon Web Services accounts that this Amazon Web
7726
+ # Services account has been given permission to copy or restore. By
7727
+ # default, these snapshots are not included.
7592
7728
  #
7593
- # You can give an AWS account permission to restore a manual DB cluster
7594
- # snapshot from another AWS account by the
7595
- # `ModifyDBClusterSnapshotAttribute` API action.
7729
+ # You can give an Amazon Web Services account permission to restore a
7730
+ # manual DB cluster snapshot from another Amazon Web Services account by
7731
+ # the `ModifyDBClusterSnapshotAttribute` API action.
7596
7732
  #
7597
7733
  # @option params [Boolean] :include_public
7598
7734
  # A value that indicates whether to include manual DB cluster snapshots
7599
- # that are public and can be copied or restored by any AWS account. By
7600
- # default, the public snapshots are not included.
7735
+ # that are public and can be copied or restored by any Amazon Web
7736
+ # Services account. By default, the public snapshots are not included.
7601
7737
  #
7602
7738
  # You can share a manual DB cluster snapshot as public by using the
7603
7739
  # ModifyDBClusterSnapshotAttribute API action.
@@ -7717,11 +7853,20 @@ module Aws::RDS
7717
7853
  #
7718
7854
  # Supported filters:
7719
7855
  #
7856
+ # * `clone-group-id` - Accepts clone group identifiers. The results list
7857
+ # will only include information about the DB clusters associated with
7858
+ # these clone groups.
7859
+ #
7720
7860
  # * `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
7721
7861
  # Amazon Resource Names (ARNs). The results list will only include
7722
7862
  # information about the DB clusters identified by these ARNs.
7723
7863
  #
7724
- # ^
7864
+ # * `domain` - Accepts Active Directory directory IDs. The results list
7865
+ # will only include information about the DB clusters associated with
7866
+ # these domains.
7867
+ #
7868
+ # * `engine` - Accepts engine names. The results list will only include
7869
+ # information about the DB clusters for these engines.
7725
7870
  #
7726
7871
  # @option params [Integer] :max_records
7727
7872
  # The maximum number of records to include in the response. If more
@@ -7741,7 +7886,8 @@ module Aws::RDS
7741
7886
  #
7742
7887
  # @option params [Boolean] :include_shared
7743
7888
  # Optional Boolean parameter that specifies whether the output includes
7744
- # information about clusters shared from other AWS accounts.
7889
+ # information about clusters shared from other Amazon Web Services
7890
+ # accounts.
7745
7891
  #
7746
7892
  # @return [Types::DBClusterMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7747
7893
  #
@@ -7899,11 +8045,11 @@ module Aws::RDS
7899
8045
  #
7900
8046
  # * `oracle-ee`
7901
8047
  #
7902
- # * `oracle-se2`
8048
+ # * `oracle-ee-cdb`
7903
8049
  #
7904
- # * `oracle-se1`
8050
+ # * `oracle-se2`
7905
8051
  #
7906
- # * `oracle-se`
8052
+ # * `oracle-se2-cdb`
7907
8053
  #
7908
8054
  # * `postgres`
7909
8055
  #
@@ -8415,6 +8561,11 @@ module Aws::RDS
8415
8561
  # resp.db_instances[0].db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
8416
8562
  # resp.db_instances[0].customer_owned_ip_enabled #=> Boolean
8417
8563
  # resp.db_instances[0].aws_backup_recovery_point_arn #=> String
8564
+ # resp.db_instances[0].activity_stream_status #=> String, one of "stopped", "starting", "started", "stopping"
8565
+ # resp.db_instances[0].activity_stream_kms_key_id #=> String
8566
+ # resp.db_instances[0].activity_stream_kinesis_stream_name #=> String
8567
+ # resp.db_instances[0].activity_stream_mode #=> String, one of "sync", "async"
8568
+ # resp.db_instances[0].activity_stream_engine_native_audit_fields_included #=> Boolean
8418
8569
  #
8419
8570
  #
8420
8571
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -8717,8 +8868,8 @@ module Aws::RDS
8717
8868
  #
8718
8869
  # @option params [String] :db_proxy_name
8719
8870
  # The name of the DB proxy. If you omit this parameter, the output
8720
- # includes information about all DB proxies owned by your AWS account
8721
- # ID.
8871
+ # includes information about all DB proxies owned by your Amazon Web
8872
+ # Services account ID.
8722
8873
  #
8723
8874
  # @option params [Array<Types::Filter>] :filters
8724
8875
  # This parameter is not currently supported.
@@ -9113,16 +9264,17 @@ module Aws::RDS
9113
9264
  # Returns a list of DB snapshot attribute names and values for a manual
9114
9265
  # DB snapshot.
9115
9266
  #
9116
- # When sharing snapshots with other AWS accounts,
9267
+ # When sharing snapshots with other Amazon Web Services accounts,
9117
9268
  # `DescribeDBSnapshotAttributes` returns the `restore` attribute and a
9118
- # list of IDs for the AWS accounts that are authorized to copy or
9119
- # restore the manual DB snapshot. If `all` is included in the list of
9120
- # values for the `restore` attribute, then the manual DB snapshot is
9121
- # public and can be copied or restored by all AWS accounts.
9269
+ # list of IDs for the Amazon Web Services accounts that are authorized
9270
+ # to copy or restore the manual DB snapshot. If `all` is included in the
9271
+ # list of values for the `restore` attribute, then the manual DB
9272
+ # snapshot is public and can be copied or restored by all Amazon Web
9273
+ # Services accounts.
9122
9274
  #
9123
- # To add or remove access for an AWS account to copy or restore a manual
9124
- # DB snapshot, or to make the manual DB snapshot public or private, use
9125
- # the `ModifyDBSnapshotAttribute` API action.
9275
+ # To add or remove access for an Amazon Web Services account to copy or
9276
+ # restore a manual DB snapshot, or to make the manual DB snapshot public
9277
+ # or private, use the `ModifyDBSnapshotAttribute` API action.
9126
9278
  #
9127
9279
  # @option params [required, String] :db_snapshot_identifier
9128
9280
  # The identifier for the DB snapshot to describe the attributes for.
@@ -9200,21 +9352,21 @@ module Aws::RDS
9200
9352
  # following values:
9201
9353
  #
9202
9354
  # * `automated` - Return all DB snapshots that have been automatically
9203
- # taken by Amazon RDS for my AWS account.
9355
+ # taken by Amazon RDS for my Amazon Web Services account.
9204
9356
  #
9205
- # * `manual` - Return all DB snapshots that have been taken by my AWS
9206
- # account.
9357
+ # * `manual` - Return all DB snapshots that have been taken by my Amazon
9358
+ # Web Services account.
9207
9359
  #
9208
9360
  # * `shared` - Return all manual DB snapshots that have been shared to
9209
- # my AWS account.
9361
+ # my Amazon Web Services account.
9210
9362
  #
9211
9363
  # * `public` - Return all DB snapshots that have been marked as public.
9212
9364
  #
9213
- # * `awsbackup` - Return the DB snapshots managed by the AWS Backup
9214
- # service.
9365
+ # * `awsbackup` - Return the DB snapshots managed by the Amazon Web
9366
+ # Services Backup service.
9215
9367
  #
9216
- # For information about AWS Backup, see the [ *AWS Backup Developer
9217
- # Guide.* ][1]
9368
+ # For information about Amazon Web Services Backup, see the [ *Amazon
9369
+ # Web Services Backup Developer Guide.* ][1]
9218
9370
  #
9219
9371
  # The `awsbackup` type does not apply to Aurora.
9220
9372
  #
@@ -9269,18 +9421,18 @@ module Aws::RDS
9269
9421
  #
9270
9422
  # @option params [Boolean] :include_shared
9271
9423
  # A value that indicates whether to include shared manual DB cluster
9272
- # snapshots from other AWS accounts that this AWS account has been given
9273
- # permission to copy or restore. By default, these snapshots are not
9274
- # included.
9424
+ # snapshots from other Amazon Web Services accounts that this Amazon Web
9425
+ # Services account has been given permission to copy or restore. By
9426
+ # default, these snapshots are not included.
9275
9427
  #
9276
- # You can give an AWS account permission to restore a manual DB snapshot
9277
- # from another AWS account by using the `ModifyDBSnapshotAttribute` API
9278
- # action.
9428
+ # You can give an Amazon Web Services account permission to restore a
9429
+ # manual DB snapshot from another Amazon Web Services account by using
9430
+ # the `ModifyDBSnapshotAttribute` API action.
9279
9431
  #
9280
9432
  # @option params [Boolean] :include_public
9281
9433
  # A value that indicates whether to include manual DB cluster snapshots
9282
- # that are public and can be copied or restored by any AWS account. By
9283
- # default, the public snapshots are not included.
9434
+ # that are public and can be copied or restored by any Amazon Web
9435
+ # Services account. By default, the public snapshots are not included.
9284
9436
  #
9285
9437
  # You can share a manual DB snapshot as public by using the
9286
9438
  # ModifyDBSnapshotAttribute API.
@@ -9367,6 +9519,7 @@ module Aws::RDS
9367
9519
  # resp.db_snapshots[0].tag_list #=> Array
9368
9520
  # resp.db_snapshots[0].tag_list[0].key #=> String
9369
9521
  # resp.db_snapshots[0].tag_list[0].value #=> String
9522
+ # resp.db_snapshots[0].original_snapshot_create_time #=> Time
9370
9523
  #
9371
9524
  #
9372
9525
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -10087,15 +10240,7 @@ module Aws::RDS
10087
10240
  # ^
10088
10241
  #
10089
10242
  # @option params [Array<Types::Filter>] :filters
10090
- # A filter that specifies one or more global DB clusters to describe.
10091
- #
10092
- # Supported filters:
10093
- #
10094
- # * `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
10095
- # Amazon Resource Names (ARNs). The results list will only include
10096
- # information about the DB clusters identified by these ARNs.
10097
- #
10098
- # ^
10243
+ # This parameter isn't currently supported.
10099
10244
  #
10100
10245
  # @option params [Integer] :max_records
10101
10246
  # The maximum number of records to include in the response. If more
@@ -10256,11 +10401,11 @@ module Aws::RDS
10256
10401
  #
10257
10402
  # * `oracle-ee`
10258
10403
  #
10259
- # * `oracle-se2`
10404
+ # * `oracle-ee-cdb`
10260
10405
  #
10261
- # * `oracle-se1`
10406
+ # * `oracle-se2`
10262
10407
  #
10263
- # * `oracle-se`
10408
+ # * `oracle-se2-cdb`
10264
10409
  #
10265
10410
  # * `postgres`
10266
10411
  #
@@ -10411,11 +10556,11 @@ module Aws::RDS
10411
10556
  #
10412
10557
  # * `oracle-ee`
10413
10558
  #
10414
- # * `oracle-se2`
10559
+ # * `oracle-ee-cdb`
10415
10560
  #
10416
- # * `oracle-se1`
10561
+ # * `oracle-se2`
10417
10562
  #
10418
- # * `oracle-se`
10563
+ # * `oracle-se2-cdb`
10419
10564
  #
10420
10565
  # * `postgres`
10421
10566
  #
@@ -10533,11 +10678,11 @@ module Aws::RDS
10533
10678
  #
10534
10679
  # * `oracle-ee`
10535
10680
  #
10536
- # * `oracle-se2`
10681
+ # * `oracle-ee-cdb`
10537
10682
  #
10538
- # * `oracle-se1`
10683
+ # * `oracle-se2`
10539
10684
  #
10540
- # * `oracle-se`
10685
+ # * `oracle-se2-cdb`
10541
10686
  #
10542
10687
  # * `postgres`
10543
10688
  #
@@ -10567,7 +10712,7 @@ module Aws::RDS
10567
10712
  # group.
10568
10713
  #
10569
10714
  # Omit this parameter to show the available offerings in the specified
10570
- # AWS Region.
10715
+ # Amazon Web Services Region.
10571
10716
  #
10572
10717
  # @option params [Boolean] :vpc
10573
10718
  # A value that indicates whether to show only VPC or non-VPC offerings.
@@ -10669,6 +10814,8 @@ module Aws::RDS
10669
10814
  # resp.orderable_db_instance_options[0].supports_storage_autoscaling #=> Boolean
10670
10815
  # resp.orderable_db_instance_options[0].supports_kerberos_authentication #=> Boolean
10671
10816
  # resp.orderable_db_instance_options[0].outpost_capable #=> Boolean
10817
+ # resp.orderable_db_instance_options[0].supported_activity_stream_modes #=> Array
10818
+ # resp.orderable_db_instance_options[0].supported_activity_stream_modes[0] #=> String
10672
10819
  # resp.orderable_db_instance_options[0].supports_global_databases #=> Boolean
10673
10820
  # resp.marker #=> String
10674
10821
  #
@@ -10815,8 +10962,8 @@ module Aws::RDS
10815
10962
  # The lease identifier filter value. Specify this parameter to show only
10816
10963
  # the reservation that matches the specified lease ID.
10817
10964
  #
10818
- # <note markdown="1"> AWS Support might request the lease ID for an issue related to a
10819
- # reserved DB instance.
10965
+ # <note markdown="1"> Amazon Web Services Support might request the lease ID for an issue
10966
+ # related to a reserved DB instance.
10820
10967
  #
10821
10968
  # </note>
10822
10969
  #
@@ -11042,16 +11189,17 @@ module Aws::RDS
11042
11189
  req.send_request(options)
11043
11190
  end
11044
11191
 
11045
- # Returns a list of the source AWS Regions where the current AWS Region
11046
- # can create a read replica, copy a DB snapshot from, or replicate
11047
- # automated backups from. This API action supports pagination.
11192
+ # Returns a list of the source Amazon Web Services Regions where the
11193
+ # current Amazon Web Services Region can create a read replica, copy a
11194
+ # DB snapshot from, or replicate automated backups from. This API action
11195
+ # supports pagination.
11048
11196
  #
11049
11197
  # @option params [String] :region_name
11050
- # The source AWS Region name. For example, `us-east-1`.
11198
+ # The source Amazon Web Services Region name. For example, `us-east-1`.
11051
11199
  #
11052
11200
  # Constraints:
11053
11201
  #
11054
- # * Must specify a valid AWS Region name.
11202
+ # * Must specify a valid Amazon Web Services Region name.
11055
11203
  #
11056
11204
  # ^
11057
11205
  #
@@ -11528,7 +11676,7 @@ module Aws::RDS
11528
11676
  # Identifier of the secondary Aurora DB cluster that you want to promote
11529
11677
  # to primary for the Aurora global database (GlobalCluster.) Use the
11530
11678
  # Amazon Resource Name (ARN) for the identifier so that Aurora can
11531
- # locate the cluster in its AWS Region.
11679
+ # locate the cluster in its Amazon Web Services Region.
11532
11680
  #
11533
11681
  # @return [Types::FailoverGlobalClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11534
11682
  #
@@ -11746,13 +11894,13 @@ module Aws::RDS
11746
11894
  #
11747
11895
  # * You already migrated your applications to support the latest
11748
11896
  # certificate authority (CA) certificate, but the new CA certificate
11749
- # is not yet the RDS default CA certificate for the specified AWS
11750
- # Region.
11897
+ # is not yet the RDS default CA certificate for the specified Amazon
11898
+ # Web Services Region.
11751
11899
  #
11752
11900
  # * RDS has already moved to a new default CA certificate for the
11753
- # specified AWS Region, but you are still in the process of supporting
11754
- # the new CA certificate. In this case, you temporarily need
11755
- # additional time to finish your application changes.
11901
+ # specified Amazon Web Services Region, but you are still in the
11902
+ # process of supporting the new CA certificate. In this case, you
11903
+ # temporarily need additional time to finish your application changes.
11756
11904
  #
11757
11905
  # For more information about rotating your SSL/TLS certificate for RDS
11758
11906
  # DB engines, see [ Rotating Your SSL/TLS Certificate][1] in the *Amazon
@@ -11771,7 +11919,7 @@ module Aws::RDS
11771
11919
  # The new default certificate identifier to override the current one
11772
11920
  # with.
11773
11921
  #
11774
- # To determine the valid values, use the `describe-certificates` AWS CLI
11922
+ # To determine the valid values, use the `describe-certificates` CLI
11775
11923
  # command or the `DescribeCertificates` API operation.
11776
11924
  #
11777
11925
  # @option params [Boolean] :remove_customer_override
@@ -12022,8 +12170,9 @@ module Aws::RDS
12022
12170
  # parameter.
12023
12171
  #
12024
12172
  # The default is a 30-minute window selected at random from an 8-hour
12025
- # block of time for each AWS Region. To view the time blocks available,
12026
- # see [ Backup window][1] in the *Amazon Aurora User Guide.*
12173
+ # block of time for each Amazon Web Services Region. To view the time
12174
+ # blocks available, see [ Backup window][1] in the *Amazon Aurora User
12175
+ # Guide.*
12027
12176
  #
12028
12177
  # Constraints:
12029
12178
  #
@@ -12046,9 +12195,10 @@ module Aws::RDS
12046
12195
  # Format: `ddd:hh24:mi-ddd:hh24:mi`
12047
12196
  #
12048
12197
  # The default is a 30-minute window selected at random from an 8-hour
12049
- # block of time for each AWS Region, occurring on a random day of the
12050
- # week. To see the time blocks available, see [ Adjusting the Preferred
12051
- # DB Cluster Maintenance Window][1] in the *Amazon Aurora User Guide.*
12198
+ # block of time for each Amazon Web Services Region, occurring on a
12199
+ # random day of the week. To see the time blocks available, see [
12200
+ # Adjusting the Preferred DB Cluster Maintenance Window][1] in the
12201
+ # *Amazon Aurora User Guide.*
12052
12202
  #
12053
12203
  # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
12054
12204
  #
@@ -12059,9 +12209,9 @@ module Aws::RDS
12059
12209
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora
12060
12210
  #
12061
12211
  # @option params [Boolean] :enable_iam_database_authentication
12062
- # A value that indicates whether to enable mapping of AWS Identity and
12063
- # Access Management (IAM) accounts to database accounts. By default,
12064
- # mapping is disabled.
12212
+ # A value that indicates whether to enable mapping of Amazon Web
12213
+ # Services Identity and Access Management (IAM) accounts to database
12214
+ # accounts. By default, mapping is disabled.
12065
12215
  #
12066
12216
  # For more information, see [ IAM Database Authentication][1] in the
12067
12217
  # *Amazon Aurora User Guide.*
@@ -12442,12 +12592,6 @@ module Aws::RDS
12442
12592
  # For more information on Amazon Aurora, see [ What Is Amazon
12443
12593
  # Aurora?][1] in the *Amazon Aurora User Guide.*
12444
12594
  #
12445
- # <note markdown="1"> Changes to dynamic parameters are applied immediately. Changes to
12446
- # static parameters require a reboot without failover to the DB cluster
12447
- # associated with the parameter group before the change can take effect.
12448
- #
12449
- # </note>
12450
- #
12451
12595
  # After you create a DB cluster parameter group, you should wait at
12452
12596
  # least 5 minutes before creating your first DB cluster that uses that
12453
12597
  # DB cluster parameter group as the default parameter group. This allows
@@ -12481,6 +12625,22 @@ module Aws::RDS
12481
12625
  # @option params [required, Array<Types::Parameter>] :parameters
12482
12626
  # A list of parameters in the DB cluster parameter group to modify.
12483
12627
  #
12628
+ # Valid Values (for the application method): `immediate |
12629
+ # pending-reboot`
12630
+ #
12631
+ # <note markdown="1"> You can use the `immediate` value with dynamic parameters only. You
12632
+ # can use the `pending-reboot` value for both dynamic and static
12633
+ # parameters.
12634
+ #
12635
+ # When the application method is `immediate`, changes to dynamic
12636
+ # parameters are applied immediately to the DB clusters associated with
12637
+ # the parameter group. When the application method is `pending-reboot`,
12638
+ # changes to dynamic and static parameters are applied after a reboot
12639
+ # without failover to the DB clusters associated with the parameter
12640
+ # group.
12641
+ #
12642
+ # </note>
12643
+ #
12484
12644
  # @return [Types::DBClusterParameterGroupNameMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12485
12645
  #
12486
12646
  # * {Types::DBClusterParameterGroupNameMessage#db_cluster_parameter_group_name #db_cluster_parameter_group_name} => String
@@ -12542,28 +12702,30 @@ module Aws::RDS
12542
12702
  # Adds an attribute and values to, or removes an attribute and values
12543
12703
  # from, a manual DB cluster snapshot.
12544
12704
  #
12545
- # To share a manual DB cluster snapshot with other AWS accounts, specify
12546
- # `restore` as the `AttributeName` and use the `ValuesToAdd` parameter
12547
- # to add a list of IDs of the AWS accounts that are authorized to
12548
- # restore the manual DB cluster snapshot. Use the value `all` to make
12549
- # the manual DB cluster snapshot public, which means that it can be
12550
- # copied or restored by all AWS accounts.
12705
+ # To share a manual DB cluster snapshot with other Amazon Web Services
12706
+ # accounts, specify `restore` as the `AttributeName` and use the
12707
+ # `ValuesToAdd` parameter to add a list of IDs of the Amazon Web
12708
+ # Services accounts that are authorized to restore the manual DB cluster
12709
+ # snapshot. Use the value `all` to make the manual DB cluster snapshot
12710
+ # public, which means that it can be copied or restored by all Amazon
12711
+ # Web Services accounts.
12551
12712
  #
12552
12713
  # <note markdown="1"> Don't add the `all` value for any manual DB cluster snapshots that
12553
- # contain private information that you don't want available to all AWS
12554
- # accounts.
12714
+ # contain private information that you don't want available to all
12715
+ # Amazon Web Services accounts.
12555
12716
  #
12556
12717
  # </note>
12557
12718
  #
12558
12719
  # If a manual DB cluster snapshot is encrypted, it can be shared, but
12559
- # only by specifying a list of authorized AWS account IDs for the
12560
- # `ValuesToAdd` parameter. You can't use `all` as a value for that
12561
- # parameter in this case.
12720
+ # only by specifying a list of authorized Amazon Web Services account
12721
+ # IDs for the `ValuesToAdd` parameter. You can't use `all` as a value
12722
+ # for that parameter in this case.
12562
12723
  #
12563
- # To view which AWS accounts have access to copy or restore a manual DB
12564
- # cluster snapshot, or whether a manual DB cluster snapshot is public or
12565
- # private, use the DescribeDBClusterSnapshotAttributes API action. The
12566
- # accounts are returned as values for the `restore` attribute.
12724
+ # To view which Amazon Web Services accounts have access to copy or
12725
+ # restore a manual DB cluster snapshot, or whether a manual DB cluster
12726
+ # snapshot is public or private, use the
12727
+ # DescribeDBClusterSnapshotAttributes API action. The accounts are
12728
+ # returned as values for the `restore` attribute.
12567
12729
  #
12568
12730
  # <note markdown="1"> This action only applies to Aurora DB clusters.
12569
12731
  #
@@ -12576,8 +12738,8 @@ module Aws::RDS
12576
12738
  # @option params [required, String] :attribute_name
12577
12739
  # The name of the DB cluster snapshot attribute to modify.
12578
12740
  #
12579
- # To manage authorization for other AWS accounts to copy or restore a
12580
- # manual DB cluster snapshot, set this value to `restore`.
12741
+ # To manage authorization for other Amazon Web Services accounts to copy
12742
+ # or restore a manual DB cluster snapshot, set this value to `restore`.
12581
12743
  #
12582
12744
  # <note markdown="1"> To view the list of attributes available to modify, use the
12583
12745
  # DescribeDBClusterSnapshotAttributes API action.
@@ -12588,24 +12750,25 @@ module Aws::RDS
12588
12750
  # A list of DB cluster snapshot attributes to add to the attribute
12589
12751
  # specified by `AttributeName`.
12590
12752
  #
12591
- # To authorize other AWS accounts to copy or restore a manual DB cluster
12592
- # snapshot, set this list to include one or more AWS account IDs, or
12593
- # `all` to make the manual DB cluster snapshot restorable by any AWS
12594
- # account. Do not add the `all` value for any manual DB cluster
12595
- # snapshots that contain private information that you don't want
12596
- # available to all AWS accounts.
12753
+ # To authorize other Amazon Web Services accounts to copy or restore a
12754
+ # manual DB cluster snapshot, set this list to include one or more
12755
+ # Amazon Web Services account IDs, or `all` to make the manual DB
12756
+ # cluster snapshot restorable by any Amazon Web Services account. Do not
12757
+ # add the `all` value for any manual DB cluster snapshots that contain
12758
+ # private information that you don't want available to all Amazon Web
12759
+ # Services accounts.
12597
12760
  #
12598
12761
  # @option params [Array<String>] :values_to_remove
12599
12762
  # A list of DB cluster snapshot attributes to remove from the attribute
12600
12763
  # specified by `AttributeName`.
12601
12764
  #
12602
- # To remove authorization for other AWS accounts to copy or restore a
12603
- # manual DB cluster snapshot, set this list to include one or more AWS
12604
- # account identifiers, or `all` to remove authorization for any AWS
12605
- # account to copy or restore the DB cluster snapshot. If you specify
12606
- # `all`, an AWS account whose account ID is explicitly added to the
12607
- # `restore` attribute can still copy or restore a manual DB cluster
12608
- # snapshot.
12765
+ # To remove authorization for other Amazon Web Services accounts to copy
12766
+ # or restore a manual DB cluster snapshot, set this list to include one
12767
+ # or more Amazon Web Services account identifiers, or `all` to remove
12768
+ # authorization for any Amazon Web Services account to copy or restore
12769
+ # the DB cluster snapshot. If you specify `all`, an Amazon Web Services
12770
+ # account whose account ID is explicitly added to the `restore`
12771
+ # attribute can still copy or restore a manual DB cluster snapshot.
12609
12772
  #
12610
12773
  # @return [Types::ModifyDBClusterSnapshotAttributeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12611
12774
  #
@@ -12691,10 +12854,10 @@ module Aws::RDS
12691
12854
  #
12692
12855
  # @option params [String] :db_instance_class
12693
12856
  # The new compute and memory capacity of the DB instance, for example,
12694
- # `db.m4.large`. Not all DB instance classes are available in all AWS
12695
- # Regions, or for all database engines. For the full list of DB instance
12696
- # classes, and availability for your engine, see [DB Instance Class][1]
12697
- # in the *Amazon RDS User Guide.*
12857
+ # `db.m4.large`. Not all DB instance classes are available in all Amazon
12858
+ # Web Services Regions, or for all database engines. For the full list
12859
+ # of DB instance classes, and availability for your engine, see [DB
12860
+ # Instance Class][1] in the *Amazon RDS User Guide.*
12698
12861
  #
12699
12862
  # If you modify the DB instance class, an outage occurs during the
12700
12863
  # change. The change is applied during the next maintenance window,
@@ -12870,8 +13033,8 @@ module Aws::RDS
12870
13033
  # `BackupRetentionPeriod` parameter. Changing this parameter doesn't
12871
13034
  # result in an outage and the change is asynchronously applied as soon
12872
13035
  # as possible. The default is a 30-minute window selected at random from
12873
- # an 8-hour block of time for each AWS Region. For more information, see
12874
- # [Backup window][1] in the *Amazon RDS User Guide.*
13036
+ # an 8-hour block of time for each Amazon Web Services Region. For more
13037
+ # information, see [Backup window][1] in the *Amazon RDS User Guide.*
12875
13038
  #
12876
13039
  # **Amazon Aurora**
12877
13040
  #
@@ -13203,12 +13366,13 @@ module Aws::RDS
13203
13366
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance
13204
13367
  #
13205
13368
  # @option params [Boolean] :enable_iam_database_authentication
13206
- # A value that indicates whether to enable mapping of AWS Identity and
13207
- # Access Management (IAM) accounts to database accounts. By default,
13208
- # mapping is disabled.
13369
+ # A value that indicates whether to enable mapping of Amazon Web
13370
+ # Services Identity and Access Management (IAM) accounts to database
13371
+ # accounts. By default, mapping is disabled.
13209
13372
  #
13210
- # This setting doesn't apply to Amazon Aurora. Mapping AWS IAM accounts
13211
- # to database accounts is managed by the DB cluster.
13373
+ # This setting doesn't apply to Amazon Aurora. Mapping Amazon Web
13374
+ # Services IAM accounts to database accounts is managed by the DB
13375
+ # cluster.
13212
13376
  #
13213
13377
  # For more information about IAM database authentication, see [ IAM
13214
13378
  # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
@@ -13230,16 +13394,17 @@ module Aws::RDS
13230
13394
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
13231
13395
  #
13232
13396
  # @option params [String] :performance_insights_kms_key_id
13233
- # The AWS KMS key identifier for encryption of Performance Insights
13234
- # data.
13397
+ # The Amazon Web Services KMS key identifier for encryption of
13398
+ # Performance Insights data.
13235
13399
  #
13236
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
13237
- # name for the AWS KMS customer master key (CMK).
13400
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
13401
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
13402
+ # master key (CMK).
13238
13403
  #
13239
13404
  # If you do not specify a value for `PerformanceInsightsKMSKeyId`, then
13240
- # Amazon RDS uses your default CMK. There is a default CMK for your AWS
13241
- # account. Your AWS account has a different default CMK for each AWS
13242
- # Region.
13405
+ # Amazon RDS uses your default CMK. There is a default CMK for your
13406
+ # Amazon Web Services account. Your Amazon Web Services account has a
13407
+ # different default CMK for each Amazon Web Services Region.
13243
13408
  #
13244
13409
  # @option params [Integer] :performance_insights_retention_period
13245
13410
  # The amount of time, in days, to retain Performance Insights data.
@@ -13341,10 +13506,11 @@ module Aws::RDS
13341
13506
  # from outside of its virtual private cloud (VPC) on your local network.
13342
13507
  #
13343
13508
  # For more information about RDS on Outposts, see [Working with Amazon
13344
- # RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
13509
+ # RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
13510
+ # Guide*.
13345
13511
  #
13346
13512
  # For more information about CoIPs, see [Customer-owned IP addresses][2]
13347
- # in the *AWS Outposts User Guide*.
13513
+ # in the *Amazon Web Services Outposts User Guide*.
13348
13514
  #
13349
13515
  #
13350
13516
  #
@@ -13352,7 +13518,8 @@ module Aws::RDS
13352
13518
  # [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
13353
13519
  #
13354
13520
  # @option params [String] :aws_backup_recovery_point_arn
13355
- # The Amazon Resource Name (ARN) of the recovery point in AWS Backup.
13521
+ # The Amazon Resource Name (ARN) of the recovery point in Amazon Web
13522
+ # Services Backup.
13356
13523
  #
13357
13524
  # @return [Types::ModifyDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
13358
13525
  #
@@ -13564,6 +13731,11 @@ module Aws::RDS
13564
13731
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
13565
13732
  # resp.db_instance.customer_owned_ip_enabled #=> Boolean
13566
13733
  # resp.db_instance.aws_backup_recovery_point_arn #=> String
13734
+ # resp.db_instance.activity_stream_status #=> String, one of "stopped", "starting", "started", "stopping"
13735
+ # resp.db_instance.activity_stream_kms_key_id #=> String
13736
+ # resp.db_instance.activity_stream_kinesis_stream_name #=> String
13737
+ # resp.db_instance.activity_stream_mode #=> String, one of "sync", "async"
13738
+ # resp.db_instance.activity_stream_engine_native_audit_fields_included #=> Boolean
13567
13739
  #
13568
13740
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance AWS API Documentation
13569
13741
  #
@@ -13579,12 +13751,6 @@ module Aws::RDS
13579
13751
  # `ParameterValue`, and `ApplyMethod`. A maximum of 20 parameters can be
13580
13752
  # modified in a single request.
13581
13753
  #
13582
- # <note markdown="1"> Changes to dynamic parameters are applied immediately. Changes to
13583
- # static parameters require a reboot without failover to the DB instance
13584
- # associated with the parameter group before the change can take effect.
13585
- #
13586
- # </note>
13587
- #
13588
13754
  # After you modify a DB parameter group, you should wait at least 5
13589
13755
  # minutes before creating your first DB instance that uses that DB
13590
13756
  # parameter group as the default parameter group. This allows Amazon RDS
@@ -13611,18 +13777,25 @@ module Aws::RDS
13611
13777
  # ^
13612
13778
  #
13613
13779
  # @option params [required, Array<Types::Parameter>] :parameters
13614
- # An array of parameter names, values, and the apply method for the
13615
- # parameter update. At least one parameter name, value, and apply method
13616
- # must be supplied; later arguments are optional. A maximum of 20
13617
- # parameters can be modified in a single request.
13780
+ # An array of parameter names, values, and the application methods for
13781
+ # the parameter update. At least one parameter name, value, and
13782
+ # application method method must be supplied; later arguments are
13783
+ # optional. A maximum of 20 parameters can be modified in a single
13784
+ # request.
13618
13785
  #
13619
13786
  # Valid Values (for the application method): `immediate |
13620
13787
  # pending-reboot`
13621
13788
  #
13622
- # <note markdown="1"> You can use the immediate value with dynamic parameters only. You can
13623
- # use the pending-reboot value for both dynamic and static parameters,
13624
- # and changes are applied when you reboot the DB instance without
13625
- # failover.
13789
+ # <note markdown="1"> You can use the `immediate` value with dynamic parameters only. You
13790
+ # can use the `pending-reboot` value for both dynamic and static
13791
+ # parameters.
13792
+ #
13793
+ # When the application method is `immediate`, changes to dynamic
13794
+ # parameters are applied immediately to the DB instances associated with
13795
+ # the parameter group. When the application method is `pending-reboot`,
13796
+ # changes to dynamic and static parameters are applied after a reboot
13797
+ # without failover to the DB instances associated with the parameter
13798
+ # group.
13626
13799
  #
13627
13800
  # </note>
13628
13801
  #
@@ -13719,7 +13892,7 @@ module Aws::RDS
13719
13892
  #
13720
13893
  # @option params [String] :role_arn
13721
13894
  # The Amazon Resource Name (ARN) of the IAM role that the proxy uses to
13722
- # access secrets in AWS Secrets Manager.
13895
+ # access secrets in Amazon Web Services Secrets Manager.
13723
13896
  #
13724
13897
  # @option params [Array<String>] :security_groups
13725
13898
  # The new list of security groups for the `DBProxy`.
@@ -13997,6 +14170,7 @@ module Aws::RDS
13997
14170
  # resp.db_snapshot.tag_list #=> Array
13998
14171
  # resp.db_snapshot.tag_list[0].key #=> String
13999
14172
  # resp.db_snapshot.tag_list[0].value #=> String
14173
+ # resp.db_snapshot.original_snapshot_create_time #=> Time
14000
14174
  #
14001
14175
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSnapshot AWS API Documentation
14002
14176
  #
@@ -14010,28 +14184,28 @@ module Aws::RDS
14010
14184
  # Adds an attribute and values to, or removes an attribute and values
14011
14185
  # from, a manual DB snapshot.
14012
14186
  #
14013
- # To share a manual DB snapshot with other AWS accounts, specify
14014
- # `restore` as the `AttributeName` and use the `ValuesToAdd` parameter
14015
- # to add a list of IDs of the AWS accounts that are authorized to
14016
- # restore the manual DB snapshot. Uses the value `all` to make the
14017
- # manual DB snapshot public, which means it can be copied or restored by
14018
- # all AWS accounts.
14187
+ # To share a manual DB snapshot with other Amazon Web Services accounts,
14188
+ # specify `restore` as the `AttributeName` and use the `ValuesToAdd`
14189
+ # parameter to add a list of IDs of the Amazon Web Services accounts
14190
+ # that are authorized to restore the manual DB snapshot. Uses the value
14191
+ # `all` to make the manual DB snapshot public, which means it can be
14192
+ # copied or restored by all Amazon Web Services accounts.
14019
14193
  #
14020
14194
  # <note markdown="1"> Don't add the `all` value for any manual DB snapshots that contain
14021
- # private information that you don't want available to all AWS
14022
- # accounts.
14195
+ # private information that you don't want available to all Amazon Web
14196
+ # Services accounts.
14023
14197
  #
14024
14198
  # </note>
14025
14199
  #
14026
14200
  # If the manual DB snapshot is encrypted, it can be shared, but only by
14027
- # specifying a list of authorized AWS account IDs for the `ValuesToAdd`
14028
- # parameter. You can't use `all` as a value for that parameter in this
14029
- # case.
14201
+ # specifying a list of authorized Amazon Web Services account IDs for
14202
+ # the `ValuesToAdd` parameter. You can't use `all` as a value for that
14203
+ # parameter in this case.
14030
14204
  #
14031
- # To view which AWS accounts have access to copy or restore a manual DB
14032
- # snapshot, or whether a manual DB snapshot public or private, use the
14033
- # DescribeDBSnapshotAttributes API action. The accounts are returned as
14034
- # values for the `restore` attribute.
14205
+ # To view which Amazon Web Services accounts have access to copy or
14206
+ # restore a manual DB snapshot, or whether a manual DB snapshot public
14207
+ # or private, use the DescribeDBSnapshotAttributes API action. The
14208
+ # accounts are returned as values for the `restore` attribute.
14035
14209
  #
14036
14210
  # @option params [required, String] :db_snapshot_identifier
14037
14211
  # The identifier for the DB snapshot to modify the attributes for.
@@ -14039,8 +14213,8 @@ module Aws::RDS
14039
14213
  # @option params [required, String] :attribute_name
14040
14214
  # The name of the DB snapshot attribute to modify.
14041
14215
  #
14042
- # To manage authorization for other AWS accounts to copy or restore a
14043
- # manual DB snapshot, set this value to `restore`.
14216
+ # To manage authorization for other Amazon Web Services accounts to copy
14217
+ # or restore a manual DB snapshot, set this value to `restore`.
14044
14218
  #
14045
14219
  # <note markdown="1"> To view the list of attributes available to modify, use the
14046
14220
  # DescribeDBSnapshotAttributes API action.
@@ -14051,20 +14225,22 @@ module Aws::RDS
14051
14225
  # A list of DB snapshot attributes to add to the attribute specified by
14052
14226
  # `AttributeName`.
14053
14227
  #
14054
- # To authorize other AWS accounts to copy or restore a manual snapshot,
14055
- # set this list to include one or more AWS account IDs, or `all` to make
14056
- # the manual DB snapshot restorable by any AWS account. Do not add the
14057
- # `all` value for any manual DB snapshots that contain private
14058
- # information that you don't want available to all AWS accounts.
14228
+ # To authorize other Amazon Web Services accounts to copy or restore a
14229
+ # manual snapshot, set this list to include one or more Amazon Web
14230
+ # Services account IDs, or `all` to make the manual DB snapshot
14231
+ # restorable by any Amazon Web Services account. Do not add the `all`
14232
+ # value for any manual DB snapshots that contain private information
14233
+ # that you don't want available to all Amazon Web Services accounts.
14059
14234
  #
14060
14235
  # @option params [Array<String>] :values_to_remove
14061
14236
  # A list of DB snapshot attributes to remove from the attribute
14062
14237
  # specified by `AttributeName`.
14063
14238
  #
14064
- # To remove authorization for other AWS accounts to copy or restore a
14065
- # manual snapshot, set this list to include one or more AWS account
14066
- # identifiers, or `all` to remove authorization for any AWS account to
14067
- # copy or restore the DB snapshot. If you specify `all`, an AWS account
14239
+ # To remove authorization for other Amazon Web Services accounts to copy
14240
+ # or restore a manual snapshot, set this list to include one or more
14241
+ # Amazon Web Services account identifiers, or `all` to remove
14242
+ # authorization for any Amazon Web Services account to copy or restore
14243
+ # the DB snapshot. If you specify `all`, an Amazon Web Services account
14068
14244
  # whose account ID is explicitly added to the `restore` attribute can
14069
14245
  # still copy or restore the manual DB snapshot.
14070
14246
  #
@@ -14118,7 +14294,8 @@ module Aws::RDS
14118
14294
  end
14119
14295
 
14120
14296
  # Modifies an existing DB subnet group. DB subnet groups must contain at
14121
- # least one subnet in at least two AZs in the AWS Region.
14297
+ # least one subnet in at least two AZs in the Amazon Web Services
14298
+ # Region.
14122
14299
  #
14123
14300
  # @option params [required, String] :db_subnet_group_name
14124
14301
  # The name for the DB subnet group. This value is stored as a lowercase
@@ -14584,9 +14761,9 @@ module Aws::RDS
14584
14761
  # parameter.
14585
14762
  #
14586
14763
  # The default is a 30-minute window selected at random from an 8-hour
14587
- # block of time for each AWS Region. To see the time blocks available,
14588
- # see [ Adjusting the Preferred Maintenance Window][1] in the *Amazon
14589
- # RDS User Guide.*
14764
+ # block of time for each Amazon Web Services Region. To see the time
14765
+ # blocks available, see [ Adjusting the Preferred Maintenance Window][1]
14766
+ # in the *Amazon RDS User Guide.*
14590
14767
  #
14591
14768
  # Constraints:
14592
14769
  #
@@ -14757,6 +14934,11 @@ module Aws::RDS
14757
14934
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
14758
14935
  # resp.db_instance.customer_owned_ip_enabled #=> Boolean
14759
14936
  # resp.db_instance.aws_backup_recovery_point_arn #=> String
14937
+ # resp.db_instance.activity_stream_status #=> String, one of "stopped", "starting", "started", "stopping"
14938
+ # resp.db_instance.activity_stream_kms_key_id #=> String
14939
+ # resp.db_instance.activity_stream_kinesis_stream_name #=> String
14940
+ # resp.db_instance.activity_stream_mode #=> String, one of "sync", "async"
14941
+ # resp.db_instance.activity_stream_engine_native_audit_fields_included #=> Boolean
14760
14942
  #
14761
14943
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica AWS API Documentation
14762
14944
  #
@@ -15170,6 +15352,11 @@ module Aws::RDS
15170
15352
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
15171
15353
  # resp.db_instance.customer_owned_ip_enabled #=> Boolean
15172
15354
  # resp.db_instance.aws_backup_recovery_point_arn #=> String
15355
+ # resp.db_instance.activity_stream_status #=> String, one of "stopped", "starting", "started", "stopping"
15356
+ # resp.db_instance.activity_stream_kms_key_id #=> String
15357
+ # resp.db_instance.activity_stream_kinesis_stream_name #=> String
15358
+ # resp.db_instance.activity_stream_mode #=> String, one of "sync", "async"
15359
+ # resp.db_instance.activity_stream_engine_native_audit_fields_included #=> Boolean
15173
15360
  #
15174
15361
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance AWS API Documentation
15175
15362
  #
@@ -15290,10 +15477,10 @@ module Aws::RDS
15290
15477
  req.send_request(options)
15291
15478
  end
15292
15479
 
15293
- # Disassociates an AWS Identity and Access Management (IAM) role from an
15294
- # Amazon Aurora DB cluster. For more information, see [Authorizing
15295
- # Amazon Aurora MySQL to Access Other AWS Services on Your Behalf ][1]
15296
- # in the *Amazon Aurora User Guide*.
15480
+ # Disassociates an Amazon Web Services Identity and Access Management
15481
+ # (IAM) role from an Amazon Aurora DB cluster. For more information, see
15482
+ # [Authorizing Amazon Aurora MySQL to Access Other Amazon Web Services
15483
+ # Services on Your Behalf ][1] in the *Amazon Aurora User Guide*.
15297
15484
  #
15298
15485
  # <note markdown="1"> This action only applies to Aurora DB clusters.
15299
15486
  #
@@ -15335,8 +15522,8 @@ module Aws::RDS
15335
15522
  req.send_request(options)
15336
15523
  end
15337
15524
 
15338
- # Disassociates an AWS Identity and Access Management (IAM) role from a
15339
- # DB instance.
15525
+ # Disassociates an Amazon Web Services Identity and Access Management
15526
+ # (IAM) role from a DB instance.
15340
15527
  #
15341
15528
  # @option params [required, String] :db_instance_identifier
15342
15529
  # The name of the DB instance to disassociate the IAM role from.
@@ -15841,8 +16028,9 @@ module Aws::RDS
15841
16028
  # parameter.
15842
16029
  #
15843
16030
  # The default is a 30-minute window selected at random from an 8-hour
15844
- # block of time for each AWS Region. To view the time blocks available,
15845
- # see [ Backup window][1] in the *Amazon Aurora User Guide.*
16031
+ # block of time for each Amazon Web Services Region. To view the time
16032
+ # blocks available, see [ Backup window][1] in the *Amazon Aurora User
16033
+ # Guide.*
15846
16034
  #
15847
16035
  # Constraints:
15848
16036
  #
@@ -15865,9 +16053,10 @@ module Aws::RDS
15865
16053
  # Format: `ddd:hh24:mi-ddd:hh24:mi`
15866
16054
  #
15867
16055
  # The default is a 30-minute window selected at random from an 8-hour
15868
- # block of time for each AWS Region, occurring on a random day of the
15869
- # week. To see the time blocks available, see [ Adjusting the Preferred
15870
- # Maintenance Window][1] in the *Amazon Aurora User Guide.*
16056
+ # block of time for each Amazon Web Services Region, occurring on a
16057
+ # random day of the week. To see the time blocks available, see [
16058
+ # Adjusting the Preferred Maintenance Window][1] in the *Amazon Aurora
16059
+ # User Guide.*
15871
16060
  #
15872
16061
  # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
15873
16062
  #
@@ -15889,21 +16078,24 @@ module Aws::RDS
15889
16078
  # A value that indicates whether the restored DB cluster is encrypted.
15890
16079
  #
15891
16080
  # @option params [String] :kms_key_id
15892
- # The AWS KMS key identifier for an encrypted DB cluster.
16081
+ # The Amazon Web Services KMS key identifier for an encrypted DB
16082
+ # cluster.
15893
16083
  #
15894
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
15895
- # name for the AWS KMS customer master key (CMK). To use a CMK in a
15896
- # different AWS account, specify the key ARN or alias ARN.
16084
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
16085
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
16086
+ # master key (CMK). To use a CMK in a different Amazon Web Services
16087
+ # account, specify the key ARN or alias ARN.
15897
16088
  #
15898
16089
  # If the StorageEncrypted parameter is enabled, and you do not specify a
15899
16090
  # value for the `KmsKeyId` parameter, then Amazon RDS will use your
15900
- # default CMK. There is a default CMK for your AWS account. Your AWS
15901
- # account has a different default CMK for each AWS Region.
16091
+ # default CMK. There is a default CMK for your Amazon Web Services
16092
+ # account. Your Amazon Web Services account has a different default CMK
16093
+ # for each Amazon Web Services Region.
15902
16094
  #
15903
16095
  # @option params [Boolean] :enable_iam_database_authentication
15904
- # A value that indicates whether to enable mapping of AWS Identity and
15905
- # Access Management (IAM) accounts to database accounts. By default,
15906
- # mapping is disabled.
16096
+ # A value that indicates whether to enable mapping of Amazon Web
16097
+ # Services Identity and Access Management (IAM) accounts to database
16098
+ # accounts. By default, mapping is disabled.
15907
16099
  #
15908
16100
  # For more information, see [ IAM Database Authentication][1] in the
15909
16101
  # *Amazon Aurora User Guide.*
@@ -15936,9 +16128,9 @@ module Aws::RDS
15936
16128
  # by using all of the files in the Amazon S3 bucket.
15937
16129
  #
15938
16130
  # @option params [required, String] :s3_ingestion_role_arn
15939
- # The Amazon Resource Name (ARN) of the AWS Identity and Access
15940
- # Management (IAM) role that authorizes Amazon RDS to access the Amazon
15941
- # S3 bucket on your behalf.
16131
+ # The Amazon Resource Name (ARN) of the Amazon Web Services Identity and
16132
+ # Access Management (IAM) role that authorizes Amazon RDS to access the
16133
+ # Amazon S3 bucket on your behalf.
15942
16134
  #
15943
16135
  # @option params [Integer] :backtrack_window
15944
16136
  # The target backtrack window, in seconds. To disable backtracking, set
@@ -16268,28 +16460,29 @@ module Aws::RDS
16268
16460
  # The tags to be assigned to the restored DB cluster.
16269
16461
  #
16270
16462
  # @option params [String] :kms_key_id
16271
- # The AWS KMS key identifier to use when restoring an encrypted DB
16272
- # cluster from a DB snapshot or DB cluster snapshot.
16463
+ # The Amazon Web Services KMS key identifier to use when restoring an
16464
+ # encrypted DB cluster from a DB snapshot or DB cluster snapshot.
16273
16465
  #
16274
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
16275
- # name for the AWS KMS customer master key (CMK). To use a CMK in a
16276
- # different AWS account, specify the key ARN or alias ARN.
16466
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
16467
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
16468
+ # master key (CMK). To use a CMK in a different Amazon Web Services
16469
+ # account, specify the key ARN or alias ARN.
16277
16470
  #
16278
16471
  # When you don't specify a value for the `KmsKeyId` parameter, then the
16279
16472
  # following occurs:
16280
16473
  #
16281
16474
  # * If the DB snapshot or DB cluster snapshot in `SnapshotIdentifier` is
16282
- # encrypted, then the restored DB cluster is encrypted using the AWS
16283
- # KMS CMK that was used to encrypt the DB snapshot or DB cluster
16284
- # snapshot.
16475
+ # encrypted, then the restored DB cluster is encrypted using the
16476
+ # Amazon Web Services KMS CMK that was used to encrypt the DB snapshot
16477
+ # or DB cluster snapshot.
16285
16478
  #
16286
16479
  # * If the DB snapshot or DB cluster snapshot in `SnapshotIdentifier`
16287
16480
  # isn't encrypted, then the restored DB cluster isn't encrypted.
16288
16481
  #
16289
16482
  # @option params [Boolean] :enable_iam_database_authentication
16290
- # A value that indicates whether to enable mapping of AWS Identity and
16291
- # Access Management (IAM) accounts to database accounts. By default,
16292
- # mapping is disabled.
16483
+ # A value that indicates whether to enable mapping of Amazon Web
16484
+ # Services Identity and Access Management (IAM) accounts to database
16485
+ # accounts. By default, mapping is disabled.
16293
16486
  #
16294
16487
  # For more information, see [ IAM Database Authentication][1] in the
16295
16488
  # *Amazon Aurora User Guide.*
@@ -16663,24 +16856,26 @@ module Aws::RDS
16663
16856
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
16664
16857
  #
16665
16858
  # @option params [String] :kms_key_id
16666
- # The AWS KMS key identifier to use when restoring an encrypted DB
16667
- # cluster from an encrypted DB cluster.
16859
+ # The Amazon Web Services KMS key identifier to use when restoring an
16860
+ # encrypted DB cluster from an encrypted DB cluster.
16668
16861
  #
16669
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
16670
- # name for the AWS KMS customer master key (CMK). To use a CMK in a
16671
- # different AWS account, specify the key ARN or alias ARN.
16862
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
16863
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
16864
+ # master key (CMK). To use a CMK in a different Amazon Web Services
16865
+ # account, specify the key ARN or alias ARN.
16672
16866
  #
16673
16867
  # You can restore to a new DB cluster and encrypt the new DB cluster
16674
- # with a AWS KMS CMK that is different than the AWS KMS key used to
16675
- # encrypt the source DB cluster. The new DB cluster is encrypted with
16676
- # the AWS KMS CMK identified by the `KmsKeyId` parameter.
16868
+ # with a Amazon Web Services KMS CMK that is different than the Amazon
16869
+ # Web Services KMS key used to encrypt the source DB cluster. The new DB
16870
+ # cluster is encrypted with the Amazon Web Services KMS CMK identified
16871
+ # by the `KmsKeyId` parameter.
16677
16872
  #
16678
16873
  # If you don't specify a value for the `KmsKeyId` parameter, then the
16679
16874
  # following occurs:
16680
16875
  #
16681
16876
  # * If the DB cluster is encrypted, then the restored DB cluster is
16682
- # encrypted using the AWS KMS CMK that was used to encrypt the source
16683
- # DB cluster.
16877
+ # encrypted using the Amazon Web Services KMS CMK that was used to
16878
+ # encrypt the source DB cluster.
16684
16879
  #
16685
16880
  # * If the DB cluster isn't encrypted, then the restored DB cluster
16686
16881
  # isn't encrypted.
@@ -16689,9 +16884,9 @@ module Aws::RDS
16689
16884
  # then the restore request is rejected.
16690
16885
  #
16691
16886
  # @option params [Boolean] :enable_iam_database_authentication
16692
- # A value that indicates whether to enable mapping of AWS Identity and
16693
- # Access Management (IAM) accounts to database accounts. By default,
16694
- # mapping is disabled.
16887
+ # A value that indicates whether to enable mapping of Amazon Web
16888
+ # Services Identity and Access Management (IAM) accounts to database
16889
+ # accounts. By default, mapping is disabled.
16695
16890
  #
16696
16891
  # For more information, see [ IAM Database Authentication][1] in the
16697
16892
  # *Amazon Aurora User Guide.*
@@ -16770,6 +16965,18 @@ module Aws::RDS
16770
16965
  # Specify the name of the IAM role to be used when making API calls to
16771
16966
  # the Directory Service.
16772
16967
  #
16968
+ # @option params [Types::ScalingConfiguration] :scaling_configuration
16969
+ # For DB clusters in `serverless` DB engine mode, the scaling properties
16970
+ # of the DB cluster.
16971
+ #
16972
+ # @option params [String] :engine_mode
16973
+ # The engine mode of the new cluster. Specify `provisioned` or
16974
+ # `serverless`, depending on the type of the cluster you are creating.
16975
+ # You can create an Aurora Serverless clone from a provisioned cluster,
16976
+ # or a provisioned clone from an Aurora Serverless cluster. To create a
16977
+ # clone that is an Aurora Serverless cluster, the original cluster must
16978
+ # be an Aurora Serverless cluster or an encrypted provisioned cluster.
16979
+ #
16773
16980
  # @return [Types::RestoreDBClusterToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
16774
16981
  #
16775
16982
  # * {Types::RestoreDBClusterToPointInTimeResult#db_cluster #db_cluster} => Types::DBCluster
@@ -16818,6 +17025,14 @@ module Aws::RDS
16818
17025
  # copy_tags_to_snapshot: false,
16819
17026
  # domain: "String",
16820
17027
  # domain_iam_role_name: "String",
17028
+ # scaling_configuration: {
17029
+ # min_capacity: 1,
17030
+ # max_capacity: 1,
17031
+ # auto_pause: false,
17032
+ # seconds_until_auto_pause: 1,
17033
+ # timeout_action: "String",
17034
+ # },
17035
+ # engine_mode: "String",
16821
17036
  # })
16822
17037
  #
16823
17038
  # @example Response structure
@@ -16974,9 +17189,9 @@ module Aws::RDS
16974
17189
  # @option params [String] :db_instance_class
16975
17190
  # The compute and memory capacity of the Amazon RDS DB instance, for
16976
17191
  # example, `db.m4.large`. Not all DB instance classes are available in
16977
- # all AWS Regions, or for all database engines. For the full list of DB
16978
- # instance classes, and availability for your engine, see [DB Instance
16979
- # Class][1] in the *Amazon RDS User Guide.*
17192
+ # all Amazon Web Services Regions, or for all database engines. For the
17193
+ # full list of DB instance classes, and availability for your engine,
17194
+ # see [DB Instance Class][1] in the *Amazon RDS User Guide.*
16980
17195
  #
16981
17196
  # Default: The same DBInstanceClass as the original DB instance.
16982
17197
  #
@@ -17068,11 +17283,11 @@ module Aws::RDS
17068
17283
  #
17069
17284
  # * `oracle-ee`
17070
17285
  #
17071
- # * `oracle-se2`
17286
+ # * `oracle-ee-cdb`
17072
17287
  #
17073
- # * `oracle-se1`
17288
+ # * `oracle-se2`
17074
17289
  #
17075
- # * `oracle-se`
17290
+ # * `oracle-se2-cdb`
17076
17291
  #
17077
17292
  # * `postgres`
17078
17293
  #
@@ -17166,9 +17381,9 @@ module Aws::RDS
17166
17381
  # the Directory Service.
17167
17382
  #
17168
17383
  # @option params [Boolean] :enable_iam_database_authentication
17169
- # A value that indicates whether to enable mapping of AWS Identity and
17170
- # Access Management (IAM) accounts to database accounts. By default,
17171
- # mapping is disabled.
17384
+ # A value that indicates whether to enable mapping of Amazon Web
17385
+ # Services Identity and Access Management (IAM) accounts to database
17386
+ # accounts. By default, mapping is disabled.
17172
17387
  #
17173
17388
  # For more information about IAM database authentication, see [ IAM
17174
17389
  # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
@@ -17232,10 +17447,11 @@ module Aws::RDS
17232
17447
  # from outside of its virtual private cloud (VPC) on your local network.
17233
17448
  #
17234
17449
  # For more information about RDS on Outposts, see [Working with Amazon
17235
- # RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
17450
+ # RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
17451
+ # Guide*.
17236
17452
  #
17237
17453
  # For more information about CoIPs, see [Customer-owned IP addresses][2]
17238
- # in the *AWS Outposts User Guide*.
17454
+ # in the *Amazon Web Services Outposts User Guide*.
17239
17455
  #
17240
17456
  #
17241
17457
  #
@@ -17511,6 +17727,11 @@ module Aws::RDS
17511
17727
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
17512
17728
  # resp.db_instance.customer_owned_ip_enabled #=> Boolean
17513
17729
  # resp.db_instance.aws_backup_recovery_point_arn #=> String
17730
+ # resp.db_instance.activity_stream_status #=> String, one of "stopped", "starting", "started", "stopping"
17731
+ # resp.db_instance.activity_stream_kms_key_id #=> String
17732
+ # resp.db_instance.activity_stream_kinesis_stream_name #=> String
17733
+ # resp.db_instance.activity_stream_mode #=> String, one of "sync", "async"
17734
+ # resp.db_instance.activity_stream_engine_native_audit_fields_included #=> Boolean
17514
17735
  #
17515
17736
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot AWS API Documentation
17516
17737
  #
@@ -17562,10 +17783,10 @@ module Aws::RDS
17562
17783
  #
17563
17784
  # @option params [required, String] :db_instance_class
17564
17785
  # The compute and memory capacity of the DB instance, for example,
17565
- # `db.m4.large`. Not all DB instance classes are available in all AWS
17566
- # Regions, or for all database engines. For the full list of DB instance
17567
- # classes, and availability for your engine, see [DB Instance Class][1]
17568
- # in the *Amazon RDS User Guide.*
17786
+ # `db.m4.large`. Not all DB instance classes are available in all Amazon
17787
+ # Web Services Regions, or for all database engines. For the full list
17788
+ # of DB instance classes, and availability for your engine, see [DB
17789
+ # Instance Class][1] in the *Amazon RDS User Guide.*
17569
17790
  #
17570
17791
  # Importing from Amazon S3 isn't supported on the db.t2.micro DB
17571
17792
  # instance class.
@@ -17606,17 +17827,19 @@ module Aws::RDS
17606
17827
  #
17607
17828
  # @option params [String] :availability_zone
17608
17829
  # The Availability Zone that the DB instance is created in. For
17609
- # information about AWS Regions and Availability Zones, see [Regions and
17610
- # Availability Zones][1] in the *Amazon RDS User Guide.*
17830
+ # information about Amazon Web Services Regions and Availability Zones,
17831
+ # see [Regions and Availability Zones][1] in the *Amazon RDS User
17832
+ # Guide.*
17611
17833
  #
17612
17834
  # Default: A random, system-chosen Availability Zone in the endpoint's
17613
- # AWS Region.
17835
+ # Amazon Web Services Region.
17614
17836
  #
17615
17837
  # Example: `us-east-1d`
17616
17838
  #
17617
17839
  # Constraint: The `AvailabilityZone` parameter can't be specified if
17618
17840
  # the DB instance is a Multi-AZ deployment. The specified Availability
17619
- # Zone must be in the same AWS Region as the current endpoint.
17841
+ # Zone must be in the same Amazon Web Services Region as the current
17842
+ # endpoint.
17620
17843
  #
17621
17844
  #
17622
17845
  #
@@ -17757,16 +17980,19 @@ module Aws::RDS
17757
17980
  # not.
17758
17981
  #
17759
17982
  # @option params [String] :kms_key_id
17760
- # The AWS KMS key identifier for an encrypted DB instance.
17983
+ # The Amazon Web Services KMS key identifier for an encrypted DB
17984
+ # instance.
17761
17985
  #
17762
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
17763
- # name for the AWS KMS customer master key (CMK). To use a CMK in a
17764
- # different AWS account, specify the key ARN or alias ARN.
17986
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
17987
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
17988
+ # master key (CMK). To use a CMK in a different Amazon Web Services
17989
+ # account, specify the key ARN or alias ARN.
17765
17990
  #
17766
17991
  # If the `StorageEncrypted` parameter is enabled, and you do not specify
17767
17992
  # a value for the `KmsKeyId` parameter, then Amazon RDS will use your
17768
- # default CMK. There is a default CMK for your AWS account. Your AWS
17769
- # account has a different default CMK for each AWS Region.
17993
+ # default CMK. There is a default CMK for your Amazon Web Services
17994
+ # account. Your Amazon Web Services account has a different default CMK
17995
+ # for each Amazon Web Services Region.
17770
17996
  #
17771
17997
  # @option params [Boolean] :copy_tags_to_snapshot
17772
17998
  # A value that indicates whether to copy all tags from the DB instance
@@ -17799,9 +18025,9 @@ module Aws::RDS
17799
18025
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling
17800
18026
  #
17801
18027
  # @option params [Boolean] :enable_iam_database_authentication
17802
- # A value that indicates whether to enable mapping of AWS Identity and
17803
- # Access Management (IAM) accounts to database accounts. By default,
17804
- # mapping is disabled.
18028
+ # A value that indicates whether to enable mapping of Amazon Web
18029
+ # Services Identity and Access Management (IAM) accounts to database
18030
+ # accounts. By default, mapping is disabled.
17805
18031
  #
17806
18032
  # For more information about IAM database authentication, see [ IAM
17807
18033
  # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
@@ -17831,8 +18057,8 @@ module Aws::RDS
17831
18057
  # The prefix of your Amazon S3 bucket.
17832
18058
  #
17833
18059
  # @option params [required, String] :s3_ingestion_role_arn
17834
- # An AWS Identity and Access Management (IAM) role to allow Amazon RDS
17835
- # to access your Amazon S3 bucket.
18060
+ # An Amazon Web Services Identity and Access Management (IAM) role to
18061
+ # allow Amazon RDS to access your Amazon S3 bucket.
17836
18062
  #
17837
18063
  # @option params [Boolean] :enable_performance_insights
17838
18064
  # A value that indicates whether to enable Performance Insights for the
@@ -17846,16 +18072,17 @@ module Aws::RDS
17846
18072
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
17847
18073
  #
17848
18074
  # @option params [String] :performance_insights_kms_key_id
17849
- # The AWS KMS key identifier for encryption of Performance Insights
17850
- # data.
18075
+ # The Amazon Web Services KMS key identifier for encryption of
18076
+ # Performance Insights data.
17851
18077
  #
17852
- # The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
17853
- # name for the AWS KMS customer master key (CMK).
18078
+ # The Amazon Web Services KMS key identifier is the key ARN, key ID,
18079
+ # alias ARN, or alias name for the Amazon Web Services KMS customer
18080
+ # master key (CMK).
17854
18081
  #
17855
18082
  # If you do not specify a value for `PerformanceInsightsKMSKeyId`, then
17856
- # Amazon RDS uses your default CMK. There is a default CMK for your AWS
17857
- # account. Your AWS account has a different default CMK for each AWS
17858
- # Region.
18083
+ # Amazon RDS uses your default CMK. There is a default CMK for your
18084
+ # Amazon Web Services account. Your Amazon Web Services account has a
18085
+ # different default CMK for each Amazon Web Services Region.
17859
18086
  #
17860
18087
  # @option params [Integer] :performance_insights_retention_period
17861
18088
  # The amount of time, in days, to retain Performance Insights data.
@@ -18090,6 +18317,11 @@ module Aws::RDS
18090
18317
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
18091
18318
  # resp.db_instance.customer_owned_ip_enabled #=> Boolean
18092
18319
  # resp.db_instance.aws_backup_recovery_point_arn #=> String
18320
+ # resp.db_instance.activity_stream_status #=> String, one of "stopped", "starting", "started", "stopping"
18321
+ # resp.db_instance.activity_stream_kms_key_id #=> String
18322
+ # resp.db_instance.activity_stream_kinesis_stream_name #=> String
18323
+ # resp.db_instance.activity_stream_mode #=> String, one of "sync", "async"
18324
+ # resp.db_instance.activity_stream_engine_native_audit_fields_included #=> Boolean
18093
18325
  #
18094
18326
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3 AWS API Documentation
18095
18327
  #
@@ -18165,9 +18397,9 @@ module Aws::RDS
18165
18397
  # @option params [String] :db_instance_class
18166
18398
  # The compute and memory capacity of the Amazon RDS DB instance, for
18167
18399
  # example, `db.m4.large`. Not all DB instance classes are available in
18168
- # all AWS Regions, or for all database engines. For the full list of DB
18169
- # instance classes, and availability for your engine, see [DB Instance
18170
- # Class][1] in the *Amazon RDS User Guide.*
18400
+ # all Amazon Web Services Regions, or for all database engines. For the
18401
+ # full list of DB instance classes, and availability for your engine,
18402
+ # see [DB Instance Class][1] in the *Amazon RDS User Guide.*
18171
18403
  #
18172
18404
  # Default: The same DBInstanceClass as the original DB instance.
18173
18405
  #
@@ -18256,11 +18488,11 @@ module Aws::RDS
18256
18488
  #
18257
18489
  # * `oracle-ee`
18258
18490
  #
18259
- # * `oracle-se2`
18491
+ # * `oracle-ee-cdb`
18260
18492
  #
18261
- # * `oracle-se1`
18493
+ # * `oracle-se2`
18262
18494
  #
18263
- # * `oracle-se`
18495
+ # * `oracle-se2-cdb`
18264
18496
  #
18265
18497
  # * `postgres`
18266
18498
  #
@@ -18346,9 +18578,9 @@ module Aws::RDS
18346
18578
  # the Directory Service.
18347
18579
  #
18348
18580
  # @option params [Boolean] :enable_iam_database_authentication
18349
- # A value that indicates whether to enable mapping of AWS Identity and
18350
- # Access Management (IAM) accounts to database accounts. By default,
18351
- # mapping is disabled.
18581
+ # A value that indicates whether to enable mapping of Amazon Web
18582
+ # Services Identity and Access Management (IAM) accounts to database
18583
+ # accounts. By default, mapping is disabled.
18352
18584
  #
18353
18585
  # For more information about IAM database authentication, see [ IAM
18354
18586
  # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
@@ -18432,10 +18664,11 @@ module Aws::RDS
18432
18664
  # from outside of its virtual private cloud (VPC) on your local network.
18433
18665
  #
18434
18666
  # For more information about RDS on Outposts, see [Working with Amazon
18435
- # RDS on AWS Outposts][1] in the *Amazon RDS User Guide*.
18667
+ # RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
18668
+ # Guide*.
18436
18669
  #
18437
18670
  # For more information about CoIPs, see [Customer-owned IP addresses][2]
18438
- # in the *AWS Outposts User Guide*.
18671
+ # in the *Amazon Web Services Outposts User Guide*.
18439
18672
  #
18440
18673
  #
18441
18674
  #
@@ -18717,6 +18950,11 @@ module Aws::RDS
18717
18950
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
18718
18951
  # resp.db_instance.customer_owned_ip_enabled #=> Boolean
18719
18952
  # resp.db_instance.aws_backup_recovery_point_arn #=> String
18953
+ # resp.db_instance.activity_stream_status #=> String, one of "stopped", "starting", "started", "stopping"
18954
+ # resp.db_instance.activity_stream_kms_key_id #=> String
18955
+ # resp.db_instance.activity_stream_kinesis_stream_name #=> String
18956
+ # resp.db_instance.activity_stream_mode #=> String, one of "sync", "async"
18957
+ # resp.db_instance.activity_stream_engine_native_audit_fields_included #=> Boolean
18720
18958
  #
18721
18959
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime AWS API Documentation
18722
18960
  #
@@ -18754,10 +18992,10 @@ module Aws::RDS
18754
18992
  # `EC2SecurityGroupId` must be provided.
18755
18993
  #
18756
18994
  # @option params [String] :ec2_security_group_owner_id
18757
- # The AWS account number of the owner of the EC2 security group
18758
- # specified in the `EC2SecurityGroupName` parameter. The AWS access key
18759
- # ID isn't an acceptable value. For VPC DB security groups,
18760
- # `EC2SecurityGroupId` must be provided. Otherwise,
18995
+ # The Amazon Web Services account number of the owner of the EC2
18996
+ # security group specified in the `EC2SecurityGroupName` parameter. The
18997
+ # Amazon Web Services access key ID isn't an acceptable value. For VPC
18998
+ # DB security groups, `EC2SecurityGroupId` must be provided. Otherwise,
18761
18999
  # EC2SecurityGroupOwnerId and either `EC2SecurityGroupName` or
18762
19000
  # `EC2SecurityGroupId` must be provided.
18763
19001
  #
@@ -18835,15 +19073,21 @@ module Aws::RDS
18835
19073
  # asynchronously.
18836
19074
  #
18837
19075
  # @option params [required, String] :kms_key_id
18838
- # The AWS KMS key identifier for encrypting messages in the database
18839
- # activity stream. The AWS KMS key identifier is the key ARN, key ID,
18840
- # alias ARN, or alias name for the AWS KMS customer master key (CMK).
19076
+ # The Amazon Web Services KMS key identifier for encrypting messages in
19077
+ # the database activity stream. The Amazon Web Services KMS key
19078
+ # identifier is the key ARN, key ID, alias ARN, or alias name for the
19079
+ # Amazon Web Services KMS customer master key (CMK).
18841
19080
  #
18842
19081
  # @option params [Boolean] :apply_immediately
18843
19082
  # Specifies whether or not the database activity stream is to start as
18844
19083
  # soon as possible, regardless of the maintenance window for the
18845
19084
  # database.
18846
19085
  #
19086
+ # @option params [Boolean] :engine_native_audit_fields_included
19087
+ # Specifies whether the database activity stream includes engine-native
19088
+ # audit fields. This option only applies to an Oracle DB instance. By
19089
+ # default, no engine-native audit fields are included.
19090
+ #
18847
19091
  # @return [Types::StartActivityStreamResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
18848
19092
  #
18849
19093
  # * {Types::StartActivityStreamResponse#kms_key_id #kms_key_id} => String
@@ -18851,6 +19095,7 @@ module Aws::RDS
18851
19095
  # * {Types::StartActivityStreamResponse#status #status} => String
18852
19096
  # * {Types::StartActivityStreamResponse#mode #mode} => String
18853
19097
  # * {Types::StartActivityStreamResponse#apply_immediately #apply_immediately} => Boolean
19098
+ # * {Types::StartActivityStreamResponse#engine_native_audit_fields_included #engine_native_audit_fields_included} => Boolean
18854
19099
  #
18855
19100
  # @example Request syntax with placeholder values
18856
19101
  #
@@ -18859,6 +19104,7 @@ module Aws::RDS
18859
19104
  # mode: "sync", # required, accepts sync, async
18860
19105
  # kms_key_id: "String", # required
18861
19106
  # apply_immediately: false,
19107
+ # engine_native_audit_fields_included: false,
18862
19108
  # })
18863
19109
  #
18864
19110
  # @example Response structure
@@ -18868,6 +19114,7 @@ module Aws::RDS
18868
19114
  # resp.status #=> String, one of "stopped", "starting", "started", "stopping"
18869
19115
  # resp.mode #=> String, one of "sync", "async"
18870
19116
  # resp.apply_immediately #=> Boolean
19117
+ # resp.engine_native_audit_fields_included #=> Boolean
18871
19118
  #
18872
19119
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartActivityStream AWS API Documentation
18873
19120
  #
@@ -18878,9 +19125,9 @@ module Aws::RDS
18878
19125
  req.send_request(options)
18879
19126
  end
18880
19127
 
18881
- # Starts an Amazon Aurora DB cluster that was stopped using the AWS
18882
- # console, the stop-db-cluster AWS CLI command, or the StopDBCluster
18883
- # action.
19128
+ # Starts an Amazon Aurora DB cluster that was stopped using the Amazon
19129
+ # Web Services console, the stop-db-cluster CLI command, or the
19130
+ # StopDBCluster action.
18884
19131
  #
18885
19132
  # For more information, see [ Stopping and Starting an Aurora
18886
19133
  # Cluster][1] in the *Amazon Aurora User Guide.*
@@ -19007,9 +19254,9 @@ module Aws::RDS
19007
19254
  req.send_request(options)
19008
19255
  end
19009
19256
 
19010
- # Starts an Amazon RDS DB instance that was stopped using the AWS
19011
- # console, the stop-db-instance AWS CLI command, or the StopDBInstance
19012
- # action.
19257
+ # Starts an Amazon RDS DB instance that was stopped using the Amazon Web
19258
+ # Services console, the stop-db-instance CLI command, or the
19259
+ # StopDBInstance action.
19013
19260
  #
19014
19261
  # For more information, see [ Starting an Amazon RDS DB instance That
19015
19262
  # Was Previously Stopped][1] in the *Amazon RDS User Guide.*
@@ -19162,6 +19409,11 @@ module Aws::RDS
19162
19409
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
19163
19410
  # resp.db_instance.customer_owned_ip_enabled #=> Boolean
19164
19411
  # resp.db_instance.aws_backup_recovery_point_arn #=> String
19412
+ # resp.db_instance.activity_stream_status #=> String, one of "stopped", "starting", "started", "stopping"
19413
+ # resp.db_instance.activity_stream_kms_key_id #=> String
19414
+ # resp.db_instance.activity_stream_kinesis_stream_name #=> String
19415
+ # resp.db_instance.activity_stream_mode #=> String, one of "sync", "async"
19416
+ # resp.db_instance.activity_stream_engine_native_audit_fields_included #=> Boolean
19165
19417
  #
19166
19418
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance AWS API Documentation
19167
19419
  #
@@ -19172,10 +19424,11 @@ module Aws::RDS
19172
19424
  req.send_request(options)
19173
19425
  end
19174
19426
 
19175
- # Enables replication of automated backups to a different AWS Region.
19427
+ # Enables replication of automated backups to a different Amazon Web
19428
+ # Services Region.
19176
19429
  #
19177
19430
  # For more information, see [ Replicating Automated Backups to Another
19178
- # AWS Region][1] in the *Amazon RDS User Guide.*
19431
+ # Amazon Web Services Region][1] in the *Amazon RDS User Guide.*
19179
19432
  #
19180
19433
  #
19181
19434
  #
@@ -19190,18 +19443,20 @@ module Aws::RDS
19190
19443
  # The retention period for the replicated automated backups.
19191
19444
  #
19192
19445
  # @option params [String] :kms_key_id
19193
- # The AWS KMS key identifier for encryption of the replicated automated
19194
- # backups. The KMS key ID is the Amazon Resource Name (ARN) for the KMS
19195
- # encryption key in the destination AWS Region, for example,
19446
+ # The Amazon Web Services KMS key identifier for encryption of the
19447
+ # replicated automated backups. The KMS key ID is the Amazon Resource
19448
+ # Name (ARN) for the KMS encryption key in the destination Amazon Web
19449
+ # Services Region, for example,
19196
19450
  # `arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE`.
19197
19451
  #
19198
19452
  # @option params [String] :pre_signed_url
19199
19453
  # A URL that contains a Signature Version 4 signed request for the
19200
19454
  # StartDBInstanceAutomatedBackupsReplication action to be called in the
19201
- # AWS Region of the source DB instance. The presigned URL must be a
19202
- # valid request for the StartDBInstanceAutomatedBackupsReplication API
19203
- # action that can be executed in the AWS Region that contains the source
19204
- # DB instance.
19455
+ # Amazon Web Services Region of the source DB instance. The presigned
19456
+ # URL must be a valid request for the
19457
+ # StartDBInstanceAutomatedBackupsReplication API action that can be
19458
+ # executed in the Amazon Web Services Region that contains the source DB
19459
+ # instance.
19205
19460
  #
19206
19461
  # @option params [String] :source_region
19207
19462
  # The source region of the snapshot. This is only needed when the
@@ -19280,11 +19535,13 @@ module Aws::RDS
19280
19535
  # when exporting a snapshot.
19281
19536
  #
19282
19537
  # @option params [required, String] :kms_key_id
19283
- # The ID of the AWS KMS customer master key (CMK) to use to encrypt the
19284
- # snapshot exported to Amazon S3. The AWS KMS key identifier is the key
19285
- # ARN, key ID, alias ARN, or alias name for the AWS KMS customer master
19286
- # key (CMK). The caller of this operation must be authorized to execute
19287
- # the following operations. These can be set in the AWS KMS key policy:
19538
+ # The ID of the Amazon Web Services KMS customer master key (CMK) to use
19539
+ # to encrypt the snapshot exported to Amazon S3. The Amazon Web Services
19540
+ # KMS key identifier is the key ARN, key ID, alias ARN, or alias name
19541
+ # for the Amazon Web Services KMS customer master key (CMK). The caller
19542
+ # of this operation must be authorized to execute the following
19543
+ # operations. These can be set in the Amazon Web Services KMS key
19544
+ # policy:
19288
19545
  #
19289
19546
  # * GrantOperation.Encrypt
19290
19547
  #
@@ -19385,8 +19642,8 @@ module Aws::RDS
19385
19642
  req.send_request(options)
19386
19643
  end
19387
19644
 
19388
- # Stops a database activity stream that was started using the AWS
19389
- # console, the `start-activity-stream` AWS CLI command, or the
19645
+ # Stops a database activity stream that was started using the Amazon Web
19646
+ # Services console, the `start-activity-stream` CLI command, or the
19390
19647
  # `StartActivityStream` action.
19391
19648
  #
19392
19649
  # For more information, see [Database Activity Streams][1] in the
@@ -19726,6 +19983,11 @@ module Aws::RDS
19726
19983
  # resp.db_instance.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
19727
19984
  # resp.db_instance.customer_owned_ip_enabled #=> Boolean
19728
19985
  # resp.db_instance.aws_backup_recovery_point_arn #=> String
19986
+ # resp.db_instance.activity_stream_status #=> String, one of "stopped", "starting", "started", "stopping"
19987
+ # resp.db_instance.activity_stream_kms_key_id #=> String
19988
+ # resp.db_instance.activity_stream_kinesis_stream_name #=> String
19989
+ # resp.db_instance.activity_stream_mode #=> String, one of "sync", "async"
19990
+ # resp.db_instance.activity_stream_engine_native_audit_fields_included #=> Boolean
19729
19991
  #
19730
19992
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance AWS API Documentation
19731
19993
  #
@@ -19739,7 +20001,7 @@ module Aws::RDS
19739
20001
  # Stops automated backup replication for a DB instance.
19740
20002
  #
19741
20003
  # For more information, see [ Replicating Automated Backups to Another
19742
- # AWS Region][1] in the *Amazon RDS User Guide.*
20004
+ # Amazon Web Services Region][1] in the *Amazon RDS User Guide.*
19743
20005
  #
19744
20006
  #
19745
20007
  #
@@ -19813,7 +20075,7 @@ module Aws::RDS
19813
20075
  params: params,
19814
20076
  config: config)
19815
20077
  context[:gem_name] = 'aws-sdk-rds'
19816
- context[:gem_version] = '1.118.0'
20078
+ context[:gem_version] = '1.122.0'
19817
20079
  Seahorse::Client::Request.new(handlers, context)
19818
20080
  end
19819
20081