@aws-sdk/client-datazone 3.987.0 → 3.988.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +194 -6897
- package/dist-cjs/models/DataZoneServiceException.js +12 -0
- package/dist-cjs/models/errors.js +110 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +5853 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +170 -164
- package/dist-types/schemas/schemas_0.d.ts +16 -9
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -9
- package/package.json +14 -14
|
@@ -1463,7 +1463,7 @@ const _req = "required";
|
|
|
1463
1463
|
const _res = "resource";
|
|
1464
1464
|
const _ro = "role";
|
|
1465
1465
|
const _ru = "rule";
|
|
1466
|
-
const _s = "
|
|
1466
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.datazone";
|
|
1467
1467
|
const _sA = "secretArn";
|
|
1468
1468
|
const _sAGLI = "s3AccessGrantLocationId";
|
|
1469
1469
|
const _sAK = "secretAccessKey";
|
|
@@ -1524,12 +1524,12 @@ const _sch = "schedule";
|
|
|
1524
1524
|
const _se = "server";
|
|
1525
1525
|
const _sen = "sensitive";
|
|
1526
1526
|
const _sk = "skipped";
|
|
1527
|
-
const _sm = "smithy
|
|
1528
|
-
const _smi = "smithy";
|
|
1527
|
+
const _sm = "smithy";
|
|
1529
1528
|
const _so = "source";
|
|
1530
1529
|
const _sor = "sort";
|
|
1531
1530
|
const _ss = "sso";
|
|
1532
|
-
const _st = "
|
|
1531
|
+
const _st = "status";
|
|
1532
|
+
const _sta = "stage";
|
|
1533
1533
|
const _sto = "storage";
|
|
1534
1534
|
const _su = "subjects";
|
|
1535
1535
|
const _sub = "subject";
|
|
@@ -1600,6 +1600,62 @@ const n0 = "com.amazonaws.datazone";
|
|
|
1600
1600
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
1601
1601
|
import { DataZoneServiceException } from "../models/DataZoneServiceException";
|
|
1602
1602
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, UnauthorizedException, ValidationException, } from "../models/errors";
|
|
1603
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
1604
|
+
export var DataZoneServiceException$ = [-3, _s, "DataZoneServiceException", 0, [], []];
|
|
1605
|
+
_s_registry.registerError(DataZoneServiceException$, DataZoneServiceException);
|
|
1606
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
1607
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
1608
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
1609
|
+
[_m],
|
|
1610
|
+
[0], 1
|
|
1611
|
+
];
|
|
1612
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
1613
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
1614
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
1615
|
+
[_m],
|
|
1616
|
+
[0], 1
|
|
1617
|
+
];
|
|
1618
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
1619
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
1620
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
1621
|
+
[_m],
|
|
1622
|
+
[0], 1
|
|
1623
|
+
];
|
|
1624
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
1625
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1626
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
1627
|
+
[_m],
|
|
1628
|
+
[0], 1
|
|
1629
|
+
];
|
|
1630
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1631
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
1632
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
1633
|
+
[_m],
|
|
1634
|
+
[0], 1
|
|
1635
|
+
];
|
|
1636
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1637
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1638
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
1639
|
+
[_m],
|
|
1640
|
+
[0], 1
|
|
1641
|
+
];
|
|
1642
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
1643
|
+
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
1644
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
1645
|
+
[_m],
|
|
1646
|
+
[0], 1
|
|
1647
|
+
];
|
|
1648
|
+
n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
|
|
1649
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
1650
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1651
|
+
[_m],
|
|
1652
|
+
[0], 1
|
|
1653
|
+
];
|
|
1654
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
1655
|
+
export const errorTypeRegistries = [
|
|
1656
|
+
_s_registry,
|
|
1657
|
+
n0_registry,
|
|
1658
|
+
];
|
|
1603
1659
|
var AccountPoolName = [0, n0, _APN, 8, 0];
|
|
1604
1660
|
var ActionLink = [0, n0, _AL, 8, 0];
|
|
1605
1661
|
var AssetName = [0, n0, _AN, 8, 0];
|
|
@@ -1672,15 +1728,9 @@ export var AcceptSubscriptionRequestInput$ = [3, n0, _ASRI,
|
|
|
1672
1728
|
];
|
|
1673
1729
|
export var AcceptSubscriptionRequestOutput$ = [3, n0, _ASRO,
|
|
1674
1730
|
0,
|
|
1675
|
-
[_id, _cB, _dIo,
|
|
1731
|
+
[_id, _cB, _dIo, _st, _cA, _uA, _rR, _sP, _sL, _uB, _rI, _dC, _eSI, _mF],
|
|
1676
1732
|
[0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, 0, [() => DecisionComment, 0], 0, [() => MetadataForms, 0]], 9
|
|
1677
1733
|
];
|
|
1678
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
1679
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
1680
|
-
[_m],
|
|
1681
|
-
[0], 1
|
|
1682
|
-
];
|
|
1683
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
1684
1734
|
export var AccountInfo$ = [3, n0, _AI,
|
|
1685
1735
|
0,
|
|
1686
1736
|
[_aAI, _sR, _aAN],
|
|
@@ -1758,7 +1808,7 @@ export var AmazonQPropertiesPatch$ = [3, n0, _AQPP,
|
|
|
1758
1808
|
];
|
|
1759
1809
|
export var AssetFilterSummary$ = [3, n0, _AFS,
|
|
1760
1810
|
0,
|
|
1761
|
-
[_id, _dIo, _aI, _n, _de,
|
|
1811
|
+
[_id, _dIo, _aI, _n, _de, _st, _eCN, _eRF, _cA, _eM],
|
|
1762
1812
|
[0, 0, 0, [() => FilterName, 0], [() => Description, 0], 0, 64 | 0, 0, 4, 0], 4
|
|
1763
1813
|
];
|
|
1764
1814
|
export var AssetInDataProductListingItem$ = [3, n0, _AIDPLI,
|
|
@@ -1808,7 +1858,7 @@ export var AssetRevision$ = [3, n0, _ARs,
|
|
|
1808
1858
|
];
|
|
1809
1859
|
export var AssetScope$ = [3, n0, _AS,
|
|
1810
1860
|
0,
|
|
1811
|
-
[_aI, _fI,
|
|
1861
|
+
[_aI, _fI, _st, _eM],
|
|
1812
1862
|
[0, 64 | 0, 0, 0], 3
|
|
1813
1863
|
];
|
|
1814
1864
|
export var AssetTargetNameMap$ = [3, n0, _ATNM,
|
|
@@ -1958,7 +2008,7 @@ export var CancelSubscriptionInput$ = [3, n0, _CSI,
|
|
|
1958
2008
|
];
|
|
1959
2009
|
export var CancelSubscriptionOutput$ = [3, n0, _CSO,
|
|
1960
2010
|
0,
|
|
1961
|
-
[_id, _cB, _dIo,
|
|
2011
|
+
[_id, _cB, _dIo, _st, _cA, _uA, _sPu, _sLu, _uB, _sRI, _rP],
|
|
1962
2012
|
[0, 0, 0, 0, 4, 4, [() => SubscribedPrincipal$, 0], [() => SubscribedListing$, 0], 0, 0, 2], 8
|
|
1963
2013
|
];
|
|
1964
2014
|
export var CloudFormationProperties$ = [3, n0, _CFP,
|
|
@@ -1981,12 +2031,6 @@ export var ConfigurableEnvironmentAction$ = [3, n0, _CEA,
|
|
|
1981
2031
|
[_ty, _par, _au],
|
|
1982
2032
|
[0, () => ConfigurableActionParameterList, 0], 2
|
|
1983
2033
|
];
|
|
1984
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
1985
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1986
|
-
[_m],
|
|
1987
|
-
[0], 1
|
|
1988
|
-
];
|
|
1989
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
1990
2034
|
export var ConnectionCredentials$ = [3, n0, _CC,
|
|
1991
2035
|
8,
|
|
1992
2036
|
[_aKI, _sAK, _sT, _ex],
|
|
@@ -2014,7 +2058,7 @@ export var CreateAssetFilterInput$ = [3, n0, _CAFI,
|
|
|
2014
2058
|
];
|
|
2015
2059
|
export var CreateAssetFilterOutput$ = [3, n0, _CAFO,
|
|
2016
2060
|
0,
|
|
2017
|
-
[_id, _dIo, _aI, _n, _con, _de,
|
|
2061
|
+
[_id, _dIo, _aI, _n, _con, _de, _st, _cA, _eM, _eCN, _eRF],
|
|
2018
2062
|
[0, 0, 0, [() => FilterName, 0], () => AssetFilterConfiguration$, [() => Description, 0], 0, 4, 0, 64 | 0, 0], 5
|
|
2019
2063
|
];
|
|
2020
2064
|
export var CreateAssetInput$ = [3, n0, _CAI,
|
|
@@ -2069,7 +2113,7 @@ export var CreateDataProductInput$ = [3, n0, _CDPI,
|
|
|
2069
2113
|
];
|
|
2070
2114
|
export var CreateDataProductOutput$ = [3, n0, _CDPO,
|
|
2071
2115
|
0,
|
|
2072
|
-
[_dIo, _id, _r, _oPI, _n,
|
|
2116
|
+
[_dIo, _id, _r, _oPI, _n, _st, _de, _gT, _it, _fO, _cA, _cB, _fRCA, _fRCB],
|
|
2073
2117
|
[0, 0, 0, 0, [() => DataProductName, 0], 0, [() => DataProductDescription, 0], 64 | 0, () => DataProductItems, [() => FormOutputList, 0], 4, 0, 4, 0], 6
|
|
2074
2118
|
];
|
|
2075
2119
|
export var CreateDataProductRevisionInput$ = [3, n0, _CDPRI,
|
|
@@ -2079,7 +2123,7 @@ export var CreateDataProductRevisionInput$ = [3, n0, _CDPRI,
|
|
|
2079
2123
|
];
|
|
2080
2124
|
export var CreateDataProductRevisionOutput$ = [3, n0, _CDPRO,
|
|
2081
2125
|
0,
|
|
2082
|
-
[_dIo, _id, _r, _oPI, _n,
|
|
2126
|
+
[_dIo, _id, _r, _oPI, _n, _st, _de, _gT, _it, _fO, _cA, _cB, _fRCA, _fRCB],
|
|
2083
2127
|
[0, 0, 0, 0, [() => DataProductName, 0], 0, [() => DataProductDescription, 0], 64 | 0, () => DataProductItems, [() => FormOutputList, 0], 4, 0, 4, 0], 6
|
|
2084
2128
|
];
|
|
2085
2129
|
export var CreateDataSourceInput$ = [3, n0, _CDSI,
|
|
@@ -2089,7 +2133,7 @@ export var CreateDataSourceInput$ = [3, n0, _CDSI,
|
|
|
2089
2133
|
];
|
|
2090
2134
|
export var CreateDataSourceOutput$ = [3, n0, _CDSO,
|
|
2091
2135
|
0,
|
|
2092
|
-
[_id, _n, _dIo, _pI,
|
|
2136
|
+
[_id, _n, _dIo, _pI, _st, _ty, _de, _eInvi, _cI, _con, _re, _eS, _pOI, _aFO, _sch, _lRS, _lRA, _lREM, _eM, _cA, _uA],
|
|
2093
2137
|
[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
|
|
2094
2138
|
];
|
|
2095
2139
|
export var CreateDomainInput$ = [3, n0, _CDI,
|
|
@@ -2099,7 +2143,7 @@ export var CreateDomainInput$ = [3, n0, _CDI,
|
|
|
2099
2143
|
];
|
|
2100
2144
|
export var CreateDomainOutput$ = [3, n0, _CDO,
|
|
2101
2145
|
0,
|
|
2102
|
-
[_id, _rDUI, _n, _de, _sSO, _dER, _ar, _kKI,
|
|
2146
|
+
[_id, _rDUI, _n, _de, _sSO, _dER, _ar, _kKI, _st, _pU, _ta, _dVo, _sRe],
|
|
2103
2147
|
[0, 0, 0, 0, () => SingleSignOn$, 0, 0, 0, 0, 0, 128 | 0, 0, 0], 1
|
|
2104
2148
|
];
|
|
2105
2149
|
export var CreateDomainUnitInput$ = [3, n0, _CDUI,
|
|
@@ -2144,7 +2188,7 @@ export var CreateEnvironmentInput$ = [3, n0, _CEI,
|
|
|
2144
2188
|
];
|
|
2145
2189
|
export var CreateEnvironmentOutput$ = [3, n0, _CEO,
|
|
2146
2190
|
0,
|
|
2147
|
-
[_pI, _dIo, _cB, _n, _pro, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR,
|
|
2191
|
+
[_pI, _dIo, _cB, _n, _pro, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR, _st, _eA, _gT, _uP, _lD, _pP, _dP, _eBIn, _eCI],
|
|
2148
2192
|
[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
|
|
2149
2193
|
];
|
|
2150
2194
|
export var CreateEnvironmentProfileInput$ = [3, n0, _CEPI,
|
|
@@ -2164,7 +2208,7 @@ export var CreateEnvironmentProfilePolicyGrantDetail$ = [3, n0, _CEPPGD,
|
|
|
2164
2208
|
];
|
|
2165
2209
|
export var CreateFormTypeInput$ = [3, n0, _CFTI,
|
|
2166
2210
|
0,
|
|
2167
|
-
[_dI, _n, _mo, _oPIw,
|
|
2211
|
+
[_dI, _n, _mo, _oPIw, _st, _de],
|
|
2168
2212
|
[[0, 1], [() => FormTypeName, 0], [() => Model$, 0], 0, 0, [() => Description, 0]], 4
|
|
2169
2213
|
];
|
|
2170
2214
|
export var CreateFormTypeOutput$ = [3, n0, _CFTO,
|
|
@@ -2179,12 +2223,12 @@ export var CreateFormTypePolicyGrantDetail$ = [3, n0, _CFTPGD,
|
|
|
2179
2223
|
];
|
|
2180
2224
|
export var CreateGlossaryInput$ = [3, n0, _CGI,
|
|
2181
2225
|
0,
|
|
2182
|
-
[_dI, _n, _oPIw, _de,
|
|
2226
|
+
[_dI, _n, _oPIw, _de, _st, _uR, _cT],
|
|
2183
2227
|
[[0, 1], [() => GlossaryName, 0], 0, [() => GlossaryDescription, 0], 0, 64 | 0, [0, 4]], 3
|
|
2184
2228
|
];
|
|
2185
2229
|
export var CreateGlossaryOutput$ = [3, n0, _CGO,
|
|
2186
2230
|
0,
|
|
2187
|
-
[_dIo, _id, _n, _oPI, _de,
|
|
2231
|
+
[_dIo, _id, _n, _oPI, _de, _st, _uR],
|
|
2188
2232
|
[0, 0, [() => GlossaryName, 0], 0, [() => GlossaryDescription, 0], 0, 64 | 0], 4
|
|
2189
2233
|
];
|
|
2190
2234
|
export var CreateGlossaryPolicyGrantDetail$ = [3, n0, _CGPGD,
|
|
@@ -2194,12 +2238,12 @@ export var CreateGlossaryPolicyGrantDetail$ = [3, n0, _CGPGD,
|
|
|
2194
2238
|
];
|
|
2195
2239
|
export var CreateGlossaryTermInput$ = [3, n0, _CGTI,
|
|
2196
2240
|
0,
|
|
2197
|
-
[_dI, _gIl, _n,
|
|
2241
|
+
[_dI, _gIl, _n, _st, _sD, _lDo, _tRe, _cT],
|
|
2198
2242
|
[[0, 1], 0, [() => GlossaryTermName, 0], 0, [() => ShortDescription, 0], [() => LongDescription, 0], () => TermRelations$, [0, 4]], 3
|
|
2199
2243
|
];
|
|
2200
2244
|
export var CreateGlossaryTermOutput$ = [3, n0, _CGTO,
|
|
2201
2245
|
0,
|
|
2202
|
-
[_id, _dIo, _gIlo, _n,
|
|
2246
|
+
[_id, _dIo, _gIlo, _n, _st, _sD, _lDo, _tRe, _uR],
|
|
2203
2247
|
[0, 0, 0, [() => GlossaryTermName, 0], 0, [() => ShortDescription, 0], [() => LongDescription, 0], () => TermRelations$, 64 | 0], 5
|
|
2204
2248
|
];
|
|
2205
2249
|
export var CreateGroupProfileInput$ = [3, n0, _CGPI,
|
|
@@ -2209,7 +2253,7 @@ export var CreateGroupProfileInput$ = [3, n0, _CGPI,
|
|
|
2209
2253
|
];
|
|
2210
2254
|
export var CreateGroupProfileOutput$ = [3, n0, _CGPO,
|
|
2211
2255
|
0,
|
|
2212
|
-
[_dIo, _id,
|
|
2256
|
+
[_dIo, _id, _st, _gN],
|
|
2213
2257
|
[0, 0, 0, [() => GroupProfileName, 0]]
|
|
2214
2258
|
];
|
|
2215
2259
|
export var CreateListingChangeSetInput$ = [3, n0, _CLCSI,
|
|
@@ -2219,7 +2263,7 @@ export var CreateListingChangeSetInput$ = [3, n0, _CLCSI,
|
|
|
2219
2263
|
];
|
|
2220
2264
|
export var CreateListingChangeSetOutput$ = [3, n0, _CLCSO,
|
|
2221
2265
|
0,
|
|
2222
|
-
[_lI, _lR,
|
|
2266
|
+
[_lI, _lR, _st],
|
|
2223
2267
|
[0, 0, 0], 3
|
|
2224
2268
|
];
|
|
2225
2269
|
export var CreateProjectFromProjectProfilePolicyGrantDetail$ = [3, n0, _CPFPPPGD,
|
|
@@ -2254,12 +2298,12 @@ export var CreateProjectPolicyGrantDetail$ = [3, n0, _CPPGD,
|
|
|
2254
2298
|
];
|
|
2255
2299
|
export var CreateProjectProfileInput$ = [3, n0, _CPPI,
|
|
2256
2300
|
0,
|
|
2257
|
-
[_dI, _n, _de,
|
|
2301
|
+
[_dI, _n, _de, _st, _pRT, _aCPRT, _pRTD, _eC, _dUIo],
|
|
2258
2302
|
[[0, 1], [() => ProjectProfileName, 0], [() => Description, 0], 0, () => ProjectResourceTagParameters, 2, [() => Description, 0], [() => EnvironmentConfigurationsList, 0], 0], 2
|
|
2259
2303
|
];
|
|
2260
2304
|
export var CreateProjectProfileOutput$ = [3, n0, _CPPO,
|
|
2261
2305
|
0,
|
|
2262
|
-
[_dIo, _id, _n, _cB, _de,
|
|
2306
|
+
[_dIo, _id, _n, _cB, _de, _st, _pRT, _aCPRT, _pRTD, _eC, _cA, _lUA, _dUI],
|
|
2263
2307
|
[0, 0, [() => ProjectProfileName, 0], 0, [() => Description, 0], 0, () => ProjectResourceTagParameters, 2, [() => Description, 0], [() => EnvironmentConfigurationsList, 0], 5, 5, 0], 4
|
|
2264
2308
|
];
|
|
2265
2309
|
export var CreateRuleInput$ = [3, n0, _CRI,
|
|
@@ -2279,7 +2323,7 @@ export var CreateSubscriptionGrantInput$ = [3, n0, _CSGI,
|
|
|
2279
2323
|
];
|
|
2280
2324
|
export var CreateSubscriptionGrantOutput$ = [3, n0, _CSGO,
|
|
2281
2325
|
0,
|
|
2282
|
-
[_id, _cB, _dIo, _cA, _uA, _sTIu, _gE,
|
|
2326
|
+
[_id, _cB, _dIo, _cA, _uA, _sTIu, _gE, _st, _uB, _eInvi, _as, _sI],
|
|
2283
2327
|
[0, 0, 0, 4, 4, 0, () => GrantedEntity$, 0, 0, 0, () => SubscribedAssets, 0], 8
|
|
2284
2328
|
];
|
|
2285
2329
|
export var CreateSubscriptionRequestInput$ = [3, n0, _CSRI,
|
|
@@ -2289,7 +2333,7 @@ export var CreateSubscriptionRequestInput$ = [3, n0, _CSRI,
|
|
|
2289
2333
|
];
|
|
2290
2334
|
export var CreateSubscriptionRequestOutput$ = [3, n0, _CSRO,
|
|
2291
2335
|
0,
|
|
2292
|
-
[_id, _cB, _dIo,
|
|
2336
|
+
[_id, _cB, _dIo, _st, _cA, _uA, _rR, _sP, _sL, _uB, _rI, _dC, _eSI, _mF],
|
|
2293
2337
|
[0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, 0, [() => DecisionComment, 0], 0, [() => MetadataForms, 0]], 9
|
|
2294
2338
|
];
|
|
2295
2339
|
export var CreateSubscriptionTargetInput$ = [3, n0, _CSTI,
|
|
@@ -2309,7 +2353,7 @@ export var CreateUserProfileInput$ = [3, n0, _CUPI,
|
|
|
2309
2353
|
];
|
|
2310
2354
|
export var CreateUserProfileOutput$ = [3, n0, _CUPO,
|
|
2311
2355
|
0,
|
|
2312
|
-
[_dIo, _id, _ty,
|
|
2356
|
+
[_dIo, _id, _ty, _st, _det],
|
|
2313
2357
|
[0, 0, 0, 0, [() => UserProfileDetails$, 0]]
|
|
2314
2358
|
];
|
|
2315
2359
|
export var CustomAccountPoolHandler$ = [3, n0, _CAPH,
|
|
@@ -2374,12 +2418,12 @@ export var DataSourceRunLineageSummary$ = [3, n0, _DSRLS,
|
|
|
2374
2418
|
];
|
|
2375
2419
|
export var DataSourceRunSummary$ = [3, n0, _DSRS,
|
|
2376
2420
|
0,
|
|
2377
|
-
[_id, _dSI, _ty,
|
|
2421
|
+
[_id, _dSI, _ty, _st, _pI, _cA, _uA, _rSFA, _eM, _sAt, _sAto, _lSi],
|
|
2378
2422
|
[0, 0, 0, 0, 0, 5, 5, () => RunStatisticsForAssets$, () => DataSourceErrorMessage$, 5, 5, () => DataSourceRunLineageSummary$], 7
|
|
2379
2423
|
];
|
|
2380
2424
|
export var DataSourceSummary$ = [3, n0, _DSS,
|
|
2381
2425
|
0,
|
|
2382
|
-
[_dIo, _dSI, _n, _ty,
|
|
2426
|
+
[_dIo, _dSI, _n, _ty, _st, _eInvi, _cI, _eS, _sch, _lRS, _lRA, _lREM, _lRAC, _cA, _uA, _de],
|
|
2383
2427
|
[0, 0, [() => Name, 0], 0, 0, 0, 0, 0, [() => ScheduleConfiguration$, 0], 0, 5, () => DataSourceErrorMessage$, 1, 5, 5, [() => Description, 0]], 5
|
|
2384
2428
|
];
|
|
2385
2429
|
export var DeleteAccountPoolInput$ = [3, n0, _DAPI,
|
|
@@ -2424,7 +2468,7 @@ export var DeleteConnectionInput$ = [3, n0, _DCI,
|
|
|
2424
2468
|
];
|
|
2425
2469
|
export var DeleteConnectionOutput$ = [3, n0, _DCO,
|
|
2426
2470
|
0,
|
|
2427
|
-
[
|
|
2471
|
+
[_st],
|
|
2428
2472
|
[0]
|
|
2429
2473
|
];
|
|
2430
2474
|
export var DeleteDataExportConfigurationInput$ = [3, n0, _DDECI,
|
|
@@ -2454,7 +2498,7 @@ export var DeleteDataSourceInput$ = [3, n0, _DDSI,
|
|
|
2454
2498
|
];
|
|
2455
2499
|
export var DeleteDataSourceOutput$ = [3, n0, _DDSO,
|
|
2456
2500
|
0,
|
|
2457
|
-
[_id, _n, _dIo, _pI,
|
|
2501
|
+
[_id, _n, _dIo, _pI, _st, _ty, _de, _eInvi, _cI, _con, _eS, _pOI, _aFO, _sch, _lRS, _lRA, _lREM, _eM, _cA, _uA, _sGS, _rPORF],
|
|
2458
2502
|
[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
|
|
2459
2503
|
];
|
|
2460
2504
|
export var DeleteDomainInput$ = [3, n0, _DDI,
|
|
@@ -2464,7 +2508,7 @@ export var DeleteDomainInput$ = [3, n0, _DDI,
|
|
|
2464
2508
|
];
|
|
2465
2509
|
export var DeleteDomainOutput$ = [3, n0, _DDO,
|
|
2466
2510
|
0,
|
|
2467
|
-
[
|
|
2511
|
+
[_st],
|
|
2468
2512
|
[0], 1
|
|
2469
2513
|
];
|
|
2470
2514
|
export var DeleteDomainUnitInput$ = [3, n0, _DDUI,
|
|
@@ -2594,7 +2638,7 @@ export var DeleteSubscriptionGrantInput$ = [3, n0, _DSGI,
|
|
|
2594
2638
|
];
|
|
2595
2639
|
export var DeleteSubscriptionGrantOutput$ = [3, n0, _DSGO,
|
|
2596
2640
|
0,
|
|
2597
|
-
[_id, _cB, _dIo, _cA, _uA, _sTIu, _gE,
|
|
2641
|
+
[_id, _cB, _dIo, _cA, _uA, _sTIu, _gE, _st, _uB, _eInvi, _as, _sI],
|
|
2598
2642
|
[0, 0, 0, 4, 4, 0, () => GrantedEntity$, 0, 0, 0, () => SubscribedAssets, 0], 8
|
|
2599
2643
|
];
|
|
2600
2644
|
export var DeleteSubscriptionRequestInput$ = [3, n0, _DSRI,
|
|
@@ -2654,7 +2698,7 @@ export var DisassociateGovernedTermsOutput$ = [3, n0, _DGTOi,
|
|
|
2654
2698
|
];
|
|
2655
2699
|
export var DomainSummary$ = [3, n0, _DS,
|
|
2656
2700
|
0,
|
|
2657
|
-
[_id, _n, _ar, _mAI,
|
|
2701
|
+
[_id, _n, _ar, _mAI, _st, _cA, _de, _pU, _lUA, _dVo],
|
|
2658
2702
|
[0, [() => DomainName, 0], 0, 0, 0, 4, [() => DomainDescription, 0], 0, 4, 0], 6
|
|
2659
2703
|
];
|
|
2660
2704
|
export var DomainUnitFilterForProject$ = [3, n0, _DUFFP,
|
|
@@ -2754,7 +2798,7 @@ export var EnvironmentResolvedAccount$ = [3, n0, _ERA,
|
|
|
2754
2798
|
];
|
|
2755
2799
|
export var EnvironmentSummary$ = [3, n0, _ES,
|
|
2756
2800
|
0,
|
|
2757
|
-
[_pI, _dIo, _cB, _n, _pro, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR,
|
|
2801
|
+
[_pI, _dIo, _cB, _n, _pro, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _st, _eCI],
|
|
2758
2802
|
[0, 0, 0, [() => EnvironmentName, 0], 0, 0, 5, 5, [() => Description, 0], 0, 0, 0, 0, [() => EnvironmentConfigurationId, 0]], 5
|
|
2759
2803
|
];
|
|
2760
2804
|
export var EqualToExpression$ = [3, n0, _ETE,
|
|
@@ -2799,7 +2843,7 @@ export var FormOutput$ = [3, n0, _FO,
|
|
|
2799
2843
|
];
|
|
2800
2844
|
export var FormTypeData$ = [3, n0, _FTD,
|
|
2801
2845
|
0,
|
|
2802
|
-
[_dIo, _n, _r, _mo,
|
|
2846
|
+
[_dIo, _n, _r, _mo, _st, _oPI, _oDI, _oPIr, _cA, _cB, _de, _im],
|
|
2803
2847
|
[0, [() => FormTypeName, 0], 0, [() => Model$, 0], 0, 0, 0, 0, 4, 0, [() => Description, 0], [() => ImportList, 0]], 3
|
|
2804
2848
|
];
|
|
2805
2849
|
export var GetAccountPoolInput$ = [3, n0, _GAPI,
|
|
@@ -2819,7 +2863,7 @@ export var GetAssetFilterInput$ = [3, n0, _GAFI,
|
|
|
2819
2863
|
];
|
|
2820
2864
|
export var GetAssetFilterOutput$ = [3, n0, _GAFO,
|
|
2821
2865
|
0,
|
|
2822
|
-
[_id, _dIo, _aI, _n, _con, _de,
|
|
2866
|
+
[_id, _dIo, _aI, _n, _con, _de, _st, _cA, _eM, _eCN, _eRF],
|
|
2823
2867
|
[0, 0, 0, [() => FilterName, 0], () => AssetFilterConfiguration$, [() => Description, 0], 0, 4, 0, 64 | 0, 0], 5
|
|
2824
2868
|
];
|
|
2825
2869
|
export var GetAssetInput$ = [3, n0, _GAI,
|
|
@@ -2859,7 +2903,7 @@ export var GetDataExportConfigurationInput$ = [3, n0, _GDECI,
|
|
|
2859
2903
|
];
|
|
2860
2904
|
export var GetDataExportConfigurationOutput$ = [3, n0, _GDECO,
|
|
2861
2905
|
0,
|
|
2862
|
-
[_iEE,
|
|
2906
|
+
[_iEE, _st, _eCn, _sTBA, _cA, _uA],
|
|
2863
2907
|
[2, 0, () => EncryptionConfiguration$, 0, 4, 4]
|
|
2864
2908
|
];
|
|
2865
2909
|
export var GetDataProductInput$ = [3, n0, _GDPI,
|
|
@@ -2869,7 +2913,7 @@ export var GetDataProductInput$ = [3, n0, _GDPI,
|
|
|
2869
2913
|
];
|
|
2870
2914
|
export var GetDataProductOutput$ = [3, n0, _GDPO,
|
|
2871
2915
|
0,
|
|
2872
|
-
[_dIo, _id, _r, _oPI, _n,
|
|
2916
|
+
[_dIo, _id, _r, _oPI, _n, _st, _de, _gT, _it, _fO, _cA, _cB, _fRCA, _fRCB],
|
|
2873
2917
|
[0, 0, 0, 0, [() => DataProductName, 0], 0, [() => DataProductDescription, 0], 64 | 0, () => DataProductItems, [() => FormOutputList, 0], 4, 0, 4, 0], 6
|
|
2874
2918
|
];
|
|
2875
2919
|
export var GetDataSourceInput$ = [3, n0, _GDSI,
|
|
@@ -2879,7 +2923,7 @@ export var GetDataSourceInput$ = [3, n0, _GDSI,
|
|
|
2879
2923
|
];
|
|
2880
2924
|
export var GetDataSourceOutput$ = [3, n0, _GDSO,
|
|
2881
2925
|
0,
|
|
2882
|
-
[_id, _n, _dIo, _pI,
|
|
2926
|
+
[_id, _n, _dIo, _pI, _st, _ty, _de, _eInvi, _cI, _con, _re, _eS, _pOI, _aFO, _sch, _lRS, _lRA, _lREM, _lRAC, _eM, _cA, _uA, _sGS],
|
|
2883
2927
|
[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
|
|
2884
2928
|
];
|
|
2885
2929
|
export var GetDataSourceRunInput$ = [3, n0, _GDSRI,
|
|
@@ -2889,7 +2933,7 @@ export var GetDataSourceRunInput$ = [3, n0, _GDSRI,
|
|
|
2889
2933
|
];
|
|
2890
2934
|
export var GetDataSourceRunOutput$ = [3, n0, _GDSRO,
|
|
2891
2935
|
0,
|
|
2892
|
-
[_dIo, _dSI, _id, _pI,
|
|
2936
|
+
[_dIo, _dSI, _id, _pI, _st, _ty, _cA, _uA, _dSCS, _rSFA, _lSi, _eM, _sAt, _sAto],
|
|
2893
2937
|
[0, 0, 0, 0, 0, 0, 5, 5, 0, () => RunStatisticsForAssets$, () => DataSourceRunLineageSummary$, () => DataSourceErrorMessage$, 5, 5], 8
|
|
2894
2938
|
];
|
|
2895
2939
|
export var GetDomainInput$ = [3, n0, _GDI,
|
|
@@ -2899,7 +2943,7 @@ export var GetDomainInput$ = [3, n0, _GDI,
|
|
|
2899
2943
|
];
|
|
2900
2944
|
export var GetDomainOutput$ = [3, n0, _GDO,
|
|
2901
2945
|
0,
|
|
2902
|
-
[_id, _dER,
|
|
2946
|
+
[_id, _dER, _st, _rDUI, _n, _de, _sSO, _ar, _kKI, _pU, _cA, _lUA, _ta, _dVo, _sRe],
|
|
2903
2947
|
[0, 0, 0, 0, 0, 0, () => SingleSignOn$, 0, 0, 0, 4, 4, 128 | 0, 0, 0], 3
|
|
2904
2948
|
];
|
|
2905
2949
|
export var GetDomainUnitInput$ = [3, n0, _GDUI,
|
|
@@ -2959,7 +3003,7 @@ export var GetEnvironmentInput$ = [3, n0, _GEI,
|
|
|
2959
3003
|
];
|
|
2960
3004
|
export var GetEnvironmentOutput$ = [3, n0, _GEO,
|
|
2961
3005
|
0,
|
|
2962
|
-
[_pI, _dIo, _cB, _n, _pro, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR,
|
|
3006
|
+
[_pI, _dIo, _cB, _n, _pro, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR, _st, _eA, _gT, _uP, _lD, _pP, _dP, _eBIn, _eCI],
|
|
2963
3007
|
[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
|
|
2964
3008
|
];
|
|
2965
3009
|
export var GetEnvironmentProfileInput$ = [3, n0, _GEPI,
|
|
@@ -2979,7 +3023,7 @@ export var GetFormTypeInput$ = [3, n0, _GFTI,
|
|
|
2979
3023
|
];
|
|
2980
3024
|
export var GetFormTypeOutput$ = [3, n0, _GFTO,
|
|
2981
3025
|
0,
|
|
2982
|
-
[_dIo, _n, _r, _mo, _oPI, _oDI, _oPIr,
|
|
3026
|
+
[_dIo, _n, _r, _mo, _oPI, _oDI, _oPIr, _st, _cA, _cB, _de, _im],
|
|
2983
3027
|
[0, [() => FormTypeName, 0], 0, [() => Model$, 0], 0, 0, 0, 0, 4, 0, [() => Description, 0], [() => ImportList, 0]], 4
|
|
2984
3028
|
];
|
|
2985
3029
|
export var GetGlossaryInput$ = [3, n0, _GGI,
|
|
@@ -2989,7 +3033,7 @@ export var GetGlossaryInput$ = [3, n0, _GGI,
|
|
|
2989
3033
|
];
|
|
2990
3034
|
export var GetGlossaryOutput$ = [3, n0, _GGO,
|
|
2991
3035
|
0,
|
|
2992
|
-
[_dIo, _id, _oPI, _n,
|
|
3036
|
+
[_dIo, _id, _oPI, _n, _st, _de, _cA, _cB, _uA, _uB, _uR],
|
|
2993
3037
|
[0, 0, 0, [() => GlossaryName, 0], 0, [() => GlossaryDescription, 0], 4, 0, 4, 0, 64 | 0], 5
|
|
2994
3038
|
];
|
|
2995
3039
|
export var GetGlossaryTermInput$ = [3, n0, _GGTI,
|
|
@@ -2999,7 +3043,7 @@ export var GetGlossaryTermInput$ = [3, n0, _GGTI,
|
|
|
2999
3043
|
];
|
|
3000
3044
|
export var GetGlossaryTermOutput$ = [3, n0, _GGTO,
|
|
3001
3045
|
0,
|
|
3002
|
-
[_dIo, _gIlo, _id, _n,
|
|
3046
|
+
[_dIo, _gIlo, _id, _n, _st, _sD, _lDo, _tRe, _cA, _cB, _uA, _uB, _uR],
|
|
3003
3047
|
[0, 0, 0, [() => GlossaryTermName, 0], 0, [() => ShortDescription, 0], [() => LongDescription, 0], () => TermRelations$, 4, 0, 4, 0, 64 | 0], 5
|
|
3004
3048
|
];
|
|
3005
3049
|
export var GetGroupProfileInput$ = [3, n0, _GGPI,
|
|
@@ -3009,7 +3053,7 @@ export var GetGroupProfileInput$ = [3, n0, _GGPI,
|
|
|
3009
3053
|
];
|
|
3010
3054
|
export var GetGroupProfileOutput$ = [3, n0, _GGPO,
|
|
3011
3055
|
0,
|
|
3012
|
-
[_dIo, _id,
|
|
3056
|
+
[_dIo, _id, _st, _gN],
|
|
3013
3057
|
[0, 0, 0, [() => GroupProfileName, 0]]
|
|
3014
3058
|
];
|
|
3015
3059
|
export var GetIamPortalLoginUrlInput$ = [3, n0, _GIPLUI,
|
|
@@ -3029,7 +3073,7 @@ export var GetJobRunInput$ = [3, n0, _GJRI,
|
|
|
3029
3073
|
];
|
|
3030
3074
|
export var GetJobRunOutput$ = [3, n0, _GJRO,
|
|
3031
3075
|
0,
|
|
3032
|
-
[_dIo, _id, _jI, _jT, _rM, _det,
|
|
3076
|
+
[_dIo, _id, _jI, _jT, _rM, _det, _st, _e, _cB, _cA, _sTt, _eTn],
|
|
3033
3077
|
[0, 0, 0, 0, 0, () => JobRunDetails$, 0, () => JobRunError$, 0, 4, 4, 4]
|
|
3034
3078
|
];
|
|
3035
3079
|
export var GetLineageEventInput$ = [3, n0, _GLEI,
|
|
@@ -3059,7 +3103,7 @@ export var GetListingInput$ = [3, n0, _GLI,
|
|
|
3059
3103
|
];
|
|
3060
3104
|
export var GetListingOutput$ = [3, n0, _GLO,
|
|
3061
3105
|
0,
|
|
3062
|
-
[_dIo, _id, _lR, _cA, _uA, _cB, _uB, _ite, _n, _de,
|
|
3106
|
+
[_dIo, _id, _lR, _cA, _uA, _cB, _uB, _ite, _n, _de, _st],
|
|
3063
3107
|
[0, 0, 0, 4, 4, 0, 0, [() => ListingItem$, 0], 0, [() => Description, 0], 0], 3
|
|
3064
3108
|
];
|
|
3065
3109
|
export var GetMetadataGenerationRunInput$ = [3, n0, _GMGRI,
|
|
@@ -3069,7 +3113,7 @@ export var GetMetadataGenerationRunInput$ = [3, n0, _GMGRI,
|
|
|
3069
3113
|
];
|
|
3070
3114
|
export var GetMetadataGenerationRunOutput$ = [3, n0, _GMGRO,
|
|
3071
3115
|
0,
|
|
3072
|
-
[_dIo, _id, _oPI, _tar,
|
|
3116
|
+
[_dIo, _id, _oPI, _tar, _st, _ty, _typ, _cA, _cB, _tS],
|
|
3073
3117
|
[0, 0, 0, () => MetadataGenerationRunTarget$, 0, 0, 64 | 0, 4, 0, () => MetadataGenerationRunTypeStats], 3
|
|
3074
3118
|
];
|
|
3075
3119
|
export var GetProjectInput$ = [3, n0, _GPI,
|
|
@@ -3089,7 +3133,7 @@ export var GetProjectProfileInput$ = [3, n0, _GPPI,
|
|
|
3089
3133
|
];
|
|
3090
3134
|
export var GetProjectProfileOutput$ = [3, n0, _GPPO,
|
|
3091
3135
|
0,
|
|
3092
|
-
[_dIo, _id, _n, _cB, _de,
|
|
3136
|
+
[_dIo, _id, _n, _cB, _de, _st, _pRT, _aCPRT, _pRTD, _eC, _cA, _lUA, _dUI],
|
|
3093
3137
|
[0, 0, [() => ProjectProfileName, 0], 0, [() => Description, 0], 0, () => ProjectResourceTagParameters, 2, [() => Description, 0], [() => EnvironmentConfigurationsList, 0], 5, 5, 0], 4
|
|
3094
3138
|
];
|
|
3095
3139
|
export var GetRuleInput$ = [3, n0, _GRI,
|
|
@@ -3109,7 +3153,7 @@ export var GetSubscriptionGrantInput$ = [3, n0, _GSGI,
|
|
|
3109
3153
|
];
|
|
3110
3154
|
export var GetSubscriptionGrantOutput$ = [3, n0, _GSGO,
|
|
3111
3155
|
0,
|
|
3112
|
-
[_id, _cB, _dIo, _cA, _uA, _sTIu, _gE,
|
|
3156
|
+
[_id, _cB, _dIo, _cA, _uA, _sTIu, _gE, _st, _uB, _eInvi, _as, _sI],
|
|
3113
3157
|
[0, 0, 0, 4, 4, 0, () => GrantedEntity$, 0, 0, 0, () => SubscribedAssets, 0], 8
|
|
3114
3158
|
];
|
|
3115
3159
|
export var GetSubscriptionInput$ = [3, n0, _GSI,
|
|
@@ -3119,7 +3163,7 @@ export var GetSubscriptionInput$ = [3, n0, _GSI,
|
|
|
3119
3163
|
];
|
|
3120
3164
|
export var GetSubscriptionOutput$ = [3, n0, _GSO,
|
|
3121
3165
|
0,
|
|
3122
|
-
[_id, _cB, _dIo,
|
|
3166
|
+
[_id, _cB, _dIo, _st, _cA, _uA, _sPu, _sLu, _uB, _sRI, _rP],
|
|
3123
3167
|
[0, 0, 0, 0, 4, 4, [() => SubscribedPrincipal$, 0], [() => SubscribedListing$, 0], 0, 0, 2], 8
|
|
3124
3168
|
];
|
|
3125
3169
|
export var GetSubscriptionRequestDetailsInput$ = [3, n0, _GSRDI,
|
|
@@ -3129,7 +3173,7 @@ export var GetSubscriptionRequestDetailsInput$ = [3, n0, _GSRDI,
|
|
|
3129
3173
|
];
|
|
3130
3174
|
export var GetSubscriptionRequestDetailsOutput$ = [3, n0, _GSRDO,
|
|
3131
3175
|
0,
|
|
3132
|
-
[_id, _cB, _dIo,
|
|
3176
|
+
[_id, _cB, _dIo, _st, _cA, _uA, _rR, _sP, _sL, _uB, _rI, _dC, _eSI, _mF],
|
|
3133
3177
|
[0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, 0, [() => DecisionComment, 0], 0, [() => MetadataForms, 0]], 9
|
|
3134
3178
|
];
|
|
3135
3179
|
export var GetSubscriptionTargetInput$ = [3, n0, _GSTI,
|
|
@@ -3159,12 +3203,12 @@ export var GetUserProfileInput$ = [3, n0, _GUPI,
|
|
|
3159
3203
|
];
|
|
3160
3204
|
export var GetUserProfileOutput$ = [3, n0, _GUPO,
|
|
3161
3205
|
0,
|
|
3162
|
-
[_dIo, _id, _ty,
|
|
3206
|
+
[_dIo, _id, _ty, _st, _det],
|
|
3163
3207
|
[0, 0, 0, 0, [() => UserProfileDetails$, 0]]
|
|
3164
3208
|
];
|
|
3165
3209
|
export var GlossaryItem$ = [3, n0, _GI,
|
|
3166
3210
|
0,
|
|
3167
|
-
[_dIo, _id, _n, _oPI,
|
|
3211
|
+
[_dIo, _id, _n, _oPI, _st, _de, _uR, _cA, _cB, _uA, _uB, _aA],
|
|
3168
3212
|
[0, 0, [() => GlossaryName, 0], 0, 0, [() => GlossaryDescription, 0], 64 | 0, 4, 0, 4, 0, () => GlossaryItemAdditionalAttributes$], 5
|
|
3169
3213
|
];
|
|
3170
3214
|
export var GlossaryItemAdditionalAttributes$ = [3, n0, _GIAA,
|
|
@@ -3179,7 +3223,7 @@ export var GlossaryTermEnforcementDetail$ = [3, n0, _GTED,
|
|
|
3179
3223
|
];
|
|
3180
3224
|
export var GlossaryTermItem$ = [3, n0, _GTI,
|
|
3181
3225
|
0,
|
|
3182
|
-
[_dIo, _gIlo, _id, _n,
|
|
3226
|
+
[_dIo, _gIlo, _id, _n, _st, _sD, _uR, _lDo, _tRe, _cA, _cB, _uA, _uB, _aA],
|
|
3183
3227
|
[0, 0, 0, [() => GlossaryTermName, 0], 0, [() => ShortDescription, 0], 64 | 0, [() => LongDescription, 0], () => TermRelations$, 4, 0, 4, 0, () => GlossaryTermItemAdditionalAttributes$], 5
|
|
3184
3228
|
];
|
|
3185
3229
|
export var GlossaryTermItemAdditionalAttributes$ = [3, n0, _GTIAA,
|
|
@@ -3189,7 +3233,7 @@ export var GlossaryTermItemAdditionalAttributes$ = [3, n0, _GTIAA,
|
|
|
3189
3233
|
];
|
|
3190
3234
|
export var GlueConnection$ = [3, n0, _GC,
|
|
3191
3235
|
0,
|
|
3192
|
-
[_n, _de, _cTo, _mC, _cPo, _sPp, _aPt, _pPy, _pCR, _cTr, _lUT, _lUBa,
|
|
3236
|
+
[_n, _de, _cTo, _mC, _cPo, _sPp, _aPt, _pPy, _pCR, _cTr, _lUT, _lUBa, _st, _sRt, _lCVT, _aCut, _cSV, _cCE],
|
|
3193
3237
|
[0, 0, 0, 64 | 0, 128 | 0, 128 | 0, 128 | 0, 128 | 0, () => PhysicalConnectionRequirements$, 4, 4, 0, 0, 0, 4, [() => AuthenticationConfiguration$, 0], 1, 64 | 0]
|
|
3194
3238
|
];
|
|
3195
3239
|
export var GlueConnectionInput$ = [3, n0, _GCIl,
|
|
@@ -3214,7 +3258,7 @@ export var GluePropertiesInput$ = [3, n0, _GPIl,
|
|
|
3214
3258
|
];
|
|
3215
3259
|
export var GluePropertiesOutput$ = [3, n0, _GPOl,
|
|
3216
3260
|
0,
|
|
3217
|
-
[
|
|
3261
|
+
[_st, _eM],
|
|
3218
3262
|
[0, 0]
|
|
3219
3263
|
];
|
|
3220
3264
|
export var GluePropertiesPatch$ = [3, n0, _GPP,
|
|
@@ -3254,7 +3298,7 @@ export var GroupDetails$ = [3, n0, _GDr,
|
|
|
3254
3298
|
];
|
|
3255
3299
|
export var GroupProfileSummary$ = [3, n0, _GPS,
|
|
3256
3300
|
0,
|
|
3257
|
-
[_dIo, _id,
|
|
3301
|
+
[_dIo, _id, _st, _gN],
|
|
3258
3302
|
[0, 0, 0, [() => GroupProfileName, 0]]
|
|
3259
3303
|
];
|
|
3260
3304
|
export var HyperPodPropertiesInput$ = [3, n0, _HPPI,
|
|
@@ -3297,12 +3341,6 @@ export var InExpression$ = [3, n0, _IE,
|
|
|
3297
3341
|
[_cN, _va],
|
|
3298
3342
|
[0, 64 | 0], 2
|
|
3299
3343
|
];
|
|
3300
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
3301
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
3302
|
-
[_m],
|
|
3303
|
-
[0], 1
|
|
3304
|
-
];
|
|
3305
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
3306
3344
|
export var IsNotNullExpression$ = [3, n0, _INNE,
|
|
3307
3345
|
0,
|
|
3308
3346
|
[_cN],
|
|
@@ -3320,7 +3358,7 @@ export var JobRunError$ = [3, n0, _JRE,
|
|
|
3320
3358
|
];
|
|
3321
3359
|
export var JobRunSummary$ = [3, n0, _JRS,
|
|
3322
3360
|
0,
|
|
3323
|
-
[_dIo, _jI, _jT, _rIu, _rM,
|
|
3361
|
+
[_dIo, _jI, _jT, _rIu, _rM, _st, _e, _cB, _cA, _sTt, _eTn],
|
|
3324
3362
|
[0, 0, 0, 0, 0, 0, () => JobRunError$, 0, 4, 4, 4]
|
|
3325
3363
|
];
|
|
3326
3364
|
export var LakeFormationConfiguration$ = [3, n0, _LFC,
|
|
@@ -3405,8 +3443,8 @@ export var ListAccountsInAccountPoolOutput$ = [3, n0, _LAIAPO,
|
|
|
3405
3443
|
];
|
|
3406
3444
|
export var ListAssetFiltersInput$ = [3, n0, _LAFI,
|
|
3407
3445
|
0,
|
|
3408
|
-
[_dI, _aIs,
|
|
3409
|
-
[[0, 1], [0, 1], [0, { [_hQ]:
|
|
3446
|
+
[_dI, _aIs, _st, _nT, _mRa],
|
|
3447
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
|
|
3410
3448
|
];
|
|
3411
3449
|
export var ListAssetFiltersOutput$ = [3, n0, _LAFO,
|
|
3412
3450
|
0,
|
|
@@ -3445,8 +3483,8 @@ export var ListDataProductRevisionsOutput$ = [3, n0, _LDPRO,
|
|
|
3445
3483
|
];
|
|
3446
3484
|
export var ListDataSourceRunActivitiesInput$ = [3, n0, _LDSRAI,
|
|
3447
3485
|
0,
|
|
3448
|
-
[_dI, _i,
|
|
3449
|
-
[[0, 1], [0, 1], [0, { [_hQ]:
|
|
3486
|
+
[_dI, _i, _st, _nT, _mRa],
|
|
3487
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
|
|
3450
3488
|
];
|
|
3451
3489
|
export var ListDataSourceRunActivitiesOutput$ = [3, n0, _LDSRAO,
|
|
3452
3490
|
0,
|
|
@@ -3455,8 +3493,8 @@ export var ListDataSourceRunActivitiesOutput$ = [3, n0, _LDSRAO,
|
|
|
3455
3493
|
];
|
|
3456
3494
|
export var ListDataSourceRunsInput$ = [3, n0, _LDSRI,
|
|
3457
3495
|
0,
|
|
3458
|
-
[_dI, _dSIa,
|
|
3459
|
-
[[0, 1], [0, 1], [0, { [_hQ]:
|
|
3496
|
+
[_dI, _dSIa, _st, _nT, _mRa],
|
|
3497
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
|
|
3460
3498
|
];
|
|
3461
3499
|
export var ListDataSourceRunsOutput$ = [3, n0, _LDSRO,
|
|
3462
3500
|
0,
|
|
@@ -3465,8 +3503,8 @@ export var ListDataSourceRunsOutput$ = [3, n0, _LDSRO,
|
|
|
3465
3503
|
];
|
|
3466
3504
|
export var ListDataSourcesInput$ = [3, n0, _LDSI,
|
|
3467
3505
|
0,
|
|
3468
|
-
[_dI, _pIr, _eInv, _cIo, _ty,
|
|
3469
|
-
[[0, 1], [0, { [_hQ]: _pIr }], [0, { [_hQ]: _eInv }], [0, { [_hQ]: _cIo }], [0, { [_hQ]: _ty }], [0, { [_hQ]:
|
|
3506
|
+
[_dI, _pIr, _eInv, _cIo, _ty, _st, _n, _nT, _mRa],
|
|
3507
|
+
[[0, 1], [0, { [_hQ]: _pIr }], [0, { [_hQ]: _eInv }], [0, { [_hQ]: _cIo }], [0, { [_hQ]: _ty }], [0, { [_hQ]: _st }], [() => Name, { [_hQ]: _n }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
|
|
3470
3508
|
];
|
|
3471
3509
|
export var ListDataSourcesOutput$ = [3, n0, _LDSO,
|
|
3472
3510
|
0,
|
|
@@ -3475,8 +3513,8 @@ export var ListDataSourcesOutput$ = [3, n0, _LDSO,
|
|
|
3475
3513
|
];
|
|
3476
3514
|
export var ListDomainsInput$ = [3, n0, _LDI,
|
|
3477
3515
|
0,
|
|
3478
|
-
[
|
|
3479
|
-
[[0, { [_hQ]:
|
|
3516
|
+
[_st, _mRa, _nT],
|
|
3517
|
+
[[0, { [_hQ]: _st }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]]
|
|
3480
3518
|
];
|
|
3481
3519
|
export var ListDomainsOutput$ = [3, n0, _LDO,
|
|
3482
3520
|
0,
|
|
@@ -3545,8 +3583,8 @@ export var ListEnvironmentProfilesOutput$ = [3, n0, _LEPO,
|
|
|
3545
3583
|
];
|
|
3546
3584
|
export var ListEnvironmentsInput$ = [3, n0, _LEI,
|
|
3547
3585
|
0,
|
|
3548
|
-
[_dI, _pIr, _aAI,
|
|
3549
|
-
[[0, 1], [0, { [_hQ]: _pIr }], [0, { [_hQ]: _aAI }], [0, { [_hQ]:
|
|
3586
|
+
[_dI, _pIr, _aAI, _st, _aAR, _ePI, _eBI, _pro, _n, _mRa, _nT],
|
|
3587
|
+
[[0, 1], [0, { [_hQ]: _pIr }], [0, { [_hQ]: _aAI }], [0, { [_hQ]: _st }], [0, { [_hQ]: _aAR }], [0, { [_hQ]: _ePI }], [0, { [_hQ]: _eBI }], [0, { [_hQ]: _pro }], [0, { [_hQ]: _n }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]], 2
|
|
3550
3588
|
];
|
|
3551
3589
|
export var ListEnvironmentsOutput$ = [3, n0, _LEO,
|
|
3552
3590
|
0,
|
|
@@ -3575,8 +3613,8 @@ export var ListingSummaryItem$ = [3, n0, _LSI,
|
|
|
3575
3613
|
];
|
|
3576
3614
|
export var ListJobRunsInput$ = [3, n0, _LJRI,
|
|
3577
3615
|
0,
|
|
3578
|
-
[_dI, _jIo,
|
|
3579
|
-
[[0, 1], [0, 1], [0, { [_hQ]:
|
|
3616
|
+
[_dI, _jIo, _st, _sO, _nT, _mRa],
|
|
3617
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _st }], [0, { [_hQ]: _sO }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
|
|
3580
3618
|
];
|
|
3581
3619
|
export var ListJobRunsOutput$ = [3, n0, _LJRO,
|
|
3582
3620
|
0,
|
|
@@ -3605,8 +3643,8 @@ export var ListLineageNodeHistoryOutput$ = [3, n0, _LLNHO,
|
|
|
3605
3643
|
];
|
|
3606
3644
|
export var ListMetadataGenerationRunsInput$ = [3, n0, _LMGRI,
|
|
3607
3645
|
0,
|
|
3608
|
-
[_dI,
|
|
3609
|
-
[[0, 1], [0, { [_hQ]:
|
|
3646
|
+
[_dI, _st, _ty, _nT, _mRa, _tIa],
|
|
3647
|
+
[[0, 1], [0, { [_hQ]: _st }], [0, { [_hQ]: _ty }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _tIa }]], 1
|
|
3610
3648
|
];
|
|
3611
3649
|
export var ListMetadataGenerationRunsOutput$ = [3, n0, _LMGRO,
|
|
3612
3650
|
0,
|
|
@@ -3685,8 +3723,8 @@ export var ListSubscriptionGrantsOutput$ = [3, n0, _LSGO,
|
|
|
3685
3723
|
];
|
|
3686
3724
|
export var ListSubscriptionRequestsInput$ = [3, n0, _LSRI,
|
|
3687
3725
|
0,
|
|
3688
|
-
[_dI,
|
|
3689
|
-
[[0, 1], [0, { [_hQ]:
|
|
3726
|
+
[_dI, _st, _sLI, _oPI, _oIPA, _aPI, _oUI, _oGI, _sB, _sO, _mRa, _nT],
|
|
3727
|
+
[[0, 1], [0, { [_hQ]: _st }], [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
|
|
3690
3728
|
];
|
|
3691
3729
|
export var ListSubscriptionRequestsOutput$ = [3, n0, _LSRO,
|
|
3692
3730
|
0,
|
|
@@ -3695,8 +3733,8 @@ export var ListSubscriptionRequestsOutput$ = [3, n0, _LSRO,
|
|
|
3695
3733
|
];
|
|
3696
3734
|
export var ListSubscriptionsInput$ = [3, n0, _LSIi,
|
|
3697
3735
|
0,
|
|
3698
|
-
[_dI, _sRIu,
|
|
3699
|
-
[[0, 1], [0, { [_hQ]: _sRIu }], [0, { [_hQ]:
|
|
3736
|
+
[_dI, _sRIu, _st, _sLI, _oPI, _oIPA, _oUI, _oGI, _aPI, _sB, _sO, _mRa, _nT],
|
|
3737
|
+
[[0, 1], [0, { [_hQ]: _sRIu }], [0, { [_hQ]: _st }], [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
|
|
3700
3738
|
];
|
|
3701
3739
|
export var ListSubscriptionsOutput$ = [3, n0, _LSO,
|
|
3702
3740
|
0,
|
|
@@ -3760,7 +3798,7 @@ export var MetadataFormSummary$ = [3, n0, _MFS,
|
|
|
3760
3798
|
];
|
|
3761
3799
|
export var MetadataGenerationRunItem$ = [3, n0, _MGRI,
|
|
3762
3800
|
0,
|
|
3763
|
-
[_dIo, _id, _oPI, _tar,
|
|
3801
|
+
[_dIo, _id, _oPI, _tar, _st, _ty, _typ, _cA, _cB],
|
|
3764
3802
|
[0, 0, 0, () => MetadataGenerationRunTarget$, 0, 0, 64 | 0, 4, 0], 3
|
|
3765
3803
|
];
|
|
3766
3804
|
export var MetadataGenerationRunTarget$ = [3, n0, _MGRT,
|
|
@@ -3770,7 +3808,7 @@ export var MetadataGenerationRunTarget$ = [3, n0, _MGRT,
|
|
|
3770
3808
|
];
|
|
3771
3809
|
export var MetadataGenerationRunTypeStat$ = [3, n0, _MGRTS,
|
|
3772
3810
|
0,
|
|
3773
|
-
[_ty,
|
|
3811
|
+
[_ty, _st, _eM],
|
|
3774
3812
|
[0, 0, 0], 2
|
|
3775
3813
|
];
|
|
3776
3814
|
export var MlflowPropertiesInput$ = [3, n0, _MPI,
|
|
@@ -3800,7 +3838,7 @@ export var NotEqualToExpression$ = [3, n0, _NETE,
|
|
|
3800
3838
|
];
|
|
3801
3839
|
export var NotificationOutput$ = [3, n0, _NO,
|
|
3802
3840
|
0,
|
|
3803
|
-
[_i, _dI, _ty, _top, _tit, _m, _aLc, _cTre, _lUTa,
|
|
3841
|
+
[_i, _dI, _ty, _top, _tit, _m, _aLc, _cTre, _lUTa, _st, _met],
|
|
3804
3842
|
[0, 0, 0, () => Topic$, [() => Title, 0], [() => Message, 0], [() => ActionLink, 0], 4, 4, 0, 128 | 0], 9
|
|
3805
3843
|
];
|
|
3806
3844
|
export var NotificationResource$ = [3, n0, _NR,
|
|
@@ -3870,7 +3908,7 @@ export var PhysicalConnectionRequirements$ = [3, n0, _PCR,
|
|
|
3870
3908
|
];
|
|
3871
3909
|
export var PhysicalEndpoint$ = [3, n0, _PE,
|
|
3872
3910
|
0,
|
|
3873
|
-
[_aL, _gCN, _gC, _eTIP, _h, _po, _prot,
|
|
3911
|
+
[_aL, _gCN, _gC, _eTIP, _h, _po, _prot, _sta],
|
|
3874
3912
|
[() => AwsLocation$, 0, [() => GlueConnection$, 0], 2, 0, 1, 0, 0]
|
|
3875
3913
|
];
|
|
3876
3914
|
export var PolicyGrantMember$ = [3, n0, _PGM,
|
|
@@ -3920,7 +3958,7 @@ export var ProjectPolicyGrantPrincipal$ = [3, n0, _PPGP,
|
|
|
3920
3958
|
];
|
|
3921
3959
|
export var ProjectProfileSummary$ = [3, n0, _PPS,
|
|
3922
3960
|
0,
|
|
3923
|
-
[_dIo, _id, _n, _cB, _de,
|
|
3961
|
+
[_dIo, _id, _n, _cB, _de, _st, _cA, _lUA, _dUI],
|
|
3924
3962
|
[0, 0, [() => ProjectProfileName, 0], 0, [() => Description, 0], 0, 5, 5, 0], 4
|
|
3925
3963
|
];
|
|
3926
3964
|
export var ProjectsForRule$ = [3, n0, _PFR,
|
|
@@ -3985,7 +4023,7 @@ export var RedshiftPropertiesInput$ = [3, n0, _RPI,
|
|
|
3985
4023
|
];
|
|
3986
4024
|
export var RedshiftPropertiesOutput$ = [3, n0, _RPO,
|
|
3987
4025
|
0,
|
|
3988
|
-
[_sto, _cr, _iPS, _jIU, _jU, _rTD, _lSin,
|
|
4026
|
+
[_sto, _cr, _iPS, _jIU, _jU, _rTD, _lSin, _st, _dNa],
|
|
3989
4027
|
[() => RedshiftStorageProperties$, [() => RedshiftCredentials$, 0], 2, 0, 0, 0, () => RedshiftLineageSyncConfigurationOutput$, 0, 0]
|
|
3990
4028
|
];
|
|
3991
4029
|
export var RedshiftPropertiesPatch$ = [3, n0, _RPP,
|
|
@@ -4040,7 +4078,7 @@ export var RejectSubscriptionRequestInput$ = [3, n0, _RSRI,
|
|
|
4040
4078
|
];
|
|
4041
4079
|
export var RejectSubscriptionRequestOutput$ = [3, n0, _RSRO,
|
|
4042
4080
|
0,
|
|
4043
|
-
[_id, _cB, _dIo,
|
|
4081
|
+
[_id, _cB, _dIo, _st, _cA, _uA, _rR, _sP, _sL, _uB, _rI, _dC, _eSI, _mF],
|
|
4044
4082
|
[0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, 0, [() => DecisionComment, 0], 0, [() => MetadataForms, 0]], 9
|
|
4045
4083
|
];
|
|
4046
4084
|
export var RelationalFilterConfiguration$ = [3, n0, _RFC,
|
|
@@ -4073,12 +4111,6 @@ export var Resource$ = [3, n0, _R,
|
|
|
4073
4111
|
[_v, _ty, _pro, _n],
|
|
4074
4112
|
[0, 0, 0, 0], 2
|
|
4075
4113
|
];
|
|
4076
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
4077
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
4078
|
-
[_m],
|
|
4079
|
-
[0], 1
|
|
4080
|
-
];
|
|
4081
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
4082
4114
|
export var ResourceTag$ = [3, n0, _RT,
|
|
4083
4115
|
0,
|
|
4084
4116
|
[_k, _v, _so],
|
|
@@ -4096,7 +4128,7 @@ export var RevokeSubscriptionInput$ = [3, n0, _RSI,
|
|
|
4096
4128
|
];
|
|
4097
4129
|
export var RevokeSubscriptionOutput$ = [3, n0, _RSO,
|
|
4098
4130
|
0,
|
|
4099
|
-
[_id, _cB, _dIo,
|
|
4131
|
+
[_id, _cB, _dIo, _st, _cA, _uA, _sPu, _sLu, _uB, _sRI, _rP],
|
|
4100
4132
|
[0, 0, 0, 0, 4, 4, [() => SubscribedPrincipal$, 0], [() => SubscribedListing$, 0], 0, 0, 2], 8
|
|
4101
4133
|
];
|
|
4102
4134
|
export var RowFilterConfiguration$ = [3, n0, _RFCo,
|
|
@@ -4126,7 +4158,7 @@ export var S3PropertiesInput$ = [3, n0, _SPI,
|
|
|
4126
4158
|
];
|
|
4127
4159
|
export var S3PropertiesOutput$ = [3, n0, _SPO,
|
|
4128
4160
|
0,
|
|
4129
|
-
[_sU, _sAGLI,
|
|
4161
|
+
[_sU, _sAGLI, _st, _eM],
|
|
4130
4162
|
[0, 0, 0, 0], 1
|
|
4131
4163
|
];
|
|
4132
4164
|
export var S3PropertiesPatch$ = [3, n0, _SPP,
|
|
@@ -4211,15 +4243,9 @@ export var SearchUserProfilesOutput$ = [3, n0, _SUPO,
|
|
|
4211
4243
|
];
|
|
4212
4244
|
export var SelfGrantStatusDetail$ = [3, n0, _SGSD,
|
|
4213
4245
|
0,
|
|
4214
|
-
[_dNa,
|
|
4246
|
+
[_dNa, _st, _sN, _fC],
|
|
4215
4247
|
[0, 0, 0, 0], 2
|
|
4216
4248
|
];
|
|
4217
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
4218
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
4219
|
-
[_m],
|
|
4220
|
-
[0], 1
|
|
4221
|
-
];
|
|
4222
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
4223
4249
|
export var SingleSignOn$ = [3, n0, _SSO,
|
|
4224
4250
|
0,
|
|
4225
4251
|
[_ty, _uAs, _iIA],
|
|
@@ -4267,7 +4293,7 @@ export var StartDataSourceRunInput$ = [3, n0, _SDSRI,
|
|
|
4267
4293
|
];
|
|
4268
4294
|
export var StartDataSourceRunOutput$ = [3, n0, _SDSRO,
|
|
4269
4295
|
0,
|
|
4270
|
-
[_dIo, _dSI, _id, _pI,
|
|
4296
|
+
[_dIo, _dSI, _id, _pI, _st, _ty, _cA, _uA, _dSCS, _rSFA, _eM, _sAt, _sAto],
|
|
4271
4297
|
[0, 0, 0, 0, 0, 0, 5, 5, 0, () => RunStatisticsForAssets$, () => DataSourceErrorMessage$, 5, 5], 8
|
|
4272
4298
|
];
|
|
4273
4299
|
export var StartMetadataGenerationRunInput$ = [3, n0, _SMGRI,
|
|
@@ -4277,12 +4303,12 @@ export var StartMetadataGenerationRunInput$ = [3, n0, _SMGRI,
|
|
|
4277
4303
|
];
|
|
4278
4304
|
export var StartMetadataGenerationRunOutput$ = [3, n0, _SMGRO,
|
|
4279
4305
|
0,
|
|
4280
|
-
[_dIo, _id,
|
|
4306
|
+
[_dIo, _id, _st, _ty, _typ, _cA, _cB, _oPI],
|
|
4281
4307
|
[0, 0, 0, 0, 64 | 0, 4, 0, 0], 2
|
|
4282
4308
|
];
|
|
4283
4309
|
export var SubscribedAsset$ = [3, n0, _SA,
|
|
4284
4310
|
0,
|
|
4285
|
-
[_aI, _aRs,
|
|
4311
|
+
[_aI, _aRs, _st, _tN, _fC, _gTra, _fTa, _aSs, _pe],
|
|
4286
4312
|
[0, 0, 0, 0, () => FailureCause$, 4, 4, () => AssetScope$, () => Permissions$], 3
|
|
4287
4313
|
];
|
|
4288
4314
|
export var SubscribedAssetListing$ = [3, n0, _SAL,
|
|
@@ -4347,17 +4373,17 @@ export var SubscribedUserInput$ = [3, n0, _SUI,
|
|
|
4347
4373
|
];
|
|
4348
4374
|
export var SubscriptionGrantSummary$ = [3, n0, _SGS,
|
|
4349
4375
|
0,
|
|
4350
|
-
[_id, _cB, _dIo, _cA, _uA, _sTIu, _gE,
|
|
4376
|
+
[_id, _cB, _dIo, _cA, _uA, _sTIu, _gE, _st, _uB, _eInvi, _as, _sI],
|
|
4351
4377
|
[0, 0, 0, 4, 4, 0, () => GrantedEntity$, 0, 0, 0, () => SubscribedAssets, 0], 8
|
|
4352
4378
|
];
|
|
4353
4379
|
export var SubscriptionRequestSummary$ = [3, n0, _SRS,
|
|
4354
4380
|
0,
|
|
4355
|
-
[_id, _cB, _dIo,
|
|
4381
|
+
[_id, _cB, _dIo, _st, _cA, _uA, _rR, _sP, _sL, _uB, _rI, _dC, _eSI, _mFS],
|
|
4356
4382
|
[0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, 0, [() => DecisionComment, 0], 0, [() => MetadataFormsSummary, 0]], 9
|
|
4357
4383
|
];
|
|
4358
4384
|
export var SubscriptionSummary$ = [3, n0, _SSu,
|
|
4359
4385
|
0,
|
|
4360
|
-
[_id, _cB, _dIo,
|
|
4386
|
+
[_id, _cB, _dIo, _st, _cA, _uA, _sPu, _sLu, _uB, _sRI, _rP],
|
|
4361
4387
|
[0, 0, 0, 0, 4, 4, [() => SubscribedPrincipal$, 0], [() => SubscribedListing$, 0], 0, 0, 2], 8
|
|
4362
4388
|
];
|
|
4363
4389
|
export var SubscriptionTargetForm$ = [3, n0, _STF,
|
|
@@ -4390,12 +4416,6 @@ export var TextMatchItem$ = [3, n0, _TMI,
|
|
|
4390
4416
|
[_a, _te, _mO],
|
|
4391
4417
|
[0, 0, () => MatchOffsets]
|
|
4392
4418
|
];
|
|
4393
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
4394
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
4395
|
-
[_m],
|
|
4396
|
-
[0], 1
|
|
4397
|
-
];
|
|
4398
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
4399
4419
|
export var TimeSeriesDataPointFormInput$ = [3, n0, _TSDPFI,
|
|
4400
4420
|
0,
|
|
4401
4421
|
[_fN, _tI, _ti, _tR, _cont],
|
|
@@ -4416,12 +4436,6 @@ export var Topic$ = [3, n0, _To,
|
|
|
4416
4436
|
[_sub, _res, _ro],
|
|
4417
4437
|
[0, () => NotificationResource$, 0], 3
|
|
4418
4438
|
];
|
|
4419
|
-
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
4420
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
4421
|
-
[_m],
|
|
4422
|
-
[0], 1
|
|
4423
|
-
];
|
|
4424
|
-
TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
|
|
4425
4439
|
export var Unit$ = [3, n0, _U,
|
|
4426
4440
|
0,
|
|
4427
4441
|
[],
|
|
@@ -4454,7 +4468,7 @@ export var UpdateAssetFilterInput$ = [3, n0, _UAFI,
|
|
|
4454
4468
|
];
|
|
4455
4469
|
export var UpdateAssetFilterOutput$ = [3, n0, _UAFO,
|
|
4456
4470
|
0,
|
|
4457
|
-
[_id, _dIo, _aI, _n, _con, _de,
|
|
4471
|
+
[_id, _dIo, _aI, _n, _con, _de, _st, _cA, _eM, _eCN, _eRF],
|
|
4458
4472
|
[0, 0, 0, [() => FilterName, 0], () => AssetFilterConfiguration$, [() => Description, 0], 0, 4, 0, 64 | 0, 0], 5
|
|
4459
4473
|
];
|
|
4460
4474
|
export var UpdateConnectionInput$ = [3, n0, _UCI,
|
|
@@ -4474,7 +4488,7 @@ export var UpdateDataSourceInput$ = [3, n0, _UDSI,
|
|
|
4474
4488
|
];
|
|
4475
4489
|
export var UpdateDataSourceOutput$ = [3, n0, _UDSO,
|
|
4476
4490
|
0,
|
|
4477
|
-
[_id, _n, _dIo, _pI,
|
|
4491
|
+
[_id, _n, _dIo, _pI, _st, _ty, _de, _eInvi, _cI, _con, _re, _eS, _pOI, _aFO, _sch, _lRS, _lRA, _lREM, _eM, _cA, _uA, _sGS, _rPORF],
|
|
4478
4492
|
[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
|
|
4479
4493
|
];
|
|
4480
4494
|
export var UpdateDomainInput$ = [3, n0, _UDI,
|
|
@@ -4524,7 +4538,7 @@ export var UpdateEnvironmentInput$ = [3, n0, _UEI,
|
|
|
4524
4538
|
];
|
|
4525
4539
|
export var UpdateEnvironmentOutput$ = [3, n0, _UEO,
|
|
4526
4540
|
0,
|
|
4527
|
-
[_pI, _dIo, _cB, _n, _pro, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR,
|
|
4541
|
+
[_pI, _dIo, _cB, _n, _pro, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR, _st, _eA, _gT, _uP, _lD, _pP, _dP, _eBIn, _eCI],
|
|
4528
4542
|
[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
|
|
4529
4543
|
];
|
|
4530
4544
|
export var UpdateEnvironmentProfileInput$ = [3, n0, _UEPI,
|
|
@@ -4539,32 +4553,32 @@ export var UpdateEnvironmentProfileOutput$ = [3, n0, _UEPO,
|
|
|
4539
4553
|
];
|
|
4540
4554
|
export var UpdateGlossaryInput$ = [3, n0, _UGI,
|
|
4541
4555
|
0,
|
|
4542
|
-
[_dI, _i, _n, _de,
|
|
4556
|
+
[_dI, _i, _n, _de, _st, _cT],
|
|
4543
4557
|
[[0, 1], [0, 1], [() => GlossaryName, 0], [() => GlossaryDescription, 0], 0, [0, 4]], 2
|
|
4544
4558
|
];
|
|
4545
4559
|
export var UpdateGlossaryOutput$ = [3, n0, _UGO,
|
|
4546
4560
|
0,
|
|
4547
|
-
[_dIo, _id, _n, _oPI, _de,
|
|
4561
|
+
[_dIo, _id, _n, _oPI, _de, _st, _uR],
|
|
4548
4562
|
[0, 0, [() => GlossaryName, 0], 0, [() => GlossaryDescription, 0], 0, 64 | 0], 4
|
|
4549
4563
|
];
|
|
4550
4564
|
export var UpdateGlossaryTermInput$ = [3, n0, _UGTI,
|
|
4551
4565
|
0,
|
|
4552
|
-
[_dI, _i, _gIl, _n, _sD, _lDo, _tRe,
|
|
4566
|
+
[_dI, _i, _gIl, _n, _sD, _lDo, _tRe, _st],
|
|
4553
4567
|
[[0, 1], [0, 1], 0, [() => GlossaryTermName, 0], [() => ShortDescription, 0], [() => LongDescription, 0], () => TermRelations$, 0], 2
|
|
4554
4568
|
];
|
|
4555
4569
|
export var UpdateGlossaryTermOutput$ = [3, n0, _UGTO,
|
|
4556
4570
|
0,
|
|
4557
|
-
[_id, _dIo, _gIlo, _n,
|
|
4571
|
+
[_id, _dIo, _gIlo, _n, _st, _sD, _lDo, _tRe, _uR],
|
|
4558
4572
|
[0, 0, 0, [() => GlossaryTermName, 0], 0, [() => ShortDescription, 0], [() => LongDescription, 0], () => TermRelations$, 64 | 0], 5
|
|
4559
4573
|
];
|
|
4560
4574
|
export var UpdateGroupProfileInput$ = [3, n0, _UGPI,
|
|
4561
4575
|
0,
|
|
4562
|
-
[_dI, _gIr,
|
|
4576
|
+
[_dI, _gIr, _st],
|
|
4563
4577
|
[[0, 1], [0, 1], 0], 3
|
|
4564
4578
|
];
|
|
4565
4579
|
export var UpdateGroupProfileOutput$ = [3, n0, _UGPO,
|
|
4566
4580
|
0,
|
|
4567
|
-
[_dIo, _id,
|
|
4581
|
+
[_dIo, _id, _st, _gN],
|
|
4568
4582
|
[0, 0, 0, [() => GroupProfileName, 0]]
|
|
4569
4583
|
];
|
|
4570
4584
|
export var UpdateProjectInput$ = [3, n0, _UPI,
|
|
@@ -4579,12 +4593,12 @@ export var UpdateProjectOutput$ = [3, n0, _UPO,
|
|
|
4579
4593
|
];
|
|
4580
4594
|
export var UpdateProjectProfileInput$ = [3, n0, _UPPI,
|
|
4581
4595
|
0,
|
|
4582
|
-
[_dI, _i, _n, _de,
|
|
4596
|
+
[_dI, _i, _n, _de, _st, _pRT, _aCPRT, _pRTD, _eC, _dUIo],
|
|
4583
4597
|
[[0, 1], [0, 1], [() => ProjectProfileName, 0], [() => Description, 0], 0, () => ProjectResourceTagParameters, 2, [() => Description, 0], [() => EnvironmentConfigurationsList, 0], 0], 2
|
|
4584
4598
|
];
|
|
4585
4599
|
export var UpdateProjectProfileOutput$ = [3, n0, _UPPO,
|
|
4586
4600
|
0,
|
|
4587
|
-
[_dIo, _id, _n, _cB, _de,
|
|
4601
|
+
[_dIo, _id, _n, _cB, _de, _st, _pRT, _aCPRT, _pRTD, _eC, _cA, _lUA, _dUI],
|
|
4588
4602
|
[0, 0, [() => ProjectProfileName, 0], 0, [() => Description, 0], 0, () => ProjectResourceTagParameters, 2, [() => Description, 0], [() => EnvironmentConfigurationsList, 0], 5, 5, 0], 4
|
|
4589
4603
|
];
|
|
4590
4604
|
export var UpdateRootDomainUnitOwnerInput$ = [3, n0, _URDUOI,
|
|
@@ -4609,12 +4623,12 @@ export var UpdateRuleOutput$ = [3, n0, _URO,
|
|
|
4609
4623
|
];
|
|
4610
4624
|
export var UpdateSubscriptionGrantStatusInput$ = [3, n0, _USGSI,
|
|
4611
4625
|
0,
|
|
4612
|
-
[_dI, _i, _aIs,
|
|
4626
|
+
[_dI, _i, _aIs, _st, _fC, _tN],
|
|
4613
4627
|
[[0, 1], [0, 1], [0, 1], 0, () => FailureCause$, 0], 4
|
|
4614
4628
|
];
|
|
4615
4629
|
export var UpdateSubscriptionGrantStatusOutput$ = [3, n0, _USGSO,
|
|
4616
4630
|
0,
|
|
4617
|
-
[_id, _cB, _dIo, _cA, _uA, _sTIu, _gE,
|
|
4631
|
+
[_id, _cB, _dIo, _cA, _uA, _sTIu, _gE, _st, _uB, _eInvi, _as, _sI],
|
|
4618
4632
|
[0, 0, 0, 4, 4, 0, () => GrantedEntity$, 0, 0, 0, () => SubscribedAssets, 0], 8
|
|
4619
4633
|
];
|
|
4620
4634
|
export var UpdateSubscriptionRequestInput$ = [3, n0, _USRI,
|
|
@@ -4624,7 +4638,7 @@ export var UpdateSubscriptionRequestInput$ = [3, n0, _USRI,
|
|
|
4624
4638
|
];
|
|
4625
4639
|
export var UpdateSubscriptionRequestOutput$ = [3, n0, _USRO,
|
|
4626
4640
|
0,
|
|
4627
|
-
[_id, _cB, _dIo,
|
|
4641
|
+
[_id, _cB, _dIo, _st, _cA, _uA, _rR, _sP, _sL, _uB, _rI, _dC, _eSI, _mF],
|
|
4628
4642
|
[0, 0, 0, 0, 4, 4, [() => RequestReason, 0], [() => SubscribedPrincipals, 0], [() => SubscribedListings, 0], 0, 0, [() => DecisionComment, 0], 0, [() => MetadataForms, 0]], 9
|
|
4629
4643
|
];
|
|
4630
4644
|
export var UpdateSubscriptionTargetInput$ = [3, n0, _USTI,
|
|
@@ -4639,12 +4653,12 @@ export var UpdateSubscriptionTargetOutput$ = [3, n0, _USTO,
|
|
|
4639
4653
|
];
|
|
4640
4654
|
export var UpdateUserProfileInput$ = [3, n0, _UUPI,
|
|
4641
4655
|
0,
|
|
4642
|
-
[_dI, _uI,
|
|
4656
|
+
[_dI, _uI, _st, _ty],
|
|
4643
4657
|
[[0, 1], [0, 1], 0, 0], 3
|
|
4644
4658
|
];
|
|
4645
4659
|
export var UpdateUserProfileOutput$ = [3, n0, _UUPO,
|
|
4646
4660
|
0,
|
|
4647
|
-
[_dIo, _id, _ty,
|
|
4661
|
+
[_dIo, _id, _ty, _st, _det],
|
|
4648
4662
|
[0, 0, 0, 0, [() => UserProfileDetails$, 0]]
|
|
4649
4663
|
];
|
|
4650
4664
|
export var UseAssetTypePolicyGrantDetail$ = [3, n0, _UATPGD,
|
|
@@ -4664,18 +4678,10 @@ export var UsernamePassword$ = [3, n0, _UP,
|
|
|
4664
4678
|
];
|
|
4665
4679
|
export var UserProfileSummary$ = [3, n0, _UPS,
|
|
4666
4680
|
0,
|
|
4667
|
-
[_dIo, _id, _ty,
|
|
4681
|
+
[_dIo, _id, _ty, _st, _det],
|
|
4668
4682
|
[0, 0, 0, 0, [() => UserProfileDetails$, 0]]
|
|
4669
4683
|
];
|
|
4670
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
4671
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
4672
|
-
[_m],
|
|
4673
|
-
[0], 1
|
|
4674
|
-
];
|
|
4675
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
4676
4684
|
var __Unit = "unit";
|
|
4677
|
-
export var DataZoneServiceException$ = [-3, _sm, "DataZoneServiceException", 0, [], []];
|
|
4678
|
-
TypeRegistry.for(_sm).registerError(DataZoneServiceException$, DataZoneServiceException);
|
|
4679
4685
|
var AcceptChoices = [1, n0, _ACc,
|
|
4680
4686
|
0, [() => AcceptChoice$,
|
|
4681
4687
|
0]
|
|
@@ -5173,7 +5179,7 @@ export var MemberDetails$ = [4, n0, _MD,
|
|
|
5173
5179
|
];
|
|
5174
5180
|
export var Model$ = [4, n0, _Mo,
|
|
5175
5181
|
8,
|
|
5176
|
-
[
|
|
5182
|
+
[_sm],
|
|
5177
5183
|
[0]
|
|
5178
5184
|
];
|
|
5179
5185
|
export var OwnerProperties$ = [4, n0, _OP,
|