@aws-sdk/client-glue 3.53.0 → 3.55.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 (309) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/Glue.js +135 -0
  3. package/dist-cjs/GlueClient.js +13 -13
  4. package/dist-cjs/commands/BatchCreatePartitionCommand.js +3 -3
  5. package/dist-cjs/commands/BatchDeleteConnectionCommand.js +3 -3
  6. package/dist-cjs/commands/BatchDeletePartitionCommand.js +3 -3
  7. package/dist-cjs/commands/BatchDeleteTableCommand.js +3 -3
  8. package/dist-cjs/commands/BatchDeleteTableVersionCommand.js +3 -3
  9. package/dist-cjs/commands/BatchGetBlueprintsCommand.js +3 -3
  10. package/dist-cjs/commands/BatchGetCrawlersCommand.js +3 -3
  11. package/dist-cjs/commands/BatchGetDevEndpointsCommand.js +3 -3
  12. package/dist-cjs/commands/BatchGetJobsCommand.js +3 -3
  13. package/dist-cjs/commands/BatchGetPartitionCommand.js +3 -3
  14. package/dist-cjs/commands/BatchGetTriggersCommand.js +3 -3
  15. package/dist-cjs/commands/BatchGetWorkflowsCommand.js +3 -3
  16. package/dist-cjs/commands/BatchStopJobRunCommand.js +3 -3
  17. package/dist-cjs/commands/BatchUpdatePartitionCommand.js +3 -3
  18. package/dist-cjs/commands/CancelMLTaskRunCommand.js +3 -3
  19. package/dist-cjs/commands/CancelStatementCommand.js +36 -0
  20. package/dist-cjs/commands/CheckSchemaVersionValidityCommand.js +3 -3
  21. package/dist-cjs/commands/CreateBlueprintCommand.js +3 -3
  22. package/dist-cjs/commands/CreateClassifierCommand.js +3 -3
  23. package/dist-cjs/commands/CreateConnectionCommand.js +3 -3
  24. package/dist-cjs/commands/CreateCrawlerCommand.js +3 -3
  25. package/dist-cjs/commands/CreateDatabaseCommand.js +3 -3
  26. package/dist-cjs/commands/CreateDevEndpointCommand.js +3 -3
  27. package/dist-cjs/commands/CreateJobCommand.js +3 -3
  28. package/dist-cjs/commands/CreateMLTransformCommand.js +3 -3
  29. package/dist-cjs/commands/CreatePartitionCommand.js +3 -3
  30. package/dist-cjs/commands/CreatePartitionIndexCommand.js +3 -3
  31. package/dist-cjs/commands/CreateRegistryCommand.js +3 -3
  32. package/dist-cjs/commands/CreateSchemaCommand.js +3 -3
  33. package/dist-cjs/commands/CreateScriptCommand.js +3 -3
  34. package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +3 -3
  35. package/dist-cjs/commands/CreateSessionCommand.js +36 -0
  36. package/dist-cjs/commands/CreateTableCommand.js +3 -3
  37. package/dist-cjs/commands/CreateTriggerCommand.js +3 -3
  38. package/dist-cjs/commands/CreateUserDefinedFunctionCommand.js +3 -3
  39. package/dist-cjs/commands/CreateWorkflowCommand.js +3 -3
  40. package/dist-cjs/commands/DeleteBlueprintCommand.js +3 -3
  41. package/dist-cjs/commands/DeleteClassifierCommand.js +3 -3
  42. package/dist-cjs/commands/DeleteColumnStatisticsForPartitionCommand.js +3 -3
  43. package/dist-cjs/commands/DeleteColumnStatisticsForTableCommand.js +3 -3
  44. package/dist-cjs/commands/DeleteConnectionCommand.js +3 -3
  45. package/dist-cjs/commands/DeleteCrawlerCommand.js +3 -3
  46. package/dist-cjs/commands/DeleteDatabaseCommand.js +3 -3
  47. package/dist-cjs/commands/DeleteDevEndpointCommand.js +3 -3
  48. package/dist-cjs/commands/DeleteJobCommand.js +3 -3
  49. package/dist-cjs/commands/DeleteMLTransformCommand.js +3 -3
  50. package/dist-cjs/commands/DeletePartitionCommand.js +3 -3
  51. package/dist-cjs/commands/DeletePartitionIndexCommand.js +3 -3
  52. package/dist-cjs/commands/DeleteRegistryCommand.js +3 -3
  53. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +3 -3
  54. package/dist-cjs/commands/DeleteSchemaCommand.js +3 -3
  55. package/dist-cjs/commands/DeleteSchemaVersionsCommand.js +3 -3
  56. package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +3 -3
  57. package/dist-cjs/commands/DeleteSessionCommand.js +36 -0
  58. package/dist-cjs/commands/DeleteTableCommand.js +3 -3
  59. package/dist-cjs/commands/DeleteTableVersionCommand.js +3 -3
  60. package/dist-cjs/commands/DeleteTriggerCommand.js +3 -3
  61. package/dist-cjs/commands/DeleteUserDefinedFunctionCommand.js +3 -3
  62. package/dist-cjs/commands/DeleteWorkflowCommand.js +3 -3
  63. package/dist-cjs/commands/GetBlueprintCommand.js +3 -3
  64. package/dist-cjs/commands/GetBlueprintRunCommand.js +3 -3
  65. package/dist-cjs/commands/GetBlueprintRunsCommand.js +3 -3
  66. package/dist-cjs/commands/GetCatalogImportStatusCommand.js +3 -3
  67. package/dist-cjs/commands/GetClassifierCommand.js +3 -3
  68. package/dist-cjs/commands/GetClassifiersCommand.js +3 -3
  69. package/dist-cjs/commands/GetColumnStatisticsForPartitionCommand.js +3 -3
  70. package/dist-cjs/commands/GetColumnStatisticsForTableCommand.js +3 -3
  71. package/dist-cjs/commands/GetConnectionCommand.js +6 -6
  72. package/dist-cjs/commands/GetConnectionsCommand.js +6 -6
  73. package/dist-cjs/commands/GetCrawlerCommand.js +6 -6
  74. package/dist-cjs/commands/GetCrawlerMetricsCommand.js +4 -5
  75. package/dist-cjs/commands/GetCrawlersCommand.js +3 -3
  76. package/dist-cjs/commands/GetDataCatalogEncryptionSettingsCommand.js +3 -3
  77. package/dist-cjs/commands/GetDatabaseCommand.js +3 -3
  78. package/dist-cjs/commands/GetDatabasesCommand.js +3 -3
  79. package/dist-cjs/commands/GetDataflowGraphCommand.js +3 -3
  80. package/dist-cjs/commands/GetDevEndpointCommand.js +3 -3
  81. package/dist-cjs/commands/GetDevEndpointsCommand.js +3 -3
  82. package/dist-cjs/commands/GetJobBookmarkCommand.js +3 -3
  83. package/dist-cjs/commands/GetJobCommand.js +3 -3
  84. package/dist-cjs/commands/GetJobRunCommand.js +3 -3
  85. package/dist-cjs/commands/GetJobRunsCommand.js +3 -3
  86. package/dist-cjs/commands/GetJobsCommand.js +3 -3
  87. package/dist-cjs/commands/GetMLTaskRunCommand.js +3 -3
  88. package/dist-cjs/commands/GetMLTaskRunsCommand.js +3 -3
  89. package/dist-cjs/commands/GetMLTransformCommand.js +3 -3
  90. package/dist-cjs/commands/GetMLTransformsCommand.js +3 -3
  91. package/dist-cjs/commands/GetMappingCommand.js +3 -3
  92. package/dist-cjs/commands/GetPartitionCommand.js +3 -3
  93. package/dist-cjs/commands/GetPartitionIndexesCommand.js +3 -3
  94. package/dist-cjs/commands/GetPartitionsCommand.js +3 -3
  95. package/dist-cjs/commands/GetPlanCommand.js +3 -3
  96. package/dist-cjs/commands/GetRegistryCommand.js +3 -3
  97. package/dist-cjs/commands/GetResourcePoliciesCommand.js +3 -3
  98. package/dist-cjs/commands/GetResourcePolicyCommand.js +3 -3
  99. package/dist-cjs/commands/GetSchemaByDefinitionCommand.js +3 -3
  100. package/dist-cjs/commands/GetSchemaCommand.js +3 -3
  101. package/dist-cjs/commands/GetSchemaVersionCommand.js +3 -3
  102. package/dist-cjs/commands/GetSchemaVersionsDiffCommand.js +3 -3
  103. package/dist-cjs/commands/GetSecurityConfigurationCommand.js +3 -3
  104. package/dist-cjs/commands/GetSecurityConfigurationsCommand.js +3 -3
  105. package/dist-cjs/commands/GetSessionCommand.js +36 -0
  106. package/dist-cjs/commands/GetStatementCommand.js +36 -0
  107. package/dist-cjs/commands/GetTableCommand.js +3 -3
  108. package/dist-cjs/commands/GetTableVersionCommand.js +3 -3
  109. package/dist-cjs/commands/GetTableVersionsCommand.js +3 -3
  110. package/dist-cjs/commands/GetTablesCommand.js +3 -3
  111. package/dist-cjs/commands/GetTagsCommand.js +3 -3
  112. package/dist-cjs/commands/GetTriggerCommand.js +3 -3
  113. package/dist-cjs/commands/GetTriggersCommand.js +3 -3
  114. package/dist-cjs/commands/GetUnfilteredPartitionMetadataCommand.js +3 -3
  115. package/dist-cjs/commands/GetUnfilteredPartitionsMetadataCommand.js +3 -3
  116. package/dist-cjs/commands/GetUnfilteredTableMetadataCommand.js +3 -3
  117. package/dist-cjs/commands/GetUserDefinedFunctionCommand.js +3 -3
  118. package/dist-cjs/commands/GetUserDefinedFunctionsCommand.js +3 -3
  119. package/dist-cjs/commands/GetWorkflowCommand.js +3 -3
  120. package/dist-cjs/commands/GetWorkflowRunCommand.js +3 -3
  121. package/dist-cjs/commands/GetWorkflowRunPropertiesCommand.js +3 -3
  122. package/dist-cjs/commands/GetWorkflowRunsCommand.js +3 -3
  123. package/dist-cjs/commands/ImportCatalogToGlueCommand.js +3 -3
  124. package/dist-cjs/commands/ListBlueprintsCommand.js +3 -3
  125. package/dist-cjs/commands/ListCrawlersCommand.js +3 -3
  126. package/dist-cjs/commands/ListDevEndpointsCommand.js +3 -3
  127. package/dist-cjs/commands/ListJobsCommand.js +3 -3
  128. package/dist-cjs/commands/ListMLTransformsCommand.js +3 -3
  129. package/dist-cjs/commands/ListRegistriesCommand.js +3 -3
  130. package/dist-cjs/commands/ListSchemaVersionsCommand.js +3 -3
  131. package/dist-cjs/commands/ListSchemasCommand.js +3 -3
  132. package/dist-cjs/commands/ListSessionsCommand.js +36 -0
  133. package/dist-cjs/commands/ListStatementsCommand.js +36 -0
  134. package/dist-cjs/commands/ListTriggersCommand.js +3 -3
  135. package/dist-cjs/commands/ListWorkflowsCommand.js +3 -3
  136. package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -3
  137. package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
  138. package/dist-cjs/commands/PutSchemaVersionMetadataCommand.js +3 -3
  139. package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +3 -3
  140. package/dist-cjs/commands/QuerySchemaVersionMetadataCommand.js +3 -3
  141. package/dist-cjs/commands/RegisterSchemaVersionCommand.js +3 -3
  142. package/dist-cjs/commands/RemoveSchemaVersionMetadataCommand.js +3 -3
  143. package/dist-cjs/commands/ResetJobBookmarkCommand.js +3 -3
  144. package/dist-cjs/commands/ResumeWorkflowRunCommand.js +3 -3
  145. package/dist-cjs/commands/RunStatementCommand.js +36 -0
  146. package/dist-cjs/commands/SearchTablesCommand.js +3 -3
  147. package/dist-cjs/commands/StartBlueprintRunCommand.js +3 -3
  148. package/dist-cjs/commands/StartCrawlerCommand.js +3 -3
  149. package/dist-cjs/commands/StartCrawlerScheduleCommand.js +3 -3
  150. package/dist-cjs/commands/StartExportLabelsTaskRunCommand.js +3 -3
  151. package/dist-cjs/commands/StartImportLabelsTaskRunCommand.js +3 -3
  152. package/dist-cjs/commands/StartJobRunCommand.js +3 -3
  153. package/dist-cjs/commands/StartMLEvaluationTaskRunCommand.js +3 -3
  154. package/dist-cjs/commands/StartMLLabelingSetGenerationTaskRunCommand.js +3 -3
  155. package/dist-cjs/commands/StartTriggerCommand.js +3 -3
  156. package/dist-cjs/commands/StartWorkflowRunCommand.js +3 -3
  157. package/dist-cjs/commands/StopCrawlerCommand.js +3 -3
  158. package/dist-cjs/commands/StopCrawlerScheduleCommand.js +3 -3
  159. package/dist-cjs/commands/StopSessionCommand.js +36 -0
  160. package/dist-cjs/commands/StopTriggerCommand.js +3 -3
  161. package/dist-cjs/commands/StopWorkflowRunCommand.js +3 -3
  162. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  163. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  164. package/dist-cjs/commands/UpdateBlueprintCommand.js +3 -3
  165. package/dist-cjs/commands/UpdateClassifierCommand.js +3 -3
  166. package/dist-cjs/commands/UpdateColumnStatisticsForPartitionCommand.js +3 -3
  167. package/dist-cjs/commands/UpdateColumnStatisticsForTableCommand.js +3 -3
  168. package/dist-cjs/commands/UpdateConnectionCommand.js +3 -3
  169. package/dist-cjs/commands/UpdateCrawlerCommand.js +3 -3
  170. package/dist-cjs/commands/UpdateCrawlerScheduleCommand.js +3 -3
  171. package/dist-cjs/commands/UpdateDatabaseCommand.js +3 -3
  172. package/dist-cjs/commands/UpdateDevEndpointCommand.js +3 -3
  173. package/dist-cjs/commands/UpdateJobCommand.js +3 -3
  174. package/dist-cjs/commands/UpdateMLTransformCommand.js +3 -3
  175. package/dist-cjs/commands/UpdatePartitionCommand.js +3 -3
  176. package/dist-cjs/commands/UpdateRegistryCommand.js +3 -3
  177. package/dist-cjs/commands/UpdateSchemaCommand.js +3 -3
  178. package/dist-cjs/commands/UpdateTableCommand.js +3 -3
  179. package/dist-cjs/commands/UpdateTriggerCommand.js +6 -6
  180. package/dist-cjs/commands/UpdateUserDefinedFunctionCommand.js +6 -6
  181. package/dist-cjs/commands/UpdateWorkflowCommand.js +6 -6
  182. package/dist-cjs/commands/index.js +9 -0
  183. package/dist-cjs/endpoints.js +1 -1
  184. package/dist-cjs/models/index.js +1 -0
  185. package/dist-cjs/models/models_0.js +75 -64
  186. package/dist-cjs/models/models_1.js +165 -48
  187. package/dist-cjs/models/models_2.js +45 -0
  188. package/dist-cjs/pagination/ListSessionsPaginator.js +35 -0
  189. package/dist-cjs/pagination/index.js +1 -0
  190. package/dist-cjs/protocols/Aws_json1_1.js +1786 -940
  191. package/dist-cjs/runtimeConfig.browser.js +4 -4
  192. package/dist-cjs/runtimeConfig.js +9 -9
  193. package/dist-cjs/runtimeConfig.native.js +1 -1
  194. package/dist-es/Glue.js +304 -169
  195. package/dist-es/commands/CancelStatementCommand.js +39 -0
  196. package/dist-es/commands/CreateSessionCommand.js +39 -0
  197. package/dist-es/commands/DeleteSessionCommand.js +39 -0
  198. package/dist-es/commands/GetConnectionCommand.js +1 -1
  199. package/dist-es/commands/GetConnectionsCommand.js +1 -1
  200. package/dist-es/commands/GetCrawlerCommand.js +1 -1
  201. package/dist-es/commands/GetCrawlerMetricsCommand.js +1 -2
  202. package/dist-es/commands/GetSessionCommand.js +39 -0
  203. package/dist-es/commands/GetStatementCommand.js +39 -0
  204. package/dist-es/commands/ListSessionsCommand.js +39 -0
  205. package/dist-es/commands/ListStatementsCommand.js +39 -0
  206. package/dist-es/commands/RunStatementCommand.js +39 -0
  207. package/dist-es/commands/StopSessionCommand.js +39 -0
  208. package/dist-es/commands/UpdateTriggerCommand.js +1 -1
  209. package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +1 -1
  210. package/dist-es/commands/UpdateWorkflowCommand.js +1 -1
  211. package/dist-es/commands/index.js +9 -0
  212. package/dist-es/models/index.js +1 -0
  213. package/dist-es/models/models_0.js +54 -40
  214. package/dist-es/models/models_1.js +109 -28
  215. package/dist-es/models/models_2.js +29 -0
  216. package/dist-es/pagination/GetBlueprintRunsPaginator.js +4 -4
  217. package/dist-es/pagination/GetClassifiersPaginator.js +4 -4
  218. package/dist-es/pagination/GetConnectionsPaginator.js +4 -4
  219. package/dist-es/pagination/GetCrawlerMetricsPaginator.js +4 -4
  220. package/dist-es/pagination/GetCrawlersPaginator.js +4 -4
  221. package/dist-es/pagination/GetDatabasesPaginator.js +4 -4
  222. package/dist-es/pagination/GetDevEndpointsPaginator.js +4 -4
  223. package/dist-es/pagination/GetJobRunsPaginator.js +4 -4
  224. package/dist-es/pagination/GetJobsPaginator.js +4 -4
  225. package/dist-es/pagination/GetMLTaskRunsPaginator.js +4 -4
  226. package/dist-es/pagination/GetMLTransformsPaginator.js +4 -4
  227. package/dist-es/pagination/GetPartitionIndexesPaginator.js +4 -4
  228. package/dist-es/pagination/GetPartitionsPaginator.js +4 -4
  229. package/dist-es/pagination/GetResourcePoliciesPaginator.js +4 -4
  230. package/dist-es/pagination/GetSecurityConfigurationsPaginator.js +4 -4
  231. package/dist-es/pagination/GetTableVersionsPaginator.js +4 -4
  232. package/dist-es/pagination/GetTablesPaginator.js +4 -4
  233. package/dist-es/pagination/GetTriggersPaginator.js +4 -4
  234. package/dist-es/pagination/GetUnfilteredPartitionsMetadataPaginator.js +4 -4
  235. package/dist-es/pagination/GetUserDefinedFunctionsPaginator.js +4 -4
  236. package/dist-es/pagination/GetWorkflowRunsPaginator.js +4 -4
  237. package/dist-es/pagination/ListBlueprintsPaginator.js +4 -4
  238. package/dist-es/pagination/ListCrawlersPaginator.js +4 -4
  239. package/dist-es/pagination/ListDevEndpointsPaginator.js +4 -4
  240. package/dist-es/pagination/ListJobsPaginator.js +4 -4
  241. package/dist-es/pagination/ListMLTransformsPaginator.js +4 -4
  242. package/dist-es/pagination/ListRegistriesPaginator.js +4 -4
  243. package/dist-es/pagination/ListSchemaVersionsPaginator.js +4 -4
  244. package/dist-es/pagination/ListSchemasPaginator.js +4 -4
  245. package/dist-es/pagination/ListSessionsPaginator.js +74 -0
  246. package/dist-es/pagination/ListTriggersPaginator.js +4 -4
  247. package/dist-es/pagination/ListWorkflowsPaginator.js +4 -4
  248. package/dist-es/pagination/SearchTablesPaginator.js +4 -4
  249. package/dist-es/pagination/index.js +1 -0
  250. package/dist-es/protocols/Aws_json1_1.js +1020 -47
  251. package/dist-types/Glue.d.ts +63 -0
  252. package/dist-types/GlueClient.d.ts +13 -4
  253. package/dist-types/commands/CancelStatementCommand.d.ts +35 -0
  254. package/dist-types/commands/CreateSessionCommand.d.ts +35 -0
  255. package/dist-types/commands/DeleteSessionCommand.d.ts +35 -0
  256. package/dist-types/commands/GetConnectionCommand.d.ts +1 -1
  257. package/dist-types/commands/GetConnectionsCommand.d.ts +1 -1
  258. package/dist-types/commands/GetCrawlerCommand.d.ts +1 -1
  259. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +1 -2
  260. package/dist-types/commands/GetSessionCommand.d.ts +35 -0
  261. package/dist-types/commands/GetStatementCommand.d.ts +35 -0
  262. package/dist-types/commands/ListSessionsCommand.d.ts +35 -0
  263. package/dist-types/commands/ListStatementsCommand.d.ts +35 -0
  264. package/dist-types/commands/RunStatementCommand.d.ts +35 -0
  265. package/dist-types/commands/StopSessionCommand.d.ts +35 -0
  266. package/dist-types/commands/UpdateTriggerCommand.d.ts +1 -1
  267. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
  268. package/dist-types/commands/UpdateWorkflowCommand.d.ts +1 -1
  269. package/dist-types/commands/index.d.ts +9 -0
  270. package/dist-types/models/index.d.ts +1 -0
  271. package/dist-types/models/models_0.d.ts +269 -377
  272. package/dist-types/models/models_1.d.ts +679 -142
  273. package/dist-types/models/models_2.d.ts +142 -0
  274. package/dist-types/pagination/ListSessionsPaginator.d.ts +4 -0
  275. package/dist-types/pagination/index.d.ts +1 -0
  276. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  277. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  278. package/dist-types/runtimeConfig.d.ts +1 -1
  279. package/dist-types/runtimeConfig.native.d.ts +3 -3
  280. package/dist-types/ts3.4/Glue.d.ts +45 -0
  281. package/dist-types/ts3.4/GlueClient.d.ts +13 -4
  282. package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +17 -0
  283. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +17 -0
  284. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +17 -0
  285. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +1 -2
  289. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +17 -0
  290. package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +17 -0
  291. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +17 -0
  292. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +17 -0
  293. package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +17 -0
  294. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +17 -0
  295. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +1 -1
  296. package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  299. package/dist-types/ts3.4/models/index.d.ts +1 -0
  300. package/dist-types/ts3.4/models/models_0.d.ts +33 -0
  301. package/dist-types/ts3.4/models/models_1.d.ts +320 -1
  302. package/dist-types/ts3.4/models/models_2.d.ts +82 -0
  303. package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +4 -0
  304. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  305. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
  306. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  307. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  308. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  309. package/package.json +34 -34
@@ -90,8 +90,22 @@ export declare class AlreadyExistsException extends __BaseException {
90
90
  */
91
91
  constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
92
92
  }
93
+ /**
94
+ * <p>A structure containing information for audit.</p>
95
+ */
93
96
  export interface AuditContext {
97
+ /**
98
+ * <p>The context for the audit..</p>
99
+ */
94
100
  AdditionalAuditContext?: string;
101
+ /**
102
+ * <p>The requested columns for audit.</p>
103
+ */
104
+ RequestedColumns?: string[];
105
+ /**
106
+ * <p>All columns request for audit.</p>
107
+ */
108
+ AllColumnsRequested?: boolean;
95
109
  }
96
110
  export declare namespace AuditContext {
97
111
  /**
@@ -460,7 +474,7 @@ export declare class GlueEncryptionException extends __BaseException {
460
474
  readonly name: "GlueEncryptionException";
461
475
  readonly $fault: "client";
462
476
  /**
463
- * <p>A message describing the problem.</p>
477
+ * <p>The message describing the problem.</p>
464
478
  */
465
479
  Message?: string;
466
480
  /**
@@ -2880,6 +2894,49 @@ export declare namespace CancelMLTaskRunResponse {
2880
2894
  */
2881
2895
  const filterSensitiveLog: (obj: CancelMLTaskRunResponse) => any;
2882
2896
  }
2897
+ export interface CancelStatementRequest {
2898
+ /**
2899
+ * <p>The Session ID of the statement to be cancelled.</p>
2900
+ */
2901
+ SessionId: string | undefined;
2902
+ /**
2903
+ * <p>The ID of the statement to be cancelled.</p>
2904
+ */
2905
+ Id: number | undefined;
2906
+ /**
2907
+ * <p>The origin of the request to cancel the statement.</p>
2908
+ */
2909
+ RequestOrigin?: string;
2910
+ }
2911
+ export declare namespace CancelStatementRequest {
2912
+ /**
2913
+ * @internal
2914
+ */
2915
+ const filterSensitiveLog: (obj: CancelStatementRequest) => any;
2916
+ }
2917
+ export interface CancelStatementResponse {
2918
+ }
2919
+ export declare namespace CancelStatementResponse {
2920
+ /**
2921
+ * @internal
2922
+ */
2923
+ const filterSensitiveLog: (obj: CancelStatementResponse) => any;
2924
+ }
2925
+ /**
2926
+ * <p>The session is in an invalid state to perform a requested operation.</p>
2927
+ */
2928
+ export declare class IllegalSessionStateException extends __BaseException {
2929
+ readonly name: "IllegalSessionStateException";
2930
+ readonly $fault: "client";
2931
+ /**
2932
+ * <p>A message describing the problem.</p>
2933
+ */
2934
+ Message?: string;
2935
+ /**
2936
+ * @internal
2937
+ */
2938
+ constructor(opts: __ExceptionOptionType<IllegalSessionStateException, __BaseException>);
2939
+ }
2883
2940
  export declare enum DataFormat {
2884
2941
  AVRO = "AVRO",
2885
2942
  JSON = "JSON",
@@ -4748,6 +4805,189 @@ export declare namespace CreateSecurityConfigurationResponse {
4748
4805
  */
4749
4806
  const filterSensitiveLog: (obj: CreateSecurityConfigurationResponse) => any;
4750
4807
  }
4808
+ /**
4809
+ * <p>The <code>SessionCommand</code> that runs the job.</p>
4810
+ */
4811
+ export interface SessionCommand {
4812
+ /**
4813
+ * <p>Specifies the name of the SessionCommand.Can be 'glueetl' or 'gluestreaming'.</p>
4814
+ */
4815
+ Name?: string;
4816
+ /**
4817
+ * <p>Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.</p>
4818
+ */
4819
+ PythonVersion?: string;
4820
+ }
4821
+ export declare namespace SessionCommand {
4822
+ /**
4823
+ * @internal
4824
+ */
4825
+ const filterSensitiveLog: (obj: SessionCommand) => any;
4826
+ }
4827
+ /**
4828
+ * <p>Request to create a new session.</p>
4829
+ */
4830
+ export interface CreateSessionRequest {
4831
+ /**
4832
+ * <p>The ID of the session request. </p>
4833
+ */
4834
+ Id: string | undefined;
4835
+ /**
4836
+ * <p>The description of the session. </p>
4837
+ */
4838
+ Description?: string;
4839
+ /**
4840
+ * <p>The IAM Role ARN </p>
4841
+ */
4842
+ Role: string | undefined;
4843
+ /**
4844
+ * <p>The <code>SessionCommand</code> that runs the job. </p>
4845
+ */
4846
+ Command: SessionCommand | undefined;
4847
+ /**
4848
+ * <p>The number of seconds before request times out. </p>
4849
+ */
4850
+ Timeout?: number;
4851
+ /**
4852
+ * <p>The number of seconds when idle before request times out. </p>
4853
+ */
4854
+ IdleTimeout?: number;
4855
+ /**
4856
+ * <p>A map array of key-value pairs. Max is 75 pairs. </p>
4857
+ */
4858
+ DefaultArguments?: {
4859
+ [key: string]: string;
4860
+ };
4861
+ /**
4862
+ * <p>The number of connections to use for the session. </p>
4863
+ */
4864
+ Connections?: ConnectionsList;
4865
+ /**
4866
+ * <p>The number of AWS Glue data processing units (DPUs) that can be allocated when the job runs.
4867
+ * A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB memory. </p>
4868
+ */
4869
+ MaxCapacity?: number;
4870
+ /**
4871
+ * <p>The number of workers to use for the session. </p>
4872
+ */
4873
+ NumberOfWorkers?: number;
4874
+ /**
4875
+ * <p>The Worker Type. Can be one of G.1X, G.2X, Standard </p>
4876
+ */
4877
+ WorkerType?: WorkerType | string;
4878
+ /**
4879
+ * <p>The name of the SecurityConfiguration structure to be used with the session </p>
4880
+ */
4881
+ SecurityConfiguration?: string;
4882
+ /**
4883
+ * <p>The Glue version determines the versions of Apache Spark and Python that AWS Glue supports.
4884
+ * The GlueVersion must be greater than 2.0. </p>
4885
+ */
4886
+ GlueVersion?: string;
4887
+ /**
4888
+ * <p>The map of key value pairs (tags) belonging to the session.</p>
4889
+ */
4890
+ Tags?: {
4891
+ [key: string]: string;
4892
+ };
4893
+ /**
4894
+ * <p>The origin of the request. </p>
4895
+ */
4896
+ RequestOrigin?: string;
4897
+ }
4898
+ export declare namespace CreateSessionRequest {
4899
+ /**
4900
+ * @internal
4901
+ */
4902
+ const filterSensitiveLog: (obj: CreateSessionRequest) => any;
4903
+ }
4904
+ export declare enum SessionStatus {
4905
+ FAILED = "FAILED",
4906
+ PROVISIONING = "PROVISIONING",
4907
+ READY = "READY",
4908
+ STOPPED = "STOPPED",
4909
+ STOPPING = "STOPPING",
4910
+ TIMEOUT = "TIMEOUT"
4911
+ }
4912
+ /**
4913
+ * <p>The period in which a remote Spark runtime environment is running.</p>
4914
+ */
4915
+ export interface Session {
4916
+ /**
4917
+ * <p>The ID of the session.</p>
4918
+ */
4919
+ Id?: string;
4920
+ /**
4921
+ * <p>The time and date when the session was created.</p>
4922
+ */
4923
+ CreatedOn?: Date;
4924
+ /**
4925
+ * <p>The session status. </p>
4926
+ */
4927
+ Status?: SessionStatus | string;
4928
+ /**
4929
+ * <p>The error message displayed during the session.</p>
4930
+ */
4931
+ ErrorMessage?: string;
4932
+ /**
4933
+ * <p>The description of the session.</p>
4934
+ */
4935
+ Description?: string;
4936
+ /**
4937
+ * <p>The name or Amazon Resource Name (ARN) of the IAM role associated with the Session.</p>
4938
+ */
4939
+ Role?: string;
4940
+ /**
4941
+ * <p>The command object.See SessionCommand.</p>
4942
+ */
4943
+ Command?: SessionCommand;
4944
+ /**
4945
+ * <p>A map array of key-value pairs. Max is 75 pairs. </p>
4946
+ */
4947
+ DefaultArguments?: {
4948
+ [key: string]: string;
4949
+ };
4950
+ /**
4951
+ * <p>The number of connections used for the session.</p>
4952
+ */
4953
+ Connections?: ConnectionsList;
4954
+ /**
4955
+ * <p>The code execution progress of the session.</p>
4956
+ */
4957
+ Progress?: number;
4958
+ /**
4959
+ * <p>The number of AWS Glue data processing units (DPUs) that can be allocated when the job runs.
4960
+ * A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB memory. </p>
4961
+ */
4962
+ MaxCapacity?: number;
4963
+ /**
4964
+ * <p>The name of the SecurityConfiguration structure to be used with the session.</p>
4965
+ */
4966
+ SecurityConfiguration?: string;
4967
+ /**
4968
+ * <p>The Glue version determines the versions of Apache Spark and Python that AWS Glue supports.
4969
+ * The GlueVersion must be greater than 2.0.</p>
4970
+ */
4971
+ GlueVersion?: string;
4972
+ }
4973
+ export declare namespace Session {
4974
+ /**
4975
+ * @internal
4976
+ */
4977
+ const filterSensitiveLog: (obj: Session) => any;
4978
+ }
4979
+ export interface CreateSessionResponse {
4980
+ /**
4981
+ * <p>Returns the session object in the response.</p>
4982
+ */
4983
+ Session?: Session;
4984
+ }
4985
+ export declare namespace CreateSessionResponse {
4986
+ /**
4987
+ * @internal
4988
+ */
4989
+ const filterSensitiveLog: (obj: CreateSessionResponse) => any;
4990
+ }
4751
4991
  /**
4752
4992
  * <p>A structure that describes a target table for resource linking.</p>
4753
4993
  */
@@ -5653,6 +5893,34 @@ export declare namespace DeleteSecurityConfigurationResponse {
5653
5893
  */
5654
5894
  const filterSensitiveLog: (obj: DeleteSecurityConfigurationResponse) => any;
5655
5895
  }
5896
+ export interface DeleteSessionRequest {
5897
+ /**
5898
+ * <p>The ID of the session to be deleted.</p>
5899
+ */
5900
+ Id: string | undefined;
5901
+ /**
5902
+ * <p>The name of the origin of the delete session request.</p>
5903
+ */
5904
+ RequestOrigin?: string;
5905
+ }
5906
+ export declare namespace DeleteSessionRequest {
5907
+ /**
5908
+ * @internal
5909
+ */
5910
+ const filterSensitiveLog: (obj: DeleteSessionRequest) => any;
5911
+ }
5912
+ export interface DeleteSessionResponse {
5913
+ /**
5914
+ * <p>Returns the ID of the deleted session.</p>
5915
+ */
5916
+ Id?: string;
5917
+ }
5918
+ export declare namespace DeleteSessionResponse {
5919
+ /**
5920
+ * @internal
5921
+ */
5922
+ const filterSensitiveLog: (obj: DeleteSessionResponse) => any;
5923
+ }
5656
5924
  export interface DeleteTableRequest {
5657
5925
  /**
5658
5926
  * <p>The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account
@@ -6658,379 +6926,3 @@ export declare namespace GetColumnStatisticsForTableResponse {
6658
6926
  */
6659
6927
  const filterSensitiveLog: (obj: GetColumnStatisticsForTableResponse) => any;
6660
6928
  }
6661
- export interface GetConnectionRequest {
6662
- /**
6663
- * <p>The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services
6664
- * account ID is used by default.</p>
6665
- */
6666
- CatalogId?: string;
6667
- /**
6668
- * <p>The name of the connection definition to retrieve.</p>
6669
- */
6670
- Name: string | undefined;
6671
- /**
6672
- * <p>Allows you to retrieve the connection metadata without returning the password. For
6673
- * instance, the AWS Glue console uses this flag to retrieve the connection, and does not display
6674
- * the password. Set this parameter when the caller might not have permission to use the KMS
6675
- * key to decrypt the password, but it does have permission to access the rest of the connection
6676
- * properties.</p>
6677
- */
6678
- HidePassword?: boolean;
6679
- }
6680
- export declare namespace GetConnectionRequest {
6681
- /**
6682
- * @internal
6683
- */
6684
- const filterSensitiveLog: (obj: GetConnectionRequest) => any;
6685
- }
6686
- /**
6687
- * <p>Defines a connection to a data source.</p>
6688
- */
6689
- export interface Connection {
6690
- /**
6691
- * <p>The name of the connection definition.</p>
6692
- */
6693
- Name?: string;
6694
- /**
6695
- * <p>The description of the connection.</p>
6696
- */
6697
- Description?: string;
6698
- /**
6699
- * <p>The type of the connection. Currently, SFTP is not supported.</p>
6700
- */
6701
- ConnectionType?: ConnectionType | string;
6702
- /**
6703
- * <p>A list of criteria that can be used in selecting this connection.</p>
6704
- */
6705
- MatchCriteria?: string[];
6706
- /**
6707
- * <p>These key-value pairs define parameters for the connection:</p>
6708
- * <ul>
6709
- * <li>
6710
- * <p>
6711
- * <code>HOST</code> - The host URI: either the
6712
- * fully qualified domain name (FQDN) or the IPv4 address of
6713
- * the database host.</p>
6714
- * </li>
6715
- * <li>
6716
- * <p>
6717
- * <code>PORT</code> - The port number, between
6718
- * 1024 and 65535, of the port on which the database host is
6719
- * listening for database connections.</p>
6720
- * </li>
6721
- * <li>
6722
- * <p>
6723
- * <code>USER_NAME</code> - The name under which
6724
- * to log in to the database. The value string for <code>USER_NAME</code> is "<code>USERNAME</code>".</p>
6725
- * </li>
6726
- * <li>
6727
- * <p>
6728
- * <code>PASSWORD</code> - A password,
6729
- * if one is used, for the user name.</p>
6730
- * </li>
6731
- * <li>
6732
- * <p>
6733
- * <code>ENCRYPTED_PASSWORD</code> - When you enable connection password protection by setting <code>ConnectionPasswordEncryption</code> in the Data Catalog encryption settings, this field stores the encrypted password.</p>
6734
- * </li>
6735
- * <li>
6736
- * <p>
6737
- * <code>JDBC_DRIVER_JAR_URI</code> - The Amazon Simple Storage Service (Amazon S3) path of the
6738
- * JAR file that contains the JDBC driver to use.</p>
6739
- * </li>
6740
- * <li>
6741
- * <p>
6742
- * <code>JDBC_DRIVER_CLASS_NAME</code> - The class name of the JDBC driver to use.</p>
6743
- * </li>
6744
- * <li>
6745
- * <p>
6746
- * <code>JDBC_ENGINE</code> - The name of the JDBC engine to use.</p>
6747
- * </li>
6748
- * <li>
6749
- * <p>
6750
- * <code>JDBC_ENGINE_VERSION</code> - The version of the JDBC engine to use.</p>
6751
- * </li>
6752
- * <li>
6753
- * <p>
6754
- * <code>CONFIG_FILES</code> - (Reserved for future use.)</p>
6755
- * </li>
6756
- * <li>
6757
- * <p>
6758
- * <code>INSTANCE_ID</code> - The instance ID to use.</p>
6759
- * </li>
6760
- * <li>
6761
- * <p>
6762
- * <code>JDBC_CONNECTION_URL</code> - The URL for connecting to a JDBC data source.</p>
6763
- * </li>
6764
- * <li>
6765
- * <p>
6766
- * <code>JDBC_ENFORCE_SSL</code> - A Boolean string (true, false) specifying whether Secure
6767
- * Sockets Layer (SSL) with hostname matching is enforced for the JDBC connection on the
6768
- * client. The default is false.</p>
6769
- * </li>
6770
- * <li>
6771
- * <p>
6772
- * <code>CUSTOM_JDBC_CERT</code> - An Amazon S3 location specifying the customer's root certificate. Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. Glue only handles X.509 certificates. The certificate provided must be DER-encoded and supplied in Base64 encoding PEM format.</p>
6773
- * </li>
6774
- * <li>
6775
- * <p>
6776
- * <code>SKIP_CUSTOM_JDBC_CERT_VALIDATION</code> - By default, this is <code>false</code>. Glue validates the Signature algorithm and Subject Public Key Algorithm for the customer certificate. The only permitted algorithms for the Signature algorithm are SHA256withRSA, SHA384withRSA or SHA512withRSA. For the Subject Public Key Algorithm, the key length must be at least 2048. You can set the value of this property to <code>true</code> to skip Glue’s validation of the customer certificate.</p>
6777
- * </li>
6778
- * <li>
6779
- * <p>
6780
- * <code>CUSTOM_JDBC_CERT_STRING</code> - A custom JDBC certificate string which is used for domain match or distinguished name match to prevent a man-in-the-middle attack. In Oracle database, this is used as the <code>SSL_SERVER_CERT_DN</code>; in Microsoft SQL Server, this is used as the <code>hostNameInCertificate</code>.</p>
6781
- * </li>
6782
- * <li>
6783
- * <p>
6784
- * <code>CONNECTION_URL</code> - The URL for connecting to a general (non-JDBC) data source.</p>
6785
- * </li>
6786
- * <li>
6787
- * <p>
6788
- * <code>KAFKA_BOOTSTRAP_SERVERS</code> - A comma-separated list of host and port pairs that are the addresses of the Apache Kafka brokers in a Kafka cluster to which a Kafka client will connect to and bootstrap itself.</p>
6789
- * </li>
6790
- * <li>
6791
- * <p>
6792
- * <code>KAFKA_SSL_ENABLED</code> - Whether to enable or disable SSL on an Apache Kafka connection. Default value is "true".</p>
6793
- * </li>
6794
- * <li>
6795
- * <p>
6796
- * <code>KAFKA_CUSTOM_CERT</code> - The Amazon S3 URL for the private CA cert file (.pem format). The default is an empty string.</p>
6797
- * </li>
6798
- * <li>
6799
- * <p>
6800
- * <code>KAFKA_SKIP_CUSTOM_CERT_VALIDATION</code> - Whether to skip the validation of the CA cert file or not. Glue validates for three algorithms: SHA256withRSA, SHA384withRSA and SHA512withRSA. Default value is "false".</p>
6801
- * </li>
6802
- * <li>
6803
- * <p>
6804
- * <code>SECRET_ID</code> - The secret ID used for the secret manager of credentials.</p>
6805
- * </li>
6806
- * <li>
6807
- * <p>
6808
- * <code>CONNECTOR_URL</code> - The connector URL for a MARKETPLACE or CUSTOM connection.</p>
6809
- * </li>
6810
- * <li>
6811
- * <p>
6812
- * <code>CONNECTOR_TYPE</code> - The connector type for a MARKETPLACE or CUSTOM connection.</p>
6813
- * </li>
6814
- * <li>
6815
- * <p>
6816
- * <code>CONNECTOR_CLASS_NAME</code> - The connector class name for a MARKETPLACE or CUSTOM connection.</p>
6817
- * </li>
6818
- * <li>
6819
- * <p>
6820
- * <code>KAFKA_CLIENT_KEYSTORE</code> - The Amazon S3 location of the client keystore file for Kafka client side authentication (Optional).</p>
6821
- * </li>
6822
- * <li>
6823
- * <p>
6824
- * <code>KAFKA_CLIENT_KEYSTORE_PASSWORD</code> - The password to access the provided keystore (Optional).</p>
6825
- * </li>
6826
- * <li>
6827
- * <p>
6828
- * <code>KAFKA_CLIENT_KEY_PASSWORD</code> - A keystore can consist of multiple keys, so this is the password to access the client key to be used with the Kafka server side key (Optional).</p>
6829
- * </li>
6830
- * <li>
6831
- * <p>
6832
- * <code>ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD</code> - The encrypted version of the Kafka client keystore password (if the user has the Glue encrypt passwords setting selected).</p>
6833
- * </li>
6834
- * <li>
6835
- * <p>
6836
- * <code>ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD</code> - The encrypted version of the Kafka client key password (if the user has the Glue encrypt passwords setting selected).</p>
6837
- * </li>
6838
- * </ul>
6839
- */
6840
- ConnectionProperties?: {
6841
- [key: string]: string;
6842
- };
6843
- /**
6844
- * <p>A map of physical connection requirements, such as virtual private cloud (VPC) and
6845
- * <code>SecurityGroup</code>, that are needed to make this connection successfully.</p>
6846
- */
6847
- PhysicalConnectionRequirements?: PhysicalConnectionRequirements;
6848
- /**
6849
- * <p>The time that this connection definition was created.</p>
6850
- */
6851
- CreationTime?: Date;
6852
- /**
6853
- * <p>The last time that this connection definition was updated.</p>
6854
- */
6855
- LastUpdatedTime?: Date;
6856
- /**
6857
- * <p>The user, group, or role that last updated this connection definition.</p>
6858
- */
6859
- LastUpdatedBy?: string;
6860
- }
6861
- export declare namespace Connection {
6862
- /**
6863
- * @internal
6864
- */
6865
- const filterSensitiveLog: (obj: Connection) => any;
6866
- }
6867
- export interface GetConnectionResponse {
6868
- /**
6869
- * <p>The requested connection definition.</p>
6870
- */
6871
- Connection?: Connection;
6872
- }
6873
- export declare namespace GetConnectionResponse {
6874
- /**
6875
- * @internal
6876
- */
6877
- const filterSensitiveLog: (obj: GetConnectionResponse) => any;
6878
- }
6879
- /**
6880
- * <p>Filters the connection definitions that are returned by the <code>GetConnections</code>
6881
- * API operation.</p>
6882
- */
6883
- export interface GetConnectionsFilter {
6884
- /**
6885
- * <p>A criteria string that must match the criteria recorded in the
6886
- * connection definition for that connection definition to be returned.</p>
6887
- */
6888
- MatchCriteria?: string[];
6889
- /**
6890
- * <p>The type of connections to return. Currently, SFTP is not supported.</p>
6891
- */
6892
- ConnectionType?: ConnectionType | string;
6893
- }
6894
- export declare namespace GetConnectionsFilter {
6895
- /**
6896
- * @internal
6897
- */
6898
- const filterSensitiveLog: (obj: GetConnectionsFilter) => any;
6899
- }
6900
- export interface GetConnectionsRequest {
6901
- /**
6902
- * <p>The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services
6903
- * account ID is used by default.</p>
6904
- */
6905
- CatalogId?: string;
6906
- /**
6907
- * <p>A filter that controls which connections are returned.</p>
6908
- */
6909
- Filter?: GetConnectionsFilter;
6910
- /**
6911
- * <p>Allows you to retrieve the connection metadata without returning the password. For
6912
- * instance, the AWS Glue console uses this flag to retrieve the connection, and does not display
6913
- * the password. Set this parameter when the caller might not have permission to use the KMS
6914
- * key to decrypt the password, but it does have permission to access the rest of the connection
6915
- * properties.</p>
6916
- */
6917
- HidePassword?: boolean;
6918
- /**
6919
- * <p>A continuation token, if this is a continuation call.</p>
6920
- */
6921
- NextToken?: string;
6922
- /**
6923
- * <p>The maximum number of connections to return in one response.</p>
6924
- */
6925
- MaxResults?: number;
6926
- }
6927
- export declare namespace GetConnectionsRequest {
6928
- /**
6929
- * @internal
6930
- */
6931
- const filterSensitiveLog: (obj: GetConnectionsRequest) => any;
6932
- }
6933
- export interface GetConnectionsResponse {
6934
- /**
6935
- * <p>A list of requested connection definitions.</p>
6936
- */
6937
- ConnectionList?: Connection[];
6938
- /**
6939
- * <p>A continuation token, if the list of connections returned does not
6940
- * include the last of the filtered connections.</p>
6941
- */
6942
- NextToken?: string;
6943
- }
6944
- export declare namespace GetConnectionsResponse {
6945
- /**
6946
- * @internal
6947
- */
6948
- const filterSensitiveLog: (obj: GetConnectionsResponse) => any;
6949
- }
6950
- export interface GetCrawlerRequest {
6951
- /**
6952
- * <p>The name of the crawler to retrieve metadata for.</p>
6953
- */
6954
- Name: string | undefined;
6955
- }
6956
- export declare namespace GetCrawlerRequest {
6957
- /**
6958
- * @internal
6959
- */
6960
- const filterSensitiveLog: (obj: GetCrawlerRequest) => any;
6961
- }
6962
- export interface GetCrawlerResponse {
6963
- /**
6964
- * <p>The metadata for the specified crawler.</p>
6965
- */
6966
- Crawler?: Crawler;
6967
- }
6968
- export declare namespace GetCrawlerResponse {
6969
- /**
6970
- * @internal
6971
- */
6972
- const filterSensitiveLog: (obj: GetCrawlerResponse) => any;
6973
- }
6974
- export interface GetCrawlerMetricsRequest {
6975
- /**
6976
- * <p>A list of the names of crawlers about which to retrieve metrics.</p>
6977
- */
6978
- CrawlerNameList?: string[];
6979
- /**
6980
- * <p>The maximum size of a list to return.</p>
6981
- */
6982
- MaxResults?: number;
6983
- /**
6984
- * <p>A continuation token, if this is a continuation call.</p>
6985
- */
6986
- NextToken?: string;
6987
- }
6988
- export declare namespace GetCrawlerMetricsRequest {
6989
- /**
6990
- * @internal
6991
- */
6992
- const filterSensitiveLog: (obj: GetCrawlerMetricsRequest) => any;
6993
- }
6994
- /**
6995
- * <p>Metrics for a specified crawler.</p>
6996
- */
6997
- export interface CrawlerMetrics {
6998
- /**
6999
- * <p>The name of the crawler.</p>
7000
- */
7001
- CrawlerName?: string;
7002
- /**
7003
- * <p>The estimated time left to complete a running crawl.</p>
7004
- */
7005
- TimeLeftSeconds?: number;
7006
- /**
7007
- * <p>True if the crawler is still estimating how long it will take to complete this run.</p>
7008
- */
7009
- StillEstimating?: boolean;
7010
- /**
7011
- * <p>The duration of the crawler's most recent run, in seconds.</p>
7012
- */
7013
- LastRuntimeSeconds?: number;
7014
- /**
7015
- * <p>The median duration of this crawler's runs, in seconds.</p>
7016
- */
7017
- MedianRuntimeSeconds?: number;
7018
- /**
7019
- * <p>The number of tables created by this crawler.</p>
7020
- */
7021
- TablesCreated?: number;
7022
- /**
7023
- * <p>The number of tables updated by this crawler.</p>
7024
- */
7025
- TablesUpdated?: number;
7026
- /**
7027
- * <p>The number of tables deleted by this crawler.</p>
7028
- */
7029
- TablesDeleted?: number;
7030
- }
7031
- export declare namespace CrawlerMetrics {
7032
- /**
7033
- * @internal
7034
- */
7035
- const filterSensitiveLog: (obj: CrawlerMetrics) => any;
7036
- }