@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,18 +1,16 @@
1
+ import { DocumentType as __DocumentType } from "@smithy/types";
1
2
  import {
2
3
  AuthenticationType,
3
4
  BackfillErrorCode,
4
5
  Comparator,
5
6
  Compatibility,
6
- ConnectionPropertyKey,
7
7
  ConnectionType,
8
8
  ConnectorOAuth2GrantType,
9
9
  ContentType,
10
10
  CrawlerHistoryState,
11
- CsvHeaderOption,
12
- CsvSerdeOption,
13
11
  DataFormat,
12
+ DQCompositeRuleEvaluationMethod,
14
13
  EnableHybridValues,
15
- ExecutionClass,
16
14
  ExistCondition,
17
15
  FieldName,
18
16
  FilterOperator,
@@ -23,6 +21,8 @@ import {
23
21
  IntegrationType,
24
22
  Language,
25
23
  LastRefreshType,
24
+ MaterializedViewRefreshState,
25
+ MaterializedViewRefreshType,
26
26
  PartitionIndexStatus,
27
27
  Permission,
28
28
  PermissionType,
@@ -33,6 +33,8 @@ import {
33
33
  SchemaDiffType,
34
34
  SchemaStatus,
35
35
  SchemaVersionStatus,
36
+ SearchFilterOperator,
37
+ SearchSortOrder,
36
38
  Sort,
37
39
  SortDirectionType,
38
40
  StatementState,
@@ -49,24 +51,19 @@ import {
49
51
  WorkerType,
50
52
  } from "./enums";
51
53
  import {
54
+ AssetFormEntry,
55
+ AssetTypeFormReference,
56
+ AssetTypeItem,
52
57
  AuditContext,
53
- AuthenticationConfigurationInput,
54
- CatalogInput,
55
- ConnectionInput,
56
- CrawlerTargets,
57
58
  CustomEntityType,
58
- DataQualityTargetTable,
59
59
  DataSource,
60
+ DevEndpoint,
60
61
  ErrorDetail,
61
62
  GlueTable,
62
- LakeFormationConfiguration,
63
- LineageConfiguration,
64
- NotificationProperty,
63
+ JobRun,
65
64
  Partition,
66
65
  PartitionValueList,
67
66
  QuerySessionContext,
68
- RecrawlPolicy,
69
- SchemaChangePolicy,
70
67
  SchemaId,
71
68
  StatisticAnnotation,
72
69
  TableOptimizer,
@@ -78,32 +75,228 @@ import {
78
75
  } from "./models_0";
79
76
  import {
80
77
  Capabilities,
81
- CatalogEntry,
82
- ColumnStatistics,
78
+ CodeGenNodeArg,
83
79
  ConnectorProperty,
84
80
  DataCatalogEncryptionSettings,
85
- DataQualityEvaluationRunAdditionalRunOptions,
81
+ DataQualityTargetTable,
86
82
  EncryptionConfiguration,
87
83
  IcebergPartitionSpec,
88
84
  IcebergSchema,
89
85
  IcebergSortOrder,
90
86
  IntegrationConfig,
91
87
  IntegrationError,
92
- JobBookmarkEntry,
93
- Location,
94
- MappingEntry,
95
- MaterializedViewRefreshTaskRun,
96
88
  ProfileConfiguration,
97
89
  RegistryId,
98
90
  ResourceUri,
99
91
  RestConfiguration,
100
92
  Session,
101
93
  SourceProcessingProperties,
94
+ SourceTableConfig,
102
95
  Tag,
103
96
  TargetProcessingProperties,
97
+ TargetTableConfig,
104
98
  TransformEncryption,
105
99
  TransformParameters,
106
100
  } from "./models_1";
101
+ export interface GetDataQualityRulesetEvaluationRunRequest {
102
+ RunId: string | undefined;
103
+ }
104
+ export interface DataQualityEvaluationRunAdditionalRunOptions {
105
+ CloudWatchMetricsEnabled?: boolean | undefined;
106
+ ResultsS3Prefix?: string | undefined;
107
+ CompositeRuleEvaluationMethod?: DQCompositeRuleEvaluationMethod | undefined;
108
+ CustomLogGroupPrefix?: string | undefined;
109
+ }
110
+ export interface GetDataQualityRulesetEvaluationRunResponse {
111
+ RunId?: string | undefined;
112
+ DataSource?: DataSource | undefined;
113
+ Role?: string | undefined;
114
+ NumberOfWorkers?: number | undefined;
115
+ Timeout?: number | undefined;
116
+ AdditionalRunOptions?:
117
+ | DataQualityEvaluationRunAdditionalRunOptions
118
+ | undefined;
119
+ Status?: TaskStatusType | undefined;
120
+ ErrorString?: string | undefined;
121
+ StartedOn?: Date | undefined;
122
+ LastModifiedOn?: Date | undefined;
123
+ CompletedOn?: Date | undefined;
124
+ ExecutionTime?: number | undefined;
125
+ RulesetNames?: string[] | undefined;
126
+ ResultIds?: string[] | undefined;
127
+ AdditionalDataSources?: Record<string, DataSource> | undefined;
128
+ }
129
+ export interface GetDevEndpointRequest {
130
+ EndpointName: string | undefined;
131
+ }
132
+ export interface GetDevEndpointResponse {
133
+ DevEndpoint?: DevEndpoint | undefined;
134
+ }
135
+ export interface GetDevEndpointsRequest {
136
+ MaxResults?: number | undefined;
137
+ NextToken?: string | undefined;
138
+ }
139
+ export interface GetDevEndpointsResponse {
140
+ DevEndpoints?: DevEndpoint[] | undefined;
141
+ NextToken?: string | undefined;
142
+ }
143
+ export interface GetEntityRecordsRequest {
144
+ ConnectionName?: string | undefined;
145
+ CatalogId?: string | undefined;
146
+ EntityName: string | undefined;
147
+ NextToken?: string | undefined;
148
+ DataStoreApiVersion?: string | undefined;
149
+ ConnectionOptions?: Record<string, string> | undefined;
150
+ FilterPredicate?: string | undefined;
151
+ Limit: number | undefined;
152
+ OrderBy?: string | undefined;
153
+ SelectedFields?: string[] | undefined;
154
+ }
155
+ export interface GetEntityRecordsResponse {
156
+ Records?: __DocumentType[] | undefined;
157
+ NextToken?: string | undefined;
158
+ }
159
+ export interface GetFormTypeRequest {
160
+ Identifier: string | undefined;
161
+ }
162
+ export interface GetFormTypeResponse {
163
+ Id?: string | undefined;
164
+ Name?: string | undefined;
165
+ Schema?: string | undefined;
166
+ }
167
+ export interface GetGlossaryRequest {
168
+ Identifier: string | undefined;
169
+ }
170
+ export interface GetGlossaryResponse {
171
+ Id?: string | undefined;
172
+ Name?: string | undefined;
173
+ Description?: string | undefined;
174
+ }
175
+ export interface GetGlossaryTermRequest {
176
+ Identifier: string | undefined;
177
+ }
178
+ export interface GetGlossaryTermResponse {
179
+ Id?: string | undefined;
180
+ GlossaryId?: string | undefined;
181
+ Name?: string | undefined;
182
+ ShortDescription?: string | undefined;
183
+ LongDescription?: string | undefined;
184
+ }
185
+ export interface GetGlueIdentityCenterConfigurationRequest {}
186
+ export interface GetGlueIdentityCenterConfigurationResponse {
187
+ ApplicationArn?: string | undefined;
188
+ InstanceArn?: string | undefined;
189
+ Scopes?: string[] | undefined;
190
+ UserBackgroundSessionsEnabled?: boolean | undefined;
191
+ }
192
+ export interface GetIntegrationResourcePropertyRequest {
193
+ ResourceArn: string | undefined;
194
+ }
195
+ export interface GetIntegrationResourcePropertyResponse {
196
+ ResourceArn?: string | undefined;
197
+ ResourcePropertyArn?: string | undefined;
198
+ SourceProcessingProperties?: SourceProcessingProperties | undefined;
199
+ TargetProcessingProperties?: TargetProcessingProperties | undefined;
200
+ }
201
+ export interface GetIntegrationTablePropertiesRequest {
202
+ ResourceArn: string | undefined;
203
+ TableName: string | undefined;
204
+ }
205
+ export interface GetIntegrationTablePropertiesResponse {
206
+ ResourceArn?: string | undefined;
207
+ TableName?: string | undefined;
208
+ SourceTableConfig?: SourceTableConfig | undefined;
209
+ TargetTableConfig?: TargetTableConfig | undefined;
210
+ }
211
+ export interface GetJobRequest {
212
+ JobName: string | undefined;
213
+ }
214
+ export interface GetJobBookmarkRequest {
215
+ JobName: string | undefined;
216
+ RunId?: string | undefined;
217
+ }
218
+ export interface JobBookmarkEntry {
219
+ JobName?: string | undefined;
220
+ Version?: number | undefined;
221
+ Run?: number | undefined;
222
+ Attempt?: number | undefined;
223
+ PreviousRunId?: string | undefined;
224
+ RunId?: string | undefined;
225
+ JobBookmark?: string | undefined;
226
+ }
227
+ export interface GetJobBookmarkResponse {
228
+ JobBookmarkEntry?: JobBookmarkEntry | undefined;
229
+ }
230
+ export interface GetJobRunRequest {
231
+ JobName: string | undefined;
232
+ RunId: string | undefined;
233
+ PredecessorsIncluded?: boolean | undefined;
234
+ }
235
+ export interface GetJobRunResponse {
236
+ JobRun?: JobRun | undefined;
237
+ }
238
+ export interface GetJobRunsRequest {
239
+ JobName: string | undefined;
240
+ NextToken?: string | undefined;
241
+ MaxResults?: number | undefined;
242
+ }
243
+ export interface GetJobRunsResponse {
244
+ JobRuns?: JobRun[] | undefined;
245
+ NextToken?: string | undefined;
246
+ }
247
+ export interface GetJobsRequest {
248
+ NextToken?: string | undefined;
249
+ MaxResults?: number | undefined;
250
+ }
251
+ export interface Location {
252
+ Jdbc?: CodeGenNodeArg[] | undefined;
253
+ S3?: CodeGenNodeArg[] | undefined;
254
+ DynamoDB?: CodeGenNodeArg[] | undefined;
255
+ }
256
+ export interface CatalogEntry {
257
+ DatabaseName: string | undefined;
258
+ TableName: string | undefined;
259
+ }
260
+ export interface GetMappingRequest {
261
+ Source: CatalogEntry | undefined;
262
+ Sinks?: CatalogEntry[] | undefined;
263
+ Location?: Location | undefined;
264
+ }
265
+ export interface MappingEntry {
266
+ SourceTable?: string | undefined;
267
+ SourcePath?: string | undefined;
268
+ SourceType?: string | undefined;
269
+ TargetTable?: string | undefined;
270
+ TargetPath?: string | undefined;
271
+ TargetType?: string | undefined;
272
+ }
273
+ export interface GetMappingResponse {
274
+ Mapping: MappingEntry[] | undefined;
275
+ }
276
+ export interface GetMaterializedViewRefreshTaskRunRequest {
277
+ CatalogId: string | undefined;
278
+ MaterializedViewRefreshTaskRunId: string | undefined;
279
+ }
280
+ export interface MaterializedViewRefreshTaskRun {
281
+ CustomerId?: string | undefined;
282
+ MaterializedViewRefreshTaskRunId?: string | undefined;
283
+ DatabaseName?: string | undefined;
284
+ TableName?: string | undefined;
285
+ CatalogId?: string | undefined;
286
+ Role?: string | undefined;
287
+ Status?: MaterializedViewRefreshState | undefined;
288
+ CreationTime?: Date | undefined;
289
+ LastUpdated?: Date | undefined;
290
+ StartTime?: Date | undefined;
291
+ EndTime?: Date | undefined;
292
+ ErrorMessage?: string | undefined;
293
+ DPUSeconds?: number | undefined;
294
+ RefreshType?: MaterializedViewRefreshType | undefined;
295
+ ProcessedBytes?: number | undefined;
296
+ }
297
+ export interface GetMaterializedViewRefreshTaskRunResponse {
298
+ MaterializedViewRefreshTaskRun?: MaterializedViewRefreshTaskRun | undefined;
299
+ }
107
300
  export interface GetMLTaskRunRequest {
108
301
  TransformId: string | undefined;
109
302
  TaskRunId: string | undefined;
@@ -747,6 +940,14 @@ export interface ImportCatalogToGlueRequest {
747
940
  CatalogId?: string | undefined;
748
941
  }
749
942
  export interface ImportCatalogToGlueResponse {}
943
+ export interface ListAssetTypesRequest {
944
+ MaxResults?: number | undefined;
945
+ NextToken?: string | undefined;
946
+ }
947
+ export interface ListAssetTypesResponse {
948
+ Items?: AssetTypeItem[] | undefined;
949
+ NextToken?: string | undefined;
950
+ }
750
951
  export interface ListBlueprintsRequest {
751
952
  NextToken?: string | undefined;
752
953
  MaxResults?: number | undefined;
@@ -996,6 +1197,45 @@ export interface ListEntitiesResponse {
996
1197
  Entities?: Entity[] | undefined;
997
1198
  NextToken?: string | undefined;
998
1199
  }
1200
+ export interface ListFormTypesRequest {
1201
+ MaxResults?: number | undefined;
1202
+ NextToken?: string | undefined;
1203
+ }
1204
+ export interface FormTypeItem {
1205
+ Id?: string | undefined;
1206
+ Name?: string | undefined;
1207
+ }
1208
+ export interface ListFormTypesResponse {
1209
+ Items: FormTypeItem[] | undefined;
1210
+ NextToken?: string | undefined;
1211
+ }
1212
+ export interface ListGlossariesRequest {
1213
+ MaxResults?: number | undefined;
1214
+ NextToken?: string | undefined;
1215
+ }
1216
+ export interface GlossaryItem {
1217
+ Id?: string | undefined;
1218
+ Name?: string | undefined;
1219
+ Description?: string | undefined;
1220
+ }
1221
+ export interface ListGlossariesResponse {
1222
+ Items?: GlossaryItem[] | undefined;
1223
+ NextToken?: string | undefined;
1224
+ }
1225
+ export interface ListGlossaryTermsRequest {
1226
+ GlossaryIdentifier: string | undefined;
1227
+ MaxResults?: number | undefined;
1228
+ NextToken?: string | undefined;
1229
+ }
1230
+ export interface GlossaryTermItem {
1231
+ Id?: string | undefined;
1232
+ Name?: string | undefined;
1233
+ ShortDescription?: string | undefined;
1234
+ }
1235
+ export interface ListGlossaryTermsResponse {
1236
+ Items?: GlossaryTermItem[] | undefined;
1237
+ NextToken?: string | undefined;
1238
+ }
999
1239
  export interface IntegrationResourcePropertyFilter {
1000
1240
  Name?: string | undefined;
1001
1241
  Values?: string[] | undefined;
@@ -1015,6 +1255,22 @@ export interface ListIntegrationResourcePropertiesResponse {
1015
1255
  IntegrationResourcePropertyList?: IntegrationResourceProperty[] | undefined;
1016
1256
  Marker?: string | undefined;
1017
1257
  }
1258
+ export interface ListIterableFormsRequest {
1259
+ AssetIdentifier: string | undefined;
1260
+ IterableFormName: string | undefined;
1261
+ MaxResults?: number | undefined;
1262
+ NextToken?: string | undefined;
1263
+ }
1264
+ export interface IterableFormListItem {
1265
+ ItemId?: string | undefined;
1266
+ ItemName?: string | undefined;
1267
+ Description?: string | undefined;
1268
+ GlossaryTerms?: string[] | undefined;
1269
+ }
1270
+ export interface ListIterableFormsResponse {
1271
+ Items?: IterableFormListItem[] | undefined;
1272
+ NextToken?: string | undefined;
1273
+ }
1018
1274
  export interface ListJobsRequest {
1019
1275
  NextToken?: string | undefined;
1020
1276
  MaxResults?: number | undefined;
@@ -1187,6 +1443,47 @@ export interface ModifyIntegrationResponse {
1187
1443
  DataFilter?: string | undefined;
1188
1444
  IntegrationConfig?: IntegrationConfig | undefined;
1189
1445
  }
1446
+ export interface PutAssetRequest {
1447
+ AssetTypeId: string | undefined;
1448
+ Identifier: string | undefined;
1449
+ Name: string | undefined;
1450
+ Description?: string | undefined;
1451
+ Forms: Record<string, AssetFormEntry> | undefined;
1452
+ ClientToken?: string | undefined;
1453
+ }
1454
+ export interface PutAssetResponse {
1455
+ Id: string | undefined;
1456
+ Name: string | undefined;
1457
+ Description?: string | undefined;
1458
+ CreatedAt?: Date | undefined;
1459
+ Forms?: Record<string, AssetFormEntry> | undefined;
1460
+ }
1461
+ export interface PutAssetTypeRequest {
1462
+ Name: string | undefined;
1463
+ Forms: Record<string, AssetTypeFormReference> | undefined;
1464
+ ClientToken?: string | undefined;
1465
+ }
1466
+ export interface PutAssetTypeResponse {
1467
+ Id?: string | undefined;
1468
+ Name?: string | undefined;
1469
+ Forms?: Record<string, AssetTypeFormReference> | undefined;
1470
+ }
1471
+ export interface PutAttachmentRequest {
1472
+ AssetIdentifier: string | undefined;
1473
+ IterableFormName?: string | undefined;
1474
+ ItemIdentifier?: string | undefined;
1475
+ AttachmentName: string | undefined;
1476
+ Content: string | undefined;
1477
+ FormTypeId: string | undefined;
1478
+ ClientToken?: string | undefined;
1479
+ }
1480
+ export interface PutAttachmentResponse {
1481
+ AssetId?: string | undefined;
1482
+ IterableFormName?: string | undefined;
1483
+ ItemIdentifier?: string | undefined;
1484
+ AttachmentName?: string | undefined;
1485
+ FormTypeId?: string | undefined;
1486
+ }
1190
1487
  export interface PutDataCatalogEncryptionSettingsRequest {
1191
1488
  CatalogId?: string | undefined;
1192
1489
  DataCatalogEncryptionSettings: DataCatalogEncryptionSettings | undefined;
@@ -1197,6 +1494,16 @@ export interface PutDataQualityProfileAnnotationRequest {
1197
1494
  InclusionAnnotation: InclusionAnnotationValue | undefined;
1198
1495
  }
1199
1496
  export interface PutDataQualityProfileAnnotationResponse {}
1497
+ export interface PutFormTypeRequest {
1498
+ Name: string | undefined;
1499
+ Schema: string | undefined;
1500
+ ClientToken?: string | undefined;
1501
+ }
1502
+ export interface PutFormTypeResponse {
1503
+ Id?: string | undefined;
1504
+ Name?: string | undefined;
1505
+ Schema?: string | undefined;
1506
+ }
1200
1507
  export interface PutResourcePolicyRequest {
1201
1508
  PolicyInJson: string | undefined;
1202
1509
  ResourceArn?: string | undefined;
@@ -1372,6 +1679,74 @@ export interface RunStatementRequest {
1372
1679
  export interface RunStatementResponse {
1373
1680
  Id?: number | undefined;
1374
1681
  }
1682
+ export type SearchFilterValue =
1683
+ | SearchFilterValue.LongValueMember
1684
+ | SearchFilterValue.StringValueMember
1685
+ | SearchFilterValue.$UnknownMember;
1686
+ export declare namespace SearchFilterValue {
1687
+ interface StringValueMember {
1688
+ StringValue: string;
1689
+ LongValue?: never;
1690
+ $unknown?: never;
1691
+ }
1692
+ interface LongValueMember {
1693
+ StringValue?: never;
1694
+ LongValue: number;
1695
+ $unknown?: never;
1696
+ }
1697
+ interface $UnknownMember {
1698
+ StringValue?: never;
1699
+ LongValue?: never;
1700
+ $unknown: [string, any];
1701
+ }
1702
+ interface Visitor<T> {
1703
+ StringValue: (value: string) => T;
1704
+ LongValue: (value: number) => T;
1705
+ _: (name: string, value: any) => T;
1706
+ }
1707
+ }
1708
+ export interface SearchAttributeFilter {
1709
+ Attribute: string | undefined;
1710
+ Operator: SearchFilterOperator | undefined;
1711
+ Value?: SearchFilterValue | undefined;
1712
+ }
1713
+ export type SearchMapFilterValue =
1714
+ | SearchMapFilterValue.StringValueMember
1715
+ | SearchMapFilterValue.$UnknownMember;
1716
+ export declare namespace SearchMapFilterValue {
1717
+ interface StringValueMember {
1718
+ StringValue: string;
1719
+ $unknown?: never;
1720
+ }
1721
+ interface $UnknownMember {
1722
+ StringValue?: never;
1723
+ $unknown: [string, any];
1724
+ }
1725
+ interface Visitor<T> {
1726
+ StringValue: (value: string) => T;
1727
+ _: (name: string, value: any) => T;
1728
+ }
1729
+ }
1730
+ export interface SearchMapFilter {
1731
+ Attribute: string | undefined;
1732
+ Key: string | undefined;
1733
+ Value: SearchMapFilterValue | undefined;
1734
+ }
1735
+ export interface SearchSort {
1736
+ Attribute: string | undefined;
1737
+ Order?: SearchSortOrder | undefined;
1738
+ }
1739
+ export interface SearchResultItem {
1740
+ Id?: string | undefined;
1741
+ AssetName?: string | undefined;
1742
+ AssetDescription?: string | undefined;
1743
+ UpdatedAt?: Date | undefined;
1744
+ AssetTypeId?: string | undefined;
1745
+ }
1746
+ export interface SearchOutput {
1747
+ Items?: SearchResultItem[] | undefined;
1748
+ NextToken?: string | undefined;
1749
+ }
1375
1750
  export interface PropertyPredicate {
1376
1751
  Key?: string | undefined;
1377
1752
  Value?: string | undefined;
@@ -1420,275 +1795,3 @@ export interface StartCrawlerRequest {
1420
1795
  Name: string | undefined;
1421
1796
  }
1422
1797
  export interface StartCrawlerResponse {}
1423
- export interface StartCrawlerScheduleRequest {
1424
- CrawlerName: string | undefined;
1425
- }
1426
- export interface StartCrawlerScheduleResponse {}
1427
- export interface StartDataQualityRuleRecommendationRunRequest {
1428
- DataSource: DataSource | undefined;
1429
- Role: string | undefined;
1430
- NumberOfWorkers?: number | undefined;
1431
- Timeout?: number | undefined;
1432
- CreatedRulesetName?: string | undefined;
1433
- DataQualitySecurityConfiguration?: string | undefined;
1434
- ClientToken?: string | undefined;
1435
- }
1436
- export interface StartDataQualityRuleRecommendationRunResponse {
1437
- RunId?: string | undefined;
1438
- }
1439
- export interface StartDataQualityRulesetEvaluationRunRequest {
1440
- DataSource: DataSource | undefined;
1441
- Role: string | undefined;
1442
- NumberOfWorkers?: number | undefined;
1443
- Timeout?: number | undefined;
1444
- ClientToken?: string | undefined;
1445
- AdditionalRunOptions?:
1446
- | DataQualityEvaluationRunAdditionalRunOptions
1447
- | undefined;
1448
- RulesetNames: string[] | undefined;
1449
- AdditionalDataSources?: Record<string, DataSource> | undefined;
1450
- }
1451
- export interface StartDataQualityRulesetEvaluationRunResponse {
1452
- RunId?: string | undefined;
1453
- }
1454
- export interface StartExportLabelsTaskRunRequest {
1455
- TransformId: string | undefined;
1456
- OutputS3Path: string | undefined;
1457
- }
1458
- export interface StartExportLabelsTaskRunResponse {
1459
- TaskRunId?: string | undefined;
1460
- }
1461
- export interface StartImportLabelsTaskRunRequest {
1462
- TransformId: string | undefined;
1463
- InputS3Path: string | undefined;
1464
- ReplaceAllLabels?: boolean | undefined;
1465
- }
1466
- export interface StartImportLabelsTaskRunResponse {
1467
- TaskRunId?: string | undefined;
1468
- }
1469
- export interface StartJobRunRequest {
1470
- JobName: string | undefined;
1471
- JobRunQueuingEnabled?: boolean | undefined;
1472
- JobRunId?: string | undefined;
1473
- Arguments?: Record<string, string> | undefined;
1474
- AllocatedCapacity?: number | undefined;
1475
- Timeout?: number | undefined;
1476
- MaxCapacity?: number | undefined;
1477
- SecurityConfiguration?: string | undefined;
1478
- NotificationProperty?: NotificationProperty | undefined;
1479
- WorkerType?: WorkerType | undefined;
1480
- NumberOfWorkers?: number | undefined;
1481
- ExecutionClass?: ExecutionClass | undefined;
1482
- ExecutionRoleSessionPolicy?: string | undefined;
1483
- }
1484
- export interface StartJobRunResponse {
1485
- JobRunId?: string | undefined;
1486
- }
1487
- export interface StartMaterializedViewRefreshTaskRunRequest {
1488
- CatalogId: string | undefined;
1489
- DatabaseName: string | undefined;
1490
- TableName: string | undefined;
1491
- FullRefresh?: boolean | undefined;
1492
- }
1493
- export interface StartMaterializedViewRefreshTaskRunResponse {
1494
- MaterializedViewRefreshTaskRunId?: string | undefined;
1495
- }
1496
- export interface StartMLEvaluationTaskRunRequest {
1497
- TransformId: string | undefined;
1498
- }
1499
- export interface StartMLEvaluationTaskRunResponse {
1500
- TaskRunId?: string | undefined;
1501
- }
1502
- export interface StartMLLabelingSetGenerationTaskRunRequest {
1503
- TransformId: string | undefined;
1504
- OutputS3Path: string | undefined;
1505
- }
1506
- export interface StartMLLabelingSetGenerationTaskRunResponse {
1507
- TaskRunId?: string | undefined;
1508
- }
1509
- export interface StartTriggerRequest {
1510
- Name: string | undefined;
1511
- }
1512
- export interface StartTriggerResponse {
1513
- Name?: string | undefined;
1514
- }
1515
- export interface StartWorkflowRunRequest {
1516
- Name: string | undefined;
1517
- RunProperties?: Record<string, string> | undefined;
1518
- }
1519
- export interface StartWorkflowRunResponse {
1520
- RunId?: string | undefined;
1521
- }
1522
- export interface StopColumnStatisticsTaskRunRequest {
1523
- DatabaseName: string | undefined;
1524
- TableName: string | undefined;
1525
- }
1526
- export interface StopColumnStatisticsTaskRunResponse {}
1527
- export interface StopColumnStatisticsTaskRunScheduleRequest {
1528
- DatabaseName: string | undefined;
1529
- TableName: string | undefined;
1530
- }
1531
- export interface StopColumnStatisticsTaskRunScheduleResponse {}
1532
- export interface StopCrawlerRequest {
1533
- Name: string | undefined;
1534
- }
1535
- export interface StopCrawlerResponse {}
1536
- export interface StopCrawlerScheduleRequest {
1537
- CrawlerName: string | undefined;
1538
- }
1539
- export interface StopCrawlerScheduleResponse {}
1540
- export interface StopMaterializedViewRefreshTaskRunRequest {
1541
- CatalogId: string | undefined;
1542
- DatabaseName: string | undefined;
1543
- TableName: string | undefined;
1544
- }
1545
- export interface StopMaterializedViewRefreshTaskRunResponse {}
1546
- export interface StopSessionRequest {
1547
- Id: string | undefined;
1548
- RequestOrigin?: string | undefined;
1549
- }
1550
- export interface StopSessionResponse {
1551
- Id?: string | undefined;
1552
- }
1553
- export interface StopTriggerRequest {
1554
- Name: string | undefined;
1555
- }
1556
- export interface StopTriggerResponse {
1557
- Name?: string | undefined;
1558
- }
1559
- export interface StopWorkflowRunRequest {
1560
- Name: string | undefined;
1561
- RunId: string | undefined;
1562
- }
1563
- export interface StopWorkflowRunResponse {}
1564
- export interface TagResourceRequest {
1565
- ResourceArn: string | undefined;
1566
- TagsToAdd: Record<string, string> | undefined;
1567
- }
1568
- export interface TagResourceResponse {}
1569
- export interface TestConnectionInput {
1570
- ConnectionType: ConnectionType | undefined;
1571
- ConnectionProperties:
1572
- | Partial<Record<ConnectionPropertyKey, string>>
1573
- | undefined;
1574
- AuthenticationConfiguration?: AuthenticationConfigurationInput | undefined;
1575
- }
1576
- export interface TestConnectionRequest {
1577
- ConnectionName?: string | undefined;
1578
- CatalogId?: string | undefined;
1579
- TestConnectionInput?: TestConnectionInput | undefined;
1580
- }
1581
- export interface TestConnectionResponse {}
1582
- export interface UntagResourceRequest {
1583
- ResourceArn: string | undefined;
1584
- TagsToRemove: string[] | undefined;
1585
- }
1586
- export interface UntagResourceResponse {}
1587
- export interface UpdateBlueprintRequest {
1588
- Name: string | undefined;
1589
- Description?: string | undefined;
1590
- BlueprintLocation: string | undefined;
1591
- }
1592
- export interface UpdateBlueprintResponse {
1593
- Name?: string | undefined;
1594
- }
1595
- export interface UpdateCatalogRequest {
1596
- CatalogId: string | undefined;
1597
- CatalogInput: CatalogInput | undefined;
1598
- }
1599
- export interface UpdateCatalogResponse {}
1600
- export interface UpdateCsvClassifierRequest {
1601
- Name: string | undefined;
1602
- Delimiter?: string | undefined;
1603
- QuoteSymbol?: string | undefined;
1604
- ContainsHeader?: CsvHeaderOption | undefined;
1605
- Header?: string[] | undefined;
1606
- DisableValueTrimming?: boolean | undefined;
1607
- AllowSingleColumn?: boolean | undefined;
1608
- CustomDatatypeConfigured?: boolean | undefined;
1609
- CustomDatatypes?: string[] | undefined;
1610
- Serde?: CsvSerdeOption | undefined;
1611
- }
1612
- export interface UpdateGrokClassifierRequest {
1613
- Name: string | undefined;
1614
- Classification?: string | undefined;
1615
- GrokPattern?: string | undefined;
1616
- CustomPatterns?: string | undefined;
1617
- }
1618
- export interface UpdateJsonClassifierRequest {
1619
- Name: string | undefined;
1620
- JsonPath?: string | undefined;
1621
- }
1622
- export interface UpdateXMLClassifierRequest {
1623
- Name: string | undefined;
1624
- Classification?: string | undefined;
1625
- RowTag?: string | undefined;
1626
- }
1627
- export interface UpdateClassifierRequest {
1628
- GrokClassifier?: UpdateGrokClassifierRequest | undefined;
1629
- XMLClassifier?: UpdateXMLClassifierRequest | undefined;
1630
- JsonClassifier?: UpdateJsonClassifierRequest | undefined;
1631
- CsvClassifier?: UpdateCsvClassifierRequest | undefined;
1632
- }
1633
- export interface UpdateClassifierResponse {}
1634
- export interface UpdateColumnStatisticsForPartitionRequest {
1635
- CatalogId?: string | undefined;
1636
- DatabaseName: string | undefined;
1637
- TableName: string | undefined;
1638
- PartitionValues: string[] | undefined;
1639
- ColumnStatisticsList: ColumnStatistics[] | undefined;
1640
- }
1641
- export interface ColumnStatisticsError {
1642
- ColumnStatistics?: ColumnStatistics | undefined;
1643
- Error?: ErrorDetail | undefined;
1644
- }
1645
- export interface UpdateColumnStatisticsForPartitionResponse {
1646
- Errors?: ColumnStatisticsError[] | undefined;
1647
- }
1648
- export interface UpdateColumnStatisticsForTableRequest {
1649
- CatalogId?: string | undefined;
1650
- DatabaseName: string | undefined;
1651
- TableName: string | undefined;
1652
- ColumnStatisticsList: ColumnStatistics[] | undefined;
1653
- }
1654
- export interface UpdateColumnStatisticsForTableResponse {
1655
- Errors?: ColumnStatisticsError[] | undefined;
1656
- }
1657
- export interface UpdateColumnStatisticsTaskSettingsRequest {
1658
- DatabaseName: string | undefined;
1659
- TableName: string | undefined;
1660
- Role?: string | undefined;
1661
- Schedule?: string | undefined;
1662
- ColumnNameList?: string[] | undefined;
1663
- SampleSize?: number | undefined;
1664
- CatalogID?: string | undefined;
1665
- SecurityConfiguration?: string | undefined;
1666
- }
1667
- export interface UpdateColumnStatisticsTaskSettingsResponse {}
1668
- export interface UpdateConnectionRequest {
1669
- CatalogId?: string | undefined;
1670
- Name: string | undefined;
1671
- ConnectionInput: ConnectionInput | undefined;
1672
- }
1673
- export interface UpdateConnectionResponse {}
1674
- export interface UpdateCrawlerRequest {
1675
- Name: string | undefined;
1676
- Role?: string | undefined;
1677
- DatabaseName?: string | undefined;
1678
- Description?: string | undefined;
1679
- Targets?: CrawlerTargets | undefined;
1680
- Schedule?: string | undefined;
1681
- Classifiers?: string[] | undefined;
1682
- TablePrefix?: string | undefined;
1683
- SchemaChangePolicy?: SchemaChangePolicy | undefined;
1684
- RecrawlPolicy?: RecrawlPolicy | undefined;
1685
- LineageConfiguration?: LineageConfiguration | undefined;
1686
- LakeFormationConfiguration?: LakeFormationConfiguration | undefined;
1687
- Configuration?: string | undefined;
1688
- CrawlerSecurityConfiguration?: string | undefined;
1689
- }
1690
- export interface UpdateCrawlerResponse {}
1691
- export interface UpdateCrawlerScheduleRequest {
1692
- CrawlerName: string | undefined;
1693
- Schedule?: string | undefined;
1694
- }