@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.
Files changed (117) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/Transfer.js +75 -0
  3. package/dist-cjs/commands/DeleteHostKeyCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeHostKeyCommand.js +36 -0
  5. package/dist-cjs/commands/ImportHostKeyCommand.js +36 -0
  6. package/dist-cjs/commands/ListHostKeysCommand.js +36 -0
  7. package/dist-cjs/commands/UpdateHostKeyCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +5 -0
  9. package/dist-cjs/models/models_0.js +48 -3
  10. package/dist-cjs/protocols/Aws_json1_1.js +374 -3
  11. package/dist-es/Transfer.js +75 -0
  12. package/dist-es/commands/DeleteHostKeyCommand.js +39 -0
  13. package/dist-es/commands/DescribeHostKeyCommand.js +39 -0
  14. package/dist-es/commands/ImportHostKeyCommand.js +39 -0
  15. package/dist-es/commands/ListHostKeysCommand.js +39 -0
  16. package/dist-es/commands/UpdateHostKeyCommand.js +39 -0
  17. package/dist-es/commands/index.js +5 -0
  18. package/dist-es/models/models_0.js +11 -0
  19. package/dist-es/protocols/Aws_json1_1.js +465 -0
  20. package/dist-types/Transfer.d.ts +35 -0
  21. package/dist-types/TransferClient.d.ts +7 -2
  22. package/dist-types/commands/DeleteHostKeyCommand.d.ts +35 -0
  23. package/dist-types/commands/DescribeHostKeyCommand.d.ts +35 -0
  24. package/dist-types/commands/ImportHostKeyCommand.d.ts +35 -0
  25. package/dist-types/commands/ListHostKeysCommand.d.ts +35 -0
  26. package/dist-types/commands/UpdateHostKeyCommand.d.ts +35 -0
  27. package/dist-types/commands/index.d.ts +5 -0
  28. package/dist-types/models/models_0.d.ts +254 -0
  29. package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
  30. package/dist-types/ts3.4/Transfer.d.ts +1048 -270
  31. package/dist-types/ts3.4/TransferClient.d.ts +477 -126
  32. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +33 -17
  42. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +32 -0
  44. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +33 -17
  47. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +37 -0
  55. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +37 -17
  58. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +38 -17
  61. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +37 -0
  62. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +34 -0
  69. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +34 -17
  70. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +34 -17
  72. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  73. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  74. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +38 -17
  77. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +32 -17
  78. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +32 -17
  79. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  80. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  82. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +34 -17
  83. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +37 -17
  84. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +38 -17
  85. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +37 -17
  86. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +37 -0
  87. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +37 -17
  88. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +34 -17
  89. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
  90. package/dist-types/ts3.4/commands/index.d.ts +58 -53
  91. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  92. package/dist-types/ts3.4/index.d.ts +7 -7
  93. package/dist-types/ts3.4/models/TransferServiceException.d.ts +8 -6
  94. package/dist-types/ts3.4/models/index.d.ts +1 -1
  95. package/dist-types/ts3.4/models/models_0.d.ts +2010 -1748
  96. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  97. package/dist-types/ts3.4/pagination/ListAccessesPaginator.d.ts +11 -4
  98. package/dist-types/ts3.4/pagination/ListAgreementsPaginator.d.ts +11 -4
  99. package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +11 -4
  100. package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +11 -4
  101. package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +11 -4
  102. package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +11 -4
  103. package/dist-types/ts3.4/pagination/ListSecurityPoliciesPaginator.d.ts +11 -4
  104. package/dist-types/ts3.4/pagination/ListServersPaginator.d.ts +11 -4
  105. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  106. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  107. package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -4
  108. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  109. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +701 -161
  110. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  111. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  113. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  114. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  115. package/dist-types/ts3.4/waiters/waitForServerOffline.d.ts +13 -7
  116. package/dist-types/ts3.4/waiters/waitForServerOnline.d.ts +13 -7
  117. package/package.json +35 -35
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteServerRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface DeleteServerCommandInput extends DeleteServerRequest {
6
- }
7
- export interface DeleteServerCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteServerCommand extends $Command<DeleteServerCommandInput, DeleteServerCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: DeleteServerCommandInput;
12
- constructor(input: DeleteServerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteServerCommandInput, DeleteServerCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteSshPublicKeyRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface DeleteSshPublicKeyCommandInput extends DeleteSshPublicKeyRequest {
6
- }
7
- export interface DeleteSshPublicKeyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteSshPublicKeyCommand extends $Command<DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: DeleteSshPublicKeyCommandInput;
12
- constructor(input: DeleteSshPublicKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteUserRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface DeleteUserCommandInput extends DeleteUserRequest {
6
- }
7
- export interface DeleteUserCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: DeleteUserCommandInput;
12
- constructor(input: DeleteUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserCommandInput, DeleteUserCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteWorkflowRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {
6
- }
7
- export interface DeleteWorkflowCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteWorkflowCommand extends $Command<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: DeleteWorkflowCommandInput;
12
- constructor(input: DeleteWorkflowCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeAccessRequest, DescribeAccessResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface DescribeAccessCommandInput extends DescribeAccessRequest {
6
- }
7
- export interface DescribeAccessCommandOutput extends DescribeAccessResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAccessCommand extends $Command<DescribeAccessCommandInput, DescribeAccessCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: DescribeAccessCommandInput;
12
- constructor(input: DescribeAccessCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccessCommandInput, DescribeAccessCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeAgreementRequest, DescribeAgreementResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface DescribeAgreementCommandInput extends DescribeAgreementRequest {
6
- }
7
- export interface DescribeAgreementCommandOutput extends DescribeAgreementResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAgreementCommand extends $Command<DescribeAgreementCommandInput, DescribeAgreementCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: DescribeAgreementCommandInput;
12
- constructor(input: DescribeAgreementCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAgreementCommandInput, DescribeAgreementCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeCertificateRequest, DescribeCertificateResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface DescribeCertificateCommandInput extends DescribeCertificateRequest {
6
- }
7
- export interface DescribeCertificateCommandOutput extends DescribeCertificateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeCertificateCommand extends $Command<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: DescribeCertificateCommandInput;
12
- constructor(input: DescribeCertificateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCertificateCommandInput, DescribeCertificateCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeConnectorRequest, DescribeConnectorResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface DescribeConnectorCommandInput extends DescribeConnectorRequest {
6
- }
7
- export interface DescribeConnectorCommandOutput extends DescribeConnectorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeConnectorCommand extends $Command<DescribeConnectorCommandInput, DescribeConnectorCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: DescribeConnectorCommandInput;
12
- constructor(input: DescribeConnectorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConnectorCommandInput, DescribeConnectorCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeExecutionRequest, DescribeExecutionResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface DescribeExecutionCommandInput extends DescribeExecutionRequest {
6
- }
7
- export interface DescribeExecutionCommandOutput extends DescribeExecutionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeExecutionCommand extends $Command<DescribeExecutionCommandInput, DescribeExecutionCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: DescribeExecutionCommandInput;
12
- constructor(input: DescribeExecutionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeExecutionCommandInput, DescribeExecutionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeProfileRequest, DescribeProfileResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface DescribeProfileCommandInput extends DescribeProfileRequest {
6
- }
7
- export interface DescribeProfileCommandOutput extends DescribeProfileResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeProfileCommand extends $Command<DescribeProfileCommandInput, DescribeProfileCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: DescribeProfileCommandInput;
12
- constructor(input: DescribeProfileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProfileCommandInput, DescribeProfileCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeSecurityPolicyRequest, DescribeSecurityPolicyResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface DescribeSecurityPolicyCommandInput extends DescribeSecurityPolicyRequest {
6
- }
7
- export interface DescribeSecurityPolicyCommandOutput extends DescribeSecurityPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeSecurityPolicyCommand extends $Command<DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: DescribeSecurityPolicyCommandInput;
12
- constructor(input: DescribeSecurityPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }