@aws-sdk/client-glue 3.1070.0 → 3.1072.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
@@ -1,6 +1,180 @@
1
1
  import type { DocumentType as __DocumentType } from "@smithy/types";
2
- import type { AllowFullTableExternalDataAccessEnum, AuthenticationType, BlueprintRunState, CatalogEncryptionMode, CloudWatchEncryptionMode, ColumnStatisticsState, ColumnStatisticsType, Compatibility, ComputationType, ComputeEnvironment, ConnectionPropertyKey, ConnectionStatus, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseAttributes, DataFormat, DataOperation, DataQualityEncryptionMode, DataQualityModelStatus, DQCompositeRuleEvaluationMethod, ExecutionStatus, FieldDataType, FieldFilterOperator, FunctionType, GlueResourceType, HTTPMethod, IcebergNullOrder, IcebergSortDirection, IcebergStructTypeEnum, InclusionAnnotationValue, IntegrationStatus, JobBookmarksEncryptionMode, Language, LastRefreshType, MaterializedViewRefreshState, MaterializedViewRefreshType, MetadataOperation, MLUserDataEncryptionModeString, PrincipalType, PropertyLocation, PropertyType, RegistryStatus, ResourceShareType, ResourceType, S3EncryptionMode, ScheduleType, SchemaStatus, SchemaVersionStatus, SessionStatus, SessionType, SettingSource, TableOptimizerType, TaskStatusType, TransformType, TriggerType, UnnestSpec, ViewDialect, WorkerType } from "./enums";
3
- import type { Action, AuthConfiguration, AuthenticationConfiguration, Blueprint, Column, ConnectionsList, Crawler, DatabaseIdentifier, DataQualityAggregatedMetrics, DataQualityAnalyzerResult, DataQualityObservation, DataQualityRuleResult, DataQualityTargetTable, DataSource, DevEndpoint, ErrorDetail, EventBatchingCondition, FederatedCatalog, FederatedDatabase, GlueTable, JobRun, PartitionInput, PhysicalConnectionRequirements, Predicate, PrincipalPermissions, Property, Schedule, SchemaId, StorageDescriptor, TableOptimizerConfiguration, TargetRedshiftCatalog } from "./models_0";
2
+ import type { AllowFullTableExternalDataAccessEnum, AuthenticationType, BlueprintRunState, CatalogEncryptionMode, CloudWatchEncryptionMode, ColumnStatisticsState, ColumnStatisticsType, Compatibility, ComputationType, ComputeEnvironment, ConnectionPropertyKey, ConnectionStatus, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseAttributes, DataFormat, DataOperation, DataQualityEncryptionMode, DataQualityModelStatus, ExecutionStatus, FieldDataType, FieldFilterOperator, FunctionType, GlueResourceType, HTTPMethod, IcebergNullOrder, IcebergSortDirection, IcebergStructTypeEnum, InclusionAnnotationValue, IntegrationStatus, JobBookmarksEncryptionMode, Language, LastRefreshType, MetadataOperation, MLUserDataEncryptionModeString, PrincipalType, PropertyLocation, PropertyType, RegistryStatus, ResourceShareType, ResourceType, S3EncryptionMode, ScheduleType, SchemaStatus, SchemaVersionStatus, SessionStatus, SessionType, SettingSource, TableOptimizerType, TaskStatusType, TransformType, TriggerType, UnnestSpec, ViewDialect, WorkerType } from "./enums";
3
+ import type { Action, AssetFormEntry, AssetTypeFormReference, AuthConfiguration, AuthenticationConfiguration, Blueprint, Column, ConnectionsList, Crawler, DataQualityAggregatedMetrics, DataQualityAnalyzerResult, DataQualityObservation, DataQualityRuleResult, DataSource, ErrorDetail, EventBatchingCondition, FederatedCatalog, GlueTable, PartitionInput, PhysicalConnectionRequirements, Predicate, PrincipalPermissions, Property, Schedule, SchemaId, StorageDescriptor, TableOptimizerConfiguration, TargetRedshiftCatalog } from "./models_0";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface CreateCrawlerResponse {
8
+ }
9
+ /**
10
+ * @public
11
+ */
12
+ export interface CreateCustomEntityTypeRequest {
13
+ /**
14
+ * <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>
15
+ * @public
16
+ */
17
+ Name: string | undefined;
18
+ /**
19
+ * <p>A regular expression string that is used for detecting sensitive data in a custom pattern.</p>
20
+ * @public
21
+ */
22
+ RegexString: string | undefined;
23
+ /**
24
+ * <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>
25
+ * <p>If no context words are passed only a regular expression is checked.</p>
26
+ * @public
27
+ */
28
+ ContextWords?: string[] | undefined;
29
+ /**
30
+ * <p>A list of tags applied to the custom entity type.</p>
31
+ * @public
32
+ */
33
+ Tags?: Record<string, string> | undefined;
34
+ }
35
+ /**
36
+ * @public
37
+ */
38
+ export interface CreateCustomEntityTypeResponse {
39
+ /**
40
+ * <p>The name of the custom pattern you created.</p>
41
+ * @public
42
+ */
43
+ Name?: string | undefined;
44
+ }
45
+ /**
46
+ * <p>A database that points to an entity outside the Glue Data Catalog.</p>
47
+ * @public
48
+ */
49
+ export interface FederatedDatabase {
50
+ /**
51
+ * <p>A unique identifier for the federated database.</p>
52
+ * @public
53
+ */
54
+ Identifier?: string | undefined;
55
+ /**
56
+ * <p>The name of the connection to the external metastore.</p>
57
+ * @public
58
+ */
59
+ ConnectionName?: string | undefined;
60
+ /**
61
+ * <p>The type of connection used to access the federated database, such as JDBC, ODBC, or other supported connection protocols.</p>
62
+ * @public
63
+ */
64
+ ConnectionType?: string | undefined;
65
+ }
66
+ /**
67
+ * <p>A structure that describes a target database for resource linking.</p>
68
+ * @public
69
+ */
70
+ export interface DatabaseIdentifier {
71
+ /**
72
+ * <p>The ID of the Data Catalog in which the database resides.</p>
73
+ * @public
74
+ */
75
+ CatalogId?: string | undefined;
76
+ /**
77
+ * <p>The name of the catalog database.</p>
78
+ * @public
79
+ */
80
+ DatabaseName?: string | undefined;
81
+ /**
82
+ * <p>Region of the target database.</p>
83
+ * @public
84
+ */
85
+ Region?: string | undefined;
86
+ }
87
+ /**
88
+ * <p>The structure used to create or update a database.</p>
89
+ * @public
90
+ */
91
+ export interface DatabaseInput {
92
+ /**
93
+ * <p>The name of the database. For Hive compatibility, this is folded to lowercase when it is
94
+ * stored.</p>
95
+ * @public
96
+ */
97
+ Name: string | undefined;
98
+ /**
99
+ * <p>A description of the database.</p>
100
+ * @public
101
+ */
102
+ Description?: string | undefined;
103
+ /**
104
+ * <p>The location of the database (for example, an HDFS path). </p>
105
+ * @public
106
+ */
107
+ LocationUri?: string | undefined;
108
+ /**
109
+ * <p>These key-value pairs define parameters and properties
110
+ * of the database.</p>
111
+ * <p>These key-value pairs define parameters and properties of the database.</p>
112
+ * @public
113
+ */
114
+ Parameters?: Record<string, string> | undefined;
115
+ /**
116
+ * <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>
117
+ * @public
118
+ */
119
+ CreateTableDefaultPermissions?: PrincipalPermissions[] | undefined;
120
+ /**
121
+ * <p>A <code>DatabaseIdentifier</code> structure that describes a target database for resource linking.</p>
122
+ * @public
123
+ */
124
+ TargetDatabase?: DatabaseIdentifier | undefined;
125
+ /**
126
+ * <p>A <code>FederatedDatabase</code> structure that references an entity outside the Glue Data Catalog.</p>
127
+ * @public
128
+ */
129
+ FederatedDatabase?: FederatedDatabase | undefined;
130
+ }
131
+ /**
132
+ * @public
133
+ */
134
+ export interface CreateDatabaseRequest {
135
+ /**
136
+ * <p>The ID of the Data Catalog in which to create the database. If none is provided, the Amazon Web Services
137
+ * account ID is used by default.</p>
138
+ * @public
139
+ */
140
+ CatalogId?: string | undefined;
141
+ /**
142
+ * <p>The metadata for the database.</p>
143
+ * @public
144
+ */
145
+ DatabaseInput: DatabaseInput | undefined;
146
+ /**
147
+ * <p>The tags you assign to the database.</p>
148
+ * @public
149
+ */
150
+ Tags?: Record<string, string> | undefined;
151
+ }
152
+ /**
153
+ * @public
154
+ */
155
+ export interface CreateDatabaseResponse {
156
+ }
157
+ /**
158
+ * <p>An object representing an Glue table.</p>
159
+ * @public
160
+ */
161
+ export interface DataQualityTargetTable {
162
+ /**
163
+ * <p>The name of the Glue table.</p>
164
+ * @public
165
+ */
166
+ TableName: string | undefined;
167
+ /**
168
+ * <p>The name of the database where the Glue table exists.</p>
169
+ * @public
170
+ */
171
+ DatabaseName: string | undefined;
172
+ /**
173
+ * <p>The catalog id where the Glue table exists.</p>
174
+ * @public
175
+ */
176
+ CatalogId?: string | undefined;
177
+ }
4
178
  /**
5
179
  * <p>A request to create a data quality ruleset.</p>
6
180
  * @public
@@ -284,6 +458,106 @@ export interface CreateDevEndpointResponse {
284
458
  */
285
459
  Arguments?: Record<string, string> | undefined;
286
460
  }
461
+ /**
462
+ * @public
463
+ */
464
+ export interface CreateGlossaryRequest {
465
+ /**
466
+ * <p>The name of the glossary.</p>
467
+ * @public
468
+ */
469
+ Name: string | undefined;
470
+ /**
471
+ * <p>The description of the glossary.</p>
472
+ * @public
473
+ */
474
+ Description?: string | undefined;
475
+ /**
476
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
477
+ * @public
478
+ */
479
+ ClientToken?: string | undefined;
480
+ }
481
+ /**
482
+ * @public
483
+ */
484
+ export interface CreateGlossaryResponse {
485
+ /**
486
+ * <p>The unique identifier of the glossary.</p>
487
+ * @public
488
+ */
489
+ Id?: string | undefined;
490
+ /**
491
+ * <p>The name of the glossary.</p>
492
+ * @public
493
+ */
494
+ Name?: string | undefined;
495
+ /**
496
+ * <p>The description of the glossary.</p>
497
+ * @public
498
+ */
499
+ Description?: string | undefined;
500
+ }
501
+ /**
502
+ * @public
503
+ */
504
+ export interface CreateGlossaryTermRequest {
505
+ /**
506
+ * <p>The unique identifier of the glossary in which to create the term.</p>
507
+ * @public
508
+ */
509
+ GlossaryIdentifier: string | undefined;
510
+ /**
511
+ * <p>The name of the glossary term.</p>
512
+ * @public
513
+ */
514
+ Name: string | undefined;
515
+ /**
516
+ * <p>A short description of the glossary term.</p>
517
+ * @public
518
+ */
519
+ ShortDescription?: string | undefined;
520
+ /**
521
+ * <p>A long description of the glossary term.</p>
522
+ * @public
523
+ */
524
+ LongDescription?: string | undefined;
525
+ /**
526
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
527
+ * @public
528
+ */
529
+ ClientToken?: string | undefined;
530
+ }
531
+ /**
532
+ * @public
533
+ */
534
+ export interface CreateGlossaryTermResponse {
535
+ /**
536
+ * <p>The unique identifier of the glossary term.</p>
537
+ * @public
538
+ */
539
+ Id?: string | undefined;
540
+ /**
541
+ * <p>The unique identifier of the glossary containing this term.</p>
542
+ * @public
543
+ */
544
+ GlossaryId?: string | undefined;
545
+ /**
546
+ * <p>The name of the glossary term.</p>
547
+ * @public
548
+ */
549
+ Name?: string | undefined;
550
+ /**
551
+ * <p>The short description of the glossary term.</p>
552
+ * @public
553
+ */
554
+ ShortDescription?: string | undefined;
555
+ /**
556
+ * <p>The long description of the glossary term.</p>
557
+ * @public
558
+ */
559
+ LongDescription?: string | undefined;
560
+ }
287
561
  /**
288
562
  * <p>Request to create a new Glue Identity Center configuration.</p>
289
563
  * @public
@@ -2570,6 +2844,61 @@ export interface CreateWorkflowResponse {
2570
2844
  */
2571
2845
  Name?: string | undefined;
2572
2846
  }
2847
+ /**
2848
+ * @public
2849
+ */
2850
+ export interface DeleteAssetRequest {
2851
+ /**
2852
+ * <p>The unique identifier of the asset to delete.</p>
2853
+ * @public
2854
+ */
2855
+ Identifier: string | undefined;
2856
+ }
2857
+ /**
2858
+ * @public
2859
+ */
2860
+ export interface DeleteAssetResponse {
2861
+ }
2862
+ /**
2863
+ * @public
2864
+ */
2865
+ export interface DeleteAssetTypeRequest {
2866
+ /**
2867
+ * <p>The identifier of the asset type to delete.</p>
2868
+ * @public
2869
+ */
2870
+ Identifier: string | undefined;
2871
+ }
2872
+ /**
2873
+ * @public
2874
+ */
2875
+ export interface DeleteAssetTypeResponse {
2876
+ }
2877
+ /**
2878
+ * @public
2879
+ */
2880
+ export interface DeleteAttachmentRequest {
2881
+ /**
2882
+ * <p>The unique identifier of the asset from which to delete the attachment.</p>
2883
+ * @public
2884
+ */
2885
+ Identifier: string | undefined;
2886
+ /**
2887
+ * <p>The name of the attachment to delete.</p>
2888
+ * @public
2889
+ */
2890
+ AttachmentName: string | undefined;
2891
+ }
2892
+ /**
2893
+ * @public
2894
+ */
2895
+ export interface DeleteAttachmentResponse {
2896
+ /**
2897
+ * <p>The unique identifier of the asset.</p>
2898
+ * @public
2899
+ */
2900
+ Identifier?: string | undefined;
2901
+ }
2573
2902
  /**
2574
2903
  * @public
2575
2904
  */
@@ -2831,11 +3160,56 @@ export interface DeleteDevEndpointRequest {
2831
3160
  export interface DeleteDevEndpointResponse {
2832
3161
  }
2833
3162
  /**
2834
- * <p>Request to delete the existing Glue Identity Center configuration.</p>
2835
3163
  * @public
2836
3164
  */
2837
- export interface DeleteGlueIdentityCenterConfigurationRequest {
2838
- }
3165
+ export interface DeleteFormTypeRequest {
3166
+ /**
3167
+ * <p>The identifier of the form type to delete.</p>
3168
+ * @public
3169
+ */
3170
+ Identifier: string | undefined;
3171
+ }
3172
+ /**
3173
+ * @public
3174
+ */
3175
+ export interface DeleteFormTypeResponse {
3176
+ }
3177
+ /**
3178
+ * @public
3179
+ */
3180
+ export interface DeleteGlossaryRequest {
3181
+ /**
3182
+ * <p>The unique identifier of the glossary to delete.</p>
3183
+ * @public
3184
+ */
3185
+ Identifier: string | undefined;
3186
+ }
3187
+ /**
3188
+ * @public
3189
+ */
3190
+ export interface DeleteGlossaryResponse {
3191
+ }
3192
+ /**
3193
+ * @public
3194
+ */
3195
+ export interface DeleteGlossaryTermRequest {
3196
+ /**
3197
+ * <p>The unique identifier of the glossary term to delete.</p>
3198
+ * @public
3199
+ */
3200
+ Identifier: string | undefined;
3201
+ }
3202
+ /**
3203
+ * @public
3204
+ */
3205
+ export interface DeleteGlossaryTermResponse {
3206
+ }
3207
+ /**
3208
+ * <p>Request to delete the existing Glue Identity Center configuration.</p>
3209
+ * @public
3210
+ */
3211
+ export interface DeleteGlueIdentityCenterConfigurationRequest {
3212
+ }
2839
3213
  /**
2840
3214
  * <p>Response from deleting the Glue Identity Center configuration.</p>
2841
3215
  * @public
@@ -4213,6 +4587,147 @@ export interface DescribeIntegrationsResponse {
4213
4587
  */
4214
4588
  Marker?: string | undefined;
4215
4589
  }
4590
+ /**
4591
+ * @public
4592
+ */
4593
+ export interface DisassociateGlossaryTermsRequest {
4594
+ /**
4595
+ * <p>The unique identifier of the asset to disassociate glossary terms from.</p>
4596
+ * @public
4597
+ */
4598
+ Identifier: string | undefined;
4599
+ /**
4600
+ * <p>The list of glossary term identifiers to disassociate from the asset.</p>
4601
+ * @public
4602
+ */
4603
+ GlossaryTermIdentifiers: string[] | undefined;
4604
+ /**
4605
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
4606
+ * @public
4607
+ */
4608
+ ClientToken?: string | undefined;
4609
+ }
4610
+ /**
4611
+ * @public
4612
+ */
4613
+ export interface DisassociateGlossaryTermsResponse {
4614
+ /**
4615
+ * <p>The unique identifier of the asset.</p>
4616
+ * @public
4617
+ */
4618
+ Identifier?: string | undefined;
4619
+ /**
4620
+ * <p>The remaining glossary terms associated with the asset.</p>
4621
+ * @public
4622
+ */
4623
+ GlossaryTerms?: string[] | undefined;
4624
+ }
4625
+ /**
4626
+ * @public
4627
+ */
4628
+ export interface GetAssetInput {
4629
+ /**
4630
+ * <p>The unique identifier of the asset to retrieve.</p>
4631
+ * @public
4632
+ */
4633
+ Identifier: string | undefined;
4634
+ }
4635
+ /**
4636
+ * <p>An iterable form available on an asset, identified by its form type.</p>
4637
+ * @public
4638
+ */
4639
+ export interface IterableFormEntry {
4640
+ /**
4641
+ * <p>The form type identifier of the iterable form (for example, <code>columns</code>), used to retrieve its items via <code>ListIterableForms</code> or <code>BatchGetIterableForms</code>.</p>
4642
+ * @public
4643
+ */
4644
+ FormTypeId?: string | undefined;
4645
+ }
4646
+ /**
4647
+ * @public
4648
+ */
4649
+ export interface GetAssetOutput {
4650
+ /**
4651
+ * <p>The unique identifier of the asset.</p>
4652
+ * @public
4653
+ */
4654
+ Id: string | undefined;
4655
+ /**
4656
+ * <p>The name of the asset.</p>
4657
+ * @public
4658
+ */
4659
+ Name?: string | undefined;
4660
+ /**
4661
+ * <p>The description of the asset.</p>
4662
+ * @public
4663
+ */
4664
+ Description?: string | undefined;
4665
+ /**
4666
+ * <p>The timestamp at which the asset was created.</p>
4667
+ * @public
4668
+ */
4669
+ CreatedAt?: Date | undefined;
4670
+ /**
4671
+ * <p>The timestamp at which the asset was last updated.</p>
4672
+ * @public
4673
+ */
4674
+ UpdatedAt?: Date | undefined;
4675
+ /**
4676
+ * <p>The identifier of the asset type for this asset.</p>
4677
+ * @public
4678
+ */
4679
+ AssetTypeId: string | undefined;
4680
+ /**
4681
+ * <p>The identifiers of the glossary terms associated with the asset.</p>
4682
+ * @public
4683
+ */
4684
+ GlossaryTerms?: string[] | undefined;
4685
+ /**
4686
+ * <p>The forms on the asset, keyed by form name.</p>
4687
+ * @public
4688
+ */
4689
+ Forms?: Record<string, AssetFormEntry> | undefined;
4690
+ /**
4691
+ * <p>Additional attachments on the asset for more context, keyed by attachment name.</p>
4692
+ * @public
4693
+ */
4694
+ Attachments?: Record<string, AssetFormEntry> | undefined;
4695
+ /**
4696
+ * <p>The iterable forms available on the asset, keyed by form name (for example, <code>columns</code>). Use the form name with <code>ListIterableForms</code> or <code>BatchGetIterableForms</code> to retrieve the form's items.</p>
4697
+ * @public
4698
+ */
4699
+ IterableForms?: Record<string, IterableFormEntry> | undefined;
4700
+ }
4701
+ /**
4702
+ * @public
4703
+ */
4704
+ export interface GetAssetTypeRequest {
4705
+ /**
4706
+ * <p>The identifier of the asset type to retrieve.</p>
4707
+ * @public
4708
+ */
4709
+ Identifier: string | undefined;
4710
+ }
4711
+ /**
4712
+ * @public
4713
+ */
4714
+ export interface GetAssetTypeResponse {
4715
+ /**
4716
+ * <p>The identifier of the asset type.</p>
4717
+ * @public
4718
+ */
4719
+ Id?: string | undefined;
4720
+ /**
4721
+ * <p>The name of the asset type.</p>
4722
+ * @public
4723
+ */
4724
+ Name?: string | undefined;
4725
+ /**
4726
+ * <p>The forms that make up the asset type, keyed by form name.</p>
4727
+ * @public
4728
+ */
4729
+ Forms?: Record<string, AssetTypeFormReference> | undefined;
4730
+ }
4216
4731
  /**
4217
4732
  * @public
4218
4733
  */
@@ -6770,718 +7285,3 @@ export interface GetDataQualityRulesetResponse {
6770
7285
  */
6771
7286
  DataQualitySecurityConfiguration?: string | undefined;
6772
7287
  }
6773
- /**
6774
- * @public
6775
- */
6776
- export interface GetDataQualityRulesetEvaluationRunRequest {
6777
- /**
6778
- * <p>The unique run identifier associated with this run.</p>
6779
- * @public
6780
- */
6781
- RunId: string | undefined;
6782
- }
6783
- /**
6784
- * <p>Additional run options you can specify for an evaluation run.</p>
6785
- * @public
6786
- */
6787
- export interface DataQualityEvaluationRunAdditionalRunOptions {
6788
- /**
6789
- * <p>Whether or not to enable CloudWatch metrics.</p>
6790
- * @public
6791
- */
6792
- CloudWatchMetricsEnabled?: boolean | undefined;
6793
- /**
6794
- * <p>Prefix for Amazon S3 to store results.</p>
6795
- * @public
6796
- */
6797
- ResultsS3Prefix?: string | undefined;
6798
- /**
6799
- * <p>Set the evaluation method for composite rules in the ruleset to ROW/COLUMN</p>
6800
- * @public
6801
- */
6802
- CompositeRuleEvaluationMethod?: DQCompositeRuleEvaluationMethod | undefined;
6803
- /**
6804
- * <p>A custom prefix for the CloudWatch log group names. When specified, evaluation run logs are written to <code><CustomLogGroupPrefix>/error</code> and <code><CustomLogGroupPrefix>/output</code> instead of the default <code>/aws-glue/data-quality/error</code> and <code>/aws-glue/data-quality/output</code> log groups.</p>
6805
- * @public
6806
- */
6807
- CustomLogGroupPrefix?: string | undefined;
6808
- }
6809
- /**
6810
- * @public
6811
- */
6812
- export interface GetDataQualityRulesetEvaluationRunResponse {
6813
- /**
6814
- * <p>The unique run identifier associated with this run.</p>
6815
- * @public
6816
- */
6817
- RunId?: string | undefined;
6818
- /**
6819
- * <p>The data source (an Glue table) associated with this evaluation run.</p>
6820
- * @public
6821
- */
6822
- DataSource?: DataSource | undefined;
6823
- /**
6824
- * <p>An IAM role supplied to encrypt the results of the run.</p>
6825
- * @public
6826
- */
6827
- Role?: string | undefined;
6828
- /**
6829
- * <p>The number of <code>G.1X</code> workers to be used in the run. The default is 5.</p>
6830
- * @public
6831
- */
6832
- NumberOfWorkers?: number | undefined;
6833
- /**
6834
- * <p>The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).</p>
6835
- * @public
6836
- */
6837
- Timeout?: number | undefined;
6838
- /**
6839
- * <p>Additional run options you can specify for an evaluation run.</p>
6840
- * @public
6841
- */
6842
- AdditionalRunOptions?: DataQualityEvaluationRunAdditionalRunOptions | undefined;
6843
- /**
6844
- * <p>The status for this run.</p>
6845
- * @public
6846
- */
6847
- Status?: TaskStatusType | undefined;
6848
- /**
6849
- * <p>The error strings that are associated with the run.</p>
6850
- * @public
6851
- */
6852
- ErrorString?: string | undefined;
6853
- /**
6854
- * <p>The date and time when this run started.</p>
6855
- * @public
6856
- */
6857
- StartedOn?: Date | undefined;
6858
- /**
6859
- * <p>A timestamp. The last point in time when this data quality rule recommendation run was modified.</p>
6860
- * @public
6861
- */
6862
- LastModifiedOn?: Date | undefined;
6863
- /**
6864
- * <p>The date and time when this run was completed.</p>
6865
- * @public
6866
- */
6867
- CompletedOn?: Date | undefined;
6868
- /**
6869
- * <p>The amount of time (in seconds) that the run consumed resources.</p>
6870
- * @public
6871
- */
6872
- ExecutionTime?: number | undefined;
6873
- /**
6874
- * <p>A list of ruleset names for the run. Currently, this parameter takes only one Ruleset name.</p>
6875
- * @public
6876
- */
6877
- RulesetNames?: string[] | undefined;
6878
- /**
6879
- * <p>A list of result IDs for the data quality results for the run.</p>
6880
- * @public
6881
- */
6882
- ResultIds?: string[] | undefined;
6883
- /**
6884
- * <p>A map of reference strings to additional data sources you can specify for an evaluation run.</p>
6885
- * @public
6886
- */
6887
- AdditionalDataSources?: Record<string, DataSource> | undefined;
6888
- }
6889
- /**
6890
- * @public
6891
- */
6892
- export interface GetDevEndpointRequest {
6893
- /**
6894
- * <p>Name of the <code>DevEndpoint</code> to retrieve information for.</p>
6895
- * @public
6896
- */
6897
- EndpointName: string | undefined;
6898
- }
6899
- /**
6900
- * @public
6901
- */
6902
- export interface GetDevEndpointResponse {
6903
- /**
6904
- * <p>A <code>DevEndpoint</code> definition.</p>
6905
- * @public
6906
- */
6907
- DevEndpoint?: DevEndpoint | undefined;
6908
- }
6909
- /**
6910
- * @public
6911
- */
6912
- export interface GetDevEndpointsRequest {
6913
- /**
6914
- * <p>The maximum size of information to return.</p>
6915
- * @public
6916
- */
6917
- MaxResults?: number | undefined;
6918
- /**
6919
- * <p>A continuation token, if this is a continuation call.</p>
6920
- * @public
6921
- */
6922
- NextToken?: string | undefined;
6923
- }
6924
- /**
6925
- * @public
6926
- */
6927
- export interface GetDevEndpointsResponse {
6928
- /**
6929
- * <p>A list of <code>DevEndpoint</code> definitions.</p>
6930
- * @public
6931
- */
6932
- DevEndpoints?: DevEndpoint[] | undefined;
6933
- /**
6934
- * <p>A continuation token, if not all <code>DevEndpoint</code> definitions have yet been
6935
- * returned.</p>
6936
- * @public
6937
- */
6938
- NextToken?: string | undefined;
6939
- }
6940
- /**
6941
- * @public
6942
- */
6943
- export interface GetEntityRecordsRequest {
6944
- /**
6945
- * <p>The name of the connection that contains the connection type credentials.</p>
6946
- * @public
6947
- */
6948
- ConnectionName?: string | undefined;
6949
- /**
6950
- * <p>The catalog ID of the catalog that contains the connection. This can be null, By default, the Amazon Web Services Account ID is the catalog ID.</p>
6951
- * @public
6952
- */
6953
- CatalogId?: string | undefined;
6954
- /**
6955
- * <p>Name of the entity that we want to query the preview data from the given connection type.</p>
6956
- * @public
6957
- */
6958
- EntityName: string | undefined;
6959
- /**
6960
- * <p>A continuation token, included if this is a continuation call.</p>
6961
- * @public
6962
- */
6963
- NextToken?: string | undefined;
6964
- /**
6965
- * <p>The API version of the SaaS connector.</p>
6966
- * @public
6967
- */
6968
- DataStoreApiVersion?: string | undefined;
6969
- /**
6970
- * <p>Connector options that are required to query the data.</p>
6971
- * @public
6972
- */
6973
- ConnectionOptions?: Record<string, string> | undefined;
6974
- /**
6975
- * <p>A filter predicate that you can apply in the query request.</p>
6976
- * @public
6977
- */
6978
- FilterPredicate?: string | undefined;
6979
- /**
6980
- * <p>Limits the number of records fetched with the request.</p>
6981
- * @public
6982
- */
6983
- Limit: number | undefined;
6984
- /**
6985
- * <p>A parameter that orders the response preview data.</p>
6986
- * @public
6987
- */
6988
- OrderBy?: string | undefined;
6989
- /**
6990
- * <p> List of fields that we want to fetch as part of preview data.</p>
6991
- * @public
6992
- */
6993
- SelectedFields?: string[] | undefined;
6994
- }
6995
- /**
6996
- * @public
6997
- */
6998
- export interface GetEntityRecordsResponse {
6999
- /**
7000
- * <p>A list of the requested objects.</p>
7001
- * @public
7002
- */
7003
- Records?: __DocumentType[] | undefined;
7004
- /**
7005
- * <p>A continuation token, present if the current segment is not the last.</p>
7006
- * @public
7007
- */
7008
- NextToken?: string | undefined;
7009
- }
7010
- /**
7011
- * <p>Request to retrieve the Glue Identity Center configuration.</p>
7012
- * @public
7013
- */
7014
- export interface GetGlueIdentityCenterConfigurationRequest {
7015
- }
7016
- /**
7017
- * <p>Response containing the Glue Identity Center configuration details.</p>
7018
- * @public
7019
- */
7020
- export interface GetGlueIdentityCenterConfigurationResponse {
7021
- /**
7022
- * <p>The Amazon Resource Name (ARN) of the Identity Center application associated with the Glue configuration.</p>
7023
- * @public
7024
- */
7025
- ApplicationArn?: string | undefined;
7026
- /**
7027
- * <p>The Amazon Resource Name (ARN) of the Identity Center instance associated with the Glue configuration.</p>
7028
- * @public
7029
- */
7030
- InstanceArn?: string | undefined;
7031
- /**
7032
- * <p>A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.</p>
7033
- * @public
7034
- */
7035
- Scopes?: string[] | undefined;
7036
- /**
7037
- * <p>Indicates whether users can run background sessions when using Identity Center authentication with Glue services.</p>
7038
- * @public
7039
- */
7040
- UserBackgroundSessionsEnabled?: boolean | undefined;
7041
- }
7042
- /**
7043
- * @public
7044
- */
7045
- export interface GetIntegrationResourcePropertyRequest {
7046
- /**
7047
- * <p>The connection ARN of the source, or the database ARN of the target.</p>
7048
- * @public
7049
- */
7050
- ResourceArn: string | undefined;
7051
- }
7052
- /**
7053
- * @public
7054
- */
7055
- export interface GetIntegrationResourcePropertyResponse {
7056
- /**
7057
- * <p>The connection ARN of the source, or the database ARN of the target.</p>
7058
- * @public
7059
- */
7060
- ResourceArn?: string | undefined;
7061
- /**
7062
- * <p>The resource ARN created through this create API. The format is something like arn:aws:glue:<region>:<account_id>:integrationresourceproperty/*</p>
7063
- * @public
7064
- */
7065
- ResourcePropertyArn?: string | undefined;
7066
- /**
7067
- * <p>The resource properties associated with the integration source.</p>
7068
- * @public
7069
- */
7070
- SourceProcessingProperties?: SourceProcessingProperties | undefined;
7071
- /**
7072
- * <p>The resource properties associated with the integration target.</p>
7073
- * @public
7074
- */
7075
- TargetProcessingProperties?: TargetProcessingProperties | undefined;
7076
- }
7077
- /**
7078
- * @public
7079
- */
7080
- export interface GetIntegrationTablePropertiesRequest {
7081
- /**
7082
- * <p>The Amazon Resource Name (ARN) of the target table for which to retrieve integration table properties. Currently, this API only supports retrieving
7083
- * properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for retrieving integration
7084
- * table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release.
7085
- * </p>
7086
- * @public
7087
- */
7088
- ResourceArn: string | undefined;
7089
- /**
7090
- * <p>The name of the table to be replicated.</p>
7091
- * @public
7092
- */
7093
- TableName: string | undefined;
7094
- }
7095
- /**
7096
- * @public
7097
- */
7098
- export interface GetIntegrationTablePropertiesResponse {
7099
- /**
7100
- * <p>The Amazon Resource Name (ARN) of the target table for which to retrieve integration table properties. Currently, this API only supports retrieving
7101
- * properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for retrieving integration
7102
- * table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release.
7103
- * </p>
7104
- * @public
7105
- */
7106
- ResourceArn?: string | undefined;
7107
- /**
7108
- * <p>The name of the table to be replicated.</p>
7109
- * @public
7110
- */
7111
- TableName?: string | undefined;
7112
- /**
7113
- * <p>A structure for the source table configuration.</p>
7114
- * @public
7115
- */
7116
- SourceTableConfig?: SourceTableConfig | undefined;
7117
- /**
7118
- * <p>A structure for the target table configuration.</p>
7119
- * @public
7120
- */
7121
- TargetTableConfig?: TargetTableConfig | undefined;
7122
- }
7123
- /**
7124
- * @public
7125
- */
7126
- export interface GetJobRequest {
7127
- /**
7128
- * <p>The name of the job definition to retrieve.</p>
7129
- * @public
7130
- */
7131
- JobName: string | undefined;
7132
- }
7133
- /**
7134
- * @public
7135
- */
7136
- export interface GetJobBookmarkRequest {
7137
- /**
7138
- * <p>The name of the job in question.</p>
7139
- * @public
7140
- */
7141
- JobName: string | undefined;
7142
- /**
7143
- * <p>The unique run identifier associated with this job run.</p>
7144
- * @public
7145
- */
7146
- RunId?: string | undefined;
7147
- }
7148
- /**
7149
- * <p>Defines a point that a job can resume processing.</p>
7150
- * @public
7151
- */
7152
- export interface JobBookmarkEntry {
7153
- /**
7154
- * <p>The name of the job in question.</p>
7155
- * @public
7156
- */
7157
- JobName?: string | undefined;
7158
- /**
7159
- * <p>The version of the job.</p>
7160
- * @public
7161
- */
7162
- Version?: number | undefined;
7163
- /**
7164
- * <p>The run ID number.</p>
7165
- * @public
7166
- */
7167
- Run?: number | undefined;
7168
- /**
7169
- * <p>The attempt ID number.</p>
7170
- * @public
7171
- */
7172
- Attempt?: number | undefined;
7173
- /**
7174
- * <p>The unique run identifier associated with the previous job run.</p>
7175
- * @public
7176
- */
7177
- PreviousRunId?: string | undefined;
7178
- /**
7179
- * <p>The run ID number.</p>
7180
- * @public
7181
- */
7182
- RunId?: string | undefined;
7183
- /**
7184
- * <p>The bookmark itself.</p>
7185
- * @public
7186
- */
7187
- JobBookmark?: string | undefined;
7188
- }
7189
- /**
7190
- * @public
7191
- */
7192
- export interface GetJobBookmarkResponse {
7193
- /**
7194
- * <p>A structure that defines a point that a job can resume processing.</p>
7195
- * @public
7196
- */
7197
- JobBookmarkEntry?: JobBookmarkEntry | undefined;
7198
- }
7199
- /**
7200
- * @public
7201
- */
7202
- export interface GetJobRunRequest {
7203
- /**
7204
- * <p>Name of the job definition being run.</p>
7205
- * @public
7206
- */
7207
- JobName: string | undefined;
7208
- /**
7209
- * <p>The ID of the job run.</p>
7210
- * @public
7211
- */
7212
- RunId: string | undefined;
7213
- /**
7214
- * <p>True if a list of predecessor runs should be returned.</p>
7215
- * @public
7216
- */
7217
- PredecessorsIncluded?: boolean | undefined;
7218
- }
7219
- /**
7220
- * @public
7221
- */
7222
- export interface GetJobRunResponse {
7223
- /**
7224
- * <p>The requested job-run metadata.</p>
7225
- * @public
7226
- */
7227
- JobRun?: JobRun | undefined;
7228
- }
7229
- /**
7230
- * @public
7231
- */
7232
- export interface GetJobRunsRequest {
7233
- /**
7234
- * <p>The name of the job definition for which to retrieve all job runs.</p>
7235
- * @public
7236
- */
7237
- JobName: string | undefined;
7238
- /**
7239
- * <p>A continuation token, if this is a continuation call.</p>
7240
- * @public
7241
- */
7242
- NextToken?: string | undefined;
7243
- /**
7244
- * <p>The maximum size of the response.</p>
7245
- * @public
7246
- */
7247
- MaxResults?: number | undefined;
7248
- }
7249
- /**
7250
- * @public
7251
- */
7252
- export interface GetJobRunsResponse {
7253
- /**
7254
- * <p>A list of job-run metadata objects.</p>
7255
- * @public
7256
- */
7257
- JobRuns?: JobRun[] | undefined;
7258
- /**
7259
- * <p>A continuation token, if not all requested job runs have been returned.</p>
7260
- * @public
7261
- */
7262
- NextToken?: string | undefined;
7263
- }
7264
- /**
7265
- * @public
7266
- */
7267
- export interface GetJobsRequest {
7268
- /**
7269
- * <p>A continuation token, if this is a continuation call.</p>
7270
- * @public
7271
- */
7272
- NextToken?: string | undefined;
7273
- /**
7274
- * <p>The maximum size of the response.</p>
7275
- * @public
7276
- */
7277
- MaxResults?: number | undefined;
7278
- }
7279
- /**
7280
- * <p>The location of resources.</p>
7281
- * @public
7282
- */
7283
- export interface Location {
7284
- /**
7285
- * <p>A JDBC location.</p>
7286
- * @public
7287
- */
7288
- Jdbc?: CodeGenNodeArg[] | undefined;
7289
- /**
7290
- * <p>An Amazon Simple Storage Service (Amazon S3) location.</p>
7291
- * @public
7292
- */
7293
- S3?: CodeGenNodeArg[] | undefined;
7294
- /**
7295
- * <p>An Amazon DynamoDB table location.</p>
7296
- * @public
7297
- */
7298
- DynamoDB?: CodeGenNodeArg[] | undefined;
7299
- }
7300
- /**
7301
- * <p>Specifies a table definition in the Glue Data Catalog.</p>
7302
- * @public
7303
- */
7304
- export interface CatalogEntry {
7305
- /**
7306
- * <p>The database in which the table metadata resides.</p>
7307
- * @public
7308
- */
7309
- DatabaseName: string | undefined;
7310
- /**
7311
- * <p>The name of the table in question.</p>
7312
- * @public
7313
- */
7314
- TableName: string | undefined;
7315
- }
7316
- /**
7317
- * @public
7318
- */
7319
- export interface GetMappingRequest {
7320
- /**
7321
- * <p>Specifies the source table.</p>
7322
- * @public
7323
- */
7324
- Source: CatalogEntry | undefined;
7325
- /**
7326
- * <p>A list of target tables.</p>
7327
- * @public
7328
- */
7329
- Sinks?: CatalogEntry[] | undefined;
7330
- /**
7331
- * <p>Parameters for the mapping.</p>
7332
- * @public
7333
- */
7334
- Location?: Location | undefined;
7335
- }
7336
- /**
7337
- * <p>Defines a mapping.</p>
7338
- * @public
7339
- */
7340
- export interface MappingEntry {
7341
- /**
7342
- * <p>The name of the source table.</p>
7343
- * @public
7344
- */
7345
- SourceTable?: string | undefined;
7346
- /**
7347
- * <p>The source path.</p>
7348
- * @public
7349
- */
7350
- SourcePath?: string | undefined;
7351
- /**
7352
- * <p>The source type.</p>
7353
- * @public
7354
- */
7355
- SourceType?: string | undefined;
7356
- /**
7357
- * <p>The target table.</p>
7358
- * @public
7359
- */
7360
- TargetTable?: string | undefined;
7361
- /**
7362
- * <p>The target path.</p>
7363
- * @public
7364
- */
7365
- TargetPath?: string | undefined;
7366
- /**
7367
- * <p>The target type.</p>
7368
- * @public
7369
- */
7370
- TargetType?: string | undefined;
7371
- }
7372
- /**
7373
- * @public
7374
- */
7375
- export interface GetMappingResponse {
7376
- /**
7377
- * <p>A list of mappings to the specified targets.</p>
7378
- * @public
7379
- */
7380
- Mapping: MappingEntry[] | undefined;
7381
- }
7382
- /**
7383
- * @public
7384
- */
7385
- export interface GetMaterializedViewRefreshTaskRunRequest {
7386
- /**
7387
- * <p>The ID of the Data Catalog where the table resides. If none is supplied, the account ID is used by default.</p>
7388
- * @public
7389
- */
7390
- CatalogId: string | undefined;
7391
- /**
7392
- * <p>The identifier for the particular materialized view refresh task run.</p>
7393
- * @public
7394
- */
7395
- MaterializedViewRefreshTaskRunId: string | undefined;
7396
- }
7397
- /**
7398
- * <p>The object that shows the details of the materialized view refresh task run.</p>
7399
- * @public
7400
- */
7401
- export interface MaterializedViewRefreshTaskRun {
7402
- /**
7403
- * <p>The Amazon Web Services account ID.</p>
7404
- * @public
7405
- */
7406
- CustomerId?: string | undefined;
7407
- /**
7408
- * <p>The identifier of the materialized view refresh task run.</p>
7409
- * @public
7410
- */
7411
- MaterializedViewRefreshTaskRunId?: string | undefined;
7412
- /**
7413
- * <p>The database where the table resides.</p>
7414
- * @public
7415
- */
7416
- DatabaseName?: string | undefined;
7417
- /**
7418
- * <p>The name of the table for which statistics is generated.</p>
7419
- * @public
7420
- */
7421
- TableName?: string | undefined;
7422
- /**
7423
- * <p>The ID of the Data Catalog where the table resides. If none is supplied, the account ID is used by default.</p>
7424
- * @public
7425
- */
7426
- CatalogId?: string | undefined;
7427
- /**
7428
- * <p>The IAM role that the service assumes to generate statistics.</p>
7429
- * @public
7430
- */
7431
- Role?: string | undefined;
7432
- /**
7433
- * <p>The status of the task run.</p>
7434
- * @public
7435
- */
7436
- Status?: MaterializedViewRefreshState | undefined;
7437
- /**
7438
- * <p>The time that this task was created.</p>
7439
- * @public
7440
- */
7441
- CreationTime?: Date | undefined;
7442
- /**
7443
- * <p>The last point in time when this task was modified.</p>
7444
- * @public
7445
- */
7446
- LastUpdated?: Date | undefined;
7447
- /**
7448
- * <p>The start time of the task.</p>
7449
- * @public
7450
- */
7451
- StartTime?: Date | undefined;
7452
- /**
7453
- * <p>The end time of the task.</p>
7454
- * @public
7455
- */
7456
- EndTime?: Date | undefined;
7457
- /**
7458
- * <p>The error message for the job.</p>
7459
- * @public
7460
- */
7461
- ErrorMessage?: string | undefined;
7462
- /**
7463
- * <p>The calculated DPU usage in seconds for all autoscaled workers.</p>
7464
- * @public
7465
- */
7466
- DPUSeconds?: number | undefined;
7467
- /**
7468
- * <p>The type of the refresh task run. Either FULL or INCREMENTAL.</p>
7469
- * @public
7470
- */
7471
- RefreshType?: MaterializedViewRefreshType | undefined;
7472
- /**
7473
- * <p>The number of bytes the refresh task run has scanned to refresh the materialized view.</p>
7474
- * @public
7475
- */
7476
- ProcessedBytes?: number | undefined;
7477
- }
7478
- /**
7479
- * @public
7480
- */
7481
- export interface GetMaterializedViewRefreshTaskRunResponse {
7482
- /**
7483
- * <p>A MaterializedViewRefreshTaskRun object representing the details of the task run.</p>
7484
- * @public
7485
- */
7486
- MaterializedViewRefreshTaskRun?: MaterializedViewRefreshTaskRun | undefined;
7487
- }