@aws-sdk/client-database-migration-service 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 (110) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/protocols/Aws_json1_1.js +2 -2
  3. package/dist-es/DatabaseMigrationService.js +269 -262
  4. package/dist-es/DatabaseMigrationServiceClient.js +28 -22
  5. package/dist-es/commands/AddTagsToResourceCommand.js +28 -21
  6. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +28 -21
  7. package/dist-es/commands/CancelReplicationTaskAssessmentRunCommand.js +28 -21
  8. package/dist-es/commands/CreateEndpointCommand.js +28 -21
  9. package/dist-es/commands/CreateEventSubscriptionCommand.js +28 -21
  10. package/dist-es/commands/CreateFleetAdvisorCollectorCommand.js +28 -21
  11. package/dist-es/commands/CreateReplicationInstanceCommand.js +28 -21
  12. package/dist-es/commands/CreateReplicationSubnetGroupCommand.js +28 -21
  13. package/dist-es/commands/CreateReplicationTaskCommand.js +28 -21
  14. package/dist-es/commands/DeleteCertificateCommand.js +28 -21
  15. package/dist-es/commands/DeleteConnectionCommand.js +28 -21
  16. package/dist-es/commands/DeleteEndpointCommand.js +28 -21
  17. package/dist-es/commands/DeleteEventSubscriptionCommand.js +28 -21
  18. package/dist-es/commands/DeleteFleetAdvisorCollectorCommand.js +29 -22
  19. package/dist-es/commands/DeleteFleetAdvisorDatabasesCommand.js +28 -21
  20. package/dist-es/commands/DeleteReplicationInstanceCommand.js +28 -21
  21. package/dist-es/commands/DeleteReplicationSubnetGroupCommand.js +28 -21
  22. package/dist-es/commands/DeleteReplicationTaskAssessmentRunCommand.js +28 -21
  23. package/dist-es/commands/DeleteReplicationTaskCommand.js +28 -21
  24. package/dist-es/commands/DescribeAccountAttributesCommand.js +28 -21
  25. package/dist-es/commands/DescribeApplicableIndividualAssessmentsCommand.js +28 -21
  26. package/dist-es/commands/DescribeCertificatesCommand.js +28 -21
  27. package/dist-es/commands/DescribeConnectionsCommand.js +28 -21
  28. package/dist-es/commands/DescribeEndpointSettingsCommand.js +28 -21
  29. package/dist-es/commands/DescribeEndpointTypesCommand.js +28 -21
  30. package/dist-es/commands/DescribeEndpointsCommand.js +28 -21
  31. package/dist-es/commands/DescribeEventCategoriesCommand.js +28 -21
  32. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +28 -21
  33. package/dist-es/commands/DescribeEventsCommand.js +28 -21
  34. package/dist-es/commands/DescribeFleetAdvisorCollectorsCommand.js +28 -21
  35. package/dist-es/commands/DescribeFleetAdvisorDatabasesCommand.js +28 -21
  36. package/dist-es/commands/DescribeFleetAdvisorLsaAnalysisCommand.js +28 -21
  37. package/dist-es/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.js +28 -21
  38. package/dist-es/commands/DescribeFleetAdvisorSchemasCommand.js +28 -21
  39. package/dist-es/commands/DescribeOrderableReplicationInstancesCommand.js +28 -21
  40. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +28 -21
  41. package/dist-es/commands/DescribeRefreshSchemasStatusCommand.js +28 -21
  42. package/dist-es/commands/DescribeReplicationInstanceTaskLogsCommand.js +28 -21
  43. package/dist-es/commands/DescribeReplicationInstancesCommand.js +28 -21
  44. package/dist-es/commands/DescribeReplicationSubnetGroupsCommand.js +28 -21
  45. package/dist-es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +28 -21
  46. package/dist-es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +28 -21
  47. package/dist-es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +28 -21
  48. package/dist-es/commands/DescribeReplicationTasksCommand.js +28 -21
  49. package/dist-es/commands/DescribeSchemasCommand.js +28 -21
  50. package/dist-es/commands/DescribeTableStatisticsCommand.js +28 -21
  51. package/dist-es/commands/ImportCertificateCommand.js +28 -21
  52. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  53. package/dist-es/commands/ModifyEndpointCommand.js +28 -21
  54. package/dist-es/commands/ModifyEventSubscriptionCommand.js +28 -21
  55. package/dist-es/commands/ModifyReplicationInstanceCommand.js +28 -21
  56. package/dist-es/commands/ModifyReplicationSubnetGroupCommand.js +28 -21
  57. package/dist-es/commands/ModifyReplicationTaskCommand.js +28 -21
  58. package/dist-es/commands/MoveReplicationTaskCommand.js +28 -21
  59. package/dist-es/commands/RebootReplicationInstanceCommand.js +28 -21
  60. package/dist-es/commands/RefreshSchemasCommand.js +28 -21
  61. package/dist-es/commands/ReloadTablesCommand.js +28 -21
  62. package/dist-es/commands/RemoveTagsFromResourceCommand.js +28 -21
  63. package/dist-es/commands/RunFleetAdvisorLsaAnalysisCommand.js +29 -22
  64. package/dist-es/commands/StartReplicationTaskAssessmentCommand.js +28 -21
  65. package/dist-es/commands/StartReplicationTaskAssessmentRunCommand.js +28 -21
  66. package/dist-es/commands/StartReplicationTaskCommand.js +28 -21
  67. package/dist-es/commands/StopReplicationTaskCommand.js +28 -21
  68. package/dist-es/commands/TestConnectionCommand.js +28 -21
  69. package/dist-es/commands/UpdateSubscriptionsToEventBridgeCommand.js +28 -21
  70. package/dist-es/endpoints.js +8 -8
  71. package/dist-es/models/DatabaseMigrationServiceServiceException.js +10 -5
  72. package/dist-es/models/models_0.js +471 -904
  73. package/dist-es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +68 -25
  74. package/dist-es/pagination/DescribeCertificatesPaginator.js +68 -25
  75. package/dist-es/pagination/DescribeConnectionsPaginator.js +68 -25
  76. package/dist-es/pagination/DescribeEndpointSettingsPaginator.js +68 -25
  77. package/dist-es/pagination/DescribeEndpointTypesPaginator.js +68 -25
  78. package/dist-es/pagination/DescribeEndpointsPaginator.js +68 -25
  79. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +68 -25
  80. package/dist-es/pagination/DescribeEventsPaginator.js +68 -25
  81. package/dist-es/pagination/DescribeFleetAdvisorCollectorsPaginator.js +68 -25
  82. package/dist-es/pagination/DescribeFleetAdvisorDatabasesPaginator.js +68 -25
  83. package/dist-es/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.js +68 -25
  84. package/dist-es/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.js +68 -25
  85. package/dist-es/pagination/DescribeFleetAdvisorSchemasPaginator.js +68 -25
  86. package/dist-es/pagination/DescribeOrderableReplicationInstancesPaginator.js +68 -25
  87. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +68 -25
  88. package/dist-es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +68 -25
  89. package/dist-es/pagination/DescribeReplicationInstancesPaginator.js +68 -25
  90. package/dist-es/pagination/DescribeReplicationSubnetGroupsPaginator.js +68 -25
  91. package/dist-es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +68 -25
  92. package/dist-es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +68 -25
  93. package/dist-es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +68 -25
  94. package/dist-es/pagination/DescribeReplicationTasksPaginator.js +68 -25
  95. package/dist-es/pagination/DescribeSchemasPaginator.js +68 -25
  96. package/dist-es/pagination/DescribeTableStatisticsPaginator.js +68 -25
  97. package/dist-es/protocols/Aws_json1_1.js +5431 -4646
  98. package/dist-es/runtimeConfig.browser.js +12 -26
  99. package/dist-es/runtimeConfig.js +12 -30
  100. package/dist-es/runtimeConfig.native.js +5 -8
  101. package/dist-es/runtimeConfig.shared.js +11 -8
  102. package/dist-es/waiters/waitForEndpointDeleted.js +90 -49
  103. package/dist-es/waiters/waitForReplicationInstanceAvailable.js +163 -92
  104. package/dist-es/waiters/waitForReplicationInstanceDeleted.js +66 -35
  105. package/dist-es/waiters/waitForReplicationTaskDeleted.js +162 -91
  106. package/dist-es/waiters/waitForReplicationTaskReady.js +259 -148
  107. package/dist-es/waiters/waitForReplicationTaskRunning.js +259 -148
  108. package/dist-es/waiters/waitForReplicationTaskStopped.js +235 -134
  109. package/dist-es/waiters/waitForTestConnectionSucceeds.js +91 -50
  110. 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 { ModifyEventSubscriptionMessageFilterSensitiveLog, ModifyEventSubscriptionResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1ModifyEventSubscriptionCommand, serializeAws_json1_1ModifyEventSubscriptionCommand, } from "../protocols/Aws_json1_1";
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 = "DatabaseMigrationServiceClient";
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 = "DatabaseMigrationServiceClient";
18
+ var commandName = "ModifyEventSubscriptionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ModifyEventSubscriptionMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ModifyEventSubscriptionResponseFilterSensitiveLog,
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_json1_1ModifyEventSubscriptionCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ModifyEventSubscriptionCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1ModifyEventSubscriptionCommand(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 { ModifyReplicationInstanceMessageFilterSensitiveLog, ModifyReplicationInstanceResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1ModifyReplicationInstanceCommand, serializeAws_json1_1ModifyReplicationInstanceCommand, } from "../protocols/Aws_json1_1";
5
- export class ModifyReplicationInstanceCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ModifyReplicationInstanceCommand = (function (_super) {
7
+ __extends(ModifyReplicationInstanceCommand, _super);
8
+ function ModifyReplicationInstanceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ModifyReplicationInstanceCommand.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 = "DatabaseMigrationServiceClient";
15
- const commandName = "ModifyReplicationInstanceCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DatabaseMigrationServiceClient";
18
+ var commandName = "ModifyReplicationInstanceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ModifyReplicationInstanceMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ModifyReplicationInstanceResponseFilterSensitiveLog,
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
+ ModifyReplicationInstanceCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1ModifyReplicationInstanceCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ModifyReplicationInstanceCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1ModifyReplicationInstanceCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ModifyReplicationInstanceCommand;
38
+ }($Command));
39
+ export { ModifyReplicationInstanceCommand };
@@ -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 { ModifyReplicationSubnetGroupMessageFilterSensitiveLog, ModifyReplicationSubnetGroupResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1ModifyReplicationSubnetGroupCommand, serializeAws_json1_1ModifyReplicationSubnetGroupCommand, } from "../protocols/Aws_json1_1";
5
- export class ModifyReplicationSubnetGroupCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ModifyReplicationSubnetGroupCommand = (function (_super) {
7
+ __extends(ModifyReplicationSubnetGroupCommand, _super);
8
+ function ModifyReplicationSubnetGroupCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ModifyReplicationSubnetGroupCommand.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 = "DatabaseMigrationServiceClient";
15
- const commandName = "ModifyReplicationSubnetGroupCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DatabaseMigrationServiceClient";
18
+ var commandName = "ModifyReplicationSubnetGroupCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ModifyReplicationSubnetGroupMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ModifyReplicationSubnetGroupResponseFilterSensitiveLog,
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
+ ModifyReplicationSubnetGroupCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1ModifyReplicationSubnetGroupCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ModifyReplicationSubnetGroupCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1ModifyReplicationSubnetGroupCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ModifyReplicationSubnetGroupCommand;
38
+ }($Command));
39
+ export { ModifyReplicationSubnetGroupCommand };
@@ -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 { ModifyReplicationTaskMessageFilterSensitiveLog, ModifyReplicationTaskResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1ModifyReplicationTaskCommand, serializeAws_json1_1ModifyReplicationTaskCommand, } from "../protocols/Aws_json1_1";
5
- export class ModifyReplicationTaskCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ModifyReplicationTaskCommand = (function (_super) {
7
+ __extends(ModifyReplicationTaskCommand, _super);
8
+ function ModifyReplicationTaskCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ModifyReplicationTaskCommand.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 = "DatabaseMigrationServiceClient";
15
- const commandName = "ModifyReplicationTaskCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DatabaseMigrationServiceClient";
18
+ var commandName = "ModifyReplicationTaskCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ModifyReplicationTaskMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ModifyReplicationTaskResponseFilterSensitiveLog,
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
+ ModifyReplicationTaskCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1ModifyReplicationTaskCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ModifyReplicationTaskCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1ModifyReplicationTaskCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ModifyReplicationTaskCommand;
38
+ }($Command));
39
+ export { ModifyReplicationTaskCommand };
@@ -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 { MoveReplicationTaskMessageFilterSensitiveLog, MoveReplicationTaskResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1MoveReplicationTaskCommand, serializeAws_json1_1MoveReplicationTaskCommand, } from "../protocols/Aws_json1_1";
5
- export class MoveReplicationTaskCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var MoveReplicationTaskCommand = (function (_super) {
7
+ __extends(MoveReplicationTaskCommand, _super);
8
+ function MoveReplicationTaskCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ MoveReplicationTaskCommand.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 = "DatabaseMigrationServiceClient";
15
- const commandName = "MoveReplicationTaskCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DatabaseMigrationServiceClient";
18
+ var commandName = "MoveReplicationTaskCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: MoveReplicationTaskMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: MoveReplicationTaskResponseFilterSensitiveLog,
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
+ MoveReplicationTaskCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1MoveReplicationTaskCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ MoveReplicationTaskCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1MoveReplicationTaskCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return MoveReplicationTaskCommand;
38
+ }($Command));
39
+ export { MoveReplicationTaskCommand };
@@ -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 { RebootReplicationInstanceMessageFilterSensitiveLog, RebootReplicationInstanceResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1RebootReplicationInstanceCommand, serializeAws_json1_1RebootReplicationInstanceCommand, } from "../protocols/Aws_json1_1";
5
- export class RebootReplicationInstanceCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var RebootReplicationInstanceCommand = (function (_super) {
7
+ __extends(RebootReplicationInstanceCommand, _super);
8
+ function RebootReplicationInstanceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ RebootReplicationInstanceCommand.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 = "DatabaseMigrationServiceClient";
15
- const commandName = "RebootReplicationInstanceCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DatabaseMigrationServiceClient";
18
+ var commandName = "RebootReplicationInstanceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: RebootReplicationInstanceMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: RebootReplicationInstanceResponseFilterSensitiveLog,
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
+ RebootReplicationInstanceCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1RebootReplicationInstanceCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ RebootReplicationInstanceCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1RebootReplicationInstanceCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return RebootReplicationInstanceCommand;
38
+ }($Command));
39
+ export { RebootReplicationInstanceCommand };
@@ -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 { RefreshSchemasMessageFilterSensitiveLog, RefreshSchemasResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1RefreshSchemasCommand, serializeAws_json1_1RefreshSchemasCommand, } from "../protocols/Aws_json1_1";
5
- export class RefreshSchemasCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var RefreshSchemasCommand = (function (_super) {
7
+ __extends(RefreshSchemasCommand, _super);
8
+ function RefreshSchemasCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ RefreshSchemasCommand.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 = "DatabaseMigrationServiceClient";
15
- const commandName = "RefreshSchemasCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DatabaseMigrationServiceClient";
18
+ var commandName = "RefreshSchemasCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: RefreshSchemasMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: RefreshSchemasResponseFilterSensitiveLog,
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
+ RefreshSchemasCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1RefreshSchemasCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ RefreshSchemasCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1RefreshSchemasCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return RefreshSchemasCommand;
38
+ }($Command));
39
+ export { RefreshSchemasCommand };
@@ -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 { ReloadTablesMessageFilterSensitiveLog, ReloadTablesResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1ReloadTablesCommand, serializeAws_json1_1ReloadTablesCommand, } from "../protocols/Aws_json1_1";
5
- export class ReloadTablesCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ReloadTablesCommand = (function (_super) {
7
+ __extends(ReloadTablesCommand, _super);
8
+ function ReloadTablesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ReloadTablesCommand.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 = "DatabaseMigrationServiceClient";
15
- const commandName = "ReloadTablesCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DatabaseMigrationServiceClient";
18
+ var commandName = "ReloadTablesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ReloadTablesMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ReloadTablesResponseFilterSensitiveLog,
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
+ ReloadTablesCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1ReloadTablesCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ReloadTablesCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1ReloadTablesCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ReloadTablesCommand;
38
+ }($Command));
39
+ export { ReloadTablesCommand };
@@ -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, RemoveTagsFromResourceResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1RemoveTagsFromResourceCommand, serializeAws_json1_1RemoveTagsFromResourceCommand, } from "../protocols/Aws_json1_1";
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 = "DatabaseMigrationServiceClient";
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 = "DatabaseMigrationServiceClient";
18
+ var commandName = "RemoveTagsFromResourceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: RemoveTagsFromResourceMessageFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: RemoveTagsFromResourceResponseFilterSensitiveLog,
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_json1_1RemoveTagsFromResourceCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ RemoveTagsFromResourceCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1RemoveTagsFromResourceCommand(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 { RunFleetAdvisorLsaAnalysisResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1RunFleetAdvisorLsaAnalysisCommand, serializeAws_json1_1RunFleetAdvisorLsaAnalysisCommand, } from "../protocols/Aws_json1_1";
5
- export class RunFleetAdvisorLsaAnalysisCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var RunFleetAdvisorLsaAnalysisCommand = (function (_super) {
7
+ __extends(RunFleetAdvisorLsaAnalysisCommand, _super);
8
+ function RunFleetAdvisorLsaAnalysisCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ RunFleetAdvisorLsaAnalysisCommand.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 = "DatabaseMigrationServiceClient";
15
- const commandName = "RunFleetAdvisorLsaAnalysisCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
20
- inputFilterSensitiveLog: (input) => input,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DatabaseMigrationServiceClient";
18
+ var commandName = "RunFleetAdvisorLsaAnalysisCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: function (input) { return input; },
21
24
  outputFilterSensitiveLog: RunFleetAdvisorLsaAnalysisResponseFilterSensitiveLog,
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
+ RunFleetAdvisorLsaAnalysisCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1RunFleetAdvisorLsaAnalysisCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ RunFleetAdvisorLsaAnalysisCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1RunFleetAdvisorLsaAnalysisCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return RunFleetAdvisorLsaAnalysisCommand;
38
+ }($Command));
39
+ export { RunFleetAdvisorLsaAnalysisCommand };