@aws-sdk/client-drs 3.306.0 → 3.310.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 (75) hide show
  1. package/dist-cjs/commands/CreateExtendedSourceServerCommand.js +2 -2
  2. package/dist-cjs/commands/CreateReplicationConfigurationTemplateCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteJobCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteRecoveryInstanceCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteReplicationConfigurationTemplateCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteSourceServerCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeJobLogItemsCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeJobsCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeRecoveryInstancesCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeRecoverySnapshotsCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeReplicationConfigurationTemplatesCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeSourceServersCommand.js +2 -2
  13. package/dist-cjs/commands/DisconnectRecoveryInstanceCommand.js +2 -2
  14. package/dist-cjs/commands/DisconnectSourceServerCommand.js +2 -2
  15. package/dist-cjs/commands/GetFailbackReplicationConfigurationCommand.js +2 -2
  16. package/dist-cjs/commands/GetLaunchConfigurationCommand.js +2 -2
  17. package/dist-cjs/commands/GetReplicationConfigurationCommand.js +2 -2
  18. package/dist-cjs/commands/InitializeServiceCommand.js +2 -2
  19. package/dist-cjs/commands/ListExtensibleSourceServersCommand.js +2 -2
  20. package/dist-cjs/commands/ListStagingAccountsCommand.js +2 -2
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  22. package/dist-cjs/commands/RetryDataReplicationCommand.js +2 -2
  23. package/dist-cjs/commands/ReverseReplicationCommand.js +2 -2
  24. package/dist-cjs/commands/StartFailbackLaunchCommand.js +2 -2
  25. package/dist-cjs/commands/StartRecoveryCommand.js +2 -2
  26. package/dist-cjs/commands/StartReplicationCommand.js +2 -2
  27. package/dist-cjs/commands/StopFailbackCommand.js +2 -2
  28. package/dist-cjs/commands/StopReplicationCommand.js +2 -2
  29. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  30. package/dist-cjs/commands/TerminateRecoveryInstancesCommand.js +2 -2
  31. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateFailbackReplicationConfigurationCommand.js +2 -2
  33. package/dist-cjs/commands/UpdateLaunchConfigurationCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateReplicationConfigurationCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateReplicationConfigurationTemplateCommand.js +2 -2
  36. package/dist-cjs/protocols/Aws_restJson1.js +627 -669
  37. package/dist-es/commands/CreateExtendedSourceServerCommand.js +3 -3
  38. package/dist-es/commands/CreateReplicationConfigurationTemplateCommand.js +3 -3
  39. package/dist-es/commands/DeleteJobCommand.js +3 -3
  40. package/dist-es/commands/DeleteRecoveryInstanceCommand.js +3 -3
  41. package/dist-es/commands/DeleteReplicationConfigurationTemplateCommand.js +3 -3
  42. package/dist-es/commands/DeleteSourceServerCommand.js +3 -3
  43. package/dist-es/commands/DescribeJobLogItemsCommand.js +3 -3
  44. package/dist-es/commands/DescribeJobsCommand.js +3 -3
  45. package/dist-es/commands/DescribeRecoveryInstancesCommand.js +3 -3
  46. package/dist-es/commands/DescribeRecoverySnapshotsCommand.js +3 -3
  47. package/dist-es/commands/DescribeReplicationConfigurationTemplatesCommand.js +3 -3
  48. package/dist-es/commands/DescribeSourceServersCommand.js +3 -3
  49. package/dist-es/commands/DisconnectRecoveryInstanceCommand.js +3 -3
  50. package/dist-es/commands/DisconnectSourceServerCommand.js +3 -3
  51. package/dist-es/commands/GetFailbackReplicationConfigurationCommand.js +3 -3
  52. package/dist-es/commands/GetLaunchConfigurationCommand.js +3 -3
  53. package/dist-es/commands/GetReplicationConfigurationCommand.js +3 -3
  54. package/dist-es/commands/InitializeServiceCommand.js +3 -3
  55. package/dist-es/commands/ListExtensibleSourceServersCommand.js +3 -3
  56. package/dist-es/commands/ListStagingAccountsCommand.js +3 -3
  57. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  58. package/dist-es/commands/RetryDataReplicationCommand.js +3 -3
  59. package/dist-es/commands/ReverseReplicationCommand.js +3 -3
  60. package/dist-es/commands/StartFailbackLaunchCommand.js +3 -3
  61. package/dist-es/commands/StartRecoveryCommand.js +3 -3
  62. package/dist-es/commands/StartReplicationCommand.js +3 -3
  63. package/dist-es/commands/StopFailbackCommand.js +3 -3
  64. package/dist-es/commands/StopReplicationCommand.js +3 -3
  65. package/dist-es/commands/TagResourceCommand.js +3 -3
  66. package/dist-es/commands/TerminateRecoveryInstancesCommand.js +3 -3
  67. package/dist-es/commands/UntagResourceCommand.js +3 -3
  68. package/dist-es/commands/UpdateFailbackReplicationConfigurationCommand.js +3 -3
  69. package/dist-es/commands/UpdateLaunchConfigurationCommand.js +3 -3
  70. package/dist-es/commands/UpdateReplicationConfigurationCommand.js +3 -3
  71. package/dist-es/commands/UpdateReplicationConfigurationTemplateCommand.js +3 -3
  72. package/dist-es/protocols/Aws_restJson1.js +555 -597
  73. package/dist-types/protocols/Aws_restJson1.d.ts +280 -70
  74. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +70 -70
  75. package/package.json +35 -35
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateExtendedSourceServerRequestFilterSensitiveLog, CreateExtendedSourceServerResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateExtendedSourceServerCommand, serializeAws_restJson1CreateExtendedSourceServerCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateExtendedSourceServerCommand, se_CreateExtendedSourceServerCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreateExtendedSourceServerCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateExtendedSourceServerCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateExtendedSourceServerCommand(input, context);
37
+ return se_CreateExtendedSourceServerCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateExtendedSourceServerCommand(output, context);
40
+ return de_CreateExtendedSourceServerCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateReplicationConfigurationTemplateRequestFilterSensitiveLog, ReplicationConfigurationTemplateFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateReplicationConfigurationTemplateCommand, serializeAws_restJson1CreateReplicationConfigurationTemplateCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateReplicationConfigurationTemplateCommand, se_CreateReplicationConfigurationTemplateCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateReplicationConfigurationTemplateCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateReplicationConfigurationTemplateCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateReplicationConfigurationTemplateCommand(input, context);
37
+ return se_CreateReplicationConfigurationTemplateCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateReplicationConfigurationTemplateCommand(output, context);
40
+ return de_CreateReplicationConfigurationTemplateCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteJobCommand, serializeAws_restJson1DeleteJobCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteJobCommand, se_DeleteJobCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteJobCommand(input, context);
36
+ return se_DeleteJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteJobCommand(output, context);
39
+ return de_DeleteJobCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteRecoveryInstanceCommand, serializeAws_restJson1DeleteRecoveryInstanceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteRecoveryInstanceCommand, se_DeleteRecoveryInstanceCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteRecoveryInstanceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteRecoveryInstanceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteRecoveryInstanceCommand(input, context);
36
+ return se_DeleteRecoveryInstanceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteRecoveryInstanceCommand(output, context);
39
+ return de_DeleteRecoveryInstanceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteReplicationConfigurationTemplateCommand, serializeAws_restJson1DeleteReplicationConfigurationTemplateCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteReplicationConfigurationTemplateCommand, se_DeleteReplicationConfigurationTemplateCommand, } from "../protocols/Aws_restJson1";
5
5
  export class DeleteReplicationConfigurationTemplateCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteReplicationConfigurationTemplateCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteReplicationConfigurationTemplateCommand(input, context);
36
+ return se_DeleteReplicationConfigurationTemplateCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteReplicationConfigurationTemplateCommand(output, context);
39
+ return de_DeleteReplicationConfigurationTemplateCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteSourceServerCommand, serializeAws_restJson1DeleteSourceServerCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteSourceServerCommand, se_DeleteSourceServerCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteSourceServerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteSourceServerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteSourceServerCommand(input, context);
36
+ return se_DeleteSourceServerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteSourceServerCommand(output, context);
39
+ return de_DeleteSourceServerCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeJobLogItemsCommand, serializeAws_restJson1DescribeJobLogItemsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeJobLogItemsCommand, se_DescribeJobLogItemsCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeJobLogItemsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeJobLogItemsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeJobLogItemsCommand(input, context);
36
+ return se_DescribeJobLogItemsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeJobLogItemsCommand(output, context);
39
+ return de_DescribeJobLogItemsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeJobsResponseFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1DescribeJobsCommand, serializeAws_restJson1DescribeJobsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DescribeJobsCommand, se_DescribeJobsCommand } from "../protocols/Aws_restJson1";
6
6
  export class DescribeJobsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeJobsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DescribeJobsCommand(input, context);
37
+ return se_DescribeJobsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DescribeJobsCommand(output, context);
40
+ return de_DescribeJobsCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeRecoveryInstancesResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1DescribeRecoveryInstancesCommand, serializeAws_restJson1DescribeRecoveryInstancesCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DescribeRecoveryInstancesCommand, se_DescribeRecoveryInstancesCommand } from "../protocols/Aws_restJson1";
6
6
  export class DescribeRecoveryInstancesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeRecoveryInstancesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DescribeRecoveryInstancesCommand(input, context);
37
+ return se_DescribeRecoveryInstancesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DescribeRecoveryInstancesCommand(output, context);
40
+ return de_DescribeRecoveryInstancesCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeRecoverySnapshotsCommand, serializeAws_restJson1DescribeRecoverySnapshotsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeRecoverySnapshotsCommand, se_DescribeRecoverySnapshotsCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeRecoverySnapshotsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeRecoverySnapshotsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeRecoverySnapshotsCommand(input, context);
36
+ return se_DescribeRecoverySnapshotsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeRecoverySnapshotsCommand(output, context);
39
+ return de_DescribeRecoverySnapshotsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeReplicationConfigurationTemplatesResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1DescribeReplicationConfigurationTemplatesCommand, serializeAws_restJson1DescribeReplicationConfigurationTemplatesCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DescribeReplicationConfigurationTemplatesCommand, se_DescribeReplicationConfigurationTemplatesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DescribeReplicationConfigurationTemplatesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeReplicationConfigurationTemplatesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DescribeReplicationConfigurationTemplatesCommand(input, context);
37
+ return se_DescribeReplicationConfigurationTemplatesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DescribeReplicationConfigurationTemplatesCommand(output, context);
40
+ return de_DescribeReplicationConfigurationTemplatesCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeSourceServersResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1DescribeSourceServersCommand, serializeAws_restJson1DescribeSourceServersCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DescribeSourceServersCommand, se_DescribeSourceServersCommand } from "../protocols/Aws_restJson1";
6
6
  export class DescribeSourceServersCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeSourceServersCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DescribeSourceServersCommand(input, context);
37
+ return se_DescribeSourceServersCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DescribeSourceServersCommand(output, context);
40
+ return de_DescribeSourceServersCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DisconnectRecoveryInstanceCommand, serializeAws_restJson1DisconnectRecoveryInstanceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DisconnectRecoveryInstanceCommand, se_DisconnectRecoveryInstanceCommand } from "../protocols/Aws_restJson1";
5
5
  export class DisconnectRecoveryInstanceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DisconnectRecoveryInstanceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DisconnectRecoveryInstanceCommand(input, context);
36
+ return se_DisconnectRecoveryInstanceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DisconnectRecoveryInstanceCommand(output, context);
39
+ return de_DisconnectRecoveryInstanceCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { SourceServerFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1DisconnectSourceServerCommand, serializeAws_restJson1DisconnectSourceServerCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DisconnectSourceServerCommand, se_DisconnectSourceServerCommand } from "../protocols/Aws_restJson1";
6
6
  export class DisconnectSourceServerCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DisconnectSourceServerCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DisconnectSourceServerCommand(input, context);
37
+ return se_DisconnectSourceServerCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DisconnectSourceServerCommand(output, context);
40
+ return de_DisconnectSourceServerCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetFailbackReplicationConfigurationCommand, serializeAws_restJson1GetFailbackReplicationConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetFailbackReplicationConfigurationCommand, se_GetFailbackReplicationConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class GetFailbackReplicationConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetFailbackReplicationConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetFailbackReplicationConfigurationCommand(input, context);
36
+ return se_GetFailbackReplicationConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetFailbackReplicationConfigurationCommand(output, context);
39
+ return de_GetFailbackReplicationConfigurationCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetLaunchConfigurationCommand, serializeAws_restJson1GetLaunchConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetLaunchConfigurationCommand, se_GetLaunchConfigurationCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetLaunchConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetLaunchConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetLaunchConfigurationCommand(input, context);
36
+ return se_GetLaunchConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetLaunchConfigurationCommand(output, context);
39
+ return de_GetLaunchConfigurationCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ReplicationConfigurationFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetReplicationConfigurationCommand, serializeAws_restJson1GetReplicationConfigurationCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetReplicationConfigurationCommand, se_GetReplicationConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetReplicationConfigurationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetReplicationConfigurationCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetReplicationConfigurationCommand(input, context);
37
+ return se_GetReplicationConfigurationCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetReplicationConfigurationCommand(output, context);
40
+ return de_GetReplicationConfigurationCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1InitializeServiceCommand, serializeAws_restJson1InitializeServiceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_InitializeServiceCommand, se_InitializeServiceCommand } from "../protocols/Aws_restJson1";
5
5
  export class InitializeServiceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class InitializeServiceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1InitializeServiceCommand(input, context);
36
+ return se_InitializeServiceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1InitializeServiceCommand(output, context);
39
+ return de_InitializeServiceCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListExtensibleSourceServersResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListExtensibleSourceServersCommand, serializeAws_restJson1ListExtensibleSourceServersCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListExtensibleSourceServersCommand, se_ListExtensibleSourceServersCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListExtensibleSourceServersCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListExtensibleSourceServersCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListExtensibleSourceServersCommand(input, context);
37
+ return se_ListExtensibleSourceServersCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListExtensibleSourceServersCommand(output, context);
40
+ return de_ListExtensibleSourceServersCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListStagingAccountsCommand, serializeAws_restJson1ListStagingAccountsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListStagingAccountsCommand, se_ListStagingAccountsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListStagingAccountsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListStagingAccountsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListStagingAccountsCommand(input, context);
36
+ return se_ListStagingAccountsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListStagingAccountsCommand(output, context);
39
+ return de_ListStagingAccountsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListTagsForResourceCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListTagsForResourceCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListTagsForResourceCommand(input, context);
37
+ return se_ListTagsForResourceCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
40
+ return de_ListTagsForResourceCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { SourceServerFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1RetryDataReplicationCommand, serializeAws_restJson1RetryDataReplicationCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_RetryDataReplicationCommand, se_RetryDataReplicationCommand } from "../protocols/Aws_restJson1";
6
6
  export class RetryDataReplicationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class RetryDataReplicationCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1RetryDataReplicationCommand(input, context);
37
+ return se_RetryDataReplicationCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1RetryDataReplicationCommand(output, context);
40
+ return de_RetryDataReplicationCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ReverseReplicationCommand, serializeAws_restJson1ReverseReplicationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ReverseReplicationCommand, se_ReverseReplicationCommand } from "../protocols/Aws_restJson1";
5
5
  export class ReverseReplicationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ReverseReplicationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ReverseReplicationCommand(input, context);
36
+ return se_ReverseReplicationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ReverseReplicationCommand(output, context);
39
+ return de_ReverseReplicationCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StartFailbackLaunchRequestFilterSensitiveLog, StartFailbackLaunchResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1StartFailbackLaunchCommand, serializeAws_restJson1StartFailbackLaunchCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_StartFailbackLaunchCommand, se_StartFailbackLaunchCommand } from "../protocols/Aws_restJson1";
6
6
  export class StartFailbackLaunchCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class StartFailbackLaunchCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1StartFailbackLaunchCommand(input, context);
37
+ return se_StartFailbackLaunchCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1StartFailbackLaunchCommand(output, context);
40
+ return de_StartFailbackLaunchCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StartRecoveryRequestFilterSensitiveLog, StartRecoveryResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1StartRecoveryCommand, serializeAws_restJson1StartRecoveryCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_StartRecoveryCommand, se_StartRecoveryCommand } from "../protocols/Aws_restJson1";
6
6
  export class StartRecoveryCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class StartRecoveryCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1StartRecoveryCommand(input, context);
37
+ return se_StartRecoveryCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1StartRecoveryCommand(output, context);
40
+ return de_StartRecoveryCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StartReplicationResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1StartReplicationCommand, serializeAws_restJson1StartReplicationCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_StartReplicationCommand, se_StartReplicationCommand } from "../protocols/Aws_restJson1";
6
6
  export class StartReplicationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class StartReplicationCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1StartReplicationCommand(input, context);
37
+ return se_StartReplicationCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1StartReplicationCommand(output, context);
40
+ return de_StartReplicationCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1StopFailbackCommand, serializeAws_restJson1StopFailbackCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_StopFailbackCommand, se_StopFailbackCommand } from "../protocols/Aws_restJson1";
5
5
  export class StopFailbackCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class StopFailbackCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1StopFailbackCommand(input, context);
36
+ return se_StopFailbackCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1StopFailbackCommand(output, context);
39
+ return de_StopFailbackCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StopReplicationResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1StopReplicationCommand, serializeAws_restJson1StopReplicationCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_StopReplicationCommand, se_StopReplicationCommand } from "../protocols/Aws_restJson1";
6
6
  export class StopReplicationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class StopReplicationCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1StopReplicationCommand(input, context);
37
+ return se_StopReplicationCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1StopReplicationCommand(output, context);
40
+ return de_StopReplicationCommand(output, context);
41
41
  }
42
42
  }