@aws-sdk/client-rds 3.776.0 → 3.777.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/dist-types/commands/AddRoleToDBClusterCommand.d.ts +8 -5
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +9 -6
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +16 -16
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +10 -7
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +13 -13
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +6 -6
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/CancelExportTaskCommand.d.ts +14 -14
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +11 -11
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +26 -26
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +11 -11
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +31 -31
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +14 -14
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +1 -127
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +83 -84
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +17 -17
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +11 -11
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +25 -25
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +72 -72
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +11 -11
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +11 -11
- package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +6 -6
- package/dist-types/commands/CreateDBShardGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +29 -29
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +25 -25
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +17 -17
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +15 -15
- package/dist-types/commands/CreateIntegrationCommand.d.ts +14 -14
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +15 -15
- package/dist-types/commands/CreateTenantDatabaseCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +1 -140
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +14 -14
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +14 -14
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +24 -24
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +26 -26
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +9 -9
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteDBShardGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +29 -29
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +15 -15
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +14 -14
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +12 -12
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +1 -0
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +50 -50
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -215
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -52
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +17 -17
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +28 -29
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +25 -25
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +24 -24
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +9 -9
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +43 -43
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +64 -64
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +21 -21
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +26 -26
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +14 -14
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +23 -23
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +21 -21
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +21 -21
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +7 -4
- package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +9 -9
- package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +27 -27
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +27 -27
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +13 -13
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +13 -13
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +18 -18
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeEventsCommand.d.ts +18 -18
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +27 -27
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +14 -14
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +13 -13
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +31 -31
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +13 -13
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +21 -21
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +9 -9
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +23 -23
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +17 -17
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +89 -89
- package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +14 -14
- package/dist-types/commands/DisableHttpEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +8 -5
- package/dist-types/commands/EnableHttpEndpointCommand.d.ts +1 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +6 -6
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +9 -9
- package/dist-types/commands/ModifyActivityStreamCommand.d.ts +1 -0
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +13 -13
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +10 -10
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +50 -50
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +15 -15
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +12 -12
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +11 -11
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +31 -31
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +9 -9
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBRecommendationCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBShardGroupCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +20 -21
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +28 -28
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +29 -29
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +15 -15
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +15 -15
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +14 -14
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +9 -9
- package/dist-types/commands/ModifyTenantDatabaseCommand.d.ts +1 -0
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +9 -9
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +23 -23
- package/dist-types/commands/RebootDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +14 -14
- package/dist-types/commands/RebootDBShardGroupCommand.d.ts +1 -0
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -0
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +22 -22
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +8 -5
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -0
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +16 -16
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +8 -5
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +6 -6
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +6 -6
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +47 -47
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +44 -44
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +44 -44
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +23 -23
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -0
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +62 -62
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +6 -6
- package/dist-types/commands/StartActivityStreamCommand.d.ts +12 -12
- package/dist-types/commands/StartDBClusterCommand.d.ts +10 -10
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +25 -25
- package/dist-types/commands/StartDBInstanceCommand.d.ts +6 -6
- package/dist-types/commands/StartExportTaskCommand.d.ts +17 -17
- package/dist-types/commands/StopActivityStreamCommand.d.ts +8 -8
- package/dist-types/commands/StopDBClusterCommand.d.ts +10 -10
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +26 -26
- package/dist-types/commands/StopDBInstanceCommand.d.ts +6 -6
- package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +1 -138
- package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +1 -0
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -153,134 +153,8 @@ declare const CreateBlueGreenDeploymentCommand_base: {
|
|
|
153
153
|
* @throws {@link RDSServiceException}
|
|
154
154
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
155
155
|
*
|
|
156
|
-
* @public
|
|
157
|
-
* @example To create a blue/green deployment for an RDS for MySQL DB instance
|
|
158
|
-
* ```javascript
|
|
159
|
-
* // The following example creates a blue/green deployment for a MySQL DB instance.
|
|
160
|
-
* const input = {
|
|
161
|
-
* "BlueGreenDeploymentName": "bgd-test-instance",
|
|
162
|
-
* "Source": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
|
|
163
|
-
* "TargetDBParameterGroupName": "mysql-80-group",
|
|
164
|
-
* "TargetEngineVersion": "8.0"
|
|
165
|
-
* };
|
|
166
|
-
* const command = new CreateBlueGreenDeploymentCommand(input);
|
|
167
|
-
* const response = await client.send(command);
|
|
168
|
-
* /* response ==
|
|
169
|
-
* {
|
|
170
|
-
* "BlueGreenDeployment": {
|
|
171
|
-
* "BlueGreenDeploymentIdentifier": "bgd-v53303651eexfake",
|
|
172
|
-
* "BlueGreenDeploymentName": "bgd-cli-test-instance",
|
|
173
|
-
* "CreateTime": "2022-02-25T21:18:51.183000+00:00",
|
|
174
|
-
* "Source": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
|
|
175
|
-
* "Status": "PROVISIONING",
|
|
176
|
-
* "SwitchoverDetails": [
|
|
177
|
-
* {
|
|
178
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance"
|
|
179
|
-
* },
|
|
180
|
-
* {
|
|
181
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-1"
|
|
182
|
-
* },
|
|
183
|
-
* {
|
|
184
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-2"
|
|
185
|
-
* },
|
|
186
|
-
* {
|
|
187
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-3"
|
|
188
|
-
* }
|
|
189
|
-
* ],
|
|
190
|
-
* "Tasks": [
|
|
191
|
-
* {
|
|
192
|
-
* "Name": "CREATING_READ_REPLICA_OF_SOURCE",
|
|
193
|
-
* "Status": "PENDING"
|
|
194
|
-
* },
|
|
195
|
-
* {
|
|
196
|
-
* "Name": "DB_ENGINE_VERSION_UPGRADE",
|
|
197
|
-
* "Status": "PENDING"
|
|
198
|
-
* },
|
|
199
|
-
* {
|
|
200
|
-
* "Name": "CONFIGURE_BACKUPS",
|
|
201
|
-
* "Status": "PENDING"
|
|
202
|
-
* },
|
|
203
|
-
* {
|
|
204
|
-
* "Name": "CREATING_TOPOLOGY_OF_SOURCE",
|
|
205
|
-
* "Status": "PENDING"
|
|
206
|
-
* }
|
|
207
|
-
* ]
|
|
208
|
-
* }
|
|
209
|
-
* }
|
|
210
|
-
* *\/
|
|
211
|
-
* // example id: to-create-a-bluegreen-deployment-for-an-rds-for-mysql-db-instance-1679688377231
|
|
212
|
-
* ```
|
|
213
|
-
*
|
|
214
|
-
* @example To create a blue/green deployment for an Aurora MySQL DB cluster
|
|
215
|
-
* ```javascript
|
|
216
|
-
* // The following example creates a blue/green deployment for an Aurora MySQL DB cluster.
|
|
217
|
-
* const input = {
|
|
218
|
-
* "BlueGreenDeploymentName": "my-blue-green-deployment",
|
|
219
|
-
* "Source": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
|
|
220
|
-
* "TargetDBClusterParameterGroupName": "mysql-80-cluster-group",
|
|
221
|
-
* "TargetDBParameterGroupName": "ams-80-binlog-enabled",
|
|
222
|
-
* "TargetEngineVersion": "8.0"
|
|
223
|
-
* };
|
|
224
|
-
* const command = new CreateBlueGreenDeploymentCommand(input);
|
|
225
|
-
* const response = await client.send(command);
|
|
226
|
-
* /* response ==
|
|
227
|
-
* {
|
|
228
|
-
* "BlueGreenDeployment": {
|
|
229
|
-
* "BlueGreenDeploymentIdentifier": "bgd-wi89nwzglccsfake",
|
|
230
|
-
* "BlueGreenDeploymentName": "my-blue-green-deployment",
|
|
231
|
-
* "CreateTime": "2022-02-25T21:12:00.288000+00:00",
|
|
232
|
-
* "Source": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
|
|
233
|
-
* "Status": "PROVISIONING",
|
|
234
|
-
* "SwitchoverDetails": [
|
|
235
|
-
* {
|
|
236
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
|
|
237
|
-
* "Status": "PROVISIONING"
|
|
238
|
-
* },
|
|
239
|
-
* {
|
|
240
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-1",
|
|
241
|
-
* "Status": "PROVISIONING"
|
|
242
|
-
* },
|
|
243
|
-
* {
|
|
244
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-2",
|
|
245
|
-
* "Status": "PROVISIONING"
|
|
246
|
-
* },
|
|
247
|
-
* {
|
|
248
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-3",
|
|
249
|
-
* "Status": "PROVISIONING"
|
|
250
|
-
* },
|
|
251
|
-
* {
|
|
252
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-excluded-member-endpoint",
|
|
253
|
-
* "Status": "PROVISIONING"
|
|
254
|
-
* },
|
|
255
|
-
* {
|
|
256
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-reader-endpoint",
|
|
257
|
-
* "Status": "PROVISIONING"
|
|
258
|
-
* }
|
|
259
|
-
* ],
|
|
260
|
-
* "Tasks": [
|
|
261
|
-
* {
|
|
262
|
-
* "Name": "CREATING_READ_REPLICA_OF_SOURCE",
|
|
263
|
-
* "Status": "PENDING"
|
|
264
|
-
* },
|
|
265
|
-
* {
|
|
266
|
-
* "Name": "DB_ENGINE_VERSION_UPGRADE",
|
|
267
|
-
* "Status": "PENDING"
|
|
268
|
-
* },
|
|
269
|
-
* {
|
|
270
|
-
* "Name": "CREATE_DB_INSTANCES_FOR_CLUSTER",
|
|
271
|
-
* "Status": "PENDING"
|
|
272
|
-
* },
|
|
273
|
-
* {
|
|
274
|
-
* "Name": "CREATE_CUSTOM_ENDPOINTS",
|
|
275
|
-
* "Status": "PENDING"
|
|
276
|
-
* }
|
|
277
|
-
* ]
|
|
278
|
-
* }
|
|
279
|
-
* }
|
|
280
|
-
* *\/
|
|
281
|
-
* // example id: to-create-a-bluegreen-deployment-for-an-aurora-mysql-db-cluster-1679703605487
|
|
282
|
-
* ```
|
|
283
156
|
*
|
|
157
|
+
* @public
|
|
284
158
|
*/
|
|
285
159
|
export declare class CreateBlueGreenDeploymentCommand extends CreateBlueGreenDeploymentCommand_base {
|
|
286
160
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -171,6 +171,7 @@ declare const CreateCustomDBEngineVersionCommand_base: {
|
|
|
171
171
|
* @throws {@link RDSServiceException}
|
|
172
172
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
173
173
|
*
|
|
174
|
+
*
|
|
174
175
|
* @public
|
|
175
176
|
*/
|
|
176
177
|
export declare class CreateCustomDBEngineVersionCommand extends CreateCustomDBEngineVersionCommand_base {
|
|
@@ -413,134 +413,133 @@ declare const CreateDBClusterCommand_base: {
|
|
|
413
413
|
* @throws {@link RDSServiceException}
|
|
414
414
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
415
415
|
*
|
|
416
|
-
*
|
|
416
|
+
*
|
|
417
417
|
* @example To create a MySQL 5.7-compatible DB cluster
|
|
418
418
|
* ```javascript
|
|
419
419
|
* // The following example creates a MySQL 5.7-compatible Aurora DB cluster.
|
|
420
420
|
* const input = {
|
|
421
|
-
*
|
|
422
|
-
*
|
|
423
|
-
*
|
|
424
|
-
*
|
|
425
|
-
*
|
|
426
|
-
*
|
|
427
|
-
*
|
|
421
|
+
* DBClusterIdentifier: "sample-cluster",
|
|
422
|
+
* DBSubnetGroupName: "default",
|
|
423
|
+
* Engine: "aurora-mysql",
|
|
424
|
+
* EngineVersion: "5.7.12",
|
|
425
|
+
* MasterUserPassword: "mypassword",
|
|
426
|
+
* MasterUsername: "admin",
|
|
427
|
+
* VpcSecurityGroupIds: [
|
|
428
428
|
* "sg-0b91305example"
|
|
429
429
|
* ]
|
|
430
430
|
* };
|
|
431
431
|
* const command = new CreateDBClusterCommand(input);
|
|
432
432
|
* const response = await client.send(command);
|
|
433
|
-
* /* response
|
|
433
|
+
* /* response is
|
|
434
434
|
* {
|
|
435
|
-
*
|
|
436
|
-
*
|
|
437
|
-
*
|
|
438
|
-
*
|
|
435
|
+
* DBCluster: {
|
|
436
|
+
* AllocatedStorage: 1,
|
|
437
|
+
* AssociatedRoles: [],
|
|
438
|
+
* AvailabilityZones: [
|
|
439
439
|
* "us-east-1a",
|
|
440
440
|
* "us-east-1b",
|
|
441
441
|
* "us-east-1e"
|
|
442
442
|
* ],
|
|
443
|
-
*
|
|
444
|
-
*
|
|
445
|
-
*
|
|
446
|
-
*
|
|
447
|
-
*
|
|
448
|
-
*
|
|
449
|
-
*
|
|
450
|
-
*
|
|
451
|
-
*
|
|
452
|
-
*
|
|
453
|
-
*
|
|
454
|
-
*
|
|
455
|
-
*
|
|
456
|
-
*
|
|
457
|
-
*
|
|
458
|
-
*
|
|
459
|
-
*
|
|
460
|
-
*
|
|
461
|
-
*
|
|
462
|
-
*
|
|
463
|
-
*
|
|
464
|
-
*
|
|
465
|
-
*
|
|
466
|
-
*
|
|
467
|
-
*
|
|
468
|
-
*
|
|
469
|
-
*
|
|
443
|
+
* BackupRetentionPeriod: 1,
|
|
444
|
+
* ClusterCreateTime: "2019-06-07T23:21:33.048Z",
|
|
445
|
+
* CopyTagsToSnapshot: false,
|
|
446
|
+
* DBClusterArn: "arn:aws:rds:us-east-1:123456789012:cluster:sample-cluster",
|
|
447
|
+
* DBClusterIdentifier: "sample-cluster",
|
|
448
|
+
* DBClusterMembers: [],
|
|
449
|
+
* DBClusterParameterGroup: "default.aurora-mysql5.7",
|
|
450
|
+
* DBSubnetGroup: "default",
|
|
451
|
+
* DbClusterResourceId: "cluster-ANPAJ4AE5446DAEXAMPLE",
|
|
452
|
+
* DeletionProtection: false,
|
|
453
|
+
* Endpoint: "sample-cluster.cluster-cnpexample.us-east-1.rds.amazonaws.com",
|
|
454
|
+
* Engine: "aurora-mysql",
|
|
455
|
+
* EngineMode: "provisioned",
|
|
456
|
+
* EngineVersion: "5.7.12",
|
|
457
|
+
* HostedZoneId: "Z2R2ITUGPM61AM",
|
|
458
|
+
* HttpEndpointEnabled: false,
|
|
459
|
+
* IAMDatabaseAuthenticationEnabled: false,
|
|
460
|
+
* MasterUsername: "master",
|
|
461
|
+
* MultiAZ: false,
|
|
462
|
+
* Port: 3306,
|
|
463
|
+
* PreferredBackupWindow: "09:12-09:42",
|
|
464
|
+
* PreferredMaintenanceWindow: "mon:04:31-mon:05:01",
|
|
465
|
+
* ReadReplicaIdentifiers: [],
|
|
466
|
+
* ReaderEndpoint: "sample-cluster.cluster-ro-cnpexample.us-east-1.rds.amazonaws.com",
|
|
467
|
+
* Status: "creating",
|
|
468
|
+
* StorageEncrypted: false,
|
|
469
|
+
* VpcSecurityGroups: [
|
|
470
470
|
* {
|
|
471
|
-
*
|
|
472
|
-
*
|
|
471
|
+
* Status: "active",
|
|
472
|
+
* VpcSecurityGroupId: "sg-0b91305example"
|
|
473
473
|
* }
|
|
474
474
|
* ]
|
|
475
475
|
* }
|
|
476
476
|
* }
|
|
477
477
|
* *\/
|
|
478
|
-
* // example id: to-create-a-mysql-57-compatible-db-cluster-1679699416154
|
|
479
478
|
* ```
|
|
480
479
|
*
|
|
481
480
|
* @example To create a PostgreSQL-compatible DB cluster
|
|
482
481
|
* ```javascript
|
|
483
482
|
* // The following example creates a PostgreSQL-compatible Aurora DB cluster.
|
|
484
483
|
* const input = {
|
|
485
|
-
*
|
|
486
|
-
*
|
|
487
|
-
*
|
|
488
|
-
*
|
|
489
|
-
*
|
|
490
|
-
*
|
|
484
|
+
* DBClusterIdentifier: "sample-pg-cluster",
|
|
485
|
+
* DBSubnetGroupName: "default",
|
|
486
|
+
* Engine: "aurora-postgresql",
|
|
487
|
+
* MasterUserPassword: "mypassword",
|
|
488
|
+
* MasterUsername: "admin",
|
|
489
|
+
* VpcSecurityGroupIds: [
|
|
491
490
|
* "sg-0b91305example"
|
|
492
491
|
* ]
|
|
493
492
|
* };
|
|
494
493
|
* const command = new CreateDBClusterCommand(input);
|
|
495
494
|
* const response = await client.send(command);
|
|
496
|
-
* /* response
|
|
495
|
+
* /* response is
|
|
497
496
|
* {
|
|
498
|
-
*
|
|
499
|
-
*
|
|
500
|
-
*
|
|
501
|
-
*
|
|
497
|
+
* DBCluster: {
|
|
498
|
+
* AllocatedStorage: 1,
|
|
499
|
+
* AssociatedRoles: [],
|
|
500
|
+
* AvailabilityZones: [
|
|
502
501
|
* "us-east-1a",
|
|
503
502
|
* "us-east-1b",
|
|
504
503
|
* "us-east-1c"
|
|
505
504
|
* ],
|
|
506
|
-
*
|
|
507
|
-
*
|
|
508
|
-
*
|
|
509
|
-
*
|
|
510
|
-
*
|
|
511
|
-
*
|
|
512
|
-
*
|
|
513
|
-
*
|
|
514
|
-
*
|
|
515
|
-
*
|
|
516
|
-
*
|
|
517
|
-
*
|
|
518
|
-
*
|
|
519
|
-
*
|
|
520
|
-
*
|
|
521
|
-
*
|
|
522
|
-
*
|
|
523
|
-
*
|
|
524
|
-
*
|
|
525
|
-
*
|
|
526
|
-
*
|
|
527
|
-
*
|
|
528
|
-
*
|
|
529
|
-
*
|
|
530
|
-
*
|
|
531
|
-
*
|
|
532
|
-
*
|
|
505
|
+
* BackupRetentionPeriod: 1,
|
|
506
|
+
* ClusterCreateTime: "2019-06-07T23:26:08.371Z",
|
|
507
|
+
* CopyTagsToSnapshot: false,
|
|
508
|
+
* DBClusterArn: "arn:aws:rds:us-east-1:123456789012:cluster:sample-pg-cluster",
|
|
509
|
+
* DBClusterIdentifier: "sample-pg-cluster",
|
|
510
|
+
* DBClusterMembers: [],
|
|
511
|
+
* DBClusterParameterGroup: "default.aurora-postgresql9.6",
|
|
512
|
+
* DBSubnetGroup: "default",
|
|
513
|
+
* DbClusterResourceId: "cluster-ANPAJ4AE5446DAEXAMPLE",
|
|
514
|
+
* DeletionProtection: false,
|
|
515
|
+
* Endpoint: "sample-pg-cluster.cluster-cnpexample.us-east-1.rds.amazonaws.com",
|
|
516
|
+
* Engine: "aurora-postgresql",
|
|
517
|
+
* EngineMode: "provisioned",
|
|
518
|
+
* EngineVersion: "9.6.9",
|
|
519
|
+
* HostedZoneId: "Z2R2ITUGPM61AM",
|
|
520
|
+
* HttpEndpointEnabled: false,
|
|
521
|
+
* IAMDatabaseAuthenticationEnabled: false,
|
|
522
|
+
* MasterUsername: "master",
|
|
523
|
+
* MultiAZ: false,
|
|
524
|
+
* Port: 5432,
|
|
525
|
+
* PreferredBackupWindow: "09:56-10:26",
|
|
526
|
+
* PreferredMaintenanceWindow: "wed:03:33-wed:04:03",
|
|
527
|
+
* ReadReplicaIdentifiers: [],
|
|
528
|
+
* ReaderEndpoint: "sample-pg-cluster.cluster-ro-cnpexample.us-east-1.rds.amazonaws.com",
|
|
529
|
+
* Status: "creating",
|
|
530
|
+
* StorageEncrypted: false,
|
|
531
|
+
* VpcSecurityGroups: [
|
|
533
532
|
* {
|
|
534
|
-
*
|
|
535
|
-
*
|
|
533
|
+
* Status: "active",
|
|
534
|
+
* VpcSecurityGroupId: "sg-0b91305example"
|
|
536
535
|
* }
|
|
537
536
|
* ]
|
|
538
537
|
* }
|
|
539
538
|
* }
|
|
540
539
|
* *\/
|
|
541
|
-
* // example id: to-create-a-postgresql-compatible-db-cluster-1679700161087
|
|
542
540
|
* ```
|
|
543
541
|
*
|
|
542
|
+
* @public
|
|
544
543
|
*/
|
|
545
544
|
export declare class CreateDBClusterCommand extends CreateDBClusterCommand_base {
|
|
546
545
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -104,41 +104,41 @@ declare const CreateDBClusterEndpointCommand_base: {
|
|
|
104
104
|
* @throws {@link RDSServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
106
106
|
*
|
|
107
|
-
*
|
|
107
|
+
*
|
|
108
108
|
* @example To create a custom DB cluster endpoint
|
|
109
109
|
* ```javascript
|
|
110
110
|
* // The following example creates a custom DB cluster endpoint and associate it with the specified Aurora DB cluster.
|
|
111
111
|
* const input = {
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
112
|
+
* DBClusterEndpointIdentifier: "mycustomendpoint",
|
|
113
|
+
* DBClusterIdentifier: "mydbcluster",
|
|
114
|
+
* EndpointType: "reader",
|
|
115
|
+
* StaticMembers: [
|
|
116
116
|
* "dbinstance1",
|
|
117
117
|
* "dbinstance2"
|
|
118
118
|
* ]
|
|
119
119
|
* };
|
|
120
120
|
* const command = new CreateDBClusterEndpointCommand(input);
|
|
121
121
|
* const response = await client.send(command);
|
|
122
|
-
* /* response
|
|
122
|
+
* /* response is
|
|
123
123
|
* {
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
*
|
|
124
|
+
* CustomEndpointType: "READER",
|
|
125
|
+
* DBClusterEndpointArn: "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:mycustomendpoint",
|
|
126
|
+
* DBClusterEndpointIdentifier: "mycustomendpoint",
|
|
127
|
+
* DBClusterEndpointResourceIdentifier: "cluster-endpoint-ANPAJ4AE5446DAEXAMPLE",
|
|
128
|
+
* DBClusterIdentifier: "mydbcluster",
|
|
129
|
+
* Endpoint: "mycustomendpoint.cluster-custom-cnpexample.us-east-1.rds.amazonaws.com",
|
|
130
|
+
* EndpointType: "CUSTOM",
|
|
131
|
+
* ExcludedMembers: [],
|
|
132
|
+
* StaticMembers: [
|
|
133
133
|
* "dbinstance1",
|
|
134
134
|
* "dbinstance2"
|
|
135
135
|
* ],
|
|
136
|
-
*
|
|
136
|
+
* Status: "creating"
|
|
137
137
|
* }
|
|
138
138
|
* *\/
|
|
139
|
-
* // example id: to-create-a-custom-db-cluster-endpoint-1679701608522
|
|
140
139
|
* ```
|
|
141
140
|
*
|
|
141
|
+
* @public
|
|
142
142
|
*/
|
|
143
143
|
export declare class CreateDBClusterEndpointCommand extends CreateDBClusterEndpointCommand_base {
|
|
144
144
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -103,30 +103,30 @@ declare const CreateDBClusterParameterGroupCommand_base: {
|
|
|
103
103
|
* @throws {@link RDSServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
105
105
|
*
|
|
106
|
-
*
|
|
106
|
+
*
|
|
107
107
|
* @example To create a DB cluster parameter group
|
|
108
108
|
* ```javascript
|
|
109
109
|
* // The following example creates a DB cluster parameter group.
|
|
110
110
|
* const input = {
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
111
|
+
* DBClusterParameterGroupName: "mydbclusterparametergroup",
|
|
112
|
+
* DBParameterGroupFamily: "aurora5.6",
|
|
113
|
+
* Description: "My new cluster parameter group"
|
|
114
114
|
* };
|
|
115
115
|
* const command = new CreateDBClusterParameterGroupCommand(input);
|
|
116
116
|
* const response = await client.send(command);
|
|
117
|
-
* /* response
|
|
117
|
+
* /* response is
|
|
118
118
|
* {
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
123
|
-
*
|
|
119
|
+
* DBClusterParameterGroup: {
|
|
120
|
+
* DBClusterParameterGroupArn: "arn:aws:rds:us-east-1:123456789012:cluster-pg:mydbclusterparametergroup",
|
|
121
|
+
* DBClusterParameterGroupName: "mydbclusterparametergroup",
|
|
122
|
+
* DBParameterGroupFamily: "aurora5.6",
|
|
123
|
+
* Description: "My new cluster parameter group"
|
|
124
124
|
* }
|
|
125
125
|
* }
|
|
126
126
|
* *\/
|
|
127
|
-
* // example id: to-create-a-db-cluster-parameter-group-1679702915771
|
|
128
127
|
* ```
|
|
129
128
|
*
|
|
129
|
+
* @public
|
|
130
130
|
*/
|
|
131
131
|
export declare class CreateDBClusterParameterGroupCommand extends CreateDBClusterParameterGroupCommand_base {
|
|
132
132
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -117,48 +117,48 @@ declare const CreateDBClusterSnapshotCommand_base: {
|
|
|
117
117
|
* @throws {@link RDSServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
119
119
|
*
|
|
120
|
-
*
|
|
120
|
+
*
|
|
121
121
|
* @example To create a DB cluster snapshot
|
|
122
122
|
* ```javascript
|
|
123
123
|
* // The following example creates a DB cluster snapshot.
|
|
124
124
|
* const input = {
|
|
125
|
-
*
|
|
126
|
-
*
|
|
125
|
+
* DBClusterIdentifier: "mydbclustersnapshot",
|
|
126
|
+
* DBClusterSnapshotIdentifier: "mydbcluster"
|
|
127
127
|
* };
|
|
128
128
|
* const command = new CreateDBClusterSnapshotCommand(input);
|
|
129
129
|
* const response = await client.send(command);
|
|
130
|
-
* /* response
|
|
130
|
+
* /* response is
|
|
131
131
|
* {
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
132
|
+
* DBClusterSnapshot: {
|
|
133
|
+
* AllocatedStorage: 1,
|
|
134
|
+
* AvailabilityZones: [
|
|
135
135
|
* "us-east-1a",
|
|
136
136
|
* "us-east-1b",
|
|
137
137
|
* "us-east-1e"
|
|
138
138
|
* ],
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*
|
|
153
|
-
*
|
|
154
|
-
*
|
|
155
|
-
*
|
|
139
|
+
* ClusterCreateTime: "2019-04-15T14:18:42.785Z",
|
|
140
|
+
* DBClusterIdentifier: "mydbcluster",
|
|
141
|
+
* DBClusterSnapshotArn: "arn:aws:rds:us-east-1:123456789012:cluster-snapshot:mydbclustersnapshot",
|
|
142
|
+
* DBClusterSnapshotIdentifier: "mydbclustersnapshot",
|
|
143
|
+
* Engine: "aurora-mysql",
|
|
144
|
+
* EngineVersion: "5.7.mysql_aurora.2.04.2",
|
|
145
|
+
* IAMDatabaseAuthenticationEnabled: false,
|
|
146
|
+
* KmsKeyId: "arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE",
|
|
147
|
+
* LicenseModel: "aurora-mysql",
|
|
148
|
+
* MasterUsername: "myadmin",
|
|
149
|
+
* PercentProgress: 0,
|
|
150
|
+
* Port: 0,
|
|
151
|
+
* SnapshotCreateTime: "2019-06-18T21:21:00.469Z",
|
|
152
|
+
* SnapshotType: "manual",
|
|
153
|
+
* Status: "creating",
|
|
154
|
+
* StorageEncrypted: true,
|
|
155
|
+
* VpcId: "vpc-6594f31c"
|
|
156
156
|
* }
|
|
157
157
|
* }
|
|
158
158
|
* *\/
|
|
159
|
-
* // example id: to-create-a-db-cluster-snapshot-1679703154423
|
|
160
159
|
* ```
|
|
161
160
|
*
|
|
161
|
+
* @public
|
|
162
162
|
*/
|
|
163
163
|
export declare class CreateDBClusterSnapshotCommand extends CreateDBClusterSnapshotCommand_base {
|
|
164
164
|
/** @internal type navigation helper, not in runtime. */
|