@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.
- package/README.md +3 -107
- package/dist-cjs/index.js +26 -890
- package/dist-es/DataSync.js +0 -26
- package/dist-es/commands/index.js +0 -13
- package/dist-es/models/models_0.js +18 -62
- package/dist-es/pagination/index.js +0 -4
- package/dist-es/protocols/Aws_json1_1.js +2 -554
- package/dist-types/DataSync.d.ts +3 -96
- package/dist-types/DataSyncClient.d.ts +5 -18
- package/dist-types/commands/CreateAgentCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +5 -4
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +1 -2
- package/dist-types/commands/CreateLocationS3Command.d.ts +4 -2
- package/dist-types/commands/CreateTaskCommand.d.ts +4 -3
- package/dist-types/commands/DescribeAgentCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTaskCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationEfsCommand.d.ts +4 -2
- package/dist-types/commands/UpdateLocationFsxLustreCommand.d.ts +4 -2
- package/dist-types/commands/UpdateLocationFsxOntapCommand.d.ts +4 -2
- package/dist-types/commands/UpdateLocationFsxOpenZfsCommand.d.ts +5 -3
- package/dist-types/commands/UpdateLocationFsxWindowsCommand.d.ts +4 -2
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +4 -3
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +4 -3
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +4 -2
- package/dist-types/commands/UpdateLocationS3Command.d.ts +3 -2
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +4 -3
- package/dist-types/commands/UpdateTaskCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +0 -13
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +368 -1499
- package/dist-types/pagination/index.d.ts +0 -4
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -117
- package/dist-types/ts3.4/DataSync.d.ts +0 -229
- package/dist-types/ts3.4/DataSyncClient.d.ts +0 -78
- package/dist-types/ts3.4/commands/index.d.ts +0 -13
- package/dist-types/ts3.4/models/models_0.d.ts +18 -307
- package/dist-types/ts3.4/pagination/index.d.ts +0 -4
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -156
- package/package.json +6 -8
- package/dist-es/commands/AddStorageSystemCommand.js +0 -23
- package/dist-es/commands/DescribeDiscoveryJobCommand.js +0 -22
- package/dist-es/commands/DescribeStorageSystemCommand.js +0 -22
- package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +0 -22
- package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +0 -22
- package/dist-es/commands/GenerateRecommendationsCommand.js +0 -22
- package/dist-es/commands/ListDiscoveryJobsCommand.js +0 -22
- package/dist-es/commands/ListStorageSystemsCommand.js +0 -22
- package/dist-es/commands/RemoveStorageSystemCommand.js +0 -22
- package/dist-es/commands/StartDiscoveryJobCommand.js +0 -22
- package/dist-es/commands/StopDiscoveryJobCommand.js +0 -22
- package/dist-es/commands/UpdateDiscoveryJobCommand.js +0 -22
- package/dist-es/commands/UpdateStorageSystemCommand.js +0 -23
- package/dist-es/pagination/DescribeStorageSystemResourceMetricsPaginator.js +0 -4
- package/dist-es/pagination/DescribeStorageSystemResourcesPaginator.js +0 -4
- package/dist-es/pagination/ListDiscoveryJobsPaginator.js +0 -4
- package/dist-es/pagination/ListStorageSystemsPaginator.js +0 -4
- package/dist-types/commands/AddStorageSystemCommand.d.ts +0 -100
- package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +0 -84
- package/dist-types/commands/DescribeStorageSystemCommand.d.ts +0 -94
- package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +0 -118
- package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +0 -208
- package/dist-types/commands/GenerateRecommendationsCommand.d.ts +0 -85
- package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +0 -88
- package/dist-types/commands/ListStorageSystemsCommand.d.ts +0 -86
- package/dist-types/commands/RemoveStorageSystemCommand.d.ts +0 -78
- package/dist-types/commands/StartDiscoveryJobCommand.d.ts +0 -89
- package/dist-types/commands/StopDiscoveryJobCommand.d.ts +0 -80
- package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +0 -78
- package/dist-types/commands/UpdateStorageSystemCommand.d.ts +0 -91
- package/dist-types/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +0 -7
- package/dist-types/pagination/DescribeStorageSystemResourcesPaginator.d.ts +0 -7
- package/dist-types/pagination/ListDiscoveryJobsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListStorageSystemsPaginator.d.ts +0 -7
- package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +0 -51
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourcesPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListDiscoveryJobsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListStorageSystemsPaginator.d.ts +0 -11
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataSyncClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataSyncClient";
|
|
8
|
-
import {
|
|
9
|
-
StopDiscoveryJobRequest,
|
|
10
|
-
StopDiscoveryJobResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
|
-
export interface StopDiscoveryJobCommandInput extends StopDiscoveryJobRequest {}
|
|
15
|
-
export interface StopDiscoveryJobCommandOutput
|
|
16
|
-
extends StopDiscoveryJobResponse,
|
|
17
|
-
__MetadataBearer {}
|
|
18
|
-
declare const StopDiscoveryJobCommand_base: {
|
|
19
|
-
new (
|
|
20
|
-
input: StopDiscoveryJobCommandInput
|
|
21
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
-
StopDiscoveryJobCommandInput,
|
|
23
|
-
StopDiscoveryJobCommandOutput,
|
|
24
|
-
DataSyncClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
27
|
-
>;
|
|
28
|
-
new (
|
|
29
|
-
input: StopDiscoveryJobCommandInput
|
|
30
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
-
StopDiscoveryJobCommandInput,
|
|
32
|
-
StopDiscoveryJobCommandOutput,
|
|
33
|
-
DataSyncClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
36
|
-
>;
|
|
37
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
-
};
|
|
39
|
-
export declare class StopDiscoveryJobCommand extends StopDiscoveryJobCommand_base {
|
|
40
|
-
protected static __types: {
|
|
41
|
-
api: {
|
|
42
|
-
input: StopDiscoveryJobRequest;
|
|
43
|
-
output: {};
|
|
44
|
-
};
|
|
45
|
-
sdk: {
|
|
46
|
-
input: StopDiscoveryJobCommandInput;
|
|
47
|
-
output: StopDiscoveryJobCommandOutput;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataSyncClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataSyncClient";
|
|
8
|
-
import {
|
|
9
|
-
UpdateDiscoveryJobRequest,
|
|
10
|
-
UpdateDiscoveryJobResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
|
-
export interface UpdateDiscoveryJobCommandInput
|
|
15
|
-
extends UpdateDiscoveryJobRequest {}
|
|
16
|
-
export interface UpdateDiscoveryJobCommandOutput
|
|
17
|
-
extends UpdateDiscoveryJobResponse,
|
|
18
|
-
__MetadataBearer {}
|
|
19
|
-
declare const UpdateDiscoveryJobCommand_base: {
|
|
20
|
-
new (
|
|
21
|
-
input: UpdateDiscoveryJobCommandInput
|
|
22
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
-
UpdateDiscoveryJobCommandInput,
|
|
24
|
-
UpdateDiscoveryJobCommandOutput,
|
|
25
|
-
DataSyncClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
28
|
-
>;
|
|
29
|
-
new (
|
|
30
|
-
input: UpdateDiscoveryJobCommandInput
|
|
31
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
-
UpdateDiscoveryJobCommandInput,
|
|
33
|
-
UpdateDiscoveryJobCommandOutput,
|
|
34
|
-
DataSyncClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
37
|
-
>;
|
|
38
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
-
};
|
|
40
|
-
export declare class UpdateDiscoveryJobCommand extends UpdateDiscoveryJobCommand_base {
|
|
41
|
-
protected static __types: {
|
|
42
|
-
api: {
|
|
43
|
-
input: UpdateDiscoveryJobRequest;
|
|
44
|
-
output: {};
|
|
45
|
-
};
|
|
46
|
-
sdk: {
|
|
47
|
-
input: UpdateDiscoveryJobCommandInput;
|
|
48
|
-
output: UpdateDiscoveryJobCommandOutput;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataSyncClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataSyncClient";
|
|
8
|
-
import {
|
|
9
|
-
UpdateStorageSystemRequest,
|
|
10
|
-
UpdateStorageSystemResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
|
-
export interface UpdateStorageSystemCommandInput
|
|
15
|
-
extends UpdateStorageSystemRequest {}
|
|
16
|
-
export interface UpdateStorageSystemCommandOutput
|
|
17
|
-
extends UpdateStorageSystemResponse,
|
|
18
|
-
__MetadataBearer {}
|
|
19
|
-
declare const UpdateStorageSystemCommand_base: {
|
|
20
|
-
new (
|
|
21
|
-
input: UpdateStorageSystemCommandInput
|
|
22
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
-
UpdateStorageSystemCommandInput,
|
|
24
|
-
UpdateStorageSystemCommandOutput,
|
|
25
|
-
DataSyncClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
28
|
-
>;
|
|
29
|
-
new (
|
|
30
|
-
input: UpdateStorageSystemCommandInput
|
|
31
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
-
UpdateStorageSystemCommandInput,
|
|
33
|
-
UpdateStorageSystemCommandOutput,
|
|
34
|
-
DataSyncClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
37
|
-
>;
|
|
38
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
-
};
|
|
40
|
-
export declare class UpdateStorageSystemCommand extends UpdateStorageSystemCommand_base {
|
|
41
|
-
protected static __types: {
|
|
42
|
-
api: {
|
|
43
|
-
input: UpdateStorageSystemRequest;
|
|
44
|
-
output: {};
|
|
45
|
-
};
|
|
46
|
-
sdk: {
|
|
47
|
-
input: UpdateStorageSystemCommandInput;
|
|
48
|
-
output: UpdateStorageSystemCommandOutput;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeStorageSystemResourceMetricsCommandInput,
|
|
4
|
-
DescribeStorageSystemResourceMetricsCommandOutput,
|
|
5
|
-
} from "../commands/DescribeStorageSystemResourceMetricsCommand";
|
|
6
|
-
import { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare const paginateDescribeStorageSystemResourceMetrics: (
|
|
8
|
-
config: DataSyncPaginationConfiguration,
|
|
9
|
-
input: DescribeStorageSystemResourceMetricsCommandInput,
|
|
10
|
-
...rest: any[]
|
|
11
|
-
) => Paginator<DescribeStorageSystemResourceMetricsCommandOutput>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeStorageSystemResourcesCommandInput,
|
|
4
|
-
DescribeStorageSystemResourcesCommandOutput,
|
|
5
|
-
} from "../commands/DescribeStorageSystemResourcesCommand";
|
|
6
|
-
import { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare const paginateDescribeStorageSystemResources: (
|
|
8
|
-
config: DataSyncPaginationConfiguration,
|
|
9
|
-
input: DescribeStorageSystemResourcesCommandInput,
|
|
10
|
-
...rest: any[]
|
|
11
|
-
) => Paginator<DescribeStorageSystemResourcesCommandOutput>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDiscoveryJobsCommandInput,
|
|
4
|
-
ListDiscoveryJobsCommandOutput,
|
|
5
|
-
} from "../commands/ListDiscoveryJobsCommand";
|
|
6
|
-
import { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare const paginateListDiscoveryJobs: (
|
|
8
|
-
config: DataSyncPaginationConfiguration,
|
|
9
|
-
input: ListDiscoveryJobsCommandInput,
|
|
10
|
-
...rest: any[]
|
|
11
|
-
) => Paginator<ListDiscoveryJobsCommandOutput>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListStorageSystemsCommandInput,
|
|
4
|
-
ListStorageSystemsCommandOutput,
|
|
5
|
-
} from "../commands/ListStorageSystemsCommand";
|
|
6
|
-
import { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare const paginateListStorageSystems: (
|
|
8
|
-
config: DataSyncPaginationConfiguration,
|
|
9
|
-
input: ListStorageSystemsCommandInput,
|
|
10
|
-
...rest: any[]
|
|
11
|
-
) => Paginator<ListStorageSystemsCommandOutput>;
|