@aws-sdk/client-datasync 3.169.0 → 3.170.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/DataSync.d.ts +796 -225
- package/dist-types/ts3.4/DataSyncClient.d.ts +393 -117
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +44 -44
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/DataSyncServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1494 -1402
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLocationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTaskExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +6 -6
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +533 -134
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,134 +1,533 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
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>;
|