@aws-sdk/client-workspaces-web 3.948.0 → 3.952.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 +1 -7
- package/dist-cjs/index.js +185 -35
- package/dist-es/models/enums.js +22 -0
- package/dist-es/schemas/schemas_0.js +160 -35
- package/dist-types/WorkSpacesWeb.d.ts +1 -7
- package/dist-types/WorkSpacesWebClient.d.ts +1 -7
- package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +1 -3
- package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +1 -3
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +1 -5
- package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +1 -2
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +32 -3
- package/dist-types/commands/GetUserSettingsCommand.d.ts +31 -0
- package/dist-types/commands/ListUserSettingsCommand.d.ts +31 -0
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +59 -0
- package/dist-types/index.d.ts +1 -7
- package/dist-types/models/enums.d.ts +46 -0
- package/dist-types/models/models_0.d.ts +398 -849
- package/dist-types/schemas/schemas_0.d.ts +11 -0
- package/dist-types/ts3.4/models/enums.d.ts +25 -0
- package/dist-types/ts3.4/models/models_0.d.ts +104 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,13 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript WorkSpacesWeb Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built
|
|
10
|
-
specifically to facilitate secure, web-based workloads. WorkSpaces Secure Browser makes it
|
|
11
|
-
easy for customers to safely provide their employees with access to internal websites and
|
|
12
|
-
SaaS web applications without the administrative burden of appliances or specialized client
|
|
13
|
-
software. WorkSpaces Secure Browser provides simple policy tools tailored for user
|
|
14
|
-
interactions, while offloading common tasks like capacity management, scaling, and
|
|
15
|
-
maintaining browser images.</p>
|
|
9
|
+
<p>Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads. WorkSpaces Secure Browser makes it easy for customers to safely provide their employees with access to internal websites and SaaS web applications without the administrative burden of appliances or specialized client software. WorkSpaces Secure Browser provides simple policy tools tailored for user interactions, while offloading common tasks like capacity management, scaling, and maintaining browser images.</p>
|
|
16
10
|
|
|
17
11
|
## Installing
|
|
18
12
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -269,6 +269,9 @@ const _AUALSRs = "AssociateUserAccessLoggingSettingsResponse";
|
|
|
269
269
|
const _AUS = "AssociateUserSettings";
|
|
270
270
|
const _AUSR = "AssociateUserSettingsRequest";
|
|
271
271
|
const _AUSRs = "AssociateUserSettingsResponse";
|
|
272
|
+
const _BC = "BrandingConfiguration";
|
|
273
|
+
const _BCCI = "BrandingConfigurationCreateInput";
|
|
274
|
+
const _BCUI = "BrandingConfigurationUpdateInput";
|
|
272
275
|
const _BIPI = "BuiltInPatternId";
|
|
273
276
|
const _BP = "BrowserPolicy";
|
|
274
277
|
const _BS = "BrowserSettings";
|
|
@@ -425,6 +428,9 @@ const _IAL = "IpAddressList";
|
|
|
425
428
|
const _IAS = "IpAccessSettings";
|
|
426
429
|
const _IASL = "IpAccessSettingsList";
|
|
427
430
|
const _IASS = "IpAccessSettingsSummary";
|
|
431
|
+
const _II = "IconImage";
|
|
432
|
+
const _III = "IconImageInput";
|
|
433
|
+
const _IM = "ImageMetadata";
|
|
428
434
|
const _IP = "IdentityProvider";
|
|
429
435
|
const _IPD = "IdentityProviderDetails";
|
|
430
436
|
const _IPL = "IdentityProviderList";
|
|
@@ -440,9 +446,11 @@ const _IRUn = "InlineRedactionUrls";
|
|
|
440
446
|
const _IRp = "IpRule";
|
|
441
447
|
const _ISE = "InternalServerException";
|
|
442
448
|
const _K = "Key";
|
|
443
|
-
const _LBS = "
|
|
449
|
+
const _LBS = "LocalizedBrandingStrings";
|
|
450
|
+
const _LBSM = "LocalizedBrandingStringMap";
|
|
444
451
|
const _LBSR = "ListBrowserSettingsRequest";
|
|
445
452
|
const _LBSRi = "ListBrowserSettingsResponse";
|
|
453
|
+
const _LBSi = "ListBrowserSettings";
|
|
446
454
|
const _LC = "LogConfiguration";
|
|
447
455
|
const _LDPS = "ListDataProtectionSettings";
|
|
448
456
|
const _LDPSR = "ListDataProtectionSettingsRequest";
|
|
@@ -480,6 +488,7 @@ const _LUALSRi = "ListUserAccessLoggingSettingsResponse";
|
|
|
480
488
|
const _LUS = "ListUserSettings";
|
|
481
489
|
const _LUSR = "ListUserSettingsRequest";
|
|
482
490
|
const _LUSRi = "ListUserSettingsResponse";
|
|
491
|
+
const _M = "Markdown";
|
|
483
492
|
const _NS = "NetworkSettings";
|
|
484
493
|
const _NSL = "NetworkSettingsList";
|
|
485
494
|
const _NSS = "NetworkSettingsSummary";
|
|
@@ -563,6 +572,8 @@ const _VE = "ValidationException";
|
|
|
563
572
|
const _VEF = "ValidationExceptionField";
|
|
564
573
|
const _VEFL = "ValidationExceptionFieldList";
|
|
565
574
|
const _WCFP = "WebContentFilteringPolicy";
|
|
575
|
+
const _WI = "WallpaperImage";
|
|
576
|
+
const _WII = "WallpaperImageInput";
|
|
566
577
|
const _a = "allowlist";
|
|
567
578
|
const _aEC = "additionalEncryptionContext";
|
|
568
579
|
const _aPA = "associatedPortalArns";
|
|
@@ -570,28 +581,35 @@ const _aT = "authenticationType";
|
|
|
570
581
|
const _aU = "allowedUrls";
|
|
571
582
|
const _al = "all";
|
|
572
583
|
const _b = "body";
|
|
573
|
-
const _bC = "
|
|
584
|
+
const _bC = "brandingConfiguration";
|
|
585
|
+
const _bCI = "brandingConfigurationInput";
|
|
586
|
+
const _bCl = "blockedCategories";
|
|
574
587
|
const _bIPI = "builtInPatternId";
|
|
575
588
|
const _bO = "bucketOwner";
|
|
576
589
|
const _bP = "browserPolicy";
|
|
577
590
|
const _bS = "browserSettings";
|
|
578
591
|
const _bSA = "browserSettingsArn";
|
|
579
592
|
const _bT = "browserType";
|
|
593
|
+
const _bTT = "browserTabTitle";
|
|
580
594
|
const _bU = "blockedUrls";
|
|
581
595
|
const _bl = "blocklist";
|
|
596
|
+
const _blo = "blob";
|
|
582
597
|
const _bu = "bucket";
|
|
583
598
|
const _c = "client";
|
|
584
599
|
const _cA = "copyAllowed";
|
|
600
|
+
const _cBT = "contactButtonText";
|
|
585
601
|
const _cD = "creationDate";
|
|
586
602
|
const _cIA = "clientIpAddresses";
|
|
587
603
|
const _cL = "certificateList";
|
|
588
604
|
const _cLo = "confidenceLevel";
|
|
605
|
+
const _cLon = "contactLink";
|
|
589
606
|
const _cMK = "customerManagedKey";
|
|
590
607
|
const _cP = "customPattern";
|
|
591
608
|
const _cSC = "cookieSynchronizationConfiguration";
|
|
592
|
-
const _cT = "
|
|
609
|
+
const _cT = "colorTheme";
|
|
593
610
|
const _cTA = "certificatesToAdd";
|
|
594
611
|
const _cTD = "certificatesToDelete";
|
|
612
|
+
const _cTl = "clientToken";
|
|
595
613
|
const _ce = "certificate";
|
|
596
614
|
const _d = "domain";
|
|
597
615
|
const _dA = "downloadAllowed";
|
|
@@ -606,6 +624,8 @@ const _eF = "eventFilter";
|
|
|
606
624
|
const _eT = "endTime";
|
|
607
625
|
const _eU = "enforcedUrls";
|
|
608
626
|
const _eUx = "exemptUrls";
|
|
627
|
+
const _f = "favicon";
|
|
628
|
+
const _fE = "fileExtension";
|
|
609
629
|
const _fL = "fieldList";
|
|
610
630
|
const _fS = "folderStructure";
|
|
611
631
|
const _gCL = "globalConfidenceLevel";
|
|
@@ -616,7 +636,7 @@ const _hE = "httpError";
|
|
|
616
636
|
const _hH = "httpHeader";
|
|
617
637
|
const _hQ = "httpQuery";
|
|
618
638
|
const _hTI = "hiddenToolbarItems";
|
|
619
|
-
const _i = "
|
|
639
|
+
const _i = "image/*";
|
|
620
640
|
const _iAS = "ipAccessSettings";
|
|
621
641
|
const _iASA = "ipAccessSettingsArn";
|
|
622
642
|
const _iDTIM = "idleDisconnectTimeoutInMinutes";
|
|
@@ -632,15 +652,25 @@ const _iRP = "inlineRedactionPatterns";
|
|
|
632
652
|
const _iRp = "ipRange";
|
|
633
653
|
const _iT = "instanceType";
|
|
634
654
|
const _in = "include";
|
|
655
|
+
const _is = "issuer";
|
|
635
656
|
const _kP = "keyPrefix";
|
|
636
657
|
const _kR = "keywordRegex";
|
|
637
658
|
const _kSA = "kinesisStreamArn";
|
|
659
|
+
const _l = "logo";
|
|
660
|
+
const _lBT = "loginButtonText";
|
|
638
661
|
const _lC = "logConfiguration";
|
|
662
|
+
const _lD = "loginDescription";
|
|
639
663
|
const _lFF = "logFileFormat";
|
|
664
|
+
const _lS = "localizedStrings";
|
|
665
|
+
const _lT = "loginTitle";
|
|
666
|
+
const _lTo = "loadingText";
|
|
667
|
+
const _lUT = "lastUploadTimestamp";
|
|
640
668
|
const _m = "message";
|
|
641
669
|
const _mCS = "maxConcurrentSessions";
|
|
642
670
|
const _mDR = "maxDisplayResolution";
|
|
643
671
|
const _mR = "maxResults";
|
|
672
|
+
const _mT = "mediaType";
|
|
673
|
+
const _mTi = "mimeType";
|
|
644
674
|
const _n = "name";
|
|
645
675
|
const _nS = "networkSettings";
|
|
646
676
|
const _nSA = "networkSettingsArn";
|
|
@@ -670,7 +700,7 @@ const _rPHT = "redactionPlaceHolderType";
|
|
|
670
700
|
const _rPHTe = "redactionPlaceHolderText";
|
|
671
701
|
const _rT = "resourceType";
|
|
672
702
|
const _rTe = "rendererType";
|
|
673
|
-
const _s = "
|
|
703
|
+
const _s = "sensitive";
|
|
674
704
|
const _sB = "sortBy";
|
|
675
705
|
const _sC = "serviceCode";
|
|
676
706
|
const _sGI = "securityGroupIds";
|
|
@@ -682,20 +712,24 @@ const _sLe = "sessionLoggers";
|
|
|
682
712
|
const _sPSM = "serviceProviderSamlMetadata";
|
|
683
713
|
const _sR = "statusReason";
|
|
684
714
|
const _sT = "startTime";
|
|
715
|
+
const _sU = "s3Uri";
|
|
685
716
|
const _s_ = "s3";
|
|
686
717
|
const _se = "session";
|
|
687
718
|
const _ser = "server";
|
|
688
719
|
const _ses = "sessions";
|
|
689
720
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.workspacesweb";
|
|
690
721
|
const _st = "status";
|
|
691
|
-
const
|
|
722
|
+
const _su = "subject";
|
|
723
|
+
const _t = "text/markdown";
|
|
692
724
|
const _tC = "toolbarConfiguration";
|
|
693
725
|
const _tK = "tagKeys";
|
|
726
|
+
const _tOS = "termsOfService";
|
|
694
727
|
const _tS = "trustStore";
|
|
695
728
|
const _tSA = "trustStoreArn";
|
|
696
729
|
const _tSr = "trustStores";
|
|
697
730
|
const _tT = "toolbarType";
|
|
698
731
|
const _ta = "tags";
|
|
732
|
+
const _th = "thumbprint";
|
|
699
733
|
const _u = "username";
|
|
700
734
|
const _uA = "uploadAllowed";
|
|
701
735
|
const _uALS = "userAccessLoggingSettings";
|
|
@@ -704,7 +738,9 @@ const _uS = "userSettings";
|
|
|
704
738
|
const _uSA = "userSettingsArn";
|
|
705
739
|
const _vI = "vpcId";
|
|
706
740
|
const _vM = "visualMode";
|
|
741
|
+
const _w = "wallpaper";
|
|
707
742
|
const _wCFP = "webContentFilteringPolicy";
|
|
743
|
+
const _wT = "welcomeText";
|
|
708
744
|
const n0 = "com.amazonaws.workspacesweb";
|
|
709
745
|
var BrowserPolicy = [0, n0, _BP, 8, 0];
|
|
710
746
|
var BuiltInPatternId = [0, n0, _BIPI, 8, 0];
|
|
@@ -715,10 +751,12 @@ var Description = [0, n0, _D, 8, 0];
|
|
|
715
751
|
var DescriptionSafe = [0, n0, _DS, 8, 0];
|
|
716
752
|
var DisplayName = [0, n0, _DN, 8, 0];
|
|
717
753
|
var DisplayNameSafe = [0, n0, _DNS, 8, 0];
|
|
754
|
+
var IconImage = [0, n0, _II, { [_mT]: _i }, 21];
|
|
718
755
|
var IdentityProviderName = [0, n0, _IPN, 8, 0];
|
|
719
756
|
var InlineRedactionUrl = [0, n0, _IRU, 8, 0];
|
|
720
757
|
var IpAddress = [0, n0, _IA, 8, 0];
|
|
721
758
|
var IpRange = [0, n0, _IR, 8, 0];
|
|
759
|
+
var Markdown = [0, n0, _M, { [_mT]: _t, [_s]: 1 }, 0];
|
|
722
760
|
var PatternName = [0, n0, _PN, 8, 0];
|
|
723
761
|
var RedactionPlaceHolderText = [0, n0, _RPHT, 8, 0];
|
|
724
762
|
var Regex = [0, n0, _R, 8, 0];
|
|
@@ -728,6 +766,7 @@ var TagKey = [0, n0, _TK, 8, 0];
|
|
|
728
766
|
var TagValue = [0, n0, _TV, 8, 0];
|
|
729
767
|
var UrlPattern = [0, n0, _UP, 8, 0];
|
|
730
768
|
var Username = [0, n0, _U, 8, 0];
|
|
769
|
+
var WallpaperImage = [0, n0, _WI, { [_mT]: _i }, 21];
|
|
731
770
|
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
732
771
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
733
772
|
var AssociateBrowserSettingsRequest = [
|
|
@@ -833,6 +872,51 @@ var AssociateUserSettingsRequest = [
|
|
|
833
872
|
],
|
|
834
873
|
];
|
|
835
874
|
var AssociateUserSettingsResponse = [3, n0, _AUSRs, 0, [_pA, _uSA], [0, 0]];
|
|
875
|
+
var BrandingConfiguration = [
|
|
876
|
+
3,
|
|
877
|
+
n0,
|
|
878
|
+
_BC,
|
|
879
|
+
0,
|
|
880
|
+
[_l, _w, _f, _lS, _cT, _tOS],
|
|
881
|
+
[
|
|
882
|
+
() => ImageMetadata,
|
|
883
|
+
() => ImageMetadata,
|
|
884
|
+
() => ImageMetadata,
|
|
885
|
+
() => LocalizedBrandingStringMap,
|
|
886
|
+
0,
|
|
887
|
+
[() => Markdown, 0],
|
|
888
|
+
],
|
|
889
|
+
];
|
|
890
|
+
var BrandingConfigurationCreateInput = [
|
|
891
|
+
3,
|
|
892
|
+
n0,
|
|
893
|
+
_BCCI,
|
|
894
|
+
0,
|
|
895
|
+
[_l, _w, _f, _lS, _cT, _tOS],
|
|
896
|
+
[
|
|
897
|
+
[() => IconImageInput, 0],
|
|
898
|
+
[() => WallpaperImageInput, 0],
|
|
899
|
+
[() => IconImageInput, 0],
|
|
900
|
+
() => LocalizedBrandingStringMap,
|
|
901
|
+
0,
|
|
902
|
+
[() => Markdown, 0],
|
|
903
|
+
],
|
|
904
|
+
];
|
|
905
|
+
var BrandingConfigurationUpdateInput = [
|
|
906
|
+
3,
|
|
907
|
+
n0,
|
|
908
|
+
_BCUI,
|
|
909
|
+
0,
|
|
910
|
+
[_l, _w, _f, _lS, _cT, _tOS],
|
|
911
|
+
[
|
|
912
|
+
[() => IconImageInput, 0],
|
|
913
|
+
[() => WallpaperImageInput, 0],
|
|
914
|
+
[() => IconImageInput, 0],
|
|
915
|
+
() => LocalizedBrandingStringMap,
|
|
916
|
+
0,
|
|
917
|
+
[() => Markdown, 0],
|
|
918
|
+
],
|
|
919
|
+
];
|
|
836
920
|
var BrowserSettings = [
|
|
837
921
|
3,
|
|
838
922
|
n0,
|
|
@@ -842,8 +926,8 @@ var BrowserSettings = [
|
|
|
842
926
|
[0, 64 | 0, [() => BrowserPolicy, 0], 0, 128 | 0, [() => WebContentFilteringPolicy, 0]],
|
|
843
927
|
];
|
|
844
928
|
var BrowserSettingsSummary = [3, n0, _BSS, 0, [_bSA], [0]];
|
|
845
|
-
var Certificate = [3, n0, _C, 0, [
|
|
846
|
-
var CertificateSummary = [3, n0, _CS, 0, [
|
|
929
|
+
var Certificate = [3, n0, _C, 0, [_th, _su, _is, _nVB, _nVA, _b], [0, 0, 0, 4, 4, 21]];
|
|
930
|
+
var CertificateSummary = [3, n0, _CS, 0, [_th, _su, _is, _nVB, _nVA], [0, 0, 0, 4, 4]];
|
|
847
931
|
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
848
932
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
849
933
|
var CookieSpecification = [
|
|
@@ -874,7 +958,7 @@ var CreateBrowserSettingsRequest = [
|
|
|
874
958
|
n0,
|
|
875
959
|
_CBSR,
|
|
876
960
|
0,
|
|
877
|
-
[_ta, _cMK, _aEC, _bP,
|
|
961
|
+
[_ta, _cMK, _aEC, _bP, _cTl, _wCFP],
|
|
878
962
|
[[() => TagList, 0], 0, 128 | 0, [() => BrowserPolicy, 0], [0, 4], [() => WebContentFilteringPolicy, 0]],
|
|
879
963
|
];
|
|
880
964
|
var CreateBrowserSettingsResponse = [3, n0, _CBSRr, 0, [_bSA], [0]];
|
|
@@ -883,7 +967,7 @@ var CreateDataProtectionSettingsRequest = [
|
|
|
883
967
|
n0,
|
|
884
968
|
_CDPSR,
|
|
885
969
|
0,
|
|
886
|
-
[_dN, _de, _ta, _cMK, _aEC, _iRC,
|
|
970
|
+
[_dN, _de, _ta, _cMK, _aEC, _iRC, _cTl],
|
|
887
971
|
[
|
|
888
972
|
[() => DisplayNameSafe, 0],
|
|
889
973
|
[() => DescriptionSafe, 0],
|
|
@@ -900,7 +984,7 @@ var CreateIdentityProviderRequest = [
|
|
|
900
984
|
n0,
|
|
901
985
|
_CIPR,
|
|
902
986
|
0,
|
|
903
|
-
[_pA, _iPN, _iPT, _iPD,
|
|
987
|
+
[_pA, _iPN, _iPT, _iPD, _cTl, _ta],
|
|
904
988
|
[0, [() => IdentityProviderName, 0], 0, [() => IdentityProviderDetails, 0], [0, 4], [() => TagList, 0]],
|
|
905
989
|
];
|
|
906
990
|
var CreateIdentityProviderResponse = [3, n0, _CIPRr, 0, [_iPA], [0]];
|
|
@@ -909,7 +993,7 @@ var CreateIpAccessSettingsRequest = [
|
|
|
909
993
|
n0,
|
|
910
994
|
_CIASR,
|
|
911
995
|
0,
|
|
912
|
-
[_dN, _de, _ta, _cMK, _aEC, _iR,
|
|
996
|
+
[_dN, _de, _ta, _cMK, _aEC, _iR, _cTl],
|
|
913
997
|
[[() => DisplayName, 0], [() => Description, 0], [() => TagList, 0], 0, 128 | 0, [() => IpRuleList, 0], [0, 4]],
|
|
914
998
|
];
|
|
915
999
|
var CreateIpAccessSettingsResponse = [3, n0, _CIASRr, 0, [_iASA], [0]];
|
|
@@ -918,7 +1002,7 @@ var CreateNetworkSettingsRequest = [
|
|
|
918
1002
|
n0,
|
|
919
1003
|
_CNSR,
|
|
920
1004
|
0,
|
|
921
|
-
[_vI, _sI, _sGI, _ta,
|
|
1005
|
+
[_vI, _sI, _sGI, _ta, _cTl],
|
|
922
1006
|
[0, 64 | 0, 64 | 0, [() => TagList, 0], [0, 4]],
|
|
923
1007
|
];
|
|
924
1008
|
var CreateNetworkSettingsResponse = [3, n0, _CNSRr, 0, [_nSA], [0]];
|
|
@@ -927,7 +1011,7 @@ var CreatePortalRequest = [
|
|
|
927
1011
|
n0,
|
|
928
1012
|
_CPR,
|
|
929
1013
|
0,
|
|
930
|
-
[_dN, _ta, _cMK, _aEC,
|
|
1014
|
+
[_dN, _ta, _cMK, _aEC, _cTl, _aT, _iT, _mCS],
|
|
931
1015
|
[[() => DisplayName, 0], [() => TagList, 0], 0, 128 | 0, [0, 4], 0, 0, 1],
|
|
932
1016
|
];
|
|
933
1017
|
var CreatePortalResponse = [3, n0, _CPRr, 0, [_pA, _pE], [0, 0]];
|
|
@@ -936,7 +1020,7 @@ var CreateSessionLoggerRequest = [
|
|
|
936
1020
|
n0,
|
|
937
1021
|
_CSLR,
|
|
938
1022
|
0,
|
|
939
|
-
[_eF, _lC, _dN, _cMK, _aEC, _ta,
|
|
1023
|
+
[_eF, _lC, _dN, _cMK, _aEC, _ta, _cTl],
|
|
940
1024
|
[() => EventFilter, [() => LogConfiguration, 0], [() => DisplayNameSafe, 0], 0, 128 | 0, [() => TagList, 0], [0, 4]],
|
|
941
1025
|
];
|
|
942
1026
|
var CreateSessionLoggerResponse = [3, n0, _CSLRr, 0, [_sLA], [0]];
|
|
@@ -945,7 +1029,7 @@ var CreateTrustStoreRequest = [
|
|
|
945
1029
|
n0,
|
|
946
1030
|
_CTSR,
|
|
947
1031
|
0,
|
|
948
|
-
[_cL, _ta,
|
|
1032
|
+
[_cL, _ta, _cTl],
|
|
949
1033
|
[64 | 21, [() => TagList, 0], [0, 4]],
|
|
950
1034
|
];
|
|
951
1035
|
var CreateTrustStoreResponse = [3, n0, _CTSRr, 0, [_tSA], [0]];
|
|
@@ -954,7 +1038,7 @@ var CreateUserAccessLoggingSettingsRequest = [
|
|
|
954
1038
|
n0,
|
|
955
1039
|
_CUALSR,
|
|
956
1040
|
0,
|
|
957
|
-
[_kSA, _ta,
|
|
1041
|
+
[_kSA, _ta, _cTl],
|
|
958
1042
|
[0, [() => TagList, 0], [0, 4]],
|
|
959
1043
|
];
|
|
960
1044
|
var CreateUserAccessLoggingSettingsResponse = [3, n0, _CUALSRr, 0, [_uALSA], [0]];
|
|
@@ -963,7 +1047,7 @@ var CreateUserSettingsRequest = [
|
|
|
963
1047
|
n0,
|
|
964
1048
|
_CUSR,
|
|
965
1049
|
0,
|
|
966
|
-
[_cA, _pAa, _dA, _uA, _pAr, _ta, _dTIM, _iDTIM,
|
|
1050
|
+
[_cA, _pAa, _dA, _uA, _pAr, _ta, _dTIM, _iDTIM, _cTl, _cSC, _cMK, _aEC, _dLA, _tC, _bCI],
|
|
967
1051
|
[
|
|
968
1052
|
0,
|
|
969
1053
|
0,
|
|
@@ -979,6 +1063,7 @@ var CreateUserSettingsRequest = [
|
|
|
979
1063
|
128 | 0,
|
|
980
1064
|
0,
|
|
981
1065
|
() => ToolbarConfiguration,
|
|
1066
|
+
[() => BrandingConfigurationCreateInput, 0],
|
|
982
1067
|
],
|
|
983
1068
|
];
|
|
984
1069
|
var CreateUserSettingsResponse = [3, n0, _CUSRr, 0, [_uSA], [0]];
|
|
@@ -1122,10 +1207,10 @@ var GetTrustStoreCertificateRequest = [
|
|
|
1122
1207
|
n0,
|
|
1123
1208
|
_GTSCR,
|
|
1124
1209
|
0,
|
|
1125
|
-
[_tSA,
|
|
1210
|
+
[_tSA, _th],
|
|
1126
1211
|
[
|
|
1127
1212
|
[0, 1],
|
|
1128
|
-
[0, { [_hQ]:
|
|
1213
|
+
[0, { [_hQ]: _th }],
|
|
1129
1214
|
],
|
|
1130
1215
|
];
|
|
1131
1216
|
var GetTrustStoreCertificateResponse = [
|
|
@@ -1165,6 +1250,7 @@ var IdentityProviderSummary = [
|
|
|
1165
1250
|
[_iPA, _iPN, _iPT],
|
|
1166
1251
|
[0, [() => IdentityProviderName, 0], 0],
|
|
1167
1252
|
];
|
|
1253
|
+
var ImageMetadata = [3, n0, _IM, 0, [_mTi, _fE, _lUT], [0, 0, 4]];
|
|
1168
1254
|
var InlineRedactionConfiguration = [
|
|
1169
1255
|
3,
|
|
1170
1256
|
n0,
|
|
@@ -1454,6 +1540,14 @@ var ListUserSettingsResponse = [
|
|
|
1454
1540
|
[_uS, _nT],
|
|
1455
1541
|
[[() => UserSettingsList, 0], 0],
|
|
1456
1542
|
];
|
|
1543
|
+
var LocalizedBrandingStrings = [
|
|
1544
|
+
3,
|
|
1545
|
+
n0,
|
|
1546
|
+
_LBS,
|
|
1547
|
+
0,
|
|
1548
|
+
[_bTT, _wT, _lT, _lD, _lBT, _cLon, _cBT, _lTo],
|
|
1549
|
+
[0, 0, 0, 0, 0, 0, 0, 0],
|
|
1550
|
+
];
|
|
1457
1551
|
var LogConfiguration = [3, n0, _LC, 0, [_s_], [[() => S3LogConfiguration, 0]]];
|
|
1458
1552
|
var NetworkSettings = [
|
|
1459
1553
|
3,
|
|
@@ -1584,7 +1678,7 @@ var TagResourceRequest = [
|
|
|
1584
1678
|
n0,
|
|
1585
1679
|
_TRR,
|
|
1586
1680
|
0,
|
|
1587
|
-
[_rA, _ta,
|
|
1681
|
+
[_rA, _ta, _cTl],
|
|
1588
1682
|
[
|
|
1589
1683
|
[0, 1],
|
|
1590
1684
|
[() => TagList, 0],
|
|
@@ -1623,7 +1717,7 @@ var UpdateBrowserSettingsRequest = [
|
|
|
1623
1717
|
n0,
|
|
1624
1718
|
_UBSR,
|
|
1625
1719
|
0,
|
|
1626
|
-
[_bSA, _bP,
|
|
1720
|
+
[_bSA, _bP, _cTl, _wCFP],
|
|
1627
1721
|
[
|
|
1628
1722
|
[0, 1],
|
|
1629
1723
|
[() => BrowserPolicy, 0],
|
|
@@ -1644,7 +1738,7 @@ var UpdateDataProtectionSettingsRequest = [
|
|
|
1644
1738
|
n0,
|
|
1645
1739
|
_UDPSR,
|
|
1646
1740
|
0,
|
|
1647
|
-
[_dPSA, _iRC, _dN, _de,
|
|
1741
|
+
[_dPSA, _iRC, _dN, _de, _cTl],
|
|
1648
1742
|
[
|
|
1649
1743
|
[0, 1],
|
|
1650
1744
|
[() => InlineRedactionConfiguration, 0],
|
|
@@ -1666,7 +1760,7 @@ var UpdateIdentityProviderRequest = [
|
|
|
1666
1760
|
n0,
|
|
1667
1761
|
_UIPR,
|
|
1668
1762
|
0,
|
|
1669
|
-
[_iPA, _iPN, _iPT, _iPD,
|
|
1763
|
+
[_iPA, _iPN, _iPT, _iPD, _cTl],
|
|
1670
1764
|
[[0, 1], [() => IdentityProviderName, 0], 0, [() => IdentityProviderDetails, 0], [0, 4]],
|
|
1671
1765
|
];
|
|
1672
1766
|
var UpdateIdentityProviderResponse = [
|
|
@@ -1682,7 +1776,7 @@ var UpdateIpAccessSettingsRequest = [
|
|
|
1682
1776
|
n0,
|
|
1683
1777
|
_UIASR,
|
|
1684
1778
|
0,
|
|
1685
|
-
[_iASA, _dN, _de, _iR,
|
|
1779
|
+
[_iASA, _dN, _de, _iR, _cTl],
|
|
1686
1780
|
[
|
|
1687
1781
|
[0, 1],
|
|
1688
1782
|
[() => DisplayName, 0],
|
|
@@ -1704,7 +1798,7 @@ var UpdateNetworkSettingsRequest = [
|
|
|
1704
1798
|
n0,
|
|
1705
1799
|
_UNSR,
|
|
1706
1800
|
0,
|
|
1707
|
-
[_nSA, _vI, _sI, _sGI,
|
|
1801
|
+
[_nSA, _vI, _sI, _sGI, _cTl],
|
|
1708
1802
|
[[0, 1], 0, 64 | 0, 64 | 0, [0, 4]],
|
|
1709
1803
|
];
|
|
1710
1804
|
var UpdateNetworkSettingsResponse = [3, n0, _UNSRp, 0, [_nS], [() => NetworkSettings]];
|
|
@@ -1731,7 +1825,7 @@ var UpdateTrustStoreRequest = [
|
|
|
1731
1825
|
n0,
|
|
1732
1826
|
_UTSR,
|
|
1733
1827
|
0,
|
|
1734
|
-
[_tSA, _cTA, _cTD,
|
|
1828
|
+
[_tSA, _cTA, _cTD, _cTl],
|
|
1735
1829
|
[[0, 1], 64 | 21, 64 | 0, [0, 4]],
|
|
1736
1830
|
];
|
|
1737
1831
|
var UpdateTrustStoreResponse = [3, n0, _UTSRp, 0, [_tSA], [0]];
|
|
@@ -1740,7 +1834,7 @@ var UpdateUserAccessLoggingSettingsRequest = [
|
|
|
1740
1834
|
n0,
|
|
1741
1835
|
_UUALSR,
|
|
1742
1836
|
0,
|
|
1743
|
-
[_uALSA, _kSA,
|
|
1837
|
+
[_uALSA, _kSA, _cTl],
|
|
1744
1838
|
[[0, 1], 0, [0, 4]],
|
|
1745
1839
|
];
|
|
1746
1840
|
var UpdateUserAccessLoggingSettingsResponse = [
|
|
@@ -1756,8 +1850,22 @@ var UpdateUserSettingsRequest = [
|
|
|
1756
1850
|
n0,
|
|
1757
1851
|
_UUSR,
|
|
1758
1852
|
0,
|
|
1759
|
-
[_uSA, _cA, _pAa, _dA, _uA, _pAr, _dTIM, _iDTIM,
|
|
1760
|
-
[
|
|
1853
|
+
[_uSA, _cA, _pAa, _dA, _uA, _pAr, _dTIM, _iDTIM, _cTl, _cSC, _dLA, _tC, _bCI],
|
|
1854
|
+
[
|
|
1855
|
+
[0, 1],
|
|
1856
|
+
0,
|
|
1857
|
+
0,
|
|
1858
|
+
0,
|
|
1859
|
+
0,
|
|
1860
|
+
0,
|
|
1861
|
+
1,
|
|
1862
|
+
1,
|
|
1863
|
+
[0, 4],
|
|
1864
|
+
[() => CookieSynchronizationConfiguration, 0],
|
|
1865
|
+
0,
|
|
1866
|
+
() => ToolbarConfiguration,
|
|
1867
|
+
[() => BrandingConfigurationUpdateInput, 0],
|
|
1868
|
+
],
|
|
1761
1869
|
];
|
|
1762
1870
|
var UpdateUserSettingsResponse = [3, n0, _UUSRp, 0, [_uS], [[() => UserSettings, 0]]];
|
|
1763
1871
|
var UserAccessLoggingSettings = [3, n0, _UALS, 0, [_uALSA, _aPA, _kSA], [0, 64 | 0, 0]];
|
|
@@ -1767,7 +1875,7 @@ var UserSettings = [
|
|
|
1767
1875
|
n0,
|
|
1768
1876
|
_US,
|
|
1769
1877
|
0,
|
|
1770
|
-
[_uSA, _aPA, _cA, _pAa, _dA, _uA, _pAr, _dTIM, _iDTIM, _cSC, _cMK, _aEC, _dLA, _tC],
|
|
1878
|
+
[_uSA, _aPA, _cA, _pAa, _dA, _uA, _pAr, _dTIM, _iDTIM, _cSC, _cMK, _aEC, _dLA, _tC, _bC],
|
|
1771
1879
|
[
|
|
1772
1880
|
0,
|
|
1773
1881
|
64 | 0,
|
|
@@ -1783,6 +1891,7 @@ var UserSettings = [
|
|
|
1783
1891
|
128 | 0,
|
|
1784
1892
|
0,
|
|
1785
1893
|
() => ToolbarConfiguration,
|
|
1894
|
+
[() => BrandingConfiguration, 0],
|
|
1786
1895
|
],
|
|
1787
1896
|
];
|
|
1788
1897
|
var UserSettingsSummary = [
|
|
@@ -1790,8 +1899,21 @@ var UserSettingsSummary = [
|
|
|
1790
1899
|
n0,
|
|
1791
1900
|
_USS,
|
|
1792
1901
|
0,
|
|
1793
|
-
[_uSA, _cA, _pAa, _dA, _uA, _pAr, _dTIM, _iDTIM, _cSC, _dLA, _tC],
|
|
1794
|
-
[
|
|
1902
|
+
[_uSA, _cA, _pAa, _dA, _uA, _pAr, _dTIM, _iDTIM, _cSC, _dLA, _tC, _bC],
|
|
1903
|
+
[
|
|
1904
|
+
0,
|
|
1905
|
+
0,
|
|
1906
|
+
0,
|
|
1907
|
+
0,
|
|
1908
|
+
0,
|
|
1909
|
+
0,
|
|
1910
|
+
1,
|
|
1911
|
+
1,
|
|
1912
|
+
[() => CookieSynchronizationConfiguration, 0],
|
|
1913
|
+
0,
|
|
1914
|
+
() => ToolbarConfiguration,
|
|
1915
|
+
[() => BrandingConfiguration, 0],
|
|
1916
|
+
],
|
|
1795
1917
|
];
|
|
1796
1918
|
var ValidationException = [
|
|
1797
1919
|
-3,
|
|
@@ -1808,7 +1930,7 @@ var WebContentFilteringPolicy = [
|
|
|
1808
1930
|
n0,
|
|
1809
1931
|
_WCFP,
|
|
1810
1932
|
0,
|
|
1811
|
-
[
|
|
1933
|
+
[_bCl, _aU, _bU],
|
|
1812
1934
|
[64 | 0, [() => UrlPatternList, 0], [() => UrlPatternList, 0]],
|
|
1813
1935
|
];
|
|
1814
1936
|
var __Unit = "unit";
|
|
@@ -1837,7 +1959,10 @@ var UserAccessLoggingSettingsList = [1, n0, _UALSL, 0, () => UserAccessLoggingSe
|
|
|
1837
1959
|
var UserSettingsList = [1, n0, _USL, 0, [() => UserSettingsSummary, 0]];
|
|
1838
1960
|
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
|
|
1839
1961
|
var IdentityProviderDetails = [2, n0, _IPD, 8, 0, 0];
|
|
1962
|
+
var LocalizedBrandingStringMap = [2, n0, _LBSM, 0, 0, () => LocalizedBrandingStrings];
|
|
1840
1963
|
var EventFilter = [3, n0, _EF, 0, [_al, _in], [() => __Unit, 64 | 0]];
|
|
1964
|
+
var IconImageInput = [3, n0, _III, 0, [_blo, _sU], [[() => IconImage, 0], 0]];
|
|
1965
|
+
var WallpaperImageInput = [3, n0, _WII, 0, [_blo, _sU], [[() => WallpaperImage, 0], 0]];
|
|
1841
1966
|
var AssociateBrowserSettings = [
|
|
1842
1967
|
9,
|
|
1843
1968
|
n0,
|
|
@@ -2241,7 +2366,7 @@ var GetUserSettings = [
|
|
|
2241
2366
|
var ListBrowserSettings = [
|
|
2242
2367
|
9,
|
|
2243
2368
|
n0,
|
|
2244
|
-
|
|
2369
|
+
_LBSi,
|
|
2245
2370
|
{ [_h]: ["GET", "/browserSettings", 200] },
|
|
2246
2371
|
() => ListBrowserSettingsRequest,
|
|
2247
2372
|
() => ListBrowserSettingsResponse,
|
|
@@ -3545,6 +3670,28 @@ const LogFileFormat = {
|
|
|
3545
3670
|
JSON: "Json",
|
|
3546
3671
|
JSON_LINES: "JSONLines",
|
|
3547
3672
|
};
|
|
3673
|
+
const ColorTheme = {
|
|
3674
|
+
DARK: "Dark",
|
|
3675
|
+
LIGHT: "Light",
|
|
3676
|
+
};
|
|
3677
|
+
const MimeType = {
|
|
3678
|
+
ICO: "image/x-icon",
|
|
3679
|
+
JPEG: "image/jpeg",
|
|
3680
|
+
PNG: "image/png",
|
|
3681
|
+
};
|
|
3682
|
+
const Locale = {
|
|
3683
|
+
BR: "pt-BR",
|
|
3684
|
+
CN: "zh-CN",
|
|
3685
|
+
DE: "de-DE",
|
|
3686
|
+
EN: "en-US",
|
|
3687
|
+
ES: "es-ES",
|
|
3688
|
+
FR: "fr-FR",
|
|
3689
|
+
ID: "id-ID",
|
|
3690
|
+
IT: "it-IT",
|
|
3691
|
+
JP: "ja-JP",
|
|
3692
|
+
KR: "ko-KR",
|
|
3693
|
+
TW: "zh-TW",
|
|
3694
|
+
};
|
|
3548
3695
|
const EnabledType = {
|
|
3549
3696
|
DISABLED: "Disabled",
|
|
3550
3697
|
ENABLED: "Enabled",
|
|
@@ -3595,6 +3742,7 @@ exports.AssociateUserSettingsCommand = AssociateUserSettingsCommand;
|
|
|
3595
3742
|
exports.AuthenticationType = AuthenticationType;
|
|
3596
3743
|
exports.BrowserType = BrowserType;
|
|
3597
3744
|
exports.Category = Category;
|
|
3745
|
+
exports.ColorTheme = ColorTheme;
|
|
3598
3746
|
exports.ConflictException = ConflictException$1;
|
|
3599
3747
|
exports.CreateBrowserSettingsCommand = CreateBrowserSettingsCommand;
|
|
3600
3748
|
exports.CreateDataProtectionSettingsCommand = CreateDataProtectionSettingsCommand;
|
|
@@ -3656,8 +3804,10 @@ exports.ListTrustStoreCertificatesCommand = ListTrustStoreCertificatesCommand;
|
|
|
3656
3804
|
exports.ListTrustStoresCommand = ListTrustStoresCommand;
|
|
3657
3805
|
exports.ListUserAccessLoggingSettingsCommand = ListUserAccessLoggingSettingsCommand;
|
|
3658
3806
|
exports.ListUserSettingsCommand = ListUserSettingsCommand;
|
|
3807
|
+
exports.Locale = Locale;
|
|
3659
3808
|
exports.LogFileFormat = LogFileFormat;
|
|
3660
3809
|
exports.MaxDisplayResolution = MaxDisplayResolution;
|
|
3810
|
+
exports.MimeType = MimeType;
|
|
3661
3811
|
exports.PortalStatus = PortalStatus;
|
|
3662
3812
|
exports.RedactionPlaceHolderType = RedactionPlaceHolderType;
|
|
3663
3813
|
exports.RendererType = RendererType;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -99,6 +99,28 @@ export const LogFileFormat = {
|
|
|
99
99
|
JSON: "Json",
|
|
100
100
|
JSON_LINES: "JSONLines",
|
|
101
101
|
};
|
|
102
|
+
export const ColorTheme = {
|
|
103
|
+
DARK: "Dark",
|
|
104
|
+
LIGHT: "Light",
|
|
105
|
+
};
|
|
106
|
+
export const MimeType = {
|
|
107
|
+
ICO: "image/x-icon",
|
|
108
|
+
JPEG: "image/jpeg",
|
|
109
|
+
PNG: "image/png",
|
|
110
|
+
};
|
|
111
|
+
export const Locale = {
|
|
112
|
+
BR: "pt-BR",
|
|
113
|
+
CN: "zh-CN",
|
|
114
|
+
DE: "de-DE",
|
|
115
|
+
EN: "en-US",
|
|
116
|
+
ES: "es-ES",
|
|
117
|
+
FR: "fr-FR",
|
|
118
|
+
ID: "id-ID",
|
|
119
|
+
IT: "it-IT",
|
|
120
|
+
JP: "ja-JP",
|
|
121
|
+
KR: "ko-KR",
|
|
122
|
+
TW: "zh-TW",
|
|
123
|
+
};
|
|
102
124
|
export const EnabledType = {
|
|
103
125
|
DISABLED: "Disabled",
|
|
104
126
|
ENABLED: "Enabled",
|