@aws-sdk/client-rds 3.40.0 → 3.45.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 +44 -0
- package/dist-cjs/RDS.js +15 -0
- package/dist-cjs/commands/RebootDBClusterCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoints.js +10 -1
- package/dist-cjs/models/models_1.js +14 -2
- package/dist-cjs/protocols/Aws_query.js +248 -4
- package/dist-es/RDS.js +15 -0
- package/dist-es/commands/RebootDBClusterCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoints.js +10 -1
- package/dist-es/models/models_1.js +8 -0
- package/dist-es/protocols/Aws_query.js +250 -0
- package/dist-types/RDS.d.ts +199 -118
- package/dist-types/RDSClient.d.ts +3 -2
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +2 -7
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +2 -2
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +1 -4
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +12 -8
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +6 -10
- package/dist-types/commands/CreateDBClusterCommand.d.ts +12 -9
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +4 -4
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +12 -6
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +9 -5
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +7 -4
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +7 -3
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +7 -3
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +7 -3
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +7 -3
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -4
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +8 -4
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +10 -5
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +17 -9
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +2 -2
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +12 -8
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +10 -6
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -4
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +1 -1
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -4
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RebootDBClusterCommand.d.ts +52 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +12 -5
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +8 -5
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +2 -2
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +9 -6
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +9 -5
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -1
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StartDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StartDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StopDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +477 -170
- package/dist-types/models/models_1.d.ts +670 -122
- package/dist-types/protocols/Aws_query.d.ts +3 -0
- package/dist-types/ts3.4/RDS.d.ts +5 -0
- package/dist-types/ts3.4/RDSClient.d.ts +3 -2
- package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +50 -0
- package/dist-types/ts3.4/models/models_1.d.ts +58 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +3 -0
- package/package.json +7 -7
|
@@ -156,7 +156,7 @@ export interface AddRoleToDBClusterMessage {
|
|
|
156
156
|
DBClusterIdentifier: string | undefined;
|
|
157
157
|
/**
|
|
158
158
|
* <p>The Amazon Resource Name (ARN) of the IAM role to associate with the Aurora DB
|
|
159
|
-
* cluster, for example
|
|
159
|
+
* cluster, for example <code>arn:aws:iam::123456789012:role/AuroraAccessRole</code>.</p>
|
|
160
160
|
*/
|
|
161
161
|
RoleArn: string | undefined;
|
|
162
162
|
/**
|
|
@@ -2143,6 +2143,10 @@ export interface DBSnapshot {
|
|
|
2143
2143
|
* <p>Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC). Doesn't change when the snapshot is copied.</p>
|
|
2144
2144
|
*/
|
|
2145
2145
|
OriginalSnapshotCreateTime?: Date;
|
|
2146
|
+
/**
|
|
2147
|
+
* <p>Specifies where manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.</p>
|
|
2148
|
+
*/
|
|
2149
|
+
SnapshotTarget?: string;
|
|
2146
2150
|
}
|
|
2147
2151
|
export declare namespace DBSnapshot {
|
|
2148
2152
|
/**
|
|
@@ -3075,11 +3079,12 @@ export declare namespace ScalingConfiguration {
|
|
|
3075
3079
|
*/
|
|
3076
3080
|
export interface CreateDBClusterMessage {
|
|
3077
3081
|
/**
|
|
3078
|
-
* <p>A list of Availability Zones (AZs) where instances in the DB cluster can be created.
|
|
3079
|
-
*
|
|
3080
|
-
*
|
|
3081
|
-
*
|
|
3082
|
-
*
|
|
3082
|
+
* <p>A list of Availability Zones (AZs) where DB instances in the DB cluster can be created.
|
|
3083
|
+
* </p>
|
|
3084
|
+
* <p>For information on Amazon Web Services Regions and Availability Zones, see
|
|
3085
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html">Choosing the Regions and
|
|
3086
|
+
* Availability Zones</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
3087
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3083
3088
|
*/
|
|
3084
3089
|
AvailabilityZones?: string[];
|
|
3085
3090
|
/**
|
|
@@ -3091,16 +3096,19 @@ export interface CreateDBClusterMessage {
|
|
|
3091
3096
|
* <p>Must be a value from 1 to 35</p>
|
|
3092
3097
|
* </li>
|
|
3093
3098
|
* </ul>
|
|
3099
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3094
3100
|
*/
|
|
3095
3101
|
BackupRetentionPeriod?: number;
|
|
3096
3102
|
/**
|
|
3097
3103
|
* <p>A value that indicates that the DB cluster should be associated with the specified CharacterSet.</p>
|
|
3104
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3098
3105
|
*/
|
|
3099
3106
|
CharacterSetName?: string;
|
|
3100
3107
|
/**
|
|
3101
3108
|
* <p>The name for your database of up to 64 alphanumeric characters. If you do not
|
|
3102
3109
|
* provide a name, Amazon RDS doesn't create a database in the DB cluster you are
|
|
3103
3110
|
* creating.</p>
|
|
3111
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3104
3112
|
*/
|
|
3105
3113
|
DatabaseName?: string;
|
|
3106
3114
|
/**
|
|
@@ -3119,6 +3127,7 @@ export interface CreateDBClusterMessage {
|
|
|
3119
3127
|
* </ul>
|
|
3120
3128
|
* <p>Example: <code>my-cluster1</code>
|
|
3121
3129
|
* </p>
|
|
3130
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3122
3131
|
*/
|
|
3123
3132
|
DBClusterIdentifier: string | undefined;
|
|
3124
3133
|
/**
|
|
@@ -3133,56 +3142,124 @@ export interface CreateDBClusterMessage {
|
|
|
3133
3142
|
* <p>If supplied, must match the name of an existing DB cluster parameter group.</p>
|
|
3134
3143
|
* </li>
|
|
3135
3144
|
* </ul>
|
|
3145
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3136
3146
|
*/
|
|
3137
3147
|
DBClusterParameterGroupName?: string;
|
|
3138
3148
|
/**
|
|
3139
3149
|
* <p>A list of EC2 VPC security groups to associate with this DB cluster.</p>
|
|
3150
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3140
3151
|
*/
|
|
3141
3152
|
VpcSecurityGroupIds?: string[];
|
|
3142
3153
|
/**
|
|
3143
3154
|
* <p>A DB subnet group to associate with this DB cluster.</p>
|
|
3155
|
+
* <p>This setting is required to create a Multi-AZ DB cluster.</p>
|
|
3144
3156
|
* <p>Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.</p>
|
|
3145
3157
|
* <p>Example: <code>mySubnetgroup</code>
|
|
3146
3158
|
* </p>
|
|
3159
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3147
3160
|
*/
|
|
3148
3161
|
DBSubnetGroupName?: string;
|
|
3149
3162
|
/**
|
|
3150
3163
|
* <p>The name of the database engine to be used for this DB cluster.</p>
|
|
3151
|
-
* <p>Valid Values
|
|
3152
|
-
*
|
|
3164
|
+
* <p>Valid Values:</p>
|
|
3165
|
+
* <ul>
|
|
3166
|
+
* <li>
|
|
3167
|
+
* <p>
|
|
3168
|
+
* <code>aurora</code> (for MySQL 5.6-compatible Aurora)</p>
|
|
3169
|
+
* </li>
|
|
3170
|
+
* <li>
|
|
3171
|
+
* <p>
|
|
3172
|
+
* <code>aurora-mysql</code> (for MySQL 5.7-compatible Aurora)</p>
|
|
3173
|
+
* </li>
|
|
3174
|
+
* <li>
|
|
3175
|
+
* <p>
|
|
3176
|
+
* <code>aurora-postgresql</code>
|
|
3177
|
+
* </p>
|
|
3178
|
+
* </li>
|
|
3179
|
+
* <li>
|
|
3180
|
+
* <p>
|
|
3181
|
+
* <code>mysql</code>
|
|
3182
|
+
* </p>
|
|
3183
|
+
* </li>
|
|
3184
|
+
* <li>
|
|
3185
|
+
* <p>
|
|
3186
|
+
* <code>postgres</code>
|
|
3187
|
+
* </p>
|
|
3188
|
+
* </li>
|
|
3189
|
+
* </ul>
|
|
3190
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3153
3191
|
*/
|
|
3154
3192
|
Engine: string | undefined;
|
|
3155
3193
|
/**
|
|
3156
3194
|
* <p>The version number of the database engine to use.</p>
|
|
3157
|
-
* <p>To list all of the available engine versions for
|
|
3195
|
+
* <p>To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command:</p>
|
|
3158
3196
|
* <p>
|
|
3159
3197
|
* <code>aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion"</code>
|
|
3160
3198
|
* </p>
|
|
3161
|
-
* <p>To list all of the available engine versions for
|
|
3199
|
+
* <p>To list all of the available engine versions for MySQL 5.7-compatible Aurora, use the following command:</p>
|
|
3162
3200
|
* <p>
|
|
3163
3201
|
* <code>aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"</code>
|
|
3164
3202
|
* </p>
|
|
3165
|
-
* <p>To list all of the available engine versions for
|
|
3203
|
+
* <p>To list all of the available engine versions for Aurora PostgreSQL, use the following command:</p>
|
|
3166
3204
|
* <p>
|
|
3167
3205
|
* <code>aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"</code>
|
|
3168
3206
|
* </p>
|
|
3207
|
+
* <p>To list all of the available engine versions for RDS for MySQL, use the following command:</p>
|
|
3208
|
+
* <p>
|
|
3209
|
+
* <code>aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion"</code>
|
|
3210
|
+
* </p>
|
|
3211
|
+
* <p>To list all of the available engine versions for RDS for PostgreSQL, use the following command:</p>
|
|
3212
|
+
* <p>
|
|
3213
|
+
* <code>aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion"</code>
|
|
3214
|
+
* </p>
|
|
3169
3215
|
* <p>
|
|
3170
3216
|
* <b>Aurora MySQL</b>
|
|
3171
3217
|
* </p>
|
|
3172
|
-
* <p>
|
|
3218
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html">MySQL on Amazon RDS Versions</a> in the
|
|
3219
|
+
* <i>Amazon Aurora User Guide.</i>
|
|
3173
3220
|
* </p>
|
|
3174
3221
|
* <p>
|
|
3175
3222
|
* <b>Aurora PostgreSQL</b>
|
|
3176
3223
|
* </p>
|
|
3177
|
-
* <p>
|
|
3224
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.20180305.html">Amazon Aurora PostgreSQL releases and engine versions</a> in the
|
|
3225
|
+
* <i>Amazon Aurora User Guide.</i>
|
|
3178
3226
|
* </p>
|
|
3227
|
+
* <p>
|
|
3228
|
+
* <b>MySQL</b>
|
|
3229
|
+
* </p>
|
|
3230
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt">MySQL on Amazon RDS Versions</a> in the
|
|
3231
|
+
* <i>Amazon RDS User Guide.</i>
|
|
3232
|
+
* </p>
|
|
3233
|
+
* <p>
|
|
3234
|
+
* <b>PostgreSQL</b>
|
|
3235
|
+
* </p>
|
|
3236
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts">Amazon RDS for PostgreSQL versions and extensions</a> in the
|
|
3237
|
+
* <i>Amazon RDS User Guide.</i>
|
|
3238
|
+
* </p>
|
|
3239
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3179
3240
|
*/
|
|
3180
3241
|
EngineVersion?: string;
|
|
3181
3242
|
/**
|
|
3182
3243
|
* <p>The port number on which the instances in the DB cluster accept connections.</p>
|
|
3183
3244
|
* <p>
|
|
3184
|
-
*
|
|
3185
|
-
*
|
|
3245
|
+
* <b>RDS for MySQL and Aurora MySQL</b>
|
|
3246
|
+
* </p>
|
|
3247
|
+
* <p>
|
|
3248
|
+
* Default: <code>3306</code>
|
|
3249
|
+
* </p>
|
|
3250
|
+
* <p>
|
|
3251
|
+
* Valid values: <code>1150-65535</code>
|
|
3252
|
+
* </p>
|
|
3253
|
+
* <p>
|
|
3254
|
+
* <b>RDS for PostgreSQL and Aurora PostgreSQL</b>
|
|
3255
|
+
* </p>
|
|
3256
|
+
* <p>
|
|
3257
|
+
* Default: <code>5432</code>
|
|
3258
|
+
* </p>
|
|
3259
|
+
* <p>
|
|
3260
|
+
* Valid values: <code>1150-65535</code>
|
|
3261
|
+
* </p>
|
|
3262
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3186
3263
|
*/
|
|
3187
3264
|
Port?: number;
|
|
3188
3265
|
/**
|
|
@@ -3199,16 +3276,18 @@ export interface CreateDBClusterMessage {
|
|
|
3199
3276
|
* <p>Can't be a reserved word for the chosen database engine.</p>
|
|
3200
3277
|
* </li>
|
|
3201
3278
|
* </ul>
|
|
3279
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3202
3280
|
*/
|
|
3203
3281
|
MasterUsername?: string;
|
|
3204
3282
|
/**
|
|
3205
3283
|
* <p>The password for the master database user. This password can contain any printable ASCII character except "/", """, or "@".</p>
|
|
3206
3284
|
* <p>Constraints: Must contain from 8 to 41 characters.</p>
|
|
3285
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3207
3286
|
*/
|
|
3208
3287
|
MasterUserPassword?: string;
|
|
3209
3288
|
/**
|
|
3210
3289
|
* <p>A value that indicates that the DB cluster should be associated with the specified option group.</p>
|
|
3211
|
-
* <p>
|
|
3290
|
+
* <p>DB clusters are associated with a default option group that can't be modified.</p>
|
|
3212
3291
|
*/
|
|
3213
3292
|
OptionGroupName?: string;
|
|
3214
3293
|
/**
|
|
@@ -3237,6 +3316,7 @@ export interface CreateDBClusterMessage {
|
|
|
3237
3316
|
* <p>Must be at least 30 minutes.</p>
|
|
3238
3317
|
* </li>
|
|
3239
3318
|
* </ul>
|
|
3319
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3240
3320
|
*/
|
|
3241
3321
|
PreferredBackupWindow?: string;
|
|
3242
3322
|
/**
|
|
@@ -3251,19 +3331,23 @@ export interface CreateDBClusterMessage {
|
|
|
3251
3331
|
* </p>
|
|
3252
3332
|
* <p>Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.</p>
|
|
3253
3333
|
* <p>Constraints: Minimum 30-minute window.</p>
|
|
3334
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3254
3335
|
*/
|
|
3255
3336
|
PreferredMaintenanceWindow?: string;
|
|
3256
3337
|
/**
|
|
3257
3338
|
* <p>The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB
|
|
3258
3339
|
* cluster is created as a read replica.</p>
|
|
3340
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3259
3341
|
*/
|
|
3260
3342
|
ReplicationSourceIdentifier?: string;
|
|
3261
3343
|
/**
|
|
3262
3344
|
* <p>Tags to assign to the DB cluster.</p>
|
|
3345
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3263
3346
|
*/
|
|
3264
3347
|
Tags?: Tag[];
|
|
3265
3348
|
/**
|
|
3266
3349
|
* <p>A value that indicates whether the DB cluster is encrypted.</p>
|
|
3350
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3267
3351
|
*/
|
|
3268
3352
|
StorageEncrypted?: boolean;
|
|
3269
3353
|
/**
|
|
@@ -3288,13 +3372,13 @@ export interface CreateDBClusterMessage {
|
|
|
3288
3372
|
* <p>If you create a read replica of an encrypted DB cluster in another Amazon Web Services Region, you
|
|
3289
3373
|
* must set <code>KmsKeyId</code> to a KMS key identifier that is valid in the destination Amazon Web Services
|
|
3290
3374
|
* Region. This KMS key is used to encrypt the read replica in that Amazon Web Services Region.</p>
|
|
3375
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3291
3376
|
*/
|
|
3292
3377
|
KmsKeyId?: string;
|
|
3293
3378
|
/**
|
|
3294
3379
|
* <p>A URL that contains a Signature Version 4 signed request for
|
|
3295
3380
|
* the <code>CreateDBCluster</code> action to be called in the source Amazon Web Services Region where the DB cluster is replicated from.
|
|
3296
|
-
*
|
|
3297
|
-
*
|
|
3381
|
+
* Specify <code>PreSignedUrl</code> only when you are performing cross-Region replication from an encrypted DB cluster.</p>
|
|
3298
3382
|
* <p>The pre-signed URL must be a valid request for the <code>CreateDBCluster</code> API action
|
|
3299
3383
|
* that can be executed in the source Amazon Web Services Region that contains the encrypted DB cluster to be copied.</p>
|
|
3300
3384
|
* <p>The pre-signed URL request must contain the following parameter values:</p>
|
|
@@ -3318,7 +3402,6 @@ export interface CreateDBClusterMessage {
|
|
|
3318
3402
|
* Example: <code>arn:aws:rds:us-west-2:123456789012:cluster:aurora-cluster1</code>.</p>
|
|
3319
3403
|
* </li>
|
|
3320
3404
|
* </ul>
|
|
3321
|
-
*
|
|
3322
3405
|
* <p>To learn how to generate a Signature Version 4 signed request, see
|
|
3323
3406
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html">
|
|
3324
3407
|
* Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4)</a> and
|
|
@@ -3329,24 +3412,24 @@ export interface CreateDBClusterMessage {
|
|
|
3329
3412
|
* instead of specifying <code>PreSignedUrl</code> manually. Specifying <code>SourceRegion</code> autogenerates a pre-signed URL that is a valid
|
|
3330
3413
|
* request for the operation that can be executed in the source Amazon Web Services Region.</p>
|
|
3331
3414
|
* </note>
|
|
3415
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3332
3416
|
*/
|
|
3333
3417
|
PreSignedUrl?: string;
|
|
3334
3418
|
/**
|
|
3335
3419
|
* <p>A value that indicates whether to enable mapping of Amazon Web Services Identity and Access
|
|
3336
|
-
* Management (IAM) accounts to database accounts. By default, mapping
|
|
3337
|
-
*
|
|
3420
|
+
* Management (IAM) accounts to database accounts. By default, mapping isn't
|
|
3421
|
+
* enabled.</p>
|
|
3338
3422
|
* <p>For more information, see
|
|
3339
3423
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html">
|
|
3340
3424
|
* IAM Database Authentication</a> in the <i>Amazon Aurora User Guide.</i>
|
|
3341
3425
|
* </p>
|
|
3426
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3342
3427
|
*/
|
|
3343
3428
|
EnableIAMDatabaseAuthentication?: boolean;
|
|
3344
3429
|
/**
|
|
3345
3430
|
* <p>The target backtrack window, in seconds. To disable backtracking, set this value to
|
|
3346
3431
|
* 0. </p>
|
|
3347
|
-
*
|
|
3348
|
-
* <p>Currently, Backtrack is only supported for Aurora MySQL DB clusters.</p>
|
|
3349
|
-
* </note>
|
|
3432
|
+
*
|
|
3350
3433
|
* <p>Default: 0</p>
|
|
3351
3434
|
* <p>Constraints:</p>
|
|
3352
3435
|
* <ul>
|
|
@@ -3354,6 +3437,7 @@ export interface CreateDBClusterMessage {
|
|
|
3354
3437
|
* <p>If specified, this value must be set to a number from 0 to 259,200 (72 hours).</p>
|
|
3355
3438
|
* </li>
|
|
3356
3439
|
* </ul>
|
|
3440
|
+
* <p>Valid for: Aurora MySQL DB clusters only</p>
|
|
3357
3441
|
*/
|
|
3358
3442
|
BacktrackWindow?: number;
|
|
3359
3443
|
/**
|
|
@@ -3363,13 +3447,12 @@ export interface CreateDBClusterMessage {
|
|
|
3363
3447
|
* <p>
|
|
3364
3448
|
* <b>Aurora MySQL</b>
|
|
3365
3449
|
* </p>
|
|
3366
|
-
* <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code
|
|
3367
|
-
* </p>
|
|
3450
|
+
* <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>.</p>
|
|
3368
3451
|
* <p>
|
|
3369
3452
|
* <b>Aurora PostgreSQL</b>
|
|
3370
3453
|
* </p>
|
|
3371
|
-
* <p>Possible value is <code>postgresql</code
|
|
3372
|
-
* </p>
|
|
3454
|
+
* <p>Possible value is <code>postgresql</code>.</p>
|
|
3455
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3373
3456
|
*/
|
|
3374
3457
|
EnableCloudwatchLogsExports?: string[];
|
|
3375
3458
|
/**
|
|
@@ -3410,23 +3493,27 @@ export interface CreateDBClusterMessage {
|
|
|
3410
3493
|
* </p>
|
|
3411
3494
|
* </li>
|
|
3412
3495
|
* </ul>
|
|
3496
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3413
3497
|
*/
|
|
3414
3498
|
EngineMode?: string;
|
|
3415
3499
|
/**
|
|
3416
3500
|
* <p>For DB clusters in <code>serverless</code> DB engine mode, the scaling properties of the DB cluster.</p>
|
|
3501
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3417
3502
|
*/
|
|
3418
3503
|
ScalingConfiguration?: ScalingConfiguration;
|
|
3419
3504
|
/**
|
|
3420
3505
|
* <p>A value that indicates whether the DB cluster has deletion protection enabled.
|
|
3421
3506
|
* The database can't be deleted when deletion protection is enabled. By default,
|
|
3422
|
-
* deletion protection
|
|
3507
|
+
* deletion protection isn't enabled.</p>
|
|
3508
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3423
3509
|
*/
|
|
3424
3510
|
DeletionProtection?: boolean;
|
|
3425
3511
|
/**
|
|
3426
3512
|
* <p>
|
|
3427
|
-
*
|
|
3428
|
-
*
|
|
3429
|
-
*
|
|
3513
|
+
* The global cluster ID of an Aurora cluster that becomes the primary cluster
|
|
3514
|
+
* in the new global database cluster.
|
|
3515
|
+
* </p>
|
|
3516
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3430
3517
|
*/
|
|
3431
3518
|
GlobalClusterIdentifier?: string;
|
|
3432
3519
|
/**
|
|
@@ -3437,24 +3524,27 @@ export interface CreateDBClusterMessage {
|
|
|
3437
3524
|
* from inside the RDS console with the query editor.</p>
|
|
3438
3525
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html">Using the Data API for Aurora Serverless</a> in the
|
|
3439
3526
|
* <i>Amazon Aurora User Guide</i>.</p>
|
|
3527
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3440
3528
|
*/
|
|
3441
3529
|
EnableHttpEndpoint?: boolean;
|
|
3442
3530
|
/**
|
|
3443
3531
|
* <p>A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster.
|
|
3444
3532
|
* The default is not to copy them.</p>
|
|
3533
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3445
3534
|
*/
|
|
3446
3535
|
CopyTagsToSnapshot?: boolean;
|
|
3447
3536
|
/**
|
|
3448
3537
|
* <p>The Active Directory directory ID to create the DB cluster in.</p>
|
|
3449
3538
|
* <p>
|
|
3450
|
-
* For Amazon Aurora DB clusters, Amazon RDS can use Kerberos
|
|
3451
|
-
*
|
|
3452
|
-
*
|
|
3453
|
-
*
|
|
3539
|
+
* For Amazon Aurora DB clusters, Amazon RDS can use Kerberos authentication to authenticate users that connect to the DB cluster.</p>
|
|
3540
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/kerberos-authentication.html">Kerberos authentication</a>
|
|
3541
|
+
* in the <i>Amazon Aurora User Guide</i>.</p>
|
|
3542
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3454
3543
|
*/
|
|
3455
3544
|
Domain?: string;
|
|
3456
3545
|
/**
|
|
3457
3546
|
* <p>Specify the name of the IAM role to be used when making API calls to the Directory Service.</p>
|
|
3547
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3458
3548
|
*/
|
|
3459
3549
|
DomainIAMRoleName?: string;
|
|
3460
3550
|
/**
|
|
@@ -3466,8 +3556,130 @@ export interface CreateDBClusterMessage {
|
|
|
3466
3556
|
* this cluster. For the primary DB cluster of an Aurora global database, this value is used immediately if the
|
|
3467
3557
|
* primary is demoted by the <a>FailoverGlobalCluster</a> API operation, but it does nothing until then.
|
|
3468
3558
|
* </p>
|
|
3559
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3469
3560
|
*/
|
|
3470
3561
|
EnableGlobalWriteForwarding?: boolean;
|
|
3562
|
+
/**
|
|
3563
|
+
* <p>The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge.
|
|
3564
|
+
* Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.</p>
|
|
3565
|
+
* <p>For the full list of DB instance classes and availability for your engine, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html">DB instance class</a> in the <i>Amazon RDS User Guide.</i>
|
|
3566
|
+
* </p>
|
|
3567
|
+
* <p>This setting is required to create a Multi-AZ DB cluster.</p>
|
|
3568
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3569
|
+
*/
|
|
3570
|
+
DBClusterInstanceClass?: string;
|
|
3571
|
+
/**
|
|
3572
|
+
* <p>The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.</p>
|
|
3573
|
+
* <p>This setting is required to create a Multi-AZ DB cluster.</p>
|
|
3574
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3575
|
+
*/
|
|
3576
|
+
AllocatedStorage?: number;
|
|
3577
|
+
/**
|
|
3578
|
+
* <p>Specifies the storage type to be associated with the DB cluster.</p>
|
|
3579
|
+
* <p>This setting is required to create a Multi-AZ DB cluster.</p>
|
|
3580
|
+
* <p>
|
|
3581
|
+
* Valid values: <code>standard | gp2 | io1</code>
|
|
3582
|
+
* </p>
|
|
3583
|
+
* <p>
|
|
3584
|
+
* If you specify <code>io1</code>, also include a value for the
|
|
3585
|
+
* <code>Iops</code> parameter.
|
|
3586
|
+
* </p>
|
|
3587
|
+
* <p>
|
|
3588
|
+
* Default: <code>io1</code> if the <code>Iops</code> parameter
|
|
3589
|
+
* is specified, otherwise <code>gp2</code>
|
|
3590
|
+
* </p>
|
|
3591
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3592
|
+
*/
|
|
3593
|
+
StorageType?: string;
|
|
3594
|
+
/**
|
|
3595
|
+
* <p>The amount of Provisioned IOPS (input/output operations per second) to be initially allocated
|
|
3596
|
+
* for each DB instance in the Multi-AZ DB cluster.</p>
|
|
3597
|
+
* <p>For information about valid <code>Iops</code> values, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS">Amazon RDS Provisioned IOPS storage to improve performance</a> in the <i>Amazon RDS User Guide</i>.
|
|
3598
|
+
* </p>
|
|
3599
|
+
* <p>This setting is required to create a Multi-AZ DB cluster.</p>
|
|
3600
|
+
* <p>Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB cluster.</p>
|
|
3601
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3602
|
+
*/
|
|
3603
|
+
Iops?: number;
|
|
3604
|
+
/**
|
|
3605
|
+
* <p>A value that indicates whether the DB cluster is publicly accessible.</p>
|
|
3606
|
+
* <p>When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint
|
|
3607
|
+
* resolves to the private IP address from within the DB cluster's virtual private cloud
|
|
3608
|
+
* (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access
|
|
3609
|
+
* to the DB cluster is ultimately controlled by the security group it uses. That public
|
|
3610
|
+
* access isn't permitted if the security group assigned to the DB cluster doesn't permit
|
|
3611
|
+
* it.</p>
|
|
3612
|
+
* <p>When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.</p>
|
|
3613
|
+
* <p>Default: The default behavior varies depending on whether <code>DBSubnetGroupName</code> is specified.</p>
|
|
3614
|
+
* <p>If <code>DBSubnetGroupName</code> isn't specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p>
|
|
3615
|
+
* <ul>
|
|
3616
|
+
* <li>
|
|
3617
|
+
* <p>If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private.</p>
|
|
3618
|
+
* </li>
|
|
3619
|
+
* <li>
|
|
3620
|
+
* <p>If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public.</p>
|
|
3621
|
+
* </li>
|
|
3622
|
+
* </ul>
|
|
3623
|
+
* <p>If <code>DBSubnetGroupName</code> is specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p>
|
|
3624
|
+
* <ul>
|
|
3625
|
+
* <li>
|
|
3626
|
+
* <p>If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private.</p>
|
|
3627
|
+
* </li>
|
|
3628
|
+
* <li>
|
|
3629
|
+
* <p>If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.</p>
|
|
3630
|
+
* </li>
|
|
3631
|
+
* </ul>
|
|
3632
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3633
|
+
*/
|
|
3634
|
+
PubliclyAccessible?: boolean;
|
|
3635
|
+
/**
|
|
3636
|
+
* <p>A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window.
|
|
3637
|
+
* By default, minor engine upgrades are applied automatically.</p>
|
|
3638
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3639
|
+
*/
|
|
3640
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
3641
|
+
/**
|
|
3642
|
+
* <p>The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off
|
|
3643
|
+
* collecting Enhanced Monitoring metrics, specify 0. The default is 0.</p>
|
|
3644
|
+
* <p>If <code>MonitoringRoleArn</code> is specified, also set <code>MonitoringInterval</code>
|
|
3645
|
+
* to a value other than 0.</p>
|
|
3646
|
+
* <p>Valid Values: <code>0, 1, 5, 10, 15, 30, 60</code>
|
|
3647
|
+
* </p>
|
|
3648
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3649
|
+
*/
|
|
3650
|
+
MonitoringInterval?: number;
|
|
3651
|
+
/**
|
|
3652
|
+
* <p>The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
|
|
3653
|
+
* An example is <code>arn:aws:iam:123456789012:role/emaccess</code>. For information on creating a monitoring role,
|
|
3654
|
+
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling">Setting
|
|
3655
|
+
* up and enabling Enhanced Monitoring</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
3656
|
+
* <p>If <code>MonitoringInterval</code> is set to a value other than 0, supply a <code>MonitoringRoleArn</code> value.</p>
|
|
3657
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3658
|
+
*/
|
|
3659
|
+
MonitoringRoleArn?: string;
|
|
3660
|
+
/**
|
|
3661
|
+
* <p>A value that indicates whether to turn on Performance Insights for the DB cluster.
|
|
3662
|
+
* </p>
|
|
3663
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html">
|
|
3664
|
+
* Using Amazon Performance Insights</a> in the <i>Amazon RDS User Guide</i>.
|
|
3665
|
+
* </p>
|
|
3666
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3667
|
+
*/
|
|
3668
|
+
EnablePerformanceInsights?: boolean;
|
|
3669
|
+
/**
|
|
3670
|
+
* <p>The Amazon Web Services KMS key identifier for encryption of Performance Insights data.</p>
|
|
3671
|
+
* <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
|
|
3672
|
+
* <p>If you don't specify a value for <code>PerformanceInsightsKMSKeyId</code>, then Amazon RDS
|
|
3673
|
+
* uses your default KMS key. There is a default KMS key for your Amazon Web Services account.
|
|
3674
|
+
* Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.</p>
|
|
3675
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3676
|
+
*/
|
|
3677
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
3678
|
+
/**
|
|
3679
|
+
* <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p>
|
|
3680
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3681
|
+
*/
|
|
3682
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
3471
3683
|
}
|
|
3472
3684
|
export declare namespace CreateDBClusterMessage {
|
|
3473
3685
|
/**
|
|
@@ -3702,11 +3914,28 @@ export declare namespace ScalingConfigurationInfo {
|
|
|
3702
3914
|
const filterSensitiveLog: (obj: ScalingConfigurationInfo) => any;
|
|
3703
3915
|
}
|
|
3704
3916
|
/**
|
|
3705
|
-
* <p>Contains the details of an Amazon Aurora DB cluster.
|
|
3706
|
-
* </p>
|
|
3707
|
-
* <p>This data type is used as a response element in the <code>DescribeDBClusters</code>,
|
|
3708
|
-
* <code>StopDBCluster</code>, and <code>StartDBCluster</code> actions.
|
|
3917
|
+
* <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.
|
|
3709
3918
|
* </p>
|
|
3919
|
+
* <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
|
|
3920
|
+
* <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
|
|
3921
|
+
* <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
|
|
3922
|
+
* <code>RestoreDBClusterFromS3</code>, <code>RestoreDBClusterFromSnapshot</code>,
|
|
3923
|
+
* <code>RestoreDBClusterToPointInTime</code>, <code>StartDBCluster</code>, and <code>StopDBCluster</code>.</p>
|
|
3924
|
+
* <p>For a Multi-AZ DB cluster, this data type is used as a response element in the operations
|
|
3925
|
+
* <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
|
|
3926
|
+
* <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>RebootDBCluster</code>,
|
|
3927
|
+
* <code>RestoreDBClusterFromSnapshot</code>, and <code>RestoreDBClusterToPointInTime</code>.</p>
|
|
3928
|
+
* <p>For more information on Amazon Aurora DB clusters, see
|
|
3929
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
3930
|
+
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
|
|
3931
|
+
* </p>
|
|
3932
|
+
* <p>For more information on Multi-AZ DB clusters, see
|
|
3933
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
3934
|
+
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
3935
|
+
* </p>
|
|
3936
|
+
* <note>
|
|
3937
|
+
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
3938
|
+
* </note>
|
|
3710
3939
|
*/
|
|
3711
3940
|
export interface DBCluster {
|
|
3712
3941
|
/**
|
|
@@ -3986,6 +4215,64 @@ export interface DBCluster {
|
|
|
3986
4215
|
* Specific changes are identified by subelements.</p>
|
|
3987
4216
|
*/
|
|
3988
4217
|
PendingModifiedValues?: ClusterPendingModifiedValues;
|
|
4218
|
+
/**
|
|
4219
|
+
* <p>The name of the compute and memory capacity class of the DB instance.</p>
|
|
4220
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4221
|
+
*/
|
|
4222
|
+
DBClusterInstanceClass?: string;
|
|
4223
|
+
/**
|
|
4224
|
+
* <p>The storage type associated with DB instance.</p>
|
|
4225
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4226
|
+
*/
|
|
4227
|
+
StorageType?: string;
|
|
4228
|
+
/**
|
|
4229
|
+
* <p>The Provisioned IOPS (I/O operations per second) value.</p>
|
|
4230
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4231
|
+
*/
|
|
4232
|
+
Iops?: number;
|
|
4233
|
+
/**
|
|
4234
|
+
* <p>Specifies the accessibility options for the DB instance.</p>
|
|
4235
|
+
* <p>When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private
|
|
4236
|
+
* IP address from within the DB instance's virtual private cloud (VPC).
|
|
4237
|
+
* It resolves to the public IP address from outside of the DB instance's VPC.
|
|
4238
|
+
* Access to the DB instance is ultimately controlled by the security group it uses.
|
|
4239
|
+
* That public access is not permitted if the security group assigned to the DB instance doesn't permit it.</p>
|
|
4240
|
+
* <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>
|
|
4241
|
+
* <p>For more information, see <a>CreateDBInstance</a>.</p>
|
|
4242
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4243
|
+
*/
|
|
4244
|
+
PubliclyAccessible?: boolean;
|
|
4245
|
+
/**
|
|
4246
|
+
* <p>A value that indicates that minor version patches are applied automatically.</p>
|
|
4247
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4248
|
+
*/
|
|
4249
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
4250
|
+
/**
|
|
4251
|
+
* <p>The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster.</p>
|
|
4252
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4253
|
+
*/
|
|
4254
|
+
MonitoringInterval?: number;
|
|
4255
|
+
/**
|
|
4256
|
+
* <p>The ARN for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.</p>
|
|
4257
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4258
|
+
*/
|
|
4259
|
+
MonitoringRoleArn?: string;
|
|
4260
|
+
/**
|
|
4261
|
+
* <p>True if Performance Insights is enabled for the DB cluster, and otherwise false.</p>
|
|
4262
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4263
|
+
*/
|
|
4264
|
+
PerformanceInsightsEnabled?: boolean;
|
|
4265
|
+
/**
|
|
4266
|
+
* <p>The Amazon Web Services KMS key identifier for encryption of Performance Insights data.</p>
|
|
4267
|
+
* <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
|
|
4268
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4269
|
+
*/
|
|
4270
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
4271
|
+
/**
|
|
4272
|
+
* <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p>
|
|
4273
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4274
|
+
*/
|
|
4275
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
3989
4276
|
}
|
|
3990
4277
|
export declare namespace DBCluster {
|
|
3991
4278
|
/**
|
|
@@ -3995,11 +4282,28 @@ export declare namespace DBCluster {
|
|
|
3995
4282
|
}
|
|
3996
4283
|
export interface CreateDBClusterResult {
|
|
3997
4284
|
/**
|
|
3998
|
-
* <p>Contains the details of an Amazon Aurora DB cluster.
|
|
3999
|
-
* </p>
|
|
4000
|
-
* <p>This data type is used as a response element in the <code>DescribeDBClusters</code>,
|
|
4001
|
-
* <code>StopDBCluster</code>, and <code>StartDBCluster</code> actions.
|
|
4285
|
+
* <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.
|
|
4002
4286
|
* </p>
|
|
4287
|
+
* <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
|
|
4288
|
+
* <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
|
|
4289
|
+
* <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
|
|
4290
|
+
* <code>RestoreDBClusterFromS3</code>, <code>RestoreDBClusterFromSnapshot</code>,
|
|
4291
|
+
* <code>RestoreDBClusterToPointInTime</code>, <code>StartDBCluster</code>, and <code>StopDBCluster</code>.</p>
|
|
4292
|
+
* <p>For a Multi-AZ DB cluster, this data type is used as a response element in the operations
|
|
4293
|
+
* <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
|
|
4294
|
+
* <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>RebootDBCluster</code>,
|
|
4295
|
+
* <code>RestoreDBClusterFromSnapshot</code>, and <code>RestoreDBClusterToPointInTime</code>.</p>
|
|
4296
|
+
* <p>For more information on Amazon Aurora DB clusters, see
|
|
4297
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
4298
|
+
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
|
|
4299
|
+
* </p>
|
|
4300
|
+
* <p>For more information on Multi-AZ DB clusters, see
|
|
4301
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
4302
|
+
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
4303
|
+
* </p>
|
|
4304
|
+
* <note>
|
|
4305
|
+
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
4306
|
+
* </note>
|
|
4003
4307
|
*/
|
|
4004
4308
|
DBCluster?: DBCluster;
|
|
4005
4309
|
}
|
|
@@ -4213,7 +4517,7 @@ export interface CreateDBClusterEndpointMessage {
|
|
|
4213
4517
|
*/
|
|
4214
4518
|
DBClusterEndpointIdentifier: string | undefined;
|
|
4215
4519
|
/**
|
|
4216
|
-
* <p>The type of the endpoint
|
|
4520
|
+
* <p>The type of the endpoint, one of: <code>READER</code>, <code>WRITER</code>, <code>ANY</code>.</p>
|
|
4217
4521
|
*/
|
|
4218
4522
|
EndpointType: string | undefined;
|
|
4219
4523
|
/**
|
|
@@ -4222,8 +4526,8 @@ export interface CreateDBClusterEndpointMessage {
|
|
|
4222
4526
|
StaticMembers?: string[];
|
|
4223
4527
|
/**
|
|
4224
4528
|
* <p>List of DB instance identifiers that aren't part of the custom endpoint group.
|
|
4225
|
-
*
|
|
4226
|
-
*
|
|
4529
|
+
* All other eligible instances are reachable through the custom endpoint.
|
|
4530
|
+
* This parameter is relevant only if the list of static members is empty.</p>
|
|
4227
4531
|
*/
|
|
4228
4532
|
ExcludedMembers?: string[];
|
|
4229
4533
|
/**
|
|
@@ -4355,7 +4659,7 @@ export interface CreateDBClusterParameterGroupMessage {
|
|
|
4355
4659
|
* <p>Constraints:</p>
|
|
4356
4660
|
* <ul>
|
|
4357
4661
|
* <li>
|
|
4358
|
-
* <p>Must match the name of an existing DB cluster parameter group.</p>
|
|
4662
|
+
* <p>Must not match the name of an existing DB cluster parameter group.</p>
|
|
4359
4663
|
* </li>
|
|
4360
4664
|
* </ul>
|
|
4361
4665
|
* <note>
|
|
@@ -4376,6 +4680,16 @@ export interface CreateDBClusterParameterGroupMessage {
|
|
|
4376
4680
|
* </p>
|
|
4377
4681
|
* <p>Example: <code>aurora-postgresql9.6</code>
|
|
4378
4682
|
* </p>
|
|
4683
|
+
* <p>
|
|
4684
|
+
* <b>RDS for MySQL</b>
|
|
4685
|
+
* </p>
|
|
4686
|
+
* <p>Example: <code>mysql8.0</code>
|
|
4687
|
+
* </p>
|
|
4688
|
+
* <p>
|
|
4689
|
+
* <b>RDS for PostgreSQL</b>
|
|
4690
|
+
* </p>
|
|
4691
|
+
* <p>Example: <code>postgres12</code>
|
|
4692
|
+
* </p>
|
|
4379
4693
|
* <p>To list all of the available parameter group families for a DB engine, use the following command:</p>
|
|
4380
4694
|
* <p>
|
|
4381
4695
|
* <code>aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine <engine></code>
|
|
@@ -4402,6 +4716,16 @@ export interface CreateDBClusterParameterGroupMessage {
|
|
|
4402
4716
|
* <code>aurora-postgresql</code>
|
|
4403
4717
|
* </p>
|
|
4404
4718
|
* </li>
|
|
4719
|
+
* <li>
|
|
4720
|
+
* <p>
|
|
4721
|
+
* <code>mysql</code>
|
|
4722
|
+
* </p>
|
|
4723
|
+
* </li>
|
|
4724
|
+
* <li>
|
|
4725
|
+
* <p>
|
|
4726
|
+
* <code>postgres</code>
|
|
4727
|
+
* </p>
|
|
4728
|
+
* </li>
|
|
4405
4729
|
* </ul>
|
|
4406
4730
|
*/
|
|
4407
4731
|
DBParameterGroupFamily: string | undefined;
|
|
@@ -4808,7 +5132,7 @@ export interface CreateDBInstanceMessage {
|
|
|
4808
5132
|
*/
|
|
4809
5133
|
AllocatedStorage?: number;
|
|
4810
5134
|
/**
|
|
4811
|
-
* <p>The compute and memory capacity of the DB instance, for example
|
|
5135
|
+
* <p>The compute and memory capacity of the DB instance, for example db.m4.large.
|
|
4812
5136
|
* Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.
|
|
4813
5137
|
* For the full list of DB instance classes,
|
|
4814
5138
|
* and availability for your engine, see
|
|
@@ -4912,88 +5236,15 @@ export interface CreateDBInstanceMessage {
|
|
|
4912
5236
|
* </p>
|
|
4913
5237
|
*
|
|
4914
5238
|
* <p>
|
|
4915
|
-
* <b>
|
|
4916
|
-
*
|
|
4917
|
-
* <p>Constraints:</p>
|
|
4918
|
-
* <ul>
|
|
4919
|
-
* <li>
|
|
4920
|
-
* <p>Required for MariaDB.</p>
|
|
4921
|
-
* </li>
|
|
4922
|
-
* <li>
|
|
4923
|
-
* <p>Must be 1 to 16 letters or numbers.</p>
|
|
4924
|
-
* </li>
|
|
4925
|
-
* <li>
|
|
4926
|
-
* <p>Can't be a reserved word for the chosen database engine.</p>
|
|
4927
|
-
* </li>
|
|
4928
|
-
* </ul>
|
|
4929
|
-
*
|
|
4930
|
-
* <p>
|
|
4931
|
-
* <b>Microsoft SQL Server</b>
|
|
4932
|
-
* </p>
|
|
4933
|
-
* <p>Constraints:</p>
|
|
4934
|
-
* <ul>
|
|
4935
|
-
* <li>
|
|
4936
|
-
* <p>Required for SQL Server.</p>
|
|
4937
|
-
* </li>
|
|
4938
|
-
* <li>
|
|
4939
|
-
* <p>Must be 1 to 128 letters or numbers.</p>
|
|
4940
|
-
* </li>
|
|
4941
|
-
* <li>
|
|
4942
|
-
* <p>The first character must be a letter.</p>
|
|
4943
|
-
* </li>
|
|
4944
|
-
* <li>
|
|
4945
|
-
* <p>Can't be a reserved word for the chosen database engine.</p>
|
|
4946
|
-
* </li>
|
|
4947
|
-
* </ul>
|
|
4948
|
-
*
|
|
4949
|
-
* <p>
|
|
4950
|
-
* <b>MySQL</b>
|
|
4951
|
-
* </p>
|
|
4952
|
-
* <p>Constraints:</p>
|
|
4953
|
-
* <ul>
|
|
4954
|
-
* <li>
|
|
4955
|
-
* <p>Required for MySQL.</p>
|
|
4956
|
-
* </li>
|
|
4957
|
-
* <li>
|
|
4958
|
-
* <p>Must be 1 to 16 letters or numbers.</p>
|
|
4959
|
-
* </li>
|
|
4960
|
-
* <li>
|
|
4961
|
-
* <p>First character must be a letter.</p>
|
|
4962
|
-
* </li>
|
|
4963
|
-
* <li>
|
|
4964
|
-
* <p>Can't be a reserved word for the chosen database engine.</p>
|
|
4965
|
-
* </li>
|
|
4966
|
-
* </ul>
|
|
4967
|
-
*
|
|
4968
|
-
* <p>
|
|
4969
|
-
* <b>Oracle</b>
|
|
4970
|
-
* </p>
|
|
4971
|
-
* <p>Constraints:</p>
|
|
4972
|
-
* <ul>
|
|
4973
|
-
* <li>
|
|
4974
|
-
* <p>Required for Oracle.</p>
|
|
4975
|
-
* </li>
|
|
4976
|
-
* <li>
|
|
4977
|
-
* <p>Must be 1 to 30 letters or numbers.</p>
|
|
4978
|
-
* </li>
|
|
4979
|
-
* <li>
|
|
4980
|
-
* <p>First character must be a letter.</p>
|
|
4981
|
-
* </li>
|
|
4982
|
-
* <li>
|
|
4983
|
-
* <p>Can't be a reserved word for the chosen database engine.</p>
|
|
4984
|
-
* </li>
|
|
4985
|
-
* </ul>
|
|
4986
|
-
*
|
|
4987
|
-
* <p>
|
|
4988
|
-
* <b>PostgreSQL</b>
|
|
4989
|
-
* </p>
|
|
5239
|
+
* <b>Amazon RDS</b>
|
|
5240
|
+
* </p>
|
|
4990
5241
|
* <p>Constraints:</p>
|
|
4991
5242
|
* <ul>
|
|
4992
5243
|
* <li>
|
|
4993
|
-
* <p>Required
|
|
5244
|
+
* <p>Required.</p>
|
|
4994
5245
|
* </li>
|
|
4995
5246
|
* <li>
|
|
4996
|
-
* <p>Must be 1 to
|
|
5247
|
+
* <p>Must be 1 to 16 letters, numbers, or underscores.</p>
|
|
4997
5248
|
* </li>
|
|
4998
5249
|
* <li>
|
|
4999
5250
|
* <p>First character must be a letter.</p>
|
|
@@ -5263,7 +5514,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5263
5514
|
* <b>MariaDB</b>
|
|
5264
5515
|
* </p>
|
|
5265
5516
|
*
|
|
5266
|
-
* <p>
|
|
5517
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt">MariaDB on Amazon RDS Versions</a> in the
|
|
5267
5518
|
* <i>Amazon RDS User Guide.</i>
|
|
5268
5519
|
* </p>
|
|
5269
5520
|
*
|
|
@@ -5271,7 +5522,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5271
5522
|
* <b>Microsoft SQL Server</b>
|
|
5272
5523
|
* </p>
|
|
5273
5524
|
*
|
|
5274
|
-
* <p>
|
|
5525
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport">Microsoft SQL Server Versions on Amazon RDS</a> in the
|
|
5275
5526
|
* <i>Amazon RDS User Guide.</i>
|
|
5276
5527
|
* </p>
|
|
5277
5528
|
*
|
|
@@ -5279,7 +5530,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5279
5530
|
* <b>MySQL</b>
|
|
5280
5531
|
* </p>
|
|
5281
5532
|
*
|
|
5282
|
-
* <p>
|
|
5533
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt">MySQL on Amazon RDS Versions</a> in the
|
|
5283
5534
|
* <i>Amazon RDS User Guide.</i>
|
|
5284
5535
|
* </p>
|
|
5285
5536
|
*
|
|
@@ -5287,7 +5538,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5287
5538
|
* <b>Oracle</b>
|
|
5288
5539
|
* </p>
|
|
5289
5540
|
*
|
|
5290
|
-
* <p>
|
|
5541
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html">Oracle Database Engine Release Notes</a> in the
|
|
5291
5542
|
* <i>Amazon RDS User Guide.</i>
|
|
5292
5543
|
* </p>
|
|
5293
5544
|
*
|
|
@@ -5295,7 +5546,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5295
5546
|
* <b>PostgreSQL</b>
|
|
5296
5547
|
* </p>
|
|
5297
5548
|
*
|
|
5298
|
-
* <p>
|
|
5549
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts">Amazon RDS for PostgreSQL versions and extensions</a> in the
|
|
5299
5550
|
* <i>Amazon RDS User Guide.</i>
|
|
5300
5551
|
* </p>
|
|
5301
5552
|
*/
|
|
@@ -5317,10 +5568,11 @@ export interface CreateDBInstanceMessage {
|
|
|
5317
5568
|
LicenseModel?: string;
|
|
5318
5569
|
/**
|
|
5319
5570
|
* <p>The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.
|
|
5320
|
-
* For information about valid Iops values, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS">Amazon RDS Provisioned IOPS
|
|
5571
|
+
* For information about valid <code>Iops</code> values, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS">Amazon RDS Provisioned IOPS storage to improve performance</a> in the <i>Amazon RDS User Guide</i>.
|
|
5321
5572
|
* </p>
|
|
5322
|
-
* <p>Constraints: For MariaDB, MySQL, Oracle, and PostgreSQL DB instances, must be a multiple between .5 and 50
|
|
5323
|
-
* For SQL Server DB instances, must be a multiple between 1 and 50
|
|
5573
|
+
* <p>Constraints: For MariaDB, MySQL, Oracle, and PostgreSQL DB instances, must be a multiple between .5 and 50
|
|
5574
|
+
* of the storage amount for the DB instance. For SQL Server DB instances, must be a multiple between 1 and 50
|
|
5575
|
+
* of the storage amount for the DB instance.
|
|
5324
5576
|
* </p>
|
|
5325
5577
|
*/
|
|
5326
5578
|
Iops?: number;
|
|
@@ -5351,27 +5603,28 @@ export interface CreateDBInstanceMessage {
|
|
|
5351
5603
|
NcharCharacterSetName?: string;
|
|
5352
5604
|
/**
|
|
5353
5605
|
* <p>A value that indicates whether the DB instance is publicly accessible.</p>
|
|
5354
|
-
* <p>When the DB instance is publicly accessible, its DNS endpoint resolves to the private IP address from
|
|
5355
|
-
*
|
|
5356
|
-
*
|
|
5606
|
+
* <p>When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from
|
|
5607
|
+
* within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB instance's VPC.
|
|
5608
|
+
* Access to the DB instance is ultimately controlled by the security group it uses.
|
|
5609
|
+
* That public access is not permitted if the security group assigned to the DB instance doesn't permit it.</p>
|
|
5357
5610
|
* <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>
|
|
5358
5611
|
* <p>Default: The default behavior varies depending on whether <code>DBSubnetGroupName</code> is specified.</p>
|
|
5359
5612
|
* <p>If <code>DBSubnetGroupName</code> isn't specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p>
|
|
5360
5613
|
* <ul>
|
|
5361
5614
|
* <li>
|
|
5362
|
-
* <p>If the default VPC in the target
|
|
5615
|
+
* <p>If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB instance is private.</p>
|
|
5363
5616
|
* </li>
|
|
5364
5617
|
* <li>
|
|
5365
|
-
* <p>If the default VPC in the target
|
|
5618
|
+
* <p>If the default VPC in the target Region has an internet gateway attached to it, the DB instance is public.</p>
|
|
5366
5619
|
* </li>
|
|
5367
5620
|
* </ul>
|
|
5368
5621
|
* <p>If <code>DBSubnetGroupName</code> is specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p>
|
|
5369
5622
|
* <ul>
|
|
5370
5623
|
* <li>
|
|
5371
|
-
* <p>If the subnets are part of a VPC that doesn’t have an
|
|
5624
|
+
* <p>If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB instance is private.</p>
|
|
5372
5625
|
* </li>
|
|
5373
5626
|
* <li>
|
|
5374
|
-
* <p>If the subnets are part of a VPC that has an
|
|
5627
|
+
* <p>If the subnets are part of a VPC that has an internet gateway attached to it, the DB instance is public.</p>
|
|
5375
5628
|
* </li>
|
|
5376
5629
|
* </ul>
|
|
5377
5630
|
*/
|
|
@@ -5502,8 +5755,8 @@ export interface CreateDBInstanceMessage {
|
|
|
5502
5755
|
*/
|
|
5503
5756
|
Timezone?: string;
|
|
5504
5757
|
/**
|
|
5505
|
-
* <p>A value that indicates whether to enable mapping of Amazon Web Services Identity and Access
|
|
5506
|
-
*
|
|
5758
|
+
* <p>A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management
|
|
5759
|
+
* (IAM) accounts to database accounts. By default, mapping isn't enabled.</p>
|
|
5507
5760
|
* <p>This setting doesn't apply to RDS Custom or Amazon Aurora. In Aurora, mapping Amazon Web Services IAM accounts
|
|
5508
5761
|
* to database accounts is managed by the DB cluster.</p>
|
|
5509
5762
|
* <p>For more information, see
|
|
@@ -5559,7 +5812,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5559
5812
|
* </p>
|
|
5560
5813
|
* <p>Possible values are <code>agent</code> and <code>error</code>.
|
|
5561
5814
|
* </p>
|
|
5562
|
-
*
|
|
5815
|
+
* <p>
|
|
5563
5816
|
* <b>MySQL</b>
|
|
5564
5817
|
* </p>
|
|
5565
5818
|
* <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>.
|
|
@@ -5585,7 +5838,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5585
5838
|
/**
|
|
5586
5839
|
* <p>A value that indicates whether the DB instance has deletion protection enabled.
|
|
5587
5840
|
* The database can't be deleted when deletion protection is enabled. By default,
|
|
5588
|
-
* deletion protection
|
|
5841
|
+
* deletion protection isn't enabled. For more information, see
|
|
5589
5842
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html">
|
|
5590
5843
|
* Deleting a DB Instance</a>.
|
|
5591
5844
|
* </p>
|
|
@@ -5641,6 +5894,13 @@ export interface CreateDBInstanceMessage {
|
|
|
5641
5894
|
* <p>This setting is required for RDS Custom.</p>
|
|
5642
5895
|
*/
|
|
5643
5896
|
CustomIamInstanceProfile?: string;
|
|
5897
|
+
/**
|
|
5898
|
+
* <p>Specifies where automated backups and manual snapshots are stored.</p>
|
|
5899
|
+
* <p>Possible values are <code>outposts</code> (Amazon Web Services Outposts) and <code>region</code> (Amazon Web Services Region). The default is <code>region</code>.</p>
|
|
5900
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html">Working
|
|
5901
|
+
* with Amazon RDS on Amazon Web Services Outposts</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
5902
|
+
*/
|
|
5903
|
+
BackupTarget?: string;
|
|
5644
5904
|
}
|
|
5645
5905
|
export declare namespace CreateDBInstanceMessage {
|
|
5646
5906
|
/**
|
|
@@ -6074,7 +6334,11 @@ export declare namespace DBInstanceStatusInfo {
|
|
|
6074
6334
|
/**
|
|
6075
6335
|
* <p>Contains the details of an Amazon RDS DB instance.
|
|
6076
6336
|
* </p>
|
|
6077
|
-
* <p>This data type is used as a response element in the <code>
|
|
6337
|
+
* <p>This data type is used as a response element in the operations <code>CreateDBInstance</code>,
|
|
6338
|
+
* <code>CreateDBInstanceReadReplica</code>, <code>DeleteDBInstance</code>, <code>DescribeDBInstances</code>,
|
|
6339
|
+
* <code>ModifyDBInstance</code>, <code>PromoteReadReplica</code>, <code>RebootDBInstance</code>,
|
|
6340
|
+
* <code>RestoreDBInstanceFromDBSnapshot</code>, <code>RestoreDBInstanceFromS3</code>, <code>RestoreDBInstanceToPointInTime</code>,
|
|
6341
|
+
* <code>StartDBInstance</code>, and <code>StopDBInstance</code>.
|
|
6078
6342
|
* </p>
|
|
6079
6343
|
*/
|
|
6080
6344
|
export interface DBInstance {
|
|
@@ -6206,8 +6470,8 @@ export interface DBInstance {
|
|
|
6206
6470
|
/**
|
|
6207
6471
|
* <p>Contains one or more identifiers of Aurora DB clusters to which the RDS DB instance
|
|
6208
6472
|
* is replicated as a read replica. For example, when you create an Aurora read replica of
|
|
6209
|
-
* an RDS MySQL DB instance, the Aurora MySQL DB cluster for the Aurora read replica is
|
|
6210
|
-
* shown. This output
|
|
6473
|
+
* an RDS for MySQL DB instance, the Aurora MySQL DB cluster for the Aurora read replica is
|
|
6474
|
+
* shown. This output doesn't contain information about cross-Region Aurora read
|
|
6211
6475
|
* replicas.</p>
|
|
6212
6476
|
* <note>
|
|
6213
6477
|
* <p>Currently, each RDS DB instance can have only one Aurora read replica.</p>
|
|
@@ -6251,9 +6515,12 @@ export interface DBInstance {
|
|
|
6251
6515
|
SecondaryAvailabilityZone?: string;
|
|
6252
6516
|
/**
|
|
6253
6517
|
* <p>Specifies the accessibility options for the DB instance.</p>
|
|
6254
|
-
* <p>When the DB
|
|
6255
|
-
*
|
|
6256
|
-
*
|
|
6518
|
+
* <p>When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint
|
|
6519
|
+
* resolves to the private IP address from within the DB cluster's virtual private cloud
|
|
6520
|
+
* (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access
|
|
6521
|
+
* to the DB cluster is ultimately controlled by the security group it uses. That public
|
|
6522
|
+
* access isn't permitted if the security group assigned to the DB cluster doesn't permit
|
|
6523
|
+
* it.</p>
|
|
6257
6524
|
* <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>
|
|
6258
6525
|
* <p>For more information, see <a>CreateDBInstance</a>.</p>
|
|
6259
6526
|
*/
|
|
@@ -6492,6 +6759,10 @@ export interface DBInstance {
|
|
|
6492
6759
|
* User Guide</i>.</p>
|
|
6493
6760
|
*/
|
|
6494
6761
|
CustomIamInstanceProfile?: string;
|
|
6762
|
+
/**
|
|
6763
|
+
* <p>Specifies where automated backups and manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.</p>
|
|
6764
|
+
*/
|
|
6765
|
+
BackupTarget?: string;
|
|
6495
6766
|
}
|
|
6496
6767
|
export declare namespace DBInstance {
|
|
6497
6768
|
/**
|
|
@@ -6503,7 +6774,11 @@ export interface CreateDBInstanceResult {
|
|
|
6503
6774
|
/**
|
|
6504
6775
|
* <p>Contains the details of an Amazon RDS DB instance.
|
|
6505
6776
|
* </p>
|
|
6506
|
-
* <p>This data type is used as a response element in the <code>
|
|
6777
|
+
* <p>This data type is used as a response element in the operations <code>CreateDBInstance</code>,
|
|
6778
|
+
* <code>CreateDBInstanceReadReplica</code>, <code>DeleteDBInstance</code>, <code>DescribeDBInstances</code>,
|
|
6779
|
+
* <code>ModifyDBInstance</code>, <code>PromoteReadReplica</code>, <code>RebootDBInstance</code>,
|
|
6780
|
+
* <code>RestoreDBInstanceFromDBSnapshot</code>, <code>RestoreDBInstanceFromS3</code>, <code>RestoreDBInstanceToPointInTime</code>,
|
|
6781
|
+
* <code>StartDBInstance</code>, and <code>StopDBInstance</code>.
|
|
6507
6782
|
* </p>
|
|
6508
6783
|
*/
|
|
6509
6784
|
DBInstance?: DBInstance;
|
|
@@ -6616,7 +6891,7 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
6616
6891
|
* </li>
|
|
6617
6892
|
* <li>
|
|
6618
6893
|
* <p>Can specify a PostgreSQL DB instance only if the source is running PostgreSQL 9.3.5 or
|
|
6619
|
-
* later (9.4.7 and higher for cross-
|
|
6894
|
+
* later (9.4.7 and higher for cross-Region replication).</p>
|
|
6620
6895
|
* </li>
|
|
6621
6896
|
* <li>
|
|
6622
6897
|
* <p>The specified DB instance must have automatic backups enabled, that is, its backup
|
|
@@ -6636,8 +6911,8 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
6636
6911
|
*/
|
|
6637
6912
|
SourceDBInstanceIdentifier: string | undefined;
|
|
6638
6913
|
/**
|
|
6639
|
-
* <p>The compute and memory capacity of the read replica, for example
|
|
6640
|
-
*
|
|
6914
|
+
* <p>The compute and memory capacity of the read replica, for example
|
|
6915
|
+
* db.m4.large. Not all DB instance classes are available in all Amazon Web Services
|
|
6641
6916
|
* Regions, or for all database engines. For the full list of DB instance classes, and
|
|
6642
6917
|
* availability for your engine, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html">DB Instance
|
|
6643
6918
|
* Class</a> in the <i>Amazon RDS User Guide.</i>
|
|
@@ -6693,9 +6968,9 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
6693
6968
|
/**
|
|
6694
6969
|
* <p>The name of the DB parameter group to associate with this DB instance.</p>
|
|
6695
6970
|
* <p>If you do not specify a value for <code>DBParameterGroupName</code>, then Amazon RDS
|
|
6696
|
-
* uses the <code>DBParameterGroup</code> of source DB instance for a same
|
|
6971
|
+
* uses the <code>DBParameterGroup</code> of source DB instance for a same Region read
|
|
6697
6972
|
* replica, or the default <code>DBParameterGroup</code> for the specified DB engine for a
|
|
6698
|
-
* cross
|
|
6973
|
+
* cross-Region read replica.</p>
|
|
6699
6974
|
* <p>Specifying a parameter group for this operation is only supported for Oracle DB instances. It
|
|
6700
6975
|
* isn't supported for RDS Custom.</p>
|
|
6701
6976
|
* <p>Constraints:</p>
|
|
@@ -6714,9 +6989,12 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
6714
6989
|
DBParameterGroupName?: string;
|
|
6715
6990
|
/**
|
|
6716
6991
|
* <p>A value that indicates whether the DB instance is publicly accessible.</p>
|
|
6717
|
-
* <p>When the DB
|
|
6718
|
-
*
|
|
6719
|
-
*
|
|
6992
|
+
* <p>When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint
|
|
6993
|
+
* resolves to the private IP address from within the DB cluster's virtual private cloud
|
|
6994
|
+
* (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access
|
|
6995
|
+
* to the DB cluster is ultimately controlled by the security group it uses. That public
|
|
6996
|
+
* access isn't permitted if the security group assigned to the DB cluster doesn't permit
|
|
6997
|
+
* it.</p>
|
|
6720
6998
|
* <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>
|
|
6721
6999
|
* <p>For more information, see <a>CreateDBInstance</a>.</p>
|
|
6722
7000
|
*/
|
|
@@ -6887,14 +7165,14 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
6887
7165
|
* for the operation that can be executed in the source Amazon Web Services Region.</p>
|
|
6888
7166
|
* <p>
|
|
6889
7167
|
* <code>SourceRegion</code> isn't supported for SQL Server, because SQL Server on Amazon RDS
|
|
6890
|
-
* doesn't support cross-
|
|
7168
|
+
* doesn't support cross-Region read replicas.</p>
|
|
6891
7169
|
* </note>
|
|
6892
7170
|
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
6893
7171
|
*/
|
|
6894
7172
|
PreSignedUrl?: string;
|
|
6895
7173
|
/**
|
|
6896
|
-
* <p>A value that indicates whether to enable mapping of Amazon Web Services Identity and Access
|
|
6897
|
-
*
|
|
7174
|
+
* <p>A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management
|
|
7175
|
+
* (IAM) accounts to database accounts. By default, mapping isn't enabled.</p>
|
|
6898
7176
|
*
|
|
6899
7177
|
* <p>For more information about IAM database authentication, see
|
|
6900
7178
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html">
|
|
@@ -6947,7 +7225,7 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
6947
7225
|
/**
|
|
6948
7226
|
* <p>A value that indicates whether the DB instance has deletion protection enabled.
|
|
6949
7227
|
* The database can't be deleted when deletion protection is enabled. By default,
|
|
6950
|
-
* deletion protection
|
|
7228
|
+
* deletion protection isn't enabled. For more information, see
|
|
6951
7229
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html">
|
|
6952
7230
|
* Deleting a DB Instance</a>.
|
|
6953
7231
|
* </p>
|
|
@@ -7022,7 +7300,11 @@ export interface CreateDBInstanceReadReplicaResult {
|
|
|
7022
7300
|
/**
|
|
7023
7301
|
* <p>Contains the details of an Amazon RDS DB instance.
|
|
7024
7302
|
* </p>
|
|
7025
|
-
* <p>This data type is used as a response element in the <code>
|
|
7303
|
+
* <p>This data type is used as a response element in the operations <code>CreateDBInstance</code>,
|
|
7304
|
+
* <code>CreateDBInstanceReadReplica</code>, <code>DeleteDBInstance</code>, <code>DescribeDBInstances</code>,
|
|
7305
|
+
* <code>ModifyDBInstance</code>, <code>PromoteReadReplica</code>, <code>RebootDBInstance</code>,
|
|
7306
|
+
* <code>RestoreDBInstanceFromDBSnapshot</code>, <code>RestoreDBInstanceFromS3</code>, <code>RestoreDBInstanceToPointInTime</code>,
|
|
7307
|
+
* <code>StartDBInstance</code>, and <code>StopDBInstance</code>.
|
|
7026
7308
|
* </p>
|
|
7027
7309
|
*/
|
|
7028
7310
|
DBInstance?: DBInstance;
|
|
@@ -8571,11 +8853,28 @@ export declare namespace DeleteDBClusterMessage {
|
|
|
8571
8853
|
}
|
|
8572
8854
|
export interface DeleteDBClusterResult {
|
|
8573
8855
|
/**
|
|
8574
|
-
* <p>Contains the details of an Amazon Aurora DB cluster.
|
|
8575
|
-
* </p>
|
|
8576
|
-
* <p>This data type is used as a response element in the <code>DescribeDBClusters</code>,
|
|
8577
|
-
* <code>StopDBCluster</code>, and <code>StartDBCluster</code> actions.
|
|
8856
|
+
* <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.
|
|
8578
8857
|
* </p>
|
|
8858
|
+
* <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
|
|
8859
|
+
* <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
|
|
8860
|
+
* <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
|
|
8861
|
+
* <code>RestoreDBClusterFromS3</code>, <code>RestoreDBClusterFromSnapshot</code>,
|
|
8862
|
+
* <code>RestoreDBClusterToPointInTime</code>, <code>StartDBCluster</code>, and <code>StopDBCluster</code>.</p>
|
|
8863
|
+
* <p>For a Multi-AZ DB cluster, this data type is used as a response element in the operations
|
|
8864
|
+
* <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
|
|
8865
|
+
* <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>RebootDBCluster</code>,
|
|
8866
|
+
* <code>RestoreDBClusterFromSnapshot</code>, and <code>RestoreDBClusterToPointInTime</code>.</p>
|
|
8867
|
+
* <p>For more information on Amazon Aurora DB clusters, see
|
|
8868
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
8869
|
+
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
|
|
8870
|
+
* </p>
|
|
8871
|
+
* <p>For more information on Multi-AZ DB clusters, see
|
|
8872
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
8873
|
+
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
8874
|
+
* </p>
|
|
8875
|
+
* <note>
|
|
8876
|
+
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
8877
|
+
* </note>
|
|
8579
8878
|
*/
|
|
8580
8879
|
DBCluster?: DBCluster;
|
|
8581
8880
|
}
|
|
@@ -8787,7 +9086,11 @@ export interface DeleteDBInstanceResult {
|
|
|
8787
9086
|
/**
|
|
8788
9087
|
* <p>Contains the details of an Amazon RDS DB instance.
|
|
8789
9088
|
* </p>
|
|
8790
|
-
* <p>This data type is used as a response element in the <code>
|
|
9089
|
+
* <p>This data type is used as a response element in the operations <code>CreateDBInstance</code>,
|
|
9090
|
+
* <code>CreateDBInstanceReadReplica</code>, <code>DeleteDBInstance</code>, <code>DescribeDBInstances</code>,
|
|
9091
|
+
* <code>ModifyDBInstance</code>, <code>PromoteReadReplica</code>, <code>RebootDBInstance</code>,
|
|
9092
|
+
* <code>RestoreDBInstanceFromDBSnapshot</code>, <code>RestoreDBInstanceFromS3</code>, <code>RestoreDBInstanceToPointInTime</code>,
|
|
9093
|
+
* <code>StartDBInstance</code>, and <code>StopDBInstance</code>.
|
|
8791
9094
|
* </p>
|
|
8792
9095
|
*/
|
|
8793
9096
|
DBInstance?: DBInstance;
|
|
@@ -8988,6 +9291,10 @@ export interface DBInstanceAutomatedBackup {
|
|
|
8988
9291
|
* <p>The list of replications to different Amazon Web Services Regions associated with the automated backup.</p>
|
|
8989
9292
|
*/
|
|
8990
9293
|
DBInstanceAutomatedBackupsReplications?: DBInstanceAutomatedBackupsReplication[];
|
|
9294
|
+
/**
|
|
9295
|
+
* <p>Specifies where automated backups are stored: Amazon Web Services Outposts or the Amazon Web Services Region.</p>
|
|
9296
|
+
*/
|
|
9297
|
+
BackupTarget?: string;
|
|
8991
9298
|
}
|
|
8992
9299
|
export declare namespace DBInstanceAutomatedBackup {
|
|
8993
9300
|
/**
|