@aws-sdk/client-appstream 3.932.0 → 3.933.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 +45 -13
- package/dist-cjs/index.js +312 -42
- package/dist-es/AppStream.js +8 -0
- package/dist-es/commands/CreateExportImageTaskCommand.js +16 -0
- package/dist-es/commands/CreateImportedImageCommand.js +16 -0
- package/dist-es/commands/GetExportImageTaskCommand.js +16 -0
- package/dist-es/commands/ListExportImageTasksCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +60 -27
- package/dist-es/schemas/schemas_0.js +194 -16
- package/dist-types/AppStream.d.ts +36 -6
- package/dist-types/AppStreamClient.d.ts +12 -8
- package/dist-types/commands/CreateAppBlockBuilderCommand.d.ts +2 -2
- package/dist-types/commands/CreateAppBlockCommand.d.ts +1 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +1 -1
- package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateEntitlementCommand.d.ts +1 -1
- package/dist-types/commands/CreateExportImageTaskCommand.d.ts +118 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +8 -2
- package/dist-types/commands/CreateImageBuilderCommand.d.ts +9 -3
- package/dist-types/commands/CreateImportedImageCommand.d.ts +186 -0
- package/dist-types/commands/CreateStreamingURLCommand.d.ts +1 -1
- package/dist-types/commands/CreateUpdatedImageCommand.d.ts +6 -5
- package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageBuilderCommand.d.ts +5 -2
- package/dist-types/commands/DeleteImageCommand.d.ts +4 -3
- package/dist-types/commands/DescribeAppBlockBuildersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -1
- package/dist-types/commands/DescribeImageBuildersCommand.d.ts +5 -2
- package/dist-types/commands/DescribeImagesCommand.d.ts +4 -3
- package/dist-types/commands/DisableUserCommand.d.ts +1 -1
- package/dist-types/commands/EnableUserCommand.d.ts +1 -1
- package/dist-types/commands/GetExportImageTaskCommand.d.ts +97 -0
- package/dist-types/commands/ListExportImageTasksCommand.d.ts +106 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/StartAppBlockBuilderCommand.d.ts +2 -2
- package/dist-types/commands/StartFleetCommand.d.ts +1 -1
- package/dist-types/commands/StartImageBuilderCommand.d.ts +5 -2
- package/dist-types/commands/StopAppBlockBuilderCommand.d.ts +1 -1
- package/dist-types/commands/StopImageBuilderCommand.d.ts +5 -2
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAppBlockBuilderCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFleetCommand.d.ts +9 -3
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/index.d.ts +6 -6
- package/dist-types/models/models_0.d.ts +822 -503
- package/dist-types/schemas/schemas_0.d.ts +24 -0
- package/dist-types/ts3.4/AppStream.d.ts +70 -0
- package/dist-types/ts3.4/AppStreamClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateExportImageTaskCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateImportedImageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetExportImageTaskCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListExportImageTasksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +176 -68
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +24 -0
- package/package.json +3 -3
|
@@ -8,6 +8,7 @@ const _AAFR = "AssociateApplicationFleetRequest";
|
|
|
8
8
|
const _AAFRs = "AssociateApplicationFleetResult";
|
|
9
9
|
const _AALUL = "AdminAppLicenseUsageList";
|
|
10
10
|
const _AALUR = "AdminAppLicenseUsageRecord";
|
|
11
|
+
const _AAP = "AbsoluteAppPath";
|
|
11
12
|
const _AATE = "AssociateApplicationToEntitlement";
|
|
12
13
|
const _AATER = "AssociateApplicationToEntitlementRequest";
|
|
13
14
|
const _AATERs = "AssociateApplicationToEntitlementResult";
|
|
@@ -25,6 +26,9 @@ const _ABBSCR = "AppBlockBuilderStateChangeReason";
|
|
|
25
26
|
const _ABBp = "AppBlockBuilders";
|
|
26
27
|
const _ABE = "AppBlockErrors";
|
|
27
28
|
const _ABp = "AppBlocks";
|
|
29
|
+
const _AC = "ApplicationConfig";
|
|
30
|
+
const _ACC = "AppCatalogConfig";
|
|
31
|
+
const _AD = "AmiDescription";
|
|
28
32
|
const _AE = "AccessEndpoint";
|
|
29
33
|
const _AEL = "AccessEndpointList";
|
|
30
34
|
const _AEc = "AccessEndpoints";
|
|
@@ -35,9 +39,13 @@ const _AFAp = "ApplicationFleetAssociations";
|
|
|
35
39
|
const _AFR = "AssociateFleetRequest";
|
|
36
40
|
const _AFRs = "AssociateFleetResult";
|
|
37
41
|
const _AI = "ApplicationIdentifier";
|
|
42
|
+
const _AIP = "AbsoluteIconPath";
|
|
43
|
+
const _AIm = "AmiId";
|
|
38
44
|
const _AIp = "ApplicationId";
|
|
39
45
|
const _ALU = "AppLicenseUsages";
|
|
46
|
+
const _AMP = "AbsoluteManifestPath";
|
|
40
47
|
const _AN = "AccountName";
|
|
48
|
+
const _ANm = "AmiName";
|
|
41
49
|
const _AP = "AccountPassword";
|
|
42
50
|
const _AR = "AssociatedResource";
|
|
43
51
|
const _AS = "ApplicationSettings";
|
|
@@ -45,6 +53,7 @@ const _ASR = "ApplicationSettingsResponse";
|
|
|
45
53
|
const _ASTIB = "AssociateSoftwareToImageBuilder";
|
|
46
54
|
const _ASTIBR = "AssociateSoftwareToImageBuilderRequest";
|
|
47
55
|
const _ASTIBRs = "AssociateSoftwareToImageBuilderResult";
|
|
56
|
+
const _ASV = "AgentSoftwareVersion";
|
|
48
57
|
const _AT = "AuthenticationType";
|
|
49
58
|
const _ATD = "AttributesToDelete";
|
|
50
59
|
const _AUS = "AvailableUserSessions";
|
|
@@ -82,10 +91,14 @@ const _CARr = "CreateApplicationResult";
|
|
|
82
91
|
const _CBAP = "CertificateBasedAuthProperties";
|
|
83
92
|
const _CC = "ComputeCapacity";
|
|
84
93
|
const _CCS = "ComputeCapacityStatus";
|
|
94
|
+
const _CD = "CreatedDate";
|
|
85
95
|
const _CDC = "CreateDirectoryConfig";
|
|
86
96
|
const _CDCR = "CreateDirectoryConfigRequest";
|
|
87
97
|
const _CDCRr = "CreateDirectoryConfigResult";
|
|
88
98
|
const _CE = "CreateEntitlement";
|
|
99
|
+
const _CEIT = "CreateExportImageTask";
|
|
100
|
+
const _CEITR = "CreateExportImageTaskRequest";
|
|
101
|
+
const _CEITRr = "CreateExportImageTaskResult";
|
|
89
102
|
const _CER = "CreateEntitlementRequest";
|
|
90
103
|
const _CERr = "CreateEntitlementResult";
|
|
91
104
|
const _CF = "CreateFleet";
|
|
@@ -98,6 +111,9 @@ const _CIBRr = "CreateImageBuilderResult";
|
|
|
98
111
|
const _CIBSURL = "CreateImageBuilderStreamingURL";
|
|
99
112
|
const _CIBSURLR = "CreateImageBuilderStreamingURLRequest";
|
|
100
113
|
const _CIBSURLRr = "CreateImageBuilderStreamingURLResult";
|
|
114
|
+
const _CII = "CreateImportedImage";
|
|
115
|
+
const _CIIR = "CreateImportedImageRequest";
|
|
116
|
+
const _CIIRr = "CreateImportedImageResult";
|
|
101
117
|
const _CIR = "CopyImageRequest";
|
|
102
118
|
const _CIRo = "CopyImageResponse";
|
|
103
119
|
const _CME = "ConcurrentModificationException";
|
|
@@ -212,6 +228,8 @@ const _DNi = "DirectoryName";
|
|
|
212
228
|
const _DNir = "DirectoryNames";
|
|
213
229
|
const _DR = "DestinationRegion";
|
|
214
230
|
const _DRAC = "DomainsRequireAdminConsent";
|
|
231
|
+
const _DROE = "DryRunOperationException";
|
|
232
|
+
const _DRr = "DryRun";
|
|
215
233
|
const _DS = "DesiredSessions";
|
|
216
234
|
const _DSA = "DescribeSoftwareAssociations";
|
|
217
235
|
const _DSAR = "DescribeSoftwareAssociationsRequest";
|
|
@@ -272,6 +290,8 @@ const _EDL = "ErrorDetailsList";
|
|
|
272
290
|
const _EHD = "EmbedHostDomains";
|
|
273
291
|
const _EI = "EniId";
|
|
274
292
|
const _EIA = "EniIpv6Addresses";
|
|
293
|
+
const _EIT = "ExportImageTask";
|
|
294
|
+
const _EITx = "ExportImageTasks";
|
|
275
295
|
const _EL = "EntitlementList";
|
|
276
296
|
const _EM = "ErrorMessage";
|
|
277
297
|
const _EN = "EntitlementName";
|
|
@@ -298,10 +318,16 @@ const _FLURL = "FooterLinkURL";
|
|
|
298
318
|
const _FLl = "FleetList";
|
|
299
319
|
const _FN = "FleetName";
|
|
300
320
|
const _FNi = "FirstName";
|
|
321
|
+
const _FP = "FilePath";
|
|
301
322
|
const _FSL = "FaviconS3Location";
|
|
302
323
|
const _FT = "FleetType";
|
|
303
324
|
const _FURL = "FeedbackURL";
|
|
325
|
+
const _Fi = "Filter";
|
|
326
|
+
const _Fil = "Filters";
|
|
304
327
|
const _Fl = "Fleets";
|
|
328
|
+
const _GEIT = "GetExportImageTask";
|
|
329
|
+
const _GEITR = "GetExportImageTaskRequest";
|
|
330
|
+
const _GEITRe = "GetExportImageTaskResult";
|
|
305
331
|
const _I = "Image";
|
|
306
332
|
const _IA = "ImageArn";
|
|
307
333
|
const _IASE = "InvalidAccountStatusException";
|
|
@@ -317,6 +343,7 @@ const _IE = "ImageErrors";
|
|
|
317
343
|
const _IF = "InstanceFamilies";
|
|
318
344
|
const _II = "InstanceId";
|
|
319
345
|
const _IIE = "IncompatibleImageException";
|
|
346
|
+
const _IIT = "IntendedInstanceType";
|
|
320
347
|
const _IL = "ImageList";
|
|
321
348
|
const _IN = "ImageName";
|
|
322
349
|
const _IP = "ImagePermissions";
|
|
@@ -327,6 +354,7 @@ const _ISCR = "ImageStateChangeReason";
|
|
|
327
354
|
const _ISL = "IconS3Location";
|
|
328
355
|
const _ISWO = "ImageSharedWithOthers";
|
|
329
356
|
const _IT = "InstanceType";
|
|
357
|
+
const _ITm = "ImageType";
|
|
330
358
|
const _IU = "InUse";
|
|
331
359
|
const _IURL = "IconURL";
|
|
332
360
|
const _Id = "Id";
|
|
@@ -343,11 +371,14 @@ const _LEA = "ListEntitledApplications";
|
|
|
343
371
|
const _LEAR = "ListEntitledApplicationsRequest";
|
|
344
372
|
const _LEARi = "ListEntitledApplicationsResult";
|
|
345
373
|
const _LEE = "LimitExceededException";
|
|
374
|
+
const _LEIT = "ListExportImageTasks";
|
|
375
|
+
const _LEITR = "ListExportImageTasksRequest";
|
|
376
|
+
const _LEITRi = "ListExportImageTasksResult";
|
|
346
377
|
const _LGRD = "LastGeneratedReportDate";
|
|
347
378
|
const _LMT = "LastModifiedTime";
|
|
348
379
|
const _LN = "LastName";
|
|
349
|
-
const _LP = "
|
|
350
|
-
const _LPa = "
|
|
380
|
+
const _LP = "LaunchParameters";
|
|
381
|
+
const _LPa = "LaunchPath";
|
|
351
382
|
const _LRGEE = "LastReportGenerationExecutionError";
|
|
352
383
|
const _LRGEEa = "LastReportGenerationExecutionErrors";
|
|
353
384
|
const _LT = "LicenseType";
|
|
@@ -392,6 +423,8 @@ const _RLEE = "RequestLimitExceededException";
|
|
|
392
423
|
const _RNAE = "ResourceNotAvailableException";
|
|
393
424
|
const _RNFE = "ResourceNotFoundException";
|
|
394
425
|
const _RURL = "RedirectURL";
|
|
426
|
+
const _RVC = "RootVolumeConfig";
|
|
427
|
+
const _RVCu = "RuntimeValidationConfig";
|
|
395
428
|
const _S = "State";
|
|
396
429
|
const _SA = "SoftwareAssociations";
|
|
397
430
|
const _SAAI = "SharedAwsAccountIds";
|
|
@@ -402,7 +435,8 @@ const _SABBRto = "StopAppBlockBuilderRequest";
|
|
|
402
435
|
const _SABBRtop = "StopAppBlockBuilderResult";
|
|
403
436
|
const _SABBt = "StopAppBlockBuilder";
|
|
404
437
|
const _SAC = "ServiceAccountCredentials";
|
|
405
|
-
const _SAI = "
|
|
438
|
+
const _SAI = "SourceAmiId";
|
|
439
|
+
const _SAIh = "SharedAccountId";
|
|
406
440
|
const _SAL = "SoftwareAssociationsList";
|
|
407
441
|
const _SB = "S3Bucket";
|
|
408
442
|
const _SBN = "S3BucketName";
|
|
@@ -468,13 +502,15 @@ const _T = "Tags";
|
|
|
468
502
|
const _TFL = "ThemeFooterLinks";
|
|
469
503
|
const _TFLh = "ThemeFooterLink";
|
|
470
504
|
const _TFURL = "ThemeFaviconURL";
|
|
505
|
+
const _TI = "TaskId";
|
|
471
506
|
const _TIS = "TimeoutInSeconds";
|
|
472
507
|
const _TK = "TagKeys";
|
|
473
508
|
const _TOLURL = "ThemeOrganizationLogoURL";
|
|
474
509
|
const _TR = "TagResource";
|
|
475
510
|
const _TRR = "TagResourceRequest";
|
|
476
511
|
const _TRRa = "TagResourceResponse";
|
|
477
|
-
const _TS = "
|
|
512
|
+
const _TS = "TagSpecifications";
|
|
513
|
+
const _TSh = "ThemeStyling";
|
|
478
514
|
const _TT = "TitleText";
|
|
479
515
|
const _TTT = "ThemeTitleText";
|
|
480
516
|
const _Th = "Theme";
|
|
@@ -528,8 +564,11 @@ const _Us = "Users";
|
|
|
528
564
|
const _Use = "User";
|
|
529
565
|
const _V = "Validity";
|
|
530
566
|
const _VC = "VpcConfig";
|
|
567
|
+
const _VCo = "VolumeConfig";
|
|
531
568
|
const _VI = "VpceId";
|
|
569
|
+
const _VSIG = "VolumeSizeInGb";
|
|
532
570
|
const _Va = "Value";
|
|
571
|
+
const _Val = "Values";
|
|
533
572
|
const _Vi = "Visibility";
|
|
534
573
|
const _WD = "WorkingDirectory";
|
|
535
574
|
const _aF = "allowFleet";
|
|
@@ -552,9 +591,11 @@ const _sAI = "sharedAccountId";
|
|
|
552
591
|
const n0 = "com.amazonaws.appstream";
|
|
553
592
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
554
593
|
import { AppStreamServiceException as __AppStreamServiceException } from "../models/AppStreamServiceException";
|
|
555
|
-
import { ConcurrentModificationException as __ConcurrentModificationException, EntitlementAlreadyExistsException as __EntitlementAlreadyExistsException, EntitlementNotFoundException as __EntitlementNotFoundException, IncompatibleImageException as __IncompatibleImageException, InvalidAccountStatusException as __InvalidAccountStatusException, InvalidParameterCombinationException as __InvalidParameterCombinationException, InvalidRoleException as __InvalidRoleException, LimitExceededException as __LimitExceededException, OperationNotPermittedException as __OperationNotPermittedException, RequestLimitExceededException as __RequestLimitExceededException, ResourceAlreadyExistsException as __ResourceAlreadyExistsException, ResourceInUseException as __ResourceInUseException, ResourceNotAvailableException as __ResourceNotAvailableException, ResourceNotFoundException as __ResourceNotFoundException, } from "../models/index";
|
|
594
|
+
import { ConcurrentModificationException as __ConcurrentModificationException, DryRunOperationException as __DryRunOperationException, EntitlementAlreadyExistsException as __EntitlementAlreadyExistsException, EntitlementNotFoundException as __EntitlementNotFoundException, IncompatibleImageException as __IncompatibleImageException, InvalidAccountStatusException as __InvalidAccountStatusException, InvalidParameterCombinationException as __InvalidParameterCombinationException, InvalidRoleException as __InvalidRoleException, LimitExceededException as __LimitExceededException, OperationNotPermittedException as __OperationNotPermittedException, RequestLimitExceededException as __RequestLimitExceededException, ResourceAlreadyExistsException as __ResourceAlreadyExistsException, ResourceInUseException as __ResourceInUseException, ResourceNotAvailableException as __ResourceNotAvailableException, ResourceNotFoundException as __ResourceNotFoundException, } from "../models/index";
|
|
556
595
|
export var AccountName = [0, n0, _AN, 8, 0];
|
|
557
596
|
export var AccountPassword = [0, n0, _AP, 8, 0];
|
|
597
|
+
export var FilePath = [0, n0, _FP, 8, 0];
|
|
598
|
+
export var LaunchParameters = [0, n0, _LP, 8, 0];
|
|
558
599
|
export var UserAttributeValue = [0, n0, _UAV, 8, 0];
|
|
559
600
|
export var Username = [0, n0, _U, 8, 0];
|
|
560
601
|
export var AccessEndpoint = [3, n0, _AE, 0, [_ET, _VI], [0, 0]];
|
|
@@ -604,9 +645,25 @@ export var Application = [
|
|
|
604
645
|
n0,
|
|
605
646
|
_Ap,
|
|
606
647
|
0,
|
|
607
|
-
[_N, _DN, _IURL,
|
|
648
|
+
[_N, _DN, _IURL, _LPa, _LP, _E, _Me, _WD, _D, _A, _ABA, _ISL, _Pl, _IF, _CT],
|
|
608
649
|
[0, 0, 0, 0, 0, 2, 128 | 0, 0, 0, 0, 0, () => S3Location, 64 | 0, 64 | 0, 4],
|
|
609
650
|
];
|
|
651
|
+
export var ApplicationConfig = [
|
|
652
|
+
3,
|
|
653
|
+
n0,
|
|
654
|
+
_AC,
|
|
655
|
+
8,
|
|
656
|
+
[_N, _DN, _AAP, _AIP, _AMP, _WD, _LP],
|
|
657
|
+
[
|
|
658
|
+
0,
|
|
659
|
+
0,
|
|
660
|
+
[() => FilePath, 0],
|
|
661
|
+
[() => FilePath, 0],
|
|
662
|
+
[() => FilePath, 0],
|
|
663
|
+
[() => FilePath, 0],
|
|
664
|
+
[() => LaunchParameters, 0],
|
|
665
|
+
],
|
|
666
|
+
];
|
|
610
667
|
export var ApplicationFleetAssociation = [3, n0, _AFA, 0, [_FN, _AA], [0, 0]];
|
|
611
668
|
export var ApplicationSettings = [3, n0, _AS, 0, [_E, _SG], [2, 0]];
|
|
612
669
|
export var ApplicationSettingsResponse = [3, n0, _ASR, 0, [_E, _SG, _SBN], [2, 0, 0]];
|
|
@@ -743,7 +800,7 @@ export var CreateApplicationRequest = [
|
|
|
743
800
|
n0,
|
|
744
801
|
_CAR,
|
|
745
802
|
0,
|
|
746
|
-
[_N, _DN, _D, _ISL,
|
|
803
|
+
[_N, _DN, _D, _ISL, _LPa, _WD, _LP, _Pl, _IF, _ABA, _T],
|
|
747
804
|
[0, 0, 0, () => S3Location, 0, 0, 0, 64 | 0, 64 | 0, 0, 128 | 0],
|
|
748
805
|
];
|
|
749
806
|
export var CreateApplicationResult = [3, n0, _CARr, 0, [_Ap], [() => Application]];
|
|
@@ -765,6 +822,15 @@ export var CreateEntitlementRequest = [
|
|
|
765
822
|
[0, 0, 0, 0, () => EntitlementAttributeList],
|
|
766
823
|
];
|
|
767
824
|
export var CreateEntitlementResult = [3, n0, _CERr, 0, [_En], [() => Entitlement]];
|
|
825
|
+
export var CreateExportImageTaskRequest = [
|
|
826
|
+
3,
|
|
827
|
+
n0,
|
|
828
|
+
_CEITR,
|
|
829
|
+
0,
|
|
830
|
+
[_IN, _ANm, _IRA, _TS, _AD],
|
|
831
|
+
[0, 0, 0, 128 | 0, 0],
|
|
832
|
+
];
|
|
833
|
+
export var CreateExportImageTaskResult = [3, n0, _CEITRr, 0, [_EIT], [() => ExportImageTask]];
|
|
768
834
|
export var CreateFleetRequest = [
|
|
769
835
|
3,
|
|
770
836
|
n0,
|
|
@@ -793,6 +859,7 @@ export var CreateFleetRequest = [
|
|
|
793
859
|
_UDFS,
|
|
794
860
|
_SSSL,
|
|
795
861
|
_MSPI,
|
|
862
|
+
_RVC,
|
|
796
863
|
],
|
|
797
864
|
[
|
|
798
865
|
0,
|
|
@@ -817,6 +884,7 @@ export var CreateFleetRequest = [
|
|
|
817
884
|
64 | 0,
|
|
818
885
|
() => S3Location,
|
|
819
886
|
1,
|
|
887
|
+
() => VolumeConfig,
|
|
820
888
|
],
|
|
821
889
|
];
|
|
822
890
|
export var CreateFleetResult = [3, n0, _CFRr, 0, [_F], [() => Fleet]];
|
|
@@ -825,12 +893,38 @@ export var CreateImageBuilderRequest = [
|
|
|
825
893
|
n0,
|
|
826
894
|
_CIBR,
|
|
827
895
|
0,
|
|
828
|
-
[_N, _IN, _IA, _IT, _D, _DN, _VC, _IRA, _EDIA, _DJI, _AAV, _T, _AEc, _STI, _STU],
|
|
829
|
-
[
|
|
896
|
+
[_N, _IN, _IA, _IT, _D, _DN, _VC, _IRA, _EDIA, _DJI, _AAV, _T, _AEc, _RVC, _STI, _STU],
|
|
897
|
+
[
|
|
898
|
+
0,
|
|
899
|
+
0,
|
|
900
|
+
0,
|
|
901
|
+
0,
|
|
902
|
+
0,
|
|
903
|
+
0,
|
|
904
|
+
() => VpcConfig,
|
|
905
|
+
0,
|
|
906
|
+
2,
|
|
907
|
+
() => DomainJoinInfo,
|
|
908
|
+
0,
|
|
909
|
+
128 | 0,
|
|
910
|
+
() => AccessEndpointList,
|
|
911
|
+
() => VolumeConfig,
|
|
912
|
+
64 | 0,
|
|
913
|
+
64 | 0,
|
|
914
|
+
],
|
|
830
915
|
];
|
|
831
916
|
export var CreateImageBuilderResult = [3, n0, _CIBRr, 0, [_IB], [() => ImageBuilder]];
|
|
832
917
|
export var CreateImageBuilderStreamingURLRequest = [3, n0, _CIBSURLR, 0, [_N, _V], [0, 1]];
|
|
833
918
|
export var CreateImageBuilderStreamingURLResult = [3, n0, _CIBSURLRr, 0, [_SURL, _Ex], [0, 4]];
|
|
919
|
+
export var CreateImportedImageRequest = [
|
|
920
|
+
3,
|
|
921
|
+
n0,
|
|
922
|
+
_CIIR,
|
|
923
|
+
0,
|
|
924
|
+
[_N, _SAI, _IRA, _D, _DN, _T, _RVCu, _ASV, _ACC, _DRr],
|
|
925
|
+
[0, 0, 0, 0, 0, 128 | 0, () => RuntimeValidationConfig, 0, [() => AppCatalogConfig, 0], 2],
|
|
926
|
+
];
|
|
927
|
+
export var CreateImportedImageResult = [3, n0, _CIIRr, 0, [_I], [() => Image]];
|
|
834
928
|
export var CreateStackRequest = [
|
|
835
929
|
3,
|
|
836
930
|
n0,
|
|
@@ -867,7 +961,7 @@ export var CreateThemeForStackRequest = [
|
|
|
867
961
|
n0,
|
|
868
962
|
_CTFSR,
|
|
869
963
|
0,
|
|
870
|
-
[_SN, _FL, _TT,
|
|
964
|
+
[_SN, _FL, _TT, _TSh, _OLSL, _FSL],
|
|
871
965
|
[0, () => ThemeFooterLinks, 0, 0, () => S3Location, () => S3Location],
|
|
872
966
|
];
|
|
873
967
|
export var CreateThemeForStackResult = [3, n0, _CTFSRr, 0, [_Th], [() => Theme]];
|
|
@@ -905,7 +999,7 @@ export var DeleteFleetRequest = [3, n0, _DFR, 0, [_N], [0]];
|
|
|
905
999
|
export var DeleteFleetResult = [3, n0, _DFRe, 0, [], []];
|
|
906
1000
|
export var DeleteImageBuilderRequest = [3, n0, _DIBR, 0, [_N], [0]];
|
|
907
1001
|
export var DeleteImageBuilderResult = [3, n0, _DIBRe, 0, [_IB], [() => ImageBuilder]];
|
|
908
|
-
export var DeleteImagePermissionsRequest = [3, n0, _DIPR, 0, [_N,
|
|
1002
|
+
export var DeleteImagePermissionsRequest = [3, n0, _DIPR, 0, [_N, _SAIh], [0, 0]];
|
|
909
1003
|
export var DeleteImagePermissionsResult = [3, n0, _DIPRe, 0, [], []];
|
|
910
1004
|
export var DeleteImageRequest = [3, n0, _DIR, 0, [_N], [0]];
|
|
911
1005
|
export var DeleteImageResult = [3, n0, _DIRe, 0, [_I], [() => Image]];
|
|
@@ -1137,6 +1231,18 @@ export var DisassociateSoftwareFromImageBuilderRequest = [
|
|
|
1137
1231
|
];
|
|
1138
1232
|
export var DisassociateSoftwareFromImageBuilderResult = [3, n0, _DSFIBRi, 0, [], []];
|
|
1139
1233
|
export var DomainJoinInfo = [3, n0, _DJI, 0, [_DNi, _OUDNr], [0, 0]];
|
|
1234
|
+
export var DryRunOperationException = [
|
|
1235
|
+
-3,
|
|
1236
|
+
n0,
|
|
1237
|
+
_DROE,
|
|
1238
|
+
{
|
|
1239
|
+
[_er]: _c,
|
|
1240
|
+
[_hE]: 412,
|
|
1241
|
+
},
|
|
1242
|
+
[_M],
|
|
1243
|
+
[0],
|
|
1244
|
+
];
|
|
1245
|
+
TypeRegistry.for(n0).registerError(DryRunOperationException, __DryRunOperationException);
|
|
1140
1246
|
export var EnableUserRequest = [3, n0, _EUR, 0, [_UN, _AT], [[() => Username, 0], 0]];
|
|
1141
1247
|
export var EnableUserResult = [3, n0, _EURn, 0, [], []];
|
|
1142
1248
|
export var EntitledApplication = [3, n0, _EA, 0, [_AI], [0]];
|
|
@@ -1176,6 +1282,15 @@ TypeRegistry.for(n0).registerError(EntitlementNotFoundException, __EntitlementNo
|
|
|
1176
1282
|
export var ErrorDetails = [3, n0, _ED, 0, [_EC, _EM], [0, 0]];
|
|
1177
1283
|
export var ExpireSessionRequest = [3, n0, _ESR, 0, [_SI], [0]];
|
|
1178
1284
|
export var ExpireSessionResult = [3, n0, _ESRx, 0, [], []];
|
|
1285
|
+
export var ExportImageTask = [
|
|
1286
|
+
3,
|
|
1287
|
+
n0,
|
|
1288
|
+
_EIT,
|
|
1289
|
+
0,
|
|
1290
|
+
[_TI, _IA, _ANm, _CD, _AD, _S, _AIm, _TS, _ED],
|
|
1291
|
+
[0, 0, 0, 4, 0, 0, 0, 128 | 0, () => ErrorDetailsList],
|
|
1292
|
+
];
|
|
1293
|
+
export var Filter = [3, n0, _Fi, 0, [_N, _Val], [0, 64 | 0]];
|
|
1179
1294
|
export var Fleet = [
|
|
1180
1295
|
3,
|
|
1181
1296
|
n0,
|
|
@@ -1207,6 +1322,7 @@ export var Fleet = [
|
|
|
1207
1322
|
_UDFS,
|
|
1208
1323
|
_SSSL,
|
|
1209
1324
|
_MSPI,
|
|
1325
|
+
_RVC,
|
|
1210
1326
|
],
|
|
1211
1327
|
[
|
|
1212
1328
|
0,
|
|
@@ -1234,9 +1350,12 @@ export var Fleet = [
|
|
|
1234
1350
|
64 | 0,
|
|
1235
1351
|
() => S3Location,
|
|
1236
1352
|
1,
|
|
1353
|
+
() => VolumeConfig,
|
|
1237
1354
|
],
|
|
1238
1355
|
];
|
|
1239
1356
|
export var FleetError = [3, n0, _FEl, 0, [_EC, _EM], [0, 0]];
|
|
1357
|
+
export var GetExportImageTaskRequest = [3, n0, _GEITR, 0, [_TI], [0]];
|
|
1358
|
+
export var GetExportImageTaskResult = [3, n0, _GEITRe, 0, [_EIT], [() => ExportImageTask]];
|
|
1240
1359
|
export var Image = [
|
|
1241
1360
|
3,
|
|
1242
1361
|
n0,
|
|
@@ -1265,6 +1384,7 @@ export var Image = [
|
|
|
1265
1384
|
_DAPE,
|
|
1266
1385
|
_ISWO,
|
|
1267
1386
|
_MSI,
|
|
1387
|
+
_ITm,
|
|
1268
1388
|
],
|
|
1269
1389
|
[
|
|
1270
1390
|
0,
|
|
@@ -1289,6 +1409,7 @@ export var Image = [
|
|
|
1289
1409
|
0,
|
|
1290
1410
|
0,
|
|
1291
1411
|
2,
|
|
1412
|
+
0,
|
|
1292
1413
|
],
|
|
1293
1414
|
];
|
|
1294
1415
|
export var ImageBuilder = [
|
|
@@ -1296,7 +1417,7 @@ export var ImageBuilder = [
|
|
|
1296
1417
|
n0,
|
|
1297
1418
|
_IB,
|
|
1298
1419
|
0,
|
|
1299
|
-
[_N, _A, _IA, _D, _DN, _VC, _IT, _P, _IRA, _S, _SCR, _CT, _EDIA, _DJI, _NAC, _IBE, _AAV, _AEc, _LAAV],
|
|
1420
|
+
[_N, _A, _IA, _D, _DN, _VC, _IT, _P, _IRA, _S, _SCR, _CT, _EDIA, _DJI, _NAC, _IBE, _AAV, _AEc, _RVC, _LAAV],
|
|
1300
1421
|
[
|
|
1301
1422
|
0,
|
|
1302
1423
|
0,
|
|
@@ -1316,6 +1437,7 @@ export var ImageBuilder = [
|
|
|
1316
1437
|
() => ResourceErrors,
|
|
1317
1438
|
0,
|
|
1318
1439
|
() => AccessEndpointList,
|
|
1440
|
+
() => VolumeConfig,
|
|
1319
1441
|
0,
|
|
1320
1442
|
],
|
|
1321
1443
|
];
|
|
@@ -1403,6 +1525,22 @@ export var ListEntitledApplicationsResult = [
|
|
|
1403
1525
|
[_EAnt, _NT],
|
|
1404
1526
|
[() => EntitledApplicationList, 0],
|
|
1405
1527
|
];
|
|
1528
|
+
export var ListExportImageTasksRequest = [
|
|
1529
|
+
3,
|
|
1530
|
+
n0,
|
|
1531
|
+
_LEITR,
|
|
1532
|
+
0,
|
|
1533
|
+
[_Fil, _MR, _NT],
|
|
1534
|
+
[() => Filters, 1, 0],
|
|
1535
|
+
];
|
|
1536
|
+
export var ListExportImageTasksResult = [
|
|
1537
|
+
3,
|
|
1538
|
+
n0,
|
|
1539
|
+
_LEITRi,
|
|
1540
|
+
0,
|
|
1541
|
+
[_EITx, _NT],
|
|
1542
|
+
[() => ExportImageTasks, 0],
|
|
1543
|
+
];
|
|
1406
1544
|
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [0]];
|
|
1407
1545
|
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
|
|
1408
1546
|
export var NetworkAccessConfiguration = [3, n0, _NAC, 0, [_EPIA, _EIA, _EI], [0, 64 | 0, 0]];
|
|
@@ -1479,6 +1617,7 @@ export var ResourceNotFoundException = [
|
|
|
1479
1617
|
[0],
|
|
1480
1618
|
];
|
|
1481
1619
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1620
|
+
export var RuntimeValidationConfig = [3, n0, _RVCu, 0, [_IIT], [0]];
|
|
1482
1621
|
export var S3Location = [3, n0, _SL, 0, [_SB, _SK], [0, 0]];
|
|
1483
1622
|
export var ScriptDetails = [
|
|
1484
1623
|
3,
|
|
@@ -1570,7 +1709,7 @@ export var Theme = [
|
|
|
1570
1709
|
n0,
|
|
1571
1710
|
_Th,
|
|
1572
1711
|
0,
|
|
1573
|
-
[_SN, _S, _TTT,
|
|
1712
|
+
[_SN, _S, _TTT, _TSh, _TFL, _TOLURL, _TFURL, _CT],
|
|
1574
1713
|
[0, 0, 0, 0, () => ThemeFooterLinks, 0, 0, 4],
|
|
1575
1714
|
];
|
|
1576
1715
|
export var ThemeFooterLink = [3, n0, _TFLh, 0, [_DN, _FLURL], [0, 0]];
|
|
@@ -1590,7 +1729,7 @@ export var UpdateApplicationRequest = [
|
|
|
1590
1729
|
n0,
|
|
1591
1730
|
_UAR,
|
|
1592
1731
|
0,
|
|
1593
|
-
[_N, _DN, _D, _ISL,
|
|
1732
|
+
[_N, _DN, _D, _ISL, _LPa, _WD, _LP, _ABA, _ATD],
|
|
1594
1733
|
[0, 0, 0, () => S3Location, 0, 0, 0, 0, 64 | 0],
|
|
1595
1734
|
];
|
|
1596
1735
|
export var UpdateApplicationResult = [3, n0, _UARp, 0, [_Ap], [() => Application]];
|
|
@@ -1640,6 +1779,7 @@ export var UpdateFleetRequest = [
|
|
|
1640
1779
|
_UDFS,
|
|
1641
1780
|
_SSSL,
|
|
1642
1781
|
_MSPI,
|
|
1782
|
+
_RVC,
|
|
1643
1783
|
],
|
|
1644
1784
|
[
|
|
1645
1785
|
0,
|
|
@@ -1664,6 +1804,7 @@ export var UpdateFleetRequest = [
|
|
|
1664
1804
|
64 | 0,
|
|
1665
1805
|
() => S3Location,
|
|
1666
1806
|
1,
|
|
1807
|
+
() => VolumeConfig,
|
|
1667
1808
|
],
|
|
1668
1809
|
];
|
|
1669
1810
|
export var UpdateFleetResult = [3, n0, _UFRp, 0, [_F], [() => Fleet]];
|
|
@@ -1672,7 +1813,7 @@ export var UpdateImagePermissionsRequest = [
|
|
|
1672
1813
|
n0,
|
|
1673
1814
|
_UIPR,
|
|
1674
1815
|
0,
|
|
1675
|
-
[_N,
|
|
1816
|
+
[_N, _SAIh, _IP],
|
|
1676
1817
|
[0, 0, () => ImagePermissions],
|
|
1677
1818
|
];
|
|
1678
1819
|
export var UpdateImagePermissionsResult = [3, n0, _UIPRp, 0, [], []];
|
|
@@ -1704,7 +1845,7 @@ export var UpdateThemeForStackRequest = [
|
|
|
1704
1845
|
n0,
|
|
1705
1846
|
_UTFSR,
|
|
1706
1847
|
0,
|
|
1707
|
-
[_SN, _FL, _TT,
|
|
1848
|
+
[_SN, _FL, _TT, _TSh, _OLSL, _FSL, _S, _ATD],
|
|
1708
1849
|
[0, () => ThemeFooterLinks, 0, 0, () => S3Location, () => S3Location, 0, 64 | 0],
|
|
1709
1850
|
];
|
|
1710
1851
|
export var UpdateThemeForStackResult = [3, n0, _UTFSRp, 0, [_Th], [() => Theme]];
|
|
@@ -1741,6 +1882,7 @@ export var UserStackAssociationError = [
|
|
|
1741
1882
|
[_USAs, _EC, _EM],
|
|
1742
1883
|
[[() => UserStackAssociation, 0], 0, 0],
|
|
1743
1884
|
];
|
|
1885
|
+
export var VolumeConfig = [3, n0, _VCo, 0, [_VSIG], [1]];
|
|
1744
1886
|
export var VpcConfig = [3, n0, _VC, 0, [_SIu, _SGI], [64 | 0, 64 | 0]];
|
|
1745
1887
|
export var __Unit = "unit";
|
|
1746
1888
|
export var AppStreamServiceException = [-3, _s, "AppStreamServiceException", 0, [], []];
|
|
@@ -1757,6 +1899,7 @@ export var AppBlockBuilderAppBlockAssociationsList = [
|
|
|
1757
1899
|
export var AppBlockBuilderAttributes = 64 | 0;
|
|
1758
1900
|
export var AppBlockBuilderList = [1, n0, _ABBL, 0, () => AppBlockBuilder];
|
|
1759
1901
|
export var AppBlocks = [1, n0, _ABp, 0, () => AppBlock];
|
|
1902
|
+
export var AppCatalogConfig = [1, n0, _ACC, 0, [() => ApplicationConfig, 0]];
|
|
1760
1903
|
export var ApplicationAttributes = 64 | 0;
|
|
1761
1904
|
export var ApplicationFleetAssociationList = [1, n0, _AFAL, 0, () => ApplicationFleetAssociation];
|
|
1762
1905
|
export var Applications = [1, n0, _App, 0, () => Application];
|
|
@@ -1770,6 +1913,9 @@ export var EntitledApplicationList = [1, n0, _EAL, 0, () => EntitledApplication]
|
|
|
1770
1913
|
export var EntitlementAttributeList = [1, n0, _EALn, 0, () => EntitlementAttribute];
|
|
1771
1914
|
export var EntitlementList = [1, n0, _EL, 0, () => Entitlement];
|
|
1772
1915
|
export var ErrorDetailsList = [1, n0, _EDL, 0, () => ErrorDetails];
|
|
1916
|
+
export var ExportImageTasks = [1, n0, _EITx, 0, () => ExportImageTask];
|
|
1917
|
+
export var Filters = [1, n0, _Fil, 0, () => Filter];
|
|
1918
|
+
export var FilterValues = 64 | 0;
|
|
1773
1919
|
export var FleetAttributes = 64 | 0;
|
|
1774
1920
|
export var FleetErrors = [1, n0, _FE, 0, () => FleetError];
|
|
1775
1921
|
export var FleetList = [1, n0, _FLl, 0, () => Fleet];
|
|
@@ -1911,6 +2057,14 @@ export var CreateEntitlement = [
|
|
|
1911
2057
|
() => CreateEntitlementRequest,
|
|
1912
2058
|
() => CreateEntitlementResult,
|
|
1913
2059
|
];
|
|
2060
|
+
export var CreateExportImageTask = [
|
|
2061
|
+
9,
|
|
2062
|
+
n0,
|
|
2063
|
+
_CEIT,
|
|
2064
|
+
0,
|
|
2065
|
+
() => CreateExportImageTaskRequest,
|
|
2066
|
+
() => CreateExportImageTaskResult,
|
|
2067
|
+
];
|
|
1914
2068
|
export var CreateFleet = [9, n0, _CF, 0, () => CreateFleetRequest, () => CreateFleetResult];
|
|
1915
2069
|
export var CreateImageBuilder = [
|
|
1916
2070
|
9,
|
|
@@ -1928,6 +2082,14 @@ export var CreateImageBuilderStreamingURL = [
|
|
|
1928
2082
|
() => CreateImageBuilderStreamingURLRequest,
|
|
1929
2083
|
() => CreateImageBuilderStreamingURLResult,
|
|
1930
2084
|
];
|
|
2085
|
+
export var CreateImportedImage = [
|
|
2086
|
+
9,
|
|
2087
|
+
n0,
|
|
2088
|
+
_CII,
|
|
2089
|
+
0,
|
|
2090
|
+
() => CreateImportedImageRequest,
|
|
2091
|
+
() => CreateImportedImageResult,
|
|
2092
|
+
];
|
|
1931
2093
|
export var CreateStack = [9, n0, _CSr, 0, () => CreateStackRequest, () => CreateStackResult];
|
|
1932
2094
|
export var CreateStreamingURL = [
|
|
1933
2095
|
9,
|
|
@@ -2240,6 +2402,14 @@ export var ExpireSession = [
|
|
|
2240
2402
|
() => ExpireSessionRequest,
|
|
2241
2403
|
() => ExpireSessionResult,
|
|
2242
2404
|
];
|
|
2405
|
+
export var GetExportImageTask = [
|
|
2406
|
+
9,
|
|
2407
|
+
n0,
|
|
2408
|
+
_GEIT,
|
|
2409
|
+
0,
|
|
2410
|
+
() => GetExportImageTaskRequest,
|
|
2411
|
+
() => GetExportImageTaskResult,
|
|
2412
|
+
];
|
|
2243
2413
|
export var ListAssociatedFleets = [
|
|
2244
2414
|
9,
|
|
2245
2415
|
n0,
|
|
@@ -2264,6 +2434,14 @@ export var ListEntitledApplications = [
|
|
|
2264
2434
|
() => ListEntitledApplicationsRequest,
|
|
2265
2435
|
() => ListEntitledApplicationsResult,
|
|
2266
2436
|
];
|
|
2437
|
+
export var ListExportImageTasks = [
|
|
2438
|
+
9,
|
|
2439
|
+
n0,
|
|
2440
|
+
_LEIT,
|
|
2441
|
+
0,
|
|
2442
|
+
() => ListExportImageTasksRequest,
|
|
2443
|
+
() => ListExportImageTasksResult,
|
|
2444
|
+
];
|
|
2267
2445
|
export var ListTagsForResource = [
|
|
2268
2446
|
9,
|
|
2269
2447
|
n0,
|
|
@@ -14,9 +14,11 @@ import { CreateAppBlockCommandInput, CreateAppBlockCommandOutput } from "./comma
|
|
|
14
14
|
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
15
15
|
import { CreateDirectoryConfigCommandInput, CreateDirectoryConfigCommandOutput } from "./commands/CreateDirectoryConfigCommand";
|
|
16
16
|
import { CreateEntitlementCommandInput, CreateEntitlementCommandOutput } from "./commands/CreateEntitlementCommand";
|
|
17
|
+
import { CreateExportImageTaskCommandInput, CreateExportImageTaskCommandOutput } from "./commands/CreateExportImageTaskCommand";
|
|
17
18
|
import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
|
|
18
19
|
import { CreateImageBuilderCommandInput, CreateImageBuilderCommandOutput } from "./commands/CreateImageBuilderCommand";
|
|
19
20
|
import { CreateImageBuilderStreamingURLCommandInput, CreateImageBuilderStreamingURLCommandOutput } from "./commands/CreateImageBuilderStreamingURLCommand";
|
|
21
|
+
import { CreateImportedImageCommandInput, CreateImportedImageCommandOutput } from "./commands/CreateImportedImageCommand";
|
|
20
22
|
import { CreateStackCommandInput, CreateStackCommandOutput } from "./commands/CreateStackCommand";
|
|
21
23
|
import { CreateStreamingURLCommandInput, CreateStreamingURLCommandOutput } from "./commands/CreateStreamingURLCommand";
|
|
22
24
|
import { CreateThemeForStackCommandInput, CreateThemeForStackCommandOutput } from "./commands/CreateThemeForStackCommand";
|
|
@@ -63,9 +65,11 @@ import { DisassociateFleetCommandInput, DisassociateFleetCommandOutput } from ".
|
|
|
63
65
|
import { DisassociateSoftwareFromImageBuilderCommandInput, DisassociateSoftwareFromImageBuilderCommandOutput } from "./commands/DisassociateSoftwareFromImageBuilderCommand";
|
|
64
66
|
import { EnableUserCommandInput, EnableUserCommandOutput } from "./commands/EnableUserCommand";
|
|
65
67
|
import { ExpireSessionCommandInput, ExpireSessionCommandOutput } from "./commands/ExpireSessionCommand";
|
|
68
|
+
import { GetExportImageTaskCommandInput, GetExportImageTaskCommandOutput } from "./commands/GetExportImageTaskCommand";
|
|
66
69
|
import { ListAssociatedFleetsCommandInput, ListAssociatedFleetsCommandOutput } from "./commands/ListAssociatedFleetsCommand";
|
|
67
70
|
import { ListAssociatedStacksCommandInput, ListAssociatedStacksCommandOutput } from "./commands/ListAssociatedStacksCommand";
|
|
68
71
|
import { ListEntitledApplicationsCommandInput, ListEntitledApplicationsCommandOutput } from "./commands/ListEntitledApplicationsCommand";
|
|
72
|
+
import { ListExportImageTasksCommandInput, ListExportImageTasksCommandOutput } from "./commands/ListExportImageTasksCommand";
|
|
69
73
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
70
74
|
import { StartAppBlockBuilderCommandInput, StartAppBlockBuilderCommandOutput } from "./commands/StartAppBlockBuilderCommand";
|
|
71
75
|
import { StartFleetCommandInput, StartFleetCommandOutput } from "./commands/StartFleetCommand";
|
|
@@ -169,6 +173,12 @@ export interface AppStream {
|
|
|
169
173
|
createEntitlement(args: CreateEntitlementCommandInput, options?: __HttpHandlerOptions): Promise<CreateEntitlementCommandOutput>;
|
|
170
174
|
createEntitlement(args: CreateEntitlementCommandInput, cb: (err: any, data?: CreateEntitlementCommandOutput) => void): void;
|
|
171
175
|
createEntitlement(args: CreateEntitlementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEntitlementCommandOutput) => void): void;
|
|
176
|
+
/**
|
|
177
|
+
* @see {@link CreateExportImageTaskCommand}
|
|
178
|
+
*/
|
|
179
|
+
createExportImageTask(args: CreateExportImageTaskCommandInput, options?: __HttpHandlerOptions): Promise<CreateExportImageTaskCommandOutput>;
|
|
180
|
+
createExportImageTask(args: CreateExportImageTaskCommandInput, cb: (err: any, data?: CreateExportImageTaskCommandOutput) => void): void;
|
|
181
|
+
createExportImageTask(args: CreateExportImageTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateExportImageTaskCommandOutput) => void): void;
|
|
172
182
|
/**
|
|
173
183
|
* @see {@link CreateFleetCommand}
|
|
174
184
|
*/
|
|
@@ -187,6 +197,12 @@ export interface AppStream {
|
|
|
187
197
|
createImageBuilderStreamingURL(args: CreateImageBuilderStreamingURLCommandInput, options?: __HttpHandlerOptions): Promise<CreateImageBuilderStreamingURLCommandOutput>;
|
|
188
198
|
createImageBuilderStreamingURL(args: CreateImageBuilderStreamingURLCommandInput, cb: (err: any, data?: CreateImageBuilderStreamingURLCommandOutput) => void): void;
|
|
189
199
|
createImageBuilderStreamingURL(args: CreateImageBuilderStreamingURLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImageBuilderStreamingURLCommandOutput) => void): void;
|
|
200
|
+
/**
|
|
201
|
+
* @see {@link CreateImportedImageCommand}
|
|
202
|
+
*/
|
|
203
|
+
createImportedImage(args: CreateImportedImageCommandInput, options?: __HttpHandlerOptions): Promise<CreateImportedImageCommandOutput>;
|
|
204
|
+
createImportedImage(args: CreateImportedImageCommandInput, cb: (err: any, data?: CreateImportedImageCommandOutput) => void): void;
|
|
205
|
+
createImportedImage(args: CreateImportedImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImportedImageCommandOutput) => void): void;
|
|
190
206
|
/**
|
|
191
207
|
* @see {@link CreateStackCommand}
|
|
192
208
|
*/
|
|
@@ -477,6 +493,13 @@ export interface AppStream {
|
|
|
477
493
|
expireSession(args: ExpireSessionCommandInput, options?: __HttpHandlerOptions): Promise<ExpireSessionCommandOutput>;
|
|
478
494
|
expireSession(args: ExpireSessionCommandInput, cb: (err: any, data?: ExpireSessionCommandOutput) => void): void;
|
|
479
495
|
expireSession(args: ExpireSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExpireSessionCommandOutput) => void): void;
|
|
496
|
+
/**
|
|
497
|
+
* @see {@link GetExportImageTaskCommand}
|
|
498
|
+
*/
|
|
499
|
+
getExportImageTask(): Promise<GetExportImageTaskCommandOutput>;
|
|
500
|
+
getExportImageTask(args: GetExportImageTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetExportImageTaskCommandOutput>;
|
|
501
|
+
getExportImageTask(args: GetExportImageTaskCommandInput, cb: (err: any, data?: GetExportImageTaskCommandOutput) => void): void;
|
|
502
|
+
getExportImageTask(args: GetExportImageTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetExportImageTaskCommandOutput) => void): void;
|
|
480
503
|
/**
|
|
481
504
|
* @see {@link ListAssociatedFleetsCommand}
|
|
482
505
|
*/
|
|
@@ -495,6 +518,13 @@ export interface AppStream {
|
|
|
495
518
|
listEntitledApplications(args: ListEntitledApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListEntitledApplicationsCommandOutput>;
|
|
496
519
|
listEntitledApplications(args: ListEntitledApplicationsCommandInput, cb: (err: any, data?: ListEntitledApplicationsCommandOutput) => void): void;
|
|
497
520
|
listEntitledApplications(args: ListEntitledApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitledApplicationsCommandOutput) => void): void;
|
|
521
|
+
/**
|
|
522
|
+
* @see {@link ListExportImageTasksCommand}
|
|
523
|
+
*/
|
|
524
|
+
listExportImageTasks(): Promise<ListExportImageTasksCommandOutput>;
|
|
525
|
+
listExportImageTasks(args: ListExportImageTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListExportImageTasksCommandOutput>;
|
|
526
|
+
listExportImageTasks(args: ListExportImageTasksCommandInput, cb: (err: any, data?: ListExportImageTasksCommandOutput) => void): void;
|
|
527
|
+
listExportImageTasks(args: ListExportImageTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExportImageTasksCommandOutput) => void): void;
|
|
498
528
|
/**
|
|
499
529
|
* @see {@link ListTagsForResourceCommand}
|
|
500
530
|
*/
|
|
@@ -606,21 +636,21 @@ export interface AppStream {
|
|
|
606
636
|
updateThemeForStack(args: UpdateThemeForStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThemeForStackCommandOutput) => void): void;
|
|
607
637
|
}
|
|
608
638
|
/**
|
|
609
|
-
* <fullname>Amazon
|
|
610
|
-
* <p>This is the <i>Amazon
|
|
639
|
+
* <fullname>Amazon WorkSpaces Applications</fullname>
|
|
640
|
+
* <p>This is the <i>Amazon WorkSpaces Applications API Reference</i>. This documentation provides descriptions and syntax for each of the actions and data types in WorkSpaces Applications. WorkSpaces Applications is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. WorkSpaces Applications manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand. </p>
|
|
611
641
|
* <note>
|
|
612
|
-
* <p>You can call the
|
|
642
|
+
* <p>You can call the WorkSpaces Applications API operations by using an interface VPC endpoint (interface endpoint). For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/access-api-cli-through-interface-vpc-endpoint.html">Access WorkSpaces Applications API Operations and CLI Commands Through an Interface VPC Endpoint</a> in the <i>Amazon WorkSpaces Applications Administration Guide</i>.</p>
|
|
613
643
|
* </note>
|
|
614
|
-
* <p>To learn more about
|
|
644
|
+
* <p>To learn more about WorkSpaces Applications, see the following resources:</p>
|
|
615
645
|
* <ul>
|
|
616
646
|
* <li>
|
|
617
647
|
* <p>
|
|
618
|
-
* <a href="http://aws.amazon.com/appstream2">Amazon
|
|
648
|
+
* <a href="http://aws.amazon.com/appstream2">Amazon WorkSpaces Applications product page</a>
|
|
619
649
|
* </p>
|
|
620
650
|
* </li>
|
|
621
651
|
* <li>
|
|
622
652
|
* <p>
|
|
623
|
-
* <a href="http://aws.amazon.com/documentation/appstream2">Amazon
|
|
653
|
+
* <a href="http://aws.amazon.com/documentation/appstream2">Amazon WorkSpaces Applications documentation</a>
|
|
624
654
|
* </p>
|
|
625
655
|
* </li>
|
|
626
656
|
* </ul>
|