@aws-sdk/client-glue 3.1087.0 → 3.1089.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 (324) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Glue.d.ts +981 -1320
  3. package/dist-types/ts3.4/GlueClient.d.ts +56 -189
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/AssociateGlossaryTermsCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/BatchGetIterableFormsCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/BatchGetTableOptimizerCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/CreateCatalogCommand.d.ts +4 -9
  34. package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +3 -8
  35. package/dist-types/ts3.4/commands/CreateColumnStatisticsTaskSettingsCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +3 -5
  38. package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +5 -10
  39. package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/CreateGlueIdentityCenterConfigurationCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/CreateIntegrationResourcePropertyCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/CreateIntegrationTablePropertiesCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +7 -5
  49. package/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +3 -5
  54. package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +4 -9
  57. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +3 -5
  58. package/dist-types/ts3.4/commands/CreateTableOptimizerCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/CreateUsageProfileCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +4 -9
  65. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +4 -9
  66. package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/DeleteCatalogCommand.d.ts +4 -9
  68. package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/DeleteColumnStatisticsTaskSettingsCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +4 -9
  73. package/dist-types/ts3.4/commands/DeleteConnectionTypeCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +4 -6
  77. package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +4 -9
  78. package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +5 -10
  79. package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +4 -9
  80. package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +4 -9
  81. package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +5 -10
  82. package/dist-types/ts3.4/commands/DeleteGlueIdentityCenterConfigurationCommand.d.ts +3 -5
  83. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +5 -10
  84. package/dist-types/ts3.4/commands/DeleteIntegrationResourcePropertyCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/DeleteIntegrationTablePropertiesCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +7 -5
  87. package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +5 -10
  88. package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +4 -9
  89. package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +5 -10
  90. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +4 -9
  91. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +4 -9
  92. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +3 -5
  93. package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +5 -10
  94. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +4 -6
  95. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +4 -9
  96. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +3 -5
  97. package/dist-types/ts3.4/commands/DeleteTableOptimizerCommand.d.ts +5 -10
  98. package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +5 -10
  99. package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +4 -9
  100. package/dist-types/ts3.4/commands/DeleteUsageProfileCommand.d.ts +5 -10
  101. package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +4 -6
  102. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +4 -9
  103. package/dist-types/ts3.4/commands/DescribeConnectionTypeCommand.d.ts +5 -10
  104. package/dist-types/ts3.4/commands/DescribeEntityCommand.d.ts +4 -9
  105. package/dist-types/ts3.4/commands/DescribeInboundIntegrationsCommand.d.ts +3 -5
  106. package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +4 -9
  107. package/dist-types/ts3.4/commands/DisassociateGlossaryTermsCommand.d.ts +4 -6
  108. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +7 -5
  109. package/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +3 -5
  110. package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +3 -5
  111. package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +4 -9
  112. package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +4 -9
  113. package/dist-types/ts3.4/commands/GetCatalogCommand.d.ts +3 -5
  114. package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +4 -9
  115. package/dist-types/ts3.4/commands/GetCatalogsCommand.d.ts +2 -4
  116. package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +4 -9
  117. package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +3 -8
  118. package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +4 -6
  119. package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +4 -6
  120. package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunCommand.d.ts +4 -6
  121. package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunsCommand.d.ts +4 -6
  122. package/dist-types/ts3.4/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +4 -6
  123. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +4 -9
  124. package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +3 -8
  125. package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +3 -5
  126. package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +4 -9
  127. package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +2 -4
  128. package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +5 -10
  129. package/dist-types/ts3.4/commands/GetDashboardUrlCommand.d.ts +4 -9
  130. package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +3 -5
  131. package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +5 -10
  132. package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +4 -6
  133. package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +5 -10
  134. package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +4 -6
  135. package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +5 -10
  136. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +4 -6
  137. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +3 -5
  138. package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +2 -4
  139. package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +3 -8
  140. package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +4 -9
  141. package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +3 -8
  142. package/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +4 -9
  143. package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +3 -5
  144. package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +3 -5
  145. package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +4 -9
  146. package/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +3 -5
  147. package/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +4 -6
  148. package/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +4 -6
  149. package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +4 -9
  150. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -2
  151. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +7 -5
  152. package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +3 -5
  153. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +4 -4
  154. package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +3 -5
  155. package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +4 -9
  156. package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +4 -9
  157. package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +3 -8
  158. package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +3 -5
  159. package/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +4 -6
  160. package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +3 -5
  161. package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +5 -10
  162. package/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +4 -9
  163. package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +7 -5
  164. package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +3 -5
  165. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +4 -9
  166. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +4 -9
  167. package/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +5 -10
  168. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +7 -5
  169. package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +3 -8
  170. package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +5 -10
  171. package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +4 -6
  172. package/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +3 -5
  173. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
  174. package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +5 -10
  175. package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +3 -5
  176. package/dist-types/ts3.4/commands/GetTableCommand.d.ts +7 -5
  177. package/dist-types/ts3.4/commands/GetTableOptimizerCommand.d.ts +5 -10
  178. package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +3 -5
  179. package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +3 -5
  180. package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +7 -5
  181. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -5
  182. package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +3 -5
  183. package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +2 -4
  184. package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +4 -6
  185. package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +4 -6
  186. package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +4 -6
  187. package/dist-types/ts3.4/commands/GetUsageProfileCommand.d.ts +4 -9
  188. package/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +5 -10
  189. package/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +4 -6
  190. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +3 -5
  191. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +4 -9
  192. package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +4 -6
  193. package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +4 -9
  194. package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +4 -9
  195. package/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +3 -8
  196. package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +3 -8
  197. package/dist-types/ts3.4/commands/ListColumnStatisticsTaskRunsCommand.d.ts +3 -5
  198. package/dist-types/ts3.4/commands/ListConnectionTypesCommand.d.ts +4 -9
  199. package/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +2 -4
  200. package/dist-types/ts3.4/commands/ListCrawlsCommand.d.ts +3 -5
  201. package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +4 -9
  202. package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +4 -9
  203. package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +3 -5
  204. package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +3 -5
  205. package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +3 -5
  206. package/dist-types/ts3.4/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +3 -5
  207. package/dist-types/ts3.4/commands/ListDataQualityStatisticsCommand.d.ts +3 -5
  208. package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +3 -8
  209. package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +2 -4
  210. package/dist-types/ts3.4/commands/ListFormTypesCommand.d.ts +3 -8
  211. package/dist-types/ts3.4/commands/ListGlossariesCommand.d.ts +3 -8
  212. package/dist-types/ts3.4/commands/ListGlossaryTermsCommand.d.ts +5 -10
  213. package/dist-types/ts3.4/commands/ListIntegrationResourcePropertiesCommand.d.ts +3 -5
  214. package/dist-types/ts3.4/commands/ListIterableFormsCommand.d.ts +5 -10
  215. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +4 -4
  216. package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +3 -8
  217. package/dist-types/ts3.4/commands/ListMaterializedViewRefreshTaskRunsCommand.d.ts +4 -6
  218. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +3 -8
  219. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +5 -10
  220. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +2 -4
  221. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +2 -4
  222. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +4 -9
  223. package/dist-types/ts3.4/commands/ListTableOptimizerRunsCommand.d.ts +5 -10
  224. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +2 -4
  225. package/dist-types/ts3.4/commands/ListUsageProfilesCommand.d.ts +4 -9
  226. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +3 -8
  227. package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +5 -10
  228. package/dist-types/ts3.4/commands/PutAssetCommand.d.ts +7 -5
  229. package/dist-types/ts3.4/commands/PutAssetTypeCommand.d.ts +3 -5
  230. package/dist-types/ts3.4/commands/PutAttachmentCommand.d.ts +4 -9
  231. package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +4 -6
  232. package/dist-types/ts3.4/commands/PutDataQualityProfileAnnotationCommand.d.ts +4 -6
  233. package/dist-types/ts3.4/commands/PutFormTypeCommand.d.ts +3 -5
  234. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
  235. package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +4 -6
  236. package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +4 -6
  237. package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +3 -5
  238. package/dist-types/ts3.4/commands/RegisterConnectionTypeCommand.d.ts +5 -10
  239. package/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +5 -10
  240. package/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +4 -6
  241. package/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +4 -9
  242. package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +5 -10
  243. package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +3 -5
  244. package/dist-types/ts3.4/commands/SearchAssetsCommand.d.ts +2 -4
  245. package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +2 -4
  246. package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +5 -10
  247. package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +4 -6
  248. package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +4 -6
  249. package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +3 -5
  250. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +5 -10
  251. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +4 -6
  252. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +4 -6
  253. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +4 -6
  254. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +4 -6
  255. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +3 -5
  256. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +4 -6
  257. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +4 -6
  258. package/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +4 -6
  259. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +3 -5
  260. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +4 -9
  261. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +4 -6
  262. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +4 -6
  263. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +3 -5
  264. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +5 -10
  265. package/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +4 -6
  266. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +3 -5
  267. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +3 -5
  268. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +4 -9
  269. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  270. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +3 -8
  271. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  272. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +3 -5
  273. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +4 -9
  274. package/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +4 -9
  275. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +3 -8
  276. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +4 -6
  277. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +4 -6
  278. package/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +4 -6
  279. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +4 -9
  280. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +4 -9
  281. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +5 -10
  282. package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +4 -6
  283. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +4 -9
  284. package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +5 -10
  285. package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +4 -9
  286. package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +5 -10
  287. package/dist-types/ts3.4/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +3 -5
  288. package/dist-types/ts3.4/commands/UpdateIntegrationResourcePropertyCommand.d.ts +4 -6
  289. package/dist-types/ts3.4/commands/UpdateIntegrationTablePropertiesCommand.d.ts +4 -6
  290. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +7 -5
  291. package/dist-types/ts3.4/commands/UpdateJobFromSourceControlCommand.d.ts +3 -5
  292. package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +5 -10
  293. package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +4 -9
  294. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +4 -9
  295. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +3 -5
  296. package/dist-types/ts3.4/commands/UpdateSourceControlFromJobCommand.d.ts +3 -5
  297. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +3 -5
  298. package/dist-types/ts3.4/commands/UpdateTableOptimizerCommand.d.ts +5 -10
  299. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +4 -9
  300. package/dist-types/ts3.4/commands/UpdateUsageProfileCommand.d.ts +5 -10
  301. package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +4 -6
  302. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +4 -9
  303. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  304. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  305. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  306. package/dist-types/ts3.4/models/enums.d.ts +63 -126
  307. package/dist-types/ts3.4/models/errors.d.ts +48 -179
  308. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  309. package/dist-types/ts3.4/models/models_1.d.ts +4 -12
  310. package/dist-types/ts3.4/models/models_2.d.ts +5 -15
  311. package/dist-types/ts3.4/models/models_3.d.ts +5 -15
  312. package/dist-types/ts3.4/pagination/GetCrawlersPaginator.d.ts +1 -4
  313. package/dist-types/ts3.4/pagination/GetJobRunsPaginator.d.ts +1 -4
  314. package/dist-types/ts3.4/pagination/GetJobsPaginator.d.ts +1 -4
  315. package/dist-types/ts3.4/pagination/GetTablesPaginator.d.ts +1 -4
  316. package/dist-types/ts3.4/pagination/GetTriggersPaginator.d.ts +1 -4
  317. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
  318. package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +1 -4
  319. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  320. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  321. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  322. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  323. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  324. package/package.json +38 -38
@@ -5,133 +5,94 @@ export declare class AccessDeniedException extends __BaseException {
5
5
  readonly name: "AccessDeniedException";
6
6
  readonly $fault: "client";
7
7
  Message?: string | undefined;
8
- constructor(
9
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
10
- );
8
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
11
9
  }
12
10
  export declare class AlreadyExistsException extends __BaseException {
13
11
  readonly name: "AlreadyExistsException";
14
12
  readonly $fault: "client";
15
13
  Message?: string | undefined;
16
- constructor(
17
- opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
18
- );
14
+ constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
19
15
  }
20
16
  export declare class ConcurrentModificationException extends __BaseException {
21
17
  readonly name: "ConcurrentModificationException";
22
18
  readonly $fault: "client";
23
19
  Message?: string | undefined;
24
- constructor(
25
- opts: __ExceptionOptionType<
26
- ConcurrentModificationException,
27
- __BaseException
28
- >
29
- );
20
+ constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
30
21
  }
31
22
  export declare class EntityNotFoundException extends __BaseException {
32
23
  readonly name: "EntityNotFoundException";
33
24
  readonly $fault: "client";
34
25
  Message?: string | undefined;
35
26
  FromFederationSource?: boolean | undefined;
36
- constructor(
37
- opts: __ExceptionOptionType<EntityNotFoundException, __BaseException>
38
- );
27
+ constructor(opts: __ExceptionOptionType<EntityNotFoundException, __BaseException>);
39
28
  }
40
29
  export declare class InternalServiceException extends __BaseException {
41
30
  readonly name: "InternalServiceException";
42
31
  readonly $fault: "server";
43
32
  Message?: string | undefined;
44
- constructor(
45
- opts: __ExceptionOptionType<InternalServiceException, __BaseException>
46
- );
33
+ constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
47
34
  }
48
35
  export declare class InvalidInputException extends __BaseException {
49
36
  readonly name: "InvalidInputException";
50
37
  readonly $fault: "client";
51
38
  Message?: string | undefined;
52
39
  FromFederationSource?: boolean | undefined;
53
- constructor(
54
- opts: __ExceptionOptionType<InvalidInputException, __BaseException>
55
- );
40
+ constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
56
41
  }
57
42
  export declare class ThrottlingException extends __BaseException {
58
43
  readonly name: "ThrottlingException";
59
44
  readonly $fault: "client";
60
45
  Message?: string | undefined;
61
- constructor(
62
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
63
- );
46
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
64
47
  }
65
48
  export declare class GlueEncryptionException extends __BaseException {
66
49
  readonly name: "GlueEncryptionException";
67
50
  readonly $fault: "client";
68
51
  Message?: string | undefined;
69
- constructor(
70
- opts: __ExceptionOptionType<GlueEncryptionException, __BaseException>
71
- );
52
+ constructor(opts: __ExceptionOptionType<GlueEncryptionException, __BaseException>);
72
53
  }
73
54
  export declare class OperationTimeoutException extends __BaseException {
74
55
  readonly name: "OperationTimeoutException";
75
56
  readonly $fault: "client";
76
57
  Message?: string | undefined;
77
- constructor(
78
- opts: __ExceptionOptionType<OperationTimeoutException, __BaseException>
79
- );
58
+ constructor(opts: __ExceptionOptionType<OperationTimeoutException, __BaseException>);
80
59
  }
81
60
  export declare class ResourceNumberLimitExceededException extends __BaseException {
82
61
  readonly name: "ResourceNumberLimitExceededException";
83
62
  readonly $fault: "client";
84
63
  Message?: string | undefined;
85
- constructor(
86
- opts: __ExceptionOptionType<
87
- ResourceNumberLimitExceededException,
88
- __BaseException
89
- >
90
- );
64
+ constructor(opts: __ExceptionOptionType<ResourceNumberLimitExceededException, __BaseException>);
91
65
  }
92
66
  export declare class ResourceNotReadyException extends __BaseException {
93
67
  readonly name: "ResourceNotReadyException";
94
68
  readonly $fault: "client";
95
69
  Message?: string | undefined;
96
- constructor(
97
- opts: __ExceptionOptionType<ResourceNotReadyException, __BaseException>
98
- );
70
+ constructor(opts: __ExceptionOptionType<ResourceNotReadyException, __BaseException>);
99
71
  }
100
72
  export declare class FederationSourceException extends __BaseException {
101
73
  readonly name: "FederationSourceException";
102
74
  readonly $fault: "client";
103
75
  FederationSourceErrorCode?: FederationSourceErrorCode | undefined;
104
76
  Message?: string | undefined;
105
- constructor(
106
- opts: __ExceptionOptionType<FederationSourceException, __BaseException>
107
- );
77
+ constructor(opts: __ExceptionOptionType<FederationSourceException, __BaseException>);
108
78
  }
109
79
  export declare class FederationSourceRetryableException extends __BaseException {
110
80
  readonly name: "FederationSourceRetryableException";
111
81
  readonly $fault: "client";
112
82
  Message?: string | undefined;
113
- constructor(
114
- opts: __ExceptionOptionType<
115
- FederationSourceRetryableException,
116
- __BaseException
117
- >
118
- );
83
+ constructor(opts: __ExceptionOptionType<FederationSourceRetryableException, __BaseException>);
119
84
  }
120
85
  export declare class InvalidStateException extends __BaseException {
121
86
  readonly name: "InvalidStateException";
122
87
  readonly $fault: "client";
123
88
  Message?: string | undefined;
124
- constructor(
125
- opts: __ExceptionOptionType<InvalidStateException, __BaseException>
126
- );
89
+ constructor(opts: __ExceptionOptionType<InvalidStateException, __BaseException>);
127
90
  }
128
91
  export declare class IllegalSessionStateException extends __BaseException {
129
92
  readonly name: "IllegalSessionStateException";
130
93
  readonly $fault: "client";
131
94
  Message?: string | undefined;
132
- constructor(
133
- opts: __ExceptionOptionType<IllegalSessionStateException, __BaseException>
134
- );
95
+ constructor(opts: __ExceptionOptionType<IllegalSessionStateException, __BaseException>);
135
96
  }
136
97
  export declare class FederatedResourceAlreadyExistsException extends __BaseException {
137
98
  readonly name: "FederatedResourceAlreadyExistsException";
@@ -139,41 +100,26 @@ export declare class FederatedResourceAlreadyExistsException extends __BaseExcep
139
100
  Message?: string | undefined;
140
101
  AssociatedGlueResource?: string | undefined;
141
102
  constructor(
142
- opts: __ExceptionOptionType<
143
- FederatedResourceAlreadyExistsException,
144
- __BaseException
145
- >
103
+ opts: __ExceptionOptionType<FederatedResourceAlreadyExistsException, __BaseException>,
146
104
  );
147
105
  }
148
106
  export declare class ColumnStatisticsTaskRunningException extends __BaseException {
149
107
  readonly name: "ColumnStatisticsTaskRunningException";
150
108
  readonly $fault: "client";
151
109
  Message?: string | undefined;
152
- constructor(
153
- opts: __ExceptionOptionType<
154
- ColumnStatisticsTaskRunningException,
155
- __BaseException
156
- >
157
- );
110
+ constructor(opts: __ExceptionOptionType<ColumnStatisticsTaskRunningException, __BaseException>);
158
111
  }
159
112
  export declare class IdempotentParameterMismatchException extends __BaseException {
160
113
  readonly name: "IdempotentParameterMismatchException";
161
114
  readonly $fault: "client";
162
115
  Message?: string | undefined;
163
- constructor(
164
- opts: __ExceptionOptionType<
165
- IdempotentParameterMismatchException,
166
- __BaseException
167
- >
168
- );
116
+ constructor(opts: __ExceptionOptionType<IdempotentParameterMismatchException, __BaseException>);
169
117
  }
170
118
  export declare class ValidationException extends __BaseException {
171
119
  readonly name: "ValidationException";
172
120
  readonly $fault: "client";
173
121
  Message?: string | undefined;
174
- constructor(
175
- opts: __ExceptionOptionType<ValidationException, __BaseException>
176
- );
122
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
177
123
  }
178
124
  export declare class ConflictException extends __BaseException {
179
125
  readonly name: "ConflictException";
@@ -185,240 +131,168 @@ export declare class IntegrationConflictOperationFault extends __BaseException {
185
131
  readonly name: "IntegrationConflictOperationFault";
186
132
  readonly $fault: "client";
187
133
  Message?: string | undefined;
188
- constructor(
189
- opts: __ExceptionOptionType<
190
- IntegrationConflictOperationFault,
191
- __BaseException
192
- >
193
- );
134
+ constructor(opts: __ExceptionOptionType<IntegrationConflictOperationFault, __BaseException>);
194
135
  }
195
136
  export declare class IntegrationQuotaExceededFault extends __BaseException {
196
137
  readonly name: "IntegrationQuotaExceededFault";
197
138
  readonly $fault: "client";
198
139
  Message?: string | undefined;
199
- constructor(
200
- opts: __ExceptionOptionType<IntegrationQuotaExceededFault, __BaseException>
201
- );
140
+ constructor(opts: __ExceptionOptionType<IntegrationQuotaExceededFault, __BaseException>);
202
141
  }
203
142
  export declare class InternalServerException extends __BaseException {
204
143
  readonly name: "InternalServerException";
205
144
  readonly $fault: "server";
206
145
  Message?: string | undefined;
207
- constructor(
208
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
209
- );
146
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
210
147
  }
211
148
  export declare class KMSKeyNotAccessibleFault extends __BaseException {
212
149
  readonly name: "KMSKeyNotAccessibleFault";
213
150
  readonly $fault: "client";
214
151
  Message?: string | undefined;
215
- constructor(
216
- opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>
217
- );
152
+ constructor(opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>);
218
153
  }
219
154
  export declare class ResourceNotFoundException extends __BaseException {
220
155
  readonly name: "ResourceNotFoundException";
221
156
  readonly $fault: "client";
222
157
  Message?: string | undefined;
223
- constructor(
224
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
225
- );
158
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
226
159
  }
227
160
  export declare class OperationNotSupportedException extends __BaseException {
228
161
  readonly name: "OperationNotSupportedException";
229
162
  readonly $fault: "client";
230
163
  Message?: string | undefined;
231
- constructor(
232
- opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>
233
- );
164
+ constructor(opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>);
234
165
  }
235
166
  export declare class CrawlerRunningException extends __BaseException {
236
167
  readonly name: "CrawlerRunningException";
237
168
  readonly $fault: "client";
238
169
  Message?: string | undefined;
239
- constructor(
240
- opts: __ExceptionOptionType<CrawlerRunningException, __BaseException>
241
- );
170
+ constructor(opts: __ExceptionOptionType<CrawlerRunningException, __BaseException>);
242
171
  }
243
172
  export declare class SchedulerTransitioningException extends __BaseException {
244
173
  readonly name: "SchedulerTransitioningException";
245
174
  readonly $fault: "client";
246
175
  Message?: string | undefined;
247
- constructor(
248
- opts: __ExceptionOptionType<
249
- SchedulerTransitioningException,
250
- __BaseException
251
- >
252
- );
176
+ constructor(opts: __ExceptionOptionType<SchedulerTransitioningException, __BaseException>);
253
177
  }
254
178
  export declare class IntegrationNotFoundFault extends __BaseException {
255
179
  readonly name: "IntegrationNotFoundFault";
256
180
  readonly $fault: "client";
257
181
  Message?: string | undefined;
258
- constructor(
259
- opts: __ExceptionOptionType<IntegrationNotFoundFault, __BaseException>
260
- );
182
+ constructor(opts: __ExceptionOptionType<IntegrationNotFoundFault, __BaseException>);
261
183
  }
262
184
  export declare class InvalidIntegrationStateFault extends __BaseException {
263
185
  readonly name: "InvalidIntegrationStateFault";
264
186
  readonly $fault: "client";
265
187
  Message?: string | undefined;
266
- constructor(
267
- opts: __ExceptionOptionType<InvalidIntegrationStateFault, __BaseException>
268
- );
188
+ constructor(opts: __ExceptionOptionType<InvalidIntegrationStateFault, __BaseException>);
269
189
  }
270
190
  export declare class ConditionCheckFailureException extends __BaseException {
271
191
  readonly name: "ConditionCheckFailureException";
272
192
  readonly $fault: "client";
273
193
  Message?: string | undefined;
274
- constructor(
275
- opts: __ExceptionOptionType<ConditionCheckFailureException, __BaseException>
276
- );
194
+ constructor(opts: __ExceptionOptionType<ConditionCheckFailureException, __BaseException>);
277
195
  }
278
196
  export declare class TargetResourceNotFound extends __BaseException {
279
197
  readonly name: "TargetResourceNotFound";
280
198
  readonly $fault: "client";
281
199
  Message?: string | undefined;
282
- constructor(
283
- opts: __ExceptionOptionType<TargetResourceNotFound, __BaseException>
284
- );
200
+ constructor(opts: __ExceptionOptionType<TargetResourceNotFound, __BaseException>);
285
201
  }
286
202
  export declare class PermissionTypeMismatchException extends __BaseException {
287
203
  readonly name: "PermissionTypeMismatchException";
288
204
  readonly $fault: "client";
289
205
  Message?: string | undefined;
290
- constructor(
291
- opts: __ExceptionOptionType<
292
- PermissionTypeMismatchException,
293
- __BaseException
294
- >
295
- );
206
+ constructor(opts: __ExceptionOptionType<PermissionTypeMismatchException, __BaseException>);
296
207
  }
297
208
  export declare class ConcurrentRunsExceededException extends __BaseException {
298
209
  readonly name: "ConcurrentRunsExceededException";
299
210
  readonly $fault: "client";
300
211
  Message?: string | undefined;
301
- constructor(
302
- opts: __ExceptionOptionType<
303
- ConcurrentRunsExceededException,
304
- __BaseException
305
- >
306
- );
212
+ constructor(opts: __ExceptionOptionType<ConcurrentRunsExceededException, __BaseException>);
307
213
  }
308
214
  export declare class IllegalWorkflowStateException extends __BaseException {
309
215
  readonly name: "IllegalWorkflowStateException";
310
216
  readonly $fault: "client";
311
217
  Message?: string | undefined;
312
- constructor(
313
- opts: __ExceptionOptionType<IllegalWorkflowStateException, __BaseException>
314
- );
218
+ constructor(opts: __ExceptionOptionType<IllegalWorkflowStateException, __BaseException>);
315
219
  }
316
220
  export declare class SessionBusyException extends __BaseException {
317
221
  readonly name: "SessionBusyException";
318
222
  readonly $fault: "client";
319
223
  Message?: string | undefined;
320
- constructor(
321
- opts: __ExceptionOptionType<SessionBusyException, __BaseException>
322
- );
224
+ constructor(opts: __ExceptionOptionType<SessionBusyException, __BaseException>);
323
225
  }
324
226
  export declare class IllegalBlueprintStateException extends __BaseException {
325
227
  readonly name: "IllegalBlueprintStateException";
326
228
  readonly $fault: "client";
327
229
  Message?: string | undefined;
328
- constructor(
329
- opts: __ExceptionOptionType<IllegalBlueprintStateException, __BaseException>
330
- );
230
+ constructor(opts: __ExceptionOptionType<IllegalBlueprintStateException, __BaseException>);
331
231
  }
332
232
  export declare class NoScheduleException extends __BaseException {
333
233
  readonly name: "NoScheduleException";
334
234
  readonly $fault: "client";
335
235
  Message?: string | undefined;
336
- constructor(
337
- opts: __ExceptionOptionType<NoScheduleException, __BaseException>
338
- );
236
+ constructor(opts: __ExceptionOptionType<NoScheduleException, __BaseException>);
339
237
  }
340
238
  export declare class SchedulerRunningException extends __BaseException {
341
239
  readonly name: "SchedulerRunningException";
342
240
  readonly $fault: "client";
343
241
  Message?: string | undefined;
344
- constructor(
345
- opts: __ExceptionOptionType<SchedulerRunningException, __BaseException>
346
- );
242
+ constructor(opts: __ExceptionOptionType<SchedulerRunningException, __BaseException>);
347
243
  }
348
244
  export declare class MaterializedViewRefreshTaskRunningException extends __BaseException {
349
245
  readonly name: "MaterializedViewRefreshTaskRunningException";
350
246
  readonly $fault: "client";
351
247
  Message?: string | undefined;
352
248
  constructor(
353
- opts: __ExceptionOptionType<
354
- MaterializedViewRefreshTaskRunningException,
355
- __BaseException
356
- >
249
+ opts: __ExceptionOptionType<MaterializedViewRefreshTaskRunningException, __BaseException>,
357
250
  );
358
251
  }
359
252
  export declare class MLTransformNotReadyException extends __BaseException {
360
253
  readonly name: "MLTransformNotReadyException";
361
254
  readonly $fault: "client";
362
255
  Message?: string | undefined;
363
- constructor(
364
- opts: __ExceptionOptionType<MLTransformNotReadyException, __BaseException>
365
- );
256
+ constructor(opts: __ExceptionOptionType<MLTransformNotReadyException, __BaseException>);
366
257
  }
367
258
  export declare class ColumnStatisticsTaskNotRunningException extends __BaseException {
368
259
  readonly name: "ColumnStatisticsTaskNotRunningException";
369
260
  readonly $fault: "client";
370
261
  Message?: string | undefined;
371
262
  constructor(
372
- opts: __ExceptionOptionType<
373
- ColumnStatisticsTaskNotRunningException,
374
- __BaseException
375
- >
263
+ opts: __ExceptionOptionType<ColumnStatisticsTaskNotRunningException, __BaseException>,
376
264
  );
377
265
  }
378
266
  export declare class ColumnStatisticsTaskStoppingException extends __BaseException {
379
267
  readonly name: "ColumnStatisticsTaskStoppingException";
380
268
  readonly $fault: "client";
381
269
  Message?: string | undefined;
382
- constructor(
383
- opts: __ExceptionOptionType<
384
- ColumnStatisticsTaskStoppingException,
385
- __BaseException
386
- >
387
- );
270
+ constructor(opts: __ExceptionOptionType<ColumnStatisticsTaskStoppingException, __BaseException>);
388
271
  }
389
272
  export declare class CrawlerNotRunningException extends __BaseException {
390
273
  readonly name: "CrawlerNotRunningException";
391
274
  readonly $fault: "client";
392
275
  Message?: string | undefined;
393
- constructor(
394
- opts: __ExceptionOptionType<CrawlerNotRunningException, __BaseException>
395
- );
276
+ constructor(opts: __ExceptionOptionType<CrawlerNotRunningException, __BaseException>);
396
277
  }
397
278
  export declare class CrawlerStoppingException extends __BaseException {
398
279
  readonly name: "CrawlerStoppingException";
399
280
  readonly $fault: "client";
400
281
  Message?: string | undefined;
401
- constructor(
402
- opts: __ExceptionOptionType<CrawlerStoppingException, __BaseException>
403
- );
282
+ constructor(opts: __ExceptionOptionType<CrawlerStoppingException, __BaseException>);
404
283
  }
405
284
  export declare class SchedulerNotRunningException extends __BaseException {
406
285
  readonly name: "SchedulerNotRunningException";
407
286
  readonly $fault: "client";
408
287
  Message?: string | undefined;
409
- constructor(
410
- opts: __ExceptionOptionType<SchedulerNotRunningException, __BaseException>
411
- );
288
+ constructor(opts: __ExceptionOptionType<SchedulerNotRunningException, __BaseException>);
412
289
  }
413
290
  export declare class MaterializedViewRefreshTaskNotRunningException extends __BaseException {
414
291
  readonly name: "MaterializedViewRefreshTaskNotRunningException";
415
292
  readonly $fault: "client";
416
293
  Message?: string | undefined;
417
294
  constructor(
418
- opts: __ExceptionOptionType<
419
- MaterializedViewRefreshTaskNotRunningException,
420
- __BaseException
421
- >
295
+ opts: __ExceptionOptionType<MaterializedViewRefreshTaskNotRunningException, __BaseException>,
422
296
  );
423
297
  }
424
298
  export declare class MaterializedViewRefreshTaskStoppingException extends __BaseException {
@@ -426,17 +300,12 @@ export declare class MaterializedViewRefreshTaskStoppingException extends __Base
426
300
  readonly $fault: "client";
427
301
  Message?: string | undefined;
428
302
  constructor(
429
- opts: __ExceptionOptionType<
430
- MaterializedViewRefreshTaskStoppingException,
431
- __BaseException
432
- >
303
+ opts: __ExceptionOptionType<MaterializedViewRefreshTaskStoppingException, __BaseException>,
433
304
  );
434
305
  }
435
306
  export declare class VersionMismatchException extends __BaseException {
436
307
  readonly name: "VersionMismatchException";
437
308
  readonly $fault: "client";
438
309
  Message?: string | undefined;
439
- constructor(
440
- opts: __ExceptionOptionType<VersionMismatchException, __BaseException>
441
- );
310
+ constructor(opts: __ExceptionOptionType<VersionMismatchException, __BaseException>);
442
311
  }
@@ -1914,9 +1914,7 @@ export interface CatalogInput {
1914
1914
  CatalogProperties?: CatalogProperties | undefined;
1915
1915
  CreateTableDefaultPermissions?: PrincipalPermissions[] | undefined;
1916
1916
  CreateDatabaseDefaultPermissions?: PrincipalPermissions[] | undefined;
1917
- AllowFullTableExternalDataAccess?:
1918
- | AllowFullTableExternalDataAccessEnum
1919
- | undefined;
1917
+ AllowFullTableExternalDataAccess?: AllowFullTableExternalDataAccessEnum | undefined;
1920
1918
  OverwriteChildResourcePermissionsWithDefault?:
1921
1919
  | OverwriteChildResourcePermissionsWithDefaultEnum
1922
1920
  | undefined;
@@ -1983,9 +1981,7 @@ export interface ConnectionInput {
1983
1981
  Description?: string | undefined;
1984
1982
  ConnectionType: ConnectionType | undefined;
1985
1983
  MatchCriteria?: string[] | undefined;
1986
- ConnectionProperties:
1987
- | Partial<Record<ConnectionPropertyKey, string>>
1988
- | undefined;
1984
+ ConnectionProperties: Partial<Record<ConnectionPropertyKey, string>> | undefined;
1989
1985
  SparkProperties?: Record<string, string> | undefined;
1990
1986
  AthenaProperties?: Record<string, string> | undefined;
1991
1987
  PythonProperties?: Record<string, string> | undefined;
@@ -982,9 +982,7 @@ export interface DescribeConnectionTypeResponse {
982
982
  ConnectionProperties?: Record<string, Property> | undefined;
983
983
  ConnectionOptions?: Record<string, Property> | undefined;
984
984
  AuthenticationConfiguration?: AuthConfiguration | undefined;
985
- ComputeEnvironmentConfigurations?:
986
- | Record<string, ComputeEnvironmentConfiguration>
987
- | undefined;
985
+ ComputeEnvironmentConfigurations?: Record<string, ComputeEnvironmentConfiguration> | undefined;
988
986
  PhysicalConnectionRequirements?: Record<string, Property> | undefined;
989
987
  AthenaConnectionProperties?: Record<string, Property> | undefined;
990
988
  PythonConnectionProperties?: Record<string, Property> | undefined;
@@ -1163,9 +1161,7 @@ export interface IcebergOptimizationPropertiesOutput {
1163
1161
  }
1164
1162
  export interface CatalogPropertiesOutput {
1165
1163
  DataLakeAccessProperties?: DataLakeAccessPropertiesOutput | undefined;
1166
- IcebergOptimizationProperties?:
1167
- | IcebergOptimizationPropertiesOutput
1168
- | undefined;
1164
+ IcebergOptimizationProperties?: IcebergOptimizationPropertiesOutput | undefined;
1169
1165
  CustomProperties?: Record<string, string> | undefined;
1170
1166
  }
1171
1167
  export interface Catalog {
@@ -1181,9 +1177,7 @@ export interface Catalog {
1181
1177
  CatalogProperties?: CatalogPropertiesOutput | undefined;
1182
1178
  CreateTableDefaultPermissions?: PrincipalPermissions[] | undefined;
1183
1179
  CreateDatabaseDefaultPermissions?: PrincipalPermissions[] | undefined;
1184
- AllowFullTableExternalDataAccess?:
1185
- | AllowFullTableExternalDataAccessEnum
1186
- | undefined;
1180
+ AllowFullTableExternalDataAccess?: AllowFullTableExternalDataAccessEnum | undefined;
1187
1181
  }
1188
1182
  export interface GetCatalogResponse {
1189
1183
  Catalog?: Catalog | undefined;
@@ -1429,9 +1423,7 @@ export interface Connection {
1429
1423
  Description?: string | undefined;
1430
1424
  ConnectionType?: ConnectionType | undefined;
1431
1425
  MatchCriteria?: string[] | undefined;
1432
- ConnectionProperties?:
1433
- | Partial<Record<ConnectionPropertyKey, string>>
1434
- | undefined;
1426
+ ConnectionProperties?: Partial<Record<ConnectionPropertyKey, string>> | undefined;
1435
1427
  SparkProperties?: Record<string, string> | undefined;
1436
1428
  AthenaProperties?: Record<string, string> | undefined;
1437
1429
  PythonProperties?: Record<string, string> | undefined;
@@ -113,9 +113,7 @@ export interface GetDataQualityRulesetEvaluationRunResponse {
113
113
  Role?: string | undefined;
114
114
  NumberOfWorkers?: number | undefined;
115
115
  Timeout?: number | undefined;
116
- AdditionalRunOptions?:
117
- | DataQualityEvaluationRunAdditionalRunOptions
118
- | undefined;
116
+ AdditionalRunOptions?: DataQualityEvaluationRunAdditionalRunOptions | undefined;
119
117
  Status?: TaskStatusType | undefined;
120
118
  ErrorString?: string | undefined;
121
119
  StartedOn?: Date | undefined;
@@ -320,9 +318,7 @@ export interface TaskRunProperties {
320
318
  TaskType?: TaskType | undefined;
321
319
  ImportLabelsTaskRunProperties?: ImportLabelsTaskRunProperties | undefined;
322
320
  ExportLabelsTaskRunProperties?: ExportLabelsTaskRunProperties | undefined;
323
- LabelingSetGenerationTaskRunProperties?:
324
- | LabelingSetGenerationTaskRunProperties
325
- | undefined;
321
+ LabelingSetGenerationTaskRunProperties?: LabelingSetGenerationTaskRunProperties | undefined;
326
322
  FindMatchesTaskRunProperties?: FindMatchesTaskRunProperties | undefined;
327
323
  }
328
324
  export interface GetMLTaskRunResponse {
@@ -1288,9 +1284,7 @@ export interface ListMaterializedViewRefreshTaskRunsRequest {
1288
1284
  NextToken?: string | undefined;
1289
1285
  }
1290
1286
  export interface ListMaterializedViewRefreshTaskRunsResponse {
1291
- MaterializedViewRefreshTaskRuns?:
1292
- | MaterializedViewRefreshTaskRun[]
1293
- | undefined;
1287
+ MaterializedViewRefreshTaskRuns?: MaterializedViewRefreshTaskRun[] | undefined;
1294
1288
  NextToken?: string | undefined;
1295
1289
  }
1296
1290
  export interface ListMLTransformsRequest {
@@ -1606,9 +1600,7 @@ export interface ConnectorOAuth2Properties {
1606
1600
  OAuth2GrantType: ConnectorOAuth2GrantType | undefined;
1607
1601
  ClientCredentialsProperties?: ClientCredentialsProperties | undefined;
1608
1602
  JWTBearerProperties?: JWTBearerProperties | undefined;
1609
- AuthorizationCodeProperties?:
1610
- | ConnectorAuthorizationCodeProperties
1611
- | undefined;
1603
+ AuthorizationCodeProperties?: ConnectorAuthorizationCodeProperties | undefined;
1612
1604
  }
1613
1605
  export interface ConnectorAuthenticationConfiguration {
1614
1606
  AuthenticationTypes: AuthenticationType[] | undefined;
@@ -1621,9 +1613,7 @@ export interface RegisterConnectionTypeRequest {
1621
1613
  IntegrationType: IntegrationType | undefined;
1622
1614
  Description?: string | undefined;
1623
1615
  ConnectionProperties: ConnectionPropertiesConfiguration | undefined;
1624
- ConnectorAuthenticationConfiguration:
1625
- | ConnectorAuthenticationConfiguration
1626
- | undefined;
1616
+ ConnectorAuthenticationConfiguration: ConnectorAuthenticationConfiguration | undefined;
1627
1617
  RestConfiguration: RestConfiguration | undefined;
1628
1618
  Tags?: Record<string, string> | undefined;
1629
1619
  }
@@ -171,9 +171,7 @@ export interface StartDataQualityRulesetEvaluationRunRequest {
171
171
  NumberOfWorkers?: number | undefined;
172
172
  Timeout?: number | undefined;
173
173
  ClientToken?: string | undefined;
174
- AdditionalRunOptions?:
175
- | DataQualityEvaluationRunAdditionalRunOptions
176
- | undefined;
174
+ AdditionalRunOptions?: DataQualityEvaluationRunAdditionalRunOptions | undefined;
177
175
  RulesetNames: string[] | undefined;
178
176
  AdditionalDataSources?: Record<string, DataSource> | undefined;
179
177
  }
@@ -297,9 +295,7 @@ export interface TagResourceRequest {
297
295
  export interface TagResourceResponse {}
298
296
  export interface TestConnectionInput {
299
297
  ConnectionType: ConnectionType | undefined;
300
- ConnectionProperties:
301
- | Partial<Record<ConnectionPropertyKey, string>>
302
- | undefined;
298
+ ConnectionProperties: Partial<Record<ConnectionPropertyKey, string>> | undefined;
303
299
  AuthenticationConfiguration?: AuthenticationConfigurationInput | undefined;
304
300
  }
305
301
  export interface TestConnectionRequest {
@@ -911,9 +907,7 @@ export interface CreateJobRequest {
911
907
  GlueVersion?: string | undefined;
912
908
  NumberOfWorkers?: number | undefined;
913
909
  WorkerType?: WorkerType | undefined;
914
- CodeGenConfigurationNodes?:
915
- | Record<string, CodeGenConfigurationNode>
916
- | undefined;
910
+ CodeGenConfigurationNodes?: Record<string, CodeGenConfigurationNode> | undefined;
917
911
  ExecutionClass?: ExecutionClass | undefined;
918
912
  SourceControlDetails?: SourceControlDetails | undefined;
919
913
  MaintenanceWindow?: string | undefined;
@@ -945,9 +939,7 @@ export interface Job {
945
939
  SecurityConfiguration?: string | undefined;
946
940
  NotificationProperty?: NotificationProperty | undefined;
947
941
  GlueVersion?: string | undefined;
948
- CodeGenConfigurationNodes?:
949
- | Record<string, CodeGenConfigurationNode>
950
- | undefined;
942
+ CodeGenConfigurationNodes?: Record<string, CodeGenConfigurationNode> | undefined;
951
943
  ExecutionClass?: ExecutionClass | undefined;
952
944
  SourceControlDetails?: SourceControlDetails | undefined;
953
945
  MaintenanceWindow?: string | undefined;
@@ -973,9 +965,7 @@ export interface JobUpdate {
973
965
  SecurityConfiguration?: string | undefined;
974
966
  NotificationProperty?: NotificationProperty | undefined;
975
967
  GlueVersion?: string | undefined;
976
- CodeGenConfigurationNodes?:
977
- | Record<string, CodeGenConfigurationNode>
978
- | undefined;
968
+ CodeGenConfigurationNodes?: Record<string, CodeGenConfigurationNode> | undefined;
979
969
  ExecutionClass?: ExecutionClass | undefined;
980
970
  SourceControlDetails?: SourceControlDetails | undefined;
981
971
  MaintenanceWindow?: string | undefined;
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- GetCrawlersCommandInput,
4
- GetCrawlersCommandOutput,
5
- } from "../commands/GetCrawlersCommand";
2
+ import { GetCrawlersCommandInput, GetCrawlersCommandOutput } from "../commands/GetCrawlersCommand";
6
3
  import { GluePaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateGetCrawlers: (
8
5
  config: GluePaginationConfiguration,
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- GetJobRunsCommandInput,
4
- GetJobRunsCommandOutput,
5
- } from "../commands/GetJobRunsCommand";
2
+ import { GetJobRunsCommandInput, GetJobRunsCommandOutput } from "../commands/GetJobRunsCommand";
6
3
  import { GluePaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateGetJobRuns: (
8
5
  config: GluePaginationConfiguration,