@aws-sdk/client-datasync 3.478.0 → 3.481.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 (245) hide show
  1. package/dist-cjs/commands/AddStorageSystemCommand.js +18 -41
  2. package/dist-cjs/commands/CancelTaskExecutionCommand.js +18 -41
  3. package/dist-cjs/commands/CreateAgentCommand.js +18 -41
  4. package/dist-cjs/commands/CreateLocationAzureBlobCommand.js +18 -41
  5. package/dist-cjs/commands/CreateLocationEfsCommand.js +18 -41
  6. package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +18 -41
  7. package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +18 -41
  8. package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +18 -41
  9. package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +18 -41
  10. package/dist-cjs/commands/CreateLocationHdfsCommand.js +18 -41
  11. package/dist-cjs/commands/CreateLocationNfsCommand.js +18 -41
  12. package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +18 -41
  13. package/dist-cjs/commands/CreateLocationS3Command.js +18 -41
  14. package/dist-cjs/commands/CreateLocationSmbCommand.js +18 -41
  15. package/dist-cjs/commands/CreateTaskCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteAgentCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteLocationCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteTaskCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeAgentCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeDiscoveryJobCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeLocationAzureBlobCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeLocationEfsCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +18 -41
  24. package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +18 -41
  25. package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeLocationHdfsCommand.js +18 -41
  28. package/dist-cjs/commands/DescribeLocationNfsCommand.js +18 -41
  29. package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +18 -41
  30. package/dist-cjs/commands/DescribeLocationS3Command.js +18 -41
  31. package/dist-cjs/commands/DescribeLocationSmbCommand.js +18 -41
  32. package/dist-cjs/commands/DescribeStorageSystemCommand.js +18 -41
  33. package/dist-cjs/commands/DescribeStorageSystemResourceMetricsCommand.js +18 -41
  34. package/dist-cjs/commands/DescribeStorageSystemResourcesCommand.js +18 -41
  35. package/dist-cjs/commands/DescribeTaskCommand.js +18 -41
  36. package/dist-cjs/commands/DescribeTaskExecutionCommand.js +18 -41
  37. package/dist-cjs/commands/GenerateRecommendationsCommand.js +18 -41
  38. package/dist-cjs/commands/ListAgentsCommand.js +18 -41
  39. package/dist-cjs/commands/ListDiscoveryJobsCommand.js +18 -41
  40. package/dist-cjs/commands/ListLocationsCommand.js +18 -41
  41. package/dist-cjs/commands/ListStorageSystemsCommand.js +18 -41
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  43. package/dist-cjs/commands/ListTaskExecutionsCommand.js +18 -41
  44. package/dist-cjs/commands/ListTasksCommand.js +18 -41
  45. package/dist-cjs/commands/RemoveStorageSystemCommand.js +18 -41
  46. package/dist-cjs/commands/StartDiscoveryJobCommand.js +18 -41
  47. package/dist-cjs/commands/StartTaskExecutionCommand.js +18 -41
  48. package/dist-cjs/commands/StopDiscoveryJobCommand.js +18 -41
  49. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  50. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  51. package/dist-cjs/commands/UpdateAgentCommand.js +18 -41
  52. package/dist-cjs/commands/UpdateDiscoveryJobCommand.js +18 -41
  53. package/dist-cjs/commands/UpdateLocationAzureBlobCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateLocationHdfsCommand.js +18 -41
  55. package/dist-cjs/commands/UpdateLocationNfsCommand.js +18 -41
  56. package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +18 -41
  57. package/dist-cjs/commands/UpdateLocationSmbCommand.js +18 -41
  58. package/dist-cjs/commands/UpdateStorageSystemCommand.js +18 -41
  59. package/dist-cjs/commands/UpdateTaskCommand.js +18 -41
  60. package/dist-cjs/commands/UpdateTaskExecutionCommand.js +18 -41
  61. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  62. package/dist-es/commands/AddStorageSystemCommand.js +18 -41
  63. package/dist-es/commands/CancelTaskExecutionCommand.js +18 -41
  64. package/dist-es/commands/CreateAgentCommand.js +18 -41
  65. package/dist-es/commands/CreateLocationAzureBlobCommand.js +18 -41
  66. package/dist-es/commands/CreateLocationEfsCommand.js +18 -41
  67. package/dist-es/commands/CreateLocationFsxLustreCommand.js +18 -41
  68. package/dist-es/commands/CreateLocationFsxOntapCommand.js +18 -41
  69. package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +18 -41
  70. package/dist-es/commands/CreateLocationFsxWindowsCommand.js +18 -41
  71. package/dist-es/commands/CreateLocationHdfsCommand.js +18 -41
  72. package/dist-es/commands/CreateLocationNfsCommand.js +18 -41
  73. package/dist-es/commands/CreateLocationObjectStorageCommand.js +18 -41
  74. package/dist-es/commands/CreateLocationS3Command.js +18 -41
  75. package/dist-es/commands/CreateLocationSmbCommand.js +18 -41
  76. package/dist-es/commands/CreateTaskCommand.js +18 -41
  77. package/dist-es/commands/DeleteAgentCommand.js +18 -41
  78. package/dist-es/commands/DeleteLocationCommand.js +18 -41
  79. package/dist-es/commands/DeleteTaskCommand.js +18 -41
  80. package/dist-es/commands/DescribeAgentCommand.js +18 -41
  81. package/dist-es/commands/DescribeDiscoveryJobCommand.js +18 -41
  82. package/dist-es/commands/DescribeLocationAzureBlobCommand.js +18 -41
  83. package/dist-es/commands/DescribeLocationEfsCommand.js +18 -41
  84. package/dist-es/commands/DescribeLocationFsxLustreCommand.js +18 -41
  85. package/dist-es/commands/DescribeLocationFsxOntapCommand.js +18 -41
  86. package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +18 -41
  87. package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +18 -41
  88. package/dist-es/commands/DescribeLocationHdfsCommand.js +18 -41
  89. package/dist-es/commands/DescribeLocationNfsCommand.js +18 -41
  90. package/dist-es/commands/DescribeLocationObjectStorageCommand.js +18 -41
  91. package/dist-es/commands/DescribeLocationS3Command.js +18 -41
  92. package/dist-es/commands/DescribeLocationSmbCommand.js +18 -41
  93. package/dist-es/commands/DescribeStorageSystemCommand.js +18 -41
  94. package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +18 -41
  95. package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +18 -41
  96. package/dist-es/commands/DescribeTaskCommand.js +18 -41
  97. package/dist-es/commands/DescribeTaskExecutionCommand.js +18 -41
  98. package/dist-es/commands/GenerateRecommendationsCommand.js +18 -41
  99. package/dist-es/commands/ListAgentsCommand.js +18 -41
  100. package/dist-es/commands/ListDiscoveryJobsCommand.js +18 -41
  101. package/dist-es/commands/ListLocationsCommand.js +18 -41
  102. package/dist-es/commands/ListStorageSystemsCommand.js +18 -41
  103. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  104. package/dist-es/commands/ListTaskExecutionsCommand.js +18 -41
  105. package/dist-es/commands/ListTasksCommand.js +18 -41
  106. package/dist-es/commands/RemoveStorageSystemCommand.js +18 -41
  107. package/dist-es/commands/StartDiscoveryJobCommand.js +18 -41
  108. package/dist-es/commands/StartTaskExecutionCommand.js +18 -41
  109. package/dist-es/commands/StopDiscoveryJobCommand.js +18 -41
  110. package/dist-es/commands/TagResourceCommand.js +18 -41
  111. package/dist-es/commands/UntagResourceCommand.js +18 -41
  112. package/dist-es/commands/UpdateAgentCommand.js +18 -41
  113. package/dist-es/commands/UpdateDiscoveryJobCommand.js +18 -41
  114. package/dist-es/commands/UpdateLocationAzureBlobCommand.js +18 -41
  115. package/dist-es/commands/UpdateLocationHdfsCommand.js +18 -41
  116. package/dist-es/commands/UpdateLocationNfsCommand.js +18 -41
  117. package/dist-es/commands/UpdateLocationObjectStorageCommand.js +18 -41
  118. package/dist-es/commands/UpdateLocationSmbCommand.js +18 -41
  119. package/dist-es/commands/UpdateStorageSystemCommand.js +18 -41
  120. package/dist-es/commands/UpdateTaskCommand.js +18 -41
  121. package/dist-es/commands/UpdateTaskExecutionCommand.js +18 -41
  122. package/dist-es/endpoint/EndpointParameters.js +6 -0
  123. package/dist-types/commands/AddStorageSystemCommand.d.ts +6 -21
  124. package/dist-types/commands/CancelTaskExecutionCommand.d.ts +6 -21
  125. package/dist-types/commands/CreateAgentCommand.d.ts +6 -21
  126. package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +6 -21
  127. package/dist-types/commands/CreateLocationEfsCommand.d.ts +6 -21
  128. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +6 -21
  129. package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +6 -21
  130. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +6 -21
  131. package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +6 -21
  132. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +6 -21
  133. package/dist-types/commands/CreateLocationNfsCommand.d.ts +6 -21
  134. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +6 -21
  135. package/dist-types/commands/CreateLocationS3Command.d.ts +6 -21
  136. package/dist-types/commands/CreateLocationSmbCommand.d.ts +6 -21
  137. package/dist-types/commands/CreateTaskCommand.d.ts +6 -21
  138. package/dist-types/commands/DeleteAgentCommand.d.ts +6 -21
  139. package/dist-types/commands/DeleteLocationCommand.d.ts +6 -21
  140. package/dist-types/commands/DeleteTaskCommand.d.ts +6 -21
  141. package/dist-types/commands/DescribeAgentCommand.d.ts +6 -21
  142. package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +6 -21
  143. package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +6 -21
  144. package/dist-types/commands/DescribeLocationEfsCommand.d.ts +6 -21
  145. package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +6 -21
  146. package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +6 -21
  147. package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +6 -21
  148. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +6 -21
  149. package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +6 -21
  150. package/dist-types/commands/DescribeLocationNfsCommand.d.ts +6 -21
  151. package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +6 -21
  152. package/dist-types/commands/DescribeLocationS3Command.d.ts +6 -21
  153. package/dist-types/commands/DescribeLocationSmbCommand.d.ts +6 -21
  154. package/dist-types/commands/DescribeStorageSystemCommand.d.ts +6 -21
  155. package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +6 -21
  156. package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +6 -21
  157. package/dist-types/commands/DescribeTaskCommand.d.ts +6 -21
  158. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +6 -21
  159. package/dist-types/commands/GenerateRecommendationsCommand.d.ts +6 -21
  160. package/dist-types/commands/ListAgentsCommand.d.ts +6 -21
  161. package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +6 -21
  162. package/dist-types/commands/ListLocationsCommand.d.ts +6 -21
  163. package/dist-types/commands/ListStorageSystemsCommand.d.ts +6 -21
  164. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  165. package/dist-types/commands/ListTaskExecutionsCommand.d.ts +6 -21
  166. package/dist-types/commands/ListTasksCommand.d.ts +6 -21
  167. package/dist-types/commands/RemoveStorageSystemCommand.d.ts +6 -21
  168. package/dist-types/commands/StartDiscoveryJobCommand.d.ts +6 -21
  169. package/dist-types/commands/StartTaskExecutionCommand.d.ts +6 -21
  170. package/dist-types/commands/StopDiscoveryJobCommand.d.ts +6 -21
  171. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  172. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  173. package/dist-types/commands/UpdateAgentCommand.d.ts +6 -21
  174. package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +6 -21
  175. package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +6 -21
  176. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +6 -21
  177. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +6 -21
  178. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +6 -21
  179. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +6 -21
  180. package/dist-types/commands/UpdateStorageSystemCommand.d.ts +6 -21
  181. package/dist-types/commands/UpdateTaskCommand.d.ts +6 -21
  182. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +6 -21
  183. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  184. package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +14 -23
  185. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +14 -23
  186. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +12 -24
  188. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +12 -24
  190. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +12 -24
  191. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +12 -24
  192. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +12 -24
  193. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +12 -24
  196. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +12 -24
  204. package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +12 -24
  205. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +14 -23
  206. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +12 -24
  207. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +12 -24
  208. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +12 -24
  209. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +12 -24
  210. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +12 -24
  211. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +12 -24
  217. package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +12 -24
  218. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +12 -24
  220. package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +12 -24
  221. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +14 -23
  222. package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +14 -23
  224. package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +14 -23
  225. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  226. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +14 -23
  227. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +14 -23
  229. package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +14 -23
  230. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +14 -23
  231. package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +14 -23
  232. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  233. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +14 -23
  235. package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +14 -23
  238. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +14 -23
  241. package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +14 -23
  242. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +14 -23
  243. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +14 -23
  244. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  245. package/package.json +9 -9
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_CreateLocationS3Command, se_CreateLocationS3Command } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class CreateLocationS3Command extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, CreateLocationS3Command.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "DataSyncClient";
26
- const commandName = "CreateLocationS3Command";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "FmrsService",
35
- operation: "CreateLocationS3",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_CreateLocationS3Command(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_CreateLocationS3Command(output, context);
46
- }
7
+ export class CreateLocationS3Command extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("FmrsService", "CreateLocationS3", {})
19
+ .n("DataSyncClient", "CreateLocationS3Command")
20
+ .f(void 0, void 0)
21
+ .ser(se_CreateLocationS3Command)
22
+ .de(de_CreateLocationS3Command)
23
+ .build() {
47
24
  }
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { CreateLocationSmbRequestFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_CreateLocationSmbCommand, se_CreateLocationSmbCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
- export class CreateLocationSmbCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, CreateLocationSmbCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "DataSyncClient";
27
- const commandName = "CreateLocationSmbCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: CreateLocationSmbRequestFilterSensitiveLog,
33
- outputFilterSensitiveLog: (_) => _,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "FmrsService",
36
- operation: "CreateLocationSmb",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_CreateLocationSmbCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_CreateLocationSmbCommand(output, context);
47
- }
8
+ export class CreateLocationSmbCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("FmrsService", "CreateLocationSmb", {})
20
+ .n("DataSyncClient", "CreateLocationSmbCommand")
21
+ .f(CreateLocationSmbRequestFilterSensitiveLog, void 0)
22
+ .ser(se_CreateLocationSmbCommand)
23
+ .de(de_CreateLocationSmbCommand)
24
+ .build() {
48
25
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_CreateTaskCommand, se_CreateTaskCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class CreateTaskCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, CreateTaskCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "DataSyncClient";
26
- const commandName = "CreateTaskCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "FmrsService",
35
- operation: "CreateTask",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_CreateTaskCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_CreateTaskCommand(output, context);
46
- }
7
+ export class CreateTaskCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("FmrsService", "CreateTask", {})
19
+ .n("DataSyncClient", "CreateTaskCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_CreateTaskCommand)
22
+ .de(de_CreateTaskCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteAgentCommand, se_DeleteAgentCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class DeleteAgentCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteAgentCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "DataSyncClient";
26
- const commandName = "DeleteAgentCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "FmrsService",
35
- operation: "DeleteAgent",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteAgentCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteAgentCommand(output, context);
46
- }
7
+ export class DeleteAgentCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("FmrsService", "DeleteAgent", {})
19
+ .n("DataSyncClient", "DeleteAgentCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteAgentCommand)
22
+ .de(de_DeleteAgentCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteLocationCommand, se_DeleteLocationCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class DeleteLocationCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteLocationCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "DataSyncClient";
26
- const commandName = "DeleteLocationCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "FmrsService",
35
- operation: "DeleteLocation",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteLocationCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteLocationCommand(output, context);
46
- }
7
+ export class DeleteLocationCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("FmrsService", "DeleteLocation", {})
19
+ .n("DataSyncClient", "DeleteLocationCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteLocationCommand)
22
+ .de(de_DeleteLocationCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteTaskCommand, se_DeleteTaskCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class DeleteTaskCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteTaskCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "DataSyncClient";
26
- const commandName = "DeleteTaskCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "FmrsService",
35
- operation: "DeleteTask",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteTaskCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteTaskCommand(output, context);
46
- }
7
+ export class DeleteTaskCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("FmrsService", "DeleteTask", {})
19
+ .n("DataSyncClient", "DeleteTaskCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteTaskCommand)
22
+ .de(de_DeleteTaskCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeAgentCommand, se_DescribeAgentCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class DescribeAgentCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAgentCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "DataSyncClient";
26
- const commandName = "DescribeAgentCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "FmrsService",
35
- operation: "DescribeAgent",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DescribeAgentCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeAgentCommand(output, context);
46
- }
7
+ export class DescribeAgentCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("FmrsService", "DescribeAgent", {})
19
+ .n("DataSyncClient", "DescribeAgentCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeAgentCommand)
22
+ .de(de_DescribeAgentCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeDiscoveryJobCommand, se_DescribeDiscoveryJobCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class DescribeDiscoveryJobCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeDiscoveryJobCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "DataSyncClient";
26
- const commandName = "DescribeDiscoveryJobCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "FmrsService",
35
- operation: "DescribeDiscoveryJob",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DescribeDiscoveryJobCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeDiscoveryJobCommand(output, context);
46
- }
7
+ export class DescribeDiscoveryJobCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("FmrsService", "DescribeDiscoveryJob", {})
19
+ .n("DataSyncClient", "DescribeDiscoveryJobCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeDiscoveryJobCommand)
22
+ .de(de_DescribeDiscoveryJobCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeLocationAzureBlobCommand, se_DescribeLocationAzureBlobCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class DescribeLocationAzureBlobCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeLocationAzureBlobCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "DataSyncClient";
26
- const commandName = "DescribeLocationAzureBlobCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "FmrsService",
35
- operation: "DescribeLocationAzureBlob",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DescribeLocationAzureBlobCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeLocationAzureBlobCommand(output, context);
46
- }
7
+ export class DescribeLocationAzureBlobCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("FmrsService", "DescribeLocationAzureBlob", {})
19
+ .n("DataSyncClient", "DescribeLocationAzureBlobCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeLocationAzureBlobCommand)
22
+ .de(de_DescribeLocationAzureBlobCommand)
23
+ .build() {
47
24
  }