aws-sdk 2.930.0 → 2.931.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.
- package/CHANGELOG.md +8 -1
- package/README.md +1 -1
- package/apis/chime-2018-05-01.min.json +48 -4
- package/apis/kendra-2019-02-03.min.json +128 -35
- package/apis/metadata.json +2 -1
- package/apis/rds-2014-10-31.min.json +36 -19
- package/clients/browser_default.d.ts +1 -0
- package/clients/browser_default.js +1 -0
- package/clients/chime.d.ts +32 -6
- package/clients/kendra.d.ts +114 -3
- package/clients/rds.d.ts +249 -216
- package/clients/sagemaker.d.ts +6 -6
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +2793 -321
- package/dist/aws-sdk.min.js +37 -37
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/rds.d.ts
CHANGED
|
@@ -14,19 +14,19 @@ declare class RDS extends Service {
|
|
|
14
14
|
constructor(options?: RDS.Types.ClientConfiguration)
|
|
15
15
|
config: Config & RDS.Types.ClientConfiguration;
|
|
16
16
|
/**
|
|
17
|
-
* Associates an Identity and Access Management (IAM) role from an Amazon Aurora DB cluster. For more information, see Authorizing Amazon Aurora MySQL to Access Other
|
|
17
|
+
* Associates an Identity and Access Management (IAM) role from an Amazon Aurora DB cluster. For more information, see Authorizing Amazon Aurora MySQL to Access Other Amazon Web Services Services on Your Behalf in the Amazon Aurora User Guide. This action only applies to Aurora DB clusters.
|
|
18
18
|
*/
|
|
19
19
|
addRoleToDBCluster(params: RDS.Types.AddRoleToDBClusterMessage, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
20
20
|
/**
|
|
21
|
-
* Associates an Identity and Access Management (IAM) role from an Amazon Aurora DB cluster. For more information, see Authorizing Amazon Aurora MySQL to Access Other
|
|
21
|
+
* Associates an Identity and Access Management (IAM) role from an Amazon Aurora DB cluster. For more information, see Authorizing Amazon Aurora MySQL to Access Other Amazon Web Services Services on Your Behalf in the Amazon Aurora User Guide. This action only applies to Aurora DB clusters.
|
|
22
22
|
*/
|
|
23
23
|
addRoleToDBCluster(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
24
24
|
/**
|
|
25
|
-
* Associates an
|
|
25
|
+
* Associates an Amazon Web Services Identity and Access Management (IAM) role with a DB instance. To add a role to a DB instance, the status of the DB instance must be available.
|
|
26
26
|
*/
|
|
27
27
|
addRoleToDBInstance(params: RDS.Types.AddRoleToDBInstanceMessage, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
28
28
|
/**
|
|
29
|
-
* Associates an
|
|
29
|
+
* Associates an Amazon Web Services Identity and Access Management (IAM) role with a DB instance. To add a role to a DB instance, the status of the DB instance must be available.
|
|
30
30
|
*/
|
|
31
31
|
addRoleToDBInstance(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
32
32
|
/**
|
|
@@ -54,11 +54,11 @@ declare class RDS extends Service {
|
|
|
54
54
|
*/
|
|
55
55
|
applyPendingMaintenanceAction(callback?: (err: AWSError, data: RDS.Types.ApplyPendingMaintenanceActionResult) => void): Request<RDS.Types.ApplyPendingMaintenanceActionResult, AWSError>;
|
|
56
56
|
/**
|
|
57
|
-
* Enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC instances. Second, IP ranges are available if the application accessing your database is running on the Internet. Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC). You can't authorize ingress from an EC2 security group in one
|
|
57
|
+
* Enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC instances. Second, IP ranges are available if the application accessing your database is running on the Internet. Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC). You can't authorize ingress from an EC2 security group in one Amazon Web Services Region to an Amazon RDS DB instance in another. You can't authorize ingress from a VPC security group in one VPC to an Amazon RDS DB instance in another. For an overview of CIDR ranges, go to the Wikipedia Tutorial.
|
|
58
58
|
*/
|
|
59
59
|
authorizeDBSecurityGroupIngress(params: RDS.Types.AuthorizeDBSecurityGroupIngressMessage, callback?: (err: AWSError, data: RDS.Types.AuthorizeDBSecurityGroupIngressResult) => void): Request<RDS.Types.AuthorizeDBSecurityGroupIngressResult, AWSError>;
|
|
60
60
|
/**
|
|
61
|
-
* Enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC instances. Second, IP ranges are available if the application accessing your database is running on the Internet. Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC). You can't authorize ingress from an EC2 security group in one
|
|
61
|
+
* Enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC instances. Second, IP ranges are available if the application accessing your database is running on the Internet. Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC). You can't authorize ingress from an EC2 security group in one Amazon Web Services Region to an Amazon RDS DB instance in another. You can't authorize ingress from a VPC security group in one VPC to an Amazon RDS DB instance in another. For an overview of CIDR ranges, go to the Wikipedia Tutorial.
|
|
62
62
|
*/
|
|
63
63
|
authorizeDBSecurityGroupIngress(callback?: (err: AWSError, data: RDS.Types.AuthorizeDBSecurityGroupIngressResult) => void): Request<RDS.Types.AuthorizeDBSecurityGroupIngressResult, AWSError>;
|
|
64
64
|
/**
|
|
@@ -86,11 +86,11 @@ declare class RDS extends Service {
|
|
|
86
86
|
*/
|
|
87
87
|
copyDBClusterParameterGroup(callback?: (err: AWSError, data: RDS.Types.CopyDBClusterParameterGroupResult) => void): Request<RDS.Types.CopyDBClusterParameterGroupResult, AWSError>;
|
|
88
88
|
/**
|
|
89
|
-
* Copies a snapshot of a DB cluster. To copy a DB cluster snapshot from a shared manual DB cluster snapshot, SourceDBClusterSnapshotIdentifier must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot. You can copy an encrypted DB cluster snapshot from another
|
|
89
|
+
* Copies a snapshot of a DB cluster. To copy a DB cluster snapshot from a shared manual DB cluster snapshot, SourceDBClusterSnapshotIdentifier must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot. You can copy an encrypted DB cluster snapshot from another Amazon Web Services Region. In that case, the Amazon Web Services Region where you call the CopyDBClusterSnapshot action is the destination Amazon Web Services Region for the encrypted DB cluster snapshot to be copied to. To copy an encrypted DB cluster snapshot from another Amazon Web Services Region, you must provide the following values: KmsKeyId - The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region. PreSignedUrl - A URL that contains a Signature Version 4 signed request for the CopyDBClusterSnapshot action to be called in the source Amazon Web Services Region where the DB cluster snapshot is copied from. The pre-signed URL must be a valid request for the CopyDBClusterSnapshot API action that can be executed in the source Amazon Web Services Region that contains the encrypted DB cluster snapshot to be copied. The pre-signed URL request must contain the following parameter values: KmsKeyId - The Amazon Web Services KMS key identifier for the customer master key (CMK) to use to encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region. This is the same identifier for both the CopyDBClusterSnapshot action that is called in the destination Amazon Web Services Region, and the action contained in the pre-signed URL. DestinationRegion - The name of the Amazon Web Services Region that the DB cluster snapshot is to be created in. SourceDBClusterSnapshotIdentifier - The DB cluster snapshot identifier for the encrypted DB cluster snapshot to be copied. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example, if you are copying an encrypted DB cluster snapshot from the us-west-2 Amazon Web Services Region, then your SourceDBClusterSnapshotIdentifier looks like the following example: arn:aws:rds:us-west-2:123456789012:cluster-snapshot:aurora-cluster1-snapshot-20161115. To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process. If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a pre-signed URL that is a valid request for the operation that can be executed in the source Amazon Web Services Region. TargetDBClusterSnapshotIdentifier - The identifier for the new copy of the DB cluster snapshot in the destination Amazon Web Services Region. SourceDBClusterSnapshotIdentifier - The DB cluster snapshot identifier for the encrypted DB cluster snapshot to be copied. This identifier must be in the ARN format for the source Amazon Web Services Region and is the same value as the SourceDBClusterSnapshotIdentifier in the pre-signed URL. To cancel the copy operation once it is in progress, delete the target DB cluster snapshot identified by TargetDBClusterSnapshotIdentifier while that DB cluster snapshot is in "copying" status. For more information on copying encrypted DB cluster snapshots from one Amazon Web Services Region to another, see Copying a Snapshot in the Amazon Aurora User Guide. For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide. This action only applies to Aurora DB clusters.
|
|
90
90
|
*/
|
|
91
91
|
copyDBClusterSnapshot(params: RDS.Types.CopyDBClusterSnapshotMessage, callback?: (err: AWSError, data: RDS.Types.CopyDBClusterSnapshotResult) => void): Request<RDS.Types.CopyDBClusterSnapshotResult, AWSError>;
|
|
92
92
|
/**
|
|
93
|
-
* Copies a snapshot of a DB cluster. To copy a DB cluster snapshot from a shared manual DB cluster snapshot, SourceDBClusterSnapshotIdentifier must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot. You can copy an encrypted DB cluster snapshot from another
|
|
93
|
+
* Copies a snapshot of a DB cluster. To copy a DB cluster snapshot from a shared manual DB cluster snapshot, SourceDBClusterSnapshotIdentifier must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot. You can copy an encrypted DB cluster snapshot from another Amazon Web Services Region. In that case, the Amazon Web Services Region where you call the CopyDBClusterSnapshot action is the destination Amazon Web Services Region for the encrypted DB cluster snapshot to be copied to. To copy an encrypted DB cluster snapshot from another Amazon Web Services Region, you must provide the following values: KmsKeyId - The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region. PreSignedUrl - A URL that contains a Signature Version 4 signed request for the CopyDBClusterSnapshot action to be called in the source Amazon Web Services Region where the DB cluster snapshot is copied from. The pre-signed URL must be a valid request for the CopyDBClusterSnapshot API action that can be executed in the source Amazon Web Services Region that contains the encrypted DB cluster snapshot to be copied. The pre-signed URL request must contain the following parameter values: KmsKeyId - The Amazon Web Services KMS key identifier for the customer master key (CMK) to use to encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region. This is the same identifier for both the CopyDBClusterSnapshot action that is called in the destination Amazon Web Services Region, and the action contained in the pre-signed URL. DestinationRegion - The name of the Amazon Web Services Region that the DB cluster snapshot is to be created in. SourceDBClusterSnapshotIdentifier - The DB cluster snapshot identifier for the encrypted DB cluster snapshot to be copied. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example, if you are copying an encrypted DB cluster snapshot from the us-west-2 Amazon Web Services Region, then your SourceDBClusterSnapshotIdentifier looks like the following example: arn:aws:rds:us-west-2:123456789012:cluster-snapshot:aurora-cluster1-snapshot-20161115. To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process. If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a pre-signed URL that is a valid request for the operation that can be executed in the source Amazon Web Services Region. TargetDBClusterSnapshotIdentifier - The identifier for the new copy of the DB cluster snapshot in the destination Amazon Web Services Region. SourceDBClusterSnapshotIdentifier - The DB cluster snapshot identifier for the encrypted DB cluster snapshot to be copied. This identifier must be in the ARN format for the source Amazon Web Services Region and is the same value as the SourceDBClusterSnapshotIdentifier in the pre-signed URL. To cancel the copy operation once it is in progress, delete the target DB cluster snapshot identified by TargetDBClusterSnapshotIdentifier while that DB cluster snapshot is in "copying" status. For more information on copying encrypted DB cluster snapshots from one Amazon Web Services Region to another, see Copying a Snapshot in the Amazon Aurora User Guide. For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide. This action only applies to Aurora DB clusters.
|
|
94
94
|
*/
|
|
95
95
|
copyDBClusterSnapshot(callback?: (err: AWSError, data: RDS.Types.CopyDBClusterSnapshotResult) => void): Request<RDS.Types.CopyDBClusterSnapshotResult, AWSError>;
|
|
96
96
|
/**
|
|
@@ -102,11 +102,11 @@ declare class RDS extends Service {
|
|
|
102
102
|
*/
|
|
103
103
|
copyDBParameterGroup(callback?: (err: AWSError, data: RDS.Types.CopyDBParameterGroupResult) => void): Request<RDS.Types.CopyDBParameterGroupResult, AWSError>;
|
|
104
104
|
/**
|
|
105
|
-
* Copies the specified DB snapshot. The source DB snapshot must be in the available state. You can copy a snapshot from one
|
|
105
|
+
* Copies the specified DB snapshot. The source DB snapshot must be in the available state. You can copy a snapshot from one Amazon Web Services Region to another. In that case, the Amazon Web Services Region where you call the CopyDBSnapshot action is the destination Amazon Web Services Region for the DB snapshot copy. For more information about copying snapshots, see Copying a DB Snapshot in the Amazon RDS User Guide.
|
|
106
106
|
*/
|
|
107
107
|
copyDBSnapshot(params: RDS.Types.CopyDBSnapshotMessage, callback?: (err: AWSError, data: RDS.Types.CopyDBSnapshotResult) => void): Request<RDS.Types.CopyDBSnapshotResult, AWSError>;
|
|
108
108
|
/**
|
|
109
|
-
* Copies the specified DB snapshot. The source DB snapshot must be in the available state. You can copy a snapshot from one
|
|
109
|
+
* Copies the specified DB snapshot. The source DB snapshot must be in the available state. You can copy a snapshot from one Amazon Web Services Region to another. In that case, the Amazon Web Services Region where you call the CopyDBSnapshot action is the destination Amazon Web Services Region for the DB snapshot copy. For more information about copying snapshots, see Copying a DB Snapshot in the Amazon RDS User Guide.
|
|
110
110
|
*/
|
|
111
111
|
copyDBSnapshot(callback?: (err: AWSError, data: RDS.Types.CopyDBSnapshotResult) => void): Request<RDS.Types.CopyDBSnapshotResult, AWSError>;
|
|
112
112
|
/**
|
|
@@ -126,11 +126,11 @@ declare class RDS extends Service {
|
|
|
126
126
|
*/
|
|
127
127
|
createCustomAvailabilityZone(callback?: (err: AWSError, data: RDS.Types.CreateCustomAvailabilityZoneResult) => void): Request<RDS.Types.CreateCustomAvailabilityZoneResult, AWSError>;
|
|
128
128
|
/**
|
|
129
|
-
* Creates a new Amazon Aurora DB cluster. You can use the ReplicationSourceIdentifier parameter to create the DB cluster as a read replica of another DB cluster or Amazon RDS MySQL DB instance. For cross-region replication where the DB cluster identified by ReplicationSourceIdentifier is encrypted, you must also specify the PreSignedUrl parameter. For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide. This action only applies to Aurora DB clusters.
|
|
129
|
+
* Creates a new Amazon Aurora DB cluster. You can use the ReplicationSourceIdentifier parameter to create the DB cluster as a read replica of another DB cluster or Amazon RDS MySQL or PostgreSQL DB instance. For cross-region replication where the DB cluster identified by ReplicationSourceIdentifier is encrypted, you must also specify the PreSignedUrl parameter. For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide. This action only applies to Aurora DB clusters.
|
|
130
130
|
*/
|
|
131
131
|
createDBCluster(params: RDS.Types.CreateDBClusterMessage, callback?: (err: AWSError, data: RDS.Types.CreateDBClusterResult) => void): Request<RDS.Types.CreateDBClusterResult, AWSError>;
|
|
132
132
|
/**
|
|
133
|
-
* Creates a new Amazon Aurora DB cluster. You can use the ReplicationSourceIdentifier parameter to create the DB cluster as a read replica of another DB cluster or Amazon RDS MySQL DB instance. For cross-region replication where the DB cluster identified by ReplicationSourceIdentifier is encrypted, you must also specify the PreSignedUrl parameter. For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide. This action only applies to Aurora DB clusters.
|
|
133
|
+
* Creates a new Amazon Aurora DB cluster. You can use the ReplicationSourceIdentifier parameter to create the DB cluster as a read replica of another DB cluster or Amazon RDS MySQL or PostgreSQL DB instance. For cross-region replication where the DB cluster identified by ReplicationSourceIdentifier is encrypted, you must also specify the PreSignedUrl parameter. For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide. This action only applies to Aurora DB clusters.
|
|
134
134
|
*/
|
|
135
135
|
createDBCluster(callback?: (err: AWSError, data: RDS.Types.CreateDBClusterResult) => void): Request<RDS.Types.CreateDBClusterResult, AWSError>;
|
|
136
136
|
/**
|
|
@@ -214,11 +214,11 @@ declare class RDS extends Service {
|
|
|
214
214
|
*/
|
|
215
215
|
createDBSnapshot(callback?: (err: AWSError, data: RDS.Types.CreateDBSnapshotResult) => void): Request<RDS.Types.CreateDBSnapshotResult, AWSError>;
|
|
216
216
|
/**
|
|
217
|
-
* Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the
|
|
217
|
+
* Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Web Services Region.
|
|
218
218
|
*/
|
|
219
219
|
createDBSubnetGroup(params: RDS.Types.CreateDBSubnetGroupMessage, callback?: (err: AWSError, data: RDS.Types.CreateDBSubnetGroupResult) => void): Request<RDS.Types.CreateDBSubnetGroupResult, AWSError>;
|
|
220
220
|
/**
|
|
221
|
-
* Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the
|
|
221
|
+
* Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Web Services Region.
|
|
222
222
|
*/
|
|
223
223
|
createDBSubnetGroup(callback?: (err: AWSError, data: RDS.Types.CreateDBSubnetGroupResult) => void): Request<RDS.Types.CreateDBSubnetGroupResult, AWSError>;
|
|
224
224
|
/**
|
|
@@ -230,11 +230,11 @@ declare class RDS extends Service {
|
|
|
230
230
|
*/
|
|
231
231
|
createEventSubscription(callback?: (err: AWSError, data: RDS.Types.CreateEventSubscriptionResult) => void): Request<RDS.Types.CreateEventSubscriptionResult, AWSError>;
|
|
232
232
|
/**
|
|
233
|
-
* Creates an Aurora global database spread across multiple
|
|
233
|
+
* Creates an Aurora global database spread across multiple Amazon Web Services Regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem. You can create a global database that is initially empty, and then add a primary cluster and a secondary cluster to it. Or you can specify an existing Aurora cluster during the create operation, and this cluster becomes the primary cluster of the global database. This action only applies to Aurora DB clusters.
|
|
234
234
|
*/
|
|
235
235
|
createGlobalCluster(params: RDS.Types.CreateGlobalClusterMessage, callback?: (err: AWSError, data: RDS.Types.CreateGlobalClusterResult) => void): Request<RDS.Types.CreateGlobalClusterResult, AWSError>;
|
|
236
236
|
/**
|
|
237
|
-
* Creates an Aurora global database spread across multiple
|
|
237
|
+
* Creates an Aurora global database spread across multiple Amazon Web Services Regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem. You can create a global database that is initially empty, and then add a primary cluster and a secondary cluster to it. Or you can specify an existing Aurora cluster during the create operation, and this cluster becomes the primary cluster of the global database. This action only applies to Aurora DB clusters.
|
|
238
238
|
*/
|
|
239
239
|
createGlobalCluster(callback?: (err: AWSError, data: RDS.Types.CreateGlobalClusterResult) => void): Request<RDS.Types.CreateGlobalClusterResult, AWSError>;
|
|
240
240
|
/**
|
|
@@ -398,11 +398,11 @@ declare class RDS extends Service {
|
|
|
398
398
|
*/
|
|
399
399
|
describeAccountAttributes(callback?: (err: AWSError, data: RDS.Types.AccountAttributesMessage) => void): Request<RDS.Types.AccountAttributesMessage, AWSError>;
|
|
400
400
|
/**
|
|
401
|
-
* Lists the set of CA certificates provided by Amazon RDS for this
|
|
401
|
+
* Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account.
|
|
402
402
|
*/
|
|
403
403
|
describeCertificates(params: RDS.Types.DescribeCertificatesMessage, callback?: (err: AWSError, data: RDS.Types.CertificateMessage) => void): Request<RDS.Types.CertificateMessage, AWSError>;
|
|
404
404
|
/**
|
|
405
|
-
* Lists the set of CA certificates provided by Amazon RDS for this
|
|
405
|
+
* Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account.
|
|
406
406
|
*/
|
|
407
407
|
describeCertificates(callback?: (err: AWSError, data: RDS.Types.CertificateMessage) => void): Request<RDS.Types.CertificateMessage, AWSError>;
|
|
408
408
|
/**
|
|
@@ -446,11 +446,11 @@ declare class RDS extends Service {
|
|
|
446
446
|
*/
|
|
447
447
|
describeDBClusterParameters(callback?: (err: AWSError, data: RDS.Types.DBClusterParameterGroupDetails) => void): Request<RDS.Types.DBClusterParameterGroupDetails, AWSError>;
|
|
448
448
|
/**
|
|
449
|
-
* Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot. When sharing snapshots with other
|
|
449
|
+
* Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot. When sharing snapshots with other Amazon Web Services accounts, DescribeDBClusterSnapshotAttributes returns the restore attribute and a list of IDs for the Amazon Web Services accounts that are authorized to copy or restore the manual DB cluster snapshot. If all is included in the list of values for the restore attribute, then the manual DB cluster snapshot is public and can be copied or restored by all Amazon Web Services accounts. To add or remove access for an Amazon Web Services account to copy or restore a manual DB cluster snapshot, or to make the manual DB cluster snapshot public or private, use the ModifyDBClusterSnapshotAttribute API action. This action only applies to Aurora DB clusters.
|
|
450
450
|
*/
|
|
451
451
|
describeDBClusterSnapshotAttributes(params: RDS.Types.DescribeDBClusterSnapshotAttributesMessage, callback?: (err: AWSError, data: RDS.Types.DescribeDBClusterSnapshotAttributesResult) => void): Request<RDS.Types.DescribeDBClusterSnapshotAttributesResult, AWSError>;
|
|
452
452
|
/**
|
|
453
|
-
* Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot. When sharing snapshots with other
|
|
453
|
+
* Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot. When sharing snapshots with other Amazon Web Services accounts, DescribeDBClusterSnapshotAttributes returns the restore attribute and a list of IDs for the Amazon Web Services accounts that are authorized to copy or restore the manual DB cluster snapshot. If all is included in the list of values for the restore attribute, then the manual DB cluster snapshot is public and can be copied or restored by all Amazon Web Services accounts. To add or remove access for an Amazon Web Services account to copy or restore a manual DB cluster snapshot, or to make the manual DB cluster snapshot public or private, use the ModifyDBClusterSnapshotAttribute API action. This action only applies to Aurora DB clusters.
|
|
454
454
|
*/
|
|
455
455
|
describeDBClusterSnapshotAttributes(callback?: (err: AWSError, data: RDS.Types.DescribeDBClusterSnapshotAttributesResult) => void): Request<RDS.Types.DescribeDBClusterSnapshotAttributesResult, AWSError>;
|
|
456
456
|
/**
|
|
@@ -558,11 +558,11 @@ declare class RDS extends Service {
|
|
|
558
558
|
*/
|
|
559
559
|
describeDBSecurityGroups(callback?: (err: AWSError, data: RDS.Types.DBSecurityGroupMessage) => void): Request<RDS.Types.DBSecurityGroupMessage, AWSError>;
|
|
560
560
|
/**
|
|
561
|
-
* Returns a list of DB snapshot attribute names and values for a manual DB snapshot. When sharing snapshots with other
|
|
561
|
+
* Returns a list of DB snapshot attribute names and values for a manual DB snapshot. When sharing snapshots with other Amazon Web Services accounts, DescribeDBSnapshotAttributes returns the restore attribute and a list of IDs for the Amazon Web Services accounts that are authorized to copy or restore the manual DB snapshot. If all is included in the list of values for the restore attribute, then the manual DB snapshot is public and can be copied or restored by all Amazon Web Services accounts. To add or remove access for an Amazon Web Services account to copy or restore a manual DB snapshot, or to make the manual DB snapshot public or private, use the ModifyDBSnapshotAttribute API action.
|
|
562
562
|
*/
|
|
563
563
|
describeDBSnapshotAttributes(params: RDS.Types.DescribeDBSnapshotAttributesMessage, callback?: (err: AWSError, data: RDS.Types.DescribeDBSnapshotAttributesResult) => void): Request<RDS.Types.DescribeDBSnapshotAttributesResult, AWSError>;
|
|
564
564
|
/**
|
|
565
|
-
* Returns a list of DB snapshot attribute names and values for a manual DB snapshot. When sharing snapshots with other
|
|
565
|
+
* Returns a list of DB snapshot attribute names and values for a manual DB snapshot. When sharing snapshots with other Amazon Web Services accounts, DescribeDBSnapshotAttributes returns the restore attribute and a list of IDs for the Amazon Web Services accounts that are authorized to copy or restore the manual DB snapshot. If all is included in the list of values for the restore attribute, then the manual DB snapshot is public and can be copied or restored by all Amazon Web Services accounts. To add or remove access for an Amazon Web Services account to copy or restore a manual DB snapshot, or to make the manual DB snapshot public or private, use the ModifyDBSnapshotAttribute API action.
|
|
566
566
|
*/
|
|
567
567
|
describeDBSnapshotAttributes(callback?: (err: AWSError, data: RDS.Types.DescribeDBSnapshotAttributesResult) => void): Request<RDS.Types.DescribeDBSnapshotAttributesResult, AWSError>;
|
|
568
568
|
/**
|
|
@@ -694,11 +694,11 @@ declare class RDS extends Service {
|
|
|
694
694
|
*/
|
|
695
695
|
describeReservedDBInstancesOfferings(callback?: (err: AWSError, data: RDS.Types.ReservedDBInstancesOfferingMessage) => void): Request<RDS.Types.ReservedDBInstancesOfferingMessage, AWSError>;
|
|
696
696
|
/**
|
|
697
|
-
* Returns a list of the source
|
|
697
|
+
* Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica, copy a DB snapshot from, or replicate automated backups from. This API action supports pagination.
|
|
698
698
|
*/
|
|
699
699
|
describeSourceRegions(params: RDS.Types.DescribeSourceRegionsMessage, callback?: (err: AWSError, data: RDS.Types.SourceRegionMessage) => void): Request<RDS.Types.SourceRegionMessage, AWSError>;
|
|
700
700
|
/**
|
|
701
|
-
* Returns a list of the source
|
|
701
|
+
* Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica, copy a DB snapshot from, or replicate automated backups from. This API action supports pagination.
|
|
702
702
|
*/
|
|
703
703
|
describeSourceRegions(callback?: (err: AWSError, data: RDS.Types.SourceRegionMessage) => void): Request<RDS.Types.SourceRegionMessage, AWSError>;
|
|
704
704
|
/**
|
|
@@ -750,11 +750,11 @@ declare class RDS extends Service {
|
|
|
750
750
|
*/
|
|
751
751
|
listTagsForResource(callback?: (err: AWSError, data: RDS.Types.TagListMessage) => void): Request<RDS.Types.TagListMessage, AWSError>;
|
|
752
752
|
/**
|
|
753
|
-
* Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS for new DB instances temporarily, or remove the override. By using this operation, you can specify an RDS-approved SSL/TLS certificate for new DB instances that is different from the default certificate provided by RDS. You can also use this operation to remove the override, so that new DB instances use the default certificate provided by RDS. You might need to override the default certificate in the following situations: You already migrated your applications to support the latest certificate authority (CA) certificate, but the new CA certificate is not yet the RDS default CA certificate for the specified
|
|
753
|
+
* Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS for new DB instances temporarily, or remove the override. By using this operation, you can specify an RDS-approved SSL/TLS certificate for new DB instances that is different from the default certificate provided by RDS. You can also use this operation to remove the override, so that new DB instances use the default certificate provided by RDS. You might need to override the default certificate in the following situations: You already migrated your applications to support the latest certificate authority (CA) certificate, but the new CA certificate is not yet the RDS default CA certificate for the specified Amazon Web Services Region. RDS has already moved to a new default CA certificate for the specified Amazon Web Services Region, but you are still in the process of supporting the new CA certificate. In this case, you temporarily need additional time to finish your application changes. For more information about rotating your SSL/TLS certificate for RDS DB engines, see Rotating Your SSL/TLS Certificate in the Amazon RDS User Guide. For more information about rotating your SSL/TLS certificate for Aurora DB engines, see Rotating Your SSL/TLS Certificate in the Amazon Aurora User Guide.
|
|
754
754
|
*/
|
|
755
755
|
modifyCertificates(params: RDS.Types.ModifyCertificatesMessage, callback?: (err: AWSError, data: RDS.Types.ModifyCertificatesResult) => void): Request<RDS.Types.ModifyCertificatesResult, AWSError>;
|
|
756
756
|
/**
|
|
757
|
-
* Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS for new DB instances temporarily, or remove the override. By using this operation, you can specify an RDS-approved SSL/TLS certificate for new DB instances that is different from the default certificate provided by RDS. You can also use this operation to remove the override, so that new DB instances use the default certificate provided by RDS. You might need to override the default certificate in the following situations: You already migrated your applications to support the latest certificate authority (CA) certificate, but the new CA certificate is not yet the RDS default CA certificate for the specified
|
|
757
|
+
* Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS for new DB instances temporarily, or remove the override. By using this operation, you can specify an RDS-approved SSL/TLS certificate for new DB instances that is different from the default certificate provided by RDS. You can also use this operation to remove the override, so that new DB instances use the default certificate provided by RDS. You might need to override the default certificate in the following situations: You already migrated your applications to support the latest certificate authority (CA) certificate, but the new CA certificate is not yet the RDS default CA certificate for the specified Amazon Web Services Region. RDS has already moved to a new default CA certificate for the specified Amazon Web Services Region, but you are still in the process of supporting the new CA certificate. In this case, you temporarily need additional time to finish your application changes. For more information about rotating your SSL/TLS certificate for RDS DB engines, see Rotating Your SSL/TLS Certificate in the Amazon RDS User Guide. For more information about rotating your SSL/TLS certificate for Aurora DB engines, see Rotating Your SSL/TLS Certificate in the Amazon Aurora User Guide.
|
|
758
758
|
*/
|
|
759
759
|
modifyCertificates(callback?: (err: AWSError, data: RDS.Types.ModifyCertificatesResult) => void): Request<RDS.Types.ModifyCertificatesResult, AWSError>;
|
|
760
760
|
/**
|
|
@@ -782,19 +782,19 @@ declare class RDS extends Service {
|
|
|
782
782
|
*/
|
|
783
783
|
modifyDBClusterEndpoint(callback?: (err: AWSError, data: RDS.Types.DBClusterEndpoint) => void): Request<RDS.Types.DBClusterEndpoint, AWSError>;
|
|
784
784
|
/**
|
|
785
|
-
* Modifies the parameters of a DB cluster parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request. For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide.
|
|
785
|
+
* Modifies the parameters of a DB cluster parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request. For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide. After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBClusterParameters action to verify that your DB cluster parameter group has been created or modified. If the modified DB cluster parameter group is used by an Aurora Serverless cluster, Aurora applies the update immediately. The cluster restart might interrupt your workload. In that case, your application must reopen any connections and retry any transactions that were active when the parameter changes took effect. This action only applies to Aurora DB clusters.
|
|
786
786
|
*/
|
|
787
787
|
modifyDBClusterParameterGroup(params: RDS.Types.ModifyDBClusterParameterGroupMessage, callback?: (err: AWSError, data: RDS.Types.DBClusterParameterGroupNameMessage) => void): Request<RDS.Types.DBClusterParameterGroupNameMessage, AWSError>;
|
|
788
788
|
/**
|
|
789
|
-
* Modifies the parameters of a DB cluster parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request. For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide.
|
|
789
|
+
* Modifies the parameters of a DB cluster parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request. For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide. After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBClusterParameters action to verify that your DB cluster parameter group has been created or modified. If the modified DB cluster parameter group is used by an Aurora Serverless cluster, Aurora applies the update immediately. The cluster restart might interrupt your workload. In that case, your application must reopen any connections and retry any transactions that were active when the parameter changes took effect. This action only applies to Aurora DB clusters.
|
|
790
790
|
*/
|
|
791
791
|
modifyDBClusterParameterGroup(callback?: (err: AWSError, data: RDS.Types.DBClusterParameterGroupNameMessage) => void): Request<RDS.Types.DBClusterParameterGroupNameMessage, AWSError>;
|
|
792
792
|
/**
|
|
793
|
-
* Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot. To share a manual DB cluster snapshot with other
|
|
793
|
+
* Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot. To share a manual DB cluster snapshot with other Amazon Web Services accounts, specify restore as the AttributeName and use the ValuesToAdd parameter to add a list of IDs of the Amazon Web Services accounts that are authorized to restore the manual DB cluster snapshot. Use the value all to make the manual DB cluster snapshot public, which means that it can be copied or restored by all Amazon Web Services accounts. Don't add the all value for any manual DB cluster snapshots that contain private information that you don't want available to all Amazon Web Services accounts. If a manual DB cluster snapshot is encrypted, it can be shared, but only by specifying a list of authorized Amazon Web Services account IDs for the ValuesToAdd parameter. You can't use all as a value for that parameter in this case. To view which Amazon Web Services accounts have access to copy or restore a manual DB cluster snapshot, or whether a manual DB cluster snapshot is public or private, use the DescribeDBClusterSnapshotAttributes API action. The accounts are returned as values for the restore attribute. This action only applies to Aurora DB clusters.
|
|
794
794
|
*/
|
|
795
795
|
modifyDBClusterSnapshotAttribute(params: RDS.Types.ModifyDBClusterSnapshotAttributeMessage, callback?: (err: AWSError, data: RDS.Types.ModifyDBClusterSnapshotAttributeResult) => void): Request<RDS.Types.ModifyDBClusterSnapshotAttributeResult, AWSError>;
|
|
796
796
|
/**
|
|
797
|
-
* Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot. To share a manual DB cluster snapshot with other
|
|
797
|
+
* Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot. To share a manual DB cluster snapshot with other Amazon Web Services accounts, specify restore as the AttributeName and use the ValuesToAdd parameter to add a list of IDs of the Amazon Web Services accounts that are authorized to restore the manual DB cluster snapshot. Use the value all to make the manual DB cluster snapshot public, which means that it can be copied or restored by all Amazon Web Services accounts. Don't add the all value for any manual DB cluster snapshots that contain private information that you don't want available to all Amazon Web Services accounts. If a manual DB cluster snapshot is encrypted, it can be shared, but only by specifying a list of authorized Amazon Web Services account IDs for the ValuesToAdd parameter. You can't use all as a value for that parameter in this case. To view which Amazon Web Services accounts have access to copy or restore a manual DB cluster snapshot, or whether a manual DB cluster snapshot is public or private, use the DescribeDBClusterSnapshotAttributes API action. The accounts are returned as values for the restore attribute. This action only applies to Aurora DB clusters.
|
|
798
798
|
*/
|
|
799
799
|
modifyDBClusterSnapshotAttribute(callback?: (err: AWSError, data: RDS.Types.ModifyDBClusterSnapshotAttributeResult) => void): Request<RDS.Types.ModifyDBClusterSnapshotAttributeResult, AWSError>;
|
|
800
800
|
/**
|
|
@@ -806,11 +806,11 @@ declare class RDS extends Service {
|
|
|
806
806
|
*/
|
|
807
807
|
modifyDBInstance(callback?: (err: AWSError, data: RDS.Types.ModifyDBInstanceResult) => void): Request<RDS.Types.ModifyDBInstanceResult, AWSError>;
|
|
808
808
|
/**
|
|
809
|
-
* Modifies the parameters of a DB parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request.
|
|
809
|
+
* Modifies the parameters of a DB parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request. After you modify a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon RDS to fully complete the modify action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBParameters command to verify that your DB parameter group has been created or modified.
|
|
810
810
|
*/
|
|
811
811
|
modifyDBParameterGroup(params: RDS.Types.ModifyDBParameterGroupMessage, callback?: (err: AWSError, data: RDS.Types.DBParameterGroupNameMessage) => void): Request<RDS.Types.DBParameterGroupNameMessage, AWSError>;
|
|
812
812
|
/**
|
|
813
|
-
* Modifies the parameters of a DB parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request.
|
|
813
|
+
* Modifies the parameters of a DB parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request. After you modify a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon RDS to fully complete the modify action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBParameters command to verify that your DB parameter group has been created or modified.
|
|
814
814
|
*/
|
|
815
815
|
modifyDBParameterGroup(callback?: (err: AWSError, data: RDS.Types.DBParameterGroupNameMessage) => void): Request<RDS.Types.DBParameterGroupNameMessage, AWSError>;
|
|
816
816
|
/**
|
|
@@ -846,19 +846,19 @@ declare class RDS extends Service {
|
|
|
846
846
|
*/
|
|
847
847
|
modifyDBSnapshot(callback?: (err: AWSError, data: RDS.Types.ModifyDBSnapshotResult) => void): Request<RDS.Types.ModifyDBSnapshotResult, AWSError>;
|
|
848
848
|
/**
|
|
849
|
-
* Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot. To share a manual DB snapshot with other
|
|
849
|
+
* Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot. To share a manual DB snapshot with other Amazon Web Services accounts, specify restore as the AttributeName and use the ValuesToAdd parameter to add a list of IDs of the Amazon Web Services accounts that are authorized to restore the manual DB snapshot. Uses the value all to make the manual DB snapshot public, which means it can be copied or restored by all Amazon Web Services accounts. Don't add the all value for any manual DB snapshots that contain private information that you don't want available to all Amazon Web Services accounts. If the manual DB snapshot is encrypted, it can be shared, but only by specifying a list of authorized Amazon Web Services account IDs for the ValuesToAdd parameter. You can't use all as a value for that parameter in this case. To view which Amazon Web Services accounts have access to copy or restore a manual DB snapshot, or whether a manual DB snapshot public or private, use the DescribeDBSnapshotAttributes API action. The accounts are returned as values for the restore attribute.
|
|
850
850
|
*/
|
|
851
851
|
modifyDBSnapshotAttribute(params: RDS.Types.ModifyDBSnapshotAttributeMessage, callback?: (err: AWSError, data: RDS.Types.ModifyDBSnapshotAttributeResult) => void): Request<RDS.Types.ModifyDBSnapshotAttributeResult, AWSError>;
|
|
852
852
|
/**
|
|
853
|
-
* Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot. To share a manual DB snapshot with other
|
|
853
|
+
* Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot. To share a manual DB snapshot with other Amazon Web Services accounts, specify restore as the AttributeName and use the ValuesToAdd parameter to add a list of IDs of the Amazon Web Services accounts that are authorized to restore the manual DB snapshot. Uses the value all to make the manual DB snapshot public, which means it can be copied or restored by all Amazon Web Services accounts. Don't add the all value for any manual DB snapshots that contain private information that you don't want available to all Amazon Web Services accounts. If the manual DB snapshot is encrypted, it can be shared, but only by specifying a list of authorized Amazon Web Services account IDs for the ValuesToAdd parameter. You can't use all as a value for that parameter in this case. To view which Amazon Web Services accounts have access to copy or restore a manual DB snapshot, or whether a manual DB snapshot public or private, use the DescribeDBSnapshotAttributes API action. The accounts are returned as values for the restore attribute.
|
|
854
854
|
*/
|
|
855
855
|
modifyDBSnapshotAttribute(callback?: (err: AWSError, data: RDS.Types.ModifyDBSnapshotAttributeResult) => void): Request<RDS.Types.ModifyDBSnapshotAttributeResult, AWSError>;
|
|
856
856
|
/**
|
|
857
|
-
* Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the
|
|
857
|
+
* Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Web Services Region.
|
|
858
858
|
*/
|
|
859
859
|
modifyDBSubnetGroup(params: RDS.Types.ModifyDBSubnetGroupMessage, callback?: (err: AWSError, data: RDS.Types.ModifyDBSubnetGroupResult) => void): Request<RDS.Types.ModifyDBSubnetGroupResult, AWSError>;
|
|
860
860
|
/**
|
|
861
|
-
* Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the
|
|
861
|
+
* Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Web Services Region.
|
|
862
862
|
*/
|
|
863
863
|
modifyDBSubnetGroup(callback?: (err: AWSError, data: RDS.Types.ModifyDBSubnetGroupResult) => void): Request<RDS.Types.ModifyDBSubnetGroupResult, AWSError>;
|
|
864
864
|
/**
|
|
@@ -934,19 +934,19 @@ declare class RDS extends Service {
|
|
|
934
934
|
*/
|
|
935
935
|
removeFromGlobalCluster(callback?: (err: AWSError, data: RDS.Types.RemoveFromGlobalClusterResult) => void): Request<RDS.Types.RemoveFromGlobalClusterResult, AWSError>;
|
|
936
936
|
/**
|
|
937
|
-
* Disassociates an
|
|
937
|
+
* Disassociates an Amazon Web Services Identity and Access Management (IAM) role from an Amazon Aurora DB cluster. For more information, see Authorizing Amazon Aurora MySQL to Access Other Amazon Web Services Services on Your Behalf in the Amazon Aurora User Guide. This action only applies to Aurora DB clusters.
|
|
938
938
|
*/
|
|
939
939
|
removeRoleFromDBCluster(params: RDS.Types.RemoveRoleFromDBClusterMessage, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
940
940
|
/**
|
|
941
|
-
* Disassociates an
|
|
941
|
+
* Disassociates an Amazon Web Services Identity and Access Management (IAM) role from an Amazon Aurora DB cluster. For more information, see Authorizing Amazon Aurora MySQL to Access Other Amazon Web Services Services on Your Behalf in the Amazon Aurora User Guide. This action only applies to Aurora DB clusters.
|
|
942
942
|
*/
|
|
943
943
|
removeRoleFromDBCluster(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
944
944
|
/**
|
|
945
|
-
* Disassociates an
|
|
945
|
+
* Disassociates an Amazon Web Services Identity and Access Management (IAM) role from a DB instance.
|
|
946
946
|
*/
|
|
947
947
|
removeRoleFromDBInstance(params: RDS.Types.RemoveRoleFromDBInstanceMessage, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
948
948
|
/**
|
|
949
|
-
* Disassociates an
|
|
949
|
+
* Disassociates an Amazon Web Services Identity and Access Management (IAM) role from a DB instance.
|
|
950
950
|
*/
|
|
951
951
|
removeRoleFromDBInstance(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
952
952
|
/**
|
|
@@ -1046,27 +1046,27 @@ declare class RDS extends Service {
|
|
|
1046
1046
|
*/
|
|
1047
1047
|
startActivityStream(callback?: (err: AWSError, data: RDS.Types.StartActivityStreamResponse) => void): Request<RDS.Types.StartActivityStreamResponse, AWSError>;
|
|
1048
1048
|
/**
|
|
1049
|
-
* Starts an Amazon Aurora DB cluster that was stopped using the
|
|
1049
|
+
* Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster CLI command, or the StopDBCluster action. For more information, see Stopping and Starting an Aurora Cluster in the Amazon Aurora User Guide. This action only applies to Aurora DB clusters.
|
|
1050
1050
|
*/
|
|
1051
1051
|
startDBCluster(params: RDS.Types.StartDBClusterMessage, callback?: (err: AWSError, data: RDS.Types.StartDBClusterResult) => void): Request<RDS.Types.StartDBClusterResult, AWSError>;
|
|
1052
1052
|
/**
|
|
1053
|
-
* Starts an Amazon Aurora DB cluster that was stopped using the
|
|
1053
|
+
* Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster CLI command, or the StopDBCluster action. For more information, see Stopping and Starting an Aurora Cluster in the Amazon Aurora User Guide. This action only applies to Aurora DB clusters.
|
|
1054
1054
|
*/
|
|
1055
1055
|
startDBCluster(callback?: (err: AWSError, data: RDS.Types.StartDBClusterResult) => void): Request<RDS.Types.StartDBClusterResult, AWSError>;
|
|
1056
1056
|
/**
|
|
1057
|
-
* Starts an Amazon RDS DB instance that was stopped using the
|
|
1057
|
+
* Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the StopDBInstance action. For more information, see Starting an Amazon RDS DB instance That Was Previously Stopped in the Amazon RDS User Guide. This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora DB clusters, use StartDBCluster instead.
|
|
1058
1058
|
*/
|
|
1059
1059
|
startDBInstance(params: RDS.Types.StartDBInstanceMessage, callback?: (err: AWSError, data: RDS.Types.StartDBInstanceResult) => void): Request<RDS.Types.StartDBInstanceResult, AWSError>;
|
|
1060
1060
|
/**
|
|
1061
|
-
* Starts an Amazon RDS DB instance that was stopped using the
|
|
1061
|
+
* Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the StopDBInstance action. For more information, see Starting an Amazon RDS DB instance That Was Previously Stopped in the Amazon RDS User Guide. This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora DB clusters, use StartDBCluster instead.
|
|
1062
1062
|
*/
|
|
1063
1063
|
startDBInstance(callback?: (err: AWSError, data: RDS.Types.StartDBInstanceResult) => void): Request<RDS.Types.StartDBInstanceResult, AWSError>;
|
|
1064
1064
|
/**
|
|
1065
|
-
* Enables replication of automated backups to a different
|
|
1065
|
+
* Enables replication of automated backups to a different Amazon Web Services Region. For more information, see Replicating Automated Backups to Another Amazon Web Services Region in the Amazon RDS User Guide.
|
|
1066
1066
|
*/
|
|
1067
1067
|
startDBInstanceAutomatedBackupsReplication(params: RDS.Types.StartDBInstanceAutomatedBackupsReplicationMessage, callback?: (err: AWSError, data: RDS.Types.StartDBInstanceAutomatedBackupsReplicationResult) => void): Request<RDS.Types.StartDBInstanceAutomatedBackupsReplicationResult, AWSError>;
|
|
1068
1068
|
/**
|
|
1069
|
-
* Enables replication of automated backups to a different
|
|
1069
|
+
* Enables replication of automated backups to a different Amazon Web Services Region. For more information, see Replicating Automated Backups to Another Amazon Web Services Region in the Amazon RDS User Guide.
|
|
1070
1070
|
*/
|
|
1071
1071
|
startDBInstanceAutomatedBackupsReplication(callback?: (err: AWSError, data: RDS.Types.StartDBInstanceAutomatedBackupsReplicationResult) => void): Request<RDS.Types.StartDBInstanceAutomatedBackupsReplicationResult, AWSError>;
|
|
1072
1072
|
/**
|
|
@@ -1078,11 +1078,11 @@ declare class RDS extends Service {
|
|
|
1078
1078
|
*/
|
|
1079
1079
|
startExportTask(callback?: (err: AWSError, data: RDS.Types.ExportTask) => void): Request<RDS.Types.ExportTask, AWSError>;
|
|
1080
1080
|
/**
|
|
1081
|
-
* Stops a database activity stream that was started using the
|
|
1081
|
+
* Stops a database activity stream that was started using the Amazon Web Services console, the start-activity-stream CLI command, or the StartActivityStream action. For more information, see Database Activity Streams in the Amazon Aurora User Guide.
|
|
1082
1082
|
*/
|
|
1083
1083
|
stopActivityStream(params: RDS.Types.StopActivityStreamRequest, callback?: (err: AWSError, data: RDS.Types.StopActivityStreamResponse) => void): Request<RDS.Types.StopActivityStreamResponse, AWSError>;
|
|
1084
1084
|
/**
|
|
1085
|
-
* Stops a database activity stream that was started using the
|
|
1085
|
+
* Stops a database activity stream that was started using the Amazon Web Services console, the start-activity-stream CLI command, or the StartActivityStream action. For more information, see Database Activity Streams in the Amazon Aurora User Guide.
|
|
1086
1086
|
*/
|
|
1087
1087
|
stopActivityStream(callback?: (err: AWSError, data: RDS.Types.StopActivityStreamResponse) => void): Request<RDS.Types.StopActivityStreamResponse, AWSError>;
|
|
1088
1088
|
/**
|
|
@@ -1102,11 +1102,11 @@ declare class RDS extends Service {
|
|
|
1102
1102
|
*/
|
|
1103
1103
|
stopDBInstance(callback?: (err: AWSError, data: RDS.Types.StopDBInstanceResult) => void): Request<RDS.Types.StopDBInstanceResult, AWSError>;
|
|
1104
1104
|
/**
|
|
1105
|
-
* Stops automated backup replication for a DB instance. For more information, see Replicating Automated Backups to Another
|
|
1105
|
+
* Stops automated backup replication for a DB instance. For more information, see Replicating Automated Backups to Another Amazon Web Services Region in the Amazon RDS User Guide.
|
|
1106
1106
|
*/
|
|
1107
1107
|
stopDBInstanceAutomatedBackupsReplication(params: RDS.Types.StopDBInstanceAutomatedBackupsReplicationMessage, callback?: (err: AWSError, data: RDS.Types.StopDBInstanceAutomatedBackupsReplicationResult) => void): Request<RDS.Types.StopDBInstanceAutomatedBackupsReplicationResult, AWSError>;
|
|
1108
1108
|
/**
|
|
1109
|
-
* Stops automated backup replication for a DB instance. For more information, see Replicating Automated Backups to Another
|
|
1109
|
+
* Stops automated backup replication for a DB instance. For more information, see Replicating Automated Backups to Another Amazon Web Services Region in the Amazon RDS User Guide.
|
|
1110
1110
|
*/
|
|
1111
1111
|
stopDBInstanceAutomatedBackupsReplication(callback?: (err: AWSError, data: RDS.Types.StopDBInstanceAutomatedBackupsReplicationResult) => void): Request<RDS.Types.StopDBInstanceAutomatedBackupsReplicationResult, AWSError>;
|
|
1112
1112
|
/**
|
|
@@ -1170,7 +1170,7 @@ declare namespace RDS {
|
|
|
1170
1170
|
}
|
|
1171
1171
|
export interface AccountQuota {
|
|
1172
1172
|
/**
|
|
1173
|
-
* The name of the Amazon RDS quota for this
|
|
1173
|
+
* The name of the Amazon RDS quota for this Amazon Web Services account.
|
|
1174
1174
|
*/
|
|
1175
1175
|
AccountQuotaName?: String;
|
|
1176
1176
|
/**
|
|
@@ -1184,6 +1184,7 @@ declare namespace RDS {
|
|
|
1184
1184
|
}
|
|
1185
1185
|
export type AccountQuotaList = AccountQuota[];
|
|
1186
1186
|
export type ActivityStreamMode = "sync"|"async"|string;
|
|
1187
|
+
export type ActivityStreamModeList = String[];
|
|
1187
1188
|
export type ActivityStreamStatus = "stopped"|"starting"|"started"|"stopping"|string;
|
|
1188
1189
|
export interface AddRoleToDBClusterMessage {
|
|
1189
1190
|
/**
|
|
@@ -1274,7 +1275,7 @@ declare namespace RDS {
|
|
|
1274
1275
|
*/
|
|
1275
1276
|
EC2SecurityGroupId?: String;
|
|
1276
1277
|
/**
|
|
1277
|
-
*
|
|
1278
|
+
* Amazon Web Services account number of the owner of the EC2 security group specified in the EC2SecurityGroupName parameter. The Amazon Web Services access key ID isn't an acceptable value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.
|
|
1278
1279
|
*/
|
|
1279
1280
|
EC2SecurityGroupOwnerId?: String;
|
|
1280
1281
|
}
|
|
@@ -1368,7 +1369,7 @@ declare namespace RDS {
|
|
|
1368
1369
|
export type CertificateList = Certificate[];
|
|
1369
1370
|
export interface CertificateMessage {
|
|
1370
1371
|
/**
|
|
1371
|
-
* The list of Certificate objects for the
|
|
1372
|
+
* The list of Certificate objects for the Amazon Web Services account.
|
|
1372
1373
|
*/
|
|
1373
1374
|
Certificates?: CertificateList;
|
|
1374
1375
|
/**
|
|
@@ -1407,7 +1408,7 @@ declare namespace RDS {
|
|
|
1407
1408
|
*/
|
|
1408
1409
|
MasterUserPassword?: String;
|
|
1409
1410
|
/**
|
|
1410
|
-
* A value that indicates whether mapping of
|
|
1411
|
+
* A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
|
|
1411
1412
|
*/
|
|
1412
1413
|
IAMDatabaseAuthenticationEnabled?: BooleanOptional;
|
|
1413
1414
|
/**
|
|
@@ -1479,7 +1480,7 @@ declare namespace RDS {
|
|
|
1479
1480
|
}
|
|
1480
1481
|
export interface CopyDBClusterSnapshotMessage {
|
|
1481
1482
|
/**
|
|
1482
|
-
* The identifier of the DB cluster snapshot to copy. This parameter isn't case-sensitive. You can't copy an encrypted, shared DB cluster snapshot from one
|
|
1483
|
+
* The identifier of the DB cluster snapshot to copy. This parameter isn't case-sensitive. You can't copy an encrypted, shared DB cluster snapshot from one Amazon Web Services Region to another. Constraints: Must specify a valid system snapshot in the "available" state. If the source snapshot is in the same Amazon Web Services Region as the copy, specify a valid DB snapshot identifier. If the source snapshot is in a different Amazon Web Services Region than the copy, specify a valid DB cluster snapshot ARN. For more information, go to Copying Snapshots Across Amazon Web Services Regions in the Amazon Aurora User Guide. Example: my-cluster-snapshot1
|
|
1483
1484
|
*/
|
|
1484
1485
|
SourceDBClusterSnapshotIdentifier: String;
|
|
1485
1486
|
/**
|
|
@@ -1487,11 +1488,11 @@ declare namespace RDS {
|
|
|
1487
1488
|
*/
|
|
1488
1489
|
TargetDBClusterSnapshotIdentifier: String;
|
|
1489
1490
|
/**
|
|
1490
|
-
* The
|
|
1491
|
+
* The Amazon Web Services KMS key identifier for an encrypted DB cluster snapshot. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK). If you copy an encrypted DB cluster snapshot from your Amazon Web Services account, you can specify a value for KmsKeyId to encrypt the copy with a new Amazon Web Services KMS CMK. If you don't specify a value for KmsKeyId, then the copy of the DB cluster snapshot is encrypted with the same Amazon Web Services KMS key as the source DB cluster snapshot. If you copy an encrypted DB cluster snapshot that is shared from another Amazon Web Services account, then you must specify a value for KmsKeyId. To copy an encrypted DB cluster snapshot to another Amazon Web Services Region, you must set KmsKeyId to the Amazon Web Services KMS key identifier you want to use to encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region. Amazon Web Services KMS CMKs are specific to the Amazon Web Services Region that they are created in, and you can't use CMKs from one Amazon Web Services Region in another Amazon Web Services Region. If you copy an unencrypted DB cluster snapshot and specify a value for the KmsKeyId parameter, an error is returned.
|
|
1491
1492
|
*/
|
|
1492
1493
|
KmsKeyId?: String;
|
|
1493
1494
|
/**
|
|
1494
|
-
* The URL that contains a Signature Version 4 signed request for the CopyDBClusterSnapshot API action in the
|
|
1495
|
+
* The URL that contains a Signature Version 4 signed request for the CopyDBClusterSnapshot API action in the Amazon Web Services Region that contains the source DB cluster snapshot to copy. The PreSignedUrl parameter must be used when copying an encrypted DB cluster snapshot from another Amazon Web Services Region. Don't specify PreSignedUrl when you are copying an encrypted DB cluster snapshot in the same Amazon Web Services Region. The pre-signed URL must be a valid request for the CopyDBClusterSnapshot API action that can be executed in the source Amazon Web Services Region that contains the encrypted DB cluster snapshot to be copied. The pre-signed URL request must contain the following parameter values: KmsKeyId - The Amazon Web Services KMS key identifier for the customer master key (CMK) to use to encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region. This is the same identifier for both the CopyDBClusterSnapshot action that is called in the destination Amazon Web Services Region, and the action contained in the pre-signed URL. DestinationRegion - The name of the Amazon Web Services Region that the DB cluster snapshot is to be created in. SourceDBClusterSnapshotIdentifier - The DB cluster snapshot identifier for the encrypted DB cluster snapshot to be copied. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example, if you are copying an encrypted DB cluster snapshot from the us-west-2 Amazon Web Services Region, then your SourceDBClusterSnapshotIdentifier looks like the following example: arn:aws:rds:us-west-2:123456789012:cluster-snapshot:aurora-cluster1-snapshot-20161115. To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process. If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a pre-signed URL that is a valid request for the operation that can be executed in the source Amazon Web Services Region. If you supply a value for this operation's SourceRegion parameter, a pre-signed URL will be calculated on your behalf.
|
|
1495
1496
|
*/
|
|
1496
1497
|
PreSignedUrl?: String;
|
|
1497
1498
|
/**
|
|
@@ -1527,7 +1528,7 @@ declare namespace RDS {
|
|
|
1527
1528
|
}
|
|
1528
1529
|
export interface CopyDBSnapshotMessage {
|
|
1529
1530
|
/**
|
|
1530
|
-
* The identifier for the source DB snapshot. If the source snapshot is in the same
|
|
1531
|
+
* The identifier for the source DB snapshot. If the source snapshot is in the same Amazon Web Services Region as the copy, specify a valid DB snapshot identifier. For example, you might specify rds:mysql-instance1-snapshot-20130805. If the source snapshot is in a different Amazon Web Services Region than the copy, specify a valid DB snapshot ARN. For example, you might specify arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20130805. If you are copying from a shared manual DB snapshot, this parameter must be the Amazon Resource Name (ARN) of the shared DB snapshot. If you are copying an encrypted snapshot this parameter must be in the ARN format for the source Amazon Web Services Region, and must match the SourceDBSnapshotIdentifier in the PreSignedUrl parameter. Constraints: Must specify a valid system snapshot in the "available" state. Example: rds:mydb-2012-04-02-00-01 Example: arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20130805
|
|
1531
1532
|
*/
|
|
1532
1533
|
SourceDBSnapshotIdentifier: String;
|
|
1533
1534
|
/**
|
|
@@ -1535,7 +1536,7 @@ declare namespace RDS {
|
|
|
1535
1536
|
*/
|
|
1536
1537
|
TargetDBSnapshotIdentifier: String;
|
|
1537
1538
|
/**
|
|
1538
|
-
* The
|
|
1539
|
+
* The Amazon Web Services KMS key identifier for an encrypted DB snapshot. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK). If you copy an encrypted DB snapshot from your Amazon Web Services account, you can specify a value for this parameter to encrypt the copy with a new Amazon Web Services KMS CMK. If you don't specify a value for this parameter, then the copy of the DB snapshot is encrypted with the same Amazon Web Services KMS key as the source DB snapshot. If you copy an encrypted DB snapshot that is shared from another Amazon Web Services account, then you must specify a value for this parameter. If you specify this parameter when you copy an unencrypted snapshot, the copy is encrypted. If you copy an encrypted snapshot to a different Amazon Web Services Region, then you must specify a Amazon Web Services KMS key identifier for the destination Amazon Web Services Region. Amazon Web Services KMS CMKs are specific to the Amazon Web Services Region that they are created in, and you can't use CMKs from one Amazon Web Services Region in another Amazon Web Services Region.
|
|
1539
1540
|
*/
|
|
1540
1541
|
KmsKeyId?: String;
|
|
1541
1542
|
Tags?: TagList;
|
|
@@ -1544,11 +1545,11 @@ declare namespace RDS {
|
|
|
1544
1545
|
*/
|
|
1545
1546
|
CopyTags?: BooleanOptional;
|
|
1546
1547
|
/**
|
|
1547
|
-
* The URL that contains a Signature Version 4 signed request for the CopyDBSnapshot API action in the source
|
|
1548
|
+
* The URL that contains a Signature Version 4 signed request for the CopyDBSnapshot API action in the source Amazon Web Services Region that contains the source DB snapshot to copy. You must specify this parameter when you copy an encrypted DB snapshot from another Amazon Web Services Region by using the Amazon RDS API. Don't specify PreSignedUrl when you are copying an encrypted DB snapshot in the same Amazon Web Services Region. The presigned URL must be a valid request for the CopyDBSnapshot API action that can be executed in the source Amazon Web Services Region that contains the encrypted DB snapshot to be copied. The presigned URL request must contain the following parameter values: DestinationRegion - The Amazon Web Services Region that the encrypted DB snapshot is copied to. This Amazon Web Services Region is the same one where the CopyDBSnapshot action is called that contains this presigned URL. For example, if you copy an encrypted DB snapshot from the us-west-2 Amazon Web Services Region to the us-east-1 Amazon Web Services Region, then you call the CopyDBSnapshot action in the us-east-1 Amazon Web Services Region and provide a presigned URL that contains a call to the CopyDBSnapshot action in the us-west-2 Amazon Web Services Region. For this example, the DestinationRegion in the presigned URL must be set to the us-east-1 Amazon Web Services Region. KmsKeyId - The Amazon Web Services KMS key identifier for the customer master key (CMK) to use to encrypt the copy of the DB snapshot in the destination Amazon Web Services Region. This is the same identifier for both the CopyDBSnapshot action that is called in the destination Amazon Web Services Region, and the action contained in the presigned URL. SourceDBSnapshotIdentifier - The DB snapshot identifier for the encrypted snapshot to be copied. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example, if you are copying an encrypted DB snapshot from the us-west-2 Amazon Web Services Region, then your SourceDBSnapshotIdentifier looks like the following example: arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20161115. To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process. If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a pre-signed URL that is a valid request for the operation that can be executed in the source Amazon Web Services Region. If you supply a value for this operation's SourceRegion parameter, a pre-signed URL will be calculated on your behalf.
|
|
1548
1549
|
*/
|
|
1549
1550
|
PreSignedUrl?: String;
|
|
1550
1551
|
/**
|
|
1551
|
-
* The name of an option group to associate with the copy of the snapshot. Specify this option if you are copying a snapshot from one
|
|
1552
|
+
* The name of an option group to associate with the copy of the snapshot. Specify this option if you are copying a snapshot from one Amazon Web Services Region to another, and your DB instance uses a nondefault option group. If your source DB instance uses Transparent Data Encryption for Oracle or Microsoft SQL Server, you must specify this option when copying across Amazon Web Services Regions. For more information, see Option group considerations in the Amazon RDS User Guide.
|
|
1552
1553
|
*/
|
|
1553
1554
|
OptionGroupName?: String;
|
|
1554
1555
|
/**
|
|
@@ -1630,7 +1631,7 @@ declare namespace RDS {
|
|
|
1630
1631
|
}
|
|
1631
1632
|
export interface CreateDBClusterMessage {
|
|
1632
1633
|
/**
|
|
1633
|
-
* A list of Availability Zones (AZs) where instances in the DB cluster can be created. For information on
|
|
1634
|
+
* A list of Availability Zones (AZs) where instances in the DB cluster can be created. For information on Amazon Web Services Regions and Availability Zones, see Choosing the Regions and Availability Zones in the Amazon Aurora User Guide.
|
|
1634
1635
|
*/
|
|
1635
1636
|
AvailabilityZones?: AvailabilityZones;
|
|
1636
1637
|
/**
|
|
@@ -1686,11 +1687,11 @@ declare namespace RDS {
|
|
|
1686
1687
|
*/
|
|
1687
1688
|
OptionGroupName?: String;
|
|
1688
1689
|
/**
|
|
1689
|
-
* The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each
|
|
1690
|
+
* The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To view the time blocks available, see Backup window in the Amazon Aurora User Guide. Constraints: Must be in the format hh24:mi-hh24:mi. Must be in Universal Coordinated Time (UTC). Must not conflict with the preferred maintenance window. Must be at least 30 minutes.
|
|
1690
1691
|
*/
|
|
1691
1692
|
PreferredBackupWindow?: String;
|
|
1692
1693
|
/**
|
|
1693
|
-
* The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi The default is a 30-minute window selected at random from an 8-hour block of time for each
|
|
1694
|
+
* The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide. Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. Constraints: Minimum 30-minute window.
|
|
1694
1695
|
*/
|
|
1695
1696
|
PreferredMaintenanceWindow?: String;
|
|
1696
1697
|
/**
|
|
@@ -1706,15 +1707,15 @@ declare namespace RDS {
|
|
|
1706
1707
|
*/
|
|
1707
1708
|
StorageEncrypted?: BooleanOptional;
|
|
1708
1709
|
/**
|
|
1709
|
-
* The
|
|
1710
|
+
* The Amazon Web Services KMS key identifier for an encrypted DB cluster. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK). To use a CMK in a different Amazon Web Services account, specify the key ARN or alias ARN. When a CMK isn't specified in KmsKeyId: If ReplicationSourceIdentifier identifies an encrypted source, then Amazon RDS will use the CMK used to encrypt the source. Otherwise, Amazon RDS will use your default CMK. If the StorageEncrypted parameter is enabled and ReplicationSourceIdentifier isn't specified, then Amazon RDS will use your default CMK. There is a default CMK for your Amazon Web Services account. Your Amazon Web Services account has a different default CMK for each Amazon Web Services Region. If you create a read replica of an encrypted DB cluster in another Amazon Web Services Region, you must set KmsKeyId to a Amazon Web Services KMS key identifier that is valid in the destination Amazon Web Services Region. This CMK is used to encrypt the read replica in that Amazon Web Services Region.
|
|
1710
1711
|
*/
|
|
1711
1712
|
KmsKeyId?: String;
|
|
1712
1713
|
/**
|
|
1713
|
-
* A URL that contains a Signature Version 4 signed request for the CreateDBCluster action to be called in the source
|
|
1714
|
+
* A URL that contains a Signature Version 4 signed request for the CreateDBCluster action to be called in the source Amazon Web Services Region where the DB cluster is replicated from. You only need to specify PreSignedUrl when you are performing cross-region replication from an encrypted DB cluster. The pre-signed URL must be a valid request for the CreateDBCluster API action that can be executed in the source Amazon Web Services Region that contains the encrypted DB cluster to be copied. The pre-signed URL request must contain the following parameter values: KmsKeyId - The Amazon Web Services KMS key identifier for the key to use to encrypt the copy of the DB cluster in the destination Amazon Web Services Region. This should refer to the same Amazon Web Services KMS CMK for both the CreateDBCluster action that is called in the destination Amazon Web Services Region, and the action contained in the pre-signed URL. DestinationRegion - The name of the Amazon Web Services Region that Aurora read replica will be created in. ReplicationSourceIdentifier - The DB cluster identifier for the encrypted DB cluster to be copied. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example, if you are copying an encrypted DB cluster from the us-west-2 Amazon Web Services Region, then your ReplicationSourceIdentifier would look like Example: arn:aws:rds:us-west-2:123456789012:cluster:aurora-cluster1. To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process. If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a pre-signed URL that is a valid request for the operation that can be executed in the source Amazon Web Services Region. If you supply a value for this operation's SourceRegion parameter, a pre-signed URL will be calculated on your behalf.
|
|
1714
1715
|
*/
|
|
1715
1716
|
PreSignedUrl?: String;
|
|
1716
1717
|
/**
|
|
1717
|
-
* A value that indicates whether to enable mapping of
|
|
1718
|
+
* A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information, see IAM Database Authentication in the Amazon Aurora User Guide.
|
|
1718
1719
|
*/
|
|
1719
1720
|
EnableIAMDatabaseAuthentication?: BooleanOptional;
|
|
1720
1721
|
/**
|
|
@@ -1772,7 +1773,7 @@ declare namespace RDS {
|
|
|
1772
1773
|
*/
|
|
1773
1774
|
DBClusterParameterGroupName: String;
|
|
1774
1775
|
/**
|
|
1775
|
-
* The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family. Aurora MySQL Example: aurora5.6, aurora-mysql5.7 Aurora PostgreSQL Example: aurora-postgresql9.6
|
|
1776
|
+
* The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family. Aurora MySQL Example: aurora5.6, aurora-mysql5.7 Aurora PostgreSQL Example: aurora-postgresql9.6 To list all of the available parameter group families for a DB engine, use the following command: aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine <engine> For example, to list all of the available parameter group families for the Aurora PostgreSQL DB engine, use the following command: aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine aurora-postgresql The output contains duplicates. The following are the valid DB engine values: aurora (for MySQL 5.6-compatible Aurora) aurora-mysql (for MySQL 5.7-compatible Aurora) aurora-postgresql
|
|
1776
1777
|
*/
|
|
1777
1778
|
DBParameterGroupFamily: String;
|
|
1778
1779
|
/**
|
|
@@ -1821,11 +1822,11 @@ declare namespace RDS {
|
|
|
1821
1822
|
*/
|
|
1822
1823
|
AllocatedStorage?: IntegerOptional;
|
|
1823
1824
|
/**
|
|
1824
|
-
* The compute and memory capacity of the DB instance, for example, db.m4.large. Not all DB instance classes are available in all
|
|
1825
|
+
* The compute and memory capacity of the DB instance, for example, db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.
|
|
1825
1826
|
*/
|
|
1826
1827
|
DBInstanceClass: String;
|
|
1827
1828
|
/**
|
|
1828
|
-
* The name of the database engine to be used for this instance. Not every database engine is available for every
|
|
1829
|
+
* The name of the database engine to be used for this instance. Not every database engine is available for every Amazon Web Services Region. Valid Values: aurora (for MySQL 5.6-compatible Aurora) aurora-mysql (for MySQL 5.7-compatible Aurora) aurora-postgresql mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
|
|
1829
1830
|
*/
|
|
1830
1831
|
Engine: String;
|
|
1831
1832
|
/**
|
|
@@ -1845,7 +1846,7 @@ declare namespace RDS {
|
|
|
1845
1846
|
*/
|
|
1846
1847
|
VpcSecurityGroupIds?: VpcSecurityGroupIdList;
|
|
1847
1848
|
/**
|
|
1848
|
-
* The Availability Zone (AZ) where the database will be created. For information on
|
|
1849
|
+
* The Availability Zone (AZ) where the database will be created. For information on Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones. Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region. Example: us-east-1d Constraint: The AvailabilityZone parameter can't be specified if the DB instance is a Multi-AZ deployment. The specified Availability Zone must be in the same Amazon Web Services Region as the current endpoint. If you're creating a DB instance in an RDS on VMware environment, specify the identifier of the custom Availability Zone to create the DB instance in. For more information about RDS on VMware, see the RDS on VMware User Guide.
|
|
1849
1850
|
*/
|
|
1850
1851
|
AvailabilityZone?: String;
|
|
1851
1852
|
/**
|
|
@@ -1853,7 +1854,7 @@ declare namespace RDS {
|
|
|
1853
1854
|
*/
|
|
1854
1855
|
DBSubnetGroupName?: String;
|
|
1855
1856
|
/**
|
|
1856
|
-
* The time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC). For more information, see Amazon RDS Maintenance Window. Format: ddd:hh24:mi-ddd:hh24:mi The default is a 30-minute window selected at random from an 8-hour block of time for each
|
|
1857
|
+
* The time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC). For more information, see Amazon RDS Maintenance Window. Format: ddd:hh24:mi-ddd:hh24:mi The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. Constraints: Minimum 30-minute window.
|
|
1857
1858
|
*/
|
|
1858
1859
|
PreferredMaintenanceWindow?: String;
|
|
1859
1860
|
/**
|
|
@@ -1865,7 +1866,7 @@ declare namespace RDS {
|
|
|
1865
1866
|
*/
|
|
1866
1867
|
BackupRetentionPeriod?: IntegerOptional;
|
|
1867
1868
|
/**
|
|
1868
|
-
* The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each
|
|
1869
|
+
* The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. For more information, see Backup window in the Amazon RDS User Guide. Amazon Aurora Not applicable. The daily time range for creating automated backups is managed by the DB cluster. Constraints: Must be in the format hh24:mi-hh24:mi. Must be in Universal Coordinated Time (UTC). Must not conflict with the preferred maintenance window. Must be at least 30 minutes.
|
|
1869
1870
|
*/
|
|
1870
1871
|
PreferredBackupWindow?: String;
|
|
1871
1872
|
/**
|
|
@@ -1877,7 +1878,7 @@ declare namespace RDS {
|
|
|
1877
1878
|
*/
|
|
1878
1879
|
MultiAZ?: BooleanOptional;
|
|
1879
1880
|
/**
|
|
1880
|
-
* The version number of the database engine to use. For a list of valid engine versions, use the DescribeDBEngineVersions action. The following are the database engines and links to information about the major and minor versions that are available with Amazon RDS. Not every database engine is available for every
|
|
1881
|
+
* The version number of the database engine to use. For a list of valid engine versions, use the DescribeDBEngineVersions action. The following are the database engines and links to information about the major and minor versions that are available with Amazon RDS. Not every database engine is available for every Amazon Web Services Region. Amazon Aurora Not applicable. The version number of the database engine to be used by the DB instance is managed by the DB cluster. MariaDB See MariaDB on Amazon RDS Versions in the Amazon RDS User Guide. Microsoft SQL Server See Microsoft SQL Server Versions on Amazon RDS in the Amazon RDS User Guide. MySQL See MySQL on Amazon RDS Versions in the Amazon RDS User Guide. Oracle See Oracle Database Engine Release Notes in the Amazon RDS User Guide. PostgreSQL See Amazon RDS for PostgreSQL versions and extensions in the Amazon RDS User Guide.
|
|
1881
1882
|
*/
|
|
1882
1883
|
EngineVersion?: String;
|
|
1883
1884
|
/**
|
|
@@ -1933,7 +1934,7 @@ declare namespace RDS {
|
|
|
1933
1934
|
*/
|
|
1934
1935
|
StorageEncrypted?: BooleanOptional;
|
|
1935
1936
|
/**
|
|
1936
|
-
* The
|
|
1937
|
+
* The Amazon Web Services KMS key identifier for an encrypted DB instance. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK). To use a CMK in a different Amazon Web Services account, specify the key ARN or alias ARN. Amazon Aurora Not applicable. The Amazon Web Services KMS key identifier is managed by the DB cluster. For more information, see CreateDBCluster. If StorageEncrypted is enabled, and you do not specify a value for the KmsKeyId parameter, then Amazon RDS uses your default CMK. There is a default CMK for your Amazon Web Services account. Your Amazon Web Services account has a different default CMK for each Amazon Web Services Region.
|
|
1937
1938
|
*/
|
|
1938
1939
|
KmsKeyId?: String;
|
|
1939
1940
|
/**
|
|
@@ -1965,7 +1966,7 @@ declare namespace RDS {
|
|
|
1965
1966
|
*/
|
|
1966
1967
|
Timezone?: String;
|
|
1967
1968
|
/**
|
|
1968
|
-
* A value that indicates whether to enable mapping of
|
|
1969
|
+
* A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. This setting doesn't apply to Amazon Aurora. Mapping Amazon Web Services IAM accounts to database accounts is managed by the DB cluster. For more information, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
|
|
1969
1970
|
*/
|
|
1970
1971
|
EnableIAMDatabaseAuthentication?: BooleanOptional;
|
|
1971
1972
|
/**
|
|
@@ -1973,7 +1974,7 @@ declare namespace RDS {
|
|
|
1973
1974
|
*/
|
|
1974
1975
|
EnablePerformanceInsights?: BooleanOptional;
|
|
1975
1976
|
/**
|
|
1976
|
-
* The
|
|
1977
|
+
* The Amazon Web Services KMS key identifier for encryption of Performance Insights data. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK). If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default CMK. There is a default CMK for your Amazon Web Services account. Your Amazon Web Services account has a different default CMK for each Amazon Web Services Region.
|
|
1977
1978
|
*/
|
|
1978
1979
|
PerformanceInsightsKMSKeyId?: String;
|
|
1979
1980
|
/**
|
|
@@ -1997,7 +1998,7 @@ declare namespace RDS {
|
|
|
1997
1998
|
*/
|
|
1998
1999
|
MaxAllocatedStorage?: IntegerOptional;
|
|
1999
2000
|
/**
|
|
2000
|
-
* A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. For more information about RDS on Outposts, see Working with Amazon RDS on
|
|
2001
|
+
* A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide. For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.
|
|
2001
2002
|
*/
|
|
2002
2003
|
EnableCustomerOwnedIp?: BooleanOptional;
|
|
2003
2004
|
}
|
|
@@ -2007,15 +2008,15 @@ declare namespace RDS {
|
|
|
2007
2008
|
*/
|
|
2008
2009
|
DBInstanceIdentifier: String;
|
|
2009
2010
|
/**
|
|
2010
|
-
* The identifier of the DB instance that will act as the source for the read replica. Each DB instance can have up to five read replicas. Constraints: Must be the identifier of an existing MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server DB instance. Can specify a DB instance that is a MySQL read replica only if the source is running MySQL 5.6 or later. For the limitations of Oracle read replicas, see Read Replica Limitations with Oracle in the Amazon RDS User Guide. For the limitations of SQL Server read replicas, see Read Replica Limitations with Microsoft SQL Server in the Amazon RDS User Guide. Can specify a PostgreSQL DB instance only if the source is running PostgreSQL 9.3.5 or later (9.4.7 and higher for cross-region replication). The specified DB instance must have automatic backups enabled, that is, its backup retention period must be greater than 0. If the source DB instance is in the same
|
|
2011
|
+
* The identifier of the DB instance that will act as the source for the read replica. Each DB instance can have up to five read replicas. Constraints: Must be the identifier of an existing MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server DB instance. Can specify a DB instance that is a MySQL read replica only if the source is running MySQL 5.6 or later. For the limitations of Oracle read replicas, see Read Replica Limitations with Oracle in the Amazon RDS User Guide. For the limitations of SQL Server read replicas, see Read Replica Limitations with Microsoft SQL Server in the Amazon RDS User Guide. Can specify a PostgreSQL DB instance only if the source is running PostgreSQL 9.3.5 or later (9.4.7 and higher for cross-region replication). The specified DB instance must have automatic backups enabled, that is, its backup retention period must be greater than 0. If the source DB instance is in the same Amazon Web Services Region as the read replica, specify a valid DB instance identifier. If the source DB instance is in a different Amazon Web Services Region from the read replica, specify a valid DB instance ARN. For more information, see Constructing an ARN for Amazon RDS in the Amazon RDS User Guide. This doesn't apply to SQL Server, which doesn't support cross-region replicas.
|
|
2011
2012
|
*/
|
|
2012
2013
|
SourceDBInstanceIdentifier: String;
|
|
2013
2014
|
/**
|
|
2014
|
-
* The compute and memory capacity of the read replica, for example, db.m4.large. Not all DB instance classes are available in all
|
|
2015
|
+
* The compute and memory capacity of the read replica, for example, db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide. Default: Inherits from the source DB instance.
|
|
2015
2016
|
*/
|
|
2016
2017
|
DBInstanceClass?: String;
|
|
2017
2018
|
/**
|
|
2018
|
-
* The Availability Zone (AZ) where the read replica will be created. Default: A random, system-chosen Availability Zone in the endpoint's
|
|
2019
|
+
* The Availability Zone (AZ) where the read replica will be created. Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region. Example: us-east-1d
|
|
2019
2020
|
*/
|
|
2020
2021
|
AvailabilityZone?: String;
|
|
2021
2022
|
/**
|
|
@@ -2048,7 +2049,7 @@ declare namespace RDS {
|
|
|
2048
2049
|
PubliclyAccessible?: BooleanOptional;
|
|
2049
2050
|
Tags?: TagList;
|
|
2050
2051
|
/**
|
|
2051
|
-
* Specifies a DB subnet group for the DB instance. The new DB instance is created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance isn't created in a VPC. Constraints: Can only be specified if the source DB instance identifier specifies a DB instance in another
|
|
2052
|
+
* Specifies a DB subnet group for the DB instance. The new DB instance is created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance isn't created in a VPC. Constraints: Can only be specified if the source DB instance identifier specifies a DB instance in another Amazon Web Services Region. If supplied, must match the name of an existing DBSubnetGroup. The specified DB subnet group must be in the same Amazon Web Services Region in which the operation is running. All read replicas in one Amazon Web Services Region that are created from the same source DB instance must either:> Specify DB subnet groups from the same VPC. All these read replicas are created in the same VPC. Not specify a DB subnet group. All these read replicas are created outside of any VPC. Example: mySubnetgroup
|
|
2052
2053
|
*/
|
|
2053
2054
|
DBSubnetGroupName?: String;
|
|
2054
2055
|
/**
|
|
@@ -2072,15 +2073,15 @@ declare namespace RDS {
|
|
|
2072
2073
|
*/
|
|
2073
2074
|
MonitoringRoleArn?: String;
|
|
2074
2075
|
/**
|
|
2075
|
-
* The
|
|
2076
|
+
* The Amazon Web Services KMS key identifier for an encrypted read replica. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS CMK. If you create an encrypted read replica in the same Amazon Web Services Region as the source DB instance, then do not specify a value for this parameter. A read replica in the same Region is always encrypted with the same Amazon Web Services KMS CMK as the source DB instance. If you create an encrypted read replica in a different Amazon Web Services Region, then you must specify a Amazon Web Services KMS key identifier for the destination Amazon Web Services Region. Amazon Web Services KMS CMKs are specific to the Amazon Web Services Region that they are created in, and you can't use CMKs from one Amazon Web Services Region in another Amazon Web Services Region. You can't create an encrypted read replica from an unencrypted DB instance.
|
|
2076
2077
|
*/
|
|
2077
2078
|
KmsKeyId?: String;
|
|
2078
2079
|
/**
|
|
2079
|
-
* The URL that contains a Signature Version 4 signed request for the CreateDBInstanceReadReplica API action in the source
|
|
2080
|
+
* The URL that contains a Signature Version 4 signed request for the CreateDBInstanceReadReplica API action in the source Amazon Web Services Region that contains the source DB instance. You must specify this parameter when you create an encrypted read replica from another Amazon Web Services Region by using the Amazon RDS API. Don't specify PreSignedUrl when you are creating an encrypted read replica in the same Amazon Web Services Region. The presigned URL must be a valid request for the CreateDBInstanceReadReplica API action that can be executed in the source Amazon Web Services Region that contains the encrypted source DB instance. The presigned URL request must contain the following parameter values: DestinationRegion - The Amazon Web Services Region that the encrypted read replica is created in. This Amazon Web Services Region is the same one where the CreateDBInstanceReadReplica action is called that contains this presigned URL. For example, if you create an encrypted DB instance in the us-west-1 Amazon Web Services Region, from a source DB instance in the us-east-2 Amazon Web Services Region, then you call the CreateDBInstanceReadReplica action in the us-east-1 Amazon Web Services Region and provide a presigned URL that contains a call to the CreateDBInstanceReadReplica action in the us-west-2 Amazon Web Services Region. For this example, the DestinationRegion in the presigned URL must be set to the us-east-1 Amazon Web Services Region. KmsKeyId - The Amazon Web Services KMS key identifier for the key to use to encrypt the read replica in the destination Amazon Web Services Region. This is the same identifier for both the CreateDBInstanceReadReplica action that is called in the destination Amazon Web Services Region, and the action contained in the presigned URL. SourceDBInstanceIdentifier - The DB instance identifier for the encrypted DB instance to be replicated. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example, if you are creating an encrypted read replica from a DB instance in the us-west-2 Amazon Web Services Region, then your SourceDBInstanceIdentifier looks like the following example: arn:aws:rds:us-west-2:123456789012:instance:mysql-instance1-20161115. To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process. If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a presigned URL that is a valid request for the operation that can be executed in the source Amazon Web Services Region. SourceRegion isn't supported for SQL Server, because SQL Server on Amazon RDS doesn't support cross-region read replicas. If you supply a value for this operation's SourceRegion parameter, a pre-signed URL will be calculated on your behalf.
|
|
2080
2081
|
*/
|
|
2081
2082
|
PreSignedUrl?: String;
|
|
2082
2083
|
/**
|
|
2083
|
-
* A value that indicates whether to enable mapping of
|
|
2084
|
+
* A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
|
|
2084
2085
|
*/
|
|
2085
2086
|
EnableIAMDatabaseAuthentication?: BooleanOptional;
|
|
2086
2087
|
/**
|
|
@@ -2088,7 +2089,7 @@ declare namespace RDS {
|
|
|
2088
2089
|
*/
|
|
2089
2090
|
EnablePerformanceInsights?: BooleanOptional;
|
|
2090
2091
|
/**
|
|
2091
|
-
* The
|
|
2092
|
+
* The Amazon Web Services KMS key identifier for encryption of Performance Insights data. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK). If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default CMK. There is a default CMK for your Amazon Web Services account. Your Amazon Web Services account has a different default CMK for each Amazon Web Services Region.
|
|
2092
2093
|
*/
|
|
2093
2094
|
PerformanceInsightsKMSKeyId?: String;
|
|
2094
2095
|
/**
|
|
@@ -2144,7 +2145,7 @@ declare namespace RDS {
|
|
|
2144
2145
|
*/
|
|
2145
2146
|
DBParameterGroupName: String;
|
|
2146
2147
|
/**
|
|
2147
|
-
* The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family. To list all of the available parameter group families, use the following command: aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" The output contains duplicates.
|
|
2148
|
+
* The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family. To list all of the available parameter group families for a DB engine, use the following command: aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine <engine> For example, to list all of the available parameter group families for the MySQL DB engine, use the following command: aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine mysql The output contains duplicates. The following are the valid DB engine values: aurora (for MySQL 5.6-compatible Aurora) aurora-mysql (for MySQL 5.7-compatible Aurora) aurora-postgresql mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
|
|
2148
2149
|
*/
|
|
2149
2150
|
DBParameterGroupFamily: String;
|
|
2150
2151
|
/**
|
|
@@ -2190,7 +2191,7 @@ declare namespace RDS {
|
|
|
2190
2191
|
}
|
|
2191
2192
|
export interface CreateDBProxyRequest {
|
|
2192
2193
|
/**
|
|
2193
|
-
* The identifier for the proxy. This name must be unique for all proxies owned by your
|
|
2194
|
+
* The identifier for the proxy. This name must be unique for all proxies owned by your Amazon Web Services account in the specified Amazon Web Services Region. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.
|
|
2194
2195
|
*/
|
|
2195
2196
|
DBProxyName: String;
|
|
2196
2197
|
/**
|
|
@@ -2202,7 +2203,7 @@ declare namespace RDS {
|
|
|
2202
2203
|
*/
|
|
2203
2204
|
Auth: UserAuthConfigList;
|
|
2204
2205
|
/**
|
|
2205
|
-
* The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in
|
|
2206
|
+
* The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in Amazon Web Services Secrets Manager.
|
|
2206
2207
|
*/
|
|
2207
2208
|
RoleArn: String;
|
|
2208
2209
|
/**
|
|
@@ -2357,7 +2358,7 @@ declare namespace RDS {
|
|
|
2357
2358
|
*/
|
|
2358
2359
|
OptionGroupName: String;
|
|
2359
2360
|
/**
|
|
2360
|
-
* Specifies the name of the engine that this option group should be associated with. Valid Values: mariadb mysql oracle-ee oracle-
|
|
2361
|
+
* Specifies the name of the engine that this option group should be associated with. Valid Values: mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
|
|
2361
2362
|
*/
|
|
2362
2363
|
EngineName: String;
|
|
2363
2364
|
/**
|
|
@@ -2390,7 +2391,7 @@ declare namespace RDS {
|
|
|
2390
2391
|
*/
|
|
2391
2392
|
CustomAvailabilityZoneStatus?: String;
|
|
2392
2393
|
/**
|
|
2393
|
-
* Information about the virtual private network (VPN) between the VMware vSphere cluster and the
|
|
2394
|
+
* Information about the virtual private network (VPN) between the VMware vSphere cluster and the Amazon Web Services website.
|
|
2394
2395
|
*/
|
|
2395
2396
|
VpnDetails?: VpnDetails;
|
|
2396
2397
|
}
|
|
@@ -2401,7 +2402,7 @@ declare namespace RDS {
|
|
|
2401
2402
|
*/
|
|
2402
2403
|
Marker?: String;
|
|
2403
2404
|
/**
|
|
2404
|
-
* The list of CustomAvailabilityZone objects for the
|
|
2405
|
+
* The list of CustomAvailabilityZone objects for the Amazon Web Services account.
|
|
2405
2406
|
*/
|
|
2406
2407
|
CustomAvailabilityZones?: CustomAvailabilityZoneList;
|
|
2407
2408
|
}
|
|
@@ -2523,11 +2524,11 @@ declare namespace RDS {
|
|
|
2523
2524
|
*/
|
|
2524
2525
|
StorageEncrypted?: Boolean;
|
|
2525
2526
|
/**
|
|
2526
|
-
* If StorageEncrypted is enabled, the
|
|
2527
|
+
* If StorageEncrypted is enabled, the Amazon Web Services KMS key identifier for the encrypted DB cluster. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).
|
|
2527
2528
|
*/
|
|
2528
2529
|
KmsKeyId?: String;
|
|
2529
2530
|
/**
|
|
2530
|
-
* The
|
|
2531
|
+
* The Amazon Web Services Region-unique, immutable identifier for the DB cluster. This identifier is found in Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS CMK for the DB cluster is accessed.
|
|
2531
2532
|
*/
|
|
2532
2533
|
DbClusterResourceId?: String;
|
|
2533
2534
|
/**
|
|
@@ -2535,11 +2536,11 @@ declare namespace RDS {
|
|
|
2535
2536
|
*/
|
|
2536
2537
|
DBClusterArn?: String;
|
|
2537
2538
|
/**
|
|
2538
|
-
* Provides a list of the
|
|
2539
|
+
* Provides a list of the Amazon Web Services Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other Amazon Web Services on your behalf.
|
|
2539
2540
|
*/
|
|
2540
2541
|
AssociatedRoles?: DBClusterRoles;
|
|
2541
2542
|
/**
|
|
2542
|
-
* A value that indicates whether the mapping of
|
|
2543
|
+
* A value that indicates whether the mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
|
|
2543
2544
|
*/
|
|
2544
2545
|
IAMDatabaseAuthenticationEnabled?: BooleanOptional;
|
|
2545
2546
|
/**
|
|
@@ -2592,7 +2593,7 @@ declare namespace RDS {
|
|
|
2592
2593
|
*/
|
|
2593
2594
|
ActivityStreamStatus?: ActivityStreamStatus;
|
|
2594
2595
|
/**
|
|
2595
|
-
* The
|
|
2596
|
+
* The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).
|
|
2596
2597
|
*/
|
|
2597
2598
|
ActivityStreamKmsKeyId?: String;
|
|
2598
2599
|
/**
|
|
@@ -2604,7 +2605,7 @@ declare namespace RDS {
|
|
|
2604
2605
|
*/
|
|
2605
2606
|
CopyTagsToSnapshot?: BooleanOptional;
|
|
2606
2607
|
/**
|
|
2607
|
-
* Specifies whether the DB cluster is a clone of a DB cluster owned by a different
|
|
2608
|
+
* Specifies whether the DB cluster is a clone of a DB cluster owned by a different Amazon Web Services account.
|
|
2608
2609
|
*/
|
|
2609
2610
|
CrossAccountClone?: BooleanOptional;
|
|
2610
2611
|
/**
|
|
@@ -2830,11 +2831,11 @@ declare namespace RDS {
|
|
|
2830
2831
|
*/
|
|
2831
2832
|
RoleArn?: String;
|
|
2832
2833
|
/**
|
|
2833
|
-
* Describes the state of association between the IAM role and the DB cluster. The Status property returns one of the following values: ACTIVE - the IAM role ARN is associated with the DB cluster and can be used to access other
|
|
2834
|
+
* Describes the state of association between the IAM role and the DB cluster. The Status property returns one of the following values: ACTIVE - the IAM role ARN is associated with the DB cluster and can be used to access other Amazon Web Services on your behalf. PENDING - the IAM role ARN is being associated with the DB cluster. INVALID - the IAM role ARN is associated with the DB cluster, but the DB cluster is unable to assume the IAM role in order to access other Amazon Web Services on your behalf.
|
|
2834
2835
|
*/
|
|
2835
2836
|
Status?: String;
|
|
2836
2837
|
/**
|
|
2837
|
-
* The name of the feature associated with the
|
|
2838
|
+
* The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion.
|
|
2838
2839
|
*/
|
|
2839
2840
|
FeatureName?: String;
|
|
2840
2841
|
}
|
|
@@ -2909,7 +2910,7 @@ declare namespace RDS {
|
|
|
2909
2910
|
*/
|
|
2910
2911
|
StorageEncrypted?: Boolean;
|
|
2911
2912
|
/**
|
|
2912
|
-
* If StorageEncrypted is true, the
|
|
2913
|
+
* If StorageEncrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB cluster snapshot. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).
|
|
2913
2914
|
*/
|
|
2914
2915
|
KmsKeyId?: String;
|
|
2915
2916
|
/**
|
|
@@ -2921,18 +2922,18 @@ declare namespace RDS {
|
|
|
2921
2922
|
*/
|
|
2922
2923
|
SourceDBClusterSnapshotArn?: String;
|
|
2923
2924
|
/**
|
|
2924
|
-
* True if mapping of
|
|
2925
|
+
* True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
|
|
2925
2926
|
*/
|
|
2926
2927
|
IAMDatabaseAuthenticationEnabled?: Boolean;
|
|
2927
2928
|
TagList?: TagList;
|
|
2928
2929
|
}
|
|
2929
2930
|
export interface DBClusterSnapshotAttribute {
|
|
2930
2931
|
/**
|
|
2931
|
-
* The name of the manual DB cluster snapshot attribute. The attribute named restore refers to the list of
|
|
2932
|
+
* The name of the manual DB cluster snapshot attribute. The attribute named restore refers to the list of Amazon Web Services accounts that have permission to copy or restore the manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.
|
|
2932
2933
|
*/
|
|
2933
2934
|
AttributeName?: String;
|
|
2934
2935
|
/**
|
|
2935
|
-
* The value(s) for the manual DB cluster snapshot attribute. If the AttributeName field is set to restore, then this element returns a list of IDs of the
|
|
2936
|
+
* The value(s) for the manual DB cluster snapshot attribute. If the AttributeName field is set to restore, then this element returns a list of IDs of the Amazon Web Services accounts that are authorized to copy or restore the manual DB cluster snapshot. If a value of all is in the list, then the manual DB cluster snapshot is public and available for any Amazon Web Services account to copy or restore.
|
|
2936
2937
|
*/
|
|
2937
2938
|
AttributeValues?: AttributeValueList;
|
|
2938
2939
|
}
|
|
@@ -3057,7 +3058,7 @@ declare namespace RDS {
|
|
|
3057
3058
|
*/
|
|
3058
3059
|
Engine?: String;
|
|
3059
3060
|
/**
|
|
3060
|
-
* Specifies the current state of this database. For information about DB instance statuses, see DB
|
|
3061
|
+
* Specifies the current state of this database. For information about DB instance statuses, see Viewing DB instance status in the Amazon RDS User Guide.
|
|
3061
3062
|
*/
|
|
3062
3063
|
DBInstanceStatus?: String;
|
|
3063
3064
|
/**
|
|
@@ -3201,11 +3202,11 @@ declare namespace RDS {
|
|
|
3201
3202
|
*/
|
|
3202
3203
|
StorageEncrypted?: Boolean;
|
|
3203
3204
|
/**
|
|
3204
|
-
* If StorageEncrypted is true, the
|
|
3205
|
+
* If StorageEncrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB instance. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).
|
|
3205
3206
|
*/
|
|
3206
3207
|
KmsKeyId?: String;
|
|
3207
3208
|
/**
|
|
3208
|
-
* The
|
|
3209
|
+
* The Amazon Web Services Region-unique, immutable identifier for the DB instance. This identifier is found in Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS customer master key (CMK) for the DB instance is accessed.
|
|
3209
3210
|
*/
|
|
3210
3211
|
DbiResourceId?: String;
|
|
3211
3212
|
/**
|
|
@@ -3245,7 +3246,7 @@ declare namespace RDS {
|
|
|
3245
3246
|
*/
|
|
3246
3247
|
Timezone?: String;
|
|
3247
3248
|
/**
|
|
3248
|
-
* True if mapping of
|
|
3249
|
+
* True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false. IAM database authentication can be enabled for the following database engines For MySQL 5.6, minor version 5.6.34 or higher For MySQL 5.7, minor version 5.7.16 or higher Aurora 5.6 or higher. To enable IAM database authentication for Aurora, see DBCluster Type.
|
|
3249
3250
|
*/
|
|
3250
3251
|
IAMDatabaseAuthenticationEnabled?: Boolean;
|
|
3251
3252
|
/**
|
|
@@ -3253,7 +3254,7 @@ declare namespace RDS {
|
|
|
3253
3254
|
*/
|
|
3254
3255
|
PerformanceInsightsEnabled?: BooleanOptional;
|
|
3255
3256
|
/**
|
|
3256
|
-
* The
|
|
3257
|
+
* The Amazon Web Services KMS key identifier for encryption of Performance Insights data. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).
|
|
3257
3258
|
*/
|
|
3258
3259
|
PerformanceInsightsKMSKeyId?: String;
|
|
3259
3260
|
/**
|
|
@@ -3273,7 +3274,7 @@ declare namespace RDS {
|
|
|
3273
3274
|
*/
|
|
3274
3275
|
DeletionProtection?: Boolean;
|
|
3275
3276
|
/**
|
|
3276
|
-
* The
|
|
3277
|
+
* The Amazon Web Services Identity and Access Management (IAM) roles associated with the DB instance.
|
|
3277
3278
|
*/
|
|
3278
3279
|
AssociatedRoles?: DBInstanceRoles;
|
|
3279
3280
|
/**
|
|
@@ -3290,13 +3291,33 @@ declare namespace RDS {
|
|
|
3290
3291
|
*/
|
|
3291
3292
|
DBInstanceAutomatedBackupsReplications?: DBInstanceAutomatedBackupsReplicationList;
|
|
3292
3293
|
/**
|
|
3293
|
-
* Specifies whether a customer-owned IP address (CoIP) is enabled for an RDS on Outposts DB instance. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. For more information about RDS on Outposts, see Working with Amazon RDS on
|
|
3294
|
+
* Specifies whether a customer-owned IP address (CoIP) is enabled for an RDS on Outposts DB instance. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide. For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.
|
|
3294
3295
|
*/
|
|
3295
3296
|
CustomerOwnedIpEnabled?: BooleanOptional;
|
|
3296
3297
|
/**
|
|
3297
|
-
* The Amazon Resource Name (ARN) of the recovery point in
|
|
3298
|
+
* The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.
|
|
3298
3299
|
*/
|
|
3299
3300
|
AwsBackupRecoveryPointArn?: String;
|
|
3301
|
+
/**
|
|
3302
|
+
* The status of the database activity stream.
|
|
3303
|
+
*/
|
|
3304
|
+
ActivityStreamStatus?: ActivityStreamStatus;
|
|
3305
|
+
/**
|
|
3306
|
+
* The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).
|
|
3307
|
+
*/
|
|
3308
|
+
ActivityStreamKmsKeyId?: String;
|
|
3309
|
+
/**
|
|
3310
|
+
* The name of the Amazon Kinesis data stream used for the database activity stream.
|
|
3311
|
+
*/
|
|
3312
|
+
ActivityStreamKinesisStreamName?: String;
|
|
3313
|
+
/**
|
|
3314
|
+
* The mode of the database activity stream. Database events such as a change or access generate an activity stream event. RDS for Oracle always handles these events asynchronously.
|
|
3315
|
+
*/
|
|
3316
|
+
ActivityStreamMode?: ActivityStreamMode;
|
|
3317
|
+
/**
|
|
3318
|
+
* Indicates whether engine-native audit fields are included in the database activity stream.
|
|
3319
|
+
*/
|
|
3320
|
+
ActivityStreamEngineNativeAuditFieldsIncluded?: BooleanOptional;
|
|
3300
3321
|
}
|
|
3301
3322
|
export interface DBInstanceAutomatedBackup {
|
|
3302
3323
|
/**
|
|
@@ -3304,11 +3325,11 @@ declare namespace RDS {
|
|
|
3304
3325
|
*/
|
|
3305
3326
|
DBInstanceArn?: String;
|
|
3306
3327
|
/**
|
|
3307
|
-
* The identifier for the source DB instance, which can't be changed and which is unique to an
|
|
3328
|
+
* The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
|
|
3308
3329
|
*/
|
|
3309
3330
|
DbiResourceId?: String;
|
|
3310
3331
|
/**
|
|
3311
|
-
* The
|
|
3332
|
+
* The Amazon Web Services Region associated with the automated backup.
|
|
3312
3333
|
*/
|
|
3313
3334
|
Region?: String;
|
|
3314
3335
|
/**
|
|
@@ -3332,7 +3353,7 @@ declare namespace RDS {
|
|
|
3332
3353
|
*/
|
|
3333
3354
|
Port?: Integer;
|
|
3334
3355
|
/**
|
|
3335
|
-
* The Availability Zone that the automated backup was created in. For information on
|
|
3356
|
+
* The Availability Zone that the automated backup was created in. For information on Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones.
|
|
3336
3357
|
*/
|
|
3337
3358
|
AvailabilityZone?: String;
|
|
3338
3359
|
/**
|
|
@@ -3380,7 +3401,7 @@ declare namespace RDS {
|
|
|
3380
3401
|
*/
|
|
3381
3402
|
StorageType?: String;
|
|
3382
3403
|
/**
|
|
3383
|
-
* The
|
|
3404
|
+
* The Amazon Web Services KMS key ID for an automated backup. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).
|
|
3384
3405
|
*/
|
|
3385
3406
|
KmsKeyId?: String;
|
|
3386
3407
|
/**
|
|
@@ -3388,7 +3409,7 @@ declare namespace RDS {
|
|
|
3388
3409
|
*/
|
|
3389
3410
|
Timezone?: String;
|
|
3390
3411
|
/**
|
|
3391
|
-
* True if mapping of
|
|
3412
|
+
* True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
|
|
3392
3413
|
*/
|
|
3393
3414
|
IAMDatabaseAuthenticationEnabled?: Boolean;
|
|
3394
3415
|
/**
|
|
@@ -3400,7 +3421,7 @@ declare namespace RDS {
|
|
|
3400
3421
|
*/
|
|
3401
3422
|
DBInstanceAutomatedBackupsArn?: String;
|
|
3402
3423
|
/**
|
|
3403
|
-
* The list of replications to different
|
|
3424
|
+
* The list of replications to different Amazon Web Services Regions associated with the automated backup.
|
|
3404
3425
|
*/
|
|
3405
3426
|
DBInstanceAutomatedBackupsReplications?: DBInstanceAutomatedBackupsReplicationList;
|
|
3406
3427
|
}
|
|
@@ -3439,11 +3460,11 @@ declare namespace RDS {
|
|
|
3439
3460
|
*/
|
|
3440
3461
|
RoleArn?: String;
|
|
3441
3462
|
/**
|
|
3442
|
-
* The name of the feature associated with the
|
|
3463
|
+
* The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion.
|
|
3443
3464
|
*/
|
|
3444
3465
|
FeatureName?: String;
|
|
3445
3466
|
/**
|
|
3446
|
-
* Describes the state of association between the IAM role and the DB instance. The Status property returns one of the following values: ACTIVE - the IAM role ARN is associated with the DB instance and can be used to access other
|
|
3467
|
+
* Describes the state of association between the IAM role and the DB instance. The Status property returns one of the following values: ACTIVE - the IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf. PENDING - the IAM role ARN is being associated with the DB instance. INVALID - the IAM role ARN is associated with the DB instance, but the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.
|
|
3447
3468
|
*/
|
|
3448
3469
|
Status?: String;
|
|
3449
3470
|
}
|
|
@@ -3525,7 +3546,7 @@ declare namespace RDS {
|
|
|
3525
3546
|
}
|
|
3526
3547
|
export interface DBProxy {
|
|
3527
3548
|
/**
|
|
3528
|
-
* The identifier for the proxy. This name must be unique for all proxies owned by your
|
|
3549
|
+
* The identifier for the proxy. This name must be unique for all proxies owned by your Amazon Web Services account in the specified Amazon Web Services Region.
|
|
3529
3550
|
*/
|
|
3530
3551
|
DBProxyName?: String;
|
|
3531
3552
|
/**
|
|
@@ -3678,7 +3699,7 @@ declare namespace RDS {
|
|
|
3678
3699
|
*/
|
|
3679
3700
|
DBProxyName?: String;
|
|
3680
3701
|
/**
|
|
3681
|
-
* The identifier for the target group. This name must be unique for all target groups owned by your
|
|
3702
|
+
* The identifier for the target group. This name must be unique for all target groups owned by your Amazon Web Services account in the specified Amazon Web Services Region.
|
|
3682
3703
|
*/
|
|
3683
3704
|
TargetGroupName?: String;
|
|
3684
3705
|
/**
|
|
@@ -3708,7 +3729,7 @@ declare namespace RDS {
|
|
|
3708
3729
|
}
|
|
3709
3730
|
export interface DBSecurityGroup {
|
|
3710
3731
|
/**
|
|
3711
|
-
* Provides the
|
|
3732
|
+
* Provides the Amazon Web Services ID of the owner of a specific DB security group.
|
|
3712
3733
|
*/
|
|
3713
3734
|
OwnerId?: String;
|
|
3714
3735
|
/**
|
|
@@ -3829,7 +3850,7 @@ declare namespace RDS {
|
|
|
3829
3850
|
*/
|
|
3830
3851
|
PercentProgress?: Integer;
|
|
3831
3852
|
/**
|
|
3832
|
-
* The
|
|
3853
|
+
* The Amazon Web Services Region that the DB snapshot was created in or copied from.
|
|
3833
3854
|
*/
|
|
3834
3855
|
SourceRegion?: String;
|
|
3835
3856
|
/**
|
|
@@ -3849,7 +3870,7 @@ declare namespace RDS {
|
|
|
3849
3870
|
*/
|
|
3850
3871
|
Encrypted?: Boolean;
|
|
3851
3872
|
/**
|
|
3852
|
-
* If Encrypted is true, the
|
|
3873
|
+
* If Encrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB snapshot. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).
|
|
3853
3874
|
*/
|
|
3854
3875
|
KmsKeyId?: String;
|
|
3855
3876
|
/**
|
|
@@ -3861,7 +3882,7 @@ declare namespace RDS {
|
|
|
3861
3882
|
*/
|
|
3862
3883
|
Timezone?: String;
|
|
3863
3884
|
/**
|
|
3864
|
-
* True if mapping of
|
|
3885
|
+
* True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
|
|
3865
3886
|
*/
|
|
3866
3887
|
IAMDatabaseAuthenticationEnabled?: Boolean;
|
|
3867
3888
|
/**
|
|
@@ -3869,18 +3890,18 @@ declare namespace RDS {
|
|
|
3869
3890
|
*/
|
|
3870
3891
|
ProcessorFeatures?: ProcessorFeatureList;
|
|
3871
3892
|
/**
|
|
3872
|
-
* The identifier for the source DB instance, which can't be changed and which is unique to an
|
|
3893
|
+
* The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
|
|
3873
3894
|
*/
|
|
3874
3895
|
DbiResourceId?: String;
|
|
3875
3896
|
TagList?: TagList;
|
|
3876
3897
|
}
|
|
3877
3898
|
export interface DBSnapshotAttribute {
|
|
3878
3899
|
/**
|
|
3879
|
-
* The name of the manual DB snapshot attribute. The attribute named restore refers to the list of
|
|
3900
|
+
* The name of the manual DB snapshot attribute. The attribute named restore refers to the list of Amazon Web Services accounts that have permission to copy or restore the manual DB cluster snapshot. For more information, see the ModifyDBSnapshotAttribute API action.
|
|
3880
3901
|
*/
|
|
3881
3902
|
AttributeName?: String;
|
|
3882
3903
|
/**
|
|
3883
|
-
* The value or values for the manual DB snapshot attribute. If the AttributeName field is set to restore, then this element returns a list of IDs of the
|
|
3904
|
+
* The value or values for the manual DB snapshot attribute. If the AttributeName field is set to restore, then this element returns a list of IDs of the Amazon Web Services accounts that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any Amazon Web Services account to copy or restore.
|
|
3884
3905
|
*/
|
|
3885
3906
|
AttributeValues?: AttributeValueList;
|
|
3886
3907
|
}
|
|
@@ -3992,7 +4013,7 @@ declare namespace RDS {
|
|
|
3992
4013
|
}
|
|
3993
4014
|
export interface DeleteDBInstanceAutomatedBackupMessage {
|
|
3994
4015
|
/**
|
|
3995
|
-
* The identifier for the source DB instance, which can't be changed and which is unique to an
|
|
4016
|
+
* The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
|
|
3996
4017
|
*/
|
|
3997
4018
|
DbiResourceId?: String;
|
|
3998
4019
|
/**
|
|
@@ -4266,7 +4287,7 @@ declare namespace RDS {
|
|
|
4266
4287
|
*/
|
|
4267
4288
|
DBClusterSnapshotIdentifier?: String;
|
|
4268
4289
|
/**
|
|
4269
|
-
* The type of DB cluster snapshots to be returned. You can specify one of the following values: automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my
|
|
4290
|
+
* The type of DB cluster snapshots to be returned. You can specify one of the following values: automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my Amazon Web Services account. manual - Return all DB cluster snapshots that have been taken by my Amazon Web Services account. shared - Return all manual DB cluster snapshots that have been shared to my Amazon Web Services account. public - Return all DB cluster snapshots that have been marked as public. If you don't specify a SnapshotType value, then both automated and manual DB cluster snapshots are returned. You can include shared DB cluster snapshots with these results by enabling the IncludeShared parameter. You can include public DB cluster snapshots with these results by enabling the IncludePublic parameter. The IncludeShared and IncludePublic parameters don't apply for SnapshotType values of manual or automated. The IncludePublic parameter doesn't apply when SnapshotType is set to shared. The IncludeShared parameter doesn't apply when SnapshotType is set to public.
|
|
4270
4291
|
*/
|
|
4271
4292
|
SnapshotType?: String;
|
|
4272
4293
|
/**
|
|
@@ -4282,11 +4303,11 @@ declare namespace RDS {
|
|
|
4282
4303
|
*/
|
|
4283
4304
|
Marker?: String;
|
|
4284
4305
|
/**
|
|
4285
|
-
* A value that indicates whether to include shared manual DB cluster snapshots from other
|
|
4306
|
+
* A value that indicates whether to include shared manual DB cluster snapshots from other Amazon Web Services accounts that this Amazon Web Services account has been given permission to copy or restore. By default, these snapshots are not included. You can give an Amazon Web Services account permission to restore a manual DB cluster snapshot from another Amazon Web Services account by the ModifyDBClusterSnapshotAttribute API action.
|
|
4286
4307
|
*/
|
|
4287
4308
|
IncludeShared?: Boolean;
|
|
4288
4309
|
/**
|
|
4289
|
-
* A value that indicates whether to include manual DB cluster snapshots that are public and can be copied or restored by any
|
|
4310
|
+
* A value that indicates whether to include manual DB cluster snapshots that are public and can be copied or restored by any Amazon Web Services account. By default, the public snapshots are not included. You can share a manual DB cluster snapshot as public by using the ModifyDBClusterSnapshotAttribute API action.
|
|
4290
4311
|
*/
|
|
4291
4312
|
IncludePublic?: Boolean;
|
|
4292
4313
|
}
|
|
@@ -4308,13 +4329,13 @@ declare namespace RDS {
|
|
|
4308
4329
|
*/
|
|
4309
4330
|
Marker?: String;
|
|
4310
4331
|
/**
|
|
4311
|
-
* Optional Boolean parameter that specifies whether the output includes information about clusters shared from other
|
|
4332
|
+
* Optional Boolean parameter that specifies whether the output includes information about clusters shared from other Amazon Web Services accounts.
|
|
4312
4333
|
*/
|
|
4313
4334
|
IncludeShared?: Boolean;
|
|
4314
4335
|
}
|
|
4315
4336
|
export interface DescribeDBEngineVersionsMessage {
|
|
4316
4337
|
/**
|
|
4317
|
-
* The database engine to return. Valid Values: aurora (for MySQL 5.6-compatible Aurora) aurora-mysql (for MySQL 5.7-compatible Aurora) aurora-postgresql mariadb mysql oracle-ee oracle-
|
|
4338
|
+
* The database engine to return. Valid Values: aurora (for MySQL 5.6-compatible Aurora) aurora-mysql (for MySQL 5.7-compatible Aurora) aurora-postgresql mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
|
|
4318
4339
|
*/
|
|
4319
4340
|
Engine?: String;
|
|
4320
4341
|
/**
|
|
@@ -4495,7 +4516,7 @@ declare namespace RDS {
|
|
|
4495
4516
|
}
|
|
4496
4517
|
export interface DescribeDBProxiesRequest {
|
|
4497
4518
|
/**
|
|
4498
|
-
* The name of the DB proxy. If you omit this parameter, the output includes information about all DB proxies owned by your
|
|
4519
|
+
* The name of the DB proxy. If you omit this parameter, the output includes information about all DB proxies owned by your Amazon Web Services account ID.
|
|
4499
4520
|
*/
|
|
4500
4521
|
DBProxyName?: String;
|
|
4501
4522
|
/**
|
|
@@ -4654,7 +4675,7 @@ declare namespace RDS {
|
|
|
4654
4675
|
*/
|
|
4655
4676
|
DBSnapshotIdentifier?: String;
|
|
4656
4677
|
/**
|
|
4657
|
-
* The type of snapshots to be returned. You can specify one of the following values: automated - Return all DB snapshots that have been automatically taken by Amazon RDS for my
|
|
4678
|
+
* The type of snapshots to be returned. You can specify one of the following values: automated - Return all DB snapshots that have been automatically taken by Amazon RDS for my Amazon Web Services account. manual - Return all DB snapshots that have been taken by my Amazon Web Services account. shared - Return all manual DB snapshots that have been shared to my Amazon Web Services account. public - Return all DB snapshots that have been marked as public. awsbackup - Return the DB snapshots managed by the Amazon Web Services Backup service. For information about Amazon Web Services Backup, see the Amazon Web Services Backup Developer Guide. The awsbackup type does not apply to Aurora. If you don't specify a SnapshotType value, then both automated and manual snapshots are returned. Shared and public DB snapshots are not included in the returned results by default. You can include shared snapshots with these results by enabling the IncludeShared parameter. You can include public snapshots with these results by enabling the IncludePublic parameter. The IncludeShared and IncludePublic parameters don't apply for SnapshotType values of manual or automated. The IncludePublic parameter doesn't apply when SnapshotType is set to shared. The IncludeShared parameter doesn't apply when SnapshotType is set to public.
|
|
4658
4679
|
*/
|
|
4659
4680
|
SnapshotType?: String;
|
|
4660
4681
|
/**
|
|
@@ -4670,11 +4691,11 @@ declare namespace RDS {
|
|
|
4670
4691
|
*/
|
|
4671
4692
|
Marker?: String;
|
|
4672
4693
|
/**
|
|
4673
|
-
* A value that indicates whether to include shared manual DB cluster snapshots from other
|
|
4694
|
+
* A value that indicates whether to include shared manual DB cluster snapshots from other Amazon Web Services accounts that this Amazon Web Services account has been given permission to copy or restore. By default, these snapshots are not included. You can give an Amazon Web Services account permission to restore a manual DB snapshot from another Amazon Web Services account by using the ModifyDBSnapshotAttribute API action.
|
|
4674
4695
|
*/
|
|
4675
4696
|
IncludeShared?: Boolean;
|
|
4676
4697
|
/**
|
|
4677
|
-
* A value that indicates whether to include manual DB cluster snapshots that are public and can be copied or restored by any
|
|
4698
|
+
* A value that indicates whether to include manual DB cluster snapshots that are public and can be copied or restored by any Amazon Web Services account. By default, the public snapshots are not included. You can share a manual DB snapshot as public by using the ModifyDBSnapshotAttribute API.
|
|
4678
4699
|
*/
|
|
4679
4700
|
IncludePublic?: Boolean;
|
|
4680
4701
|
/**
|
|
@@ -4868,7 +4889,7 @@ declare namespace RDS {
|
|
|
4868
4889
|
}
|
|
4869
4890
|
export interface DescribeOptionGroupOptionsMessage {
|
|
4870
4891
|
/**
|
|
4871
|
-
* A required parameter. Options available for the given engine name are described. Valid Values: mariadb mysql oracle-ee oracle-
|
|
4892
|
+
* A required parameter. Options available for the given engine name are described. Valid Values: mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
|
|
4872
4893
|
*/
|
|
4873
4894
|
EngineName: String;
|
|
4874
4895
|
/**
|
|
@@ -4906,7 +4927,7 @@ declare namespace RDS {
|
|
|
4906
4927
|
*/
|
|
4907
4928
|
MaxRecords?: IntegerOptional;
|
|
4908
4929
|
/**
|
|
4909
|
-
* Filters the list of option groups to only include groups associated with a specific database engine. Valid Values: mariadb mysql oracle-ee oracle-
|
|
4930
|
+
* Filters the list of option groups to only include groups associated with a specific database engine. Valid Values: mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
|
|
4910
4931
|
*/
|
|
4911
4932
|
EngineName?: String;
|
|
4912
4933
|
/**
|
|
@@ -4916,7 +4937,7 @@ declare namespace RDS {
|
|
|
4916
4937
|
}
|
|
4917
4938
|
export interface DescribeOrderableDBInstanceOptionsMessage {
|
|
4918
4939
|
/**
|
|
4919
|
-
* The name of the engine to retrieve DB instance options for. Valid Values: aurora (for MySQL 5.6-compatible Aurora) aurora-mysql (for MySQL 5.7-compatible Aurora) aurora-postgresql mariadb mysql oracle-ee oracle-
|
|
4940
|
+
* The name of the engine to retrieve DB instance options for. Valid Values: aurora (for MySQL 5.6-compatible Aurora) aurora-mysql (for MySQL 5.7-compatible Aurora) aurora-postgresql mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
|
|
4920
4941
|
*/
|
|
4921
4942
|
Engine: String;
|
|
4922
4943
|
/**
|
|
@@ -4932,7 +4953,7 @@ declare namespace RDS {
|
|
|
4932
4953
|
*/
|
|
4933
4954
|
LicenseModel?: String;
|
|
4934
4955
|
/**
|
|
4935
|
-
* The Availability Zone group associated with a Local Zone. Specify this parameter to retrieve available offerings for the Local Zones in the group. Omit this parameter to show the available offerings in the specified
|
|
4956
|
+
* The Availability Zone group associated with a Local Zone. Specify this parameter to retrieve available offerings for the Local Zones in the group. Omit this parameter to show the available offerings in the specified Amazon Web Services Region.
|
|
4936
4957
|
*/
|
|
4937
4958
|
AvailabilityZoneGroup?: String;
|
|
4938
4959
|
/**
|
|
@@ -5000,7 +5021,7 @@ declare namespace RDS {
|
|
|
5000
5021
|
*/
|
|
5001
5022
|
MultiAZ?: BooleanOptional;
|
|
5002
5023
|
/**
|
|
5003
|
-
* The lease identifier filter value. Specify this parameter to show only the reservation that matches the specified lease ID.
|
|
5024
|
+
* The lease identifier filter value. Specify this parameter to show only the reservation that matches the specified lease ID. Amazon Web Services Support might request the lease ID for an issue related to a reserved DB instance.
|
|
5004
5025
|
*/
|
|
5005
5026
|
LeaseId?: String;
|
|
5006
5027
|
/**
|
|
@@ -5056,7 +5077,7 @@ declare namespace RDS {
|
|
|
5056
5077
|
}
|
|
5057
5078
|
export interface DescribeSourceRegionsMessage {
|
|
5058
5079
|
/**
|
|
5059
|
-
* The source
|
|
5080
|
+
* The source Amazon Web Services Region name. For example, us-east-1. Constraints: Must specify a valid Amazon Web Services Region name.
|
|
5060
5081
|
*/
|
|
5061
5082
|
RegionName?: String;
|
|
5062
5083
|
/**
|
|
@@ -5159,7 +5180,7 @@ declare namespace RDS {
|
|
|
5159
5180
|
*/
|
|
5160
5181
|
EC2SecurityGroupId?: String;
|
|
5161
5182
|
/**
|
|
5162
|
-
* Specifies the
|
|
5183
|
+
* Specifies the Amazon Web Services ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.
|
|
5163
5184
|
*/
|
|
5164
5185
|
EC2SecurityGroupOwnerId?: String;
|
|
5165
5186
|
}
|
|
@@ -5241,7 +5262,7 @@ declare namespace RDS {
|
|
|
5241
5262
|
export type EventList = Event[];
|
|
5242
5263
|
export interface EventSubscription {
|
|
5243
5264
|
/**
|
|
5244
|
-
* The
|
|
5265
|
+
* The Amazon Web Services customer account associated with the RDS event notification subscription.
|
|
5245
5266
|
*/
|
|
5246
5267
|
CustomerAwsId?: String;
|
|
5247
5268
|
/**
|
|
@@ -5340,7 +5361,7 @@ declare namespace RDS {
|
|
|
5340
5361
|
*/
|
|
5341
5362
|
IamRoleArn?: String;
|
|
5342
5363
|
/**
|
|
5343
|
-
* The key identifier of the
|
|
5364
|
+
* The key identifier of the Amazon Web Services KMS customer master key (CMK) that is used to encrypt the snapshot when it's exported to Amazon S3. The Amazon Web Services KMS CMK identifier is its key ARN, key ID, alias ARN, or alias name. The IAM role used for the snapshot export must have encryption and decryption permissions to use this Amazon Web Services KMS CMK.
|
|
5344
5365
|
*/
|
|
5345
5366
|
KmsKeyId?: String;
|
|
5346
5367
|
/**
|
|
@@ -5394,7 +5415,7 @@ declare namespace RDS {
|
|
|
5394
5415
|
*/
|
|
5395
5416
|
GlobalClusterIdentifier: GlobalClusterIdentifier;
|
|
5396
5417
|
/**
|
|
5397
|
-
* Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora global database (GlobalCluster.) Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the cluster in its
|
|
5418
|
+
* Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora global database (GlobalCluster.) Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the cluster in its Amazon Web Services Region.
|
|
5398
5419
|
*/
|
|
5399
5420
|
TargetDbClusterIdentifier: DBClusterIdentifier;
|
|
5400
5421
|
}
|
|
@@ -5435,7 +5456,7 @@ declare namespace RDS {
|
|
|
5435
5456
|
*/
|
|
5436
5457
|
GlobalClusterIdentifier?: String;
|
|
5437
5458
|
/**
|
|
5438
|
-
* The
|
|
5459
|
+
* The Amazon Web Services Region-unique, immutable identifier for the global database cluster. This identifier is found in Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS customer master key (CMK) for the DB cluster is accessed.
|
|
5439
5460
|
*/
|
|
5440
5461
|
GlobalClusterResourceId?: String;
|
|
5441
5462
|
/**
|
|
@@ -5587,7 +5608,7 @@ declare namespace RDS {
|
|
|
5587
5608
|
*/
|
|
5588
5609
|
Marker?: String;
|
|
5589
5610
|
/**
|
|
5590
|
-
* The list of InstallationMedia objects for the
|
|
5611
|
+
* The list of InstallationMedia objects for the Amazon Web Services account.
|
|
5591
5612
|
*/
|
|
5592
5613
|
InstallationMedia?: InstallationMediaList;
|
|
5593
5614
|
}
|
|
@@ -5621,7 +5642,7 @@ declare namespace RDS {
|
|
|
5621
5642
|
export type MinimumEngineVersionPerAllowedValueList = MinimumEngineVersionPerAllowedValue[];
|
|
5622
5643
|
export interface ModifyCertificatesMessage {
|
|
5623
5644
|
/**
|
|
5624
|
-
* The new default certificate identifier to override the current one with. To determine the valid values, use the describe-certificates
|
|
5645
|
+
* The new default certificate identifier to override the current one with. To determine the valid values, use the describe-certificates CLI command or the DescribeCertificates API operation.
|
|
5625
5646
|
*/
|
|
5626
5647
|
CertificateIdentifier?: String;
|
|
5627
5648
|
/**
|
|
@@ -5706,15 +5727,15 @@ declare namespace RDS {
|
|
|
5706
5727
|
*/
|
|
5707
5728
|
OptionGroupName?: String;
|
|
5708
5729
|
/**
|
|
5709
|
-
* The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each
|
|
5730
|
+
* The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To view the time blocks available, see Backup window in the Amazon Aurora User Guide. Constraints: Must be in the format hh24:mi-hh24:mi. Must be in Universal Coordinated Time (UTC). Must not conflict with the preferred maintenance window. Must be at least 30 minutes.
|
|
5710
5731
|
*/
|
|
5711
5732
|
PreferredBackupWindow?: String;
|
|
5712
5733
|
/**
|
|
5713
|
-
* The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi The default is a 30-minute window selected at random from an 8-hour block of time for each
|
|
5734
|
+
* The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide. Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. Constraints: Minimum 30-minute window.
|
|
5714
5735
|
*/
|
|
5715
5736
|
PreferredMaintenanceWindow?: String;
|
|
5716
5737
|
/**
|
|
5717
|
-
* A value that indicates whether to enable mapping of
|
|
5738
|
+
* A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information, see IAM Database Authentication in the Amazon Aurora User Guide.
|
|
5718
5739
|
*/
|
|
5719
5740
|
EnableIAMDatabaseAuthentication?: BooleanOptional;
|
|
5720
5741
|
/**
|
|
@@ -5772,7 +5793,7 @@ declare namespace RDS {
|
|
|
5772
5793
|
*/
|
|
5773
5794
|
DBClusterParameterGroupName: String;
|
|
5774
5795
|
/**
|
|
5775
|
-
* A list of parameters in the DB cluster parameter group to modify.
|
|
5796
|
+
* A list of parameters in the DB cluster parameter group to modify. Valid Values (for the application method): immediate | pending-reboot You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters. When the application method is immediate, changes to dynamic parameters are applied immediately to the DB clusters associated with the parameter group. When the application method is pending-reboot, changes to dynamic and static parameters are applied after a reboot without failover to the DB clusters associated with the parameter group.
|
|
5776
5797
|
*/
|
|
5777
5798
|
Parameters: ParametersList;
|
|
5778
5799
|
}
|
|
@@ -5785,15 +5806,15 @@ declare namespace RDS {
|
|
|
5785
5806
|
*/
|
|
5786
5807
|
DBClusterSnapshotIdentifier: String;
|
|
5787
5808
|
/**
|
|
5788
|
-
* The name of the DB cluster snapshot attribute to modify. To manage authorization for other
|
|
5809
|
+
* The name of the DB cluster snapshot attribute to modify. To manage authorization for other Amazon Web Services accounts to copy or restore a manual DB cluster snapshot, set this value to restore. To view the list of attributes available to modify, use the DescribeDBClusterSnapshotAttributes API action.
|
|
5789
5810
|
*/
|
|
5790
5811
|
AttributeName: String;
|
|
5791
5812
|
/**
|
|
5792
|
-
* A list of DB cluster snapshot attributes to add to the attribute specified by AttributeName. To authorize other
|
|
5813
|
+
* A list of DB cluster snapshot attributes to add to the attribute specified by AttributeName. To authorize other Amazon Web Services accounts to copy or restore a manual DB cluster snapshot, set this list to include one or more Amazon Web Services account IDs, or all to make the manual DB cluster snapshot restorable by any Amazon Web Services account. Do not add the all value for any manual DB cluster snapshots that contain private information that you don't want available to all Amazon Web Services accounts.
|
|
5793
5814
|
*/
|
|
5794
5815
|
ValuesToAdd?: AttributeValueList;
|
|
5795
5816
|
/**
|
|
5796
|
-
* A list of DB cluster snapshot attributes to remove from the attribute specified by AttributeName. To remove authorization for other
|
|
5817
|
+
* A list of DB cluster snapshot attributes to remove from the attribute specified by AttributeName. To remove authorization for other Amazon Web Services accounts to copy or restore a manual DB cluster snapshot, set this list to include one or more Amazon Web Services account identifiers, or all to remove authorization for any Amazon Web Services account to copy or restore the DB cluster snapshot. If you specify all, an Amazon Web Services account whose account ID is explicitly added to the restore attribute can still copy or restore a manual DB cluster snapshot.
|
|
5797
5818
|
*/
|
|
5798
5819
|
ValuesToRemove?: AttributeValueList;
|
|
5799
5820
|
}
|
|
@@ -5810,7 +5831,7 @@ declare namespace RDS {
|
|
|
5810
5831
|
*/
|
|
5811
5832
|
AllocatedStorage?: IntegerOptional;
|
|
5812
5833
|
/**
|
|
5813
|
-
* The new compute and memory capacity of the DB instance, for example, db.m4.large. Not all DB instance classes are available in all
|
|
5834
|
+
* The new compute and memory capacity of the DB instance, for example, db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide. If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless ApplyImmediately is enabled for this request. Default: Uses existing setting
|
|
5814
5835
|
*/
|
|
5815
5836
|
DBInstanceClass?: String;
|
|
5816
5837
|
/**
|
|
@@ -5842,7 +5863,7 @@ declare namespace RDS {
|
|
|
5842
5863
|
*/
|
|
5843
5864
|
BackupRetentionPeriod?: IntegerOptional;
|
|
5844
5865
|
/**
|
|
5845
|
-
* The daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod parameter. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible. The default is a 30-minute window selected at random from an 8-hour block of time for each
|
|
5866
|
+
* The daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod parameter. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. For more information, see Backup window in the Amazon RDS User Guide. Amazon Aurora Not applicable. The daily time range for creating automated backups is managed by the DB cluster. For more information, see ModifyDBCluster. Constraints: Must be in the format hh24:mi-hh24:mi Must be in Universal Time Coordinated (UTC) Must not conflict with the preferred maintenance window Must be at least 30 minutes
|
|
5846
5867
|
*/
|
|
5847
5868
|
PreferredBackupWindow?: String;
|
|
5848
5869
|
/**
|
|
@@ -5930,7 +5951,7 @@ declare namespace RDS {
|
|
|
5930
5951
|
*/
|
|
5931
5952
|
PromotionTier?: IntegerOptional;
|
|
5932
5953
|
/**
|
|
5933
|
-
* A value that indicates whether to enable mapping of
|
|
5954
|
+
* A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. This setting doesn't apply to Amazon Aurora. Mapping Amazon Web Services IAM accounts to database accounts is managed by the DB cluster. For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
|
|
5934
5955
|
*/
|
|
5935
5956
|
EnableIAMDatabaseAuthentication?: BooleanOptional;
|
|
5936
5957
|
/**
|
|
@@ -5938,7 +5959,7 @@ declare namespace RDS {
|
|
|
5938
5959
|
*/
|
|
5939
5960
|
EnablePerformanceInsights?: BooleanOptional;
|
|
5940
5961
|
/**
|
|
5941
|
-
* The
|
|
5962
|
+
* The Amazon Web Services KMS key identifier for encryption of Performance Insights data. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK). If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default CMK. There is a default CMK for your Amazon Web Services account. Your Amazon Web Services account has a different default CMK for each Amazon Web Services Region.
|
|
5942
5963
|
*/
|
|
5943
5964
|
PerformanceInsightsKMSKeyId?: String;
|
|
5944
5965
|
/**
|
|
@@ -5974,11 +5995,11 @@ declare namespace RDS {
|
|
|
5974
5995
|
*/
|
|
5975
5996
|
ReplicaMode?: ReplicaMode;
|
|
5976
5997
|
/**
|
|
5977
|
-
* A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. For more information about RDS on Outposts, see Working with Amazon RDS on
|
|
5998
|
+
* A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide. For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.
|
|
5978
5999
|
*/
|
|
5979
6000
|
EnableCustomerOwnedIp?: BooleanOptional;
|
|
5980
6001
|
/**
|
|
5981
|
-
* The Amazon Resource Name (ARN) of the recovery point in
|
|
6002
|
+
* The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.
|
|
5982
6003
|
*/
|
|
5983
6004
|
AwsBackupRecoveryPointArn?: AwsBackupRecoveryPointArn;
|
|
5984
6005
|
}
|
|
@@ -5991,7 +6012,7 @@ declare namespace RDS {
|
|
|
5991
6012
|
*/
|
|
5992
6013
|
DBParameterGroupName: String;
|
|
5993
6014
|
/**
|
|
5994
|
-
* An array of parameter names, values, and the
|
|
6015
|
+
* An array of parameter names, values, and the application methods for the parameter update. At least one parameter name, value, and application method method must be supplied; later arguments are optional. A maximum of 20 parameters can be modified in a single request. Valid Values (for the application method): immediate | pending-reboot You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters. When the application method is immediate, changes to dynamic parameters are applied immediately to the DB instances associated with the parameter group. When the application method is pending-reboot, changes to dynamic and static parameters are applied after a reboot without failover to the DB instances associated with the parameter group.
|
|
5995
6016
|
*/
|
|
5996
6017
|
Parameters: ParametersList;
|
|
5997
6018
|
}
|
|
@@ -6041,7 +6062,7 @@ declare namespace RDS {
|
|
|
6041
6062
|
*/
|
|
6042
6063
|
DebugLogging?: BooleanOptional;
|
|
6043
6064
|
/**
|
|
6044
|
-
* The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in
|
|
6065
|
+
* The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in Amazon Web Services Secrets Manager.
|
|
6045
6066
|
*/
|
|
6046
6067
|
RoleArn?: String;
|
|
6047
6068
|
/**
|
|
@@ -6085,15 +6106,15 @@ declare namespace RDS {
|
|
|
6085
6106
|
*/
|
|
6086
6107
|
DBSnapshotIdentifier: String;
|
|
6087
6108
|
/**
|
|
6088
|
-
* The name of the DB snapshot attribute to modify. To manage authorization for other
|
|
6109
|
+
* The name of the DB snapshot attribute to modify. To manage authorization for other Amazon Web Services accounts to copy or restore a manual DB snapshot, set this value to restore. To view the list of attributes available to modify, use the DescribeDBSnapshotAttributes API action.
|
|
6089
6110
|
*/
|
|
6090
6111
|
AttributeName: String;
|
|
6091
6112
|
/**
|
|
6092
|
-
* A list of DB snapshot attributes to add to the attribute specified by AttributeName. To authorize other
|
|
6113
|
+
* A list of DB snapshot attributes to add to the attribute specified by AttributeName. To authorize other Amazon Web Services accounts to copy or restore a manual snapshot, set this list to include one or more Amazon Web Services account IDs, or all to make the manual DB snapshot restorable by any Amazon Web Services account. Do not add the all value for any manual DB snapshots that contain private information that you don't want available to all Amazon Web Services accounts.
|
|
6093
6114
|
*/
|
|
6094
6115
|
ValuesToAdd?: AttributeValueList;
|
|
6095
6116
|
/**
|
|
6096
|
-
* A list of DB snapshot attributes to remove from the attribute specified by AttributeName. To remove authorization for other
|
|
6117
|
+
* A list of DB snapshot attributes to remove from the attribute specified by AttributeName. To remove authorization for other Amazon Web Services accounts to copy or restore a manual snapshot, set this list to include one or more Amazon Web Services account identifiers, or all to remove authorization for any Amazon Web Services account to copy or restore the DB snapshot. If you specify all, an Amazon Web Services account whose account ID is explicitly added to the restore attribute can still copy or restore the manual DB snapshot.
|
|
6097
6118
|
*/
|
|
6098
6119
|
ValuesToRemove?: AttributeValueList;
|
|
6099
6120
|
}
|
|
@@ -6592,9 +6613,13 @@ declare namespace RDS {
|
|
|
6592
6613
|
*/
|
|
6593
6614
|
SupportsKerberosAuthentication?: BooleanOptional;
|
|
6594
6615
|
/**
|
|
6595
|
-
* Whether a DB instance supports RDS on Outposts. For more information about RDS on Outposts, see Amazon RDS on
|
|
6616
|
+
* Whether a DB instance supports RDS on Outposts. For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
|
|
6596
6617
|
*/
|
|
6597
6618
|
OutpostCapable?: Boolean;
|
|
6619
|
+
/**
|
|
6620
|
+
* The list of supported modes for Database Activity Streams. Aurora PostgreSQL returns the value [sync, async]. Aurora MySQL and RDS for Oracle return [async] only. If Database Activity Streams isn't supported, the return value is an empty list.
|
|
6621
|
+
*/
|
|
6622
|
+
SupportedActivityStreamModes?: ActivityStreamModeList;
|
|
6598
6623
|
/**
|
|
6599
6624
|
* A value that indicates whether you can use Aurora global databases with a specific combination of other DB engine attributes.
|
|
6600
6625
|
*/
|
|
@@ -6771,7 +6796,7 @@ declare namespace RDS {
|
|
|
6771
6796
|
*/
|
|
6772
6797
|
ProcessorFeatures?: ProcessorFeatureList;
|
|
6773
6798
|
/**
|
|
6774
|
-
* Whether mapping of
|
|
6799
|
+
* Whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
|
|
6775
6800
|
*/
|
|
6776
6801
|
IAMDatabaseAuthenticationEnabled?: BooleanOptional;
|
|
6777
6802
|
}
|
|
@@ -6805,7 +6830,7 @@ declare namespace RDS {
|
|
|
6805
6830
|
*/
|
|
6806
6831
|
BackupRetentionPeriod?: IntegerOptional;
|
|
6807
6832
|
/**
|
|
6808
|
-
* The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each
|
|
6833
|
+
* The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide. Constraints: Must be in the format hh24:mi-hh24:mi. Must be in Universal Coordinated Time (UTC). Must not conflict with the preferred maintenance window. Must be at least 30 minutes.
|
|
6809
6834
|
*/
|
|
6810
6835
|
PreferredBackupWindow?: String;
|
|
6811
6836
|
}
|
|
@@ -7024,7 +7049,7 @@ declare namespace RDS {
|
|
|
7024
7049
|
*/
|
|
7025
7050
|
ReservedDBInstanceArn?: String;
|
|
7026
7051
|
/**
|
|
7027
|
-
* The unique identifier for the lease associated with the reserved DB instance.
|
|
7052
|
+
* The unique identifier for the lease associated with the reserved DB instance. Amazon Web Services Support might request the lease ID for an issue related to a reserved DB instance.
|
|
7028
7053
|
*/
|
|
7029
7054
|
LeaseId?: String;
|
|
7030
7055
|
}
|
|
@@ -7188,11 +7213,11 @@ declare namespace RDS {
|
|
|
7188
7213
|
*/
|
|
7189
7214
|
OptionGroupName?: String;
|
|
7190
7215
|
/**
|
|
7191
|
-
* The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each
|
|
7216
|
+
* The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To view the time blocks available, see Backup window in the Amazon Aurora User Guide. Constraints: Must be in the format hh24:mi-hh24:mi. Must be in Universal Coordinated Time (UTC). Must not conflict with the preferred maintenance window. Must be at least 30 minutes.
|
|
7192
7217
|
*/
|
|
7193
7218
|
PreferredBackupWindow?: String;
|
|
7194
7219
|
/**
|
|
7195
|
-
* The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi The default is a 30-minute window selected at random from an 8-hour block of time for each
|
|
7220
|
+
* The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon Aurora User Guide. Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. Constraints: Minimum 30-minute window.
|
|
7196
7221
|
*/
|
|
7197
7222
|
PreferredMaintenanceWindow?: String;
|
|
7198
7223
|
Tags?: TagList;
|
|
@@ -7201,11 +7226,11 @@ declare namespace RDS {
|
|
|
7201
7226
|
*/
|
|
7202
7227
|
StorageEncrypted?: BooleanOptional;
|
|
7203
7228
|
/**
|
|
7204
|
-
* The
|
|
7229
|
+
* The Amazon Web Services KMS key identifier for an encrypted DB cluster. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK). To use a CMK in a different Amazon Web Services account, specify the key ARN or alias ARN. If the StorageEncrypted parameter is enabled, and you do not specify a value for the KmsKeyId parameter, then Amazon RDS will use your default CMK. There is a default CMK for your Amazon Web Services account. Your Amazon Web Services account has a different default CMK for each Amazon Web Services Region.
|
|
7205
7230
|
*/
|
|
7206
7231
|
KmsKeyId?: String;
|
|
7207
7232
|
/**
|
|
7208
|
-
* A value that indicates whether to enable mapping of
|
|
7233
|
+
* A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information, see IAM Database Authentication in the Amazon Aurora User Guide.
|
|
7209
7234
|
*/
|
|
7210
7235
|
EnableIAMDatabaseAuthentication?: BooleanOptional;
|
|
7211
7236
|
/**
|
|
@@ -7225,7 +7250,7 @@ declare namespace RDS {
|
|
|
7225
7250
|
*/
|
|
7226
7251
|
S3Prefix?: String;
|
|
7227
7252
|
/**
|
|
7228
|
-
* The Amazon Resource Name (ARN) of the
|
|
7253
|
+
* The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that authorizes Amazon RDS to access the Amazon S3 bucket on your behalf.
|
|
7229
7254
|
*/
|
|
7230
7255
|
S3IngestionRoleArn: String;
|
|
7231
7256
|
/**
|
|
@@ -7302,11 +7327,11 @@ declare namespace RDS {
|
|
|
7302
7327
|
*/
|
|
7303
7328
|
Tags?: TagList;
|
|
7304
7329
|
/**
|
|
7305
|
-
* The
|
|
7330
|
+
* The Amazon Web Services KMS key identifier to use when restoring an encrypted DB cluster from a DB snapshot or DB cluster snapshot. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK). To use a CMK in a different Amazon Web Services account, specify the key ARN or alias ARN. When you don't specify a value for the KmsKeyId parameter, then the following occurs: If the DB snapshot or DB cluster snapshot in SnapshotIdentifier is encrypted, then the restored DB cluster is encrypted using the Amazon Web Services KMS CMK that was used to encrypt the DB snapshot or DB cluster snapshot. If the DB snapshot or DB cluster snapshot in SnapshotIdentifier isn't encrypted, then the restored DB cluster isn't encrypted.
|
|
7306
7331
|
*/
|
|
7307
7332
|
KmsKeyId?: String;
|
|
7308
7333
|
/**
|
|
7309
|
-
* A value that indicates whether to enable mapping of
|
|
7334
|
+
* A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information, see IAM Database Authentication in the Amazon Aurora User Guide.
|
|
7310
7335
|
*/
|
|
7311
7336
|
EnableIAMDatabaseAuthentication?: BooleanOptional;
|
|
7312
7337
|
/**
|
|
@@ -7388,11 +7413,11 @@ declare namespace RDS {
|
|
|
7388
7413
|
VpcSecurityGroupIds?: VpcSecurityGroupIdList;
|
|
7389
7414
|
Tags?: TagList;
|
|
7390
7415
|
/**
|
|
7391
|
-
* The
|
|
7416
|
+
* The Amazon Web Services KMS key identifier to use when restoring an encrypted DB cluster from an encrypted DB cluster. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK). To use a CMK in a different Amazon Web Services account, specify the key ARN or alias ARN. You can restore to a new DB cluster and encrypt the new DB cluster with a Amazon Web Services KMS CMK that is different than the Amazon Web Services KMS key used to encrypt the source DB cluster. The new DB cluster is encrypted with the Amazon Web Services KMS CMK identified by the KmsKeyId parameter. If you don't specify a value for the KmsKeyId parameter, then the following occurs: If the DB cluster is encrypted, then the restored DB cluster is encrypted using the Amazon Web Services KMS CMK that was used to encrypt the source DB cluster. If the DB cluster isn't encrypted, then the restored DB cluster isn't encrypted. If DBClusterIdentifier refers to a DB cluster that isn't encrypted, then the restore request is rejected.
|
|
7392
7417
|
*/
|
|
7393
7418
|
KmsKeyId?: String;
|
|
7394
7419
|
/**
|
|
7395
|
-
* A value that indicates whether to enable mapping of
|
|
7420
|
+
* A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information, see IAM Database Authentication in the Amazon Aurora User Guide.
|
|
7396
7421
|
*/
|
|
7397
7422
|
EnableIAMDatabaseAuthentication?: BooleanOptional;
|
|
7398
7423
|
/**
|
|
@@ -7445,7 +7470,7 @@ declare namespace RDS {
|
|
|
7445
7470
|
*/
|
|
7446
7471
|
DBSnapshotIdentifier: String;
|
|
7447
7472
|
/**
|
|
7448
|
-
* The compute and memory capacity of the Amazon RDS DB instance, for example, db.m4.large. Not all DB instance classes are available in all
|
|
7473
|
+
* The compute and memory capacity of the Amazon RDS DB instance, for example, db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide. Default: The same DBInstanceClass as the original DB instance.
|
|
7449
7474
|
*/
|
|
7450
7475
|
DBInstanceClass?: String;
|
|
7451
7476
|
/**
|
|
@@ -7481,7 +7506,7 @@ declare namespace RDS {
|
|
|
7481
7506
|
*/
|
|
7482
7507
|
DBName?: String;
|
|
7483
7508
|
/**
|
|
7484
|
-
* The database engine to use for the new instance. Default: The same as source Constraint: Must be compatible with the engine of the source. For example, you can restore a MariaDB 10.1 DB instance from a MySQL 5.6 snapshot. Valid Values: mariadb mysql oracle-ee oracle-
|
|
7509
|
+
* The database engine to use for the new instance. Default: The same as source Constraint: Must be compatible with the engine of the source. For example, you can restore a MariaDB 10.1 DB instance from a MySQL 5.6 snapshot. Valid Values: mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
|
|
7485
7510
|
*/
|
|
7486
7511
|
Engine?: String;
|
|
7487
7512
|
/**
|
|
@@ -7522,7 +7547,7 @@ declare namespace RDS {
|
|
|
7522
7547
|
*/
|
|
7523
7548
|
DomainIAMRoleName?: String;
|
|
7524
7549
|
/**
|
|
7525
|
-
* A value that indicates whether to enable mapping of
|
|
7550
|
+
* A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
|
|
7526
7551
|
*/
|
|
7527
7552
|
EnableIAMDatabaseAuthentication?: BooleanOptional;
|
|
7528
7553
|
/**
|
|
@@ -7546,7 +7571,7 @@ declare namespace RDS {
|
|
|
7546
7571
|
*/
|
|
7547
7572
|
DeletionProtection?: BooleanOptional;
|
|
7548
7573
|
/**
|
|
7549
|
-
* A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. For more information about RDS on Outposts, see Working with Amazon RDS on
|
|
7574
|
+
* A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide. For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.
|
|
7550
7575
|
*/
|
|
7551
7576
|
EnableCustomerOwnedIp?: BooleanOptional;
|
|
7552
7577
|
}
|
|
@@ -7567,7 +7592,7 @@ declare namespace RDS {
|
|
|
7567
7592
|
*/
|
|
7568
7593
|
AllocatedStorage?: IntegerOptional;
|
|
7569
7594
|
/**
|
|
7570
|
-
* The compute and memory capacity of the DB instance, for example, db.m4.large. Not all DB instance classes are available in all
|
|
7595
|
+
* The compute and memory capacity of the DB instance, for example, db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide. Importing from Amazon S3 isn't supported on the db.t2.micro DB instance class.
|
|
7571
7596
|
*/
|
|
7572
7597
|
DBInstanceClass: String;
|
|
7573
7598
|
/**
|
|
@@ -7591,7 +7616,7 @@ declare namespace RDS {
|
|
|
7591
7616
|
*/
|
|
7592
7617
|
VpcSecurityGroupIds?: VpcSecurityGroupIdList;
|
|
7593
7618
|
/**
|
|
7594
|
-
* The Availability Zone that the DB instance is created in. For information about
|
|
7619
|
+
* The Availability Zone that the DB instance is created in. For information about Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones in the Amazon RDS User Guide. Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region. Example: us-east-1d Constraint: The AvailabilityZone parameter can't be specified if the DB instance is a Multi-AZ deployment. The specified Availability Zone must be in the same Amazon Web Services Region as the current endpoint.
|
|
7595
7620
|
*/
|
|
7596
7621
|
AvailabilityZone?: String;
|
|
7597
7622
|
/**
|
|
@@ -7659,7 +7684,7 @@ declare namespace RDS {
|
|
|
7659
7684
|
*/
|
|
7660
7685
|
StorageEncrypted?: BooleanOptional;
|
|
7661
7686
|
/**
|
|
7662
|
-
* The
|
|
7687
|
+
* The Amazon Web Services KMS key identifier for an encrypted DB instance. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK). To use a CMK in a different Amazon Web Services account, specify the key ARN or alias ARN. If the StorageEncrypted parameter is enabled, and you do not specify a value for the KmsKeyId parameter, then Amazon RDS will use your default CMK. There is a default CMK for your Amazon Web Services account. Your Amazon Web Services account has a different default CMK for each Amazon Web Services Region.
|
|
7663
7688
|
*/
|
|
7664
7689
|
KmsKeyId?: String;
|
|
7665
7690
|
/**
|
|
@@ -7675,7 +7700,7 @@ declare namespace RDS {
|
|
|
7675
7700
|
*/
|
|
7676
7701
|
MonitoringRoleArn?: String;
|
|
7677
7702
|
/**
|
|
7678
|
-
* A value that indicates whether to enable mapping of
|
|
7703
|
+
* A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
|
|
7679
7704
|
*/
|
|
7680
7705
|
EnableIAMDatabaseAuthentication?: BooleanOptional;
|
|
7681
7706
|
/**
|
|
@@ -7695,7 +7720,7 @@ declare namespace RDS {
|
|
|
7695
7720
|
*/
|
|
7696
7721
|
S3Prefix?: String;
|
|
7697
7722
|
/**
|
|
7698
|
-
* An
|
|
7723
|
+
* An Amazon Web Services Identity and Access Management (IAM) role to allow Amazon RDS to access your Amazon S3 bucket.
|
|
7699
7724
|
*/
|
|
7700
7725
|
S3IngestionRoleArn: String;
|
|
7701
7726
|
/**
|
|
@@ -7703,7 +7728,7 @@ declare namespace RDS {
|
|
|
7703
7728
|
*/
|
|
7704
7729
|
EnablePerformanceInsights?: BooleanOptional;
|
|
7705
7730
|
/**
|
|
7706
|
-
* The
|
|
7731
|
+
* The Amazon Web Services KMS key identifier for encryption of Performance Insights data. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK). If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default CMK. There is a default CMK for your Amazon Web Services account. Your Amazon Web Services account has a different default CMK for each Amazon Web Services Region.
|
|
7707
7732
|
*/
|
|
7708
7733
|
PerformanceInsightsKMSKeyId?: String;
|
|
7709
7734
|
/**
|
|
@@ -7752,7 +7777,7 @@ declare namespace RDS {
|
|
|
7752
7777
|
*/
|
|
7753
7778
|
UseLatestRestorableTime?: Boolean;
|
|
7754
7779
|
/**
|
|
7755
|
-
* The compute and memory capacity of the Amazon RDS DB instance, for example, db.m4.large. Not all DB instance classes are available in all
|
|
7780
|
+
* The compute and memory capacity of the Amazon RDS DB instance, for example, db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide. Default: The same DBInstanceClass as the original DB instance.
|
|
7756
7781
|
*/
|
|
7757
7782
|
DBInstanceClass?: String;
|
|
7758
7783
|
/**
|
|
@@ -7788,7 +7813,7 @@ declare namespace RDS {
|
|
|
7788
7813
|
*/
|
|
7789
7814
|
DBName?: String;
|
|
7790
7815
|
/**
|
|
7791
|
-
* The database engine to use for the new instance. Default: The same as source Constraint: Must be compatible with the engine of the source Valid Values: mariadb mysql oracle-ee oracle-
|
|
7816
|
+
* The database engine to use for the new instance. Default: The same as source Constraint: Must be compatible with the engine of the source Valid Values: mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
|
|
7792
7817
|
*/
|
|
7793
7818
|
Engine?: String;
|
|
7794
7819
|
/**
|
|
@@ -7829,7 +7854,7 @@ declare namespace RDS {
|
|
|
7829
7854
|
*/
|
|
7830
7855
|
DomainIAMRoleName?: String;
|
|
7831
7856
|
/**
|
|
7832
|
-
* A value that indicates whether to enable mapping of
|
|
7857
|
+
* A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
|
|
7833
7858
|
*/
|
|
7834
7859
|
EnableIAMDatabaseAuthentication?: BooleanOptional;
|
|
7835
7860
|
/**
|
|
@@ -7865,7 +7890,7 @@ declare namespace RDS {
|
|
|
7865
7890
|
*/
|
|
7866
7891
|
SourceDBInstanceAutomatedBackupsArn?: String;
|
|
7867
7892
|
/**
|
|
7868
|
-
* A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. For more information about RDS on Outposts, see Working with Amazon RDS on
|
|
7893
|
+
* A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide. For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.
|
|
7869
7894
|
*/
|
|
7870
7895
|
EnableCustomerOwnedIp?: BooleanOptional;
|
|
7871
7896
|
}
|
|
@@ -7900,7 +7925,7 @@ declare namespace RDS {
|
|
|
7900
7925
|
*/
|
|
7901
7926
|
EC2SecurityGroupId?: String;
|
|
7902
7927
|
/**
|
|
7903
|
-
* The
|
|
7928
|
+
* The Amazon Web Services account number of the owner of the EC2 security group specified in the EC2SecurityGroupName parameter. The Amazon Web Services access key ID isn't an acceptable value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.
|
|
7904
7929
|
*/
|
|
7905
7930
|
EC2SecurityGroupOwnerId?: String;
|
|
7906
7931
|
}
|
|
@@ -7921,7 +7946,7 @@ declare namespace RDS {
|
|
|
7921
7946
|
*/
|
|
7922
7947
|
AutoPause?: BooleanOptional;
|
|
7923
7948
|
/**
|
|
7924
|
-
* The time, in seconds, before an Aurora DB cluster in serverless mode is paused.
|
|
7949
|
+
* The time, in seconds, before an Aurora DB cluster in serverless mode is paused. Specify a value between 300 and 86,400 seconds.
|
|
7925
7950
|
*/
|
|
7926
7951
|
SecondsUntilAutoPause?: IntegerOptional;
|
|
7927
7952
|
/**
|
|
@@ -7954,19 +7979,19 @@ declare namespace RDS {
|
|
|
7954
7979
|
export type SourceIdsList = String[];
|
|
7955
7980
|
export interface SourceRegion {
|
|
7956
7981
|
/**
|
|
7957
|
-
* The name of the source
|
|
7982
|
+
* The name of the source Amazon Web Services Region.
|
|
7958
7983
|
*/
|
|
7959
7984
|
RegionName?: String;
|
|
7960
7985
|
/**
|
|
7961
|
-
* The endpoint for the source
|
|
7986
|
+
* The endpoint for the source Amazon Web Services Region endpoint.
|
|
7962
7987
|
*/
|
|
7963
7988
|
Endpoint?: String;
|
|
7964
7989
|
/**
|
|
7965
|
-
* The status of the source
|
|
7990
|
+
* The status of the source Amazon Web Services Region.
|
|
7966
7991
|
*/
|
|
7967
7992
|
Status?: String;
|
|
7968
7993
|
/**
|
|
7969
|
-
* Whether the source
|
|
7994
|
+
* Whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.
|
|
7970
7995
|
*/
|
|
7971
7996
|
SupportsDBInstanceAutomatedBackupsReplication?: Boolean;
|
|
7972
7997
|
}
|
|
@@ -7977,7 +8002,7 @@ declare namespace RDS {
|
|
|
7977
8002
|
*/
|
|
7978
8003
|
Marker?: String;
|
|
7979
8004
|
/**
|
|
7980
|
-
* A list of SourceRegion instances that contains each source
|
|
8005
|
+
* A list of SourceRegion instances that contains each source Amazon Web Services Region that the current Amazon Web Services Region can get a read replica or a DB snapshot from.
|
|
7981
8006
|
*/
|
|
7982
8007
|
SourceRegions?: SourceRegionList;
|
|
7983
8008
|
}
|
|
@@ -7992,17 +8017,21 @@ declare namespace RDS {
|
|
|
7992
8017
|
*/
|
|
7993
8018
|
Mode: ActivityStreamMode;
|
|
7994
8019
|
/**
|
|
7995
|
-
* The
|
|
8020
|
+
* The Amazon Web Services KMS key identifier for encrypting messages in the database activity stream. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).
|
|
7996
8021
|
*/
|
|
7997
8022
|
KmsKeyId: String;
|
|
7998
8023
|
/**
|
|
7999
8024
|
* Specifies whether or not the database activity stream is to start as soon as possible, regardless of the maintenance window for the database.
|
|
8000
8025
|
*/
|
|
8001
8026
|
ApplyImmediately?: BooleanOptional;
|
|
8027
|
+
/**
|
|
8028
|
+
* Specifies whether the database activity stream includes engine-native audit fields. This option only applies to an Oracle DB instance. By default, no engine-native audit fields are included.
|
|
8029
|
+
*/
|
|
8030
|
+
EngineNativeAuditFieldsIncluded?: BooleanOptional;
|
|
8002
8031
|
}
|
|
8003
8032
|
export interface StartActivityStreamResponse {
|
|
8004
8033
|
/**
|
|
8005
|
-
* The
|
|
8034
|
+
* The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
|
|
8006
8035
|
*/
|
|
8007
8036
|
KmsKeyId?: String;
|
|
8008
8037
|
/**
|
|
@@ -8021,6 +8050,10 @@ declare namespace RDS {
|
|
|
8021
8050
|
* Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.
|
|
8022
8051
|
*/
|
|
8023
8052
|
ApplyImmediately?: Boolean;
|
|
8053
|
+
/**
|
|
8054
|
+
* Indicates whether engine-native audit fields are included in the database activity stream.
|
|
8055
|
+
*/
|
|
8056
|
+
EngineNativeAuditFieldsIncluded?: BooleanOptional;
|
|
8024
8057
|
}
|
|
8025
8058
|
export interface StartDBClusterMessage {
|
|
8026
8059
|
/**
|
|
@@ -8041,11 +8074,11 @@ declare namespace RDS {
|
|
|
8041
8074
|
*/
|
|
8042
8075
|
BackupRetentionPeriod?: IntegerOptional;
|
|
8043
8076
|
/**
|
|
8044
|
-
* The
|
|
8077
|
+
* The Amazon Web Services KMS key identifier for encryption of the replicated automated backups. The KMS key ID is the Amazon Resource Name (ARN) for the KMS encryption key in the destination Amazon Web Services Region, for example, arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE.
|
|
8045
8078
|
*/
|
|
8046
8079
|
KmsKeyId?: String;
|
|
8047
8080
|
/**
|
|
8048
|
-
* A URL that contains a Signature Version 4 signed request for the StartDBInstanceAutomatedBackupsReplication action to be called in the
|
|
8081
|
+
* A URL that contains a Signature Version 4 signed request for the StartDBInstanceAutomatedBackupsReplication action to be called in the Amazon Web Services Region of the source DB instance. The presigned URL must be a valid request for the StartDBInstanceAutomatedBackupsReplication API action that can be executed in the Amazon Web Services Region that contains the source DB instance.
|
|
8049
8082
|
*/
|
|
8050
8083
|
PreSignedUrl?: String;
|
|
8051
8084
|
}
|
|
@@ -8079,7 +8112,7 @@ declare namespace RDS {
|
|
|
8079
8112
|
*/
|
|
8080
8113
|
IamRoleArn: String;
|
|
8081
8114
|
/**
|
|
8082
|
-
* The ID of the
|
|
8115
|
+
* The ID of the Amazon Web Services KMS customer master key (CMK) to use to encrypt the snapshot exported to Amazon S3. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK). The caller of this operation must be authorized to execute the following operations. These can be set in the Amazon Web Services KMS key policy: GrantOperation.Encrypt GrantOperation.Decrypt GrantOperation.GenerateDataKey GrantOperation.GenerateDataKeyWithoutPlaintext GrantOperation.ReEncryptFrom GrantOperation.ReEncryptTo GrantOperation.CreateGrant GrantOperation.DescribeKey GrantOperation.RetireGrant
|
|
8083
8116
|
*/
|
|
8084
8117
|
KmsKeyId: String;
|
|
8085
8118
|
/**
|
|
@@ -8103,7 +8136,7 @@ declare namespace RDS {
|
|
|
8103
8136
|
}
|
|
8104
8137
|
export interface StopActivityStreamResponse {
|
|
8105
8138
|
/**
|
|
8106
|
-
* The
|
|
8139
|
+
* The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).
|
|
8107
8140
|
*/
|
|
8108
8141
|
KmsKeyId?: String;
|
|
8109
8142
|
/**
|
|
@@ -8156,7 +8189,7 @@ declare namespace RDS {
|
|
|
8156
8189
|
SubnetIdentifier?: String;
|
|
8157
8190
|
SubnetAvailabilityZone?: AvailabilityZone;
|
|
8158
8191
|
/**
|
|
8159
|
-
* If the subnet is associated with an Outpost, this value specifies the Outpost. For more information about RDS on Outposts, see Amazon RDS on
|
|
8192
|
+
* If the subnet is associated with an Outpost, this value specifies the Outpost. For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
|
|
8160
8193
|
*/
|
|
8161
8194
|
SubnetOutpost?: Outpost;
|
|
8162
8195
|
/**
|
|
@@ -8171,11 +8204,11 @@ declare namespace RDS {
|
|
|
8171
8204
|
export type TStamp = Date;
|
|
8172
8205
|
export interface Tag {
|
|
8173
8206
|
/**
|
|
8174
|
-
* A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with
|
|
8207
|
+
* A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with aws: or rds:. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$").
|
|
8175
8208
|
*/
|
|
8176
8209
|
Key?: String;
|
|
8177
8210
|
/**
|
|
8178
|
-
* A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with
|
|
8211
|
+
* A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with aws: or rds:. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$").
|
|
8179
8212
|
*/
|
|
8180
8213
|
Value?: String;
|
|
8181
8214
|
}
|
|
@@ -8264,7 +8297,7 @@ declare namespace RDS {
|
|
|
8264
8297
|
*/
|
|
8265
8298
|
SecretArn?: String;
|
|
8266
8299
|
/**
|
|
8267
|
-
* Whether to require or disallow
|
|
8300
|
+
* Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.
|
|
8268
8301
|
*/
|
|
8269
8302
|
IAMAuth?: IAMAuthMode;
|
|
8270
8303
|
}
|
|
@@ -8286,7 +8319,7 @@ declare namespace RDS {
|
|
|
8286
8319
|
*/
|
|
8287
8320
|
SecretArn?: String;
|
|
8288
8321
|
/**
|
|
8289
|
-
* Whether to require or disallow
|
|
8322
|
+
* Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.
|
|
8290
8323
|
*/
|
|
8291
8324
|
IAMAuth?: IAMAuthMode;
|
|
8292
8325
|
}
|
|
@@ -8348,7 +8381,7 @@ declare namespace RDS {
|
|
|
8348
8381
|
*/
|
|
8349
8382
|
VpnTunnelOriginatorIP?: String;
|
|
8350
8383
|
/**
|
|
8351
|
-
* The IP address of network traffic from
|
|
8384
|
+
* The IP address of network traffic from Amazon Web Services to your on-premises data center.
|
|
8352
8385
|
*/
|
|
8353
8386
|
VpnGatewayIp?: String;
|
|
8354
8387
|
/**
|