@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
|
@@ -98,145 +98,8 @@ declare const SwitchoverBlueGreenDeploymentCommand_base: {
|
|
|
98
98
|
* @throws {@link RDSServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
100
100
|
*
|
|
101
|
-
* @public
|
|
102
|
-
* @example To switch a blue/green deployment for an RDS DB instance
|
|
103
|
-
* ```javascript
|
|
104
|
-
* // The following example promotes the specified green environment as the new production environment.
|
|
105
|
-
* const input = {
|
|
106
|
-
* "BlueGreenDeploymentIdentifier": "bgd-wi89nwzglccsfake",
|
|
107
|
-
* "SwitchoverTimeout": 300
|
|
108
|
-
* };
|
|
109
|
-
* const command = new SwitchoverBlueGreenDeploymentCommand(input);
|
|
110
|
-
* const response = await client.send(command);
|
|
111
|
-
* /* response ==
|
|
112
|
-
* {
|
|
113
|
-
* "BlueGreenDeployment": {
|
|
114
|
-
* "BlueGreenDeploymentIdentifier": "bgd-v53303651eexfake",
|
|
115
|
-
* "BlueGreenDeploymentName": "bgd-cli-test-instance",
|
|
116
|
-
* "CreateTime": "2022-02-25T22:33:22.225000+00:00",
|
|
117
|
-
* "Source": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
|
|
118
|
-
* "Status": "SWITCHOVER_IN_PROGRESS",
|
|
119
|
-
* "SwitchoverDetails": [
|
|
120
|
-
* {
|
|
121
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
|
|
122
|
-
* "Status": "AVAILABLE",
|
|
123
|
-
* "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-green-blhi1e"
|
|
124
|
-
* },
|
|
125
|
-
* {
|
|
126
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-1",
|
|
127
|
-
* "Status": "AVAILABLE",
|
|
128
|
-
* "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-1-green-k5fv7u"
|
|
129
|
-
* },
|
|
130
|
-
* {
|
|
131
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-2",
|
|
132
|
-
* "Status": "AVAILABLE",
|
|
133
|
-
* "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-2-green-ggsh8m"
|
|
134
|
-
* },
|
|
135
|
-
* {
|
|
136
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-3",
|
|
137
|
-
* "Status": "AVAILABLE",
|
|
138
|
-
* "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-3-green-o2vwm0"
|
|
139
|
-
* }
|
|
140
|
-
* ],
|
|
141
|
-
* "Target": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-green-blhi1e",
|
|
142
|
-
* "Tasks": [
|
|
143
|
-
* {
|
|
144
|
-
* "Name": "CREATING_READ_REPLICA_OF_SOURCE",
|
|
145
|
-
* "Status": "COMPLETED"
|
|
146
|
-
* },
|
|
147
|
-
* {
|
|
148
|
-
* "Name": "DB_ENGINE_VERSION_UPGRADE",
|
|
149
|
-
* "Status": "COMPLETED"
|
|
150
|
-
* },
|
|
151
|
-
* {
|
|
152
|
-
* "Name": "CONFIGURE_BACKUPS",
|
|
153
|
-
* "Status": "COMPLETED"
|
|
154
|
-
* },
|
|
155
|
-
* {
|
|
156
|
-
* "Name": "CREATING_TOPOLOGY_OF_SOURCE",
|
|
157
|
-
* "Status": "COMPLETED"
|
|
158
|
-
* }
|
|
159
|
-
* ]
|
|
160
|
-
* }
|
|
161
|
-
* }
|
|
162
|
-
* *\/
|
|
163
|
-
* // example id: to-switch-a-bluegreen-deployment-for-an-rds-db-instance-1679699425237
|
|
164
|
-
* ```
|
|
165
|
-
*
|
|
166
|
-
* @example To promote a blue/green deployment for an Aurora MySQL DB cluster
|
|
167
|
-
* ```javascript
|
|
168
|
-
* // The following example promotes the specified green environment as the new production environment.
|
|
169
|
-
* const input = {
|
|
170
|
-
* "BlueGreenDeploymentIdentifier": "bgd-wi89nwzglccsfake",
|
|
171
|
-
* "SwitchoverTimeout": 300
|
|
172
|
-
* };
|
|
173
|
-
* const command = new SwitchoverBlueGreenDeploymentCommand(input);
|
|
174
|
-
* const response = await client.send(command);
|
|
175
|
-
* /* response ==
|
|
176
|
-
* {
|
|
177
|
-
* "BlueGreenDeployment": {
|
|
178
|
-
* "BlueGreenDeploymentIdentifier": "bgd-wi89nwzglccsfake",
|
|
179
|
-
* "BlueGreenDeploymentName": "my-blue-green-deployment",
|
|
180
|
-
* "CreateTime": "2022-02-25T22:38:49.522000+00:00",
|
|
181
|
-
* "Source": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
|
|
182
|
-
* "Status": "SWITCHOVER_IN_PROGRESS",
|
|
183
|
-
* "SwitchoverDetails": [
|
|
184
|
-
* {
|
|
185
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
|
|
186
|
-
* "Status": "AVAILABLE",
|
|
187
|
-
* "TargetMember": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster-green-3ud8z6"
|
|
188
|
-
* },
|
|
189
|
-
* {
|
|
190
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-1",
|
|
191
|
-
* "Status": "AVAILABLE",
|
|
192
|
-
* "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-1-green-bvxc73"
|
|
193
|
-
* },
|
|
194
|
-
* {
|
|
195
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-2",
|
|
196
|
-
* "Status": "AVAILABLE",
|
|
197
|
-
* "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-2-green-7wc4ie"
|
|
198
|
-
* },
|
|
199
|
-
* {
|
|
200
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-3",
|
|
201
|
-
* "Status": "AVAILABLE",
|
|
202
|
-
* "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-3-green-p4xxkz"
|
|
203
|
-
* },
|
|
204
|
-
* {
|
|
205
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-excluded-member-endpoint",
|
|
206
|
-
* "Status": "AVAILABLE",
|
|
207
|
-
* "TargetMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-excluded-member-endpoint-green-np1ikl"
|
|
208
|
-
* },
|
|
209
|
-
* {
|
|
210
|
-
* "SourceMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-reader-endpoint",
|
|
211
|
-
* "Status": "AVAILABLE",
|
|
212
|
-
* "TargetMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-reader-endpoint-green-miszlf"
|
|
213
|
-
* }
|
|
214
|
-
* ],
|
|
215
|
-
* "Target": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster-green-3ud8z6",
|
|
216
|
-
* "Tasks": [
|
|
217
|
-
* {
|
|
218
|
-
* "Name": "CREATING_READ_REPLICA_OF_SOURCE",
|
|
219
|
-
* "Status": "COMPLETED"
|
|
220
|
-
* },
|
|
221
|
-
* {
|
|
222
|
-
* "Name": "DB_ENGINE_VERSION_UPGRADE",
|
|
223
|
-
* "Status": "COMPLETED"
|
|
224
|
-
* },
|
|
225
|
-
* {
|
|
226
|
-
* "Name": "CREATE_DB_INSTANCES_FOR_CLUSTER",
|
|
227
|
-
* "Status": "COMPLETED"
|
|
228
|
-
* },
|
|
229
|
-
* {
|
|
230
|
-
* "Name": "CREATE_CUSTOM_ENDPOINTS",
|
|
231
|
-
* "Status": "COMPLETED"
|
|
232
|
-
* }
|
|
233
|
-
* ]
|
|
234
|
-
* }
|
|
235
|
-
* }
|
|
236
|
-
* *\/
|
|
237
|
-
* // example id: to-promote-a-bluegreen-deployment-for-an-aurora-mysql-db-cluster-1679700197409
|
|
238
|
-
* ```
|
|
239
101
|
*
|
|
102
|
+
* @public
|
|
240
103
|
*/
|
|
241
104
|
export declare class SwitchoverBlueGreenDeploymentCommand extends SwitchoverBlueGreenDeploymentCommand_base {
|
|
242
105
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -113,6 +113,7 @@ declare const SwitchoverGlobalClusterCommand_base: {
|
|
|
113
113
|
* @throws {@link RDSServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class SwitchoverGlobalClusterCommand extends SwitchoverGlobalClusterCommand_base {
|
|
@@ -286,6 +286,7 @@ declare const SwitchoverReadReplicaCommand_base: {
|
|
|
286
286
|
* @throws {@link RDSServiceException}
|
|
287
287
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
288
288
|
*
|
|
289
|
+
*
|
|
289
290
|
* @public
|
|
290
291
|
*/
|
|
291
292
|
export declare class SwitchoverReadReplicaCommand extends SwitchoverReadReplicaCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rds",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-rds",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|