@aws-sdk/client-docdb 3.186.0 → 3.190.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 +16 -0
  2. package/dist-cjs/protocols/Aws_query.js +8 -4
  3. package/dist-es/DocDB.js +214 -221
  4. package/dist-es/DocDBClient.js +22 -28
  5. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +21 -28
  6. package/dist-es/commands/AddTagsToResourceCommand.js +22 -29
  7. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +21 -28
  8. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +21 -28
  9. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +21 -28
  10. package/dist-es/commands/CreateDBClusterCommand.js +21 -28
  11. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +21 -28
  12. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +21 -28
  13. package/dist-es/commands/CreateDBInstanceCommand.js +21 -28
  14. package/dist-es/commands/CreateDBSubnetGroupCommand.js +21 -28
  15. package/dist-es/commands/CreateEventSubscriptionCommand.js +21 -28
  16. package/dist-es/commands/CreateGlobalClusterCommand.js +21 -28
  17. package/dist-es/commands/DeleteDBClusterCommand.js +21 -28
  18. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +22 -29
  19. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +21 -28
  20. package/dist-es/commands/DeleteDBInstanceCommand.js +21 -28
  21. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +22 -29
  22. package/dist-es/commands/DeleteEventSubscriptionCommand.js +21 -28
  23. package/dist-es/commands/DeleteGlobalClusterCommand.js +21 -28
  24. package/dist-es/commands/DescribeCertificatesCommand.js +21 -28
  25. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +21 -28
  26. package/dist-es/commands/DescribeDBClusterParametersCommand.js +21 -28
  27. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +21 -28
  28. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +21 -28
  29. package/dist-es/commands/DescribeDBClustersCommand.js +21 -28
  30. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +21 -28
  31. package/dist-es/commands/DescribeDBInstancesCommand.js +21 -28
  32. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +21 -28
  33. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +21 -28
  34. package/dist-es/commands/DescribeEventCategoriesCommand.js +21 -28
  35. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +21 -28
  36. package/dist-es/commands/DescribeEventsCommand.js +21 -28
  37. package/dist-es/commands/DescribeGlobalClustersCommand.js +21 -28
  38. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +21 -28
  39. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +21 -28
  40. package/dist-es/commands/FailoverDBClusterCommand.js +21 -28
  41. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  42. package/dist-es/commands/ModifyDBClusterCommand.js +21 -28
  43. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +21 -28
  44. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +21 -28
  45. package/dist-es/commands/ModifyDBInstanceCommand.js +21 -28
  46. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +21 -28
  47. package/dist-es/commands/ModifyEventSubscriptionCommand.js +21 -28
  48. package/dist-es/commands/ModifyGlobalClusterCommand.js +21 -28
  49. package/dist-es/commands/RebootDBInstanceCommand.js +21 -28
  50. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +21 -28
  51. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +21 -28
  52. package/dist-es/commands/RemoveTagsFromResourceCommand.js +22 -29
  53. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +21 -28
  54. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +21 -28
  55. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +21 -28
  56. package/dist-es/commands/StartDBClusterCommand.js +21 -28
  57. package/dist-es/commands/StopDBClusterCommand.js +21 -28
  58. package/dist-es/endpoints.js +8 -8
  59. package/dist-es/models/DocDBServiceException.js +5 -10
  60. package/dist-es/models/models_0.js +1083 -818
  61. package/dist-es/pagination/DescribeCertificatesPaginator.js +25 -68
  62. package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +25 -68
  63. package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +25 -68
  64. package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +25 -68
  65. package/dist-es/pagination/DescribeDBClustersPaginator.js +25 -68
  66. package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +25 -68
  67. package/dist-es/pagination/DescribeDBInstancesPaginator.js +25 -68
  68. package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +25 -68
  69. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +25 -68
  70. package/dist-es/pagination/DescribeEventsPaginator.js +25 -68
  71. package/dist-es/pagination/DescribeGlobalClustersPaginator.js +25 -68
  72. package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +25 -68
  73. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +25 -68
  74. package/dist-es/protocols/Aws_query.js +4064 -5266
  75. package/dist-es/runtimeConfig.browser.js +26 -12
  76. package/dist-es/runtimeConfig.js +30 -12
  77. package/dist-es/runtimeConfig.native.js +8 -5
  78. package/dist-es/runtimeConfig.shared.js +8 -11
  79. package/dist-es/waiters/waitForDBInstanceAvailable.js +106 -187
  80. package/dist-es/waiters/waitForDBInstanceDeleted.js +94 -165
  81. package/package.json +36 -37
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeEventCategoriesMessageFilterSensitiveLog, EventCategoriesMessageFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeEventCategoriesCommand, serializeAws_queryDescribeEventCategoriesCommand, } from "../protocols/Aws_query";
6
- var DescribeEventCategoriesCommand = (function (_super) {
7
- __extends(DescribeEventCategoriesCommand, _super);
8
- function DescribeEventCategoriesCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeEventCategoriesCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeEventCategoriesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DocDBClient";
18
- var commandName = "DescribeEventCategoriesCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DocDBClient";
15
+ const commandName = "DescribeEventCategoriesCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeEventCategoriesMessageFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: EventCategoriesMessageFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeEventCategoriesCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryDescribeEventCategoriesCommand(input, context);
33
- };
34
- DescribeEventCategoriesCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeEventCategoriesCommand(output, context);
36
- };
37
- return DescribeEventCategoriesCommand;
38
- }($Command));
39
- export { DescribeEventCategoriesCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeEventSubscriptionsMessageFilterSensitiveLog, EventSubscriptionsMessageFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeEventSubscriptionsCommand, serializeAws_queryDescribeEventSubscriptionsCommand, } from "../protocols/Aws_query";
6
- var DescribeEventSubscriptionsCommand = (function (_super) {
7
- __extends(DescribeEventSubscriptionsCommand, _super);
8
- function DescribeEventSubscriptionsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeEventSubscriptionsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeEventSubscriptionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DocDBClient";
18
- var commandName = "DescribeEventSubscriptionsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DocDBClient";
15
+ const commandName = "DescribeEventSubscriptionsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeEventSubscriptionsMessageFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: EventSubscriptionsMessageFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeEventSubscriptionsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryDescribeEventSubscriptionsCommand(input, context);
33
- };
34
- DescribeEventSubscriptionsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeEventSubscriptionsCommand(output, context);
36
- };
37
- return DescribeEventSubscriptionsCommand;
38
- }($Command));
39
- export { DescribeEventSubscriptionsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeEventsMessageFilterSensitiveLog, EventsMessageFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeEventsCommand, serializeAws_queryDescribeEventsCommand, } from "../protocols/Aws_query";
6
- var DescribeEventsCommand = (function (_super) {
7
- __extends(DescribeEventsCommand, _super);
8
- function DescribeEventsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeEventsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeEventsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DocDBClient";
18
- var commandName = "DescribeEventsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DocDBClient";
15
+ const commandName = "DescribeEventsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeEventsMessageFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: EventsMessageFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeEventsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryDescribeEventsCommand(input, context);
33
- };
34
- DescribeEventsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeEventsCommand(output, context);
36
- };
37
- return DescribeEventsCommand;
38
- }($Command));
39
- export { DescribeEventsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeGlobalClustersMessageFilterSensitiveLog, GlobalClustersMessageFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeGlobalClustersCommand, serializeAws_queryDescribeGlobalClustersCommand, } from "../protocols/Aws_query";
6
- var DescribeGlobalClustersCommand = (function (_super) {
7
- __extends(DescribeGlobalClustersCommand, _super);
8
- function DescribeGlobalClustersCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeGlobalClustersCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeGlobalClustersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DocDBClient";
18
- var commandName = "DescribeGlobalClustersCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DocDBClient";
15
+ const commandName = "DescribeGlobalClustersCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeGlobalClustersMessageFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GlobalClustersMessageFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeGlobalClustersCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryDescribeGlobalClustersCommand(input, context);
33
- };
34
- DescribeGlobalClustersCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeGlobalClustersCommand(output, context);
36
- };
37
- return DescribeGlobalClustersCommand;
38
- }($Command));
39
- export { DescribeGlobalClustersCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeOrderableDBInstanceOptionsMessageFilterSensitiveLog, OrderableDBInstanceOptionsMessageFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeOrderableDBInstanceOptionsCommand, serializeAws_queryDescribeOrderableDBInstanceOptionsCommand, } from "../protocols/Aws_query";
6
- var DescribeOrderableDBInstanceOptionsCommand = (function (_super) {
7
- __extends(DescribeOrderableDBInstanceOptionsCommand, _super);
8
- function DescribeOrderableDBInstanceOptionsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeOrderableDBInstanceOptionsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeOrderableDBInstanceOptionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DocDBClient";
18
- var commandName = "DescribeOrderableDBInstanceOptionsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DocDBClient";
15
+ const commandName = "DescribeOrderableDBInstanceOptionsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeOrderableDBInstanceOptionsMessageFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: OrderableDBInstanceOptionsMessageFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeOrderableDBInstanceOptionsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryDescribeOrderableDBInstanceOptionsCommand(input, context);
33
- };
34
- DescribeOrderableDBInstanceOptionsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeOrderableDBInstanceOptionsCommand(output, context);
36
- };
37
- return DescribeOrderableDBInstanceOptionsCommand;
38
- }($Command));
39
- export { DescribeOrderableDBInstanceOptionsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribePendingMaintenanceActionsMessageFilterSensitiveLog, PendingMaintenanceActionsMessageFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribePendingMaintenanceActionsCommand, serializeAws_queryDescribePendingMaintenanceActionsCommand, } from "../protocols/Aws_query";
6
- var DescribePendingMaintenanceActionsCommand = (function (_super) {
7
- __extends(DescribePendingMaintenanceActionsCommand, _super);
8
- function DescribePendingMaintenanceActionsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribePendingMaintenanceActionsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribePendingMaintenanceActionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DocDBClient";
18
- var commandName = "DescribePendingMaintenanceActionsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DocDBClient";
15
+ const commandName = "DescribePendingMaintenanceActionsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribePendingMaintenanceActionsMessageFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: PendingMaintenanceActionsMessageFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribePendingMaintenanceActionsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryDescribePendingMaintenanceActionsCommand(input, context);
33
- };
34
- DescribePendingMaintenanceActionsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribePendingMaintenanceActionsCommand(output, context);
36
- };
37
- return DescribePendingMaintenanceActionsCommand;
38
- }($Command));
39
- export { DescribePendingMaintenanceActionsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { FailoverDBClusterMessageFilterSensitiveLog, FailoverDBClusterResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryFailoverDBClusterCommand, serializeAws_queryFailoverDBClusterCommand, } from "../protocols/Aws_query";
6
- var FailoverDBClusterCommand = (function (_super) {
7
- __extends(FailoverDBClusterCommand, _super);
8
- function FailoverDBClusterCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class FailoverDBClusterCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- FailoverDBClusterCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DocDBClient";
18
- var commandName = "FailoverDBClusterCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DocDBClient";
15
+ const commandName = "FailoverDBClusterCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: FailoverDBClusterMessageFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: FailoverDBClusterResultFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- FailoverDBClusterCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryFailoverDBClusterCommand(input, context);
33
- };
34
- FailoverDBClusterCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryFailoverDBClusterCommand(output, context);
36
- };
37
- return FailoverDBClusterCommand;
38
- }($Command));
39
- export { FailoverDBClusterCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ListTagsForResourceMessageFilterSensitiveLog, TagListMessageFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryListTagsForResourceCommand, serializeAws_queryListTagsForResourceCommand, } from "../protocols/Aws_query";
6
- var ListTagsForResourceCommand = (function (_super) {
7
- __extends(ListTagsForResourceCommand, _super);
8
- function ListTagsForResourceCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ListTagsForResourceCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListTagsForResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DocDBClient";
18
- var commandName = "ListTagsForResourceCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DocDBClient";
15
+ const commandName = "ListTagsForResourceCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListTagsForResourceMessageFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: TagListMessageFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ListTagsForResourceCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryListTagsForResourceCommand(input, context);
33
- };
34
- ListTagsForResourceCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryListTagsForResourceCommand(output, context);
36
- };
37
- return ListTagsForResourceCommand;
38
- }($Command));
39
- export { ListTagsForResourceCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ModifyDBClusterMessageFilterSensitiveLog, ModifyDBClusterResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryModifyDBClusterCommand, serializeAws_queryModifyDBClusterCommand, } from "../protocols/Aws_query";
6
- var ModifyDBClusterCommand = (function (_super) {
7
- __extends(ModifyDBClusterCommand, _super);
8
- function ModifyDBClusterCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ModifyDBClusterCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ModifyDBClusterCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DocDBClient";
18
- var commandName = "ModifyDBClusterCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DocDBClient";
15
+ const commandName = "ModifyDBClusterCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ModifyDBClusterMessageFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ModifyDBClusterResultFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ModifyDBClusterCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryModifyDBClusterCommand(input, context);
33
- };
34
- ModifyDBClusterCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryModifyDBClusterCommand(output, context);
36
- };
37
- return ModifyDBClusterCommand;
38
- }($Command));
39
- export { ModifyDBClusterCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DBClusterParameterGroupNameMessageFilterSensitiveLog, ModifyDBClusterParameterGroupMessageFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryModifyDBClusterParameterGroupCommand, serializeAws_queryModifyDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
6
- var ModifyDBClusterParameterGroupCommand = (function (_super) {
7
- __extends(ModifyDBClusterParameterGroupCommand, _super);
8
- function ModifyDBClusterParameterGroupCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ModifyDBClusterParameterGroupCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ModifyDBClusterParameterGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DocDBClient";
18
- var commandName = "ModifyDBClusterParameterGroupCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DocDBClient";
15
+ const commandName = "ModifyDBClusterParameterGroupCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ModifyDBClusterParameterGroupMessageFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DBClusterParameterGroupNameMessageFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ModifyDBClusterParameterGroupCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryModifyDBClusterParameterGroupCommand(input, context);
33
- };
34
- ModifyDBClusterParameterGroupCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryModifyDBClusterParameterGroupCommand(output, context);
36
- };
37
- return ModifyDBClusterParameterGroupCommand;
38
- }($Command));
39
- export { ModifyDBClusterParameterGroupCommand };
31
+ }
32
+ }