@aws-sdk/client-transfer 3.784.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 +1 -10
- package/dist-types/Transfer.d.ts +1 -10
- package/dist-types/TransferClient.d.ts +1 -10
- 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 -11
- 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 +1 -2
- package/dist-types/commands/StartRemoteMoveCommand.d.ts +1 -2
- 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/index.d.ts +1 -10
- package/dist-types/models/models_0.d.ts +340 -2581
- package/dist-types/ts3.4/models/models_0.d.ts +5 -0
- package/package.json +1 -1
|
@@ -339,6 +339,7 @@ export interface ConnectorFileTransferResult {
|
|
|
339
339
|
export interface SftpConnectorConfig {
|
|
340
340
|
UserSecretId?: string | undefined;
|
|
341
341
|
TrustedHostKeys?: string[] | undefined;
|
|
342
|
+
MaxConcurrentConnections?: number | undefined;
|
|
342
343
|
}
|
|
343
344
|
export interface CreateConnectorRequest {
|
|
344
345
|
Url: string | undefined;
|
|
@@ -1240,6 +1241,9 @@ export interface UpdateServerRequest {
|
|
|
1240
1241
|
export interface UpdateServerResponse {
|
|
1241
1242
|
ServerId: string | undefined;
|
|
1242
1243
|
}
|
|
1244
|
+
export interface SftpConnectorConnectionDetails {
|
|
1245
|
+
HostKey?: string | undefined;
|
|
1246
|
+
}
|
|
1243
1247
|
export interface StartDirectoryListingRequest {
|
|
1244
1248
|
ConnectorId: string | undefined;
|
|
1245
1249
|
RemoteDirectoryPath: string | undefined;
|
|
@@ -1292,6 +1296,7 @@ export interface TestConnectionResponse {
|
|
|
1292
1296
|
ConnectorId?: string | undefined;
|
|
1293
1297
|
Status?: string | undefined;
|
|
1294
1298
|
StatusMessage?: string | undefined;
|
|
1299
|
+
SftpConnectionDetails?: SftpConnectorConnectionDetails | undefined;
|
|
1295
1300
|
}
|
|
1296
1301
|
export interface TestIdentityProviderRequest {
|
|
1297
1302
|
ServerId: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-transfer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.786.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-transfer",
|