@aws-sdk/client-docdb 3.183.0 → 3.185.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.
Files changed (81) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/protocols/Aws_query.js +2 -2
  3. package/dist-es/DocDB.js +221 -214
  4. package/dist-es/DocDBClient.js +28 -22
  5. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +28 -21
  6. package/dist-es/commands/AddTagsToResourceCommand.js +29 -22
  7. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +28 -21
  8. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +28 -21
  9. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +28 -21
  10. package/dist-es/commands/CreateDBClusterCommand.js +28 -21
  11. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +28 -21
  12. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +28 -21
  13. package/dist-es/commands/CreateDBInstanceCommand.js +28 -21
  14. package/dist-es/commands/CreateDBSubnetGroupCommand.js +28 -21
  15. package/dist-es/commands/CreateEventSubscriptionCommand.js +28 -21
  16. package/dist-es/commands/CreateGlobalClusterCommand.js +28 -21
  17. package/dist-es/commands/DeleteDBClusterCommand.js +28 -21
  18. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +29 -22
  19. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +28 -21
  20. package/dist-es/commands/DeleteDBInstanceCommand.js +28 -21
  21. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +29 -22
  22. package/dist-es/commands/DeleteEventSubscriptionCommand.js +28 -21
  23. package/dist-es/commands/DeleteGlobalClusterCommand.js +28 -21
  24. package/dist-es/commands/DescribeCertificatesCommand.js +28 -21
  25. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +28 -21
  26. package/dist-es/commands/DescribeDBClusterParametersCommand.js +28 -21
  27. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +28 -21
  28. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +28 -21
  29. package/dist-es/commands/DescribeDBClustersCommand.js +28 -21
  30. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +28 -21
  31. package/dist-es/commands/DescribeDBInstancesCommand.js +28 -21
  32. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +28 -21
  33. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +28 -21
  34. package/dist-es/commands/DescribeEventCategoriesCommand.js +28 -21
  35. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +28 -21
  36. package/dist-es/commands/DescribeEventsCommand.js +28 -21
  37. package/dist-es/commands/DescribeGlobalClustersCommand.js +28 -21
  38. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +28 -21
  39. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +28 -21
  40. package/dist-es/commands/FailoverDBClusterCommand.js +28 -21
  41. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  42. package/dist-es/commands/ModifyDBClusterCommand.js +28 -21
  43. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +28 -21
  44. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +28 -21
  45. package/dist-es/commands/ModifyDBInstanceCommand.js +28 -21
  46. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +28 -21
  47. package/dist-es/commands/ModifyEventSubscriptionCommand.js +28 -21
  48. package/dist-es/commands/ModifyGlobalClusterCommand.js +28 -21
  49. package/dist-es/commands/RebootDBInstanceCommand.js +28 -21
  50. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +28 -21
  51. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +28 -21
  52. package/dist-es/commands/RemoveTagsFromResourceCommand.js +29 -22
  53. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +28 -21
  54. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +28 -21
  55. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +28 -21
  56. package/dist-es/commands/StartDBClusterCommand.js +28 -21
  57. package/dist-es/commands/StopDBClusterCommand.js +28 -21
  58. package/dist-es/endpoints.js +8 -8
  59. package/dist-es/models/DocDBServiceException.js +10 -5
  60. package/dist-es/models/models_0.js +818 -1083
  61. package/dist-es/pagination/DescribeCertificatesPaginator.js +68 -25
  62. package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +68 -25
  63. package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +68 -25
  64. package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +68 -25
  65. package/dist-es/pagination/DescribeDBClustersPaginator.js +68 -25
  66. package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +68 -25
  67. package/dist-es/pagination/DescribeDBInstancesPaginator.js +68 -25
  68. package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +68 -25
  69. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +68 -25
  70. package/dist-es/pagination/DescribeEventsPaginator.js +68 -25
  71. package/dist-es/pagination/DescribeGlobalClustersPaginator.js +68 -25
  72. package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +68 -25
  73. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +68 -25
  74. package/dist-es/protocols/Aws_query.js +5264 -4058
  75. package/dist-es/runtimeConfig.browser.js +12 -26
  76. package/dist-es/runtimeConfig.js +12 -30
  77. package/dist-es/runtimeConfig.native.js +5 -8
  78. package/dist-es/runtimeConfig.shared.js +11 -8
  79. package/dist-es/waiters/waitForDBInstanceAvailable.js +187 -106
  80. package/dist-es/waiters/waitForDBInstanceDeleted.js +165 -94
  81. package/package.json +5 -5
@@ -1,3 +1,4 @@
1
+ import { __extends } from "tslib";
1
2
  import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
2
3
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
3
4
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
@@ -8,26 +9,31 @@ import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-sig
8
9
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
9
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
10
11
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
11
- export class DocDBClient extends __Client {
12
- constructor(configuration) {
13
- const _config_0 = __getRuntimeConfig(configuration);
14
- const _config_1 = resolveRegionConfig(_config_0);
15
- const _config_2 = resolveEndpointsConfig(_config_1);
16
- const _config_3 = resolveRetryConfig(_config_2);
17
- const _config_4 = resolveHostHeaderConfig(_config_3);
18
- const _config_5 = resolveAwsAuthConfig(_config_4);
19
- const _config_6 = resolveUserAgentConfig(_config_5);
20
- super(_config_6);
21
- this.config = _config_6;
22
- this.middlewareStack.use(getRetryPlugin(this.config));
23
- this.middlewareStack.use(getContentLengthPlugin(this.config));
24
- this.middlewareStack.use(getHostHeaderPlugin(this.config));
25
- this.middlewareStack.use(getLoggerPlugin(this.config));
26
- this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
27
- this.middlewareStack.use(getAwsAuthPlugin(this.config));
28
- this.middlewareStack.use(getUserAgentPlugin(this.config));
12
+ var DocDBClient = (function (_super) {
13
+ __extends(DocDBClient, _super);
14
+ function DocDBClient(configuration) {
15
+ var _this = this;
16
+ var _config_0 = __getRuntimeConfig(configuration);
17
+ var _config_1 = resolveRegionConfig(_config_0);
18
+ var _config_2 = resolveEndpointsConfig(_config_1);
19
+ var _config_3 = resolveRetryConfig(_config_2);
20
+ var _config_4 = resolveHostHeaderConfig(_config_3);
21
+ var _config_5 = resolveAwsAuthConfig(_config_4);
22
+ var _config_6 = resolveUserAgentConfig(_config_5);
23
+ _this = _super.call(this, _config_6) || this;
24
+ _this.config = _config_6;
25
+ _this.middlewareStack.use(getRetryPlugin(_this.config));
26
+ _this.middlewareStack.use(getContentLengthPlugin(_this.config));
27
+ _this.middlewareStack.use(getHostHeaderPlugin(_this.config));
28
+ _this.middlewareStack.use(getLoggerPlugin(_this.config));
29
+ _this.middlewareStack.use(getRecursionDetectionPlugin(_this.config));
30
+ _this.middlewareStack.use(getAwsAuthPlugin(_this.config));
31
+ _this.middlewareStack.use(getUserAgentPlugin(_this.config));
32
+ return _this;
29
33
  }
30
- destroy() {
31
- super.destroy();
32
- }
33
- }
34
+ DocDBClient.prototype.destroy = function () {
35
+ _super.prototype.destroy.call(this);
36
+ };
37
+ return DocDBClient;
38
+ }(__Client));
39
+ export { DocDBClient };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { AddSourceIdentifierToSubscriptionMessageFilterSensitiveLog, AddSourceIdentifierToSubscriptionResultFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryAddSourceIdentifierToSubscriptionCommand, serializeAws_queryAddSourceIdentifierToSubscriptionCommand, } from "../protocols/Aws_query";
5
- export class AddSourceIdentifierToSubscriptionCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var AddSourceIdentifierToSubscriptionCommand = (function (_super) {
7
+ __extends(AddSourceIdentifierToSubscriptionCommand, _super);
8
+ function AddSourceIdentifierToSubscriptionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ AddSourceIdentifierToSubscriptionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "DocDBClient";
15
- const commandName = "AddSourceIdentifierToSubscriptionCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DocDBClient";
18
+ var commandName = "AddSourceIdentifierToSubscriptionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: AddSourceIdentifierToSubscriptionMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: AddSourceIdentifierToSubscriptionResultFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ AddSourceIdentifierToSubscriptionCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryAddSourceIdentifierToSubscriptionCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ AddSourceIdentifierToSubscriptionCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryAddSourceIdentifierToSubscriptionCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return AddSourceIdentifierToSubscriptionCommand;
38
+ }($Command));
39
+ export { AddSourceIdentifierToSubscriptionCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { AddTagsToResourceMessageFilterSensitiveLog } from "../models/models_0";
4
5
  import { deserializeAws_queryAddTagsToResourceCommand, serializeAws_queryAddTagsToResourceCommand, } from "../protocols/Aws_query";
5
- export class AddTagsToResourceCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var AddTagsToResourceCommand = (function (_super) {
7
+ __extends(AddTagsToResourceCommand, _super);
8
+ function AddTagsToResourceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ AddTagsToResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "DocDBClient";
15
- const commandName = "AddTagsToResourceCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DocDBClient";
18
+ var commandName = "AddTagsToResourceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: AddTagsToResourceMessageFilterSensitiveLog,
21
- outputFilterSensitiveLog: (output) => output,
24
+ outputFilterSensitiveLog: function (output) { return output; },
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ AddTagsToResourceCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryAddTagsToResourceCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ AddTagsToResourceCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryAddTagsToResourceCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return AddTagsToResourceCommand;
38
+ }($Command));
39
+ export { AddTagsToResourceCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { ApplyPendingMaintenanceActionMessageFilterSensitiveLog, ApplyPendingMaintenanceActionResultFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryApplyPendingMaintenanceActionCommand, serializeAws_queryApplyPendingMaintenanceActionCommand, } from "../protocols/Aws_query";
5
- export class ApplyPendingMaintenanceActionCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ApplyPendingMaintenanceActionCommand = (function (_super) {
7
+ __extends(ApplyPendingMaintenanceActionCommand, _super);
8
+ function ApplyPendingMaintenanceActionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ApplyPendingMaintenanceActionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "DocDBClient";
15
- const commandName = "ApplyPendingMaintenanceActionCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DocDBClient";
18
+ var commandName = "ApplyPendingMaintenanceActionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ApplyPendingMaintenanceActionMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ApplyPendingMaintenanceActionResultFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ApplyPendingMaintenanceActionCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryApplyPendingMaintenanceActionCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ApplyPendingMaintenanceActionCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryApplyPendingMaintenanceActionCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ApplyPendingMaintenanceActionCommand;
38
+ }($Command));
39
+ export { ApplyPendingMaintenanceActionCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CopyDBClusterParameterGroupMessageFilterSensitiveLog, CopyDBClusterParameterGroupResultFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryCopyDBClusterParameterGroupCommand, serializeAws_queryCopyDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
5
- export class CopyDBClusterParameterGroupCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CopyDBClusterParameterGroupCommand = (function (_super) {
7
+ __extends(CopyDBClusterParameterGroupCommand, _super);
8
+ function CopyDBClusterParameterGroupCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CopyDBClusterParameterGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "DocDBClient";
15
- const commandName = "CopyDBClusterParameterGroupCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DocDBClient";
18
+ var commandName = "CopyDBClusterParameterGroupCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CopyDBClusterParameterGroupMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CopyDBClusterParameterGroupResultFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CopyDBClusterParameterGroupCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryCopyDBClusterParameterGroupCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CopyDBClusterParameterGroupCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryCopyDBClusterParameterGroupCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CopyDBClusterParameterGroupCommand;
38
+ }($Command));
39
+ export { CopyDBClusterParameterGroupCommand };
@@ -1,34 +1,41 @@
1
+ import { __extends } from "tslib";
1
2
  import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds";
2
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
5
  import { CopyDBClusterSnapshotMessageFilterSensitiveLog, CopyDBClusterSnapshotResultFilterSensitiveLog, } from "../models/models_0";
5
6
  import { deserializeAws_queryCopyDBClusterSnapshotCommand, serializeAws_queryCopyDBClusterSnapshotCommand, } from "../protocols/Aws_query";
6
- export class CopyDBClusterSnapshotCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
7
+ var CopyDBClusterSnapshotCommand = (function (_super) {
8
+ __extends(CopyDBClusterSnapshotCommand, _super);
9
+ function CopyDBClusterSnapshotCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
10
13
  }
11
- resolveMiddleware(clientStack, configuration, options) {
14
+ CopyDBClusterSnapshotCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
12
15
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
13
16
  this.middlewareStack.use(getCrossRegionPresignedUrlPlugin(configuration));
14
- const stack = clientStack.concat(this.middlewareStack);
15
- const { logger } = configuration;
16
- const clientName = "DocDBClient";
17
- const commandName = "CopyDBClusterSnapshotCommand";
18
- const handlerExecutionContext = {
19
- logger,
20
- clientName,
21
- commandName,
17
+ var stack = clientStack.concat(this.middlewareStack);
18
+ var logger = configuration.logger;
19
+ var clientName = "DocDBClient";
20
+ var commandName = "CopyDBClusterSnapshotCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
22
25
  inputFilterSensitiveLog: CopyDBClusterSnapshotMessageFilterSensitiveLog,
23
26
  outputFilterSensitiveLog: CopyDBClusterSnapshotResultFilterSensitiveLog,
24
27
  };
25
- const { requestHandler } = configuration;
26
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
27
- }
28
- serialize(input, context) {
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ CopyDBClusterSnapshotCommand.prototype.serialize = function (input, context) {
29
34
  return serializeAws_queryCopyDBClusterSnapshotCommand(input, context);
30
- }
31
- deserialize(output, context) {
35
+ };
36
+ CopyDBClusterSnapshotCommand.prototype.deserialize = function (output, context) {
32
37
  return deserializeAws_queryCopyDBClusterSnapshotCommand(output, context);
33
- }
34
- }
38
+ };
39
+ return CopyDBClusterSnapshotCommand;
40
+ }($Command));
41
+ export { CopyDBClusterSnapshotCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateDBClusterMessageFilterSensitiveLog, CreateDBClusterResultFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryCreateDBClusterCommand, serializeAws_queryCreateDBClusterCommand, } from "../protocols/Aws_query";
5
- export class CreateDBClusterCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateDBClusterCommand = (function (_super) {
7
+ __extends(CreateDBClusterCommand, _super);
8
+ function CreateDBClusterCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateDBClusterCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "DocDBClient";
15
- const commandName = "CreateDBClusterCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DocDBClient";
18
+ var commandName = "CreateDBClusterCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateDBClusterMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateDBClusterResultFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateDBClusterCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryCreateDBClusterCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateDBClusterCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryCreateDBClusterCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateDBClusterCommand;
38
+ }($Command));
39
+ export { CreateDBClusterCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateDBClusterParameterGroupMessageFilterSensitiveLog, CreateDBClusterParameterGroupResultFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryCreateDBClusterParameterGroupCommand, serializeAws_queryCreateDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
5
- export class CreateDBClusterParameterGroupCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateDBClusterParameterGroupCommand = (function (_super) {
7
+ __extends(CreateDBClusterParameterGroupCommand, _super);
8
+ function CreateDBClusterParameterGroupCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateDBClusterParameterGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "DocDBClient";
15
- const commandName = "CreateDBClusterParameterGroupCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DocDBClient";
18
+ var commandName = "CreateDBClusterParameterGroupCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateDBClusterParameterGroupMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateDBClusterParameterGroupResultFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateDBClusterParameterGroupCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryCreateDBClusterParameterGroupCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateDBClusterParameterGroupCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryCreateDBClusterParameterGroupCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateDBClusterParameterGroupCommand;
38
+ }($Command));
39
+ export { CreateDBClusterParameterGroupCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateDBClusterSnapshotMessageFilterSensitiveLog, CreateDBClusterSnapshotResultFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryCreateDBClusterSnapshotCommand, serializeAws_queryCreateDBClusterSnapshotCommand, } from "../protocols/Aws_query";
5
- export class CreateDBClusterSnapshotCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateDBClusterSnapshotCommand = (function (_super) {
7
+ __extends(CreateDBClusterSnapshotCommand, _super);
8
+ function CreateDBClusterSnapshotCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateDBClusterSnapshotCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "DocDBClient";
15
- const commandName = "CreateDBClusterSnapshotCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DocDBClient";
18
+ var commandName = "CreateDBClusterSnapshotCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateDBClusterSnapshotMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateDBClusterSnapshotResultFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateDBClusterSnapshotCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryCreateDBClusterSnapshotCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateDBClusterSnapshotCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryCreateDBClusterSnapshotCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateDBClusterSnapshotCommand;
38
+ }($Command));
39
+ export { CreateDBClusterSnapshotCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateDBInstanceMessageFilterSensitiveLog, CreateDBInstanceResultFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryCreateDBInstanceCommand, serializeAws_queryCreateDBInstanceCommand, } from "../protocols/Aws_query";
5
- export class CreateDBInstanceCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateDBInstanceCommand = (function (_super) {
7
+ __extends(CreateDBInstanceCommand, _super);
8
+ function CreateDBInstanceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateDBInstanceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "DocDBClient";
15
- const commandName = "CreateDBInstanceCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DocDBClient";
18
+ var commandName = "CreateDBInstanceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateDBInstanceMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateDBInstanceResultFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateDBInstanceCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryCreateDBInstanceCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateDBInstanceCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryCreateDBInstanceCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateDBInstanceCommand;
38
+ }($Command));
39
+ export { CreateDBInstanceCommand };