@aws-sdk/client-qapps 3.987.0 → 3.989.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 +54 -1309
- package/dist-cjs/models/QAppsServiceException.js +12 -0
- package/dist-cjs/models/errors.js +153 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +999 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +65 -59
- package/dist-types/schemas/schemas_0.d.ts +16 -9
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -9
- 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 { defaultQAppsHttpAuthSchemeProvider } 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: "2023-11-27",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.qapps",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2023-11-27",
|
|
30
32
|
serviceTarget: "QAppsService",
|
|
31
33
|
},
|
|
@@ -255,10 +255,10 @@ const _rCev = "revealCards";
|
|
|
255
255
|
const _rI = "resourceId";
|
|
256
256
|
const _rP = "revokePermissions";
|
|
257
257
|
const _rT = "resourceType";
|
|
258
|
-
const _s = "
|
|
258
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.qapps";
|
|
259
259
|
const _sA = "sessionArn";
|
|
260
|
-
const _sC = "
|
|
261
|
-
const
|
|
260
|
+
const _sC = "serviceCode";
|
|
261
|
+
const _sCh = "sharingConfiguration";
|
|
262
262
|
const _sD = "sessionData";
|
|
263
263
|
const _sI = "sessionId";
|
|
264
264
|
const _sIu = "submissionId";
|
|
@@ -270,8 +270,8 @@ const _sV = "stringValue";
|
|
|
270
270
|
const _sc = "scope";
|
|
271
271
|
const _sch = "schema";
|
|
272
272
|
const _se = "server";
|
|
273
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.qapps";
|
|
274
273
|
const _st = "status";
|
|
274
|
+
const _su = "submissions";
|
|
275
275
|
const _t = "title";
|
|
276
276
|
const _tI = "textInput";
|
|
277
277
|
const _tK = "tagKeys";
|
|
@@ -291,12 +291,68 @@ const n0 = "com.amazonaws.qapps";
|
|
|
291
291
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
292
292
|
import { AccessDeniedException, ConflictException, ContentTooLargeException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, UnauthorizedException, ValidationException, } from "../models/errors";
|
|
293
293
|
import { QAppsServiceException } from "../models/QAppsServiceException";
|
|
294
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
295
|
+
export var QAppsServiceException$ = [-3, _s, "QAppsServiceException", 0, [], []];
|
|
296
|
+
_s_registry.registerError(QAppsServiceException$, QAppsServiceException);
|
|
297
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
294
298
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
295
299
|
{ [_e]: _c, [_hE]: 403 },
|
|
296
300
|
[_m],
|
|
297
301
|
[0], 1
|
|
298
302
|
];
|
|
299
|
-
|
|
303
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
304
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
305
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
306
|
+
[_m, _rI, _rT],
|
|
307
|
+
[0, 0, 0], 3
|
|
308
|
+
];
|
|
309
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
310
|
+
export var ContentTooLargeException$ = [-3, n0, _CTLE,
|
|
311
|
+
{ [_e]: _c, [_hE]: 413 },
|
|
312
|
+
[_m, _rI, _rT],
|
|
313
|
+
[0, 0, 0], 3
|
|
314
|
+
];
|
|
315
|
+
n0_registry.registerError(ContentTooLargeException$, ContentTooLargeException);
|
|
316
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
317
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
318
|
+
[_m, _rAS],
|
|
319
|
+
[0, [1, { [_hH]: _RA }]], 1
|
|
320
|
+
];
|
|
321
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
322
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
323
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
324
|
+
[_m, _rI, _rT],
|
|
325
|
+
[0, 0, 0], 3
|
|
326
|
+
];
|
|
327
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
328
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
329
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
330
|
+
[_m, _rI, _rT, _sC, _qC],
|
|
331
|
+
[0, 0, 0, 0, 0], 5
|
|
332
|
+
];
|
|
333
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
334
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
335
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
336
|
+
[_m, _sC, _qC, _rAS],
|
|
337
|
+
[0, 0, 0, [1, { [_hH]: _RA }]], 3
|
|
338
|
+
];
|
|
339
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
340
|
+
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
341
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
342
|
+
[_m],
|
|
343
|
+
[0], 1
|
|
344
|
+
];
|
|
345
|
+
n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
|
|
346
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
347
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
348
|
+
[_m],
|
|
349
|
+
[0], 1
|
|
350
|
+
];
|
|
351
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
352
|
+
export const errorTypeRegistries = [
|
|
353
|
+
_s_registry,
|
|
354
|
+
n0_registry,
|
|
355
|
+
];
|
|
300
356
|
export var AppDefinition$ = [3, n0, _AD,
|
|
301
357
|
0,
|
|
302
358
|
[_aDV, _ca, _cE],
|
|
@@ -344,7 +400,7 @@ export var BatchUpdateCategoryInput$ = [3, n0, _BUCI,
|
|
|
344
400
|
];
|
|
345
401
|
export var CardStatus$ = [3, n0, _CS,
|
|
346
402
|
0,
|
|
347
|
-
[_cS, _cV,
|
|
403
|
+
[_cS, _cV, _su],
|
|
348
404
|
[0, 0, () => SubmissionList], 2
|
|
349
405
|
];
|
|
350
406
|
export var CardValue$ = [3, n0, _CV,
|
|
@@ -362,18 +418,6 @@ export var CategoryInput$ = [3, n0, _CI,
|
|
|
362
418
|
[_i, _t, _co],
|
|
363
419
|
[0, 0, 0], 2
|
|
364
420
|
];
|
|
365
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
366
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
367
|
-
[_m, _rI, _rT],
|
|
368
|
-
[0, 0, 0], 3
|
|
369
|
-
];
|
|
370
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
371
|
-
export var ContentTooLargeException$ = [-3, n0, _CTLE,
|
|
372
|
-
{ [_e]: _c, [_hE]: 413 },
|
|
373
|
-
[_m, _rI, _rT],
|
|
374
|
-
[0, 0, 0], 3
|
|
375
|
-
];
|
|
376
|
-
TypeRegistry.for(n0).registerError(ContentTooLargeException$, ContentTooLargeException);
|
|
377
421
|
export var ConversationMessage$ = [3, n0, _CM,
|
|
378
422
|
0,
|
|
379
423
|
[_b, _ty],
|
|
@@ -511,7 +555,7 @@ export var GetQAppSessionMetadataInput$ = [3, n0, _GQASMI,
|
|
|
511
555
|
];
|
|
512
556
|
export var GetQAppSessionMetadataOutput$ = [3, n0, _GQASMO,
|
|
513
557
|
0,
|
|
514
|
-
[_sI, _sA,
|
|
558
|
+
[_sI, _sA, _sCh, _sN, _sO],
|
|
515
559
|
[0, 0, () => SessionSharingConfiguration$, 0, 2], 3
|
|
516
560
|
];
|
|
517
561
|
export var GetQAppSessionOutput$ = [3, n0, _GQASO,
|
|
@@ -529,12 +573,6 @@ export var ImportDocumentOutput$ = [3, n0, _IDO,
|
|
|
529
573
|
[_fI],
|
|
530
574
|
[0]
|
|
531
575
|
];
|
|
532
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
533
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
534
|
-
[_m, _rAS],
|
|
535
|
-
[0, [1, { [_hH]: _RA }]], 1
|
|
536
|
-
];
|
|
537
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
538
576
|
export var LibraryItemMember$ = [3, n0, _LIM,
|
|
539
577
|
0,
|
|
540
578
|
[_lII, _aI, _aV, _cat, _st, _cAr, _cB, _rC, _uA, _uB, _iRBU, _uC, _iV],
|
|
@@ -645,18 +683,6 @@ export var QQueryCardInput$ = [3, n0, _QQCI,
|
|
|
645
683
|
[_t, _i, _ty, _pro, _oS, _aF],
|
|
646
684
|
[0, 0, 0, 0, 0, () => AttributeFilter$], 4
|
|
647
685
|
];
|
|
648
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
649
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
650
|
-
[_m, _rI, _rT],
|
|
651
|
-
[0, 0, 0], 3
|
|
652
|
-
];
|
|
653
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
654
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
655
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
656
|
-
[_m, _rI, _rT, _sCe, _qC],
|
|
657
|
-
[0, 0, 0, 0, 0], 5
|
|
658
|
-
];
|
|
659
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
660
686
|
export var SessionSharingConfiguration$ = [3, n0, _SSC,
|
|
661
687
|
0,
|
|
662
688
|
[_en, _aR, _rCev],
|
|
@@ -707,18 +733,6 @@ export var TextInputCardInput$ = [3, n0, _TICI,
|
|
|
707
733
|
[_t, _i, _ty, _pl, _dV],
|
|
708
734
|
[0, 0, 0, 0, 0], 3
|
|
709
735
|
];
|
|
710
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
711
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
712
|
-
[_m, _sCe, _qC, _rAS],
|
|
713
|
-
[0, 0, 0, [1, { [_hH]: _RA }]], 3
|
|
714
|
-
];
|
|
715
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
716
|
-
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
717
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
718
|
-
[_m],
|
|
719
|
-
[0], 1
|
|
720
|
-
];
|
|
721
|
-
TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
|
|
722
736
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
723
737
|
0,
|
|
724
738
|
[_rARN, _tK],
|
|
@@ -771,12 +785,12 @@ export var UpdateQAppSessionInput$ = [3, n0, _UQASI,
|
|
|
771
785
|
];
|
|
772
786
|
export var UpdateQAppSessionMetadataInput$ = [3, n0, _UQASMI,
|
|
773
787
|
0,
|
|
774
|
-
[_iI, _sI,
|
|
788
|
+
[_iI, _sI, _sCh, _sN],
|
|
775
789
|
[[0, { [_hH]: _ii }], 0, () => SessionSharingConfiguration$, 0], 3
|
|
776
790
|
];
|
|
777
791
|
export var UpdateQAppSessionMetadataOutput$ = [3, n0, _UQASMO,
|
|
778
792
|
0,
|
|
779
|
-
[_sI, _sA,
|
|
793
|
+
[_sI, _sA, _sCh, _sN],
|
|
780
794
|
[0, 0, () => SessionSharingConfiguration$, 0], 3
|
|
781
795
|
];
|
|
782
796
|
export var UpdateQAppSessionOutput$ = [3, n0, _UQASO,
|
|
@@ -794,15 +808,7 @@ export var UserAppItem$ = [3, n0, _UAI,
|
|
|
794
808
|
[_aI, _aA, _t, _cAr, _d, _cE, _st, _iV],
|
|
795
809
|
[0, 0, 0, 5, 0, 2, 0, 2], 4
|
|
796
810
|
];
|
|
797
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
798
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
799
|
-
[_m],
|
|
800
|
-
[0], 1
|
|
801
|
-
];
|
|
802
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
803
811
|
var __Unit = "unit";
|
|
804
|
-
export var QAppsServiceException$ = [-3, _sm, "QAppsServiceException", 0, [], []];
|
|
805
|
-
TypeRegistry.for(_sm).registerError(QAppsServiceException$, QAppsServiceException);
|
|
806
812
|
var AppRequiredCapabilities = 64 | 0;
|
|
807
813
|
var AttributeFilters = [1, n0, _AFt,
|
|
808
814
|
0, () => AttributeFilter$
|
|
@@ -1,5 +1,21 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var QAppsServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var ContentTooLargeException$: StaticErrorSchema;
|
|
7
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
8
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
9
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
10
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
11
|
+
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
12
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
13
|
+
/**
|
|
14
|
+
* TypeRegistry instances containing modeled errors.
|
|
15
|
+
* @internal
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
19
|
export declare var AppDefinition$: StaticStructureSchema;
|
|
4
20
|
export declare var AppDefinitionInput$: StaticStructureSchema;
|
|
5
21
|
export declare var AssociateLibraryItemReviewInput$: StaticStructureSchema;
|
|
@@ -13,8 +29,6 @@ export declare var CardStatus$: StaticStructureSchema;
|
|
|
13
29
|
export declare var CardValue$: StaticStructureSchema;
|
|
14
30
|
export declare var Category$: StaticStructureSchema;
|
|
15
31
|
export declare var CategoryInput$: StaticStructureSchema;
|
|
16
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
17
|
-
export declare var ContentTooLargeException$: StaticErrorSchema;
|
|
18
32
|
export declare var ConversationMessage$: StaticStructureSchema;
|
|
19
33
|
export declare var CreateLibraryItemInput$: StaticStructureSchema;
|
|
20
34
|
export declare var CreateLibraryItemOutput$: StaticStructureSchema;
|
|
@@ -46,7 +60,6 @@ export declare var GetQAppSessionMetadataOutput$: StaticStructureSchema;
|
|
|
46
60
|
export declare var GetQAppSessionOutput$: StaticStructureSchema;
|
|
47
61
|
export declare var ImportDocumentInput$: StaticStructureSchema;
|
|
48
62
|
export declare var ImportDocumentOutput$: StaticStructureSchema;
|
|
49
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
50
63
|
export declare var LibraryItemMember$: StaticStructureSchema;
|
|
51
64
|
export declare var ListCategoriesInput$: StaticStructureSchema;
|
|
52
65
|
export declare var ListCategoriesOutput$: StaticStructureSchema;
|
|
@@ -69,8 +82,6 @@ export declare var QPluginCard$: StaticStructureSchema;
|
|
|
69
82
|
export declare var QPluginCardInput$: StaticStructureSchema;
|
|
70
83
|
export declare var QQueryCard$: StaticStructureSchema;
|
|
71
84
|
export declare var QQueryCardInput$: StaticStructureSchema;
|
|
72
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
73
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
74
85
|
export declare var SessionSharingConfiguration$: StaticStructureSchema;
|
|
75
86
|
export declare var StartQAppSessionInput$: StaticStructureSchema;
|
|
76
87
|
export declare var StartQAppSessionOutput$: StaticStructureSchema;
|
|
@@ -81,8 +92,6 @@ export declare var TagResourceRequest$: StaticStructureSchema;
|
|
|
81
92
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
82
93
|
export declare var TextInputCard$: StaticStructureSchema;
|
|
83
94
|
export declare var TextInputCardInput$: StaticStructureSchema;
|
|
84
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
85
|
-
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
86
95
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
87
96
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
88
97
|
export declare var UpdateLibraryItemInput$: StaticStructureSchema;
|
|
@@ -98,8 +107,6 @@ export declare var UpdateQAppSessionMetadataOutput$: StaticStructureSchema;
|
|
|
98
107
|
export declare var UpdateQAppSessionOutput$: StaticStructureSchema;
|
|
99
108
|
export declare var User$: StaticStructureSchema;
|
|
100
109
|
export declare var UserAppItem$: StaticStructureSchema;
|
|
101
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
102
|
-
export declare var QAppsServiceException$: StaticErrorSchema;
|
|
103
110
|
export declare var Card$: StaticUnionSchema;
|
|
104
111
|
export declare var CardInput$: StaticUnionSchema;
|
|
105
112
|
export declare var DocumentAttributeValue$: StaticUnionSchema;
|
|
@@ -1,10 +1,21 @@
|
|
|
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 QAppsServiceException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var ContentTooLargeException$: StaticErrorSchema;
|
|
12
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
15
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
16
|
+
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
17
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
18
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
8
19
|
export declare var AppDefinition$: StaticStructureSchema;
|
|
9
20
|
export declare var AppDefinitionInput$: StaticStructureSchema;
|
|
10
21
|
export declare var AssociateLibraryItemReviewInput$: StaticStructureSchema;
|
|
@@ -18,8 +29,6 @@ export declare var CardStatus$: StaticStructureSchema;
|
|
|
18
29
|
export declare var CardValue$: StaticStructureSchema;
|
|
19
30
|
export declare var Category$: StaticStructureSchema;
|
|
20
31
|
export declare var CategoryInput$: StaticStructureSchema;
|
|
21
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
22
|
-
export declare var ContentTooLargeException$: StaticErrorSchema;
|
|
23
32
|
export declare var ConversationMessage$: StaticStructureSchema;
|
|
24
33
|
export declare var CreateLibraryItemInput$: StaticStructureSchema;
|
|
25
34
|
export declare var CreateLibraryItemOutput$: StaticStructureSchema;
|
|
@@ -51,7 +60,6 @@ export declare var GetQAppSessionMetadataOutput$: StaticStructureSchema;
|
|
|
51
60
|
export declare var GetQAppSessionOutput$: StaticStructureSchema;
|
|
52
61
|
export declare var ImportDocumentInput$: StaticStructureSchema;
|
|
53
62
|
export declare var ImportDocumentOutput$: StaticStructureSchema;
|
|
54
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
55
63
|
export declare var LibraryItemMember$: StaticStructureSchema;
|
|
56
64
|
export declare var ListCategoriesInput$: StaticStructureSchema;
|
|
57
65
|
export declare var ListCategoriesOutput$: StaticStructureSchema;
|
|
@@ -74,8 +82,6 @@ export declare var QPluginCard$: StaticStructureSchema;
|
|
|
74
82
|
export declare var QPluginCardInput$: StaticStructureSchema;
|
|
75
83
|
export declare var QQueryCard$: StaticStructureSchema;
|
|
76
84
|
export declare var QQueryCardInput$: StaticStructureSchema;
|
|
77
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
78
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
79
85
|
export declare var SessionSharingConfiguration$: StaticStructureSchema;
|
|
80
86
|
export declare var StartQAppSessionInput$: StaticStructureSchema;
|
|
81
87
|
export declare var StartQAppSessionOutput$: StaticStructureSchema;
|
|
@@ -86,8 +92,6 @@ export declare var TagResourceRequest$: StaticStructureSchema;
|
|
|
86
92
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
87
93
|
export declare var TextInputCard$: StaticStructureSchema;
|
|
88
94
|
export declare var TextInputCardInput$: StaticStructureSchema;
|
|
89
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
90
|
-
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
91
95
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
92
96
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
93
97
|
export declare var UpdateLibraryItemInput$: StaticStructureSchema;
|
|
@@ -103,8 +107,6 @@ export declare var UpdateQAppSessionMetadataOutput$: StaticStructureSchema;
|
|
|
103
107
|
export declare var UpdateQAppSessionOutput$: StaticStructureSchema;
|
|
104
108
|
export declare var User$: StaticStructureSchema;
|
|
105
109
|
export declare var UserAppItem$: StaticStructureSchema;
|
|
106
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
107
|
-
export declare var QAppsServiceException$: StaticErrorSchema;
|
|
108
110
|
export declare var Card$: StaticUnionSchema;
|
|
109
111
|
export declare var CardInput$: StaticUnionSchema;
|
|
110
112
|
export declare var DocumentAttributeValue$: StaticUnionSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-qapps",
|
|
3
3
|
"description": "AWS SDK for JavaScript Qapps Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.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-qapps",
|
|
@@ -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.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
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.9",
|
|
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.989.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.7",
|
|
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",
|