@aws-sdk/client-datasync 3.319.0 → 3.320.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 +113 -8
- package/dist-cjs/DataSync.js +26 -0
- package/dist-cjs/commands/AddStorageSystemCommand.js +46 -0
- package/dist-cjs/commands/DescribeDiscoveryJobCommand.js +45 -0
- package/dist-cjs/commands/DescribeStorageSystemCommand.js +45 -0
- package/dist-cjs/commands/DescribeStorageSystemResourceMetricsCommand.js +45 -0
- package/dist-cjs/commands/DescribeStorageSystemResourcesCommand.js +45 -0
- package/dist-cjs/commands/GenerateRecommendationsCommand.js +45 -0
- package/dist-cjs/commands/ListDiscoveryJobsCommand.js +45 -0
- package/dist-cjs/commands/ListStorageSystemsCommand.js +45 -0
- package/dist-cjs/commands/RemoveStorageSystemCommand.js +45 -0
- package/dist-cjs/commands/StartDiscoveryJobCommand.js +45 -0
- package/dist-cjs/commands/StopDiscoveryJobCommand.js +45 -0
- package/dist-cjs/commands/UpdateDiscoveryJobCommand.js +45 -0
- package/dist-cjs/commands/UpdateStorageSystemCommand.js +46 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/models/models_0.js +56 -8
- package/dist-cjs/pagination/DescribeStorageSystemResourceMetricsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeStorageSystemResourcesPaginator.js +29 -0
- package/dist-cjs/pagination/ListDiscoveryJobsPaginator.js +29 -0
- package/dist-cjs/pagination/ListStorageSystemsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +948 -87
- package/dist-es/DataSync.js +26 -0
- package/dist-es/commands/AddStorageSystemCommand.js +42 -0
- package/dist-es/commands/DescribeDiscoveryJobCommand.js +41 -0
- package/dist-es/commands/DescribeStorageSystemCommand.js +41 -0
- package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +41 -0
- package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +41 -0
- package/dist-es/commands/GenerateRecommendationsCommand.js +41 -0
- package/dist-es/commands/ListDiscoveryJobsCommand.js +41 -0
- package/dist-es/commands/ListStorageSystemsCommand.js +41 -0
- package/dist-es/commands/RemoveStorageSystemCommand.js +41 -0
- package/dist-es/commands/StartDiscoveryJobCommand.js +41 -0
- package/dist-es/commands/StopDiscoveryJobCommand.js +41 -0
- package/dist-es/commands/UpdateDiscoveryJobCommand.js +41 -0
- package/dist-es/commands/UpdateStorageSystemCommand.js +42 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +51 -7
- package/dist-es/pagination/DescribeStorageSystemResourceMetricsPaginator.js +25 -0
- package/dist-es/pagination/DescribeStorageSystemResourcesPaginator.js +25 -0
- package/dist-es/pagination/ListDiscoveryJobsPaginator.js +25 -0
- package/dist-es/pagination/ListStorageSystemsPaginator.js +25 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +908 -74
- package/dist-types/DataSync.d.ts +94 -2
- package/dist-types/DataSyncClient.d.ts +18 -4
- package/dist-types/commands/AddStorageSystemCommand.d.ts +91 -0
- package/dist-types/commands/CancelTaskExecutionCommand.d.ts +4 -3
- package/dist-types/commands/CreateAgentCommand.d.ts +4 -3
- package/dist-types/commands/CreateLocationEfsCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +4 -4
- package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +5 -2
- package/dist-types/commands/CreateLocationS3Command.d.ts +20 -3
- package/dist-types/commands/CreateLocationSmbCommand.d.ts +2 -1
- package/dist-types/commands/CreateTaskCommand.d.ts +8 -1
- package/dist-types/commands/DeleteAgentCommand.d.ts +4 -4
- package/dist-types/commands/DeleteLocationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTaskCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAgentCommand.d.ts +4 -2
- package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +70 -0
- package/dist-types/commands/DescribeLocationEfsCommand.d.ts +4 -2
- package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +4 -3
- package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationNfsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +4 -2
- package/dist-types/commands/DescribeLocationS3Command.d.ts +2 -1
- package/dist-types/commands/DescribeLocationSmbCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStorageSystemCommand.d.ts +71 -0
- package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +77 -0
- package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +82 -0
- package/dist-types/commands/DescribeTaskCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +2 -1
- package/dist-types/commands/GenerateRecommendationsCommand.d.ts +82 -0
- package/dist-types/commands/ListAgentsCommand.d.ts +2 -1
- package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +73 -0
- package/dist-types/commands/ListLocationsCommand.d.ts +2 -1
- package/dist-types/commands/ListStorageSystemsCommand.d.ts +71 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTaskExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTasksCommand.d.ts +2 -1
- package/dist-types/commands/RemoveStorageSystemCommand.d.ts +71 -0
- package/dist-types/commands/StartDiscoveryJobCommand.d.ts +80 -0
- package/dist-types/commands/StartTaskExecutionCommand.d.ts +10 -2
- package/dist-types/commands/StopDiscoveryJobCommand.d.ts +73 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAgentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +71 -0
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +5 -3
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +4 -3
- package/dist-types/commands/UpdateStorageSystemCommand.d.ts +84 -0
- package/dist-types/commands/UpdateTaskCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +7 -7
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +1429 -296
- package/dist-types/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeStorageSystemResourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDiscoveryJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStorageSystemsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +117 -0
- package/dist-types/ts3.4/DataSync.d.ts +227 -0
- package/dist-types/ts3.4/DataSyncClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +302 -18
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDiscoveryJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStorageSystemsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +156 -0
- package/package.json +4 -2
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DataSyncClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DataSyncClient";
|
|
14
|
+
import {
|
|
15
|
+
UpdateStorageSystemRequest,
|
|
16
|
+
UpdateStorageSystemResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface UpdateStorageSystemCommandInput
|
|
19
|
+
extends UpdateStorageSystemRequest {}
|
|
20
|
+
export interface UpdateStorageSystemCommandOutput
|
|
21
|
+
extends UpdateStorageSystemResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class UpdateStorageSystemCommand extends $Command<
|
|
24
|
+
UpdateStorageSystemCommandInput,
|
|
25
|
+
UpdateStorageSystemCommandOutput,
|
|
26
|
+
DataSyncClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateStorageSystemCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UpdateStorageSystemCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DataSyncClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateStorageSystemCommandInput, UpdateStorageSystemCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./AddStorageSystemCommand";
|
|
1
2
|
export * from "./CancelTaskExecutionCommand";
|
|
2
3
|
export * from "./CreateAgentCommand";
|
|
3
4
|
export * from "./CreateLocationEfsCommand";
|
|
@@ -15,6 +16,7 @@ export * from "./DeleteAgentCommand";
|
|
|
15
16
|
export * from "./DeleteLocationCommand";
|
|
16
17
|
export * from "./DeleteTaskCommand";
|
|
17
18
|
export * from "./DescribeAgentCommand";
|
|
19
|
+
export * from "./DescribeDiscoveryJobCommand";
|
|
18
20
|
export * from "./DescribeLocationEfsCommand";
|
|
19
21
|
export * from "./DescribeLocationFsxLustreCommand";
|
|
20
22
|
export * from "./DescribeLocationFsxOntapCommand";
|
|
@@ -25,20 +27,31 @@ export * from "./DescribeLocationNfsCommand";
|
|
|
25
27
|
export * from "./DescribeLocationObjectStorageCommand";
|
|
26
28
|
export * from "./DescribeLocationS3Command";
|
|
27
29
|
export * from "./DescribeLocationSmbCommand";
|
|
30
|
+
export * from "./DescribeStorageSystemCommand";
|
|
31
|
+
export * from "./DescribeStorageSystemResourceMetricsCommand";
|
|
32
|
+
export * from "./DescribeStorageSystemResourcesCommand";
|
|
28
33
|
export * from "./DescribeTaskCommand";
|
|
29
34
|
export * from "./DescribeTaskExecutionCommand";
|
|
35
|
+
export * from "./GenerateRecommendationsCommand";
|
|
30
36
|
export * from "./ListAgentsCommand";
|
|
37
|
+
export * from "./ListDiscoveryJobsCommand";
|
|
31
38
|
export * from "./ListLocationsCommand";
|
|
39
|
+
export * from "./ListStorageSystemsCommand";
|
|
32
40
|
export * from "./ListTagsForResourceCommand";
|
|
33
41
|
export * from "./ListTaskExecutionsCommand";
|
|
34
42
|
export * from "./ListTasksCommand";
|
|
43
|
+
export * from "./RemoveStorageSystemCommand";
|
|
44
|
+
export * from "./StartDiscoveryJobCommand";
|
|
35
45
|
export * from "./StartTaskExecutionCommand";
|
|
46
|
+
export * from "./StopDiscoveryJobCommand";
|
|
36
47
|
export * from "./TagResourceCommand";
|
|
37
48
|
export * from "./UntagResourceCommand";
|
|
38
49
|
export * from "./UpdateAgentCommand";
|
|
50
|
+
export * from "./UpdateDiscoveryJobCommand";
|
|
39
51
|
export * from "./UpdateLocationHdfsCommand";
|
|
40
52
|
export * from "./UpdateLocationNfsCommand";
|
|
41
53
|
export * from "./UpdateLocationObjectStorageCommand";
|
|
42
54
|
export * from "./UpdateLocationSmbCommand";
|
|
55
|
+
export * from "./UpdateStorageSystemCommand";
|
|
43
56
|
export * from "./UpdateTaskCommand";
|
|
44
57
|
export * from "./UpdateTaskExecutionCommand";
|
|
@@ -1,24 +1,35 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { DataSyncServiceException as __BaseException } from "./DataSyncServiceException";
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
export interface Credentials {
|
|
4
|
+
Username: string | undefined;
|
|
5
|
+
Password: string | undefined;
|
|
6
|
+
}
|
|
7
|
+
export interface DiscoveryServerConfiguration {
|
|
8
|
+
ServerHostname: string | undefined;
|
|
9
|
+
ServerPort?: number;
|
|
10
|
+
}
|
|
11
|
+
export declare const DiscoverySystemType: {
|
|
12
|
+
readonly NetAppONTAP: "NetAppONTAP";
|
|
6
13
|
};
|
|
7
|
-
export type
|
|
8
|
-
|
|
9
|
-
|
|
14
|
+
export type DiscoverySystemType =
|
|
15
|
+
(typeof DiscoverySystemType)[keyof typeof DiscoverySystemType];
|
|
16
|
+
export interface TagListEntry {
|
|
17
|
+
Key: string | undefined;
|
|
18
|
+
Value?: string;
|
|
19
|
+
}
|
|
20
|
+
export interface AddStorageSystemRequest {
|
|
21
|
+
ServerConfiguration: DiscoveryServerConfiguration | undefined;
|
|
22
|
+
SystemType: DiscoverySystemType | string | undefined;
|
|
23
|
+
AgentArns: string[] | undefined;
|
|
24
|
+
CloudWatchLogGroupArn?: string;
|
|
25
|
+
Tags?: TagListEntry[];
|
|
10
26
|
Name?: string;
|
|
11
|
-
|
|
27
|
+
ClientToken?: string;
|
|
28
|
+
Credentials: Credentials | undefined;
|
|
12
29
|
}
|
|
13
|
-
export
|
|
14
|
-
|
|
15
|
-
readonly NONE: "NONE";
|
|
16
|
-
};
|
|
17
|
-
export type Atime = (typeof Atime)[keyof typeof Atime];
|
|
18
|
-
export interface CancelTaskExecutionRequest {
|
|
19
|
-
TaskExecutionArn: string | undefined;
|
|
30
|
+
export interface AddStorageSystemResponse {
|
|
31
|
+
StorageSystemArn: string | undefined;
|
|
20
32
|
}
|
|
21
|
-
export interface CancelTaskExecutionResponse {}
|
|
22
33
|
export declare class InternalException extends __BaseException {
|
|
23
34
|
readonly name: "InternalException";
|
|
24
35
|
readonly $fault: "server";
|
|
@@ -34,9 +45,29 @@ export declare class InvalidRequestException extends __BaseException {
|
|
|
34
45
|
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
35
46
|
);
|
|
36
47
|
}
|
|
37
|
-
export
|
|
38
|
-
|
|
39
|
-
|
|
48
|
+
export declare const AgentStatus: {
|
|
49
|
+
readonly OFFLINE: "OFFLINE";
|
|
50
|
+
readonly ONLINE: "ONLINE";
|
|
51
|
+
};
|
|
52
|
+
export type AgentStatus = (typeof AgentStatus)[keyof typeof AgentStatus];
|
|
53
|
+
export interface AgentListEntry {
|
|
54
|
+
AgentArn?: string;
|
|
55
|
+
Name?: string;
|
|
56
|
+
Status?: AgentStatus | string;
|
|
57
|
+
}
|
|
58
|
+
export declare const Atime: {
|
|
59
|
+
readonly BEST_EFFORT: "BEST_EFFORT";
|
|
60
|
+
readonly NONE: "NONE";
|
|
61
|
+
};
|
|
62
|
+
export type Atime = (typeof Atime)[keyof typeof Atime];
|
|
63
|
+
export interface CancelTaskExecutionRequest {
|
|
64
|
+
TaskExecutionArn: string | undefined;
|
|
65
|
+
}
|
|
66
|
+
export interface CancelTaskExecutionResponse {}
|
|
67
|
+
export interface Capacity {
|
|
68
|
+
Used?: number;
|
|
69
|
+
Provisioned?: number;
|
|
70
|
+
LogicalUsed?: number;
|
|
40
71
|
}
|
|
41
72
|
export interface CreateAgentRequest {
|
|
42
73
|
ActivationKey: string | undefined;
|
|
@@ -421,6 +452,28 @@ export interface DescribeAgentResponse {
|
|
|
421
452
|
EndpointType?: EndpointType | string;
|
|
422
453
|
PrivateLinkConfig?: PrivateLinkConfig;
|
|
423
454
|
}
|
|
455
|
+
export interface DescribeDiscoveryJobRequest {
|
|
456
|
+
DiscoveryJobArn: string | undefined;
|
|
457
|
+
}
|
|
458
|
+
export declare const DiscoveryJobStatus: {
|
|
459
|
+
readonly COMPLETED: "COMPLETED";
|
|
460
|
+
readonly COMPLETED_WITH_ISSUES: "COMPLETED_WITH_ISSUES";
|
|
461
|
+
readonly FAILED: "FAILED";
|
|
462
|
+
readonly RUNNING: "RUNNING";
|
|
463
|
+
readonly STOPPED: "STOPPED";
|
|
464
|
+
readonly TERMINATED: "TERMINATED";
|
|
465
|
+
readonly WARNING: "WARNING";
|
|
466
|
+
};
|
|
467
|
+
export type DiscoveryJobStatus =
|
|
468
|
+
(typeof DiscoveryJobStatus)[keyof typeof DiscoveryJobStatus];
|
|
469
|
+
export interface DescribeDiscoveryJobResponse {
|
|
470
|
+
StorageSystemArn?: string;
|
|
471
|
+
DiscoveryJobArn?: string;
|
|
472
|
+
CollectionDurationMinutes?: number;
|
|
473
|
+
Status?: DiscoveryJobStatus | string;
|
|
474
|
+
JobStartTime?: Date;
|
|
475
|
+
JobEndTime?: Date;
|
|
476
|
+
}
|
|
424
477
|
export interface DescribeLocationEfsRequest {
|
|
425
478
|
LocationArn: string | undefined;
|
|
426
479
|
}
|
|
@@ -538,6 +591,168 @@ export interface DescribeLocationSmbResponse {
|
|
|
538
591
|
MountOptions?: SmbMountOptions;
|
|
539
592
|
CreationTime?: Date;
|
|
540
593
|
}
|
|
594
|
+
export interface DescribeStorageSystemRequest {
|
|
595
|
+
StorageSystemArn: string | undefined;
|
|
596
|
+
}
|
|
597
|
+
export declare const StorageSystemConnectivityStatus: {
|
|
598
|
+
readonly FAIL: "FAIL";
|
|
599
|
+
readonly PASS: "PASS";
|
|
600
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
601
|
+
};
|
|
602
|
+
export type StorageSystemConnectivityStatus =
|
|
603
|
+
(typeof StorageSystemConnectivityStatus)[keyof typeof StorageSystemConnectivityStatus];
|
|
604
|
+
export interface DescribeStorageSystemResponse {
|
|
605
|
+
StorageSystemArn?: string;
|
|
606
|
+
ServerConfiguration?: DiscoveryServerConfiguration;
|
|
607
|
+
SystemType?: DiscoverySystemType | string;
|
|
608
|
+
AgentArns?: string[];
|
|
609
|
+
Name?: string;
|
|
610
|
+
ErrorMessage?: string;
|
|
611
|
+
ConnectivityStatus?: StorageSystemConnectivityStatus | string;
|
|
612
|
+
CloudWatchLogGroupArn?: string;
|
|
613
|
+
CreationTime?: Date;
|
|
614
|
+
SecretsManagerArn?: string;
|
|
615
|
+
}
|
|
616
|
+
export declare const DiscoveryResourceType: {
|
|
617
|
+
readonly CLUSTER: "CLUSTER";
|
|
618
|
+
readonly SVM: "SVM";
|
|
619
|
+
readonly VOLUME: "VOLUME";
|
|
620
|
+
};
|
|
621
|
+
export type DiscoveryResourceType =
|
|
622
|
+
(typeof DiscoveryResourceType)[keyof typeof DiscoveryResourceType];
|
|
623
|
+
export interface DescribeStorageSystemResourceMetricsRequest {
|
|
624
|
+
DiscoveryJobArn: string | undefined;
|
|
625
|
+
ResourceType: DiscoveryResourceType | string | undefined;
|
|
626
|
+
ResourceId: string | undefined;
|
|
627
|
+
StartTime?: Date;
|
|
628
|
+
EndTime?: Date;
|
|
629
|
+
MaxResults?: number;
|
|
630
|
+
NextToken?: string;
|
|
631
|
+
}
|
|
632
|
+
export interface IOPS {
|
|
633
|
+
Read?: number;
|
|
634
|
+
Write?: number;
|
|
635
|
+
Other?: number;
|
|
636
|
+
Total?: number;
|
|
637
|
+
}
|
|
638
|
+
export interface Latency {
|
|
639
|
+
Read?: number;
|
|
640
|
+
Write?: number;
|
|
641
|
+
Other?: number;
|
|
642
|
+
}
|
|
643
|
+
export interface Throughput {
|
|
644
|
+
Read?: number;
|
|
645
|
+
Write?: number;
|
|
646
|
+
Other?: number;
|
|
647
|
+
Total?: number;
|
|
648
|
+
}
|
|
649
|
+
export interface P95Metrics {
|
|
650
|
+
IOPS?: IOPS;
|
|
651
|
+
Throughput?: Throughput;
|
|
652
|
+
Latency?: Latency;
|
|
653
|
+
}
|
|
654
|
+
export interface ResourceMetrics {
|
|
655
|
+
Timestamp?: Date;
|
|
656
|
+
P95Metrics?: P95Metrics;
|
|
657
|
+
Capacity?: Capacity;
|
|
658
|
+
ResourceId?: string;
|
|
659
|
+
ResourceType?: DiscoveryResourceType | string;
|
|
660
|
+
}
|
|
661
|
+
export interface DescribeStorageSystemResourceMetricsResponse {
|
|
662
|
+
Metrics?: ResourceMetrics[];
|
|
663
|
+
NextToken?: string;
|
|
664
|
+
}
|
|
665
|
+
export declare const DiscoveryResourceFilter: {
|
|
666
|
+
readonly SVM: "SVM";
|
|
667
|
+
};
|
|
668
|
+
export type DiscoveryResourceFilter =
|
|
669
|
+
(typeof DiscoveryResourceFilter)[keyof typeof DiscoveryResourceFilter];
|
|
670
|
+
export interface DescribeStorageSystemResourcesRequest {
|
|
671
|
+
DiscoveryJobArn: string | undefined;
|
|
672
|
+
ResourceType: DiscoveryResourceType | string | undefined;
|
|
673
|
+
ResourceIds?: string[];
|
|
674
|
+
Filter?: Record<string, string[]>;
|
|
675
|
+
MaxResults?: number;
|
|
676
|
+
NextToken?: string;
|
|
677
|
+
}
|
|
678
|
+
export interface MaxP95Performance {
|
|
679
|
+
IopsRead?: number;
|
|
680
|
+
IopsWrite?: number;
|
|
681
|
+
IopsOther?: number;
|
|
682
|
+
IopsTotal?: number;
|
|
683
|
+
ThroughputRead?: number;
|
|
684
|
+
ThroughputWrite?: number;
|
|
685
|
+
ThroughputOther?: number;
|
|
686
|
+
ThroughputTotal?: number;
|
|
687
|
+
LatencyRead?: number;
|
|
688
|
+
LatencyWrite?: number;
|
|
689
|
+
LatencyOther?: number;
|
|
690
|
+
}
|
|
691
|
+
export interface Recommendation {
|
|
692
|
+
StorageType?: string;
|
|
693
|
+
StorageConfiguration?: Record<string, string>;
|
|
694
|
+
EstimatedMonthlyStorageCost?: string;
|
|
695
|
+
}
|
|
696
|
+
export declare const RecommendationStatus: {
|
|
697
|
+
readonly COMPLETED: "COMPLETED";
|
|
698
|
+
readonly FAILED: "FAILED";
|
|
699
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
700
|
+
readonly NONE: "NONE";
|
|
701
|
+
};
|
|
702
|
+
export type RecommendationStatus =
|
|
703
|
+
(typeof RecommendationStatus)[keyof typeof RecommendationStatus];
|
|
704
|
+
export interface NetAppONTAPCluster {
|
|
705
|
+
CifsShareCount?: number;
|
|
706
|
+
NfsExportedVolumes?: number;
|
|
707
|
+
ResourceId?: string;
|
|
708
|
+
ClusterName?: string;
|
|
709
|
+
MaxP95Performance?: MaxP95Performance;
|
|
710
|
+
ClusterBlockStorageSize?: number;
|
|
711
|
+
ClusterBlockStorageUsed?: number;
|
|
712
|
+
ClusterBlockStorageLogicalUsed?: number;
|
|
713
|
+
Recommendations?: Recommendation[];
|
|
714
|
+
RecommendationStatus?: RecommendationStatus | string;
|
|
715
|
+
}
|
|
716
|
+
export interface NetAppONTAPSVM {
|
|
717
|
+
ClusterUuid?: string;
|
|
718
|
+
ResourceId?: string;
|
|
719
|
+
SvmName?: string;
|
|
720
|
+
CifsShareCount?: number;
|
|
721
|
+
EnabledProtocols?: string[];
|
|
722
|
+
TotalCapacityUsed?: number;
|
|
723
|
+
TotalCapacityProvisioned?: number;
|
|
724
|
+
TotalLogicalCapacityUsed?: number;
|
|
725
|
+
MaxP95Performance?: MaxP95Performance;
|
|
726
|
+
Recommendations?: Recommendation[];
|
|
727
|
+
NfsExportedVolumes?: number;
|
|
728
|
+
RecommendationStatus?: RecommendationStatus | string;
|
|
729
|
+
TotalSnapshotCapacityUsed?: number;
|
|
730
|
+
}
|
|
731
|
+
export interface NetAppONTAPVolume {
|
|
732
|
+
VolumeName?: string;
|
|
733
|
+
ResourceId?: string;
|
|
734
|
+
CifsShareCount?: number;
|
|
735
|
+
SecurityStyle?: string;
|
|
736
|
+
SvmUuid?: string;
|
|
737
|
+
SvmName?: string;
|
|
738
|
+
CapacityUsed?: number;
|
|
739
|
+
CapacityProvisioned?: number;
|
|
740
|
+
LogicalCapacityUsed?: number;
|
|
741
|
+
NfsExported?: boolean;
|
|
742
|
+
SnapshotCapacityUsed?: number;
|
|
743
|
+
MaxP95Performance?: MaxP95Performance;
|
|
744
|
+
Recommendations?: Recommendation[];
|
|
745
|
+
RecommendationStatus?: RecommendationStatus | string;
|
|
746
|
+
}
|
|
747
|
+
export interface ResourceDetails {
|
|
748
|
+
NetAppONTAPSVMs?: NetAppONTAPSVM[];
|
|
749
|
+
NetAppONTAPVolumes?: NetAppONTAPVolume[];
|
|
750
|
+
NetAppONTAPClusters?: NetAppONTAPCluster[];
|
|
751
|
+
}
|
|
752
|
+
export interface DescribeStorageSystemResourcesResponse {
|
|
753
|
+
ResourceDetails?: ResourceDetails;
|
|
754
|
+
NextToken?: string;
|
|
755
|
+
}
|
|
541
756
|
export interface DescribeTaskRequest {
|
|
542
757
|
TaskArn: string | undefined;
|
|
543
758
|
}
|
|
@@ -613,6 +828,16 @@ export interface DescribeTaskExecutionResponse {
|
|
|
613
828
|
Result?: TaskExecutionResultDetail;
|
|
614
829
|
BytesCompressed?: number;
|
|
615
830
|
}
|
|
831
|
+
export interface DiscoveryJobListEntry {
|
|
832
|
+
DiscoveryJobArn?: string;
|
|
833
|
+
Status?: DiscoveryJobStatus | string;
|
|
834
|
+
}
|
|
835
|
+
export interface GenerateRecommendationsRequest {
|
|
836
|
+
DiscoveryJobArn: string | undefined;
|
|
837
|
+
ResourceIds: string[] | undefined;
|
|
838
|
+
ResourceType: DiscoveryResourceType | string | undefined;
|
|
839
|
+
}
|
|
840
|
+
export interface GenerateRecommendationsResponse {}
|
|
616
841
|
export interface ListAgentsRequest {
|
|
617
842
|
MaxResults?: number;
|
|
618
843
|
NextToken?: string;
|
|
@@ -621,6 +846,15 @@ export interface ListAgentsResponse {
|
|
|
621
846
|
Agents?: AgentListEntry[];
|
|
622
847
|
NextToken?: string;
|
|
623
848
|
}
|
|
849
|
+
export interface ListDiscoveryJobsRequest {
|
|
850
|
+
StorageSystemArn?: string;
|
|
851
|
+
MaxResults?: number;
|
|
852
|
+
NextToken?: string;
|
|
853
|
+
}
|
|
854
|
+
export interface ListDiscoveryJobsResponse {
|
|
855
|
+
DiscoveryJobs?: DiscoveryJobListEntry[];
|
|
856
|
+
NextToken?: string;
|
|
857
|
+
}
|
|
624
858
|
export declare const LocationFilterName: {
|
|
625
859
|
readonly CreationTime: "CreationTime";
|
|
626
860
|
readonly LocationType: "LocationType";
|
|
@@ -659,6 +893,18 @@ export interface ListLocationsResponse {
|
|
|
659
893
|
Locations?: LocationListEntry[];
|
|
660
894
|
NextToken?: string;
|
|
661
895
|
}
|
|
896
|
+
export interface ListStorageSystemsRequest {
|
|
897
|
+
MaxResults?: number;
|
|
898
|
+
NextToken?: string;
|
|
899
|
+
}
|
|
900
|
+
export interface StorageSystemListEntry {
|
|
901
|
+
StorageSystemArn?: string;
|
|
902
|
+
Name?: string;
|
|
903
|
+
}
|
|
904
|
+
export interface ListStorageSystemsResponse {
|
|
905
|
+
StorageSystems?: StorageSystemListEntry[];
|
|
906
|
+
NextToken?: string;
|
|
907
|
+
}
|
|
662
908
|
export interface ListTagsForResourceRequest {
|
|
663
909
|
ResourceArn: string | undefined;
|
|
664
910
|
MaxResults?: number;
|
|
@@ -706,6 +952,19 @@ export interface ListTasksResponse {
|
|
|
706
952
|
Tasks?: TaskListEntry[];
|
|
707
953
|
NextToken?: string;
|
|
708
954
|
}
|
|
955
|
+
export interface RemoveStorageSystemRequest {
|
|
956
|
+
StorageSystemArn: string | undefined;
|
|
957
|
+
}
|
|
958
|
+
export interface RemoveStorageSystemResponse {}
|
|
959
|
+
export interface StartDiscoveryJobRequest {
|
|
960
|
+
StorageSystemArn: string | undefined;
|
|
961
|
+
CollectionDurationMinutes: number | undefined;
|
|
962
|
+
ClientToken?: string;
|
|
963
|
+
Tags?: TagListEntry[];
|
|
964
|
+
}
|
|
965
|
+
export interface StartDiscoveryJobResponse {
|
|
966
|
+
DiscoveryJobArn?: string;
|
|
967
|
+
}
|
|
709
968
|
export interface StartTaskExecutionRequest {
|
|
710
969
|
TaskArn: string | undefined;
|
|
711
970
|
OverrideOptions?: Options;
|
|
@@ -716,6 +975,10 @@ export interface StartTaskExecutionRequest {
|
|
|
716
975
|
export interface StartTaskExecutionResponse {
|
|
717
976
|
TaskExecutionArn?: string;
|
|
718
977
|
}
|
|
978
|
+
export interface StopDiscoveryJobRequest {
|
|
979
|
+
DiscoveryJobArn: string | undefined;
|
|
980
|
+
}
|
|
981
|
+
export interface StopDiscoveryJobResponse {}
|
|
719
982
|
export interface TagResourceRequest {
|
|
720
983
|
ResourceArn: string | undefined;
|
|
721
984
|
Tags: TagListEntry[] | undefined;
|
|
@@ -731,6 +994,11 @@ export interface UpdateAgentRequest {
|
|
|
731
994
|
Name?: string;
|
|
732
995
|
}
|
|
733
996
|
export interface UpdateAgentResponse {}
|
|
997
|
+
export interface UpdateDiscoveryJobRequest {
|
|
998
|
+
DiscoveryJobArn: string | undefined;
|
|
999
|
+
CollectionDurationMinutes: number | undefined;
|
|
1000
|
+
}
|
|
1001
|
+
export interface UpdateDiscoveryJobResponse {}
|
|
734
1002
|
export interface UpdateLocationHdfsRequest {
|
|
735
1003
|
LocationArn: string | undefined;
|
|
736
1004
|
Subdirectory?: string;
|
|
@@ -775,6 +1043,15 @@ export interface UpdateLocationSmbRequest {
|
|
|
775
1043
|
MountOptions?: SmbMountOptions;
|
|
776
1044
|
}
|
|
777
1045
|
export interface UpdateLocationSmbResponse {}
|
|
1046
|
+
export interface UpdateStorageSystemRequest {
|
|
1047
|
+
StorageSystemArn: string | undefined;
|
|
1048
|
+
ServerConfiguration?: DiscoveryServerConfiguration;
|
|
1049
|
+
AgentArns?: string[];
|
|
1050
|
+
Name?: string;
|
|
1051
|
+
CloudWatchLogGroupArn?: string;
|
|
1052
|
+
Credentials?: Credentials;
|
|
1053
|
+
}
|
|
1054
|
+
export interface UpdateStorageSystemResponse {}
|
|
778
1055
|
export interface UpdateTaskRequest {
|
|
779
1056
|
TaskArn: string | undefined;
|
|
780
1057
|
Options?: Options;
|
|
@@ -790,6 +1067,10 @@ export interface UpdateTaskExecutionRequest {
|
|
|
790
1067
|
Options: Options | undefined;
|
|
791
1068
|
}
|
|
792
1069
|
export interface UpdateTaskExecutionResponse {}
|
|
1070
|
+
export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
|
|
1071
|
+
export declare const AddStorageSystemRequestFilterSensitiveLog: (
|
|
1072
|
+
obj: AddStorageSystemRequest
|
|
1073
|
+
) => any;
|
|
793
1074
|
export declare const FsxProtocolSmbFilterSensitiveLog: (
|
|
794
1075
|
obj: FsxProtocolSmb
|
|
795
1076
|
) => any;
|
|
@@ -821,3 +1102,6 @@ export declare const UpdateLocationObjectStorageRequestFilterSensitiveLog: (
|
|
|
821
1102
|
export declare const UpdateLocationSmbRequestFilterSensitiveLog: (
|
|
822
1103
|
obj: UpdateLocationSmbRequest
|
|
823
1104
|
) => any;
|
|
1105
|
+
export declare const UpdateStorageSystemRequestFilterSensitiveLog: (
|
|
1106
|
+
obj: UpdateStorageSystemRequest
|
|
1107
|
+
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeStorageSystemResourceMetricsCommandInput,
|
|
4
|
+
DescribeStorageSystemResourceMetricsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeStorageSystemResourceMetricsCommand";
|
|
6
|
+
import { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeStorageSystemResourceMetrics(
|
|
8
|
+
config: DataSyncPaginationConfiguration,
|
|
9
|
+
input: DescribeStorageSystemResourceMetricsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeStorageSystemResourceMetricsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeStorageSystemResourcesCommandInput,
|
|
4
|
+
DescribeStorageSystemResourcesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeStorageSystemResourcesCommand";
|
|
6
|
+
import { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeStorageSystemResources(
|
|
8
|
+
config: DataSyncPaginationConfiguration,
|
|
9
|
+
input: DescribeStorageSystemResourcesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeStorageSystemResourcesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDiscoveryJobsCommandInput,
|
|
4
|
+
ListDiscoveryJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListDiscoveryJobsCommand";
|
|
6
|
+
import { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDiscoveryJobs(
|
|
8
|
+
config: DataSyncPaginationConfiguration,
|
|
9
|
+
input: ListDiscoveryJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDiscoveryJobsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListStorageSystemsCommandInput,
|
|
4
|
+
ListStorageSystemsCommandOutput,
|
|
5
|
+
} from "../commands/ListStorageSystemsCommand";
|
|
6
|
+
import { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListStorageSystems(
|
|
8
|
+
config: DataSyncPaginationConfiguration,
|
|
9
|
+
input: ListStorageSystemsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListStorageSystemsCommandOutput>;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
export * from "./DescribeStorageSystemResourceMetricsPaginator";
|
|
2
|
+
export * from "./DescribeStorageSystemResourcesPaginator";
|
|
1
3
|
export * from "./Interfaces";
|
|
2
4
|
export * from "./ListAgentsPaginator";
|
|
5
|
+
export * from "./ListDiscoveryJobsPaginator";
|
|
3
6
|
export * from "./ListLocationsPaginator";
|
|
7
|
+
export * from "./ListStorageSystemsPaginator";
|
|
4
8
|
export * from "./ListTagsForResourcePaginator";
|
|
5
9
|
export * from "./ListTaskExecutionsPaginator";
|
|
6
10
|
export * from "./ListTasksPaginator";
|