@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 { CreateSecurityConfigurationRequest, CreateSecurityConfigurationResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSecurityConfigurationCommand}.
8
10
  */
9
11
  export interface CreateSecurityConfigurationCommandInput extends CreateSecurityConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSecurityConfigurationCommand}.
13
17
  */
14
18
  export interface CreateSecurityConfigurationCommandOutput extends CreateSecurityConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new security configuration. A security configuration is a set of security properties that can be used by Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in Glue, see <a href="https://docs.aws.amazon.com/glue/latest/dg/encryption-security-configuration.html">Encrypting Data Written by Crawlers, Jobs, and Development Endpoints</a>.</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 CreateSecurityConfigurationCommandOutput extends CreateSecurity
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateSecurityConfigurationCommandInput - {@link CreateSecurityConfigurationCommandInput}
34
+ * @returns {@link CreateSecurityConfigurationCommandOutput}
28
35
  * @see {@link CreateSecurityConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateSecurityConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -49,11 +56,20 @@ export interface CreateSecurityConfigurationCommandOutput extends CreateSecurity
49
56
  export declare class CreateSecurityConfigurationCommand extends $Command<CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput, GlueClientResolvedConfig> {
50
57
  readonly input: CreateSecurityConfigurationCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: CreateSecurityConfigurationCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput>;
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 { CreateSessionRequest, CreateSessionResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSessionCommand}.
8
10
  */
9
11
  export interface CreateSessionCommandInput extends CreateSessionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSessionCommand}.
13
17
  */
14
18
  export interface CreateSessionCommandOutput extends CreateSessionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new session.</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 CreateSessionCommandOutput extends CreateSessionResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateSessionCommandInput - {@link CreateSessionCommandInput}
34
+ * @returns {@link CreateSessionCommandOutput}
28
35
  * @see {@link CreateSessionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateSessionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -58,11 +65,20 @@ export interface CreateSessionCommandOutput extends CreateSessionResponse, __Met
58
65
  export declare class CreateSessionCommand extends $Command<CreateSessionCommandInput, CreateSessionCommandOutput, GlueClientResolvedConfig> {
59
66
  readonly input: CreateSessionCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: CreateSessionCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSessionCommandInput, CreateSessionCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { CreateTableRequest, CreateTableResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateTableCommand}.
8
10
  */
9
11
  export interface CreateTableCommandInput extends CreateTableRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateTableCommand}.
13
17
  */
14
18
  export interface CreateTableCommandOutput extends CreateTableResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new table definition 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 CreateTableCommandOutput extends CreateTableResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateTableCommandInput - {@link CreateTableCommandInput}
34
+ * @returns {@link CreateTableCommandOutput}
28
35
  * @see {@link CreateTableCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateTableCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -61,11 +68,20 @@ export interface CreateTableCommandOutput extends CreateTableResponse, __Metadat
61
68
  export declare class CreateTableCommand extends $Command<CreateTableCommandInput, CreateTableCommandOutput, GlueClientResolvedConfig> {
62
69
  readonly input: CreateTableCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: CreateTableCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTableCommandInput, CreateTableCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { CreateTriggerRequest, CreateTriggerResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateTriggerCommand}.
8
10
  */
9
11
  export interface CreateTriggerCommandInput extends CreateTriggerRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateTriggerCommand}.
13
17
  */
14
18
  export interface CreateTriggerCommandOutput extends CreateTriggerResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new trigger.</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 CreateTriggerCommandOutput extends CreateTriggerResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateTriggerCommandInput - {@link CreateTriggerCommandInput}
34
+ * @returns {@link CreateTriggerCommandOutput}
28
35
  * @see {@link CreateTriggerCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateTriggerCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -58,11 +65,20 @@ export interface CreateTriggerCommandOutput extends CreateTriggerResponse, __Met
58
65
  export declare class CreateTriggerCommand extends $Command<CreateTriggerCommandInput, CreateTriggerCommandOutput, GlueClientResolvedConfig> {
59
66
  readonly input: CreateTriggerCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: CreateTriggerCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTriggerCommandInput, CreateTriggerCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { CreateUserDefinedFunctionRequest, CreateUserDefinedFunctionResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateUserDefinedFunctionCommand}.
8
10
  */
9
11
  export interface CreateUserDefinedFunctionCommandInput extends CreateUserDefinedFunctionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateUserDefinedFunctionCommand}.
13
17
  */
14
18
  export interface CreateUserDefinedFunctionCommandOutput extends CreateUserDefinedFunctionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new function definition 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 CreateUserDefinedFunctionCommandOutput extends CreateUserDefine
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateUserDefinedFunctionCommandInput - {@link CreateUserDefinedFunctionCommandInput}
34
+ * @returns {@link CreateUserDefinedFunctionCommandOutput}
28
35
  * @see {@link CreateUserDefinedFunctionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateUserDefinedFunctionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -55,11 +62,20 @@ export interface CreateUserDefinedFunctionCommandOutput extends CreateUserDefine
55
62
  export declare class CreateUserDefinedFunctionCommand extends $Command<CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput, GlueClientResolvedConfig> {
56
63
  readonly input: CreateUserDefinedFunctionCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: CreateUserDefinedFunctionCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { CreateWorkflowRequest, CreateWorkflowResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateWorkflowCommand}.
8
10
  */
9
11
  export interface CreateWorkflowCommandInput extends CreateWorkflowRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateWorkflowCommand}.
13
17
  */
14
18
  export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new 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 CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateWorkflowCommandInput - {@link CreateWorkflowCommandInput}
34
+ * @returns {@link CreateWorkflowCommandOutput}
28
35
  * @see {@link CreateWorkflowCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateWorkflowCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
52
59
  export declare class CreateWorkflowCommand extends $Command<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, GlueClientResolvedConfig> {
53
60
  readonly input: CreateWorkflowCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateWorkflowCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkflowCommandInput, CreateWorkflowCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
5
  import { DeleteBlueprintRequest, DeleteBlueprintResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBlueprintCommand}.
8
10
  */
9
11
  export interface DeleteBlueprintCommandInput extends DeleteBlueprintRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBlueprintCommand}.
13
17
  */
14
18
  export interface DeleteBlueprintCommandOutput extends DeleteBlueprintResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an existing 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 DeleteBlueprintCommandOutput extends DeleteBlueprintResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteBlueprintCommandInput - {@link DeleteBlueprintCommandInput}
34
+ * @returns {@link DeleteBlueprintCommandOutput}
28
35
  * @see {@link DeleteBlueprintCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteBlueprintCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteBlueprintCommandOutput extends DeleteBlueprintResponse, _
43
50
  export declare class DeleteBlueprintCommand extends $Command<DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput, GlueClientResolvedConfig> {
44
51
  readonly input: DeleteBlueprintCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteBlueprintCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput>;
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 { DeleteClassifierRequest, DeleteClassifierResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteClassifierCommand}.
8
10
  */
9
11
  export interface DeleteClassifierCommandInput extends DeleteClassifierRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteClassifierCommand}.
13
17
  */
14
18
  export interface DeleteClassifierCommandOutput extends DeleteClassifierResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes a classifier 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 DeleteClassifierCommandOutput extends DeleteClassifierResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteClassifierCommandInput - {@link DeleteClassifierCommandInput}
34
+ * @returns {@link DeleteClassifierCommandOutput}
28
35
  * @see {@link DeleteClassifierCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteClassifierCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DeleteClassifierCommandOutput extends DeleteClassifierResponse,
40
47
  export declare class DeleteClassifierCommand extends $Command<DeleteClassifierCommandInput, DeleteClassifierCommandOutput, GlueClientResolvedConfig> {
41
48
  readonly input: DeleteClassifierCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DeleteClassifierCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteClassifierCommandInput, DeleteClassifierCommandOutput>;
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 { DeleteColumnStatisticsForPartitionRequest, DeleteColumnStatisticsForPartitionResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteColumnStatisticsForPartitionCommand}.
8
10
  */
9
11
  export interface DeleteColumnStatisticsForPartitionCommandInput extends DeleteColumnStatisticsForPartitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteColumnStatisticsForPartitionCommand}.
13
17
  */
14
18
  export interface DeleteColumnStatisticsForPartitionCommandOutput extends DeleteColumnStatisticsForPartitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete the partition column statistics of a column.</p>
18
23
  * <p>The Identity and Access Management (IAM) permission required for this operation is <code>DeletePartition</code>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteColumnStatisticsForPartitionCommandOutput extends DeleteC
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteColumnStatisticsForPartitionCommandInput - {@link DeleteColumnStatisticsForPartitionCommandInput}
35
+ * @returns {@link DeleteColumnStatisticsForPartitionCommandOutput}
29
36
  * @see {@link DeleteColumnStatisticsForPartitionCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteColumnStatisticsForPartitionCommandOutput} for command's `response` shape.
31
38
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -50,11 +57,20 @@ export interface DeleteColumnStatisticsForPartitionCommandOutput extends DeleteC
50
57
  export declare class DeleteColumnStatisticsForPartitionCommand extends $Command<DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig> {
51
58
  readonly input: DeleteColumnStatisticsForPartitionCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: DeleteColumnStatisticsForPartitionCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsForPartitionCommandOutput>;
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 { DeleteColumnStatisticsForTableRequest, DeleteColumnStatisticsForTableResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteColumnStatisticsForTableCommand}.
8
10
  */
9
11
  export interface DeleteColumnStatisticsForTableCommandInput extends DeleteColumnStatisticsForTableRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteColumnStatisticsForTableCommand}.
13
17
  */
14
18
  export interface DeleteColumnStatisticsForTableCommandOutput extends DeleteColumnStatisticsForTableResponse, __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>DeleteTable</code>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteColumnStatisticsForTableCommandOutput extends DeleteColum
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteColumnStatisticsForTableCommandInput - {@link DeleteColumnStatisticsForTableCommandInput}
35
+ * @returns {@link DeleteColumnStatisticsForTableCommandOutput}
29
36
  * @see {@link DeleteColumnStatisticsForTableCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteColumnStatisticsForTableCommandOutput} for command's `response` shape.
31
38
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -50,11 +57,20 @@ export interface DeleteColumnStatisticsForTableCommandOutput extends DeleteColum
50
57
  export declare class DeleteColumnStatisticsForTableCommand extends $Command<DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig> {
51
58
  readonly input: DeleteColumnStatisticsForTableCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: DeleteColumnStatisticsForTableCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput>;
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 { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteConnectionCommand}.
8
10
  */
9
11
  export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteConnectionCommand}.
13
17
  */
14
18
  export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a connection 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 DeleteConnectionCommandOutput extends DeleteConnectionResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteConnectionCommandInput - {@link DeleteConnectionCommandInput}
34
+ * @returns {@link DeleteConnectionCommandOutput}
28
35
  * @see {@link DeleteConnectionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteConnectionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
40
47
  export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, GlueClientResolvedConfig> {
41
48
  readonly input: DeleteConnectionCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DeleteConnectionCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectionCommandInput, DeleteConnectionCommandOutput>;
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 { DeleteCrawlerRequest, DeleteCrawlerResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteCrawlerCommand}.
8
10
  */
9
11
  export interface DeleteCrawlerCommandInput extends DeleteCrawlerRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteCrawlerCommand}.
13
17
  */
14
18
  export interface DeleteCrawlerCommandOutput extends DeleteCrawlerResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes a specified crawler from the Glue Data Catalog, unless the crawler state is
18
23
  * <code>RUNNING</code>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteCrawlerCommandOutput extends DeleteCrawlerResponse, __Met
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteCrawlerCommandInput - {@link DeleteCrawlerCommandInput}
35
+ * @returns {@link DeleteCrawlerCommandOutput}
29
36
  * @see {@link DeleteCrawlerCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteCrawlerCommandOutput} for command's `response` shape.
31
38
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DeleteCrawlerCommandOutput extends DeleteCrawlerResponse, __Met
47
54
  export declare class DeleteCrawlerCommand extends $Command<DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput, GlueClientResolvedConfig> {
48
55
  readonly input: DeleteCrawlerCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DeleteCrawlerCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput>;
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 { DeleteCustomEntityTypeRequest, DeleteCustomEntityTypeResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteCustomEntityTypeCommand}.
8
10
  */
9
11
  export interface DeleteCustomEntityTypeCommandInput extends DeleteCustomEntityTypeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteCustomEntityTypeCommand}.
13
17
  */
14
18
  export interface DeleteCustomEntityTypeCommandOutput extends DeleteCustomEntityTypeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes 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 DeleteCustomEntityTypeCommandOutput extends DeleteCustomEntityT
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteCustomEntityTypeCommandInput - {@link DeleteCustomEntityTypeCommandInput}
34
+ * @returns {@link DeleteCustomEntityTypeCommandOutput}
28
35
  * @see {@link DeleteCustomEntityTypeCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteCustomEntityTypeCommandOutput} for command's `response` shape.
30
37
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteCustomEntityTypeCommandOutput extends DeleteCustomEntityT
49
56
  export declare class DeleteCustomEntityTypeCommand extends $Command<DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
50
57
  readonly input: DeleteCustomEntityTypeCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteCustomEntityTypeCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }