@aws-sdk/client-glue 3.50.0 → 3.51.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 (218) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Glue.d.ts +847 -0
  3. package/dist-types/ts3.4/GlueClient.d.ts +242 -0
  4. package/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +18 -0
  72. package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/GetTableCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +16 -0
  110. package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +16 -0
  111. package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +16 -0
  112. package/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +17 -0
  160. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +17 -0
  161. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +17 -0
  162. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +17 -0
  163. package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/index.d.ts +169 -0
  174. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  175. package/dist-types/ts3.4/index.d.ts +5 -0
  176. package/dist-types/ts3.4/models/index.d.ts +2 -0
  177. package/dist-types/ts3.4/models/models_0.d.ts +1739 -0
  178. package/dist-types/ts3.4/models/models_1.d.ts +2892 -0
  179. package/dist-types/ts3.4/pagination/GetBlueprintRunsPaginator.d.ts +4 -0
  180. package/dist-types/ts3.4/pagination/GetClassifiersPaginator.d.ts +4 -0
  181. package/dist-types/ts3.4/pagination/GetConnectionsPaginator.d.ts +4 -0
  182. package/dist-types/ts3.4/pagination/GetCrawlerMetricsPaginator.d.ts +4 -0
  183. package/dist-types/ts3.4/pagination/GetCrawlersPaginator.d.ts +4 -0
  184. package/dist-types/ts3.4/pagination/GetDatabasesPaginator.d.ts +4 -0
  185. package/dist-types/ts3.4/pagination/GetDevEndpointsPaginator.d.ts +4 -0
  186. package/dist-types/ts3.4/pagination/GetJobRunsPaginator.d.ts +4 -0
  187. package/dist-types/ts3.4/pagination/GetJobsPaginator.d.ts +4 -0
  188. package/dist-types/ts3.4/pagination/GetMLTaskRunsPaginator.d.ts +4 -0
  189. package/dist-types/ts3.4/pagination/GetMLTransformsPaginator.d.ts +4 -0
  190. package/dist-types/ts3.4/pagination/GetPartitionIndexesPaginator.d.ts +4 -0
  191. package/dist-types/ts3.4/pagination/GetPartitionsPaginator.d.ts +4 -0
  192. package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +4 -0
  193. package/dist-types/ts3.4/pagination/GetSecurityConfigurationsPaginator.d.ts +4 -0
  194. package/dist-types/ts3.4/pagination/GetTableVersionsPaginator.d.ts +4 -0
  195. package/dist-types/ts3.4/pagination/GetTablesPaginator.d.ts +4 -0
  196. package/dist-types/ts3.4/pagination/GetTriggersPaginator.d.ts +4 -0
  197. package/dist-types/ts3.4/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +4 -0
  198. package/dist-types/ts3.4/pagination/GetUserDefinedFunctionsPaginator.d.ts +4 -0
  199. package/dist-types/ts3.4/pagination/GetWorkflowRunsPaginator.d.ts +4 -0
  200. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  201. package/dist-types/ts3.4/pagination/ListBlueprintsPaginator.d.ts +4 -0
  202. package/dist-types/ts3.4/pagination/ListCrawlersPaginator.d.ts +4 -0
  203. package/dist-types/ts3.4/pagination/ListDevEndpointsPaginator.d.ts +4 -0
  204. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
  205. package/dist-types/ts3.4/pagination/ListMLTransformsPaginator.d.ts +4 -0
  206. package/dist-types/ts3.4/pagination/ListRegistriesPaginator.d.ts +4 -0
  207. package/dist-types/ts3.4/pagination/ListSchemaVersionsPaginator.d.ts +4 -0
  208. package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +4 -0
  209. package/dist-types/ts3.4/pagination/ListTriggersPaginator.d.ts +4 -0
  210. package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +4 -0
  211. package/dist-types/ts3.4/pagination/SearchTablesPaginator.d.ts +4 -0
  212. package/dist-types/ts3.4/pagination/index.d.ts +33 -0
  213. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +509 -0
  214. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  215. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  216. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  217. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  218. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-glue
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
7
15
 
8
16