@aws-sdk/client-datasync 3.927.0 → 3.928.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 (77) hide show
  1. package/dist-cjs/index.js +1537 -1851
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/DataSyncClient.js +2 -0
  4. package/dist-es/commands/CancelTaskExecutionCommand.js +3 -9
  5. package/dist-es/commands/CreateAgentCommand.js +3 -9
  6. package/dist-es/commands/CreateLocationAzureBlobCommand.js +3 -10
  7. package/dist-es/commands/CreateLocationEfsCommand.js +3 -9
  8. package/dist-es/commands/CreateLocationFsxLustreCommand.js +3 -9
  9. package/dist-es/commands/CreateLocationFsxOntapCommand.js +3 -10
  10. package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +3 -10
  11. package/dist-es/commands/CreateLocationFsxWindowsCommand.js +3 -10
  12. package/dist-es/commands/CreateLocationHdfsCommand.js +3 -9
  13. package/dist-es/commands/CreateLocationNfsCommand.js +3 -9
  14. package/dist-es/commands/CreateLocationObjectStorageCommand.js +3 -10
  15. package/dist-es/commands/CreateLocationS3Command.js +3 -9
  16. package/dist-es/commands/CreateLocationSmbCommand.js +3 -10
  17. package/dist-es/commands/CreateTaskCommand.js +3 -9
  18. package/dist-es/commands/DeleteAgentCommand.js +3 -9
  19. package/dist-es/commands/DeleteLocationCommand.js +3 -9
  20. package/dist-es/commands/DeleteTaskCommand.js +3 -9
  21. package/dist-es/commands/DescribeAgentCommand.js +3 -9
  22. package/dist-es/commands/DescribeLocationAzureBlobCommand.js +3 -9
  23. package/dist-es/commands/DescribeLocationEfsCommand.js +3 -9
  24. package/dist-es/commands/DescribeLocationFsxLustreCommand.js +3 -9
  25. package/dist-es/commands/DescribeLocationFsxOntapCommand.js +3 -10
  26. package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +3 -10
  27. package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +3 -9
  28. package/dist-es/commands/DescribeLocationHdfsCommand.js +3 -9
  29. package/dist-es/commands/DescribeLocationNfsCommand.js +3 -9
  30. package/dist-es/commands/DescribeLocationObjectStorageCommand.js +3 -9
  31. package/dist-es/commands/DescribeLocationS3Command.js +3 -9
  32. package/dist-es/commands/DescribeLocationSmbCommand.js +3 -9
  33. package/dist-es/commands/DescribeTaskCommand.js +3 -9
  34. package/dist-es/commands/DescribeTaskExecutionCommand.js +3 -9
  35. package/dist-es/commands/ListAgentsCommand.js +3 -9
  36. package/dist-es/commands/ListLocationsCommand.js +3 -9
  37. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  38. package/dist-es/commands/ListTaskExecutionsCommand.js +3 -9
  39. package/dist-es/commands/ListTasksCommand.js +3 -9
  40. package/dist-es/commands/StartTaskExecutionCommand.js +3 -9
  41. package/dist-es/commands/TagResourceCommand.js +3 -9
  42. package/dist-es/commands/UntagResourceCommand.js +3 -9
  43. package/dist-es/commands/UpdateAgentCommand.js +3 -9
  44. package/dist-es/commands/UpdateLocationAzureBlobCommand.js +3 -10
  45. package/dist-es/commands/UpdateLocationEfsCommand.js +3 -9
  46. package/dist-es/commands/UpdateLocationFsxLustreCommand.js +3 -9
  47. package/dist-es/commands/UpdateLocationFsxOntapCommand.js +3 -10
  48. package/dist-es/commands/UpdateLocationFsxOpenZfsCommand.js +3 -10
  49. package/dist-es/commands/UpdateLocationFsxWindowsCommand.js +3 -10
  50. package/dist-es/commands/UpdateLocationHdfsCommand.js +3 -9
  51. package/dist-es/commands/UpdateLocationNfsCommand.js +3 -9
  52. package/dist-es/commands/UpdateLocationObjectStorageCommand.js +3 -10
  53. package/dist-es/commands/UpdateLocationS3Command.js +3 -9
  54. package/dist-es/commands/UpdateLocationSmbCommand.js +3 -10
  55. package/dist-es/commands/UpdateTaskCommand.js +3 -9
  56. package/dist-es/commands/UpdateTaskExecutionCommand.js +3 -9
  57. package/dist-es/models/models_0.js +0 -77
  58. package/dist-es/runtimeConfig.shared.js +7 -0
  59. package/dist-es/schemas/schemas_0.js +1433 -0
  60. package/dist-types/DataSyncClient.d.ts +10 -1
  61. package/dist-types/models/models_0.d.ts +0 -76
  62. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  63. package/dist-types/runtimeConfig.d.ts +1 -0
  64. package/dist-types/runtimeConfig.native.d.ts +1 -0
  65. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  66. package/dist-types/schemas/schemas_0.d.ts +227 -0
  67. package/dist-types/ts3.4/DataSyncClient.d.ts +4 -0
  68. package/dist-types/ts3.4/models/models_0.d.ts +0 -55
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  73. package/dist-types/ts3.4/schemas/schemas_0.d.ts +233 -0
  74. package/package.json +5 -5
  75. package/dist-es/protocols/Aws_json1_1.js +0 -1383
  76. package/dist-types/protocols/Aws_json1_1.d.ts +0 -479
  77. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -641
@@ -1,479 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "../commands/CancelTaskExecutionCommand";
4
- import { CreateAgentCommandInput, CreateAgentCommandOutput } from "../commands/CreateAgentCommand";
5
- import { CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput } from "../commands/CreateLocationAzureBlobCommand";
6
- import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "../commands/CreateLocationEfsCommand";
7
- import { CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput } from "../commands/CreateLocationFsxLustreCommand";
8
- import { CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput } from "../commands/CreateLocationFsxOntapCommand";
9
- import { CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput } from "../commands/CreateLocationFsxOpenZfsCommand";
10
- import { CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput } from "../commands/CreateLocationFsxWindowsCommand";
11
- import { CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput } from "../commands/CreateLocationHdfsCommand";
12
- import { CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput } from "../commands/CreateLocationNfsCommand";
13
- import { CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput } from "../commands/CreateLocationObjectStorageCommand";
14
- import { CreateLocationS3CommandInput, CreateLocationS3CommandOutput } from "../commands/CreateLocationS3Command";
15
- import { CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput } from "../commands/CreateLocationSmbCommand";
16
- import { CreateTaskCommandInput, CreateTaskCommandOutput } from "../commands/CreateTaskCommand";
17
- import { DeleteAgentCommandInput, DeleteAgentCommandOutput } from "../commands/DeleteAgentCommand";
18
- import { DeleteLocationCommandInput, DeleteLocationCommandOutput } from "../commands/DeleteLocationCommand";
19
- import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "../commands/DeleteTaskCommand";
20
- import { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "../commands/DescribeAgentCommand";
21
- import { DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput } from "../commands/DescribeLocationAzureBlobCommand";
22
- import { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "../commands/DescribeLocationEfsCommand";
23
- import { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "../commands/DescribeLocationFsxLustreCommand";
24
- import { DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput } from "../commands/DescribeLocationFsxOntapCommand";
25
- import { DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput } from "../commands/DescribeLocationFsxOpenZfsCommand";
26
- import { DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput } from "../commands/DescribeLocationFsxWindowsCommand";
27
- import { DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput } from "../commands/DescribeLocationHdfsCommand";
28
- import { DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput } from "../commands/DescribeLocationNfsCommand";
29
- import { DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput } from "../commands/DescribeLocationObjectStorageCommand";
30
- import { DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput } from "../commands/DescribeLocationS3Command";
31
- import { DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput } from "../commands/DescribeLocationSmbCommand";
32
- import { DescribeTaskCommandInput, DescribeTaskCommandOutput } from "../commands/DescribeTaskCommand";
33
- import { DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput } from "../commands/DescribeTaskExecutionCommand";
34
- import { ListAgentsCommandInput, ListAgentsCommandOutput } from "../commands/ListAgentsCommand";
35
- import { ListLocationsCommandInput, ListLocationsCommandOutput } from "../commands/ListLocationsCommand";
36
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
37
- import { ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput } from "../commands/ListTaskExecutionsCommand";
38
- import { ListTasksCommandInput, ListTasksCommandOutput } from "../commands/ListTasksCommand";
39
- import { StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput } from "../commands/StartTaskExecutionCommand";
40
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
41
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
42
- import { UpdateAgentCommandInput, UpdateAgentCommandOutput } from "../commands/UpdateAgentCommand";
43
- import { UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput } from "../commands/UpdateLocationAzureBlobCommand";
44
- import { UpdateLocationEfsCommandInput, UpdateLocationEfsCommandOutput } from "../commands/UpdateLocationEfsCommand";
45
- import { UpdateLocationFsxLustreCommandInput, UpdateLocationFsxLustreCommandOutput } from "../commands/UpdateLocationFsxLustreCommand";
46
- import { UpdateLocationFsxOntapCommandInput, UpdateLocationFsxOntapCommandOutput } from "../commands/UpdateLocationFsxOntapCommand";
47
- import { UpdateLocationFsxOpenZfsCommandInput, UpdateLocationFsxOpenZfsCommandOutput } from "../commands/UpdateLocationFsxOpenZfsCommand";
48
- import { UpdateLocationFsxWindowsCommandInput, UpdateLocationFsxWindowsCommandOutput } from "../commands/UpdateLocationFsxWindowsCommand";
49
- import { UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput } from "../commands/UpdateLocationHdfsCommand";
50
- import { UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput } from "../commands/UpdateLocationNfsCommand";
51
- import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput } from "../commands/UpdateLocationObjectStorageCommand";
52
- import { UpdateLocationS3CommandInput, UpdateLocationS3CommandOutput } from "../commands/UpdateLocationS3Command";
53
- import { UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput } from "../commands/UpdateLocationSmbCommand";
54
- import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "../commands/UpdateTaskCommand";
55
- import { UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput } from "../commands/UpdateTaskExecutionCommand";
56
- /**
57
- * serializeAws_json1_1CancelTaskExecutionCommand
58
- */
59
- export declare const se_CancelTaskExecutionCommand: (input: CancelTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_json1_1CreateAgentCommand
62
- */
63
- export declare const se_CreateAgentCommand: (input: CreateAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_json1_1CreateLocationAzureBlobCommand
66
- */
67
- export declare const se_CreateLocationAzureBlobCommand: (input: CreateLocationAzureBlobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_json1_1CreateLocationEfsCommand
70
- */
71
- export declare const se_CreateLocationEfsCommand: (input: CreateLocationEfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_json1_1CreateLocationFsxLustreCommand
74
- */
75
- export declare const se_CreateLocationFsxLustreCommand: (input: CreateLocationFsxLustreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_json1_1CreateLocationFsxOntapCommand
78
- */
79
- export declare const se_CreateLocationFsxOntapCommand: (input: CreateLocationFsxOntapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_json1_1CreateLocationFsxOpenZfsCommand
82
- */
83
- export declare const se_CreateLocationFsxOpenZfsCommand: (input: CreateLocationFsxOpenZfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_json1_1CreateLocationFsxWindowsCommand
86
- */
87
- export declare const se_CreateLocationFsxWindowsCommand: (input: CreateLocationFsxWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_json1_1CreateLocationHdfsCommand
90
- */
91
- export declare const se_CreateLocationHdfsCommand: (input: CreateLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_json1_1CreateLocationNfsCommand
94
- */
95
- export declare const se_CreateLocationNfsCommand: (input: CreateLocationNfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_json1_1CreateLocationObjectStorageCommand
98
- */
99
- export declare const se_CreateLocationObjectStorageCommand: (input: CreateLocationObjectStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_json1_1CreateLocationS3Command
102
- */
103
- export declare const se_CreateLocationS3Command: (input: CreateLocationS3CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_json1_1CreateLocationSmbCommand
106
- */
107
- export declare const se_CreateLocationSmbCommand: (input: CreateLocationSmbCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_json1_1CreateTaskCommand
110
- */
111
- export declare const se_CreateTaskCommand: (input: CreateTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_json1_1DeleteAgentCommand
114
- */
115
- export declare const se_DeleteAgentCommand: (input: DeleteAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_json1_1DeleteLocationCommand
118
- */
119
- export declare const se_DeleteLocationCommand: (input: DeleteLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_json1_1DeleteTaskCommand
122
- */
123
- export declare const se_DeleteTaskCommand: (input: DeleteTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_json1_1DescribeAgentCommand
126
- */
127
- export declare const se_DescribeAgentCommand: (input: DescribeAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_json1_1DescribeLocationAzureBlobCommand
130
- */
131
- export declare const se_DescribeLocationAzureBlobCommand: (input: DescribeLocationAzureBlobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_json1_1DescribeLocationEfsCommand
134
- */
135
- export declare const se_DescribeLocationEfsCommand: (input: DescribeLocationEfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_json1_1DescribeLocationFsxLustreCommand
138
- */
139
- export declare const se_DescribeLocationFsxLustreCommand: (input: DescribeLocationFsxLustreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_json1_1DescribeLocationFsxOntapCommand
142
- */
143
- export declare const se_DescribeLocationFsxOntapCommand: (input: DescribeLocationFsxOntapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_json1_1DescribeLocationFsxOpenZfsCommand
146
- */
147
- export declare const se_DescribeLocationFsxOpenZfsCommand: (input: DescribeLocationFsxOpenZfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_json1_1DescribeLocationFsxWindowsCommand
150
- */
151
- export declare const se_DescribeLocationFsxWindowsCommand: (input: DescribeLocationFsxWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_json1_1DescribeLocationHdfsCommand
154
- */
155
- export declare const se_DescribeLocationHdfsCommand: (input: DescribeLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_json1_1DescribeLocationNfsCommand
158
- */
159
- export declare const se_DescribeLocationNfsCommand: (input: DescribeLocationNfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_json1_1DescribeLocationObjectStorageCommand
162
- */
163
- export declare const se_DescribeLocationObjectStorageCommand: (input: DescribeLocationObjectStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_json1_1DescribeLocationS3Command
166
- */
167
- export declare const se_DescribeLocationS3Command: (input: DescribeLocationS3CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_json1_1DescribeLocationSmbCommand
170
- */
171
- export declare const se_DescribeLocationSmbCommand: (input: DescribeLocationSmbCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_json1_1DescribeTaskCommand
174
- */
175
- export declare const se_DescribeTaskCommand: (input: DescribeTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_json1_1DescribeTaskExecutionCommand
178
- */
179
- export declare const se_DescribeTaskExecutionCommand: (input: DescribeTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_json1_1ListAgentsCommand
182
- */
183
- export declare const se_ListAgentsCommand: (input: ListAgentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_json1_1ListLocationsCommand
186
- */
187
- export declare const se_ListLocationsCommand: (input: ListLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * serializeAws_json1_1ListTagsForResourceCommand
190
- */
191
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- /**
193
- * serializeAws_json1_1ListTaskExecutionsCommand
194
- */
195
- export declare const se_ListTaskExecutionsCommand: (input: ListTaskExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- /**
197
- * serializeAws_json1_1ListTasksCommand
198
- */
199
- export declare const se_ListTasksCommand: (input: ListTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- /**
201
- * serializeAws_json1_1StartTaskExecutionCommand
202
- */
203
- export declare const se_StartTaskExecutionCommand: (input: StartTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- /**
205
- * serializeAws_json1_1TagResourceCommand
206
- */
207
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- /**
209
- * serializeAws_json1_1UntagResourceCommand
210
- */
211
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- /**
213
- * serializeAws_json1_1UpdateAgentCommand
214
- */
215
- export declare const se_UpdateAgentCommand: (input: UpdateAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- /**
217
- * serializeAws_json1_1UpdateLocationAzureBlobCommand
218
- */
219
- export declare const se_UpdateLocationAzureBlobCommand: (input: UpdateLocationAzureBlobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- /**
221
- * serializeAws_json1_1UpdateLocationEfsCommand
222
- */
223
- export declare const se_UpdateLocationEfsCommand: (input: UpdateLocationEfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- /**
225
- * serializeAws_json1_1UpdateLocationFsxLustreCommand
226
- */
227
- export declare const se_UpdateLocationFsxLustreCommand: (input: UpdateLocationFsxLustreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- /**
229
- * serializeAws_json1_1UpdateLocationFsxOntapCommand
230
- */
231
- export declare const se_UpdateLocationFsxOntapCommand: (input: UpdateLocationFsxOntapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- /**
233
- * serializeAws_json1_1UpdateLocationFsxOpenZfsCommand
234
- */
235
- export declare const se_UpdateLocationFsxOpenZfsCommand: (input: UpdateLocationFsxOpenZfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- /**
237
- * serializeAws_json1_1UpdateLocationFsxWindowsCommand
238
- */
239
- export declare const se_UpdateLocationFsxWindowsCommand: (input: UpdateLocationFsxWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
- /**
241
- * serializeAws_json1_1UpdateLocationHdfsCommand
242
- */
243
- export declare const se_UpdateLocationHdfsCommand: (input: UpdateLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
- /**
245
- * serializeAws_json1_1UpdateLocationNfsCommand
246
- */
247
- export declare const se_UpdateLocationNfsCommand: (input: UpdateLocationNfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
- /**
249
- * serializeAws_json1_1UpdateLocationObjectStorageCommand
250
- */
251
- export declare const se_UpdateLocationObjectStorageCommand: (input: UpdateLocationObjectStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
- /**
253
- * serializeAws_json1_1UpdateLocationS3Command
254
- */
255
- export declare const se_UpdateLocationS3Command: (input: UpdateLocationS3CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
- /**
257
- * serializeAws_json1_1UpdateLocationSmbCommand
258
- */
259
- export declare const se_UpdateLocationSmbCommand: (input: UpdateLocationSmbCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
- /**
261
- * serializeAws_json1_1UpdateTaskCommand
262
- */
263
- export declare const se_UpdateTaskCommand: (input: UpdateTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
- /**
265
- * serializeAws_json1_1UpdateTaskExecutionCommand
266
- */
267
- export declare const se_UpdateTaskExecutionCommand: (input: UpdateTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
- /**
269
- * deserializeAws_json1_1CancelTaskExecutionCommand
270
- */
271
- export declare const de_CancelTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelTaskExecutionCommandOutput>;
272
- /**
273
- * deserializeAws_json1_1CreateAgentCommand
274
- */
275
- export declare const de_CreateAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentCommandOutput>;
276
- /**
277
- * deserializeAws_json1_1CreateLocationAzureBlobCommand
278
- */
279
- export declare const de_CreateLocationAzureBlobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationAzureBlobCommandOutput>;
280
- /**
281
- * deserializeAws_json1_1CreateLocationEfsCommand
282
- */
283
- export declare const de_CreateLocationEfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationEfsCommandOutput>;
284
- /**
285
- * deserializeAws_json1_1CreateLocationFsxLustreCommand
286
- */
287
- export declare const de_CreateLocationFsxLustreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxLustreCommandOutput>;
288
- /**
289
- * deserializeAws_json1_1CreateLocationFsxOntapCommand
290
- */
291
- export declare const de_CreateLocationFsxOntapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxOntapCommandOutput>;
292
- /**
293
- * deserializeAws_json1_1CreateLocationFsxOpenZfsCommand
294
- */
295
- export declare const de_CreateLocationFsxOpenZfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxOpenZfsCommandOutput>;
296
- /**
297
- * deserializeAws_json1_1CreateLocationFsxWindowsCommand
298
- */
299
- export declare const de_CreateLocationFsxWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxWindowsCommandOutput>;
300
- /**
301
- * deserializeAws_json1_1CreateLocationHdfsCommand
302
- */
303
- export declare const de_CreateLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationHdfsCommandOutput>;
304
- /**
305
- * deserializeAws_json1_1CreateLocationNfsCommand
306
- */
307
- export declare const de_CreateLocationNfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationNfsCommandOutput>;
308
- /**
309
- * deserializeAws_json1_1CreateLocationObjectStorageCommand
310
- */
311
- export declare const de_CreateLocationObjectStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationObjectStorageCommandOutput>;
312
- /**
313
- * deserializeAws_json1_1CreateLocationS3Command
314
- */
315
- export declare const de_CreateLocationS3Command: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationS3CommandOutput>;
316
- /**
317
- * deserializeAws_json1_1CreateLocationSmbCommand
318
- */
319
- export declare const de_CreateLocationSmbCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationSmbCommandOutput>;
320
- /**
321
- * deserializeAws_json1_1CreateTaskCommand
322
- */
323
- export declare const de_CreateTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTaskCommandOutput>;
324
- /**
325
- * deserializeAws_json1_1DeleteAgentCommand
326
- */
327
- export declare const de_DeleteAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAgentCommandOutput>;
328
- /**
329
- * deserializeAws_json1_1DeleteLocationCommand
330
- */
331
- export declare const de_DeleteLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLocationCommandOutput>;
332
- /**
333
- * deserializeAws_json1_1DeleteTaskCommand
334
- */
335
- export declare const de_DeleteTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTaskCommandOutput>;
336
- /**
337
- * deserializeAws_json1_1DescribeAgentCommand
338
- */
339
- export declare const de_DescribeAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgentCommandOutput>;
340
- /**
341
- * deserializeAws_json1_1DescribeLocationAzureBlobCommand
342
- */
343
- export declare const de_DescribeLocationAzureBlobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationAzureBlobCommandOutput>;
344
- /**
345
- * deserializeAws_json1_1DescribeLocationEfsCommand
346
- */
347
- export declare const de_DescribeLocationEfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationEfsCommandOutput>;
348
- /**
349
- * deserializeAws_json1_1DescribeLocationFsxLustreCommand
350
- */
351
- export declare const de_DescribeLocationFsxLustreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxLustreCommandOutput>;
352
- /**
353
- * deserializeAws_json1_1DescribeLocationFsxOntapCommand
354
- */
355
- export declare const de_DescribeLocationFsxOntapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxOntapCommandOutput>;
356
- /**
357
- * deserializeAws_json1_1DescribeLocationFsxOpenZfsCommand
358
- */
359
- export declare const de_DescribeLocationFsxOpenZfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxOpenZfsCommandOutput>;
360
- /**
361
- * deserializeAws_json1_1DescribeLocationFsxWindowsCommand
362
- */
363
- export declare const de_DescribeLocationFsxWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxWindowsCommandOutput>;
364
- /**
365
- * deserializeAws_json1_1DescribeLocationHdfsCommand
366
- */
367
- export declare const de_DescribeLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationHdfsCommandOutput>;
368
- /**
369
- * deserializeAws_json1_1DescribeLocationNfsCommand
370
- */
371
- export declare const de_DescribeLocationNfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationNfsCommandOutput>;
372
- /**
373
- * deserializeAws_json1_1DescribeLocationObjectStorageCommand
374
- */
375
- export declare const de_DescribeLocationObjectStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationObjectStorageCommandOutput>;
376
- /**
377
- * deserializeAws_json1_1DescribeLocationS3Command
378
- */
379
- export declare const de_DescribeLocationS3Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationS3CommandOutput>;
380
- /**
381
- * deserializeAws_json1_1DescribeLocationSmbCommand
382
- */
383
- export declare const de_DescribeLocationSmbCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationSmbCommandOutput>;
384
- /**
385
- * deserializeAws_json1_1DescribeTaskCommand
386
- */
387
- export declare const de_DescribeTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTaskCommandOutput>;
388
- /**
389
- * deserializeAws_json1_1DescribeTaskExecutionCommand
390
- */
391
- export declare const de_DescribeTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTaskExecutionCommandOutput>;
392
- /**
393
- * deserializeAws_json1_1ListAgentsCommand
394
- */
395
- export declare const de_ListAgentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgentsCommandOutput>;
396
- /**
397
- * deserializeAws_json1_1ListLocationsCommand
398
- */
399
- export declare const de_ListLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLocationsCommandOutput>;
400
- /**
401
- * deserializeAws_json1_1ListTagsForResourceCommand
402
- */
403
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
404
- /**
405
- * deserializeAws_json1_1ListTaskExecutionsCommand
406
- */
407
- export declare const de_ListTaskExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTaskExecutionsCommandOutput>;
408
- /**
409
- * deserializeAws_json1_1ListTasksCommand
410
- */
411
- export declare const de_ListTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTasksCommandOutput>;
412
- /**
413
- * deserializeAws_json1_1StartTaskExecutionCommand
414
- */
415
- export declare const de_StartTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTaskExecutionCommandOutput>;
416
- /**
417
- * deserializeAws_json1_1TagResourceCommand
418
- */
419
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
420
- /**
421
- * deserializeAws_json1_1UntagResourceCommand
422
- */
423
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
424
- /**
425
- * deserializeAws_json1_1UpdateAgentCommand
426
- */
427
- export declare const de_UpdateAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgentCommandOutput>;
428
- /**
429
- * deserializeAws_json1_1UpdateLocationAzureBlobCommand
430
- */
431
- export declare const de_UpdateLocationAzureBlobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationAzureBlobCommandOutput>;
432
- /**
433
- * deserializeAws_json1_1UpdateLocationEfsCommand
434
- */
435
- export declare const de_UpdateLocationEfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationEfsCommandOutput>;
436
- /**
437
- * deserializeAws_json1_1UpdateLocationFsxLustreCommand
438
- */
439
- export declare const de_UpdateLocationFsxLustreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationFsxLustreCommandOutput>;
440
- /**
441
- * deserializeAws_json1_1UpdateLocationFsxOntapCommand
442
- */
443
- export declare const de_UpdateLocationFsxOntapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationFsxOntapCommandOutput>;
444
- /**
445
- * deserializeAws_json1_1UpdateLocationFsxOpenZfsCommand
446
- */
447
- export declare const de_UpdateLocationFsxOpenZfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationFsxOpenZfsCommandOutput>;
448
- /**
449
- * deserializeAws_json1_1UpdateLocationFsxWindowsCommand
450
- */
451
- export declare const de_UpdateLocationFsxWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationFsxWindowsCommandOutput>;
452
- /**
453
- * deserializeAws_json1_1UpdateLocationHdfsCommand
454
- */
455
- export declare const de_UpdateLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationHdfsCommandOutput>;
456
- /**
457
- * deserializeAws_json1_1UpdateLocationNfsCommand
458
- */
459
- export declare const de_UpdateLocationNfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationNfsCommandOutput>;
460
- /**
461
- * deserializeAws_json1_1UpdateLocationObjectStorageCommand
462
- */
463
- export declare const de_UpdateLocationObjectStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationObjectStorageCommandOutput>;
464
- /**
465
- * deserializeAws_json1_1UpdateLocationS3Command
466
- */
467
- export declare const de_UpdateLocationS3Command: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationS3CommandOutput>;
468
- /**
469
- * deserializeAws_json1_1UpdateLocationSmbCommand
470
- */
471
- export declare const de_UpdateLocationSmbCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationSmbCommandOutput>;
472
- /**
473
- * deserializeAws_json1_1UpdateTaskCommand
474
- */
475
- export declare const de_UpdateTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTaskCommandOutput>;
476
- /**
477
- * deserializeAws_json1_1UpdateTaskExecutionCommand
478
- */
479
- export declare const de_UpdateTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTaskExecutionCommandOutput>;