@aws-sdk/client-datasync 3.1045.0 → 3.1047.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +122 -123
- package/dist-cjs/models/DataSyncServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/DataSync.js +1 -1
- package/dist-es/DataSyncClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CancelTaskExecutionCommand.js +2 -2
- package/dist-es/commands/CreateAgentCommand.js +2 -2
- package/dist-es/commands/CreateLocationAzureBlobCommand.js +2 -2
- package/dist-es/commands/CreateLocationEfsCommand.js +2 -2
- package/dist-es/commands/CreateLocationFsxLustreCommand.js +2 -2
- package/dist-es/commands/CreateLocationFsxOntapCommand.js +2 -2
- package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +2 -2
- package/dist-es/commands/CreateLocationFsxWindowsCommand.js +2 -2
- package/dist-es/commands/CreateLocationHdfsCommand.js +2 -2
- package/dist-es/commands/CreateLocationNfsCommand.js +2 -2
- package/dist-es/commands/CreateLocationObjectStorageCommand.js +2 -2
- package/dist-es/commands/CreateLocationS3Command.js +2 -2
- package/dist-es/commands/CreateLocationSmbCommand.js +2 -2
- package/dist-es/commands/CreateTaskCommand.js +2 -2
- package/dist-es/commands/DeleteAgentCommand.js +2 -2
- package/dist-es/commands/DeleteLocationCommand.js +2 -2
- package/dist-es/commands/DeleteTaskCommand.js +2 -2
- package/dist-es/commands/DescribeAgentCommand.js +2 -2
- package/dist-es/commands/DescribeLocationAzureBlobCommand.js +2 -2
- package/dist-es/commands/DescribeLocationEfsCommand.js +2 -2
- package/dist-es/commands/DescribeLocationFsxLustreCommand.js +2 -2
- package/dist-es/commands/DescribeLocationFsxOntapCommand.js +2 -2
- package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +2 -2
- package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +2 -2
- package/dist-es/commands/DescribeLocationHdfsCommand.js +2 -2
- package/dist-es/commands/DescribeLocationNfsCommand.js +2 -2
- package/dist-es/commands/DescribeLocationObjectStorageCommand.js +2 -2
- package/dist-es/commands/DescribeLocationS3Command.js +2 -2
- package/dist-es/commands/DescribeLocationSmbCommand.js +2 -2
- package/dist-es/commands/DescribeTaskCommand.js +2 -2
- package/dist-es/commands/DescribeTaskExecutionCommand.js +2 -2
- package/dist-es/commands/ListAgentsCommand.js +2 -2
- package/dist-es/commands/ListLocationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTaskExecutionsCommand.js +2 -2
- package/dist-es/commands/ListTasksCommand.js +2 -2
- package/dist-es/commands/StartTaskExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAgentCommand.js +2 -2
- package/dist-es/commands/UpdateLocationAzureBlobCommand.js +2 -2
- package/dist-es/commands/UpdateLocationEfsCommand.js +2 -2
- package/dist-es/commands/UpdateLocationFsxLustreCommand.js +2 -2
- package/dist-es/commands/UpdateLocationFsxOntapCommand.js +2 -2
- package/dist-es/commands/UpdateLocationFsxOpenZfsCommand.js +2 -2
- package/dist-es/commands/UpdateLocationFsxWindowsCommand.js +2 -2
- package/dist-es/commands/UpdateLocationHdfsCommand.js +2 -2
- package/dist-es/commands/UpdateLocationNfsCommand.js +2 -2
- package/dist-es/commands/UpdateLocationObjectStorageCommand.js +2 -2
- package/dist-es/commands/UpdateLocationS3Command.js +2 -2
- package/dist-es/commands/UpdateLocationSmbCommand.js +2 -2
- package/dist-es/commands/UpdateTaskCommand.js +2 -2
- package/dist-es/commands/UpdateTaskExecutionCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/DataSyncServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/DataSyncClient.d.ts +5 -5
- package/dist-types/commands/CancelTaskExecutionCommand.d.ts +6 -4
- package/dist-types/commands/CreateAgentCommand.d.ts +6 -4
- package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +6 -4
- package/dist-types/commands/CreateLocationEfsCommand.d.ts +6 -4
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +6 -4
- package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +6 -4
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +6 -4
- package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +6 -4
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +6 -4
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +6 -4
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +6 -4
- package/dist-types/commands/CreateLocationS3Command.d.ts +6 -4
- package/dist-types/commands/CreateLocationSmbCommand.d.ts +6 -4
- package/dist-types/commands/CreateTaskCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAgentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLocationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTaskCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAgentCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLocationEfsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLocationNfsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLocationS3Command.d.ts +6 -4
- package/dist-types/commands/DescribeLocationSmbCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTaskCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +6 -4
- package/dist-types/commands/ListAgentsCommand.d.ts +6 -4
- package/dist-types/commands/ListLocationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTaskExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTasksCommand.d.ts +6 -4
- package/dist-types/commands/StartTaskExecutionCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAgentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLocationEfsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLocationFsxLustreCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLocationFsxOntapCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLocationFsxOpenZfsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLocationFsxWindowsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLocationS3Command.d.ts +6 -4
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTaskCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/DataSyncServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/DataSyncClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLocationEfsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLocationFsxLustreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLocationFsxOntapCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLocationFsxOpenZfsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLocationFsxWindowsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLocationS3Command.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/DataSyncServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { DeleteTaskRequest, DeleteTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteTaskCommandInput extends DeleteTaskRequest {
|
|
|
22
22
|
export interface DeleteTaskCommandOutput extends DeleteTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteTaskCommand_base: {
|
|
25
|
-
new (input: DeleteTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteTaskCommandInput): import("@smithy/core/client").CommandImpl<DeleteTaskCommandInput, DeleteTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteTaskCommandInput): import("@smithy/core/client").CommandImpl<DeleteTaskCommandInput, DeleteTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a transfer task resource from DataSync.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { DescribeAgentRequest, DescribeAgentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAgentCommandInput extends DescribeAgentRequest {
|
|
|
22
22
|
export interface DescribeAgentCommandOutput extends DescribeAgentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAgentCommand_base: {
|
|
25
|
-
new (input: DescribeAgentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeAgentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAgentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAgentCommandInput, DescribeAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeAgentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAgentCommandInput, DescribeAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about an DataSync agent, such as its name, service
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { DescribeLocationAzureBlobRequest, DescribeLocationAzureBlobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLocationAzureBlobCommandInput extends DescribeLocationA
|
|
|
22
22
|
export interface DescribeLocationAzureBlobCommandOutput extends DescribeLocationAzureBlobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLocationAzureBlobCommand_base: {
|
|
25
|
-
new (input: DescribeLocationAzureBlobCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeLocationAzureBlobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides details about how an DataSync transfer location for Microsoft Azure
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { DescribeLocationEfsRequest, DescribeLocationEfsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLocationEfsCommandInput extends DescribeLocationEfsRequ
|
|
|
22
22
|
export interface DescribeLocationEfsCommandOutput extends DescribeLocationEfsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLocationEfsCommand_base: {
|
|
25
|
-
new (input: DescribeLocationEfsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeLocationEfsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLocationEfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeLocationEfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides details about how an DataSync transfer location for an Amazon EFS file system is configured.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { DescribeLocationFsxLustreRequest, DescribeLocationFsxLustreResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLocationFsxLustreCommandInput extends DescribeLocationF
|
|
|
22
22
|
export interface DescribeLocationFsxLustreCommandOutput extends DescribeLocationFsxLustreResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLocationFsxLustreCommand_base: {
|
|
25
|
-
new (input: DescribeLocationFsxLustreCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeLocationFsxLustreCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLocationFsxLustreCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeLocationFsxLustreCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides details about how an DataSync transfer location for an Amazon FSx for Lustre file system is configured.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { DescribeLocationFsxOntapRequest, DescribeLocationFsxOntapResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLocationFsxOntapCommandInput extends DescribeLocationFs
|
|
|
22
22
|
export interface DescribeLocationFsxOntapCommandOutput extends DescribeLocationFsxOntapResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLocationFsxOntapCommand_base: {
|
|
25
|
-
new (input: DescribeLocationFsxOntapCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeLocationFsxOntapCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides details about how an DataSync transfer location for an Amazon FSx for NetApp ONTAP file system is configured.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { DescribeLocationFsxOpenZfsRequest, DescribeLocationFsxOpenZfsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLocationFsxOpenZfsCommandInput extends DescribeLocation
|
|
|
22
22
|
export interface DescribeLocationFsxOpenZfsCommandOutput extends DescribeLocationFsxOpenZfsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLocationFsxOpenZfsCommand_base: {
|
|
25
|
-
new (input: DescribeLocationFsxOpenZfsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeLocationFsxOpenZfsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides details about how an DataSync transfer location for an Amazon FSx for OpenZFS file system is configured.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { DescribeLocationFsxWindowsRequest, DescribeLocationFsxWindowsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLocationFsxWindowsCommandInput extends DescribeLocation
|
|
|
22
22
|
export interface DescribeLocationFsxWindowsCommandOutput extends DescribeLocationFsxWindowsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLocationFsxWindowsCommand_base: {
|
|
25
|
-
new (input: DescribeLocationFsxWindowsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeLocationFsxWindowsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides details about how an DataSync transfer location for an Amazon FSx for Windows File Server file system is configured.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { DescribeLocationHdfsRequest, DescribeLocationHdfsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLocationHdfsCommandInput extends DescribeLocationHdfsRe
|
|
|
22
22
|
export interface DescribeLocationHdfsCommandOutput extends DescribeLocationHdfsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLocationHdfsCommand_base: {
|
|
25
|
-
new (input: DescribeLocationHdfsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeLocationHdfsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides details about how an DataSync transfer location for a Hadoop
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { DescribeLocationNfsRequest, DescribeLocationNfsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLocationNfsCommandInput extends DescribeLocationNfsRequ
|
|
|
22
22
|
export interface DescribeLocationNfsCommandOutput extends DescribeLocationNfsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLocationNfsCommand_base: {
|
|
25
|
-
new (input: DescribeLocationNfsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeLocationNfsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides details about how an DataSync transfer location for a Network
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { DescribeLocationObjectStorageRequest, DescribeLocationObjectStorageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLocationObjectStorageCommandInput extends DescribeLocat
|
|
|
22
22
|
export interface DescribeLocationObjectStorageCommandOutput extends DescribeLocationObjectStorageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLocationObjectStorageCommand_base: {
|
|
25
|
-
new (input: DescribeLocationObjectStorageCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeLocationObjectStorageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLocationObjectStorageCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeLocationObjectStorageCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides details about how an DataSync transfer location for an object
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { DescribeLocationS3Request, DescribeLocationS3Response } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLocationS3CommandInput extends DescribeLocationS3Reques
|
|
|
22
22
|
export interface DescribeLocationS3CommandOutput extends DescribeLocationS3Response, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLocationS3Command_base: {
|
|
25
|
-
new (input: DescribeLocationS3CommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeLocationS3CommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLocationS3CommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeLocationS3CommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides details about how an DataSync transfer location for an S3 bucket
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { DescribeLocationSmbRequest, DescribeLocationSmbResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLocationSmbCommandInput extends DescribeLocationSmbRequ
|
|
|
22
22
|
export interface DescribeLocationSmbCommandOutput extends DescribeLocationSmbResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLocationSmbCommand_base: {
|
|
25
|
-
new (input: DescribeLocationSmbCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeLocationSmbCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLocationSmbCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeLocationSmbCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides details about how an DataSync transfer location for a Server
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { DescribeTaskRequest, DescribeTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeTaskCommandInput extends DescribeTaskRequest {
|
|
|
22
22
|
export interface DescribeTaskCommandOutput extends DescribeTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeTaskCommand_base: {
|
|
25
|
-
new (input: DescribeTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeTaskCommandInput): import("@smithy/core/client").CommandImpl<DescribeTaskCommandInput, DescribeTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeTaskCommandInput): import("@smithy/core/client").CommandImpl<DescribeTaskCommandInput, DescribeTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides information about a <i>task</i>, which defines where and how
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { DescribeTaskExecutionRequest, DescribeTaskExecutionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeTaskExecutionCommandInput extends DescribeTaskExecution
|
|
|
22
22
|
export interface DescribeTaskExecutionCommandOutput extends DescribeTaskExecutionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeTaskExecutionCommand_base: {
|
|
25
|
-
new (input: DescribeTaskExecutionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeTaskExecutionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeTaskExecutionCommandInput): import("@smithy/core/client").CommandImpl<DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeTaskExecutionCommandInput): import("@smithy/core/client").CommandImpl<DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides information about an execution of your DataSync task. You can
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { ListAgentsRequest, ListAgentsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAgentsCommandInput extends ListAgentsRequest {
|
|
|
22
22
|
export interface ListAgentsCommandOutput extends ListAgentsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAgentsCommand_base: {
|
|
25
|
-
new (input: ListAgentsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListAgentsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAgentsCommandInput): import("@smithy/core/client").CommandImpl<ListAgentsCommandInput, ListAgentsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListAgentsCommandInput]): import("@smithy/core/client").CommandImpl<ListAgentsCommandInput, ListAgentsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { ListLocationsRequest, ListLocationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListLocationsCommandInput extends ListLocationsRequest {
|
|
|
22
22
|
export interface ListLocationsCommandOutput extends ListLocationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLocationsCommand_base: {
|
|
25
|
-
new (input: ListLocationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListLocationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListLocationsCommandInput): import("@smithy/core/client").CommandImpl<ListLocationsCommandInput, ListLocationsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListLocationsCommandInput]): import("@smithy/core/client").CommandImpl<ListLocationsCommandInput, ListLocationsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of source and destination locations.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns all the tags associated with an Amazon Web Services resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { ListTaskExecutionsRequest, ListTaskExecutionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTaskExecutionsCommandInput extends ListTaskExecutionsReques
|
|
|
22
22
|
export interface ListTaskExecutionsCommandOutput extends ListTaskExecutionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTaskExecutionsCommand_base: {
|
|
25
|
-
new (input: ListTaskExecutionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListTaskExecutionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTaskExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListTaskExecutionsCommandInput]): import("@smithy/core/client").CommandImpl<ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of executions for an DataSync transfer task.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { ListTasksRequest, ListTasksResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTasksCommandInput extends ListTasksRequest {
|
|
|
22
22
|
export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTasksCommand_base: {
|
|
25
|
-
new (input: ListTasksCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListTasksCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTasksCommandInput): import("@smithy/core/client").CommandImpl<ListTasksCommandInput, ListTasksCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListTasksCommandInput]): import("@smithy/core/client").CommandImpl<ListTasksCommandInput, ListTasksCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of the DataSync tasks you created.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { StartTaskExecutionRequest, StartTaskExecutionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartTaskExecutionCommandInput extends StartTaskExecutionReques
|
|
|
22
22
|
export interface StartTaskExecutionCommandOutput extends StartTaskExecutionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartTaskExecutionCommand_base: {
|
|
25
|
-
new (input: StartTaskExecutionCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartTaskExecutionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartTaskExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartTaskExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts an DataSync transfer task. For each task, you can only run one task
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Applies a <i>tag</i> to an Amazon Web Services resource. Tags are
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes tags from an Amazon Web Services resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { UpdateAgentRequest, UpdateAgentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAgentCommandInput extends UpdateAgentRequest {
|
|
|
22
22
|
export interface UpdateAgentCommandOutput extends UpdateAgentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAgentCommand_base: {
|
|
25
|
-
new (input: UpdateAgentCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAgentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateAgentCommandInput): import("@smithy/core/client").CommandImpl<UpdateAgentCommandInput, UpdateAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateAgentCommandInput): import("@smithy/core/client").CommandImpl<UpdateAgentCommandInput, UpdateAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the name of an DataSync agent.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { UpdateLocationAzureBlobRequest, UpdateLocationAzureBlobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateLocationAzureBlobCommandInput extends UpdateLocationAzure
|
|
|
22
22
|
export interface UpdateLocationAzureBlobCommandOutput extends UpdateLocationAzureBlobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateLocationAzureBlobCommand_base: {
|
|
25
|
-
new (input: UpdateLocationAzureBlobCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateLocationAzureBlobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Modifies the following configurations of the Microsoft Azure Blob Storage transfer
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
4
|
import type { UpdateLocationEfsRequest, UpdateLocationEfsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateLocationEfsCommandInput extends UpdateLocationEfsRequest
|
|
|
22
22
|
export interface UpdateLocationEfsCommandOutput extends UpdateLocationEfsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateLocationEfsCommand_base: {
|
|
25
|
-
new (input: UpdateLocationEfsCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateLocationEfsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateLocationEfsCommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationEfsCommandInput, UpdateLocationEfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateLocationEfsCommandInput): import("@smithy/core/client").CommandImpl<UpdateLocationEfsCommandInput, UpdateLocationEfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Modifies the following configuration parameters of the Amazon EFS transfer
|