@aws-sdk/client-glue 3.289.0 → 3.290.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 (203) hide show
  1. package/dist-types/commands/BatchCreatePartitionCommand.d.ts +22 -0
  2. package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +7 -0
  3. package/dist-types/commands/BatchDeletePartitionCommand.d.ts +13 -0
  4. package/dist-types/commands/BatchDeleteTableCommand.d.ts +19 -0
  5. package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +13 -0
  6. package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +10 -0
  7. package/dist-types/commands/BatchGetCrawlersCommand.d.ts +7 -0
  8. package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +10 -0
  9. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +10 -0
  10. package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +13 -0
  11. package/dist-types/commands/BatchGetJobsCommand.d.ts +10 -0
  12. package/dist-types/commands/BatchGetPartitionCommand.d.ts +19 -0
  13. package/dist-types/commands/BatchGetTriggersCommand.d.ts +10 -0
  14. package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +10 -0
  15. package/dist-types/commands/BatchStopJobRunCommand.d.ts +10 -0
  16. package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +16 -0
  17. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +13 -0
  18. package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +13 -0
  19. package/dist-types/commands/CancelMLTaskRunCommand.d.ts +13 -0
  20. package/dist-types/commands/CancelStatementCommand.d.ts +19 -0
  21. package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +10 -0
  22. package/dist-types/commands/CreateBlueprintCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateClassifierCommand.d.ts +10 -0
  24. package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
  25. package/dist-types/commands/CreateCrawlerCommand.d.ts +13 -0
  26. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +22 -0
  27. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +16 -0
  28. package/dist-types/commands/CreateDatabaseCommand.d.ts +22 -0
  29. package/dist-types/commands/CreateDevEndpointCommand.d.ts +25 -0
  30. package/dist-types/commands/CreateJobCommand.d.ts +22 -0
  31. package/dist-types/commands/CreateMLTransformCommand.d.ts +22 -0
  32. package/dist-types/commands/CreatePartitionCommand.d.ts +22 -0
  33. package/dist-types/commands/CreatePartitionIndexCommand.d.ts +22 -0
  34. package/dist-types/commands/CreateRegistryCommand.d.ts +19 -0
  35. package/dist-types/commands/CreateSchemaCommand.d.ts +22 -0
  36. package/dist-types/commands/CreateScriptCommand.d.ts +10 -0
  37. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +16 -0
  38. package/dist-types/commands/CreateSessionCommand.d.ts +25 -0
  39. package/dist-types/commands/CreateTableCommand.d.ts +28 -0
  40. package/dist-types/commands/CreateTriggerCommand.d.ts +25 -0
  41. package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +22 -0
  42. package/dist-types/commands/CreateWorkflowCommand.d.ts +19 -0
  43. package/dist-types/commands/DeleteBlueprintCommand.d.ts +10 -0
  44. package/dist-types/commands/DeleteClassifierCommand.d.ts +7 -0
  45. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +16 -0
  46. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +16 -0
  47. package/dist-types/commands/DeleteConnectionCommand.d.ts +7 -0
  48. package/dist-types/commands/DeleteCrawlerCommand.d.ts +13 -0
  49. package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +16 -0
  50. package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +13 -0
  51. package/dist-types/commands/DeleteDatabaseCommand.d.ts +16 -0
  52. package/dist-types/commands/DeleteDevEndpointCommand.d.ts +13 -0
  53. package/dist-types/commands/DeleteJobCommand.d.ts +10 -0
  54. package/dist-types/commands/DeleteMLTransformCommand.d.ts +13 -0
  55. package/dist-types/commands/DeletePartitionCommand.d.ts +13 -0
  56. package/dist-types/commands/DeletePartitionIndexCommand.d.ts +19 -0
  57. package/dist-types/commands/DeleteRegistryCommand.d.ts +13 -0
  58. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  59. package/dist-types/commands/DeleteSchemaCommand.d.ts +13 -0
  60. package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +13 -0
  61. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +13 -0
  62. package/dist-types/commands/DeleteSessionCommand.d.ts +19 -0
  63. package/dist-types/commands/DeleteTableCommand.d.ts +19 -0
  64. package/dist-types/commands/DeleteTableVersionCommand.d.ts +13 -0
  65. package/dist-types/commands/DeleteTriggerCommand.d.ts +13 -0
  66. package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +13 -0
  67. package/dist-types/commands/DeleteWorkflowCommand.d.ts +13 -0
  68. package/dist-types/commands/GetBlueprintCommand.d.ts +13 -0
  69. package/dist-types/commands/GetBlueprintRunCommand.d.ts +10 -0
  70. package/dist-types/commands/GetBlueprintRunsCommand.d.ts +13 -0
  71. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +7 -0
  72. package/dist-types/commands/GetClassifierCommand.d.ts +7 -0
  73. package/dist-types/commands/GetClassifiersCommand.d.ts +4 -0
  74. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +16 -0
  75. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +16 -0
  76. package/dist-types/commands/GetConnectionCommand.d.ts +13 -0
  77. package/dist-types/commands/GetConnectionsCommand.d.ts +13 -0
  78. package/dist-types/commands/GetCrawlerCommand.d.ts +7 -0
  79. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +4 -0
  80. package/dist-types/commands/GetCrawlersCommand.d.ts +4 -0
  81. package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +16 -0
  82. package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +10 -0
  83. package/dist-types/commands/GetDataQualityResultCommand.d.ts +13 -0
  84. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +13 -0
  85. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +13 -0
  86. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +13 -0
  87. package/dist-types/commands/GetDatabaseCommand.d.ts +16 -0
  88. package/dist-types/commands/GetDatabasesCommand.d.ts +13 -0
  89. package/dist-types/commands/GetDataflowGraphCommand.d.ts +10 -0
  90. package/dist-types/commands/GetDevEndpointCommand.d.ts +13 -0
  91. package/dist-types/commands/GetDevEndpointsCommand.d.ts +13 -0
  92. package/dist-types/commands/GetJobBookmarkCommand.d.ts +16 -0
  93. package/dist-types/commands/GetJobCommand.d.ts +13 -0
  94. package/dist-types/commands/GetJobRunCommand.d.ts +13 -0
  95. package/dist-types/commands/GetJobRunsCommand.d.ts +13 -0
  96. package/dist-types/commands/GetJobsCommand.d.ts +13 -0
  97. package/dist-types/commands/GetMLTaskRunCommand.d.ts +13 -0
  98. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +13 -0
  99. package/dist-types/commands/GetMLTransformCommand.d.ts +13 -0
  100. package/dist-types/commands/GetMLTransformsCommand.d.ts +13 -0
  101. package/dist-types/commands/GetMappingCommand.d.ts +13 -0
  102. package/dist-types/commands/GetPartitionCommand.d.ts +16 -0
  103. package/dist-types/commands/GetPartitionIndexesCommand.d.ts +16 -0
  104. package/dist-types/commands/GetPartitionsCommand.d.ts +22 -0
  105. package/dist-types/commands/GetPlanCommand.d.ts +10 -0
  106. package/dist-types/commands/GetRegistryCommand.d.ts +13 -0
  107. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +13 -0
  108. package/dist-types/commands/GetResourcePolicyCommand.d.ts +13 -0
  109. package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +13 -0
  110. package/dist-types/commands/GetSchemaCommand.d.ts +13 -0
  111. package/dist-types/commands/GetSchemaVersionCommand.d.ts +13 -0
  112. package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +13 -0
  113. package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +13 -0
  114. package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +13 -0
  115. package/dist-types/commands/GetSessionCommand.d.ts +16 -0
  116. package/dist-types/commands/GetStatementCommand.d.ts +19 -0
  117. package/dist-types/commands/GetTableCommand.d.ts +19 -0
  118. package/dist-types/commands/GetTableVersionCommand.d.ts +16 -0
  119. package/dist-types/commands/GetTableVersionsCommand.d.ts +16 -0
  120. package/dist-types/commands/GetTablesCommand.d.ts +16 -0
  121. package/dist-types/commands/GetTagsCommand.d.ts +13 -0
  122. package/dist-types/commands/GetTriggerCommand.d.ts +13 -0
  123. package/dist-types/commands/GetTriggersCommand.d.ts +13 -0
  124. package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +18 -0
  125. package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +18 -0
  126. package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +18 -0
  127. package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +16 -0
  128. package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +16 -0
  129. package/dist-types/commands/GetWorkflowCommand.d.ts +13 -0
  130. package/dist-types/commands/GetWorkflowRunCommand.d.ts +13 -0
  131. package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +13 -0
  132. package/dist-types/commands/GetWorkflowRunsCommand.d.ts +13 -0
  133. package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +7 -0
  134. package/dist-types/commands/ListBlueprintsCommand.d.ts +10 -0
  135. package/dist-types/commands/ListCrawlersCommand.d.ts +4 -0
  136. package/dist-types/commands/ListCrawlsCommand.d.ts +10 -0
  137. package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +10 -0
  138. package/dist-types/commands/ListDataQualityResultsCommand.d.ts +10 -0
  139. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +10 -0
  140. package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +10 -0
  141. package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +13 -0
  142. package/dist-types/commands/ListDevEndpointsCommand.d.ts +13 -0
  143. package/dist-types/commands/ListJobsCommand.d.ts +13 -0
  144. package/dist-types/commands/ListMLTransformsCommand.d.ts +13 -0
  145. package/dist-types/commands/ListRegistriesCommand.d.ts +10 -0
  146. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +13 -0
  147. package/dist-types/commands/ListSchemasCommand.d.ts +13 -0
  148. package/dist-types/commands/ListSessionsCommand.d.ts +13 -0
  149. package/dist-types/commands/ListStatementsCommand.d.ts +19 -0
  150. package/dist-types/commands/ListTriggersCommand.d.ts +13 -0
  151. package/dist-types/commands/ListWorkflowsCommand.d.ts +10 -0
  152. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +10 -0
  153. package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
  154. package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +16 -0
  155. package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +22 -0
  156. package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +10 -0
  157. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +19 -0
  158. package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +10 -0
  159. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +13 -0
  160. package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +19 -0
  161. package/dist-types/commands/RunStatementCommand.d.ts +25 -0
  162. package/dist-types/commands/SearchTablesCommand.d.ts +10 -0
  163. package/dist-types/commands/StartBlueprintRunCommand.d.ts +19 -0
  164. package/dist-types/commands/StartCrawlerCommand.d.ts +10 -0
  165. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +16 -0
  166. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +13 -0
  167. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +16 -0
  168. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +13 -0
  169. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +16 -0
  170. package/dist-types/commands/StartJobRunCommand.d.ts +19 -0
  171. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +19 -0
  172. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +16 -0
  173. package/dist-types/commands/StartTriggerCommand.d.ts +19 -0
  174. package/dist-types/commands/StartWorkflowRunCommand.d.ts +19 -0
  175. package/dist-types/commands/StopCrawlerCommand.d.ts +13 -0
  176. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +13 -0
  177. package/dist-types/commands/StopSessionCommand.d.ts +19 -0
  178. package/dist-types/commands/StopTriggerCommand.d.ts +16 -0
  179. package/dist-types/commands/StopWorkflowRunCommand.d.ts +16 -0
  180. package/dist-types/commands/TagResourceCommand.d.ts +13 -0
  181. package/dist-types/commands/UntagResourceCommand.d.ts +13 -0
  182. package/dist-types/commands/UpdateBlueprintCommand.d.ts +19 -0
  183. package/dist-types/commands/UpdateClassifierCommand.d.ts +13 -0
  184. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +16 -0
  185. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +16 -0
  186. package/dist-types/commands/UpdateConnectionCommand.d.ts +13 -0
  187. package/dist-types/commands/UpdateCrawlerCommand.d.ts +16 -0
  188. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +16 -0
  189. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +22 -0
  190. package/dist-types/commands/UpdateDatabaseCommand.d.ts +19 -0
  191. package/dist-types/commands/UpdateDevEndpointCommand.d.ts +16 -0
  192. package/dist-types/commands/UpdateJobCommand.d.ts +16 -0
  193. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +22 -0
  194. package/dist-types/commands/UpdateMLTransformCommand.d.ts +16 -0
  195. package/dist-types/commands/UpdatePartitionCommand.d.ts +16 -0
  196. package/dist-types/commands/UpdateRegistryCommand.d.ts +16 -0
  197. package/dist-types/commands/UpdateSchemaCommand.d.ts +16 -0
  198. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +22 -0
  199. package/dist-types/commands/UpdateTableCommand.d.ts +25 -0
  200. package/dist-types/commands/UpdateTriggerCommand.d.ts +16 -0
  201. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +16 -0
  202. package/dist-types/commands/UpdateWorkflowCommand.d.ts +16 -0
  203. package/package.json +29 -29
@@ -29,6 +29,19 @@ export interface ListSessionsCommandOutput extends ListSessionsResponse, __Metad
29
29
  * @see {@link ListSessionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to a resource was denied.</p>
34
+ *
35
+ * @throws {@link InternalServiceException} (server fault)
36
+ * <p>An internal service error occurred.</p>
37
+ *
38
+ * @throws {@link InvalidInputException} (client fault)
39
+ * <p>The input provided was not valid.</p>
40
+ *
41
+ * @throws {@link OperationTimeoutException} (client fault)
42
+ * <p>The operation timed out.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListSessionsCommand extends $Command<ListSessionsCommandInput, ListSessionsCommandOutput, GlueClientResolvedConfig> {
34
47
  readonly input: ListSessionsCommandInput;
@@ -29,6 +29,25 @@ export interface ListStatementsCommandOutput extends ListStatementsResponse, __M
29
29
  * @see {@link ListStatementsCommandOutput} for command's `response` shape.
30
30
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to a resource was denied.</p>
34
+ *
35
+ * @throws {@link EntityNotFoundException} (client fault)
36
+ * <p>A specified entity does not exist</p>
37
+ *
38
+ * @throws {@link IllegalSessionStateException} (client fault)
39
+ * <p>The session is in an invalid state to perform a requested operation.</p>
40
+ *
41
+ * @throws {@link InternalServiceException} (server fault)
42
+ * <p>An internal service error occurred.</p>
43
+ *
44
+ * @throws {@link InvalidInputException} (client fault)
45
+ * <p>The input provided was not valid.</p>
46
+ *
47
+ * @throws {@link OperationTimeoutException} (client fault)
48
+ * <p>The operation timed out.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ListStatementsCommand extends $Command<ListStatementsCommandInput, ListStatementsCommandOutput, GlueClientResolvedConfig> {
34
53
  readonly input: ListStatementsCommandInput;
@@ -32,6 +32,19 @@ export interface ListTriggersCommandOutput extends ListTriggersResponse, __Metad
32
32
  * @see {@link ListTriggersCommandOutput} for command's `response` shape.
33
33
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
34
34
  *
35
+ * @throws {@link EntityNotFoundException} (client fault)
36
+ * <p>A specified entity does not exist</p>
37
+ *
38
+ * @throws {@link InternalServiceException} (server fault)
39
+ * <p>An internal service error occurred.</p>
40
+ *
41
+ * @throws {@link InvalidInputException} (client fault)
42
+ * <p>The input provided was not valid.</p>
43
+ *
44
+ * @throws {@link OperationTimeoutException} (client fault)
45
+ * <p>The operation timed out.</p>
46
+ *
47
+ *
35
48
  */
36
49
  export declare class ListTriggersCommand extends $Command<ListTriggersCommandInput, ListTriggersCommandOutput, GlueClientResolvedConfig> {
37
50
  readonly input: ListTriggersCommandInput;
@@ -29,6 +29,16 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
29
29
  * @see {@link ListWorkflowsCommandOutput} for command's `response` shape.
30
30
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServiceException} (server fault)
33
+ * <p>An internal service error occurred.</p>
34
+ *
35
+ * @throws {@link InvalidInputException} (client fault)
36
+ * <p>The input provided was not valid.</p>
37
+ *
38
+ * @throws {@link OperationTimeoutException} (client fault)
39
+ * <p>The operation timed out.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListWorkflowsCommand extends $Command<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, GlueClientResolvedConfig> {
34
44
  readonly input: ListWorkflowsCommandInput;
@@ -30,6 +30,16 @@ export interface PutDataCatalogEncryptionSettingsCommandOutput extends PutDataCa
30
30
  * @see {@link PutDataCatalogEncryptionSettingsCommandOutput} for command's `response` shape.
31
31
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServiceException} (server fault)
34
+ * <p>An internal service error occurred.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The input provided was not valid.</p>
38
+ *
39
+ * @throws {@link OperationTimeoutException} (client fault)
40
+ * <p>The operation timed out.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class PutDataCatalogEncryptionSettingsCommand extends $Command<PutDataCatalogEncryptionSettingsCommandInput, PutDataCatalogEncryptionSettingsCommandOutput, GlueClientResolvedConfig> {
35
45
  readonly input: PutDataCatalogEncryptionSettingsCommandInput;
@@ -29,6 +29,22 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
29
29
  * @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
30
30
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConditionCheckFailureException} (client fault)
33
+ * <p>A specified condition was not satisfied.</p>
34
+ *
35
+ * @throws {@link EntityNotFoundException} (client fault)
36
+ * <p>A specified entity does not exist</p>
37
+ *
38
+ * @throws {@link InternalServiceException} (server fault)
39
+ * <p>An internal service error occurred.</p>
40
+ *
41
+ * @throws {@link InvalidInputException} (client fault)
42
+ * <p>The input provided was not valid.</p>
43
+ *
44
+ * @throws {@link OperationTimeoutException} (client fault)
45
+ * <p>The operation timed out.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, GlueClientResolvedConfig> {
34
50
  readonly input: PutResourcePolicyCommandInput;
@@ -29,6 +29,22 @@ export interface PutSchemaVersionMetadataCommandOutput extends PutSchemaVersionM
29
29
  * @see {@link PutSchemaVersionMetadataCommandOutput} for command's `response` shape.
30
30
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to a resource was denied.</p>
34
+ *
35
+ * @throws {@link AlreadyExistsException} (client fault)
36
+ * <p>A resource to be created or added already exists.</p>
37
+ *
38
+ * @throws {@link EntityNotFoundException} (client fault)
39
+ * <p>A specified entity does not exist</p>
40
+ *
41
+ * @throws {@link InvalidInputException} (client fault)
42
+ * <p>The input provided was not valid.</p>
43
+ *
44
+ * @throws {@link ResourceNumberLimitExceededException} (client fault)
45
+ * <p>A resource numerical limit was exceeded.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class PutSchemaVersionMetadataCommand extends $Command<PutSchemaVersionMetadataCommandInput, PutSchemaVersionMetadataCommandOutput, GlueClientResolvedConfig> {
34
50
  readonly input: PutSchemaVersionMetadataCommandInput;
@@ -29,6 +29,28 @@ export interface PutWorkflowRunPropertiesCommandOutput extends PutWorkflowRunPro
29
29
  * @see {@link PutWorkflowRunPropertiesCommandOutput} for command's `response` shape.
30
30
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
31
31
  *
32
+ * @throws {@link AlreadyExistsException} (client fault)
33
+ * <p>A resource to be created or added already exists.</p>
34
+ *
35
+ * @throws {@link ConcurrentModificationException} (client fault)
36
+ * <p>Two processes are trying to modify a resource simultaneously.</p>
37
+ *
38
+ * @throws {@link EntityNotFoundException} (client fault)
39
+ * <p>A specified entity does not exist</p>
40
+ *
41
+ * @throws {@link InternalServiceException} (server fault)
42
+ * <p>An internal service error occurred.</p>
43
+ *
44
+ * @throws {@link InvalidInputException} (client fault)
45
+ * <p>The input provided was not valid.</p>
46
+ *
47
+ * @throws {@link OperationTimeoutException} (client fault)
48
+ * <p>The operation timed out.</p>
49
+ *
50
+ * @throws {@link ResourceNumberLimitExceededException} (client fault)
51
+ * <p>A resource numerical limit was exceeded.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class PutWorkflowRunPropertiesCommand extends $Command<PutWorkflowRunPropertiesCommandInput, PutWorkflowRunPropertiesCommandOutput, GlueClientResolvedConfig> {
34
56
  readonly input: PutWorkflowRunPropertiesCommandInput;
@@ -29,6 +29,16 @@ export interface QuerySchemaVersionMetadataCommandOutput extends QuerySchemaVers
29
29
  * @see {@link QuerySchemaVersionMetadataCommandOutput} for command's `response` shape.
30
30
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to a resource was denied.</p>
34
+ *
35
+ * @throws {@link EntityNotFoundException} (client fault)
36
+ * <p>A specified entity does not exist</p>
37
+ *
38
+ * @throws {@link InvalidInputException} (client fault)
39
+ * <p>The input provided was not valid.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class QuerySchemaVersionMetadataCommand extends $Command<QuerySchemaVersionMetadataCommandInput, QuerySchemaVersionMetadataCommandOutput, GlueClientResolvedConfig> {
34
44
  readonly input: QuerySchemaVersionMetadataCommandInput;
@@ -31,6 +31,25 @@ export interface RegisterSchemaVersionCommandOutput extends RegisterSchemaVersio
31
31
  * @see {@link RegisterSchemaVersionCommandOutput} for command's `response` shape.
32
32
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>Access to a resource was denied.</p>
36
+ *
37
+ * @throws {@link ConcurrentModificationException} (client fault)
38
+ * <p>Two processes are trying to modify a resource simultaneously.</p>
39
+ *
40
+ * @throws {@link EntityNotFoundException} (client fault)
41
+ * <p>A specified entity does not exist</p>
42
+ *
43
+ * @throws {@link InternalServiceException} (server fault)
44
+ * <p>An internal service error occurred.</p>
45
+ *
46
+ * @throws {@link InvalidInputException} (client fault)
47
+ * <p>The input provided was not valid.</p>
48
+ *
49
+ * @throws {@link ResourceNumberLimitExceededException} (client fault)
50
+ * <p>A resource numerical limit was exceeded.</p>
51
+ *
52
+ *
34
53
  */
35
54
  export declare class RegisterSchemaVersionCommand extends $Command<RegisterSchemaVersionCommandInput, RegisterSchemaVersionCommandOutput, GlueClientResolvedConfig> {
36
55
  readonly input: RegisterSchemaVersionCommandInput;
@@ -29,6 +29,16 @@ export interface RemoveSchemaVersionMetadataCommandOutput extends RemoveSchemaVe
29
29
  * @see {@link RemoveSchemaVersionMetadataCommandOutput} for command's `response` shape.
30
30
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to a resource was denied.</p>
34
+ *
35
+ * @throws {@link EntityNotFoundException} (client fault)
36
+ * <p>A specified entity does not exist</p>
37
+ *
38
+ * @throws {@link InvalidInputException} (client fault)
39
+ * <p>The input provided was not valid.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class RemoveSchemaVersionMetadataCommand extends $Command<RemoveSchemaVersionMetadataCommandInput, RemoveSchemaVersionMetadataCommandOutput, GlueClientResolvedConfig> {
34
44
  readonly input: RemoveSchemaVersionMetadataCommandInput;
@@ -47,6 +47,19 @@ export interface ResetJobBookmarkCommandOutput extends ResetJobBookmarkResponse,
47
47
  * @see {@link ResetJobBookmarkCommandOutput} for command's `response` shape.
48
48
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
49
49
  *
50
+ * @throws {@link EntityNotFoundException} (client fault)
51
+ * <p>A specified entity does not exist</p>
52
+ *
53
+ * @throws {@link InternalServiceException} (server fault)
54
+ * <p>An internal service error occurred.</p>
55
+ *
56
+ * @throws {@link InvalidInputException} (client fault)
57
+ * <p>The input provided was not valid.</p>
58
+ *
59
+ * @throws {@link OperationTimeoutException} (client fault)
60
+ * <p>The operation timed out.</p>
61
+ *
62
+ *
50
63
  */
51
64
  export declare class ResetJobBookmarkCommand extends $Command<ResetJobBookmarkCommandInput, ResetJobBookmarkCommandOutput, GlueClientResolvedConfig> {
52
65
  readonly input: ResetJobBookmarkCommandInput;
@@ -29,6 +29,25 @@ export interface ResumeWorkflowRunCommandOutput extends ResumeWorkflowRunRespons
29
29
  * @see {@link ResumeWorkflowRunCommandOutput} for command's `response` shape.
30
30
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentRunsExceededException} (client fault)
33
+ * <p>Too many jobs are being run concurrently.</p>
34
+ *
35
+ * @throws {@link EntityNotFoundException} (client fault)
36
+ * <p>A specified entity does not exist</p>
37
+ *
38
+ * @throws {@link IllegalWorkflowStateException} (client fault)
39
+ * <p>The workflow is in an invalid state to perform a requested operation.</p>
40
+ *
41
+ * @throws {@link InternalServiceException} (server fault)
42
+ * <p>An internal service error occurred.</p>
43
+ *
44
+ * @throws {@link InvalidInputException} (client fault)
45
+ * <p>The input provided was not valid.</p>
46
+ *
47
+ * @throws {@link OperationTimeoutException} (client fault)
48
+ * <p>The operation timed out.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ResumeWorkflowRunCommand extends $Command<ResumeWorkflowRunCommandInput, ResumeWorkflowRunCommandOutput, GlueClientResolvedConfig> {
34
53
  readonly input: ResumeWorkflowRunCommandInput;
@@ -29,6 +29,31 @@ export interface RunStatementCommandOutput extends RunStatementResponse, __Metad
29
29
  * @see {@link RunStatementCommandOutput} for command's `response` shape.
30
30
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to a resource was denied.</p>
34
+ *
35
+ * @throws {@link EntityNotFoundException} (client fault)
36
+ * <p>A specified entity does not exist</p>
37
+ *
38
+ * @throws {@link IllegalSessionStateException} (client fault)
39
+ * <p>The session is in an invalid state to perform a requested operation.</p>
40
+ *
41
+ * @throws {@link InternalServiceException} (server fault)
42
+ * <p>An internal service error occurred.</p>
43
+ *
44
+ * @throws {@link InvalidInputException} (client fault)
45
+ * <p>The input provided was not valid.</p>
46
+ *
47
+ * @throws {@link OperationTimeoutException} (client fault)
48
+ * <p>The operation timed out.</p>
49
+ *
50
+ * @throws {@link ResourceNumberLimitExceededException} (client fault)
51
+ * <p>A resource numerical limit was exceeded.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>A value could not be validated.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class RunStatementCommand extends $Command<RunStatementCommandInput, RunStatementCommandOutput, GlueClientResolvedConfig> {
34
59
  readonly input: RunStatementCommandInput;
@@ -30,6 +30,16 @@ export interface SearchTablesCommandOutput extends SearchTablesResponse, __Metad
30
30
  * @see {@link SearchTablesCommandOutput} for command's `response` shape.
31
31
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServiceException} (server fault)
34
+ * <p>An internal service error occurred.</p>
35
+ *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The input provided was not valid.</p>
38
+ *
39
+ * @throws {@link OperationTimeoutException} (client fault)
40
+ * <p>The operation timed out.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class SearchTablesCommand extends $Command<SearchTablesCommandInput, SearchTablesCommandOutput, GlueClientResolvedConfig> {
35
45
  readonly input: SearchTablesCommandInput;
@@ -29,6 +29,25 @@ export interface StartBlueprintRunCommandOutput extends StartBlueprintRunRespons
29
29
  * @see {@link StartBlueprintRunCommandOutput} for command's `response` shape.
30
30
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
31
31
  *
32
+ * @throws {@link EntityNotFoundException} (client fault)
33
+ * <p>A specified entity does not exist</p>
34
+ *
35
+ * @throws {@link IllegalBlueprintStateException} (client fault)
36
+ * <p>The blueprint is in an invalid state to perform a requested operation.</p>
37
+ *
38
+ * @throws {@link InternalServiceException} (server fault)
39
+ * <p>An internal service error occurred.</p>
40
+ *
41
+ * @throws {@link InvalidInputException} (client fault)
42
+ * <p>The input provided was not valid.</p>
43
+ *
44
+ * @throws {@link OperationTimeoutException} (client fault)
45
+ * <p>The operation timed out.</p>
46
+ *
47
+ * @throws {@link ResourceNumberLimitExceededException} (client fault)
48
+ * <p>A resource numerical limit was exceeded.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class StartBlueprintRunCommand extends $Command<StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput, GlueClientResolvedConfig> {
34
53
  readonly input: StartBlueprintRunCommandInput;
@@ -31,6 +31,16 @@ export interface StartCrawlerCommandOutput extends StartCrawlerResponse, __Metad
31
31
  * @see {@link StartCrawlerCommandOutput} for command's `response` shape.
32
32
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
33
33
  *
34
+ * @throws {@link CrawlerRunningException} (client fault)
35
+ * <p>The operation cannot be performed because the crawler is already running.</p>
36
+ *
37
+ * @throws {@link EntityNotFoundException} (client fault)
38
+ * <p>A specified entity does not exist</p>
39
+ *
40
+ * @throws {@link OperationTimeoutException} (client fault)
41
+ * <p>The operation timed out.</p>
42
+ *
43
+ *
34
44
  */
35
45
  export declare class StartCrawlerCommand extends $Command<StartCrawlerCommandInput, StartCrawlerCommandOutput, GlueClientResolvedConfig> {
36
46
  readonly input: StartCrawlerCommandInput;
@@ -31,6 +31,22 @@ export interface StartCrawlerScheduleCommandOutput extends StartCrawlerScheduleR
31
31
  * @see {@link StartCrawlerScheduleCommandOutput} for command's `response` shape.
32
32
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
33
33
  *
34
+ * @throws {@link EntityNotFoundException} (client fault)
35
+ * <p>A specified entity does not exist</p>
36
+ *
37
+ * @throws {@link NoScheduleException} (client fault)
38
+ * <p>There is no applicable schedule.</p>
39
+ *
40
+ * @throws {@link OperationTimeoutException} (client fault)
41
+ * <p>The operation timed out.</p>
42
+ *
43
+ * @throws {@link SchedulerRunningException} (client fault)
44
+ * <p>The specified scheduler is already running.</p>
45
+ *
46
+ * @throws {@link SchedulerTransitioningException} (client fault)
47
+ * <p>The specified scheduler is transitioning.</p>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class StartCrawlerScheduleCommand extends $Command<StartCrawlerScheduleCommandInput, StartCrawlerScheduleCommandOutput, GlueClientResolvedConfig> {
36
52
  readonly input: StartCrawlerScheduleCommandInput;
@@ -29,6 +29,19 @@ export interface StartDataQualityRuleRecommendationRunCommandOutput extends Star
29
29
  * @see {@link StartDataQualityRuleRecommendationRunCommandOutput} for command's `response` shape.
30
30
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The <code>CreatePartitions</code> API was called on a table that has indexes enabled. </p>
34
+ *
35
+ * @throws {@link InternalServiceException} (server fault)
36
+ * <p>An internal service error occurred.</p>
37
+ *
38
+ * @throws {@link InvalidInputException} (client fault)
39
+ * <p>The input provided was not valid.</p>
40
+ *
41
+ * @throws {@link OperationTimeoutException} (client fault)
42
+ * <p>The operation timed out.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class StartDataQualityRuleRecommendationRunCommand extends $Command<StartDataQualityRuleRecommendationRunCommandInput, StartDataQualityRuleRecommendationRunCommandOutput, GlueClientResolvedConfig> {
34
47
  readonly input: StartDataQualityRuleRecommendationRunCommandInput;
@@ -29,6 +29,22 @@ export interface StartDataQualityRulesetEvaluationRunCommandOutput extends Start
29
29
  * @see {@link StartDataQualityRulesetEvaluationRunCommandOutput} for command's `response` shape.
30
30
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The <code>CreatePartitions</code> API was called on a table that has indexes enabled. </p>
34
+ *
35
+ * @throws {@link EntityNotFoundException} (client fault)
36
+ * <p>A specified entity does not exist</p>
37
+ *
38
+ * @throws {@link InternalServiceException} (server fault)
39
+ * <p>An internal service error occurred.</p>
40
+ *
41
+ * @throws {@link InvalidInputException} (client fault)
42
+ * <p>The input provided was not valid.</p>
43
+ *
44
+ * @throws {@link OperationTimeoutException} (client fault)
45
+ * <p>The operation timed out.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class StartDataQualityRulesetEvaluationRunCommand extends $Command<StartDataQualityRulesetEvaluationRunCommandInput, StartDataQualityRulesetEvaluationRunCommandOutput, GlueClientResolvedConfig> {
34
50
  readonly input: StartDataQualityRulesetEvaluationRunCommandInput;
@@ -37,6 +37,19 @@ export interface StartExportLabelsTaskRunCommandOutput extends StartExportLabels
37
37
  * @see {@link StartExportLabelsTaskRunCommandOutput} for command's `response` shape.
38
38
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
39
39
  *
40
+ * @throws {@link EntityNotFoundException} (client fault)
41
+ * <p>A specified entity does not exist</p>
42
+ *
43
+ * @throws {@link InternalServiceException} (server fault)
44
+ * <p>An internal service error occurred.</p>
45
+ *
46
+ * @throws {@link InvalidInputException} (client fault)
47
+ * <p>The input provided was not valid.</p>
48
+ *
49
+ * @throws {@link OperationTimeoutException} (client fault)
50
+ * <p>The operation timed out.</p>
51
+ *
52
+ *
40
53
  */
41
54
  export declare class StartExportLabelsTaskRunCommand extends $Command<StartExportLabelsTaskRunCommandInput, StartExportLabelsTaskRunCommandOutput, GlueClientResolvedConfig> {
42
55
  readonly input: StartExportLabelsTaskRunCommandInput;
@@ -50,6 +50,22 @@ export interface StartImportLabelsTaskRunCommandOutput extends StartImportLabels
50
50
  * @see {@link StartImportLabelsTaskRunCommandOutput} for command's `response` shape.
51
51
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
52
52
  *
53
+ * @throws {@link EntityNotFoundException} (client fault)
54
+ * <p>A specified entity does not exist</p>
55
+ *
56
+ * @throws {@link InternalServiceException} (server fault)
57
+ * <p>An internal service error occurred.</p>
58
+ *
59
+ * @throws {@link InvalidInputException} (client fault)
60
+ * <p>The input provided was not valid.</p>
61
+ *
62
+ * @throws {@link OperationTimeoutException} (client fault)
63
+ * <p>The operation timed out.</p>
64
+ *
65
+ * @throws {@link ResourceNumberLimitExceededException} (client fault)
66
+ * <p>A resource numerical limit was exceeded.</p>
67
+ *
68
+ *
53
69
  */
54
70
  export declare class StartImportLabelsTaskRunCommand extends $Command<StartImportLabelsTaskRunCommandInput, StartImportLabelsTaskRunCommandOutput, GlueClientResolvedConfig> {
55
71
  readonly input: StartImportLabelsTaskRunCommandInput;
@@ -29,6 +29,25 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
29
29
  * @see {@link StartJobRunCommandOutput} for command's `response` shape.
30
30
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentRunsExceededException} (client fault)
33
+ * <p>Too many jobs are being run concurrently.</p>
34
+ *
35
+ * @throws {@link EntityNotFoundException} (client fault)
36
+ * <p>A specified entity does not exist</p>
37
+ *
38
+ * @throws {@link InternalServiceException} (server fault)
39
+ * <p>An internal service error occurred.</p>
40
+ *
41
+ * @throws {@link InvalidInputException} (client fault)
42
+ * <p>The input provided was not valid.</p>
43
+ *
44
+ * @throws {@link OperationTimeoutException} (client fault)
45
+ * <p>The operation timed out.</p>
46
+ *
47
+ * @throws {@link ResourceNumberLimitExceededException} (client fault)
48
+ * <p>A resource numerical limit was exceeded.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class StartJobRunCommand extends $Command<StartJobRunCommandInput, StartJobRunCommandOutput, GlueClientResolvedConfig> {
34
53
  readonly input: StartJobRunCommandInput;
@@ -34,6 +34,25 @@ export interface StartMLEvaluationTaskRunCommandOutput extends StartMLEvaluation
34
34
  * @see {@link StartMLEvaluationTaskRunCommandOutput} for command's `response` shape.
35
35
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
36
36
  *
37
+ * @throws {@link ConcurrentRunsExceededException} (client fault)
38
+ * <p>Too many jobs are being run concurrently.</p>
39
+ *
40
+ * @throws {@link EntityNotFoundException} (client fault)
41
+ * <p>A specified entity does not exist</p>
42
+ *
43
+ * @throws {@link InternalServiceException} (server fault)
44
+ * <p>An internal service error occurred.</p>
45
+ *
46
+ * @throws {@link InvalidInputException} (client fault)
47
+ * <p>The input provided was not valid.</p>
48
+ *
49
+ * @throws {@link MLTransformNotReadyException} (client fault)
50
+ * <p>The machine learning transform is not ready to run.</p>
51
+ *
52
+ * @throws {@link OperationTimeoutException} (client fault)
53
+ * <p>The operation timed out.</p>
54
+ *
55
+ *
37
56
  */
38
57
  export declare class StartMLEvaluationTaskRunCommand extends $Command<StartMLEvaluationTaskRunCommandInput, StartMLEvaluationTaskRunCommandOutput, GlueClientResolvedConfig> {
39
58
  readonly input: StartMLEvaluationTaskRunCommandInput;
@@ -39,6 +39,22 @@ export interface StartMLLabelingSetGenerationTaskRunCommandOutput extends StartM
39
39
  * @see {@link StartMLLabelingSetGenerationTaskRunCommandOutput} for command's `response` shape.
40
40
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
41
41
  *
42
+ * @throws {@link ConcurrentRunsExceededException} (client fault)
43
+ * <p>Too many jobs are being run concurrently.</p>
44
+ *
45
+ * @throws {@link EntityNotFoundException} (client fault)
46
+ * <p>A specified entity does not exist</p>
47
+ *
48
+ * @throws {@link InternalServiceException} (server fault)
49
+ * <p>An internal service error occurred.</p>
50
+ *
51
+ * @throws {@link InvalidInputException} (client fault)
52
+ * <p>The input provided was not valid.</p>
53
+ *
54
+ * @throws {@link OperationTimeoutException} (client fault)
55
+ * <p>The operation timed out.</p>
56
+ *
57
+ *
42
58
  */
43
59
  export declare class StartMLLabelingSetGenerationTaskRunCommand extends $Command<StartMLLabelingSetGenerationTaskRunCommandInput, StartMLLabelingSetGenerationTaskRunCommandOutput, GlueClientResolvedConfig> {
44
60
  readonly input: StartMLLabelingSetGenerationTaskRunCommandInput;
@@ -31,6 +31,25 @@ export interface StartTriggerCommandOutput extends StartTriggerResponse, __Metad
31
31
  * @see {@link StartTriggerCommandOutput} for command's `response` shape.
32
32
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
33
33
  *
34
+ * @throws {@link ConcurrentRunsExceededException} (client fault)
35
+ * <p>Too many jobs are being run concurrently.</p>
36
+ *
37
+ * @throws {@link EntityNotFoundException} (client fault)
38
+ * <p>A specified entity does not exist</p>
39
+ *
40
+ * @throws {@link InternalServiceException} (server fault)
41
+ * <p>An internal service error occurred.</p>
42
+ *
43
+ * @throws {@link InvalidInputException} (client fault)
44
+ * <p>The input provided was not valid.</p>
45
+ *
46
+ * @throws {@link OperationTimeoutException} (client fault)
47
+ * <p>The operation timed out.</p>
48
+ *
49
+ * @throws {@link ResourceNumberLimitExceededException} (client fault)
50
+ * <p>A resource numerical limit was exceeded.</p>
51
+ *
52
+ *
34
53
  */
35
54
  export declare class StartTriggerCommand extends $Command<StartTriggerCommandInput, StartTriggerCommandOutput, GlueClientResolvedConfig> {
36
55
  readonly input: StartTriggerCommandInput;
@@ -29,6 +29,25 @@ export interface StartWorkflowRunCommandOutput extends StartWorkflowRunResponse,
29
29
  * @see {@link StartWorkflowRunCommandOutput} for command's `response` shape.
30
30
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentRunsExceededException} (client fault)
33
+ * <p>Too many jobs are being run concurrently.</p>
34
+ *
35
+ * @throws {@link EntityNotFoundException} (client fault)
36
+ * <p>A specified entity does not exist</p>
37
+ *
38
+ * @throws {@link InternalServiceException} (server fault)
39
+ * <p>An internal service error occurred.</p>
40
+ *
41
+ * @throws {@link InvalidInputException} (client fault)
42
+ * <p>The input provided was not valid.</p>
43
+ *
44
+ * @throws {@link OperationTimeoutException} (client fault)
45
+ * <p>The operation timed out.</p>
46
+ *
47
+ * @throws {@link ResourceNumberLimitExceededException} (client fault)
48
+ * <p>A resource numerical limit was exceeded.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class StartWorkflowRunCommand extends $Command<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, GlueClientResolvedConfig> {
34
53
  readonly input: StartWorkflowRunCommandInput;
@@ -29,6 +29,19 @@ export interface StopCrawlerCommandOutput extends StopCrawlerResponse, __Metadat
29
29
  * @see {@link StopCrawlerCommandOutput} for command's `response` shape.
30
30
  * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
31
31
  *
32
+ * @throws {@link CrawlerNotRunningException} (client fault)
33
+ * <p>The specified crawler is not running.</p>
34
+ *
35
+ * @throws {@link CrawlerStoppingException} (client fault)
36
+ * <p>The specified crawler is stopping.</p>
37
+ *
38
+ * @throws {@link EntityNotFoundException} (client fault)
39
+ * <p>A specified entity does not exist</p>
40
+ *
41
+ * @throws {@link OperationTimeoutException} (client fault)
42
+ * <p>The operation timed out.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class StopCrawlerCommand extends $Command<StopCrawlerCommandInput, StopCrawlerCommandOutput, GlueClientResolvedConfig> {
34
47
  readonly input: StopCrawlerCommandInput;