@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,126 +1,477 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateAccessCommandInput, CreateAccessCommandOutput } from "./commands/CreateAccessCommand";
10
- import { CreateAgreementCommandInput, CreateAgreementCommandOutput } from "./commands/CreateAgreementCommand";
11
- import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "./commands/CreateConnectorCommand";
12
- import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
13
- import { CreateServerCommandInput, CreateServerCommandOutput } from "./commands/CreateServerCommand";
14
- import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
15
- import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
16
- import { DeleteAccessCommandInput, DeleteAccessCommandOutput } from "./commands/DeleteAccessCommand";
17
- import { DeleteAgreementCommandInput, DeleteAgreementCommandOutput } from "./commands/DeleteAgreementCommand";
18
- import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "./commands/DeleteCertificateCommand";
19
- import { DeleteConnectorCommandInput, DeleteConnectorCommandOutput } from "./commands/DeleteConnectorCommand";
20
- import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
21
- import { DeleteServerCommandInput, DeleteServerCommandOutput } from "./commands/DeleteServerCommand";
22
- import { DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput } from "./commands/DeleteSshPublicKeyCommand";
23
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
24
- import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
25
- import { DescribeAccessCommandInput, DescribeAccessCommandOutput } from "./commands/DescribeAccessCommand";
26
- import { DescribeAgreementCommandInput, DescribeAgreementCommandOutput } from "./commands/DescribeAgreementCommand";
27
- import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } from "./commands/DescribeCertificateCommand";
28
- import { DescribeConnectorCommandInput, DescribeConnectorCommandOutput } from "./commands/DescribeConnectorCommand";
29
- import { DescribeExecutionCommandInput, DescribeExecutionCommandOutput } from "./commands/DescribeExecutionCommand";
30
- import { DescribeProfileCommandInput, DescribeProfileCommandOutput } from "./commands/DescribeProfileCommand";
31
- import { DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput } from "./commands/DescribeSecurityPolicyCommand";
32
- import { DescribeServerCommandInput, DescribeServerCommandOutput } from "./commands/DescribeServerCommand";
33
- import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
34
- import { DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput } from "./commands/DescribeWorkflowCommand";
35
- import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "./commands/ImportCertificateCommand";
36
- import { ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput } from "./commands/ImportSshPublicKeyCommand";
37
- import { ListAccessesCommandInput, ListAccessesCommandOutput } from "./commands/ListAccessesCommand";
38
- import { ListAgreementsCommandInput, ListAgreementsCommandOutput } from "./commands/ListAgreementsCommand";
39
- import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "./commands/ListCertificatesCommand";
40
- import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "./commands/ListConnectorsCommand";
41
- import { ListExecutionsCommandInput, ListExecutionsCommandOutput } from "./commands/ListExecutionsCommand";
42
- import { ListProfilesCommandInput, ListProfilesCommandOutput } from "./commands/ListProfilesCommand";
43
- import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } from "./commands/ListSecurityPoliciesCommand";
44
- import { ListServersCommandInput, ListServersCommandOutput } from "./commands/ListServersCommand";
45
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
46
- import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
47
- import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
48
- import { SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput } from "./commands/SendWorkflowStepStateCommand";
49
- import { StartFileTransferCommandInput, StartFileTransferCommandOutput } from "./commands/StartFileTransferCommand";
50
- import { StartServerCommandInput, StartServerCommandOutput } from "./commands/StartServerCommand";
51
- import { StopServerCommandInput, StopServerCommandOutput } from "./commands/StopServerCommand";
52
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
53
- import { TestIdentityProviderCommandInput, TestIdentityProviderCommandOutput } from "./commands/TestIdentityProviderCommand";
54
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
55
- import { UpdateAccessCommandInput, UpdateAccessCommandOutput } from "./commands/UpdateAccessCommand";
56
- import { UpdateAgreementCommandInput, UpdateAgreementCommandOutput } from "./commands/UpdateAgreementCommand";
57
- import { UpdateCertificateCommandInput, UpdateCertificateCommandOutput } from "./commands/UpdateCertificateCommand";
58
- import { UpdateConnectorCommandInput, UpdateConnectorCommandOutput } from "./commands/UpdateConnectorCommand";
59
- import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
60
- import { UpdateServerCommandInput, UpdateServerCommandOutput } from "./commands/UpdateServerCommand";
61
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
62
- export declare type ServiceInputTypes = CreateAccessCommandInput | CreateAgreementCommandInput | CreateConnectorCommandInput | CreateProfileCommandInput | CreateServerCommandInput | CreateUserCommandInput | CreateWorkflowCommandInput | DeleteAccessCommandInput | DeleteAgreementCommandInput | DeleteCertificateCommandInput | DeleteConnectorCommandInput | DeleteProfileCommandInput | DeleteServerCommandInput | DeleteSshPublicKeyCommandInput | DeleteUserCommandInput | DeleteWorkflowCommandInput | DescribeAccessCommandInput | DescribeAgreementCommandInput | DescribeCertificateCommandInput | DescribeConnectorCommandInput | DescribeExecutionCommandInput | DescribeProfileCommandInput | DescribeSecurityPolicyCommandInput | DescribeServerCommandInput | DescribeUserCommandInput | DescribeWorkflowCommandInput | ImportCertificateCommandInput | ImportSshPublicKeyCommandInput | ListAccessesCommandInput | ListAgreementsCommandInput | ListCertificatesCommandInput | ListConnectorsCommandInput | ListExecutionsCommandInput | ListProfilesCommandInput | ListSecurityPoliciesCommandInput | ListServersCommandInput | ListTagsForResourceCommandInput | ListUsersCommandInput | ListWorkflowsCommandInput | SendWorkflowStepStateCommandInput | StartFileTransferCommandInput | StartServerCommandInput | StopServerCommandInput | TagResourceCommandInput | TestIdentityProviderCommandInput | UntagResourceCommandInput | UpdateAccessCommandInput | UpdateAgreementCommandInput | UpdateCertificateCommandInput | UpdateConnectorCommandInput | UpdateProfileCommandInput | UpdateServerCommandInput | UpdateUserCommandInput;
63
- export declare type ServiceOutputTypes = CreateAccessCommandOutput | CreateAgreementCommandOutput | CreateConnectorCommandOutput | CreateProfileCommandOutput | CreateServerCommandOutput | CreateUserCommandOutput | CreateWorkflowCommandOutput | DeleteAccessCommandOutput | DeleteAgreementCommandOutput | DeleteCertificateCommandOutput | DeleteConnectorCommandOutput | DeleteProfileCommandOutput | DeleteServerCommandOutput | DeleteSshPublicKeyCommandOutput | DeleteUserCommandOutput | DeleteWorkflowCommandOutput | DescribeAccessCommandOutput | DescribeAgreementCommandOutput | DescribeCertificateCommandOutput | DescribeConnectorCommandOutput | DescribeExecutionCommandOutput | DescribeProfileCommandOutput | DescribeSecurityPolicyCommandOutput | DescribeServerCommandOutput | DescribeUserCommandOutput | DescribeWorkflowCommandOutput | ImportCertificateCommandOutput | ImportSshPublicKeyCommandOutput | ListAccessesCommandOutput | ListAgreementsCommandOutput | ListCertificatesCommandOutput | ListConnectorsCommandOutput | ListExecutionsCommandOutput | ListProfilesCommandOutput | ListSecurityPoliciesCommandOutput | ListServersCommandOutput | ListTagsForResourceCommandOutput | ListUsersCommandOutput | ListWorkflowsCommandOutput | SendWorkflowStepStateCommandOutput | StartFileTransferCommandOutput | StartServerCommandOutput | StopServerCommandOutput | TagResourceCommandOutput | TestIdentityProviderCommandOutput | UntagResourceCommandOutput | UpdateAccessCommandOutput | UpdateAgreementCommandOutput | UpdateCertificateCommandOutput | UpdateConnectorCommandOutput | UpdateProfileCommandOutput | UpdateServerCommandOutput | UpdateUserCommandOutput;
64
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
65
-
66
- requestHandler?: __HttpHandler;
67
-
68
- sha256?: __HashConstructor;
69
-
70
- urlParser?: __UrlParser;
71
-
72
- bodyLengthChecker?: __BodyLengthCalculator;
73
-
74
- streamCollector?: __StreamCollector;
75
-
76
- base64Decoder?: __Decoder;
77
-
78
- base64Encoder?: __Encoder;
79
-
80
- utf8Decoder?: __Decoder;
81
-
82
- utf8Encoder?: __Encoder;
83
-
84
- runtime?: string;
85
-
86
- disableHostPrefix?: boolean;
87
-
88
- maxAttempts?: number | __Provider<number>;
89
-
90
- retryMode?: string | __Provider<string>;
91
-
92
- logger?: __Logger;
93
-
94
- useDualstackEndpoint?: boolean | __Provider<boolean>;
95
-
96
- useFipsEndpoint?: boolean | __Provider<boolean>;
97
-
98
- serviceId?: string;
99
-
100
- region?: string | __Provider<string>;
101
-
102
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
103
-
104
- regionInfoProvider?: RegionInfoProvider;
105
-
106
- defaultUserAgentProvider?: Provider<__UserAgent>;
107
-
108
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
109
- }
110
- declare type TransferClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
111
-
112
- export interface TransferClientConfig extends TransferClientConfigType {
113
- }
114
- declare type TransferClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
115
-
116
- export interface TransferClientResolvedConfig extends TransferClientResolvedConfigType {
117
- }
118
-
119
- export declare class TransferClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig> {
120
-
121
- readonly config: TransferClientResolvedConfig;
122
- constructor(configuration: TransferClientConfig);
123
-
124
- destroy(): void;
125
- }
126
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CreateAccessCommandInput,
47
+ CreateAccessCommandOutput,
48
+ } from "./commands/CreateAccessCommand";
49
+ import {
50
+ CreateAgreementCommandInput,
51
+ CreateAgreementCommandOutput,
52
+ } from "./commands/CreateAgreementCommand";
53
+ import {
54
+ CreateConnectorCommandInput,
55
+ CreateConnectorCommandOutput,
56
+ } from "./commands/CreateConnectorCommand";
57
+ import {
58
+ CreateProfileCommandInput,
59
+ CreateProfileCommandOutput,
60
+ } from "./commands/CreateProfileCommand";
61
+ import {
62
+ CreateServerCommandInput,
63
+ CreateServerCommandOutput,
64
+ } from "./commands/CreateServerCommand";
65
+ import {
66
+ CreateUserCommandInput,
67
+ CreateUserCommandOutput,
68
+ } from "./commands/CreateUserCommand";
69
+ import {
70
+ CreateWorkflowCommandInput,
71
+ CreateWorkflowCommandOutput,
72
+ } from "./commands/CreateWorkflowCommand";
73
+ import {
74
+ DeleteAccessCommandInput,
75
+ DeleteAccessCommandOutput,
76
+ } from "./commands/DeleteAccessCommand";
77
+ import {
78
+ DeleteAgreementCommandInput,
79
+ DeleteAgreementCommandOutput,
80
+ } from "./commands/DeleteAgreementCommand";
81
+ import {
82
+ DeleteCertificateCommandInput,
83
+ DeleteCertificateCommandOutput,
84
+ } from "./commands/DeleteCertificateCommand";
85
+ import {
86
+ DeleteConnectorCommandInput,
87
+ DeleteConnectorCommandOutput,
88
+ } from "./commands/DeleteConnectorCommand";
89
+ import {
90
+ DeleteHostKeyCommandInput,
91
+ DeleteHostKeyCommandOutput,
92
+ } from "./commands/DeleteHostKeyCommand";
93
+ import {
94
+ DeleteProfileCommandInput,
95
+ DeleteProfileCommandOutput,
96
+ } from "./commands/DeleteProfileCommand";
97
+ import {
98
+ DeleteServerCommandInput,
99
+ DeleteServerCommandOutput,
100
+ } from "./commands/DeleteServerCommand";
101
+ import {
102
+ DeleteSshPublicKeyCommandInput,
103
+ DeleteSshPublicKeyCommandOutput,
104
+ } from "./commands/DeleteSshPublicKeyCommand";
105
+ import {
106
+ DeleteUserCommandInput,
107
+ DeleteUserCommandOutput,
108
+ } from "./commands/DeleteUserCommand";
109
+ import {
110
+ DeleteWorkflowCommandInput,
111
+ DeleteWorkflowCommandOutput,
112
+ } from "./commands/DeleteWorkflowCommand";
113
+ import {
114
+ DescribeAccessCommandInput,
115
+ DescribeAccessCommandOutput,
116
+ } from "./commands/DescribeAccessCommand";
117
+ import {
118
+ DescribeAgreementCommandInput,
119
+ DescribeAgreementCommandOutput,
120
+ } from "./commands/DescribeAgreementCommand";
121
+ import {
122
+ DescribeCertificateCommandInput,
123
+ DescribeCertificateCommandOutput,
124
+ } from "./commands/DescribeCertificateCommand";
125
+ import {
126
+ DescribeConnectorCommandInput,
127
+ DescribeConnectorCommandOutput,
128
+ } from "./commands/DescribeConnectorCommand";
129
+ import {
130
+ DescribeExecutionCommandInput,
131
+ DescribeExecutionCommandOutput,
132
+ } from "./commands/DescribeExecutionCommand";
133
+ import {
134
+ DescribeHostKeyCommandInput,
135
+ DescribeHostKeyCommandOutput,
136
+ } from "./commands/DescribeHostKeyCommand";
137
+ import {
138
+ DescribeProfileCommandInput,
139
+ DescribeProfileCommandOutput,
140
+ } from "./commands/DescribeProfileCommand";
141
+ import {
142
+ DescribeSecurityPolicyCommandInput,
143
+ DescribeSecurityPolicyCommandOutput,
144
+ } from "./commands/DescribeSecurityPolicyCommand";
145
+ import {
146
+ DescribeServerCommandInput,
147
+ DescribeServerCommandOutput,
148
+ } from "./commands/DescribeServerCommand";
149
+ import {
150
+ DescribeUserCommandInput,
151
+ DescribeUserCommandOutput,
152
+ } from "./commands/DescribeUserCommand";
153
+ import {
154
+ DescribeWorkflowCommandInput,
155
+ DescribeWorkflowCommandOutput,
156
+ } from "./commands/DescribeWorkflowCommand";
157
+ import {
158
+ ImportCertificateCommandInput,
159
+ ImportCertificateCommandOutput,
160
+ } from "./commands/ImportCertificateCommand";
161
+ import {
162
+ ImportHostKeyCommandInput,
163
+ ImportHostKeyCommandOutput,
164
+ } from "./commands/ImportHostKeyCommand";
165
+ import {
166
+ ImportSshPublicKeyCommandInput,
167
+ ImportSshPublicKeyCommandOutput,
168
+ } from "./commands/ImportSshPublicKeyCommand";
169
+ import {
170
+ ListAccessesCommandInput,
171
+ ListAccessesCommandOutput,
172
+ } from "./commands/ListAccessesCommand";
173
+ import {
174
+ ListAgreementsCommandInput,
175
+ ListAgreementsCommandOutput,
176
+ } from "./commands/ListAgreementsCommand";
177
+ import {
178
+ ListCertificatesCommandInput,
179
+ ListCertificatesCommandOutput,
180
+ } from "./commands/ListCertificatesCommand";
181
+ import {
182
+ ListConnectorsCommandInput,
183
+ ListConnectorsCommandOutput,
184
+ } from "./commands/ListConnectorsCommand";
185
+ import {
186
+ ListExecutionsCommandInput,
187
+ ListExecutionsCommandOutput,
188
+ } from "./commands/ListExecutionsCommand";
189
+ import {
190
+ ListHostKeysCommandInput,
191
+ ListHostKeysCommandOutput,
192
+ } from "./commands/ListHostKeysCommand";
193
+ import {
194
+ ListProfilesCommandInput,
195
+ ListProfilesCommandOutput,
196
+ } from "./commands/ListProfilesCommand";
197
+ import {
198
+ ListSecurityPoliciesCommandInput,
199
+ ListSecurityPoliciesCommandOutput,
200
+ } from "./commands/ListSecurityPoliciesCommand";
201
+ import {
202
+ ListServersCommandInput,
203
+ ListServersCommandOutput,
204
+ } from "./commands/ListServersCommand";
205
+ import {
206
+ ListTagsForResourceCommandInput,
207
+ ListTagsForResourceCommandOutput,
208
+ } from "./commands/ListTagsForResourceCommand";
209
+ import {
210
+ ListUsersCommandInput,
211
+ ListUsersCommandOutput,
212
+ } from "./commands/ListUsersCommand";
213
+ import {
214
+ ListWorkflowsCommandInput,
215
+ ListWorkflowsCommandOutput,
216
+ } from "./commands/ListWorkflowsCommand";
217
+ import {
218
+ SendWorkflowStepStateCommandInput,
219
+ SendWorkflowStepStateCommandOutput,
220
+ } from "./commands/SendWorkflowStepStateCommand";
221
+ import {
222
+ StartFileTransferCommandInput,
223
+ StartFileTransferCommandOutput,
224
+ } from "./commands/StartFileTransferCommand";
225
+ import {
226
+ StartServerCommandInput,
227
+ StartServerCommandOutput,
228
+ } from "./commands/StartServerCommand";
229
+ import {
230
+ StopServerCommandInput,
231
+ StopServerCommandOutput,
232
+ } from "./commands/StopServerCommand";
233
+ import {
234
+ TagResourceCommandInput,
235
+ TagResourceCommandOutput,
236
+ } from "./commands/TagResourceCommand";
237
+ import {
238
+ TestIdentityProviderCommandInput,
239
+ TestIdentityProviderCommandOutput,
240
+ } from "./commands/TestIdentityProviderCommand";
241
+ import {
242
+ UntagResourceCommandInput,
243
+ UntagResourceCommandOutput,
244
+ } from "./commands/UntagResourceCommand";
245
+ import {
246
+ UpdateAccessCommandInput,
247
+ UpdateAccessCommandOutput,
248
+ } from "./commands/UpdateAccessCommand";
249
+ import {
250
+ UpdateAgreementCommandInput,
251
+ UpdateAgreementCommandOutput,
252
+ } from "./commands/UpdateAgreementCommand";
253
+ import {
254
+ UpdateCertificateCommandInput,
255
+ UpdateCertificateCommandOutput,
256
+ } from "./commands/UpdateCertificateCommand";
257
+ import {
258
+ UpdateConnectorCommandInput,
259
+ UpdateConnectorCommandOutput,
260
+ } from "./commands/UpdateConnectorCommand";
261
+ import {
262
+ UpdateHostKeyCommandInput,
263
+ UpdateHostKeyCommandOutput,
264
+ } from "./commands/UpdateHostKeyCommand";
265
+ import {
266
+ UpdateProfileCommandInput,
267
+ UpdateProfileCommandOutput,
268
+ } from "./commands/UpdateProfileCommand";
269
+ import {
270
+ UpdateServerCommandInput,
271
+ UpdateServerCommandOutput,
272
+ } from "./commands/UpdateServerCommand";
273
+ import {
274
+ UpdateUserCommandInput,
275
+ UpdateUserCommandOutput,
276
+ } from "./commands/UpdateUserCommand";
277
+ export declare type ServiceInputTypes =
278
+ | CreateAccessCommandInput
279
+ | CreateAgreementCommandInput
280
+ | CreateConnectorCommandInput
281
+ | CreateProfileCommandInput
282
+ | CreateServerCommandInput
283
+ | CreateUserCommandInput
284
+ | CreateWorkflowCommandInput
285
+ | DeleteAccessCommandInput
286
+ | DeleteAgreementCommandInput
287
+ | DeleteCertificateCommandInput
288
+ | DeleteConnectorCommandInput
289
+ | DeleteHostKeyCommandInput
290
+ | DeleteProfileCommandInput
291
+ | DeleteServerCommandInput
292
+ | DeleteSshPublicKeyCommandInput
293
+ | DeleteUserCommandInput
294
+ | DeleteWorkflowCommandInput
295
+ | DescribeAccessCommandInput
296
+ | DescribeAgreementCommandInput
297
+ | DescribeCertificateCommandInput
298
+ | DescribeConnectorCommandInput
299
+ | DescribeExecutionCommandInput
300
+ | DescribeHostKeyCommandInput
301
+ | DescribeProfileCommandInput
302
+ | DescribeSecurityPolicyCommandInput
303
+ | DescribeServerCommandInput
304
+ | DescribeUserCommandInput
305
+ | DescribeWorkflowCommandInput
306
+ | ImportCertificateCommandInput
307
+ | ImportHostKeyCommandInput
308
+ | ImportSshPublicKeyCommandInput
309
+ | ListAccessesCommandInput
310
+ | ListAgreementsCommandInput
311
+ | ListCertificatesCommandInput
312
+ | ListConnectorsCommandInput
313
+ | ListExecutionsCommandInput
314
+ | ListHostKeysCommandInput
315
+ | ListProfilesCommandInput
316
+ | ListSecurityPoliciesCommandInput
317
+ | ListServersCommandInput
318
+ | ListTagsForResourceCommandInput
319
+ | ListUsersCommandInput
320
+ | ListWorkflowsCommandInput
321
+ | SendWorkflowStepStateCommandInput
322
+ | StartFileTransferCommandInput
323
+ | StartServerCommandInput
324
+ | StopServerCommandInput
325
+ | TagResourceCommandInput
326
+ | TestIdentityProviderCommandInput
327
+ | UntagResourceCommandInput
328
+ | UpdateAccessCommandInput
329
+ | UpdateAgreementCommandInput
330
+ | UpdateCertificateCommandInput
331
+ | UpdateConnectorCommandInput
332
+ | UpdateHostKeyCommandInput
333
+ | UpdateProfileCommandInput
334
+ | UpdateServerCommandInput
335
+ | UpdateUserCommandInput;
336
+ export declare type ServiceOutputTypes =
337
+ | CreateAccessCommandOutput
338
+ | CreateAgreementCommandOutput
339
+ | CreateConnectorCommandOutput
340
+ | CreateProfileCommandOutput
341
+ | CreateServerCommandOutput
342
+ | CreateUserCommandOutput
343
+ | CreateWorkflowCommandOutput
344
+ | DeleteAccessCommandOutput
345
+ | DeleteAgreementCommandOutput
346
+ | DeleteCertificateCommandOutput
347
+ | DeleteConnectorCommandOutput
348
+ | DeleteHostKeyCommandOutput
349
+ | DeleteProfileCommandOutput
350
+ | DeleteServerCommandOutput
351
+ | DeleteSshPublicKeyCommandOutput
352
+ | DeleteUserCommandOutput
353
+ | DeleteWorkflowCommandOutput
354
+ | DescribeAccessCommandOutput
355
+ | DescribeAgreementCommandOutput
356
+ | DescribeCertificateCommandOutput
357
+ | DescribeConnectorCommandOutput
358
+ | DescribeExecutionCommandOutput
359
+ | DescribeHostKeyCommandOutput
360
+ | DescribeProfileCommandOutput
361
+ | DescribeSecurityPolicyCommandOutput
362
+ | DescribeServerCommandOutput
363
+ | DescribeUserCommandOutput
364
+ | DescribeWorkflowCommandOutput
365
+ | ImportCertificateCommandOutput
366
+ | ImportHostKeyCommandOutput
367
+ | ImportSshPublicKeyCommandOutput
368
+ | ListAccessesCommandOutput
369
+ | ListAgreementsCommandOutput
370
+ | ListCertificatesCommandOutput
371
+ | ListConnectorsCommandOutput
372
+ | ListExecutionsCommandOutput
373
+ | ListHostKeysCommandOutput
374
+ | ListProfilesCommandOutput
375
+ | ListSecurityPoliciesCommandOutput
376
+ | ListServersCommandOutput
377
+ | ListTagsForResourceCommandOutput
378
+ | ListUsersCommandOutput
379
+ | ListWorkflowsCommandOutput
380
+ | SendWorkflowStepStateCommandOutput
381
+ | StartFileTransferCommandOutput
382
+ | StartServerCommandOutput
383
+ | StopServerCommandOutput
384
+ | TagResourceCommandOutput
385
+ | TestIdentityProviderCommandOutput
386
+ | UntagResourceCommandOutput
387
+ | UpdateAccessCommandOutput
388
+ | UpdateAgreementCommandOutput
389
+ | UpdateCertificateCommandOutput
390
+ | UpdateConnectorCommandOutput
391
+ | UpdateHostKeyCommandOutput
392
+ | UpdateProfileCommandOutput
393
+ | UpdateServerCommandOutput
394
+ | UpdateUserCommandOutput;
395
+ export interface ClientDefaults
396
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
397
+ requestHandler?: __HttpHandler;
398
+
399
+ sha256?: __HashConstructor;
400
+
401
+ urlParser?: __UrlParser;
402
+
403
+ bodyLengthChecker?: __BodyLengthCalculator;
404
+
405
+ streamCollector?: __StreamCollector;
406
+
407
+ base64Decoder?: __Decoder;
408
+
409
+ base64Encoder?: __Encoder;
410
+
411
+ utf8Decoder?: __Decoder;
412
+
413
+ utf8Encoder?: __Encoder;
414
+
415
+ runtime?: string;
416
+
417
+ disableHostPrefix?: boolean;
418
+
419
+ maxAttempts?: number | __Provider<number>;
420
+
421
+ retryMode?: string | __Provider<string>;
422
+
423
+ logger?: __Logger;
424
+
425
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
426
+
427
+ useFipsEndpoint?: boolean | __Provider<boolean>;
428
+
429
+ serviceId?: string;
430
+
431
+ region?: string | __Provider<string>;
432
+
433
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
434
+
435
+ regionInfoProvider?: RegionInfoProvider;
436
+
437
+ defaultUserAgentProvider?: Provider<__UserAgent>;
438
+
439
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
440
+ }
441
+ declare type TransferClientConfigType = Partial<
442
+ __SmithyConfiguration<__HttpHandlerOptions>
443
+ > &
444
+ ClientDefaults &
445
+ RegionInputConfig &
446
+ EndpointsInputConfig &
447
+ RetryInputConfig &
448
+ HostHeaderInputConfig &
449
+ AwsAuthInputConfig &
450
+ UserAgentInputConfig;
451
+
452
+ export interface TransferClientConfig extends TransferClientConfigType {}
453
+ declare type TransferClientResolvedConfigType =
454
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
455
+ Required<ClientDefaults> &
456
+ RegionResolvedConfig &
457
+ EndpointsResolvedConfig &
458
+ RetryResolvedConfig &
459
+ HostHeaderResolvedConfig &
460
+ AwsAuthResolvedConfig &
461
+ UserAgentResolvedConfig;
462
+
463
+ export interface TransferClientResolvedConfig
464
+ extends TransferClientResolvedConfigType {}
465
+
466
+ export declare class TransferClient extends __Client<
467
+ __HttpHandlerOptions,
468
+ ServiceInputTypes,
469
+ ServiceOutputTypes,
470
+ TransferClientResolvedConfig
471
+ > {
472
+ readonly config: TransferClientResolvedConfig;
473
+ constructor(configuration: TransferClientConfig);
474
+
475
+ destroy(): void;
476
+ }
477
+ export {};
@@ -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 { CreateAccessRequest, CreateAccessResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
- export interface CreateAccessCommandInput extends CreateAccessRequest {
6
- }
7
- export interface CreateAccessCommandOutput extends CreateAccessResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAccessCommand extends $Command<CreateAccessCommandInput, CreateAccessCommandOutput, TransferClientResolvedConfig> {
11
- readonly input: CreateAccessCommandInput;
12
- constructor(input: CreateAccessCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessCommandInput, CreateAccessCommandOutput>;
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 { CreateAccessRequest, CreateAccessResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ TransferClientResolvedConfig,
13
+ } from "../TransferClient";
14
+ export interface CreateAccessCommandInput extends CreateAccessRequest {}
15
+ export interface CreateAccessCommandOutput
16
+ extends CreateAccessResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateAccessCommand extends $Command<
20
+ CreateAccessCommandInput,
21
+ CreateAccessCommandOutput,
22
+ TransferClientResolvedConfig
23
+ > {
24
+ readonly input: CreateAccessCommandInput;
25
+ constructor(input: CreateAccessCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: TransferClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateAccessCommandInput, CreateAccessCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }