@aws-sdk/client-glue 3.1070.0 → 3.1071.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 (231) hide show
  1. package/README.md +196 -0
  2. package/dist-cjs/index.js +431 -1
  3. package/dist-cjs/models/errors.js +38 -38
  4. package/dist-cjs/schemas/schemas_0.js +744 -31
  5. package/dist-es/Glue.js +68 -0
  6. package/dist-es/commands/AssociateGlossaryTermsCommand.js +16 -0
  7. package/dist-es/commands/BatchGetIterableFormsCommand.js +16 -0
  8. package/dist-es/commands/CreateGlossaryCommand.js +16 -0
  9. package/dist-es/commands/CreateGlossaryTermCommand.js +16 -0
  10. package/dist-es/commands/DeleteAssetCommand.js +16 -0
  11. package/dist-es/commands/DeleteAssetTypeCommand.js +16 -0
  12. package/dist-es/commands/DeleteAttachmentCommand.js +16 -0
  13. package/dist-es/commands/DeleteFormTypeCommand.js +16 -0
  14. package/dist-es/commands/DeleteGlossaryCommand.js +16 -0
  15. package/dist-es/commands/DeleteGlossaryTermCommand.js +16 -0
  16. package/dist-es/commands/DisassociateGlossaryTermsCommand.js +16 -0
  17. package/dist-es/commands/GetAssetCommand.js +16 -0
  18. package/dist-es/commands/GetAssetTypeCommand.js +16 -0
  19. package/dist-es/commands/GetFormTypeCommand.js +16 -0
  20. package/dist-es/commands/GetGlossaryCommand.js +16 -0
  21. package/dist-es/commands/GetGlossaryTermCommand.js +16 -0
  22. package/dist-es/commands/ListAssetTypesCommand.js +16 -0
  23. package/dist-es/commands/ListFormTypesCommand.js +16 -0
  24. package/dist-es/commands/ListGlossariesCommand.js +16 -0
  25. package/dist-es/commands/ListGlossaryTermsCommand.js +16 -0
  26. package/dist-es/commands/ListIterableFormsCommand.js +16 -0
  27. package/dist-es/commands/PutAssetCommand.js +16 -0
  28. package/dist-es/commands/PutAssetTypeCommand.js +16 -0
  29. package/dist-es/commands/PutAttachmentCommand.js +16 -0
  30. package/dist-es/commands/PutFormTypeCommand.js +16 -0
  31. package/dist-es/commands/SearchCommand.js +16 -0
  32. package/dist-es/commands/UpdateGlossaryCommand.js +16 -0
  33. package/dist-es/commands/UpdateGlossaryTermCommand.js +16 -0
  34. package/dist-es/commands/index.js +28 -0
  35. package/dist-es/models/enums.js +12 -0
  36. package/dist-es/models/errors.js +38 -38
  37. package/dist-es/pagination/ListAssetTypesPaginator.js +4 -0
  38. package/dist-es/pagination/ListFormTypesPaginator.js +4 -0
  39. package/dist-es/pagination/ListGlossariesPaginator.js +4 -0
  40. package/dist-es/pagination/ListGlossaryTermsPaginator.js +4 -0
  41. package/dist-es/pagination/ListIterableFormsPaginator.js +4 -0
  42. package/dist-es/pagination/SearchPaginator.js +4 -0
  43. package/dist-es/pagination/index.js +6 -0
  44. package/dist-es/schemas/schemas_0.js +671 -31
  45. package/dist-types/Glue.d.ts +242 -0
  46. package/dist-types/GlueClient.d.ts +30 -2
  47. package/dist-types/commands/AssociateGlossaryTermsCommand.d.ts +101 -0
  48. package/dist-types/commands/BatchGetIterableFormsCommand.d.ts +122 -0
  49. package/dist-types/commands/CreateCrawlerCommand.d.ts +2 -1
  50. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateDatabaseCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateGlossaryCommand.d.ts +98 -0
  53. package/dist-types/commands/CreateGlossaryTermCommand.d.ts +105 -0
  54. package/dist-types/commands/DeleteAssetCommand.d.ts +89 -0
  55. package/dist-types/commands/DeleteAssetTypeCommand.d.ts +89 -0
  56. package/dist-types/commands/DeleteAttachmentCommand.d.ts +95 -0
  57. package/dist-types/commands/DeleteFormTypeCommand.d.ts +92 -0
  58. package/dist-types/commands/DeleteGlossaryCommand.d.ts +92 -0
  59. package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +89 -0
  60. package/dist-types/commands/DisassociateGlossaryTermsCommand.d.ts +101 -0
  61. package/dist-types/commands/GetAssetCommand.d.ts +116 -0
  62. package/dist-types/commands/GetAssetTypeCommand.d.ts +97 -0
  63. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  64. package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
  65. package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
  66. package/dist-types/commands/GetEntityRecordsCommand.d.ts +1 -1
  67. package/dist-types/commands/GetFormTypeCommand.d.ts +93 -0
  68. package/dist-types/commands/GetGlossaryCommand.d.ts +90 -0
  69. package/dist-types/commands/GetGlossaryTermCommand.d.ts +92 -0
  70. package/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
  71. package/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
  72. package/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
  73. package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
  74. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  75. package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
  76. package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
  77. package/dist-types/commands/GetJobsCommand.d.ts +1 -1
  78. package/dist-types/commands/GetMappingCommand.d.ts +1 -1
  79. package/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  80. package/dist-types/commands/ListAssetTypesCommand.d.ts +95 -0
  81. package/dist-types/commands/ListFormTypesCommand.d.ts +95 -0
  82. package/dist-types/commands/ListGlossariesCommand.d.ts +96 -0
  83. package/dist-types/commands/ListGlossaryTermsCommand.d.ts +97 -0
  84. package/dist-types/commands/ListIterableFormsCommand.d.ts +104 -0
  85. package/dist-types/commands/PutAssetCommand.d.ts +113 -0
  86. package/dist-types/commands/PutAssetTypeCommand.d.ts +103 -0
  87. package/dist-types/commands/PutAttachmentCommand.d.ts +104 -0
  88. package/dist-types/commands/PutFormTypeCommand.d.ts +95 -0
  89. package/dist-types/commands/SearchCommand.d.ts +149 -0
  90. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  91. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  92. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  93. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  94. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  95. package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
  96. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  97. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  98. package/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  99. package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
  100. package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
  101. package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  102. package/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  103. package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
  104. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  105. package/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  106. package/dist-types/commands/StopSessionCommand.d.ts +1 -1
  107. package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
  108. package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
  109. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  110. package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
  111. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  112. package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateCatalogCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  116. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -2
  121. package/dist-types/commands/UpdateGlossaryCommand.d.ts +102 -0
  122. package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +105 -0
  123. package/dist-types/commands/index.d.ts +28 -0
  124. package/dist-types/models/enums.d.ts +28 -0
  125. package/dist-types/models/errors.d.ts +48 -48
  126. package/dist-types/models/models_0.d.ts +165 -174
  127. package/dist-types/models/models_1.d.ts +520 -720
  128. package/dist-types/models/models_2.d.ts +2302 -2039
  129. package/dist-types/models/models_3.d.ts +1413 -4
  130. package/dist-types/pagination/ListAssetTypesPaginator.d.ts +7 -0
  131. package/dist-types/pagination/ListFormTypesPaginator.d.ts +7 -0
  132. package/dist-types/pagination/ListGlossariesPaginator.d.ts +7 -0
  133. package/dist-types/pagination/ListGlossaryTermsPaginator.d.ts +7 -0
  134. package/dist-types/pagination/ListIterableFormsPaginator.d.ts +7 -0
  135. package/dist-types/pagination/SearchPaginator.d.ts +7 -0
  136. package/dist-types/pagination/index.d.ts +6 -0
  137. package/dist-types/schemas/schemas_0.d.ts +101 -0
  138. package/dist-types/ts3.4/Glue.d.ts +522 -0
  139. package/dist-types/ts3.4/GlueClient.d.ts +168 -0
  140. package/dist-types/ts3.4/commands/AssociateGlossaryTermsCommand.d.ts +53 -0
  141. package/dist-types/ts3.4/commands/BatchGetIterableFormsCommand.d.ts +53 -0
  142. package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +2 -4
  143. package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +52 -0
  146. package/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +53 -0
  147. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +49 -0
  148. package/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +52 -0
  149. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +52 -0
  150. package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +52 -0
  151. package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +52 -0
  152. package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +53 -0
  153. package/dist-types/ts3.4/commands/DisassociateGlossaryTermsCommand.d.ts +53 -0
  154. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +45 -0
  155. package/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +49 -0
  156. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +49 -0
  161. package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +49 -0
  162. package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +52 -0
  163. package/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +52 -0
  174. package/dist-types/ts3.4/commands/ListFormTypesCommand.d.ts +52 -0
  175. package/dist-types/ts3.4/commands/ListGlossariesCommand.d.ts +52 -0
  176. package/dist-types/ts3.4/commands/ListGlossaryTermsCommand.d.ts +53 -0
  177. package/dist-types/ts3.4/commands/ListIterableFormsCommand.d.ts +53 -0
  178. package/dist-types/ts3.4/commands/PutAssetCommand.d.ts +45 -0
  179. package/dist-types/ts3.4/commands/PutAssetTypeCommand.d.ts +49 -0
  180. package/dist-types/ts3.4/commands/PutAttachmentCommand.d.ts +52 -0
  181. package/dist-types/ts3.4/commands/PutFormTypeCommand.d.ts +49 -0
  182. package/dist-types/ts3.4/commands/SearchCommand.d.ts +46 -0
  183. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +4 -2
  214. package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +52 -0
  215. package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +53 -0
  216. package/dist-types/ts3.4/commands/index.d.ts +28 -0
  217. package/dist-types/ts3.4/models/enums.d.ts +16 -0
  218. package/dist-types/ts3.4/models/errors.d.ts +26 -26
  219. package/dist-types/ts3.4/models/models_0.d.ts +41 -40
  220. package/dist-types/ts3.4/models/models_1.d.ts +128 -181
  221. package/dist-types/ts3.4/models/models_2.d.ts +396 -293
  222. package/dist-types/ts3.4/models/models_3.d.ts +373 -1
  223. package/dist-types/ts3.4/pagination/ListAssetTypesPaginator.d.ts +11 -0
  224. package/dist-types/ts3.4/pagination/ListFormTypesPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/ListGlossariesPaginator.d.ts +11 -0
  226. package/dist-types/ts3.4/pagination/ListGlossaryTermsPaginator.d.ts +11 -0
  227. package/dist-types/ts3.4/pagination/ListIterableFormsPaginator.d.ts +11 -0
  228. package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +11 -0
  229. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  230. package/dist-types/ts3.4/schemas/schemas_0.d.ts +101 -0
  231. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -11,7 +11,7 @@ const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
11
  const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
12
  const { resolveHttpAuthSchemeConfig, defaultGlueHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
13
  const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { BatchCreatePartition$, BatchDeleteConnection$, BatchDeletePartition$, BatchDeleteTable$, BatchDeleteTableVersion$, BatchGetBlueprints$, BatchGetCrawlers$, BatchGetCustomEntityTypes$, BatchGetDataQualityResult$, BatchGetDevEndpoints$, BatchGetJobs$, BatchGetPartition$, BatchGetTableOptimizer$, BatchGetTriggers$, BatchGetWorkflows$, BatchPutDataQualityStatisticAnnotation$, BatchStopJobRun$, BatchUpdatePartition$, CancelDataQualityRuleRecommendationRun$, CancelDataQualityRulesetEvaluationRun$, CancelMLTaskRun$, CancelStatement$, CheckSchemaVersionValidity$, CreateBlueprint$, CreateCatalog$, CreateClassifier$, CreateColumnStatisticsTaskSettings$, CreateConnection$, CreateCrawler$, CreateCustomEntityType$, CreateDatabase$, CreateDataQualityRuleset$, CreateDevEndpoint$, CreateGlueIdentityCenterConfiguration$, CreateIntegration$, CreateIntegrationResourceProperty$, CreateIntegrationTableProperties$, CreateJob$, CreateMLTransform$, CreatePartition$, CreatePartitionIndex$, CreateRegistry$, CreateSchema$, CreateScript$, CreateSecurityConfiguration$, CreateSession$, CreateTable$, CreateTableOptimizer$, CreateTrigger$, CreateUsageProfile$, CreateUserDefinedFunction$, CreateWorkflow$, DeleteBlueprint$, DeleteCatalog$, DeleteClassifier$, DeleteColumnStatisticsForPartition$, DeleteColumnStatisticsForTable$, DeleteColumnStatisticsTaskSettings$, DeleteConnection$, DeleteConnectionType$, DeleteCrawler$, DeleteCustomEntityType$, DeleteDatabase$, DeleteDataQualityRuleset$, DeleteDevEndpoint$, DeleteGlueIdentityCenterConfiguration$, DeleteIntegration$, DeleteIntegrationResourceProperty$, DeleteIntegrationTableProperties$, DeleteJob$, DeleteMLTransform$, DeletePartition$, DeletePartitionIndex$, DeleteRegistry$, DeleteResourcePolicy$, DeleteSchema$, DeleteSchemaVersions$, DeleteSecurityConfiguration$, DeleteSession$, DeleteTable$, DeleteTableOptimizer$, DeleteTableVersion$, DeleteTrigger$, DeleteUsageProfile$, DeleteUserDefinedFunction$, DeleteWorkflow$, DescribeConnectionType$, DescribeEntity$, DescribeInboundIntegrations$, DescribeIntegrations$, GetBlueprint$, GetBlueprintRun$, GetBlueprintRuns$, GetCatalog$, GetCatalogImportStatus$, GetCatalogs$, GetClassifier$, GetClassifiers$, GetColumnStatisticsForPartition$, GetColumnStatisticsForTable$, GetColumnStatisticsTaskRun$, GetColumnStatisticsTaskRuns$, GetColumnStatisticsTaskSettings$, GetConnection$, GetConnections$, GetCrawler$, GetCrawlerMetrics$, GetCrawlers$, GetCustomEntityType$, GetDashboardUrl$, GetDatabase$, GetDatabases$, GetDataCatalogEncryptionSettings$, GetDataflowGraph$, GetDataQualityModel$, GetDataQualityModelResult$, GetDataQualityResult$, GetDataQualityRuleRecommendationRun$, GetDataQualityRuleset$, GetDataQualityRulesetEvaluationRun$, GetDevEndpoint$, GetDevEndpoints$, GetEntityRecords$, GetGlueIdentityCenterConfiguration$, GetIntegrationResourceProperty$, GetIntegrationTableProperties$, GetJobBookmark$, GetJob$, GetJobRun$, GetJobRuns$, GetJobs$, GetMapping$, GetMaterializedViewRefreshTaskRun$, GetMLTaskRun$, GetMLTaskRuns$, GetMLTransform$, GetMLTransforms$, GetPartition$, GetPartitionIndexes$, GetPartitions$, GetPlan$, GetRegistry$, GetResourcePolicies$, GetResourcePolicy$, GetSchemaByDefinition$, GetSchema$, GetSchemaVersion$, GetSchemaVersionsDiff$, GetSecurityConfiguration$, GetSecurityConfigurations$, GetSession$, GetSessionEndpoint$, GetStatement$, GetTable$, GetTableOptimizer$, GetTables$, GetTableVersion$, GetTableVersions$, GetTags$, GetTrigger$, GetTriggers$, GetUnfilteredPartitionMetadata$, GetUnfilteredPartitionsMetadata$, GetUnfilteredTableMetadata$, GetUsageProfile$, GetUserDefinedFunction$, GetUserDefinedFunctions$, GetWorkflow$, GetWorkflowRun$, GetWorkflowRunProperties$, GetWorkflowRuns$, ImportCatalogToGlue$, ListBlueprints$, ListColumnStatisticsTaskRuns$, ListConnectionTypes$, ListCrawlers$, ListCrawls$, ListCustomEntityTypes$, ListDataQualityResults$, ListDataQualityRuleRecommendationRuns$, ListDataQualityRulesetEvaluationRuns$, ListDataQualityRulesets$, ListDataQualityStatisticAnnotations$, ListDataQualityStatistics$, ListDevEndpoints$, ListEntities$, ListIntegrationResourceProperties$, ListJobs$, ListMaterializedViewRefreshTaskRuns$, ListMLTransforms$, ListRegistries$, ListSchemas$, ListSchemaVersions$, ListSessions$, ListStatements$, ListTableOptimizerRuns$, ListTriggers$, ListUsageProfiles$, ListWorkflows$, ModifyIntegration$, PutDataCatalogEncryptionSettings$, PutDataQualityProfileAnnotation$, PutResourcePolicy$, PutSchemaVersionMetadata$, PutWorkflowRunProperties$, QuerySchemaVersionMetadata$, RegisterConnectionType$, RegisterSchemaVersion$, RemoveSchemaVersionMetadata$, ResetJobBookmark$, ResumeWorkflowRun$, RunStatement$, SearchTables$, StartBlueprintRun$, StartColumnStatisticsTaskRun$, StartColumnStatisticsTaskRunSchedule$, StartCrawler$, StartCrawlerSchedule$, StartDataQualityRuleRecommendationRun$, StartDataQualityRulesetEvaluationRun$, StartExportLabelsTaskRun$, StartImportLabelsTaskRun$, StartJobRun$, StartMaterializedViewRefreshTaskRun$, StartMLEvaluationTaskRun$, StartMLLabelingSetGenerationTaskRun$, StartTrigger$, StartWorkflowRun$, StopColumnStatisticsTaskRun$, StopColumnStatisticsTaskRunSchedule$, StopCrawler$, StopCrawlerSchedule$, StopMaterializedViewRefreshTaskRun$, StopSession$, StopTrigger$, StopWorkflowRun$, TagResource$, TestConnection$, UntagResource$, UpdateBlueprint$, UpdateCatalog$, UpdateClassifier$, UpdateColumnStatisticsForPartition$, UpdateColumnStatisticsForTable$, UpdateColumnStatisticsTaskSettings$, UpdateConnection$, UpdateCrawler$, UpdateCrawlerSchedule$, UpdateDatabase$, UpdateDataQualityRuleset$, UpdateDevEndpoint$, UpdateGlueIdentityCenterConfiguration$, UpdateIntegrationResourceProperty$, UpdateIntegrationTableProperties$, UpdateJob$, UpdateJobFromSourceControl$, UpdateMLTransform$, UpdatePartition$, UpdateRegistry$, UpdateSchema$, UpdateSourceControlFromJob$, UpdateTable$, UpdateTableOptimizer$, UpdateTrigger$, UpdateUsageProfile$, UpdateUserDefinedFunction$, UpdateWorkflow$ } = require("./schemas/schemas_0");
14
+ const { AssociateGlossaryTerms$, BatchCreatePartition$, BatchDeleteConnection$, BatchDeletePartition$, BatchDeleteTable$, BatchDeleteTableVersion$, BatchGetBlueprints$, BatchGetCrawlers$, BatchGetCustomEntityTypes$, BatchGetDataQualityResult$, BatchGetDevEndpoints$, BatchGetIterableForms$, BatchGetJobs$, BatchGetPartition$, BatchGetTableOptimizer$, BatchGetTriggers$, BatchGetWorkflows$, BatchPutDataQualityStatisticAnnotation$, BatchStopJobRun$, BatchUpdatePartition$, CancelDataQualityRuleRecommendationRun$, CancelDataQualityRulesetEvaluationRun$, CancelMLTaskRun$, CancelStatement$, CheckSchemaVersionValidity$, CreateBlueprint$, CreateCatalog$, CreateClassifier$, CreateColumnStatisticsTaskSettings$, CreateConnection$, CreateCrawler$, CreateCustomEntityType$, CreateDatabase$, CreateDataQualityRuleset$, CreateDevEndpoint$, CreateGlossary$, CreateGlossaryTerm$, CreateGlueIdentityCenterConfiguration$, CreateIntegration$, CreateIntegrationResourceProperty$, CreateIntegrationTableProperties$, CreateJob$, CreateMLTransform$, CreatePartition$, CreatePartitionIndex$, CreateRegistry$, CreateSchema$, CreateScript$, CreateSecurityConfiguration$, CreateSession$, CreateTable$, CreateTableOptimizer$, CreateTrigger$, CreateUsageProfile$, CreateUserDefinedFunction$, CreateWorkflow$, DeleteAsset$, DeleteAssetType$, DeleteAttachment$, DeleteBlueprint$, DeleteCatalog$, DeleteClassifier$, DeleteColumnStatisticsForPartition$, DeleteColumnStatisticsForTable$, DeleteColumnStatisticsTaskSettings$, DeleteConnection$, DeleteConnectionType$, DeleteCrawler$, DeleteCustomEntityType$, DeleteDatabase$, DeleteDataQualityRuleset$, DeleteDevEndpoint$, DeleteFormType$, DeleteGlossary$, DeleteGlossaryTerm$, DeleteGlueIdentityCenterConfiguration$, DeleteIntegration$, DeleteIntegrationResourceProperty$, DeleteIntegrationTableProperties$, DeleteJob$, DeleteMLTransform$, DeletePartition$, DeletePartitionIndex$, DeleteRegistry$, DeleteResourcePolicy$, DeleteSchema$, DeleteSchemaVersions$, DeleteSecurityConfiguration$, DeleteSession$, DeleteTable$, DeleteTableOptimizer$, DeleteTableVersion$, DeleteTrigger$, DeleteUsageProfile$, DeleteUserDefinedFunction$, DeleteWorkflow$, DescribeConnectionType$, DescribeEntity$, DescribeInboundIntegrations$, DescribeIntegrations$, DisassociateGlossaryTerms$, GetAsset$, GetAssetType$, GetBlueprint$, GetBlueprintRun$, GetBlueprintRuns$, GetCatalog$, GetCatalogImportStatus$, GetCatalogs$, GetClassifier$, GetClassifiers$, GetColumnStatisticsForPartition$, GetColumnStatisticsForTable$, GetColumnStatisticsTaskRun$, GetColumnStatisticsTaskRuns$, GetColumnStatisticsTaskSettings$, GetConnection$, GetConnections$, GetCrawler$, GetCrawlerMetrics$, GetCrawlers$, GetCustomEntityType$, GetDashboardUrl$, GetDatabase$, GetDatabases$, GetDataCatalogEncryptionSettings$, GetDataflowGraph$, GetDataQualityModel$, GetDataQualityModelResult$, GetDataQualityResult$, GetDataQualityRuleRecommendationRun$, GetDataQualityRuleset$, GetDataQualityRulesetEvaluationRun$, GetDevEndpoint$, GetDevEndpoints$, GetEntityRecords$, GetFormType$, GetGlossary$, GetGlossaryTerm$, GetGlueIdentityCenterConfiguration$, GetIntegrationResourceProperty$, GetIntegrationTableProperties$, GetJobBookmark$, GetJob$, GetJobRun$, GetJobRuns$, GetJobs$, GetMapping$, GetMaterializedViewRefreshTaskRun$, GetMLTaskRun$, GetMLTaskRuns$, GetMLTransform$, GetMLTransforms$, GetPartition$, GetPartitionIndexes$, GetPartitions$, GetPlan$, GetRegistry$, GetResourcePolicies$, GetResourcePolicy$, GetSchemaByDefinition$, GetSchema$, GetSchemaVersion$, GetSchemaVersionsDiff$, GetSecurityConfiguration$, GetSecurityConfigurations$, GetSession$, GetSessionEndpoint$, GetStatement$, GetTable$, GetTableOptimizer$, GetTables$, GetTableVersion$, GetTableVersions$, GetTags$, GetTrigger$, GetTriggers$, GetUnfilteredPartitionMetadata$, GetUnfilteredPartitionsMetadata$, GetUnfilteredTableMetadata$, GetUsageProfile$, GetUserDefinedFunction$, GetUserDefinedFunctions$, GetWorkflow$, GetWorkflowRun$, GetWorkflowRunProperties$, GetWorkflowRuns$, ImportCatalogToGlue$, ListAssetTypes$, ListBlueprints$, ListColumnStatisticsTaskRuns$, ListConnectionTypes$, ListCrawlers$, ListCrawls$, ListCustomEntityTypes$, ListDataQualityResults$, ListDataQualityRuleRecommendationRuns$, ListDataQualityRulesetEvaluationRuns$, ListDataQualityRulesets$, ListDataQualityStatisticAnnotations$, ListDataQualityStatistics$, ListDevEndpoints$, ListEntities$, ListFormTypes$, ListGlossaries$, ListGlossaryTerms$, ListIntegrationResourceProperties$, ListIterableForms$, ListJobs$, ListMaterializedViewRefreshTaskRuns$, ListMLTransforms$, ListRegistries$, ListSchemas$, ListSchemaVersions$, ListSessions$, ListStatements$, ListTableOptimizerRuns$, ListTriggers$, ListUsageProfiles$, ListWorkflows$, ModifyIntegration$, PutAsset$, PutAssetType$, PutAttachment$, PutDataCatalogEncryptionSettings$, PutDataQualityProfileAnnotation$, PutFormType$, PutResourcePolicy$, PutSchemaVersionMetadata$, PutWorkflowRunProperties$, QuerySchemaVersionMetadata$, RegisterConnectionType$, RegisterSchemaVersion$, RemoveSchemaVersionMetadata$, ResetJobBookmark$, ResumeWorkflowRun$, RunStatement$, Search$, SearchTables$, StartBlueprintRun$, StartColumnStatisticsTaskRun$, StartColumnStatisticsTaskRunSchedule$, StartCrawler$, StartCrawlerSchedule$, StartDataQualityRuleRecommendationRun$, StartDataQualityRulesetEvaluationRun$, StartExportLabelsTaskRun$, StartImportLabelsTaskRun$, StartJobRun$, StartMaterializedViewRefreshTaskRun$, StartMLEvaluationTaskRun$, StartMLLabelingSetGenerationTaskRun$, StartTrigger$, StartWorkflowRun$, StopColumnStatisticsTaskRun$, StopColumnStatisticsTaskRunSchedule$, StopCrawler$, StopCrawlerSchedule$, StopMaterializedViewRefreshTaskRun$, StopSession$, StopTrigger$, StopWorkflowRun$, TagResource$, TestConnection$, UntagResource$, UpdateBlueprint$, UpdateCatalog$, UpdateClassifier$, UpdateColumnStatisticsForPartition$, UpdateColumnStatisticsForTable$, UpdateColumnStatisticsTaskSettings$, UpdateConnection$, UpdateCrawler$, UpdateCrawlerSchedule$, UpdateDatabase$, UpdateDataQualityRuleset$, UpdateDevEndpoint$, UpdateGlossary$, UpdateGlossaryTerm$, UpdateGlueIdentityCenterConfiguration$, UpdateIntegrationResourceProperty$, UpdateIntegrationTableProperties$, UpdateJob$, UpdateJobFromSourceControl$, UpdateMLTransform$, UpdatePartition$, UpdateRegistry$, UpdateSchema$, UpdateSourceControlFromJob$, UpdateTable$, UpdateTableOptimizer$, UpdateTrigger$, UpdateUsageProfile$, UpdateUserDefinedFunction$, UpdateWorkflow$ } = require("./schemas/schemas_0");
15
15
  __exportStar(require("./schemas/schemas_0"), exports);
16
16
  __exportStar(require("./models/errors"), exports);
17
17
  const { GlueServiceException } = require("./models/GlueServiceException");
@@ -111,6 +111,18 @@ class GlueClient extends Client {
111
111
  }
112
112
  }
113
113
 
114
+ class AssociateGlossaryTermsCommand extends Command
115
+ .classBuilder()
116
+ .ep(commonParams)
117
+ .m(function (Command, cs, config, o) {
118
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
119
+ })
120
+ .s("AWSGlue", "AssociateGlossaryTerms", {})
121
+ .n("GlueClient", "AssociateGlossaryTermsCommand")
122
+ .sc(AssociateGlossaryTerms$)
123
+ .build() {
124
+ }
125
+
114
126
  class BatchCreatePartitionCommand extends Command
115
127
  .classBuilder()
116
128
  .ep(commonParams)
@@ -231,6 +243,18 @@ class BatchGetDevEndpointsCommand extends Command
231
243
  .build() {
232
244
  }
233
245
 
246
+ class BatchGetIterableFormsCommand extends Command
247
+ .classBuilder()
248
+ .ep(commonParams)
249
+ .m(function (Command, cs, config, o) {
250
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
251
+ })
252
+ .s("AWSGlue", "BatchGetIterableForms", {})
253
+ .n("GlueClient", "BatchGetIterableFormsCommand")
254
+ .sc(BatchGetIterableForms$)
255
+ .build() {
256
+ }
257
+
234
258
  class BatchGetJobsCommand extends Command
235
259
  .classBuilder()
236
260
  .ep(commonParams)
@@ -507,6 +531,30 @@ class CreateDevEndpointCommand extends Command
507
531
  .build() {
508
532
  }
509
533
 
534
+ class CreateGlossaryCommand extends Command
535
+ .classBuilder()
536
+ .ep(commonParams)
537
+ .m(function (Command, cs, config, o) {
538
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
539
+ })
540
+ .s("AWSGlue", "CreateGlossary", {})
541
+ .n("GlueClient", "CreateGlossaryCommand")
542
+ .sc(CreateGlossary$)
543
+ .build() {
544
+ }
545
+
546
+ class CreateGlossaryTermCommand extends Command
547
+ .classBuilder()
548
+ .ep(commonParams)
549
+ .m(function (Command, cs, config, o) {
550
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
551
+ })
552
+ .s("AWSGlue", "CreateGlossaryTerm", {})
553
+ .n("GlueClient", "CreateGlossaryTermCommand")
554
+ .sc(CreateGlossaryTerm$)
555
+ .build() {
556
+ }
557
+
510
558
  class CreateGlueIdentityCenterConfigurationCommand extends Command
511
559
  .classBuilder()
512
560
  .ep(commonParams)
@@ -735,6 +783,42 @@ class CreateWorkflowCommand extends Command
735
783
  .build() {
736
784
  }
737
785
 
786
+ class DeleteAssetCommand extends Command
787
+ .classBuilder()
788
+ .ep(commonParams)
789
+ .m(function (Command, cs, config, o) {
790
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
791
+ })
792
+ .s("AWSGlue", "DeleteAsset", {})
793
+ .n("GlueClient", "DeleteAssetCommand")
794
+ .sc(DeleteAsset$)
795
+ .build() {
796
+ }
797
+
798
+ class DeleteAssetTypeCommand extends Command
799
+ .classBuilder()
800
+ .ep(commonParams)
801
+ .m(function (Command, cs, config, o) {
802
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
803
+ })
804
+ .s("AWSGlue", "DeleteAssetType", {})
805
+ .n("GlueClient", "DeleteAssetTypeCommand")
806
+ .sc(DeleteAssetType$)
807
+ .build() {
808
+ }
809
+
810
+ class DeleteAttachmentCommand extends Command
811
+ .classBuilder()
812
+ .ep(commonParams)
813
+ .m(function (Command, cs, config, o) {
814
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
815
+ })
816
+ .s("AWSGlue", "DeleteAttachment", {})
817
+ .n("GlueClient", "DeleteAttachmentCommand")
818
+ .sc(DeleteAttachment$)
819
+ .build() {
820
+ }
821
+
738
822
  class DeleteBlueprintCommand extends Command
739
823
  .classBuilder()
740
824
  .ep(commonParams)
@@ -891,6 +975,42 @@ class DeleteDevEndpointCommand extends Command
891
975
  .build() {
892
976
  }
893
977
 
978
+ class DeleteFormTypeCommand extends Command
979
+ .classBuilder()
980
+ .ep(commonParams)
981
+ .m(function (Command, cs, config, o) {
982
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
983
+ })
984
+ .s("AWSGlue", "DeleteFormType", {})
985
+ .n("GlueClient", "DeleteFormTypeCommand")
986
+ .sc(DeleteFormType$)
987
+ .build() {
988
+ }
989
+
990
+ class DeleteGlossaryCommand extends Command
991
+ .classBuilder()
992
+ .ep(commonParams)
993
+ .m(function (Command, cs, config, o) {
994
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
995
+ })
996
+ .s("AWSGlue", "DeleteGlossary", {})
997
+ .n("GlueClient", "DeleteGlossaryCommand")
998
+ .sc(DeleteGlossary$)
999
+ .build() {
1000
+ }
1001
+
1002
+ class DeleteGlossaryTermCommand extends Command
1003
+ .classBuilder()
1004
+ .ep(commonParams)
1005
+ .m(function (Command, cs, config, o) {
1006
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1007
+ })
1008
+ .s("AWSGlue", "DeleteGlossaryTerm", {})
1009
+ .n("GlueClient", "DeleteGlossaryTermCommand")
1010
+ .sc(DeleteGlossaryTerm$)
1011
+ .build() {
1012
+ }
1013
+
894
1014
  class DeleteGlueIdentityCenterConfigurationCommand extends Command
895
1015
  .classBuilder()
896
1016
  .ep(commonParams)
@@ -1191,6 +1311,42 @@ class DescribeIntegrationsCommand extends Command
1191
1311
  .build() {
1192
1312
  }
1193
1313
 
1314
+ class DisassociateGlossaryTermsCommand extends Command
1315
+ .classBuilder()
1316
+ .ep(commonParams)
1317
+ .m(function (Command, cs, config, o) {
1318
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1319
+ })
1320
+ .s("AWSGlue", "DisassociateGlossaryTerms", {})
1321
+ .n("GlueClient", "DisassociateGlossaryTermsCommand")
1322
+ .sc(DisassociateGlossaryTerms$)
1323
+ .build() {
1324
+ }
1325
+
1326
+ class GetAssetCommand extends Command
1327
+ .classBuilder()
1328
+ .ep(commonParams)
1329
+ .m(function (Command, cs, config, o) {
1330
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1331
+ })
1332
+ .s("AWSGlue", "GetAsset", {})
1333
+ .n("GlueClient", "GetAssetCommand")
1334
+ .sc(GetAsset$)
1335
+ .build() {
1336
+ }
1337
+
1338
+ class GetAssetTypeCommand extends Command
1339
+ .classBuilder()
1340
+ .ep(commonParams)
1341
+ .m(function (Command, cs, config, o) {
1342
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1343
+ })
1344
+ .s("AWSGlue", "GetAssetType", {})
1345
+ .n("GlueClient", "GetAssetTypeCommand")
1346
+ .sc(GetAssetType$)
1347
+ .build() {
1348
+ }
1349
+
1194
1350
  class GetBlueprintCommand extends Command
1195
1351
  .classBuilder()
1196
1352
  .ep(commonParams)
@@ -1587,6 +1743,42 @@ class GetEntityRecordsCommand extends Command
1587
1743
  .build() {
1588
1744
  }
1589
1745
 
1746
+ class GetFormTypeCommand extends Command
1747
+ .classBuilder()
1748
+ .ep(commonParams)
1749
+ .m(function (Command, cs, config, o) {
1750
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1751
+ })
1752
+ .s("AWSGlue", "GetFormType", {})
1753
+ .n("GlueClient", "GetFormTypeCommand")
1754
+ .sc(GetFormType$)
1755
+ .build() {
1756
+ }
1757
+
1758
+ class GetGlossaryCommand extends Command
1759
+ .classBuilder()
1760
+ .ep(commonParams)
1761
+ .m(function (Command, cs, config, o) {
1762
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1763
+ })
1764
+ .s("AWSGlue", "GetGlossary", {})
1765
+ .n("GlueClient", "GetGlossaryCommand")
1766
+ .sc(GetGlossary$)
1767
+ .build() {
1768
+ }
1769
+
1770
+ class GetGlossaryTermCommand extends Command
1771
+ .classBuilder()
1772
+ .ep(commonParams)
1773
+ .m(function (Command, cs, config, o) {
1774
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1775
+ })
1776
+ .s("AWSGlue", "GetGlossaryTerm", {})
1777
+ .n("GlueClient", "GetGlossaryTermCommand")
1778
+ .sc(GetGlossaryTerm$)
1779
+ .build() {
1780
+ }
1781
+
1590
1782
  class GetGlueIdentityCenterConfigurationCommand extends Command
1591
1783
  .classBuilder()
1592
1784
  .ep(commonParams)
@@ -2175,6 +2367,18 @@ class ImportCatalogToGlueCommand extends Command
2175
2367
  .build() {
2176
2368
  }
2177
2369
 
2370
+ class ListAssetTypesCommand extends Command
2371
+ .classBuilder()
2372
+ .ep(commonParams)
2373
+ .m(function (Command, cs, config, o) {
2374
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2375
+ })
2376
+ .s("AWSGlue", "ListAssetTypes", {})
2377
+ .n("GlueClient", "ListAssetTypesCommand")
2378
+ .sc(ListAssetTypes$)
2379
+ .build() {
2380
+ }
2381
+
2178
2382
  class ListBlueprintsCommand extends Command
2179
2383
  .classBuilder()
2180
2384
  .ep(commonParams)
@@ -2343,6 +2547,42 @@ class ListEntitiesCommand extends Command
2343
2547
  .build() {
2344
2548
  }
2345
2549
 
2550
+ class ListFormTypesCommand extends Command
2551
+ .classBuilder()
2552
+ .ep(commonParams)
2553
+ .m(function (Command, cs, config, o) {
2554
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2555
+ })
2556
+ .s("AWSGlue", "ListFormTypes", {})
2557
+ .n("GlueClient", "ListFormTypesCommand")
2558
+ .sc(ListFormTypes$)
2559
+ .build() {
2560
+ }
2561
+
2562
+ class ListGlossariesCommand extends Command
2563
+ .classBuilder()
2564
+ .ep(commonParams)
2565
+ .m(function (Command, cs, config, o) {
2566
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2567
+ })
2568
+ .s("AWSGlue", "ListGlossaries", {})
2569
+ .n("GlueClient", "ListGlossariesCommand")
2570
+ .sc(ListGlossaries$)
2571
+ .build() {
2572
+ }
2573
+
2574
+ class ListGlossaryTermsCommand extends Command
2575
+ .classBuilder()
2576
+ .ep(commonParams)
2577
+ .m(function (Command, cs, config, o) {
2578
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2579
+ })
2580
+ .s("AWSGlue", "ListGlossaryTerms", {})
2581
+ .n("GlueClient", "ListGlossaryTermsCommand")
2582
+ .sc(ListGlossaryTerms$)
2583
+ .build() {
2584
+ }
2585
+
2346
2586
  class ListIntegrationResourcePropertiesCommand extends Command
2347
2587
  .classBuilder()
2348
2588
  .ep(commonParams)
@@ -2355,6 +2595,18 @@ class ListIntegrationResourcePropertiesCommand extends Command
2355
2595
  .build() {
2356
2596
  }
2357
2597
 
2598
+ class ListIterableFormsCommand extends Command
2599
+ .classBuilder()
2600
+ .ep(commonParams)
2601
+ .m(function (Command, cs, config, o) {
2602
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2603
+ })
2604
+ .s("AWSGlue", "ListIterableForms", {})
2605
+ .n("GlueClient", "ListIterableFormsCommand")
2606
+ .sc(ListIterableForms$)
2607
+ .build() {
2608
+ }
2609
+
2358
2610
  class ListJobsCommand extends Command
2359
2611
  .classBuilder()
2360
2612
  .ep(commonParams)
@@ -2511,6 +2763,42 @@ class ModifyIntegrationCommand extends Command
2511
2763
  .build() {
2512
2764
  }
2513
2765
 
2766
+ class PutAssetCommand extends Command
2767
+ .classBuilder()
2768
+ .ep(commonParams)
2769
+ .m(function (Command, cs, config, o) {
2770
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2771
+ })
2772
+ .s("AWSGlue", "PutAsset", {})
2773
+ .n("GlueClient", "PutAssetCommand")
2774
+ .sc(PutAsset$)
2775
+ .build() {
2776
+ }
2777
+
2778
+ class PutAssetTypeCommand extends Command
2779
+ .classBuilder()
2780
+ .ep(commonParams)
2781
+ .m(function (Command, cs, config, o) {
2782
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2783
+ })
2784
+ .s("AWSGlue", "PutAssetType", {})
2785
+ .n("GlueClient", "PutAssetTypeCommand")
2786
+ .sc(PutAssetType$)
2787
+ .build() {
2788
+ }
2789
+
2790
+ class PutAttachmentCommand extends Command
2791
+ .classBuilder()
2792
+ .ep(commonParams)
2793
+ .m(function (Command, cs, config, o) {
2794
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2795
+ })
2796
+ .s("AWSGlue", "PutAttachment", {})
2797
+ .n("GlueClient", "PutAttachmentCommand")
2798
+ .sc(PutAttachment$)
2799
+ .build() {
2800
+ }
2801
+
2514
2802
  class PutDataCatalogEncryptionSettingsCommand extends Command
2515
2803
  .classBuilder()
2516
2804
  .ep(commonParams)
@@ -2535,6 +2823,18 @@ class PutDataQualityProfileAnnotationCommand extends Command
2535
2823
  .build() {
2536
2824
  }
2537
2825
 
2826
+ class PutFormTypeCommand extends Command
2827
+ .classBuilder()
2828
+ .ep(commonParams)
2829
+ .m(function (Command, cs, config, o) {
2830
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2831
+ })
2832
+ .s("AWSGlue", "PutFormType", {})
2833
+ .n("GlueClient", "PutFormTypeCommand")
2834
+ .sc(PutFormType$)
2835
+ .build() {
2836
+ }
2837
+
2538
2838
  class PutResourcePolicyCommand extends Command
2539
2839
  .classBuilder()
2540
2840
  .ep(commonParams)
@@ -2655,6 +2955,18 @@ class RunStatementCommand extends Command
2655
2955
  .build() {
2656
2956
  }
2657
2957
 
2958
+ class SearchCommand extends Command
2959
+ .classBuilder()
2960
+ .ep(commonParams)
2961
+ .m(function (Command, cs, config, o) {
2962
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2963
+ })
2964
+ .s("AWSGlue", "Search", {})
2965
+ .n("GlueClient", "SearchCommand")
2966
+ .sc(Search$)
2967
+ .build() {
2968
+ }
2969
+
2658
2970
  class SearchTablesCommand extends Command
2659
2971
  .classBuilder()
2660
2972
  .ep(commonParams)
@@ -3123,6 +3435,30 @@ class UpdateDevEndpointCommand extends Command
3123
3435
  .build() {
3124
3436
  }
3125
3437
 
3438
+ class UpdateGlossaryCommand extends Command
3439
+ .classBuilder()
3440
+ .ep(commonParams)
3441
+ .m(function (Command, cs, config, o) {
3442
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3443
+ })
3444
+ .s("AWSGlue", "UpdateGlossary", {})
3445
+ .n("GlueClient", "UpdateGlossaryCommand")
3446
+ .sc(UpdateGlossary$)
3447
+ .build() {
3448
+ }
3449
+
3450
+ class UpdateGlossaryTermCommand extends Command
3451
+ .classBuilder()
3452
+ .ep(commonParams)
3453
+ .m(function (Command, cs, config, o) {
3454
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3455
+ })
3456
+ .s("AWSGlue", "UpdateGlossaryTerm", {})
3457
+ .n("GlueClient", "UpdateGlossaryTermCommand")
3458
+ .sc(UpdateGlossaryTerm$)
3459
+ .build() {
3460
+ }
3461
+
3126
3462
  class UpdateGlueIdentityCenterConfigurationCommand extends Command
3127
3463
  .classBuilder()
3128
3464
  .ep(commonParams)
@@ -3361,6 +3697,8 @@ const paginateGetUserDefinedFunctions = createPaginator(GlueClient, GetUserDefin
3361
3697
 
3362
3698
  const paginateGetWorkflowRuns = createPaginator(GlueClient, GetWorkflowRunsCommand, "NextToken", "NextToken", "MaxResults");
3363
3699
 
3700
+ const paginateListAssetTypes = createPaginator(GlueClient, ListAssetTypesCommand, "NextToken", "NextToken", "MaxResults");
3701
+
3364
3702
  const paginateListBlueprints = createPaginator(GlueClient, ListBlueprintsCommand, "NextToken", "NextToken", "MaxResults");
3365
3703
 
3366
3704
  const paginateListColumnStatisticsTaskRuns = createPaginator(GlueClient, ListColumnStatisticsTaskRunsCommand, "NextToken", "NextToken", "MaxResults");
@@ -3383,6 +3721,14 @@ const paginateListDevEndpoints = createPaginator(GlueClient, ListDevEndpointsCom
3383
3721
 
3384
3722
  const paginateListEntities = createPaginator(GlueClient, ListEntitiesCommand, "NextToken", "NextToken", "");
3385
3723
 
3724
+ const paginateListFormTypes = createPaginator(GlueClient, ListFormTypesCommand, "NextToken", "NextToken", "MaxResults");
3725
+
3726
+ const paginateListGlossaries = createPaginator(GlueClient, ListGlossariesCommand, "NextToken", "NextToken", "MaxResults");
3727
+
3728
+ const paginateListGlossaryTerms = createPaginator(GlueClient, ListGlossaryTermsCommand, "NextToken", "NextToken", "MaxResults");
3729
+
3730
+ const paginateListIterableForms = createPaginator(GlueClient, ListIterableFormsCommand, "NextToken", "NextToken", "MaxResults");
3731
+
3386
3732
  const paginateListJobs = createPaginator(GlueClient, ListJobsCommand, "NextToken", "NextToken", "MaxResults");
3387
3733
 
3388
3734
  const paginateListMaterializedViewRefreshTaskRuns = createPaginator(GlueClient, ListMaterializedViewRefreshTaskRunsCommand, "NextToken", "NextToken", "MaxResults");
@@ -3405,9 +3751,12 @@ const paginateListUsageProfiles = createPaginator(GlueClient, ListUsageProfilesC
3405
3751
 
3406
3752
  const paginateListWorkflows = createPaginator(GlueClient, ListWorkflowsCommand, "NextToken", "NextToken", "MaxResults");
3407
3753
 
3754
+ const paginateSearch = createPaginator(GlueClient, SearchCommand, "NextToken", "NextToken", "MaxResults");
3755
+
3408
3756
  const paginateSearchTables = createPaginator(GlueClient, SearchTablesCommand, "NextToken", "NextToken", "MaxResults");
3409
3757
 
3410
3758
  const commands = {
3759
+ AssociateGlossaryTermsCommand,
3411
3760
  BatchCreatePartitionCommand,
3412
3761
  BatchDeleteConnectionCommand,
3413
3762
  BatchDeletePartitionCommand,
@@ -3418,6 +3767,7 @@ const commands = {
3418
3767
  BatchGetCustomEntityTypesCommand,
3419
3768
  BatchGetDataQualityResultCommand,
3420
3769
  BatchGetDevEndpointsCommand,
3770
+ BatchGetIterableFormsCommand,
3421
3771
  BatchGetJobsCommand,
3422
3772
  BatchGetPartitionCommand,
3423
3773
  BatchGetTableOptimizerCommand,
@@ -3441,6 +3791,8 @@ const commands = {
3441
3791
  CreateDatabaseCommand,
3442
3792
  CreateDataQualityRulesetCommand,
3443
3793
  CreateDevEndpointCommand,
3794
+ CreateGlossaryCommand,
3795
+ CreateGlossaryTermCommand,
3444
3796
  CreateGlueIdentityCenterConfigurationCommand,
3445
3797
  CreateIntegrationCommand,
3446
3798
  CreateIntegrationResourcePropertyCommand,
@@ -3460,6 +3812,9 @@ const commands = {
3460
3812
  CreateUsageProfileCommand,
3461
3813
  CreateUserDefinedFunctionCommand,
3462
3814
  CreateWorkflowCommand,
3815
+ DeleteAssetCommand,
3816
+ DeleteAssetTypeCommand,
3817
+ DeleteAttachmentCommand,
3463
3818
  DeleteBlueprintCommand,
3464
3819
  DeleteCatalogCommand,
3465
3820
  DeleteClassifierCommand,
@@ -3473,6 +3828,9 @@ const commands = {
3473
3828
  DeleteDatabaseCommand,
3474
3829
  DeleteDataQualityRulesetCommand,
3475
3830
  DeleteDevEndpointCommand,
3831
+ DeleteFormTypeCommand,
3832
+ DeleteGlossaryCommand,
3833
+ DeleteGlossaryTermCommand,
3476
3834
  DeleteGlueIdentityCenterConfigurationCommand,
3477
3835
  DeleteIntegrationCommand,
3478
3836
  DeleteIntegrationResourcePropertyCommand,
@@ -3498,6 +3856,9 @@ const commands = {
3498
3856
  DescribeEntityCommand,
3499
3857
  DescribeInboundIntegrationsCommand,
3500
3858
  DescribeIntegrationsCommand,
3859
+ DisassociateGlossaryTermsCommand,
3860
+ GetAssetCommand,
3861
+ GetAssetTypeCommand,
3501
3862
  GetBlueprintCommand,
3502
3863
  GetBlueprintRunCommand,
3503
3864
  GetBlueprintRunsCommand,
@@ -3531,6 +3892,9 @@ const commands = {
3531
3892
  GetDevEndpointCommand,
3532
3893
  GetDevEndpointsCommand,
3533
3894
  GetEntityRecordsCommand,
3895
+ GetFormTypeCommand,
3896
+ GetGlossaryCommand,
3897
+ GetGlossaryTermCommand,
3534
3898
  GetGlueIdentityCenterConfigurationCommand,
3535
3899
  GetIntegrationResourcePropertyCommand,
3536
3900
  GetIntegrationTablePropertiesCommand,
@@ -3580,6 +3944,7 @@ const commands = {
3580
3944
  GetWorkflowRunPropertiesCommand,
3581
3945
  GetWorkflowRunsCommand,
3582
3946
  ImportCatalogToGlueCommand,
3947
+ ListAssetTypesCommand,
3583
3948
  ListBlueprintsCommand,
3584
3949
  ListColumnStatisticsTaskRunsCommand,
3585
3950
  ListConnectionTypesCommand,
@@ -3594,7 +3959,11 @@ const commands = {
3594
3959
  ListDataQualityStatisticsCommand,
3595
3960
  ListDevEndpointsCommand,
3596
3961
  ListEntitiesCommand,
3962
+ ListFormTypesCommand,
3963
+ ListGlossariesCommand,
3964
+ ListGlossaryTermsCommand,
3597
3965
  ListIntegrationResourcePropertiesCommand,
3966
+ ListIterableFormsCommand,
3598
3967
  ListJobsCommand,
3599
3968
  ListMaterializedViewRefreshTaskRunsCommand,
3600
3969
  ListMLTransformsCommand,
@@ -3608,8 +3977,12 @@ const commands = {
3608
3977
  ListUsageProfilesCommand,
3609
3978
  ListWorkflowsCommand,
3610
3979
  ModifyIntegrationCommand,
3980
+ PutAssetCommand,
3981
+ PutAssetTypeCommand,
3982
+ PutAttachmentCommand,
3611
3983
  PutDataCatalogEncryptionSettingsCommand,
3612
3984
  PutDataQualityProfileAnnotationCommand,
3985
+ PutFormTypeCommand,
3613
3986
  PutResourcePolicyCommand,
3614
3987
  PutSchemaVersionMetadataCommand,
3615
3988
  PutWorkflowRunPropertiesCommand,
@@ -3620,6 +3993,7 @@ const commands = {
3620
3993
  ResetJobBookmarkCommand,
3621
3994
  ResumeWorkflowRunCommand,
3622
3995
  RunStatementCommand,
3996
+ SearchCommand,
3623
3997
  SearchTablesCommand,
3624
3998
  StartBlueprintRunCommand,
3625
3999
  StartColumnStatisticsTaskRunCommand,
@@ -3659,6 +4033,8 @@ const commands = {
3659
4033
  UpdateDatabaseCommand,
3660
4034
  UpdateDataQualityRulesetCommand,
3661
4035
  UpdateDevEndpointCommand,
4036
+ UpdateGlossaryCommand,
4037
+ UpdateGlossaryTermCommand,
3662
4038
  UpdateGlueIdentityCenterConfigurationCommand,
3663
4039
  UpdateIntegrationResourcePropertyCommand,
3664
4040
  UpdateIntegrationTablePropertiesCommand,
@@ -3700,6 +4076,7 @@ const paginators = {
3700
4076
  paginateGetUnfilteredPartitionsMetadata,
3701
4077
  paginateGetUserDefinedFunctions,
3702
4078
  paginateGetWorkflowRuns,
4079
+ paginateListAssetTypes,
3703
4080
  paginateListBlueprints,
3704
4081
  paginateListColumnStatisticsTaskRuns,
3705
4082
  paginateListConnectionTypes,
@@ -3711,6 +4088,10 @@ const paginators = {
3711
4088
  paginateListDataQualityRulesets,
3712
4089
  paginateListDevEndpoints,
3713
4090
  paginateListEntities,
4091
+ paginateListFormTypes,
4092
+ paginateListGlossaries,
4093
+ paginateListGlossaryTerms,
4094
+ paginateListIterableForms,
3714
4095
  paginateListJobs,
3715
4096
  paginateListMaterializedViewRefreshTaskRuns,
3716
4097
  paginateListMLTransforms,
@@ -3722,6 +4103,7 @@ const paginators = {
3722
4103
  paginateListTriggers,
3723
4104
  paginateListUsageProfiles,
3724
4105
  paginateListWorkflows,
4106
+ paginateSearch,
3725
4107
  paginateSearchTables,
3726
4108
  };
3727
4109
  class Glue extends GlueClient {
@@ -4679,6 +5061,18 @@ const ConnectorOAuth2GrantType = {
4679
5061
  const IntegrationType = {
4680
5062
  REST: "REST",
4681
5063
  };
5064
+ const SearchFilterOperator = {
5065
+ equals: "equals",
5066
+ greaterThan: "greaterThan",
5067
+ greaterThanOrEquals: "greaterThanOrEquals",
5068
+ lessThan: "lessThan",
5069
+ lessThanOrEquals: "lessThanOrEquals",
5070
+ notExists: "notExists",
5071
+ };
5072
+ const SearchSortOrder = {
5073
+ ASCENDING: "ASCENDING",
5074
+ DESCENDING: "DESCENDING",
5075
+ };
4682
5076
  const Comparator = {
4683
5077
  EQUALS: "EQUALS",
4684
5078
  GREATER_THAN: "GREATER_THAN",
@@ -4713,6 +5107,7 @@ const ViewUpdateAction = {
4713
5107
  exports.AdditionalOptionKeys = AdditionalOptionKeys;
4714
5108
  exports.AggFunction = AggFunction;
4715
5109
  exports.AllowFullTableExternalDataAccessEnum = AllowFullTableExternalDataAccessEnum;
5110
+ exports.AssociateGlossaryTermsCommand = AssociateGlossaryTermsCommand;
4716
5111
  exports.AuthenticationType = AuthenticationType;
4717
5112
  exports.BackfillErrorCode = BackfillErrorCode;
4718
5113
  exports.BatchCreatePartitionCommand = BatchCreatePartitionCommand;
@@ -4725,6 +5120,7 @@ exports.BatchGetCrawlersCommand = BatchGetCrawlersCommand;
4725
5120
  exports.BatchGetCustomEntityTypesCommand = BatchGetCustomEntityTypesCommand;
4726
5121
  exports.BatchGetDataQualityResultCommand = BatchGetDataQualityResultCommand;
4727
5122
  exports.BatchGetDevEndpointsCommand = BatchGetDevEndpointsCommand;
5123
+ exports.BatchGetIterableFormsCommand = BatchGetIterableFormsCommand;
4728
5124
  exports.BatchGetJobsCommand = BatchGetJobsCommand;
4729
5125
  exports.BatchGetPartitionCommand = BatchGetPartitionCommand;
4730
5126
  exports.BatchGetTableOptimizerCommand = BatchGetTableOptimizerCommand;
@@ -4770,6 +5166,8 @@ exports.CreateCustomEntityTypeCommand = CreateCustomEntityTypeCommand;
4770
5166
  exports.CreateDataQualityRulesetCommand = CreateDataQualityRulesetCommand;
4771
5167
  exports.CreateDatabaseCommand = CreateDatabaseCommand;
4772
5168
  exports.CreateDevEndpointCommand = CreateDevEndpointCommand;
5169
+ exports.CreateGlossaryCommand = CreateGlossaryCommand;
5170
+ exports.CreateGlossaryTermCommand = CreateGlossaryTermCommand;
4773
5171
  exports.CreateGlueIdentityCenterConfigurationCommand = CreateGlueIdentityCenterConfigurationCommand;
4774
5172
  exports.CreateIntegrationCommand = CreateIntegrationCommand;
4775
5173
  exports.CreateIntegrationResourcePropertyCommand = CreateIntegrationResourcePropertyCommand;
@@ -4801,6 +5199,9 @@ exports.DataQualityModelStatus = DataQualityModelStatus;
4801
5199
  exports.DataQualityRuleResultStatus = DataQualityRuleResultStatus;
4802
5200
  exports.DatabaseAttributes = DatabaseAttributes;
4803
5201
  exports.DdbExportType = DdbExportType;
5202
+ exports.DeleteAssetCommand = DeleteAssetCommand;
5203
+ exports.DeleteAssetTypeCommand = DeleteAssetTypeCommand;
5204
+ exports.DeleteAttachmentCommand = DeleteAttachmentCommand;
4804
5205
  exports.DeleteBehavior = DeleteBehavior;
4805
5206
  exports.DeleteBlueprintCommand = DeleteBlueprintCommand;
4806
5207
  exports.DeleteCatalogCommand = DeleteCatalogCommand;
@@ -4815,6 +5216,9 @@ exports.DeleteCustomEntityTypeCommand = DeleteCustomEntityTypeCommand;
4815
5216
  exports.DeleteDataQualityRulesetCommand = DeleteDataQualityRulesetCommand;
4816
5217
  exports.DeleteDatabaseCommand = DeleteDatabaseCommand;
4817
5218
  exports.DeleteDevEndpointCommand = DeleteDevEndpointCommand;
5219
+ exports.DeleteFormTypeCommand = DeleteFormTypeCommand;
5220
+ exports.DeleteGlossaryCommand = DeleteGlossaryCommand;
5221
+ exports.DeleteGlossaryTermCommand = DeleteGlossaryTermCommand;
4818
5222
  exports.DeleteGlueIdentityCenterConfigurationCommand = DeleteGlueIdentityCenterConfigurationCommand;
4819
5223
  exports.DeleteIntegrationCommand = DeleteIntegrationCommand;
4820
5224
  exports.DeleteIntegrationResourcePropertyCommand = DeleteIntegrationResourcePropertyCommand;
@@ -4841,6 +5245,7 @@ exports.DescribeConnectionTypeCommand = DescribeConnectionTypeCommand;
4841
5245
  exports.DescribeEntityCommand = DescribeEntityCommand;
4842
5246
  exports.DescribeInboundIntegrationsCommand = DescribeInboundIntegrationsCommand;
4843
5247
  exports.DescribeIntegrationsCommand = DescribeIntegrationsCommand;
5248
+ exports.DisassociateGlossaryTermsCommand = DisassociateGlossaryTermsCommand;
4844
5249
  exports.EnableHybridValues = EnableHybridValues;
4845
5250
  exports.ExecutionClass = ExecutionClass;
4846
5251
  exports.ExecutionStatus = ExecutionStatus;
@@ -4854,6 +5259,8 @@ exports.FilterOperation = FilterOperation;
4854
5259
  exports.FilterOperator = FilterOperator;
4855
5260
  exports.FilterValueType = FilterValueType;
4856
5261
  exports.FunctionType = FunctionType;
5262
+ exports.GetAssetCommand = GetAssetCommand;
5263
+ exports.GetAssetTypeCommand = GetAssetTypeCommand;
4857
5264
  exports.GetBlueprintCommand = GetBlueprintCommand;
4858
5265
  exports.GetBlueprintRunCommand = GetBlueprintRunCommand;
4859
5266
  exports.GetBlueprintRunsCommand = GetBlueprintRunsCommand;
@@ -4887,6 +5294,9 @@ exports.GetDataflowGraphCommand = GetDataflowGraphCommand;
4887
5294
  exports.GetDevEndpointCommand = GetDevEndpointCommand;
4888
5295
  exports.GetDevEndpointsCommand = GetDevEndpointsCommand;
4889
5296
  exports.GetEntityRecordsCommand = GetEntityRecordsCommand;
5297
+ exports.GetFormTypeCommand = GetFormTypeCommand;
5298
+ exports.GetGlossaryCommand = GetGlossaryCommand;
5299
+ exports.GetGlossaryTermCommand = GetGlossaryTermCommand;
4890
5300
  exports.GetGlueIdentityCenterConfigurationCommand = GetGlueIdentityCenterConfigurationCommand;
4891
5301
  exports.GetIntegrationResourcePropertyCommand = GetIntegrationResourcePropertyCommand;
4892
5302
  exports.GetIntegrationTablePropertiesCommand = GetIntegrationTablePropertiesCommand;
@@ -4961,6 +5371,7 @@ exports.JoinType = JoinType;
4961
5371
  exports.Language = Language;
4962
5372
  exports.LastCrawlStatus = LastCrawlStatus;
4963
5373
  exports.LastRefreshType = LastRefreshType;
5374
+ exports.ListAssetTypesCommand = ListAssetTypesCommand;
4964
5375
  exports.ListBlueprintsCommand = ListBlueprintsCommand;
4965
5376
  exports.ListColumnStatisticsTaskRunsCommand = ListColumnStatisticsTaskRunsCommand;
4966
5377
  exports.ListConnectionTypesCommand = ListConnectionTypesCommand;
@@ -4975,7 +5386,11 @@ exports.ListDataQualityStatisticAnnotationsCommand = ListDataQualityStatisticAnn
4975
5386
  exports.ListDataQualityStatisticsCommand = ListDataQualityStatisticsCommand;
4976
5387
  exports.ListDevEndpointsCommand = ListDevEndpointsCommand;
4977
5388
  exports.ListEntitiesCommand = ListEntitiesCommand;
5389
+ exports.ListFormTypesCommand = ListFormTypesCommand;
5390
+ exports.ListGlossariesCommand = ListGlossariesCommand;
5391
+ exports.ListGlossaryTermsCommand = ListGlossaryTermsCommand;
4978
5392
  exports.ListIntegrationResourcePropertiesCommand = ListIntegrationResourcePropertiesCommand;
5393
+ exports.ListIterableFormsCommand = ListIterableFormsCommand;
4979
5394
  exports.ListJobsCommand = ListJobsCommand;
4980
5395
  exports.ListMLTransformsCommand = ListMLTransformsCommand;
4981
5396
  exports.ListMaterializedViewRefreshTaskRunsCommand = ListMaterializedViewRefreshTaskRunsCommand;
@@ -5007,8 +5422,12 @@ exports.PiiType = PiiType;
5007
5422
  exports.PrincipalType = PrincipalType;
5008
5423
  exports.PropertyLocation = PropertyLocation;
5009
5424
  exports.PropertyType = PropertyType;
5425
+ exports.PutAssetCommand = PutAssetCommand;
5426
+ exports.PutAssetTypeCommand = PutAssetTypeCommand;
5427
+ exports.PutAttachmentCommand = PutAttachmentCommand;
5010
5428
  exports.PutDataCatalogEncryptionSettingsCommand = PutDataCatalogEncryptionSettingsCommand;
5011
5429
  exports.PutDataQualityProfileAnnotationCommand = PutDataQualityProfileAnnotationCommand;
5430
+ exports.PutFormTypeCommand = PutFormTypeCommand;
5012
5431
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
5013
5432
  exports.PutSchemaVersionMetadataCommand = PutSchemaVersionMetadataCommand;
5014
5433
  exports.PutWorkflowRunPropertiesCommand = PutWorkflowRunPropertiesCommand;
@@ -5032,6 +5451,9 @@ exports.ScheduleType = ScheduleType;
5032
5451
  exports.SchemaDiffType = SchemaDiffType;
5033
5452
  exports.SchemaStatus = SchemaStatus;
5034
5453
  exports.SchemaVersionStatus = SchemaVersionStatus;
5454
+ exports.SearchCommand = SearchCommand;
5455
+ exports.SearchFilterOperator = SearchFilterOperator;
5456
+ exports.SearchSortOrder = SearchSortOrder;
5035
5457
  exports.SearchTablesCommand = SearchTablesCommand;
5036
5458
  exports.Separator = Separator;
5037
5459
  exports.SessionStatus = SessionStatus;
@@ -5098,6 +5520,8 @@ exports.UpdateCrawlerScheduleCommand = UpdateCrawlerScheduleCommand;
5098
5520
  exports.UpdateDataQualityRulesetCommand = UpdateDataQualityRulesetCommand;
5099
5521
  exports.UpdateDatabaseCommand = UpdateDatabaseCommand;
5100
5522
  exports.UpdateDevEndpointCommand = UpdateDevEndpointCommand;
5523
+ exports.UpdateGlossaryCommand = UpdateGlossaryCommand;
5524
+ exports.UpdateGlossaryTermCommand = UpdateGlossaryTermCommand;
5101
5525
  exports.UpdateGlueIdentityCenterConfigurationCommand = UpdateGlueIdentityCenterConfigurationCommand;
5102
5526
  exports.UpdateIntegrationResourcePropertyCommand = UpdateIntegrationResourcePropertyCommand;
5103
5527
  exports.UpdateIntegrationTablePropertiesCommand = UpdateIntegrationTablePropertiesCommand;
@@ -5141,6 +5565,7 @@ exports.paginateGetTriggers = paginateGetTriggers;
5141
5565
  exports.paginateGetUnfilteredPartitionsMetadata = paginateGetUnfilteredPartitionsMetadata;
5142
5566
  exports.paginateGetUserDefinedFunctions = paginateGetUserDefinedFunctions;
5143
5567
  exports.paginateGetWorkflowRuns = paginateGetWorkflowRuns;
5568
+ exports.paginateListAssetTypes = paginateListAssetTypes;
5144
5569
  exports.paginateListBlueprints = paginateListBlueprints;
5145
5570
  exports.paginateListColumnStatisticsTaskRuns = paginateListColumnStatisticsTaskRuns;
5146
5571
  exports.paginateListConnectionTypes = paginateListConnectionTypes;
@@ -5152,6 +5577,10 @@ exports.paginateListDataQualityRulesetEvaluationRuns = paginateListDataQualityRu
5152
5577
  exports.paginateListDataQualityRulesets = paginateListDataQualityRulesets;
5153
5578
  exports.paginateListDevEndpoints = paginateListDevEndpoints;
5154
5579
  exports.paginateListEntities = paginateListEntities;
5580
+ exports.paginateListFormTypes = paginateListFormTypes;
5581
+ exports.paginateListGlossaries = paginateListGlossaries;
5582
+ exports.paginateListGlossaryTerms = paginateListGlossaryTerms;
5583
+ exports.paginateListIterableForms = paginateListIterableForms;
5155
5584
  exports.paginateListJobs = paginateListJobs;
5156
5585
  exports.paginateListMLTransforms = paginateListMLTransforms;
5157
5586
  exports.paginateListMaterializedViewRefreshTaskRuns = paginateListMaterializedViewRefreshTaskRuns;
@@ -5163,4 +5592,5 @@ exports.paginateListTableOptimizerRuns = paginateListTableOptimizerRuns;
5163
5592
  exports.paginateListTriggers = paginateListTriggers;
5164
5593
  exports.paginateListUsageProfiles = paginateListUsageProfiles;
5165
5594
  exports.paginateListWorkflows = paginateListWorkflows;
5595
+ exports.paginateSearch = paginateSearch;
5166
5596
  exports.paginateSearchTables = paginateSearchTables;