@aws-sdk/client-datasync 3.47.1 → 3.50.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 +32 -0
- package/package.json +39 -33
- package/dist-types/ts3.4/DataSync.d.ts +0 -205
- package/dist-types/ts3.4/DataSyncClient.d.ts +0 -113
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -40
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1461
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListLocationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTaskExecutionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -6
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -122
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,1461 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
export declare enum AgentStatus {
|
|
3
|
-
OFFLINE = "OFFLINE",
|
|
4
|
-
ONLINE = "ONLINE"
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export interface AgentListEntry {
|
|
8
|
-
|
|
9
|
-
AgentArn?: string;
|
|
10
|
-
|
|
11
|
-
Name?: string;
|
|
12
|
-
|
|
13
|
-
Status?: AgentStatus | string;
|
|
14
|
-
}
|
|
15
|
-
export declare namespace AgentListEntry {
|
|
16
|
-
|
|
17
|
-
const filterSensitiveLog: (obj: AgentListEntry) => any;
|
|
18
|
-
}
|
|
19
|
-
export declare enum Atime {
|
|
20
|
-
BEST_EFFORT = "BEST_EFFORT",
|
|
21
|
-
NONE = "NONE"
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export interface CancelTaskExecutionRequest {
|
|
25
|
-
|
|
26
|
-
TaskExecutionArn: string | undefined;
|
|
27
|
-
}
|
|
28
|
-
export declare namespace CancelTaskExecutionRequest {
|
|
29
|
-
|
|
30
|
-
const filterSensitiveLog: (obj: CancelTaskExecutionRequest) => any;
|
|
31
|
-
}
|
|
32
|
-
export interface CancelTaskExecutionResponse {
|
|
33
|
-
}
|
|
34
|
-
export declare namespace CancelTaskExecutionResponse {
|
|
35
|
-
|
|
36
|
-
const filterSensitiveLog: (obj: CancelTaskExecutionResponse) => any;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export interface InternalException extends __SmithyException, $MetadataBearer {
|
|
40
|
-
name: "InternalException";
|
|
41
|
-
$fault: "server";
|
|
42
|
-
message?: string;
|
|
43
|
-
errorCode?: string;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
|
|
47
|
-
name: "InvalidRequestException";
|
|
48
|
-
$fault: "client";
|
|
49
|
-
message?: string;
|
|
50
|
-
errorCode?: string;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
export interface TagListEntry {
|
|
54
|
-
|
|
55
|
-
Key: string | undefined;
|
|
56
|
-
|
|
57
|
-
Value?: string;
|
|
58
|
-
}
|
|
59
|
-
export declare namespace TagListEntry {
|
|
60
|
-
|
|
61
|
-
const filterSensitiveLog: (obj: TagListEntry) => any;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
export interface CreateAgentRequest {
|
|
65
|
-
|
|
66
|
-
ActivationKey: string | undefined;
|
|
67
|
-
|
|
68
|
-
AgentName?: string;
|
|
69
|
-
|
|
70
|
-
Tags?: TagListEntry[];
|
|
71
|
-
|
|
72
|
-
VpcEndpointId?: string;
|
|
73
|
-
|
|
74
|
-
SubnetArns?: string[];
|
|
75
|
-
|
|
76
|
-
SecurityGroupArns?: string[];
|
|
77
|
-
}
|
|
78
|
-
export declare namespace CreateAgentRequest {
|
|
79
|
-
|
|
80
|
-
const filterSensitiveLog: (obj: CreateAgentRequest) => any;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
export interface CreateAgentResponse {
|
|
84
|
-
|
|
85
|
-
AgentArn?: string;
|
|
86
|
-
}
|
|
87
|
-
export declare namespace CreateAgentResponse {
|
|
88
|
-
|
|
89
|
-
const filterSensitiveLog: (obj: CreateAgentResponse) => any;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
export interface Ec2Config {
|
|
93
|
-
|
|
94
|
-
SubnetArn: string | undefined;
|
|
95
|
-
|
|
96
|
-
SecurityGroupArns: string[] | undefined;
|
|
97
|
-
}
|
|
98
|
-
export declare namespace Ec2Config {
|
|
99
|
-
|
|
100
|
-
const filterSensitiveLog: (obj: Ec2Config) => any;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
export interface CreateLocationEfsRequest {
|
|
104
|
-
|
|
105
|
-
Subdirectory?: string;
|
|
106
|
-
|
|
107
|
-
EfsFilesystemArn: string | undefined;
|
|
108
|
-
|
|
109
|
-
Ec2Config: Ec2Config | undefined;
|
|
110
|
-
|
|
111
|
-
Tags?: TagListEntry[];
|
|
112
|
-
}
|
|
113
|
-
export declare namespace CreateLocationEfsRequest {
|
|
114
|
-
|
|
115
|
-
const filterSensitiveLog: (obj: CreateLocationEfsRequest) => any;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
export interface CreateLocationEfsResponse {
|
|
119
|
-
|
|
120
|
-
LocationArn?: string;
|
|
121
|
-
}
|
|
122
|
-
export declare namespace CreateLocationEfsResponse {
|
|
123
|
-
|
|
124
|
-
const filterSensitiveLog: (obj: CreateLocationEfsResponse) => any;
|
|
125
|
-
}
|
|
126
|
-
export interface CreateLocationFsxLustreRequest {
|
|
127
|
-
|
|
128
|
-
FsxFilesystemArn: string | undefined;
|
|
129
|
-
|
|
130
|
-
SecurityGroupArns: string[] | undefined;
|
|
131
|
-
|
|
132
|
-
Subdirectory?: string;
|
|
133
|
-
|
|
134
|
-
Tags?: TagListEntry[];
|
|
135
|
-
}
|
|
136
|
-
export declare namespace CreateLocationFsxLustreRequest {
|
|
137
|
-
|
|
138
|
-
const filterSensitiveLog: (obj: CreateLocationFsxLustreRequest) => any;
|
|
139
|
-
}
|
|
140
|
-
export interface CreateLocationFsxLustreResponse {
|
|
141
|
-
|
|
142
|
-
LocationArn?: string;
|
|
143
|
-
}
|
|
144
|
-
export declare namespace CreateLocationFsxLustreResponse {
|
|
145
|
-
|
|
146
|
-
const filterSensitiveLog: (obj: CreateLocationFsxLustreResponse) => any;
|
|
147
|
-
}
|
|
148
|
-
export interface CreateLocationFsxWindowsRequest {
|
|
149
|
-
|
|
150
|
-
Subdirectory?: string;
|
|
151
|
-
|
|
152
|
-
FsxFilesystemArn: string | undefined;
|
|
153
|
-
|
|
154
|
-
SecurityGroupArns: string[] | undefined;
|
|
155
|
-
|
|
156
|
-
Tags?: TagListEntry[];
|
|
157
|
-
|
|
158
|
-
User: string | undefined;
|
|
159
|
-
|
|
160
|
-
Domain?: string;
|
|
161
|
-
|
|
162
|
-
Password: string | undefined;
|
|
163
|
-
}
|
|
164
|
-
export declare namespace CreateLocationFsxWindowsRequest {
|
|
165
|
-
|
|
166
|
-
const filterSensitiveLog: (obj: CreateLocationFsxWindowsRequest) => any;
|
|
167
|
-
}
|
|
168
|
-
export interface CreateLocationFsxWindowsResponse {
|
|
169
|
-
|
|
170
|
-
LocationArn?: string;
|
|
171
|
-
}
|
|
172
|
-
export declare namespace CreateLocationFsxWindowsResponse {
|
|
173
|
-
|
|
174
|
-
const filterSensitiveLog: (obj: CreateLocationFsxWindowsResponse) => any;
|
|
175
|
-
}
|
|
176
|
-
export declare enum HdfsAuthenticationType {
|
|
177
|
-
KERBEROS = "KERBEROS",
|
|
178
|
-
SIMPLE = "SIMPLE"
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
export interface HdfsNameNode {
|
|
182
|
-
|
|
183
|
-
Hostname: string | undefined;
|
|
184
|
-
|
|
185
|
-
Port: number | undefined;
|
|
186
|
-
}
|
|
187
|
-
export declare namespace HdfsNameNode {
|
|
188
|
-
|
|
189
|
-
const filterSensitiveLog: (obj: HdfsNameNode) => any;
|
|
190
|
-
}
|
|
191
|
-
export declare enum HdfsDataTransferProtection {
|
|
192
|
-
AUTHENTICATION = "AUTHENTICATION",
|
|
193
|
-
DISABLED = "DISABLED",
|
|
194
|
-
INTEGRITY = "INTEGRITY",
|
|
195
|
-
PRIVACY = "PRIVACY"
|
|
196
|
-
}
|
|
197
|
-
export declare enum HdfsRpcProtection {
|
|
198
|
-
AUTHENTICATION = "AUTHENTICATION",
|
|
199
|
-
DISABLED = "DISABLED",
|
|
200
|
-
INTEGRITY = "INTEGRITY",
|
|
201
|
-
PRIVACY = "PRIVACY"
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
export interface QopConfiguration {
|
|
205
|
-
|
|
206
|
-
RpcProtection?: HdfsRpcProtection | string;
|
|
207
|
-
|
|
208
|
-
DataTransferProtection?: HdfsDataTransferProtection | string;
|
|
209
|
-
}
|
|
210
|
-
export declare namespace QopConfiguration {
|
|
211
|
-
|
|
212
|
-
const filterSensitiveLog: (obj: QopConfiguration) => any;
|
|
213
|
-
}
|
|
214
|
-
export interface CreateLocationHdfsRequest {
|
|
215
|
-
|
|
216
|
-
Subdirectory?: string;
|
|
217
|
-
|
|
218
|
-
NameNodes: HdfsNameNode[] | undefined;
|
|
219
|
-
|
|
220
|
-
BlockSize?: number;
|
|
221
|
-
|
|
222
|
-
ReplicationFactor?: number;
|
|
223
|
-
|
|
224
|
-
KmsKeyProviderUri?: string;
|
|
225
|
-
|
|
226
|
-
QopConfiguration?: QopConfiguration;
|
|
227
|
-
|
|
228
|
-
AuthenticationType: HdfsAuthenticationType | string | undefined;
|
|
229
|
-
|
|
230
|
-
SimpleUser?: string;
|
|
231
|
-
|
|
232
|
-
KerberosPrincipal?: string;
|
|
233
|
-
|
|
234
|
-
KerberosKeytab?: Uint8Array;
|
|
235
|
-
|
|
236
|
-
KerberosKrb5Conf?: Uint8Array;
|
|
237
|
-
|
|
238
|
-
AgentArns: string[] | undefined;
|
|
239
|
-
|
|
240
|
-
Tags?: TagListEntry[];
|
|
241
|
-
}
|
|
242
|
-
export declare namespace CreateLocationHdfsRequest {
|
|
243
|
-
|
|
244
|
-
const filterSensitiveLog: (obj: CreateLocationHdfsRequest) => any;
|
|
245
|
-
}
|
|
246
|
-
export interface CreateLocationHdfsResponse {
|
|
247
|
-
|
|
248
|
-
LocationArn?: string;
|
|
249
|
-
}
|
|
250
|
-
export declare namespace CreateLocationHdfsResponse {
|
|
251
|
-
|
|
252
|
-
const filterSensitiveLog: (obj: CreateLocationHdfsResponse) => any;
|
|
253
|
-
}
|
|
254
|
-
export declare enum NfsVersion {
|
|
255
|
-
AUTOMATIC = "AUTOMATIC",
|
|
256
|
-
NFS3 = "NFS3",
|
|
257
|
-
NFS4_0 = "NFS4_0",
|
|
258
|
-
NFS4_1 = "NFS4_1"
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
export interface NfsMountOptions {
|
|
262
|
-
|
|
263
|
-
Version?: NfsVersion | string;
|
|
264
|
-
}
|
|
265
|
-
export declare namespace NfsMountOptions {
|
|
266
|
-
|
|
267
|
-
const filterSensitiveLog: (obj: NfsMountOptions) => any;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
export interface OnPremConfig {
|
|
271
|
-
|
|
272
|
-
AgentArns: string[] | undefined;
|
|
273
|
-
}
|
|
274
|
-
export declare namespace OnPremConfig {
|
|
275
|
-
|
|
276
|
-
const filterSensitiveLog: (obj: OnPremConfig) => any;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
export interface CreateLocationNfsRequest {
|
|
280
|
-
|
|
281
|
-
Subdirectory: string | undefined;
|
|
282
|
-
|
|
283
|
-
ServerHostname: string | undefined;
|
|
284
|
-
|
|
285
|
-
OnPremConfig: OnPremConfig | undefined;
|
|
286
|
-
|
|
287
|
-
MountOptions?: NfsMountOptions;
|
|
288
|
-
|
|
289
|
-
Tags?: TagListEntry[];
|
|
290
|
-
}
|
|
291
|
-
export declare namespace CreateLocationNfsRequest {
|
|
292
|
-
|
|
293
|
-
const filterSensitiveLog: (obj: CreateLocationNfsRequest) => any;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
export interface CreateLocationNfsResponse {
|
|
297
|
-
|
|
298
|
-
LocationArn?: string;
|
|
299
|
-
}
|
|
300
|
-
export declare namespace CreateLocationNfsResponse {
|
|
301
|
-
|
|
302
|
-
const filterSensitiveLog: (obj: CreateLocationNfsResponse) => any;
|
|
303
|
-
}
|
|
304
|
-
export declare enum ObjectStorageServerProtocol {
|
|
305
|
-
HTTP = "HTTP",
|
|
306
|
-
HTTPS = "HTTPS"
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
export interface CreateLocationObjectStorageRequest {
|
|
310
|
-
|
|
311
|
-
ServerHostname: string | undefined;
|
|
312
|
-
|
|
313
|
-
ServerPort?: number;
|
|
314
|
-
|
|
315
|
-
ServerProtocol?: ObjectStorageServerProtocol | string;
|
|
316
|
-
|
|
317
|
-
Subdirectory?: string;
|
|
318
|
-
|
|
319
|
-
BucketName: string | undefined;
|
|
320
|
-
|
|
321
|
-
AccessKey?: string;
|
|
322
|
-
|
|
323
|
-
SecretKey?: string;
|
|
324
|
-
|
|
325
|
-
AgentArns: string[] | undefined;
|
|
326
|
-
|
|
327
|
-
Tags?: TagListEntry[];
|
|
328
|
-
}
|
|
329
|
-
export declare namespace CreateLocationObjectStorageRequest {
|
|
330
|
-
|
|
331
|
-
const filterSensitiveLog: (obj: CreateLocationObjectStorageRequest) => any;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
export interface CreateLocationObjectStorageResponse {
|
|
335
|
-
|
|
336
|
-
LocationArn?: string;
|
|
337
|
-
}
|
|
338
|
-
export declare namespace CreateLocationObjectStorageResponse {
|
|
339
|
-
|
|
340
|
-
const filterSensitiveLog: (obj: CreateLocationObjectStorageResponse) => any;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
export interface S3Config {
|
|
344
|
-
|
|
345
|
-
BucketAccessRoleArn: string | undefined;
|
|
346
|
-
}
|
|
347
|
-
export declare namespace S3Config {
|
|
348
|
-
|
|
349
|
-
const filterSensitiveLog: (obj: S3Config) => any;
|
|
350
|
-
}
|
|
351
|
-
export declare enum S3StorageClass {
|
|
352
|
-
DEEP_ARCHIVE = "DEEP_ARCHIVE",
|
|
353
|
-
GLACIER = "GLACIER",
|
|
354
|
-
INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
|
|
355
|
-
ONEZONE_IA = "ONEZONE_IA",
|
|
356
|
-
OUTPOSTS = "OUTPOSTS",
|
|
357
|
-
STANDARD = "STANDARD",
|
|
358
|
-
STANDARD_IA = "STANDARD_IA"
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
export interface CreateLocationS3Request {
|
|
362
|
-
|
|
363
|
-
Subdirectory?: string;
|
|
364
|
-
|
|
365
|
-
S3BucketArn: string | undefined;
|
|
366
|
-
|
|
367
|
-
S3StorageClass?: S3StorageClass | string;
|
|
368
|
-
|
|
369
|
-
S3Config: S3Config | undefined;
|
|
370
|
-
|
|
371
|
-
AgentArns?: string[];
|
|
372
|
-
|
|
373
|
-
Tags?: TagListEntry[];
|
|
374
|
-
}
|
|
375
|
-
export declare namespace CreateLocationS3Request {
|
|
376
|
-
|
|
377
|
-
const filterSensitiveLog: (obj: CreateLocationS3Request) => any;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
export interface CreateLocationS3Response {
|
|
381
|
-
|
|
382
|
-
LocationArn?: string;
|
|
383
|
-
}
|
|
384
|
-
export declare namespace CreateLocationS3Response {
|
|
385
|
-
|
|
386
|
-
const filterSensitiveLog: (obj: CreateLocationS3Response) => any;
|
|
387
|
-
}
|
|
388
|
-
export declare enum SmbVersion {
|
|
389
|
-
AUTOMATIC = "AUTOMATIC",
|
|
390
|
-
SMB2 = "SMB2",
|
|
391
|
-
SMB3 = "SMB3"
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
export interface SmbMountOptions {
|
|
395
|
-
|
|
396
|
-
Version?: SmbVersion | string;
|
|
397
|
-
}
|
|
398
|
-
export declare namespace SmbMountOptions {
|
|
399
|
-
|
|
400
|
-
const filterSensitiveLog: (obj: SmbMountOptions) => any;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
export interface CreateLocationSmbRequest {
|
|
404
|
-
|
|
405
|
-
Subdirectory: string | undefined;
|
|
406
|
-
|
|
407
|
-
ServerHostname: string | undefined;
|
|
408
|
-
|
|
409
|
-
User: string | undefined;
|
|
410
|
-
|
|
411
|
-
Domain?: string;
|
|
412
|
-
|
|
413
|
-
Password: string | undefined;
|
|
414
|
-
|
|
415
|
-
AgentArns: string[] | undefined;
|
|
416
|
-
|
|
417
|
-
MountOptions?: SmbMountOptions;
|
|
418
|
-
|
|
419
|
-
Tags?: TagListEntry[];
|
|
420
|
-
}
|
|
421
|
-
export declare namespace CreateLocationSmbRequest {
|
|
422
|
-
|
|
423
|
-
const filterSensitiveLog: (obj: CreateLocationSmbRequest) => any;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
export interface CreateLocationSmbResponse {
|
|
427
|
-
|
|
428
|
-
LocationArn?: string;
|
|
429
|
-
}
|
|
430
|
-
export declare namespace CreateLocationSmbResponse {
|
|
431
|
-
|
|
432
|
-
const filterSensitiveLog: (obj: CreateLocationSmbResponse) => any;
|
|
433
|
-
}
|
|
434
|
-
export declare enum FilterType {
|
|
435
|
-
SIMPLE_PATTERN = "SIMPLE_PATTERN"
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
export interface FilterRule {
|
|
439
|
-
|
|
440
|
-
FilterType?: FilterType | string;
|
|
441
|
-
|
|
442
|
-
Value?: string;
|
|
443
|
-
}
|
|
444
|
-
export declare namespace FilterRule {
|
|
445
|
-
|
|
446
|
-
const filterSensitiveLog: (obj: FilterRule) => any;
|
|
447
|
-
}
|
|
448
|
-
export declare enum Gid {
|
|
449
|
-
BOTH = "BOTH",
|
|
450
|
-
INT_VALUE = "INT_VALUE",
|
|
451
|
-
NAME = "NAME",
|
|
452
|
-
NONE = "NONE"
|
|
453
|
-
}
|
|
454
|
-
export declare enum LogLevel {
|
|
455
|
-
BASIC = "BASIC",
|
|
456
|
-
OFF = "OFF",
|
|
457
|
-
TRANSFER = "TRANSFER"
|
|
458
|
-
}
|
|
459
|
-
export declare enum Mtime {
|
|
460
|
-
NONE = "NONE",
|
|
461
|
-
PRESERVE = "PRESERVE"
|
|
462
|
-
}
|
|
463
|
-
export declare enum OverwriteMode {
|
|
464
|
-
ALWAYS = "ALWAYS",
|
|
465
|
-
NEVER = "NEVER"
|
|
466
|
-
}
|
|
467
|
-
export declare enum PosixPermissions {
|
|
468
|
-
NONE = "NONE",
|
|
469
|
-
PRESERVE = "PRESERVE"
|
|
470
|
-
}
|
|
471
|
-
export declare enum PreserveDeletedFiles {
|
|
472
|
-
PRESERVE = "PRESERVE",
|
|
473
|
-
REMOVE = "REMOVE"
|
|
474
|
-
}
|
|
475
|
-
export declare enum PreserveDevices {
|
|
476
|
-
NONE = "NONE",
|
|
477
|
-
PRESERVE = "PRESERVE"
|
|
478
|
-
}
|
|
479
|
-
export declare enum SmbSecurityDescriptorCopyFlags {
|
|
480
|
-
NONE = "NONE",
|
|
481
|
-
OWNER_DACL = "OWNER_DACL",
|
|
482
|
-
OWNER_DACL_SACL = "OWNER_DACL_SACL"
|
|
483
|
-
}
|
|
484
|
-
export declare enum TaskQueueing {
|
|
485
|
-
DISABLED = "DISABLED",
|
|
486
|
-
ENABLED = "ENABLED"
|
|
487
|
-
}
|
|
488
|
-
export declare enum TransferMode {
|
|
489
|
-
ALL = "ALL",
|
|
490
|
-
CHANGED = "CHANGED"
|
|
491
|
-
}
|
|
492
|
-
export declare enum Uid {
|
|
493
|
-
BOTH = "BOTH",
|
|
494
|
-
INT_VALUE = "INT_VALUE",
|
|
495
|
-
NAME = "NAME",
|
|
496
|
-
NONE = "NONE"
|
|
497
|
-
}
|
|
498
|
-
export declare enum VerifyMode {
|
|
499
|
-
NONE = "NONE",
|
|
500
|
-
ONLY_FILES_TRANSFERRED = "ONLY_FILES_TRANSFERRED",
|
|
501
|
-
POINT_IN_TIME_CONSISTENT = "POINT_IN_TIME_CONSISTENT"
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
export interface Options {
|
|
505
|
-
|
|
506
|
-
VerifyMode?: VerifyMode | string;
|
|
507
|
-
|
|
508
|
-
OverwriteMode?: OverwriteMode | string;
|
|
509
|
-
|
|
510
|
-
Atime?: Atime | string;
|
|
511
|
-
|
|
512
|
-
Mtime?: Mtime | string;
|
|
513
|
-
|
|
514
|
-
Uid?: Uid | string;
|
|
515
|
-
|
|
516
|
-
Gid?: Gid | string;
|
|
517
|
-
|
|
518
|
-
PreserveDeletedFiles?: PreserveDeletedFiles | string;
|
|
519
|
-
|
|
520
|
-
PreserveDevices?: PreserveDevices | string;
|
|
521
|
-
|
|
522
|
-
PosixPermissions?: PosixPermissions | string;
|
|
523
|
-
|
|
524
|
-
BytesPerSecond?: number;
|
|
525
|
-
|
|
526
|
-
TaskQueueing?: TaskQueueing | string;
|
|
527
|
-
|
|
528
|
-
LogLevel?: LogLevel | string;
|
|
529
|
-
|
|
530
|
-
TransferMode?: TransferMode | string;
|
|
531
|
-
|
|
532
|
-
SecurityDescriptorCopyFlags?: SmbSecurityDescriptorCopyFlags | string;
|
|
533
|
-
}
|
|
534
|
-
export declare namespace Options {
|
|
535
|
-
|
|
536
|
-
const filterSensitiveLog: (obj: Options) => any;
|
|
537
|
-
}
|
|
538
|
-
|
|
539
|
-
export interface TaskSchedule {
|
|
540
|
-
|
|
541
|
-
ScheduleExpression: string | undefined;
|
|
542
|
-
}
|
|
543
|
-
export declare namespace TaskSchedule {
|
|
544
|
-
|
|
545
|
-
const filterSensitiveLog: (obj: TaskSchedule) => any;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
export interface CreateTaskRequest {
|
|
549
|
-
|
|
550
|
-
SourceLocationArn: string | undefined;
|
|
551
|
-
|
|
552
|
-
DestinationLocationArn: string | undefined;
|
|
553
|
-
|
|
554
|
-
CloudWatchLogGroupArn?: string;
|
|
555
|
-
|
|
556
|
-
Name?: string;
|
|
557
|
-
|
|
558
|
-
Options?: Options;
|
|
559
|
-
|
|
560
|
-
Excludes?: FilterRule[];
|
|
561
|
-
|
|
562
|
-
Schedule?: TaskSchedule;
|
|
563
|
-
|
|
564
|
-
Tags?: TagListEntry[];
|
|
565
|
-
|
|
566
|
-
Includes?: FilterRule[];
|
|
567
|
-
}
|
|
568
|
-
export declare namespace CreateTaskRequest {
|
|
569
|
-
|
|
570
|
-
const filterSensitiveLog: (obj: CreateTaskRequest) => any;
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
export interface CreateTaskResponse {
|
|
574
|
-
|
|
575
|
-
TaskArn?: string;
|
|
576
|
-
}
|
|
577
|
-
export declare namespace CreateTaskResponse {
|
|
578
|
-
|
|
579
|
-
const filterSensitiveLog: (obj: CreateTaskResponse) => any;
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
export interface DeleteAgentRequest {
|
|
583
|
-
|
|
584
|
-
AgentArn: string | undefined;
|
|
585
|
-
}
|
|
586
|
-
export declare namespace DeleteAgentRequest {
|
|
587
|
-
|
|
588
|
-
const filterSensitiveLog: (obj: DeleteAgentRequest) => any;
|
|
589
|
-
}
|
|
590
|
-
export interface DeleteAgentResponse {
|
|
591
|
-
}
|
|
592
|
-
export declare namespace DeleteAgentResponse {
|
|
593
|
-
|
|
594
|
-
const filterSensitiveLog: (obj: DeleteAgentResponse) => any;
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
export interface DeleteLocationRequest {
|
|
598
|
-
|
|
599
|
-
LocationArn: string | undefined;
|
|
600
|
-
}
|
|
601
|
-
export declare namespace DeleteLocationRequest {
|
|
602
|
-
|
|
603
|
-
const filterSensitiveLog: (obj: DeleteLocationRequest) => any;
|
|
604
|
-
}
|
|
605
|
-
export interface DeleteLocationResponse {
|
|
606
|
-
}
|
|
607
|
-
export declare namespace DeleteLocationResponse {
|
|
608
|
-
|
|
609
|
-
const filterSensitiveLog: (obj: DeleteLocationResponse) => any;
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
export interface DeleteTaskRequest {
|
|
613
|
-
|
|
614
|
-
TaskArn: string | undefined;
|
|
615
|
-
}
|
|
616
|
-
export declare namespace DeleteTaskRequest {
|
|
617
|
-
|
|
618
|
-
const filterSensitiveLog: (obj: DeleteTaskRequest) => any;
|
|
619
|
-
}
|
|
620
|
-
export interface DeleteTaskResponse {
|
|
621
|
-
}
|
|
622
|
-
export declare namespace DeleteTaskResponse {
|
|
623
|
-
|
|
624
|
-
const filterSensitiveLog: (obj: DeleteTaskResponse) => any;
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
export interface DescribeAgentRequest {
|
|
628
|
-
|
|
629
|
-
AgentArn: string | undefined;
|
|
630
|
-
}
|
|
631
|
-
export declare namespace DescribeAgentRequest {
|
|
632
|
-
|
|
633
|
-
const filterSensitiveLog: (obj: DescribeAgentRequest) => any;
|
|
634
|
-
}
|
|
635
|
-
export declare enum EndpointType {
|
|
636
|
-
FIPS = "FIPS",
|
|
637
|
-
PRIVATE_LINK = "PRIVATE_LINK",
|
|
638
|
-
PUBLIC = "PUBLIC"
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
export interface PrivateLinkConfig {
|
|
642
|
-
|
|
643
|
-
VpcEndpointId?: string;
|
|
644
|
-
|
|
645
|
-
PrivateLinkEndpoint?: string;
|
|
646
|
-
|
|
647
|
-
SubnetArns?: string[];
|
|
648
|
-
|
|
649
|
-
SecurityGroupArns?: string[];
|
|
650
|
-
}
|
|
651
|
-
export declare namespace PrivateLinkConfig {
|
|
652
|
-
|
|
653
|
-
const filterSensitiveLog: (obj: PrivateLinkConfig) => any;
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
export interface DescribeAgentResponse {
|
|
657
|
-
|
|
658
|
-
AgentArn?: string;
|
|
659
|
-
|
|
660
|
-
Name?: string;
|
|
661
|
-
|
|
662
|
-
Status?: AgentStatus | string;
|
|
663
|
-
|
|
664
|
-
LastConnectionTime?: Date;
|
|
665
|
-
|
|
666
|
-
CreationTime?: Date;
|
|
667
|
-
|
|
668
|
-
EndpointType?: EndpointType | string;
|
|
669
|
-
|
|
670
|
-
PrivateLinkConfig?: PrivateLinkConfig;
|
|
671
|
-
}
|
|
672
|
-
export declare namespace DescribeAgentResponse {
|
|
673
|
-
|
|
674
|
-
const filterSensitiveLog: (obj: DescribeAgentResponse) => any;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
export interface DescribeLocationEfsRequest {
|
|
678
|
-
|
|
679
|
-
LocationArn: string | undefined;
|
|
680
|
-
}
|
|
681
|
-
export declare namespace DescribeLocationEfsRequest {
|
|
682
|
-
|
|
683
|
-
const filterSensitiveLog: (obj: DescribeLocationEfsRequest) => any;
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
export interface DescribeLocationEfsResponse {
|
|
687
|
-
|
|
688
|
-
LocationArn?: string;
|
|
689
|
-
|
|
690
|
-
LocationUri?: string;
|
|
691
|
-
|
|
692
|
-
Ec2Config?: Ec2Config;
|
|
693
|
-
|
|
694
|
-
CreationTime?: Date;
|
|
695
|
-
}
|
|
696
|
-
export declare namespace DescribeLocationEfsResponse {
|
|
697
|
-
|
|
698
|
-
const filterSensitiveLog: (obj: DescribeLocationEfsResponse) => any;
|
|
699
|
-
}
|
|
700
|
-
export interface DescribeLocationFsxLustreRequest {
|
|
701
|
-
|
|
702
|
-
LocationArn: string | undefined;
|
|
703
|
-
}
|
|
704
|
-
export declare namespace DescribeLocationFsxLustreRequest {
|
|
705
|
-
|
|
706
|
-
const filterSensitiveLog: (obj: DescribeLocationFsxLustreRequest) => any;
|
|
707
|
-
}
|
|
708
|
-
export interface DescribeLocationFsxLustreResponse {
|
|
709
|
-
|
|
710
|
-
LocationArn?: string;
|
|
711
|
-
|
|
712
|
-
LocationUri?: string;
|
|
713
|
-
|
|
714
|
-
SecurityGroupArns?: string[];
|
|
715
|
-
|
|
716
|
-
CreationTime?: Date;
|
|
717
|
-
}
|
|
718
|
-
export declare namespace DescribeLocationFsxLustreResponse {
|
|
719
|
-
|
|
720
|
-
const filterSensitiveLog: (obj: DescribeLocationFsxLustreResponse) => any;
|
|
721
|
-
}
|
|
722
|
-
export interface DescribeLocationFsxWindowsRequest {
|
|
723
|
-
|
|
724
|
-
LocationArn: string | undefined;
|
|
725
|
-
}
|
|
726
|
-
export declare namespace DescribeLocationFsxWindowsRequest {
|
|
727
|
-
|
|
728
|
-
const filterSensitiveLog: (obj: DescribeLocationFsxWindowsRequest) => any;
|
|
729
|
-
}
|
|
730
|
-
export interface DescribeLocationFsxWindowsResponse {
|
|
731
|
-
|
|
732
|
-
LocationArn?: string;
|
|
733
|
-
|
|
734
|
-
LocationUri?: string;
|
|
735
|
-
|
|
736
|
-
SecurityGroupArns?: string[];
|
|
737
|
-
|
|
738
|
-
CreationTime?: Date;
|
|
739
|
-
|
|
740
|
-
User?: string;
|
|
741
|
-
|
|
742
|
-
Domain?: string;
|
|
743
|
-
}
|
|
744
|
-
export declare namespace DescribeLocationFsxWindowsResponse {
|
|
745
|
-
|
|
746
|
-
const filterSensitiveLog: (obj: DescribeLocationFsxWindowsResponse) => any;
|
|
747
|
-
}
|
|
748
|
-
export interface DescribeLocationHdfsRequest {
|
|
749
|
-
|
|
750
|
-
LocationArn: string | undefined;
|
|
751
|
-
}
|
|
752
|
-
export declare namespace DescribeLocationHdfsRequest {
|
|
753
|
-
|
|
754
|
-
const filterSensitiveLog: (obj: DescribeLocationHdfsRequest) => any;
|
|
755
|
-
}
|
|
756
|
-
export interface DescribeLocationHdfsResponse {
|
|
757
|
-
|
|
758
|
-
LocationArn?: string;
|
|
759
|
-
|
|
760
|
-
LocationUri?: string;
|
|
761
|
-
|
|
762
|
-
NameNodes?: HdfsNameNode[];
|
|
763
|
-
|
|
764
|
-
BlockSize?: number;
|
|
765
|
-
|
|
766
|
-
ReplicationFactor?: number;
|
|
767
|
-
|
|
768
|
-
KmsKeyProviderUri?: string;
|
|
769
|
-
|
|
770
|
-
QopConfiguration?: QopConfiguration;
|
|
771
|
-
|
|
772
|
-
AuthenticationType?: HdfsAuthenticationType | string;
|
|
773
|
-
|
|
774
|
-
SimpleUser?: string;
|
|
775
|
-
|
|
776
|
-
KerberosPrincipal?: string;
|
|
777
|
-
|
|
778
|
-
AgentArns?: string[];
|
|
779
|
-
|
|
780
|
-
CreationTime?: Date;
|
|
781
|
-
}
|
|
782
|
-
export declare namespace DescribeLocationHdfsResponse {
|
|
783
|
-
|
|
784
|
-
const filterSensitiveLog: (obj: DescribeLocationHdfsResponse) => any;
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
export interface DescribeLocationNfsRequest {
|
|
788
|
-
|
|
789
|
-
LocationArn: string | undefined;
|
|
790
|
-
}
|
|
791
|
-
export declare namespace DescribeLocationNfsRequest {
|
|
792
|
-
|
|
793
|
-
const filterSensitiveLog: (obj: DescribeLocationNfsRequest) => any;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
export interface DescribeLocationNfsResponse {
|
|
797
|
-
|
|
798
|
-
LocationArn?: string;
|
|
799
|
-
|
|
800
|
-
LocationUri?: string;
|
|
801
|
-
|
|
802
|
-
OnPremConfig?: OnPremConfig;
|
|
803
|
-
|
|
804
|
-
MountOptions?: NfsMountOptions;
|
|
805
|
-
|
|
806
|
-
CreationTime?: Date;
|
|
807
|
-
}
|
|
808
|
-
export declare namespace DescribeLocationNfsResponse {
|
|
809
|
-
|
|
810
|
-
const filterSensitiveLog: (obj: DescribeLocationNfsResponse) => any;
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
export interface DescribeLocationObjectStorageRequest {
|
|
814
|
-
|
|
815
|
-
LocationArn: string | undefined;
|
|
816
|
-
}
|
|
817
|
-
export declare namespace DescribeLocationObjectStorageRequest {
|
|
818
|
-
|
|
819
|
-
const filterSensitiveLog: (obj: DescribeLocationObjectStorageRequest) => any;
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
export interface DescribeLocationObjectStorageResponse {
|
|
823
|
-
|
|
824
|
-
LocationArn?: string;
|
|
825
|
-
|
|
826
|
-
LocationUri?: string;
|
|
827
|
-
|
|
828
|
-
AccessKey?: string;
|
|
829
|
-
|
|
830
|
-
ServerPort?: number;
|
|
831
|
-
|
|
832
|
-
ServerProtocol?: ObjectStorageServerProtocol | string;
|
|
833
|
-
|
|
834
|
-
AgentArns?: string[];
|
|
835
|
-
|
|
836
|
-
CreationTime?: Date;
|
|
837
|
-
}
|
|
838
|
-
export declare namespace DescribeLocationObjectStorageResponse {
|
|
839
|
-
|
|
840
|
-
const filterSensitiveLog: (obj: DescribeLocationObjectStorageResponse) => any;
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
export interface DescribeLocationS3Request {
|
|
844
|
-
|
|
845
|
-
LocationArn: string | undefined;
|
|
846
|
-
}
|
|
847
|
-
export declare namespace DescribeLocationS3Request {
|
|
848
|
-
|
|
849
|
-
const filterSensitiveLog: (obj: DescribeLocationS3Request) => any;
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
export interface DescribeLocationS3Response {
|
|
853
|
-
|
|
854
|
-
LocationArn?: string;
|
|
855
|
-
|
|
856
|
-
LocationUri?: string;
|
|
857
|
-
|
|
858
|
-
S3StorageClass?: S3StorageClass | string;
|
|
859
|
-
|
|
860
|
-
S3Config?: S3Config;
|
|
861
|
-
|
|
862
|
-
AgentArns?: string[];
|
|
863
|
-
|
|
864
|
-
CreationTime?: Date;
|
|
865
|
-
}
|
|
866
|
-
export declare namespace DescribeLocationS3Response {
|
|
867
|
-
|
|
868
|
-
const filterSensitiveLog: (obj: DescribeLocationS3Response) => any;
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
export interface DescribeLocationSmbRequest {
|
|
872
|
-
|
|
873
|
-
LocationArn: string | undefined;
|
|
874
|
-
}
|
|
875
|
-
export declare namespace DescribeLocationSmbRequest {
|
|
876
|
-
|
|
877
|
-
const filterSensitiveLog: (obj: DescribeLocationSmbRequest) => any;
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
export interface DescribeLocationSmbResponse {
|
|
881
|
-
|
|
882
|
-
LocationArn?: string;
|
|
883
|
-
|
|
884
|
-
LocationUri?: string;
|
|
885
|
-
|
|
886
|
-
AgentArns?: string[];
|
|
887
|
-
|
|
888
|
-
User?: string;
|
|
889
|
-
|
|
890
|
-
Domain?: string;
|
|
891
|
-
|
|
892
|
-
MountOptions?: SmbMountOptions;
|
|
893
|
-
|
|
894
|
-
CreationTime?: Date;
|
|
895
|
-
}
|
|
896
|
-
export declare namespace DescribeLocationSmbResponse {
|
|
897
|
-
|
|
898
|
-
const filterSensitiveLog: (obj: DescribeLocationSmbResponse) => any;
|
|
899
|
-
}
|
|
900
|
-
|
|
901
|
-
export interface DescribeTaskRequest {
|
|
902
|
-
|
|
903
|
-
TaskArn: string | undefined;
|
|
904
|
-
}
|
|
905
|
-
export declare namespace DescribeTaskRequest {
|
|
906
|
-
|
|
907
|
-
const filterSensitiveLog: (obj: DescribeTaskRequest) => any;
|
|
908
|
-
}
|
|
909
|
-
export declare enum TaskStatus {
|
|
910
|
-
AVAILABLE = "AVAILABLE",
|
|
911
|
-
CREATING = "CREATING",
|
|
912
|
-
QUEUED = "QUEUED",
|
|
913
|
-
RUNNING = "RUNNING",
|
|
914
|
-
UNAVAILABLE = "UNAVAILABLE"
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
export interface DescribeTaskResponse {
|
|
918
|
-
|
|
919
|
-
TaskArn?: string;
|
|
920
|
-
|
|
921
|
-
Status?: TaskStatus | string;
|
|
922
|
-
|
|
923
|
-
Name?: string;
|
|
924
|
-
|
|
925
|
-
CurrentTaskExecutionArn?: string;
|
|
926
|
-
|
|
927
|
-
SourceLocationArn?: string;
|
|
928
|
-
|
|
929
|
-
DestinationLocationArn?: string;
|
|
930
|
-
|
|
931
|
-
CloudWatchLogGroupArn?: string;
|
|
932
|
-
|
|
933
|
-
SourceNetworkInterfaceArns?: string[];
|
|
934
|
-
|
|
935
|
-
DestinationNetworkInterfaceArns?: string[];
|
|
936
|
-
|
|
937
|
-
Options?: Options;
|
|
938
|
-
|
|
939
|
-
Excludes?: FilterRule[];
|
|
940
|
-
|
|
941
|
-
Schedule?: TaskSchedule;
|
|
942
|
-
|
|
943
|
-
ErrorCode?: string;
|
|
944
|
-
|
|
945
|
-
ErrorDetail?: string;
|
|
946
|
-
|
|
947
|
-
CreationTime?: Date;
|
|
948
|
-
|
|
949
|
-
Includes?: FilterRule[];
|
|
950
|
-
}
|
|
951
|
-
export declare namespace DescribeTaskResponse {
|
|
952
|
-
|
|
953
|
-
const filterSensitiveLog: (obj: DescribeTaskResponse) => any;
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
export interface DescribeTaskExecutionRequest {
|
|
957
|
-
|
|
958
|
-
TaskExecutionArn: string | undefined;
|
|
959
|
-
}
|
|
960
|
-
export declare namespace DescribeTaskExecutionRequest {
|
|
961
|
-
|
|
962
|
-
const filterSensitiveLog: (obj: DescribeTaskExecutionRequest) => any;
|
|
963
|
-
}
|
|
964
|
-
export declare enum PhaseStatus {
|
|
965
|
-
ERROR = "ERROR",
|
|
966
|
-
PENDING = "PENDING",
|
|
967
|
-
SUCCESS = "SUCCESS"
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
export interface TaskExecutionResultDetail {
|
|
971
|
-
|
|
972
|
-
PrepareDuration?: number;
|
|
973
|
-
|
|
974
|
-
PrepareStatus?: PhaseStatus | string;
|
|
975
|
-
|
|
976
|
-
TotalDuration?: number;
|
|
977
|
-
|
|
978
|
-
TransferDuration?: number;
|
|
979
|
-
|
|
980
|
-
TransferStatus?: PhaseStatus | string;
|
|
981
|
-
|
|
982
|
-
VerifyDuration?: number;
|
|
983
|
-
|
|
984
|
-
VerifyStatus?: PhaseStatus | string;
|
|
985
|
-
|
|
986
|
-
ErrorCode?: string;
|
|
987
|
-
|
|
988
|
-
ErrorDetail?: string;
|
|
989
|
-
}
|
|
990
|
-
export declare namespace TaskExecutionResultDetail {
|
|
991
|
-
|
|
992
|
-
const filterSensitiveLog: (obj: TaskExecutionResultDetail) => any;
|
|
993
|
-
}
|
|
994
|
-
export declare enum TaskExecutionStatus {
|
|
995
|
-
ERROR = "ERROR",
|
|
996
|
-
LAUNCHING = "LAUNCHING",
|
|
997
|
-
PREPARING = "PREPARING",
|
|
998
|
-
QUEUED = "QUEUED",
|
|
999
|
-
SUCCESS = "SUCCESS",
|
|
1000
|
-
TRANSFERRING = "TRANSFERRING",
|
|
1001
|
-
VERIFYING = "VERIFYING"
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
export interface DescribeTaskExecutionResponse {
|
|
1005
|
-
|
|
1006
|
-
TaskExecutionArn?: string;
|
|
1007
|
-
|
|
1008
|
-
Status?: TaskExecutionStatus | string;
|
|
1009
|
-
|
|
1010
|
-
Options?: Options;
|
|
1011
|
-
|
|
1012
|
-
Excludes?: FilterRule[];
|
|
1013
|
-
|
|
1014
|
-
Includes?: FilterRule[];
|
|
1015
|
-
|
|
1016
|
-
StartTime?: Date;
|
|
1017
|
-
|
|
1018
|
-
EstimatedFilesToTransfer?: number;
|
|
1019
|
-
|
|
1020
|
-
EstimatedBytesToTransfer?: number;
|
|
1021
|
-
|
|
1022
|
-
FilesTransferred?: number;
|
|
1023
|
-
|
|
1024
|
-
BytesWritten?: number;
|
|
1025
|
-
|
|
1026
|
-
BytesTransferred?: number;
|
|
1027
|
-
|
|
1028
|
-
Result?: TaskExecutionResultDetail;
|
|
1029
|
-
}
|
|
1030
|
-
export declare namespace DescribeTaskExecutionResponse {
|
|
1031
|
-
|
|
1032
|
-
const filterSensitiveLog: (obj: DescribeTaskExecutionResponse) => any;
|
|
1033
|
-
}
|
|
1034
|
-
|
|
1035
|
-
export interface ListAgentsRequest {
|
|
1036
|
-
|
|
1037
|
-
MaxResults?: number;
|
|
1038
|
-
|
|
1039
|
-
NextToken?: string;
|
|
1040
|
-
}
|
|
1041
|
-
export declare namespace ListAgentsRequest {
|
|
1042
|
-
|
|
1043
|
-
const filterSensitiveLog: (obj: ListAgentsRequest) => any;
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
export interface ListAgentsResponse {
|
|
1047
|
-
|
|
1048
|
-
Agents?: AgentListEntry[];
|
|
1049
|
-
|
|
1050
|
-
NextToken?: string;
|
|
1051
|
-
}
|
|
1052
|
-
export declare namespace ListAgentsResponse {
|
|
1053
|
-
|
|
1054
|
-
const filterSensitiveLog: (obj: ListAgentsResponse) => any;
|
|
1055
|
-
}
|
|
1056
|
-
export declare enum LocationFilterName {
|
|
1057
|
-
CreationTime = "CreationTime",
|
|
1058
|
-
LocationType = "LocationType",
|
|
1059
|
-
LocationUri = "LocationUri"
|
|
1060
|
-
}
|
|
1061
|
-
export declare enum Operator {
|
|
1062
|
-
BEGINS_WITH = "BeginsWith",
|
|
1063
|
-
CONTAINS = "Contains",
|
|
1064
|
-
EQ = "Equals",
|
|
1065
|
-
GE = "GreaterThanOrEqual",
|
|
1066
|
-
GT = "GreaterThan",
|
|
1067
|
-
IN = "In",
|
|
1068
|
-
LE = "LessThanOrEqual",
|
|
1069
|
-
LT = "LessThan",
|
|
1070
|
-
NE = "NotEquals",
|
|
1071
|
-
NOT_CONTAINS = "NotContains"
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
export interface LocationFilter {
|
|
1075
|
-
|
|
1076
|
-
Name: LocationFilterName | string | undefined;
|
|
1077
|
-
|
|
1078
|
-
Values: string[] | undefined;
|
|
1079
|
-
|
|
1080
|
-
Operator: Operator | string | undefined;
|
|
1081
|
-
}
|
|
1082
|
-
export declare namespace LocationFilter {
|
|
1083
|
-
|
|
1084
|
-
const filterSensitiveLog: (obj: LocationFilter) => any;
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
export interface ListLocationsRequest {
|
|
1088
|
-
|
|
1089
|
-
MaxResults?: number;
|
|
1090
|
-
|
|
1091
|
-
NextToken?: string;
|
|
1092
|
-
|
|
1093
|
-
Filters?: LocationFilter[];
|
|
1094
|
-
}
|
|
1095
|
-
export declare namespace ListLocationsRequest {
|
|
1096
|
-
|
|
1097
|
-
const filterSensitiveLog: (obj: ListLocationsRequest) => any;
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
export interface LocationListEntry {
|
|
1101
|
-
|
|
1102
|
-
LocationArn?: string;
|
|
1103
|
-
|
|
1104
|
-
LocationUri?: string;
|
|
1105
|
-
}
|
|
1106
|
-
export declare namespace LocationListEntry {
|
|
1107
|
-
|
|
1108
|
-
const filterSensitiveLog: (obj: LocationListEntry) => any;
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
export interface ListLocationsResponse {
|
|
1112
|
-
|
|
1113
|
-
Locations?: LocationListEntry[];
|
|
1114
|
-
|
|
1115
|
-
NextToken?: string;
|
|
1116
|
-
}
|
|
1117
|
-
export declare namespace ListLocationsResponse {
|
|
1118
|
-
|
|
1119
|
-
const filterSensitiveLog: (obj: ListLocationsResponse) => any;
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
|
-
export interface ListTagsForResourceRequest {
|
|
1123
|
-
|
|
1124
|
-
ResourceArn: string | undefined;
|
|
1125
|
-
|
|
1126
|
-
MaxResults?: number;
|
|
1127
|
-
|
|
1128
|
-
NextToken?: string;
|
|
1129
|
-
}
|
|
1130
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1131
|
-
|
|
1132
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
export interface ListTagsForResourceResponse {
|
|
1136
|
-
|
|
1137
|
-
Tags?: TagListEntry[];
|
|
1138
|
-
|
|
1139
|
-
NextToken?: string;
|
|
1140
|
-
}
|
|
1141
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1142
|
-
|
|
1143
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1144
|
-
}
|
|
1145
|
-
|
|
1146
|
-
export interface ListTaskExecutionsRequest {
|
|
1147
|
-
|
|
1148
|
-
TaskArn?: string;
|
|
1149
|
-
|
|
1150
|
-
MaxResults?: number;
|
|
1151
|
-
|
|
1152
|
-
NextToken?: string;
|
|
1153
|
-
}
|
|
1154
|
-
export declare namespace ListTaskExecutionsRequest {
|
|
1155
|
-
|
|
1156
|
-
const filterSensitiveLog: (obj: ListTaskExecutionsRequest) => any;
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
export interface TaskExecutionListEntry {
|
|
1160
|
-
|
|
1161
|
-
TaskExecutionArn?: string;
|
|
1162
|
-
|
|
1163
|
-
Status?: TaskExecutionStatus | string;
|
|
1164
|
-
}
|
|
1165
|
-
export declare namespace TaskExecutionListEntry {
|
|
1166
|
-
|
|
1167
|
-
const filterSensitiveLog: (obj: TaskExecutionListEntry) => any;
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
export interface ListTaskExecutionsResponse {
|
|
1171
|
-
|
|
1172
|
-
TaskExecutions?: TaskExecutionListEntry[];
|
|
1173
|
-
|
|
1174
|
-
NextToken?: string;
|
|
1175
|
-
}
|
|
1176
|
-
export declare namespace ListTaskExecutionsResponse {
|
|
1177
|
-
|
|
1178
|
-
const filterSensitiveLog: (obj: ListTaskExecutionsResponse) => any;
|
|
1179
|
-
}
|
|
1180
|
-
export declare enum TaskFilterName {
|
|
1181
|
-
CreationTime = "CreationTime",
|
|
1182
|
-
LocationId = "LocationId"
|
|
1183
|
-
}
|
|
1184
|
-
|
|
1185
|
-
export interface TaskFilter {
|
|
1186
|
-
|
|
1187
|
-
Name: TaskFilterName | string | undefined;
|
|
1188
|
-
|
|
1189
|
-
Values: string[] | undefined;
|
|
1190
|
-
|
|
1191
|
-
Operator: Operator | string | undefined;
|
|
1192
|
-
}
|
|
1193
|
-
export declare namespace TaskFilter {
|
|
1194
|
-
|
|
1195
|
-
const filterSensitiveLog: (obj: TaskFilter) => any;
|
|
1196
|
-
}
|
|
1197
|
-
|
|
1198
|
-
export interface ListTasksRequest {
|
|
1199
|
-
|
|
1200
|
-
MaxResults?: number;
|
|
1201
|
-
|
|
1202
|
-
NextToken?: string;
|
|
1203
|
-
|
|
1204
|
-
Filters?: TaskFilter[];
|
|
1205
|
-
}
|
|
1206
|
-
export declare namespace ListTasksRequest {
|
|
1207
|
-
|
|
1208
|
-
const filterSensitiveLog: (obj: ListTasksRequest) => any;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
export interface TaskListEntry {
|
|
1212
|
-
|
|
1213
|
-
TaskArn?: string;
|
|
1214
|
-
|
|
1215
|
-
Status?: TaskStatus | string;
|
|
1216
|
-
|
|
1217
|
-
Name?: string;
|
|
1218
|
-
}
|
|
1219
|
-
export declare namespace TaskListEntry {
|
|
1220
|
-
|
|
1221
|
-
const filterSensitiveLog: (obj: TaskListEntry) => any;
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
export interface ListTasksResponse {
|
|
1225
|
-
|
|
1226
|
-
Tasks?: TaskListEntry[];
|
|
1227
|
-
|
|
1228
|
-
NextToken?: string;
|
|
1229
|
-
}
|
|
1230
|
-
export declare namespace ListTasksResponse {
|
|
1231
|
-
|
|
1232
|
-
const filterSensitiveLog: (obj: ListTasksResponse) => any;
|
|
1233
|
-
}
|
|
1234
|
-
|
|
1235
|
-
export interface StartTaskExecutionRequest {
|
|
1236
|
-
|
|
1237
|
-
TaskArn: string | undefined;
|
|
1238
|
-
|
|
1239
|
-
OverrideOptions?: Options;
|
|
1240
|
-
|
|
1241
|
-
Includes?: FilterRule[];
|
|
1242
|
-
|
|
1243
|
-
Excludes?: FilterRule[];
|
|
1244
|
-
}
|
|
1245
|
-
export declare namespace StartTaskExecutionRequest {
|
|
1246
|
-
|
|
1247
|
-
const filterSensitiveLog: (obj: StartTaskExecutionRequest) => any;
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
export interface StartTaskExecutionResponse {
|
|
1251
|
-
|
|
1252
|
-
TaskExecutionArn?: string;
|
|
1253
|
-
}
|
|
1254
|
-
export declare namespace StartTaskExecutionResponse {
|
|
1255
|
-
|
|
1256
|
-
const filterSensitiveLog: (obj: StartTaskExecutionResponse) => any;
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
|
-
export interface TagResourceRequest {
|
|
1260
|
-
|
|
1261
|
-
ResourceArn: string | undefined;
|
|
1262
|
-
|
|
1263
|
-
Tags: TagListEntry[] | undefined;
|
|
1264
|
-
}
|
|
1265
|
-
export declare namespace TagResourceRequest {
|
|
1266
|
-
|
|
1267
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1268
|
-
}
|
|
1269
|
-
export interface TagResourceResponse {
|
|
1270
|
-
}
|
|
1271
|
-
export declare namespace TagResourceResponse {
|
|
1272
|
-
|
|
1273
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1274
|
-
}
|
|
1275
|
-
|
|
1276
|
-
export interface UntagResourceRequest {
|
|
1277
|
-
|
|
1278
|
-
ResourceArn: string | undefined;
|
|
1279
|
-
|
|
1280
|
-
Keys: string[] | undefined;
|
|
1281
|
-
}
|
|
1282
|
-
export declare namespace UntagResourceRequest {
|
|
1283
|
-
|
|
1284
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1285
|
-
}
|
|
1286
|
-
export interface UntagResourceResponse {
|
|
1287
|
-
}
|
|
1288
|
-
export declare namespace UntagResourceResponse {
|
|
1289
|
-
|
|
1290
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
export interface UpdateAgentRequest {
|
|
1294
|
-
|
|
1295
|
-
AgentArn: string | undefined;
|
|
1296
|
-
|
|
1297
|
-
Name?: string;
|
|
1298
|
-
}
|
|
1299
|
-
export declare namespace UpdateAgentRequest {
|
|
1300
|
-
|
|
1301
|
-
const filterSensitiveLog: (obj: UpdateAgentRequest) => any;
|
|
1302
|
-
}
|
|
1303
|
-
export interface UpdateAgentResponse {
|
|
1304
|
-
}
|
|
1305
|
-
export declare namespace UpdateAgentResponse {
|
|
1306
|
-
|
|
1307
|
-
const filterSensitiveLog: (obj: UpdateAgentResponse) => any;
|
|
1308
|
-
}
|
|
1309
|
-
export interface UpdateLocationHdfsRequest {
|
|
1310
|
-
|
|
1311
|
-
LocationArn: string | undefined;
|
|
1312
|
-
|
|
1313
|
-
Subdirectory?: string;
|
|
1314
|
-
|
|
1315
|
-
NameNodes?: HdfsNameNode[];
|
|
1316
|
-
|
|
1317
|
-
BlockSize?: number;
|
|
1318
|
-
|
|
1319
|
-
ReplicationFactor?: number;
|
|
1320
|
-
|
|
1321
|
-
KmsKeyProviderUri?: string;
|
|
1322
|
-
|
|
1323
|
-
QopConfiguration?: QopConfiguration;
|
|
1324
|
-
|
|
1325
|
-
AuthenticationType?: HdfsAuthenticationType | string;
|
|
1326
|
-
|
|
1327
|
-
SimpleUser?: string;
|
|
1328
|
-
|
|
1329
|
-
KerberosPrincipal?: string;
|
|
1330
|
-
|
|
1331
|
-
KerberosKeytab?: Uint8Array;
|
|
1332
|
-
|
|
1333
|
-
KerberosKrb5Conf?: Uint8Array;
|
|
1334
|
-
|
|
1335
|
-
AgentArns?: string[];
|
|
1336
|
-
}
|
|
1337
|
-
export declare namespace UpdateLocationHdfsRequest {
|
|
1338
|
-
|
|
1339
|
-
const filterSensitiveLog: (obj: UpdateLocationHdfsRequest) => any;
|
|
1340
|
-
}
|
|
1341
|
-
export interface UpdateLocationHdfsResponse {
|
|
1342
|
-
}
|
|
1343
|
-
export declare namespace UpdateLocationHdfsResponse {
|
|
1344
|
-
|
|
1345
|
-
const filterSensitiveLog: (obj: UpdateLocationHdfsResponse) => any;
|
|
1346
|
-
}
|
|
1347
|
-
export interface UpdateLocationNfsRequest {
|
|
1348
|
-
|
|
1349
|
-
LocationArn: string | undefined;
|
|
1350
|
-
|
|
1351
|
-
Subdirectory?: string;
|
|
1352
|
-
|
|
1353
|
-
OnPremConfig?: OnPremConfig;
|
|
1354
|
-
|
|
1355
|
-
MountOptions?: NfsMountOptions;
|
|
1356
|
-
}
|
|
1357
|
-
export declare namespace UpdateLocationNfsRequest {
|
|
1358
|
-
|
|
1359
|
-
const filterSensitiveLog: (obj: UpdateLocationNfsRequest) => any;
|
|
1360
|
-
}
|
|
1361
|
-
export interface UpdateLocationNfsResponse {
|
|
1362
|
-
}
|
|
1363
|
-
export declare namespace UpdateLocationNfsResponse {
|
|
1364
|
-
|
|
1365
|
-
const filterSensitiveLog: (obj: UpdateLocationNfsResponse) => any;
|
|
1366
|
-
}
|
|
1367
|
-
export interface UpdateLocationObjectStorageRequest {
|
|
1368
|
-
|
|
1369
|
-
LocationArn: string | undefined;
|
|
1370
|
-
|
|
1371
|
-
ServerPort?: number;
|
|
1372
|
-
|
|
1373
|
-
ServerProtocol?: ObjectStorageServerProtocol | string;
|
|
1374
|
-
|
|
1375
|
-
Subdirectory?: string;
|
|
1376
|
-
|
|
1377
|
-
AccessKey?: string;
|
|
1378
|
-
|
|
1379
|
-
SecretKey?: string;
|
|
1380
|
-
|
|
1381
|
-
AgentArns?: string[];
|
|
1382
|
-
}
|
|
1383
|
-
export declare namespace UpdateLocationObjectStorageRequest {
|
|
1384
|
-
|
|
1385
|
-
const filterSensitiveLog: (obj: UpdateLocationObjectStorageRequest) => any;
|
|
1386
|
-
}
|
|
1387
|
-
export interface UpdateLocationObjectStorageResponse {
|
|
1388
|
-
}
|
|
1389
|
-
export declare namespace UpdateLocationObjectStorageResponse {
|
|
1390
|
-
|
|
1391
|
-
const filterSensitiveLog: (obj: UpdateLocationObjectStorageResponse) => any;
|
|
1392
|
-
}
|
|
1393
|
-
export interface UpdateLocationSmbRequest {
|
|
1394
|
-
|
|
1395
|
-
LocationArn: string | undefined;
|
|
1396
|
-
|
|
1397
|
-
Subdirectory?: string;
|
|
1398
|
-
|
|
1399
|
-
User?: string;
|
|
1400
|
-
|
|
1401
|
-
Domain?: string;
|
|
1402
|
-
|
|
1403
|
-
Password?: string;
|
|
1404
|
-
|
|
1405
|
-
AgentArns?: string[];
|
|
1406
|
-
|
|
1407
|
-
MountOptions?: SmbMountOptions;
|
|
1408
|
-
}
|
|
1409
|
-
export declare namespace UpdateLocationSmbRequest {
|
|
1410
|
-
|
|
1411
|
-
const filterSensitiveLog: (obj: UpdateLocationSmbRequest) => any;
|
|
1412
|
-
}
|
|
1413
|
-
export interface UpdateLocationSmbResponse {
|
|
1414
|
-
}
|
|
1415
|
-
export declare namespace UpdateLocationSmbResponse {
|
|
1416
|
-
|
|
1417
|
-
const filterSensitiveLog: (obj: UpdateLocationSmbResponse) => any;
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
|
-
export interface UpdateTaskRequest {
|
|
1421
|
-
|
|
1422
|
-
TaskArn: string | undefined;
|
|
1423
|
-
|
|
1424
|
-
Options?: Options;
|
|
1425
|
-
|
|
1426
|
-
Excludes?: FilterRule[];
|
|
1427
|
-
|
|
1428
|
-
Schedule?: TaskSchedule;
|
|
1429
|
-
|
|
1430
|
-
Name?: string;
|
|
1431
|
-
|
|
1432
|
-
CloudWatchLogGroupArn?: string;
|
|
1433
|
-
|
|
1434
|
-
Includes?: FilterRule[];
|
|
1435
|
-
}
|
|
1436
|
-
export declare namespace UpdateTaskRequest {
|
|
1437
|
-
|
|
1438
|
-
const filterSensitiveLog: (obj: UpdateTaskRequest) => any;
|
|
1439
|
-
}
|
|
1440
|
-
export interface UpdateTaskResponse {
|
|
1441
|
-
}
|
|
1442
|
-
export declare namespace UpdateTaskResponse {
|
|
1443
|
-
|
|
1444
|
-
const filterSensitiveLog: (obj: UpdateTaskResponse) => any;
|
|
1445
|
-
}
|
|
1446
|
-
export interface UpdateTaskExecutionRequest {
|
|
1447
|
-
|
|
1448
|
-
TaskExecutionArn: string | undefined;
|
|
1449
|
-
|
|
1450
|
-
Options: Options | undefined;
|
|
1451
|
-
}
|
|
1452
|
-
export declare namespace UpdateTaskExecutionRequest {
|
|
1453
|
-
|
|
1454
|
-
const filterSensitiveLog: (obj: UpdateTaskExecutionRequest) => any;
|
|
1455
|
-
}
|
|
1456
|
-
export interface UpdateTaskExecutionResponse {
|
|
1457
|
-
}
|
|
1458
|
-
export declare namespace UpdateTaskExecutionResponse {
|
|
1459
|
-
|
|
1460
|
-
const filterSensitiveLog: (obj: UpdateTaskExecutionResponse) => any;
|
|
1461
|
-
}
|