@aws-sdk/client-transfer 3.169.0 → 3.170.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/CHANGELOG.md +11 -0
- package/dist-cjs/Transfer.js +75 -0
- package/dist-cjs/commands/DeleteHostKeyCommand.js +36 -0
- package/dist-cjs/commands/DescribeHostKeyCommand.js +36 -0
- package/dist-cjs/commands/ImportHostKeyCommand.js +36 -0
- package/dist-cjs/commands/ListHostKeysCommand.js +36 -0
- package/dist-cjs/commands/UpdateHostKeyCommand.js +36 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +48 -3
- package/dist-cjs/protocols/Aws_json1_1.js +374 -3
- package/dist-es/Transfer.js +75 -0
- package/dist-es/commands/DeleteHostKeyCommand.js +39 -0
- package/dist-es/commands/DescribeHostKeyCommand.js +39 -0
- package/dist-es/commands/ImportHostKeyCommand.js +39 -0
- package/dist-es/commands/ListHostKeysCommand.js +39 -0
- package/dist-es/commands/UpdateHostKeyCommand.js +39 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +11 -0
- package/dist-es/protocols/Aws_json1_1.js +465 -0
- package/dist-types/Transfer.d.ts +35 -0
- package/dist-types/TransferClient.d.ts +7 -2
- package/dist-types/commands/DeleteHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/DescribeHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/ImportHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/ListHostKeysCommand.d.ts +35 -0
- package/dist-types/commands/UpdateHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +254 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
- package/dist-types/ts3.4/Transfer.d.ts +1048 -270
- package/dist-types/ts3.4/TransferClient.d.ts +477 -126
- package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +58 -53
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/TransferServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2010 -1748
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccessesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAgreementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +701 -161
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForServerOffline.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServerOnline.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
TestIdentityProviderRequest,
|
|
10
|
+
TestIdentityProviderResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TransferClientResolvedConfig,
|
|
16
|
+
} from "../TransferClient";
|
|
17
|
+
export interface TestIdentityProviderCommandInput
|
|
18
|
+
extends TestIdentityProviderRequest {}
|
|
19
|
+
export interface TestIdentityProviderCommandOutput
|
|
20
|
+
extends TestIdentityProviderResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class TestIdentityProviderCommand extends $Command<
|
|
24
|
+
TestIdentityProviderCommandInput,
|
|
25
|
+
TestIdentityProviderCommandOutput,
|
|
26
|
+
TransferClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: TestIdentityProviderCommandInput;
|
|
29
|
+
constructor(input: TestIdentityProviderCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: TransferClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
TestIdentityProviderCommandInput,
|
|
37
|
+
TestIdentityProviderCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { UntagResourceRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
TransferClientResolvedConfig,
|
|
13
|
+
} from "../TransferClient";
|
|
14
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
|
+
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class UntagResourceCommand extends $Command<
|
|
18
|
+
UntagResourceCommandInput,
|
|
19
|
+
UntagResourceCommandOutput,
|
|
20
|
+
TransferClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: UntagResourceCommandInput;
|
|
23
|
+
constructor(input: UntagResourceCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: TransferClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { UpdateAccessRequest, UpdateAccessResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
TransferClientResolvedConfig,
|
|
13
|
+
} from "../TransferClient";
|
|
14
|
+
export interface UpdateAccessCommandInput extends UpdateAccessRequest {}
|
|
15
|
+
export interface UpdateAccessCommandOutput
|
|
16
|
+
extends UpdateAccessResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class UpdateAccessCommand extends $Command<
|
|
20
|
+
UpdateAccessCommandInput,
|
|
21
|
+
UpdateAccessCommandOutput,
|
|
22
|
+
TransferClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UpdateAccessCommandInput;
|
|
25
|
+
constructor(input: UpdateAccessCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: TransferClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<UpdateAccessCommandInput, UpdateAccessCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateAgreementRequest,
|
|
10
|
+
UpdateAgreementResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TransferClientResolvedConfig,
|
|
16
|
+
} from "../TransferClient";
|
|
17
|
+
export interface UpdateAgreementCommandInput extends UpdateAgreementRequest {}
|
|
18
|
+
export interface UpdateAgreementCommandOutput
|
|
19
|
+
extends UpdateAgreementResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateAgreementCommand extends $Command<
|
|
23
|
+
UpdateAgreementCommandInput,
|
|
24
|
+
UpdateAgreementCommandOutput,
|
|
25
|
+
TransferClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateAgreementCommandInput;
|
|
28
|
+
constructor(input: UpdateAgreementCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: TransferClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateAgreementCommandInput, UpdateAgreementCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateCertificateRequest,
|
|
10
|
+
UpdateCertificateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TransferClientResolvedConfig,
|
|
16
|
+
} from "../TransferClient";
|
|
17
|
+
export interface UpdateCertificateCommandInput
|
|
18
|
+
extends UpdateCertificateRequest {}
|
|
19
|
+
export interface UpdateCertificateCommandOutput
|
|
20
|
+
extends UpdateCertificateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateCertificateCommand extends $Command<
|
|
24
|
+
UpdateCertificateCommandInput,
|
|
25
|
+
UpdateCertificateCommandOutput,
|
|
26
|
+
TransferClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateCertificateCommandInput;
|
|
29
|
+
constructor(input: UpdateCertificateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: TransferClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateCertificateCommandInput, UpdateCertificateCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateConnectorRequest,
|
|
10
|
+
UpdateConnectorResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TransferClientResolvedConfig,
|
|
16
|
+
} from "../TransferClient";
|
|
17
|
+
export interface UpdateConnectorCommandInput extends UpdateConnectorRequest {}
|
|
18
|
+
export interface UpdateConnectorCommandOutput
|
|
19
|
+
extends UpdateConnectorResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateConnectorCommand extends $Command<
|
|
23
|
+
UpdateConnectorCommandInput,
|
|
24
|
+
UpdateConnectorCommandOutput,
|
|
25
|
+
TransferClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateConnectorCommandInput;
|
|
28
|
+
constructor(input: UpdateConnectorCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: TransferClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateConnectorCommandInput, UpdateConnectorCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateHostKeyRequest,
|
|
10
|
+
UpdateHostKeyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TransferClientResolvedConfig,
|
|
16
|
+
} from "../TransferClient";
|
|
17
|
+
export interface UpdateHostKeyCommandInput extends UpdateHostKeyRequest {}
|
|
18
|
+
export interface UpdateHostKeyCommandOutput
|
|
19
|
+
extends UpdateHostKeyResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateHostKeyCommand extends $Command<
|
|
23
|
+
UpdateHostKeyCommandInput,
|
|
24
|
+
UpdateHostKeyCommandOutput,
|
|
25
|
+
TransferClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateHostKeyCommandInput;
|
|
28
|
+
constructor(input: UpdateHostKeyCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: TransferClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateHostKeyCommandInput, UpdateHostKeyCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateProfileRequest,
|
|
10
|
+
UpdateProfileResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TransferClientResolvedConfig,
|
|
16
|
+
} from "../TransferClient";
|
|
17
|
+
export interface UpdateProfileCommandInput extends UpdateProfileRequest {}
|
|
18
|
+
export interface UpdateProfileCommandOutput
|
|
19
|
+
extends UpdateProfileResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateProfileCommand extends $Command<
|
|
23
|
+
UpdateProfileCommandInput,
|
|
24
|
+
UpdateProfileCommandOutput,
|
|
25
|
+
TransferClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateProfileCommandInput;
|
|
28
|
+
constructor(input: UpdateProfileCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: TransferClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateProfileCommandInput, UpdateProfileCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { UpdateServerRequest, UpdateServerResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
TransferClientResolvedConfig,
|
|
13
|
+
} from "../TransferClient";
|
|
14
|
+
export interface UpdateServerCommandInput extends UpdateServerRequest {}
|
|
15
|
+
export interface UpdateServerCommandOutput
|
|
16
|
+
extends UpdateServerResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class UpdateServerCommand extends $Command<
|
|
20
|
+
UpdateServerCommandInput,
|
|
21
|
+
UpdateServerCommandOutput,
|
|
22
|
+
TransferClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UpdateServerCommandInput;
|
|
25
|
+
constructor(input: UpdateServerCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: TransferClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<UpdateServerCommandInput, UpdateServerCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
TransferClientResolvedConfig,
|
|
13
|
+
} from "../TransferClient";
|
|
14
|
+
export interface UpdateUserCommandInput extends UpdateUserRequest {}
|
|
15
|
+
export interface UpdateUserCommandOutput
|
|
16
|
+
extends UpdateUserResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class UpdateUserCommand extends $Command<
|
|
20
|
+
UpdateUserCommandInput,
|
|
21
|
+
UpdateUserCommandOutput,
|
|
22
|
+
TransferClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UpdateUserCommandInput;
|
|
25
|
+
constructor(input: UpdateUserCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: TransferClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<UpdateUserCommandInput, UpdateUserCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,53 +1,58 @@
|
|
|
1
|
-
export * from "./CreateAccessCommand";
|
|
2
|
-
export * from "./CreateAgreementCommand";
|
|
3
|
-
export * from "./CreateConnectorCommand";
|
|
4
|
-
export * from "./CreateProfileCommand";
|
|
5
|
-
export * from "./CreateServerCommand";
|
|
6
|
-
export * from "./CreateUserCommand";
|
|
7
|
-
export * from "./CreateWorkflowCommand";
|
|
8
|
-
export * from "./DeleteAccessCommand";
|
|
9
|
-
export * from "./DeleteAgreementCommand";
|
|
10
|
-
export * from "./DeleteCertificateCommand";
|
|
11
|
-
export * from "./DeleteConnectorCommand";
|
|
12
|
-
export * from "./
|
|
13
|
-
export * from "./
|
|
14
|
-
export * from "./
|
|
15
|
-
export * from "./
|
|
16
|
-
export * from "./
|
|
17
|
-
export * from "./
|
|
18
|
-
export * from "./
|
|
19
|
-
export * from "./
|
|
20
|
-
export * from "./
|
|
21
|
-
export * from "./
|
|
22
|
-
export * from "./
|
|
23
|
-
export * from "./
|
|
24
|
-
export * from "./
|
|
25
|
-
export * from "./
|
|
26
|
-
export * from "./
|
|
27
|
-
export * from "./
|
|
28
|
-
export * from "./
|
|
29
|
-
export * from "./
|
|
30
|
-
export * from "./
|
|
31
|
-
export * from "./
|
|
32
|
-
export * from "./
|
|
33
|
-
export * from "./
|
|
34
|
-
export * from "./
|
|
35
|
-
export * from "./
|
|
36
|
-
export * from "./
|
|
37
|
-
export * from "./
|
|
38
|
-
export * from "./
|
|
39
|
-
export * from "./
|
|
40
|
-
export * from "./
|
|
41
|
-
export * from "./
|
|
42
|
-
export * from "./
|
|
43
|
-
export * from "./
|
|
44
|
-
export * from "./
|
|
45
|
-
export * from "./
|
|
46
|
-
export * from "./
|
|
47
|
-
export * from "./
|
|
48
|
-
export * from "./
|
|
49
|
-
export * from "./
|
|
50
|
-
export * from "./
|
|
51
|
-
export * from "./
|
|
52
|
-
export * from "./
|
|
53
|
-
export * from "./
|
|
1
|
+
export * from "./CreateAccessCommand";
|
|
2
|
+
export * from "./CreateAgreementCommand";
|
|
3
|
+
export * from "./CreateConnectorCommand";
|
|
4
|
+
export * from "./CreateProfileCommand";
|
|
5
|
+
export * from "./CreateServerCommand";
|
|
6
|
+
export * from "./CreateUserCommand";
|
|
7
|
+
export * from "./CreateWorkflowCommand";
|
|
8
|
+
export * from "./DeleteAccessCommand";
|
|
9
|
+
export * from "./DeleteAgreementCommand";
|
|
10
|
+
export * from "./DeleteCertificateCommand";
|
|
11
|
+
export * from "./DeleteConnectorCommand";
|
|
12
|
+
export * from "./DeleteHostKeyCommand";
|
|
13
|
+
export * from "./DeleteProfileCommand";
|
|
14
|
+
export * from "./DeleteServerCommand";
|
|
15
|
+
export * from "./DeleteSshPublicKeyCommand";
|
|
16
|
+
export * from "./DeleteUserCommand";
|
|
17
|
+
export * from "./DeleteWorkflowCommand";
|
|
18
|
+
export * from "./DescribeAccessCommand";
|
|
19
|
+
export * from "./DescribeAgreementCommand";
|
|
20
|
+
export * from "./DescribeCertificateCommand";
|
|
21
|
+
export * from "./DescribeConnectorCommand";
|
|
22
|
+
export * from "./DescribeExecutionCommand";
|
|
23
|
+
export * from "./DescribeHostKeyCommand";
|
|
24
|
+
export * from "./DescribeProfileCommand";
|
|
25
|
+
export * from "./DescribeSecurityPolicyCommand";
|
|
26
|
+
export * from "./DescribeServerCommand";
|
|
27
|
+
export * from "./DescribeUserCommand";
|
|
28
|
+
export * from "./DescribeWorkflowCommand";
|
|
29
|
+
export * from "./ImportCertificateCommand";
|
|
30
|
+
export * from "./ImportHostKeyCommand";
|
|
31
|
+
export * from "./ImportSshPublicKeyCommand";
|
|
32
|
+
export * from "./ListAccessesCommand";
|
|
33
|
+
export * from "./ListAgreementsCommand";
|
|
34
|
+
export * from "./ListCertificatesCommand";
|
|
35
|
+
export * from "./ListConnectorsCommand";
|
|
36
|
+
export * from "./ListExecutionsCommand";
|
|
37
|
+
export * from "./ListHostKeysCommand";
|
|
38
|
+
export * from "./ListProfilesCommand";
|
|
39
|
+
export * from "./ListSecurityPoliciesCommand";
|
|
40
|
+
export * from "./ListServersCommand";
|
|
41
|
+
export * from "./ListTagsForResourceCommand";
|
|
42
|
+
export * from "./ListUsersCommand";
|
|
43
|
+
export * from "./ListWorkflowsCommand";
|
|
44
|
+
export * from "./SendWorkflowStepStateCommand";
|
|
45
|
+
export * from "./StartFileTransferCommand";
|
|
46
|
+
export * from "./StartServerCommand";
|
|
47
|
+
export * from "./StopServerCommand";
|
|
48
|
+
export * from "./TagResourceCommand";
|
|
49
|
+
export * from "./TestIdentityProviderCommand";
|
|
50
|
+
export * from "./UntagResourceCommand";
|
|
51
|
+
export * from "./UpdateAccessCommand";
|
|
52
|
+
export * from "./UpdateAgreementCommand";
|
|
53
|
+
export * from "./UpdateCertificateCommand";
|
|
54
|
+
export * from "./UpdateConnectorCommand";
|
|
55
|
+
export * from "./UpdateHostKeyCommand";
|
|
56
|
+
export * from "./UpdateProfileCommand";
|
|
57
|
+
export * from "./UpdateServerCommand";
|
|
58
|
+
export * from "./UpdateUserCommand";
|