@aws-sdk/client-datasync 3.1077.0 → 3.1079.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 (167) hide show
  1. package/dist-cjs/index.js +61 -533
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CancelTaskExecutionCommand.js +2 -14
  4. package/dist-es/commands/CreateAgentCommand.js +2 -14
  5. package/dist-es/commands/CreateLocationAzureBlobCommand.js +2 -14
  6. package/dist-es/commands/CreateLocationEfsCommand.js +2 -14
  7. package/dist-es/commands/CreateLocationFsxLustreCommand.js +2 -14
  8. package/dist-es/commands/CreateLocationFsxOntapCommand.js +2 -14
  9. package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +2 -14
  10. package/dist-es/commands/CreateLocationFsxWindowsCommand.js +2 -14
  11. package/dist-es/commands/CreateLocationHdfsCommand.js +2 -14
  12. package/dist-es/commands/CreateLocationNfsCommand.js +2 -14
  13. package/dist-es/commands/CreateLocationObjectStorageCommand.js +2 -14
  14. package/dist-es/commands/CreateLocationS3Command.js +2 -14
  15. package/dist-es/commands/CreateLocationSmbCommand.js +2 -14
  16. package/dist-es/commands/CreateTaskCommand.js +2 -14
  17. package/dist-es/commands/DeleteAgentCommand.js +2 -14
  18. package/dist-es/commands/DeleteLocationCommand.js +2 -14
  19. package/dist-es/commands/DeleteTaskCommand.js +2 -14
  20. package/dist-es/commands/DescribeAgentCommand.js +2 -14
  21. package/dist-es/commands/DescribeLocationAzureBlobCommand.js +2 -14
  22. package/dist-es/commands/DescribeLocationEfsCommand.js +2 -14
  23. package/dist-es/commands/DescribeLocationFsxLustreCommand.js +2 -14
  24. package/dist-es/commands/DescribeLocationFsxOntapCommand.js +2 -14
  25. package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +2 -14
  26. package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +2 -14
  27. package/dist-es/commands/DescribeLocationHdfsCommand.js +2 -14
  28. package/dist-es/commands/DescribeLocationNfsCommand.js +2 -14
  29. package/dist-es/commands/DescribeLocationObjectStorageCommand.js +2 -14
  30. package/dist-es/commands/DescribeLocationS3Command.js +2 -14
  31. package/dist-es/commands/DescribeLocationSmbCommand.js +2 -14
  32. package/dist-es/commands/DescribeTaskCommand.js +2 -14
  33. package/dist-es/commands/DescribeTaskExecutionCommand.js +2 -14
  34. package/dist-es/commands/ListAgentsCommand.js +2 -14
  35. package/dist-es/commands/ListLocationsCommand.js +2 -14
  36. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  37. package/dist-es/commands/ListTaskExecutionsCommand.js +2 -14
  38. package/dist-es/commands/ListTasksCommand.js +2 -14
  39. package/dist-es/commands/StartTaskExecutionCommand.js +2 -14
  40. package/dist-es/commands/TagResourceCommand.js +2 -14
  41. package/dist-es/commands/UntagResourceCommand.js +2 -14
  42. package/dist-es/commands/UpdateAgentCommand.js +2 -14
  43. package/dist-es/commands/UpdateLocationAzureBlobCommand.js +2 -14
  44. package/dist-es/commands/UpdateLocationEfsCommand.js +2 -14
  45. package/dist-es/commands/UpdateLocationFsxLustreCommand.js +2 -14
  46. package/dist-es/commands/UpdateLocationFsxOntapCommand.js +2 -14
  47. package/dist-es/commands/UpdateLocationFsxOpenZfsCommand.js +2 -14
  48. package/dist-es/commands/UpdateLocationFsxWindowsCommand.js +2 -14
  49. package/dist-es/commands/UpdateLocationHdfsCommand.js +2 -14
  50. package/dist-es/commands/UpdateLocationNfsCommand.js +2 -14
  51. package/dist-es/commands/UpdateLocationObjectStorageCommand.js +2 -14
  52. package/dist-es/commands/UpdateLocationS3Command.js +2 -14
  53. package/dist-es/commands/UpdateLocationSmbCommand.js +2 -14
  54. package/dist-es/commands/UpdateTaskCommand.js +2 -14
  55. package/dist-es/commands/UpdateTaskExecutionCommand.js +2 -14
  56. package/dist-es/index.js +1 -0
  57. package/dist-types/commandBuilder.d.ts +18 -0
  58. package/dist-types/commands/CancelTaskExecutionCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateAgentCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateLocationEfsCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +3 -8
  64. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +3 -8
  65. package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +3 -8
  66. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateLocationNfsCommand.d.ts +3 -8
  68. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +3 -8
  69. package/dist-types/commands/CreateLocationS3Command.d.ts +3 -8
  70. package/dist-types/commands/CreateLocationSmbCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateTaskCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteAgentCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteLocationCommand.d.ts +3 -8
  74. package/dist-types/commands/DeleteTaskCommand.d.ts +3 -8
  75. package/dist-types/commands/DescribeAgentCommand.d.ts +3 -8
  76. package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +3 -8
  77. package/dist-types/commands/DescribeLocationEfsCommand.d.ts +3 -8
  78. package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +3 -8
  79. package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +3 -8
  80. package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +3 -8
  81. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +3 -8
  82. package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +3 -8
  83. package/dist-types/commands/DescribeLocationNfsCommand.d.ts +3 -8
  84. package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +3 -8
  85. package/dist-types/commands/DescribeLocationS3Command.d.ts +3 -8
  86. package/dist-types/commands/DescribeLocationSmbCommand.d.ts +3 -8
  87. package/dist-types/commands/DescribeTaskCommand.d.ts +3 -8
  88. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +3 -8
  89. package/dist-types/commands/ListAgentsCommand.d.ts +3 -8
  90. package/dist-types/commands/ListLocationsCommand.d.ts +3 -8
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  92. package/dist-types/commands/ListTaskExecutionsCommand.d.ts +3 -8
  93. package/dist-types/commands/ListTasksCommand.d.ts +3 -8
  94. package/dist-types/commands/StartTaskExecutionCommand.d.ts +3 -8
  95. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  96. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  97. package/dist-types/commands/UpdateAgentCommand.d.ts +3 -8
  98. package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +3 -8
  99. package/dist-types/commands/UpdateLocationEfsCommand.d.ts +3 -8
  100. package/dist-types/commands/UpdateLocationFsxLustreCommand.d.ts +3 -8
  101. package/dist-types/commands/UpdateLocationFsxOntapCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdateLocationFsxOpenZfsCommand.d.ts +3 -8
  103. package/dist-types/commands/UpdateLocationFsxWindowsCommand.d.ts +3 -8
  104. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +3 -8
  105. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +3 -8
  106. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +3 -8
  107. package/dist-types/commands/UpdateLocationS3Command.d.ts +3 -8
  108. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +3 -8
  109. package/dist-types/commands/UpdateTaskCommand.d.ts +3 -8
  110. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +3 -8
  111. package/dist-types/index.d.ts +1 -0
  112. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  113. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/UpdateLocationEfsCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/UpdateLocationFsxLustreCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/UpdateLocationFsxOntapCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/UpdateLocationFsxOpenZfsCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/UpdateLocationFsxWindowsCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/UpdateLocationS3Command.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/index.d.ts +1 -0
  167. package/package.json +8 -8
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "FmrsService", "DataSyncClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CancelTaskExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CancelTaskExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "CancelTaskExecution", {})
13
- .n("DataSyncClient", "CancelTaskExecutionCommand")
14
- .sc(CancelTaskExecution$)
15
- .build() {
3
+ export class CancelTaskExecutionCommand extends command(_ep0, _mw0, "CancelTaskExecution", CancelTaskExecution$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateAgent$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateAgentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "CreateAgent", {})
13
- .n("DataSyncClient", "CreateAgentCommand")
14
- .sc(CreateAgent$)
15
- .build() {
3
+ export class CreateAgentCommand extends command(_ep0, _mw0, "CreateAgent", CreateAgent$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateLocationAzureBlob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateLocationAzureBlobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "CreateLocationAzureBlob", {})
13
- .n("DataSyncClient", "CreateLocationAzureBlobCommand")
14
- .sc(CreateLocationAzureBlob$)
15
- .build() {
3
+ export class CreateLocationAzureBlobCommand extends command(_ep0, _mw0, "CreateLocationAzureBlob", CreateLocationAzureBlob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateLocationEfs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateLocationEfsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "CreateLocationEfs", {})
13
- .n("DataSyncClient", "CreateLocationEfsCommand")
14
- .sc(CreateLocationEfs$)
15
- .build() {
3
+ export class CreateLocationEfsCommand extends command(_ep0, _mw0, "CreateLocationEfs", CreateLocationEfs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateLocationFsxLustre$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateLocationFsxLustreCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "CreateLocationFsxLustre", {})
13
- .n("DataSyncClient", "CreateLocationFsxLustreCommand")
14
- .sc(CreateLocationFsxLustre$)
15
- .build() {
3
+ export class CreateLocationFsxLustreCommand extends command(_ep0, _mw0, "CreateLocationFsxLustre", CreateLocationFsxLustre$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateLocationFsxOntap$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateLocationFsxOntapCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "CreateLocationFsxOntap", {})
13
- .n("DataSyncClient", "CreateLocationFsxOntapCommand")
14
- .sc(CreateLocationFsxOntap$)
15
- .build() {
3
+ export class CreateLocationFsxOntapCommand extends command(_ep0, _mw0, "CreateLocationFsxOntap", CreateLocationFsxOntap$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateLocationFsxOpenZfs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateLocationFsxOpenZfsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "CreateLocationFsxOpenZfs", {})
13
- .n("DataSyncClient", "CreateLocationFsxOpenZfsCommand")
14
- .sc(CreateLocationFsxOpenZfs$)
15
- .build() {
3
+ export class CreateLocationFsxOpenZfsCommand extends command(_ep0, _mw0, "CreateLocationFsxOpenZfs", CreateLocationFsxOpenZfs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateLocationFsxWindows$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateLocationFsxWindowsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "CreateLocationFsxWindows", {})
13
- .n("DataSyncClient", "CreateLocationFsxWindowsCommand")
14
- .sc(CreateLocationFsxWindows$)
15
- .build() {
3
+ export class CreateLocationFsxWindowsCommand extends command(_ep0, _mw0, "CreateLocationFsxWindows", CreateLocationFsxWindows$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateLocationHdfs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateLocationHdfsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "CreateLocationHdfs", {})
13
- .n("DataSyncClient", "CreateLocationHdfsCommand")
14
- .sc(CreateLocationHdfs$)
15
- .build() {
3
+ export class CreateLocationHdfsCommand extends command(_ep0, _mw0, "CreateLocationHdfs", CreateLocationHdfs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateLocationNfs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateLocationNfsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "CreateLocationNfs", {})
13
- .n("DataSyncClient", "CreateLocationNfsCommand")
14
- .sc(CreateLocationNfs$)
15
- .build() {
3
+ export class CreateLocationNfsCommand extends command(_ep0, _mw0, "CreateLocationNfs", CreateLocationNfs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateLocationObjectStorage$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateLocationObjectStorageCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "CreateLocationObjectStorage", {})
13
- .n("DataSyncClient", "CreateLocationObjectStorageCommand")
14
- .sc(CreateLocationObjectStorage$)
15
- .build() {
3
+ export class CreateLocationObjectStorageCommand extends command(_ep0, _mw0, "CreateLocationObjectStorage", CreateLocationObjectStorage$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateLocationS3$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateLocationS3Command extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "CreateLocationS3", {})
13
- .n("DataSyncClient", "CreateLocationS3Command")
14
- .sc(CreateLocationS3$)
15
- .build() {
3
+ export class CreateLocationS3Command extends command(_ep0, _mw0, "CreateLocationS3", CreateLocationS3$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateLocationSmb$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateLocationSmbCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "CreateLocationSmb", {})
13
- .n("DataSyncClient", "CreateLocationSmbCommand")
14
- .sc(CreateLocationSmb$)
15
- .build() {
3
+ export class CreateLocationSmbCommand extends command(_ep0, _mw0, "CreateLocationSmb", CreateLocationSmb$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "CreateTask", {})
13
- .n("DataSyncClient", "CreateTaskCommand")
14
- .sc(CreateTask$)
15
- .build() {
3
+ export class CreateTaskCommand extends command(_ep0, _mw0, "CreateTask", CreateTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteAgent$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAgentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "DeleteAgent", {})
13
- .n("DataSyncClient", "DeleteAgentCommand")
14
- .sc(DeleteAgent$)
15
- .build() {
3
+ export class DeleteAgentCommand extends command(_ep0, _mw0, "DeleteAgent", DeleteAgent$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteLocation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteLocationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "DeleteLocation", {})
13
- .n("DataSyncClient", "DeleteLocationCommand")
14
- .sc(DeleteLocation$)
15
- .build() {
3
+ export class DeleteLocationCommand extends command(_ep0, _mw0, "DeleteLocation", DeleteLocation$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "DeleteTask", {})
13
- .n("DataSyncClient", "DeleteTaskCommand")
14
- .sc(DeleteTask$)
15
- .build() {
3
+ export class DeleteTaskCommand extends command(_ep0, _mw0, "DeleteTask", DeleteTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeAgent$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeAgentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "DescribeAgent", {})
13
- .n("DataSyncClient", "DescribeAgentCommand")
14
- .sc(DescribeAgent$)
15
- .build() {
3
+ export class DescribeAgentCommand extends command(_ep0, _mw0, "DescribeAgent", DescribeAgent$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeLocationAzureBlob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeLocationAzureBlobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "DescribeLocationAzureBlob", {})
13
- .n("DataSyncClient", "DescribeLocationAzureBlobCommand")
14
- .sc(DescribeLocationAzureBlob$)
15
- .build() {
3
+ export class DescribeLocationAzureBlobCommand extends command(_ep0, _mw0, "DescribeLocationAzureBlob", DescribeLocationAzureBlob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeLocationEfs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeLocationEfsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "DescribeLocationEfs", {})
13
- .n("DataSyncClient", "DescribeLocationEfsCommand")
14
- .sc(DescribeLocationEfs$)
15
- .build() {
3
+ export class DescribeLocationEfsCommand extends command(_ep0, _mw0, "DescribeLocationEfs", DescribeLocationEfs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeLocationFsxLustre$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeLocationFsxLustreCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "DescribeLocationFsxLustre", {})
13
- .n("DataSyncClient", "DescribeLocationFsxLustreCommand")
14
- .sc(DescribeLocationFsxLustre$)
15
- .build() {
3
+ export class DescribeLocationFsxLustreCommand extends command(_ep0, _mw0, "DescribeLocationFsxLustre", DescribeLocationFsxLustre$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeLocationFsxOntap$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeLocationFsxOntapCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "DescribeLocationFsxOntap", {})
13
- .n("DataSyncClient", "DescribeLocationFsxOntapCommand")
14
- .sc(DescribeLocationFsxOntap$)
15
- .build() {
3
+ export class DescribeLocationFsxOntapCommand extends command(_ep0, _mw0, "DescribeLocationFsxOntap", DescribeLocationFsxOntap$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeLocationFsxOpenZfs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeLocationFsxOpenZfsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "DescribeLocationFsxOpenZfs", {})
13
- .n("DataSyncClient", "DescribeLocationFsxOpenZfsCommand")
14
- .sc(DescribeLocationFsxOpenZfs$)
15
- .build() {
3
+ export class DescribeLocationFsxOpenZfsCommand extends command(_ep0, _mw0, "DescribeLocationFsxOpenZfs", DescribeLocationFsxOpenZfs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeLocationFsxWindows$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeLocationFsxWindowsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "DescribeLocationFsxWindows", {})
13
- .n("DataSyncClient", "DescribeLocationFsxWindowsCommand")
14
- .sc(DescribeLocationFsxWindows$)
15
- .build() {
3
+ export class DescribeLocationFsxWindowsCommand extends command(_ep0, _mw0, "DescribeLocationFsxWindows", DescribeLocationFsxWindows$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeLocationHdfs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeLocationHdfsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "DescribeLocationHdfs", {})
13
- .n("DataSyncClient", "DescribeLocationHdfsCommand")
14
- .sc(DescribeLocationHdfs$)
15
- .build() {
3
+ export class DescribeLocationHdfsCommand extends command(_ep0, _mw0, "DescribeLocationHdfs", DescribeLocationHdfs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeLocationNfs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeLocationNfsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "DescribeLocationNfs", {})
13
- .n("DataSyncClient", "DescribeLocationNfsCommand")
14
- .sc(DescribeLocationNfs$)
15
- .build() {
3
+ export class DescribeLocationNfsCommand extends command(_ep0, _mw0, "DescribeLocationNfs", DescribeLocationNfs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeLocationObjectStorage$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeLocationObjectStorageCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "DescribeLocationObjectStorage", {})
13
- .n("DataSyncClient", "DescribeLocationObjectStorageCommand")
14
- .sc(DescribeLocationObjectStorage$)
15
- .build() {
3
+ export class DescribeLocationObjectStorageCommand extends command(_ep0, _mw0, "DescribeLocationObjectStorage", DescribeLocationObjectStorage$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeLocationS3$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeLocationS3Command extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "DescribeLocationS3", {})
13
- .n("DataSyncClient", "DescribeLocationS3Command")
14
- .sc(DescribeLocationS3$)
15
- .build() {
3
+ export class DescribeLocationS3Command extends command(_ep0, _mw0, "DescribeLocationS3", DescribeLocationS3$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeLocationSmb$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeLocationSmbCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "DescribeLocationSmb", {})
13
- .n("DataSyncClient", "DescribeLocationSmbCommand")
14
- .sc(DescribeLocationSmb$)
15
- .build() {
3
+ export class DescribeLocationSmbCommand extends command(_ep0, _mw0, "DescribeLocationSmb", DescribeLocationSmb$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "DescribeTask", {})
13
- .n("DataSyncClient", "DescribeTaskCommand")
14
- .sc(DescribeTask$)
15
- .build() {
3
+ export class DescribeTaskCommand extends command(_ep0, _mw0, "DescribeTask", DescribeTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeTaskExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeTaskExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FmrsService", "DescribeTaskExecution", {})
13
- .n("DataSyncClient", "DescribeTaskExecutionCommand")
14
- .sc(DescribeTaskExecution$)
15
- .build() {
3
+ export class DescribeTaskExecutionCommand extends command(_ep0, _mw0, "DescribeTaskExecution", DescribeTaskExecution$) {
16
4
  }