@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,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 { DeleteServerRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
TransferClientResolvedConfig,
|
|
13
|
+
} from "../TransferClient";
|
|
14
|
+
export interface DeleteServerCommandInput extends DeleteServerRequest {}
|
|
15
|
+
export interface DeleteServerCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteServerCommand extends $Command<
|
|
18
|
+
DeleteServerCommandInput,
|
|
19
|
+
DeleteServerCommandOutput,
|
|
20
|
+
TransferClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteServerCommandInput;
|
|
23
|
+
constructor(input: DeleteServerCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: TransferClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteServerCommandInput, DeleteServerCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
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 { DeleteSshPublicKeyRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
TransferClientResolvedConfig,
|
|
13
|
+
} from "../TransferClient";
|
|
14
|
+
export interface DeleteSshPublicKeyCommandInput
|
|
15
|
+
extends DeleteSshPublicKeyRequest {}
|
|
16
|
+
export interface DeleteSshPublicKeyCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteSshPublicKeyCommand extends $Command<
|
|
19
|
+
DeleteSshPublicKeyCommandInput,
|
|
20
|
+
DeleteSshPublicKeyCommandOutput,
|
|
21
|
+
TransferClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteSshPublicKeyCommandInput;
|
|
24
|
+
constructor(input: DeleteSshPublicKeyCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: TransferClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -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 { DeleteUserRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
TransferClientResolvedConfig,
|
|
13
|
+
} from "../TransferClient";
|
|
14
|
+
export interface DeleteUserCommandInput extends DeleteUserRequest {}
|
|
15
|
+
export interface DeleteUserCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteUserCommand extends $Command<
|
|
18
|
+
DeleteUserCommandInput,
|
|
19
|
+
DeleteUserCommandOutput,
|
|
20
|
+
TransferClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteUserCommandInput;
|
|
23
|
+
constructor(input: DeleteUserCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: TransferClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteUserCommandInput, DeleteUserCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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 { DeleteWorkflowRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
TransferClientResolvedConfig,
|
|
13
|
+
} from "../TransferClient";
|
|
14
|
+
export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {}
|
|
15
|
+
export interface DeleteWorkflowCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteWorkflowCommand extends $Command<
|
|
18
|
+
DeleteWorkflowCommandInput,
|
|
19
|
+
DeleteWorkflowCommandOutput,
|
|
20
|
+
TransferClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteWorkflowCommandInput;
|
|
23
|
+
constructor(input: DeleteWorkflowCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: TransferClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
DescribeAccessRequest,
|
|
10
|
+
DescribeAccessResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TransferClientResolvedConfig,
|
|
16
|
+
} from "../TransferClient";
|
|
17
|
+
export interface DescribeAccessCommandInput extends DescribeAccessRequest {}
|
|
18
|
+
export interface DescribeAccessCommandOutput
|
|
19
|
+
extends DescribeAccessResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeAccessCommand extends $Command<
|
|
23
|
+
DescribeAccessCommandInput,
|
|
24
|
+
DescribeAccessCommandOutput,
|
|
25
|
+
TransferClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeAccessCommandInput;
|
|
28
|
+
constructor(input: DescribeAccessCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: TransferClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeAccessCommandInput, DescribeAccessCommandOutput>;
|
|
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
|
+
DescribeAgreementRequest,
|
|
10
|
+
DescribeAgreementResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TransferClientResolvedConfig,
|
|
16
|
+
} from "../TransferClient";
|
|
17
|
+
export interface DescribeAgreementCommandInput
|
|
18
|
+
extends DescribeAgreementRequest {}
|
|
19
|
+
export interface DescribeAgreementCommandOutput
|
|
20
|
+
extends DescribeAgreementResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAgreementCommand extends $Command<
|
|
24
|
+
DescribeAgreementCommandInput,
|
|
25
|
+
DescribeAgreementCommandOutput,
|
|
26
|
+
TransferClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAgreementCommandInput;
|
|
29
|
+
constructor(input: DescribeAgreementCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: TransferClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeAgreementCommandInput, DescribeAgreementCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
DescribeCertificateRequest,
|
|
10
|
+
DescribeCertificateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TransferClientResolvedConfig,
|
|
16
|
+
} from "../TransferClient";
|
|
17
|
+
export interface DescribeCertificateCommandInput
|
|
18
|
+
extends DescribeCertificateRequest {}
|
|
19
|
+
export interface DescribeCertificateCommandOutput
|
|
20
|
+
extends DescribeCertificateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeCertificateCommand extends $Command<
|
|
24
|
+
DescribeCertificateCommandInput,
|
|
25
|
+
DescribeCertificateCommandOutput,
|
|
26
|
+
TransferClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeCertificateCommandInput;
|
|
29
|
+
constructor(input: DescribeCertificateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: TransferClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeCertificateCommandInput, DescribeCertificateCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
DescribeConnectorRequest,
|
|
10
|
+
DescribeConnectorResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TransferClientResolvedConfig,
|
|
16
|
+
} from "../TransferClient";
|
|
17
|
+
export interface DescribeConnectorCommandInput
|
|
18
|
+
extends DescribeConnectorRequest {}
|
|
19
|
+
export interface DescribeConnectorCommandOutput
|
|
20
|
+
extends DescribeConnectorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeConnectorCommand extends $Command<
|
|
24
|
+
DescribeConnectorCommandInput,
|
|
25
|
+
DescribeConnectorCommandOutput,
|
|
26
|
+
TransferClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeConnectorCommandInput;
|
|
29
|
+
constructor(input: DescribeConnectorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: TransferClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeConnectorCommandInput, DescribeConnectorCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
DescribeExecutionRequest,
|
|
10
|
+
DescribeExecutionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TransferClientResolvedConfig,
|
|
16
|
+
} from "../TransferClient";
|
|
17
|
+
export interface DescribeExecutionCommandInput
|
|
18
|
+
extends DescribeExecutionRequest {}
|
|
19
|
+
export interface DescribeExecutionCommandOutput
|
|
20
|
+
extends DescribeExecutionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeExecutionCommand extends $Command<
|
|
24
|
+
DescribeExecutionCommandInput,
|
|
25
|
+
DescribeExecutionCommandOutput,
|
|
26
|
+
TransferClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeExecutionCommandInput;
|
|
29
|
+
constructor(input: DescribeExecutionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: TransferClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeExecutionCommandInput, DescribeExecutionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
DescribeHostKeyRequest,
|
|
10
|
+
DescribeHostKeyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TransferClientResolvedConfig,
|
|
16
|
+
} from "../TransferClient";
|
|
17
|
+
export interface DescribeHostKeyCommandInput extends DescribeHostKeyRequest {}
|
|
18
|
+
export interface DescribeHostKeyCommandOutput
|
|
19
|
+
extends DescribeHostKeyResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeHostKeyCommand extends $Command<
|
|
23
|
+
DescribeHostKeyCommandInput,
|
|
24
|
+
DescribeHostKeyCommandOutput,
|
|
25
|
+
TransferClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeHostKeyCommandInput;
|
|
28
|
+
constructor(input: DescribeHostKeyCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: TransferClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeHostKeyCommandInput, DescribeHostKeyCommandOutput>;
|
|
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
|
+
DescribeProfileRequest,
|
|
10
|
+
DescribeProfileResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TransferClientResolvedConfig,
|
|
16
|
+
} from "../TransferClient";
|
|
17
|
+
export interface DescribeProfileCommandInput extends DescribeProfileRequest {}
|
|
18
|
+
export interface DescribeProfileCommandOutput
|
|
19
|
+
extends DescribeProfileResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeProfileCommand extends $Command<
|
|
23
|
+
DescribeProfileCommandInput,
|
|
24
|
+
DescribeProfileCommandOutput,
|
|
25
|
+
TransferClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeProfileCommandInput;
|
|
28
|
+
constructor(input: DescribeProfileCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: TransferClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeProfileCommandInput, DescribeProfileCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
DescribeSecurityPolicyRequest,
|
|
10
|
+
DescribeSecurityPolicyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TransferClientResolvedConfig,
|
|
16
|
+
} from "../TransferClient";
|
|
17
|
+
export interface DescribeSecurityPolicyCommandInput
|
|
18
|
+
extends DescribeSecurityPolicyRequest {}
|
|
19
|
+
export interface DescribeSecurityPolicyCommandOutput
|
|
20
|
+
extends DescribeSecurityPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeSecurityPolicyCommand extends $Command<
|
|
24
|
+
DescribeSecurityPolicyCommandInput,
|
|
25
|
+
DescribeSecurityPolicyCommandOutput,
|
|
26
|
+
TransferClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeSecurityPolicyCommandInput;
|
|
29
|
+
constructor(input: DescribeSecurityPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: TransferClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeSecurityPolicyCommandInput,
|
|
37
|
+
DescribeSecurityPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|