@aws-sdk/client-datasync 3.168.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 +16 -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,117 +1,393 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CancelTaskExecutionCommandInput,
|
|
47
|
+
CancelTaskExecutionCommandOutput,
|
|
48
|
+
} from "./commands/CancelTaskExecutionCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateAgentCommandInput,
|
|
51
|
+
CreateAgentCommandOutput,
|
|
52
|
+
} from "./commands/CreateAgentCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateLocationEfsCommandInput,
|
|
55
|
+
CreateLocationEfsCommandOutput,
|
|
56
|
+
} from "./commands/CreateLocationEfsCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateLocationFsxLustreCommandInput,
|
|
59
|
+
CreateLocationFsxLustreCommandOutput,
|
|
60
|
+
} from "./commands/CreateLocationFsxLustreCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateLocationFsxOntapCommandInput,
|
|
63
|
+
CreateLocationFsxOntapCommandOutput,
|
|
64
|
+
} from "./commands/CreateLocationFsxOntapCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateLocationFsxOpenZfsCommandInput,
|
|
67
|
+
CreateLocationFsxOpenZfsCommandOutput,
|
|
68
|
+
} from "./commands/CreateLocationFsxOpenZfsCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateLocationFsxWindowsCommandInput,
|
|
71
|
+
CreateLocationFsxWindowsCommandOutput,
|
|
72
|
+
} from "./commands/CreateLocationFsxWindowsCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateLocationHdfsCommandInput,
|
|
75
|
+
CreateLocationHdfsCommandOutput,
|
|
76
|
+
} from "./commands/CreateLocationHdfsCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateLocationNfsCommandInput,
|
|
79
|
+
CreateLocationNfsCommandOutput,
|
|
80
|
+
} from "./commands/CreateLocationNfsCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateLocationObjectStorageCommandInput,
|
|
83
|
+
CreateLocationObjectStorageCommandOutput,
|
|
84
|
+
} from "./commands/CreateLocationObjectStorageCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateLocationS3CommandInput,
|
|
87
|
+
CreateLocationS3CommandOutput,
|
|
88
|
+
} from "./commands/CreateLocationS3Command";
|
|
89
|
+
import {
|
|
90
|
+
CreateLocationSmbCommandInput,
|
|
91
|
+
CreateLocationSmbCommandOutput,
|
|
92
|
+
} from "./commands/CreateLocationSmbCommand";
|
|
93
|
+
import {
|
|
94
|
+
CreateTaskCommandInput,
|
|
95
|
+
CreateTaskCommandOutput,
|
|
96
|
+
} from "./commands/CreateTaskCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteAgentCommandInput,
|
|
99
|
+
DeleteAgentCommandOutput,
|
|
100
|
+
} from "./commands/DeleteAgentCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteLocationCommandInput,
|
|
103
|
+
DeleteLocationCommandOutput,
|
|
104
|
+
} from "./commands/DeleteLocationCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteTaskCommandInput,
|
|
107
|
+
DeleteTaskCommandOutput,
|
|
108
|
+
} from "./commands/DeleteTaskCommand";
|
|
109
|
+
import {
|
|
110
|
+
DescribeAgentCommandInput,
|
|
111
|
+
DescribeAgentCommandOutput,
|
|
112
|
+
} from "./commands/DescribeAgentCommand";
|
|
113
|
+
import {
|
|
114
|
+
DescribeLocationEfsCommandInput,
|
|
115
|
+
DescribeLocationEfsCommandOutput,
|
|
116
|
+
} from "./commands/DescribeLocationEfsCommand";
|
|
117
|
+
import {
|
|
118
|
+
DescribeLocationFsxLustreCommandInput,
|
|
119
|
+
DescribeLocationFsxLustreCommandOutput,
|
|
120
|
+
} from "./commands/DescribeLocationFsxLustreCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeLocationFsxOntapCommandInput,
|
|
123
|
+
DescribeLocationFsxOntapCommandOutput,
|
|
124
|
+
} from "./commands/DescribeLocationFsxOntapCommand";
|
|
125
|
+
import {
|
|
126
|
+
DescribeLocationFsxOpenZfsCommandInput,
|
|
127
|
+
DescribeLocationFsxOpenZfsCommandOutput,
|
|
128
|
+
} from "./commands/DescribeLocationFsxOpenZfsCommand";
|
|
129
|
+
import {
|
|
130
|
+
DescribeLocationFsxWindowsCommandInput,
|
|
131
|
+
DescribeLocationFsxWindowsCommandOutput,
|
|
132
|
+
} from "./commands/DescribeLocationFsxWindowsCommand";
|
|
133
|
+
import {
|
|
134
|
+
DescribeLocationHdfsCommandInput,
|
|
135
|
+
DescribeLocationHdfsCommandOutput,
|
|
136
|
+
} from "./commands/DescribeLocationHdfsCommand";
|
|
137
|
+
import {
|
|
138
|
+
DescribeLocationNfsCommandInput,
|
|
139
|
+
DescribeLocationNfsCommandOutput,
|
|
140
|
+
} from "./commands/DescribeLocationNfsCommand";
|
|
141
|
+
import {
|
|
142
|
+
DescribeLocationObjectStorageCommandInput,
|
|
143
|
+
DescribeLocationObjectStorageCommandOutput,
|
|
144
|
+
} from "./commands/DescribeLocationObjectStorageCommand";
|
|
145
|
+
import {
|
|
146
|
+
DescribeLocationS3CommandInput,
|
|
147
|
+
DescribeLocationS3CommandOutput,
|
|
148
|
+
} from "./commands/DescribeLocationS3Command";
|
|
149
|
+
import {
|
|
150
|
+
DescribeLocationSmbCommandInput,
|
|
151
|
+
DescribeLocationSmbCommandOutput,
|
|
152
|
+
} from "./commands/DescribeLocationSmbCommand";
|
|
153
|
+
import {
|
|
154
|
+
DescribeTaskCommandInput,
|
|
155
|
+
DescribeTaskCommandOutput,
|
|
156
|
+
} from "./commands/DescribeTaskCommand";
|
|
157
|
+
import {
|
|
158
|
+
DescribeTaskExecutionCommandInput,
|
|
159
|
+
DescribeTaskExecutionCommandOutput,
|
|
160
|
+
} from "./commands/DescribeTaskExecutionCommand";
|
|
161
|
+
import {
|
|
162
|
+
ListAgentsCommandInput,
|
|
163
|
+
ListAgentsCommandOutput,
|
|
164
|
+
} from "./commands/ListAgentsCommand";
|
|
165
|
+
import {
|
|
166
|
+
ListLocationsCommandInput,
|
|
167
|
+
ListLocationsCommandOutput,
|
|
168
|
+
} from "./commands/ListLocationsCommand";
|
|
169
|
+
import {
|
|
170
|
+
ListTagsForResourceCommandInput,
|
|
171
|
+
ListTagsForResourceCommandOutput,
|
|
172
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
173
|
+
import {
|
|
174
|
+
ListTaskExecutionsCommandInput,
|
|
175
|
+
ListTaskExecutionsCommandOutput,
|
|
176
|
+
} from "./commands/ListTaskExecutionsCommand";
|
|
177
|
+
import {
|
|
178
|
+
ListTasksCommandInput,
|
|
179
|
+
ListTasksCommandOutput,
|
|
180
|
+
} from "./commands/ListTasksCommand";
|
|
181
|
+
import {
|
|
182
|
+
StartTaskExecutionCommandInput,
|
|
183
|
+
StartTaskExecutionCommandOutput,
|
|
184
|
+
} from "./commands/StartTaskExecutionCommand";
|
|
185
|
+
import {
|
|
186
|
+
TagResourceCommandInput,
|
|
187
|
+
TagResourceCommandOutput,
|
|
188
|
+
} from "./commands/TagResourceCommand";
|
|
189
|
+
import {
|
|
190
|
+
UntagResourceCommandInput,
|
|
191
|
+
UntagResourceCommandOutput,
|
|
192
|
+
} from "./commands/UntagResourceCommand";
|
|
193
|
+
import {
|
|
194
|
+
UpdateAgentCommandInput,
|
|
195
|
+
UpdateAgentCommandOutput,
|
|
196
|
+
} from "./commands/UpdateAgentCommand";
|
|
197
|
+
import {
|
|
198
|
+
UpdateLocationHdfsCommandInput,
|
|
199
|
+
UpdateLocationHdfsCommandOutput,
|
|
200
|
+
} from "./commands/UpdateLocationHdfsCommand";
|
|
201
|
+
import {
|
|
202
|
+
UpdateLocationNfsCommandInput,
|
|
203
|
+
UpdateLocationNfsCommandOutput,
|
|
204
|
+
} from "./commands/UpdateLocationNfsCommand";
|
|
205
|
+
import {
|
|
206
|
+
UpdateLocationObjectStorageCommandInput,
|
|
207
|
+
UpdateLocationObjectStorageCommandOutput,
|
|
208
|
+
} from "./commands/UpdateLocationObjectStorageCommand";
|
|
209
|
+
import {
|
|
210
|
+
UpdateLocationSmbCommandInput,
|
|
211
|
+
UpdateLocationSmbCommandOutput,
|
|
212
|
+
} from "./commands/UpdateLocationSmbCommand";
|
|
213
|
+
import {
|
|
214
|
+
UpdateTaskCommandInput,
|
|
215
|
+
UpdateTaskCommandOutput,
|
|
216
|
+
} from "./commands/UpdateTaskCommand";
|
|
217
|
+
import {
|
|
218
|
+
UpdateTaskExecutionCommandInput,
|
|
219
|
+
UpdateTaskExecutionCommandOutput,
|
|
220
|
+
} from "./commands/UpdateTaskExecutionCommand";
|
|
221
|
+
export declare type ServiceInputTypes =
|
|
222
|
+
| CancelTaskExecutionCommandInput
|
|
223
|
+
| CreateAgentCommandInput
|
|
224
|
+
| CreateLocationEfsCommandInput
|
|
225
|
+
| CreateLocationFsxLustreCommandInput
|
|
226
|
+
| CreateLocationFsxOntapCommandInput
|
|
227
|
+
| CreateLocationFsxOpenZfsCommandInput
|
|
228
|
+
| CreateLocationFsxWindowsCommandInput
|
|
229
|
+
| CreateLocationHdfsCommandInput
|
|
230
|
+
| CreateLocationNfsCommandInput
|
|
231
|
+
| CreateLocationObjectStorageCommandInput
|
|
232
|
+
| CreateLocationS3CommandInput
|
|
233
|
+
| CreateLocationSmbCommandInput
|
|
234
|
+
| CreateTaskCommandInput
|
|
235
|
+
| DeleteAgentCommandInput
|
|
236
|
+
| DeleteLocationCommandInput
|
|
237
|
+
| DeleteTaskCommandInput
|
|
238
|
+
| DescribeAgentCommandInput
|
|
239
|
+
| DescribeLocationEfsCommandInput
|
|
240
|
+
| DescribeLocationFsxLustreCommandInput
|
|
241
|
+
| DescribeLocationFsxOntapCommandInput
|
|
242
|
+
| DescribeLocationFsxOpenZfsCommandInput
|
|
243
|
+
| DescribeLocationFsxWindowsCommandInput
|
|
244
|
+
| DescribeLocationHdfsCommandInput
|
|
245
|
+
| DescribeLocationNfsCommandInput
|
|
246
|
+
| DescribeLocationObjectStorageCommandInput
|
|
247
|
+
| DescribeLocationS3CommandInput
|
|
248
|
+
| DescribeLocationSmbCommandInput
|
|
249
|
+
| DescribeTaskCommandInput
|
|
250
|
+
| DescribeTaskExecutionCommandInput
|
|
251
|
+
| ListAgentsCommandInput
|
|
252
|
+
| ListLocationsCommandInput
|
|
253
|
+
| ListTagsForResourceCommandInput
|
|
254
|
+
| ListTaskExecutionsCommandInput
|
|
255
|
+
| ListTasksCommandInput
|
|
256
|
+
| StartTaskExecutionCommandInput
|
|
257
|
+
| TagResourceCommandInput
|
|
258
|
+
| UntagResourceCommandInput
|
|
259
|
+
| UpdateAgentCommandInput
|
|
260
|
+
| UpdateLocationHdfsCommandInput
|
|
261
|
+
| UpdateLocationNfsCommandInput
|
|
262
|
+
| UpdateLocationObjectStorageCommandInput
|
|
263
|
+
| UpdateLocationSmbCommandInput
|
|
264
|
+
| UpdateTaskCommandInput
|
|
265
|
+
| UpdateTaskExecutionCommandInput;
|
|
266
|
+
export declare type ServiceOutputTypes =
|
|
267
|
+
| CancelTaskExecutionCommandOutput
|
|
268
|
+
| CreateAgentCommandOutput
|
|
269
|
+
| CreateLocationEfsCommandOutput
|
|
270
|
+
| CreateLocationFsxLustreCommandOutput
|
|
271
|
+
| CreateLocationFsxOntapCommandOutput
|
|
272
|
+
| CreateLocationFsxOpenZfsCommandOutput
|
|
273
|
+
| CreateLocationFsxWindowsCommandOutput
|
|
274
|
+
| CreateLocationHdfsCommandOutput
|
|
275
|
+
| CreateLocationNfsCommandOutput
|
|
276
|
+
| CreateLocationObjectStorageCommandOutput
|
|
277
|
+
| CreateLocationS3CommandOutput
|
|
278
|
+
| CreateLocationSmbCommandOutput
|
|
279
|
+
| CreateTaskCommandOutput
|
|
280
|
+
| DeleteAgentCommandOutput
|
|
281
|
+
| DeleteLocationCommandOutput
|
|
282
|
+
| DeleteTaskCommandOutput
|
|
283
|
+
| DescribeAgentCommandOutput
|
|
284
|
+
| DescribeLocationEfsCommandOutput
|
|
285
|
+
| DescribeLocationFsxLustreCommandOutput
|
|
286
|
+
| DescribeLocationFsxOntapCommandOutput
|
|
287
|
+
| DescribeLocationFsxOpenZfsCommandOutput
|
|
288
|
+
| DescribeLocationFsxWindowsCommandOutput
|
|
289
|
+
| DescribeLocationHdfsCommandOutput
|
|
290
|
+
| DescribeLocationNfsCommandOutput
|
|
291
|
+
| DescribeLocationObjectStorageCommandOutput
|
|
292
|
+
| DescribeLocationS3CommandOutput
|
|
293
|
+
| DescribeLocationSmbCommandOutput
|
|
294
|
+
| DescribeTaskCommandOutput
|
|
295
|
+
| DescribeTaskExecutionCommandOutput
|
|
296
|
+
| ListAgentsCommandOutput
|
|
297
|
+
| ListLocationsCommandOutput
|
|
298
|
+
| ListTagsForResourceCommandOutput
|
|
299
|
+
| ListTaskExecutionsCommandOutput
|
|
300
|
+
| ListTasksCommandOutput
|
|
301
|
+
| StartTaskExecutionCommandOutput
|
|
302
|
+
| TagResourceCommandOutput
|
|
303
|
+
| UntagResourceCommandOutput
|
|
304
|
+
| UpdateAgentCommandOutput
|
|
305
|
+
| UpdateLocationHdfsCommandOutput
|
|
306
|
+
| UpdateLocationNfsCommandOutput
|
|
307
|
+
| UpdateLocationObjectStorageCommandOutput
|
|
308
|
+
| UpdateLocationSmbCommandOutput
|
|
309
|
+
| UpdateTaskCommandOutput
|
|
310
|
+
| UpdateTaskExecutionCommandOutput;
|
|
311
|
+
export interface ClientDefaults
|
|
312
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
313
|
+
requestHandler?: __HttpHandler;
|
|
314
|
+
|
|
315
|
+
sha256?: __HashConstructor;
|
|
316
|
+
|
|
317
|
+
urlParser?: __UrlParser;
|
|
318
|
+
|
|
319
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
320
|
+
|
|
321
|
+
streamCollector?: __StreamCollector;
|
|
322
|
+
|
|
323
|
+
base64Decoder?: __Decoder;
|
|
324
|
+
|
|
325
|
+
base64Encoder?: __Encoder;
|
|
326
|
+
|
|
327
|
+
utf8Decoder?: __Decoder;
|
|
328
|
+
|
|
329
|
+
utf8Encoder?: __Encoder;
|
|
330
|
+
|
|
331
|
+
runtime?: string;
|
|
332
|
+
|
|
333
|
+
disableHostPrefix?: boolean;
|
|
334
|
+
|
|
335
|
+
maxAttempts?: number | __Provider<number>;
|
|
336
|
+
|
|
337
|
+
retryMode?: string | __Provider<string>;
|
|
338
|
+
|
|
339
|
+
logger?: __Logger;
|
|
340
|
+
|
|
341
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
342
|
+
|
|
343
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
344
|
+
|
|
345
|
+
serviceId?: string;
|
|
346
|
+
|
|
347
|
+
region?: string | __Provider<string>;
|
|
348
|
+
|
|
349
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
350
|
+
|
|
351
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
352
|
+
|
|
353
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
354
|
+
|
|
355
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
356
|
+
}
|
|
357
|
+
declare type DataSyncClientConfigType = Partial<
|
|
358
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
359
|
+
> &
|
|
360
|
+
ClientDefaults &
|
|
361
|
+
RegionInputConfig &
|
|
362
|
+
EndpointsInputConfig &
|
|
363
|
+
RetryInputConfig &
|
|
364
|
+
HostHeaderInputConfig &
|
|
365
|
+
AwsAuthInputConfig &
|
|
366
|
+
UserAgentInputConfig;
|
|
367
|
+
|
|
368
|
+
export interface DataSyncClientConfig extends DataSyncClientConfigType {}
|
|
369
|
+
declare type DataSyncClientResolvedConfigType =
|
|
370
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
371
|
+
Required<ClientDefaults> &
|
|
372
|
+
RegionResolvedConfig &
|
|
373
|
+
EndpointsResolvedConfig &
|
|
374
|
+
RetryResolvedConfig &
|
|
375
|
+
HostHeaderResolvedConfig &
|
|
376
|
+
AwsAuthResolvedConfig &
|
|
377
|
+
UserAgentResolvedConfig;
|
|
378
|
+
|
|
379
|
+
export interface DataSyncClientResolvedConfig
|
|
380
|
+
extends DataSyncClientResolvedConfigType {}
|
|
381
|
+
|
|
382
|
+
export declare class DataSyncClient extends __Client<
|
|
383
|
+
__HttpHandlerOptions,
|
|
384
|
+
ServiceInputTypes,
|
|
385
|
+
ServiceOutputTypes,
|
|
386
|
+
DataSyncClientResolvedConfig
|
|
387
|
+
> {
|
|
388
|
+
readonly config: DataSyncClientResolvedConfig;
|
|
389
|
+
constructor(configuration: DataSyncClientConfig);
|
|
390
|
+
|
|
391
|
+
destroy(): void;
|
|
392
|
+
}
|
|
393
|
+
export {};
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DataSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DataSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
CancelTaskExecutionRequest,
|
|
15
|
+
CancelTaskExecutionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CancelTaskExecutionCommandInput
|
|
18
|
+
extends CancelTaskExecutionRequest {}
|
|
19
|
+
export interface CancelTaskExecutionCommandOutput
|
|
20
|
+
extends CancelTaskExecutionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CancelTaskExecutionCommand extends $Command<
|
|
24
|
+
CancelTaskExecutionCommandInput,
|
|
25
|
+
CancelTaskExecutionCommandOutput,
|
|
26
|
+
DataSyncClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CancelTaskExecutionCommandInput;
|
|
29
|
+
constructor(input: CancelTaskExecutionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DataSyncClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DataSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DataSyncClient";
|
|
13
|
+
import { CreateAgentRequest, CreateAgentResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateAgentCommandInput extends CreateAgentRequest {}
|
|
15
|
+
export interface CreateAgentCommandOutput
|
|
16
|
+
extends CreateAgentResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateAgentCommand extends $Command<
|
|
20
|
+
CreateAgentCommandInput,
|
|
21
|
+
CreateAgentCommandOutput,
|
|
22
|
+
DataSyncClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateAgentCommandInput;
|
|
25
|
+
constructor(input: CreateAgentCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DataSyncClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateAgentCommandInput, CreateAgentCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|