@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
@@ -38,6 +38,12 @@ export interface RegisterSchemaVersionCommandOutput extends RegisterSchemaVersio
38
38
  * };
39
39
  * const command = new RegisterSchemaVersionCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // RegisterSchemaVersionResponse
42
+ * // SchemaVersionId: "STRING_VALUE",
43
+ * // VersionNumber: Number("long"),
44
+ * // Status: "AVAILABLE" || "PENDING" || "FAILURE" || "DELETING",
45
+ * // };
46
+ *
41
47
  * ```
42
48
  *
43
49
  * @param RegisterSchemaVersionCommandInput - {@link RegisterSchemaVersionCommandInput}
@@ -64,6 +70,8 @@ export interface RegisterSchemaVersionCommandOutput extends RegisterSchemaVersio
64
70
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
65
71
  * <p>A resource numerical limit was exceeded.</p>
66
72
  *
73
+ * @throws {@link GlueServiceException}
74
+ * <p>Base exception class for all service exceptions from Glue service.</p>
67
75
  *
68
76
  */
69
77
  export declare class RegisterSchemaVersionCommand extends $Command<RegisterSchemaVersionCommandInput, RegisterSchemaVersionCommandOutput, GlueClientResolvedConfig> {
@@ -44,6 +44,17 @@ export interface RemoveSchemaVersionMetadataCommandOutput extends RemoveSchemaVe
44
44
  * };
45
45
  * const command = new RemoveSchemaVersionMetadataCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // RemoveSchemaVersionMetadataResponse
48
+ * // SchemaArn: "STRING_VALUE",
49
+ * // SchemaName: "STRING_VALUE",
50
+ * // RegistryName: "STRING_VALUE",
51
+ * // LatestVersion: true || false,
52
+ * // VersionNumber: Number("long"),
53
+ * // SchemaVersionId: "STRING_VALUE",
54
+ * // MetadataKey: "STRING_VALUE",
55
+ * // MetadataValue: "STRING_VALUE",
56
+ * // };
57
+ *
47
58
  * ```
48
59
  *
49
60
  * @param RemoveSchemaVersionMetadataCommandInput - {@link RemoveSchemaVersionMetadataCommandInput}
@@ -61,6 +72,8 @@ export interface RemoveSchemaVersionMetadataCommandOutput extends RemoveSchemaVe
61
72
  * @throws {@link InvalidInputException} (client fault)
62
73
  * <p>The input provided was not valid.</p>
63
74
  *
75
+ * @throws {@link GlueServiceException}
76
+ * <p>Base exception class for all service exceptions from Glue service.</p>
64
77
  *
65
78
  */
66
79
  export declare class RemoveSchemaVersionMetadataCommand extends $Command<RemoveSchemaVersionMetadataCommandInput, RemoveSchemaVersionMetadataCommandOutput, GlueClientResolvedConfig> {
@@ -50,6 +50,18 @@ export interface ResetJobBookmarkCommandOutput extends ResetJobBookmarkResponse,
50
50
  * };
51
51
  * const command = new ResetJobBookmarkCommand(input);
52
52
  * const response = await client.send(command);
53
+ * // { // ResetJobBookmarkResponse
54
+ * // JobBookmarkEntry: { // JobBookmarkEntry
55
+ * // JobName: "STRING_VALUE",
56
+ * // Version: Number("int"),
57
+ * // Run: Number("int"),
58
+ * // Attempt: Number("int"),
59
+ * // PreviousRunId: "STRING_VALUE",
60
+ * // RunId: "STRING_VALUE",
61
+ * // JobBookmark: "STRING_VALUE",
62
+ * // },
63
+ * // };
64
+ *
53
65
  * ```
54
66
  *
55
67
  * @param ResetJobBookmarkCommandInput - {@link ResetJobBookmarkCommandInput}
@@ -70,6 +82,8 @@ export interface ResetJobBookmarkCommandOutput extends ResetJobBookmarkResponse,
70
82
  * @throws {@link OperationTimeoutException} (client fault)
71
83
  * <p>The operation timed out.</p>
72
84
  *
85
+ * @throws {@link GlueServiceException}
86
+ * <p>Base exception class for all service exceptions from Glue service.</p>
73
87
  *
74
88
  */
75
89
  export declare class ResetJobBookmarkCommand extends $Command<ResetJobBookmarkCommandInput, ResetJobBookmarkCommandOutput, GlueClientResolvedConfig> {
@@ -35,6 +35,13 @@ export interface ResumeWorkflowRunCommandOutput extends ResumeWorkflowRunRespons
35
35
  * };
36
36
  * const command = new ResumeWorkflowRunCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ResumeWorkflowRunResponse
39
+ * // RunId: "STRING_VALUE",
40
+ * // NodeIds: [ // NodeIdList
41
+ * // "STRING_VALUE",
42
+ * // ],
43
+ * // };
44
+ *
38
45
  * ```
39
46
  *
40
47
  * @param ResumeWorkflowRunCommandInput - {@link ResumeWorkflowRunCommandInput}
@@ -61,6 +68,8 @@ export interface ResumeWorkflowRunCommandOutput extends ResumeWorkflowRunRespons
61
68
  * @throws {@link OperationTimeoutException} (client fault)
62
69
  * <p>The operation timed out.</p>
63
70
  *
71
+ * @throws {@link GlueServiceException}
72
+ * <p>Base exception class for all service exceptions from Glue service.</p>
64
73
  *
65
74
  */
66
75
  export declare class ResumeWorkflowRunCommand extends $Command<ResumeWorkflowRunCommandInput, ResumeWorkflowRunCommandOutput, GlueClientResolvedConfig> {
@@ -33,6 +33,10 @@ export interface RunStatementCommandOutput extends RunStatementResponse, __Metad
33
33
  * };
34
34
  * const command = new RunStatementCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // RunStatementResponse
37
+ * // Id: Number("int"),
38
+ * // };
39
+ *
36
40
  * ```
37
41
  *
38
42
  * @param RunStatementCommandInput - {@link RunStatementCommandInput}
@@ -65,6 +69,8 @@ export interface RunStatementCommandOutput extends RunStatementResponse, __Metad
65
69
  * @throws {@link ValidationException} (client fault)
66
70
  * <p>A value could not be validated.</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 RunStatementCommand extends $Command<RunStatementCommandInput, RunStatementCommandOutput, GlueClientResolvedConfig> {
@@ -49,6 +49,107 @@ export interface SearchTablesCommandOutput extends SearchTablesResponse, __Metad
49
49
  * };
50
50
  * const command = new SearchTablesCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // SearchTablesResponse
53
+ * // NextToken: "STRING_VALUE",
54
+ * // TableList: [ // TableList
55
+ * // { // Table
56
+ * // Name: "STRING_VALUE", // required
57
+ * // DatabaseName: "STRING_VALUE",
58
+ * // Description: "STRING_VALUE",
59
+ * // Owner: "STRING_VALUE",
60
+ * // CreateTime: new Date("TIMESTAMP"),
61
+ * // UpdateTime: new Date("TIMESTAMP"),
62
+ * // LastAccessTime: new Date("TIMESTAMP"),
63
+ * // LastAnalyzedTime: new Date("TIMESTAMP"),
64
+ * // Retention: Number("int"),
65
+ * // StorageDescriptor: { // StorageDescriptor
66
+ * // Columns: [ // ColumnList
67
+ * // { // Column
68
+ * // Name: "STRING_VALUE", // required
69
+ * // Type: "STRING_VALUE",
70
+ * // Comment: "STRING_VALUE",
71
+ * // Parameters: { // ParametersMap
72
+ * // "<keys>": "STRING_VALUE",
73
+ * // },
74
+ * // },
75
+ * // ],
76
+ * // Location: "STRING_VALUE",
77
+ * // AdditionalLocations: [ // LocationStringList
78
+ * // "STRING_VALUE",
79
+ * // ],
80
+ * // InputFormat: "STRING_VALUE",
81
+ * // OutputFormat: "STRING_VALUE",
82
+ * // Compressed: true || false,
83
+ * // NumberOfBuckets: Number("int"),
84
+ * // SerdeInfo: { // SerDeInfo
85
+ * // Name: "STRING_VALUE",
86
+ * // SerializationLibrary: "STRING_VALUE",
87
+ * // Parameters: {
88
+ * // "<keys>": "STRING_VALUE",
89
+ * // },
90
+ * // },
91
+ * // BucketColumns: [ // NameStringList
92
+ * // "STRING_VALUE",
93
+ * // ],
94
+ * // SortColumns: [ // OrderList
95
+ * // { // Order
96
+ * // Column: "STRING_VALUE", // required
97
+ * // SortOrder: Number("int"), // required
98
+ * // },
99
+ * // ],
100
+ * // Parameters: "<ParametersMap>",
101
+ * // SkewedInfo: { // SkewedInfo
102
+ * // SkewedColumnNames: [
103
+ * // "STRING_VALUE",
104
+ * // ],
105
+ * // SkewedColumnValues: [ // ColumnValueStringList
106
+ * // "STRING_VALUE",
107
+ * // ],
108
+ * // SkewedColumnValueLocationMaps: { // LocationMap
109
+ * // "<keys>": "STRING_VALUE",
110
+ * // },
111
+ * // },
112
+ * // StoredAsSubDirectories: true || false,
113
+ * // SchemaReference: { // SchemaReference
114
+ * // SchemaId: { // SchemaId
115
+ * // SchemaArn: "STRING_VALUE",
116
+ * // SchemaName: "STRING_VALUE",
117
+ * // RegistryName: "STRING_VALUE",
118
+ * // },
119
+ * // SchemaVersionId: "STRING_VALUE",
120
+ * // SchemaVersionNumber: Number("long"),
121
+ * // },
122
+ * // },
123
+ * // PartitionKeys: [
124
+ * // {
125
+ * // Name: "STRING_VALUE", // required
126
+ * // Type: "STRING_VALUE",
127
+ * // Comment: "STRING_VALUE",
128
+ * // Parameters: "<ParametersMap>",
129
+ * // },
130
+ * // ],
131
+ * // ViewOriginalText: "STRING_VALUE",
132
+ * // ViewExpandedText: "STRING_VALUE",
133
+ * // TableType: "STRING_VALUE",
134
+ * // Parameters: "<ParametersMap>",
135
+ * // CreatedBy: "STRING_VALUE",
136
+ * // IsRegisteredWithLakeFormation: true || false,
137
+ * // TargetTable: { // TableIdentifier
138
+ * // CatalogId: "STRING_VALUE",
139
+ * // DatabaseName: "STRING_VALUE",
140
+ * // Name: "STRING_VALUE",
141
+ * // },
142
+ * // CatalogId: "STRING_VALUE",
143
+ * // VersionId: "STRING_VALUE",
144
+ * // FederatedTable: { // FederatedTable
145
+ * // Identifier: "STRING_VALUE",
146
+ * // DatabaseIdentifier: "STRING_VALUE",
147
+ * // ConnectionName: "STRING_VALUE",
148
+ * // },
149
+ * // },
150
+ * // ],
151
+ * // };
152
+ *
52
153
  * ```
53
154
  *
54
155
  * @param SearchTablesCommandInput - {@link SearchTablesCommandInput}
@@ -66,6 +167,8 @@ export interface SearchTablesCommandOutput extends SearchTablesResponse, __Metad
66
167
  * @throws {@link OperationTimeoutException} (client fault)
67
168
  * <p>The operation timed out.</p>
68
169
  *
170
+ * @throws {@link GlueServiceException}
171
+ * <p>Base exception class for all service exceptions from Glue service.</p>
69
172
  *
70
173
  */
71
174
  export declare class SearchTablesCommand extends $Command<SearchTablesCommandInput, SearchTablesCommandOutput, GlueClientResolvedConfig> {
@@ -33,6 +33,10 @@ export interface StartBlueprintRunCommandOutput extends StartBlueprintRunRespons
33
33
  * };
34
34
  * const command = new StartBlueprintRunCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // StartBlueprintRunResponse
37
+ * // RunId: "STRING_VALUE",
38
+ * // };
39
+ *
36
40
  * ```
37
41
  *
38
42
  * @param StartBlueprintRunCommandInput - {@link StartBlueprintRunCommandInput}
@@ -59,6 +63,8 @@ export interface StartBlueprintRunCommandOutput extends StartBlueprintRunRespons
59
63
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
60
64
  * <p>A resource numerical limit was exceeded.</p>
61
65
  *
66
+ * @throws {@link GlueServiceException}
67
+ * <p>Base exception class for all service exceptions from Glue service.</p>
62
68
  *
63
69
  */
64
70
  export declare class StartBlueprintRunCommand extends $Command<StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput, GlueClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface StartCrawlerCommandOutput extends StartCrawlerResponse, __Metad
33
33
  * };
34
34
  * const command = new StartCrawlerCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param StartCrawlerCommandInput - {@link StartCrawlerCommandInput}
@@ -50,6 +52,8 @@ export interface StartCrawlerCommandOutput extends StartCrawlerResponse, __Metad
50
52
  * @throws {@link OperationTimeoutException} (client fault)
51
53
  * <p>The operation timed out.</p>
52
54
  *
55
+ * @throws {@link GlueServiceException}
56
+ * <p>Base exception class for all service exceptions from Glue service.</p>
53
57
  *
54
58
  */
55
59
  export declare class StartCrawlerCommand extends $Command<StartCrawlerCommandInput, StartCrawlerCommandOutput, GlueClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface StartCrawlerScheduleCommandOutput extends StartCrawlerScheduleR
33
33
  * };
34
34
  * const command = new StartCrawlerScheduleCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param StartCrawlerScheduleCommandInput - {@link StartCrawlerScheduleCommandInput}
@@ -56,6 +58,8 @@ export interface StartCrawlerScheduleCommandOutput extends StartCrawlerScheduleR
56
58
  * @throws {@link SchedulerTransitioningException} (client fault)
57
59
  * <p>The specified scheduler is transitioning.</p>
58
60
  *
61
+ * @throws {@link GlueServiceException}
62
+ * <p>Base exception class for all service exceptions from Glue service.</p>
59
63
  *
60
64
  */
61
65
  export declare class StartCrawlerScheduleCommand extends $Command<StartCrawlerScheduleCommandInput, StartCrawlerScheduleCommandOutput, GlueClientResolvedConfig> {
@@ -46,6 +46,10 @@ export interface StartDataQualityRuleRecommendationRunCommandOutput extends Star
46
46
  * };
47
47
  * const command = new StartDataQualityRuleRecommendationRunCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // StartDataQualityRuleRecommendationRunResponse
50
+ * // RunId: "STRING_VALUE",
51
+ * // };
52
+ *
49
53
  * ```
50
54
  *
51
55
  * @param StartDataQualityRuleRecommendationRunCommandInput - {@link StartDataQualityRuleRecommendationRunCommandInput}
@@ -66,6 +70,8 @@ export interface StartDataQualityRuleRecommendationRunCommandOutput extends Star
66
70
  * @throws {@link OperationTimeoutException} (client fault)
67
71
  * <p>The operation timed out.</p>
68
72
  *
73
+ * @throws {@link GlueServiceException}
74
+ * <p>Base exception class for all service exceptions from Glue service.</p>
69
75
  *
70
76
  */
71
77
  export declare class StartDataQualityRuleRecommendationRunCommand extends $Command<StartDataQualityRuleRecommendationRunCommandInput, StartDataQualityRuleRecommendationRunCommandOutput, GlueClientResolvedConfig> {
@@ -52,6 +52,10 @@ export interface StartDataQualityRulesetEvaluationRunCommandOutput extends Start
52
52
  * };
53
53
  * const command = new StartDataQualityRulesetEvaluationRunCommand(input);
54
54
  * const response = await client.send(command);
55
+ * // { // StartDataQualityRulesetEvaluationRunResponse
56
+ * // RunId: "STRING_VALUE",
57
+ * // };
58
+ *
55
59
  * ```
56
60
  *
57
61
  * @param StartDataQualityRulesetEvaluationRunCommandInput - {@link StartDataQualityRulesetEvaluationRunCommandInput}
@@ -75,6 +79,8 @@ export interface StartDataQualityRulesetEvaluationRunCommandOutput extends Start
75
79
  * @throws {@link OperationTimeoutException} (client fault)
76
80
  * <p>The operation timed out.</p>
77
81
  *
82
+ * @throws {@link GlueServiceException}
83
+ * <p>Base exception class for all service exceptions from Glue service.</p>
78
84
  *
79
85
  */
80
86
  export declare class StartDataQualityRulesetEvaluationRunCommand extends $Command<StartDataQualityRulesetEvaluationRunCommandInput, StartDataQualityRulesetEvaluationRunCommandOutput, GlueClientResolvedConfig> {
@@ -40,6 +40,10 @@ export interface StartExportLabelsTaskRunCommandOutput extends StartExportLabels
40
40
  * };
41
41
  * const command = new StartExportLabelsTaskRunCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // StartExportLabelsTaskRunResponse
44
+ * // TaskRunId: "STRING_VALUE",
45
+ * // };
46
+ *
43
47
  * ```
44
48
  *
45
49
  * @param StartExportLabelsTaskRunCommandInput - {@link StartExportLabelsTaskRunCommandInput}
@@ -60,6 +64,8 @@ export interface StartExportLabelsTaskRunCommandOutput extends StartExportLabels
60
64
  * @throws {@link OperationTimeoutException} (client fault)
61
65
  * <p>The operation timed out.</p>
62
66
  *
67
+ * @throws {@link GlueServiceException}
68
+ * <p>Base exception class for all service exceptions from Glue service.</p>
63
69
  *
64
70
  */
65
71
  export declare class StartExportLabelsTaskRunCommand extends $Command<StartExportLabelsTaskRunCommandInput, StartExportLabelsTaskRunCommandOutput, GlueClientResolvedConfig> {
@@ -54,6 +54,10 @@ export interface StartImportLabelsTaskRunCommandOutput extends StartImportLabels
54
54
  * };
55
55
  * const command = new StartImportLabelsTaskRunCommand(input);
56
56
  * const response = await client.send(command);
57
+ * // { // StartImportLabelsTaskRunResponse
58
+ * // TaskRunId: "STRING_VALUE",
59
+ * // };
60
+ *
57
61
  * ```
58
62
  *
59
63
  * @param StartImportLabelsTaskRunCommandInput - {@link StartImportLabelsTaskRunCommandInput}
@@ -77,6 +81,8 @@ export interface StartImportLabelsTaskRunCommandOutput extends StartImportLabels
77
81
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
78
82
  * <p>A resource numerical limit was exceeded.</p>
79
83
  *
84
+ * @throws {@link GlueServiceException}
85
+ * <p>Base exception class for all service exceptions from Glue service.</p>
80
86
  *
81
87
  */
82
88
  export declare class StartImportLabelsTaskRunCommand extends $Command<StartImportLabelsTaskRunCommandInput, StartImportLabelsTaskRunCommandOutput, GlueClientResolvedConfig> {
@@ -45,6 +45,10 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
45
45
  * };
46
46
  * const command = new StartJobRunCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // StartJobRunResponse
49
+ * // JobRunId: "STRING_VALUE",
50
+ * // };
51
+ *
48
52
  * ```
49
53
  *
50
54
  * @param StartJobRunCommandInput - {@link StartJobRunCommandInput}
@@ -71,6 +75,8 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
71
75
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
72
76
  * <p>A resource numerical limit was exceeded.</p>
73
77
  *
78
+ * @throws {@link GlueServiceException}
79
+ * <p>Base exception class for all service exceptions from Glue service.</p>
74
80
  *
75
81
  */
76
82
  export declare class StartJobRunCommand extends $Command<StartJobRunCommandInput, StartJobRunCommandOutput, GlueClientResolvedConfig> {
@@ -36,6 +36,10 @@ export interface StartMLEvaluationTaskRunCommandOutput extends StartMLEvaluation
36
36
  * };
37
37
  * const command = new StartMLEvaluationTaskRunCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // StartMLEvaluationTaskRunResponse
40
+ * // TaskRunId: "STRING_VALUE",
41
+ * // };
42
+ *
39
43
  * ```
40
44
  *
41
45
  * @param StartMLEvaluationTaskRunCommandInput - {@link StartMLEvaluationTaskRunCommandInput}
@@ -62,6 +66,8 @@ export interface StartMLEvaluationTaskRunCommandOutput extends StartMLEvaluation
62
66
  * @throws {@link OperationTimeoutException} (client fault)
63
67
  * <p>The operation timed out.</p>
64
68
  *
69
+ * @throws {@link GlueServiceException}
70
+ * <p>Base exception class for all service exceptions from Glue service.</p>
65
71
  *
66
72
  */
67
73
  export declare class StartMLEvaluationTaskRunCommand extends $Command<StartMLEvaluationTaskRunCommandInput, StartMLEvaluationTaskRunCommandOutput, GlueClientResolvedConfig> {
@@ -42,6 +42,10 @@ export interface StartMLLabelingSetGenerationTaskRunCommandOutput extends StartM
42
42
  * };
43
43
  * const command = new StartMLLabelingSetGenerationTaskRunCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // StartMLLabelingSetGenerationTaskRunResponse
46
+ * // TaskRunId: "STRING_VALUE",
47
+ * // };
48
+ *
45
49
  * ```
46
50
  *
47
51
  * @param StartMLLabelingSetGenerationTaskRunCommandInput - {@link StartMLLabelingSetGenerationTaskRunCommandInput}
@@ -65,6 +69,8 @@ export interface StartMLLabelingSetGenerationTaskRunCommandOutput extends StartM
65
69
  * @throws {@link OperationTimeoutException} (client fault)
66
70
  * <p>The operation timed out.</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 StartMLLabelingSetGenerationTaskRunCommand extends $Command<StartMLLabelingSetGenerationTaskRunCommandInput, StartMLLabelingSetGenerationTaskRunCommandOutput, GlueClientResolvedConfig> {
@@ -33,6 +33,10 @@ export interface StartTriggerCommandOutput extends StartTriggerResponse, __Metad
33
33
  * };
34
34
  * const command = new StartTriggerCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // StartTriggerResponse
37
+ * // Name: "STRING_VALUE",
38
+ * // };
39
+ *
36
40
  * ```
37
41
  *
38
42
  * @param StartTriggerCommandInput - {@link StartTriggerCommandInput}
@@ -59,6 +63,8 @@ export interface StartTriggerCommandOutput extends StartTriggerResponse, __Metad
59
63
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
60
64
  * <p>A resource numerical limit was exceeded.</p>
61
65
  *
66
+ * @throws {@link GlueServiceException}
67
+ * <p>Base exception class for all service exceptions from Glue service.</p>
62
68
  *
63
69
  */
64
70
  export declare class StartTriggerCommand extends $Command<StartTriggerCommandInput, StartTriggerCommandOutput, GlueClientResolvedConfig> {
@@ -34,6 +34,10 @@ export interface StartWorkflowRunCommandOutput extends StartWorkflowRunResponse,
34
34
  * };
35
35
  * const command = new StartWorkflowRunCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // StartWorkflowRunResponse
38
+ * // RunId: "STRING_VALUE",
39
+ * // };
40
+ *
37
41
  * ```
38
42
  *
39
43
  * @param StartWorkflowRunCommandInput - {@link StartWorkflowRunCommandInput}
@@ -60,6 +64,8 @@ export interface StartWorkflowRunCommandOutput extends StartWorkflowRunResponse,
60
64
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
61
65
  * <p>A resource numerical limit was exceeded.</p>
62
66
  *
67
+ * @throws {@link GlueServiceException}
68
+ * <p>Base exception class for all service exceptions from Glue service.</p>
63
69
  *
64
70
  */
65
71
  export declare class StartWorkflowRunCommand extends $Command<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, GlueClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface StopCrawlerCommandOutput extends StopCrawlerResponse, __Metadat
31
31
  * };
32
32
  * const command = new StopCrawlerCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param StopCrawlerCommandInput - {@link StopCrawlerCommandInput}
@@ -51,6 +53,8 @@ export interface StopCrawlerCommandOutput extends StopCrawlerResponse, __Metadat
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 StopCrawlerCommand extends $Command<StopCrawlerCommandInput, StopCrawlerCommandOutput, GlueClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface StopCrawlerScheduleCommandOutput extends StopCrawlerScheduleRes
33
33
  * };
34
34
  * const command = new StopCrawlerScheduleCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param StopCrawlerScheduleCommandInput - {@link StopCrawlerScheduleCommandInput}
@@ -53,6 +55,8 @@ export interface StopCrawlerScheduleCommandOutput extends StopCrawlerScheduleRes
53
55
  * @throws {@link SchedulerTransitioningException} (client fault)
54
56
  * <p>The specified scheduler is transitioning.</p>
55
57
  *
58
+ * @throws {@link GlueServiceException}
59
+ * <p>Base exception class for all service exceptions from Glue service.</p>
56
60
  *
57
61
  */
58
62
  export declare class StopCrawlerScheduleCommand extends $Command<StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput, GlueClientResolvedConfig> {
@@ -32,6 +32,10 @@ export interface StopSessionCommandOutput extends StopSessionResponse, __Metadat
32
32
  * };
33
33
  * const command = new StopSessionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // StopSessionResponse
36
+ * // Id: "STRING_VALUE",
37
+ * // };
38
+ *
35
39
  * ```
36
40
  *
37
41
  * @param StopSessionCommandInput - {@link StopSessionCommandInput}
@@ -58,6 +62,8 @@ export interface StopSessionCommandOutput extends StopSessionResponse, __Metadat
58
62
  * @throws {@link OperationTimeoutException} (client fault)
59
63
  * <p>The operation timed out.</p>
60
64
  *
65
+ * @throws {@link GlueServiceException}
66
+ * <p>Base exception class for all service exceptions from Glue service.</p>
61
67
  *
62
68
  */
63
69
  export declare class StopSessionCommand extends $Command<StopSessionCommandInput, StopSessionCommandOutput, GlueClientResolvedConfig> {
@@ -31,6 +31,10 @@ export interface StopTriggerCommandOutput extends StopTriggerResponse, __Metadat
31
31
  * };
32
32
  * const command = new StopTriggerCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // StopTriggerResponse
35
+ * // Name: "STRING_VALUE",
36
+ * // };
37
+ *
34
38
  * ```
35
39
  *
36
40
  * @param StopTriggerCommandInput - {@link StopTriggerCommandInput}
@@ -54,6 +58,8 @@ export interface StopTriggerCommandOutput extends StopTriggerResponse, __Metadat
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 StopTriggerCommand extends $Command<StopTriggerCommandInput, StopTriggerCommandOutput, GlueClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface StopWorkflowRunCommandOutput extends StopWorkflowRunResponse, _
32
32
  * };
33
33
  * const command = new StopWorkflowRunCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param StopWorkflowRunCommandInput - {@link StopWorkflowRunCommandInput}
@@ -55,6 +57,8 @@ export interface StopWorkflowRunCommandOutput extends StopWorkflowRunResponse, _
55
57
  * @throws {@link OperationTimeoutException} (client fault)
56
58
  * <p>The operation timed out.</p>
57
59
  *
60
+ * @throws {@link GlueServiceException}
61
+ * <p>Base exception class for all service exceptions from Glue service.</p>
58
62
  *
59
63
  */
60
64
  export declare class StopWorkflowRunCommand extends $Command<StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput, GlueClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
36
36
  * };
37
37
  * const command = new TagResourceCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -56,6 +58,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
56
58
  * @throws {@link OperationTimeoutException} (client fault)
57
59
  * <p>The operation timed out.</p>
58
60
  *
61
+ * @throws {@link GlueServiceException}
62
+ * <p>Base exception class for all service exceptions from Glue service.</p>
59
63
  *
60
64
  */
61
65
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GlueClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
34
34
  * };
35
35
  * const command = new UntagResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -54,6 +56,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
54
56
  * @throws {@link OperationTimeoutException} (client fault)
55
57
  * <p>The operation timed out.</p>
56
58
  *
59
+ * @throws {@link GlueServiceException}
60
+ * <p>Base exception class for all service exceptions from Glue service.</p>
57
61
  *
58
62
  */
59
63
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GlueClientResolvedConfig> {
@@ -33,6 +33,10 @@ export interface UpdateBlueprintCommandOutput extends UpdateBlueprintResponse, _
33
33
  * };
34
34
  * const command = new UpdateBlueprintCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // UpdateBlueprintResponse
37
+ * // Name: "STRING_VALUE",
38
+ * // };
39
+ *
36
40
  * ```
37
41
  *
38
42
  * @param UpdateBlueprintCommandInput - {@link UpdateBlueprintCommandInput}
@@ -59,6 +63,8 @@ export interface UpdateBlueprintCommandOutput extends UpdateBlueprintResponse, _
59
63
  * @throws {@link OperationTimeoutException} (client fault)
60
64
  * <p>The operation timed out.</p>
61
65
  *
66
+ * @throws {@link GlueServiceException}
67
+ * <p>Base exception class for all service exceptions from Glue service.</p>
62
68
  *
63
69
  */
64
70
  export declare class UpdateBlueprintCommand extends $Command<UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput, GlueClientResolvedConfig> {
@@ -62,6 +62,8 @@ export interface UpdateClassifierCommandOutput extends UpdateClassifierResponse,
62
62
  * };
63
63
  * const command = new UpdateClassifierCommand(input);
64
64
  * const response = await client.send(command);
65
+ * // {};
66
+ *
65
67
  * ```
66
68
  *
67
69
  * @param UpdateClassifierCommandInput - {@link UpdateClassifierCommandInput}
@@ -82,6 +84,8 @@ export interface UpdateClassifierCommandOutput extends UpdateClassifierResponse,
82
84
  * @throws {@link VersionMismatchException} (client fault)
83
85
  * <p>There was a version conflict.</p>
84
86
  *
87
+ * @throws {@link GlueServiceException}
88
+ * <p>Base exception class for all service exceptions from Glue service.</p>
85
89
  *
86
90
  */
87
91
  export declare class UpdateClassifierCommand extends $Command<UpdateClassifierCommandInput, UpdateClassifierCommandOutput, GlueClientResolvedConfig> {