@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
@@ -390,6 +390,84 @@ export interface StatisticAnnotation {
390
390
  */
391
391
  InclusionAnnotation?: TimestampedInclusionAnnotation | undefined;
392
392
  }
393
+ /**
394
+ * <p>A form on an asset, consisting of the form type identifier and its JSON content.</p>
395
+ * @public
396
+ */
397
+ export interface AssetFormEntry {
398
+ /**
399
+ * <p>The identifier of the form type that defines this form's schema.</p>
400
+ * @public
401
+ */
402
+ FormTypeId?: string | undefined;
403
+ /**
404
+ * <p>The JSON content of the form, conforming to the schema of the specified form type.</p>
405
+ * @public
406
+ */
407
+ Content?: string | undefined;
408
+ }
409
+ /**
410
+ * <p>A reference to a form type that is included in an asset type.</p>
411
+ * @public
412
+ */
413
+ export interface AssetTypeFormReference {
414
+ /**
415
+ * <p>The identifier of the referenced form type.</p>
416
+ * @public
417
+ */
418
+ FormTypeIdentifier: string | undefined;
419
+ }
420
+ /**
421
+ * <p>A summary of an asset type.</p>
422
+ * @public
423
+ */
424
+ export interface AssetTypeItem {
425
+ /**
426
+ * <p>The identifier of the asset type.</p>
427
+ * @public
428
+ */
429
+ Id?: string | undefined;
430
+ /**
431
+ * <p>The name of the asset type.</p>
432
+ * @public
433
+ */
434
+ Name?: string | undefined;
435
+ }
436
+ /**
437
+ * @public
438
+ */
439
+ export interface AssociateGlossaryTermsRequest {
440
+ /**
441
+ * <p>The unique identifier of the asset to associate glossary terms with.</p>
442
+ * @public
443
+ */
444
+ Identifier: string | undefined;
445
+ /**
446
+ * <p>The list of glossary term identifiers to associate with the asset.</p>
447
+ * @public
448
+ */
449
+ GlossaryTermIdentifiers: string[] | undefined;
450
+ /**
451
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
452
+ * @public
453
+ */
454
+ ClientToken?: string | undefined;
455
+ }
456
+ /**
457
+ * @public
458
+ */
459
+ export interface AssociateGlossaryTermsResponse {
460
+ /**
461
+ * <p>The unique identifier of the asset.</p>
462
+ * @public
463
+ */
464
+ Identifier?: string | undefined;
465
+ /**
466
+ * <p>The glossary terms now associated with the asset.</p>
467
+ * @public
468
+ */
469
+ GlossaryTerms?: string[] | undefined;
470
+ }
393
471
  /**
394
472
  * <p>Specifies a single column in a Glue schema definition.</p>
395
473
  * @public
@@ -2606,6 +2684,93 @@ export interface BatchGetDevEndpointsResponse {
2606
2684
  */
2607
2685
  DevEndpointsNotFound?: string[] | undefined;
2608
2686
  }
2687
+ /**
2688
+ * @public
2689
+ */
2690
+ export interface BatchGetIterableFormsRequest {
2691
+ /**
2692
+ * <p>The unique identifier of the asset.</p>
2693
+ * @public
2694
+ */
2695
+ AssetIdentifier: string | undefined;
2696
+ /**
2697
+ * <p>The name of the iterable form to retrieve items from.</p>
2698
+ * @public
2699
+ */
2700
+ IterableFormName: string | undefined;
2701
+ /**
2702
+ * <p>The list of item identifiers to retrieve. Each identifier can be an item ID or item name.</p>
2703
+ * @public
2704
+ */
2705
+ ItemIdentifiers: string[] | undefined;
2706
+ }
2707
+ /**
2708
+ * <p>An error that occurred when retrieving an iterable form item.</p>
2709
+ * @public
2710
+ */
2711
+ export interface ItemError {
2712
+ /**
2713
+ * <p>The identifier of the item that caused the error.</p>
2714
+ * @public
2715
+ */
2716
+ ItemIdentifier?: string | undefined;
2717
+ /**
2718
+ * <p>The error code.</p>
2719
+ * @public
2720
+ */
2721
+ Code?: string | undefined;
2722
+ /**
2723
+ * <p>The error message.</p>
2724
+ * @public
2725
+ */
2726
+ Message?: string | undefined;
2727
+ }
2728
+ /**
2729
+ * <p>A full iterable form item with its forms.</p>
2730
+ * @public
2731
+ */
2732
+ export interface IterableFormItem {
2733
+ /**
2734
+ * <p>The unique identifier of the item.</p>
2735
+ * @public
2736
+ */
2737
+ ItemId?: string | undefined;
2738
+ /**
2739
+ * <p>The name of the item.</p>
2740
+ * @public
2741
+ */
2742
+ ItemName?: string | undefined;
2743
+ /**
2744
+ * <p>The identifiers of the glossary terms associated with the item.</p>
2745
+ * @public
2746
+ */
2747
+ GlossaryTerms?: string[] | undefined;
2748
+ /**
2749
+ * <p>The forms on the item, keyed by form name.</p>
2750
+ * @public
2751
+ */
2752
+ Forms?: Record<string, AssetFormEntry> | undefined;
2753
+ /**
2754
+ * <p>Additional attachments on the item for more context, keyed by attachment name.</p>
2755
+ * @public
2756
+ */
2757
+ Attachments?: Record<string, AssetFormEntry> | undefined;
2758
+ }
2759
+ /**
2760
+ * @public
2761
+ */
2762
+ export interface BatchGetIterableFormsResponse {
2763
+ /**
2764
+ * <p>The list of retrieved iterable form items.</p>
2765
+ * @public
2766
+ */
2767
+ Items?: IterableFormItem[] | undefined;
2768
+ /**
2769
+ * <p>The list of errors for items that could not be retrieved.</p>
2770
+ * @public
2771
+ */
2772
+ Errors?: ItemError[] | undefined;
2773
+ }
2609
2774
  /**
2610
2775
  * @public
2611
2776
  */
@@ -8922,177 +9087,3 @@ export interface CreateCrawlerRequest {
8922
9087
  */
8923
9088
  Tags?: Record<string, string> | undefined;
8924
9089
  }
8925
- /**
8926
- * @public
8927
- */
8928
- export interface CreateCrawlerResponse {
8929
- }
8930
- /**
8931
- * @public
8932
- */
8933
- export interface CreateCustomEntityTypeRequest {
8934
- /**
8935
- * <p>A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per Amazon Web Services account.</p>
8936
- * @public
8937
- */
8938
- Name: string | undefined;
8939
- /**
8940
- * <p>A regular expression string that is used for detecting sensitive data in a custom pattern.</p>
8941
- * @public
8942
- */
8943
- RegexString: string | undefined;
8944
- /**
8945
- * <p>A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.</p>
8946
- * <p>If no context words are passed only a regular expression is checked.</p>
8947
- * @public
8948
- */
8949
- ContextWords?: string[] | undefined;
8950
- /**
8951
- * <p>A list of tags applied to the custom entity type.</p>
8952
- * @public
8953
- */
8954
- Tags?: Record<string, string> | undefined;
8955
- }
8956
- /**
8957
- * @public
8958
- */
8959
- export interface CreateCustomEntityTypeResponse {
8960
- /**
8961
- * <p>The name of the custom pattern you created.</p>
8962
- * @public
8963
- */
8964
- Name?: string | undefined;
8965
- }
8966
- /**
8967
- * <p>A database that points to an entity outside the Glue Data Catalog.</p>
8968
- * @public
8969
- */
8970
- export interface FederatedDatabase {
8971
- /**
8972
- * <p>A unique identifier for the federated database.</p>
8973
- * @public
8974
- */
8975
- Identifier?: string | undefined;
8976
- /**
8977
- * <p>The name of the connection to the external metastore.</p>
8978
- * @public
8979
- */
8980
- ConnectionName?: string | undefined;
8981
- /**
8982
- * <p>The type of connection used to access the federated database, such as JDBC, ODBC, or other supported connection protocols.</p>
8983
- * @public
8984
- */
8985
- ConnectionType?: string | undefined;
8986
- }
8987
- /**
8988
- * <p>A structure that describes a target database for resource linking.</p>
8989
- * @public
8990
- */
8991
- export interface DatabaseIdentifier {
8992
- /**
8993
- * <p>The ID of the Data Catalog in which the database resides.</p>
8994
- * @public
8995
- */
8996
- CatalogId?: string | undefined;
8997
- /**
8998
- * <p>The name of the catalog database.</p>
8999
- * @public
9000
- */
9001
- DatabaseName?: string | undefined;
9002
- /**
9003
- * <p>Region of the target database.</p>
9004
- * @public
9005
- */
9006
- Region?: string | undefined;
9007
- }
9008
- /**
9009
- * <p>The structure used to create or update a database.</p>
9010
- * @public
9011
- */
9012
- export interface DatabaseInput {
9013
- /**
9014
- * <p>The name of the database. For Hive compatibility, this is folded to lowercase when it is
9015
- * stored.</p>
9016
- * @public
9017
- */
9018
- Name: string | undefined;
9019
- /**
9020
- * <p>A description of the database.</p>
9021
- * @public
9022
- */
9023
- Description?: string | undefined;
9024
- /**
9025
- * <p>The location of the database (for example, an HDFS path). </p>
9026
- * @public
9027
- */
9028
- LocationUri?: string | undefined;
9029
- /**
9030
- * <p>These key-value pairs define parameters and properties
9031
- * of the database.</p>
9032
- * <p>These key-value pairs define parameters and properties of the database.</p>
9033
- * @public
9034
- */
9035
- Parameters?: Record<string, string> | undefined;
9036
- /**
9037
- * <p>Creates a set of default permissions on the table for principals. Used by Lake Formation. Not used in the normal course of Glue operations.</p>
9038
- * @public
9039
- */
9040
- CreateTableDefaultPermissions?: PrincipalPermissions[] | undefined;
9041
- /**
9042
- * <p>A <code>DatabaseIdentifier</code> structure that describes a target database for resource linking.</p>
9043
- * @public
9044
- */
9045
- TargetDatabase?: DatabaseIdentifier | undefined;
9046
- /**
9047
- * <p>A <code>FederatedDatabase</code> structure that references an entity outside the Glue Data Catalog.</p>
9048
- * @public
9049
- */
9050
- FederatedDatabase?: FederatedDatabase | undefined;
9051
- }
9052
- /**
9053
- * @public
9054
- */
9055
- export interface CreateDatabaseRequest {
9056
- /**
9057
- * <p>The ID of the Data Catalog in which to create the database. If none is provided, the Amazon Web Services
9058
- * account ID is used by default.</p>
9059
- * @public
9060
- */
9061
- CatalogId?: string | undefined;
9062
- /**
9063
- * <p>The metadata for the database.</p>
9064
- * @public
9065
- */
9066
- DatabaseInput: DatabaseInput | undefined;
9067
- /**
9068
- * <p>The tags you assign to the database.</p>
9069
- * @public
9070
- */
9071
- Tags?: Record<string, string> | undefined;
9072
- }
9073
- /**
9074
- * @public
9075
- */
9076
- export interface CreateDatabaseResponse {
9077
- }
9078
- /**
9079
- * <p>An object representing an Glue table.</p>
9080
- * @public
9081
- */
9082
- export interface DataQualityTargetTable {
9083
- /**
9084
- * <p>The name of the Glue table.</p>
9085
- * @public
9086
- */
9087
- TableName: string | undefined;
9088
- /**
9089
- * <p>The name of the database where the Glue table exists.</p>
9090
- * @public
9091
- */
9092
- DatabaseName: string | undefined;
9093
- /**
9094
- * <p>The catalog id where the Glue table exists.</p>
9095
- * @public
9096
- */
9097
- CatalogId?: string | undefined;
9098
- }