@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
package/dist-types/DataSync.d.ts
CHANGED
|
@@ -47,32 +47,33 @@ import { DataSyncClient } from "./DataSyncClient";
|
|
|
47
47
|
/**
|
|
48
48
|
* <fullname>DataSync</fullname>
|
|
49
49
|
*
|
|
50
|
-
* <p>DataSync is a managed data transfer service that makes it simpler for you
|
|
51
|
-
* automate moving data between on-premises storage and Amazon
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
*
|
|
50
|
+
* <p>DataSync is a managed data transfer service that makes it simpler for you
|
|
51
|
+
* to automate moving data between on-premises storage and Amazon Web Services storage services. You also can use DataSync to transfer data between other cloud providers and Amazon Web Services storage services.</p>
|
|
52
|
+
* <p>This API interface reference includes documentation for using DataSync
|
|
53
|
+
* programmatically. For complete information, see the <i>
|
|
54
|
+
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html">DataSync User
|
|
55
|
+
* Guide</a>
|
|
56
|
+
* </i>.</p>
|
|
55
57
|
*/
|
|
56
58
|
export declare class DataSync extends DataSyncClient {
|
|
57
59
|
/**
|
|
58
|
-
* <p>
|
|
59
|
-
*
|
|
60
|
-
*
|
|
61
|
-
*
|
|
62
|
-
*
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
* task execution.</p>
|
|
60
|
+
* <p>Stops an DataSync task execution that's in progress. The transfer of some
|
|
61
|
+
* files are abruptly interrupted. File contents that're transferred to the destination might be
|
|
62
|
+
* incomplete or inconsistent with the source files.</p>
|
|
63
|
+
* <p>However, if you start a new task execution using the same task and allow it to finish,
|
|
64
|
+
* file content on the destination will be complete and consistent. This applies to other
|
|
65
|
+
* unexpected failures that interrupt a task execution. In all of these cases, DataSync successfully completes the transfer when you start the next task
|
|
66
|
+
* execution.</p>
|
|
66
67
|
*/
|
|
67
68
|
cancelTaskExecution(args: CancelTaskExecutionCommandInput, options?: __HttpHandlerOptions): Promise<CancelTaskExecutionCommandOutput>;
|
|
68
69
|
cancelTaskExecution(args: CancelTaskExecutionCommandInput, cb: (err: any, data?: CancelTaskExecutionCommandOutput) => void): void;
|
|
69
70
|
cancelTaskExecution(args: CancelTaskExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelTaskExecutionCommandOutput) => void): void;
|
|
70
71
|
/**
|
|
71
|
-
* <p>Activates an DataSync agent that you have deployed
|
|
72
|
-
* process associates your agent with your account. In the activation
|
|
73
|
-
* information such as the Amazon Web Services Region that you want to
|
|
74
|
-
* agent in the Amazon Web Services Region where your
|
|
75
|
-
* tasks are created in this Amazon Web Services Region.</p>
|
|
72
|
+
* <p>Activates an DataSync agent that you have deployed in your storage
|
|
73
|
+
* environment. The activation process associates your agent with your account. In the activation
|
|
74
|
+
* process, you specify information such as the Amazon Web Services Region that you want to
|
|
75
|
+
* activate the agent in. You activate the agent in the Amazon Web Services Region where your
|
|
76
|
+
* target locations (in Amazon S3 or Amazon EFS) reside. Your tasks are created in this Amazon Web Services Region.</p>
|
|
76
77
|
* <p>You can activate the agent in a VPC (virtual private cloud) or provide the agent access to
|
|
77
78
|
* a VPC endpoint so you can run tasks without going over the public internet.</p>
|
|
78
79
|
* <p>You can use an agent for more than one location. If a task uses multiple agents, all of
|
|
@@ -82,7 +83,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
82
83
|
*
|
|
83
84
|
* <p>Agents are automatically updated by Amazon Web Services on a regular basis, using a mechanism that
|
|
84
85
|
* ensures minimal interruption to your tasks.</p>
|
|
85
|
-
* <p></p>
|
|
86
86
|
*/
|
|
87
87
|
createAgent(args: CreateAgentCommandInput, options?: __HttpHandlerOptions): Promise<CreateAgentCommandOutput>;
|
|
88
88
|
createAgent(args: CreateAgentCommandInput, cb: (err: any, data?: CreateAgentCommandOutput) => void): void;
|
|
@@ -108,7 +108,12 @@ export declare class DataSync extends DataSyncClient {
|
|
|
108
108
|
createLocationFsxOntap(args: CreateLocationFsxOntapCommandInput, cb: (err: any, data?: CreateLocationFsxOntapCommandOutput) => void): void;
|
|
109
109
|
createLocationFsxOntap(args: CreateLocationFsxOntapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLocationFsxOntapCommandOutput) => void): void;
|
|
110
110
|
/**
|
|
111
|
-
* <p>Creates an endpoint for an Amazon FSx for OpenZFS file system
|
|
111
|
+
* <p>Creates an endpoint for an Amazon FSx for OpenZFS file system that DataSync
|
|
112
|
+
* can access for a transfer. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-openzfs-location.html">Creating a location for FSx for OpenZFS</a>.</p>
|
|
113
|
+
* <note>
|
|
114
|
+
* <p>Request parameters related to <code>SMB</code> aren't supported with the
|
|
115
|
+
* <code>CreateLocationFsxOpenZfs</code> operation.</p>
|
|
116
|
+
* </note>
|
|
112
117
|
*/
|
|
113
118
|
createLocationFsxOpenZfs(args: CreateLocationFsxOpenZfsCommandInput, options?: __HttpHandlerOptions): Promise<CreateLocationFsxOpenZfsCommandOutput>;
|
|
114
119
|
createLocationFsxOpenZfs(args: CreateLocationFsxOpenZfsCommandInput, cb: (err: any, data?: CreateLocationFsxOpenZfsCommandOutput) => void): void;
|
|
@@ -139,7 +144,7 @@ export declare class DataSync extends DataSyncClient {
|
|
|
139
144
|
createLocationObjectStorage(args: CreateLocationObjectStorageCommandInput, cb: (err: any, data?: CreateLocationObjectStorageCommandOutput) => void): void;
|
|
140
145
|
createLocationObjectStorage(args: CreateLocationObjectStorageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLocationObjectStorageCommandOutput) => void): void;
|
|
141
146
|
/**
|
|
142
|
-
* <p>Creates an endpoint for an Amazon S3 bucket.</p>
|
|
147
|
+
* <p>Creates an endpoint for an Amazon S3 bucket that DataSync can access for a transfer.</p>
|
|
143
148
|
*
|
|
144
149
|
*
|
|
145
150
|
* <p>For
|
|
@@ -219,21 +224,27 @@ export declare class DataSync extends DataSyncClient {
|
|
|
219
224
|
describeLocationEfs(args: DescribeLocationEfsCommandInput, cb: (err: any, data?: DescribeLocationEfsCommandOutput) => void): void;
|
|
220
225
|
describeLocationEfs(args: DescribeLocationEfsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationEfsCommandOutput) => void): void;
|
|
221
226
|
/**
|
|
222
|
-
* <p>
|
|
223
|
-
* location, such as information about its path.</p>
|
|
227
|
+
* <p>Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.</p>
|
|
224
228
|
*/
|
|
225
229
|
describeLocationFsxLustre(args: DescribeLocationFsxLustreCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationFsxLustreCommandOutput>;
|
|
226
230
|
describeLocationFsxLustre(args: DescribeLocationFsxLustreCommandInput, cb: (err: any, data?: DescribeLocationFsxLustreCommandOutput) => void): void;
|
|
227
231
|
describeLocationFsxLustre(args: DescribeLocationFsxLustreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationFsxLustreCommandOutput) => void): void;
|
|
228
232
|
/**
|
|
229
233
|
* <p>Provides details about how an DataSync location for an Amazon FSx for NetApp ONTAP file system is configured.</p>
|
|
234
|
+
* <note>
|
|
235
|
+
* <p>If your location uses SMB, the <code>DescribeLocationFsxOntap</code> operation doesn't
|
|
236
|
+
* actually return a <code>Password</code>.</p>
|
|
237
|
+
* </note>
|
|
230
238
|
*/
|
|
231
239
|
describeLocationFsxOntap(args: DescribeLocationFsxOntapCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationFsxOntapCommandOutput>;
|
|
232
240
|
describeLocationFsxOntap(args: DescribeLocationFsxOntapCommandInput, cb: (err: any, data?: DescribeLocationFsxOntapCommandOutput) => void): void;
|
|
233
241
|
describeLocationFsxOntap(args: DescribeLocationFsxOntapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationFsxOntapCommandOutput) => void): void;
|
|
234
242
|
/**
|
|
235
|
-
* <p>
|
|
236
|
-
*
|
|
243
|
+
* <p>Provides details about how an DataSync location for an Amazon FSx for OpenZFS file system is configured.</p>
|
|
244
|
+
* <note>
|
|
245
|
+
* <p>Response elements related to <code>SMB</code> aren't supported with the
|
|
246
|
+
* <code>DescribeLocationFsxOpenZfs</code> operation.</p>
|
|
247
|
+
* </note>
|
|
237
248
|
*/
|
|
238
249
|
describeLocationFsxOpenZfs(args: DescribeLocationFsxOpenZfsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationFsxOpenZfsCommandOutput>;
|
|
239
250
|
describeLocationFsxOpenZfs(args: DescribeLocationFsxOpenZfsCommandInput, cb: (err: any, data?: DescribeLocationFsxOpenZfsCommandOutput) => void): void;
|
|
@@ -375,9 +386,10 @@ export declare class DataSync extends DataSyncClient {
|
|
|
375
386
|
updateLocationNfs(args: UpdateLocationNfsCommandInput, cb: (err: any, data?: UpdateLocationNfsCommandOutput) => void): void;
|
|
376
387
|
updateLocationNfs(args: UpdateLocationNfsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLocationNfsCommandOutput) => void): void;
|
|
377
388
|
/**
|
|
378
|
-
* <p>Updates some
|
|
379
|
-
*
|
|
380
|
-
* see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html">Creating a location for object
|
|
389
|
+
* <p>Updates some parameters of an existing object storage location that DataSync
|
|
390
|
+
* accesses for a transfer. For information about creating a self-managed object storage
|
|
391
|
+
* location, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html">Creating a location for object
|
|
392
|
+
* storage</a>.</p>
|
|
381
393
|
*/
|
|
382
394
|
updateLocationObjectStorage(args: UpdateLocationObjectStorageCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLocationObjectStorageCommandOutput>;
|
|
383
395
|
updateLocationObjectStorage(args: UpdateLocationObjectStorageCommandInput, cb: (err: any, data?: UpdateLocationObjectStorageCommandOutput) => void): void;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
4
|
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
5
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
6
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
7
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
8
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider,
|
|
9
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
10
|
import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "./commands/CancelTaskExecutionCommand";
|
|
10
11
|
import { CreateAgentCommandInput, CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
|
|
11
12
|
import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "./commands/CreateLocationEfsCommand";
|
|
@@ -50,6 +51,7 @@ import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCom
|
|
|
50
51
|
import { UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput } from "./commands/UpdateLocationSmbCommand";
|
|
51
52
|
import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
|
|
52
53
|
import { UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput } from "./commands/UpdateTaskExecutionCommand";
|
|
54
|
+
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
53
55
|
export declare type ServiceInputTypes = CancelTaskExecutionCommandInput | CreateAgentCommandInput | CreateLocationEfsCommandInput | CreateLocationFsxLustreCommandInput | CreateLocationFsxOntapCommandInput | CreateLocationFsxOpenZfsCommandInput | CreateLocationFsxWindowsCommandInput | CreateLocationHdfsCommandInput | CreateLocationNfsCommandInput | CreateLocationObjectStorageCommandInput | CreateLocationS3CommandInput | CreateLocationSmbCommandInput | CreateTaskCommandInput | DeleteAgentCommandInput | DeleteLocationCommandInput | DeleteTaskCommandInput | DescribeAgentCommandInput | DescribeLocationEfsCommandInput | DescribeLocationFsxLustreCommandInput | DescribeLocationFsxOntapCommandInput | DescribeLocationFsxOpenZfsCommandInput | DescribeLocationFsxWindowsCommandInput | DescribeLocationHdfsCommandInput | DescribeLocationNfsCommandInput | DescribeLocationObjectStorageCommandInput | DescribeLocationS3CommandInput | DescribeLocationSmbCommandInput | DescribeTaskCommandInput | DescribeTaskExecutionCommandInput | ListAgentsCommandInput | ListLocationsCommandInput | ListTagsForResourceCommandInput | ListTaskExecutionsCommandInput | ListTasksCommandInput | StartTaskExecutionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentCommandInput | UpdateLocationHdfsCommandInput | UpdateLocationNfsCommandInput | UpdateLocationObjectStorageCommandInput | UpdateLocationSmbCommandInput | UpdateTaskCommandInput | UpdateTaskExecutionCommandInput;
|
|
54
56
|
export declare type ServiceOutputTypes = CancelTaskExecutionCommandOutput | CreateAgentCommandOutput | CreateLocationEfsCommandOutput | CreateLocationFsxLustreCommandOutput | CreateLocationFsxOntapCommandOutput | CreateLocationFsxOpenZfsCommandOutput | CreateLocationFsxWindowsCommandOutput | CreateLocationHdfsCommandOutput | CreateLocationNfsCommandOutput | CreateLocationObjectStorageCommandOutput | CreateLocationS3CommandOutput | CreateLocationSmbCommandOutput | CreateTaskCommandOutput | DeleteAgentCommandOutput | DeleteLocationCommandOutput | DeleteTaskCommandOutput | DescribeAgentCommandOutput | DescribeLocationEfsCommandOutput | DescribeLocationFsxLustreCommandOutput | DescribeLocationFsxOntapCommandOutput | DescribeLocationFsxOpenZfsCommandOutput | DescribeLocationFsxWindowsCommandOutput | DescribeLocationHdfsCommandOutput | DescribeLocationNfsCommandOutput | DescribeLocationObjectStorageCommandOutput | DescribeLocationS3CommandOutput | DescribeLocationSmbCommandOutput | DescribeTaskCommandOutput | DescribeTaskExecutionCommandOutput | ListAgentsCommandOutput | ListLocationsCommandOutput | ListTagsForResourceCommandOutput | ListTaskExecutionsCommandOutput | ListTasksCommandOutput | StartTaskExecutionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentCommandOutput | UpdateLocationHdfsCommandOutput | UpdateLocationNfsCommandOutput | UpdateLocationObjectStorageCommandOutput | UpdateLocationSmbCommandOutput | UpdateTaskCommandOutput | UpdateTaskExecutionCommandOutput;
|
|
55
57
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -142,11 +144,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
142
144
|
* @internal
|
|
143
145
|
*/
|
|
144
146
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
145
|
-
/**
|
|
146
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
150
147
|
/**
|
|
151
148
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
152
149
|
* @internal
|
|
@@ -157,13 +154,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
157
154
|
*/
|
|
158
155
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
159
156
|
}
|
|
160
|
-
declare type DataSyncClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig &
|
|
157
|
+
declare type DataSyncClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
161
158
|
/**
|
|
162
159
|
* The configuration interface of DataSyncClient class constructor that set the region, credentials and other options.
|
|
163
160
|
*/
|
|
164
161
|
export interface DataSyncClientConfig extends DataSyncClientConfigType {
|
|
165
162
|
}
|
|
166
|
-
declare type DataSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig &
|
|
163
|
+
declare type DataSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
167
164
|
/**
|
|
168
165
|
* The resolved configuration interface of DataSyncClient class. This is resolved and normalized from the {@link DataSyncClientConfig | constructor configuration interface}.
|
|
169
166
|
*/
|
|
@@ -172,11 +169,13 @@ export interface DataSyncClientResolvedConfig extends DataSyncClientResolvedConf
|
|
|
172
169
|
/**
|
|
173
170
|
* <fullname>DataSync</fullname>
|
|
174
171
|
*
|
|
175
|
-
* <p>DataSync is a managed data transfer service that makes it simpler for you
|
|
176
|
-
* automate moving data between on-premises storage and Amazon
|
|
177
|
-
*
|
|
178
|
-
*
|
|
179
|
-
*
|
|
172
|
+
* <p>DataSync is a managed data transfer service that makes it simpler for you
|
|
173
|
+
* to automate moving data between on-premises storage and Amazon Web Services storage services. You also can use DataSync to transfer data between other cloud providers and Amazon Web Services storage services.</p>
|
|
174
|
+
* <p>This API interface reference includes documentation for using DataSync
|
|
175
|
+
* programmatically. For complete information, see the <i>
|
|
176
|
+
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html">DataSync User
|
|
177
|
+
* Guide</a>
|
|
178
|
+
* </i>.</p>
|
|
180
179
|
*/
|
|
181
180
|
export declare class DataSyncClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DataSyncClientResolvedConfig> {
|
|
182
181
|
/**
|
|
@@ -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,14 +8,13 @@ export interface CancelTaskExecutionCommandInput extends CancelTaskExecutionRequ
|
|
|
7
8
|
export interface CancelTaskExecutionCommandOutput extends CancelTaskExecutionResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
* task execution.</p>
|
|
11
|
+
* <p>Stops an DataSync task execution that's in progress. The transfer of some
|
|
12
|
+
* files are abruptly interrupted. File contents that're transferred to the destination might be
|
|
13
|
+
* incomplete or inconsistent with the source files.</p>
|
|
14
|
+
* <p>However, if you start a new task execution using the same task and allow it to finish,
|
|
15
|
+
* file content on the destination will be complete and consistent. This applies to other
|
|
16
|
+
* unexpected failures that interrupt a task execution. In all of these cases, DataSync successfully completes the transfer when you start the next task
|
|
17
|
+
* execution.</p>
|
|
18
18
|
* @example
|
|
19
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
20
20
|
* ```javascript
|
|
@@ -32,6 +32,7 @@ export interface CancelTaskExecutionCommandOutput extends CancelTaskExecutionRes
|
|
|
32
32
|
*/
|
|
33
33
|
export declare class CancelTaskExecutionCommand extends $Command<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
|
|
34
34
|
readonly input: CancelTaskExecutionCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
36
|
constructor(input: CancelTaskExecutionCommandInput);
|
|
36
37
|
/**
|
|
37
38
|
* @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,11 +8,11 @@ export interface CreateAgentCommandInput extends CreateAgentRequest {
|
|
|
7
8
|
export interface CreateAgentCommandOutput extends CreateAgentResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>Activates an DataSync agent that you have deployed
|
|
11
|
-
* process associates your agent with your account. In the activation
|
|
12
|
-
* information such as the Amazon Web Services Region that you want to
|
|
13
|
-
* agent in the Amazon Web Services Region where your
|
|
14
|
-
* tasks are created in this Amazon Web Services Region.</p>
|
|
11
|
+
* <p>Activates an DataSync agent that you have deployed in your storage
|
|
12
|
+
* environment. The activation process associates your agent with your account. In the activation
|
|
13
|
+
* process, you specify information such as the Amazon Web Services Region that you want to
|
|
14
|
+
* activate the agent in. You activate the agent in the Amazon Web Services Region where your
|
|
15
|
+
* target locations (in Amazon S3 or Amazon EFS) reside. Your tasks are created in this Amazon Web Services Region.</p>
|
|
15
16
|
* <p>You can activate the agent in a VPC (virtual private cloud) or provide the agent access to
|
|
16
17
|
* a VPC endpoint so you can run tasks without going over the public internet.</p>
|
|
17
18
|
* <p>You can use an agent for more than one location. If a task uses multiple agents, all of
|
|
@@ -21,7 +22,6 @@ export interface CreateAgentCommandOutput extends CreateAgentResponse, __Metadat
|
|
|
21
22
|
*
|
|
22
23
|
* <p>Agents are automatically updated by Amazon Web Services on a regular basis, using a mechanism that
|
|
23
24
|
* ensures minimal interruption to your tasks.</p>
|
|
24
|
-
* <p></p>
|
|
25
25
|
* @example
|
|
26
26
|
* Use a bare-bones client and the command you need to make an API call.
|
|
27
27
|
* ```javascript
|
|
@@ -39,6 +39,7 @@ export interface CreateAgentCommandOutput extends CreateAgentResponse, __Metadat
|
|
|
39
39
|
*/
|
|
40
40
|
export declare class CreateAgentCommand extends $Command<CreateAgentCommandInput, CreateAgentCommandOutput, DataSyncClientResolvedConfig> {
|
|
41
41
|
readonly input: CreateAgentCommandInput;
|
|
42
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
42
43
|
constructor(input: CreateAgentCommandInput);
|
|
43
44
|
/**
|
|
44
45
|
* @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 CreateLocationEfsCommandOutput extends CreateLocationEfsRespons
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class CreateLocationEfsCommand extends $Command<CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput, DataSyncClientResolvedConfig> {
|
|
28
29
|
readonly input: CreateLocationEfsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: CreateLocationEfsCommandInput);
|
|
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 CreateLocationFsxLustreCommandOutput extends CreateLocationFsxL
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateLocationFsxLustreCommand extends $Command<CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateLocationFsxLustreCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateLocationFsxLustreCommandInput);
|
|
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 CreateLocationFsxOntapCommandOutput extends CreateLocationFsxOn
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class CreateLocationFsxOntapCommand extends $Command<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig> {
|
|
28
29
|
readonly input: CreateLocationFsxOntapCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: CreateLocationFsxOntapCommandInput);
|
|
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,7 +8,12 @@ export interface CreateLocationFsxOpenZfsCommandInput extends CreateLocationFsxO
|
|
|
7
8
|
export interface CreateLocationFsxOpenZfsCommandOutput extends CreateLocationFsxOpenZfsResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>Creates an endpoint for an Amazon FSx for OpenZFS file system
|
|
11
|
+
* <p>Creates an endpoint for an Amazon FSx for OpenZFS file system that DataSync
|
|
12
|
+
* can access for a transfer. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-openzfs-location.html">Creating a location for FSx for OpenZFS</a>.</p>
|
|
13
|
+
* <note>
|
|
14
|
+
* <p>Request parameters related to <code>SMB</code> aren't supported with the
|
|
15
|
+
* <code>CreateLocationFsxOpenZfs</code> operation.</p>
|
|
16
|
+
* </note>
|
|
11
17
|
* @example
|
|
12
18
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
19
|
* ```javascript
|
|
@@ -25,6 +31,7 @@ export interface CreateLocationFsxOpenZfsCommandOutput extends CreateLocationFsx
|
|
|
25
31
|
*/
|
|
26
32
|
export declare class CreateLocationFsxOpenZfsCommand extends $Command<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
33
|
readonly input: CreateLocationFsxOpenZfsCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
35
|
constructor(input: CreateLocationFsxOpenZfsCommandInput);
|
|
29
36
|
/**
|
|
30
37
|
* @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 CreateLocationFsxWindowsCommandOutput extends CreateLocationFsx
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateLocationFsxWindowsCommand extends $Command<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateLocationFsxWindowsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateLocationFsxWindowsCommandInput);
|
|
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 CreateLocationHdfsCommandOutput extends CreateLocationHdfsRespo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateLocationHdfsCommand extends $Command<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateLocationHdfsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateLocationHdfsCommandInput);
|
|
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 CreateLocationNfsCommandOutput extends CreateLocationNfsRespons
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class CreateLocationNfsCommand extends $Command<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, DataSyncClientResolvedConfig> {
|
|
28
29
|
readonly input: CreateLocationNfsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: CreateLocationNfsCommandInput);
|
|
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 CreateLocationObjectStorageCommandOutput extends CreateLocation
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateLocationObjectStorageCommand extends $Command<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateLocationObjectStorageCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateLocationObjectStorageCommandInput);
|
|
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";
|
|
@@ -7,7 +8,7 @@ export interface CreateLocationS3CommandInput extends CreateLocationS3Request {
|
|
|
7
8
|
export interface CreateLocationS3CommandOutput extends CreateLocationS3Response, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>Creates an endpoint for an Amazon S3 bucket.</p>
|
|
11
|
+
* <p>Creates an endpoint for an Amazon S3 bucket that DataSync can access for a transfer.</p>
|
|
11
12
|
*
|
|
12
13
|
*
|
|
13
14
|
* <p>For
|
|
@@ -31,6 +32,7 @@ export interface CreateLocationS3CommandOutput extends CreateLocationS3Response,
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class CreateLocationS3Command extends $Command<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, DataSyncClientResolvedConfig> {
|
|
33
34
|
readonly input: CreateLocationS3CommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: CreateLocationS3CommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @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 CreateLocationSmbCommandOutput extends CreateLocationSmbRespons
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class CreateLocationSmbCommand extends $Command<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, DataSyncClientResolvedConfig> {
|
|
28
29
|
readonly input: CreateLocationSmbCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: CreateLocationSmbCommandInput);
|
|
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";
|
|
@@ -45,6 +46,7 @@ export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataB
|
|
|
45
46
|
*/
|
|
46
47
|
export declare class CreateTaskCommand extends $Command<CreateTaskCommandInput, CreateTaskCommandOutput, DataSyncClientResolvedConfig> {
|
|
47
48
|
readonly input: CreateTaskCommandInput;
|
|
49
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
48
50
|
constructor(input: CreateTaskCommandInput);
|
|
49
51
|
/**
|
|
50
52
|
* @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 DeleteAgentCommandOutput extends DeleteAgentResponse, __Metadat
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class DeleteAgentCommand extends $Command<DeleteAgentCommandInput, DeleteAgentCommandOutput, DataSyncClientResolvedConfig> {
|
|
30
31
|
readonly input: DeleteAgentCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: DeleteAgentCommandInput);
|
|
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 DeleteLocationCommandOutput extends DeleteLocationResponse, __M
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteLocationCommand extends $Command<DeleteLocationCommandInput, DeleteLocationCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteLocationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteLocationCommandInput);
|
|
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 DeleteTaskCommandOutput extends DeleteTaskResponse, __MetadataB
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteTaskCommand extends $Command<DeleteTaskCommandInput, DeleteTaskCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteTaskCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteTaskCommandInput);
|
|
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";
|
|
@@ -27,6 +28,7 @@ export interface DescribeAgentCommandOutput extends DescribeAgentResponse, __Met
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DescribeAgentCommand extends $Command<DescribeAgentCommandInput, DescribeAgentCommandOutput, DataSyncClientResolvedConfig> {
|
|
29
30
|
readonly input: DescribeAgentCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DescribeAgentCommandInput);
|
|
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 DescribeLocationEfsCommandOutput extends DescribeLocationEfsRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeLocationEfsCommand extends $Command<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeLocationEfsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeLocationEfsCommandInput);
|
|
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";
|
|
@@ -7,8 +8,7 @@ export interface DescribeLocationFsxLustreCommandInput extends DescribeLocationF
|
|
|
7
8
|
export interface DescribeLocationFsxLustreCommandOutput extends DescribeLocationFsxLustreResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* location, such as information about its path.</p>
|
|
11
|
+
* <p>Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
14
|
* ```javascript
|
|
@@ -26,6 +26,7 @@ export interface DescribeLocationFsxLustreCommandOutput extends DescribeLocation
|
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeLocationFsxLustreCommand extends $Command<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig> {
|
|
28
28
|
readonly input: DescribeLocationFsxLustreCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
30
|
constructor(input: DescribeLocationFsxLustreCommandInput);
|
|
30
31
|
/**
|
|
31
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";
|
|
@@ -8,6 +9,10 @@ export interface DescribeLocationFsxOntapCommandOutput extends DescribeLocationF
|
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
11
|
* <p>Provides details about how an DataSync location for an Amazon FSx for NetApp ONTAP file system is configured.</p>
|
|
12
|
+
* <note>
|
|
13
|
+
* <p>If your location uses SMB, the <code>DescribeLocationFsxOntap</code> operation doesn't
|
|
14
|
+
* actually return a <code>Password</code>.</p>
|
|
15
|
+
* </note>
|
|
11
16
|
* @example
|
|
12
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
18
|
* ```javascript
|
|
@@ -25,6 +30,7 @@ export interface DescribeLocationFsxOntapCommandOutput extends DescribeLocationF
|
|
|
25
30
|
*/
|
|
26
31
|
export declare class DescribeLocationFsxOntapCommand extends $Command<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig> {
|
|
27
32
|
readonly input: DescribeLocationFsxOntapCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
34
|
constructor(input: DescribeLocationFsxOntapCommandInput);
|
|
29
35
|
/**
|
|
30
36
|
* @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,8 +8,11 @@ export interface DescribeLocationFsxOpenZfsCommandInput extends DescribeLocation
|
|
|
7
8
|
export interface DescribeLocationFsxOpenZfsCommandOutput extends DescribeLocationFsxOpenZfsResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
11
|
+
* <p>Provides details about how an DataSync location for an Amazon FSx for OpenZFS file system is configured.</p>
|
|
12
|
+
* <note>
|
|
13
|
+
* <p>Response elements related to <code>SMB</code> aren't supported with the
|
|
14
|
+
* <code>DescribeLocationFsxOpenZfs</code> operation.</p>
|
|
15
|
+
* </note>
|
|
12
16
|
* @example
|
|
13
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
18
|
* ```javascript
|
|
@@ -26,6 +30,7 @@ export interface DescribeLocationFsxOpenZfsCommandOutput extends DescribeLocatio
|
|
|
26
30
|
*/
|
|
27
31
|
export declare class DescribeLocationFsxOpenZfsCommand extends $Command<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig> {
|
|
28
32
|
readonly input: DescribeLocationFsxOpenZfsCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
34
|
constructor(input: DescribeLocationFsxOpenZfsCommandInput);
|
|
30
35
|
/**
|
|
31
36
|
* @internal
|