@aws-sdk/client-datasync 3.810.0 → 3.814.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/README.md +3 -107
  2. package/dist-cjs/index.js +26 -890
  3. package/dist-es/DataSync.js +0 -26
  4. package/dist-es/commands/index.js +0 -13
  5. package/dist-es/models/models_0.js +18 -62
  6. package/dist-es/pagination/index.js +0 -4
  7. package/dist-es/protocols/Aws_json1_1.js +2 -554
  8. package/dist-types/DataSync.d.ts +3 -96
  9. package/dist-types/DataSyncClient.d.ts +5 -18
  10. package/dist-types/commands/CreateAgentCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +3 -3
  12. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +5 -4
  13. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +2 -2
  14. package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -2
  15. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +1 -2
  16. package/dist-types/commands/CreateLocationS3Command.d.ts +4 -2
  17. package/dist-types/commands/CreateTaskCommand.d.ts +4 -3
  18. package/dist-types/commands/DescribeAgentCommand.d.ts +2 -2
  19. package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeTaskCommand.d.ts +2 -1
  21. package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +2 -1
  22. package/dist-types/commands/UpdateLocationEfsCommand.d.ts +4 -2
  23. package/dist-types/commands/UpdateLocationFsxLustreCommand.d.ts +4 -2
  24. package/dist-types/commands/UpdateLocationFsxOntapCommand.d.ts +4 -2
  25. package/dist-types/commands/UpdateLocationFsxOpenZfsCommand.d.ts +5 -3
  26. package/dist-types/commands/UpdateLocationFsxWindowsCommand.d.ts +4 -2
  27. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +4 -3
  28. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +4 -3
  29. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +4 -2
  30. package/dist-types/commands/UpdateLocationS3Command.d.ts +3 -2
  31. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +4 -3
  32. package/dist-types/commands/UpdateTaskCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +2 -2
  34. package/dist-types/commands/index.d.ts +0 -13
  35. package/dist-types/index.d.ts +3 -3
  36. package/dist-types/models/models_0.d.ts +368 -1499
  37. package/dist-types/pagination/index.d.ts +0 -4
  38. package/dist-types/protocols/Aws_json1_1.d.ts +0 -117
  39. package/dist-types/ts3.4/DataSync.d.ts +0 -229
  40. package/dist-types/ts3.4/DataSyncClient.d.ts +0 -78
  41. package/dist-types/ts3.4/commands/index.d.ts +0 -13
  42. package/dist-types/ts3.4/models/models_0.d.ts +18 -307
  43. package/dist-types/ts3.4/pagination/index.d.ts +0 -4
  44. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -156
  45. package/package.json +6 -8
  46. package/dist-es/commands/AddStorageSystemCommand.js +0 -23
  47. package/dist-es/commands/DescribeDiscoveryJobCommand.js +0 -22
  48. package/dist-es/commands/DescribeStorageSystemCommand.js +0 -22
  49. package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +0 -22
  50. package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +0 -22
  51. package/dist-es/commands/GenerateRecommendationsCommand.js +0 -22
  52. package/dist-es/commands/ListDiscoveryJobsCommand.js +0 -22
  53. package/dist-es/commands/ListStorageSystemsCommand.js +0 -22
  54. package/dist-es/commands/RemoveStorageSystemCommand.js +0 -22
  55. package/dist-es/commands/StartDiscoveryJobCommand.js +0 -22
  56. package/dist-es/commands/StopDiscoveryJobCommand.js +0 -22
  57. package/dist-es/commands/UpdateDiscoveryJobCommand.js +0 -22
  58. package/dist-es/commands/UpdateStorageSystemCommand.js +0 -23
  59. package/dist-es/pagination/DescribeStorageSystemResourceMetricsPaginator.js +0 -4
  60. package/dist-es/pagination/DescribeStorageSystemResourcesPaginator.js +0 -4
  61. package/dist-es/pagination/ListDiscoveryJobsPaginator.js +0 -4
  62. package/dist-es/pagination/ListStorageSystemsPaginator.js +0 -4
  63. package/dist-types/commands/AddStorageSystemCommand.d.ts +0 -100
  64. package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +0 -84
  65. package/dist-types/commands/DescribeStorageSystemCommand.d.ts +0 -94
  66. package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +0 -118
  67. package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +0 -208
  68. package/dist-types/commands/GenerateRecommendationsCommand.d.ts +0 -85
  69. package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +0 -88
  70. package/dist-types/commands/ListStorageSystemsCommand.d.ts +0 -86
  71. package/dist-types/commands/RemoveStorageSystemCommand.d.ts +0 -78
  72. package/dist-types/commands/StartDiscoveryJobCommand.d.ts +0 -89
  73. package/dist-types/commands/StopDiscoveryJobCommand.d.ts +0 -80
  74. package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +0 -78
  75. package/dist-types/commands/UpdateStorageSystemCommand.d.ts +0 -91
  76. package/dist-types/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +0 -7
  77. package/dist-types/pagination/DescribeStorageSystemResourcesPaginator.d.ts +0 -7
  78. package/dist-types/pagination/ListDiscoveryJobsPaginator.d.ts +0 -7
  79. package/dist-types/pagination/ListStorageSystemsPaginator.d.ts +0 -7
  80. package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +0 -50
  81. package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +0 -51
  82. package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +0 -51
  83. package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +0 -51
  84. package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +0 -51
  85. package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +0 -51
  86. package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +0 -51
  87. package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +0 -51
  88. package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +0 -51
  89. package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +0 -51
  90. package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +0 -50
  91. package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +0 -51
  92. package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +0 -51
  93. package/dist-types/ts3.4/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +0 -11
  94. package/dist-types/ts3.4/pagination/DescribeStorageSystemResourcesPaginator.d.ts +0 -11
  95. package/dist-types/ts3.4/pagination/ListDiscoveryJobsPaginator.d.ts +0 -11
  96. package/dist-types/ts3.4/pagination/ListStorageSystemsPaginator.d.ts +0 -11
@@ -45,10 +45,6 @@ import {
45
45
  HttpAuthSchemeInputConfig,
46
46
  HttpAuthSchemeResolvedConfig,
47
47
  } from "./auth/httpAuthSchemeProvider";
48
- import {
49
- AddStorageSystemCommandInput,
50
- AddStorageSystemCommandOutput,
51
- } from "./commands/AddStorageSystemCommand";
52
48
  import {
53
49
  CancelTaskExecutionCommandInput,
54
50
  CancelTaskExecutionCommandOutput,
@@ -121,10 +117,6 @@ import {
121
117
  DescribeAgentCommandInput,
122
118
  DescribeAgentCommandOutput,
123
119
  } from "./commands/DescribeAgentCommand";
124
- import {
125
- DescribeDiscoveryJobCommandInput,
126
- DescribeDiscoveryJobCommandOutput,
127
- } from "./commands/DescribeDiscoveryJobCommand";
128
120
  import {
129
121
  DescribeLocationAzureBlobCommandInput,
130
122
  DescribeLocationAzureBlobCommandOutput,
@@ -169,18 +161,6 @@ import {
169
161
  DescribeLocationSmbCommandInput,
170
162
  DescribeLocationSmbCommandOutput,
171
163
  } from "./commands/DescribeLocationSmbCommand";
172
- import {
173
- DescribeStorageSystemCommandInput,
174
- DescribeStorageSystemCommandOutput,
175
- } from "./commands/DescribeStorageSystemCommand";
176
- import {
177
- DescribeStorageSystemResourceMetricsCommandInput,
178
- DescribeStorageSystemResourceMetricsCommandOutput,
179
- } from "./commands/DescribeStorageSystemResourceMetricsCommand";
180
- import {
181
- DescribeStorageSystemResourcesCommandInput,
182
- DescribeStorageSystemResourcesCommandOutput,
183
- } from "./commands/DescribeStorageSystemResourcesCommand";
184
164
  import {
185
165
  DescribeTaskCommandInput,
186
166
  DescribeTaskCommandOutput,
@@ -189,26 +169,14 @@ import {
189
169
  DescribeTaskExecutionCommandInput,
190
170
  DescribeTaskExecutionCommandOutput,
191
171
  } from "./commands/DescribeTaskExecutionCommand";
192
- import {
193
- GenerateRecommendationsCommandInput,
194
- GenerateRecommendationsCommandOutput,
195
- } from "./commands/GenerateRecommendationsCommand";
196
172
  import {
197
173
  ListAgentsCommandInput,
198
174
  ListAgentsCommandOutput,
199
175
  } from "./commands/ListAgentsCommand";
200
- import {
201
- ListDiscoveryJobsCommandInput,
202
- ListDiscoveryJobsCommandOutput,
203
- } from "./commands/ListDiscoveryJobsCommand";
204
176
  import {
205
177
  ListLocationsCommandInput,
206
178
  ListLocationsCommandOutput,
207
179
  } from "./commands/ListLocationsCommand";
208
- import {
209
- ListStorageSystemsCommandInput,
210
- ListStorageSystemsCommandOutput,
211
- } from "./commands/ListStorageSystemsCommand";
212
180
  import {
213
181
  ListTagsForResourceCommandInput,
214
182
  ListTagsForResourceCommandOutput,
@@ -221,22 +189,10 @@ import {
221
189
  ListTasksCommandInput,
222
190
  ListTasksCommandOutput,
223
191
  } from "./commands/ListTasksCommand";
224
- import {
225
- RemoveStorageSystemCommandInput,
226
- RemoveStorageSystemCommandOutput,
227
- } from "./commands/RemoveStorageSystemCommand";
228
- import {
229
- StartDiscoveryJobCommandInput,
230
- StartDiscoveryJobCommandOutput,
231
- } from "./commands/StartDiscoveryJobCommand";
232
192
  import {
233
193
  StartTaskExecutionCommandInput,
234
194
  StartTaskExecutionCommandOutput,
235
195
  } from "./commands/StartTaskExecutionCommand";
236
- import {
237
- StopDiscoveryJobCommandInput,
238
- StopDiscoveryJobCommandOutput,
239
- } from "./commands/StopDiscoveryJobCommand";
240
196
  import {
241
197
  TagResourceCommandInput,
242
198
  TagResourceCommandOutput,
@@ -249,10 +205,6 @@ import {
249
205
  UpdateAgentCommandInput,
250
206
  UpdateAgentCommandOutput,
251
207
  } from "./commands/UpdateAgentCommand";
252
- import {
253
- UpdateDiscoveryJobCommandInput,
254
- UpdateDiscoveryJobCommandOutput,
255
- } from "./commands/UpdateDiscoveryJobCommand";
256
208
  import {
257
209
  UpdateLocationAzureBlobCommandInput,
258
210
  UpdateLocationAzureBlobCommandOutput,
@@ -297,10 +249,6 @@ import {
297
249
  UpdateLocationSmbCommandInput,
298
250
  UpdateLocationSmbCommandOutput,
299
251
  } from "./commands/UpdateLocationSmbCommand";
300
- import {
301
- UpdateStorageSystemCommandInput,
302
- UpdateStorageSystemCommandOutput,
303
- } from "./commands/UpdateStorageSystemCommand";
304
252
  import {
305
253
  UpdateTaskCommandInput,
306
254
  UpdateTaskCommandOutput,
@@ -317,7 +265,6 @@ import {
317
265
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
318
266
  export { __Client };
319
267
  export type ServiceInputTypes =
320
- | AddStorageSystemCommandInput
321
268
  | CancelTaskExecutionCommandInput
322
269
  | CreateAgentCommandInput
323
270
  | CreateLocationAzureBlobCommandInput
@@ -336,7 +283,6 @@ export type ServiceInputTypes =
336
283
  | DeleteLocationCommandInput
337
284
  | DeleteTaskCommandInput
338
285
  | DescribeAgentCommandInput
339
- | DescribeDiscoveryJobCommandInput
340
286
  | DescribeLocationAzureBlobCommandInput
341
287
  | DescribeLocationEfsCommandInput
342
288
  | DescribeLocationFsxLustreCommandInput
@@ -348,27 +294,17 @@ export type ServiceInputTypes =
348
294
  | DescribeLocationObjectStorageCommandInput
349
295
  | DescribeLocationS3CommandInput
350
296
  | DescribeLocationSmbCommandInput
351
- | DescribeStorageSystemCommandInput
352
- | DescribeStorageSystemResourceMetricsCommandInput
353
- | DescribeStorageSystemResourcesCommandInput
354
297
  | DescribeTaskCommandInput
355
298
  | DescribeTaskExecutionCommandInput
356
- | GenerateRecommendationsCommandInput
357
299
  | ListAgentsCommandInput
358
- | ListDiscoveryJobsCommandInput
359
300
  | ListLocationsCommandInput
360
- | ListStorageSystemsCommandInput
361
301
  | ListTagsForResourceCommandInput
362
302
  | ListTaskExecutionsCommandInput
363
303
  | ListTasksCommandInput
364
- | RemoveStorageSystemCommandInput
365
- | StartDiscoveryJobCommandInput
366
304
  | StartTaskExecutionCommandInput
367
- | StopDiscoveryJobCommandInput
368
305
  | TagResourceCommandInput
369
306
  | UntagResourceCommandInput
370
307
  | UpdateAgentCommandInput
371
- | UpdateDiscoveryJobCommandInput
372
308
  | UpdateLocationAzureBlobCommandInput
373
309
  | UpdateLocationEfsCommandInput
374
310
  | UpdateLocationFsxLustreCommandInput
@@ -380,11 +316,9 @@ export type ServiceInputTypes =
380
316
  | UpdateLocationObjectStorageCommandInput
381
317
  | UpdateLocationS3CommandInput
382
318
  | UpdateLocationSmbCommandInput
383
- | UpdateStorageSystemCommandInput
384
319
  | UpdateTaskCommandInput
385
320
  | UpdateTaskExecutionCommandInput;
386
321
  export type ServiceOutputTypes =
387
- | AddStorageSystemCommandOutput
388
322
  | CancelTaskExecutionCommandOutput
389
323
  | CreateAgentCommandOutput
390
324
  | CreateLocationAzureBlobCommandOutput
@@ -403,7 +337,6 @@ export type ServiceOutputTypes =
403
337
  | DeleteLocationCommandOutput
404
338
  | DeleteTaskCommandOutput
405
339
  | DescribeAgentCommandOutput
406
- | DescribeDiscoveryJobCommandOutput
407
340
  | DescribeLocationAzureBlobCommandOutput
408
341
  | DescribeLocationEfsCommandOutput
409
342
  | DescribeLocationFsxLustreCommandOutput
@@ -415,27 +348,17 @@ export type ServiceOutputTypes =
415
348
  | DescribeLocationObjectStorageCommandOutput
416
349
  | DescribeLocationS3CommandOutput
417
350
  | DescribeLocationSmbCommandOutput
418
- | DescribeStorageSystemCommandOutput
419
- | DescribeStorageSystemResourceMetricsCommandOutput
420
- | DescribeStorageSystemResourcesCommandOutput
421
351
  | DescribeTaskCommandOutput
422
352
  | DescribeTaskExecutionCommandOutput
423
- | GenerateRecommendationsCommandOutput
424
353
  | ListAgentsCommandOutput
425
- | ListDiscoveryJobsCommandOutput
426
354
  | ListLocationsCommandOutput
427
- | ListStorageSystemsCommandOutput
428
355
  | ListTagsForResourceCommandOutput
429
356
  | ListTaskExecutionsCommandOutput
430
357
  | ListTasksCommandOutput
431
- | RemoveStorageSystemCommandOutput
432
- | StartDiscoveryJobCommandOutput
433
358
  | StartTaskExecutionCommandOutput
434
- | StopDiscoveryJobCommandOutput
435
359
  | TagResourceCommandOutput
436
360
  | UntagResourceCommandOutput
437
361
  | UpdateAgentCommandOutput
438
- | UpdateDiscoveryJobCommandOutput
439
362
  | UpdateLocationAzureBlobCommandOutput
440
363
  | UpdateLocationEfsCommandOutput
441
364
  | UpdateLocationFsxLustreCommandOutput
@@ -447,7 +370,6 @@ export type ServiceOutputTypes =
447
370
  | UpdateLocationObjectStorageCommandOutput
448
371
  | UpdateLocationS3CommandOutput
449
372
  | UpdateLocationSmbCommandOutput
450
- | UpdateStorageSystemCommandOutput
451
373
  | UpdateTaskCommandOutput
452
374
  | UpdateTaskExecutionCommandOutput;
453
375
  export interface ClientDefaults
@@ -1,4 +1,3 @@
1
- export * from "./AddStorageSystemCommand";
2
1
  export * from "./CancelTaskExecutionCommand";
3
2
  export * from "./CreateAgentCommand";
4
3
  export * from "./CreateLocationAzureBlobCommand";
@@ -17,7 +16,6 @@ export * from "./DeleteAgentCommand";
17
16
  export * from "./DeleteLocationCommand";
18
17
  export * from "./DeleteTaskCommand";
19
18
  export * from "./DescribeAgentCommand";
20
- export * from "./DescribeDiscoveryJobCommand";
21
19
  export * from "./DescribeLocationAzureBlobCommand";
22
20
  export * from "./DescribeLocationEfsCommand";
23
21
  export * from "./DescribeLocationFsxLustreCommand";
@@ -29,27 +27,17 @@ export * from "./DescribeLocationNfsCommand";
29
27
  export * from "./DescribeLocationObjectStorageCommand";
30
28
  export * from "./DescribeLocationS3Command";
31
29
  export * from "./DescribeLocationSmbCommand";
32
- export * from "./DescribeStorageSystemCommand";
33
- export * from "./DescribeStorageSystemResourceMetricsCommand";
34
- export * from "./DescribeStorageSystemResourcesCommand";
35
30
  export * from "./DescribeTaskCommand";
36
31
  export * from "./DescribeTaskExecutionCommand";
37
- export * from "./GenerateRecommendationsCommand";
38
32
  export * from "./ListAgentsCommand";
39
- export * from "./ListDiscoveryJobsCommand";
40
33
  export * from "./ListLocationsCommand";
41
- export * from "./ListStorageSystemsCommand";
42
34
  export * from "./ListTagsForResourceCommand";
43
35
  export * from "./ListTaskExecutionsCommand";
44
36
  export * from "./ListTasksCommand";
45
- export * from "./RemoveStorageSystemCommand";
46
- export * from "./StartDiscoveryJobCommand";
47
37
  export * from "./StartTaskExecutionCommand";
48
- export * from "./StopDiscoveryJobCommand";
49
38
  export * from "./TagResourceCommand";
50
39
  export * from "./UntagResourceCommand";
51
40
  export * from "./UpdateAgentCommand";
52
- export * from "./UpdateDiscoveryJobCommand";
53
41
  export * from "./UpdateLocationAzureBlobCommand";
54
42
  export * from "./UpdateLocationEfsCommand";
55
43
  export * from "./UpdateLocationFsxLustreCommand";
@@ -61,6 +49,5 @@ export * from "./UpdateLocationNfsCommand";
61
49
  export * from "./UpdateLocationObjectStorageCommand";
62
50
  export * from "./UpdateLocationS3Command";
63
51
  export * from "./UpdateLocationSmbCommand";
64
- export * from "./UpdateStorageSystemCommand";
65
52
  export * from "./UpdateTaskCommand";
66
53
  export * from "./UpdateTaskExecutionCommand";
@@ -1,50 +1,5 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { DataSyncServiceException as __BaseException } from "./DataSyncServiceException";
3
- export interface Credentials {
4
- Username: string | undefined;
5
- Password: string | undefined;
6
- }
7
- export interface DiscoveryServerConfiguration {
8
- ServerHostname: string | undefined;
9
- ServerPort?: number | undefined;
10
- }
11
- export declare const DiscoverySystemType: {
12
- readonly NetAppONTAP: "NetAppONTAP";
13
- };
14
- export type DiscoverySystemType =
15
- (typeof DiscoverySystemType)[keyof typeof DiscoverySystemType];
16
- export interface TagListEntry {
17
- Key: string | undefined;
18
- Value?: string | undefined;
19
- }
20
- export interface AddStorageSystemRequest {
21
- ServerConfiguration: DiscoveryServerConfiguration | undefined;
22
- SystemType: DiscoverySystemType | undefined;
23
- AgentArns: string[] | undefined;
24
- CloudWatchLogGroupArn?: string | undefined;
25
- Tags?: TagListEntry[] | undefined;
26
- Name?: string | undefined;
27
- ClientToken?: string | undefined;
28
- Credentials: Credentials | undefined;
29
- }
30
- export interface AddStorageSystemResponse {
31
- StorageSystemArn: string | undefined;
32
- }
33
- export declare class InternalException extends __BaseException {
34
- readonly name: "InternalException";
35
- readonly $fault: "server";
36
- errorCode?: string | undefined;
37
- constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
38
- }
39
- export declare class InvalidRequestException extends __BaseException {
40
- readonly name: "InvalidRequestException";
41
- readonly $fault: "client";
42
- errorCode?: string | undefined;
43
- datasyncErrorCode?: string | undefined;
44
- constructor(
45
- opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
46
- );
47
- }
48
3
  export interface Platform {
49
4
  Version?: string | undefined;
50
5
  }
@@ -87,11 +42,24 @@ export interface CancelTaskExecutionRequest {
87
42
  TaskExecutionArn: string | undefined;
88
43
  }
89
44
  export interface CancelTaskExecutionResponse {}
90
- export interface Capacity {
91
- Used?: number | undefined;
92
- Provisioned?: number | undefined;
93
- LogicalUsed?: number | undefined;
94
- ClusterCloudStorageUsed?: number | undefined;
45
+ export declare class InternalException extends __BaseException {
46
+ readonly name: "InternalException";
47
+ readonly $fault: "server";
48
+ errorCode?: string | undefined;
49
+ constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
50
+ }
51
+ export declare class InvalidRequestException extends __BaseException {
52
+ readonly name: "InvalidRequestException";
53
+ readonly $fault: "client";
54
+ errorCode?: string | undefined;
55
+ datasyncErrorCode?: string | undefined;
56
+ constructor(
57
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
58
+ );
59
+ }
60
+ export interface TagListEntry {
61
+ Key: string | undefined;
62
+ Value?: string | undefined;
95
63
  }
96
64
  export interface CreateAgentRequest {
97
65
  ActivationKey: string | undefined;
@@ -581,28 +549,6 @@ export interface DescribeAgentResponse {
581
549
  PrivateLinkConfig?: PrivateLinkConfig | undefined;
582
550
  Platform?: Platform | undefined;
583
551
  }
584
- export interface DescribeDiscoveryJobRequest {
585
- DiscoveryJobArn: string | undefined;
586
- }
587
- export declare const DiscoveryJobStatus: {
588
- readonly COMPLETED: "COMPLETED";
589
- readonly COMPLETED_WITH_ISSUES: "COMPLETED_WITH_ISSUES";
590
- readonly FAILED: "FAILED";
591
- readonly RUNNING: "RUNNING";
592
- readonly STOPPED: "STOPPED";
593
- readonly TERMINATED: "TERMINATED";
594
- readonly WARNING: "WARNING";
595
- };
596
- export type DiscoveryJobStatus =
597
- (typeof DiscoveryJobStatus)[keyof typeof DiscoveryJobStatus];
598
- export interface DescribeDiscoveryJobResponse {
599
- StorageSystemArn?: string | undefined;
600
- DiscoveryJobArn?: string | undefined;
601
- CollectionDurationMinutes?: number | undefined;
602
- Status?: DiscoveryJobStatus | undefined;
603
- JobStartTime?: Date | undefined;
604
- JobEndTime?: Date | undefined;
605
- }
606
552
  export interface DescribeLocationAzureBlobRequest {
607
553
  LocationArn: string | undefined;
608
554
  }
@@ -735,172 +681,6 @@ export interface DescribeLocationSmbResponse {
735
681
  KerberosPrincipal?: string | undefined;
736
682
  AuthenticationType?: SmbAuthenticationType | undefined;
737
683
  }
738
- export interface DescribeStorageSystemRequest {
739
- StorageSystemArn: string | undefined;
740
- }
741
- export declare const StorageSystemConnectivityStatus: {
742
- readonly FAIL: "FAIL";
743
- readonly PASS: "PASS";
744
- readonly UNKNOWN: "UNKNOWN";
745
- };
746
- export type StorageSystemConnectivityStatus =
747
- (typeof StorageSystemConnectivityStatus)[keyof typeof StorageSystemConnectivityStatus];
748
- export interface DescribeStorageSystemResponse {
749
- StorageSystemArn?: string | undefined;
750
- ServerConfiguration?: DiscoveryServerConfiguration | undefined;
751
- SystemType?: DiscoverySystemType | undefined;
752
- AgentArns?: string[] | undefined;
753
- Name?: string | undefined;
754
- ErrorMessage?: string | undefined;
755
- ConnectivityStatus?: StorageSystemConnectivityStatus | undefined;
756
- CloudWatchLogGroupArn?: string | undefined;
757
- CreationTime?: Date | undefined;
758
- SecretsManagerArn?: string | undefined;
759
- }
760
- export declare const DiscoveryResourceType: {
761
- readonly CLUSTER: "CLUSTER";
762
- readonly SVM: "SVM";
763
- readonly VOLUME: "VOLUME";
764
- };
765
- export type DiscoveryResourceType =
766
- (typeof DiscoveryResourceType)[keyof typeof DiscoveryResourceType];
767
- export interface DescribeStorageSystemResourceMetricsRequest {
768
- DiscoveryJobArn: string | undefined;
769
- ResourceType: DiscoveryResourceType | undefined;
770
- ResourceId: string | undefined;
771
- StartTime?: Date | undefined;
772
- EndTime?: Date | undefined;
773
- MaxResults?: number | undefined;
774
- NextToken?: string | undefined;
775
- }
776
- export interface IOPS {
777
- Read?: number | undefined;
778
- Write?: number | undefined;
779
- Other?: number | undefined;
780
- Total?: number | undefined;
781
- }
782
- export interface Latency {
783
- Read?: number | undefined;
784
- Write?: number | undefined;
785
- Other?: number | undefined;
786
- }
787
- export interface Throughput {
788
- Read?: number | undefined;
789
- Write?: number | undefined;
790
- Other?: number | undefined;
791
- Total?: number | undefined;
792
- }
793
- export interface P95Metrics {
794
- IOPS?: IOPS | undefined;
795
- Throughput?: Throughput | undefined;
796
- Latency?: Latency | undefined;
797
- }
798
- export interface ResourceMetrics {
799
- Timestamp?: Date | undefined;
800
- P95Metrics?: P95Metrics | undefined;
801
- Capacity?: Capacity | undefined;
802
- ResourceId?: string | undefined;
803
- ResourceType?: DiscoveryResourceType | undefined;
804
- }
805
- export interface DescribeStorageSystemResourceMetricsResponse {
806
- Metrics?: ResourceMetrics[] | undefined;
807
- NextToken?: string | undefined;
808
- }
809
- export declare const DiscoveryResourceFilter: {
810
- readonly SVM: "SVM";
811
- };
812
- export type DiscoveryResourceFilter =
813
- (typeof DiscoveryResourceFilter)[keyof typeof DiscoveryResourceFilter];
814
- export interface DescribeStorageSystemResourcesRequest {
815
- DiscoveryJobArn: string | undefined;
816
- ResourceType: DiscoveryResourceType | undefined;
817
- ResourceIds?: string[] | undefined;
818
- Filter?: Partial<Record<DiscoveryResourceFilter, string[]>> | undefined;
819
- MaxResults?: number | undefined;
820
- NextToken?: string | undefined;
821
- }
822
- export interface MaxP95Performance {
823
- IopsRead?: number | undefined;
824
- IopsWrite?: number | undefined;
825
- IopsOther?: number | undefined;
826
- IopsTotal?: number | undefined;
827
- ThroughputRead?: number | undefined;
828
- ThroughputWrite?: number | undefined;
829
- ThroughputOther?: number | undefined;
830
- ThroughputTotal?: number | undefined;
831
- LatencyRead?: number | undefined;
832
- LatencyWrite?: number | undefined;
833
- LatencyOther?: number | undefined;
834
- }
835
- export interface Recommendation {
836
- StorageType?: string | undefined;
837
- StorageConfiguration?: Record<string, string> | undefined;
838
- EstimatedMonthlyStorageCost?: string | undefined;
839
- }
840
- export declare const RecommendationStatus: {
841
- readonly COMPLETED: "COMPLETED";
842
- readonly FAILED: "FAILED";
843
- readonly IN_PROGRESS: "IN_PROGRESS";
844
- readonly NONE: "NONE";
845
- };
846
- export type RecommendationStatus =
847
- (typeof RecommendationStatus)[keyof typeof RecommendationStatus];
848
- export interface NetAppONTAPCluster {
849
- CifsShareCount?: number | undefined;
850
- NfsExportedVolumes?: number | undefined;
851
- ResourceId?: string | undefined;
852
- ClusterName?: string | undefined;
853
- MaxP95Performance?: MaxP95Performance | undefined;
854
- ClusterBlockStorageSize?: number | undefined;
855
- ClusterBlockStorageUsed?: number | undefined;
856
- ClusterBlockStorageLogicalUsed?: number | undefined;
857
- Recommendations?: Recommendation[] | undefined;
858
- RecommendationStatus?: RecommendationStatus | undefined;
859
- LunCount?: number | undefined;
860
- ClusterCloudStorageUsed?: number | undefined;
861
- }
862
- export interface NetAppONTAPSVM {
863
- ClusterUuid?: string | undefined;
864
- ResourceId?: string | undefined;
865
- SvmName?: string | undefined;
866
- CifsShareCount?: number | undefined;
867
- EnabledProtocols?: string[] | undefined;
868
- TotalCapacityUsed?: number | undefined;
869
- TotalCapacityProvisioned?: number | undefined;
870
- TotalLogicalCapacityUsed?: number | undefined;
871
- MaxP95Performance?: MaxP95Performance | undefined;
872
- Recommendations?: Recommendation[] | undefined;
873
- NfsExportedVolumes?: number | undefined;
874
- RecommendationStatus?: RecommendationStatus | undefined;
875
- TotalSnapshotCapacityUsed?: number | undefined;
876
- LunCount?: number | undefined;
877
- }
878
- export interface NetAppONTAPVolume {
879
- VolumeName?: string | undefined;
880
- ResourceId?: string | undefined;
881
- CifsShareCount?: number | undefined;
882
- SecurityStyle?: string | undefined;
883
- SvmUuid?: string | undefined;
884
- SvmName?: string | undefined;
885
- CapacityUsed?: number | undefined;
886
- CapacityProvisioned?: number | undefined;
887
- LogicalCapacityUsed?: number | undefined;
888
- NfsExported?: boolean | undefined;
889
- SnapshotCapacityUsed?: number | undefined;
890
- MaxP95Performance?: MaxP95Performance | undefined;
891
- Recommendations?: Recommendation[] | undefined;
892
- RecommendationStatus?: RecommendationStatus | undefined;
893
- LunCount?: number | undefined;
894
- }
895
- export interface ResourceDetails {
896
- NetAppONTAPSVMs?: NetAppONTAPSVM[] | undefined;
897
- NetAppONTAPVolumes?: NetAppONTAPVolume[] | undefined;
898
- NetAppONTAPClusters?: NetAppONTAPCluster[] | undefined;
899
- }
900
- export interface DescribeStorageSystemResourcesResponse {
901
- ResourceDetails?: ResourceDetails | undefined;
902
- NextToken?: string | undefined;
903
- }
904
684
  export interface DescribeTaskRequest {
905
685
  TaskArn: string | undefined;
906
686
  }
@@ -1018,16 +798,6 @@ export interface DescribeTaskExecutionResponse {
1018
798
  FilesListed?: TaskExecutionFilesListedDetail | undefined;
1019
799
  FilesFailed?: TaskExecutionFilesFailedDetail | undefined;
1020
800
  }
1021
- export interface DiscoveryJobListEntry {
1022
- DiscoveryJobArn?: string | undefined;
1023
- Status?: DiscoveryJobStatus | undefined;
1024
- }
1025
- export interface GenerateRecommendationsRequest {
1026
- DiscoveryJobArn: string | undefined;
1027
- ResourceIds: string[] | undefined;
1028
- ResourceType: DiscoveryResourceType | undefined;
1029
- }
1030
- export interface GenerateRecommendationsResponse {}
1031
801
  export interface ListAgentsRequest {
1032
802
  MaxResults?: number | undefined;
1033
803
  NextToken?: string | undefined;
@@ -1036,15 +806,6 @@ export interface ListAgentsResponse {
1036
806
  Agents?: AgentListEntry[] | undefined;
1037
807
  NextToken?: string | undefined;
1038
808
  }
1039
- export interface ListDiscoveryJobsRequest {
1040
- StorageSystemArn?: string | undefined;
1041
- MaxResults?: number | undefined;
1042
- NextToken?: string | undefined;
1043
- }
1044
- export interface ListDiscoveryJobsResponse {
1045
- DiscoveryJobs?: DiscoveryJobListEntry[] | undefined;
1046
- NextToken?: string | undefined;
1047
- }
1048
809
  export declare const LocationFilterName: {
1049
810
  readonly CreationTime: "CreationTime";
1050
811
  readonly LocationType: "LocationType";
@@ -1083,18 +844,6 @@ export interface ListLocationsResponse {
1083
844
  Locations?: LocationListEntry[] | undefined;
1084
845
  NextToken?: string | undefined;
1085
846
  }
1086
- export interface ListStorageSystemsRequest {
1087
- MaxResults?: number | undefined;
1088
- NextToken?: string | undefined;
1089
- }
1090
- export interface StorageSystemListEntry {
1091
- StorageSystemArn?: string | undefined;
1092
- Name?: string | undefined;
1093
- }
1094
- export interface ListStorageSystemsResponse {
1095
- StorageSystems?: StorageSystemListEntry[] | undefined;
1096
- NextToken?: string | undefined;
1097
- }
1098
847
  export interface ListTagsForResourceRequest {
1099
848
  ResourceArn: string | undefined;
1100
849
  MaxResults?: number | undefined;
@@ -1144,19 +893,6 @@ export interface ListTasksResponse {
1144
893
  Tasks?: TaskListEntry[] | undefined;
1145
894
  NextToken?: string | undefined;
1146
895
  }
1147
- export interface RemoveStorageSystemRequest {
1148
- StorageSystemArn: string | undefined;
1149
- }
1150
- export interface RemoveStorageSystemResponse {}
1151
- export interface StartDiscoveryJobRequest {
1152
- StorageSystemArn: string | undefined;
1153
- CollectionDurationMinutes: number | undefined;
1154
- ClientToken?: string | undefined;
1155
- Tags?: TagListEntry[] | undefined;
1156
- }
1157
- export interface StartDiscoveryJobResponse {
1158
- DiscoveryJobArn?: string | undefined;
1159
- }
1160
896
  export interface StartTaskExecutionRequest {
1161
897
  TaskArn: string | undefined;
1162
898
  OverrideOptions?: Options | undefined;
@@ -1169,10 +905,6 @@ export interface StartTaskExecutionRequest {
1169
905
  export interface StartTaskExecutionResponse {
1170
906
  TaskExecutionArn?: string | undefined;
1171
907
  }
1172
- export interface StopDiscoveryJobRequest {
1173
- DiscoveryJobArn: string | undefined;
1174
- }
1175
- export interface StopDiscoveryJobResponse {}
1176
908
  export interface TagResourceRequest {
1177
909
  ResourceArn: string | undefined;
1178
910
  Tags: TagListEntry[] | undefined;
@@ -1188,11 +920,6 @@ export interface UpdateAgentRequest {
1188
920
  Name?: string | undefined;
1189
921
  }
1190
922
  export interface UpdateAgentResponse {}
1191
- export interface UpdateDiscoveryJobRequest {
1192
- DiscoveryJobArn: string | undefined;
1193
- CollectionDurationMinutes: number | undefined;
1194
- }
1195
- export interface UpdateDiscoveryJobResponse {}
1196
923
  export interface UpdateLocationAzureBlobRequest {
1197
924
  LocationArn: string | undefined;
1198
925
  Subdirectory?: string | undefined;
@@ -1305,15 +1032,6 @@ export interface UpdateLocationSmbRequest {
1305
1032
  KerberosKrb5Conf?: Uint8Array | undefined;
1306
1033
  }
1307
1034
  export interface UpdateLocationSmbResponse {}
1308
- export interface UpdateStorageSystemRequest {
1309
- StorageSystemArn: string | undefined;
1310
- ServerConfiguration?: DiscoveryServerConfiguration | undefined;
1311
- AgentArns?: string[] | undefined;
1312
- Name?: string | undefined;
1313
- CloudWatchLogGroupArn?: string | undefined;
1314
- Credentials?: Credentials | undefined;
1315
- }
1316
- export interface UpdateStorageSystemResponse {}
1317
1035
  export interface UpdateTaskRequest {
1318
1036
  TaskArn: string | undefined;
1319
1037
  Options?: Options | undefined;
@@ -1331,10 +1049,6 @@ export interface UpdateTaskExecutionRequest {
1331
1049
  Options: Options | undefined;
1332
1050
  }
1333
1051
  export interface UpdateTaskExecutionResponse {}
1334
- export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
1335
- export declare const AddStorageSystemRequestFilterSensitiveLog: (
1336
- obj: AddStorageSystemRequest
1337
- ) => any;
1338
1052
  export declare const AzureBlobSasConfigurationFilterSensitiveLog: (
1339
1053
  obj: AzureBlobSasConfiguration
1340
1054
  ) => any;
@@ -1390,6 +1104,3 @@ export declare const UpdateLocationObjectStorageRequestFilterSensitiveLog: (
1390
1104
  export declare const UpdateLocationSmbRequestFilterSensitiveLog: (
1391
1105
  obj: UpdateLocationSmbRequest
1392
1106
  ) => any;
1393
- export declare const UpdateStorageSystemRequestFilterSensitiveLog: (
1394
- obj: UpdateStorageSystemRequest
1395
- ) => any;
@@ -1,10 +1,6 @@
1
- export * from "./DescribeStorageSystemResourceMetricsPaginator";
2
- export * from "./DescribeStorageSystemResourcesPaginator";
3
1
  export * from "./Interfaces";
4
2
  export * from "./ListAgentsPaginator";
5
- export * from "./ListDiscoveryJobsPaginator";
6
3
  export * from "./ListLocationsPaginator";
7
- export * from "./ListStorageSystemsPaginator";
8
4
  export * from "./ListTagsForResourcePaginator";
9
5
  export * from "./ListTaskExecutionsPaginator";
10
6
  export * from "./ListTasksPaginator";