@aws-sdk/client-datasync 3.369.0 → 3.377.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/README.md +27 -3
- package/dist-cjs/DataSync.js +6 -0
- package/dist-cjs/commands/CreateLocationAzureBlobCommand.js +47 -0
- package/dist-cjs/commands/DescribeLocationAzureBlobCommand.js +46 -0
- package/dist-cjs/commands/UpdateLocationAzureBlobCommand.js +47 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +28 -2
- package/dist-cjs/protocols/Aws_json1_1.js +146 -3
- package/dist-es/DataSync.js +6 -0
- package/dist-es/commands/CreateLocationAzureBlobCommand.js +43 -0
- package/dist-es/commands/DescribeLocationAzureBlobCommand.js +42 -0
- package/dist-es/commands/UpdateLocationAzureBlobCommand.js +43 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +23 -0
- package/dist-es/protocols/Aws_json1_1.js +137 -0
- package/dist-types/DataSync.d.ts +24 -3
- package/dist-types/DataSyncClient.d.ts +8 -5
- package/dist-types/commands/CreateAgentCommand.d.ts +19 -12
- package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +98 -0
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocationSmbCommand.d.ts +3 -1
- package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +88 -0
- package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTaskCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +88 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +295 -87
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/DataSync.d.ts +51 -0
- package/dist-types/ts3.4/DataSyncClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +66 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/package.json +16 -17
|
@@ -3,6 +3,7 @@ import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
|
3
3
|
import { AddStorageSystemCommandInput, AddStorageSystemCommandOutput } from "../commands/AddStorageSystemCommand";
|
|
4
4
|
import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "../commands/CancelTaskExecutionCommand";
|
|
5
5
|
import { CreateAgentCommandInput, CreateAgentCommandOutput } from "../commands/CreateAgentCommand";
|
|
6
|
+
import { CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput } from "../commands/CreateLocationAzureBlobCommand";
|
|
6
7
|
import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "../commands/CreateLocationEfsCommand";
|
|
7
8
|
import { CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput } from "../commands/CreateLocationFsxLustreCommand";
|
|
8
9
|
import { CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput } from "../commands/CreateLocationFsxOntapCommand";
|
|
@@ -19,6 +20,7 @@ import { DeleteLocationCommandInput, DeleteLocationCommandOutput } from "../comm
|
|
|
19
20
|
import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "../commands/DeleteTaskCommand";
|
|
20
21
|
import { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "../commands/DescribeAgentCommand";
|
|
21
22
|
import { DescribeDiscoveryJobCommandInput, DescribeDiscoveryJobCommandOutput } from "../commands/DescribeDiscoveryJobCommand";
|
|
23
|
+
import { DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput } from "../commands/DescribeLocationAzureBlobCommand";
|
|
22
24
|
import { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "../commands/DescribeLocationEfsCommand";
|
|
23
25
|
import { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "../commands/DescribeLocationFsxLustreCommand";
|
|
24
26
|
import { DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput } from "../commands/DescribeLocationFsxOntapCommand";
|
|
@@ -50,6 +52,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
50
52
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
51
53
|
import { UpdateAgentCommandInput, UpdateAgentCommandOutput } from "../commands/UpdateAgentCommand";
|
|
52
54
|
import { UpdateDiscoveryJobCommandInput, UpdateDiscoveryJobCommandOutput } from "../commands/UpdateDiscoveryJobCommand";
|
|
55
|
+
import { UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput } from "../commands/UpdateLocationAzureBlobCommand";
|
|
53
56
|
import { UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput } from "../commands/UpdateLocationHdfsCommand";
|
|
54
57
|
import { UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput } from "../commands/UpdateLocationNfsCommand";
|
|
55
58
|
import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput } from "../commands/UpdateLocationObjectStorageCommand";
|
|
@@ -69,6 +72,10 @@ export declare const se_CancelTaskExecutionCommand: (input: CancelTaskExecutionC
|
|
|
69
72
|
* serializeAws_json1_1CreateAgentCommand
|
|
70
73
|
*/
|
|
71
74
|
export declare const se_CreateAgentCommand: (input: CreateAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
/**
|
|
76
|
+
* serializeAws_json1_1CreateLocationAzureBlobCommand
|
|
77
|
+
*/
|
|
78
|
+
export declare const se_CreateLocationAzureBlobCommand: (input: CreateLocationAzureBlobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
79
|
/**
|
|
73
80
|
* serializeAws_json1_1CreateLocationEfsCommand
|
|
74
81
|
*/
|
|
@@ -133,6 +140,10 @@ export declare const se_DescribeAgentCommand: (input: DescribeAgentCommandInput,
|
|
|
133
140
|
* serializeAws_json1_1DescribeDiscoveryJobCommand
|
|
134
141
|
*/
|
|
135
142
|
export declare const se_DescribeDiscoveryJobCommand: (input: DescribeDiscoveryJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
/**
|
|
144
|
+
* serializeAws_json1_1DescribeLocationAzureBlobCommand
|
|
145
|
+
*/
|
|
146
|
+
export declare const se_DescribeLocationAzureBlobCommand: (input: DescribeLocationAzureBlobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
147
|
/**
|
|
137
148
|
* serializeAws_json1_1DescribeLocationEfsCommand
|
|
138
149
|
*/
|
|
@@ -257,6 +268,10 @@ export declare const se_UpdateAgentCommand: (input: UpdateAgentCommandInput, con
|
|
|
257
268
|
* serializeAws_json1_1UpdateDiscoveryJobCommand
|
|
258
269
|
*/
|
|
259
270
|
export declare const se_UpdateDiscoveryJobCommand: (input: UpdateDiscoveryJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
271
|
+
/**
|
|
272
|
+
* serializeAws_json1_1UpdateLocationAzureBlobCommand
|
|
273
|
+
*/
|
|
274
|
+
export declare const se_UpdateLocationAzureBlobCommand: (input: UpdateLocationAzureBlobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
260
275
|
/**
|
|
261
276
|
* serializeAws_json1_1UpdateLocationHdfsCommand
|
|
262
277
|
*/
|
|
@@ -297,6 +312,10 @@ export declare const de_CancelTaskExecutionCommand: (output: __HttpResponse, con
|
|
|
297
312
|
* deserializeAws_json1_1CreateAgentCommand
|
|
298
313
|
*/
|
|
299
314
|
export declare const de_CreateAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentCommandOutput>;
|
|
315
|
+
/**
|
|
316
|
+
* deserializeAws_json1_1CreateLocationAzureBlobCommand
|
|
317
|
+
*/
|
|
318
|
+
export declare const de_CreateLocationAzureBlobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationAzureBlobCommandOutput>;
|
|
300
319
|
/**
|
|
301
320
|
* deserializeAws_json1_1CreateLocationEfsCommand
|
|
302
321
|
*/
|
|
@@ -361,6 +380,10 @@ export declare const de_DescribeAgentCommand: (output: __HttpResponse, context:
|
|
|
361
380
|
* deserializeAws_json1_1DescribeDiscoveryJobCommand
|
|
362
381
|
*/
|
|
363
382
|
export declare const de_DescribeDiscoveryJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDiscoveryJobCommandOutput>;
|
|
383
|
+
/**
|
|
384
|
+
* deserializeAws_json1_1DescribeLocationAzureBlobCommand
|
|
385
|
+
*/
|
|
386
|
+
export declare const de_DescribeLocationAzureBlobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationAzureBlobCommandOutput>;
|
|
364
387
|
/**
|
|
365
388
|
* deserializeAws_json1_1DescribeLocationEfsCommand
|
|
366
389
|
*/
|
|
@@ -485,6 +508,10 @@ export declare const de_UpdateAgentCommand: (output: __HttpResponse, context: __
|
|
|
485
508
|
* deserializeAws_json1_1UpdateDiscoveryJobCommand
|
|
486
509
|
*/
|
|
487
510
|
export declare const de_UpdateDiscoveryJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDiscoveryJobCommandOutput>;
|
|
511
|
+
/**
|
|
512
|
+
* deserializeAws_json1_1UpdateLocationAzureBlobCommand
|
|
513
|
+
*/
|
|
514
|
+
export declare const de_UpdateLocationAzureBlobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationAzureBlobCommandOutput>;
|
|
488
515
|
/**
|
|
489
516
|
* deserializeAws_json1_1UpdateLocationHdfsCommand
|
|
490
517
|
*/
|
|
@@ -11,6 +11,10 @@ import {
|
|
|
11
11
|
CreateAgentCommandInput,
|
|
12
12
|
CreateAgentCommandOutput,
|
|
13
13
|
} from "./commands/CreateAgentCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateLocationAzureBlobCommandInput,
|
|
16
|
+
CreateLocationAzureBlobCommandOutput,
|
|
17
|
+
} from "./commands/CreateLocationAzureBlobCommand";
|
|
14
18
|
import {
|
|
15
19
|
CreateLocationEfsCommandInput,
|
|
16
20
|
CreateLocationEfsCommandOutput,
|
|
@@ -75,6 +79,10 @@ import {
|
|
|
75
79
|
DescribeDiscoveryJobCommandInput,
|
|
76
80
|
DescribeDiscoveryJobCommandOutput,
|
|
77
81
|
} from "./commands/DescribeDiscoveryJobCommand";
|
|
82
|
+
import {
|
|
83
|
+
DescribeLocationAzureBlobCommandInput,
|
|
84
|
+
DescribeLocationAzureBlobCommandOutput,
|
|
85
|
+
} from "./commands/DescribeLocationAzureBlobCommand";
|
|
78
86
|
import {
|
|
79
87
|
DescribeLocationEfsCommandInput,
|
|
80
88
|
DescribeLocationEfsCommandOutput,
|
|
@@ -199,6 +207,10 @@ import {
|
|
|
199
207
|
UpdateDiscoveryJobCommandInput,
|
|
200
208
|
UpdateDiscoveryJobCommandOutput,
|
|
201
209
|
} from "./commands/UpdateDiscoveryJobCommand";
|
|
210
|
+
import {
|
|
211
|
+
UpdateLocationAzureBlobCommandInput,
|
|
212
|
+
UpdateLocationAzureBlobCommandOutput,
|
|
213
|
+
} from "./commands/UpdateLocationAzureBlobCommand";
|
|
202
214
|
import {
|
|
203
215
|
UpdateLocationHdfsCommandInput,
|
|
204
216
|
UpdateLocationHdfsCommandOutput,
|
|
@@ -268,6 +280,19 @@ export interface DataSync {
|
|
|
268
280
|
options: __HttpHandlerOptions,
|
|
269
281
|
cb: (err: any, data?: CreateAgentCommandOutput) => void
|
|
270
282
|
): void;
|
|
283
|
+
createLocationAzureBlob(
|
|
284
|
+
args: CreateLocationAzureBlobCommandInput,
|
|
285
|
+
options?: __HttpHandlerOptions
|
|
286
|
+
): Promise<CreateLocationAzureBlobCommandOutput>;
|
|
287
|
+
createLocationAzureBlob(
|
|
288
|
+
args: CreateLocationAzureBlobCommandInput,
|
|
289
|
+
cb: (err: any, data?: CreateLocationAzureBlobCommandOutput) => void
|
|
290
|
+
): void;
|
|
291
|
+
createLocationAzureBlob(
|
|
292
|
+
args: CreateLocationAzureBlobCommandInput,
|
|
293
|
+
options: __HttpHandlerOptions,
|
|
294
|
+
cb: (err: any, data?: CreateLocationAzureBlobCommandOutput) => void
|
|
295
|
+
): void;
|
|
271
296
|
createLocationEfs(
|
|
272
297
|
args: CreateLocationEfsCommandInput,
|
|
273
298
|
options?: __HttpHandlerOptions
|
|
@@ -476,6 +501,19 @@ export interface DataSync {
|
|
|
476
501
|
options: __HttpHandlerOptions,
|
|
477
502
|
cb: (err: any, data?: DescribeDiscoveryJobCommandOutput) => void
|
|
478
503
|
): void;
|
|
504
|
+
describeLocationAzureBlob(
|
|
505
|
+
args: DescribeLocationAzureBlobCommandInput,
|
|
506
|
+
options?: __HttpHandlerOptions
|
|
507
|
+
): Promise<DescribeLocationAzureBlobCommandOutput>;
|
|
508
|
+
describeLocationAzureBlob(
|
|
509
|
+
args: DescribeLocationAzureBlobCommandInput,
|
|
510
|
+
cb: (err: any, data?: DescribeLocationAzureBlobCommandOutput) => void
|
|
511
|
+
): void;
|
|
512
|
+
describeLocationAzureBlob(
|
|
513
|
+
args: DescribeLocationAzureBlobCommandInput,
|
|
514
|
+
options: __HttpHandlerOptions,
|
|
515
|
+
cb: (err: any, data?: DescribeLocationAzureBlobCommandOutput) => void
|
|
516
|
+
): void;
|
|
479
517
|
describeLocationEfs(
|
|
480
518
|
args: DescribeLocationEfsCommandInput,
|
|
481
519
|
options?: __HttpHandlerOptions
|
|
@@ -885,6 +923,19 @@ export interface DataSync {
|
|
|
885
923
|
options: __HttpHandlerOptions,
|
|
886
924
|
cb: (err: any, data?: UpdateDiscoveryJobCommandOutput) => void
|
|
887
925
|
): void;
|
|
926
|
+
updateLocationAzureBlob(
|
|
927
|
+
args: UpdateLocationAzureBlobCommandInput,
|
|
928
|
+
options?: __HttpHandlerOptions
|
|
929
|
+
): Promise<UpdateLocationAzureBlobCommandOutput>;
|
|
930
|
+
updateLocationAzureBlob(
|
|
931
|
+
args: UpdateLocationAzureBlobCommandInput,
|
|
932
|
+
cb: (err: any, data?: UpdateLocationAzureBlobCommandOutput) => void
|
|
933
|
+
): void;
|
|
934
|
+
updateLocationAzureBlob(
|
|
935
|
+
args: UpdateLocationAzureBlobCommandInput,
|
|
936
|
+
options: __HttpHandlerOptions,
|
|
937
|
+
cb: (err: any, data?: UpdateLocationAzureBlobCommandOutput) => void
|
|
938
|
+
): void;
|
|
888
939
|
updateLocationHdfs(
|
|
889
940
|
args: UpdateLocationHdfsCommandInput,
|
|
890
941
|
options?: __HttpHandlerOptions
|
|
@@ -56,6 +56,10 @@ import {
|
|
|
56
56
|
CreateAgentCommandInput,
|
|
57
57
|
CreateAgentCommandOutput,
|
|
58
58
|
} from "./commands/CreateAgentCommand";
|
|
59
|
+
import {
|
|
60
|
+
CreateLocationAzureBlobCommandInput,
|
|
61
|
+
CreateLocationAzureBlobCommandOutput,
|
|
62
|
+
} from "./commands/CreateLocationAzureBlobCommand";
|
|
59
63
|
import {
|
|
60
64
|
CreateLocationEfsCommandInput,
|
|
61
65
|
CreateLocationEfsCommandOutput,
|
|
@@ -120,6 +124,10 @@ import {
|
|
|
120
124
|
DescribeDiscoveryJobCommandInput,
|
|
121
125
|
DescribeDiscoveryJobCommandOutput,
|
|
122
126
|
} from "./commands/DescribeDiscoveryJobCommand";
|
|
127
|
+
import {
|
|
128
|
+
DescribeLocationAzureBlobCommandInput,
|
|
129
|
+
DescribeLocationAzureBlobCommandOutput,
|
|
130
|
+
} from "./commands/DescribeLocationAzureBlobCommand";
|
|
123
131
|
import {
|
|
124
132
|
DescribeLocationEfsCommandInput,
|
|
125
133
|
DescribeLocationEfsCommandOutput,
|
|
@@ -244,6 +252,10 @@ import {
|
|
|
244
252
|
UpdateDiscoveryJobCommandInput,
|
|
245
253
|
UpdateDiscoveryJobCommandOutput,
|
|
246
254
|
} from "./commands/UpdateDiscoveryJobCommand";
|
|
255
|
+
import {
|
|
256
|
+
UpdateLocationAzureBlobCommandInput,
|
|
257
|
+
UpdateLocationAzureBlobCommandOutput,
|
|
258
|
+
} from "./commands/UpdateLocationAzureBlobCommand";
|
|
247
259
|
import {
|
|
248
260
|
UpdateLocationHdfsCommandInput,
|
|
249
261
|
UpdateLocationHdfsCommandOutput,
|
|
@@ -282,6 +294,7 @@ export type ServiceInputTypes =
|
|
|
282
294
|
| AddStorageSystemCommandInput
|
|
283
295
|
| CancelTaskExecutionCommandInput
|
|
284
296
|
| CreateAgentCommandInput
|
|
297
|
+
| CreateLocationAzureBlobCommandInput
|
|
285
298
|
| CreateLocationEfsCommandInput
|
|
286
299
|
| CreateLocationFsxLustreCommandInput
|
|
287
300
|
| CreateLocationFsxOntapCommandInput
|
|
@@ -298,6 +311,7 @@ export type ServiceInputTypes =
|
|
|
298
311
|
| DeleteTaskCommandInput
|
|
299
312
|
| DescribeAgentCommandInput
|
|
300
313
|
| DescribeDiscoveryJobCommandInput
|
|
314
|
+
| DescribeLocationAzureBlobCommandInput
|
|
301
315
|
| DescribeLocationEfsCommandInput
|
|
302
316
|
| DescribeLocationFsxLustreCommandInput
|
|
303
317
|
| DescribeLocationFsxOntapCommandInput
|
|
@@ -329,6 +343,7 @@ export type ServiceInputTypes =
|
|
|
329
343
|
| UntagResourceCommandInput
|
|
330
344
|
| UpdateAgentCommandInput
|
|
331
345
|
| UpdateDiscoveryJobCommandInput
|
|
346
|
+
| UpdateLocationAzureBlobCommandInput
|
|
332
347
|
| UpdateLocationHdfsCommandInput
|
|
333
348
|
| UpdateLocationNfsCommandInput
|
|
334
349
|
| UpdateLocationObjectStorageCommandInput
|
|
@@ -340,6 +355,7 @@ export type ServiceOutputTypes =
|
|
|
340
355
|
| AddStorageSystemCommandOutput
|
|
341
356
|
| CancelTaskExecutionCommandOutput
|
|
342
357
|
| CreateAgentCommandOutput
|
|
358
|
+
| CreateLocationAzureBlobCommandOutput
|
|
343
359
|
| CreateLocationEfsCommandOutput
|
|
344
360
|
| CreateLocationFsxLustreCommandOutput
|
|
345
361
|
| CreateLocationFsxOntapCommandOutput
|
|
@@ -356,6 +372,7 @@ export type ServiceOutputTypes =
|
|
|
356
372
|
| DeleteTaskCommandOutput
|
|
357
373
|
| DescribeAgentCommandOutput
|
|
358
374
|
| DescribeDiscoveryJobCommandOutput
|
|
375
|
+
| DescribeLocationAzureBlobCommandOutput
|
|
359
376
|
| DescribeLocationEfsCommandOutput
|
|
360
377
|
| DescribeLocationFsxLustreCommandOutput
|
|
361
378
|
| DescribeLocationFsxOntapCommandOutput
|
|
@@ -387,6 +404,7 @@ export type ServiceOutputTypes =
|
|
|
387
404
|
| UntagResourceCommandOutput
|
|
388
405
|
| UpdateAgentCommandOutput
|
|
389
406
|
| UpdateDiscoveryJobCommandOutput
|
|
407
|
+
| UpdateLocationAzureBlobCommandOutput
|
|
390
408
|
| UpdateLocationHdfsCommandOutput
|
|
391
409
|
| UpdateLocationNfsCommandOutput
|
|
392
410
|
| UpdateLocationObjectStorageCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DataSyncClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DataSyncClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateLocationAzureBlobRequest,
|
|
16
|
+
CreateLocationAzureBlobResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateLocationAzureBlobCommandInput
|
|
20
|
+
extends CreateLocationAzureBlobRequest {}
|
|
21
|
+
export interface CreateLocationAzureBlobCommandOutput
|
|
22
|
+
extends CreateLocationAzureBlobResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateLocationAzureBlobCommand extends $Command<
|
|
25
|
+
CreateLocationAzureBlobCommandInput,
|
|
26
|
+
CreateLocationAzureBlobCommandOutput,
|
|
27
|
+
DataSyncClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateLocationAzureBlobCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateLocationAzureBlobCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DataSyncClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateLocationAzureBlobCommandInput,
|
|
38
|
+
CreateLocationAzureBlobCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DataSyncClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DataSyncClient";
|
|
14
|
+
import {
|
|
15
|
+
DescribeLocationAzureBlobRequest,
|
|
16
|
+
DescribeLocationAzureBlobResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeLocationAzureBlobCommandInput
|
|
20
|
+
extends DescribeLocationAzureBlobRequest {}
|
|
21
|
+
export interface DescribeLocationAzureBlobCommandOutput
|
|
22
|
+
extends DescribeLocationAzureBlobResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeLocationAzureBlobCommand extends $Command<
|
|
25
|
+
DescribeLocationAzureBlobCommandInput,
|
|
26
|
+
DescribeLocationAzureBlobCommandOutput,
|
|
27
|
+
DataSyncClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeLocationAzureBlobCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeLocationAzureBlobCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DataSyncClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeLocationAzureBlobCommandInput,
|
|
38
|
+
DescribeLocationAzureBlobCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DataSyncClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DataSyncClient";
|
|
14
|
+
import {
|
|
15
|
+
UpdateLocationAzureBlobRequest,
|
|
16
|
+
UpdateLocationAzureBlobResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateLocationAzureBlobCommandInput
|
|
20
|
+
extends UpdateLocationAzureBlobRequest {}
|
|
21
|
+
export interface UpdateLocationAzureBlobCommandOutput
|
|
22
|
+
extends UpdateLocationAzureBlobResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateLocationAzureBlobCommand extends $Command<
|
|
25
|
+
UpdateLocationAzureBlobCommandInput,
|
|
26
|
+
UpdateLocationAzureBlobCommandOutput,
|
|
27
|
+
DataSyncClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateLocationAzureBlobCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateLocationAzureBlobCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DataSyncClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdateLocationAzureBlobCommandInput,
|
|
38
|
+
UpdateLocationAzureBlobCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./AddStorageSystemCommand";
|
|
2
2
|
export * from "./CancelTaskExecutionCommand";
|
|
3
3
|
export * from "./CreateAgentCommand";
|
|
4
|
+
export * from "./CreateLocationAzureBlobCommand";
|
|
4
5
|
export * from "./CreateLocationEfsCommand";
|
|
5
6
|
export * from "./CreateLocationFsxLustreCommand";
|
|
6
7
|
export * from "./CreateLocationFsxOntapCommand";
|
|
@@ -17,6 +18,7 @@ export * from "./DeleteLocationCommand";
|
|
|
17
18
|
export * from "./DeleteTaskCommand";
|
|
18
19
|
export * from "./DescribeAgentCommand";
|
|
19
20
|
export * from "./DescribeDiscoveryJobCommand";
|
|
21
|
+
export * from "./DescribeLocationAzureBlobCommand";
|
|
20
22
|
export * from "./DescribeLocationEfsCommand";
|
|
21
23
|
export * from "./DescribeLocationFsxLustreCommand";
|
|
22
24
|
export * from "./DescribeLocationFsxOntapCommand";
|
|
@@ -48,6 +50,7 @@ export * from "./TagResourceCommand";
|
|
|
48
50
|
export * from "./UntagResourceCommand";
|
|
49
51
|
export * from "./UpdateAgentCommand";
|
|
50
52
|
export * from "./UpdateDiscoveryJobCommand";
|
|
53
|
+
export * from "./UpdateLocationAzureBlobCommand";
|
|
51
54
|
export * from "./UpdateLocationHdfsCommand";
|
|
52
55
|
export * from "./UpdateLocationNfsCommand";
|
|
53
56
|
export * from "./UpdateLocationObjectStorageCommand";
|
|
@@ -60,6 +60,25 @@ export declare const Atime: {
|
|
|
60
60
|
readonly NONE: "NONE";
|
|
61
61
|
};
|
|
62
62
|
export type Atime = (typeof Atime)[keyof typeof Atime];
|
|
63
|
+
export declare const AzureAccessTier: {
|
|
64
|
+
readonly ARCHIVE: "ARCHIVE";
|
|
65
|
+
readonly COOL: "COOL";
|
|
66
|
+
readonly HOT: "HOT";
|
|
67
|
+
};
|
|
68
|
+
export type AzureAccessTier =
|
|
69
|
+
(typeof AzureAccessTier)[keyof typeof AzureAccessTier];
|
|
70
|
+
export declare const AzureBlobAuthenticationType: {
|
|
71
|
+
readonly SAS: "SAS";
|
|
72
|
+
};
|
|
73
|
+
export type AzureBlobAuthenticationType =
|
|
74
|
+
(typeof AzureBlobAuthenticationType)[keyof typeof AzureBlobAuthenticationType];
|
|
75
|
+
export interface AzureBlobSasConfiguration {
|
|
76
|
+
Token: string | undefined;
|
|
77
|
+
}
|
|
78
|
+
export declare const AzureBlobType: {
|
|
79
|
+
readonly BLOCK: "BLOCK";
|
|
80
|
+
};
|
|
81
|
+
export type AzureBlobType = (typeof AzureBlobType)[keyof typeof AzureBlobType];
|
|
63
82
|
export interface CancelTaskExecutionRequest {
|
|
64
83
|
TaskExecutionArn: string | undefined;
|
|
65
84
|
}
|
|
@@ -80,6 +99,19 @@ export interface CreateAgentRequest {
|
|
|
80
99
|
export interface CreateAgentResponse {
|
|
81
100
|
AgentArn?: string;
|
|
82
101
|
}
|
|
102
|
+
export interface CreateLocationAzureBlobRequest {
|
|
103
|
+
ContainerUrl: string | undefined;
|
|
104
|
+
AuthenticationType: AzureBlobAuthenticationType | string | undefined;
|
|
105
|
+
SasConfiguration?: AzureBlobSasConfiguration;
|
|
106
|
+
BlobType?: AzureBlobType | string;
|
|
107
|
+
AccessTier?: AzureAccessTier | string;
|
|
108
|
+
Subdirectory?: string;
|
|
109
|
+
AgentArns: string[] | undefined;
|
|
110
|
+
Tags?: TagListEntry[];
|
|
111
|
+
}
|
|
112
|
+
export interface CreateLocationAzureBlobResponse {
|
|
113
|
+
LocationArn?: string;
|
|
114
|
+
}
|
|
83
115
|
export interface Ec2Config {
|
|
84
116
|
SubnetArn: string | undefined;
|
|
85
117
|
SecurityGroupArns: string[] | undefined;
|
|
@@ -474,6 +506,18 @@ export interface DescribeDiscoveryJobResponse {
|
|
|
474
506
|
JobStartTime?: Date;
|
|
475
507
|
JobEndTime?: Date;
|
|
476
508
|
}
|
|
509
|
+
export interface DescribeLocationAzureBlobRequest {
|
|
510
|
+
LocationArn: string | undefined;
|
|
511
|
+
}
|
|
512
|
+
export interface DescribeLocationAzureBlobResponse {
|
|
513
|
+
LocationArn?: string;
|
|
514
|
+
LocationUri?: string;
|
|
515
|
+
AuthenticationType?: AzureBlobAuthenticationType | string;
|
|
516
|
+
BlobType?: AzureBlobType | string;
|
|
517
|
+
AccessTier?: AzureAccessTier | string;
|
|
518
|
+
AgentArns?: string[];
|
|
519
|
+
CreationTime?: Date;
|
|
520
|
+
}
|
|
477
521
|
export interface DescribeLocationEfsRequest {
|
|
478
522
|
LocationArn: string | undefined;
|
|
479
523
|
}
|
|
@@ -712,6 +756,7 @@ export interface NetAppONTAPCluster {
|
|
|
712
756
|
ClusterBlockStorageLogicalUsed?: number;
|
|
713
757
|
Recommendations?: Recommendation[];
|
|
714
758
|
RecommendationStatus?: RecommendationStatus | string;
|
|
759
|
+
LunCount?: number;
|
|
715
760
|
}
|
|
716
761
|
export interface NetAppONTAPSVM {
|
|
717
762
|
ClusterUuid?: string;
|
|
@@ -727,6 +772,7 @@ export interface NetAppONTAPSVM {
|
|
|
727
772
|
NfsExportedVolumes?: number;
|
|
728
773
|
RecommendationStatus?: RecommendationStatus | string;
|
|
729
774
|
TotalSnapshotCapacityUsed?: number;
|
|
775
|
+
LunCount?: number;
|
|
730
776
|
}
|
|
731
777
|
export interface NetAppONTAPVolume {
|
|
732
778
|
VolumeName?: string;
|
|
@@ -743,6 +789,7 @@ export interface NetAppONTAPVolume {
|
|
|
743
789
|
MaxP95Performance?: MaxP95Performance;
|
|
744
790
|
Recommendations?: Recommendation[];
|
|
745
791
|
RecommendationStatus?: RecommendationStatus | string;
|
|
792
|
+
LunCount?: number;
|
|
746
793
|
}
|
|
747
794
|
export interface ResourceDetails {
|
|
748
795
|
NetAppONTAPSVMs?: NetAppONTAPSVM[];
|
|
@@ -999,6 +1046,16 @@ export interface UpdateDiscoveryJobRequest {
|
|
|
999
1046
|
CollectionDurationMinutes: number | undefined;
|
|
1000
1047
|
}
|
|
1001
1048
|
export interface UpdateDiscoveryJobResponse {}
|
|
1049
|
+
export interface UpdateLocationAzureBlobRequest {
|
|
1050
|
+
LocationArn: string | undefined;
|
|
1051
|
+
Subdirectory?: string;
|
|
1052
|
+
AuthenticationType?: AzureBlobAuthenticationType | string;
|
|
1053
|
+
SasConfiguration?: AzureBlobSasConfiguration;
|
|
1054
|
+
BlobType?: AzureBlobType | string;
|
|
1055
|
+
AccessTier?: AzureAccessTier | string;
|
|
1056
|
+
AgentArns?: string[];
|
|
1057
|
+
}
|
|
1058
|
+
export interface UpdateLocationAzureBlobResponse {}
|
|
1002
1059
|
export interface UpdateLocationHdfsRequest {
|
|
1003
1060
|
LocationArn: string | undefined;
|
|
1004
1061
|
Subdirectory?: string;
|
|
@@ -1071,6 +1128,12 @@ export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
|
|
|
1071
1128
|
export declare const AddStorageSystemRequestFilterSensitiveLog: (
|
|
1072
1129
|
obj: AddStorageSystemRequest
|
|
1073
1130
|
) => any;
|
|
1131
|
+
export declare const AzureBlobSasConfigurationFilterSensitiveLog: (
|
|
1132
|
+
obj: AzureBlobSasConfiguration
|
|
1133
|
+
) => any;
|
|
1134
|
+
export declare const CreateLocationAzureBlobRequestFilterSensitiveLog: (
|
|
1135
|
+
obj: CreateLocationAzureBlobRequest
|
|
1136
|
+
) => any;
|
|
1074
1137
|
export declare const FsxProtocolSmbFilterSensitiveLog: (
|
|
1075
1138
|
obj: FsxProtocolSmb
|
|
1076
1139
|
) => any;
|
|
@@ -1096,6 +1159,9 @@ export declare const DescribeLocationFsxOntapResponseFilterSensitiveLog: (
|
|
|
1096
1159
|
export declare const DescribeLocationFsxOpenZfsResponseFilterSensitiveLog: (
|
|
1097
1160
|
obj: DescribeLocationFsxOpenZfsResponse
|
|
1098
1161
|
) => any;
|
|
1162
|
+
export declare const UpdateLocationAzureBlobRequestFilterSensitiveLog: (
|
|
1163
|
+
obj: UpdateLocationAzureBlobRequest
|
|
1164
|
+
) => any;
|
|
1099
1165
|
export declare const UpdateLocationObjectStorageRequestFilterSensitiveLog: (
|
|
1100
1166
|
obj: UpdateLocationObjectStorageRequest
|
|
1101
1167
|
) => any;
|
|
@@ -15,6 +15,10 @@ import {
|
|
|
15
15
|
CreateAgentCommandInput,
|
|
16
16
|
CreateAgentCommandOutput,
|
|
17
17
|
} from "../commands/CreateAgentCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateLocationAzureBlobCommandInput,
|
|
20
|
+
CreateLocationAzureBlobCommandOutput,
|
|
21
|
+
} from "../commands/CreateLocationAzureBlobCommand";
|
|
18
22
|
import {
|
|
19
23
|
CreateLocationEfsCommandInput,
|
|
20
24
|
CreateLocationEfsCommandOutput,
|
|
@@ -79,6 +83,10 @@ import {
|
|
|
79
83
|
DescribeDiscoveryJobCommandInput,
|
|
80
84
|
DescribeDiscoveryJobCommandOutput,
|
|
81
85
|
} from "../commands/DescribeDiscoveryJobCommand";
|
|
86
|
+
import {
|
|
87
|
+
DescribeLocationAzureBlobCommandInput,
|
|
88
|
+
DescribeLocationAzureBlobCommandOutput,
|
|
89
|
+
} from "../commands/DescribeLocationAzureBlobCommand";
|
|
82
90
|
import {
|
|
83
91
|
DescribeLocationEfsCommandInput,
|
|
84
92
|
DescribeLocationEfsCommandOutput,
|
|
@@ -203,6 +211,10 @@ import {
|
|
|
203
211
|
UpdateDiscoveryJobCommandInput,
|
|
204
212
|
UpdateDiscoveryJobCommandOutput,
|
|
205
213
|
} from "../commands/UpdateDiscoveryJobCommand";
|
|
214
|
+
import {
|
|
215
|
+
UpdateLocationAzureBlobCommandInput,
|
|
216
|
+
UpdateLocationAzureBlobCommandOutput,
|
|
217
|
+
} from "../commands/UpdateLocationAzureBlobCommand";
|
|
206
218
|
import {
|
|
207
219
|
UpdateLocationHdfsCommandInput,
|
|
208
220
|
UpdateLocationHdfsCommandOutput,
|
|
@@ -243,6 +255,10 @@ export declare const se_CreateAgentCommand: (
|
|
|
243
255
|
input: CreateAgentCommandInput,
|
|
244
256
|
context: __SerdeContext
|
|
245
257
|
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const se_CreateLocationAzureBlobCommand: (
|
|
259
|
+
input: CreateLocationAzureBlobCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
246
262
|
export declare const se_CreateLocationEfsCommand: (
|
|
247
263
|
input: CreateLocationEfsCommandInput,
|
|
248
264
|
context: __SerdeContext
|
|
@@ -307,6 +323,10 @@ export declare const se_DescribeDiscoveryJobCommand: (
|
|
|
307
323
|
input: DescribeDiscoveryJobCommandInput,
|
|
308
324
|
context: __SerdeContext
|
|
309
325
|
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const se_DescribeLocationAzureBlobCommand: (
|
|
327
|
+
input: DescribeLocationAzureBlobCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
310
330
|
export declare const se_DescribeLocationEfsCommand: (
|
|
311
331
|
input: DescribeLocationEfsCommandInput,
|
|
312
332
|
context: __SerdeContext
|
|
@@ -431,6 +451,10 @@ export declare const se_UpdateDiscoveryJobCommand: (
|
|
|
431
451
|
input: UpdateDiscoveryJobCommandInput,
|
|
432
452
|
context: __SerdeContext
|
|
433
453
|
) => Promise<__HttpRequest>;
|
|
454
|
+
export declare const se_UpdateLocationAzureBlobCommand: (
|
|
455
|
+
input: UpdateLocationAzureBlobCommandInput,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<__HttpRequest>;
|
|
434
458
|
export declare const se_UpdateLocationHdfsCommand: (
|
|
435
459
|
input: UpdateLocationHdfsCommandInput,
|
|
436
460
|
context: __SerdeContext
|
|
@@ -471,6 +495,10 @@ export declare const de_CreateAgentCommand: (
|
|
|
471
495
|
output: __HttpResponse,
|
|
472
496
|
context: __SerdeContext
|
|
473
497
|
) => Promise<CreateAgentCommandOutput>;
|
|
498
|
+
export declare const de_CreateLocationAzureBlobCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<CreateLocationAzureBlobCommandOutput>;
|
|
474
502
|
export declare const de_CreateLocationEfsCommand: (
|
|
475
503
|
output: __HttpResponse,
|
|
476
504
|
context: __SerdeContext
|
|
@@ -535,6 +563,10 @@ export declare const de_DescribeDiscoveryJobCommand: (
|
|
|
535
563
|
output: __HttpResponse,
|
|
536
564
|
context: __SerdeContext
|
|
537
565
|
) => Promise<DescribeDiscoveryJobCommandOutput>;
|
|
566
|
+
export declare const de_DescribeLocationAzureBlobCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<DescribeLocationAzureBlobCommandOutput>;
|
|
538
570
|
export declare const de_DescribeLocationEfsCommand: (
|
|
539
571
|
output: __HttpResponse,
|
|
540
572
|
context: __SerdeContext
|
|
@@ -659,6 +691,10 @@ export declare const de_UpdateDiscoveryJobCommand: (
|
|
|
659
691
|
output: __HttpResponse,
|
|
660
692
|
context: __SerdeContext
|
|
661
693
|
) => Promise<UpdateDiscoveryJobCommandOutput>;
|
|
694
|
+
export declare const de_UpdateLocationAzureBlobCommand: (
|
|
695
|
+
output: __HttpResponse,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<UpdateLocationAzureBlobCommandOutput>;
|
|
662
698
|
export declare const de_UpdateLocationHdfsCommand: (
|
|
663
699
|
output: __HttpResponse,
|
|
664
700
|
context: __SerdeContext
|