@aws-sdk/client-transfer 3.288.0 → 3.290.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-types/commands/CreateAccessCommand.d.ts +17 -0
- package/dist-types/commands/CreateAgreementCommand.d.ts +20 -0
- package/dist-types/commands/CreateConnectorCommand.d.ts +20 -0
- package/dist-types/commands/CreateProfileCommand.d.ts +17 -0
- package/dist-types/commands/CreateServerCommand.d.ts +23 -0
- package/dist-types/commands/CreateUserCommand.d.ts +17 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +19 -0
- package/dist-types/commands/DeleteAccessCommand.d.ts +14 -0
- package/dist-types/commands/DeleteAgreementCommand.d.ts +14 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +14 -0
- package/dist-types/commands/DeleteConnectorCommand.d.ts +14 -0
- package/dist-types/commands/DeleteHostKeyCommand.d.ts +17 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +14 -0
- package/dist-types/commands/DeleteServerCommand.d.ts +17 -0
- package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +17 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +14 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +17 -0
- package/dist-types/commands/DescribeAccessCommand.d.ts +14 -0
- package/dist-types/commands/DescribeAgreementCommand.d.ts +14 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +14 -0
- package/dist-types/commands/DescribeConnectorCommand.d.ts +14 -0
- package/dist-types/commands/DescribeExecutionCommand.d.ts +14 -0
- package/dist-types/commands/DescribeHostKeyCommand.d.ts +14 -0
- package/dist-types/commands/DescribeProfileCommand.d.ts +14 -0
- package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +14 -0
- package/dist-types/commands/DescribeServerCommand.d.ts +14 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +14 -0
- package/dist-types/commands/DescribeWorkflowCommand.d.ts +14 -0
- package/dist-types/commands/ImportCertificateCommand.d.ts +14 -0
- package/dist-types/commands/ImportHostKeyCommand.d.ts +20 -0
- package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +20 -0
- package/dist-types/commands/ListAccessesCommand.d.ts +17 -0
- package/dist-types/commands/ListAgreementsCommand.d.ts +17 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +17 -0
- package/dist-types/commands/ListConnectorsCommand.d.ts +17 -0
- package/dist-types/commands/ListExecutionsCommand.d.ts +17 -0
- package/dist-types/commands/ListHostKeysCommand.d.ts +17 -0
- package/dist-types/commands/ListProfilesCommand.d.ts +17 -0
- package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +13 -0
- package/dist-types/commands/ListServersCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
- package/dist-types/commands/ListUsersCommand.d.ts +17 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +13 -0
- package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +20 -0
- package/dist-types/commands/StartFileTransferCommand.d.ts +17 -0
- package/dist-types/commands/StartServerCommand.d.ts +17 -0
- package/dist-types/commands/StopServerCommand.d.ts +17 -0
- package/dist-types/commands/TagResourceCommand.d.ts +14 -0
- package/dist-types/commands/TestIdentityProviderCommand.d.ts +14 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +14 -0
- package/dist-types/commands/UpdateAccessCommand.d.ts +20 -0
- package/dist-types/commands/UpdateAgreementCommand.d.ts +20 -0
- package/dist-types/commands/UpdateCertificateCommand.d.ts +17 -0
- package/dist-types/commands/UpdateConnectorCommand.d.ts +20 -0
- package/dist-types/commands/UpdateHostKeyCommand.d.ts +17 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +17 -0
- package/dist-types/commands/UpdateServerCommand.d.ts +28 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +17 -0
- package/package.json +30 -30
|
@@ -31,6 +31,26 @@ export interface UpdateConnectorCommandOutput extends UpdateConnectorResponse, _
|
|
|
31
31
|
* @see {@link UpdateConnectorCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
35
|
+
* <p>This exception is thrown when an error occurs in the Amazon Web ServicesTransfer Family service.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
38
|
+
* <p>This exception is thrown when the client submits a malformed request.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceExistsException} (client fault)
|
|
41
|
+
* <p>The requested resource does not exist.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
|
|
45
|
+
* service.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
48
|
+
* <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>The request was denied due to request throttling.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
34
54
|
*/
|
|
35
55
|
export declare class UpdateConnectorCommand extends $Command<UpdateConnectorCommandInput, UpdateConnectorCommandOutput, TransferClientResolvedConfig> {
|
|
36
56
|
readonly input: UpdateConnectorCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface UpdateHostKeyCommandOutput extends UpdateHostKeyResponse, __Met
|
|
|
30
30
|
* @see {@link UpdateHostKeyCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
34
|
+
* <p>This exception is thrown when an error occurs in the Amazon Web ServicesTransfer Family service.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
37
|
+
* <p>This exception is thrown when the client submits a malformed request.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
|
|
41
|
+
* service.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
44
|
+
* <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The request was denied due to request throttling.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class UpdateHostKeyCommand extends $Command<UpdateHostKeyCommandInput, UpdateHostKeyCommandOutput, TransferClientResolvedConfig> {
|
|
35
52
|
readonly input: UpdateHostKeyCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface UpdateProfileCommandOutput extends UpdateProfileResponse, __Met
|
|
|
31
31
|
* @see {@link UpdateProfileCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
35
|
+
* <p>This exception is thrown when an error occurs in the Amazon Web ServicesTransfer Family service.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
38
|
+
* <p>This exception is thrown when the client submits a malformed request.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
|
|
42
|
+
* service.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request was denied due to request throttling.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class UpdateProfileCommand extends $Command<UpdateProfileCommandInput, UpdateProfileCommandOutput, TransferClientResolvedConfig> {
|
|
36
53
|
readonly input: UpdateProfileCommandInput;
|
|
@@ -32,6 +32,34 @@ export interface UpdateServerCommandOutput extends UpdateServerResponse, __Metad
|
|
|
32
32
|
* @see {@link UpdateServerCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ConflictException} (client fault)
|
|
39
|
+
* <p>This exception is thrown when the <code>UpdateServer</code> is called for a file transfer
|
|
40
|
+
* protocol-enabled server that has VPC as the endpoint type and the server's
|
|
41
|
+
* <code>VpcEndpointID</code> is not in the available state.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
44
|
+
* <p>This exception is thrown when an error occurs in the Amazon Web ServicesTransfer Family service.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
47
|
+
* <p>This exception is thrown when the client submits a malformed request.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceExistsException} (client fault)
|
|
50
|
+
* <p>The requested resource does not exist.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
|
+
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
|
|
54
|
+
* service.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
57
|
+
* <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
60
|
+
* <p>The request was denied due to request throttling.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
35
63
|
*/
|
|
36
64
|
export declare class UpdateServerCommand extends $Command<UpdateServerCommandInput, UpdateServerCommandOutput, TransferClientResolvedConfig> {
|
|
37
65
|
readonly input: UpdateServerCommandInput;
|
|
@@ -33,6 +33,23 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
|
|
|
33
33
|
* @see {@link UpdateUserCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
37
|
+
* <p>This exception is thrown when an error occurs in the Amazon Web ServicesTransfer Family service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
40
|
+
* <p>This exception is thrown when the client submits a malformed request.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
|
|
44
|
+
* service.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
47
|
+
* <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>The request was denied due to request throttling.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
36
53
|
*/
|
|
37
54
|
export declare class UpdateUserCommand extends $Command<UpdateUserCommandInput, UpdateUserCommandOutput, TransferClientResolvedConfig> {
|
|
38
55
|
readonly input: UpdateUserCommandInput;
|
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.290.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,39 +20,39 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
55
|
+
"@aws-sdk/util-waiter": "3.290.0",
|
|
56
56
|
"tslib": "^2.3.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|