@aws-sdk/client-neptune 3.645.0 → 3.650.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-cjs/endpoint/endpointResolver.js +6 -2
- package/dist-cjs/index.js +69 -207
- package/dist-es/commands/AddRoleToDBClusterCommand.js +1 -3
- package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +1 -3
- package/dist-es/commands/AddTagsToResourceCommand.js +1 -3
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +1 -3
- package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +1 -3
- package/dist-es/commands/CopyDBClusterSnapshotCommand.js +1 -3
- package/dist-es/commands/CopyDBParameterGroupCommand.js +1 -3
- package/dist-es/commands/CreateDBClusterCommand.js +1 -3
- package/dist-es/commands/CreateDBClusterEndpointCommand.js +1 -3
- package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +1 -3
- package/dist-es/commands/CreateDBClusterSnapshotCommand.js +1 -3
- package/dist-es/commands/CreateDBInstanceCommand.js +1 -3
- package/dist-es/commands/CreateDBParameterGroupCommand.js +1 -3
- package/dist-es/commands/CreateDBSubnetGroupCommand.js +1 -3
- package/dist-es/commands/CreateEventSubscriptionCommand.js +1 -3
- package/dist-es/commands/CreateGlobalClusterCommand.js +1 -3
- package/dist-es/commands/DeleteDBClusterCommand.js +1 -3
- package/dist-es/commands/DeleteDBClusterEndpointCommand.js +1 -3
- package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +1 -3
- package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +1 -3
- package/dist-es/commands/DeleteDBInstanceCommand.js +1 -3
- package/dist-es/commands/DeleteDBParameterGroupCommand.js +1 -3
- package/dist-es/commands/DeleteDBSubnetGroupCommand.js +1 -3
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +1 -3
- package/dist-es/commands/DeleteGlobalClusterCommand.js +1 -3
- package/dist-es/commands/DescribeDBClusterEndpointsCommand.js +1 -3
- package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +1 -3
- package/dist-es/commands/DescribeDBClusterParametersCommand.js +1 -3
- package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +1 -3
- package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +1 -3
- package/dist-es/commands/DescribeDBClustersCommand.js +1 -3
- package/dist-es/commands/DescribeDBEngineVersionsCommand.js +1 -3
- package/dist-es/commands/DescribeDBInstancesCommand.js +1 -3
- package/dist-es/commands/DescribeDBParameterGroupsCommand.js +1 -3
- package/dist-es/commands/DescribeDBParametersCommand.js +1 -3
- package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +1 -3
- package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +1 -3
- package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +1 -3
- package/dist-es/commands/DescribeEventCategoriesCommand.js +1 -3
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +1 -3
- package/dist-es/commands/DescribeEventsCommand.js +1 -3
- package/dist-es/commands/DescribeGlobalClustersCommand.js +1 -3
- package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +1 -3
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +1 -3
- package/dist-es/commands/DescribeValidDBInstanceModificationsCommand.js +1 -3
- package/dist-es/commands/FailoverDBClusterCommand.js +1 -3
- package/dist-es/commands/FailoverGlobalClusterCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ModifyDBClusterCommand.js +1 -3
- package/dist-es/commands/ModifyDBClusterEndpointCommand.js +1 -3
- package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +1 -3
- package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +1 -3
- package/dist-es/commands/ModifyDBInstanceCommand.js +1 -3
- package/dist-es/commands/ModifyDBParameterGroupCommand.js +1 -3
- package/dist-es/commands/ModifyDBSubnetGroupCommand.js +1 -3
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +1 -3
- package/dist-es/commands/ModifyGlobalClusterCommand.js +1 -3
- package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +1 -3
- package/dist-es/commands/RebootDBInstanceCommand.js +1 -3
- package/dist-es/commands/RemoveFromGlobalClusterCommand.js +1 -3
- package/dist-es/commands/RemoveRoleFromDBClusterCommand.js +1 -3
- package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +1 -3
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +1 -3
- package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +1 -3
- package/dist-es/commands/ResetDBParameterGroupCommand.js +1 -3
- package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +1 -3
- package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +1 -3
- package/dist-es/commands/StartDBClusterCommand.js +1 -3
- package/dist-es/commands/StopDBClusterCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +37 -37
package/dist-cjs/index.js
CHANGED
|
@@ -9017,9 +9017,7 @@ var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
|
9017
9017
|
}, "loadQueryErrorCode");
|
|
9018
9018
|
|
|
9019
9019
|
// src/commands/AddRoleToDBClusterCommand.ts
|
|
9020
|
-
var _AddRoleToDBClusterCommand = class _AddRoleToDBClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9021
|
-
...commonParams
|
|
9022
|
-
}).m(function(Command, cs, config, o) {
|
|
9020
|
+
var _AddRoleToDBClusterCommand = class _AddRoleToDBClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9023
9021
|
return [
|
|
9024
9022
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9025
9023
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9033,9 +9031,7 @@ var AddRoleToDBClusterCommand = _AddRoleToDBClusterCommand;
|
|
|
9033
9031
|
|
|
9034
9032
|
|
|
9035
9033
|
|
|
9036
|
-
var _AddSourceIdentifierToSubscriptionCommand = class _AddSourceIdentifierToSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9037
|
-
...commonParams
|
|
9038
|
-
}).m(function(Command, cs, config, o) {
|
|
9034
|
+
var _AddSourceIdentifierToSubscriptionCommand = class _AddSourceIdentifierToSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9039
9035
|
return [
|
|
9040
9036
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9041
9037
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9049,9 +9045,7 @@ var AddSourceIdentifierToSubscriptionCommand = _AddSourceIdentifierToSubscriptio
|
|
|
9049
9045
|
|
|
9050
9046
|
|
|
9051
9047
|
|
|
9052
|
-
var _AddTagsToResourceCommand = class _AddTagsToResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9053
|
-
...commonParams
|
|
9054
|
-
}).m(function(Command, cs, config, o) {
|
|
9048
|
+
var _AddTagsToResourceCommand = class _AddTagsToResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9055
9049
|
return [
|
|
9056
9050
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9057
9051
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9065,9 +9059,7 @@ var AddTagsToResourceCommand = _AddTagsToResourceCommand;
|
|
|
9065
9059
|
|
|
9066
9060
|
|
|
9067
9061
|
|
|
9068
|
-
var _ApplyPendingMaintenanceActionCommand = class _ApplyPendingMaintenanceActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9069
|
-
...commonParams
|
|
9070
|
-
}).m(function(Command, cs, config, o) {
|
|
9062
|
+
var _ApplyPendingMaintenanceActionCommand = class _ApplyPendingMaintenanceActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9071
9063
|
return [
|
|
9072
9064
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9073
9065
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9081,9 +9073,7 @@ var ApplyPendingMaintenanceActionCommand = _ApplyPendingMaintenanceActionCommand
|
|
|
9081
9073
|
|
|
9082
9074
|
|
|
9083
9075
|
|
|
9084
|
-
var _CopyDBClusterParameterGroupCommand = class _CopyDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9085
|
-
...commonParams
|
|
9086
|
-
}).m(function(Command, cs, config, o) {
|
|
9076
|
+
var _CopyDBClusterParameterGroupCommand = class _CopyDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9087
9077
|
return [
|
|
9088
9078
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9089
9079
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9098,9 +9088,7 @@ var import_middleware_sdk_rds = require("@aws-sdk/middleware-sdk-rds");
|
|
|
9098
9088
|
|
|
9099
9089
|
|
|
9100
9090
|
|
|
9101
|
-
var _CopyDBClusterSnapshotCommand = class _CopyDBClusterSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9102
|
-
...commonParams
|
|
9103
|
-
}).m(function(Command, cs, config, o) {
|
|
9091
|
+
var _CopyDBClusterSnapshotCommand = class _CopyDBClusterSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9104
9092
|
return [
|
|
9105
9093
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9106
9094
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -9115,9 +9103,7 @@ var CopyDBClusterSnapshotCommand = _CopyDBClusterSnapshotCommand;
|
|
|
9115
9103
|
|
|
9116
9104
|
|
|
9117
9105
|
|
|
9118
|
-
var _CopyDBParameterGroupCommand = class _CopyDBParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9119
|
-
...commonParams
|
|
9120
|
-
}).m(function(Command, cs, config, o) {
|
|
9106
|
+
var _CopyDBParameterGroupCommand = class _CopyDBParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9121
9107
|
return [
|
|
9122
9108
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9123
9109
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9132,9 +9118,7 @@ var CopyDBParameterGroupCommand = _CopyDBParameterGroupCommand;
|
|
|
9132
9118
|
|
|
9133
9119
|
|
|
9134
9120
|
|
|
9135
|
-
var _CreateDBClusterCommand = class _CreateDBClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9136
|
-
...commonParams
|
|
9137
|
-
}).m(function(Command, cs, config, o) {
|
|
9121
|
+
var _CreateDBClusterCommand = class _CreateDBClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9138
9122
|
return [
|
|
9139
9123
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9140
9124
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -9149,9 +9133,7 @@ var CreateDBClusterCommand = _CreateDBClusterCommand;
|
|
|
9149
9133
|
|
|
9150
9134
|
|
|
9151
9135
|
|
|
9152
|
-
var _CreateDBClusterEndpointCommand = class _CreateDBClusterEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9153
|
-
...commonParams
|
|
9154
|
-
}).m(function(Command, cs, config, o) {
|
|
9136
|
+
var _CreateDBClusterEndpointCommand = class _CreateDBClusterEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9155
9137
|
return [
|
|
9156
9138
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9157
9139
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9165,9 +9147,7 @@ var CreateDBClusterEndpointCommand = _CreateDBClusterEndpointCommand;
|
|
|
9165
9147
|
|
|
9166
9148
|
|
|
9167
9149
|
|
|
9168
|
-
var _CreateDBClusterParameterGroupCommand = class _CreateDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9169
|
-
...commonParams
|
|
9170
|
-
}).m(function(Command, cs, config, o) {
|
|
9150
|
+
var _CreateDBClusterParameterGroupCommand = class _CreateDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9171
9151
|
return [
|
|
9172
9152
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9173
9153
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9181,9 +9161,7 @@ var CreateDBClusterParameterGroupCommand = _CreateDBClusterParameterGroupCommand
|
|
|
9181
9161
|
|
|
9182
9162
|
|
|
9183
9163
|
|
|
9184
|
-
var _CreateDBClusterSnapshotCommand = class _CreateDBClusterSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9185
|
-
...commonParams
|
|
9186
|
-
}).m(function(Command, cs, config, o) {
|
|
9164
|
+
var _CreateDBClusterSnapshotCommand = class _CreateDBClusterSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9187
9165
|
return [
|
|
9188
9166
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9189
9167
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9197,9 +9175,7 @@ var CreateDBClusterSnapshotCommand = _CreateDBClusterSnapshotCommand;
|
|
|
9197
9175
|
|
|
9198
9176
|
|
|
9199
9177
|
|
|
9200
|
-
var _CreateDBInstanceCommand = class _CreateDBInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9201
|
-
...commonParams
|
|
9202
|
-
}).m(function(Command, cs, config, o) {
|
|
9178
|
+
var _CreateDBInstanceCommand = class _CreateDBInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9203
9179
|
return [
|
|
9204
9180
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9205
9181
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9213,9 +9189,7 @@ var CreateDBInstanceCommand = _CreateDBInstanceCommand;
|
|
|
9213
9189
|
|
|
9214
9190
|
|
|
9215
9191
|
|
|
9216
|
-
var _CreateDBParameterGroupCommand = class _CreateDBParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9217
|
-
...commonParams
|
|
9218
|
-
}).m(function(Command, cs, config, o) {
|
|
9192
|
+
var _CreateDBParameterGroupCommand = class _CreateDBParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9219
9193
|
return [
|
|
9220
9194
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9221
9195
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9229,9 +9203,7 @@ var CreateDBParameterGroupCommand = _CreateDBParameterGroupCommand;
|
|
|
9229
9203
|
|
|
9230
9204
|
|
|
9231
9205
|
|
|
9232
|
-
var _CreateDBSubnetGroupCommand = class _CreateDBSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9233
|
-
...commonParams
|
|
9234
|
-
}).m(function(Command, cs, config, o) {
|
|
9206
|
+
var _CreateDBSubnetGroupCommand = class _CreateDBSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9235
9207
|
return [
|
|
9236
9208
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9237
9209
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9245,9 +9217,7 @@ var CreateDBSubnetGroupCommand = _CreateDBSubnetGroupCommand;
|
|
|
9245
9217
|
|
|
9246
9218
|
|
|
9247
9219
|
|
|
9248
|
-
var _CreateEventSubscriptionCommand = class _CreateEventSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9249
|
-
...commonParams
|
|
9250
|
-
}).m(function(Command, cs, config, o) {
|
|
9220
|
+
var _CreateEventSubscriptionCommand = class _CreateEventSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9251
9221
|
return [
|
|
9252
9222
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9253
9223
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9261,9 +9231,7 @@ var CreateEventSubscriptionCommand = _CreateEventSubscriptionCommand;
|
|
|
9261
9231
|
|
|
9262
9232
|
|
|
9263
9233
|
|
|
9264
|
-
var _CreateGlobalClusterCommand = class _CreateGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9265
|
-
...commonParams
|
|
9266
|
-
}).m(function(Command, cs, config, o) {
|
|
9234
|
+
var _CreateGlobalClusterCommand = class _CreateGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9267
9235
|
return [
|
|
9268
9236
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9269
9237
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9277,9 +9245,7 @@ var CreateGlobalClusterCommand = _CreateGlobalClusterCommand;
|
|
|
9277
9245
|
|
|
9278
9246
|
|
|
9279
9247
|
|
|
9280
|
-
var _DeleteDBClusterCommand = class _DeleteDBClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9281
|
-
...commonParams
|
|
9282
|
-
}).m(function(Command, cs, config, o) {
|
|
9248
|
+
var _DeleteDBClusterCommand = class _DeleteDBClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9283
9249
|
return [
|
|
9284
9250
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9285
9251
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9293,9 +9259,7 @@ var DeleteDBClusterCommand = _DeleteDBClusterCommand;
|
|
|
9293
9259
|
|
|
9294
9260
|
|
|
9295
9261
|
|
|
9296
|
-
var _DeleteDBClusterEndpointCommand = class _DeleteDBClusterEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9297
|
-
...commonParams
|
|
9298
|
-
}).m(function(Command, cs, config, o) {
|
|
9262
|
+
var _DeleteDBClusterEndpointCommand = class _DeleteDBClusterEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9299
9263
|
return [
|
|
9300
9264
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9301
9265
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9309,9 +9273,7 @@ var DeleteDBClusterEndpointCommand = _DeleteDBClusterEndpointCommand;
|
|
|
9309
9273
|
|
|
9310
9274
|
|
|
9311
9275
|
|
|
9312
|
-
var _DeleteDBClusterParameterGroupCommand = class _DeleteDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9313
|
-
...commonParams
|
|
9314
|
-
}).m(function(Command, cs, config, o) {
|
|
9276
|
+
var _DeleteDBClusterParameterGroupCommand = class _DeleteDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9315
9277
|
return [
|
|
9316
9278
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9317
9279
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9325,9 +9287,7 @@ var DeleteDBClusterParameterGroupCommand = _DeleteDBClusterParameterGroupCommand
|
|
|
9325
9287
|
|
|
9326
9288
|
|
|
9327
9289
|
|
|
9328
|
-
var _DeleteDBClusterSnapshotCommand = class _DeleteDBClusterSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9329
|
-
...commonParams
|
|
9330
|
-
}).m(function(Command, cs, config, o) {
|
|
9290
|
+
var _DeleteDBClusterSnapshotCommand = class _DeleteDBClusterSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9331
9291
|
return [
|
|
9332
9292
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9333
9293
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9341,9 +9301,7 @@ var DeleteDBClusterSnapshotCommand = _DeleteDBClusterSnapshotCommand;
|
|
|
9341
9301
|
|
|
9342
9302
|
|
|
9343
9303
|
|
|
9344
|
-
var _DeleteDBInstanceCommand = class _DeleteDBInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9345
|
-
...commonParams
|
|
9346
|
-
}).m(function(Command, cs, config, o) {
|
|
9304
|
+
var _DeleteDBInstanceCommand = class _DeleteDBInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9347
9305
|
return [
|
|
9348
9306
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9349
9307
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9357,9 +9315,7 @@ var DeleteDBInstanceCommand = _DeleteDBInstanceCommand;
|
|
|
9357
9315
|
|
|
9358
9316
|
|
|
9359
9317
|
|
|
9360
|
-
var _DeleteDBParameterGroupCommand = class _DeleteDBParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9361
|
-
...commonParams
|
|
9362
|
-
}).m(function(Command, cs, config, o) {
|
|
9318
|
+
var _DeleteDBParameterGroupCommand = class _DeleteDBParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9363
9319
|
return [
|
|
9364
9320
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9365
9321
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9373,9 +9329,7 @@ var DeleteDBParameterGroupCommand = _DeleteDBParameterGroupCommand;
|
|
|
9373
9329
|
|
|
9374
9330
|
|
|
9375
9331
|
|
|
9376
|
-
var _DeleteDBSubnetGroupCommand = class _DeleteDBSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9377
|
-
...commonParams
|
|
9378
|
-
}).m(function(Command, cs, config, o) {
|
|
9332
|
+
var _DeleteDBSubnetGroupCommand = class _DeleteDBSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9379
9333
|
return [
|
|
9380
9334
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9381
9335
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9389,9 +9343,7 @@ var DeleteDBSubnetGroupCommand = _DeleteDBSubnetGroupCommand;
|
|
|
9389
9343
|
|
|
9390
9344
|
|
|
9391
9345
|
|
|
9392
|
-
var _DeleteEventSubscriptionCommand = class _DeleteEventSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9393
|
-
...commonParams
|
|
9394
|
-
}).m(function(Command, cs, config, o) {
|
|
9346
|
+
var _DeleteEventSubscriptionCommand = class _DeleteEventSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9395
9347
|
return [
|
|
9396
9348
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9397
9349
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9405,9 +9357,7 @@ var DeleteEventSubscriptionCommand = _DeleteEventSubscriptionCommand;
|
|
|
9405
9357
|
|
|
9406
9358
|
|
|
9407
9359
|
|
|
9408
|
-
var _DeleteGlobalClusterCommand = class _DeleteGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9409
|
-
...commonParams
|
|
9410
|
-
}).m(function(Command, cs, config, o) {
|
|
9360
|
+
var _DeleteGlobalClusterCommand = class _DeleteGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9411
9361
|
return [
|
|
9412
9362
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9413
9363
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9421,9 +9371,7 @@ var DeleteGlobalClusterCommand = _DeleteGlobalClusterCommand;
|
|
|
9421
9371
|
|
|
9422
9372
|
|
|
9423
9373
|
|
|
9424
|
-
var _DescribeDBClusterEndpointsCommand = class _DescribeDBClusterEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9425
|
-
...commonParams
|
|
9426
|
-
}).m(function(Command, cs, config, o) {
|
|
9374
|
+
var _DescribeDBClusterEndpointsCommand = class _DescribeDBClusterEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9427
9375
|
return [
|
|
9428
9376
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9429
9377
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9437,9 +9385,7 @@ var DescribeDBClusterEndpointsCommand = _DescribeDBClusterEndpointsCommand;
|
|
|
9437
9385
|
|
|
9438
9386
|
|
|
9439
9387
|
|
|
9440
|
-
var _DescribeDBClusterParameterGroupsCommand = class _DescribeDBClusterParameterGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9441
|
-
...commonParams
|
|
9442
|
-
}).m(function(Command, cs, config, o) {
|
|
9388
|
+
var _DescribeDBClusterParameterGroupsCommand = class _DescribeDBClusterParameterGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9443
9389
|
return [
|
|
9444
9390
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9445
9391
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9453,9 +9399,7 @@ var DescribeDBClusterParameterGroupsCommand = _DescribeDBClusterParameterGroupsC
|
|
|
9453
9399
|
|
|
9454
9400
|
|
|
9455
9401
|
|
|
9456
|
-
var _DescribeDBClusterParametersCommand = class _DescribeDBClusterParametersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9457
|
-
...commonParams
|
|
9458
|
-
}).m(function(Command, cs, config, o) {
|
|
9402
|
+
var _DescribeDBClusterParametersCommand = class _DescribeDBClusterParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9459
9403
|
return [
|
|
9460
9404
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9461
9405
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9469,9 +9413,7 @@ var DescribeDBClusterParametersCommand = _DescribeDBClusterParametersCommand;
|
|
|
9469
9413
|
|
|
9470
9414
|
|
|
9471
9415
|
|
|
9472
|
-
var _DescribeDBClustersCommand = class _DescribeDBClustersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9473
|
-
...commonParams
|
|
9474
|
-
}).m(function(Command, cs, config, o) {
|
|
9416
|
+
var _DescribeDBClustersCommand = class _DescribeDBClustersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9475
9417
|
return [
|
|
9476
9418
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9477
9419
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9485,9 +9427,7 @@ var DescribeDBClustersCommand = _DescribeDBClustersCommand;
|
|
|
9485
9427
|
|
|
9486
9428
|
|
|
9487
9429
|
|
|
9488
|
-
var _DescribeDBClusterSnapshotAttributesCommand = class _DescribeDBClusterSnapshotAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9489
|
-
...commonParams
|
|
9490
|
-
}).m(function(Command, cs, config, o) {
|
|
9430
|
+
var _DescribeDBClusterSnapshotAttributesCommand = class _DescribeDBClusterSnapshotAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9491
9431
|
return [
|
|
9492
9432
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9493
9433
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9501,9 +9441,7 @@ var DescribeDBClusterSnapshotAttributesCommand = _DescribeDBClusterSnapshotAttri
|
|
|
9501
9441
|
|
|
9502
9442
|
|
|
9503
9443
|
|
|
9504
|
-
var _DescribeDBClusterSnapshotsCommand = class _DescribeDBClusterSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9505
|
-
...commonParams
|
|
9506
|
-
}).m(function(Command, cs, config, o) {
|
|
9444
|
+
var _DescribeDBClusterSnapshotsCommand = class _DescribeDBClusterSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9507
9445
|
return [
|
|
9508
9446
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9509
9447
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9517,9 +9455,7 @@ var DescribeDBClusterSnapshotsCommand = _DescribeDBClusterSnapshotsCommand;
|
|
|
9517
9455
|
|
|
9518
9456
|
|
|
9519
9457
|
|
|
9520
|
-
var _DescribeDBEngineVersionsCommand = class _DescribeDBEngineVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9521
|
-
...commonParams
|
|
9522
|
-
}).m(function(Command, cs, config, o) {
|
|
9458
|
+
var _DescribeDBEngineVersionsCommand = class _DescribeDBEngineVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9523
9459
|
return [
|
|
9524
9460
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9525
9461
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9533,9 +9469,7 @@ var DescribeDBEngineVersionsCommand = _DescribeDBEngineVersionsCommand;
|
|
|
9533
9469
|
|
|
9534
9470
|
|
|
9535
9471
|
|
|
9536
|
-
var _DescribeDBInstancesCommand = class _DescribeDBInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9537
|
-
...commonParams
|
|
9538
|
-
}).m(function(Command, cs, config, o) {
|
|
9472
|
+
var _DescribeDBInstancesCommand = class _DescribeDBInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9539
9473
|
return [
|
|
9540
9474
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9541
9475
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9549,9 +9483,7 @@ var DescribeDBInstancesCommand = _DescribeDBInstancesCommand;
|
|
|
9549
9483
|
|
|
9550
9484
|
|
|
9551
9485
|
|
|
9552
|
-
var _DescribeDBParameterGroupsCommand = class _DescribeDBParameterGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9553
|
-
...commonParams
|
|
9554
|
-
}).m(function(Command, cs, config, o) {
|
|
9486
|
+
var _DescribeDBParameterGroupsCommand = class _DescribeDBParameterGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9555
9487
|
return [
|
|
9556
9488
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9557
9489
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9565,9 +9497,7 @@ var DescribeDBParameterGroupsCommand = _DescribeDBParameterGroupsCommand;
|
|
|
9565
9497
|
|
|
9566
9498
|
|
|
9567
9499
|
|
|
9568
|
-
var _DescribeDBParametersCommand = class _DescribeDBParametersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9569
|
-
...commonParams
|
|
9570
|
-
}).m(function(Command, cs, config, o) {
|
|
9500
|
+
var _DescribeDBParametersCommand = class _DescribeDBParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9571
9501
|
return [
|
|
9572
9502
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9573
9503
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9581,9 +9511,7 @@ var DescribeDBParametersCommand = _DescribeDBParametersCommand;
|
|
|
9581
9511
|
|
|
9582
9512
|
|
|
9583
9513
|
|
|
9584
|
-
var _DescribeDBSubnetGroupsCommand = class _DescribeDBSubnetGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9585
|
-
...commonParams
|
|
9586
|
-
}).m(function(Command, cs, config, o) {
|
|
9514
|
+
var _DescribeDBSubnetGroupsCommand = class _DescribeDBSubnetGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9587
9515
|
return [
|
|
9588
9516
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9589
9517
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9597,9 +9525,7 @@ var DescribeDBSubnetGroupsCommand = _DescribeDBSubnetGroupsCommand;
|
|
|
9597
9525
|
|
|
9598
9526
|
|
|
9599
9527
|
|
|
9600
|
-
var _DescribeEngineDefaultClusterParametersCommand = class _DescribeEngineDefaultClusterParametersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9601
|
-
...commonParams
|
|
9602
|
-
}).m(function(Command, cs, config, o) {
|
|
9528
|
+
var _DescribeEngineDefaultClusterParametersCommand = class _DescribeEngineDefaultClusterParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9603
9529
|
return [
|
|
9604
9530
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9605
9531
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9613,9 +9539,7 @@ var DescribeEngineDefaultClusterParametersCommand = _DescribeEngineDefaultCluste
|
|
|
9613
9539
|
|
|
9614
9540
|
|
|
9615
9541
|
|
|
9616
|
-
var _DescribeEngineDefaultParametersCommand = class _DescribeEngineDefaultParametersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9617
|
-
...commonParams
|
|
9618
|
-
}).m(function(Command, cs, config, o) {
|
|
9542
|
+
var _DescribeEngineDefaultParametersCommand = class _DescribeEngineDefaultParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9619
9543
|
return [
|
|
9620
9544
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9621
9545
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9629,9 +9553,7 @@ var DescribeEngineDefaultParametersCommand = _DescribeEngineDefaultParametersCom
|
|
|
9629
9553
|
|
|
9630
9554
|
|
|
9631
9555
|
|
|
9632
|
-
var _DescribeEventCategoriesCommand = class _DescribeEventCategoriesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9633
|
-
...commonParams
|
|
9634
|
-
}).m(function(Command, cs, config, o) {
|
|
9556
|
+
var _DescribeEventCategoriesCommand = class _DescribeEventCategoriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9635
9557
|
return [
|
|
9636
9558
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9637
9559
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9645,9 +9567,7 @@ var DescribeEventCategoriesCommand = _DescribeEventCategoriesCommand;
|
|
|
9645
9567
|
|
|
9646
9568
|
|
|
9647
9569
|
|
|
9648
|
-
var _DescribeEventsCommand = class _DescribeEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9649
|
-
...commonParams
|
|
9650
|
-
}).m(function(Command, cs, config, o) {
|
|
9570
|
+
var _DescribeEventsCommand = class _DescribeEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9651
9571
|
return [
|
|
9652
9572
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9653
9573
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9661,9 +9581,7 @@ var DescribeEventsCommand = _DescribeEventsCommand;
|
|
|
9661
9581
|
|
|
9662
9582
|
|
|
9663
9583
|
|
|
9664
|
-
var _DescribeEventSubscriptionsCommand = class _DescribeEventSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9665
|
-
...commonParams
|
|
9666
|
-
}).m(function(Command, cs, config, o) {
|
|
9584
|
+
var _DescribeEventSubscriptionsCommand = class _DescribeEventSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9667
9585
|
return [
|
|
9668
9586
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9669
9587
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9677,9 +9595,7 @@ var DescribeEventSubscriptionsCommand = _DescribeEventSubscriptionsCommand;
|
|
|
9677
9595
|
|
|
9678
9596
|
|
|
9679
9597
|
|
|
9680
|
-
var _DescribeGlobalClustersCommand = class _DescribeGlobalClustersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9681
|
-
...commonParams
|
|
9682
|
-
}).m(function(Command, cs, config, o) {
|
|
9598
|
+
var _DescribeGlobalClustersCommand = class _DescribeGlobalClustersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9683
9599
|
return [
|
|
9684
9600
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9685
9601
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9693,9 +9609,7 @@ var DescribeGlobalClustersCommand = _DescribeGlobalClustersCommand;
|
|
|
9693
9609
|
|
|
9694
9610
|
|
|
9695
9611
|
|
|
9696
|
-
var _DescribeOrderableDBInstanceOptionsCommand = class _DescribeOrderableDBInstanceOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9697
|
-
...commonParams
|
|
9698
|
-
}).m(function(Command, cs, config, o) {
|
|
9612
|
+
var _DescribeOrderableDBInstanceOptionsCommand = class _DescribeOrderableDBInstanceOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9699
9613
|
return [
|
|
9700
9614
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9701
9615
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9709,9 +9623,7 @@ var DescribeOrderableDBInstanceOptionsCommand = _DescribeOrderableDBInstanceOpti
|
|
|
9709
9623
|
|
|
9710
9624
|
|
|
9711
9625
|
|
|
9712
|
-
var _DescribePendingMaintenanceActionsCommand = class _DescribePendingMaintenanceActionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9713
|
-
...commonParams
|
|
9714
|
-
}).m(function(Command, cs, config, o) {
|
|
9626
|
+
var _DescribePendingMaintenanceActionsCommand = class _DescribePendingMaintenanceActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9715
9627
|
return [
|
|
9716
9628
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9717
9629
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9725,9 +9637,7 @@ var DescribePendingMaintenanceActionsCommand = _DescribePendingMaintenanceAction
|
|
|
9725
9637
|
|
|
9726
9638
|
|
|
9727
9639
|
|
|
9728
|
-
var _DescribeValidDBInstanceModificationsCommand = class _DescribeValidDBInstanceModificationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9729
|
-
...commonParams
|
|
9730
|
-
}).m(function(Command, cs, config, o) {
|
|
9640
|
+
var _DescribeValidDBInstanceModificationsCommand = class _DescribeValidDBInstanceModificationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9731
9641
|
return [
|
|
9732
9642
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9733
9643
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9741,9 +9651,7 @@ var DescribeValidDBInstanceModificationsCommand = _DescribeValidDBInstanceModifi
|
|
|
9741
9651
|
|
|
9742
9652
|
|
|
9743
9653
|
|
|
9744
|
-
var _FailoverDBClusterCommand = class _FailoverDBClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9745
|
-
...commonParams
|
|
9746
|
-
}).m(function(Command, cs, config, o) {
|
|
9654
|
+
var _FailoverDBClusterCommand = class _FailoverDBClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9747
9655
|
return [
|
|
9748
9656
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9749
9657
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9757,9 +9665,7 @@ var FailoverDBClusterCommand = _FailoverDBClusterCommand;
|
|
|
9757
9665
|
|
|
9758
9666
|
|
|
9759
9667
|
|
|
9760
|
-
var _FailoverGlobalClusterCommand = class _FailoverGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9761
|
-
...commonParams
|
|
9762
|
-
}).m(function(Command, cs, config, o) {
|
|
9668
|
+
var _FailoverGlobalClusterCommand = class _FailoverGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9763
9669
|
return [
|
|
9764
9670
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9765
9671
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9773,9 +9679,7 @@ var FailoverGlobalClusterCommand = _FailoverGlobalClusterCommand;
|
|
|
9773
9679
|
|
|
9774
9680
|
|
|
9775
9681
|
|
|
9776
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9777
|
-
...commonParams
|
|
9778
|
-
}).m(function(Command, cs, config, o) {
|
|
9682
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9779
9683
|
return [
|
|
9780
9684
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9781
9685
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9789,9 +9693,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
9789
9693
|
|
|
9790
9694
|
|
|
9791
9695
|
|
|
9792
|
-
var _ModifyDBClusterCommand = class _ModifyDBClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9793
|
-
...commonParams
|
|
9794
|
-
}).m(function(Command, cs, config, o) {
|
|
9696
|
+
var _ModifyDBClusterCommand = class _ModifyDBClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9795
9697
|
return [
|
|
9796
9698
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9797
9699
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9805,9 +9707,7 @@ var ModifyDBClusterCommand = _ModifyDBClusterCommand;
|
|
|
9805
9707
|
|
|
9806
9708
|
|
|
9807
9709
|
|
|
9808
|
-
var _ModifyDBClusterEndpointCommand = class _ModifyDBClusterEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9809
|
-
...commonParams
|
|
9810
|
-
}).m(function(Command, cs, config, o) {
|
|
9710
|
+
var _ModifyDBClusterEndpointCommand = class _ModifyDBClusterEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9811
9711
|
return [
|
|
9812
9712
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9813
9713
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9821,9 +9721,7 @@ var ModifyDBClusterEndpointCommand = _ModifyDBClusterEndpointCommand;
|
|
|
9821
9721
|
|
|
9822
9722
|
|
|
9823
9723
|
|
|
9824
|
-
var _ModifyDBClusterParameterGroupCommand = class _ModifyDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9825
|
-
...commonParams
|
|
9826
|
-
}).m(function(Command, cs, config, o) {
|
|
9724
|
+
var _ModifyDBClusterParameterGroupCommand = class _ModifyDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9827
9725
|
return [
|
|
9828
9726
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9829
9727
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9837,9 +9735,7 @@ var ModifyDBClusterParameterGroupCommand = _ModifyDBClusterParameterGroupCommand
|
|
|
9837
9735
|
|
|
9838
9736
|
|
|
9839
9737
|
|
|
9840
|
-
var _ModifyDBClusterSnapshotAttributeCommand = class _ModifyDBClusterSnapshotAttributeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9841
|
-
...commonParams
|
|
9842
|
-
}).m(function(Command, cs, config, o) {
|
|
9738
|
+
var _ModifyDBClusterSnapshotAttributeCommand = class _ModifyDBClusterSnapshotAttributeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9843
9739
|
return [
|
|
9844
9740
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9845
9741
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9853,9 +9749,7 @@ var ModifyDBClusterSnapshotAttributeCommand = _ModifyDBClusterSnapshotAttributeC
|
|
|
9853
9749
|
|
|
9854
9750
|
|
|
9855
9751
|
|
|
9856
|
-
var _ModifyDBInstanceCommand = class _ModifyDBInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9857
|
-
...commonParams
|
|
9858
|
-
}).m(function(Command, cs, config, o) {
|
|
9752
|
+
var _ModifyDBInstanceCommand = class _ModifyDBInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9859
9753
|
return [
|
|
9860
9754
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9861
9755
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9869,9 +9763,7 @@ var ModifyDBInstanceCommand = _ModifyDBInstanceCommand;
|
|
|
9869
9763
|
|
|
9870
9764
|
|
|
9871
9765
|
|
|
9872
|
-
var _ModifyDBParameterGroupCommand = class _ModifyDBParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9873
|
-
...commonParams
|
|
9874
|
-
}).m(function(Command, cs, config, o) {
|
|
9766
|
+
var _ModifyDBParameterGroupCommand = class _ModifyDBParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9875
9767
|
return [
|
|
9876
9768
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9877
9769
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9885,9 +9777,7 @@ var ModifyDBParameterGroupCommand = _ModifyDBParameterGroupCommand;
|
|
|
9885
9777
|
|
|
9886
9778
|
|
|
9887
9779
|
|
|
9888
|
-
var _ModifyDBSubnetGroupCommand = class _ModifyDBSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9889
|
-
...commonParams
|
|
9890
|
-
}).m(function(Command, cs, config, o) {
|
|
9780
|
+
var _ModifyDBSubnetGroupCommand = class _ModifyDBSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9891
9781
|
return [
|
|
9892
9782
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9893
9783
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9901,9 +9791,7 @@ var ModifyDBSubnetGroupCommand = _ModifyDBSubnetGroupCommand;
|
|
|
9901
9791
|
|
|
9902
9792
|
|
|
9903
9793
|
|
|
9904
|
-
var _ModifyEventSubscriptionCommand = class _ModifyEventSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9905
|
-
...commonParams
|
|
9906
|
-
}).m(function(Command, cs, config, o) {
|
|
9794
|
+
var _ModifyEventSubscriptionCommand = class _ModifyEventSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9907
9795
|
return [
|
|
9908
9796
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9909
9797
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9917,9 +9805,7 @@ var ModifyEventSubscriptionCommand = _ModifyEventSubscriptionCommand;
|
|
|
9917
9805
|
|
|
9918
9806
|
|
|
9919
9807
|
|
|
9920
|
-
var _ModifyGlobalClusterCommand = class _ModifyGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9921
|
-
...commonParams
|
|
9922
|
-
}).m(function(Command, cs, config, o) {
|
|
9808
|
+
var _ModifyGlobalClusterCommand = class _ModifyGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9923
9809
|
return [
|
|
9924
9810
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9925
9811
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9933,9 +9819,7 @@ var ModifyGlobalClusterCommand = _ModifyGlobalClusterCommand;
|
|
|
9933
9819
|
|
|
9934
9820
|
|
|
9935
9821
|
|
|
9936
|
-
var _PromoteReadReplicaDBClusterCommand = class _PromoteReadReplicaDBClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9937
|
-
...commonParams
|
|
9938
|
-
}).m(function(Command, cs, config, o) {
|
|
9822
|
+
var _PromoteReadReplicaDBClusterCommand = class _PromoteReadReplicaDBClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9939
9823
|
return [
|
|
9940
9824
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9941
9825
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9949,9 +9833,7 @@ var PromoteReadReplicaDBClusterCommand = _PromoteReadReplicaDBClusterCommand;
|
|
|
9949
9833
|
|
|
9950
9834
|
|
|
9951
9835
|
|
|
9952
|
-
var _RebootDBInstanceCommand = class _RebootDBInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9953
|
-
...commonParams
|
|
9954
|
-
}).m(function(Command, cs, config, o) {
|
|
9836
|
+
var _RebootDBInstanceCommand = class _RebootDBInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9955
9837
|
return [
|
|
9956
9838
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9957
9839
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9965,9 +9847,7 @@ var RebootDBInstanceCommand = _RebootDBInstanceCommand;
|
|
|
9965
9847
|
|
|
9966
9848
|
|
|
9967
9849
|
|
|
9968
|
-
var _RemoveFromGlobalClusterCommand = class _RemoveFromGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9969
|
-
...commonParams
|
|
9970
|
-
}).m(function(Command, cs, config, o) {
|
|
9850
|
+
var _RemoveFromGlobalClusterCommand = class _RemoveFromGlobalClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9971
9851
|
return [
|
|
9972
9852
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9973
9853
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9981,9 +9861,7 @@ var RemoveFromGlobalClusterCommand = _RemoveFromGlobalClusterCommand;
|
|
|
9981
9861
|
|
|
9982
9862
|
|
|
9983
9863
|
|
|
9984
|
-
var _RemoveRoleFromDBClusterCommand = class _RemoveRoleFromDBClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9985
|
-
...commonParams
|
|
9986
|
-
}).m(function(Command, cs, config, o) {
|
|
9864
|
+
var _RemoveRoleFromDBClusterCommand = class _RemoveRoleFromDBClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9987
9865
|
return [
|
|
9988
9866
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9989
9867
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -9997,9 +9875,7 @@ var RemoveRoleFromDBClusterCommand = _RemoveRoleFromDBClusterCommand;
|
|
|
9997
9875
|
|
|
9998
9876
|
|
|
9999
9877
|
|
|
10000
|
-
var _RemoveSourceIdentifierFromSubscriptionCommand = class _RemoveSourceIdentifierFromSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10001
|
-
...commonParams
|
|
10002
|
-
}).m(function(Command, cs, config, o) {
|
|
9878
|
+
var _RemoveSourceIdentifierFromSubscriptionCommand = class _RemoveSourceIdentifierFromSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10003
9879
|
return [
|
|
10004
9880
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10005
9881
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -10013,9 +9889,7 @@ var RemoveSourceIdentifierFromSubscriptionCommand = _RemoveSourceIdentifierFromS
|
|
|
10013
9889
|
|
|
10014
9890
|
|
|
10015
9891
|
|
|
10016
|
-
var _RemoveTagsFromResourceCommand = class _RemoveTagsFromResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10017
|
-
...commonParams
|
|
10018
|
-
}).m(function(Command, cs, config, o) {
|
|
9892
|
+
var _RemoveTagsFromResourceCommand = class _RemoveTagsFromResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10019
9893
|
return [
|
|
10020
9894
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10021
9895
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -10029,9 +9903,7 @@ var RemoveTagsFromResourceCommand = _RemoveTagsFromResourceCommand;
|
|
|
10029
9903
|
|
|
10030
9904
|
|
|
10031
9905
|
|
|
10032
|
-
var _ResetDBClusterParameterGroupCommand = class _ResetDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10033
|
-
...commonParams
|
|
10034
|
-
}).m(function(Command, cs, config, o) {
|
|
9906
|
+
var _ResetDBClusterParameterGroupCommand = class _ResetDBClusterParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10035
9907
|
return [
|
|
10036
9908
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10037
9909
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -10045,9 +9917,7 @@ var ResetDBClusterParameterGroupCommand = _ResetDBClusterParameterGroupCommand;
|
|
|
10045
9917
|
|
|
10046
9918
|
|
|
10047
9919
|
|
|
10048
|
-
var _ResetDBParameterGroupCommand = class _ResetDBParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10049
|
-
...commonParams
|
|
10050
|
-
}).m(function(Command, cs, config, o) {
|
|
9920
|
+
var _ResetDBParameterGroupCommand = class _ResetDBParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10051
9921
|
return [
|
|
10052
9922
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10053
9923
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -10061,9 +9931,7 @@ var ResetDBParameterGroupCommand = _ResetDBParameterGroupCommand;
|
|
|
10061
9931
|
|
|
10062
9932
|
|
|
10063
9933
|
|
|
10064
|
-
var _RestoreDBClusterFromSnapshotCommand = class _RestoreDBClusterFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10065
|
-
...commonParams
|
|
10066
|
-
}).m(function(Command, cs, config, o) {
|
|
9934
|
+
var _RestoreDBClusterFromSnapshotCommand = class _RestoreDBClusterFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10067
9935
|
return [
|
|
10068
9936
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10069
9937
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -10077,9 +9945,7 @@ var RestoreDBClusterFromSnapshotCommand = _RestoreDBClusterFromSnapshotCommand;
|
|
|
10077
9945
|
|
|
10078
9946
|
|
|
10079
9947
|
|
|
10080
|
-
var _RestoreDBClusterToPointInTimeCommand = class _RestoreDBClusterToPointInTimeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10081
|
-
...commonParams
|
|
10082
|
-
}).m(function(Command, cs, config, o) {
|
|
9948
|
+
var _RestoreDBClusterToPointInTimeCommand = class _RestoreDBClusterToPointInTimeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10083
9949
|
return [
|
|
10084
9950
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10085
9951
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -10093,9 +9959,7 @@ var RestoreDBClusterToPointInTimeCommand = _RestoreDBClusterToPointInTimeCommand
|
|
|
10093
9959
|
|
|
10094
9960
|
|
|
10095
9961
|
|
|
10096
|
-
var _StartDBClusterCommand = class _StartDBClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10097
|
-
...commonParams
|
|
10098
|
-
}).m(function(Command, cs, config, o) {
|
|
9962
|
+
var _StartDBClusterCommand = class _StartDBClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10099
9963
|
return [
|
|
10100
9964
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10101
9965
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -10109,9 +9973,7 @@ var StartDBClusterCommand = _StartDBClusterCommand;
|
|
|
10109
9973
|
|
|
10110
9974
|
|
|
10111
9975
|
|
|
10112
|
-
var _StopDBClusterCommand = class _StopDBClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10113
|
-
...commonParams
|
|
10114
|
-
}).m(function(Command, cs, config, o) {
|
|
9976
|
+
var _StopDBClusterCommand = class _StopDBClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10115
9977
|
return [
|
|
10116
9978
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10117
9979
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|