@aws-sdk/client-amplifyuibuilder 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 +47 -1470
- package/dist-cjs/models/AmplifyUIBuilderServiceException.js +12 -0
- package/dist-cjs/models/errors.js +95 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1218 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +91 -85
- 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 { defaultAmplifyUIBuilderHttpAuthSchemeProvider } 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: "2021-08-11",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.amplifyuibuilder",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2021-08-11",
|
|
30
32
|
serviceTarget: "AmplifyUIBuilder",
|
|
31
33
|
},
|
|
@@ -201,7 +201,7 @@ const _bTFORM = "belongsToFieldOnRelatedModel";
|
|
|
201
201
|
const _be = "below";
|
|
202
202
|
const _bi = "bindings";
|
|
203
203
|
const _bo = "body";
|
|
204
|
-
const _c = "
|
|
204
|
+
const _c = "client";
|
|
205
205
|
const _cA = "createdAt";
|
|
206
206
|
const _cBP = "collectionBindingProperties";
|
|
207
207
|
const _cI = "clientId";
|
|
@@ -213,8 +213,8 @@ const _cTC = "componentToCreate";
|
|
|
213
213
|
const _cTl = "clientToken";
|
|
214
214
|
const _cUAM = "canUnlinkAssociatedModel";
|
|
215
215
|
const _ca = "cancel";
|
|
216
|
+
const _ch = "children";
|
|
216
217
|
const _cl = "clear";
|
|
217
|
-
const _cli = "client";
|
|
218
218
|
const _co = "concat";
|
|
219
219
|
const _cod = "code";
|
|
220
220
|
const _com = "component";
|
|
@@ -234,14 +234,14 @@ const _dU = "downloadUrl";
|
|
|
234
234
|
const _dV = "defaultValue";
|
|
235
235
|
const _dVi = "displayValue";
|
|
236
236
|
const _di = "direction";
|
|
237
|
-
const _e = "
|
|
237
|
+
const _e = "error";
|
|
238
238
|
const _eI = "expiresIn";
|
|
239
239
|
const _eN = "environmentName";
|
|
240
240
|
const _el = "else";
|
|
241
241
|
const _ele = "element";
|
|
242
|
-
const _en = "
|
|
243
|
-
const _ent = "
|
|
244
|
-
const
|
|
242
|
+
const _en = "enums";
|
|
243
|
+
const _ent = "entity";
|
|
244
|
+
const _enti = "entities";
|
|
245
245
|
const _ev = "events";
|
|
246
246
|
const _eve = "event";
|
|
247
247
|
const _ex = "excluded";
|
|
@@ -280,7 +280,7 @@ const _k = "key";
|
|
|
280
280
|
const _l = "label";
|
|
281
281
|
const _lD = "labelDecorator";
|
|
282
282
|
const _le = "level";
|
|
283
|
-
const _m = "
|
|
283
|
+
const _m = "message";
|
|
284
284
|
const _mA = "modifiedAt";
|
|
285
285
|
const _mFC = "maxFileCount";
|
|
286
286
|
const _mFP = "mutationsFilePath";
|
|
@@ -288,9 +288,9 @@ const _mR = "maxResults";
|
|
|
288
288
|
const _mS = "maxSize";
|
|
289
289
|
const _mV = "minValue";
|
|
290
290
|
const _mVa = "maxValue";
|
|
291
|
-
const
|
|
292
|
-
const
|
|
293
|
-
const
|
|
291
|
+
const _mo = "model";
|
|
292
|
+
const _mod = "models";
|
|
293
|
+
const _modu = "module";
|
|
294
294
|
const _n = "name";
|
|
295
295
|
const _nAC = "noApiConfig";
|
|
296
296
|
const _nM = "nonModels";
|
|
@@ -331,7 +331,7 @@ const _re = "required";
|
|
|
331
331
|
const _rea = "react";
|
|
332
332
|
const _rel = "relationship";
|
|
333
333
|
const _req = "request";
|
|
334
|
-
const _s = "
|
|
334
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.amplifyuibuilder";
|
|
335
335
|
const _sE = "sectionalElements";
|
|
336
336
|
const _sFP = "subscriptionsFilePath";
|
|
337
337
|
const _sI = "sourceId";
|
|
@@ -344,9 +344,9 @@ const _sVt = "strValues";
|
|
|
344
344
|
const _sc = "script";
|
|
345
345
|
const _se = "server";
|
|
346
346
|
const _set = "set";
|
|
347
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.amplifyuibuilder";
|
|
348
347
|
const _so = "sort";
|
|
349
|
-
const _st = "
|
|
348
|
+
const _st = "state";
|
|
349
|
+
const _sta = "status";
|
|
350
350
|
const _ste = "step";
|
|
351
351
|
const _sty = "style";
|
|
352
352
|
const _su = "submit";
|
|
@@ -378,10 +378,60 @@ const n0 = "com.amazonaws.amplifyuibuilder";
|
|
|
378
378
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
379
379
|
import { AmplifyUIBuilderServiceException } from "../models/AmplifyUIBuilderServiceException";
|
|
380
380
|
import { InternalServerException, InvalidParameterException, ResourceConflictException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, UnauthorizedException, } from "../models/errors";
|
|
381
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
382
|
+
export var AmplifyUIBuilderServiceException$ = [-3, _s, "AmplifyUIBuilderServiceException", 0, [], []];
|
|
383
|
+
_s_registry.registerError(AmplifyUIBuilderServiceException$, AmplifyUIBuilderServiceException);
|
|
384
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
385
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
386
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
387
|
+
[_m],
|
|
388
|
+
[0]
|
|
389
|
+
];
|
|
390
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
391
|
+
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
392
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
393
|
+
[_m],
|
|
394
|
+
[0]
|
|
395
|
+
];
|
|
396
|
+
n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
|
|
397
|
+
export var ResourceConflictException$ = [-3, n0, _RCE,
|
|
398
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
399
|
+
[_m],
|
|
400
|
+
[0]
|
|
401
|
+
];
|
|
402
|
+
n0_registry.registerError(ResourceConflictException$, ResourceConflictException);
|
|
403
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
404
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
405
|
+
[_m],
|
|
406
|
+
[0]
|
|
407
|
+
];
|
|
408
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
409
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
410
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
411
|
+
[_m],
|
|
412
|
+
[0]
|
|
413
|
+
];
|
|
414
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
415
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
416
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
417
|
+
[_m],
|
|
418
|
+
[0]
|
|
419
|
+
];
|
|
420
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
421
|
+
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
422
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
423
|
+
[_m],
|
|
424
|
+
[0]
|
|
425
|
+
];
|
|
426
|
+
n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
|
|
427
|
+
export const errorTypeRegistries = [
|
|
428
|
+
_s_registry,
|
|
429
|
+
n0_registry,
|
|
430
|
+
];
|
|
381
431
|
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
382
432
|
export var ActionParameters$ = [3, n0, _AP,
|
|
383
433
|
0,
|
|
384
|
-
[_t, _u, _a, _ta, _g,
|
|
434
|
+
[_t, _u, _a, _ta, _g, _mo, _i, _f, _st],
|
|
385
435
|
[() => ComponentProperty$, () => ComponentProperty$, () => ComponentProperty$, () => ComponentProperty$, () => ComponentProperty$, 0, () => ComponentProperty$, () => ComponentProperties, () => MutationActionSetStateParameter$]
|
|
386
436
|
];
|
|
387
437
|
export var CodegenDependency$ = [3, n0, _CD,
|
|
@@ -421,7 +471,7 @@ export var CodegenGenericDataRelationshipType$ = [3, n0, _CGDRT,
|
|
|
421
471
|
];
|
|
422
472
|
export var CodegenJob$ = [3, n0, _CJ,
|
|
423
473
|
0,
|
|
424
|
-
[_i, _aI, _eN, _rC, _gDS, _aGF, _fe,
|
|
474
|
+
[_i, _aI, _eN, _rC, _gDS, _aGF, _fe, _sta, _sM, _as, _tag, _cA, _mA, _d],
|
|
425
475
|
[0, 0, 0, () => CodegenJobRenderConfig$, () => CodegenJobGenericDataSchema$, 2, () => CodegenFeatureFlags$, 0, 0, () => CodegenJobAsset$, 128 | 0, 5, 5, () => CodegenDependencies], 3
|
|
426
476
|
];
|
|
427
477
|
export var CodegenJobAsset$ = [3, n0, _CJA,
|
|
@@ -431,7 +481,7 @@ export var CodegenJobAsset$ = [3, n0, _CJA,
|
|
|
431
481
|
];
|
|
432
482
|
export var CodegenJobGenericDataSchema$ = [3, n0, _CJGDS,
|
|
433
483
|
0,
|
|
434
|
-
[_dST,
|
|
484
|
+
[_dST, _mod, _en, _nM],
|
|
435
485
|
[0, () => CodegenGenericDataModels, () => CodegenGenericDataEnums, () => CodegenGenericDataNonModels], 4
|
|
436
486
|
];
|
|
437
487
|
export var CodegenJobSummary$ = [3, n0, _CJS,
|
|
@@ -441,7 +491,7 @@ export var CodegenJobSummary$ = [3, n0, _CJS,
|
|
|
441
491
|
];
|
|
442
492
|
export var Component$ = [3, n0, _C,
|
|
443
493
|
0,
|
|
444
|
-
[_aI, _eN, _i, _n, _cT, _p, _va, _o, _bP, _cA, _sI,
|
|
494
|
+
[_aI, _eN, _i, _n, _cT, _p, _va, _o, _bP, _cA, _sI, _ch, _cP, _mA, _tag, _ev, _sVc],
|
|
445
495
|
[0, 0, 0, 0, 0, () => ComponentProperties, () => ComponentVariants, [2, n0, _CO, 0, 0, 128 | 0], () => ComponentBindingProperties, 5, 0, () => ComponentChildList, () => ComponentCollectionProperties, 5, 128 | 0, () => ComponentEvents, 0], 10
|
|
446
496
|
];
|
|
447
497
|
export var ComponentBindingPropertiesValue$ = [3, n0, _CBPV,
|
|
@@ -451,12 +501,12 @@ export var ComponentBindingPropertiesValue$ = [3, n0, _CBPV,
|
|
|
451
501
|
];
|
|
452
502
|
export var ComponentBindingPropertiesValueProperties$ = [3, n0, _CBPVP,
|
|
453
503
|
0,
|
|
454
|
-
[
|
|
504
|
+
[_mo, _fi, _pr, _uA, _b, _k, _dV, _sN],
|
|
455
505
|
[0, 0, () => PredicateList, 0, 0, 0, 0, 0]
|
|
456
506
|
];
|
|
457
507
|
export var ComponentChild$ = [3, n0, _CC,
|
|
458
508
|
0,
|
|
459
|
-
[_cT, _n, _p,
|
|
509
|
+
[_cT, _n, _p, _ch, _ev, _sI],
|
|
460
510
|
[0, 0, () => ComponentProperties, () => ComponentChildList, () => ComponentEvents, 0], 3
|
|
461
511
|
];
|
|
462
512
|
export var ComponentConditionProperty$ = [3, n0, _CCP,
|
|
@@ -466,7 +516,7 @@ export var ComponentConditionProperty$ = [3, n0, _CCP,
|
|
|
466
516
|
];
|
|
467
517
|
export var ComponentDataConfiguration$ = [3, n0, _CDC,
|
|
468
518
|
0,
|
|
469
|
-
[
|
|
519
|
+
[_mo, _so, _pre, _id],
|
|
470
520
|
[0, () => SortPropertyList, () => Predicate$, 64 | 0], 1
|
|
471
521
|
];
|
|
472
522
|
export var ComponentEvent$ = [3, n0, _CE,
|
|
@@ -476,7 +526,7 @@ export var ComponentEvent$ = [3, n0, _CE,
|
|
|
476
526
|
];
|
|
477
527
|
export var ComponentProperty$ = [3, n0, _CP,
|
|
478
528
|
0,
|
|
479
|
-
[_val, _bP, _cBP, _dV,
|
|
529
|
+
[_val, _bP, _cBP, _dV, _mo, _bi, _eve, _uA, _co, _con, _conf, _t, _iV, _cN, _pro],
|
|
480
530
|
[0, () => ComponentPropertyBindingProperties$, () => ComponentPropertyBindingProperties$, 0, 0, () => FormBindings, 0, 0, () => ComponentPropertyList, () => ComponentConditionProperty$, 2, 0, 0, 0, 0]
|
|
481
531
|
];
|
|
482
532
|
export var ComponentPropertyBindingProperties$ = [3, n0, _CPBP,
|
|
@@ -496,7 +546,7 @@ export var ComponentVariant$ = [3, n0, _CV,
|
|
|
496
546
|
];
|
|
497
547
|
export var CreateComponentData$ = [3, n0, _CCD,
|
|
498
548
|
0,
|
|
499
|
-
[_n, _cT, _p, _va, _o, _bP, _sI,
|
|
549
|
+
[_n, _cT, _p, _va, _o, _bP, _sI, _ch, _cP, _tag, _ev, _sVc],
|
|
500
550
|
[0, 0, () => ComponentProperties, () => ComponentVariants, [2, n0, _CO, 0, 0, 128 | 0], () => ComponentBindingProperties, 0, () => ComponentChildList, () => ComponentCollectionProperties, 128 | 0, () => ComponentEvents, 0], 6
|
|
501
551
|
];
|
|
502
552
|
export var CreateComponentRequest$ = [3, n0, _CCR,
|
|
@@ -506,7 +556,7 @@ export var CreateComponentRequest$ = [3, n0, _CCR,
|
|
|
506
556
|
];
|
|
507
557
|
export var CreateComponentResponse$ = [3, n0, _CCRr,
|
|
508
558
|
0,
|
|
509
|
-
[
|
|
559
|
+
[_ent],
|
|
510
560
|
[[() => Component$, 16]]
|
|
511
561
|
];
|
|
512
562
|
export var CreateFormData$ = [3, n0, _CFD,
|
|
@@ -521,7 +571,7 @@ export var CreateFormRequest$ = [3, n0, _CFR,
|
|
|
521
571
|
];
|
|
522
572
|
export var CreateFormResponse$ = [3, n0, _CFRr,
|
|
523
573
|
0,
|
|
524
|
-
[
|
|
574
|
+
[_ent],
|
|
525
575
|
[[() => Form$, 16]]
|
|
526
576
|
];
|
|
527
577
|
export var CreateThemeData$ = [3, n0, _CTD,
|
|
@@ -536,7 +586,7 @@ export var CreateThemeRequest$ = [3, n0, _CTR,
|
|
|
536
586
|
];
|
|
537
587
|
export var CreateThemeResponse$ = [3, n0, _CTRr,
|
|
538
588
|
0,
|
|
539
|
-
[
|
|
589
|
+
[_ent],
|
|
540
590
|
[[() => Theme$, 16]]
|
|
541
591
|
];
|
|
542
592
|
export var DataStoreRenderConfig$ = [3, n0, _DSRC,
|
|
@@ -581,7 +631,7 @@ export var ExportComponentsRequest$ = [3, n0, _ECR,
|
|
|
581
631
|
];
|
|
582
632
|
export var ExportComponentsResponse$ = [3, n0, _ECRx,
|
|
583
633
|
0,
|
|
584
|
-
[
|
|
634
|
+
[_enti, _nT],
|
|
585
635
|
[() => ComponentList, 0], 1
|
|
586
636
|
];
|
|
587
637
|
export var ExportFormsRequest$ = [3, n0, _EFR,
|
|
@@ -591,7 +641,7 @@ export var ExportFormsRequest$ = [3, n0, _EFR,
|
|
|
591
641
|
];
|
|
592
642
|
export var ExportFormsResponse$ = [3, n0, _EFRx,
|
|
593
643
|
0,
|
|
594
|
-
[
|
|
644
|
+
[_enti, _nT],
|
|
595
645
|
[() => FormList, 0], 1
|
|
596
646
|
];
|
|
597
647
|
export var ExportThemesRequest$ = [3, n0, _ETR,
|
|
@@ -601,7 +651,7 @@ export var ExportThemesRequest$ = [3, n0, _ETR,
|
|
|
601
651
|
];
|
|
602
652
|
export var ExportThemesResponse$ = [3, n0, _ETRx,
|
|
603
653
|
0,
|
|
604
|
-
[
|
|
654
|
+
[_enti, _nT],
|
|
605
655
|
[() => ThemeList, 0], 1
|
|
606
656
|
];
|
|
607
657
|
export var FieldConfig$ = [3, n0, _FC,
|
|
@@ -636,7 +686,7 @@ export var FormBindingElement$ = [3, n0, _FBE,
|
|
|
636
686
|
];
|
|
637
687
|
export var FormButton$ = [3, n0, _FB,
|
|
638
688
|
0,
|
|
639
|
-
[_ex,
|
|
689
|
+
[_ex, _ch, _po],
|
|
640
690
|
[2, 0, () => FieldPosition$]
|
|
641
691
|
];
|
|
642
692
|
export var FormCTA$ = [3, n0, _FCTA,
|
|
@@ -656,7 +706,7 @@ export var FormInputBindingPropertiesValue$ = [3, n0, _FIBPV,
|
|
|
656
706
|
];
|
|
657
707
|
export var FormInputBindingPropertiesValueProperties$ = [3, n0, _FIBPVP,
|
|
658
708
|
0,
|
|
659
|
-
[
|
|
709
|
+
[_mo],
|
|
660
710
|
[0]
|
|
661
711
|
];
|
|
662
712
|
export var FormInputValueProperty$ = [3, n0, _FIVP,
|
|
@@ -734,18 +784,6 @@ export var GraphQLRenderConfig$ = [3, n0, _GQLRC,
|
|
|
734
784
|
[_tFP, _qFP, _mFP, _sFP, _fFP],
|
|
735
785
|
[0, 0, 0, 0, 0], 5
|
|
736
786
|
];
|
|
737
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
738
|
-
{ [_er]: _se, [_hE]: 500 },
|
|
739
|
-
[_me],
|
|
740
|
-
[0]
|
|
741
|
-
];
|
|
742
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
743
|
-
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
744
|
-
{ [_er]: _cli, [_hE]: 400 },
|
|
745
|
-
[_me],
|
|
746
|
-
[0]
|
|
747
|
-
];
|
|
748
|
-
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
749
787
|
export var ListCodegenJobsRequest$ = [3, n0, _LCJR,
|
|
750
788
|
0,
|
|
751
789
|
[_aI, _eN, _nT, _mR],
|
|
@@ -753,7 +791,7 @@ export var ListCodegenJobsRequest$ = [3, n0, _LCJR,
|
|
|
753
791
|
];
|
|
754
792
|
export var ListCodegenJobsResponse$ = [3, n0, _LCJRi,
|
|
755
793
|
0,
|
|
756
|
-
[
|
|
794
|
+
[_enti, _nT],
|
|
757
795
|
[() => CodegenJobSummaryList, 0], 1
|
|
758
796
|
];
|
|
759
797
|
export var ListComponentsRequest$ = [3, n0, _LCR,
|
|
@@ -763,7 +801,7 @@ export var ListComponentsRequest$ = [3, n0, _LCR,
|
|
|
763
801
|
];
|
|
764
802
|
export var ListComponentsResponse$ = [3, n0, _LCRi,
|
|
765
803
|
0,
|
|
766
|
-
[
|
|
804
|
+
[_enti, _nT],
|
|
767
805
|
[() => ComponentSummaryList, 0], 1
|
|
768
806
|
];
|
|
769
807
|
export var ListFormsRequest$ = [3, n0, _LFR,
|
|
@@ -773,7 +811,7 @@ export var ListFormsRequest$ = [3, n0, _LFR,
|
|
|
773
811
|
];
|
|
774
812
|
export var ListFormsResponse$ = [3, n0, _LFRi,
|
|
775
813
|
0,
|
|
776
|
-
[
|
|
814
|
+
[_enti, _nT],
|
|
777
815
|
[() => FormSummaryList, 0], 1
|
|
778
816
|
];
|
|
779
817
|
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
@@ -793,7 +831,7 @@ export var ListThemesRequest$ = [3, n0, _LTR,
|
|
|
793
831
|
];
|
|
794
832
|
export var ListThemesResponse$ = [3, n0, _LTRi,
|
|
795
833
|
0,
|
|
796
|
-
[
|
|
834
|
+
[_enti, _nT],
|
|
797
835
|
[() => ThemeSummaryList, 0], 1
|
|
798
836
|
];
|
|
799
837
|
export var MutationActionSetStateParameter$ = [3, n0, _MASSP,
|
|
@@ -823,7 +861,7 @@ export var PutMetadataFlagRequest$ = [3, n0, _PMFR,
|
|
|
823
861
|
];
|
|
824
862
|
export var ReactStartCodegenJobData$ = [3, n0, _RSCJD,
|
|
825
863
|
0,
|
|
826
|
-
[
|
|
864
|
+
[_modu, _ta, _sc, _rTD, _iSM, _aC, _d],
|
|
827
865
|
[0, 0, 0, 2, 2, () => ApiConfiguration$, 128 | 0]
|
|
828
866
|
];
|
|
829
867
|
export var RefreshTokenRequest$ = [3, n0, _RTR,
|
|
@@ -841,29 +879,11 @@ export var RefreshTokenResponse$ = [3, n0, _RTRe,
|
|
|
841
879
|
[_aT, _eI],
|
|
842
880
|
[[() => SensitiveString, 0], 1], 2
|
|
843
881
|
];
|
|
844
|
-
export var ResourceConflictException$ = [-3, n0, _RCE,
|
|
845
|
-
{ [_er]: _cli, [_hE]: 409 },
|
|
846
|
-
[_me],
|
|
847
|
-
[0]
|
|
848
|
-
];
|
|
849
|
-
TypeRegistry.for(n0).registerError(ResourceConflictException$, ResourceConflictException);
|
|
850
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
851
|
-
{ [_er]: _cli, [_hE]: 404 },
|
|
852
|
-
[_me],
|
|
853
|
-
[0]
|
|
854
|
-
];
|
|
855
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
856
882
|
export var SectionalElement$ = [3, n0, _SE,
|
|
857
883
|
0,
|
|
858
884
|
[_t, _po, _te, _le, _ori, _ex],
|
|
859
885
|
[0, () => FieldPosition$, 0, 1, 0, 2], 1
|
|
860
886
|
];
|
|
861
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
862
|
-
{ [_er]: _cli, [_hE]: 402 },
|
|
863
|
-
[_me],
|
|
864
|
-
[0]
|
|
865
|
-
];
|
|
866
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
867
887
|
export var SortProperty$ = [3, n0, _SP,
|
|
868
888
|
0,
|
|
869
889
|
[_fi, _di],
|
|
@@ -881,7 +901,7 @@ export var StartCodegenJobRequest$ = [3, n0, _SCJR,
|
|
|
881
901
|
];
|
|
882
902
|
export var StartCodegenJobResponse$ = [3, n0, _SCJRt,
|
|
883
903
|
0,
|
|
884
|
-
[
|
|
904
|
+
[_ent],
|
|
885
905
|
[[() => CodegenJob$, 16]]
|
|
886
906
|
];
|
|
887
907
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
@@ -906,7 +926,7 @@ export var ThemeSummary$ = [3, n0, _TS,
|
|
|
906
926
|
];
|
|
907
927
|
export var ThemeValue$ = [3, n0, _TV,
|
|
908
928
|
0,
|
|
909
|
-
[_val,
|
|
929
|
+
[_val, _ch],
|
|
910
930
|
[0, () => ThemeValuesList]
|
|
911
931
|
];
|
|
912
932
|
export var ThemeValues$ = [3, n0, _TVh,
|
|
@@ -914,18 +934,6 @@ export var ThemeValues$ = [3, n0, _TVh,
|
|
|
914
934
|
[_k, _val],
|
|
915
935
|
[0, () => ThemeValue$]
|
|
916
936
|
];
|
|
917
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
918
|
-
{ [_er]: _cli, [_hE]: 429 },
|
|
919
|
-
[_me],
|
|
920
|
-
[0]
|
|
921
|
-
];
|
|
922
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
923
|
-
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
924
|
-
{ [_er]: _cli, [_hE]: 401 },
|
|
925
|
-
[_me],
|
|
926
|
-
[0]
|
|
927
|
-
];
|
|
928
|
-
TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
|
|
929
937
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
930
938
|
0,
|
|
931
939
|
[_rA, _tK],
|
|
@@ -938,7 +946,7 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
938
946
|
];
|
|
939
947
|
export var UpdateComponentData$ = [3, n0, _UCD,
|
|
940
948
|
0,
|
|
941
|
-
[_i, _n, _sI, _cT, _p,
|
|
949
|
+
[_i, _n, _sI, _cT, _p, _ch, _va, _o, _bP, _cP, _ev, _sVc],
|
|
942
950
|
[0, 0, 0, 0, () => ComponentProperties, () => ComponentChildList, () => ComponentVariants, [2, n0, _CO, 0, 0, 128 | 0], () => ComponentBindingProperties, () => ComponentCollectionProperties, () => ComponentEvents, 0]
|
|
943
951
|
];
|
|
944
952
|
export var UpdateComponentRequest$ = [3, n0, _UCR,
|
|
@@ -948,7 +956,7 @@ export var UpdateComponentRequest$ = [3, n0, _UCR,
|
|
|
948
956
|
];
|
|
949
957
|
export var UpdateComponentResponse$ = [3, n0, _UCRp,
|
|
950
958
|
0,
|
|
951
|
-
[
|
|
959
|
+
[_ent],
|
|
952
960
|
[[() => Component$, 16]]
|
|
953
961
|
];
|
|
954
962
|
export var UpdateFormData$ = [3, n0, _UFD,
|
|
@@ -963,7 +971,7 @@ export var UpdateFormRequest$ = [3, n0, _UFR,
|
|
|
963
971
|
];
|
|
964
972
|
export var UpdateFormResponse$ = [3, n0, _UFRp,
|
|
965
973
|
0,
|
|
966
|
-
[
|
|
974
|
+
[_ent],
|
|
967
975
|
[[() => Form$, 16]]
|
|
968
976
|
];
|
|
969
977
|
export var UpdateThemeData$ = [3, n0, _UTD,
|
|
@@ -978,7 +986,7 @@ export var UpdateThemeRequest$ = [3, n0, _UTR,
|
|
|
978
986
|
];
|
|
979
987
|
export var UpdateThemeResponse$ = [3, n0, _UTRp,
|
|
980
988
|
0,
|
|
981
|
-
[
|
|
989
|
+
[_ent],
|
|
982
990
|
[[() => Theme$, 16]]
|
|
983
991
|
];
|
|
984
992
|
export var ValueMapping$ = [3, n0, _VM,
|
|
@@ -992,8 +1000,6 @@ export var ValueMappings$ = [3, n0, _VMa,
|
|
|
992
1000
|
[() => ValueMappingList, () => FormInputBindingProperties], 1
|
|
993
1001
|
];
|
|
994
1002
|
var __Unit = "unit";
|
|
995
|
-
export var AmplifyUIBuilderServiceException$ = [-3, _sm, "AmplifyUIBuilderServiceException", 0, [], []];
|
|
996
|
-
TypeRegistry.for(_sm).registerError(AmplifyUIBuilderServiceException$, AmplifyUIBuilderServiceException);
|
|
997
1003
|
var AssociatedFieldsList = 64 | 0;
|
|
998
1004
|
var CodegenDependencies = [1, n0, _CDo,
|
|
999
1005
|
0, () => CodegenDependency$
|
|
@@ -1,4 +1,19 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var AmplifyUIBuilderServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
5
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
6
|
+
export declare var ResourceConflictException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
11
|
+
/**
|
|
12
|
+
* TypeRegistry instances containing modeled errors.
|
|
13
|
+
* @internal
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
17
|
export declare var ActionParameters$: StaticStructureSchema;
|
|
3
18
|
export declare var CodegenDependency$: StaticStructureSchema;
|
|
4
19
|
export declare var CodegenFeatureFlags$: StaticStructureSchema;
|
|
@@ -70,8 +85,6 @@ export declare var GetMetadataResponse$: StaticStructureSchema;
|
|
|
70
85
|
export declare var GetThemeRequest$: StaticStructureSchema;
|
|
71
86
|
export declare var GetThemeResponse$: StaticStructureSchema;
|
|
72
87
|
export declare var GraphQLRenderConfig$: StaticStructureSchema;
|
|
73
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
74
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
75
88
|
export declare var ListCodegenJobsRequest$: StaticStructureSchema;
|
|
76
89
|
export declare var ListCodegenJobsResponse$: StaticStructureSchema;
|
|
77
90
|
export declare var ListComponentsRequest$: StaticStructureSchema;
|
|
@@ -91,10 +104,7 @@ export declare var ReactStartCodegenJobData$: StaticStructureSchema;
|
|
|
91
104
|
export declare var RefreshTokenRequest$: StaticStructureSchema;
|
|
92
105
|
export declare var RefreshTokenRequestBody$: StaticStructureSchema;
|
|
93
106
|
export declare var RefreshTokenResponse$: StaticStructureSchema;
|
|
94
|
-
export declare var ResourceConflictException$: StaticErrorSchema;
|
|
95
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
96
107
|
export declare var SectionalElement$: StaticStructureSchema;
|
|
97
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
98
108
|
export declare var SortProperty$: StaticStructureSchema;
|
|
99
109
|
export declare var StartCodegenJobData$: StaticStructureSchema;
|
|
100
110
|
export declare var StartCodegenJobRequest$: StaticStructureSchema;
|
|
@@ -105,8 +115,6 @@ export declare var Theme$: StaticStructureSchema;
|
|
|
105
115
|
export declare var ThemeSummary$: StaticStructureSchema;
|
|
106
116
|
export declare var ThemeValue$: StaticStructureSchema;
|
|
107
117
|
export declare var ThemeValues$: StaticStructureSchema;
|
|
108
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
109
|
-
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
110
118
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
111
119
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
112
120
|
export declare var UpdateComponentData$: StaticStructureSchema;
|
|
@@ -120,7 +128,6 @@ export declare var UpdateThemeRequest$: StaticStructureSchema;
|
|
|
120
128
|
export declare var UpdateThemeResponse$: StaticStructureSchema;
|
|
121
129
|
export declare var ValueMapping$: StaticStructureSchema;
|
|
122
130
|
export declare var ValueMappings$: StaticStructureSchema;
|
|
123
|
-
export declare var AmplifyUIBuilderServiceException$: StaticErrorSchema;
|
|
124
131
|
export declare var ApiConfiguration$: StaticUnionSchema;
|
|
125
132
|
export declare var CodegenJobRenderConfig$: StaticUnionSchema;
|
|
126
133
|
export declare var FieldPosition$: StaticUnionSchema;
|
|
@@ -1,9 +1,19 @@
|
|
|
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 AmplifyUIBuilderServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
10
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceConflictException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
15
|
+
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
17
|
export declare var ActionParameters$: StaticStructureSchema;
|
|
8
18
|
export declare var CodegenDependency$: StaticStructureSchema;
|
|
9
19
|
export declare var CodegenFeatureFlags$: StaticStructureSchema;
|
|
@@ -75,8 +85,6 @@ export declare var GetMetadataResponse$: StaticStructureSchema;
|
|
|
75
85
|
export declare var GetThemeRequest$: StaticStructureSchema;
|
|
76
86
|
export declare var GetThemeResponse$: StaticStructureSchema;
|
|
77
87
|
export declare var GraphQLRenderConfig$: StaticStructureSchema;
|
|
78
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
79
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
80
88
|
export declare var ListCodegenJobsRequest$: StaticStructureSchema;
|
|
81
89
|
export declare var ListCodegenJobsResponse$: StaticStructureSchema;
|
|
82
90
|
export declare var ListComponentsRequest$: StaticStructureSchema;
|
|
@@ -96,10 +104,7 @@ export declare var ReactStartCodegenJobData$: StaticStructureSchema;
|
|
|
96
104
|
export declare var RefreshTokenRequest$: StaticStructureSchema;
|
|
97
105
|
export declare var RefreshTokenRequestBody$: StaticStructureSchema;
|
|
98
106
|
export declare var RefreshTokenResponse$: StaticStructureSchema;
|
|
99
|
-
export declare var ResourceConflictException$: StaticErrorSchema;
|
|
100
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
101
107
|
export declare var SectionalElement$: StaticStructureSchema;
|
|
102
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
103
108
|
export declare var SortProperty$: StaticStructureSchema;
|
|
104
109
|
export declare var StartCodegenJobData$: StaticStructureSchema;
|
|
105
110
|
export declare var StartCodegenJobRequest$: StaticStructureSchema;
|
|
@@ -110,8 +115,6 @@ export declare var Theme$: StaticStructureSchema;
|
|
|
110
115
|
export declare var ThemeSummary$: StaticStructureSchema;
|
|
111
116
|
export declare var ThemeValue$: StaticStructureSchema;
|
|
112
117
|
export declare var ThemeValues$: StaticStructureSchema;
|
|
113
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
114
|
-
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
115
118
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
116
119
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
117
120
|
export declare var UpdateComponentData$: StaticStructureSchema;
|
|
@@ -125,7 +128,6 @@ export declare var UpdateThemeRequest$: StaticStructureSchema;
|
|
|
125
128
|
export declare var UpdateThemeResponse$: StaticStructureSchema;
|
|
126
129
|
export declare var ValueMapping$: StaticStructureSchema;
|
|
127
130
|
export declare var ValueMappings$: StaticStructureSchema;
|
|
128
|
-
export declare var AmplifyUIBuilderServiceException$: StaticErrorSchema;
|
|
129
131
|
export declare var ApiConfiguration$: StaticUnionSchema;
|
|
130
132
|
export declare var CodegenJobRenderConfig$: StaticUnionSchema;
|
|
131
133
|
export declare var FieldPosition$: StaticUnionSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-amplifyuibuilder",
|
|
3
3
|
"description": "AWS SDK for JavaScript Amplifyuibuilder 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-amplifyuibuilder",
|
|
@@ -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",
|