@aws-sdk/client-glue 3.321.1 → 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 +16 -16
@@ -36,6 +36,36 @@ export interface GetMLTaskRunCommandOutput extends GetMLTaskRunResponse, __Metad
36
36
  * };
37
37
  * const command = new GetMLTaskRunCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // GetMLTaskRunResponse
40
+ * // TransformId: "STRING_VALUE",
41
+ * // TaskRunId: "STRING_VALUE",
42
+ * // Status: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT",
43
+ * // LogGroupName: "STRING_VALUE",
44
+ * // Properties: { // TaskRunProperties
45
+ * // TaskType: "EVALUATION" || "LABELING_SET_GENERATION" || "IMPORT_LABELS" || "EXPORT_LABELS" || "FIND_MATCHES",
46
+ * // ImportLabelsTaskRunProperties: { // ImportLabelsTaskRunProperties
47
+ * // InputS3Path: "STRING_VALUE",
48
+ * // Replace: true || false,
49
+ * // },
50
+ * // ExportLabelsTaskRunProperties: { // ExportLabelsTaskRunProperties
51
+ * // OutputS3Path: "STRING_VALUE",
52
+ * // },
53
+ * // LabelingSetGenerationTaskRunProperties: { // LabelingSetGenerationTaskRunProperties
54
+ * // OutputS3Path: "STRING_VALUE",
55
+ * // },
56
+ * // FindMatchesTaskRunProperties: { // FindMatchesTaskRunProperties
57
+ * // JobId: "STRING_VALUE",
58
+ * // JobName: "STRING_VALUE",
59
+ * // JobRunId: "STRING_VALUE",
60
+ * // },
61
+ * // },
62
+ * // ErrorString: "STRING_VALUE",
63
+ * // StartedOn: new Date("TIMESTAMP"),
64
+ * // LastModifiedOn: new Date("TIMESTAMP"),
65
+ * // CompletedOn: new Date("TIMESTAMP"),
66
+ * // ExecutionTime: Number("int"),
67
+ * // };
68
+ *
39
69
  * ```
40
70
  *
41
71
  * @param GetMLTaskRunCommandInput - {@link GetMLTaskRunCommandInput}
@@ -56,6 +86,8 @@ export interface GetMLTaskRunCommandOutput extends GetMLTaskRunResponse, __Metad
56
86
  * @throws {@link OperationTimeoutException} (client fault)
57
87
  * <p>The operation timed out.</p>
58
88
  *
89
+ * @throws {@link GlueServiceException}
90
+ * <p>Base exception class for all service exceptions from Glue service.</p>
59
91
  *
60
92
  */
61
93
  export declare class GetMLTaskRunCommand extends $Command<GetMLTaskRunCommandInput, GetMLTaskRunCommandOutput, GlueClientResolvedConfig> {
@@ -48,6 +48,41 @@ export interface GetMLTaskRunsCommandOutput extends GetMLTaskRunsResponse, __Met
48
48
  * };
49
49
  * const command = new GetMLTaskRunsCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // GetMLTaskRunsResponse
52
+ * // TaskRuns: [ // TaskRunList
53
+ * // { // TaskRun
54
+ * // TransformId: "STRING_VALUE",
55
+ * // TaskRunId: "STRING_VALUE",
56
+ * // Status: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT",
57
+ * // LogGroupName: "STRING_VALUE",
58
+ * // Properties: { // TaskRunProperties
59
+ * // TaskType: "EVALUATION" || "LABELING_SET_GENERATION" || "IMPORT_LABELS" || "EXPORT_LABELS" || "FIND_MATCHES",
60
+ * // ImportLabelsTaskRunProperties: { // ImportLabelsTaskRunProperties
61
+ * // InputS3Path: "STRING_VALUE",
62
+ * // Replace: true || false,
63
+ * // },
64
+ * // ExportLabelsTaskRunProperties: { // ExportLabelsTaskRunProperties
65
+ * // OutputS3Path: "STRING_VALUE",
66
+ * // },
67
+ * // LabelingSetGenerationTaskRunProperties: { // LabelingSetGenerationTaskRunProperties
68
+ * // OutputS3Path: "STRING_VALUE",
69
+ * // },
70
+ * // FindMatchesTaskRunProperties: { // FindMatchesTaskRunProperties
71
+ * // JobId: "STRING_VALUE",
72
+ * // JobName: "STRING_VALUE",
73
+ * // JobRunId: "STRING_VALUE",
74
+ * // },
75
+ * // },
76
+ * // ErrorString: "STRING_VALUE",
77
+ * // StartedOn: new Date("TIMESTAMP"),
78
+ * // LastModifiedOn: new Date("TIMESTAMP"),
79
+ * // CompletedOn: new Date("TIMESTAMP"),
80
+ * // ExecutionTime: Number("int"),
81
+ * // },
82
+ * // ],
83
+ * // NextToken: "STRING_VALUE",
84
+ * // };
85
+ *
51
86
  * ```
52
87
  *
53
88
  * @param GetMLTaskRunsCommandInput - {@link GetMLTaskRunsCommandInput}
@@ -68,6 +103,8 @@ export interface GetMLTaskRunsCommandOutput extends GetMLTaskRunsResponse, __Met
68
103
  * @throws {@link OperationTimeoutException} (client fault)
69
104
  * <p>The operation timed out.</p>
70
105
  *
106
+ * @throws {@link GlueServiceException}
107
+ * <p>Base exception class for all service exceptions from Glue service.</p>
71
108
  *
72
109
  */
73
110
  export declare class GetMLTaskRunsCommand extends $Command<GetMLTaskRunsCommandInput, GetMLTaskRunsCommandOutput, GlueClientResolvedConfig> {
@@ -35,6 +35,77 @@ export interface GetMLTransformCommandOutput extends GetMLTransformResponse, __M
35
35
  * };
36
36
  * const command = new GetMLTransformCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // GetMLTransformResponse
39
+ * // TransformId: "STRING_VALUE",
40
+ * // Name: "STRING_VALUE",
41
+ * // Description: "STRING_VALUE",
42
+ * // Status: "NOT_READY" || "READY" || "DELETING",
43
+ * // CreatedOn: new Date("TIMESTAMP"),
44
+ * // LastModifiedOn: new Date("TIMESTAMP"),
45
+ * // InputRecordTables: [ // GlueTables
46
+ * // { // GlueTable
47
+ * // DatabaseName: "STRING_VALUE", // required
48
+ * // TableName: "STRING_VALUE", // required
49
+ * // CatalogId: "STRING_VALUE",
50
+ * // ConnectionName: "STRING_VALUE",
51
+ * // AdditionalOptions: { // GlueTableAdditionalOptions
52
+ * // "<keys>": "STRING_VALUE",
53
+ * // },
54
+ * // },
55
+ * // ],
56
+ * // Parameters: { // TransformParameters
57
+ * // TransformType: "FIND_MATCHES", // required
58
+ * // FindMatchesParameters: { // FindMatchesParameters
59
+ * // PrimaryKeyColumnName: "STRING_VALUE",
60
+ * // PrecisionRecallTradeoff: Number("double"),
61
+ * // AccuracyCostTradeoff: Number("double"),
62
+ * // EnforceProvidedLabels: true || false,
63
+ * // },
64
+ * // },
65
+ * // EvaluationMetrics: { // EvaluationMetrics
66
+ * // TransformType: "FIND_MATCHES", // required
67
+ * // FindMatchesMetrics: { // FindMatchesMetrics
68
+ * // AreaUnderPRCurve: Number("double"),
69
+ * // Precision: Number("double"),
70
+ * // Recall: Number("double"),
71
+ * // F1: Number("double"),
72
+ * // ConfusionMatrix: { // ConfusionMatrix
73
+ * // NumTruePositives: Number("long"),
74
+ * // NumFalsePositives: Number("long"),
75
+ * // NumTrueNegatives: Number("long"),
76
+ * // NumFalseNegatives: Number("long"),
77
+ * // },
78
+ * // ColumnImportances: [ // ColumnImportanceList
79
+ * // { // ColumnImportance
80
+ * // ColumnName: "STRING_VALUE",
81
+ * // Importance: Number("double"),
82
+ * // },
83
+ * // ],
84
+ * // },
85
+ * // },
86
+ * // LabelCount: Number("int"),
87
+ * // Schema: [ // TransformSchema
88
+ * // { // SchemaColumn
89
+ * // Name: "STRING_VALUE",
90
+ * // DataType: "STRING_VALUE",
91
+ * // },
92
+ * // ],
93
+ * // Role: "STRING_VALUE",
94
+ * // GlueVersion: "STRING_VALUE",
95
+ * // MaxCapacity: Number("double"),
96
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
97
+ * // NumberOfWorkers: Number("int"),
98
+ * // Timeout: Number("int"),
99
+ * // MaxRetries: Number("int"),
100
+ * // TransformEncryption: { // TransformEncryption
101
+ * // MlUserDataEncryption: { // MLUserDataEncryption
102
+ * // MlUserDataEncryptionMode: "DISABLED" || "SSE-KMS", // required
103
+ * // KmsKeyId: "STRING_VALUE",
104
+ * // },
105
+ * // TaskRunSecurityConfigurationName: "STRING_VALUE",
106
+ * // },
107
+ * // };
108
+ *
38
109
  * ```
39
110
  *
40
111
  * @param GetMLTransformCommandInput - {@link GetMLTransformCommandInput}
@@ -55,6 +126,8 @@ export interface GetMLTransformCommandOutput extends GetMLTransformResponse, __M
55
126
  * @throws {@link OperationTimeoutException} (client fault)
56
127
  * <p>The operation timed out.</p>
57
128
  *
129
+ * @throws {@link GlueServiceException}
130
+ * <p>Base exception class for all service exceptions from Glue service.</p>
58
131
  *
59
132
  */
60
133
  export declare class GetMLTransformCommand extends $Command<GetMLTransformCommandInput, GetMLTransformCommandOutput, GlueClientResolvedConfig> {
@@ -56,6 +56,82 @@ export interface GetMLTransformsCommandOutput extends GetMLTransformsResponse, _
56
56
  * };
57
57
  * const command = new GetMLTransformsCommand(input);
58
58
  * const response = await client.send(command);
59
+ * // { // GetMLTransformsResponse
60
+ * // Transforms: [ // TransformList // required
61
+ * // { // MLTransform
62
+ * // TransformId: "STRING_VALUE",
63
+ * // Name: "STRING_VALUE",
64
+ * // Description: "STRING_VALUE",
65
+ * // Status: "NOT_READY" || "READY" || "DELETING",
66
+ * // CreatedOn: new Date("TIMESTAMP"),
67
+ * // LastModifiedOn: new Date("TIMESTAMP"),
68
+ * // InputRecordTables: [ // GlueTables
69
+ * // { // GlueTable
70
+ * // DatabaseName: "STRING_VALUE", // required
71
+ * // TableName: "STRING_VALUE", // required
72
+ * // CatalogId: "STRING_VALUE",
73
+ * // ConnectionName: "STRING_VALUE",
74
+ * // AdditionalOptions: { // GlueTableAdditionalOptions
75
+ * // "<keys>": "STRING_VALUE",
76
+ * // },
77
+ * // },
78
+ * // ],
79
+ * // Parameters: { // TransformParameters
80
+ * // TransformType: "FIND_MATCHES", // required
81
+ * // FindMatchesParameters: { // FindMatchesParameters
82
+ * // PrimaryKeyColumnName: "STRING_VALUE",
83
+ * // PrecisionRecallTradeoff: Number("double"),
84
+ * // AccuracyCostTradeoff: Number("double"),
85
+ * // EnforceProvidedLabels: true || false,
86
+ * // },
87
+ * // },
88
+ * // EvaluationMetrics: { // EvaluationMetrics
89
+ * // TransformType: "FIND_MATCHES", // required
90
+ * // FindMatchesMetrics: { // FindMatchesMetrics
91
+ * // AreaUnderPRCurve: Number("double"),
92
+ * // Precision: Number("double"),
93
+ * // Recall: Number("double"),
94
+ * // F1: Number("double"),
95
+ * // ConfusionMatrix: { // ConfusionMatrix
96
+ * // NumTruePositives: Number("long"),
97
+ * // NumFalsePositives: Number("long"),
98
+ * // NumTrueNegatives: Number("long"),
99
+ * // NumFalseNegatives: Number("long"),
100
+ * // },
101
+ * // ColumnImportances: [ // ColumnImportanceList
102
+ * // { // ColumnImportance
103
+ * // ColumnName: "STRING_VALUE",
104
+ * // Importance: Number("double"),
105
+ * // },
106
+ * // ],
107
+ * // },
108
+ * // },
109
+ * // LabelCount: Number("int"),
110
+ * // Schema: [ // TransformSchema
111
+ * // { // SchemaColumn
112
+ * // Name: "STRING_VALUE",
113
+ * // DataType: "STRING_VALUE",
114
+ * // },
115
+ * // ],
116
+ * // Role: "STRING_VALUE",
117
+ * // GlueVersion: "STRING_VALUE",
118
+ * // MaxCapacity: Number("double"),
119
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
120
+ * // NumberOfWorkers: Number("int"),
121
+ * // Timeout: Number("int"),
122
+ * // MaxRetries: Number("int"),
123
+ * // TransformEncryption: { // TransformEncryption
124
+ * // MlUserDataEncryption: { // MLUserDataEncryption
125
+ * // MlUserDataEncryptionMode: "DISABLED" || "SSE-KMS", // required
126
+ * // KmsKeyId: "STRING_VALUE",
127
+ * // },
128
+ * // TaskRunSecurityConfigurationName: "STRING_VALUE",
129
+ * // },
130
+ * // },
131
+ * // ],
132
+ * // NextToken: "STRING_VALUE",
133
+ * // };
134
+ *
59
135
  * ```
60
136
  *
61
137
  * @param GetMLTransformsCommandInput - {@link GetMLTransformsCommandInput}
@@ -76,6 +152,8 @@ export interface GetMLTransformsCommandOutput extends GetMLTransformsResponse, _
76
152
  * @throws {@link OperationTimeoutException} (client fault)
77
153
  * <p>The operation timed out.</p>
78
154
  *
155
+ * @throws {@link GlueServiceException}
156
+ * <p>Base exception class for all service exceptions from Glue service.</p>
79
157
  *
80
158
  */
81
159
  export declare class GetMLTransformsCommand extends $Command<GetMLTransformsCommandInput, GetMLTransformsCommandOutput, GlueClientResolvedConfig> {
@@ -63,6 +63,19 @@ export interface GetMappingCommandOutput extends GetMappingResponse, __MetadataB
63
63
  * };
64
64
  * const command = new GetMappingCommand(input);
65
65
  * const response = await client.send(command);
66
+ * // { // GetMappingResponse
67
+ * // Mapping: [ // MappingList // required
68
+ * // { // MappingEntry
69
+ * // SourceTable: "STRING_VALUE",
70
+ * // SourcePath: "STRING_VALUE",
71
+ * // SourceType: "STRING_VALUE",
72
+ * // TargetTable: "STRING_VALUE",
73
+ * // TargetPath: "STRING_VALUE",
74
+ * // TargetType: "STRING_VALUE",
75
+ * // },
76
+ * // ],
77
+ * // };
78
+ *
66
79
  * ```
67
80
  *
68
81
  * @param GetMappingCommandInput - {@link GetMappingCommandInput}
@@ -83,6 +96,8 @@ export interface GetMappingCommandOutput extends GetMappingResponse, __MetadataB
83
96
  * @throws {@link OperationTimeoutException} (client fault)
84
97
  * <p>The operation timed out.</p>
85
98
  *
99
+ * @throws {@link GlueServiceException}
100
+ * <p>Base exception class for all service exceptions from Glue service.</p>
86
101
  *
87
102
  */
88
103
  export declare class GetMappingCommand extends $Command<GetMappingCommandInput, GetMappingCommandOutput, GlueClientResolvedConfig> {
@@ -36,6 +36,79 @@ export interface GetPartitionCommandOutput extends GetPartitionResponse, __Metad
36
36
  * };
37
37
  * const command = new GetPartitionCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // GetPartitionResponse
40
+ * // Partition: { // Partition
41
+ * // Values: [ // ValueStringList
42
+ * // "STRING_VALUE",
43
+ * // ],
44
+ * // DatabaseName: "STRING_VALUE",
45
+ * // TableName: "STRING_VALUE",
46
+ * // CreationTime: new Date("TIMESTAMP"),
47
+ * // LastAccessTime: new Date("TIMESTAMP"),
48
+ * // StorageDescriptor: { // StorageDescriptor
49
+ * // Columns: [ // ColumnList
50
+ * // { // Column
51
+ * // Name: "STRING_VALUE", // required
52
+ * // Type: "STRING_VALUE",
53
+ * // Comment: "STRING_VALUE",
54
+ * // Parameters: { // ParametersMap
55
+ * // "<keys>": "STRING_VALUE",
56
+ * // },
57
+ * // },
58
+ * // ],
59
+ * // Location: "STRING_VALUE",
60
+ * // AdditionalLocations: [ // LocationStringList
61
+ * // "STRING_VALUE",
62
+ * // ],
63
+ * // InputFormat: "STRING_VALUE",
64
+ * // OutputFormat: "STRING_VALUE",
65
+ * // Compressed: true || false,
66
+ * // NumberOfBuckets: Number("int"),
67
+ * // SerdeInfo: { // SerDeInfo
68
+ * // Name: "STRING_VALUE",
69
+ * // SerializationLibrary: "STRING_VALUE",
70
+ * // Parameters: {
71
+ * // "<keys>": "STRING_VALUE",
72
+ * // },
73
+ * // },
74
+ * // BucketColumns: [ // NameStringList
75
+ * // "STRING_VALUE",
76
+ * // ],
77
+ * // SortColumns: [ // OrderList
78
+ * // { // Order
79
+ * // Column: "STRING_VALUE", // required
80
+ * // SortOrder: Number("int"), // required
81
+ * // },
82
+ * // ],
83
+ * // Parameters: "<ParametersMap>",
84
+ * // SkewedInfo: { // SkewedInfo
85
+ * // SkewedColumnNames: [
86
+ * // "STRING_VALUE",
87
+ * // ],
88
+ * // SkewedColumnValues: [ // ColumnValueStringList
89
+ * // "STRING_VALUE",
90
+ * // ],
91
+ * // SkewedColumnValueLocationMaps: { // LocationMap
92
+ * // "<keys>": "STRING_VALUE",
93
+ * // },
94
+ * // },
95
+ * // StoredAsSubDirectories: true || false,
96
+ * // SchemaReference: { // SchemaReference
97
+ * // SchemaId: { // SchemaId
98
+ * // SchemaArn: "STRING_VALUE",
99
+ * // SchemaName: "STRING_VALUE",
100
+ * // RegistryName: "STRING_VALUE",
101
+ * // },
102
+ * // SchemaVersionId: "STRING_VALUE",
103
+ * // SchemaVersionNumber: Number("long"),
104
+ * // },
105
+ * // },
106
+ * // Parameters: "<ParametersMap>",
107
+ * // LastAnalyzedTime: new Date("TIMESTAMP"),
108
+ * // CatalogId: "STRING_VALUE",
109
+ * // },
110
+ * // };
111
+ *
39
112
  * ```
40
113
  *
41
114
  * @param GetPartitionCommandInput - {@link GetPartitionCommandInput}
@@ -64,6 +137,8 @@ export interface GetPartitionCommandOutput extends GetPartitionResponse, __Metad
64
137
  * @throws {@link OperationTimeoutException} (client fault)
65
138
  * <p>The operation timed out.</p>
66
139
  *
140
+ * @throws {@link GlueServiceException}
141
+ * <p>Base exception class for all service exceptions from Glue service.</p>
67
142
  *
68
143
  */
69
144
  export declare class GetPartitionCommand extends $Command<GetPartitionCommandInput, GetPartitionCommandOutput, GlueClientResolvedConfig> {
@@ -34,6 +34,34 @@ export interface GetPartitionIndexesCommandOutput extends GetPartitionIndexesRes
34
34
  * };
35
35
  * const command = new GetPartitionIndexesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetPartitionIndexesResponse
38
+ * // PartitionIndexDescriptorList: [ // PartitionIndexDescriptorList
39
+ * // { // PartitionIndexDescriptor
40
+ * // IndexName: "STRING_VALUE", // required
41
+ * // Keys: [ // KeySchemaElementList // required
42
+ * // { // KeySchemaElement
43
+ * // Name: "STRING_VALUE", // required
44
+ * // Type: "STRING_VALUE", // required
45
+ * // },
46
+ * // ],
47
+ * // IndexStatus: "CREATING" || "ACTIVE" || "DELETING" || "FAILED", // required
48
+ * // BackfillErrors: [ // BackfillErrors
49
+ * // { // BackfillError
50
+ * // Code: "ENCRYPTED_PARTITION_ERROR" || "INTERNAL_ERROR" || "INVALID_PARTITION_TYPE_DATA_ERROR" || "MISSING_PARTITION_VALUE_ERROR" || "UNSUPPORTED_PARTITION_CHARACTER_ERROR",
51
+ * // Partitions: [ // BackfillErroredPartitionsList
52
+ * // { // PartitionValueList
53
+ * // Values: [ // ValueStringList // required
54
+ * // "STRING_VALUE",
55
+ * // ],
56
+ * // },
57
+ * // ],
58
+ * // },
59
+ * // ],
60
+ * // },
61
+ * // ],
62
+ * // NextToken: "STRING_VALUE",
63
+ * // };
64
+ *
37
65
  * ```
38
66
  *
39
67
  * @param GetPartitionIndexesCommandInput - {@link GetPartitionIndexesCommandInput}
@@ -57,6 +85,8 @@ export interface GetPartitionIndexesCommandOutput extends GetPartitionIndexesRes
57
85
  * @throws {@link OperationTimeoutException} (client fault)
58
86
  * <p>The operation timed out.</p>
59
87
  *
88
+ * @throws {@link GlueServiceException}
89
+ * <p>Base exception class for all service exceptions from Glue service.</p>
60
90
  *
61
91
  */
62
92
  export declare class GetPartitionIndexesCommand extends $Command<GetPartitionIndexesCommandInput, GetPartitionIndexesCommandOutput, GlueClientResolvedConfig> {
@@ -43,6 +43,82 @@ export interface GetPartitionsCommandOutput extends GetPartitionsResponse, __Met
43
43
  * };
44
44
  * const command = new GetPartitionsCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // GetPartitionsResponse
47
+ * // Partitions: [ // PartitionList
48
+ * // { // Partition
49
+ * // Values: [ // ValueStringList
50
+ * // "STRING_VALUE",
51
+ * // ],
52
+ * // DatabaseName: "STRING_VALUE",
53
+ * // TableName: "STRING_VALUE",
54
+ * // CreationTime: new Date("TIMESTAMP"),
55
+ * // LastAccessTime: new Date("TIMESTAMP"),
56
+ * // StorageDescriptor: { // StorageDescriptor
57
+ * // Columns: [ // ColumnList
58
+ * // { // Column
59
+ * // Name: "STRING_VALUE", // required
60
+ * // Type: "STRING_VALUE",
61
+ * // Comment: "STRING_VALUE",
62
+ * // Parameters: { // ParametersMap
63
+ * // "<keys>": "STRING_VALUE",
64
+ * // },
65
+ * // },
66
+ * // ],
67
+ * // Location: "STRING_VALUE",
68
+ * // AdditionalLocations: [ // LocationStringList
69
+ * // "STRING_VALUE",
70
+ * // ],
71
+ * // InputFormat: "STRING_VALUE",
72
+ * // OutputFormat: "STRING_VALUE",
73
+ * // Compressed: true || false,
74
+ * // NumberOfBuckets: Number("int"),
75
+ * // SerdeInfo: { // SerDeInfo
76
+ * // Name: "STRING_VALUE",
77
+ * // SerializationLibrary: "STRING_VALUE",
78
+ * // Parameters: {
79
+ * // "<keys>": "STRING_VALUE",
80
+ * // },
81
+ * // },
82
+ * // BucketColumns: [ // NameStringList
83
+ * // "STRING_VALUE",
84
+ * // ],
85
+ * // SortColumns: [ // OrderList
86
+ * // { // Order
87
+ * // Column: "STRING_VALUE", // required
88
+ * // SortOrder: Number("int"), // required
89
+ * // },
90
+ * // ],
91
+ * // Parameters: "<ParametersMap>",
92
+ * // SkewedInfo: { // SkewedInfo
93
+ * // SkewedColumnNames: [
94
+ * // "STRING_VALUE",
95
+ * // ],
96
+ * // SkewedColumnValues: [ // ColumnValueStringList
97
+ * // "STRING_VALUE",
98
+ * // ],
99
+ * // SkewedColumnValueLocationMaps: { // LocationMap
100
+ * // "<keys>": "STRING_VALUE",
101
+ * // },
102
+ * // },
103
+ * // StoredAsSubDirectories: true || false,
104
+ * // SchemaReference: { // SchemaReference
105
+ * // SchemaId: { // SchemaId
106
+ * // SchemaArn: "STRING_VALUE",
107
+ * // SchemaName: "STRING_VALUE",
108
+ * // RegistryName: "STRING_VALUE",
109
+ * // },
110
+ * // SchemaVersionId: "STRING_VALUE",
111
+ * // SchemaVersionNumber: Number("long"),
112
+ * // },
113
+ * // },
114
+ * // Parameters: "<ParametersMap>",
115
+ * // LastAnalyzedTime: new Date("TIMESTAMP"),
116
+ * // CatalogId: "STRING_VALUE",
117
+ * // },
118
+ * // ],
119
+ * // NextToken: "STRING_VALUE",
120
+ * // };
121
+ *
46
122
  * ```
47
123
  *
48
124
  * @param GetPartitionsCommandInput - {@link GetPartitionsCommandInput}
@@ -77,6 +153,8 @@ export interface GetPartitionsCommandOutput extends GetPartitionsResponse, __Met
77
153
  * @throws {@link ResourceNotReadyException} (client fault)
78
154
  * <p>A resource was not ready for a transaction.</p>
79
155
  *
156
+ * @throws {@link GlueServiceException}
157
+ * <p>Base exception class for all service exceptions from Glue service.</p>
80
158
  *
81
159
  */
82
160
  export declare class GetPartitionsCommand extends $Command<GetPartitionsCommandInput, GetPartitionsCommandOutput, GlueClientResolvedConfig> {
@@ -77,6 +77,11 @@ export interface GetPlanCommandOutput extends GetPlanResponse, __MetadataBearer
77
77
  * };
78
78
  * const command = new GetPlanCommand(input);
79
79
  * const response = await client.send(command);
80
+ * // { // GetPlanResponse
81
+ * // PythonScript: "STRING_VALUE",
82
+ * // ScalaCode: "STRING_VALUE",
83
+ * // };
84
+ *
80
85
  * ```
81
86
  *
82
87
  * @param GetPlanCommandInput - {@link GetPlanCommandInput}
@@ -94,6 +99,8 @@ export interface GetPlanCommandOutput extends GetPlanResponse, __MetadataBearer
94
99
  * @throws {@link OperationTimeoutException} (client fault)
95
100
  * <p>The operation timed out.</p>
96
101
  *
102
+ * @throws {@link GlueServiceException}
103
+ * <p>Base exception class for all service exceptions from Glue service.</p>
97
104
  *
98
105
  */
99
106
  export declare class GetPlanCommand extends $Command<GetPlanCommandInput, GetPlanCommandOutput, GlueClientResolvedConfig> {
@@ -34,6 +34,15 @@ export interface GetRegistryCommandOutput extends GetRegistryResponse, __Metadat
34
34
  * };
35
35
  * const command = new GetRegistryCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetRegistryResponse
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
+ *
37
46
  * ```
38
47
  *
39
48
  * @param GetRegistryCommandInput - {@link GetRegistryCommandInput}
@@ -54,6 +63,8 @@ export interface GetRegistryCommandOutput extends GetRegistryResponse, __Metadat
54
63
  * @throws {@link InvalidInputException} (client fault)
55
64
  * <p>The input provided was not valid.</p>
56
65
  *
66
+ * @throws {@link GlueServiceException}
67
+ * <p>Base exception class for all service exceptions from Glue service.</p>
57
68
  *
58
69
  */
59
70
  export declare class GetRegistryCommand extends $Command<GetRegistryCommandInput, GetRegistryCommandOutput, GlueClientResolvedConfig> {
@@ -37,6 +37,18 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesRes
37
37
  * };
38
38
  * const command = new GetResourcePoliciesCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // GetResourcePoliciesResponse
41
+ * // GetResourcePoliciesResponseList: [ // GetResourcePoliciesResponseList
42
+ * // { // GluePolicy
43
+ * // PolicyInJson: "STRING_VALUE",
44
+ * // PolicyHash: "STRING_VALUE",
45
+ * // CreateTime: new Date("TIMESTAMP"),
46
+ * // UpdateTime: new Date("TIMESTAMP"),
47
+ * // },
48
+ * // ],
49
+ * // NextToken: "STRING_VALUE",
50
+ * // };
51
+ *
40
52
  * ```
41
53
  *
42
54
  * @param GetResourcePoliciesCommandInput - {@link GetResourcePoliciesCommandInput}
@@ -57,6 +69,8 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesRes
57
69
  * @throws {@link OperationTimeoutException} (client fault)
58
70
  * <p>The operation timed out.</p>
59
71
  *
72
+ * @throws {@link GlueServiceException}
73
+ * <p>Base exception class for all service exceptions from Glue service.</p>
60
74
  *
61
75
  */
62
76
  export declare class GetResourcePoliciesCommand extends $Command<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, GlueClientResolvedConfig> {
@@ -31,6 +31,13 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
31
31
  * };
32
32
  * const command = new GetResourcePolicyCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetResourcePolicyResponse
35
+ * // PolicyInJson: "STRING_VALUE",
36
+ * // PolicyHash: "STRING_VALUE",
37
+ * // CreateTime: new Date("TIMESTAMP"),
38
+ * // UpdateTime: new Date("TIMESTAMP"),
39
+ * // };
40
+ *
34
41
  * ```
35
42
  *
36
43
  * @param GetResourcePolicyCommandInput - {@link GetResourcePolicyCommandInput}
@@ -51,6 +58,8 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
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 GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, GlueClientResolvedConfig> {
@@ -36,6 +36,14 @@ export interface GetSchemaByDefinitionCommandOutput extends GetSchemaByDefinitio
36
36
  * };
37
37
  * const command = new GetSchemaByDefinitionCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // GetSchemaByDefinitionResponse
40
+ * // SchemaVersionId: "STRING_VALUE",
41
+ * // SchemaArn: "STRING_VALUE",
42
+ * // DataFormat: "AVRO" || "JSON" || "PROTOBUF",
43
+ * // Status: "AVAILABLE" || "PENDING" || "FAILURE" || "DELETING",
44
+ * // CreatedTime: "STRING_VALUE",
45
+ * // };
46
+ *
39
47
  * ```
40
48
  *
41
49
  * @param GetSchemaByDefinitionCommandInput - {@link GetSchemaByDefinitionCommandInput}
@@ -56,6 +64,8 @@ export interface GetSchemaByDefinitionCommandOutput extends GetSchemaByDefinitio
56
64
  * @throws {@link InvalidInputException} (client fault)
57
65
  * <p>The input provided was not valid.</p>
58
66
  *
67
+ * @throws {@link GlueServiceException}
68
+ * <p>Base exception class for all service exceptions from Glue service.</p>
59
69
  *
60
70
  */
61
71
  export declare class GetSchemaByDefinitionCommand extends $Command<GetSchemaByDefinitionCommandInput, GetSchemaByDefinitionCommandOutput, GlueClientResolvedConfig> {