@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
@@ -36,6 +36,10 @@ export interface DeleteMLTransformCommandOutput extends DeleteMLTransformRespons
36
36
  * };
37
37
  * const command = new DeleteMLTransformCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // DeleteMLTransformResponse
40
+ * // TransformId: "STRING_VALUE",
41
+ * // };
42
+ *
39
43
  * ```
40
44
  *
41
45
  * @param DeleteMLTransformCommandInput - {@link DeleteMLTransformCommandInput}
@@ -56,6 +60,8 @@ export interface DeleteMLTransformCommandOutput extends DeleteMLTransformRespons
56
60
  * @throws {@link OperationTimeoutException} (client fault)
57
61
  * <p>The operation timed out.</p>
58
62
  *
63
+ * @throws {@link GlueServiceException}
64
+ * <p>Base exception class for all service exceptions from Glue service.</p>
59
65
  *
60
66
  */
61
67
  export declare class DeleteMLTransformCommand extends $Command<DeleteMLTransformCommandInput, DeleteMLTransformCommandOutput, GlueClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface DeletePartitionCommandOutput extends DeletePartitionResponse, _
36
36
  * };
37
37
  * const command = new DeletePartitionCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param DeletePartitionCommandInput - {@link DeletePartitionCommandInput}
@@ -56,6 +58,8 @@ export interface DeletePartitionCommandOutput extends DeletePartitionResponse, _
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 DeletePartitionCommand extends $Command<DeletePartitionCommandInput, DeletePartitionCommandOutput, GlueClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeletePartitionIndexCommandOutput extends DeletePartitionIndexR
34
34
  * };
35
35
  * const command = new DeletePartitionIndexCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeletePartitionIndexCommandInput - {@link DeletePartitionIndexCommandInput}
@@ -60,6 +62,8 @@ export interface DeletePartitionIndexCommandOutput extends DeletePartitionIndexR
60
62
  * @throws {@link OperationTimeoutException} (client fault)
61
63
  * <p>The operation timed out.</p>
62
64
  *
65
+ * @throws {@link GlueServiceException}
66
+ * <p>Base exception class for all service exceptions from Glue service.</p>
63
67
  *
64
68
  */
65
69
  export declare class DeletePartitionIndexCommand extends $Command<DeletePartitionIndexCommandInput, DeletePartitionIndexCommandOutput, GlueClientResolvedConfig> {
@@ -34,6 +34,12 @@ export interface DeleteRegistryCommandOutput extends DeleteRegistryResponse, __M
34
34
  * };
35
35
  * const command = new DeleteRegistryCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DeleteRegistryResponse
38
+ * // RegistryName: "STRING_VALUE",
39
+ * // RegistryArn: "STRING_VALUE",
40
+ * // Status: "AVAILABLE" || "DELETING",
41
+ * // };
42
+ *
37
43
  * ```
38
44
  *
39
45
  * @param DeleteRegistryCommandInput - {@link DeleteRegistryCommandInput}
@@ -54,6 +60,8 @@ export interface DeleteRegistryCommandOutput extends DeleteRegistryResponse, __M
54
60
  * @throws {@link InvalidInputException} (client fault)
55
61
  * <p>The input provided was not valid.</p>
56
62
  *
63
+ * @throws {@link GlueServiceException}
64
+ * <p>Base exception class for all service exceptions from Glue service.</p>
57
65
  *
58
66
  */
59
67
  export declare class DeleteRegistryCommand extends $Command<DeleteRegistryCommandInput, DeleteRegistryCommandOutput, GlueClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
32
32
  * };
33
33
  * const command = new DeleteResourcePolicyCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteResourcePolicyCommandInput - {@link DeleteResourcePolicyCommandInput}
@@ -55,6 +57,8 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
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 DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, GlueClientResolvedConfig> {
@@ -35,6 +35,12 @@ export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __Metad
35
35
  * };
36
36
  * const command = new DeleteSchemaCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DeleteSchemaResponse
39
+ * // SchemaArn: "STRING_VALUE",
40
+ * // SchemaName: "STRING_VALUE",
41
+ * // Status: "AVAILABLE" || "PENDING" || "DELETING",
42
+ * // };
43
+ *
38
44
  * ```
39
45
  *
40
46
  * @param DeleteSchemaCommandInput - {@link DeleteSchemaCommandInput}
@@ -55,6 +61,8 @@ export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __Metad
55
61
  * @throws {@link InvalidInputException} (client fault)
56
62
  * <p>The input provided was not valid.</p>
57
63
  *
64
+ * @throws {@link GlueServiceException}
65
+ * <p>Base exception class for all service exceptions from Glue service.</p>
58
66
  *
59
67
  */
60
68
  export declare class DeleteSchemaCommand extends $Command<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, GlueClientResolvedConfig> {
@@ -39,6 +39,18 @@ export interface DeleteSchemaVersionsCommandOutput extends DeleteSchemaVersionsR
39
39
  * };
40
40
  * const command = new DeleteSchemaVersionsCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // DeleteSchemaVersionsResponse
43
+ * // SchemaVersionErrors: [ // SchemaVersionErrorList
44
+ * // { // SchemaVersionErrorItem
45
+ * // VersionNumber: Number("long"),
46
+ * // ErrorDetails: { // ErrorDetails
47
+ * // ErrorCode: "STRING_VALUE",
48
+ * // ErrorMessage: "STRING_VALUE",
49
+ * // },
50
+ * // },
51
+ * // ],
52
+ * // };
53
+ *
42
54
  * ```
43
55
  *
44
56
  * @param DeleteSchemaVersionsCommandInput - {@link DeleteSchemaVersionsCommandInput}
@@ -59,6 +71,8 @@ export interface DeleteSchemaVersionsCommandOutput extends DeleteSchemaVersionsR
59
71
  * @throws {@link InvalidInputException} (client fault)
60
72
  * <p>The input provided was not valid.</p>
61
73
  *
74
+ * @throws {@link GlueServiceException}
75
+ * <p>Base exception class for all service exceptions from Glue service.</p>
62
76
  *
63
77
  */
64
78
  export declare class DeleteSchemaVersionsCommand extends $Command<DeleteSchemaVersionsCommandInput, DeleteSchemaVersionsCommandOutput, GlueClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteSecurityConfigurationCommandOutput extends DeleteSecurity
31
31
  * };
32
32
  * const command = new DeleteSecurityConfigurationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteSecurityConfigurationCommandInput - {@link DeleteSecurityConfigurationCommandInput}
@@ -51,6 +53,8 @@ export interface DeleteSecurityConfigurationCommandOutput extends DeleteSecurity
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 DeleteSecurityConfigurationCommand extends $Command<DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput, GlueClientResolvedConfig> {
@@ -32,6 +32,10 @@ export interface DeleteSessionCommandOutput extends DeleteSessionResponse, __Met
32
32
  * };
33
33
  * const command = new DeleteSessionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteSessionResponse
36
+ * // Id: "STRING_VALUE",
37
+ * // };
38
+ *
35
39
  * ```
36
40
  *
37
41
  * @param DeleteSessionCommandInput - {@link DeleteSessionCommandInput}
@@ -58,6 +62,8 @@ export interface DeleteSessionCommandOutput extends DeleteSessionResponse, __Met
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 DeleteSessionCommand extends $Command<DeleteSessionCommandInput, DeleteSessionCommandOutput, GlueClientResolvedConfig> {
@@ -44,6 +44,8 @@ export interface DeleteTableCommandOutput extends DeleteTableResponse, __Metadat
44
44
  * };
45
45
  * const command = new DeleteTableCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // {};
48
+ *
47
49
  * ```
48
50
  *
49
51
  * @param DeleteTableCommandInput - {@link DeleteTableCommandInput}
@@ -70,6 +72,8 @@ export interface DeleteTableCommandOutput extends DeleteTableResponse, __Metadat
70
72
  * @throws {@link ResourceNotReadyException} (client fault)
71
73
  * <p>A resource was not ready for a transaction.</p>
72
74
  *
75
+ * @throws {@link GlueServiceException}
76
+ * <p>Base exception class for all service exceptions from Glue service.</p>
73
77
  *
74
78
  */
75
79
  export declare class DeleteTableCommand extends $Command<DeleteTableCommandInput, DeleteTableCommandOutput, GlueClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeleteTableVersionCommandOutput extends DeleteTableVersionRespo
34
34
  * };
35
35
  * const command = new DeleteTableVersionCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteTableVersionCommandInput - {@link DeleteTableVersionCommandInput}
@@ -54,6 +56,8 @@ export interface DeleteTableVersionCommandOutput extends DeleteTableVersionRespo
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 DeleteTableVersionCommand extends $Command<DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput, GlueClientResolvedConfig> {
@@ -32,6 +32,10 @@ export interface DeleteTriggerCommandOutput extends DeleteTriggerResponse, __Met
32
32
  * };
33
33
  * const command = new DeleteTriggerCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteTriggerResponse
36
+ * // Name: "STRING_VALUE",
37
+ * // };
38
+ *
35
39
  * ```
36
40
  *
37
41
  * @param DeleteTriggerCommandInput - {@link DeleteTriggerCommandInput}
@@ -52,6 +56,8 @@ export interface DeleteTriggerCommandOutput extends DeleteTriggerResponse, __Met
52
56
  * @throws {@link OperationTimeoutException} (client fault)
53
57
  * <p>The operation timed out.</p>
54
58
  *
59
+ * @throws {@link GlueServiceException}
60
+ * <p>Base exception class for all service exceptions from Glue service.</p>
55
61
  *
56
62
  */
57
63
  export declare class DeleteTriggerCommand extends $Command<DeleteTriggerCommandInput, DeleteTriggerCommandOutput, GlueClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteUserDefinedFunctionCommandOutput extends DeleteUserDefine
33
33
  * };
34
34
  * const command = new DeleteUserDefinedFunctionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteUserDefinedFunctionCommandInput - {@link DeleteUserDefinedFunctionCommandInput}
@@ -53,6 +55,8 @@ export interface DeleteUserDefinedFunctionCommandOutput extends DeleteUserDefine
53
55
  * @throws {@link OperationTimeoutException} (client fault)
54
56
  * <p>The operation timed out.</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 DeleteUserDefinedFunctionCommand extends $Command<DeleteUserDefinedFunctionCommandInput, DeleteUserDefinedFunctionCommandOutput, GlueClientResolvedConfig> {
@@ -31,6 +31,10 @@ export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __M
31
31
  * };
32
32
  * const command = new DeleteWorkflowCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteWorkflowResponse
35
+ * // Name: "STRING_VALUE",
36
+ * // };
37
+ *
34
38
  * ```
35
39
  *
36
40
  * @param DeleteWorkflowCommandInput - {@link DeleteWorkflowCommandInput}
@@ -51,6 +55,8 @@ export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __M
51
55
  * @throws {@link OperationTimeoutException} (client fault)
52
56
  * <p>The operation timed out.</p>
53
57
  *
58
+ * @throws {@link GlueServiceException}
59
+ * <p>Base exception class for all service exceptions from Glue service.</p>
54
60
  *
55
61
  */
56
62
  export declare class DeleteWorkflowCommand extends $Command<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, GlueClientResolvedConfig> {
@@ -33,6 +33,27 @@ export interface GetBlueprintCommandOutput extends GetBlueprintResponse, __Metad
33
33
  * };
34
34
  * const command = new GetBlueprintCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetBlueprintResponse
37
+ * // Blueprint: { // Blueprint
38
+ * // Name: "STRING_VALUE",
39
+ * // Description: "STRING_VALUE",
40
+ * // CreatedOn: new Date("TIMESTAMP"),
41
+ * // LastModifiedOn: new Date("TIMESTAMP"),
42
+ * // ParameterSpec: "STRING_VALUE",
43
+ * // BlueprintLocation: "STRING_VALUE",
44
+ * // BlueprintServiceLocation: "STRING_VALUE",
45
+ * // Status: "CREATING" || "ACTIVE" || "UPDATING" || "FAILED",
46
+ * // ErrorMessage: "STRING_VALUE",
47
+ * // LastActiveDefinition: { // LastActiveDefinition
48
+ * // Description: "STRING_VALUE",
49
+ * // LastModifiedOn: new Date("TIMESTAMP"),
50
+ * // ParameterSpec: "STRING_VALUE",
51
+ * // BlueprintLocation: "STRING_VALUE",
52
+ * // BlueprintServiceLocation: "STRING_VALUE",
53
+ * // },
54
+ * // },
55
+ * // };
56
+ *
36
57
  * ```
37
58
  *
38
59
  * @param GetBlueprintCommandInput - {@link GetBlueprintCommandInput}
@@ -53,6 +74,8 @@ export interface GetBlueprintCommandOutput extends GetBlueprintResponse, __Metad
53
74
  * @throws {@link OperationTimeoutException} (client fault)
54
75
  * <p>The operation timed out.</p>
55
76
  *
77
+ * @throws {@link GlueServiceException}
78
+ * <p>Base exception class for all service exceptions from Glue service.</p>
56
79
  *
57
80
  */
58
81
  export declare class GetBlueprintCommand extends $Command<GetBlueprintCommandInput, GetBlueprintCommandOutput, GlueClientResolvedConfig> {
@@ -32,6 +32,21 @@ export interface GetBlueprintRunCommandOutput extends GetBlueprintRunResponse, _
32
32
  * };
33
33
  * const command = new GetBlueprintRunCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetBlueprintRunResponse
36
+ * // BlueprintRun: { // BlueprintRun
37
+ * // BlueprintName: "STRING_VALUE",
38
+ * // RunId: "STRING_VALUE",
39
+ * // WorkflowName: "STRING_VALUE",
40
+ * // State: "RUNNING" || "SUCCEEDED" || "FAILED" || "ROLLING_BACK",
41
+ * // StartedOn: new Date("TIMESTAMP"),
42
+ * // CompletedOn: new Date("TIMESTAMP"),
43
+ * // ErrorMessage: "STRING_VALUE",
44
+ * // RollbackErrorMessage: "STRING_VALUE",
45
+ * // Parameters: "STRING_VALUE",
46
+ * // RoleArn: "STRING_VALUE",
47
+ * // },
48
+ * // };
49
+ *
35
50
  * ```
36
51
  *
37
52
  * @param GetBlueprintRunCommandInput - {@link GetBlueprintRunCommandInput}
@@ -49,6 +64,8 @@ export interface GetBlueprintRunCommandOutput extends GetBlueprintRunResponse, _
49
64
  * @throws {@link OperationTimeoutException} (client fault)
50
65
  * <p>The operation timed out.</p>
51
66
  *
67
+ * @throws {@link GlueServiceException}
68
+ * <p>Base exception class for all service exceptions from Glue service.</p>
52
69
  *
53
70
  */
54
71
  export declare class GetBlueprintRunCommand extends $Command<GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput, GlueClientResolvedConfig> {
@@ -33,6 +33,24 @@ export interface GetBlueprintRunsCommandOutput extends GetBlueprintRunsResponse,
33
33
  * };
34
34
  * const command = new GetBlueprintRunsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetBlueprintRunsResponse
37
+ * // BlueprintRuns: [ // BlueprintRuns
38
+ * // { // BlueprintRun
39
+ * // BlueprintName: "STRING_VALUE",
40
+ * // RunId: "STRING_VALUE",
41
+ * // WorkflowName: "STRING_VALUE",
42
+ * // State: "RUNNING" || "SUCCEEDED" || "FAILED" || "ROLLING_BACK",
43
+ * // StartedOn: new Date("TIMESTAMP"),
44
+ * // CompletedOn: new Date("TIMESTAMP"),
45
+ * // ErrorMessage: "STRING_VALUE",
46
+ * // RollbackErrorMessage: "STRING_VALUE",
47
+ * // Parameters: "STRING_VALUE",
48
+ * // RoleArn: "STRING_VALUE",
49
+ * // },
50
+ * // ],
51
+ * // NextToken: "STRING_VALUE",
52
+ * // };
53
+ *
36
54
  * ```
37
55
  *
38
56
  * @param GetBlueprintRunsCommandInput - {@link GetBlueprintRunsCommandInput}
@@ -53,6 +71,8 @@ export interface GetBlueprintRunsCommandOutput extends GetBlueprintRunsResponse,
53
71
  * @throws {@link OperationTimeoutException} (client fault)
54
72
  * <p>The operation timed out.</p>
55
73
  *
74
+ * @throws {@link GlueServiceException}
75
+ * <p>Base exception class for all service exceptions from Glue service.</p>
56
76
  *
57
77
  */
58
78
  export declare class GetBlueprintRunsCommand extends $Command<GetBlueprintRunsCommandInput, GetBlueprintRunsCommandOutput, GlueClientResolvedConfig> {
@@ -31,6 +31,14 @@ export interface GetCatalogImportStatusCommandOutput extends GetCatalogImportSta
31
31
  * };
32
32
  * const command = new GetCatalogImportStatusCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetCatalogImportStatusResponse
35
+ * // ImportStatus: { // CatalogImportStatus
36
+ * // ImportCompleted: true || false,
37
+ * // ImportTime: new Date("TIMESTAMP"),
38
+ * // ImportedBy: "STRING_VALUE",
39
+ * // },
40
+ * // };
41
+ *
34
42
  * ```
35
43
  *
36
44
  * @param GetCatalogImportStatusCommandInput - {@link GetCatalogImportStatusCommandInput}
@@ -45,6 +53,8 @@ export interface GetCatalogImportStatusCommandOutput extends GetCatalogImportSta
45
53
  * @throws {@link OperationTimeoutException} (client fault)
46
54
  * <p>The operation timed out.</p>
47
55
  *
56
+ * @throws {@link GlueServiceException}
57
+ * <p>Base exception class for all service exceptions from Glue service.</p>
48
58
  *
49
59
  */
50
60
  export declare class GetCatalogImportStatusCommand extends $Command<GetCatalogImportStatusCommandInput, GetCatalogImportStatusCommandOutput, GlueClientResolvedConfig> {
@@ -31,6 +31,53 @@ export interface GetClassifierCommandOutput extends GetClassifierResponse, __Met
31
31
  * };
32
32
  * const command = new GetClassifierCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetClassifierResponse
35
+ * // Classifier: { // Classifier
36
+ * // GrokClassifier: { // GrokClassifier
37
+ * // Name: "STRING_VALUE", // required
38
+ * // Classification: "STRING_VALUE", // required
39
+ * // CreationTime: new Date("TIMESTAMP"),
40
+ * // LastUpdated: new Date("TIMESTAMP"),
41
+ * // Version: Number("long"),
42
+ * // GrokPattern: "STRING_VALUE", // required
43
+ * // CustomPatterns: "STRING_VALUE",
44
+ * // },
45
+ * // XMLClassifier: { // XMLClassifier
46
+ * // Name: "STRING_VALUE", // required
47
+ * // Classification: "STRING_VALUE", // required
48
+ * // CreationTime: new Date("TIMESTAMP"),
49
+ * // LastUpdated: new Date("TIMESTAMP"),
50
+ * // Version: Number("long"),
51
+ * // RowTag: "STRING_VALUE",
52
+ * // },
53
+ * // JsonClassifier: { // JsonClassifier
54
+ * // Name: "STRING_VALUE", // required
55
+ * // CreationTime: new Date("TIMESTAMP"),
56
+ * // LastUpdated: new Date("TIMESTAMP"),
57
+ * // Version: Number("long"),
58
+ * // JsonPath: "STRING_VALUE", // required
59
+ * // },
60
+ * // CsvClassifier: { // CsvClassifier
61
+ * // Name: "STRING_VALUE", // required
62
+ * // CreationTime: new Date("TIMESTAMP"),
63
+ * // LastUpdated: new Date("TIMESTAMP"),
64
+ * // Version: Number("long"),
65
+ * // Delimiter: "STRING_VALUE",
66
+ * // QuoteSymbol: "STRING_VALUE",
67
+ * // ContainsHeader: "UNKNOWN" || "PRESENT" || "ABSENT",
68
+ * // Header: [ // CsvHeader
69
+ * // "STRING_VALUE",
70
+ * // ],
71
+ * // DisableValueTrimming: true || false,
72
+ * // AllowSingleColumn: true || false,
73
+ * // CustomDatatypeConfigured: true || false,
74
+ * // CustomDatatypes: [ // CustomDatatypes
75
+ * // "STRING_VALUE",
76
+ * // ],
77
+ * // },
78
+ * // },
79
+ * // };
80
+ *
34
81
  * ```
35
82
  *
36
83
  * @param GetClassifierCommandInput - {@link GetClassifierCommandInput}
@@ -45,6 +92,8 @@ export interface GetClassifierCommandOutput extends GetClassifierResponse, __Met
45
92
  * @throws {@link OperationTimeoutException} (client fault)
46
93
  * <p>The operation timed out.</p>
47
94
  *
95
+ * @throws {@link GlueServiceException}
96
+ * <p>Base exception class for all service exceptions from Glue service.</p>
48
97
  *
49
98
  */
50
99
  export declare class GetClassifierCommand extends $Command<GetClassifierCommandInput, GetClassifierCommandOutput, GlueClientResolvedConfig> {
@@ -32,6 +32,56 @@ export interface GetClassifiersCommandOutput extends GetClassifiersResponse, __M
32
32
  * };
33
33
  * const command = new GetClassifiersCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetClassifiersResponse
36
+ * // Classifiers: [ // ClassifierList
37
+ * // { // Classifier
38
+ * // GrokClassifier: { // GrokClassifier
39
+ * // Name: "STRING_VALUE", // required
40
+ * // Classification: "STRING_VALUE", // required
41
+ * // CreationTime: new Date("TIMESTAMP"),
42
+ * // LastUpdated: new Date("TIMESTAMP"),
43
+ * // Version: Number("long"),
44
+ * // GrokPattern: "STRING_VALUE", // required
45
+ * // CustomPatterns: "STRING_VALUE",
46
+ * // },
47
+ * // XMLClassifier: { // XMLClassifier
48
+ * // Name: "STRING_VALUE", // required
49
+ * // Classification: "STRING_VALUE", // required
50
+ * // CreationTime: new Date("TIMESTAMP"),
51
+ * // LastUpdated: new Date("TIMESTAMP"),
52
+ * // Version: Number("long"),
53
+ * // RowTag: "STRING_VALUE",
54
+ * // },
55
+ * // JsonClassifier: { // JsonClassifier
56
+ * // Name: "STRING_VALUE", // required
57
+ * // CreationTime: new Date("TIMESTAMP"),
58
+ * // LastUpdated: new Date("TIMESTAMP"),
59
+ * // Version: Number("long"),
60
+ * // JsonPath: "STRING_VALUE", // required
61
+ * // },
62
+ * // CsvClassifier: { // CsvClassifier
63
+ * // Name: "STRING_VALUE", // required
64
+ * // CreationTime: new Date("TIMESTAMP"),
65
+ * // LastUpdated: new Date("TIMESTAMP"),
66
+ * // Version: Number("long"),
67
+ * // Delimiter: "STRING_VALUE",
68
+ * // QuoteSymbol: "STRING_VALUE",
69
+ * // ContainsHeader: "UNKNOWN" || "PRESENT" || "ABSENT",
70
+ * // Header: [ // CsvHeader
71
+ * // "STRING_VALUE",
72
+ * // ],
73
+ * // DisableValueTrimming: true || false,
74
+ * // AllowSingleColumn: true || false,
75
+ * // CustomDatatypeConfigured: true || false,
76
+ * // CustomDatatypes: [ // CustomDatatypes
77
+ * // "STRING_VALUE",
78
+ * // ],
79
+ * // },
80
+ * // },
81
+ * // ],
82
+ * // NextToken: "STRING_VALUE",
83
+ * // };
84
+ *
35
85
  * ```
36
86
  *
37
87
  * @param GetClassifiersCommandInput - {@link GetClassifiersCommandInput}
@@ -43,6 +93,8 @@ export interface GetClassifiersCommandOutput extends GetClassifiersResponse, __M
43
93
  * @throws {@link OperationTimeoutException} (client fault)
44
94
  * <p>The operation timed out.</p>
45
95
  *
96
+ * @throws {@link GlueServiceException}
97
+ * <p>Base exception class for all service exceptions from Glue service.</p>
46
98
  *
47
99
  */
48
100
  export declare class GetClassifiersCommand extends $Command<GetClassifiersCommandInput, GetClassifiersCommandOutput, GlueClientResolvedConfig> {
@@ -40,6 +40,74 @@ export interface GetColumnStatisticsForPartitionCommandOutput extends GetColumnS
40
40
  * };
41
41
  * const command = new GetColumnStatisticsForPartitionCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // GetColumnStatisticsForPartitionResponse
44
+ * // ColumnStatisticsList: [ // ColumnStatisticsList
45
+ * // { // ColumnStatistics
46
+ * // ColumnName: "STRING_VALUE", // required
47
+ * // ColumnType: "STRING_VALUE", // required
48
+ * // AnalyzedTime: new Date("TIMESTAMP"), // required
49
+ * // StatisticsData: { // ColumnStatisticsData
50
+ * // Type: "BOOLEAN" || "DATE" || "DECIMAL" || "DOUBLE" || "LONG" || "STRING" || "BINARY", // required
51
+ * // BooleanColumnStatisticsData: { // BooleanColumnStatisticsData
52
+ * // NumberOfTrues: Number("long"), // required
53
+ * // NumberOfFalses: Number("long"), // required
54
+ * // NumberOfNulls: Number("long"), // required
55
+ * // },
56
+ * // DateColumnStatisticsData: { // DateColumnStatisticsData
57
+ * // MinimumValue: new Date("TIMESTAMP"),
58
+ * // MaximumValue: new Date("TIMESTAMP"),
59
+ * // NumberOfNulls: Number("long"), // required
60
+ * // NumberOfDistinctValues: Number("long"), // required
61
+ * // },
62
+ * // DecimalColumnStatisticsData: { // DecimalColumnStatisticsData
63
+ * // MinimumValue: { // DecimalNumber
64
+ * // UnscaledValue: "BLOB_VALUE", // required
65
+ * // Scale: Number("int"), // required
66
+ * // },
67
+ * // MaximumValue: {
68
+ * // UnscaledValue: "BLOB_VALUE", // required
69
+ * // Scale: Number("int"), // required
70
+ * // },
71
+ * // NumberOfNulls: Number("long"), // required
72
+ * // NumberOfDistinctValues: Number("long"), // required
73
+ * // },
74
+ * // DoubleColumnStatisticsData: { // DoubleColumnStatisticsData
75
+ * // MinimumValue: Number("double"),
76
+ * // MaximumValue: Number("double"),
77
+ * // NumberOfNulls: Number("long"), // required
78
+ * // NumberOfDistinctValues: Number("long"), // required
79
+ * // },
80
+ * // LongColumnStatisticsData: { // LongColumnStatisticsData
81
+ * // MinimumValue: Number("long"),
82
+ * // MaximumValue: Number("long"),
83
+ * // NumberOfNulls: Number("long"), // required
84
+ * // NumberOfDistinctValues: Number("long"), // required
85
+ * // },
86
+ * // StringColumnStatisticsData: { // StringColumnStatisticsData
87
+ * // MaximumLength: Number("long"), // required
88
+ * // AverageLength: Number("double"), // required
89
+ * // NumberOfNulls: Number("long"), // required
90
+ * // NumberOfDistinctValues: Number("long"), // required
91
+ * // },
92
+ * // BinaryColumnStatisticsData: { // BinaryColumnStatisticsData
93
+ * // MaximumLength: Number("long"), // required
94
+ * // AverageLength: Number("double"), // required
95
+ * // NumberOfNulls: Number("long"), // required
96
+ * // },
97
+ * // },
98
+ * // },
99
+ * // ],
100
+ * // Errors: [ // ColumnErrors
101
+ * // { // ColumnError
102
+ * // ColumnName: "STRING_VALUE",
103
+ * // Error: { // ErrorDetail
104
+ * // ErrorCode: "STRING_VALUE",
105
+ * // ErrorMessage: "STRING_VALUE",
106
+ * // },
107
+ * // },
108
+ * // ],
109
+ * // };
110
+ *
43
111
  * ```
44
112
  *
45
113
  * @param GetColumnStatisticsForPartitionCommandInput - {@link GetColumnStatisticsForPartitionCommandInput}
@@ -63,6 +131,8 @@ export interface GetColumnStatisticsForPartitionCommandOutput extends GetColumnS
63
131
  * @throws {@link OperationTimeoutException} (client fault)
64
132
  * <p>The operation timed out.</p>
65
133
  *
134
+ * @throws {@link GlueServiceException}
135
+ * <p>Base exception class for all service exceptions from Glue service.</p>
66
136
  *
67
137
  */
68
138
  export declare class GetColumnStatisticsForPartitionCommand extends $Command<GetColumnStatisticsForPartitionCommandInput, GetColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig> {