@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
@@ -1,7 +1,1206 @@
1
- import type { Compatibility, ExecutionClass, IcebergUpdateAction, JobMode, Permission, ResourceAction, ResourceState, SourceControlAuthStrategy, SourceControlProvider, TableOptimizerType, ViewUpdateAction, WorkerType } from "./enums";
2
- import type { Action, Aggregate, AmazonRedshiftSource, AmazonRedshiftTarget, AthenaConnectorSource, BasicCatalogTarget, CatalogDeltaSource, CatalogHudiSource, CatalogIcebergSource, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Column, ConnectionsList, ConnectorDataSource, ConnectorDataTarget, CustomCode, DatabaseInput, DirectJDBCSource, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, DynamoDBELTConnectorSource, ErrorDetail, EvaluateDataQuality, EvaluateDataQualityMultiFrame, EventBatchingCondition, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, Join, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, Recipe, RedshiftSource, RedshiftTarget, RelationalCatalogSource, RenameField, Route, S3CatalogDeltaSource, S3CatalogHudiSource, S3CatalogIcebergSource, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DeltaCatalogTarget, S3DeltaDirectTarget, S3DeltaSource, S3DirectTarget, S3ExcelSource, S3GlueParquetTarget, S3HudiCatalogTarget, S3HudiDirectTarget, S3HudiSource, S3HyperDirectTarget, S3IcebergCatalogTarget, S3IcebergDirectTarget, S3JsonSource, S3ParquetSource, SchemaId, SelectFields, SelectFromCollection, SnowflakeSource, SnowflakeTarget, SourceControlDetails, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, StorageDescriptor, TableOptimizerConfiguration, Trigger, Union } from "./models_0";
3
- import type { IcebergPartitionSpec, IcebergSchema, IcebergSortOrder, ProfileConfiguration, RegistryId, SourceProcessingProperties, SourceTableConfig, TableIdentifier, TableInput, TargetProcessingProperties, TargetTableConfig, TransformParameters, UserDefinedFunctionInput } from "./models_1";
4
- import type { ColumnRowFilter, FederatedTable, IcebergTableMetadata, SchemaVersionNumber, ViewDefinition, ViewValidation } from "./models_2";
1
+ import type { Compatibility, ConnectionPropertyKey, ConnectionType, CsvHeaderOption, CsvSerdeOption, ExecutionClass, IcebergUpdateAction, JobMode, Permission, ResourceAction, ResourceState, SourceControlAuthStrategy, SourceControlProvider, TableOptimizerType, ViewUpdateAction, WorkerType } from "./enums";
2
+ import type { Action, Aggregate, AmazonRedshiftSource, AmazonRedshiftTarget, AthenaConnectorSource, AuthenticationConfigurationInput, BasicCatalogTarget, CatalogDeltaSource, CatalogHudiSource, CatalogIcebergSource, CatalogInput, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Column, ConnectionInput, ConnectionsList, ConnectorDataSource, ConnectorDataTarget, CrawlerTargets, CustomCode, DataSource, DirectJDBCSource, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, DynamoDBELTConnectorSource, ErrorDetail, EvaluateDataQuality, EvaluateDataQualityMultiFrame, EventBatchingCondition, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, Join, LakeFormationConfiguration, LineageConfiguration, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, Recipe, RecrawlPolicy, RedshiftSource, RedshiftTarget, RelationalCatalogSource, RenameField, Route, S3CatalogDeltaSource, S3CatalogHudiSource, S3CatalogIcebergSource, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DeltaCatalogTarget, S3DeltaDirectTarget, S3DeltaSource, S3DirectTarget, S3ExcelSource, S3GlueParquetTarget, S3HudiCatalogTarget, S3HudiDirectTarget, S3HudiSource, S3HyperDirectTarget, S3IcebergCatalogTarget, S3IcebergDirectTarget, S3JsonSource, S3ParquetSource, SchemaChangePolicy, SchemaId, SelectFields, SelectFromCollection, SnowflakeSource, SnowflakeTarget, SourceControlDetails, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, StorageDescriptor, TableOptimizerConfiguration, Trigger, Union } from "./models_0";
3
+ import type { ColumnStatistics, DatabaseInput, IcebergPartitionSpec, IcebergSchema, IcebergSortOrder, ProfileConfiguration, RegistryId, SourceProcessingProperties, SourceTableConfig, TableIdentifier, TableInput, TargetProcessingProperties, TargetTableConfig, TransformParameters, UserDefinedFunctionInput } from "./models_1";
4
+ import type { ColumnRowFilter, DataQualityEvaluationRunAdditionalRunOptions, FederatedTable, IcebergTableMetadata, SchemaVersionNumber, SearchAttributeFilter, SearchMapFilter, SearchSort, ViewDefinition, ViewValidation } from "./models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface StartCrawlerScheduleRequest {
9
+ /**
10
+ * <p>Name of the crawler to schedule.</p>
11
+ * @public
12
+ */
13
+ CrawlerName: string | undefined;
14
+ }
15
+ /**
16
+ * @public
17
+ */
18
+ export interface StartCrawlerScheduleResponse {
19
+ }
20
+ /**
21
+ * <p>The request of the Data Quality rule recommendation request.</p>
22
+ * @public
23
+ */
24
+ export interface StartDataQualityRuleRecommendationRunRequest {
25
+ /**
26
+ * <p>The data source (Glue table) associated with this run.</p>
27
+ * @public
28
+ */
29
+ DataSource: DataSource | undefined;
30
+ /**
31
+ * <p>An IAM role supplied to encrypt the results of the run.</p>
32
+ * @public
33
+ */
34
+ Role: string | undefined;
35
+ /**
36
+ * <p>The number of <code>G.1X</code> workers to be used in the run. The default is 5.</p>
37
+ * @public
38
+ */
39
+ NumberOfWorkers?: number | undefined;
40
+ /**
41
+ * <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>
42
+ * @public
43
+ */
44
+ Timeout?: number | undefined;
45
+ /**
46
+ * <p>A name for the ruleset.</p>
47
+ * @public
48
+ */
49
+ CreatedRulesetName?: string | undefined;
50
+ /**
51
+ * <p>The name of the security configuration created with the data quality encryption option.</p>
52
+ * @public
53
+ */
54
+ DataQualitySecurityConfiguration?: string | undefined;
55
+ /**
56
+ * <p>Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.</p>
57
+ * @public
58
+ */
59
+ ClientToken?: string | undefined;
60
+ }
61
+ /**
62
+ * @public
63
+ */
64
+ export interface StartDataQualityRuleRecommendationRunResponse {
65
+ /**
66
+ * <p>The unique run identifier associated with this run.</p>
67
+ * @public
68
+ */
69
+ RunId?: string | undefined;
70
+ }
71
+ /**
72
+ * @public
73
+ */
74
+ export interface StartDataQualityRulesetEvaluationRunRequest {
75
+ /**
76
+ * <p>The data source (Glue table) associated with this run.</p>
77
+ * @public
78
+ */
79
+ DataSource: DataSource | undefined;
80
+ /**
81
+ * <p>An IAM role supplied to encrypt the results of the run.</p>
82
+ * @public
83
+ */
84
+ Role: string | undefined;
85
+ /**
86
+ * <p>The number of <code>G.1X</code> workers to be used in the run. The default is 5.</p>
87
+ * @public
88
+ */
89
+ NumberOfWorkers?: number | undefined;
90
+ /**
91
+ * <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>
92
+ * @public
93
+ */
94
+ Timeout?: number | undefined;
95
+ /**
96
+ * <p>Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.</p>
97
+ * @public
98
+ */
99
+ ClientToken?: string | undefined;
100
+ /**
101
+ * <p>Additional run options you can specify for an evaluation run.</p>
102
+ * @public
103
+ */
104
+ AdditionalRunOptions?: DataQualityEvaluationRunAdditionalRunOptions | undefined;
105
+ /**
106
+ * <p>A list of ruleset names.</p>
107
+ * @public
108
+ */
109
+ RulesetNames: string[] | undefined;
110
+ /**
111
+ * <p>A map of reference strings to additional data sources you can specify for an evaluation run.</p>
112
+ * @public
113
+ */
114
+ AdditionalDataSources?: Record<string, DataSource> | undefined;
115
+ }
116
+ /**
117
+ * @public
118
+ */
119
+ export interface StartDataQualityRulesetEvaluationRunResponse {
120
+ /**
121
+ * <p>The unique run identifier associated with this run.</p>
122
+ * @public
123
+ */
124
+ RunId?: string | undefined;
125
+ }
126
+ /**
127
+ * @public
128
+ */
129
+ export interface StartExportLabelsTaskRunRequest {
130
+ /**
131
+ * <p>The unique identifier of the machine learning transform.</p>
132
+ * @public
133
+ */
134
+ TransformId: string | undefined;
135
+ /**
136
+ * <p>The Amazon S3 path where you export the labels.</p>
137
+ * @public
138
+ */
139
+ OutputS3Path: string | undefined;
140
+ }
141
+ /**
142
+ * @public
143
+ */
144
+ export interface StartExportLabelsTaskRunResponse {
145
+ /**
146
+ * <p>The unique identifier for the task run.</p>
147
+ * @public
148
+ */
149
+ TaskRunId?: string | undefined;
150
+ }
151
+ /**
152
+ * @public
153
+ */
154
+ export interface StartImportLabelsTaskRunRequest {
155
+ /**
156
+ * <p>The unique identifier of the machine learning transform.</p>
157
+ * @public
158
+ */
159
+ TransformId: string | undefined;
160
+ /**
161
+ * <p>The Amazon Simple Storage Service (Amazon S3) path from where you import the
162
+ * labels.</p>
163
+ * @public
164
+ */
165
+ InputS3Path: string | undefined;
166
+ /**
167
+ * <p>Indicates whether to overwrite your existing labels.</p>
168
+ * @public
169
+ */
170
+ ReplaceAllLabels?: boolean | undefined;
171
+ }
172
+ /**
173
+ * @public
174
+ */
175
+ export interface StartImportLabelsTaskRunResponse {
176
+ /**
177
+ * <p>The unique identifier for the task run.</p>
178
+ * @public
179
+ */
180
+ TaskRunId?: string | undefined;
181
+ }
182
+ /**
183
+ * @public
184
+ */
185
+ export interface StartJobRunRequest {
186
+ /**
187
+ * <p>The name of the job definition to use.</p>
188
+ * @public
189
+ */
190
+ JobName: string | undefined;
191
+ /**
192
+ * <p>Specifies whether job run queuing is enabled for the job run.</p>
193
+ * <p>A value of true means job run queuing is enabled for the job run. If false or not populated, the job run will not be considered for queueing.</p>
194
+ * @public
195
+ */
196
+ JobRunQueuingEnabled?: boolean | undefined;
197
+ /**
198
+ * <p>The ID of a previous <code>JobRun</code> to retry.</p>
199
+ * @public
200
+ */
201
+ JobRunId?: string | undefined;
202
+ /**
203
+ * <p>The job arguments associated with this run. For this job run, they replace the default
204
+ * arguments set in the job definition itself.</p>
205
+ * <p>You can specify arguments here that your own job-execution script
206
+ * consumes, as well as arguments that Glue itself consumes.</p>
207
+ * <p>Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets
208
+ * from a Glue Connection, Secrets Manager or other secret management
209
+ * mechanism if you intend to keep them within the Job. </p>
210
+ * <p>For information about how to specify and consume your own Job arguments, see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html">Calling Glue APIs in Python</a> topic in the developer guide.</p>
211
+ * <p>For information about the arguments you can provide to this field when configuring Spark jobs,
212
+ * see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html">Special Parameters Used by Glue</a> topic in the developer guide.</p>
213
+ * <p>For information about the arguments you can provide to this field when configuring Ray
214
+ * jobs, see <a href="https://docs.aws.amazon.com/glue/latest/dg/author-job-ray-job-parameters.html">Using
215
+ * job parameters in Ray jobs</a> in the developer guide.</p>
216
+ * @public
217
+ */
218
+ Arguments?: Record<string, string> | undefined;
219
+ /**
220
+ * <p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p>
221
+ * <p>The number of Glue data processing units (DPUs) to allocate to this JobRun.
222
+ * You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure
223
+ * of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory.
224
+ * For more information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue
225
+ * pricing page</a>.</p>
226
+ *
227
+ * @deprecated This property is deprecated, use MaxCapacity instead.
228
+ * @public
229
+ */
230
+ AllocatedCapacity?: number | undefined;
231
+ /**
232
+ * <p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can
233
+ * consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job. </p>
234
+ * <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p>
235
+ * <p>When the value is left blank, the timeout is defaulted to 2,880 minutes for Glue version 4.0 and earlier, or 480 minutes for Glue version 5.0 and later.</p>
236
+ * <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>
237
+ * <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>
238
+ * @public
239
+ */
240
+ Timeout?: number | undefined;
241
+ /**
242
+ * <p>For Glue version 1.0 or earlier jobs, using the standard worker type, the number of
243
+ * Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is
244
+ * a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB
245
+ * of memory. For more information, see the <a href="https://aws.amazon.com/glue/pricing/">
246
+ * Glue pricing page</a>.</p>
247
+ * <p>For Glue version 2.0+ jobs, you cannot specify a <code>Maximum capacity</code>.
248
+ * Instead, you should specify a <code>Worker type</code> and the <code>Number of workers</code>.</p>
249
+ * <p>Do not set <code>MaxCapacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p>
250
+ * <p>The value that can be allocated for <code>MaxCapacity</code> depends on whether you are
251
+ * running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL
252
+ * job:</p>
253
+ * <ul>
254
+ * <li>
255
+ * <p>When you specify a Python shell job (<code>JobCommand.Name</code>="pythonshell"), you can
256
+ * allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU.</p>
257
+ * </li>
258
+ * <li>
259
+ * <p>When you specify an Apache Spark ETL job (<code>JobCommand.Name</code>="glueetl") or Apache
260
+ * Spark streaming ETL job (<code>JobCommand.Name</code>="gluestreaming"), you can allocate from 2 to 100 DPUs.
261
+ * The default is 10 DPUs. This job type cannot have a fractional DPU allocation.</p>
262
+ * </li>
263
+ * </ul>
264
+ * @public
265
+ */
266
+ MaxCapacity?: number | undefined;
267
+ /**
268
+ * <p>The name of the <code>SecurityConfiguration</code> structure to be used with this job
269
+ * run.</p>
270
+ * @public
271
+ */
272
+ SecurityConfiguration?: string | undefined;
273
+ /**
274
+ * <p>Specifies configuration properties of a job run notification.</p>
275
+ * @public
276
+ */
277
+ NotificationProperty?: NotificationProperty | undefined;
278
+ /**
279
+ * <p>The type of predefined worker that is allocated when a job runs. Accepts a value of
280
+ * G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.</p>
281
+ * <ul>
282
+ * <li>
283
+ * <p>For the <code>G.1X</code> worker type, each worker maps to 1 DPU (4 vCPUs, 16 GB of memory) with 94GB disk, and provides 1 executor per worker. We recommend this worker type for workloads such as data transforms, joins, and queries, to offers a scalable and cost effective way to run most jobs.</p>
284
+ * </li>
285
+ * <li>
286
+ * <p>For the <code>G.2X</code> worker type, each worker maps to 2 DPU (8 vCPUs, 32 GB of memory) with 138GB disk, and provides 1 executor per worker. We recommend this worker type for workloads such as data transforms, joins, and queries, to offers a scalable and cost effective way to run most jobs.</p>
287
+ * </li>
288
+ * <li>
289
+ * <p>For the <code>G.4X</code> worker type, each worker maps to 4 DPU (16 vCPUs, 64 GB of memory) with 256GB disk, and provides 1 executor per worker. We recommend this worker type for jobs whose workloads contain your most demanding transforms, aggregations, joins, and queries. This worker type is available only for Glue version 3.0 or later Spark ETL jobs in the following Amazon Web Services Regions: US East (Ohio), US East (N. Virginia), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Canada (Central), Europe (Frankfurt), Europe (Ireland), and Europe (Stockholm).</p>
290
+ * </li>
291
+ * <li>
292
+ * <p>For the <code>G.8X</code> worker type, each worker maps to 8 DPU (32 vCPUs, 128 GB of memory) with 512GB disk, and provides 1 executor per worker. We recommend this worker type for jobs whose workloads contain your most demanding transforms, aggregations, joins, and queries. This worker type is available only for Glue version 3.0 or later Spark ETL jobs, in the same Amazon Web Services Regions as supported for the <code>G.4X</code> worker type.</p>
293
+ * </li>
294
+ * <li>
295
+ * <p>For the <code>G.025X</code> worker type, each worker maps to 0.25 DPU (2 vCPUs, 4 GB of memory) with 84GB disk, and provides 1 executor per worker. We recommend this worker type for low volume streaming jobs. This worker type is only available for Glue version 3.0 or later streaming jobs.</p>
296
+ * </li>
297
+ * <li>
298
+ * <p>For the <code>Z.2X</code> worker type, each worker maps to 2 M-DPU (8vCPUs, 64 GB of memory) with 128 GB disk, and provides up to 8 Ray workers based on the autoscaler.</p>
299
+ * </li>
300
+ * </ul>
301
+ * @public
302
+ */
303
+ WorkerType?: WorkerType | undefined;
304
+ /**
305
+ * <p>The number of workers of a defined <code>workerType</code> that are allocated when a job runs.</p>
306
+ * @public
307
+ */
308
+ NumberOfWorkers?: number | undefined;
309
+ /**
310
+ * <p>Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p>
311
+ * <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p>
312
+ * <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>
313
+ * @public
314
+ */
315
+ ExecutionClass?: ExecutionClass | undefined;
316
+ /**
317
+ * <p>This inline session policy to the StartJobRun API allows you to dynamically restrict the permissions of the specified
318
+ * execution role for the scope of the job, without requiring the creation of additional IAM roles.</p>
319
+ * @public
320
+ */
321
+ ExecutionRoleSessionPolicy?: string | undefined;
322
+ }
323
+ /**
324
+ * @public
325
+ */
326
+ export interface StartJobRunResponse {
327
+ /**
328
+ * <p>The ID assigned to this job run.</p>
329
+ * @public
330
+ */
331
+ JobRunId?: string | undefined;
332
+ }
333
+ /**
334
+ * @public
335
+ */
336
+ export interface StartMaterializedViewRefreshTaskRunRequest {
337
+ /**
338
+ * <p>The ID of the Data Catalog where the table reside. If none is supplied, the account ID is used by default.</p>
339
+ * @public
340
+ */
341
+ CatalogId: string | undefined;
342
+ /**
343
+ * <p>The name of the database where the table resides.</p>
344
+ * @public
345
+ */
346
+ DatabaseName: string | undefined;
347
+ /**
348
+ * <p>The name of the table to generate run the materialized view refresh task.</p>
349
+ * @public
350
+ */
351
+ TableName: string | undefined;
352
+ /**
353
+ * <p>Specifies whether this is a full refresh of the task run.</p>
354
+ * @public
355
+ */
356
+ FullRefresh?: boolean | undefined;
357
+ }
358
+ /**
359
+ * @public
360
+ */
361
+ export interface StartMaterializedViewRefreshTaskRunResponse {
362
+ /**
363
+ * <p>The identifier for the materialized view refresh task run.</p>
364
+ * @public
365
+ */
366
+ MaterializedViewRefreshTaskRunId?: string | undefined;
367
+ }
368
+ /**
369
+ * @public
370
+ */
371
+ export interface StartMLEvaluationTaskRunRequest {
372
+ /**
373
+ * <p>The unique identifier of the machine learning transform.</p>
374
+ * @public
375
+ */
376
+ TransformId: string | undefined;
377
+ }
378
+ /**
379
+ * @public
380
+ */
381
+ export interface StartMLEvaluationTaskRunResponse {
382
+ /**
383
+ * <p>The unique identifier associated with this run.</p>
384
+ * @public
385
+ */
386
+ TaskRunId?: string | undefined;
387
+ }
388
+ /**
389
+ * @public
390
+ */
391
+ export interface StartMLLabelingSetGenerationTaskRunRequest {
392
+ /**
393
+ * <p>The unique identifier of the machine learning transform.</p>
394
+ * @public
395
+ */
396
+ TransformId: string | undefined;
397
+ /**
398
+ * <p>The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling
399
+ * set.</p>
400
+ * @public
401
+ */
402
+ OutputS3Path: string | undefined;
403
+ }
404
+ /**
405
+ * @public
406
+ */
407
+ export interface StartMLLabelingSetGenerationTaskRunResponse {
408
+ /**
409
+ * <p>The unique run identifier that is associated with this task run.</p>
410
+ * @public
411
+ */
412
+ TaskRunId?: string | undefined;
413
+ }
414
+ /**
415
+ * @public
416
+ */
417
+ export interface StartTriggerRequest {
418
+ /**
419
+ * <p>The name of the trigger to start.</p>
420
+ * @public
421
+ */
422
+ Name: string | undefined;
423
+ }
424
+ /**
425
+ * @public
426
+ */
427
+ export interface StartTriggerResponse {
428
+ /**
429
+ * <p>The name of the trigger that was started.</p>
430
+ * @public
431
+ */
432
+ Name?: string | undefined;
433
+ }
434
+ /**
435
+ * @public
436
+ */
437
+ export interface StartWorkflowRunRequest {
438
+ /**
439
+ * <p>The name of the workflow to start.</p>
440
+ * @public
441
+ */
442
+ Name: string | undefined;
443
+ /**
444
+ * <p>The workflow run properties for the new workflow run.</p>
445
+ * <p>Run properties may be logged. Do not pass plaintext secrets as properties. Retrieve secrets from a Glue Connection, Amazon Web Services Secrets Manager or other secret management mechanism if you intend to use them within the workflow run.</p>
446
+ * @public
447
+ */
448
+ RunProperties?: Record<string, string> | undefined;
449
+ }
450
+ /**
451
+ * @public
452
+ */
453
+ export interface StartWorkflowRunResponse {
454
+ /**
455
+ * <p>An Id for the new run.</p>
456
+ * @public
457
+ */
458
+ RunId?: string | undefined;
459
+ }
460
+ /**
461
+ * @public
462
+ */
463
+ export interface StopColumnStatisticsTaskRunRequest {
464
+ /**
465
+ * <p>The name of the database where the table resides.</p>
466
+ * @public
467
+ */
468
+ DatabaseName: string | undefined;
469
+ /**
470
+ * <p>The name of the table.</p>
471
+ * @public
472
+ */
473
+ TableName: string | undefined;
474
+ }
475
+ /**
476
+ * @public
477
+ */
478
+ export interface StopColumnStatisticsTaskRunResponse {
479
+ }
480
+ /**
481
+ * @public
482
+ */
483
+ export interface StopColumnStatisticsTaskRunScheduleRequest {
484
+ /**
485
+ * <p>The name of the database where the table resides.</p>
486
+ * @public
487
+ */
488
+ DatabaseName: string | undefined;
489
+ /**
490
+ * <p>The name of the table for which to stop a column statistic task run schedule.</p>
491
+ * @public
492
+ */
493
+ TableName: string | undefined;
494
+ }
495
+ /**
496
+ * @public
497
+ */
498
+ export interface StopColumnStatisticsTaskRunScheduleResponse {
499
+ }
500
+ /**
501
+ * @public
502
+ */
503
+ export interface StopCrawlerRequest {
504
+ /**
505
+ * <p>Name of the crawler to stop.</p>
506
+ * @public
507
+ */
508
+ Name: string | undefined;
509
+ }
510
+ /**
511
+ * @public
512
+ */
513
+ export interface StopCrawlerResponse {
514
+ }
515
+ /**
516
+ * @public
517
+ */
518
+ export interface StopCrawlerScheduleRequest {
519
+ /**
520
+ * <p>Name of the crawler whose schedule state to set.</p>
521
+ * @public
522
+ */
523
+ CrawlerName: string | undefined;
524
+ }
525
+ /**
526
+ * @public
527
+ */
528
+ export interface StopCrawlerScheduleResponse {
529
+ }
530
+ /**
531
+ * @public
532
+ */
533
+ export interface StopMaterializedViewRefreshTaskRunRequest {
534
+ /**
535
+ * <p>The ID of the Data Catalog where the table reside. If none is supplied, the account ID is used by default.</p>
536
+ * @public
537
+ */
538
+ CatalogId: string | undefined;
539
+ /**
540
+ * <p>The name of the database where the table resides.</p>
541
+ * @public
542
+ */
543
+ DatabaseName: string | undefined;
544
+ /**
545
+ * <p>The name of the table to generate statistics.</p>
546
+ * @public
547
+ */
548
+ TableName: string | undefined;
549
+ }
550
+ /**
551
+ * @public
552
+ */
553
+ export interface StopMaterializedViewRefreshTaskRunResponse {
554
+ }
555
+ /**
556
+ * @public
557
+ */
558
+ export interface StopSessionRequest {
559
+ /**
560
+ * <p>The ID of the session to be stopped.</p>
561
+ * @public
562
+ */
563
+ Id: string | undefined;
564
+ /**
565
+ * <p>The origin of the request.</p>
566
+ * @public
567
+ */
568
+ RequestOrigin?: string | undefined;
569
+ }
570
+ /**
571
+ * @public
572
+ */
573
+ export interface StopSessionResponse {
574
+ /**
575
+ * <p>Returns the Id of the stopped session.</p>
576
+ * @public
577
+ */
578
+ Id?: string | undefined;
579
+ }
580
+ /**
581
+ * @public
582
+ */
583
+ export interface StopTriggerRequest {
584
+ /**
585
+ * <p>The name of the trigger to stop.</p>
586
+ * @public
587
+ */
588
+ Name: string | undefined;
589
+ }
590
+ /**
591
+ * @public
592
+ */
593
+ export interface StopTriggerResponse {
594
+ /**
595
+ * <p>The name of the trigger that was stopped.</p>
596
+ * @public
597
+ */
598
+ Name?: string | undefined;
599
+ }
600
+ /**
601
+ * @public
602
+ */
603
+ export interface StopWorkflowRunRequest {
604
+ /**
605
+ * <p>The name of the workflow to stop.</p>
606
+ * @public
607
+ */
608
+ Name: string | undefined;
609
+ /**
610
+ * <p>The ID of the workflow run to stop.</p>
611
+ * @public
612
+ */
613
+ RunId: string | undefined;
614
+ }
615
+ /**
616
+ * @public
617
+ */
618
+ export interface StopWorkflowRunResponse {
619
+ }
620
+ /**
621
+ * @public
622
+ */
623
+ export interface TagResourceRequest {
624
+ /**
625
+ * <p>The ARN of the Glue resource to which to add the tags. For more
626
+ * information about Glue resource ARNs, see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-common.html#aws-glue-api-regex-aws-glue-arn-id">Glue ARN string pattern</a>.</p>
627
+ * @public
628
+ */
629
+ ResourceArn: string | undefined;
630
+ /**
631
+ * <p>Tags to add to this resource.</p>
632
+ * @public
633
+ */
634
+ TagsToAdd: Record<string, string> | undefined;
635
+ }
636
+ /**
637
+ * @public
638
+ */
639
+ export interface TagResourceResponse {
640
+ }
641
+ /**
642
+ * <p>A structure that is used to specify testing a connection to a service.</p>
643
+ * @public
644
+ */
645
+ export interface TestConnectionInput {
646
+ /**
647
+ * <p>The type of connection to test. This operation is only available for the <code>JDBC</code> or <code>SALESFORCE</code> connection types.</p>
648
+ * @public
649
+ */
650
+ ConnectionType: ConnectionType | undefined;
651
+ /**
652
+ * <p>The key-value pairs that define parameters for the connection.</p>
653
+ * <p>JDBC connections use the following connection properties:</p>
654
+ * <ul>
655
+ * <li>
656
+ * <p>Required: All of (<code>HOST</code>, <code>PORT</code>, <code>JDBC_ENGINE</code>) or <code>JDBC_CONNECTION_URL</code>.</p>
657
+ * </li>
658
+ * <li>
659
+ * <p>Required: All of (<code>USERNAME</code>, <code>PASSWORD</code>) or <code>SECRET_ID</code>.</p>
660
+ * </li>
661
+ * <li>
662
+ * <p>Optional: <code>JDBC_ENFORCE_SSL</code>, <code>CUSTOM_JDBC_CERT</code>, <code>CUSTOM_JDBC_CERT_STRING</code>, <code>SKIP_CUSTOM_JDBC_CERT_VALIDATION</code>. These parameters are used to configure SSL with JDBC.</p>
663
+ * </li>
664
+ * </ul>
665
+ * <p>SALESFORCE connections require the <code>AuthenticationConfiguration</code> member to be configured.</p>
666
+ * @public
667
+ */
668
+ ConnectionProperties: Partial<Record<ConnectionPropertyKey, string>> | undefined;
669
+ /**
670
+ * <p>A structure containing the authentication configuration in the TestConnection request. Required for a connection to Salesforce using OAuth authentication.</p>
671
+ * @public
672
+ */
673
+ AuthenticationConfiguration?: AuthenticationConfigurationInput | undefined;
674
+ }
675
+ /**
676
+ * @public
677
+ */
678
+ export interface TestConnectionRequest {
679
+ /**
680
+ * <p>Optional. The name of the connection to test. If only name is provided, the operation will get the connection and use that for testing.</p>
681
+ * @public
682
+ */
683
+ ConnectionName?: string | undefined;
684
+ /**
685
+ * <p>The catalog ID where the connection resides.</p>
686
+ * @public
687
+ */
688
+ CatalogId?: string | undefined;
689
+ /**
690
+ * <p>A structure that is used to specify testing a connection to a service.</p>
691
+ * @public
692
+ */
693
+ TestConnectionInput?: TestConnectionInput | undefined;
694
+ }
695
+ /**
696
+ * @public
697
+ */
698
+ export interface TestConnectionResponse {
699
+ }
700
+ /**
701
+ * @public
702
+ */
703
+ export interface UntagResourceRequest {
704
+ /**
705
+ * <p>The Amazon Resource Name (ARN) of the resource from which to remove the tags.</p>
706
+ * @public
707
+ */
708
+ ResourceArn: string | undefined;
709
+ /**
710
+ * <p>Tags to remove from this resource.</p>
711
+ * @public
712
+ */
713
+ TagsToRemove: string[] | undefined;
714
+ }
715
+ /**
716
+ * @public
717
+ */
718
+ export interface UntagResourceResponse {
719
+ }
720
+ /**
721
+ * @public
722
+ */
723
+ export interface UpdateBlueprintRequest {
724
+ /**
725
+ * <p>The name of the blueprint.</p>
726
+ * @public
727
+ */
728
+ Name: string | undefined;
729
+ /**
730
+ * <p>A description of the blueprint.</p>
731
+ * @public
732
+ */
733
+ Description?: string | undefined;
734
+ /**
735
+ * <p>Specifies a path in Amazon S3 where the blueprint is published.</p>
736
+ * @public
737
+ */
738
+ BlueprintLocation: string | undefined;
739
+ }
740
+ /**
741
+ * @public
742
+ */
743
+ export interface UpdateBlueprintResponse {
744
+ /**
745
+ * <p>Returns the name of the blueprint that was updated.</p>
746
+ * @public
747
+ */
748
+ Name?: string | undefined;
749
+ }
750
+ /**
751
+ * @public
752
+ */
753
+ export interface UpdateCatalogRequest {
754
+ /**
755
+ * <p>The ID of the catalog.</p>
756
+ * @public
757
+ */
758
+ CatalogId: string | undefined;
759
+ /**
760
+ * <p>A <code>CatalogInput</code> object specifying the new properties of an existing catalog.</p>
761
+ * @public
762
+ */
763
+ CatalogInput: CatalogInput | undefined;
764
+ }
765
+ /**
766
+ * @public
767
+ */
768
+ export interface UpdateCatalogResponse {
769
+ }
770
+ /**
771
+ * <p>Specifies a custom CSV classifier to be updated.</p>
772
+ * @public
773
+ */
774
+ export interface UpdateCsvClassifierRequest {
775
+ /**
776
+ * <p>The name of the classifier.</p>
777
+ * @public
778
+ */
779
+ Name: string | undefined;
780
+ /**
781
+ * <p>A custom symbol to denote what separates each column entry in the row.</p>
782
+ * @public
783
+ */
784
+ Delimiter?: string | undefined;
785
+ /**
786
+ * <p>A custom symbol to denote what combines content into a single column value. It must be
787
+ * different from the column delimiter.</p>
788
+ * @public
789
+ */
790
+ QuoteSymbol?: string | undefined;
791
+ /**
792
+ * <p>Indicates whether the CSV file contains a header.</p>
793
+ * @public
794
+ */
795
+ ContainsHeader?: CsvHeaderOption | undefined;
796
+ /**
797
+ * <p>A list of strings representing column names.</p>
798
+ * @public
799
+ */
800
+ Header?: string[] | undefined;
801
+ /**
802
+ * <p>Specifies not to trim values before identifying the type of column values. The default value is true.</p>
803
+ * @public
804
+ */
805
+ DisableValueTrimming?: boolean | undefined;
806
+ /**
807
+ * <p>Enables the processing of files that contain only one column.</p>
808
+ * @public
809
+ */
810
+ AllowSingleColumn?: boolean | undefined;
811
+ /**
812
+ * <p>Specifies the configuration of custom datatypes.</p>
813
+ * @public
814
+ */
815
+ CustomDatatypeConfigured?: boolean | undefined;
816
+ /**
817
+ * <p>Specifies a list of supported custom datatypes.</p>
818
+ * @public
819
+ */
820
+ CustomDatatypes?: string[] | undefined;
821
+ /**
822
+ * <p>Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are <code>OpenCSVSerDe</code>, <code>LazySimpleSerDe</code>, and <code>None</code>. You can specify the <code>None</code> value when you want the crawler to do the detection.</p>
823
+ * @public
824
+ */
825
+ Serde?: CsvSerdeOption | undefined;
826
+ }
827
+ /**
828
+ * <p>Specifies a grok classifier to update when passed to
829
+ * <code>UpdateClassifier</code>.</p>
830
+ * @public
831
+ */
832
+ export interface UpdateGrokClassifierRequest {
833
+ /**
834
+ * <p>The name of the <code>GrokClassifier</code>.</p>
835
+ * @public
836
+ */
837
+ Name: string | undefined;
838
+ /**
839
+ * <p>An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs,
840
+ * Amazon CloudWatch Logs, and so on.</p>
841
+ * @public
842
+ */
843
+ Classification?: string | undefined;
844
+ /**
845
+ * <p>The grok pattern used by this classifier.</p>
846
+ * @public
847
+ */
848
+ GrokPattern?: string | undefined;
849
+ /**
850
+ * <p>Optional custom grok patterns used by this classifier.</p>
851
+ * @public
852
+ */
853
+ CustomPatterns?: string | undefined;
854
+ }
855
+ /**
856
+ * <p>Specifies a JSON classifier to be updated.</p>
857
+ * @public
858
+ */
859
+ export interface UpdateJsonClassifierRequest {
860
+ /**
861
+ * <p>The name of the classifier.</p>
862
+ * @public
863
+ */
864
+ Name: string | undefined;
865
+ /**
866
+ * <p>A <code>JsonPath</code> string defining the JSON data for the classifier to classify.
867
+ * Glue supports a subset of JsonPath, as described in <a href="https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json">Writing JsonPath Custom Classifiers</a>.</p>
868
+ * @public
869
+ */
870
+ JsonPath?: string | undefined;
871
+ }
872
+ /**
873
+ * <p>Specifies an XML classifier to be updated.</p>
874
+ * @public
875
+ */
876
+ export interface UpdateXMLClassifierRequest {
877
+ /**
878
+ * <p>The name of the classifier.</p>
879
+ * @public
880
+ */
881
+ Name: string | undefined;
882
+ /**
883
+ * <p>An identifier of the data format that the classifier matches.</p>
884
+ * @public
885
+ */
886
+ Classification?: string | undefined;
887
+ /**
888
+ * <p>The XML tag designating the element that contains each record in an XML document being
889
+ * parsed. This cannot identify a self-closing element (closed by <code>/></code>). An empty
890
+ * row element that contains only attributes can be parsed as long as it ends with a closing tag
891
+ * (for example, <code><row item_a="A" item_b="B"></row></code> is okay, but
892
+ * <code><row item_a="A" item_b="B" /></code> is not).</p>
893
+ * @public
894
+ */
895
+ RowTag?: string | undefined;
896
+ }
897
+ /**
898
+ * @public
899
+ */
900
+ export interface UpdateClassifierRequest {
901
+ /**
902
+ * <p>A <code>GrokClassifier</code> object with updated fields.</p>
903
+ * @public
904
+ */
905
+ GrokClassifier?: UpdateGrokClassifierRequest | undefined;
906
+ /**
907
+ * <p>An <code>XMLClassifier</code> object with updated fields.</p>
908
+ * @public
909
+ */
910
+ XMLClassifier?: UpdateXMLClassifierRequest | undefined;
911
+ /**
912
+ * <p>A <code>JsonClassifier</code> object with updated fields.</p>
913
+ * @public
914
+ */
915
+ JsonClassifier?: UpdateJsonClassifierRequest | undefined;
916
+ /**
917
+ * <p>A <code>CsvClassifier</code> object with updated fields.</p>
918
+ * @public
919
+ */
920
+ CsvClassifier?: UpdateCsvClassifierRequest | undefined;
921
+ }
922
+ /**
923
+ * @public
924
+ */
925
+ export interface UpdateClassifierResponse {
926
+ }
927
+ /**
928
+ * @public
929
+ */
930
+ export interface UpdateColumnStatisticsForPartitionRequest {
931
+ /**
932
+ * <p>The ID of the Data Catalog where the partitions in question reside.
933
+ * If none is supplied, the Amazon Web Services account ID is used by default.</p>
934
+ * @public
935
+ */
936
+ CatalogId?: string | undefined;
937
+ /**
938
+ * <p>The name of the catalog database where the partitions reside.</p>
939
+ * @public
940
+ */
941
+ DatabaseName: string | undefined;
942
+ /**
943
+ * <p>The name of the partitions' table.</p>
944
+ * @public
945
+ */
946
+ TableName: string | undefined;
947
+ /**
948
+ * <p>A list of partition values identifying the partition.</p>
949
+ * @public
950
+ */
951
+ PartitionValues: string[] | undefined;
952
+ /**
953
+ * <p>A list of the column statistics.</p>
954
+ * @public
955
+ */
956
+ ColumnStatisticsList: ColumnStatistics[] | undefined;
957
+ }
958
+ /**
959
+ * <p>Encapsulates a <code>ColumnStatistics</code> object that failed and the reason for failure.</p>
960
+ * @public
961
+ */
962
+ export interface ColumnStatisticsError {
963
+ /**
964
+ * <p>The <code>ColumnStatistics</code> of the column.</p>
965
+ * @public
966
+ */
967
+ ColumnStatistics?: ColumnStatistics | undefined;
968
+ /**
969
+ * <p>An error message with the reason for the failure of an operation.</p>
970
+ * @public
971
+ */
972
+ Error?: ErrorDetail | undefined;
973
+ }
974
+ /**
975
+ * @public
976
+ */
977
+ export interface UpdateColumnStatisticsForPartitionResponse {
978
+ /**
979
+ * <p>Error occurred during updating column statistics data.</p>
980
+ * @public
981
+ */
982
+ Errors?: ColumnStatisticsError[] | undefined;
983
+ }
984
+ /**
985
+ * @public
986
+ */
987
+ export interface UpdateColumnStatisticsForTableRequest {
988
+ /**
989
+ * <p>The ID of the Data Catalog where the partitions in question reside.
990
+ * If none is supplied, the Amazon Web Services account ID is used by default.</p>
991
+ * @public
992
+ */
993
+ CatalogId?: string | undefined;
994
+ /**
995
+ * <p>The name of the catalog database where the partitions reside.</p>
996
+ * @public
997
+ */
998
+ DatabaseName: string | undefined;
999
+ /**
1000
+ * <p>The name of the partitions' table.</p>
1001
+ * @public
1002
+ */
1003
+ TableName: string | undefined;
1004
+ /**
1005
+ * <p>A list of the column statistics.</p>
1006
+ * @public
1007
+ */
1008
+ ColumnStatisticsList: ColumnStatistics[] | undefined;
1009
+ }
1010
+ /**
1011
+ * @public
1012
+ */
1013
+ export interface UpdateColumnStatisticsForTableResponse {
1014
+ /**
1015
+ * <p>List of ColumnStatisticsErrors.</p>
1016
+ * @public
1017
+ */
1018
+ Errors?: ColumnStatisticsError[] | undefined;
1019
+ }
1020
+ /**
1021
+ * @public
1022
+ */
1023
+ export interface UpdateColumnStatisticsTaskSettingsRequest {
1024
+ /**
1025
+ * <p>The name of the database where the table resides.</p>
1026
+ * @public
1027
+ */
1028
+ DatabaseName: string | undefined;
1029
+ /**
1030
+ * <p>The name of the table for which to generate column statistics.</p>
1031
+ * @public
1032
+ */
1033
+ TableName: string | undefined;
1034
+ /**
1035
+ * <p>The role used for running the column statistics.</p>
1036
+ * @public
1037
+ */
1038
+ Role?: string | undefined;
1039
+ /**
1040
+ * <p>A schedule for running the column statistics, specified in CRON syntax.</p>
1041
+ * @public
1042
+ */
1043
+ Schedule?: string | undefined;
1044
+ /**
1045
+ * <p>A list of column names for which to run statistics.</p>
1046
+ * @public
1047
+ */
1048
+ ColumnNameList?: string[] | undefined;
1049
+ /**
1050
+ * <p>The percentage of data to sample.</p>
1051
+ * @public
1052
+ */
1053
+ SampleSize?: number | undefined;
1054
+ /**
1055
+ * <p>The ID of the Data Catalog in which the database resides.</p>
1056
+ * @public
1057
+ */
1058
+ CatalogID?: string | undefined;
1059
+ /**
1060
+ * <p>Name of the security configuration that is used to encrypt CloudWatch logs.</p>
1061
+ * @public
1062
+ */
1063
+ SecurityConfiguration?: string | undefined;
1064
+ }
1065
+ /**
1066
+ * @public
1067
+ */
1068
+ export interface UpdateColumnStatisticsTaskSettingsResponse {
1069
+ }
1070
+ /**
1071
+ * @public
1072
+ */
1073
+ export interface UpdateConnectionRequest {
1074
+ /**
1075
+ * <p>The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services
1076
+ * account ID is used by default.</p>
1077
+ * @public
1078
+ */
1079
+ CatalogId?: string | undefined;
1080
+ /**
1081
+ * <p>The name of the connection definition to update.</p>
1082
+ * @public
1083
+ */
1084
+ Name: string | undefined;
1085
+ /**
1086
+ * <p>A <code>ConnectionInput</code> object that redefines the connection
1087
+ * in question.</p>
1088
+ * @public
1089
+ */
1090
+ ConnectionInput: ConnectionInput | undefined;
1091
+ }
1092
+ /**
1093
+ * @public
1094
+ */
1095
+ export interface UpdateConnectionResponse {
1096
+ }
1097
+ /**
1098
+ * @public
1099
+ */
1100
+ export interface UpdateCrawlerRequest {
1101
+ /**
1102
+ * <p>Name of the new crawler.</p>
1103
+ * @public
1104
+ */
1105
+ Name: string | undefined;
1106
+ /**
1107
+ * <p>The IAM role or Amazon Resource Name (ARN) of an IAM role that is used by the new crawler
1108
+ * to access customer resources.</p>
1109
+ * @public
1110
+ */
1111
+ Role?: string | undefined;
1112
+ /**
1113
+ * <p>The Glue database where results are stored, such as:
1114
+ * <code>arn:aws:daylight:us-east-1::database/sometable/*</code>.</p>
1115
+ * @public
1116
+ */
1117
+ DatabaseName?: string | undefined;
1118
+ /**
1119
+ * <p>A description of the new crawler.</p>
1120
+ * @public
1121
+ */
1122
+ Description?: string | undefined;
1123
+ /**
1124
+ * <p>A list of targets to crawl.</p>
1125
+ * @public
1126
+ */
1127
+ Targets?: CrawlerTargets | undefined;
1128
+ /**
1129
+ * <p>A <code>cron</code> expression used to specify the schedule (see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run
1130
+ * something every day at 12:15 UTC, you would specify:
1131
+ * <code>cron(15 12 * * ? *)</code>.</p>
1132
+ * @public
1133
+ */
1134
+ Schedule?: string | undefined;
1135
+ /**
1136
+ * <p>A list of custom classifiers that the user
1137
+ * has registered. By default, all built-in classifiers are included in a crawl,
1138
+ * but these custom classifiers always override the default classifiers
1139
+ * for a given classification.</p>
1140
+ * @public
1141
+ */
1142
+ Classifiers?: string[] | undefined;
1143
+ /**
1144
+ * <p>The table prefix used for catalog tables that are created.</p>
1145
+ * @public
1146
+ */
1147
+ TablePrefix?: string | undefined;
1148
+ /**
1149
+ * <p>The policy for the crawler's update and deletion behavior.</p>
1150
+ * @public
1151
+ */
1152
+ SchemaChangePolicy?: SchemaChangePolicy | undefined;
1153
+ /**
1154
+ * <p>A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.</p>
1155
+ * @public
1156
+ */
1157
+ RecrawlPolicy?: RecrawlPolicy | undefined;
1158
+ /**
1159
+ * <p>Specifies data lineage configuration settings for the crawler.</p>
1160
+ * @public
1161
+ */
1162
+ LineageConfiguration?: LineageConfiguration | undefined;
1163
+ /**
1164
+ * <p>Specifies Lake Formation configuration settings for the crawler.</p>
1165
+ * @public
1166
+ */
1167
+ LakeFormationConfiguration?: LakeFormationConfiguration | undefined;
1168
+ /**
1169
+ * <p>Crawler configuration information. This versioned JSON string allows users
1170
+ * to specify aspects of a crawler's behavior.
1171
+ * For more information, see <a href="https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html">Setting crawler configuration options</a>.</p>
1172
+ * @public
1173
+ */
1174
+ Configuration?: string | undefined;
1175
+ /**
1176
+ * <p>The name of the <code>SecurityConfiguration</code> structure to be used by this
1177
+ * crawler.</p>
1178
+ * @public
1179
+ */
1180
+ CrawlerSecurityConfiguration?: string | undefined;
1181
+ }
1182
+ /**
1183
+ * @public
1184
+ */
1185
+ export interface UpdateCrawlerResponse {
1186
+ }
1187
+ /**
1188
+ * @public
1189
+ */
1190
+ export interface UpdateCrawlerScheduleRequest {
1191
+ /**
1192
+ * <p>The name of the crawler whose schedule to update.</p>
1193
+ * @public
1194
+ */
1195
+ CrawlerName: string | undefined;
1196
+ /**
1197
+ * <p>The updated <code>cron</code> expression used to specify the schedule (see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run
1198
+ * something every day at 12:15 UTC, you would specify:
1199
+ * <code>cron(15 12 * * ? *)</code>.</p>
1200
+ * @public
1201
+ */
1202
+ Schedule?: string | undefined;
1203
+ }
5
1204
  /**
6
1205
  * @public
7
1206
  */
@@ -165,6 +1364,111 @@ export interface UpdateDevEndpointRequest {
165
1364
  */
166
1365
  export interface UpdateDevEndpointResponse {
167
1366
  }
1367
+ /**
1368
+ * @public
1369
+ */
1370
+ export interface UpdateGlossaryRequest {
1371
+ /**
1372
+ * <p>The unique identifier of the glossary to update.</p>
1373
+ * @public
1374
+ */
1375
+ Identifier: string | undefined;
1376
+ /**
1377
+ * <p>The updated name of the glossary.</p>
1378
+ * @public
1379
+ */
1380
+ Name?: string | undefined;
1381
+ /**
1382
+ * <p>The updated description of the glossary.</p>
1383
+ * @public
1384
+ */
1385
+ Description?: string | undefined;
1386
+ /**
1387
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
1388
+ * @public
1389
+ */
1390
+ ClientToken?: string | undefined;
1391
+ }
1392
+ /**
1393
+ * @public
1394
+ */
1395
+ export interface UpdateGlossaryResponse {
1396
+ /**
1397
+ * <p>The unique identifier of the glossary.</p>
1398
+ * @public
1399
+ */
1400
+ Id?: string | undefined;
1401
+ /**
1402
+ * <p>The name of the glossary.</p>
1403
+ * @public
1404
+ */
1405
+ Name?: string | undefined;
1406
+ /**
1407
+ * <p>The description of the glossary.</p>
1408
+ * @public
1409
+ */
1410
+ Description?: string | undefined;
1411
+ }
1412
+ /**
1413
+ * @public
1414
+ */
1415
+ export interface UpdateGlossaryTermRequest {
1416
+ /**
1417
+ * <p>The unique identifier of the glossary term to update.</p>
1418
+ * @public
1419
+ */
1420
+ Identifier: string | undefined;
1421
+ /**
1422
+ * <p>The updated name of the glossary term.</p>
1423
+ * @public
1424
+ */
1425
+ Name?: string | undefined;
1426
+ /**
1427
+ * <p>The updated short description of the glossary term.</p>
1428
+ * @public
1429
+ */
1430
+ ShortDescription?: string | undefined;
1431
+ /**
1432
+ * <p>The updated long description of the glossary term.</p>
1433
+ * @public
1434
+ */
1435
+ LongDescription?: string | undefined;
1436
+ /**
1437
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
1438
+ * @public
1439
+ */
1440
+ ClientToken?: string | undefined;
1441
+ }
1442
+ /**
1443
+ * @public
1444
+ */
1445
+ export interface UpdateGlossaryTermResponse {
1446
+ /**
1447
+ * <p>The unique identifier of the glossary term.</p>
1448
+ * @public
1449
+ */
1450
+ Id?: string | undefined;
1451
+ /**
1452
+ * <p>The unique identifier of the glossary containing this term.</p>
1453
+ * @public
1454
+ */
1455
+ GlossaryId?: string | undefined;
1456
+ /**
1457
+ * <p>The name of the glossary term.</p>
1458
+ * @public
1459
+ */
1460
+ Name?: string | undefined;
1461
+ /**
1462
+ * <p>The short description of the glossary term.</p>
1463
+ * @public
1464
+ */
1465
+ ShortDescription?: string | undefined;
1466
+ /**
1467
+ * <p>The long description of the glossary term.</p>
1468
+ * @public
1469
+ */
1470
+ LongDescription?: string | undefined;
1471
+ }
168
1472
  /**
169
1473
  * <p>Request to update an existing Glue Identity Center configuration.</p>
170
1474
  * @public
@@ -1777,6 +3081,81 @@ export interface GetUnfilteredTableMetadataResponse {
1777
3081
  */
1778
3082
  RowFilter?: string | undefined;
1779
3083
  }
3084
+ /**
3085
+ * <p>A filter clause that supports nested boolean logic. Exactly one of <code>andAllFilters</code>, <code>orAnyFilters</code>, <code>attributeFilter</code>, or <code>mapFilter</code> must be specified.</p>
3086
+ * @public
3087
+ */
3088
+ export type SearchFilterClause = SearchFilterClause.AndAllFiltersMember | SearchFilterClause.AttributeFilterMember | SearchFilterClause.MapFilterMember | SearchFilterClause.OrAnyFiltersMember | SearchFilterClause.$UnknownMember;
3089
+ /**
3090
+ * @public
3091
+ */
3092
+ export declare namespace SearchFilterClause {
3093
+ /**
3094
+ * <p>A list of filter clauses that must all match (logical AND).</p>
3095
+ * @public
3096
+ */
3097
+ interface AndAllFiltersMember {
3098
+ AndAllFilters: SearchFilterClause[];
3099
+ OrAnyFilters?: never;
3100
+ AttributeFilter?: never;
3101
+ MapFilter?: never;
3102
+ $unknown?: never;
3103
+ }
3104
+ /**
3105
+ * <p>A list of filter clauses where at least one must match (logical OR).</p>
3106
+ * @public
3107
+ */
3108
+ interface OrAnyFiltersMember {
3109
+ AndAllFilters?: never;
3110
+ OrAnyFilters: SearchFilterClause[];
3111
+ AttributeFilter?: never;
3112
+ MapFilter?: never;
3113
+ $unknown?: never;
3114
+ }
3115
+ /**
3116
+ * <p>A filter on a single attribute value.</p>
3117
+ * @public
3118
+ */
3119
+ interface AttributeFilterMember {
3120
+ AndAllFilters?: never;
3121
+ OrAnyFilters?: never;
3122
+ AttributeFilter: SearchAttributeFilter;
3123
+ MapFilter?: never;
3124
+ $unknown?: never;
3125
+ }
3126
+ /**
3127
+ * <p>A filter on a map attribute's key-value pair.</p>
3128
+ * @public
3129
+ */
3130
+ interface MapFilterMember {
3131
+ AndAllFilters?: never;
3132
+ OrAnyFilters?: never;
3133
+ AttributeFilter?: never;
3134
+ MapFilter: SearchMapFilter;
3135
+ $unknown?: never;
3136
+ }
3137
+ /**
3138
+ * @public
3139
+ */
3140
+ interface $UnknownMember {
3141
+ AndAllFilters?: never;
3142
+ OrAnyFilters?: never;
3143
+ AttributeFilter?: never;
3144
+ MapFilter?: never;
3145
+ $unknown: [string, any];
3146
+ }
3147
+ /**
3148
+ * @deprecated unused in schema-serde mode.
3149
+ *
3150
+ */
3151
+ interface Visitor<T> {
3152
+ AndAllFilters: (value: SearchFilterClause[]) => T;
3153
+ OrAnyFilters: (value: SearchFilterClause[]) => T;
3154
+ AttributeFilter: (value: SearchAttributeFilter) => T;
3155
+ MapFilter: (value: SearchMapFilter) => T;
3156
+ _: (name: string, value: any) => T;
3157
+ }
3158
+ }
1780
3159
  /**
1781
3160
  * <p>Specifies a version of a table.</p>
1782
3161
  * @public
@@ -2538,6 +3917,36 @@ export interface JobUpdate {
2538
3917
  */
2539
3918
  MaintenanceWindow?: string | undefined;
2540
3919
  }
3920
+ /**
3921
+ * @public
3922
+ */
3923
+ export interface SearchInput {
3924
+ /**
3925
+ * <p>The text to search for. At least one of <code>searchText</code> or <code>filterClause</code> must be provided.</p>
3926
+ * @public
3927
+ */
3928
+ SearchText?: string | undefined;
3929
+ /**
3930
+ * <p>The maximum number of results to return in the response.</p>
3931
+ * @public
3932
+ */
3933
+ MaxResults?: number | undefined;
3934
+ /**
3935
+ * <p>A continuation token, if this is a continuation call.</p>
3936
+ * @public
3937
+ */
3938
+ NextToken?: string | undefined;
3939
+ /**
3940
+ * <p>The sort criteria for the search results.</p>
3941
+ * @public
3942
+ */
3943
+ Sort?: SearchSort | undefined;
3944
+ /**
3945
+ * <p>The filter clause to apply to the search. Supports nested AND/OR logic with attribute-level and map-level filters.</p>
3946
+ * @public
3947
+ */
3948
+ FilterClause?: SearchFilterClause | undefined;
3949
+ }
2541
3950
  /**
2542
3951
  * @public
2543
3952
  */