@aws-sdk/client-appstream 3.1040.0 → 3.1041.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/index.js +19 -4
- package/dist-cjs/schemas/schemas_0.js +77 -49
- package/dist-es/models/enums.js +16 -4
- package/dist-es/schemas/schemas_0.js +70 -42
- package/dist-types/commands/CreateStackCommand.d.ts +24 -0
- package/dist-types/commands/DescribeStacksCommand.d.ts +12 -0
- package/dist-types/commands/UpdateStackCommand.d.ts +25 -1
- package/dist-types/models/enums.d.ts +48 -12
- package/dist-types/models/models_0.d.ts +94 -1
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/models/enums.d.ts +22 -5
- package/dist-types/ts3.4/models/models_0.d.ts +24 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +5 -5
|
@@ -1,18 +1,23 @@
|
|
|
1
1
|
const _A = "Arn";
|
|
2
|
-
const _AA = "
|
|
2
|
+
const _AA = "AgentAction";
|
|
3
3
|
const _AABBAB = "AssociateAppBlockBuilderAppBlock";
|
|
4
4
|
const _AABBABR = "AssociateAppBlockBuilderAppBlockRequest";
|
|
5
5
|
const _AABBABRs = "AssociateAppBlockBuilderAppBlockResult";
|
|
6
|
+
const _AAC = "AgentAccessConfig";
|
|
7
|
+
const _AACFU = "AgentAccessConfigForUpdate";
|
|
6
8
|
const _AAF = "AssociateApplicationFleet";
|
|
7
9
|
const _AAFR = "AssociateApplicationFleetRequest";
|
|
8
10
|
const _AAFRs = "AssociateApplicationFleetResult";
|
|
9
11
|
const _AALUL = "AdminAppLicenseUsageList";
|
|
10
12
|
const _AALUR = "AdminAppLicenseUsageRecord";
|
|
11
13
|
const _AAP = "AbsoluteAppPath";
|
|
14
|
+
const _AAS = "AgentAccessSetting";
|
|
15
|
+
const _AASL = "AgentAccessSettingList";
|
|
12
16
|
const _AATE = "AssociateApplicationToEntitlement";
|
|
13
17
|
const _AATER = "AssociateApplicationToEntitlementRequest";
|
|
14
18
|
const _AATERs = "AssociateApplicationToEntitlementResult";
|
|
15
19
|
const _AAV = "AppstreamAgentVersion";
|
|
20
|
+
const _AAp = "ApplicationArn";
|
|
16
21
|
const _AB = "AppBlock";
|
|
17
22
|
const _ABA = "AppBlockArn";
|
|
18
23
|
const _ABB = "AppBlockBuilder";
|
|
@@ -416,13 +421,13 @@ const _OLSL = "OrganizationLogoS3Location";
|
|
|
416
421
|
const _ONPE = "OperationNotPermittedException";
|
|
417
422
|
const _OUDN = "OrganizationalUnitDistinguishedNames";
|
|
418
423
|
const _OUDNr = "OrganizationalUnitDistinguishedName";
|
|
419
|
-
const _P = "
|
|
424
|
+
const _P = "Permission";
|
|
420
425
|
const _PBIRD = "PublicBaseImageReleasedDate";
|
|
421
426
|
const _PP = "PreferredProtocol";
|
|
422
427
|
const _PSSD = "PostSetupScriptDetails";
|
|
423
428
|
const _PT = "PackagingType";
|
|
424
|
-
const
|
|
425
|
-
const
|
|
429
|
+
const _Pl = "Platform";
|
|
430
|
+
const _Pla = "Platforms";
|
|
426
431
|
const _R = "Running";
|
|
427
432
|
const _RA = "ResourceArn";
|
|
428
433
|
const _RAEE = "ResourceAlreadyExistsException";
|
|
@@ -437,7 +442,7 @@ const _RNFE = "ResourceNotFoundException";
|
|
|
437
442
|
const _RURL = "RedirectURL";
|
|
438
443
|
const _RVC = "RootVolumeConfig";
|
|
439
444
|
const _RVCu = "RuntimeValidationConfig";
|
|
440
|
-
const _S = "
|
|
445
|
+
const _S = "Settings";
|
|
441
446
|
const _SA = "SoftwareAssociations";
|
|
442
447
|
const _SAAI = "SharedAwsAccountIds";
|
|
443
448
|
const _SABB = "StartAppBlockBuilder";
|
|
@@ -451,6 +456,7 @@ const _SAI = "SourceAmiId";
|
|
|
451
456
|
const _SAIh = "SharedAccountId";
|
|
452
457
|
const _SAL = "SoftwareAssociationsList";
|
|
453
458
|
const _SB = "S3Bucket";
|
|
459
|
+
const _SBA = "S3BucketArn";
|
|
454
460
|
const _SBN = "S3BucketName";
|
|
455
461
|
const _SC = "StorageConnectors";
|
|
456
462
|
const _SCL = "StorageConnectorList";
|
|
@@ -479,7 +485,8 @@ const _SIBRt = "StartImageBuilderResult";
|
|
|
479
485
|
const _SIBRto = "StopImageBuilderRequest";
|
|
480
486
|
const _SIBRtop = "StopImageBuilderResult";
|
|
481
487
|
const _SIBt = "StopImageBuilder";
|
|
482
|
-
const _SIF = "
|
|
488
|
+
const _SIF = "ScreenImageFormat";
|
|
489
|
+
const _SIFu = "SupportedInstanceFamilies";
|
|
483
490
|
const _SIN = "SourceImageName";
|
|
484
491
|
const _SIP = "SharedImagePermissions";
|
|
485
492
|
const _SIPL = "SharedImagePermissionsList";
|
|
@@ -492,6 +499,7 @@ const _SLt = "StackList";
|
|
|
492
499
|
const _SN = "StackName";
|
|
493
500
|
const _SNo = "SoftwareNames";
|
|
494
501
|
const _SNof = "SoftwareName";
|
|
502
|
+
const _SR = "ScreenResolution";
|
|
495
503
|
const _SSD = "SetupScriptDetails";
|
|
496
504
|
const _SSDTIB = "StartSoftwareDeploymentToImageBuilder";
|
|
497
505
|
const _SSDTIBR = "StartSoftwareDeploymentToImageBuilderRequest";
|
|
@@ -502,14 +510,16 @@ const _SSSL = "SessionScriptS3Location";
|
|
|
502
510
|
const _ST = "StartTime";
|
|
503
511
|
const _STI = "SoftwaresToInstall";
|
|
504
512
|
const _STU = "SoftwaresToUninstall";
|
|
513
|
+
const _SUE = "ScreenshotsUploadEnabled";
|
|
505
514
|
const _SURL = "StreamingURL";
|
|
506
515
|
const _SV = "StreamView";
|
|
507
516
|
const _Sc = "Schedule";
|
|
508
517
|
const _Se = "Sessions";
|
|
509
518
|
const _Ses = "Session";
|
|
510
|
-
const _St = "
|
|
511
|
-
const _Sta = "
|
|
512
|
-
const _Stac = "
|
|
519
|
+
const _St = "State";
|
|
520
|
+
const _Sta = "Status";
|
|
521
|
+
const _Stac = "Stack";
|
|
522
|
+
const _Stack = "Stacks";
|
|
513
523
|
const _T = "Tags";
|
|
514
524
|
const _TFL = "ThemeFooterLinks";
|
|
515
525
|
const _TFLh = "ThemeFooterLink";
|
|
@@ -719,14 +729,29 @@ export var AdminAppLicenseUsageRecord$ = [3, n0, _AALUR,
|
|
|
719
729
|
[_UA, _BP, _OAWSAI, _SFUD, _SLUD, _LT, _UI],
|
|
720
730
|
[0, 0, 0, 4, 4, 0, 0], 7
|
|
721
731
|
];
|
|
732
|
+
export var AgentAccessConfig$ = [3, n0, _AAC,
|
|
733
|
+
0,
|
|
734
|
+
[_S, _SR, _SIF, _SBA, _SUE],
|
|
735
|
+
[() => AgentAccessSettingList, 0, 0, 0, 2], 3
|
|
736
|
+
];
|
|
737
|
+
export var AgentAccessConfigForUpdate$ = [3, n0, _AACFU,
|
|
738
|
+
0,
|
|
739
|
+
[_S, _SBA, _SUE, _SR, _SIF],
|
|
740
|
+
[() => AgentAccessSettingList, 0, 2, 0, 0]
|
|
741
|
+
];
|
|
742
|
+
export var AgentAccessSetting$ = [3, n0, _AAS,
|
|
743
|
+
0,
|
|
744
|
+
[_AA, _P],
|
|
745
|
+
[0, 0], 2
|
|
746
|
+
];
|
|
722
747
|
export var AppBlock$ = [3, n0, _AB,
|
|
723
748
|
0,
|
|
724
|
-
[_N, _A, _D, _DN, _SSL, _SSD, _CT, _PSSD, _PT,
|
|
749
|
+
[_N, _A, _D, _DN, _SSL, _SSD, _CT, _PSSD, _PT, _St, _ABE],
|
|
725
750
|
[0, 0, 0, 0, () => S3Location$, () => ScriptDetails$, 4, () => ScriptDetails$, 0, 0, () => ErrorDetailsList], 2
|
|
726
751
|
];
|
|
727
752
|
export var AppBlockBuilder$ = [3, n0, _ABB,
|
|
728
753
|
0,
|
|
729
|
-
[_A, _N,
|
|
754
|
+
[_A, _N, _Pl, _IT, _VC, _St, _DN, _D, _EDIA, _IRA, _CT, _ABBE, _SCR, _AEc, _DIMDSV],
|
|
730
755
|
[0, 0, 0, 0, () => VpcConfig$, 0, 0, 0, 2, 0, 4, () => ResourceErrors, () => AppBlockBuilderStateChangeReason$, () => AccessEndpointList, 2], 6
|
|
731
756
|
];
|
|
732
757
|
export var AppBlockBuilderAppBlockAssociation$ = [3, n0, _ABBABA,
|
|
@@ -741,7 +766,7 @@ export var AppBlockBuilderStateChangeReason$ = [3, n0, _ABBSCR,
|
|
|
741
766
|
];
|
|
742
767
|
export var Application$ = [3, n0, _Ap,
|
|
743
768
|
0,
|
|
744
|
-
[_N, _DN, _IURL, _LPa, _LP, _E, _Me, _WD, _D, _A, _ABA, _ISL,
|
|
769
|
+
[_N, _DN, _IURL, _LPa, _LP, _E, _Me, _WD, _D, _A, _ABA, _ISL, _Pla, _IF, _CT],
|
|
745
770
|
[0, 0, 0, 0, 0, 2, 128 | 0, 0, 0, 0, 0, () => S3Location$, 64 | 0, 64 | 0, 4]
|
|
746
771
|
];
|
|
747
772
|
export var ApplicationConfig$ = [3, n0, _AC,
|
|
@@ -751,7 +776,7 @@ export var ApplicationConfig$ = [3, n0, _AC,
|
|
|
751
776
|
];
|
|
752
777
|
export var ApplicationFleetAssociation$ = [3, n0, _AFA,
|
|
753
778
|
0,
|
|
754
|
-
[_FN,
|
|
779
|
+
[_FN, _AAp],
|
|
755
780
|
[0, 0], 2
|
|
756
781
|
];
|
|
757
782
|
export var ApplicationSettings$ = [3, n0, _AS,
|
|
@@ -776,7 +801,7 @@ export var AssociateAppBlockBuilderAppBlockResult$ = [3, n0, _AABBABRs,
|
|
|
776
801
|
];
|
|
777
802
|
export var AssociateApplicationFleetRequest$ = [3, n0, _AAFR,
|
|
778
803
|
0,
|
|
779
|
-
[_FN,
|
|
804
|
+
[_FN, _AAp],
|
|
780
805
|
[0, 0], 2
|
|
781
806
|
];
|
|
782
807
|
export var AssociateApplicationFleetResult$ = [3, n0, _AAFRs,
|
|
@@ -836,7 +861,7 @@ export var BatchDisassociateUserStackResult$ = [3, n0, _BDUSRa,
|
|
|
836
861
|
];
|
|
837
862
|
export var CertificateBasedAuthProperties$ = [3, n0, _CBAP,
|
|
838
863
|
0,
|
|
839
|
-
[
|
|
864
|
+
[_Sta, _CAA],
|
|
840
865
|
[0, 0]
|
|
841
866
|
];
|
|
842
867
|
export var ComputeCapacity$ = [3, n0, _CC,
|
|
@@ -866,7 +891,7 @@ export var CopyImageResponse$ = [3, n0, _CIRo,
|
|
|
866
891
|
];
|
|
867
892
|
export var CreateAppBlockBuilderRequest$ = [3, n0, _CABBR,
|
|
868
893
|
0,
|
|
869
|
-
[_N,
|
|
894
|
+
[_N, _Pl, _IT, _VC, _D, _DN, _T, _EDIA, _IRA, _AEc, _DIMDSV],
|
|
870
895
|
[0, 0, 0, () => VpcConfig$, 0, 0, 128 | 0, 2, 0, () => AccessEndpointList, 2], 4
|
|
871
896
|
];
|
|
872
897
|
export var CreateAppBlockBuilderResult$ = [3, n0, _CABBRr,
|
|
@@ -896,7 +921,7 @@ export var CreateAppBlockResult$ = [3, n0, _CABRr,
|
|
|
896
921
|
];
|
|
897
922
|
export var CreateApplicationRequest$ = [3, n0, _CAR,
|
|
898
923
|
0,
|
|
899
|
-
[_N, _ISL, _LPa,
|
|
924
|
+
[_N, _ISL, _LPa, _Pla, _IF, _ABA, _DN, _D, _WD, _LP, _T],
|
|
900
925
|
[0, () => S3Location$, 0, 64 | 0, 64 | 0, 0, 0, 0, 0, 0, 128 | 0], 6
|
|
901
926
|
];
|
|
902
927
|
export var CreateApplicationResult$ = [3, n0, _CARr,
|
|
@@ -936,7 +961,7 @@ export var CreateExportImageTaskResult$ = [3, n0, _CEITRr,
|
|
|
936
961
|
];
|
|
937
962
|
export var CreateFleetRequest$ = [3, n0, _CFR,
|
|
938
963
|
0,
|
|
939
|
-
[_N, _IT, _IN, _IA, _FT, _CC, _VC, _MUDIS, _DTIS, _D, _DN, _EDIA, _DJI, _T, _IDTIS, _IRA, _SV,
|
|
964
|
+
[_N, _IT, _IN, _IA, _FT, _CC, _VC, _MUDIS, _DTIS, _D, _DN, _EDIA, _DJI, _T, _IDTIS, _IRA, _SV, _Pl, _MCS, _UDFS, _SSSL, _MSPI, _RVC, _DIMDSV],
|
|
940
965
|
[0, 0, 0, 0, 0, () => ComputeCapacity$, () => VpcConfig$, 1, 1, 0, 0, 2, () => DomainJoinInfo$, 128 | 0, 1, 0, 0, 0, 1, 64 | 0, () => S3Location$, 1, () => VolumeConfig$, 2], 2
|
|
941
966
|
];
|
|
942
967
|
export var CreateFleetResult$ = [3, n0, _CFRr,
|
|
@@ -976,12 +1001,12 @@ export var CreateImportedImageResult$ = [3, n0, _CIIRr,
|
|
|
976
1001
|
];
|
|
977
1002
|
export var CreateStackRequest$ = [3, n0, _CSR,
|
|
978
1003
|
0,
|
|
979
|
-
[_N, _D, _DN, _SC, _RURL, _FURL, _US, _AS, _T, _AEc, _EHD, _SES, _CR],
|
|
980
|
-
[0, 0, 0, () => StorageConnectorList, 0, 0, () => UserSettingList, () => ApplicationSettings$, 128 | 0, () => AccessEndpointList, 64 | 0, () => StreamingExperienceSettings$, () => ContentRedirection$], 1
|
|
1004
|
+
[_N, _D, _DN, _SC, _RURL, _FURL, _US, _AS, _T, _AEc, _EHD, _SES, _CR, _AAC],
|
|
1005
|
+
[0, 0, 0, () => StorageConnectorList, 0, 0, () => UserSettingList, () => ApplicationSettings$, 128 | 0, () => AccessEndpointList, 64 | 0, () => StreamingExperienceSettings$, () => ContentRedirection$, () => AgentAccessConfig$], 1
|
|
981
1006
|
];
|
|
982
1007
|
export var CreateStackResult$ = [3, n0, _CSRr,
|
|
983
1008
|
0,
|
|
984
|
-
[
|
|
1009
|
+
[_Stac],
|
|
985
1010
|
[() => Stack$]
|
|
986
1011
|
];
|
|
987
1012
|
export var CreateStreamingURLRequest$ = [3, n0, _CSURLR,
|
|
@@ -1196,7 +1221,7 @@ export var DescribeAppBlocksResult$ = [3, n0, _DABResc,
|
|
|
1196
1221
|
];
|
|
1197
1222
|
export var DescribeApplicationFleetAssociationsRequest$ = [3, n0, _DAFAR,
|
|
1198
1223
|
0,
|
|
1199
|
-
[_FN,
|
|
1224
|
+
[_FN, _AAp, _MR, _NT],
|
|
1200
1225
|
[0, 0, 1, 0]
|
|
1201
1226
|
];
|
|
1202
1227
|
export var DescribeApplicationFleetAssociationsResult$ = [3, n0, _DAFARe,
|
|
@@ -1311,7 +1336,7 @@ export var DescribeStacksRequest$ = [3, n0, _DSRescr,
|
|
|
1311
1336
|
];
|
|
1312
1337
|
export var DescribeStacksResult$ = [3, n0, _DSRescri,
|
|
1313
1338
|
0,
|
|
1314
|
-
[
|
|
1339
|
+
[_Stack, _NT],
|
|
1315
1340
|
[() => StackList, 0]
|
|
1316
1341
|
];
|
|
1317
1342
|
export var DescribeThemeForStackRequest$ = [3, n0, _DTFSRes,
|
|
@@ -1381,7 +1406,7 @@ export var DisassociateAppBlockBuilderAppBlockResult$ = [3, n0, _DABBABRi,
|
|
|
1381
1406
|
];
|
|
1382
1407
|
export var DisassociateApplicationFleetRequest$ = [3, n0, _DAFR,
|
|
1383
1408
|
0,
|
|
1384
|
-
[_FN,
|
|
1409
|
+
[_FN, _AAp],
|
|
1385
1410
|
[0, 0], 2
|
|
1386
1411
|
];
|
|
1387
1412
|
export var DisassociateApplicationFleetResult$ = [3, n0, _DAFRi,
|
|
@@ -1476,7 +1501,7 @@ export var ExpireSessionResult$ = [3, n0, _ESRx,
|
|
|
1476
1501
|
];
|
|
1477
1502
|
export var ExportImageTask$ = [3, n0, _EIT,
|
|
1478
1503
|
0,
|
|
1479
|
-
[_TI, _IA, _ANm, _CD, _AD,
|
|
1504
|
+
[_TI, _IA, _ANm, _CD, _AD, _St, _AIm, _TS, _ED],
|
|
1480
1505
|
[0, 0, 0, 4, 0, 0, 0, 128 | 0, () => ErrorDetailsList], 4
|
|
1481
1506
|
];
|
|
1482
1507
|
export var Filter$ = [3, n0, _Fi,
|
|
@@ -1486,7 +1511,7 @@ export var Filter$ = [3, n0, _Fi,
|
|
|
1486
1511
|
];
|
|
1487
1512
|
export var Fleet$ = [3, n0, _F,
|
|
1488
1513
|
0,
|
|
1489
|
-
[_A, _N, _IT, _CCS,
|
|
1514
|
+
[_A, _N, _IT, _CCS, _St, _DN, _D, _IN, _IA, _FT, _MUDIS, _DTIS, _VC, _CT, _FE, _EDIA, _DJI, _IDTIS, _IRA, _SV, _Pl, _MCS, _UDFS, _SSSL, _MSPI, _RVC, _DIMDSV],
|
|
1490
1515
|
[0, 0, 0, () => ComputeCapacityStatus$, 0, 0, 0, 0, 0, 0, 1, 1, () => VpcConfig$, 4, () => FleetErrors, 2, () => DomainJoinInfo$, 1, 0, 0, 0, 1, 64 | 0, () => S3Location$, 1, () => VolumeConfig$, 2], 5
|
|
1491
1516
|
];
|
|
1492
1517
|
export var FleetError$ = [3, n0, _FEl,
|
|
@@ -1506,12 +1531,12 @@ export var GetExportImageTaskResult$ = [3, n0, _GEITRe,
|
|
|
1506
1531
|
];
|
|
1507
1532
|
export var Image$ = [3, n0, _I,
|
|
1508
1533
|
0,
|
|
1509
|
-
[_N, _A, _BIA, _DN,
|
|
1534
|
+
[_N, _A, _BIA, _DN, _St, _Vi, _IBS, _IBN, _Pl, _D, _SCR, _App, _CT, _PBIRD, _AAV, _IP, _IE, _LAAV, _SIFu, _DAPE, _ISWO, _MSI, _ITm],
|
|
1510
1535
|
[0, 0, 0, 0, 0, 0, 2, 0, 0, 0, () => ImageStateChangeReason$, () => Applications, 4, 4, 0, () => ImagePermissions$, () => ResourceErrors, 0, 64 | 0, 0, 0, 2, 0], 1
|
|
1511
1536
|
];
|
|
1512
1537
|
export var ImageBuilder$ = [3, n0, _IB,
|
|
1513
1538
|
0,
|
|
1514
|
-
[_N, _A, _IA, _D, _DN, _VC, _IT,
|
|
1539
|
+
[_N, _A, _IA, _D, _DN, _VC, _IT, _Pl, _IRA, _St, _SCR, _CT, _EDIA, _DJI, _NAC, _IBE, _AAV, _AEc, _RVC, _LAAV, _DIMDSV],
|
|
1515
1540
|
[0, 0, 0, 0, 0, () => VpcConfig$, 0, 0, 0, 0, () => ImageBuilderStateChangeReason$, 4, 2, () => DomainJoinInfo$, () => NetworkAccessConfiguration$, () => ResourceErrors, 0, () => AccessEndpointList, () => VolumeConfig$, 0, 2], 1
|
|
1516
1541
|
];
|
|
1517
1542
|
export var ImageBuilderStateChangeReason$ = [3, n0, _IBSCR,
|
|
@@ -1616,7 +1641,7 @@ export var ServiceAccountCredentials$ = [3, n0, _SAC,
|
|
|
1616
1641
|
];
|
|
1617
1642
|
export var Session$ = [3, n0, _Ses,
|
|
1618
1643
|
0,
|
|
1619
|
-
[_Id, _UI, _SN, _FN,
|
|
1644
|
+
[_Id, _UI, _SN, _FN, _St, _CS, _ST, _MET, _AT, _NAC, _II, _IDS],
|
|
1620
1645
|
[0, 0, 0, 0, 0, 0, 4, 4, 0, () => NetworkAccessConfiguration$, 0, 0], 5
|
|
1621
1646
|
];
|
|
1622
1647
|
export var SharedImagePermissions$ = [3, n0, _SIP,
|
|
@@ -1626,13 +1651,13 @@ export var SharedImagePermissions$ = [3, n0, _SIP,
|
|
|
1626
1651
|
];
|
|
1627
1652
|
export var SoftwareAssociations$ = [3, n0, _SA,
|
|
1628
1653
|
0,
|
|
1629
|
-
[_SNof,
|
|
1654
|
+
[_SNof, _Sta, _DE],
|
|
1630
1655
|
[0, 0, () => ErrorDetailsList]
|
|
1631
1656
|
];
|
|
1632
|
-
export var Stack$ = [3, n0,
|
|
1657
|
+
export var Stack$ = [3, n0, _Stac,
|
|
1633
1658
|
0,
|
|
1634
|
-
[_N, _A, _D, _DN, _CT, _SC, _RURL, _FURL, _SE, _US, _AS, _AEc, _EHD, _SES, _CR],
|
|
1635
|
-
[0, 0, 0, 0, 4, () => StorageConnectorList, 0, 0, () => StackErrors, () => UserSettingList, () => ApplicationSettingsResponse$, () => AccessEndpointList, 64 | 0, () => StreamingExperienceSettings$, () => ContentRedirection$], 1
|
|
1659
|
+
[_N, _A, _D, _DN, _CT, _SC, _RURL, _FURL, _SE, _US, _AS, _AEc, _EHD, _SES, _CR, _AAC],
|
|
1660
|
+
[0, 0, 0, 0, 4, () => StorageConnectorList, 0, 0, () => StackErrors, () => UserSettingList, () => ApplicationSettingsResponse$, () => AccessEndpointList, 64 | 0, () => StreamingExperienceSettings$, () => ContentRedirection$, () => AgentAccessConfig$], 1
|
|
1636
1661
|
];
|
|
1637
1662
|
export var StackError$ = [3, n0, _SEt,
|
|
1638
1663
|
0,
|
|
@@ -1731,7 +1756,7 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
1731
1756
|
];
|
|
1732
1757
|
export var Theme$ = [3, n0, _Th,
|
|
1733
1758
|
0,
|
|
1734
|
-
[_SN,
|
|
1759
|
+
[_SN, _St, _TTT, _TSh, _TFL, _TOLURL, _TFURL, _CT],
|
|
1735
1760
|
[0, 0, 0, 0, () => ThemeFooterLinks, 0, 0, 4]
|
|
1736
1761
|
];
|
|
1737
1762
|
export var ThemeFooterLink$ = [3, n0, _TFLh,
|
|
@@ -1751,7 +1776,7 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
1751
1776
|
];
|
|
1752
1777
|
export var UpdateAppBlockBuilderRequest$ = [3, n0, _UABBR,
|
|
1753
1778
|
0,
|
|
1754
|
-
[_N, _D, _DN,
|
|
1779
|
+
[_N, _D, _DN, _Pl, _IT, _VC, _EDIA, _IRA, _AEc, _ATD, _DIMDSV],
|
|
1755
1780
|
[0, 0, 0, 0, 0, () => VpcConfig$, 2, 0, () => AccessEndpointList, 64 | 0, 2], 1
|
|
1756
1781
|
];
|
|
1757
1782
|
export var UpdateAppBlockBuilderResult$ = [3, n0, _UABBRp,
|
|
@@ -1791,7 +1816,7 @@ export var UpdateEntitlementResult$ = [3, n0, _UERp,
|
|
|
1791
1816
|
];
|
|
1792
1817
|
export var UpdateFleetRequest$ = [3, n0, _UFR,
|
|
1793
1818
|
0,
|
|
1794
|
-
[_IN, _IA, _N, _IT, _CC, _VC, _MUDIS, _DTIS, _DVC, _D, _DN, _EDIA, _DJI, _IDTIS, _ATD, _IRA, _SV,
|
|
1819
|
+
[_IN, _IA, _N, _IT, _CC, _VC, _MUDIS, _DTIS, _DVC, _D, _DN, _EDIA, _DJI, _IDTIS, _ATD, _IRA, _SV, _Pl, _MCS, _UDFS, _SSSL, _MSPI, _RVC, _DIMDSV],
|
|
1795
1820
|
[0, 0, 0, 0, () => ComputeCapacity$, () => VpcConfig$, 1, 1, 2, 0, 0, 2, () => DomainJoinInfo$, 1, 64 | 0, 0, 0, 0, 1, 64 | 0, () => S3Location$, 1, () => VolumeConfig$, 2]
|
|
1796
1821
|
];
|
|
1797
1822
|
export var UpdateFleetResult$ = [3, n0, _UFRp,
|
|
@@ -1811,17 +1836,17 @@ export var UpdateImagePermissionsResult$ = [3, n0, _UIPRp,
|
|
|
1811
1836
|
];
|
|
1812
1837
|
export var UpdateStackRequest$ = [3, n0, _USR,
|
|
1813
1838
|
0,
|
|
1814
|
-
[_N, _DN, _D, _SC, _DSC, _RURL, _FURL, _ATD, _US, _AS, _AEc, _EHD, _SES, _CR],
|
|
1815
|
-
[0, 0, 0, () => StorageConnectorList, 2, 0, 0, 64 | 0, () => UserSettingList, () => ApplicationSettings$, () => AccessEndpointList, 64 | 0, () => StreamingExperienceSettings$, () => ContentRedirection$], 1
|
|
1839
|
+
[_N, _DN, _D, _SC, _DSC, _RURL, _FURL, _ATD, _US, _AS, _AEc, _EHD, _SES, _CR, _AAC],
|
|
1840
|
+
[0, 0, 0, () => StorageConnectorList, 2, 0, 0, 64 | 0, () => UserSettingList, () => ApplicationSettings$, () => AccessEndpointList, 64 | 0, () => StreamingExperienceSettings$, () => ContentRedirection$, () => AgentAccessConfigForUpdate$], 1
|
|
1816
1841
|
];
|
|
1817
1842
|
export var UpdateStackResult$ = [3, n0, _USRp,
|
|
1818
1843
|
0,
|
|
1819
|
-
[
|
|
1844
|
+
[_Stac],
|
|
1820
1845
|
[() => Stack$]
|
|
1821
1846
|
];
|
|
1822
1847
|
export var UpdateThemeForStackRequest$ = [3, n0, _UTFSR,
|
|
1823
1848
|
0,
|
|
1824
|
-
[_SN, _FL, _TT, _TSh, _OLSL, _FSL,
|
|
1849
|
+
[_SN, _FL, _TT, _TSh, _OLSL, _FSL, _St, _ATD],
|
|
1825
1850
|
[0, () => ThemeFooterLinks, 0, 0, () => S3Location$, () => S3Location$, 0, 64 | 0], 1
|
|
1826
1851
|
];
|
|
1827
1852
|
export var UpdateThemeForStackResult$ = [3, n0, _UTFSRp,
|
|
@@ -1841,12 +1866,12 @@ export var UsageReportSubscription$ = [3, n0, _URSs,
|
|
|
1841
1866
|
];
|
|
1842
1867
|
export var User$ = [3, n0, _Use,
|
|
1843
1868
|
0,
|
|
1844
|
-
[_AT, _A, _UN, _E,
|
|
1869
|
+
[_AT, _A, _UN, _E, _Sta, _FNi, _LN, _CT],
|
|
1845
1870
|
[0, 0, [() => Username, 0], 2, 0, [() => UserAttributeValue, 0], [() => UserAttributeValue, 0], 4], 1
|
|
1846
1871
|
];
|
|
1847
1872
|
export var UserSetting$ = [3, n0, _USs,
|
|
1848
1873
|
0,
|
|
1849
|
-
[_Ac,
|
|
1874
|
+
[_Ac, _P, _ML],
|
|
1850
1875
|
[0, 0, 1], 2
|
|
1851
1876
|
];
|
|
1852
1877
|
export var UserStackAssociation$ = [3, n0, _USAs,
|
|
@@ -1875,6 +1900,9 @@ var AccessEndpointList = [1, n0, _AEL,
|
|
|
1875
1900
|
var AdminAppLicenseUsageList = [1, n0, _AALUL,
|
|
1876
1901
|
0, () => AdminAppLicenseUsageRecord$
|
|
1877
1902
|
];
|
|
1903
|
+
var AgentAccessSettingList = [1, n0, _AASL,
|
|
1904
|
+
0, () => AgentAccessSetting$
|
|
1905
|
+
];
|
|
1878
1906
|
var AppBlockBuilderAppBlockAssociationsList = [1, n0, _ABBABAL,
|
|
1879
1907
|
0, () => AppBlockBuilderAppBlockAssociation$
|
|
1880
1908
|
];
|
|
@@ -91,6 +91,18 @@ declare const CreateStackCommand_base: {
|
|
|
91
91
|
* ],
|
|
92
92
|
* },
|
|
93
93
|
* },
|
|
94
|
+
* AgentAccessConfig: { // AgentAccessConfig
|
|
95
|
+
* Settings: [ // AgentAccessSettingList // required
|
|
96
|
+
* { // AgentAccessSetting
|
|
97
|
+
* AgentAction: "COMPUTER_VISION" || "COMPUTER_INPUT", // required
|
|
98
|
+
* Permission: "ENABLED" || "DISABLED", // required
|
|
99
|
+
* },
|
|
100
|
+
* ],
|
|
101
|
+
* S3BucketArn: "STRING_VALUE",
|
|
102
|
+
* ScreenshotsUploadEnabled: true || false,
|
|
103
|
+
* ScreenResolution: "W_1280xH_720", // required
|
|
104
|
+
* ScreenImageFormat: "PNG" || "JPEG", // required
|
|
105
|
+
* },
|
|
94
106
|
* };
|
|
95
107
|
* const command = new CreateStackCommand(input);
|
|
96
108
|
* const response = await client.send(command);
|
|
@@ -156,6 +168,18 @@ declare const CreateStackCommand_base: {
|
|
|
156
168
|
* // ],
|
|
157
169
|
* // },
|
|
158
170
|
* // },
|
|
171
|
+
* // AgentAccessConfig: { // AgentAccessConfig
|
|
172
|
+
* // Settings: [ // AgentAccessSettingList // required
|
|
173
|
+
* // { // AgentAccessSetting
|
|
174
|
+
* // AgentAction: "COMPUTER_VISION" || "COMPUTER_INPUT", // required
|
|
175
|
+
* // Permission: "ENABLED" || "DISABLED", // required
|
|
176
|
+
* // },
|
|
177
|
+
* // ],
|
|
178
|
+
* // S3BucketArn: "STRING_VALUE",
|
|
179
|
+
* // ScreenshotsUploadEnabled: true || false,
|
|
180
|
+
* // ScreenResolution: "W_1280xH_720", // required
|
|
181
|
+
* // ScreenImageFormat: "PNG" || "JPEG", // required
|
|
182
|
+
* // },
|
|
159
183
|
* // },
|
|
160
184
|
* // };
|
|
161
185
|
*
|
|
@@ -107,6 +107,18 @@ declare const DescribeStacksCommand_base: {
|
|
|
107
107
|
* // ],
|
|
108
108
|
* // },
|
|
109
109
|
* // },
|
|
110
|
+
* // AgentAccessConfig: { // AgentAccessConfig
|
|
111
|
+
* // Settings: [ // AgentAccessSettingList // required
|
|
112
|
+
* // { // AgentAccessSetting
|
|
113
|
+
* // AgentAction: "COMPUTER_VISION" || "COMPUTER_INPUT", // required
|
|
114
|
+
* // Permission: "ENABLED" || "DISABLED", // required
|
|
115
|
+
* // },
|
|
116
|
+
* // ],
|
|
117
|
+
* // S3BucketArn: "STRING_VALUE",
|
|
118
|
+
* // ScreenshotsUploadEnabled: true || false,
|
|
119
|
+
* // ScreenResolution: "W_1280xH_720", // required
|
|
120
|
+
* // ScreenImageFormat: "PNG" || "JPEG", // required
|
|
121
|
+
* // },
|
|
110
122
|
* // },
|
|
111
123
|
* // ],
|
|
112
124
|
* // NextToken: "STRING_VALUE",
|
|
@@ -56,7 +56,7 @@ declare const UpdateStackCommand_base: {
|
|
|
56
56
|
* RedirectURL: "STRING_VALUE",
|
|
57
57
|
* FeedbackURL: "STRING_VALUE",
|
|
58
58
|
* AttributesToDelete: [ // StackAttributes
|
|
59
|
-
* "STORAGE_CONNECTORS" || "STORAGE_CONNECTOR_HOMEFOLDERS" || "STORAGE_CONNECTOR_GOOGLE_DRIVE" || "STORAGE_CONNECTOR_ONE_DRIVE" || "REDIRECT_URL" || "FEEDBACK_URL" || "THEME_NAME" || "USER_SETTINGS" || "EMBED_HOST_DOMAINS" || "IAM_ROLE_ARN" || "ACCESS_ENDPOINTS" || "STREAMING_EXPERIENCE_SETTINGS" || "CONTENT_REDIRECTION",
|
|
59
|
+
* "STORAGE_CONNECTORS" || "STORAGE_CONNECTOR_HOMEFOLDERS" || "STORAGE_CONNECTOR_GOOGLE_DRIVE" || "STORAGE_CONNECTOR_ONE_DRIVE" || "REDIRECT_URL" || "FEEDBACK_URL" || "THEME_NAME" || "USER_SETTINGS" || "EMBED_HOST_DOMAINS" || "IAM_ROLE_ARN" || "ACCESS_ENDPOINTS" || "STREAMING_EXPERIENCE_SETTINGS" || "CONTENT_REDIRECTION" || "AGENT_ACCESS_CONFIG",
|
|
60
60
|
* ],
|
|
61
61
|
* UserSettings: [ // UserSettingList
|
|
62
62
|
* { // UserSetting
|
|
@@ -92,6 +92,18 @@ declare const UpdateStackCommand_base: {
|
|
|
92
92
|
* ],
|
|
93
93
|
* },
|
|
94
94
|
* },
|
|
95
|
+
* AgentAccessConfig: { // AgentAccessConfigForUpdate
|
|
96
|
+
* Settings: [ // AgentAccessSettingList
|
|
97
|
+
* { // AgentAccessSetting
|
|
98
|
+
* AgentAction: "COMPUTER_VISION" || "COMPUTER_INPUT", // required
|
|
99
|
+
* Permission: "ENABLED" || "DISABLED", // required
|
|
100
|
+
* },
|
|
101
|
+
* ],
|
|
102
|
+
* S3BucketArn: "STRING_VALUE",
|
|
103
|
+
* ScreenshotsUploadEnabled: true || false,
|
|
104
|
+
* ScreenResolution: "W_1280xH_720",
|
|
105
|
+
* ScreenImageFormat: "PNG" || "JPEG",
|
|
106
|
+
* },
|
|
95
107
|
* };
|
|
96
108
|
* const command = new UpdateStackCommand(input);
|
|
97
109
|
* const response = await client.send(command);
|
|
@@ -157,6 +169,18 @@ declare const UpdateStackCommand_base: {
|
|
|
157
169
|
* // ],
|
|
158
170
|
* // },
|
|
159
171
|
* // },
|
|
172
|
+
* // AgentAccessConfig: { // AgentAccessConfig
|
|
173
|
+
* // Settings: [ // AgentAccessSettingList // required
|
|
174
|
+
* // { // AgentAccessSetting
|
|
175
|
+
* // AgentAction: "COMPUTER_VISION" || "COMPUTER_INPUT", // required
|
|
176
|
+
* // Permission: "ENABLED" || "DISABLED", // required
|
|
177
|
+
* // },
|
|
178
|
+
* // ],
|
|
179
|
+
* // S3BucketArn: "STRING_VALUE",
|
|
180
|
+
* // ScreenshotsUploadEnabled: true || false,
|
|
181
|
+
* // ScreenResolution: "W_1280xH_720", // required
|
|
182
|
+
* // ScreenImageFormat: "PNG" || "JPEG", // required
|
|
183
|
+
* // },
|
|
160
184
|
* // },
|
|
161
185
|
* // };
|
|
162
186
|
*
|
|
@@ -27,6 +27,53 @@ export declare const Action: {
|
|
|
27
27
|
* @public
|
|
28
28
|
*/
|
|
29
29
|
export type Action = (typeof Action)[keyof typeof Action];
|
|
30
|
+
/**
|
|
31
|
+
* @public
|
|
32
|
+
* @enum
|
|
33
|
+
*/
|
|
34
|
+
export declare const ScreenImageFormat: {
|
|
35
|
+
readonly JPEG: "JPEG";
|
|
36
|
+
readonly PNG: "PNG";
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
export type ScreenImageFormat = (typeof ScreenImageFormat)[keyof typeof ScreenImageFormat];
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
* @enum
|
|
45
|
+
*/
|
|
46
|
+
export declare const ScreenResolution: {
|
|
47
|
+
readonly W_1280xH_720: "W_1280xH_720";
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
export type ScreenResolution = (typeof ScreenResolution)[keyof typeof ScreenResolution];
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
* @enum
|
|
56
|
+
*/
|
|
57
|
+
export declare const AgentAction: {
|
|
58
|
+
readonly COMPUTER_INPUT: "COMPUTER_INPUT";
|
|
59
|
+
readonly COMPUTER_VISION: "COMPUTER_VISION";
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
export type AgentAction = (typeof AgentAction)[keyof typeof AgentAction];
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
* @enum
|
|
68
|
+
*/
|
|
69
|
+
export declare const Permission: {
|
|
70
|
+
readonly DISABLED: "DISABLED";
|
|
71
|
+
readonly ENABLED: "ENABLED";
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
export type Permission = (typeof Permission)[keyof typeof Permission];
|
|
30
77
|
/**
|
|
31
78
|
* @public
|
|
32
79
|
* @enum
|
|
@@ -444,18 +491,6 @@ export declare const PreferredProtocol: {
|
|
|
444
491
|
* @public
|
|
445
492
|
*/
|
|
446
493
|
export type PreferredProtocol = (typeof PreferredProtocol)[keyof typeof PreferredProtocol];
|
|
447
|
-
/**
|
|
448
|
-
* @public
|
|
449
|
-
* @enum
|
|
450
|
-
*/
|
|
451
|
-
export declare const Permission: {
|
|
452
|
-
readonly DISABLED: "DISABLED";
|
|
453
|
-
readonly ENABLED: "ENABLED";
|
|
454
|
-
};
|
|
455
|
-
/**
|
|
456
|
-
* @public
|
|
457
|
-
*/
|
|
458
|
-
export type Permission = (typeof Permission)[keyof typeof Permission];
|
|
459
494
|
/**
|
|
460
495
|
* @public
|
|
461
496
|
* @enum
|
|
@@ -609,6 +644,7 @@ export type FleetAttribute = (typeof FleetAttribute)[keyof typeof FleetAttribute
|
|
|
609
644
|
*/
|
|
610
645
|
export declare const StackAttribute: {
|
|
611
646
|
readonly ACCESS_ENDPOINTS: "ACCESS_ENDPOINTS";
|
|
647
|
+
readonly AGENT_ACCESS_CONFIG: "AGENT_ACCESS_CONFIG";
|
|
612
648
|
readonly CONTENT_REDIRECTION: "CONTENT_REDIRECTION";
|
|
613
649
|
readonly EMBED_HOST_DOMAINS: "EMBED_HOST_DOMAINS";
|
|
614
650
|
readonly FEEDBACK_URL: "FEEDBACK_URL";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AccessEndpointType, Action, AgentSoftwareVersion, AppBlockBuilderAttribute, AppBlockBuilderPlatformType, AppBlockBuilderState, AppBlockBuilderStateChangeReasonCode, AppBlockState, ApplicationAttribute, AppVisibility, AuthenticationType, CertificateBasedAuthStatus, DynamicAppProvidersEnabled, ExportImageTaskState, FleetAttribute, FleetErrorCode, FleetState, FleetType, ImageBuilderState, ImageBuilderStateChangeReasonCode, ImageSharedWithOthers, ImageState, ImageStateChangeReasonCode, ImageType, InstanceDrainStatus, LatestAppstreamAgentVersion, MessageAction, PackagingType, Permission, PlatformType, PreferredProtocol, SessionConnectionState, SessionState, SoftwareDeploymentStatus, StackAttribute, StackErrorCode, StorageConnectorType, StreamView, ThemeAttribute, ThemeState, ThemeStyling, UsageReportExecutionErrorCode, UsageReportSchedule, UserStackAssociationErrorCode, VisibilityType } from "./enums";
|
|
1
|
+
import type { AccessEndpointType, Action, AgentAction, AgentSoftwareVersion, AppBlockBuilderAttribute, AppBlockBuilderPlatformType, AppBlockBuilderState, AppBlockBuilderStateChangeReasonCode, AppBlockState, ApplicationAttribute, AppVisibility, AuthenticationType, CertificateBasedAuthStatus, DynamicAppProvidersEnabled, ExportImageTaskState, FleetAttribute, FleetErrorCode, FleetState, FleetType, ImageBuilderState, ImageBuilderStateChangeReasonCode, ImageSharedWithOthers, ImageState, ImageStateChangeReasonCode, ImageType, InstanceDrainStatus, LatestAppstreamAgentVersion, MessageAction, PackagingType, Permission, PlatformType, PreferredProtocol, ScreenImageFormat, ScreenResolution, SessionConnectionState, SessionState, SoftwareDeploymentStatus, StackAttribute, StackErrorCode, StorageConnectorType, StreamView, ThemeAttribute, ThemeState, ThemeStyling, UsageReportExecutionErrorCode, UsageReportSchedule, UserStackAssociationErrorCode, VisibilityType } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and WorkSpaces Applications. When you specify an interface endpoint for a stack, users of the stack can connect to WorkSpaces Applications only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.</p>
|
|
4
4
|
* @public
|
|
@@ -56,6 +56,84 @@ export interface AdminAppLicenseUsageRecord {
|
|
|
56
56
|
*/
|
|
57
57
|
UserId: string | undefined;
|
|
58
58
|
}
|
|
59
|
+
/**
|
|
60
|
+
* <p>A permission setting for an agent action. Each setting specifies an agent action and whether it is enabled or disabled.</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
export interface AgentAccessSetting {
|
|
64
|
+
/**
|
|
65
|
+
* <p>The agent action to configure. Valid values are COMPUTER_VISION and COMPUTER_INPUT. If you enable COMPUTER_INPUT, you must also enable COMPUTER_VISION.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
AgentAction: AgentAction | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* <p>Whether the agent action is enabled or disabled.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
Permission: Permission | undefined;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* <p>The configuration for agent access on a stack. Agent access enables AI agents to interact with desktop applications during streaming sessions.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export interface AgentAccessConfig {
|
|
80
|
+
/**
|
|
81
|
+
* <p>The list of agent access settings that define permissions for each agent action. You must specify at least one setting.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
Settings: AgentAccessSetting[] | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon S3 bucket where agent screenshots are stored. Required when ScreenshotsUploadEnabled is true.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
S3BucketArn?: string | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* <p>Indicates whether screenshot uploads to Amazon S3 are enabled for agent sessions.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
ScreenshotsUploadEnabled?: boolean | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>The screen resolution for the agent streaming environment.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
ScreenResolution: ScreenResolution | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The image format for agent screen captures.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
ScreenImageFormat: ScreenImageFormat | undefined;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* <p>The configuration for updating agent access on a stack. This type supports partial updates, so you only need to specify the fields you want to change.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
export interface AgentAccessConfigForUpdate {
|
|
111
|
+
/**
|
|
112
|
+
* <p>The list of agent access settings that define permissions for each agent action.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
Settings?: AgentAccessSetting[] | undefined;
|
|
116
|
+
/**
|
|
117
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon S3 bucket where agent screenshots are stored.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
S3BucketArn?: string | undefined;
|
|
121
|
+
/**
|
|
122
|
+
* <p>Indicates whether screenshot uploads to Amazon S3 are enabled for agent sessions.</p>
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
ScreenshotsUploadEnabled?: boolean | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* <p>The screen resolution for the agent streaming environment.</p>
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
ScreenResolution?: ScreenResolution | undefined;
|
|
131
|
+
/**
|
|
132
|
+
* <p>The image format for agent screen captures.</p>
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
ScreenImageFormat?: ScreenImageFormat | undefined;
|
|
136
|
+
}
|
|
59
137
|
/**
|
|
60
138
|
* <p>The error details.</p>
|
|
61
139
|
* @public
|
|
@@ -3368,6 +3446,11 @@ export interface CreateStackRequest {
|
|
|
3368
3446
|
* @public
|
|
3369
3447
|
*/
|
|
3370
3448
|
ContentRedirection?: ContentRedirection | undefined;
|
|
3449
|
+
/**
|
|
3450
|
+
* <p>The configuration for agent access on the stack. If specified, agent access is enabled for the stack.</p>
|
|
3451
|
+
* @public
|
|
3452
|
+
*/
|
|
3453
|
+
AgentAccessConfig?: AgentAccessConfig | undefined;
|
|
3371
3454
|
}
|
|
3372
3455
|
/**
|
|
3373
3456
|
* <p>Describes a stack error.</p>
|
|
@@ -3465,6 +3548,11 @@ export interface Stack {
|
|
|
3465
3548
|
* @public
|
|
3466
3549
|
*/
|
|
3467
3550
|
ContentRedirection?: ContentRedirection | undefined;
|
|
3551
|
+
/**
|
|
3552
|
+
* <p>The agent access configuration of the stack, if agent access is enabled.</p>
|
|
3553
|
+
* @public
|
|
3554
|
+
*/
|
|
3555
|
+
AgentAccessConfig?: AgentAccessConfig | undefined;
|
|
3468
3556
|
}
|
|
3469
3557
|
/**
|
|
3470
3558
|
* @public
|
|
@@ -6298,6 +6386,11 @@ export interface UpdateStackRequest {
|
|
|
6298
6386
|
* @public
|
|
6299
6387
|
*/
|
|
6300
6388
|
ContentRedirection?: ContentRedirection | undefined;
|
|
6389
|
+
/**
|
|
6390
|
+
* <p>The configuration for agent access on the stack. Specify this to update agent access settings. To remove agent access, use AttributesToDelete with the AGENT_ACCESS_CONFIG value.</p>
|
|
6391
|
+
* @public
|
|
6392
|
+
*/
|
|
6393
|
+
AgentAccessConfig?: AgentAccessConfigForUpdate | undefined;
|
|
6301
6394
|
}
|
|
6302
6395
|
/**
|
|
6303
6396
|
* @public
|