@aws-sdk/client-transfer 3.952.0 → 3.954.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 +941 -574
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/CreateAccessCommand.js +2 -2
- package/dist-es/commands/CreateAgreementCommand.js +2 -2
- package/dist-es/commands/CreateConnectorCommand.js +2 -2
- package/dist-es/commands/CreateProfileCommand.js +2 -2
- package/dist-es/commands/CreateServerCommand.js +2 -2
- package/dist-es/commands/CreateUserCommand.js +2 -2
- package/dist-es/commands/CreateWebAppCommand.js +2 -2
- package/dist-es/commands/CreateWorkflowCommand.js +2 -2
- package/dist-es/commands/DeleteAccessCommand.js +2 -2
- package/dist-es/commands/DeleteAgreementCommand.js +2 -2
- package/dist-es/commands/DeleteCertificateCommand.js +2 -2
- package/dist-es/commands/DeleteConnectorCommand.js +2 -2
- package/dist-es/commands/DeleteHostKeyCommand.js +2 -2
- package/dist-es/commands/DeleteProfileCommand.js +2 -2
- package/dist-es/commands/DeleteServerCommand.js +2 -2
- package/dist-es/commands/DeleteSshPublicKeyCommand.js +2 -2
- package/dist-es/commands/DeleteUserCommand.js +2 -2
- package/dist-es/commands/DeleteWebAppCommand.js +2 -2
- package/dist-es/commands/DeleteWebAppCustomizationCommand.js +2 -2
- package/dist-es/commands/DeleteWorkflowCommand.js +2 -2
- package/dist-es/commands/DescribeAccessCommand.js +2 -2
- package/dist-es/commands/DescribeAgreementCommand.js +2 -2
- package/dist-es/commands/DescribeCertificateCommand.js +2 -2
- package/dist-es/commands/DescribeConnectorCommand.js +2 -2
- package/dist-es/commands/DescribeExecutionCommand.js +2 -2
- package/dist-es/commands/DescribeHostKeyCommand.js +2 -2
- package/dist-es/commands/DescribeProfileCommand.js +2 -2
- package/dist-es/commands/DescribeSecurityPolicyCommand.js +2 -2
- package/dist-es/commands/DescribeServerCommand.js +2 -2
- package/dist-es/commands/DescribeUserCommand.js +2 -2
- package/dist-es/commands/DescribeWebAppCommand.js +2 -2
- package/dist-es/commands/DescribeWebAppCustomizationCommand.js +2 -2
- package/dist-es/commands/DescribeWorkflowCommand.js +2 -2
- package/dist-es/commands/ImportCertificateCommand.js +2 -2
- package/dist-es/commands/ImportHostKeyCommand.js +2 -2
- package/dist-es/commands/ImportSshPublicKeyCommand.js +2 -2
- package/dist-es/commands/ListAccessesCommand.js +2 -2
- package/dist-es/commands/ListAgreementsCommand.js +2 -2
- package/dist-es/commands/ListCertificatesCommand.js +2 -2
- package/dist-es/commands/ListConnectorsCommand.js +2 -2
- package/dist-es/commands/ListExecutionsCommand.js +2 -2
- package/dist-es/commands/ListFileTransferResultsCommand.js +2 -2
- package/dist-es/commands/ListHostKeysCommand.js +2 -2
- package/dist-es/commands/ListProfilesCommand.js +2 -2
- package/dist-es/commands/ListSecurityPoliciesCommand.js +2 -2
- package/dist-es/commands/ListServersCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListUsersCommand.js +2 -2
- package/dist-es/commands/ListWebAppsCommand.js +2 -2
- package/dist-es/commands/ListWorkflowsCommand.js +2 -2
- package/dist-es/commands/SendWorkflowStepStateCommand.js +2 -2
- package/dist-es/commands/StartDirectoryListingCommand.js +2 -2
- package/dist-es/commands/StartFileTransferCommand.js +2 -2
- package/dist-es/commands/StartRemoteDeleteCommand.js +2 -2
- package/dist-es/commands/StartRemoteMoveCommand.js +2 -2
- package/dist-es/commands/StartServerCommand.js +2 -2
- package/dist-es/commands/StopServerCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestConnectionCommand.js +2 -2
- package/dist-es/commands/TestIdentityProviderCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccessCommand.js +2 -2
- package/dist-es/commands/UpdateAgreementCommand.js +2 -2
- package/dist-es/commands/UpdateCertificateCommand.js +2 -2
- package/dist-es/commands/UpdateConnectorCommand.js +2 -2
- package/dist-es/commands/UpdateHostKeyCommand.js +2 -2
- package/dist-es/commands/UpdateProfileCommand.js +2 -2
- package/dist-es/commands/UpdateServerCommand.js +2 -2
- package/dist-es/commands/UpdateUserCommand.js +2 -2
- package/dist-es/commands/UpdateWebAppCommand.js +2 -2
- package/dist-es/commands/UpdateWebAppCustomizationCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +582 -498
- package/dist-types/TransferClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +284 -327
- package/dist-types/ts3.4/TransferClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +283 -328
- package/package.json +35 -35
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.transfer",
|
|
32
|
+
version: "2018-11-05",
|
|
33
|
+
serviceTarget: "TransferService",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "Transfer",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateAccess } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAccess$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAccessCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAccessCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "CreateAccess", {})
|
|
13
13
|
.n("TransferClient", "CreateAccessCommand")
|
|
14
|
-
.sc(CreateAccess)
|
|
14
|
+
.sc(CreateAccess$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateAgreement } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAgreement$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAgreementCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAgreementCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "CreateAgreement", {})
|
|
13
13
|
.n("TransferClient", "CreateAgreementCommand")
|
|
14
|
-
.sc(CreateAgreement)
|
|
14
|
+
.sc(CreateAgreement$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateConnector } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateConnector$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateConnectorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateConnectorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "CreateConnector", {})
|
|
13
13
|
.n("TransferClient", "CreateConnectorCommand")
|
|
14
|
-
.sc(CreateConnector)
|
|
14
|
+
.sc(CreateConnector$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateProfile } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateProfile$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateProfileCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateProfileCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "CreateProfile", {})
|
|
13
13
|
.n("TransferClient", "CreateProfileCommand")
|
|
14
|
-
.sc(CreateProfile)
|
|
14
|
+
.sc(CreateProfile$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateServer } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateServer$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateServerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateServerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "CreateServer", {})
|
|
13
13
|
.n("TransferClient", "CreateServerCommand")
|
|
14
|
-
.sc(CreateServer)
|
|
14
|
+
.sc(CreateServer$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateUser } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateUser$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateUserCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateUserCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "CreateUser", {})
|
|
13
13
|
.n("TransferClient", "CreateUserCommand")
|
|
14
|
-
.sc(CreateUser)
|
|
14
|
+
.sc(CreateUser$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateWebApp } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateWebApp$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateWebAppCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateWebAppCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "CreateWebApp", {})
|
|
13
13
|
.n("TransferClient", "CreateWebAppCommand")
|
|
14
|
-
.sc(CreateWebApp)
|
|
14
|
+
.sc(CreateWebApp$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateWorkflow } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateWorkflow$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateWorkflowCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateWorkflowCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "CreateWorkflow", {})
|
|
13
13
|
.n("TransferClient", "CreateWorkflowCommand")
|
|
14
|
-
.sc(CreateWorkflow)
|
|
14
|
+
.sc(CreateWorkflow$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteAccess } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAccess$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAccessCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAccessCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DeleteAccess", {})
|
|
13
13
|
.n("TransferClient", "DeleteAccessCommand")
|
|
14
|
-
.sc(DeleteAccess)
|
|
14
|
+
.sc(DeleteAccess$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteAgreement } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAgreement$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAgreementCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAgreementCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DeleteAgreement", {})
|
|
13
13
|
.n("TransferClient", "DeleteAgreementCommand")
|
|
14
|
-
.sc(DeleteAgreement)
|
|
14
|
+
.sc(DeleteAgreement$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteCertificate } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteCertificate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteCertificateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteCertificateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DeleteCertificate", {})
|
|
13
13
|
.n("TransferClient", "DeleteCertificateCommand")
|
|
14
|
-
.sc(DeleteCertificate)
|
|
14
|
+
.sc(DeleteCertificate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteConnector } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteConnector$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteConnectorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteConnectorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DeleteConnector", {})
|
|
13
13
|
.n("TransferClient", "DeleteConnectorCommand")
|
|
14
|
-
.sc(DeleteConnector)
|
|
14
|
+
.sc(DeleteConnector$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteHostKey } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteHostKey$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteHostKeyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteHostKeyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DeleteHostKey", {})
|
|
13
13
|
.n("TransferClient", "DeleteHostKeyCommand")
|
|
14
|
-
.sc(DeleteHostKey)
|
|
14
|
+
.sc(DeleteHostKey$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteProfile } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteProfile$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteProfileCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteProfileCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DeleteProfile", {})
|
|
13
13
|
.n("TransferClient", "DeleteProfileCommand")
|
|
14
|
-
.sc(DeleteProfile)
|
|
14
|
+
.sc(DeleteProfile$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteServer } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteServer$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteServerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteServerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DeleteServer", {})
|
|
13
13
|
.n("TransferClient", "DeleteServerCommand")
|
|
14
|
-
.sc(DeleteServer)
|
|
14
|
+
.sc(DeleteServer$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteSshPublicKey } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteSshPublicKey$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteSshPublicKeyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteSshPublicKeyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DeleteSshPublicKey", {})
|
|
13
13
|
.n("TransferClient", "DeleteSshPublicKeyCommand")
|
|
14
|
-
.sc(DeleteSshPublicKey)
|
|
14
|
+
.sc(DeleteSshPublicKey$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteUser } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteUser$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteUserCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteUserCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DeleteUser", {})
|
|
13
13
|
.n("TransferClient", "DeleteUserCommand")
|
|
14
|
-
.sc(DeleteUser)
|
|
14
|
+
.sc(DeleteUser$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteWebApp } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteWebApp$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteWebAppCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteWebAppCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DeleteWebApp", {})
|
|
13
13
|
.n("TransferClient", "DeleteWebAppCommand")
|
|
14
|
-
.sc(DeleteWebApp)
|
|
14
|
+
.sc(DeleteWebApp$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteWebAppCustomization } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteWebAppCustomization$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteWebAppCustomizationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteWebAppCustomizationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DeleteWebAppCustomization", {})
|
|
13
13
|
.n("TransferClient", "DeleteWebAppCustomizationCommand")
|
|
14
|
-
.sc(DeleteWebAppCustomization)
|
|
14
|
+
.sc(DeleteWebAppCustomization$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteWorkflow } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteWorkflow$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteWorkflowCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteWorkflowCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DeleteWorkflow", {})
|
|
13
13
|
.n("TransferClient", "DeleteWorkflowCommand")
|
|
14
|
-
.sc(DeleteWorkflow)
|
|
14
|
+
.sc(DeleteWorkflow$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeAccess } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeAccess$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAccessCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeAccessCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DescribeAccess", {})
|
|
13
13
|
.n("TransferClient", "DescribeAccessCommand")
|
|
14
|
-
.sc(DescribeAccess)
|
|
14
|
+
.sc(DescribeAccess$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeAgreement } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeAgreement$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAgreementCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeAgreementCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DescribeAgreement", {})
|
|
13
13
|
.n("TransferClient", "DescribeAgreementCommand")
|
|
14
|
-
.sc(DescribeAgreement)
|
|
14
|
+
.sc(DescribeAgreement$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeCertificate } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeCertificate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeCertificateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeCertificateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DescribeCertificate", {})
|
|
13
13
|
.n("TransferClient", "DescribeCertificateCommand")
|
|
14
|
-
.sc(DescribeCertificate)
|
|
14
|
+
.sc(DescribeCertificate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeConnector } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeConnector$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeConnectorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeConnectorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DescribeConnector", {})
|
|
13
13
|
.n("TransferClient", "DescribeConnectorCommand")
|
|
14
|
-
.sc(DescribeConnector)
|
|
14
|
+
.sc(DescribeConnector$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeExecution } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeExecution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeExecutionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeExecutionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DescribeExecution", {})
|
|
13
13
|
.n("TransferClient", "DescribeExecutionCommand")
|
|
14
|
-
.sc(DescribeExecution)
|
|
14
|
+
.sc(DescribeExecution$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeHostKey } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeHostKey$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeHostKeyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeHostKeyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DescribeHostKey", {})
|
|
13
13
|
.n("TransferClient", "DescribeHostKeyCommand")
|
|
14
|
-
.sc(DescribeHostKey)
|
|
14
|
+
.sc(DescribeHostKey$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeProfile } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeProfile$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeProfileCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeProfileCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DescribeProfile", {})
|
|
13
13
|
.n("TransferClient", "DescribeProfileCommand")
|
|
14
|
-
.sc(DescribeProfile)
|
|
14
|
+
.sc(DescribeProfile$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeSecurityPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeSecurityPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeSecurityPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeSecurityPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DescribeSecurityPolicy", {})
|
|
13
13
|
.n("TransferClient", "DescribeSecurityPolicyCommand")
|
|
14
|
-
.sc(DescribeSecurityPolicy)
|
|
14
|
+
.sc(DescribeSecurityPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeServer } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeServer$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeServerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeServerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DescribeServer", {})
|
|
13
13
|
.n("TransferClient", "DescribeServerCommand")
|
|
14
|
-
.sc(DescribeServer)
|
|
14
|
+
.sc(DescribeServer$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeUser } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeUser$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeUserCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeUserCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DescribeUser", {})
|
|
13
13
|
.n("TransferClient", "DescribeUserCommand")
|
|
14
|
-
.sc(DescribeUser)
|
|
14
|
+
.sc(DescribeUser$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeWebApp } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeWebApp$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeWebAppCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeWebAppCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DescribeWebApp", {})
|
|
13
13
|
.n("TransferClient", "DescribeWebAppCommand")
|
|
14
|
-
.sc(DescribeWebApp)
|
|
14
|
+
.sc(DescribeWebApp$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeWebAppCustomization } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeWebAppCustomization$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeWebAppCustomizationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeWebAppCustomizationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DescribeWebAppCustomization", {})
|
|
13
13
|
.n("TransferClient", "DescribeWebAppCustomizationCommand")
|
|
14
|
-
.sc(DescribeWebAppCustomization)
|
|
14
|
+
.sc(DescribeWebAppCustomization$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeWorkflow } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeWorkflow$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeWorkflowCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeWorkflowCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "DescribeWorkflow", {})
|
|
13
13
|
.n("TransferClient", "DescribeWorkflowCommand")
|
|
14
|
-
.sc(DescribeWorkflow)
|
|
14
|
+
.sc(DescribeWorkflow$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ImportCertificate } from "../schemas/schemas_0";
|
|
4
|
+
import { ImportCertificate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ImportCertificateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ImportCertificateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "ImportCertificate", {})
|
|
13
13
|
.n("TransferClient", "ImportCertificateCommand")
|
|
14
|
-
.sc(ImportCertificate)
|
|
14
|
+
.sc(ImportCertificate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ImportHostKey } from "../schemas/schemas_0";
|
|
4
|
+
import { ImportHostKey$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ImportHostKeyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ImportHostKeyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("TransferService", "ImportHostKey", {})
|
|
13
13
|
.n("TransferClient", "ImportHostKeyCommand")
|
|
14
|
-
.sc(ImportHostKey)
|
|
14
|
+
.sc(ImportHostKey$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|