@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
|
@@ -116,74 +116,74 @@ declare const DescribeDBClusterSnapshotsCommand_base: {
|
|
|
116
116
|
* @throws {@link RDSServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
118
118
|
*
|
|
119
|
-
*
|
|
119
|
+
*
|
|
120
120
|
* @example To describe a DB cluster snapshot for a DB cluster
|
|
121
121
|
* ```javascript
|
|
122
122
|
* // The following example retrieves the details for the DB cluster snapshots for the specified DB cluster.
|
|
123
123
|
* const input = {
|
|
124
|
-
*
|
|
124
|
+
* DBClusterIdentifier: "mydbcluster"
|
|
125
125
|
* };
|
|
126
126
|
* const command = new DescribeDBClusterSnapshotsCommand(input);
|
|
127
127
|
* const response = await client.send(command);
|
|
128
|
-
* /* response
|
|
128
|
+
* /* response is
|
|
129
129
|
* {
|
|
130
|
-
*
|
|
130
|
+
* DBClusterSnapshots: [
|
|
131
131
|
* {
|
|
132
|
-
*
|
|
133
|
-
*
|
|
132
|
+
* AllocatedStorage: 0,
|
|
133
|
+
* AvailabilityZones: [
|
|
134
134
|
* "us-east-1a",
|
|
135
135
|
* "us-east-1b",
|
|
136
136
|
* "us-east-1e"
|
|
137
137
|
* ],
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*
|
|
153
|
-
*
|
|
154
|
-
*
|
|
138
|
+
* ClusterCreateTime: "2019-04-15T14:18:42.785Z",
|
|
139
|
+
* DBClusterIdentifier: "mydbcluster",
|
|
140
|
+
* DBClusterSnapshotArn: "arn:aws:rds:us-east-1:814387698303:cluster-snapshot:myclustersnapshotcopy",
|
|
141
|
+
* DBClusterSnapshotIdentifier: "myclustersnapshotcopy",
|
|
142
|
+
* Engine: "aurora-mysql",
|
|
143
|
+
* EngineVersion: "5.7.mysql_aurora.2.04.2",
|
|
144
|
+
* IAMDatabaseAuthenticationEnabled: false,
|
|
145
|
+
* KmsKeyId: "arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE",
|
|
146
|
+
* LicenseModel: "aurora-mysql",
|
|
147
|
+
* MasterUsername: "myadmin",
|
|
148
|
+
* PercentProgress: 100,
|
|
149
|
+
* Port: 0,
|
|
150
|
+
* SnapshotCreateTime: "2019-06-04T09:16:42.649Z",
|
|
151
|
+
* SnapshotType: "manual",
|
|
152
|
+
* Status: "available",
|
|
153
|
+
* StorageEncrypted: true,
|
|
154
|
+
* VpcId: "vpc-6594f31c"
|
|
155
155
|
* },
|
|
156
156
|
* {
|
|
157
|
-
*
|
|
158
|
-
*
|
|
157
|
+
* AllocatedStorage: 0,
|
|
158
|
+
* AvailabilityZones: [
|
|
159
159
|
* "us-east-1a",
|
|
160
160
|
* "us-east-1b",
|
|
161
161
|
* "us-east-1e"
|
|
162
162
|
* ],
|
|
163
|
-
*
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
*
|
|
167
|
-
*
|
|
168
|
-
*
|
|
169
|
-
*
|
|
170
|
-
*
|
|
171
|
-
*
|
|
172
|
-
*
|
|
173
|
-
*
|
|
174
|
-
*
|
|
175
|
-
*
|
|
176
|
-
*
|
|
177
|
-
*
|
|
178
|
-
*
|
|
179
|
-
*
|
|
163
|
+
* ClusterCreateTime: "2019-04-15T14:18:42.785Z",
|
|
164
|
+
* DBClusterIdentifier: "mydbcluster",
|
|
165
|
+
* DBClusterSnapshotArn: "arn:aws:rds:us-east-1:123456789012:cluster-snapshot:rds:mydbcluster-2019-06-20-09-16",
|
|
166
|
+
* DBClusterSnapshotIdentifier: "rds:mydbcluster-2019-06-20-09-16",
|
|
167
|
+
* Engine: "aurora-mysql",
|
|
168
|
+
* EngineVersion: "5.7.mysql_aurora.2.04.2",
|
|
169
|
+
* IAMDatabaseAuthenticationEnabled: false,
|
|
170
|
+
* KmsKeyId: "arn:aws:kms:us-east-1:814387698303:key/AKIAIOSFODNN7EXAMPLE",
|
|
171
|
+
* LicenseModel: "aurora-mysql",
|
|
172
|
+
* MasterUsername: "myadmin",
|
|
173
|
+
* PercentProgress: 100,
|
|
174
|
+
* Port: 0,
|
|
175
|
+
* SnapshotCreateTime: "2019-06-20T09:16:26.569Z",
|
|
176
|
+
* SnapshotType: "automated",
|
|
177
|
+
* Status: "available",
|
|
178
|
+
* StorageEncrypted: true,
|
|
179
|
+
* VpcId: "vpc-6594f31c"
|
|
180
180
|
* }
|
|
181
181
|
* ]
|
|
182
182
|
* }
|
|
183
183
|
* *\/
|
|
184
|
-
* // example id: to-describe-a-db-cluster-snapshot-for-a-db-cluster-1680216426182
|
|
185
184
|
* ```
|
|
186
185
|
*
|
|
186
|
+
* @public
|
|
187
187
|
*/
|
|
188
188
|
export declare class DescribeDBClusterSnapshotsCommand extends DescribeDBClusterSnapshotsCommand_base {
|
|
189
189
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -268,105 +268,105 @@ declare const DescribeDBClustersCommand_base: {
|
|
|
268
268
|
* @throws {@link RDSServiceException}
|
|
269
269
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
270
270
|
*
|
|
271
|
-
*
|
|
271
|
+
*
|
|
272
272
|
* @example To describe a DB cluster
|
|
273
273
|
* ```javascript
|
|
274
274
|
* // The following example retrieves the details of the specified DB cluster.
|
|
275
275
|
* const input = {
|
|
276
|
-
*
|
|
276
|
+
* DBClusterIdentifier: "mydbcluster"
|
|
277
277
|
* };
|
|
278
278
|
* const command = new DescribeDBClustersCommand(input);
|
|
279
279
|
* const response = await client.send(command);
|
|
280
|
-
* /* response
|
|
280
|
+
* /* response is
|
|
281
281
|
* {
|
|
282
|
-
*
|
|
282
|
+
* DBClusters: [
|
|
283
283
|
* {
|
|
284
|
-
*
|
|
285
|
-
*
|
|
286
|
-
*
|
|
284
|
+
* AllocatedStorage: 1,
|
|
285
|
+
* AssociatedRoles: [],
|
|
286
|
+
* AvailabilityZones: [
|
|
287
287
|
* "us-east-1a",
|
|
288
288
|
* "us-east-1b",
|
|
289
289
|
* "us-east-1e"
|
|
290
290
|
* ],
|
|
291
|
-
*
|
|
292
|
-
*
|
|
293
|
-
*
|
|
294
|
-
*
|
|
295
|
-
*
|
|
291
|
+
* BackupRetentionPeriod: 1,
|
|
292
|
+
* ClusterCreateTime: "2019-04-15T14:18:42.785Z",
|
|
293
|
+
* DBClusterArn: "arn:aws:rds:us-east-1:123456789012:cluster:mydbcluster",
|
|
294
|
+
* DBClusterIdentifier: "mydbcluster",
|
|
295
|
+
* DBClusterMembers: [
|
|
296
296
|
* {
|
|
297
|
-
*
|
|
298
|
-
*
|
|
299
|
-
*
|
|
300
|
-
*
|
|
297
|
+
* DBClusterParameterGroupStatus: "in-sync",
|
|
298
|
+
* DBInstanceIdentifier: "dbinstance3",
|
|
299
|
+
* IsClusterWriter: false,
|
|
300
|
+
* PromotionTier: 1
|
|
301
301
|
* },
|
|
302
302
|
* {
|
|
303
|
-
*
|
|
304
|
-
*
|
|
305
|
-
*
|
|
306
|
-
*
|
|
303
|
+
* DBClusterParameterGroupStatus: "in-sync",
|
|
304
|
+
* DBInstanceIdentifier: "dbinstance1",
|
|
305
|
+
* IsClusterWriter: false,
|
|
306
|
+
* PromotionTier: 1
|
|
307
307
|
* },
|
|
308
308
|
* {
|
|
309
|
-
*
|
|
310
|
-
*
|
|
311
|
-
*
|
|
312
|
-
*
|
|
309
|
+
* DBClusterParameterGroupStatus: "in-sync",
|
|
310
|
+
* DBInstanceIdentifier: "dbinstance2",
|
|
311
|
+
* IsClusterWriter: false,
|
|
312
|
+
* PromotionTier: 1
|
|
313
313
|
* },
|
|
314
314
|
* {
|
|
315
|
-
*
|
|
316
|
-
*
|
|
317
|
-
*
|
|
318
|
-
*
|
|
315
|
+
* DBClusterParameterGroupStatus: "in-sync",
|
|
316
|
+
* DBInstanceIdentifier: "mydbcluster",
|
|
317
|
+
* IsClusterWriter: false,
|
|
318
|
+
* PromotionTier: 1
|
|
319
319
|
* },
|
|
320
320
|
* {
|
|
321
|
-
*
|
|
322
|
-
*
|
|
323
|
-
*
|
|
324
|
-
*
|
|
321
|
+
* DBClusterParameterGroupStatus: "in-sync",
|
|
322
|
+
* DBInstanceIdentifier: "mydbcluster-us-east-1b",
|
|
323
|
+
* IsClusterWriter: false,
|
|
324
|
+
* PromotionTier: 1
|
|
325
325
|
* },
|
|
326
326
|
* {
|
|
327
|
-
*
|
|
328
|
-
*
|
|
329
|
-
*
|
|
330
|
-
*
|
|
327
|
+
* DBClusterParameterGroupStatus: "in-sync",
|
|
328
|
+
* DBInstanceIdentifier: "mydbcluster",
|
|
329
|
+
* IsClusterWriter: true,
|
|
330
|
+
* PromotionTier: 1
|
|
331
331
|
* }
|
|
332
332
|
* ],
|
|
333
|
-
*
|
|
334
|
-
*
|
|
335
|
-
*
|
|
336
|
-
*
|
|
337
|
-
*
|
|
338
|
-
*
|
|
339
|
-
*
|
|
340
|
-
*
|
|
341
|
-
*
|
|
342
|
-
*
|
|
343
|
-
*
|
|
344
|
-
*
|
|
345
|
-
*
|
|
346
|
-
*
|
|
347
|
-
*
|
|
348
|
-
*
|
|
349
|
-
*
|
|
350
|
-
*
|
|
351
|
-
*
|
|
352
|
-
*
|
|
353
|
-
*
|
|
354
|
-
*
|
|
355
|
-
*
|
|
356
|
-
*
|
|
357
|
-
*
|
|
333
|
+
* DBClusterParameterGroup: "default.aurora-mysql5.7",
|
|
334
|
+
* DBSubnetGroup: "default",
|
|
335
|
+
* DatabaseName: "mydbcluster",
|
|
336
|
+
* DbClusterResourceId: "cluster-AKIAIOSFODNN7EXAMPLE",
|
|
337
|
+
* DeletionProtection: false,
|
|
338
|
+
* EarliestRestorableTime: "2019-06-19T09:16:28.210Z",
|
|
339
|
+
* Endpoint: "mydbcluster.cluster-cnpexample.us-east-1.rds.amazonaws.com",
|
|
340
|
+
* Engine: "aurora-mysql",
|
|
341
|
+
* EngineMode: "provisioned",
|
|
342
|
+
* EngineVersion: "5.7.mysql_aurora.2.04.2",
|
|
343
|
+
* HostedZoneId: "Z2R2ITUGPM61AM",
|
|
344
|
+
* HttpEndpointEnabled: false,
|
|
345
|
+
* IAMDatabaseAuthenticationEnabled: false,
|
|
346
|
+
* KmsKeyId: "arn:aws:kms:us-east-1:814387698303:key/AKIAIOSFODNN7EXAMPLE",
|
|
347
|
+
* LatestRestorableTime: "2019-06-20T22:38:14.908Z",
|
|
348
|
+
* MasterUsername: "myadmin",
|
|
349
|
+
* MultiAZ: true,
|
|
350
|
+
* Port: 3306,
|
|
351
|
+
* PreferredBackupWindow: "09:09-09:39",
|
|
352
|
+
* PreferredMaintenanceWindow: "sat:04:09-sat:04:39",
|
|
353
|
+
* ReadReplicaIdentifiers: [],
|
|
354
|
+
* ReaderEndpoint: "mydbcluster.cluster-ro-cnpexample.us-east-1.rds.amazonaws.com",
|
|
355
|
+
* Status: "available",
|
|
356
|
+
* StorageEncrypted: true,
|
|
357
|
+
* VpcSecurityGroups: [
|
|
358
358
|
* {
|
|
359
|
-
*
|
|
360
|
-
*
|
|
359
|
+
* Status: "active",
|
|
360
|
+
* VpcSecurityGroupId: "sg-0b9130572daf3dc16"
|
|
361
361
|
* }
|
|
362
362
|
* ]
|
|
363
363
|
* }
|
|
364
364
|
* ]
|
|
365
365
|
* }
|
|
366
366
|
* *\/
|
|
367
|
-
* // example id: to-describe-a-db-cluster-1680215000529
|
|
368
367
|
* ```
|
|
369
368
|
*
|
|
369
|
+
* @public
|
|
370
370
|
*/
|
|
371
371
|
export declare class DescribeDBClustersCommand extends DescribeDBClustersCommand_base {
|
|
372
372
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -162,47 +162,47 @@ declare const DescribeDBEngineVersionsCommand_base: {
|
|
|
162
162
|
* @throws {@link RDSServiceException}
|
|
163
163
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
164
164
|
*
|
|
165
|
-
*
|
|
165
|
+
*
|
|
166
166
|
* @example To describe the DB engine versions for the MySQL DB engine
|
|
167
167
|
* ```javascript
|
|
168
168
|
* // The following example displays details about each of the DB engine versions for the specified DB engine.
|
|
169
169
|
* const input = {
|
|
170
|
-
*
|
|
170
|
+
* Engine: "mysql"
|
|
171
171
|
* };
|
|
172
172
|
* const command = new DescribeDBEngineVersionsCommand(input);
|
|
173
173
|
* const response = await client.send(command);
|
|
174
|
-
* /* response
|
|
174
|
+
* /* response is
|
|
175
175
|
* {
|
|
176
|
-
*
|
|
176
|
+
* DBEngineVersions: [
|
|
177
177
|
* {
|
|
178
|
-
*
|
|
179
|
-
*
|
|
180
|
-
*
|
|
181
|
-
*
|
|
182
|
-
*
|
|
183
|
-
*
|
|
178
|
+
* DBEngineDescription: "MySQL Community Edition",
|
|
179
|
+
* DBEngineVersionDescription: "MySQL 5.7.33",
|
|
180
|
+
* DBParameterGroupFamily: "mysql5.7",
|
|
181
|
+
* Engine: "mysql",
|
|
182
|
+
* EngineVersion: "5.7.33",
|
|
183
|
+
* ValidUpgradeTarget: [
|
|
184
184
|
* {
|
|
185
|
-
*
|
|
186
|
-
*
|
|
187
|
-
*
|
|
188
|
-
*
|
|
189
|
-
*
|
|
185
|
+
* AutoUpgrade: false,
|
|
186
|
+
* Description: "MySQL 5.7.34",
|
|
187
|
+
* Engine: "mysql",
|
|
188
|
+
* EngineVersion: "5.7.34",
|
|
189
|
+
* IsMajorVersionUpgrade: false
|
|
190
190
|
* },
|
|
191
191
|
* {
|
|
192
|
-
*
|
|
193
|
-
*
|
|
194
|
-
*
|
|
195
|
-
*
|
|
196
|
-
*
|
|
192
|
+
* AutoUpgrade: false,
|
|
193
|
+
* Description: "MySQL 5.7.36",
|
|
194
|
+
* Engine: "mysql",
|
|
195
|
+
* EngineVersion: "5.7.36",
|
|
196
|
+
* IsMajorVersionUpgrade: false
|
|
197
197
|
* }
|
|
198
198
|
* ]
|
|
199
199
|
* }
|
|
200
200
|
* ]
|
|
201
201
|
* }
|
|
202
202
|
* *\/
|
|
203
|
-
* // example id: to-describe-the-db-engine-versions-for-the-mysql-db-engine-1680216738909
|
|
204
203
|
* ```
|
|
205
204
|
*
|
|
205
|
+
* @public
|
|
206
206
|
*/
|
|
207
207
|
export declare class DescribeDBEngineVersionsCommand extends DescribeDBEngineVersionsCommand_base {
|
|
208
208
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -117,48 +117,48 @@ declare const DescribeDBInstanceAutomatedBackupsCommand_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 describe the automated backups for a DB instance
|
|
122
122
|
* ```javascript
|
|
123
123
|
* // The following example displays details about the automated backups for the specified DB instance. The details include replicated automated backups in other AWS Regions.
|
|
124
124
|
* const input = {
|
|
125
|
-
*
|
|
125
|
+
* DBInstanceIdentifier: "new-orcl-db"
|
|
126
126
|
* };
|
|
127
127
|
* const command = new DescribeDBInstanceAutomatedBackupsCommand(input);
|
|
128
128
|
* const response = await client.send(command);
|
|
129
|
-
* /* response
|
|
129
|
+
* /* response is
|
|
130
130
|
* {
|
|
131
|
-
*
|
|
131
|
+
* DBInstanceAutomatedBackups: [
|
|
132
132
|
* {
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
*
|
|
151
|
-
*
|
|
133
|
+
* AllocatedStorage: 20,
|
|
134
|
+
* BackupRetentionPeriod: 14,
|
|
135
|
+
* DBInstanceArn: "arn:aws:rds:us-east-1:123456789012:db:new-orcl-db",
|
|
136
|
+
* DBInstanceAutomatedBackupsArn: "arn:aws:rds:us-west-2:123456789012:auto-backup:ab-jkib2gfq5rv7replzadausbrktni2bn4example",
|
|
137
|
+
* DBInstanceIdentifier: "new-orcl-db",
|
|
138
|
+
* DbiResourceId: "db-JKIB2GFQ5RV7REPLZA4EXAMPLE",
|
|
139
|
+
* Encrypted: false,
|
|
140
|
+
* Engine: "oracle-se2",
|
|
141
|
+
* EngineVersion: "12.1.0.2.v21",
|
|
142
|
+
* IAMDatabaseAuthenticationEnabled: false,
|
|
143
|
+
* InstanceCreateTime: "2020-12-04T15:28:31Z",
|
|
144
|
+
* LicenseModel: "bring-your-own-license",
|
|
145
|
+
* MasterUsername: "admin",
|
|
146
|
+
* OptionGroupName: "default:oracle-se2-12-1",
|
|
147
|
+
* Port: 1521,
|
|
148
|
+
* Region: "us-east-1",
|
|
149
|
+
* RestoreWindow: {
|
|
150
|
+
* EarliestTime: "2020-12-07T21:05:20.939Z",
|
|
151
|
+
* LatestTime: "2020-12-07T21:05:20.939Z"
|
|
152
152
|
* },
|
|
153
|
-
*
|
|
154
|
-
*
|
|
153
|
+
* Status: "replicating",
|
|
154
|
+
* StorageType: "gp2"
|
|
155
155
|
* }
|
|
156
156
|
* ]
|
|
157
157
|
* }
|
|
158
158
|
* *\/
|
|
159
|
-
* // example id: to-describe-the-automated-backups-for-a-db-instance-1680217198750
|
|
160
159
|
* ```
|
|
161
160
|
*
|
|
161
|
+
* @public
|
|
162
162
|
*/
|
|
163
163
|
export declare class DescribeDBInstanceAutomatedBackupsCommand extends DescribeDBInstanceAutomatedBackupsCommand_base {
|
|
164
164
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -298,36 +298,36 @@ declare const DescribeDBInstancesCommand_base: {
|
|
|
298
298
|
* @throws {@link RDSServiceException}
|
|
299
299
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
300
300
|
*
|
|
301
|
-
*
|
|
301
|
+
*
|
|
302
302
|
* @example To describe a DB instance
|
|
303
303
|
* ```javascript
|
|
304
304
|
* // The following example retrieves details about the specified DB instance.
|
|
305
305
|
* const input = {
|
|
306
|
-
*
|
|
306
|
+
* DBInstanceIdentifier: "mydbinstancecf"
|
|
307
307
|
* };
|
|
308
308
|
* const command = new DescribeDBInstancesCommand(input);
|
|
309
309
|
* const response = await client.send(command);
|
|
310
|
-
* /* response
|
|
310
|
+
* /* response is
|
|
311
311
|
* {
|
|
312
|
-
*
|
|
312
|
+
* DBInstances: [
|
|
313
313
|
* {
|
|
314
|
-
*
|
|
315
|
-
*
|
|
316
|
-
*
|
|
317
|
-
*
|
|
318
|
-
*
|
|
319
|
-
*
|
|
320
|
-
*
|
|
314
|
+
* DBInstanceClass: "db.t3.small",
|
|
315
|
+
* DBInstanceIdentifier: "mydbinstancecf",
|
|
316
|
+
* DBInstanceStatus: "available",
|
|
317
|
+
* Endpoint: {
|
|
318
|
+
* Address: "mydbinstancecf.abcexample.us-east-1.rds.amazonaws.com",
|
|
319
|
+
* HostedZoneId: "Z2R2ITUGPM61AM",
|
|
320
|
+
* Port: 3306
|
|
321
321
|
* },
|
|
322
|
-
*
|
|
323
|
-
*
|
|
322
|
+
* Engine: "mysql",
|
|
323
|
+
* MasterUsername: "admin"
|
|
324
324
|
* }
|
|
325
325
|
* ]
|
|
326
326
|
* }
|
|
327
327
|
* *\/
|
|
328
|
-
* // example id: to-describe-a-db-instance-1680217544524
|
|
329
328
|
* ```
|
|
330
329
|
*
|
|
330
|
+
* @public
|
|
331
331
|
*/
|
|
332
332
|
export declare class DescribeDBInstancesCommand extends DescribeDBInstancesCommand_base {
|
|
333
333
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -82,54 +82,54 @@ declare const DescribeDBLogFilesCommand_base: {
|
|
|
82
82
|
* @throws {@link RDSServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
84
84
|
*
|
|
85
|
-
*
|
|
85
|
+
*
|
|
86
86
|
* @example To describe the log files for a DB instance
|
|
87
87
|
* ```javascript
|
|
88
88
|
* // The following example retrieves details about the log files for the specified DB instance.
|
|
89
89
|
* const input = {
|
|
90
|
-
*
|
|
90
|
+
* DBInstanceIdentifier: "test-instance"
|
|
91
91
|
* };
|
|
92
92
|
* const command = new DescribeDBLogFilesCommand(input);
|
|
93
93
|
* const response = await client.send(command);
|
|
94
|
-
* /* response
|
|
94
|
+
* /* response is
|
|
95
95
|
* {
|
|
96
|
-
*
|
|
96
|
+
* DescribeDBLogFiles: [
|
|
97
97
|
* {
|
|
98
|
-
*
|
|
99
|
-
*
|
|
100
|
-
*
|
|
98
|
+
* LastWritten: 1533060000000,
|
|
99
|
+
* LogFileName: "error/mysql-error-running.log",
|
|
100
|
+
* Size: 0
|
|
101
101
|
* },
|
|
102
102
|
* {
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
103
|
+
* LastWritten: 1532994300000,
|
|
104
|
+
* LogFileName: "error/mysql-error-running.log.0",
|
|
105
|
+
* Size: 2683
|
|
106
106
|
* },
|
|
107
107
|
* {
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
108
|
+
* LastWritten: 1533057300000,
|
|
109
|
+
* LogFileName: "error/mysql-error-running.log.18",
|
|
110
|
+
* Size: 107
|
|
111
111
|
* },
|
|
112
112
|
* {
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
113
|
+
* LastWritten: 1532991000000,
|
|
114
|
+
* LogFileName: "error/mysql-error-running.log.23",
|
|
115
|
+
* Size: 13105
|
|
116
116
|
* },
|
|
117
117
|
* {
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
*
|
|
118
|
+
* LastWritten: 1533061200000,
|
|
119
|
+
* LogFileName: "error/mysql-error.log",
|
|
120
|
+
* Size: 0
|
|
121
121
|
* },
|
|
122
122
|
* {
|
|
123
|
-
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
123
|
+
* LastWritten: 1532989252000,
|
|
124
|
+
* LogFileName: "mysqlUpgrade",
|
|
125
|
+
* Size: 3519
|
|
126
126
|
* }
|
|
127
127
|
* ]
|
|
128
128
|
* }
|
|
129
129
|
* *\/
|
|
130
|
-
* // example id: to-describe-the-log-files-for-a-db-instance-1680217710149
|
|
131
130
|
* ```
|
|
132
131
|
*
|
|
132
|
+
* @public
|
|
133
133
|
*/
|
|
134
134
|
export declare class DescribeDBLogFilesCommand extends DescribeDBLogFilesCommand_base {
|
|
135
135
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -78,46 +78,46 @@ declare const DescribeDBParameterGroupsCommand_base: {
|
|
|
78
78
|
* @throws {@link RDSServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
80
80
|
*
|
|
81
|
-
*
|
|
81
|
+
*
|
|
82
82
|
* @example To describe your DB parameter groups
|
|
83
83
|
* ```javascript
|
|
84
84
|
* // The following example retrieves details about your DB parameter groups.
|
|
85
|
-
* const input = {};
|
|
85
|
+
* const input = { /* empty *\/ };
|
|
86
86
|
* const command = new DescribeDBParameterGroupsCommand(input);
|
|
87
87
|
* const response = await client.send(command);
|
|
88
|
-
* /* response
|
|
88
|
+
* /* response is
|
|
89
89
|
* {
|
|
90
|
-
*
|
|
90
|
+
* DBParameterGroups: [
|
|
91
91
|
* {
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
92
|
+
* DBParameterGroupArn: "arn:aws:rds:us-east-1:123456789012:pg:default.aurora-mysql5.7",
|
|
93
|
+
* DBParameterGroupFamily: "aurora-mysql5.7",
|
|
94
|
+
* DBParameterGroupName: "default.aurora-mysql5.7",
|
|
95
|
+
* Description: "Default parameter group for aurora-mysql5.7"
|
|
96
96
|
* },
|
|
97
97
|
* {
|
|
98
|
-
*
|
|
99
|
-
*
|
|
100
|
-
*
|
|
101
|
-
*
|
|
98
|
+
* DBParameterGroupArn: "arn:aws:rds:us-east-1:123456789012:pg:default.aurora-postgresql9.6",
|
|
99
|
+
* DBParameterGroupFamily: "aurora-postgresql9.6",
|
|
100
|
+
* DBParameterGroupName: "default.aurora-postgresql9.6",
|
|
101
|
+
* Description: "Default parameter group for aurora-postgresql9.6"
|
|
102
102
|
* },
|
|
103
103
|
* {
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
104
|
+
* DBParameterGroupArn: "arn:aws:rds:us-east-1:123456789012:pg:default.aurora5.6",
|
|
105
|
+
* DBParameterGroupFamily: "aurora5.6",
|
|
106
|
+
* DBParameterGroupName: "default.aurora5.6",
|
|
107
|
+
* Description: "Default parameter group for aurora5.6"
|
|
108
108
|
* },
|
|
109
109
|
* {
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
110
|
+
* DBParameterGroupArn: "arn:aws:rds:us-east-1:123456789012:pg:default.mariadb10.1",
|
|
111
|
+
* DBParameterGroupFamily: "mariadb10.1",
|
|
112
|
+
* DBParameterGroupName: "default.mariadb10.1",
|
|
113
|
+
* Description: "Default parameter group for mariadb10.1"
|
|
114
114
|
* }
|
|
115
115
|
* ]
|
|
116
116
|
* }
|
|
117
117
|
* *\/
|
|
118
|
-
* // example id: to-describe-your-db-parameter-groups-1680279250598
|
|
119
118
|
* ```
|
|
120
119
|
*
|
|
120
|
+
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class DescribeDBParameterGroupsCommand extends DescribeDBParameterGroupsCommand_base {
|
|
123
123
|
/** @internal type navigation helper, not in runtime. */
|