@aws-sdk/client-drs 3.928.0 → 3.930.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 (74) hide show
  1. package/dist-cjs/index.js +2066 -2353
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/DrsClient.js +2 -0
  4. package/dist-es/commands/AssociateSourceNetworkStackCommand.js +3 -10
  5. package/dist-es/commands/CreateExtendedSourceServerCommand.js +3 -10
  6. package/dist-es/commands/CreateLaunchConfigurationTemplateCommand.js +3 -10
  7. package/dist-es/commands/CreateReplicationConfigurationTemplateCommand.js +3 -10
  8. package/dist-es/commands/CreateSourceNetworkCommand.js +3 -10
  9. package/dist-es/commands/DeleteJobCommand.js +3 -9
  10. package/dist-es/commands/DeleteLaunchActionCommand.js +3 -9
  11. package/dist-es/commands/DeleteLaunchConfigurationTemplateCommand.js +3 -9
  12. package/dist-es/commands/DeleteRecoveryInstanceCommand.js +3 -9
  13. package/dist-es/commands/DeleteReplicationConfigurationTemplateCommand.js +3 -9
  14. package/dist-es/commands/DeleteSourceNetworkCommand.js +3 -9
  15. package/dist-es/commands/DeleteSourceServerCommand.js +3 -9
  16. package/dist-es/commands/DescribeJobLogItemsCommand.js +3 -9
  17. package/dist-es/commands/DescribeJobsCommand.js +3 -10
  18. package/dist-es/commands/DescribeLaunchConfigurationTemplatesCommand.js +3 -10
  19. package/dist-es/commands/DescribeRecoveryInstancesCommand.js +3 -10
  20. package/dist-es/commands/DescribeRecoverySnapshotsCommand.js +3 -9
  21. package/dist-es/commands/DescribeReplicationConfigurationTemplatesCommand.js +3 -10
  22. package/dist-es/commands/DescribeSourceNetworksCommand.js +3 -10
  23. package/dist-es/commands/DescribeSourceServersCommand.js +3 -10
  24. package/dist-es/commands/DisconnectRecoveryInstanceCommand.js +3 -9
  25. package/dist-es/commands/DisconnectSourceServerCommand.js +3 -10
  26. package/dist-es/commands/ExportSourceNetworkCfnTemplateCommand.js +3 -9
  27. package/dist-es/commands/GetFailbackReplicationConfigurationCommand.js +3 -9
  28. package/dist-es/commands/GetLaunchConfigurationCommand.js +3 -9
  29. package/dist-es/commands/GetReplicationConfigurationCommand.js +3 -10
  30. package/dist-es/commands/InitializeServiceCommand.js +3 -9
  31. package/dist-es/commands/ListExtensibleSourceServersCommand.js +3 -10
  32. package/dist-es/commands/ListLaunchActionsCommand.js +3 -9
  33. package/dist-es/commands/ListStagingAccountsCommand.js +3 -9
  34. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  35. package/dist-es/commands/PutLaunchActionCommand.js +3 -9
  36. package/dist-es/commands/RetryDataReplicationCommand.js +3 -10
  37. package/dist-es/commands/ReverseReplicationCommand.js +3 -9
  38. package/dist-es/commands/StartFailbackLaunchCommand.js +3 -10
  39. package/dist-es/commands/StartRecoveryCommand.js +3 -10
  40. package/dist-es/commands/StartReplicationCommand.js +3 -10
  41. package/dist-es/commands/StartSourceNetworkRecoveryCommand.js +3 -10
  42. package/dist-es/commands/StartSourceNetworkReplicationCommand.js +3 -10
  43. package/dist-es/commands/StopFailbackCommand.js +3 -9
  44. package/dist-es/commands/StopReplicationCommand.js +3 -10
  45. package/dist-es/commands/StopSourceNetworkReplicationCommand.js +3 -10
  46. package/dist-es/commands/TagResourceCommand.js +3 -10
  47. package/dist-es/commands/TerminateRecoveryInstancesCommand.js +3 -10
  48. package/dist-es/commands/UntagResourceCommand.js +3 -10
  49. package/dist-es/commands/UpdateFailbackReplicationConfigurationCommand.js +3 -9
  50. package/dist-es/commands/UpdateLaunchConfigurationCommand.js +3 -9
  51. package/dist-es/commands/UpdateLaunchConfigurationTemplateCommand.js +3 -10
  52. package/dist-es/commands/UpdateReplicationConfigurationCommand.js +3 -10
  53. package/dist-es/commands/UpdateReplicationConfigurationTemplateCommand.js +3 -10
  54. package/dist-es/models/models_0.js +0 -193
  55. package/dist-es/runtimeConfig.shared.js +2 -0
  56. package/dist-es/schemas/schemas_0.js +1961 -0
  57. package/dist-types/DrsClient.d.ts +10 -1
  58. package/dist-types/models/models_0.d.ts +8 -166
  59. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  60. package/dist-types/runtimeConfig.d.ts +1 -0
  61. package/dist-types/runtimeConfig.native.d.ts +1 -0
  62. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  63. package/dist-types/schemas/schemas_0.d.ts +260 -0
  64. package/dist-types/ts3.4/DrsClient.d.ts +4 -0
  65. package/dist-types/ts3.4/models/models_0.d.ts +0 -121
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  70. package/dist-types/ts3.4/schemas/schemas_0.d.ts +267 -0
  71. package/package.json +33 -33
  72. package/dist-es/protocols/Aws_restJson1.js +0 -1751
  73. package/dist-types/protocols/Aws_restJson1.d.ts +0 -452
  74. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -605
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ExportSourceNetworkCfnTemplateCommand, se_ExportSourceNetworkCfnTemplateCommand, } from "../protocols/Aws_restJson1";
4
+ import { ExportSourceNetworkCfnTemplate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ExportSourceNetworkCfnTemplateCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticDisasterRecoveryService", "ExportSourceNetworkCfnTemplate", {})
17
13
  .n("DrsClient", "ExportSourceNetworkCfnTemplateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ExportSourceNetworkCfnTemplateCommand)
20
- .de(de_ExportSourceNetworkCfnTemplateCommand)
14
+ .sc(ExportSourceNetworkCfnTemplate)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetFailbackReplicationConfigurationCommand, se_GetFailbackReplicationConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetFailbackReplicationConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetFailbackReplicationConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticDisasterRecoveryService", "GetFailbackReplicationConfiguration", {})
17
13
  .n("DrsClient", "GetFailbackReplicationConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetFailbackReplicationConfigurationCommand)
20
- .de(de_GetFailbackReplicationConfigurationCommand)
14
+ .sc(GetFailbackReplicationConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetLaunchConfigurationCommand, se_GetLaunchConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetLaunchConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetLaunchConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticDisasterRecoveryService", "GetLaunchConfiguration", {})
17
13
  .n("DrsClient", "GetLaunchConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetLaunchConfigurationCommand)
20
- .de(de_GetLaunchConfigurationCommand)
14
+ .sc(GetLaunchConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ReplicationConfigurationFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetReplicationConfigurationCommand, se_GetReplicationConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetReplicationConfiguration } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetReplicationConfigurationCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("ElasticDisasterRecoveryService", "GetReplicationConfiguration", {})
18
13
  .n("DrsClient", "GetReplicationConfigurationCommand")
19
- .f(void 0, ReplicationConfigurationFilterSensitiveLog)
20
- .ser(se_GetReplicationConfigurationCommand)
21
- .de(de_GetReplicationConfigurationCommand)
14
+ .sc(GetReplicationConfiguration)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_InitializeServiceCommand, se_InitializeServiceCommand } from "../protocols/Aws_restJson1";
4
+ import { InitializeService } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class InitializeServiceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticDisasterRecoveryService", "InitializeService", {})
17
13
  .n("DrsClient", "InitializeServiceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_InitializeServiceCommand)
20
- .de(de_InitializeServiceCommand)
14
+ .sc(InitializeService)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListExtensibleSourceServersResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListExtensibleSourceServersCommand, se_ListExtensibleSourceServersCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListExtensibleSourceServers } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListExtensibleSourceServersCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("ElasticDisasterRecoveryService", "ListExtensibleSourceServers", {})
18
13
  .n("DrsClient", "ListExtensibleSourceServersCommand")
19
- .f(void 0, ListExtensibleSourceServersResponseFilterSensitiveLog)
20
- .ser(se_ListExtensibleSourceServersCommand)
21
- .de(de_ListExtensibleSourceServersCommand)
14
+ .sc(ListExtensibleSourceServers)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListLaunchActionsCommand, se_ListLaunchActionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListLaunchActions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListLaunchActionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticDisasterRecoveryService", "ListLaunchActions", {})
17
13
  .n("DrsClient", "ListLaunchActionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListLaunchActionsCommand)
20
- .de(de_ListLaunchActionsCommand)
14
+ .sc(ListLaunchActions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListStagingAccountsCommand, se_ListStagingAccountsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListStagingAccounts } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListStagingAccountsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticDisasterRecoveryService", "ListStagingAccounts", {})
17
13
  .n("DrsClient", "ListStagingAccountsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListStagingAccountsCommand)
20
- .de(de_ListStagingAccountsCommand)
14
+ .sc(ListStagingAccounts)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListTagsForResourceCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("ElasticDisasterRecoveryService", "ListTagsForResource", {})
18
13
  .n("DrsClient", "ListTagsForResourceCommand")
19
- .f(void 0, ListTagsForResourceResponseFilterSensitiveLog)
20
- .ser(se_ListTagsForResourceCommand)
21
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutLaunchActionCommand, se_PutLaunchActionCommand } from "../protocols/Aws_restJson1";
4
+ import { PutLaunchAction } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutLaunchActionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticDisasterRecoveryService", "PutLaunchAction", {})
17
13
  .n("DrsClient", "PutLaunchActionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutLaunchActionCommand)
20
- .de(de_PutLaunchActionCommand)
14
+ .sc(PutLaunchAction)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { SourceServerFilterSensitiveLog } from "../models/models_0";
6
- import { de_RetryDataReplicationCommand, se_RetryDataReplicationCommand } from "../protocols/Aws_restJson1";
4
+ import { RetryDataReplication } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class RetryDataReplicationCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("ElasticDisasterRecoveryService", "RetryDataReplication", {})
18
13
  .n("DrsClient", "RetryDataReplicationCommand")
19
- .f(void 0, SourceServerFilterSensitiveLog)
20
- .ser(se_RetryDataReplicationCommand)
21
- .de(de_RetryDataReplicationCommand)
14
+ .sc(RetryDataReplication)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ReverseReplicationCommand, se_ReverseReplicationCommand } from "../protocols/Aws_restJson1";
4
+ import { ReverseReplication } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ReverseReplicationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticDisasterRecoveryService", "ReverseReplication", {})
17
13
  .n("DrsClient", "ReverseReplicationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ReverseReplicationCommand)
20
- .de(de_ReverseReplicationCommand)
14
+ .sc(ReverseReplication)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { StartFailbackLaunchRequestFilterSensitiveLog, StartFailbackLaunchResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_StartFailbackLaunchCommand, se_StartFailbackLaunchCommand } from "../protocols/Aws_restJson1";
4
+ import { StartFailbackLaunch } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class StartFailbackLaunchCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("ElasticDisasterRecoveryService", "StartFailbackLaunch", {})
18
13
  .n("DrsClient", "StartFailbackLaunchCommand")
19
- .f(StartFailbackLaunchRequestFilterSensitiveLog, StartFailbackLaunchResponseFilterSensitiveLog)
20
- .ser(se_StartFailbackLaunchCommand)
21
- .de(de_StartFailbackLaunchCommand)
14
+ .sc(StartFailbackLaunch)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { StartRecoveryRequestFilterSensitiveLog, StartRecoveryResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_StartRecoveryCommand, se_StartRecoveryCommand } from "../protocols/Aws_restJson1";
4
+ import { StartRecovery } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class StartRecoveryCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("ElasticDisasterRecoveryService", "StartRecovery", {})
18
13
  .n("DrsClient", "StartRecoveryCommand")
19
- .f(StartRecoveryRequestFilterSensitiveLog, StartRecoveryResponseFilterSensitiveLog)
20
- .ser(se_StartRecoveryCommand)
21
- .de(de_StartRecoveryCommand)
14
+ .sc(StartRecovery)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { StartReplicationResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_StartReplicationCommand, se_StartReplicationCommand } from "../protocols/Aws_restJson1";
4
+ import { StartReplication } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class StartReplicationCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("ElasticDisasterRecoveryService", "StartReplication", {})
18
13
  .n("DrsClient", "StartReplicationCommand")
19
- .f(void 0, StartReplicationResponseFilterSensitiveLog)
20
- .ser(se_StartReplicationCommand)
21
- .de(de_StartReplicationCommand)
14
+ .sc(StartReplication)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { StartSourceNetworkRecoveryRequestFilterSensitiveLog, StartSourceNetworkRecoveryResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_StartSourceNetworkRecoveryCommand, se_StartSourceNetworkRecoveryCommand } from "../protocols/Aws_restJson1";
4
+ import { StartSourceNetworkRecovery } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class StartSourceNetworkRecoveryCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("ElasticDisasterRecoveryService", "StartSourceNetworkRecovery", {})
18
13
  .n("DrsClient", "StartSourceNetworkRecoveryCommand")
19
- .f(StartSourceNetworkRecoveryRequestFilterSensitiveLog, StartSourceNetworkRecoveryResponseFilterSensitiveLog)
20
- .ser(se_StartSourceNetworkRecoveryCommand)
21
- .de(de_StartSourceNetworkRecoveryCommand)
14
+ .sc(StartSourceNetworkRecovery)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { StartSourceNetworkReplicationResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_StartSourceNetworkReplicationCommand, se_StartSourceNetworkReplicationCommand, } from "../protocols/Aws_restJson1";
4
+ import { StartSourceNetworkReplication } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class StartSourceNetworkReplicationCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("ElasticDisasterRecoveryService", "StartSourceNetworkReplication", {})
18
13
  .n("DrsClient", "StartSourceNetworkReplicationCommand")
19
- .f(void 0, StartSourceNetworkReplicationResponseFilterSensitiveLog)
20
- .ser(se_StartSourceNetworkReplicationCommand)
21
- .de(de_StartSourceNetworkReplicationCommand)
14
+ .sc(StartSourceNetworkReplication)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StopFailbackCommand, se_StopFailbackCommand } from "../protocols/Aws_restJson1";
4
+ import { StopFailback } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StopFailbackCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ElasticDisasterRecoveryService", "StopFailback", {})
17
13
  .n("DrsClient", "StopFailbackCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StopFailbackCommand)
20
- .de(de_StopFailbackCommand)
14
+ .sc(StopFailback)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { StopReplicationResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_StopReplicationCommand, se_StopReplicationCommand } from "../protocols/Aws_restJson1";
4
+ import { StopReplication } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class StopReplicationCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("ElasticDisasterRecoveryService", "StopReplication", {})
18
13
  .n("DrsClient", "StopReplicationCommand")
19
- .f(void 0, StopReplicationResponseFilterSensitiveLog)
20
- .ser(se_StopReplicationCommand)
21
- .de(de_StopReplicationCommand)
14
+ .sc(StopReplication)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { StopSourceNetworkReplicationResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_StopSourceNetworkReplicationCommand, se_StopSourceNetworkReplicationCommand, } from "../protocols/Aws_restJson1";
4
+ import { StopSourceNetworkReplication } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class StopSourceNetworkReplicationCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("ElasticDisasterRecoveryService", "StopSourceNetworkReplication", {})
18
13
  .n("DrsClient", "StopSourceNetworkReplicationCommand")
19
- .f(void 0, StopSourceNetworkReplicationResponseFilterSensitiveLog)
20
- .ser(se_StopSourceNetworkReplicationCommand)
21
- .de(de_StopSourceNetworkReplicationCommand)
14
+ .sc(StopSourceNetworkReplication)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
6
- import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { TagResource } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class TagResourceCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("ElasticDisasterRecoveryService", "TagResource", {})
18
13
  .n("DrsClient", "TagResourceCommand")
19
- .f(TagResourceRequestFilterSensitiveLog, void 0)
20
- .ser(se_TagResourceCommand)
21
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { TerminateRecoveryInstancesResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_TerminateRecoveryInstancesCommand, se_TerminateRecoveryInstancesCommand } from "../protocols/Aws_restJson1";
4
+ import { TerminateRecoveryInstances } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class TerminateRecoveryInstancesCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("ElasticDisasterRecoveryService", "TerminateRecoveryInstances", {})
18
13
  .n("DrsClient", "TerminateRecoveryInstancesCommand")
19
- .f(void 0, TerminateRecoveryInstancesResponseFilterSensitiveLog)
20
- .ser(se_TerminateRecoveryInstancesCommand)
21
- .de(de_TerminateRecoveryInstancesCommand)
14
+ .sc(TerminateRecoveryInstances)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UntagResourceRequestFilterSensitiveLog } from "../models/models_0";
6
- import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { UntagResource } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UntagResourceCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("ElasticDisasterRecoveryService", "UntagResource", {})
18
13
  .n("DrsClient", "UntagResourceCommand")
19
- .f(UntagResourceRequestFilterSensitiveLog, void 0)
20
- .ser(se_UntagResourceCommand)
21
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
22
15
  .build() {
23
16
  }