@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,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 { DescribeServerRequest, DescribeServerResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface DescribeServerCommandInput extends DescribeServerRequest {
6
- }
7
- export interface DescribeServerCommandOutput extends DescribeServerResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeServerCommand extends $Command<DescribeServerCommandInput, DescribeServerCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: DescribeServerCommandInput;
12
- constructor(input: DescribeServerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeServerCommandInput, DescribeServerCommandOutput>;
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
+ DescribeServerRequest,
10
+ DescribeServerResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TransferClientResolvedConfig,
16
+ } from "../TransferClient";
17
+ export interface DescribeServerCommandInput extends DescribeServerRequest {}
18
+ export interface DescribeServerCommandOutput
19
+ extends DescribeServerResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeServerCommand extends $Command<
23
+ DescribeServerCommandInput,
24
+ DescribeServerCommandOutput,
25
+ TransferClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeServerCommandInput;
28
+ constructor(input: DescribeServerCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: TransferClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeServerCommandInput, DescribeServerCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { DescribeUserRequest, DescribeUserResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface DescribeUserCommandInput extends DescribeUserRequest {
6
- }
7
- export interface DescribeUserCommandOutput extends DescribeUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: DescribeUserCommandInput;
12
- constructor(input: DescribeUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUserCommandInput, DescribeUserCommandOutput>;
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 { DescribeUserRequest, DescribeUserResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ TransferClientResolvedConfig,
13
+ } from "../TransferClient";
14
+ export interface DescribeUserCommandInput extends DescribeUserRequest {}
15
+ export interface DescribeUserCommandOutput
16
+ extends DescribeUserResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DescribeUserCommand extends $Command<
20
+ DescribeUserCommandInput,
21
+ DescribeUserCommandOutput,
22
+ TransferClientResolvedConfig
23
+ > {
24
+ readonly input: DescribeUserCommandInput;
25
+ constructor(input: DescribeUserCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: TransferClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DescribeUserCommandInput, DescribeUserCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { DescribeWorkflowRequest, DescribeWorkflowResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface DescribeWorkflowCommandInput extends DescribeWorkflowRequest {
6
- }
7
- export interface DescribeWorkflowCommandOutput extends DescribeWorkflowResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeWorkflowCommand extends $Command<DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: DescribeWorkflowCommandInput;
12
- constructor(input: DescribeWorkflowCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput>;
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
+ DescribeWorkflowRequest,
10
+ DescribeWorkflowResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TransferClientResolvedConfig,
16
+ } from "../TransferClient";
17
+ export interface DescribeWorkflowCommandInput extends DescribeWorkflowRequest {}
18
+ export interface DescribeWorkflowCommandOutput
19
+ extends DescribeWorkflowResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeWorkflowCommand extends $Command<
23
+ DescribeWorkflowCommandInput,
24
+ DescribeWorkflowCommandOutput,
25
+ TransferClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeWorkflowCommandInput;
28
+ constructor(input: DescribeWorkflowCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: TransferClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput>;
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 { ImportCertificateRequest, ImportCertificateResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface ImportCertificateCommandInput extends ImportCertificateRequest {
6
- }
7
- export interface ImportCertificateCommandOutput extends ImportCertificateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ImportCertificateCommand extends $Command<ImportCertificateCommandInput, ImportCertificateCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: ImportCertificateCommandInput;
12
- constructor(input: ImportCertificateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportCertificateCommandInput, ImportCertificateCommandOutput>;
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
+ ImportCertificateRequest,
10
+ ImportCertificateResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TransferClientResolvedConfig,
16
+ } from "../TransferClient";
17
+ export interface ImportCertificateCommandInput
18
+ extends ImportCertificateRequest {}
19
+ export interface ImportCertificateCommandOutput
20
+ extends ImportCertificateResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ImportCertificateCommand extends $Command<
24
+ ImportCertificateCommandInput,
25
+ ImportCertificateCommandOutput,
26
+ TransferClientResolvedConfig
27
+ > {
28
+ readonly input: ImportCertificateCommandInput;
29
+ constructor(input: ImportCertificateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: TransferClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ImportCertificateCommandInput, ImportCertificateCommandOutput>;
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
+ ImportHostKeyRequest,
10
+ ImportHostKeyResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TransferClientResolvedConfig,
16
+ } from "../TransferClient";
17
+ export interface ImportHostKeyCommandInput extends ImportHostKeyRequest {}
18
+ export interface ImportHostKeyCommandOutput
19
+ extends ImportHostKeyResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ImportHostKeyCommand extends $Command<
23
+ ImportHostKeyCommandInput,
24
+ ImportHostKeyCommandOutput,
25
+ TransferClientResolvedConfig
26
+ > {
27
+ readonly input: ImportHostKeyCommandInput;
28
+ constructor(input: ImportHostKeyCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: TransferClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ImportHostKeyCommandInput, ImportHostKeyCommandOutput>;
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 { ImportSshPublicKeyRequest, ImportSshPublicKeyResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface ImportSshPublicKeyCommandInput extends ImportSshPublicKeyRequest {
6
- }
7
- export interface ImportSshPublicKeyCommandOutput extends ImportSshPublicKeyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ImportSshPublicKeyCommand extends $Command<ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: ImportSshPublicKeyCommandInput;
12
- constructor(input: ImportSshPublicKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput>;
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
+ ImportSshPublicKeyRequest,
10
+ ImportSshPublicKeyResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TransferClientResolvedConfig,
16
+ } from "../TransferClient";
17
+ export interface ImportSshPublicKeyCommandInput
18
+ extends ImportSshPublicKeyRequest {}
19
+ export interface ImportSshPublicKeyCommandOutput
20
+ extends ImportSshPublicKeyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ImportSshPublicKeyCommand extends $Command<
24
+ ImportSshPublicKeyCommandInput,
25
+ ImportSshPublicKeyCommandOutput,
26
+ TransferClientResolvedConfig
27
+ > {
28
+ readonly input: ImportSshPublicKeyCommandInput;
29
+ constructor(input: ImportSshPublicKeyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: TransferClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
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 { ListAccessesRequest, ListAccessesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface ListAccessesCommandInput extends ListAccessesRequest {
6
- }
7
- export interface ListAccessesCommandOutput extends ListAccessesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAccessesCommand extends $Command<ListAccessesCommandInput, ListAccessesCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: ListAccessesCommandInput;
12
- constructor(input: ListAccessesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccessesCommandInput, ListAccessesCommandOutput>;
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 { ListAccessesRequest, ListAccessesResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ TransferClientResolvedConfig,
13
+ } from "../TransferClient";
14
+ export interface ListAccessesCommandInput extends ListAccessesRequest {}
15
+ export interface ListAccessesCommandOutput
16
+ extends ListAccessesResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListAccessesCommand extends $Command<
20
+ ListAccessesCommandInput,
21
+ ListAccessesCommandOutput,
22
+ TransferClientResolvedConfig
23
+ > {
24
+ readonly input: ListAccessesCommandInput;
25
+ constructor(input: ListAccessesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: TransferClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListAccessesCommandInput, ListAccessesCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { ListAgreementsRequest, ListAgreementsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface ListAgreementsCommandInput extends ListAgreementsRequest {
6
- }
7
- export interface ListAgreementsCommandOutput extends ListAgreementsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAgreementsCommand extends $Command<ListAgreementsCommandInput, ListAgreementsCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: ListAgreementsCommandInput;
12
- constructor(input: ListAgreementsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAgreementsCommandInput, ListAgreementsCommandOutput>;
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
+ ListAgreementsRequest,
10
+ ListAgreementsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TransferClientResolvedConfig,
16
+ } from "../TransferClient";
17
+ export interface ListAgreementsCommandInput extends ListAgreementsRequest {}
18
+ export interface ListAgreementsCommandOutput
19
+ extends ListAgreementsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListAgreementsCommand extends $Command<
23
+ ListAgreementsCommandInput,
24
+ ListAgreementsCommandOutput,
25
+ TransferClientResolvedConfig
26
+ > {
27
+ readonly input: ListAgreementsCommandInput;
28
+ constructor(input: ListAgreementsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: TransferClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListAgreementsCommandInput, ListAgreementsCommandOutput>;
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 { ListCertificatesRequest, ListCertificatesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface ListCertificatesCommandInput extends ListCertificatesRequest {
6
- }
7
- export interface ListCertificatesCommandOutput extends ListCertificatesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCertificatesCommand extends $Command<ListCertificatesCommandInput, ListCertificatesCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: ListCertificatesCommandInput;
12
- constructor(input: ListCertificatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCertificatesCommandInput, ListCertificatesCommandOutput>;
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
+ ListCertificatesRequest,
10
+ ListCertificatesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TransferClientResolvedConfig,
16
+ } from "../TransferClient";
17
+ export interface ListCertificatesCommandInput extends ListCertificatesRequest {}
18
+ export interface ListCertificatesCommandOutput
19
+ extends ListCertificatesResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListCertificatesCommand extends $Command<
23
+ ListCertificatesCommandInput,
24
+ ListCertificatesCommandOutput,
25
+ TransferClientResolvedConfig
26
+ > {
27
+ readonly input: ListCertificatesCommandInput;
28
+ constructor(input: ListCertificatesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: TransferClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListCertificatesCommandInput, ListCertificatesCommandOutput>;
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 { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface ListConnectorsCommandInput extends ListConnectorsRequest {
6
- }
7
- export interface ListConnectorsCommandOutput extends ListConnectorsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListConnectorsCommand extends $Command<ListConnectorsCommandInput, ListConnectorsCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: ListConnectorsCommandInput;
12
- constructor(input: ListConnectorsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConnectorsCommandInput, ListConnectorsCommandOutput>;
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
+ ListConnectorsRequest,
10
+ ListConnectorsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TransferClientResolvedConfig,
16
+ } from "../TransferClient";
17
+ export interface ListConnectorsCommandInput extends ListConnectorsRequest {}
18
+ export interface ListConnectorsCommandOutput
19
+ extends ListConnectorsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListConnectorsCommand extends $Command<
23
+ ListConnectorsCommandInput,
24
+ ListConnectorsCommandOutput,
25
+ TransferClientResolvedConfig
26
+ > {
27
+ readonly input: ListConnectorsCommandInput;
28
+ constructor(input: ListConnectorsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: TransferClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListConnectorsCommandInput, ListConnectorsCommandOutput>;
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 { ListExecutionsRequest, ListExecutionsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface ListExecutionsCommandInput extends ListExecutionsRequest {
6
- }
7
- export interface ListExecutionsCommandOutput extends ListExecutionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListExecutionsCommand extends $Command<ListExecutionsCommandInput, ListExecutionsCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: ListExecutionsCommandInput;
12
- constructor(input: ListExecutionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExecutionsCommandInput, ListExecutionsCommandOutput>;
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
+ ListExecutionsRequest,
10
+ ListExecutionsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TransferClientResolvedConfig,
16
+ } from "../TransferClient";
17
+ export interface ListExecutionsCommandInput extends ListExecutionsRequest {}
18
+ export interface ListExecutionsCommandOutput
19
+ extends ListExecutionsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListExecutionsCommand extends $Command<
23
+ ListExecutionsCommandInput,
24
+ ListExecutionsCommandOutput,
25
+ TransferClientResolvedConfig
26
+ > {
27
+ readonly input: ListExecutionsCommandInput;
28
+ constructor(input: ListExecutionsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: TransferClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListExecutionsCommandInput, ListExecutionsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,34 @@
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 { ListHostKeysRequest, ListHostKeysResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ TransferClientResolvedConfig,
13
+ } from "../TransferClient";
14
+ export interface ListHostKeysCommandInput extends ListHostKeysRequest {}
15
+ export interface ListHostKeysCommandOutput
16
+ extends ListHostKeysResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListHostKeysCommand extends $Command<
20
+ ListHostKeysCommandInput,
21
+ ListHostKeysCommandOutput,
22
+ TransferClientResolvedConfig
23
+ > {
24
+ readonly input: ListHostKeysCommandInput;
25
+ constructor(input: ListHostKeysCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: TransferClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListHostKeysCommandInput, ListHostKeysCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }