@aws-sdk/client-amplifyuibuilder 3.758.0 → 3.772.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 +113 -122
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AmplifyUIBuilder: () => AmplifyUIBuilder,
|
|
25
25
|
AmplifyUIBuilderClient: () => AmplifyUIBuilderClient,
|
|
26
26
|
AmplifyUIBuilderServiceException: () => AmplifyUIBuilderServiceException,
|
|
@@ -93,7 +93,7 @@ __export(src_exports, {
|
|
|
93
93
|
paginateListForms: () => paginateListForms,
|
|
94
94
|
paginateListThemes: () => paginateListThemes
|
|
95
95
|
});
|
|
96
|
-
module.exports = __toCommonJS(
|
|
96
|
+
module.exports = __toCommonJS(index_exports);
|
|
97
97
|
|
|
98
98
|
// src/AmplifyUIBuilderClient.ts
|
|
99
99
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -220,9 +220,9 @@ var AmplifyUIBuilderClient = class extends import_smithy_client.Client {
|
|
|
220
220
|
this.middlewareStack.use(
|
|
221
221
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
222
222
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultAmplifyUIBuilderHttpAuthSchemeParametersProvider,
|
|
223
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
223
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
224
224
|
"aws.auth#sigv4": config.credentials
|
|
225
|
-
})
|
|
225
|
+
}), "identityProviderConfigProvider")
|
|
226
226
|
})
|
|
227
227
|
);
|
|
228
228
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -298,12 +298,9 @@ var GenericDataRelationshipType = {
|
|
|
298
298
|
var ApiConfiguration;
|
|
299
299
|
((ApiConfiguration3) => {
|
|
300
300
|
ApiConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
301
|
-
if (value.graphQLConfig !== void 0)
|
|
302
|
-
|
|
303
|
-
if (value.
|
|
304
|
-
return visitor.dataStoreConfig(value.dataStoreConfig);
|
|
305
|
-
if (value.noApiConfig !== void 0)
|
|
306
|
-
return visitor.noApiConfig(value.noApiConfig);
|
|
301
|
+
if (value.graphQLConfig !== void 0) return visitor.graphQLConfig(value.graphQLConfig);
|
|
302
|
+
if (value.dataStoreConfig !== void 0) return visitor.dataStoreConfig(value.dataStoreConfig);
|
|
303
|
+
if (value.noApiConfig !== void 0) return visitor.noApiConfig(value.noApiConfig);
|
|
307
304
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
308
305
|
}, "visit");
|
|
309
306
|
})(ApiConfiguration || (ApiConfiguration = {}));
|
|
@@ -323,8 +320,7 @@ var JSTarget = {
|
|
|
323
320
|
var CodegenJobRenderConfig;
|
|
324
321
|
((CodegenJobRenderConfig3) => {
|
|
325
322
|
CodegenJobRenderConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
326
|
-
if (value.react !== void 0)
|
|
327
|
-
return visitor.react(value.react);
|
|
323
|
+
if (value.react !== void 0) return visitor.react(value.react);
|
|
328
324
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
329
325
|
}, "visit");
|
|
330
326
|
})(CodegenJobRenderConfig || (CodegenJobRenderConfig = {}));
|
|
@@ -457,12 +453,9 @@ var FixedPosition = {
|
|
|
457
453
|
var FieldPosition;
|
|
458
454
|
((FieldPosition3) => {
|
|
459
455
|
FieldPosition3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
460
|
-
if (value.fixed !== void 0)
|
|
461
|
-
|
|
462
|
-
if (value.
|
|
463
|
-
return visitor.rightOf(value.rightOf);
|
|
464
|
-
if (value.below !== void 0)
|
|
465
|
-
return visitor.below(value.below);
|
|
456
|
+
if (value.fixed !== void 0) return visitor.fixed(value.fixed);
|
|
457
|
+
if (value.rightOf !== void 0) return visitor.rightOf(value.rightOf);
|
|
458
|
+
if (value.below !== void 0) return visitor.below(value.below);
|
|
466
459
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
467
460
|
}, "visit");
|
|
468
461
|
})(FieldPosition || (FieldPosition = {}));
|
|
@@ -498,10 +491,8 @@ var LabelDecorator = {
|
|
|
498
491
|
var FormStyleConfig;
|
|
499
492
|
((FormStyleConfig3) => {
|
|
500
493
|
FormStyleConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
501
|
-
if (value.tokenReference !== void 0)
|
|
502
|
-
|
|
503
|
-
if (value.value !== void 0)
|
|
504
|
-
return visitor.value(value.value);
|
|
494
|
+
if (value.tokenReference !== void 0) return visitor.tokenReference(value.tokenReference);
|
|
495
|
+
if (value.value !== void 0) return visitor.value(value.value);
|
|
505
496
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
506
497
|
}, "visit");
|
|
507
498
|
})(FormStyleConfig || (FormStyleConfig = {}));
|
|
@@ -897,7 +888,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
897
888
|
let body;
|
|
898
889
|
body = JSON.stringify(
|
|
899
890
|
(0, import_smithy_client.take)(input, {
|
|
900
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
891
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
901
892
|
})
|
|
902
893
|
);
|
|
903
894
|
b.m("POST").h(headers).b(body);
|
|
@@ -1072,7 +1063,7 @@ var de_ExportComponentsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1072
1063
|
});
|
|
1073
1064
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1074
1065
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1075
|
-
entities: (_) => de_ComponentList(_, context),
|
|
1066
|
+
entities: /* @__PURE__ */ __name((_) => de_ComponentList(_, context), "entities"),
|
|
1076
1067
|
nextToken: import_smithy_client.expectString
|
|
1077
1068
|
});
|
|
1078
1069
|
Object.assign(contents, doc);
|
|
@@ -1087,7 +1078,7 @@ var de_ExportFormsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1087
1078
|
});
|
|
1088
1079
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1089
1080
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1090
|
-
entities: (_) => de_FormList(_, context),
|
|
1081
|
+
entities: /* @__PURE__ */ __name((_) => de_FormList(_, context), "entities"),
|
|
1091
1082
|
nextToken: import_smithy_client.expectString
|
|
1092
1083
|
});
|
|
1093
1084
|
Object.assign(contents, doc);
|
|
@@ -1102,7 +1093,7 @@ var de_ExportThemesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1102
1093
|
});
|
|
1103
1094
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1104
1095
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1105
|
-
entities: (_) => de_ThemeList(_, context),
|
|
1096
|
+
entities: /* @__PURE__ */ __name((_) => de_ThemeList(_, context), "entities"),
|
|
1106
1097
|
nextToken: import_smithy_client.expectString
|
|
1107
1098
|
});
|
|
1108
1099
|
Object.assign(contents, doc);
|
|
@@ -1175,7 +1166,7 @@ var de_ListCodegenJobsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1175
1166
|
});
|
|
1176
1167
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1177
1168
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1178
|
-
entities: (_) => de_CodegenJobSummaryList(_, context),
|
|
1169
|
+
entities: /* @__PURE__ */ __name((_) => de_CodegenJobSummaryList(_, context), "entities"),
|
|
1179
1170
|
nextToken: import_smithy_client.expectString
|
|
1180
1171
|
});
|
|
1181
1172
|
Object.assign(contents, doc);
|
|
@@ -1460,15 +1451,15 @@ var de_UnauthorizedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, co
|
|
|
1460
1451
|
}, "de_UnauthorizedExceptionRes");
|
|
1461
1452
|
var se_ActionParameters = /* @__PURE__ */ __name((input, context) => {
|
|
1462
1453
|
return (0, import_smithy_client.take)(input, {
|
|
1463
|
-
anchor: (_) => se_ComponentProperty(_, context),
|
|
1464
|
-
fields: (_) => se_ComponentProperties(_, context),
|
|
1465
|
-
global: (_) => se_ComponentProperty(_, context),
|
|
1466
|
-
id: (_) => se_ComponentProperty(_, context),
|
|
1454
|
+
anchor: /* @__PURE__ */ __name((_) => se_ComponentProperty(_, context), "anchor"),
|
|
1455
|
+
fields: /* @__PURE__ */ __name((_) => se_ComponentProperties(_, context), "fields"),
|
|
1456
|
+
global: /* @__PURE__ */ __name((_) => se_ComponentProperty(_, context), "global"),
|
|
1457
|
+
id: /* @__PURE__ */ __name((_) => se_ComponentProperty(_, context), "id"),
|
|
1467
1458
|
model: [],
|
|
1468
|
-
state: (_) => se_MutationActionSetStateParameter(_, context),
|
|
1469
|
-
target: (_) => se_ComponentProperty(_, context),
|
|
1470
|
-
type: (_) => se_ComponentProperty(_, context),
|
|
1471
|
-
url: (_) => se_ComponentProperty(_, context)
|
|
1459
|
+
state: /* @__PURE__ */ __name((_) => se_MutationActionSetStateParameter(_, context), "state"),
|
|
1460
|
+
target: /* @__PURE__ */ __name((_) => se_ComponentProperty(_, context), "target"),
|
|
1461
|
+
type: /* @__PURE__ */ __name((_) => se_ComponentProperty(_, context), "type"),
|
|
1462
|
+
url: /* @__PURE__ */ __name((_) => se_ComponentProperty(_, context), "url")
|
|
1472
1463
|
});
|
|
1473
1464
|
}, "se_ActionParameters");
|
|
1474
1465
|
var se_ComponentBindingProperties = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1482,7 +1473,7 @@ var se_ComponentBindingProperties = /* @__PURE__ */ __name((input, context) => {
|
|
|
1482
1473
|
}, "se_ComponentBindingProperties");
|
|
1483
1474
|
var se_ComponentBindingPropertiesValue = /* @__PURE__ */ __name((input, context) => {
|
|
1484
1475
|
return (0, import_smithy_client.take)(input, {
|
|
1485
|
-
bindingProperties: (_) => se_ComponentBindingPropertiesValueProperties(_, context),
|
|
1476
|
+
bindingProperties: /* @__PURE__ */ __name((_) => se_ComponentBindingPropertiesValueProperties(_, context), "bindingProperties"),
|
|
1486
1477
|
defaultValue: [],
|
|
1487
1478
|
type: []
|
|
1488
1479
|
});
|
|
@@ -1494,18 +1485,18 @@ var se_ComponentBindingPropertiesValueProperties = /* @__PURE__ */ __name((input
|
|
|
1494
1485
|
field: [],
|
|
1495
1486
|
key: [],
|
|
1496
1487
|
model: [],
|
|
1497
|
-
predicates: (_) => se_PredicateList(_, context),
|
|
1488
|
+
predicates: /* @__PURE__ */ __name((_) => se_PredicateList(_, context), "predicates"),
|
|
1498
1489
|
slotName: [],
|
|
1499
1490
|
userAttribute: []
|
|
1500
1491
|
});
|
|
1501
1492
|
}, "se_ComponentBindingPropertiesValueProperties");
|
|
1502
1493
|
var se_ComponentChild = /* @__PURE__ */ __name((input, context) => {
|
|
1503
1494
|
return (0, import_smithy_client.take)(input, {
|
|
1504
|
-
children: (_) => se_ComponentChildList(_, context),
|
|
1495
|
+
children: /* @__PURE__ */ __name((_) => se_ComponentChildList(_, context), "children"),
|
|
1505
1496
|
componentType: [],
|
|
1506
|
-
events: (_) => se_ComponentEvents(_, context),
|
|
1497
|
+
events: /* @__PURE__ */ __name((_) => se_ComponentEvents(_, context), "events"),
|
|
1507
1498
|
name: [],
|
|
1508
|
-
properties: (_) => se_ComponentProperties(_, context),
|
|
1499
|
+
properties: /* @__PURE__ */ __name((_) => se_ComponentProperties(_, context), "properties"),
|
|
1509
1500
|
sourceId: []
|
|
1510
1501
|
});
|
|
1511
1502
|
}, "se_ComponentChild");
|
|
@@ -1525,20 +1516,20 @@ var se_ComponentCollectionProperties = /* @__PURE__ */ __name((input, context) =
|
|
|
1525
1516
|
}, "se_ComponentCollectionProperties");
|
|
1526
1517
|
var se_ComponentConditionProperty = /* @__PURE__ */ __name((input, context) => {
|
|
1527
1518
|
return (0, import_smithy_client.take)(input, {
|
|
1528
|
-
else: (_) => se_ComponentProperty(_, context),
|
|
1519
|
+
else: /* @__PURE__ */ __name((_) => se_ComponentProperty(_, context), "else"),
|
|
1529
1520
|
field: [],
|
|
1530
1521
|
operand: [],
|
|
1531
1522
|
operandType: [],
|
|
1532
1523
|
operator: [],
|
|
1533
1524
|
property: [],
|
|
1534
|
-
then: (_) => se_ComponentProperty(_, context)
|
|
1525
|
+
then: /* @__PURE__ */ __name((_) => se_ComponentProperty(_, context), "then")
|
|
1535
1526
|
});
|
|
1536
1527
|
}, "se_ComponentConditionProperty");
|
|
1537
1528
|
var se_ComponentDataConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
1538
1529
|
return (0, import_smithy_client.take)(input, {
|
|
1539
1530
|
identifiers: import_smithy_client._json,
|
|
1540
1531
|
model: [],
|
|
1541
|
-
predicate: (_) => se_Predicate(_, context),
|
|
1532
|
+
predicate: /* @__PURE__ */ __name((_) => se_Predicate(_, context), "predicate"),
|
|
1542
1533
|
sort: import_smithy_client._json
|
|
1543
1534
|
});
|
|
1544
1535
|
}, "se_ComponentDataConfiguration");
|
|
@@ -1546,7 +1537,7 @@ var se_ComponentEvent = /* @__PURE__ */ __name((input, context) => {
|
|
|
1546
1537
|
return (0, import_smithy_client.take)(input, {
|
|
1547
1538
|
action: [],
|
|
1548
1539
|
bindingEvent: [],
|
|
1549
|
-
parameters: (_) => se_ActionParameters(_, context)
|
|
1540
|
+
parameters: /* @__PURE__ */ __name((_) => se_ActionParameters(_, context), "parameters")
|
|
1550
1541
|
});
|
|
1551
1542
|
}, "se_ComponentEvent");
|
|
1552
1543
|
var se_ComponentEvents = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1573,8 +1564,8 @@ var se_ComponentProperty = /* @__PURE__ */ __name((input, context) => {
|
|
|
1573
1564
|
bindings: import_smithy_client._json,
|
|
1574
1565
|
collectionBindingProperties: import_smithy_client._json,
|
|
1575
1566
|
componentName: [],
|
|
1576
|
-
concat: (_) => se_ComponentPropertyList(_, context),
|
|
1577
|
-
condition: (_) => se_ComponentConditionProperty(_, context),
|
|
1567
|
+
concat: /* @__PURE__ */ __name((_) => se_ComponentPropertyList(_, context), "concat"),
|
|
1568
|
+
condition: /* @__PURE__ */ __name((_) => se_ComponentConditionProperty(_, context), "condition"),
|
|
1578
1569
|
configured: [],
|
|
1579
1570
|
defaultValue: [],
|
|
1580
1571
|
event: [],
|
|
@@ -1593,14 +1584,14 @@ var se_ComponentPropertyList = /* @__PURE__ */ __name((input, context) => {
|
|
|
1593
1584
|
}, "se_ComponentPropertyList");
|
|
1594
1585
|
var se_CreateComponentData = /* @__PURE__ */ __name((input, context) => {
|
|
1595
1586
|
return (0, import_smithy_client.take)(input, {
|
|
1596
|
-
bindingProperties: (_) => se_ComponentBindingProperties(_, context),
|
|
1597
|
-
children: (_) => se_ComponentChildList(_, context),
|
|
1598
|
-
collectionProperties: (_) => se_ComponentCollectionProperties(_, context),
|
|
1587
|
+
bindingProperties: /* @__PURE__ */ __name((_) => se_ComponentBindingProperties(_, context), "bindingProperties"),
|
|
1588
|
+
children: /* @__PURE__ */ __name((_) => se_ComponentChildList(_, context), "children"),
|
|
1589
|
+
collectionProperties: /* @__PURE__ */ __name((_) => se_ComponentCollectionProperties(_, context), "collectionProperties"),
|
|
1599
1590
|
componentType: [],
|
|
1600
|
-
events: (_) => se_ComponentEvents(_, context),
|
|
1591
|
+
events: /* @__PURE__ */ __name((_) => se_ComponentEvents(_, context), "events"),
|
|
1601
1592
|
name: [],
|
|
1602
1593
|
overrides: import_smithy_client._json,
|
|
1603
|
-
properties: (_) => se_ComponentProperties(_, context),
|
|
1594
|
+
properties: /* @__PURE__ */ __name((_) => se_ComponentProperties(_, context), "properties"),
|
|
1604
1595
|
schemaVersion: [],
|
|
1605
1596
|
sourceId: [],
|
|
1606
1597
|
tags: import_smithy_client._json,
|
|
@@ -1611,7 +1602,7 @@ var se_CreateFormData = /* @__PURE__ */ __name((input, context) => {
|
|
|
1611
1602
|
return (0, import_smithy_client.take)(input, {
|
|
1612
1603
|
cta: import_smithy_client._json,
|
|
1613
1604
|
dataType: import_smithy_client._json,
|
|
1614
|
-
fields: (_) => se_FieldsMap(_, context),
|
|
1605
|
+
fields: /* @__PURE__ */ __name((_) => se_FieldsMap(_, context), "fields"),
|
|
1615
1606
|
formActionType: [],
|
|
1616
1607
|
labelDecorator: [],
|
|
1617
1608
|
name: [],
|
|
@@ -1624,15 +1615,15 @@ var se_CreateFormData = /* @__PURE__ */ __name((input, context) => {
|
|
|
1624
1615
|
var se_CreateThemeData = /* @__PURE__ */ __name((input, context) => {
|
|
1625
1616
|
return (0, import_smithy_client.take)(input, {
|
|
1626
1617
|
name: [],
|
|
1627
|
-
overrides: (_) => se_ThemeValuesList(_, context),
|
|
1618
|
+
overrides: /* @__PURE__ */ __name((_) => se_ThemeValuesList(_, context), "overrides"),
|
|
1628
1619
|
tags: import_smithy_client._json,
|
|
1629
|
-
values: (_) => se_ThemeValuesList(_, context)
|
|
1620
|
+
values: /* @__PURE__ */ __name((_) => se_ThemeValuesList(_, context), "values")
|
|
1630
1621
|
});
|
|
1631
1622
|
}, "se_CreateThemeData");
|
|
1632
1623
|
var se_FieldConfig = /* @__PURE__ */ __name((input, context) => {
|
|
1633
1624
|
return (0, import_smithy_client.take)(input, {
|
|
1634
1625
|
excluded: [],
|
|
1635
|
-
inputType: (_) => se_FieldInputConfig(_, context),
|
|
1626
|
+
inputType: /* @__PURE__ */ __name((_) => se_FieldInputConfig(_, context), "inputType"),
|
|
1636
1627
|
label: [],
|
|
1637
1628
|
position: import_smithy_client._json,
|
|
1638
1629
|
validations: import_smithy_client._json
|
|
@@ -1655,7 +1646,7 @@ var se_FieldInputConfig = /* @__PURE__ */ __name((input, context) => {
|
|
|
1655
1646
|
step: import_smithy_client.serializeFloat,
|
|
1656
1647
|
type: [],
|
|
1657
1648
|
value: [],
|
|
1658
|
-
valueMappings: (_) => se_ValueMappings(_, context)
|
|
1649
|
+
valueMappings: /* @__PURE__ */ __name((_) => se_ValueMappings(_, context), "valueMappings")
|
|
1659
1650
|
});
|
|
1660
1651
|
}, "se_FieldInputConfig");
|
|
1661
1652
|
var se_FieldsMap = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1670,7 +1661,7 @@ var se_FieldsMap = /* @__PURE__ */ __name((input, context) => {
|
|
|
1670
1661
|
var se_FormInputValueProperty = /* @__PURE__ */ __name((input, context) => {
|
|
1671
1662
|
return (0, import_smithy_client.take)(input, {
|
|
1672
1663
|
bindingProperties: import_smithy_client._json,
|
|
1673
|
-
concat: (_) => se_FormInputValuePropertyList(_, context),
|
|
1664
|
+
concat: /* @__PURE__ */ __name((_) => se_FormInputValuePropertyList(_, context), "concat"),
|
|
1674
1665
|
value: []
|
|
1675
1666
|
});
|
|
1676
1667
|
}, "se_FormInputValueProperty");
|
|
@@ -1683,17 +1674,17 @@ var se_MutationActionSetStateParameter = /* @__PURE__ */ __name((input, context)
|
|
|
1683
1674
|
return (0, import_smithy_client.take)(input, {
|
|
1684
1675
|
componentName: [],
|
|
1685
1676
|
property: [],
|
|
1686
|
-
set: (_) => se_ComponentProperty(_, context)
|
|
1677
|
+
set: /* @__PURE__ */ __name((_) => se_ComponentProperty(_, context), "set")
|
|
1687
1678
|
});
|
|
1688
1679
|
}, "se_MutationActionSetStateParameter");
|
|
1689
1680
|
var se_Predicate = /* @__PURE__ */ __name((input, context) => {
|
|
1690
1681
|
return (0, import_smithy_client.take)(input, {
|
|
1691
|
-
and: (_) => se_PredicateList(_, context),
|
|
1682
|
+
and: /* @__PURE__ */ __name((_) => se_PredicateList(_, context), "and"),
|
|
1692
1683
|
field: [],
|
|
1693
1684
|
operand: [],
|
|
1694
1685
|
operandType: [],
|
|
1695
1686
|
operator: [],
|
|
1696
|
-
or: (_) => se_PredicateList(_, context)
|
|
1687
|
+
or: /* @__PURE__ */ __name((_) => se_PredicateList(_, context), "or")
|
|
1697
1688
|
});
|
|
1698
1689
|
}, "se_Predicate");
|
|
1699
1690
|
var se_PredicateList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1703,14 +1694,14 @@ var se_PredicateList = /* @__PURE__ */ __name((input, context) => {
|
|
|
1703
1694
|
}, "se_PredicateList");
|
|
1704
1695
|
var se_ThemeValue = /* @__PURE__ */ __name((input, context) => {
|
|
1705
1696
|
return (0, import_smithy_client.take)(input, {
|
|
1706
|
-
children: (_) => se_ThemeValuesList(_, context),
|
|
1697
|
+
children: /* @__PURE__ */ __name((_) => se_ThemeValuesList(_, context), "children"),
|
|
1707
1698
|
value: []
|
|
1708
1699
|
});
|
|
1709
1700
|
}, "se_ThemeValue");
|
|
1710
1701
|
var se_ThemeValues = /* @__PURE__ */ __name((input, context) => {
|
|
1711
1702
|
return (0, import_smithy_client.take)(input, {
|
|
1712
1703
|
key: [],
|
|
1713
|
-
value: (_) => se_ThemeValue(_, context)
|
|
1704
|
+
value: /* @__PURE__ */ __name((_) => se_ThemeValue(_, context), "value")
|
|
1714
1705
|
});
|
|
1715
1706
|
}, "se_ThemeValues");
|
|
1716
1707
|
var se_ThemeValuesList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1720,15 +1711,15 @@ var se_ThemeValuesList = /* @__PURE__ */ __name((input, context) => {
|
|
|
1720
1711
|
}, "se_ThemeValuesList");
|
|
1721
1712
|
var se_UpdateComponentData = /* @__PURE__ */ __name((input, context) => {
|
|
1722
1713
|
return (0, import_smithy_client.take)(input, {
|
|
1723
|
-
bindingProperties: (_) => se_ComponentBindingProperties(_, context),
|
|
1724
|
-
children: (_) => se_ComponentChildList(_, context),
|
|
1725
|
-
collectionProperties: (_) => se_ComponentCollectionProperties(_, context),
|
|
1714
|
+
bindingProperties: /* @__PURE__ */ __name((_) => se_ComponentBindingProperties(_, context), "bindingProperties"),
|
|
1715
|
+
children: /* @__PURE__ */ __name((_) => se_ComponentChildList(_, context), "children"),
|
|
1716
|
+
collectionProperties: /* @__PURE__ */ __name((_) => se_ComponentCollectionProperties(_, context), "collectionProperties"),
|
|
1726
1717
|
componentType: [],
|
|
1727
|
-
events: (_) => se_ComponentEvents(_, context),
|
|
1718
|
+
events: /* @__PURE__ */ __name((_) => se_ComponentEvents(_, context), "events"),
|
|
1728
1719
|
id: [],
|
|
1729
1720
|
name: [],
|
|
1730
1721
|
overrides: import_smithy_client._json,
|
|
1731
|
-
properties: (_) => se_ComponentProperties(_, context),
|
|
1722
|
+
properties: /* @__PURE__ */ __name((_) => se_ComponentProperties(_, context), "properties"),
|
|
1732
1723
|
schemaVersion: [],
|
|
1733
1724
|
sourceId: [],
|
|
1734
1725
|
variants: import_smithy_client._json
|
|
@@ -1738,7 +1729,7 @@ var se_UpdateFormData = /* @__PURE__ */ __name((input, context) => {
|
|
|
1738
1729
|
return (0, import_smithy_client.take)(input, {
|
|
1739
1730
|
cta: import_smithy_client._json,
|
|
1740
1731
|
dataType: import_smithy_client._json,
|
|
1741
|
-
fields: (_) => se_FieldsMap(_, context),
|
|
1732
|
+
fields: /* @__PURE__ */ __name((_) => se_FieldsMap(_, context), "fields"),
|
|
1742
1733
|
formActionType: [],
|
|
1743
1734
|
labelDecorator: [],
|
|
1744
1735
|
name: [],
|
|
@@ -1751,14 +1742,14 @@ var se_UpdateThemeData = /* @__PURE__ */ __name((input, context) => {
|
|
|
1751
1742
|
return (0, import_smithy_client.take)(input, {
|
|
1752
1743
|
id: [],
|
|
1753
1744
|
name: [],
|
|
1754
|
-
overrides: (_) => se_ThemeValuesList(_, context),
|
|
1755
|
-
values: (_) => se_ThemeValuesList(_, context)
|
|
1745
|
+
overrides: /* @__PURE__ */ __name((_) => se_ThemeValuesList(_, context), "overrides"),
|
|
1746
|
+
values: /* @__PURE__ */ __name((_) => se_ThemeValuesList(_, context), "values")
|
|
1756
1747
|
});
|
|
1757
1748
|
}, "se_UpdateThemeData");
|
|
1758
1749
|
var se_ValueMapping = /* @__PURE__ */ __name((input, context) => {
|
|
1759
1750
|
return (0, import_smithy_client.take)(input, {
|
|
1760
|
-
displayValue: (_) => se_FormInputValueProperty(_, context),
|
|
1761
|
-
value: (_) => se_FormInputValueProperty(_, context)
|
|
1751
|
+
displayValue: /* @__PURE__ */ __name((_) => se_FormInputValueProperty(_, context), "displayValue"),
|
|
1752
|
+
value: /* @__PURE__ */ __name((_) => se_FormInputValueProperty(_, context), "value")
|
|
1762
1753
|
});
|
|
1763
1754
|
}, "se_ValueMapping");
|
|
1764
1755
|
var se_ValueMappingList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1769,20 +1760,20 @@ var se_ValueMappingList = /* @__PURE__ */ __name((input, context) => {
|
|
|
1769
1760
|
var se_ValueMappings = /* @__PURE__ */ __name((input, context) => {
|
|
1770
1761
|
return (0, import_smithy_client.take)(input, {
|
|
1771
1762
|
bindingProperties: import_smithy_client._json,
|
|
1772
|
-
values: (_) => se_ValueMappingList(_, context)
|
|
1763
|
+
values: /* @__PURE__ */ __name((_) => se_ValueMappingList(_, context), "values")
|
|
1773
1764
|
});
|
|
1774
1765
|
}, "se_ValueMappings");
|
|
1775
1766
|
var de_ActionParameters = /* @__PURE__ */ __name((output, context) => {
|
|
1776
1767
|
return (0, import_smithy_client.take)(output, {
|
|
1777
|
-
anchor: (_) => de_ComponentProperty(_, context),
|
|
1778
|
-
fields: (_) => de_ComponentProperties(_, context),
|
|
1779
|
-
global: (_) => de_ComponentProperty(_, context),
|
|
1780
|
-
id: (_) => de_ComponentProperty(_, context),
|
|
1768
|
+
anchor: /* @__PURE__ */ __name((_) => de_ComponentProperty(_, context), "anchor"),
|
|
1769
|
+
fields: /* @__PURE__ */ __name((_) => de_ComponentProperties(_, context), "fields"),
|
|
1770
|
+
global: /* @__PURE__ */ __name((_) => de_ComponentProperty(_, context), "global"),
|
|
1771
|
+
id: /* @__PURE__ */ __name((_) => de_ComponentProperty(_, context), "id"),
|
|
1781
1772
|
model: import_smithy_client.expectString,
|
|
1782
|
-
state: (_) => de_MutationActionSetStateParameter(_, context),
|
|
1783
|
-
target: (_) => de_ComponentProperty(_, context),
|
|
1784
|
-
type: (_) => de_ComponentProperty(_, context),
|
|
1785
|
-
url: (_) => de_ComponentProperty(_, context)
|
|
1773
|
+
state: /* @__PURE__ */ __name((_) => de_MutationActionSetStateParameter(_, context), "state"),
|
|
1774
|
+
target: /* @__PURE__ */ __name((_) => de_ComponentProperty(_, context), "target"),
|
|
1775
|
+
type: /* @__PURE__ */ __name((_) => de_ComponentProperty(_, context), "type"),
|
|
1776
|
+
url: /* @__PURE__ */ __name((_) => de_ComponentProperty(_, context), "url")
|
|
1786
1777
|
});
|
|
1787
1778
|
}, "de_ActionParameters");
|
|
1788
1779
|
var de_CodegenJob = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1790,14 +1781,14 @@ var de_CodegenJob = /* @__PURE__ */ __name((output, context) => {
|
|
|
1790
1781
|
appId: import_smithy_client.expectString,
|
|
1791
1782
|
asset: import_smithy_client._json,
|
|
1792
1783
|
autoGenerateForms: import_smithy_client.expectBoolean,
|
|
1793
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1784
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1794
1785
|
dependencies: import_smithy_client._json,
|
|
1795
1786
|
environmentName: import_smithy_client.expectString,
|
|
1796
1787
|
features: import_smithy_client._json,
|
|
1797
1788
|
genericDataSchema: import_smithy_client._json,
|
|
1798
1789
|
id: import_smithy_client.expectString,
|
|
1799
|
-
modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1800
|
-
renderConfig: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1790
|
+
modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "modifiedAt"),
|
|
1791
|
+
renderConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "renderConfig"),
|
|
1801
1792
|
status: import_smithy_client.expectString,
|
|
1802
1793
|
statusMessage: import_smithy_client.expectString,
|
|
1803
1794
|
tags: import_smithy_client._json
|
|
@@ -1806,10 +1797,10 @@ var de_CodegenJob = /* @__PURE__ */ __name((output, context) => {
|
|
|
1806
1797
|
var de_CodegenJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1807
1798
|
return (0, import_smithy_client.take)(output, {
|
|
1808
1799
|
appId: import_smithy_client.expectString,
|
|
1809
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1800
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1810
1801
|
environmentName: import_smithy_client.expectString,
|
|
1811
1802
|
id: import_smithy_client.expectString,
|
|
1812
|
-
modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1803
|
+
modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "modifiedAt")
|
|
1813
1804
|
});
|
|
1814
1805
|
}, "de_CodegenJobSummary");
|
|
1815
1806
|
var de_CodegenJobSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1821,18 +1812,18 @@ var de_CodegenJobSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1821
1812
|
var de_Component = /* @__PURE__ */ __name((output, context) => {
|
|
1822
1813
|
return (0, import_smithy_client.take)(output, {
|
|
1823
1814
|
appId: import_smithy_client.expectString,
|
|
1824
|
-
bindingProperties: (_) => de_ComponentBindingProperties(_, context),
|
|
1825
|
-
children: (_) => de_ComponentChildList(_, context),
|
|
1826
|
-
collectionProperties: (_) => de_ComponentCollectionProperties(_, context),
|
|
1815
|
+
bindingProperties: /* @__PURE__ */ __name((_) => de_ComponentBindingProperties(_, context), "bindingProperties"),
|
|
1816
|
+
children: /* @__PURE__ */ __name((_) => de_ComponentChildList(_, context), "children"),
|
|
1817
|
+
collectionProperties: /* @__PURE__ */ __name((_) => de_ComponentCollectionProperties(_, context), "collectionProperties"),
|
|
1827
1818
|
componentType: import_smithy_client.expectString,
|
|
1828
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1819
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
1829
1820
|
environmentName: import_smithy_client.expectString,
|
|
1830
|
-
events: (_) => de_ComponentEvents(_, context),
|
|
1821
|
+
events: /* @__PURE__ */ __name((_) => de_ComponentEvents(_, context), "events"),
|
|
1831
1822
|
id: import_smithy_client.expectString,
|
|
1832
|
-
modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1823
|
+
modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "modifiedAt"),
|
|
1833
1824
|
name: import_smithy_client.expectString,
|
|
1834
1825
|
overrides: import_smithy_client._json,
|
|
1835
|
-
properties: (_) => de_ComponentProperties(_, context),
|
|
1826
|
+
properties: /* @__PURE__ */ __name((_) => de_ComponentProperties(_, context), "properties"),
|
|
1836
1827
|
schemaVersion: import_smithy_client.expectString,
|
|
1837
1828
|
sourceId: import_smithy_client.expectString,
|
|
1838
1829
|
tags: import_smithy_client._json,
|
|
@@ -1853,7 +1844,7 @@ var de_ComponentBindingProperties = /* @__PURE__ */ __name((output, context) =>
|
|
|
1853
1844
|
}, "de_ComponentBindingProperties");
|
|
1854
1845
|
var de_ComponentBindingPropertiesValue = /* @__PURE__ */ __name((output, context) => {
|
|
1855
1846
|
return (0, import_smithy_client.take)(output, {
|
|
1856
|
-
bindingProperties: (_) => de_ComponentBindingPropertiesValueProperties(_, context),
|
|
1847
|
+
bindingProperties: /* @__PURE__ */ __name((_) => de_ComponentBindingPropertiesValueProperties(_, context), "bindingProperties"),
|
|
1857
1848
|
defaultValue: import_smithy_client.expectString,
|
|
1858
1849
|
type: import_smithy_client.expectString
|
|
1859
1850
|
});
|
|
@@ -1865,18 +1856,18 @@ var de_ComponentBindingPropertiesValueProperties = /* @__PURE__ */ __name((outpu
|
|
|
1865
1856
|
field: import_smithy_client.expectString,
|
|
1866
1857
|
key: import_smithy_client.expectString,
|
|
1867
1858
|
model: import_smithy_client.expectString,
|
|
1868
|
-
predicates: (_) => de_PredicateList(_, context),
|
|
1859
|
+
predicates: /* @__PURE__ */ __name((_) => de_PredicateList(_, context), "predicates"),
|
|
1869
1860
|
slotName: import_smithy_client.expectString,
|
|
1870
1861
|
userAttribute: import_smithy_client.expectString
|
|
1871
1862
|
});
|
|
1872
1863
|
}, "de_ComponentBindingPropertiesValueProperties");
|
|
1873
1864
|
var de_ComponentChild = /* @__PURE__ */ __name((output, context) => {
|
|
1874
1865
|
return (0, import_smithy_client.take)(output, {
|
|
1875
|
-
children: (_) => de_ComponentChildList(_, context),
|
|
1866
|
+
children: /* @__PURE__ */ __name((_) => de_ComponentChildList(_, context), "children"),
|
|
1876
1867
|
componentType: import_smithy_client.expectString,
|
|
1877
|
-
events: (_) => de_ComponentEvents(_, context),
|
|
1868
|
+
events: /* @__PURE__ */ __name((_) => de_ComponentEvents(_, context), "events"),
|
|
1878
1869
|
name: import_smithy_client.expectString,
|
|
1879
|
-
properties: (_) => de_ComponentProperties(_, context),
|
|
1870
|
+
properties: /* @__PURE__ */ __name((_) => de_ComponentProperties(_, context), "properties"),
|
|
1880
1871
|
sourceId: import_smithy_client.expectString
|
|
1881
1872
|
});
|
|
1882
1873
|
}, "de_ComponentChild");
|
|
@@ -1900,20 +1891,20 @@ var de_ComponentCollectionProperties = /* @__PURE__ */ __name((output, context)
|
|
|
1900
1891
|
}, "de_ComponentCollectionProperties");
|
|
1901
1892
|
var de_ComponentConditionProperty = /* @__PURE__ */ __name((output, context) => {
|
|
1902
1893
|
return (0, import_smithy_client.take)(output, {
|
|
1903
|
-
else: (_) => de_ComponentProperty(_, context),
|
|
1894
|
+
else: /* @__PURE__ */ __name((_) => de_ComponentProperty(_, context), "else"),
|
|
1904
1895
|
field: import_smithy_client.expectString,
|
|
1905
1896
|
operand: import_smithy_client.expectString,
|
|
1906
1897
|
operandType: import_smithy_client.expectString,
|
|
1907
1898
|
operator: import_smithy_client.expectString,
|
|
1908
1899
|
property: import_smithy_client.expectString,
|
|
1909
|
-
then: (_) => de_ComponentProperty(_, context)
|
|
1900
|
+
then: /* @__PURE__ */ __name((_) => de_ComponentProperty(_, context), "then")
|
|
1910
1901
|
});
|
|
1911
1902
|
}, "de_ComponentConditionProperty");
|
|
1912
1903
|
var de_ComponentDataConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
1913
1904
|
return (0, import_smithy_client.take)(output, {
|
|
1914
1905
|
identifiers: import_smithy_client._json,
|
|
1915
1906
|
model: import_smithy_client.expectString,
|
|
1916
|
-
predicate: (_) => de_Predicate(_, context),
|
|
1907
|
+
predicate: /* @__PURE__ */ __name((_) => de_Predicate(_, context), "predicate"),
|
|
1917
1908
|
sort: import_smithy_client._json
|
|
1918
1909
|
});
|
|
1919
1910
|
}, "de_ComponentDataConfiguration");
|
|
@@ -1921,7 +1912,7 @@ var de_ComponentEvent = /* @__PURE__ */ __name((output, context) => {
|
|
|
1921
1912
|
return (0, import_smithy_client.take)(output, {
|
|
1922
1913
|
action: import_smithy_client.expectString,
|
|
1923
1914
|
bindingEvent: import_smithy_client.expectString,
|
|
1924
|
-
parameters: (_) => de_ActionParameters(_, context)
|
|
1915
|
+
parameters: /* @__PURE__ */ __name((_) => de_ActionParameters(_, context), "parameters")
|
|
1925
1916
|
});
|
|
1926
1917
|
}, "de_ComponentEvent");
|
|
1927
1918
|
var de_ComponentEvents = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1954,8 +1945,8 @@ var de_ComponentProperty = /* @__PURE__ */ __name((output, context) => {
|
|
|
1954
1945
|
bindings: import_smithy_client._json,
|
|
1955
1946
|
collectionBindingProperties: import_smithy_client._json,
|
|
1956
1947
|
componentName: import_smithy_client.expectString,
|
|
1957
|
-
concat: (_) => de_ComponentPropertyList(_, context),
|
|
1958
|
-
condition: (_) => de_ComponentConditionProperty(_, context),
|
|
1948
|
+
concat: /* @__PURE__ */ __name((_) => de_ComponentPropertyList(_, context), "concat"),
|
|
1949
|
+
condition: /* @__PURE__ */ __name((_) => de_ComponentConditionProperty(_, context), "condition"),
|
|
1959
1950
|
configured: import_smithy_client.expectBoolean,
|
|
1960
1951
|
defaultValue: import_smithy_client.expectString,
|
|
1961
1952
|
event: import_smithy_client.expectString,
|
|
@@ -1976,9 +1967,9 @@ var de_ComponentPropertyList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1976
1967
|
var de_FieldConfig = /* @__PURE__ */ __name((output, context) => {
|
|
1977
1968
|
return (0, import_smithy_client.take)(output, {
|
|
1978
1969
|
excluded: import_smithy_client.expectBoolean,
|
|
1979
|
-
inputType: (_) => de_FieldInputConfig(_, context),
|
|
1970
|
+
inputType: /* @__PURE__ */ __name((_) => de_FieldInputConfig(_, context), "inputType"),
|
|
1980
1971
|
label: import_smithy_client.expectString,
|
|
1981
|
-
position: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1972
|
+
position: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "position"),
|
|
1982
1973
|
validations: import_smithy_client._json
|
|
1983
1974
|
});
|
|
1984
1975
|
}, "de_FieldConfig");
|
|
@@ -1999,7 +1990,7 @@ var de_FieldInputConfig = /* @__PURE__ */ __name((output, context) => {
|
|
|
1999
1990
|
step: import_smithy_client.limitedParseFloat32,
|
|
2000
1991
|
type: import_smithy_client.expectString,
|
|
2001
1992
|
value: import_smithy_client.expectString,
|
|
2002
|
-
valueMappings: (_) => de_ValueMappings(_, context)
|
|
1993
|
+
valueMappings: /* @__PURE__ */ __name((_) => de_ValueMappings(_, context), "valueMappings")
|
|
2003
1994
|
});
|
|
2004
1995
|
}, "de_FieldInputConfig");
|
|
2005
1996
|
var de_FieldsMap = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2017,7 +2008,7 @@ var de_Form = /* @__PURE__ */ __name((output, context) => {
|
|
|
2017
2008
|
cta: import_smithy_client._json,
|
|
2018
2009
|
dataType: import_smithy_client._json,
|
|
2019
2010
|
environmentName: import_smithy_client.expectString,
|
|
2020
|
-
fields: (_) => de_FieldsMap(_, context),
|
|
2011
|
+
fields: /* @__PURE__ */ __name((_) => de_FieldsMap(_, context), "fields"),
|
|
2021
2012
|
formActionType: import_smithy_client.expectString,
|
|
2022
2013
|
id: import_smithy_client.expectString,
|
|
2023
2014
|
labelDecorator: import_smithy_client.expectString,
|
|
@@ -2031,7 +2022,7 @@ var de_Form = /* @__PURE__ */ __name((output, context) => {
|
|
|
2031
2022
|
var de_FormInputValueProperty = /* @__PURE__ */ __name((output, context) => {
|
|
2032
2023
|
return (0, import_smithy_client.take)(output, {
|
|
2033
2024
|
bindingProperties: import_smithy_client._json,
|
|
2034
|
-
concat: (_) => de_FormInputValuePropertyList(_, context),
|
|
2025
|
+
concat: /* @__PURE__ */ __name((_) => de_FormInputValuePropertyList(_, context), "concat"),
|
|
2035
2026
|
value: import_smithy_client.expectString
|
|
2036
2027
|
});
|
|
2037
2028
|
}, "de_FormInputValueProperty");
|
|
@@ -2051,17 +2042,17 @@ var de_MutationActionSetStateParameter = /* @__PURE__ */ __name((output, context
|
|
|
2051
2042
|
return (0, import_smithy_client.take)(output, {
|
|
2052
2043
|
componentName: import_smithy_client.expectString,
|
|
2053
2044
|
property: import_smithy_client.expectString,
|
|
2054
|
-
set: (_) => de_ComponentProperty(_, context)
|
|
2045
|
+
set: /* @__PURE__ */ __name((_) => de_ComponentProperty(_, context), "set")
|
|
2055
2046
|
});
|
|
2056
2047
|
}, "de_MutationActionSetStateParameter");
|
|
2057
2048
|
var de_Predicate = /* @__PURE__ */ __name((output, context) => {
|
|
2058
2049
|
return (0, import_smithy_client.take)(output, {
|
|
2059
|
-
and: (_) => de_PredicateList(_, context),
|
|
2050
|
+
and: /* @__PURE__ */ __name((_) => de_PredicateList(_, context), "and"),
|
|
2060
2051
|
field: import_smithy_client.expectString,
|
|
2061
2052
|
operand: import_smithy_client.expectString,
|
|
2062
2053
|
operandType: import_smithy_client.expectString,
|
|
2063
2054
|
operator: import_smithy_client.expectString,
|
|
2064
|
-
or: (_) => de_PredicateList(_, context)
|
|
2055
|
+
or: /* @__PURE__ */ __name((_) => de_PredicateList(_, context), "or")
|
|
2065
2056
|
});
|
|
2066
2057
|
}, "de_Predicate");
|
|
2067
2058
|
var de_PredicateList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2073,14 +2064,14 @@ var de_PredicateList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2073
2064
|
var de_Theme = /* @__PURE__ */ __name((output, context) => {
|
|
2074
2065
|
return (0, import_smithy_client.take)(output, {
|
|
2075
2066
|
appId: import_smithy_client.expectString,
|
|
2076
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2067
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
|
|
2077
2068
|
environmentName: import_smithy_client.expectString,
|
|
2078
2069
|
id: import_smithy_client.expectString,
|
|
2079
|
-
modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2070
|
+
modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "modifiedAt"),
|
|
2080
2071
|
name: import_smithy_client.expectString,
|
|
2081
|
-
overrides: (_) => de_ThemeValuesList(_, context),
|
|
2072
|
+
overrides: /* @__PURE__ */ __name((_) => de_ThemeValuesList(_, context), "overrides"),
|
|
2082
2073
|
tags: import_smithy_client._json,
|
|
2083
|
-
values: (_) => de_ThemeValuesList(_, context)
|
|
2074
|
+
values: /* @__PURE__ */ __name((_) => de_ThemeValuesList(_, context), "values")
|
|
2084
2075
|
});
|
|
2085
2076
|
}, "de_Theme");
|
|
2086
2077
|
var de_ThemeList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2091,14 +2082,14 @@ var de_ThemeList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2091
2082
|
}, "de_ThemeList");
|
|
2092
2083
|
var de_ThemeValue = /* @__PURE__ */ __name((output, context) => {
|
|
2093
2084
|
return (0, import_smithy_client.take)(output, {
|
|
2094
|
-
children: (_) => de_ThemeValuesList(_, context),
|
|
2085
|
+
children: /* @__PURE__ */ __name((_) => de_ThemeValuesList(_, context), "children"),
|
|
2095
2086
|
value: import_smithy_client.expectString
|
|
2096
2087
|
});
|
|
2097
2088
|
}, "de_ThemeValue");
|
|
2098
2089
|
var de_ThemeValues = /* @__PURE__ */ __name((output, context) => {
|
|
2099
2090
|
return (0, import_smithy_client.take)(output, {
|
|
2100
2091
|
key: import_smithy_client.expectString,
|
|
2101
|
-
value: (_) => de_ThemeValue(_, context)
|
|
2092
|
+
value: /* @__PURE__ */ __name((_) => de_ThemeValue(_, context), "value")
|
|
2102
2093
|
});
|
|
2103
2094
|
}, "de_ThemeValues");
|
|
2104
2095
|
var de_ThemeValuesList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2109,8 +2100,8 @@ var de_ThemeValuesList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2109
2100
|
}, "de_ThemeValuesList");
|
|
2110
2101
|
var de_ValueMapping = /* @__PURE__ */ __name((output, context) => {
|
|
2111
2102
|
return (0, import_smithy_client.take)(output, {
|
|
2112
|
-
displayValue: (_) => de_FormInputValueProperty(_, context),
|
|
2113
|
-
value: (_) => de_FormInputValueProperty(_, context)
|
|
2103
|
+
displayValue: /* @__PURE__ */ __name((_) => de_FormInputValueProperty(_, context), "displayValue"),
|
|
2104
|
+
value: /* @__PURE__ */ __name((_) => de_FormInputValueProperty(_, context), "value")
|
|
2114
2105
|
});
|
|
2115
2106
|
}, "de_ValueMapping");
|
|
2116
2107
|
var de_ValueMappingList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2122,7 +2113,7 @@ var de_ValueMappingList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2122
2113
|
var de_ValueMappings = /* @__PURE__ */ __name((output, context) => {
|
|
2123
2114
|
return (0, import_smithy_client.take)(output, {
|
|
2124
2115
|
bindingProperties: import_smithy_client._json,
|
|
2125
|
-
values: (_) => de_ValueMappingList(_, context)
|
|
2116
|
+
values: /* @__PURE__ */ __name((_) => de_ValueMappingList(_, context), "values")
|
|
2126
2117
|
});
|
|
2127
2118
|
}, "de_ValueMappings");
|
|
2128
2119
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
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.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-amplifyuibuilder",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|