@aws-sdk/client-transfer 3.782.0 → 3.786.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/README.md +17 -10
- package/dist-cjs/index.js +74 -0
- package/dist-es/Transfer.js +4 -0
- package/dist-es/commands/StartRemoteDeleteCommand.js +22 -0
- package/dist-es/commands/StartRemoteMoveCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/protocols/Aws_json1_1.js +38 -0
- package/dist-types/Transfer.d.ts +15 -10
- package/dist-types/TransferClient.d.ts +5 -12
- package/dist-types/commands/CreateAccessCommand.d.ts +2 -8
- package/dist-types/commands/CreateAgreementCommand.d.ts +2 -12
- package/dist-types/commands/CreateConnectorCommand.d.ts +3 -8
- package/dist-types/commands/CreateProfileCommand.d.ts +1 -2
- package/dist-types/commands/CreateServerCommand.d.ts +2 -6
- package/dist-types/commands/CreateUserCommand.d.ts +2 -9
- package/dist-types/commands/CreateWebAppCommand.d.ts +1 -2
- package/dist-types/commands/CreateWorkflowCommand.d.ts +1 -4
- package/dist-types/commands/DeleteAccessCommand.d.ts +2 -4
- package/dist-types/commands/DeleteAgreementCommand.d.ts +1 -2
- package/dist-types/commands/DeleteCertificateCommand.d.ts +2 -4
- package/dist-types/commands/DeleteConnectorCommand.d.ts +1 -2
- package/dist-types/commands/DeleteHostKeyCommand.d.ts +1 -2
- package/dist-types/commands/DeleteProfileCommand.d.ts +1 -2
- package/dist-types/commands/DeleteServerCommand.d.ts +2 -4
- package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +1 -2
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -7
- package/dist-types/commands/DeleteWebAppCommand.d.ts +1 -2
- package/dist-types/commands/DeleteWebAppCustomizationCommand.d.ts +2 -5
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAccessCommand.d.ts +2 -7
- package/dist-types/commands/DescribeAgreementCommand.d.ts +1 -2
- package/dist-types/commands/DescribeCertificateCommand.d.ts +1 -2
- package/dist-types/commands/DescribeConnectorCommand.d.ts +3 -4
- package/dist-types/commands/DescribeExecutionCommand.d.ts +2 -9
- package/dist-types/commands/DescribeHostKeyCommand.d.ts +1 -2
- package/dist-types/commands/DescribeProfileCommand.d.ts +1 -2
- package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +2 -6
- package/dist-types/commands/DescribeServerCommand.d.ts +2 -7
- package/dist-types/commands/DescribeUserCommand.d.ts +2 -6
- package/dist-types/commands/DescribeWebAppCommand.d.ts +1 -2
- package/dist-types/commands/DescribeWebAppCustomizationCommand.d.ts +1 -2
- package/dist-types/commands/DescribeWorkflowCommand.d.ts +1 -2
- package/dist-types/commands/ImportCertificateCommand.d.ts +2 -5
- package/dist-types/commands/ImportHostKeyCommand.d.ts +2 -4
- package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +2 -7
- package/dist-types/commands/ListAccessesCommand.d.ts +1 -2
- package/dist-types/commands/ListAgreementsCommand.d.ts +2 -7
- package/dist-types/commands/ListCertificatesCommand.d.ts +2 -7
- package/dist-types/commands/ListConnectorsCommand.d.ts +1 -2
- package/dist-types/commands/ListExecutionsCommand.d.ts +2 -7
- package/dist-types/commands/ListFileTransferResultsCommand.d.ts +2 -8
- package/dist-types/commands/ListHostKeysCommand.d.ts +2 -4
- package/dist-types/commands/ListProfilesCommand.d.ts +2 -6
- package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +1 -4
- package/dist-types/commands/ListServersCommand.d.ts +1 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
- package/dist-types/commands/ListUsersCommand.d.ts +2 -4
- package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +2 -7
- package/dist-types/commands/StartDirectoryListingCommand.d.ts +2 -47
- package/dist-types/commands/StartFileTransferCommand.d.ts +2 -28
- package/dist-types/commands/StartRemoteDeleteCommand.d.ts +88 -0
- package/dist-types/commands/StartRemoteMoveCommand.d.ts +89 -0
- package/dist-types/commands/StartServerCommand.d.ts +2 -9
- package/dist-types/commands/StopServerCommand.d.ts +2 -14
- package/dist-types/commands/TagResourceCommand.d.ts +2 -5
- package/dist-types/commands/TestConnectionCommand.d.ts +5 -5
- package/dist-types/commands/TestIdentityProviderCommand.d.ts +2 -52
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -5
- package/dist-types/commands/UpdateAccessCommand.d.ts +2 -4
- package/dist-types/commands/UpdateAgreementCommand.d.ts +2 -10
- package/dist-types/commands/UpdateCertificateCommand.d.ts +1 -2
- package/dist-types/commands/UpdateConnectorCommand.d.ts +3 -5
- package/dist-types/commands/UpdateHostKeyCommand.d.ts +2 -4
- package/dist-types/commands/UpdateProfileCommand.d.ts +2 -5
- package/dist-types/commands/UpdateServerCommand.d.ts +3 -9
- package/dist-types/commands/UpdateUserCommand.d.ts +2 -19
- package/dist-types/commands/UpdateWebAppCommand.d.ts +2 -5
- package/dist-types/commands/UpdateWebAppCustomizationCommand.d.ts +2 -5
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +1 -10
- package/dist-types/models/models_0.d.ts +395 -2556
- package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
- package/dist-types/ts3.4/Transfer.d.ts +34 -0
- package/dist-types/ts3.4/TransferClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/StartRemoteDeleteCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartRemoteMoveCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +20 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,16 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>Transfer Family is a fully managed service that enables the transfer of files over the File
|
|
10
|
-
Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File
|
|
11
|
-
Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
|
|
12
|
-
Additionally, you can use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3.
|
|
13
|
-
Amazon Web Services helps you seamlessly migrate your file transfer workflows to Transfer Family by integrating
|
|
14
|
-
with existing authentication systems, and providing DNS routing with Amazon Route 53 so
|
|
15
|
-
nothing changes for your customers and partners, or their applications. With your data in
|
|
16
|
-
Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning, and
|
|
17
|
-
archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and
|
|
18
|
-
set up.</p>
|
|
9
|
+
<p>Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS. Additionally, you can use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3. Amazon Web Services helps you seamlessly migrate your file transfer workflows to Transfer Family by integrating with existing authentication systems, and providing DNS routing with Amazon Route 53 so nothing changes for your customers and partners, or their applications. With your data in Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning, and archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and set up.</p>
|
|
19
10
|
|
|
20
11
|
## Installing
|
|
21
12
|
|
|
@@ -635,6 +626,22 @@ StartFileTransfer
|
|
|
635
626
|
|
|
636
627
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transfer/command/StartFileTransferCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/StartFileTransferCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/StartFileTransferCommandOutput/)
|
|
637
628
|
|
|
629
|
+
</details>
|
|
630
|
+
<details>
|
|
631
|
+
<summary>
|
|
632
|
+
StartRemoteDelete
|
|
633
|
+
</summary>
|
|
634
|
+
|
|
635
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transfer/command/StartRemoteDeleteCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/StartRemoteDeleteCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/StartRemoteDeleteCommandOutput/)
|
|
636
|
+
|
|
637
|
+
</details>
|
|
638
|
+
<details>
|
|
639
|
+
<summary>
|
|
640
|
+
StartRemoteMove
|
|
641
|
+
</summary>
|
|
642
|
+
|
|
643
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transfer/command/StartRemoteMoveCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/StartRemoteMoveCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/StartRemoteMoveCommandOutput/)
|
|
644
|
+
|
|
638
645
|
</details>
|
|
639
646
|
<details>
|
|
640
647
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -120,6 +120,8 @@ __export(index_exports, {
|
|
|
120
120
|
SigningAlg: () => SigningAlg,
|
|
121
121
|
StartDirectoryListingCommand: () => StartDirectoryListingCommand,
|
|
122
122
|
StartFileTransferCommand: () => StartFileTransferCommand,
|
|
123
|
+
StartRemoteDeleteCommand: () => StartRemoteDeleteCommand,
|
|
124
|
+
StartRemoteMoveCommand: () => StartRemoteMoveCommand,
|
|
123
125
|
StartServerCommand: () => StartServerCommand,
|
|
124
126
|
State: () => State,
|
|
125
127
|
StopServerCommand: () => StopServerCommand,
|
|
@@ -1103,6 +1105,18 @@ var se_StartFileTransferCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1103
1105
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1104
1106
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1105
1107
|
}, "se_StartFileTransferCommand");
|
|
1108
|
+
var se_StartRemoteDeleteCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1109
|
+
const headers = sharedHeaders("StartRemoteDelete");
|
|
1110
|
+
let body;
|
|
1111
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1112
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1113
|
+
}, "se_StartRemoteDeleteCommand");
|
|
1114
|
+
var se_StartRemoteMoveCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1115
|
+
const headers = sharedHeaders("StartRemoteMove");
|
|
1116
|
+
let body;
|
|
1117
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1118
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1119
|
+
}, "se_StartRemoteMoveCommand");
|
|
1106
1120
|
var se_StartServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1107
1121
|
const headers = sharedHeaders("StartServer");
|
|
1108
1122
|
let body;
|
|
@@ -1852,6 +1866,32 @@ var de_StartFileTransferCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1852
1866
|
};
|
|
1853
1867
|
return response;
|
|
1854
1868
|
}, "de_StartFileTransferCommand");
|
|
1869
|
+
var de_StartRemoteDeleteCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1870
|
+
if (output.statusCode >= 300) {
|
|
1871
|
+
return de_CommandError(output, context);
|
|
1872
|
+
}
|
|
1873
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1874
|
+
let contents = {};
|
|
1875
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1876
|
+
const response = {
|
|
1877
|
+
$metadata: deserializeMetadata(output),
|
|
1878
|
+
...contents
|
|
1879
|
+
};
|
|
1880
|
+
return response;
|
|
1881
|
+
}, "de_StartRemoteDeleteCommand");
|
|
1882
|
+
var de_StartRemoteMoveCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1883
|
+
if (output.statusCode >= 300) {
|
|
1884
|
+
return de_CommandError(output, context);
|
|
1885
|
+
}
|
|
1886
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1887
|
+
let contents = {};
|
|
1888
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1889
|
+
const response = {
|
|
1890
|
+
$metadata: deserializeMetadata(output),
|
|
1891
|
+
...contents
|
|
1892
|
+
};
|
|
1893
|
+
return response;
|
|
1894
|
+
}, "de_StartRemoteMoveCommand");
|
|
1855
1895
|
var de_StartServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1856
1896
|
if (output.statusCode >= 300) {
|
|
1857
1897
|
return de_CommandError(output, context);
|
|
@@ -3158,6 +3198,36 @@ var StartFileTransferCommand = class extends import_smithy_client.Command.classB
|
|
|
3158
3198
|
}
|
|
3159
3199
|
};
|
|
3160
3200
|
|
|
3201
|
+
// src/commands/StartRemoteDeleteCommand.ts
|
|
3202
|
+
|
|
3203
|
+
|
|
3204
|
+
|
|
3205
|
+
var StartRemoteDeleteCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3206
|
+
return [
|
|
3207
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3208
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3209
|
+
];
|
|
3210
|
+
}).s("TransferService", "StartRemoteDelete", {}).n("TransferClient", "StartRemoteDeleteCommand").f(void 0, void 0).ser(se_StartRemoteDeleteCommand).de(de_StartRemoteDeleteCommand).build() {
|
|
3211
|
+
static {
|
|
3212
|
+
__name(this, "StartRemoteDeleteCommand");
|
|
3213
|
+
}
|
|
3214
|
+
};
|
|
3215
|
+
|
|
3216
|
+
// src/commands/StartRemoteMoveCommand.ts
|
|
3217
|
+
|
|
3218
|
+
|
|
3219
|
+
|
|
3220
|
+
var StartRemoteMoveCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3221
|
+
return [
|
|
3222
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3223
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3224
|
+
];
|
|
3225
|
+
}).s("TransferService", "StartRemoteMove", {}).n("TransferClient", "StartRemoteMoveCommand").f(void 0, void 0).ser(se_StartRemoteMoveCommand).de(de_StartRemoteMoveCommand).build() {
|
|
3226
|
+
static {
|
|
3227
|
+
__name(this, "StartRemoteMoveCommand");
|
|
3228
|
+
}
|
|
3229
|
+
};
|
|
3230
|
+
|
|
3161
3231
|
// src/commands/StartServerCommand.ts
|
|
3162
3232
|
|
|
3163
3233
|
|
|
@@ -3453,6 +3523,8 @@ var commands = {
|
|
|
3453
3523
|
SendWorkflowStepStateCommand,
|
|
3454
3524
|
StartDirectoryListingCommand,
|
|
3455
3525
|
StartFileTransferCommand,
|
|
3526
|
+
StartRemoteDeleteCommand,
|
|
3527
|
+
StartRemoteMoveCommand,
|
|
3456
3528
|
StartServerCommand,
|
|
3457
3529
|
StopServerCommand,
|
|
3458
3530
|
TagResourceCommand,
|
|
@@ -3669,6 +3741,8 @@ var waitUntilServerOnline = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
3669
3741
|
SendWorkflowStepStateCommand,
|
|
3670
3742
|
StartDirectoryListingCommand,
|
|
3671
3743
|
StartFileTransferCommand,
|
|
3744
|
+
StartRemoteDeleteCommand,
|
|
3745
|
+
StartRemoteMoveCommand,
|
|
3672
3746
|
StartServerCommand,
|
|
3673
3747
|
StopServerCommand,
|
|
3674
3748
|
TagResourceCommand,
|
package/dist-es/Transfer.js
CHANGED
|
@@ -52,6 +52,8 @@ import { ListWorkflowsCommand, } from "./commands/ListWorkflowsCommand";
|
|
|
52
52
|
import { SendWorkflowStepStateCommand, } from "./commands/SendWorkflowStepStateCommand";
|
|
53
53
|
import { StartDirectoryListingCommand, } from "./commands/StartDirectoryListingCommand";
|
|
54
54
|
import { StartFileTransferCommand, } from "./commands/StartFileTransferCommand";
|
|
55
|
+
import { StartRemoteDeleteCommand, } from "./commands/StartRemoteDeleteCommand";
|
|
56
|
+
import { StartRemoteMoveCommand, } from "./commands/StartRemoteMoveCommand";
|
|
55
57
|
import { StartServerCommand } from "./commands/StartServerCommand";
|
|
56
58
|
import { StopServerCommand } from "./commands/StopServerCommand";
|
|
57
59
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
@@ -123,6 +125,8 @@ const commands = {
|
|
|
123
125
|
SendWorkflowStepStateCommand,
|
|
124
126
|
StartDirectoryListingCommand,
|
|
125
127
|
StartFileTransferCommand,
|
|
128
|
+
StartRemoteDeleteCommand,
|
|
129
|
+
StartRemoteMoveCommand,
|
|
126
130
|
StartServerCommand,
|
|
127
131
|
StopServerCommand,
|
|
128
132
|
TagResourceCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_StartRemoteDeleteCommand, se_StartRemoteDeleteCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class StartRemoteDeleteCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("TransferService", "StartRemoteDelete", {})
|
|
17
|
+
.n("TransferClient", "StartRemoteDeleteCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_StartRemoteDeleteCommand)
|
|
20
|
+
.de(de_StartRemoteDeleteCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_StartRemoteMoveCommand, se_StartRemoteMoveCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class StartRemoteMoveCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("TransferService", "StartRemoteMove", {})
|
|
17
|
+
.n("TransferClient", "StartRemoteMoveCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_StartRemoteMoveCommand)
|
|
20
|
+
.de(de_StartRemoteMoveCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -51,6 +51,8 @@ export * from "./ListWorkflowsCommand";
|
|
|
51
51
|
export * from "./SendWorkflowStepStateCommand";
|
|
52
52
|
export * from "./StartDirectoryListingCommand";
|
|
53
53
|
export * from "./StartFileTransferCommand";
|
|
54
|
+
export * from "./StartRemoteDeleteCommand";
|
|
55
|
+
export * from "./StartRemoteMoveCommand";
|
|
54
56
|
export * from "./StartServerCommand";
|
|
55
57
|
export * from "./StopServerCommand";
|
|
56
58
|
export * from "./TagResourceCommand";
|
|
@@ -321,6 +321,18 @@ export const se_StartFileTransferCommand = async (input, context) => {
|
|
|
321
321
|
body = JSON.stringify(_json(input));
|
|
322
322
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
323
323
|
};
|
|
324
|
+
export const se_StartRemoteDeleteCommand = async (input, context) => {
|
|
325
|
+
const headers = sharedHeaders("StartRemoteDelete");
|
|
326
|
+
let body;
|
|
327
|
+
body = JSON.stringify(_json(input));
|
|
328
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
329
|
+
};
|
|
330
|
+
export const se_StartRemoteMoveCommand = async (input, context) => {
|
|
331
|
+
const headers = sharedHeaders("StartRemoteMove");
|
|
332
|
+
let body;
|
|
333
|
+
body = JSON.stringify(_json(input));
|
|
334
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
335
|
+
};
|
|
324
336
|
export const se_StartServerCommand = async (input, context) => {
|
|
325
337
|
const headers = sharedHeaders("StartServer");
|
|
326
338
|
let body;
|
|
@@ -1070,6 +1082,32 @@ export const de_StartFileTransferCommand = async (output, context) => {
|
|
|
1070
1082
|
};
|
|
1071
1083
|
return response;
|
|
1072
1084
|
};
|
|
1085
|
+
export const de_StartRemoteDeleteCommand = async (output, context) => {
|
|
1086
|
+
if (output.statusCode >= 300) {
|
|
1087
|
+
return de_CommandError(output, context);
|
|
1088
|
+
}
|
|
1089
|
+
const data = await parseBody(output.body, context);
|
|
1090
|
+
let contents = {};
|
|
1091
|
+
contents = _json(data);
|
|
1092
|
+
const response = {
|
|
1093
|
+
$metadata: deserializeMetadata(output),
|
|
1094
|
+
...contents,
|
|
1095
|
+
};
|
|
1096
|
+
return response;
|
|
1097
|
+
};
|
|
1098
|
+
export const de_StartRemoteMoveCommand = async (output, context) => {
|
|
1099
|
+
if (output.statusCode >= 300) {
|
|
1100
|
+
return de_CommandError(output, context);
|
|
1101
|
+
}
|
|
1102
|
+
const data = await parseBody(output.body, context);
|
|
1103
|
+
let contents = {};
|
|
1104
|
+
contents = _json(data);
|
|
1105
|
+
const response = {
|
|
1106
|
+
$metadata: deserializeMetadata(output),
|
|
1107
|
+
...contents,
|
|
1108
|
+
};
|
|
1109
|
+
return response;
|
|
1110
|
+
};
|
|
1073
1111
|
export const de_StartServerCommand = async (output, context) => {
|
|
1074
1112
|
if (output.statusCode >= 300) {
|
|
1075
1113
|
return de_CommandError(output, context);
|
package/dist-types/Transfer.d.ts
CHANGED
|
@@ -52,6 +52,8 @@ import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./command
|
|
|
52
52
|
import { SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput } from "./commands/SendWorkflowStepStateCommand";
|
|
53
53
|
import { StartDirectoryListingCommandInput, StartDirectoryListingCommandOutput } from "./commands/StartDirectoryListingCommand";
|
|
54
54
|
import { StartFileTransferCommandInput, StartFileTransferCommandOutput } from "./commands/StartFileTransferCommand";
|
|
55
|
+
import { StartRemoteDeleteCommandInput, StartRemoteDeleteCommandOutput } from "./commands/StartRemoteDeleteCommand";
|
|
56
|
+
import { StartRemoteMoveCommandInput, StartRemoteMoveCommandOutput } from "./commands/StartRemoteMoveCommand";
|
|
55
57
|
import { StartServerCommandInput, StartServerCommandOutput } from "./commands/StartServerCommand";
|
|
56
58
|
import { StopServerCommandInput, StopServerCommandOutput } from "./commands/StopServerCommand";
|
|
57
59
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
@@ -396,6 +398,18 @@ export interface Transfer {
|
|
|
396
398
|
startFileTransfer(args: StartFileTransferCommandInput, options?: __HttpHandlerOptions): Promise<StartFileTransferCommandOutput>;
|
|
397
399
|
startFileTransfer(args: StartFileTransferCommandInput, cb: (err: any, data?: StartFileTransferCommandOutput) => void): void;
|
|
398
400
|
startFileTransfer(args: StartFileTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartFileTransferCommandOutput) => void): void;
|
|
401
|
+
/**
|
|
402
|
+
* @see {@link StartRemoteDeleteCommand}
|
|
403
|
+
*/
|
|
404
|
+
startRemoteDelete(args: StartRemoteDeleteCommandInput, options?: __HttpHandlerOptions): Promise<StartRemoteDeleteCommandOutput>;
|
|
405
|
+
startRemoteDelete(args: StartRemoteDeleteCommandInput, cb: (err: any, data?: StartRemoteDeleteCommandOutput) => void): void;
|
|
406
|
+
startRemoteDelete(args: StartRemoteDeleteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRemoteDeleteCommandOutput) => void): void;
|
|
407
|
+
/**
|
|
408
|
+
* @see {@link StartRemoteMoveCommand}
|
|
409
|
+
*/
|
|
410
|
+
startRemoteMove(args: StartRemoteMoveCommandInput, options?: __HttpHandlerOptions): Promise<StartRemoteMoveCommandOutput>;
|
|
411
|
+
startRemoteMove(args: StartRemoteMoveCommandInput, cb: (err: any, data?: StartRemoteMoveCommandOutput) => void): void;
|
|
412
|
+
startRemoteMove(args: StartRemoteMoveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRemoteMoveCommandOutput) => void): void;
|
|
399
413
|
/**
|
|
400
414
|
* @see {@link StartServerCommand}
|
|
401
415
|
*/
|
|
@@ -494,16 +508,7 @@ export interface Transfer {
|
|
|
494
508
|
updateWebAppCustomization(args: UpdateWebAppCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWebAppCustomizationCommandOutput) => void): void;
|
|
495
509
|
}
|
|
496
510
|
/**
|
|
497
|
-
* <p>Transfer Family is a fully managed service that enables the transfer of files over the File
|
|
498
|
-
* Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File
|
|
499
|
-
* Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
|
|
500
|
-
* Additionally, you can use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3.
|
|
501
|
-
* Amazon Web Services helps you seamlessly migrate your file transfer workflows to Transfer Family by integrating
|
|
502
|
-
* with existing authentication systems, and providing DNS routing with Amazon Route 53 so
|
|
503
|
-
* nothing changes for your customers and partners, or their applications. With your data in
|
|
504
|
-
* Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning, and
|
|
505
|
-
* archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and
|
|
506
|
-
* set up.</p>
|
|
511
|
+
* <p>Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS. Additionally, you can use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3. Amazon Web Services helps you seamlessly migrate your file transfer workflows to Transfer Family by integrating with existing authentication systems, and providing DNS routing with Amazon Route 53 so nothing changes for your customers and partners, or their applications. With your data in Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning, and archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and set up.</p>
|
|
507
512
|
* @public
|
|
508
513
|
*/
|
|
509
514
|
export declare class Transfer extends TransferClient implements Transfer {
|
|
@@ -60,6 +60,8 @@ import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./command
|
|
|
60
60
|
import { SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput } from "./commands/SendWorkflowStepStateCommand";
|
|
61
61
|
import { StartDirectoryListingCommandInput, StartDirectoryListingCommandOutput } from "./commands/StartDirectoryListingCommand";
|
|
62
62
|
import { StartFileTransferCommandInput, StartFileTransferCommandOutput } from "./commands/StartFileTransferCommand";
|
|
63
|
+
import { StartRemoteDeleteCommandInput, StartRemoteDeleteCommandOutput } from "./commands/StartRemoteDeleteCommand";
|
|
64
|
+
import { StartRemoteMoveCommandInput, StartRemoteMoveCommandOutput } from "./commands/StartRemoteMoveCommand";
|
|
63
65
|
import { StartServerCommandInput, StartServerCommandOutput } from "./commands/StartServerCommand";
|
|
64
66
|
import { StopServerCommandInput, StopServerCommandOutput } from "./commands/StopServerCommand";
|
|
65
67
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
@@ -82,11 +84,11 @@ export { __Client };
|
|
|
82
84
|
/**
|
|
83
85
|
* @public
|
|
84
86
|
*/
|
|
85
|
-
export type ServiceInputTypes = CreateAccessCommandInput | CreateAgreementCommandInput | CreateConnectorCommandInput | CreateProfileCommandInput | CreateServerCommandInput | CreateUserCommandInput | CreateWebAppCommandInput | CreateWorkflowCommandInput | DeleteAccessCommandInput | DeleteAgreementCommandInput | DeleteCertificateCommandInput | DeleteConnectorCommandInput | DeleteHostKeyCommandInput | DeleteProfileCommandInput | DeleteServerCommandInput | DeleteSshPublicKeyCommandInput | DeleteUserCommandInput | DeleteWebAppCommandInput | DeleteWebAppCustomizationCommandInput | DeleteWorkflowCommandInput | DescribeAccessCommandInput | DescribeAgreementCommandInput | DescribeCertificateCommandInput | DescribeConnectorCommandInput | DescribeExecutionCommandInput | DescribeHostKeyCommandInput | DescribeProfileCommandInput | DescribeSecurityPolicyCommandInput | DescribeServerCommandInput | DescribeUserCommandInput | DescribeWebAppCommandInput | DescribeWebAppCustomizationCommandInput | DescribeWorkflowCommandInput | ImportCertificateCommandInput | ImportHostKeyCommandInput | ImportSshPublicKeyCommandInput | ListAccessesCommandInput | ListAgreementsCommandInput | ListCertificatesCommandInput | ListConnectorsCommandInput | ListExecutionsCommandInput | ListFileTransferResultsCommandInput | ListHostKeysCommandInput | ListProfilesCommandInput | ListSecurityPoliciesCommandInput | ListServersCommandInput | ListTagsForResourceCommandInput | ListUsersCommandInput | ListWebAppsCommandInput | ListWorkflowsCommandInput | SendWorkflowStepStateCommandInput | StartDirectoryListingCommandInput | StartFileTransferCommandInput | StartServerCommandInput | StopServerCommandInput | TagResourceCommandInput | TestConnectionCommandInput | TestIdentityProviderCommandInput | UntagResourceCommandInput | UpdateAccessCommandInput | UpdateAgreementCommandInput | UpdateCertificateCommandInput | UpdateConnectorCommandInput | UpdateHostKeyCommandInput | UpdateProfileCommandInput | UpdateServerCommandInput | UpdateUserCommandInput | UpdateWebAppCommandInput | UpdateWebAppCustomizationCommandInput;
|
|
87
|
+
export type ServiceInputTypes = CreateAccessCommandInput | CreateAgreementCommandInput | CreateConnectorCommandInput | CreateProfileCommandInput | CreateServerCommandInput | CreateUserCommandInput | CreateWebAppCommandInput | CreateWorkflowCommandInput | DeleteAccessCommandInput | DeleteAgreementCommandInput | DeleteCertificateCommandInput | DeleteConnectorCommandInput | DeleteHostKeyCommandInput | DeleteProfileCommandInput | DeleteServerCommandInput | DeleteSshPublicKeyCommandInput | DeleteUserCommandInput | DeleteWebAppCommandInput | DeleteWebAppCustomizationCommandInput | DeleteWorkflowCommandInput | DescribeAccessCommandInput | DescribeAgreementCommandInput | DescribeCertificateCommandInput | DescribeConnectorCommandInput | DescribeExecutionCommandInput | DescribeHostKeyCommandInput | DescribeProfileCommandInput | DescribeSecurityPolicyCommandInput | DescribeServerCommandInput | DescribeUserCommandInput | DescribeWebAppCommandInput | DescribeWebAppCustomizationCommandInput | DescribeWorkflowCommandInput | ImportCertificateCommandInput | ImportHostKeyCommandInput | ImportSshPublicKeyCommandInput | ListAccessesCommandInput | ListAgreementsCommandInput | ListCertificatesCommandInput | ListConnectorsCommandInput | ListExecutionsCommandInput | ListFileTransferResultsCommandInput | ListHostKeysCommandInput | ListProfilesCommandInput | ListSecurityPoliciesCommandInput | ListServersCommandInput | ListTagsForResourceCommandInput | ListUsersCommandInput | ListWebAppsCommandInput | ListWorkflowsCommandInput | SendWorkflowStepStateCommandInput | StartDirectoryListingCommandInput | StartFileTransferCommandInput | StartRemoteDeleteCommandInput | StartRemoteMoveCommandInput | StartServerCommandInput | StopServerCommandInput | TagResourceCommandInput | TestConnectionCommandInput | TestIdentityProviderCommandInput | UntagResourceCommandInput | UpdateAccessCommandInput | UpdateAgreementCommandInput | UpdateCertificateCommandInput | UpdateConnectorCommandInput | UpdateHostKeyCommandInput | UpdateProfileCommandInput | UpdateServerCommandInput | UpdateUserCommandInput | UpdateWebAppCommandInput | UpdateWebAppCustomizationCommandInput;
|
|
86
88
|
/**
|
|
87
89
|
* @public
|
|
88
90
|
*/
|
|
89
|
-
export type ServiceOutputTypes = CreateAccessCommandOutput | CreateAgreementCommandOutput | CreateConnectorCommandOutput | CreateProfileCommandOutput | CreateServerCommandOutput | CreateUserCommandOutput | CreateWebAppCommandOutput | CreateWorkflowCommandOutput | DeleteAccessCommandOutput | DeleteAgreementCommandOutput | DeleteCertificateCommandOutput | DeleteConnectorCommandOutput | DeleteHostKeyCommandOutput | DeleteProfileCommandOutput | DeleteServerCommandOutput | DeleteSshPublicKeyCommandOutput | DeleteUserCommandOutput | DeleteWebAppCommandOutput | DeleteWebAppCustomizationCommandOutput | DeleteWorkflowCommandOutput | DescribeAccessCommandOutput | DescribeAgreementCommandOutput | DescribeCertificateCommandOutput | DescribeConnectorCommandOutput | DescribeExecutionCommandOutput | DescribeHostKeyCommandOutput | DescribeProfileCommandOutput | DescribeSecurityPolicyCommandOutput | DescribeServerCommandOutput | DescribeUserCommandOutput | DescribeWebAppCommandOutput | DescribeWebAppCustomizationCommandOutput | DescribeWorkflowCommandOutput | ImportCertificateCommandOutput | ImportHostKeyCommandOutput | ImportSshPublicKeyCommandOutput | ListAccessesCommandOutput | ListAgreementsCommandOutput | ListCertificatesCommandOutput | ListConnectorsCommandOutput | ListExecutionsCommandOutput | ListFileTransferResultsCommandOutput | ListHostKeysCommandOutput | ListProfilesCommandOutput | ListSecurityPoliciesCommandOutput | ListServersCommandOutput | ListTagsForResourceCommandOutput | ListUsersCommandOutput | ListWebAppsCommandOutput | ListWorkflowsCommandOutput | SendWorkflowStepStateCommandOutput | StartDirectoryListingCommandOutput | StartFileTransferCommandOutput | StartServerCommandOutput | StopServerCommandOutput | TagResourceCommandOutput | TestConnectionCommandOutput | TestIdentityProviderCommandOutput | UntagResourceCommandOutput | UpdateAccessCommandOutput | UpdateAgreementCommandOutput | UpdateCertificateCommandOutput | UpdateConnectorCommandOutput | UpdateHostKeyCommandOutput | UpdateProfileCommandOutput | UpdateServerCommandOutput | UpdateUserCommandOutput | UpdateWebAppCommandOutput | UpdateWebAppCustomizationCommandOutput;
|
|
91
|
+
export type ServiceOutputTypes = CreateAccessCommandOutput | CreateAgreementCommandOutput | CreateConnectorCommandOutput | CreateProfileCommandOutput | CreateServerCommandOutput | CreateUserCommandOutput | CreateWebAppCommandOutput | CreateWorkflowCommandOutput | DeleteAccessCommandOutput | DeleteAgreementCommandOutput | DeleteCertificateCommandOutput | DeleteConnectorCommandOutput | DeleteHostKeyCommandOutput | DeleteProfileCommandOutput | DeleteServerCommandOutput | DeleteSshPublicKeyCommandOutput | DeleteUserCommandOutput | DeleteWebAppCommandOutput | DeleteWebAppCustomizationCommandOutput | DeleteWorkflowCommandOutput | DescribeAccessCommandOutput | DescribeAgreementCommandOutput | DescribeCertificateCommandOutput | DescribeConnectorCommandOutput | DescribeExecutionCommandOutput | DescribeHostKeyCommandOutput | DescribeProfileCommandOutput | DescribeSecurityPolicyCommandOutput | DescribeServerCommandOutput | DescribeUserCommandOutput | DescribeWebAppCommandOutput | DescribeWebAppCustomizationCommandOutput | DescribeWorkflowCommandOutput | ImportCertificateCommandOutput | ImportHostKeyCommandOutput | ImportSshPublicKeyCommandOutput | ListAccessesCommandOutput | ListAgreementsCommandOutput | ListCertificatesCommandOutput | ListConnectorsCommandOutput | ListExecutionsCommandOutput | ListFileTransferResultsCommandOutput | ListHostKeysCommandOutput | ListProfilesCommandOutput | ListSecurityPoliciesCommandOutput | ListServersCommandOutput | ListTagsForResourceCommandOutput | ListUsersCommandOutput | ListWebAppsCommandOutput | ListWorkflowsCommandOutput | SendWorkflowStepStateCommandOutput | StartDirectoryListingCommandOutput | StartFileTransferCommandOutput | StartRemoteDeleteCommandOutput | StartRemoteMoveCommandOutput | StartServerCommandOutput | StopServerCommandOutput | TagResourceCommandOutput | TestConnectionCommandOutput | TestIdentityProviderCommandOutput | UntagResourceCommandOutput | UpdateAccessCommandOutput | UpdateAgreementCommandOutput | UpdateCertificateCommandOutput | UpdateConnectorCommandOutput | UpdateHostKeyCommandOutput | UpdateProfileCommandOutput | UpdateServerCommandOutput | UpdateUserCommandOutput | UpdateWebAppCommandOutput | UpdateWebAppCustomizationCommandOutput;
|
|
90
92
|
/**
|
|
91
93
|
* @public
|
|
92
94
|
*/
|
|
@@ -238,16 +240,7 @@ export type TransferClientResolvedConfigType = __SmithyResolvedConfiguration<__H
|
|
|
238
240
|
export interface TransferClientResolvedConfig extends TransferClientResolvedConfigType {
|
|
239
241
|
}
|
|
240
242
|
/**
|
|
241
|
-
* <p>Transfer Family is a fully managed service that enables the transfer of files over the File
|
|
242
|
-
* Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File
|
|
243
|
-
* Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
|
|
244
|
-
* Additionally, you can use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3.
|
|
245
|
-
* Amazon Web Services helps you seamlessly migrate your file transfer workflows to Transfer Family by integrating
|
|
246
|
-
* with existing authentication systems, and providing DNS routing with Amazon Route 53 so
|
|
247
|
-
* nothing changes for your customers and partners, or their applications. With your data in
|
|
248
|
-
* Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning, and
|
|
249
|
-
* archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and
|
|
250
|
-
* set up.</p>
|
|
243
|
+
* <p>Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS. Additionally, you can use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3. Amazon Web Services helps you seamlessly migrate your file transfer workflows to Transfer Family by integrating with existing authentication systems, and providing DNS routing with Amazon Route 53 so nothing changes for your customers and partners, or their applications. With your data in Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning, and archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and set up.</p>
|
|
251
244
|
* @public
|
|
252
245
|
*/
|
|
253
246
|
export declare class TransferClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig> {
|
|
@@ -27,12 +27,7 @@ declare const CreateAccessCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Used by administrators to choose which groups in the directory should have access to
|
|
31
|
-
* upload and download files over the enabled protocols using Transfer Family. For example, a
|
|
32
|
-
* Microsoft Active Directory might contain 50,000 users, but only a small fraction might need
|
|
33
|
-
* the ability to transfer files to the server. An administrator can use
|
|
34
|
-
* <code>CreateAccess</code> to limit the access to the correct set of users who need this
|
|
35
|
-
* ability.</p>
|
|
30
|
+
* <p>Used by administrators to choose which groups in the directory should have access to upload and download files over the enabled protocols using Transfer Family. For example, a Microsoft Active Directory might contain 50,000 users, but only a small fraction might need the ability to transfer files to the server. An administrator can use <code>CreateAccess</code> to limit the access to the correct set of users who need this ability.</p>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -86,8 +81,7 @@ declare const CreateAccessCommand_base: {
|
|
|
86
81
|
* <p>The requested resource does not exist, or exists in a region other than the one specified for the command.</p>
|
|
87
82
|
*
|
|
88
83
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
89
|
-
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
|
|
90
|
-
* service.</p>
|
|
84
|
+
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
|
|
91
85
|
*
|
|
92
86
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
93
87
|
* <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
|
|
@@ -27,16 +27,7 @@ declare const CreateAgreementCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an agreement. An agreement is a bilateral trading partner agreement, or partnership,
|
|
31
|
-
* between an Transfer Family server and an AS2 process. The agreement defines the file and message
|
|
32
|
-
* transfer relationship between the server and the AS2 process. To define an agreement, Transfer Family
|
|
33
|
-
* combines a server, local profile, partner profile, certificate, and other
|
|
34
|
-
* attributes.</p>
|
|
35
|
-
* <p>The partner is identified with the <code>PartnerProfileId</code>, and the AS2 process is identified with the <code>LocalProfileId</code>.</p>
|
|
36
|
-
* <note>
|
|
37
|
-
* <p>Specify <i>either</i>
|
|
38
|
-
* <code>BaseDirectory</code> or <code>CustomDirectories</code>, but not both. Specifying both causes the command to fail.</p>
|
|
39
|
-
* </note>
|
|
30
|
+
* <p>Creates an agreement. An agreement is a bilateral trading partner agreement, or partnership, between an Transfer Family server and an AS2 process. The agreement defines the file and message transfer relationship between the server and the AS2 process. To define an agreement, Transfer Family combines a server, local profile, partner profile, certificate, and other attributes.</p> <p>The partner is identified with the <code>PartnerProfileId</code>, and the AS2 process is identified with the <code>LocalProfileId</code>.</p> <note> <p>Specify <i>either</i> <code>BaseDirectory</code> or <code>CustomDirectories</code>, but not both. Specifying both causes the command to fail.</p> </note>
|
|
40
31
|
* @example
|
|
41
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
42
33
|
* ```javascript
|
|
@@ -91,8 +82,7 @@ declare const CreateAgreementCommand_base: {
|
|
|
91
82
|
* <p>The requested resource does not exist, or exists in a region other than the one specified for the command.</p>
|
|
92
83
|
*
|
|
93
84
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
94
|
-
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
|
|
95
|
-
* service.</p>
|
|
85
|
+
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
|
|
96
86
|
*
|
|
97
87
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
98
88
|
* <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
|
|
@@ -27,12 +27,7 @@ declare const CreateConnectorCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates the connector, which captures the parameters for a connection for the
|
|
31
|
-
* AS2 or SFTP protocol. For AS2, the connector is required for sending files to an externally hosted AS2 server. For SFTP, the connector is required when sending files to an SFTP server or receiving files from an SFTP server.
|
|
32
|
-
* For more details about connectors, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/configure-as2-connector.html">Configure AS2 connectors</a> and <a href="https://docs.aws.amazon.com/transfer/latest/userguide/configure-sftp-connector.html">Create SFTP connectors</a>.</p>
|
|
33
|
-
* <note>
|
|
34
|
-
* <p>You must specify exactly one configuration object: either for AS2 (<code>As2Config</code>) or SFTP (<code>SftpConfig</code>).</p>
|
|
35
|
-
* </note>
|
|
30
|
+
* <p>Creates the connector, which captures the parameters for a connection for the AS2 or SFTP protocol. For AS2, the connector is required for sending files to an externally hosted AS2 server. For SFTP, the connector is required when sending files to an SFTP server or receiving files from an SFTP server. For more details about connectors, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/configure-as2-connector.html">Configure AS2 connectors</a> and <a href="https://docs.aws.amazon.com/transfer/latest/userguide/configure-sftp-connector.html">Create SFTP connectors</a>.</p> <note> <p>You must specify exactly one configuration object: either for AS2 (<code>As2Config</code>) or SFTP (<code>SftpConfig</code>).</p> </note>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -66,6 +61,7 @@ declare const CreateConnectorCommand_base: {
|
|
|
66
61
|
* TrustedHostKeys: [ // SftpConnectorTrustedHostKeyList
|
|
67
62
|
* "STRING_VALUE",
|
|
68
63
|
* ],
|
|
64
|
+
* MaxConcurrentConnections: Number("int"),
|
|
69
65
|
* },
|
|
70
66
|
* SecurityPolicyName: "STRING_VALUE",
|
|
71
67
|
* };
|
|
@@ -93,8 +89,7 @@ declare const CreateConnectorCommand_base: {
|
|
|
93
89
|
* <p>The requested resource does not exist, or exists in a region other than the one specified for the command.</p>
|
|
94
90
|
*
|
|
95
91
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
96
|
-
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
|
|
97
|
-
* service.</p>
|
|
92
|
+
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
|
|
98
93
|
*
|
|
99
94
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
100
95
|
* <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
|
|
@@ -68,8 +68,7 @@ declare const CreateProfileCommand_base: {
|
|
|
68
68
|
* <p>This exception is thrown when the client submits a malformed request.</p>
|
|
69
69
|
*
|
|
70
70
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
71
|
-
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
|
|
72
|
-
* service.</p>
|
|
71
|
+
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
|
|
73
72
|
*
|
|
74
73
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
75
74
|
* <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
|
|
@@ -27,10 +27,7 @@ declare const CreateServerCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Instantiates an auto-scaling virtual server based on the selected file transfer protocol
|
|
31
|
-
* in Amazon Web Services. When you make updates to your file transfer protocol-enabled server or when you work
|
|
32
|
-
* with users, use the service-generated <code>ServerId</code> property that is assigned to the
|
|
33
|
-
* newly created server.</p>
|
|
30
|
+
* <p>Instantiates an auto-scaling virtual server based on the selected file transfer protocol in Amazon Web Services. When you make updates to your file transfer protocol-enabled server or when you work with users, use the service-generated <code>ServerId</code> property that is assigned to the newly created server.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -132,8 +129,7 @@ declare const CreateServerCommand_base: {
|
|
|
132
129
|
* <p>The requested resource does not exist, or exists in a region other than the one specified for the command.</p>
|
|
133
130
|
*
|
|
134
131
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
135
|
-
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
|
|
136
|
-
* service.</p>
|
|
132
|
+
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
|
|
137
133
|
*
|
|
138
134
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
139
135
|
* <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
|
|
@@ -27,13 +27,7 @@ declare const CreateUserCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a user and associates them with an existing file transfer protocol-enabled server.
|
|
31
|
-
* You can only create and associate users with servers that have the
|
|
32
|
-
* <code>IdentityProviderType</code> set to <code>SERVICE_MANAGED</code>. Using parameters for
|
|
33
|
-
* <code>CreateUser</code>, you can specify the user name, set the home directory, store the
|
|
34
|
-
* user's public key, and assign the user's Identity and Access Management (IAM)
|
|
35
|
-
* role. You can also optionally add a session policy, and assign metadata with tags that can
|
|
36
|
-
* be used to group and search for users.</p>
|
|
30
|
+
* <p>Creates a user and associates them with an existing file transfer protocol-enabled server. You can only create and associate users with servers that have the <code>IdentityProviderType</code> set to <code>SERVICE_MANAGED</code>. Using parameters for <code>CreateUser</code>, you can specify the user name, set the home directory, store the user's public key, and assign the user's Identity and Access Management (IAM) role. You can also optionally add a session policy, and assign metadata with tags that can be used to group and search for users.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -94,8 +88,7 @@ declare const CreateUserCommand_base: {
|
|
|
94
88
|
* <p>The requested resource does not exist, or exists in a region other than the one specified for the command.</p>
|
|
95
89
|
*
|
|
96
90
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
97
|
-
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
|
|
98
|
-
* service.</p>
|
|
91
|
+
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
|
|
99
92
|
*
|
|
100
93
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
101
94
|
* <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
|
|
@@ -77,8 +77,7 @@ declare const CreateWebAppCommand_base: {
|
|
|
77
77
|
* <p>This exception is thrown when the client submits a malformed request.</p>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
80
|
-
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
|
|
81
|
-
* service.</p>
|
|
80
|
+
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
|
|
82
81
|
*
|
|
83
82
|
* @throws {@link ThrottlingException} (client fault)
|
|
84
83
|
* <p>The request was denied due to request throttling.</p>
|
|
@@ -27,10 +27,7 @@ declare const CreateWorkflowCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer completes.
|
|
32
|
-
* After creating a workflow, you can associate the workflow created with any transfer servers by specifying the <code>workflow-details</code> field in <code>CreateServer</code> and <code>UpdateServer</code> operations.
|
|
33
|
-
* </p>
|
|
30
|
+
* <p> Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer completes. After creating a workflow, you can associate the workflow created with any transfer servers by specifying the <code>workflow-details</code> field in <code>CreateServer</code> and <code>UpdateServer</code> operations. </p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const DeleteAccessCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Allows you to delete the access specified in the <code>ServerID</code> and
|
|
31
|
-
* <code>ExternalID</code> parameters.</p>
|
|
30
|
+
* <p>Allows you to delete the access specified in the <code>ServerID</code> and <code>ExternalID</code> parameters.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -58,8 +57,7 @@ declare const DeleteAccessCommand_base: {
|
|
|
58
57
|
* <p>This exception is thrown when the client submits a malformed request.</p>
|
|
59
58
|
*
|
|
60
59
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
61
|
-
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
|
|
62
|
-
* service.</p>
|
|
60
|
+
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
|
|
63
61
|
*
|
|
64
62
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
65
63
|
* <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
|
|
@@ -57,8 +57,7 @@ declare const DeleteAgreementCommand_base: {
|
|
|
57
57
|
* <p>This exception is thrown when the client submits a malformed request.</p>
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
60
|
-
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
|
|
61
|
-
* service.</p>
|
|
60
|
+
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
|
|
62
61
|
*
|
|
63
62
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
64
63
|
* <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
|
|
@@ -27,8 +27,7 @@ declare const DeleteCertificateCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes the certificate that's specified in the <code>CertificateId</code>
|
|
31
|
-
* parameter.</p>
|
|
30
|
+
* <p>Deletes the certificate that's specified in the <code>CertificateId</code> parameter.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -57,8 +56,7 @@ declare const DeleteCertificateCommand_base: {
|
|
|
57
56
|
* <p>This exception is thrown when the client submits a malformed request.</p>
|
|
58
57
|
*
|
|
59
58
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
60
|
-
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
|
|
61
|
-
* service.</p>
|
|
59
|
+
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
|
|
62
60
|
*
|
|
63
61
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
64
62
|
* <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
|
|
@@ -56,8 +56,7 @@ declare const DeleteConnectorCommand_base: {
|
|
|
56
56
|
* <p>This exception is thrown when the client submits a malformed request.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
59
|
-
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
|
|
60
|
-
* service.</p>
|
|
59
|
+
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
|
|
61
60
|
*
|
|
62
61
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
63
62
|
* <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
|