@aws-sdk/client-glue 3.1070.0 → 3.1071.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 (231) hide show
  1. package/README.md +196 -0
  2. package/dist-cjs/index.js +431 -1
  3. package/dist-cjs/models/errors.js +38 -38
  4. package/dist-cjs/schemas/schemas_0.js +744 -31
  5. package/dist-es/Glue.js +68 -0
  6. package/dist-es/commands/AssociateGlossaryTermsCommand.js +16 -0
  7. package/dist-es/commands/BatchGetIterableFormsCommand.js +16 -0
  8. package/dist-es/commands/CreateGlossaryCommand.js +16 -0
  9. package/dist-es/commands/CreateGlossaryTermCommand.js +16 -0
  10. package/dist-es/commands/DeleteAssetCommand.js +16 -0
  11. package/dist-es/commands/DeleteAssetTypeCommand.js +16 -0
  12. package/dist-es/commands/DeleteAttachmentCommand.js +16 -0
  13. package/dist-es/commands/DeleteFormTypeCommand.js +16 -0
  14. package/dist-es/commands/DeleteGlossaryCommand.js +16 -0
  15. package/dist-es/commands/DeleteGlossaryTermCommand.js +16 -0
  16. package/dist-es/commands/DisassociateGlossaryTermsCommand.js +16 -0
  17. package/dist-es/commands/GetAssetCommand.js +16 -0
  18. package/dist-es/commands/GetAssetTypeCommand.js +16 -0
  19. package/dist-es/commands/GetFormTypeCommand.js +16 -0
  20. package/dist-es/commands/GetGlossaryCommand.js +16 -0
  21. package/dist-es/commands/GetGlossaryTermCommand.js +16 -0
  22. package/dist-es/commands/ListAssetTypesCommand.js +16 -0
  23. package/dist-es/commands/ListFormTypesCommand.js +16 -0
  24. package/dist-es/commands/ListGlossariesCommand.js +16 -0
  25. package/dist-es/commands/ListGlossaryTermsCommand.js +16 -0
  26. package/dist-es/commands/ListIterableFormsCommand.js +16 -0
  27. package/dist-es/commands/PutAssetCommand.js +16 -0
  28. package/dist-es/commands/PutAssetTypeCommand.js +16 -0
  29. package/dist-es/commands/PutAttachmentCommand.js +16 -0
  30. package/dist-es/commands/PutFormTypeCommand.js +16 -0
  31. package/dist-es/commands/SearchCommand.js +16 -0
  32. package/dist-es/commands/UpdateGlossaryCommand.js +16 -0
  33. package/dist-es/commands/UpdateGlossaryTermCommand.js +16 -0
  34. package/dist-es/commands/index.js +28 -0
  35. package/dist-es/models/enums.js +12 -0
  36. package/dist-es/models/errors.js +38 -38
  37. package/dist-es/pagination/ListAssetTypesPaginator.js +4 -0
  38. package/dist-es/pagination/ListFormTypesPaginator.js +4 -0
  39. package/dist-es/pagination/ListGlossariesPaginator.js +4 -0
  40. package/dist-es/pagination/ListGlossaryTermsPaginator.js +4 -0
  41. package/dist-es/pagination/ListIterableFormsPaginator.js +4 -0
  42. package/dist-es/pagination/SearchPaginator.js +4 -0
  43. package/dist-es/pagination/index.js +6 -0
  44. package/dist-es/schemas/schemas_0.js +671 -31
  45. package/dist-types/Glue.d.ts +242 -0
  46. package/dist-types/GlueClient.d.ts +30 -2
  47. package/dist-types/commands/AssociateGlossaryTermsCommand.d.ts +101 -0
  48. package/dist-types/commands/BatchGetIterableFormsCommand.d.ts +122 -0
  49. package/dist-types/commands/CreateCrawlerCommand.d.ts +2 -1
  50. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateDatabaseCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateGlossaryCommand.d.ts +98 -0
  53. package/dist-types/commands/CreateGlossaryTermCommand.d.ts +105 -0
  54. package/dist-types/commands/DeleteAssetCommand.d.ts +89 -0
  55. package/dist-types/commands/DeleteAssetTypeCommand.d.ts +89 -0
  56. package/dist-types/commands/DeleteAttachmentCommand.d.ts +95 -0
  57. package/dist-types/commands/DeleteFormTypeCommand.d.ts +92 -0
  58. package/dist-types/commands/DeleteGlossaryCommand.d.ts +92 -0
  59. package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +89 -0
  60. package/dist-types/commands/DisassociateGlossaryTermsCommand.d.ts +101 -0
  61. package/dist-types/commands/GetAssetCommand.d.ts +116 -0
  62. package/dist-types/commands/GetAssetTypeCommand.d.ts +97 -0
  63. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  64. package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
  65. package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
  66. package/dist-types/commands/GetEntityRecordsCommand.d.ts +1 -1
  67. package/dist-types/commands/GetFormTypeCommand.d.ts +93 -0
  68. package/dist-types/commands/GetGlossaryCommand.d.ts +90 -0
  69. package/dist-types/commands/GetGlossaryTermCommand.d.ts +92 -0
  70. package/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
  71. package/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
  72. package/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
  73. package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
  74. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  75. package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
  76. package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
  77. package/dist-types/commands/GetJobsCommand.d.ts +1 -1
  78. package/dist-types/commands/GetMappingCommand.d.ts +1 -1
  79. package/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  80. package/dist-types/commands/ListAssetTypesCommand.d.ts +95 -0
  81. package/dist-types/commands/ListFormTypesCommand.d.ts +95 -0
  82. package/dist-types/commands/ListGlossariesCommand.d.ts +96 -0
  83. package/dist-types/commands/ListGlossaryTermsCommand.d.ts +97 -0
  84. package/dist-types/commands/ListIterableFormsCommand.d.ts +104 -0
  85. package/dist-types/commands/PutAssetCommand.d.ts +113 -0
  86. package/dist-types/commands/PutAssetTypeCommand.d.ts +103 -0
  87. package/dist-types/commands/PutAttachmentCommand.d.ts +104 -0
  88. package/dist-types/commands/PutFormTypeCommand.d.ts +95 -0
  89. package/dist-types/commands/SearchCommand.d.ts +149 -0
  90. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  91. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  92. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  93. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  94. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  95. package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
  96. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  97. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  98. package/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  99. package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
  100. package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
  101. package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  102. package/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  103. package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
  104. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  105. package/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  106. package/dist-types/commands/StopSessionCommand.d.ts +1 -1
  107. package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
  108. package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
  109. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  110. package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
  111. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  112. package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateCatalogCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  116. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -2
  121. package/dist-types/commands/UpdateGlossaryCommand.d.ts +102 -0
  122. package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +105 -0
  123. package/dist-types/commands/index.d.ts +28 -0
  124. package/dist-types/models/enums.d.ts +28 -0
  125. package/dist-types/models/errors.d.ts +48 -48
  126. package/dist-types/models/models_0.d.ts +165 -174
  127. package/dist-types/models/models_1.d.ts +520 -720
  128. package/dist-types/models/models_2.d.ts +2302 -2039
  129. package/dist-types/models/models_3.d.ts +1413 -4
  130. package/dist-types/pagination/ListAssetTypesPaginator.d.ts +7 -0
  131. package/dist-types/pagination/ListFormTypesPaginator.d.ts +7 -0
  132. package/dist-types/pagination/ListGlossariesPaginator.d.ts +7 -0
  133. package/dist-types/pagination/ListGlossaryTermsPaginator.d.ts +7 -0
  134. package/dist-types/pagination/ListIterableFormsPaginator.d.ts +7 -0
  135. package/dist-types/pagination/SearchPaginator.d.ts +7 -0
  136. package/dist-types/pagination/index.d.ts +6 -0
  137. package/dist-types/schemas/schemas_0.d.ts +101 -0
  138. package/dist-types/ts3.4/Glue.d.ts +522 -0
  139. package/dist-types/ts3.4/GlueClient.d.ts +168 -0
  140. package/dist-types/ts3.4/commands/AssociateGlossaryTermsCommand.d.ts +53 -0
  141. package/dist-types/ts3.4/commands/BatchGetIterableFormsCommand.d.ts +53 -0
  142. package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +2 -4
  143. package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +52 -0
  146. package/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +53 -0
  147. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +49 -0
  148. package/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +52 -0
  149. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +52 -0
  150. package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +52 -0
  151. package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +52 -0
  152. package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +53 -0
  153. package/dist-types/ts3.4/commands/DisassociateGlossaryTermsCommand.d.ts +53 -0
  154. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +45 -0
  155. package/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +49 -0
  156. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +49 -0
  161. package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +49 -0
  162. package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +52 -0
  163. package/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +52 -0
  174. package/dist-types/ts3.4/commands/ListFormTypesCommand.d.ts +52 -0
  175. package/dist-types/ts3.4/commands/ListGlossariesCommand.d.ts +52 -0
  176. package/dist-types/ts3.4/commands/ListGlossaryTermsCommand.d.ts +53 -0
  177. package/dist-types/ts3.4/commands/ListIterableFormsCommand.d.ts +53 -0
  178. package/dist-types/ts3.4/commands/PutAssetCommand.d.ts +45 -0
  179. package/dist-types/ts3.4/commands/PutAssetTypeCommand.d.ts +49 -0
  180. package/dist-types/ts3.4/commands/PutAttachmentCommand.d.ts +52 -0
  181. package/dist-types/ts3.4/commands/PutFormTypeCommand.d.ts +49 -0
  182. package/dist-types/ts3.4/commands/SearchCommand.d.ts +46 -0
  183. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +4 -2
  214. package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +52 -0
  215. package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +53 -0
  216. package/dist-types/ts3.4/commands/index.d.ts +28 -0
  217. package/dist-types/ts3.4/models/enums.d.ts +16 -0
  218. package/dist-types/ts3.4/models/errors.d.ts +26 -26
  219. package/dist-types/ts3.4/models/models_0.d.ts +41 -40
  220. package/dist-types/ts3.4/models/models_1.d.ts +128 -181
  221. package/dist-types/ts3.4/models/models_2.d.ts +396 -293
  222. package/dist-types/ts3.4/models/models_3.d.ts +373 -1
  223. package/dist-types/ts3.4/pagination/ListAssetTypesPaginator.d.ts +11 -0
  224. package/dist-types/ts3.4/pagination/ListFormTypesPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/ListGlossariesPaginator.d.ts +11 -0
  226. package/dist-types/ts3.4/pagination/ListGlossaryTermsPaginator.d.ts +11 -0
  227. package/dist-types/ts3.4/pagination/ListIterableFormsPaginator.d.ts +11 -0
  228. package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +11 -0
  229. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  230. package/dist-types/ts3.4/schemas/schemas_0.d.ts +101 -0
  231. package/package.json +3 -3
@@ -66,6 +66,11 @@ export declare var AmazonRedshiftSource$: StaticStructureSchema;
66
66
  export declare var AmazonRedshiftTarget$: StaticStructureSchema;
67
67
  export declare var AnnotationError$: StaticStructureSchema;
68
68
  export declare var ApplyMapping$: StaticStructureSchema;
69
+ export declare var AssetFormEntry$: StaticStructureSchema;
70
+ export declare var AssetTypeFormReference$: StaticStructureSchema;
71
+ export declare var AssetTypeItem$: StaticStructureSchema;
72
+ export declare var AssociateGlossaryTermsRequest$: StaticStructureSchema;
73
+ export declare var AssociateGlossaryTermsResponse$: StaticStructureSchema;
69
74
  export declare var AthenaConnectorSource$: StaticStructureSchema;
70
75
  export declare var AuditContext$: StaticStructureSchema;
71
76
  export declare var AuthConfiguration$: StaticStructureSchema;
@@ -97,6 +102,8 @@ export declare var BatchGetDataQualityResultRequest$: StaticStructureSchema;
97
102
  export declare var BatchGetDataQualityResultResponse$: StaticStructureSchema;
98
103
  export declare var BatchGetDevEndpointsRequest$: StaticStructureSchema;
99
104
  export declare var BatchGetDevEndpointsResponse$: StaticStructureSchema;
105
+ export declare var BatchGetIterableFormsRequest$: StaticStructureSchema;
106
+ export declare var BatchGetIterableFormsResponse$: StaticStructureSchema;
100
107
  export declare var BatchGetJobsRequest$: StaticStructureSchema;
101
108
  export declare var BatchGetJobsResponse$: StaticStructureSchema;
102
109
  export declare var BatchGetPartitionRequest$: StaticStructureSchema;
@@ -214,6 +221,10 @@ export declare var CreateDataQualityRulesetRequest$: StaticStructureSchema;
214
221
  export declare var CreateDataQualityRulesetResponse$: StaticStructureSchema;
215
222
  export declare var CreateDevEndpointRequest$: StaticStructureSchema;
216
223
  export declare var CreateDevEndpointResponse$: StaticStructureSchema;
224
+ export declare var CreateGlossaryRequest$: StaticStructureSchema;
225
+ export declare var CreateGlossaryResponse$: StaticStructureSchema;
226
+ export declare var CreateGlossaryTermRequest$: StaticStructureSchema;
227
+ export declare var CreateGlossaryTermResponse$: StaticStructureSchema;
217
228
  export declare var CreateGlueIdentityCenterConfigurationRequest$: StaticStructureSchema;
218
229
  export declare var CreateGlueIdentityCenterConfigurationResponse$: StaticStructureSchema;
219
230
  export declare var CreateGrokClassifierRequest$: StaticStructureSchema;
@@ -294,6 +305,12 @@ export declare var DDBELTCatalogAdditionalOptions$: StaticStructureSchema;
294
305
  export declare var DDBELTConnectionOptions$: StaticStructureSchema;
295
306
  export declare var DecimalColumnStatisticsData$: StaticStructureSchema;
296
307
  export declare var DecimalNumber$: StaticStructureSchema;
308
+ export declare var DeleteAssetRequest$: StaticStructureSchema;
309
+ export declare var DeleteAssetResponse$: StaticStructureSchema;
310
+ export declare var DeleteAssetTypeRequest$: StaticStructureSchema;
311
+ export declare var DeleteAssetTypeResponse$: StaticStructureSchema;
312
+ export declare var DeleteAttachmentRequest$: StaticStructureSchema;
313
+ export declare var DeleteAttachmentResponse$: StaticStructureSchema;
297
314
  export declare var DeleteBlueprintRequest$: StaticStructureSchema;
298
315
  export declare var DeleteBlueprintResponse$: StaticStructureSchema;
299
316
  export declare var DeleteCatalogRequest$: StaticStructureSchema;
@@ -320,6 +337,12 @@ export declare var DeleteDataQualityRulesetRequest$: StaticStructureSchema;
320
337
  export declare var DeleteDataQualityRulesetResponse$: StaticStructureSchema;
321
338
  export declare var DeleteDevEndpointRequest$: StaticStructureSchema;
322
339
  export declare var DeleteDevEndpointResponse$: StaticStructureSchema;
340
+ export declare var DeleteFormTypeRequest$: StaticStructureSchema;
341
+ export declare var DeleteFormTypeResponse$: StaticStructureSchema;
342
+ export declare var DeleteGlossaryRequest$: StaticStructureSchema;
343
+ export declare var DeleteGlossaryResponse$: StaticStructureSchema;
344
+ export declare var DeleteGlossaryTermRequest$: StaticStructureSchema;
345
+ export declare var DeleteGlossaryTermResponse$: StaticStructureSchema;
323
346
  export declare var DeleteGlueIdentityCenterConfigurationRequest$: StaticStructureSchema;
324
347
  export declare var DeleteGlueIdentityCenterConfigurationResponse$: StaticStructureSchema;
325
348
  export declare var DeleteIntegrationRequest$: StaticStructureSchema;
@@ -377,6 +400,8 @@ export declare var DirectJDBCSource$: StaticStructureSchema;
377
400
  export declare var DirectKafkaSource$: StaticStructureSchema;
378
401
  export declare var DirectKinesisSource$: StaticStructureSchema;
379
402
  export declare var DirectSchemaChangePolicy$: StaticStructureSchema;
403
+ export declare var DisassociateGlossaryTermsRequest$: StaticStructureSchema;
404
+ export declare var DisassociateGlossaryTermsResponse$: StaticStructureSchema;
380
405
  export declare var DoubleColumnStatisticsData$: StaticStructureSchema;
381
406
  export declare var DQResultsPublishingOptions$: StaticStructureSchema;
382
407
  export declare var DQStopJobOnFailureOptions$: StaticStructureSchema;
@@ -414,6 +439,11 @@ export declare var FilterValue$: StaticStructureSchema;
414
439
  export declare var FindMatchesMetrics$: StaticStructureSchema;
415
440
  export declare var FindMatchesParameters$: StaticStructureSchema;
416
441
  export declare var FindMatchesTaskRunProperties$: StaticStructureSchema;
442
+ export declare var FormTypeItem$: StaticStructureSchema;
443
+ export declare var GetAssetInput$: StaticStructureSchema;
444
+ export declare var GetAssetOutput$: StaticStructureSchema;
445
+ export declare var GetAssetTypeRequest$: StaticStructureSchema;
446
+ export declare var GetAssetTypeResponse$: StaticStructureSchema;
417
447
  export declare var GetBlueprintRequest$: StaticStructureSchema;
418
448
  export declare var GetBlueprintResponse$: StaticStructureSchema;
419
449
  export declare var GetBlueprintRunRequest$: StaticStructureSchema;
@@ -481,6 +511,12 @@ export declare var GetDevEndpointsRequest$: StaticStructureSchema;
481
511
  export declare var GetDevEndpointsResponse$: StaticStructureSchema;
482
512
  export declare var GetEntityRecordsRequest$: StaticStructureSchema;
483
513
  export declare var GetEntityRecordsResponse$: StaticStructureSchema;
514
+ export declare var GetFormTypeRequest$: StaticStructureSchema;
515
+ export declare var GetFormTypeResponse$: StaticStructureSchema;
516
+ export declare var GetGlossaryRequest$: StaticStructureSchema;
517
+ export declare var GetGlossaryResponse$: StaticStructureSchema;
518
+ export declare var GetGlossaryTermRequest$: StaticStructureSchema;
519
+ export declare var GetGlossaryTermResponse$: StaticStructureSchema;
484
520
  export declare var GetGlueIdentityCenterConfigurationRequest$: StaticStructureSchema;
485
521
  export declare var GetGlueIdentityCenterConfigurationResponse$: StaticStructureSchema;
486
522
  export declare var GetIntegrationResourcePropertyRequest$: StaticStructureSchema;
@@ -577,6 +613,8 @@ export declare var GetWorkflowRunRequest$: StaticStructureSchema;
577
613
  export declare var GetWorkflowRunResponse$: StaticStructureSchema;
578
614
  export declare var GetWorkflowRunsRequest$: StaticStructureSchema;
579
615
  export declare var GetWorkflowRunsResponse$: StaticStructureSchema;
616
+ export declare var GlossaryItem$: StaticStructureSchema;
617
+ export declare var GlossaryTermItem$: StaticStructureSchema;
580
618
  export declare var GluePolicy$: StaticStructureSchema;
581
619
  export declare var GlueSchema$: StaticStructureSchema;
582
620
  export declare var GlueStudioSchemaColumn$: StaticStructureSchema;
@@ -616,6 +654,10 @@ export declare var IntegrationFilter$: StaticStructureSchema;
616
654
  export declare var IntegrationPartition$: StaticStructureSchema;
617
655
  export declare var IntegrationResourceProperty$: StaticStructureSchema;
618
656
  export declare var IntegrationResourcePropertyFilter$: StaticStructureSchema;
657
+ export declare var ItemError$: StaticStructureSchema;
658
+ export declare var IterableFormEntry$: StaticStructureSchema;
659
+ export declare var IterableFormItem$: StaticStructureSchema;
660
+ export declare var IterableFormListItem$: StaticStructureSchema;
619
661
  export declare var JDBCConnectorOptions$: StaticStructureSchema;
620
662
  export declare var JDBCConnectorSource$: StaticStructureSchema;
621
663
  export declare var JDBCConnectorTarget$: StaticStructureSchema;
@@ -639,6 +681,8 @@ export declare var LakeFormationConfiguration$: StaticStructureSchema;
639
681
  export declare var LastActiveDefinition$: StaticStructureSchema;
640
682
  export declare var LastCrawlInfo$: StaticStructureSchema;
641
683
  export declare var LineageConfiguration$: StaticStructureSchema;
684
+ export declare var ListAssetTypesRequest$: StaticStructureSchema;
685
+ export declare var ListAssetTypesResponse$: StaticStructureSchema;
642
686
  export declare var ListBlueprintsRequest$: StaticStructureSchema;
643
687
  export declare var ListBlueprintsResponse$: StaticStructureSchema;
644
688
  export declare var ListColumnStatisticsTaskRunsRequest$: StaticStructureSchema;
@@ -667,8 +711,16 @@ export declare var ListDevEndpointsRequest$: StaticStructureSchema;
667
711
  export declare var ListDevEndpointsResponse$: StaticStructureSchema;
668
712
  export declare var ListEntitiesRequest$: StaticStructureSchema;
669
713
  export declare var ListEntitiesResponse$: StaticStructureSchema;
714
+ export declare var ListFormTypesRequest$: StaticStructureSchema;
715
+ export declare var ListFormTypesResponse$: StaticStructureSchema;
716
+ export declare var ListGlossariesRequest$: StaticStructureSchema;
717
+ export declare var ListGlossariesResponse$: StaticStructureSchema;
718
+ export declare var ListGlossaryTermsRequest$: StaticStructureSchema;
719
+ export declare var ListGlossaryTermsResponse$: StaticStructureSchema;
670
720
  export declare var ListIntegrationResourcePropertiesRequest$: StaticStructureSchema;
671
721
  export declare var ListIntegrationResourcePropertiesResponse$: StaticStructureSchema;
722
+ export declare var ListIterableFormsRequest$: StaticStructureSchema;
723
+ export declare var ListIterableFormsResponse$: StaticStructureSchema;
672
724
  export declare var ListJobsRequest$: StaticStructureSchema;
673
725
  export declare var ListJobsResponse$: StaticStructureSchema;
674
726
  export declare var ListMaterializedViewRefreshTaskRunsRequest$: StaticStructureSchema;
@@ -745,10 +797,18 @@ export declare var PrincipalPermissions$: StaticStructureSchema;
745
797
  export declare var ProfileConfiguration$: StaticStructureSchema;
746
798
  export declare var Property$: StaticStructureSchema;
747
799
  export declare var PropertyPredicate$: StaticStructureSchema;
800
+ export declare var PutAssetRequest$: StaticStructureSchema;
801
+ export declare var PutAssetResponse$: StaticStructureSchema;
802
+ export declare var PutAssetTypeRequest$: StaticStructureSchema;
803
+ export declare var PutAssetTypeResponse$: StaticStructureSchema;
804
+ export declare var PutAttachmentRequest$: StaticStructureSchema;
805
+ export declare var PutAttachmentResponse$: StaticStructureSchema;
748
806
  export declare var PutDataCatalogEncryptionSettingsRequest$: StaticStructureSchema;
749
807
  export declare var PutDataCatalogEncryptionSettingsResponse$: StaticStructureSchema;
750
808
  export declare var PutDataQualityProfileAnnotationRequest$: StaticStructureSchema;
751
809
  export declare var PutDataQualityProfileAnnotationResponse$: StaticStructureSchema;
810
+ export declare var PutFormTypeRequest$: StaticStructureSchema;
811
+ export declare var PutFormTypeResponse$: StaticStructureSchema;
752
812
  export declare var PutResourcePolicyRequest$: StaticStructureSchema;
753
813
  export declare var PutResourcePolicyResponse$: StaticStructureSchema;
754
814
  export declare var PutSchemaVersionMetadataInput$: StaticStructureSchema;
@@ -823,6 +883,12 @@ export declare var SchemaReference$: StaticStructureSchema;
823
883
  export declare var SchemaVersionErrorItem$: StaticStructureSchema;
824
884
  export declare var SchemaVersionListItem$: StaticStructureSchema;
825
885
  export declare var SchemaVersionNumber$: StaticStructureSchema;
886
+ export declare var SearchAttributeFilter$: StaticStructureSchema;
887
+ export declare var SearchInput$: StaticStructureSchema;
888
+ export declare var SearchMapFilter$: StaticStructureSchema;
889
+ export declare var SearchOutput$: StaticStructureSchema;
890
+ export declare var SearchResultItem$: StaticStructureSchema;
891
+ export declare var SearchSort$: StaticStructureSchema;
826
892
  export declare var SearchTablesRequest$: StaticStructureSchema;
827
893
  export declare var SearchTablesResponse$: StaticStructureSchema;
828
894
  export declare var SecurityConfiguration$: StaticStructureSchema;
@@ -968,6 +1034,10 @@ export declare var UpdateDataQualityRulesetRequest$: StaticStructureSchema;
968
1034
  export declare var UpdateDataQualityRulesetResponse$: StaticStructureSchema;
969
1035
  export declare var UpdateDevEndpointRequest$: StaticStructureSchema;
970
1036
  export declare var UpdateDevEndpointResponse$: StaticStructureSchema;
1037
+ export declare var UpdateGlossaryRequest$: StaticStructureSchema;
1038
+ export declare var UpdateGlossaryResponse$: StaticStructureSchema;
1039
+ export declare var UpdateGlossaryTermRequest$: StaticStructureSchema;
1040
+ export declare var UpdateGlossaryTermResponse$: StaticStructureSchema;
971
1041
  export declare var UpdateGlueIdentityCenterConfigurationRequest$: StaticStructureSchema;
972
1042
  export declare var UpdateGlueIdentityCenterConfigurationResponse$: StaticStructureSchema;
973
1043
  export declare var UpdateGrokClassifierRequest$: StaticStructureSchema;
@@ -1020,7 +1090,11 @@ export declare var WorkflowGraph$: StaticStructureSchema;
1020
1090
  export declare var WorkflowRun$: StaticStructureSchema;
1021
1091
  export declare var WorkflowRunStatistics$: StaticStructureSchema;
1022
1092
  export declare var XMLClassifier$: StaticStructureSchema;
1093
+ export declare var SearchFilterClause$: StaticUnionSchema;
1094
+ export declare var SearchFilterValue$: StaticUnionSchema;
1095
+ export declare var SearchMapFilterValue$: StaticUnionSchema;
1023
1096
  export declare var TableOptimizerVpcConfiguration$: StaticUnionSchema;
1097
+ export declare var AssociateGlossaryTerms$: StaticOperationSchema;
1024
1098
  export declare var BatchCreatePartition$: StaticOperationSchema;
1025
1099
  export declare var BatchDeleteConnection$: StaticOperationSchema;
1026
1100
  export declare var BatchDeletePartition$: StaticOperationSchema;
@@ -1031,6 +1105,7 @@ export declare var BatchGetCrawlers$: StaticOperationSchema;
1031
1105
  export declare var BatchGetCustomEntityTypes$: StaticOperationSchema;
1032
1106
  export declare var BatchGetDataQualityResult$: StaticOperationSchema;
1033
1107
  export declare var BatchGetDevEndpoints$: StaticOperationSchema;
1108
+ export declare var BatchGetIterableForms$: StaticOperationSchema;
1034
1109
  export declare var BatchGetJobs$: StaticOperationSchema;
1035
1110
  export declare var BatchGetPartition$: StaticOperationSchema;
1036
1111
  export declare var BatchGetTableOptimizer$: StaticOperationSchema;
@@ -1054,6 +1129,8 @@ export declare var CreateCustomEntityType$: StaticOperationSchema;
1054
1129
  export declare var CreateDatabase$: StaticOperationSchema;
1055
1130
  export declare var CreateDataQualityRuleset$: StaticOperationSchema;
1056
1131
  export declare var CreateDevEndpoint$: StaticOperationSchema;
1132
+ export declare var CreateGlossary$: StaticOperationSchema;
1133
+ export declare var CreateGlossaryTerm$: StaticOperationSchema;
1057
1134
  export declare var CreateGlueIdentityCenterConfiguration$: StaticOperationSchema;
1058
1135
  export declare var CreateIntegration$: StaticOperationSchema;
1059
1136
  export declare var CreateIntegrationResourceProperty$: StaticOperationSchema;
@@ -1073,6 +1150,9 @@ export declare var CreateTrigger$: StaticOperationSchema;
1073
1150
  export declare var CreateUsageProfile$: StaticOperationSchema;
1074
1151
  export declare var CreateUserDefinedFunction$: StaticOperationSchema;
1075
1152
  export declare var CreateWorkflow$: StaticOperationSchema;
1153
+ export declare var DeleteAsset$: StaticOperationSchema;
1154
+ export declare var DeleteAssetType$: StaticOperationSchema;
1155
+ export declare var DeleteAttachment$: StaticOperationSchema;
1076
1156
  export declare var DeleteBlueprint$: StaticOperationSchema;
1077
1157
  export declare var DeleteCatalog$: StaticOperationSchema;
1078
1158
  export declare var DeleteClassifier$: StaticOperationSchema;
@@ -1086,6 +1166,9 @@ export declare var DeleteCustomEntityType$: StaticOperationSchema;
1086
1166
  export declare var DeleteDatabase$: StaticOperationSchema;
1087
1167
  export declare var DeleteDataQualityRuleset$: StaticOperationSchema;
1088
1168
  export declare var DeleteDevEndpoint$: StaticOperationSchema;
1169
+ export declare var DeleteFormType$: StaticOperationSchema;
1170
+ export declare var DeleteGlossary$: StaticOperationSchema;
1171
+ export declare var DeleteGlossaryTerm$: StaticOperationSchema;
1089
1172
  export declare var DeleteGlueIdentityCenterConfiguration$: StaticOperationSchema;
1090
1173
  export declare var DeleteIntegration$: StaticOperationSchema;
1091
1174
  export declare var DeleteIntegrationResourceProperty$: StaticOperationSchema;
@@ -1111,6 +1194,9 @@ export declare var DescribeConnectionType$: StaticOperationSchema;
1111
1194
  export declare var DescribeEntity$: StaticOperationSchema;
1112
1195
  export declare var DescribeInboundIntegrations$: StaticOperationSchema;
1113
1196
  export declare var DescribeIntegrations$: StaticOperationSchema;
1197
+ export declare var DisassociateGlossaryTerms$: StaticOperationSchema;
1198
+ export declare var GetAsset$: StaticOperationSchema;
1199
+ export declare var GetAssetType$: StaticOperationSchema;
1114
1200
  export declare var GetBlueprint$: StaticOperationSchema;
1115
1201
  export declare var GetBlueprintRun$: StaticOperationSchema;
1116
1202
  export declare var GetBlueprintRuns$: StaticOperationSchema;
@@ -1144,6 +1230,9 @@ export declare var GetDataQualityRulesetEvaluationRun$: StaticOperationSchema;
1144
1230
  export declare var GetDevEndpoint$: StaticOperationSchema;
1145
1231
  export declare var GetDevEndpoints$: StaticOperationSchema;
1146
1232
  export declare var GetEntityRecords$: StaticOperationSchema;
1233
+ export declare var GetFormType$: StaticOperationSchema;
1234
+ export declare var GetGlossary$: StaticOperationSchema;
1235
+ export declare var GetGlossaryTerm$: StaticOperationSchema;
1147
1236
  export declare var GetGlueIdentityCenterConfiguration$: StaticOperationSchema;
1148
1237
  export declare var GetIntegrationResourceProperty$: StaticOperationSchema;
1149
1238
  export declare var GetIntegrationTableProperties$: StaticOperationSchema;
@@ -1193,6 +1282,7 @@ export declare var GetWorkflowRun$: StaticOperationSchema;
1193
1282
  export declare var GetWorkflowRunProperties$: StaticOperationSchema;
1194
1283
  export declare var GetWorkflowRuns$: StaticOperationSchema;
1195
1284
  export declare var ImportCatalogToGlue$: StaticOperationSchema;
1285
+ export declare var ListAssetTypes$: StaticOperationSchema;
1196
1286
  export declare var ListBlueprints$: StaticOperationSchema;
1197
1287
  export declare var ListColumnStatisticsTaskRuns$: StaticOperationSchema;
1198
1288
  export declare var ListConnectionTypes$: StaticOperationSchema;
@@ -1207,7 +1297,11 @@ export declare var ListDataQualityStatisticAnnotations$: StaticOperationSchema;
1207
1297
  export declare var ListDataQualityStatistics$: StaticOperationSchema;
1208
1298
  export declare var ListDevEndpoints$: StaticOperationSchema;
1209
1299
  export declare var ListEntities$: StaticOperationSchema;
1300
+ export declare var ListFormTypes$: StaticOperationSchema;
1301
+ export declare var ListGlossaries$: StaticOperationSchema;
1302
+ export declare var ListGlossaryTerms$: StaticOperationSchema;
1210
1303
  export declare var ListIntegrationResourceProperties$: StaticOperationSchema;
1304
+ export declare var ListIterableForms$: StaticOperationSchema;
1211
1305
  export declare var ListJobs$: StaticOperationSchema;
1212
1306
  export declare var ListMaterializedViewRefreshTaskRuns$: StaticOperationSchema;
1213
1307
  export declare var ListMLTransforms$: StaticOperationSchema;
@@ -1221,8 +1315,12 @@ export declare var ListTriggers$: StaticOperationSchema;
1221
1315
  export declare var ListUsageProfiles$: StaticOperationSchema;
1222
1316
  export declare var ListWorkflows$: StaticOperationSchema;
1223
1317
  export declare var ModifyIntegration$: StaticOperationSchema;
1318
+ export declare var PutAsset$: StaticOperationSchema;
1319
+ export declare var PutAssetType$: StaticOperationSchema;
1320
+ export declare var PutAttachment$: StaticOperationSchema;
1224
1321
  export declare var PutDataCatalogEncryptionSettings$: StaticOperationSchema;
1225
1322
  export declare var PutDataQualityProfileAnnotation$: StaticOperationSchema;
1323
+ export declare var PutFormType$: StaticOperationSchema;
1226
1324
  export declare var PutResourcePolicy$: StaticOperationSchema;
1227
1325
  export declare var PutSchemaVersionMetadata$: StaticOperationSchema;
1228
1326
  export declare var PutWorkflowRunProperties$: StaticOperationSchema;
@@ -1233,6 +1331,7 @@ export declare var RemoveSchemaVersionMetadata$: StaticOperationSchema;
1233
1331
  export declare var ResetJobBookmark$: StaticOperationSchema;
1234
1332
  export declare var ResumeWorkflowRun$: StaticOperationSchema;
1235
1333
  export declare var RunStatement$: StaticOperationSchema;
1334
+ export declare var Search$: StaticOperationSchema;
1236
1335
  export declare var SearchTables$: StaticOperationSchema;
1237
1336
  export declare var StartBlueprintRun$: StaticOperationSchema;
1238
1337
  export declare var StartColumnStatisticsTaskRun$: StaticOperationSchema;
@@ -1272,6 +1371,8 @@ export declare var UpdateCrawlerSchedule$: StaticOperationSchema;
1272
1371
  export declare var UpdateDatabase$: StaticOperationSchema;
1273
1372
  export declare var UpdateDataQualityRuleset$: StaticOperationSchema;
1274
1373
  export declare var UpdateDevEndpoint$: StaticOperationSchema;
1374
+ export declare var UpdateGlossary$: StaticOperationSchema;
1375
+ export declare var UpdateGlossaryTerm$: StaticOperationSchema;
1275
1376
  export declare var UpdateGlueIdentityCenterConfiguration$: StaticOperationSchema;
1276
1377
  export declare var UpdateIntegrationResourceProperty$: StaticOperationSchema;
1277
1378
  export declare var UpdateIntegrationTableProperties$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-glue",
3
3
  "description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
4
- "version": "3.1070.0",
4
+ "version": "3.1071.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.21",
25
- "@aws-sdk/credential-provider-node": "^3.972.56",
24
+ "@aws-sdk/core": "^3.974.22",
25
+ "@aws-sdk/credential-provider-node": "^3.972.57",
26
26
  "@aws-sdk/types": "^3.973.13",
27
27
  "@smithy/core": "^3.24.6",
28
28
  "@smithy/fetch-http-handler": "^5.4.6",