@aws-sdk/client-glue 3.296.0 → 3.297.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 (248) hide show
  1. package/dist-types/Glue.d.ts +203 -0
  2. package/dist-types/GlueClient.d.ts +24 -4
  3. package/dist-types/commands/BatchCreatePartitionCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchDeletePartitionCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchDeleteTableCommand.d.ts +16 -0
  7. package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +16 -0
  8. package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +16 -0
  9. package/dist-types/commands/BatchGetCrawlersCommand.d.ts +16 -0
  10. package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +16 -0
  11. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +16 -0
  12. package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +16 -0
  13. package/dist-types/commands/BatchGetJobsCommand.d.ts +16 -0
  14. package/dist-types/commands/BatchGetPartitionCommand.d.ts +16 -0
  15. package/dist-types/commands/BatchGetTriggersCommand.d.ts +16 -0
  16. package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +16 -0
  17. package/dist-types/commands/BatchStopJobRunCommand.d.ts +16 -0
  18. package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +16 -0
  19. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +16 -0
  20. package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +16 -0
  21. package/dist-types/commands/CancelMLTaskRunCommand.d.ts +16 -0
  22. package/dist-types/commands/CancelStatementCommand.d.ts +16 -0
  23. package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateBlueprintCommand.d.ts +16 -0
  25. package/dist-types/commands/CreateClassifierCommand.d.ts +16 -0
  26. package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
  27. package/dist-types/commands/CreateCrawlerCommand.d.ts +16 -0
  28. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +16 -0
  29. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +16 -0
  30. package/dist-types/commands/CreateDatabaseCommand.d.ts +16 -0
  31. package/dist-types/commands/CreateDevEndpointCommand.d.ts +16 -0
  32. package/dist-types/commands/CreateJobCommand.d.ts +16 -0
  33. package/dist-types/commands/CreateMLTransformCommand.d.ts +16 -0
  34. package/dist-types/commands/CreatePartitionCommand.d.ts +16 -0
  35. package/dist-types/commands/CreatePartitionIndexCommand.d.ts +16 -0
  36. package/dist-types/commands/CreateRegistryCommand.d.ts +16 -0
  37. package/dist-types/commands/CreateSchemaCommand.d.ts +16 -0
  38. package/dist-types/commands/CreateScriptCommand.d.ts +16 -0
  39. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +16 -0
  40. package/dist-types/commands/CreateSessionCommand.d.ts +16 -0
  41. package/dist-types/commands/CreateTableCommand.d.ts +16 -0
  42. package/dist-types/commands/CreateTriggerCommand.d.ts +16 -0
  43. package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +16 -0
  44. package/dist-types/commands/CreateWorkflowCommand.d.ts +16 -0
  45. package/dist-types/commands/DeleteBlueprintCommand.d.ts +16 -0
  46. package/dist-types/commands/DeleteClassifierCommand.d.ts +16 -0
  47. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +16 -0
  48. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +16 -0
  49. package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
  50. package/dist-types/commands/DeleteCrawlerCommand.d.ts +16 -0
  51. package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +16 -0
  52. package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +16 -0
  53. package/dist-types/commands/DeleteDatabaseCommand.d.ts +16 -0
  54. package/dist-types/commands/DeleteDevEndpointCommand.d.ts +16 -0
  55. package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
  56. package/dist-types/commands/DeleteMLTransformCommand.d.ts +16 -0
  57. package/dist-types/commands/DeletePartitionCommand.d.ts +16 -0
  58. package/dist-types/commands/DeletePartitionIndexCommand.d.ts +16 -0
  59. package/dist-types/commands/DeleteRegistryCommand.d.ts +16 -0
  60. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  61. package/dist-types/commands/DeleteSchemaCommand.d.ts +16 -0
  62. package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +16 -0
  63. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +16 -0
  64. package/dist-types/commands/DeleteSessionCommand.d.ts +16 -0
  65. package/dist-types/commands/DeleteTableCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteTableVersionCommand.d.ts +16 -0
  67. package/dist-types/commands/DeleteTriggerCommand.d.ts +16 -0
  68. package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +16 -0
  69. package/dist-types/commands/DeleteWorkflowCommand.d.ts +16 -0
  70. package/dist-types/commands/GetBlueprintCommand.d.ts +16 -0
  71. package/dist-types/commands/GetBlueprintRunCommand.d.ts +16 -0
  72. package/dist-types/commands/GetBlueprintRunsCommand.d.ts +16 -0
  73. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +16 -0
  74. package/dist-types/commands/GetClassifierCommand.d.ts +16 -0
  75. package/dist-types/commands/GetClassifiersCommand.d.ts +16 -0
  76. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +16 -0
  77. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +16 -0
  78. package/dist-types/commands/GetConnectionCommand.d.ts +16 -0
  79. package/dist-types/commands/GetConnectionsCommand.d.ts +16 -0
  80. package/dist-types/commands/GetCrawlerCommand.d.ts +16 -0
  81. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +16 -0
  82. package/dist-types/commands/GetCrawlersCommand.d.ts +16 -0
  83. package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +16 -0
  84. package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +16 -0
  85. package/dist-types/commands/GetDataQualityResultCommand.d.ts +16 -0
  86. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +16 -0
  87. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +16 -0
  88. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +16 -0
  89. package/dist-types/commands/GetDatabaseCommand.d.ts +16 -0
  90. package/dist-types/commands/GetDatabasesCommand.d.ts +16 -0
  91. package/dist-types/commands/GetDataflowGraphCommand.d.ts +16 -0
  92. package/dist-types/commands/GetDevEndpointCommand.d.ts +16 -0
  93. package/dist-types/commands/GetDevEndpointsCommand.d.ts +16 -0
  94. package/dist-types/commands/GetJobBookmarkCommand.d.ts +16 -0
  95. package/dist-types/commands/GetJobCommand.d.ts +16 -0
  96. package/dist-types/commands/GetJobRunCommand.d.ts +16 -0
  97. package/dist-types/commands/GetJobRunsCommand.d.ts +16 -0
  98. package/dist-types/commands/GetJobsCommand.d.ts +16 -0
  99. package/dist-types/commands/GetMLTaskRunCommand.d.ts +16 -0
  100. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +16 -0
  101. package/dist-types/commands/GetMLTransformCommand.d.ts +16 -0
  102. package/dist-types/commands/GetMLTransformsCommand.d.ts +16 -0
  103. package/dist-types/commands/GetMappingCommand.d.ts +16 -0
  104. package/dist-types/commands/GetPartitionCommand.d.ts +16 -0
  105. package/dist-types/commands/GetPartitionIndexesCommand.d.ts +16 -0
  106. package/dist-types/commands/GetPartitionsCommand.d.ts +16 -0
  107. package/dist-types/commands/GetPlanCommand.d.ts +16 -0
  108. package/dist-types/commands/GetRegistryCommand.d.ts +16 -0
  109. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +16 -0
  110. package/dist-types/commands/GetResourcePolicyCommand.d.ts +16 -0
  111. package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +16 -0
  112. package/dist-types/commands/GetSchemaCommand.d.ts +16 -0
  113. package/dist-types/commands/GetSchemaVersionCommand.d.ts +16 -0
  114. package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +16 -0
  115. package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +16 -0
  116. package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +16 -0
  117. package/dist-types/commands/GetSessionCommand.d.ts +16 -0
  118. package/dist-types/commands/GetStatementCommand.d.ts +16 -0
  119. package/dist-types/commands/GetTableCommand.d.ts +16 -0
  120. package/dist-types/commands/GetTableVersionCommand.d.ts +16 -0
  121. package/dist-types/commands/GetTableVersionsCommand.d.ts +16 -0
  122. package/dist-types/commands/GetTablesCommand.d.ts +16 -0
  123. package/dist-types/commands/GetTagsCommand.d.ts +16 -0
  124. package/dist-types/commands/GetTriggerCommand.d.ts +16 -0
  125. package/dist-types/commands/GetTriggersCommand.d.ts +16 -0
  126. package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +16 -0
  127. package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +16 -0
  128. package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +16 -0
  129. package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +16 -0
  130. package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +16 -0
  131. package/dist-types/commands/GetWorkflowCommand.d.ts +16 -0
  132. package/dist-types/commands/GetWorkflowRunCommand.d.ts +16 -0
  133. package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +16 -0
  134. package/dist-types/commands/GetWorkflowRunsCommand.d.ts +16 -0
  135. package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +16 -0
  136. package/dist-types/commands/ListBlueprintsCommand.d.ts +16 -0
  137. package/dist-types/commands/ListCrawlersCommand.d.ts +16 -0
  138. package/dist-types/commands/ListCrawlsCommand.d.ts +16 -0
  139. package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +16 -0
  140. package/dist-types/commands/ListDataQualityResultsCommand.d.ts +16 -0
  141. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +16 -0
  142. package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +16 -0
  143. package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +16 -0
  144. package/dist-types/commands/ListDevEndpointsCommand.d.ts +16 -0
  145. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  146. package/dist-types/commands/ListMLTransformsCommand.d.ts +16 -0
  147. package/dist-types/commands/ListRegistriesCommand.d.ts +16 -0
  148. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +16 -0
  149. package/dist-types/commands/ListSchemasCommand.d.ts +16 -0
  150. package/dist-types/commands/ListSessionsCommand.d.ts +16 -0
  151. package/dist-types/commands/ListStatementsCommand.d.ts +16 -0
  152. package/dist-types/commands/ListTriggersCommand.d.ts +16 -0
  153. package/dist-types/commands/ListWorkflowsCommand.d.ts +16 -0
  154. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +16 -0
  155. package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
  156. package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +16 -0
  157. package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +16 -0
  158. package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +16 -0
  159. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +16 -0
  160. package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +16 -0
  161. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +16 -0
  162. package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +16 -0
  163. package/dist-types/commands/RunStatementCommand.d.ts +16 -0
  164. package/dist-types/commands/SearchTablesCommand.d.ts +16 -0
  165. package/dist-types/commands/StartBlueprintRunCommand.d.ts +16 -0
  166. package/dist-types/commands/StartCrawlerCommand.d.ts +16 -0
  167. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +16 -0
  168. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +16 -0
  169. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +16 -0
  170. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +16 -0
  171. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +16 -0
  172. package/dist-types/commands/StartJobRunCommand.d.ts +16 -0
  173. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +16 -0
  174. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +16 -0
  175. package/dist-types/commands/StartTriggerCommand.d.ts +16 -0
  176. package/dist-types/commands/StartWorkflowRunCommand.d.ts +16 -0
  177. package/dist-types/commands/StopCrawlerCommand.d.ts +16 -0
  178. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +16 -0
  179. package/dist-types/commands/StopSessionCommand.d.ts +16 -0
  180. package/dist-types/commands/StopTriggerCommand.d.ts +16 -0
  181. package/dist-types/commands/StopWorkflowRunCommand.d.ts +16 -0
  182. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  183. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  184. package/dist-types/commands/UpdateBlueprintCommand.d.ts +16 -0
  185. package/dist-types/commands/UpdateClassifierCommand.d.ts +16 -0
  186. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +16 -0
  187. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +16 -0
  188. package/dist-types/commands/UpdateConnectionCommand.d.ts +16 -0
  189. package/dist-types/commands/UpdateCrawlerCommand.d.ts +16 -0
  190. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +16 -0
  191. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +16 -0
  192. package/dist-types/commands/UpdateDatabaseCommand.d.ts +16 -0
  193. package/dist-types/commands/UpdateDevEndpointCommand.d.ts +16 -0
  194. package/dist-types/commands/UpdateJobCommand.d.ts +16 -0
  195. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +16 -0
  196. package/dist-types/commands/UpdateMLTransformCommand.d.ts +16 -0
  197. package/dist-types/commands/UpdatePartitionCommand.d.ts +16 -0
  198. package/dist-types/commands/UpdateRegistryCommand.d.ts +16 -0
  199. package/dist-types/commands/UpdateSchemaCommand.d.ts +16 -0
  200. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +16 -0
  201. package/dist-types/commands/UpdateTableCommand.d.ts +16 -0
  202. package/dist-types/commands/UpdateTriggerCommand.d.ts +16 -0
  203. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +16 -0
  204. package/dist-types/commands/UpdateWorkflowCommand.d.ts +16 -0
  205. package/dist-types/models/GlueServiceException.d.ts +2 -0
  206. package/dist-types/models/models_0.d.ts +541 -1
  207. package/dist-types/models/models_1.d.ts +739 -1
  208. package/dist-types/models/models_2.d.ts +495 -8
  209. package/dist-types/pagination/GetBlueprintRunsPaginator.d.ts +3 -0
  210. package/dist-types/pagination/GetClassifiersPaginator.d.ts +3 -0
  211. package/dist-types/pagination/GetConnectionsPaginator.d.ts +3 -0
  212. package/dist-types/pagination/GetCrawlerMetricsPaginator.d.ts +3 -0
  213. package/dist-types/pagination/GetCrawlersPaginator.d.ts +3 -0
  214. package/dist-types/pagination/GetDatabasesPaginator.d.ts +3 -0
  215. package/dist-types/pagination/GetDevEndpointsPaginator.d.ts +3 -0
  216. package/dist-types/pagination/GetJobRunsPaginator.d.ts +3 -0
  217. package/dist-types/pagination/GetJobsPaginator.d.ts +3 -0
  218. package/dist-types/pagination/GetMLTaskRunsPaginator.d.ts +3 -0
  219. package/dist-types/pagination/GetMLTransformsPaginator.d.ts +3 -0
  220. package/dist-types/pagination/GetPartitionIndexesPaginator.d.ts +3 -0
  221. package/dist-types/pagination/GetPartitionsPaginator.d.ts +3 -0
  222. package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +3 -0
  223. package/dist-types/pagination/GetSecurityConfigurationsPaginator.d.ts +3 -0
  224. package/dist-types/pagination/GetTableVersionsPaginator.d.ts +3 -0
  225. package/dist-types/pagination/GetTablesPaginator.d.ts +3 -0
  226. package/dist-types/pagination/GetTriggersPaginator.d.ts +3 -0
  227. package/dist-types/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +3 -0
  228. package/dist-types/pagination/GetUserDefinedFunctionsPaginator.d.ts +3 -0
  229. package/dist-types/pagination/GetWorkflowRunsPaginator.d.ts +3 -0
  230. package/dist-types/pagination/Interfaces.d.ts +3 -0
  231. package/dist-types/pagination/ListBlueprintsPaginator.d.ts +3 -0
  232. package/dist-types/pagination/ListCrawlersPaginator.d.ts +3 -0
  233. package/dist-types/pagination/ListCustomEntityTypesPaginator.d.ts +3 -0
  234. package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +3 -0
  235. package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +3 -0
  236. package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +3 -0
  237. package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +3 -0
  238. package/dist-types/pagination/ListDevEndpointsPaginator.d.ts +3 -0
  239. package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
  240. package/dist-types/pagination/ListMLTransformsPaginator.d.ts +3 -0
  241. package/dist-types/pagination/ListRegistriesPaginator.d.ts +3 -0
  242. package/dist-types/pagination/ListSchemaVersionsPaginator.d.ts +3 -0
  243. package/dist-types/pagination/ListSchemasPaginator.d.ts +3 -0
  244. package/dist-types/pagination/ListSessionsPaginator.d.ts +3 -0
  245. package/dist-types/pagination/ListTriggersPaginator.d.ts +3 -0
  246. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +3 -0
  247. package/dist-types/pagination/SearchTablesPaginator.d.ts +3 -0
  248. package/package.json +3 -3
@@ -1,17 +1,26 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { GlueServiceException as __BaseException } from "./GlueServiceException";
3
3
  import { Action, AuditContext, Blueprint, Column, Compatibility, ConnectionsList, ConnectionType, Crawler, CsvHeaderOption, DatabaseIdentifier, DataFormat, DataQualityRuleResult, DataQualityTargetTable, DataSource, DevEndpoint, ErrorDetail, EventBatchingCondition, GlueTable, JobRun, Partition, PartitionIndex, PartitionValueList, PhysicalConnectionRequirements, Predicate, PrincipalPermissions, RegistryId, SchemaId, StorageDescriptor, TaskStatusType, TransformEncryption, TransformParameters, TransformType, Trigger, TriggerType, WorkerType, Workflow, WorkflowRun } from "./models_0";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare enum SchemaStatus {
5
8
  AVAILABLE = "AVAILABLE",
6
9
  DELETING = "DELETING",
7
10
  PENDING = "PENDING"
8
11
  }
12
+ /**
13
+ * @public
14
+ */
9
15
  export declare enum SchemaVersionStatus {
10
16
  AVAILABLE = "AVAILABLE",
11
17
  DELETING = "DELETING",
12
18
  FAILURE = "FAILURE",
13
19
  PENDING = "PENDING"
14
20
  }
21
+ /**
22
+ * @public
23
+ */
15
24
  export interface CreateSchemaResponse {
16
25
  /**
17
26
  * <p>The name of the registry.</p>
@@ -71,6 +80,7 @@ export interface CreateSchemaResponse {
71
80
  SchemaVersionStatus?: SchemaVersionStatus | string;
72
81
  }
73
82
  /**
83
+ * @public
74
84
  * <p>Represents a directional edge in a directed acyclic graph (DAG).</p>
75
85
  */
76
86
  export interface CodeGenEdge {
@@ -88,6 +98,7 @@ export interface CodeGenEdge {
88
98
  TargetParameter?: string;
89
99
  }
90
100
  /**
101
+ * @public
91
102
  * <p>An argument or property of a node.</p>
92
103
  */
93
104
  export interface CodeGenNodeArg {
@@ -105,6 +116,7 @@ export interface CodeGenNodeArg {
105
116
  Param?: boolean;
106
117
  }
107
118
  /**
119
+ * @public
108
120
  * <p>Represents a node in a directed acyclic graph (DAG)</p>
109
121
  */
110
122
  export interface CodeGenNode {
@@ -125,10 +137,16 @@ export interface CodeGenNode {
125
137
  */
126
138
  LineNumber?: number;
127
139
  }
140
+ /**
141
+ * @public
142
+ */
128
143
  export declare enum Language {
129
144
  PYTHON = "PYTHON",
130
145
  SCALA = "SCALA"
131
146
  }
147
+ /**
148
+ * @public
149
+ */
132
150
  export interface CreateScriptRequest {
133
151
  /**
134
152
  * <p>A list of the nodes in the DAG.</p>
@@ -143,6 +161,9 @@ export interface CreateScriptRequest {
143
161
  */
144
162
  Language?: Language | string;
145
163
  }
164
+ /**
165
+ * @public
166
+ */
146
167
  export interface CreateScriptResponse {
147
168
  /**
148
169
  * <p>The Python script generated from the DAG.</p>
@@ -153,11 +174,15 @@ export interface CreateScriptResponse {
153
174
  */
154
175
  ScalaCode?: string;
155
176
  }
177
+ /**
178
+ * @public
179
+ */
156
180
  export declare enum CloudWatchEncryptionMode {
157
181
  DISABLED = "DISABLED",
158
182
  SSEKMS = "SSE-KMS"
159
183
  }
160
184
  /**
185
+ * @public
161
186
  * <p>Specifies how Amazon CloudWatch data should be encrypted.</p>
162
187
  */
163
188
  export interface CloudWatchEncryption {
@@ -170,11 +195,15 @@ export interface CloudWatchEncryption {
170
195
  */
171
196
  KmsKeyArn?: string;
172
197
  }
198
+ /**
199
+ * @public
200
+ */
173
201
  export declare enum JobBookmarksEncryptionMode {
174
202
  CSEKMS = "CSE-KMS",
175
203
  DISABLED = "DISABLED"
176
204
  }
177
205
  /**
206
+ * @public
178
207
  * <p>Specifies how job bookmark data should be encrypted.</p>
179
208
  */
180
209
  export interface JobBookmarksEncryption {
@@ -187,12 +216,16 @@ export interface JobBookmarksEncryption {
187
216
  */
188
217
  KmsKeyArn?: string;
189
218
  }
219
+ /**
220
+ * @public
221
+ */
190
222
  export declare enum S3EncryptionMode {
191
223
  DISABLED = "DISABLED",
192
224
  SSEKMS = "SSE-KMS",
193
225
  SSES3 = "SSE-S3"
194
226
  }
195
227
  /**
228
+ * @public
196
229
  * <p>Specifies how Amazon Simple Storage Service (Amazon S3) data should be encrypted.</p>
197
230
  */
198
231
  export interface S3Encryption {
@@ -206,6 +239,7 @@ export interface S3Encryption {
206
239
  KmsKeyArn?: string;
207
240
  }
208
241
  /**
242
+ * @public
209
243
  * <p>Specifies an encryption configuration.</p>
210
244
  */
211
245
  export interface EncryptionConfiguration {
@@ -222,6 +256,9 @@ export interface EncryptionConfiguration {
222
256
  */
223
257
  JobBookmarksEncryption?: JobBookmarksEncryption;
224
258
  }
259
+ /**
260
+ * @public
261
+ */
225
262
  export interface CreateSecurityConfigurationRequest {
226
263
  /**
227
264
  * <p>The name for the new security configuration.</p>
@@ -232,6 +269,9 @@ export interface CreateSecurityConfigurationRequest {
232
269
  */
233
270
  EncryptionConfiguration: EncryptionConfiguration | undefined;
234
271
  }
272
+ /**
273
+ * @public
274
+ */
235
275
  export interface CreateSecurityConfigurationResponse {
236
276
  /**
237
277
  * <p>The name assigned to the new security configuration.</p>
@@ -243,6 +283,7 @@ export interface CreateSecurityConfigurationResponse {
243
283
  CreatedTimestamp?: Date;
244
284
  }
245
285
  /**
286
+ * @public
246
287
  * <p>The <code>SessionCommand</code> that runs the job.</p>
247
288
  */
248
289
  export interface SessionCommand {
@@ -256,6 +297,7 @@ export interface SessionCommand {
256
297
  PythonVersion?: string;
257
298
  }
258
299
  /**
300
+ * @public
259
301
  * <p>Request to create a new session.</p>
260
302
  */
261
303
  export interface CreateSessionRequest {
@@ -336,6 +378,9 @@ export interface CreateSessionRequest {
336
378
  */
337
379
  RequestOrigin?: string;
338
380
  }
381
+ /**
382
+ * @public
383
+ */
339
384
  export declare enum SessionStatus {
340
385
  FAILED = "FAILED",
341
386
  PROVISIONING = "PROVISIONING",
@@ -345,6 +390,7 @@ export declare enum SessionStatus {
345
390
  TIMEOUT = "TIMEOUT"
346
391
  }
347
392
  /**
393
+ * @public
348
394
  * <p>The period in which a remote Spark runtime environment is running.</p>
349
395
  */
350
396
  export interface Session {
@@ -403,6 +449,9 @@ export interface Session {
403
449
  */
404
450
  GlueVersion?: string;
405
451
  }
452
+ /**
453
+ * @public
454
+ */
406
455
  export interface CreateSessionResponse {
407
456
  /**
408
457
  * <p>Returns the session object in the response.</p>
@@ -410,6 +459,7 @@ export interface CreateSessionResponse {
410
459
  Session?: Session;
411
460
  }
412
461
  /**
462
+ * @public
413
463
  * <p>A structure that describes a target table for resource linking.</p>
414
464
  */
415
465
  export interface TableIdentifier {
@@ -427,6 +477,7 @@ export interface TableIdentifier {
427
477
  Name?: string;
428
478
  }
429
479
  /**
480
+ * @public
430
481
  * <p>A structure used to define a table.</p>
431
482
  */
432
483
  export interface TableInput {
@@ -508,6 +559,9 @@ export interface TableInput {
508
559
  */
509
560
  TargetTable?: TableIdentifier;
510
561
  }
562
+ /**
563
+ * @public
564
+ */
511
565
  export interface CreateTableRequest {
512
566
  /**
513
567
  * <p>The ID of the Data Catalog in which to create the <code>Table</code>.
@@ -533,8 +587,14 @@ export interface CreateTableRequest {
533
587
  */
534
588
  TransactionId?: string;
535
589
  }
590
+ /**
591
+ * @public
592
+ */
536
593
  export interface CreateTableResponse {
537
594
  }
595
+ /**
596
+ * @public
597
+ */
538
598
  export interface CreateTriggerRequest {
539
599
  /**
540
600
  * <p>The name of the trigger.</p>
@@ -585,23 +645,33 @@ export interface CreateTriggerRequest {
585
645
  */
586
646
  EventBatchingCondition?: EventBatchingCondition;
587
647
  }
648
+ /**
649
+ * @public
650
+ */
588
651
  export interface CreateTriggerResponse {
589
652
  /**
590
653
  * <p>The name of the trigger.</p>
591
654
  */
592
655
  Name?: string;
593
656
  }
657
+ /**
658
+ * @public
659
+ */
594
660
  export declare enum PrincipalType {
595
661
  GROUP = "GROUP",
596
662
  ROLE = "ROLE",
597
663
  USER = "USER"
598
664
  }
665
+ /**
666
+ * @public
667
+ */
599
668
  export declare enum ResourceType {
600
669
  ARCHIVE = "ARCHIVE",
601
670
  FILE = "FILE",
602
671
  JAR = "JAR"
603
672
  }
604
673
  /**
674
+ * @public
605
675
  * <p>The URIs for function resources.</p>
606
676
  */
607
677
  export interface ResourceUri {
@@ -615,6 +685,7 @@ export interface ResourceUri {
615
685
  Uri?: string;
616
686
  }
617
687
  /**
688
+ * @public
618
689
  * <p>A structure used to create or update a user-defined function.</p>
619
690
  */
620
691
  export interface UserDefinedFunctionInput {
@@ -639,6 +710,9 @@ export interface UserDefinedFunctionInput {
639
710
  */
640
711
  ResourceUris?: ResourceUri[];
641
712
  }
713
+ /**
714
+ * @public
715
+ */
642
716
  export interface CreateUserDefinedFunctionRequest {
643
717
  /**
644
718
  * <p>The ID of the Data Catalog in which to create the function. If none is provided, the Amazon Web Services
@@ -655,8 +729,14 @@ export interface CreateUserDefinedFunctionRequest {
655
729
  */
656
730
  FunctionInput: UserDefinedFunctionInput | undefined;
657
731
  }
732
+ /**
733
+ * @public
734
+ */
658
735
  export interface CreateUserDefinedFunctionResponse {
659
736
  }
737
+ /**
738
+ * @public
739
+ */
660
740
  export interface CreateWorkflowRequest {
661
741
  /**
662
742
  * <p>The name to be assigned to the workflow. It should be unique within your account.</p>
@@ -679,32 +759,50 @@ export interface CreateWorkflowRequest {
679
759
  */
680
760
  MaxConcurrentRuns?: number;
681
761
  }
762
+ /**
763
+ * @public
764
+ */
682
765
  export interface CreateWorkflowResponse {
683
766
  /**
684
767
  * <p>The name of the workflow which was provided as part of the request.</p>
685
768
  */
686
769
  Name?: string;
687
770
  }
771
+ /**
772
+ * @public
773
+ */
688
774
  export interface DeleteBlueprintRequest {
689
775
  /**
690
776
  * <p>The name of the blueprint to delete.</p>
691
777
  */
692
778
  Name: string | undefined;
693
779
  }
780
+ /**
781
+ * @public
782
+ */
694
783
  export interface DeleteBlueprintResponse {
695
784
  /**
696
785
  * <p>Returns the name of the blueprint that was deleted.</p>
697
786
  */
698
787
  Name?: string;
699
788
  }
789
+ /**
790
+ * @public
791
+ */
700
792
  export interface DeleteClassifierRequest {
701
793
  /**
702
794
  * <p>Name of the classifier to remove.</p>
703
795
  */
704
796
  Name: string | undefined;
705
797
  }
798
+ /**
799
+ * @public
800
+ */
706
801
  export interface DeleteClassifierResponse {
707
802
  }
803
+ /**
804
+ * @public
805
+ */
708
806
  export interface DeleteColumnStatisticsForPartitionRequest {
709
807
  /**
710
808
  * <p>The ID of the Data Catalog where the partitions in question reside.
@@ -728,8 +826,14 @@ export interface DeleteColumnStatisticsForPartitionRequest {
728
826
  */
729
827
  ColumnName: string | undefined;
730
828
  }
829
+ /**
830
+ * @public
831
+ */
731
832
  export interface DeleteColumnStatisticsForPartitionResponse {
732
833
  }
834
+ /**
835
+ * @public
836
+ */
733
837
  export interface DeleteColumnStatisticsForTableRequest {
734
838
  /**
735
839
  * <p>The ID of the Data Catalog where the partitions in question reside.
@@ -749,8 +853,14 @@ export interface DeleteColumnStatisticsForTableRequest {
749
853
  */
750
854
  ColumnName: string | undefined;
751
855
  }
856
+ /**
857
+ * @public
858
+ */
752
859
  export interface DeleteColumnStatisticsForTableResponse {
753
860
  }
861
+ /**
862
+ * @public
863
+ */
754
864
  export interface DeleteConnectionRequest {
755
865
  /**
756
866
  * <p>The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services
@@ -762,9 +872,13 @@ export interface DeleteConnectionRequest {
762
872
  */
763
873
  ConnectionName: string | undefined;
764
874
  }
875
+ /**
876
+ * @public
877
+ */
765
878
  export interface DeleteConnectionResponse {
766
879
  }
767
880
  /**
881
+ * @public
768
882
  * <p>The operation cannot be performed because the crawler is already running.</p>
769
883
  */
770
884
  export declare class CrawlerRunningException extends __BaseException {
@@ -779,15 +893,22 @@ export declare class CrawlerRunningException extends __BaseException {
779
893
  */
780
894
  constructor(opts: __ExceptionOptionType<CrawlerRunningException, __BaseException>);
781
895
  }
896
+ /**
897
+ * @public
898
+ */
782
899
  export interface DeleteCrawlerRequest {
783
900
  /**
784
901
  * <p>The name of the crawler to remove.</p>
785
902
  */
786
903
  Name: string | undefined;
787
904
  }
905
+ /**
906
+ * @public
907
+ */
788
908
  export interface DeleteCrawlerResponse {
789
909
  }
790
910
  /**
911
+ * @public
791
912
  * <p>The specified scheduler is transitioning.</p>
792
913
  */
793
914
  export declare class SchedulerTransitioningException extends __BaseException {
@@ -802,18 +923,27 @@ export declare class SchedulerTransitioningException extends __BaseException {
802
923
  */
803
924
  constructor(opts: __ExceptionOptionType<SchedulerTransitioningException, __BaseException>);
804
925
  }
926
+ /**
927
+ * @public
928
+ */
805
929
  export interface DeleteCustomEntityTypeRequest {
806
930
  /**
807
931
  * <p>The name of the custom pattern that you want to delete.</p>
808
932
  */
809
933
  Name: string | undefined;
810
934
  }
935
+ /**
936
+ * @public
937
+ */
811
938
  export interface DeleteCustomEntityTypeResponse {
812
939
  /**
813
940
  * <p>The name of the custom pattern you deleted.</p>
814
941
  */
815
942
  Name?: string;
816
943
  }
944
+ /**
945
+ * @public
946
+ */
817
947
  export interface DeleteDatabaseRequest {
818
948
  /**
819
949
  * <p>The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services
@@ -826,48 +956,78 @@ export interface DeleteDatabaseRequest {
826
956
  */
827
957
  Name: string | undefined;
828
958
  }
959
+ /**
960
+ * @public
961
+ */
829
962
  export interface DeleteDatabaseResponse {
830
963
  }
964
+ /**
965
+ * @public
966
+ */
831
967
  export interface DeleteDataQualityRulesetRequest {
832
968
  /**
833
969
  * <p>A name for the data quality ruleset.</p>
834
970
  */
835
971
  Name: string | undefined;
836
972
  }
973
+ /**
974
+ * @public
975
+ */
837
976
  export interface DeleteDataQualityRulesetResponse {
838
977
  }
978
+ /**
979
+ * @public
980
+ */
839
981
  export interface DeleteDevEndpointRequest {
840
982
  /**
841
983
  * <p>The name of the <code>DevEndpoint</code>.</p>
842
984
  */
843
985
  EndpointName: string | undefined;
844
986
  }
987
+ /**
988
+ * @public
989
+ */
845
990
  export interface DeleteDevEndpointResponse {
846
991
  }
992
+ /**
993
+ * @public
994
+ */
847
995
  export interface DeleteJobRequest {
848
996
  /**
849
997
  * <p>The name of the job definition to delete.</p>
850
998
  */
851
999
  JobName: string | undefined;
852
1000
  }
1001
+ /**
1002
+ * @public
1003
+ */
853
1004
  export interface DeleteJobResponse {
854
1005
  /**
855
1006
  * <p>The name of the job definition that was deleted.</p>
856
1007
  */
857
1008
  JobName?: string;
858
1009
  }
1010
+ /**
1011
+ * @public
1012
+ */
859
1013
  export interface DeleteMLTransformRequest {
860
1014
  /**
861
1015
  * <p>The unique identifier of the transform to delete.</p>
862
1016
  */
863
1017
  TransformId: string | undefined;
864
1018
  }
1019
+ /**
1020
+ * @public
1021
+ */
865
1022
  export interface DeleteMLTransformResponse {
866
1023
  /**
867
1024
  * <p>The unique identifier of the transform that was deleted.</p>
868
1025
  */
869
1026
  TransformId?: string;
870
1027
  }
1028
+ /**
1029
+ * @public
1030
+ */
871
1031
  export interface DeletePartitionRequest {
872
1032
  /**
873
1033
  * <p>The ID of the Data Catalog where the partition to be deleted resides. If none is provided,
@@ -888,9 +1048,13 @@ export interface DeletePartitionRequest {
888
1048
  */
889
1049
  PartitionValues: string[] | undefined;
890
1050
  }
1051
+ /**
1052
+ * @public
1053
+ */
891
1054
  export interface DeletePartitionResponse {
892
1055
  }
893
1056
  /**
1057
+ * @public
894
1058
  * <p>The <code>CreatePartitions</code> API was called on a table that has indexes enabled. </p>
895
1059
  */
896
1060
  export declare class ConflictException extends __BaseException {
@@ -905,6 +1069,9 @@ export declare class ConflictException extends __BaseException {
905
1069
  */
906
1070
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
907
1071
  }
1072
+ /**
1073
+ * @public
1074
+ */
908
1075
  export interface DeletePartitionIndexRequest {
909
1076
  /**
910
1077
  * <p>The catalog ID where the table resides.</p>
@@ -923,18 +1090,30 @@ export interface DeletePartitionIndexRequest {
923
1090
  */
924
1091
  IndexName: string | undefined;
925
1092
  }
1093
+ /**
1094
+ * @public
1095
+ */
926
1096
  export interface DeletePartitionIndexResponse {
927
1097
  }
1098
+ /**
1099
+ * @public
1100
+ */
928
1101
  export interface DeleteRegistryInput {
929
1102
  /**
930
1103
  * <p>This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).</p>
931
1104
  */
932
1105
  RegistryId: RegistryId | undefined;
933
1106
  }
1107
+ /**
1108
+ * @public
1109
+ */
934
1110
  export declare enum RegistryStatus {
935
1111
  AVAILABLE = "AVAILABLE",
936
1112
  DELETING = "DELETING"
937
1113
  }
1114
+ /**
1115
+ * @public
1116
+ */
938
1117
  export interface DeleteRegistryResponse {
939
1118
  /**
940
1119
  * <p>The name of the registry being deleted.</p>
@@ -950,6 +1129,7 @@ export interface DeleteRegistryResponse {
950
1129
  Status?: RegistryStatus | string;
951
1130
  }
952
1131
  /**
1132
+ * @public
953
1133
  * <p>A specified condition was not satisfied.</p>
954
1134
  */
955
1135
  export declare class ConditionCheckFailureException extends __BaseException {
@@ -964,6 +1144,9 @@ export declare class ConditionCheckFailureException extends __BaseException {
964
1144
  */
965
1145
  constructor(opts: __ExceptionOptionType<ConditionCheckFailureException, __BaseException>);
966
1146
  }
1147
+ /**
1148
+ * @public
1149
+ */
967
1150
  export interface DeleteResourcePolicyRequest {
968
1151
  /**
969
1152
  * <p>The hash value returned when this policy was set.</p>
@@ -974,14 +1157,23 @@ export interface DeleteResourcePolicyRequest {
974
1157
  */
975
1158
  ResourceArn?: string;
976
1159
  }
1160
+ /**
1161
+ * @public
1162
+ */
977
1163
  export interface DeleteResourcePolicyResponse {
978
1164
  }
1165
+ /**
1166
+ * @public
1167
+ */
979
1168
  export interface DeleteSchemaInput {
980
1169
  /**
981
1170
  * <p>This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).</p>
982
1171
  */
983
1172
  SchemaId: SchemaId | undefined;
984
1173
  }
1174
+ /**
1175
+ * @public
1176
+ */
985
1177
  export interface DeleteSchemaResponse {
986
1178
  /**
987
1179
  * <p>The Amazon Resource Name (ARN) of the schema being deleted.</p>
@@ -996,6 +1188,9 @@ export interface DeleteSchemaResponse {
996
1188
  */
997
1189
  Status?: SchemaStatus | string;
998
1190
  }
1191
+ /**
1192
+ * @public
1193
+ */
999
1194
  export interface DeleteSchemaVersionsInput {
1000
1195
  /**
1001
1196
  * <p>This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).</p>
@@ -1015,6 +1210,7 @@ export interface DeleteSchemaVersionsInput {
1015
1210
  Versions: string | undefined;
1016
1211
  }
1017
1212
  /**
1213
+ * @public
1018
1214
  * <p>An object containing error details.</p>
1019
1215
  */
1020
1216
  export interface ErrorDetails {
@@ -1028,6 +1224,7 @@ export interface ErrorDetails {
1028
1224
  ErrorMessage?: string;
1029
1225
  }
1030
1226
  /**
1227
+ * @public
1031
1228
  * <p>An object that contains the error details for an operation on a schema version.</p>
1032
1229
  */
1033
1230
  export interface SchemaVersionErrorItem {
@@ -1040,20 +1237,32 @@ export interface SchemaVersionErrorItem {
1040
1237
  */
1041
1238
  ErrorDetails?: ErrorDetails;
1042
1239
  }
1240
+ /**
1241
+ * @public
1242
+ */
1043
1243
  export interface DeleteSchemaVersionsResponse {
1044
1244
  /**
1045
1245
  * <p>A list of <code>SchemaVersionErrorItem</code> objects, each containing an error and schema version.</p>
1046
1246
  */
1047
1247
  SchemaVersionErrors?: SchemaVersionErrorItem[];
1048
1248
  }
1249
+ /**
1250
+ * @public
1251
+ */
1049
1252
  export interface DeleteSecurityConfigurationRequest {
1050
1253
  /**
1051
1254
  * <p>The name of the security configuration to delete.</p>
1052
1255
  */
1053
1256
  Name: string | undefined;
1054
1257
  }
1258
+ /**
1259
+ * @public
1260
+ */
1055
1261
  export interface DeleteSecurityConfigurationResponse {
1056
1262
  }
1263
+ /**
1264
+ * @public
1265
+ */
1057
1266
  export interface DeleteSessionRequest {
1058
1267
  /**
1059
1268
  * <p>The ID of the session to be deleted.</p>
@@ -1064,12 +1273,18 @@ export interface DeleteSessionRequest {
1064
1273
  */
1065
1274
  RequestOrigin?: string;
1066
1275
  }
1276
+ /**
1277
+ * @public
1278
+ */
1067
1279
  export interface DeleteSessionResponse {
1068
1280
  /**
1069
1281
  * <p>Returns the ID of the deleted session.</p>
1070
1282
  */
1071
1283
  Id?: string;
1072
1284
  }
1285
+ /**
1286
+ * @public
1287
+ */
1073
1288
  export interface DeleteTableRequest {
1074
1289
  /**
1075
1290
  * <p>The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account
@@ -1091,8 +1306,14 @@ export interface DeleteTableRequest {
1091
1306
  */
1092
1307
  TransactionId?: string;
1093
1308
  }
1309
+ /**
1310
+ * @public
1311
+ */
1094
1312
  export interface DeleteTableResponse {
1095
1313
  }
1314
+ /**
1315
+ * @public
1316
+ */
1096
1317
  export interface DeleteTableVersionRequest {
1097
1318
  /**
1098
1319
  * <p>The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account
@@ -1114,20 +1335,32 @@ export interface DeleteTableVersionRequest {
1114
1335
  */
1115
1336
  VersionId: string | undefined;
1116
1337
  }
1338
+ /**
1339
+ * @public
1340
+ */
1117
1341
  export interface DeleteTableVersionResponse {
1118
1342
  }
1343
+ /**
1344
+ * @public
1345
+ */
1119
1346
  export interface DeleteTriggerRequest {
1120
1347
  /**
1121
1348
  * <p>The name of the trigger to delete.</p>
1122
1349
  */
1123
1350
  Name: string | undefined;
1124
1351
  }
1352
+ /**
1353
+ * @public
1354
+ */
1125
1355
  export interface DeleteTriggerResponse {
1126
1356
  /**
1127
1357
  * <p>The name of the trigger that was deleted.</p>
1128
1358
  */
1129
1359
  Name?: string;
1130
1360
  }
1361
+ /**
1362
+ * @public
1363
+ */
1131
1364
  export interface DeleteUserDefinedFunctionRequest {
1132
1365
  /**
1133
1366
  * <p>The ID of the Data Catalog where the function to be deleted is
@@ -1143,20 +1376,32 @@ export interface DeleteUserDefinedFunctionRequest {
1143
1376
  */
1144
1377
  FunctionName: string | undefined;
1145
1378
  }
1379
+ /**
1380
+ * @public
1381
+ */
1146
1382
  export interface DeleteUserDefinedFunctionResponse {
1147
1383
  }
1384
+ /**
1385
+ * @public
1386
+ */
1148
1387
  export interface DeleteWorkflowRequest {
1149
1388
  /**
1150
1389
  * <p>Name of the workflow to be deleted.</p>
1151
1390
  */
1152
1391
  Name: string | undefined;
1153
1392
  }
1393
+ /**
1394
+ * @public
1395
+ */
1154
1396
  export interface DeleteWorkflowResponse {
1155
1397
  /**
1156
1398
  * <p>Name of the workflow specified in input.</p>
1157
1399
  */
1158
1400
  Name?: string;
1159
1401
  }
1402
+ /**
1403
+ * @public
1404
+ */
1160
1405
  export interface GetBlueprintRequest {
1161
1406
  /**
1162
1407
  * <p>The name of the blueprint.</p>
@@ -1171,12 +1416,18 @@ export interface GetBlueprintRequest {
1171
1416
  */
1172
1417
  IncludeParameterSpec?: boolean;
1173
1418
  }
1419
+ /**
1420
+ * @public
1421
+ */
1174
1422
  export interface GetBlueprintResponse {
1175
1423
  /**
1176
1424
  * <p>Returns a <code>Blueprint</code> object.</p>
1177
1425
  */
1178
1426
  Blueprint?: Blueprint;
1179
1427
  }
1428
+ /**
1429
+ * @public
1430
+ */
1180
1431
  export interface GetBlueprintRunRequest {
1181
1432
  /**
1182
1433
  * <p>The name of the blueprint.</p>
@@ -1187,6 +1438,9 @@ export interface GetBlueprintRunRequest {
1187
1438
  */
1188
1439
  RunId: string | undefined;
1189
1440
  }
1441
+ /**
1442
+ * @public
1443
+ */
1190
1444
  export declare enum BlueprintRunState {
1191
1445
  FAILED = "FAILED",
1192
1446
  ROLLING_BACK = "ROLLING_BACK",
@@ -1194,6 +1448,7 @@ export declare enum BlueprintRunState {
1194
1448
  SUCCEEDED = "SUCCEEDED"
1195
1449
  }
1196
1450
  /**
1451
+ * @public
1197
1452
  * <p>The details of a blueprint run.</p>
1198
1453
  */
1199
1454
  export interface BlueprintRun {
@@ -1252,12 +1507,18 @@ export interface BlueprintRun {
1252
1507
  */
1253
1508
  RoleArn?: string;
1254
1509
  }
1510
+ /**
1511
+ * @public
1512
+ */
1255
1513
  export interface GetBlueprintRunResponse {
1256
1514
  /**
1257
1515
  * <p>Returns a <code>BlueprintRun</code> object.</p>
1258
1516
  */
1259
1517
  BlueprintRun?: BlueprintRun;
1260
1518
  }
1519
+ /**
1520
+ * @public
1521
+ */
1261
1522
  export interface GetBlueprintRunsRequest {
1262
1523
  /**
1263
1524
  * <p>The name of the blueprint.</p>
@@ -1272,6 +1533,9 @@ export interface GetBlueprintRunsRequest {
1272
1533
  */
1273
1534
  MaxResults?: number;
1274
1535
  }
1536
+ /**
1537
+ * @public
1538
+ */
1275
1539
  export interface GetBlueprintRunsResponse {
1276
1540
  /**
1277
1541
  * <p>Returns a list of <code>BlueprintRun</code> objects.</p>
@@ -1282,6 +1546,9 @@ export interface GetBlueprintRunsResponse {
1282
1546
  */
1283
1547
  NextToken?: string;
1284
1548
  }
1549
+ /**
1550
+ * @public
1551
+ */
1285
1552
  export interface GetCatalogImportStatusRequest {
1286
1553
  /**
1287
1554
  * <p>The ID of the catalog to migrate. Currently, this should be the Amazon Web Services account ID.</p>
@@ -1289,6 +1556,7 @@ export interface GetCatalogImportStatusRequest {
1289
1556
  CatalogId?: string;
1290
1557
  }
1291
1558
  /**
1559
+ * @public
1292
1560
  * <p>A structure containing migration status information.</p>
1293
1561
  */
1294
1562
  export interface CatalogImportStatus {
@@ -1306,12 +1574,18 @@ export interface CatalogImportStatus {
1306
1574
  */
1307
1575
  ImportedBy?: string;
1308
1576
  }
1577
+ /**
1578
+ * @public
1579
+ */
1309
1580
  export interface GetCatalogImportStatusResponse {
1310
1581
  /**
1311
1582
  * <p>The status of the specified catalog migration.</p>
1312
1583
  */
1313
1584
  ImportStatus?: CatalogImportStatus;
1314
1585
  }
1586
+ /**
1587
+ * @public
1588
+ */
1315
1589
  export interface GetClassifierRequest {
1316
1590
  /**
1317
1591
  * <p>Name of the classifier to retrieve.</p>
@@ -1319,6 +1593,7 @@ export interface GetClassifierRequest {
1319
1593
  Name: string | undefined;
1320
1594
  }
1321
1595
  /**
1596
+ * @public
1322
1597
  * <p>A classifier for custom <code>CSV</code> content.</p>
1323
1598
  */
1324
1599
  export interface CsvClassifier {
@@ -1374,6 +1649,7 @@ export interface CsvClassifier {
1374
1649
  CustomDatatypes?: string[];
1375
1650
  }
1376
1651
  /**
1652
+ * @public
1377
1653
  * <p>A classifier that uses <code>grok</code> patterns.</p>
1378
1654
  */
1379
1655
  export interface GrokClassifier {
@@ -1410,6 +1686,7 @@ export interface GrokClassifier {
1410
1686
  CustomPatterns?: string;
1411
1687
  }
1412
1688
  /**
1689
+ * @public
1413
1690
  * <p>A classifier for <code>JSON</code> content.</p>
1414
1691
  */
1415
1692
  export interface JsonClassifier {
@@ -1436,6 +1713,7 @@ export interface JsonClassifier {
1436
1713
  JsonPath: string | undefined;
1437
1714
  }
1438
1715
  /**
1716
+ * @public
1439
1717
  * <p>A classifier for <code>XML</code> content.</p>
1440
1718
  */
1441
1719
  export interface XMLClassifier {
@@ -1469,6 +1747,7 @@ export interface XMLClassifier {
1469
1747
  RowTag?: string;
1470
1748
  }
1471
1749
  /**
1750
+ * @public
1472
1751
  * <p>Classifiers are triggered during a crawl task. A classifier checks whether a given file is
1473
1752
  * in a format it can handle. If it is, the classifier creates a schema in the form of a
1474
1753
  * <code>StructType</code> object that matches that data format.</p>
@@ -1496,12 +1775,18 @@ export interface Classifier {
1496
1775
  */
1497
1776
  CsvClassifier?: CsvClassifier;
1498
1777
  }
1778
+ /**
1779
+ * @public
1780
+ */
1499
1781
  export interface GetClassifierResponse {
1500
1782
  /**
1501
1783
  * <p>The requested classifier.</p>
1502
1784
  */
1503
1785
  Classifier?: Classifier;
1504
1786
  }
1787
+ /**
1788
+ * @public
1789
+ */
1505
1790
  export interface GetClassifiersRequest {
1506
1791
  /**
1507
1792
  * <p>The size of the list to return (optional).</p>
@@ -1512,6 +1797,9 @@ export interface GetClassifiersRequest {
1512
1797
  */
1513
1798
  NextToken?: string;
1514
1799
  }
1800
+ /**
1801
+ * @public
1802
+ */
1515
1803
  export interface GetClassifiersResponse {
1516
1804
  /**
1517
1805
  * <p>The requested list of classifier
@@ -1523,6 +1811,9 @@ export interface GetClassifiersResponse {
1523
1811
  */
1524
1812
  NextToken?: string;
1525
1813
  }
1814
+ /**
1815
+ * @public
1816
+ */
1526
1817
  export interface GetColumnStatisticsForPartitionRequest {
1527
1818
  /**
1528
1819
  * <p>The ID of the Data Catalog where the partitions in question reside.
@@ -1547,6 +1838,7 @@ export interface GetColumnStatisticsForPartitionRequest {
1547
1838
  ColumnNames: string[] | undefined;
1548
1839
  }
1549
1840
  /**
1841
+ * @public
1550
1842
  * <p>Defines column statistics supported for bit sequence data values.</p>
1551
1843
  */
1552
1844
  export interface BinaryColumnStatisticsData {
@@ -1564,6 +1856,7 @@ export interface BinaryColumnStatisticsData {
1564
1856
  NumberOfNulls: number | undefined;
1565
1857
  }
1566
1858
  /**
1859
+ * @public
1567
1860
  * <p>Defines column statistics supported for Boolean data columns.</p>
1568
1861
  */
1569
1862
  export interface BooleanColumnStatisticsData {
@@ -1581,6 +1874,7 @@ export interface BooleanColumnStatisticsData {
1581
1874
  NumberOfNulls: number | undefined;
1582
1875
  }
1583
1876
  /**
1877
+ * @public
1584
1878
  * <p>Defines column statistics supported for timestamp data columns.</p>
1585
1879
  */
1586
1880
  export interface DateColumnStatisticsData {
@@ -1602,6 +1896,7 @@ export interface DateColumnStatisticsData {
1602
1896
  NumberOfDistinctValues: number | undefined;
1603
1897
  }
1604
1898
  /**
1899
+ * @public
1605
1900
  * <p>Contains a numeric value in decimal format.</p>
1606
1901
  */
1607
1902
  export interface DecimalNumber {
@@ -1616,6 +1911,7 @@ export interface DecimalNumber {
1616
1911
  Scale: number | undefined;
1617
1912
  }
1618
1913
  /**
1914
+ * @public
1619
1915
  * <p>Defines column statistics supported for fixed-point number data columns.</p>
1620
1916
  */
1621
1917
  export interface DecimalColumnStatisticsData {
@@ -1637,6 +1933,7 @@ export interface DecimalColumnStatisticsData {
1637
1933
  NumberOfDistinctValues: number | undefined;
1638
1934
  }
1639
1935
  /**
1936
+ * @public
1640
1937
  * <p>Defines column statistics supported for floating-point number data columns.</p>
1641
1938
  */
1642
1939
  export interface DoubleColumnStatisticsData {
@@ -1658,6 +1955,7 @@ export interface DoubleColumnStatisticsData {
1658
1955
  NumberOfDistinctValues: number | undefined;
1659
1956
  }
1660
1957
  /**
1958
+ * @public
1661
1959
  * <p>Defines column statistics supported for integer data columns.</p>
1662
1960
  */
1663
1961
  export interface LongColumnStatisticsData {
@@ -1679,6 +1977,7 @@ export interface LongColumnStatisticsData {
1679
1977
  NumberOfDistinctValues: number | undefined;
1680
1978
  }
1681
1979
  /**
1980
+ * @public
1682
1981
  * <p>Defines column statistics supported for character sequence data values.</p>
1683
1982
  */
1684
1983
  export interface StringColumnStatisticsData {
@@ -1699,6 +1998,9 @@ export interface StringColumnStatisticsData {
1699
1998
  */
1700
1999
  NumberOfDistinctValues: number | undefined;
1701
2000
  }
2001
+ /**
2002
+ * @public
2003
+ */
1702
2004
  export declare enum ColumnStatisticsType {
1703
2005
  BINARY = "BINARY",
1704
2006
  BOOLEAN = "BOOLEAN",
@@ -1709,6 +2011,7 @@ export declare enum ColumnStatisticsType {
1709
2011
  STRING = "STRING"
1710
2012
  }
1711
2013
  /**
2014
+ * @public
1712
2015
  * <p>Contains the individual types of column statistics data. Only one data object should be set and indicated by the <code>Type</code> attribute.</p>
1713
2016
  */
1714
2017
  export interface ColumnStatisticsData {
@@ -1746,6 +2049,7 @@ export interface ColumnStatisticsData {
1746
2049
  BinaryColumnStatisticsData?: BinaryColumnStatisticsData;
1747
2050
  }
1748
2051
  /**
2052
+ * @public
1749
2053
  * <p>Represents the generated column-level statistics for a table or partition.</p>
1750
2054
  */
1751
2055
  export interface ColumnStatistics {
@@ -1767,6 +2071,7 @@ export interface ColumnStatistics {
1767
2071
  StatisticsData: ColumnStatisticsData | undefined;
1768
2072
  }
1769
2073
  /**
2074
+ * @public
1770
2075
  * <p>Encapsulates a column name that failed and the reason for failure.</p>
1771
2076
  */
1772
2077
  export interface ColumnError {
@@ -1779,6 +2084,9 @@ export interface ColumnError {
1779
2084
  */
1780
2085
  Error?: ErrorDetail;
1781
2086
  }
2087
+ /**
2088
+ * @public
2089
+ */
1782
2090
  export interface GetColumnStatisticsForPartitionResponse {
1783
2091
  /**
1784
2092
  * <p>List of ColumnStatistics that failed to be retrieved.</p>
@@ -1789,6 +2097,9 @@ export interface GetColumnStatisticsForPartitionResponse {
1789
2097
  */
1790
2098
  Errors?: ColumnError[];
1791
2099
  }
2100
+ /**
2101
+ * @public
2102
+ */
1792
2103
  export interface GetColumnStatisticsForTableRequest {
1793
2104
  /**
1794
2105
  * <p>The ID of the Data Catalog where the partitions in question reside.
@@ -1808,6 +2119,9 @@ export interface GetColumnStatisticsForTableRequest {
1808
2119
  */
1809
2120
  ColumnNames: string[] | undefined;
1810
2121
  }
2122
+ /**
2123
+ * @public
2124
+ */
1811
2125
  export interface GetColumnStatisticsForTableResponse {
1812
2126
  /**
1813
2127
  * <p>List of ColumnStatistics that failed to be retrieved.</p>
@@ -1818,6 +2132,9 @@ export interface GetColumnStatisticsForTableResponse {
1818
2132
  */
1819
2133
  Errors?: ColumnError[];
1820
2134
  }
2135
+ /**
2136
+ * @public
2137
+ */
1821
2138
  export interface GetConnectionRequest {
1822
2139
  /**
1823
2140
  * <p>The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services
@@ -1838,6 +2155,7 @@ export interface GetConnectionRequest {
1838
2155
  HidePassword?: boolean;
1839
2156
  }
1840
2157
  /**
2158
+ * @public
1841
2159
  * <p>Defines a connection to a data source.</p>
1842
2160
  */
1843
2161
  export interface Connection {
@@ -2042,6 +2360,9 @@ export interface Connection {
2042
2360
  */
2043
2361
  LastUpdatedBy?: string;
2044
2362
  }
2363
+ /**
2364
+ * @public
2365
+ */
2045
2366
  export interface GetConnectionResponse {
2046
2367
  /**
2047
2368
  * <p>The requested connection definition.</p>
@@ -2049,6 +2370,7 @@ export interface GetConnectionResponse {
2049
2370
  Connection?: Connection;
2050
2371
  }
2051
2372
  /**
2373
+ * @public
2052
2374
  * <p>Filters the connection definitions that are returned by the <code>GetConnections</code>
2053
2375
  * API operation.</p>
2054
2376
  */
@@ -2063,6 +2385,9 @@ export interface GetConnectionsFilter {
2063
2385
  */
2064
2386
  ConnectionType?: ConnectionType | string;
2065
2387
  }
2388
+ /**
2389
+ * @public
2390
+ */
2066
2391
  export interface GetConnectionsRequest {
2067
2392
  /**
2068
2393
  * <p>The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services
@@ -2090,6 +2415,9 @@ export interface GetConnectionsRequest {
2090
2415
  */
2091
2416
  MaxResults?: number;
2092
2417
  }
2418
+ /**
2419
+ * @public
2420
+ */
2093
2421
  export interface GetConnectionsResponse {
2094
2422
  /**
2095
2423
  * <p>A list of requested connection definitions.</p>
@@ -2101,18 +2429,27 @@ export interface GetConnectionsResponse {
2101
2429
  */
2102
2430
  NextToken?: string;
2103
2431
  }
2432
+ /**
2433
+ * @public
2434
+ */
2104
2435
  export interface GetCrawlerRequest {
2105
2436
  /**
2106
2437
  * <p>The name of the crawler to retrieve metadata for.</p>
2107
2438
  */
2108
2439
  Name: string | undefined;
2109
2440
  }
2441
+ /**
2442
+ * @public
2443
+ */
2110
2444
  export interface GetCrawlerResponse {
2111
2445
  /**
2112
2446
  * <p>The metadata for the specified crawler.</p>
2113
2447
  */
2114
2448
  Crawler?: Crawler;
2115
2449
  }
2450
+ /**
2451
+ * @public
2452
+ */
2116
2453
  export interface GetCrawlerMetricsRequest {
2117
2454
  /**
2118
2455
  * <p>A list of the names of crawlers about which to retrieve metrics.</p>
@@ -2128,6 +2465,7 @@ export interface GetCrawlerMetricsRequest {
2128
2465
  NextToken?: string;
2129
2466
  }
2130
2467
  /**
2468
+ * @public
2131
2469
  * <p>Metrics for a specified crawler.</p>
2132
2470
  */
2133
2471
  export interface CrawlerMetrics {
@@ -2164,6 +2502,9 @@ export interface CrawlerMetrics {
2164
2502
  */
2165
2503
  TablesDeleted?: number;
2166
2504
  }
2505
+ /**
2506
+ * @public
2507
+ */
2167
2508
  export interface GetCrawlerMetricsResponse {
2168
2509
  /**
2169
2510
  * <p>A list of metrics for the specified crawler.</p>
@@ -2175,6 +2516,9 @@ export interface GetCrawlerMetricsResponse {
2175
2516
  */
2176
2517
  NextToken?: string;
2177
2518
  }
2519
+ /**
2520
+ * @public
2521
+ */
2178
2522
  export interface GetCrawlersRequest {
2179
2523
  /**
2180
2524
  * <p>The number of crawlers to return on each call.</p>
@@ -2185,6 +2529,9 @@ export interface GetCrawlersRequest {
2185
2529
  */
2186
2530
  NextToken?: string;
2187
2531
  }
2532
+ /**
2533
+ * @public
2534
+ */
2188
2535
  export interface GetCrawlersResponse {
2189
2536
  /**
2190
2537
  * <p>A list of crawler metadata.</p>
@@ -2196,12 +2543,18 @@ export interface GetCrawlersResponse {
2196
2543
  */
2197
2544
  NextToken?: string;
2198
2545
  }
2546
+ /**
2547
+ * @public
2548
+ */
2199
2549
  export interface GetCustomEntityTypeRequest {
2200
2550
  /**
2201
2551
  * <p>The name of the custom pattern that you want to retrieve.</p>
2202
2552
  */
2203
2553
  Name: string | undefined;
2204
2554
  }
2555
+ /**
2556
+ * @public
2557
+ */
2205
2558
  export interface GetCustomEntityTypeResponse {
2206
2559
  /**
2207
2560
  * <p>The name of the custom pattern that you retrieved.</p>
@@ -2216,6 +2569,9 @@ export interface GetCustomEntityTypeResponse {
2216
2569
  */
2217
2570
  ContextWords?: string[];
2218
2571
  }
2572
+ /**
2573
+ * @public
2574
+ */
2219
2575
  export interface GetDatabaseRequest {
2220
2576
  /**
2221
2577
  * <p>The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services
@@ -2229,6 +2585,7 @@ export interface GetDatabaseRequest {
2229
2585
  Name: string | undefined;
2230
2586
  }
2231
2587
  /**
2588
+ * @public
2232
2589
  * <p>The <code>Database</code> object represents a logical grouping of tables that might reside
2233
2590
  * in a Hive metastore or an RDBMS.</p>
2234
2591
  */
@@ -2268,16 +2625,25 @@ export interface Database {
2268
2625
  */
2269
2626
  CatalogId?: string;
2270
2627
  }
2628
+ /**
2629
+ * @public
2630
+ */
2271
2631
  export interface GetDatabaseResponse {
2272
2632
  /**
2273
2633
  * <p>The definition of the specified database in the Data Catalog.</p>
2274
2634
  */
2275
2635
  Database?: Database;
2276
2636
  }
2637
+ /**
2638
+ * @public
2639
+ */
2277
2640
  export declare enum ResourceShareType {
2278
2641
  ALL = "ALL",
2279
2642
  FOREIGN = "FOREIGN"
2280
2643
  }
2644
+ /**
2645
+ * @public
2646
+ */
2281
2647
  export interface GetDatabasesRequest {
2282
2648
  /**
2283
2649
  * <p>The ID of the Data Catalog from which to retrieve <code>Databases</code>. If none is
@@ -2305,6 +2671,9 @@ export interface GetDatabasesRequest {
2305
2671
  */
2306
2672
  ResourceShareType?: ResourceShareType | string;
2307
2673
  }
2674
+ /**
2675
+ * @public
2676
+ */
2308
2677
  export interface GetDatabasesResponse {
2309
2678
  /**
2310
2679
  * <p>A list of <code>Database</code> objects from the specified catalog.</p>
@@ -2316,6 +2685,9 @@ export interface GetDatabasesResponse {
2316
2685
  */
2317
2686
  NextToken?: string;
2318
2687
  }
2688
+ /**
2689
+ * @public
2690
+ */
2319
2691
  export interface GetDataCatalogEncryptionSettingsRequest {
2320
2692
  /**
2321
2693
  * <p>The ID of the Data Catalog to retrieve the security configuration for. If none is
@@ -2324,6 +2696,7 @@ export interface GetDataCatalogEncryptionSettingsRequest {
2324
2696
  CatalogId?: string;
2325
2697
  }
2326
2698
  /**
2699
+ * @public
2327
2700
  * <p>The data structure used by the Data Catalog to encrypt the password as part of
2328
2701
  * <code>CreateConnection</code> or <code>UpdateConnection</code> and store it in the
2329
2702
  * <code>ENCRYPTED_PASSWORD</code> field in the connection properties. You can enable catalog
@@ -2349,11 +2722,15 @@ export interface ConnectionPasswordEncryption {
2349
2722
  */
2350
2723
  AwsKmsKeyId?: string;
2351
2724
  }
2725
+ /**
2726
+ * @public
2727
+ */
2352
2728
  export declare enum CatalogEncryptionMode {
2353
2729
  DISABLED = "DISABLED",
2354
2730
  SSEKMS = "SSE-KMS"
2355
2731
  }
2356
2732
  /**
2733
+ * @public
2357
2734
  * <p>Specifies the encryption-at-rest configuration for the Data Catalog.</p>
2358
2735
  */
2359
2736
  export interface EncryptionAtRest {
@@ -2367,6 +2744,7 @@ export interface EncryptionAtRest {
2367
2744
  SseAwsKmsKeyId?: string;
2368
2745
  }
2369
2746
  /**
2747
+ * @public
2370
2748
  * <p>Contains configuration information for maintaining Data Catalog security.</p>
2371
2749
  */
2372
2750
  export interface DataCatalogEncryptionSettings {
@@ -2383,18 +2761,27 @@ export interface DataCatalogEncryptionSettings {
2383
2761
  */
2384
2762
  ConnectionPasswordEncryption?: ConnectionPasswordEncryption;
2385
2763
  }
2764
+ /**
2765
+ * @public
2766
+ */
2386
2767
  export interface GetDataCatalogEncryptionSettingsResponse {
2387
2768
  /**
2388
2769
  * <p>The requested security configuration.</p>
2389
2770
  */
2390
2771
  DataCatalogEncryptionSettings?: DataCatalogEncryptionSettings;
2391
2772
  }
2773
+ /**
2774
+ * @public
2775
+ */
2392
2776
  export interface GetDataflowGraphRequest {
2393
2777
  /**
2394
2778
  * <p>The Python script to transform.</p>
2395
2779
  */
2396
2780
  PythonScript?: string;
2397
2781
  }
2782
+ /**
2783
+ * @public
2784
+ */
2398
2785
  export interface GetDataflowGraphResponse {
2399
2786
  /**
2400
2787
  * <p>A list of the nodes in the resulting DAG.</p>
@@ -2405,12 +2792,18 @@ export interface GetDataflowGraphResponse {
2405
2792
  */
2406
2793
  DagEdges?: CodeGenEdge[];
2407
2794
  }
2795
+ /**
2796
+ * @public
2797
+ */
2408
2798
  export interface GetDataQualityResultRequest {
2409
2799
  /**
2410
2800
  * <p>A unique result ID for the data quality result.</p>
2411
2801
  */
2412
2802
  ResultId: string | undefined;
2413
2803
  }
2804
+ /**
2805
+ * @public
2806
+ */
2414
2807
  export interface GetDataQualityResultResponse {
2415
2808
  /**
2416
2809
  * <p>A unique result ID for the data quality result.</p>
@@ -2457,12 +2850,18 @@ export interface GetDataQualityResultResponse {
2457
2850
  */
2458
2851
  RuleResults?: DataQualityRuleResult[];
2459
2852
  }
2853
+ /**
2854
+ * @public
2855
+ */
2460
2856
  export interface GetDataQualityRuleRecommendationRunRequest {
2461
2857
  /**
2462
2858
  * <p>The unique run identifier associated with this run.</p>
2463
2859
  */
2464
2860
  RunId: string | undefined;
2465
2861
  }
2862
+ /**
2863
+ * @public
2864
+ */
2466
2865
  export interface GetDataQualityRuleRecommendationRunResponse {
2467
2866
  /**
2468
2867
  * <p>The unique run identifier associated with this run.</p>
@@ -2517,12 +2916,18 @@ export interface GetDataQualityRuleRecommendationRunResponse {
2517
2916
  */
2518
2917
  CreatedRulesetName?: string;
2519
2918
  }
2919
+ /**
2920
+ * @public
2921
+ */
2520
2922
  export interface GetDataQualityRulesetRequest {
2521
2923
  /**
2522
2924
  * <p>The name of the ruleset.</p>
2523
2925
  */
2524
2926
  Name: string | undefined;
2525
2927
  }
2928
+ /**
2929
+ * @public
2930
+ */
2526
2931
  export interface GetDataQualityRulesetResponse {
2527
2932
  /**
2528
2933
  * <p>The name of the ruleset.</p>
@@ -2553,6 +2958,9 @@ export interface GetDataQualityRulesetResponse {
2553
2958
  */
2554
2959
  RecommendationRunId?: string;
2555
2960
  }
2961
+ /**
2962
+ * @public
2963
+ */
2556
2964
  export interface GetDataQualityRulesetEvaluationRunRequest {
2557
2965
  /**
2558
2966
  * <p>The unique run identifier associated with this run.</p>
@@ -2560,6 +2968,7 @@ export interface GetDataQualityRulesetEvaluationRunRequest {
2560
2968
  RunId: string | undefined;
2561
2969
  }
2562
2970
  /**
2971
+ * @public
2563
2972
  * <p>Additional run options you can specify for an evaluation run.</p>
2564
2973
  */
2565
2974
  export interface DataQualityEvaluationRunAdditionalRunOptions {
@@ -2572,6 +2981,9 @@ export interface DataQualityEvaluationRunAdditionalRunOptions {
2572
2981
  */
2573
2982
  ResultsS3Prefix?: string;
2574
2983
  }
2984
+ /**
2985
+ * @public
2986
+ */
2575
2987
  export interface GetDataQualityRulesetEvaluationRunResponse {
2576
2988
  /**
2577
2989
  * <p>The unique run identifier associated with this run.</p>
@@ -2630,18 +3042,27 @@ export interface GetDataQualityRulesetEvaluationRunResponse {
2630
3042
  */
2631
3043
  ResultIds?: string[];
2632
3044
  }
3045
+ /**
3046
+ * @public
3047
+ */
2633
3048
  export interface GetDevEndpointRequest {
2634
3049
  /**
2635
3050
  * <p>Name of the <code>DevEndpoint</code> to retrieve information for.</p>
2636
3051
  */
2637
3052
  EndpointName: string | undefined;
2638
3053
  }
3054
+ /**
3055
+ * @public
3056
+ */
2639
3057
  export interface GetDevEndpointResponse {
2640
3058
  /**
2641
3059
  * <p>A <code>DevEndpoint</code> definition.</p>
2642
3060
  */
2643
3061
  DevEndpoint?: DevEndpoint;
2644
3062
  }
3063
+ /**
3064
+ * @public
3065
+ */
2645
3066
  export interface GetDevEndpointsRequest {
2646
3067
  /**
2647
3068
  * <p>The maximum size of information to return.</p>
@@ -2652,6 +3073,9 @@ export interface GetDevEndpointsRequest {
2652
3073
  */
2653
3074
  NextToken?: string;
2654
3075
  }
3076
+ /**
3077
+ * @public
3078
+ */
2655
3079
  export interface GetDevEndpointsResponse {
2656
3080
  /**
2657
3081
  * <p>A list of <code>DevEndpoint</code> definitions.</p>
@@ -2663,12 +3087,18 @@ export interface GetDevEndpointsResponse {
2663
3087
  */
2664
3088
  NextToken?: string;
2665
3089
  }
3090
+ /**
3091
+ * @public
3092
+ */
2666
3093
  export interface GetJobRequest {
2667
3094
  /**
2668
3095
  * <p>The name of the job definition to retrieve.</p>
2669
3096
  */
2670
3097
  JobName: string | undefined;
2671
3098
  }
3099
+ /**
3100
+ * @public
3101
+ */
2672
3102
  export interface GetJobBookmarkRequest {
2673
3103
  /**
2674
3104
  * <p>The name of the job in question.</p>
@@ -2680,6 +3110,7 @@ export interface GetJobBookmarkRequest {
2680
3110
  RunId?: string;
2681
3111
  }
2682
3112
  /**
3113
+ * @public
2683
3114
  * <p>Defines a point that a job can resume processing.</p>
2684
3115
  */
2685
3116
  export interface JobBookmarkEntry {
@@ -2712,12 +3143,18 @@ export interface JobBookmarkEntry {
2712
3143
  */
2713
3144
  JobBookmark?: string;
2714
3145
  }
3146
+ /**
3147
+ * @public
3148
+ */
2715
3149
  export interface GetJobBookmarkResponse {
2716
3150
  /**
2717
3151
  * <p>A structure that defines a point that a job can resume processing.</p>
2718
3152
  */
2719
3153
  JobBookmarkEntry?: JobBookmarkEntry;
2720
3154
  }
3155
+ /**
3156
+ * @public
3157
+ */
2721
3158
  export interface GetJobRunRequest {
2722
3159
  /**
2723
3160
  * <p>Name of the job definition being run.</p>
@@ -2732,12 +3169,18 @@ export interface GetJobRunRequest {
2732
3169
  */
2733
3170
  PredecessorsIncluded?: boolean;
2734
3171
  }
3172
+ /**
3173
+ * @public
3174
+ */
2735
3175
  export interface GetJobRunResponse {
2736
3176
  /**
2737
3177
  * <p>The requested job-run metadata.</p>
2738
3178
  */
2739
3179
  JobRun?: JobRun;
2740
3180
  }
3181
+ /**
3182
+ * @public
3183
+ */
2741
3184
  export interface GetJobRunsRequest {
2742
3185
  /**
2743
3186
  * <p>The name of the job definition for which to retrieve all job runs.</p>
@@ -2752,6 +3195,9 @@ export interface GetJobRunsRequest {
2752
3195
  */
2753
3196
  MaxResults?: number;
2754
3197
  }
3198
+ /**
3199
+ * @public
3200
+ */
2755
3201
  export interface GetJobRunsResponse {
2756
3202
  /**
2757
3203
  * <p>A list of job-run metadata objects.</p>
@@ -2762,6 +3208,9 @@ export interface GetJobRunsResponse {
2762
3208
  */
2763
3209
  NextToken?: string;
2764
3210
  }
3211
+ /**
3212
+ * @public
3213
+ */
2765
3214
  export interface GetJobsRequest {
2766
3215
  /**
2767
3216
  * <p>A continuation token, if this is a continuation call.</p>
@@ -2773,6 +3222,7 @@ export interface GetJobsRequest {
2773
3222
  MaxResults?: number;
2774
3223
  }
2775
3224
  /**
3225
+ * @public
2776
3226
  * <p>The location of resources.</p>
2777
3227
  */
2778
3228
  export interface Location {
@@ -2790,6 +3240,7 @@ export interface Location {
2790
3240
  DynamoDB?: CodeGenNodeArg[];
2791
3241
  }
2792
3242
  /**
3243
+ * @public
2793
3244
  * <p>Specifies a table definition in the Glue Data Catalog.</p>
2794
3245
  */
2795
3246
  export interface CatalogEntry {
@@ -2802,6 +3253,9 @@ export interface CatalogEntry {
2802
3253
  */
2803
3254
  TableName: string | undefined;
2804
3255
  }
3256
+ /**
3257
+ * @public
3258
+ */
2805
3259
  export interface GetMappingRequest {
2806
3260
  /**
2807
3261
  * <p>Specifies the source table.</p>
@@ -2817,6 +3271,7 @@ export interface GetMappingRequest {
2817
3271
  Location?: Location;
2818
3272
  }
2819
3273
  /**
3274
+ * @public
2820
3275
  * <p>Defines a mapping.</p>
2821
3276
  */
2822
3277
  export interface MappingEntry {
@@ -2845,12 +3300,18 @@ export interface MappingEntry {
2845
3300
  */
2846
3301
  TargetType?: string;
2847
3302
  }
3303
+ /**
3304
+ * @public
3305
+ */
2848
3306
  export interface GetMappingResponse {
2849
3307
  /**
2850
3308
  * <p>A list of mappings to the specified targets.</p>
2851
3309
  */
2852
3310
  Mapping: MappingEntry[] | undefined;
2853
3311
  }
3312
+ /**
3313
+ * @public
3314
+ */
2854
3315
  export interface GetMLTaskRunRequest {
2855
3316
  /**
2856
3317
  * <p>The unique identifier of the machine learning transform.</p>
@@ -2862,6 +3323,7 @@ export interface GetMLTaskRunRequest {
2862
3323
  TaskRunId: string | undefined;
2863
3324
  }
2864
3325
  /**
3326
+ * @public
2865
3327
  * <p>Specifies configuration properties for an exporting labels task run.</p>
2866
3328
  */
2867
3329
  export interface ExportLabelsTaskRunProperties {
@@ -2872,6 +3334,7 @@ export interface ExportLabelsTaskRunProperties {
2872
3334
  OutputS3Path?: string;
2873
3335
  }
2874
3336
  /**
3337
+ * @public
2875
3338
  * <p>Specifies configuration properties for a Find Matches task run.</p>
2876
3339
  */
2877
3340
  export interface FindMatchesTaskRunProperties {
@@ -2889,6 +3352,7 @@ export interface FindMatchesTaskRunProperties {
2889
3352
  JobRunId?: string;
2890
3353
  }
2891
3354
  /**
3355
+ * @public
2892
3356
  * <p>Specifies configuration properties for an importing labels task run.</p>
2893
3357
  */
2894
3358
  export interface ImportLabelsTaskRunProperties {
@@ -2903,6 +3367,7 @@ export interface ImportLabelsTaskRunProperties {
2903
3367
  Replace?: boolean;
2904
3368
  }
2905
3369
  /**
3370
+ * @public
2906
3371
  * <p>Specifies configuration properties for a labeling set generation task run.</p>
2907
3372
  */
2908
3373
  export interface LabelingSetGenerationTaskRunProperties {
@@ -2912,6 +3377,9 @@ export interface LabelingSetGenerationTaskRunProperties {
2912
3377
  */
2913
3378
  OutputS3Path?: string;
2914
3379
  }
3380
+ /**
3381
+ * @public
3382
+ */
2915
3383
  export declare enum TaskType {
2916
3384
  EVALUATION = "EVALUATION",
2917
3385
  EXPORT_LABELS = "EXPORT_LABELS",
@@ -2920,6 +3388,7 @@ export declare enum TaskType {
2920
3388
  LABELING_SET_GENERATION = "LABELING_SET_GENERATION"
2921
3389
  }
2922
3390
  /**
3391
+ * @public
2923
3392
  * <p>The configuration properties for the task run.</p>
2924
3393
  */
2925
3394
  export interface TaskRunProperties {
@@ -2944,6 +3413,9 @@ export interface TaskRunProperties {
2944
3413
  */
2945
3414
  FindMatchesTaskRunProperties?: FindMatchesTaskRunProperties;
2946
3415
  }
3416
+ /**
3417
+ * @public
3418
+ */
2947
3419
  export interface GetMLTaskRunResponse {
2948
3420
  /**
2949
3421
  * <p>The unique identifier of the task run.</p>
@@ -2987,6 +3459,7 @@ export interface GetMLTaskRunResponse {
2987
3459
  ExecutionTime?: number;
2988
3460
  }
2989
3461
  /**
3462
+ * @public
2990
3463
  * <p>The criteria that are used to filter the task runs for the machine learning
2991
3464
  * transform.</p>
2992
3465
  */
@@ -3008,16 +3481,23 @@ export interface TaskRunFilterCriteria {
3008
3481
  */
3009
3482
  StartedAfter?: Date;
3010
3483
  }
3484
+ /**
3485
+ * @public
3486
+ */
3011
3487
  export declare enum TaskRunSortColumnType {
3012
3488
  STARTED = "STARTED",
3013
3489
  STATUS = "STATUS",
3014
3490
  TASK_RUN_TYPE = "TASK_RUN_TYPE"
3015
3491
  }
3492
+ /**
3493
+ * @public
3494
+ */
3016
3495
  export declare enum SortDirectionType {
3017
3496
  ASCENDING = "ASCENDING",
3018
3497
  DESCENDING = "DESCENDING"
3019
3498
  }
3020
3499
  /**
3500
+ * @public
3021
3501
  * <p>The sorting criteria that are used to sort the list of task runs for the machine learning
3022
3502
  * transform.</p>
3023
3503
  */
@@ -3033,6 +3513,9 @@ export interface TaskRunSortCriteria {
3033
3513
  */
3034
3514
  SortDirection: SortDirectionType | string | undefined;
3035
3515
  }
3516
+ /**
3517
+ * @public
3518
+ */
3036
3519
  export interface GetMLTaskRunsRequest {
3037
3520
  /**
3038
3521
  * <p>The unique identifier of the machine learning transform.</p>
@@ -3056,6 +3539,7 @@ export interface GetMLTaskRunsRequest {
3056
3539
  Sort?: TaskRunSortCriteria;
3057
3540
  }
3058
3541
  /**
3542
+ * @public
3059
3543
  * <p>The sampling parameters that are associated with the machine learning transform.</p>
3060
3544
  */
3061
3545
  export interface TaskRun {
@@ -3100,6 +3584,9 @@ export interface TaskRun {
3100
3584
  */
3101
3585
  ExecutionTime?: number;
3102
3586
  }
3587
+ /**
3588
+ * @public
3589
+ */
3103
3590
  export interface GetMLTaskRunsResponse {
3104
3591
  /**
3105
3592
  * <p>A list of task runs that are associated with the transform.</p>
@@ -3110,6 +3597,9 @@ export interface GetMLTaskRunsResponse {
3110
3597
  */
3111
3598
  NextToken?: string;
3112
3599
  }
3600
+ /**
3601
+ * @public
3602
+ */
3113
3603
  export interface GetMLTransformRequest {
3114
3604
  /**
3115
3605
  * <p>The unique identifier of the transform, generated at the time that the transform was
@@ -3118,6 +3608,7 @@ export interface GetMLTransformRequest {
3118
3608
  TransformId: string | undefined;
3119
3609
  }
3120
3610
  /**
3611
+ * @public
3121
3612
  * <p>A structure containing the column name and column importance score for a column. </p>
3122
3613
  * <p>Column importance helps you understand how columns contribute to your model, by identifying which columns in your records are more important than others.</p>
3123
3614
  */
@@ -3132,6 +3623,7 @@ export interface ColumnImportance {
3132
3623
  Importance?: number;
3133
3624
  }
3134
3625
  /**
3626
+ * @public
3135
3627
  * <p>The confusion matrix shows you what your transform is predicting accurately and what types of errors it is making.</p>
3136
3628
  * <p>For more information, see <a href="https://en.wikipedia.org/wiki/Confusion_matrix">Confusion matrix</a> in Wikipedia.</p>
3137
3629
  */
@@ -3156,6 +3648,7 @@ export interface ConfusionMatrix {
3156
3648
  NumFalseNegatives?: number;
3157
3649
  }
3158
3650
  /**
3651
+ * @public
3159
3652
  * <p>The evaluation metrics for the find matches algorithm. The quality of your machine
3160
3653
  * learning transform is measured by getting your transform to predict some matches and comparing
3161
3654
  * the results to known matches from the same dataset. The quality metrics are based on a subset
@@ -3197,6 +3690,7 @@ export interface FindMatchesMetrics {
3197
3690
  ColumnImportances?: ColumnImportance[];
3198
3691
  }
3199
3692
  /**
3693
+ * @public
3200
3694
  * <p>Evaluation metrics provide an estimate of the quality of your machine learning transform.</p>
3201
3695
  */
3202
3696
  export interface EvaluationMetrics {
@@ -3210,6 +3704,7 @@ export interface EvaluationMetrics {
3210
3704
  FindMatchesMetrics?: FindMatchesMetrics;
3211
3705
  }
3212
3706
  /**
3707
+ * @public
3213
3708
  * <p>A key-value pair representing a column and data type that this transform can
3214
3709
  * run against. The <code>Schema</code> parameter of the <code>MLTransform</code> may contain up to 100 of these structures.</p>
3215
3710
  */
@@ -3223,11 +3718,17 @@ export interface SchemaColumn {
3223
3718
  */
3224
3719
  DataType?: string;
3225
3720
  }
3721
+ /**
3722
+ * @public
3723
+ */
3226
3724
  export declare enum TransformStatusType {
3227
3725
  DELETING = "DELETING",
3228
3726
  NOT_READY = "NOT_READY",
3229
3727
  READY = "READY"
3230
3728
  }
3729
+ /**
3730
+ * @public
3731
+ */
3231
3732
  export interface GetMLTransformResponse {
3232
3733
  /**
3233
3734
  * <p>The unique identifier of the transform, generated at the time that the transform was
@@ -3325,6 +3826,7 @@ export interface GetMLTransformResponse {
3325
3826
  TransformEncryption?: TransformEncryption;
3326
3827
  }
3327
3828
  /**
3829
+ * @public
3328
3830
  * <p>The criteria used to filter the machine learning transforms.</p>
3329
3831
  */
3330
3832
  export interface TransformFilterCriteria {
@@ -3369,6 +3871,9 @@ export interface TransformFilterCriteria {
3369
3871
  */
3370
3872
  Schema?: SchemaColumn[];
3371
3873
  }
3874
+ /**
3875
+ * @public
3876
+ */
3372
3877
  export declare enum TransformSortColumnType {
3373
3878
  CREATED = "CREATED",
3374
3879
  LAST_MODIFIED = "LAST_MODIFIED",
@@ -3377,6 +3882,7 @@ export declare enum TransformSortColumnType {
3377
3882
  TRANSFORM_TYPE = "TRANSFORM_TYPE"
3378
3883
  }
3379
3884
  /**
3885
+ * @public
3380
3886
  * <p>The sorting criteria that are associated with the machine learning transform.</p>
3381
3887
  */
3382
3888
  export interface TransformSortCriteria {
@@ -3391,6 +3897,9 @@ export interface TransformSortCriteria {
3391
3897
  */
3392
3898
  SortDirection: SortDirectionType | string | undefined;
3393
3899
  }
3900
+ /**
3901
+ * @public
3902
+ */
3394
3903
  export interface GetMLTransformsRequest {
3395
3904
  /**
3396
3905
  * <p>A paginated token to offset the results.</p>
@@ -3410,6 +3919,7 @@ export interface GetMLTransformsRequest {
3410
3919
  Sort?: TransformSortCriteria;
3411
3920
  }
3412
3921
  /**
3922
+ * @public
3413
3923
  * <p>A structure for a machine learning transform.</p>
3414
3924
  */
3415
3925
  export interface MLTransform {
@@ -3555,6 +4065,9 @@ export interface MLTransform {
3555
4065
  */
3556
4066
  TransformEncryption?: TransformEncryption;
3557
4067
  }
4068
+ /**
4069
+ * @public
4070
+ */
3558
4071
  export interface GetMLTransformsResponse {
3559
4072
  /**
3560
4073
  * <p>A list of machine learning transforms.</p>
@@ -3565,6 +4078,9 @@ export interface GetMLTransformsResponse {
3565
4078
  */
3566
4079
  NextToken?: string;
3567
4080
  }
4081
+ /**
4082
+ * @public
4083
+ */
3568
4084
  export interface GetPartitionRequest {
3569
4085
  /**
3570
4086
  * <p>The ID of the Data Catalog where the partition in question resides. If none is provided,
@@ -3584,6 +4100,9 @@ export interface GetPartitionRequest {
3584
4100
  */
3585
4101
  PartitionValues: string[] | undefined;
3586
4102
  }
4103
+ /**
4104
+ * @public
4105
+ */
3587
4106
  export interface GetPartitionResponse {
3588
4107
  /**
3589
4108
  * <p>The requested information, in the form of a <code>Partition</code>
@@ -3591,6 +4110,9 @@ export interface GetPartitionResponse {
3591
4110
  */
3592
4111
  Partition?: Partition;
3593
4112
  }
4113
+ /**
4114
+ * @public
4115
+ */
3594
4116
  export interface GetPartitionIndexesRequest {
3595
4117
  /**
3596
4118
  * <p>The catalog ID where the table resides.</p>
@@ -3609,6 +4131,9 @@ export interface GetPartitionIndexesRequest {
3609
4131
  */
3610
4132
  NextToken?: string;
3611
4133
  }
4134
+ /**
4135
+ * @public
4136
+ */
3612
4137
  export declare enum BackfillErrorCode {
3613
4138
  ENCRYPTED_PARTITION_ERROR = "ENCRYPTED_PARTITION_ERROR",
3614
4139
  INTERNAL_ERROR = "INTERNAL_ERROR",
@@ -3617,6 +4142,7 @@ export declare enum BackfillErrorCode {
3617
4142
  UNSUPPORTED_PARTITION_CHARACTER_ERROR = "UNSUPPORTED_PARTITION_CHARACTER_ERROR"
3618
4143
  }
3619
4144
  /**
4145
+ * @public
3620
4146
  * <p>A list of errors that can occur when registering partition indexes for an existing table.</p>
3621
4147
  * <p>These errors give the details about why an index registration failed and provide a limited number of partitions in the response, so that you can fix the partitions at fault and try registering the index again. The most common set of errors that can occur are categorized as follows:</p>
3622
4148
  * <ul>
@@ -3647,6 +4173,9 @@ export interface BackfillError {
3647
4173
  */
3648
4174
  Partitions?: PartitionValueList[];
3649
4175
  }
4176
+ /**
4177
+ * @public
4178
+ */
3650
4179
  export declare enum PartitionIndexStatus {
3651
4180
  ACTIVE = "ACTIVE",
3652
4181
  CREATING = "CREATING",
@@ -3654,6 +4183,7 @@ export declare enum PartitionIndexStatus {
3654
4183
  FAILED = "FAILED"
3655
4184
  }
3656
4185
  /**
4186
+ * @public
3657
4187
  * <p>A partition key pair consisting of a name and a type.</p>
3658
4188
  */
3659
4189
  export interface KeySchemaElement {
@@ -3667,6 +4197,7 @@ export interface KeySchemaElement {
3667
4197
  Type: string | undefined;
3668
4198
  }
3669
4199
  /**
4200
+ * @public
3670
4201
  * <p>A descriptor for a partition index in a table.</p>
3671
4202
  */
3672
4203
  export interface PartitionIndexDescriptor {
@@ -3702,6 +4233,9 @@ export interface PartitionIndexDescriptor {
3702
4233
  */
3703
4234
  BackfillErrors?: BackfillError[];
3704
4235
  }
4236
+ /**
4237
+ * @public
4238
+ */
3705
4239
  export interface GetPartitionIndexesResponse {
3706
4240
  /**
3707
4241
  * <p>A list of index descriptors.</p>
@@ -3713,6 +4247,7 @@ export interface GetPartitionIndexesResponse {
3713
4247
  NextToken?: string;
3714
4248
  }
3715
4249
  /**
4250
+ * @public
3716
4251
  * <p>Defines a non-overlapping region of a table's partitions, allowing
3717
4252
  * multiple requests to be run in parallel.</p>
3718
4253
  */
@@ -3727,6 +4262,9 @@ export interface Segment {
3727
4262
  */
3728
4263
  TotalSegments: number | undefined;
3729
4264
  }
4265
+ /**
4266
+ * @public
4267
+ */
3730
4268
  export interface GetPartitionsRequest {
3731
4269
  /**
3732
4270
  * <p>The ID of the Data Catalog where the partitions in question reside. If none is provided,
@@ -3875,6 +4413,9 @@ export interface GetPartitionsRequest {
3875
4413
  */
3876
4414
  QueryAsOfTime?: Date;
3877
4415
  }
4416
+ /**
4417
+ * @public
4418
+ */
3878
4419
  export interface GetPartitionsResponse {
3879
4420
  /**
3880
4421
  * <p>A list of requested partitions.</p>
@@ -3886,6 +4427,9 @@ export interface GetPartitionsResponse {
3886
4427
  */
3887
4428
  NextToken?: string;
3888
4429
  }
4430
+ /**
4431
+ * @public
4432
+ */
3889
4433
  export interface GetPlanRequest {
3890
4434
  /**
3891
4435
  * <p>The list of mappings from a source table to target tables.</p>
@@ -3915,13 +4459,16 @@ export interface GetPlanRequest {
3915
4459
  * <p>
3916
4460
  * <code>inferSchema</code>  —  Specifies whether to set <code>inferSchema</code> to true or false for the default script generated by an Glue job. For example, to set <code>inferSchema</code> to true, pass the following key value pair:</p>
3917
4461
  * <p>
3918
- * <code>--additional-plan-options-map '{"inferSchema":"true"}'</code>
4462
+ * <code>--additional-plan-options-map '\{"inferSchema":"true"\}'</code>
3919
4463
  * </p>
3920
4464
  * </li>
3921
4465
  * </ul>
3922
4466
  */
3923
4467
  AdditionalPlanOptionsMap?: Record<string, string>;
3924
4468
  }
4469
+ /**
4470
+ * @public
4471
+ */
3925
4472
  export interface GetPlanResponse {
3926
4473
  /**
3927
4474
  * <p>A Python script to perform the mapping.</p>
@@ -3932,12 +4479,18 @@ export interface GetPlanResponse {
3932
4479
  */
3933
4480
  ScalaCode?: string;
3934
4481
  }
4482
+ /**
4483
+ * @public
4484
+ */
3935
4485
  export interface GetRegistryInput {
3936
4486
  /**
3937
4487
  * <p>This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).</p>
3938
4488
  */
3939
4489
  RegistryId: RegistryId | undefined;
3940
4490
  }
4491
+ /**
4492
+ * @public
4493
+ */
3941
4494
  export interface GetRegistryResponse {
3942
4495
  /**
3943
4496
  * <p>The name of the registry.</p>
@@ -3964,6 +4517,9 @@ export interface GetRegistryResponse {
3964
4517
  */
3965
4518
  UpdatedTime?: string;
3966
4519
  }
4520
+ /**
4521
+ * @public
4522
+ */
3967
4523
  export interface GetResourcePoliciesRequest {
3968
4524
  /**
3969
4525
  * <p>A continuation token, if this is a continuation request.</p>
@@ -3975,6 +4531,7 @@ export interface GetResourcePoliciesRequest {
3975
4531
  MaxResults?: number;
3976
4532
  }
3977
4533
  /**
4534
+ * @public
3978
4535
  * <p>A structure for returning a resource policy.</p>
3979
4536
  */
3980
4537
  export interface GluePolicy {
@@ -3995,6 +4552,9 @@ export interface GluePolicy {
3995
4552
  */
3996
4553
  UpdateTime?: Date;
3997
4554
  }
4555
+ /**
4556
+ * @public
4557
+ */
3998
4558
  export interface GetResourcePoliciesResponse {
3999
4559
  /**
4000
4560
  * <p>A list of the individual resource policies and the account-level resource policy.</p>
@@ -4005,6 +4565,9 @@ export interface GetResourcePoliciesResponse {
4005
4565
  */
4006
4566
  NextToken?: string;
4007
4567
  }
4568
+ /**
4569
+ * @public
4570
+ */
4008
4571
  export interface GetResourcePolicyRequest {
4009
4572
  /**
4010
4573
  * <p>The ARN of the Glue resource for which to retrieve the resource policy. If not
@@ -4014,6 +4577,9 @@ export interface GetResourcePolicyRequest {
4014
4577
  */
4015
4578
  ResourceArn?: string;
4016
4579
  }
4580
+ /**
4581
+ * @public
4582
+ */
4017
4583
  export interface GetResourcePolicyResponse {
4018
4584
  /**
4019
4585
  * <p>Contains the requested policy document, in JSON format.</p>
@@ -4032,6 +4598,9 @@ export interface GetResourcePolicyResponse {
4032
4598
  */
4033
4599
  UpdateTime?: Date;
4034
4600
  }
4601
+ /**
4602
+ * @public
4603
+ */
4035
4604
  export interface GetSchemaInput {
4036
4605
  /**
4037
4606
  * <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
@@ -4046,6 +4615,9 @@ export interface GetSchemaInput {
4046
4615
  */
4047
4616
  SchemaId: SchemaId | undefined;
4048
4617
  }
4618
+ /**
4619
+ * @public
4620
+ */
4049
4621
  export interface GetSchemaResponse {
4050
4622
  /**
4051
4623
  * <p>The name of the registry.</p>
@@ -4100,6 +4672,9 @@ export interface GetSchemaResponse {
4100
4672
  */
4101
4673
  UpdatedTime?: string;
4102
4674
  }
4675
+ /**
4676
+ * @public
4677
+ */
4103
4678
  export interface GetSchemaByDefinitionInput {
4104
4679
  /**
4105
4680
  * <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
@@ -4118,6 +4693,9 @@ export interface GetSchemaByDefinitionInput {
4118
4693
  */
4119
4694
  SchemaDefinition: string | undefined;
4120
4695
  }
4696
+ /**
4697
+ * @public
4698
+ */
4121
4699
  export interface GetSchemaByDefinitionResponse {
4122
4700
  /**
4123
4701
  * <p>The schema ID of the schema version.</p>
@@ -4141,6 +4719,7 @@ export interface GetSchemaByDefinitionResponse {
4141
4719
  CreatedTime?: string;
4142
4720
  }
4143
4721
  /**
4722
+ * @public
4144
4723
  * <p>A structure containing the schema version information.</p>
4145
4724
  */
4146
4725
  export interface SchemaVersionNumber {
@@ -4153,6 +4732,9 @@ export interface SchemaVersionNumber {
4153
4732
  */
4154
4733
  VersionNumber?: number;
4155
4734
  }
4735
+ /**
4736
+ * @public
4737
+ */
4156
4738
  export interface GetSchemaVersionInput {
4157
4739
  /**
4158
4740
  * <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
@@ -4175,6 +4757,9 @@ export interface GetSchemaVersionInput {
4175
4757
  */
4176
4758
  SchemaVersionNumber?: SchemaVersionNumber;
4177
4759
  }
4760
+ /**
4761
+ * @public
4762
+ */
4178
4763
  export interface GetSchemaVersionResponse {
4179
4764
  /**
4180
4765
  * <p>The <code>SchemaVersionId</code> of the schema version.</p>
@@ -4205,9 +4790,15 @@ export interface GetSchemaVersionResponse {
4205
4790
  */
4206
4791
  CreatedTime?: string;
4207
4792
  }
4793
+ /**
4794
+ * @public
4795
+ */
4208
4796
  export declare enum SchemaDiffType {
4209
4797
  SYNTAX_DIFF = "SYNTAX_DIFF"
4210
4798
  }
4799
+ /**
4800
+ * @public
4801
+ */
4211
4802
  export interface GetSchemaVersionsDiffInput {
4212
4803
  /**
4213
4804
  * <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
@@ -4234,12 +4825,18 @@ export interface GetSchemaVersionsDiffInput {
4234
4825
  */
4235
4826
  SchemaDiffType: SchemaDiffType | string | undefined;
4236
4827
  }
4828
+ /**
4829
+ * @public
4830
+ */
4237
4831
  export interface GetSchemaVersionsDiffResponse {
4238
4832
  /**
4239
4833
  * <p>The difference between schemas as a string in JsonPatch format.</p>
4240
4834
  */
4241
4835
  Diff?: string;
4242
4836
  }
4837
+ /**
4838
+ * @public
4839
+ */
4243
4840
  export interface GetSecurityConfigurationRequest {
4244
4841
  /**
4245
4842
  * <p>The name of the security configuration to retrieve.</p>
@@ -4247,6 +4844,7 @@ export interface GetSecurityConfigurationRequest {
4247
4844
  Name: string | undefined;
4248
4845
  }
4249
4846
  /**
4847
+ * @public
4250
4848
  * <p>Specifies a security configuration.</p>
4251
4849
  */
4252
4850
  export interface SecurityConfiguration {
@@ -4263,12 +4861,18 @@ export interface SecurityConfiguration {
4263
4861
  */
4264
4862
  EncryptionConfiguration?: EncryptionConfiguration;
4265
4863
  }
4864
+ /**
4865
+ * @public
4866
+ */
4266
4867
  export interface GetSecurityConfigurationResponse {
4267
4868
  /**
4268
4869
  * <p>The requested security configuration.</p>
4269
4870
  */
4270
4871
  SecurityConfiguration?: SecurityConfiguration;
4271
4872
  }
4873
+ /**
4874
+ * @public
4875
+ */
4272
4876
  export interface GetSecurityConfigurationsRequest {
4273
4877
  /**
4274
4878
  * <p>The maximum number of results to return.</p>
@@ -4279,6 +4883,9 @@ export interface GetSecurityConfigurationsRequest {
4279
4883
  */
4280
4884
  NextToken?: string;
4281
4885
  }
4886
+ /**
4887
+ * @public
4888
+ */
4282
4889
  export interface GetSecurityConfigurationsResponse {
4283
4890
  /**
4284
4891
  * <p>A list of security configurations.</p>
@@ -4290,6 +4897,9 @@ export interface GetSecurityConfigurationsResponse {
4290
4897
  */
4291
4898
  NextToken?: string;
4292
4899
  }
4900
+ /**
4901
+ * @public
4902
+ */
4293
4903
  export interface GetSessionRequest {
4294
4904
  /**
4295
4905
  * <p>The ID of the session. </p>
@@ -4300,12 +4910,18 @@ export interface GetSessionRequest {
4300
4910
  */
4301
4911
  RequestOrigin?: string;
4302
4912
  }
4913
+ /**
4914
+ * @public
4915
+ */
4303
4916
  export interface GetSessionResponse {
4304
4917
  /**
4305
4918
  * <p>The session object is returned in the response.</p>
4306
4919
  */
4307
4920
  Session?: Session;
4308
4921
  }
4922
+ /**
4923
+ * @public
4924
+ */
4309
4925
  export interface GetStatementRequest {
4310
4926
  /**
4311
4927
  * <p>The Session ID of the statement.</p>
@@ -4321,6 +4937,7 @@ export interface GetStatementRequest {
4321
4937
  RequestOrigin?: string;
4322
4938
  }
4323
4939
  /**
4940
+ * @public
4324
4941
  * <p>The code execution output in JSON format.</p>
4325
4942
  */
4326
4943
  export interface StatementOutputData {
@@ -4329,6 +4946,9 @@ export interface StatementOutputData {
4329
4946
  */
4330
4947
  TextPlain?: string;
4331
4948
  }
4949
+ /**
4950
+ * @public
4951
+ */
4332
4952
  export declare enum StatementState {
4333
4953
  AVAILABLE = "AVAILABLE",
4334
4954
  CANCELLED = "CANCELLED",
@@ -4338,6 +4958,7 @@ export declare enum StatementState {
4338
4958
  WAITING = "WAITING"
4339
4959
  }
4340
4960
  /**
4961
+ * @public
4341
4962
  * <p>The code execution output in JSON format.</p>
4342
4963
  */
4343
4964
  export interface StatementOutput {
@@ -4367,6 +4988,7 @@ export interface StatementOutput {
4367
4988
  Traceback?: string[];
4368
4989
  }
4369
4990
  /**
4991
+ * @public
4370
4992
  * <p>The statement or request for a particular action to occur in a session.</p>
4371
4993
  */
4372
4994
  export interface Statement {
@@ -4399,12 +5021,18 @@ export interface Statement {
4399
5021
  */
4400
5022
  CompletedOn?: number;
4401
5023
  }
5024
+ /**
5025
+ * @public
5026
+ */
4402
5027
  export interface GetStatementResponse {
4403
5028
  /**
4404
5029
  * <p>Returns the statement.</p>
4405
5030
  */
4406
5031
  Statement?: Statement;
4407
5032
  }
5033
+ /**
5034
+ * @public
5035
+ */
4408
5036
  export interface GetTableRequest {
4409
5037
  /**
4410
5038
  * <p>The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account
@@ -4431,6 +5059,7 @@ export interface GetTableRequest {
4431
5059
  QueryAsOfTime?: Date;
4432
5060
  }
4433
5061
  /**
5062
+ * @public
4434
5063
  * <p>Represents a collection of related data organized in columns and rows.</p>
4435
5064
  */
4436
5065
  export interface Table {
@@ -4542,12 +5171,18 @@ export interface Table {
4542
5171
  */
4543
5172
  VersionId?: string;
4544
5173
  }
5174
+ /**
5175
+ * @public
5176
+ */
4545
5177
  export interface GetTableResponse {
4546
5178
  /**
4547
5179
  * <p>The <code>Table</code> object that defines the specified table.</p>
4548
5180
  */
4549
5181
  Table?: Table;
4550
5182
  }
5183
+ /**
5184
+ * @public
5185
+ */
4551
5186
  export interface GetTablesRequest {
4552
5187
  /**
4553
5188
  * <p>The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account
@@ -4581,6 +5216,9 @@ export interface GetTablesRequest {
4581
5216
  */
4582
5217
  QueryAsOfTime?: Date;
4583
5218
  }
5219
+ /**
5220
+ * @public
5221
+ */
4584
5222
  export interface GetTablesResponse {
4585
5223
  /**
4586
5224
  * <p>A list of the requested <code>Table</code> objects.</p>
@@ -4592,6 +5230,9 @@ export interface GetTablesResponse {
4592
5230
  */
4593
5231
  NextToken?: string;
4594
5232
  }
5233
+ /**
5234
+ * @public
5235
+ */
4595
5236
  export interface GetTableVersionRequest {
4596
5237
  /**
4597
5238
  * <p>The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account
@@ -4614,6 +5255,7 @@ export interface GetTableVersionRequest {
4614
5255
  VersionId?: string;
4615
5256
  }
4616
5257
  /**
5258
+ * @public
4617
5259
  * <p>Specifies a version of a table.</p>
4618
5260
  */
4619
5261
  export interface TableVersion {
@@ -4626,12 +5268,18 @@ export interface TableVersion {
4626
5268
  */
4627
5269
  VersionId?: string;
4628
5270
  }
5271
+ /**
5272
+ * @public
5273
+ */
4629
5274
  export interface GetTableVersionResponse {
4630
5275
  /**
4631
5276
  * <p>The requested table version.</p>
4632
5277
  */
4633
5278
  TableVersion?: TableVersion;
4634
5279
  }
5280
+ /**
5281
+ * @public
5282
+ */
4635
5283
  export interface GetTableVersionsRequest {
4636
5284
  /**
4637
5285
  * <p>The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account
@@ -4657,6 +5305,9 @@ export interface GetTableVersionsRequest {
4657
5305
  */
4658
5306
  MaxResults?: number;
4659
5307
  }
5308
+ /**
5309
+ * @public
5310
+ */
4660
5311
  export interface GetTableVersionsResponse {
4661
5312
  /**
4662
5313
  * <p>A list of strings identifying available versions of the
@@ -4669,30 +5320,45 @@ export interface GetTableVersionsResponse {
4669
5320
  */
4670
5321
  NextToken?: string;
4671
5322
  }
5323
+ /**
5324
+ * @public
5325
+ */
4672
5326
  export interface GetTagsRequest {
4673
5327
  /**
4674
5328
  * <p>The Amazon Resource Name (ARN) of the resource for which to retrieve tags.</p>
4675
5329
  */
4676
5330
  ResourceArn: string | undefined;
4677
5331
  }
5332
+ /**
5333
+ * @public
5334
+ */
4678
5335
  export interface GetTagsResponse {
4679
5336
  /**
4680
5337
  * <p>The requested tags.</p>
4681
5338
  */
4682
5339
  Tags?: Record<string, string>;
4683
5340
  }
5341
+ /**
5342
+ * @public
5343
+ */
4684
5344
  export interface GetTriggerRequest {
4685
5345
  /**
4686
5346
  * <p>The name of the trigger to retrieve.</p>
4687
5347
  */
4688
5348
  Name: string | undefined;
4689
5349
  }
5350
+ /**
5351
+ * @public
5352
+ */
4690
5353
  export interface GetTriggerResponse {
4691
5354
  /**
4692
5355
  * <p>The requested trigger definition.</p>
4693
5356
  */
4694
5357
  Trigger?: Trigger;
4695
5358
  }
5359
+ /**
5360
+ * @public
5361
+ */
4696
5362
  export interface GetTriggersRequest {
4697
5363
  /**
4698
5364
  * <p>A continuation token, if this is a continuation call.</p>
@@ -4708,6 +5374,9 @@ export interface GetTriggersRequest {
4708
5374
  */
4709
5375
  MaxResults?: number;
4710
5376
  }
5377
+ /**
5378
+ * @public
5379
+ */
4711
5380
  export interface GetTriggersResponse {
4712
5381
  /**
4713
5382
  * <p>A list of triggers for the specified job.</p>
@@ -4719,10 +5388,16 @@ export interface GetTriggersResponse {
4719
5388
  */
4720
5389
  NextToken?: string;
4721
5390
  }
5391
+ /**
5392
+ * @public
5393
+ */
4722
5394
  export declare enum PermissionType {
4723
5395
  CELL_FILTER_PERMISSION = "CELL_FILTER_PERMISSION",
4724
5396
  COLUMN_PERMISSION = "COLUMN_PERMISSION"
4725
5397
  }
5398
+ /**
5399
+ * @public
5400
+ */
4726
5401
  export interface GetUnfilteredPartitionMetadataRequest {
4727
5402
  /**
4728
5403
  * <p>The catalog ID where the partition resides.</p>
@@ -4749,6 +5424,9 @@ export interface GetUnfilteredPartitionMetadataRequest {
4749
5424
  */
4750
5425
  SupportedPermissionTypes: (PermissionType | string)[] | undefined;
4751
5426
  }
5427
+ /**
5428
+ * @public
5429
+ */
4752
5430
  export interface GetUnfilteredPartitionMetadataResponse {
4753
5431
  /**
4754
5432
  * <p>A Partition object containing the partition metadata.</p>
@@ -4764,6 +5442,9 @@ export interface GetUnfilteredPartitionMetadataResponse {
4764
5442
  */
4765
5443
  IsRegisteredWithLakeFormation?: boolean;
4766
5444
  }
5445
+ /**
5446
+ * @public
5447
+ */
4767
5448
  export declare class PermissionTypeMismatchException extends __BaseException {
4768
5449
  readonly name: "PermissionTypeMismatchException";
4769
5450
  readonly $fault: "client";
@@ -4773,6 +5454,9 @@ export declare class PermissionTypeMismatchException extends __BaseException {
4773
5454
  */
4774
5455
  constructor(opts: __ExceptionOptionType<PermissionTypeMismatchException, __BaseException>);
4775
5456
  }
5457
+ /**
5458
+ * @public
5459
+ */
4776
5460
  export interface GetUnfilteredPartitionsMetadataRequest {
4777
5461
  /**
4778
5462
  * <p>The ID of the Data Catalog where the partitions in question reside. If none is provided,
@@ -4913,6 +5597,7 @@ export interface GetUnfilteredPartitionsMetadataRequest {
4913
5597
  MaxResults?: number;
4914
5598
  }
4915
5599
  /**
5600
+ * @public
4916
5601
  * <p>A partition that contains unfiltered metadata.</p>
4917
5602
  */
4918
5603
  export interface UnfilteredPartition {
@@ -4929,6 +5614,9 @@ export interface UnfilteredPartition {
4929
5614
  */
4930
5615
  IsRegisteredWithLakeFormation?: boolean;
4931
5616
  }
5617
+ /**
5618
+ * @public
5619
+ */
4932
5620
  export interface GetUnfilteredPartitionsMetadataResponse {
4933
5621
  /**
4934
5622
  * <p>A list of requested partitions.</p>
@@ -4940,6 +5628,9 @@ export interface GetUnfilteredPartitionsMetadataResponse {
4940
5628
  */
4941
5629
  NextToken?: string;
4942
5630
  }
5631
+ /**
5632
+ * @public
5633
+ */
4943
5634
  export interface GetUnfilteredTableMetadataRequest {
4944
5635
  /**
4945
5636
  * <p>The catalog ID where the table resides.</p>
@@ -4963,6 +5654,7 @@ export interface GetUnfilteredTableMetadataRequest {
4963
5654
  SupportedPermissionTypes: (PermissionType | string)[] | undefined;
4964
5655
  }
4965
5656
  /**
5657
+ * @public
4966
5658
  * <p>A filter that uses both column-level and row-level filtering.</p>
4967
5659
  */
4968
5660
  export interface ColumnRowFilter {
@@ -4975,6 +5667,9 @@ export interface ColumnRowFilter {
4975
5667
  */
4976
5668
  RowFilterExpression?: string;
4977
5669
  }
5670
+ /**
5671
+ * @public
5672
+ */
4978
5673
  export interface GetUnfilteredTableMetadataResponse {
4979
5674
  /**
4980
5675
  * <p>A Table object containing the table metadata.</p>
@@ -4994,6 +5689,9 @@ export interface GetUnfilteredTableMetadataResponse {
4994
5689
  */
4995
5690
  CellFilters?: ColumnRowFilter[];
4996
5691
  }
5692
+ /**
5693
+ * @public
5694
+ */
4997
5695
  export interface GetUserDefinedFunctionRequest {
4998
5696
  /**
4999
5697
  * <p>The ID of the Data Catalog where the function to be retrieved is located. If none is
@@ -5010,6 +5708,7 @@ export interface GetUserDefinedFunctionRequest {
5010
5708
  FunctionName: string | undefined;
5011
5709
  }
5012
5710
  /**
5711
+ * @public
5013
5712
  * <p>Represents the equivalent of a Hive user-defined function
5014
5713
  * (<code>UDF</code>) definition.</p>
5015
5714
  */
@@ -5047,12 +5746,18 @@ export interface UserDefinedFunction {
5047
5746
  */
5048
5747
  CatalogId?: string;
5049
5748
  }
5749
+ /**
5750
+ * @public
5751
+ */
5050
5752
  export interface GetUserDefinedFunctionResponse {
5051
5753
  /**
5052
5754
  * <p>The requested function definition.</p>
5053
5755
  */
5054
5756
  UserDefinedFunction?: UserDefinedFunction;
5055
5757
  }
5758
+ /**
5759
+ * @public
5760
+ */
5056
5761
  export interface GetUserDefinedFunctionsRequest {
5057
5762
  /**
5058
5763
  * <p>The ID of the Data Catalog where the functions to be retrieved are located. If none is
@@ -5078,6 +5783,9 @@ export interface GetUserDefinedFunctionsRequest {
5078
5783
  */
5079
5784
  MaxResults?: number;
5080
5785
  }
5786
+ /**
5787
+ * @public
5788
+ */
5081
5789
  export interface GetUserDefinedFunctionsResponse {
5082
5790
  /**
5083
5791
  * <p>A list of requested function definitions.</p>
@@ -5089,6 +5797,9 @@ export interface GetUserDefinedFunctionsResponse {
5089
5797
  */
5090
5798
  NextToken?: string;
5091
5799
  }
5800
+ /**
5801
+ * @public
5802
+ */
5092
5803
  export interface GetWorkflowRequest {
5093
5804
  /**
5094
5805
  * <p>The name of the workflow to retrieve.</p>
@@ -5099,12 +5810,18 @@ export interface GetWorkflowRequest {
5099
5810
  */
5100
5811
  IncludeGraph?: boolean;
5101
5812
  }
5813
+ /**
5814
+ * @public
5815
+ */
5102
5816
  export interface GetWorkflowResponse {
5103
5817
  /**
5104
5818
  * <p>The resource metadata for the workflow.</p>
5105
5819
  */
5106
5820
  Workflow?: Workflow;
5107
5821
  }
5822
+ /**
5823
+ * @public
5824
+ */
5108
5825
  export interface GetWorkflowRunRequest {
5109
5826
  /**
5110
5827
  * <p>Name of the workflow being run.</p>
@@ -5119,12 +5836,18 @@ export interface GetWorkflowRunRequest {
5119
5836
  */
5120
5837
  IncludeGraph?: boolean;
5121
5838
  }
5839
+ /**
5840
+ * @public
5841
+ */
5122
5842
  export interface GetWorkflowRunResponse {
5123
5843
  /**
5124
5844
  * <p>The requested workflow run metadata.</p>
5125
5845
  */
5126
5846
  Run?: WorkflowRun;
5127
5847
  }
5848
+ /**
5849
+ * @public
5850
+ */
5128
5851
  export interface GetWorkflowRunPropertiesRequest {
5129
5852
  /**
5130
5853
  * <p>Name of the workflow which was run.</p>
@@ -5135,12 +5858,18 @@ export interface GetWorkflowRunPropertiesRequest {
5135
5858
  */
5136
5859
  RunId: string | undefined;
5137
5860
  }
5861
+ /**
5862
+ * @public
5863
+ */
5138
5864
  export interface GetWorkflowRunPropertiesResponse {
5139
5865
  /**
5140
5866
  * <p>The workflow run properties which were set during the specified run.</p>
5141
5867
  */
5142
5868
  RunProperties?: Record<string, string>;
5143
5869
  }
5870
+ /**
5871
+ * @public
5872
+ */
5144
5873
  export interface GetWorkflowRunsRequest {
5145
5874
  /**
5146
5875
  * <p>Name of the workflow whose metadata of runs should be returned.</p>
@@ -5159,6 +5888,9 @@ export interface GetWorkflowRunsRequest {
5159
5888
  */
5160
5889
  MaxResults?: number;
5161
5890
  }
5891
+ /**
5892
+ * @public
5893
+ */
5162
5894
  export interface GetWorkflowRunsResponse {
5163
5895
  /**
5164
5896
  * <p>A list of workflow run metadata objects.</p>
@@ -5169,12 +5901,18 @@ export interface GetWorkflowRunsResponse {
5169
5901
  */
5170
5902
  NextToken?: string;
5171
5903
  }
5904
+ /**
5905
+ * @public
5906
+ */
5172
5907
  export interface ImportCatalogToGlueRequest {
5173
5908
  /**
5174
5909
  * <p>The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.</p>
5175
5910
  */
5176
5911
  CatalogId?: string;
5177
5912
  }
5913
+ /**
5914
+ * @public
5915
+ */
5178
5916
  export interface ImportCatalogToGlueResponse {
5179
5917
  }
5180
5918
  /**