@aws-sdk/client-transfer 3.696.0 → 3.703.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 (47) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/index.js +377 -5
  3. package/dist-es/Transfer.js +16 -0
  4. package/dist-es/commands/CreateWebAppCommand.js +22 -0
  5. package/dist-es/commands/DeleteWebAppCommand.js +22 -0
  6. package/dist-es/commands/DeleteWebAppCustomizationCommand.js +22 -0
  7. package/dist-es/commands/DescribeWebAppCommand.js +22 -0
  8. package/dist-es/commands/DescribeWebAppCustomizationCommand.js +23 -0
  9. package/dist-es/commands/ListWebAppsCommand.js +22 -0
  10. package/dist-es/commands/UpdateWebAppCommand.js +22 -0
  11. package/dist-es/commands/UpdateWebAppCustomizationCommand.js +23 -0
  12. package/dist-es/commands/index.js +8 -0
  13. package/dist-es/models/models_0.js +48 -0
  14. package/dist-es/pagination/ListWebAppsPaginator.js +4 -0
  15. package/dist-es/pagination/index.js +1 -0
  16. package/dist-es/protocols/Aws_json1_1.js +171 -3
  17. package/dist-types/Transfer.d.ts +57 -0
  18. package/dist-types/TransferClient.d.ts +10 -2
  19. package/dist-types/commands/CreateWebAppCommand.d.ts +102 -0
  20. package/dist-types/commands/DeleteWebAppCommand.d.ts +85 -0
  21. package/dist-types/commands/DeleteWebAppCustomizationCommand.d.ts +90 -0
  22. package/dist-types/commands/DescribeWebAppCommand.d.ts +108 -0
  23. package/dist-types/commands/DescribeWebAppCustomizationCommand.d.ts +93 -0
  24. package/dist-types/commands/ListWebAppsCommand.d.ts +92 -0
  25. package/dist-types/commands/UpdateWebAppCommand.d.ts +101 -0
  26. package/dist-types/commands/UpdateWebAppCustomizationCommand.d.ts +95 -0
  27. package/dist-types/commands/index.d.ts +8 -0
  28. package/dist-types/models/models_0.d.ts +490 -12
  29. package/dist-types/pagination/ListWebAppsPaginator.d.ts +7 -0
  30. package/dist-types/pagination/index.d.ts +1 -0
  31. package/dist-types/protocols/Aws_json1_1.d.ts +72 -0
  32. package/dist-types/ts3.4/Transfer.d.ts +137 -0
  33. package/dist-types/ts3.4/TransferClient.d.ts +50 -2
  34. package/dist-types/ts3.4/commands/CreateWebAppCommand.d.ts +47 -0
  35. package/dist-types/ts3.4/commands/DeleteWebAppCommand.d.ts +45 -0
  36. package/dist-types/ts3.4/commands/DeleteWebAppCustomizationCommand.d.ts +47 -0
  37. package/dist-types/ts3.4/commands/DescribeWebAppCommand.d.ts +50 -0
  38. package/dist-types/ts3.4/commands/DescribeWebAppCustomizationCommand.d.ts +51 -0
  39. package/dist-types/ts3.4/commands/ListWebAppsCommand.d.ts +47 -0
  40. package/dist-types/ts3.4/commands/UpdateWebAppCommand.d.ts +47 -0
  41. package/dist-types/ts3.4/commands/UpdateWebAppCustomizationCommand.d.ts +51 -0
  42. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  43. package/dist-types/ts3.4/models/models_0.d.ts +179 -0
  44. package/dist-types/ts3.4/pagination/ListWebAppsPaginator.d.ts +11 -0
  45. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  46. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +96 -0
  47. package/package.json +4 -4
@@ -5,6 +5,7 @@ import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "./com
5
5
  import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
6
6
  import { CreateServerCommandInput, CreateServerCommandOutput } from "./commands/CreateServerCommand";
7
7
  import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
8
+ import { CreateWebAppCommandInput, CreateWebAppCommandOutput } from "./commands/CreateWebAppCommand";
8
9
  import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
9
10
  import { DeleteAccessCommandInput, DeleteAccessCommandOutput } from "./commands/DeleteAccessCommand";
10
11
  import { DeleteAgreementCommandInput, DeleteAgreementCommandOutput } from "./commands/DeleteAgreementCommand";
@@ -15,6 +16,8 @@ import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./command
15
16
  import { DeleteServerCommandInput, DeleteServerCommandOutput } from "./commands/DeleteServerCommand";
16
17
  import { DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput } from "./commands/DeleteSshPublicKeyCommand";
17
18
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
19
+ import { DeleteWebAppCommandInput, DeleteWebAppCommandOutput } from "./commands/DeleteWebAppCommand";
20
+ import { DeleteWebAppCustomizationCommandInput, DeleteWebAppCustomizationCommandOutput } from "./commands/DeleteWebAppCustomizationCommand";
18
21
  import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
19
22
  import { DescribeAccessCommandInput, DescribeAccessCommandOutput } from "./commands/DescribeAccessCommand";
20
23
  import { DescribeAgreementCommandInput, DescribeAgreementCommandOutput } from "./commands/DescribeAgreementCommand";
@@ -26,6 +29,8 @@ import { DescribeProfileCommandInput, DescribeProfileCommandOutput } from "./com
26
29
  import { DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput } from "./commands/DescribeSecurityPolicyCommand";
27
30
  import { DescribeServerCommandInput, DescribeServerCommandOutput } from "./commands/DescribeServerCommand";
28
31
  import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
32
+ import { DescribeWebAppCommandInput, DescribeWebAppCommandOutput } from "./commands/DescribeWebAppCommand";
33
+ import { DescribeWebAppCustomizationCommandInput, DescribeWebAppCustomizationCommandOutput } from "./commands/DescribeWebAppCustomizationCommand";
29
34
  import { DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput } from "./commands/DescribeWorkflowCommand";
30
35
  import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "./commands/ImportCertificateCommand";
31
36
  import { ImportHostKeyCommandInput, ImportHostKeyCommandOutput } from "./commands/ImportHostKeyCommand";
@@ -42,6 +47,7 @@ import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } f
42
47
  import { ListServersCommandInput, ListServersCommandOutput } from "./commands/ListServersCommand";
43
48
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
44
49
  import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
50
+ import { ListWebAppsCommandInput, ListWebAppsCommandOutput } from "./commands/ListWebAppsCommand";
45
51
  import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
46
52
  import { SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput } from "./commands/SendWorkflowStepStateCommand";
47
53
  import { StartDirectoryListingCommandInput, StartDirectoryListingCommandOutput } from "./commands/StartDirectoryListingCommand";
@@ -60,6 +66,8 @@ import { UpdateHostKeyCommandInput, UpdateHostKeyCommandOutput } from "./command
60
66
  import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
61
67
  import { UpdateServerCommandInput, UpdateServerCommandOutput } from "./commands/UpdateServerCommand";
62
68
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
69
+ import { UpdateWebAppCommandInput, UpdateWebAppCommandOutput } from "./commands/UpdateWebAppCommand";
70
+ import { UpdateWebAppCustomizationCommandInput, UpdateWebAppCustomizationCommandOutput } from "./commands/UpdateWebAppCustomizationCommand";
63
71
  import { TransferClient } from "./TransferClient";
64
72
  export interface Transfer {
65
73
  /**
@@ -99,6 +107,12 @@ export interface Transfer {
99
107
  createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
100
108
  createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
101
109
  createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
110
+ /**
111
+ * @see {@link CreateWebAppCommand}
112
+ */
113
+ createWebApp(args: CreateWebAppCommandInput, options?: __HttpHandlerOptions): Promise<CreateWebAppCommandOutput>;
114
+ createWebApp(args: CreateWebAppCommandInput, cb: (err: any, data?: CreateWebAppCommandOutput) => void): void;
115
+ createWebApp(args: CreateWebAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWebAppCommandOutput) => void): void;
102
116
  /**
103
117
  * @see {@link CreateWorkflowCommand}
104
118
  */
@@ -159,6 +173,18 @@ export interface Transfer {
159
173
  deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
160
174
  deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
161
175
  deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
176
+ /**
177
+ * @see {@link DeleteWebAppCommand}
178
+ */
179
+ deleteWebApp(args: DeleteWebAppCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWebAppCommandOutput>;
180
+ deleteWebApp(args: DeleteWebAppCommandInput, cb: (err: any, data?: DeleteWebAppCommandOutput) => void): void;
181
+ deleteWebApp(args: DeleteWebAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWebAppCommandOutput) => void): void;
182
+ /**
183
+ * @see {@link DeleteWebAppCustomizationCommand}
184
+ */
185
+ deleteWebAppCustomization(args: DeleteWebAppCustomizationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWebAppCustomizationCommandOutput>;
186
+ deleteWebAppCustomization(args: DeleteWebAppCustomizationCommandInput, cb: (err: any, data?: DeleteWebAppCustomizationCommandOutput) => void): void;
187
+ deleteWebAppCustomization(args: DeleteWebAppCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWebAppCustomizationCommandOutput) => void): void;
162
188
  /**
163
189
  * @see {@link DeleteWorkflowCommand}
164
190
  */
@@ -225,6 +251,18 @@ export interface Transfer {
225
251
  describeUser(args: DescribeUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserCommandOutput>;
226
252
  describeUser(args: DescribeUserCommandInput, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
227
253
  describeUser(args: DescribeUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
254
+ /**
255
+ * @see {@link DescribeWebAppCommand}
256
+ */
257
+ describeWebApp(args: DescribeWebAppCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWebAppCommandOutput>;
258
+ describeWebApp(args: DescribeWebAppCommandInput, cb: (err: any, data?: DescribeWebAppCommandOutput) => void): void;
259
+ describeWebApp(args: DescribeWebAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWebAppCommandOutput) => void): void;
260
+ /**
261
+ * @see {@link DescribeWebAppCustomizationCommand}
262
+ */
263
+ describeWebAppCustomization(args: DescribeWebAppCustomizationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWebAppCustomizationCommandOutput>;
264
+ describeWebAppCustomization(args: DescribeWebAppCustomizationCommandInput, cb: (err: any, data?: DescribeWebAppCustomizationCommandOutput) => void): void;
265
+ describeWebAppCustomization(args: DescribeWebAppCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWebAppCustomizationCommandOutput) => void): void;
228
266
  /**
229
267
  * @see {@link DescribeWorkflowCommand}
230
268
  */
@@ -326,6 +364,13 @@ export interface Transfer {
326
364
  listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
327
365
  listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
328
366
  listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
367
+ /**
368
+ * @see {@link ListWebAppsCommand}
369
+ */
370
+ listWebApps(): Promise<ListWebAppsCommandOutput>;
371
+ listWebApps(args: ListWebAppsCommandInput, options?: __HttpHandlerOptions): Promise<ListWebAppsCommandOutput>;
372
+ listWebApps(args: ListWebAppsCommandInput, cb: (err: any, data?: ListWebAppsCommandOutput) => void): void;
373
+ listWebApps(args: ListWebAppsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWebAppsCommandOutput) => void): void;
329
374
  /**
330
375
  * @see {@link ListWorkflowsCommand}
331
376
  */
@@ -435,6 +480,18 @@ export interface Transfer {
435
480
  updateUser(args: UpdateUserCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserCommandOutput>;
436
481
  updateUser(args: UpdateUserCommandInput, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
437
482
  updateUser(args: UpdateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
483
+ /**
484
+ * @see {@link UpdateWebAppCommand}
485
+ */
486
+ updateWebApp(args: UpdateWebAppCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWebAppCommandOutput>;
487
+ updateWebApp(args: UpdateWebAppCommandInput, cb: (err: any, data?: UpdateWebAppCommandOutput) => void): void;
488
+ updateWebApp(args: UpdateWebAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWebAppCommandOutput) => void): void;
489
+ /**
490
+ * @see {@link UpdateWebAppCustomizationCommand}
491
+ */
492
+ updateWebAppCustomization(args: UpdateWebAppCustomizationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWebAppCustomizationCommandOutput>;
493
+ updateWebAppCustomization(args: UpdateWebAppCustomizationCommandInput, cb: (err: any, data?: UpdateWebAppCustomizationCommandOutput) => void): void;
494
+ updateWebAppCustomization(args: UpdateWebAppCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWebAppCustomizationCommandOutput) => void): void;
438
495
  }
439
496
  /**
440
497
  * <p>Transfer Family is a fully managed service that enables the transfer of files over the File
@@ -13,6 +13,7 @@ import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "./com
13
13
  import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
14
14
  import { CreateServerCommandInput, CreateServerCommandOutput } from "./commands/CreateServerCommand";
15
15
  import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
16
+ import { CreateWebAppCommandInput, CreateWebAppCommandOutput } from "./commands/CreateWebAppCommand";
16
17
  import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
17
18
  import { DeleteAccessCommandInput, DeleteAccessCommandOutput } from "./commands/DeleteAccessCommand";
18
19
  import { DeleteAgreementCommandInput, DeleteAgreementCommandOutput } from "./commands/DeleteAgreementCommand";
@@ -23,6 +24,8 @@ import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./command
23
24
  import { DeleteServerCommandInput, DeleteServerCommandOutput } from "./commands/DeleteServerCommand";
24
25
  import { DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput } from "./commands/DeleteSshPublicKeyCommand";
25
26
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
27
+ import { DeleteWebAppCommandInput, DeleteWebAppCommandOutput } from "./commands/DeleteWebAppCommand";
28
+ import { DeleteWebAppCustomizationCommandInput, DeleteWebAppCustomizationCommandOutput } from "./commands/DeleteWebAppCustomizationCommand";
26
29
  import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
27
30
  import { DescribeAccessCommandInput, DescribeAccessCommandOutput } from "./commands/DescribeAccessCommand";
28
31
  import { DescribeAgreementCommandInput, DescribeAgreementCommandOutput } from "./commands/DescribeAgreementCommand";
@@ -34,6 +37,8 @@ import { DescribeProfileCommandInput, DescribeProfileCommandOutput } from "./com
34
37
  import { DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput } from "./commands/DescribeSecurityPolicyCommand";
35
38
  import { DescribeServerCommandInput, DescribeServerCommandOutput } from "./commands/DescribeServerCommand";
36
39
  import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
40
+ import { DescribeWebAppCommandInput, DescribeWebAppCommandOutput } from "./commands/DescribeWebAppCommand";
41
+ import { DescribeWebAppCustomizationCommandInput, DescribeWebAppCustomizationCommandOutput } from "./commands/DescribeWebAppCustomizationCommand";
37
42
  import { DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput } from "./commands/DescribeWorkflowCommand";
38
43
  import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "./commands/ImportCertificateCommand";
39
44
  import { ImportHostKeyCommandInput, ImportHostKeyCommandOutput } from "./commands/ImportHostKeyCommand";
@@ -50,6 +55,7 @@ import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } f
50
55
  import { ListServersCommandInput, ListServersCommandOutput } from "./commands/ListServersCommand";
51
56
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
52
57
  import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
58
+ import { ListWebAppsCommandInput, ListWebAppsCommandOutput } from "./commands/ListWebAppsCommand";
53
59
  import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
54
60
  import { SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput } from "./commands/SendWorkflowStepStateCommand";
55
61
  import { StartDirectoryListingCommandInput, StartDirectoryListingCommandOutput } from "./commands/StartDirectoryListingCommand";
@@ -68,17 +74,19 @@ import { UpdateHostKeyCommandInput, UpdateHostKeyCommandOutput } from "./command
68
74
  import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
69
75
  import { UpdateServerCommandInput, UpdateServerCommandOutput } from "./commands/UpdateServerCommand";
70
76
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
77
+ import { UpdateWebAppCommandInput, UpdateWebAppCommandOutput } from "./commands/UpdateWebAppCommand";
78
+ import { UpdateWebAppCustomizationCommandInput, UpdateWebAppCustomizationCommandOutput } from "./commands/UpdateWebAppCustomizationCommand";
71
79
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
72
80
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
73
81
  export { __Client };
74
82
  /**
75
83
  * @public
76
84
  */
77
- export type ServiceInputTypes = CreateAccessCommandInput | CreateAgreementCommandInput | CreateConnectorCommandInput | CreateProfileCommandInput | CreateServerCommandInput | CreateUserCommandInput | CreateWorkflowCommandInput | DeleteAccessCommandInput | DeleteAgreementCommandInput | DeleteCertificateCommandInput | DeleteConnectorCommandInput | DeleteHostKeyCommandInput | DeleteProfileCommandInput | DeleteServerCommandInput | DeleteSshPublicKeyCommandInput | DeleteUserCommandInput | DeleteWorkflowCommandInput | DescribeAccessCommandInput | DescribeAgreementCommandInput | DescribeCertificateCommandInput | DescribeConnectorCommandInput | DescribeExecutionCommandInput | DescribeHostKeyCommandInput | DescribeProfileCommandInput | DescribeSecurityPolicyCommandInput | DescribeServerCommandInput | DescribeUserCommandInput | DescribeWorkflowCommandInput | ImportCertificateCommandInput | ImportHostKeyCommandInput | ImportSshPublicKeyCommandInput | ListAccessesCommandInput | ListAgreementsCommandInput | ListCertificatesCommandInput | ListConnectorsCommandInput | ListExecutionsCommandInput | ListFileTransferResultsCommandInput | ListHostKeysCommandInput | ListProfilesCommandInput | ListSecurityPoliciesCommandInput | ListServersCommandInput | ListTagsForResourceCommandInput | ListUsersCommandInput | ListWorkflowsCommandInput | SendWorkflowStepStateCommandInput | StartDirectoryListingCommandInput | StartFileTransferCommandInput | StartServerCommandInput | StopServerCommandInput | TagResourceCommandInput | TestConnectionCommandInput | TestIdentityProviderCommandInput | UntagResourceCommandInput | UpdateAccessCommandInput | UpdateAgreementCommandInput | UpdateCertificateCommandInput | UpdateConnectorCommandInput | UpdateHostKeyCommandInput | UpdateProfileCommandInput | UpdateServerCommandInput | UpdateUserCommandInput;
85
+ export type ServiceInputTypes = CreateAccessCommandInput | CreateAgreementCommandInput | CreateConnectorCommandInput | CreateProfileCommandInput | CreateServerCommandInput | CreateUserCommandInput | CreateWebAppCommandInput | CreateWorkflowCommandInput | DeleteAccessCommandInput | DeleteAgreementCommandInput | DeleteCertificateCommandInput | DeleteConnectorCommandInput | DeleteHostKeyCommandInput | DeleteProfileCommandInput | DeleteServerCommandInput | DeleteSshPublicKeyCommandInput | DeleteUserCommandInput | DeleteWebAppCommandInput | DeleteWebAppCustomizationCommandInput | DeleteWorkflowCommandInput | DescribeAccessCommandInput | DescribeAgreementCommandInput | DescribeCertificateCommandInput | DescribeConnectorCommandInput | DescribeExecutionCommandInput | DescribeHostKeyCommandInput | DescribeProfileCommandInput | DescribeSecurityPolicyCommandInput | DescribeServerCommandInput | DescribeUserCommandInput | DescribeWebAppCommandInput | DescribeWebAppCustomizationCommandInput | DescribeWorkflowCommandInput | ImportCertificateCommandInput | ImportHostKeyCommandInput | ImportSshPublicKeyCommandInput | ListAccessesCommandInput | ListAgreementsCommandInput | ListCertificatesCommandInput | ListConnectorsCommandInput | ListExecutionsCommandInput | ListFileTransferResultsCommandInput | ListHostKeysCommandInput | ListProfilesCommandInput | ListSecurityPoliciesCommandInput | ListServersCommandInput | ListTagsForResourceCommandInput | ListUsersCommandInput | ListWebAppsCommandInput | ListWorkflowsCommandInput | SendWorkflowStepStateCommandInput | StartDirectoryListingCommandInput | StartFileTransferCommandInput | StartServerCommandInput | StopServerCommandInput | TagResourceCommandInput | TestConnectionCommandInput | TestIdentityProviderCommandInput | UntagResourceCommandInput | UpdateAccessCommandInput | UpdateAgreementCommandInput | UpdateCertificateCommandInput | UpdateConnectorCommandInput | UpdateHostKeyCommandInput | UpdateProfileCommandInput | UpdateServerCommandInput | UpdateUserCommandInput | UpdateWebAppCommandInput | UpdateWebAppCustomizationCommandInput;
78
86
  /**
79
87
  * @public
80
88
  */
81
- export type ServiceOutputTypes = CreateAccessCommandOutput | CreateAgreementCommandOutput | CreateConnectorCommandOutput | CreateProfileCommandOutput | CreateServerCommandOutput | CreateUserCommandOutput | CreateWorkflowCommandOutput | DeleteAccessCommandOutput | DeleteAgreementCommandOutput | DeleteCertificateCommandOutput | DeleteConnectorCommandOutput | DeleteHostKeyCommandOutput | DeleteProfileCommandOutput | DeleteServerCommandOutput | DeleteSshPublicKeyCommandOutput | DeleteUserCommandOutput | DeleteWorkflowCommandOutput | DescribeAccessCommandOutput | DescribeAgreementCommandOutput | DescribeCertificateCommandOutput | DescribeConnectorCommandOutput | DescribeExecutionCommandOutput | DescribeHostKeyCommandOutput | DescribeProfileCommandOutput | DescribeSecurityPolicyCommandOutput | DescribeServerCommandOutput | DescribeUserCommandOutput | DescribeWorkflowCommandOutput | ImportCertificateCommandOutput | ImportHostKeyCommandOutput | ImportSshPublicKeyCommandOutput | ListAccessesCommandOutput | ListAgreementsCommandOutput | ListCertificatesCommandOutput | ListConnectorsCommandOutput | ListExecutionsCommandOutput | ListFileTransferResultsCommandOutput | ListHostKeysCommandOutput | ListProfilesCommandOutput | ListSecurityPoliciesCommandOutput | ListServersCommandOutput | ListTagsForResourceCommandOutput | ListUsersCommandOutput | ListWorkflowsCommandOutput | SendWorkflowStepStateCommandOutput | StartDirectoryListingCommandOutput | StartFileTransferCommandOutput | StartServerCommandOutput | StopServerCommandOutput | TagResourceCommandOutput | TestConnectionCommandOutput | TestIdentityProviderCommandOutput | UntagResourceCommandOutput | UpdateAccessCommandOutput | UpdateAgreementCommandOutput | UpdateCertificateCommandOutput | UpdateConnectorCommandOutput | UpdateHostKeyCommandOutput | UpdateProfileCommandOutput | UpdateServerCommandOutput | UpdateUserCommandOutput;
89
+ export type ServiceOutputTypes = CreateAccessCommandOutput | CreateAgreementCommandOutput | CreateConnectorCommandOutput | CreateProfileCommandOutput | CreateServerCommandOutput | CreateUserCommandOutput | CreateWebAppCommandOutput | CreateWorkflowCommandOutput | DeleteAccessCommandOutput | DeleteAgreementCommandOutput | DeleteCertificateCommandOutput | DeleteConnectorCommandOutput | DeleteHostKeyCommandOutput | DeleteProfileCommandOutput | DeleteServerCommandOutput | DeleteSshPublicKeyCommandOutput | DeleteUserCommandOutput | DeleteWebAppCommandOutput | DeleteWebAppCustomizationCommandOutput | DeleteWorkflowCommandOutput | DescribeAccessCommandOutput | DescribeAgreementCommandOutput | DescribeCertificateCommandOutput | DescribeConnectorCommandOutput | DescribeExecutionCommandOutput | DescribeHostKeyCommandOutput | DescribeProfileCommandOutput | DescribeSecurityPolicyCommandOutput | DescribeServerCommandOutput | DescribeUserCommandOutput | DescribeWebAppCommandOutput | DescribeWebAppCustomizationCommandOutput | DescribeWorkflowCommandOutput | ImportCertificateCommandOutput | ImportHostKeyCommandOutput | ImportSshPublicKeyCommandOutput | ListAccessesCommandOutput | ListAgreementsCommandOutput | ListCertificatesCommandOutput | ListConnectorsCommandOutput | ListExecutionsCommandOutput | ListFileTransferResultsCommandOutput | ListHostKeysCommandOutput | ListProfilesCommandOutput | ListSecurityPoliciesCommandOutput | ListServersCommandOutput | ListTagsForResourceCommandOutput | ListUsersCommandOutput | ListWebAppsCommandOutput | ListWorkflowsCommandOutput | SendWorkflowStepStateCommandOutput | StartDirectoryListingCommandOutput | StartFileTransferCommandOutput | StartServerCommandOutput | StopServerCommandOutput | TagResourceCommandOutput | TestConnectionCommandOutput | TestIdentityProviderCommandOutput | UntagResourceCommandOutput | UpdateAccessCommandOutput | UpdateAgreementCommandOutput | UpdateCertificateCommandOutput | UpdateConnectorCommandOutput | UpdateHostKeyCommandOutput | UpdateProfileCommandOutput | UpdateServerCommandOutput | UpdateUserCommandOutput | UpdateWebAppCommandOutput | UpdateWebAppCustomizationCommandOutput;
82
90
  /**
83
91
  * @public
84
92
  */
@@ -0,0 +1,102 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CreateWebAppRequest, CreateWebAppResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateWebAppCommand}.
14
+ */
15
+ export interface CreateWebAppCommandInput extends CreateWebAppRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateWebAppCommand}.
21
+ */
22
+ export interface CreateWebAppCommandOutput extends CreateWebAppResponse, __MetadataBearer {
23
+ }
24
+ declare const CreateWebAppCommand_base: {
25
+ new (input: CreateWebAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebAppCommandInput, CreateWebAppCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: CreateWebAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebAppCommandInput, CreateWebAppCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Creates a web app based on specified parameters, and returns the ID for the new web app.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { TransferClient, CreateWebAppCommand } from "@aws-sdk/client-transfer"; // ES Modules import
35
+ * // const { TransferClient, CreateWebAppCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
36
+ * const client = new TransferClient(config);
37
+ * const input = { // CreateWebAppRequest
38
+ * IdentityProviderDetails: { // WebAppIdentityProviderDetails Union: only one key present
39
+ * IdentityCenterConfig: { // IdentityCenterConfig
40
+ * InstanceArn: "STRING_VALUE",
41
+ * Role: "STRING_VALUE",
42
+ * },
43
+ * },
44
+ * AccessEndpoint: "STRING_VALUE",
45
+ * WebAppUnits: { // WebAppUnits Union: only one key present
46
+ * Provisioned: Number("int"),
47
+ * },
48
+ * Tags: [ // Tags
49
+ * { // Tag
50
+ * Key: "STRING_VALUE", // required
51
+ * Value: "STRING_VALUE", // required
52
+ * },
53
+ * ],
54
+ * };
55
+ * const command = new CreateWebAppCommand(input);
56
+ * const response = await client.send(command);
57
+ * // { // CreateWebAppResponse
58
+ * // WebAppId: "STRING_VALUE", // required
59
+ * // };
60
+ *
61
+ * ```
62
+ *
63
+ * @param CreateWebAppCommandInput - {@link CreateWebAppCommandInput}
64
+ * @returns {@link CreateWebAppCommandOutput}
65
+ * @see {@link CreateWebAppCommandInput} for command's `input` shape.
66
+ * @see {@link CreateWebAppCommandOutput} for command's `response` shape.
67
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
68
+ *
69
+ * @throws {@link AccessDeniedException} (client fault)
70
+ * <p>You do not have sufficient access to perform this action.</p>
71
+ *
72
+ * @throws {@link InternalServiceError} (server fault)
73
+ * <p>This exception is thrown when an error occurs in the Transfer Family service.</p>
74
+ *
75
+ * @throws {@link InvalidRequestException} (client fault)
76
+ * <p>This exception is thrown when the client submits a malformed request.</p>
77
+ *
78
+ * @throws {@link ResourceNotFoundException} (client fault)
79
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
80
+ * service.</p>
81
+ *
82
+ * @throws {@link ThrottlingException} (client fault)
83
+ * <p>The request was denied due to request throttling.</p>
84
+ *
85
+ * @throws {@link TransferServiceException}
86
+ * <p>Base exception class for all service exceptions from Transfer service.</p>
87
+ *
88
+ * @public
89
+ */
90
+ export declare class CreateWebAppCommand extends CreateWebAppCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: CreateWebAppRequest;
95
+ output: CreateWebAppResponse;
96
+ };
97
+ sdk: {
98
+ input: CreateWebAppCommandInput;
99
+ output: CreateWebAppCommandOutput;
100
+ };
101
+ };
102
+ }
@@ -0,0 +1,85 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteWebAppRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteWebAppCommand}.
14
+ */
15
+ export interface DeleteWebAppCommandInput extends DeleteWebAppRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteWebAppCommand}.
21
+ */
22
+ export interface DeleteWebAppCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const DeleteWebAppCommand_base: {
25
+ new (input: DeleteWebAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebAppCommandInput, DeleteWebAppCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DeleteWebAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebAppCommandInput, DeleteWebAppCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Deletes the specified web app.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { TransferClient, DeleteWebAppCommand } from "@aws-sdk/client-transfer"; // ES Modules import
35
+ * // const { TransferClient, DeleteWebAppCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
36
+ * const client = new TransferClient(config);
37
+ * const input = { // DeleteWebAppRequest
38
+ * WebAppId: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new DeleteWebAppCommand(input);
41
+ * const response = await client.send(command);
42
+ * // {};
43
+ *
44
+ * ```
45
+ *
46
+ * @param DeleteWebAppCommandInput - {@link DeleteWebAppCommandInput}
47
+ * @returns {@link DeleteWebAppCommandOutput}
48
+ * @see {@link DeleteWebAppCommandInput} for command's `input` shape.
49
+ * @see {@link DeleteWebAppCommandOutput} for command's `response` shape.
50
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
51
+ *
52
+ * @throws {@link AccessDeniedException} (client fault)
53
+ * <p>You do not have sufficient access to perform this action.</p>
54
+ *
55
+ * @throws {@link InternalServiceError} (server fault)
56
+ * <p>This exception is thrown when an error occurs in the Transfer Family service.</p>
57
+ *
58
+ * @throws {@link InvalidRequestException} (client fault)
59
+ * <p>This exception is thrown when the client submits a malformed request.</p>
60
+ *
61
+ * @throws {@link ResourceNotFoundException} (client fault)
62
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
63
+ * service.</p>
64
+ *
65
+ * @throws {@link ThrottlingException} (client fault)
66
+ * <p>The request was denied due to request throttling.</p>
67
+ *
68
+ * @throws {@link TransferServiceException}
69
+ * <p>Base exception class for all service exceptions from Transfer service.</p>
70
+ *
71
+ * @public
72
+ */
73
+ export declare class DeleteWebAppCommand extends DeleteWebAppCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteWebAppRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteWebAppCommandInput;
82
+ output: DeleteWebAppCommandOutput;
83
+ };
84
+ };
85
+ }
@@ -0,0 +1,90 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteWebAppCustomizationRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteWebAppCustomizationCommand}.
14
+ */
15
+ export interface DeleteWebAppCustomizationCommandInput extends DeleteWebAppCustomizationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteWebAppCustomizationCommand}.
21
+ */
22
+ export interface DeleteWebAppCustomizationCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const DeleteWebAppCustomizationCommand_base: {
25
+ new (input: DeleteWebAppCustomizationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebAppCustomizationCommandInput, DeleteWebAppCustomizationCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DeleteWebAppCustomizationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebAppCustomizationCommandInput, DeleteWebAppCustomizationCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Deletes the <code>WebAppCustomization</code> object that corresponds to the web app ID specified.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { TransferClient, DeleteWebAppCustomizationCommand } from "@aws-sdk/client-transfer"; // ES Modules import
35
+ * // const { TransferClient, DeleteWebAppCustomizationCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
36
+ * const client = new TransferClient(config);
37
+ * const input = { // DeleteWebAppCustomizationRequest
38
+ * WebAppId: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new DeleteWebAppCustomizationCommand(input);
41
+ * const response = await client.send(command);
42
+ * // {};
43
+ *
44
+ * ```
45
+ *
46
+ * @param DeleteWebAppCustomizationCommandInput - {@link DeleteWebAppCustomizationCommandInput}
47
+ * @returns {@link DeleteWebAppCustomizationCommandOutput}
48
+ * @see {@link DeleteWebAppCustomizationCommandInput} for command's `input` shape.
49
+ * @see {@link DeleteWebAppCustomizationCommandOutput} for command's `response` shape.
50
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
51
+ *
52
+ * @throws {@link AccessDeniedException} (client fault)
53
+ * <p>You do not have sufficient access to perform this action.</p>
54
+ *
55
+ * @throws {@link ConflictException} (client fault)
56
+ * <p>This exception is thrown when the <code>UpdateServer</code> is called for a file transfer
57
+ * protocol-enabled server that has VPC as the endpoint type and the server's
58
+ * <code>VpcEndpointID</code> is not in the available state.</p>
59
+ *
60
+ * @throws {@link InternalServiceError} (server fault)
61
+ * <p>This exception is thrown when an error occurs in the Transfer Family service.</p>
62
+ *
63
+ * @throws {@link InvalidRequestException} (client fault)
64
+ * <p>This exception is thrown when the client submits a malformed request.</p>
65
+ *
66
+ * @throws {@link ResourceNotFoundException} (client fault)
67
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
68
+ * service.</p>
69
+ *
70
+ * @throws {@link ThrottlingException} (client fault)
71
+ * <p>The request was denied due to request throttling.</p>
72
+ *
73
+ * @throws {@link TransferServiceException}
74
+ * <p>Base exception class for all service exceptions from Transfer service.</p>
75
+ *
76
+ * @public
77
+ */
78
+ export declare class DeleteWebAppCustomizationCommand extends DeleteWebAppCustomizationCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: DeleteWebAppCustomizationRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: DeleteWebAppCustomizationCommandInput;
87
+ output: DeleteWebAppCustomizationCommandOutput;
88
+ };
89
+ };
90
+ }
@@ -0,0 +1,108 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DescribeWebAppRequest, DescribeWebAppResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeWebAppCommand}.
14
+ */
15
+ export interface DescribeWebAppCommandInput extends DescribeWebAppRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeWebAppCommand}.
21
+ */
22
+ export interface DescribeWebAppCommandOutput extends DescribeWebAppResponse, __MetadataBearer {
23
+ }
24
+ declare const DescribeWebAppCommand_base: {
25
+ new (input: DescribeWebAppCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWebAppCommandInput, DescribeWebAppCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DescribeWebAppCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWebAppCommandInput, DescribeWebAppCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Describes the web app that's identified by <code>WebAppId</code>.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { TransferClient, DescribeWebAppCommand } from "@aws-sdk/client-transfer"; // ES Modules import
35
+ * // const { TransferClient, DescribeWebAppCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
36
+ * const client = new TransferClient(config);
37
+ * const input = { // DescribeWebAppRequest
38
+ * WebAppId: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new DescribeWebAppCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // DescribeWebAppResponse
43
+ * // WebApp: { // DescribedWebApp
44
+ * // Arn: "STRING_VALUE", // required
45
+ * // WebAppId: "STRING_VALUE", // required
46
+ * // DescribedIdentityProviderDetails: { // DescribedWebAppIdentityProviderDetails Union: only one key present
47
+ * // IdentityCenterConfig: { // DescribedIdentityCenterConfig
48
+ * // ApplicationArn: "STRING_VALUE",
49
+ * // InstanceArn: "STRING_VALUE",
50
+ * // Role: "STRING_VALUE",
51
+ * // },
52
+ * // },
53
+ * // AccessEndpoint: "STRING_VALUE",
54
+ * // WebAppEndpoint: "STRING_VALUE",
55
+ * // WebAppUnits: { // WebAppUnits Union: only one key present
56
+ * // Provisioned: Number("int"),
57
+ * // },
58
+ * // Tags: [ // Tags
59
+ * // { // Tag
60
+ * // Key: "STRING_VALUE", // required
61
+ * // Value: "STRING_VALUE", // required
62
+ * // },
63
+ * // ],
64
+ * // },
65
+ * // };
66
+ *
67
+ * ```
68
+ *
69
+ * @param DescribeWebAppCommandInput - {@link DescribeWebAppCommandInput}
70
+ * @returns {@link DescribeWebAppCommandOutput}
71
+ * @see {@link DescribeWebAppCommandInput} for command's `input` shape.
72
+ * @see {@link DescribeWebAppCommandOutput} for command's `response` shape.
73
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
74
+ *
75
+ * @throws {@link AccessDeniedException} (client fault)
76
+ * <p>You do not have sufficient access to perform this action.</p>
77
+ *
78
+ * @throws {@link InternalServiceError} (server fault)
79
+ * <p>This exception is thrown when an error occurs in the Transfer Family service.</p>
80
+ *
81
+ * @throws {@link InvalidRequestException} (client fault)
82
+ * <p>This exception is thrown when the client submits a malformed request.</p>
83
+ *
84
+ * @throws {@link ResourceNotFoundException} (client fault)
85
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
86
+ * service.</p>
87
+ *
88
+ * @throws {@link ThrottlingException} (client fault)
89
+ * <p>The request was denied due to request throttling.</p>
90
+ *
91
+ * @throws {@link TransferServiceException}
92
+ * <p>Base exception class for all service exceptions from Transfer service.</p>
93
+ *
94
+ * @public
95
+ */
96
+ export declare class DescribeWebAppCommand extends DescribeWebAppCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: DescribeWebAppRequest;
101
+ output: DescribeWebAppResponse;
102
+ };
103
+ sdk: {
104
+ input: DescribeWebAppCommandInput;
105
+ output: DescribeWebAppCommandOutput;
106
+ };
107
+ };
108
+ }