@aws-sdk/client-docdb 3.54.1 → 3.55.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/CHANGELOG.md +8 -0
- package/dist-cjs/DocDBClient.js +13 -13
- package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/AddTagsToResourceCommand.js +3 -3
- package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +3 -3
- package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js +4 -4
- package/dist-cjs/commands/CreateDBClusterCommand.js +3 -3
- package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js +3 -3
- package/dist-cjs/commands/CreateDBInstanceCommand.js +3 -3
- package/dist-cjs/commands/CreateDBSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateEventSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/CreateGlobalClusterCommand.js +3 -3
- package/dist-cjs/commands/DeleteDBClusterCommand.js +3 -3
- package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js +3 -3
- package/dist-cjs/commands/DeleteDBInstanceCommand.js +3 -3
- package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/DeleteGlobalClusterCommand.js +3 -3
- package/dist-cjs/commands/DescribeCertificatesCommand.js +3 -3
- package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDBClusterParametersCommand.js +3 -3
- package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDBClustersCommand.js +3 -3
- package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDBInstancesCommand.js +3 -3
- package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventCategoriesCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventsCommand.js +3 -3
- package/dist-cjs/commands/DescribeGlobalClustersCommand.js +3 -3
- package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +3 -3
- package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +3 -3
- package/dist-cjs/commands/FailoverDBClusterCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ModifyDBClusterCommand.js +3 -3
- package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +3 -3
- package/dist-cjs/commands/ModifyDBInstanceCommand.js +3 -3
- package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/ModifyGlobalClusterCommand.js +3 -3
- package/dist-cjs/commands/RebootDBInstanceCommand.js +3 -3
- package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js +3 -3
- package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +3 -3
- package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js +3 -3
- package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js +3 -3
- package/dist-cjs/commands/StartDBClusterCommand.js +3 -3
- package/dist-cjs/commands/StopDBClusterCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_query.js +404 -404
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-cjs/waiters/waitForDBInstanceAvailable.js +3 -3
- package/dist-es/DocDB.js +53 -53
- package/dist-es/pagination/DescribeCertificatesPaginator.js +4 -4
- package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +4 -4
- package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +4 -4
- package/dist-es/pagination/DescribeDBClustersPaginator.js +4 -4
- package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +4 -4
- package/dist-es/pagination/DescribeDBInstancesPaginator.js +4 -4
- package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +4 -4
- package/dist-es/pagination/DescribeEventsPaginator.js +4 -4
- package/dist-es/pagination/DescribeGlobalClustersPaginator.js +4 -4
- package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +4 -4
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +4 -4
- package/dist-es/protocols/Aws_query.js +63 -63
- package/dist-es/waiters/waitForDBInstanceAvailable.js +6 -6
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +36 -36
|
@@ -11,7 +11,7 @@ class DescribeDBEngineVersionsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class DescribeDBEngineVersionsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeDBEngineVersionsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeDBEngineVersionsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeDBEngineVersionsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeDBEngineVersionsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeDBEngineVersionsCommand = DescribeDBEngineVersionsCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeDBInstancesCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class DescribeDBInstancesCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeDBInstancesCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeDBInstancesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeDBInstancesCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeDBInstancesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeDBInstancesCommand = DescribeDBInstancesCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeDBSubnetGroupsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class DescribeDBSubnetGroupsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeDBSubnetGroupsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeDBSubnetGroupsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeDBSubnetGroupsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeDBSubnetGroupsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeDBSubnetGroupsCommand = DescribeDBSubnetGroupsCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeEngineDefaultClusterParametersCommand extends smithy_client_1.Comm
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class DescribeEngineDefaultClusterParametersCommand extends smithy_client_1.Comm
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeEngineDefaultClusterParametersCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeEngineDefaultClusterParametersCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeEngineDefaultClusterParametersCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeEngineDefaultClusterParametersCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeEngineDefaultClusterParametersCommand = DescribeEngineDefaultClusterParametersCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeEventCategoriesCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class DescribeEventCategoriesCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeEventCategoriesCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeEventCategoriesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeEventCategoriesCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeEventCategoriesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeEventCategoriesCommand = DescribeEventCategoriesCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeEventSubscriptionsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class DescribeEventSubscriptionsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeEventSubscriptionsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeEventSubscriptionsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeEventSubscriptionsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeEventSubscriptionsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeEventSubscriptionsCommand = DescribeEventSubscriptionsCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeEventsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class DescribeEventsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeEventsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeEventsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeEventsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeEventsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeEventsCommand = DescribeEventsCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeGlobalClustersCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class DescribeGlobalClustersCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeGlobalClustersCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeGlobalClustersCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeGlobalClustersCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeGlobalClustersCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeGlobalClustersCommand = DescribeGlobalClustersCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeOrderableDBInstanceOptionsCommand extends smithy_client_1.Command
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class DescribeOrderableDBInstanceOptionsCommand extends smithy_client_1.Command
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeOrderableDBInstanceOptionsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeOrderableDBInstanceOptionsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeOrderableDBInstanceOptionsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeOrderableDBInstanceOptionsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeOrderableDBInstanceOptionsCommand = DescribeOrderableDBInstanceOptionsCommand;
|
|
@@ -11,7 +11,7 @@ class DescribePendingMaintenanceActionsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class DescribePendingMaintenanceActionsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribePendingMaintenanceActionsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribePendingMaintenanceActionsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribePendingMaintenanceActionsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribePendingMaintenanceActionsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribePendingMaintenanceActionsCommand = DescribePendingMaintenanceActionsCommand;
|
|
@@ -11,7 +11,7 @@ class FailoverDBClusterCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class FailoverDBClusterCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryFailoverDBClusterCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryFailoverDBClusterCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryFailoverDBClusterCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryFailoverDBClusterCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.FailoverDBClusterCommand = FailoverDBClusterCommand;
|
|
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryListTagsForResourceCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryListTagsForResourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryListTagsForResourceCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryListTagsForResourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -11,7 +11,7 @@ class ModifyDBClusterCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class ModifyDBClusterCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryModifyDBClusterCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryModifyDBClusterCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryModifyDBClusterCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryModifyDBClusterCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ModifyDBClusterCommand = ModifyDBClusterCommand;
|
|
@@ -11,7 +11,7 @@ class ModifyDBClusterParameterGroupCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class ModifyDBClusterParameterGroupCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryModifyDBClusterParameterGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryModifyDBClusterParameterGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryModifyDBClusterParameterGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryModifyDBClusterParameterGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ModifyDBClusterParameterGroupCommand = ModifyDBClusterParameterGroupCommand;
|
|
@@ -11,7 +11,7 @@ class ModifyDBClusterSnapshotAttributeCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class ModifyDBClusterSnapshotAttributeCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryModifyDBClusterSnapshotAttributeCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryModifyDBClusterSnapshotAttributeCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryModifyDBClusterSnapshotAttributeCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryModifyDBClusterSnapshotAttributeCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ModifyDBClusterSnapshotAttributeCommand = ModifyDBClusterSnapshotAttributeCommand;
|
|
@@ -11,7 +11,7 @@ class ModifyDBInstanceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class ModifyDBInstanceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryModifyDBInstanceCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryModifyDBInstanceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryModifyDBInstanceCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryModifyDBInstanceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ModifyDBInstanceCommand = ModifyDBInstanceCommand;
|
|
@@ -11,7 +11,7 @@ class ModifyDBSubnetGroupCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class ModifyDBSubnetGroupCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryModifyDBSubnetGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryModifyDBSubnetGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryModifyDBSubnetGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryModifyDBSubnetGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ModifyDBSubnetGroupCommand = ModifyDBSubnetGroupCommand;
|
|
@@ -11,7 +11,7 @@ class ModifyEventSubscriptionCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class ModifyEventSubscriptionCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryModifyEventSubscriptionCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryModifyEventSubscriptionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryModifyEventSubscriptionCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryModifyEventSubscriptionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ModifyEventSubscriptionCommand = ModifyEventSubscriptionCommand;
|
|
@@ -11,7 +11,7 @@ class ModifyGlobalClusterCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class ModifyGlobalClusterCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryModifyGlobalClusterCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryModifyGlobalClusterCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryModifyGlobalClusterCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryModifyGlobalClusterCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ModifyGlobalClusterCommand = ModifyGlobalClusterCommand;
|
|
@@ -11,7 +11,7 @@ class RebootDBInstanceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class RebootDBInstanceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryRebootDBInstanceCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRebootDBInstanceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRebootDBInstanceCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRebootDBInstanceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RebootDBInstanceCommand = RebootDBInstanceCommand;
|
|
@@ -11,7 +11,7 @@ class RemoveFromGlobalClusterCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class RemoveFromGlobalClusterCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryRemoveFromGlobalClusterCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRemoveFromGlobalClusterCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRemoveFromGlobalClusterCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRemoveFromGlobalClusterCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RemoveFromGlobalClusterCommand = RemoveFromGlobalClusterCommand;
|
|
@@ -11,7 +11,7 @@ class RemoveSourceIdentifierFromSubscriptionCommand extends smithy_client_1.Comm
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class RemoveSourceIdentifierFromSubscriptionCommand extends smithy_client_1.Comm
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RemoveSourceIdentifierFromSubscriptionCommand = RemoveSourceIdentifierFromSubscriptionCommand;
|
|
@@ -11,7 +11,7 @@ class RemoveTagsFromResourceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class RemoveTagsFromResourceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryRemoveTagsFromResourceCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRemoveTagsFromResourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRemoveTagsFromResourceCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRemoveTagsFromResourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RemoveTagsFromResourceCommand = RemoveTagsFromResourceCommand;
|
|
@@ -11,7 +11,7 @@ class ResetDBClusterParameterGroupCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class ResetDBClusterParameterGroupCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryResetDBClusterParameterGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryResetDBClusterParameterGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryResetDBClusterParameterGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryResetDBClusterParameterGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ResetDBClusterParameterGroupCommand = ResetDBClusterParameterGroupCommand;
|
|
@@ -11,7 +11,7 @@ class RestoreDBClusterFromSnapshotCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class RestoreDBClusterFromSnapshotCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryRestoreDBClusterFromSnapshotCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRestoreDBClusterFromSnapshotCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRestoreDBClusterFromSnapshotCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRestoreDBClusterFromSnapshotCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RestoreDBClusterFromSnapshotCommand = RestoreDBClusterFromSnapshotCommand;
|
|
@@ -11,7 +11,7 @@ class RestoreDBClusterToPointInTimeCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class RestoreDBClusterToPointInTimeCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryRestoreDBClusterToPointInTimeCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRestoreDBClusterToPointInTimeCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRestoreDBClusterToPointInTimeCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRestoreDBClusterToPointInTimeCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RestoreDBClusterToPointInTimeCommand = RestoreDBClusterToPointInTimeCommand;
|
|
@@ -11,7 +11,7 @@ class StartDBClusterCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DocDBClient";
|
|
@@ -27,10 +27,10 @@ class StartDBClusterCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryStartDBClusterCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryStartDBClusterCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryStartDBClusterCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryStartDBClusterCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.StartDBClusterCommand = StartDBClusterCommand;
|