@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
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { GetConnectionRequest, GetConnectionResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetConnectionCommand}.
8
10
  */
9
11
  export interface GetConnectionCommandInput extends GetConnectionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetConnectionCommand}.
13
17
  */
14
18
  export interface GetConnectionCommandOutput extends GetConnectionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a connection definition from the Data Catalog.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetConnectionCommandInput - {@link GetConnectionCommandInput}
34
+ * @returns {@link GetConnectionCommandOutput}
28
35
  * @see {@link GetConnectionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetConnectionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met
46
53
  export declare class GetConnectionCommand extends $Command<GetConnectionCommandInput, GetConnectionCommandOutput, GlueClientResolvedConfig> {
47
54
  readonly input: GetConnectionCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetConnectionCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectionCommandInput, GetConnectionCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { GetConnectionsRequest, GetConnectionsResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetConnectionsCommand}.
8
10
  */
9
11
  export interface GetConnectionsCommandInput extends GetConnectionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetConnectionsCommand}.
13
17
  */
14
18
  export interface GetConnectionsCommandOutput extends GetConnectionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a list of connection definitions from the Data Catalog.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetConnectionsCommandOutput extends GetConnectionsResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetConnectionsCommandInput - {@link GetConnectionsCommandInput}
34
+ * @returns {@link GetConnectionsCommandOutput}
28
35
  * @see {@link GetConnectionsCommandInput} for command's `input` shape.
29
36
  * @see {@link GetConnectionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetConnectionsCommandOutput extends GetConnectionsResponse, __M
46
53
  export declare class GetConnectionsCommand extends $Command<GetConnectionsCommandInput, GetConnectionsCommandOutput, GlueClientResolvedConfig> {
47
54
  readonly input: GetConnectionsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetConnectionsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectionsCommandInput, GetConnectionsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { GetCrawlerRequest, GetCrawlerResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetCrawlerCommand}.
8
10
  */
9
11
  export interface GetCrawlerCommandInput extends GetCrawlerRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetCrawlerCommand}.
13
17
  */
14
18
  export interface GetCrawlerCommandOutput extends GetCrawlerResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves metadata for a specified crawler.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetCrawlerCommandOutput extends GetCrawlerResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetCrawlerCommandInput - {@link GetCrawlerCommandInput}
34
+ * @returns {@link GetCrawlerCommandOutput}
28
35
  * @see {@link GetCrawlerCommandInput} for command's `input` shape.
29
36
  * @see {@link GetCrawlerCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetCrawlerCommandOutput extends GetCrawlerResponse, __MetadataB
40
47
  export declare class GetCrawlerCommand extends $Command<GetCrawlerCommandInput, GetCrawlerCommandOutput, GlueClientResolvedConfig> {
41
48
  readonly input: GetCrawlerCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetCrawlerCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCrawlerCommandInput, GetCrawlerCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { GetCrawlerMetricsRequest, GetCrawlerMetricsResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetCrawlerMetricsCommand}.
8
10
  */
9
11
  export interface GetCrawlerMetricsCommandInput extends GetCrawlerMetricsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetCrawlerMetricsCommand}.
13
17
  */
14
18
  export interface GetCrawlerMetricsCommandOutput extends GetCrawlerMetricsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves metrics about specified crawlers.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetCrawlerMetricsCommandOutput extends GetCrawlerMetricsRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetCrawlerMetricsCommandInput - {@link GetCrawlerMetricsCommandInput}
34
+ * @returns {@link GetCrawlerMetricsCommandOutput}
28
35
  * @see {@link GetCrawlerMetricsCommandInput} for command's `input` shape.
29
36
  * @see {@link GetCrawlerMetricsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -37,11 +44,20 @@ export interface GetCrawlerMetricsCommandOutput extends GetCrawlerMetricsRespons
37
44
  export declare class GetCrawlerMetricsCommand extends $Command<GetCrawlerMetricsCommandInput, GetCrawlerMetricsCommandOutput, GlueClientResolvedConfig> {
38
45
  readonly input: GetCrawlerMetricsCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: GetCrawlerMetricsCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCrawlerMetricsCommandInput, GetCrawlerMetricsCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { GetCrawlersRequest, GetCrawlersResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetCrawlersCommand}.
8
10
  */
9
11
  export interface GetCrawlersCommandInput extends GetCrawlersRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetCrawlersCommand}.
13
17
  */
14
18
  export interface GetCrawlersCommandOutput extends GetCrawlersResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves metadata for all crawlers defined in the customer
18
23
  * account.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetCrawlersCommandOutput extends GetCrawlersResponse, __Metadat
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetCrawlersCommandInput - {@link GetCrawlersCommandInput}
35
+ * @returns {@link GetCrawlersCommandOutput}
29
36
  * @see {@link GetCrawlersCommandInput} for command's `input` shape.
30
37
  * @see {@link GetCrawlersCommandOutput} for command's `response` shape.
31
38
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -38,11 +45,20 @@ export interface GetCrawlersCommandOutput extends GetCrawlersResponse, __Metadat
38
45
  export declare class GetCrawlersCommand extends $Command<GetCrawlersCommandInput, GetCrawlersCommandOutput, GlueClientResolvedConfig> {
39
46
  readonly input: GetCrawlersCommandInput;
40
47
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
+ /**
49
+ * @public
50
+ */
41
51
  constructor(input: GetCrawlersCommandInput);
42
52
  /**
43
53
  * @internal
44
54
  */
45
55
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCrawlersCommandInput, GetCrawlersCommandOutput>;
56
+ /**
57
+ * @internal
58
+ */
46
59
  private serialize;
60
+ /**
61
+ * @internal
62
+ */
47
63
  private deserialize;
48
64
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { GetCustomEntityTypeRequest, GetCustomEntityTypeResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetCustomEntityTypeCommand}.
8
10
  */
9
11
  export interface GetCustomEntityTypeCommandInput extends GetCustomEntityTypeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetCustomEntityTypeCommand}.
13
17
  */
14
18
  export interface GetCustomEntityTypeCommandOutput extends GetCustomEntityTypeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the details of a custom pattern by specifying its name.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetCustomEntityTypeCommandOutput extends GetCustomEntityTypeRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetCustomEntityTypeCommandInput - {@link GetCustomEntityTypeCommandInput}
34
+ * @returns {@link GetCustomEntityTypeCommandOutput}
28
35
  * @see {@link GetCustomEntityTypeCommandInput} for command's `input` shape.
29
36
  * @see {@link GetCustomEntityTypeCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetCustomEntityTypeCommandOutput extends GetCustomEntityTypeRes
49
56
  export declare class GetCustomEntityTypeCommand extends $Command<GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
50
57
  readonly input: GetCustomEntityTypeCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetCustomEntityTypeCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { GetDataCatalogEncryptionSettingsRequest, GetDataCatalogEncryptionSettingsResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetDataCatalogEncryptionSettingsCommand}.
8
10
  */
9
11
  export interface GetDataCatalogEncryptionSettingsCommandInput extends GetDataCatalogEncryptionSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetDataCatalogEncryptionSettingsCommand}.
13
17
  */
14
18
  export interface GetDataCatalogEncryptionSettingsCommandOutput extends GetDataCatalogEncryptionSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the security configuration for a specified catalog.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetDataCatalogEncryptionSettingsCommandOutput extends GetDataCa
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetDataCatalogEncryptionSettingsCommandInput - {@link GetDataCatalogEncryptionSettingsCommandInput}
34
+ * @returns {@link GetDataCatalogEncryptionSettingsCommandOutput}
28
35
  * @see {@link GetDataCatalogEncryptionSettingsCommandInput} for command's `input` shape.
29
36
  * @see {@link GetDataCatalogEncryptionSettingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -43,11 +50,20 @@ export interface GetDataCatalogEncryptionSettingsCommandOutput extends GetDataCa
43
50
  export declare class GetDataCatalogEncryptionSettingsCommand extends $Command<GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput, GlueClientResolvedConfig> {
44
51
  readonly input: GetDataCatalogEncryptionSettingsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: GetDataCatalogEncryptionSettingsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { GetDataQualityResultRequest, GetDataQualityResultResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetDataQualityResultCommand}.
8
10
  */
9
11
  export interface GetDataQualityResultCommandInput extends GetDataQualityResultRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetDataQualityResultCommand}.
13
17
  */
14
18
  export interface GetDataQualityResultCommandOutput extends GetDataQualityResultResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the result of a data quality rule evaluation.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetDataQualityResultCommandOutput extends GetDataQualityResultR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetDataQualityResultCommandInput - {@link GetDataQualityResultCommandInput}
34
+ * @returns {@link GetDataQualityResultCommandOutput}
28
35
  * @see {@link GetDataQualityResultCommandInput} for command's `input` shape.
29
36
  * @see {@link GetDataQualityResultCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetDataQualityResultCommandOutput extends GetDataQualityResultR
46
53
  export declare class GetDataQualityResultCommand extends $Command<GetDataQualityResultCommandInput, GetDataQualityResultCommandOutput, GlueClientResolvedConfig> {
47
54
  readonly input: GetDataQualityResultCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetDataQualityResultCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataQualityResultCommandInput, GetDataQualityResultCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { GetDataQualityRuleRecommendationRunRequest, GetDataQualityRuleRecommendationRunResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetDataQualityRuleRecommendationRunCommand}.
8
10
  */
9
11
  export interface GetDataQualityRuleRecommendationRunCommandInput extends GetDataQualityRuleRecommendationRunRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetDataQualityRuleRecommendationRunCommand}.
13
17
  */
14
18
  export interface GetDataQualityRuleRecommendationRunCommandOutput extends GetDataQualityRuleRecommendationRunResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the specified recommendation run that was used to generate rules.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetDataQualityRuleRecommendationRunCommandOutput extends GetDat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetDataQualityRuleRecommendationRunCommandInput - {@link GetDataQualityRuleRecommendationRunCommandInput}
34
+ * @returns {@link GetDataQualityRuleRecommendationRunCommandOutput}
28
35
  * @see {@link GetDataQualityRuleRecommendationRunCommandInput} for command's `input` shape.
29
36
  * @see {@link GetDataQualityRuleRecommendationRunCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetDataQualityRuleRecommendationRunCommandOutput extends GetDat
46
53
  export declare class GetDataQualityRuleRecommendationRunCommand extends $Command<GetDataQualityRuleRecommendationRunCommandInput, GetDataQualityRuleRecommendationRunCommandOutput, GlueClientResolvedConfig> {
47
54
  readonly input: GetDataQualityRuleRecommendationRunCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetDataQualityRuleRecommendationRunCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataQualityRuleRecommendationRunCommandInput, GetDataQualityRuleRecommendationRunCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { GetDataQualityRulesetRequest, GetDataQualityRulesetResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetDataQualityRulesetCommand}.
8
10
  */
9
11
  export interface GetDataQualityRulesetCommandInput extends GetDataQualityRulesetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetDataQualityRulesetCommand}.
13
17
  */
14
18
  export interface GetDataQualityRulesetCommandOutput extends GetDataQualityRulesetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns an existing ruleset by identifier or name.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetDataQualityRulesetCommandOutput extends GetDataQualityRulese
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetDataQualityRulesetCommandInput - {@link GetDataQualityRulesetCommandInput}
34
+ * @returns {@link GetDataQualityRulesetCommandOutput}
28
35
  * @see {@link GetDataQualityRulesetCommandInput} for command's `input` shape.
29
36
  * @see {@link GetDataQualityRulesetCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetDataQualityRulesetCommandOutput extends GetDataQualityRulese
46
53
  export declare class GetDataQualityRulesetCommand extends $Command<GetDataQualityRulesetCommandInput, GetDataQualityRulesetCommandOutput, GlueClientResolvedConfig> {
47
54
  readonly input: GetDataQualityRulesetCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetDataQualityRulesetCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataQualityRulesetCommandInput, GetDataQualityRulesetCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { GetDataQualityRulesetEvaluationRunRequest, GetDataQualityRulesetEvaluationRunResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetDataQualityRulesetEvaluationRunCommand}.
8
10
  */
9
11
  export interface GetDataQualityRulesetEvaluationRunCommandInput extends GetDataQualityRulesetEvaluationRunRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetDataQualityRulesetEvaluationRunCommand}.
13
17
  */
14
18
  export interface GetDataQualityRulesetEvaluationRunCommandOutput extends GetDataQualityRulesetEvaluationRunResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a specific run where a ruleset is evaluated against a data source.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetDataQualityRulesetEvaluationRunCommandOutput extends GetData
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetDataQualityRulesetEvaluationRunCommandInput - {@link GetDataQualityRulesetEvaluationRunCommandInput}
34
+ * @returns {@link GetDataQualityRulesetEvaluationRunCommandOutput}
28
35
  * @see {@link GetDataQualityRulesetEvaluationRunCommandInput} for command's `input` shape.
29
36
  * @see {@link GetDataQualityRulesetEvaluationRunCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetDataQualityRulesetEvaluationRunCommandOutput extends GetData
46
53
  export declare class GetDataQualityRulesetEvaluationRunCommand extends $Command<GetDataQualityRulesetEvaluationRunCommandInput, GetDataQualityRulesetEvaluationRunCommandOutput, GlueClientResolvedConfig> {
47
54
  readonly input: GetDataQualityRulesetEvaluationRunCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetDataQualityRulesetEvaluationRunCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataQualityRulesetEvaluationRunCommandInput, GetDataQualityRulesetEvaluationRunCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { GetDatabaseRequest, GetDatabaseResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetDatabaseCommand}.
8
10
  */
9
11
  export interface GetDatabaseCommandInput extends GetDatabaseRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetDatabaseCommand}.
13
17
  */
14
18
  export interface GetDatabaseCommandOutput extends GetDatabaseResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the definition of a specified database.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetDatabaseCommandOutput extends GetDatabaseResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetDatabaseCommandInput - {@link GetDatabaseCommandInput}
34
+ * @returns {@link GetDatabaseCommandOutput}
28
35
  * @see {@link GetDatabaseCommandInput} for command's `input` shape.
29
36
  * @see {@link GetDatabaseCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetDatabaseCommandOutput extends GetDatabaseResponse, __Metadat
49
56
  export declare class GetDatabaseCommand extends $Command<GetDatabaseCommandInput, GetDatabaseCommandOutput, GlueClientResolvedConfig> {
50
57
  readonly input: GetDatabaseCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetDatabaseCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDatabaseCommandInput, GetDatabaseCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { GetDatabasesRequest, GetDatabasesResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetDatabasesCommand}.
8
10
  */
9
11
  export interface GetDatabasesCommandInput extends GetDatabasesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetDatabasesCommand}.
13
17
  */
14
18
  export interface GetDatabasesCommandOutput extends GetDatabasesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves all databases defined in a given Data Catalog.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetDatabasesCommandOutput extends GetDatabasesResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetDatabasesCommandInput - {@link GetDatabasesCommandInput}
34
+ * @returns {@link GetDatabasesCommandOutput}
28
35
  * @see {@link GetDatabasesCommandInput} for command's `input` shape.
29
36
  * @see {@link GetDatabasesCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetDatabasesCommandOutput extends GetDatabasesResponse, __Metad
46
53
  export declare class GetDatabasesCommand extends $Command<GetDatabasesCommandInput, GetDatabasesCommandOutput, GlueClientResolvedConfig> {
47
54
  readonly input: GetDatabasesCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetDatabasesCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDatabasesCommandInput, GetDatabasesCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }