@aws-sdk/client-glue 3.983.0 → 3.985.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/README.md +14 -0
- package/dist-cjs/index.js +338 -70
- package/dist-es/Glue.js +4 -0
- package/dist-es/commands/DeleteConnectionTypeCommand.js +16 -0
- package/dist-es/commands/RegisterConnectionTypeCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +24 -0
- package/dist-es/schemas/schemas_0.js +256 -70
- package/dist-types/Glue.d.ts +14 -0
- package/dist-types/GlueClient.d.ts +4 -2
- package/dist-types/commands/DeleteConnectionTypeCommand.d.ts +91 -0
- package/dist-types/commands/DescribeConnectionTypeCommand.d.ts +156 -1
- package/dist-types/commands/DescribeEntityCommand.d.ts +1 -1
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +2 -1
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +1 -1
- package/dist-types/commands/GetMLTransformCommand.d.ts +1 -2
- package/dist-types/commands/ListConnectionTypesCommand.d.ts +3 -1
- package/dist-types/commands/RegisterConnectionTypeCommand.d.ts +284 -0
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIntegrationResourcePropertyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIntegrationTablePropertiesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +1 -2
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePartitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +64 -0
- package/dist-types/models/models_0.d.ts +11 -1
- package/dist-types/models/models_1.d.ts +252 -368
- package/dist-types/models/models_2.d.ts +664 -599
- package/dist-types/models/models_3.d.ts +585 -4
- package/dist-types/schemas/schemas_0.d.ts +25 -0
- package/dist-types/ts3.4/Glue.d.ts +34 -0
- package/dist-types/ts3.4/GlueClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/DeleteConnectionTypeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RegisterConnectionTypeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIntegrationResourcePropertyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIntegrationTablePropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/UpdateJobFromSourceControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSourceControlFromJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +32 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/dist-types/ts3.4/models/models_1.d.ts +63 -85
- package/dist-types/ts3.4/models/models_2.d.ts +161 -134
- package/dist-types/ts3.4/models/models_3.d.ts +141 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -809,6 +809,7 @@ const _ACPt = "AthenaConnectionProperties";
|
|
|
809
809
|
const _ACR = "AllColumnsRequested";
|
|
810
810
|
const _ACS = "AthenaConnectorSource";
|
|
811
811
|
const _ACT = "AccuracyCostTradeoff";
|
|
812
|
+
const _ACU = "AuthorizationCodeUrl";
|
|
812
813
|
const _ACd = "AdditionalContext";
|
|
813
814
|
const _ACl = "AllocatedCapacity";
|
|
814
815
|
const _ACu = "AuditContext";
|
|
@@ -846,12 +847,14 @@ const _AOg = "AggregateOperations";
|
|
|
846
847
|
const _AP = "AthenaProperties";
|
|
847
848
|
const _APK = "AddPublicKeys";
|
|
848
849
|
const _APOM = "AdditionalPlanOptionsMap";
|
|
849
|
-
const _APu = "
|
|
850
|
+
const _APu = "AuthenticationParameters";
|
|
851
|
+
const _APut = "AutoPushdown";
|
|
850
852
|
const _AR = "AnalyzerResults";
|
|
851
853
|
const _ARAO = "AmazonRedshiftAdvancedOption";
|
|
852
854
|
const _ARAOm = "AmazonRedshiftAdvancedOptions";
|
|
853
855
|
const _ARND = "AmazonRedshiftNodeData";
|
|
854
856
|
const _ARO = "AdditionalRunOptions";
|
|
857
|
+
const _ARP = "AdditionalRequestParameters";
|
|
855
858
|
const _ARS = "AmazonRedshiftSource";
|
|
856
859
|
const _ART = "AmazonRedshiftTarget";
|
|
857
860
|
const _ARTd = "AddRecordTimestamp";
|
|
@@ -862,7 +865,8 @@ const _ATG = "AttributesToGet";
|
|
|
862
865
|
const _ATc = "AccessType";
|
|
863
866
|
const _ATn = "AnalyzedTime";
|
|
864
867
|
const _ATu = "AuthenticationType";
|
|
865
|
-
const _ATut = "
|
|
868
|
+
const _ATut = "AuthenticationTypes";
|
|
869
|
+
const _ATuth = "AuthToken";
|
|
866
870
|
const _AUPRC = "AreaUnderPRCurve";
|
|
867
871
|
const _AV = "AllowedValue";
|
|
868
872
|
const _AVc = "ActualValue";
|
|
@@ -975,6 +979,8 @@ const _Br = "Branch";
|
|
|
975
979
|
const _C = "Column";
|
|
976
980
|
const _CA = "CreatedAfter";
|
|
977
981
|
const _CAC = "CustomAuthenticationCredentials";
|
|
982
|
+
const _CACP = "ConnectorAuthorizationCodeProperties";
|
|
983
|
+
const _CACo = "ConnectorAuthenticationConfiguration";
|
|
978
984
|
const _CAP = "CustomAuthenticationProperties";
|
|
979
985
|
const _CAa = "CatalogArn";
|
|
980
986
|
const _CB = "CreatedBefore";
|
|
@@ -989,6 +995,7 @@ const _CCET = "CreateCustomEntityType";
|
|
|
989
995
|
const _CCETR = "CreateCustomEntityTypeRequest";
|
|
990
996
|
const _CCETRr = "CreateCustomEntityTypeResponse";
|
|
991
997
|
const _CCFE = "ConditionCheckFailureException";
|
|
998
|
+
const _CCP = "ClientCredentialsProperties";
|
|
992
999
|
const _CCR = "CreateCatalogRequest";
|
|
993
1000
|
const _CCRr = "CreateCatalogResponse";
|
|
994
1001
|
const _CCRre = "CreateClassifierRequest";
|
|
@@ -1008,6 +1015,7 @@ const _CCrea = "CreateConnection";
|
|
|
1008
1015
|
const _CCreat = "CreateCrawler";
|
|
1009
1016
|
const _CCs = "CsvClassifier";
|
|
1010
1017
|
const _CCu = "CustomCode";
|
|
1018
|
+
const _CCur = "CursorConfiguration";
|
|
1011
1019
|
const _CD = "CatalogDatabase";
|
|
1012
1020
|
const _CDC = "CustomDatatypeConfigured";
|
|
1013
1021
|
const _CDDP = "CreateDatabaseDefaultPermissions";
|
|
@@ -1081,7 +1089,8 @@ const _CITP = "CreateIntegrationTableProperties";
|
|
|
1081
1089
|
const _CITPR = "CreateIntegrationTablePropertiesRequest";
|
|
1082
1090
|
const _CITPRr = "CreateIntegrationTablePropertiesResponse";
|
|
1083
1091
|
const _CIa = "CatalogInput";
|
|
1084
|
-
const _CIl = "
|
|
1092
|
+
const _CIl = "ClientId";
|
|
1093
|
+
const _CIlu = "ClusterId";
|
|
1085
1094
|
const _CIo = "ColumnImportance";
|
|
1086
1095
|
const _CIol = "ColumnImportances";
|
|
1087
1096
|
const _CIom = "CommitId";
|
|
@@ -1133,21 +1142,26 @@ const _CNolu = "ColumnNames";
|
|
|
1133
1142
|
const _CNon = "ConnectorName";
|
|
1134
1143
|
const _CNr = "CrawlerNames";
|
|
1135
1144
|
const _CO = "CreatedOn";
|
|
1145
|
+
const _COAP = "ConnectorOAuth2Properties";
|
|
1136
1146
|
const _CONO = "ConnectionOptionNameOverrides";
|
|
1137
1147
|
const _COo = "CompletedOn";
|
|
1138
1148
|
const _COon = "ConnectionOptions";
|
|
1139
1149
|
const _COonf = "ConfigurationObject";
|
|
1140
1150
|
const _CP = "CatalogProperties";
|
|
1151
|
+
const _CPC = "ConnectionPropertiesConfiguration";
|
|
1141
1152
|
const _CPE = "ConnectionPasswordEncryption";
|
|
1142
1153
|
const _CPI = "CreatePartitionIndex";
|
|
1143
1154
|
const _CPIR = "CreatePartitionIndexRequest";
|
|
1144
1155
|
const _CPIRr = "CreatePartitionIndexResponse";
|
|
1156
|
+
const _CPL = "ConnectorPropertyList";
|
|
1145
1157
|
const _CPNO = "ConnectionPropertyNameOverrides";
|
|
1146
1158
|
const _CPO = "CatalogPropertiesOutput";
|
|
1147
1159
|
const _CPR = "CreatePartitionRequest";
|
|
1148
1160
|
const _CPRO = "ConnectionPropertiesRequiredOverrides";
|
|
1149
1161
|
const _CPRr = "CreatePartitionResponse";
|
|
1150
1162
|
const _CPo = "ConnectionProperties";
|
|
1163
|
+
const _CPon = "ConnectorProperty";
|
|
1164
|
+
const _CPont = "ContentPath";
|
|
1151
1165
|
const _CPr = "CreatePartition";
|
|
1152
1166
|
const _CPu = "CustomProperties";
|
|
1153
1167
|
const _CPus = "CustomPatterns";
|
|
@@ -1196,6 +1210,7 @@ const _CSVV = "CheckSchemaVersionValidity";
|
|
|
1196
1210
|
const _CSVVI = "CheckSchemaVersionValidityInput";
|
|
1197
1211
|
const _CSVVR = "CheckSchemaVersionValidityResponse";
|
|
1198
1212
|
const _CSa = "CancelStatement";
|
|
1213
|
+
const _CSl = "ClientSecret";
|
|
1199
1214
|
const _CSo = "ColumnStatistics";
|
|
1200
1215
|
const _CSon = "ContinuousSync";
|
|
1201
1216
|
const _CSonv = "ConversionSpec";
|
|
@@ -1204,6 +1219,7 @@ const _CSre = "CreateSchema";
|
|
|
1204
1219
|
const _CSrea = "CreateScript";
|
|
1205
1220
|
const _CSreat = "CreateSession";
|
|
1206
1221
|
const _CT = "CatalogTable";
|
|
1222
|
+
const _CTA = "ConnectionTypeArn";
|
|
1207
1223
|
const _CTB = "ConnectionTypeBrief";
|
|
1208
1224
|
const _CTDP = "CreateTableDefaultPermissions";
|
|
1209
1225
|
const _CTL = "CatalogTargetList";
|
|
@@ -1230,6 +1246,7 @@ const _CTom = "ComputationType";
|
|
|
1230
1246
|
const _CTomp = "CompressionType";
|
|
1231
1247
|
const _CTon = "ConnectionTable";
|
|
1232
1248
|
const _CTonn = "ConnectionTypes";
|
|
1249
|
+
const _CTont = "ContentType";
|
|
1233
1250
|
const _CTr = "CreateTime";
|
|
1234
1251
|
const _CTra = "CrawlerTargets";
|
|
1235
1252
|
const _CTre = "CreationTime";
|
|
@@ -1309,9 +1326,12 @@ const _DCSFTRe = "DeleteColumnStatisticsForTableResponse";
|
|
|
1309
1326
|
const _DCSTS = "DeleteColumnStatisticsTaskSettings";
|
|
1310
1327
|
const _DCSTSR = "DeleteColumnStatisticsTaskSettingsRequest";
|
|
1311
1328
|
const _DCSTSRe = "DeleteColumnStatisticsTaskSettingsResponse";
|
|
1312
|
-
const _DCT = "
|
|
1313
|
-
const _DCTR = "
|
|
1314
|
-
const _DCTRe = "
|
|
1329
|
+
const _DCT = "DeleteConnectionType";
|
|
1330
|
+
const _DCTR = "DeleteConnectionTypeRequest";
|
|
1331
|
+
const _DCTRe = "DeleteConnectionTypeResponse";
|
|
1332
|
+
const _DCTRes = "DescribeConnectionTypeRequest";
|
|
1333
|
+
const _DCTResc = "DescribeConnectionTypeResponse";
|
|
1334
|
+
const _DCTe = "DescribeConnectionType";
|
|
1315
1335
|
const _DCe = "DeleteClassifier";
|
|
1316
1336
|
const _DCel = "DeleteConnection";
|
|
1317
1337
|
const _DCele = "DeleteCrawler";
|
|
@@ -1524,8 +1544,11 @@ const _EBI = "EncryptedById";
|
|
|
1524
1544
|
const _EBN = "ErrorByName";
|
|
1525
1545
|
const _EC = "EvaluationContext";
|
|
1526
1546
|
const _ECLM = "EmitConsumerLagMetrics";
|
|
1547
|
+
const _ECM = "EntityConfigurationMap";
|
|
1527
1548
|
const _ECS = "ExcludeColumnSchema";
|
|
1528
1549
|
const _ECn = "EncryptionConfiguration";
|
|
1550
|
+
const _ECnt = "EntityConfiguration";
|
|
1551
|
+
const _ECnti = "EntityConfigurations";
|
|
1529
1552
|
const _ECr = "ErrorCode";
|
|
1530
1553
|
const _ECx = "ExecutionClass";
|
|
1531
1554
|
const _ECxe = "ExecutionCount";
|
|
@@ -1554,6 +1577,8 @@ const _EO = "EndingOffsets";
|
|
|
1554
1577
|
const _EP = "ExecutionProperty";
|
|
1555
1578
|
const _EPL = "EnforceProvidedLabels";
|
|
1556
1579
|
const _EPLSP = "ExtraPythonLibsS3Path";
|
|
1580
|
+
const _EPr = "ErrorPath";
|
|
1581
|
+
const _EPx = "ExtractedParameter";
|
|
1557
1582
|
const _EQA = "EventQueueArn";
|
|
1558
1583
|
const _ER = "EvaluatedRule";
|
|
1559
1584
|
const _ERSP = "ExecutionRoleSessionPolicy";
|
|
@@ -1581,6 +1606,9 @@ const _FA = "FailedActions";
|
|
|
1581
1606
|
const _FC = "FederatedCatalog";
|
|
1582
1607
|
const _FCARN = "FanoutConsumerARN";
|
|
1583
1608
|
const _FD = "FederatedDatabase";
|
|
1609
|
+
const _FDM = "FieldDefinitionMap";
|
|
1610
|
+
const _FDT = "FieldDataType";
|
|
1611
|
+
const _FDi = "FieldDefinition";
|
|
1584
1612
|
const _FE = "FilterExpression";
|
|
1585
1613
|
const _FEi = "FilterExpressions";
|
|
1586
1614
|
const _FFS = "FromFederationSource";
|
|
@@ -1798,12 +1826,13 @@ const _GS = "GlueSchema";
|
|
|
1798
1826
|
const _GSBD = "GetSchemaByDefinition";
|
|
1799
1827
|
const _GSBDI = "GetSchemaByDefinitionInput";
|
|
1800
1828
|
const _GSBDR = "GetSchemaByDefinitionResponse";
|
|
1801
|
-
const _GSC = "
|
|
1829
|
+
const _GSC = "GlobalSourceConfiguration";
|
|
1802
1830
|
const _GSCR = "GetSecurityConfigurationRequest";
|
|
1803
1831
|
const _GSCRe = "GetSecurityConfigurationResponse";
|
|
1804
1832
|
const _GSCRet = "GetSecurityConfigurationsRequest";
|
|
1805
1833
|
const _GSCRete = "GetSecurityConfigurationsResponse";
|
|
1806
|
-
const _GSCe = "
|
|
1834
|
+
const _GSCe = "GetSecurityConfiguration";
|
|
1835
|
+
const _GSCet = "GetSecurityConfigurations";
|
|
1807
1836
|
const _GSI = "GetSchemaInput";
|
|
1808
1837
|
const _GSPL = "GlueStudioPathList";
|
|
1809
1838
|
const _GSR = "GetSchemaResponse";
|
|
@@ -1885,6 +1914,7 @@ const _GWRet = "GetWorkflowRun";
|
|
|
1885
1914
|
const _GWReto = "GetWorkflowRuns";
|
|
1886
1915
|
const _Gr = "Graph";
|
|
1887
1916
|
const _H = "Header";
|
|
1917
|
+
const _HK = "HeaderKey";
|
|
1888
1918
|
const _HP = "HidePassword";
|
|
1889
1919
|
const _HT = "HudiTargets";
|
|
1890
1920
|
const _HTL = "HudiTargetList";
|
|
@@ -1992,6 +2022,7 @@ const _ITUL = "IcebergTableUpdateList";
|
|
|
1992
2022
|
const _ITc = "IcebergTargets";
|
|
1993
2023
|
const _ITce = "IcebergTarget";
|
|
1994
2024
|
const _ITd = "IdleTimeout";
|
|
2025
|
+
const _ITn = "IntegrationType";
|
|
1995
2026
|
const _IU = "IsUpdateable";
|
|
1996
2027
|
const _IUs = "IsUpsertable";
|
|
1997
2028
|
const _IWSE = "IllegalWorkflowStateException";
|
|
@@ -2040,6 +2071,7 @@ const _JTd = "JdbcTargets";
|
|
|
2040
2071
|
const _JTdb = "JdbcTarget";
|
|
2041
2072
|
const _JTo = "JoinType";
|
|
2042
2073
|
const _JU = "JobUpdate";
|
|
2074
|
+
const _JWTBP = "JWTBearerProperties";
|
|
2043
2075
|
const _Jd = "Jdbc";
|
|
2044
2076
|
const _Jo = "Join";
|
|
2045
2077
|
const _Job = "Job";
|
|
@@ -2050,6 +2082,7 @@ const _KK = "KmsKey";
|
|
|
2050
2082
|
const _KKA = "KmsKeyArn";
|
|
2051
2083
|
const _KKI = "KmsKeyId";
|
|
2052
2084
|
const _KMSKNAF = "KMSKeyNotAccessibleFault";
|
|
2085
|
+
const _KO = "KeyOverride";
|
|
2053
2086
|
const _KSE = "KeySchemaElement";
|
|
2054
2087
|
const _KSEL = "KeySchemaElementList";
|
|
2055
2088
|
const _KSSO = "KafkaStreamingSourceOptions";
|
|
@@ -2132,6 +2165,7 @@ const _LMVRTRR = "ListMaterializedViewRefreshTaskRunsRequest";
|
|
|
2132
2165
|
const _LMVRTRRi = "ListMaterializedViewRefreshTaskRunsResponse";
|
|
2133
2166
|
const _LN = "LineNumber";
|
|
2134
2167
|
const _LO = "LogicalOperator";
|
|
2168
|
+
const _LP = "LimitParameter";
|
|
2135
2169
|
const _LPL = "LimitedPathList";
|
|
2136
2170
|
const _LR = "LastRun";
|
|
2137
2171
|
const _LRI = "ListRegistriesInput";
|
|
@@ -2281,6 +2315,7 @@ const _NOOFD = "NumberOfOrphanFilesDeleted";
|
|
|
2281
2315
|
const _NOT = "NumberOfTrues";
|
|
2282
2316
|
const _NOW = "NumberOfWorkers";
|
|
2283
2317
|
const _NP = "NotificationProperty";
|
|
2318
|
+
const _NPe = "NextPage";
|
|
2284
2319
|
const _NPu = "NumPartitions";
|
|
2285
2320
|
const _NR = "NumRetries";
|
|
2286
2321
|
const _NRCTE = "NumRightCharsToExclude";
|
|
@@ -2307,6 +2342,7 @@ const _OAGT = "OAuth2GrantType";
|
|
|
2307
2342
|
const _OAP = "OAuth2Properties";
|
|
2308
2343
|
const _OAPI = "OAuth2PropertiesInput";
|
|
2309
2344
|
const _OB = "OrderBy";
|
|
2345
|
+
const _OC = "OffsetConfiguration";
|
|
2310
2346
|
const _OCN = "OutputColumnName";
|
|
2311
2347
|
const _OF = "OutputFormat";
|
|
2312
2348
|
const _OFD = "OrphanFileDeletion";
|
|
@@ -2319,7 +2355,8 @@ const _OMVL = "OtherMetadataValueList";
|
|
|
2319
2355
|
const _OMVLI = "OtherMetadataValueListItem";
|
|
2320
2356
|
const _ON = "OwnerName";
|
|
2321
2357
|
const _ONSE = "OperationNotSupportedException";
|
|
2322
|
-
const _OP = "
|
|
2358
|
+
const _OP = "OffsetParameter";
|
|
2359
|
+
const _OPp = "OptimizePerformance";
|
|
2323
2360
|
const _OS = "OutputSchemas";
|
|
2324
2361
|
const _OSP = "OutputS3Path";
|
|
2325
2362
|
const _OSQLCS = "OracleSQLCatalogSource";
|
|
@@ -2343,6 +2380,7 @@ const _PCI = "ParentCatalogId";
|
|
|
2343
2380
|
const _PCP = "PythonConnectionProperties";
|
|
2344
2381
|
const _PCPR = "PhysicalConnectionPropertiesRequired";
|
|
2345
2382
|
const _PCR = "PhysicalConnectionRequirements";
|
|
2383
|
+
const _PCa = "PaginationConfiguration";
|
|
2346
2384
|
const _PCr = "ProfileConfiguration";
|
|
2347
2385
|
const _PDCES = "PutDataCatalogEncryptionSettings";
|
|
2348
2386
|
const _PDCESR = "PutDataCatalogEncryptionSettingsRequest";
|
|
@@ -2375,7 +2413,8 @@ const _PKr = "PrimaryKeys";
|
|
|
2375
2413
|
const _PKri = "PrimaryKey";
|
|
2376
2414
|
const _PKu = "PublicKey";
|
|
2377
2415
|
const _PKub = "PublicKeys";
|
|
2378
|
-
const _PL = "
|
|
2416
|
+
const _PL = "PropertyLocation";
|
|
2417
|
+
const _PLa = "PartitionList";
|
|
2379
2418
|
const _PLr = "PredecessorList";
|
|
2380
2419
|
const _PM = "PropertiesMap";
|
|
2381
2420
|
const _PN = "ProfileName";
|
|
@@ -2401,11 +2440,12 @@ const _PSVMI = "PutSchemaVersionMetadataInput";
|
|
|
2401
2440
|
const _PSVMR = "PutSchemaVersionMetadataResponse";
|
|
2402
2441
|
const _PSa = "PartitionSpec";
|
|
2403
2442
|
const _PSy = "PythonScript";
|
|
2404
|
-
const _PT = "
|
|
2443
|
+
const _PT = "PropertyType";
|
|
2405
2444
|
const _PTD = "PartitionsToDelete";
|
|
2406
2445
|
const _PTG = "PartitionsToGet";
|
|
2407
2446
|
const _PTM = "PollTimeoutMs";
|
|
2408
2447
|
const _PTME = "PermissionTypeMismatchException";
|
|
2448
|
+
const _PTi = "PiiType";
|
|
2409
2449
|
const _PTo = "PollingTime";
|
|
2410
2450
|
const _PTr = "PropertyTypes";
|
|
2411
2451
|
const _PV = "PartitionValues";
|
|
@@ -2423,13 +2463,14 @@ const _Pat = "Paths";
|
|
|
2423
2463
|
const _Path = "Path";
|
|
2424
2464
|
const _Patt = "Pattern";
|
|
2425
2465
|
const _Pe = "Permissions";
|
|
2426
|
-
const _Pr = "
|
|
2466
|
+
const _Pr = "Prompt";
|
|
2427
2467
|
const _Pre = "Predicate";
|
|
2428
2468
|
const _Prec = "Precision";
|
|
2429
2469
|
const _Pred = "Predecessor";
|
|
2430
2470
|
const _Pri = "Principal";
|
|
2431
|
-
const _Pro = "
|
|
2471
|
+
const _Pro = "Properties";
|
|
2432
2472
|
const _Prob = "Prob";
|
|
2473
|
+
const _Prof = "Profiles";
|
|
2433
2474
|
const _Prog = "Progress";
|
|
2434
2475
|
const _Prop = "Property";
|
|
2435
2476
|
const _Prov = "Provider";
|
|
@@ -2459,13 +2500,19 @@ const _RBec = "RecordedBefore";
|
|
|
2459
2500
|
const _RC = "RequestedColumns";
|
|
2460
2501
|
const _RCPE = "ReturnConnectionPasswordEncrypted";
|
|
2461
2502
|
const _RCS = "RelationalCatalogSource";
|
|
2462
|
-
const
|
|
2503
|
+
const _RCT = "RegisterConnectionType";
|
|
2504
|
+
const _RCTR = "RegisterConnectionTypeRequest";
|
|
2505
|
+
const _RCTRe = "RegisterConnectionTypeResponse";
|
|
2506
|
+
const _RCe = "RestConfiguration";
|
|
2507
|
+
const _RCed = "RedactChar";
|
|
2463
2508
|
const _RCeq = "RequestedChange";
|
|
2509
|
+
const _RCes = "ResponseConfiguration";
|
|
2464
2510
|
const _RCet = "RetentionConfiguration";
|
|
2465
2511
|
const _RCu = "RuleCount";
|
|
2466
2512
|
const _RD = "ReferencedDatasets";
|
|
2467
2513
|
const _RDN = "RedshiftDatabaseName";
|
|
2468
2514
|
const _REM = "RollbackErrorMessage";
|
|
2515
|
+
const _REMe = "ResponseExtractionMapping";
|
|
2469
2516
|
const _RERI = "RulesetEvaluationRunId";
|
|
2470
2517
|
const _RF = "RenameField";
|
|
2471
2518
|
const _RFE = "RowFilterExpression";
|
|
@@ -2482,10 +2529,11 @@ const _RJBR = "ResetJobBookmarkRequest";
|
|
|
2482
2529
|
const _RJBRe = "ResetJobBookmarkResponse";
|
|
2483
2530
|
const _RLD = "RegistryListDefinition";
|
|
2484
2531
|
const _RLI = "RegistryListItem";
|
|
2485
|
-
const _RM = "
|
|
2532
|
+
const _RM = "RequestMethod";
|
|
2486
2533
|
const _RMM = "RuleMetricsMap";
|
|
2487
2534
|
const _RMe = "RetentionMetrics";
|
|
2488
|
-
const _RMu = "
|
|
2535
|
+
const _RMu = "RuleMetrics";
|
|
2536
|
+
const _RMun = "RunMetrics";
|
|
2489
2537
|
const _RN = "RegistryName";
|
|
2490
2538
|
const _RNF = "ResultsNotFound";
|
|
2491
2539
|
const _RNFE = "ResourceNotFoundException";
|
|
@@ -2501,6 +2549,9 @@ const _RP = "RecrawlPolicy";
|
|
|
2501
2549
|
const _RPA = "ResourcePropertyArn";
|
|
2502
2550
|
const _RPE = "ResultsPublishingEnabled";
|
|
2503
2551
|
const _RPL = "RecordPollingLimit";
|
|
2552
|
+
const _RPe = "ResultPath";
|
|
2553
|
+
const _RPeq = "RequestPath";
|
|
2554
|
+
const _RPequ = "RequestParameters";
|
|
2504
2555
|
const _RPu = "RunProperties";
|
|
2505
2556
|
const _RR = "RuleResults";
|
|
2506
2557
|
const _RRA = "RootResourceArn";
|
|
@@ -2629,9 +2680,10 @@ const _SCe = "SelectedColumns";
|
|
|
2629
2680
|
const _SCec = "SecurityConfigurations";
|
|
2630
2681
|
const _SCes = "SessionConfiguration";
|
|
2631
2682
|
const _SCess = "SessionCommand";
|
|
2632
|
-
const _SCo = "
|
|
2633
|
-
const _SCor = "
|
|
2634
|
-
const _SCort = "
|
|
2683
|
+
const _SCo = "SourceConfiguration";
|
|
2684
|
+
const _SCor = "SortCriteria";
|
|
2685
|
+
const _SCort = "SortCriterion";
|
|
2686
|
+
const _SCorto = "SortColumns";
|
|
2635
2687
|
const _SCt = "StartCrawler";
|
|
2636
2688
|
const _SCto = "StopCrawler";
|
|
2637
2689
|
const _SD = "SchemaDefinition";
|
|
@@ -2806,9 +2858,10 @@ const _SWRRto = "StopWorkflowRunRequest";
|
|
|
2806
2858
|
const _SWRRtop = "StopWorkflowRunResponse";
|
|
2807
2859
|
const _SWRt = "StopWorkflowRun";
|
|
2808
2860
|
const _S_ = "S3";
|
|
2809
|
-
const _Sc = "
|
|
2861
|
+
const _Sc = "Scope";
|
|
2810
2862
|
const _Sca = "Scale";
|
|
2811
|
-
const _Sch = "
|
|
2863
|
+
const _Sch = "Schedule";
|
|
2864
|
+
const _Sche = "Schemas";
|
|
2812
2865
|
const _Sco = "Scopes";
|
|
2813
2866
|
const _Scor = "Score";
|
|
2814
2867
|
const _Se = "Serde";
|
|
@@ -2918,9 +2971,10 @@ const _TTab = "TableType";
|
|
|
2918
2971
|
const _TTas = "TaskType";
|
|
2919
2972
|
const _TTo = "ToType";
|
|
2920
2973
|
const _TTr = "TransformType";
|
|
2921
|
-
const _TU = "
|
|
2974
|
+
const _TU = "TokenUrl";
|
|
2975
|
+
const _TUP = "TokenUrlParameters";
|
|
2922
2976
|
const _TUPM = "TokenUrlParametersMap";
|
|
2923
|
-
const
|
|
2977
|
+
const _TUa = "TablesUpdated";
|
|
2924
2978
|
const _TUr = "TriggerUpdate";
|
|
2925
2979
|
const _TV = "TableVersion";
|
|
2926
2980
|
const _TVE = "TableVersionError";
|
|
@@ -3065,7 +3119,8 @@ const _UWRp = "UpdateWorkflowResponse";
|
|
|
3065
3119
|
const _UXMLCR = "UpdateXMLClassifierRequest";
|
|
3066
3120
|
const _Un = "Union";
|
|
3067
3121
|
const _Up = "Updates";
|
|
3068
|
-
const _Ur = "
|
|
3122
|
+
const _Ur = "Url";
|
|
3123
|
+
const _Uri = "Uri";
|
|
3069
3124
|
const _Us = "Username";
|
|
3070
3125
|
const _V = "Value";
|
|
3071
3126
|
const _VC = "ValidateCredentials";
|
|
@@ -3073,6 +3128,7 @@ const _VCa = "ValidationConnection";
|
|
|
3073
3128
|
const _VD = "ViewDefinition";
|
|
3074
3129
|
const _VDI = "ViewDefinitionInput";
|
|
3075
3130
|
const _VE = "ValidationException";
|
|
3131
|
+
const _VEC = "ValidationEndpointConfiguration";
|
|
3076
3132
|
const _VET = "ViewExpandedText";
|
|
3077
3133
|
const _VFCE = "ValidateForComputeEnvironments";
|
|
3078
3134
|
const _VI = "VersionIds";
|
|
@@ -3278,6 +3334,11 @@ var BasicAuthenticationCredentials$ = [3, n0, _BAC,
|
|
|
3278
3334
|
[_Us, _P],
|
|
3279
3335
|
[0, [() => Password, 0]]
|
|
3280
3336
|
];
|
|
3337
|
+
var BasicAuthenticationProperties$ = [3, n0, _BAP,
|
|
3338
|
+
0,
|
|
3339
|
+
[_Us, _P],
|
|
3340
|
+
[() => ConnectorProperty$, () => ConnectorProperty$]
|
|
3341
|
+
];
|
|
3281
3342
|
var BasicCatalogTarget$ = [3, n0, _BCT,
|
|
3282
3343
|
0,
|
|
3283
3344
|
[_N, _I, _Dat, _Ta, _PK],
|
|
@@ -3653,6 +3714,11 @@ var Classifier$ = [3, n0, _Cl,
|
|
|
3653
3714
|
[_GC, _XMLC, _JC, _CCs],
|
|
3654
3715
|
[() => GrokClassifier$, () => XMLClassifier$, () => JsonClassifier$, () => CsvClassifier$]
|
|
3655
3716
|
];
|
|
3717
|
+
var ClientCredentialsProperties$ = [3, n0, _CCP,
|
|
3718
|
+
0,
|
|
3719
|
+
[_TU, _RM, _CTont, _CIl, _CSl, _Sc, _TUP],
|
|
3720
|
+
[() => ConnectorProperty$, 0, 0, () => ConnectorProperty$, () => ConnectorProperty$, () => ConnectorProperty$, () => ConnectorPropertyList]
|
|
3721
|
+
];
|
|
3656
3722
|
var CloudWatchEncryption$ = [3, n0, _CWE,
|
|
3657
3723
|
0,
|
|
3658
3724
|
[_CWEM, _KKA],
|
|
@@ -3732,7 +3798,7 @@ var ColumnStatisticsTaskRunningException$ = [-3, n0, _CSTRE,
|
|
|
3732
3798
|
schema.TypeRegistry.for(n0).registerError(ColumnStatisticsTaskRunningException$, ColumnStatisticsTaskRunningException);
|
|
3733
3799
|
var ColumnStatisticsTaskSettings$ = [3, n0, _CSTS,
|
|
3734
3800
|
0,
|
|
3735
|
-
[_DN, _TN,
|
|
3801
|
+
[_DN, _TN, _Sch, _CNLo, _CID, _Rol, _SSa, _SC, _STc, _SSe, _LEA],
|
|
3736
3802
|
[0, 0, () => Schedule$, 64 | 0, 0, 0, 1, 0, 0, 0, () => ExecutionAttempt$]
|
|
3737
3803
|
];
|
|
3738
3804
|
var ColumnStatisticsTaskStoppingException$ = [-3, n0, _CSTSE,
|
|
@@ -3815,6 +3881,11 @@ var ConnectionPasswordEncryption$ = [3, n0, _CPE,
|
|
|
3815
3881
|
[_RCPE, _AKKI],
|
|
3816
3882
|
[2, 0], 1
|
|
3817
3883
|
];
|
|
3884
|
+
var ConnectionPropertiesConfiguration$ = [3, n0, _CPC,
|
|
3885
|
+
0,
|
|
3886
|
+
[_Ur, _ARP],
|
|
3887
|
+
[() => ConnectorProperty$, () => ConnectorPropertyList]
|
|
3888
|
+
];
|
|
3818
3889
|
var ConnectionsList$ = [3, n0, _CL,
|
|
3819
3890
|
0,
|
|
3820
3891
|
[_Conn],
|
|
@@ -3830,6 +3901,16 @@ var ConnectionTypeVariant$ = [3, n0, _CTVo,
|
|
|
3830
3901
|
[_CTVN, _DNi, _D, _LUo],
|
|
3831
3902
|
[0, 0, 0, 0]
|
|
3832
3903
|
];
|
|
3904
|
+
var ConnectorAuthenticationConfiguration$ = [3, n0, _CACo,
|
|
3905
|
+
0,
|
|
3906
|
+
[_ATut, _OAP, _BAP, _CAP],
|
|
3907
|
+
[64 | 0, () => ConnectorOAuth2Properties$, () => BasicAuthenticationProperties$, () => CustomAuthenticationProperties$], 1
|
|
3908
|
+
];
|
|
3909
|
+
var ConnectorAuthorizationCodeProperties$ = [3, n0, _CACP,
|
|
3910
|
+
0,
|
|
3911
|
+
[_ACU, _AC, _RU, _TU, _RM, _CTont, _CIl, _CSl, _Sc, _Pr, _TUP],
|
|
3912
|
+
[() => ConnectorProperty$, () => ConnectorProperty$, () => ConnectorProperty$, () => ConnectorProperty$, 0, 0, () => ConnectorProperty$, () => ConnectorProperty$, () => ConnectorProperty$, () => ConnectorProperty$, () => ConnectorPropertyList]
|
|
3913
|
+
];
|
|
3833
3914
|
var ConnectorDataSource$ = [3, n0, _CDSo,
|
|
3834
3915
|
0,
|
|
3835
3916
|
[_N, _CTo, _Da, _OS],
|
|
@@ -3840,6 +3921,16 @@ var ConnectorDataTarget$ = [3, n0, _CDT,
|
|
|
3840
3921
|
[_N, _CTo, _Da, _I],
|
|
3841
3922
|
[0, 0, 128 | 0, 64 | 0], 3
|
|
3842
3923
|
];
|
|
3924
|
+
var ConnectorOAuth2Properties$ = [3, n0, _COAP,
|
|
3925
|
+
0,
|
|
3926
|
+
[_OAGT, _CCP, _JWTBP, _ACP],
|
|
3927
|
+
[0, () => ClientCredentialsProperties$, () => JWTBearerProperties$, () => ConnectorAuthorizationCodeProperties$], 1
|
|
3928
|
+
];
|
|
3929
|
+
var ConnectorProperty$ = [3, n0, _CPon,
|
|
3930
|
+
0,
|
|
3931
|
+
[_N, _Req, _PT, _KO, _DV, _AVl, _PL],
|
|
3932
|
+
[0, 2, 0, 0, 0, 64 | 0, 0], 3
|
|
3933
|
+
];
|
|
3843
3934
|
var Crawl$ = [3, n0, _Cra,
|
|
3844
3935
|
0,
|
|
3845
3936
|
[_Sta, _SO, _COo, _EM, _LG, _LS],
|
|
@@ -3847,7 +3938,7 @@ var Crawl$ = [3, n0, _Cra,
|
|
|
3847
3938
|
];
|
|
3848
3939
|
var Crawler$ = [3, n0, _Craw,
|
|
3849
3940
|
0,
|
|
3850
|
-
[_N, _Rol, _Targ, _DN, _D, _Cla, _RP, _SCP, _LC, _Sta, _TP,
|
|
3941
|
+
[_N, _Rol, _Targ, _DN, _D, _Cla, _RP, _SCP, _LC, _Sta, _TP, _Sch, _CETr, _CTre, _LU, _LCa, _Ver, _Conf, _CSC, _LFC],
|
|
3851
3942
|
[0, 0, () => CrawlerTargets$, 0, 0, 64 | 0, () => RecrawlPolicy$, () => SchemaChangePolicy$, () => LineageConfiguration$, 0, 0, () => Schedule$, 1, 4, 4, () => LastCrawlInfo$, 1, 0, 0, () => LakeFormationConfiguration$]
|
|
3852
3943
|
];
|
|
3853
3944
|
var CrawlerHistory$ = [3, n0, _CH,
|
|
@@ -3857,7 +3948,7 @@ var CrawlerHistory$ = [3, n0, _CH,
|
|
|
3857
3948
|
];
|
|
3858
3949
|
var CrawlerMetrics$ = [3, n0, _CMr,
|
|
3859
3950
|
0,
|
|
3860
|
-
[_CN, _TLS, _SE, _LRS, _MRS, _TCa,
|
|
3951
|
+
[_CN, _TLS, _SE, _LRS, _MRS, _TCa, _TUa, _TDa],
|
|
3861
3952
|
[0, 1, 2, 1, 1, 1, 1, 1]
|
|
3862
3953
|
];
|
|
3863
3954
|
var CrawlerNodeDetails$ = [3, n0, _CND,
|
|
@@ -3925,7 +4016,7 @@ var CreateClassifierResponse$ = [3, n0, _CCRrea,
|
|
|
3925
4016
|
];
|
|
3926
4017
|
var CreateColumnStatisticsTaskSettingsRequest$ = [3, n0, _CCSTSR,
|
|
3927
4018
|
0,
|
|
3928
|
-
[_DN, _TN, _Rol,
|
|
4019
|
+
[_DN, _TN, _Rol, _Sch, _CNLo, _SSa, _CID, _SC, _Tag],
|
|
3929
4020
|
[0, 0, 0, 0, 64 | 0, 1, 0, 0, 128 | 0], 3
|
|
3930
4021
|
];
|
|
3931
4022
|
var CreateColumnStatisticsTaskSettingsResponse$ = [3, n0, _CCSTSRr,
|
|
@@ -3945,7 +4036,7 @@ var CreateConnectionResponse$ = [3, n0, _CCRreate,
|
|
|
3945
4036
|
];
|
|
3946
4037
|
var CreateCrawlerRequest$ = [3, n0, _CCRreater,
|
|
3947
4038
|
0,
|
|
3948
|
-
[_N, _Rol, _Targ, _DN, _D,
|
|
4039
|
+
[_N, _Rol, _Targ, _DN, _D, _Sch, _Cla, _TP, _SCP, _RP, _LC, _LFC, _Conf, _CSC, _Tag],
|
|
3949
4040
|
[0, 0, () => CrawlerTargets$, 0, 0, 0, 64 | 0, 0, () => SchemaChangePolicy$, () => RecrawlPolicy$, () => LineageConfiguration$, () => LakeFormationConfiguration$, 0, 0, 128 | 0], 3
|
|
3950
4041
|
];
|
|
3951
4042
|
var CreateCrawlerResponse$ = [3, n0, _CCRreatera,
|
|
@@ -4015,7 +4106,7 @@ var CreateGrokClassifierRequest$ = [3, n0, _CGCR,
|
|
|
4015
4106
|
];
|
|
4016
4107
|
var CreateIcebergTableInput$ = [3, n0, _CITI,
|
|
4017
4108
|
0,
|
|
4018
|
-
[_L, _S, _PSa, _WO,
|
|
4109
|
+
[_L, _S, _PSa, _WO, _Pro],
|
|
4019
4110
|
[0, () => IcebergSchema$, () => IcebergPartitionSpec$, () => IcebergSortOrder$, 128 | 0], 2
|
|
4020
4111
|
];
|
|
4021
4112
|
var CreateIntegrationRequest$ = [3, n0, _CIR,
|
|
@@ -4165,7 +4256,7 @@ var CreateTableResponse$ = [3, n0, _CTRr,
|
|
|
4165
4256
|
];
|
|
4166
4257
|
var CreateTriggerRequest$ = [3, n0, _CTRre,
|
|
4167
4258
|
0,
|
|
4168
|
-
[_N, _Ty, _Ac, _WN,
|
|
4259
|
+
[_N, _Ty, _Ac, _WN, _Sch, _Pre, _D, _SOC, _Tag, _EBC],
|
|
4169
4260
|
[0, 0, () => ActionList, 0, 0, () => Predicate$, 0, 2, 128 | 0, () => EventBatchingCondition$], 3
|
|
4170
4261
|
];
|
|
4171
4262
|
var CreateTriggerResponse$ = [3, n0, _CTRrea,
|
|
@@ -4213,6 +4304,16 @@ var CsvClassifier$ = [3, n0, _CCs,
|
|
|
4213
4304
|
[_N, _CTre, _LU, _Ver, _De, _QS, _CHo, _H, _DVT, _ASC, _CDC, _CDu, _Se],
|
|
4214
4305
|
[0, 4, 4, 1, 0, 0, 0, 64 | 0, 2, 2, 2, 64 | 0, 0], 1
|
|
4215
4306
|
];
|
|
4307
|
+
var CursorConfiguration$ = [3, n0, _CCur,
|
|
4308
|
+
0,
|
|
4309
|
+
[_NPe, _LP],
|
|
4310
|
+
[() => ExtractedParameter$, () => ExtractedParameter$], 1
|
|
4311
|
+
];
|
|
4312
|
+
var CustomAuthenticationProperties$ = [3, n0, _CAP,
|
|
4313
|
+
0,
|
|
4314
|
+
[_APu],
|
|
4315
|
+
[() => ConnectorPropertyList], 1
|
|
4316
|
+
];
|
|
4216
4317
|
var CustomCode$ = [3, n0, _CCu,
|
|
4217
4318
|
0,
|
|
4218
4319
|
[_N, _I, _Cod, _CNl, _OS],
|
|
@@ -4325,7 +4426,7 @@ var DataQualityRuleRecommendationRunFilter$ = [3, n0, _DQRRRF,
|
|
|
4325
4426
|
];
|
|
4326
4427
|
var DataQualityRuleResult$ = [3, n0, _DQRR,
|
|
4327
4428
|
0,
|
|
4328
|
-
[_N, _D, _EMv, _Res, _EMva, _ER,
|
|
4429
|
+
[_N, _D, _EMv, _Res, _EMva, _ER, _RMu, _Lab],
|
|
4329
4430
|
[0, [() => DataQualityRuleResultDescription, 0], [() => DataQualityRuleResultDescription, 0], 0, [() => EvaluatedMetricsMap, 0], [() => DataQualityRuleResultDescription, 0], [() => RuleMetricsMap, 0], 128 | 0]
|
|
4330
4431
|
];
|
|
4331
4432
|
var DataQualityRulesetEvaluationRunDescription$ = [3, n0, _DQRERD,
|
|
@@ -4458,6 +4559,16 @@ var DeleteConnectionResponse$ = [3, n0, _DCRelete,
|
|
|
4458
4559
|
[],
|
|
4459
4560
|
[]
|
|
4460
4561
|
];
|
|
4562
|
+
var DeleteConnectionTypeRequest$ = [3, n0, _DCTR,
|
|
4563
|
+
0,
|
|
4564
|
+
[_CTo],
|
|
4565
|
+
[0], 1
|
|
4566
|
+
];
|
|
4567
|
+
var DeleteConnectionTypeResponse$ = [3, n0, _DCTRe,
|
|
4568
|
+
0,
|
|
4569
|
+
[],
|
|
4570
|
+
[]
|
|
4571
|
+
];
|
|
4461
4572
|
var DeleteCrawlerRequest$ = [3, n0, _DCReleter,
|
|
4462
4573
|
0,
|
|
4463
4574
|
[_N],
|
|
@@ -4723,15 +4834,15 @@ var DeltaTarget$ = [3, n0, _DTel,
|
|
|
4723
4834
|
[_DTelt, _CNo, _WM, _CNDT],
|
|
4724
4835
|
[64 | 0, 0, 2, 2]
|
|
4725
4836
|
];
|
|
4726
|
-
var DescribeConnectionTypeRequest$ = [3, n0,
|
|
4837
|
+
var DescribeConnectionTypeRequest$ = [3, n0, _DCTRes,
|
|
4727
4838
|
0,
|
|
4728
4839
|
[_CTo],
|
|
4729
4840
|
[0], 1
|
|
4730
4841
|
];
|
|
4731
|
-
var DescribeConnectionTypeResponse$ = [3, n0,
|
|
4842
|
+
var DescribeConnectionTypeResponse$ = [3, n0, _DCTResc,
|
|
4732
4843
|
0,
|
|
4733
|
-
[_CTo, _D, _Ca, _CPo, _COon, _ACuth, _CECo, _PCR, _ACPt, _PCP, _SCPp],
|
|
4734
|
-
[0, 0, () => Capabilities$, () => PropertiesMap, () => PropertiesMap, () => AuthConfiguration$, () => ComputeEnvironmentConfigurationMap, () => PropertiesMap, () => PropertiesMap, () => PropertiesMap, () => PropertiesMap]
|
|
4844
|
+
[_CTo, _D, _Ca, _CPo, _COon, _ACuth, _CECo, _PCR, _ACPt, _PCP, _SCPp, _RCe],
|
|
4845
|
+
[0, 0, () => Capabilities$, () => PropertiesMap, () => PropertiesMap, () => AuthConfiguration$, () => ComputeEnvironmentConfigurationMap, () => PropertiesMap, () => PropertiesMap, () => PropertiesMap, () => PropertiesMap, () => RestConfiguration$]
|
|
4735
4846
|
];
|
|
4736
4847
|
var DescribeEntityRequest$ = [3, n0, _DER,
|
|
4737
4848
|
0,
|
|
@@ -4863,6 +4974,11 @@ var Entity$ = [3, n0, _Ent,
|
|
|
4863
4974
|
[_ENn, _Labe, _IPE, _D, _Categ, _CPu],
|
|
4864
4975
|
[0, 0, 2, 0, 0, 128 | 0]
|
|
4865
4976
|
];
|
|
4977
|
+
var EntityConfiguration$ = [3, n0, _ECnt,
|
|
4978
|
+
0,
|
|
4979
|
+
[_SCo, _S],
|
|
4980
|
+
[() => SourceConfiguration$, () => FieldDefinitionMap]
|
|
4981
|
+
];
|
|
4866
4982
|
var EntityNotFoundException$ = [-3, n0, _ENFE,
|
|
4867
4983
|
{ [_e]: _c },
|
|
4868
4984
|
[_M, _FFS],
|
|
@@ -4914,6 +5030,11 @@ var ExportLabelsTaskRunProperties$ = [3, n0, _ELTRP,
|
|
|
4914
5030
|
[_OSP],
|
|
4915
5031
|
[0]
|
|
4916
5032
|
];
|
|
5033
|
+
var ExtractedParameter$ = [3, n0, _EPx,
|
|
5034
|
+
0,
|
|
5035
|
+
[_K, _DV, _PL, _V],
|
|
5036
|
+
[0, 0, 0, () => ResponseExtractionMapping$]
|
|
5037
|
+
];
|
|
4917
5038
|
var FederatedCatalog$ = [3, n0, _FC,
|
|
4918
5039
|
0,
|
|
4919
5040
|
[_Ide, _CNo, _CTo],
|
|
@@ -4952,6 +5073,11 @@ var Field$ = [3, n0, _Fiel,
|
|
|
4952
5073
|
[_FN, _Labe, _D, _FTi, _IPK, _INs, _IRs, _IF, _IP, _ICs, _IU, _IUs, _IDOC, _SV, _SFO, _PF, _NDT, _CPu],
|
|
4953
5074
|
[0, 0, 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 64 | 0, 64 | 0, 0, 0, 128 | 0]
|
|
4954
5075
|
];
|
|
5076
|
+
var FieldDefinition$ = [3, n0, _FDi,
|
|
5077
|
+
0,
|
|
5078
|
+
[_N, _FDT],
|
|
5079
|
+
[0, 0], 2
|
|
5080
|
+
];
|
|
4955
5081
|
var FillMissingValues$ = [3, n0, _FMV,
|
|
4956
5082
|
0,
|
|
4957
5083
|
[_N, _I, _IPm, _FP],
|
|
@@ -5419,7 +5545,7 @@ var GetMLTaskRunRequest$ = [3, n0, _GMLTRR,
|
|
|
5419
5545
|
];
|
|
5420
5546
|
var GetMLTaskRunResponse$ = [3, n0, _GMLTRRe,
|
|
5421
5547
|
0,
|
|
5422
|
-
[_TIr, _TRI, _St, _LGN,
|
|
5548
|
+
[_TIr, _TRI, _St, _LGN, _Pro, _ES, _SO, _LMO, _COo, _ETxe],
|
|
5423
5549
|
[0, 0, 0, 0, () => TaskRunProperties$, 0, 4, 4, 4, 1]
|
|
5424
5550
|
];
|
|
5425
5551
|
var GetMLTaskRunsRequest$ = [3, n0, _GMLTRRet,
|
|
@@ -5845,7 +5971,7 @@ var IcebergCompactionMetrics$ = [3, n0, _ICM,
|
|
|
5845
5971
|
];
|
|
5846
5972
|
var IcebergEncryptedKey$ = [3, n0, _IEK,
|
|
5847
5973
|
0,
|
|
5848
|
-
[_KI, _EKM, _EBI,
|
|
5974
|
+
[_KI, _EKM, _EBI, _Pro],
|
|
5849
5975
|
[0, 0, 0, 128 | 0], 2
|
|
5850
5976
|
];
|
|
5851
5977
|
var IcebergInput$ = [3, n0, _IIc,
|
|
@@ -5915,7 +6041,7 @@ var IcebergStructField$ = [3, n0, _ISFc,
|
|
|
5915
6041
|
];
|
|
5916
6042
|
var IcebergTableUpdate$ = [3, n0, _ITU,
|
|
5917
6043
|
0,
|
|
5918
|
-
[_S, _L, _PSa, _SOo,
|
|
6044
|
+
[_S, _L, _PSa, _SOo, _Pro, _A, _EK, _KI],
|
|
5919
6045
|
[() => IcebergSchema$, 0, () => IcebergPartitionSpec$, () => IcebergSortOrder$, 128 | 0, 0, () => IcebergEncryptedKey$, 0], 2
|
|
5920
6046
|
];
|
|
5921
6047
|
var IcebergTarget$ = [3, n0, _ITce,
|
|
@@ -6120,6 +6246,11 @@ var JsonClassifier$ = [3, n0, _JC,
|
|
|
6120
6246
|
[_N, _JP, _CTre, _LU, _Ver],
|
|
6121
6247
|
[0, 0, 4, 4, 1], 2
|
|
6122
6248
|
];
|
|
6249
|
+
var JWTBearerProperties$ = [3, n0, _JWTBP,
|
|
6250
|
+
0,
|
|
6251
|
+
[_TU, _RM, _CTont, _JT, _TUP],
|
|
6252
|
+
[() => ConnectorProperty$, 0, 0, () => ConnectorProperty$, () => ConnectorPropertyList]
|
|
6253
|
+
];
|
|
6123
6254
|
var KafkaStreamingSourceOptions$ = [3, n0, _KSSO,
|
|
6124
6255
|
0,
|
|
6125
6256
|
[_BSo, _SPe, _CNo, _TNo, _As, _SPu, _Clas, _De, _SOta, _EO, _PTM, _NR, _RIM, _MOPT, _MPi, _IH, _ARTd, _ECLM, _STtar],
|
|
@@ -6363,7 +6494,7 @@ var ListSchemasInput$ = [3, n0, _LSI,
|
|
|
6363
6494
|
];
|
|
6364
6495
|
var ListSchemasResponse$ = [3, n0, _LSR,
|
|
6365
6496
|
0,
|
|
6366
|
-
[
|
|
6497
|
+
[_Sche, _NTe],
|
|
6367
6498
|
[() => SchemaListDefinition, 0]
|
|
6368
6499
|
];
|
|
6369
6500
|
var ListSchemaVersionsInput$ = [3, n0, _LSVI,
|
|
@@ -6373,7 +6504,7 @@ var ListSchemaVersionsInput$ = [3, n0, _LSVI,
|
|
|
6373
6504
|
];
|
|
6374
6505
|
var ListSchemaVersionsResponse$ = [3, n0, _LSVR,
|
|
6375
6506
|
0,
|
|
6376
|
-
[
|
|
6507
|
+
[_Sche, _NTe],
|
|
6377
6508
|
[() => SchemaVersionList, 0]
|
|
6378
6509
|
];
|
|
6379
6510
|
var ListSessionsRequest$ = [3, n0, _LSRi,
|
|
@@ -6423,7 +6554,7 @@ var ListUsageProfilesRequest$ = [3, n0, _LUPR,
|
|
|
6423
6554
|
];
|
|
6424
6555
|
var ListUsageProfilesResponse$ = [3, n0, _LUPRi,
|
|
6425
6556
|
0,
|
|
6426
|
-
[
|
|
6557
|
+
[_Prof, _NTe],
|
|
6427
6558
|
[() => UsageProfileDefinitionList, 0]
|
|
6428
6559
|
];
|
|
6429
6560
|
var ListWorkflowsRequest$ = [3, n0, _LWR,
|
|
@@ -6588,14 +6719,19 @@ var OAuth2Credentials$ = [3, n0, _OAC,
|
|
|
6588
6719
|
];
|
|
6589
6720
|
var OAuth2Properties$ = [3, n0, _OAP,
|
|
6590
6721
|
0,
|
|
6591
|
-
[_OAGT, _OACA,
|
|
6722
|
+
[_OAGT, _OACA, _TU, _TUPM],
|
|
6592
6723
|
[0, () => OAuth2ClientApplication$, 0, 128 | 0]
|
|
6593
6724
|
];
|
|
6594
6725
|
var OAuth2PropertiesInput$ = [3, n0, _OAPI,
|
|
6595
6726
|
0,
|
|
6596
|
-
[_OAGT, _OACA,
|
|
6727
|
+
[_OAGT, _OACA, _TU, _TUPM, _ACP, _OAC],
|
|
6597
6728
|
[0, () => OAuth2ClientApplication$, 0, 128 | 0, [() => AuthorizationCodeProperties$, 0], [() => OAuth2Credentials$, 0]]
|
|
6598
6729
|
];
|
|
6730
|
+
var OffsetConfiguration$ = [3, n0, _OC,
|
|
6731
|
+
0,
|
|
6732
|
+
[_OP, _LP],
|
|
6733
|
+
[() => ExtractedParameter$, () => ExtractedParameter$], 2
|
|
6734
|
+
];
|
|
6599
6735
|
var OpenTableFormatInput$ = [3, n0, _OTFI,
|
|
6600
6736
|
0,
|
|
6601
6737
|
[_IIc],
|
|
@@ -6648,6 +6784,11 @@ var OtherMetadataValueListItem$ = [3, n0, _OMVLI,
|
|
|
6648
6784
|
[_MVe, _CTreat],
|
|
6649
6785
|
[0, 0]
|
|
6650
6786
|
];
|
|
6787
|
+
var PaginationConfiguration$ = [3, n0, _PCa,
|
|
6788
|
+
0,
|
|
6789
|
+
[_CCur, _OC],
|
|
6790
|
+
[() => CursorConfiguration$, () => OffsetConfiguration$]
|
|
6791
|
+
];
|
|
6651
6792
|
var Partition$ = [3, n0, _Part,
|
|
6652
6793
|
0,
|
|
6653
6794
|
[_Val, _DN, _TN, _CTre, _LAT, _SDto, _Par, _LATa, _CI],
|
|
@@ -6691,7 +6832,7 @@ var PhysicalConnectionRequirements$ = [3, n0, _PCR,
|
|
|
6691
6832
|
];
|
|
6692
6833
|
var PIIDetection$ = [3, n0, _PIID,
|
|
6693
6834
|
0,
|
|
6694
|
-
[_N, _I,
|
|
6835
|
+
[_N, _I, _PTi, _ETTD, _OCN, _SFa, _TFh, _MVas, _RTed, _RCed, _MPa, _NLCTE, _NRCTE, _DP, _DSe],
|
|
6695
6836
|
[0, 64 | 0, 0, 64 | 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0], 4
|
|
6696
6837
|
];
|
|
6697
6838
|
var PostgreSQLCatalogSource$ = [3, n0, _PSQLCS,
|
|
@@ -6726,8 +6867,8 @@ var ProfileConfiguration$ = [3, n0, _PCr,
|
|
|
6726
6867
|
];
|
|
6727
6868
|
var Property$ = [3, n0, _Prop,
|
|
6728
6869
|
0,
|
|
6729
|
-
[_N, _D, _Req, _PTr, _DV, _AVl, _DOS],
|
|
6730
|
-
[0, 0, 2, 64 | 0, 0, () => AllowedValues, 64 | 0], 4
|
|
6870
|
+
[_N, _D, _Req, _PTr, _DV, _AVl, _DOS, _KO, _PL],
|
|
6871
|
+
[0, 0, 2, 64 | 0, 0, () => AllowedValues, 64 | 0, 0, 0], 4
|
|
6731
6872
|
];
|
|
6732
6873
|
var PropertyPredicate$ = [3, n0, _PPro,
|
|
6733
6874
|
0,
|
|
@@ -6796,7 +6937,7 @@ var QuerySchemaVersionMetadataResponse$ = [3, n0, _QSVMR,
|
|
|
6796
6937
|
];
|
|
6797
6938
|
var QuerySessionContext$ = [3, n0, _QSC,
|
|
6798
6939
|
0,
|
|
6799
|
-
[_QI, _QST,
|
|
6940
|
+
[_QI, _QST, _CIlu, _QAI, _ACd],
|
|
6800
6941
|
[0, 4, 0, 0, 128 | 0]
|
|
6801
6942
|
];
|
|
6802
6943
|
var Recipe$ = [3, n0, _Rec,
|
|
@@ -6834,6 +6975,16 @@ var RedshiftTarget$ = [3, n0, _RTe,
|
|
|
6834
6975
|
[_N, _I, _Dat, _Ta, _RTD, _TDIAMR, _URO],
|
|
6835
6976
|
[0, 64 | 0, 0, 0, 0, 0, () => UpsertRedshiftTargetOptions$], 4
|
|
6836
6977
|
];
|
|
6978
|
+
var RegisterConnectionTypeRequest$ = [3, n0, _RCTR,
|
|
6979
|
+
0,
|
|
6980
|
+
[_CTo, _ITn, _CPo, _CACo, _RCe, _D, _Tag],
|
|
6981
|
+
[0, 0, () => ConnectionPropertiesConfiguration$, () => ConnectorAuthenticationConfiguration$, () => RestConfiguration$, 0, 128 | 0], 5
|
|
6982
|
+
];
|
|
6983
|
+
var RegisterConnectionTypeResponse$ = [3, n0, _RCTRe,
|
|
6984
|
+
0,
|
|
6985
|
+
[_CTA],
|
|
6986
|
+
[0]
|
|
6987
|
+
];
|
|
6837
6988
|
var RegisterSchemaVersionInput$ = [3, n0, _RSVI,
|
|
6838
6989
|
0,
|
|
6839
6990
|
[_SIc, _SD],
|
|
@@ -6904,9 +7055,24 @@ var ResourceNumberLimitExceededException$ = [-3, n0, _RNLEE,
|
|
|
6904
7055
|
schema.TypeRegistry.for(n0).registerError(ResourceNumberLimitExceededException$, ResourceNumberLimitExceededException);
|
|
6905
7056
|
var ResourceUri$ = [3, n0, _RUe,
|
|
6906
7057
|
0,
|
|
6907
|
-
[_RTes,
|
|
7058
|
+
[_RTes, _Uri],
|
|
6908
7059
|
[0, 0]
|
|
6909
7060
|
];
|
|
7061
|
+
var ResponseConfiguration$ = [3, n0, _RCes,
|
|
7062
|
+
0,
|
|
7063
|
+
[_RPe, _EPr],
|
|
7064
|
+
[0, 0], 1
|
|
7065
|
+
];
|
|
7066
|
+
var ResponseExtractionMapping$ = [3, n0, _REMe,
|
|
7067
|
+
0,
|
|
7068
|
+
[_CPont, _HK],
|
|
7069
|
+
[0, 0]
|
|
7070
|
+
];
|
|
7071
|
+
var RestConfiguration$ = [3, n0, _RCe,
|
|
7072
|
+
0,
|
|
7073
|
+
[_GSC, _VEC, _ECnti],
|
|
7074
|
+
[() => SourceConfiguration$, () => SourceConfiguration$, () => EntityConfigurationMap]
|
|
7075
|
+
];
|
|
6910
7076
|
var ResumeWorkflowRunRequest$ = [3, n0, _RWRR,
|
|
6911
7077
|
0,
|
|
6912
7078
|
[_N, _RIu, _NI],
|
|
@@ -6937,7 +7103,7 @@ var RunIdentifier$ = [3, n0, _RIun,
|
|
|
6937
7103
|
[_RIu, _JRI],
|
|
6938
7104
|
[0, 0]
|
|
6939
7105
|
];
|
|
6940
|
-
var RunMetrics$ = [3, n0,
|
|
7106
|
+
var RunMetrics$ = [3, n0, _RMun,
|
|
6941
7107
|
0,
|
|
6942
7108
|
[_NOBC, _NOFC, _NOD, _JDIH],
|
|
6943
7109
|
[0, 0, 0, 0]
|
|
@@ -6979,7 +7145,7 @@ var S3CatalogTarget$ = [3, n0, _SCTa,
|
|
|
6979
7145
|
];
|
|
6980
7146
|
var S3CsvSource$ = [3, n0, _SCSs,
|
|
6981
7147
|
0,
|
|
6982
|
-
[_N, _Pat, _Sep, _QC, _CTomp, _Exc, _GSr, _GFr, _Recur, _MBa, _MFIB, _AOdd, _Es, _Mu, _WH, _WHr, _SFk,
|
|
7148
|
+
[_N, _Pat, _Sep, _QC, _CTomp, _Exc, _GSr, _GFr, _Recur, _MBa, _MFIB, _AOdd, _Es, _Mu, _WH, _WHr, _SFk, _OPp, _OS],
|
|
6983
7149
|
[0, 64 | 0, 0, 0, 0, 64 | 0, 0, 0, 2, 1, 1, () => S3DirectSourceAdditionalOptions$, 0, 2, 2, 2, 2, 2, () => GlueSchemas], 4
|
|
6984
7150
|
];
|
|
6985
7151
|
var S3DeltaCatalogTarget$ = [3, n0, _SDCT,
|
|
@@ -7072,7 +7238,7 @@ var S3Target$ = [3, n0, _STar,
|
|
|
7072
7238
|
[_Path, _Exc, _CNo, _SSa, _EQA, _DEQA],
|
|
7073
7239
|
[0, 64 | 0, 0, 1, 0, 0]
|
|
7074
7240
|
];
|
|
7075
|
-
var Schedule$ = [3, n0,
|
|
7241
|
+
var Schedule$ = [3, n0, _Sch,
|
|
7076
7242
|
0,
|
|
7077
7243
|
[_SEc, _Sta],
|
|
7078
7244
|
[0, 0]
|
|
@@ -7137,7 +7303,7 @@ var SchemaVersionNumber$ = [3, n0, _SVN,
|
|
|
7137
7303
|
];
|
|
7138
7304
|
var SearchTablesRequest$ = [3, n0, _STR,
|
|
7139
7305
|
0,
|
|
7140
|
-
[_CI, _NTe, _Fil, _STe,
|
|
7306
|
+
[_CI, _NTe, _Fil, _STe, _SCor, _MRax, _RST, _ISD],
|
|
7141
7307
|
[0, 0, () => SearchPropertyPredicates, 0, () => SortCriteria, 1, 0, 2]
|
|
7142
7308
|
];
|
|
7143
7309
|
var SearchTablesResponse$ = [3, n0, _STRe,
|
|
@@ -7187,7 +7353,7 @@ var SkewedInfo$ = [3, n0, _SIk,
|
|
|
7187
7353
|
];
|
|
7188
7354
|
var SnowflakeNodeData$ = [3, n0, _SND,
|
|
7189
7355
|
0,
|
|
7190
|
-
[_ST, _Co, _S, _Ta, _Dat, _TD, _IR, _AOdd, _SQ, _PA, _PAo, _A, _U, _MA, _MWM, _MWNM, _MC, _STt, _SCe,
|
|
7356
|
+
[_ST, _Co, _S, _Ta, _Dat, _TD, _IR, _AOdd, _SQ, _PA, _PAo, _A, _U, _MA, _MWM, _MWNM, _MC, _STt, _SCe, _APut, _TS],
|
|
7191
7357
|
[0, () => Option$, 0, 0, 0, 0, () => Option$, 128 | 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, () => OptionList, 2, () => OptionList]
|
|
7192
7358
|
];
|
|
7193
7359
|
var SnowflakeSource$ = [3, n0, _SSn,
|
|
@@ -7200,14 +7366,19 @@ var SnowflakeTarget$ = [3, n0, _STn,
|
|
|
7200
7366
|
[_N, _Da, _I],
|
|
7201
7367
|
[0, () => SnowflakeNodeData$, 64 | 0], 2
|
|
7202
7368
|
];
|
|
7203
|
-
var SortCriterion$ = [3, n0,
|
|
7369
|
+
var SortCriterion$ = [3, n0, _SCort,
|
|
7204
7370
|
0,
|
|
7205
7371
|
[_FN, _Sor],
|
|
7206
7372
|
[0, 0]
|
|
7207
7373
|
];
|
|
7374
|
+
var SourceConfiguration$ = [3, n0, _SCo,
|
|
7375
|
+
0,
|
|
7376
|
+
[_RM, _RPeq, _RPequ, _RCes, _PCa],
|
|
7377
|
+
[0, 0, () => ConnectorPropertyList, () => ResponseConfiguration$, () => PaginationConfiguration$]
|
|
7378
|
+
];
|
|
7208
7379
|
var SourceControlDetails$ = [3, n0, _SCD,
|
|
7209
7380
|
0,
|
|
7210
|
-
[_Prov, _Repo, _Ow, _Br, _Fol, _LCIa, _AS,
|
|
7381
|
+
[_Prov, _Repo, _Ow, _Br, _Fol, _LCIa, _AS, _ATuth],
|
|
7211
7382
|
[0, 0, 0, 0, 0, 0, 0, 0]
|
|
7212
7383
|
];
|
|
7213
7384
|
var SourceProcessingProperties$ = [3, n0, _SPP,
|
|
@@ -7522,7 +7693,7 @@ var StopWorkflowRunResponse$ = [3, n0, _SWRRtop,
|
|
|
7522
7693
|
];
|
|
7523
7694
|
var StorageDescriptor$ = [3, n0, _SDto,
|
|
7524
7695
|
0,
|
|
7525
|
-
[_Col, _L, _ALd, _IFnp, _OF, _Compre, _NOB, _SIer, _BC,
|
|
7696
|
+
[_Col, _L, _ALd, _IFnp, _OF, _Compre, _NOB, _SIer, _BC, _SCorto, _Par, _SIk, _SASD, _SRc],
|
|
7526
7697
|
[() => ColumnList, 0, 64 | 0, 0, 0, 2, 1, () => SerDeInfo$, 64 | 0, () => OrderList, 128 | 0, () => SkewedInfo$, 2, () => SchemaReference$]
|
|
7527
7698
|
];
|
|
7528
7699
|
var StreamingDataPreviewOptions$ = [3, n0, _SDPO,
|
|
@@ -7628,7 +7799,7 @@ var TargetTableConfig$ = [3, n0, _TTC,
|
|
|
7628
7799
|
];
|
|
7629
7800
|
var TaskRun$ = [3, n0, _TRa,
|
|
7630
7801
|
0,
|
|
7631
|
-
[_TIr, _TRI, _St, _LGN,
|
|
7802
|
+
[_TIr, _TRI, _St, _LGN, _Pro, _ES, _SO, _LMO, _COo, _ETxe],
|
|
7632
7803
|
[0, 0, 0, 0, () => TaskRunProperties$, 0, 4, 4, 4, 1]
|
|
7633
7804
|
];
|
|
7634
7805
|
var TaskRunFilterCriteria$ = [3, n0, _TRFC,
|
|
@@ -7704,7 +7875,7 @@ var TransformSortCriteria$ = [3, n0, _TSC,
|
|
|
7704
7875
|
];
|
|
7705
7876
|
var Trigger$ = [3, n0, _Tri,
|
|
7706
7877
|
0,
|
|
7707
|
-
[_N, _WN, _Id, _Ty, _Sta, _D,
|
|
7878
|
+
[_N, _WN, _Id, _Ty, _Sta, _D, _Sch, _Ac, _Pre, _EBC],
|
|
7708
7879
|
[0, 0, 0, 0, 0, 0, 0, () => ActionList, () => Predicate$, () => EventBatchingCondition$]
|
|
7709
7880
|
];
|
|
7710
7881
|
var TriggerNodeDetails$ = [3, n0, _TND,
|
|
@@ -7714,7 +7885,7 @@ var TriggerNodeDetails$ = [3, n0, _TND,
|
|
|
7714
7885
|
];
|
|
7715
7886
|
var TriggerUpdate$ = [3, n0, _TUr,
|
|
7716
7887
|
0,
|
|
7717
|
-
[_N, _D,
|
|
7888
|
+
[_N, _D, _Sch, _Ac, _Pre, _EBC],
|
|
7718
7889
|
[0, 0, 0, () => ActionList, () => Predicate$, () => EventBatchingCondition$]
|
|
7719
7890
|
];
|
|
7720
7891
|
var UnfilteredPartition$ = [3, n0, _UPn,
|
|
@@ -7789,7 +7960,7 @@ var UpdateColumnStatisticsForTableResponse$ = [3, n0, _UCSFTRp,
|
|
|
7789
7960
|
];
|
|
7790
7961
|
var UpdateColumnStatisticsTaskSettingsRequest$ = [3, n0, _UCSTSR,
|
|
7791
7962
|
0,
|
|
7792
|
-
[_DN, _TN, _Rol,
|
|
7963
|
+
[_DN, _TN, _Rol, _Sch, _CNLo, _SSa, _CID, _SC],
|
|
7793
7964
|
[0, 0, 0, 0, 64 | 0, 1, 0, 0], 2
|
|
7794
7965
|
];
|
|
7795
7966
|
var UpdateColumnStatisticsTaskSettingsResponse$ = [3, n0, _UCSTSRp,
|
|
@@ -7809,7 +7980,7 @@ var UpdateConnectionResponse$ = [3, n0, _UCRpdate,
|
|
|
7809
7980
|
];
|
|
7810
7981
|
var UpdateCrawlerRequest$ = [3, n0, _UCRpdater,
|
|
7811
7982
|
0,
|
|
7812
|
-
[_N, _Rol, _DN, _D, _Targ,
|
|
7983
|
+
[_N, _Rol, _DN, _D, _Targ, _Sch, _Cla, _TP, _SCP, _RP, _LC, _LFC, _Conf, _CSC],
|
|
7813
7984
|
[0, 0, 0, 0, () => CrawlerTargets$, 0, 64 | 0, 0, () => SchemaChangePolicy$, () => RecrawlPolicy$, () => LineageConfiguration$, () => LakeFormationConfiguration$, 0, 0], 1
|
|
7814
7985
|
];
|
|
7815
7986
|
var UpdateCrawlerResponse$ = [3, n0, _UCRpdatera,
|
|
@@ -7819,7 +7990,7 @@ var UpdateCrawlerResponse$ = [3, n0, _UCRpdatera,
|
|
|
7819
7990
|
];
|
|
7820
7991
|
var UpdateCrawlerScheduleRequest$ = [3, n0, _UCSR,
|
|
7821
7992
|
0,
|
|
7822
|
-
[_CN,
|
|
7993
|
+
[_CN, _Sch],
|
|
7823
7994
|
[0, 0], 1
|
|
7824
7995
|
];
|
|
7825
7996
|
var UpdateCrawlerScheduleResponse$ = [3, n0, _UCSRp,
|
|
@@ -7909,7 +8080,7 @@ var UpdateIntegrationTablePropertiesResponse$ = [3, n0, _UITPRp,
|
|
|
7909
8080
|
];
|
|
7910
8081
|
var UpdateJobFromSourceControlRequest$ = [3, n0, _UJFSCR,
|
|
7911
8082
|
0,
|
|
7912
|
-
[_JN, _Prov, _RNe, _ROep, _BNr, _Fol, _CIom, _AS,
|
|
8083
|
+
[_JN, _Prov, _RNe, _ROep, _BNr, _Fol, _CIom, _AS, _ATuth],
|
|
7913
8084
|
[0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
7914
8085
|
];
|
|
7915
8086
|
var UpdateJobFromSourceControlResponse$ = [3, n0, _UJFSCRp,
|
|
@@ -7979,7 +8150,7 @@ var UpdateSchemaResponse$ = [3, n0, _USR,
|
|
|
7979
8150
|
];
|
|
7980
8151
|
var UpdateSourceControlFromJobRequest$ = [3, n0, _USCFJR,
|
|
7981
8152
|
0,
|
|
7982
|
-
[_JN, _Prov, _RNe, _ROep, _BNr, _Fol, _CIom, _AS,
|
|
8153
|
+
[_JN, _Prov, _RNe, _ROep, _BNr, _Fol, _CIom, _AS, _ATuth],
|
|
7983
8154
|
[0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
7984
8155
|
];
|
|
7985
8156
|
var UpdateSourceControlFromJobResponse$ = [3, n0, _USCFJRp,
|
|
@@ -8244,6 +8415,9 @@ var ConnectionTypeList = [1, n0, _CTLo,
|
|
|
8244
8415
|
var ConnectionTypeVariantList = [1, n0, _CTVL,
|
|
8245
8416
|
0, () => ConnectionTypeVariant$
|
|
8246
8417
|
];
|
|
8418
|
+
var ConnectorPropertyList = [1, n0, _CPL,
|
|
8419
|
+
0, () => ConnectorProperty$
|
|
8420
|
+
];
|
|
8247
8421
|
var CrawlerHistoryList = [1, n0, _CHL,
|
|
8248
8422
|
0, () => CrawlerHistory$
|
|
8249
8423
|
];
|
|
@@ -8444,7 +8618,7 @@ var PartitionIndexList = [1, n0, _PILa,
|
|
|
8444
8618
|
var PartitionInputList = [1, n0, _PIL,
|
|
8445
8619
|
0, () => PartitionInput$
|
|
8446
8620
|
];
|
|
8447
|
-
var PartitionList = [1, n0,
|
|
8621
|
+
var PartitionList = [1, n0, _PLa,
|
|
8448
8622
|
0, () => Partition$
|
|
8449
8623
|
];
|
|
8450
8624
|
var PredecessorList = [1, n0, _PLr,
|
|
@@ -8490,7 +8664,7 @@ var SecurityConfigurationList = [1, n0, _SCL,
|
|
|
8490
8664
|
var SessionList = [1, n0, _SLes,
|
|
8491
8665
|
0, () => Session$
|
|
8492
8666
|
];
|
|
8493
|
-
var SortCriteria = [1, n0,
|
|
8667
|
+
var SortCriteria = [1, n0, _SCor,
|
|
8494
8668
|
0, () => SortCriterion$
|
|
8495
8669
|
];
|
|
8496
8670
|
var SqlAliases = [1, n0, _SAq,
|
|
@@ -8575,12 +8749,18 @@ var CredentialMap = [2, n0, _CMre,
|
|
|
8575
8749
|
var DataSourceMap = [2, n0, _DSM,
|
|
8576
8750
|
0, 0, () => DataSource$
|
|
8577
8751
|
];
|
|
8752
|
+
var EntityConfigurationMap = [2, n0, _ECM,
|
|
8753
|
+
0, 0, () => EntityConfiguration$
|
|
8754
|
+
];
|
|
8578
8755
|
var ErrorByName = [2, n0, _EBN,
|
|
8579
8756
|
0, 0, () => ErrorDetail$
|
|
8580
8757
|
];
|
|
8581
8758
|
var EvaluatedMetricsMap = [2, n0, _EMM,
|
|
8582
8759
|
8, 0, 1
|
|
8583
8760
|
];
|
|
8761
|
+
var FieldDefinitionMap = [2, n0, _FDM,
|
|
8762
|
+
0, 0, () => FieldDefinition$
|
|
8763
|
+
];
|
|
8584
8764
|
var MetadataInfoMap = [2, n0, _MIM,
|
|
8585
8765
|
0, 0, () => MetadataInfo$
|
|
8586
8766
|
];
|
|
@@ -8775,6 +8955,9 @@ var DeleteColumnStatisticsTaskSettings$ = [9, n0, _DCSTS,
|
|
|
8775
8955
|
var DeleteConnection$ = [9, n0, _DCel,
|
|
8776
8956
|
0, () => DeleteConnectionRequest$, () => DeleteConnectionResponse$
|
|
8777
8957
|
];
|
|
8958
|
+
var DeleteConnectionType$ = [9, n0, _DCT,
|
|
8959
|
+
0, () => DeleteConnectionTypeRequest$, () => DeleteConnectionTypeResponse$
|
|
8960
|
+
];
|
|
8778
8961
|
var DeleteCrawler$ = [9, n0, _DCele,
|
|
8779
8962
|
0, () => DeleteCrawlerRequest$, () => DeleteCrawlerResponse$
|
|
8780
8963
|
];
|
|
@@ -8853,7 +9036,7 @@ var DeleteUserDefinedFunction$ = [9, n0, _DUDF,
|
|
|
8853
9036
|
var DeleteWorkflow$ = [9, n0, _DW,
|
|
8854
9037
|
0, () => DeleteWorkflowRequest$, () => DeleteWorkflowResponse$
|
|
8855
9038
|
];
|
|
8856
|
-
var DescribeConnectionType$ = [9, n0,
|
|
9039
|
+
var DescribeConnectionType$ = [9, n0, _DCTe,
|
|
8857
9040
|
0, () => DescribeConnectionTypeRequest$, () => DescribeConnectionTypeResponse$
|
|
8858
9041
|
];
|
|
8859
9042
|
var DescribeEntity$ = [9, n0, _DEes,
|
|
@@ -9036,10 +9219,10 @@ var GetSchemaVersion$ = [9, n0, _GSV,
|
|
|
9036
9219
|
var GetSchemaVersionsDiff$ = [9, n0, _GSVD,
|
|
9037
9220
|
0, () => GetSchemaVersionsDiffInput$, () => GetSchemaVersionsDiffResponse$
|
|
9038
9221
|
];
|
|
9039
|
-
var GetSecurityConfiguration$ = [9, n0,
|
|
9222
|
+
var GetSecurityConfiguration$ = [9, n0, _GSCe,
|
|
9040
9223
|
0, () => GetSecurityConfigurationRequest$, () => GetSecurityConfigurationResponse$
|
|
9041
9224
|
];
|
|
9042
|
-
var GetSecurityConfigurations$ = [9, n0,
|
|
9225
|
+
var GetSecurityConfigurations$ = [9, n0, _GSCet,
|
|
9043
9226
|
0, () => GetSecurityConfigurationsRequest$, () => GetSecurityConfigurationsResponse$
|
|
9044
9227
|
];
|
|
9045
9228
|
var GetSession$ = [9, n0, _GSet,
|
|
@@ -9207,6 +9390,9 @@ var PutWorkflowRunProperties$ = [9, n0, _PWRP,
|
|
|
9207
9390
|
var QuerySchemaVersionMetadata$ = [9, n0, _QSVM,
|
|
9208
9391
|
0, () => QuerySchemaVersionMetadataInput$, () => QuerySchemaVersionMetadataResponse$
|
|
9209
9392
|
];
|
|
9393
|
+
var RegisterConnectionType$ = [9, n0, _RCT,
|
|
9394
|
+
0, () => RegisterConnectionTypeRequest$, () => RegisterConnectionTypeResponse$
|
|
9395
|
+
];
|
|
9210
9396
|
var RegisterSchemaVersion$ = [9, n0, _RSV,
|
|
9211
9397
|
0, () => RegisterSchemaVersionInput$, () => RegisterSchemaVersionResponse$
|
|
9212
9398
|
];
|
|
@@ -10096,6 +10282,18 @@ class DeleteConnectionCommand extends smithyClient.Command
|
|
|
10096
10282
|
.build() {
|
|
10097
10283
|
}
|
|
10098
10284
|
|
|
10285
|
+
class DeleteConnectionTypeCommand extends smithyClient.Command
|
|
10286
|
+
.classBuilder()
|
|
10287
|
+
.ep(commonParams)
|
|
10288
|
+
.m(function (Command, cs, config, o) {
|
|
10289
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
10290
|
+
})
|
|
10291
|
+
.s("AWSGlue", "DeleteConnectionType", {})
|
|
10292
|
+
.n("GlueClient", "DeleteConnectionTypeCommand")
|
|
10293
|
+
.sc(DeleteConnectionType$)
|
|
10294
|
+
.build() {
|
|
10295
|
+
}
|
|
10296
|
+
|
|
10099
10297
|
class DeleteCrawlerCommand extends smithyClient.Command
|
|
10100
10298
|
.classBuilder()
|
|
10101
10299
|
.ep(commonParams)
|
|
@@ -11824,6 +12022,18 @@ class QuerySchemaVersionMetadataCommand extends smithyClient.Command
|
|
|
11824
12022
|
.build() {
|
|
11825
12023
|
}
|
|
11826
12024
|
|
|
12025
|
+
class RegisterConnectionTypeCommand extends smithyClient.Command
|
|
12026
|
+
.classBuilder()
|
|
12027
|
+
.ep(commonParams)
|
|
12028
|
+
.m(function (Command, cs, config, o) {
|
|
12029
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
12030
|
+
})
|
|
12031
|
+
.s("AWSGlue", "RegisterConnectionType", {})
|
|
12032
|
+
.n("GlueClient", "RegisterConnectionTypeCommand")
|
|
12033
|
+
.sc(RegisterConnectionType$)
|
|
12034
|
+
.build() {
|
|
12035
|
+
}
|
|
12036
|
+
|
|
11827
12037
|
class RegisterSchemaVersionCommand extends smithyClient.Command
|
|
11828
12038
|
.classBuilder()
|
|
11829
12039
|
.ep(commonParams)
|
|
@@ -12696,6 +12906,7 @@ const commands = {
|
|
|
12696
12906
|
DeleteColumnStatisticsForTableCommand,
|
|
12697
12907
|
DeleteColumnStatisticsTaskSettingsCommand,
|
|
12698
12908
|
DeleteConnectionCommand,
|
|
12909
|
+
DeleteConnectionTypeCommand,
|
|
12699
12910
|
DeleteCrawlerCommand,
|
|
12700
12911
|
DeleteCustomEntityTypeCommand,
|
|
12701
12912
|
DeleteDatabaseCommand,
|
|
@@ -12840,6 +13051,7 @@ const commands = {
|
|
|
12840
13051
|
PutSchemaVersionMetadataCommand,
|
|
12841
13052
|
PutWorkflowRunPropertiesCommand,
|
|
12842
13053
|
QuerySchemaVersionMetadataCommand,
|
|
13054
|
+
RegisterConnectionTypeCommand,
|
|
12843
13055
|
RegisterSchemaVersionCommand,
|
|
12844
13056
|
RemoveSchemaVersionMetadataCommand,
|
|
12845
13057
|
ResetJobBookmarkCommand,
|
|
@@ -12987,6 +13199,12 @@ const DataOperation = {
|
|
|
12987
13199
|
READ: "READ",
|
|
12988
13200
|
WRITE: "WRITE",
|
|
12989
13201
|
};
|
|
13202
|
+
const PropertyLocation = {
|
|
13203
|
+
BODY: "BODY",
|
|
13204
|
+
HEADER: "HEADER",
|
|
13205
|
+
PATH: "PATH",
|
|
13206
|
+
QUERY_PARAM: "QUERY_PARAM",
|
|
13207
|
+
};
|
|
12990
13208
|
const PropertyType = {
|
|
12991
13209
|
READ_ONLY: "READ_ONLY",
|
|
12992
13210
|
SECRET: "SECRET",
|
|
@@ -13660,6 +13878,7 @@ const RegistryStatus = {
|
|
|
13660
13878
|
const FieldDataType = {
|
|
13661
13879
|
ARRAY: "ARRAY",
|
|
13662
13880
|
BIGINT: "BIGINT",
|
|
13881
|
+
BINARY: "BINARY",
|
|
13663
13882
|
BOOLEAN: "BOOLEAN",
|
|
13664
13883
|
BYTE: "BYTE",
|
|
13665
13884
|
DATE: "DATE",
|
|
@@ -13674,6 +13893,11 @@ const FieldDataType = {
|
|
|
13674
13893
|
STRING: "STRING",
|
|
13675
13894
|
STRUCT: "STRUCT",
|
|
13676
13895
|
TIMESTAMP: "TIMESTAMP",
|
|
13896
|
+
UNION: "UNION",
|
|
13897
|
+
};
|
|
13898
|
+
const HTTPMethod = {
|
|
13899
|
+
GET: "GET",
|
|
13900
|
+
POST: "POST",
|
|
13677
13901
|
};
|
|
13678
13902
|
const FieldFilterOperator = {
|
|
13679
13903
|
BETWEEN: "BETWEEN",
|
|
@@ -13866,6 +14090,18 @@ const ExistCondition = {
|
|
|
13866
14090
|
NONE: "NONE",
|
|
13867
14091
|
NOT_EXIST: "NOT_EXIST",
|
|
13868
14092
|
};
|
|
14093
|
+
const ContentType = {
|
|
14094
|
+
APPLICATION_JSON: "APPLICATION_JSON",
|
|
14095
|
+
URL_ENCODED: "URL_ENCODED",
|
|
14096
|
+
};
|
|
14097
|
+
const ConnectorOAuth2GrantType = {
|
|
14098
|
+
AUTHORIZATION_CODE: "AUTHORIZATION_CODE",
|
|
14099
|
+
CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS",
|
|
14100
|
+
JWT_BEARER: "JWT_BEARER",
|
|
14101
|
+
};
|
|
14102
|
+
const IntegrationType = {
|
|
14103
|
+
REST: "REST",
|
|
14104
|
+
};
|
|
13869
14105
|
const Comparator = {
|
|
13870
14106
|
EQUALS: "EQUALS",
|
|
13871
14107
|
GREATER_THAN: "GREATER_THAN",
|
|
@@ -13933,6 +14169,7 @@ exports.AutoDataQuality$ = AutoDataQuality$;
|
|
|
13933
14169
|
exports.BackfillError$ = BackfillError$;
|
|
13934
14170
|
exports.BackfillErrorCode = BackfillErrorCode;
|
|
13935
14171
|
exports.BasicAuthenticationCredentials$ = BasicAuthenticationCredentials$;
|
|
14172
|
+
exports.BasicAuthenticationProperties$ = BasicAuthenticationProperties$;
|
|
13936
14173
|
exports.BasicCatalogTarget$ = BasicCatalogTarget$;
|
|
13937
14174
|
exports.BatchCreatePartition$ = BatchCreatePartition$;
|
|
13938
14175
|
exports.BatchCreatePartitionCommand = BatchCreatePartitionCommand;
|
|
@@ -14057,6 +14294,7 @@ exports.CheckSchemaVersionValidityCommand = CheckSchemaVersionValidityCommand;
|
|
|
14057
14294
|
exports.CheckSchemaVersionValidityInput$ = CheckSchemaVersionValidityInput$;
|
|
14058
14295
|
exports.CheckSchemaVersionValidityResponse$ = CheckSchemaVersionValidityResponse$;
|
|
14059
14296
|
exports.Classifier$ = Classifier$;
|
|
14297
|
+
exports.ClientCredentialsProperties$ = ClientCredentialsProperties$;
|
|
14060
14298
|
exports.CloudWatchEncryption$ = CloudWatchEncryption$;
|
|
14061
14299
|
exports.CloudWatchEncryptionMode = CloudWatchEncryptionMode;
|
|
14062
14300
|
exports.CodeGenConfigurationNode$ = CodeGenConfigurationNode$;
|
|
@@ -14105,14 +14343,21 @@ exports.ConfusionMatrix$ = ConfusionMatrix$;
|
|
|
14105
14343
|
exports.Connection$ = Connection$;
|
|
14106
14344
|
exports.ConnectionInput$ = ConnectionInput$;
|
|
14107
14345
|
exports.ConnectionPasswordEncryption$ = ConnectionPasswordEncryption$;
|
|
14346
|
+
exports.ConnectionPropertiesConfiguration$ = ConnectionPropertiesConfiguration$;
|
|
14108
14347
|
exports.ConnectionPropertyKey = ConnectionPropertyKey;
|
|
14109
14348
|
exports.ConnectionStatus = ConnectionStatus;
|
|
14110
14349
|
exports.ConnectionType = ConnectionType;
|
|
14111
14350
|
exports.ConnectionTypeBrief$ = ConnectionTypeBrief$;
|
|
14112
14351
|
exports.ConnectionTypeVariant$ = ConnectionTypeVariant$;
|
|
14113
14352
|
exports.ConnectionsList$ = ConnectionsList$;
|
|
14353
|
+
exports.ConnectorAuthenticationConfiguration$ = ConnectorAuthenticationConfiguration$;
|
|
14354
|
+
exports.ConnectorAuthorizationCodeProperties$ = ConnectorAuthorizationCodeProperties$;
|
|
14114
14355
|
exports.ConnectorDataSource$ = ConnectorDataSource$;
|
|
14115
14356
|
exports.ConnectorDataTarget$ = ConnectorDataTarget$;
|
|
14357
|
+
exports.ConnectorOAuth2GrantType = ConnectorOAuth2GrantType;
|
|
14358
|
+
exports.ConnectorOAuth2Properties$ = ConnectorOAuth2Properties$;
|
|
14359
|
+
exports.ConnectorProperty$ = ConnectorProperty$;
|
|
14360
|
+
exports.ContentType = ContentType;
|
|
14116
14361
|
exports.Crawl$ = Crawl$;
|
|
14117
14362
|
exports.CrawlState = CrawlState;
|
|
14118
14363
|
exports.Crawler$ = Crawler$;
|
|
@@ -14254,6 +14499,8 @@ exports.CreateXMLClassifierRequest$ = CreateXMLClassifierRequest$;
|
|
|
14254
14499
|
exports.CsvClassifier$ = CsvClassifier$;
|
|
14255
14500
|
exports.CsvHeaderOption = CsvHeaderOption;
|
|
14256
14501
|
exports.CsvSerdeOption = CsvSerdeOption;
|
|
14502
|
+
exports.CursorConfiguration$ = CursorConfiguration$;
|
|
14503
|
+
exports.CustomAuthenticationProperties$ = CustomAuthenticationProperties$;
|
|
14257
14504
|
exports.CustomCode$ = CustomCode$;
|
|
14258
14505
|
exports.CustomEntityType$ = CustomEntityType$;
|
|
14259
14506
|
exports.DDBELTCatalogAdditionalOptions$ = DDBELTCatalogAdditionalOptions$;
|
|
@@ -14330,6 +14577,10 @@ exports.DeleteConnection$ = DeleteConnection$;
|
|
|
14330
14577
|
exports.DeleteConnectionCommand = DeleteConnectionCommand;
|
|
14331
14578
|
exports.DeleteConnectionRequest$ = DeleteConnectionRequest$;
|
|
14332
14579
|
exports.DeleteConnectionResponse$ = DeleteConnectionResponse$;
|
|
14580
|
+
exports.DeleteConnectionType$ = DeleteConnectionType$;
|
|
14581
|
+
exports.DeleteConnectionTypeCommand = DeleteConnectionTypeCommand;
|
|
14582
|
+
exports.DeleteConnectionTypeRequest$ = DeleteConnectionTypeRequest$;
|
|
14583
|
+
exports.DeleteConnectionTypeResponse$ = DeleteConnectionTypeResponse$;
|
|
14333
14584
|
exports.DeleteCrawler$ = DeleteCrawler$;
|
|
14334
14585
|
exports.DeleteCrawlerCommand = DeleteCrawlerCommand;
|
|
14335
14586
|
exports.DeleteCrawlerRequest$ = DeleteCrawlerRequest$;
|
|
@@ -14471,6 +14722,7 @@ exports.EnableHybridValues = EnableHybridValues;
|
|
|
14471
14722
|
exports.EncryptionAtRest$ = EncryptionAtRest$;
|
|
14472
14723
|
exports.EncryptionConfiguration$ = EncryptionConfiguration$;
|
|
14473
14724
|
exports.Entity$ = Entity$;
|
|
14725
|
+
exports.EntityConfiguration$ = EntityConfiguration$;
|
|
14474
14726
|
exports.EntityNotFoundException = EntityNotFoundException;
|
|
14475
14727
|
exports.EntityNotFoundException$ = EntityNotFoundException$;
|
|
14476
14728
|
exports.ErrorDetail$ = ErrorDetail$;
|
|
@@ -14485,6 +14737,7 @@ exports.ExecutionProperty$ = ExecutionProperty$;
|
|
|
14485
14737
|
exports.ExecutionStatus = ExecutionStatus;
|
|
14486
14738
|
exports.ExistCondition = ExistCondition;
|
|
14487
14739
|
exports.ExportLabelsTaskRunProperties$ = ExportLabelsTaskRunProperties$;
|
|
14740
|
+
exports.ExtractedParameter$ = ExtractedParameter$;
|
|
14488
14741
|
exports.FederatedCatalog$ = FederatedCatalog$;
|
|
14489
14742
|
exports.FederatedDatabase$ = FederatedDatabase$;
|
|
14490
14743
|
exports.FederatedResourceAlreadyExistsException = FederatedResourceAlreadyExistsException;
|
|
@@ -14497,6 +14750,7 @@ exports.FederationSourceRetryableException = FederationSourceRetryableException;
|
|
|
14497
14750
|
exports.FederationSourceRetryableException$ = FederationSourceRetryableException$;
|
|
14498
14751
|
exports.Field$ = Field$;
|
|
14499
14752
|
exports.FieldDataType = FieldDataType;
|
|
14753
|
+
exports.FieldDefinition$ = FieldDefinition$;
|
|
14500
14754
|
exports.FieldFilterOperator = FieldFilterOperator;
|
|
14501
14755
|
exports.FieldName = FieldName;
|
|
14502
14756
|
exports.FillMissingValues$ = FillMissingValues$;
|
|
@@ -14843,6 +15097,7 @@ exports.GovernedCatalogSource$ = GovernedCatalogSource$;
|
|
|
14843
15097
|
exports.GovernedCatalogTarget$ = GovernedCatalogTarget$;
|
|
14844
15098
|
exports.GrokClassifier$ = GrokClassifier$;
|
|
14845
15099
|
exports.GroupFilters$ = GroupFilters$;
|
|
15100
|
+
exports.HTTPMethod = HTTPMethod;
|
|
14846
15101
|
exports.HudiTarget$ = HudiTarget$;
|
|
14847
15102
|
exports.HudiTargetCompressionType = HudiTargetCompressionType;
|
|
14848
15103
|
exports.HyperTargetCompressionType = HyperTargetCompressionType;
|
|
@@ -14898,6 +15153,7 @@ exports.IntegrationQuotaExceededFault$ = IntegrationQuotaExceededFault$;
|
|
|
14898
15153
|
exports.IntegrationResourceProperty$ = IntegrationResourceProperty$;
|
|
14899
15154
|
exports.IntegrationResourcePropertyFilter$ = IntegrationResourcePropertyFilter$;
|
|
14900
15155
|
exports.IntegrationStatus = IntegrationStatus;
|
|
15156
|
+
exports.IntegrationType = IntegrationType;
|
|
14901
15157
|
exports.InternalServerException = InternalServerException;
|
|
14902
15158
|
exports.InternalServerException$ = InternalServerException$;
|
|
14903
15159
|
exports.InternalServiceException = InternalServiceException;
|
|
@@ -14913,6 +15169,7 @@ exports.JDBCConnectorOptions$ = JDBCConnectorOptions$;
|
|
|
14913
15169
|
exports.JDBCConnectorSource$ = JDBCConnectorSource$;
|
|
14914
15170
|
exports.JDBCConnectorTarget$ = JDBCConnectorTarget$;
|
|
14915
15171
|
exports.JDBCDataType = JDBCDataType;
|
|
15172
|
+
exports.JWTBearerProperties$ = JWTBearerProperties$;
|
|
14916
15173
|
exports.JdbcMetadataEntry = JdbcMetadataEntry;
|
|
14917
15174
|
exports.JdbcTarget$ = JdbcTarget$;
|
|
14918
15175
|
exports.Job$ = Job$;
|
|
@@ -15096,6 +15353,7 @@ exports.OAuth2Credentials$ = OAuth2Credentials$;
|
|
|
15096
15353
|
exports.OAuth2GrantType = OAuth2GrantType;
|
|
15097
15354
|
exports.OAuth2Properties$ = OAuth2Properties$;
|
|
15098
15355
|
exports.OAuth2PropertiesInput$ = OAuth2PropertiesInput$;
|
|
15356
|
+
exports.OffsetConfiguration$ = OffsetConfiguration$;
|
|
15099
15357
|
exports.OpenTableFormatInput$ = OpenTableFormatInput$;
|
|
15100
15358
|
exports.OperationNotSupportedException = OperationNotSupportedException;
|
|
15101
15359
|
exports.OperationNotSupportedException$ = OperationNotSupportedException$;
|
|
@@ -15109,6 +15367,7 @@ exports.OrphanFileDeletionConfiguration$ = OrphanFileDeletionConfiguration$;
|
|
|
15109
15367
|
exports.OrphanFileDeletionMetrics$ = OrphanFileDeletionMetrics$;
|
|
15110
15368
|
exports.OtherMetadataValueListItem$ = OtherMetadataValueListItem$;
|
|
15111
15369
|
exports.PIIDetection$ = PIIDetection$;
|
|
15370
|
+
exports.PaginationConfiguration$ = PaginationConfiguration$;
|
|
15112
15371
|
exports.ParamType = ParamType;
|
|
15113
15372
|
exports.ParquetCompressionType = ParquetCompressionType;
|
|
15114
15373
|
exports.Partition$ = Partition$;
|
|
@@ -15132,6 +15391,7 @@ exports.PrincipalPermissions$ = PrincipalPermissions$;
|
|
|
15132
15391
|
exports.PrincipalType = PrincipalType;
|
|
15133
15392
|
exports.ProfileConfiguration$ = ProfileConfiguration$;
|
|
15134
15393
|
exports.Property$ = Property$;
|
|
15394
|
+
exports.PropertyLocation = PropertyLocation;
|
|
15135
15395
|
exports.PropertyPredicate$ = PropertyPredicate$;
|
|
15136
15396
|
exports.PropertyType = PropertyType;
|
|
15137
15397
|
exports.PutDataCatalogEncryptionSettings$ = PutDataCatalogEncryptionSettings$;
|
|
@@ -15168,6 +15428,10 @@ exports.RecrawlBehavior = RecrawlBehavior;
|
|
|
15168
15428
|
exports.RecrawlPolicy$ = RecrawlPolicy$;
|
|
15169
15429
|
exports.RedshiftSource$ = RedshiftSource$;
|
|
15170
15430
|
exports.RedshiftTarget$ = RedshiftTarget$;
|
|
15431
|
+
exports.RegisterConnectionType$ = RegisterConnectionType$;
|
|
15432
|
+
exports.RegisterConnectionTypeCommand = RegisterConnectionTypeCommand;
|
|
15433
|
+
exports.RegisterConnectionTypeRequest$ = RegisterConnectionTypeRequest$;
|
|
15434
|
+
exports.RegisterConnectionTypeResponse$ = RegisterConnectionTypeResponse$;
|
|
15171
15435
|
exports.RegisterSchemaVersion$ = RegisterSchemaVersion$;
|
|
15172
15436
|
exports.RegisterSchemaVersionCommand = RegisterSchemaVersionCommand;
|
|
15173
15437
|
exports.RegisterSchemaVersionInput$ = RegisterSchemaVersionInput$;
|
|
@@ -15196,6 +15460,9 @@ exports.ResourceShareType = ResourceShareType;
|
|
|
15196
15460
|
exports.ResourceState = ResourceState;
|
|
15197
15461
|
exports.ResourceType = ResourceType;
|
|
15198
15462
|
exports.ResourceUri$ = ResourceUri$;
|
|
15463
|
+
exports.ResponseConfiguration$ = ResponseConfiguration$;
|
|
15464
|
+
exports.ResponseExtractionMapping$ = ResponseExtractionMapping$;
|
|
15465
|
+
exports.RestConfiguration$ = RestConfiguration$;
|
|
15199
15466
|
exports.ResumeWorkflowRun$ = ResumeWorkflowRun$;
|
|
15200
15467
|
exports.ResumeWorkflowRunCommand = ResumeWorkflowRunCommand;
|
|
15201
15468
|
exports.ResumeWorkflowRunRequest$ = ResumeWorkflowRunRequest$;
|
|
@@ -15275,6 +15542,7 @@ exports.SnowflakeTarget$ = SnowflakeTarget$;
|
|
|
15275
15542
|
exports.Sort = Sort;
|
|
15276
15543
|
exports.SortCriterion$ = SortCriterion$;
|
|
15277
15544
|
exports.SortDirectionType = SortDirectionType;
|
|
15545
|
+
exports.SourceConfiguration$ = SourceConfiguration$;
|
|
15278
15546
|
exports.SourceControlAuthStrategy = SourceControlAuthStrategy;
|
|
15279
15547
|
exports.SourceControlDetails$ = SourceControlDetails$;
|
|
15280
15548
|
exports.SourceControlProvider = SourceControlProvider;
|