@aws-sdk/client-workspaces-web 3.948.0 → 3.951.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 +1 -1
|
@@ -23,6 +23,9 @@ const _AUALSRs = "AssociateUserAccessLoggingSettingsResponse";
|
|
|
23
23
|
const _AUS = "AssociateUserSettings";
|
|
24
24
|
const _AUSR = "AssociateUserSettingsRequest";
|
|
25
25
|
const _AUSRs = "AssociateUserSettingsResponse";
|
|
26
|
+
const _BC = "BrandingConfiguration";
|
|
27
|
+
const _BCCI = "BrandingConfigurationCreateInput";
|
|
28
|
+
const _BCUI = "BrandingConfigurationUpdateInput";
|
|
26
29
|
const _BIPI = "BuiltInPatternId";
|
|
27
30
|
const _BP = "BrowserPolicy";
|
|
28
31
|
const _BS = "BrowserSettings";
|
|
@@ -179,6 +182,9 @@ const _IAL = "IpAddressList";
|
|
|
179
182
|
const _IAS = "IpAccessSettings";
|
|
180
183
|
const _IASL = "IpAccessSettingsList";
|
|
181
184
|
const _IASS = "IpAccessSettingsSummary";
|
|
185
|
+
const _II = "IconImage";
|
|
186
|
+
const _III = "IconImageInput";
|
|
187
|
+
const _IM = "ImageMetadata";
|
|
182
188
|
const _IP = "IdentityProvider";
|
|
183
189
|
const _IPD = "IdentityProviderDetails";
|
|
184
190
|
const _IPL = "IdentityProviderList";
|
|
@@ -194,9 +200,11 @@ const _IRUn = "InlineRedactionUrls";
|
|
|
194
200
|
const _IRp = "IpRule";
|
|
195
201
|
const _ISE = "InternalServerException";
|
|
196
202
|
const _K = "Key";
|
|
197
|
-
const _LBS = "
|
|
203
|
+
const _LBS = "LocalizedBrandingStrings";
|
|
204
|
+
const _LBSM = "LocalizedBrandingStringMap";
|
|
198
205
|
const _LBSR = "ListBrowserSettingsRequest";
|
|
199
206
|
const _LBSRi = "ListBrowserSettingsResponse";
|
|
207
|
+
const _LBSi = "ListBrowserSettings";
|
|
200
208
|
const _LC = "LogConfiguration";
|
|
201
209
|
const _LDPS = "ListDataProtectionSettings";
|
|
202
210
|
const _LDPSR = "ListDataProtectionSettingsRequest";
|
|
@@ -234,6 +242,7 @@ const _LUALSRi = "ListUserAccessLoggingSettingsResponse";
|
|
|
234
242
|
const _LUS = "ListUserSettings";
|
|
235
243
|
const _LUSR = "ListUserSettingsRequest";
|
|
236
244
|
const _LUSRi = "ListUserSettingsResponse";
|
|
245
|
+
const _M = "Markdown";
|
|
237
246
|
const _NS = "NetworkSettings";
|
|
238
247
|
const _NSL = "NetworkSettingsList";
|
|
239
248
|
const _NSS = "NetworkSettingsSummary";
|
|
@@ -317,6 +326,8 @@ const _VE = "ValidationException";
|
|
|
317
326
|
const _VEF = "ValidationExceptionField";
|
|
318
327
|
const _VEFL = "ValidationExceptionFieldList";
|
|
319
328
|
const _WCFP = "WebContentFilteringPolicy";
|
|
329
|
+
const _WI = "WallpaperImage";
|
|
330
|
+
const _WII = "WallpaperImageInput";
|
|
320
331
|
const _a = "allowlist";
|
|
321
332
|
const _aEC = "additionalEncryptionContext";
|
|
322
333
|
const _aPA = "associatedPortalArns";
|
|
@@ -324,28 +335,35 @@ const _aT = "authenticationType";
|
|
|
324
335
|
const _aU = "allowedUrls";
|
|
325
336
|
const _al = "all";
|
|
326
337
|
const _b = "body";
|
|
327
|
-
const _bC = "
|
|
338
|
+
const _bC = "brandingConfiguration";
|
|
339
|
+
const _bCI = "brandingConfigurationInput";
|
|
340
|
+
const _bCl = "blockedCategories";
|
|
328
341
|
const _bIPI = "builtInPatternId";
|
|
329
342
|
const _bO = "bucketOwner";
|
|
330
343
|
const _bP = "browserPolicy";
|
|
331
344
|
const _bS = "browserSettings";
|
|
332
345
|
const _bSA = "browserSettingsArn";
|
|
333
346
|
const _bT = "browserType";
|
|
347
|
+
const _bTT = "browserTabTitle";
|
|
334
348
|
const _bU = "blockedUrls";
|
|
335
349
|
const _bl = "blocklist";
|
|
350
|
+
const _blo = "blob";
|
|
336
351
|
const _bu = "bucket";
|
|
337
352
|
const _c = "client";
|
|
338
353
|
const _cA = "copyAllowed";
|
|
354
|
+
const _cBT = "contactButtonText";
|
|
339
355
|
const _cD = "creationDate";
|
|
340
356
|
const _cIA = "clientIpAddresses";
|
|
341
357
|
const _cL = "certificateList";
|
|
342
358
|
const _cLo = "confidenceLevel";
|
|
359
|
+
const _cLon = "contactLink";
|
|
343
360
|
const _cMK = "customerManagedKey";
|
|
344
361
|
const _cP = "customPattern";
|
|
345
362
|
const _cSC = "cookieSynchronizationConfiguration";
|
|
346
|
-
const _cT = "
|
|
363
|
+
const _cT = "colorTheme";
|
|
347
364
|
const _cTA = "certificatesToAdd";
|
|
348
365
|
const _cTD = "certificatesToDelete";
|
|
366
|
+
const _cTl = "clientToken";
|
|
349
367
|
const _ce = "certificate";
|
|
350
368
|
const _d = "domain";
|
|
351
369
|
const _dA = "downloadAllowed";
|
|
@@ -360,6 +378,8 @@ const _eF = "eventFilter";
|
|
|
360
378
|
const _eT = "endTime";
|
|
361
379
|
const _eU = "enforcedUrls";
|
|
362
380
|
const _eUx = "exemptUrls";
|
|
381
|
+
const _f = "favicon";
|
|
382
|
+
const _fE = "fileExtension";
|
|
363
383
|
const _fL = "fieldList";
|
|
364
384
|
const _fS = "folderStructure";
|
|
365
385
|
const _gCL = "globalConfidenceLevel";
|
|
@@ -370,7 +390,7 @@ const _hE = "httpError";
|
|
|
370
390
|
const _hH = "httpHeader";
|
|
371
391
|
const _hQ = "httpQuery";
|
|
372
392
|
const _hTI = "hiddenToolbarItems";
|
|
373
|
-
const _i = "
|
|
393
|
+
const _i = "image/*";
|
|
374
394
|
const _iAS = "ipAccessSettings";
|
|
375
395
|
const _iASA = "ipAccessSettingsArn";
|
|
376
396
|
const _iDTIM = "idleDisconnectTimeoutInMinutes";
|
|
@@ -386,15 +406,25 @@ const _iRP = "inlineRedactionPatterns";
|
|
|
386
406
|
const _iRp = "ipRange";
|
|
387
407
|
const _iT = "instanceType";
|
|
388
408
|
const _in = "include";
|
|
409
|
+
const _is = "issuer";
|
|
389
410
|
const _kP = "keyPrefix";
|
|
390
411
|
const _kR = "keywordRegex";
|
|
391
412
|
const _kSA = "kinesisStreamArn";
|
|
413
|
+
const _l = "logo";
|
|
414
|
+
const _lBT = "loginButtonText";
|
|
392
415
|
const _lC = "logConfiguration";
|
|
416
|
+
const _lD = "loginDescription";
|
|
393
417
|
const _lFF = "logFileFormat";
|
|
418
|
+
const _lS = "localizedStrings";
|
|
419
|
+
const _lT = "loginTitle";
|
|
420
|
+
const _lTo = "loadingText";
|
|
421
|
+
const _lUT = "lastUploadTimestamp";
|
|
394
422
|
const _m = "message";
|
|
395
423
|
const _mCS = "maxConcurrentSessions";
|
|
396
424
|
const _mDR = "maxDisplayResolution";
|
|
397
425
|
const _mR = "maxResults";
|
|
426
|
+
const _mT = "mediaType";
|
|
427
|
+
const _mTi = "mimeType";
|
|
398
428
|
const _n = "name";
|
|
399
429
|
const _nS = "networkSettings";
|
|
400
430
|
const _nSA = "networkSettingsArn";
|
|
@@ -424,7 +454,7 @@ const _rPHT = "redactionPlaceHolderType";
|
|
|
424
454
|
const _rPHTe = "redactionPlaceHolderText";
|
|
425
455
|
const _rT = "resourceType";
|
|
426
456
|
const _rTe = "rendererType";
|
|
427
|
-
const _s = "
|
|
457
|
+
const _s = "sensitive";
|
|
428
458
|
const _sB = "sortBy";
|
|
429
459
|
const _sC = "serviceCode";
|
|
430
460
|
const _sGI = "securityGroupIds";
|
|
@@ -436,20 +466,24 @@ const _sLe = "sessionLoggers";
|
|
|
436
466
|
const _sPSM = "serviceProviderSamlMetadata";
|
|
437
467
|
const _sR = "statusReason";
|
|
438
468
|
const _sT = "startTime";
|
|
469
|
+
const _sU = "s3Uri";
|
|
439
470
|
const _s_ = "s3";
|
|
440
471
|
const _se = "session";
|
|
441
472
|
const _ser = "server";
|
|
442
473
|
const _ses = "sessions";
|
|
443
474
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.workspacesweb";
|
|
444
475
|
const _st = "status";
|
|
445
|
-
const
|
|
476
|
+
const _su = "subject";
|
|
477
|
+
const _t = "text/markdown";
|
|
446
478
|
const _tC = "toolbarConfiguration";
|
|
447
479
|
const _tK = "tagKeys";
|
|
480
|
+
const _tOS = "termsOfService";
|
|
448
481
|
const _tS = "trustStore";
|
|
449
482
|
const _tSA = "trustStoreArn";
|
|
450
483
|
const _tSr = "trustStores";
|
|
451
484
|
const _tT = "toolbarType";
|
|
452
485
|
const _ta = "tags";
|
|
486
|
+
const _th = "thumbprint";
|
|
453
487
|
const _u = "username";
|
|
454
488
|
const _uA = "uploadAllowed";
|
|
455
489
|
const _uALS = "userAccessLoggingSettings";
|
|
@@ -458,7 +492,9 @@ const _uS = "userSettings";
|
|
|
458
492
|
const _uSA = "userSettingsArn";
|
|
459
493
|
const _vI = "vpcId";
|
|
460
494
|
const _vM = "visualMode";
|
|
495
|
+
const _w = "wallpaper";
|
|
461
496
|
const _wCFP = "webContentFilteringPolicy";
|
|
497
|
+
const _wT = "welcomeText";
|
|
462
498
|
const n0 = "com.amazonaws.workspacesweb";
|
|
463
499
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
464
500
|
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, TooManyTagsException as __TooManyTagsException, ValidationException as __ValidationException, } from "../models/errors";
|
|
@@ -472,10 +508,12 @@ export var Description = [0, n0, _D, 8, 0];
|
|
|
472
508
|
export var DescriptionSafe = [0, n0, _DS, 8, 0];
|
|
473
509
|
export var DisplayName = [0, n0, _DN, 8, 0];
|
|
474
510
|
export var DisplayNameSafe = [0, n0, _DNS, 8, 0];
|
|
511
|
+
export var IconImage = [0, n0, _II, { [_mT]: _i }, 21];
|
|
475
512
|
export var IdentityProviderName = [0, n0, _IPN, 8, 0];
|
|
476
513
|
export var InlineRedactionUrl = [0, n0, _IRU, 8, 0];
|
|
477
514
|
export var IpAddress = [0, n0, _IA, 8, 0];
|
|
478
515
|
export var IpRange = [0, n0, _IR, 8, 0];
|
|
516
|
+
export var Markdown = [0, n0, _M, { [_mT]: _t, [_s]: 1 }, 0];
|
|
479
517
|
export var PatternName = [0, n0, _PN, 8, 0];
|
|
480
518
|
export var RedactionPlaceHolderText = [0, n0, _RPHT, 8, 0];
|
|
481
519
|
export var Regex = [0, n0, _R, 8, 0];
|
|
@@ -485,6 +523,7 @@ export var TagKey = [0, n0, _TK, 8, 0];
|
|
|
485
523
|
export var TagValue = [0, n0, _TV, 8, 0];
|
|
486
524
|
export var UrlPattern = [0, n0, _UP, 8, 0];
|
|
487
525
|
export var Username = [0, n0, _U, 8, 0];
|
|
526
|
+
export var WallpaperImage = [0, n0, _WI, { [_mT]: _i }, 21];
|
|
488
527
|
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
489
528
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
490
529
|
export var AssociateBrowserSettingsRequest = [
|
|
@@ -590,6 +629,51 @@ export var AssociateUserSettingsRequest = [
|
|
|
590
629
|
],
|
|
591
630
|
];
|
|
592
631
|
export var AssociateUserSettingsResponse = [3, n0, _AUSRs, 0, [_pA, _uSA], [0, 0]];
|
|
632
|
+
export var BrandingConfiguration = [
|
|
633
|
+
3,
|
|
634
|
+
n0,
|
|
635
|
+
_BC,
|
|
636
|
+
0,
|
|
637
|
+
[_l, _w, _f, _lS, _cT, _tOS],
|
|
638
|
+
[
|
|
639
|
+
() => ImageMetadata,
|
|
640
|
+
() => ImageMetadata,
|
|
641
|
+
() => ImageMetadata,
|
|
642
|
+
() => LocalizedBrandingStringMap,
|
|
643
|
+
0,
|
|
644
|
+
[() => Markdown, 0],
|
|
645
|
+
],
|
|
646
|
+
];
|
|
647
|
+
export var BrandingConfigurationCreateInput = [
|
|
648
|
+
3,
|
|
649
|
+
n0,
|
|
650
|
+
_BCCI,
|
|
651
|
+
0,
|
|
652
|
+
[_l, _w, _f, _lS, _cT, _tOS],
|
|
653
|
+
[
|
|
654
|
+
[() => IconImageInput, 0],
|
|
655
|
+
[() => WallpaperImageInput, 0],
|
|
656
|
+
[() => IconImageInput, 0],
|
|
657
|
+
() => LocalizedBrandingStringMap,
|
|
658
|
+
0,
|
|
659
|
+
[() => Markdown, 0],
|
|
660
|
+
],
|
|
661
|
+
];
|
|
662
|
+
export var BrandingConfigurationUpdateInput = [
|
|
663
|
+
3,
|
|
664
|
+
n0,
|
|
665
|
+
_BCUI,
|
|
666
|
+
0,
|
|
667
|
+
[_l, _w, _f, _lS, _cT, _tOS],
|
|
668
|
+
[
|
|
669
|
+
[() => IconImageInput, 0],
|
|
670
|
+
[() => WallpaperImageInput, 0],
|
|
671
|
+
[() => IconImageInput, 0],
|
|
672
|
+
() => LocalizedBrandingStringMap,
|
|
673
|
+
0,
|
|
674
|
+
[() => Markdown, 0],
|
|
675
|
+
],
|
|
676
|
+
];
|
|
593
677
|
export var BrowserSettings = [
|
|
594
678
|
3,
|
|
595
679
|
n0,
|
|
@@ -599,8 +683,8 @@ export var BrowserSettings = [
|
|
|
599
683
|
[0, 64 | 0, [() => BrowserPolicy, 0], 0, 128 | 0, [() => WebContentFilteringPolicy, 0]],
|
|
600
684
|
];
|
|
601
685
|
export var BrowserSettingsSummary = [3, n0, _BSS, 0, [_bSA], [0]];
|
|
602
|
-
export var Certificate = [3, n0, _C, 0, [
|
|
603
|
-
export var CertificateSummary = [3, n0, _CS, 0, [
|
|
686
|
+
export var Certificate = [3, n0, _C, 0, [_th, _su, _is, _nVB, _nVA, _b], [0, 0, 0, 4, 4, 21]];
|
|
687
|
+
export var CertificateSummary = [3, n0, _CS, 0, [_th, _su, _is, _nVB, _nVA], [0, 0, 0, 4, 4]];
|
|
604
688
|
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
605
689
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
606
690
|
export var CookieSpecification = [
|
|
@@ -631,7 +715,7 @@ export var CreateBrowserSettingsRequest = [
|
|
|
631
715
|
n0,
|
|
632
716
|
_CBSR,
|
|
633
717
|
0,
|
|
634
|
-
[_ta, _cMK, _aEC, _bP,
|
|
718
|
+
[_ta, _cMK, _aEC, _bP, _cTl, _wCFP],
|
|
635
719
|
[[() => TagList, 0], 0, 128 | 0, [() => BrowserPolicy, 0], [0, 4], [() => WebContentFilteringPolicy, 0]],
|
|
636
720
|
];
|
|
637
721
|
export var CreateBrowserSettingsResponse = [3, n0, _CBSRr, 0, [_bSA], [0]];
|
|
@@ -640,7 +724,7 @@ export var CreateDataProtectionSettingsRequest = [
|
|
|
640
724
|
n0,
|
|
641
725
|
_CDPSR,
|
|
642
726
|
0,
|
|
643
|
-
[_dN, _de, _ta, _cMK, _aEC, _iRC,
|
|
727
|
+
[_dN, _de, _ta, _cMK, _aEC, _iRC, _cTl],
|
|
644
728
|
[
|
|
645
729
|
[() => DisplayNameSafe, 0],
|
|
646
730
|
[() => DescriptionSafe, 0],
|
|
@@ -657,7 +741,7 @@ export var CreateIdentityProviderRequest = [
|
|
|
657
741
|
n0,
|
|
658
742
|
_CIPR,
|
|
659
743
|
0,
|
|
660
|
-
[_pA, _iPN, _iPT, _iPD,
|
|
744
|
+
[_pA, _iPN, _iPT, _iPD, _cTl, _ta],
|
|
661
745
|
[0, [() => IdentityProviderName, 0], 0, [() => IdentityProviderDetails, 0], [0, 4], [() => TagList, 0]],
|
|
662
746
|
];
|
|
663
747
|
export var CreateIdentityProviderResponse = [3, n0, _CIPRr, 0, [_iPA], [0]];
|
|
@@ -666,7 +750,7 @@ export var CreateIpAccessSettingsRequest = [
|
|
|
666
750
|
n0,
|
|
667
751
|
_CIASR,
|
|
668
752
|
0,
|
|
669
|
-
[_dN, _de, _ta, _cMK, _aEC, _iR,
|
|
753
|
+
[_dN, _de, _ta, _cMK, _aEC, _iR, _cTl],
|
|
670
754
|
[[() => DisplayName, 0], [() => Description, 0], [() => TagList, 0], 0, 128 | 0, [() => IpRuleList, 0], [0, 4]],
|
|
671
755
|
];
|
|
672
756
|
export var CreateIpAccessSettingsResponse = [3, n0, _CIASRr, 0, [_iASA], [0]];
|
|
@@ -675,7 +759,7 @@ export var CreateNetworkSettingsRequest = [
|
|
|
675
759
|
n0,
|
|
676
760
|
_CNSR,
|
|
677
761
|
0,
|
|
678
|
-
[_vI, _sI, _sGI, _ta,
|
|
762
|
+
[_vI, _sI, _sGI, _ta, _cTl],
|
|
679
763
|
[0, 64 | 0, 64 | 0, [() => TagList, 0], [0, 4]],
|
|
680
764
|
];
|
|
681
765
|
export var CreateNetworkSettingsResponse = [3, n0, _CNSRr, 0, [_nSA], [0]];
|
|
@@ -684,7 +768,7 @@ export var CreatePortalRequest = [
|
|
|
684
768
|
n0,
|
|
685
769
|
_CPR,
|
|
686
770
|
0,
|
|
687
|
-
[_dN, _ta, _cMK, _aEC,
|
|
771
|
+
[_dN, _ta, _cMK, _aEC, _cTl, _aT, _iT, _mCS],
|
|
688
772
|
[[() => DisplayName, 0], [() => TagList, 0], 0, 128 | 0, [0, 4], 0, 0, 1],
|
|
689
773
|
];
|
|
690
774
|
export var CreatePortalResponse = [3, n0, _CPRr, 0, [_pA, _pE], [0, 0]];
|
|
@@ -693,7 +777,7 @@ export var CreateSessionLoggerRequest = [
|
|
|
693
777
|
n0,
|
|
694
778
|
_CSLR,
|
|
695
779
|
0,
|
|
696
|
-
[_eF, _lC, _dN, _cMK, _aEC, _ta,
|
|
780
|
+
[_eF, _lC, _dN, _cMK, _aEC, _ta, _cTl],
|
|
697
781
|
[() => EventFilter, [() => LogConfiguration, 0], [() => DisplayNameSafe, 0], 0, 128 | 0, [() => TagList, 0], [0, 4]],
|
|
698
782
|
];
|
|
699
783
|
export var CreateSessionLoggerResponse = [3, n0, _CSLRr, 0, [_sLA], [0]];
|
|
@@ -702,7 +786,7 @@ export var CreateTrustStoreRequest = [
|
|
|
702
786
|
n0,
|
|
703
787
|
_CTSR,
|
|
704
788
|
0,
|
|
705
|
-
[_cL, _ta,
|
|
789
|
+
[_cL, _ta, _cTl],
|
|
706
790
|
[64 | 21, [() => TagList, 0], [0, 4]],
|
|
707
791
|
];
|
|
708
792
|
export var CreateTrustStoreResponse = [3, n0, _CTSRr, 0, [_tSA], [0]];
|
|
@@ -711,7 +795,7 @@ export var CreateUserAccessLoggingSettingsRequest = [
|
|
|
711
795
|
n0,
|
|
712
796
|
_CUALSR,
|
|
713
797
|
0,
|
|
714
|
-
[_kSA, _ta,
|
|
798
|
+
[_kSA, _ta, _cTl],
|
|
715
799
|
[0, [() => TagList, 0], [0, 4]],
|
|
716
800
|
];
|
|
717
801
|
export var CreateUserAccessLoggingSettingsResponse = [3, n0, _CUALSRr, 0, [_uALSA], [0]];
|
|
@@ -720,7 +804,7 @@ export var CreateUserSettingsRequest = [
|
|
|
720
804
|
n0,
|
|
721
805
|
_CUSR,
|
|
722
806
|
0,
|
|
723
|
-
[_cA, _pAa, _dA, _uA, _pAr, _ta, _dTIM, _iDTIM,
|
|
807
|
+
[_cA, _pAa, _dA, _uA, _pAr, _ta, _dTIM, _iDTIM, _cTl, _cSC, _cMK, _aEC, _dLA, _tC, _bCI],
|
|
724
808
|
[
|
|
725
809
|
0,
|
|
726
810
|
0,
|
|
@@ -736,6 +820,7 @@ export var CreateUserSettingsRequest = [
|
|
|
736
820
|
128 | 0,
|
|
737
821
|
0,
|
|
738
822
|
() => ToolbarConfiguration,
|
|
823
|
+
[() => BrandingConfigurationCreateInput, 0],
|
|
739
824
|
],
|
|
740
825
|
];
|
|
741
826
|
export var CreateUserSettingsResponse = [3, n0, _CUSRr, 0, [_uSA], [0]];
|
|
@@ -879,10 +964,10 @@ export var GetTrustStoreCertificateRequest = [
|
|
|
879
964
|
n0,
|
|
880
965
|
_GTSCR,
|
|
881
966
|
0,
|
|
882
|
-
[_tSA,
|
|
967
|
+
[_tSA, _th],
|
|
883
968
|
[
|
|
884
969
|
[0, 1],
|
|
885
|
-
[0, { [_hQ]:
|
|
970
|
+
[0, { [_hQ]: _th }],
|
|
886
971
|
],
|
|
887
972
|
];
|
|
888
973
|
export var GetTrustStoreCertificateResponse = [
|
|
@@ -922,6 +1007,7 @@ export var IdentityProviderSummary = [
|
|
|
922
1007
|
[_iPA, _iPN, _iPT],
|
|
923
1008
|
[0, [() => IdentityProviderName, 0], 0],
|
|
924
1009
|
];
|
|
1010
|
+
export var ImageMetadata = [3, n0, _IM, 0, [_mTi, _fE, _lUT], [0, 0, 4]];
|
|
925
1011
|
export var InlineRedactionConfiguration = [
|
|
926
1012
|
3,
|
|
927
1013
|
n0,
|
|
@@ -1211,6 +1297,14 @@ export var ListUserSettingsResponse = [
|
|
|
1211
1297
|
[_uS, _nT],
|
|
1212
1298
|
[[() => UserSettingsList, 0], 0],
|
|
1213
1299
|
];
|
|
1300
|
+
export var LocalizedBrandingStrings = [
|
|
1301
|
+
3,
|
|
1302
|
+
n0,
|
|
1303
|
+
_LBS,
|
|
1304
|
+
0,
|
|
1305
|
+
[_bTT, _wT, _lT, _lD, _lBT, _cLon, _cBT, _lTo],
|
|
1306
|
+
[0, 0, 0, 0, 0, 0, 0, 0],
|
|
1307
|
+
];
|
|
1214
1308
|
export var LogConfiguration = [3, n0, _LC, 0, [_s_], [[() => S3LogConfiguration, 0]]];
|
|
1215
1309
|
export var NetworkSettings = [
|
|
1216
1310
|
3,
|
|
@@ -1341,7 +1435,7 @@ export var TagResourceRequest = [
|
|
|
1341
1435
|
n0,
|
|
1342
1436
|
_TRR,
|
|
1343
1437
|
0,
|
|
1344
|
-
[_rA, _ta,
|
|
1438
|
+
[_rA, _ta, _cTl],
|
|
1345
1439
|
[
|
|
1346
1440
|
[0, 1],
|
|
1347
1441
|
[() => TagList, 0],
|
|
@@ -1380,7 +1474,7 @@ export var UpdateBrowserSettingsRequest = [
|
|
|
1380
1474
|
n0,
|
|
1381
1475
|
_UBSR,
|
|
1382
1476
|
0,
|
|
1383
|
-
[_bSA, _bP,
|
|
1477
|
+
[_bSA, _bP, _cTl, _wCFP],
|
|
1384
1478
|
[
|
|
1385
1479
|
[0, 1],
|
|
1386
1480
|
[() => BrowserPolicy, 0],
|
|
@@ -1401,7 +1495,7 @@ export var UpdateDataProtectionSettingsRequest = [
|
|
|
1401
1495
|
n0,
|
|
1402
1496
|
_UDPSR,
|
|
1403
1497
|
0,
|
|
1404
|
-
[_dPSA, _iRC, _dN, _de,
|
|
1498
|
+
[_dPSA, _iRC, _dN, _de, _cTl],
|
|
1405
1499
|
[
|
|
1406
1500
|
[0, 1],
|
|
1407
1501
|
[() => InlineRedactionConfiguration, 0],
|
|
@@ -1423,7 +1517,7 @@ export var UpdateIdentityProviderRequest = [
|
|
|
1423
1517
|
n0,
|
|
1424
1518
|
_UIPR,
|
|
1425
1519
|
0,
|
|
1426
|
-
[_iPA, _iPN, _iPT, _iPD,
|
|
1520
|
+
[_iPA, _iPN, _iPT, _iPD, _cTl],
|
|
1427
1521
|
[[0, 1], [() => IdentityProviderName, 0], 0, [() => IdentityProviderDetails, 0], [0, 4]],
|
|
1428
1522
|
];
|
|
1429
1523
|
export var UpdateIdentityProviderResponse = [
|
|
@@ -1439,7 +1533,7 @@ export var UpdateIpAccessSettingsRequest = [
|
|
|
1439
1533
|
n0,
|
|
1440
1534
|
_UIASR,
|
|
1441
1535
|
0,
|
|
1442
|
-
[_iASA, _dN, _de, _iR,
|
|
1536
|
+
[_iASA, _dN, _de, _iR, _cTl],
|
|
1443
1537
|
[
|
|
1444
1538
|
[0, 1],
|
|
1445
1539
|
[() => DisplayName, 0],
|
|
@@ -1461,7 +1555,7 @@ export var UpdateNetworkSettingsRequest = [
|
|
|
1461
1555
|
n0,
|
|
1462
1556
|
_UNSR,
|
|
1463
1557
|
0,
|
|
1464
|
-
[_nSA, _vI, _sI, _sGI,
|
|
1558
|
+
[_nSA, _vI, _sI, _sGI, _cTl],
|
|
1465
1559
|
[[0, 1], 0, 64 | 0, 64 | 0, [0, 4]],
|
|
1466
1560
|
];
|
|
1467
1561
|
export var UpdateNetworkSettingsResponse = [3, n0, _UNSRp, 0, [_nS], [() => NetworkSettings]];
|
|
@@ -1488,7 +1582,7 @@ export var UpdateTrustStoreRequest = [
|
|
|
1488
1582
|
n0,
|
|
1489
1583
|
_UTSR,
|
|
1490
1584
|
0,
|
|
1491
|
-
[_tSA, _cTA, _cTD,
|
|
1585
|
+
[_tSA, _cTA, _cTD, _cTl],
|
|
1492
1586
|
[[0, 1], 64 | 21, 64 | 0, [0, 4]],
|
|
1493
1587
|
];
|
|
1494
1588
|
export var UpdateTrustStoreResponse = [3, n0, _UTSRp, 0, [_tSA], [0]];
|
|
@@ -1497,7 +1591,7 @@ export var UpdateUserAccessLoggingSettingsRequest = [
|
|
|
1497
1591
|
n0,
|
|
1498
1592
|
_UUALSR,
|
|
1499
1593
|
0,
|
|
1500
|
-
[_uALSA, _kSA,
|
|
1594
|
+
[_uALSA, _kSA, _cTl],
|
|
1501
1595
|
[[0, 1], 0, [0, 4]],
|
|
1502
1596
|
];
|
|
1503
1597
|
export var UpdateUserAccessLoggingSettingsResponse = [
|
|
@@ -1513,8 +1607,22 @@ export var UpdateUserSettingsRequest = [
|
|
|
1513
1607
|
n0,
|
|
1514
1608
|
_UUSR,
|
|
1515
1609
|
0,
|
|
1516
|
-
[_uSA, _cA, _pAa, _dA, _uA, _pAr, _dTIM, _iDTIM,
|
|
1517
|
-
[
|
|
1610
|
+
[_uSA, _cA, _pAa, _dA, _uA, _pAr, _dTIM, _iDTIM, _cTl, _cSC, _dLA, _tC, _bCI],
|
|
1611
|
+
[
|
|
1612
|
+
[0, 1],
|
|
1613
|
+
0,
|
|
1614
|
+
0,
|
|
1615
|
+
0,
|
|
1616
|
+
0,
|
|
1617
|
+
0,
|
|
1618
|
+
1,
|
|
1619
|
+
1,
|
|
1620
|
+
[0, 4],
|
|
1621
|
+
[() => CookieSynchronizationConfiguration, 0],
|
|
1622
|
+
0,
|
|
1623
|
+
() => ToolbarConfiguration,
|
|
1624
|
+
[() => BrandingConfigurationUpdateInput, 0],
|
|
1625
|
+
],
|
|
1518
1626
|
];
|
|
1519
1627
|
export var UpdateUserSettingsResponse = [3, n0, _UUSRp, 0, [_uS], [[() => UserSettings, 0]]];
|
|
1520
1628
|
export var UserAccessLoggingSettings = [3, n0, _UALS, 0, [_uALSA, _aPA, _kSA], [0, 64 | 0, 0]];
|
|
@@ -1524,7 +1632,7 @@ export var UserSettings = [
|
|
|
1524
1632
|
n0,
|
|
1525
1633
|
_US,
|
|
1526
1634
|
0,
|
|
1527
|
-
[_uSA, _aPA, _cA, _pAa, _dA, _uA, _pAr, _dTIM, _iDTIM, _cSC, _cMK, _aEC, _dLA, _tC],
|
|
1635
|
+
[_uSA, _aPA, _cA, _pAa, _dA, _uA, _pAr, _dTIM, _iDTIM, _cSC, _cMK, _aEC, _dLA, _tC, _bC],
|
|
1528
1636
|
[
|
|
1529
1637
|
0,
|
|
1530
1638
|
64 | 0,
|
|
@@ -1540,6 +1648,7 @@ export var UserSettings = [
|
|
|
1540
1648
|
128 | 0,
|
|
1541
1649
|
0,
|
|
1542
1650
|
() => ToolbarConfiguration,
|
|
1651
|
+
[() => BrandingConfiguration, 0],
|
|
1543
1652
|
],
|
|
1544
1653
|
];
|
|
1545
1654
|
export var UserSettingsSummary = [
|
|
@@ -1547,8 +1656,21 @@ export var UserSettingsSummary = [
|
|
|
1547
1656
|
n0,
|
|
1548
1657
|
_USS,
|
|
1549
1658
|
0,
|
|
1550
|
-
[_uSA, _cA, _pAa, _dA, _uA, _pAr, _dTIM, _iDTIM, _cSC, _dLA, _tC],
|
|
1551
|
-
[
|
|
1659
|
+
[_uSA, _cA, _pAa, _dA, _uA, _pAr, _dTIM, _iDTIM, _cSC, _dLA, _tC, _bC],
|
|
1660
|
+
[
|
|
1661
|
+
0,
|
|
1662
|
+
0,
|
|
1663
|
+
0,
|
|
1664
|
+
0,
|
|
1665
|
+
0,
|
|
1666
|
+
0,
|
|
1667
|
+
1,
|
|
1668
|
+
1,
|
|
1669
|
+
[() => CookieSynchronizationConfiguration, 0],
|
|
1670
|
+
0,
|
|
1671
|
+
() => ToolbarConfiguration,
|
|
1672
|
+
[() => BrandingConfiguration, 0],
|
|
1673
|
+
],
|
|
1552
1674
|
];
|
|
1553
1675
|
export var ValidationException = [
|
|
1554
1676
|
-3,
|
|
@@ -1565,7 +1687,7 @@ export var WebContentFilteringPolicy = [
|
|
|
1565
1687
|
n0,
|
|
1566
1688
|
_WCFP,
|
|
1567
1689
|
0,
|
|
1568
|
-
[
|
|
1690
|
+
[_bCl, _aU, _bU],
|
|
1569
1691
|
[64 | 0, [() => UrlPatternList, 0], [() => UrlPatternList, 0]],
|
|
1570
1692
|
];
|
|
1571
1693
|
export var __Unit = "unit";
|
|
@@ -1603,7 +1725,10 @@ export var UserSettingsList = [1, n0, _USL, 0, [() => UserSettingsSummary, 0]];
|
|
|
1603
1725
|
export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
|
|
1604
1726
|
export var EncryptionContextMap = 128 | 0;
|
|
1605
1727
|
export var IdentityProviderDetails = [2, n0, _IPD, 8, 0, 0];
|
|
1728
|
+
export var LocalizedBrandingStringMap = [2, n0, _LBSM, 0, 0, () => LocalizedBrandingStrings];
|
|
1606
1729
|
export var EventFilter = [3, n0, _EF, 0, [_al, _in], [() => __Unit, 64 | 0]];
|
|
1730
|
+
export var IconImageInput = [3, n0, _III, 0, [_blo, _sU], [[() => IconImage, 0], 0]];
|
|
1731
|
+
export var WallpaperImageInput = [3, n0, _WII, 0, [_blo, _sU], [[() => WallpaperImage, 0], 0]];
|
|
1607
1732
|
export var AssociateBrowserSettings = [
|
|
1608
1733
|
9,
|
|
1609
1734
|
n0,
|
|
@@ -2007,7 +2132,7 @@ export var GetUserSettings = [
|
|
|
2007
2132
|
export var ListBrowserSettings = [
|
|
2008
2133
|
9,
|
|
2009
2134
|
n0,
|
|
2010
|
-
|
|
2135
|
+
_LBSi,
|
|
2011
2136
|
{ [_h]: ["GET", "/browserSettings", 200] },
|
|
2012
2137
|
() => ListBrowserSettingsRequest,
|
|
2013
2138
|
() => ListBrowserSettingsResponse,
|
|
@@ -540,13 +540,7 @@ export interface WorkSpacesWeb {
|
|
|
540
540
|
updateUserSettings(args: UpdateUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void): void;
|
|
541
541
|
}
|
|
542
542
|
/**
|
|
543
|
-
* <p>Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built
|
|
544
|
-
* specifically to facilitate secure, web-based workloads. WorkSpaces Secure Browser makes it
|
|
545
|
-
* easy for customers to safely provide their employees with access to internal websites and
|
|
546
|
-
* SaaS web applications without the administrative burden of appliances or specialized client
|
|
547
|
-
* software. WorkSpaces Secure Browser provides simple policy tools tailored for user
|
|
548
|
-
* interactions, while offloading common tasks like capacity management, scaling, and
|
|
549
|
-
* maintaining browser images.</p>
|
|
543
|
+
* <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>
|
|
550
544
|
* @public
|
|
551
545
|
*/
|
|
552
546
|
export declare class WorkSpacesWeb extends WorkSpacesWebClient implements WorkSpacesWeb {
|
|
@@ -253,13 +253,7 @@ export type WorkSpacesWebClientResolvedConfigType = __SmithyResolvedConfiguratio
|
|
|
253
253
|
export interface WorkSpacesWebClientResolvedConfig extends WorkSpacesWebClientResolvedConfigType {
|
|
254
254
|
}
|
|
255
255
|
/**
|
|
256
|
-
* <p>Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built
|
|
257
|
-
* specifically to facilitate secure, web-based workloads. WorkSpaces Secure Browser makes it
|
|
258
|
-
* easy for customers to safely provide their employees with access to internal websites and
|
|
259
|
-
* SaaS web applications without the administrative burden of appliances or specialized client
|
|
260
|
-
* software. WorkSpaces Secure Browser provides simple policy tools tailored for user
|
|
261
|
-
* interactions, while offloading common tasks like capacity management, scaling, and
|
|
262
|
-
* maintaining browser images.</p>
|
|
256
|
+
* <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>
|
|
263
257
|
* @public
|
|
264
258
|
*/
|
|
265
259
|
export declare class WorkSpacesWebClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig> {
|
|
@@ -27,9 +27,7 @@ declare const CreateBrowserSettingsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a browser settings resource that can be associated with a web portal. Once
|
|
31
|
-
* associated with a web portal, browser settings control how the browser will behave once a
|
|
32
|
-
* user starts a streaming session for the web portal. </p>
|
|
30
|
+
* <p>Creates a browser settings resource that can be associated with a web portal. Once associated with a web portal, browser settings control how the browser will behave once a user starts a streaming session for the web portal. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -27,9 +27,7 @@ declare const CreateNetworkSettingsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a network settings resource that can be associated with a web portal. Once
|
|
31
|
-
* associated with a web portal, network settings define how streaming instances will connect
|
|
32
|
-
* with your specified VPC. </p>
|
|
30
|
+
* <p>Creates a network settings resource that can be associated with a web portal. Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -27,11 +27,7 @@ declare const CreateTrustStoreCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a trust store that can be associated with a web portal. A trust store contains
|
|
31
|
-
* certificate authority (CA) certificates. Once associated with a web portal, the browser in
|
|
32
|
-
* a streaming session will recognize certificates that have been issued using any of the CAs
|
|
33
|
-
* in the trust store. If your organization has internal websites that use certificates issued
|
|
34
|
-
* by private CAs, you should add the private CA certificate to the trust store. </p>
|
|
30
|
+
* <p>Creates a trust store that can be associated with a web portal. A trust store contains certificate authority (CA) certificates. Once associated with a web portal, the browser in a streaming session will recognize certificates that have been issued using any of the CAs in the trust store. If your organization has internal websites that use certificates issued by private CAs, you should add the private CA certificate to the trust store. </p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const CreateUserAccessLoggingSettingsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a user access logging settings resource that can be associated with a web
|
|
31
|
-
* portal.</p>
|
|
30
|
+
* <p>Creates a user access logging settings resource that can be associated with a web portal.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,9 +27,7 @@ declare const CreateUserSettingsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a user settings resource that can be associated with a web portal. Once
|
|
31
|
-
* associated with a web portal, user settings control how users can transfer data between a
|
|
32
|
-
* streaming session and the their local devices. </p>
|
|
30
|
+
* <p>Creates a user settings resource that can be associated with a web portal. Once associated with a web portal, user settings control how users can transfer data between a streaming session and the their local devices. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -82,6 +80,34 @@ declare const CreateUserSettingsCommand_base: {
|
|
|
82
80
|
* ],
|
|
83
81
|
* maxDisplayResolution: "STRING_VALUE",
|
|
84
82
|
* },
|
|
83
|
+
* brandingConfigurationInput: { // BrandingConfigurationCreateInput
|
|
84
|
+
* logo: { // IconImageInput Union: only one key present
|
|
85
|
+
* blob: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
86
|
+
* s3Uri: "STRING_VALUE",
|
|
87
|
+
* },
|
|
88
|
+
* wallpaper: { // WallpaperImageInput Union: only one key present
|
|
89
|
+
* blob: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
90
|
+
* s3Uri: "STRING_VALUE",
|
|
91
|
+
* },
|
|
92
|
+
* favicon: {// Union: only one key present
|
|
93
|
+
* blob: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
94
|
+
* s3Uri: "STRING_VALUE",
|
|
95
|
+
* },
|
|
96
|
+
* localizedStrings: { // LocalizedBrandingStringMap // required
|
|
97
|
+
* "<keys>": { // LocalizedBrandingStrings
|
|
98
|
+
* browserTabTitle: "STRING_VALUE", // required
|
|
99
|
+
* welcomeText: "STRING_VALUE", // required
|
|
100
|
+
* loginTitle: "STRING_VALUE",
|
|
101
|
+
* loginDescription: "STRING_VALUE",
|
|
102
|
+
* loginButtonText: "STRING_VALUE",
|
|
103
|
+
* contactLink: "STRING_VALUE",
|
|
104
|
+
* contactButtonText: "STRING_VALUE",
|
|
105
|
+
* loadingText: "STRING_VALUE",
|
|
106
|
+
* },
|
|
107
|
+
* },
|
|
108
|
+
* colorTheme: "Light" || "Dark", // required
|
|
109
|
+
* termsOfService: "STRING_VALUE",
|
|
110
|
+
* },
|
|
85
111
|
* };
|
|
86
112
|
* const command = new CreateUserSettingsCommand(input);
|
|
87
113
|
* const response = await client.send(command);
|
|
@@ -106,6 +132,9 @@ declare const CreateUserSettingsCommand_base: {
|
|
|
106
132
|
* @throws {@link InternalServerException} (server fault)
|
|
107
133
|
* <p>There is an internal server error.</p>
|
|
108
134
|
*
|
|
135
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
136
|
+
* <p>The resource cannot be found.</p>
|
|
137
|
+
*
|
|
109
138
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
110
139
|
* <p>The service quota has been exceeded.</p>
|
|
111
140
|
*
|