@aws-sdk/client-appstream 3.306.0 → 3.309.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/dist-cjs/commands/AssociateApplicationFleetCommand.js +2 -2
- package/dist-cjs/commands/AssociateApplicationToEntitlementCommand.js +2 -2
- package/dist-cjs/commands/AssociateFleetCommand.js +2 -2
- package/dist-cjs/commands/BatchAssociateUserStackCommand.js +2 -2
- package/dist-cjs/commands/BatchDisassociateUserStackCommand.js +2 -2
- package/dist-cjs/commands/CopyImageCommand.js +2 -2
- package/dist-cjs/commands/CreateAppBlockCommand.js +2 -2
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateDirectoryConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateEntitlementCommand.js +2 -2
- package/dist-cjs/commands/CreateFleetCommand.js +2 -2
- package/dist-cjs/commands/CreateImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/CreateImageBuilderStreamingURLCommand.js +2 -2
- package/dist-cjs/commands/CreateStackCommand.js +2 -2
- package/dist-cjs/commands/CreateStreamingURLCommand.js +2 -2
- package/dist-cjs/commands/CreateUpdatedImageCommand.js +2 -2
- package/dist-cjs/commands/CreateUsageReportSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateUserCommand.js +2 -2
- package/dist-cjs/commands/DeleteAppBlockCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteDirectoryConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteEntitlementCommand.js +2 -2
- package/dist-cjs/commands/DeleteFleetCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageCommand.js +2 -2
- package/dist-cjs/commands/DeleteImagePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DeleteStackCommand.js +2 -2
- package/dist-cjs/commands/DeleteUsageReportSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserCommand.js +2 -2
- package/dist-cjs/commands/DescribeAppBlocksCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDirectoryConfigsCommand.js +2 -2
- package/dist-cjs/commands/DescribeEntitlementsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFleetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeImageBuildersCommand.js +2 -2
- package/dist-cjs/commands/DescribeImagePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeImagesCommand.js +2 -2
- package/dist-cjs/commands/DescribeSessionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeStacksCommand.js +2 -2
- package/dist-cjs/commands/DescribeUsageReportSubscriptionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUserStackAssociationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUsersCommand.js +2 -2
- package/dist-cjs/commands/DisableUserCommand.js +2 -2
- package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +2 -2
- package/dist-cjs/commands/DisassociateApplicationFromEntitlementCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFleetCommand.js +2 -2
- package/dist-cjs/commands/EnableUserCommand.js +2 -2
- package/dist-cjs/commands/ExpireSessionCommand.js +2 -2
- package/dist-cjs/commands/ListAssociatedFleetsCommand.js +2 -2
- package/dist-cjs/commands/ListAssociatedStacksCommand.js +2 -2
- package/dist-cjs/commands/ListEntitledApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/StartFleetCommand.js +2 -2
- package/dist-cjs/commands/StartImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/StopFleetCommand.js +2 -2
- package/dist-cjs/commands/StopImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
- package/dist-cjs/commands/UpdateDirectoryConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateEntitlementCommand.js +2 -2
- package/dist-cjs/commands/UpdateFleetCommand.js +2 -2
- package/dist-cjs/commands/UpdateImagePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateStackCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +1200 -1274
- package/dist-es/commands/AssociateApplicationFleetCommand.js +3 -3
- package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +3 -3
- package/dist-es/commands/AssociateFleetCommand.js +3 -3
- package/dist-es/commands/BatchAssociateUserStackCommand.js +3 -3
- package/dist-es/commands/BatchDisassociateUserStackCommand.js +3 -3
- package/dist-es/commands/CopyImageCommand.js +3 -3
- package/dist-es/commands/CreateAppBlockCommand.js +3 -3
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateDirectoryConfigCommand.js +3 -3
- package/dist-es/commands/CreateEntitlementCommand.js +3 -3
- package/dist-es/commands/CreateFleetCommand.js +3 -3
- package/dist-es/commands/CreateImageBuilderCommand.js +3 -3
- package/dist-es/commands/CreateImageBuilderStreamingURLCommand.js +3 -3
- package/dist-es/commands/CreateStackCommand.js +3 -3
- package/dist-es/commands/CreateStreamingURLCommand.js +3 -3
- package/dist-es/commands/CreateUpdatedImageCommand.js +3 -3
- package/dist-es/commands/CreateUsageReportSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateUserCommand.js +3 -3
- package/dist-es/commands/DeleteAppBlockCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteDirectoryConfigCommand.js +3 -3
- package/dist-es/commands/DeleteEntitlementCommand.js +3 -3
- package/dist-es/commands/DeleteFleetCommand.js +3 -3
- package/dist-es/commands/DeleteImageBuilderCommand.js +3 -3
- package/dist-es/commands/DeleteImageCommand.js +3 -3
- package/dist-es/commands/DeleteImagePermissionsCommand.js +3 -3
- package/dist-es/commands/DeleteStackCommand.js +3 -3
- package/dist-es/commands/DeleteUsageReportSubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteUserCommand.js +3 -3
- package/dist-es/commands/DescribeAppBlocksCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationsCommand.js +3 -3
- package/dist-es/commands/DescribeDirectoryConfigsCommand.js +3 -3
- package/dist-es/commands/DescribeEntitlementsCommand.js +3 -3
- package/dist-es/commands/DescribeFleetsCommand.js +3 -3
- package/dist-es/commands/DescribeImageBuildersCommand.js +3 -3
- package/dist-es/commands/DescribeImagePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeImagesCommand.js +3 -3
- package/dist-es/commands/DescribeSessionsCommand.js +3 -3
- package/dist-es/commands/DescribeStacksCommand.js +3 -3
- package/dist-es/commands/DescribeUsageReportSubscriptionsCommand.js +3 -3
- package/dist-es/commands/DescribeUserStackAssociationsCommand.js +3 -3
- package/dist-es/commands/DescribeUsersCommand.js +3 -3
- package/dist-es/commands/DisableUserCommand.js +3 -3
- package/dist-es/commands/DisassociateApplicationFleetCommand.js +3 -3
- package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +3 -3
- package/dist-es/commands/DisassociateFleetCommand.js +3 -3
- package/dist-es/commands/EnableUserCommand.js +3 -3
- package/dist-es/commands/ExpireSessionCommand.js +3 -3
- package/dist-es/commands/ListAssociatedFleetsCommand.js +3 -3
- package/dist-es/commands/ListAssociatedStacksCommand.js +3 -3
- package/dist-es/commands/ListEntitledApplicationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartFleetCommand.js +3 -3
- package/dist-es/commands/StartImageBuilderCommand.js +3 -3
- package/dist-es/commands/StopFleetCommand.js +3 -3
- package/dist-es/commands/StopImageBuilderCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationCommand.js +3 -3
- package/dist-es/commands/UpdateDirectoryConfigCommand.js +3 -3
- package/dist-es/commands/UpdateEntitlementCommand.js +3 -3
- package/dist-es/commands/UpdateFleetCommand.js +3 -3
- package/dist-es/commands/UpdateImagePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateStackCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +1067 -1141
- package/dist-types/protocols/Aws_json1_1.d.ts +520 -130
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +130 -130
- package/package.json +6 -6
|
@@ -263,523 +263,523 @@ import {
|
|
|
263
263
|
UpdateStackCommandInput,
|
|
264
264
|
UpdateStackCommandOutput,
|
|
265
265
|
} from "../commands/UpdateStackCommand";
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const se_AssociateApplicationFleetCommand: (
|
|
267
267
|
input: AssociateApplicationFleetCommandInput,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<__HttpRequest>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const se_AssociateApplicationToEntitlementCommand: (
|
|
271
271
|
input: AssociateApplicationToEntitlementCommandInput,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<__HttpRequest>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const se_AssociateFleetCommand: (
|
|
275
275
|
input: AssociateFleetCommandInput,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<__HttpRequest>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const se_BatchAssociateUserStackCommand: (
|
|
279
279
|
input: BatchAssociateUserStackCommandInput,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<__HttpRequest>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const se_BatchDisassociateUserStackCommand: (
|
|
283
283
|
input: BatchDisassociateUserStackCommandInput,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<__HttpRequest>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const se_CopyImageCommand: (
|
|
287
287
|
input: CopyImageCommandInput,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<__HttpRequest>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const se_CreateAppBlockCommand: (
|
|
291
291
|
input: CreateAppBlockCommandInput,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<__HttpRequest>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const se_CreateApplicationCommand: (
|
|
295
295
|
input: CreateApplicationCommandInput,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<__HttpRequest>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const se_CreateDirectoryConfigCommand: (
|
|
299
299
|
input: CreateDirectoryConfigCommandInput,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<__HttpRequest>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const se_CreateEntitlementCommand: (
|
|
303
303
|
input: CreateEntitlementCommandInput,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<__HttpRequest>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const se_CreateFleetCommand: (
|
|
307
307
|
input: CreateFleetCommandInput,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<__HttpRequest>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const se_CreateImageBuilderCommand: (
|
|
311
311
|
input: CreateImageBuilderCommandInput,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<__HttpRequest>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const se_CreateImageBuilderStreamingURLCommand: (
|
|
315
315
|
input: CreateImageBuilderStreamingURLCommandInput,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<__HttpRequest>;
|
|
318
|
-
export declare const
|
|
318
|
+
export declare const se_CreateStackCommand: (
|
|
319
319
|
input: CreateStackCommandInput,
|
|
320
320
|
context: __SerdeContext
|
|
321
321
|
) => Promise<__HttpRequest>;
|
|
322
|
-
export declare const
|
|
322
|
+
export declare const se_CreateStreamingURLCommand: (
|
|
323
323
|
input: CreateStreamingURLCommandInput,
|
|
324
324
|
context: __SerdeContext
|
|
325
325
|
) => Promise<__HttpRequest>;
|
|
326
|
-
export declare const
|
|
326
|
+
export declare const se_CreateUpdatedImageCommand: (
|
|
327
327
|
input: CreateUpdatedImageCommandInput,
|
|
328
328
|
context: __SerdeContext
|
|
329
329
|
) => Promise<__HttpRequest>;
|
|
330
|
-
export declare const
|
|
330
|
+
export declare const se_CreateUsageReportSubscriptionCommand: (
|
|
331
331
|
input: CreateUsageReportSubscriptionCommandInput,
|
|
332
332
|
context: __SerdeContext
|
|
333
333
|
) => Promise<__HttpRequest>;
|
|
334
|
-
export declare const
|
|
334
|
+
export declare const se_CreateUserCommand: (
|
|
335
335
|
input: CreateUserCommandInput,
|
|
336
336
|
context: __SerdeContext
|
|
337
337
|
) => Promise<__HttpRequest>;
|
|
338
|
-
export declare const
|
|
338
|
+
export declare const se_DeleteAppBlockCommand: (
|
|
339
339
|
input: DeleteAppBlockCommandInput,
|
|
340
340
|
context: __SerdeContext
|
|
341
341
|
) => Promise<__HttpRequest>;
|
|
342
|
-
export declare const
|
|
342
|
+
export declare const se_DeleteApplicationCommand: (
|
|
343
343
|
input: DeleteApplicationCommandInput,
|
|
344
344
|
context: __SerdeContext
|
|
345
345
|
) => Promise<__HttpRequest>;
|
|
346
|
-
export declare const
|
|
346
|
+
export declare const se_DeleteDirectoryConfigCommand: (
|
|
347
347
|
input: DeleteDirectoryConfigCommandInput,
|
|
348
348
|
context: __SerdeContext
|
|
349
349
|
) => Promise<__HttpRequest>;
|
|
350
|
-
export declare const
|
|
350
|
+
export declare const se_DeleteEntitlementCommand: (
|
|
351
351
|
input: DeleteEntitlementCommandInput,
|
|
352
352
|
context: __SerdeContext
|
|
353
353
|
) => Promise<__HttpRequest>;
|
|
354
|
-
export declare const
|
|
354
|
+
export declare const se_DeleteFleetCommand: (
|
|
355
355
|
input: DeleteFleetCommandInput,
|
|
356
356
|
context: __SerdeContext
|
|
357
357
|
) => Promise<__HttpRequest>;
|
|
358
|
-
export declare const
|
|
358
|
+
export declare const se_DeleteImageCommand: (
|
|
359
359
|
input: DeleteImageCommandInput,
|
|
360
360
|
context: __SerdeContext
|
|
361
361
|
) => Promise<__HttpRequest>;
|
|
362
|
-
export declare const
|
|
362
|
+
export declare const se_DeleteImageBuilderCommand: (
|
|
363
363
|
input: DeleteImageBuilderCommandInput,
|
|
364
364
|
context: __SerdeContext
|
|
365
365
|
) => Promise<__HttpRequest>;
|
|
366
|
-
export declare const
|
|
366
|
+
export declare const se_DeleteImagePermissionsCommand: (
|
|
367
367
|
input: DeleteImagePermissionsCommandInput,
|
|
368
368
|
context: __SerdeContext
|
|
369
369
|
) => Promise<__HttpRequest>;
|
|
370
|
-
export declare const
|
|
370
|
+
export declare const se_DeleteStackCommand: (
|
|
371
371
|
input: DeleteStackCommandInput,
|
|
372
372
|
context: __SerdeContext
|
|
373
373
|
) => Promise<__HttpRequest>;
|
|
374
|
-
export declare const
|
|
374
|
+
export declare const se_DeleteUsageReportSubscriptionCommand: (
|
|
375
375
|
input: DeleteUsageReportSubscriptionCommandInput,
|
|
376
376
|
context: __SerdeContext
|
|
377
377
|
) => Promise<__HttpRequest>;
|
|
378
|
-
export declare const
|
|
378
|
+
export declare const se_DeleteUserCommand: (
|
|
379
379
|
input: DeleteUserCommandInput,
|
|
380
380
|
context: __SerdeContext
|
|
381
381
|
) => Promise<__HttpRequest>;
|
|
382
|
-
export declare const
|
|
382
|
+
export declare const se_DescribeAppBlocksCommand: (
|
|
383
383
|
input: DescribeAppBlocksCommandInput,
|
|
384
384
|
context: __SerdeContext
|
|
385
385
|
) => Promise<__HttpRequest>;
|
|
386
|
-
export declare const
|
|
386
|
+
export declare const se_DescribeApplicationFleetAssociationsCommand: (
|
|
387
387
|
input: DescribeApplicationFleetAssociationsCommandInput,
|
|
388
388
|
context: __SerdeContext
|
|
389
389
|
) => Promise<__HttpRequest>;
|
|
390
|
-
export declare const
|
|
390
|
+
export declare const se_DescribeApplicationsCommand: (
|
|
391
391
|
input: DescribeApplicationsCommandInput,
|
|
392
392
|
context: __SerdeContext
|
|
393
393
|
) => Promise<__HttpRequest>;
|
|
394
|
-
export declare const
|
|
394
|
+
export declare const se_DescribeDirectoryConfigsCommand: (
|
|
395
395
|
input: DescribeDirectoryConfigsCommandInput,
|
|
396
396
|
context: __SerdeContext
|
|
397
397
|
) => Promise<__HttpRequest>;
|
|
398
|
-
export declare const
|
|
398
|
+
export declare const se_DescribeEntitlementsCommand: (
|
|
399
399
|
input: DescribeEntitlementsCommandInput,
|
|
400
400
|
context: __SerdeContext
|
|
401
401
|
) => Promise<__HttpRequest>;
|
|
402
|
-
export declare const
|
|
402
|
+
export declare const se_DescribeFleetsCommand: (
|
|
403
403
|
input: DescribeFleetsCommandInput,
|
|
404
404
|
context: __SerdeContext
|
|
405
405
|
) => Promise<__HttpRequest>;
|
|
406
|
-
export declare const
|
|
406
|
+
export declare const se_DescribeImageBuildersCommand: (
|
|
407
407
|
input: DescribeImageBuildersCommandInput,
|
|
408
408
|
context: __SerdeContext
|
|
409
409
|
) => Promise<__HttpRequest>;
|
|
410
|
-
export declare const
|
|
410
|
+
export declare const se_DescribeImagePermissionsCommand: (
|
|
411
411
|
input: DescribeImagePermissionsCommandInput,
|
|
412
412
|
context: __SerdeContext
|
|
413
413
|
) => Promise<__HttpRequest>;
|
|
414
|
-
export declare const
|
|
414
|
+
export declare const se_DescribeImagesCommand: (
|
|
415
415
|
input: DescribeImagesCommandInput,
|
|
416
416
|
context: __SerdeContext
|
|
417
417
|
) => Promise<__HttpRequest>;
|
|
418
|
-
export declare const
|
|
418
|
+
export declare const se_DescribeSessionsCommand: (
|
|
419
419
|
input: DescribeSessionsCommandInput,
|
|
420
420
|
context: __SerdeContext
|
|
421
421
|
) => Promise<__HttpRequest>;
|
|
422
|
-
export declare const
|
|
422
|
+
export declare const se_DescribeStacksCommand: (
|
|
423
423
|
input: DescribeStacksCommandInput,
|
|
424
424
|
context: __SerdeContext
|
|
425
425
|
) => Promise<__HttpRequest>;
|
|
426
|
-
export declare const
|
|
426
|
+
export declare const se_DescribeUsageReportSubscriptionsCommand: (
|
|
427
427
|
input: DescribeUsageReportSubscriptionsCommandInput,
|
|
428
428
|
context: __SerdeContext
|
|
429
429
|
) => Promise<__HttpRequest>;
|
|
430
|
-
export declare const
|
|
430
|
+
export declare const se_DescribeUsersCommand: (
|
|
431
431
|
input: DescribeUsersCommandInput,
|
|
432
432
|
context: __SerdeContext
|
|
433
433
|
) => Promise<__HttpRequest>;
|
|
434
|
-
export declare const
|
|
434
|
+
export declare const se_DescribeUserStackAssociationsCommand: (
|
|
435
435
|
input: DescribeUserStackAssociationsCommandInput,
|
|
436
436
|
context: __SerdeContext
|
|
437
437
|
) => Promise<__HttpRequest>;
|
|
438
|
-
export declare const
|
|
438
|
+
export declare const se_DisableUserCommand: (
|
|
439
439
|
input: DisableUserCommandInput,
|
|
440
440
|
context: __SerdeContext
|
|
441
441
|
) => Promise<__HttpRequest>;
|
|
442
|
-
export declare const
|
|
442
|
+
export declare const se_DisassociateApplicationFleetCommand: (
|
|
443
443
|
input: DisassociateApplicationFleetCommandInput,
|
|
444
444
|
context: __SerdeContext
|
|
445
445
|
) => Promise<__HttpRequest>;
|
|
446
|
-
export declare const
|
|
446
|
+
export declare const se_DisassociateApplicationFromEntitlementCommand: (
|
|
447
447
|
input: DisassociateApplicationFromEntitlementCommandInput,
|
|
448
448
|
context: __SerdeContext
|
|
449
449
|
) => Promise<__HttpRequest>;
|
|
450
|
-
export declare const
|
|
450
|
+
export declare const se_DisassociateFleetCommand: (
|
|
451
451
|
input: DisassociateFleetCommandInput,
|
|
452
452
|
context: __SerdeContext
|
|
453
453
|
) => Promise<__HttpRequest>;
|
|
454
|
-
export declare const
|
|
454
|
+
export declare const se_EnableUserCommand: (
|
|
455
455
|
input: EnableUserCommandInput,
|
|
456
456
|
context: __SerdeContext
|
|
457
457
|
) => Promise<__HttpRequest>;
|
|
458
|
-
export declare const
|
|
458
|
+
export declare const se_ExpireSessionCommand: (
|
|
459
459
|
input: ExpireSessionCommandInput,
|
|
460
460
|
context: __SerdeContext
|
|
461
461
|
) => Promise<__HttpRequest>;
|
|
462
|
-
export declare const
|
|
462
|
+
export declare const se_ListAssociatedFleetsCommand: (
|
|
463
463
|
input: ListAssociatedFleetsCommandInput,
|
|
464
464
|
context: __SerdeContext
|
|
465
465
|
) => Promise<__HttpRequest>;
|
|
466
|
-
export declare const
|
|
466
|
+
export declare const se_ListAssociatedStacksCommand: (
|
|
467
467
|
input: ListAssociatedStacksCommandInput,
|
|
468
468
|
context: __SerdeContext
|
|
469
469
|
) => Promise<__HttpRequest>;
|
|
470
|
-
export declare const
|
|
470
|
+
export declare const se_ListEntitledApplicationsCommand: (
|
|
471
471
|
input: ListEntitledApplicationsCommandInput,
|
|
472
472
|
context: __SerdeContext
|
|
473
473
|
) => Promise<__HttpRequest>;
|
|
474
|
-
export declare const
|
|
474
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
475
475
|
input: ListTagsForResourceCommandInput,
|
|
476
476
|
context: __SerdeContext
|
|
477
477
|
) => Promise<__HttpRequest>;
|
|
478
|
-
export declare const
|
|
478
|
+
export declare const se_StartFleetCommand: (
|
|
479
479
|
input: StartFleetCommandInput,
|
|
480
480
|
context: __SerdeContext
|
|
481
481
|
) => Promise<__HttpRequest>;
|
|
482
|
-
export declare const
|
|
482
|
+
export declare const se_StartImageBuilderCommand: (
|
|
483
483
|
input: StartImageBuilderCommandInput,
|
|
484
484
|
context: __SerdeContext
|
|
485
485
|
) => Promise<__HttpRequest>;
|
|
486
|
-
export declare const
|
|
486
|
+
export declare const se_StopFleetCommand: (
|
|
487
487
|
input: StopFleetCommandInput,
|
|
488
488
|
context: __SerdeContext
|
|
489
489
|
) => Promise<__HttpRequest>;
|
|
490
|
-
export declare const
|
|
490
|
+
export declare const se_StopImageBuilderCommand: (
|
|
491
491
|
input: StopImageBuilderCommandInput,
|
|
492
492
|
context: __SerdeContext
|
|
493
493
|
) => Promise<__HttpRequest>;
|
|
494
|
-
export declare const
|
|
494
|
+
export declare const se_TagResourceCommand: (
|
|
495
495
|
input: TagResourceCommandInput,
|
|
496
496
|
context: __SerdeContext
|
|
497
497
|
) => Promise<__HttpRequest>;
|
|
498
|
-
export declare const
|
|
498
|
+
export declare const se_UntagResourceCommand: (
|
|
499
499
|
input: UntagResourceCommandInput,
|
|
500
500
|
context: __SerdeContext
|
|
501
501
|
) => Promise<__HttpRequest>;
|
|
502
|
-
export declare const
|
|
502
|
+
export declare const se_UpdateApplicationCommand: (
|
|
503
503
|
input: UpdateApplicationCommandInput,
|
|
504
504
|
context: __SerdeContext
|
|
505
505
|
) => Promise<__HttpRequest>;
|
|
506
|
-
export declare const
|
|
506
|
+
export declare const se_UpdateDirectoryConfigCommand: (
|
|
507
507
|
input: UpdateDirectoryConfigCommandInput,
|
|
508
508
|
context: __SerdeContext
|
|
509
509
|
) => Promise<__HttpRequest>;
|
|
510
|
-
export declare const
|
|
510
|
+
export declare const se_UpdateEntitlementCommand: (
|
|
511
511
|
input: UpdateEntitlementCommandInput,
|
|
512
512
|
context: __SerdeContext
|
|
513
513
|
) => Promise<__HttpRequest>;
|
|
514
|
-
export declare const
|
|
514
|
+
export declare const se_UpdateFleetCommand: (
|
|
515
515
|
input: UpdateFleetCommandInput,
|
|
516
516
|
context: __SerdeContext
|
|
517
517
|
) => Promise<__HttpRequest>;
|
|
518
|
-
export declare const
|
|
518
|
+
export declare const se_UpdateImagePermissionsCommand: (
|
|
519
519
|
input: UpdateImagePermissionsCommandInput,
|
|
520
520
|
context: __SerdeContext
|
|
521
521
|
) => Promise<__HttpRequest>;
|
|
522
|
-
export declare const
|
|
522
|
+
export declare const se_UpdateStackCommand: (
|
|
523
523
|
input: UpdateStackCommandInput,
|
|
524
524
|
context: __SerdeContext
|
|
525
525
|
) => Promise<__HttpRequest>;
|
|
526
|
-
export declare const
|
|
526
|
+
export declare const de_AssociateApplicationFleetCommand: (
|
|
527
527
|
output: __HttpResponse,
|
|
528
528
|
context: __SerdeContext
|
|
529
529
|
) => Promise<AssociateApplicationFleetCommandOutput>;
|
|
530
|
-
export declare const
|
|
530
|
+
export declare const de_AssociateApplicationToEntitlementCommand: (
|
|
531
531
|
output: __HttpResponse,
|
|
532
532
|
context: __SerdeContext
|
|
533
533
|
) => Promise<AssociateApplicationToEntitlementCommandOutput>;
|
|
534
|
-
export declare const
|
|
534
|
+
export declare const de_AssociateFleetCommand: (
|
|
535
535
|
output: __HttpResponse,
|
|
536
536
|
context: __SerdeContext
|
|
537
537
|
) => Promise<AssociateFleetCommandOutput>;
|
|
538
|
-
export declare const
|
|
538
|
+
export declare const de_BatchAssociateUserStackCommand: (
|
|
539
539
|
output: __HttpResponse,
|
|
540
540
|
context: __SerdeContext
|
|
541
541
|
) => Promise<BatchAssociateUserStackCommandOutput>;
|
|
542
|
-
export declare const
|
|
542
|
+
export declare const de_BatchDisassociateUserStackCommand: (
|
|
543
543
|
output: __HttpResponse,
|
|
544
544
|
context: __SerdeContext
|
|
545
545
|
) => Promise<BatchDisassociateUserStackCommandOutput>;
|
|
546
|
-
export declare const
|
|
546
|
+
export declare const de_CopyImageCommand: (
|
|
547
547
|
output: __HttpResponse,
|
|
548
548
|
context: __SerdeContext
|
|
549
549
|
) => Promise<CopyImageCommandOutput>;
|
|
550
|
-
export declare const
|
|
550
|
+
export declare const de_CreateAppBlockCommand: (
|
|
551
551
|
output: __HttpResponse,
|
|
552
552
|
context: __SerdeContext
|
|
553
553
|
) => Promise<CreateAppBlockCommandOutput>;
|
|
554
|
-
export declare const
|
|
554
|
+
export declare const de_CreateApplicationCommand: (
|
|
555
555
|
output: __HttpResponse,
|
|
556
556
|
context: __SerdeContext
|
|
557
557
|
) => Promise<CreateApplicationCommandOutput>;
|
|
558
|
-
export declare const
|
|
558
|
+
export declare const de_CreateDirectoryConfigCommand: (
|
|
559
559
|
output: __HttpResponse,
|
|
560
560
|
context: __SerdeContext
|
|
561
561
|
) => Promise<CreateDirectoryConfigCommandOutput>;
|
|
562
|
-
export declare const
|
|
562
|
+
export declare const de_CreateEntitlementCommand: (
|
|
563
563
|
output: __HttpResponse,
|
|
564
564
|
context: __SerdeContext
|
|
565
565
|
) => Promise<CreateEntitlementCommandOutput>;
|
|
566
|
-
export declare const
|
|
566
|
+
export declare const de_CreateFleetCommand: (
|
|
567
567
|
output: __HttpResponse,
|
|
568
568
|
context: __SerdeContext
|
|
569
569
|
) => Promise<CreateFleetCommandOutput>;
|
|
570
|
-
export declare const
|
|
570
|
+
export declare const de_CreateImageBuilderCommand: (
|
|
571
571
|
output: __HttpResponse,
|
|
572
572
|
context: __SerdeContext
|
|
573
573
|
) => Promise<CreateImageBuilderCommandOutput>;
|
|
574
|
-
export declare const
|
|
574
|
+
export declare const de_CreateImageBuilderStreamingURLCommand: (
|
|
575
575
|
output: __HttpResponse,
|
|
576
576
|
context: __SerdeContext
|
|
577
577
|
) => Promise<CreateImageBuilderStreamingURLCommandOutput>;
|
|
578
|
-
export declare const
|
|
578
|
+
export declare const de_CreateStackCommand: (
|
|
579
579
|
output: __HttpResponse,
|
|
580
580
|
context: __SerdeContext
|
|
581
581
|
) => Promise<CreateStackCommandOutput>;
|
|
582
|
-
export declare const
|
|
582
|
+
export declare const de_CreateStreamingURLCommand: (
|
|
583
583
|
output: __HttpResponse,
|
|
584
584
|
context: __SerdeContext
|
|
585
585
|
) => Promise<CreateStreamingURLCommandOutput>;
|
|
586
|
-
export declare const
|
|
586
|
+
export declare const de_CreateUpdatedImageCommand: (
|
|
587
587
|
output: __HttpResponse,
|
|
588
588
|
context: __SerdeContext
|
|
589
589
|
) => Promise<CreateUpdatedImageCommandOutput>;
|
|
590
|
-
export declare const
|
|
590
|
+
export declare const de_CreateUsageReportSubscriptionCommand: (
|
|
591
591
|
output: __HttpResponse,
|
|
592
592
|
context: __SerdeContext
|
|
593
593
|
) => Promise<CreateUsageReportSubscriptionCommandOutput>;
|
|
594
|
-
export declare const
|
|
594
|
+
export declare const de_CreateUserCommand: (
|
|
595
595
|
output: __HttpResponse,
|
|
596
596
|
context: __SerdeContext
|
|
597
597
|
) => Promise<CreateUserCommandOutput>;
|
|
598
|
-
export declare const
|
|
598
|
+
export declare const de_DeleteAppBlockCommand: (
|
|
599
599
|
output: __HttpResponse,
|
|
600
600
|
context: __SerdeContext
|
|
601
601
|
) => Promise<DeleteAppBlockCommandOutput>;
|
|
602
|
-
export declare const
|
|
602
|
+
export declare const de_DeleteApplicationCommand: (
|
|
603
603
|
output: __HttpResponse,
|
|
604
604
|
context: __SerdeContext
|
|
605
605
|
) => Promise<DeleteApplicationCommandOutput>;
|
|
606
|
-
export declare const
|
|
606
|
+
export declare const de_DeleteDirectoryConfigCommand: (
|
|
607
607
|
output: __HttpResponse,
|
|
608
608
|
context: __SerdeContext
|
|
609
609
|
) => Promise<DeleteDirectoryConfigCommandOutput>;
|
|
610
|
-
export declare const
|
|
610
|
+
export declare const de_DeleteEntitlementCommand: (
|
|
611
611
|
output: __HttpResponse,
|
|
612
612
|
context: __SerdeContext
|
|
613
613
|
) => Promise<DeleteEntitlementCommandOutput>;
|
|
614
|
-
export declare const
|
|
614
|
+
export declare const de_DeleteFleetCommand: (
|
|
615
615
|
output: __HttpResponse,
|
|
616
616
|
context: __SerdeContext
|
|
617
617
|
) => Promise<DeleteFleetCommandOutput>;
|
|
618
|
-
export declare const
|
|
618
|
+
export declare const de_DeleteImageCommand: (
|
|
619
619
|
output: __HttpResponse,
|
|
620
620
|
context: __SerdeContext
|
|
621
621
|
) => Promise<DeleteImageCommandOutput>;
|
|
622
|
-
export declare const
|
|
622
|
+
export declare const de_DeleteImageBuilderCommand: (
|
|
623
623
|
output: __HttpResponse,
|
|
624
624
|
context: __SerdeContext
|
|
625
625
|
) => Promise<DeleteImageBuilderCommandOutput>;
|
|
626
|
-
export declare const
|
|
626
|
+
export declare const de_DeleteImagePermissionsCommand: (
|
|
627
627
|
output: __HttpResponse,
|
|
628
628
|
context: __SerdeContext
|
|
629
629
|
) => Promise<DeleteImagePermissionsCommandOutput>;
|
|
630
|
-
export declare const
|
|
630
|
+
export declare const de_DeleteStackCommand: (
|
|
631
631
|
output: __HttpResponse,
|
|
632
632
|
context: __SerdeContext
|
|
633
633
|
) => Promise<DeleteStackCommandOutput>;
|
|
634
|
-
export declare const
|
|
634
|
+
export declare const de_DeleteUsageReportSubscriptionCommand: (
|
|
635
635
|
output: __HttpResponse,
|
|
636
636
|
context: __SerdeContext
|
|
637
637
|
) => Promise<DeleteUsageReportSubscriptionCommandOutput>;
|
|
638
|
-
export declare const
|
|
638
|
+
export declare const de_DeleteUserCommand: (
|
|
639
639
|
output: __HttpResponse,
|
|
640
640
|
context: __SerdeContext
|
|
641
641
|
) => Promise<DeleteUserCommandOutput>;
|
|
642
|
-
export declare const
|
|
642
|
+
export declare const de_DescribeAppBlocksCommand: (
|
|
643
643
|
output: __HttpResponse,
|
|
644
644
|
context: __SerdeContext
|
|
645
645
|
) => Promise<DescribeAppBlocksCommandOutput>;
|
|
646
|
-
export declare const
|
|
646
|
+
export declare const de_DescribeApplicationFleetAssociationsCommand: (
|
|
647
647
|
output: __HttpResponse,
|
|
648
648
|
context: __SerdeContext
|
|
649
649
|
) => Promise<DescribeApplicationFleetAssociationsCommandOutput>;
|
|
650
|
-
export declare const
|
|
650
|
+
export declare const de_DescribeApplicationsCommand: (
|
|
651
651
|
output: __HttpResponse,
|
|
652
652
|
context: __SerdeContext
|
|
653
653
|
) => Promise<DescribeApplicationsCommandOutput>;
|
|
654
|
-
export declare const
|
|
654
|
+
export declare const de_DescribeDirectoryConfigsCommand: (
|
|
655
655
|
output: __HttpResponse,
|
|
656
656
|
context: __SerdeContext
|
|
657
657
|
) => Promise<DescribeDirectoryConfigsCommandOutput>;
|
|
658
|
-
export declare const
|
|
658
|
+
export declare const de_DescribeEntitlementsCommand: (
|
|
659
659
|
output: __HttpResponse,
|
|
660
660
|
context: __SerdeContext
|
|
661
661
|
) => Promise<DescribeEntitlementsCommandOutput>;
|
|
662
|
-
export declare const
|
|
662
|
+
export declare const de_DescribeFleetsCommand: (
|
|
663
663
|
output: __HttpResponse,
|
|
664
664
|
context: __SerdeContext
|
|
665
665
|
) => Promise<DescribeFleetsCommandOutput>;
|
|
666
|
-
export declare const
|
|
666
|
+
export declare const de_DescribeImageBuildersCommand: (
|
|
667
667
|
output: __HttpResponse,
|
|
668
668
|
context: __SerdeContext
|
|
669
669
|
) => Promise<DescribeImageBuildersCommandOutput>;
|
|
670
|
-
export declare const
|
|
670
|
+
export declare const de_DescribeImagePermissionsCommand: (
|
|
671
671
|
output: __HttpResponse,
|
|
672
672
|
context: __SerdeContext
|
|
673
673
|
) => Promise<DescribeImagePermissionsCommandOutput>;
|
|
674
|
-
export declare const
|
|
674
|
+
export declare const de_DescribeImagesCommand: (
|
|
675
675
|
output: __HttpResponse,
|
|
676
676
|
context: __SerdeContext
|
|
677
677
|
) => Promise<DescribeImagesCommandOutput>;
|
|
678
|
-
export declare const
|
|
678
|
+
export declare const de_DescribeSessionsCommand: (
|
|
679
679
|
output: __HttpResponse,
|
|
680
680
|
context: __SerdeContext
|
|
681
681
|
) => Promise<DescribeSessionsCommandOutput>;
|
|
682
|
-
export declare const
|
|
682
|
+
export declare const de_DescribeStacksCommand: (
|
|
683
683
|
output: __HttpResponse,
|
|
684
684
|
context: __SerdeContext
|
|
685
685
|
) => Promise<DescribeStacksCommandOutput>;
|
|
686
|
-
export declare const
|
|
686
|
+
export declare const de_DescribeUsageReportSubscriptionsCommand: (
|
|
687
687
|
output: __HttpResponse,
|
|
688
688
|
context: __SerdeContext
|
|
689
689
|
) => Promise<DescribeUsageReportSubscriptionsCommandOutput>;
|
|
690
|
-
export declare const
|
|
690
|
+
export declare const de_DescribeUsersCommand: (
|
|
691
691
|
output: __HttpResponse,
|
|
692
692
|
context: __SerdeContext
|
|
693
693
|
) => Promise<DescribeUsersCommandOutput>;
|
|
694
|
-
export declare const
|
|
694
|
+
export declare const de_DescribeUserStackAssociationsCommand: (
|
|
695
695
|
output: __HttpResponse,
|
|
696
696
|
context: __SerdeContext
|
|
697
697
|
) => Promise<DescribeUserStackAssociationsCommandOutput>;
|
|
698
|
-
export declare const
|
|
698
|
+
export declare const de_DisableUserCommand: (
|
|
699
699
|
output: __HttpResponse,
|
|
700
700
|
context: __SerdeContext
|
|
701
701
|
) => Promise<DisableUserCommandOutput>;
|
|
702
|
-
export declare const
|
|
702
|
+
export declare const de_DisassociateApplicationFleetCommand: (
|
|
703
703
|
output: __HttpResponse,
|
|
704
704
|
context: __SerdeContext
|
|
705
705
|
) => Promise<DisassociateApplicationFleetCommandOutput>;
|
|
706
|
-
export declare const
|
|
706
|
+
export declare const de_DisassociateApplicationFromEntitlementCommand: (
|
|
707
707
|
output: __HttpResponse,
|
|
708
708
|
context: __SerdeContext
|
|
709
709
|
) => Promise<DisassociateApplicationFromEntitlementCommandOutput>;
|
|
710
|
-
export declare const
|
|
710
|
+
export declare const de_DisassociateFleetCommand: (
|
|
711
711
|
output: __HttpResponse,
|
|
712
712
|
context: __SerdeContext
|
|
713
713
|
) => Promise<DisassociateFleetCommandOutput>;
|
|
714
|
-
export declare const
|
|
714
|
+
export declare const de_EnableUserCommand: (
|
|
715
715
|
output: __HttpResponse,
|
|
716
716
|
context: __SerdeContext
|
|
717
717
|
) => Promise<EnableUserCommandOutput>;
|
|
718
|
-
export declare const
|
|
718
|
+
export declare const de_ExpireSessionCommand: (
|
|
719
719
|
output: __HttpResponse,
|
|
720
720
|
context: __SerdeContext
|
|
721
721
|
) => Promise<ExpireSessionCommandOutput>;
|
|
722
|
-
export declare const
|
|
722
|
+
export declare const de_ListAssociatedFleetsCommand: (
|
|
723
723
|
output: __HttpResponse,
|
|
724
724
|
context: __SerdeContext
|
|
725
725
|
) => Promise<ListAssociatedFleetsCommandOutput>;
|
|
726
|
-
export declare const
|
|
726
|
+
export declare const de_ListAssociatedStacksCommand: (
|
|
727
727
|
output: __HttpResponse,
|
|
728
728
|
context: __SerdeContext
|
|
729
729
|
) => Promise<ListAssociatedStacksCommandOutput>;
|
|
730
|
-
export declare const
|
|
730
|
+
export declare const de_ListEntitledApplicationsCommand: (
|
|
731
731
|
output: __HttpResponse,
|
|
732
732
|
context: __SerdeContext
|
|
733
733
|
) => Promise<ListEntitledApplicationsCommandOutput>;
|
|
734
|
-
export declare const
|
|
734
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
735
735
|
output: __HttpResponse,
|
|
736
736
|
context: __SerdeContext
|
|
737
737
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
738
|
-
export declare const
|
|
738
|
+
export declare const de_StartFleetCommand: (
|
|
739
739
|
output: __HttpResponse,
|
|
740
740
|
context: __SerdeContext
|
|
741
741
|
) => Promise<StartFleetCommandOutput>;
|
|
742
|
-
export declare const
|
|
742
|
+
export declare const de_StartImageBuilderCommand: (
|
|
743
743
|
output: __HttpResponse,
|
|
744
744
|
context: __SerdeContext
|
|
745
745
|
) => Promise<StartImageBuilderCommandOutput>;
|
|
746
|
-
export declare const
|
|
746
|
+
export declare const de_StopFleetCommand: (
|
|
747
747
|
output: __HttpResponse,
|
|
748
748
|
context: __SerdeContext
|
|
749
749
|
) => Promise<StopFleetCommandOutput>;
|
|
750
|
-
export declare const
|
|
750
|
+
export declare const de_StopImageBuilderCommand: (
|
|
751
751
|
output: __HttpResponse,
|
|
752
752
|
context: __SerdeContext
|
|
753
753
|
) => Promise<StopImageBuilderCommandOutput>;
|
|
754
|
-
export declare const
|
|
754
|
+
export declare const de_TagResourceCommand: (
|
|
755
755
|
output: __HttpResponse,
|
|
756
756
|
context: __SerdeContext
|
|
757
757
|
) => Promise<TagResourceCommandOutput>;
|
|
758
|
-
export declare const
|
|
758
|
+
export declare const de_UntagResourceCommand: (
|
|
759
759
|
output: __HttpResponse,
|
|
760
760
|
context: __SerdeContext
|
|
761
761
|
) => Promise<UntagResourceCommandOutput>;
|
|
762
|
-
export declare const
|
|
762
|
+
export declare const de_UpdateApplicationCommand: (
|
|
763
763
|
output: __HttpResponse,
|
|
764
764
|
context: __SerdeContext
|
|
765
765
|
) => Promise<UpdateApplicationCommandOutput>;
|
|
766
|
-
export declare const
|
|
766
|
+
export declare const de_UpdateDirectoryConfigCommand: (
|
|
767
767
|
output: __HttpResponse,
|
|
768
768
|
context: __SerdeContext
|
|
769
769
|
) => Promise<UpdateDirectoryConfigCommandOutput>;
|
|
770
|
-
export declare const
|
|
770
|
+
export declare const de_UpdateEntitlementCommand: (
|
|
771
771
|
output: __HttpResponse,
|
|
772
772
|
context: __SerdeContext
|
|
773
773
|
) => Promise<UpdateEntitlementCommandOutput>;
|
|
774
|
-
export declare const
|
|
774
|
+
export declare const de_UpdateFleetCommand: (
|
|
775
775
|
output: __HttpResponse,
|
|
776
776
|
context: __SerdeContext
|
|
777
777
|
) => Promise<UpdateFleetCommandOutput>;
|
|
778
|
-
export declare const
|
|
778
|
+
export declare const de_UpdateImagePermissionsCommand: (
|
|
779
779
|
output: __HttpResponse,
|
|
780
780
|
context: __SerdeContext
|
|
781
781
|
) => Promise<UpdateImagePermissionsCommandOutput>;
|
|
782
|
-
export declare const
|
|
782
|
+
export declare const de_UpdateStackCommand: (
|
|
783
783
|
output: __HttpResponse,
|
|
784
784
|
context: __SerdeContext
|
|
785
785
|
) => Promise<UpdateStackCommandOutput>;
|