@aws-sdk/client-datasync 3.194.0 → 3.195.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/CHANGELOG.md +12 -0
- package/README.md +7 -5
- package/dist-cjs/DataSyncClient.js +11 -8
- package/dist-cjs/commands/CancelTaskExecutionCommand.js +10 -0
- package/dist-cjs/commands/CreateAgentCommand.js +10 -0
- package/dist-cjs/commands/CreateLocationEfsCommand.js +10 -0
- package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +10 -0
- package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +10 -0
- package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +10 -0
- package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +10 -0
- package/dist-cjs/commands/CreateLocationHdfsCommand.js +10 -0
- package/dist-cjs/commands/CreateLocationNfsCommand.js +10 -0
- package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +10 -0
- package/dist-cjs/commands/CreateLocationS3Command.js +10 -0
- package/dist-cjs/commands/CreateLocationSmbCommand.js +10 -0
- package/dist-cjs/commands/CreateTaskCommand.js +10 -0
- package/dist-cjs/commands/DeleteAgentCommand.js +10 -0
- package/dist-cjs/commands/DeleteLocationCommand.js +10 -0
- package/dist-cjs/commands/DeleteTaskCommand.js +10 -0
- package/dist-cjs/commands/DescribeAgentCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocationEfsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocationHdfsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocationNfsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocationS3Command.js +10 -0
- package/dist-cjs/commands/DescribeLocationSmbCommand.js +10 -0
- package/dist-cjs/commands/DescribeTaskCommand.js +10 -0
- package/dist-cjs/commands/DescribeTaskExecutionCommand.js +10 -0
- package/dist-cjs/commands/ListAgentsCommand.js +10 -0
- package/dist-cjs/commands/ListLocationsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListTaskExecutionsCommand.js +10 -0
- package/dist-cjs/commands/ListTasksCommand.js +10 -0
- package/dist-cjs/commands/StartTaskExecutionCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateAgentCommand.js +10 -0
- package/dist-cjs/commands/UpdateLocationHdfsCommand.js +10 -0
- package/dist-cjs/commands/UpdateLocationNfsCommand.js +10 -0
- package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +10 -0
- package/dist-cjs/commands/UpdateLocationSmbCommand.js +10 -0
- package/dist-cjs/commands/UpdateTaskCommand.js +10 -0
- package/dist-cjs/commands/UpdateTaskExecutionCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/protocols/Aws_json1_1.js +4 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/DataSyncClient.js +12 -9
- package/dist-es/commands/CancelTaskExecutionCommand.js +10 -0
- package/dist-es/commands/CreateAgentCommand.js +10 -0
- package/dist-es/commands/CreateLocationEfsCommand.js +10 -0
- package/dist-es/commands/CreateLocationFsxLustreCommand.js +10 -0
- package/dist-es/commands/CreateLocationFsxOntapCommand.js +10 -0
- package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +10 -0
- package/dist-es/commands/CreateLocationFsxWindowsCommand.js +10 -0
- package/dist-es/commands/CreateLocationHdfsCommand.js +10 -0
- package/dist-es/commands/CreateLocationNfsCommand.js +10 -0
- package/dist-es/commands/CreateLocationObjectStorageCommand.js +10 -0
- package/dist-es/commands/CreateLocationS3Command.js +10 -0
- package/dist-es/commands/CreateLocationSmbCommand.js +10 -0
- package/dist-es/commands/CreateTaskCommand.js +10 -0
- package/dist-es/commands/DeleteAgentCommand.js +10 -0
- package/dist-es/commands/DeleteLocationCommand.js +10 -0
- package/dist-es/commands/DeleteTaskCommand.js +10 -0
- package/dist-es/commands/DescribeAgentCommand.js +10 -0
- package/dist-es/commands/DescribeLocationEfsCommand.js +10 -0
- package/dist-es/commands/DescribeLocationFsxLustreCommand.js +10 -0
- package/dist-es/commands/DescribeLocationFsxOntapCommand.js +10 -0
- package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +10 -0
- package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +10 -0
- package/dist-es/commands/DescribeLocationHdfsCommand.js +10 -0
- package/dist-es/commands/DescribeLocationNfsCommand.js +10 -0
- package/dist-es/commands/DescribeLocationObjectStorageCommand.js +10 -0
- package/dist-es/commands/DescribeLocationS3Command.js +10 -0
- package/dist-es/commands/DescribeLocationSmbCommand.js +10 -0
- package/dist-es/commands/DescribeTaskCommand.js +10 -0
- package/dist-es/commands/DescribeTaskExecutionCommand.js +10 -0
- package/dist-es/commands/ListAgentsCommand.js +10 -0
- package/dist-es/commands/ListLocationsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListTaskExecutionsCommand.js +10 -0
- package/dist-es/commands/ListTasksCommand.js +10 -0
- package/dist-es/commands/StartTaskExecutionCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateAgentCommand.js +10 -0
- package/dist-es/commands/UpdateLocationHdfsCommand.js +10 -0
- package/dist-es/commands/UpdateLocationNfsCommand.js +10 -0
- package/dist-es/commands/UpdateLocationObjectStorageCommand.js +10 -0
- package/dist-es/commands/UpdateLocationSmbCommand.js +10 -0
- package/dist-es/commands/UpdateTaskCommand.js +10 -0
- package/dist-es/commands/UpdateTaskExecutionCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/protocols/Aws_json1_1.js +4 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/DataSync.d.ts +40 -28
- package/dist-types/DataSyncClient.d.ts +13 -14
- package/dist-types/commands/CancelTaskExecutionCommand.d.ts +9 -8
- package/dist-types/commands/CreateAgentCommand.d.ts +7 -6
- package/dist-types/commands/CreateLocationEfsCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +8 -1
- package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocationS3Command.d.ts +3 -1
- package/dist-types/commands/CreateLocationSmbCommand.d.ts +2 -0
- package/dist-types/commands/CreateTaskCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAgentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLocationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTaskCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAgentCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocationEfsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +3 -2
- package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +7 -2
- package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocationNfsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocationS3Command.d.ts +2 -0
- package/dist-types/commands/DescribeLocationSmbCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTaskCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +2 -0
- package/dist-types/commands/ListAgentsCommand.d.ts +2 -0
- package/dist-types/commands/ListLocationsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTaskExecutionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTasksCommand.d.ts +2 -0
- package/dist-types/commands/StartTaskExecutionCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAgentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +6 -3
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTaskCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +42 -25
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/DataSyncClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +3 -1
- package/dist-cjs/endpoints.js +0 -194
- package/dist-es/endpoints.js +0 -190
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -26,6 +27,7 @@ export interface DescribeLocationFsxWindowsCommandOutput extends DescribeLocatio
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DescribeLocationFsxWindowsCommand extends $Command<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig> {
|
|
28
29
|
readonly input: DescribeLocationFsxWindowsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DescribeLocationFsxWindowsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -26,6 +27,7 @@ export interface DescribeLocationHdfsCommandOutput extends DescribeLocationHdfsR
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DescribeLocationHdfsCommand extends $Command<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, DataSyncClientResolvedConfig> {
|
|
28
29
|
readonly input: DescribeLocationHdfsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DescribeLocationHdfsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeLocationNfsCommandOutput extends DescribeLocationNfsRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeLocationNfsCommand extends $Command<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeLocationNfsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeLocationNfsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeLocationObjectStorageCommandOutput extends DescribeLoca
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeLocationObjectStorageCommand extends $Command<DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeLocationObjectStorageCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeLocationObjectStorageCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeLocationS3CommandOutput extends DescribeLocationS3Respo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeLocationS3Command extends $Command<DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeLocationS3CommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeLocationS3CommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeLocationSmbCommandOutput extends DescribeLocationSmbRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeLocationSmbCommand extends $Command<DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeLocationSmbCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeLocationSmbCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeTaskCommandOutput extends DescribeTaskResponse, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeTaskCommand extends $Command<DescribeTaskCommandInput, DescribeTaskCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeTaskCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeTaskCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeTaskExecutionCommandOutput extends DescribeTaskExecutio
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeTaskExecutionCommand extends $Command<DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeTaskExecutionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeTaskExecutionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -32,6 +33,7 @@ export interface ListAgentsCommandOutput extends ListAgentsResponse, __MetadataB
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListAgentsCommand extends $Command<ListAgentsCommandInput, ListAgentsCommandOutput, DataSyncClientResolvedConfig> {
|
|
34
35
|
readonly input: ListAgentsCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: ListAgentsCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -28,6 +29,7 @@ export interface ListLocationsCommandOutput extends ListLocationsResponse, __Met
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class ListLocationsCommand extends $Command<ListLocationsCommandInput, ListLocationsCommandOutput, DataSyncClientResolvedConfig> {
|
|
30
31
|
readonly input: ListLocationsCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: ListLocationsCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -25,6 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -25,6 +26,7 @@ export interface ListTaskExecutionsCommandOutput extends ListTaskExecutionsRespo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListTaskExecutionsCommand extends $Command<ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: ListTaskExecutionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTaskExecutionsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -25,6 +26,7 @@ export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBea
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListTasksCommand extends $Command<ListTasksCommandInput, ListTasksCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: ListTasksCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTasksCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -33,6 +34,7 @@ export interface StartTaskExecutionCommandOutput extends StartTaskExecutionRespo
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class StartTaskExecutionCommand extends $Command<StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
|
|
35
36
|
readonly input: StartTaskExecutionCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: StartTaskExecutionCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -25,6 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: TagResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: TagResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -25,6 +26,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: UntagResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UntagResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateAgentCommandOutput extends UpdateAgentResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateAgentCommand extends $Command<UpdateAgentCommandInput, UpdateAgentCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateAgentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAgentCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -26,6 +27,7 @@ export interface UpdateLocationHdfsCommandOutput extends UpdateLocationHdfsRespo
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class UpdateLocationHdfsCommand extends $Command<UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput, DataSyncClientResolvedConfig> {
|
|
28
29
|
readonly input: UpdateLocationHdfsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: UpdateLocationHdfsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -26,6 +27,7 @@ export interface UpdateLocationNfsCommandOutput extends UpdateLocationNfsRespons
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class UpdateLocationNfsCommand extends $Command<UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput, DataSyncClientResolvedConfig> {
|
|
28
29
|
readonly input: UpdateLocationNfsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: UpdateLocationNfsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -7,9 +8,10 @@ export interface UpdateLocationObjectStorageCommandInput extends UpdateLocationO
|
|
|
7
8
|
export interface UpdateLocationObjectStorageCommandOutput extends UpdateLocationObjectStorageResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>Updates some
|
|
11
|
-
*
|
|
12
|
-
* see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html">Creating a location for object
|
|
11
|
+
* <p>Updates some parameters of an existing object storage location that DataSync
|
|
12
|
+
* accesses for a transfer. For information about creating a self-managed object storage
|
|
13
|
+
* location, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html">Creating a location for object
|
|
14
|
+
* storage</a>.</p>
|
|
13
15
|
* @example
|
|
14
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
17
|
* ```javascript
|
|
@@ -27,6 +29,7 @@ export interface UpdateLocationObjectStorageCommandOutput extends UpdateLocation
|
|
|
27
29
|
*/
|
|
28
30
|
export declare class UpdateLocationObjectStorageCommand extends $Command<UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig> {
|
|
29
31
|
readonly input: UpdateLocationObjectStorageCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
33
|
constructor(input: UpdateLocationObjectStorageCommandInput);
|
|
31
34
|
/**
|
|
32
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -27,6 +28,7 @@ export interface UpdateLocationSmbCommandOutput extends UpdateLocationSmbRespons
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class UpdateLocationSmbCommand extends $Command<UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput, DataSyncClientResolvedConfig> {
|
|
29
30
|
readonly input: UpdateLocationSmbCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: UpdateLocationSmbCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateTaskCommandOutput extends UpdateTaskResponse, __MetadataB
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateTaskCommand extends $Command<UpdateTaskCommandInput, UpdateTaskCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateTaskCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateTaskCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
@@ -34,6 +35,7 @@ export interface UpdateTaskExecutionCommandOutput extends UpdateTaskExecutionRes
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class UpdateTaskExecutionCommand extends $Command<UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
|
|
36
37
|
readonly input: UpdateTaskExecutionCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: UpdateTaskExecutionCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|
|
@@ -33,7 +33,7 @@ export declare enum Atime {
|
|
|
33
33
|
*/
|
|
34
34
|
export interface CancelTaskExecutionRequest {
|
|
35
35
|
/**
|
|
36
|
-
* <p>The Amazon Resource Name (ARN) of the task execution to
|
|
36
|
+
* <p>The Amazon Resource Name (ARN) of the task execution to stop.</p>
|
|
37
37
|
*/
|
|
38
38
|
TaskExecutionArn: string | undefined;
|
|
39
39
|
}
|
|
@@ -796,6 +796,13 @@ export interface CreateLocationObjectStorageRequest {
|
|
|
796
796
|
* <p>Specifies the key-value pair that represents a tag that you want to add to the resource. Tags can help you manage, filter, and search for your resources. We recommend creating a name tag for your location.</p>
|
|
797
797
|
*/
|
|
798
798
|
Tags?: TagListEntry[];
|
|
799
|
+
/**
|
|
800
|
+
* <p>Specifies a certificate to authenticate with an object storage system that uses a private
|
|
801
|
+
* or self-signed certificate authority (CA). You must specify a Base64-encoded <code>.pem</code>
|
|
802
|
+
* file (for example, <code>file:///home/user/.ssh/storage_sys_certificate.pem</code>). The certificate can be up to 32768 bytes (before Base64 encoding).</p>
|
|
803
|
+
* <p>To use this parameter, configure <code>ServerProtocol</code> to <code>HTTPS</code>.</p>
|
|
804
|
+
*/
|
|
805
|
+
ServerCertificate?: Uint8Array;
|
|
799
806
|
}
|
|
800
807
|
/**
|
|
801
808
|
* <p>CreateLocationObjectStorageResponse</p>
|
|
@@ -1771,7 +1778,8 @@ export interface DescribeLocationObjectStorageResponse {
|
|
|
1771
1778
|
*/
|
|
1772
1779
|
LocationUri?: string;
|
|
1773
1780
|
/**
|
|
1774
|
-
* <p>The access key (for example, a user name) required to authenticate with the object storage
|
|
1781
|
+
* <p>The access key (for example, a user name) required to authenticate with the object storage
|
|
1782
|
+
* system.</p>
|
|
1775
1783
|
*/
|
|
1776
1784
|
AccessKey?: string;
|
|
1777
1785
|
/**
|
|
@@ -1779,7 +1787,7 @@ export interface DescribeLocationObjectStorageResponse {
|
|
|
1779
1787
|
*/
|
|
1780
1788
|
ServerPort?: number;
|
|
1781
1789
|
/**
|
|
1782
|
-
* <p>The protocol that your object storage
|
|
1790
|
+
* <p>The protocol that your object storage system uses to communicate.</p>
|
|
1783
1791
|
*/
|
|
1784
1792
|
ServerProtocol?: ObjectStorageServerProtocol | string;
|
|
1785
1793
|
/**
|
|
@@ -1790,6 +1798,11 @@ export interface DescribeLocationObjectStorageResponse {
|
|
|
1790
1798
|
* <p>The time that the location was created.</p>
|
|
1791
1799
|
*/
|
|
1792
1800
|
CreationTime?: Date;
|
|
1801
|
+
/**
|
|
1802
|
+
* <p>The self-signed certificate that DataSync uses to securely authenticate with
|
|
1803
|
+
* your object storage system.</p>
|
|
1804
|
+
*/
|
|
1805
|
+
ServerCertificate?: Uint8Array;
|
|
1793
1806
|
}
|
|
1794
1807
|
/**
|
|
1795
1808
|
* <p>DescribeLocationS3Request</p>
|
|
@@ -2103,8 +2116,6 @@ export interface DescribeTaskExecutionResponse {
|
|
|
2103
2116
|
* contain a single filter string that consists of the patterns to exclude. The patterns are
|
|
2104
2117
|
* delimited by "|" (that is, a pipe), for example: <code>"/folder1|/folder2"</code>
|
|
2105
2118
|
* </p>
|
|
2106
|
-
* <p>
|
|
2107
|
-
* </p>
|
|
2108
2119
|
*/
|
|
2109
2120
|
Excludes?: FilterRule[];
|
|
2110
2121
|
/**
|
|
@@ -2112,8 +2123,6 @@ export interface DescribeTaskExecutionResponse {
|
|
|
2112
2123
|
* list should contain a single filter string that consists of the patterns to include. The
|
|
2113
2124
|
* patterns are delimited by "|" (that is, a pipe), for example: <code>"/folder1|/folder2"</code>
|
|
2114
2125
|
* </p>
|
|
2115
|
-
* <p>
|
|
2116
|
-
* </p>
|
|
2117
2126
|
*/
|
|
2118
2127
|
Includes?: FilterRule[];
|
|
2119
2128
|
/**
|
|
@@ -2156,6 +2165,11 @@ export interface DescribeTaskExecutionResponse {
|
|
|
2156
2165
|
* <p>The result of the task execution.</p>
|
|
2157
2166
|
*/
|
|
2158
2167
|
Result?: TaskExecutionResultDetail;
|
|
2168
|
+
/**
|
|
2169
|
+
* <p>The physical number of bytes transferred over the network after compression was applied.
|
|
2170
|
+
* In most cases, this number is less than <code>BytesTransferred</code>.</p>
|
|
2171
|
+
*/
|
|
2172
|
+
BytesCompressed?: number;
|
|
2159
2173
|
}
|
|
2160
2174
|
/**
|
|
2161
2175
|
* <p>ListAgentsRequest</p>
|
|
@@ -2658,44 +2672,47 @@ export interface UpdateLocationNfsResponse {
|
|
|
2658
2672
|
}
|
|
2659
2673
|
export interface UpdateLocationObjectStorageRequest {
|
|
2660
2674
|
/**
|
|
2661
|
-
* <p>
|
|
2675
|
+
* <p>Specifies the ARN of the object storage system location that you're updating.</p>
|
|
2662
2676
|
*/
|
|
2663
2677
|
LocationArn: string | undefined;
|
|
2664
2678
|
/**
|
|
2665
|
-
* <p>
|
|
2666
|
-
*
|
|
2667
|
-
* specify a custom port if your self-managed object storage server requires one.</p>
|
|
2679
|
+
* <p>Specifies the port that your object storage server accepts inbound network traffic on (for
|
|
2680
|
+
* example, port 443).</p>
|
|
2668
2681
|
*/
|
|
2669
2682
|
ServerPort?: number;
|
|
2670
2683
|
/**
|
|
2671
|
-
* <p>
|
|
2672
|
-
* <code>HTTP</code> or <code>HTTPS</code>.</p>
|
|
2684
|
+
* <p>Specifies the protocol that your object storage server uses to communicate.</p>
|
|
2673
2685
|
*/
|
|
2674
2686
|
ServerProtocol?: ObjectStorageServerProtocol | string;
|
|
2675
2687
|
/**
|
|
2676
|
-
* <p>
|
|
2677
|
-
*
|
|
2688
|
+
* <p>Specifies the object prefix for your object storage server. If this is a source location,
|
|
2689
|
+
* DataSync only copies objects with this prefix. If this is a destination location, DataSync
|
|
2690
|
+
* writes all objects with this prefix.</p>
|
|
2678
2691
|
*/
|
|
2679
2692
|
Subdirectory?: string;
|
|
2680
2693
|
/**
|
|
2681
|
-
* <p>
|
|
2682
|
-
*
|
|
2683
|
-
* authenticate, use <code>AccessKey</code> and <code>SecretKey</code> to provide the user name
|
|
2684
|
-
* and password, respectively.</p>
|
|
2694
|
+
* <p>Specifies the access key (for example, a user name) if credentials are required to
|
|
2695
|
+
* authenticate with the object storage server.</p>
|
|
2685
2696
|
*/
|
|
2686
2697
|
AccessKey?: string;
|
|
2687
2698
|
/**
|
|
2688
|
-
* <p>
|
|
2689
|
-
*
|
|
2690
|
-
* authenticate, use <code>AccessKey</code> and <code>SecretKey</code> to provide the user name
|
|
2691
|
-
* and password, respectively.</p>
|
|
2699
|
+
* <p>Specifies the secret key (for example, a password) if credentials are required to
|
|
2700
|
+
* authenticate with the object storage server.</p>
|
|
2692
2701
|
*/
|
|
2693
2702
|
SecretKey?: string;
|
|
2694
2703
|
/**
|
|
2695
|
-
* <p>
|
|
2696
|
-
*
|
|
2704
|
+
* <p>Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with
|
|
2705
|
+
* your location.</p>
|
|
2697
2706
|
*/
|
|
2698
2707
|
AgentArns?: string[];
|
|
2708
|
+
/**
|
|
2709
|
+
* <p>Specifies a certificate to authenticate with an object storage system that uses a private
|
|
2710
|
+
* or self-signed certificate authority (CA). You must specify a Base64-encoded <code>.pem</code>
|
|
2711
|
+
* file (for example, <code>file:///home/user/.ssh/storage_sys_certificate.pem</code>). The certificate can be up to 32768 bytes (before Base64 encoding).</p>
|
|
2712
|
+
* <p>To use this parameter, configure <code>ServerProtocol</code> to <code>HTTPS</code>.</p>
|
|
2713
|
+
* <p>Updating the certificate doesn't interfere with tasks that you have in progress.</p>
|
|
2714
|
+
*/
|
|
2715
|
+
ServerCertificate?: Uint8Array;
|
|
2699
2716
|
}
|
|
2700
2717
|
export interface UpdateLocationObjectStorageResponse {
|
|
2701
2718
|
}
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: DataSyncClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: DataSyncClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: DataSyncClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint
|
|
28
|
+
endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { DataSyncClientConfig } from "./DataSyncClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: DataSyncClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|