@aws-sdk/client-datazone 3.967.0 → 3.969.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.
Files changed (33) hide show
  1. package/dist-cjs/index.js +562 -540
  2. package/dist-es/models/enums.js +4 -0
  3. package/dist-es/schemas/schemas_0.js +555 -540
  4. package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +3 -0
  5. package/dist-types/commands/CancelSubscriptionCommand.d.ts +3 -0
  6. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +2 -0
  8. package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
  9. package/dist-types/commands/GetSubscriptionCommand.d.ts +3 -0
  10. package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +3 -0
  11. package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +1 -0
  12. package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -0
  13. package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +4 -0
  14. package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -0
  15. package/dist-types/commands/ListSubscriptionsCommand.d.ts +4 -0
  16. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +3 -0
  17. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +3 -0
  18. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  19. package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +3 -0
  20. package/dist-types/commands/UpdateSubscriptionTargetCommand.d.ts +2 -0
  21. package/dist-types/models/enums.d.ts +12 -0
  22. package/dist-types/models/models_0.d.ts +67 -98
  23. package/dist-types/models/models_1.d.ts +122 -22
  24. package/dist-types/models/models_2.d.ts +31 -1
  25. package/dist-types/schemas/schemas_0.d.ts +2 -0
  26. package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +1 -1
  27. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  28. package/dist-types/ts3.4/models/enums.d.ts +6 -0
  29. package/dist-types/ts3.4/models/models_0.d.ts +35 -21
  30. package/dist-types/ts3.4/models/models_1.d.ts +29 -5
  31. package/dist-types/ts3.4/models/models_2.d.ts +8 -0
  32. package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  33. package/package.json +37 -37
@@ -824,6 +824,8 @@ const _SGu = "SubscriptionGrants";
824
824
  const _SI = "SearchInput";
825
825
  const _SII = "SearchInItem";
826
826
  const _SIL = "SearchInList";
827
+ const _SIP = "SubscribedIamPrincipal";
828
+ const _SIPI = "SubscribedIamPrincipalInput";
827
829
  const _SIRI = "SearchInventoryResultItems";
828
830
  const _SIRIe = "SearchInventoryResultItem";
829
831
  const _SL = "SubscribedListing";
@@ -1354,6 +1356,7 @@ const _oDI = "originDomainId";
1354
1356
  const _oDS = "overallDeploymentStatus";
1355
1357
  const _oDUO = "overrideDomainUnitOwners";
1356
1358
  const _oGI = "owningGroupId";
1359
+ const _oIPA = "owningIamPrincipalArn";
1357
1360
  const _oLRES = "openLineageRunEventSummary";
1358
1361
  const _oPI = "owningProjectId";
1359
1362
  const _oPIr = "originProjectId";
@@ -1369,6 +1372,7 @@ const _ou = "outputs";
1369
1372
  const _ow = "owners";
1370
1373
  const _p = "principal";
1371
1374
  const _pA = "profileArn";
1375
+ const _pAr = "principalArn";
1372
1376
  const _pC = "predictionChoice";
1373
1377
  const _pCR = "physicalConnectionRequirements";
1374
1378
  const _pCr = "predictionConfiguration";
@@ -1467,6 +1471,7 @@ const _sB = "sortBy";
1467
1471
  const _sD = "shortDescription";
1468
1472
  const _sDC = "skipDeletionCheck";
1469
1473
  const _sEP = "sparkEmrProperties";
1474
+ const _sGCM = "subscriptionGrantCreationMode";
1470
1475
  const _sGIL = "securityGroupIdList";
1471
1476
  const _sGP = "sparkGlueProperties";
1472
1477
  const _sGS = "selfGrantStatus";
@@ -1633,22 +1638,22 @@ var UserSearchText = [0, n0, _UST, 8, 0];
1633
1638
  export var AcceptChoice$ = [3, n0, _AC,
1634
1639
  0,
1635
1640
  [_pT, _pC, _eV],
1636
- [0, 1, [() => EditedValue, 0]]
1641
+ [0, 1, [() => EditedValue, 0]], 1
1637
1642
  ];
1638
1643
  export var AcceptedAssetScope$ = [3, n0, _AAS,
1639
1644
  0,
1640
1645
  [_aI, _fI],
1641
- [0, 64 | 0]
1646
+ [0, 64 | 0], 2
1642
1647
  ];
1643
1648
  export var AcceptPredictionsInput$ = [3, n0, _API,
1644
1649
  0,
1645
1650
  [_dI, _i, _r, _aR, _aC, _cT],
1646
- [[0, 1], [0, 1], [0, { [_hQ]: _r }], () => AcceptRule$, [() => AcceptChoices, 0], [0, 4]]
1651
+ [[0, 1], [0, 1], [0, { [_hQ]: _r }], () => AcceptRule$, [() => AcceptChoices, 0], [0, 4]], 2
1647
1652
  ];
1648
1653
  export var AcceptPredictionsOutput$ = [3, n0, _APO,
1649
1654
  0,
1650
1655
  [_dIo, _aI, _r],
1651
- [0, 0, 0]
1656
+ [0, 0, 0], 3
1652
1657
  ];
1653
1658
  export var AcceptRule$ = [3, n0, _AR,
1654
1659
  0,
@@ -1658,23 +1663,23 @@ export var AcceptRule$ = [3, n0, _AR,
1658
1663
  export var AcceptSubscriptionRequestInput$ = [3, n0, _ASRI,
1659
1664
  0,
1660
1665
  [_dI, _i, _dC, _aS, _aP],
1661
- [[0, 1], [0, 1], [() => DecisionComment, 0], () => AcceptedAssetScopes, () => AssetPermissions]
1666
+ [[0, 1], [0, 1], [() => DecisionComment, 0], () => AcceptedAssetScopes, () => AssetPermissions], 2
1662
1667
  ];
1663
1668
  export var AcceptSubscriptionRequestOutput$ = [3, n0, _ASRO,
1664
1669
  0,
1665
- [_id, _cB, _uB, _dIo, _s, _cA, _uA, _rR, _sP, _sL, _rI, _dC, _eSI, _mF],
1666
- [0, 0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, [() => DecisionComment, 0], 0, [() => MetadataForms, 0]]
1670
+ [_id, _cB, _dIo, _s, _cA, _uA, _rR, _sP, _sL, _uB, _rI, _dC, _eSI, _mF],
1671
+ [0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, 0, [() => DecisionComment, 0], 0, [() => MetadataForms, 0]], 9
1667
1672
  ];
1668
1673
  export var AccessDeniedException$ = [-3, n0, _ADE,
1669
1674
  { [_e]: _c, [_hE]: 403 },
1670
1675
  [_m],
1671
- [0]
1676
+ [0], 1
1672
1677
  ];
1673
1678
  TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
1674
1679
  export var AccountInfo$ = [3, n0, _AI,
1675
1680
  0,
1676
1681
  [_aAI, _sR, _aAN],
1677
- [0, 64 | 0, [() => AwsAccountName, 0]]
1682
+ [0, 64 | 0, [() => AwsAccountName, 0]], 2
1678
1683
  ];
1679
1684
  export var AccountPoolSummary$ = [3, n0, _APS,
1680
1685
  0,
@@ -1684,7 +1689,7 @@ export var AccountPoolSummary$ = [3, n0, _APS,
1684
1689
  export var AddEntityOwnerInput$ = [3, n0, _AEOI,
1685
1690
  0,
1686
1691
  [_dI, _eT, _eI, _o, _cT],
1687
- [[0, 1], [0, 1], [0, 1], () => OwnerProperties$, [0, 4]]
1692
+ [[0, 1], [0, 1], [0, 1], () => OwnerProperties$, [0, 4]], 4
1688
1693
  ];
1689
1694
  export var AddEntityOwnerOutput$ = [3, n0, _AEOO,
1690
1695
  0,
@@ -1694,7 +1699,7 @@ export var AddEntityOwnerOutput$ = [3, n0, _AEOO,
1694
1699
  export var AddPolicyGrantInput$ = [3, n0, _APGI,
1695
1700
  0,
1696
1701
  [_dI, _eT, _eI, _pTo, _p, _d, _cT],
1697
- [[0, 1], [0, 1], [0, 1], 0, () => PolicyGrantPrincipal$, () => PolicyGrantDetail$, [0, 4]]
1702
+ [[0, 1], [0, 1], [0, 1], 0, () => PolicyGrantPrincipal$, () => PolicyGrantDetail$, [0, 4]], 6
1698
1703
  ];
1699
1704
  export var AddPolicyGrantOutput$ = [3, n0, _APGO,
1700
1705
  0,
@@ -1709,7 +1714,7 @@ export var AddToProjectMemberPoolPolicyGrantDetail$ = [3, n0, _ATPMPPGD,
1709
1714
  export var AggregationListItem$ = [3, n0, _ALI,
1710
1715
  0,
1711
1716
  [_a, _dV],
1712
- [0, 0]
1717
+ [0, 0], 1
1713
1718
  ];
1714
1719
  export var AggregationOutput$ = [3, n0, _AO,
1715
1720
  0,
@@ -1734,22 +1739,22 @@ export var AllUsersGrantFilter$ = [3, n0, _AUGF,
1734
1739
  export var AmazonQPropertiesInput$ = [3, n0, _AQPI,
1735
1740
  0,
1736
1741
  [_iE, _pA, _aM],
1737
- [2, 0, 0]
1742
+ [2, 0, 0], 1
1738
1743
  ];
1739
1744
  export var AmazonQPropertiesOutput$ = [3, n0, _AQPO,
1740
1745
  0,
1741
1746
  [_iE, _pA, _aM],
1742
- [2, 0, 0]
1747
+ [2, 0, 0], 1
1743
1748
  ];
1744
1749
  export var AmazonQPropertiesPatch$ = [3, n0, _AQPP,
1745
1750
  0,
1746
1751
  [_iE, _pA, _aM],
1747
- [2, 0, 0]
1752
+ [2, 0, 0], 1
1748
1753
  ];
1749
1754
  export var AssetFilterSummary$ = [3, n0, _AFS,
1750
1755
  0,
1751
1756
  [_id, _dIo, _aI, _n, _de, _s, _eCN, _eRF, _cA, _eM],
1752
- [0, 0, 0, [() => FilterName, 0], [() => Description, 0], 0, 64 | 0, 0, 4, 0]
1757
+ [0, 0, 0, [() => FilterName, 0], [() => Description, 0], 0, 64 | 0, 0, 4, 0], 4
1753
1758
  ];
1754
1759
  export var AssetInDataProductListingItem$ = [3, n0, _AIDPLI,
1755
1760
  0,
@@ -1758,8 +1763,8 @@ export var AssetInDataProductListingItem$ = [3, n0, _AIDPLI,
1758
1763
  ];
1759
1764
  export var AssetItem$ = [3, n0, _AIs,
1760
1765
  0,
1761
- [_dIo, _i, _n, _tI, _tR, _eIx, _de, _cA, _cB, _fRCA, _fRCB, _gT, _oPI, _aA, _gGT],
1762
- [0, 0, [() => AssetName, 0], 0, 0, 0, [() => Description, 0], 4, 0, 4, 0, 64 | 0, 0, [() => AssetItemAdditionalAttributes$, 0], 64 | 0]
1766
+ [_dIo, _i, _n, _tI, _tR, _oPI, _eIx, _de, _cA, _cB, _fRCA, _fRCB, _gT, _aA, _gGT],
1767
+ [0, 0, [() => AssetName, 0], 0, 0, 0, 0, [() => Description, 0], 4, 0, 4, 0, 64 | 0, [() => AssetItemAdditionalAttributes$, 0], 64 | 0], 6
1763
1768
  ];
1764
1769
  export var AssetItemAdditionalAttributes$ = [3, n0, _AIAA,
1765
1770
  0,
@@ -1774,7 +1779,7 @@ export var AssetListing$ = [3, n0, _ALs,
1774
1779
  export var AssetListingDetails$ = [3, n0, _ALD,
1775
1780
  0,
1776
1781
  [_lI, _lS],
1777
- [0, 0]
1782
+ [0, 0], 2
1778
1783
  ];
1779
1784
  export var AssetListingItem$ = [3, n0, _ALIs,
1780
1785
  0,
@@ -1789,7 +1794,7 @@ export var AssetListingItemAdditionalAttributes$ = [3, n0, _ALIAA,
1789
1794
  export var AssetPermission$ = [3, n0, _AP,
1790
1795
  0,
1791
1796
  [_aI, _pe],
1792
- [0, () => Permissions$]
1797
+ [0, () => Permissions$], 2
1793
1798
  ];
1794
1799
  export var AssetRevision$ = [3, n0, _ARs,
1795
1800
  0,
@@ -1799,27 +1804,27 @@ export var AssetRevision$ = [3, n0, _ARs,
1799
1804
  export var AssetScope$ = [3, n0, _AS,
1800
1805
  0,
1801
1806
  [_aI, _fI, _s, _eM],
1802
- [0, 64 | 0, 0, 0]
1807
+ [0, 64 | 0, 0, 0], 3
1803
1808
  ];
1804
1809
  export var AssetTargetNameMap$ = [3, n0, _ATNM,
1805
1810
  0,
1806
1811
  [_aI, _tN],
1807
- [0, 0]
1812
+ [0, 0], 2
1808
1813
  ];
1809
1814
  export var AssetTypeItem$ = [3, n0, _ATI,
1810
1815
  0,
1811
- [_dIo, _n, _r, _de, _fO, _oPI, _oDI, _oPIr, _cA, _cB, _uA, _uB],
1812
- [0, 0, 0, [() => Description, 0], [() => FormsOutputMap, 0], 0, 0, 0, 4, 0, 4, 0]
1816
+ [_dIo, _n, _r, _fO, _oPI, _de, _oDI, _oPIr, _cA, _cB, _uA, _uB],
1817
+ [0, 0, 0, [() => FormsOutputMap, 0], 0, [() => Description, 0], 0, 0, 4, 0, 4, 0], 5
1813
1818
  ];
1814
1819
  export var AssetTypesForRule$ = [3, n0, _ATFR,
1815
1820
  0,
1816
1821
  [_sM, _sAT],
1817
- [0, 64 | 0]
1822
+ [0, 64 | 0], 1
1818
1823
  ];
1819
1824
  export var AssociateEnvironmentRoleInput$ = [3, n0, _AERI,
1820
1825
  0,
1821
1826
  [_dI, _eInv, _eRA],
1822
- [[0, 1], [0, 1], [0, 1]]
1827
+ [[0, 1], [0, 1], [0, 1]], 3
1823
1828
  ];
1824
1829
  export var AssociateEnvironmentRoleOutput$ = [3, n0, _AERO,
1825
1830
  0,
@@ -1829,7 +1834,7 @@ export var AssociateEnvironmentRoleOutput$ = [3, n0, _AERO,
1829
1834
  export var AssociateGovernedTermsInput$ = [3, n0, _AGTI,
1830
1835
  0,
1831
1836
  [_dI, _eI, _eT, _gGT],
1832
- [[0, 1], [0, 1], [0, 1], 64 | 0]
1837
+ [[0, 1], [0, 1], [0, 1], 64 | 0], 4
1833
1838
  ];
1834
1839
  export var AssociateGovernedTermsOutput$ = [3, n0, _AGTO,
1835
1840
  0,
@@ -1854,12 +1859,12 @@ export var AthenaPropertiesPatch$ = [3, n0, _APP,
1854
1859
  export var AttributeError$ = [3, n0, _AE,
1855
1860
  0,
1856
1861
  [_aIt, _cod, _m],
1857
- [0, 0, 0]
1862
+ [0, 0, 0], 3
1858
1863
  ];
1859
1864
  export var AttributeInput$ = [3, n0, _AIt,
1860
1865
  0,
1861
1866
  [_aIt, _f],
1862
- [0, [() => FormInputList, 0]]
1867
+ [0, [() => FormInputList, 0]], 2
1863
1868
  ];
1864
1869
  export var AuthenticationConfiguration$ = [3, n0, _ACu,
1865
1870
  0,
@@ -1899,27 +1904,27 @@ export var BasicAuthenticationCredentials$ = [3, n0, _BAC,
1899
1904
  export var BatchGetAttributeOutput$ = [3, n0, _BGAO,
1900
1905
  0,
1901
1906
  [_aIt, _f],
1902
- [0, [() => FormOutputList, 0]]
1907
+ [0, [() => FormOutputList, 0]], 1
1903
1908
  ];
1904
1909
  export var BatchGetAttributesMetadataInput$ = [3, n0, _BGAMI,
1905
1910
  0,
1906
- [_dI, _eT, _eI, _eR, _aItt],
1907
- [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _eR }], [64 | 0, { [_hQ]: _aIt }]]
1911
+ [_dI, _eT, _eI, _aItt, _eR],
1912
+ [[0, 1], [0, 1], [0, 1], [64 | 0, { [_hQ]: _aIt }], [0, { [_hQ]: _eR }]], 4
1908
1913
  ];
1909
1914
  export var BatchGetAttributesMetadataOutput$ = [3, n0, _BGAMO,
1910
1915
  0,
1911
- [_at, _er],
1912
- [[() => BatchGetAttributeItems, 0], () => AttributesErrors]
1916
+ [_er, _at],
1917
+ [() => AttributesErrors, [() => BatchGetAttributeItems, 0]], 1
1913
1918
  ];
1914
1919
  export var BatchPutAttributeOutput$ = [3, n0, _BPAO,
1915
1920
  0,
1916
1921
  [_aIt],
1917
- [0]
1922
+ [0], 1
1918
1923
  ];
1919
1924
  export var BatchPutAttributesMetadataInput$ = [3, n0, _BPAMI,
1920
1925
  0,
1921
- [_dI, _eT, _eI, _cT, _at],
1922
- [[0, 1], [0, 1], [0, 1], [0, 4], [() => Attributes, 0]]
1926
+ [_dI, _eT, _eI, _at, _cT],
1927
+ [[0, 1], [0, 1], [0, 1], [() => Attributes, 0], [0, 4]], 4
1923
1928
  ];
1924
1929
  export var BatchPutAttributesMetadataOutput$ = [3, n0, _BPAMO,
1925
1930
  0,
@@ -1934,7 +1939,7 @@ export var BusinessNameGenerationConfiguration$ = [3, n0, _BNGC,
1934
1939
  export var CancelMetadataGenerationRunInput$ = [3, n0, _CMGRI,
1935
1940
  0,
1936
1941
  [_dI, _i],
1937
- [[0, 1], [0, 1]]
1942
+ [[0, 1], [0, 1]], 2
1938
1943
  ];
1939
1944
  export var CancelMetadataGenerationRunOutput$ = [3, n0, _CMGRO,
1940
1945
  0,
@@ -1944,17 +1949,17 @@ export var CancelMetadataGenerationRunOutput$ = [3, n0, _CMGRO,
1944
1949
  export var CancelSubscriptionInput$ = [3, n0, _CSI,
1945
1950
  0,
1946
1951
  [_dI, _i],
1947
- [[0, 1], [0, 1]]
1952
+ [[0, 1], [0, 1]], 2
1948
1953
  ];
1949
1954
  export var CancelSubscriptionOutput$ = [3, n0, _CSO,
1950
1955
  0,
1951
- [_id, _cB, _uB, _dIo, _s, _cA, _uA, _sPu, _sLu, _sRI, _rP],
1952
- [0, 0, 0, 0, 0, 4, 4, [() => SubscribedPrincipal$, 0], [() => SubscribedListing$, 0], 0, 2]
1956
+ [_id, _cB, _dIo, _s, _cA, _uA, _sPu, _sLu, _uB, _sRI, _rP],
1957
+ [0, 0, 0, 0, 4, 4, [() => SubscribedPrincipal$, 0], [() => SubscribedListing$, 0], 0, 0, 2], 8
1953
1958
  ];
1954
1959
  export var CloudFormationProperties$ = [3, n0, _CFP,
1955
1960
  0,
1956
1961
  [_tU],
1957
- [0]
1962
+ [0], 1
1958
1963
  ];
1959
1964
  export var ColumnFilterConfiguration$ = [3, n0, _CFC,
1960
1965
  0,
@@ -1968,13 +1973,13 @@ export var ConfigurableActionParameter$ = [3, n0, _CAP,
1968
1973
  ];
1969
1974
  export var ConfigurableEnvironmentAction$ = [3, n0, _CEA,
1970
1975
  0,
1971
- [_ty, _au, _par],
1972
- [0, 0, () => ConfigurableActionParameterList]
1976
+ [_ty, _par, _au],
1977
+ [0, () => ConfigurableActionParameterList, 0], 2
1973
1978
  ];
1974
1979
  export var ConflictException$ = [-3, n0, _CE,
1975
1980
  { [_e]: _c, [_hE]: 409 },
1976
1981
  [_m],
1977
- [0]
1982
+ [0], 1
1978
1983
  ];
1979
1984
  TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
1980
1985
  export var ConnectionCredentials$ = [3, n0, _CC,
@@ -1984,58 +1989,58 @@ export var ConnectionCredentials$ = [3, n0, _CC,
1984
1989
  ];
1985
1990
  export var ConnectionSummary$ = [3, n0, _CS,
1986
1991
  0,
1987
- [_cI, _dIo, _dUI, _eInvi, _n, _pE, _pI, _pr, _ty, _sc],
1988
- [0, 0, 0, 0, 0, [() => PhysicalEndpoints, 0], 0, [() => ConnectionPropertiesOutput$, 0], 0, 0]
1992
+ [_cI, _dIo, _dUI, _n, _pE, _ty, _eInvi, _pI, _pr, _sc],
1993
+ [0, 0, 0, 0, [() => PhysicalEndpoints, 0], 0, 0, 0, [() => ConnectionPropertiesOutput$, 0], 0], 6
1989
1994
  ];
1990
1995
  export var CreateAccountPoolInput$ = [3, n0, _CAPI,
1991
1996
  0,
1992
- [_dI, _n, _de, _rS, _aSc],
1993
- [[0, 1], [() => AccountPoolName, 0], [() => Description, 0], 0, [() => AccountSource$, 0]]
1997
+ [_dI, _n, _rS, _aSc, _de],
1998
+ [[0, 1], [() => AccountPoolName, 0], 0, [() => AccountSource$, 0], [() => Description, 0]], 4
1994
1999
  ];
1995
2000
  export var CreateAccountPoolOutput$ = [3, n0, _CAPO,
1996
2001
  0,
1997
- [_dIo, _n, _id, _de, _rS, _aSc, _cB, _cA, _lUA, _uB, _dUI],
1998
- [0, [() => AccountPoolName, 0], 0, [() => Description, 0], 0, [() => AccountSource$, 0], 0, 5, 5, 0, 0]
2002
+ [_aSc, _cB, _dIo, _n, _id, _de, _rS, _cA, _lUA, _uB, _dUI],
2003
+ [[() => AccountSource$, 0], 0, 0, [() => AccountPoolName, 0], 0, [() => Description, 0], 0, 5, 5, 0, 0], 2
1999
2004
  ];
2000
2005
  export var CreateAssetFilterInput$ = [3, n0, _CAFI,
2001
2006
  0,
2002
- [_dI, _aIs, _n, _de, _con, _cT],
2003
- [[0, 1], [0, 1], [() => FilterName, 0], [() => Description, 0], () => AssetFilterConfiguration$, [0, 4]]
2007
+ [_dI, _aIs, _n, _con, _de, _cT],
2008
+ [[0, 1], [0, 1], [() => FilterName, 0], () => AssetFilterConfiguration$, [() => Description, 0], [0, 4]], 4
2004
2009
  ];
2005
2010
  export var CreateAssetFilterOutput$ = [3, n0, _CAFO,
2006
2011
  0,
2007
- [_id, _dIo, _aI, _n, _de, _s, _con, _cA, _eM, _eCN, _eRF],
2008
- [0, 0, 0, [() => FilterName, 0], [() => Description, 0], 0, () => AssetFilterConfiguration$, 4, 0, 64 | 0, 0]
2012
+ [_id, _dIo, _aI, _n, _con, _de, _s, _cA, _eM, _eCN, _eRF],
2013
+ [0, 0, 0, [() => FilterName, 0], () => AssetFilterConfiguration$, [() => Description, 0], 0, 4, 0, 64 | 0, 0], 5
2009
2014
  ];
2010
2015
  export var CreateAssetInput$ = [3, n0, _CAI,
2011
2016
  0,
2012
- [_n, _dI, _eIx, _tI, _tR, _de, _gT, _fIo, _oPIw, _pCr, _cT],
2013
- [[() => AssetName, 0], [0, 1], 0, 0, 0, [() => Description, 0], 64 | 0, [() => FormInputList, 0], 0, () => PredictionConfiguration$, [0, 4]]
2017
+ [_n, _dI, _tI, _oPIw, _eIx, _tR, _de, _gT, _fIo, _pCr, _cT],
2018
+ [[() => AssetName, 0], [0, 1], 0, 0, 0, 0, [() => Description, 0], 64 | 0, [() => FormInputList, 0], () => PredictionConfiguration$, [0, 4]], 4
2014
2019
  ];
2015
2020
  export var CreateAssetOutput$ = [3, n0, _CAO,
2016
2021
  0,
2017
- [_id, _n, _tI, _tR, _eIx, _r, _de, _cA, _cB, _fRCA, _fRCB, _gT, _gGT, _oPI, _dIo, _l, _fO, _rOFO, _lTSDPFO, _pCr],
2018
- [0, [() => AssetName, 0], 0, 0, 0, 0, [() => Description, 0], 4, 0, 4, 0, 64 | 0, 64 | 0, 0, 0, () => AssetListingDetails$, [() => FormOutputList, 0], [() => FormOutputList, 0], () => TimeSeriesDataPointSummaryFormOutputList, () => PredictionConfiguration$]
2022
+ [_id, _n, _tI, _tR, _r, _oPI, _dIo, _fO, _eIx, _de, _cA, _cB, _fRCA, _fRCB, _gT, _gGT, _l, _rOFO, _lTSDPFO, _pCr],
2023
+ [0, [() => AssetName, 0], 0, 0, 0, 0, 0, [() => FormOutputList, 0], 0, [() => Description, 0], 4, 0, 4, 0, 64 | 0, 64 | 0, () => AssetListingDetails$, [() => FormOutputList, 0], () => TimeSeriesDataPointSummaryFormOutputList, () => PredictionConfiguration$], 8
2019
2024
  ];
2020
2025
  export var CreateAssetRevisionInput$ = [3, n0, _CARI,
2021
2026
  0,
2022
2027
  [_n, _dI, _i, _tR, _de, _gT, _fIo, _pCr, _cT],
2023
- [[() => AssetName, 0], [0, 1], [0, 1], 0, [() => Description, 0], 64 | 0, [() => FormInputList, 0], () => PredictionConfiguration$, [0, 4]]
2028
+ [[() => AssetName, 0], [0, 1], [0, 1], 0, [() => Description, 0], 64 | 0, [() => FormInputList, 0], () => PredictionConfiguration$, [0, 4]], 3
2024
2029
  ];
2025
2030
  export var CreateAssetRevisionOutput$ = [3, n0, _CARO,
2026
2031
  0,
2027
- [_id, _n, _tI, _tR, _eIx, _r, _de, _cA, _cB, _fRCA, _fRCB, _gT, _gGT, _oPI, _dIo, _l, _fO, _rOFO, _lTSDPFO, _pCr],
2028
- [0, [() => AssetName, 0], 0, 0, 0, 0, [() => Description, 0], 4, 0, 4, 0, 64 | 0, 64 | 0, 0, 0, () => AssetListingDetails$, [() => FormOutputList, 0], [() => FormOutputList, 0], () => TimeSeriesDataPointSummaryFormOutputList, () => PredictionConfiguration$]
2032
+ [_id, _n, _tI, _tR, _r, _oPI, _dIo, _fO, _eIx, _de, _cA, _cB, _fRCA, _fRCB, _gT, _gGT, _l, _rOFO, _lTSDPFO, _pCr],
2033
+ [0, [() => AssetName, 0], 0, 0, 0, 0, 0, [() => FormOutputList, 0], 0, [() => Description, 0], 4, 0, 4, 0, 64 | 0, 64 | 0, () => AssetListingDetails$, [() => FormOutputList, 0], () => TimeSeriesDataPointSummaryFormOutputList, () => PredictionConfiguration$], 8
2029
2034
  ];
2030
2035
  export var CreateAssetTypeInput$ = [3, n0, _CATI,
2031
2036
  0,
2032
- [_dI, _n, _de, _fIo, _oPIw],
2033
- [[0, 1], 0, [() => Description, 0], () => FormsInputMap, 0]
2037
+ [_dI, _n, _fIo, _oPIw, _de],
2038
+ [[0, 1], 0, () => FormsInputMap, 0, [() => Description, 0]], 4
2034
2039
  ];
2035
2040
  export var CreateAssetTypeOutput$ = [3, n0, _CATO,
2036
2041
  0,
2037
- [_dIo, _n, _r, _de, _fO, _oPI, _oDI, _oPIr, _cA, _cB, _uA, _uB],
2038
- [0, 0, 0, [() => Description, 0], [() => FormsOutputMap, 0], 0, 0, 0, 4, 0, 4, 0]
2042
+ [_dIo, _n, _r, _fO, _de, _oPI, _oDI, _oPIr, _cA, _cB, _uA, _uB],
2043
+ [0, 0, 0, [() => FormsOutputMap, 0], [() => Description, 0], 0, 0, 0, 4, 0, 4, 0], 4
2039
2044
  ];
2040
2045
  export var CreateAssetTypePolicyGrantDetail$ = [3, n0, _CATPGD,
2041
2046
  0,
@@ -2044,63 +2049,63 @@ export var CreateAssetTypePolicyGrantDetail$ = [3, n0, _CATPGD,
2044
2049
  ];
2045
2050
  export var CreateConnectionInput$ = [3, n0, _CCI,
2046
2051
  0,
2047
- [_aL, _cT, _de, _dI, _eInv, _n, _pr, _eTIP, _sc],
2048
- [() => AwsLocation$, [0, 4], [() => Description, 0], [0, 1], 0, 0, [() => ConnectionPropertiesInput$, 0], 2, 0]
2052
+ [_dI, _n, _aL, _cT, _de, _eInv, _pr, _eTIP, _sc],
2053
+ [[0, 1], 0, () => AwsLocation$, [0, 4], [() => Description, 0], 0, [() => ConnectionPropertiesInput$, 0], 2, 0], 2
2049
2054
  ];
2050
2055
  export var CreateConnectionOutput$ = [3, n0, _CCO,
2051
2056
  0,
2052
- [_cI, _de, _dIo, _dUI, _eInvi, _n, _pE, _pI, _pr, _ty, _sc],
2053
- [0, [() => Description, 0], 0, 0, 0, 0, [() => PhysicalEndpoints, 0], 0, [() => ConnectionPropertiesOutput$, 0], 0, 0]
2057
+ [_cI, _dIo, _dUI, _n, _pE, _ty, _de, _eInvi, _pI, _pr, _sc],
2058
+ [0, 0, 0, 0, [() => PhysicalEndpoints, 0], 0, [() => Description, 0], 0, 0, [() => ConnectionPropertiesOutput$, 0], 0], 6
2054
2059
  ];
2055
2060
  export var CreateDataProductInput$ = [3, n0, _CDPI,
2056
2061
  0,
2057
2062
  [_dI, _n, _oPIw, _de, _gT, _fIo, _it, _cT],
2058
- [[0, 1], [() => DataProductName, 0], 0, [() => DataProductDescription, 0], 64 | 0, [() => FormInputList, 0], () => DataProductItems, [0, 4]]
2063
+ [[0, 1], [() => DataProductName, 0], 0, [() => DataProductDescription, 0], 64 | 0, [() => FormInputList, 0], () => DataProductItems, [0, 4]], 3
2059
2064
  ];
2060
2065
  export var CreateDataProductOutput$ = [3, n0, _CDPO,
2061
2066
  0,
2062
2067
  [_dIo, _id, _r, _oPI, _n, _s, _de, _gT, _it, _fO, _cA, _cB, _fRCA, _fRCB],
2063
- [0, 0, 0, 0, [() => DataProductName, 0], 0, [() => DataProductDescription, 0], 64 | 0, () => DataProductItems, [() => FormOutputList, 0], 4, 0, 4, 0]
2068
+ [0, 0, 0, 0, [() => DataProductName, 0], 0, [() => DataProductDescription, 0], 64 | 0, () => DataProductItems, [() => FormOutputList, 0], 4, 0, 4, 0], 6
2064
2069
  ];
2065
2070
  export var CreateDataProductRevisionInput$ = [3, n0, _CDPRI,
2066
2071
  0,
2067
2072
  [_dI, _i, _n, _de, _gT, _it, _fIo, _cT],
2068
- [[0, 1], [0, 1], [() => DataProductName, 0], [() => DataProductDescription, 0], 64 | 0, () => DataProductItems, [() => FormInputList, 0], [0, 4]]
2073
+ [[0, 1], [0, 1], [() => DataProductName, 0], [() => DataProductDescription, 0], 64 | 0, () => DataProductItems, [() => FormInputList, 0], [0, 4]], 3
2069
2074
  ];
2070
2075
  export var CreateDataProductRevisionOutput$ = [3, n0, _CDPRO,
2071
2076
  0,
2072
2077
  [_dIo, _id, _r, _oPI, _n, _s, _de, _gT, _it, _fO, _cA, _cB, _fRCA, _fRCB],
2073
- [0, 0, 0, 0, [() => DataProductName, 0], 0, [() => DataProductDescription, 0], 64 | 0, () => DataProductItems, [() => FormOutputList, 0], 4, 0, 4, 0]
2078
+ [0, 0, 0, 0, [() => DataProductName, 0], 0, [() => DataProductDescription, 0], 64 | 0, () => DataProductItems, [() => FormOutputList, 0], 4, 0, 4, 0], 6
2074
2079
  ];
2075
2080
  export var CreateDataSourceInput$ = [3, n0, _CDSI,
2076
2081
  0,
2077
- [_n, _de, _dI, _pIr, _eInv, _cIo, _ty, _con, _re, _eS, _sch, _pOI, _aFI, _cT],
2078
- [[() => Name, 0], [() => Description, 0], [0, 1], 0, 0, 0, 0, () => DataSourceConfigurationInput$, () => RecommendationConfiguration$, 0, [() => ScheduleConfiguration$, 0], 2, [() => FormInputList, 0], [0, 4]]
2082
+ [_n, _dI, _pIr, _ty, _de, _eInv, _cIo, _con, _re, _eS, _sch, _pOI, _aFI, _cT],
2083
+ [[() => Name, 0], [0, 1], 0, 0, [() => Description, 0], 0, 0, () => DataSourceConfigurationInput$, () => RecommendationConfiguration$, 0, [() => ScheduleConfiguration$, 0], 2, [() => FormInputList, 0], [0, 4]], 4
2079
2084
  ];
2080
2085
  export var CreateDataSourceOutput$ = [3, n0, _CDSO,
2081
2086
  0,
2082
- [_id, _s, _ty, _n, _de, _dIo, _pI, _eInvi, _cI, _con, _re, _eS, _pOI, _aFO, _sch, _lRS, _lRA, _lREM, _eM, _cA, _uA],
2083
- [0, 0, 0, [() => Name, 0], [() => Description, 0], 0, 0, 0, 0, () => DataSourceConfigurationOutput$, () => RecommendationConfiguration$, 0, 2, [() => FormOutputList, 0], [() => ScheduleConfiguration$, 0], 0, 5, () => DataSourceErrorMessage$, () => DataSourceErrorMessage$, 5, 5]
2087
+ [_id, _n, _dIo, _pI, _s, _ty, _de, _eInvi, _cI, _con, _re, _eS, _pOI, _aFO, _sch, _lRS, _lRA, _lREM, _eM, _cA, _uA],
2088
+ [0, [() => Name, 0], 0, 0, 0, 0, [() => Description, 0], 0, 0, () => DataSourceConfigurationOutput$, () => RecommendationConfiguration$, 0, 2, [() => FormOutputList, 0], [() => ScheduleConfiguration$, 0], 0, 5, () => DataSourceErrorMessage$, () => DataSourceErrorMessage$, 5, 5], 4
2084
2089
  ];
2085
2090
  export var CreateDomainInput$ = [3, n0, _CDI,
2086
2091
  0,
2087
- [_n, _de, _sSO, _dER, _kKI, _ta, _dVo, _sRe, _cT],
2088
- [0, 0, () => SingleSignOn$, 0, 0, 128 | 0, 0, 0, [0, 4]]
2092
+ [_n, _dER, _de, _sSO, _kKI, _ta, _dVo, _sRe, _cT],
2093
+ [0, 0, 0, () => SingleSignOn$, 0, 128 | 0, 0, 0, [0, 4]], 2
2089
2094
  ];
2090
2095
  export var CreateDomainOutput$ = [3, n0, _CDO,
2091
2096
  0,
2092
2097
  [_id, _rDUI, _n, _de, _sSO, _dER, _ar, _kKI, _s, _pU, _ta, _dVo, _sRe],
2093
- [0, 0, 0, 0, () => SingleSignOn$, 0, 0, 0, 0, 0, 128 | 0, 0, 0]
2098
+ [0, 0, 0, 0, () => SingleSignOn$, 0, 0, 0, 0, 0, 128 | 0, 0, 0], 1
2094
2099
  ];
2095
2100
  export var CreateDomainUnitInput$ = [3, n0, _CDUI,
2096
2101
  0,
2097
2102
  [_dI, _n, _pDUI, _de, _cT],
2098
- [[0, 1], [() => DomainUnitName, 0], 0, [() => DomainUnitDescription, 0], [0, 4]]
2103
+ [[0, 1], [() => DomainUnitName, 0], 0, [() => DomainUnitDescription, 0], [0, 4]], 3
2099
2104
  ];
2100
2105
  export var CreateDomainUnitOutput$ = [3, n0, _CDUO,
2101
2106
  0,
2102
- [_id, _dIo, _n, _pDUIa, _de, _ow, _aDUI, _cA, _cB],
2103
- [0, 0, [() => DomainUnitName, 0], 0, [() => DomainUnitDescription, 0], () => DomainUnitOwners, 64 | 0, 4, 0]
2107
+ [_id, _dIo, _n, _ow, _aDUI, _pDUIa, _de, _cA, _cB],
2108
+ [0, 0, [() => DomainUnitName, 0], () => DomainUnitOwners, 64 | 0, 0, [() => DomainUnitDescription, 0], 4, 0], 5
2104
2109
  ];
2105
2110
  export var CreateDomainUnitPolicyGrantDetail$ = [3, n0, _CDUPGD,
2106
2111
  0,
@@ -2110,42 +2115,42 @@ export var CreateDomainUnitPolicyGrantDetail$ = [3, n0, _CDUPGD,
2110
2115
  export var CreateEnvironmentActionInput$ = [3, n0, _CEAI,
2111
2116
  0,
2112
2117
  [_dI, _eInv, _n, _par, _de],
2113
- [[0, 1], [0, 1], 0, () => ActionParameters$, 0]
2118
+ [[0, 1], [0, 1], 0, () => ActionParameters$, 0], 4
2114
2119
  ];
2115
2120
  export var CreateEnvironmentActionOutput$ = [3, n0, _CEAO,
2116
2121
  0,
2117
2122
  [_dIo, _eInvi, _id, _n, _par, _de],
2118
- [0, 0, 0, 0, () => ActionParameters$, 0]
2123
+ [0, 0, 0, 0, () => ActionParameters$, 0], 5
2119
2124
  ];
2120
2125
  export var CreateEnvironmentBlueprintInput$ = [3, n0, _CEBI,
2121
2126
  0,
2122
- [_dI, _n, _de, _pP, _uP],
2123
- [[0, 1], 0, [() => Description, 0], () => ProvisioningProperties$, [() => CustomParameterList, 0]]
2127
+ [_dI, _n, _pP, _de, _uP],
2128
+ [[0, 1], 0, () => ProvisioningProperties$, [() => Description, 0], [() => CustomParameterList, 0]], 3
2124
2129
  ];
2125
2130
  export var CreateEnvironmentBlueprintOutput$ = [3, n0, _CEBO,
2126
2131
  0,
2127
- [_id, _n, _de, _pro, _pP, _dP, _uP, _gT, _cA, _uA],
2128
- [0, 0, [() => Description, 0], 0, () => ProvisioningProperties$, () => DeploymentProperties$, [() => CustomParameterList, 0], 64 | 0, 5, 5]
2132
+ [_id, _n, _pro, _pP, _de, _dP, _uP, _gT, _cA, _uA],
2133
+ [0, 0, 0, () => ProvisioningProperties$, [() => Description, 0], () => DeploymentProperties$, [() => CustomParameterList, 0], 64 | 0, 5, 5], 4
2129
2134
  ];
2130
2135
  export var CreateEnvironmentInput$ = [3, n0, _CEI,
2131
2136
  0,
2132
- [_pIr, _dI, _de, _n, _ePI, _uP, _gT, _eAI, _eAR, _eBI, _dO, _eCI],
2133
- [0, [0, 1], 0, 0, 0, () => EnvironmentParametersList, 64 | 0, 0, 0, 0, 1, 0]
2137
+ [_pIr, _dI, _n, _de, _ePI, _uP, _gT, _eAI, _eAR, _eBI, _dO, _eCI],
2138
+ [0, [0, 1], 0, 0, 0, () => EnvironmentParametersList, 64 | 0, 0, 0, 0, 1, 0], 3
2134
2139
  ];
2135
2140
  export var CreateEnvironmentOutput$ = [3, n0, _CEO,
2136
2141
  0,
2137
- [_pI, _id, _dIo, _cB, _cA, _uA, _n, _de, _ePIn, _aAI, _aAR, _pro, _pR, _s, _eA, _gT, _uP, _lD, _pP, _dP, _eBIn, _eCI],
2138
- [0, 0, 0, 0, 5, 5, [() => EnvironmentName, 0], [() => Description, 0], 0, 0, 0, 0, () => ResourceList, 0, () => EnvironmentActionList, 64 | 0, [() => CustomParameterList, 0], () => Deployment$, () => ProvisioningProperties$, () => DeploymentProperties$, 0, [() => EnvironmentConfigurationId, 0]]
2142
+ [_pI, _dIo, _cB, _n, _pro, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR, _s, _eA, _gT, _uP, _lD, _pP, _dP, _eBIn, _eCI],
2143
+ [0, 0, 0, [() => EnvironmentName, 0], 0, 0, 5, 5, [() => Description, 0], 0, 0, 0, () => ResourceList, 0, () => EnvironmentActionList, 64 | 0, [() => CustomParameterList, 0], () => Deployment$, () => ProvisioningProperties$, () => DeploymentProperties$, 0, [() => EnvironmentConfigurationId, 0]], 5
2139
2144
  ];
2140
2145
  export var CreateEnvironmentProfileInput$ = [3, n0, _CEPI,
2141
2146
  0,
2142
- [_dI, _n, _de, _eBI, _pIr, _uP, _aAI, _aAR],
2143
- [[0, 1], [() => EnvironmentProfileName, 0], [() => Description, 0], 0, 0, () => EnvironmentParametersList, 0, 0]
2147
+ [_dI, _n, _eBI, _pIr, _de, _uP, _aAI, _aAR],
2148
+ [[0, 1], [() => EnvironmentProfileName, 0], 0, 0, [() => Description, 0], () => EnvironmentParametersList, 0, 0], 4
2144
2149
  ];
2145
2150
  export var CreateEnvironmentProfileOutput$ = [3, n0, _CEPO,
2146
2151
  0,
2147
- [_id, _dIo, _aAI, _aAR, _cB, _cA, _uA, _n, _de, _eBIn, _pI, _uP],
2148
- [0, 0, 0, 0, 0, 5, 5, [() => EnvironmentProfileName, 0], [() => Description, 0], 0, 0, [() => CustomParameterList, 0]]
2152
+ [_id, _dIo, _cB, _n, _eBIn, _aAI, _aAR, _cA, _uA, _de, _pI, _uP],
2153
+ [0, 0, 0, [() => EnvironmentProfileName, 0], 0, 0, 0, 5, 5, [() => Description, 0], 0, [() => CustomParameterList, 0]], 5
2149
2154
  ];
2150
2155
  export var CreateEnvironmentProfilePolicyGrantDetail$ = [3, n0, _CEPPGD,
2151
2156
  0,
@@ -2155,12 +2160,12 @@ export var CreateEnvironmentProfilePolicyGrantDetail$ = [3, n0, _CEPPGD,
2155
2160
  export var CreateFormTypeInput$ = [3, n0, _CFTI,
2156
2161
  0,
2157
2162
  [_dI, _n, _mo, _oPIw, _s, _de],
2158
- [[0, 1], [() => FormTypeName, 0], [() => Model$, 0], 0, 0, [() => Description, 0]]
2163
+ [[0, 1], [() => FormTypeName, 0], [() => Model$, 0], 0, 0, [() => Description, 0]], 4
2159
2164
  ];
2160
2165
  export var CreateFormTypeOutput$ = [3, n0, _CFTO,
2161
2166
  0,
2162
2167
  [_dIo, _n, _r, _de, _oPI, _oDI, _oPIr],
2163
- [0, [() => FormTypeName, 0], 0, [() => Description, 0], 0, 0, 0]
2168
+ [0, [() => FormTypeName, 0], 0, [() => Description, 0], 0, 0, 0], 3
2164
2169
  ];
2165
2170
  export var CreateFormTypePolicyGrantDetail$ = [3, n0, _CFTPGD,
2166
2171
  0,
@@ -2170,12 +2175,12 @@ export var CreateFormTypePolicyGrantDetail$ = [3, n0, _CFTPGD,
2170
2175
  export var CreateGlossaryInput$ = [3, n0, _CGI,
2171
2176
  0,
2172
2177
  [_dI, _n, _oPIw, _de, _s, _uR, _cT],
2173
- [[0, 1], [() => GlossaryName, 0], 0, [() => GlossaryDescription, 0], 0, 64 | 0, [0, 4]]
2178
+ [[0, 1], [() => GlossaryName, 0], 0, [() => GlossaryDescription, 0], 0, 64 | 0, [0, 4]], 3
2174
2179
  ];
2175
2180
  export var CreateGlossaryOutput$ = [3, n0, _CGO,
2176
2181
  0,
2177
2182
  [_dIo, _id, _n, _oPI, _de, _s, _uR],
2178
- [0, 0, [() => GlossaryName, 0], 0, [() => GlossaryDescription, 0], 0, 64 | 0]
2183
+ [0, 0, [() => GlossaryName, 0], 0, [() => GlossaryDescription, 0], 0, 64 | 0], 4
2179
2184
  ];
2180
2185
  export var CreateGlossaryPolicyGrantDetail$ = [3, n0, _CGPGD,
2181
2186
  0,
@@ -2185,17 +2190,17 @@ export var CreateGlossaryPolicyGrantDetail$ = [3, n0, _CGPGD,
2185
2190
  export var CreateGlossaryTermInput$ = [3, n0, _CGTI,
2186
2191
  0,
2187
2192
  [_dI, _gIl, _n, _s, _sD, _lDo, _tRe, _cT],
2188
- [[0, 1], 0, [() => GlossaryTermName, 0], 0, [() => ShortDescription, 0], [() => LongDescription, 0], () => TermRelations$, [0, 4]]
2193
+ [[0, 1], 0, [() => GlossaryTermName, 0], 0, [() => ShortDescription, 0], [() => LongDescription, 0], () => TermRelations$, [0, 4]], 3
2189
2194
  ];
2190
2195
  export var CreateGlossaryTermOutput$ = [3, n0, _CGTO,
2191
2196
  0,
2192
2197
  [_id, _dIo, _gIlo, _n, _s, _sD, _lDo, _tRe, _uR],
2193
- [0, 0, 0, [() => GlossaryTermName, 0], 0, [() => ShortDescription, 0], [() => LongDescription, 0], () => TermRelations$, 64 | 0]
2198
+ [0, 0, 0, [() => GlossaryTermName, 0], 0, [() => ShortDescription, 0], [() => LongDescription, 0], () => TermRelations$, 64 | 0], 5
2194
2199
  ];
2195
2200
  export var CreateGroupProfileInput$ = [3, n0, _CGPI,
2196
2201
  0,
2197
2202
  [_dI, _gIr, _cT],
2198
- [[0, 1], 0, [0, 4]]
2203
+ [[0, 1], 0, [0, 4]], 2
2199
2204
  ];
2200
2205
  export var CreateGroupProfileOutput$ = [3, n0, _CGPO,
2201
2206
  0,
@@ -2204,13 +2209,13 @@ export var CreateGroupProfileOutput$ = [3, n0, _CGPO,
2204
2209
  ];
2205
2210
  export var CreateListingChangeSetInput$ = [3, n0, _CLCSI,
2206
2211
  0,
2207
- [_dI, _eI, _eT, _eR, _ac, _cT],
2208
- [[0, 1], 0, 0, 0, 0, [0, 4]]
2212
+ [_dI, _eI, _eT, _ac, _eR, _cT],
2213
+ [[0, 1], 0, 0, 0, 0, [0, 4]], 4
2209
2214
  ];
2210
2215
  export var CreateListingChangeSetOutput$ = [3, n0, _CLCSO,
2211
2216
  0,
2212
2217
  [_lI, _lR, _s],
2213
- [0, 0, 0]
2218
+ [0, 0, 0], 3
2214
2219
  ];
2215
2220
  export var CreateProjectFromProjectProfilePolicyGrantDetail$ = [3, n0, _CPFPPPGD,
2216
2221
  0,
@@ -2220,12 +2225,12 @@ export var CreateProjectFromProjectProfilePolicyGrantDetail$ = [3, n0, _CPFPPPGD
2220
2225
  export var CreateProjectInput$ = [3, n0, _CPI,
2221
2226
  0,
2222
2227
  [_dI, _n, _de, _rT, _gT, _dUI, _pPI, _uP],
2223
- [[0, 1], [() => ProjectName, 0], [() => Description, 0], 128 | 0, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0]]
2228
+ [[0, 1], [() => ProjectName, 0], [() => Description, 0], 128 | 0, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0]], 2
2224
2229
  ];
2225
2230
  export var CreateProjectMembershipInput$ = [3, n0, _CPMI,
2226
2231
  0,
2227
2232
  [_dI, _pIr, _me, _des],
2228
- [[0, 1], [0, 1], () => Member$, 0]
2233
+ [[0, 1], [0, 1], () => Member$, 0], 4
2229
2234
  ];
2230
2235
  export var CreateProjectMembershipOutput$ = [3, n0, _CPMO,
2231
2236
  0,
@@ -2234,8 +2239,8 @@ export var CreateProjectMembershipOutput$ = [3, n0, _CPMO,
2234
2239
  ];
2235
2240
  export var CreateProjectOutput$ = [3, n0, _CPO,
2236
2241
  0,
2237
- [_dIo, _id, _n, _de, _pS, _fR, _cB, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD],
2238
- [0, 0, [() => ProjectName, 0], [() => Description, 0], 0, () => FailureReasons, 0, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => EnvironmentDeploymentDetails$]
2242
+ [_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD],
2243
+ [0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => EnvironmentDeploymentDetails$], 4
2239
2244
  ];
2240
2245
  export var CreateProjectPolicyGrantDetail$ = [3, n0, _CPPGD,
2241
2246
  0,
@@ -2245,57 +2250,57 @@ export var CreateProjectPolicyGrantDetail$ = [3, n0, _CPPGD,
2245
2250
  export var CreateProjectProfileInput$ = [3, n0, _CPPI,
2246
2251
  0,
2247
2252
  [_dI, _n, _de, _s, _pRT, _aCPRT, _pRTD, _eC, _dUIo],
2248
- [[0, 1], [() => ProjectProfileName, 0], [() => Description, 0], 0, () => ProjectResourceTagParameters, 2, [() => Description, 0], [() => EnvironmentConfigurationsList, 0], 0]
2253
+ [[0, 1], [() => ProjectProfileName, 0], [() => Description, 0], 0, () => ProjectResourceTagParameters, 2, [() => Description, 0], [() => EnvironmentConfigurationsList, 0], 0], 2
2249
2254
  ];
2250
2255
  export var CreateProjectProfileOutput$ = [3, n0, _CPPO,
2251
2256
  0,
2252
- [_dIo, _id, _n, _de, _s, _pRT, _aCPRT, _pRTD, _eC, _cB, _cA, _lUA, _dUI],
2253
- [0, 0, [() => ProjectProfileName, 0], [() => Description, 0], 0, () => ProjectResourceTagParameters, 2, [() => Description, 0], [() => EnvironmentConfigurationsList, 0], 0, 5, 5, 0]
2257
+ [_dIo, _id, _n, _cB, _de, _s, _pRT, _aCPRT, _pRTD, _eC, _cA, _lUA, _dUI],
2258
+ [0, 0, [() => ProjectProfileName, 0], 0, [() => Description, 0], 0, () => ProjectResourceTagParameters, 2, [() => Description, 0], [() => EnvironmentConfigurationsList, 0], 5, 5, 0], 4
2254
2259
  ];
2255
2260
  export var CreateRuleInput$ = [3, n0, _CRI,
2256
2261
  0,
2257
2262
  [_dI, _n, _tar, _ac, _sc, _d, _de, _cT],
2258
- [[0, 1], [() => RuleName, 0], () => RuleTarget$, 0, () => RuleScope$, () => RuleDetail$, [() => Description, 0], [0, 4]]
2263
+ [[0, 1], [() => RuleName, 0], () => RuleTarget$, 0, () => RuleScope$, () => RuleDetail$, [() => Description, 0], [0, 4]], 6
2259
2264
  ];
2260
2265
  export var CreateRuleOutput$ = [3, n0, _CRO,
2261
2266
  0,
2262
- [_i, _n, _rTu, _tar, _ac, _sc, _d, _tT, _de, _cA, _cB],
2263
- [0, [() => RuleName, 0], 0, () => RuleTarget$, 0, () => RuleScope$, () => RuleDetail$, 0, [() => Description, 0], 4, 0]
2267
+ [_i, _n, _rTu, _tar, _ac, _sc, _d, _cA, _cB, _tT, _de],
2268
+ [0, [() => RuleName, 0], 0, () => RuleTarget$, 0, () => RuleScope$, () => RuleDetail$, 4, 0, 0, [() => Description, 0]], 9
2264
2269
  ];
2265
2270
  export var CreateSubscriptionGrantInput$ = [3, n0, _CSGI,
2266
2271
  0,
2267
- [_dI, _eInv, _sTI, _gE, _aTN, _cT],
2268
- [[0, 1], 0, 0, () => GrantedEntityInput$, () => AssetTargetNames, [0, 4]]
2272
+ [_dI, _eInv, _gE, _sTI, _aTN, _cT],
2273
+ [[0, 1], 0, () => GrantedEntityInput$, 0, () => AssetTargetNames, [0, 4]], 3
2269
2274
  ];
2270
2275
  export var CreateSubscriptionGrantOutput$ = [3, n0, _CSGO,
2271
2276
  0,
2272
- [_id, _cB, _uB, _dIo, _cA, _uA, _eInvi, _sTIu, _gE, _s, _as, _sI],
2273
- [0, 0, 0, 0, 4, 4, 0, 0, () => GrantedEntity$, 0, () => SubscribedAssets, 0]
2277
+ [_id, _cB, _dIo, _cA, _uA, _sTIu, _gE, _s, _uB, _eInvi, _as, _sI],
2278
+ [0, 0, 0, 4, 4, 0, () => GrantedEntity$, 0, 0, 0, () => SubscribedAssets, 0], 8
2274
2279
  ];
2275
2280
  export var CreateSubscriptionRequestInput$ = [3, n0, _CSRI,
2276
2281
  0,
2277
2282
  [_dI, _sP, _sL, _rR, _cT, _mF, _aP, _aS],
2278
- [[0, 1], () => SubscribedPrincipalInputs, () => SubscribedListingInputs, [() => RequestReason, 0], [0, 4], [() => MetadataFormInputs, 0], () => AssetPermissions, () => AcceptedAssetScopes]
2283
+ [[0, 1], () => SubscribedPrincipalInputs, () => SubscribedListingInputs, [() => RequestReason, 0], [0, 4], [() => MetadataFormInputs, 0], () => AssetPermissions, () => AcceptedAssetScopes], 4
2279
2284
  ];
2280
2285
  export var CreateSubscriptionRequestOutput$ = [3, n0, _CSRO,
2281
2286
  0,
2282
- [_id, _cB, _uB, _dIo, _s, _cA, _uA, _rR, _sP, _sL, _rI, _dC, _eSI, _mF],
2283
- [0, 0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, [() => DecisionComment, 0], 0, [() => MetadataForms, 0]]
2287
+ [_id, _cB, _dIo, _s, _cA, _uA, _rR, _sP, _sL, _uB, _rI, _dC, _eSI, _mF],
2288
+ [0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, 0, [() => DecisionComment, 0], 0, [() => MetadataForms, 0]], 9
2284
2289
  ];
2285
2290
  export var CreateSubscriptionTargetInput$ = [3, n0, _CSTI,
2286
2291
  0,
2287
- [_dI, _eInv, _n, _ty, _sTC, _aPu, _mAR, _aAT, _pro, _cT],
2288
- [[0, 1], [0, 1], [() => SubscriptionTargetName, 0], 0, () => SubscriptionTargetForms, 64 | 0, 0, 64 | 0, 0, [0, 4]]
2292
+ [_dI, _eInv, _n, _ty, _sTC, _aPu, _mAR, _aAT, _pro, _cT, _sGCM],
2293
+ [[0, 1], [0, 1], [() => SubscriptionTargetName, 0], 0, () => SubscriptionTargetForms, 64 | 0, 0, 64 | 0, 0, [0, 4], 0], 8
2289
2294
  ];
2290
2295
  export var CreateSubscriptionTargetOutput$ = [3, n0, _CSTO,
2291
2296
  0,
2292
- [_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _uB, _cA, _uA, _mAR, _aAT, _sTC, _pro],
2293
- [0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 0, 4, 4, 0, 64 | 0, () => SubscriptionTargetForms, 0]
2297
+ [_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _cA, _aAT, _sTC, _pro, _uB, _uA, _mAR, _sGCM],
2298
+ [0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 4, 64 | 0, () => SubscriptionTargetForms, 0, 0, 4, 0, 0], 12
2294
2299
  ];
2295
2300
  export var CreateUserProfileInput$ = [3, n0, _CUPI,
2296
2301
  0,
2297
2302
  [_dI, _uI, _uT, _cT],
2298
- [[0, 1], 0, 0, [0, 4]]
2303
+ [[0, 1], 0, 0, [0, 4]], 2
2299
2304
  ];
2300
2305
  export var CreateUserProfileOutput$ = [3, n0, _CUPO,
2301
2306
  0,
@@ -2305,17 +2310,17 @@ export var CreateUserProfileOutput$ = [3, n0, _CUPO,
2305
2310
  export var CustomAccountPoolHandler$ = [3, n0, _CAPH,
2306
2311
  0,
2307
2312
  [_lFA, _lERA],
2308
- [0, 0]
2313
+ [0, 0], 1
2309
2314
  ];
2310
2315
  export var CustomParameter$ = [3, n0, _CP,
2311
2316
  0,
2312
- [_kN, _de, _fT, _dVe, _iEs, _iO, _iUS],
2313
- [0, [() => Description, 0], 0, 0, 2, 2, 2]
2317
+ [_kN, _fT, _de, _dVe, _iEs, _iO, _iUS],
2318
+ [0, 0, [() => Description, 0], 0, 2, 2, 2], 2
2314
2319
  ];
2315
2320
  export var DataProductItem$ = [3, n0, _DPI,
2316
2321
  0,
2317
2322
  [_iT, _i, _r, _gT],
2318
- [0, 0, 0, 64 | 0]
2323
+ [0, 0, 0, 64 | 0], 2
2319
2324
  ];
2320
2325
  export var DataProductItemAdditionalAttributes$ = [3, n0, _DPIAA,
2321
2326
  0,
@@ -2340,7 +2345,7 @@ export var DataProductListingItemAdditionalAttributes$ = [3, n0, _DPLIAA,
2340
2345
  export var DataProductResultItem$ = [3, n0, _DPRI,
2341
2346
  0,
2342
2347
  [_dIo, _id, _n, _oPI, _de, _gT, _cA, _cB, _fRCA, _fRCB, _aA],
2343
- [0, 0, [() => DataProductName, 0], 0, [() => DataProductDescription, 0], 64 | 0, 4, 0, 4, 0, () => DataProductItemAdditionalAttributes$]
2348
+ [0, 0, [() => DataProductName, 0], 0, [() => DataProductDescription, 0], 64 | 0, 4, 0, 4, 0, () => DataProductItemAdditionalAttributes$], 4
2344
2349
  ];
2345
2350
  export var DataProductRevision$ = [3, n0, _DPR,
2346
2351
  0,
@@ -2350,12 +2355,12 @@ export var DataProductRevision$ = [3, n0, _DPR,
2350
2355
  export var DataSourceErrorMessage$ = [3, n0, _DSEM,
2351
2356
  0,
2352
2357
  [_eTr, _eD],
2353
- [0, 0]
2358
+ [0, 0], 1
2354
2359
  ];
2355
2360
  export var DataSourceRunActivity$ = [3, n0, _DSRA,
2356
2361
  0,
2357
- [_da, _dSRI, _tNe, _dAS, _pI, _dAI, _tD, _eM, _lSi, _cA, _uA],
2358
- [[() => Name, 0], 0, [() => Name, 0], 0, 0, 0, [() => Description, 0], () => DataSourceErrorMessage$, () => LineageInfo$, 5, 5]
2362
+ [_da, _dSRI, _tNe, _dAS, _pI, _cA, _uA, _dAI, _tD, _eM, _lSi],
2363
+ [[() => Name, 0], 0, [() => Name, 0], 0, 0, 5, 5, 0, [() => Description, 0], () => DataSourceErrorMessage$, () => LineageInfo$], 7
2359
2364
  ];
2360
2365
  export var DataSourceRunLineageSummary$ = [3, n0, _DSRLS,
2361
2366
  0,
@@ -2364,18 +2369,18 @@ export var DataSourceRunLineageSummary$ = [3, n0, _DSRLS,
2364
2369
  ];
2365
2370
  export var DataSourceRunSummary$ = [3, n0, _DSRS,
2366
2371
  0,
2367
- [_id, _dSI, _ty, _s, _pI, _rSFA, _eM, _cA, _uA, _sAt, _sAto, _lSi],
2368
- [0, 0, 0, 0, 0, () => RunStatisticsForAssets$, () => DataSourceErrorMessage$, 5, 5, 5, 5, () => DataSourceRunLineageSummary$]
2372
+ [_id, _dSI, _ty, _s, _pI, _cA, _uA, _rSFA, _eM, _sAt, _sAto, _lSi],
2373
+ [0, 0, 0, 0, 0, 5, 5, () => RunStatisticsForAssets$, () => DataSourceErrorMessage$, 5, 5, () => DataSourceRunLineageSummary$], 7
2369
2374
  ];
2370
2375
  export var DataSourceSummary$ = [3, n0, _DSS,
2371
2376
  0,
2372
- [_dIo, _eInvi, _cI, _dSI, _n, _ty, _s, _eS, _sch, _lRS, _lRA, _lREM, _lRAC, _cA, _uA, _de],
2373
- [0, 0, 0, 0, [() => Name, 0], 0, 0, 0, [() => ScheduleConfiguration$, 0], 0, 5, () => DataSourceErrorMessage$, 1, 5, 5, [() => Description, 0]]
2377
+ [_dIo, _dSI, _n, _ty, _s, _eInvi, _cI, _eS, _sch, _lRS, _lRA, _lREM, _lRAC, _cA, _uA, _de],
2378
+ [0, 0, [() => Name, 0], 0, 0, 0, 0, 0, [() => ScheduleConfiguration$, 0], 0, 5, () => DataSourceErrorMessage$, 1, 5, 5, [() => Description, 0]], 5
2374
2379
  ];
2375
2380
  export var DeleteAccountPoolInput$ = [3, n0, _DAPI,
2376
2381
  0,
2377
2382
  [_dI, _i],
2378
- [[0, 1], [0, 1]]
2383
+ [[0, 1], [0, 1]], 2
2379
2384
  ];
2380
2385
  export var DeleteAccountPoolOutput$ = [3, n0, _DAPO,
2381
2386
  0,
@@ -2385,12 +2390,12 @@ export var DeleteAccountPoolOutput$ = [3, n0, _DAPO,
2385
2390
  export var DeleteAssetFilterInput$ = [3, n0, _DAFI,
2386
2391
  0,
2387
2392
  [_dI, _aIs, _i],
2388
- [[0, 1], [0, 1], [0, 1]]
2393
+ [[0, 1], [0, 1], [0, 1]], 3
2389
2394
  ];
2390
2395
  export var DeleteAssetInput$ = [3, n0, _DAI,
2391
2396
  0,
2392
2397
  [_dI, _i],
2393
- [[0, 1], [0, 1]]
2398
+ [[0, 1], [0, 1]], 2
2394
2399
  ];
2395
2400
  export var DeleteAssetOutput$ = [3, n0, _DAO,
2396
2401
  0,
@@ -2400,7 +2405,7 @@ export var DeleteAssetOutput$ = [3, n0, _DAO,
2400
2405
  export var DeleteAssetTypeInput$ = [3, n0, _DATI,
2401
2406
  0,
2402
2407
  [_dI, _i],
2403
- [[0, 1], [0, 1]]
2408
+ [[0, 1], [0, 1]], 2
2404
2409
  ];
2405
2410
  export var DeleteAssetTypeOutput$ = [3, n0, _DATO,
2406
2411
  0,
@@ -2410,7 +2415,7 @@ export var DeleteAssetTypeOutput$ = [3, n0, _DATO,
2410
2415
  export var DeleteConnectionInput$ = [3, n0, _DCI,
2411
2416
  0,
2412
2417
  [_dI, _i],
2413
- [[0, 1], [0, 1]]
2418
+ [[0, 1], [0, 1]], 2
2414
2419
  ];
2415
2420
  export var DeleteConnectionOutput$ = [3, n0, _DCO,
2416
2421
  0,
@@ -2420,7 +2425,7 @@ export var DeleteConnectionOutput$ = [3, n0, _DCO,
2420
2425
  export var DeleteDataProductInput$ = [3, n0, _DDPI,
2421
2426
  0,
2422
2427
  [_dI, _i],
2423
- [[0, 1], [0, 1]]
2428
+ [[0, 1], [0, 1]], 2
2424
2429
  ];
2425
2430
  export var DeleteDataProductOutput$ = [3, n0, _DDPO,
2426
2431
  0,
@@ -2430,27 +2435,27 @@ export var DeleteDataProductOutput$ = [3, n0, _DDPO,
2430
2435
  export var DeleteDataSourceInput$ = [3, n0, _DDSI,
2431
2436
  0,
2432
2437
  [_dI, _i, _cT, _rPORF],
2433
- [[0, 1], [0, 1], [0, { [_hQ]: _cT, [_iTd]: 1 }], [2, { [_hQ]: _rPORF }]]
2438
+ [[0, 1], [0, 1], [0, { [_hQ]: _cT, [_iTd]: 1 }], [2, { [_hQ]: _rPORF }]], 2
2434
2439
  ];
2435
2440
  export var DeleteDataSourceOutput$ = [3, n0, _DDSO,
2436
2441
  0,
2437
- [_id, _s, _ty, _n, _de, _dIo, _pI, _eInvi, _cI, _con, _eS, _pOI, _aFO, _sch, _lRS, _lRA, _lREM, _eM, _cA, _uA, _sGS, _rPORF],
2438
- [0, 0, 0, [() => Name, 0], [() => Description, 0], 0, 0, 0, 0, () => DataSourceConfigurationOutput$, 0, 2, [() => FormOutputList, 0], [() => ScheduleConfiguration$, 0], 0, 5, () => DataSourceErrorMessage$, () => DataSourceErrorMessage$, 5, 5, () => SelfGrantStatusOutput$, 2]
2442
+ [_id, _n, _dIo, _pI, _s, _ty, _de, _eInvi, _cI, _con, _eS, _pOI, _aFO, _sch, _lRS, _lRA, _lREM, _eM, _cA, _uA, _sGS, _rPORF],
2443
+ [0, [() => Name, 0], 0, 0, 0, 0, [() => Description, 0], 0, 0, () => DataSourceConfigurationOutput$, 0, 2, [() => FormOutputList, 0], [() => ScheduleConfiguration$, 0], 0, 5, () => DataSourceErrorMessage$, () => DataSourceErrorMessage$, 5, 5, () => SelfGrantStatusOutput$, 2], 4
2439
2444
  ];
2440
2445
  export var DeleteDomainInput$ = [3, n0, _DDI,
2441
2446
  0,
2442
2447
  [_i, _cT, _sDC],
2443
- [[0, 1], [0, { [_hQ]: _cT, [_iTd]: 1 }], [2, { [_hQ]: _sDC }]]
2448
+ [[0, 1], [0, { [_hQ]: _cT, [_iTd]: 1 }], [2, { [_hQ]: _sDC }]], 1
2444
2449
  ];
2445
2450
  export var DeleteDomainOutput$ = [3, n0, _DDO,
2446
2451
  0,
2447
2452
  [_s],
2448
- [0]
2453
+ [0], 1
2449
2454
  ];
2450
2455
  export var DeleteDomainUnitInput$ = [3, n0, _DDUI,
2451
2456
  0,
2452
2457
  [_dI, _i],
2453
- [[0, 1], [0, 1]]
2458
+ [[0, 1], [0, 1]], 2
2454
2459
  ];
2455
2460
  export var DeleteDomainUnitOutput$ = [3, n0, _DDUO,
2456
2461
  0,
@@ -2460,12 +2465,12 @@ export var DeleteDomainUnitOutput$ = [3, n0, _DDUO,
2460
2465
  export var DeleteEnvironmentActionInput$ = [3, n0, _DEAI,
2461
2466
  0,
2462
2467
  [_dI, _eInv, _i],
2463
- [[0, 1], [0, 1], [0, 1]]
2468
+ [[0, 1], [0, 1], [0, 1]], 3
2464
2469
  ];
2465
2470
  export var DeleteEnvironmentBlueprintConfigurationInput$ = [3, n0, _DEBCI,
2466
2471
  0,
2467
2472
  [_dI, _eBI],
2468
- [[0, 1], [0, 1]]
2473
+ [[0, 1], [0, 1]], 2
2469
2474
  ];
2470
2475
  export var DeleteEnvironmentBlueprintConfigurationOutput$ = [3, n0, _DEBCO,
2471
2476
  0,
@@ -2475,22 +2480,22 @@ export var DeleteEnvironmentBlueprintConfigurationOutput$ = [3, n0, _DEBCO,
2475
2480
  export var DeleteEnvironmentBlueprintInput$ = [3, n0, _DEBI,
2476
2481
  0,
2477
2482
  [_dI, _i],
2478
- [[0, 1], [0, 1]]
2483
+ [[0, 1], [0, 1]], 2
2479
2484
  ];
2480
2485
  export var DeleteEnvironmentInput$ = [3, n0, _DEI,
2481
2486
  0,
2482
2487
  [_dI, _i],
2483
- [[0, 1], [0, 1]]
2488
+ [[0, 1], [0, 1]], 2
2484
2489
  ];
2485
2490
  export var DeleteEnvironmentProfileInput$ = [3, n0, _DEPI,
2486
2491
  0,
2487
2492
  [_dI, _i],
2488
- [[0, 1], [0, 1]]
2493
+ [[0, 1], [0, 1]], 2
2489
2494
  ];
2490
2495
  export var DeleteFormTypeInput$ = [3, n0, _DFTI,
2491
2496
  0,
2492
2497
  [_dI, _fTI],
2493
- [[0, 1], [0, 1]]
2498
+ [[0, 1], [0, 1]], 2
2494
2499
  ];
2495
2500
  export var DeleteFormTypeOutput$ = [3, n0, _DFTO,
2496
2501
  0,
@@ -2500,7 +2505,7 @@ export var DeleteFormTypeOutput$ = [3, n0, _DFTO,
2500
2505
  export var DeleteGlossaryInput$ = [3, n0, _DGI,
2501
2506
  0,
2502
2507
  [_dI, _i],
2503
- [[0, 1], [0, 1]]
2508
+ [[0, 1], [0, 1]], 2
2504
2509
  ];
2505
2510
  export var DeleteGlossaryOutput$ = [3, n0, _DGO,
2506
2511
  0,
@@ -2510,7 +2515,7 @@ export var DeleteGlossaryOutput$ = [3, n0, _DGO,
2510
2515
  export var DeleteGlossaryTermInput$ = [3, n0, _DGTI,
2511
2516
  0,
2512
2517
  [_dI, _i],
2513
- [[0, 1], [0, 1]]
2518
+ [[0, 1], [0, 1]], 2
2514
2519
  ];
2515
2520
  export var DeleteGlossaryTermOutput$ = [3, n0, _DGTO,
2516
2521
  0,
@@ -2520,7 +2525,7 @@ export var DeleteGlossaryTermOutput$ = [3, n0, _DGTO,
2520
2525
  export var DeleteListingInput$ = [3, n0, _DLI,
2521
2526
  0,
2522
2527
  [_dI, _i],
2523
- [[0, 1], [0, 1]]
2528
+ [[0, 1], [0, 1]], 2
2524
2529
  ];
2525
2530
  export var DeleteListingOutput$ = [3, n0, _DLO,
2526
2531
  0,
@@ -2530,12 +2535,12 @@ export var DeleteListingOutput$ = [3, n0, _DLO,
2530
2535
  export var DeleteProjectInput$ = [3, n0, _DPIe,
2531
2536
  0,
2532
2537
  [_dI, _i, _sDC],
2533
- [[0, 1], [0, 1], [2, { [_hQ]: _sDC }]]
2538
+ [[0, 1], [0, 1], [2, { [_hQ]: _sDC }]], 2
2534
2539
  ];
2535
2540
  export var DeleteProjectMembershipInput$ = [3, n0, _DPMI,
2536
2541
  0,
2537
2542
  [_dI, _pIr, _me],
2538
- [[0, 1], [0, 1], () => Member$]
2543
+ [[0, 1], [0, 1], () => Member$], 3
2539
2544
  ];
2540
2545
  export var DeleteProjectMembershipOutput$ = [3, n0, _DPMO,
2541
2546
  0,
@@ -2550,7 +2555,7 @@ export var DeleteProjectOutput$ = [3, n0, _DPO,
2550
2555
  export var DeleteProjectProfileInput$ = [3, n0, _DPPI,
2551
2556
  0,
2552
2557
  [_dI, _i],
2553
- [[0, 1], [0, 1]]
2558
+ [[0, 1], [0, 1]], 2
2554
2559
  ];
2555
2560
  export var DeleteProjectProfileOutput$ = [3, n0, _DPPO,
2556
2561
  0,
@@ -2560,7 +2565,7 @@ export var DeleteProjectProfileOutput$ = [3, n0, _DPPO,
2560
2565
  export var DeleteRuleInput$ = [3, n0, _DRI,
2561
2566
  0,
2562
2567
  [_dI, _i],
2563
- [[0, 1], [0, 1]]
2568
+ [[0, 1], [0, 1]], 2
2564
2569
  ];
2565
2570
  export var DeleteRuleOutput$ = [3, n0, _DRO,
2566
2571
  0,
@@ -2570,27 +2575,27 @@ export var DeleteRuleOutput$ = [3, n0, _DRO,
2570
2575
  export var DeleteSubscriptionGrantInput$ = [3, n0, _DSGI,
2571
2576
  0,
2572
2577
  [_dI, _i],
2573
- [[0, 1], [0, 1]]
2578
+ [[0, 1], [0, 1]], 2
2574
2579
  ];
2575
2580
  export var DeleteSubscriptionGrantOutput$ = [3, n0, _DSGO,
2576
2581
  0,
2577
- [_id, _cB, _uB, _dIo, _cA, _uA, _eInvi, _sTIu, _gE, _s, _as, _sI],
2578
- [0, 0, 0, 0, 4, 4, 0, 0, () => GrantedEntity$, 0, () => SubscribedAssets, 0]
2582
+ [_id, _cB, _dIo, _cA, _uA, _sTIu, _gE, _s, _uB, _eInvi, _as, _sI],
2583
+ [0, 0, 0, 4, 4, 0, () => GrantedEntity$, 0, 0, 0, () => SubscribedAssets, 0], 8
2579
2584
  ];
2580
2585
  export var DeleteSubscriptionRequestInput$ = [3, n0, _DSRI,
2581
2586
  0,
2582
2587
  [_dI, _i],
2583
- [[0, 1], [0, 1]]
2588
+ [[0, 1], [0, 1]], 2
2584
2589
  ];
2585
2590
  export var DeleteSubscriptionTargetInput$ = [3, n0, _DSTI,
2586
2591
  0,
2587
2592
  [_dI, _eInv, _i],
2588
- [[0, 1], [0, 1], [0, 1]]
2593
+ [[0, 1], [0, 1], [0, 1]], 3
2589
2594
  ];
2590
2595
  export var DeleteTimeSeriesDataPointsInput$ = [3, n0, _DTSDPI,
2591
2596
  0,
2592
2597
  [_dI, _eI, _eT, _fN, _cT],
2593
- [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _fN }], [0, { [_hQ]: _cT, [_iTd]: 1 }]]
2598
+ [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _fN }], [0, { [_hQ]: _cT, [_iTd]: 1 }]], 4
2594
2599
  ];
2595
2600
  export var DeleteTimeSeriesDataPointsOutput$ = [3, n0, _DTSDPO,
2596
2601
  0,
@@ -2615,7 +2620,7 @@ export var DetailedGlossaryTerm$ = [3, n0, _DGT,
2615
2620
  export var DisassociateEnvironmentRoleInput$ = [3, n0, _DERI,
2616
2621
  0,
2617
2622
  [_dI, _eInv, _eRA],
2618
- [[0, 1], [0, 1], [0, 1]]
2623
+ [[0, 1], [0, 1], [0, 1]], 3
2619
2624
  ];
2620
2625
  export var DisassociateEnvironmentRoleOutput$ = [3, n0, _DERO,
2621
2626
  0,
@@ -2625,7 +2630,7 @@ export var DisassociateEnvironmentRoleOutput$ = [3, n0, _DERO,
2625
2630
  export var DisassociateGovernedTermsInput$ = [3, n0, _DGTIi,
2626
2631
  0,
2627
2632
  [_dI, _eI, _eT, _gGT],
2628
- [[0, 1], [0, 1], [0, 1], 64 | 0]
2633
+ [[0, 1], [0, 1], [0, 1], 64 | 0], 4
2629
2634
  ];
2630
2635
  export var DisassociateGovernedTermsOutput$ = [3, n0, _DGTOi,
2631
2636
  0,
@@ -2634,13 +2639,13 @@ export var DisassociateGovernedTermsOutput$ = [3, n0, _DGTOi,
2634
2639
  ];
2635
2640
  export var DomainSummary$ = [3, n0, _DS,
2636
2641
  0,
2637
- [_id, _n, _de, _ar, _mAI, _s, _pU, _cA, _lUA, _dVo],
2638
- [0, [() => DomainName, 0], [() => DomainDescription, 0], 0, 0, 0, 0, 4, 4, 0]
2642
+ [_id, _n, _ar, _mAI, _s, _cA, _de, _pU, _lUA, _dVo],
2643
+ [0, [() => DomainName, 0], 0, 0, 0, 4, [() => DomainDescription, 0], 0, 4, 0], 6
2639
2644
  ];
2640
2645
  export var DomainUnitFilterForProject$ = [3, n0, _DUFFP,
2641
2646
  0,
2642
2647
  [_dU, _iCDU],
2643
- [0, 2]
2648
+ [0, 2], 1
2644
2649
  ];
2645
2650
  export var DomainUnitGroupProperties$ = [3, n0, _DUGP,
2646
2651
  0,
@@ -2650,17 +2655,17 @@ export var DomainUnitGroupProperties$ = [3, n0, _DUGP,
2650
2655
  export var DomainUnitPolicyGrantPrincipal$ = [3, n0, _DUPGP,
2651
2656
  0,
2652
2657
  [_dUD, _dUIo, _dUGF],
2653
- [0, 0, () => DomainUnitGrantFilter$]
2658
+ [0, 0, () => DomainUnitGrantFilter$], 1
2654
2659
  ];
2655
2660
  export var DomainUnitSummary$ = [3, n0, _DUS,
2656
2661
  0,
2657
2662
  [_n, _id],
2658
- [0, 0]
2663
+ [0, 0], 2
2659
2664
  ];
2660
2665
  export var DomainUnitTarget$ = [3, n0, _DUT,
2661
2666
  0,
2662
2667
  [_dUI, _iCDU],
2663
- [0, 2]
2668
+ [0, 2], 1
2664
2669
  ];
2665
2670
  export var DomainUnitUserProperties$ = [3, n0, _DUUP,
2666
2671
  0,
@@ -2675,22 +2680,22 @@ export var EncryptionConfiguration$ = [3, n0, _EC,
2675
2680
  export var EnvironmentActionSummary$ = [3, n0, _EAS,
2676
2681
  0,
2677
2682
  [_dIo, _eInvi, _id, _n, _par, _de],
2678
- [0, 0, 0, 0, () => ActionParameters$, 0]
2683
+ [0, 0, 0, 0, () => ActionParameters$, 0], 5
2679
2684
  ];
2680
2685
  export var EnvironmentBlueprintConfigurationItem$ = [3, n0, _EBCI,
2681
2686
  0,
2682
2687
  [_dIo, _eBIn, _pRA, _eRPB, _mARA, _eRn, _rPe, _cA, _uA, _pCro],
2683
- [0, 0, 0, 0, 0, 64 | 0, [2, n0, _RPM, 0, 0, 128 | 0], 5, 5, () => ProvisioningConfigurationList]
2688
+ [0, 0, 0, 0, 0, 64 | 0, [2, n0, _RPM, 0, 0, 128 | 0], 5, 5, () => ProvisioningConfigurationList], 2
2684
2689
  ];
2685
2690
  export var EnvironmentBlueprintSummary$ = [3, n0, _EBS,
2686
2691
  0,
2687
- [_id, _n, _de, _pro, _pP, _cA, _uA],
2688
- [0, 0, [() => Description, 0], 0, () => ProvisioningProperties$, 5, 5]
2692
+ [_id, _n, _pro, _pP, _de, _cA, _uA],
2693
+ [0, 0, 0, () => ProvisioningProperties$, [() => Description, 0], 5, 5], 4
2689
2694
  ];
2690
2695
  export var EnvironmentConfiguration$ = [3, n0, _ECn,
2691
2696
  0,
2692
- [_n, _id, _eBIn, _de, _dM, _cP, _aAw, _aPc, _aRw, _dO],
2693
- [[() => EnvironmentConfigurationName, 0], [() => EnvironmentConfigurationId, 0], 0, [() => Description, 0], 0, () => EnvironmentConfigurationParametersDetails$, () => AwsAccount$, 64 | 0, () => Region$, 1]
2697
+ [_n, _eBIn, _id, _de, _dM, _cP, _aAw, _aPc, _aRw, _dO],
2698
+ [[() => EnvironmentConfigurationName, 0], 0, [() => EnvironmentConfigurationId, 0], [() => Description, 0], 0, () => EnvironmentConfigurationParametersDetails$, () => AwsAccount$, 64 | 0, () => Region$, 1], 2
2694
2699
  ];
2695
2700
  export var EnvironmentConfigurationParameter$ = [3, n0, _ECP,
2696
2701
  0,
@@ -2714,8 +2719,8 @@ export var EnvironmentDeploymentDetails$ = [3, n0, _EDD,
2714
2719
  ];
2715
2720
  export var EnvironmentError$ = [3, n0, _EE,
2716
2721
  0,
2717
- [_cod, _m],
2718
- [0, 0]
2722
+ [_m, _cod],
2723
+ [0, 0], 1
2719
2724
  ];
2720
2725
  export var EnvironmentParameter$ = [3, n0, _EP,
2721
2726
  0,
@@ -2724,23 +2729,23 @@ export var EnvironmentParameter$ = [3, n0, _EP,
2724
2729
  ];
2725
2730
  export var EnvironmentProfileSummary$ = [3, n0, _EPS,
2726
2731
  0,
2727
- [_id, _dIo, _aAI, _aAR, _cB, _cA, _uA, _n, _de, _eBIn, _pI],
2728
- [0, 0, 0, 0, 0, 5, 5, [() => EnvironmentProfileName, 0], [() => Description, 0], 0, 0]
2732
+ [_id, _dIo, _cB, _n, _eBIn, _aAI, _aAR, _cA, _uA, _de, _pI],
2733
+ [0, 0, 0, [() => EnvironmentProfileName, 0], 0, 0, 0, 5, 5, [() => Description, 0], 0], 5
2729
2734
  ];
2730
2735
  export var EnvironmentResolvedAccount$ = [3, n0, _ERA,
2731
2736
  0,
2732
2737
  [_aAI, _rN, _sAPI],
2733
- [0, 0, 0]
2738
+ [0, 0, 0], 2
2734
2739
  ];
2735
2740
  export var EnvironmentSummary$ = [3, n0, _ES,
2736
2741
  0,
2737
- [_pI, _id, _dIo, _cB, _cA, _uA, _n, _de, _ePIn, _aAI, _aAR, _pro, _s, _eCI],
2738
- [0, 0, 0, 0, 5, 5, [() => EnvironmentName, 0], [() => Description, 0], 0, 0, 0, 0, 0, [() => EnvironmentConfigurationId, 0]]
2742
+ [_pI, _dIo, _cB, _n, _pro, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _s, _eCI],
2743
+ [0, 0, 0, [() => EnvironmentName, 0], 0, 0, 5, 5, [() => Description, 0], 0, 0, 0, 0, [() => EnvironmentConfigurationId, 0]], 5
2739
2744
  ];
2740
2745
  export var EqualToExpression$ = [3, n0, _ETE,
2741
2746
  0,
2742
2747
  [_cN, _v],
2743
- [0, 0]
2748
+ [0, 0], 2
2744
2749
  ];
2745
2750
  export var FailureCause$ = [3, n0, _FC,
2746
2751
  0,
@@ -2750,92 +2755,92 @@ export var FailureCause$ = [3, n0, _FC,
2750
2755
  export var Filter$ = [3, n0, _F,
2751
2756
  0,
2752
2757
  [_a, _v],
2753
- [0, 0]
2758
+ [0, 0], 2
2754
2759
  ];
2755
2760
  export var FilterExpression$ = [3, n0, _FE,
2756
2761
  0,
2757
2762
  [_ty, _exp],
2758
- [0, 0]
2763
+ [0, 0], 2
2759
2764
  ];
2760
2765
  export var FormEntryInput$ = [3, n0, _FEI,
2761
2766
  0,
2762
2767
  [_tI, _tR, _req],
2763
- [0, 0, 2]
2768
+ [0, 0, 2], 2
2764
2769
  ];
2765
2770
  export var FormEntryOutput$ = [3, n0, _FEO,
2766
2771
  0,
2767
2772
  [_tNy, _tR, _req],
2768
- [[() => FormTypeName, 0], 0, 2]
2773
+ [[() => FormTypeName, 0], 0, 2], 2
2769
2774
  ];
2770
2775
  export var FormInput$ = [3, n0, _FI,
2771
2776
  8,
2772
2777
  [_fN, _tI, _tR, _cont],
2773
- [0, 0, 0, 0]
2778
+ [0, 0, 0, 0], 1
2774
2779
  ];
2775
2780
  export var FormOutput$ = [3, n0, _FO,
2776
2781
  0,
2777
2782
  [_fN, _tNy, _tR, _cont],
2778
- [0, [() => FormTypeName, 0], 0, 0]
2783
+ [0, [() => FormTypeName, 0], 0, 0], 1
2779
2784
  ];
2780
2785
  export var FormTypeData$ = [3, n0, _FTD,
2781
2786
  0,
2782
2787
  [_dIo, _n, _r, _mo, _s, _oPI, _oDI, _oPIr, _cA, _cB, _de, _im],
2783
- [0, [() => FormTypeName, 0], 0, [() => Model$, 0], 0, 0, 0, 0, 4, 0, [() => Description, 0], [() => ImportList, 0]]
2788
+ [0, [() => FormTypeName, 0], 0, [() => Model$, 0], 0, 0, 0, 0, 4, 0, [() => Description, 0], [() => ImportList, 0]], 3
2784
2789
  ];
2785
2790
  export var GetAccountPoolInput$ = [3, n0, _GAPI,
2786
2791
  0,
2787
2792
  [_dI, _i],
2788
- [[0, 1], [0, 1]]
2793
+ [[0, 1], [0, 1]], 2
2789
2794
  ];
2790
2795
  export var GetAccountPoolOutput$ = [3, n0, _GAPO,
2791
2796
  0,
2792
- [_dIo, _n, _id, _de, _rS, _aSc, _cB, _cA, _lUA, _uB, _dUI],
2793
- [0, [() => AccountPoolName, 0], 0, [() => Description, 0], 0, [() => AccountSource$, 0], 0, 5, 5, 0, 0]
2797
+ [_aSc, _cB, _dIo, _n, _id, _de, _rS, _cA, _lUA, _uB, _dUI],
2798
+ [[() => AccountSource$, 0], 0, 0, [() => AccountPoolName, 0], 0, [() => Description, 0], 0, 5, 5, 0, 0], 2
2794
2799
  ];
2795
2800
  export var GetAssetFilterInput$ = [3, n0, _GAFI,
2796
2801
  0,
2797
2802
  [_dI, _aIs, _i],
2798
- [[0, 1], [0, 1], [0, 1]]
2803
+ [[0, 1], [0, 1], [0, 1]], 3
2799
2804
  ];
2800
2805
  export var GetAssetFilterOutput$ = [3, n0, _GAFO,
2801
2806
  0,
2802
- [_id, _dIo, _aI, _n, _de, _s, _con, _cA, _eM, _eCN, _eRF],
2803
- [0, 0, 0, [() => FilterName, 0], [() => Description, 0], 0, () => AssetFilterConfiguration$, 4, 0, 64 | 0, 0]
2807
+ [_id, _dIo, _aI, _n, _con, _de, _s, _cA, _eM, _eCN, _eRF],
2808
+ [0, 0, 0, [() => FilterName, 0], () => AssetFilterConfiguration$, [() => Description, 0], 0, 4, 0, 64 | 0, 0], 5
2804
2809
  ];
2805
2810
  export var GetAssetInput$ = [3, n0, _GAI,
2806
2811
  0,
2807
2812
  [_dI, _i, _r],
2808
- [[0, 1], [0, 1], [0, { [_hQ]: _r }]]
2813
+ [[0, 1], [0, 1], [0, { [_hQ]: _r }]], 2
2809
2814
  ];
2810
2815
  export var GetAssetOutput$ = [3, n0, _GAO,
2811
2816
  0,
2812
- [_id, _n, _tI, _tR, _eIx, _r, _de, _cA, _cB, _fRCA, _fRCB, _gT, _gGT, _oPI, _dIo, _l, _fO, _rOFO, _lTSDPFO],
2813
- [0, [() => AssetName, 0], 0, 0, 0, 0, [() => Description, 0], 4, 0, 4, 0, 64 | 0, 64 | 0, 0, 0, () => AssetListingDetails$, [() => FormOutputList, 0], [() => FormOutputList, 0], () => TimeSeriesDataPointSummaryFormOutputList]
2817
+ [_id, _n, _tI, _tR, _r, _oPI, _dIo, _fO, _eIx, _de, _cA, _cB, _fRCA, _fRCB, _gT, _gGT, _l, _rOFO, _lTSDPFO],
2818
+ [0, [() => AssetName, 0], 0, 0, 0, 0, 0, [() => FormOutputList, 0], 0, [() => Description, 0], 4, 0, 4, 0, 64 | 0, 64 | 0, () => AssetListingDetails$, [() => FormOutputList, 0], () => TimeSeriesDataPointSummaryFormOutputList], 8
2814
2819
  ];
2815
2820
  export var GetAssetTypeInput$ = [3, n0, _GATI,
2816
2821
  0,
2817
2822
  [_dI, _i, _r],
2818
- [[0, 1], [0, 1], [0, { [_hQ]: _r }]]
2823
+ [[0, 1], [0, 1], [0, { [_hQ]: _r }]], 2
2819
2824
  ];
2820
2825
  export var GetAssetTypeOutput$ = [3, n0, _GATO,
2821
2826
  0,
2822
- [_dIo, _n, _r, _de, _fO, _oPI, _oDI, _oPIr, _cA, _cB, _uA, _uB],
2823
- [0, 0, 0, [() => Description, 0], [() => FormsOutputMap, 0], 0, 0, 0, 4, 0, 4, 0]
2827
+ [_dIo, _n, _r, _fO, _oPI, _de, _oDI, _oPIr, _cA, _cB, _uA, _uB],
2828
+ [0, 0, 0, [() => FormsOutputMap, 0], 0, [() => Description, 0], 0, 0, 4, 0, 4, 0], 5
2824
2829
  ];
2825
2830
  export var GetConnectionInput$ = [3, n0, _GCI,
2826
2831
  0,
2827
2832
  [_dI, _i, _wS],
2828
- [[0, 1], [0, 1], [2, { [_hQ]: _wS }]]
2833
+ [[0, 1], [0, 1], [2, { [_hQ]: _wS }]], 2
2829
2834
  ];
2830
2835
  export var GetConnectionOutput$ = [3, n0, _GCO,
2831
2836
  0,
2832
- [_cC, _cI, _de, _dIo, _dUI, _eInvi, _eUR, _n, _pE, _pI, _pr, _ty, _sc],
2833
- [[() => ConnectionCredentials$, 0], 0, [() => Description, 0], 0, 0, 0, 0, 0, [() => PhysicalEndpoints, 0], 0, [() => ConnectionPropertiesOutput$, 0], 0, 0]
2837
+ [_cI, _dIo, _dUI, _n, _pE, _ty, _cC, _de, _eInvi, _eUR, _pI, _pr, _sc],
2838
+ [0, 0, 0, 0, [() => PhysicalEndpoints, 0], 0, [() => ConnectionCredentials$, 0], [() => Description, 0], 0, 0, 0, [() => ConnectionPropertiesOutput$, 0], 0], 6
2834
2839
  ];
2835
2840
  export var GetDataExportConfigurationInput$ = [3, n0, _GDECI,
2836
2841
  0,
2837
2842
  [_dI],
2838
- [[0, 1]]
2843
+ [[0, 1]], 1
2839
2844
  ];
2840
2845
  export var GetDataExportConfigurationOutput$ = [3, n0, _GDECO,
2841
2846
  0,
@@ -2845,87 +2850,87 @@ export var GetDataExportConfigurationOutput$ = [3, n0, _GDECO,
2845
2850
  export var GetDataProductInput$ = [3, n0, _GDPI,
2846
2851
  0,
2847
2852
  [_dI, _i, _r],
2848
- [[0, 1], [0, 1], [0, { [_hQ]: _r }]]
2853
+ [[0, 1], [0, 1], [0, { [_hQ]: _r }]], 2
2849
2854
  ];
2850
2855
  export var GetDataProductOutput$ = [3, n0, _GDPO,
2851
2856
  0,
2852
2857
  [_dIo, _id, _r, _oPI, _n, _s, _de, _gT, _it, _fO, _cA, _cB, _fRCA, _fRCB],
2853
- [0, 0, 0, 0, [() => DataProductName, 0], 0, [() => DataProductDescription, 0], 64 | 0, () => DataProductItems, [() => FormOutputList, 0], 4, 0, 4, 0]
2858
+ [0, 0, 0, 0, [() => DataProductName, 0], 0, [() => DataProductDescription, 0], 64 | 0, () => DataProductItems, [() => FormOutputList, 0], 4, 0, 4, 0], 6
2854
2859
  ];
2855
2860
  export var GetDataSourceInput$ = [3, n0, _GDSI,
2856
2861
  0,
2857
2862
  [_dI, _i],
2858
- [[0, 1], [0, 1]]
2863
+ [[0, 1], [0, 1]], 2
2859
2864
  ];
2860
2865
  export var GetDataSourceOutput$ = [3, n0, _GDSO,
2861
2866
  0,
2862
- [_id, _s, _ty, _n, _de, _dIo, _pI, _eInvi, _cI, _con, _re, _eS, _pOI, _aFO, _sch, _lRS, _lRA, _lREM, _lRAC, _eM, _cA, _uA, _sGS],
2863
- [0, 0, 0, [() => Name, 0], [() => Description, 0], 0, 0, 0, 0, () => DataSourceConfigurationOutput$, () => RecommendationConfiguration$, 0, 2, [() => FormOutputList, 0], [() => ScheduleConfiguration$, 0], 0, 5, () => DataSourceErrorMessage$, 1, () => DataSourceErrorMessage$, 5, 5, () => SelfGrantStatusOutput$]
2867
+ [_id, _n, _dIo, _pI, _s, _ty, _de, _eInvi, _cI, _con, _re, _eS, _pOI, _aFO, _sch, _lRS, _lRA, _lREM, _lRAC, _eM, _cA, _uA, _sGS],
2868
+ [0, [() => Name, 0], 0, 0, 0, 0, [() => Description, 0], 0, 0, () => DataSourceConfigurationOutput$, () => RecommendationConfiguration$, 0, 2, [() => FormOutputList, 0], [() => ScheduleConfiguration$, 0], 0, 5, () => DataSourceErrorMessage$, 1, () => DataSourceErrorMessage$, 5, 5, () => SelfGrantStatusOutput$], 4
2864
2869
  ];
2865
2870
  export var GetDataSourceRunInput$ = [3, n0, _GDSRI,
2866
2871
  0,
2867
2872
  [_dI, _i],
2868
- [[0, 1], [0, 1]]
2873
+ [[0, 1], [0, 1]], 2
2869
2874
  ];
2870
2875
  export var GetDataSourceRunOutput$ = [3, n0, _GDSRO,
2871
2876
  0,
2872
- [_dIo, _dSI, _id, _pI, _s, _ty, _dSCS, _rSFA, _lSi, _eM, _cA, _uA, _sAt, _sAto],
2873
- [0, 0, 0, 0, 0, 0, 0, () => RunStatisticsForAssets$, () => DataSourceRunLineageSummary$, () => DataSourceErrorMessage$, 5, 5, 5, 5]
2877
+ [_dIo, _dSI, _id, _pI, _s, _ty, _cA, _uA, _dSCS, _rSFA, _lSi, _eM, _sAt, _sAto],
2878
+ [0, 0, 0, 0, 0, 0, 5, 5, 0, () => RunStatisticsForAssets$, () => DataSourceRunLineageSummary$, () => DataSourceErrorMessage$, 5, 5], 8
2874
2879
  ];
2875
2880
  export var GetDomainInput$ = [3, n0, _GDI,
2876
2881
  0,
2877
2882
  [_i],
2878
- [[0, 1]]
2883
+ [[0, 1]], 1
2879
2884
  ];
2880
2885
  export var GetDomainOutput$ = [3, n0, _GDO,
2881
2886
  0,
2882
- [_id, _rDUI, _n, _de, _sSO, _dER, _ar, _kKI, _s, _pU, _cA, _lUA, _ta, _dVo, _sRe],
2883
- [0, 0, 0, 0, () => SingleSignOn$, 0, 0, 0, 0, 0, 4, 4, 128 | 0, 0, 0]
2887
+ [_id, _dER, _s, _rDUI, _n, _de, _sSO, _ar, _kKI, _pU, _cA, _lUA, _ta, _dVo, _sRe],
2888
+ [0, 0, 0, 0, 0, 0, () => SingleSignOn$, 0, 0, 0, 4, 4, 128 | 0, 0, 0], 3
2884
2889
  ];
2885
2890
  export var GetDomainUnitInput$ = [3, n0, _GDUI,
2886
2891
  0,
2887
2892
  [_dI, _i],
2888
- [[0, 1], [0, 1]]
2893
+ [[0, 1], [0, 1]], 2
2889
2894
  ];
2890
2895
  export var GetDomainUnitOutput$ = [3, n0, _GDUO,
2891
2896
  0,
2892
- [_id, _dIo, _n, _pDUIa, _de, _ow, _cA, _lUA, _cB, _lUBa],
2893
- [0, 0, [() => DomainUnitName, 0], 0, [() => DomainUnitDescription, 0], () => DomainUnitOwners, 4, 4, 0, 0]
2897
+ [_id, _dIo, _n, _ow, _pDUIa, _de, _cA, _lUA, _cB, _lUBa],
2898
+ [0, 0, [() => DomainUnitName, 0], () => DomainUnitOwners, 0, [() => DomainUnitDescription, 0], 4, 4, 0, 0], 4
2894
2899
  ];
2895
2900
  export var GetEnvironmentActionInput$ = [3, n0, _GEAI,
2896
2901
  0,
2897
2902
  [_dI, _eInv, _i],
2898
- [[0, 1], [0, 1], [0, 1]]
2903
+ [[0, 1], [0, 1], [0, 1]], 3
2899
2904
  ];
2900
2905
  export var GetEnvironmentActionOutput$ = [3, n0, _GEAO,
2901
2906
  0,
2902
2907
  [_dIo, _eInvi, _id, _n, _par, _de],
2903
- [0, 0, 0, 0, () => ActionParameters$, 0]
2908
+ [0, 0, 0, 0, () => ActionParameters$, 0], 5
2904
2909
  ];
2905
2910
  export var GetEnvironmentBlueprintConfigurationInput$ = [3, n0, _GEBCI,
2906
2911
  0,
2907
2912
  [_dI, _eBI],
2908
- [[0, 1], [0, 1]]
2913
+ [[0, 1], [0, 1]], 2
2909
2914
  ];
2910
2915
  export var GetEnvironmentBlueprintConfigurationOutput$ = [3, n0, _GEBCO,
2911
2916
  0,
2912
2917
  [_dIo, _eBIn, _pRA, _eRPB, _mARA, _eRn, _rPe, _cA, _uA, _pCro],
2913
- [0, 0, 0, 0, 0, 64 | 0, [2, n0, _RPM, 0, 0, 128 | 0], 5, 5, () => ProvisioningConfigurationList]
2918
+ [0, 0, 0, 0, 0, 64 | 0, [2, n0, _RPM, 0, 0, 128 | 0], 5, 5, () => ProvisioningConfigurationList], 2
2914
2919
  ];
2915
2920
  export var GetEnvironmentBlueprintInput$ = [3, n0, _GEBI,
2916
2921
  0,
2917
2922
  [_dI, _i],
2918
- [[0, 1], [0, 1]]
2923
+ [[0, 1], [0, 1]], 2
2919
2924
  ];
2920
2925
  export var GetEnvironmentBlueprintOutput$ = [3, n0, _GEBO,
2921
2926
  0,
2922
- [_id, _n, _de, _pro, _pP, _dP, _uP, _gT, _cA, _uA],
2923
- [0, 0, [() => Description, 0], 0, () => ProvisioningProperties$, () => DeploymentProperties$, [() => CustomParameterList, 0], 64 | 0, 5, 5]
2927
+ [_id, _n, _pro, _pP, _de, _dP, _uP, _gT, _cA, _uA],
2928
+ [0, 0, 0, () => ProvisioningProperties$, [() => Description, 0], () => DeploymentProperties$, [() => CustomParameterList, 0], 64 | 0, 5, 5], 4
2924
2929
  ];
2925
2930
  export var GetEnvironmentCredentialsInput$ = [3, n0, _GECI,
2926
2931
  0,
2927
2932
  [_dI, _eInv],
2928
- [[0, 1], [0, 1]]
2933
+ [[0, 1], [0, 1]], 2
2929
2934
  ];
2930
2935
  export var GetEnvironmentCredentialsOutput$ = [3, n0, _GECO,
2931
2936
  8,
@@ -2935,57 +2940,57 @@ export var GetEnvironmentCredentialsOutput$ = [3, n0, _GECO,
2935
2940
  export var GetEnvironmentInput$ = [3, n0, _GEI,
2936
2941
  0,
2937
2942
  [_dI, _i],
2938
- [[0, 1], [0, 1]]
2943
+ [[0, 1], [0, 1]], 2
2939
2944
  ];
2940
2945
  export var GetEnvironmentOutput$ = [3, n0, _GEO,
2941
2946
  0,
2942
- [_pI, _id, _dIo, _cB, _cA, _uA, _n, _de, _ePIn, _aAI, _aAR, _pro, _pR, _s, _eA, _gT, _uP, _lD, _pP, _dP, _eBIn, _eCI],
2943
- [0, 0, 0, 0, 5, 5, [() => EnvironmentName, 0], [() => Description, 0], 0, 0, 0, 0, () => ResourceList, 0, () => EnvironmentActionList, 64 | 0, [() => CustomParameterList, 0], () => Deployment$, () => ProvisioningProperties$, () => DeploymentProperties$, 0, [() => EnvironmentConfigurationId, 0]]
2947
+ [_pI, _dIo, _cB, _n, _pro, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR, _s, _eA, _gT, _uP, _lD, _pP, _dP, _eBIn, _eCI],
2948
+ [0, 0, 0, [() => EnvironmentName, 0], 0, 0, 5, 5, [() => Description, 0], 0, 0, 0, () => ResourceList, 0, () => EnvironmentActionList, 64 | 0, [() => CustomParameterList, 0], () => Deployment$, () => ProvisioningProperties$, () => DeploymentProperties$, 0, [() => EnvironmentConfigurationId, 0]], 5
2944
2949
  ];
2945
2950
  export var GetEnvironmentProfileInput$ = [3, n0, _GEPI,
2946
2951
  0,
2947
2952
  [_dI, _i],
2948
- [[0, 1], [0, 1]]
2953
+ [[0, 1], [0, 1]], 2
2949
2954
  ];
2950
2955
  export var GetEnvironmentProfileOutput$ = [3, n0, _GEPO,
2951
2956
  0,
2952
- [_id, _dIo, _aAI, _aAR, _cB, _cA, _uA, _n, _de, _eBIn, _pI, _uP],
2953
- [0, 0, 0, 0, 0, 5, 5, [() => EnvironmentProfileName, 0], [() => Description, 0], 0, 0, [() => CustomParameterList, 0]]
2957
+ [_id, _dIo, _cB, _n, _eBIn, _aAI, _aAR, _cA, _uA, _de, _pI, _uP],
2958
+ [0, 0, 0, [() => EnvironmentProfileName, 0], 0, 0, 0, 5, 5, [() => Description, 0], 0, [() => CustomParameterList, 0]], 5
2954
2959
  ];
2955
2960
  export var GetFormTypeInput$ = [3, n0, _GFTI,
2956
2961
  0,
2957
2962
  [_dI, _fTI, _r],
2958
- [[0, 1], [0, 1], [0, { [_hQ]: _r }]]
2963
+ [[0, 1], [0, 1], [0, { [_hQ]: _r }]], 2
2959
2964
  ];
2960
2965
  export var GetFormTypeOutput$ = [3, n0, _GFTO,
2961
2966
  0,
2962
2967
  [_dIo, _n, _r, _mo, _oPI, _oDI, _oPIr, _s, _cA, _cB, _de, _im],
2963
- [0, [() => FormTypeName, 0], 0, [() => Model$, 0], 0, 0, 0, 0, 4, 0, [() => Description, 0], [() => ImportList, 0]]
2968
+ [0, [() => FormTypeName, 0], 0, [() => Model$, 0], 0, 0, 0, 0, 4, 0, [() => Description, 0], [() => ImportList, 0]], 4
2964
2969
  ];
2965
2970
  export var GetGlossaryInput$ = [3, n0, _GGI,
2966
2971
  0,
2967
2972
  [_dI, _i],
2968
- [[0, 1], [0, 1]]
2973
+ [[0, 1], [0, 1]], 2
2969
2974
  ];
2970
2975
  export var GetGlossaryOutput$ = [3, n0, _GGO,
2971
2976
  0,
2972
- [_dIo, _id, _oPI, _n, _de, _s, _cA, _cB, _uA, _uB, _uR],
2973
- [0, 0, 0, [() => GlossaryName, 0], [() => GlossaryDescription, 0], 0, 4, 0, 4, 0, 64 | 0]
2977
+ [_dIo, _id, _oPI, _n, _s, _de, _cA, _cB, _uA, _uB, _uR],
2978
+ [0, 0, 0, [() => GlossaryName, 0], 0, [() => GlossaryDescription, 0], 4, 0, 4, 0, 64 | 0], 5
2974
2979
  ];
2975
2980
  export var GetGlossaryTermInput$ = [3, n0, _GGTI,
2976
2981
  0,
2977
2982
  [_dI, _i],
2978
- [[0, 1], [0, 1]]
2983
+ [[0, 1], [0, 1]], 2
2979
2984
  ];
2980
2985
  export var GetGlossaryTermOutput$ = [3, n0, _GGTO,
2981
2986
  0,
2982
- [_dIo, _gIlo, _id, _n, _sD, _lDo, _tRe, _s, _cA, _cB, _uA, _uB, _uR],
2983
- [0, 0, 0, [() => GlossaryTermName, 0], [() => ShortDescription, 0], [() => LongDescription, 0], () => TermRelations$, 0, 4, 0, 4, 0, 64 | 0]
2987
+ [_dIo, _gIlo, _id, _n, _s, _sD, _lDo, _tRe, _cA, _cB, _uA, _uB, _uR],
2988
+ [0, 0, 0, [() => GlossaryTermName, 0], 0, [() => ShortDescription, 0], [() => LongDescription, 0], () => TermRelations$, 4, 0, 4, 0, 64 | 0], 5
2984
2989
  ];
2985
2990
  export var GetGroupProfileInput$ = [3, n0, _GGPI,
2986
2991
  0,
2987
2992
  [_dI, _gIr],
2988
- [[0, 1], [0, 1]]
2993
+ [[0, 1], [0, 1]], 2
2989
2994
  ];
2990
2995
  export var GetGroupProfileOutput$ = [3, n0, _GGPO,
2991
2996
  0,
@@ -2995,17 +3000,17 @@ export var GetGroupProfileOutput$ = [3, n0, _GGPO,
2995
3000
  export var GetIamPortalLoginUrlInput$ = [3, n0, _GIPLUI,
2996
3001
  0,
2997
3002
  [_dI],
2998
- [[0, 1]]
3003
+ [[0, 1]], 1
2999
3004
  ];
3000
3005
  export var GetIamPortalLoginUrlOutput$ = [3, n0, _GIPLUO,
3001
3006
  0,
3002
- [_aCU, _uPI],
3003
- [0, 0]
3007
+ [_uPI, _aCU],
3008
+ [0, 0], 1
3004
3009
  ];
3005
3010
  export var GetJobRunInput$ = [3, n0, _GJRI,
3006
3011
  0,
3007
3012
  [_dI, _i],
3008
- [[0, 1], [0, 1]]
3013
+ [[0, 1], [0, 1]], 2
3009
3014
  ];
3010
3015
  export var GetJobRunOutput$ = [3, n0, _GJRO,
3011
3016
  0,
@@ -3015,7 +3020,7 @@ export var GetJobRunOutput$ = [3, n0, _GJRO,
3015
3020
  export var GetLineageEventInput$ = [3, n0, _GLEI,
3016
3021
  0,
3017
3022
  [_dI, _i],
3018
- [[0, 1], [0, 1]]
3023
+ [[0, 1], [0, 1]], 2
3019
3024
  ];
3020
3025
  export var GetLineageEventOutput$ = [3, n0, _GLEO,
3021
3026
  0,
@@ -3025,107 +3030,107 @@ export var GetLineageEventOutput$ = [3, n0, _GLEO,
3025
3030
  export var GetLineageNodeInput$ = [3, n0, _GLNI,
3026
3031
  0,
3027
3032
  [_dI, _i, _eTve],
3028
- [[0, 1], [0, 1], [4, { [_hQ]: _ti }]]
3033
+ [[0, 1], [0, 1], [4, { [_hQ]: _ti }]], 2
3029
3034
  ];
3030
3035
  export var GetLineageNodeOutput$ = [3, n0, _GLNO,
3031
3036
  0,
3032
- [_dIo, _n, _de, _cA, _cB, _uA, _uB, _id, _tNy, _tR, _sIo, _eTve, _fO, _uNp, _dN],
3033
- [0, 0, 0, 4, 0, 4, 0, 0, 0, 0, 0, 4, [() => FormOutputList, 0], () => LineageNodeReferenceList, () => LineageNodeReferenceList]
3037
+ [_dIo, _id, _tNy, _n, _de, _cA, _cB, _uA, _uB, _tR, _sIo, _eTve, _fO, _uNp, _dN],
3038
+ [0, 0, 0, 0, 0, 4, 0, 4, 0, 0, 0, 4, [() => FormOutputList, 0], () => LineageNodeReferenceList, () => LineageNodeReferenceList], 3
3034
3039
  ];
3035
3040
  export var GetListingInput$ = [3, n0, _GLI,
3036
3041
  0,
3037
3042
  [_dI, _i, _lR],
3038
- [[0, 1], [0, 1], [0, { [_hQ]: _lR }]]
3043
+ [[0, 1], [0, 1], [0, { [_hQ]: _lR }]], 2
3039
3044
  ];
3040
3045
  export var GetListingOutput$ = [3, n0, _GLO,
3041
3046
  0,
3042
3047
  [_dIo, _id, _lR, _cA, _uA, _cB, _uB, _ite, _n, _de, _s],
3043
- [0, 0, 0, 4, 4, 0, 0, [() => ListingItem$, 0], 0, [() => Description, 0], 0]
3048
+ [0, 0, 0, 4, 4, 0, 0, [() => ListingItem$, 0], 0, [() => Description, 0], 0], 3
3044
3049
  ];
3045
3050
  export var GetMetadataGenerationRunInput$ = [3, n0, _GMGRI,
3046
3051
  0,
3047
3052
  [_dI, _i, _ty],
3048
- [[0, 1], [0, 1], [0, { [_hQ]: _ty }]]
3053
+ [[0, 1], [0, 1], [0, { [_hQ]: _ty }]], 2
3049
3054
  ];
3050
3055
  export var GetMetadataGenerationRunOutput$ = [3, n0, _GMGRO,
3051
3056
  0,
3052
- [_dIo, _id, _tar, _s, _ty, _typ, _cA, _cB, _oPI, _tS],
3053
- [0, 0, () => MetadataGenerationRunTarget$, 0, 0, 64 | 0, 4, 0, 0, () => MetadataGenerationRunTypeStats]
3057
+ [_dIo, _id, _oPI, _tar, _s, _ty, _typ, _cA, _cB, _tS],
3058
+ [0, 0, 0, () => MetadataGenerationRunTarget$, 0, 0, 64 | 0, 4, 0, () => MetadataGenerationRunTypeStats], 3
3054
3059
  ];
3055
3060
  export var GetProjectInput$ = [3, n0, _GPI,
3056
3061
  0,
3057
3062
  [_dI, _i],
3058
- [[0, 1], [0, 1]]
3063
+ [[0, 1], [0, 1]], 2
3059
3064
  ];
3060
3065
  export var GetProjectOutput$ = [3, n0, _GPO,
3061
3066
  0,
3062
- [_dIo, _id, _n, _de, _pS, _fR, _cB, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD],
3063
- [0, 0, [() => ProjectName, 0], [() => Description, 0], 0, () => FailureReasons, 0, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => EnvironmentDeploymentDetails$]
3067
+ [_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD],
3068
+ [0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => EnvironmentDeploymentDetails$], 4
3064
3069
  ];
3065
3070
  export var GetProjectProfileInput$ = [3, n0, _GPPI,
3066
3071
  0,
3067
3072
  [_dI, _i],
3068
- [[0, 1], [0, 1]]
3073
+ [[0, 1], [0, 1]], 2
3069
3074
  ];
3070
3075
  export var GetProjectProfileOutput$ = [3, n0, _GPPO,
3071
3076
  0,
3072
- [_dIo, _id, _n, _de, _s, _pRT, _aCPRT, _pRTD, _eC, _cB, _cA, _lUA, _dUI],
3073
- [0, 0, [() => ProjectProfileName, 0], [() => Description, 0], 0, () => ProjectResourceTagParameters, 2, [() => Description, 0], [() => EnvironmentConfigurationsList, 0], 0, 5, 5, 0]
3077
+ [_dIo, _id, _n, _cB, _de, _s, _pRT, _aCPRT, _pRTD, _eC, _cA, _lUA, _dUI],
3078
+ [0, 0, [() => ProjectProfileName, 0], 0, [() => Description, 0], 0, () => ProjectResourceTagParameters, 2, [() => Description, 0], [() => EnvironmentConfigurationsList, 0], 5, 5, 0], 4
3074
3079
  ];
3075
3080
  export var GetRuleInput$ = [3, n0, _GRI,
3076
3081
  0,
3077
3082
  [_dI, _i, _r],
3078
- [[0, 1], [0, 1], [0, { [_hQ]: _r }]]
3083
+ [[0, 1], [0, 1], [0, { [_hQ]: _r }]], 2
3079
3084
  ];
3080
3085
  export var GetRuleOutput$ = [3, n0, _GRO,
3081
3086
  0,
3082
- [_i, _r, _n, _rTu, _tar, _ac, _sc, _d, _tT, _de, _cA, _uA, _cB, _lUBa],
3083
- [0, 0, [() => RuleName, 0], 0, () => RuleTarget$, 0, () => RuleScope$, () => RuleDetail$, 0, [() => Description, 0], 4, 4, 0, 0]
3087
+ [_i, _r, _n, _rTu, _tar, _ac, _sc, _d, _cA, _uA, _cB, _lUBa, _tT, _de],
3088
+ [0, 0, [() => RuleName, 0], 0, () => RuleTarget$, 0, () => RuleScope$, () => RuleDetail$, 4, 4, 0, 0, 0, [() => Description, 0]], 12
3084
3089
  ];
3085
3090
  export var GetSubscriptionGrantInput$ = [3, n0, _GSGI,
3086
3091
  0,
3087
3092
  [_dI, _i],
3088
- [[0, 1], [0, 1]]
3093
+ [[0, 1], [0, 1]], 2
3089
3094
  ];
3090
3095
  export var GetSubscriptionGrantOutput$ = [3, n0, _GSGO,
3091
3096
  0,
3092
- [_id, _cB, _uB, _dIo, _cA, _uA, _eInvi, _sTIu, _gE, _s, _as, _sI],
3093
- [0, 0, 0, 0, 4, 4, 0, 0, () => GrantedEntity$, 0, () => SubscribedAssets, 0]
3097
+ [_id, _cB, _dIo, _cA, _uA, _sTIu, _gE, _s, _uB, _eInvi, _as, _sI],
3098
+ [0, 0, 0, 4, 4, 0, () => GrantedEntity$, 0, 0, 0, () => SubscribedAssets, 0], 8
3094
3099
  ];
3095
3100
  export var GetSubscriptionInput$ = [3, n0, _GSI,
3096
3101
  0,
3097
3102
  [_dI, _i],
3098
- [[0, 1], [0, 1]]
3103
+ [[0, 1], [0, 1]], 2
3099
3104
  ];
3100
3105
  export var GetSubscriptionOutput$ = [3, n0, _GSO,
3101
3106
  0,
3102
- [_id, _cB, _uB, _dIo, _s, _cA, _uA, _sPu, _sLu, _sRI, _rP],
3103
- [0, 0, 0, 0, 0, 4, 4, [() => SubscribedPrincipal$, 0], [() => SubscribedListing$, 0], 0, 2]
3107
+ [_id, _cB, _dIo, _s, _cA, _uA, _sPu, _sLu, _uB, _sRI, _rP],
3108
+ [0, 0, 0, 0, 4, 4, [() => SubscribedPrincipal$, 0], [() => SubscribedListing$, 0], 0, 0, 2], 8
3104
3109
  ];
3105
3110
  export var GetSubscriptionRequestDetailsInput$ = [3, n0, _GSRDI,
3106
3111
  0,
3107
3112
  [_dI, _i],
3108
- [[0, 1], [0, 1]]
3113
+ [[0, 1], [0, 1]], 2
3109
3114
  ];
3110
3115
  export var GetSubscriptionRequestDetailsOutput$ = [3, n0, _GSRDO,
3111
3116
  0,
3112
- [_id, _cB, _uB, _dIo, _s, _cA, _uA, _rR, _sP, _sL, _rI, _dC, _eSI, _mF],
3113
- [0, 0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, [() => DecisionComment, 0], 0, [() => MetadataForms, 0]]
3117
+ [_id, _cB, _dIo, _s, _cA, _uA, _rR, _sP, _sL, _uB, _rI, _dC, _eSI, _mF],
3118
+ [0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, 0, [() => DecisionComment, 0], 0, [() => MetadataForms, 0]], 9
3114
3119
  ];
3115
3120
  export var GetSubscriptionTargetInput$ = [3, n0, _GSTI,
3116
3121
  0,
3117
3122
  [_dI, _eInv, _i],
3118
- [[0, 1], [0, 1], [0, 1]]
3123
+ [[0, 1], [0, 1], [0, 1]], 3
3119
3124
  ];
3120
3125
  export var GetSubscriptionTargetOutput$ = [3, n0, _GSTO,
3121
3126
  0,
3122
- [_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _uB, _cA, _uA, _mAR, _aAT, _sTC, _pro],
3123
- [0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 0, 4, 4, 0, 64 | 0, () => SubscriptionTargetForms, 0]
3127
+ [_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _cA, _aAT, _sTC, _pro, _uB, _uA, _mAR, _sGCM],
3128
+ [0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 4, 64 | 0, () => SubscriptionTargetForms, 0, 0, 4, 0, 0], 12
3124
3129
  ];
3125
3130
  export var GetTimeSeriesDataPointInput$ = [3, n0, _GTSDPI,
3126
3131
  0,
3127
3132
  [_dI, _eI, _eT, _i, _fN],
3128
- [[0, 1], [0, 1], [0, 1], [0, 1], [0, { [_hQ]: _fN }]]
3133
+ [[0, 1], [0, 1], [0, 1], [0, 1], [0, { [_hQ]: _fN }]], 5
3129
3134
  ];
3130
3135
  export var GetTimeSeriesDataPointOutput$ = [3, n0, _GTSDPO,
3131
3136
  0,
@@ -3135,7 +3140,7 @@ export var GetTimeSeriesDataPointOutput$ = [3, n0, _GTSDPO,
3135
3140
  export var GetUserProfileInput$ = [3, n0, _GUPI,
3136
3141
  0,
3137
3142
  [_dI, _uI, _ty],
3138
- [[0, 1], [0, 1], [0, { [_hQ]: _ty }]]
3143
+ [[0, 1], [0, 1], [0, { [_hQ]: _ty }]], 2
3139
3144
  ];
3140
3145
  export var GetUserProfileOutput$ = [3, n0, _GUPO,
3141
3146
  0,
@@ -3144,8 +3149,8 @@ export var GetUserProfileOutput$ = [3, n0, _GUPO,
3144
3149
  ];
3145
3150
  export var GlossaryItem$ = [3, n0, _GI,
3146
3151
  0,
3147
- [_dIo, _id, _n, _oPI, _de, _s, _uR, _cA, _cB, _uA, _uB, _aA],
3148
- [0, 0, [() => GlossaryName, 0], 0, [() => GlossaryDescription, 0], 0, 64 | 0, 4, 0, 4, 0, () => GlossaryItemAdditionalAttributes$]
3152
+ [_dIo, _id, _n, _oPI, _s, _de, _uR, _cA, _cB, _uA, _uB, _aA],
3153
+ [0, 0, [() => GlossaryName, 0], 0, 0, [() => GlossaryDescription, 0], 64 | 0, 4, 0, 4, 0, () => GlossaryItemAdditionalAttributes$], 5
3149
3154
  ];
3150
3155
  export var GlossaryItemAdditionalAttributes$ = [3, n0, _GIAA,
3151
3156
  0,
@@ -3159,8 +3164,8 @@ export var GlossaryTermEnforcementDetail$ = [3, n0, _GTED,
3159
3164
  ];
3160
3165
  export var GlossaryTermItem$ = [3, n0, _GTI,
3161
3166
  0,
3162
- [_dIo, _gIlo, _id, _n, _sD, _uR, _lDo, _tRe, _s, _cA, _cB, _uA, _uB, _aA],
3163
- [0, 0, 0, [() => GlossaryTermName, 0], [() => ShortDescription, 0], 64 | 0, [() => LongDescription, 0], () => TermRelations$, 0, 4, 0, 4, 0, () => GlossaryTermItemAdditionalAttributes$]
3167
+ [_dIo, _gIlo, _id, _n, _s, _sD, _uR, _lDo, _tRe, _cA, _cB, _uA, _uB, _aA],
3168
+ [0, 0, 0, [() => GlossaryTermName, 0], 0, [() => ShortDescription, 0], 64 | 0, [() => LongDescription, 0], () => TermRelations$, 4, 0, 4, 0, () => GlossaryTermItemAdditionalAttributes$], 5
3164
3169
  ];
3165
3170
  export var GlossaryTermItemAdditionalAttributes$ = [3, n0, _GTIAA,
3166
3171
  0,
@@ -3204,33 +3209,33 @@ export var GluePropertiesPatch$ = [3, n0, _GPP,
3204
3209
  ];
3205
3210
  export var GlueRunConfigurationInput$ = [3, n0, _GRCI,
3206
3211
  0,
3207
- [_dAR, _rFC, _aIDQR, _cNa],
3208
- [0, () => RelationalFilterConfigurations, 2, 0]
3212
+ [_rFC, _dAR, _aIDQR, _cNa],
3213
+ [() => RelationalFilterConfigurations, 0, 2, 0], 1
3209
3214
  ];
3210
3215
  export var GlueRunConfigurationOutput$ = [3, n0, _GRCO,
3211
3216
  0,
3212
- [_aIc, _reg, _dAR, _rFC, _aIDQR, _cNa],
3213
- [0, 0, 0, () => RelationalFilterConfigurations, 2, 0]
3217
+ [_rFC, _aIc, _reg, _dAR, _aIDQR, _cNa],
3218
+ [() => RelationalFilterConfigurations, 0, 0, 0, 2, 0], 1
3214
3219
  ];
3215
3220
  export var GlueSelfGrantStatusOutput$ = [3, n0, _GSGSO,
3216
3221
  0,
3217
3222
  [_sGSD],
3218
- [() => SelfGrantStatusDetails]
3223
+ [() => SelfGrantStatusDetails], 1
3219
3224
  ];
3220
3225
  export var GreaterThanExpression$ = [3, n0, _GTE,
3221
3226
  0,
3222
3227
  [_cN, _v],
3223
- [0, 0]
3228
+ [0, 0], 2
3224
3229
  ];
3225
3230
  export var GreaterThanOrEqualToExpression$ = [3, n0, _GTOETE,
3226
3231
  0,
3227
3232
  [_cN, _v],
3228
- [0, 0]
3233
+ [0, 0], 2
3229
3234
  ];
3230
3235
  export var GroupDetails$ = [3, n0, _GDr,
3231
3236
  0,
3232
3237
  [_gIro],
3233
- [0]
3238
+ [0], 1
3234
3239
  ];
3235
3240
  export var GroupProfileSummary$ = [3, n0, _GPS,
3236
3241
  0,
@@ -3240,12 +3245,12 @@ export var GroupProfileSummary$ = [3, n0, _GPS,
3240
3245
  export var HyperPodPropertiesInput$ = [3, n0, _HPPI,
3241
3246
  0,
3242
3247
  [_cNl],
3243
- [0]
3248
+ [0], 1
3244
3249
  ];
3245
3250
  export var HyperPodPropertiesOutput$ = [3, n0, _HPPO,
3246
3251
  0,
3247
3252
  [_cNl, _cAl, _or],
3248
- [0, 0, 0]
3253
+ [0, 0, 0], 1
3249
3254
  ];
3250
3255
  export var IamPropertiesInput$ = [3, n0, _IPI,
3251
3256
  0,
@@ -3270,33 +3275,33 @@ export var IamUserProfileDetails$ = [3, n0, _IUPD,
3270
3275
  export var Import$ = [3, n0, _Im,
3271
3276
  0,
3272
3277
  [_n, _r],
3273
- [[() => FormTypeName, 0], 0]
3278
+ [[() => FormTypeName, 0], 0], 2
3274
3279
  ];
3275
3280
  export var InExpression$ = [3, n0, _IE,
3276
3281
  0,
3277
3282
  [_cN, _va],
3278
- [0, 64 | 0]
3283
+ [0, 64 | 0], 2
3279
3284
  ];
3280
3285
  export var InternalServerException$ = [-3, n0, _ISE,
3281
3286
  { [_e]: _se, [_hE]: 500 },
3282
3287
  [_m],
3283
- [0]
3288
+ [0], 1
3284
3289
  ];
3285
3290
  TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
3286
3291
  export var IsNotNullExpression$ = [3, n0, _INNE,
3287
3292
  0,
3288
3293
  [_cN],
3289
- [0]
3294
+ [0], 1
3290
3295
  ];
3291
3296
  export var IsNullExpression$ = [3, n0, _INE,
3292
3297
  0,
3293
3298
  [_cN],
3294
- [0]
3299
+ [0], 1
3295
3300
  ];
3296
3301
  export var JobRunError$ = [3, n0, _JRE,
3297
3302
  0,
3298
3303
  [_m],
3299
- [0]
3304
+ [0], 1
3300
3305
  ];
3301
3306
  export var JobRunSummary$ = [3, n0, _JRS,
3302
3307
  0,
@@ -3311,17 +3316,17 @@ export var LakeFormationConfiguration$ = [3, n0, _LFC,
3311
3316
  export var LessThanExpression$ = [3, n0, _LTE,
3312
3317
  0,
3313
3318
  [_cN, _v],
3314
- [0, 0]
3319
+ [0, 0], 2
3315
3320
  ];
3316
3321
  export var LessThanOrEqualToExpression$ = [3, n0, _LTOETE,
3317
3322
  0,
3318
3323
  [_cN, _v],
3319
- [0, 0]
3324
+ [0, 0], 2
3320
3325
  ];
3321
3326
  export var LikeExpression$ = [3, n0, _LEi,
3322
3327
  0,
3323
3328
  [_cN, _v],
3324
- [0, 0]
3329
+ [0, 0], 2
3325
3330
  ];
3326
3331
  export var LineageEventSummary$ = [3, n0, _LES,
3327
3332
  0,
@@ -3340,13 +3345,13 @@ export var LineageNodeReference$ = [3, n0, _LNR,
3340
3345
  ];
3341
3346
  export var LineageNodeSummary$ = [3, n0, _LNS,
3342
3347
  0,
3343
- [_dIo, _n, _de, _cA, _cB, _uA, _uB, _id, _tNy, _tR, _sIo, _eTve],
3344
- [0, 0, 0, 4, 0, 4, 0, 0, 0, 0, 0, 4]
3348
+ [_dIo, _id, _tNy, _n, _de, _cA, _cB, _uA, _uB, _tR, _sIo, _eTve],
3349
+ [0, 0, 0, 0, 0, 4, 0, 4, 0, 0, 0, 4], 3
3345
3350
  ];
3346
3351
  export var LineageNodeTypeItem$ = [3, n0, _LNTI,
3347
3352
  0,
3348
- [_dIo, _n, _de, _cA, _cB, _uA, _uB, _r, _fO],
3349
- [0, 0, 0, 4, 0, 4, 0, 0, [() => FormsOutputMap, 0]]
3353
+ [_dIo, _r, _fO, _n, _de, _cA, _cB, _uA, _uB],
3354
+ [0, 0, [() => FormsOutputMap, 0], 0, 0, 4, 0, 4, 0], 3
3350
3355
  ];
3351
3356
  export var LineageRunDetails$ = [3, n0, _LRD,
3352
3357
  0,
@@ -3366,7 +3371,7 @@ export var LineageSyncSchedule$ = [3, n0, _LSS,
3366
3371
  export var ListAccountPoolsInput$ = [3, n0, _LAPI,
3367
3372
  0,
3368
3373
  [_dI, _n, _sB, _sO, _nT, _mRa],
3369
- [[0, 1], [() => AccountPoolName, { [_hQ]: _n }], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
3374
+ [[0, 1], [() => AccountPoolName, { [_hQ]: _n }], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
3370
3375
  ];
3371
3376
  export var ListAccountPoolsOutput$ = [3, n0, _LAPO,
3372
3377
  0,
@@ -3376,7 +3381,7 @@ export var ListAccountPoolsOutput$ = [3, n0, _LAPO,
3376
3381
  export var ListAccountsInAccountPoolInput$ = [3, n0, _LAIAPI,
3377
3382
  0,
3378
3383
  [_dI, _i, _nT, _mRa],
3379
- [[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
3384
+ [[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
3380
3385
  ];
3381
3386
  export var ListAccountsInAccountPoolOutput$ = [3, n0, _LAIAPO,
3382
3387
  0,
@@ -3386,17 +3391,17 @@ export var ListAccountsInAccountPoolOutput$ = [3, n0, _LAIAPO,
3386
3391
  export var ListAssetFiltersInput$ = [3, n0, _LAFI,
3387
3392
  0,
3388
3393
  [_dI, _aIs, _s, _nT, _mRa],
3389
- [[0, 1], [0, 1], [0, { [_hQ]: _s }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
3394
+ [[0, 1], [0, 1], [0, { [_hQ]: _s }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
3390
3395
  ];
3391
3396
  export var ListAssetFiltersOutput$ = [3, n0, _LAFO,
3392
3397
  0,
3393
3398
  [_it, _nT],
3394
- [[() => AssetFilters, 0], 0]
3399
+ [[() => AssetFilters, 0], 0], 1
3395
3400
  ];
3396
3401
  export var ListAssetRevisionsInput$ = [3, n0, _LARI,
3397
3402
  0,
3398
3403
  [_dI, _i, _nT, _mRa],
3399
- [[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
3404
+ [[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
3400
3405
  ];
3401
3406
  export var ListAssetRevisionsOutput$ = [3, n0, _LARO,
3402
3407
  0,
@@ -3406,52 +3411,52 @@ export var ListAssetRevisionsOutput$ = [3, n0, _LARO,
3406
3411
  export var ListConnectionsInput$ = [3, n0, _LCI,
3407
3412
  0,
3408
3413
  [_dI, _mRa, _nT, _sB, _sO, _n, _eInv, _pIr, _ty, _sc],
3409
- [[0, 1], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }], [0, { [_hQ]: _n }], [0, { [_hQ]: _eInv }], [0, { [_hQ]: _pIr }], [0, { [_hQ]: _ty }], [0, { [_hQ]: _sc }]]
3414
+ [[0, 1], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }], [0, { [_hQ]: _n }], [0, { [_hQ]: _eInv }], [0, { [_hQ]: _pIr }], [0, { [_hQ]: _ty }], [0, { [_hQ]: _sc }]], 1
3410
3415
  ];
3411
3416
  export var ListConnectionsOutput$ = [3, n0, _LCO,
3412
3417
  0,
3413
3418
  [_it, _nT],
3414
- [[() => ConnectionSummaries, 0], 0]
3419
+ [[() => ConnectionSummaries, 0], 0], 1
3415
3420
  ];
3416
3421
  export var ListDataProductRevisionsInput$ = [3, n0, _LDPRI,
3417
3422
  0,
3418
3423
  [_dI, _i, _mRa, _nT],
3419
- [[0, 1], [0, 1], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]]
3424
+ [[0, 1], [0, 1], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]], 2
3420
3425
  ];
3421
3426
  export var ListDataProductRevisionsOutput$ = [3, n0, _LDPRO,
3422
3427
  0,
3423
3428
  [_it, _nT],
3424
- [() => DataProductRevisions, 0]
3429
+ [() => DataProductRevisions, 0], 1
3425
3430
  ];
3426
3431
  export var ListDataSourceRunActivitiesInput$ = [3, n0, _LDSRAI,
3427
3432
  0,
3428
3433
  [_dI, _i, _s, _nT, _mRa],
3429
- [[0, 1], [0, 1], [0, { [_hQ]: _s }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
3434
+ [[0, 1], [0, 1], [0, { [_hQ]: _s }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
3430
3435
  ];
3431
3436
  export var ListDataSourceRunActivitiesOutput$ = [3, n0, _LDSRAO,
3432
3437
  0,
3433
3438
  [_it, _nT],
3434
- [[() => DataSourceRunActivities, 0], 0]
3439
+ [[() => DataSourceRunActivities, 0], 0], 1
3435
3440
  ];
3436
3441
  export var ListDataSourceRunsInput$ = [3, n0, _LDSRI,
3437
3442
  0,
3438
3443
  [_dI, _dSIa, _s, _nT, _mRa],
3439
- [[0, 1], [0, 1], [0, { [_hQ]: _s }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
3444
+ [[0, 1], [0, 1], [0, { [_hQ]: _s }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
3440
3445
  ];
3441
3446
  export var ListDataSourceRunsOutput$ = [3, n0, _LDSRO,
3442
3447
  0,
3443
3448
  [_it, _nT],
3444
- [() => DataSourceRunSummaries, 0]
3449
+ [() => DataSourceRunSummaries, 0], 1
3445
3450
  ];
3446
3451
  export var ListDataSourcesInput$ = [3, n0, _LDSI,
3447
3452
  0,
3448
3453
  [_dI, _pIr, _eInv, _cIo, _ty, _s, _n, _nT, _mRa],
3449
- [[0, 1], [0, { [_hQ]: _pIr }], [0, { [_hQ]: _eInv }], [0, { [_hQ]: _cIo }], [0, { [_hQ]: _ty }], [0, { [_hQ]: _s }], [() => Name, { [_hQ]: _n }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
3454
+ [[0, 1], [0, { [_hQ]: _pIr }], [0, { [_hQ]: _eInv }], [0, { [_hQ]: _cIo }], [0, { [_hQ]: _ty }], [0, { [_hQ]: _s }], [() => Name, { [_hQ]: _n }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
3450
3455
  ];
3451
3456
  export var ListDataSourcesOutput$ = [3, n0, _LDSO,
3452
3457
  0,
3453
3458
  [_it, _nT],
3454
- [[() => DataSourceSummaries, 0], 0]
3459
+ [[() => DataSourceSummaries, 0], 0], 1
3455
3460
  ];
3456
3461
  export var ListDomainsInput$ = [3, n0, _LDI,
3457
3462
  0,
@@ -3461,32 +3466,32 @@ export var ListDomainsInput$ = [3, n0, _LDI,
3461
3466
  export var ListDomainsOutput$ = [3, n0, _LDO,
3462
3467
  0,
3463
3468
  [_it, _nT],
3464
- [[() => DomainSummaries, 0], 0]
3469
+ [[() => DomainSummaries, 0], 0], 1
3465
3470
  ];
3466
3471
  export var ListDomainUnitsForParentInput$ = [3, n0, _LDUFPI,
3467
3472
  0,
3468
3473
  [_dI, _pDUI, _mRa, _nT],
3469
- [[0, 1], [0, { [_hQ]: _pDUI }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]]
3474
+ [[0, 1], [0, { [_hQ]: _pDUI }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]], 2
3470
3475
  ];
3471
3476
  export var ListDomainUnitsForParentOutput$ = [3, n0, _LDUFPO,
3472
3477
  0,
3473
3478
  [_it, _nT],
3474
- [() => DomainUnitSummaries, 0]
3479
+ [() => DomainUnitSummaries, 0], 1
3475
3480
  ];
3476
3481
  export var ListEntityOwnersInput$ = [3, n0, _LEOI,
3477
3482
  0,
3478
3483
  [_dI, _eT, _eI, _mRa, _nT],
3479
- [[0, 1], [0, 1], [0, 1], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]]
3484
+ [[0, 1], [0, 1], [0, 1], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]], 3
3480
3485
  ];
3481
3486
  export var ListEntityOwnersOutput$ = [3, n0, _LEOO,
3482
3487
  0,
3483
3488
  [_ow, _nT],
3484
- [() => EntityOwners, 0]
3489
+ [() => EntityOwners, 0], 1
3485
3490
  ];
3486
3491
  export var ListEnvironmentActionsInput$ = [3, n0, _LEAI,
3487
3492
  0,
3488
3493
  [_dI, _eInv, _nT, _mRa],
3489
- [[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
3494
+ [[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
3490
3495
  ];
3491
3496
  export var ListEnvironmentActionsOutput$ = [3, n0, _LEAO,
3492
3497
  0,
@@ -3496,7 +3501,7 @@ export var ListEnvironmentActionsOutput$ = [3, n0, _LEAO,
3496
3501
  export var ListEnvironmentBlueprintConfigurationsInput$ = [3, n0, _LEBCI,
3497
3502
  0,
3498
3503
  [_dI, _mRa, _nT],
3499
- [[0, 1], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]]
3504
+ [[0, 1], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]], 1
3500
3505
  ];
3501
3506
  export var ListEnvironmentBlueprintConfigurationsOutput$ = [3, n0, _LEBCO,
3502
3507
  0,
@@ -3506,42 +3511,42 @@ export var ListEnvironmentBlueprintConfigurationsOutput$ = [3, n0, _LEBCO,
3506
3511
  export var ListEnvironmentBlueprintsInput$ = [3, n0, _LEBI,
3507
3512
  0,
3508
3513
  [_dI, _mRa, _nT, _n, _ma],
3509
- [[0, 1], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _n }], [2, { [_hQ]: _ma }]]
3514
+ [[0, 1], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _n }], [2, { [_hQ]: _ma }]], 1
3510
3515
  ];
3511
3516
  export var ListEnvironmentBlueprintsOutput$ = [3, n0, _LEBO,
3512
3517
  0,
3513
3518
  [_it, _nT],
3514
- [[() => EnvironmentBlueprintSummaries, 0], 0]
3519
+ [[() => EnvironmentBlueprintSummaries, 0], 0], 1
3515
3520
  ];
3516
3521
  export var ListEnvironmentProfilesInput$ = [3, n0, _LEPI,
3517
3522
  0,
3518
3523
  [_dI, _aAI, _aAR, _eBI, _pIr, _n, _nT, _mRa],
3519
- [[0, 1], [0, { [_hQ]: _aAI }], [0, { [_hQ]: _aAR }], [0, { [_hQ]: _eBI }], [0, { [_hQ]: _pIr }], [() => EnvironmentProfileName, { [_hQ]: _n }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
3524
+ [[0, 1], [0, { [_hQ]: _aAI }], [0, { [_hQ]: _aAR }], [0, { [_hQ]: _eBI }], [0, { [_hQ]: _pIr }], [() => EnvironmentProfileName, { [_hQ]: _n }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
3520
3525
  ];
3521
3526
  export var ListEnvironmentProfilesOutput$ = [3, n0, _LEPO,
3522
3527
  0,
3523
3528
  [_it, _nT],
3524
- [[() => EnvironmentProfileSummaries, 0], 0]
3529
+ [[() => EnvironmentProfileSummaries, 0], 0], 1
3525
3530
  ];
3526
3531
  export var ListEnvironmentsInput$ = [3, n0, _LEI,
3527
3532
  0,
3528
- [_dI, _aAI, _s, _aAR, _pIr, _ePI, _eBI, _pro, _n, _mRa, _nT],
3529
- [[0, 1], [0, { [_hQ]: _aAI }], [0, { [_hQ]: _s }], [0, { [_hQ]: _aAR }], [0, { [_hQ]: _pIr }], [0, { [_hQ]: _ePI }], [0, { [_hQ]: _eBI }], [0, { [_hQ]: _pro }], [0, { [_hQ]: _n }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]]
3533
+ [_dI, _pIr, _aAI, _s, _aAR, _ePI, _eBI, _pro, _n, _mRa, _nT],
3534
+ [[0, 1], [0, { [_hQ]: _pIr }], [0, { [_hQ]: _aAI }], [0, { [_hQ]: _s }], [0, { [_hQ]: _aAR }], [0, { [_hQ]: _ePI }], [0, { [_hQ]: _eBI }], [0, { [_hQ]: _pro }], [0, { [_hQ]: _n }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]], 2
3530
3535
  ];
3531
3536
  export var ListEnvironmentsOutput$ = [3, n0, _LEO,
3532
3537
  0,
3533
3538
  [_it, _nT],
3534
- [[() => EnvironmentSummaries, 0], 0]
3539
+ [[() => EnvironmentSummaries, 0], 0], 1
3535
3540
  ];
3536
3541
  export var ListingRevision$ = [3, n0, _LR,
3537
3542
  0,
3538
3543
  [_id, _r],
3539
- [0, 0]
3544
+ [0, 0], 2
3540
3545
  ];
3541
3546
  export var ListingRevisionInput$ = [3, n0, _LRI,
3542
3547
  0,
3543
3548
  [_i, _r],
3544
- [0, 0]
3549
+ [0, 0], 2
3545
3550
  ];
3546
3551
  export var ListingSummary$ = [3, n0, _LS,
3547
3552
  0,
@@ -3556,7 +3561,7 @@ export var ListingSummaryItem$ = [3, n0, _LSI,
3556
3561
  export var ListJobRunsInput$ = [3, n0, _LJRI,
3557
3562
  0,
3558
3563
  [_dI, _jIo, _s, _sO, _nT, _mRa],
3559
- [[0, 1], [0, 1], [0, { [_hQ]: _s }], [0, { [_hQ]: _sO }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
3564
+ [[0, 1], [0, 1], [0, { [_hQ]: _s }], [0, { [_hQ]: _sO }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
3560
3565
  ];
3561
3566
  export var ListJobRunsOutput$ = [3, n0, _LJRO,
3562
3567
  0,
@@ -3566,7 +3571,7 @@ export var ListJobRunsOutput$ = [3, n0, _LJRO,
3566
3571
  export var ListLineageEventsInput$ = [3, n0, _LLEI,
3567
3572
  0,
3568
3573
  [_dI, _mRa, _tA, _tB, _pSr, _sO, _nT],
3569
- [[0, 1], [1, { [_hQ]: _mRa }], [4, { [_hQ]: _tA }], [4, { [_hQ]: _tB }], [0, { [_hQ]: _pSr }], [0, { [_hQ]: _sO }], [0, { [_hQ]: _nT }]]
3574
+ [[0, 1], [1, { [_hQ]: _mRa }], [4, { [_hQ]: _tA }], [4, { [_hQ]: _tB }], [0, { [_hQ]: _pSr }], [0, { [_hQ]: _sO }], [0, { [_hQ]: _nT }]], 1
3570
3575
  ];
3571
3576
  export var ListLineageEventsOutput$ = [3, n0, _LLEO,
3572
3577
  0,
@@ -3575,8 +3580,8 @@ export var ListLineageEventsOutput$ = [3, n0, _LLEO,
3575
3580
  ];
3576
3581
  export var ListLineageNodeHistoryInput$ = [3, n0, _LLNHI,
3577
3582
  0,
3578
- [_dI, _mRa, _nT, _i, _di, _eTGTE, _eTLTE, _sO],
3579
- [[0, 1], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }], [0, 1], [0, { [_hQ]: _di }], [4, { [_hQ]: _tGTE }], [4, { [_hQ]: _tLTE }], [0, { [_hQ]: _sO }]]
3583
+ [_dI, _i, _mRa, _nT, _di, _eTGTE, _eTLTE, _sO],
3584
+ [[0, 1], [0, 1], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _di }], [4, { [_hQ]: _tGTE }], [4, { [_hQ]: _tLTE }], [0, { [_hQ]: _sO }]], 2
3580
3585
  ];
3581
3586
  export var ListLineageNodeHistoryOutput$ = [3, n0, _LLNHO,
3582
3587
  0,
@@ -3586,7 +3591,7 @@ export var ListLineageNodeHistoryOutput$ = [3, n0, _LLNHO,
3586
3591
  export var ListMetadataGenerationRunsInput$ = [3, n0, _LMGRI,
3587
3592
  0,
3588
3593
  [_dI, _s, _ty, _nT, _mRa, _tIa],
3589
- [[0, 1], [0, { [_hQ]: _s }], [0, { [_hQ]: _ty }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _tIa }]]
3594
+ [[0, 1], [0, { [_hQ]: _s }], [0, { [_hQ]: _ty }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _tIa }]], 1
3590
3595
  ];
3591
3596
  export var ListMetadataGenerationRunsOutput$ = [3, n0, _LMGRO,
3592
3597
  0,
@@ -3596,7 +3601,7 @@ export var ListMetadataGenerationRunsOutput$ = [3, n0, _LMGRO,
3596
3601
  export var ListNotificationsInput$ = [3, n0, _LNI,
3597
3602
  0,
3598
3603
  [_dI, _ty, _aTf, _bT, _su, _tSa, _mRa, _nT],
3599
- [[0, 1], [0, { [_hQ]: _ty }], [4, { [_hQ]: _aTf }], [4, { [_hQ]: _bT }], [64 | 0, { [_hQ]: _su }], [0, { [_hQ]: _tSa }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]]
3604
+ [[0, 1], [0, { [_hQ]: _ty }], [4, { [_hQ]: _aTf }], [4, { [_hQ]: _bT }], [64 | 0, { [_hQ]: _su }], [0, { [_hQ]: _tSa }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]], 2
3600
3605
  ];
3601
3606
  export var ListNotificationsOutput$ = [3, n0, _LNO,
3602
3607
  0,
@@ -3606,27 +3611,27 @@ export var ListNotificationsOutput$ = [3, n0, _LNO,
3606
3611
  export var ListPolicyGrantsInput$ = [3, n0, _LPGI,
3607
3612
  0,
3608
3613
  [_dI, _eT, _eI, _pTo, _mRa, _nT],
3609
- [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _pTo }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]]
3614
+ [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _pTo }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]], 4
3610
3615
  ];
3611
3616
  export var ListPolicyGrantsOutput$ = [3, n0, _LPGO,
3612
3617
  0,
3613
3618
  [_gL, _nT],
3614
- [() => PolicyGrantList, 0]
3619
+ [() => PolicyGrantList, 0], 1
3615
3620
  ];
3616
3621
  export var ListProjectMembershipsInput$ = [3, n0, _LPMI,
3617
3622
  0,
3618
3623
  [_dI, _pIr, _sB, _sO, _nT, _mRa],
3619
- [[0, 1], [0, 1], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
3624
+ [[0, 1], [0, 1], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
3620
3625
  ];
3621
3626
  export var ListProjectMembershipsOutput$ = [3, n0, _LPMO,
3622
3627
  0,
3623
3628
  [_mem, _nT],
3624
- [() => ProjectMembers, 0]
3629
+ [() => ProjectMembers, 0], 1
3625
3630
  ];
3626
3631
  export var ListProjectProfilesInput$ = [3, n0, _LPPI,
3627
3632
  0,
3628
3633
  [_dI, _n, _sB, _sO, _nT, _mRa],
3629
- [[0, 1], [() => ProjectProfileName, { [_hQ]: _n }], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
3634
+ [[0, 1], [() => ProjectProfileName, { [_hQ]: _n }], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
3630
3635
  ];
3631
3636
  export var ListProjectProfilesOutput$ = [3, n0, _LPPO,
3632
3637
  0,
@@ -3636,7 +3641,7 @@ export var ListProjectProfilesOutput$ = [3, n0, _LPPO,
3636
3641
  export var ListProjectsInput$ = [3, n0, _LPI,
3637
3642
  0,
3638
3643
  [_dI, _uI, _gIr, _n, _nT, _mRa],
3639
- [[0, 1], [0, { [_hQ]: _uI }], [0, { [_hQ]: _gIr }], [() => ProjectName, { [_hQ]: _n }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
3644
+ [[0, 1], [0, { [_hQ]: _uI }], [0, { [_hQ]: _gIr }], [() => ProjectName, { [_hQ]: _n }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
3640
3645
  ];
3641
3646
  export var ListProjectsOutput$ = [3, n0, _LPO,
3642
3647
  0,
@@ -3646,57 +3651,57 @@ export var ListProjectsOutput$ = [3, n0, _LPO,
3646
3651
  export var ListRulesInput$ = [3, n0, _LRIi,
3647
3652
  0,
3648
3653
  [_dI, _tT, _tIa, _rTu, _ac, _pIro, _aTs, _dPa, _iC, _mRa, _nT],
3649
- [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _rTu }], [0, { [_hQ]: _rA }], [64 | 0, { [_hQ]: _pIro }], [64 | 0, { [_hQ]: _aTs }], [2, { [_hQ]: _dPa }], [2, { [_hQ]: _iC }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]]
3654
+ [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _rTu }], [0, { [_hQ]: _rA }], [64 | 0, { [_hQ]: _pIro }], [64 | 0, { [_hQ]: _aTs }], [2, { [_hQ]: _dPa }], [2, { [_hQ]: _iC }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]], 3
3650
3655
  ];
3651
3656
  export var ListRulesOutput$ = [3, n0, _LRO,
3652
3657
  0,
3653
3658
  [_it, _nT],
3654
- [[() => RuleSummaries, 0], 0]
3659
+ [[() => RuleSummaries, 0], 0], 1
3655
3660
  ];
3656
3661
  export var ListSubscriptionGrantsInput$ = [3, n0, _LSGI,
3657
3662
  0,
3658
- [_dI, _eInvi, _sTIu, _sLI, _sI, _oPI, _oUI, _oGI, _sB, _sO, _mRa, _nT],
3659
- [[0, 1], [0, { [_hQ]: _eInvi }], [0, { [_hQ]: _sTIu }], [0, { [_hQ]: _sLI }], [0, { [_hQ]: _sI }], [0, { [_hQ]: _oPI }], [0, { [_hQ]: _oUI }], [0, { [_hQ]: _oGI }], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]]
3663
+ [_dI, _eInvi, _sTIu, _sLI, _sI, _oPI, _oIPA, _oUI, _oGI, _sB, _sO, _mRa, _nT],
3664
+ [[0, 1], [0, { [_hQ]: _eInvi }], [0, { [_hQ]: _sTIu }], [0, { [_hQ]: _sLI }], [0, { [_hQ]: _sI }], [0, { [_hQ]: _oPI }], [0, { [_hQ]: _oIPA }], [0, { [_hQ]: _oUI }], [0, { [_hQ]: _oGI }], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]], 1
3660
3665
  ];
3661
3666
  export var ListSubscriptionGrantsOutput$ = [3, n0, _LSGO,
3662
3667
  0,
3663
3668
  [_it, _nT],
3664
- [() => SubscriptionGrants, 0]
3669
+ [() => SubscriptionGrants, 0], 1
3665
3670
  ];
3666
3671
  export var ListSubscriptionRequestsInput$ = [3, n0, _LSRI,
3667
3672
  0,
3668
- [_dI, _s, _sLI, _oPI, _aPI, _oUI, _oGI, _sB, _sO, _mRa, _nT],
3669
- [[0, 1], [0, { [_hQ]: _s }], [0, { [_hQ]: _sLI }], [0, { [_hQ]: _oPI }], [0, { [_hQ]: _aPI }], [0, { [_hQ]: _oUI }], [0, { [_hQ]: _oGI }], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]]
3673
+ [_dI, _s, _sLI, _oPI, _oIPA, _aPI, _oUI, _oGI, _sB, _sO, _mRa, _nT],
3674
+ [[0, 1], [0, { [_hQ]: _s }], [0, { [_hQ]: _sLI }], [0, { [_hQ]: _oPI }], [0, { [_hQ]: _oIPA }], [0, { [_hQ]: _aPI }], [0, { [_hQ]: _oUI }], [0, { [_hQ]: _oGI }], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]], 1
3670
3675
  ];
3671
3676
  export var ListSubscriptionRequestsOutput$ = [3, n0, _LSRO,
3672
3677
  0,
3673
3678
  [_it, _nT],
3674
- [[() => SubscriptionRequests, 0], 0]
3679
+ [[() => SubscriptionRequests, 0], 0], 1
3675
3680
  ];
3676
3681
  export var ListSubscriptionsInput$ = [3, n0, _LSIi,
3677
3682
  0,
3678
- [_dI, _sRIu, _s, _sLI, _oPI, _oUI, _oGI, _aPI, _sB, _sO, _mRa, _nT],
3679
- [[0, 1], [0, { [_hQ]: _sRIu }], [0, { [_hQ]: _s }], [0, { [_hQ]: _sLI }], [0, { [_hQ]: _oPI }], [0, { [_hQ]: _oUI }], [0, { [_hQ]: _oGI }], [0, { [_hQ]: _aPI }], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]]
3683
+ [_dI, _sRIu, _s, _sLI, _oPI, _oIPA, _oUI, _oGI, _aPI, _sB, _sO, _mRa, _nT],
3684
+ [[0, 1], [0, { [_hQ]: _sRIu }], [0, { [_hQ]: _s }], [0, { [_hQ]: _sLI }], [0, { [_hQ]: _oPI }], [0, { [_hQ]: _oIPA }], [0, { [_hQ]: _oUI }], [0, { [_hQ]: _oGI }], [0, { [_hQ]: _aPI }], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]], 1
3680
3685
  ];
3681
3686
  export var ListSubscriptionsOutput$ = [3, n0, _LSO,
3682
3687
  0,
3683
3688
  [_it, _nT],
3684
- [[() => Subscriptions, 0], 0]
3689
+ [[() => Subscriptions, 0], 0], 1
3685
3690
  ];
3686
3691
  export var ListSubscriptionTargetsInput$ = [3, n0, _LSTI,
3687
3692
  0,
3688
3693
  [_dI, _eInv, _sB, _sO, _mRa, _nT],
3689
- [[0, 1], [0, 1], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]]
3694
+ [[0, 1], [0, 1], [0, { [_hQ]: _sB }], [0, { [_hQ]: _sO }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]], 2
3690
3695
  ];
3691
3696
  export var ListSubscriptionTargetsOutput$ = [3, n0, _LSTO,
3692
3697
  0,
3693
3698
  [_it, _nT],
3694
- [[() => SubscriptionTargets, 0], 0]
3699
+ [[() => SubscriptionTargets, 0], 0], 1
3695
3700
  ];
3696
3701
  export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
3697
3702
  0,
3698
3703
  [_rAe],
3699
- [[0, 1]]
3704
+ [[0, 1]], 1
3700
3705
  ];
3701
3706
  export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
3702
3707
  0,
@@ -3706,7 +3711,7 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
3706
3711
  export var ListTimeSeriesDataPointsInput$ = [3, n0, _LTSDPI,
3707
3712
  0,
3708
3713
  [_dI, _eI, _eT, _fN, _sAt, _eAn, _nT, _mRa],
3709
- [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _fN }], [4, { [_hQ]: _sAt }], [4, { [_hQ]: _eAn }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
3714
+ [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _fN }], [4, { [_hQ]: _sAt }], [4, { [_hQ]: _eAn }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 4
3710
3715
  ];
3711
3716
  export var ListTimeSeriesDataPointsOutput$ = [3, n0, _LTSDPO,
3712
3717
  0,
@@ -3731,27 +3736,27 @@ export var MetadataFormEnforcementDetail$ = [3, n0, _MFED,
3731
3736
  export var MetadataFormReference$ = [3, n0, _MFR,
3732
3737
  0,
3733
3738
  [_tI, _tR],
3734
- [0, 0]
3739
+ [0, 0], 2
3735
3740
  ];
3736
3741
  export var MetadataFormSummary$ = [3, n0, _MFS,
3737
3742
  0,
3738
- [_fN, _tNy, _tR],
3739
- [0, [() => FormTypeName, 0], 0]
3743
+ [_tNy, _tR, _fN],
3744
+ [[() => FormTypeName, 0], 0, 0], 2
3740
3745
  ];
3741
3746
  export var MetadataGenerationRunItem$ = [3, n0, _MGRI,
3742
3747
  0,
3743
- [_dIo, _id, _tar, _s, _ty, _typ, _cA, _cB, _oPI],
3744
- [0, 0, () => MetadataGenerationRunTarget$, 0, 0, 64 | 0, 4, 0, 0]
3748
+ [_dIo, _id, _oPI, _tar, _s, _ty, _typ, _cA, _cB],
3749
+ [0, 0, 0, () => MetadataGenerationRunTarget$, 0, 0, 64 | 0, 4, 0], 3
3745
3750
  ];
3746
3751
  export var MetadataGenerationRunTarget$ = [3, n0, _MGRT,
3747
3752
  0,
3748
3753
  [_ty, _i, _r],
3749
- [0, 0, 0]
3754
+ [0, 0, 0], 2
3750
3755
  ];
3751
3756
  export var MetadataGenerationRunTypeStat$ = [3, n0, _MGRTS,
3752
3757
  0,
3753
3758
  [_ty, _s, _eM],
3754
- [0, 0, 0]
3759
+ [0, 0, 0], 2
3755
3760
  ];
3756
3761
  export var MlflowPropertiesInput$ = [3, n0, _MPI,
3757
3762
  0,
@@ -3776,27 +3781,27 @@ export var NameIdentifier$ = [3, n0, _NI,
3776
3781
  export var NotEqualToExpression$ = [3, n0, _NETE,
3777
3782
  0,
3778
3783
  [_cN, _v],
3779
- [0, 0]
3784
+ [0, 0], 2
3780
3785
  ];
3781
3786
  export var NotificationOutput$ = [3, n0, _NO,
3782
3787
  0,
3783
- [_i, _dI, _ty, _top, _tit, _m, _s, _aLc, _cTre, _lUTa, _met],
3784
- [0, 0, 0, () => Topic$, [() => Title, 0], [() => Message, 0], 0, [() => ActionLink, 0], 4, 4, 128 | 0]
3788
+ [_i, _dI, _ty, _top, _tit, _m, _aLc, _cTre, _lUTa, _s, _met],
3789
+ [0, 0, 0, () => Topic$, [() => Title, 0], [() => Message, 0], [() => ActionLink, 0], 4, 4, 0, 128 | 0], 9
3785
3790
  ];
3786
3791
  export var NotificationResource$ = [3, n0, _NR,
3787
3792
  0,
3788
3793
  [_ty, _id, _n],
3789
- [0, 0, 0]
3794
+ [0, 0, 0], 2
3790
3795
  ];
3791
3796
  export var NotInExpression$ = [3, n0, _NIE,
3792
3797
  0,
3793
3798
  [_cN, _va],
3794
- [0, 64 | 0]
3799
+ [0, 64 | 0], 2
3795
3800
  ];
3796
3801
  export var NotLikeExpression$ = [3, n0, _NLE,
3797
3802
  0,
3798
3803
  [_cN, _v],
3799
- [0, 0]
3804
+ [0, 0], 2
3800
3805
  ];
3801
3806
  export var OAuth2ClientApplication$ = [3, n0, _OACA,
3802
3807
  0,
@@ -3826,7 +3831,7 @@ export var OverrideProjectOwnersPolicyGrantDetail$ = [3, n0, _OPOPGD,
3826
3831
  export var OwnerGroupProperties$ = [3, n0, _OGP,
3827
3832
  0,
3828
3833
  [_gIr],
3829
- [0]
3834
+ [0], 1
3830
3835
  ];
3831
3836
  export var OwnerGroupPropertiesOutput$ = [3, n0, _OGPO,
3832
3837
  0,
@@ -3836,7 +3841,7 @@ export var OwnerGroupPropertiesOutput$ = [3, n0, _OGPO,
3836
3841
  export var OwnerUserProperties$ = [3, n0, _OUP,
3837
3842
  0,
3838
3843
  [_uI],
3839
- [0]
3844
+ [0], 1
3840
3845
  ];
3841
3846
  export var OwnerUserPropertiesOutput$ = [3, n0, _OUPO,
3842
3847
  0,
@@ -3861,7 +3866,7 @@ export var PolicyGrantMember$ = [3, n0, _PGM,
3861
3866
  export var PostLineageEventInput$ = [3, n0, _PLEI,
3862
3867
  0,
3863
3868
  [_dI, _ev, _cT],
3864
- [[0, 1], [() => LineageEvent, 16], [0, { [_hH]: _CT, [_iTd]: 1 }]]
3869
+ [[0, 1], [() => LineageEvent, 16], [0, { [_hH]: _CT, [_iTd]: 1 }]], 2
3865
3870
  ];
3866
3871
  export var PostLineageEventOutput$ = [3, n0, _PLEO,
3867
3872
  0,
@@ -3871,7 +3876,7 @@ export var PostLineageEventOutput$ = [3, n0, _PLEO,
3871
3876
  export var PostTimeSeriesDataPointsInput$ = [3, n0, _PTSDPI,
3872
3877
  0,
3873
3878
  [_dI, _eI, _eT, _f, _cT],
3874
- [[0, 1], [0, 1], [0, 1], () => TimeSeriesDataPointFormInputList, [0, 4]]
3879
+ [[0, 1], [0, 1], [0, 1], () => TimeSeriesDataPointFormInputList, [0, 4]], 4
3875
3880
  ];
3876
3881
  export var PostTimeSeriesDataPointsOutput$ = [3, n0, _PTSDPO,
3877
3882
  0,
@@ -3891,32 +3896,32 @@ export var ProjectDeletionError$ = [3, n0, _PDE,
3891
3896
  export var ProjectMember$ = [3, n0, _PM,
3892
3897
  0,
3893
3898
  [_mD, _des],
3894
- [() => MemberDetails$, 0]
3899
+ [() => MemberDetails$, 0], 2
3895
3900
  ];
3896
3901
  export var ProjectPolicyGrantPrincipal$ = [3, n0, _PPGP,
3897
3902
  0,
3898
3903
  [_pD, _pIr, _pGF],
3899
- [0, 0, () => ProjectGrantFilter$]
3904
+ [0, 0, () => ProjectGrantFilter$], 1
3900
3905
  ];
3901
3906
  export var ProjectProfileSummary$ = [3, n0, _PPS,
3902
3907
  0,
3903
- [_dIo, _id, _n, _de, _s, _cB, _cA, _lUA, _dUI],
3904
- [0, 0, [() => ProjectProfileName, 0], [() => Description, 0], 0, 0, 5, 5, 0]
3908
+ [_dIo, _id, _n, _cB, _de, _s, _cA, _lUA, _dUI],
3909
+ [0, 0, [() => ProjectProfileName, 0], 0, [() => Description, 0], 0, 5, 5, 0], 4
3905
3910
  ];
3906
3911
  export var ProjectsForRule$ = [3, n0, _PFR,
3907
3912
  0,
3908
3913
  [_sM, _sPpe],
3909
- [0, 64 | 0]
3914
+ [0, 64 | 0], 1
3910
3915
  ];
3911
3916
  export var ProjectSummary$ = [3, n0, _PSr,
3912
3917
  0,
3913
- [_dIo, _id, _n, _de, _pS, _fR, _cB, _cA, _uA, _dUI],
3914
- [0, 0, [() => ProjectName, 0], [() => Description, 0], 0, () => FailureReasons, 0, 5, 5, 0]
3918
+ [_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _uA, _dUI],
3919
+ [0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, 0], 4
3915
3920
  ];
3916
3921
  export var PutDataExportConfigurationInput$ = [3, n0, _PDECI,
3917
3922
  0,
3918
3923
  [_dI, _eE, _eCn, _cT],
3919
- [[0, 1], 2, () => EncryptionConfiguration$, [0, 4]]
3924
+ [[0, 1], 2, () => EncryptionConfiguration$, [0, 4]], 2
3920
3925
  ];
3921
3926
  export var PutDataExportConfigurationOutput$ = [3, n0, _PDECO,
3922
3927
  0,
@@ -3925,13 +3930,13 @@ export var PutDataExportConfigurationOutput$ = [3, n0, _PDECO,
3925
3930
  ];
3926
3931
  export var PutEnvironmentBlueprintConfigurationInput$ = [3, n0, _PEBCI,
3927
3932
  0,
3928
- [_dI, _eBI, _pRA, _mARA, _eRPB, _eRn, _rPe, _gP, _pCro],
3929
- [[0, 1], [0, 1], 0, 0, 0, 64 | 0, [2, n0, _RPM, 0, 0, 128 | 0], 128 | 0, () => ProvisioningConfigurationList]
3933
+ [_dI, _eBI, _eRn, _pRA, _mARA, _eRPB, _rPe, _gP, _pCro],
3934
+ [[0, 1], [0, 1], 64 | 0, 0, 0, 0, [2, n0, _RPM, 0, 0, 128 | 0], 128 | 0, () => ProvisioningConfigurationList], 3
3930
3935
  ];
3931
3936
  export var PutEnvironmentBlueprintConfigurationOutput$ = [3, n0, _PEBCO,
3932
3937
  0,
3933
3938
  [_dIo, _eBIn, _pRA, _eRPB, _mARA, _eRn, _rPe, _cA, _uA, _pCro],
3934
- [0, 0, 0, 0, 0, 64 | 0, [2, n0, _RPM, 0, 0, 128 | 0], 5, 5, () => ProvisioningConfigurationList]
3939
+ [0, 0, 0, 0, 0, 64 | 0, [2, n0, _RPM, 0, 0, 128 | 0], 5, 5, () => ProvisioningConfigurationList], 2
3935
3940
  ];
3936
3941
  export var RecommendationConfiguration$ = [3, n0, _RC,
3937
3942
  0,
@@ -3941,12 +3946,12 @@ export var RecommendationConfiguration$ = [3, n0, _RC,
3941
3946
  export var RedshiftClusterStorage$ = [3, n0, _RCS,
3942
3947
  0,
3943
3948
  [_cNl],
3944
- [0]
3949
+ [0], 1
3945
3950
  ];
3946
3951
  export var RedshiftCredentialConfiguration$ = [3, n0, _RCC,
3947
3952
  0,
3948
3953
  [_sMA],
3949
- [0]
3954
+ [0], 1
3950
3955
  ];
3951
3956
  export var RedshiftLineageSyncConfigurationInput$ = [3, n0, _RLSCI,
3952
3957
  0,
@@ -3975,38 +3980,38 @@ export var RedshiftPropertiesPatch$ = [3, n0, _RPP,
3975
3980
  ];
3976
3981
  export var RedshiftRunConfigurationInput$ = [3, n0, _RRCI,
3977
3982
  0,
3978
- [_dAR, _rFC, _rCC, _rSe],
3979
- [0, () => RelationalFilterConfigurations, () => RedshiftCredentialConfiguration$, () => RedshiftStorage$]
3983
+ [_rFC, _dAR, _rCC, _rSe],
3984
+ [() => RelationalFilterConfigurations, 0, () => RedshiftCredentialConfiguration$, () => RedshiftStorage$], 1
3980
3985
  ];
3981
3986
  export var RedshiftRunConfigurationOutput$ = [3, n0, _RRCO,
3982
3987
  0,
3983
- [_aIc, _reg, _dAR, _rFC, _rCC, _rSe],
3984
- [0, 0, 0, () => RelationalFilterConfigurations, () => RedshiftCredentialConfiguration$, () => RedshiftStorage$]
3988
+ [_rFC, _rSe, _aIc, _reg, _dAR, _rCC],
3989
+ [() => RelationalFilterConfigurations, () => RedshiftStorage$, 0, 0, 0, () => RedshiftCredentialConfiguration$], 2
3985
3990
  ];
3986
3991
  export var RedshiftSelfGrantStatusOutput$ = [3, n0, _RSGSO,
3987
3992
  0,
3988
3993
  [_sGSD],
3989
- [() => SelfGrantStatusDetails]
3994
+ [() => SelfGrantStatusDetails], 1
3990
3995
  ];
3991
3996
  export var RedshiftServerlessStorage$ = [3, n0, _RSS,
3992
3997
  0,
3993
3998
  [_wN],
3994
- [0]
3999
+ [0], 1
3995
4000
  ];
3996
4001
  export var RejectChoice$ = [3, n0, _RCe,
3997
4002
  0,
3998
4003
  [_pT, _pCre],
3999
- [0, 64 | 1]
4004
+ [0, 64 | 1], 1
4000
4005
  ];
4001
4006
  export var RejectPredictionsInput$ = [3, n0, _RPIe,
4002
4007
  0,
4003
4008
  [_dI, _i, _r, _rRe, _rC, _cT],
4004
- [[0, 1], [0, 1], [0, { [_hQ]: _r }], () => RejectRule$, () => RejectChoices, [0, 4]]
4009
+ [[0, 1], [0, 1], [0, { [_hQ]: _r }], () => RejectRule$, () => RejectChoices, [0, 4]], 2
4005
4010
  ];
4006
4011
  export var RejectPredictionsOutput$ = [3, n0, _RPOe,
4007
4012
  0,
4008
4013
  [_dIo, _aI, _aRs],
4009
- [0, 0, 0]
4014
+ [0, 0, 0], 3
4010
4015
  ];
4011
4016
  export var RejectRule$ = [3, n0, _RRe,
4012
4017
  0,
@@ -4016,22 +4021,22 @@ export var RejectRule$ = [3, n0, _RRe,
4016
4021
  export var RejectSubscriptionRequestInput$ = [3, n0, _RSRI,
4017
4022
  0,
4018
4023
  [_dI, _i, _dC],
4019
- [[0, 1], [0, 1], [() => DecisionComment, 0]]
4024
+ [[0, 1], [0, 1], [() => DecisionComment, 0]], 2
4020
4025
  ];
4021
4026
  export var RejectSubscriptionRequestOutput$ = [3, n0, _RSRO,
4022
4027
  0,
4023
- [_id, _cB, _uB, _dIo, _s, _cA, _uA, _rR, _sP, _sL, _rI, _dC, _eSI, _mF],
4024
- [0, 0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, [() => DecisionComment, 0], 0, [() => MetadataForms, 0]]
4028
+ [_id, _cB, _dIo, _s, _cA, _uA, _rR, _sP, _sL, _uB, _rI, _dC, _eSI, _mF],
4029
+ [0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, 0, [() => DecisionComment, 0], 0, [() => MetadataForms, 0]], 9
4025
4030
  ];
4026
4031
  export var RelationalFilterConfiguration$ = [3, n0, _RFC,
4027
4032
  0,
4028
4033
  [_dNa, _sN, _fE],
4029
- [0, 0, () => FilterExpressions]
4034
+ [0, 0, () => FilterExpressions], 1
4030
4035
  ];
4031
4036
  export var RemoveEntityOwnerInput$ = [3, n0, _REOI,
4032
4037
  0,
4033
4038
  [_dI, _eT, _eI, _o, _cT],
4034
- [[0, 1], [0, 1], [0, 1], () => OwnerProperties$, [0, 4]]
4039
+ [[0, 1], [0, 1], [0, 1], () => OwnerProperties$, [0, 4]], 4
4035
4040
  ];
4036
4041
  export var RemoveEntityOwnerOutput$ = [3, n0, _REOO,
4037
4042
  0,
@@ -4041,7 +4046,7 @@ export var RemoveEntityOwnerOutput$ = [3, n0, _REOO,
4041
4046
  export var RemovePolicyGrantInput$ = [3, n0, _RPGI,
4042
4047
  0,
4043
4048
  [_dI, _eT, _eI, _pTo, _p, _gIra, _cT],
4044
- [[0, 1], [0, 1], [0, 1], 0, () => PolicyGrantPrincipal$, 0, [0, 4]]
4049
+ [[0, 1], [0, 1], [0, 1], 0, () => PolicyGrantPrincipal$, 0, [0, 4]], 5
4045
4050
  ];
4046
4051
  export var RemovePolicyGrantOutput$ = [3, n0, _RPGO,
4047
4052
  0,
@@ -4050,39 +4055,39 @@ export var RemovePolicyGrantOutput$ = [3, n0, _RPGO,
4050
4055
  ];
4051
4056
  export var Resource$ = [3, n0, _R,
4052
4057
  0,
4053
- [_pro, _n, _v, _ty],
4054
- [0, 0, 0, 0]
4058
+ [_v, _ty, _pro, _n],
4059
+ [0, 0, 0, 0], 2
4055
4060
  ];
4056
4061
  export var ResourceNotFoundException$ = [-3, n0, _RNFE,
4057
4062
  { [_e]: _c, [_hE]: 404 },
4058
4063
  [_m],
4059
- [0]
4064
+ [0], 1
4060
4065
  ];
4061
4066
  TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
4062
4067
  export var ResourceTag$ = [3, n0, _RT,
4063
4068
  0,
4064
4069
  [_k, _v, _so],
4065
- [0, 0, 0]
4070
+ [0, 0, 0], 3
4066
4071
  ];
4067
4072
  export var ResourceTagParameter$ = [3, n0, _RTP,
4068
4073
  0,
4069
4074
  [_k, _v, _iVE],
4070
- [0, 0, 2]
4075
+ [0, 0, 2], 3
4071
4076
  ];
4072
4077
  export var RevokeSubscriptionInput$ = [3, n0, _RSI,
4073
4078
  0,
4074
4079
  [_dI, _i, _rP],
4075
- [[0, 1], [0, 1], 2]
4080
+ [[0, 1], [0, 1], 2], 2
4076
4081
  ];
4077
4082
  export var RevokeSubscriptionOutput$ = [3, n0, _RSO,
4078
4083
  0,
4079
- [_id, _cB, _uB, _dIo, _s, _cA, _uA, _sPu, _sLu, _sRI, _rP],
4080
- [0, 0, 0, 0, 0, 4, 4, [() => SubscribedPrincipal$, 0], [() => SubscribedListing$, 0], 0, 2]
4084
+ [_id, _cB, _dIo, _s, _cA, _uA, _sPu, _sLu, _uB, _sRI, _rP],
4085
+ [0, 0, 0, 0, 4, 4, [() => SubscribedPrincipal$, 0], [() => SubscribedListing$, 0], 0, 0, 2], 8
4081
4086
  ];
4082
4087
  export var RowFilterConfiguration$ = [3, n0, _RFCo,
4083
4088
  0,
4084
4089
  [_rF, _sen],
4085
- [() => RowFilter$, 2]
4090
+ [() => RowFilter$, 2], 1
4086
4091
  ];
4087
4092
  export var RuleScope$ = [3, n0, _RS,
4088
4093
  0,
@@ -4102,27 +4107,27 @@ export var RunStatisticsForAssets$ = [3, n0, _RSFA,
4102
4107
  export var S3PropertiesInput$ = [3, n0, _SPI,
4103
4108
  0,
4104
4109
  [_sU, _sAGLI],
4105
- [0, 0]
4110
+ [0, 0], 1
4106
4111
  ];
4107
4112
  export var S3PropertiesOutput$ = [3, n0, _SPO,
4108
4113
  0,
4109
4114
  [_sU, _sAGLI, _s, _eM],
4110
- [0, 0, 0, 0]
4115
+ [0, 0, 0, 0], 1
4111
4116
  ];
4112
4117
  export var S3PropertiesPatch$ = [3, n0, _SPP,
4113
4118
  0,
4114
4119
  [_sU, _sAGLI],
4115
- [0, 0]
4120
+ [0, 0], 1
4116
4121
  ];
4117
4122
  export var SageMakerRunConfigurationInput$ = [3, n0, _SMRCI,
4118
4123
  0,
4119
4124
  [_tAr],
4120
- [[2, n0, _TA, 0, 0, 64 | 0]]
4125
+ [[2, n0, _TA, 0, 0, 64 | 0]], 1
4121
4126
  ];
4122
4127
  export var SageMakerRunConfigurationOutput$ = [3, n0, _SMRCO,
4123
4128
  0,
4124
- [_aIc, _reg, _tAr],
4125
- [0, 0, [2, n0, _TA, 0, 0, 64 | 0]]
4129
+ [_tAr, _aIc, _reg],
4130
+ [[2, n0, _TA, 0, 0, 64 | 0], 0, 0], 1
4126
4131
  ];
4127
4132
  export var ScheduleConfiguration$ = [3, n0, _SC,
4128
4133
  8,
@@ -4132,7 +4137,7 @@ export var ScheduleConfiguration$ = [3, n0, _SC,
4132
4137
  export var SearchGroupProfilesInput$ = [3, n0, _SGPI,
4133
4138
  0,
4134
4139
  [_dI, _gTr, _sTe, _mRa, _nT],
4135
- [[0, 1], 0, [() => GroupSearchText, 0], 1, 0]
4140
+ [[0, 1], 0, [() => GroupSearchText, 0], 1, 0], 2
4136
4141
  ];
4137
4142
  export var SearchGroupProfilesOutput$ = [3, n0, _SGPO,
4138
4143
  0,
@@ -4142,17 +4147,17 @@ export var SearchGroupProfilesOutput$ = [3, n0, _SGPO,
4142
4147
  export var SearchInItem$ = [3, n0, _SII,
4143
4148
  0,
4144
4149
  [_a],
4145
- [0]
4150
+ [0], 1
4146
4151
  ];
4147
4152
  export var SearchInput$ = [3, n0, _SI,
4148
4153
  0,
4149
- [_dI, _oPIw, _mRa, _nT, _sS, _sTe, _sIe, _fi, _sor, _aA],
4150
- [[0, 1], 0, 1, 0, 0, 0, () => SearchInList, () => FilterClause$, () => SearchSort$, 64 | 0]
4154
+ [_dI, _sS, _oPIw, _mRa, _nT, _sTe, _sIe, _fi, _sor, _aA],
4155
+ [[0, 1], 0, 0, 1, 0, 0, () => SearchInList, () => FilterClause$, () => SearchSort$, 64 | 0], 2
4151
4156
  ];
4152
4157
  export var SearchListingsInput$ = [3, n0, _SLI,
4153
4158
  0,
4154
4159
  [_dI, _sTe, _sIe, _mRa, _nT, _fi, _ag, _sor, _aA],
4155
- [[0, 1], 0, () => SearchInList, 1, 0, () => FilterClause$, () => AggregationList, () => SearchSort$, 64 | 0]
4160
+ [[0, 1], 0, () => SearchInList, 1, 0, () => FilterClause$, () => AggregationList, () => SearchSort$, 64 | 0], 1
4156
4161
  ];
4157
4162
  export var SearchListingsOutput$ = [3, n0, _SLO,
4158
4163
  0,
@@ -4167,12 +4172,12 @@ export var SearchOutput$ = [3, n0, _SO,
4167
4172
  export var SearchSort$ = [3, n0, _SS,
4168
4173
  0,
4169
4174
  [_a, _ord],
4170
- [0, 0]
4175
+ [0, 0], 1
4171
4176
  ];
4172
4177
  export var SearchTypesInput$ = [3, n0, _STI,
4173
4178
  0,
4174
- [_dI, _mRa, _nT, _sS, _sTe, _sIe, _fi, _sor, _ma],
4175
- [[0, 1], 1, 0, 0, 0, () => SearchInList, () => FilterClause$, () => SearchSort$, 2]
4179
+ [_dI, _sS, _ma, _mRa, _nT, _sTe, _sIe, _fi, _sor],
4180
+ [[0, 1], 0, 2, 1, 0, 0, () => SearchInList, () => FilterClause$, () => SearchSort$], 3
4176
4181
  ];
4177
4182
  export var SearchTypesOutput$ = [3, n0, _STO,
4178
4183
  0,
@@ -4182,7 +4187,7 @@ export var SearchTypesOutput$ = [3, n0, _STO,
4182
4187
  export var SearchUserProfilesInput$ = [3, n0, _SUPI,
4183
4188
  0,
4184
4189
  [_dI, _uT, _sTe, _mRa, _nT],
4185
- [[0, 1], 0, [() => UserSearchText, 0], 1, 0]
4190
+ [[0, 1], 0, [() => UserSearchText, 0], 1, 0], 2
4186
4191
  ];
4187
4192
  export var SearchUserProfilesOutput$ = [3, n0, _SUPO,
4188
4193
  0,
@@ -4191,13 +4196,13 @@ export var SearchUserProfilesOutput$ = [3, n0, _SUPO,
4191
4196
  ];
4192
4197
  export var SelfGrantStatusDetail$ = [3, n0, _SGSD,
4193
4198
  0,
4194
- [_dNa, _sN, _s, _fC],
4195
- [0, 0, 0, 0]
4199
+ [_dNa, _s, _sN, _fC],
4200
+ [0, 0, 0, 0], 2
4196
4201
  ];
4197
4202
  export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
4198
4203
  { [_e]: _c, [_hE]: 402 },
4199
4204
  [_m],
4200
- [0]
4205
+ [0], 1
4201
4206
  ];
4202
4207
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
4203
4208
  export var SingleSignOn$ = [3, n0, _SSO,
@@ -4243,27 +4248,27 @@ export var SsoUserProfileDetails$ = [3, n0, _SUPD,
4243
4248
  export var StartDataSourceRunInput$ = [3, n0, _SDSRI,
4244
4249
  0,
4245
4250
  [_dI, _dSIa, _cT],
4246
- [[0, 1], [0, 1], [0, 4]]
4251
+ [[0, 1], [0, 1], [0, 4]], 2
4247
4252
  ];
4248
4253
  export var StartDataSourceRunOutput$ = [3, n0, _SDSRO,
4249
4254
  0,
4250
- [_dIo, _dSI, _id, _pI, _s, _ty, _dSCS, _rSFA, _eM, _cA, _uA, _sAt, _sAto],
4251
- [0, 0, 0, 0, 0, 0, 0, () => RunStatisticsForAssets$, () => DataSourceErrorMessage$, 5, 5, 5, 5]
4255
+ [_dIo, _dSI, _id, _pI, _s, _ty, _cA, _uA, _dSCS, _rSFA, _eM, _sAt, _sAto],
4256
+ [0, 0, 0, 0, 0, 0, 5, 5, 0, () => RunStatisticsForAssets$, () => DataSourceErrorMessage$, 5, 5], 8
4252
4257
  ];
4253
4258
  export var StartMetadataGenerationRunInput$ = [3, n0, _SMGRI,
4254
4259
  0,
4255
- [_dI, _ty, _typ, _tar, _cT, _oPIw],
4256
- [[0, 1], 0, 64 | 0, () => MetadataGenerationRunTarget$, [0, 4], 0]
4260
+ [_dI, _tar, _oPIw, _ty, _typ, _cT],
4261
+ [[0, 1], () => MetadataGenerationRunTarget$, 0, 0, 64 | 0, [0, 4]], 3
4257
4262
  ];
4258
4263
  export var StartMetadataGenerationRunOutput$ = [3, n0, _SMGRO,
4259
4264
  0,
4260
4265
  [_dIo, _id, _s, _ty, _typ, _cA, _cB, _oPI],
4261
- [0, 0, 0, 0, 64 | 0, 4, 0, 0]
4266
+ [0, 0, 0, 0, 64 | 0, 4, 0, 0], 2
4262
4267
  ];
4263
4268
  export var SubscribedAsset$ = [3, n0, _SA,
4264
4269
  0,
4265
4270
  [_aI, _aRs, _s, _tN, _fC, _gTra, _fTa, _aSs, _pe],
4266
- [0, 0, 0, 0, () => FailureCause$, 4, 4, () => AssetScope$, () => Permissions$]
4271
+ [0, 0, 0, 0, () => FailureCause$, 4, 4, () => AssetScope$, () => Permissions$], 3
4267
4272
  ];
4268
4273
  export var SubscribedAssetListing$ = [3, n0, _SAL,
4269
4274
  0,
@@ -4280,15 +4285,25 @@ export var SubscribedGroupInput$ = [3, n0, _SGI,
4280
4285
  [_i],
4281
4286
  [0]
4282
4287
  ];
4288
+ export var SubscribedIamPrincipal$ = [3, n0, _SIP,
4289
+ 0,
4290
+ [_pAr],
4291
+ [0]
4292
+ ];
4293
+ export var SubscribedIamPrincipalInput$ = [3, n0, _SIPI,
4294
+ 0,
4295
+ [_i],
4296
+ [0]
4297
+ ];
4283
4298
  export var SubscribedListing$ = [3, n0, _SL,
4284
4299
  0,
4285
- [_id, _r, _n, _de, _ite, _oPIwn, _oPN],
4286
- [0, 0, 0, [() => Description, 0], [() => SubscribedListingItem$, 0], 0, 0]
4300
+ [_id, _n, _de, _ite, _oPIwn, _r, _oPN],
4301
+ [0, 0, [() => Description, 0], [() => SubscribedListingItem$, 0], 0, 0, 0], 5
4287
4302
  ];
4288
4303
  export var SubscribedListingInput$ = [3, n0, _SLIu,
4289
4304
  0,
4290
4305
  [_i],
4291
- [0]
4306
+ [0], 1
4292
4307
  ];
4293
4308
  export var SubscribedProductListing$ = [3, n0, _SPL,
4294
4309
  0,
@@ -4317,33 +4332,33 @@ export var SubscribedUserInput$ = [3, n0, _SUI,
4317
4332
  ];
4318
4333
  export var SubscriptionGrantSummary$ = [3, n0, _SGS,
4319
4334
  0,
4320
- [_id, _cB, _uB, _dIo, _cA, _uA, _eInvi, _sTIu, _gE, _s, _as, _sI],
4321
- [0, 0, 0, 0, 4, 4, 0, 0, () => GrantedEntity$, 0, () => SubscribedAssets, 0]
4335
+ [_id, _cB, _dIo, _cA, _uA, _sTIu, _gE, _s, _uB, _eInvi, _as, _sI],
4336
+ [0, 0, 0, 4, 4, 0, () => GrantedEntity$, 0, 0, 0, () => SubscribedAssets, 0], 8
4322
4337
  ];
4323
4338
  export var SubscriptionRequestSummary$ = [3, n0, _SRS,
4324
4339
  0,
4325
- [_id, _cB, _uB, _dIo, _s, _cA, _uA, _rR, _sP, _sL, _rI, _dC, _eSI, _mFS],
4326
- [0, 0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, [() => DecisionComment, 0], 0, [() => MetadataFormsSummary, 0]]
4340
+ [_id, _cB, _dIo, _s, _cA, _uA, _rR, _sP, _sL, _uB, _rI, _dC, _eSI, _mFS],
4341
+ [0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, 0, [() => DecisionComment, 0], 0, [() => MetadataFormsSummary, 0]], 9
4327
4342
  ];
4328
4343
  export var SubscriptionSummary$ = [3, n0, _SSu,
4329
4344
  0,
4330
- [_id, _cB, _uB, _dIo, _s, _cA, _uA, _sPu, _sLu, _sRI, _rP],
4331
- [0, 0, 0, 0, 0, 4, 4, [() => SubscribedPrincipal$, 0], [() => SubscribedListing$, 0], 0, 2]
4345
+ [_id, _cB, _dIo, _s, _cA, _uA, _sPu, _sLu, _uB, _sRI, _rP],
4346
+ [0, 0, 0, 0, 4, 4, [() => SubscribedPrincipal$, 0], [() => SubscribedListing$, 0], 0, 0, 2], 8
4332
4347
  ];
4333
4348
  export var SubscriptionTargetForm$ = [3, n0, _STF,
4334
4349
  0,
4335
4350
  [_fN, _cont],
4336
- [0, 0]
4351
+ [0, 0], 2
4337
4352
  ];
4338
4353
  export var SubscriptionTargetSummary$ = [3, n0, _STS,
4339
4354
  0,
4340
- [_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _uB, _cA, _uA, _mAR, _aAT, _sTC, _pro],
4341
- [0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 0, 4, 4, 0, 64 | 0, () => SubscriptionTargetForms, 0]
4355
+ [_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _cA, _aAT, _sTC, _pro, _uB, _uA, _mAR, _sGCM],
4356
+ [0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 4, 64 | 0, () => SubscriptionTargetForms, 0, 0, 4, 0, 0], 12
4342
4357
  ];
4343
4358
  export var TagResourceRequest$ = [3, n0, _TRR,
4344
4359
  0,
4345
4360
  [_rAe, _ta],
4346
- [[0, 1], 128 | 0]
4361
+ [[0, 1], 128 | 0], 2
4347
4362
  ];
4348
4363
  export var TagResourceResponse$ = [3, n0, _TRRa,
4349
4364
  0,
@@ -4363,33 +4378,33 @@ export var TextMatchItem$ = [3, n0, _TMI,
4363
4378
  export var ThrottlingException$ = [-3, n0, _TE,
4364
4379
  { [_e]: _c, [_hE]: 429 },
4365
4380
  [_m],
4366
- [0]
4381
+ [0], 1
4367
4382
  ];
4368
4383
  TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
4369
4384
  export var TimeSeriesDataPointFormInput$ = [3, n0, _TSDPFI,
4370
4385
  0,
4371
- [_fN, _tI, _tR, _ti, _cont],
4372
- [0, 0, 0, 4, 0]
4386
+ [_fN, _tI, _ti, _tR, _cont],
4387
+ [0, 0, 4, 0, 0], 3
4373
4388
  ];
4374
4389
  export var TimeSeriesDataPointFormOutput$ = [3, n0, _TSDPFO,
4375
4390
  0,
4376
- [_fN, _tI, _tR, _ti, _cont, _id],
4377
- [0, 0, 0, 4, 0, 0]
4391
+ [_fN, _tI, _ti, _tR, _cont, _id],
4392
+ [0, 0, 4, 0, 0, 0], 3
4378
4393
  ];
4379
4394
  export var TimeSeriesDataPointSummaryFormOutput$ = [3, n0, _TSDPSFO,
4380
4395
  0,
4381
- [_fN, _tI, _tR, _ti, _cS, _id],
4382
- [0, 0, 0, 4, 0, 0]
4396
+ [_fN, _tI, _ti, _tR, _cS, _id],
4397
+ [0, 0, 4, 0, 0, 0], 3
4383
4398
  ];
4384
4399
  export var Topic$ = [3, n0, _To,
4385
4400
  0,
4386
4401
  [_sub, _res, _ro],
4387
- [0, () => NotificationResource$, 0]
4402
+ [0, () => NotificationResource$, 0], 3
4388
4403
  ];
4389
4404
  export var UnauthorizedException$ = [-3, n0, _UE,
4390
4405
  { [_e]: _c, [_hE]: 401 },
4391
4406
  [_m],
4392
- [0]
4407
+ [0], 1
4393
4408
  ];
4394
4409
  TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
4395
4410
  export var Unit$ = [3, n0, _U,
@@ -4400,7 +4415,7 @@ export var Unit$ = [3, n0, _U,
4400
4415
  export var UntagResourceRequest$ = [3, n0, _URR,
4401
4416
  0,
4402
4417
  [_rAe, _tK],
4403
- [[0, 1], [64 | 0, { [_hQ]: _tK }]]
4418
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
4404
4419
  ];
4405
4420
  export var UntagResourceResponse$ = [3, n0, _URRn,
4406
4421
  0,
@@ -4410,127 +4425,127 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
4410
4425
  export var UpdateAccountPoolInput$ = [3, n0, _UAPI,
4411
4426
  0,
4412
4427
  [_dI, _i, _n, _de, _rS, _aSc],
4413
- [[0, 1], [0, 1], [() => AccountPoolName, 0], [() => Description, 0], 0, [() => AccountSource$, 0]]
4428
+ [[0, 1], [0, 1], [() => AccountPoolName, 0], [() => Description, 0], 0, [() => AccountSource$, 0]], 2
4414
4429
  ];
4415
4430
  export var UpdateAccountPoolOutput$ = [3, n0, _UAPO,
4416
4431
  0,
4417
- [_dIo, _n, _id, _de, _rS, _aSc, _cB, _cA, _lUA, _uB, _dUI],
4418
- [0, [() => AccountPoolName, 0], 0, [() => Description, 0], 0, [() => AccountSource$, 0], 0, 5, 5, 0, 0]
4432
+ [_aSc, _cB, _dIo, _n, _id, _de, _rS, _cA, _lUA, _uB, _dUI],
4433
+ [[() => AccountSource$, 0], 0, 0, [() => AccountPoolName, 0], 0, [() => Description, 0], 0, 5, 5, 0, 0], 2
4419
4434
  ];
4420
4435
  export var UpdateAssetFilterInput$ = [3, n0, _UAFI,
4421
4436
  0,
4422
4437
  [_dI, _aIs, _i, _n, _de, _con],
4423
- [[0, 1], [0, 1], [0, 1], 0, [() => Description, 0], () => AssetFilterConfiguration$]
4438
+ [[0, 1], [0, 1], [0, 1], 0, [() => Description, 0], () => AssetFilterConfiguration$], 3
4424
4439
  ];
4425
4440
  export var UpdateAssetFilterOutput$ = [3, n0, _UAFO,
4426
4441
  0,
4427
- [_id, _dIo, _aI, _n, _de, _s, _con, _cA, _eM, _eCN, _eRF],
4428
- [0, 0, 0, [() => FilterName, 0], [() => Description, 0], 0, () => AssetFilterConfiguration$, 4, 0, 64 | 0, 0]
4442
+ [_id, _dIo, _aI, _n, _con, _de, _s, _cA, _eM, _eCN, _eRF],
4443
+ [0, 0, 0, [() => FilterName, 0], () => AssetFilterConfiguration$, [() => Description, 0], 0, 4, 0, 64 | 0, 0], 5
4429
4444
  ];
4430
4445
  export var UpdateConnectionInput$ = [3, n0, _UCI,
4431
4446
  0,
4432
4447
  [_dI, _i, _de, _aL, _pr],
4433
- [[0, 1], [0, 1], [() => Description, 0], () => AwsLocation$, [() => ConnectionPropertiesPatch$, 0]]
4448
+ [[0, 1], [0, 1], [() => Description, 0], () => AwsLocation$, [() => ConnectionPropertiesPatch$, 0]], 2
4434
4449
  ];
4435
4450
  export var UpdateConnectionOutput$ = [3, n0, _UCO,
4436
4451
  0,
4437
- [_cI, _de, _dIo, _dUI, _eInvi, _n, _pE, _pI, _pr, _ty, _sc],
4438
- [0, [() => Description, 0], 0, 0, 0, 0, [() => PhysicalEndpoints, 0], 0, [() => ConnectionPropertiesOutput$, 0], 0, 0]
4452
+ [_cI, _dIo, _dUI, _n, _pE, _ty, _de, _eInvi, _pI, _pr, _sc],
4453
+ [0, 0, 0, 0, [() => PhysicalEndpoints, 0], 0, [() => Description, 0], 0, 0, [() => ConnectionPropertiesOutput$, 0], 0], 6
4439
4454
  ];
4440
4455
  export var UpdateDataSourceInput$ = [3, n0, _UDSI,
4441
4456
  0,
4442
4457
  [_dI, _i, _n, _de, _eS, _pOI, _aFI, _sch, _con, _re, _rPORF],
4443
- [[0, 1], [0, 1], [() => Name, 0], [() => Description, 0], 0, 2, [() => FormInputList, 0], [() => ScheduleConfiguration$, 0], () => DataSourceConfigurationInput$, () => RecommendationConfiguration$, 2]
4458
+ [[0, 1], [0, 1], [() => Name, 0], [() => Description, 0], 0, 2, [() => FormInputList, 0], [() => ScheduleConfiguration$, 0], () => DataSourceConfigurationInput$, () => RecommendationConfiguration$, 2], 2
4444
4459
  ];
4445
4460
  export var UpdateDataSourceOutput$ = [3, n0, _UDSO,
4446
4461
  0,
4447
- [_id, _s, _ty, _n, _de, _dIo, _pI, _eInvi, _cI, _con, _re, _eS, _pOI, _aFO, _sch, _lRS, _lRA, _lREM, _eM, _cA, _uA, _sGS, _rPORF],
4448
- [0, 0, 0, [() => Name, 0], [() => Description, 0], 0, 0, 0, 0, () => DataSourceConfigurationOutput$, () => RecommendationConfiguration$, 0, 2, [() => FormOutputList, 0], [() => ScheduleConfiguration$, 0], 0, 5, () => DataSourceErrorMessage$, () => DataSourceErrorMessage$, 5, 5, () => SelfGrantStatusOutput$, 2]
4462
+ [_id, _n, _dIo, _pI, _s, _ty, _de, _eInvi, _cI, _con, _re, _eS, _pOI, _aFO, _sch, _lRS, _lRA, _lREM, _eM, _cA, _uA, _sGS, _rPORF],
4463
+ [0, [() => Name, 0], 0, 0, 0, 0, [() => Description, 0], 0, 0, () => DataSourceConfigurationOutput$, () => RecommendationConfiguration$, 0, 2, [() => FormOutputList, 0], [() => ScheduleConfiguration$, 0], 0, 5, () => DataSourceErrorMessage$, () => DataSourceErrorMessage$, 5, 5, () => SelfGrantStatusOutput$, 2], 4
4449
4464
  ];
4450
4465
  export var UpdateDomainInput$ = [3, n0, _UDI,
4451
4466
  0,
4452
4467
  [_i, _de, _sSO, _dER, _sRe, _n, _cT],
4453
- [[0, 1], 0, () => SingleSignOn$, 0, 0, 0, [0, { [_hQ]: _cT, [_iTd]: 1 }]]
4468
+ [[0, 1], 0, () => SingleSignOn$, 0, 0, 0, [0, { [_hQ]: _cT, [_iTd]: 1 }]], 1
4454
4469
  ];
4455
4470
  export var UpdateDomainOutput$ = [3, n0, _UDO,
4456
4471
  0,
4457
4472
  [_id, _rDUI, _de, _sSO, _dER, _sRe, _n, _lUA],
4458
- [0, 0, 0, () => SingleSignOn$, 0, 0, 0, 4]
4473
+ [0, 0, 0, () => SingleSignOn$, 0, 0, 0, 4], 1
4459
4474
  ];
4460
4475
  export var UpdateDomainUnitInput$ = [3, n0, _UDUI,
4461
4476
  0,
4462
4477
  [_dI, _i, _de, _n],
4463
- [[0, 1], [0, 1], [() => DomainUnitDescription, 0], [() => DomainUnitName, 0]]
4478
+ [[0, 1], [0, 1], [() => DomainUnitDescription, 0], [() => DomainUnitName, 0]], 2
4464
4479
  ];
4465
4480
  export var UpdateDomainUnitOutput$ = [3, n0, _UDUO,
4466
4481
  0,
4467
4482
  [_id, _dIo, _n, _ow, _de, _pDUIa, _cA, _lUA, _cB, _lUBa],
4468
- [0, 0, [() => DomainUnitName, 0], () => DomainUnitOwners, [() => DomainUnitDescription, 0], 0, 4, 4, 0, 0]
4483
+ [0, 0, [() => DomainUnitName, 0], () => DomainUnitOwners, [() => DomainUnitDescription, 0], 0, 4, 4, 0, 0], 4
4469
4484
  ];
4470
4485
  export var UpdateEnvironmentActionInput$ = [3, n0, _UEAI,
4471
4486
  0,
4472
4487
  [_dI, _eInv, _i, _par, _n, _de],
4473
- [[0, 1], [0, 1], [0, 1], () => ActionParameters$, 0, 0]
4488
+ [[0, 1], [0, 1], [0, 1], () => ActionParameters$, 0, 0], 3
4474
4489
  ];
4475
4490
  export var UpdateEnvironmentActionOutput$ = [3, n0, _UEAO,
4476
4491
  0,
4477
4492
  [_dIo, _eInvi, _id, _n, _par, _de],
4478
- [0, 0, 0, 0, () => ActionParameters$, 0]
4493
+ [0, 0, 0, 0, () => ActionParameters$, 0], 5
4479
4494
  ];
4480
4495
  export var UpdateEnvironmentBlueprintInput$ = [3, n0, _UEBI,
4481
4496
  0,
4482
4497
  [_dI, _i, _de, _pP, _uP],
4483
- [[0, 1], [0, 1], 0, () => ProvisioningProperties$, [() => CustomParameterList, 0]]
4498
+ [[0, 1], [0, 1], 0, () => ProvisioningProperties$, [() => CustomParameterList, 0]], 2
4484
4499
  ];
4485
4500
  export var UpdateEnvironmentBlueprintOutput$ = [3, n0, _UEBO,
4486
4501
  0,
4487
- [_id, _n, _de, _pro, _pP, _dP, _uP, _gT, _cA, _uA],
4488
- [0, 0, [() => Description, 0], 0, () => ProvisioningProperties$, () => DeploymentProperties$, [() => CustomParameterList, 0], 64 | 0, 5, 5]
4502
+ [_id, _n, _pro, _pP, _de, _dP, _uP, _gT, _cA, _uA],
4503
+ [0, 0, 0, () => ProvisioningProperties$, [() => Description, 0], () => DeploymentProperties$, [() => CustomParameterList, 0], 64 | 0, 5, 5], 4
4489
4504
  ];
4490
4505
  export var UpdateEnvironmentInput$ = [3, n0, _UEI,
4491
4506
  0,
4492
4507
  [_dI, _i, _n, _de, _gT, _bV, _uP],
4493
- [[0, 1], [0, 1], 0, 0, 64 | 0, 0, () => EnvironmentParametersList]
4508
+ [[0, 1], [0, 1], 0, 0, 64 | 0, 0, () => EnvironmentParametersList], 2
4494
4509
  ];
4495
4510
  export var UpdateEnvironmentOutput$ = [3, n0, _UEO,
4496
4511
  0,
4497
- [_pI, _id, _dIo, _cB, _cA, _uA, _n, _de, _ePIn, _aAI, _aAR, _pro, _pR, _s, _eA, _gT, _uP, _lD, _pP, _dP, _eBIn, _eCI],
4498
- [0, 0, 0, 0, 5, 5, [() => EnvironmentName, 0], [() => Description, 0], 0, 0, 0, 0, () => ResourceList, 0, () => EnvironmentActionList, 64 | 0, [() => CustomParameterList, 0], () => Deployment$, () => ProvisioningProperties$, () => DeploymentProperties$, 0, [() => EnvironmentConfigurationId, 0]]
4512
+ [_pI, _dIo, _cB, _n, _pro, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR, _s, _eA, _gT, _uP, _lD, _pP, _dP, _eBIn, _eCI],
4513
+ [0, 0, 0, [() => EnvironmentName, 0], 0, 0, 5, 5, [() => Description, 0], 0, 0, 0, () => ResourceList, 0, () => EnvironmentActionList, 64 | 0, [() => CustomParameterList, 0], () => Deployment$, () => ProvisioningProperties$, () => DeploymentProperties$, 0, [() => EnvironmentConfigurationId, 0]], 5
4499
4514
  ];
4500
4515
  export var UpdateEnvironmentProfileInput$ = [3, n0, _UEPI,
4501
4516
  0,
4502
4517
  [_dI, _i, _n, _de, _uP, _aAI, _aAR],
4503
- [[0, 1], [0, 1], [() => EnvironmentProfileName, 0], 0, () => EnvironmentParametersList, 0, 0]
4518
+ [[0, 1], [0, 1], [() => EnvironmentProfileName, 0], 0, () => EnvironmentParametersList, 0, 0], 2
4504
4519
  ];
4505
4520
  export var UpdateEnvironmentProfileOutput$ = [3, n0, _UEPO,
4506
4521
  0,
4507
- [_id, _dIo, _aAI, _aAR, _cB, _cA, _uA, _n, _de, _eBIn, _pI, _uP],
4508
- [0, 0, 0, 0, 0, 5, 5, [() => EnvironmentProfileName, 0], [() => Description, 0], 0, 0, [() => CustomParameterList, 0]]
4522
+ [_id, _dIo, _cB, _n, _eBIn, _aAI, _aAR, _cA, _uA, _de, _pI, _uP],
4523
+ [0, 0, 0, [() => EnvironmentProfileName, 0], 0, 0, 0, 5, 5, [() => Description, 0], 0, [() => CustomParameterList, 0]], 5
4509
4524
  ];
4510
4525
  export var UpdateGlossaryInput$ = [3, n0, _UGI,
4511
4526
  0,
4512
4527
  [_dI, _i, _n, _de, _s, _cT],
4513
- [[0, 1], [0, 1], [() => GlossaryName, 0], [() => GlossaryDescription, 0], 0, [0, 4]]
4528
+ [[0, 1], [0, 1], [() => GlossaryName, 0], [() => GlossaryDescription, 0], 0, [0, 4]], 2
4514
4529
  ];
4515
4530
  export var UpdateGlossaryOutput$ = [3, n0, _UGO,
4516
4531
  0,
4517
4532
  [_dIo, _id, _n, _oPI, _de, _s, _uR],
4518
- [0, 0, [() => GlossaryName, 0], 0, [() => GlossaryDescription, 0], 0, 64 | 0]
4533
+ [0, 0, [() => GlossaryName, 0], 0, [() => GlossaryDescription, 0], 0, 64 | 0], 4
4519
4534
  ];
4520
4535
  export var UpdateGlossaryTermInput$ = [3, n0, _UGTI,
4521
4536
  0,
4522
- [_dI, _gIl, _i, _n, _sD, _lDo, _tRe, _s],
4523
- [[0, 1], 0, [0, 1], [() => GlossaryTermName, 0], [() => ShortDescription, 0], [() => LongDescription, 0], () => TermRelations$, 0]
4537
+ [_dI, _i, _gIl, _n, _sD, _lDo, _tRe, _s],
4538
+ [[0, 1], [0, 1], 0, [() => GlossaryTermName, 0], [() => ShortDescription, 0], [() => LongDescription, 0], () => TermRelations$, 0], 2
4524
4539
  ];
4525
4540
  export var UpdateGlossaryTermOutput$ = [3, n0, _UGTO,
4526
4541
  0,
4527
4542
  [_id, _dIo, _gIlo, _n, _s, _sD, _lDo, _tRe, _uR],
4528
- [0, 0, 0, [() => GlossaryTermName, 0], 0, [() => ShortDescription, 0], [() => LongDescription, 0], () => TermRelations$, 64 | 0]
4543
+ [0, 0, 0, [() => GlossaryTermName, 0], 0, [() => ShortDescription, 0], [() => LongDescription, 0], () => TermRelations$, 64 | 0], 5
4529
4544
  ];
4530
4545
  export var UpdateGroupProfileInput$ = [3, n0, _UGPI,
4531
4546
  0,
4532
4547
  [_dI, _gIr, _s],
4533
- [[0, 1], [0, 1], 0]
4548
+ [[0, 1], [0, 1], 0], 3
4534
4549
  ];
4535
4550
  export var UpdateGroupProfileOutput$ = [3, n0, _UGPO,
4536
4551
  0,
@@ -4540,27 +4555,27 @@ export var UpdateGroupProfileOutput$ = [3, n0, _UGPO,
4540
4555
  export var UpdateProjectInput$ = [3, n0, _UPI,
4541
4556
  0,
4542
4557
  [_dI, _i, _n, _de, _rT, _gT, _dUI, _eDD, _uP, _pPV],
4543
- [[0, 1], [0, 1], [() => ProjectName, 0], [() => Description, 0], 128 | 0, 64 | 0, 0, () => EnvironmentDeploymentDetails$, [() => EnvironmentConfigurationUserParametersList, 0], 0]
4558
+ [[0, 1], [0, 1], [() => ProjectName, 0], [() => Description, 0], 128 | 0, 64 | 0, 0, () => EnvironmentDeploymentDetails$, [() => EnvironmentConfigurationUserParametersList, 0], 0], 2
4544
4559
  ];
4545
4560
  export var UpdateProjectOutput$ = [3, n0, _UPO,
4546
4561
  0,
4547
- [_dIo, _id, _n, _de, _pS, _fR, _cB, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD],
4548
- [0, 0, [() => ProjectName, 0], [() => Description, 0], 0, () => FailureReasons, 0, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => EnvironmentDeploymentDetails$]
4562
+ [_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD],
4563
+ [0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => EnvironmentDeploymentDetails$], 4
4549
4564
  ];
4550
4565
  export var UpdateProjectProfileInput$ = [3, n0, _UPPI,
4551
4566
  0,
4552
4567
  [_dI, _i, _n, _de, _s, _pRT, _aCPRT, _pRTD, _eC, _dUIo],
4553
- [[0, 1], [0, 1], [() => ProjectProfileName, 0], [() => Description, 0], 0, () => ProjectResourceTagParameters, 2, [() => Description, 0], [() => EnvironmentConfigurationsList, 0], 0]
4568
+ [[0, 1], [0, 1], [() => ProjectProfileName, 0], [() => Description, 0], 0, () => ProjectResourceTagParameters, 2, [() => Description, 0], [() => EnvironmentConfigurationsList, 0], 0], 2
4554
4569
  ];
4555
4570
  export var UpdateProjectProfileOutput$ = [3, n0, _UPPO,
4556
4571
  0,
4557
- [_dIo, _id, _n, _de, _s, _pRT, _aCPRT, _pRTD, _eC, _cB, _cA, _lUA, _dUI],
4558
- [0, 0, [() => ProjectProfileName, 0], [() => Description, 0], 0, () => ProjectResourceTagParameters, 2, [() => Description, 0], [() => EnvironmentConfigurationsList, 0], 0, 5, 5, 0]
4572
+ [_dIo, _id, _n, _cB, _de, _s, _pRT, _aCPRT, _pRTD, _eC, _cA, _lUA, _dUI],
4573
+ [0, 0, [() => ProjectProfileName, 0], 0, [() => Description, 0], 0, () => ProjectResourceTagParameters, 2, [() => Description, 0], [() => EnvironmentConfigurationsList, 0], 5, 5, 0], 4
4559
4574
  ];
4560
4575
  export var UpdateRootDomainUnitOwnerInput$ = [3, n0, _URDUOI,
4561
4576
  0,
4562
4577
  [_dI, _cO, _nO, _cT],
4563
- [[0, 1], 0, 0, [0, 4]]
4578
+ [[0, 1], 0, 0, [0, 4]], 3
4564
4579
  ];
4565
4580
  export var UpdateRootDomainUnitOwnerOutput$ = [3, n0, _URDUOO,
4566
4581
  0,
@@ -4570,47 +4585,47 @@ export var UpdateRootDomainUnitOwnerOutput$ = [3, n0, _URDUOO,
4570
4585
  export var UpdateRuleInput$ = [3, n0, _URI,
4571
4586
  0,
4572
4587
  [_dI, _i, _n, _de, _sc, _d, _iCDU],
4573
- [[0, 1], [0, 1], [() => RuleName, 0], [() => Description, 0], () => RuleScope$, () => RuleDetail$, 2]
4588
+ [[0, 1], [0, 1], [() => RuleName, 0], [() => Description, 0], () => RuleScope$, () => RuleDetail$, 2], 2
4574
4589
  ];
4575
4590
  export var UpdateRuleOutput$ = [3, n0, _URO,
4576
4591
  0,
4577
- [_i, _r, _n, _rTu, _tar, _ac, _sc, _d, _de, _cA, _uA, _cB, _lUBa],
4578
- [0, 0, [() => RuleName, 0], 0, () => RuleTarget$, 0, () => RuleScope$, () => RuleDetail$, [() => Description, 0], 4, 4, 0, 0]
4592
+ [_i, _r, _n, _rTu, _tar, _ac, _sc, _d, _cA, _uA, _cB, _lUBa, _de],
4593
+ [0, 0, [() => RuleName, 0], 0, () => RuleTarget$, 0, () => RuleScope$, () => RuleDetail$, 4, 4, 0, 0, [() => Description, 0]], 12
4579
4594
  ];
4580
4595
  export var UpdateSubscriptionGrantStatusInput$ = [3, n0, _USGSI,
4581
4596
  0,
4582
4597
  [_dI, _i, _aIs, _s, _fC, _tN],
4583
- [[0, 1], [0, 1], [0, 1], 0, () => FailureCause$, 0]
4598
+ [[0, 1], [0, 1], [0, 1], 0, () => FailureCause$, 0], 4
4584
4599
  ];
4585
4600
  export var UpdateSubscriptionGrantStatusOutput$ = [3, n0, _USGSO,
4586
4601
  0,
4587
- [_id, _cB, _uB, _dIo, _cA, _uA, _eInvi, _sTIu, _gE, _s, _as, _sI],
4588
- [0, 0, 0, 0, 4, 4, 0, 0, () => GrantedEntity$, 0, () => SubscribedAssets, 0]
4602
+ [_id, _cB, _dIo, _cA, _uA, _sTIu, _gE, _s, _uB, _eInvi, _as, _sI],
4603
+ [0, 0, 0, 4, 4, 0, () => GrantedEntity$, 0, 0, 0, () => SubscribedAssets, 0], 8
4589
4604
  ];
4590
4605
  export var UpdateSubscriptionRequestInput$ = [3, n0, _USRI,
4591
4606
  0,
4592
4607
  [_dI, _i, _rR],
4593
- [[0, 1], [0, 1], [() => RequestReason, 0]]
4608
+ [[0, 1], [0, 1], [() => RequestReason, 0]], 3
4594
4609
  ];
4595
4610
  export var UpdateSubscriptionRequestOutput$ = [3, n0, _USRO,
4596
4611
  0,
4597
- [_id, _cB, _uB, _dIo, _s, _cA, _uA, _rR, _sP, _sL, _rI, _dC, _eSI, _mF],
4598
- [0, 0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, [() => DecisionComment, 0], 0, [() => MetadataForms, 0]]
4612
+ [_id, _cB, _dIo, _s, _cA, _uA, _rR, _sP, _sL, _uB, _rI, _dC, _eSI, _mF],
4613
+ [0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, 0, [() => DecisionComment, 0], 0, [() => MetadataForms, 0]], 9
4599
4614
  ];
4600
4615
  export var UpdateSubscriptionTargetInput$ = [3, n0, _USTI,
4601
4616
  0,
4602
- [_dI, _eInv, _i, _n, _aPu, _aAT, _sTC, _mAR, _pro],
4603
- [[0, 1], [0, 1], [0, 1], [() => SubscriptionTargetName, 0], 64 | 0, 64 | 0, () => SubscriptionTargetForms, 0, 0]
4617
+ [_dI, _eInv, _i, _n, _aPu, _aAT, _sTC, _mAR, _pro, _sGCM],
4618
+ [[0, 1], [0, 1], [0, 1], [() => SubscriptionTargetName, 0], 64 | 0, 64 | 0, () => SubscriptionTargetForms, 0, 0, 0], 3
4604
4619
  ];
4605
4620
  export var UpdateSubscriptionTargetOutput$ = [3, n0, _USTO,
4606
4621
  0,
4607
- [_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _uB, _cA, _uA, _mAR, _aAT, _sTC, _pro],
4608
- [0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 0, 4, 4, 0, 64 | 0, () => SubscriptionTargetForms, 0]
4622
+ [_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _cA, _aAT, _sTC, _pro, _uB, _uA, _mAR, _sGCM],
4623
+ [0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 4, 64 | 0, () => SubscriptionTargetForms, 0, 0, 4, 0, 0], 12
4609
4624
  ];
4610
4625
  export var UpdateUserProfileInput$ = [3, n0, _UUPI,
4611
4626
  0,
4612
- [_dI, _uI, _ty, _s],
4613
- [[0, 1], [0, 1], 0, 0]
4627
+ [_dI, _uI, _s, _ty],
4628
+ [[0, 1], [0, 1], 0, 0], 3
4614
4629
  ];
4615
4630
  export var UpdateUserProfileOutput$ = [3, n0, _UUPO,
4616
4631
  0,
@@ -4625,12 +4640,12 @@ export var UseAssetTypePolicyGrantDetail$ = [3, n0, _UATPGD,
4625
4640
  export var UserDetails$ = [3, n0, _UD,
4626
4641
  0,
4627
4642
  [_uIs],
4628
- [0]
4643
+ [0], 1
4629
4644
  ];
4630
4645
  export var UsernamePassword$ = [3, n0, _UP,
4631
4646
  8,
4632
4647
  [_pa, _us],
4633
- [[() => Password, 0], 0]
4648
+ [[() => Password, 0], 0], 2
4634
4649
  ];
4635
4650
  export var UserProfileSummary$ = [3, n0, _UPS,
4636
4651
  0,
@@ -4640,7 +4655,7 @@ export var UserProfileSummary$ = [3, n0, _UPS,
4640
4655
  export var ValidationException$ = [-3, n0, _VE,
4641
4656
  { [_e]: _c, [_hE]: 400 },
4642
4657
  [_m],
4643
- [0]
4658
+ [0], 1
4644
4659
  ];
4645
4660
  TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
4646
4661
  var __Unit = "unit";
@@ -5253,13 +5268,13 @@ export var SubscribedListingItem$ = [4, n0, _SLIubs,
5253
5268
  ];
5254
5269
  export var SubscribedPrincipal$ = [4, n0, _SPub,
5255
5270
  0,
5256
- [_proj, _use, _g],
5257
- [[() => SubscribedProject$, 0], [() => SubscribedUser$, 0], [() => SubscribedGroup$, 0]]
5271
+ [_proj, _use, _g, _ia],
5272
+ [[() => SubscribedProject$, 0], [() => SubscribedUser$, 0], [() => SubscribedGroup$, 0], () => SubscribedIamPrincipal$]
5258
5273
  ];
5259
5274
  export var SubscribedPrincipalInput$ = [4, n0, _SPIubs,
5260
5275
  0,
5261
- [_proj, _use, _g],
5262
- [() => SubscribedProjectInput$, () => SubscribedUserInput$, () => SubscribedGroupInput$]
5276
+ [_proj, _use, _g, _ia],
5277
+ [() => SubscribedProjectInput$, () => SubscribedUserInput$, () => SubscribedGroupInput$, () => SubscribedIamPrincipalInput$]
5263
5278
  ];
5264
5279
  export var UserPolicyGrantPrincipal$ = [4, n0, _UPGP,
5265
5280
  0,