@aws-sdk/client-datasync 3.1045.0 → 3.1046.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,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateLocationEfs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateLocationFsxLustre$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateLocationFsxOntap$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateLocationFsxOpenZfs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateLocationFsxWindows$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateLocationHdfs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateLocationNfs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateLocationObjectStorage$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateLocationS3$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateLocationSmb$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateTask$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateTaskExecution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
const k = "ref";
|
|
3
3
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
4
4
|
const _data = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class DataSyncServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultDataSyncHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "./commands/CancelTaskExecutionCommand";
|
|
@@ -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 { CancelTaskExecutionRequest, CancelTaskExecutionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CancelTaskExecutionCommandInput extends CancelTaskExecutionRequ
|
|
|
22
22
|
export interface CancelTaskExecutionCommandOutput extends CancelTaskExecutionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelTaskExecutionCommand_base: {
|
|
25
|
-
new (input: CancelTaskExecutionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelTaskExecutionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelTaskExecutionCommandInput): import("@smithy/core/client").CommandImpl<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelTaskExecutionCommandInput): import("@smithy/core/client").CommandImpl<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Stops an DataSync task execution that's in progress. The transfer of some
|
|
@@ -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 { CreateAgentRequest, CreateAgentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAgentCommandInput extends CreateAgentRequest {
|
|
|
22
22
|
export interface CreateAgentCommandOutput extends CreateAgentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAgentCommand_base: {
|
|
25
|
-
new (input: CreateAgentCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAgentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAgentCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentCommandInput, CreateAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAgentCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentCommandInput, CreateAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Activates an DataSync agent that you deploy in your storage environment.
|
|
@@ -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 { CreateLocationAzureBlobRequest, CreateLocationAzureBlobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLocationAzureBlobCommandInput extends CreateLocationAzure
|
|
|
22
22
|
export interface CreateLocationAzureBlobCommandOutput extends CreateLocationAzureBlobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLocationAzureBlobCommand_base: {
|
|
25
|
-
new (input: CreateLocationAzureBlobCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLocationAzureBlobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a transfer <i>location</i> for a Microsoft Azure Blob Storage
|
|
@@ -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 { CreateLocationEfsRequest, CreateLocationEfsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLocationEfsCommandInput extends CreateLocationEfsRequest
|
|
|
22
22
|
export interface CreateLocationEfsCommandOutput extends CreateLocationEfsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLocationEfsCommand_base: {
|
|
25
|
-
new (input: CreateLocationEfsCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLocationEfsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLocationEfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLocationEfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a transfer <i>location</i> for an Amazon EFS file system.
|
|
@@ -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 { CreateLocationFsxLustreRequest, CreateLocationFsxLustreResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLocationFsxLustreCommandInput extends CreateLocationFsxLu
|
|
|
22
22
|
export interface CreateLocationFsxLustreCommandOutput extends CreateLocationFsxLustreResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLocationFsxLustreCommand_base: {
|
|
25
|
-
new (input: CreateLocationFsxLustreCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLocationFsxLustreCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLocationFsxLustreCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLocationFsxLustreCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a transfer <i>location</i> for an Amazon FSx for Lustre file
|
|
@@ -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 { CreateLocationFsxOntapRequest, CreateLocationFsxOntapResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLocationFsxOntapCommandInput extends CreateLocationFsxOnt
|
|
|
22
22
|
export interface CreateLocationFsxOntapCommandOutput extends CreateLocationFsxOntapResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLocationFsxOntapCommand_base: {
|
|
25
|
-
new (input: CreateLocationFsxOntapCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLocationFsxOntapCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a transfer <i>location</i> for an Amazon FSx for NetApp ONTAP file
|
|
@@ -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 { CreateLocationFsxOpenZfsRequest, CreateLocationFsxOpenZfsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLocationFsxOpenZfsCommandInput extends CreateLocationFsxO
|
|
|
22
22
|
export interface CreateLocationFsxOpenZfsCommandOutput extends CreateLocationFsxOpenZfsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLocationFsxOpenZfsCommand_base: {
|
|
25
|
-
new (input: CreateLocationFsxOpenZfsCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLocationFsxOpenZfsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a transfer <i>location</i> for an Amazon FSx for OpenZFS file
|
|
@@ -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 { CreateLocationFsxWindowsRequest, CreateLocationFsxWindowsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLocationFsxWindowsCommandInput extends CreateLocationFsxW
|
|
|
22
22
|
export interface CreateLocationFsxWindowsCommandOutput extends CreateLocationFsxWindowsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLocationFsxWindowsCommand_base: {
|
|
25
|
-
new (input: CreateLocationFsxWindowsCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLocationFsxWindowsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a transfer <i>location</i> for an Amazon FSx for Windows File Server file
|
|
@@ -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 { CreateLocationHdfsRequest, CreateLocationHdfsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLocationHdfsCommandInput extends CreateLocationHdfsReques
|
|
|
22
22
|
export interface CreateLocationHdfsCommandOutput extends CreateLocationHdfsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLocationHdfsCommand_base: {
|
|
25
|
-
new (input: CreateLocationHdfsCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLocationHdfsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a transfer <i>location</i> for a Hadoop Distributed File System
|
|
@@ -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 { CreateLocationNfsRequest, CreateLocationNfsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLocationNfsCommandInput extends CreateLocationNfsRequest
|
|
|
22
22
|
export interface CreateLocationNfsCommandOutput extends CreateLocationNfsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLocationNfsCommand_base: {
|
|
25
|
-
new (input: CreateLocationNfsCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLocationNfsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a transfer <i>location</i> for a Network File System (NFS) file
|
|
@@ -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 { CreateLocationObjectStorageRequest, CreateLocationObjectStorageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLocationObjectStorageCommandInput extends CreateLocationO
|
|
|
22
22
|
export interface CreateLocationObjectStorageCommandOutput extends CreateLocationObjectStorageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLocationObjectStorageCommand_base: {
|
|
25
|
-
new (input: CreateLocationObjectStorageCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLocationObjectStorageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLocationObjectStorageCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLocationObjectStorageCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a transfer <i>location</i> for an object storage system. DataSync can use this location as a source or destination for transferring data. You
|
|
@@ -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 { CreateLocationS3Request, CreateLocationS3Response } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLocationS3CommandInput extends CreateLocationS3Request {
|
|
|
22
22
|
export interface CreateLocationS3CommandOutput extends CreateLocationS3Response, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLocationS3Command_base: {
|
|
25
|
-
new (input: CreateLocationS3CommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLocationS3CommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLocationS3CommandInput): import("@smithy/core/client").CommandImpl<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLocationS3CommandInput): import("@smithy/core/client").CommandImpl<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a transfer <i>location</i> for an Amazon 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 { CreateLocationSmbRequest, CreateLocationSmbResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLocationSmbCommandInput extends CreateLocationSmbRequest
|
|
|
22
22
|
export interface CreateLocationSmbCommandOutput extends CreateLocationSmbResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLocationSmbCommand_base: {
|
|
25
|
-
new (input: CreateLocationSmbCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLocationSmbCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLocationSmbCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLocationSmbCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a transfer <i>location</i> for a Server Message Block (SMB) file
|
|
@@ -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 { CreateTaskRequest, CreateTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateTaskCommandInput extends CreateTaskRequest {
|
|
|
22
22
|
export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateTaskCommand_base: {
|
|
25
|
-
new (input: CreateTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateTaskCommandInput, CreateTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateTaskCommandInput, CreateTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Configures a <i>task</i>, which defines where and how DataSync
|
|
@@ -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 { DeleteAgentRequest, DeleteAgentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAgentCommandInput extends DeleteAgentRequest {
|
|
|
22
22
|
export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAgentCommand_base: {
|
|
25
|
-
new (input: DeleteAgentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAgentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAgentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentCommandInput, DeleteAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAgentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentCommandInput, DeleteAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes an DataSync agent resource from your Amazon Web Services account.</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 { DeleteLocationRequest, DeleteLocationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteLocationCommandInput extends DeleteLocationRequest {
|
|
|
22
22
|
export interface DeleteLocationCommandOutput extends DeleteLocationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteLocationCommand_base: {
|
|
25
|
-
new (input: DeleteLocationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteLocationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteLocationCommandInput): import("@smithy/core/client").CommandImpl<DeleteLocationCommandInput, DeleteLocationCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteLocationCommandInput): import("@smithy/core/client").CommandImpl<DeleteLocationCommandInput, DeleteLocationCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a transfer location resource from DataSync. </p>
|