@aws-sdk/client-glue 3.1087.0 → 3.1088.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
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchDeleteConnectionRequest,
4
- BatchDeleteConnectionResponse,
5
- } from "../models/models_0";
2
+ import { BatchDeleteConnectionRequest, BatchDeleteConnectionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchDeleteConnectionCommandInput
8
- extends BatchDeleteConnectionRequest {}
4
+ export interface BatchDeleteConnectionCommandInput extends BatchDeleteConnectionRequest {}
9
5
  export interface BatchDeleteConnectionCommandOutput
10
- extends BatchDeleteConnectionResponse,
11
- __MetadataBearer {}
6
+ extends BatchDeleteConnectionResponse, __MetadataBearer {}
12
7
  declare const BatchDeleteConnectionCommand_base: {
13
8
  new (
14
- input: BatchDeleteConnectionCommandInput
9
+ input: BatchDeleteConnectionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchDeleteConnectionCommandInput,
17
12
  BatchDeleteConnectionCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchDeleteConnectionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchDeleteConnectionCommandInput
18
+ input: BatchDeleteConnectionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchDeleteConnectionCommandInput,
26
21
  BatchDeleteConnectionCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchDeletePartitionRequest,
4
- BatchDeletePartitionResponse,
5
- } from "../models/models_0";
2
+ import { BatchDeletePartitionRequest, BatchDeletePartitionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchDeletePartitionCommandInput
8
- extends BatchDeletePartitionRequest {}
4
+ export interface BatchDeletePartitionCommandInput extends BatchDeletePartitionRequest {}
9
5
  export interface BatchDeletePartitionCommandOutput
10
- extends BatchDeletePartitionResponse,
11
- __MetadataBearer {}
6
+ extends BatchDeletePartitionResponse, __MetadataBearer {}
12
7
  declare const BatchDeletePartitionCommand_base: {
13
8
  new (
14
- input: BatchDeletePartitionCommandInput
9
+ input: BatchDeletePartitionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchDeletePartitionCommandInput,
17
12
  BatchDeletePartitionCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchDeletePartitionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchDeletePartitionCommandInput
18
+ input: BatchDeletePartitionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchDeletePartitionCommandInput,
26
21
  BatchDeletePartitionCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchDeleteTableRequest,
4
- BatchDeleteTableResponse,
5
- } from "../models/models_0";
2
+ import { BatchDeleteTableRequest, BatchDeleteTableResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface BatchDeleteTableCommandInput extends BatchDeleteTableRequest {}
8
- export interface BatchDeleteTableCommandOutput
9
- extends BatchDeleteTableResponse,
10
- __MetadataBearer {}
5
+ export interface BatchDeleteTableCommandOutput extends BatchDeleteTableResponse, __MetadataBearer {}
11
6
  declare const BatchDeleteTableCommand_base: {
12
7
  new (
13
- input: BatchDeleteTableCommandInput
8
+ input: BatchDeleteTableCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  BatchDeleteTableCommandInput,
16
11
  BatchDeleteTableCommandOutput,
@@ -19,7 +14,7 @@ declare const BatchDeleteTableCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: BatchDeleteTableCommandInput
17
+ input: BatchDeleteTableCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  BatchDeleteTableCommandInput,
25
20
  BatchDeleteTableCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  BatchDeleteTableVersionResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchDeleteTableVersionCommandInput
8
- extends BatchDeleteTableVersionRequest {}
7
+ export interface BatchDeleteTableVersionCommandInput extends BatchDeleteTableVersionRequest {}
9
8
  export interface BatchDeleteTableVersionCommandOutput
10
- extends BatchDeleteTableVersionResponse,
11
- __MetadataBearer {}
9
+ extends BatchDeleteTableVersionResponse, __MetadataBearer {}
12
10
  declare const BatchDeleteTableVersionCommand_base: {
13
11
  new (
14
- input: BatchDeleteTableVersionCommandInput
12
+ input: BatchDeleteTableVersionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchDeleteTableVersionCommandInput,
17
15
  BatchDeleteTableVersionCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchDeleteTableVersionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchDeleteTableVersionCommandInput
21
+ input: BatchDeleteTableVersionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchDeleteTableVersionCommandInput,
26
24
  BatchDeleteTableVersionCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchGetBlueprintsRequest,
4
- BatchGetBlueprintsResponse,
5
- } from "../models/models_0";
2
+ import { BatchGetBlueprintsRequest, BatchGetBlueprintsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchGetBlueprintsCommandInput
8
- extends BatchGetBlueprintsRequest {}
4
+ export interface BatchGetBlueprintsCommandInput extends BatchGetBlueprintsRequest {}
9
5
  export interface BatchGetBlueprintsCommandOutput
10
- extends BatchGetBlueprintsResponse,
11
- __MetadataBearer {}
6
+ extends BatchGetBlueprintsResponse, __MetadataBearer {}
12
7
  declare const BatchGetBlueprintsCommand_base: {
13
8
  new (
14
- input: BatchGetBlueprintsCommandInput
9
+ input: BatchGetBlueprintsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchGetBlueprintsCommandInput,
17
12
  BatchGetBlueprintsCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchGetBlueprintsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchGetBlueprintsCommandInput
18
+ input: BatchGetBlueprintsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchGetBlueprintsCommandInput,
26
21
  BatchGetBlueprintsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchGetCrawlersRequest,
4
- BatchGetCrawlersResponse,
5
- } from "../models/models_0";
2
+ import { BatchGetCrawlersRequest, BatchGetCrawlersResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface BatchGetCrawlersCommandInput extends BatchGetCrawlersRequest {}
8
- export interface BatchGetCrawlersCommandOutput
9
- extends BatchGetCrawlersResponse,
10
- __MetadataBearer {}
5
+ export interface BatchGetCrawlersCommandOutput extends BatchGetCrawlersResponse, __MetadataBearer {}
11
6
  declare const BatchGetCrawlersCommand_base: {
12
7
  new (
13
- input: BatchGetCrawlersCommandInput
8
+ input: BatchGetCrawlersCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  BatchGetCrawlersCommandInput,
16
11
  BatchGetCrawlersCommandOutput,
@@ -19,7 +14,7 @@ declare const BatchGetCrawlersCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: BatchGetCrawlersCommandInput
17
+ input: BatchGetCrawlersCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  BatchGetCrawlersCommandInput,
25
20
  BatchGetCrawlersCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  BatchGetCustomEntityTypesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchGetCustomEntityTypesCommandInput
8
- extends BatchGetCustomEntityTypesRequest {}
7
+ export interface BatchGetCustomEntityTypesCommandInput extends BatchGetCustomEntityTypesRequest {}
9
8
  export interface BatchGetCustomEntityTypesCommandOutput
10
- extends BatchGetCustomEntityTypesResponse,
11
- __MetadataBearer {}
9
+ extends BatchGetCustomEntityTypesResponse, __MetadataBearer {}
12
10
  declare const BatchGetCustomEntityTypesCommand_base: {
13
11
  new (
14
- input: BatchGetCustomEntityTypesCommandInput
12
+ input: BatchGetCustomEntityTypesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchGetCustomEntityTypesCommandInput,
17
15
  BatchGetCustomEntityTypesCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchGetCustomEntityTypesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchGetCustomEntityTypesCommandInput
21
+ input: BatchGetCustomEntityTypesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchGetCustomEntityTypesCommandInput,
26
24
  BatchGetCustomEntityTypesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  BatchGetDataQualityResultResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchGetDataQualityResultCommandInput
8
- extends BatchGetDataQualityResultRequest {}
7
+ export interface BatchGetDataQualityResultCommandInput extends BatchGetDataQualityResultRequest {}
9
8
  export interface BatchGetDataQualityResultCommandOutput
10
- extends BatchGetDataQualityResultResponse,
11
- __MetadataBearer {}
9
+ extends BatchGetDataQualityResultResponse, __MetadataBearer {}
12
10
  declare const BatchGetDataQualityResultCommand_base: {
13
11
  new (
14
- input: BatchGetDataQualityResultCommandInput
12
+ input: BatchGetDataQualityResultCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchGetDataQualityResultCommandInput,
17
15
  BatchGetDataQualityResultCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchGetDataQualityResultCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchGetDataQualityResultCommandInput
21
+ input: BatchGetDataQualityResultCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchGetDataQualityResultCommandInput,
26
24
  BatchGetDataQualityResultCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchGetDevEndpointsRequest,
4
- BatchGetDevEndpointsResponse,
5
- } from "../models/models_0";
2
+ import { BatchGetDevEndpointsRequest, BatchGetDevEndpointsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchGetDevEndpointsCommandInput
8
- extends BatchGetDevEndpointsRequest {}
4
+ export interface BatchGetDevEndpointsCommandInput extends BatchGetDevEndpointsRequest {}
9
5
  export interface BatchGetDevEndpointsCommandOutput
10
- extends BatchGetDevEndpointsResponse,
11
- __MetadataBearer {}
6
+ extends BatchGetDevEndpointsResponse, __MetadataBearer {}
12
7
  declare const BatchGetDevEndpointsCommand_base: {
13
8
  new (
14
- input: BatchGetDevEndpointsCommandInput
9
+ input: BatchGetDevEndpointsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchGetDevEndpointsCommandInput,
17
12
  BatchGetDevEndpointsCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchGetDevEndpointsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchGetDevEndpointsCommandInput
18
+ input: BatchGetDevEndpointsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchGetDevEndpointsCommandInput,
26
21
  BatchGetDevEndpointsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchGetIterableFormsRequest,
4
- BatchGetIterableFormsResponse,
5
- } from "../models/models_0";
2
+ import { BatchGetIterableFormsRequest, BatchGetIterableFormsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchGetIterableFormsCommandInput
8
- extends BatchGetIterableFormsRequest {}
4
+ export interface BatchGetIterableFormsCommandInput extends BatchGetIterableFormsRequest {}
9
5
  export interface BatchGetIterableFormsCommandOutput
10
- extends BatchGetIterableFormsResponse,
11
- __MetadataBearer {}
6
+ extends BatchGetIterableFormsResponse, __MetadataBearer {}
12
7
  declare const BatchGetIterableFormsCommand_base: {
13
8
  new (
14
- input: BatchGetIterableFormsCommandInput
9
+ input: BatchGetIterableFormsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchGetIterableFormsCommandInput,
17
12
  BatchGetIterableFormsCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchGetIterableFormsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchGetIterableFormsCommandInput
18
+ input: BatchGetIterableFormsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchGetIterableFormsCommandInput,
26
21
  BatchGetIterableFormsCommandOutput,
@@ -3,12 +3,10 @@ import { BatchGetJobsRequest } from "../models/models_0";
3
3
  import { BatchGetJobsResponse } from "../models/models_3";
4
4
  export { __MetadataBearer };
5
5
  export interface BatchGetJobsCommandInput extends BatchGetJobsRequest {}
6
- export interface BatchGetJobsCommandOutput
7
- extends BatchGetJobsResponse,
8
- __MetadataBearer {}
6
+ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __MetadataBearer {}
9
7
  declare const BatchGetJobsCommand_base: {
10
8
  new (
11
- input: BatchGetJobsCommandInput
9
+ input: BatchGetJobsCommandInput,
12
10
  ): import("@smithy/core/client").CommandImpl<
13
11
  BatchGetJobsCommandInput,
14
12
  BatchGetJobsCommandOutput,
@@ -17,7 +15,7 @@ declare const BatchGetJobsCommand_base: {
17
15
  import("..").ServiceOutputTypes
18
16
  >;
19
17
  new (
20
- input: BatchGetJobsCommandInput
18
+ input: BatchGetJobsCommandInput,
21
19
  ): import("@smithy/core/client").CommandImpl<
22
20
  BatchGetJobsCommandInput,
23
21
  BatchGetJobsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchGetPartitionRequest,
4
- BatchGetPartitionResponse,
5
- } from "../models/models_0";
2
+ import { BatchGetPartitionRequest, BatchGetPartitionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchGetPartitionCommandInput
8
- extends BatchGetPartitionRequest {}
4
+ export interface BatchGetPartitionCommandInput extends BatchGetPartitionRequest {}
9
5
  export interface BatchGetPartitionCommandOutput
10
- extends BatchGetPartitionResponse,
11
- __MetadataBearer {}
6
+ extends BatchGetPartitionResponse, __MetadataBearer {}
12
7
  declare const BatchGetPartitionCommand_base: {
13
8
  new (
14
- input: BatchGetPartitionCommandInput
9
+ input: BatchGetPartitionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchGetPartitionCommandInput,
17
12
  BatchGetPartitionCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchGetPartitionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchGetPartitionCommandInput
18
+ input: BatchGetPartitionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchGetPartitionCommandInput,
26
21
  BatchGetPartitionCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchGetTableOptimizerRequest,
4
- BatchGetTableOptimizerResponse,
5
- } from "../models/models_0";
2
+ import { BatchGetTableOptimizerRequest, BatchGetTableOptimizerResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchGetTableOptimizerCommandInput
8
- extends BatchGetTableOptimizerRequest {}
4
+ export interface BatchGetTableOptimizerCommandInput extends BatchGetTableOptimizerRequest {}
9
5
  export interface BatchGetTableOptimizerCommandOutput
10
- extends BatchGetTableOptimizerResponse,
11
- __MetadataBearer {}
6
+ extends BatchGetTableOptimizerResponse, __MetadataBearer {}
12
7
  declare const BatchGetTableOptimizerCommand_base: {
13
8
  new (
14
- input: BatchGetTableOptimizerCommandInput
9
+ input: BatchGetTableOptimizerCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchGetTableOptimizerCommandInput,
17
12
  BatchGetTableOptimizerCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchGetTableOptimizerCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchGetTableOptimizerCommandInput
18
+ input: BatchGetTableOptimizerCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchGetTableOptimizerCommandInput,
26
21
  BatchGetTableOptimizerCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchGetTriggersRequest,
4
- BatchGetTriggersResponse,
5
- } from "../models/models_0";
2
+ import { BatchGetTriggersRequest, BatchGetTriggersResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface BatchGetTriggersCommandInput extends BatchGetTriggersRequest {}
8
- export interface BatchGetTriggersCommandOutput
9
- extends BatchGetTriggersResponse,
10
- __MetadataBearer {}
5
+ export interface BatchGetTriggersCommandOutput extends BatchGetTriggersResponse, __MetadataBearer {}
11
6
  declare const BatchGetTriggersCommand_base: {
12
7
  new (
13
- input: BatchGetTriggersCommandInput
8
+ input: BatchGetTriggersCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  BatchGetTriggersCommandInput,
16
11
  BatchGetTriggersCommandOutput,
@@ -19,7 +14,7 @@ declare const BatchGetTriggersCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: BatchGetTriggersCommandInput
17
+ input: BatchGetTriggersCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  BatchGetTriggersCommandInput,
25
20
  BatchGetTriggersCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchGetWorkflowsRequest,
4
- BatchGetWorkflowsResponse,
5
- } from "../models/models_0";
2
+ import { BatchGetWorkflowsRequest, BatchGetWorkflowsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchGetWorkflowsCommandInput
8
- extends BatchGetWorkflowsRequest {}
4
+ export interface BatchGetWorkflowsCommandInput extends BatchGetWorkflowsRequest {}
9
5
  export interface BatchGetWorkflowsCommandOutput
10
- extends BatchGetWorkflowsResponse,
11
- __MetadataBearer {}
6
+ extends BatchGetWorkflowsResponse, __MetadataBearer {}
12
7
  declare const BatchGetWorkflowsCommand_base: {
13
8
  new (
14
- input: BatchGetWorkflowsCommandInput
9
+ input: BatchGetWorkflowsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchGetWorkflowsCommandInput,
17
12
  BatchGetWorkflowsCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchGetWorkflowsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchGetWorkflowsCommandInput
18
+ input: BatchGetWorkflowsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchGetWorkflowsCommandInput,
26
21
  BatchGetWorkflowsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  BatchPutDataQualityStatisticAnnotationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchPutDataQualityStatisticAnnotationCommandInput
8
- extends BatchPutDataQualityStatisticAnnotationRequest {}
7
+ export interface BatchPutDataQualityStatisticAnnotationCommandInput extends BatchPutDataQualityStatisticAnnotationRequest {}
9
8
  export interface BatchPutDataQualityStatisticAnnotationCommandOutput
10
- extends BatchPutDataQualityStatisticAnnotationResponse,
11
- __MetadataBearer {}
9
+ extends BatchPutDataQualityStatisticAnnotationResponse, __MetadataBearer {}
12
10
  declare const BatchPutDataQualityStatisticAnnotationCommand_base: {
13
11
  new (
14
- input: BatchPutDataQualityStatisticAnnotationCommandInput
12
+ input: BatchPutDataQualityStatisticAnnotationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchPutDataQualityStatisticAnnotationCommandInput,
17
15
  BatchPutDataQualityStatisticAnnotationCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchPutDataQualityStatisticAnnotationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchPutDataQualityStatisticAnnotationCommandInput
21
+ input: BatchPutDataQualityStatisticAnnotationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchPutDataQualityStatisticAnnotationCommandInput,
26
24
  BatchPutDataQualityStatisticAnnotationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchStopJobRunRequest,
4
- BatchStopJobRunResponse,
5
- } from "../models/models_0";
2
+ import { BatchStopJobRunRequest, BatchStopJobRunResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface BatchStopJobRunCommandInput extends BatchStopJobRunRequest {}
8
- export interface BatchStopJobRunCommandOutput
9
- extends BatchStopJobRunResponse,
10
- __MetadataBearer {}
5
+ export interface BatchStopJobRunCommandOutput extends BatchStopJobRunResponse, __MetadataBearer {}
11
6
  declare const BatchStopJobRunCommand_base: {
12
7
  new (
13
- input: BatchStopJobRunCommandInput
8
+ input: BatchStopJobRunCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  BatchStopJobRunCommandInput,
16
11
  BatchStopJobRunCommandOutput,
@@ -19,7 +14,7 @@ declare const BatchStopJobRunCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: BatchStopJobRunCommandInput
17
+ input: BatchStopJobRunCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  BatchStopJobRunCommandInput,
25
20
  BatchStopJobRunCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchUpdatePartitionRequest,
4
- BatchUpdatePartitionResponse,
5
- } from "../models/models_0";
2
+ import { BatchUpdatePartitionRequest, BatchUpdatePartitionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchUpdatePartitionCommandInput
8
- extends BatchUpdatePartitionRequest {}
4
+ export interface BatchUpdatePartitionCommandInput extends BatchUpdatePartitionRequest {}
9
5
  export interface BatchUpdatePartitionCommandOutput
10
- extends BatchUpdatePartitionResponse,
11
- __MetadataBearer {}
6
+ extends BatchUpdatePartitionResponse, __MetadataBearer {}
12
7
  declare const BatchUpdatePartitionCommand_base: {
13
8
  new (
14
- input: BatchUpdatePartitionCommandInput
9
+ input: BatchUpdatePartitionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchUpdatePartitionCommandInput,
17
12
  BatchUpdatePartitionCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchUpdatePartitionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchUpdatePartitionCommandInput
18
+ input: BatchUpdatePartitionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchUpdatePartitionCommandInput,
26
21
  BatchUpdatePartitionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CancelDataQualityRuleRecommendationRunResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CancelDataQualityRuleRecommendationRunCommandInput
8
- extends CancelDataQualityRuleRecommendationRunRequest {}
7
+ export interface CancelDataQualityRuleRecommendationRunCommandInput extends CancelDataQualityRuleRecommendationRunRequest {}
9
8
  export interface CancelDataQualityRuleRecommendationRunCommandOutput
10
- extends CancelDataQualityRuleRecommendationRunResponse,
11
- __MetadataBearer {}
9
+ extends CancelDataQualityRuleRecommendationRunResponse, __MetadataBearer {}
12
10
  declare const CancelDataQualityRuleRecommendationRunCommand_base: {
13
11
  new (
14
- input: CancelDataQualityRuleRecommendationRunCommandInput
12
+ input: CancelDataQualityRuleRecommendationRunCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CancelDataQualityRuleRecommendationRunCommandInput,
17
15
  CancelDataQualityRuleRecommendationRunCommandOutput,
@@ -20,7 +18,7 @@ declare const CancelDataQualityRuleRecommendationRunCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CancelDataQualityRuleRecommendationRunCommandInput
21
+ input: CancelDataQualityRuleRecommendationRunCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CancelDataQualityRuleRecommendationRunCommandInput,
26
24
  CancelDataQualityRuleRecommendationRunCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CancelDataQualityRulesetEvaluationRunResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CancelDataQualityRulesetEvaluationRunCommandInput
8
- extends CancelDataQualityRulesetEvaluationRunRequest {}
7
+ export interface CancelDataQualityRulesetEvaluationRunCommandInput extends CancelDataQualityRulesetEvaluationRunRequest {}
9
8
  export interface CancelDataQualityRulesetEvaluationRunCommandOutput
10
- extends CancelDataQualityRulesetEvaluationRunResponse,
11
- __MetadataBearer {}
9
+ extends CancelDataQualityRulesetEvaluationRunResponse, __MetadataBearer {}
12
10
  declare const CancelDataQualityRulesetEvaluationRunCommand_base: {
13
11
  new (
14
- input: CancelDataQualityRulesetEvaluationRunCommandInput
12
+ input: CancelDataQualityRulesetEvaluationRunCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CancelDataQualityRulesetEvaluationRunCommandInput,
17
15
  CancelDataQualityRulesetEvaluationRunCommandOutput,
@@ -20,7 +18,7 @@ declare const CancelDataQualityRulesetEvaluationRunCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CancelDataQualityRulesetEvaluationRunCommandInput
21
+ input: CancelDataQualityRulesetEvaluationRunCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CancelDataQualityRulesetEvaluationRunCommandInput,
26
24
  CancelDataQualityRulesetEvaluationRunCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CancelMLTaskRunRequest,
4
- CancelMLTaskRunResponse,
5
- } from "../models/models_0";
2
+ import { CancelMLTaskRunRequest, CancelMLTaskRunResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CancelMLTaskRunCommandInput extends CancelMLTaskRunRequest {}
8
- export interface CancelMLTaskRunCommandOutput
9
- extends CancelMLTaskRunResponse,
10
- __MetadataBearer {}
5
+ export interface CancelMLTaskRunCommandOutput extends CancelMLTaskRunResponse, __MetadataBearer {}
11
6
  declare const CancelMLTaskRunCommand_base: {
12
7
  new (
13
- input: CancelMLTaskRunCommandInput
8
+ input: CancelMLTaskRunCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CancelMLTaskRunCommandInput,
16
11
  CancelMLTaskRunCommandOutput,
@@ -19,7 +14,7 @@ declare const CancelMLTaskRunCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CancelMLTaskRunCommandInput
17
+ input: CancelMLTaskRunCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CancelMLTaskRunCommandInput,
25
20
  CancelMLTaskRunCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CancelStatementRequest,
4
- CancelStatementResponse,
5
- } from "../models/models_0";
2
+ import { CancelStatementRequest, CancelStatementResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CancelStatementCommandInput extends CancelStatementRequest {}
8
- export interface CancelStatementCommandOutput
9
- extends CancelStatementResponse,
10
- __MetadataBearer {}
5
+ export interface CancelStatementCommandOutput extends CancelStatementResponse, __MetadataBearer {}
11
6
  declare const CancelStatementCommand_base: {
12
7
  new (
13
- input: CancelStatementCommandInput
8
+ input: CancelStatementCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CancelStatementCommandInput,
16
11
  CancelStatementCommandOutput,
@@ -19,7 +14,7 @@ declare const CancelStatementCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CancelStatementCommandInput
17
+ input: CancelStatementCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CancelStatementCommandInput,
25
20
  CancelStatementCommandOutput,