@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 { ModifyDBClusterSnapshotAttributeMessageFilterSensitiveLog, ModifyDBClusterSnapshotAttributeResultFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryModifyDBClusterSnapshotAttributeCommand, serializeAws_queryModifyDBClusterSnapshotAttributeCommand, } from "../protocols/Aws_query";
5
- export class ModifyDBClusterSnapshotAttributeCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ModifyDBClusterSnapshotAttributeCommand = (function (_super) {
7
+ __extends(ModifyDBClusterSnapshotAttributeCommand, _super);
8
+ function ModifyDBClusterSnapshotAttributeCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ModifyDBClusterSnapshotAttributeCommand.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 = "ModifyDBClusterSnapshotAttributeCommand";
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 = "ModifyDBClusterSnapshotAttributeCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ModifyDBClusterSnapshotAttributeMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ModifyDBClusterSnapshotAttributeResultFilterSensitiveLog,
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
+ ModifyDBClusterSnapshotAttributeCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryModifyDBClusterSnapshotAttributeCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ModifyDBClusterSnapshotAttributeCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryModifyDBClusterSnapshotAttributeCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ModifyDBClusterSnapshotAttributeCommand;
38
+ }($Command));
39
+ export { ModifyDBClusterSnapshotAttributeCommand };
@@ -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 { ModifyDBInstanceMessageFilterSensitiveLog, ModifyDBInstanceResultFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryModifyDBInstanceCommand, serializeAws_queryModifyDBInstanceCommand, } from "../protocols/Aws_query";
5
- export class ModifyDBInstanceCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ModifyDBInstanceCommand = (function (_super) {
7
+ __extends(ModifyDBInstanceCommand, _super);
8
+ function ModifyDBInstanceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ModifyDBInstanceCommand.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 = "ModifyDBInstanceCommand";
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 = "ModifyDBInstanceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ModifyDBInstanceMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ModifyDBInstanceResultFilterSensitiveLog,
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
+ ModifyDBInstanceCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryModifyDBInstanceCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ModifyDBInstanceCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryModifyDBInstanceCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ModifyDBInstanceCommand;
38
+ }($Command));
39
+ export { ModifyDBInstanceCommand };
@@ -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 { ModifyDBSubnetGroupMessageFilterSensitiveLog, ModifyDBSubnetGroupResultFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryModifyDBSubnetGroupCommand, serializeAws_queryModifyDBSubnetGroupCommand, } from "../protocols/Aws_query";
5
- export class ModifyDBSubnetGroupCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ModifyDBSubnetGroupCommand = (function (_super) {
7
+ __extends(ModifyDBSubnetGroupCommand, _super);
8
+ function ModifyDBSubnetGroupCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ModifyDBSubnetGroupCommand.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 = "ModifyDBSubnetGroupCommand";
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 = "ModifyDBSubnetGroupCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ModifyDBSubnetGroupMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ModifyDBSubnetGroupResultFilterSensitiveLog,
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
+ ModifyDBSubnetGroupCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryModifyDBSubnetGroupCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ModifyDBSubnetGroupCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryModifyDBSubnetGroupCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ModifyDBSubnetGroupCommand;
38
+ }($Command));
39
+ export { ModifyDBSubnetGroupCommand };
@@ -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 { ModifyEventSubscriptionMessageFilterSensitiveLog, ModifyEventSubscriptionResultFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryModifyEventSubscriptionCommand, serializeAws_queryModifyEventSubscriptionCommand, } from "../protocols/Aws_query";
5
- export class ModifyEventSubscriptionCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ModifyEventSubscriptionCommand = (function (_super) {
7
+ __extends(ModifyEventSubscriptionCommand, _super);
8
+ function ModifyEventSubscriptionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ModifyEventSubscriptionCommand.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 = "ModifyEventSubscriptionCommand";
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 = "ModifyEventSubscriptionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ModifyEventSubscriptionMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ModifyEventSubscriptionResultFilterSensitiveLog,
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
+ ModifyEventSubscriptionCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryModifyEventSubscriptionCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ModifyEventSubscriptionCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryModifyEventSubscriptionCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ModifyEventSubscriptionCommand;
38
+ }($Command));
39
+ export { ModifyEventSubscriptionCommand };
@@ -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 { ModifyGlobalClusterMessageFilterSensitiveLog, ModifyGlobalClusterResultFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryModifyGlobalClusterCommand, serializeAws_queryModifyGlobalClusterCommand, } from "../protocols/Aws_query";
5
- export class ModifyGlobalClusterCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ModifyGlobalClusterCommand = (function (_super) {
7
+ __extends(ModifyGlobalClusterCommand, _super);
8
+ function ModifyGlobalClusterCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ModifyGlobalClusterCommand.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 = "ModifyGlobalClusterCommand";
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 = "ModifyGlobalClusterCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ModifyGlobalClusterMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ModifyGlobalClusterResultFilterSensitiveLog,
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
+ ModifyGlobalClusterCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryModifyGlobalClusterCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ModifyGlobalClusterCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryModifyGlobalClusterCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ModifyGlobalClusterCommand;
38
+ }($Command));
39
+ export { ModifyGlobalClusterCommand };
@@ -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 { RebootDBInstanceMessageFilterSensitiveLog, RebootDBInstanceResultFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryRebootDBInstanceCommand, serializeAws_queryRebootDBInstanceCommand, } from "../protocols/Aws_query";
5
- export class RebootDBInstanceCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var RebootDBInstanceCommand = (function (_super) {
7
+ __extends(RebootDBInstanceCommand, _super);
8
+ function RebootDBInstanceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ RebootDBInstanceCommand.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 = "RebootDBInstanceCommand";
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 = "RebootDBInstanceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: RebootDBInstanceMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: RebootDBInstanceResultFilterSensitiveLog,
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
+ RebootDBInstanceCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryRebootDBInstanceCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ RebootDBInstanceCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryRebootDBInstanceCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return RebootDBInstanceCommand;
38
+ }($Command));
39
+ export { RebootDBInstanceCommand };
@@ -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 { RemoveFromGlobalClusterMessageFilterSensitiveLog, RemoveFromGlobalClusterResultFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryRemoveFromGlobalClusterCommand, serializeAws_queryRemoveFromGlobalClusterCommand, } from "../protocols/Aws_query";
5
- export class RemoveFromGlobalClusterCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var RemoveFromGlobalClusterCommand = (function (_super) {
7
+ __extends(RemoveFromGlobalClusterCommand, _super);
8
+ function RemoveFromGlobalClusterCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ RemoveFromGlobalClusterCommand.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 = "RemoveFromGlobalClusterCommand";
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 = "RemoveFromGlobalClusterCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: RemoveFromGlobalClusterMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: RemoveFromGlobalClusterResultFilterSensitiveLog,
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
+ RemoveFromGlobalClusterCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryRemoveFromGlobalClusterCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ RemoveFromGlobalClusterCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryRemoveFromGlobalClusterCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return RemoveFromGlobalClusterCommand;
38
+ }($Command));
39
+ export { RemoveFromGlobalClusterCommand };
@@ -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 { RemoveSourceIdentifierFromSubscriptionMessageFilterSensitiveLog, RemoveSourceIdentifierFromSubscriptionResultFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand, serializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand, } from "../protocols/Aws_query";
5
- export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var RemoveSourceIdentifierFromSubscriptionCommand = (function (_super) {
7
+ __extends(RemoveSourceIdentifierFromSubscriptionCommand, _super);
8
+ function RemoveSourceIdentifierFromSubscriptionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ RemoveSourceIdentifierFromSubscriptionCommand.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 = "RemoveSourceIdentifierFromSubscriptionCommand";
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 = "RemoveSourceIdentifierFromSubscriptionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: RemoveSourceIdentifierFromSubscriptionMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: RemoveSourceIdentifierFromSubscriptionResultFilterSensitiveLog,
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
+ RemoveSourceIdentifierFromSubscriptionCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ RemoveSourceIdentifierFromSubscriptionCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return RemoveSourceIdentifierFromSubscriptionCommand;
38
+ }($Command));
39
+ export { RemoveSourceIdentifierFromSubscriptionCommand };
@@ -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 { RemoveTagsFromResourceMessageFilterSensitiveLog } from "../models/models_0";
4
5
  import { deserializeAws_queryRemoveTagsFromResourceCommand, serializeAws_queryRemoveTagsFromResourceCommand, } from "../protocols/Aws_query";
5
- export class RemoveTagsFromResourceCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var RemoveTagsFromResourceCommand = (function (_super) {
7
+ __extends(RemoveTagsFromResourceCommand, _super);
8
+ function RemoveTagsFromResourceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ RemoveTagsFromResourceCommand.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 = "RemoveTagsFromResourceCommand";
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 = "RemoveTagsFromResourceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: RemoveTagsFromResourceMessageFilterSensitiveLog,
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
+ RemoveTagsFromResourceCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryRemoveTagsFromResourceCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ RemoveTagsFromResourceCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryRemoveTagsFromResourceCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return RemoveTagsFromResourceCommand;
38
+ }($Command));
39
+ export { RemoveTagsFromResourceCommand };
@@ -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 { DBClusterParameterGroupNameMessageFilterSensitiveLog, ResetDBClusterParameterGroupMessageFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryResetDBClusterParameterGroupCommand, serializeAws_queryResetDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
5
- export class ResetDBClusterParameterGroupCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ResetDBClusterParameterGroupCommand = (function (_super) {
7
+ __extends(ResetDBClusterParameterGroupCommand, _super);
8
+ function ResetDBClusterParameterGroupCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ResetDBClusterParameterGroupCommand.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 = "ResetDBClusterParameterGroupCommand";
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 = "ResetDBClusterParameterGroupCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ResetDBClusterParameterGroupMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DBClusterParameterGroupNameMessageFilterSensitiveLog,
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
+ ResetDBClusterParameterGroupCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryResetDBClusterParameterGroupCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ResetDBClusterParameterGroupCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryResetDBClusterParameterGroupCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ResetDBClusterParameterGroupCommand;
38
+ }($Command));
39
+ export { ResetDBClusterParameterGroupCommand };