@aws-sdk/client-datasync 3.1076.0 → 3.1078.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/index.js +64 -535
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelTaskExecutionCommand.js +2 -14
- package/dist-es/commands/CreateAgentCommand.js +2 -14
- package/dist-es/commands/CreateLocationAzureBlobCommand.js +2 -14
- package/dist-es/commands/CreateLocationEfsCommand.js +2 -14
- package/dist-es/commands/CreateLocationFsxLustreCommand.js +2 -14
- package/dist-es/commands/CreateLocationFsxOntapCommand.js +2 -14
- package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +2 -14
- package/dist-es/commands/CreateLocationFsxWindowsCommand.js +2 -14
- package/dist-es/commands/CreateLocationHdfsCommand.js +2 -14
- package/dist-es/commands/CreateLocationNfsCommand.js +2 -14
- package/dist-es/commands/CreateLocationObjectStorageCommand.js +2 -14
- package/dist-es/commands/CreateLocationS3Command.js +2 -14
- package/dist-es/commands/CreateLocationSmbCommand.js +2 -14
- package/dist-es/commands/CreateTaskCommand.js +2 -14
- package/dist-es/commands/DeleteAgentCommand.js +2 -14
- package/dist-es/commands/DeleteLocationCommand.js +2 -14
- package/dist-es/commands/DeleteTaskCommand.js +2 -14
- package/dist-es/commands/DescribeAgentCommand.js +2 -14
- package/dist-es/commands/DescribeLocationAzureBlobCommand.js +2 -14
- package/dist-es/commands/DescribeLocationEfsCommand.js +2 -14
- package/dist-es/commands/DescribeLocationFsxLustreCommand.js +2 -14
- package/dist-es/commands/DescribeLocationFsxOntapCommand.js +2 -14
- package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +2 -14
- package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +2 -14
- package/dist-es/commands/DescribeLocationHdfsCommand.js +2 -14
- package/dist-es/commands/DescribeLocationNfsCommand.js +2 -14
- package/dist-es/commands/DescribeLocationObjectStorageCommand.js +2 -14
- package/dist-es/commands/DescribeLocationS3Command.js +2 -14
- package/dist-es/commands/DescribeLocationSmbCommand.js +2 -14
- package/dist-es/commands/DescribeTaskCommand.js +2 -14
- package/dist-es/commands/DescribeTaskExecutionCommand.js +2 -14
- package/dist-es/commands/ListAgentsCommand.js +2 -14
- package/dist-es/commands/ListLocationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTaskExecutionsCommand.js +2 -14
- package/dist-es/commands/ListTasksCommand.js +2 -14
- package/dist-es/commands/StartTaskExecutionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAgentCommand.js +2 -14
- package/dist-es/commands/UpdateLocationAzureBlobCommand.js +2 -14
- package/dist-es/commands/UpdateLocationEfsCommand.js +2 -14
- package/dist-es/commands/UpdateLocationFsxLustreCommand.js +2 -14
- package/dist-es/commands/UpdateLocationFsxOntapCommand.js +2 -14
- package/dist-es/commands/UpdateLocationFsxOpenZfsCommand.js +2 -14
- package/dist-es/commands/UpdateLocationFsxWindowsCommand.js +2 -14
- package/dist-es/commands/UpdateLocationHdfsCommand.js +2 -14
- package/dist-es/commands/UpdateLocationNfsCommand.js +2 -14
- package/dist-es/commands/UpdateLocationObjectStorageCommand.js +2 -14
- package/dist-es/commands/UpdateLocationS3Command.js +2 -14
- package/dist-es/commands/UpdateLocationSmbCommand.js +2 -14
- package/dist-es/commands/UpdateTaskCommand.js +2 -14
- package/dist-es/commands/UpdateTaskExecutionCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelTaskExecutionCommand.d.ts +3 -8
- package/dist-types/commands/CreateAgentCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationEfsCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationS3Command.d.ts +3 -8
- package/dist-types/commands/CreateLocationSmbCommand.d.ts +3 -8
- package/dist-types/commands/CreateTaskCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAgentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLocationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTaskCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAgentCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationEfsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationNfsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationS3Command.d.ts +3 -8
- package/dist-types/commands/DescribeLocationSmbCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTaskCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +3 -8
- package/dist-types/commands/ListAgentsCommand.d.ts +3 -8
- package/dist-types/commands/ListLocationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTaskExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTasksCommand.d.ts +3 -8
- package/dist-types/commands/StartTaskExecutionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAgentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationEfsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationFsxLustreCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationFsxOntapCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationFsxOpenZfsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationFsxWindowsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationS3Command.d.ts +3 -8
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTaskCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationEfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationFsxLustreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationFsxOntapCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationFsxOpenZfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationFsxWindowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationS3Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAgents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAgentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "ListAgents", {})
|
|
13
|
-
.n("DataSyncClient", "ListAgentsCommand")
|
|
14
|
-
.sc(ListAgents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAgentsCommand extends command(_ep0, _mw0, "ListAgents", ListAgents$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListLocations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListLocationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "ListLocations", {})
|
|
13
|
-
.n("DataSyncClient", "ListLocationsCommand")
|
|
14
|
-
.sc(ListLocations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListLocationsCommand extends command(_ep0, _mw0, "ListLocations", ListLocations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "ListTagsForResource", {})
|
|
13
|
-
.n("DataSyncClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTaskExecutions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTaskExecutionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "ListTaskExecutions", {})
|
|
13
|
-
.n("DataSyncClient", "ListTaskExecutionsCommand")
|
|
14
|
-
.sc(ListTaskExecutions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTaskExecutionsCommand extends command(_ep0, _mw0, "ListTaskExecutions", ListTaskExecutions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTasks$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTasksCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "ListTasks", {})
|
|
13
|
-
.n("DataSyncClient", "ListTasksCommand")
|
|
14
|
-
.sc(ListTasks$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTasksCommand extends command(_ep0, _mw0, "ListTasks", ListTasks$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartTaskExecution$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartTaskExecutionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "StartTaskExecution", {})
|
|
13
|
-
.n("DataSyncClient", "StartTaskExecutionCommand")
|
|
14
|
-
.sc(StartTaskExecution$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartTaskExecutionCommand extends command(_ep0, _mw0, "StartTaskExecution", StartTaskExecution$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "TagResource", {})
|
|
13
|
-
.n("DataSyncClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "UntagResource", {})
|
|
13
|
-
.n("DataSyncClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateAgent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAgentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "UpdateAgent", {})
|
|
13
|
-
.n("DataSyncClient", "UpdateAgentCommand")
|
|
14
|
-
.sc(UpdateAgent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAgentCommand extends command(_ep0, _mw0, "UpdateAgent", UpdateAgent$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLocationAzureBlob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLocationAzureBlobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "UpdateLocationAzureBlob", {})
|
|
13
|
-
.n("DataSyncClient", "UpdateLocationAzureBlobCommand")
|
|
14
|
-
.sc(UpdateLocationAzureBlob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLocationAzureBlobCommand extends command(_ep0, _mw0, "UpdateLocationAzureBlob", UpdateLocationAzureBlob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLocationEfs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLocationEfsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "UpdateLocationEfs", {})
|
|
13
|
-
.n("DataSyncClient", "UpdateLocationEfsCommand")
|
|
14
|
-
.sc(UpdateLocationEfs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLocationEfsCommand extends command(_ep0, _mw0, "UpdateLocationEfs", UpdateLocationEfs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLocationFsxLustre$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLocationFsxLustreCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "UpdateLocationFsxLustre", {})
|
|
13
|
-
.n("DataSyncClient", "UpdateLocationFsxLustreCommand")
|
|
14
|
-
.sc(UpdateLocationFsxLustre$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLocationFsxLustreCommand extends command(_ep0, _mw0, "UpdateLocationFsxLustre", UpdateLocationFsxLustre$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLocationFsxOntap$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLocationFsxOntapCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "UpdateLocationFsxOntap", {})
|
|
13
|
-
.n("DataSyncClient", "UpdateLocationFsxOntapCommand")
|
|
14
|
-
.sc(UpdateLocationFsxOntap$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLocationFsxOntapCommand extends command(_ep0, _mw0, "UpdateLocationFsxOntap", UpdateLocationFsxOntap$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLocationFsxOpenZfs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLocationFsxOpenZfsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "UpdateLocationFsxOpenZfs", {})
|
|
13
|
-
.n("DataSyncClient", "UpdateLocationFsxOpenZfsCommand")
|
|
14
|
-
.sc(UpdateLocationFsxOpenZfs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLocationFsxOpenZfsCommand extends command(_ep0, _mw0, "UpdateLocationFsxOpenZfs", UpdateLocationFsxOpenZfs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLocationFsxWindows$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLocationFsxWindowsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "UpdateLocationFsxWindows", {})
|
|
13
|
-
.n("DataSyncClient", "UpdateLocationFsxWindowsCommand")
|
|
14
|
-
.sc(UpdateLocationFsxWindows$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLocationFsxWindowsCommand extends command(_ep0, _mw0, "UpdateLocationFsxWindows", UpdateLocationFsxWindows$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLocationHdfs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLocationHdfsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "UpdateLocationHdfs", {})
|
|
13
|
-
.n("DataSyncClient", "UpdateLocationHdfsCommand")
|
|
14
|
-
.sc(UpdateLocationHdfs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLocationHdfsCommand extends command(_ep0, _mw0, "UpdateLocationHdfs", UpdateLocationHdfs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLocationNfs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLocationNfsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "UpdateLocationNfs", {})
|
|
13
|
-
.n("DataSyncClient", "UpdateLocationNfsCommand")
|
|
14
|
-
.sc(UpdateLocationNfs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLocationNfsCommand extends command(_ep0, _mw0, "UpdateLocationNfs", UpdateLocationNfs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLocationObjectStorage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLocationObjectStorageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "UpdateLocationObjectStorage", {})
|
|
13
|
-
.n("DataSyncClient", "UpdateLocationObjectStorageCommand")
|
|
14
|
-
.sc(UpdateLocationObjectStorage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLocationObjectStorageCommand extends command(_ep0, _mw0, "UpdateLocationObjectStorage", UpdateLocationObjectStorage$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLocationS3$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLocationS3Command extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "UpdateLocationS3", {})
|
|
13
|
-
.n("DataSyncClient", "UpdateLocationS3Command")
|
|
14
|
-
.sc(UpdateLocationS3$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLocationS3Command extends command(_ep0, _mw0, "UpdateLocationS3", UpdateLocationS3$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLocationSmb$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLocationSmbCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "UpdateLocationSmb", {})
|
|
13
|
-
.n("DataSyncClient", "UpdateLocationSmbCommand")
|
|
14
|
-
.sc(UpdateLocationSmb$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLocationSmbCommand extends command(_ep0, _mw0, "UpdateLocationSmb", UpdateLocationSmb$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "UpdateTask", {})
|
|
13
|
-
.n("DataSyncClient", "UpdateTaskCommand")
|
|
14
|
-
.sc(UpdateTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateTaskCommand extends command(_ep0, _mw0, "UpdateTask", UpdateTask$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateTaskExecution$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateTaskExecutionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("FmrsService", "UpdateTaskExecution", {})
|
|
13
|
-
.n("DataSyncClient", "UpdateTaskExecutionCommand")
|
|
14
|
-
.sc(UpdateTaskExecution$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateTaskExecutionCommand extends command(_ep0, _mw0, "UpdateTaskExecution", UpdateTaskExecution$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
31
32
|
serviceTarget: "FmrsService",
|
|
32
33
|
},
|
|
33
34
|
serviceId: config?.serviceId ?? "DataSync",
|
|
35
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
36
|
urlParser: config?.urlParser ?? parseUrl,
|
|
35
37
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
36
38
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./DataSyncClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { CancelTaskExecutionRequest, CancelTaskExecutionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CancelTaskExecutionCommandInput extends CancelTaskExecutionRequ
|
|
|
22
19
|
export interface CancelTaskExecutionCommandOutput extends CancelTaskExecutionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CancelTaskExecutionCommand_base: {
|
|
25
|
-
new (input: CancelTaskExecutionCommandInput): import("@smithy/core/client").CommandImpl<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CancelTaskExecutionCommandInput): import("@smithy/core/client").CommandImpl<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CancelTaskExecutionCommandInput): import("@smithy/core/client").CommandImpl<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CancelTaskExecutionCommandInput): import("@smithy/core/client").CommandImpl<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Stops an DataSync task execution that's in progress. The transfer of some
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { CreateAgentRequest, CreateAgentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateAgentCommandInput extends CreateAgentRequest {
|
|
|
22
19
|
export interface CreateAgentCommandOutput extends CreateAgentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateAgentCommand_base: {
|
|
25
|
-
new (input: CreateAgentCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentCommandInput, CreateAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateAgentCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentCommandInput, CreateAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateAgentCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentCommandInput, CreateAgentCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateAgentCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentCommandInput, CreateAgentCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Activates an DataSync agent that you deploy in your storage environment.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { CreateLocationAzureBlobRequest, CreateLocationAzureBlobResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateLocationAzureBlobCommandInput extends CreateLocationAzure
|
|
|
22
19
|
export interface CreateLocationAzureBlobCommandOutput extends CreateLocationAzureBlobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateLocationAzureBlobCommand_base: {
|
|
25
|
-
new (input: CreateLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a transfer <i>location</i> for a Microsoft Azure Blob Storage
|