@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
@@ -38,6 +38,107 @@ export interface GetTablesCommandOutput extends GetTablesResponse, __MetadataBea
38
38
  * };
39
39
  * const command = new GetTablesCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // GetTablesResponse
42
+ * // TableList: [ // TableList
43
+ * // { // Table
44
+ * // Name: "STRING_VALUE", // required
45
+ * // DatabaseName: "STRING_VALUE",
46
+ * // Description: "STRING_VALUE",
47
+ * // Owner: "STRING_VALUE",
48
+ * // CreateTime: new Date("TIMESTAMP"),
49
+ * // UpdateTime: new Date("TIMESTAMP"),
50
+ * // LastAccessTime: new Date("TIMESTAMP"),
51
+ * // LastAnalyzedTime: new Date("TIMESTAMP"),
52
+ * // Retention: Number("int"),
53
+ * // StorageDescriptor: { // StorageDescriptor
54
+ * // Columns: [ // ColumnList
55
+ * // { // Column
56
+ * // Name: "STRING_VALUE", // required
57
+ * // Type: "STRING_VALUE",
58
+ * // Comment: "STRING_VALUE",
59
+ * // Parameters: { // ParametersMap
60
+ * // "<keys>": "STRING_VALUE",
61
+ * // },
62
+ * // },
63
+ * // ],
64
+ * // Location: "STRING_VALUE",
65
+ * // AdditionalLocations: [ // LocationStringList
66
+ * // "STRING_VALUE",
67
+ * // ],
68
+ * // InputFormat: "STRING_VALUE",
69
+ * // OutputFormat: "STRING_VALUE",
70
+ * // Compressed: true || false,
71
+ * // NumberOfBuckets: Number("int"),
72
+ * // SerdeInfo: { // SerDeInfo
73
+ * // Name: "STRING_VALUE",
74
+ * // SerializationLibrary: "STRING_VALUE",
75
+ * // Parameters: {
76
+ * // "<keys>": "STRING_VALUE",
77
+ * // },
78
+ * // },
79
+ * // BucketColumns: [ // NameStringList
80
+ * // "STRING_VALUE",
81
+ * // ],
82
+ * // SortColumns: [ // OrderList
83
+ * // { // Order
84
+ * // Column: "STRING_VALUE", // required
85
+ * // SortOrder: Number("int"), // required
86
+ * // },
87
+ * // ],
88
+ * // Parameters: "<ParametersMap>",
89
+ * // SkewedInfo: { // SkewedInfo
90
+ * // SkewedColumnNames: [
91
+ * // "STRING_VALUE",
92
+ * // ],
93
+ * // SkewedColumnValues: [ // ColumnValueStringList
94
+ * // "STRING_VALUE",
95
+ * // ],
96
+ * // SkewedColumnValueLocationMaps: { // LocationMap
97
+ * // "<keys>": "STRING_VALUE",
98
+ * // },
99
+ * // },
100
+ * // StoredAsSubDirectories: true || false,
101
+ * // SchemaReference: { // SchemaReference
102
+ * // SchemaId: { // SchemaId
103
+ * // SchemaArn: "STRING_VALUE",
104
+ * // SchemaName: "STRING_VALUE",
105
+ * // RegistryName: "STRING_VALUE",
106
+ * // },
107
+ * // SchemaVersionId: "STRING_VALUE",
108
+ * // SchemaVersionNumber: Number("long"),
109
+ * // },
110
+ * // },
111
+ * // PartitionKeys: [
112
+ * // {
113
+ * // Name: "STRING_VALUE", // required
114
+ * // Type: "STRING_VALUE",
115
+ * // Comment: "STRING_VALUE",
116
+ * // Parameters: "<ParametersMap>",
117
+ * // },
118
+ * // ],
119
+ * // ViewOriginalText: "STRING_VALUE",
120
+ * // ViewExpandedText: "STRING_VALUE",
121
+ * // TableType: "STRING_VALUE",
122
+ * // Parameters: "<ParametersMap>",
123
+ * // CreatedBy: "STRING_VALUE",
124
+ * // IsRegisteredWithLakeFormation: true || false,
125
+ * // TargetTable: { // TableIdentifier
126
+ * // CatalogId: "STRING_VALUE",
127
+ * // DatabaseName: "STRING_VALUE",
128
+ * // Name: "STRING_VALUE",
129
+ * // },
130
+ * // CatalogId: "STRING_VALUE",
131
+ * // VersionId: "STRING_VALUE",
132
+ * // FederatedTable: { // FederatedTable
133
+ * // Identifier: "STRING_VALUE",
134
+ * // DatabaseIdentifier: "STRING_VALUE",
135
+ * // ConnectionName: "STRING_VALUE",
136
+ * // },
137
+ * // },
138
+ * // ],
139
+ * // NextToken: "STRING_VALUE",
140
+ * // };
141
+ *
41
142
  * ```
42
143
  *
43
144
  * @param GetTablesCommandInput - {@link GetTablesCommandInput}
@@ -66,6 +167,8 @@ export interface GetTablesCommandOutput extends GetTablesResponse, __MetadataBea
66
167
  * @throws {@link OperationTimeoutException} (client fault)
67
168
  * <p>The operation timed out.</p>
68
169
  *
170
+ * @throws {@link GlueServiceException}
171
+ * <p>Base exception class for all service exceptions from Glue service.</p>
69
172
  *
70
173
  */
71
174
  export declare class GetTablesCommand extends $Command<GetTablesCommandInput, GetTablesCommandOutput, GlueClientResolvedConfig> {
@@ -31,6 +31,12 @@ export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer
31
31
  * };
32
32
  * const command = new GetTagsCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetTagsResponse
35
+ * // Tags: { // TagsMap
36
+ * // "<keys>": "STRING_VALUE",
37
+ * // },
38
+ * // };
39
+ *
34
40
  * ```
35
41
  *
36
42
  * @param GetTagsCommandInput - {@link GetTagsCommandInput}
@@ -51,6 +57,8 @@ export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer
51
57
  * @throws {@link OperationTimeoutException} (client fault)
52
58
  * <p>The operation timed out.</p>
53
59
  *
60
+ * @throws {@link GlueServiceException}
61
+ * <p>Base exception class for all service exceptions from Glue service.</p>
54
62
  *
55
63
  */
56
64
  export declare class GetTagsCommand extends $Command<GetTagsCommandInput, GetTagsCommandOutput, GlueClientResolvedConfig> {
@@ -31,6 +31,48 @@ export interface GetTriggerCommandOutput extends GetTriggerResponse, __MetadataB
31
31
  * };
32
32
  * const command = new GetTriggerCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetTriggerResponse
35
+ * // Trigger: { // Trigger
36
+ * // Name: "STRING_VALUE",
37
+ * // WorkflowName: "STRING_VALUE",
38
+ * // Id: "STRING_VALUE",
39
+ * // Type: "SCHEDULED" || "CONDITIONAL" || "ON_DEMAND" || "EVENT",
40
+ * // State: "CREATING" || "CREATED" || "ACTIVATING" || "ACTIVATED" || "DEACTIVATING" || "DEACTIVATED" || "DELETING" || "UPDATING",
41
+ * // Description: "STRING_VALUE",
42
+ * // Schedule: "STRING_VALUE",
43
+ * // Actions: [ // ActionList
44
+ * // { // Action
45
+ * // JobName: "STRING_VALUE",
46
+ * // Arguments: { // GenericMap
47
+ * // "<keys>": "STRING_VALUE",
48
+ * // },
49
+ * // Timeout: Number("int"),
50
+ * // SecurityConfiguration: "STRING_VALUE",
51
+ * // NotificationProperty: { // NotificationProperty
52
+ * // NotifyDelayAfter: Number("int"),
53
+ * // },
54
+ * // CrawlerName: "STRING_VALUE",
55
+ * // },
56
+ * // ],
57
+ * // Predicate: { // Predicate
58
+ * // Logical: "AND" || "ANY",
59
+ * // Conditions: [ // ConditionList
60
+ * // { // Condition
61
+ * // LogicalOperator: "EQUALS",
62
+ * // JobName: "STRING_VALUE",
63
+ * // State: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT" || "ERROR" || "WAITING",
64
+ * // CrawlerName: "STRING_VALUE",
65
+ * // CrawlState: "RUNNING" || "CANCELLING" || "CANCELLED" || "SUCCEEDED" || "FAILED" || "ERROR",
66
+ * // },
67
+ * // ],
68
+ * // },
69
+ * // EventBatchingCondition: { // EventBatchingCondition
70
+ * // BatchSize: Number("int"), // required
71
+ * // BatchWindow: Number("int"),
72
+ * // },
73
+ * // },
74
+ * // };
75
+ *
34
76
  * ```
35
77
  *
36
78
  * @param GetTriggerCommandInput - {@link GetTriggerCommandInput}
@@ -51,6 +93,8 @@ export interface GetTriggerCommandOutput extends GetTriggerResponse, __MetadataB
51
93
  * @throws {@link OperationTimeoutException} (client fault)
52
94
  * <p>The operation timed out.</p>
53
95
  *
96
+ * @throws {@link GlueServiceException}
97
+ * <p>Base exception class for all service exceptions from Glue service.</p>
54
98
  *
55
99
  */
56
100
  export declare class GetTriggerCommand extends $Command<GetTriggerCommandInput, GetTriggerCommandOutput, GlueClientResolvedConfig> {
@@ -33,6 +33,51 @@ export interface GetTriggersCommandOutput extends GetTriggersResponse, __Metadat
33
33
  * };
34
34
  * const command = new GetTriggersCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetTriggersResponse
37
+ * // Triggers: [ // TriggerList
38
+ * // { // Trigger
39
+ * // Name: "STRING_VALUE",
40
+ * // WorkflowName: "STRING_VALUE",
41
+ * // Id: "STRING_VALUE",
42
+ * // Type: "SCHEDULED" || "CONDITIONAL" || "ON_DEMAND" || "EVENT",
43
+ * // State: "CREATING" || "CREATED" || "ACTIVATING" || "ACTIVATED" || "DEACTIVATING" || "DEACTIVATED" || "DELETING" || "UPDATING",
44
+ * // Description: "STRING_VALUE",
45
+ * // Schedule: "STRING_VALUE",
46
+ * // Actions: [ // ActionList
47
+ * // { // Action
48
+ * // JobName: "STRING_VALUE",
49
+ * // Arguments: { // GenericMap
50
+ * // "<keys>": "STRING_VALUE",
51
+ * // },
52
+ * // Timeout: Number("int"),
53
+ * // SecurityConfiguration: "STRING_VALUE",
54
+ * // NotificationProperty: { // NotificationProperty
55
+ * // NotifyDelayAfter: Number("int"),
56
+ * // },
57
+ * // CrawlerName: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // Predicate: { // Predicate
61
+ * // Logical: "AND" || "ANY",
62
+ * // Conditions: [ // ConditionList
63
+ * // { // Condition
64
+ * // LogicalOperator: "EQUALS",
65
+ * // JobName: "STRING_VALUE",
66
+ * // State: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT" || "ERROR" || "WAITING",
67
+ * // CrawlerName: "STRING_VALUE",
68
+ * // CrawlState: "RUNNING" || "CANCELLING" || "CANCELLED" || "SUCCEEDED" || "FAILED" || "ERROR",
69
+ * // },
70
+ * // ],
71
+ * // },
72
+ * // EventBatchingCondition: { // EventBatchingCondition
73
+ * // BatchSize: Number("int"), // required
74
+ * // BatchWindow: Number("int"),
75
+ * // },
76
+ * // },
77
+ * // ],
78
+ * // NextToken: "STRING_VALUE",
79
+ * // };
80
+ *
36
81
  * ```
37
82
  *
38
83
  * @param GetTriggersCommandInput - {@link GetTriggersCommandInput}
@@ -53,6 +98,8 @@ export interface GetTriggersCommandOutput extends GetTriggersResponse, __Metadat
53
98
  * @throws {@link OperationTimeoutException} (client fault)
54
99
  * <p>The operation timed out.</p>
55
100
  *
101
+ * @throws {@link GlueServiceException}
102
+ * <p>Base exception class for all service exceptions from Glue service.</p>
56
103
  *
57
104
  */
58
105
  export declare class GetTriggersCommand extends $Command<GetTriggersCommandInput, GetTriggersCommandOutput, GlueClientResolvedConfig> {
@@ -48,6 +48,81 @@ export interface GetUnfilteredPartitionMetadataCommandOutput extends GetUnfilter
48
48
  * };
49
49
  * const command = new GetUnfilteredPartitionMetadataCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // GetUnfilteredPartitionMetadataResponse
52
+ * // Partition: { // Partition
53
+ * // Values: [ // ValueStringList
54
+ * // "STRING_VALUE",
55
+ * // ],
56
+ * // DatabaseName: "STRING_VALUE",
57
+ * // TableName: "STRING_VALUE",
58
+ * // CreationTime: new Date("TIMESTAMP"),
59
+ * // LastAccessTime: new Date("TIMESTAMP"),
60
+ * // StorageDescriptor: { // StorageDescriptor
61
+ * // Columns: [ // ColumnList
62
+ * // { // Column
63
+ * // Name: "STRING_VALUE", // required
64
+ * // Type: "STRING_VALUE",
65
+ * // Comment: "STRING_VALUE",
66
+ * // Parameters: { // ParametersMap
67
+ * // "<keys>": "STRING_VALUE",
68
+ * // },
69
+ * // },
70
+ * // ],
71
+ * // Location: "STRING_VALUE",
72
+ * // AdditionalLocations: [ // LocationStringList
73
+ * // "STRING_VALUE",
74
+ * // ],
75
+ * // InputFormat: "STRING_VALUE",
76
+ * // OutputFormat: "STRING_VALUE",
77
+ * // Compressed: true || false,
78
+ * // NumberOfBuckets: Number("int"),
79
+ * // SerdeInfo: { // SerDeInfo
80
+ * // Name: "STRING_VALUE",
81
+ * // SerializationLibrary: "STRING_VALUE",
82
+ * // Parameters: {
83
+ * // "<keys>": "STRING_VALUE",
84
+ * // },
85
+ * // },
86
+ * // BucketColumns: [ // NameStringList
87
+ * // "STRING_VALUE",
88
+ * // ],
89
+ * // SortColumns: [ // OrderList
90
+ * // { // Order
91
+ * // Column: "STRING_VALUE", // required
92
+ * // SortOrder: Number("int"), // required
93
+ * // },
94
+ * // ],
95
+ * // Parameters: "<ParametersMap>",
96
+ * // SkewedInfo: { // SkewedInfo
97
+ * // SkewedColumnNames: [
98
+ * // "STRING_VALUE",
99
+ * // ],
100
+ * // SkewedColumnValues: [ // ColumnValueStringList
101
+ * // "STRING_VALUE",
102
+ * // ],
103
+ * // SkewedColumnValueLocationMaps: { // LocationMap
104
+ * // "<keys>": "STRING_VALUE",
105
+ * // },
106
+ * // },
107
+ * // StoredAsSubDirectories: true || false,
108
+ * // SchemaReference: { // SchemaReference
109
+ * // SchemaId: { // SchemaId
110
+ * // SchemaArn: "STRING_VALUE",
111
+ * // SchemaName: "STRING_VALUE",
112
+ * // RegistryName: "STRING_VALUE",
113
+ * // },
114
+ * // SchemaVersionId: "STRING_VALUE",
115
+ * // SchemaVersionNumber: Number("long"),
116
+ * // },
117
+ * // },
118
+ * // Parameters: "<ParametersMap>",
119
+ * // LastAnalyzedTime: new Date("TIMESTAMP"),
120
+ * // CatalogId: "STRING_VALUE",
121
+ * // },
122
+ * // AuthorizedColumns: "<NameStringList>",
123
+ * // IsRegisteredWithLakeFormation: true || false,
124
+ * // };
125
+ *
51
126
  * ```
52
127
  *
53
128
  * @param GetUnfilteredPartitionMetadataCommandInput - {@link GetUnfilteredPartitionMetadataCommandInput}
@@ -79,6 +154,8 @@ export interface GetUnfilteredPartitionMetadataCommandOutput extends GetUnfilter
79
154
  * @throws {@link PermissionTypeMismatchException} (client fault)
80
155
  * <p>The operation timed out.</p>
81
156
  *
157
+ * @throws {@link GlueServiceException}
158
+ * <p>Base exception class for all service exceptions from Glue service.</p>
82
159
  *
83
160
  */
84
161
  export declare class GetUnfilteredPartitionMetadataCommand extends $Command<GetUnfilteredPartitionMetadataCommandInput, GetUnfilteredPartitionMetadataCommandOutput, GlueClientResolvedConfig> {
@@ -52,6 +52,86 @@ export interface GetUnfilteredPartitionsMetadataCommandOutput extends GetUnfilte
52
52
  * };
53
53
  * const command = new GetUnfilteredPartitionsMetadataCommand(input);
54
54
  * const response = await client.send(command);
55
+ * // { // GetUnfilteredPartitionsMetadataResponse
56
+ * // UnfilteredPartitions: [ // UnfilteredPartitionList
57
+ * // { // UnfilteredPartition
58
+ * // Partition: { // Partition
59
+ * // Values: [ // ValueStringList
60
+ * // "STRING_VALUE",
61
+ * // ],
62
+ * // DatabaseName: "STRING_VALUE",
63
+ * // TableName: "STRING_VALUE",
64
+ * // CreationTime: new Date("TIMESTAMP"),
65
+ * // LastAccessTime: new Date("TIMESTAMP"),
66
+ * // StorageDescriptor: { // StorageDescriptor
67
+ * // Columns: [ // ColumnList
68
+ * // { // Column
69
+ * // Name: "STRING_VALUE", // required
70
+ * // Type: "STRING_VALUE",
71
+ * // Comment: "STRING_VALUE",
72
+ * // Parameters: { // ParametersMap
73
+ * // "<keys>": "STRING_VALUE",
74
+ * // },
75
+ * // },
76
+ * // ],
77
+ * // Location: "STRING_VALUE",
78
+ * // AdditionalLocations: [ // LocationStringList
79
+ * // "STRING_VALUE",
80
+ * // ],
81
+ * // InputFormat: "STRING_VALUE",
82
+ * // OutputFormat: "STRING_VALUE",
83
+ * // Compressed: true || false,
84
+ * // NumberOfBuckets: Number("int"),
85
+ * // SerdeInfo: { // SerDeInfo
86
+ * // Name: "STRING_VALUE",
87
+ * // SerializationLibrary: "STRING_VALUE",
88
+ * // Parameters: {
89
+ * // "<keys>": "STRING_VALUE",
90
+ * // },
91
+ * // },
92
+ * // BucketColumns: [ // NameStringList
93
+ * // "STRING_VALUE",
94
+ * // ],
95
+ * // SortColumns: [ // OrderList
96
+ * // { // Order
97
+ * // Column: "STRING_VALUE", // required
98
+ * // SortOrder: Number("int"), // required
99
+ * // },
100
+ * // ],
101
+ * // Parameters: "<ParametersMap>",
102
+ * // SkewedInfo: { // SkewedInfo
103
+ * // SkewedColumnNames: [
104
+ * // "STRING_VALUE",
105
+ * // ],
106
+ * // SkewedColumnValues: [ // ColumnValueStringList
107
+ * // "STRING_VALUE",
108
+ * // ],
109
+ * // SkewedColumnValueLocationMaps: { // LocationMap
110
+ * // "<keys>": "STRING_VALUE",
111
+ * // },
112
+ * // },
113
+ * // StoredAsSubDirectories: true || false,
114
+ * // SchemaReference: { // SchemaReference
115
+ * // SchemaId: { // SchemaId
116
+ * // SchemaArn: "STRING_VALUE",
117
+ * // SchemaName: "STRING_VALUE",
118
+ * // RegistryName: "STRING_VALUE",
119
+ * // },
120
+ * // SchemaVersionId: "STRING_VALUE",
121
+ * // SchemaVersionNumber: Number("long"),
122
+ * // },
123
+ * // },
124
+ * // Parameters: "<ParametersMap>",
125
+ * // LastAnalyzedTime: new Date("TIMESTAMP"),
126
+ * // CatalogId: "STRING_VALUE",
127
+ * // },
128
+ * // AuthorizedColumns: "<NameStringList>",
129
+ * // IsRegisteredWithLakeFormation: true || false,
130
+ * // },
131
+ * // ],
132
+ * // NextToken: "STRING_VALUE",
133
+ * // };
134
+ *
55
135
  * ```
56
136
  *
57
137
  * @param GetUnfilteredPartitionsMetadataCommandInput - {@link GetUnfilteredPartitionsMetadataCommandInput}
@@ -83,6 +163,8 @@ export interface GetUnfilteredPartitionsMetadataCommandOutput extends GetUnfilte
83
163
  * @throws {@link PermissionTypeMismatchException} (client fault)
84
164
  * <p>The operation timed out.</p>
85
165
  *
166
+ * @throws {@link GlueServiceException}
167
+ * <p>Base exception class for all service exceptions from Glue service.</p>
86
168
  *
87
169
  */
88
170
  export declare class GetUnfilteredPartitionsMetadataCommand extends $Command<GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput, GlueClientResolvedConfig> {
@@ -45,6 +45,112 @@ export interface GetUnfilteredTableMetadataCommandOutput extends GetUnfilteredTa
45
45
  * };
46
46
  * const command = new GetUnfilteredTableMetadataCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // GetUnfilteredTableMetadataResponse
49
+ * // Table: { // Table
50
+ * // Name: "STRING_VALUE", // required
51
+ * // DatabaseName: "STRING_VALUE",
52
+ * // Description: "STRING_VALUE",
53
+ * // Owner: "STRING_VALUE",
54
+ * // CreateTime: new Date("TIMESTAMP"),
55
+ * // UpdateTime: new Date("TIMESTAMP"),
56
+ * // LastAccessTime: new Date("TIMESTAMP"),
57
+ * // LastAnalyzedTime: new Date("TIMESTAMP"),
58
+ * // Retention: Number("int"),
59
+ * // StorageDescriptor: { // StorageDescriptor
60
+ * // Columns: [ // ColumnList
61
+ * // { // Column
62
+ * // Name: "STRING_VALUE", // required
63
+ * // Type: "STRING_VALUE",
64
+ * // Comment: "STRING_VALUE",
65
+ * // Parameters: { // ParametersMap
66
+ * // "<keys>": "STRING_VALUE",
67
+ * // },
68
+ * // },
69
+ * // ],
70
+ * // Location: "STRING_VALUE",
71
+ * // AdditionalLocations: [ // LocationStringList
72
+ * // "STRING_VALUE",
73
+ * // ],
74
+ * // InputFormat: "STRING_VALUE",
75
+ * // OutputFormat: "STRING_VALUE",
76
+ * // Compressed: true || false,
77
+ * // NumberOfBuckets: Number("int"),
78
+ * // SerdeInfo: { // SerDeInfo
79
+ * // Name: "STRING_VALUE",
80
+ * // SerializationLibrary: "STRING_VALUE",
81
+ * // Parameters: {
82
+ * // "<keys>": "STRING_VALUE",
83
+ * // },
84
+ * // },
85
+ * // BucketColumns: [ // NameStringList
86
+ * // "STRING_VALUE",
87
+ * // ],
88
+ * // SortColumns: [ // OrderList
89
+ * // { // Order
90
+ * // Column: "STRING_VALUE", // required
91
+ * // SortOrder: Number("int"), // required
92
+ * // },
93
+ * // ],
94
+ * // Parameters: "<ParametersMap>",
95
+ * // SkewedInfo: { // SkewedInfo
96
+ * // SkewedColumnNames: [
97
+ * // "STRING_VALUE",
98
+ * // ],
99
+ * // SkewedColumnValues: [ // ColumnValueStringList
100
+ * // "STRING_VALUE",
101
+ * // ],
102
+ * // SkewedColumnValueLocationMaps: { // LocationMap
103
+ * // "<keys>": "STRING_VALUE",
104
+ * // },
105
+ * // },
106
+ * // StoredAsSubDirectories: true || false,
107
+ * // SchemaReference: { // SchemaReference
108
+ * // SchemaId: { // SchemaId
109
+ * // SchemaArn: "STRING_VALUE",
110
+ * // SchemaName: "STRING_VALUE",
111
+ * // RegistryName: "STRING_VALUE",
112
+ * // },
113
+ * // SchemaVersionId: "STRING_VALUE",
114
+ * // SchemaVersionNumber: Number("long"),
115
+ * // },
116
+ * // },
117
+ * // PartitionKeys: [
118
+ * // {
119
+ * // Name: "STRING_VALUE", // required
120
+ * // Type: "STRING_VALUE",
121
+ * // Comment: "STRING_VALUE",
122
+ * // Parameters: "<ParametersMap>",
123
+ * // },
124
+ * // ],
125
+ * // ViewOriginalText: "STRING_VALUE",
126
+ * // ViewExpandedText: "STRING_VALUE",
127
+ * // TableType: "STRING_VALUE",
128
+ * // Parameters: "<ParametersMap>",
129
+ * // CreatedBy: "STRING_VALUE",
130
+ * // IsRegisteredWithLakeFormation: true || false,
131
+ * // TargetTable: { // TableIdentifier
132
+ * // CatalogId: "STRING_VALUE",
133
+ * // DatabaseName: "STRING_VALUE",
134
+ * // Name: "STRING_VALUE",
135
+ * // },
136
+ * // CatalogId: "STRING_VALUE",
137
+ * // VersionId: "STRING_VALUE",
138
+ * // FederatedTable: { // FederatedTable
139
+ * // Identifier: "STRING_VALUE",
140
+ * // DatabaseIdentifier: "STRING_VALUE",
141
+ * // ConnectionName: "STRING_VALUE",
142
+ * // },
143
+ * // },
144
+ * // AuthorizedColumns: "<NameStringList>",
145
+ * // IsRegisteredWithLakeFormation: true || false,
146
+ * // CellFilters: [ // ColumnRowFilterList
147
+ * // { // ColumnRowFilter
148
+ * // ColumnName: "STRING_VALUE",
149
+ * // RowFilterExpression: "STRING_VALUE",
150
+ * // },
151
+ * // ],
152
+ * // };
153
+ *
48
154
  * ```
49
155
  *
50
156
  * @param GetUnfilteredTableMetadataCommandInput - {@link GetUnfilteredTableMetadataCommandInput}
@@ -76,6 +182,8 @@ export interface GetUnfilteredTableMetadataCommandOutput extends GetUnfilteredTa
76
182
  * @throws {@link PermissionTypeMismatchException} (client fault)
77
183
  * <p>The operation timed out.</p>
78
184
  *
185
+ * @throws {@link GlueServiceException}
186
+ * <p>Base exception class for all service exceptions from Glue service.</p>
79
187
  *
80
188
  */
81
189
  export declare class GetUnfilteredTableMetadataCommand extends $Command<GetUnfilteredTableMetadataCommandInput, GetUnfilteredTableMetadataCommandOutput, GlueClientResolvedConfig> {
@@ -33,6 +33,24 @@ export interface GetUserDefinedFunctionCommandOutput extends GetUserDefinedFunct
33
33
  * };
34
34
  * const command = new GetUserDefinedFunctionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetUserDefinedFunctionResponse
37
+ * // UserDefinedFunction: { // UserDefinedFunction
38
+ * // FunctionName: "STRING_VALUE",
39
+ * // DatabaseName: "STRING_VALUE",
40
+ * // ClassName: "STRING_VALUE",
41
+ * // OwnerName: "STRING_VALUE",
42
+ * // OwnerType: "USER" || "ROLE" || "GROUP",
43
+ * // CreateTime: new Date("TIMESTAMP"),
44
+ * // ResourceUris: [ // ResourceUriList
45
+ * // { // ResourceUri
46
+ * // ResourceType: "JAR" || "FILE" || "ARCHIVE",
47
+ * // Uri: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // CatalogId: "STRING_VALUE",
51
+ * // },
52
+ * // };
53
+ *
36
54
  * ```
37
55
  *
38
56
  * @param GetUserDefinedFunctionCommandInput - {@link GetUserDefinedFunctionCommandInput}
@@ -56,6 +74,8 @@ export interface GetUserDefinedFunctionCommandOutput extends GetUserDefinedFunct
56
74
  * @throws {@link OperationTimeoutException} (client fault)
57
75
  * <p>The operation timed out.</p>
58
76
  *
77
+ * @throws {@link GlueServiceException}
78
+ * <p>Base exception class for all service exceptions from Glue service.</p>
59
79
  *
60
80
  */
61
81
  export declare class GetUserDefinedFunctionCommand extends $Command<GetUserDefinedFunctionCommandInput, GetUserDefinedFunctionCommandOutput, GlueClientResolvedConfig> {
@@ -35,6 +35,27 @@ export interface GetUserDefinedFunctionsCommandOutput extends GetUserDefinedFunc
35
35
  * };
36
36
  * const command = new GetUserDefinedFunctionsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // GetUserDefinedFunctionsResponse
39
+ * // UserDefinedFunctions: [ // UserDefinedFunctionList
40
+ * // { // UserDefinedFunction
41
+ * // FunctionName: "STRING_VALUE",
42
+ * // DatabaseName: "STRING_VALUE",
43
+ * // ClassName: "STRING_VALUE",
44
+ * // OwnerName: "STRING_VALUE",
45
+ * // OwnerType: "USER" || "ROLE" || "GROUP",
46
+ * // CreateTime: new Date("TIMESTAMP"),
47
+ * // ResourceUris: [ // ResourceUriList
48
+ * // { // ResourceUri
49
+ * // ResourceType: "JAR" || "FILE" || "ARCHIVE",
50
+ * // Uri: "STRING_VALUE",
51
+ * // },
52
+ * // ],
53
+ * // CatalogId: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // NextToken: "STRING_VALUE",
57
+ * // };
58
+ *
38
59
  * ```
39
60
  *
40
61
  * @param GetUserDefinedFunctionsCommandInput - {@link GetUserDefinedFunctionsCommandInput}
@@ -58,6 +79,8 @@ export interface GetUserDefinedFunctionsCommandOutput extends GetUserDefinedFunc
58
79
  * @throws {@link OperationTimeoutException} (client fault)
59
80
  * <p>The operation timed out.</p>
60
81
  *
82
+ * @throws {@link GlueServiceException}
83
+ * <p>Base exception class for all service exceptions from Glue service.</p>
61
84
  *
62
85
  */
63
86
  export declare class GetUserDefinedFunctionsCommand extends $Command<GetUserDefinedFunctionsCommandInput, GetUserDefinedFunctionsCommandOutput, GlueClientResolvedConfig> {