@aws-sdk/client-rds 3.776.0 → 3.782.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 +5 -5
|
@@ -67,18 +67,21 @@ declare const DeleteDBSecurityGroupCommand_base: {
|
|
|
67
67
|
* @throws {@link RDSServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
69
69
|
*
|
|
70
|
-
*
|
|
70
|
+
*
|
|
71
71
|
* @example To delete a DB security group
|
|
72
72
|
* ```javascript
|
|
73
73
|
* // The following example deletes a DB security group.
|
|
74
74
|
* const input = {
|
|
75
|
-
*
|
|
75
|
+
* DBSecurityGroupName: "mysecgroup"
|
|
76
76
|
* };
|
|
77
77
|
* const command = new DeleteDBSecurityGroupCommand(input);
|
|
78
|
-
* await client.send(command);
|
|
79
|
-
*
|
|
78
|
+
* const response = await client.send(command);
|
|
79
|
+
* /* response is
|
|
80
|
+
* { /* metadata only *\/ }
|
|
81
|
+
* *\/
|
|
80
82
|
* ```
|
|
81
83
|
*
|
|
84
|
+
* @public
|
|
82
85
|
*/
|
|
83
86
|
export declare class DeleteDBSecurityGroupCommand extends DeleteDBSecurityGroupCommand_base {
|
|
84
87
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -78,6 +78,7 @@ declare const DeleteDBShardGroupCommand_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
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DeleteDBShardGroupCommand extends DeleteDBShardGroupCommand_base {
|
|
@@ -112,48 +112,48 @@ declare const DeleteDBSnapshotCommand_base: {
|
|
|
112
112
|
* @throws {@link RDSServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
114
114
|
*
|
|
115
|
-
*
|
|
115
|
+
*
|
|
116
116
|
* @example To delete a DB snapshot
|
|
117
117
|
* ```javascript
|
|
118
118
|
* // The following example deletes the specified DB snapshot.
|
|
119
119
|
* const input = {
|
|
120
|
-
*
|
|
120
|
+
* DBSnapshotIdentifier: "mydbsnapshot"
|
|
121
121
|
* };
|
|
122
122
|
* const command = new DeleteDBSnapshotCommand(input);
|
|
123
123
|
* const response = await client.send(command);
|
|
124
|
-
* /* response
|
|
124
|
+
* /* response is
|
|
125
125
|
* {
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
*
|
|
126
|
+
* DBSnapshot: {
|
|
127
|
+
* AllocatedStorage: 100,
|
|
128
|
+
* AvailabilityZone: "us-east-1b",
|
|
129
|
+
* DBInstanceIdentifier: "database-mysql",
|
|
130
|
+
* DBSnapshotArn: "arn:aws:rds:us-east-1:123456789012:snapshot:mydbsnapshot",
|
|
131
|
+
* DBSnapshotIdentifier: "mydbsnapshot",
|
|
132
|
+
* DbiResourceId: "db-AKIAIOSFODNN7EXAMPLE",
|
|
133
|
+
* Encrypted: true,
|
|
134
|
+
* Engine: "mysql",
|
|
135
|
+
* EngineVersion: "5.6.40",
|
|
136
|
+
* IAMDatabaseAuthenticationEnabled: false,
|
|
137
|
+
* InstanceCreateTime: "2019-04-30T15:45:53.663Z",
|
|
138
|
+
* Iops: 1000,
|
|
139
|
+
* KmsKeyId: "arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE",
|
|
140
|
+
* LicenseModel: "general-public-license",
|
|
141
|
+
* MasterUsername: "admin",
|
|
142
|
+
* OptionGroupName: "default:mysql-5-6",
|
|
143
|
+
* PercentProgress: 100,
|
|
144
|
+
* Port: 3306,
|
|
145
|
+
* ProcessorFeatures: [],
|
|
146
|
+
* SnapshotCreateTime: "2019-06-18T22:08:40.702Z",
|
|
147
|
+
* SnapshotType: "manual",
|
|
148
|
+
* Status: "deleted",
|
|
149
|
+
* StorageType: "io1",
|
|
150
|
+
* VpcId: "vpc-6594f31c"
|
|
151
151
|
* }
|
|
152
152
|
* }
|
|
153
153
|
* *\/
|
|
154
|
-
* // example id: to-delete-a-db-snapshot-1680111103708
|
|
155
154
|
* ```
|
|
156
155
|
*
|
|
156
|
+
* @public
|
|
157
157
|
*/
|
|
158
158
|
export declare class DeleteDBSnapshotCommand extends DeleteDBSnapshotCommand_base {
|
|
159
159
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -65,18 +65,21 @@ declare const DeleteDBSubnetGroupCommand_base: {
|
|
|
65
65
|
* @throws {@link RDSServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
67
67
|
*
|
|
68
|
-
*
|
|
68
|
+
*
|
|
69
69
|
* @example To delete a DB subnet group
|
|
70
70
|
* ```javascript
|
|
71
71
|
* // The following example deletes the DB subnet group called mysubnetgroup.
|
|
72
72
|
* const input = {
|
|
73
|
-
*
|
|
73
|
+
* DBSubnetGroupName: "mysubnetgroup"
|
|
74
74
|
* };
|
|
75
75
|
* const command = new DeleteDBSubnetGroupCommand(input);
|
|
76
|
-
* await client.send(command);
|
|
77
|
-
*
|
|
76
|
+
* const response = await client.send(command);
|
|
77
|
+
* /* response is
|
|
78
|
+
* { /* metadata only *\/ }
|
|
79
|
+
* *\/
|
|
78
80
|
* ```
|
|
79
81
|
*
|
|
82
|
+
* @public
|
|
80
83
|
*/
|
|
81
84
|
export declare class DeleteDBSubnetGroupCommand extends DeleteDBSubnetGroupCommand_base {
|
|
82
85
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -75,39 +75,39 @@ declare const DeleteEventSubscriptionCommand_base: {
|
|
|
75
75
|
* @throws {@link RDSServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
77
77
|
*
|
|
78
|
-
*
|
|
78
|
+
*
|
|
79
79
|
* @example To delete an event subscription
|
|
80
80
|
* ```javascript
|
|
81
81
|
* // The following example deletes the specified event subscription.
|
|
82
82
|
* const input = {
|
|
83
|
-
*
|
|
83
|
+
* SubscriptionName: "my-instance-events"
|
|
84
84
|
* };
|
|
85
85
|
* const command = new DeleteEventSubscriptionCommand(input);
|
|
86
86
|
* const response = await client.send(command);
|
|
87
|
-
* /* response
|
|
87
|
+
* /* response is
|
|
88
88
|
* {
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
92
|
-
*
|
|
93
|
-
*
|
|
89
|
+
* EventSubscription: {
|
|
90
|
+
* CustSubscriptionId: "my-instance-events",
|
|
91
|
+
* CustomerAwsId: "123456789012",
|
|
92
|
+
* Enabled: false,
|
|
93
|
+
* EventCategoriesList: [
|
|
94
94
|
* "backup",
|
|
95
95
|
* "recovery"
|
|
96
96
|
* ],
|
|
97
|
-
*
|
|
98
|
-
*
|
|
99
|
-
*
|
|
97
|
+
* EventSubscriptionArn: "arn:aws:rds:us-east-1:123456789012:es:my-instance-events",
|
|
98
|
+
* SnsTopicArn: "arn:aws:sns:us-east-1:123456789012:interesting-events",
|
|
99
|
+
* SourceIdsList: [
|
|
100
100
|
* "test-instance"
|
|
101
101
|
* ],
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
*
|
|
102
|
+
* SourceType: "db-instance",
|
|
103
|
+
* Status: "deleting",
|
|
104
|
+
* SubscriptionCreationTime: "2018-07-31 23:22:01.893"
|
|
105
105
|
* }
|
|
106
106
|
* }
|
|
107
107
|
* *\/
|
|
108
|
-
* // example id: to-delete-an-event-subscription-1680128383147
|
|
109
108
|
* ```
|
|
110
109
|
*
|
|
110
|
+
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class DeleteEventSubscriptionCommand extends DeleteEventSubscriptionCommand_base {
|
|
113
113
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -99,33 +99,33 @@ declare const DeleteGlobalClusterCommand_base: {
|
|
|
99
99
|
* @throws {@link RDSServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
101
101
|
*
|
|
102
|
-
*
|
|
102
|
+
*
|
|
103
103
|
* @example To delete a global DB cluster
|
|
104
104
|
* ```javascript
|
|
105
105
|
* // The following example deletes an Aurora MySQL-compatible global DB cluster.
|
|
106
106
|
* const input = {
|
|
107
|
-
*
|
|
107
|
+
* GlobalClusterIdentifier: "myglobalcluster"
|
|
108
108
|
* };
|
|
109
109
|
* const command = new DeleteGlobalClusterCommand(input);
|
|
110
110
|
* const response = await client.send(command);
|
|
111
|
-
* /* response
|
|
111
|
+
* /* response is
|
|
112
112
|
* {
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
113
|
+
* GlobalCluster: {
|
|
114
|
+
* DeletionProtection: false,
|
|
115
|
+
* Engine: "aurora-mysql",
|
|
116
|
+
* EngineVersion: "5.7.mysql_aurora.2.07.2",
|
|
117
|
+
* GlobalClusterArn: "arn:aws:rds::123456789012:global-cluster:myglobalcluster",
|
|
118
|
+
* GlobalClusterIdentifier: "myglobalcluster",
|
|
119
|
+
* GlobalClusterMembers: [],
|
|
120
|
+
* GlobalClusterResourceId: "cluster-f0e523bfe07aabb",
|
|
121
|
+
* Status: "available",
|
|
122
|
+
* StorageEncrypted: false
|
|
123
123
|
* }
|
|
124
124
|
* }
|
|
125
125
|
* *\/
|
|
126
|
-
* // example id: to-delete-a-global-db-cluster-1680128523630
|
|
127
126
|
* ```
|
|
128
127
|
*
|
|
128
|
+
* @public
|
|
129
129
|
*/
|
|
130
130
|
export declare class DeleteGlobalClusterCommand extends DeleteGlobalClusterCommand_base {
|
|
131
131
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -88,30 +88,30 @@ declare const DeleteIntegrationCommand_base: {
|
|
|
88
88
|
* @throws {@link RDSServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
90
90
|
*
|
|
91
|
-
*
|
|
91
|
+
*
|
|
92
92
|
* @example To delete a zero-ETL integration
|
|
93
93
|
* ```javascript
|
|
94
94
|
* // The following example deletes a zero-ETL integration with Amazon Redshift.
|
|
95
95
|
* const input = {
|
|
96
|
-
*
|
|
96
|
+
* IntegrationIdentifier: "5b9f3d79-7392-4a3e-896c-58eaa1b53231"
|
|
97
97
|
* };
|
|
98
98
|
* const command = new DeleteIntegrationCommand(input);
|
|
99
99
|
* const response = await client.send(command);
|
|
100
|
-
* /* response
|
|
100
|
+
* /* response is
|
|
101
101
|
* {
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
102
|
+
* CreateTime: "2023-12-28T17:20:20.629Z",
|
|
103
|
+
* IntegrationArn: "arn:aws:rds:us-east-1:123456789012:integration:5b9f3d79-7392-4a3e-896c-58eaa1b53231",
|
|
104
|
+
* IntegrationName: "my-integration",
|
|
105
|
+
* KMSKeyId: "arn:aws:kms:us-east-1:123456789012:key/a1b2c3d4-5678-90ab-cdef-EXAMPLEaaaaa",
|
|
106
|
+
* SourceArn: "arn:aws:rds:us-east-1:123456789012:cluster:my-cluster",
|
|
107
|
+
* Status: "deleting",
|
|
108
|
+
* Tags: [],
|
|
109
|
+
* TargetArn: "arn:aws:redshift-serverless:us-east-1:123456789012:namespace/62c70612-0302-4db7-8414-b5e3e049f0d8"
|
|
110
110
|
* }
|
|
111
111
|
* *\/
|
|
112
|
-
* // example id: to-delete-a-zero-etl-integration-1679688377231
|
|
113
112
|
* ```
|
|
114
113
|
*
|
|
114
|
+
* @public
|
|
115
115
|
*/
|
|
116
116
|
export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
|
|
117
117
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -58,18 +58,21 @@ declare const DeleteOptionGroupCommand_base: {
|
|
|
58
58
|
* @throws {@link RDSServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
60
60
|
*
|
|
61
|
-
*
|
|
61
|
+
*
|
|
62
62
|
* @example To delete an option group
|
|
63
63
|
* ```javascript
|
|
64
64
|
* // The following example deletes the specified option group.
|
|
65
65
|
* const input = {
|
|
66
|
-
*
|
|
66
|
+
* OptionGroupName: "myoptiongroup"
|
|
67
67
|
* };
|
|
68
68
|
* const command = new DeleteOptionGroupCommand(input);
|
|
69
|
-
* await client.send(command);
|
|
70
|
-
*
|
|
69
|
+
* const response = await client.send(command);
|
|
70
|
+
* /* response is
|
|
71
|
+
* { /* metadata only *\/ }
|
|
72
|
+
* *\/
|
|
71
73
|
* ```
|
|
72
74
|
*
|
|
75
|
+
* @public
|
|
73
76
|
*/
|
|
74
77
|
export declare class DeleteOptionGroupCommand extends DeleteOptionGroupCommand_base {
|
|
75
78
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -92,6 +92,7 @@ declare const DeleteTenantDatabaseCommand_base: {
|
|
|
92
92
|
* @throws {@link RDSServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class DeleteTenantDatabaseCommand extends DeleteTenantDatabaseCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeregisterDBProxyTargetsCommand_base: {
|
|
|
71
71
|
* @throws {@link RDSServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeregisterDBProxyTargetsCommand extends DeregisterDBProxyTargetsCommand_base {
|
|
@@ -60,97 +60,97 @@ declare const DescribeAccountAttributesCommand_base: {
|
|
|
60
60
|
* @throws {@link RDSServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
62
62
|
*
|
|
63
|
-
*
|
|
63
|
+
*
|
|
64
64
|
* @example To describe account attributes
|
|
65
65
|
* ```javascript
|
|
66
66
|
* // The following example retrieves the attributes for the current AWS account.
|
|
67
|
-
* const input = {};
|
|
67
|
+
* const input = { /* empty *\/ };
|
|
68
68
|
* const command = new DescribeAccountAttributesCommand(input);
|
|
69
69
|
* const response = await client.send(command);
|
|
70
|
-
* /* response
|
|
70
|
+
* /* response is
|
|
71
71
|
* {
|
|
72
|
-
*
|
|
72
|
+
* AccountQuotas: [
|
|
73
73
|
* {
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
*
|
|
74
|
+
* AccountQuotaName: "DBInstances",
|
|
75
|
+
* Max: 40,
|
|
76
|
+
* Used: 4
|
|
77
77
|
* },
|
|
78
78
|
* {
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
*
|
|
79
|
+
* AccountQuotaName: "ReservedDBInstances",
|
|
80
|
+
* Max: 40,
|
|
81
|
+
* Used: 0
|
|
82
82
|
* },
|
|
83
83
|
* {
|
|
84
|
-
*
|
|
85
|
-
*
|
|
86
|
-
*
|
|
84
|
+
* AccountQuotaName: "AllocatedStorage",
|
|
85
|
+
* Max: 100000,
|
|
86
|
+
* Used: 40
|
|
87
87
|
* },
|
|
88
88
|
* {
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
89
|
+
* AccountQuotaName: "DBSecurityGroups",
|
|
90
|
+
* Max: 25,
|
|
91
|
+
* Used: 0
|
|
92
92
|
* },
|
|
93
93
|
* {
|
|
94
|
-
*
|
|
95
|
-
*
|
|
96
|
-
*
|
|
94
|
+
* AccountQuotaName: "AuthorizationsPerDBSecurityGroup",
|
|
95
|
+
* Max: 20,
|
|
96
|
+
* Used: 0
|
|
97
97
|
* },
|
|
98
98
|
* {
|
|
99
|
-
*
|
|
100
|
-
*
|
|
101
|
-
*
|
|
99
|
+
* AccountQuotaName: "DBParameterGroups",
|
|
100
|
+
* Max: 50,
|
|
101
|
+
* Used: 1
|
|
102
102
|
* },
|
|
103
103
|
* {
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
104
|
+
* AccountQuotaName: "ManualSnapshots",
|
|
105
|
+
* Max: 100,
|
|
106
|
+
* Used: 3
|
|
107
107
|
* },
|
|
108
108
|
* {
|
|
109
|
-
*
|
|
110
|
-
*
|
|
111
|
-
*
|
|
109
|
+
* AccountQuotaName: "EventSubscriptions",
|
|
110
|
+
* Max: 20,
|
|
111
|
+
* Used: 0
|
|
112
112
|
* },
|
|
113
113
|
* {
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
114
|
+
* AccountQuotaName: "DBSubnetGroups",
|
|
115
|
+
* Max: 50,
|
|
116
|
+
* Used: 1
|
|
117
117
|
* },
|
|
118
118
|
* {
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
*
|
|
119
|
+
* AccountQuotaName: "OptionGroups",
|
|
120
|
+
* Max: 20,
|
|
121
|
+
* Used: 1
|
|
122
122
|
* },
|
|
123
123
|
* {
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
124
|
+
* AccountQuotaName: "SubnetsPerDBSubnetGroup",
|
|
125
|
+
* Max: 20,
|
|
126
|
+
* Used: 6
|
|
127
127
|
* },
|
|
128
128
|
* {
|
|
129
|
-
*
|
|
130
|
-
*
|
|
131
|
-
*
|
|
129
|
+
* AccountQuotaName: "ReadReplicasPerMaster",
|
|
130
|
+
* Max: 5,
|
|
131
|
+
* Used: 0
|
|
132
132
|
* },
|
|
133
133
|
* {
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
*
|
|
134
|
+
* AccountQuotaName: "DBClusters",
|
|
135
|
+
* Max: 40,
|
|
136
|
+
* Used: 1
|
|
137
137
|
* },
|
|
138
138
|
* {
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
139
|
+
* AccountQuotaName: "DBClusterParameterGroups",
|
|
140
|
+
* Max: 50,
|
|
141
|
+
* Used: 0
|
|
142
142
|
* },
|
|
143
143
|
* {
|
|
144
|
-
*
|
|
145
|
-
*
|
|
146
|
-
*
|
|
144
|
+
* AccountQuotaName: "DBClusterRoles",
|
|
145
|
+
* Max: 5,
|
|
146
|
+
* Used: 0
|
|
147
147
|
* }
|
|
148
148
|
* ]
|
|
149
149
|
* }
|
|
150
150
|
* *\/
|
|
151
|
-
* // example id: to-describe-account-attributes-1680210466935
|
|
152
151
|
* ```
|
|
153
152
|
*
|
|
153
|
+
* @public
|
|
154
154
|
*/
|
|
155
155
|
export declare class DescribeAccountAttributesCommand extends DescribeAccountAttributesCommand_base {
|
|
156
156
|
/** @internal type navigation helper, not in runtime. */
|