@aws-sdk/client-glue 3.295.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 +29 -29
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { DeleteTableRequest, DeleteTableResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteTableCommand}.
8
10
  */
9
11
  export interface DeleteTableCommandInput extends DeleteTableRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteTableCommand}.
13
17
  */
14
18
  export interface DeleteTableCommandOutput extends DeleteTableResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes a table definition from the Data Catalog.</p>
18
23
  * <note>
19
24
  * <p>After completing this operation, you no longer have access to the table versions and
@@ -35,6 +40,8 @@ export interface DeleteTableCommandOutput extends DeleteTableResponse, __Metadat
35
40
  * const response = await client.send(command);
36
41
  * ```
37
42
  *
43
+ * @param DeleteTableCommandInput - {@link DeleteTableCommandInput}
44
+ * @returns {@link DeleteTableCommandOutput}
38
45
  * @see {@link DeleteTableCommandInput} for command's `input` shape.
39
46
  * @see {@link DeleteTableCommandOutput} for command's `response` shape.
40
47
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -62,11 +69,20 @@ export interface DeleteTableCommandOutput extends DeleteTableResponse, __Metadat
62
69
  export declare class DeleteTableCommand extends $Command<DeleteTableCommandInput, DeleteTableCommandOutput, GlueClientResolvedConfig> {
63
70
  readonly input: DeleteTableCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: DeleteTableCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTableCommandInput, DeleteTableCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { DeleteTableVersionRequest, DeleteTableVersionResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteTableVersionCommand}.
8
10
  */
9
11
  export interface DeleteTableVersionCommandInput extends DeleteTableVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteTableVersionCommand}.
13
17
  */
14
18
  export interface DeleteTableVersionCommandOutput extends DeleteTableVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a specified version of a table.</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 DeleteTableVersionCommandOutput extends DeleteTableVersionRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteTableVersionCommandInput - {@link DeleteTableVersionCommandInput}
34
+ * @returns {@link DeleteTableVersionCommandOutput}
28
35
  * @see {@link DeleteTableVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteTableVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteTableVersionCommandOutput extends DeleteTableVersionRespo
46
53
  export declare class DeleteTableVersionCommand extends $Command<DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput, GlueClientResolvedConfig> {
47
54
  readonly input: DeleteTableVersionCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteTableVersionCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput>;
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 { DeleteTriggerRequest, DeleteTriggerResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteTriggerCommand}.
8
10
  */
9
11
  export interface DeleteTriggerCommandInput extends DeleteTriggerRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteTriggerCommand}.
13
17
  */
14
18
  export interface DeleteTriggerCommandOutput extends DeleteTriggerResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a specified trigger. If the trigger is not found, no
18
23
  * exception is thrown.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteTriggerCommandOutput extends DeleteTriggerResponse, __Met
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteTriggerCommandInput - {@link DeleteTriggerCommandInput}
35
+ * @returns {@link DeleteTriggerCommandOutput}
29
36
  * @see {@link DeleteTriggerCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteTriggerCommandOutput} for command's `response` shape.
31
38
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DeleteTriggerCommandOutput extends DeleteTriggerResponse, __Met
47
54
  export declare class DeleteTriggerCommand extends $Command<DeleteTriggerCommandInput, DeleteTriggerCommandOutput, GlueClientResolvedConfig> {
48
55
  readonly input: DeleteTriggerCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DeleteTriggerCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTriggerCommandInput, DeleteTriggerCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { DeleteUserDefinedFunctionRequest, DeleteUserDefinedFunctionResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteUserDefinedFunctionCommand}.
8
10
  */
9
11
  export interface DeleteUserDefinedFunctionCommandInput extends DeleteUserDefinedFunctionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteUserDefinedFunctionCommand}.
13
17
  */
14
18
  export interface DeleteUserDefinedFunctionCommandOutput extends DeleteUserDefinedFunctionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an existing function 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 DeleteUserDefinedFunctionCommandOutput extends DeleteUserDefine
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteUserDefinedFunctionCommandInput - {@link DeleteUserDefinedFunctionCommandInput}
34
+ * @returns {@link DeleteUserDefinedFunctionCommandOutput}
28
35
  * @see {@link DeleteUserDefinedFunctionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteUserDefinedFunctionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteUserDefinedFunctionCommandOutput extends DeleteUserDefine
46
53
  export declare class DeleteUserDefinedFunctionCommand extends $Command<DeleteUserDefinedFunctionCommandInput, DeleteUserDefinedFunctionCommandOutput, GlueClientResolvedConfig> {
47
54
  readonly input: DeleteUserDefinedFunctionCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteUserDefinedFunctionCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserDefinedFunctionCommandInput, DeleteUserDefinedFunctionCommandOutput>;
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 { DeleteWorkflowRequest, DeleteWorkflowResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteWorkflowCommand}.
8
10
  */
9
11
  export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteWorkflowCommand}.
13
17
  */
14
18
  export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a workflow.</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 DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteWorkflowCommandInput - {@link DeleteWorkflowCommandInput}
34
+ * @returns {@link DeleteWorkflowCommandOutput}
28
35
  * @see {@link DeleteWorkflowCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteWorkflowCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __M
46
53
  export declare class DeleteWorkflowCommand extends $Command<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, GlueClientResolvedConfig> {
47
54
  readonly input: DeleteWorkflowCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteWorkflowCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput>;
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 { GetBlueprintRequest, GetBlueprintResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBlueprintCommand}.
8
10
  */
9
11
  export interface GetBlueprintCommandInput extends GetBlueprintRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBlueprintCommand}.
13
17
  */
14
18
  export interface GetBlueprintCommandOutput extends GetBlueprintResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the details of a blueprint.</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 GetBlueprintCommandOutput extends GetBlueprintResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBlueprintCommandInput - {@link GetBlueprintCommandInput}
34
+ * @returns {@link GetBlueprintCommandOutput}
28
35
  * @see {@link GetBlueprintCommandInput} for command's `input` shape.
29
36
  * @see {@link GetBlueprintCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetBlueprintCommandOutput extends GetBlueprintResponse, __Metad
46
53
  export declare class GetBlueprintCommand extends $Command<GetBlueprintCommandInput, GetBlueprintCommandOutput, GlueClientResolvedConfig> {
47
54
  readonly input: GetBlueprintCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetBlueprintCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBlueprintCommandInput, GetBlueprintCommandOutput>;
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 { GetBlueprintRunRequest, GetBlueprintRunResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBlueprintRunCommand}.
8
10
  */
9
11
  export interface GetBlueprintRunCommandInput extends GetBlueprintRunRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBlueprintRunCommand}.
13
17
  */
14
18
  export interface GetBlueprintRunCommandOutput extends GetBlueprintRunResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the details of a blueprint run.</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 GetBlueprintRunCommandOutput extends GetBlueprintRunResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBlueprintRunCommandInput - {@link GetBlueprintRunCommandInput}
34
+ * @returns {@link GetBlueprintRunCommandOutput}
28
35
  * @see {@link GetBlueprintRunCommandInput} for command's `input` shape.
29
36
  * @see {@link GetBlueprintRunCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -43,11 +50,20 @@ export interface GetBlueprintRunCommandOutput extends GetBlueprintRunResponse, _
43
50
  export declare class GetBlueprintRunCommand extends $Command<GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput, GlueClientResolvedConfig> {
44
51
  readonly input: GetBlueprintRunCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: GetBlueprintRunCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput>;
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 { GetBlueprintRunsRequest, GetBlueprintRunsResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBlueprintRunsCommand}.
8
10
  */
9
11
  export interface GetBlueprintRunsCommandInput extends GetBlueprintRunsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBlueprintRunsCommand}.
13
17
  */
14
18
  export interface GetBlueprintRunsCommandOutput extends GetBlueprintRunsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the details of blueprint runs for a specified blueprint.</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 GetBlueprintRunsCommandOutput extends GetBlueprintRunsResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBlueprintRunsCommandInput - {@link GetBlueprintRunsCommandInput}
34
+ * @returns {@link GetBlueprintRunsCommandOutput}
28
35
  * @see {@link GetBlueprintRunsCommandInput} for command's `input` shape.
29
36
  * @see {@link GetBlueprintRunsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetBlueprintRunsCommandOutput extends GetBlueprintRunsResponse,
46
53
  export declare class GetBlueprintRunsCommand extends $Command<GetBlueprintRunsCommandInput, GetBlueprintRunsCommandOutput, GlueClientResolvedConfig> {
47
54
  readonly input: GetBlueprintRunsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetBlueprintRunsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBlueprintRunsCommandInput, GetBlueprintRunsCommandOutput>;
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 { GetCatalogImportStatusRequest, GetCatalogImportStatusResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetCatalogImportStatusCommand}.
8
10
  */
9
11
  export interface GetCatalogImportStatusCommandInput extends GetCatalogImportStatusRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetCatalogImportStatusCommand}.
13
17
  */
14
18
  export interface GetCatalogImportStatusCommandOutput extends GetCatalogImportStatusResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the status of a migration operation.</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 GetCatalogImportStatusCommandOutput extends GetCatalogImportSta
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetCatalogImportStatusCommandInput - {@link GetCatalogImportStatusCommandInput}
34
+ * @returns {@link GetCatalogImportStatusCommandOutput}
28
35
  * @see {@link GetCatalogImportStatusCommandInput} for command's `input` shape.
29
36
  * @see {@link GetCatalogImportStatusCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetCatalogImportStatusCommandOutput extends GetCatalogImportSta
40
47
  export declare class GetCatalogImportStatusCommand extends $Command<GetCatalogImportStatusCommandInput, GetCatalogImportStatusCommandOutput, GlueClientResolvedConfig> {
41
48
  readonly input: GetCatalogImportStatusCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetCatalogImportStatusCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCatalogImportStatusCommandInput, GetCatalogImportStatusCommandOutput>;
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 { GetClassifierRequest, GetClassifierResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetClassifierCommand}.
8
10
  */
9
11
  export interface GetClassifierCommandInput extends GetClassifierRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetClassifierCommand}.
13
17
  */
14
18
  export interface GetClassifierCommandOutput extends GetClassifierResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieve a classifier by 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 GetClassifierCommandOutput extends GetClassifierResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetClassifierCommandInput - {@link GetClassifierCommandInput}
34
+ * @returns {@link GetClassifierCommandOutput}
28
35
  * @see {@link GetClassifierCommandInput} for command's `input` shape.
29
36
  * @see {@link GetClassifierCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetClassifierCommandOutput extends GetClassifierResponse, __Met
40
47
  export declare class GetClassifierCommand extends $Command<GetClassifierCommandInput, GetClassifierCommandOutput, GlueClientResolvedConfig> {
41
48
  readonly input: GetClassifierCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetClassifierCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetClassifierCommandInput, GetClassifierCommandOutput>;
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 { GetClassifiersRequest, GetClassifiersResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetClassifiersCommand}.
8
10
  */
9
11
  export interface GetClassifiersCommandInput extends GetClassifiersRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetClassifiersCommand}.
13
17
  */
14
18
  export interface GetClassifiersCommandOutput extends GetClassifiersResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all classifier objects in 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 GetClassifiersCommandOutput extends GetClassifiersResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetClassifiersCommandInput - {@link GetClassifiersCommandInput}
34
+ * @returns {@link GetClassifiersCommandOutput}
28
35
  * @see {@link GetClassifiersCommandInput} for command's `input` shape.
29
36
  * @see {@link GetClassifiersCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -37,11 +44,20 @@ export interface GetClassifiersCommandOutput extends GetClassifiersResponse, __M
37
44
  export declare class GetClassifiersCommand extends $Command<GetClassifiersCommandInput, GetClassifiersCommandOutput, GlueClientResolvedConfig> {
38
45
  readonly input: GetClassifiersCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: GetClassifiersCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetClassifiersCommandInput, GetClassifiersCommandOutput>;
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 { GetColumnStatisticsForPartitionRequest, GetColumnStatisticsForPartitionResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetColumnStatisticsForPartitionCommand}.
8
10
  */
9
11
  export interface GetColumnStatisticsForPartitionCommandInput extends GetColumnStatisticsForPartitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetColumnStatisticsForPartitionCommand}.
13
17
  */
14
18
  export interface GetColumnStatisticsForPartitionCommandOutput extends GetColumnStatisticsForPartitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves partition statistics of columns.</p>
18
23
  * <p>The Identity and Access Management (IAM) permission required for this operation is <code>GetPartition</code>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetColumnStatisticsForPartitionCommandOutput extends GetColumnS
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetColumnStatisticsForPartitionCommandInput - {@link GetColumnStatisticsForPartitionCommandInput}
35
+ * @returns {@link GetColumnStatisticsForPartitionCommandOutput}
29
36
  * @see {@link GetColumnStatisticsForPartitionCommandInput} for command's `input` shape.
30
37
  * @see {@link GetColumnStatisticsForPartitionCommandOutput} for command's `response` shape.
31
38
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -50,11 +57,20 @@ export interface GetColumnStatisticsForPartitionCommandOutput extends GetColumnS
50
57
  export declare class GetColumnStatisticsForPartitionCommand extends $Command<GetColumnStatisticsForPartitionCommandInput, GetColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig> {
51
58
  readonly input: GetColumnStatisticsForPartitionCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: GetColumnStatisticsForPartitionCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetColumnStatisticsForPartitionCommandInput, GetColumnStatisticsForPartitionCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { GetColumnStatisticsForTableRequest, GetColumnStatisticsForTableResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetColumnStatisticsForTableCommand}.
8
10
  */
9
11
  export interface GetColumnStatisticsForTableCommandInput extends GetColumnStatisticsForTableRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetColumnStatisticsForTableCommand}.
13
17
  */
14
18
  export interface GetColumnStatisticsForTableCommandOutput extends GetColumnStatisticsForTableResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves table statistics of columns.</p>
18
23
  * <p>The Identity and Access Management (IAM) permission required for this operation is <code>GetTable</code>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetColumnStatisticsForTableCommandOutput extends GetColumnStati
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetColumnStatisticsForTableCommandInput - {@link GetColumnStatisticsForTableCommandInput}
35
+ * @returns {@link GetColumnStatisticsForTableCommandOutput}
29
36
  * @see {@link GetColumnStatisticsForTableCommandInput} for command's `input` shape.
30
37
  * @see {@link GetColumnStatisticsForTableCommandOutput} for command's `response` shape.
31
38
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -50,11 +57,20 @@ export interface GetColumnStatisticsForTableCommandOutput extends GetColumnStati
50
57
  export declare class GetColumnStatisticsForTableCommand extends $Command<GetColumnStatisticsForTableCommandInput, GetColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig> {
51
58
  readonly input: GetColumnStatisticsForTableCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: GetColumnStatisticsForTableCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetColumnStatisticsForTableCommandInput, GetColumnStatisticsForTableCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }