@aws-sdk/client-datasync 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AddStorageSystemCommand.js +18 -41
- package/dist-cjs/commands/CancelTaskExecutionCommand.js +18 -41
- package/dist-cjs/commands/CreateAgentCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationAzureBlobCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationEfsCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationHdfsCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationNfsCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationS3Command.js +18 -41
- package/dist-cjs/commands/CreateLocationSmbCommand.js +18 -41
- package/dist-cjs/commands/CreateTaskCommand.js +18 -41
- package/dist-cjs/commands/DeleteAgentCommand.js +18 -41
- package/dist-cjs/commands/DeleteLocationCommand.js +18 -41
- package/dist-cjs/commands/DeleteTaskCommand.js +18 -41
- package/dist-cjs/commands/DescribeAgentCommand.js +18 -41
- package/dist-cjs/commands/DescribeDiscoveryJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationAzureBlobCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationEfsCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationHdfsCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationNfsCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationS3Command.js +18 -41
- package/dist-cjs/commands/DescribeLocationSmbCommand.js +18 -41
- package/dist-cjs/commands/DescribeStorageSystemCommand.js +18 -41
- package/dist-cjs/commands/DescribeStorageSystemResourceMetricsCommand.js +18 -41
- package/dist-cjs/commands/DescribeStorageSystemResourcesCommand.js +18 -41
- package/dist-cjs/commands/DescribeTaskCommand.js +18 -41
- package/dist-cjs/commands/DescribeTaskExecutionCommand.js +18 -41
- package/dist-cjs/commands/GenerateRecommendationsCommand.js +18 -41
- package/dist-cjs/commands/ListAgentsCommand.js +18 -41
- package/dist-cjs/commands/ListDiscoveryJobsCommand.js +18 -41
- package/dist-cjs/commands/ListLocationsCommand.js +18 -41
- package/dist-cjs/commands/ListStorageSystemsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTaskExecutionsCommand.js +18 -41
- package/dist-cjs/commands/ListTasksCommand.js +18 -41
- package/dist-cjs/commands/RemoveStorageSystemCommand.js +18 -41
- package/dist-cjs/commands/StartDiscoveryJobCommand.js +18 -41
- package/dist-cjs/commands/StartTaskExecutionCommand.js +18 -41
- package/dist-cjs/commands/StopDiscoveryJobCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAgentCommand.js +18 -41
- package/dist-cjs/commands/UpdateDiscoveryJobCommand.js +18 -41
- package/dist-cjs/commands/UpdateLocationAzureBlobCommand.js +18 -41
- package/dist-cjs/commands/UpdateLocationHdfsCommand.js +18 -41
- package/dist-cjs/commands/UpdateLocationNfsCommand.js +18 -41
- package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +18 -41
- package/dist-cjs/commands/UpdateLocationSmbCommand.js +18 -41
- package/dist-cjs/commands/UpdateStorageSystemCommand.js +18 -41
- package/dist-cjs/commands/UpdateTaskCommand.js +18 -41
- package/dist-cjs/commands/UpdateTaskExecutionCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeStorageSystemResourceMetricsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeStorageSystemResourcesPaginator.js +2 -24
- package/dist-cjs/pagination/ListAgentsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDiscoveryJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListLocationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListStorageSystemsPaginator.js +2 -24
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
- package/dist-cjs/pagination/ListTaskExecutionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListTasksPaginator.js +2 -24
- package/dist-es/commands/AddStorageSystemCommand.js +18 -41
- package/dist-es/commands/CancelTaskExecutionCommand.js +18 -41
- package/dist-es/commands/CreateAgentCommand.js +18 -41
- package/dist-es/commands/CreateLocationAzureBlobCommand.js +18 -41
- package/dist-es/commands/CreateLocationEfsCommand.js +18 -41
- package/dist-es/commands/CreateLocationFsxLustreCommand.js +18 -41
- package/dist-es/commands/CreateLocationFsxOntapCommand.js +18 -41
- package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +18 -41
- package/dist-es/commands/CreateLocationFsxWindowsCommand.js +18 -41
- package/dist-es/commands/CreateLocationHdfsCommand.js +18 -41
- package/dist-es/commands/CreateLocationNfsCommand.js +18 -41
- package/dist-es/commands/CreateLocationObjectStorageCommand.js +18 -41
- package/dist-es/commands/CreateLocationS3Command.js +18 -41
- package/dist-es/commands/CreateLocationSmbCommand.js +18 -41
- package/dist-es/commands/CreateTaskCommand.js +18 -41
- package/dist-es/commands/DeleteAgentCommand.js +18 -41
- package/dist-es/commands/DeleteLocationCommand.js +18 -41
- package/dist-es/commands/DeleteTaskCommand.js +18 -41
- package/dist-es/commands/DescribeAgentCommand.js +18 -41
- package/dist-es/commands/DescribeDiscoveryJobCommand.js +18 -41
- package/dist-es/commands/DescribeLocationAzureBlobCommand.js +18 -41
- package/dist-es/commands/DescribeLocationEfsCommand.js +18 -41
- package/dist-es/commands/DescribeLocationFsxLustreCommand.js +18 -41
- package/dist-es/commands/DescribeLocationFsxOntapCommand.js +18 -41
- package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +18 -41
- package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +18 -41
- package/dist-es/commands/DescribeLocationHdfsCommand.js +18 -41
- package/dist-es/commands/DescribeLocationNfsCommand.js +18 -41
- package/dist-es/commands/DescribeLocationObjectStorageCommand.js +18 -41
- package/dist-es/commands/DescribeLocationS3Command.js +18 -41
- package/dist-es/commands/DescribeLocationSmbCommand.js +18 -41
- package/dist-es/commands/DescribeStorageSystemCommand.js +18 -41
- package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +18 -41
- package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +18 -41
- package/dist-es/commands/DescribeTaskCommand.js +18 -41
- package/dist-es/commands/DescribeTaskExecutionCommand.js +18 -41
- package/dist-es/commands/GenerateRecommendationsCommand.js +18 -41
- package/dist-es/commands/ListAgentsCommand.js +18 -41
- package/dist-es/commands/ListDiscoveryJobsCommand.js +18 -41
- package/dist-es/commands/ListLocationsCommand.js +18 -41
- package/dist-es/commands/ListStorageSystemsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTaskExecutionsCommand.js +18 -41
- package/dist-es/commands/ListTasksCommand.js +18 -41
- package/dist-es/commands/RemoveStorageSystemCommand.js +18 -41
- package/dist-es/commands/StartDiscoveryJobCommand.js +18 -41
- package/dist-es/commands/StartTaskExecutionCommand.js +18 -41
- package/dist-es/commands/StopDiscoveryJobCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAgentCommand.js +18 -41
- package/dist-es/commands/UpdateDiscoveryJobCommand.js +18 -41
- package/dist-es/commands/UpdateLocationAzureBlobCommand.js +18 -41
- package/dist-es/commands/UpdateLocationHdfsCommand.js +18 -41
- package/dist-es/commands/UpdateLocationNfsCommand.js +18 -41
- package/dist-es/commands/UpdateLocationObjectStorageCommand.js +18 -41
- package/dist-es/commands/UpdateLocationSmbCommand.js +18 -41
- package/dist-es/commands/UpdateStorageSystemCommand.js +18 -41
- package/dist-es/commands/UpdateTaskCommand.js +18 -41
- package/dist-es/commands/UpdateTaskExecutionCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeStorageSystemResourceMetricsPaginator.js +2 -23
- package/dist-es/pagination/DescribeStorageSystemResourcesPaginator.js +2 -23
- package/dist-es/pagination/ListAgentsPaginator.js +2 -23
- package/dist-es/pagination/ListDiscoveryJobsPaginator.js +2 -23
- package/dist-es/pagination/ListLocationsPaginator.js +2 -23
- package/dist-es/pagination/ListStorageSystemsPaginator.js +2 -23
- package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
- package/dist-es/pagination/ListTaskExecutionsPaginator.js +2 -23
- package/dist-es/pagination/ListTasksPaginator.js +2 -23
- package/dist-types/commands/AddStorageSystemCommand.d.ts +6 -21
- package/dist-types/commands/CancelTaskExecutionCommand.d.ts +6 -21
- package/dist-types/commands/CreateAgentCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationEfsCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationS3Command.d.ts +6 -21
- package/dist-types/commands/CreateLocationSmbCommand.d.ts +6 -21
- package/dist-types/commands/CreateTaskCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAgentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLocationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTaskCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAgentCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationEfsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationNfsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationS3Command.d.ts +6 -21
- package/dist-types/commands/DescribeLocationSmbCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStorageSystemCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTaskCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +6 -21
- package/dist-types/commands/GenerateRecommendationsCommand.d.ts +6 -21
- package/dist-types/commands/ListAgentsCommand.d.ts +6 -21
- package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListLocationsCommand.d.ts +6 -21
- package/dist-types/commands/ListStorageSystemsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTaskExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/ListTasksCommand.d.ts +6 -21
- package/dist-types/commands/RemoveStorageSystemCommand.d.ts +6 -21
- package/dist-types/commands/StartDiscoveryJobCommand.d.ts +6 -21
- package/dist-types/commands/StartTaskExecutionCommand.d.ts +6 -21
- package/dist-types/commands/StopDiscoveryJobCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAgentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +6 -21
- package/dist-types/commands/UpdateStorageSystemCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTaskCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeStorageSystemResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAgentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDiscoveryJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLocationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStorageSystemsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/pagination/ListTaskExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTasksPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDiscoveryJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListLocationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStorageSystemsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTaskExecutionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteTaskCommand, se_DeleteTaskCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteTaskCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "DataSyncClient";
|
|
26
|
-
const commandName = "DeleteTaskCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "FmrsService",
|
|
35
|
-
operation: "DeleteTask",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteTaskCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteTaskCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteTaskCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("FmrsService", "DeleteTask", {})
|
|
19
|
+
.n("DataSyncClient", "DeleteTaskCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteTaskCommand)
|
|
22
|
+
.de(de_DeleteTaskCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeAgentCommand, se_DescribeAgentCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeAgentCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "DataSyncClient";
|
|
26
|
-
const commandName = "DescribeAgentCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "FmrsService",
|
|
35
|
-
operation: "DescribeAgent",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeAgentCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeAgentCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeAgentCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("FmrsService", "DescribeAgent", {})
|
|
19
|
+
.n("DataSyncClient", "DescribeAgentCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeAgentCommand)
|
|
22
|
+
.de(de_DescribeAgentCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeDiscoveryJobCommand, se_DescribeDiscoveryJobCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeDiscoveryJobCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "DataSyncClient";
|
|
26
|
-
const commandName = "DescribeDiscoveryJobCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "FmrsService",
|
|
35
|
-
operation: "DescribeDiscoveryJob",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeDiscoveryJobCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeDiscoveryJobCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeDiscoveryJobCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("FmrsService", "DescribeDiscoveryJob", {})
|
|
19
|
+
.n("DataSyncClient", "DescribeDiscoveryJobCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeDiscoveryJobCommand)
|
|
22
|
+
.de(de_DescribeDiscoveryJobCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeLocationAzureBlobCommand, se_DescribeLocationAzureBlobCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeLocationAzureBlobCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "DataSyncClient";
|
|
26
|
-
const commandName = "DescribeLocationAzureBlobCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "FmrsService",
|
|
35
|
-
operation: "DescribeLocationAzureBlob",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeLocationAzureBlobCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeLocationAzureBlobCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeLocationAzureBlobCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("FmrsService", "DescribeLocationAzureBlob", {})
|
|
19
|
+
.n("DataSyncClient", "DescribeLocationAzureBlobCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeLocationAzureBlobCommand)
|
|
22
|
+
.de(de_DescribeLocationAzureBlobCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeLocationEfsCommand, se_DescribeLocationEfsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeLocationEfsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "DataSyncClient";
|
|
26
|
-
const commandName = "DescribeLocationEfsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "FmrsService",
|
|
35
|
-
operation: "DescribeLocationEfs",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeLocationEfsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeLocationEfsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeLocationEfsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("FmrsService", "DescribeLocationEfs", {})
|
|
19
|
+
.n("DataSyncClient", "DescribeLocationEfsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeLocationEfsCommand)
|
|
22
|
+
.de(de_DescribeLocationEfsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeLocationFsxLustreCommand, se_DescribeLocationFsxLustreCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeLocationFsxLustreCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "DataSyncClient";
|
|
26
|
-
const commandName = "DescribeLocationFsxLustreCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "FmrsService",
|
|
35
|
-
operation: "DescribeLocationFsxLustre",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeLocationFsxLustreCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeLocationFsxLustreCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeLocationFsxLustreCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("FmrsService", "DescribeLocationFsxLustre", {})
|
|
19
|
+
.n("DataSyncClient", "DescribeLocationFsxLustreCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeLocationFsxLustreCommand)
|
|
22
|
+
.de(de_DescribeLocationFsxLustreCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { DescribeLocationFsxOntapResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_DescribeLocationFsxOntapCommand, se_DescribeLocationFsxOntapCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class DescribeLocationFsxOntapCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "DataSyncClient";
|
|
27
|
-
const commandName = "DescribeLocationFsxOntapCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: DescribeLocationFsxOntapResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "FmrsService",
|
|
36
|
-
operation: "DescribeLocationFsxOntap",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_DescribeLocationFsxOntapCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_DescribeLocationFsxOntapCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class DescribeLocationFsxOntapCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("FmrsService", "DescribeLocationFsxOntap", {})
|
|
20
|
+
.n("DataSyncClient", "DescribeLocationFsxOntapCommand")
|
|
21
|
+
.f(void 0, DescribeLocationFsxOntapResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_DescribeLocationFsxOntapCommand)
|
|
23
|
+
.de(de_DescribeLocationFsxOntapCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { DescribeLocationFsxOpenZfsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_DescribeLocationFsxOpenZfsCommand, se_DescribeLocationFsxOpenZfsCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class DescribeLocationFsxOpenZfsCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "DataSyncClient";
|
|
27
|
-
const commandName = "DescribeLocationFsxOpenZfsCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: DescribeLocationFsxOpenZfsResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "FmrsService",
|
|
36
|
-
operation: "DescribeLocationFsxOpenZfs",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_DescribeLocationFsxOpenZfsCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_DescribeLocationFsxOpenZfsCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class DescribeLocationFsxOpenZfsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("FmrsService", "DescribeLocationFsxOpenZfs", {})
|
|
20
|
+
.n("DataSyncClient", "DescribeLocationFsxOpenZfsCommand")
|
|
21
|
+
.f(void 0, DescribeLocationFsxOpenZfsResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_DescribeLocationFsxOpenZfsCommand)
|
|
23
|
+
.de(de_DescribeLocationFsxOpenZfsCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeLocationFsxWindowsCommand, se_DescribeLocationFsxWindowsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeLocationFsxWindowsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "DataSyncClient";
|
|
26
|
-
const commandName = "DescribeLocationFsxWindowsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "FmrsService",
|
|
35
|
-
operation: "DescribeLocationFsxWindows",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeLocationFsxWindowsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeLocationFsxWindowsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeLocationFsxWindowsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("FmrsService", "DescribeLocationFsxWindows", {})
|
|
19
|
+
.n("DataSyncClient", "DescribeLocationFsxWindowsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeLocationFsxWindowsCommand)
|
|
22
|
+
.de(de_DescribeLocationFsxWindowsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|