@aws-sdk/client-transfer 3.169.0 → 3.171.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 +19 -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 +990 -270
  31. package/dist-types/ts3.4/TransferClient.d.ts +452 -126
  32. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +30 -17
  40. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +30 -17
  41. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +31 -17
  42. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +30 -17
  43. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +30 -0
  44. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +30 -17
  45. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +30 -17
  46. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +31 -17
  47. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
  48. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +30 -17
  49. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +35 -17
  50. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +35 -0
  55. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +35 -17
  58. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +36 -17
  61. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +35 -0
  62. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +35 -17
  68. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +32 -0
  69. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +32 -17
  70. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +32 -17
  72. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  73. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
  74. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +35 -17
  75. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +39 -17
  76. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +36 -17
  77. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +30 -17
  78. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +30 -17
  79. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  80. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +39 -17
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  82. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +32 -17
  83. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +35 -17
  84. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +36 -17
  85. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +35 -17
  86. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +35 -0
  87. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +35 -17
  88. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +32 -17
  89. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -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 +7 -6
  94. package/dist-types/ts3.4/models/index.d.ts +1 -1
  95. package/dist-types/ts3.4/models/models_0.d.ts +1435 -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 +65 -38
  111. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  113. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  114. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  115. package/dist-types/ts3.4/waiters/waitForServerOffline.d.ts +11 -7
  116. package/dist-types/ts3.4/waiters/waitForServerOnline.d.ts +11 -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 { ListProfilesRequest, ListProfilesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface ListProfilesCommandInput extends ListProfilesRequest {
6
- }
7
- export interface ListProfilesCommandOutput extends ListProfilesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListProfilesCommand extends $Command<ListProfilesCommandInput, ListProfilesCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: ListProfilesCommandInput;
12
- constructor(input: ListProfilesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfilesCommandInput, ListProfilesCommandOutput>;
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 { ListProfilesRequest, ListProfilesResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ TransferClientResolvedConfig,
13
+ } from "../TransferClient";
14
+ export interface ListProfilesCommandInput extends ListProfilesRequest {}
15
+ export interface ListProfilesCommandOutput
16
+ extends ListProfilesResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListProfilesCommand extends $Command<
19
+ ListProfilesCommandInput,
20
+ ListProfilesCommandOutput,
21
+ TransferClientResolvedConfig
22
+ > {
23
+ readonly input: ListProfilesCommandInput;
24
+ constructor(input: ListProfilesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: TransferClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListProfilesCommandInput, ListProfilesCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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 { ListSecurityPoliciesRequest, ListSecurityPoliciesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface ListSecurityPoliciesCommandInput extends ListSecurityPoliciesRequest {
6
- }
7
- export interface ListSecurityPoliciesCommandOutput extends ListSecurityPoliciesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListSecurityPoliciesCommand extends $Command<ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: ListSecurityPoliciesCommandInput;
12
- constructor(input: ListSecurityPoliciesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput>;
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
+ ListSecurityPoliciesRequest,
10
+ ListSecurityPoliciesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TransferClientResolvedConfig,
16
+ } from "../TransferClient";
17
+ export interface ListSecurityPoliciesCommandInput
18
+ extends ListSecurityPoliciesRequest {}
19
+ export interface ListSecurityPoliciesCommandOutput
20
+ extends ListSecurityPoliciesResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListSecurityPoliciesCommand extends $Command<
23
+ ListSecurityPoliciesCommandInput,
24
+ ListSecurityPoliciesCommandOutput,
25
+ TransferClientResolvedConfig
26
+ > {
27
+ readonly input: ListSecurityPoliciesCommandInput;
28
+ constructor(input: ListSecurityPoliciesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: TransferClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListSecurityPoliciesCommandInput,
35
+ ListSecurityPoliciesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { ListServersRequest, ListServersResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface ListServersCommandInput extends ListServersRequest {
6
- }
7
- export interface ListServersCommandOutput extends ListServersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListServersCommand extends $Command<ListServersCommandInput, ListServersCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: ListServersCommandInput;
12
- constructor(input: ListServersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServersCommandInput, ListServersCommandOutput>;
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 { ListServersRequest, ListServersResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ TransferClientResolvedConfig,
13
+ } from "../TransferClient";
14
+ export interface ListServersCommandInput extends ListServersRequest {}
15
+ export interface ListServersCommandOutput
16
+ extends ListServersResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListServersCommand extends $Command<
19
+ ListServersCommandInput,
20
+ ListServersCommandOutput,
21
+ TransferClientResolvedConfig
22
+ > {
23
+ readonly input: ListServersCommandInput;
24
+ constructor(input: ListServersCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: TransferClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListServersCommandInput, ListServersCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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
+ ListTagsForResourceRequest,
10
+ ListTagsForResourceResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TransferClientResolvedConfig,
16
+ } from "../TransferClient";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTagsForResourceCommand extends $Command<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ TransferClientResolvedConfig
26
+ > {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: TransferClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { ListUsersRequest, ListUsersResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface ListUsersCommandInput extends ListUsersRequest {
6
- }
7
- export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: ListUsersCommandInput;
12
- constructor(input: ListUsersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUsersCommandInput, ListUsersCommandOutput>;
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 { ListUsersRequest, ListUsersResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ TransferClientResolvedConfig,
13
+ } from "../TransferClient";
14
+ export interface ListUsersCommandInput extends ListUsersRequest {}
15
+ export interface ListUsersCommandOutput
16
+ extends ListUsersResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListUsersCommand extends $Command<
19
+ ListUsersCommandInput,
20
+ ListUsersCommandOutput,
21
+ TransferClientResolvedConfig
22
+ > {
23
+ readonly input: ListUsersCommandInput;
24
+ constructor(input: ListUsersCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: TransferClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListUsersCommandInput, ListUsersCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
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 { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface ListWorkflowsCommandInput extends ListWorkflowsRequest {
6
- }
7
- export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListWorkflowsCommand extends $Command<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: ListWorkflowsCommandInput;
12
- constructor(input: ListWorkflowsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkflowsCommandInput, ListWorkflowsCommandOutput>;
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
+ ListWorkflowsRequest,
10
+ ListWorkflowsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TransferClientResolvedConfig,
16
+ } from "../TransferClient";
17
+ export interface ListWorkflowsCommandInput extends ListWorkflowsRequest {}
18
+ export interface ListWorkflowsCommandOutput
19
+ extends ListWorkflowsResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListWorkflowsCommand extends $Command<
22
+ ListWorkflowsCommandInput,
23
+ ListWorkflowsCommandOutput,
24
+ TransferClientResolvedConfig
25
+ > {
26
+ readonly input: ListWorkflowsCommandInput;
27
+ constructor(input: ListWorkflowsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: TransferClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListWorkflowsCommandInput, ListWorkflowsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { SendWorkflowStepStateRequest, SendWorkflowStepStateResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface SendWorkflowStepStateCommandInput extends SendWorkflowStepStateRequest {
6
- }
7
- export interface SendWorkflowStepStateCommandOutput extends SendWorkflowStepStateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SendWorkflowStepStateCommand extends $Command<SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: SendWorkflowStepStateCommandInput;
12
- constructor(input: SendWorkflowStepStateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput>;
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
+ SendWorkflowStepStateRequest,
10
+ SendWorkflowStepStateResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TransferClientResolvedConfig,
16
+ } from "../TransferClient";
17
+ export interface SendWorkflowStepStateCommandInput
18
+ extends SendWorkflowStepStateRequest {}
19
+ export interface SendWorkflowStepStateCommandOutput
20
+ extends SendWorkflowStepStateResponse,
21
+ __MetadataBearer {}
22
+ export declare class SendWorkflowStepStateCommand extends $Command<
23
+ SendWorkflowStepStateCommandInput,
24
+ SendWorkflowStepStateCommandOutput,
25
+ TransferClientResolvedConfig
26
+ > {
27
+ readonly input: SendWorkflowStepStateCommandInput;
28
+ constructor(input: SendWorkflowStepStateCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: TransferClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ SendWorkflowStepStateCommandInput,
35
+ SendWorkflowStepStateCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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 { StartFileTransferRequest, StartFileTransferResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface StartFileTransferCommandInput extends StartFileTransferRequest {
6
- }
7
- export interface StartFileTransferCommandOutput extends StartFileTransferResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartFileTransferCommand extends $Command<StartFileTransferCommandInput, StartFileTransferCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: StartFileTransferCommandInput;
12
- constructor(input: StartFileTransferCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFileTransferCommandInput, StartFileTransferCommandOutput>;
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
+ StartFileTransferRequest,
10
+ StartFileTransferResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TransferClientResolvedConfig,
16
+ } from "../TransferClient";
17
+ export interface StartFileTransferCommandInput
18
+ extends StartFileTransferRequest {}
19
+ export interface StartFileTransferCommandOutput
20
+ extends StartFileTransferResponse,
21
+ __MetadataBearer {}
22
+ export declare class StartFileTransferCommand extends $Command<
23
+ StartFileTransferCommandInput,
24
+ StartFileTransferCommandOutput,
25
+ TransferClientResolvedConfig
26
+ > {
27
+ readonly input: StartFileTransferCommandInput;
28
+ constructor(input: StartFileTransferCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: TransferClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<StartFileTransferCommandInput, StartFileTransferCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,30 @@
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 { StartServerRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface StartServerCommandInput extends StartServerRequest {
6
- }
7
- export interface StartServerCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class StartServerCommand extends $Command<StartServerCommandInput, StartServerCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: StartServerCommandInput;
12
- constructor(input: StartServerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartServerCommandInput, StartServerCommandOutput>;
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 { StartServerRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ TransferClientResolvedConfig,
13
+ } from "../TransferClient";
14
+ export interface StartServerCommandInput extends StartServerRequest {}
15
+ export interface StartServerCommandOutput extends __MetadataBearer {}
16
+ export declare class StartServerCommand extends $Command<
17
+ StartServerCommandInput,
18
+ StartServerCommandOutput,
19
+ TransferClientResolvedConfig
20
+ > {
21
+ readonly input: StartServerCommandInput;
22
+ constructor(input: StartServerCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: TransferClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<StartServerCommandInput, StartServerCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
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 { StopServerRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface StopServerCommandInput extends StopServerRequest {
6
- }
7
- export interface StopServerCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class StopServerCommand extends $Command<StopServerCommandInput, StopServerCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: StopServerCommandInput;
12
- constructor(input: StopServerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopServerCommandInput, StopServerCommandOutput>;
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 { StopServerRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ TransferClientResolvedConfig,
13
+ } from "../TransferClient";
14
+ export interface StopServerCommandInput extends StopServerRequest {}
15
+ export interface StopServerCommandOutput extends __MetadataBearer {}
16
+ export declare class StopServerCommand extends $Command<
17
+ StopServerCommandInput,
18
+ StopServerCommandOutput,
19
+ TransferClientResolvedConfig
20
+ > {
21
+ readonly input: StopServerCommandInput;
22
+ constructor(input: StopServerCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: TransferClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<StopServerCommandInput, StopServerCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
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 { TagResourceRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceRequest } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ TransferClientResolvedConfig,
13
+ } from "../TransferClient";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput extends __MetadataBearer {}
16
+ export declare class TagResourceCommand extends $Command<
17
+ TagResourceCommandInput,
18
+ TagResourceCommandOutput,
19
+ TransferClientResolvedConfig
20
+ > {
21
+ readonly input: TagResourceCommandInput;
22
+ constructor(input: TagResourceCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: TransferClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,39 @@
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 { TestIdentityProviderRequest, TestIdentityProviderResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface TestIdentityProviderCommandInput extends TestIdentityProviderRequest {
6
- }
7
- export interface TestIdentityProviderCommandOutput extends TestIdentityProviderResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TestIdentityProviderCommand extends $Command<TestIdentityProviderCommandInput, TestIdentityProviderCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: TestIdentityProviderCommandInput;
12
- constructor(input: TestIdentityProviderCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestIdentityProviderCommandInput, TestIdentityProviderCommandOutput>;
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
+ TestIdentityProviderRequest,
10
+ TestIdentityProviderResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ TransferClientResolvedConfig,
16
+ } from "../TransferClient";
17
+ export interface TestIdentityProviderCommandInput
18
+ extends TestIdentityProviderRequest {}
19
+ export interface TestIdentityProviderCommandOutput
20
+ extends TestIdentityProviderResponse,
21
+ __MetadataBearer {}
22
+ export declare class TestIdentityProviderCommand extends $Command<
23
+ TestIdentityProviderCommandInput,
24
+ TestIdentityProviderCommandOutput,
25
+ TransferClientResolvedConfig
26
+ > {
27
+ readonly input: TestIdentityProviderCommandInput;
28
+ constructor(input: TestIdentityProviderCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: TransferClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ TestIdentityProviderCommandInput,
35
+ TestIdentityProviderCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }