@aws-sdk/client-amplifyuibuilder 3.121.0 → 3.127.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.
@@ -1644,15 +1644,7 @@ var deserializeAws_restJson1ServiceQuotaExceededExceptionResponse = function (pa
1644
1644
  });
1645
1645
  }); };
1646
1646
  var serializeAws_restJson1ActionParameters = function (input, context) {
1647
- return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.anchor !== undefined &&
1648
- input.anchor !== null && { anchor: serializeAws_restJson1ComponentProperty(input.anchor, context) })), (input.fields !== undefined &&
1649
- input.fields !== null && { fields: serializeAws_restJson1ComponentProperties(input.fields, context) })), (input.global !== undefined &&
1650
- input.global !== null && { global: serializeAws_restJson1ComponentProperty(input.global, context) })), (input.id !== undefined &&
1651
- input.id !== null && { id: serializeAws_restJson1ComponentProperty(input.id, context) })), (input.model !== undefined && input.model !== null && { model: input.model })), (input.state !== undefined &&
1652
- input.state !== null && { state: serializeAws_restJson1MutationActionSetStateParameter(input.state, context) })), (input.target !== undefined &&
1653
- input.target !== null && { target: serializeAws_restJson1ComponentProperty(input.target, context) })), (input.type !== undefined &&
1654
- input.type !== null && { type: serializeAws_restJson1ComponentProperty(input.type, context) })), (input.url !== undefined &&
1655
- input.url !== null && { url: serializeAws_restJson1ComponentProperty(input.url, context) }));
1647
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.anchor != null && { anchor: serializeAws_restJson1ComponentProperty(input.anchor, context) })), (input.fields != null && { fields: serializeAws_restJson1ComponentProperties(input.fields, context) })), (input.global != null && { global: serializeAws_restJson1ComponentProperty(input.global, context) })), (input.id != null && { id: serializeAws_restJson1ComponentProperty(input.id, context) })), (input.model != null && { model: input.model })), (input.state != null && { state: serializeAws_restJson1MutationActionSetStateParameter(input.state, context) })), (input.target != null && { target: serializeAws_restJson1ComponentProperty(input.target, context) })), (input.type != null && { type: serializeAws_restJson1ComponentProperty(input.type, context) })), (input.url != null && { url: serializeAws_restJson1ComponentProperty(input.url, context) }));
1656
1648
  };
1657
1649
  var serializeAws_restJson1ComponentBindingProperties = function (input, context) {
1658
1650
  return Object.entries(input).reduce(function (acc, _a) {
@@ -1665,22 +1657,17 @@ var serializeAws_restJson1ComponentBindingProperties = function (input, context)
1665
1657
  }, {});
1666
1658
  };
1667
1659
  var serializeAws_restJson1ComponentBindingPropertiesValue = function (input, context) {
1668
- return __assign(__assign(__assign({}, (input.bindingProperties !== undefined &&
1669
- input.bindingProperties !== null && {
1660
+ return __assign(__assign(__assign({}, (input.bindingProperties != null && {
1670
1661
  bindingProperties: serializeAws_restJson1ComponentBindingPropertiesValueProperties(input.bindingProperties, context),
1671
- })), (input.defaultValue !== undefined && input.defaultValue !== null && { defaultValue: input.defaultValue })), (input.type !== undefined && input.type !== null && { type: input.type }));
1662
+ })), (input.defaultValue != null && { defaultValue: input.defaultValue })), (input.type != null && { type: input.type }));
1672
1663
  };
1673
1664
  var serializeAws_restJson1ComponentBindingPropertiesValueProperties = function (input, context) {
1674
- return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.bucket !== undefined && input.bucket !== null && { bucket: input.bucket })), (input.defaultValue !== undefined && input.defaultValue !== null && { defaultValue: input.defaultValue })), (input.field !== undefined && input.field !== null && { field: input.field })), (input.key !== undefined && input.key !== null && { key: input.key })), (input.model !== undefined && input.model !== null && { model: input.model })), (input.predicates !== undefined &&
1675
- input.predicates !== null && { predicates: serializeAws_restJson1PredicateList(input.predicates, context) })), (input.userAttribute !== undefined && input.userAttribute !== null && { userAttribute: input.userAttribute }));
1665
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.bucket != null && { bucket: input.bucket })), (input.defaultValue != null && { defaultValue: input.defaultValue })), (input.field != null && { field: input.field })), (input.key != null && { key: input.key })), (input.model != null && { model: input.model })), (input.predicates != null && { predicates: serializeAws_restJson1PredicateList(input.predicates, context) })), (input.userAttribute != null && { userAttribute: input.userAttribute }));
1676
1666
  };
1677
1667
  var serializeAws_restJson1ComponentChild = function (input, context) {
1678
- return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.children !== undefined &&
1679
- input.children !== null && { children: serializeAws_restJson1ComponentChildList(input.children, context) })), (input.componentType !== undefined && input.componentType !== null && { componentType: input.componentType })), (input.events !== undefined &&
1680
- input.events !== null && { events: serializeAws_restJson1ComponentEvents(input.events, context) })), (input.name !== undefined && input.name !== null && { name: input.name })), (input.properties !== undefined &&
1681
- input.properties !== null && {
1668
+ return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.children != null && { children: serializeAws_restJson1ComponentChildList(input.children, context) })), (input.componentType != null && { componentType: input.componentType })), (input.events != null && { events: serializeAws_restJson1ComponentEvents(input.events, context) })), (input.name != null && { name: input.name })), (input.properties != null && {
1682
1669
  properties: serializeAws_restJson1ComponentProperties(input.properties, context),
1683
- })), (input.sourceId !== undefined && input.sourceId !== null && { sourceId: input.sourceId }));
1670
+ })), (input.sourceId != null && { sourceId: input.sourceId }));
1684
1671
  };
1685
1672
  var serializeAws_restJson1ComponentChildList = function (input, context) {
1686
1673
  return input
@@ -1703,19 +1690,13 @@ var serializeAws_restJson1ComponentCollectionProperties = function (input, conte
1703
1690
  }, {});
1704
1691
  };
1705
1692
  var serializeAws_restJson1ComponentConditionProperty = function (input, context) {
1706
- return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.else !== undefined &&
1707
- input.else !== null && { else: serializeAws_restJson1ComponentProperty(input.else, context) })), (input.field !== undefined && input.field !== null && { field: input.field })), (input.operand !== undefined && input.operand !== null && { operand: input.operand })), (input.operandType !== undefined && input.operandType !== null && { operandType: input.operandType })), (input.operator !== undefined && input.operator !== null && { operator: input.operator })), (input.property !== undefined && input.property !== null && { property: input.property })), (input.then !== undefined &&
1708
- input.then !== null && { then: serializeAws_restJson1ComponentProperty(input.then, context) }));
1693
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.else != null && { else: serializeAws_restJson1ComponentProperty(input.else, context) })), (input.field != null && { field: input.field })), (input.operand != null && { operand: input.operand })), (input.operandType != null && { operandType: input.operandType })), (input.operator != null && { operator: input.operator })), (input.property != null && { property: input.property })), (input.then != null && { then: serializeAws_restJson1ComponentProperty(input.then, context) }));
1709
1694
  };
1710
1695
  var serializeAws_restJson1ComponentDataConfiguration = function (input, context) {
1711
- return __assign(__assign(__assign(__assign({}, (input.identifiers !== undefined &&
1712
- input.identifiers !== null && { identifiers: serializeAws_restJson1IdentifierList(input.identifiers, context) })), (input.model !== undefined && input.model !== null && { model: input.model })), (input.predicate !== undefined &&
1713
- input.predicate !== null && { predicate: serializeAws_restJson1Predicate(input.predicate, context) })), (input.sort !== undefined &&
1714
- input.sort !== null && { sort: serializeAws_restJson1SortPropertyList(input.sort, context) }));
1696
+ return __assign(__assign(__assign(__assign({}, (input.identifiers != null && { identifiers: serializeAws_restJson1IdentifierList(input.identifiers, context) })), (input.model != null && { model: input.model })), (input.predicate != null && { predicate: serializeAws_restJson1Predicate(input.predicate, context) })), (input.sort != null && { sort: serializeAws_restJson1SortPropertyList(input.sort, context) }));
1715
1697
  };
1716
1698
  var serializeAws_restJson1ComponentEvent = function (input, context) {
1717
- return __assign(__assign(__assign({}, (input.action !== undefined && input.action !== null && { action: input.action })), (input.bindingEvent !== undefined && input.bindingEvent !== null && { bindingEvent: input.bindingEvent })), (input.parameters !== undefined &&
1718
- input.parameters !== null && { parameters: serializeAws_restJson1ActionParameters(input.parameters, context) }));
1699
+ return __assign(__assign(__assign({}, (input.action != null && { action: input.action })), (input.bindingEvent != null && { bindingEvent: input.bindingEvent })), (input.parameters != null && { parameters: serializeAws_restJson1ActionParameters(input.parameters, context) }));
1719
1700
  };
1720
1701
  var serializeAws_restJson1ComponentEvents = function (input, context) {
1721
1702
  return Object.entries(input).reduce(function (acc, _a) {
@@ -1758,21 +1739,16 @@ var serializeAws_restJson1ComponentProperties = function (input, context) {
1758
1739
  }, {});
1759
1740
  };
1760
1741
  var serializeAws_restJson1ComponentProperty = function (input, context) {
1761
- return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.bindingProperties !== undefined &&
1762
- input.bindingProperties !== null && {
1742
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.bindingProperties != null && {
1763
1743
  bindingProperties: serializeAws_restJson1ComponentPropertyBindingProperties(input.bindingProperties, context),
1764
- })), (input.bindings !== undefined &&
1765
- input.bindings !== null && { bindings: serializeAws_restJson1FormBindings(input.bindings, context) })), (input.collectionBindingProperties !== undefined &&
1766
- input.collectionBindingProperties !== null && {
1744
+ })), (input.bindings != null && { bindings: serializeAws_restJson1FormBindings(input.bindings, context) })), (input.collectionBindingProperties != null && {
1767
1745
  collectionBindingProperties: serializeAws_restJson1ComponentPropertyBindingProperties(input.collectionBindingProperties, context),
1768
- })), (input.componentName !== undefined && input.componentName !== null && { componentName: input.componentName })), (input.concat !== undefined &&
1769
- input.concat !== null && { concat: serializeAws_restJson1ComponentPropertyList(input.concat, context) })), (input.condition !== undefined &&
1770
- input.condition !== null && {
1746
+ })), (input.componentName != null && { componentName: input.componentName })), (input.concat != null && { concat: serializeAws_restJson1ComponentPropertyList(input.concat, context) })), (input.condition != null && {
1771
1747
  condition: serializeAws_restJson1ComponentConditionProperty(input.condition, context),
1772
- })), (input.configured !== undefined && input.configured !== null && { configured: input.configured })), (input.defaultValue !== undefined && input.defaultValue !== null && { defaultValue: input.defaultValue })), (input.event !== undefined && input.event !== null && { event: input.event })), (input.importedValue !== undefined && input.importedValue !== null && { importedValue: input.importedValue })), (input.model !== undefined && input.model !== null && { model: input.model })), (input.property !== undefined && input.property !== null && { property: input.property })), (input.type !== undefined && input.type !== null && { type: input.type })), (input.userAttribute !== undefined && input.userAttribute !== null && { userAttribute: input.userAttribute })), (input.value !== undefined && input.value !== null && { value: input.value }));
1748
+ })), (input.configured != null && { configured: input.configured })), (input.defaultValue != null && { defaultValue: input.defaultValue })), (input.event != null && { event: input.event })), (input.importedValue != null && { importedValue: input.importedValue })), (input.model != null && { model: input.model })), (input.property != null && { property: input.property })), (input.type != null && { type: input.type })), (input.userAttribute != null && { userAttribute: input.userAttribute })), (input.value != null && { value: input.value }));
1773
1749
  };
1774
1750
  var serializeAws_restJson1ComponentPropertyBindingProperties = function (input, context) {
1775
- return __assign(__assign({}, (input.field !== undefined && input.field !== null && { field: input.field })), (input.property !== undefined && input.property !== null && { property: input.property }));
1751
+ return __assign(__assign({}, (input.field != null && { field: input.field })), (input.property != null && { property: input.property }));
1776
1752
  };
1777
1753
  var serializeAws_restJson1ComponentPropertyList = function (input, context) {
1778
1754
  return input
@@ -1785,9 +1761,7 @@ var serializeAws_restJson1ComponentPropertyList = function (input, context) {
1785
1761
  });
1786
1762
  };
1787
1763
  var serializeAws_restJson1ComponentVariant = function (input, context) {
1788
- return __assign(__assign({}, (input.overrides !== undefined &&
1789
- input.overrides !== null && { overrides: serializeAws_restJson1ComponentOverrides(input.overrides, context) })), (input.variantValues !== undefined &&
1790
- input.variantValues !== null && {
1764
+ return __assign(__assign({}, (input.overrides != null && { overrides: serializeAws_restJson1ComponentOverrides(input.overrides, context) })), (input.variantValues != null && {
1791
1765
  variantValues: serializeAws_restJson1ComponentVariantValues(input.variantValues, context),
1792
1766
  }));
1793
1767
  };
@@ -1812,31 +1786,22 @@ var serializeAws_restJson1ComponentVariantValues = function (input, context) {
1812
1786
  }, {});
1813
1787
  };
1814
1788
  var serializeAws_restJson1CreateComponentData = function (input, context) {
1815
- return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.bindingProperties !== undefined &&
1816
- input.bindingProperties !== null && {
1789
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.bindingProperties != null && {
1817
1790
  bindingProperties: serializeAws_restJson1ComponentBindingProperties(input.bindingProperties, context),
1818
- })), (input.children !== undefined &&
1819
- input.children !== null && { children: serializeAws_restJson1ComponentChildList(input.children, context) })), (input.collectionProperties !== undefined &&
1820
- input.collectionProperties !== null && {
1791
+ })), (input.children != null && { children: serializeAws_restJson1ComponentChildList(input.children, context) })), (input.collectionProperties != null && {
1821
1792
  collectionProperties: serializeAws_restJson1ComponentCollectionProperties(input.collectionProperties, context),
1822
- })), (input.componentType !== undefined && input.componentType !== null && { componentType: input.componentType })), (input.events !== undefined &&
1823
- input.events !== null && { events: serializeAws_restJson1ComponentEvents(input.events, context) })), (input.name !== undefined && input.name !== null && { name: input.name })), (input.overrides !== undefined &&
1824
- input.overrides !== null && { overrides: serializeAws_restJson1ComponentOverrides(input.overrides, context) })), (input.properties !== undefined &&
1825
- input.properties !== null && {
1793
+ })), (input.componentType != null && { componentType: input.componentType })), (input.events != null && { events: serializeAws_restJson1ComponentEvents(input.events, context) })), (input.name != null && { name: input.name })), (input.overrides != null && { overrides: serializeAws_restJson1ComponentOverrides(input.overrides, context) })), (input.properties != null && {
1826
1794
  properties: serializeAws_restJson1ComponentProperties(input.properties, context),
1827
- })), (input.schemaVersion !== undefined && input.schemaVersion !== null && { schemaVersion: input.schemaVersion })), (input.sourceId !== undefined && input.sourceId !== null && { sourceId: input.sourceId })), (input.tags !== undefined && input.tags !== null && { tags: serializeAws_restJson1Tags(input.tags, context) })), (input.variants !== undefined &&
1828
- input.variants !== null && { variants: serializeAws_restJson1ComponentVariants(input.variants, context) }));
1795
+ })), (input.schemaVersion != null && { schemaVersion: input.schemaVersion })), (input.sourceId != null && { sourceId: input.sourceId })), (input.tags != null && { tags: serializeAws_restJson1Tags(input.tags, context) })), (input.variants != null && { variants: serializeAws_restJson1ComponentVariants(input.variants, context) }));
1829
1796
  };
1830
1797
  var serializeAws_restJson1CreateThemeData = function (input, context) {
1831
- return __assign(__assign(__assign(__assign({}, (input.name !== undefined && input.name !== null && { name: input.name })), (input.overrides !== undefined &&
1832
- input.overrides !== null && { overrides: serializeAws_restJson1ThemeValuesList(input.overrides, context) })), (input.tags !== undefined && input.tags !== null && { tags: serializeAws_restJson1Tags(input.tags, context) })), (input.values !== undefined &&
1833
- input.values !== null && { values: serializeAws_restJson1ThemeValuesList(input.values, context) }));
1798
+ return __assign(__assign(__assign(__assign({}, (input.name != null && { name: input.name })), (input.overrides != null && { overrides: serializeAws_restJson1ThemeValuesList(input.overrides, context) })), (input.tags != null && { tags: serializeAws_restJson1Tags(input.tags, context) })), (input.values != null && { values: serializeAws_restJson1ThemeValuesList(input.values, context) }));
1834
1799
  };
1835
1800
  var serializeAws_restJson1ExchangeCodeForTokenRequestBody = function (input, context) {
1836
- return __assign(__assign({}, (input.code !== undefined && input.code !== null && { code: input.code })), (input.redirectUri !== undefined && input.redirectUri !== null && { redirectUri: input.redirectUri }));
1801
+ return __assign(__assign({}, (input.code != null && { code: input.code })), (input.redirectUri != null && { redirectUri: input.redirectUri }));
1837
1802
  };
1838
1803
  var serializeAws_restJson1FormBindingElement = function (input, context) {
1839
- return __assign(__assign({}, (input.element !== undefined && input.element !== null && { element: input.element })), (input.property !== undefined && input.property !== null && { property: input.property }));
1804
+ return __assign(__assign({}, (input.element != null && { element: input.element })), (input.property != null && { property: input.property }));
1840
1805
  };
1841
1806
  var serializeAws_restJson1FormBindings = function (input, context) {
1842
1807
  return Object.entries(input).reduce(function (acc, _a) {
@@ -1859,12 +1824,10 @@ var serializeAws_restJson1IdentifierList = function (input, context) {
1859
1824
  });
1860
1825
  };
1861
1826
  var serializeAws_restJson1MutationActionSetStateParameter = function (input, context) {
1862
- return __assign(__assign(__assign({}, (input.componentName !== undefined && input.componentName !== null && { componentName: input.componentName })), (input.property !== undefined && input.property !== null && { property: input.property })), (input.set !== undefined &&
1863
- input.set !== null && { set: serializeAws_restJson1ComponentProperty(input.set, context) }));
1827
+ return __assign(__assign(__assign({}, (input.componentName != null && { componentName: input.componentName })), (input.property != null && { property: input.property })), (input.set != null && { set: serializeAws_restJson1ComponentProperty(input.set, context) }));
1864
1828
  };
1865
1829
  var serializeAws_restJson1Predicate = function (input, context) {
1866
- return __assign(__assign(__assign(__assign(__assign({}, (input.and !== undefined &&
1867
- input.and !== null && { and: serializeAws_restJson1PredicateList(input.and, context) })), (input.field !== undefined && input.field !== null && { field: input.field })), (input.operand !== undefined && input.operand !== null && { operand: input.operand })), (input.operator !== undefined && input.operator !== null && { operator: input.operator })), (input.or !== undefined && input.or !== null && { or: serializeAws_restJson1PredicateList(input.or, context) }));
1830
+ return __assign(__assign(__assign(__assign(__assign({}, (input.and != null && { and: serializeAws_restJson1PredicateList(input.and, context) })), (input.field != null && { field: input.field })), (input.operand != null && { operand: input.operand })), (input.operator != null && { operator: input.operator })), (input.or != null && { or: serializeAws_restJson1PredicateList(input.or, context) }));
1868
1831
  };
1869
1832
  var serializeAws_restJson1PredicateList = function (input, context) {
1870
1833
  return input
@@ -1877,10 +1840,10 @@ var serializeAws_restJson1PredicateList = function (input, context) {
1877
1840
  });
1878
1841
  };
1879
1842
  var serializeAws_restJson1RefreshTokenRequestBody = function (input, context) {
1880
- return __assign({}, (input.token !== undefined && input.token !== null && { token: input.token }));
1843
+ return __assign({}, (input.token != null && { token: input.token }));
1881
1844
  };
1882
1845
  var serializeAws_restJson1SortProperty = function (input, context) {
1883
- return __assign(__assign({}, (input.direction !== undefined && input.direction !== null && { direction: input.direction })), (input.field !== undefined && input.field !== null && { field: input.field }));
1846
+ return __assign(__assign({}, (input.direction != null && { direction: input.direction })), (input.field != null && { field: input.field }));
1884
1847
  };
1885
1848
  var serializeAws_restJson1SortPropertyList = function (input, context) {
1886
1849
  return input
@@ -1903,12 +1866,10 @@ var serializeAws_restJson1Tags = function (input, context) {
1903
1866
  }, {});
1904
1867
  };
1905
1868
  var serializeAws_restJson1ThemeValue = function (input, context) {
1906
- return __assign(__assign({}, (input.children !== undefined &&
1907
- input.children !== null && { children: serializeAws_restJson1ThemeValuesList(input.children, context) })), (input.value !== undefined && input.value !== null && { value: input.value }));
1869
+ return __assign(__assign({}, (input.children != null && { children: serializeAws_restJson1ThemeValuesList(input.children, context) })), (input.value != null && { value: input.value }));
1908
1870
  };
1909
1871
  var serializeAws_restJson1ThemeValues = function (input, context) {
1910
- return __assign(__assign({}, (input.key !== undefined && input.key !== null && { key: input.key })), (input.value !== undefined &&
1911
- input.value !== null && { value: serializeAws_restJson1ThemeValue(input.value, context) }));
1872
+ return __assign(__assign({}, (input.key != null && { key: input.key })), (input.value != null && { value: serializeAws_restJson1ThemeValue(input.value, context) }));
1912
1873
  };
1913
1874
  var serializeAws_restJson1ThemeValuesList = function (input, context) {
1914
1875
  return input
@@ -1921,94 +1882,53 @@ var serializeAws_restJson1ThemeValuesList = function (input, context) {
1921
1882
  });
1922
1883
  };
1923
1884
  var serializeAws_restJson1UpdateComponentData = function (input, context) {
1924
- return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.bindingProperties !== undefined &&
1925
- input.bindingProperties !== null && {
1885
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.bindingProperties != null && {
1926
1886
  bindingProperties: serializeAws_restJson1ComponentBindingProperties(input.bindingProperties, context),
1927
- })), (input.children !== undefined &&
1928
- input.children !== null && { children: serializeAws_restJson1ComponentChildList(input.children, context) })), (input.collectionProperties !== undefined &&
1929
- input.collectionProperties !== null && {
1887
+ })), (input.children != null && { children: serializeAws_restJson1ComponentChildList(input.children, context) })), (input.collectionProperties != null && {
1930
1888
  collectionProperties: serializeAws_restJson1ComponentCollectionProperties(input.collectionProperties, context),
1931
- })), (input.componentType !== undefined && input.componentType !== null && { componentType: input.componentType })), (input.events !== undefined &&
1932
- input.events !== null && { events: serializeAws_restJson1ComponentEvents(input.events, context) })), (input.id !== undefined && input.id !== null && { id: input.id })), (input.name !== undefined && input.name !== null && { name: input.name })), (input.overrides !== undefined &&
1933
- input.overrides !== null && { overrides: serializeAws_restJson1ComponentOverrides(input.overrides, context) })), (input.properties !== undefined &&
1934
- input.properties !== null && {
1889
+ })), (input.componentType != null && { componentType: input.componentType })), (input.events != null && { events: serializeAws_restJson1ComponentEvents(input.events, context) })), (input.id != null && { id: input.id })), (input.name != null && { name: input.name })), (input.overrides != null && { overrides: serializeAws_restJson1ComponentOverrides(input.overrides, context) })), (input.properties != null && {
1935
1890
  properties: serializeAws_restJson1ComponentProperties(input.properties, context),
1936
- })), (input.schemaVersion !== undefined && input.schemaVersion !== null && { schemaVersion: input.schemaVersion })), (input.sourceId !== undefined && input.sourceId !== null && { sourceId: input.sourceId })), (input.variants !== undefined &&
1937
- input.variants !== null && { variants: serializeAws_restJson1ComponentVariants(input.variants, context) }));
1891
+ })), (input.schemaVersion != null && { schemaVersion: input.schemaVersion })), (input.sourceId != null && { sourceId: input.sourceId })), (input.variants != null && { variants: serializeAws_restJson1ComponentVariants(input.variants, context) }));
1938
1892
  };
1939
1893
  var serializeAws_restJson1UpdateThemeData = function (input, context) {
1940
- return __assign(__assign(__assign(__assign({}, (input.id !== undefined && input.id !== null && { id: input.id })), (input.name !== undefined && input.name !== null && { name: input.name })), (input.overrides !== undefined &&
1941
- input.overrides !== null && { overrides: serializeAws_restJson1ThemeValuesList(input.overrides, context) })), (input.values !== undefined &&
1942
- input.values !== null && { values: serializeAws_restJson1ThemeValuesList(input.values, context) }));
1894
+ return __assign(__assign(__assign(__assign({}, (input.id != null && { id: input.id })), (input.name != null && { name: input.name })), (input.overrides != null && { overrides: serializeAws_restJson1ThemeValuesList(input.overrides, context) })), (input.values != null && { values: serializeAws_restJson1ThemeValuesList(input.values, context) }));
1943
1895
  };
1944
1896
  var deserializeAws_restJson1ActionParameters = function (output, context) {
1945
1897
  return {
1946
- anchor: output.anchor !== undefined && output.anchor !== null
1947
- ? deserializeAws_restJson1ComponentProperty(output.anchor, context)
1948
- : undefined,
1949
- fields: output.fields !== undefined && output.fields !== null
1950
- ? deserializeAws_restJson1ComponentProperties(output.fields, context)
1951
- : undefined,
1952
- global: output.global !== undefined && output.global !== null
1953
- ? deserializeAws_restJson1ComponentProperty(output.global, context)
1954
- : undefined,
1955
- id: output.id !== undefined && output.id !== null
1956
- ? deserializeAws_restJson1ComponentProperty(output.id, context)
1957
- : undefined,
1898
+ anchor: output.anchor != null ? deserializeAws_restJson1ComponentProperty(output.anchor, context) : undefined,
1899
+ fields: output.fields != null ? deserializeAws_restJson1ComponentProperties(output.fields, context) : undefined,
1900
+ global: output.global != null ? deserializeAws_restJson1ComponentProperty(output.global, context) : undefined,
1901
+ id: output.id != null ? deserializeAws_restJson1ComponentProperty(output.id, context) : undefined,
1958
1902
  model: __expectString(output.model),
1959
- state: output.state !== undefined && output.state !== null
1960
- ? deserializeAws_restJson1MutationActionSetStateParameter(output.state, context)
1961
- : undefined,
1962
- target: output.target !== undefined && output.target !== null
1963
- ? deserializeAws_restJson1ComponentProperty(output.target, context)
1964
- : undefined,
1965
- type: output.type !== undefined && output.type !== null
1966
- ? deserializeAws_restJson1ComponentProperty(output.type, context)
1967
- : undefined,
1968
- url: output.url !== undefined && output.url !== null
1969
- ? deserializeAws_restJson1ComponentProperty(output.url, context)
1970
- : undefined,
1903
+ state: output.state != null ? deserializeAws_restJson1MutationActionSetStateParameter(output.state, context) : undefined,
1904
+ target: output.target != null ? deserializeAws_restJson1ComponentProperty(output.target, context) : undefined,
1905
+ type: output.type != null ? deserializeAws_restJson1ComponentProperty(output.type, context) : undefined,
1906
+ url: output.url != null ? deserializeAws_restJson1ComponentProperty(output.url, context) : undefined,
1971
1907
  };
1972
1908
  };
1973
1909
  var deserializeAws_restJson1Component = function (output, context) {
1974
1910
  return {
1975
1911
  appId: __expectString(output.appId),
1976
- bindingProperties: output.bindingProperties !== undefined && output.bindingProperties !== null
1912
+ bindingProperties: output.bindingProperties != null
1977
1913
  ? deserializeAws_restJson1ComponentBindingProperties(output.bindingProperties, context)
1978
1914
  : undefined,
1979
- children: output.children !== undefined && output.children !== null
1980
- ? deserializeAws_restJson1ComponentChildList(output.children, context)
1981
- : undefined,
1982
- collectionProperties: output.collectionProperties !== undefined && output.collectionProperties !== null
1915
+ children: output.children != null ? deserializeAws_restJson1ComponentChildList(output.children, context) : undefined,
1916
+ collectionProperties: output.collectionProperties != null
1983
1917
  ? deserializeAws_restJson1ComponentCollectionProperties(output.collectionProperties, context)
1984
1918
  : undefined,
1985
1919
  componentType: __expectString(output.componentType),
1986
- createdAt: output.createdAt !== undefined && output.createdAt !== null
1987
- ? __expectNonNull(__parseRfc3339DateTime(output.createdAt))
1988
- : undefined,
1920
+ createdAt: output.createdAt != null ? __expectNonNull(__parseRfc3339DateTime(output.createdAt)) : undefined,
1989
1921
  environmentName: __expectString(output.environmentName),
1990
- events: output.events !== undefined && output.events !== null
1991
- ? deserializeAws_restJson1ComponentEvents(output.events, context)
1992
- : undefined,
1922
+ events: output.events != null ? deserializeAws_restJson1ComponentEvents(output.events, context) : undefined,
1993
1923
  id: __expectString(output.id),
1994
- modifiedAt: output.modifiedAt !== undefined && output.modifiedAt !== null
1995
- ? __expectNonNull(__parseRfc3339DateTime(output.modifiedAt))
1996
- : undefined,
1924
+ modifiedAt: output.modifiedAt != null ? __expectNonNull(__parseRfc3339DateTime(output.modifiedAt)) : undefined,
1997
1925
  name: __expectString(output.name),
1998
- overrides: output.overrides !== undefined && output.overrides !== null
1999
- ? deserializeAws_restJson1ComponentOverrides(output.overrides, context)
2000
- : undefined,
2001
- properties: output.properties !== undefined && output.properties !== null
2002
- ? deserializeAws_restJson1ComponentProperties(output.properties, context)
2003
- : undefined,
1926
+ overrides: output.overrides != null ? deserializeAws_restJson1ComponentOverrides(output.overrides, context) : undefined,
1927
+ properties: output.properties != null ? deserializeAws_restJson1ComponentProperties(output.properties, context) : undefined,
2004
1928
  schemaVersion: __expectString(output.schemaVersion),
2005
1929
  sourceId: __expectString(output.sourceId),
2006
- tags: output.tags !== undefined && output.tags !== null
2007
- ? deserializeAws_restJson1Tags(output.tags, context)
2008
- : undefined,
2009
- variants: output.variants !== undefined && output.variants !== null
2010
- ? deserializeAws_restJson1ComponentVariants(output.variants, context)
2011
- : undefined,
1930
+ tags: output.tags != null ? deserializeAws_restJson1Tags(output.tags, context) : undefined,
1931
+ variants: output.variants != null ? deserializeAws_restJson1ComponentVariants(output.variants, context) : undefined,
2012
1932
  };
2013
1933
  };
2014
1934
  var deserializeAws_restJson1ComponentBindingProperties = function (output, context) {
@@ -2023,7 +1943,7 @@ var deserializeAws_restJson1ComponentBindingProperties = function (output, conte
2023
1943
  };
2024
1944
  var deserializeAws_restJson1ComponentBindingPropertiesValue = function (output, context) {
2025
1945
  return {
2026
- bindingProperties: output.bindingProperties !== undefined && output.bindingProperties !== null
1946
+ bindingProperties: output.bindingProperties != null
2027
1947
  ? deserializeAws_restJson1ComponentBindingPropertiesValueProperties(output.bindingProperties, context)
2028
1948
  : undefined,
2029
1949
  defaultValue: __expectString(output.defaultValue),
@@ -2037,25 +1957,17 @@ var deserializeAws_restJson1ComponentBindingPropertiesValueProperties = function
2037
1957
  field: __expectString(output.field),
2038
1958
  key: __expectString(output.key),
2039
1959
  model: __expectString(output.model),
2040
- predicates: output.predicates !== undefined && output.predicates !== null
2041
- ? deserializeAws_restJson1PredicateList(output.predicates, context)
2042
- : undefined,
1960
+ predicates: output.predicates != null ? deserializeAws_restJson1PredicateList(output.predicates, context) : undefined,
2043
1961
  userAttribute: __expectString(output.userAttribute),
2044
1962
  };
2045
1963
  };
2046
1964
  var deserializeAws_restJson1ComponentChild = function (output, context) {
2047
1965
  return {
2048
- children: output.children !== undefined && output.children !== null
2049
- ? deserializeAws_restJson1ComponentChildList(output.children, context)
2050
- : undefined,
1966
+ children: output.children != null ? deserializeAws_restJson1ComponentChildList(output.children, context) : undefined,
2051
1967
  componentType: __expectString(output.componentType),
2052
- events: output.events !== undefined && output.events !== null
2053
- ? deserializeAws_restJson1ComponentEvents(output.events, context)
2054
- : undefined,
1968
+ events: output.events != null ? deserializeAws_restJson1ComponentEvents(output.events, context) : undefined,
2055
1969
  name: __expectString(output.name),
2056
- properties: output.properties !== undefined && output.properties !== null
2057
- ? deserializeAws_restJson1ComponentProperties(output.properties, context)
2058
- : undefined,
1970
+ properties: output.properties != null ? deserializeAws_restJson1ComponentProperties(output.properties, context) : undefined,
2059
1971
  sourceId: __expectString(output.sourceId),
2060
1972
  };
2061
1973
  };
@@ -2082,40 +1994,28 @@ var deserializeAws_restJson1ComponentCollectionProperties = function (output, co
2082
1994
  };
2083
1995
  var deserializeAws_restJson1ComponentConditionProperty = function (output, context) {
2084
1996
  return {
2085
- else: output.else !== undefined && output.else !== null
2086
- ? deserializeAws_restJson1ComponentProperty(output.else, context)
2087
- : undefined,
1997
+ else: output.else != null ? deserializeAws_restJson1ComponentProperty(output.else, context) : undefined,
2088
1998
  field: __expectString(output.field),
2089
1999
  operand: __expectString(output.operand),
2090
2000
  operandType: __expectString(output.operandType),
2091
2001
  operator: __expectString(output.operator),
2092
2002
  property: __expectString(output.property),
2093
- then: output.then !== undefined && output.then !== null
2094
- ? deserializeAws_restJson1ComponentProperty(output.then, context)
2095
- : undefined,
2003
+ then: output.then != null ? deserializeAws_restJson1ComponentProperty(output.then, context) : undefined,
2096
2004
  };
2097
2005
  };
2098
2006
  var deserializeAws_restJson1ComponentDataConfiguration = function (output, context) {
2099
2007
  return {
2100
- identifiers: output.identifiers !== undefined && output.identifiers !== null
2101
- ? deserializeAws_restJson1IdentifierList(output.identifiers, context)
2102
- : undefined,
2008
+ identifiers: output.identifiers != null ? deserializeAws_restJson1IdentifierList(output.identifiers, context) : undefined,
2103
2009
  model: __expectString(output.model),
2104
- predicate: output.predicate !== undefined && output.predicate !== null
2105
- ? deserializeAws_restJson1Predicate(output.predicate, context)
2106
- : undefined,
2107
- sort: output.sort !== undefined && output.sort !== null
2108
- ? deserializeAws_restJson1SortPropertyList(output.sort, context)
2109
- : undefined,
2010
+ predicate: output.predicate != null ? deserializeAws_restJson1Predicate(output.predicate, context) : undefined,
2011
+ sort: output.sort != null ? deserializeAws_restJson1SortPropertyList(output.sort, context) : undefined,
2110
2012
  };
2111
2013
  };
2112
2014
  var deserializeAws_restJson1ComponentEvent = function (output, context) {
2113
2015
  return {
2114
2016
  action: __expectString(output.action),
2115
2017
  bindingEvent: __expectString(output.bindingEvent),
2116
- parameters: output.parameters !== undefined && output.parameters !== null
2117
- ? deserializeAws_restJson1ActionParameters(output.parameters, context)
2118
- : undefined,
2018
+ parameters: output.parameters != null ? deserializeAws_restJson1ActionParameters(output.parameters, context) : undefined,
2119
2019
  };
2120
2020
  };
2121
2021
  var deserializeAws_restJson1ComponentEvents = function (output, context) {
@@ -2171,20 +2071,16 @@ var deserializeAws_restJson1ComponentProperties = function (output, context) {
2171
2071
  };
2172
2072
  var deserializeAws_restJson1ComponentProperty = function (output, context) {
2173
2073
  return {
2174
- bindingProperties: output.bindingProperties !== undefined && output.bindingProperties !== null
2074
+ bindingProperties: output.bindingProperties != null
2175
2075
  ? deserializeAws_restJson1ComponentPropertyBindingProperties(output.bindingProperties, context)
2176
2076
  : undefined,
2177
- bindings: output.bindings !== undefined && output.bindings !== null
2178
- ? deserializeAws_restJson1FormBindings(output.bindings, context)
2179
- : undefined,
2180
- collectionBindingProperties: output.collectionBindingProperties !== undefined && output.collectionBindingProperties !== null
2077
+ bindings: output.bindings != null ? deserializeAws_restJson1FormBindings(output.bindings, context) : undefined,
2078
+ collectionBindingProperties: output.collectionBindingProperties != null
2181
2079
  ? deserializeAws_restJson1ComponentPropertyBindingProperties(output.collectionBindingProperties, context)
2182
2080
  : undefined,
2183
2081
  componentName: __expectString(output.componentName),
2184
- concat: output.concat !== undefined && output.concat !== null
2185
- ? deserializeAws_restJson1ComponentPropertyList(output.concat, context)
2186
- : undefined,
2187
- condition: output.condition !== undefined && output.condition !== null
2082
+ concat: output.concat != null ? deserializeAws_restJson1ComponentPropertyList(output.concat, context) : undefined,
2083
+ condition: output.condition != null
2188
2084
  ? deserializeAws_restJson1ComponentConditionProperty(output.condition, context)
2189
2085
  : undefined,
2190
2086
  configured: __expectBoolean(output.configured),
@@ -2237,10 +2133,8 @@ var deserializeAws_restJson1ComponentSummaryList = function (output, context) {
2237
2133
  };
2238
2134
  var deserializeAws_restJson1ComponentVariant = function (output, context) {
2239
2135
  return {
2240
- overrides: output.overrides !== undefined && output.overrides !== null
2241
- ? deserializeAws_restJson1ComponentOverrides(output.overrides, context)
2242
- : undefined,
2243
- variantValues: output.variantValues !== undefined && output.variantValues !== null
2136
+ overrides: output.overrides != null ? deserializeAws_restJson1ComponentOverrides(output.overrides, context) : undefined,
2137
+ variantValues: output.variantValues != null
2244
2138
  ? deserializeAws_restJson1ComponentVariantValues(output.variantValues, context)
2245
2139
  : undefined,
2246
2140
  };
@@ -2297,22 +2191,16 @@ var deserializeAws_restJson1MutationActionSetStateParameter = function (output,
2297
2191
  return {
2298
2192
  componentName: __expectString(output.componentName),
2299
2193
  property: __expectString(output.property),
2300
- set: output.set !== undefined && output.set !== null
2301
- ? deserializeAws_restJson1ComponentProperty(output.set, context)
2302
- : undefined,
2194
+ set: output.set != null ? deserializeAws_restJson1ComponentProperty(output.set, context) : undefined,
2303
2195
  };
2304
2196
  };
2305
2197
  var deserializeAws_restJson1Predicate = function (output, context) {
2306
2198
  return {
2307
- and: output.and !== undefined && output.and !== null
2308
- ? deserializeAws_restJson1PredicateList(output.and, context)
2309
- : undefined,
2199
+ and: output.and != null ? deserializeAws_restJson1PredicateList(output.and, context) : undefined,
2310
2200
  field: __expectString(output.field),
2311
2201
  operand: __expectString(output.operand),
2312
2202
  operator: __expectString(output.operator),
2313
- or: output.or !== undefined && output.or !== null
2314
- ? deserializeAws_restJson1PredicateList(output.or, context)
2315
- : undefined,
2203
+ or: output.or != null ? deserializeAws_restJson1PredicateList(output.or, context) : undefined,
2316
2204
  };
2317
2205
  };
2318
2206
  var deserializeAws_restJson1PredicateList = function (output, context) {
@@ -2356,24 +2244,14 @@ var deserializeAws_restJson1Tags = function (output, context) {
2356
2244
  var deserializeAws_restJson1Theme = function (output, context) {
2357
2245
  return {
2358
2246
  appId: __expectString(output.appId),
2359
- createdAt: output.createdAt !== undefined && output.createdAt !== null
2360
- ? __expectNonNull(__parseRfc3339DateTime(output.createdAt))
2361
- : undefined,
2247
+ createdAt: output.createdAt != null ? __expectNonNull(__parseRfc3339DateTime(output.createdAt)) : undefined,
2362
2248
  environmentName: __expectString(output.environmentName),
2363
2249
  id: __expectString(output.id),
2364
- modifiedAt: output.modifiedAt !== undefined && output.modifiedAt !== null
2365
- ? __expectNonNull(__parseRfc3339DateTime(output.modifiedAt))
2366
- : undefined,
2250
+ modifiedAt: output.modifiedAt != null ? __expectNonNull(__parseRfc3339DateTime(output.modifiedAt)) : undefined,
2367
2251
  name: __expectString(output.name),
2368
- overrides: output.overrides !== undefined && output.overrides !== null
2369
- ? deserializeAws_restJson1ThemeValuesList(output.overrides, context)
2370
- : undefined,
2371
- tags: output.tags !== undefined && output.tags !== null
2372
- ? deserializeAws_restJson1Tags(output.tags, context)
2373
- : undefined,
2374
- values: output.values !== undefined && output.values !== null
2375
- ? deserializeAws_restJson1ThemeValuesList(output.values, context)
2376
- : undefined,
2252
+ overrides: output.overrides != null ? deserializeAws_restJson1ThemeValuesList(output.overrides, context) : undefined,
2253
+ tags: output.tags != null ? deserializeAws_restJson1Tags(output.tags, context) : undefined,
2254
+ values: output.values != null ? deserializeAws_restJson1ThemeValuesList(output.values, context) : undefined,
2377
2255
  };
2378
2256
  };
2379
2257
  var deserializeAws_restJson1ThemeList = function (output, context) {
@@ -2408,18 +2286,14 @@ var deserializeAws_restJson1ThemeSummaryList = function (output, context) {
2408
2286
  };
2409
2287
  var deserializeAws_restJson1ThemeValue = function (output, context) {
2410
2288
  return {
2411
- children: output.children !== undefined && output.children !== null
2412
- ? deserializeAws_restJson1ThemeValuesList(output.children, context)
2413
- : undefined,
2289
+ children: output.children != null ? deserializeAws_restJson1ThemeValuesList(output.children, context) : undefined,
2414
2290
  value: __expectString(output.value),
2415
2291
  };
2416
2292
  };
2417
2293
  var deserializeAws_restJson1ThemeValues = function (output, context) {
2418
2294
  return {
2419
2295
  key: __expectString(output.key),
2420
- value: output.value !== undefined && output.value !== null
2421
- ? deserializeAws_restJson1ThemeValue(output.value, context)
2422
- : undefined,
2296
+ value: output.value != null ? deserializeAws_restJson1ThemeValue(output.value, context) : undefined,
2423
2297
  };
2424
2298
  };
2425
2299
  var deserializeAws_restJson1ThemeValuesList = function (output, context) {
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.121.0",
4
+ "version": "3.127.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,35 +18,35 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.121.0",
22
- "@aws-sdk/config-resolver": "3.110.0",
23
- "@aws-sdk/credential-provider-node": "3.121.0",
24
- "@aws-sdk/fetch-http-handler": "3.110.0",
25
- "@aws-sdk/hash-node": "3.110.0",
26
- "@aws-sdk/invalid-dependency": "3.110.0",
27
- "@aws-sdk/middleware-content-length": "3.110.0",
28
- "@aws-sdk/middleware-host-header": "3.110.0",
29
- "@aws-sdk/middleware-logger": "3.110.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.110.0",
31
- "@aws-sdk/middleware-retry": "3.118.1",
32
- "@aws-sdk/middleware-serde": "3.110.0",
33
- "@aws-sdk/middleware-signing": "3.110.0",
34
- "@aws-sdk/middleware-stack": "3.110.0",
35
- "@aws-sdk/middleware-user-agent": "3.110.0",
36
- "@aws-sdk/node-config-provider": "3.110.0",
37
- "@aws-sdk/node-http-handler": "3.118.1",
38
- "@aws-sdk/protocol-http": "3.110.0",
39
- "@aws-sdk/smithy-client": "3.110.0",
40
- "@aws-sdk/types": "3.110.0",
41
- "@aws-sdk/url-parser": "3.110.0",
21
+ "@aws-sdk/client-sts": "3.127.0",
22
+ "@aws-sdk/config-resolver": "3.127.0",
23
+ "@aws-sdk/credential-provider-node": "3.127.0",
24
+ "@aws-sdk/fetch-http-handler": "3.127.0",
25
+ "@aws-sdk/hash-node": "3.127.0",
26
+ "@aws-sdk/invalid-dependency": "3.127.0",
27
+ "@aws-sdk/middleware-content-length": "3.127.0",
28
+ "@aws-sdk/middleware-host-header": "3.127.0",
29
+ "@aws-sdk/middleware-logger": "3.127.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.127.0",
31
+ "@aws-sdk/middleware-retry": "3.127.0",
32
+ "@aws-sdk/middleware-serde": "3.127.0",
33
+ "@aws-sdk/middleware-signing": "3.127.0",
34
+ "@aws-sdk/middleware-stack": "3.127.0",
35
+ "@aws-sdk/middleware-user-agent": "3.127.0",
36
+ "@aws-sdk/node-config-provider": "3.127.0",
37
+ "@aws-sdk/node-http-handler": "3.127.0",
38
+ "@aws-sdk/protocol-http": "3.127.0",
39
+ "@aws-sdk/smithy-client": "3.127.0",
40
+ "@aws-sdk/types": "3.127.0",
41
+ "@aws-sdk/url-parser": "3.127.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.110.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.110.0",
48
- "@aws-sdk/util-user-agent-browser": "3.110.0",
49
- "@aws-sdk/util-user-agent-node": "3.118.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.127.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.127.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.127.0",
49
+ "@aws-sdk/util-user-agent-node": "3.127.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",
51
51
  "@aws-sdk/util-utf8-node": "3.109.0",
52
52
  "tslib": "^2.3.1",