@aws-sdk/client-transfer 3.927.0 → 3.928.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 (95) hide show
  1. package/dist-cjs/index.js +2049 -2206
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/TransferClient.js +2 -0
  4. package/dist-es/commands/CreateAccessCommand.js +3 -9
  5. package/dist-es/commands/CreateAgreementCommand.js +3 -9
  6. package/dist-es/commands/CreateConnectorCommand.js +3 -9
  7. package/dist-es/commands/CreateProfileCommand.js +3 -9
  8. package/dist-es/commands/CreateServerCommand.js +3 -10
  9. package/dist-es/commands/CreateUserCommand.js +3 -9
  10. package/dist-es/commands/CreateWebAppCommand.js +3 -9
  11. package/dist-es/commands/CreateWorkflowCommand.js +3 -9
  12. package/dist-es/commands/DeleteAccessCommand.js +3 -9
  13. package/dist-es/commands/DeleteAgreementCommand.js +3 -9
  14. package/dist-es/commands/DeleteCertificateCommand.js +3 -9
  15. package/dist-es/commands/DeleteConnectorCommand.js +3 -9
  16. package/dist-es/commands/DeleteHostKeyCommand.js +3 -9
  17. package/dist-es/commands/DeleteProfileCommand.js +3 -9
  18. package/dist-es/commands/DeleteServerCommand.js +3 -9
  19. package/dist-es/commands/DeleteSshPublicKeyCommand.js +3 -9
  20. package/dist-es/commands/DeleteUserCommand.js +3 -9
  21. package/dist-es/commands/DeleteWebAppCommand.js +3 -9
  22. package/dist-es/commands/DeleteWebAppCustomizationCommand.js +3 -9
  23. package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
  24. package/dist-es/commands/DescribeAccessCommand.js +3 -9
  25. package/dist-es/commands/DescribeAgreementCommand.js +3 -9
  26. package/dist-es/commands/DescribeCertificateCommand.js +3 -10
  27. package/dist-es/commands/DescribeConnectorCommand.js +3 -9
  28. package/dist-es/commands/DescribeExecutionCommand.js +3 -9
  29. package/dist-es/commands/DescribeHostKeyCommand.js +3 -9
  30. package/dist-es/commands/DescribeProfileCommand.js +3 -9
  31. package/dist-es/commands/DescribeSecurityPolicyCommand.js +3 -9
  32. package/dist-es/commands/DescribeServerCommand.js +3 -9
  33. package/dist-es/commands/DescribeUserCommand.js +3 -9
  34. package/dist-es/commands/DescribeWebAppCommand.js +3 -9
  35. package/dist-es/commands/DescribeWebAppCustomizationCommand.js +3 -10
  36. package/dist-es/commands/DescribeWorkflowCommand.js +3 -9
  37. package/dist-es/commands/ImportCertificateCommand.js +3 -10
  38. package/dist-es/commands/ImportHostKeyCommand.js +3 -10
  39. package/dist-es/commands/ImportSshPublicKeyCommand.js +3 -9
  40. package/dist-es/commands/ListAccessesCommand.js +3 -9
  41. package/dist-es/commands/ListAgreementsCommand.js +3 -9
  42. package/dist-es/commands/ListCertificatesCommand.js +3 -9
  43. package/dist-es/commands/ListConnectorsCommand.js +3 -9
  44. package/dist-es/commands/ListExecutionsCommand.js +3 -9
  45. package/dist-es/commands/ListFileTransferResultsCommand.js +3 -9
  46. package/dist-es/commands/ListHostKeysCommand.js +3 -9
  47. package/dist-es/commands/ListProfilesCommand.js +3 -9
  48. package/dist-es/commands/ListSecurityPoliciesCommand.js +3 -9
  49. package/dist-es/commands/ListServersCommand.js +3 -9
  50. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  51. package/dist-es/commands/ListUsersCommand.js +3 -9
  52. package/dist-es/commands/ListWebAppsCommand.js +3 -9
  53. package/dist-es/commands/ListWorkflowsCommand.js +3 -9
  54. package/dist-es/commands/SendWorkflowStepStateCommand.js +3 -9
  55. package/dist-es/commands/StartDirectoryListingCommand.js +3 -9
  56. package/dist-es/commands/StartFileTransferCommand.js +3 -9
  57. package/dist-es/commands/StartRemoteDeleteCommand.js +3 -9
  58. package/dist-es/commands/StartRemoteMoveCommand.js +3 -9
  59. package/dist-es/commands/StartServerCommand.js +3 -9
  60. package/dist-es/commands/StopServerCommand.js +3 -9
  61. package/dist-es/commands/TagResourceCommand.js +3 -9
  62. package/dist-es/commands/TestConnectionCommand.js +3 -9
  63. package/dist-es/commands/TestIdentityProviderCommand.js +3 -10
  64. package/dist-es/commands/UntagResourceCommand.js +3 -9
  65. package/dist-es/commands/UpdateAccessCommand.js +3 -9
  66. package/dist-es/commands/UpdateAgreementCommand.js +3 -9
  67. package/dist-es/commands/UpdateCertificateCommand.js +3 -9
  68. package/dist-es/commands/UpdateConnectorCommand.js +3 -9
  69. package/dist-es/commands/UpdateHostKeyCommand.js +3 -9
  70. package/dist-es/commands/UpdateProfileCommand.js +3 -9
  71. package/dist-es/commands/UpdateServerCommand.js +3 -10
  72. package/dist-es/commands/UpdateUserCommand.js +3 -9
  73. package/dist-es/commands/UpdateWebAppCommand.js +3 -9
  74. package/dist-es/commands/UpdateWebAppCustomizationCommand.js +3 -10
  75. package/dist-es/models/models_0.js +0 -48
  76. package/dist-es/runtimeConfig.shared.js +7 -0
  77. package/dist-es/schemas/schemas_0.js +1893 -0
  78. package/dist-types/TransferClient.d.ts +10 -1
  79. package/dist-types/models/models_0.d.ts +0 -40
  80. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  81. package/dist-types/runtimeConfig.d.ts +1 -0
  82. package/dist-types/runtimeConfig.native.d.ts +1 -0
  83. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  84. package/dist-types/schemas/schemas_0.d.ts +321 -0
  85. package/dist-types/ts3.4/TransferClient.d.ts +4 -0
  86. package/dist-types/ts3.4/models/models_0.d.ts +0 -30
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  91. package/dist-types/ts3.4/schemas/schemas_0.d.ts +327 -0
  92. package/package.json +5 -5
  93. package/dist-es/protocols/Aws_json1_1.js +0 -1629
  94. package/dist-types/protocols/Aws_json1_1.d.ts +0 -641
  95. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -857
@@ -1,641 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateAccessCommandInput, CreateAccessCommandOutput } from "../commands/CreateAccessCommand";
4
- import { CreateAgreementCommandInput, CreateAgreementCommandOutput } from "../commands/CreateAgreementCommand";
5
- import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "../commands/CreateConnectorCommand";
6
- import { CreateProfileCommandInput, CreateProfileCommandOutput } from "../commands/CreateProfileCommand";
7
- import { CreateServerCommandInput, CreateServerCommandOutput } from "../commands/CreateServerCommand";
8
- import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
9
- import { CreateWebAppCommandInput, CreateWebAppCommandOutput } from "../commands/CreateWebAppCommand";
10
- import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "../commands/CreateWorkflowCommand";
11
- import { DeleteAccessCommandInput, DeleteAccessCommandOutput } from "../commands/DeleteAccessCommand";
12
- import { DeleteAgreementCommandInput, DeleteAgreementCommandOutput } from "../commands/DeleteAgreementCommand";
13
- import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "../commands/DeleteCertificateCommand";
14
- import { DeleteConnectorCommandInput, DeleteConnectorCommandOutput } from "../commands/DeleteConnectorCommand";
15
- import { DeleteHostKeyCommandInput, DeleteHostKeyCommandOutput } from "../commands/DeleteHostKeyCommand";
16
- import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "../commands/DeleteProfileCommand";
17
- import { DeleteServerCommandInput, DeleteServerCommandOutput } from "../commands/DeleteServerCommand";
18
- import { DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput } from "../commands/DeleteSshPublicKeyCommand";
19
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
20
- import { DeleteWebAppCommandInput, DeleteWebAppCommandOutput } from "../commands/DeleteWebAppCommand";
21
- import { DeleteWebAppCustomizationCommandInput, DeleteWebAppCustomizationCommandOutput } from "../commands/DeleteWebAppCustomizationCommand";
22
- import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "../commands/DeleteWorkflowCommand";
23
- import { DescribeAccessCommandInput, DescribeAccessCommandOutput } from "../commands/DescribeAccessCommand";
24
- import { DescribeAgreementCommandInput, DescribeAgreementCommandOutput } from "../commands/DescribeAgreementCommand";
25
- import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } from "../commands/DescribeCertificateCommand";
26
- import { DescribeConnectorCommandInput, DescribeConnectorCommandOutput } from "../commands/DescribeConnectorCommand";
27
- import { DescribeExecutionCommandInput, DescribeExecutionCommandOutput } from "../commands/DescribeExecutionCommand";
28
- import { DescribeHostKeyCommandInput, DescribeHostKeyCommandOutput } from "../commands/DescribeHostKeyCommand";
29
- import { DescribeProfileCommandInput, DescribeProfileCommandOutput } from "../commands/DescribeProfileCommand";
30
- import { DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput } from "../commands/DescribeSecurityPolicyCommand";
31
- import { DescribeServerCommandInput, DescribeServerCommandOutput } from "../commands/DescribeServerCommand";
32
- import { DescribeUserCommandInput, DescribeUserCommandOutput } from "../commands/DescribeUserCommand";
33
- import { DescribeWebAppCommandInput, DescribeWebAppCommandOutput } from "../commands/DescribeWebAppCommand";
34
- import { DescribeWebAppCustomizationCommandInput, DescribeWebAppCustomizationCommandOutput } from "../commands/DescribeWebAppCustomizationCommand";
35
- import { DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput } from "../commands/DescribeWorkflowCommand";
36
- import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "../commands/ImportCertificateCommand";
37
- import { ImportHostKeyCommandInput, ImportHostKeyCommandOutput } from "../commands/ImportHostKeyCommand";
38
- import { ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput } from "../commands/ImportSshPublicKeyCommand";
39
- import { ListAccessesCommandInput, ListAccessesCommandOutput } from "../commands/ListAccessesCommand";
40
- import { ListAgreementsCommandInput, ListAgreementsCommandOutput } from "../commands/ListAgreementsCommand";
41
- import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
42
- import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "../commands/ListConnectorsCommand";
43
- import { ListExecutionsCommandInput, ListExecutionsCommandOutput } from "../commands/ListExecutionsCommand";
44
- import { ListFileTransferResultsCommandInput, ListFileTransferResultsCommandOutput } from "../commands/ListFileTransferResultsCommand";
45
- import { ListHostKeysCommandInput, ListHostKeysCommandOutput } from "../commands/ListHostKeysCommand";
46
- import { ListProfilesCommandInput, ListProfilesCommandOutput } from "../commands/ListProfilesCommand";
47
- import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } from "../commands/ListSecurityPoliciesCommand";
48
- import { ListServersCommandInput, ListServersCommandOutput } from "../commands/ListServersCommand";
49
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
50
- import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
51
- import { ListWebAppsCommandInput, ListWebAppsCommandOutput } from "../commands/ListWebAppsCommand";
52
- import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
53
- import { SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput } from "../commands/SendWorkflowStepStateCommand";
54
- import { StartDirectoryListingCommandInput, StartDirectoryListingCommandOutput } from "../commands/StartDirectoryListingCommand";
55
- import { StartFileTransferCommandInput, StartFileTransferCommandOutput } from "../commands/StartFileTransferCommand";
56
- import { StartRemoteDeleteCommandInput, StartRemoteDeleteCommandOutput } from "../commands/StartRemoteDeleteCommand";
57
- import { StartRemoteMoveCommandInput, StartRemoteMoveCommandOutput } from "../commands/StartRemoteMoveCommand";
58
- import { StartServerCommandInput, StartServerCommandOutput } from "../commands/StartServerCommand";
59
- import { StopServerCommandInput, StopServerCommandOutput } from "../commands/StopServerCommand";
60
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
61
- import { TestConnectionCommandInput, TestConnectionCommandOutput } from "../commands/TestConnectionCommand";
62
- import { TestIdentityProviderCommandInput, TestIdentityProviderCommandOutput } from "../commands/TestIdentityProviderCommand";
63
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
64
- import { UpdateAccessCommandInput, UpdateAccessCommandOutput } from "../commands/UpdateAccessCommand";
65
- import { UpdateAgreementCommandInput, UpdateAgreementCommandOutput } from "../commands/UpdateAgreementCommand";
66
- import { UpdateCertificateCommandInput, UpdateCertificateCommandOutput } from "../commands/UpdateCertificateCommand";
67
- import { UpdateConnectorCommandInput, UpdateConnectorCommandOutput } from "../commands/UpdateConnectorCommand";
68
- import { UpdateHostKeyCommandInput, UpdateHostKeyCommandOutput } from "../commands/UpdateHostKeyCommand";
69
- import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "../commands/UpdateProfileCommand";
70
- import { UpdateServerCommandInput, UpdateServerCommandOutput } from "../commands/UpdateServerCommand";
71
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
72
- import { UpdateWebAppCommandInput, UpdateWebAppCommandOutput } from "../commands/UpdateWebAppCommand";
73
- import { UpdateWebAppCustomizationCommandInput, UpdateWebAppCustomizationCommandOutput } from "../commands/UpdateWebAppCustomizationCommand";
74
- /**
75
- * serializeAws_json1_1CreateAccessCommand
76
- */
77
- export declare const se_CreateAccessCommand: (input: CreateAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_json1_1CreateAgreementCommand
80
- */
81
- export declare const se_CreateAgreementCommand: (input: CreateAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_json1_1CreateConnectorCommand
84
- */
85
- export declare const se_CreateConnectorCommand: (input: CreateConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_json1_1CreateProfileCommand
88
- */
89
- export declare const se_CreateProfileCommand: (input: CreateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_json1_1CreateServerCommand
92
- */
93
- export declare const se_CreateServerCommand: (input: CreateServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_json1_1CreateUserCommand
96
- */
97
- export declare const se_CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_json1_1CreateWebAppCommand
100
- */
101
- export declare const se_CreateWebAppCommand: (input: CreateWebAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_json1_1CreateWorkflowCommand
104
- */
105
- export declare const se_CreateWorkflowCommand: (input: CreateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_json1_1DeleteAccessCommand
108
- */
109
- export declare const se_DeleteAccessCommand: (input: DeleteAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_json1_1DeleteAgreementCommand
112
- */
113
- export declare const se_DeleteAgreementCommand: (input: DeleteAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_json1_1DeleteCertificateCommand
116
- */
117
- export declare const se_DeleteCertificateCommand: (input: DeleteCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_json1_1DeleteConnectorCommand
120
- */
121
- export declare const se_DeleteConnectorCommand: (input: DeleteConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_json1_1DeleteHostKeyCommand
124
- */
125
- export declare const se_DeleteHostKeyCommand: (input: DeleteHostKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_json1_1DeleteProfileCommand
128
- */
129
- export declare const se_DeleteProfileCommand: (input: DeleteProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_json1_1DeleteServerCommand
132
- */
133
- export declare const se_DeleteServerCommand: (input: DeleteServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_json1_1DeleteSshPublicKeyCommand
136
- */
137
- export declare const se_DeleteSshPublicKeyCommand: (input: DeleteSshPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_json1_1DeleteUserCommand
140
- */
141
- export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_json1_1DeleteWebAppCommand
144
- */
145
- export declare const se_DeleteWebAppCommand: (input: DeleteWebAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_json1_1DeleteWebAppCustomizationCommand
148
- */
149
- export declare const se_DeleteWebAppCustomizationCommand: (input: DeleteWebAppCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_json1_1DeleteWorkflowCommand
152
- */
153
- export declare const se_DeleteWorkflowCommand: (input: DeleteWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_json1_1DescribeAccessCommand
156
- */
157
- export declare const se_DescribeAccessCommand: (input: DescribeAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_json1_1DescribeAgreementCommand
160
- */
161
- export declare const se_DescribeAgreementCommand: (input: DescribeAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_json1_1DescribeCertificateCommand
164
- */
165
- export declare const se_DescribeCertificateCommand: (input: DescribeCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_json1_1DescribeConnectorCommand
168
- */
169
- export declare const se_DescribeConnectorCommand: (input: DescribeConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_json1_1DescribeExecutionCommand
172
- */
173
- export declare const se_DescribeExecutionCommand: (input: DescribeExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_json1_1DescribeHostKeyCommand
176
- */
177
- export declare const se_DescribeHostKeyCommand: (input: DescribeHostKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_json1_1DescribeProfileCommand
180
- */
181
- export declare const se_DescribeProfileCommand: (input: DescribeProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_json1_1DescribeSecurityPolicyCommand
184
- */
185
- export declare const se_DescribeSecurityPolicyCommand: (input: DescribeSecurityPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_json1_1DescribeServerCommand
188
- */
189
- export declare const se_DescribeServerCommand: (input: DescribeServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_json1_1DescribeUserCommand
192
- */
193
- export declare const se_DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_json1_1DescribeWebAppCommand
196
- */
197
- export declare const se_DescribeWebAppCommand: (input: DescribeWebAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_json1_1DescribeWebAppCustomizationCommand
200
- */
201
- export declare const se_DescribeWebAppCustomizationCommand: (input: DescribeWebAppCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_json1_1DescribeWorkflowCommand
204
- */
205
- export declare const se_DescribeWorkflowCommand: (input: DescribeWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_json1_1ImportCertificateCommand
208
- */
209
- export declare const se_ImportCertificateCommand: (input: ImportCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_json1_1ImportHostKeyCommand
212
- */
213
- export declare const se_ImportHostKeyCommand: (input: ImportHostKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_json1_1ImportSshPublicKeyCommand
216
- */
217
- export declare const se_ImportSshPublicKeyCommand: (input: ImportSshPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_json1_1ListAccessesCommand
220
- */
221
- export declare const se_ListAccessesCommand: (input: ListAccessesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_json1_1ListAgreementsCommand
224
- */
225
- export declare const se_ListAgreementsCommand: (input: ListAgreementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_json1_1ListCertificatesCommand
228
- */
229
- export declare const se_ListCertificatesCommand: (input: ListCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_json1_1ListConnectorsCommand
232
- */
233
- export declare const se_ListConnectorsCommand: (input: ListConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_json1_1ListExecutionsCommand
236
- */
237
- export declare const se_ListExecutionsCommand: (input: ListExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_json1_1ListFileTransferResultsCommand
240
- */
241
- export declare const se_ListFileTransferResultsCommand: (input: ListFileTransferResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_json1_1ListHostKeysCommand
244
- */
245
- export declare const se_ListHostKeysCommand: (input: ListHostKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_json1_1ListProfilesCommand
248
- */
249
- export declare const se_ListProfilesCommand: (input: ListProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_json1_1ListSecurityPoliciesCommand
252
- */
253
- export declare const se_ListSecurityPoliciesCommand: (input: ListSecurityPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_json1_1ListServersCommand
256
- */
257
- export declare const se_ListServersCommand: (input: ListServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_json1_1ListTagsForResourceCommand
260
- */
261
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_json1_1ListUsersCommand
264
- */
265
- export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_json1_1ListWebAppsCommand
268
- */
269
- export declare const se_ListWebAppsCommand: (input: ListWebAppsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_json1_1ListWorkflowsCommand
272
- */
273
- export declare const se_ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_json1_1SendWorkflowStepStateCommand
276
- */
277
- export declare const se_SendWorkflowStepStateCommand: (input: SendWorkflowStepStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_json1_1StartDirectoryListingCommand
280
- */
281
- export declare const se_StartDirectoryListingCommand: (input: StartDirectoryListingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_json1_1StartFileTransferCommand
284
- */
285
- export declare const se_StartFileTransferCommand: (input: StartFileTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_json1_1StartRemoteDeleteCommand
288
- */
289
- export declare const se_StartRemoteDeleteCommand: (input: StartRemoteDeleteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_json1_1StartRemoteMoveCommand
292
- */
293
- export declare const se_StartRemoteMoveCommand: (input: StartRemoteMoveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_json1_1StartServerCommand
296
- */
297
- export declare const se_StartServerCommand: (input: StartServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * serializeAws_json1_1StopServerCommand
300
- */
301
- export declare const se_StopServerCommand: (input: StopServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- /**
303
- * serializeAws_json1_1TagResourceCommand
304
- */
305
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- /**
307
- * serializeAws_json1_1TestConnectionCommand
308
- */
309
- export declare const se_TestConnectionCommand: (input: TestConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- /**
311
- * serializeAws_json1_1TestIdentityProviderCommand
312
- */
313
- export declare const se_TestIdentityProviderCommand: (input: TestIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- /**
315
- * serializeAws_json1_1UntagResourceCommand
316
- */
317
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- /**
319
- * serializeAws_json1_1UpdateAccessCommand
320
- */
321
- export declare const se_UpdateAccessCommand: (input: UpdateAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
- /**
323
- * serializeAws_json1_1UpdateAgreementCommand
324
- */
325
- export declare const se_UpdateAgreementCommand: (input: UpdateAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
- /**
327
- * serializeAws_json1_1UpdateCertificateCommand
328
- */
329
- export declare const se_UpdateCertificateCommand: (input: UpdateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
- /**
331
- * serializeAws_json1_1UpdateConnectorCommand
332
- */
333
- export declare const se_UpdateConnectorCommand: (input: UpdateConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
- /**
335
- * serializeAws_json1_1UpdateHostKeyCommand
336
- */
337
- export declare const se_UpdateHostKeyCommand: (input: UpdateHostKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
- /**
339
- * serializeAws_json1_1UpdateProfileCommand
340
- */
341
- export declare const se_UpdateProfileCommand: (input: UpdateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
- /**
343
- * serializeAws_json1_1UpdateServerCommand
344
- */
345
- export declare const se_UpdateServerCommand: (input: UpdateServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
- /**
347
- * serializeAws_json1_1UpdateUserCommand
348
- */
349
- export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
- /**
351
- * serializeAws_json1_1UpdateWebAppCommand
352
- */
353
- export declare const se_UpdateWebAppCommand: (input: UpdateWebAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
- /**
355
- * serializeAws_json1_1UpdateWebAppCustomizationCommand
356
- */
357
- export declare const se_UpdateWebAppCustomizationCommand: (input: UpdateWebAppCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
- /**
359
- * deserializeAws_json1_1CreateAccessCommand
360
- */
361
- export declare const de_CreateAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessCommandOutput>;
362
- /**
363
- * deserializeAws_json1_1CreateAgreementCommand
364
- */
365
- export declare const de_CreateAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgreementCommandOutput>;
366
- /**
367
- * deserializeAws_json1_1CreateConnectorCommand
368
- */
369
- export declare const de_CreateConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorCommandOutput>;
370
- /**
371
- * deserializeAws_json1_1CreateProfileCommand
372
- */
373
- export declare const de_CreateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileCommandOutput>;
374
- /**
375
- * deserializeAws_json1_1CreateServerCommand
376
- */
377
- export declare const de_CreateServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServerCommandOutput>;
378
- /**
379
- * deserializeAws_json1_1CreateUserCommand
380
- */
381
- export declare const de_CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
382
- /**
383
- * deserializeAws_json1_1CreateWebAppCommand
384
- */
385
- export declare const de_CreateWebAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWebAppCommandOutput>;
386
- /**
387
- * deserializeAws_json1_1CreateWorkflowCommand
388
- */
389
- export declare const de_CreateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowCommandOutput>;
390
- /**
391
- * deserializeAws_json1_1DeleteAccessCommand
392
- */
393
- export declare const de_DeleteAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessCommandOutput>;
394
- /**
395
- * deserializeAws_json1_1DeleteAgreementCommand
396
- */
397
- export declare const de_DeleteAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAgreementCommandOutput>;
398
- /**
399
- * deserializeAws_json1_1DeleteCertificateCommand
400
- */
401
- export declare const de_DeleteCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCertificateCommandOutput>;
402
- /**
403
- * deserializeAws_json1_1DeleteConnectorCommand
404
- */
405
- export declare const de_DeleteConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorCommandOutput>;
406
- /**
407
- * deserializeAws_json1_1DeleteHostKeyCommand
408
- */
409
- export declare const de_DeleteHostKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHostKeyCommandOutput>;
410
- /**
411
- * deserializeAws_json1_1DeleteProfileCommand
412
- */
413
- export declare const de_DeleteProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileCommandOutput>;
414
- /**
415
- * deserializeAws_json1_1DeleteServerCommand
416
- */
417
- export declare const de_DeleteServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServerCommandOutput>;
418
- /**
419
- * deserializeAws_json1_1DeleteSshPublicKeyCommand
420
- */
421
- export declare const de_DeleteSshPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSshPublicKeyCommandOutput>;
422
- /**
423
- * deserializeAws_json1_1DeleteUserCommand
424
- */
425
- export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
426
- /**
427
- * deserializeAws_json1_1DeleteWebAppCommand
428
- */
429
- export declare const de_DeleteWebAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebAppCommandOutput>;
430
- /**
431
- * deserializeAws_json1_1DeleteWebAppCustomizationCommand
432
- */
433
- export declare const de_DeleteWebAppCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebAppCustomizationCommandOutput>;
434
- /**
435
- * deserializeAws_json1_1DeleteWorkflowCommand
436
- */
437
- export declare const de_DeleteWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowCommandOutput>;
438
- /**
439
- * deserializeAws_json1_1DescribeAccessCommand
440
- */
441
- export declare const de_DescribeAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccessCommandOutput>;
442
- /**
443
- * deserializeAws_json1_1DescribeAgreementCommand
444
- */
445
- export declare const de_DescribeAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgreementCommandOutput>;
446
- /**
447
- * deserializeAws_json1_1DescribeCertificateCommand
448
- */
449
- export declare const de_DescribeCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCertificateCommandOutput>;
450
- /**
451
- * deserializeAws_json1_1DescribeConnectorCommand
452
- */
453
- export declare const de_DescribeConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorCommandOutput>;
454
- /**
455
- * deserializeAws_json1_1DescribeExecutionCommand
456
- */
457
- export declare const de_DescribeExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExecutionCommandOutput>;
458
- /**
459
- * deserializeAws_json1_1DescribeHostKeyCommand
460
- */
461
- export declare const de_DescribeHostKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHostKeyCommandOutput>;
462
- /**
463
- * deserializeAws_json1_1DescribeProfileCommand
464
- */
465
- export declare const de_DescribeProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProfileCommandOutput>;
466
- /**
467
- * deserializeAws_json1_1DescribeSecurityPolicyCommand
468
- */
469
- export declare const de_DescribeSecurityPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSecurityPolicyCommandOutput>;
470
- /**
471
- * deserializeAws_json1_1DescribeServerCommand
472
- */
473
- export declare const de_DescribeServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServerCommandOutput>;
474
- /**
475
- * deserializeAws_json1_1DescribeUserCommand
476
- */
477
- export declare const de_DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
478
- /**
479
- * deserializeAws_json1_1DescribeWebAppCommand
480
- */
481
- export declare const de_DescribeWebAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWebAppCommandOutput>;
482
- /**
483
- * deserializeAws_json1_1DescribeWebAppCustomizationCommand
484
- */
485
- export declare const de_DescribeWebAppCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWebAppCustomizationCommandOutput>;
486
- /**
487
- * deserializeAws_json1_1DescribeWorkflowCommand
488
- */
489
- export declare const de_DescribeWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkflowCommandOutput>;
490
- /**
491
- * deserializeAws_json1_1ImportCertificateCommand
492
- */
493
- export declare const de_ImportCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportCertificateCommandOutput>;
494
- /**
495
- * deserializeAws_json1_1ImportHostKeyCommand
496
- */
497
- export declare const de_ImportHostKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportHostKeyCommandOutput>;
498
- /**
499
- * deserializeAws_json1_1ImportSshPublicKeyCommand
500
- */
501
- export declare const de_ImportSshPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportSshPublicKeyCommandOutput>;
502
- /**
503
- * deserializeAws_json1_1ListAccessesCommand
504
- */
505
- export declare const de_ListAccessesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessesCommandOutput>;
506
- /**
507
- * deserializeAws_json1_1ListAgreementsCommand
508
- */
509
- export declare const de_ListAgreementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgreementsCommandOutput>;
510
- /**
511
- * deserializeAws_json1_1ListCertificatesCommand
512
- */
513
- export declare const de_ListCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCertificatesCommandOutput>;
514
- /**
515
- * deserializeAws_json1_1ListConnectorsCommand
516
- */
517
- export declare const de_ListConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorsCommandOutput>;
518
- /**
519
- * deserializeAws_json1_1ListExecutionsCommand
520
- */
521
- export declare const de_ListExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExecutionsCommandOutput>;
522
- /**
523
- * deserializeAws_json1_1ListFileTransferResultsCommand
524
- */
525
- export declare const de_ListFileTransferResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFileTransferResultsCommandOutput>;
526
- /**
527
- * deserializeAws_json1_1ListHostKeysCommand
528
- */
529
- export declare const de_ListHostKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHostKeysCommandOutput>;
530
- /**
531
- * deserializeAws_json1_1ListProfilesCommand
532
- */
533
- export declare const de_ListProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfilesCommandOutput>;
534
- /**
535
- * deserializeAws_json1_1ListSecurityPoliciesCommand
536
- */
537
- export declare const de_ListSecurityPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityPoliciesCommandOutput>;
538
- /**
539
- * deserializeAws_json1_1ListServersCommand
540
- */
541
- export declare const de_ListServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServersCommandOutput>;
542
- /**
543
- * deserializeAws_json1_1ListTagsForResourceCommand
544
- */
545
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
546
- /**
547
- * deserializeAws_json1_1ListUsersCommand
548
- */
549
- export declare const de_ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
550
- /**
551
- * deserializeAws_json1_1ListWebAppsCommand
552
- */
553
- export declare const de_ListWebAppsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWebAppsCommandOutput>;
554
- /**
555
- * deserializeAws_json1_1ListWorkflowsCommand
556
- */
557
- export declare const de_ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
558
- /**
559
- * deserializeAws_json1_1SendWorkflowStepStateCommand
560
- */
561
- export declare const de_SendWorkflowStepStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendWorkflowStepStateCommandOutput>;
562
- /**
563
- * deserializeAws_json1_1StartDirectoryListingCommand
564
- */
565
- export declare const de_StartDirectoryListingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDirectoryListingCommandOutput>;
566
- /**
567
- * deserializeAws_json1_1StartFileTransferCommand
568
- */
569
- export declare const de_StartFileTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFileTransferCommandOutput>;
570
- /**
571
- * deserializeAws_json1_1StartRemoteDeleteCommand
572
- */
573
- export declare const de_StartRemoteDeleteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRemoteDeleteCommandOutput>;
574
- /**
575
- * deserializeAws_json1_1StartRemoteMoveCommand
576
- */
577
- export declare const de_StartRemoteMoveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRemoteMoveCommandOutput>;
578
- /**
579
- * deserializeAws_json1_1StartServerCommand
580
- */
581
- export declare const de_StartServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartServerCommandOutput>;
582
- /**
583
- * deserializeAws_json1_1StopServerCommand
584
- */
585
- export declare const de_StopServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopServerCommandOutput>;
586
- /**
587
- * deserializeAws_json1_1TagResourceCommand
588
- */
589
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
590
- /**
591
- * deserializeAws_json1_1TestConnectionCommand
592
- */
593
- export declare const de_TestConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestConnectionCommandOutput>;
594
- /**
595
- * deserializeAws_json1_1TestIdentityProviderCommand
596
- */
597
- export declare const de_TestIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestIdentityProviderCommandOutput>;
598
- /**
599
- * deserializeAws_json1_1UntagResourceCommand
600
- */
601
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
602
- /**
603
- * deserializeAws_json1_1UpdateAccessCommand
604
- */
605
- export declare const de_UpdateAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccessCommandOutput>;
606
- /**
607
- * deserializeAws_json1_1UpdateAgreementCommand
608
- */
609
- export declare const de_UpdateAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgreementCommandOutput>;
610
- /**
611
- * deserializeAws_json1_1UpdateCertificateCommand
612
- */
613
- export declare const de_UpdateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCertificateCommandOutput>;
614
- /**
615
- * deserializeAws_json1_1UpdateConnectorCommand
616
- */
617
- export declare const de_UpdateConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorCommandOutput>;
618
- /**
619
- * deserializeAws_json1_1UpdateHostKeyCommand
620
- */
621
- export declare const de_UpdateHostKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHostKeyCommandOutput>;
622
- /**
623
- * deserializeAws_json1_1UpdateProfileCommand
624
- */
625
- export declare const de_UpdateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfileCommandOutput>;
626
- /**
627
- * deserializeAws_json1_1UpdateServerCommand
628
- */
629
- export declare const de_UpdateServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServerCommandOutput>;
630
- /**
631
- * deserializeAws_json1_1UpdateUserCommand
632
- */
633
- export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
634
- /**
635
- * deserializeAws_json1_1UpdateWebAppCommand
636
- */
637
- export declare const de_UpdateWebAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWebAppCommandOutput>;
638
- /**
639
- * deserializeAws_json1_1UpdateWebAppCustomizationCommand
640
- */
641
- export declare const de_UpdateWebAppCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWebAppCustomizationCommandOutput>;