@aws-sdk/client-transfer 3.699.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.
- package/README.md +64 -0
- package/dist-cjs/index.js +377 -5
- package/dist-es/Transfer.js +16 -0
- package/dist-es/commands/CreateWebAppCommand.js +22 -0
- package/dist-es/commands/DeleteWebAppCommand.js +22 -0
- package/dist-es/commands/DeleteWebAppCustomizationCommand.js +22 -0
- package/dist-es/commands/DescribeWebAppCommand.js +22 -0
- package/dist-es/commands/DescribeWebAppCustomizationCommand.js +23 -0
- package/dist-es/commands/ListWebAppsCommand.js +22 -0
- package/dist-es/commands/UpdateWebAppCommand.js +22 -0
- package/dist-es/commands/UpdateWebAppCustomizationCommand.js +23 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +48 -0
- package/dist-es/pagination/ListWebAppsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +171 -3
- package/dist-types/Transfer.d.ts +57 -0
- package/dist-types/TransferClient.d.ts +10 -2
- package/dist-types/commands/CreateWebAppCommand.d.ts +102 -0
- package/dist-types/commands/DeleteWebAppCommand.d.ts +85 -0
- package/dist-types/commands/DeleteWebAppCustomizationCommand.d.ts +90 -0
- package/dist-types/commands/DescribeWebAppCommand.d.ts +108 -0
- package/dist-types/commands/DescribeWebAppCustomizationCommand.d.ts +93 -0
- package/dist-types/commands/ListWebAppsCommand.d.ts +92 -0
- package/dist-types/commands/UpdateWebAppCommand.d.ts +101 -0
- package/dist-types/commands/UpdateWebAppCustomizationCommand.d.ts +95 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +490 -12
- package/dist-types/pagination/ListWebAppsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +72 -0
- package/dist-types/ts3.4/Transfer.d.ts +137 -0
- package/dist-types/ts3.4/TransferClient.d.ts +50 -2
- package/dist-types/ts3.4/commands/CreateWebAppCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteWebAppCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DeleteWebAppCustomizationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DescribeWebAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeWebAppCustomizationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWebAppsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateWebAppCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateWebAppCustomizationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +179 -0
- package/dist-types/ts3.4/pagination/ListWebAppsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +96 -0
- package/package.json +1 -1
|
@@ -6,6 +6,7 @@ import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "../co
|
|
|
6
6
|
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "../commands/CreateProfileCommand";
|
|
7
7
|
import { CreateServerCommandInput, CreateServerCommandOutput } from "../commands/CreateServerCommand";
|
|
8
8
|
import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
|
|
9
|
+
import { CreateWebAppCommandInput, CreateWebAppCommandOutput } from "../commands/CreateWebAppCommand";
|
|
9
10
|
import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "../commands/CreateWorkflowCommand";
|
|
10
11
|
import { DeleteAccessCommandInput, DeleteAccessCommandOutput } from "../commands/DeleteAccessCommand";
|
|
11
12
|
import { DeleteAgreementCommandInput, DeleteAgreementCommandOutput } from "../commands/DeleteAgreementCommand";
|
|
@@ -16,6 +17,8 @@ import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "../comman
|
|
|
16
17
|
import { DeleteServerCommandInput, DeleteServerCommandOutput } from "../commands/DeleteServerCommand";
|
|
17
18
|
import { DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput } from "../commands/DeleteSshPublicKeyCommand";
|
|
18
19
|
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
|
|
20
|
+
import { DeleteWebAppCommandInput, DeleteWebAppCommandOutput } from "../commands/DeleteWebAppCommand";
|
|
21
|
+
import { DeleteWebAppCustomizationCommandInput, DeleteWebAppCustomizationCommandOutput } from "../commands/DeleteWebAppCustomizationCommand";
|
|
19
22
|
import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "../commands/DeleteWorkflowCommand";
|
|
20
23
|
import { DescribeAccessCommandInput, DescribeAccessCommandOutput } from "../commands/DescribeAccessCommand";
|
|
21
24
|
import { DescribeAgreementCommandInput, DescribeAgreementCommandOutput } from "../commands/DescribeAgreementCommand";
|
|
@@ -27,6 +30,8 @@ import { DescribeProfileCommandInput, DescribeProfileCommandOutput } from "../co
|
|
|
27
30
|
import { DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput } from "../commands/DescribeSecurityPolicyCommand";
|
|
28
31
|
import { DescribeServerCommandInput, DescribeServerCommandOutput } from "../commands/DescribeServerCommand";
|
|
29
32
|
import { DescribeUserCommandInput, DescribeUserCommandOutput } from "../commands/DescribeUserCommand";
|
|
33
|
+
import { DescribeWebAppCommandInput, DescribeWebAppCommandOutput } from "../commands/DescribeWebAppCommand";
|
|
34
|
+
import { DescribeWebAppCustomizationCommandInput, DescribeWebAppCustomizationCommandOutput } from "../commands/DescribeWebAppCustomizationCommand";
|
|
30
35
|
import { DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput } from "../commands/DescribeWorkflowCommand";
|
|
31
36
|
import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "../commands/ImportCertificateCommand";
|
|
32
37
|
import { ImportHostKeyCommandInput, ImportHostKeyCommandOutput } from "../commands/ImportHostKeyCommand";
|
|
@@ -43,6 +48,7 @@ import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } f
|
|
|
43
48
|
import { ListServersCommandInput, ListServersCommandOutput } from "../commands/ListServersCommand";
|
|
44
49
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
45
50
|
import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
|
|
51
|
+
import { ListWebAppsCommandInput, ListWebAppsCommandOutput } from "../commands/ListWebAppsCommand";
|
|
46
52
|
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
|
|
47
53
|
import { SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput } from "../commands/SendWorkflowStepStateCommand";
|
|
48
54
|
import { StartDirectoryListingCommandInput, StartDirectoryListingCommandOutput } from "../commands/StartDirectoryListingCommand";
|
|
@@ -61,6 +67,8 @@ import { UpdateHostKeyCommandInput, UpdateHostKeyCommandOutput } from "../comman
|
|
|
61
67
|
import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "../commands/UpdateProfileCommand";
|
|
62
68
|
import { UpdateServerCommandInput, UpdateServerCommandOutput } from "../commands/UpdateServerCommand";
|
|
63
69
|
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
|
|
70
|
+
import { UpdateWebAppCommandInput, UpdateWebAppCommandOutput } from "../commands/UpdateWebAppCommand";
|
|
71
|
+
import { UpdateWebAppCustomizationCommandInput, UpdateWebAppCustomizationCommandOutput } from "../commands/UpdateWebAppCustomizationCommand";
|
|
64
72
|
/**
|
|
65
73
|
* serializeAws_json1_1CreateAccessCommand
|
|
66
74
|
*/
|
|
@@ -85,6 +93,10 @@ export declare const se_CreateServerCommand: (input: CreateServerCommandInput, c
|
|
|
85
93
|
* serializeAws_json1_1CreateUserCommand
|
|
86
94
|
*/
|
|
87
95
|
export declare const se_CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
/**
|
|
97
|
+
* serializeAws_json1_1CreateWebAppCommand
|
|
98
|
+
*/
|
|
99
|
+
export declare const se_CreateWebAppCommand: (input: CreateWebAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
100
|
/**
|
|
89
101
|
* serializeAws_json1_1CreateWorkflowCommand
|
|
90
102
|
*/
|
|
@@ -125,6 +137,14 @@ export declare const se_DeleteSshPublicKeyCommand: (input: DeleteSshPublicKeyCom
|
|
|
125
137
|
* serializeAws_json1_1DeleteUserCommand
|
|
126
138
|
*/
|
|
127
139
|
export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
+
/**
|
|
141
|
+
* serializeAws_json1_1DeleteWebAppCommand
|
|
142
|
+
*/
|
|
143
|
+
export declare const se_DeleteWebAppCommand: (input: DeleteWebAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
+
/**
|
|
145
|
+
* serializeAws_json1_1DeleteWebAppCustomizationCommand
|
|
146
|
+
*/
|
|
147
|
+
export declare const se_DeleteWebAppCustomizationCommand: (input: DeleteWebAppCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
148
|
/**
|
|
129
149
|
* serializeAws_json1_1DeleteWorkflowCommand
|
|
130
150
|
*/
|
|
@@ -169,6 +189,14 @@ export declare const se_DescribeServerCommand: (input: DescribeServerCommandInpu
|
|
|
169
189
|
* serializeAws_json1_1DescribeUserCommand
|
|
170
190
|
*/
|
|
171
191
|
export declare const se_DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
192
|
+
/**
|
|
193
|
+
* serializeAws_json1_1DescribeWebAppCommand
|
|
194
|
+
*/
|
|
195
|
+
export declare const se_DescribeWebAppCommand: (input: DescribeWebAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
196
|
+
/**
|
|
197
|
+
* serializeAws_json1_1DescribeWebAppCustomizationCommand
|
|
198
|
+
*/
|
|
199
|
+
export declare const se_DescribeWebAppCustomizationCommand: (input: DescribeWebAppCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
200
|
/**
|
|
173
201
|
* serializeAws_json1_1DescribeWorkflowCommand
|
|
174
202
|
*/
|
|
@@ -233,6 +261,10 @@ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceC
|
|
|
233
261
|
* serializeAws_json1_1ListUsersCommand
|
|
234
262
|
*/
|
|
235
263
|
export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
264
|
+
/**
|
|
265
|
+
* serializeAws_json1_1ListWebAppsCommand
|
|
266
|
+
*/
|
|
267
|
+
export declare const se_ListWebAppsCommand: (input: ListWebAppsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
236
268
|
/**
|
|
237
269
|
* serializeAws_json1_1ListWorkflowsCommand
|
|
238
270
|
*/
|
|
@@ -305,6 +337,14 @@ export declare const se_UpdateServerCommand: (input: UpdateServerCommandInput, c
|
|
|
305
337
|
* serializeAws_json1_1UpdateUserCommand
|
|
306
338
|
*/
|
|
307
339
|
export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
340
|
+
/**
|
|
341
|
+
* serializeAws_json1_1UpdateWebAppCommand
|
|
342
|
+
*/
|
|
343
|
+
export declare const se_UpdateWebAppCommand: (input: UpdateWebAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
344
|
+
/**
|
|
345
|
+
* serializeAws_json1_1UpdateWebAppCustomizationCommand
|
|
346
|
+
*/
|
|
347
|
+
export declare const se_UpdateWebAppCustomizationCommand: (input: UpdateWebAppCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
308
348
|
/**
|
|
309
349
|
* deserializeAws_json1_1CreateAccessCommand
|
|
310
350
|
*/
|
|
@@ -329,6 +369,10 @@ export declare const de_CreateServerCommand: (output: __HttpResponse, context: _
|
|
|
329
369
|
* deserializeAws_json1_1CreateUserCommand
|
|
330
370
|
*/
|
|
331
371
|
export declare const de_CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
|
|
372
|
+
/**
|
|
373
|
+
* deserializeAws_json1_1CreateWebAppCommand
|
|
374
|
+
*/
|
|
375
|
+
export declare const de_CreateWebAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWebAppCommandOutput>;
|
|
332
376
|
/**
|
|
333
377
|
* deserializeAws_json1_1CreateWorkflowCommand
|
|
334
378
|
*/
|
|
@@ -369,6 +413,14 @@ export declare const de_DeleteSshPublicKeyCommand: (output: __HttpResponse, cont
|
|
|
369
413
|
* deserializeAws_json1_1DeleteUserCommand
|
|
370
414
|
*/
|
|
371
415
|
export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
|
|
416
|
+
/**
|
|
417
|
+
* deserializeAws_json1_1DeleteWebAppCommand
|
|
418
|
+
*/
|
|
419
|
+
export declare const de_DeleteWebAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebAppCommandOutput>;
|
|
420
|
+
/**
|
|
421
|
+
* deserializeAws_json1_1DeleteWebAppCustomizationCommand
|
|
422
|
+
*/
|
|
423
|
+
export declare const de_DeleteWebAppCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebAppCustomizationCommandOutput>;
|
|
372
424
|
/**
|
|
373
425
|
* deserializeAws_json1_1DeleteWorkflowCommand
|
|
374
426
|
*/
|
|
@@ -413,6 +465,14 @@ export declare const de_DescribeServerCommand: (output: __HttpResponse, context:
|
|
|
413
465
|
* deserializeAws_json1_1DescribeUserCommand
|
|
414
466
|
*/
|
|
415
467
|
export declare const de_DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
|
|
468
|
+
/**
|
|
469
|
+
* deserializeAws_json1_1DescribeWebAppCommand
|
|
470
|
+
*/
|
|
471
|
+
export declare const de_DescribeWebAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWebAppCommandOutput>;
|
|
472
|
+
/**
|
|
473
|
+
* deserializeAws_json1_1DescribeWebAppCustomizationCommand
|
|
474
|
+
*/
|
|
475
|
+
export declare const de_DescribeWebAppCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWebAppCustomizationCommandOutput>;
|
|
416
476
|
/**
|
|
417
477
|
* deserializeAws_json1_1DescribeWorkflowCommand
|
|
418
478
|
*/
|
|
@@ -477,6 +537,10 @@ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, con
|
|
|
477
537
|
* deserializeAws_json1_1ListUsersCommand
|
|
478
538
|
*/
|
|
479
539
|
export declare const de_ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
|
|
540
|
+
/**
|
|
541
|
+
* deserializeAws_json1_1ListWebAppsCommand
|
|
542
|
+
*/
|
|
543
|
+
export declare const de_ListWebAppsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWebAppsCommandOutput>;
|
|
480
544
|
/**
|
|
481
545
|
* deserializeAws_json1_1ListWorkflowsCommand
|
|
482
546
|
*/
|
|
@@ -549,3 +613,11 @@ export declare const de_UpdateServerCommand: (output: __HttpResponse, context: _
|
|
|
549
613
|
* deserializeAws_json1_1UpdateUserCommand
|
|
550
614
|
*/
|
|
551
615
|
export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
|
|
616
|
+
/**
|
|
617
|
+
* deserializeAws_json1_1UpdateWebAppCommand
|
|
618
|
+
*/
|
|
619
|
+
export declare const de_UpdateWebAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWebAppCommandOutput>;
|
|
620
|
+
/**
|
|
621
|
+
* deserializeAws_json1_1UpdateWebAppCustomizationCommand
|
|
622
|
+
*/
|
|
623
|
+
export declare const de_UpdateWebAppCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWebAppCustomizationCommandOutput>;
|
|
@@ -23,6 +23,10 @@ import {
|
|
|
23
23
|
CreateUserCommandInput,
|
|
24
24
|
CreateUserCommandOutput,
|
|
25
25
|
} from "./commands/CreateUserCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateWebAppCommandInput,
|
|
28
|
+
CreateWebAppCommandOutput,
|
|
29
|
+
} from "./commands/CreateWebAppCommand";
|
|
26
30
|
import {
|
|
27
31
|
CreateWorkflowCommandInput,
|
|
28
32
|
CreateWorkflowCommandOutput,
|
|
@@ -63,6 +67,14 @@ import {
|
|
|
63
67
|
DeleteUserCommandInput,
|
|
64
68
|
DeleteUserCommandOutput,
|
|
65
69
|
} from "./commands/DeleteUserCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteWebAppCommandInput,
|
|
72
|
+
DeleteWebAppCommandOutput,
|
|
73
|
+
} from "./commands/DeleteWebAppCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteWebAppCustomizationCommandInput,
|
|
76
|
+
DeleteWebAppCustomizationCommandOutput,
|
|
77
|
+
} from "./commands/DeleteWebAppCustomizationCommand";
|
|
66
78
|
import {
|
|
67
79
|
DeleteWorkflowCommandInput,
|
|
68
80
|
DeleteWorkflowCommandOutput,
|
|
@@ -107,6 +119,14 @@ import {
|
|
|
107
119
|
DescribeUserCommandInput,
|
|
108
120
|
DescribeUserCommandOutput,
|
|
109
121
|
} from "./commands/DescribeUserCommand";
|
|
122
|
+
import {
|
|
123
|
+
DescribeWebAppCommandInput,
|
|
124
|
+
DescribeWebAppCommandOutput,
|
|
125
|
+
} from "./commands/DescribeWebAppCommand";
|
|
126
|
+
import {
|
|
127
|
+
DescribeWebAppCustomizationCommandInput,
|
|
128
|
+
DescribeWebAppCustomizationCommandOutput,
|
|
129
|
+
} from "./commands/DescribeWebAppCustomizationCommand";
|
|
110
130
|
import {
|
|
111
131
|
DescribeWorkflowCommandInput,
|
|
112
132
|
DescribeWorkflowCommandOutput,
|
|
@@ -171,6 +191,10 @@ import {
|
|
|
171
191
|
ListUsersCommandInput,
|
|
172
192
|
ListUsersCommandOutput,
|
|
173
193
|
} from "./commands/ListUsersCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListWebAppsCommandInput,
|
|
196
|
+
ListWebAppsCommandOutput,
|
|
197
|
+
} from "./commands/ListWebAppsCommand";
|
|
174
198
|
import {
|
|
175
199
|
ListWorkflowsCommandInput,
|
|
176
200
|
ListWorkflowsCommandOutput,
|
|
@@ -243,6 +267,14 @@ import {
|
|
|
243
267
|
UpdateUserCommandInput,
|
|
244
268
|
UpdateUserCommandOutput,
|
|
245
269
|
} from "./commands/UpdateUserCommand";
|
|
270
|
+
import {
|
|
271
|
+
UpdateWebAppCommandInput,
|
|
272
|
+
UpdateWebAppCommandOutput,
|
|
273
|
+
} from "./commands/UpdateWebAppCommand";
|
|
274
|
+
import {
|
|
275
|
+
UpdateWebAppCustomizationCommandInput,
|
|
276
|
+
UpdateWebAppCustomizationCommandOutput,
|
|
277
|
+
} from "./commands/UpdateWebAppCustomizationCommand";
|
|
246
278
|
import { TransferClient } from "./TransferClient";
|
|
247
279
|
export interface Transfer {
|
|
248
280
|
createAccess(
|
|
@@ -324,6 +356,19 @@ export interface Transfer {
|
|
|
324
356
|
options: __HttpHandlerOptions,
|
|
325
357
|
cb: (err: any, data?: CreateUserCommandOutput) => void
|
|
326
358
|
): void;
|
|
359
|
+
createWebApp(
|
|
360
|
+
args: CreateWebAppCommandInput,
|
|
361
|
+
options?: __HttpHandlerOptions
|
|
362
|
+
): Promise<CreateWebAppCommandOutput>;
|
|
363
|
+
createWebApp(
|
|
364
|
+
args: CreateWebAppCommandInput,
|
|
365
|
+
cb: (err: any, data?: CreateWebAppCommandOutput) => void
|
|
366
|
+
): void;
|
|
367
|
+
createWebApp(
|
|
368
|
+
args: CreateWebAppCommandInput,
|
|
369
|
+
options: __HttpHandlerOptions,
|
|
370
|
+
cb: (err: any, data?: CreateWebAppCommandOutput) => void
|
|
371
|
+
): void;
|
|
327
372
|
createWorkflow(
|
|
328
373
|
args: CreateWorkflowCommandInput,
|
|
329
374
|
options?: __HttpHandlerOptions
|
|
@@ -454,6 +499,32 @@ export interface Transfer {
|
|
|
454
499
|
options: __HttpHandlerOptions,
|
|
455
500
|
cb: (err: any, data?: DeleteUserCommandOutput) => void
|
|
456
501
|
): void;
|
|
502
|
+
deleteWebApp(
|
|
503
|
+
args: DeleteWebAppCommandInput,
|
|
504
|
+
options?: __HttpHandlerOptions
|
|
505
|
+
): Promise<DeleteWebAppCommandOutput>;
|
|
506
|
+
deleteWebApp(
|
|
507
|
+
args: DeleteWebAppCommandInput,
|
|
508
|
+
cb: (err: any, data?: DeleteWebAppCommandOutput) => void
|
|
509
|
+
): void;
|
|
510
|
+
deleteWebApp(
|
|
511
|
+
args: DeleteWebAppCommandInput,
|
|
512
|
+
options: __HttpHandlerOptions,
|
|
513
|
+
cb: (err: any, data?: DeleteWebAppCommandOutput) => void
|
|
514
|
+
): void;
|
|
515
|
+
deleteWebAppCustomization(
|
|
516
|
+
args: DeleteWebAppCustomizationCommandInput,
|
|
517
|
+
options?: __HttpHandlerOptions
|
|
518
|
+
): Promise<DeleteWebAppCustomizationCommandOutput>;
|
|
519
|
+
deleteWebAppCustomization(
|
|
520
|
+
args: DeleteWebAppCustomizationCommandInput,
|
|
521
|
+
cb: (err: any, data?: DeleteWebAppCustomizationCommandOutput) => void
|
|
522
|
+
): void;
|
|
523
|
+
deleteWebAppCustomization(
|
|
524
|
+
args: DeleteWebAppCustomizationCommandInput,
|
|
525
|
+
options: __HttpHandlerOptions,
|
|
526
|
+
cb: (err: any, data?: DeleteWebAppCustomizationCommandOutput) => void
|
|
527
|
+
): void;
|
|
457
528
|
deleteWorkflow(
|
|
458
529
|
args: DeleteWorkflowCommandInput,
|
|
459
530
|
options?: __HttpHandlerOptions
|
|
@@ -597,6 +668,32 @@ export interface Transfer {
|
|
|
597
668
|
options: __HttpHandlerOptions,
|
|
598
669
|
cb: (err: any, data?: DescribeUserCommandOutput) => void
|
|
599
670
|
): void;
|
|
671
|
+
describeWebApp(
|
|
672
|
+
args: DescribeWebAppCommandInput,
|
|
673
|
+
options?: __HttpHandlerOptions
|
|
674
|
+
): Promise<DescribeWebAppCommandOutput>;
|
|
675
|
+
describeWebApp(
|
|
676
|
+
args: DescribeWebAppCommandInput,
|
|
677
|
+
cb: (err: any, data?: DescribeWebAppCommandOutput) => void
|
|
678
|
+
): void;
|
|
679
|
+
describeWebApp(
|
|
680
|
+
args: DescribeWebAppCommandInput,
|
|
681
|
+
options: __HttpHandlerOptions,
|
|
682
|
+
cb: (err: any, data?: DescribeWebAppCommandOutput) => void
|
|
683
|
+
): void;
|
|
684
|
+
describeWebAppCustomization(
|
|
685
|
+
args: DescribeWebAppCustomizationCommandInput,
|
|
686
|
+
options?: __HttpHandlerOptions
|
|
687
|
+
): Promise<DescribeWebAppCustomizationCommandOutput>;
|
|
688
|
+
describeWebAppCustomization(
|
|
689
|
+
args: DescribeWebAppCustomizationCommandInput,
|
|
690
|
+
cb: (err: any, data?: DescribeWebAppCustomizationCommandOutput) => void
|
|
691
|
+
): void;
|
|
692
|
+
describeWebAppCustomization(
|
|
693
|
+
args: DescribeWebAppCustomizationCommandInput,
|
|
694
|
+
options: __HttpHandlerOptions,
|
|
695
|
+
cb: (err: any, data?: DescribeWebAppCustomizationCommandOutput) => void
|
|
696
|
+
): void;
|
|
600
697
|
describeWorkflow(
|
|
601
698
|
args: DescribeWorkflowCommandInput,
|
|
602
699
|
options?: __HttpHandlerOptions
|
|
@@ -810,6 +907,20 @@ export interface Transfer {
|
|
|
810
907
|
options: __HttpHandlerOptions,
|
|
811
908
|
cb: (err: any, data?: ListUsersCommandOutput) => void
|
|
812
909
|
): void;
|
|
910
|
+
listWebApps(): Promise<ListWebAppsCommandOutput>;
|
|
911
|
+
listWebApps(
|
|
912
|
+
args: ListWebAppsCommandInput,
|
|
913
|
+
options?: __HttpHandlerOptions
|
|
914
|
+
): Promise<ListWebAppsCommandOutput>;
|
|
915
|
+
listWebApps(
|
|
916
|
+
args: ListWebAppsCommandInput,
|
|
917
|
+
cb: (err: any, data?: ListWebAppsCommandOutput) => void
|
|
918
|
+
): void;
|
|
919
|
+
listWebApps(
|
|
920
|
+
args: ListWebAppsCommandInput,
|
|
921
|
+
options: __HttpHandlerOptions,
|
|
922
|
+
cb: (err: any, data?: ListWebAppsCommandOutput) => void
|
|
923
|
+
): void;
|
|
813
924
|
listWorkflows(): Promise<ListWorkflowsCommandOutput>;
|
|
814
925
|
listWorkflows(
|
|
815
926
|
args: ListWorkflowsCommandInput,
|
|
@@ -1045,5 +1156,31 @@ export interface Transfer {
|
|
|
1045
1156
|
options: __HttpHandlerOptions,
|
|
1046
1157
|
cb: (err: any, data?: UpdateUserCommandOutput) => void
|
|
1047
1158
|
): void;
|
|
1159
|
+
updateWebApp(
|
|
1160
|
+
args: UpdateWebAppCommandInput,
|
|
1161
|
+
options?: __HttpHandlerOptions
|
|
1162
|
+
): Promise<UpdateWebAppCommandOutput>;
|
|
1163
|
+
updateWebApp(
|
|
1164
|
+
args: UpdateWebAppCommandInput,
|
|
1165
|
+
cb: (err: any, data?: UpdateWebAppCommandOutput) => void
|
|
1166
|
+
): void;
|
|
1167
|
+
updateWebApp(
|
|
1168
|
+
args: UpdateWebAppCommandInput,
|
|
1169
|
+
options: __HttpHandlerOptions,
|
|
1170
|
+
cb: (err: any, data?: UpdateWebAppCommandOutput) => void
|
|
1171
|
+
): void;
|
|
1172
|
+
updateWebAppCustomization(
|
|
1173
|
+
args: UpdateWebAppCustomizationCommandInput,
|
|
1174
|
+
options?: __HttpHandlerOptions
|
|
1175
|
+
): Promise<UpdateWebAppCustomizationCommandOutput>;
|
|
1176
|
+
updateWebAppCustomization(
|
|
1177
|
+
args: UpdateWebAppCustomizationCommandInput,
|
|
1178
|
+
cb: (err: any, data?: UpdateWebAppCustomizationCommandOutput) => void
|
|
1179
|
+
): void;
|
|
1180
|
+
updateWebAppCustomization(
|
|
1181
|
+
args: UpdateWebAppCustomizationCommandInput,
|
|
1182
|
+
options: __HttpHandlerOptions,
|
|
1183
|
+
cb: (err: any, data?: UpdateWebAppCustomizationCommandOutput) => void
|
|
1184
|
+
): void;
|
|
1048
1185
|
}
|
|
1049
1186
|
export declare class Transfer extends TransferClient implements Transfer {}
|
|
@@ -69,6 +69,10 @@ import {
|
|
|
69
69
|
CreateUserCommandInput,
|
|
70
70
|
CreateUserCommandOutput,
|
|
71
71
|
} from "./commands/CreateUserCommand";
|
|
72
|
+
import {
|
|
73
|
+
CreateWebAppCommandInput,
|
|
74
|
+
CreateWebAppCommandOutput,
|
|
75
|
+
} from "./commands/CreateWebAppCommand";
|
|
72
76
|
import {
|
|
73
77
|
CreateWorkflowCommandInput,
|
|
74
78
|
CreateWorkflowCommandOutput,
|
|
@@ -109,6 +113,14 @@ import {
|
|
|
109
113
|
DeleteUserCommandInput,
|
|
110
114
|
DeleteUserCommandOutput,
|
|
111
115
|
} from "./commands/DeleteUserCommand";
|
|
116
|
+
import {
|
|
117
|
+
DeleteWebAppCommandInput,
|
|
118
|
+
DeleteWebAppCommandOutput,
|
|
119
|
+
} from "./commands/DeleteWebAppCommand";
|
|
120
|
+
import {
|
|
121
|
+
DeleteWebAppCustomizationCommandInput,
|
|
122
|
+
DeleteWebAppCustomizationCommandOutput,
|
|
123
|
+
} from "./commands/DeleteWebAppCustomizationCommand";
|
|
112
124
|
import {
|
|
113
125
|
DeleteWorkflowCommandInput,
|
|
114
126
|
DeleteWorkflowCommandOutput,
|
|
@@ -153,6 +165,14 @@ import {
|
|
|
153
165
|
DescribeUserCommandInput,
|
|
154
166
|
DescribeUserCommandOutput,
|
|
155
167
|
} from "./commands/DescribeUserCommand";
|
|
168
|
+
import {
|
|
169
|
+
DescribeWebAppCommandInput,
|
|
170
|
+
DescribeWebAppCommandOutput,
|
|
171
|
+
} from "./commands/DescribeWebAppCommand";
|
|
172
|
+
import {
|
|
173
|
+
DescribeWebAppCustomizationCommandInput,
|
|
174
|
+
DescribeWebAppCustomizationCommandOutput,
|
|
175
|
+
} from "./commands/DescribeWebAppCustomizationCommand";
|
|
156
176
|
import {
|
|
157
177
|
DescribeWorkflowCommandInput,
|
|
158
178
|
DescribeWorkflowCommandOutput,
|
|
@@ -217,6 +237,10 @@ import {
|
|
|
217
237
|
ListUsersCommandInput,
|
|
218
238
|
ListUsersCommandOutput,
|
|
219
239
|
} from "./commands/ListUsersCommand";
|
|
240
|
+
import {
|
|
241
|
+
ListWebAppsCommandInput,
|
|
242
|
+
ListWebAppsCommandOutput,
|
|
243
|
+
} from "./commands/ListWebAppsCommand";
|
|
220
244
|
import {
|
|
221
245
|
ListWorkflowsCommandInput,
|
|
222
246
|
ListWorkflowsCommandOutput,
|
|
@@ -289,6 +313,14 @@ import {
|
|
|
289
313
|
UpdateUserCommandInput,
|
|
290
314
|
UpdateUserCommandOutput,
|
|
291
315
|
} from "./commands/UpdateUserCommand";
|
|
316
|
+
import {
|
|
317
|
+
UpdateWebAppCommandInput,
|
|
318
|
+
UpdateWebAppCommandOutput,
|
|
319
|
+
} from "./commands/UpdateWebAppCommand";
|
|
320
|
+
import {
|
|
321
|
+
UpdateWebAppCustomizationCommandInput,
|
|
322
|
+
UpdateWebAppCustomizationCommandOutput,
|
|
323
|
+
} from "./commands/UpdateWebAppCustomizationCommand";
|
|
292
324
|
import {
|
|
293
325
|
ClientInputEndpointParameters,
|
|
294
326
|
ClientResolvedEndpointParameters,
|
|
@@ -303,6 +335,7 @@ export type ServiceInputTypes =
|
|
|
303
335
|
| CreateProfileCommandInput
|
|
304
336
|
| CreateServerCommandInput
|
|
305
337
|
| CreateUserCommandInput
|
|
338
|
+
| CreateWebAppCommandInput
|
|
306
339
|
| CreateWorkflowCommandInput
|
|
307
340
|
| DeleteAccessCommandInput
|
|
308
341
|
| DeleteAgreementCommandInput
|
|
@@ -313,6 +346,8 @@ export type ServiceInputTypes =
|
|
|
313
346
|
| DeleteServerCommandInput
|
|
314
347
|
| DeleteSshPublicKeyCommandInput
|
|
315
348
|
| DeleteUserCommandInput
|
|
349
|
+
| DeleteWebAppCommandInput
|
|
350
|
+
| DeleteWebAppCustomizationCommandInput
|
|
316
351
|
| DeleteWorkflowCommandInput
|
|
317
352
|
| DescribeAccessCommandInput
|
|
318
353
|
| DescribeAgreementCommandInput
|
|
@@ -324,6 +359,8 @@ export type ServiceInputTypes =
|
|
|
324
359
|
| DescribeSecurityPolicyCommandInput
|
|
325
360
|
| DescribeServerCommandInput
|
|
326
361
|
| DescribeUserCommandInput
|
|
362
|
+
| DescribeWebAppCommandInput
|
|
363
|
+
| DescribeWebAppCustomizationCommandInput
|
|
327
364
|
| DescribeWorkflowCommandInput
|
|
328
365
|
| ImportCertificateCommandInput
|
|
329
366
|
| ImportHostKeyCommandInput
|
|
@@ -340,6 +377,7 @@ export type ServiceInputTypes =
|
|
|
340
377
|
| ListServersCommandInput
|
|
341
378
|
| ListTagsForResourceCommandInput
|
|
342
379
|
| ListUsersCommandInput
|
|
380
|
+
| ListWebAppsCommandInput
|
|
343
381
|
| ListWorkflowsCommandInput
|
|
344
382
|
| SendWorkflowStepStateCommandInput
|
|
345
383
|
| StartDirectoryListingCommandInput
|
|
@@ -357,7 +395,9 @@ export type ServiceInputTypes =
|
|
|
357
395
|
| UpdateHostKeyCommandInput
|
|
358
396
|
| UpdateProfileCommandInput
|
|
359
397
|
| UpdateServerCommandInput
|
|
360
|
-
| UpdateUserCommandInput
|
|
398
|
+
| UpdateUserCommandInput
|
|
399
|
+
| UpdateWebAppCommandInput
|
|
400
|
+
| UpdateWebAppCustomizationCommandInput;
|
|
361
401
|
export type ServiceOutputTypes =
|
|
362
402
|
| CreateAccessCommandOutput
|
|
363
403
|
| CreateAgreementCommandOutput
|
|
@@ -365,6 +405,7 @@ export type ServiceOutputTypes =
|
|
|
365
405
|
| CreateProfileCommandOutput
|
|
366
406
|
| CreateServerCommandOutput
|
|
367
407
|
| CreateUserCommandOutput
|
|
408
|
+
| CreateWebAppCommandOutput
|
|
368
409
|
| CreateWorkflowCommandOutput
|
|
369
410
|
| DeleteAccessCommandOutput
|
|
370
411
|
| DeleteAgreementCommandOutput
|
|
@@ -375,6 +416,8 @@ export type ServiceOutputTypes =
|
|
|
375
416
|
| DeleteServerCommandOutput
|
|
376
417
|
| DeleteSshPublicKeyCommandOutput
|
|
377
418
|
| DeleteUserCommandOutput
|
|
419
|
+
| DeleteWebAppCommandOutput
|
|
420
|
+
| DeleteWebAppCustomizationCommandOutput
|
|
378
421
|
| DeleteWorkflowCommandOutput
|
|
379
422
|
| DescribeAccessCommandOutput
|
|
380
423
|
| DescribeAgreementCommandOutput
|
|
@@ -386,6 +429,8 @@ export type ServiceOutputTypes =
|
|
|
386
429
|
| DescribeSecurityPolicyCommandOutput
|
|
387
430
|
| DescribeServerCommandOutput
|
|
388
431
|
| DescribeUserCommandOutput
|
|
432
|
+
| DescribeWebAppCommandOutput
|
|
433
|
+
| DescribeWebAppCustomizationCommandOutput
|
|
389
434
|
| DescribeWorkflowCommandOutput
|
|
390
435
|
| ImportCertificateCommandOutput
|
|
391
436
|
| ImportHostKeyCommandOutput
|
|
@@ -402,6 +447,7 @@ export type ServiceOutputTypes =
|
|
|
402
447
|
| ListServersCommandOutput
|
|
403
448
|
| ListTagsForResourceCommandOutput
|
|
404
449
|
| ListUsersCommandOutput
|
|
450
|
+
| ListWebAppsCommandOutput
|
|
405
451
|
| ListWorkflowsCommandOutput
|
|
406
452
|
| SendWorkflowStepStateCommandOutput
|
|
407
453
|
| StartDirectoryListingCommandOutput
|
|
@@ -419,7 +465,9 @@ export type ServiceOutputTypes =
|
|
|
419
465
|
| UpdateHostKeyCommandOutput
|
|
420
466
|
| UpdateProfileCommandOutput
|
|
421
467
|
| UpdateServerCommandOutput
|
|
422
|
-
| UpdateUserCommandOutput
|
|
468
|
+
| UpdateUserCommandOutput
|
|
469
|
+
| UpdateWebAppCommandOutput
|
|
470
|
+
| UpdateWebAppCustomizationCommandOutput;
|
|
423
471
|
export interface ClientDefaults
|
|
424
472
|
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
425
473
|
requestHandler?: __HttpHandlerUserInput;
|
|
@@ -0,0 +1,47 @@
|
|
|
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 {
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
TransferClientResolvedConfig,
|
|
8
|
+
} from "../TransferClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface CreateWebAppCommandInput extends CreateWebAppRequest {}
|
|
12
|
+
export interface CreateWebAppCommandOutput
|
|
13
|
+
extends CreateWebAppResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const CreateWebAppCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: CreateWebAppCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
CreateWebAppCommandInput,
|
|
20
|
+
CreateWebAppCommandOutput,
|
|
21
|
+
TransferClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: CreateWebAppCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
CreateWebAppCommandInput,
|
|
29
|
+
CreateWebAppCommandOutput,
|
|
30
|
+
TransferClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class CreateWebAppCommand extends CreateWebAppCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateWebAppRequest;
|
|
40
|
+
output: CreateWebAppResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateWebAppCommandInput;
|
|
44
|
+
output: CreateWebAppCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 {
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
TransferClientResolvedConfig,
|
|
8
|
+
} from "../TransferClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteWebAppCommandInput extends DeleteWebAppRequest {}
|
|
12
|
+
export interface DeleteWebAppCommandOutput extends __MetadataBearer {}
|
|
13
|
+
declare const DeleteWebAppCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: DeleteWebAppCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
17
|
+
DeleteWebAppCommandInput,
|
|
18
|
+
DeleteWebAppCommandOutput,
|
|
19
|
+
TransferClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
22
|
+
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteWebAppCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteWebAppCommandInput,
|
|
27
|
+
DeleteWebAppCommandOutput,
|
|
28
|
+
TransferClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
32
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
|
+
};
|
|
34
|
+
export declare class DeleteWebAppCommand extends DeleteWebAppCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteWebAppRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteWebAppCommandInput;
|
|
42
|
+
output: DeleteWebAppCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 {
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
TransferClientResolvedConfig,
|
|
8
|
+
} from "../TransferClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteWebAppCustomizationCommandInput
|
|
12
|
+
extends DeleteWebAppCustomizationRequest {}
|
|
13
|
+
export interface DeleteWebAppCustomizationCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const DeleteWebAppCustomizationCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteWebAppCustomizationCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
DeleteWebAppCustomizationCommandInput,
|
|
20
|
+
DeleteWebAppCustomizationCommandOutput,
|
|
21
|
+
TransferClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: DeleteWebAppCustomizationCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
DeleteWebAppCustomizationCommandInput,
|
|
29
|
+
DeleteWebAppCustomizationCommandOutput,
|
|
30
|
+
TransferClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class DeleteWebAppCustomizationCommand extends DeleteWebAppCustomizationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteWebAppCustomizationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteWebAppCustomizationCommandInput;
|
|
44
|
+
output: DeleteWebAppCustomizationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|