@aws-sdk/client-datasync 3.36.0 → 3.36.1
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 +11 -0
- package/dist-cjs/DataSync.js +0 -9
- package/dist-cjs/DataSyncClient.js +0 -14
- package/dist-cjs/commands/CancelTaskExecutionCommand.js +0 -31
- package/dist-cjs/commands/CreateAgentCommand.js +0 -38
- package/dist-cjs/commands/CreateLocationEfsCommand.js +0 -24
- package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +0 -24
- package/dist-cjs/commands/CreateLocationNfsCommand.js +0 -25
- package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +0 -25
- package/dist-cjs/commands/CreateLocationS3Command.js +0 -30
- package/dist-cjs/commands/CreateLocationSmbCommand.js +0 -25
- package/dist-cjs/commands/CreateTaskCommand.js +0 -42
- package/dist-cjs/commands/DeleteAgentCommand.js +0 -27
- package/dist-cjs/commands/DeleteLocationCommand.js +0 -24
- package/dist-cjs/commands/DeleteTaskCommand.js +0 -24
- package/dist-cjs/commands/DescribeAgentCommand.js +0 -26
- package/dist-cjs/commands/DescribeLocationEfsCommand.js +0 -24
- package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +0 -25
- package/dist-cjs/commands/DescribeLocationNfsCommand.js +0 -24
- package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +0 -25
- package/dist-cjs/commands/DescribeLocationS3Command.js +0 -24
- package/dist-cjs/commands/DescribeLocationSmbCommand.js +0 -24
- package/dist-cjs/commands/DescribeTaskCommand.js +0 -24
- package/dist-cjs/commands/DescribeTaskExecutionCommand.js +0 -24
- package/dist-cjs/commands/ListAgentsCommand.js +0 -31
- package/dist-cjs/commands/ListLocationsCommand.js +0 -27
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -24
- package/dist-cjs/commands/ListTaskExecutionsCommand.js +0 -24
- package/dist-cjs/commands/ListTasksCommand.js +0 -24
- package/dist-cjs/commands/StartTaskExecutionCommand.js +0 -32
- package/dist-cjs/commands/TagResourceCommand.js +0 -24
- package/dist-cjs/commands/UntagResourceCommand.js +0 -24
- package/dist-cjs/commands/UpdateAgentCommand.js +0 -24
- package/dist-cjs/commands/UpdateLocationNfsCommand.js +0 -25
- package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +0 -26
- package/dist-cjs/commands/UpdateLocationSmbCommand.js +0 -26
- package/dist-cjs/commands/UpdateTaskCommand.js +0 -24
- package/dist-cjs/commands/UpdateTaskExecutionCommand.js +0 -33
- package/dist-cjs/models/models_0.js +0 -267
- package/dist-cjs/pagination/ListAgentsPaginator.js +0 -10
- package/dist-cjs/pagination/ListLocationsPaginator.js +0 -10
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +0 -10
- package/dist-cjs/pagination/ListTaskExecutionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListTasksPaginator.js +0 -10
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-types/ts3.4/DataSync.d.ts +36 -201
- package/dist-types/ts3.4/DataSyncClient.d.ts +24 -95
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +2 -34
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +2 -26
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +2 -38
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +2 -29
- package/dist-types/ts3.4/models/models_0.d.ts +419 -1922
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +3 -3
|
@@ -6,29 +6,11 @@ export interface DescribeLocationEfsCommandInput extends DescribeLocationEfsRequ
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeLocationEfsCommandOutput extends DescribeLocationEfsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns metadata, such as the path information about an Amazon EFS location.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DataSyncClient, DescribeLocationEfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
15
|
-
* // const { DataSyncClient, DescribeLocationEfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
16
|
-
* const client = new DataSyncClient(config);
|
|
17
|
-
* const command = new DescribeLocationEfsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeLocationEfsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeLocationEfsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeLocationEfsCommand extends $Command<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeLocationEfsCommandInput;
|
|
28
12
|
constructor(input: DescribeLocationEfsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DescribeLocationFsxWindowsCommandInput extends DescribeLocation
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeLocationFsxWindowsCommandOutput extends DescribeLocationFsxWindowsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns metadata, such as the path information about an Amazon FSx for Windows File Server
|
|
11
|
-
* location.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { DataSyncClient, DescribeLocationFsxWindowsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
16
|
-
* // const { DataSyncClient, DescribeLocationFsxWindowsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
17
|
-
* const client = new DataSyncClient(config);
|
|
18
|
-
* const command = new DescribeLocationFsxWindowsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeLocationFsxWindowsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeLocationFsxWindowsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DescribeLocationFsxWindowsCommand extends $Command<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig> {
|
|
28
11
|
readonly input: DescribeLocationFsxWindowsCommandInput;
|
|
29
12
|
constructor(input: DescribeLocationFsxWindowsCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeLocationNfsCommandInput extends DescribeLocationNfsRequ
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeLocationNfsCommandOutput extends DescribeLocationNfsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns metadata, such as the path information, about an NFS location.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DataSyncClient, DescribeLocationNfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
15
|
-
* // const { DataSyncClient, DescribeLocationNfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
16
|
-
* const client = new DataSyncClient(config);
|
|
17
|
-
* const command = new DescribeLocationNfsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeLocationNfsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeLocationNfsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeLocationNfsCommand extends $Command<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeLocationNfsCommandInput;
|
|
28
12
|
constructor(input: DescribeLocationNfsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DescribeLocationObjectStorageCommandInput extends DescribeLocat
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeLocationObjectStorageCommandOutput extends DescribeLocationObjectStorageResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns metadata about a self-managed object storage server location. For more information
|
|
11
|
-
* about self-managed object storage locations, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html">Creating a location for object storage</a>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { DataSyncClient, DescribeLocationObjectStorageCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
16
|
-
* // const { DataSyncClient, DescribeLocationObjectStorageCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
17
|
-
* const client = new DataSyncClient(config);
|
|
18
|
-
* const command = new DescribeLocationObjectStorageCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeLocationObjectStorageCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeLocationObjectStorageCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DescribeLocationObjectStorageCommand extends $Command<DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig> {
|
|
28
11
|
readonly input: DescribeLocationObjectStorageCommandInput;
|
|
29
12
|
constructor(input: DescribeLocationObjectStorageCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeLocationS3CommandInput extends DescribeLocationS3Reques
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeLocationS3CommandOutput extends DescribeLocationS3Response, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns metadata, such as bucket name, about an Amazon S3 bucket location.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DataSyncClient, DescribeLocationS3Command } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
15
|
-
* // const { DataSyncClient, DescribeLocationS3Command } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
16
|
-
* const client = new DataSyncClient(config);
|
|
17
|
-
* const command = new DescribeLocationS3Command(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeLocationS3CommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeLocationS3CommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeLocationS3Command extends $Command<DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput, DataSyncClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeLocationS3CommandInput;
|
|
28
12
|
constructor(input: DescribeLocationS3CommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeLocationSmbCommandInput extends DescribeLocationSmbRequ
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeLocationSmbCommandOutput extends DescribeLocationSmbResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns metadata, such as the path and user information about an SMB location.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DataSyncClient, DescribeLocationSmbCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
15
|
-
* // const { DataSyncClient, DescribeLocationSmbCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
16
|
-
* const client = new DataSyncClient(config);
|
|
17
|
-
* const command = new DescribeLocationSmbCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeLocationSmbCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeLocationSmbCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeLocationSmbCommand extends $Command<DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeLocationSmbCommandInput;
|
|
28
12
|
constructor(input: DescribeLocationSmbCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeTaskCommandInput extends DescribeTaskRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeTaskCommandOutput extends DescribeTaskResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns metadata about a task.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DataSyncClient, DescribeTaskCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
15
|
-
* // const { DataSyncClient, DescribeTaskCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
16
|
-
* const client = new DataSyncClient(config);
|
|
17
|
-
* const command = new DescribeTaskCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeTaskCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeTaskCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeTaskCommand extends $Command<DescribeTaskCommandInput, DescribeTaskCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeTaskCommandInput;
|
|
28
12
|
constructor(input: DescribeTaskCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTaskCommandInput, DescribeTaskCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeTaskExecutionCommandInput extends DescribeTaskExecution
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeTaskExecutionCommandOutput extends DescribeTaskExecutionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns detailed metadata about a task that is being executed.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DataSyncClient, DescribeTaskExecutionCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
15
|
-
* // const { DataSyncClient, DescribeTaskExecutionCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
16
|
-
* const client = new DataSyncClient(config);
|
|
17
|
-
* const command = new DescribeTaskExecutionCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeTaskExecutionCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeTaskExecutionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeTaskExecutionCommand extends $Command<DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeTaskExecutionCommandInput;
|
|
28
12
|
constructor(input: DescribeTaskExecutionCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,36 +6,11 @@ export interface ListAgentsCommandInput extends ListAgentsRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListAgentsCommandOutput extends ListAgentsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns a list of agents owned by an Amazon Web Services account in the Amazon Web Services Region specified in the
|
|
11
|
-
* request. The returned list is ordered by agent Amazon Resource Name (ARN).</p>
|
|
12
|
-
* <p>By default, this operation returns a maximum of 100 agents. This operation supports
|
|
13
|
-
* pagination that enables you to optionally reduce the number of agents returned in a
|
|
14
|
-
* response.</p>
|
|
15
|
-
* <p>If you have more agents than are returned in a response (that is, the response returns
|
|
16
|
-
* only a truncated list of your agents), the response contains a marker that you can specify in
|
|
17
|
-
* your next request to fetch the next page of agents.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { DataSyncClient, ListAgentsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
22
|
-
* // const { DataSyncClient, ListAgentsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
23
|
-
* const client = new DataSyncClient(config);
|
|
24
|
-
* const command = new ListAgentsCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link ListAgentsCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link ListAgentsCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
9
|
+
|
|
33
10
|
export declare class ListAgentsCommand extends $Command<ListAgentsCommandInput, ListAgentsCommandOutput, DataSyncClientResolvedConfig> {
|
|
34
11
|
readonly input: ListAgentsCommandInput;
|
|
35
12
|
constructor(input: ListAgentsCommandInput);
|
|
36
|
-
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
13
|
+
|
|
39
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAgentsCommandInput, ListAgentsCommandOutput>;
|
|
40
15
|
private serialize;
|
|
41
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface ListLocationsCommandInput extends ListLocationsRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListLocationsCommandOutput extends ListLocationsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns a list of source and destination locations.</p>
|
|
11
|
-
* <p>If you have more locations than are returned in a response (that is, the response
|
|
12
|
-
* returns only a truncated list of your agents), the response contains a token that you can
|
|
13
|
-
* specify in your next request to fetch the next page of locations.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { DataSyncClient, ListLocationsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
18
|
-
* // const { DataSyncClient, ListLocationsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
19
|
-
* const client = new DataSyncClient(config);
|
|
20
|
-
* const command = new ListLocationsCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link ListLocationsCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link ListLocationsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class ListLocationsCommand extends $Command<ListLocationsCommandInput, ListLocationsCommandOutput, DataSyncClientResolvedConfig> {
|
|
30
11
|
readonly input: ListLocationsCommandInput;
|
|
31
12
|
constructor(input: ListLocationsCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLocationsCommandInput, ListLocationsCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns all the tags associated with a specified resource. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DataSyncClient, ListTagsForResourceCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
15
|
-
* // const { DataSyncClient, ListTagsForResourceCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
16
|
-
* const client = new DataSyncClient(config);
|
|
17
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
11
|
readonly input: ListTagsForResourceCommandInput;
|
|
28
12
|
constructor(input: ListTagsForResourceCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface ListTaskExecutionsCommandInput extends ListTaskExecutionsReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListTaskExecutionsCommandOutput extends ListTaskExecutionsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns a list of executed tasks.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DataSyncClient, ListTaskExecutionsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
15
|
-
* // const { DataSyncClient, ListTaskExecutionsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
16
|
-
* const client = new DataSyncClient(config);
|
|
17
|
-
* const command = new ListTaskExecutionsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListTaskExecutionsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListTaskExecutionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListTaskExecutionsCommand extends $Command<ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
11
|
readonly input: ListTaskExecutionsCommandInput;
|
|
28
12
|
constructor(input: ListTaskExecutionsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface ListTasksCommandInput extends ListTasksRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns a list of all the tasks.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DataSyncClient, ListTasksCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
15
|
-
* // const { DataSyncClient, ListTasksCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
16
|
-
* const client = new DataSyncClient(config);
|
|
17
|
-
* const command = new ListTasksCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListTasksCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListTasksCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListTasksCommand extends $Command<ListTasksCommandInput, ListTasksCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
11
|
readonly input: ListTasksCommandInput;
|
|
28
12
|
constructor(input: ListTasksCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTasksCommandInput, ListTasksCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,37 +6,11 @@ export interface StartTaskExecutionCommandInput extends StartTaskExecutionReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface StartTaskExecutionCommandOutput extends StartTaskExecutionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Starts a specific invocation of a task. A <code>TaskExecution</code> value represents
|
|
11
|
-
* an individual run of a task. Each task can have at most one <code>TaskExecution</code> at a
|
|
12
|
-
* time.</p>
|
|
13
|
-
* <p>
|
|
14
|
-
* <code>TaskExecution</code> has the following transition phases: INITIALIZING |
|
|
15
|
-
* PREPARING | TRANSFERRING | VERIFYING | SUCCESS/FAILURE. </p>
|
|
16
|
-
*
|
|
17
|
-
* <p>For detailed information, see the Task Execution section in the Components and
|
|
18
|
-
* Terminology topic in the <i>DataSync User Guide</i>.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { DataSyncClient, StartTaskExecutionCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
23
|
-
* // const { DataSyncClient, StartTaskExecutionCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
24
|
-
* const client = new DataSyncClient(config);
|
|
25
|
-
* const command = new StartTaskExecutionCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link StartTaskExecutionCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link StartTaskExecutionCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
9
|
+
|
|
34
10
|
export declare class StartTaskExecutionCommand extends $Command<StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
|
|
35
11
|
readonly input: StartTaskExecutionCommandInput;
|
|
36
12
|
constructor(input: StartTaskExecutionCommandInput);
|
|
37
|
-
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
13
|
+
|
|
40
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput>;
|
|
41
15
|
private serialize;
|
|
42
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Applies a key-value pair to an Amazon Web Services resource.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DataSyncClient, TagResourceCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
15
|
-
* // const { DataSyncClient, TagResourceCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
16
|
-
* const client = new DataSyncClient(config);
|
|
17
|
-
* const command = new TagResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
11
|
readonly input: TagResourceCommandInput;
|
|
28
12
|
constructor(input: TagResourceCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Removes a tag from an Amazon Web Services resource.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DataSyncClient, UntagResourceCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
15
|
-
* // const { DataSyncClient, UntagResourceCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
16
|
-
* const client = new DataSyncClient(config);
|
|
17
|
-
* const command = new UntagResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
11
|
readonly input: UntagResourceCommandInput;
|
|
28
12
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface UpdateAgentCommandInput extends UpdateAgentRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateAgentCommandOutput extends UpdateAgentResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Updates the name of an agent.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DataSyncClient, UpdateAgentCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
15
|
-
* // const { DataSyncClient, UpdateAgentCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
16
|
-
* const client = new DataSyncClient(config);
|
|
17
|
-
* const command = new UpdateAgentCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpdateAgentCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpdateAgentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class UpdateAgentCommand extends $Command<UpdateAgentCommandInput, UpdateAgentCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
11
|
readonly input: UpdateAgentCommandInput;
|
|
28
12
|
constructor(input: UpdateAgentCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAgentCommandInput, UpdateAgentCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface UpdateLocationNfsCommandInput extends UpdateLocationNfsRequest
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateLocationNfsCommandOutput extends UpdateLocationNfsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Updates some of the parameters of a previously created location for Network File System (NFS) access.
|
|
11
|
-
* For information about creating an NFS location, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html">Creating a location for NFS</a>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { DataSyncClient, UpdateLocationNfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
16
|
-
* // const { DataSyncClient, UpdateLocationNfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
17
|
-
* const client = new DataSyncClient(config);
|
|
18
|
-
* const command = new UpdateLocationNfsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link UpdateLocationNfsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link UpdateLocationNfsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class UpdateLocationNfsCommand extends $Command<UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput, DataSyncClientResolvedConfig> {
|
|
28
11
|
readonly input: UpdateLocationNfsCommandInput;
|
|
29
12
|
constructor(input: UpdateLocationNfsCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface UpdateLocationObjectStorageCommandInput extends UpdateLocationO
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateLocationObjectStorageCommandOutput extends UpdateLocationObjectStorageResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Updates some of the parameters of a previously created location for self-managed object
|
|
11
|
-
* storage server access. For information about creating a self-managed object storage location,
|
|
12
|
-
* see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html">Creating a location for object storage</a>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { DataSyncClient, UpdateLocationObjectStorageCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
17
|
-
* // const { DataSyncClient, UpdateLocationObjectStorageCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
18
|
-
* const client = new DataSyncClient(config);
|
|
19
|
-
* const command = new UpdateLocationObjectStorageCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link UpdateLocationObjectStorageCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link UpdateLocationObjectStorageCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class UpdateLocationObjectStorageCommand extends $Command<UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig> {
|
|
29
11
|
readonly input: UpdateLocationObjectStorageCommandInput;
|
|
30
12
|
constructor(input: UpdateLocationObjectStorageCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|