@aws-sdk/client-transfer 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/Transfer.js +75 -0
- package/dist-cjs/commands/DeleteHostKeyCommand.js +36 -0
- package/dist-cjs/commands/DescribeHostKeyCommand.js +36 -0
- package/dist-cjs/commands/ImportHostKeyCommand.js +36 -0
- package/dist-cjs/commands/ListHostKeysCommand.js +36 -0
- package/dist-cjs/commands/UpdateHostKeyCommand.js +36 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +48 -3
- package/dist-cjs/protocols/Aws_json1_1.js +374 -3
- package/dist-es/Transfer.js +75 -0
- package/dist-es/commands/DeleteHostKeyCommand.js +39 -0
- package/dist-es/commands/DescribeHostKeyCommand.js +39 -0
- package/dist-es/commands/ImportHostKeyCommand.js +39 -0
- package/dist-es/commands/ListHostKeysCommand.js +39 -0
- package/dist-es/commands/UpdateHostKeyCommand.js +39 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +11 -0
- package/dist-es/protocols/Aws_json1_1.js +465 -0
- package/dist-types/Transfer.d.ts +35 -0
- package/dist-types/TransferClient.d.ts +7 -2
- package/dist-types/commands/DeleteHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/DescribeHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/ImportHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/ListHostKeysCommand.d.ts +35 -0
- package/dist-types/commands/UpdateHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +254 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
- package/dist-types/ts3.4/Transfer.d.ts +1048 -270
- package/dist-types/ts3.4/TransferClient.d.ts +477 -126
- package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +58 -53
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/TransferServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2010 -1748
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccessesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAgreementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +701 -161
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForServerOffline.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServerOnline.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,126 +1,477 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { 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
|
+
}
|