@aws-sdk/client-workspaces-web 3.987.0 → 3.988.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 +94 -2362
- package/dist-cjs/models/WorkSpacesWebServiceException.js +12 -0
- package/dist-cjs/models/errors.js +138 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1890 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +64 -58
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultWorkSpacesWebHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2020-07-08",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.workspacesweb",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2020-07-08",
|
|
30
32
|
serviceTarget: "AWSErmineControlPlaneService",
|
|
31
33
|
},
|
|
@@ -455,7 +455,7 @@ const _rPHT = "redactionPlaceHolderType";
|
|
|
455
455
|
const _rPHTe = "redactionPlaceHolderText";
|
|
456
456
|
const _rT = "resourceType";
|
|
457
457
|
const _rTe = "rendererType";
|
|
458
|
-
const _s = "
|
|
458
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.workspacesweb";
|
|
459
459
|
const _sB = "sortBy";
|
|
460
460
|
const _sC = "serviceCode";
|
|
461
461
|
const _sGI = "securityGroupIds";
|
|
@@ -469,10 +469,10 @@ const _sR = "statusReason";
|
|
|
469
469
|
const _sT = "startTime";
|
|
470
470
|
const _sU = "s3Uri";
|
|
471
471
|
const _s_ = "s3";
|
|
472
|
-
const _se = "
|
|
473
|
-
const
|
|
474
|
-
const _ses = "
|
|
475
|
-
const
|
|
472
|
+
const _se = "server";
|
|
473
|
+
const _sen = "sensitive";
|
|
474
|
+
const _ses = "session";
|
|
475
|
+
const _sess = "sessions";
|
|
476
476
|
const _st = "status";
|
|
477
477
|
const _su = "subject";
|
|
478
478
|
const _t = "text/markdown";
|
|
@@ -501,6 +501,62 @@ const n0 = "com.amazonaws.workspacesweb";
|
|
|
501
501
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
502
502
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, TooManyTagsException, ValidationException, } from "../models/errors";
|
|
503
503
|
import { WorkSpacesWebServiceException } from "../models/WorkSpacesWebServiceException";
|
|
504
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
505
|
+
export var WorkSpacesWebServiceException$ = [-3, _s, "WorkSpacesWebServiceException", 0, [], []];
|
|
506
|
+
_s_registry.registerError(WorkSpacesWebServiceException$, WorkSpacesWebServiceException);
|
|
507
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
508
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
509
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
510
|
+
[_m],
|
|
511
|
+
[0]
|
|
512
|
+
];
|
|
513
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
514
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
515
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
516
|
+
[_m, _rI, _rT],
|
|
517
|
+
[0, 0, 0]
|
|
518
|
+
];
|
|
519
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
520
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
521
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
522
|
+
[_m, _rAS],
|
|
523
|
+
[0, [1, { [_hH]: _RA }]]
|
|
524
|
+
];
|
|
525
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
526
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
527
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
528
|
+
[_m, _rI, _rT],
|
|
529
|
+
[0, 0, 0]
|
|
530
|
+
];
|
|
531
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
532
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
533
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
534
|
+
[_m, _rI, _rT, _sC, _qC],
|
|
535
|
+
[0, 0, 0, 0, 0]
|
|
536
|
+
];
|
|
537
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
538
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
539
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
540
|
+
[_m, _sC, _qC, _rAS],
|
|
541
|
+
[0, 0, 0, [1, { [_hH]: _RA }]]
|
|
542
|
+
];
|
|
543
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
544
|
+
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
545
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
546
|
+
[_m, _rN],
|
|
547
|
+
[0, 0]
|
|
548
|
+
];
|
|
549
|
+
n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
|
|
550
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
551
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
552
|
+
[_m, _r, _fL],
|
|
553
|
+
[0, 0, () => ValidationExceptionFieldList]
|
|
554
|
+
];
|
|
555
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
556
|
+
export const errorTypeRegistries = [
|
|
557
|
+
_s_registry,
|
|
558
|
+
n0_registry,
|
|
559
|
+
];
|
|
504
560
|
var BrowserPolicy = [0, n0, _BP, 8, 0];
|
|
505
561
|
var BuiltInPatternId = [0, n0, _BIPI, 8, 0];
|
|
506
562
|
var CookieDomain = [0, n0, _CD, 8, 0];
|
|
@@ -515,7 +571,7 @@ var IdentityProviderName = [0, n0, _IPN, 8, 0];
|
|
|
515
571
|
var InlineRedactionUrl = [0, n0, _IRU, 8, 0];
|
|
516
572
|
var IpAddress = [0, n0, _IA, 8, 0];
|
|
517
573
|
var IpRange = [0, n0, _IR, 8, 0];
|
|
518
|
-
var Markdown = [0, n0, _M, { [_mT]: _t, [
|
|
574
|
+
var Markdown = [0, n0, _M, { [_mT]: _t, [_sen]: 1 }, 0];
|
|
519
575
|
var PatternName = [0, n0, _PN, 8, 0];
|
|
520
576
|
var RedactionPlaceHolderText = [0, n0, _RPHT, 8, 0];
|
|
521
577
|
var Regex = [0, n0, _R, 8, 0];
|
|
@@ -526,12 +582,6 @@ var TagValue = [0, n0, _TV, 8, 0];
|
|
|
526
582
|
var UrlPattern = [0, n0, _UP, 8, 0];
|
|
527
583
|
var Username = [0, n0, _U, 8, 0];
|
|
528
584
|
var WallpaperImage = [0, n0, _WI, { [_mT]: _i }, 21];
|
|
529
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
530
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
531
|
-
[_m],
|
|
532
|
-
[0]
|
|
533
|
-
];
|
|
534
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
535
585
|
export var AssociateBrowserSettingsRequest$ = [3, n0, _ABSR,
|
|
536
586
|
0,
|
|
537
587
|
[_pA, _bSA],
|
|
@@ -647,12 +697,6 @@ export var CertificateSummary$ = [3, n0, _CS,
|
|
|
647
697
|
[_th, _su, _is, _nVB, _nVA],
|
|
648
698
|
[0, 0, 0, 4, 4]
|
|
649
699
|
];
|
|
650
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
651
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
652
|
-
[_m, _rI, _rT],
|
|
653
|
-
[0, 0, 0]
|
|
654
|
-
];
|
|
655
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
656
700
|
export var CookieSpecification$ = [3, n0, _CSo,
|
|
657
701
|
0,
|
|
658
702
|
[_d, _n, _p],
|
|
@@ -1055,7 +1099,7 @@ export var GetSessionRequest$ = [3, n0, _GSR,
|
|
|
1055
1099
|
];
|
|
1056
1100
|
export var GetSessionResponse$ = [3, n0, _GSRe,
|
|
1057
1101
|
0,
|
|
1058
|
-
[
|
|
1102
|
+
[_ses],
|
|
1059
1103
|
[[() => Session$, 0]]
|
|
1060
1104
|
];
|
|
1061
1105
|
export var GetTrustStoreCertificateRequest$ = [3, n0, _GTSCR,
|
|
@@ -1123,12 +1167,6 @@ export var InlineRedactionPattern$ = [3, n0, _IRP,
|
|
|
1123
1167
|
[_rPH, _bIPI, _cP, _eU, _eUx, _cLo],
|
|
1124
1168
|
[[() => RedactionPlaceHolder$, 0], [() => BuiltInPatternId, 0], [() => CustomPattern$, 0], [() => InlineRedactionUrls, 0], [() => InlineRedactionUrls, 0], 1], 1
|
|
1125
1169
|
];
|
|
1126
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
1127
|
-
{ [_e]: _ser, [_hE]: 500 },
|
|
1128
|
-
[_m, _rAS],
|
|
1129
|
-
[0, [1, { [_hH]: _RA }]]
|
|
1130
|
-
];
|
|
1131
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
1132
1170
|
export var IpAccessSettings$ = [3, n0, _IAS,
|
|
1133
1171
|
0,
|
|
1134
1172
|
[_iASA, _aPA, _iR, _dN, _de, _cD, _cMK, _aEC],
|
|
@@ -1221,7 +1259,7 @@ export var ListSessionsRequest$ = [3, n0, _LSR,
|
|
|
1221
1259
|
];
|
|
1222
1260
|
export var ListSessionsResponse$ = [3, n0, _LSRi,
|
|
1223
1261
|
0,
|
|
1224
|
-
[
|
|
1262
|
+
[_sess, _nT],
|
|
1225
1263
|
[[() => SessionSummaryList, 0], 0], 1
|
|
1226
1264
|
];
|
|
1227
1265
|
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
@@ -1309,23 +1347,11 @@ export var RedactionPlaceHolder$ = [3, n0, _RPH,
|
|
|
1309
1347
|
[_rPHT, _rPHTe],
|
|
1310
1348
|
[0, [() => RedactionPlaceHolderText, 0]], 1
|
|
1311
1349
|
];
|
|
1312
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1313
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1314
|
-
[_m, _rI, _rT],
|
|
1315
|
-
[0, 0, 0]
|
|
1316
|
-
];
|
|
1317
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1318
1350
|
export var S3LogConfiguration$ = [3, n0, _SLC,
|
|
1319
1351
|
0,
|
|
1320
1352
|
[_bu, _lFF, _fS, _kP, _bO],
|
|
1321
1353
|
[[() => S3Bucket, 0], 0, 0, [() => S3KeyPrefix, 0], 0], 3
|
|
1322
1354
|
];
|
|
1323
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
1324
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
1325
|
-
[_m, _rI, _rT, _sC, _qC],
|
|
1326
|
-
[0, 0, 0, 0, 0]
|
|
1327
|
-
];
|
|
1328
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1329
1355
|
export var Session$ = [3, n0, _S,
|
|
1330
1356
|
0,
|
|
1331
1357
|
[_pA, _sIe, _u, _cIA, _st, _sT, _eT],
|
|
@@ -1361,23 +1387,11 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
1361
1387
|
[],
|
|
1362
1388
|
[]
|
|
1363
1389
|
];
|
|
1364
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1365
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1366
|
-
[_m, _sC, _qC, _rAS],
|
|
1367
|
-
[0, 0, 0, [1, { [_hH]: _RA }]]
|
|
1368
|
-
];
|
|
1369
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1370
1390
|
export var ToolbarConfiguration$ = [3, n0, _TC,
|
|
1371
1391
|
0,
|
|
1372
1392
|
[_tT, _vM, _hTI, _mDR],
|
|
1373
1393
|
[0, 0, 64 | 0, 0]
|
|
1374
1394
|
];
|
|
1375
|
-
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
1376
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1377
|
-
[_m, _rN],
|
|
1378
|
-
[0, 0]
|
|
1379
|
-
];
|
|
1380
|
-
TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
1381
1395
|
export var TrustStore$ = [3, n0, _TS,
|
|
1382
1396
|
0,
|
|
1383
1397
|
[_tSA, _aPA],
|
|
@@ -1518,12 +1532,6 @@ export var UserSettingsSummary$ = [3, n0, _USS,
|
|
|
1518
1532
|
[_uSA, _cA, _pAa, _dA, _uA, _pAr, _dTIM, _iDTIM, _cSC, _dLA, _tC, _bC, _wAA],
|
|
1519
1533
|
[0, 0, 0, 0, 0, 0, 1, 1, [() => CookieSynchronizationConfiguration$, 0], 0, () => ToolbarConfiguration$, [() => BrandingConfiguration$, 0], 0], 1
|
|
1520
1534
|
];
|
|
1521
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
1522
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1523
|
-
[_m, _r, _fL],
|
|
1524
|
-
[0, 0, () => ValidationExceptionFieldList]
|
|
1525
|
-
];
|
|
1526
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1527
1535
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
1528
1536
|
0,
|
|
1529
1537
|
[_n, _m],
|
|
@@ -1535,8 +1543,6 @@ export var WebContentFilteringPolicy$ = [3, n0, _WCFP,
|
|
|
1535
1543
|
[64 | 0, [() => UrlPatternList, 0], [() => UrlPatternList, 0]]
|
|
1536
1544
|
];
|
|
1537
1545
|
var __Unit = "unit";
|
|
1538
|
-
export var WorkSpacesWebServiceException$ = [-3, _sm, "WorkSpacesWebServiceException", 0, [], []];
|
|
1539
|
-
TypeRegistry.for(_sm).registerError(WorkSpacesWebServiceException$, WorkSpacesWebServiceException);
|
|
1540
1546
|
var ArnList = 64 | 0;
|
|
1541
1547
|
var BlockedCategories = 64 | 0;
|
|
1542
1548
|
var BrowserSettingsList = [1, n0, _BSL,
|
|
@@ -1,5 +1,20 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var WorkSpacesWebServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
11
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
12
|
+
/**
|
|
13
|
+
* TypeRegistry instances containing modeled errors.
|
|
14
|
+
* @internal
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
18
|
export declare var AssociateBrowserSettingsRequest$: StaticStructureSchema;
|
|
4
19
|
export declare var AssociateBrowserSettingsResponse$: StaticStructureSchema;
|
|
5
20
|
export declare var AssociateDataProtectionSettingsRequest$: StaticStructureSchema;
|
|
@@ -23,7 +38,6 @@ export declare var BrowserSettings$: StaticStructureSchema;
|
|
|
23
38
|
export declare var BrowserSettingsSummary$: StaticStructureSchema;
|
|
24
39
|
export declare var Certificate$: StaticStructureSchema;
|
|
25
40
|
export declare var CertificateSummary$: StaticStructureSchema;
|
|
26
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
27
41
|
export declare var CookieSpecification$: StaticStructureSchema;
|
|
28
42
|
export declare var CookieSynchronizationConfiguration$: StaticStructureSchema;
|
|
29
43
|
export declare var CreateBrowserSettingsRequest$: StaticStructureSchema;
|
|
@@ -118,7 +132,6 @@ export declare var IdentityProviderSummary$: StaticStructureSchema;
|
|
|
118
132
|
export declare var ImageMetadata$: StaticStructureSchema;
|
|
119
133
|
export declare var InlineRedactionConfiguration$: StaticStructureSchema;
|
|
120
134
|
export declare var InlineRedactionPattern$: StaticStructureSchema;
|
|
121
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
122
135
|
export declare var IpAccessSettings$: StaticStructureSchema;
|
|
123
136
|
export declare var IpAccessSettingsSummary$: StaticStructureSchema;
|
|
124
137
|
export declare var IpRule$: StaticStructureSchema;
|
|
@@ -155,9 +168,7 @@ export declare var NetworkSettingsSummary$: StaticStructureSchema;
|
|
|
155
168
|
export declare var Portal$: StaticStructureSchema;
|
|
156
169
|
export declare var PortalSummary$: StaticStructureSchema;
|
|
157
170
|
export declare var RedactionPlaceHolder$: StaticStructureSchema;
|
|
158
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
159
171
|
export declare var S3LogConfiguration$: StaticStructureSchema;
|
|
160
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
161
172
|
export declare var Session$: StaticStructureSchema;
|
|
162
173
|
export declare var SessionLogger$: StaticStructureSchema;
|
|
163
174
|
export declare var SessionLoggerSummary$: StaticStructureSchema;
|
|
@@ -165,9 +176,7 @@ export declare var SessionSummary$: StaticStructureSchema;
|
|
|
165
176
|
export declare var Tag$: StaticStructureSchema;
|
|
166
177
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
167
178
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
168
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
169
179
|
export declare var ToolbarConfiguration$: StaticStructureSchema;
|
|
170
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
171
180
|
export declare var TrustStore$: StaticStructureSchema;
|
|
172
181
|
export declare var TrustStoreSummary$: StaticStructureSchema;
|
|
173
182
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
@@ -196,10 +205,8 @@ export declare var UserAccessLoggingSettings$: StaticStructureSchema;
|
|
|
196
205
|
export declare var UserAccessLoggingSettingsSummary$: StaticStructureSchema;
|
|
197
206
|
export declare var UserSettings$: StaticStructureSchema;
|
|
198
207
|
export declare var UserSettingsSummary$: StaticStructureSchema;
|
|
199
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
200
208
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
201
209
|
export declare var WebContentFilteringPolicy$: StaticStructureSchema;
|
|
202
|
-
export declare var WorkSpacesWebServiceException$: StaticErrorSchema;
|
|
203
210
|
export declare var EventFilter$: StaticUnionSchema;
|
|
204
211
|
export declare var IconImageInput$: StaticUnionSchema;
|
|
205
212
|
export declare var WallpaperImageInput$: StaticUnionSchema;
|
|
@@ -1,10 +1,20 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var WorkSpacesWebServiceException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
15
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
16
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
17
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
8
18
|
export declare var AssociateBrowserSettingsRequest$: StaticStructureSchema;
|
|
9
19
|
export declare var AssociateBrowserSettingsResponse$: StaticStructureSchema;
|
|
10
20
|
export declare var AssociateDataProtectionSettingsRequest$: StaticStructureSchema;
|
|
@@ -28,7 +38,6 @@ export declare var BrowserSettings$: StaticStructureSchema;
|
|
|
28
38
|
export declare var BrowserSettingsSummary$: StaticStructureSchema;
|
|
29
39
|
export declare var Certificate$: StaticStructureSchema;
|
|
30
40
|
export declare var CertificateSummary$: StaticStructureSchema;
|
|
31
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
32
41
|
export declare var CookieSpecification$: StaticStructureSchema;
|
|
33
42
|
export declare var CookieSynchronizationConfiguration$: StaticStructureSchema;
|
|
34
43
|
export declare var CreateBrowserSettingsRequest$: StaticStructureSchema;
|
|
@@ -123,7 +132,6 @@ export declare var IdentityProviderSummary$: StaticStructureSchema;
|
|
|
123
132
|
export declare var ImageMetadata$: StaticStructureSchema;
|
|
124
133
|
export declare var InlineRedactionConfiguration$: StaticStructureSchema;
|
|
125
134
|
export declare var InlineRedactionPattern$: StaticStructureSchema;
|
|
126
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
127
135
|
export declare var IpAccessSettings$: StaticStructureSchema;
|
|
128
136
|
export declare var IpAccessSettingsSummary$: StaticStructureSchema;
|
|
129
137
|
export declare var IpRule$: StaticStructureSchema;
|
|
@@ -160,9 +168,7 @@ export declare var NetworkSettingsSummary$: StaticStructureSchema;
|
|
|
160
168
|
export declare var Portal$: StaticStructureSchema;
|
|
161
169
|
export declare var PortalSummary$: StaticStructureSchema;
|
|
162
170
|
export declare var RedactionPlaceHolder$: StaticStructureSchema;
|
|
163
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
164
171
|
export declare var S3LogConfiguration$: StaticStructureSchema;
|
|
165
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
166
172
|
export declare var Session$: StaticStructureSchema;
|
|
167
173
|
export declare var SessionLogger$: StaticStructureSchema;
|
|
168
174
|
export declare var SessionLoggerSummary$: StaticStructureSchema;
|
|
@@ -170,9 +176,7 @@ export declare var SessionSummary$: StaticStructureSchema;
|
|
|
170
176
|
export declare var Tag$: StaticStructureSchema;
|
|
171
177
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
172
178
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
173
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
174
179
|
export declare var ToolbarConfiguration$: StaticStructureSchema;
|
|
175
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
176
180
|
export declare var TrustStore$: StaticStructureSchema;
|
|
177
181
|
export declare var TrustStoreSummary$: StaticStructureSchema;
|
|
178
182
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
@@ -201,10 +205,8 @@ export declare var UserAccessLoggingSettings$: StaticStructureSchema;
|
|
|
201
205
|
export declare var UserAccessLoggingSettingsSummary$: StaticStructureSchema;
|
|
202
206
|
export declare var UserSettings$: StaticStructureSchema;
|
|
203
207
|
export declare var UserSettingsSummary$: StaticStructureSchema;
|
|
204
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
205
208
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
206
209
|
export declare var WebContentFilteringPolicy$: StaticStructureSchema;
|
|
207
|
-
export declare var WorkSpacesWebServiceException$: StaticErrorSchema;
|
|
208
210
|
export declare var EventFilter$: StaticUnionSchema;
|
|
209
211
|
export declare var IconImageInput$: StaticUnionSchema;
|
|
210
212
|
export declare var WallpaperImageInput$: StaticUnionSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workspaces-web",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workspaces Web Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-workspaces-web",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|