@aws-sdk/client-datasync 3.169.0 → 3.171.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 (66) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DataSync.d.ts +752 -225
  3. package/dist-types/ts3.4/DataSyncClient.d.ts +368 -117
  4. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/index.d.ts +44 -44
  49. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  50. package/dist-types/ts3.4/index.d.ts +6 -6
  51. package/dist-types/ts3.4/models/DataSyncServiceException.d.ts +7 -6
  52. package/dist-types/ts3.4/models/index.d.ts +1 -1
  53. package/dist-types/ts3.4/models/models_0.d.ts +1050 -1402
  54. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  55. package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListLocationsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListTaskExecutionsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/index.d.ts +6 -6
  61. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +533 -134
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  66. package/package.json +34 -34
@@ -1,134 +1,533 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "../commands/CancelTaskExecutionCommand";
4
- import { CreateAgentCommandInput, CreateAgentCommandOutput } from "../commands/CreateAgentCommand";
5
- import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "../commands/CreateLocationEfsCommand";
6
- import { CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput } from "../commands/CreateLocationFsxLustreCommand";
7
- import { CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput } from "../commands/CreateLocationFsxOntapCommand";
8
- import { CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput } from "../commands/CreateLocationFsxOpenZfsCommand";
9
- import { CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput } from "../commands/CreateLocationFsxWindowsCommand";
10
- import { CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput } from "../commands/CreateLocationHdfsCommand";
11
- import { CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput } from "../commands/CreateLocationNfsCommand";
12
- import { CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput } from "../commands/CreateLocationObjectStorageCommand";
13
- import { CreateLocationS3CommandInput, CreateLocationS3CommandOutput } from "../commands/CreateLocationS3Command";
14
- import { CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput } from "../commands/CreateLocationSmbCommand";
15
- import { CreateTaskCommandInput, CreateTaskCommandOutput } from "../commands/CreateTaskCommand";
16
- import { DeleteAgentCommandInput, DeleteAgentCommandOutput } from "../commands/DeleteAgentCommand";
17
- import { DeleteLocationCommandInput, DeleteLocationCommandOutput } from "../commands/DeleteLocationCommand";
18
- import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "../commands/DeleteTaskCommand";
19
- import { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "../commands/DescribeAgentCommand";
20
- import { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "../commands/DescribeLocationEfsCommand";
21
- import { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "../commands/DescribeLocationFsxLustreCommand";
22
- import { DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput } from "../commands/DescribeLocationFsxOntapCommand";
23
- import { DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput } from "../commands/DescribeLocationFsxOpenZfsCommand";
24
- import { DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput } from "../commands/DescribeLocationFsxWindowsCommand";
25
- import { DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput } from "../commands/DescribeLocationHdfsCommand";
26
- import { DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput } from "../commands/DescribeLocationNfsCommand";
27
- import { DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput } from "../commands/DescribeLocationObjectStorageCommand";
28
- import { DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput } from "../commands/DescribeLocationS3Command";
29
- import { DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput } from "../commands/DescribeLocationSmbCommand";
30
- import { DescribeTaskCommandInput, DescribeTaskCommandOutput } from "../commands/DescribeTaskCommand";
31
- import { DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput } from "../commands/DescribeTaskExecutionCommand";
32
- import { ListAgentsCommandInput, ListAgentsCommandOutput } from "../commands/ListAgentsCommand";
33
- import { ListLocationsCommandInput, ListLocationsCommandOutput } from "../commands/ListLocationsCommand";
34
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
35
- import { ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput } from "../commands/ListTaskExecutionsCommand";
36
- import { ListTasksCommandInput, ListTasksCommandOutput } from "../commands/ListTasksCommand";
37
- import { StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput } from "../commands/StartTaskExecutionCommand";
38
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
39
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
40
- import { UpdateAgentCommandInput, UpdateAgentCommandOutput } from "../commands/UpdateAgentCommand";
41
- import { UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput } from "../commands/UpdateLocationHdfsCommand";
42
- import { UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput } from "../commands/UpdateLocationNfsCommand";
43
- import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput } from "../commands/UpdateLocationObjectStorageCommand";
44
- import { UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput } from "../commands/UpdateLocationSmbCommand";
45
- import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "../commands/UpdateTaskCommand";
46
- import { UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput } from "../commands/UpdateTaskExecutionCommand";
47
- export declare const serializeAws_json1_1CancelTaskExecutionCommand: (input: CancelTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1CreateAgentCommand: (input: CreateAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1CreateLocationEfsCommand: (input: CreateLocationEfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1CreateLocationFsxLustreCommand: (input: CreateLocationFsxLustreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1CreateLocationFsxOntapCommand: (input: CreateLocationFsxOntapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1CreateLocationFsxOpenZfsCommand: (input: CreateLocationFsxOpenZfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1CreateLocationFsxWindowsCommand: (input: CreateLocationFsxWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1CreateLocationHdfsCommand: (input: CreateLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1CreateLocationNfsCommand: (input: CreateLocationNfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1CreateLocationObjectStorageCommand: (input: CreateLocationObjectStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1CreateLocationS3Command: (input: CreateLocationS3CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1CreateLocationSmbCommand: (input: CreateLocationSmbCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1CreateTaskCommand: (input: CreateTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1DeleteAgentCommand: (input: DeleteAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1DeleteLocationCommand: (input: DeleteLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1DeleteTaskCommand: (input: DeleteTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1DescribeAgentCommand: (input: DescribeAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1DescribeLocationEfsCommand: (input: DescribeLocationEfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1DescribeLocationFsxLustreCommand: (input: DescribeLocationFsxLustreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1DescribeLocationFsxOntapCommand: (input: DescribeLocationFsxOntapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1DescribeLocationFsxOpenZfsCommand: (input: DescribeLocationFsxOpenZfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1DescribeLocationFsxWindowsCommand: (input: DescribeLocationFsxWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1DescribeLocationHdfsCommand: (input: DescribeLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1DescribeLocationNfsCommand: (input: DescribeLocationNfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1DescribeLocationObjectStorageCommand: (input: DescribeLocationObjectStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1DescribeLocationS3Command: (input: DescribeLocationS3CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1DescribeLocationSmbCommand: (input: DescribeLocationSmbCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1DescribeTaskCommand: (input: DescribeTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1DescribeTaskExecutionCommand: (input: DescribeTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1ListAgentsCommand: (input: ListAgentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1ListLocationsCommand: (input: ListLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1ListTaskExecutionsCommand: (input: ListTaskExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1ListTasksCommand: (input: ListTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1StartTaskExecutionCommand: (input: StartTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1UpdateAgentCommand: (input: UpdateAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1UpdateLocationHdfsCommand: (input: UpdateLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1UpdateLocationNfsCommand: (input: UpdateLocationNfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1UpdateLocationObjectStorageCommand: (input: UpdateLocationObjectStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1UpdateLocationSmbCommand: (input: UpdateLocationSmbCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1UpdateTaskCommand: (input: UpdateTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1UpdateTaskExecutionCommand: (input: UpdateTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const deserializeAws_json1_1CancelTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelTaskExecutionCommandOutput>;
92
- export declare const deserializeAws_json1_1CreateAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentCommandOutput>;
93
- export declare const deserializeAws_json1_1CreateLocationEfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationEfsCommandOutput>;
94
- export declare const deserializeAws_json1_1CreateLocationFsxLustreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxLustreCommandOutput>;
95
- export declare const deserializeAws_json1_1CreateLocationFsxOntapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxOntapCommandOutput>;
96
- export declare const deserializeAws_json1_1CreateLocationFsxOpenZfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxOpenZfsCommandOutput>;
97
- export declare const deserializeAws_json1_1CreateLocationFsxWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxWindowsCommandOutput>;
98
- export declare const deserializeAws_json1_1CreateLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationHdfsCommandOutput>;
99
- export declare const deserializeAws_json1_1CreateLocationNfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationNfsCommandOutput>;
100
- export declare const deserializeAws_json1_1CreateLocationObjectStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationObjectStorageCommandOutput>;
101
- export declare const deserializeAws_json1_1CreateLocationS3Command: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationS3CommandOutput>;
102
- export declare const deserializeAws_json1_1CreateLocationSmbCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationSmbCommandOutput>;
103
- export declare const deserializeAws_json1_1CreateTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTaskCommandOutput>;
104
- export declare const deserializeAws_json1_1DeleteAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAgentCommandOutput>;
105
- export declare const deserializeAws_json1_1DeleteLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLocationCommandOutput>;
106
- export declare const deserializeAws_json1_1DeleteTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTaskCommandOutput>;
107
- export declare const deserializeAws_json1_1DescribeAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgentCommandOutput>;
108
- export declare const deserializeAws_json1_1DescribeLocationEfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationEfsCommandOutput>;
109
- export declare const deserializeAws_json1_1DescribeLocationFsxLustreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxLustreCommandOutput>;
110
- export declare const deserializeAws_json1_1DescribeLocationFsxOntapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxOntapCommandOutput>;
111
- export declare const deserializeAws_json1_1DescribeLocationFsxOpenZfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxOpenZfsCommandOutput>;
112
- export declare const deserializeAws_json1_1DescribeLocationFsxWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxWindowsCommandOutput>;
113
- export declare const deserializeAws_json1_1DescribeLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationHdfsCommandOutput>;
114
- export declare const deserializeAws_json1_1DescribeLocationNfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationNfsCommandOutput>;
115
- export declare const deserializeAws_json1_1DescribeLocationObjectStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationObjectStorageCommandOutput>;
116
- export declare const deserializeAws_json1_1DescribeLocationS3Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationS3CommandOutput>;
117
- export declare const deserializeAws_json1_1DescribeLocationSmbCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationSmbCommandOutput>;
118
- export declare const deserializeAws_json1_1DescribeTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTaskCommandOutput>;
119
- export declare const deserializeAws_json1_1DescribeTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTaskExecutionCommandOutput>;
120
- export declare const deserializeAws_json1_1ListAgentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgentsCommandOutput>;
121
- export declare const deserializeAws_json1_1ListLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLocationsCommandOutput>;
122
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
123
- export declare const deserializeAws_json1_1ListTaskExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTaskExecutionsCommandOutput>;
124
- export declare const deserializeAws_json1_1ListTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTasksCommandOutput>;
125
- export declare const deserializeAws_json1_1StartTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTaskExecutionCommandOutput>;
126
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
127
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
128
- export declare const deserializeAws_json1_1UpdateAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgentCommandOutput>;
129
- export declare const deserializeAws_json1_1UpdateLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationHdfsCommandOutput>;
130
- export declare const deserializeAws_json1_1UpdateLocationNfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationNfsCommandOutput>;
131
- export declare const deserializeAws_json1_1UpdateLocationObjectStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationObjectStorageCommandOutput>;
132
- export declare const deserializeAws_json1_1UpdateLocationSmbCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationSmbCommandOutput>;
133
- export declare const deserializeAws_json1_1UpdateTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTaskCommandOutput>;
134
- export declare const deserializeAws_json1_1UpdateTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTaskExecutionCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CancelTaskExecutionCommandInput,
8
+ CancelTaskExecutionCommandOutput,
9
+ } from "../commands/CancelTaskExecutionCommand";
10
+ import {
11
+ CreateAgentCommandInput,
12
+ CreateAgentCommandOutput,
13
+ } from "../commands/CreateAgentCommand";
14
+ import {
15
+ CreateLocationEfsCommandInput,
16
+ CreateLocationEfsCommandOutput,
17
+ } from "../commands/CreateLocationEfsCommand";
18
+ import {
19
+ CreateLocationFsxLustreCommandInput,
20
+ CreateLocationFsxLustreCommandOutput,
21
+ } from "../commands/CreateLocationFsxLustreCommand";
22
+ import {
23
+ CreateLocationFsxOntapCommandInput,
24
+ CreateLocationFsxOntapCommandOutput,
25
+ } from "../commands/CreateLocationFsxOntapCommand";
26
+ import {
27
+ CreateLocationFsxOpenZfsCommandInput,
28
+ CreateLocationFsxOpenZfsCommandOutput,
29
+ } from "../commands/CreateLocationFsxOpenZfsCommand";
30
+ import {
31
+ CreateLocationFsxWindowsCommandInput,
32
+ CreateLocationFsxWindowsCommandOutput,
33
+ } from "../commands/CreateLocationFsxWindowsCommand";
34
+ import {
35
+ CreateLocationHdfsCommandInput,
36
+ CreateLocationHdfsCommandOutput,
37
+ } from "../commands/CreateLocationHdfsCommand";
38
+ import {
39
+ CreateLocationNfsCommandInput,
40
+ CreateLocationNfsCommandOutput,
41
+ } from "../commands/CreateLocationNfsCommand";
42
+ import {
43
+ CreateLocationObjectStorageCommandInput,
44
+ CreateLocationObjectStorageCommandOutput,
45
+ } from "../commands/CreateLocationObjectStorageCommand";
46
+ import {
47
+ CreateLocationS3CommandInput,
48
+ CreateLocationS3CommandOutput,
49
+ } from "../commands/CreateLocationS3Command";
50
+ import {
51
+ CreateLocationSmbCommandInput,
52
+ CreateLocationSmbCommandOutput,
53
+ } from "../commands/CreateLocationSmbCommand";
54
+ import {
55
+ CreateTaskCommandInput,
56
+ CreateTaskCommandOutput,
57
+ } from "../commands/CreateTaskCommand";
58
+ import {
59
+ DeleteAgentCommandInput,
60
+ DeleteAgentCommandOutput,
61
+ } from "../commands/DeleteAgentCommand";
62
+ import {
63
+ DeleteLocationCommandInput,
64
+ DeleteLocationCommandOutput,
65
+ } from "../commands/DeleteLocationCommand";
66
+ import {
67
+ DeleteTaskCommandInput,
68
+ DeleteTaskCommandOutput,
69
+ } from "../commands/DeleteTaskCommand";
70
+ import {
71
+ DescribeAgentCommandInput,
72
+ DescribeAgentCommandOutput,
73
+ } from "../commands/DescribeAgentCommand";
74
+ import {
75
+ DescribeLocationEfsCommandInput,
76
+ DescribeLocationEfsCommandOutput,
77
+ } from "../commands/DescribeLocationEfsCommand";
78
+ import {
79
+ DescribeLocationFsxLustreCommandInput,
80
+ DescribeLocationFsxLustreCommandOutput,
81
+ } from "../commands/DescribeLocationFsxLustreCommand";
82
+ import {
83
+ DescribeLocationFsxOntapCommandInput,
84
+ DescribeLocationFsxOntapCommandOutput,
85
+ } from "../commands/DescribeLocationFsxOntapCommand";
86
+ import {
87
+ DescribeLocationFsxOpenZfsCommandInput,
88
+ DescribeLocationFsxOpenZfsCommandOutput,
89
+ } from "../commands/DescribeLocationFsxOpenZfsCommand";
90
+ import {
91
+ DescribeLocationFsxWindowsCommandInput,
92
+ DescribeLocationFsxWindowsCommandOutput,
93
+ } from "../commands/DescribeLocationFsxWindowsCommand";
94
+ import {
95
+ DescribeLocationHdfsCommandInput,
96
+ DescribeLocationHdfsCommandOutput,
97
+ } from "../commands/DescribeLocationHdfsCommand";
98
+ import {
99
+ DescribeLocationNfsCommandInput,
100
+ DescribeLocationNfsCommandOutput,
101
+ } from "../commands/DescribeLocationNfsCommand";
102
+ import {
103
+ DescribeLocationObjectStorageCommandInput,
104
+ DescribeLocationObjectStorageCommandOutput,
105
+ } from "../commands/DescribeLocationObjectStorageCommand";
106
+ import {
107
+ DescribeLocationS3CommandInput,
108
+ DescribeLocationS3CommandOutput,
109
+ } from "../commands/DescribeLocationS3Command";
110
+ import {
111
+ DescribeLocationSmbCommandInput,
112
+ DescribeLocationSmbCommandOutput,
113
+ } from "../commands/DescribeLocationSmbCommand";
114
+ import {
115
+ DescribeTaskCommandInput,
116
+ DescribeTaskCommandOutput,
117
+ } from "../commands/DescribeTaskCommand";
118
+ import {
119
+ DescribeTaskExecutionCommandInput,
120
+ DescribeTaskExecutionCommandOutput,
121
+ } from "../commands/DescribeTaskExecutionCommand";
122
+ import {
123
+ ListAgentsCommandInput,
124
+ ListAgentsCommandOutput,
125
+ } from "../commands/ListAgentsCommand";
126
+ import {
127
+ ListLocationsCommandInput,
128
+ ListLocationsCommandOutput,
129
+ } from "../commands/ListLocationsCommand";
130
+ import {
131
+ ListTagsForResourceCommandInput,
132
+ ListTagsForResourceCommandOutput,
133
+ } from "../commands/ListTagsForResourceCommand";
134
+ import {
135
+ ListTaskExecutionsCommandInput,
136
+ ListTaskExecutionsCommandOutput,
137
+ } from "../commands/ListTaskExecutionsCommand";
138
+ import {
139
+ ListTasksCommandInput,
140
+ ListTasksCommandOutput,
141
+ } from "../commands/ListTasksCommand";
142
+ import {
143
+ StartTaskExecutionCommandInput,
144
+ StartTaskExecutionCommandOutput,
145
+ } from "../commands/StartTaskExecutionCommand";
146
+ import {
147
+ TagResourceCommandInput,
148
+ TagResourceCommandOutput,
149
+ } from "../commands/TagResourceCommand";
150
+ import {
151
+ UntagResourceCommandInput,
152
+ UntagResourceCommandOutput,
153
+ } from "../commands/UntagResourceCommand";
154
+ import {
155
+ UpdateAgentCommandInput,
156
+ UpdateAgentCommandOutput,
157
+ } from "../commands/UpdateAgentCommand";
158
+ import {
159
+ UpdateLocationHdfsCommandInput,
160
+ UpdateLocationHdfsCommandOutput,
161
+ } from "../commands/UpdateLocationHdfsCommand";
162
+ import {
163
+ UpdateLocationNfsCommandInput,
164
+ UpdateLocationNfsCommandOutput,
165
+ } from "../commands/UpdateLocationNfsCommand";
166
+ import {
167
+ UpdateLocationObjectStorageCommandInput,
168
+ UpdateLocationObjectStorageCommandOutput,
169
+ } from "../commands/UpdateLocationObjectStorageCommand";
170
+ import {
171
+ UpdateLocationSmbCommandInput,
172
+ UpdateLocationSmbCommandOutput,
173
+ } from "../commands/UpdateLocationSmbCommand";
174
+ import {
175
+ UpdateTaskCommandInput,
176
+ UpdateTaskCommandOutput,
177
+ } from "../commands/UpdateTaskCommand";
178
+ import {
179
+ UpdateTaskExecutionCommandInput,
180
+ UpdateTaskExecutionCommandOutput,
181
+ } from "../commands/UpdateTaskExecutionCommand";
182
+ export declare const serializeAws_json1_1CancelTaskExecutionCommand: (
183
+ input: CancelTaskExecutionCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_json1_1CreateAgentCommand: (
187
+ input: CreateAgentCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_json1_1CreateLocationEfsCommand: (
191
+ input: CreateLocationEfsCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_json1_1CreateLocationFsxLustreCommand: (
195
+ input: CreateLocationFsxLustreCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_json1_1CreateLocationFsxOntapCommand: (
199
+ input: CreateLocationFsxOntapCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_json1_1CreateLocationFsxOpenZfsCommand: (
203
+ input: CreateLocationFsxOpenZfsCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_1CreateLocationFsxWindowsCommand: (
207
+ input: CreateLocationFsxWindowsCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_json1_1CreateLocationHdfsCommand: (
211
+ input: CreateLocationHdfsCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_json1_1CreateLocationNfsCommand: (
215
+ input: CreateLocationNfsCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_1CreateLocationObjectStorageCommand: (
219
+ input: CreateLocationObjectStorageCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_1CreateLocationS3Command: (
223
+ input: CreateLocationS3CommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_1CreateLocationSmbCommand: (
227
+ input: CreateLocationSmbCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1CreateTaskCommand: (
231
+ input: CreateTaskCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_1DeleteAgentCommand: (
235
+ input: DeleteAgentCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_1DeleteLocationCommand: (
239
+ input: DeleteLocationCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_1DeleteTaskCommand: (
243
+ input: DeleteTaskCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_1DescribeAgentCommand: (
247
+ input: DescribeAgentCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1DescribeLocationEfsCommand: (
251
+ input: DescribeLocationEfsCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_1DescribeLocationFsxLustreCommand: (
255
+ input: DescribeLocationFsxLustreCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_1DescribeLocationFsxOntapCommand: (
259
+ input: DescribeLocationFsxOntapCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1DescribeLocationFsxOpenZfsCommand: (
263
+ input: DescribeLocationFsxOpenZfsCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1DescribeLocationFsxWindowsCommand: (
267
+ input: DescribeLocationFsxWindowsCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1DescribeLocationHdfsCommand: (
271
+ input: DescribeLocationHdfsCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1DescribeLocationNfsCommand: (
275
+ input: DescribeLocationNfsCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1DescribeLocationObjectStorageCommand: (
279
+ input: DescribeLocationObjectStorageCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1DescribeLocationS3Command: (
283
+ input: DescribeLocationS3CommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1DescribeLocationSmbCommand: (
287
+ input: DescribeLocationSmbCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1DescribeTaskCommand: (
291
+ input: DescribeTaskCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1DescribeTaskExecutionCommand: (
295
+ input: DescribeTaskExecutionCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1ListAgentsCommand: (
299
+ input: ListAgentsCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1ListLocationsCommand: (
303
+ input: ListLocationsCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
307
+ input: ListTagsForResourceCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1ListTaskExecutionsCommand: (
311
+ input: ListTaskExecutionsCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1ListTasksCommand: (
315
+ input: ListTasksCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_json1_1StartTaskExecutionCommand: (
319
+ input: StartTaskExecutionCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_1TagResourceCommand: (
323
+ input: TagResourceCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_json1_1UntagResourceCommand: (
327
+ input: UntagResourceCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1UpdateAgentCommand: (
331
+ input: UpdateAgentCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_json1_1UpdateLocationHdfsCommand: (
335
+ input: UpdateLocationHdfsCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_json1_1UpdateLocationNfsCommand: (
339
+ input: UpdateLocationNfsCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_json1_1UpdateLocationObjectStorageCommand: (
343
+ input: UpdateLocationObjectStorageCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_json1_1UpdateLocationSmbCommand: (
347
+ input: UpdateLocationSmbCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_json1_1UpdateTaskCommand: (
351
+ input: UpdateTaskCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1UpdateTaskExecutionCommand: (
355
+ input: UpdateTaskExecutionCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const deserializeAws_json1_1CancelTaskExecutionCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<CancelTaskExecutionCommandOutput>;
362
+ export declare const deserializeAws_json1_1CreateAgentCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<CreateAgentCommandOutput>;
366
+ export declare const deserializeAws_json1_1CreateLocationEfsCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<CreateLocationEfsCommandOutput>;
370
+ export declare const deserializeAws_json1_1CreateLocationFsxLustreCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<CreateLocationFsxLustreCommandOutput>;
374
+ export declare const deserializeAws_json1_1CreateLocationFsxOntapCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<CreateLocationFsxOntapCommandOutput>;
378
+ export declare const deserializeAws_json1_1CreateLocationFsxOpenZfsCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<CreateLocationFsxOpenZfsCommandOutput>;
382
+ export declare const deserializeAws_json1_1CreateLocationFsxWindowsCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<CreateLocationFsxWindowsCommandOutput>;
386
+ export declare const deserializeAws_json1_1CreateLocationHdfsCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<CreateLocationHdfsCommandOutput>;
390
+ export declare const deserializeAws_json1_1CreateLocationNfsCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<CreateLocationNfsCommandOutput>;
394
+ export declare const deserializeAws_json1_1CreateLocationObjectStorageCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<CreateLocationObjectStorageCommandOutput>;
398
+ export declare const deserializeAws_json1_1CreateLocationS3Command: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<CreateLocationS3CommandOutput>;
402
+ export declare const deserializeAws_json1_1CreateLocationSmbCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<CreateLocationSmbCommandOutput>;
406
+ export declare const deserializeAws_json1_1CreateTaskCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<CreateTaskCommandOutput>;
410
+ export declare const deserializeAws_json1_1DeleteAgentCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<DeleteAgentCommandOutput>;
414
+ export declare const deserializeAws_json1_1DeleteLocationCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<DeleteLocationCommandOutput>;
418
+ export declare const deserializeAws_json1_1DeleteTaskCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<DeleteTaskCommandOutput>;
422
+ export declare const deserializeAws_json1_1DescribeAgentCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<DescribeAgentCommandOutput>;
426
+ export declare const deserializeAws_json1_1DescribeLocationEfsCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<DescribeLocationEfsCommandOutput>;
430
+ export declare const deserializeAws_json1_1DescribeLocationFsxLustreCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<DescribeLocationFsxLustreCommandOutput>;
434
+ export declare const deserializeAws_json1_1DescribeLocationFsxOntapCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<DescribeLocationFsxOntapCommandOutput>;
438
+ export declare const deserializeAws_json1_1DescribeLocationFsxOpenZfsCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<DescribeLocationFsxOpenZfsCommandOutput>;
442
+ export declare const deserializeAws_json1_1DescribeLocationFsxWindowsCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<DescribeLocationFsxWindowsCommandOutput>;
446
+ export declare const deserializeAws_json1_1DescribeLocationHdfsCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<DescribeLocationHdfsCommandOutput>;
450
+ export declare const deserializeAws_json1_1DescribeLocationNfsCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<DescribeLocationNfsCommandOutput>;
454
+ export declare const deserializeAws_json1_1DescribeLocationObjectStorageCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<DescribeLocationObjectStorageCommandOutput>;
458
+ export declare const deserializeAws_json1_1DescribeLocationS3Command: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<DescribeLocationS3CommandOutput>;
462
+ export declare const deserializeAws_json1_1DescribeLocationSmbCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<DescribeLocationSmbCommandOutput>;
466
+ export declare const deserializeAws_json1_1DescribeTaskCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<DescribeTaskCommandOutput>;
470
+ export declare const deserializeAws_json1_1DescribeTaskExecutionCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<DescribeTaskExecutionCommandOutput>;
474
+ export declare const deserializeAws_json1_1ListAgentsCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<ListAgentsCommandOutput>;
478
+ export declare const deserializeAws_json1_1ListLocationsCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<ListLocationsCommandOutput>;
482
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<ListTagsForResourceCommandOutput>;
486
+ export declare const deserializeAws_json1_1ListTaskExecutionsCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<ListTaskExecutionsCommandOutput>;
490
+ export declare const deserializeAws_json1_1ListTasksCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<ListTasksCommandOutput>;
494
+ export declare const deserializeAws_json1_1StartTaskExecutionCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<StartTaskExecutionCommandOutput>;
498
+ export declare const deserializeAws_json1_1TagResourceCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<TagResourceCommandOutput>;
502
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<UntagResourceCommandOutput>;
506
+ export declare const deserializeAws_json1_1UpdateAgentCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<UpdateAgentCommandOutput>;
510
+ export declare const deserializeAws_json1_1UpdateLocationHdfsCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<UpdateLocationHdfsCommandOutput>;
514
+ export declare const deserializeAws_json1_1UpdateLocationNfsCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<UpdateLocationNfsCommandOutput>;
518
+ export declare const deserializeAws_json1_1UpdateLocationObjectStorageCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<UpdateLocationObjectStorageCommandOutput>;
522
+ export declare const deserializeAws_json1_1UpdateLocationSmbCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<UpdateLocationSmbCommandOutput>;
526
+ export declare const deserializeAws_json1_1UpdateTaskCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<UpdateTaskCommandOutput>;
530
+ export declare const deserializeAws_json1_1UpdateTaskExecutionCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<UpdateTaskExecutionCommandOutput>;