@aws-sdk/client-glue 3.325.0 → 3.326.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 +3 -3
@@ -40,6 +40,13 @@ export interface ListCrawlersCommandOutput extends ListCrawlersResponse, __Metad
40
40
  * };
41
41
  * const command = new ListCrawlersCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // ListCrawlersResponse
44
+ * // CrawlerNames: [ // CrawlerNameList
45
+ * // "STRING_VALUE",
46
+ * // ],
47
+ * // NextToken: "STRING_VALUE",
48
+ * // };
49
+ *
43
50
  * ```
44
51
  *
45
52
  * @param ListCrawlersCommandInput - {@link ListCrawlersCommandInput}
@@ -51,6 +58,8 @@ export interface ListCrawlersCommandOutput extends ListCrawlersResponse, __Metad
51
58
  * @throws {@link OperationTimeoutException} (client fault)
52
59
  * <p>The operation timed out.</p>
53
60
  *
61
+ * @throws {@link GlueServiceException}
62
+ * <p>Base exception class for all service exceptions from Glue service.</p>
54
63
  *
55
64
  */
56
65
  export declare class ListCrawlersCommand extends $Command<ListCrawlersCommandInput, ListCrawlersCommandOutput, GlueClientResolvedConfig> {
@@ -55,6 +55,24 @@ export interface ListCrawlsCommandOutput extends ListCrawlsResponse, __MetadataB
55
55
  * };
56
56
  * const command = new ListCrawlsCommand(input);
57
57
  * const response = await client.send(command);
58
+ * // { // ListCrawlsResponse
59
+ * // Crawls: [ // CrawlerHistoryList
60
+ * // { // CrawlerHistory
61
+ * // CrawlId: "STRING_VALUE",
62
+ * // State: "RUNNING" || "COMPLETED" || "FAILED" || "STOPPED",
63
+ * // StartTime: new Date("TIMESTAMP"),
64
+ * // EndTime: new Date("TIMESTAMP"),
65
+ * // Summary: "STRING_VALUE",
66
+ * // ErrorMessage: "STRING_VALUE",
67
+ * // LogGroup: "STRING_VALUE",
68
+ * // LogStream: "STRING_VALUE",
69
+ * // MessagePrefix: "STRING_VALUE",
70
+ * // DPUHour: Number("double"),
71
+ * // },
72
+ * // ],
73
+ * // NextToken: "STRING_VALUE",
74
+ * // };
75
+ *
58
76
  * ```
59
77
  *
60
78
  * @param ListCrawlsCommandInput - {@link ListCrawlsCommandInput}
@@ -72,6 +90,8 @@ export interface ListCrawlsCommandOutput extends ListCrawlsResponse, __MetadataB
72
90
  * @throws {@link OperationTimeoutException} (client fault)
73
91
  * <p>The operation timed out.</p>
74
92
  *
93
+ * @throws {@link GlueServiceException}
94
+ * <p>Base exception class for all service exceptions from Glue service.</p>
75
95
  *
76
96
  */
77
97
  export declare class ListCrawlsCommand extends $Command<ListCrawlsCommandInput, ListCrawlsCommandOutput, GlueClientResolvedConfig> {
@@ -32,6 +32,19 @@ export interface ListCustomEntityTypesCommandOutput extends ListCustomEntityType
32
32
  * };
33
33
  * const command = new ListCustomEntityTypesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListCustomEntityTypesResponse
36
+ * // CustomEntityTypes: [ // CustomEntityTypes
37
+ * // { // CustomEntityType
38
+ * // Name: "STRING_VALUE", // required
39
+ * // RegexString: "STRING_VALUE", // required
40
+ * // ContextWords: [ // ContextWords
41
+ * // "STRING_VALUE",
42
+ * // ],
43
+ * // },
44
+ * // ],
45
+ * // NextToken: "STRING_VALUE",
46
+ * // };
47
+ *
35
48
  * ```
36
49
  *
37
50
  * @param ListCustomEntityTypesCommandInput - {@link ListCustomEntityTypesCommandInput}
@@ -49,6 +62,8 @@ export interface ListCustomEntityTypesCommandOutput extends ListCustomEntityType
49
62
  * @throws {@link OperationTimeoutException} (client fault)
50
63
  * <p>The operation timed out.</p>
51
64
  *
65
+ * @throws {@link GlueServiceException}
66
+ * <p>Base exception class for all service exceptions from Glue service.</p>
52
67
  *
53
68
  */
54
69
  export declare class ListCustomEntityTypesCommand extends $Command<ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput, GlueClientResolvedConfig> {
@@ -49,6 +49,29 @@ export interface ListDataQualityResultsCommandOutput extends ListDataQualityResu
49
49
  * };
50
50
  * const command = new ListDataQualityResultsCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // ListDataQualityResultsResponse
53
+ * // Results: [ // DataQualityResultDescriptionList // required
54
+ * // { // DataQualityResultDescription
55
+ * // ResultId: "STRING_VALUE",
56
+ * // DataSource: { // DataSource
57
+ * // GlueTable: { // GlueTable
58
+ * // DatabaseName: "STRING_VALUE", // required
59
+ * // TableName: "STRING_VALUE", // required
60
+ * // CatalogId: "STRING_VALUE",
61
+ * // ConnectionName: "STRING_VALUE",
62
+ * // AdditionalOptions: { // GlueTableAdditionalOptions
63
+ * // "<keys>": "STRING_VALUE",
64
+ * // },
65
+ * // },
66
+ * // },
67
+ * // JobName: "STRING_VALUE",
68
+ * // JobRunId: "STRING_VALUE",
69
+ * // StartedOn: new Date("TIMESTAMP"),
70
+ * // },
71
+ * // ],
72
+ * // NextToken: "STRING_VALUE",
73
+ * // };
74
+ *
52
75
  * ```
53
76
  *
54
77
  * @param ListDataQualityResultsCommandInput - {@link ListDataQualityResultsCommandInput}
@@ -66,6 +89,8 @@ export interface ListDataQualityResultsCommandOutput extends ListDataQualityResu
66
89
  * @throws {@link OperationTimeoutException} (client fault)
67
90
  * <p>The operation timed out.</p>
68
91
  *
92
+ * @throws {@link GlueServiceException}
93
+ * <p>Base exception class for all service exceptions from Glue service.</p>
69
94
  *
70
95
  */
71
96
  export declare class ListDataQualityResultsCommand extends $Command<ListDataQualityResultsCommandInput, ListDataQualityResultsCommandOutput, GlueClientResolvedConfig> {
@@ -47,6 +47,28 @@ export interface ListDataQualityRuleRecommendationRunsCommandOutput extends List
47
47
  * };
48
48
  * const command = new ListDataQualityRuleRecommendationRunsCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // ListDataQualityRuleRecommendationRunsResponse
51
+ * // Runs: [ // DataQualityRuleRecommendationRunList
52
+ * // { // DataQualityRuleRecommendationRunDescription
53
+ * // RunId: "STRING_VALUE",
54
+ * // Status: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT",
55
+ * // StartedOn: new Date("TIMESTAMP"),
56
+ * // DataSource: { // DataSource
57
+ * // GlueTable: { // GlueTable
58
+ * // DatabaseName: "STRING_VALUE", // required
59
+ * // TableName: "STRING_VALUE", // required
60
+ * // CatalogId: "STRING_VALUE",
61
+ * // ConnectionName: "STRING_VALUE",
62
+ * // AdditionalOptions: { // GlueTableAdditionalOptions
63
+ * // "<keys>": "STRING_VALUE",
64
+ * // },
65
+ * // },
66
+ * // },
67
+ * // },
68
+ * // ],
69
+ * // NextToken: "STRING_VALUE",
70
+ * // };
71
+ *
50
72
  * ```
51
73
  *
52
74
  * @param ListDataQualityRuleRecommendationRunsCommandInput - {@link ListDataQualityRuleRecommendationRunsCommandInput}
@@ -64,6 +86,8 @@ export interface ListDataQualityRuleRecommendationRunsCommandOutput extends List
64
86
  * @throws {@link OperationTimeoutException} (client fault)
65
87
  * <p>The operation timed out.</p>
66
88
  *
89
+ * @throws {@link GlueServiceException}
90
+ * <p>Base exception class for all service exceptions from Glue service.</p>
67
91
  *
68
92
  */
69
93
  export declare class ListDataQualityRuleRecommendationRunsCommand extends $Command<ListDataQualityRuleRecommendationRunsCommandInput, ListDataQualityRuleRecommendationRunsCommandOutput, GlueClientResolvedConfig> {
@@ -47,6 +47,28 @@ export interface ListDataQualityRulesetEvaluationRunsCommandOutput extends ListD
47
47
  * };
48
48
  * const command = new ListDataQualityRulesetEvaluationRunsCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // ListDataQualityRulesetEvaluationRunsResponse
51
+ * // Runs: [ // DataQualityRulesetEvaluationRunList
52
+ * // { // DataQualityRulesetEvaluationRunDescription
53
+ * // RunId: "STRING_VALUE",
54
+ * // Status: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT",
55
+ * // StartedOn: new Date("TIMESTAMP"),
56
+ * // DataSource: { // DataSource
57
+ * // GlueTable: { // GlueTable
58
+ * // DatabaseName: "STRING_VALUE", // required
59
+ * // TableName: "STRING_VALUE", // required
60
+ * // CatalogId: "STRING_VALUE",
61
+ * // ConnectionName: "STRING_VALUE",
62
+ * // AdditionalOptions: { // GlueTableAdditionalOptions
63
+ * // "<keys>": "STRING_VALUE",
64
+ * // },
65
+ * // },
66
+ * // },
67
+ * // },
68
+ * // ],
69
+ * // NextToken: "STRING_VALUE",
70
+ * // };
71
+ *
50
72
  * ```
51
73
  *
52
74
  * @param ListDataQualityRulesetEvaluationRunsCommandInput - {@link ListDataQualityRulesetEvaluationRunsCommandInput}
@@ -64,6 +86,8 @@ export interface ListDataQualityRulesetEvaluationRunsCommandOutput extends ListD
64
86
  * @throws {@link OperationTimeoutException} (client fault)
65
87
  * <p>The operation timed out.</p>
66
88
  *
89
+ * @throws {@link GlueServiceException}
90
+ * <p>Base exception class for all service exceptions from Glue service.</p>
67
91
  *
68
92
  */
69
93
  export declare class ListDataQualityRulesetEvaluationRunsCommand extends $Command<ListDataQualityRulesetEvaluationRunsCommandInput, ListDataQualityRulesetEvaluationRunsCommandOutput, GlueClientResolvedConfig> {
@@ -47,6 +47,24 @@ export interface ListDataQualityRulesetsCommandOutput extends ListDataQualityRul
47
47
  * };
48
48
  * const command = new ListDataQualityRulesetsCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // ListDataQualityRulesetsResponse
51
+ * // Rulesets: [ // DataQualityRulesetList
52
+ * // { // DataQualityRulesetListDetails
53
+ * // Name: "STRING_VALUE",
54
+ * // Description: "STRING_VALUE",
55
+ * // CreatedOn: new Date("TIMESTAMP"),
56
+ * // LastModifiedOn: new Date("TIMESTAMP"),
57
+ * // TargetTable: { // DataQualityTargetTable
58
+ * // TableName: "STRING_VALUE", // required
59
+ * // DatabaseName: "STRING_VALUE", // required
60
+ * // },
61
+ * // RecommendationRunId: "STRING_VALUE",
62
+ * // RuleCount: Number("int"),
63
+ * // },
64
+ * // ],
65
+ * // NextToken: "STRING_VALUE",
66
+ * // };
67
+ *
50
68
  * ```
51
69
  *
52
70
  * @param ListDataQualityRulesetsCommandInput - {@link ListDataQualityRulesetsCommandInput}
@@ -67,6 +85,8 @@ export interface ListDataQualityRulesetsCommandOutput extends ListDataQualityRul
67
85
  * @throws {@link OperationTimeoutException} (client fault)
68
86
  * <p>The operation timed out.</p>
69
87
  *
88
+ * @throws {@link GlueServiceException}
89
+ * <p>Base exception class for all service exceptions from Glue service.</p>
70
90
  *
71
91
  */
72
92
  export declare class ListDataQualityRulesetsCommand extends $Command<ListDataQualityRulesetsCommandInput, ListDataQualityRulesetsCommandOutput, GlueClientResolvedConfig> {
@@ -40,6 +40,13 @@ export interface ListDevEndpointsCommandOutput extends ListDevEndpointsResponse,
40
40
  * };
41
41
  * const command = new ListDevEndpointsCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // ListDevEndpointsResponse
44
+ * // DevEndpointNames: [ // DevEndpointNameList
45
+ * // "STRING_VALUE",
46
+ * // ],
47
+ * // NextToken: "STRING_VALUE",
48
+ * // };
49
+ *
43
50
  * ```
44
51
  *
45
52
  * @param ListDevEndpointsCommandInput - {@link ListDevEndpointsCommandInput}
@@ -60,6 +67,8 @@ export interface ListDevEndpointsCommandOutput extends ListDevEndpointsResponse,
60
67
  * @throws {@link OperationTimeoutException} (client fault)
61
68
  * <p>The operation timed out.</p>
62
69
  *
70
+ * @throws {@link GlueServiceException}
71
+ * <p>Base exception class for all service exceptions from Glue service.</p>
63
72
  *
64
73
  */
65
74
  export declare class ListDevEndpointsCommand extends $Command<ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput, GlueClientResolvedConfig> {
@@ -38,6 +38,13 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
38
38
  * };
39
39
  * const command = new ListJobsCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // ListJobsResponse
42
+ * // JobNames: [ // JobNameList
43
+ * // "STRING_VALUE",
44
+ * // ],
45
+ * // NextToken: "STRING_VALUE",
46
+ * // };
47
+ *
41
48
  * ```
42
49
  *
43
50
  * @param ListJobsCommandInput - {@link ListJobsCommandInput}
@@ -58,6 +65,8 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
58
65
  * @throws {@link OperationTimeoutException} (client fault)
59
66
  * <p>The operation timed out.</p>
60
67
  *
68
+ * @throws {@link GlueServiceException}
69
+ * <p>Base exception class for all service exceptions from Glue service.</p>
61
70
  *
62
71
  */
63
72
  export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, GlueClientResolvedConfig> {
@@ -59,6 +59,13 @@ export interface ListMLTransformsCommandOutput extends ListMLTransformsResponse,
59
59
  * };
60
60
  * const command = new ListMLTransformsCommand(input);
61
61
  * const response = await client.send(command);
62
+ * // { // ListMLTransformsResponse
63
+ * // TransformIds: [ // TransformIdList // required
64
+ * // "STRING_VALUE",
65
+ * // ],
66
+ * // NextToken: "STRING_VALUE",
67
+ * // };
68
+ *
62
69
  * ```
63
70
  *
64
71
  * @param ListMLTransformsCommandInput - {@link ListMLTransformsCommandInput}
@@ -79,6 +86,8 @@ export interface ListMLTransformsCommandOutput extends ListMLTransformsResponse,
79
86
  * @throws {@link OperationTimeoutException} (client fault)
80
87
  * <p>The operation timed out.</p>
81
88
  *
89
+ * @throws {@link GlueServiceException}
90
+ * <p>Base exception class for all service exceptions from Glue service.</p>
82
91
  *
83
92
  */
84
93
  export declare class ListMLTransformsCommand extends $Command<ListMLTransformsCommandInput, ListMLTransformsCommandOutput, GlueClientResolvedConfig> {
@@ -32,6 +32,20 @@ export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __M
32
32
  * };
33
33
  * const command = new ListRegistriesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListRegistriesResponse
36
+ * // Registries: [ // RegistryListDefinition
37
+ * // { // RegistryListItem
38
+ * // RegistryName: "STRING_VALUE",
39
+ * // RegistryArn: "STRING_VALUE",
40
+ * // Description: "STRING_VALUE",
41
+ * // Status: "AVAILABLE" || "DELETING",
42
+ * // CreatedTime: "STRING_VALUE",
43
+ * // UpdatedTime: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // NextToken: "STRING_VALUE",
47
+ * // };
48
+ *
35
49
  * ```
36
50
  *
37
51
  * @param ListRegistriesCommandInput - {@link ListRegistriesCommandInput}
@@ -49,6 +63,8 @@ export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __M
49
63
  * @throws {@link InvalidInputException} (client fault)
50
64
  * <p>The input provided was not valid.</p>
51
65
  *
66
+ * @throws {@link GlueServiceException}
67
+ * <p>Base exception class for all service exceptions from Glue service.</p>
52
68
  *
53
69
  */
54
70
  export declare class ListRegistriesCommand extends $Command<ListRegistriesCommandInput, ListRegistriesCommandOutput, GlueClientResolvedConfig> {
@@ -37,6 +37,19 @@ export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsRespo
37
37
  * };
38
38
  * const command = new ListSchemaVersionsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // ListSchemaVersionsResponse
41
+ * // Schemas: [ // SchemaVersionList
42
+ * // { // SchemaVersionListItem
43
+ * // SchemaArn: "STRING_VALUE",
44
+ * // SchemaVersionId: "STRING_VALUE",
45
+ * // VersionNumber: Number("long"),
46
+ * // Status: "AVAILABLE" || "PENDING" || "FAILURE" || "DELETING",
47
+ * // CreatedTime: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // NextToken: "STRING_VALUE",
51
+ * // };
52
+ *
40
53
  * ```
41
54
  *
42
55
  * @param ListSchemaVersionsCommandInput - {@link ListSchemaVersionsCommandInput}
@@ -57,6 +70,8 @@ export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsRespo
57
70
  * @throws {@link InvalidInputException} (client fault)
58
71
  * <p>The input provided was not valid.</p>
59
72
  *
73
+ * @throws {@link GlueServiceException}
74
+ * <p>Base exception class for all service exceptions from Glue service.</p>
60
75
  *
61
76
  */
62
77
  export declare class ListSchemaVersionsCommand extends $Command<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, GlueClientResolvedConfig> {
@@ -37,6 +37,21 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
37
37
  * };
38
38
  * const command = new ListSchemasCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // ListSchemasResponse
41
+ * // Schemas: [ // SchemaListDefinition
42
+ * // { // SchemaListItem
43
+ * // RegistryName: "STRING_VALUE",
44
+ * // SchemaName: "STRING_VALUE",
45
+ * // SchemaArn: "STRING_VALUE",
46
+ * // Description: "STRING_VALUE",
47
+ * // SchemaStatus: "AVAILABLE" || "PENDING" || "DELETING",
48
+ * // CreatedTime: "STRING_VALUE",
49
+ * // UpdatedTime: "STRING_VALUE",
50
+ * // },
51
+ * // ],
52
+ * // NextToken: "STRING_VALUE",
53
+ * // };
54
+ *
40
55
  * ```
41
56
  *
42
57
  * @param ListSchemasCommandInput - {@link ListSchemasCommandInput}
@@ -57,6 +72,8 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
57
72
  * @throws {@link InvalidInputException} (client fault)
58
73
  * <p>The input provided was not valid.</p>
59
74
  *
75
+ * @throws {@link GlueServiceException}
76
+ * <p>Base exception class for all service exceptions from Glue service.</p>
60
77
  *
61
78
  */
62
79
  export declare class ListSchemasCommand extends $Command<ListSchemasCommandInput, ListSchemasCommandOutput, GlueClientResolvedConfig> {
@@ -36,6 +36,39 @@ export interface ListSessionsCommandOutput extends ListSessionsResponse, __Metad
36
36
  * };
37
37
  * const command = new ListSessionsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListSessionsResponse
40
+ * // Ids: [ // SessionIdList
41
+ * // "STRING_VALUE",
42
+ * // ],
43
+ * // Sessions: [ // SessionList
44
+ * // { // Session
45
+ * // Id: "STRING_VALUE",
46
+ * // CreatedOn: new Date("TIMESTAMP"),
47
+ * // Status: "PROVISIONING" || "READY" || "FAILED" || "TIMEOUT" || "STOPPING" || "STOPPED",
48
+ * // ErrorMessage: "STRING_VALUE",
49
+ * // Description: "STRING_VALUE",
50
+ * // Role: "STRING_VALUE",
51
+ * // Command: { // SessionCommand
52
+ * // Name: "STRING_VALUE",
53
+ * // PythonVersion: "STRING_VALUE",
54
+ * // },
55
+ * // DefaultArguments: { // OrchestrationArgumentsMap
56
+ * // "<keys>": "STRING_VALUE",
57
+ * // },
58
+ * // Connections: { // ConnectionsList
59
+ * // Connections: [ // OrchestrationStringList
60
+ * // "STRING_VALUE",
61
+ * // ],
62
+ * // },
63
+ * // Progress: Number("double"),
64
+ * // MaxCapacity: Number("double"),
65
+ * // SecurityConfiguration: "STRING_VALUE",
66
+ * // GlueVersion: "STRING_VALUE",
67
+ * // },
68
+ * // ],
69
+ * // NextToken: "STRING_VALUE",
70
+ * // };
71
+ *
39
72
  * ```
40
73
  *
41
74
  * @param ListSessionsCommandInput - {@link ListSessionsCommandInput}
@@ -56,6 +89,8 @@ export interface ListSessionsCommandOutput extends ListSessionsResponse, __Metad
56
89
  * @throws {@link OperationTimeoutException} (client fault)
57
90
  * <p>The operation timed out.</p>
58
91
  *
92
+ * @throws {@link GlueServiceException}
93
+ * <p>Base exception class for all service exceptions from Glue service.</p>
59
94
  *
60
95
  */
61
96
  export declare class ListSessionsCommand extends $Command<ListSessionsCommandInput, ListSessionsCommandOutput, GlueClientResolvedConfig> {
@@ -33,6 +33,32 @@ export interface ListStatementsCommandOutput extends ListStatementsResponse, __M
33
33
  * };
34
34
  * const command = new ListStatementsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListStatementsResponse
37
+ * // Statements: [ // StatementList
38
+ * // { // Statement
39
+ * // Id: Number("int"),
40
+ * // Code: "STRING_VALUE",
41
+ * // State: "WAITING" || "RUNNING" || "AVAILABLE" || "CANCELLING" || "CANCELLED" || "ERROR",
42
+ * // Output: { // StatementOutput
43
+ * // Data: { // StatementOutputData
44
+ * // TextPlain: "STRING_VALUE",
45
+ * // },
46
+ * // ExecutionCount: Number("int"),
47
+ * // Status: "WAITING" || "RUNNING" || "AVAILABLE" || "CANCELLING" || "CANCELLED" || "ERROR",
48
+ * // ErrorName: "STRING_VALUE",
49
+ * // ErrorValue: "STRING_VALUE",
50
+ * // Traceback: [ // OrchestrationStringList
51
+ * // "STRING_VALUE",
52
+ * // ],
53
+ * // },
54
+ * // Progress: Number("double"),
55
+ * // StartedOn: Number("long"),
56
+ * // CompletedOn: Number("long"),
57
+ * // },
58
+ * // ],
59
+ * // NextToken: "STRING_VALUE",
60
+ * // };
61
+ *
36
62
  * ```
37
63
  *
38
64
  * @param ListStatementsCommandInput - {@link ListStatementsCommandInput}
@@ -59,6 +85,8 @@ export interface ListStatementsCommandOutput extends ListStatementsResponse, __M
59
85
  * @throws {@link OperationTimeoutException} (client fault)
60
86
  * <p>The operation timed out.</p>
61
87
  *
88
+ * @throws {@link GlueServiceException}
89
+ * <p>Base exception class for all service exceptions from Glue service.</p>
62
90
  *
63
91
  */
64
92
  export declare class ListStatementsCommand extends $Command<ListStatementsCommandInput, ListStatementsCommandOutput, GlueClientResolvedConfig> {
@@ -39,6 +39,13 @@ export interface ListTriggersCommandOutput extends ListTriggersResponse, __Metad
39
39
  * };
40
40
  * const command = new ListTriggersCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // ListTriggersResponse
43
+ * // TriggerNames: [ // TriggerNameList
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // NextToken: "STRING_VALUE",
47
+ * // };
48
+ *
42
49
  * ```
43
50
  *
44
51
  * @param ListTriggersCommandInput - {@link ListTriggersCommandInput}
@@ -59,6 +66,8 @@ export interface ListTriggersCommandOutput extends ListTriggersResponse, __Metad
59
66
  * @throws {@link OperationTimeoutException} (client fault)
60
67
  * <p>The operation timed out.</p>
61
68
  *
69
+ * @throws {@link GlueServiceException}
70
+ * <p>Base exception class for all service exceptions from Glue service.</p>
62
71
  *
63
72
  */
64
73
  export declare class ListTriggersCommand extends $Command<ListTriggersCommandInput, ListTriggersCommandOutput, GlueClientResolvedConfig> {
@@ -32,6 +32,13 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
32
32
  * };
33
33
  * const command = new ListWorkflowsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListWorkflowsResponse
36
+ * // Workflows: [ // WorkflowNames
37
+ * // "STRING_VALUE",
38
+ * // ],
39
+ * // NextToken: "STRING_VALUE",
40
+ * // };
41
+ *
35
42
  * ```
36
43
  *
37
44
  * @param ListWorkflowsCommandInput - {@link ListWorkflowsCommandInput}
@@ -49,6 +56,8 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
49
56
  * @throws {@link OperationTimeoutException} (client fault)
50
57
  * <p>The operation timed out.</p>
51
58
  *
59
+ * @throws {@link GlueServiceException}
60
+ * <p>Base exception class for all service exceptions from Glue service.</p>
52
61
  *
53
62
  */
54
63
  export declare class ListWorkflowsCommand extends $Command<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, GlueClientResolvedConfig> {
@@ -42,6 +42,8 @@ export interface PutDataCatalogEncryptionSettingsCommandOutput extends PutDataCa
42
42
  * };
43
43
  * const command = new PutDataCatalogEncryptionSettingsCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // {};
46
+ *
45
47
  * ```
46
48
  *
47
49
  * @param PutDataCatalogEncryptionSettingsCommandInput - {@link PutDataCatalogEncryptionSettingsCommandInput}
@@ -59,6 +61,8 @@ export interface PutDataCatalogEncryptionSettingsCommandOutput extends PutDataCa
59
61
  * @throws {@link OperationTimeoutException} (client fault)
60
62
  * <p>The operation timed out.</p>
61
63
  *
64
+ * @throws {@link GlueServiceException}
65
+ * <p>Base exception class for all service exceptions from Glue service.</p>
62
66
  *
63
67
  */
64
68
  export declare class PutDataCatalogEncryptionSettingsCommand extends $Command<PutDataCatalogEncryptionSettingsCommandInput, PutDataCatalogEncryptionSettingsCommandOutput, GlueClientResolvedConfig> {
@@ -35,6 +35,10 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
35
35
  * };
36
36
  * const command = new PutResourcePolicyCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // PutResourcePolicyResponse
39
+ * // PolicyHash: "STRING_VALUE",
40
+ * // };
41
+ *
38
42
  * ```
39
43
  *
40
44
  * @param PutResourcePolicyCommandInput - {@link PutResourcePolicyCommandInput}
@@ -58,6 +62,8 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
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 PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, GlueClientResolvedConfig> {
@@ -44,6 +44,17 @@ export interface PutSchemaVersionMetadataCommandOutput extends PutSchemaVersionM
44
44
  * };
45
45
  * const command = new PutSchemaVersionMetadataCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // PutSchemaVersionMetadataResponse
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 PutSchemaVersionMetadataCommandInput - {@link PutSchemaVersionMetadataCommandInput}
@@ -67,6 +78,8 @@ export interface PutSchemaVersionMetadataCommandOutput extends PutSchemaVersionM
67
78
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
68
79
  * <p>A resource numerical limit was exceeded.</p>
69
80
  *
81
+ * @throws {@link GlueServiceException}
82
+ * <p>Base exception class for all service exceptions from Glue service.</p>
70
83
  *
71
84
  */
72
85
  export declare class PutSchemaVersionMetadataCommand extends $Command<PutSchemaVersionMetadataCommandInput, PutSchemaVersionMetadataCommandOutput, GlueClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface PutWorkflowRunPropertiesCommandOutput extends PutWorkflowRunPro
35
35
  * };
36
36
  * const command = new PutWorkflowRunPropertiesCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param PutWorkflowRunPropertiesCommandInput - {@link PutWorkflowRunPropertiesCommandInput}
@@ -64,6 +66,8 @@ export interface PutWorkflowRunPropertiesCommandOutput extends PutWorkflowRunPro
64
66
  * @throws {@link ResourceNumberLimitExceededException} (client fault)
65
67
  * <p>A resource numerical limit was exceeded.</p>
66
68
  *
69
+ * @throws {@link GlueServiceException}
70
+ * <p>Base exception class for all service exceptions from Glue service.</p>
67
71
  *
68
72
  */
69
73
  export declare class PutWorkflowRunPropertiesCommand extends $Command<PutWorkflowRunPropertiesCommandInput, PutWorkflowRunPropertiesCommandOutput, GlueClientResolvedConfig> {
@@ -48,6 +48,23 @@ export interface QuerySchemaVersionMetadataCommandOutput extends QuerySchemaVers
48
48
  * };
49
49
  * const command = new QuerySchemaVersionMetadataCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // QuerySchemaVersionMetadataResponse
52
+ * // MetadataInfoMap: { // MetadataInfoMap
53
+ * // "<keys>": { // MetadataInfo
54
+ * // MetadataValue: "STRING_VALUE",
55
+ * // CreatedTime: "STRING_VALUE",
56
+ * // OtherMetadataValueList: [ // OtherMetadataValueList
57
+ * // { // OtherMetadataValueListItem
58
+ * // MetadataValue: "STRING_VALUE",
59
+ * // CreatedTime: "STRING_VALUE",
60
+ * // },
61
+ * // ],
62
+ * // },
63
+ * // },
64
+ * // SchemaVersionId: "STRING_VALUE",
65
+ * // NextToken: "STRING_VALUE",
66
+ * // };
67
+ *
51
68
  * ```
52
69
  *
53
70
  * @param QuerySchemaVersionMetadataCommandInput - {@link QuerySchemaVersionMetadataCommandInput}
@@ -65,6 +82,8 @@ export interface QuerySchemaVersionMetadataCommandOutput extends QuerySchemaVers
65
82
  * @throws {@link InvalidInputException} (client fault)
66
83
  * <p>The input provided was not valid.</p>
67
84
  *
85
+ * @throws {@link GlueServiceException}
86
+ * <p>Base exception class for all service exceptions from Glue service.</p>
68
87
  *
69
88
  */
70
89
  export declare class QuerySchemaVersionMetadataCommand extends $Command<QuerySchemaVersionMetadataCommandInput, QuerySchemaVersionMetadataCommandOutput, GlueClientResolvedConfig> {