@aws-sdk/client-transfer 3.279.0 → 3.281.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 +467 -0
- package/dist-types/commands/CreateAccessCommand.d.ts +6 -0
- package/dist-types/commands/CreateAgreementCommand.d.ts +6 -0
- package/dist-types/commands/CreateConnectorCommand.d.ts +6 -0
- package/dist-types/commands/CreateProfileCommand.d.ts +6 -0
- package/dist-types/commands/CreateServerCommand.d.ts +6 -0
- package/dist-types/commands/CreateUserCommand.d.ts +6 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAccessCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAgreementCommand.d.ts +6 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +6 -0
- package/dist-types/commands/DeleteConnectorCommand.d.ts +6 -0
- package/dist-types/commands/DeleteHostKeyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +6 -0
- package/dist-types/commands/DeleteServerCommand.d.ts +6 -0
- package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +6 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAccessCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAgreementCommand.d.ts +6 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +6 -0
- package/dist-types/commands/DescribeConnectorCommand.d.ts +6 -0
- package/dist-types/commands/DescribeExecutionCommand.d.ts +6 -0
- package/dist-types/commands/DescribeHostKeyCommand.d.ts +6 -0
- package/dist-types/commands/DescribeProfileCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +6 -0
- package/dist-types/commands/DescribeServerCommand.d.ts +6 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +6 -0
- package/dist-types/commands/DescribeWorkflowCommand.d.ts +6 -0
- package/dist-types/commands/ImportCertificateCommand.d.ts +6 -0
- package/dist-types/commands/ImportHostKeyCommand.d.ts +6 -0
- package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +6 -0
- package/dist-types/commands/ListAccessesCommand.d.ts +6 -0
- package/dist-types/commands/ListAgreementsCommand.d.ts +6 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +6 -0
- package/dist-types/commands/ListConnectorsCommand.d.ts +6 -0
- package/dist-types/commands/ListExecutionsCommand.d.ts +6 -0
- package/dist-types/commands/ListHostKeysCommand.d.ts +6 -0
- package/dist-types/commands/ListProfilesCommand.d.ts +6 -0
- package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +6 -0
- package/dist-types/commands/ListServersCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ListUsersCommand.d.ts +6 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -0
- package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +6 -0
- package/dist-types/commands/StartFileTransferCommand.d.ts +6 -0
- package/dist-types/commands/StartServerCommand.d.ts +6 -0
- package/dist-types/commands/StopServerCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/TestIdentityProviderCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAccessCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAgreementCommand.d.ts +6 -0
- package/dist-types/commands/UpdateCertificateCommand.d.ts +6 -0
- package/dist-types/commands/UpdateConnectorCommand.d.ts +6 -0
- package/dist-types/commands/UpdateHostKeyCommand.d.ts +6 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +6 -0
- package/dist-types/commands/UpdateServerCommand.d.ts +6 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +6 -0
- package/package.json +3 -3
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UntagResourceRequest } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UntagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UntagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateAccessRequest, UpdateAccessResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateAccessCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateAccessCommandInput extends UpdateAccessRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateAccessCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateAccessCommandOutput extends UpdateAccessResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateAgreementRequest, UpdateAgreementResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateAgreementCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateAgreementCommandInput extends UpdateAgreementRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateAgreementCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateAgreementCommandOutput extends UpdateAgreementResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateCertificateRequest, UpdateCertificateResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateCertificateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateCertificateCommandInput extends UpdateCertificateRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateCertificateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateCertificateCommandOutput extends UpdateCertificateResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateConnectorRequest, UpdateConnectorResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateConnectorCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateConnectorCommandInput extends UpdateConnectorRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateConnectorCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateConnectorCommandOutput extends UpdateConnectorResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateHostKeyRequest, UpdateHostKeyResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateHostKeyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateHostKeyCommandInput extends UpdateHostKeyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateHostKeyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateHostKeyCommandOutput extends UpdateHostKeyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateProfileRequest, UpdateProfileResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateProfileCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateProfileCommandInput extends UpdateProfileRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateProfileCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateProfileCommandOutput extends UpdateProfileResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateServerRequest, UpdateServerResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateServerCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateServerCommandInput extends UpdateServerRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateServerCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateServerCommandOutput extends UpdateServerResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateUserCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateUserCommandInput extends UpdateUserRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateUserCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
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.281.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.281.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.272.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.281.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.272.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.272.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.272.0",
|