@aws-sdk/client-glue 3.325.0 → 3.327.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 +16 -0
  2. package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +14 -0
  3. package/dist-types/commands/BatchDeletePartitionCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchDeleteTableCommand.d.ts +14 -0
  5. package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +15 -0
  6. package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +28 -0
  7. package/dist-types/commands/BatchGetCrawlersCommand.d.ts +114 -0
  8. package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +17 -0
  9. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +40 -0
  10. package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +43 -0
  11. package/dist-types/commands/BatchGetJobsCommand.d.ts +875 -0
  12. package/dist-types/commands/BatchGetPartitionCommand.d.ts +84 -0
  13. package/dist-types/commands/BatchGetTriggersCommand.d.ts +49 -0
  14. package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +260 -0
  15. package/dist-types/commands/BatchStopJobRunCommand.d.ts +21 -0
  16. package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +16 -0
  17. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +4 -0
  18. package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +4 -0
  19. package/dist-types/commands/CancelMLTaskRunCommand.d.ts +8 -0
  20. package/dist-types/commands/CancelStatementCommand.d.ts +4 -0
  21. package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +7 -0
  22. package/dist-types/commands/CreateBlueprintCommand.d.ts +6 -0
  23. package/dist-types/commands/CreateClassifierCommand.d.ts +4 -0
  24. package/dist-types/commands/CreateConnectionCommand.d.ts +4 -0
  25. package/dist-types/commands/CreateCrawlerCommand.d.ts +4 -0
  26. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +6 -0
  27. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +6 -0
  28. package/dist-types/commands/CreateDatabaseCommand.d.ts +4 -0
  29. package/dist-types/commands/CreateDevEndpointCommand.d.ts +28 -0
  30. package/dist-types/commands/CreateJobCommand.d.ts +6 -0
  31. package/dist-types/commands/CreateMLTransformCommand.d.ts +6 -0
  32. package/dist-types/commands/CreatePartitionCommand.d.ts +4 -0
  33. package/dist-types/commands/CreatePartitionIndexCommand.d.ts +4 -0
  34. package/dist-types/commands/CreateRegistryCommand.d.ts +11 -0
  35. package/dist-types/commands/CreateSchemaCommand.d.ts +21 -0
  36. package/dist-types/commands/CreateScriptCommand.d.ts +7 -0
  37. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +7 -0
  38. package/dist-types/commands/CreateSessionCommand.d.ts +29 -0
  39. package/dist-types/commands/CreateTableCommand.d.ts +4 -0
  40. package/dist-types/commands/CreateTriggerCommand.d.ts +6 -0
  41. package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +4 -0
  42. package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -0
  43. package/dist-types/commands/DeleteBlueprintCommand.d.ts +6 -0
  44. package/dist-types/commands/DeleteClassifierCommand.d.ts +4 -0
  45. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +4 -0
  46. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +4 -0
  47. package/dist-types/commands/DeleteConnectionCommand.d.ts +4 -0
  48. package/dist-types/commands/DeleteCrawlerCommand.d.ts +4 -0
  49. package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +6 -0
  50. package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +4 -0
  51. package/dist-types/commands/DeleteDatabaseCommand.d.ts +4 -0
  52. package/dist-types/commands/DeleteDevEndpointCommand.d.ts +4 -0
  53. package/dist-types/commands/DeleteJobCommand.d.ts +6 -0
  54. package/dist-types/commands/DeleteMLTransformCommand.d.ts +6 -0
  55. package/dist-types/commands/DeletePartitionCommand.d.ts +4 -0
  56. package/dist-types/commands/DeletePartitionIndexCommand.d.ts +4 -0
  57. package/dist-types/commands/DeleteRegistryCommand.d.ts +8 -0
  58. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
  59. package/dist-types/commands/DeleteSchemaCommand.d.ts +8 -0
  60. package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +14 -0
  61. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +4 -0
  62. package/dist-types/commands/DeleteSessionCommand.d.ts +6 -0
  63. package/dist-types/commands/DeleteTableCommand.d.ts +4 -0
  64. package/dist-types/commands/DeleteTableVersionCommand.d.ts +4 -0
  65. package/dist-types/commands/DeleteTriggerCommand.d.ts +6 -0
  66. package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +4 -0
  67. package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -0
  68. package/dist-types/commands/GetBlueprintCommand.d.ts +23 -0
  69. package/dist-types/commands/GetBlueprintRunCommand.d.ts +17 -0
  70. package/dist-types/commands/GetBlueprintRunsCommand.d.ts +20 -0
  71. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +10 -0
  72. package/dist-types/commands/GetClassifierCommand.d.ts +49 -0
  73. package/dist-types/commands/GetClassifiersCommand.d.ts +52 -0
  74. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +70 -0
  75. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +70 -0
  76. package/dist-types/commands/GetConnectionCommand.d.ts +26 -0
  77. package/dist-types/commands/GetConnectionsCommand.d.ts +29 -0
  78. package/dist-types/commands/GetCrawlerCommand.d.ts +109 -0
  79. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +18 -0
  80. package/dist-types/commands/GetCrawlersCommand.d.ts +112 -0
  81. package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +10 -0
  82. package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +15 -0
  83. package/dist-types/commands/GetDataQualityResultCommand.d.ts +33 -0
  84. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +28 -0
  85. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +15 -0
  86. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +36 -0
  87. package/dist-types/commands/GetDatabaseCommand.d.ts +33 -0
  88. package/dist-types/commands/GetDatabasesCommand.d.ts +36 -0
  89. package/dist-types/commands/GetDataflowGraphCommand.d.ts +26 -0
  90. package/dist-types/commands/GetDevEndpointCommand.d.ts +38 -0
  91. package/dist-types/commands/GetDevEndpointsCommand.d.ts +41 -0
  92. package/dist-types/commands/GetJobBookmarkCommand.d.ts +14 -0
  93. package/dist-types/commands/GetJobCommand.d.ts +870 -0
  94. package/dist-types/commands/GetJobRunCommand.d.ts +40 -0
  95. package/dist-types/commands/GetJobRunsCommand.d.ts +43 -0
  96. package/dist-types/commands/GetJobsCommand.d.ts +873 -0
  97. package/dist-types/commands/GetMLTaskRunCommand.d.ts +32 -0
  98. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +37 -0
  99. package/dist-types/commands/GetMLTransformCommand.d.ts +73 -0
  100. package/dist-types/commands/GetMLTransformsCommand.d.ts +78 -0
  101. package/dist-types/commands/GetMappingCommand.d.ts +15 -0
  102. package/dist-types/commands/GetPartitionCommand.d.ts +75 -0
  103. package/dist-types/commands/GetPartitionIndexesCommand.d.ts +30 -0
  104. package/dist-types/commands/GetPartitionsCommand.d.ts +78 -0
  105. package/dist-types/commands/GetPlanCommand.d.ts +7 -0
  106. package/dist-types/commands/GetRegistryCommand.d.ts +11 -0
  107. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +14 -0
  108. package/dist-types/commands/GetResourcePolicyCommand.d.ts +9 -0
  109. package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +10 -0
  110. package/dist-types/commands/GetSchemaCommand.d.ts +18 -0
  111. package/dist-types/commands/GetSchemaVersionCommand.d.ts +12 -0
  112. package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +6 -0
  113. package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +25 -0
  114. package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +28 -0
  115. package/dist-types/commands/GetSessionCommand.d.ts +29 -0
  116. package/dist-types/commands/GetStatementCommand.d.ts +25 -0
  117. package/dist-types/commands/GetTableCommand.d.ts +100 -0
  118. package/dist-types/commands/GetTableVersionCommand.d.ts +103 -0
  119. package/dist-types/commands/GetTableVersionsCommand.d.ts +106 -0
  120. package/dist-types/commands/GetTablesCommand.d.ts +103 -0
  121. package/dist-types/commands/GetTagsCommand.d.ts +8 -0
  122. package/dist-types/commands/GetTriggerCommand.d.ts +44 -0
  123. package/dist-types/commands/GetTriggersCommand.d.ts +47 -0
  124. package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +77 -0
  125. package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +82 -0
  126. package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +108 -0
  127. package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +20 -0
  128. package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +23 -0
  129. package/dist-types/commands/GetWorkflowCommand.d.ts +255 -0
  130. package/dist-types/commands/GetWorkflowRunCommand.d.ts +138 -0
  131. package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +8 -0
  132. package/dist-types/commands/GetWorkflowRunsCommand.d.ts +141 -0
  133. package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +4 -0
  134. package/dist-types/commands/ListBlueprintsCommand.d.ts +9 -0
  135. package/dist-types/commands/ListCrawlersCommand.d.ts +9 -0
  136. package/dist-types/commands/ListCrawlsCommand.d.ts +20 -0
  137. package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +15 -0
  138. package/dist-types/commands/ListDataQualityResultsCommand.d.ts +25 -0
  139. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +24 -0
  140. package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +24 -0
  141. package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +20 -0
  142. package/dist-types/commands/ListDevEndpointsCommand.d.ts +9 -0
  143. package/dist-types/commands/ListJobsCommand.d.ts +9 -0
  144. package/dist-types/commands/ListMLTransformsCommand.d.ts +9 -0
  145. package/dist-types/commands/ListRegistriesCommand.d.ts +16 -0
  146. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +15 -0
  147. package/dist-types/commands/ListSchemasCommand.d.ts +17 -0
  148. package/dist-types/commands/ListSessionsCommand.d.ts +35 -0
  149. package/dist-types/commands/ListStatementsCommand.d.ts +28 -0
  150. package/dist-types/commands/ListTriggersCommand.d.ts +9 -0
  151. package/dist-types/commands/ListWorkflowsCommand.d.ts +9 -0
  152. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +4 -0
  153. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
  154. package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +13 -0
  155. package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +4 -0
  156. package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +19 -0
  157. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +8 -0
  158. package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +13 -0
  159. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +14 -0
  160. package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +9 -0
  161. package/dist-types/commands/RunStatementCommand.d.ts +6 -0
  162. package/dist-types/commands/SearchTablesCommand.d.ts +103 -0
  163. package/dist-types/commands/StartBlueprintRunCommand.d.ts +6 -0
  164. package/dist-types/commands/StartCrawlerCommand.d.ts +4 -0
  165. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +4 -0
  166. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +6 -0
  167. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +6 -0
  168. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +6 -0
  169. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +6 -0
  170. package/dist-types/commands/StartJobRunCommand.d.ts +6 -0
  171. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +6 -0
  172. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +6 -0
  173. package/dist-types/commands/StartTriggerCommand.d.ts +6 -0
  174. package/dist-types/commands/StartWorkflowRunCommand.d.ts +6 -0
  175. package/dist-types/commands/StopCrawlerCommand.d.ts +4 -0
  176. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +4 -0
  177. package/dist-types/commands/StopSessionCommand.d.ts +6 -0
  178. package/dist-types/commands/StopTriggerCommand.d.ts +6 -0
  179. package/dist-types/commands/StopWorkflowRunCommand.d.ts +4 -0
  180. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  181. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  182. package/dist-types/commands/UpdateBlueprintCommand.d.ts +6 -0
  183. package/dist-types/commands/UpdateClassifierCommand.d.ts +4 -0
  184. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +67 -0
  185. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +67 -0
  186. package/dist-types/commands/UpdateConnectionCommand.d.ts +4 -0
  187. package/dist-types/commands/UpdateCrawlerCommand.d.ts +4 -0
  188. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +4 -0
  189. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +8 -0
  190. package/dist-types/commands/UpdateDatabaseCommand.d.ts +4 -0
  191. package/dist-types/commands/UpdateDevEndpointCommand.d.ts +4 -0
  192. package/dist-types/commands/UpdateJobCommand.d.ts +6 -0
  193. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +6 -0
  194. package/dist-types/commands/UpdateMLTransformCommand.d.ts +6 -0
  195. package/dist-types/commands/UpdatePartitionCommand.d.ts +4 -0
  196. package/dist-types/commands/UpdateRegistryCommand.d.ts +7 -0
  197. package/dist-types/commands/UpdateSchemaCommand.d.ts +8 -0
  198. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +6 -0
  199. package/dist-types/commands/UpdateTableCommand.d.ts +4 -0
  200. package/dist-types/commands/UpdateTriggerCommand.d.ts +44 -0
  201. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +4 -0
  202. package/dist-types/commands/UpdateWorkflowCommand.d.ts +6 -0
  203. package/package.json +7 -7
@@ -121,6 +121,8 @@ export interface CreateCrawlerCommandOutput extends CreateCrawlerResponse, __Met
121
121
  * };
122
122
  * const command = new CreateCrawlerCommand(input);
123
123
  * const response = await client.send(command);
124
+ * // {};
125
+ *
124
126
  * ```
125
127
  *
126
128
  * @param CreateCrawlerCommandInput - {@link CreateCrawlerCommandInput}
@@ -141,6 +143,8 @@ export interface CreateCrawlerCommandOutput extends CreateCrawlerResponse, __Met
141
143
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
142
144
  * <p>A resource numerical limit was exceeded.</p>
143
145
  *
146
+ * @throws {@link GlueServiceException}
147
+ * <p>Base exception class for all service exceptions from Glue service.</p>
144
148
  *
145
149
  */
146
150
  export declare class CreateCrawlerCommand extends $Command<CreateCrawlerCommandInput, CreateCrawlerCommandOutput, GlueClientResolvedConfig> {
@@ -36,6 +36,10 @@ export interface CreateCustomEntityTypeCommandOutput extends CreateCustomEntityT
36
36
  * };
37
37
  * const command = new CreateCustomEntityTypeCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // CreateCustomEntityTypeResponse
40
+ * // Name: "STRING_VALUE",
41
+ * // };
42
+ *
39
43
  * ```
40
44
  *
41
45
  * @param CreateCustomEntityTypeCommandInput - {@link CreateCustomEntityTypeCommandInput}
@@ -65,6 +69,8 @@ export interface CreateCustomEntityTypeCommandOutput extends CreateCustomEntityT
65
69
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
66
70
  * <p>A resource numerical limit was exceeded.</p>
67
71
  *
72
+ * @throws {@link GlueServiceException}
73
+ * <p>Base exception class for all service exceptions from Glue service.</p>
68
74
  *
69
75
  */
70
76
  export declare class CreateCustomEntityTypeCommand extends $Command<CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
@@ -42,6 +42,10 @@ export interface CreateDataQualityRulesetCommandOutput extends CreateDataQuality
42
42
  * };
43
43
  * const command = new CreateDataQualityRulesetCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // CreateDataQualityRulesetResponse
46
+ * // Name: "STRING_VALUE",
47
+ * // };
48
+ *
45
49
  * ```
46
50
  *
47
51
  * @param CreateDataQualityRulesetCommandInput - {@link CreateDataQualityRulesetCommandInput}
@@ -65,6 +69,8 @@ export interface CreateDataQualityRulesetCommandOutput extends CreateDataQuality
65
69
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
66
70
  * <p>A resource numerical limit was exceeded.</p>
67
71
  *
72
+ * @throws {@link GlueServiceException}
73
+ * <p>Base exception class for all service exceptions from Glue service.</p>
68
74
  *
69
75
  */
70
76
  export declare class CreateDataQualityRulesetCommand extends $Command<CreateDataQualityRulesetCommandInput, CreateDataQualityRulesetCommandOutput, GlueClientResolvedConfig> {
@@ -60,6 +60,8 @@ export interface CreateDatabaseCommandOutput extends CreateDatabaseResponse, __M
60
60
  * };
61
61
  * const command = new CreateDatabaseCommand(input);
62
62
  * const response = await client.send(command);
63
+ * // {};
64
+ *
63
65
  * ```
64
66
  *
65
67
  * @param CreateDatabaseCommandInput - {@link CreateDatabaseCommandInput}
@@ -92,6 +94,8 @@ export interface CreateDatabaseCommandOutput extends CreateDatabaseResponse, __M
92
94
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
93
95
  * <p>A resource numerical limit was exceeded.</p>
94
96
  *
97
+ * @throws {@link GlueServiceException}
98
+ * <p>Base exception class for all service exceptions from Glue service.</p>
95
99
  *
96
100
  */
97
101
  export declare class CreateDatabaseCommand extends $Command<CreateDatabaseCommandInput, CreateDatabaseCommandOutput, GlueClientResolvedConfig> {
@@ -53,6 +53,32 @@ export interface CreateDevEndpointCommandOutput extends CreateDevEndpointRespons
53
53
  * };
54
54
  * const command = new CreateDevEndpointCommand(input);
55
55
  * const response = await client.send(command);
56
+ * // { // CreateDevEndpointResponse
57
+ * // EndpointName: "STRING_VALUE",
58
+ * // Status: "STRING_VALUE",
59
+ * // SecurityGroupIds: [ // StringList
60
+ * // "STRING_VALUE",
61
+ * // ],
62
+ * // SubnetId: "STRING_VALUE",
63
+ * // RoleArn: "STRING_VALUE",
64
+ * // YarnEndpointAddress: "STRING_VALUE",
65
+ * // ZeppelinRemoteSparkInterpreterPort: Number("int"),
66
+ * // NumberOfNodes: Number("int"),
67
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
68
+ * // GlueVersion: "STRING_VALUE",
69
+ * // NumberOfWorkers: Number("int"),
70
+ * // AvailabilityZone: "STRING_VALUE",
71
+ * // VpcId: "STRING_VALUE",
72
+ * // ExtraPythonLibsS3Path: "STRING_VALUE",
73
+ * // ExtraJarsS3Path: "STRING_VALUE",
74
+ * // FailureReason: "STRING_VALUE",
75
+ * // SecurityConfiguration: "STRING_VALUE",
76
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
77
+ * // Arguments: { // MapValue
78
+ * // "<keys>": "STRING_VALUE",
79
+ * // },
80
+ * // };
81
+ *
56
82
  * ```
57
83
  *
58
84
  * @param CreateDevEndpointCommandInput - {@link CreateDevEndpointCommandInput}
@@ -85,6 +111,8 @@ export interface CreateDevEndpointCommandOutput extends CreateDevEndpointRespons
85
111
  * @throws {@link ValidationException} (client fault)
86
112
  * <p>A value could not be validated.</p>
87
113
  *
114
+ * @throws {@link GlueServiceException}
115
+ * <p>Base exception class for all service exceptions from Glue service.</p>
88
116
  *
89
117
  */
90
118
  export declare class CreateDevEndpointCommand extends $Command<CreateDevEndpointCommandInput, CreateDevEndpointCommandOutput, GlueClientResolvedConfig> {
@@ -895,6 +895,10 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
895
895
  * };
896
896
  * const command = new CreateJobCommand(input);
897
897
  * const response = await client.send(command);
898
+ * // { // CreateJobResponse
899
+ * // Name: "STRING_VALUE",
900
+ * // };
901
+ *
898
902
  * ```
899
903
  *
900
904
  * @param CreateJobCommandInput - {@link CreateJobCommandInput}
@@ -924,6 +928,8 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
924
928
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
925
929
  * <p>A resource numerical limit was exceeded.</p>
926
930
  *
931
+ * @throws {@link GlueServiceException}
932
+ * <p>Base exception class for all service exceptions from Glue service.</p>
927
933
  *
928
934
  */
929
935
  export declare class CreateJobCommand extends $Command<CreateJobCommandInput, CreateJobCommandOutput, GlueClientResolvedConfig> {
@@ -79,6 +79,10 @@ export interface CreateMLTransformCommandOutput extends CreateMLTransformRespons
79
79
  * };
80
80
  * const command = new CreateMLTransformCommand(input);
81
81
  * const response = await client.send(command);
82
+ * // { // CreateMLTransformResponse
83
+ * // TransformId: "STRING_VALUE",
84
+ * // };
85
+ *
82
86
  * ```
83
87
  *
84
88
  * @param CreateMLTransformCommandInput - {@link CreateMLTransformCommandInput}
@@ -108,6 +112,8 @@ export interface CreateMLTransformCommandOutput extends CreateMLTransformRespons
108
112
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
109
113
  * <p>A resource numerical limit was exceeded.</p>
110
114
  *
115
+ * @throws {@link GlueServiceException}
116
+ * <p>Base exception class for all service exceptions from Glue service.</p>
111
117
  *
112
118
  */
113
119
  export declare class CreateMLTransformCommand extends $Command<CreateMLTransformCommandInput, CreateMLTransformCommandOutput, GlueClientResolvedConfig> {
@@ -99,6 +99,8 @@ export interface CreatePartitionCommandOutput extends CreatePartitionResponse, _
99
99
  * };
100
100
  * const command = new CreatePartitionCommand(input);
101
101
  * const response = await client.send(command);
102
+ * // {};
103
+ *
102
104
  * ```
103
105
  *
104
106
  * @param CreatePartitionCommandInput - {@link CreatePartitionCommandInput}
@@ -128,6 +130,8 @@ export interface CreatePartitionCommandOutput extends CreatePartitionResponse, _
128
130
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
129
131
  * <p>A resource numerical limit was exceeded.</p>
130
132
  *
133
+ * @throws {@link GlueServiceException}
134
+ * <p>Base exception class for all service exceptions from Glue service.</p>
131
135
  *
132
136
  */
133
137
  export declare class CreatePartitionCommand extends $Command<CreatePartitionCommandInput, CreatePartitionCommandOutput, GlueClientResolvedConfig> {
@@ -39,6 +39,8 @@ export interface CreatePartitionIndexCommandOutput extends CreatePartitionIndexR
39
39
  * };
40
40
  * const command = new CreatePartitionIndexCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // {};
43
+ *
42
44
  * ```
43
45
  *
44
46
  * @param CreatePartitionIndexCommandInput - {@link CreatePartitionIndexCommandInput}
@@ -68,6 +70,8 @@ export interface CreatePartitionIndexCommandOutput extends CreatePartitionIndexR
68
70
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
69
71
  * <p>A resource numerical limit was exceeded.</p>
70
72
  *
73
+ * @throws {@link GlueServiceException}
74
+ * <p>Base exception class for all service exceptions from Glue service.</p>
71
75
  *
72
76
  */
73
77
  export declare class CreatePartitionIndexCommand extends $Command<CreatePartitionIndexCommandInput, CreatePartitionIndexCommandOutput, GlueClientResolvedConfig> {
@@ -35,6 +35,15 @@ export interface CreateRegistryCommandOutput extends CreateRegistryResponse, __M
35
35
  * };
36
36
  * const command = new CreateRegistryCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // CreateRegistryResponse
39
+ * // RegistryArn: "STRING_VALUE",
40
+ * // RegistryName: "STRING_VALUE",
41
+ * // Description: "STRING_VALUE",
42
+ * // Tags: { // TagsMap
43
+ * // "<keys>": "STRING_VALUE",
44
+ * // },
45
+ * // };
46
+ *
38
47
  * ```
39
48
  *
40
49
  * @param CreateRegistryCommandInput - {@link CreateRegistryCommandInput}
@@ -61,6 +70,8 @@ export interface CreateRegistryCommandOutput extends CreateRegistryResponse, __M
61
70
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
62
71
  * <p>A resource numerical limit was exceeded.</p>
63
72
  *
73
+ * @throws {@link GlueServiceException}
74
+ * <p>Base exception class for all service exceptions from Glue service.</p>
64
75
  *
65
76
  */
66
77
  export declare class CreateRegistryCommand extends $Command<CreateRegistryCommandInput, CreateRegistryCommandOutput, GlueClientResolvedConfig> {
@@ -44,6 +44,25 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
44
44
  * };
45
45
  * const command = new CreateSchemaCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // CreateSchemaResponse
48
+ * // RegistryName: "STRING_VALUE",
49
+ * // RegistryArn: "STRING_VALUE",
50
+ * // SchemaName: "STRING_VALUE",
51
+ * // SchemaArn: "STRING_VALUE",
52
+ * // Description: "STRING_VALUE",
53
+ * // DataFormat: "AVRO" || "JSON" || "PROTOBUF",
54
+ * // Compatibility: "NONE" || "DISABLED" || "BACKWARD" || "BACKWARD_ALL" || "FORWARD" || "FORWARD_ALL" || "FULL" || "FULL_ALL",
55
+ * // SchemaCheckpoint: Number("long"),
56
+ * // LatestSchemaVersion: Number("long"),
57
+ * // NextSchemaVersion: Number("long"),
58
+ * // SchemaStatus: "AVAILABLE" || "PENDING" || "DELETING",
59
+ * // Tags: { // TagsMap
60
+ * // "<keys>": "STRING_VALUE",
61
+ * // },
62
+ * // SchemaVersionId: "STRING_VALUE",
63
+ * // SchemaVersionStatus: "AVAILABLE" || "PENDING" || "FAILURE" || "DELETING",
64
+ * // };
65
+ *
47
66
  * ```
48
67
  *
49
68
  * @param CreateSchemaCommandInput - {@link CreateSchemaCommandInput}
@@ -73,6 +92,8 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
73
92
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
74
93
  * <p>A resource numerical limit was exceeded.</p>
75
94
  *
95
+ * @throws {@link GlueServiceException}
96
+ * <p>Base exception class for all service exceptions from Glue service.</p>
76
97
  *
77
98
  */
78
99
  export declare class CreateSchemaCommand extends $Command<CreateSchemaCommandInput, CreateSchemaCommandOutput, GlueClientResolvedConfig> {
@@ -52,6 +52,11 @@ export interface CreateScriptCommandOutput extends CreateScriptResponse, __Metad
52
52
  * };
53
53
  * const command = new CreateScriptCommand(input);
54
54
  * const response = await client.send(command);
55
+ * // { // CreateScriptResponse
56
+ * // PythonScript: "STRING_VALUE",
57
+ * // ScalaCode: "STRING_VALUE",
58
+ * // };
59
+ *
55
60
  * ```
56
61
  *
57
62
  * @param CreateScriptCommandInput - {@link CreateScriptCommandInput}
@@ -69,6 +74,8 @@ export interface CreateScriptCommandOutput extends CreateScriptResponse, __Metad
69
74
  * @throws {@link OperationTimeoutException} (client fault)
70
75
  * <p>The operation timed out.</p>
71
76
  *
77
+ * @throws {@link GlueServiceException}
78
+ * <p>Base exception class for all service exceptions from Glue service.</p>
72
79
  *
73
80
  */
74
81
  export declare class CreateScriptCommand extends $Command<CreateScriptCommandInput, CreateScriptCommandOutput, GlueClientResolvedConfig> {
@@ -47,6 +47,11 @@ export interface CreateSecurityConfigurationCommandOutput extends CreateSecurity
47
47
  * };
48
48
  * const command = new CreateSecurityConfigurationCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // CreateSecurityConfigurationResponse
51
+ * // Name: "STRING_VALUE",
52
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
53
+ * // };
54
+ *
50
55
  * ```
51
56
  *
52
57
  * @param CreateSecurityConfigurationCommandInput - {@link CreateSecurityConfigurationCommandInput}
@@ -70,6 +75,8 @@ export interface CreateSecurityConfigurationCommandOutput extends CreateSecurity
70
75
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
71
76
  * <p>A resource numerical limit was exceeded.</p>
72
77
  *
78
+ * @throws {@link GlueServiceException}
79
+ * <p>Base exception class for all service exceptions from Glue service.</p>
73
80
  *
74
81
  */
75
82
  export declare class CreateSecurityConfigurationCommand extends $Command<CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput, GlueClientResolvedConfig> {
@@ -56,6 +56,33 @@ export interface CreateSessionCommandOutput extends CreateSessionResponse, __Met
56
56
  * };
57
57
  * const command = new CreateSessionCommand(input);
58
58
  * const response = await client.send(command);
59
+ * // { // CreateSessionResponse
60
+ * // Session: { // Session
61
+ * // Id: "STRING_VALUE",
62
+ * // CreatedOn: new Date("TIMESTAMP"),
63
+ * // Status: "PROVISIONING" || "READY" || "FAILED" || "TIMEOUT" || "STOPPING" || "STOPPED",
64
+ * // ErrorMessage: "STRING_VALUE",
65
+ * // Description: "STRING_VALUE",
66
+ * // Role: "STRING_VALUE",
67
+ * // Command: { // SessionCommand
68
+ * // Name: "STRING_VALUE",
69
+ * // PythonVersion: "STRING_VALUE",
70
+ * // },
71
+ * // DefaultArguments: { // OrchestrationArgumentsMap
72
+ * // "<keys>": "STRING_VALUE",
73
+ * // },
74
+ * // Connections: { // ConnectionsList
75
+ * // Connections: [ // OrchestrationStringList
76
+ * // "STRING_VALUE",
77
+ * // ],
78
+ * // },
79
+ * // Progress: Number("double"),
80
+ * // MaxCapacity: Number("double"),
81
+ * // SecurityConfiguration: "STRING_VALUE",
82
+ * // GlueVersion: "STRING_VALUE",
83
+ * // },
84
+ * // };
85
+ *
59
86
  * ```
60
87
  *
61
88
  * @param CreateSessionCommandInput - {@link CreateSessionCommandInput}
@@ -88,6 +115,8 @@ export interface CreateSessionCommandOutput extends CreateSessionResponse, __Met
88
115
  * @throws {@link ValidationException} (client fault)
89
116
  * <p>A value could not be validated.</p>
90
117
  *
118
+ * @throws {@link GlueServiceException}
119
+ * <p>Base exception class for all service exceptions from Glue service.</p>
91
120
  *
92
121
  */
93
122
  export declare class CreateSessionCommand extends $Command<CreateSessionCommandInput, CreateSessionCommandOutput, GlueClientResolvedConfig> {
@@ -124,6 +124,8 @@ export interface CreateTableCommandOutput extends CreateTableResponse, __Metadat
124
124
  * };
125
125
  * const command = new CreateTableCommand(input);
126
126
  * const response = await client.send(command);
127
+ * // {};
128
+ *
127
129
  * ```
128
130
  *
129
131
  * @param CreateTableCommandInput - {@link CreateTableCommandInput}
@@ -159,6 +161,8 @@ export interface CreateTableCommandOutput extends CreateTableResponse, __Metadat
159
161
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
160
162
  * <p>A resource numerical limit was exceeded.</p>
161
163
  *
164
+ * @throws {@link GlueServiceException}
165
+ * <p>Base exception class for all service exceptions from Glue service.</p>
162
166
  *
163
167
  */
164
168
  export declare class CreateTableCommand extends $Command<CreateTableCommandInput, CreateTableCommandOutput, GlueClientResolvedConfig> {
@@ -69,6 +69,10 @@ export interface CreateTriggerCommandOutput extends CreateTriggerResponse, __Met
69
69
  * };
70
70
  * const command = new CreateTriggerCommand(input);
71
71
  * const response = await client.send(command);
72
+ * // { // CreateTriggerResponse
73
+ * // Name: "STRING_VALUE",
74
+ * // };
75
+ *
72
76
  * ```
73
77
  *
74
78
  * @param CreateTriggerCommandInput - {@link CreateTriggerCommandInput}
@@ -101,6 +105,8 @@ export interface CreateTriggerCommandOutput extends CreateTriggerResponse, __Met
101
105
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
102
106
  * <p>A resource numerical limit was exceeded.</p>
103
107
  *
108
+ * @throws {@link GlueServiceException}
109
+ * <p>Base exception class for all service exceptions from Glue service.</p>
104
110
  *
105
111
  */
106
112
  export declare class CreateTriggerCommand extends $Command<CreateTriggerCommandInput, CreateTriggerCommandOutput, GlueClientResolvedConfig> {
@@ -44,6 +44,8 @@ export interface CreateUserDefinedFunctionCommandOutput extends CreateUserDefine
44
44
  * };
45
45
  * const command = new CreateUserDefinedFunctionCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // {};
48
+ *
47
49
  * ```
48
50
  *
49
51
  * @param CreateUserDefinedFunctionCommandInput - {@link CreateUserDefinedFunctionCommandInput}
@@ -73,6 +75,8 @@ export interface CreateUserDefinedFunctionCommandOutput extends CreateUserDefine
73
75
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
74
76
  * <p>A resource numerical limit was exceeded.</p>
75
77
  *
78
+ * @throws {@link GlueServiceException}
79
+ * <p>Base exception class for all service exceptions from Glue service.</p>
76
80
  *
77
81
  */
78
82
  export declare class CreateUserDefinedFunctionCommand extends $Command<CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput, GlueClientResolvedConfig> {
@@ -39,6 +39,10 @@ export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
39
39
  * };
40
40
  * const command = new CreateWorkflowCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // CreateWorkflowResponse
43
+ * // Name: "STRING_VALUE",
44
+ * // };
45
+ *
42
46
  * ```
43
47
  *
44
48
  * @param CreateWorkflowCommandInput - {@link CreateWorkflowCommandInput}
@@ -65,6 +69,8 @@ export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
65
69
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
66
70
  * <p>A resource numerical limit was exceeded.</p>
67
71
  *
72
+ * @throws {@link GlueServiceException}
73
+ * <p>Base exception class for all service exceptions from Glue service.</p>
68
74
  *
69
75
  */
70
76
  export declare class CreateWorkflowCommand extends $Command<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, GlueClientResolvedConfig> {
@@ -31,6 +31,10 @@ export interface DeleteBlueprintCommandOutput extends DeleteBlueprintResponse, _
31
31
  * };
32
32
  * const command = new DeleteBlueprintCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteBlueprintResponse
35
+ * // Name: "STRING_VALUE",
36
+ * // };
37
+ *
34
38
  * ```
35
39
  *
36
40
  * @param DeleteBlueprintCommandInput - {@link DeleteBlueprintCommandInput}
@@ -48,6 +52,8 @@ export interface DeleteBlueprintCommandOutput extends DeleteBlueprintResponse, _
48
52
  * @throws {@link OperationTimeoutException} (client fault)
49
53
  * <p>The operation timed out.</p>
50
54
  *
55
+ * @throws {@link GlueServiceException}
56
+ * <p>Base exception class for all service exceptions from Glue service.</p>
51
57
  *
52
58
  */
53
59
  export declare class DeleteBlueprintCommand extends $Command<DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput, GlueClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteClassifierCommandOutput extends DeleteClassifierResponse,
31
31
  * };
32
32
  * const command = new DeleteClassifierCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteClassifierCommandInput - {@link DeleteClassifierCommandInput}
@@ -45,6 +47,8 @@ export interface DeleteClassifierCommandOutput extends DeleteClassifierResponse,
45
47
  * @throws {@link OperationTimeoutException} (client fault)
46
48
  * <p>The operation timed out.</p>
47
49
  *
50
+ * @throws {@link GlueServiceException}
51
+ * <p>Base exception class for all service exceptions from Glue service.</p>
48
52
  *
49
53
  */
50
54
  export declare class DeleteClassifierCommand extends $Command<DeleteClassifierCommandInput, DeleteClassifierCommandOutput, GlueClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface DeleteColumnStatisticsForPartitionCommandOutput extends DeleteC
38
38
  * };
39
39
  * const command = new DeleteColumnStatisticsForPartitionCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param DeleteColumnStatisticsForPartitionCommandInput - {@link DeleteColumnStatisticsForPartitionCommandInput}
@@ -61,6 +63,8 @@ export interface DeleteColumnStatisticsForPartitionCommandOutput extends DeleteC
61
63
  * @throws {@link OperationTimeoutException} (client fault)
62
64
  * <p>The operation timed out.</p>
63
65
  *
66
+ * @throws {@link GlueServiceException}
67
+ * <p>Base exception class for all service exceptions from Glue service.</p>
64
68
  *
65
69
  */
66
70
  export declare class DeleteColumnStatisticsForPartitionCommand extends $Command<DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface DeleteColumnStatisticsForTableCommandOutput extends DeleteColum
35
35
  * };
36
36
  * const command = new DeleteColumnStatisticsForTableCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param DeleteColumnStatisticsForTableCommandInput - {@link DeleteColumnStatisticsForTableCommandInput}
@@ -58,6 +60,8 @@ export interface DeleteColumnStatisticsForTableCommandOutput extends DeleteColum
58
60
  * @throws {@link OperationTimeoutException} (client fault)
59
61
  * <p>The operation timed out.</p>
60
62
  *
63
+ * @throws {@link GlueServiceException}
64
+ * <p>Base exception class for all service exceptions from Glue service.</p>
61
65
  *
62
66
  */
63
67
  export declare class DeleteColumnStatisticsForTableCommand extends $Command<DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
32
32
  * };
33
33
  * const command = new DeleteConnectionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteConnectionCommandInput - {@link DeleteConnectionCommandInput}
@@ -46,6 +48,8 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
46
48
  * @throws {@link OperationTimeoutException} (client fault)
47
49
  * <p>The operation timed out.</p>
48
50
  *
51
+ * @throws {@link GlueServiceException}
52
+ * <p>Base exception class for all service exceptions from Glue service.</p>
49
53
  *
50
54
  */
51
55
  export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, GlueClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteCrawlerCommandOutput extends DeleteCrawlerResponse, __Met
32
32
  * };
33
33
  * const command = new DeleteCrawlerCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteCrawlerCommandInput - {@link DeleteCrawlerCommandInput}
@@ -52,6 +54,8 @@ export interface DeleteCrawlerCommandOutput extends DeleteCrawlerResponse, __Met
52
54
  * @throws {@link SchedulerTransitioningException} (client fault)
53
55
  * <p>The specified scheduler is transitioning.</p>
54
56
  *
57
+ * @throws {@link GlueServiceException}
58
+ * <p>Base exception class for all service exceptions from Glue service.</p>
55
59
  *
56
60
  */
57
61
  export declare class DeleteCrawlerCommand extends $Command<DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput, GlueClientResolvedConfig> {
@@ -31,6 +31,10 @@ export interface DeleteCustomEntityTypeCommandOutput extends DeleteCustomEntityT
31
31
  * };
32
32
  * const command = new DeleteCustomEntityTypeCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteCustomEntityTypeResponse
35
+ * // Name: "STRING_VALUE",
36
+ * // };
37
+ *
34
38
  * ```
35
39
  *
36
40
  * @param DeleteCustomEntityTypeCommandInput - {@link DeleteCustomEntityTypeCommandInput}
@@ -54,6 +58,8 @@ export interface DeleteCustomEntityTypeCommandOutput extends DeleteCustomEntityT
54
58
  * @throws {@link OperationTimeoutException} (client fault)
55
59
  * <p>The operation timed out.</p>
56
60
  *
61
+ * @throws {@link GlueServiceException}
62
+ * <p>Base exception class for all service exceptions from Glue service.</p>
57
63
  *
58
64
  */
59
65
  export declare class DeleteCustomEntityTypeCommand extends $Command<DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteDataQualityRulesetCommandOutput extends DeleteDataQuality
31
31
  * };
32
32
  * const command = new DeleteDataQualityRulesetCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteDataQualityRulesetCommandInput - {@link DeleteDataQualityRulesetCommandInput}
@@ -51,6 +53,8 @@ export interface DeleteDataQualityRulesetCommandOutput extends DeleteDataQuality
51
53
  * @throws {@link OperationTimeoutException} (client fault)
52
54
  * <p>The operation timed out.</p>
53
55
  *
56
+ * @throws {@link GlueServiceException}
57
+ * <p>Base exception class for all service exceptions from Glue service.</p>
54
58
  *
55
59
  */
56
60
  export declare class DeleteDataQualityRulesetCommand extends $Command<DeleteDataQualityRulesetCommandInput, DeleteDataQualityRulesetCommandOutput, GlueClientResolvedConfig> {
@@ -44,6 +44,8 @@ export interface DeleteDatabaseCommandOutput extends DeleteDatabaseResponse, __M
44
44
  * };
45
45
  * const command = new DeleteDatabaseCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // {};
48
+ *
47
49
  * ```
48
50
  *
49
51
  * @param DeleteDatabaseCommandInput - {@link DeleteDatabaseCommandInput}
@@ -67,6 +69,8 @@ export interface DeleteDatabaseCommandOutput extends DeleteDatabaseResponse, __M
67
69
  * @throws {@link OperationTimeoutException} (client fault)
68
70
  * <p>The operation timed out.</p>
69
71
  *
72
+ * @throws {@link GlueServiceException}
73
+ * <p>Base exception class for all service exceptions from Glue service.</p>
70
74
  *
71
75
  */
72
76
  export declare class DeleteDatabaseCommand extends $Command<DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput, GlueClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteDevEndpointCommandOutput extends DeleteDevEndpointRespons
31
31
  * };
32
32
  * const command = new DeleteDevEndpointCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteDevEndpointCommandInput - {@link DeleteDevEndpointCommandInput}
@@ -51,6 +53,8 @@ export interface DeleteDevEndpointCommandOutput extends DeleteDevEndpointRespons
51
53
  * @throws {@link OperationTimeoutException} (client fault)
52
54
  * <p>The operation timed out.</p>
53
55
  *
56
+ * @throws {@link GlueServiceException}
57
+ * <p>Base exception class for all service exceptions from Glue service.</p>
54
58
  *
55
59
  */
56
60
  export declare class DeleteDevEndpointCommand extends $Command<DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput, GlueClientResolvedConfig> {
@@ -32,6 +32,10 @@ export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBea
32
32
  * };
33
33
  * const command = new DeleteJobCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteJobResponse
36
+ * // JobName: "STRING_VALUE",
37
+ * // };
38
+ *
35
39
  * ```
36
40
  *
37
41
  * @param DeleteJobCommandInput - {@link DeleteJobCommandInput}
@@ -49,6 +53,8 @@ export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBea
49
53
  * @throws {@link OperationTimeoutException} (client fault)
50
54
  * <p>The operation timed out.</p>
51
55
  *
56
+ * @throws {@link GlueServiceException}
57
+ * <p>Base exception class for all service exceptions from Glue service.</p>
52
58
  *
53
59
  */
54
60
  export declare class DeleteJobCommand extends $Command<DeleteJobCommandInput, DeleteJobCommandOutput, GlueClientResolvedConfig> {