@aws-sdk/client-datazone 3.1075.0 → 3.1077.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 (48) hide show
  1. package/dist-cjs/index.js +7666 -81
  2. package/dist-es/models/enums.js +66 -66
  3. package/dist-es/runtimeConfig.browser.js +0 -2
  4. package/dist-es/runtimeConfig.js +1 -2
  5. package/dist-es/runtimeConfig.native.js +0 -2
  6. package/dist-es/runtimeConfig.shared.js +2 -0
  7. package/dist-es/schemas/schemas_0.js +94 -39
  8. package/dist-types/commands/CreateConnectionCommand.d.ts +86 -0
  9. package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +1 -2
  11. package/dist-types/commands/GetConnectionCommand.d.ts +15 -0
  12. package/dist-types/commands/GetNotebookRunCommand.d.ts +2 -1
  13. package/dist-types/commands/ListConnectionsCommand.d.ts +15 -0
  14. package/dist-types/commands/ListNotebookRunsCommand.d.ts +1 -2
  15. package/dist-types/commands/UpdateConnectionCommand.d.ts +36 -0
  16. package/dist-types/models/enums.d.ts +74 -74
  17. package/dist-types/models/models_0.d.ts +329 -264
  18. package/dist-types/models/models_1.d.ts +261 -313
  19. package/dist-types/models/models_2.d.ts +314 -3
  20. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  21. package/dist-types/runtimeConfig.d.ts +2 -2
  22. package/dist-types/runtimeConfig.native.d.ts +2 -2
  23. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  24. package/dist-types/schemas/schemas_0.d.ts +8 -0
  25. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +1 -1
  26. package/dist-types/ts3.4/commands/CreateSubscriptionGrantCommand.d.ts +4 -2
  27. package/dist-types/ts3.4/commands/GetNotebookRunCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/ListNotebookRunsCommand.d.ts +4 -2
  29. package/dist-types/ts3.4/models/enums.d.ts +67 -67
  30. package/dist-types/ts3.4/models/models_0.d.ts +147 -81
  31. package/dist-types/ts3.4/models/models_1.d.ts +85 -73
  32. package/dist-types/ts3.4/models/models_2.d.ts +73 -8
  33. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
  34. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
  35. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
  36. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  37. package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
  38. package/package.json +8 -10
  39. package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
  40. package/dist-cjs/endpoint/bdd.js +0 -38
  41. package/dist-cjs/endpoint/endpointResolver.js +0 -14
  42. package/dist-cjs/models/DataZoneServiceException.js +0 -8
  43. package/dist-cjs/models/errors.js +0 -99
  44. package/dist-cjs/runtimeConfig.browser.js +0 -32
  45. package/dist-cjs/runtimeConfig.js +0 -45
  46. package/dist-cjs/runtimeConfig.native.js +0 -12
  47. package/dist-cjs/runtimeConfig.shared.js +0 -38
  48. package/dist-cjs/schemas/schemas_0.js +0 -7116
@@ -118,6 +118,72 @@ export const GlueConnectionType = {
118
118
  TERADATA: "TERADATA",
119
119
  VERTICA: "VERTICA",
120
120
  };
121
+ export const Timezone = {
122
+ AFRICA_JOHANNESBURG: "AFRICA_JOHANNESBURG",
123
+ AMERICA_MONTREAL: "AMERICA_MONTREAL",
124
+ AMERICA_SAO_PAULO: "AMERICA_SAO_PAULO",
125
+ ASIA_BAHRAIN: "ASIA_BAHRAIN",
126
+ ASIA_BANGKOK: "ASIA_BANGKOK",
127
+ ASIA_CALCUTTA: "ASIA_CALCUTTA",
128
+ ASIA_DUBAI: "ASIA_DUBAI",
129
+ ASIA_HONG_KONG: "ASIA_HONG_KONG",
130
+ ASIA_JAKARTA: "ASIA_JAKARTA",
131
+ ASIA_KUALA_LUMPUR: "ASIA_KUALA_LUMPUR",
132
+ ASIA_SEOUL: "ASIA_SEOUL",
133
+ ASIA_SHANGHAI: "ASIA_SHANGHAI",
134
+ ASIA_SINGAPORE: "ASIA_SINGAPORE",
135
+ ASIA_TAIPEI: "ASIA_TAIPEI",
136
+ ASIA_TOKYO: "ASIA_TOKYO",
137
+ AUSTRALIA_MELBOURNE: "AUSTRALIA_MELBOURNE",
138
+ AUSTRALIA_SYDNEY: "AUSTRALIA_SYDNEY",
139
+ CANADA_CENTRAL: "CANADA_CENTRAL",
140
+ CET: "CET",
141
+ CST6CDT: "CST6CDT",
142
+ ETC_GMT: "ETC_GMT",
143
+ ETC_GMT0: "ETC_GMT0",
144
+ ETC_GMT_ADD_0: "ETC_GMT_ADD_0",
145
+ ETC_GMT_ADD_1: "ETC_GMT_ADD_1",
146
+ ETC_GMT_ADD_10: "ETC_GMT_ADD_10",
147
+ ETC_GMT_ADD_11: "ETC_GMT_ADD_11",
148
+ ETC_GMT_ADD_12: "ETC_GMT_ADD_12",
149
+ ETC_GMT_ADD_2: "ETC_GMT_ADD_2",
150
+ ETC_GMT_ADD_3: "ETC_GMT_ADD_3",
151
+ ETC_GMT_ADD_4: "ETC_GMT_ADD_4",
152
+ ETC_GMT_ADD_5: "ETC_GMT_ADD_5",
153
+ ETC_GMT_ADD_6: "ETC_GMT_ADD_6",
154
+ ETC_GMT_ADD_7: "ETC_GMT_ADD_7",
155
+ ETC_GMT_ADD_8: "ETC_GMT_ADD_8",
156
+ ETC_GMT_ADD_9: "ETC_GMT_ADD_9",
157
+ ETC_GMT_NEG_0: "ETC_GMT_NEG_0",
158
+ ETC_GMT_NEG_1: "ETC_GMT_NEG_1",
159
+ ETC_GMT_NEG_10: "ETC_GMT_NEG_10",
160
+ ETC_GMT_NEG_11: "ETC_GMT_NEG_11",
161
+ ETC_GMT_NEG_12: "ETC_GMT_NEG_12",
162
+ ETC_GMT_NEG_13: "ETC_GMT_NEG_13",
163
+ ETC_GMT_NEG_14: "ETC_GMT_NEG_14",
164
+ ETC_GMT_NEG_2: "ETC_GMT_NEG_2",
165
+ ETC_GMT_NEG_3: "ETC_GMT_NEG_3",
166
+ ETC_GMT_NEG_4: "ETC_GMT_NEG_4",
167
+ ETC_GMT_NEG_5: "ETC_GMT_NEG_5",
168
+ ETC_GMT_NEG_6: "ETC_GMT_NEG_6",
169
+ ETC_GMT_NEG_7: "ETC_GMT_NEG_7",
170
+ ETC_GMT_NEG_8: "ETC_GMT_NEG_8",
171
+ ETC_GMT_NEG_9: "ETC_GMT_NEG_9",
172
+ EUROPE_DUBLIN: "EUROPE_DUBLIN",
173
+ EUROPE_LONDON: "EUROPE_LONDON",
174
+ EUROPE_PARIS: "EUROPE_PARIS",
175
+ EUROPE_STOCKHOLM: "EUROPE_STOCKHOLM",
176
+ EUROPE_ZURICH: "EUROPE_ZURICH",
177
+ ISRAEL: "ISRAEL",
178
+ MEXICO_GENERAL: "MEXICO_GENERAL",
179
+ MST7MDT: "MST7MDT",
180
+ PACIFIC_AUCKLAND: "PACIFIC_AUCKLAND",
181
+ US_CENTRAL: "US_CENTRAL",
182
+ US_EASTERN: "US_EASTERN",
183
+ US_MOUNTAIN: "US_MOUNTAIN",
184
+ US_PACIFIC: "US_PACIFIC",
185
+ UTC: "UTC",
186
+ };
121
187
  export const ConnectionStatus = {
122
188
  CREATE_FAILED: "CREATE_FAILED",
123
189
  CREATING: "CREATING",
@@ -190,72 +256,6 @@ export const EnableSetting = {
190
256
  DISABLED: "DISABLED",
191
257
  ENABLED: "ENABLED",
192
258
  };
193
- export const Timezone = {
194
- AFRICA_JOHANNESBURG: "AFRICA_JOHANNESBURG",
195
- AMERICA_MONTREAL: "AMERICA_MONTREAL",
196
- AMERICA_SAO_PAULO: "AMERICA_SAO_PAULO",
197
- ASIA_BAHRAIN: "ASIA_BAHRAIN",
198
- ASIA_BANGKOK: "ASIA_BANGKOK",
199
- ASIA_CALCUTTA: "ASIA_CALCUTTA",
200
- ASIA_DUBAI: "ASIA_DUBAI",
201
- ASIA_HONG_KONG: "ASIA_HONG_KONG",
202
- ASIA_JAKARTA: "ASIA_JAKARTA",
203
- ASIA_KUALA_LUMPUR: "ASIA_KUALA_LUMPUR",
204
- ASIA_SEOUL: "ASIA_SEOUL",
205
- ASIA_SHANGHAI: "ASIA_SHANGHAI",
206
- ASIA_SINGAPORE: "ASIA_SINGAPORE",
207
- ASIA_TAIPEI: "ASIA_TAIPEI",
208
- ASIA_TOKYO: "ASIA_TOKYO",
209
- AUSTRALIA_MELBOURNE: "AUSTRALIA_MELBOURNE",
210
- AUSTRALIA_SYDNEY: "AUSTRALIA_SYDNEY",
211
- CANADA_CENTRAL: "CANADA_CENTRAL",
212
- CET: "CET",
213
- CST6CDT: "CST6CDT",
214
- ETC_GMT: "ETC_GMT",
215
- ETC_GMT0: "ETC_GMT0",
216
- ETC_GMT_ADD_0: "ETC_GMT_ADD_0",
217
- ETC_GMT_ADD_1: "ETC_GMT_ADD_1",
218
- ETC_GMT_ADD_10: "ETC_GMT_ADD_10",
219
- ETC_GMT_ADD_11: "ETC_GMT_ADD_11",
220
- ETC_GMT_ADD_12: "ETC_GMT_ADD_12",
221
- ETC_GMT_ADD_2: "ETC_GMT_ADD_2",
222
- ETC_GMT_ADD_3: "ETC_GMT_ADD_3",
223
- ETC_GMT_ADD_4: "ETC_GMT_ADD_4",
224
- ETC_GMT_ADD_5: "ETC_GMT_ADD_5",
225
- ETC_GMT_ADD_6: "ETC_GMT_ADD_6",
226
- ETC_GMT_ADD_7: "ETC_GMT_ADD_7",
227
- ETC_GMT_ADD_8: "ETC_GMT_ADD_8",
228
- ETC_GMT_ADD_9: "ETC_GMT_ADD_9",
229
- ETC_GMT_NEG_0: "ETC_GMT_NEG_0",
230
- ETC_GMT_NEG_1: "ETC_GMT_NEG_1",
231
- ETC_GMT_NEG_10: "ETC_GMT_NEG_10",
232
- ETC_GMT_NEG_11: "ETC_GMT_NEG_11",
233
- ETC_GMT_NEG_12: "ETC_GMT_NEG_12",
234
- ETC_GMT_NEG_13: "ETC_GMT_NEG_13",
235
- ETC_GMT_NEG_14: "ETC_GMT_NEG_14",
236
- ETC_GMT_NEG_2: "ETC_GMT_NEG_2",
237
- ETC_GMT_NEG_3: "ETC_GMT_NEG_3",
238
- ETC_GMT_NEG_4: "ETC_GMT_NEG_4",
239
- ETC_GMT_NEG_5: "ETC_GMT_NEG_5",
240
- ETC_GMT_NEG_6: "ETC_GMT_NEG_6",
241
- ETC_GMT_NEG_7: "ETC_GMT_NEG_7",
242
- ETC_GMT_NEG_8: "ETC_GMT_NEG_8",
243
- ETC_GMT_NEG_9: "ETC_GMT_NEG_9",
244
- EUROPE_DUBLIN: "EUROPE_DUBLIN",
245
- EUROPE_LONDON: "EUROPE_LONDON",
246
- EUROPE_PARIS: "EUROPE_PARIS",
247
- EUROPE_STOCKHOLM: "EUROPE_STOCKHOLM",
248
- EUROPE_ZURICH: "EUROPE_ZURICH",
249
- ISRAEL: "ISRAEL",
250
- MEXICO_GENERAL: "MEXICO_GENERAL",
251
- MST7MDT: "MST7MDT",
252
- PACIFIC_AUCKLAND: "PACIFIC_AUCKLAND",
253
- US_CENTRAL: "US_CENTRAL",
254
- US_EASTERN: "US_EASTERN",
255
- US_MOUNTAIN: "US_MOUNTAIN",
256
- US_PACIFIC: "US_PACIFIC",
257
- UTC: "UTC",
258
- };
259
259
  export const DataSourceErrorType = {
260
260
  ACCESS_DENIED_EXCEPTION: "ACCESS_DENIED_EXCEPTION",
261
261
  CONFLICT_EXCEPTION: "CONFLICT_EXCEPTION",
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "DataZone",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "DataZone",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -177,7 +177,7 @@ const _CN = "CreateNotebook";
177
177
  const _CNI = "CreateNotebookInput";
178
178
  const _CNO = "CreateNotebookOutput";
179
179
  const _CO = "CellOrder";
180
- const _CP = "CustomParameter";
180
+ const _CP = "ConnectivityProperties";
181
181
  const _CPFPPPGD = "CreateProjectFromProjectProfilePolicyGrantDetail";
182
182
  const _CPI = "CreateProjectInput";
183
183
  const _CPIo = "ConnectionPropertiesInput";
@@ -187,12 +187,14 @@ const _CPMI = "CreateProjectMembershipInput";
187
187
  const _CPMO = "CreateProjectMembershipOutput";
188
188
  const _CPO = "CreateProjectOutput";
189
189
  const _CPOo = "ConnectionPropertiesOutput";
190
- const _CPP = "ConnectionPropertiesPatch";
190
+ const _CPP = "ConnectivityPropertiesPatch";
191
191
  const _CPPGD = "CreateProjectPolicyGrantDetail";
192
192
  const _CPPI = "CreateProjectProfileInput";
193
193
  const _CPPO = "CreateProjectProfileOutput";
194
+ const _CPPo = "ConnectionPropertiesPatch";
194
195
  const _CPPr = "CreateProjectProfile";
195
196
  const _CPr = "CreateProject";
197
+ const _CPu = "CustomParameter";
196
198
  const _CR = "CreateRule";
197
199
  const _CRI = "CreateRuleInput";
198
200
  const _CRO = "CreateRuleOutput";
@@ -550,6 +552,7 @@ const _HPPO = "HyperPodPropertiesOutput";
550
552
  const _I = "Id";
551
553
  const _IE = "InExpression";
552
554
  const _IL = "ImportList";
555
+ const _IM = "IdentityMapping";
553
556
  const _INE = "IsNullExpression";
554
557
  const _INNE = "IsNotNullExpression";
555
558
  const _IPI = "IamPropertiesInput";
@@ -675,10 +678,12 @@ const _LS = "ListingSummary";
675
678
  const _LSG = "ListSubscriptionGrants";
676
679
  const _LSGI = "ListSubscriptionGrantsInput";
677
680
  const _LSGO = "ListSubscriptionGrantsOutput";
678
- const _LSI = "ListingSummaryItem";
679
- const _LSIi = "ListSubscriptionsInput";
680
- const _LSIis = "ListingSummaryItems";
681
- const _LSO = "ListSubscriptionsOutput";
681
+ const _LSI = "LineageSyncInput";
682
+ const _LSIi = "ListingSummaryItem";
683
+ const _LSIis = "ListSubscriptionsInput";
684
+ const _LSIist = "ListingSummaryItems";
685
+ const _LSO = "LineageSyncOutput";
686
+ const _LSOi = "ListSubscriptionsOutput";
682
687
  const _LSQRD = "LineageSqlQueryRunDetails";
683
688
  const _LSR = "ListSubscriptionRequests";
684
689
  const _LSRI = "ListSubscriptionRequestsInput";
@@ -927,12 +932,15 @@ const _SNRt = "StopNotebookRun";
927
932
  const _SO = "SearchOutput";
928
933
  const _SP = "SubscribedProject";
929
934
  const _SPI = "S3PropertiesInput";
935
+ const _SPIn = "SnowflakePropertiesInput";
930
936
  const _SPIu = "SubscribedProjectInput";
931
937
  const _SPIub = "SubscribedPrincipalInputs";
932
938
  const _SPIubs = "SubscribedPrincipalInput";
933
939
  const _SPL = "SubscribedProductListing";
934
940
  const _SPO = "S3PropertiesOutput";
941
+ const _SPOn = "SnowflakePropertiesOutput";
935
942
  const _SPP = "S3PropertiesPatch";
943
+ const _SPPn = "SnowflakePropertiesPatch";
936
944
  const _SPu = "SubscribedPrincipals";
937
945
  const _SPub = "SubscribedPrincipal";
938
946
  const _SQEE = "ServiceQuotaExceededException";
@@ -1169,9 +1177,11 @@ const _cNa = "catalogName";
1169
1177
  const _cNl = "clusterName";
1170
1178
  const _cO = "cellOrder";
1171
1179
  const _cOu = "currentOwner";
1172
- const _cP = "configurationParameters";
1180
+ const _cP = "connectionProperties";
1173
1181
  const _cPFPP = "createProjectFromProjectProfile";
1174
- const _cPo = "connectionProperties";
1182
+ const _cPP = "connectivityPropertiesPatch";
1183
+ const _cPo = "configurationParameters";
1184
+ const _cPon = "connectivityProperties";
1175
1185
  const _cPr = "createProject";
1176
1186
  const _cS = "contentSummary";
1177
1187
  const _cSV = "connectionSchemaVersion";
@@ -1360,6 +1370,7 @@ const _iE = "isEnabled";
1360
1370
  const _iEE = "isExportEnabled";
1361
1371
  const _iEs = "isEditable";
1362
1372
  const _iIA = "idcInstanceArn";
1373
+ const _iM = "identityMapping";
1363
1374
  const _iN = "isNull";
1364
1375
  const _iNN = "isNotNull";
1365
1376
  const _iO = "isOptional";
@@ -1523,11 +1534,11 @@ const _pL = "productListing";
1523
1534
  const _pM = "packageManager";
1524
1535
  const _pO = "parameterOverrides";
1525
1536
  const _pOI = "publishOnImport";
1526
- const _pP = "provisioningProperties";
1537
+ const _pP = "pythonProperties";
1527
1538
  const _pPI = "projectProfileId";
1528
1539
  const _pPV = "projectProfileVersion";
1529
- const _pPr = "projectProfiles";
1530
- const _pPy = "pythonProperties";
1540
+ const _pPr = "provisioningProperties";
1541
+ const _pPro = "projectProfiles";
1531
1542
  const _pR = "provisionedResources";
1532
1543
  const _pRA = "provisioningRoleArn";
1533
1544
  const _pRT = "projectResourceTags";
@@ -1545,6 +1556,7 @@ const _par = "parameters";
1545
1556
  const _pe = "permissions";
1546
1557
  const _po = "port";
1547
1558
  const _pr = "properties";
1559
+ const _pre = "prefix";
1548
1560
  const _pro = "props";
1549
1561
  const _proj = "project";
1550
1562
  const _prot = "protocol";
@@ -1643,6 +1655,7 @@ const _sNc = "schemaName";
1643
1655
  const _sO = "sortOrder";
1644
1656
  const _sOt = "startOffset";
1645
1657
  const _sP = "subscribedPrincipals";
1658
+ const _sPn = "snowflakeProperties";
1646
1659
  const _sPp = "sparkProperties";
1647
1660
  const _sPpe = "specificProjects";
1648
1661
  const _sPr = "s3Properties";
@@ -1653,6 +1666,7 @@ const _sR = "supportedRegions";
1653
1666
  const _sRI = "subscriptionRequestId";
1654
1667
  const _sRIu = "subscriptionRequestIdentifier";
1655
1668
  const _sRe = "serviceRole";
1669
+ const _sRn = "snowflakeRole";
1656
1670
  const _sRt = "statusReason";
1657
1671
  const _sS = "searchScope";
1658
1672
  const _sSO = "singleSignOn";
@@ -1721,7 +1735,8 @@ const _typ = "types";
1721
1735
  const _u = "uri";
1722
1736
  const _uA = "updatedAt";
1723
1737
  const _uAT = "useAssetType";
1724
- const _uAs = "userAssignment";
1738
+ const _uAs = "usernameAttribute";
1739
+ const _uAse = "userAssignment";
1725
1740
  const _uB = "updatedBy";
1726
1741
  const _uI = "userIdentifier";
1727
1742
  const _uIs = "userId";
@@ -2219,6 +2234,16 @@ export var ConnectionSummary$ = [3, n0, _CS,
2219
2234
  [_cI, _dIo, _dUI, _n, _pE, _ty, _con, _eInvi, _pI, _pro, _sc],
2220
2235
  [0, 0, 0, 0, [() => PhysicalEndpoints, 0], 0, () => Configurations, 0, 0, [() => ConnectionPropertiesOutput$, 0], 0], 6
2221
2236
  ];
2237
+ export var ConnectivityProperties$ = [3, n0, _CP,
2238
+ 0,
2239
+ [_cP, _pCR, _n, _de, _vC, _vFCE, _sPp, _aPt, _pP, _aCut],
2240
+ [128 | 0, () => PhysicalConnectionRequirements$, 0, 0, 2, 64 | 0, 128 | 0, 128 | 0, 128 | 0, [() => AuthenticationConfigurationInput$, 0]]
2241
+ ];
2242
+ export var ConnectivityPropertiesPatch$ = [3, n0, _CPP,
2243
+ 0,
2244
+ [_de, _cP, _aCut],
2245
+ [0, 128 | 0, [() => AuthenticationConfigurationPatch$, 0]]
2246
+ ];
2222
2247
  export var CreateAccountPoolInput$ = [3, n0, _CAPI,
2223
2248
  0,
2224
2249
  [_dI, _n, _rS, _aSc, _de],
@@ -2351,12 +2376,12 @@ export var CreateEnvironmentActionOutput$ = [3, n0, _CEAO,
2351
2376
  ];
2352
2377
  export var CreateEnvironmentBlueprintInput$ = [3, n0, _CEBI,
2353
2378
  0,
2354
- [_dI, _n, _pP, _de, _uP],
2379
+ [_dI, _n, _pPr, _de, _uP],
2355
2380
  [[0, 1], 0, () => ProvisioningProperties$, [() => Description, 0], [() => CustomParameterList, 0]], 3
2356
2381
  ];
2357
2382
  export var CreateEnvironmentBlueprintOutput$ = [3, n0, _CEBO,
2358
2383
  0,
2359
- [_id, _n, _prov, _pP, _de, _dP, _uP, _gT, _cA, _uA],
2384
+ [_id, _n, _prov, _pPr, _de, _dP, _uP, _gT, _cA, _uA],
2360
2385
  [0, 0, 0, () => ProvisioningProperties$, [() => Description, 0], () => DeploymentProperties$, [() => CustomParameterList, 0], 64 | 0, 5, 5], 4
2361
2386
  ];
2362
2387
  export var CreateEnvironmentInput$ = [3, n0, _CEI,
@@ -2366,7 +2391,7 @@ export var CreateEnvironmentInput$ = [3, n0, _CEI,
2366
2391
  ];
2367
2392
  export var CreateEnvironmentOutput$ = [3, n0, _CEO,
2368
2393
  0,
2369
- [_pI, _dIo, _cB, _n, _prov, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR, _st, _eA, _gT, _uP, _lD, _pP, _dP, _eBIn, _eCI, _eCNn],
2394
+ [_pI, _dIo, _cB, _n, _prov, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR, _st, _eA, _gT, _uP, _lD, _pPr, _dP, _eBIn, _eCI, _eCNn],
2370
2395
  [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], [() => EnvironmentConfigurationName, 0]], 5
2371
2396
  ];
2372
2397
  export var CreateEnvironmentProfileInput$ = [3, n0, _CEPI,
@@ -2456,7 +2481,7 @@ export var CreateNotebookOutput$ = [3, n0, _CNO,
2456
2481
  ];
2457
2482
  export var CreateProjectFromProjectProfilePolicyGrantDetail$ = [3, n0, _CPFPPPGD,
2458
2483
  0,
2459
- [_iCDU, _pPr],
2484
+ [_iCDU, _pPro],
2460
2485
  [2, 64 | 0]
2461
2486
  ];
2462
2487
  export var CreateProjectInput$ = [3, n0, _CPI,
@@ -2549,7 +2574,7 @@ export var CustomAccountPoolHandler$ = [3, n0, _CAPH,
2549
2574
  [_lFA, _lERA],
2550
2575
  [0, 0], 1
2551
2576
  ];
2552
- export var CustomParameter$ = [3, n0, _CP,
2577
+ export var CustomParameter$ = [3, n0, _CPu,
2553
2578
  0,
2554
2579
  [_kN, _fT, _de, _dVe, _iEs, _iO, _iUS],
2555
2580
  [0, 0, [() => Description, 0], 0, 2, 2, 2], 2
@@ -2961,7 +2986,7 @@ export var EnvironmentBlueprintConfigurationItem$ = [3, n0, _EBCI,
2961
2986
  ];
2962
2987
  export var EnvironmentBlueprintSummary$ = [3, n0, _EBS,
2963
2988
  0,
2964
- [_id, _n, _prov, _pP, _de, _cA, _uA],
2989
+ [_id, _n, _prov, _pPr, _de, _cA, _uA],
2965
2990
  [0, 0, 0, () => ProvisioningProperties$, [() => Description, 0], 5, 5], 4
2966
2991
  ];
2967
2992
  export var EnvironmentConfig$ = [3, n0, _ECn,
@@ -2971,7 +2996,7 @@ export var EnvironmentConfig$ = [3, n0, _ECn,
2971
2996
  ];
2972
2997
  export var EnvironmentConfiguration$ = [3, n0, _ECnv,
2973
2998
  0,
2974
- [_n, _eBIn, _id, _de, _dM, _cP, _aAw, _aPc, _aRw, _dO],
2999
+ [_n, _eBIn, _id, _de, _dM, _cPo, _aAw, _aPc, _aRw, _dO],
2975
3000
  [[() => EnvironmentConfigurationName, 0], 0, [() => EnvironmentConfigurationId, 0], [() => Description, 0], 0, () => EnvironmentConfigurationParametersDetails$, () => AwsAccount$, 64 | 0, () => Region$, 1], 2
2976
3001
  ];
2977
3002
  export var EnvironmentConfigurationParameter$ = [3, n0, _ECP,
@@ -3201,7 +3226,7 @@ export var GetEnvironmentBlueprintInput$ = [3, n0, _GEBI,
3201
3226
  ];
3202
3227
  export var GetEnvironmentBlueprintOutput$ = [3, n0, _GEBO,
3203
3228
  0,
3204
- [_id, _n, _prov, _pP, _de, _dP, _uP, _gT, _cA, _uA],
3229
+ [_id, _n, _prov, _pPr, _de, _dP, _uP, _gT, _cA, _uA],
3205
3230
  [0, 0, 0, () => ProvisioningProperties$, [() => Description, 0], () => DeploymentProperties$, [() => CustomParameterList, 0], 64 | 0, 5, 5], 4
3206
3231
  ];
3207
3232
  export var GetEnvironmentCredentialsInput$ = [3, n0, _GECI,
@@ -3221,7 +3246,7 @@ export var GetEnvironmentInput$ = [3, n0, _GEI,
3221
3246
  ];
3222
3247
  export var GetEnvironmentOutput$ = [3, n0, _GEO,
3223
3248
  0,
3224
- [_pI, _dIo, _cB, _n, _prov, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR, _st, _eA, _gT, _uP, _lD, _pP, _dP, _eBIn, _eCI, _eCNn],
3249
+ [_pI, _dIo, _cB, _n, _prov, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR, _st, _eA, _gT, _uP, _lD, _pPr, _dP, _eBIn, _eCI, _eCNn],
3225
3250
  [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], [() => EnvironmentConfigurationName, 0]], 5
3226
3251
  ];
3227
3252
  export var GetEnvironmentProfileInput$ = [3, n0, _GEPI,
@@ -3481,17 +3506,17 @@ export var GlossaryTermItemAdditionalAttributes$ = [3, n0, _GTIAA,
3481
3506
  ];
3482
3507
  export var GlueConnection$ = [3, n0, _GC,
3483
3508
  0,
3484
- [_n, _de, _cTo, _mC, _cPo, _sPp, _aPt, _pPy, _pCR, _cTr, _lUT, _lUBa, _st, _sRt, _lCVT, _aCut, _cSV, _cCE],
3509
+ [_n, _de, _cTo, _mC, _cP, _sPp, _aPt, _pP, _pCR, _cTr, _lUT, _lUBa, _st, _sRt, _lCVT, _aCut, _cSV, _cCE],
3485
3510
  [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]
3486
3511
  ];
3487
3512
  export var GlueConnectionInput$ = [3, n0, _GCIl,
3488
3513
  0,
3489
- [_cPo, _pCR, _n, _de, _cTo, _mC, _vC, _vFCE, _sPp, _aPt, _pPy, _aCut],
3514
+ [_cP, _pCR, _n, _de, _cTo, _mC, _vC, _vFCE, _sPp, _aPt, _pP, _aCut],
3490
3515
  [128 | 0, () => PhysicalConnectionRequirements$, 0, 0, 0, 0, 2, 64 | 0, 128 | 0, 128 | 0, 128 | 0, [() => AuthenticationConfigurationInput$, 0]]
3491
3516
  ];
3492
3517
  export var GlueConnectionPatch$ = [3, n0, _GCP,
3493
3518
  0,
3494
- [_de, _cPo, _aCut],
3519
+ [_de, _cP, _aCut],
3495
3520
  [0, 128 | 0, [() => AuthenticationConfigurationPatch$, 0]]
3496
3521
  ];
3497
3522
  export var GlueOAuth2Credentials$ = [3, n0, _GOAC,
@@ -3579,6 +3604,11 @@ export var IamUserProfileDetails$ = [3, n0, _IUPD,
3579
3604
  [_ar, _pIri, _sN, _gPI],
3580
3605
  [0, 0, 0, 0]
3581
3606
  ];
3607
+ export var IdentityMapping$ = [3, n0, _IM,
3608
+ 0,
3609
+ [_uAs, _pre],
3610
+ [0, 0], 1
3611
+ ];
3582
3612
  export var Import$ = [3, n0, _Im,
3583
3613
  0,
3584
3614
  [_n, _r],
@@ -3684,6 +3714,16 @@ export var LineageSqlQueryRunDetails$ = [3, n0, _LSQRD,
3684
3714
  [_qST, _qET, _tQP, _nQF, _eMr],
3685
3715
  [4, 4, 1, 1, 64 | 0]
3686
3716
  ];
3717
+ export var LineageSyncInput$ = [3, n0, _LSI,
3718
+ 0,
3719
+ [_en, _tim, _sch],
3720
+ [2, 0, 0], 1
3721
+ ];
3722
+ export var LineageSyncOutput$ = [3, n0, _LSO,
3723
+ 0,
3724
+ [_lJI, _tim, _en, _sch],
3725
+ [0, 0, 2, 0]
3726
+ ];
3687
3727
  export var LineageSyncSchedule$ = [3, n0, _LSS,
3688
3728
  0,
3689
3729
  [_sch],
@@ -3874,7 +3914,7 @@ export var ListingSummary$ = [3, n0, _LS,
3874
3914
  [_lI, _lR, _gT],
3875
3915
  [0, 0, [() => DetailedGlossaryTerms, 0]]
3876
3916
  ];
3877
- export var ListingSummaryItem$ = [3, n0, _LSI,
3917
+ export var ListingSummaryItem$ = [3, n0, _LSIi,
3878
3918
  0,
3879
3919
  [_lI, _lR, _gT],
3880
3920
  [0, 0, [() => DetailedGlossaryTerms, 0]]
@@ -4019,12 +4059,12 @@ export var ListSubscriptionRequestsOutput$ = [3, n0, _LSRO,
4019
4059
  [_it, _nT],
4020
4060
  [[() => SubscriptionRequests, 0], 0], 1
4021
4061
  ];
4022
- export var ListSubscriptionsInput$ = [3, n0, _LSIi,
4062
+ export var ListSubscriptionsInput$ = [3, n0, _LSIis,
4023
4063
  0,
4024
4064
  [_dI, _sRIu, _st, _sLI, _oPI, _oIPA, _oUI, _oGI, _aPI, _sB, _sO, _mRa, _nT],
4025
4065
  [[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
4026
4066
  ];
4027
- export var ListSubscriptionsOutput$ = [3, n0, _LSO,
4067
+ export var ListSubscriptionsOutput$ = [3, n0, _LSOi,
4028
4068
  0,
4029
4069
  [_it, _nT],
4030
4070
  [[() => Subscriptions, 0], 0], 1
@@ -4606,9 +4646,24 @@ export var SelfGrantStatusDetail$ = [3, n0, _SGSD,
4606
4646
  ];
4607
4647
  export var SingleSignOn$ = [3, n0, _SSO,
4608
4648
  0,
4609
- [_ty, _uAs, _iIA],
4649
+ [_ty, _uAse, _iIA],
4610
4650
  [0, 0, 0]
4611
4651
  ];
4652
+ export var SnowflakePropertiesInput$ = [3, n0, _SPIn,
4653
+ 0,
4654
+ [_sRn, _iM, _cPon, _lSin],
4655
+ [0, () => IdentityMapping$, [() => ConnectivityProperties$, 0], () => LineageSyncInput$], 2
4656
+ ];
4657
+ export var SnowflakePropertiesOutput$ = [3, n0, _SPOn,
4658
+ 0,
4659
+ [_sRn, _iM, _lSin, _st, _eM],
4660
+ [0, () => IdentityMapping$, () => LineageSyncOutput$, 0, 0], 4
4661
+ ];
4662
+ export var SnowflakePropertiesPatch$ = [3, n0, _SPPn,
4663
+ 0,
4664
+ [_cPP, _sRn, _lSin],
4665
+ [[() => ConnectivityPropertiesPatch$, 0], 0, () => LineageSyncInput$]
4666
+ ];
4612
4667
  export var SparkEmrPropertiesInput$ = [3, n0, _SEPI,
4613
4668
  0,
4614
4669
  [_cAom, _iPA, _jVE, _lU, _pVE, _rRu, _tCSU, _mEA],
@@ -4936,12 +4991,12 @@ export var UpdateEnvironmentActionOutput$ = [3, n0, _UEAO,
4936
4991
  ];
4937
4992
  export var UpdateEnvironmentBlueprintInput$ = [3, n0, _UEBI,
4938
4993
  0,
4939
- [_dI, _i, _de, _pP, _uP],
4994
+ [_dI, _i, _de, _pPr, _uP],
4940
4995
  [[0, 1], [0, 1], 0, () => ProvisioningProperties$, [() => CustomParameterList, 0]], 2
4941
4996
  ];
4942
4997
  export var UpdateEnvironmentBlueprintOutput$ = [3, n0, _UEBO,
4943
4998
  0,
4944
- [_id, _n, _prov, _pP, _de, _dP, _uP, _gT, _cA, _uA],
4999
+ [_id, _n, _prov, _pPr, _de, _dP, _uP, _gT, _cA, _uA],
4945
5000
  [0, 0, 0, () => ProvisioningProperties$, [() => Description, 0], () => DeploymentProperties$, [() => CustomParameterList, 0], 64 | 0, 5, 5], 4
4946
5001
  ];
4947
5002
  export var UpdateEnvironmentInput$ = [3, n0, _UEI,
@@ -4951,7 +5006,7 @@ export var UpdateEnvironmentInput$ = [3, n0, _UEI,
4951
5006
  ];
4952
5007
  export var UpdateEnvironmentOutput$ = [3, n0, _UEO,
4953
5008
  0,
4954
- [_pI, _dIo, _cB, _n, _prov, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR, _st, _eA, _gT, _uP, _lD, _pP, _dP, _eBIn, _eCI, _eCNn],
5009
+ [_pI, _dIo, _cB, _n, _prov, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR, _st, _eA, _gT, _uP, _lD, _pPr, _dP, _eBIn, _eCI, _eCNn],
4955
5010
  [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], [() => EnvironmentConfigurationName, 0]], 5
4956
5011
  ];
4957
5012
  export var UpdateEnvironmentProfileInput$ = [3, n0, _UEPI,
@@ -5345,7 +5400,7 @@ var ListingSummaries = [1, n0, _LSi,
5345
5400
  0, [() => ListingSummary$,
5346
5401
  0]
5347
5402
  ];
5348
- var ListingSummaryItems = [1, n0, _LSIis,
5403
+ var ListingSummaryItems = [1, n0, _LSIist,
5349
5404
  0, [() => ListingSummaryItem$,
5350
5405
  0]
5351
5406
  ];
@@ -5597,18 +5652,18 @@ export var AwsAccount$ = [4, n0, _AAw,
5597
5652
  ];
5598
5653
  export var ConnectionPropertiesInput$ = [4, n0, _CPIo,
5599
5654
  0,
5600
- [_aPt, _gPl, _hPP, _iP, _rPed, _sEP, _sGP, _sPr, _aQP, _mP, _wMP, _wSP, _lP, _vP],
5601
- [() => AthenaPropertiesInput$, [() => GluePropertiesInput$, 0], () => HyperPodPropertiesInput$, () => IamPropertiesInput$, [() => RedshiftPropertiesInput$, 0], () => SparkEmrPropertiesInput$, () => SparkGluePropertiesInput$, () => S3PropertiesInput$, () => AmazonQPropertiesInput$, () => MlflowPropertiesInput$, () => WorkflowsMwaaPropertiesInput$, () => WorkflowsServerlessPropertiesInput$, () => LakehousePropertiesInput$, () => VpcPropertiesInput$]
5655
+ [_aPt, _gPl, _hPP, _iP, _rPed, _sEP, _sGP, _sPr, _sPn, _aQP, _mP, _wMP, _wSP, _lP, _vP],
5656
+ [() => AthenaPropertiesInput$, [() => GluePropertiesInput$, 0], () => HyperPodPropertiesInput$, () => IamPropertiesInput$, [() => RedshiftPropertiesInput$, 0], () => SparkEmrPropertiesInput$, () => SparkGluePropertiesInput$, () => S3PropertiesInput$, [() => SnowflakePropertiesInput$, 0], () => AmazonQPropertiesInput$, () => MlflowPropertiesInput$, () => WorkflowsMwaaPropertiesInput$, () => WorkflowsServerlessPropertiesInput$, () => LakehousePropertiesInput$, () => VpcPropertiesInput$]
5602
5657
  ];
5603
5658
  export var ConnectionPropertiesOutput$ = [4, n0, _CPOo,
5604
5659
  0,
5605
- [_aPt, _gPl, _hPP, _iP, _rPed, _sEP, _sGP, _sPr, _aQP, _mP, _wMP, _wSP, _lP, _vP],
5606
- [() => AthenaPropertiesOutput$, () => GluePropertiesOutput$, () => HyperPodPropertiesOutput$, () => IamPropertiesOutput$, [() => RedshiftPropertiesOutput$, 0], [() => SparkEmrPropertiesOutput$, 0], () => SparkGluePropertiesOutput$, () => S3PropertiesOutput$, () => AmazonQPropertiesOutput$, () => MlflowPropertiesOutput$, () => WorkflowsMwaaPropertiesOutput$, () => WorkflowsServerlessPropertiesOutput$, () => LakehousePropertiesOutput$, () => VpcPropertiesOutput$]
5660
+ [_aPt, _gPl, _hPP, _iP, _rPed, _sEP, _sGP, _sPr, _sPn, _aQP, _mP, _wMP, _wSP, _lP, _vP],
5661
+ [() => AthenaPropertiesOutput$, () => GluePropertiesOutput$, () => HyperPodPropertiesOutput$, () => IamPropertiesOutput$, [() => RedshiftPropertiesOutput$, 0], [() => SparkEmrPropertiesOutput$, 0], () => SparkGluePropertiesOutput$, () => S3PropertiesOutput$, () => SnowflakePropertiesOutput$, () => AmazonQPropertiesOutput$, () => MlflowPropertiesOutput$, () => WorkflowsMwaaPropertiesOutput$, () => WorkflowsServerlessPropertiesOutput$, () => LakehousePropertiesOutput$, () => VpcPropertiesOutput$]
5607
5662
  ];
5608
- export var ConnectionPropertiesPatch$ = [4, n0, _CPP,
5663
+ export var ConnectionPropertiesPatch$ = [4, n0, _CPPo,
5609
5664
  0,
5610
- [_aPt, _gPl, _iP, _rPed, _sEP, _sPr, _aQP, _mP, _lP, _vP],
5611
- [() => AthenaPropertiesPatch$, [() => GluePropertiesPatch$, 0], () => IamPropertiesPatch$, [() => RedshiftPropertiesPatch$, 0], () => SparkEmrPropertiesPatch$, () => S3PropertiesPatch$, () => AmazonQPropertiesPatch$, () => MlflowPropertiesPatch$, () => LakehousePropertiesPatch$, () => VpcPropertiesPatch$]
5665
+ [_aPt, _gPl, _iP, _rPed, _sEP, _sPr, _sPn, _aQP, _mP, _lP, _vP],
5666
+ [() => AthenaPropertiesPatch$, [() => GluePropertiesPatch$, 0], () => IamPropertiesPatch$, [() => RedshiftPropertiesPatch$, 0], () => SparkEmrPropertiesPatch$, () => S3PropertiesPatch$, [() => SnowflakePropertiesPatch$, 0], () => AmazonQPropertiesPatch$, () => MlflowPropertiesPatch$, () => LakehousePropertiesPatch$, () => VpcPropertiesPatch$]
5612
5667
  ];
5613
5668
  export var DataSourceConfigurationInput$ = [4, n0, _DSCI,
5614
5669
  0,