@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,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 { CertificateMessageFilterSensitiveLog, DescribeCertificatesMessageFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDescribeCertificatesCommand, serializeAws_queryDescribeCertificatesCommand, } from "../protocols/Aws_query";
5
- export class DescribeCertificatesCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeCertificatesCommand = (function (_super) {
7
+ __extends(DescribeCertificatesCommand, _super);
8
+ function DescribeCertificatesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeCertificatesCommand.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 = "DescribeCertificatesCommand";
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 = "DescribeCertificatesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeCertificatesMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CertificateMessageFilterSensitiveLog,
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
+ DescribeCertificatesCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDescribeCertificatesCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeCertificatesCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDescribeCertificatesCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeCertificatesCommand;
38
+ }($Command));
39
+ export { DescribeCertificatesCommand };
@@ -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 { DBClusterParameterGroupsMessageFilterSensitiveLog, DescribeDBClusterParameterGroupsMessageFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDescribeDBClusterParameterGroupsCommand, serializeAws_queryDescribeDBClusterParameterGroupsCommand, } from "../protocols/Aws_query";
5
- export class DescribeDBClusterParameterGroupsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeDBClusterParameterGroupsCommand = (function (_super) {
7
+ __extends(DescribeDBClusterParameterGroupsCommand, _super);
8
+ function DescribeDBClusterParameterGroupsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeDBClusterParameterGroupsCommand.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 = "DescribeDBClusterParameterGroupsCommand";
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 = "DescribeDBClusterParameterGroupsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeDBClusterParameterGroupsMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DBClusterParameterGroupsMessageFilterSensitiveLog,
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
+ DescribeDBClusterParameterGroupsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDescribeDBClusterParameterGroupsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeDBClusterParameterGroupsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDescribeDBClusterParameterGroupsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeDBClusterParameterGroupsCommand;
38
+ }($Command));
39
+ export { DescribeDBClusterParameterGroupsCommand };
@@ -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 { DBClusterParameterGroupDetailsFilterSensitiveLog, DescribeDBClusterParametersMessageFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDescribeDBClusterParametersCommand, serializeAws_queryDescribeDBClusterParametersCommand, } from "../protocols/Aws_query";
5
- export class DescribeDBClusterParametersCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeDBClusterParametersCommand = (function (_super) {
7
+ __extends(DescribeDBClusterParametersCommand, _super);
8
+ function DescribeDBClusterParametersCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeDBClusterParametersCommand.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 = "DescribeDBClusterParametersCommand";
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 = "DescribeDBClusterParametersCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeDBClusterParametersMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DBClusterParameterGroupDetailsFilterSensitiveLog,
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
+ DescribeDBClusterParametersCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDescribeDBClusterParametersCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeDBClusterParametersCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDescribeDBClusterParametersCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeDBClusterParametersCommand;
38
+ }($Command));
39
+ export { DescribeDBClusterParametersCommand };
@@ -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 { DescribeDBClusterSnapshotAttributesMessageFilterSensitiveLog, DescribeDBClusterSnapshotAttributesResultFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDescribeDBClusterSnapshotAttributesCommand, serializeAws_queryDescribeDBClusterSnapshotAttributesCommand, } from "../protocols/Aws_query";
5
- export class DescribeDBClusterSnapshotAttributesCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeDBClusterSnapshotAttributesCommand = (function (_super) {
7
+ __extends(DescribeDBClusterSnapshotAttributesCommand, _super);
8
+ function DescribeDBClusterSnapshotAttributesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeDBClusterSnapshotAttributesCommand.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 = "DescribeDBClusterSnapshotAttributesCommand";
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 = "DescribeDBClusterSnapshotAttributesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeDBClusterSnapshotAttributesMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeDBClusterSnapshotAttributesResultFilterSensitiveLog,
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
+ DescribeDBClusterSnapshotAttributesCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDescribeDBClusterSnapshotAttributesCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeDBClusterSnapshotAttributesCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDescribeDBClusterSnapshotAttributesCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeDBClusterSnapshotAttributesCommand;
38
+ }($Command));
39
+ export { DescribeDBClusterSnapshotAttributesCommand };
@@ -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 { DBClusterSnapshotMessageFilterSensitiveLog, DescribeDBClusterSnapshotsMessageFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDescribeDBClusterSnapshotsCommand, serializeAws_queryDescribeDBClusterSnapshotsCommand, } from "../protocols/Aws_query";
5
- export class DescribeDBClusterSnapshotsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeDBClusterSnapshotsCommand = (function (_super) {
7
+ __extends(DescribeDBClusterSnapshotsCommand, _super);
8
+ function DescribeDBClusterSnapshotsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeDBClusterSnapshotsCommand.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 = "DescribeDBClusterSnapshotsCommand";
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 = "DescribeDBClusterSnapshotsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeDBClusterSnapshotsMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DBClusterSnapshotMessageFilterSensitiveLog,
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
+ DescribeDBClusterSnapshotsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDescribeDBClusterSnapshotsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeDBClusterSnapshotsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDescribeDBClusterSnapshotsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeDBClusterSnapshotsCommand;
38
+ }($Command));
39
+ export { DescribeDBClusterSnapshotsCommand };
@@ -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 { DBClusterMessageFilterSensitiveLog, DescribeDBClustersMessageFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDescribeDBClustersCommand, serializeAws_queryDescribeDBClustersCommand, } from "../protocols/Aws_query";
5
- export class DescribeDBClustersCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeDBClustersCommand = (function (_super) {
7
+ __extends(DescribeDBClustersCommand, _super);
8
+ function DescribeDBClustersCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeDBClustersCommand.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 = "DescribeDBClustersCommand";
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 = "DescribeDBClustersCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeDBClustersMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DBClusterMessageFilterSensitiveLog,
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
+ DescribeDBClustersCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDescribeDBClustersCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeDBClustersCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDescribeDBClustersCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeDBClustersCommand;
38
+ }($Command));
39
+ export { DescribeDBClustersCommand };
@@ -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 { DBEngineVersionMessageFilterSensitiveLog, DescribeDBEngineVersionsMessageFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDescribeDBEngineVersionsCommand, serializeAws_queryDescribeDBEngineVersionsCommand, } from "../protocols/Aws_query";
5
- export class DescribeDBEngineVersionsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeDBEngineVersionsCommand = (function (_super) {
7
+ __extends(DescribeDBEngineVersionsCommand, _super);
8
+ function DescribeDBEngineVersionsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeDBEngineVersionsCommand.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 = "DescribeDBEngineVersionsCommand";
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 = "DescribeDBEngineVersionsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeDBEngineVersionsMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DBEngineVersionMessageFilterSensitiveLog,
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
+ DescribeDBEngineVersionsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDescribeDBEngineVersionsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeDBEngineVersionsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDescribeDBEngineVersionsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeDBEngineVersionsCommand;
38
+ }($Command));
39
+ export { DescribeDBEngineVersionsCommand };
@@ -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 { DBInstanceMessageFilterSensitiveLog, DescribeDBInstancesMessageFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDescribeDBInstancesCommand, serializeAws_queryDescribeDBInstancesCommand, } from "../protocols/Aws_query";
5
- export class DescribeDBInstancesCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeDBInstancesCommand = (function (_super) {
7
+ __extends(DescribeDBInstancesCommand, _super);
8
+ function DescribeDBInstancesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeDBInstancesCommand.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 = "DescribeDBInstancesCommand";
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 = "DescribeDBInstancesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeDBInstancesMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DBInstanceMessageFilterSensitiveLog,
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
+ DescribeDBInstancesCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDescribeDBInstancesCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeDBInstancesCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDescribeDBInstancesCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeDBInstancesCommand;
38
+ }($Command));
39
+ export { DescribeDBInstancesCommand };
@@ -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 { DBSubnetGroupMessageFilterSensitiveLog, DescribeDBSubnetGroupsMessageFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDescribeDBSubnetGroupsCommand, serializeAws_queryDescribeDBSubnetGroupsCommand, } from "../protocols/Aws_query";
5
- export class DescribeDBSubnetGroupsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeDBSubnetGroupsCommand = (function (_super) {
7
+ __extends(DescribeDBSubnetGroupsCommand, _super);
8
+ function DescribeDBSubnetGroupsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeDBSubnetGroupsCommand.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 = "DescribeDBSubnetGroupsCommand";
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 = "DescribeDBSubnetGroupsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeDBSubnetGroupsMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DBSubnetGroupMessageFilterSensitiveLog,
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
+ DescribeDBSubnetGroupsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDescribeDBSubnetGroupsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeDBSubnetGroupsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDescribeDBSubnetGroupsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeDBSubnetGroupsCommand;
38
+ }($Command));
39
+ export { DescribeDBSubnetGroupsCommand };
@@ -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 { DescribeEngineDefaultClusterParametersMessageFilterSensitiveLog, DescribeEngineDefaultClusterParametersResultFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDescribeEngineDefaultClusterParametersCommand, serializeAws_queryDescribeEngineDefaultClusterParametersCommand, } from "../protocols/Aws_query";
5
- export class DescribeEngineDefaultClusterParametersCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeEngineDefaultClusterParametersCommand = (function (_super) {
7
+ __extends(DescribeEngineDefaultClusterParametersCommand, _super);
8
+ function DescribeEngineDefaultClusterParametersCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeEngineDefaultClusterParametersCommand.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 = "DescribeEngineDefaultClusterParametersCommand";
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 = "DescribeEngineDefaultClusterParametersCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeEngineDefaultClusterParametersMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeEngineDefaultClusterParametersResultFilterSensitiveLog,
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
+ DescribeEngineDefaultClusterParametersCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDescribeEngineDefaultClusterParametersCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeEngineDefaultClusterParametersCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDescribeEngineDefaultClusterParametersCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeEngineDefaultClusterParametersCommand;
38
+ }($Command));
39
+ export { DescribeEngineDefaultClusterParametersCommand };