@cdklabs/cdk-construct-connect-datalake 0.0.14 → 0.0.15

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 (463) hide show
  1. package/.jsii +9 -9
  2. package/lib/index.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/bdd.js +2 -5
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +7 -11
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +449 -469
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/CloudFormationServiceException.js +4 -8
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/errors.js +59 -91
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +22 -26
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +30 -34
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.native.js +4 -7
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +20 -24
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/schemas/schemas_0.js +814 -533
  14. package/node_modules/@aws-sdk/client-cloudformation/package.json +8 -8
  15. package/node_modules/@aws-sdk/client-connect/README.md +14 -0
  16. package/node_modules/@aws-sdk/client-connect/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
  17. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/bdd.js +2 -5
  18. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/endpointResolver.js +7 -11
  19. package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +1289 -1256
  20. package/node_modules/@aws-sdk/client-connect/dist-cjs/models/ConnectServiceException.js +4 -8
  21. package/node_modules/@aws-sdk/client-connect/dist-cjs/models/errors.js +57 -88
  22. package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.browser.js +22 -26
  23. package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.js +30 -34
  24. package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.native.js +4 -7
  25. package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.shared.js +20 -24
  26. package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +3630 -2290
  27. package/node_modules/@aws-sdk/client-connect/dist-es/Connect.js +4 -0
  28. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetEvaluationFormValidationCommand.js +16 -0
  29. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartEvaluationFormValidationCommand.js +16 -0
  30. package/node_modules/@aws-sdk/client-connect/dist-es/commands/index.js +2 -0
  31. package/node_modules/@aws-sdk/client-connect/dist-es/index.js +1 -0
  32. package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +20 -0
  33. package/node_modules/@aws-sdk/client-connect/dist-es/models/models_4.js +1 -0
  34. package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +183 -48
  35. package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +14 -0
  36. package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +4 -2
  37. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateEvaluationFormCommand.d.ts +65 -1
  38. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateViewCommand.d.ts +2 -1
  39. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateViewVersionCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateVocabularyCommand.d.ts +1 -2
  41. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactCommand.d.ts +1 -1
  42. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactEvaluationCommand.d.ts +72 -2
  43. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeEvaluationFormCommand.d.ts +68 -2
  44. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetEvaluationFormValidationCommand.d.ts +112 -0
  45. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataV2Command.d.ts +1 -2
  46. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactEvaluationsCommand.d.ts +3 -0
  47. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactEvaluationsCommand.d.ts +37 -0
  48. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactsCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchEvaluationFormsCommand.d.ts +1 -2
  50. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +1 -2
  51. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +1 -2
  52. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchNotificationsCommand.d.ts +1 -2
  53. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +1 -2
  54. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartEvaluationFormValidationCommand.d.ts +102 -0
  55. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +2 -1
  56. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateEvaluationFormCommand.d.ts +67 -2
  57. package/node_modules/@aws-sdk/client-connect/dist-types/commands/index.d.ts +2 -0
  58. package/node_modules/@aws-sdk/client-connect/dist-types/index.d.ts +1 -0
  59. package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +60 -0
  60. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +127 -103
  61. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +217 -1947
  62. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +2078 -384
  63. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +1479 -1769
  64. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_4.d.ts +707 -0
  65. package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +16 -0
  66. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/Connect.d.ts +34 -0
  67. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/ConnectClient.d.ts +12 -0
  68. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateViewCommand.d.ts +2 -1
  69. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +4 -2
  71. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
  73. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetEvaluationFormValidationCommand.d.ts +53 -0
  75. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +4 -2
  76. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchContactsCommand.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +4 -2
  78. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +4 -2
  79. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +4 -2
  80. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchNotificationsCommand.d.ts +4 -2
  81. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +4 -2
  82. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartEvaluationFormValidationCommand.d.ts +53 -0
  83. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +2 -4
  84. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +2 -4
  85. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/index.d.ts +2 -0
  86. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/index.d.ts +1 -0
  87. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +30 -0
  88. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +30 -23
  89. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +50 -45
  90. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +75 -81
  91. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +96 -175
  92. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_4.d.ts +197 -0
  93. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +16 -0
  94. package/node_modules/@aws-sdk/client-connect/package.json +8 -8
  95. package/node_modules/@aws-sdk/client-glue/README.md +196 -0
  96. package/node_modules/@aws-sdk/client-glue/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
  97. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/bdd.js +2 -5
  98. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/endpointResolver.js +7 -11
  99. package/node_modules/@aws-sdk/client-glue/dist-cjs/index.js +1317 -907
  100. package/node_modules/@aws-sdk/client-glue/dist-cjs/models/GlueServiceException.js +4 -8
  101. package/node_modules/@aws-sdk/client-glue/dist-cjs/models/errors.js +131 -183
  102. package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.browser.js +22 -26
  103. package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.js +30 -34
  104. package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.native.js +4 -7
  105. package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.shared.js +20 -24
  106. package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +3528 -1827
  107. package/node_modules/@aws-sdk/client-glue/dist-es/Glue.js +68 -0
  108. package/node_modules/@aws-sdk/client-glue/dist-es/commands/AssociateGlossaryTermsCommand.js +16 -0
  109. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchGetIterableFormsCommand.js +16 -0
  110. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateGlossaryCommand.js +16 -0
  111. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateGlossaryTermCommand.js +16 -0
  112. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteAssetCommand.js +16 -0
  113. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteAssetTypeCommand.js +16 -0
  114. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteAttachmentCommand.js +16 -0
  115. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteFormTypeCommand.js +16 -0
  116. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteGlossaryCommand.js +16 -0
  117. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteGlossaryTermCommand.js +16 -0
  118. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DisassociateGlossaryTermsCommand.js +16 -0
  119. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetAssetCommand.js +16 -0
  120. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetAssetTypeCommand.js +16 -0
  121. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetFormTypeCommand.js +16 -0
  122. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetGlossaryCommand.js +16 -0
  123. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetGlossaryTermCommand.js +16 -0
  124. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListAssetTypesCommand.js +16 -0
  125. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListFormTypesCommand.js +16 -0
  126. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListGlossariesCommand.js +16 -0
  127. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListGlossaryTermsCommand.js +16 -0
  128. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListIterableFormsCommand.js +16 -0
  129. package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutAssetCommand.js +16 -0
  130. package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutAssetTypeCommand.js +16 -0
  131. package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutAttachmentCommand.js +16 -0
  132. package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutFormTypeCommand.js +16 -0
  133. package/node_modules/@aws-sdk/client-glue/dist-es/commands/SearchAssetsCommand.js +16 -0
  134. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateGlossaryCommand.js +16 -0
  135. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateGlossaryTermCommand.js +16 -0
  136. package/node_modules/@aws-sdk/client-glue/dist-es/commands/index.js +28 -0
  137. package/node_modules/@aws-sdk/client-glue/dist-es/models/enums.js +12 -0
  138. package/node_modules/@aws-sdk/client-glue/dist-es/models/errors.js +38 -38
  139. package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListAssetTypesPaginator.js +4 -0
  140. package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListFormTypesPaginator.js +4 -0
  141. package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListGlossariesPaginator.js +4 -0
  142. package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListGlossaryTermsPaginator.js +4 -0
  143. package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListIterableFormsPaginator.js +4 -0
  144. package/node_modules/@aws-sdk/client-glue/dist-es/pagination/SearchAssetsPaginator.js +4 -0
  145. package/node_modules/@aws-sdk/client-glue/dist-es/pagination/index.js +6 -0
  146. package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +672 -31
  147. package/node_modules/@aws-sdk/client-glue/dist-types/Glue.d.ts +242 -0
  148. package/node_modules/@aws-sdk/client-glue/dist-types/GlueClient.d.ts +30 -2
  149. package/node_modules/@aws-sdk/client-glue/dist-types/commands/AssociateGlossaryTermsCommand.d.ts +101 -0
  150. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchGetIterableFormsCommand.d.ts +122 -0
  151. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateCrawlerCommand.d.ts +2 -1
  152. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
  153. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateDatabaseCommand.d.ts +1 -1
  154. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateGlossaryCommand.d.ts +98 -0
  155. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateGlossaryTermCommand.d.ts +105 -0
  156. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteAssetCommand.d.ts +89 -0
  157. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteAssetTypeCommand.d.ts +89 -0
  158. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteAttachmentCommand.d.ts +97 -0
  159. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteFormTypeCommand.d.ts +92 -0
  160. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteGlossaryCommand.d.ts +92 -0
  161. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteGlossaryTermCommand.d.ts +89 -0
  162. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DisassociateGlossaryTermsCommand.d.ts +101 -0
  163. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetAssetCommand.d.ts +116 -0
  164. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetAssetTypeCommand.d.ts +97 -0
  165. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  166. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
  167. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
  168. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetEntityRecordsCommand.d.ts +1 -1
  169. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetFormTypeCommand.d.ts +93 -0
  170. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetGlossaryCommand.d.ts +90 -0
  171. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetGlossaryTermCommand.d.ts +92 -0
  172. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
  173. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
  174. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
  175. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
  176. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobCommand.d.ts +1 -1
  177. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobRunCommand.d.ts +1 -1
  178. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
  179. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobsCommand.d.ts +1 -1
  180. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMappingCommand.d.ts +1 -1
  181. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  182. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListAssetTypesCommand.d.ts +95 -0
  183. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListFormTypesCommand.d.ts +95 -0
  184. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListGlossariesCommand.d.ts +96 -0
  185. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListGlossaryTermsCommand.d.ts +97 -0
  186. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListIterableFormsCommand.d.ts +104 -0
  187. package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutAssetCommand.d.ts +113 -0
  188. package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutAssetTypeCommand.d.ts +103 -0
  189. package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutAttachmentCommand.d.ts +104 -0
  190. package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutFormTypeCommand.d.ts +95 -0
  191. package/node_modules/@aws-sdk/client-glue/dist-types/commands/SearchAssetsCommand.d.ts +149 -0
  192. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  193. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  194. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  195. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  196. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  197. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartJobRunCommand.d.ts +1 -1
  198. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  199. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  200. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  201. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartTriggerCommand.d.ts +1 -1
  202. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
  203. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  204. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  205. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
  206. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  207. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  208. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopSessionCommand.d.ts +1 -1
  209. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopTriggerCommand.d.ts +1 -1
  210. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
  211. package/node_modules/@aws-sdk/client-glue/dist-types/commands/TagResourceCommand.d.ts +1 -1
  212. package/node_modules/@aws-sdk/client-glue/dist-types/commands/TestConnectionCommand.d.ts +1 -1
  213. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  214. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
  215. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCatalogCommand.d.ts +1 -1
  216. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
  217. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  218. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  219. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  220. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  221. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
  222. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -2
  223. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateGlossaryCommand.d.ts +102 -0
  224. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateGlossaryTermCommand.d.ts +105 -0
  225. package/node_modules/@aws-sdk/client-glue/dist-types/commands/index.d.ts +28 -0
  226. package/node_modules/@aws-sdk/client-glue/dist-types/models/enums.d.ts +28 -0
  227. package/node_modules/@aws-sdk/client-glue/dist-types/models/errors.d.ts +48 -48
  228. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_0.d.ts +165 -174
  229. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_1.d.ts +565 -755
  230. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +2302 -2039
  231. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +1413 -4
  232. package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListAssetTypesPaginator.d.ts +7 -0
  233. package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListFormTypesPaginator.d.ts +7 -0
  234. package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListGlossariesPaginator.d.ts +7 -0
  235. package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListGlossaryTermsPaginator.d.ts +7 -0
  236. package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListIterableFormsPaginator.d.ts +7 -0
  237. package/node_modules/@aws-sdk/client-glue/dist-types/pagination/SearchAssetsPaginator.d.ts +7 -0
  238. package/node_modules/@aws-sdk/client-glue/dist-types/pagination/index.d.ts +6 -0
  239. package/node_modules/@aws-sdk/client-glue/dist-types/schemas/schemas_0.d.ts +101 -0
  240. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/Glue.d.ts +522 -0
  241. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/GlueClient.d.ts +168 -0
  242. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/AssociateGlossaryTermsCommand.d.ts +53 -0
  243. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchGetIterableFormsCommand.d.ts +53 -0
  244. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +2 -4
  245. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
  246. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +1 -1
  247. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +52 -0
  248. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +53 -0
  249. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +49 -0
  250. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +52 -0
  251. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +52 -0
  252. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +52 -0
  253. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +52 -0
  254. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +53 -0
  255. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DisassociateGlossaryTermsCommand.d.ts +53 -0
  256. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetAssetCommand.d.ts +45 -0
  257. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +49 -0
  258. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  259. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
  260. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
  261. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +1 -1
  262. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +49 -0
  263. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +49 -0
  264. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +52 -0
  265. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
  266. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
  267. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
  268. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
  269. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
  270. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
  271. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
  272. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
  273. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
  274. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  275. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +52 -0
  276. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListFormTypesCommand.d.ts +52 -0
  277. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListGlossariesCommand.d.ts +52 -0
  278. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListGlossaryTermsCommand.d.ts +53 -0
  279. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListIterableFormsCommand.d.ts +53 -0
  280. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutAssetCommand.d.ts +45 -0
  281. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutAssetTypeCommand.d.ts +49 -0
  282. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutAttachmentCommand.d.ts +52 -0
  283. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutFormTypeCommand.d.ts +49 -0
  284. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/SearchAssetsCommand.d.ts +50 -0
  285. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  286. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  287. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  288. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  289. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  290. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
  291. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  292. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  293. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  294. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
  295. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
  296. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  297. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  298. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
  299. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  300. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  301. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
  302. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
  303. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
  304. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  305. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
  306. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  307. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
  308. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +1 -1
  309. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
  310. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  311. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  312. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  313. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  314. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
  315. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +4 -2
  316. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +52 -0
  317. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +53 -0
  318. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/index.d.ts +28 -0
  319. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/enums.d.ts +16 -0
  320. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/errors.d.ts +26 -26
  321. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_0.d.ts +41 -40
  322. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_1.d.ts +130 -181
  323. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +396 -293
  324. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_3.d.ts +373 -1
  325. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListAssetTypesPaginator.d.ts +11 -0
  326. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListFormTypesPaginator.d.ts +11 -0
  327. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListGlossariesPaginator.d.ts +11 -0
  328. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListGlossaryTermsPaginator.d.ts +11 -0
  329. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListIterableFormsPaginator.d.ts +11 -0
  330. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/SearchAssetsPaginator.d.ts +11 -0
  331. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/index.d.ts +6 -0
  332. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/schemas/schemas_0.d.ts +101 -0
  333. package/node_modules/@aws-sdk/client-glue/package.json +8 -8
  334. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
  335. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/bdd.js +2 -5
  336. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/endpointResolver.js +7 -11
  337. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/index.js +236 -256
  338. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/models/LakeFormationServiceException.js +4 -8
  339. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/models/errors.js +39 -61
  340. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.browser.js +22 -26
  341. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.js +30 -34
  342. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.native.js +4 -7
  343. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.shared.js +21 -25
  344. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/schemas/schemas_0.js +544 -356
  345. package/node_modules/@aws-sdk/client-lakeformation/package.json +8 -8
  346. package/node_modules/@aws-sdk/client-ram/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
  347. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/bdd.js +2 -5
  348. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/endpointResolver.js +7 -11
  349. package/node_modules/@aws-sdk/client-ram/dist-cjs/index.js +159 -179
  350. package/node_modules/@aws-sdk/client-ram/dist-cjs/models/RAMServiceException.js +4 -8
  351. package/node_modules/@aws-sdk/client-ram/dist-cjs/models/errors.js +57 -88
  352. package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.browser.js +22 -26
  353. package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.js +30 -34
  354. package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.native.js +4 -7
  355. package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.shared.js +20 -24
  356. package/node_modules/@aws-sdk/client-ram/dist-cjs/schemas/schemas_0.js +318 -210
  357. package/node_modules/@aws-sdk/client-ram/package.json +8 -8
  358. package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +15 -19
  359. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/bdd.js +2 -5
  360. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +7 -11
  361. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +77 -97
  362. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +4 -8
  363. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/errors.js +25 -40
  364. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +22 -26
  365. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +36 -40
  366. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +4 -7
  367. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +25 -29
  368. package/node_modules/@aws-sdk/client-sts/dist-cjs/schemas/schemas_0.js +122 -85
  369. package/node_modules/@aws-sdk/client-sts/package.json +15 -15
  370. package/node_modules/@aws-sdk/core/dist-cjs/index.js +45 -50
  371. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -4
  372. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +297 -23
  373. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +327 -52
  374. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +297 -23
  375. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +19 -21
  376. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +107 -109
  377. package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +2 -4
  378. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +276 -1
  379. package/node_modules/@aws-sdk/core/package.json +8 -8
  380. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -6
  381. package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
  382. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +3 -7
  383. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +12 -16
  384. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +16 -21
  385. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +14 -18
  386. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +1 -5
  387. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +2 -5
  388. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +2 -7
  389. package/node_modules/@aws-sdk/credential-provider-http/package.json +6 -6
  390. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +47 -41
  391. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +8 -4
  392. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +14 -10
  393. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  394. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +31 -33
  395. package/node_modules/@aws-sdk/credential-provider-login/package.json +7 -7
  396. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +16 -18
  397. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
  398. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +11 -13
  399. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  400. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +22 -24
  401. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BGYXHf8s.js +3 -0
  402. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  403. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +10 -14
  404. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +2 -6
  405. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +3 -27
  406. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  407. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -1
  408. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +82 -84
  409. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +158 -119
  410. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +80 -82
  411. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +80 -82
  412. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +99 -101
  413. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +4 -1
  414. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +70 -35
  415. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
  416. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +3 -0
  417. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
  418. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +12 -0
  419. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
  420. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +3 -0
  421. package/node_modules/@aws-sdk/nested-clients/package.json +9 -8
  422. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +4 -6
  423. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +5 -5
  424. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +26 -28
  425. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  426. package/node_modules/@aws-sdk/types/dist-cjs/index.js +7 -8
  427. package/node_modules/@aws-sdk/types/package.json +4 -4
  428. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +0 -2
  429. package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
  430. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +2 -4
  431. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +4 -7
  432. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +2 -5
  433. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +7 -10
  434. package/node_modules/@aws-sdk/xml-builder/node_modules/strnum/package.json +5 -4
  435. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  436. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +518 -371
  437. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +1 -1
  438. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +10 -2
  439. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +326 -269
  440. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +192 -103
  441. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +4 -2
  442. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-value-from-text-node.js +1 -1
  443. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +10 -2
  444. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +4 -0
  445. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +8 -4
  446. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
  447. package/node_modules/@smithy/core/package.json +1 -1
  448. package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
  449. package/node_modules/@smithy/fetch-http-handler/package.json +2 -2
  450. package/node_modules/@smithy/node-http-handler/package.json +2 -2
  451. package/node_modules/@smithy/signature-v4/package.json +2 -2
  452. package/node_modules/anynum/package.json +2 -2
  453. package/node_modules/path-expression-matcher/README.md +82 -7
  454. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -1
  455. package/node_modules/path-expression-matcher/lib/pem.d.cts +83 -2
  456. package/node_modules/path-expression-matcher/lib/pem.min.js +1 -1
  457. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -1
  458. package/node_modules/path-expression-matcher/package.json +3 -2
  459. package/node_modules/path-expression-matcher/src/ExpressionSet.js +18 -2
  460. package/node_modules/path-expression-matcher/src/Matcher.js +93 -3
  461. package/node_modules/path-expression-matcher/src/index.d.ts +67 -1
  462. package/package.json +11 -11
  463. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +0 -8
@@ -1,18 +1,21 @@
1
- 'use strict';
2
-
3
- var client$1 = require('@aws-sdk/core/client');
4
- var core = require('@smithy/core');
5
- var client = require('@smithy/core/client');
6
- var config = require('@smithy/core/config');
7
- var endpoints = require('@smithy/core/endpoints');
8
- var protocols = require('@smithy/core/protocols');
9
- var retry = require('@smithy/core/retry');
10
- var schema = require('@smithy/core/schema');
11
- var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
12
- var runtimeConfig = require('./runtimeConfig');
13
- var schemas_0 = require('./schemas/schemas_0');
14
- var errors = require('./models/errors');
15
- var GlueServiceException = require('./models/GlueServiceException');
1
+ var __exportStar = (m, e) => { Object.assign(e, m); };
2
+ const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
+ const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
+ const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
+ exports.$Command = Command;
6
+ exports.__Client = Client;
7
+ const { resolveRegionConfig } = require("@smithy/core/config");
8
+ const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
+ const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
+ const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
+ const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
+ const { resolveHttpAuthSchemeConfig, defaultGlueHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
+ const { getRuntimeConfig } = require("./runtimeConfig");
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$, SearchAssets$, 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
+ __exportStar(require("./schemas/schemas_0"), exports);
16
+ __exportStar(require("./models/errors"), exports);
17
+ const { GlueServiceException } = require("./models/GlueServiceException");
18
+ exports.GlueServiceException = GlueServiceException;
16
19
 
17
20
  const resolveClientEndpointParameters = (options) => {
18
21
  return Object.assign(options, {
@@ -68,3343 +71,3692 @@ const resolveHttpAuthRuntimeConfig = (config) => {
68
71
  };
69
72
 
70
73
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
71
- const extensionConfiguration = Object.assign(client$1.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
74
+ const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
72
75
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
73
- return Object.assign(runtimeConfig, client$1.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
76
+ return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
74
77
  };
75
78
 
76
- class GlueClient extends client.Client {
79
+ class GlueClient extends Client {
77
80
  config;
78
81
  constructor(...[configuration]) {
79
- const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
82
+ const _config_0 = getRuntimeConfig(configuration || {});
80
83
  super(_config_0);
81
84
  this.initConfig = _config_0;
82
85
  const _config_1 = resolveClientEndpointParameters(_config_0);
83
- const _config_2 = client$1.resolveUserAgentConfig(_config_1);
84
- const _config_3 = retry.resolveRetryConfig(_config_2);
85
- const _config_4 = config.resolveRegionConfig(_config_3);
86
- const _config_5 = client$1.resolveHostHeaderConfig(_config_4);
87
- const _config_6 = endpoints.resolveEndpointConfig(_config_5);
88
- const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
86
+ const _config_2 = resolveUserAgentConfig(_config_1);
87
+ const _config_3 = resolveRetryConfig(_config_2);
88
+ const _config_4 = resolveRegionConfig(_config_3);
89
+ const _config_5 = resolveHostHeaderConfig(_config_4);
90
+ const _config_6 = resolveEndpointConfig(_config_5);
91
+ const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
89
92
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
90
93
  this.config = _config_8;
91
- this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
92
- this.middlewareStack.use(client$1.getUserAgentPlugin(this.config));
93
- this.middlewareStack.use(retry.getRetryPlugin(this.config));
94
- this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
95
- this.middlewareStack.use(client$1.getHostHeaderPlugin(this.config));
96
- this.middlewareStack.use(client$1.getLoggerPlugin(this.config));
97
- this.middlewareStack.use(client$1.getRecursionDetectionPlugin(this.config));
98
- this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
99
- httpAuthSchemeParametersProvider: httpAuthSchemeProvider.defaultGlueHttpAuthSchemeParametersProvider,
100
- identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({
94
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
95
+ this.middlewareStack.use(getUserAgentPlugin(this.config));
96
+ this.middlewareStack.use(getRetryPlugin(this.config));
97
+ this.middlewareStack.use(getContentLengthPlugin(this.config));
98
+ this.middlewareStack.use(getHostHeaderPlugin(this.config));
99
+ this.middlewareStack.use(getLoggerPlugin(this.config));
100
+ this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
101
+ this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
102
+ httpAuthSchemeParametersProvider: defaultGlueHttpAuthSchemeParametersProvider,
103
+ identityProviderConfigProvider: async (config) => new DefaultIdentityProviderConfig({
101
104
  "aws.auth#sigv4": config.credentials,
102
105
  }),
103
106
  }));
104
- this.middlewareStack.use(core.getHttpSigningPlugin(this.config));
107
+ this.middlewareStack.use(getHttpSigningPlugin(this.config));
105
108
  }
106
109
  destroy() {
107
110
  super.destroy();
108
111
  }
109
112
  }
110
113
 
111
- class BatchCreatePartitionCommand extends client.Command
114
+ class AssociateGlossaryTermsCommand extends Command
112
115
  .classBuilder()
113
116
  .ep(commonParams)
114
117
  .m(function (Command, cs, config, o) {
115
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
118
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
119
+ })
120
+ .s("AWSGlue", "AssociateGlossaryTerms", {})
121
+ .n("GlueClient", "AssociateGlossaryTermsCommand")
122
+ .sc(AssociateGlossaryTerms$)
123
+ .build() {
124
+ }
125
+
126
+ class BatchCreatePartitionCommand extends Command
127
+ .classBuilder()
128
+ .ep(commonParams)
129
+ .m(function (Command, cs, config, o) {
130
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
116
131
  })
117
132
  .s("AWSGlue", "BatchCreatePartition", {})
118
133
  .n("GlueClient", "BatchCreatePartitionCommand")
119
- .sc(schemas_0.BatchCreatePartition$)
134
+ .sc(BatchCreatePartition$)
120
135
  .build() {
121
136
  }
122
137
 
123
- class BatchDeleteConnectionCommand extends client.Command
138
+ class BatchDeleteConnectionCommand extends Command
124
139
  .classBuilder()
125
140
  .ep(commonParams)
126
141
  .m(function (Command, cs, config, o) {
127
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
142
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
128
143
  })
129
144
  .s("AWSGlue", "BatchDeleteConnection", {})
130
145
  .n("GlueClient", "BatchDeleteConnectionCommand")
131
- .sc(schemas_0.BatchDeleteConnection$)
146
+ .sc(BatchDeleteConnection$)
132
147
  .build() {
133
148
  }
134
149
 
135
- class BatchDeletePartitionCommand extends client.Command
150
+ class BatchDeletePartitionCommand extends Command
136
151
  .classBuilder()
137
152
  .ep(commonParams)
138
153
  .m(function (Command, cs, config, o) {
139
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
154
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
140
155
  })
141
156
  .s("AWSGlue", "BatchDeletePartition", {})
142
157
  .n("GlueClient", "BatchDeletePartitionCommand")
143
- .sc(schemas_0.BatchDeletePartition$)
158
+ .sc(BatchDeletePartition$)
144
159
  .build() {
145
160
  }
146
161
 
147
- class BatchDeleteTableCommand extends client.Command
162
+ class BatchDeleteTableCommand extends Command
148
163
  .classBuilder()
149
164
  .ep(commonParams)
150
165
  .m(function (Command, cs, config, o) {
151
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
166
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
152
167
  })
153
168
  .s("AWSGlue", "BatchDeleteTable", {})
154
169
  .n("GlueClient", "BatchDeleteTableCommand")
155
- .sc(schemas_0.BatchDeleteTable$)
170
+ .sc(BatchDeleteTable$)
156
171
  .build() {
157
172
  }
158
173
 
159
- class BatchDeleteTableVersionCommand extends client.Command
174
+ class BatchDeleteTableVersionCommand extends Command
160
175
  .classBuilder()
161
176
  .ep(commonParams)
162
177
  .m(function (Command, cs, config, o) {
163
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
178
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
164
179
  })
165
180
  .s("AWSGlue", "BatchDeleteTableVersion", {})
166
181
  .n("GlueClient", "BatchDeleteTableVersionCommand")
167
- .sc(schemas_0.BatchDeleteTableVersion$)
182
+ .sc(BatchDeleteTableVersion$)
168
183
  .build() {
169
184
  }
170
185
 
171
- class BatchGetBlueprintsCommand extends client.Command
186
+ class BatchGetBlueprintsCommand extends Command
172
187
  .classBuilder()
173
188
  .ep(commonParams)
174
189
  .m(function (Command, cs, config, o) {
175
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
190
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
176
191
  })
177
192
  .s("AWSGlue", "BatchGetBlueprints", {})
178
193
  .n("GlueClient", "BatchGetBlueprintsCommand")
179
- .sc(schemas_0.BatchGetBlueprints$)
194
+ .sc(BatchGetBlueprints$)
180
195
  .build() {
181
196
  }
182
197
 
183
- class BatchGetCrawlersCommand extends client.Command
198
+ class BatchGetCrawlersCommand extends Command
184
199
  .classBuilder()
185
200
  .ep(commonParams)
186
201
  .m(function (Command, cs, config, o) {
187
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
202
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
188
203
  })
189
204
  .s("AWSGlue", "BatchGetCrawlers", {})
190
205
  .n("GlueClient", "BatchGetCrawlersCommand")
191
- .sc(schemas_0.BatchGetCrawlers$)
206
+ .sc(BatchGetCrawlers$)
192
207
  .build() {
193
208
  }
194
209
 
195
- class BatchGetCustomEntityTypesCommand extends client.Command
210
+ class BatchGetCustomEntityTypesCommand extends Command
196
211
  .classBuilder()
197
212
  .ep(commonParams)
198
213
  .m(function (Command, cs, config, o) {
199
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
214
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
200
215
  })
201
216
  .s("AWSGlue", "BatchGetCustomEntityTypes", {})
202
217
  .n("GlueClient", "BatchGetCustomEntityTypesCommand")
203
- .sc(schemas_0.BatchGetCustomEntityTypes$)
218
+ .sc(BatchGetCustomEntityTypes$)
204
219
  .build() {
205
220
  }
206
221
 
207
- class BatchGetDataQualityResultCommand extends client.Command
222
+ class BatchGetDataQualityResultCommand extends Command
208
223
  .classBuilder()
209
224
  .ep(commonParams)
210
225
  .m(function (Command, cs, config, o) {
211
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
226
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
212
227
  })
213
228
  .s("AWSGlue", "BatchGetDataQualityResult", {})
214
229
  .n("GlueClient", "BatchGetDataQualityResultCommand")
215
- .sc(schemas_0.BatchGetDataQualityResult$)
230
+ .sc(BatchGetDataQualityResult$)
216
231
  .build() {
217
232
  }
218
233
 
219
- class BatchGetDevEndpointsCommand extends client.Command
234
+ class BatchGetDevEndpointsCommand extends Command
220
235
  .classBuilder()
221
236
  .ep(commonParams)
222
237
  .m(function (Command, cs, config, o) {
223
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
238
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
224
239
  })
225
240
  .s("AWSGlue", "BatchGetDevEndpoints", {})
226
241
  .n("GlueClient", "BatchGetDevEndpointsCommand")
227
- .sc(schemas_0.BatchGetDevEndpoints$)
242
+ .sc(BatchGetDevEndpoints$)
243
+ .build() {
244
+ }
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$)
228
255
  .build() {
229
256
  }
230
257
 
231
- class BatchGetJobsCommand extends client.Command
258
+ class BatchGetJobsCommand extends Command
232
259
  .classBuilder()
233
260
  .ep(commonParams)
234
261
  .m(function (Command, cs, config, o) {
235
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
262
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
236
263
  })
237
264
  .s("AWSGlue", "BatchGetJobs", {})
238
265
  .n("GlueClient", "BatchGetJobsCommand")
239
- .sc(schemas_0.BatchGetJobs$)
266
+ .sc(BatchGetJobs$)
240
267
  .build() {
241
268
  }
242
269
 
243
- class BatchGetPartitionCommand extends client.Command
270
+ class BatchGetPartitionCommand extends Command
244
271
  .classBuilder()
245
272
  .ep(commonParams)
246
273
  .m(function (Command, cs, config, o) {
247
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
274
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
248
275
  })
249
276
  .s("AWSGlue", "BatchGetPartition", {})
250
277
  .n("GlueClient", "BatchGetPartitionCommand")
251
- .sc(schemas_0.BatchGetPartition$)
278
+ .sc(BatchGetPartition$)
252
279
  .build() {
253
280
  }
254
281
 
255
- class BatchGetTableOptimizerCommand extends client.Command
282
+ class BatchGetTableOptimizerCommand extends Command
256
283
  .classBuilder()
257
284
  .ep(commonParams)
258
285
  .m(function (Command, cs, config, o) {
259
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
286
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
260
287
  })
261
288
  .s("AWSGlue", "BatchGetTableOptimizer", {})
262
289
  .n("GlueClient", "BatchGetTableOptimizerCommand")
263
- .sc(schemas_0.BatchGetTableOptimizer$)
290
+ .sc(BatchGetTableOptimizer$)
264
291
  .build() {
265
292
  }
266
293
 
267
- class BatchGetTriggersCommand extends client.Command
294
+ class BatchGetTriggersCommand extends Command
268
295
  .classBuilder()
269
296
  .ep(commonParams)
270
297
  .m(function (Command, cs, config, o) {
271
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
298
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
272
299
  })
273
300
  .s("AWSGlue", "BatchGetTriggers", {})
274
301
  .n("GlueClient", "BatchGetTriggersCommand")
275
- .sc(schemas_0.BatchGetTriggers$)
302
+ .sc(BatchGetTriggers$)
276
303
  .build() {
277
304
  }
278
305
 
279
- class BatchGetWorkflowsCommand extends client.Command
306
+ class BatchGetWorkflowsCommand extends Command
280
307
  .classBuilder()
281
308
  .ep(commonParams)
282
309
  .m(function (Command, cs, config, o) {
283
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
310
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
284
311
  })
285
312
  .s("AWSGlue", "BatchGetWorkflows", {})
286
313
  .n("GlueClient", "BatchGetWorkflowsCommand")
287
- .sc(schemas_0.BatchGetWorkflows$)
314
+ .sc(BatchGetWorkflows$)
288
315
  .build() {
289
316
  }
290
317
 
291
- class BatchPutDataQualityStatisticAnnotationCommand extends client.Command
318
+ class BatchPutDataQualityStatisticAnnotationCommand extends Command
292
319
  .classBuilder()
293
320
  .ep(commonParams)
294
321
  .m(function (Command, cs, config, o) {
295
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
322
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
296
323
  })
297
324
  .s("AWSGlue", "BatchPutDataQualityStatisticAnnotation", {})
298
325
  .n("GlueClient", "BatchPutDataQualityStatisticAnnotationCommand")
299
- .sc(schemas_0.BatchPutDataQualityStatisticAnnotation$)
326
+ .sc(BatchPutDataQualityStatisticAnnotation$)
300
327
  .build() {
301
328
  }
302
329
 
303
- class BatchStopJobRunCommand extends client.Command
330
+ class BatchStopJobRunCommand extends Command
304
331
  .classBuilder()
305
332
  .ep(commonParams)
306
333
  .m(function (Command, cs, config, o) {
307
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
334
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
308
335
  })
309
336
  .s("AWSGlue", "BatchStopJobRun", {})
310
337
  .n("GlueClient", "BatchStopJobRunCommand")
311
- .sc(schemas_0.BatchStopJobRun$)
338
+ .sc(BatchStopJobRun$)
312
339
  .build() {
313
340
  }
314
341
 
315
- class BatchUpdatePartitionCommand extends client.Command
342
+ class BatchUpdatePartitionCommand extends Command
316
343
  .classBuilder()
317
344
  .ep(commonParams)
318
345
  .m(function (Command, cs, config, o) {
319
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
346
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
320
347
  })
321
348
  .s("AWSGlue", "BatchUpdatePartition", {})
322
349
  .n("GlueClient", "BatchUpdatePartitionCommand")
323
- .sc(schemas_0.BatchUpdatePartition$)
350
+ .sc(BatchUpdatePartition$)
324
351
  .build() {
325
352
  }
326
353
 
327
- class CancelDataQualityRuleRecommendationRunCommand extends client.Command
354
+ class CancelDataQualityRuleRecommendationRunCommand extends Command
328
355
  .classBuilder()
329
356
  .ep(commonParams)
330
357
  .m(function (Command, cs, config, o) {
331
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
358
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
332
359
  })
333
360
  .s("AWSGlue", "CancelDataQualityRuleRecommendationRun", {})
334
361
  .n("GlueClient", "CancelDataQualityRuleRecommendationRunCommand")
335
- .sc(schemas_0.CancelDataQualityRuleRecommendationRun$)
362
+ .sc(CancelDataQualityRuleRecommendationRun$)
336
363
  .build() {
337
364
  }
338
365
 
339
- class CancelDataQualityRulesetEvaluationRunCommand extends client.Command
366
+ class CancelDataQualityRulesetEvaluationRunCommand extends Command
340
367
  .classBuilder()
341
368
  .ep(commonParams)
342
369
  .m(function (Command, cs, config, o) {
343
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
370
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
344
371
  })
345
372
  .s("AWSGlue", "CancelDataQualityRulesetEvaluationRun", {})
346
373
  .n("GlueClient", "CancelDataQualityRulesetEvaluationRunCommand")
347
- .sc(schemas_0.CancelDataQualityRulesetEvaluationRun$)
374
+ .sc(CancelDataQualityRulesetEvaluationRun$)
348
375
  .build() {
349
376
  }
350
377
 
351
- class CancelMLTaskRunCommand extends client.Command
378
+ class CancelMLTaskRunCommand extends Command
352
379
  .classBuilder()
353
380
  .ep(commonParams)
354
381
  .m(function (Command, cs, config, o) {
355
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
382
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
356
383
  })
357
384
  .s("AWSGlue", "CancelMLTaskRun", {})
358
385
  .n("GlueClient", "CancelMLTaskRunCommand")
359
- .sc(schemas_0.CancelMLTaskRun$)
386
+ .sc(CancelMLTaskRun$)
360
387
  .build() {
361
388
  }
362
389
 
363
- class CancelStatementCommand extends client.Command
390
+ class CancelStatementCommand extends Command
364
391
  .classBuilder()
365
392
  .ep(commonParams)
366
393
  .m(function (Command, cs, config, o) {
367
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
394
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
368
395
  })
369
396
  .s("AWSGlue", "CancelStatement", {})
370
397
  .n("GlueClient", "CancelStatementCommand")
371
- .sc(schemas_0.CancelStatement$)
398
+ .sc(CancelStatement$)
372
399
  .build() {
373
400
  }
374
401
 
375
- class CheckSchemaVersionValidityCommand extends client.Command
402
+ class CheckSchemaVersionValidityCommand extends Command
376
403
  .classBuilder()
377
404
  .ep(commonParams)
378
405
  .m(function (Command, cs, config, o) {
379
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
406
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
380
407
  })
381
408
  .s("AWSGlue", "CheckSchemaVersionValidity", {})
382
409
  .n("GlueClient", "CheckSchemaVersionValidityCommand")
383
- .sc(schemas_0.CheckSchemaVersionValidity$)
410
+ .sc(CheckSchemaVersionValidity$)
384
411
  .build() {
385
412
  }
386
413
 
387
- class CreateBlueprintCommand extends client.Command
414
+ class CreateBlueprintCommand extends Command
388
415
  .classBuilder()
389
416
  .ep(commonParams)
390
417
  .m(function (Command, cs, config, o) {
391
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
418
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
392
419
  })
393
420
  .s("AWSGlue", "CreateBlueprint", {})
394
421
  .n("GlueClient", "CreateBlueprintCommand")
395
- .sc(schemas_0.CreateBlueprint$)
422
+ .sc(CreateBlueprint$)
396
423
  .build() {
397
424
  }
398
425
 
399
- class CreateCatalogCommand extends client.Command
426
+ class CreateCatalogCommand extends Command
400
427
  .classBuilder()
401
428
  .ep(commonParams)
402
429
  .m(function (Command, cs, config, o) {
403
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
430
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
404
431
  })
405
432
  .s("AWSGlue", "CreateCatalog", {})
406
433
  .n("GlueClient", "CreateCatalogCommand")
407
- .sc(schemas_0.CreateCatalog$)
434
+ .sc(CreateCatalog$)
408
435
  .build() {
409
436
  }
410
437
 
411
- class CreateClassifierCommand extends client.Command
438
+ class CreateClassifierCommand extends Command
412
439
  .classBuilder()
413
440
  .ep(commonParams)
414
441
  .m(function (Command, cs, config, o) {
415
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
442
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
416
443
  })
417
444
  .s("AWSGlue", "CreateClassifier", {})
418
445
  .n("GlueClient", "CreateClassifierCommand")
419
- .sc(schemas_0.CreateClassifier$)
446
+ .sc(CreateClassifier$)
420
447
  .build() {
421
448
  }
422
449
 
423
- class CreateColumnStatisticsTaskSettingsCommand extends client.Command
450
+ class CreateColumnStatisticsTaskSettingsCommand extends Command
424
451
  .classBuilder()
425
452
  .ep(commonParams)
426
453
  .m(function (Command, cs, config, o) {
427
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
454
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
428
455
  })
429
456
  .s("AWSGlue", "CreateColumnStatisticsTaskSettings", {})
430
457
  .n("GlueClient", "CreateColumnStatisticsTaskSettingsCommand")
431
- .sc(schemas_0.CreateColumnStatisticsTaskSettings$)
458
+ .sc(CreateColumnStatisticsTaskSettings$)
432
459
  .build() {
433
460
  }
434
461
 
435
- class CreateConnectionCommand extends client.Command
462
+ class CreateConnectionCommand extends Command
436
463
  .classBuilder()
437
464
  .ep(commonParams)
438
465
  .m(function (Command, cs, config, o) {
439
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
466
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
440
467
  })
441
468
  .s("AWSGlue", "CreateConnection", {})
442
469
  .n("GlueClient", "CreateConnectionCommand")
443
- .sc(schemas_0.CreateConnection$)
470
+ .sc(CreateConnection$)
444
471
  .build() {
445
472
  }
446
473
 
447
- class CreateCrawlerCommand extends client.Command
474
+ class CreateCrawlerCommand extends Command
448
475
  .classBuilder()
449
476
  .ep(commonParams)
450
477
  .m(function (Command, cs, config, o) {
451
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
478
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
452
479
  })
453
480
  .s("AWSGlue", "CreateCrawler", {})
454
481
  .n("GlueClient", "CreateCrawlerCommand")
455
- .sc(schemas_0.CreateCrawler$)
482
+ .sc(CreateCrawler$)
456
483
  .build() {
457
484
  }
458
485
 
459
- class CreateCustomEntityTypeCommand extends client.Command
486
+ class CreateCustomEntityTypeCommand extends Command
460
487
  .classBuilder()
461
488
  .ep(commonParams)
462
489
  .m(function (Command, cs, config, o) {
463
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
490
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
464
491
  })
465
492
  .s("AWSGlue", "CreateCustomEntityType", {})
466
493
  .n("GlueClient", "CreateCustomEntityTypeCommand")
467
- .sc(schemas_0.CreateCustomEntityType$)
494
+ .sc(CreateCustomEntityType$)
468
495
  .build() {
469
496
  }
470
497
 
471
- class CreateDatabaseCommand extends client.Command
498
+ class CreateDatabaseCommand extends Command
472
499
  .classBuilder()
473
500
  .ep(commonParams)
474
501
  .m(function (Command, cs, config, o) {
475
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
502
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
476
503
  })
477
504
  .s("AWSGlue", "CreateDatabase", {})
478
505
  .n("GlueClient", "CreateDatabaseCommand")
479
- .sc(schemas_0.CreateDatabase$)
506
+ .sc(CreateDatabase$)
480
507
  .build() {
481
508
  }
482
509
 
483
- class CreateDataQualityRulesetCommand extends client.Command
510
+ class CreateDataQualityRulesetCommand extends Command
484
511
  .classBuilder()
485
512
  .ep(commonParams)
486
513
  .m(function (Command, cs, config, o) {
487
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
514
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
488
515
  })
489
516
  .s("AWSGlue", "CreateDataQualityRuleset", {})
490
517
  .n("GlueClient", "CreateDataQualityRulesetCommand")
491
- .sc(schemas_0.CreateDataQualityRuleset$)
518
+ .sc(CreateDataQualityRuleset$)
492
519
  .build() {
493
520
  }
494
521
 
495
- class CreateDevEndpointCommand extends client.Command
522
+ class CreateDevEndpointCommand extends Command
496
523
  .classBuilder()
497
524
  .ep(commonParams)
498
525
  .m(function (Command, cs, config, o) {
499
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
526
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
500
527
  })
501
528
  .s("AWSGlue", "CreateDevEndpoint", {})
502
529
  .n("GlueClient", "CreateDevEndpointCommand")
503
- .sc(schemas_0.CreateDevEndpoint$)
530
+ .sc(CreateDevEndpoint$)
504
531
  .build() {
505
532
  }
506
533
 
507
- class CreateGlueIdentityCenterConfigurationCommand extends client.Command
534
+ class CreateGlossaryCommand extends Command
508
535
  .classBuilder()
509
536
  .ep(commonParams)
510
537
  .m(function (Command, cs, config, o) {
511
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
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
+
558
+ class CreateGlueIdentityCenterConfigurationCommand extends Command
559
+ .classBuilder()
560
+ .ep(commonParams)
561
+ .m(function (Command, cs, config, o) {
562
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
512
563
  })
513
564
  .s("AWSGlue", "CreateGlueIdentityCenterConfiguration", {})
514
565
  .n("GlueClient", "CreateGlueIdentityCenterConfigurationCommand")
515
- .sc(schemas_0.CreateGlueIdentityCenterConfiguration$)
566
+ .sc(CreateGlueIdentityCenterConfiguration$)
516
567
  .build() {
517
568
  }
518
569
 
519
- class CreateIntegrationCommand extends client.Command
570
+ class CreateIntegrationCommand extends Command
520
571
  .classBuilder()
521
572
  .ep(commonParams)
522
573
  .m(function (Command, cs, config, o) {
523
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
574
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
524
575
  })
525
576
  .s("AWSGlue", "CreateIntegration", {})
526
577
  .n("GlueClient", "CreateIntegrationCommand")
527
- .sc(schemas_0.CreateIntegration$)
578
+ .sc(CreateIntegration$)
528
579
  .build() {
529
580
  }
530
581
 
531
- class CreateIntegrationResourcePropertyCommand extends client.Command
582
+ class CreateIntegrationResourcePropertyCommand extends Command
532
583
  .classBuilder()
533
584
  .ep(commonParams)
534
585
  .m(function (Command, cs, config, o) {
535
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
586
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
536
587
  })
537
588
  .s("AWSGlue", "CreateIntegrationResourceProperty", {})
538
589
  .n("GlueClient", "CreateIntegrationResourcePropertyCommand")
539
- .sc(schemas_0.CreateIntegrationResourceProperty$)
590
+ .sc(CreateIntegrationResourceProperty$)
540
591
  .build() {
541
592
  }
542
593
 
543
- class CreateIntegrationTablePropertiesCommand extends client.Command
594
+ class CreateIntegrationTablePropertiesCommand extends Command
544
595
  .classBuilder()
545
596
  .ep(commonParams)
546
597
  .m(function (Command, cs, config, o) {
547
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
598
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
548
599
  })
549
600
  .s("AWSGlue", "CreateIntegrationTableProperties", {})
550
601
  .n("GlueClient", "CreateIntegrationTablePropertiesCommand")
551
- .sc(schemas_0.CreateIntegrationTableProperties$)
602
+ .sc(CreateIntegrationTableProperties$)
552
603
  .build() {
553
604
  }
554
605
 
555
- class CreateJobCommand extends client.Command
606
+ class CreateJobCommand extends Command
556
607
  .classBuilder()
557
608
  .ep(commonParams)
558
609
  .m(function (Command, cs, config, o) {
559
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
610
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
560
611
  })
561
612
  .s("AWSGlue", "CreateJob", {})
562
613
  .n("GlueClient", "CreateJobCommand")
563
- .sc(schemas_0.CreateJob$)
614
+ .sc(CreateJob$)
564
615
  .build() {
565
616
  }
566
617
 
567
- class CreateMLTransformCommand extends client.Command
618
+ class CreateMLTransformCommand extends Command
568
619
  .classBuilder()
569
620
  .ep(commonParams)
570
621
  .m(function (Command, cs, config, o) {
571
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
622
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
572
623
  })
573
624
  .s("AWSGlue", "CreateMLTransform", {})
574
625
  .n("GlueClient", "CreateMLTransformCommand")
575
- .sc(schemas_0.CreateMLTransform$)
626
+ .sc(CreateMLTransform$)
576
627
  .build() {
577
628
  }
578
629
 
579
- class CreatePartitionCommand extends client.Command
630
+ class CreatePartitionCommand extends Command
580
631
  .classBuilder()
581
632
  .ep(commonParams)
582
633
  .m(function (Command, cs, config, o) {
583
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
634
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
584
635
  })
585
636
  .s("AWSGlue", "CreatePartition", {})
586
637
  .n("GlueClient", "CreatePartitionCommand")
587
- .sc(schemas_0.CreatePartition$)
638
+ .sc(CreatePartition$)
588
639
  .build() {
589
640
  }
590
641
 
591
- class CreatePartitionIndexCommand extends client.Command
642
+ class CreatePartitionIndexCommand extends Command
592
643
  .classBuilder()
593
644
  .ep(commonParams)
594
645
  .m(function (Command, cs, config, o) {
595
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
646
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
596
647
  })
597
648
  .s("AWSGlue", "CreatePartitionIndex", {})
598
649
  .n("GlueClient", "CreatePartitionIndexCommand")
599
- .sc(schemas_0.CreatePartitionIndex$)
650
+ .sc(CreatePartitionIndex$)
600
651
  .build() {
601
652
  }
602
653
 
603
- class CreateRegistryCommand extends client.Command
654
+ class CreateRegistryCommand extends Command
604
655
  .classBuilder()
605
656
  .ep(commonParams)
606
657
  .m(function (Command, cs, config, o) {
607
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
658
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
608
659
  })
609
660
  .s("AWSGlue", "CreateRegistry", {})
610
661
  .n("GlueClient", "CreateRegistryCommand")
611
- .sc(schemas_0.CreateRegistry$)
662
+ .sc(CreateRegistry$)
612
663
  .build() {
613
664
  }
614
665
 
615
- class CreateSchemaCommand extends client.Command
666
+ class CreateSchemaCommand extends Command
616
667
  .classBuilder()
617
668
  .ep(commonParams)
618
669
  .m(function (Command, cs, config, o) {
619
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
670
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
620
671
  })
621
672
  .s("AWSGlue", "CreateSchema", {})
622
673
  .n("GlueClient", "CreateSchemaCommand")
623
- .sc(schemas_0.CreateSchema$)
674
+ .sc(CreateSchema$)
624
675
  .build() {
625
676
  }
626
677
 
627
- class CreateScriptCommand extends client.Command
678
+ class CreateScriptCommand extends Command
628
679
  .classBuilder()
629
680
  .ep(commonParams)
630
681
  .m(function (Command, cs, config, o) {
631
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
682
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
632
683
  })
633
684
  .s("AWSGlue", "CreateScript", {})
634
685
  .n("GlueClient", "CreateScriptCommand")
635
- .sc(schemas_0.CreateScript$)
686
+ .sc(CreateScript$)
636
687
  .build() {
637
688
  }
638
689
 
639
- class CreateSecurityConfigurationCommand extends client.Command
690
+ class CreateSecurityConfigurationCommand extends Command
640
691
  .classBuilder()
641
692
  .ep(commonParams)
642
693
  .m(function (Command, cs, config, o) {
643
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
694
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
644
695
  })
645
696
  .s("AWSGlue", "CreateSecurityConfiguration", {})
646
697
  .n("GlueClient", "CreateSecurityConfigurationCommand")
647
- .sc(schemas_0.CreateSecurityConfiguration$)
698
+ .sc(CreateSecurityConfiguration$)
648
699
  .build() {
649
700
  }
650
701
 
651
- class CreateSessionCommand extends client.Command
702
+ class CreateSessionCommand extends Command
652
703
  .classBuilder()
653
704
  .ep(commonParams)
654
705
  .m(function (Command, cs, config, o) {
655
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
706
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
656
707
  })
657
708
  .s("AWSGlue", "CreateSession", {})
658
709
  .n("GlueClient", "CreateSessionCommand")
659
- .sc(schemas_0.CreateSession$)
710
+ .sc(CreateSession$)
660
711
  .build() {
661
712
  }
662
713
 
663
- class CreateTableCommand extends client.Command
714
+ class CreateTableCommand extends Command
664
715
  .classBuilder()
665
716
  .ep(commonParams)
666
717
  .m(function (Command, cs, config, o) {
667
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
718
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
668
719
  })
669
720
  .s("AWSGlue", "CreateTable", {})
670
721
  .n("GlueClient", "CreateTableCommand")
671
- .sc(schemas_0.CreateTable$)
722
+ .sc(CreateTable$)
672
723
  .build() {
673
724
  }
674
725
 
675
- class CreateTableOptimizerCommand extends client.Command
726
+ class CreateTableOptimizerCommand extends Command
676
727
  .classBuilder()
677
728
  .ep(commonParams)
678
729
  .m(function (Command, cs, config, o) {
679
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
730
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
680
731
  })
681
732
  .s("AWSGlue", "CreateTableOptimizer", {})
682
733
  .n("GlueClient", "CreateTableOptimizerCommand")
683
- .sc(schemas_0.CreateTableOptimizer$)
734
+ .sc(CreateTableOptimizer$)
684
735
  .build() {
685
736
  }
686
737
 
687
- class CreateTriggerCommand extends client.Command
738
+ class CreateTriggerCommand extends Command
688
739
  .classBuilder()
689
740
  .ep(commonParams)
690
741
  .m(function (Command, cs, config, o) {
691
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
742
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
692
743
  })
693
744
  .s("AWSGlue", "CreateTrigger", {})
694
745
  .n("GlueClient", "CreateTriggerCommand")
695
- .sc(schemas_0.CreateTrigger$)
746
+ .sc(CreateTrigger$)
696
747
  .build() {
697
748
  }
698
749
 
699
- class CreateUsageProfileCommand extends client.Command
750
+ class CreateUsageProfileCommand extends Command
700
751
  .classBuilder()
701
752
  .ep(commonParams)
702
753
  .m(function (Command, cs, config, o) {
703
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
754
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
704
755
  })
705
756
  .s("AWSGlue", "CreateUsageProfile", {})
706
757
  .n("GlueClient", "CreateUsageProfileCommand")
707
- .sc(schemas_0.CreateUsageProfile$)
758
+ .sc(CreateUsageProfile$)
708
759
  .build() {
709
760
  }
710
761
 
711
- class CreateUserDefinedFunctionCommand extends client.Command
762
+ class CreateUserDefinedFunctionCommand extends Command
712
763
  .classBuilder()
713
764
  .ep(commonParams)
714
765
  .m(function (Command, cs, config, o) {
715
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
766
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
716
767
  })
717
768
  .s("AWSGlue", "CreateUserDefinedFunction", {})
718
769
  .n("GlueClient", "CreateUserDefinedFunctionCommand")
719
- .sc(schemas_0.CreateUserDefinedFunction$)
770
+ .sc(CreateUserDefinedFunction$)
720
771
  .build() {
721
772
  }
722
773
 
723
- class CreateWorkflowCommand extends client.Command
774
+ class CreateWorkflowCommand extends Command
724
775
  .classBuilder()
725
776
  .ep(commonParams)
726
777
  .m(function (Command, cs, config, o) {
727
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
778
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
728
779
  })
729
780
  .s("AWSGlue", "CreateWorkflow", {})
730
781
  .n("GlueClient", "CreateWorkflowCommand")
731
- .sc(schemas_0.CreateWorkflow$)
782
+ .sc(CreateWorkflow$)
783
+ .build() {
784
+ }
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$)
732
807
  .build() {
733
808
  }
734
809
 
735
- class DeleteBlueprintCommand extends client.Command
810
+ class DeleteAttachmentCommand extends Command
736
811
  .classBuilder()
737
812
  .ep(commonParams)
738
813
  .m(function (Command, cs, config, o) {
739
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
814
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
815
+ })
816
+ .s("AWSGlue", "DeleteAttachment", {})
817
+ .n("GlueClient", "DeleteAttachmentCommand")
818
+ .sc(DeleteAttachment$)
819
+ .build() {
820
+ }
821
+
822
+ class DeleteBlueprintCommand extends Command
823
+ .classBuilder()
824
+ .ep(commonParams)
825
+ .m(function (Command, cs, config, o) {
826
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
740
827
  })
741
828
  .s("AWSGlue", "DeleteBlueprint", {})
742
829
  .n("GlueClient", "DeleteBlueprintCommand")
743
- .sc(schemas_0.DeleteBlueprint$)
830
+ .sc(DeleteBlueprint$)
744
831
  .build() {
745
832
  }
746
833
 
747
- class DeleteCatalogCommand extends client.Command
834
+ class DeleteCatalogCommand extends Command
748
835
  .classBuilder()
749
836
  .ep(commonParams)
750
837
  .m(function (Command, cs, config, o) {
751
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
838
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
752
839
  })
753
840
  .s("AWSGlue", "DeleteCatalog", {})
754
841
  .n("GlueClient", "DeleteCatalogCommand")
755
- .sc(schemas_0.DeleteCatalog$)
842
+ .sc(DeleteCatalog$)
756
843
  .build() {
757
844
  }
758
845
 
759
- class DeleteClassifierCommand extends client.Command
846
+ class DeleteClassifierCommand extends Command
760
847
  .classBuilder()
761
848
  .ep(commonParams)
762
849
  .m(function (Command, cs, config, o) {
763
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
850
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
764
851
  })
765
852
  .s("AWSGlue", "DeleteClassifier", {})
766
853
  .n("GlueClient", "DeleteClassifierCommand")
767
- .sc(schemas_0.DeleteClassifier$)
854
+ .sc(DeleteClassifier$)
768
855
  .build() {
769
856
  }
770
857
 
771
- class DeleteColumnStatisticsForPartitionCommand extends client.Command
858
+ class DeleteColumnStatisticsForPartitionCommand extends Command
772
859
  .classBuilder()
773
860
  .ep(commonParams)
774
861
  .m(function (Command, cs, config, o) {
775
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
862
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
776
863
  })
777
864
  .s("AWSGlue", "DeleteColumnStatisticsForPartition", {})
778
865
  .n("GlueClient", "DeleteColumnStatisticsForPartitionCommand")
779
- .sc(schemas_0.DeleteColumnStatisticsForPartition$)
866
+ .sc(DeleteColumnStatisticsForPartition$)
780
867
  .build() {
781
868
  }
782
869
 
783
- class DeleteColumnStatisticsForTableCommand extends client.Command
870
+ class DeleteColumnStatisticsForTableCommand extends Command
784
871
  .classBuilder()
785
872
  .ep(commonParams)
786
873
  .m(function (Command, cs, config, o) {
787
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
874
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
788
875
  })
789
876
  .s("AWSGlue", "DeleteColumnStatisticsForTable", {})
790
877
  .n("GlueClient", "DeleteColumnStatisticsForTableCommand")
791
- .sc(schemas_0.DeleteColumnStatisticsForTable$)
878
+ .sc(DeleteColumnStatisticsForTable$)
792
879
  .build() {
793
880
  }
794
881
 
795
- class DeleteColumnStatisticsTaskSettingsCommand extends client.Command
882
+ class DeleteColumnStatisticsTaskSettingsCommand extends Command
796
883
  .classBuilder()
797
884
  .ep(commonParams)
798
885
  .m(function (Command, cs, config, o) {
799
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
886
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
800
887
  })
801
888
  .s("AWSGlue", "DeleteColumnStatisticsTaskSettings", {})
802
889
  .n("GlueClient", "DeleteColumnStatisticsTaskSettingsCommand")
803
- .sc(schemas_0.DeleteColumnStatisticsTaskSettings$)
890
+ .sc(DeleteColumnStatisticsTaskSettings$)
804
891
  .build() {
805
892
  }
806
893
 
807
- class DeleteConnectionCommand extends client.Command
894
+ class DeleteConnectionCommand extends Command
808
895
  .classBuilder()
809
896
  .ep(commonParams)
810
897
  .m(function (Command, cs, config, o) {
811
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
898
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
812
899
  })
813
900
  .s("AWSGlue", "DeleteConnection", {})
814
901
  .n("GlueClient", "DeleteConnectionCommand")
815
- .sc(schemas_0.DeleteConnection$)
902
+ .sc(DeleteConnection$)
816
903
  .build() {
817
904
  }
818
905
 
819
- class DeleteConnectionTypeCommand extends client.Command
906
+ class DeleteConnectionTypeCommand extends Command
820
907
  .classBuilder()
821
908
  .ep(commonParams)
822
909
  .m(function (Command, cs, config, o) {
823
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
910
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
824
911
  })
825
912
  .s("AWSGlue", "DeleteConnectionType", {})
826
913
  .n("GlueClient", "DeleteConnectionTypeCommand")
827
- .sc(schemas_0.DeleteConnectionType$)
914
+ .sc(DeleteConnectionType$)
828
915
  .build() {
829
916
  }
830
917
 
831
- class DeleteCrawlerCommand extends client.Command
918
+ class DeleteCrawlerCommand extends Command
832
919
  .classBuilder()
833
920
  .ep(commonParams)
834
921
  .m(function (Command, cs, config, o) {
835
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
922
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
836
923
  })
837
924
  .s("AWSGlue", "DeleteCrawler", {})
838
925
  .n("GlueClient", "DeleteCrawlerCommand")
839
- .sc(schemas_0.DeleteCrawler$)
926
+ .sc(DeleteCrawler$)
840
927
  .build() {
841
928
  }
842
929
 
843
- class DeleteCustomEntityTypeCommand extends client.Command
930
+ class DeleteCustomEntityTypeCommand extends Command
844
931
  .classBuilder()
845
932
  .ep(commonParams)
846
933
  .m(function (Command, cs, config, o) {
847
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
934
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
848
935
  })
849
936
  .s("AWSGlue", "DeleteCustomEntityType", {})
850
937
  .n("GlueClient", "DeleteCustomEntityTypeCommand")
851
- .sc(schemas_0.DeleteCustomEntityType$)
938
+ .sc(DeleteCustomEntityType$)
852
939
  .build() {
853
940
  }
854
941
 
855
- class DeleteDatabaseCommand extends client.Command
942
+ class DeleteDatabaseCommand extends Command
856
943
  .classBuilder()
857
944
  .ep(commonParams)
858
945
  .m(function (Command, cs, config, o) {
859
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
946
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
860
947
  })
861
948
  .s("AWSGlue", "DeleteDatabase", {})
862
949
  .n("GlueClient", "DeleteDatabaseCommand")
863
- .sc(schemas_0.DeleteDatabase$)
950
+ .sc(DeleteDatabase$)
864
951
  .build() {
865
952
  }
866
953
 
867
- class DeleteDataQualityRulesetCommand extends client.Command
954
+ class DeleteDataQualityRulesetCommand extends Command
868
955
  .classBuilder()
869
956
  .ep(commonParams)
870
957
  .m(function (Command, cs, config, o) {
871
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
958
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
872
959
  })
873
960
  .s("AWSGlue", "DeleteDataQualityRuleset", {})
874
961
  .n("GlueClient", "DeleteDataQualityRulesetCommand")
875
- .sc(schemas_0.DeleteDataQualityRuleset$)
962
+ .sc(DeleteDataQualityRuleset$)
876
963
  .build() {
877
964
  }
878
965
 
879
- class DeleteDevEndpointCommand extends client.Command
966
+ class DeleteDevEndpointCommand extends Command
880
967
  .classBuilder()
881
968
  .ep(commonParams)
882
969
  .m(function (Command, cs, config, o) {
883
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
970
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
884
971
  })
885
972
  .s("AWSGlue", "DeleteDevEndpoint", {})
886
973
  .n("GlueClient", "DeleteDevEndpointCommand")
887
- .sc(schemas_0.DeleteDevEndpoint$)
974
+ .sc(DeleteDevEndpoint$)
888
975
  .build() {
889
976
  }
890
977
 
891
- class DeleteGlueIdentityCenterConfigurationCommand extends client.Command
978
+ class DeleteFormTypeCommand extends Command
892
979
  .classBuilder()
893
980
  .ep(commonParams)
894
981
  .m(function (Command, cs, config, o) {
895
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
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
+
1014
+ class DeleteGlueIdentityCenterConfigurationCommand extends Command
1015
+ .classBuilder()
1016
+ .ep(commonParams)
1017
+ .m(function (Command, cs, config, o) {
1018
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
896
1019
  })
897
1020
  .s("AWSGlue", "DeleteGlueIdentityCenterConfiguration", {})
898
1021
  .n("GlueClient", "DeleteGlueIdentityCenterConfigurationCommand")
899
- .sc(schemas_0.DeleteGlueIdentityCenterConfiguration$)
1022
+ .sc(DeleteGlueIdentityCenterConfiguration$)
900
1023
  .build() {
901
1024
  }
902
1025
 
903
- class DeleteIntegrationCommand extends client.Command
1026
+ class DeleteIntegrationCommand extends Command
904
1027
  .classBuilder()
905
1028
  .ep(commonParams)
906
1029
  .m(function (Command, cs, config, o) {
907
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1030
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
908
1031
  })
909
1032
  .s("AWSGlue", "DeleteIntegration", {})
910
1033
  .n("GlueClient", "DeleteIntegrationCommand")
911
- .sc(schemas_0.DeleteIntegration$)
1034
+ .sc(DeleteIntegration$)
912
1035
  .build() {
913
1036
  }
914
1037
 
915
- class DeleteIntegrationResourcePropertyCommand extends client.Command
1038
+ class DeleteIntegrationResourcePropertyCommand extends Command
916
1039
  .classBuilder()
917
1040
  .ep(commonParams)
918
1041
  .m(function (Command, cs, config, o) {
919
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1042
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
920
1043
  })
921
1044
  .s("AWSGlue", "DeleteIntegrationResourceProperty", {})
922
1045
  .n("GlueClient", "DeleteIntegrationResourcePropertyCommand")
923
- .sc(schemas_0.DeleteIntegrationResourceProperty$)
1046
+ .sc(DeleteIntegrationResourceProperty$)
924
1047
  .build() {
925
1048
  }
926
1049
 
927
- class DeleteIntegrationTablePropertiesCommand extends client.Command
1050
+ class DeleteIntegrationTablePropertiesCommand extends Command
928
1051
  .classBuilder()
929
1052
  .ep(commonParams)
930
1053
  .m(function (Command, cs, config, o) {
931
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1054
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
932
1055
  })
933
1056
  .s("AWSGlue", "DeleteIntegrationTableProperties", {})
934
1057
  .n("GlueClient", "DeleteIntegrationTablePropertiesCommand")
935
- .sc(schemas_0.DeleteIntegrationTableProperties$)
1058
+ .sc(DeleteIntegrationTableProperties$)
936
1059
  .build() {
937
1060
  }
938
1061
 
939
- class DeleteJobCommand extends client.Command
1062
+ class DeleteJobCommand extends Command
940
1063
  .classBuilder()
941
1064
  .ep(commonParams)
942
1065
  .m(function (Command, cs, config, o) {
943
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1066
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
944
1067
  })
945
1068
  .s("AWSGlue", "DeleteJob", {})
946
1069
  .n("GlueClient", "DeleteJobCommand")
947
- .sc(schemas_0.DeleteJob$)
1070
+ .sc(DeleteJob$)
948
1071
  .build() {
949
1072
  }
950
1073
 
951
- class DeleteMLTransformCommand extends client.Command
1074
+ class DeleteMLTransformCommand extends Command
952
1075
  .classBuilder()
953
1076
  .ep(commonParams)
954
1077
  .m(function (Command, cs, config, o) {
955
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1078
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
956
1079
  })
957
1080
  .s("AWSGlue", "DeleteMLTransform", {})
958
1081
  .n("GlueClient", "DeleteMLTransformCommand")
959
- .sc(schemas_0.DeleteMLTransform$)
1082
+ .sc(DeleteMLTransform$)
960
1083
  .build() {
961
1084
  }
962
1085
 
963
- class DeletePartitionCommand extends client.Command
1086
+ class DeletePartitionCommand extends Command
964
1087
  .classBuilder()
965
1088
  .ep(commonParams)
966
1089
  .m(function (Command, cs, config, o) {
967
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1090
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
968
1091
  })
969
1092
  .s("AWSGlue", "DeletePartition", {})
970
1093
  .n("GlueClient", "DeletePartitionCommand")
971
- .sc(schemas_0.DeletePartition$)
1094
+ .sc(DeletePartition$)
972
1095
  .build() {
973
1096
  }
974
1097
 
975
- class DeletePartitionIndexCommand extends client.Command
1098
+ class DeletePartitionIndexCommand extends Command
976
1099
  .classBuilder()
977
1100
  .ep(commonParams)
978
1101
  .m(function (Command, cs, config, o) {
979
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1102
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
980
1103
  })
981
1104
  .s("AWSGlue", "DeletePartitionIndex", {})
982
1105
  .n("GlueClient", "DeletePartitionIndexCommand")
983
- .sc(schemas_0.DeletePartitionIndex$)
1106
+ .sc(DeletePartitionIndex$)
984
1107
  .build() {
985
1108
  }
986
1109
 
987
- class DeleteRegistryCommand extends client.Command
1110
+ class DeleteRegistryCommand extends Command
988
1111
  .classBuilder()
989
1112
  .ep(commonParams)
990
1113
  .m(function (Command, cs, config, o) {
991
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1114
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
992
1115
  })
993
1116
  .s("AWSGlue", "DeleteRegistry", {})
994
1117
  .n("GlueClient", "DeleteRegistryCommand")
995
- .sc(schemas_0.DeleteRegistry$)
1118
+ .sc(DeleteRegistry$)
996
1119
  .build() {
997
1120
  }
998
1121
 
999
- class DeleteResourcePolicyCommand extends client.Command
1122
+ class DeleteResourcePolicyCommand extends Command
1000
1123
  .classBuilder()
1001
1124
  .ep(commonParams)
1002
1125
  .m(function (Command, cs, config, o) {
1003
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1126
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1004
1127
  })
1005
1128
  .s("AWSGlue", "DeleteResourcePolicy", {})
1006
1129
  .n("GlueClient", "DeleteResourcePolicyCommand")
1007
- .sc(schemas_0.DeleteResourcePolicy$)
1130
+ .sc(DeleteResourcePolicy$)
1008
1131
  .build() {
1009
1132
  }
1010
1133
 
1011
- class DeleteSchemaCommand extends client.Command
1134
+ class DeleteSchemaCommand extends Command
1012
1135
  .classBuilder()
1013
1136
  .ep(commonParams)
1014
1137
  .m(function (Command, cs, config, o) {
1015
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1138
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1016
1139
  })
1017
1140
  .s("AWSGlue", "DeleteSchema", {})
1018
1141
  .n("GlueClient", "DeleteSchemaCommand")
1019
- .sc(schemas_0.DeleteSchema$)
1142
+ .sc(DeleteSchema$)
1020
1143
  .build() {
1021
1144
  }
1022
1145
 
1023
- class DeleteSchemaVersionsCommand extends client.Command
1146
+ class DeleteSchemaVersionsCommand extends Command
1024
1147
  .classBuilder()
1025
1148
  .ep(commonParams)
1026
1149
  .m(function (Command, cs, config, o) {
1027
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1150
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1028
1151
  })
1029
1152
  .s("AWSGlue", "DeleteSchemaVersions", {})
1030
1153
  .n("GlueClient", "DeleteSchemaVersionsCommand")
1031
- .sc(schemas_0.DeleteSchemaVersions$)
1154
+ .sc(DeleteSchemaVersions$)
1032
1155
  .build() {
1033
1156
  }
1034
1157
 
1035
- class DeleteSecurityConfigurationCommand extends client.Command
1158
+ class DeleteSecurityConfigurationCommand extends Command
1036
1159
  .classBuilder()
1037
1160
  .ep(commonParams)
1038
1161
  .m(function (Command, cs, config, o) {
1039
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1162
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1040
1163
  })
1041
1164
  .s("AWSGlue", "DeleteSecurityConfiguration", {})
1042
1165
  .n("GlueClient", "DeleteSecurityConfigurationCommand")
1043
- .sc(schemas_0.DeleteSecurityConfiguration$)
1166
+ .sc(DeleteSecurityConfiguration$)
1044
1167
  .build() {
1045
1168
  }
1046
1169
 
1047
- class DeleteSessionCommand extends client.Command
1170
+ class DeleteSessionCommand extends Command
1048
1171
  .classBuilder()
1049
1172
  .ep(commonParams)
1050
1173
  .m(function (Command, cs, config, o) {
1051
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1174
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1052
1175
  })
1053
1176
  .s("AWSGlue", "DeleteSession", {})
1054
1177
  .n("GlueClient", "DeleteSessionCommand")
1055
- .sc(schemas_0.DeleteSession$)
1178
+ .sc(DeleteSession$)
1056
1179
  .build() {
1057
1180
  }
1058
1181
 
1059
- class DeleteTableCommand extends client.Command
1182
+ class DeleteTableCommand extends Command
1060
1183
  .classBuilder()
1061
1184
  .ep(commonParams)
1062
1185
  .m(function (Command, cs, config, o) {
1063
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1186
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1064
1187
  })
1065
1188
  .s("AWSGlue", "DeleteTable", {})
1066
1189
  .n("GlueClient", "DeleteTableCommand")
1067
- .sc(schemas_0.DeleteTable$)
1190
+ .sc(DeleteTable$)
1068
1191
  .build() {
1069
1192
  }
1070
1193
 
1071
- class DeleteTableOptimizerCommand extends client.Command
1194
+ class DeleteTableOptimizerCommand extends Command
1072
1195
  .classBuilder()
1073
1196
  .ep(commonParams)
1074
1197
  .m(function (Command, cs, config, o) {
1075
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1198
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1076
1199
  })
1077
1200
  .s("AWSGlue", "DeleteTableOptimizer", {})
1078
1201
  .n("GlueClient", "DeleteTableOptimizerCommand")
1079
- .sc(schemas_0.DeleteTableOptimizer$)
1202
+ .sc(DeleteTableOptimizer$)
1080
1203
  .build() {
1081
1204
  }
1082
1205
 
1083
- class DeleteTableVersionCommand extends client.Command
1206
+ class DeleteTableVersionCommand extends Command
1084
1207
  .classBuilder()
1085
1208
  .ep(commonParams)
1086
1209
  .m(function (Command, cs, config, o) {
1087
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1210
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1088
1211
  })
1089
1212
  .s("AWSGlue", "DeleteTableVersion", {})
1090
1213
  .n("GlueClient", "DeleteTableVersionCommand")
1091
- .sc(schemas_0.DeleteTableVersion$)
1214
+ .sc(DeleteTableVersion$)
1092
1215
  .build() {
1093
1216
  }
1094
1217
 
1095
- class DeleteTriggerCommand extends client.Command
1218
+ class DeleteTriggerCommand extends Command
1096
1219
  .classBuilder()
1097
1220
  .ep(commonParams)
1098
1221
  .m(function (Command, cs, config, o) {
1099
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1222
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1100
1223
  })
1101
1224
  .s("AWSGlue", "DeleteTrigger", {})
1102
1225
  .n("GlueClient", "DeleteTriggerCommand")
1103
- .sc(schemas_0.DeleteTrigger$)
1226
+ .sc(DeleteTrigger$)
1104
1227
  .build() {
1105
1228
  }
1106
1229
 
1107
- class DeleteUsageProfileCommand extends client.Command
1230
+ class DeleteUsageProfileCommand extends Command
1108
1231
  .classBuilder()
1109
1232
  .ep(commonParams)
1110
1233
  .m(function (Command, cs, config, o) {
1111
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1234
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1112
1235
  })
1113
1236
  .s("AWSGlue", "DeleteUsageProfile", {})
1114
1237
  .n("GlueClient", "DeleteUsageProfileCommand")
1115
- .sc(schemas_0.DeleteUsageProfile$)
1238
+ .sc(DeleteUsageProfile$)
1116
1239
  .build() {
1117
1240
  }
1118
1241
 
1119
- class DeleteUserDefinedFunctionCommand extends client.Command
1242
+ class DeleteUserDefinedFunctionCommand extends Command
1120
1243
  .classBuilder()
1121
1244
  .ep(commonParams)
1122
1245
  .m(function (Command, cs, config, o) {
1123
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1246
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1124
1247
  })
1125
1248
  .s("AWSGlue", "DeleteUserDefinedFunction", {})
1126
1249
  .n("GlueClient", "DeleteUserDefinedFunctionCommand")
1127
- .sc(schemas_0.DeleteUserDefinedFunction$)
1250
+ .sc(DeleteUserDefinedFunction$)
1128
1251
  .build() {
1129
1252
  }
1130
1253
 
1131
- class DeleteWorkflowCommand extends client.Command
1254
+ class DeleteWorkflowCommand extends Command
1132
1255
  .classBuilder()
1133
1256
  .ep(commonParams)
1134
1257
  .m(function (Command, cs, config, o) {
1135
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1258
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1136
1259
  })
1137
1260
  .s("AWSGlue", "DeleteWorkflow", {})
1138
1261
  .n("GlueClient", "DeleteWorkflowCommand")
1139
- .sc(schemas_0.DeleteWorkflow$)
1262
+ .sc(DeleteWorkflow$)
1140
1263
  .build() {
1141
1264
  }
1142
1265
 
1143
- class DescribeConnectionTypeCommand extends client.Command
1266
+ class DescribeConnectionTypeCommand extends Command
1144
1267
  .classBuilder()
1145
1268
  .ep(commonParams)
1146
1269
  .m(function (Command, cs, config, o) {
1147
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1270
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1148
1271
  })
1149
1272
  .s("AWSGlue", "DescribeConnectionType", {})
1150
1273
  .n("GlueClient", "DescribeConnectionTypeCommand")
1151
- .sc(schemas_0.DescribeConnectionType$)
1274
+ .sc(DescribeConnectionType$)
1152
1275
  .build() {
1153
1276
  }
1154
1277
 
1155
- class DescribeEntityCommand extends client.Command
1278
+ class DescribeEntityCommand extends Command
1156
1279
  .classBuilder()
1157
1280
  .ep(commonParams)
1158
1281
  .m(function (Command, cs, config, o) {
1159
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1282
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1160
1283
  })
1161
1284
  .s("AWSGlue", "DescribeEntity", {})
1162
1285
  .n("GlueClient", "DescribeEntityCommand")
1163
- .sc(schemas_0.DescribeEntity$)
1286
+ .sc(DescribeEntity$)
1164
1287
  .build() {
1165
1288
  }
1166
1289
 
1167
- class DescribeInboundIntegrationsCommand extends client.Command
1290
+ class DescribeInboundIntegrationsCommand extends Command
1168
1291
  .classBuilder()
1169
1292
  .ep(commonParams)
1170
1293
  .m(function (Command, cs, config, o) {
1171
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1294
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1172
1295
  })
1173
1296
  .s("AWSGlue", "DescribeInboundIntegrations", {})
1174
1297
  .n("GlueClient", "DescribeInboundIntegrationsCommand")
1175
- .sc(schemas_0.DescribeInboundIntegrations$)
1298
+ .sc(DescribeInboundIntegrations$)
1176
1299
  .build() {
1177
1300
  }
1178
1301
 
1179
- class DescribeIntegrationsCommand extends client.Command
1302
+ class DescribeIntegrationsCommand extends Command
1180
1303
  .classBuilder()
1181
1304
  .ep(commonParams)
1182
1305
  .m(function (Command, cs, config, o) {
1183
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1306
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1184
1307
  })
1185
1308
  .s("AWSGlue", "DescribeIntegrations", {})
1186
1309
  .n("GlueClient", "DescribeIntegrationsCommand")
1187
- .sc(schemas_0.DescribeIntegrations$)
1310
+ .sc(DescribeIntegrations$)
1311
+ .build() {
1312
+ }
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$)
1188
1335
  .build() {
1189
1336
  }
1190
1337
 
1191
- class GetBlueprintCommand extends client.Command
1338
+ class GetAssetTypeCommand extends Command
1192
1339
  .classBuilder()
1193
1340
  .ep(commonParams)
1194
1341
  .m(function (Command, cs, config, o) {
1195
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1342
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1343
+ })
1344
+ .s("AWSGlue", "GetAssetType", {})
1345
+ .n("GlueClient", "GetAssetTypeCommand")
1346
+ .sc(GetAssetType$)
1347
+ .build() {
1348
+ }
1349
+
1350
+ class GetBlueprintCommand extends Command
1351
+ .classBuilder()
1352
+ .ep(commonParams)
1353
+ .m(function (Command, cs, config, o) {
1354
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1196
1355
  })
1197
1356
  .s("AWSGlue", "GetBlueprint", {})
1198
1357
  .n("GlueClient", "GetBlueprintCommand")
1199
- .sc(schemas_0.GetBlueprint$)
1358
+ .sc(GetBlueprint$)
1200
1359
  .build() {
1201
1360
  }
1202
1361
 
1203
- class GetBlueprintRunCommand extends client.Command
1362
+ class GetBlueprintRunCommand extends Command
1204
1363
  .classBuilder()
1205
1364
  .ep(commonParams)
1206
1365
  .m(function (Command, cs, config, o) {
1207
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1366
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1208
1367
  })
1209
1368
  .s("AWSGlue", "GetBlueprintRun", {})
1210
1369
  .n("GlueClient", "GetBlueprintRunCommand")
1211
- .sc(schemas_0.GetBlueprintRun$)
1370
+ .sc(GetBlueprintRun$)
1212
1371
  .build() {
1213
1372
  }
1214
1373
 
1215
- class GetBlueprintRunsCommand extends client.Command
1374
+ class GetBlueprintRunsCommand extends Command
1216
1375
  .classBuilder()
1217
1376
  .ep(commonParams)
1218
1377
  .m(function (Command, cs, config, o) {
1219
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1378
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1220
1379
  })
1221
1380
  .s("AWSGlue", "GetBlueprintRuns", {})
1222
1381
  .n("GlueClient", "GetBlueprintRunsCommand")
1223
- .sc(schemas_0.GetBlueprintRuns$)
1382
+ .sc(GetBlueprintRuns$)
1224
1383
  .build() {
1225
1384
  }
1226
1385
 
1227
- class GetCatalogCommand extends client.Command
1386
+ class GetCatalogCommand extends Command
1228
1387
  .classBuilder()
1229
1388
  .ep(commonParams)
1230
1389
  .m(function (Command, cs, config, o) {
1231
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1390
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1232
1391
  })
1233
1392
  .s("AWSGlue", "GetCatalog", {})
1234
1393
  .n("GlueClient", "GetCatalogCommand")
1235
- .sc(schemas_0.GetCatalog$)
1394
+ .sc(GetCatalog$)
1236
1395
  .build() {
1237
1396
  }
1238
1397
 
1239
- class GetCatalogImportStatusCommand extends client.Command
1398
+ class GetCatalogImportStatusCommand extends Command
1240
1399
  .classBuilder()
1241
1400
  .ep(commonParams)
1242
1401
  .m(function (Command, cs, config, o) {
1243
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1402
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1244
1403
  })
1245
1404
  .s("AWSGlue", "GetCatalogImportStatus", {})
1246
1405
  .n("GlueClient", "GetCatalogImportStatusCommand")
1247
- .sc(schemas_0.GetCatalogImportStatus$)
1406
+ .sc(GetCatalogImportStatus$)
1248
1407
  .build() {
1249
1408
  }
1250
1409
 
1251
- class GetCatalogsCommand extends client.Command
1410
+ class GetCatalogsCommand extends Command
1252
1411
  .classBuilder()
1253
1412
  .ep(commonParams)
1254
1413
  .m(function (Command, cs, config, o) {
1255
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1414
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1256
1415
  })
1257
1416
  .s("AWSGlue", "GetCatalogs", {})
1258
1417
  .n("GlueClient", "GetCatalogsCommand")
1259
- .sc(schemas_0.GetCatalogs$)
1418
+ .sc(GetCatalogs$)
1260
1419
  .build() {
1261
1420
  }
1262
1421
 
1263
- class GetClassifierCommand extends client.Command
1422
+ class GetClassifierCommand extends Command
1264
1423
  .classBuilder()
1265
1424
  .ep(commonParams)
1266
1425
  .m(function (Command, cs, config, o) {
1267
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1426
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1268
1427
  })
1269
1428
  .s("AWSGlue", "GetClassifier", {})
1270
1429
  .n("GlueClient", "GetClassifierCommand")
1271
- .sc(schemas_0.GetClassifier$)
1430
+ .sc(GetClassifier$)
1272
1431
  .build() {
1273
1432
  }
1274
1433
 
1275
- class GetClassifiersCommand extends client.Command
1434
+ class GetClassifiersCommand extends Command
1276
1435
  .classBuilder()
1277
1436
  .ep(commonParams)
1278
1437
  .m(function (Command, cs, config, o) {
1279
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1438
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1280
1439
  })
1281
1440
  .s("AWSGlue", "GetClassifiers", {})
1282
1441
  .n("GlueClient", "GetClassifiersCommand")
1283
- .sc(schemas_0.GetClassifiers$)
1442
+ .sc(GetClassifiers$)
1284
1443
  .build() {
1285
1444
  }
1286
1445
 
1287
- class GetColumnStatisticsForPartitionCommand extends client.Command
1446
+ class GetColumnStatisticsForPartitionCommand extends Command
1288
1447
  .classBuilder()
1289
1448
  .ep(commonParams)
1290
1449
  .m(function (Command, cs, config, o) {
1291
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1450
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1292
1451
  })
1293
1452
  .s("AWSGlue", "GetColumnStatisticsForPartition", {})
1294
1453
  .n("GlueClient", "GetColumnStatisticsForPartitionCommand")
1295
- .sc(schemas_0.GetColumnStatisticsForPartition$)
1454
+ .sc(GetColumnStatisticsForPartition$)
1296
1455
  .build() {
1297
1456
  }
1298
1457
 
1299
- class GetColumnStatisticsForTableCommand extends client.Command
1458
+ class GetColumnStatisticsForTableCommand extends Command
1300
1459
  .classBuilder()
1301
1460
  .ep(commonParams)
1302
1461
  .m(function (Command, cs, config, o) {
1303
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1462
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1304
1463
  })
1305
1464
  .s("AWSGlue", "GetColumnStatisticsForTable", {})
1306
1465
  .n("GlueClient", "GetColumnStatisticsForTableCommand")
1307
- .sc(schemas_0.GetColumnStatisticsForTable$)
1466
+ .sc(GetColumnStatisticsForTable$)
1308
1467
  .build() {
1309
1468
  }
1310
1469
 
1311
- class GetColumnStatisticsTaskRunCommand extends client.Command
1470
+ class GetColumnStatisticsTaskRunCommand extends Command
1312
1471
  .classBuilder()
1313
1472
  .ep(commonParams)
1314
1473
  .m(function (Command, cs, config, o) {
1315
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1474
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1316
1475
  })
1317
1476
  .s("AWSGlue", "GetColumnStatisticsTaskRun", {})
1318
1477
  .n("GlueClient", "GetColumnStatisticsTaskRunCommand")
1319
- .sc(schemas_0.GetColumnStatisticsTaskRun$)
1478
+ .sc(GetColumnStatisticsTaskRun$)
1320
1479
  .build() {
1321
1480
  }
1322
1481
 
1323
- class GetColumnStatisticsTaskRunsCommand extends client.Command
1482
+ class GetColumnStatisticsTaskRunsCommand extends Command
1324
1483
  .classBuilder()
1325
1484
  .ep(commonParams)
1326
1485
  .m(function (Command, cs, config, o) {
1327
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1486
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1328
1487
  })
1329
1488
  .s("AWSGlue", "GetColumnStatisticsTaskRuns", {})
1330
1489
  .n("GlueClient", "GetColumnStatisticsTaskRunsCommand")
1331
- .sc(schemas_0.GetColumnStatisticsTaskRuns$)
1490
+ .sc(GetColumnStatisticsTaskRuns$)
1332
1491
  .build() {
1333
1492
  }
1334
1493
 
1335
- class GetColumnStatisticsTaskSettingsCommand extends client.Command
1494
+ class GetColumnStatisticsTaskSettingsCommand extends Command
1336
1495
  .classBuilder()
1337
1496
  .ep(commonParams)
1338
1497
  .m(function (Command, cs, config, o) {
1339
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1498
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1340
1499
  })
1341
1500
  .s("AWSGlue", "GetColumnStatisticsTaskSettings", {})
1342
1501
  .n("GlueClient", "GetColumnStatisticsTaskSettingsCommand")
1343
- .sc(schemas_0.GetColumnStatisticsTaskSettings$)
1502
+ .sc(GetColumnStatisticsTaskSettings$)
1344
1503
  .build() {
1345
1504
  }
1346
1505
 
1347
- class GetConnectionCommand extends client.Command
1506
+ class GetConnectionCommand extends Command
1348
1507
  .classBuilder()
1349
1508
  .ep(commonParams)
1350
1509
  .m(function (Command, cs, config, o) {
1351
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1510
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1352
1511
  })
1353
1512
  .s("AWSGlue", "GetConnection", {})
1354
1513
  .n("GlueClient", "GetConnectionCommand")
1355
- .sc(schemas_0.GetConnection$)
1514
+ .sc(GetConnection$)
1356
1515
  .build() {
1357
1516
  }
1358
1517
 
1359
- class GetConnectionsCommand extends client.Command
1518
+ class GetConnectionsCommand extends Command
1360
1519
  .classBuilder()
1361
1520
  .ep(commonParams)
1362
1521
  .m(function (Command, cs, config, o) {
1363
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1522
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1364
1523
  })
1365
1524
  .s("AWSGlue", "GetConnections", {})
1366
1525
  .n("GlueClient", "GetConnectionsCommand")
1367
- .sc(schemas_0.GetConnections$)
1526
+ .sc(GetConnections$)
1368
1527
  .build() {
1369
1528
  }
1370
1529
 
1371
- class GetCrawlerCommand extends client.Command
1530
+ class GetCrawlerCommand extends Command
1372
1531
  .classBuilder()
1373
1532
  .ep(commonParams)
1374
1533
  .m(function (Command, cs, config, o) {
1375
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1534
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1376
1535
  })
1377
1536
  .s("AWSGlue", "GetCrawler", {})
1378
1537
  .n("GlueClient", "GetCrawlerCommand")
1379
- .sc(schemas_0.GetCrawler$)
1538
+ .sc(GetCrawler$)
1380
1539
  .build() {
1381
1540
  }
1382
1541
 
1383
- class GetCrawlerMetricsCommand extends client.Command
1542
+ class GetCrawlerMetricsCommand extends Command
1384
1543
  .classBuilder()
1385
1544
  .ep(commonParams)
1386
1545
  .m(function (Command, cs, config, o) {
1387
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1546
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1388
1547
  })
1389
1548
  .s("AWSGlue", "GetCrawlerMetrics", {})
1390
1549
  .n("GlueClient", "GetCrawlerMetricsCommand")
1391
- .sc(schemas_0.GetCrawlerMetrics$)
1550
+ .sc(GetCrawlerMetrics$)
1392
1551
  .build() {
1393
1552
  }
1394
1553
 
1395
- class GetCrawlersCommand extends client.Command
1554
+ class GetCrawlersCommand extends Command
1396
1555
  .classBuilder()
1397
1556
  .ep(commonParams)
1398
1557
  .m(function (Command, cs, config, o) {
1399
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1558
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1400
1559
  })
1401
1560
  .s("AWSGlue", "GetCrawlers", {})
1402
1561
  .n("GlueClient", "GetCrawlersCommand")
1403
- .sc(schemas_0.GetCrawlers$)
1562
+ .sc(GetCrawlers$)
1404
1563
  .build() {
1405
1564
  }
1406
1565
 
1407
- class GetCustomEntityTypeCommand extends client.Command
1566
+ class GetCustomEntityTypeCommand extends Command
1408
1567
  .classBuilder()
1409
1568
  .ep(commonParams)
1410
1569
  .m(function (Command, cs, config, o) {
1411
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1570
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1412
1571
  })
1413
1572
  .s("AWSGlue", "GetCustomEntityType", {})
1414
1573
  .n("GlueClient", "GetCustomEntityTypeCommand")
1415
- .sc(schemas_0.GetCustomEntityType$)
1574
+ .sc(GetCustomEntityType$)
1416
1575
  .build() {
1417
1576
  }
1418
1577
 
1419
- class GetDashboardUrlCommand extends client.Command
1578
+ class GetDashboardUrlCommand extends Command
1420
1579
  .classBuilder()
1421
1580
  .ep(commonParams)
1422
1581
  .m(function (Command, cs, config, o) {
1423
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1582
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1424
1583
  })
1425
1584
  .s("AWSGlue", "GetDashboardUrl", {})
1426
1585
  .n("GlueClient", "GetDashboardUrlCommand")
1427
- .sc(schemas_0.GetDashboardUrl$)
1586
+ .sc(GetDashboardUrl$)
1428
1587
  .build() {
1429
1588
  }
1430
1589
 
1431
- class GetDatabaseCommand extends client.Command
1590
+ class GetDatabaseCommand extends Command
1432
1591
  .classBuilder()
1433
1592
  .ep(commonParams)
1434
1593
  .m(function (Command, cs, config, o) {
1435
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1594
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1436
1595
  })
1437
1596
  .s("AWSGlue", "GetDatabase", {})
1438
1597
  .n("GlueClient", "GetDatabaseCommand")
1439
- .sc(schemas_0.GetDatabase$)
1598
+ .sc(GetDatabase$)
1440
1599
  .build() {
1441
1600
  }
1442
1601
 
1443
- class GetDatabasesCommand extends client.Command
1602
+ class GetDatabasesCommand extends Command
1444
1603
  .classBuilder()
1445
1604
  .ep(commonParams)
1446
1605
  .m(function (Command, cs, config, o) {
1447
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1606
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1448
1607
  })
1449
1608
  .s("AWSGlue", "GetDatabases", {})
1450
1609
  .n("GlueClient", "GetDatabasesCommand")
1451
- .sc(schemas_0.GetDatabases$)
1610
+ .sc(GetDatabases$)
1452
1611
  .build() {
1453
1612
  }
1454
1613
 
1455
- class GetDataCatalogEncryptionSettingsCommand extends client.Command
1614
+ class GetDataCatalogEncryptionSettingsCommand extends Command
1456
1615
  .classBuilder()
1457
1616
  .ep(commonParams)
1458
1617
  .m(function (Command, cs, config, o) {
1459
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1618
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1460
1619
  })
1461
1620
  .s("AWSGlue", "GetDataCatalogEncryptionSettings", {})
1462
1621
  .n("GlueClient", "GetDataCatalogEncryptionSettingsCommand")
1463
- .sc(schemas_0.GetDataCatalogEncryptionSettings$)
1622
+ .sc(GetDataCatalogEncryptionSettings$)
1464
1623
  .build() {
1465
1624
  }
1466
1625
 
1467
- class GetDataflowGraphCommand extends client.Command
1626
+ class GetDataflowGraphCommand extends Command
1468
1627
  .classBuilder()
1469
1628
  .ep(commonParams)
1470
1629
  .m(function (Command, cs, config, o) {
1471
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1630
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1472
1631
  })
1473
1632
  .s("AWSGlue", "GetDataflowGraph", {})
1474
1633
  .n("GlueClient", "GetDataflowGraphCommand")
1475
- .sc(schemas_0.GetDataflowGraph$)
1634
+ .sc(GetDataflowGraph$)
1476
1635
  .build() {
1477
1636
  }
1478
1637
 
1479
- class GetDataQualityModelCommand extends client.Command
1638
+ class GetDataQualityModelCommand extends Command
1480
1639
  .classBuilder()
1481
1640
  .ep(commonParams)
1482
1641
  .m(function (Command, cs, config, o) {
1483
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1642
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1484
1643
  })
1485
1644
  .s("AWSGlue", "GetDataQualityModel", {})
1486
1645
  .n("GlueClient", "GetDataQualityModelCommand")
1487
- .sc(schemas_0.GetDataQualityModel$)
1646
+ .sc(GetDataQualityModel$)
1488
1647
  .build() {
1489
1648
  }
1490
1649
 
1491
- class GetDataQualityModelResultCommand extends client.Command
1650
+ class GetDataQualityModelResultCommand extends Command
1492
1651
  .classBuilder()
1493
1652
  .ep(commonParams)
1494
1653
  .m(function (Command, cs, config, o) {
1495
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1654
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1496
1655
  })
1497
1656
  .s("AWSGlue", "GetDataQualityModelResult", {})
1498
1657
  .n("GlueClient", "GetDataQualityModelResultCommand")
1499
- .sc(schemas_0.GetDataQualityModelResult$)
1658
+ .sc(GetDataQualityModelResult$)
1500
1659
  .build() {
1501
1660
  }
1502
1661
 
1503
- class GetDataQualityResultCommand extends client.Command
1662
+ class GetDataQualityResultCommand extends Command
1504
1663
  .classBuilder()
1505
1664
  .ep(commonParams)
1506
1665
  .m(function (Command, cs, config, o) {
1507
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1666
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1508
1667
  })
1509
1668
  .s("AWSGlue", "GetDataQualityResult", {})
1510
1669
  .n("GlueClient", "GetDataQualityResultCommand")
1511
- .sc(schemas_0.GetDataQualityResult$)
1670
+ .sc(GetDataQualityResult$)
1512
1671
  .build() {
1513
1672
  }
1514
1673
 
1515
- class GetDataQualityRuleRecommendationRunCommand extends client.Command
1674
+ class GetDataQualityRuleRecommendationRunCommand extends Command
1516
1675
  .classBuilder()
1517
1676
  .ep(commonParams)
1518
1677
  .m(function (Command, cs, config, o) {
1519
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1678
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1520
1679
  })
1521
1680
  .s("AWSGlue", "GetDataQualityRuleRecommendationRun", {})
1522
1681
  .n("GlueClient", "GetDataQualityRuleRecommendationRunCommand")
1523
- .sc(schemas_0.GetDataQualityRuleRecommendationRun$)
1682
+ .sc(GetDataQualityRuleRecommendationRun$)
1524
1683
  .build() {
1525
1684
  }
1526
1685
 
1527
- class GetDataQualityRulesetCommand extends client.Command
1686
+ class GetDataQualityRulesetCommand extends Command
1528
1687
  .classBuilder()
1529
1688
  .ep(commonParams)
1530
1689
  .m(function (Command, cs, config, o) {
1531
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1690
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1532
1691
  })
1533
1692
  .s("AWSGlue", "GetDataQualityRuleset", {})
1534
1693
  .n("GlueClient", "GetDataQualityRulesetCommand")
1535
- .sc(schemas_0.GetDataQualityRuleset$)
1694
+ .sc(GetDataQualityRuleset$)
1536
1695
  .build() {
1537
1696
  }
1538
1697
 
1539
- class GetDataQualityRulesetEvaluationRunCommand extends client.Command
1698
+ class GetDataQualityRulesetEvaluationRunCommand extends Command
1540
1699
  .classBuilder()
1541
1700
  .ep(commonParams)
1542
1701
  .m(function (Command, cs, config, o) {
1543
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1702
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1544
1703
  })
1545
1704
  .s("AWSGlue", "GetDataQualityRulesetEvaluationRun", {})
1546
1705
  .n("GlueClient", "GetDataQualityRulesetEvaluationRunCommand")
1547
- .sc(schemas_0.GetDataQualityRulesetEvaluationRun$)
1706
+ .sc(GetDataQualityRulesetEvaluationRun$)
1548
1707
  .build() {
1549
1708
  }
1550
1709
 
1551
- class GetDevEndpointCommand extends client.Command
1710
+ class GetDevEndpointCommand extends Command
1552
1711
  .classBuilder()
1553
1712
  .ep(commonParams)
1554
1713
  .m(function (Command, cs, config, o) {
1555
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1714
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1556
1715
  })
1557
1716
  .s("AWSGlue", "GetDevEndpoint", {})
1558
1717
  .n("GlueClient", "GetDevEndpointCommand")
1559
- .sc(schemas_0.GetDevEndpoint$)
1718
+ .sc(GetDevEndpoint$)
1560
1719
  .build() {
1561
1720
  }
1562
1721
 
1563
- class GetDevEndpointsCommand extends client.Command
1722
+ class GetDevEndpointsCommand extends Command
1564
1723
  .classBuilder()
1565
1724
  .ep(commonParams)
1566
1725
  .m(function (Command, cs, config, o) {
1567
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1726
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1568
1727
  })
1569
1728
  .s("AWSGlue", "GetDevEndpoints", {})
1570
1729
  .n("GlueClient", "GetDevEndpointsCommand")
1571
- .sc(schemas_0.GetDevEndpoints$)
1730
+ .sc(GetDevEndpoints$)
1572
1731
  .build() {
1573
1732
  }
1574
1733
 
1575
- class GetEntityRecordsCommand extends client.Command
1734
+ class GetEntityRecordsCommand extends Command
1576
1735
  .classBuilder()
1577
1736
  .ep(commonParams)
1578
1737
  .m(function (Command, cs, config, o) {
1579
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1738
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1580
1739
  })
1581
1740
  .s("AWSGlue", "GetEntityRecords", {})
1582
1741
  .n("GlueClient", "GetEntityRecordsCommand")
1583
- .sc(schemas_0.GetEntityRecords$)
1742
+ .sc(GetEntityRecords$)
1743
+ .build() {
1744
+ }
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$)
1584
1767
  .build() {
1585
1768
  }
1586
1769
 
1587
- class GetGlueIdentityCenterConfigurationCommand extends client.Command
1770
+ class GetGlossaryTermCommand extends Command
1588
1771
  .classBuilder()
1589
1772
  .ep(commonParams)
1590
1773
  .m(function (Command, cs, config, o) {
1591
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1774
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1775
+ })
1776
+ .s("AWSGlue", "GetGlossaryTerm", {})
1777
+ .n("GlueClient", "GetGlossaryTermCommand")
1778
+ .sc(GetGlossaryTerm$)
1779
+ .build() {
1780
+ }
1781
+
1782
+ class GetGlueIdentityCenterConfigurationCommand extends Command
1783
+ .classBuilder()
1784
+ .ep(commonParams)
1785
+ .m(function (Command, cs, config, o) {
1786
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1592
1787
  })
1593
1788
  .s("AWSGlue", "GetGlueIdentityCenterConfiguration", {})
1594
1789
  .n("GlueClient", "GetGlueIdentityCenterConfigurationCommand")
1595
- .sc(schemas_0.GetGlueIdentityCenterConfiguration$)
1790
+ .sc(GetGlueIdentityCenterConfiguration$)
1596
1791
  .build() {
1597
1792
  }
1598
1793
 
1599
- class GetIntegrationResourcePropertyCommand extends client.Command
1794
+ class GetIntegrationResourcePropertyCommand extends Command
1600
1795
  .classBuilder()
1601
1796
  .ep(commonParams)
1602
1797
  .m(function (Command, cs, config, o) {
1603
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1798
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1604
1799
  })
1605
1800
  .s("AWSGlue", "GetIntegrationResourceProperty", {})
1606
1801
  .n("GlueClient", "GetIntegrationResourcePropertyCommand")
1607
- .sc(schemas_0.GetIntegrationResourceProperty$)
1802
+ .sc(GetIntegrationResourceProperty$)
1608
1803
  .build() {
1609
1804
  }
1610
1805
 
1611
- class GetIntegrationTablePropertiesCommand extends client.Command
1806
+ class GetIntegrationTablePropertiesCommand extends Command
1612
1807
  .classBuilder()
1613
1808
  .ep(commonParams)
1614
1809
  .m(function (Command, cs, config, o) {
1615
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1810
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1616
1811
  })
1617
1812
  .s("AWSGlue", "GetIntegrationTableProperties", {})
1618
1813
  .n("GlueClient", "GetIntegrationTablePropertiesCommand")
1619
- .sc(schemas_0.GetIntegrationTableProperties$)
1814
+ .sc(GetIntegrationTableProperties$)
1620
1815
  .build() {
1621
1816
  }
1622
1817
 
1623
- class GetJobBookmarkCommand extends client.Command
1818
+ class GetJobBookmarkCommand extends Command
1624
1819
  .classBuilder()
1625
1820
  .ep(commonParams)
1626
1821
  .m(function (Command, cs, config, o) {
1627
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1822
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1628
1823
  })
1629
1824
  .s("AWSGlue", "GetJobBookmark", {})
1630
1825
  .n("GlueClient", "GetJobBookmarkCommand")
1631
- .sc(schemas_0.GetJobBookmark$)
1826
+ .sc(GetJobBookmark$)
1632
1827
  .build() {
1633
1828
  }
1634
1829
 
1635
- class GetJobCommand extends client.Command
1830
+ class GetJobCommand extends Command
1636
1831
  .classBuilder()
1637
1832
  .ep(commonParams)
1638
1833
  .m(function (Command, cs, config, o) {
1639
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1834
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1640
1835
  })
1641
1836
  .s("AWSGlue", "GetJob", {})
1642
1837
  .n("GlueClient", "GetJobCommand")
1643
- .sc(schemas_0.GetJob$)
1838
+ .sc(GetJob$)
1644
1839
  .build() {
1645
1840
  }
1646
1841
 
1647
- class GetJobRunCommand extends client.Command
1842
+ class GetJobRunCommand extends Command
1648
1843
  .classBuilder()
1649
1844
  .ep(commonParams)
1650
1845
  .m(function (Command, cs, config, o) {
1651
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1846
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1652
1847
  })
1653
1848
  .s("AWSGlue", "GetJobRun", {})
1654
1849
  .n("GlueClient", "GetJobRunCommand")
1655
- .sc(schemas_0.GetJobRun$)
1850
+ .sc(GetJobRun$)
1656
1851
  .build() {
1657
1852
  }
1658
1853
 
1659
- class GetJobRunsCommand extends client.Command
1854
+ class GetJobRunsCommand extends Command
1660
1855
  .classBuilder()
1661
1856
  .ep(commonParams)
1662
1857
  .m(function (Command, cs, config, o) {
1663
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1858
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1664
1859
  })
1665
1860
  .s("AWSGlue", "GetJobRuns", {})
1666
1861
  .n("GlueClient", "GetJobRunsCommand")
1667
- .sc(schemas_0.GetJobRuns$)
1862
+ .sc(GetJobRuns$)
1668
1863
  .build() {
1669
1864
  }
1670
1865
 
1671
- class GetJobsCommand extends client.Command
1866
+ class GetJobsCommand extends Command
1672
1867
  .classBuilder()
1673
1868
  .ep(commonParams)
1674
1869
  .m(function (Command, cs, config, o) {
1675
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1870
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1676
1871
  })
1677
1872
  .s("AWSGlue", "GetJobs", {})
1678
1873
  .n("GlueClient", "GetJobsCommand")
1679
- .sc(schemas_0.GetJobs$)
1874
+ .sc(GetJobs$)
1680
1875
  .build() {
1681
1876
  }
1682
1877
 
1683
- class GetMappingCommand extends client.Command
1878
+ class GetMappingCommand extends Command
1684
1879
  .classBuilder()
1685
1880
  .ep(commonParams)
1686
1881
  .m(function (Command, cs, config, o) {
1687
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1882
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1688
1883
  })
1689
1884
  .s("AWSGlue", "GetMapping", {})
1690
1885
  .n("GlueClient", "GetMappingCommand")
1691
- .sc(schemas_0.GetMapping$)
1886
+ .sc(GetMapping$)
1692
1887
  .build() {
1693
1888
  }
1694
1889
 
1695
- class GetMaterializedViewRefreshTaskRunCommand extends client.Command
1890
+ class GetMaterializedViewRefreshTaskRunCommand extends Command
1696
1891
  .classBuilder()
1697
1892
  .ep(commonParams)
1698
1893
  .m(function (Command, cs, config, o) {
1699
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1894
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1700
1895
  })
1701
1896
  .s("AWSGlue", "GetMaterializedViewRefreshTaskRun", {})
1702
1897
  .n("GlueClient", "GetMaterializedViewRefreshTaskRunCommand")
1703
- .sc(schemas_0.GetMaterializedViewRefreshTaskRun$)
1898
+ .sc(GetMaterializedViewRefreshTaskRun$)
1704
1899
  .build() {
1705
1900
  }
1706
1901
 
1707
- class GetMLTaskRunCommand extends client.Command
1902
+ class GetMLTaskRunCommand extends Command
1708
1903
  .classBuilder()
1709
1904
  .ep(commonParams)
1710
1905
  .m(function (Command, cs, config, o) {
1711
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1906
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1712
1907
  })
1713
1908
  .s("AWSGlue", "GetMLTaskRun", {})
1714
1909
  .n("GlueClient", "GetMLTaskRunCommand")
1715
- .sc(schemas_0.GetMLTaskRun$)
1910
+ .sc(GetMLTaskRun$)
1716
1911
  .build() {
1717
1912
  }
1718
1913
 
1719
- class GetMLTaskRunsCommand extends client.Command
1914
+ class GetMLTaskRunsCommand extends Command
1720
1915
  .classBuilder()
1721
1916
  .ep(commonParams)
1722
1917
  .m(function (Command, cs, config, o) {
1723
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1918
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1724
1919
  })
1725
1920
  .s("AWSGlue", "GetMLTaskRuns", {})
1726
1921
  .n("GlueClient", "GetMLTaskRunsCommand")
1727
- .sc(schemas_0.GetMLTaskRuns$)
1922
+ .sc(GetMLTaskRuns$)
1728
1923
  .build() {
1729
1924
  }
1730
1925
 
1731
- class GetMLTransformCommand extends client.Command
1926
+ class GetMLTransformCommand extends Command
1732
1927
  .classBuilder()
1733
1928
  .ep(commonParams)
1734
1929
  .m(function (Command, cs, config, o) {
1735
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1930
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1736
1931
  })
1737
1932
  .s("AWSGlue", "GetMLTransform", {})
1738
1933
  .n("GlueClient", "GetMLTransformCommand")
1739
- .sc(schemas_0.GetMLTransform$)
1934
+ .sc(GetMLTransform$)
1740
1935
  .build() {
1741
1936
  }
1742
1937
 
1743
- class GetMLTransformsCommand extends client.Command
1938
+ class GetMLTransformsCommand extends Command
1744
1939
  .classBuilder()
1745
1940
  .ep(commonParams)
1746
1941
  .m(function (Command, cs, config, o) {
1747
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1942
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1748
1943
  })
1749
1944
  .s("AWSGlue", "GetMLTransforms", {})
1750
1945
  .n("GlueClient", "GetMLTransformsCommand")
1751
- .sc(schemas_0.GetMLTransforms$)
1946
+ .sc(GetMLTransforms$)
1752
1947
  .build() {
1753
1948
  }
1754
1949
 
1755
- class GetPartitionCommand extends client.Command
1950
+ class GetPartitionCommand extends Command
1756
1951
  .classBuilder()
1757
1952
  .ep(commonParams)
1758
1953
  .m(function (Command, cs, config, o) {
1759
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1954
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1760
1955
  })
1761
1956
  .s("AWSGlue", "GetPartition", {})
1762
1957
  .n("GlueClient", "GetPartitionCommand")
1763
- .sc(schemas_0.GetPartition$)
1958
+ .sc(GetPartition$)
1764
1959
  .build() {
1765
1960
  }
1766
1961
 
1767
- class GetPartitionIndexesCommand extends client.Command
1962
+ class GetPartitionIndexesCommand extends Command
1768
1963
  .classBuilder()
1769
1964
  .ep(commonParams)
1770
1965
  .m(function (Command, cs, config, o) {
1771
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1966
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1772
1967
  })
1773
1968
  .s("AWSGlue", "GetPartitionIndexes", {})
1774
1969
  .n("GlueClient", "GetPartitionIndexesCommand")
1775
- .sc(schemas_0.GetPartitionIndexes$)
1970
+ .sc(GetPartitionIndexes$)
1776
1971
  .build() {
1777
1972
  }
1778
1973
 
1779
- class GetPartitionsCommand extends client.Command
1974
+ class GetPartitionsCommand extends Command
1780
1975
  .classBuilder()
1781
1976
  .ep(commonParams)
1782
1977
  .m(function (Command, cs, config, o) {
1783
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1978
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1784
1979
  })
1785
1980
  .s("AWSGlue", "GetPartitions", {})
1786
1981
  .n("GlueClient", "GetPartitionsCommand")
1787
- .sc(schemas_0.GetPartitions$)
1982
+ .sc(GetPartitions$)
1788
1983
  .build() {
1789
1984
  }
1790
1985
 
1791
- class GetPlanCommand extends client.Command
1986
+ class GetPlanCommand extends Command
1792
1987
  .classBuilder()
1793
1988
  .ep(commonParams)
1794
1989
  .m(function (Command, cs, config, o) {
1795
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1990
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1796
1991
  })
1797
1992
  .s("AWSGlue", "GetPlan", {})
1798
1993
  .n("GlueClient", "GetPlanCommand")
1799
- .sc(schemas_0.GetPlan$)
1994
+ .sc(GetPlan$)
1800
1995
  .build() {
1801
1996
  }
1802
1997
 
1803
- class GetRegistryCommand extends client.Command
1998
+ class GetRegistryCommand extends Command
1804
1999
  .classBuilder()
1805
2000
  .ep(commonParams)
1806
2001
  .m(function (Command, cs, config, o) {
1807
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2002
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1808
2003
  })
1809
2004
  .s("AWSGlue", "GetRegistry", {})
1810
2005
  .n("GlueClient", "GetRegistryCommand")
1811
- .sc(schemas_0.GetRegistry$)
2006
+ .sc(GetRegistry$)
1812
2007
  .build() {
1813
2008
  }
1814
2009
 
1815
- class GetResourcePoliciesCommand extends client.Command
2010
+ class GetResourcePoliciesCommand extends Command
1816
2011
  .classBuilder()
1817
2012
  .ep(commonParams)
1818
2013
  .m(function (Command, cs, config, o) {
1819
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2014
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1820
2015
  })
1821
2016
  .s("AWSGlue", "GetResourcePolicies", {})
1822
2017
  .n("GlueClient", "GetResourcePoliciesCommand")
1823
- .sc(schemas_0.GetResourcePolicies$)
2018
+ .sc(GetResourcePolicies$)
1824
2019
  .build() {
1825
2020
  }
1826
2021
 
1827
- class GetResourcePolicyCommand extends client.Command
2022
+ class GetResourcePolicyCommand extends Command
1828
2023
  .classBuilder()
1829
2024
  .ep(commonParams)
1830
2025
  .m(function (Command, cs, config, o) {
1831
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2026
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1832
2027
  })
1833
2028
  .s("AWSGlue", "GetResourcePolicy", {})
1834
2029
  .n("GlueClient", "GetResourcePolicyCommand")
1835
- .sc(schemas_0.GetResourcePolicy$)
2030
+ .sc(GetResourcePolicy$)
1836
2031
  .build() {
1837
2032
  }
1838
2033
 
1839
- class GetSchemaByDefinitionCommand extends client.Command
2034
+ class GetSchemaByDefinitionCommand extends Command
1840
2035
  .classBuilder()
1841
2036
  .ep(commonParams)
1842
2037
  .m(function (Command, cs, config, o) {
1843
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2038
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1844
2039
  })
1845
2040
  .s("AWSGlue", "GetSchemaByDefinition", {})
1846
2041
  .n("GlueClient", "GetSchemaByDefinitionCommand")
1847
- .sc(schemas_0.GetSchemaByDefinition$)
2042
+ .sc(GetSchemaByDefinition$)
1848
2043
  .build() {
1849
2044
  }
1850
2045
 
1851
- class GetSchemaCommand extends client.Command
2046
+ class GetSchemaCommand extends Command
1852
2047
  .classBuilder()
1853
2048
  .ep(commonParams)
1854
2049
  .m(function (Command, cs, config, o) {
1855
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2050
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1856
2051
  })
1857
2052
  .s("AWSGlue", "GetSchema", {})
1858
2053
  .n("GlueClient", "GetSchemaCommand")
1859
- .sc(schemas_0.GetSchema$)
2054
+ .sc(GetSchema$)
1860
2055
  .build() {
1861
2056
  }
1862
2057
 
1863
- class GetSchemaVersionCommand extends client.Command
2058
+ class GetSchemaVersionCommand extends Command
1864
2059
  .classBuilder()
1865
2060
  .ep(commonParams)
1866
2061
  .m(function (Command, cs, config, o) {
1867
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2062
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1868
2063
  })
1869
2064
  .s("AWSGlue", "GetSchemaVersion", {})
1870
2065
  .n("GlueClient", "GetSchemaVersionCommand")
1871
- .sc(schemas_0.GetSchemaVersion$)
2066
+ .sc(GetSchemaVersion$)
1872
2067
  .build() {
1873
2068
  }
1874
2069
 
1875
- class GetSchemaVersionsDiffCommand extends client.Command
2070
+ class GetSchemaVersionsDiffCommand extends Command
1876
2071
  .classBuilder()
1877
2072
  .ep(commonParams)
1878
2073
  .m(function (Command, cs, config, o) {
1879
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2074
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1880
2075
  })
1881
2076
  .s("AWSGlue", "GetSchemaVersionsDiff", {})
1882
2077
  .n("GlueClient", "GetSchemaVersionsDiffCommand")
1883
- .sc(schemas_0.GetSchemaVersionsDiff$)
2078
+ .sc(GetSchemaVersionsDiff$)
1884
2079
  .build() {
1885
2080
  }
1886
2081
 
1887
- class GetSecurityConfigurationCommand extends client.Command
2082
+ class GetSecurityConfigurationCommand extends Command
1888
2083
  .classBuilder()
1889
2084
  .ep(commonParams)
1890
2085
  .m(function (Command, cs, config, o) {
1891
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2086
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1892
2087
  })
1893
2088
  .s("AWSGlue", "GetSecurityConfiguration", {})
1894
2089
  .n("GlueClient", "GetSecurityConfigurationCommand")
1895
- .sc(schemas_0.GetSecurityConfiguration$)
2090
+ .sc(GetSecurityConfiguration$)
1896
2091
  .build() {
1897
2092
  }
1898
2093
 
1899
- class GetSecurityConfigurationsCommand extends client.Command
2094
+ class GetSecurityConfigurationsCommand extends Command
1900
2095
  .classBuilder()
1901
2096
  .ep(commonParams)
1902
2097
  .m(function (Command, cs, config, o) {
1903
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2098
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1904
2099
  })
1905
2100
  .s("AWSGlue", "GetSecurityConfigurations", {})
1906
2101
  .n("GlueClient", "GetSecurityConfigurationsCommand")
1907
- .sc(schemas_0.GetSecurityConfigurations$)
2102
+ .sc(GetSecurityConfigurations$)
1908
2103
  .build() {
1909
2104
  }
1910
2105
 
1911
- class GetSessionCommand extends client.Command
2106
+ class GetSessionCommand extends Command
1912
2107
  .classBuilder()
1913
2108
  .ep(commonParams)
1914
2109
  .m(function (Command, cs, config, o) {
1915
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2110
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1916
2111
  })
1917
2112
  .s("AWSGlue", "GetSession", {})
1918
2113
  .n("GlueClient", "GetSessionCommand")
1919
- .sc(schemas_0.GetSession$)
2114
+ .sc(GetSession$)
1920
2115
  .build() {
1921
2116
  }
1922
2117
 
1923
- class GetSessionEndpointCommand extends client.Command
2118
+ class GetSessionEndpointCommand extends Command
1924
2119
  .classBuilder()
1925
2120
  .ep(commonParams)
1926
2121
  .m(function (Command, cs, config, o) {
1927
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2122
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1928
2123
  })
1929
2124
  .s("AWSGlue", "GetSessionEndpoint", {})
1930
2125
  .n("GlueClient", "GetSessionEndpointCommand")
1931
- .sc(schemas_0.GetSessionEndpoint$)
2126
+ .sc(GetSessionEndpoint$)
1932
2127
  .build() {
1933
2128
  }
1934
2129
 
1935
- class GetStatementCommand extends client.Command
2130
+ class GetStatementCommand extends Command
1936
2131
  .classBuilder()
1937
2132
  .ep(commonParams)
1938
2133
  .m(function (Command, cs, config, o) {
1939
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2134
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1940
2135
  })
1941
2136
  .s("AWSGlue", "GetStatement", {})
1942
2137
  .n("GlueClient", "GetStatementCommand")
1943
- .sc(schemas_0.GetStatement$)
2138
+ .sc(GetStatement$)
1944
2139
  .build() {
1945
2140
  }
1946
2141
 
1947
- class GetTableCommand extends client.Command
2142
+ class GetTableCommand extends Command
1948
2143
  .classBuilder()
1949
2144
  .ep(commonParams)
1950
2145
  .m(function (Command, cs, config, o) {
1951
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2146
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1952
2147
  })
1953
2148
  .s("AWSGlue", "GetTable", {})
1954
2149
  .n("GlueClient", "GetTableCommand")
1955
- .sc(schemas_0.GetTable$)
2150
+ .sc(GetTable$)
1956
2151
  .build() {
1957
2152
  }
1958
2153
 
1959
- class GetTableOptimizerCommand extends client.Command
2154
+ class GetTableOptimizerCommand extends Command
1960
2155
  .classBuilder()
1961
2156
  .ep(commonParams)
1962
2157
  .m(function (Command, cs, config, o) {
1963
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2158
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1964
2159
  })
1965
2160
  .s("AWSGlue", "GetTableOptimizer", {})
1966
2161
  .n("GlueClient", "GetTableOptimizerCommand")
1967
- .sc(schemas_0.GetTableOptimizer$)
2162
+ .sc(GetTableOptimizer$)
1968
2163
  .build() {
1969
2164
  }
1970
2165
 
1971
- class GetTablesCommand extends client.Command
2166
+ class GetTablesCommand extends Command
1972
2167
  .classBuilder()
1973
2168
  .ep(commonParams)
1974
2169
  .m(function (Command, cs, config, o) {
1975
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2170
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1976
2171
  })
1977
2172
  .s("AWSGlue", "GetTables", {})
1978
2173
  .n("GlueClient", "GetTablesCommand")
1979
- .sc(schemas_0.GetTables$)
2174
+ .sc(GetTables$)
1980
2175
  .build() {
1981
2176
  }
1982
2177
 
1983
- class GetTableVersionCommand extends client.Command
2178
+ class GetTableVersionCommand extends Command
1984
2179
  .classBuilder()
1985
2180
  .ep(commonParams)
1986
2181
  .m(function (Command, cs, config, o) {
1987
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2182
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1988
2183
  })
1989
2184
  .s("AWSGlue", "GetTableVersion", {})
1990
2185
  .n("GlueClient", "GetTableVersionCommand")
1991
- .sc(schemas_0.GetTableVersion$)
2186
+ .sc(GetTableVersion$)
1992
2187
  .build() {
1993
2188
  }
1994
2189
 
1995
- class GetTableVersionsCommand extends client.Command
2190
+ class GetTableVersionsCommand extends Command
1996
2191
  .classBuilder()
1997
2192
  .ep(commonParams)
1998
2193
  .m(function (Command, cs, config, o) {
1999
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2194
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2000
2195
  })
2001
2196
  .s("AWSGlue", "GetTableVersions", {})
2002
2197
  .n("GlueClient", "GetTableVersionsCommand")
2003
- .sc(schemas_0.GetTableVersions$)
2198
+ .sc(GetTableVersions$)
2004
2199
  .build() {
2005
2200
  }
2006
2201
 
2007
- class GetTagsCommand extends client.Command
2202
+ class GetTagsCommand extends Command
2008
2203
  .classBuilder()
2009
2204
  .ep(commonParams)
2010
2205
  .m(function (Command, cs, config, o) {
2011
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2206
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2012
2207
  })
2013
2208
  .s("AWSGlue", "GetTags", {})
2014
2209
  .n("GlueClient", "GetTagsCommand")
2015
- .sc(schemas_0.GetTags$)
2210
+ .sc(GetTags$)
2016
2211
  .build() {
2017
2212
  }
2018
2213
 
2019
- class GetTriggerCommand extends client.Command
2214
+ class GetTriggerCommand extends Command
2020
2215
  .classBuilder()
2021
2216
  .ep(commonParams)
2022
2217
  .m(function (Command, cs, config, o) {
2023
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2218
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2024
2219
  })
2025
2220
  .s("AWSGlue", "GetTrigger", {})
2026
2221
  .n("GlueClient", "GetTriggerCommand")
2027
- .sc(schemas_0.GetTrigger$)
2222
+ .sc(GetTrigger$)
2028
2223
  .build() {
2029
2224
  }
2030
2225
 
2031
- class GetTriggersCommand extends client.Command
2226
+ class GetTriggersCommand extends Command
2032
2227
  .classBuilder()
2033
2228
  .ep(commonParams)
2034
2229
  .m(function (Command, cs, config, o) {
2035
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2230
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2036
2231
  })
2037
2232
  .s("AWSGlue", "GetTriggers", {})
2038
2233
  .n("GlueClient", "GetTriggersCommand")
2039
- .sc(schemas_0.GetTriggers$)
2234
+ .sc(GetTriggers$)
2040
2235
  .build() {
2041
2236
  }
2042
2237
 
2043
- class GetUnfilteredPartitionMetadataCommand extends client.Command
2238
+ class GetUnfilteredPartitionMetadataCommand extends Command
2044
2239
  .classBuilder()
2045
2240
  .ep(commonParams)
2046
2241
  .m(function (Command, cs, config, o) {
2047
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2242
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2048
2243
  })
2049
2244
  .s("AWSGlue", "GetUnfilteredPartitionMetadata", {})
2050
2245
  .n("GlueClient", "GetUnfilteredPartitionMetadataCommand")
2051
- .sc(schemas_0.GetUnfilteredPartitionMetadata$)
2246
+ .sc(GetUnfilteredPartitionMetadata$)
2052
2247
  .build() {
2053
2248
  }
2054
2249
 
2055
- class GetUnfilteredPartitionsMetadataCommand extends client.Command
2250
+ class GetUnfilteredPartitionsMetadataCommand extends Command
2056
2251
  .classBuilder()
2057
2252
  .ep(commonParams)
2058
2253
  .m(function (Command, cs, config, o) {
2059
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2254
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2060
2255
  })
2061
2256
  .s("AWSGlue", "GetUnfilteredPartitionsMetadata", {})
2062
2257
  .n("GlueClient", "GetUnfilteredPartitionsMetadataCommand")
2063
- .sc(schemas_0.GetUnfilteredPartitionsMetadata$)
2258
+ .sc(GetUnfilteredPartitionsMetadata$)
2064
2259
  .build() {
2065
2260
  }
2066
2261
 
2067
- class GetUnfilteredTableMetadataCommand extends client.Command
2262
+ class GetUnfilteredTableMetadataCommand extends Command
2068
2263
  .classBuilder()
2069
2264
  .ep(commonParams)
2070
2265
  .m(function (Command, cs, config, o) {
2071
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2266
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2072
2267
  })
2073
2268
  .s("AWSGlue", "GetUnfilteredTableMetadata", {})
2074
2269
  .n("GlueClient", "GetUnfilteredTableMetadataCommand")
2075
- .sc(schemas_0.GetUnfilteredTableMetadata$)
2270
+ .sc(GetUnfilteredTableMetadata$)
2076
2271
  .build() {
2077
2272
  }
2078
2273
 
2079
- class GetUsageProfileCommand extends client.Command
2274
+ class GetUsageProfileCommand extends Command
2080
2275
  .classBuilder()
2081
2276
  .ep(commonParams)
2082
2277
  .m(function (Command, cs, config, o) {
2083
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2278
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2084
2279
  })
2085
2280
  .s("AWSGlue", "GetUsageProfile", {})
2086
2281
  .n("GlueClient", "GetUsageProfileCommand")
2087
- .sc(schemas_0.GetUsageProfile$)
2282
+ .sc(GetUsageProfile$)
2088
2283
  .build() {
2089
2284
  }
2090
2285
 
2091
- class GetUserDefinedFunctionCommand extends client.Command
2286
+ class GetUserDefinedFunctionCommand extends Command
2092
2287
  .classBuilder()
2093
2288
  .ep(commonParams)
2094
2289
  .m(function (Command, cs, config, o) {
2095
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2290
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2096
2291
  })
2097
2292
  .s("AWSGlue", "GetUserDefinedFunction", {})
2098
2293
  .n("GlueClient", "GetUserDefinedFunctionCommand")
2099
- .sc(schemas_0.GetUserDefinedFunction$)
2294
+ .sc(GetUserDefinedFunction$)
2100
2295
  .build() {
2101
2296
  }
2102
2297
 
2103
- class GetUserDefinedFunctionsCommand extends client.Command
2298
+ class GetUserDefinedFunctionsCommand extends Command
2104
2299
  .classBuilder()
2105
2300
  .ep(commonParams)
2106
2301
  .m(function (Command, cs, config, o) {
2107
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2302
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2108
2303
  })
2109
2304
  .s("AWSGlue", "GetUserDefinedFunctions", {})
2110
2305
  .n("GlueClient", "GetUserDefinedFunctionsCommand")
2111
- .sc(schemas_0.GetUserDefinedFunctions$)
2306
+ .sc(GetUserDefinedFunctions$)
2112
2307
  .build() {
2113
2308
  }
2114
2309
 
2115
- class GetWorkflowCommand extends client.Command
2310
+ class GetWorkflowCommand extends Command
2116
2311
  .classBuilder()
2117
2312
  .ep(commonParams)
2118
2313
  .m(function (Command, cs, config, o) {
2119
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2314
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2120
2315
  })
2121
2316
  .s("AWSGlue", "GetWorkflow", {})
2122
2317
  .n("GlueClient", "GetWorkflowCommand")
2123
- .sc(schemas_0.GetWorkflow$)
2318
+ .sc(GetWorkflow$)
2124
2319
  .build() {
2125
2320
  }
2126
2321
 
2127
- class GetWorkflowRunCommand extends client.Command
2322
+ class GetWorkflowRunCommand extends Command
2128
2323
  .classBuilder()
2129
2324
  .ep(commonParams)
2130
2325
  .m(function (Command, cs, config, o) {
2131
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2326
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2132
2327
  })
2133
2328
  .s("AWSGlue", "GetWorkflowRun", {})
2134
2329
  .n("GlueClient", "GetWorkflowRunCommand")
2135
- .sc(schemas_0.GetWorkflowRun$)
2330
+ .sc(GetWorkflowRun$)
2136
2331
  .build() {
2137
2332
  }
2138
2333
 
2139
- class GetWorkflowRunPropertiesCommand extends client.Command
2334
+ class GetWorkflowRunPropertiesCommand extends Command
2140
2335
  .classBuilder()
2141
2336
  .ep(commonParams)
2142
2337
  .m(function (Command, cs, config, o) {
2143
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2338
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2144
2339
  })
2145
2340
  .s("AWSGlue", "GetWorkflowRunProperties", {})
2146
2341
  .n("GlueClient", "GetWorkflowRunPropertiesCommand")
2147
- .sc(schemas_0.GetWorkflowRunProperties$)
2342
+ .sc(GetWorkflowRunProperties$)
2148
2343
  .build() {
2149
2344
  }
2150
2345
 
2151
- class GetWorkflowRunsCommand extends client.Command
2346
+ class GetWorkflowRunsCommand extends Command
2152
2347
  .classBuilder()
2153
2348
  .ep(commonParams)
2154
2349
  .m(function (Command, cs, config, o) {
2155
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2350
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2156
2351
  })
2157
2352
  .s("AWSGlue", "GetWorkflowRuns", {})
2158
2353
  .n("GlueClient", "GetWorkflowRunsCommand")
2159
- .sc(schemas_0.GetWorkflowRuns$)
2354
+ .sc(GetWorkflowRuns$)
2160
2355
  .build() {
2161
2356
  }
2162
2357
 
2163
- class ImportCatalogToGlueCommand extends client.Command
2358
+ class ImportCatalogToGlueCommand extends Command
2164
2359
  .classBuilder()
2165
2360
  .ep(commonParams)
2166
2361
  .m(function (Command, cs, config, o) {
2167
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2362
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2168
2363
  })
2169
2364
  .s("AWSGlue", "ImportCatalogToGlue", {})
2170
2365
  .n("GlueClient", "ImportCatalogToGlueCommand")
2171
- .sc(schemas_0.ImportCatalogToGlue$)
2366
+ .sc(ImportCatalogToGlue$)
2367
+ .build() {
2368
+ }
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$)
2172
2379
  .build() {
2173
2380
  }
2174
2381
 
2175
- class ListBlueprintsCommand extends client.Command
2382
+ class ListBlueprintsCommand extends Command
2176
2383
  .classBuilder()
2177
2384
  .ep(commonParams)
2178
2385
  .m(function (Command, cs, config, o) {
2179
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2386
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2180
2387
  })
2181
2388
  .s("AWSGlue", "ListBlueprints", {})
2182
2389
  .n("GlueClient", "ListBlueprintsCommand")
2183
- .sc(schemas_0.ListBlueprints$)
2390
+ .sc(ListBlueprints$)
2184
2391
  .build() {
2185
2392
  }
2186
2393
 
2187
- class ListColumnStatisticsTaskRunsCommand extends client.Command
2394
+ class ListColumnStatisticsTaskRunsCommand extends Command
2188
2395
  .classBuilder()
2189
2396
  .ep(commonParams)
2190
2397
  .m(function (Command, cs, config, o) {
2191
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2398
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2192
2399
  })
2193
2400
  .s("AWSGlue", "ListColumnStatisticsTaskRuns", {})
2194
2401
  .n("GlueClient", "ListColumnStatisticsTaskRunsCommand")
2195
- .sc(schemas_0.ListColumnStatisticsTaskRuns$)
2402
+ .sc(ListColumnStatisticsTaskRuns$)
2196
2403
  .build() {
2197
2404
  }
2198
2405
 
2199
- class ListConnectionTypesCommand extends client.Command
2406
+ class ListConnectionTypesCommand extends Command
2200
2407
  .classBuilder()
2201
2408
  .ep(commonParams)
2202
2409
  .m(function (Command, cs, config, o) {
2203
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2410
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2204
2411
  })
2205
2412
  .s("AWSGlue", "ListConnectionTypes", {})
2206
2413
  .n("GlueClient", "ListConnectionTypesCommand")
2207
- .sc(schemas_0.ListConnectionTypes$)
2414
+ .sc(ListConnectionTypes$)
2208
2415
  .build() {
2209
2416
  }
2210
2417
 
2211
- class ListCrawlersCommand extends client.Command
2418
+ class ListCrawlersCommand extends Command
2212
2419
  .classBuilder()
2213
2420
  .ep(commonParams)
2214
2421
  .m(function (Command, cs, config, o) {
2215
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2422
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2216
2423
  })
2217
2424
  .s("AWSGlue", "ListCrawlers", {})
2218
2425
  .n("GlueClient", "ListCrawlersCommand")
2219
- .sc(schemas_0.ListCrawlers$)
2426
+ .sc(ListCrawlers$)
2220
2427
  .build() {
2221
2428
  }
2222
2429
 
2223
- class ListCrawlsCommand extends client.Command
2430
+ class ListCrawlsCommand extends Command
2224
2431
  .classBuilder()
2225
2432
  .ep(commonParams)
2226
2433
  .m(function (Command, cs, config, o) {
2227
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2434
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2228
2435
  })
2229
2436
  .s("AWSGlue", "ListCrawls", {})
2230
2437
  .n("GlueClient", "ListCrawlsCommand")
2231
- .sc(schemas_0.ListCrawls$)
2438
+ .sc(ListCrawls$)
2232
2439
  .build() {
2233
2440
  }
2234
2441
 
2235
- class ListCustomEntityTypesCommand extends client.Command
2442
+ class ListCustomEntityTypesCommand extends Command
2236
2443
  .classBuilder()
2237
2444
  .ep(commonParams)
2238
2445
  .m(function (Command, cs, config, o) {
2239
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2446
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2240
2447
  })
2241
2448
  .s("AWSGlue", "ListCustomEntityTypes", {})
2242
2449
  .n("GlueClient", "ListCustomEntityTypesCommand")
2243
- .sc(schemas_0.ListCustomEntityTypes$)
2450
+ .sc(ListCustomEntityTypes$)
2244
2451
  .build() {
2245
2452
  }
2246
2453
 
2247
- class ListDataQualityResultsCommand extends client.Command
2454
+ class ListDataQualityResultsCommand extends Command
2248
2455
  .classBuilder()
2249
2456
  .ep(commonParams)
2250
2457
  .m(function (Command, cs, config, o) {
2251
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2458
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2252
2459
  })
2253
2460
  .s("AWSGlue", "ListDataQualityResults", {})
2254
2461
  .n("GlueClient", "ListDataQualityResultsCommand")
2255
- .sc(schemas_0.ListDataQualityResults$)
2462
+ .sc(ListDataQualityResults$)
2256
2463
  .build() {
2257
2464
  }
2258
2465
 
2259
- class ListDataQualityRuleRecommendationRunsCommand extends client.Command
2466
+ class ListDataQualityRuleRecommendationRunsCommand extends Command
2260
2467
  .classBuilder()
2261
2468
  .ep(commonParams)
2262
2469
  .m(function (Command, cs, config, o) {
2263
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2470
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2264
2471
  })
2265
2472
  .s("AWSGlue", "ListDataQualityRuleRecommendationRuns", {})
2266
2473
  .n("GlueClient", "ListDataQualityRuleRecommendationRunsCommand")
2267
- .sc(schemas_0.ListDataQualityRuleRecommendationRuns$)
2474
+ .sc(ListDataQualityRuleRecommendationRuns$)
2268
2475
  .build() {
2269
2476
  }
2270
2477
 
2271
- class ListDataQualityRulesetEvaluationRunsCommand extends client.Command
2478
+ class ListDataQualityRulesetEvaluationRunsCommand extends Command
2272
2479
  .classBuilder()
2273
2480
  .ep(commonParams)
2274
2481
  .m(function (Command, cs, config, o) {
2275
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2482
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2276
2483
  })
2277
2484
  .s("AWSGlue", "ListDataQualityRulesetEvaluationRuns", {})
2278
2485
  .n("GlueClient", "ListDataQualityRulesetEvaluationRunsCommand")
2279
- .sc(schemas_0.ListDataQualityRulesetEvaluationRuns$)
2486
+ .sc(ListDataQualityRulesetEvaluationRuns$)
2280
2487
  .build() {
2281
2488
  }
2282
2489
 
2283
- class ListDataQualityRulesetsCommand extends client.Command
2490
+ class ListDataQualityRulesetsCommand extends Command
2284
2491
  .classBuilder()
2285
2492
  .ep(commonParams)
2286
2493
  .m(function (Command, cs, config, o) {
2287
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2494
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2288
2495
  })
2289
2496
  .s("AWSGlue", "ListDataQualityRulesets", {})
2290
2497
  .n("GlueClient", "ListDataQualityRulesetsCommand")
2291
- .sc(schemas_0.ListDataQualityRulesets$)
2498
+ .sc(ListDataQualityRulesets$)
2292
2499
  .build() {
2293
2500
  }
2294
2501
 
2295
- class ListDataQualityStatisticAnnotationsCommand extends client.Command
2502
+ class ListDataQualityStatisticAnnotationsCommand extends Command
2296
2503
  .classBuilder()
2297
2504
  .ep(commonParams)
2298
2505
  .m(function (Command, cs, config, o) {
2299
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2506
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2300
2507
  })
2301
2508
  .s("AWSGlue", "ListDataQualityStatisticAnnotations", {})
2302
2509
  .n("GlueClient", "ListDataQualityStatisticAnnotationsCommand")
2303
- .sc(schemas_0.ListDataQualityStatisticAnnotations$)
2510
+ .sc(ListDataQualityStatisticAnnotations$)
2304
2511
  .build() {
2305
2512
  }
2306
2513
 
2307
- class ListDataQualityStatisticsCommand extends client.Command
2514
+ class ListDataQualityStatisticsCommand extends Command
2308
2515
  .classBuilder()
2309
2516
  .ep(commonParams)
2310
2517
  .m(function (Command, cs, config, o) {
2311
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2518
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2312
2519
  })
2313
2520
  .s("AWSGlue", "ListDataQualityStatistics", {})
2314
2521
  .n("GlueClient", "ListDataQualityStatisticsCommand")
2315
- .sc(schemas_0.ListDataQualityStatistics$)
2522
+ .sc(ListDataQualityStatistics$)
2316
2523
  .build() {
2317
2524
  }
2318
2525
 
2319
- class ListDevEndpointsCommand extends client.Command
2526
+ class ListDevEndpointsCommand extends Command
2320
2527
  .classBuilder()
2321
2528
  .ep(commonParams)
2322
2529
  .m(function (Command, cs, config, o) {
2323
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2530
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2324
2531
  })
2325
2532
  .s("AWSGlue", "ListDevEndpoints", {})
2326
2533
  .n("GlueClient", "ListDevEndpointsCommand")
2327
- .sc(schemas_0.ListDevEndpoints$)
2534
+ .sc(ListDevEndpoints$)
2328
2535
  .build() {
2329
2536
  }
2330
2537
 
2331
- class ListEntitiesCommand extends client.Command
2538
+ class ListEntitiesCommand extends Command
2332
2539
  .classBuilder()
2333
2540
  .ep(commonParams)
2334
2541
  .m(function (Command, cs, config, o) {
2335
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2542
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2336
2543
  })
2337
2544
  .s("AWSGlue", "ListEntities", {})
2338
2545
  .n("GlueClient", "ListEntitiesCommand")
2339
- .sc(schemas_0.ListEntities$)
2546
+ .sc(ListEntities$)
2340
2547
  .build() {
2341
2548
  }
2342
2549
 
2343
- class ListIntegrationResourcePropertiesCommand extends client.Command
2550
+ class ListFormTypesCommand extends Command
2344
2551
  .classBuilder()
2345
2552
  .ep(commonParams)
2346
2553
  .m(function (Command, cs, config, o) {
2347
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
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
+
2586
+ class ListIntegrationResourcePropertiesCommand extends Command
2587
+ .classBuilder()
2588
+ .ep(commonParams)
2589
+ .m(function (Command, cs, config, o) {
2590
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2348
2591
  })
2349
2592
  .s("AWSGlue", "ListIntegrationResourceProperties", {})
2350
2593
  .n("GlueClient", "ListIntegrationResourcePropertiesCommand")
2351
- .sc(schemas_0.ListIntegrationResourceProperties$)
2594
+ .sc(ListIntegrationResourceProperties$)
2595
+ .build() {
2596
+ }
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$)
2352
2607
  .build() {
2353
2608
  }
2354
2609
 
2355
- class ListJobsCommand extends client.Command
2610
+ class ListJobsCommand extends Command
2356
2611
  .classBuilder()
2357
2612
  .ep(commonParams)
2358
2613
  .m(function (Command, cs, config, o) {
2359
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2614
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2360
2615
  })
2361
2616
  .s("AWSGlue", "ListJobs", {})
2362
2617
  .n("GlueClient", "ListJobsCommand")
2363
- .sc(schemas_0.ListJobs$)
2618
+ .sc(ListJobs$)
2364
2619
  .build() {
2365
2620
  }
2366
2621
 
2367
- class ListMaterializedViewRefreshTaskRunsCommand extends client.Command
2622
+ class ListMaterializedViewRefreshTaskRunsCommand extends Command
2368
2623
  .classBuilder()
2369
2624
  .ep(commonParams)
2370
2625
  .m(function (Command, cs, config, o) {
2371
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2626
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2372
2627
  })
2373
2628
  .s("AWSGlue", "ListMaterializedViewRefreshTaskRuns", {})
2374
2629
  .n("GlueClient", "ListMaterializedViewRefreshTaskRunsCommand")
2375
- .sc(schemas_0.ListMaterializedViewRefreshTaskRuns$)
2630
+ .sc(ListMaterializedViewRefreshTaskRuns$)
2376
2631
  .build() {
2377
2632
  }
2378
2633
 
2379
- class ListMLTransformsCommand extends client.Command
2634
+ class ListMLTransformsCommand extends Command
2380
2635
  .classBuilder()
2381
2636
  .ep(commonParams)
2382
2637
  .m(function (Command, cs, config, o) {
2383
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2638
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2384
2639
  })
2385
2640
  .s("AWSGlue", "ListMLTransforms", {})
2386
2641
  .n("GlueClient", "ListMLTransformsCommand")
2387
- .sc(schemas_0.ListMLTransforms$)
2642
+ .sc(ListMLTransforms$)
2388
2643
  .build() {
2389
2644
  }
2390
2645
 
2391
- class ListRegistriesCommand extends client.Command
2646
+ class ListRegistriesCommand extends Command
2392
2647
  .classBuilder()
2393
2648
  .ep(commonParams)
2394
2649
  .m(function (Command, cs, config, o) {
2395
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2650
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2396
2651
  })
2397
2652
  .s("AWSGlue", "ListRegistries", {})
2398
2653
  .n("GlueClient", "ListRegistriesCommand")
2399
- .sc(schemas_0.ListRegistries$)
2654
+ .sc(ListRegistries$)
2400
2655
  .build() {
2401
2656
  }
2402
2657
 
2403
- class ListSchemasCommand extends client.Command
2658
+ class ListSchemasCommand extends Command
2404
2659
  .classBuilder()
2405
2660
  .ep(commonParams)
2406
2661
  .m(function (Command, cs, config, o) {
2407
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2662
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2408
2663
  })
2409
2664
  .s("AWSGlue", "ListSchemas", {})
2410
2665
  .n("GlueClient", "ListSchemasCommand")
2411
- .sc(schemas_0.ListSchemas$)
2666
+ .sc(ListSchemas$)
2412
2667
  .build() {
2413
2668
  }
2414
2669
 
2415
- class ListSchemaVersionsCommand extends client.Command
2670
+ class ListSchemaVersionsCommand extends Command
2416
2671
  .classBuilder()
2417
2672
  .ep(commonParams)
2418
2673
  .m(function (Command, cs, config, o) {
2419
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2674
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2420
2675
  })
2421
2676
  .s("AWSGlue", "ListSchemaVersions", {})
2422
2677
  .n("GlueClient", "ListSchemaVersionsCommand")
2423
- .sc(schemas_0.ListSchemaVersions$)
2678
+ .sc(ListSchemaVersions$)
2424
2679
  .build() {
2425
2680
  }
2426
2681
 
2427
- class ListSessionsCommand extends client.Command
2682
+ class ListSessionsCommand extends Command
2428
2683
  .classBuilder()
2429
2684
  .ep(commonParams)
2430
2685
  .m(function (Command, cs, config, o) {
2431
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2686
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2432
2687
  })
2433
2688
  .s("AWSGlue", "ListSessions", {})
2434
2689
  .n("GlueClient", "ListSessionsCommand")
2435
- .sc(schemas_0.ListSessions$)
2690
+ .sc(ListSessions$)
2436
2691
  .build() {
2437
2692
  }
2438
2693
 
2439
- class ListStatementsCommand extends client.Command
2694
+ class ListStatementsCommand extends Command
2440
2695
  .classBuilder()
2441
2696
  .ep(commonParams)
2442
2697
  .m(function (Command, cs, config, o) {
2443
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2698
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2444
2699
  })
2445
2700
  .s("AWSGlue", "ListStatements", {})
2446
2701
  .n("GlueClient", "ListStatementsCommand")
2447
- .sc(schemas_0.ListStatements$)
2702
+ .sc(ListStatements$)
2448
2703
  .build() {
2449
2704
  }
2450
2705
 
2451
- class ListTableOptimizerRunsCommand extends client.Command
2706
+ class ListTableOptimizerRunsCommand extends Command
2452
2707
  .classBuilder()
2453
2708
  .ep(commonParams)
2454
2709
  .m(function (Command, cs, config, o) {
2455
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2710
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2456
2711
  })
2457
2712
  .s("AWSGlue", "ListTableOptimizerRuns", {})
2458
2713
  .n("GlueClient", "ListTableOptimizerRunsCommand")
2459
- .sc(schemas_0.ListTableOptimizerRuns$)
2714
+ .sc(ListTableOptimizerRuns$)
2460
2715
  .build() {
2461
2716
  }
2462
2717
 
2463
- class ListTriggersCommand extends client.Command
2718
+ class ListTriggersCommand extends Command
2464
2719
  .classBuilder()
2465
2720
  .ep(commonParams)
2466
2721
  .m(function (Command, cs, config, o) {
2467
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2722
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2468
2723
  })
2469
2724
  .s("AWSGlue", "ListTriggers", {})
2470
2725
  .n("GlueClient", "ListTriggersCommand")
2471
- .sc(schemas_0.ListTriggers$)
2726
+ .sc(ListTriggers$)
2472
2727
  .build() {
2473
2728
  }
2474
2729
 
2475
- class ListUsageProfilesCommand extends client.Command
2730
+ class ListUsageProfilesCommand extends Command
2476
2731
  .classBuilder()
2477
2732
  .ep(commonParams)
2478
2733
  .m(function (Command, cs, config, o) {
2479
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2734
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2480
2735
  })
2481
2736
  .s("AWSGlue", "ListUsageProfiles", {})
2482
2737
  .n("GlueClient", "ListUsageProfilesCommand")
2483
- .sc(schemas_0.ListUsageProfiles$)
2738
+ .sc(ListUsageProfiles$)
2484
2739
  .build() {
2485
2740
  }
2486
2741
 
2487
- class ListWorkflowsCommand extends client.Command
2742
+ class ListWorkflowsCommand extends Command
2488
2743
  .classBuilder()
2489
2744
  .ep(commonParams)
2490
2745
  .m(function (Command, cs, config, o) {
2491
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2746
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2492
2747
  })
2493
2748
  .s("AWSGlue", "ListWorkflows", {})
2494
2749
  .n("GlueClient", "ListWorkflowsCommand")
2495
- .sc(schemas_0.ListWorkflows$)
2750
+ .sc(ListWorkflows$)
2496
2751
  .build() {
2497
2752
  }
2498
2753
 
2499
- class ModifyIntegrationCommand extends client.Command
2754
+ class ModifyIntegrationCommand extends Command
2500
2755
  .classBuilder()
2501
2756
  .ep(commonParams)
2502
2757
  .m(function (Command, cs, config, o) {
2503
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2758
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2504
2759
  })
2505
2760
  .s("AWSGlue", "ModifyIntegration", {})
2506
2761
  .n("GlueClient", "ModifyIntegrationCommand")
2507
- .sc(schemas_0.ModifyIntegration$)
2762
+ .sc(ModifyIntegration$)
2508
2763
  .build() {
2509
2764
  }
2510
2765
 
2511
- class PutDataCatalogEncryptionSettingsCommand extends client.Command
2766
+ class PutAssetCommand extends Command
2512
2767
  .classBuilder()
2513
2768
  .ep(commonParams)
2514
2769
  .m(function (Command, cs, config, o) {
2515
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
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
+
2802
+ class PutDataCatalogEncryptionSettingsCommand extends Command
2803
+ .classBuilder()
2804
+ .ep(commonParams)
2805
+ .m(function (Command, cs, config, o) {
2806
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2516
2807
  })
2517
2808
  .s("AWSGlue", "PutDataCatalogEncryptionSettings", {})
2518
2809
  .n("GlueClient", "PutDataCatalogEncryptionSettingsCommand")
2519
- .sc(schemas_0.PutDataCatalogEncryptionSettings$)
2810
+ .sc(PutDataCatalogEncryptionSettings$)
2520
2811
  .build() {
2521
2812
  }
2522
2813
 
2523
- class PutDataQualityProfileAnnotationCommand extends client.Command
2814
+ class PutDataQualityProfileAnnotationCommand extends Command
2524
2815
  .classBuilder()
2525
2816
  .ep(commonParams)
2526
2817
  .m(function (Command, cs, config, o) {
2527
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2818
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2528
2819
  })
2529
2820
  .s("AWSGlue", "PutDataQualityProfileAnnotation", {})
2530
2821
  .n("GlueClient", "PutDataQualityProfileAnnotationCommand")
2531
- .sc(schemas_0.PutDataQualityProfileAnnotation$)
2822
+ .sc(PutDataQualityProfileAnnotation$)
2823
+ .build() {
2824
+ }
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$)
2532
2835
  .build() {
2533
2836
  }
2534
2837
 
2535
- class PutResourcePolicyCommand extends client.Command
2838
+ class PutResourcePolicyCommand extends Command
2536
2839
  .classBuilder()
2537
2840
  .ep(commonParams)
2538
2841
  .m(function (Command, cs, config, o) {
2539
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2842
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2540
2843
  })
2541
2844
  .s("AWSGlue", "PutResourcePolicy", {})
2542
2845
  .n("GlueClient", "PutResourcePolicyCommand")
2543
- .sc(schemas_0.PutResourcePolicy$)
2846
+ .sc(PutResourcePolicy$)
2544
2847
  .build() {
2545
2848
  }
2546
2849
 
2547
- class PutSchemaVersionMetadataCommand extends client.Command
2850
+ class PutSchemaVersionMetadataCommand extends Command
2548
2851
  .classBuilder()
2549
2852
  .ep(commonParams)
2550
2853
  .m(function (Command, cs, config, o) {
2551
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2854
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2552
2855
  })
2553
2856
  .s("AWSGlue", "PutSchemaVersionMetadata", {})
2554
2857
  .n("GlueClient", "PutSchemaVersionMetadataCommand")
2555
- .sc(schemas_0.PutSchemaVersionMetadata$)
2858
+ .sc(PutSchemaVersionMetadata$)
2556
2859
  .build() {
2557
2860
  }
2558
2861
 
2559
- class PutWorkflowRunPropertiesCommand extends client.Command
2862
+ class PutWorkflowRunPropertiesCommand extends Command
2560
2863
  .classBuilder()
2561
2864
  .ep(commonParams)
2562
2865
  .m(function (Command, cs, config, o) {
2563
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2866
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2564
2867
  })
2565
2868
  .s("AWSGlue", "PutWorkflowRunProperties", {})
2566
2869
  .n("GlueClient", "PutWorkflowRunPropertiesCommand")
2567
- .sc(schemas_0.PutWorkflowRunProperties$)
2870
+ .sc(PutWorkflowRunProperties$)
2568
2871
  .build() {
2569
2872
  }
2570
2873
 
2571
- class QuerySchemaVersionMetadataCommand extends client.Command
2874
+ class QuerySchemaVersionMetadataCommand extends Command
2572
2875
  .classBuilder()
2573
2876
  .ep(commonParams)
2574
2877
  .m(function (Command, cs, config, o) {
2575
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2878
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2576
2879
  })
2577
2880
  .s("AWSGlue", "QuerySchemaVersionMetadata", {})
2578
2881
  .n("GlueClient", "QuerySchemaVersionMetadataCommand")
2579
- .sc(schemas_0.QuerySchemaVersionMetadata$)
2882
+ .sc(QuerySchemaVersionMetadata$)
2580
2883
  .build() {
2581
2884
  }
2582
2885
 
2583
- class RegisterConnectionTypeCommand extends client.Command
2886
+ class RegisterConnectionTypeCommand extends Command
2584
2887
  .classBuilder()
2585
2888
  .ep(commonParams)
2586
2889
  .m(function (Command, cs, config, o) {
2587
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2890
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2588
2891
  })
2589
2892
  .s("AWSGlue", "RegisterConnectionType", {})
2590
2893
  .n("GlueClient", "RegisterConnectionTypeCommand")
2591
- .sc(schemas_0.RegisterConnectionType$)
2894
+ .sc(RegisterConnectionType$)
2592
2895
  .build() {
2593
2896
  }
2594
2897
 
2595
- class RegisterSchemaVersionCommand extends client.Command
2898
+ class RegisterSchemaVersionCommand extends Command
2596
2899
  .classBuilder()
2597
2900
  .ep(commonParams)
2598
2901
  .m(function (Command, cs, config, o) {
2599
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2902
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2600
2903
  })
2601
2904
  .s("AWSGlue", "RegisterSchemaVersion", {})
2602
2905
  .n("GlueClient", "RegisterSchemaVersionCommand")
2603
- .sc(schemas_0.RegisterSchemaVersion$)
2906
+ .sc(RegisterSchemaVersion$)
2604
2907
  .build() {
2605
2908
  }
2606
2909
 
2607
- class RemoveSchemaVersionMetadataCommand extends client.Command
2910
+ class RemoveSchemaVersionMetadataCommand extends Command
2608
2911
  .classBuilder()
2609
2912
  .ep(commonParams)
2610
2913
  .m(function (Command, cs, config, o) {
2611
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2914
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2612
2915
  })
2613
2916
  .s("AWSGlue", "RemoveSchemaVersionMetadata", {})
2614
2917
  .n("GlueClient", "RemoveSchemaVersionMetadataCommand")
2615
- .sc(schemas_0.RemoveSchemaVersionMetadata$)
2918
+ .sc(RemoveSchemaVersionMetadata$)
2616
2919
  .build() {
2617
2920
  }
2618
2921
 
2619
- class ResetJobBookmarkCommand extends client.Command
2922
+ class ResetJobBookmarkCommand extends Command
2620
2923
  .classBuilder()
2621
2924
  .ep(commonParams)
2622
2925
  .m(function (Command, cs, config, o) {
2623
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2926
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2624
2927
  })
2625
2928
  .s("AWSGlue", "ResetJobBookmark", {})
2626
2929
  .n("GlueClient", "ResetJobBookmarkCommand")
2627
- .sc(schemas_0.ResetJobBookmark$)
2930
+ .sc(ResetJobBookmark$)
2628
2931
  .build() {
2629
2932
  }
2630
2933
 
2631
- class ResumeWorkflowRunCommand extends client.Command
2934
+ class ResumeWorkflowRunCommand extends Command
2632
2935
  .classBuilder()
2633
2936
  .ep(commonParams)
2634
2937
  .m(function (Command, cs, config, o) {
2635
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2938
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2636
2939
  })
2637
2940
  .s("AWSGlue", "ResumeWorkflowRun", {})
2638
2941
  .n("GlueClient", "ResumeWorkflowRunCommand")
2639
- .sc(schemas_0.ResumeWorkflowRun$)
2942
+ .sc(ResumeWorkflowRun$)
2640
2943
  .build() {
2641
2944
  }
2642
2945
 
2643
- class RunStatementCommand extends client.Command
2946
+ class RunStatementCommand extends Command
2644
2947
  .classBuilder()
2645
2948
  .ep(commonParams)
2646
2949
  .m(function (Command, cs, config, o) {
2647
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2950
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2648
2951
  })
2649
2952
  .s("AWSGlue", "RunStatement", {})
2650
2953
  .n("GlueClient", "RunStatementCommand")
2651
- .sc(schemas_0.RunStatement$)
2954
+ .sc(RunStatement$)
2652
2955
  .build() {
2653
2956
  }
2654
2957
 
2655
- class SearchTablesCommand extends client.Command
2958
+ class SearchAssetsCommand extends Command
2656
2959
  .classBuilder()
2657
2960
  .ep(commonParams)
2658
2961
  .m(function (Command, cs, config, o) {
2659
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2962
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2963
+ })
2964
+ .s("AWSGlue", "SearchAssets", {})
2965
+ .n("GlueClient", "SearchAssetsCommand")
2966
+ .sc(SearchAssets$)
2967
+ .build() {
2968
+ }
2969
+
2970
+ class SearchTablesCommand extends Command
2971
+ .classBuilder()
2972
+ .ep(commonParams)
2973
+ .m(function (Command, cs, config, o) {
2974
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2660
2975
  })
2661
2976
  .s("AWSGlue", "SearchTables", {})
2662
2977
  .n("GlueClient", "SearchTablesCommand")
2663
- .sc(schemas_0.SearchTables$)
2978
+ .sc(SearchTables$)
2664
2979
  .build() {
2665
2980
  }
2666
2981
 
2667
- class StartBlueprintRunCommand extends client.Command
2982
+ class StartBlueprintRunCommand extends Command
2668
2983
  .classBuilder()
2669
2984
  .ep(commonParams)
2670
2985
  .m(function (Command, cs, config, o) {
2671
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2986
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2672
2987
  })
2673
2988
  .s("AWSGlue", "StartBlueprintRun", {})
2674
2989
  .n("GlueClient", "StartBlueprintRunCommand")
2675
- .sc(schemas_0.StartBlueprintRun$)
2990
+ .sc(StartBlueprintRun$)
2676
2991
  .build() {
2677
2992
  }
2678
2993
 
2679
- class StartColumnStatisticsTaskRunCommand extends client.Command
2994
+ class StartColumnStatisticsTaskRunCommand extends Command
2680
2995
  .classBuilder()
2681
2996
  .ep(commonParams)
2682
2997
  .m(function (Command, cs, config, o) {
2683
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2998
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2684
2999
  })
2685
3000
  .s("AWSGlue", "StartColumnStatisticsTaskRun", {})
2686
3001
  .n("GlueClient", "StartColumnStatisticsTaskRunCommand")
2687
- .sc(schemas_0.StartColumnStatisticsTaskRun$)
3002
+ .sc(StartColumnStatisticsTaskRun$)
2688
3003
  .build() {
2689
3004
  }
2690
3005
 
2691
- class StartColumnStatisticsTaskRunScheduleCommand extends client.Command
3006
+ class StartColumnStatisticsTaskRunScheduleCommand extends Command
2692
3007
  .classBuilder()
2693
3008
  .ep(commonParams)
2694
3009
  .m(function (Command, cs, config, o) {
2695
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3010
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2696
3011
  })
2697
3012
  .s("AWSGlue", "StartColumnStatisticsTaskRunSchedule", {})
2698
3013
  .n("GlueClient", "StartColumnStatisticsTaskRunScheduleCommand")
2699
- .sc(schemas_0.StartColumnStatisticsTaskRunSchedule$)
3014
+ .sc(StartColumnStatisticsTaskRunSchedule$)
2700
3015
  .build() {
2701
3016
  }
2702
3017
 
2703
- class StartCrawlerCommand extends client.Command
3018
+ class StartCrawlerCommand extends Command
2704
3019
  .classBuilder()
2705
3020
  .ep(commonParams)
2706
3021
  .m(function (Command, cs, config, o) {
2707
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3022
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2708
3023
  })
2709
3024
  .s("AWSGlue", "StartCrawler", {})
2710
3025
  .n("GlueClient", "StartCrawlerCommand")
2711
- .sc(schemas_0.StartCrawler$)
3026
+ .sc(StartCrawler$)
2712
3027
  .build() {
2713
3028
  }
2714
3029
 
2715
- class StartCrawlerScheduleCommand extends client.Command
3030
+ class StartCrawlerScheduleCommand extends Command
2716
3031
  .classBuilder()
2717
3032
  .ep(commonParams)
2718
3033
  .m(function (Command, cs, config, o) {
2719
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3034
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2720
3035
  })
2721
3036
  .s("AWSGlue", "StartCrawlerSchedule", {})
2722
3037
  .n("GlueClient", "StartCrawlerScheduleCommand")
2723
- .sc(schemas_0.StartCrawlerSchedule$)
3038
+ .sc(StartCrawlerSchedule$)
2724
3039
  .build() {
2725
3040
  }
2726
3041
 
2727
- class StartDataQualityRuleRecommendationRunCommand extends client.Command
3042
+ class StartDataQualityRuleRecommendationRunCommand extends Command
2728
3043
  .classBuilder()
2729
3044
  .ep(commonParams)
2730
3045
  .m(function (Command, cs, config, o) {
2731
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3046
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2732
3047
  })
2733
3048
  .s("AWSGlue", "StartDataQualityRuleRecommendationRun", {})
2734
3049
  .n("GlueClient", "StartDataQualityRuleRecommendationRunCommand")
2735
- .sc(schemas_0.StartDataQualityRuleRecommendationRun$)
3050
+ .sc(StartDataQualityRuleRecommendationRun$)
2736
3051
  .build() {
2737
3052
  }
2738
3053
 
2739
- class StartDataQualityRulesetEvaluationRunCommand extends client.Command
3054
+ class StartDataQualityRulesetEvaluationRunCommand extends Command
2740
3055
  .classBuilder()
2741
3056
  .ep(commonParams)
2742
3057
  .m(function (Command, cs, config, o) {
2743
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3058
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2744
3059
  })
2745
3060
  .s("AWSGlue", "StartDataQualityRulesetEvaluationRun", {})
2746
3061
  .n("GlueClient", "StartDataQualityRulesetEvaluationRunCommand")
2747
- .sc(schemas_0.StartDataQualityRulesetEvaluationRun$)
3062
+ .sc(StartDataQualityRulesetEvaluationRun$)
2748
3063
  .build() {
2749
3064
  }
2750
3065
 
2751
- class StartExportLabelsTaskRunCommand extends client.Command
3066
+ class StartExportLabelsTaskRunCommand extends Command
2752
3067
  .classBuilder()
2753
3068
  .ep(commonParams)
2754
3069
  .m(function (Command, cs, config, o) {
2755
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3070
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2756
3071
  })
2757
3072
  .s("AWSGlue", "StartExportLabelsTaskRun", {})
2758
3073
  .n("GlueClient", "StartExportLabelsTaskRunCommand")
2759
- .sc(schemas_0.StartExportLabelsTaskRun$)
3074
+ .sc(StartExportLabelsTaskRun$)
2760
3075
  .build() {
2761
3076
  }
2762
3077
 
2763
- class StartImportLabelsTaskRunCommand extends client.Command
3078
+ class StartImportLabelsTaskRunCommand extends Command
2764
3079
  .classBuilder()
2765
3080
  .ep(commonParams)
2766
3081
  .m(function (Command, cs, config, o) {
2767
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3082
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2768
3083
  })
2769
3084
  .s("AWSGlue", "StartImportLabelsTaskRun", {})
2770
3085
  .n("GlueClient", "StartImportLabelsTaskRunCommand")
2771
- .sc(schemas_0.StartImportLabelsTaskRun$)
3086
+ .sc(StartImportLabelsTaskRun$)
2772
3087
  .build() {
2773
3088
  }
2774
3089
 
2775
- class StartJobRunCommand extends client.Command
3090
+ class StartJobRunCommand extends Command
2776
3091
  .classBuilder()
2777
3092
  .ep(commonParams)
2778
3093
  .m(function (Command, cs, config, o) {
2779
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3094
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2780
3095
  })
2781
3096
  .s("AWSGlue", "StartJobRun", {})
2782
3097
  .n("GlueClient", "StartJobRunCommand")
2783
- .sc(schemas_0.StartJobRun$)
3098
+ .sc(StartJobRun$)
2784
3099
  .build() {
2785
3100
  }
2786
3101
 
2787
- class StartMaterializedViewRefreshTaskRunCommand extends client.Command
3102
+ class StartMaterializedViewRefreshTaskRunCommand extends Command
2788
3103
  .classBuilder()
2789
3104
  .ep(commonParams)
2790
3105
  .m(function (Command, cs, config, o) {
2791
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3106
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2792
3107
  })
2793
3108
  .s("AWSGlue", "StartMaterializedViewRefreshTaskRun", {})
2794
3109
  .n("GlueClient", "StartMaterializedViewRefreshTaskRunCommand")
2795
- .sc(schemas_0.StartMaterializedViewRefreshTaskRun$)
3110
+ .sc(StartMaterializedViewRefreshTaskRun$)
2796
3111
  .build() {
2797
3112
  }
2798
3113
 
2799
- class StartMLEvaluationTaskRunCommand extends client.Command
3114
+ class StartMLEvaluationTaskRunCommand extends Command
2800
3115
  .classBuilder()
2801
3116
  .ep(commonParams)
2802
3117
  .m(function (Command, cs, config, o) {
2803
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3118
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2804
3119
  })
2805
3120
  .s("AWSGlue", "StartMLEvaluationTaskRun", {})
2806
3121
  .n("GlueClient", "StartMLEvaluationTaskRunCommand")
2807
- .sc(schemas_0.StartMLEvaluationTaskRun$)
3122
+ .sc(StartMLEvaluationTaskRun$)
2808
3123
  .build() {
2809
3124
  }
2810
3125
 
2811
- class StartMLLabelingSetGenerationTaskRunCommand extends client.Command
3126
+ class StartMLLabelingSetGenerationTaskRunCommand extends Command
2812
3127
  .classBuilder()
2813
3128
  .ep(commonParams)
2814
3129
  .m(function (Command, cs, config, o) {
2815
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3130
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2816
3131
  })
2817
3132
  .s("AWSGlue", "StartMLLabelingSetGenerationTaskRun", {})
2818
3133
  .n("GlueClient", "StartMLLabelingSetGenerationTaskRunCommand")
2819
- .sc(schemas_0.StartMLLabelingSetGenerationTaskRun$)
3134
+ .sc(StartMLLabelingSetGenerationTaskRun$)
2820
3135
  .build() {
2821
3136
  }
2822
3137
 
2823
- class StartTriggerCommand extends client.Command
3138
+ class StartTriggerCommand extends Command
2824
3139
  .classBuilder()
2825
3140
  .ep(commonParams)
2826
3141
  .m(function (Command, cs, config, o) {
2827
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3142
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2828
3143
  })
2829
3144
  .s("AWSGlue", "StartTrigger", {})
2830
3145
  .n("GlueClient", "StartTriggerCommand")
2831
- .sc(schemas_0.StartTrigger$)
3146
+ .sc(StartTrigger$)
2832
3147
  .build() {
2833
3148
  }
2834
3149
 
2835
- class StartWorkflowRunCommand extends client.Command
3150
+ class StartWorkflowRunCommand extends Command
2836
3151
  .classBuilder()
2837
3152
  .ep(commonParams)
2838
3153
  .m(function (Command, cs, config, o) {
2839
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3154
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2840
3155
  })
2841
3156
  .s("AWSGlue", "StartWorkflowRun", {})
2842
3157
  .n("GlueClient", "StartWorkflowRunCommand")
2843
- .sc(schemas_0.StartWorkflowRun$)
3158
+ .sc(StartWorkflowRun$)
2844
3159
  .build() {
2845
3160
  }
2846
3161
 
2847
- class StopColumnStatisticsTaskRunCommand extends client.Command
3162
+ class StopColumnStatisticsTaskRunCommand extends Command
2848
3163
  .classBuilder()
2849
3164
  .ep(commonParams)
2850
3165
  .m(function (Command, cs, config, o) {
2851
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3166
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2852
3167
  })
2853
3168
  .s("AWSGlue", "StopColumnStatisticsTaskRun", {})
2854
3169
  .n("GlueClient", "StopColumnStatisticsTaskRunCommand")
2855
- .sc(schemas_0.StopColumnStatisticsTaskRun$)
3170
+ .sc(StopColumnStatisticsTaskRun$)
2856
3171
  .build() {
2857
3172
  }
2858
3173
 
2859
- class StopColumnStatisticsTaskRunScheduleCommand extends client.Command
3174
+ class StopColumnStatisticsTaskRunScheduleCommand extends Command
2860
3175
  .classBuilder()
2861
3176
  .ep(commonParams)
2862
3177
  .m(function (Command, cs, config, o) {
2863
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3178
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2864
3179
  })
2865
3180
  .s("AWSGlue", "StopColumnStatisticsTaskRunSchedule", {})
2866
3181
  .n("GlueClient", "StopColumnStatisticsTaskRunScheduleCommand")
2867
- .sc(schemas_0.StopColumnStatisticsTaskRunSchedule$)
3182
+ .sc(StopColumnStatisticsTaskRunSchedule$)
2868
3183
  .build() {
2869
3184
  }
2870
3185
 
2871
- class StopCrawlerCommand extends client.Command
3186
+ class StopCrawlerCommand extends Command
2872
3187
  .classBuilder()
2873
3188
  .ep(commonParams)
2874
3189
  .m(function (Command, cs, config, o) {
2875
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3190
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2876
3191
  })
2877
3192
  .s("AWSGlue", "StopCrawler", {})
2878
3193
  .n("GlueClient", "StopCrawlerCommand")
2879
- .sc(schemas_0.StopCrawler$)
3194
+ .sc(StopCrawler$)
2880
3195
  .build() {
2881
3196
  }
2882
3197
 
2883
- class StopCrawlerScheduleCommand extends client.Command
3198
+ class StopCrawlerScheduleCommand extends Command
2884
3199
  .classBuilder()
2885
3200
  .ep(commonParams)
2886
3201
  .m(function (Command, cs, config, o) {
2887
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3202
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2888
3203
  })
2889
3204
  .s("AWSGlue", "StopCrawlerSchedule", {})
2890
3205
  .n("GlueClient", "StopCrawlerScheduleCommand")
2891
- .sc(schemas_0.StopCrawlerSchedule$)
3206
+ .sc(StopCrawlerSchedule$)
2892
3207
  .build() {
2893
3208
  }
2894
3209
 
2895
- class StopMaterializedViewRefreshTaskRunCommand extends client.Command
3210
+ class StopMaterializedViewRefreshTaskRunCommand extends Command
2896
3211
  .classBuilder()
2897
3212
  .ep(commonParams)
2898
3213
  .m(function (Command, cs, config, o) {
2899
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3214
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2900
3215
  })
2901
3216
  .s("AWSGlue", "StopMaterializedViewRefreshTaskRun", {})
2902
3217
  .n("GlueClient", "StopMaterializedViewRefreshTaskRunCommand")
2903
- .sc(schemas_0.StopMaterializedViewRefreshTaskRun$)
3218
+ .sc(StopMaterializedViewRefreshTaskRun$)
2904
3219
  .build() {
2905
3220
  }
2906
3221
 
2907
- class StopSessionCommand extends client.Command
3222
+ class StopSessionCommand extends Command
2908
3223
  .classBuilder()
2909
3224
  .ep(commonParams)
2910
3225
  .m(function (Command, cs, config, o) {
2911
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3226
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2912
3227
  })
2913
3228
  .s("AWSGlue", "StopSession", {})
2914
3229
  .n("GlueClient", "StopSessionCommand")
2915
- .sc(schemas_0.StopSession$)
3230
+ .sc(StopSession$)
2916
3231
  .build() {
2917
3232
  }
2918
3233
 
2919
- class StopTriggerCommand extends client.Command
3234
+ class StopTriggerCommand extends Command
2920
3235
  .classBuilder()
2921
3236
  .ep(commonParams)
2922
3237
  .m(function (Command, cs, config, o) {
2923
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3238
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2924
3239
  })
2925
3240
  .s("AWSGlue", "StopTrigger", {})
2926
3241
  .n("GlueClient", "StopTriggerCommand")
2927
- .sc(schemas_0.StopTrigger$)
3242
+ .sc(StopTrigger$)
2928
3243
  .build() {
2929
3244
  }
2930
3245
 
2931
- class StopWorkflowRunCommand extends client.Command
3246
+ class StopWorkflowRunCommand extends Command
2932
3247
  .classBuilder()
2933
3248
  .ep(commonParams)
2934
3249
  .m(function (Command, cs, config, o) {
2935
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3250
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2936
3251
  })
2937
3252
  .s("AWSGlue", "StopWorkflowRun", {})
2938
3253
  .n("GlueClient", "StopWorkflowRunCommand")
2939
- .sc(schemas_0.StopWorkflowRun$)
3254
+ .sc(StopWorkflowRun$)
2940
3255
  .build() {
2941
3256
  }
2942
3257
 
2943
- class TagResourceCommand extends client.Command
3258
+ class TagResourceCommand extends Command
2944
3259
  .classBuilder()
2945
3260
  .ep(commonParams)
2946
3261
  .m(function (Command, cs, config, o) {
2947
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3262
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2948
3263
  })
2949
3264
  .s("AWSGlue", "TagResource", {})
2950
3265
  .n("GlueClient", "TagResourceCommand")
2951
- .sc(schemas_0.TagResource$)
3266
+ .sc(TagResource$)
2952
3267
  .build() {
2953
3268
  }
2954
3269
 
2955
- class TestConnectionCommand extends client.Command
3270
+ class TestConnectionCommand extends Command
2956
3271
  .classBuilder()
2957
3272
  .ep(commonParams)
2958
3273
  .m(function (Command, cs, config, o) {
2959
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3274
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2960
3275
  })
2961
3276
  .s("AWSGlue", "TestConnection", {})
2962
3277
  .n("GlueClient", "TestConnectionCommand")
2963
- .sc(schemas_0.TestConnection$)
3278
+ .sc(TestConnection$)
2964
3279
  .build() {
2965
3280
  }
2966
3281
 
2967
- class UntagResourceCommand extends client.Command
3282
+ class UntagResourceCommand extends Command
2968
3283
  .classBuilder()
2969
3284
  .ep(commonParams)
2970
3285
  .m(function (Command, cs, config, o) {
2971
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3286
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2972
3287
  })
2973
3288
  .s("AWSGlue", "UntagResource", {})
2974
3289
  .n("GlueClient", "UntagResourceCommand")
2975
- .sc(schemas_0.UntagResource$)
3290
+ .sc(UntagResource$)
2976
3291
  .build() {
2977
3292
  }
2978
3293
 
2979
- class UpdateBlueprintCommand extends client.Command
3294
+ class UpdateBlueprintCommand extends Command
2980
3295
  .classBuilder()
2981
3296
  .ep(commonParams)
2982
3297
  .m(function (Command, cs, config, o) {
2983
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3298
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2984
3299
  })
2985
3300
  .s("AWSGlue", "UpdateBlueprint", {})
2986
3301
  .n("GlueClient", "UpdateBlueprintCommand")
2987
- .sc(schemas_0.UpdateBlueprint$)
3302
+ .sc(UpdateBlueprint$)
2988
3303
  .build() {
2989
3304
  }
2990
3305
 
2991
- class UpdateCatalogCommand extends client.Command
3306
+ class UpdateCatalogCommand extends Command
2992
3307
  .classBuilder()
2993
3308
  .ep(commonParams)
2994
3309
  .m(function (Command, cs, config, o) {
2995
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3310
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2996
3311
  })
2997
3312
  .s("AWSGlue", "UpdateCatalog", {})
2998
3313
  .n("GlueClient", "UpdateCatalogCommand")
2999
- .sc(schemas_0.UpdateCatalog$)
3314
+ .sc(UpdateCatalog$)
3000
3315
  .build() {
3001
3316
  }
3002
3317
 
3003
- class UpdateClassifierCommand extends client.Command
3318
+ class UpdateClassifierCommand extends Command
3004
3319
  .classBuilder()
3005
3320
  .ep(commonParams)
3006
3321
  .m(function (Command, cs, config, o) {
3007
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3322
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3008
3323
  })
3009
3324
  .s("AWSGlue", "UpdateClassifier", {})
3010
3325
  .n("GlueClient", "UpdateClassifierCommand")
3011
- .sc(schemas_0.UpdateClassifier$)
3326
+ .sc(UpdateClassifier$)
3012
3327
  .build() {
3013
3328
  }
3014
3329
 
3015
- class UpdateColumnStatisticsForPartitionCommand extends client.Command
3330
+ class UpdateColumnStatisticsForPartitionCommand extends Command
3016
3331
  .classBuilder()
3017
3332
  .ep(commonParams)
3018
3333
  .m(function (Command, cs, config, o) {
3019
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3334
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3020
3335
  })
3021
3336
  .s("AWSGlue", "UpdateColumnStatisticsForPartition", {})
3022
3337
  .n("GlueClient", "UpdateColumnStatisticsForPartitionCommand")
3023
- .sc(schemas_0.UpdateColumnStatisticsForPartition$)
3338
+ .sc(UpdateColumnStatisticsForPartition$)
3024
3339
  .build() {
3025
3340
  }
3026
3341
 
3027
- class UpdateColumnStatisticsForTableCommand extends client.Command
3342
+ class UpdateColumnStatisticsForTableCommand extends Command
3028
3343
  .classBuilder()
3029
3344
  .ep(commonParams)
3030
3345
  .m(function (Command, cs, config, o) {
3031
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3346
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3032
3347
  })
3033
3348
  .s("AWSGlue", "UpdateColumnStatisticsForTable", {})
3034
3349
  .n("GlueClient", "UpdateColumnStatisticsForTableCommand")
3035
- .sc(schemas_0.UpdateColumnStatisticsForTable$)
3350
+ .sc(UpdateColumnStatisticsForTable$)
3036
3351
  .build() {
3037
3352
  }
3038
3353
 
3039
- class UpdateColumnStatisticsTaskSettingsCommand extends client.Command
3354
+ class UpdateColumnStatisticsTaskSettingsCommand extends Command
3040
3355
  .classBuilder()
3041
3356
  .ep(commonParams)
3042
3357
  .m(function (Command, cs, config, o) {
3043
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3358
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3044
3359
  })
3045
3360
  .s("AWSGlue", "UpdateColumnStatisticsTaskSettings", {})
3046
3361
  .n("GlueClient", "UpdateColumnStatisticsTaskSettingsCommand")
3047
- .sc(schemas_0.UpdateColumnStatisticsTaskSettings$)
3362
+ .sc(UpdateColumnStatisticsTaskSettings$)
3048
3363
  .build() {
3049
3364
  }
3050
3365
 
3051
- class UpdateConnectionCommand extends client.Command
3366
+ class UpdateConnectionCommand extends Command
3052
3367
  .classBuilder()
3053
3368
  .ep(commonParams)
3054
3369
  .m(function (Command, cs, config, o) {
3055
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3370
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3056
3371
  })
3057
3372
  .s("AWSGlue", "UpdateConnection", {})
3058
3373
  .n("GlueClient", "UpdateConnectionCommand")
3059
- .sc(schemas_0.UpdateConnection$)
3374
+ .sc(UpdateConnection$)
3060
3375
  .build() {
3061
3376
  }
3062
3377
 
3063
- class UpdateCrawlerCommand extends client.Command
3378
+ class UpdateCrawlerCommand extends Command
3064
3379
  .classBuilder()
3065
3380
  .ep(commonParams)
3066
3381
  .m(function (Command, cs, config, o) {
3067
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3382
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3068
3383
  })
3069
3384
  .s("AWSGlue", "UpdateCrawler", {})
3070
3385
  .n("GlueClient", "UpdateCrawlerCommand")
3071
- .sc(schemas_0.UpdateCrawler$)
3386
+ .sc(UpdateCrawler$)
3072
3387
  .build() {
3073
3388
  }
3074
3389
 
3075
- class UpdateCrawlerScheduleCommand extends client.Command
3390
+ class UpdateCrawlerScheduleCommand extends Command
3076
3391
  .classBuilder()
3077
3392
  .ep(commonParams)
3078
3393
  .m(function (Command, cs, config, o) {
3079
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3394
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3080
3395
  })
3081
3396
  .s("AWSGlue", "UpdateCrawlerSchedule", {})
3082
3397
  .n("GlueClient", "UpdateCrawlerScheduleCommand")
3083
- .sc(schemas_0.UpdateCrawlerSchedule$)
3398
+ .sc(UpdateCrawlerSchedule$)
3084
3399
  .build() {
3085
3400
  }
3086
3401
 
3087
- class UpdateDatabaseCommand extends client.Command
3402
+ class UpdateDatabaseCommand extends Command
3088
3403
  .classBuilder()
3089
3404
  .ep(commonParams)
3090
3405
  .m(function (Command, cs, config, o) {
3091
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3406
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3092
3407
  })
3093
3408
  .s("AWSGlue", "UpdateDatabase", {})
3094
3409
  .n("GlueClient", "UpdateDatabaseCommand")
3095
- .sc(schemas_0.UpdateDatabase$)
3410
+ .sc(UpdateDatabase$)
3096
3411
  .build() {
3097
3412
  }
3098
3413
 
3099
- class UpdateDataQualityRulesetCommand extends client.Command
3414
+ class UpdateDataQualityRulesetCommand extends Command
3100
3415
  .classBuilder()
3101
3416
  .ep(commonParams)
3102
3417
  .m(function (Command, cs, config, o) {
3103
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3418
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3104
3419
  })
3105
3420
  .s("AWSGlue", "UpdateDataQualityRuleset", {})
3106
3421
  .n("GlueClient", "UpdateDataQualityRulesetCommand")
3107
- .sc(schemas_0.UpdateDataQualityRuleset$)
3422
+ .sc(UpdateDataQualityRuleset$)
3108
3423
  .build() {
3109
3424
  }
3110
3425
 
3111
- class UpdateDevEndpointCommand extends client.Command
3426
+ class UpdateDevEndpointCommand extends Command
3112
3427
  .classBuilder()
3113
3428
  .ep(commonParams)
3114
3429
  .m(function (Command, cs, config, o) {
3115
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3430
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3116
3431
  })
3117
3432
  .s("AWSGlue", "UpdateDevEndpoint", {})
3118
3433
  .n("GlueClient", "UpdateDevEndpointCommand")
3119
- .sc(schemas_0.UpdateDevEndpoint$)
3434
+ .sc(UpdateDevEndpoint$)
3435
+ .build() {
3436
+ }
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$)
3120
3447
  .build() {
3121
3448
  }
3122
3449
 
3123
- class UpdateGlueIdentityCenterConfigurationCommand extends client.Command
3450
+ class UpdateGlossaryTermCommand extends Command
3124
3451
  .classBuilder()
3125
3452
  .ep(commonParams)
3126
3453
  .m(function (Command, cs, config, o) {
3127
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3454
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3455
+ })
3456
+ .s("AWSGlue", "UpdateGlossaryTerm", {})
3457
+ .n("GlueClient", "UpdateGlossaryTermCommand")
3458
+ .sc(UpdateGlossaryTerm$)
3459
+ .build() {
3460
+ }
3461
+
3462
+ class UpdateGlueIdentityCenterConfigurationCommand extends Command
3463
+ .classBuilder()
3464
+ .ep(commonParams)
3465
+ .m(function (Command, cs, config, o) {
3466
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3128
3467
  })
3129
3468
  .s("AWSGlue", "UpdateGlueIdentityCenterConfiguration", {})
3130
3469
  .n("GlueClient", "UpdateGlueIdentityCenterConfigurationCommand")
3131
- .sc(schemas_0.UpdateGlueIdentityCenterConfiguration$)
3470
+ .sc(UpdateGlueIdentityCenterConfiguration$)
3132
3471
  .build() {
3133
3472
  }
3134
3473
 
3135
- class UpdateIntegrationResourcePropertyCommand extends client.Command
3474
+ class UpdateIntegrationResourcePropertyCommand extends Command
3136
3475
  .classBuilder()
3137
3476
  .ep(commonParams)
3138
3477
  .m(function (Command, cs, config, o) {
3139
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3478
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3140
3479
  })
3141
3480
  .s("AWSGlue", "UpdateIntegrationResourceProperty", {})
3142
3481
  .n("GlueClient", "UpdateIntegrationResourcePropertyCommand")
3143
- .sc(schemas_0.UpdateIntegrationResourceProperty$)
3482
+ .sc(UpdateIntegrationResourceProperty$)
3144
3483
  .build() {
3145
3484
  }
3146
3485
 
3147
- class UpdateIntegrationTablePropertiesCommand extends client.Command
3486
+ class UpdateIntegrationTablePropertiesCommand extends Command
3148
3487
  .classBuilder()
3149
3488
  .ep(commonParams)
3150
3489
  .m(function (Command, cs, config, o) {
3151
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3490
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3152
3491
  })
3153
3492
  .s("AWSGlue", "UpdateIntegrationTableProperties", {})
3154
3493
  .n("GlueClient", "UpdateIntegrationTablePropertiesCommand")
3155
- .sc(schemas_0.UpdateIntegrationTableProperties$)
3494
+ .sc(UpdateIntegrationTableProperties$)
3156
3495
  .build() {
3157
3496
  }
3158
3497
 
3159
- class UpdateJobCommand extends client.Command
3498
+ class UpdateJobCommand extends Command
3160
3499
  .classBuilder()
3161
3500
  .ep(commonParams)
3162
3501
  .m(function (Command, cs, config, o) {
3163
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3502
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3164
3503
  })
3165
3504
  .s("AWSGlue", "UpdateJob", {})
3166
3505
  .n("GlueClient", "UpdateJobCommand")
3167
- .sc(schemas_0.UpdateJob$)
3506
+ .sc(UpdateJob$)
3168
3507
  .build() {
3169
3508
  }
3170
3509
 
3171
- class UpdateJobFromSourceControlCommand extends client.Command
3510
+ class UpdateJobFromSourceControlCommand extends Command
3172
3511
  .classBuilder()
3173
3512
  .ep(commonParams)
3174
3513
  .m(function (Command, cs, config, o) {
3175
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3514
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3176
3515
  })
3177
3516
  .s("AWSGlue", "UpdateJobFromSourceControl", {})
3178
3517
  .n("GlueClient", "UpdateJobFromSourceControlCommand")
3179
- .sc(schemas_0.UpdateJobFromSourceControl$)
3518
+ .sc(UpdateJobFromSourceControl$)
3180
3519
  .build() {
3181
3520
  }
3182
3521
 
3183
- class UpdateMLTransformCommand extends client.Command
3522
+ class UpdateMLTransformCommand extends Command
3184
3523
  .classBuilder()
3185
3524
  .ep(commonParams)
3186
3525
  .m(function (Command, cs, config, o) {
3187
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3526
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3188
3527
  })
3189
3528
  .s("AWSGlue", "UpdateMLTransform", {})
3190
3529
  .n("GlueClient", "UpdateMLTransformCommand")
3191
- .sc(schemas_0.UpdateMLTransform$)
3530
+ .sc(UpdateMLTransform$)
3192
3531
  .build() {
3193
3532
  }
3194
3533
 
3195
- class UpdatePartitionCommand extends client.Command
3534
+ class UpdatePartitionCommand extends Command
3196
3535
  .classBuilder()
3197
3536
  .ep(commonParams)
3198
3537
  .m(function (Command, cs, config, o) {
3199
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3538
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3200
3539
  })
3201
3540
  .s("AWSGlue", "UpdatePartition", {})
3202
3541
  .n("GlueClient", "UpdatePartitionCommand")
3203
- .sc(schemas_0.UpdatePartition$)
3542
+ .sc(UpdatePartition$)
3204
3543
  .build() {
3205
3544
  }
3206
3545
 
3207
- class UpdateRegistryCommand extends client.Command
3546
+ class UpdateRegistryCommand extends Command
3208
3547
  .classBuilder()
3209
3548
  .ep(commonParams)
3210
3549
  .m(function (Command, cs, config, o) {
3211
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3550
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3212
3551
  })
3213
3552
  .s("AWSGlue", "UpdateRegistry", {})
3214
3553
  .n("GlueClient", "UpdateRegistryCommand")
3215
- .sc(schemas_0.UpdateRegistry$)
3554
+ .sc(UpdateRegistry$)
3216
3555
  .build() {
3217
3556
  }
3218
3557
 
3219
- class UpdateSchemaCommand extends client.Command
3558
+ class UpdateSchemaCommand extends Command
3220
3559
  .classBuilder()
3221
3560
  .ep(commonParams)
3222
3561
  .m(function (Command, cs, config, o) {
3223
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3562
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3224
3563
  })
3225
3564
  .s("AWSGlue", "UpdateSchema", {})
3226
3565
  .n("GlueClient", "UpdateSchemaCommand")
3227
- .sc(schemas_0.UpdateSchema$)
3566
+ .sc(UpdateSchema$)
3228
3567
  .build() {
3229
3568
  }
3230
3569
 
3231
- class UpdateSourceControlFromJobCommand extends client.Command
3570
+ class UpdateSourceControlFromJobCommand extends Command
3232
3571
  .classBuilder()
3233
3572
  .ep(commonParams)
3234
3573
  .m(function (Command, cs, config, o) {
3235
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3574
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3236
3575
  })
3237
3576
  .s("AWSGlue", "UpdateSourceControlFromJob", {})
3238
3577
  .n("GlueClient", "UpdateSourceControlFromJobCommand")
3239
- .sc(schemas_0.UpdateSourceControlFromJob$)
3578
+ .sc(UpdateSourceControlFromJob$)
3240
3579
  .build() {
3241
3580
  }
3242
3581
 
3243
- class UpdateTableCommand extends client.Command
3582
+ class UpdateTableCommand extends Command
3244
3583
  .classBuilder()
3245
3584
  .ep(commonParams)
3246
3585
  .m(function (Command, cs, config, o) {
3247
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3586
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3248
3587
  })
3249
3588
  .s("AWSGlue", "UpdateTable", {})
3250
3589
  .n("GlueClient", "UpdateTableCommand")
3251
- .sc(schemas_0.UpdateTable$)
3590
+ .sc(UpdateTable$)
3252
3591
  .build() {
3253
3592
  }
3254
3593
 
3255
- class UpdateTableOptimizerCommand extends client.Command
3594
+ class UpdateTableOptimizerCommand extends Command
3256
3595
  .classBuilder()
3257
3596
  .ep(commonParams)
3258
3597
  .m(function (Command, cs, config, o) {
3259
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3598
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3260
3599
  })
3261
3600
  .s("AWSGlue", "UpdateTableOptimizer", {})
3262
3601
  .n("GlueClient", "UpdateTableOptimizerCommand")
3263
- .sc(schemas_0.UpdateTableOptimizer$)
3602
+ .sc(UpdateTableOptimizer$)
3264
3603
  .build() {
3265
3604
  }
3266
3605
 
3267
- class UpdateTriggerCommand extends client.Command
3606
+ class UpdateTriggerCommand extends Command
3268
3607
  .classBuilder()
3269
3608
  .ep(commonParams)
3270
3609
  .m(function (Command, cs, config, o) {
3271
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3610
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3272
3611
  })
3273
3612
  .s("AWSGlue", "UpdateTrigger", {})
3274
3613
  .n("GlueClient", "UpdateTriggerCommand")
3275
- .sc(schemas_0.UpdateTrigger$)
3614
+ .sc(UpdateTrigger$)
3276
3615
  .build() {
3277
3616
  }
3278
3617
 
3279
- class UpdateUsageProfileCommand extends client.Command
3618
+ class UpdateUsageProfileCommand extends Command
3280
3619
  .classBuilder()
3281
3620
  .ep(commonParams)
3282
3621
  .m(function (Command, cs, config, o) {
3283
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3622
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3284
3623
  })
3285
3624
  .s("AWSGlue", "UpdateUsageProfile", {})
3286
3625
  .n("GlueClient", "UpdateUsageProfileCommand")
3287
- .sc(schemas_0.UpdateUsageProfile$)
3626
+ .sc(UpdateUsageProfile$)
3288
3627
  .build() {
3289
3628
  }
3290
3629
 
3291
- class UpdateUserDefinedFunctionCommand extends client.Command
3630
+ class UpdateUserDefinedFunctionCommand extends Command
3292
3631
  .classBuilder()
3293
3632
  .ep(commonParams)
3294
3633
  .m(function (Command, cs, config, o) {
3295
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3634
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3296
3635
  })
3297
3636
  .s("AWSGlue", "UpdateUserDefinedFunction", {})
3298
3637
  .n("GlueClient", "UpdateUserDefinedFunctionCommand")
3299
- .sc(schemas_0.UpdateUserDefinedFunction$)
3638
+ .sc(UpdateUserDefinedFunction$)
3300
3639
  .build() {
3301
3640
  }
3302
3641
 
3303
- class UpdateWorkflowCommand extends client.Command
3642
+ class UpdateWorkflowCommand extends Command
3304
3643
  .classBuilder()
3305
3644
  .ep(commonParams)
3306
3645
  .m(function (Command, cs, config, o) {
3307
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3646
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3308
3647
  })
3309
3648
  .s("AWSGlue", "UpdateWorkflow", {})
3310
3649
  .n("GlueClient", "UpdateWorkflowCommand")
3311
- .sc(schemas_0.UpdateWorkflow$)
3650
+ .sc(UpdateWorkflow$)
3312
3651
  .build() {
3313
3652
  }
3314
3653
 
3315
- const paginateDescribeEntity = core.createPaginator(GlueClient, DescribeEntityCommand, "NextToken", "NextToken", "");
3654
+ const paginateDescribeEntity = createPaginator(GlueClient, DescribeEntityCommand, "NextToken", "NextToken", "");
3655
+
3656
+ const paginateGetBlueprintRuns = createPaginator(GlueClient, GetBlueprintRunsCommand, "NextToken", "NextToken", "MaxResults");
3316
3657
 
3317
- const paginateGetBlueprintRuns = core.createPaginator(GlueClient, GetBlueprintRunsCommand, "NextToken", "NextToken", "MaxResults");
3658
+ const paginateGetClassifiers = createPaginator(GlueClient, GetClassifiersCommand, "NextToken", "NextToken", "MaxResults");
3318
3659
 
3319
- const paginateGetClassifiers = core.createPaginator(GlueClient, GetClassifiersCommand, "NextToken", "NextToken", "MaxResults");
3660
+ const paginateGetColumnStatisticsTaskRuns = createPaginator(GlueClient, GetColumnStatisticsTaskRunsCommand, "NextToken", "NextToken", "MaxResults");
3320
3661
 
3321
- const paginateGetColumnStatisticsTaskRuns = core.createPaginator(GlueClient, GetColumnStatisticsTaskRunsCommand, "NextToken", "NextToken", "MaxResults");
3662
+ const paginateGetConnections = createPaginator(GlueClient, GetConnectionsCommand, "NextToken", "NextToken", "MaxResults");
3322
3663
 
3323
- const paginateGetConnections = core.createPaginator(GlueClient, GetConnectionsCommand, "NextToken", "NextToken", "MaxResults");
3664
+ const paginateGetCrawlerMetrics = createPaginator(GlueClient, GetCrawlerMetricsCommand, "NextToken", "NextToken", "MaxResults");
3324
3665
 
3325
- const paginateGetCrawlerMetrics = core.createPaginator(GlueClient, GetCrawlerMetricsCommand, "NextToken", "NextToken", "MaxResults");
3666
+ const paginateGetCrawlers = createPaginator(GlueClient, GetCrawlersCommand, "NextToken", "NextToken", "MaxResults");
3326
3667
 
3327
- const paginateGetCrawlers = core.createPaginator(GlueClient, GetCrawlersCommand, "NextToken", "NextToken", "MaxResults");
3668
+ const paginateGetDatabases = createPaginator(GlueClient, GetDatabasesCommand, "NextToken", "NextToken", "MaxResults");
3328
3669
 
3329
- const paginateGetDatabases = core.createPaginator(GlueClient, GetDatabasesCommand, "NextToken", "NextToken", "MaxResults");
3670
+ const paginateGetDevEndpoints = createPaginator(GlueClient, GetDevEndpointsCommand, "NextToken", "NextToken", "MaxResults");
3330
3671
 
3331
- const paginateGetDevEndpoints = core.createPaginator(GlueClient, GetDevEndpointsCommand, "NextToken", "NextToken", "MaxResults");
3672
+ const paginateGetJobRuns = createPaginator(GlueClient, GetJobRunsCommand, "NextToken", "NextToken", "MaxResults");
3332
3673
 
3333
- const paginateGetJobRuns = core.createPaginator(GlueClient, GetJobRunsCommand, "NextToken", "NextToken", "MaxResults");
3674
+ const paginateGetJobs = createPaginator(GlueClient, GetJobsCommand, "NextToken", "NextToken", "MaxResults");
3334
3675
 
3335
- const paginateGetJobs = core.createPaginator(GlueClient, GetJobsCommand, "NextToken", "NextToken", "MaxResults");
3676
+ const paginateGetMLTaskRuns = createPaginator(GlueClient, GetMLTaskRunsCommand, "NextToken", "NextToken", "MaxResults");
3336
3677
 
3337
- const paginateGetMLTaskRuns = core.createPaginator(GlueClient, GetMLTaskRunsCommand, "NextToken", "NextToken", "MaxResults");
3678
+ const paginateGetMLTransforms = createPaginator(GlueClient, GetMLTransformsCommand, "NextToken", "NextToken", "MaxResults");
3338
3679
 
3339
- const paginateGetMLTransforms = core.createPaginator(GlueClient, GetMLTransformsCommand, "NextToken", "NextToken", "MaxResults");
3680
+ const paginateGetPartitionIndexes = createPaginator(GlueClient, GetPartitionIndexesCommand, "NextToken", "NextToken", "");
3340
3681
 
3341
- const paginateGetPartitionIndexes = core.createPaginator(GlueClient, GetPartitionIndexesCommand, "NextToken", "NextToken", "");
3682
+ const paginateGetPartitions = createPaginator(GlueClient, GetPartitionsCommand, "NextToken", "NextToken", "MaxResults");
3342
3683
 
3343
- const paginateGetPartitions = core.createPaginator(GlueClient, GetPartitionsCommand, "NextToken", "NextToken", "MaxResults");
3684
+ const paginateGetResourcePolicies = createPaginator(GlueClient, GetResourcePoliciesCommand, "NextToken", "NextToken", "MaxResults");
3344
3685
 
3345
- const paginateGetResourcePolicies = core.createPaginator(GlueClient, GetResourcePoliciesCommand, "NextToken", "NextToken", "MaxResults");
3686
+ const paginateGetSecurityConfigurations = createPaginator(GlueClient, GetSecurityConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
3346
3687
 
3347
- const paginateGetSecurityConfigurations = core.createPaginator(GlueClient, GetSecurityConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
3688
+ const paginateGetTables = createPaginator(GlueClient, GetTablesCommand, "NextToken", "NextToken", "MaxResults");
3348
3689
 
3349
- const paginateGetTables = core.createPaginator(GlueClient, GetTablesCommand, "NextToken", "NextToken", "MaxResults");
3690
+ const paginateGetTableVersions = createPaginator(GlueClient, GetTableVersionsCommand, "NextToken", "NextToken", "MaxResults");
3350
3691
 
3351
- const paginateGetTableVersions = core.createPaginator(GlueClient, GetTableVersionsCommand, "NextToken", "NextToken", "MaxResults");
3692
+ const paginateGetTriggers = createPaginator(GlueClient, GetTriggersCommand, "NextToken", "NextToken", "MaxResults");
3352
3693
 
3353
- const paginateGetTriggers = core.createPaginator(GlueClient, GetTriggersCommand, "NextToken", "NextToken", "MaxResults");
3694
+ const paginateGetUnfilteredPartitionsMetadata = createPaginator(GlueClient, GetUnfilteredPartitionsMetadataCommand, "NextToken", "NextToken", "MaxResults");
3354
3695
 
3355
- const paginateGetUnfilteredPartitionsMetadata = core.createPaginator(GlueClient, GetUnfilteredPartitionsMetadataCommand, "NextToken", "NextToken", "MaxResults");
3696
+ const paginateGetUserDefinedFunctions = createPaginator(GlueClient, GetUserDefinedFunctionsCommand, "NextToken", "NextToken", "MaxResults");
3356
3697
 
3357
- const paginateGetUserDefinedFunctions = core.createPaginator(GlueClient, GetUserDefinedFunctionsCommand, "NextToken", "NextToken", "MaxResults");
3698
+ const paginateGetWorkflowRuns = createPaginator(GlueClient, GetWorkflowRunsCommand, "NextToken", "NextToken", "MaxResults");
3358
3699
 
3359
- const paginateGetWorkflowRuns = core.createPaginator(GlueClient, GetWorkflowRunsCommand, "NextToken", "NextToken", "MaxResults");
3700
+ const paginateListAssetTypes = createPaginator(GlueClient, ListAssetTypesCommand, "NextToken", "NextToken", "MaxResults");
3360
3701
 
3361
- const paginateListBlueprints = core.createPaginator(GlueClient, ListBlueprintsCommand, "NextToken", "NextToken", "MaxResults");
3702
+ const paginateListBlueprints = createPaginator(GlueClient, ListBlueprintsCommand, "NextToken", "NextToken", "MaxResults");
3362
3703
 
3363
- const paginateListColumnStatisticsTaskRuns = core.createPaginator(GlueClient, ListColumnStatisticsTaskRunsCommand, "NextToken", "NextToken", "MaxResults");
3704
+ const paginateListColumnStatisticsTaskRuns = createPaginator(GlueClient, ListColumnStatisticsTaskRunsCommand, "NextToken", "NextToken", "MaxResults");
3364
3705
 
3365
- const paginateListConnectionTypes = core.createPaginator(GlueClient, ListConnectionTypesCommand, "NextToken", "NextToken", "MaxResults");
3706
+ const paginateListConnectionTypes = createPaginator(GlueClient, ListConnectionTypesCommand, "NextToken", "NextToken", "MaxResults");
3366
3707
 
3367
- const paginateListCrawlers = core.createPaginator(GlueClient, ListCrawlersCommand, "NextToken", "NextToken", "MaxResults");
3708
+ const paginateListCrawlers = createPaginator(GlueClient, ListCrawlersCommand, "NextToken", "NextToken", "MaxResults");
3368
3709
 
3369
- const paginateListCustomEntityTypes = core.createPaginator(GlueClient, ListCustomEntityTypesCommand, "NextToken", "NextToken", "MaxResults");
3710
+ const paginateListCustomEntityTypes = createPaginator(GlueClient, ListCustomEntityTypesCommand, "NextToken", "NextToken", "MaxResults");
3370
3711
 
3371
- const paginateListDataQualityResults = core.createPaginator(GlueClient, ListDataQualityResultsCommand, "NextToken", "NextToken", "MaxResults");
3712
+ const paginateListDataQualityResults = createPaginator(GlueClient, ListDataQualityResultsCommand, "NextToken", "NextToken", "MaxResults");
3372
3713
 
3373
- const paginateListDataQualityRuleRecommendationRuns = core.createPaginator(GlueClient, ListDataQualityRuleRecommendationRunsCommand, "NextToken", "NextToken", "MaxResults");
3714
+ const paginateListDataQualityRuleRecommendationRuns = createPaginator(GlueClient, ListDataQualityRuleRecommendationRunsCommand, "NextToken", "NextToken", "MaxResults");
3374
3715
 
3375
- const paginateListDataQualityRulesetEvaluationRuns = core.createPaginator(GlueClient, ListDataQualityRulesetEvaluationRunsCommand, "NextToken", "NextToken", "MaxResults");
3716
+ const paginateListDataQualityRulesetEvaluationRuns = createPaginator(GlueClient, ListDataQualityRulesetEvaluationRunsCommand, "NextToken", "NextToken", "MaxResults");
3376
3717
 
3377
- const paginateListDataQualityRulesets = core.createPaginator(GlueClient, ListDataQualityRulesetsCommand, "NextToken", "NextToken", "MaxResults");
3718
+ const paginateListDataQualityRulesets = createPaginator(GlueClient, ListDataQualityRulesetsCommand, "NextToken", "NextToken", "MaxResults");
3378
3719
 
3379
- const paginateListDevEndpoints = core.createPaginator(GlueClient, ListDevEndpointsCommand, "NextToken", "NextToken", "MaxResults");
3720
+ const paginateListDevEndpoints = createPaginator(GlueClient, ListDevEndpointsCommand, "NextToken", "NextToken", "MaxResults");
3380
3721
 
3381
- const paginateListEntities = core.createPaginator(GlueClient, ListEntitiesCommand, "NextToken", "NextToken", "");
3722
+ const paginateListEntities = createPaginator(GlueClient, ListEntitiesCommand, "NextToken", "NextToken", "");
3382
3723
 
3383
- const paginateListJobs = core.createPaginator(GlueClient, ListJobsCommand, "NextToken", "NextToken", "MaxResults");
3724
+ const paginateListFormTypes = createPaginator(GlueClient, ListFormTypesCommand, "NextToken", "NextToken", "MaxResults");
3384
3725
 
3385
- const paginateListMaterializedViewRefreshTaskRuns = core.createPaginator(GlueClient, ListMaterializedViewRefreshTaskRunsCommand, "NextToken", "NextToken", "MaxResults");
3726
+ const paginateListGlossaries = createPaginator(GlueClient, ListGlossariesCommand, "NextToken", "NextToken", "MaxResults");
3386
3727
 
3387
- const paginateListMLTransforms = core.createPaginator(GlueClient, ListMLTransformsCommand, "NextToken", "NextToken", "MaxResults");
3728
+ const paginateListGlossaryTerms = createPaginator(GlueClient, ListGlossaryTermsCommand, "NextToken", "NextToken", "MaxResults");
3388
3729
 
3389
- const paginateListRegistries = core.createPaginator(GlueClient, ListRegistriesCommand, "NextToken", "NextToken", "MaxResults");
3730
+ const paginateListIterableForms = createPaginator(GlueClient, ListIterableFormsCommand, "NextToken", "NextToken", "MaxResults");
3390
3731
 
3391
- const paginateListSchemas = core.createPaginator(GlueClient, ListSchemasCommand, "NextToken", "NextToken", "MaxResults");
3732
+ const paginateListJobs = createPaginator(GlueClient, ListJobsCommand, "NextToken", "NextToken", "MaxResults");
3392
3733
 
3393
- const paginateListSchemaVersions = core.createPaginator(GlueClient, ListSchemaVersionsCommand, "NextToken", "NextToken", "MaxResults");
3734
+ const paginateListMaterializedViewRefreshTaskRuns = createPaginator(GlueClient, ListMaterializedViewRefreshTaskRunsCommand, "NextToken", "NextToken", "MaxResults");
3394
3735
 
3395
- const paginateListSessions = core.createPaginator(GlueClient, ListSessionsCommand, "NextToken", "NextToken", "MaxResults");
3736
+ const paginateListMLTransforms = createPaginator(GlueClient, ListMLTransformsCommand, "NextToken", "NextToken", "MaxResults");
3396
3737
 
3397
- const paginateListTableOptimizerRuns = core.createPaginator(GlueClient, ListTableOptimizerRunsCommand, "NextToken", "NextToken", "MaxResults");
3738
+ const paginateListRegistries = createPaginator(GlueClient, ListRegistriesCommand, "NextToken", "NextToken", "MaxResults");
3398
3739
 
3399
- const paginateListTriggers = core.createPaginator(GlueClient, ListTriggersCommand, "NextToken", "NextToken", "MaxResults");
3740
+ const paginateListSchemas = createPaginator(GlueClient, ListSchemasCommand, "NextToken", "NextToken", "MaxResults");
3400
3741
 
3401
- const paginateListUsageProfiles = core.createPaginator(GlueClient, ListUsageProfilesCommand, "NextToken", "NextToken", "MaxResults");
3742
+ const paginateListSchemaVersions = createPaginator(GlueClient, ListSchemaVersionsCommand, "NextToken", "NextToken", "MaxResults");
3402
3743
 
3403
- const paginateListWorkflows = core.createPaginator(GlueClient, ListWorkflowsCommand, "NextToken", "NextToken", "MaxResults");
3744
+ const paginateListSessions = createPaginator(GlueClient, ListSessionsCommand, "NextToken", "NextToken", "MaxResults");
3404
3745
 
3405
- const paginateSearchTables = core.createPaginator(GlueClient, SearchTablesCommand, "NextToken", "NextToken", "MaxResults");
3746
+ const paginateListTableOptimizerRuns = createPaginator(GlueClient, ListTableOptimizerRunsCommand, "NextToken", "NextToken", "MaxResults");
3747
+
3748
+ const paginateListTriggers = createPaginator(GlueClient, ListTriggersCommand, "NextToken", "NextToken", "MaxResults");
3749
+
3750
+ const paginateListUsageProfiles = createPaginator(GlueClient, ListUsageProfilesCommand, "NextToken", "NextToken", "MaxResults");
3751
+
3752
+ const paginateListWorkflows = createPaginator(GlueClient, ListWorkflowsCommand, "NextToken", "NextToken", "MaxResults");
3753
+
3754
+ const paginateSearchAssets = createPaginator(GlueClient, SearchAssetsCommand, "NextToken", "NextToken", "MaxResults");
3755
+
3756
+ const paginateSearchTables = createPaginator(GlueClient, SearchTablesCommand, "NextToken", "NextToken", "MaxResults");
3406
3757
 
3407
3758
  const commands = {
3759
+ AssociateGlossaryTermsCommand,
3408
3760
  BatchCreatePartitionCommand,
3409
3761
  BatchDeleteConnectionCommand,
3410
3762
  BatchDeletePartitionCommand,
@@ -3415,6 +3767,7 @@ const commands = {
3415
3767
  BatchGetCustomEntityTypesCommand,
3416
3768
  BatchGetDataQualityResultCommand,
3417
3769
  BatchGetDevEndpointsCommand,
3770
+ BatchGetIterableFormsCommand,
3418
3771
  BatchGetJobsCommand,
3419
3772
  BatchGetPartitionCommand,
3420
3773
  BatchGetTableOptimizerCommand,
@@ -3438,6 +3791,8 @@ const commands = {
3438
3791
  CreateDatabaseCommand,
3439
3792
  CreateDataQualityRulesetCommand,
3440
3793
  CreateDevEndpointCommand,
3794
+ CreateGlossaryCommand,
3795
+ CreateGlossaryTermCommand,
3441
3796
  CreateGlueIdentityCenterConfigurationCommand,
3442
3797
  CreateIntegrationCommand,
3443
3798
  CreateIntegrationResourcePropertyCommand,
@@ -3457,6 +3812,9 @@ const commands = {
3457
3812
  CreateUsageProfileCommand,
3458
3813
  CreateUserDefinedFunctionCommand,
3459
3814
  CreateWorkflowCommand,
3815
+ DeleteAssetCommand,
3816
+ DeleteAssetTypeCommand,
3817
+ DeleteAttachmentCommand,
3460
3818
  DeleteBlueprintCommand,
3461
3819
  DeleteCatalogCommand,
3462
3820
  DeleteClassifierCommand,
@@ -3470,6 +3828,9 @@ const commands = {
3470
3828
  DeleteDatabaseCommand,
3471
3829
  DeleteDataQualityRulesetCommand,
3472
3830
  DeleteDevEndpointCommand,
3831
+ DeleteFormTypeCommand,
3832
+ DeleteGlossaryCommand,
3833
+ DeleteGlossaryTermCommand,
3473
3834
  DeleteGlueIdentityCenterConfigurationCommand,
3474
3835
  DeleteIntegrationCommand,
3475
3836
  DeleteIntegrationResourcePropertyCommand,
@@ -3495,6 +3856,9 @@ const commands = {
3495
3856
  DescribeEntityCommand,
3496
3857
  DescribeInboundIntegrationsCommand,
3497
3858
  DescribeIntegrationsCommand,
3859
+ DisassociateGlossaryTermsCommand,
3860
+ GetAssetCommand,
3861
+ GetAssetTypeCommand,
3498
3862
  GetBlueprintCommand,
3499
3863
  GetBlueprintRunCommand,
3500
3864
  GetBlueprintRunsCommand,
@@ -3528,6 +3892,9 @@ const commands = {
3528
3892
  GetDevEndpointCommand,
3529
3893
  GetDevEndpointsCommand,
3530
3894
  GetEntityRecordsCommand,
3895
+ GetFormTypeCommand,
3896
+ GetGlossaryCommand,
3897
+ GetGlossaryTermCommand,
3531
3898
  GetGlueIdentityCenterConfigurationCommand,
3532
3899
  GetIntegrationResourcePropertyCommand,
3533
3900
  GetIntegrationTablePropertiesCommand,
@@ -3577,6 +3944,7 @@ const commands = {
3577
3944
  GetWorkflowRunPropertiesCommand,
3578
3945
  GetWorkflowRunsCommand,
3579
3946
  ImportCatalogToGlueCommand,
3947
+ ListAssetTypesCommand,
3580
3948
  ListBlueprintsCommand,
3581
3949
  ListColumnStatisticsTaskRunsCommand,
3582
3950
  ListConnectionTypesCommand,
@@ -3591,7 +3959,11 @@ const commands = {
3591
3959
  ListDataQualityStatisticsCommand,
3592
3960
  ListDevEndpointsCommand,
3593
3961
  ListEntitiesCommand,
3962
+ ListFormTypesCommand,
3963
+ ListGlossariesCommand,
3964
+ ListGlossaryTermsCommand,
3594
3965
  ListIntegrationResourcePropertiesCommand,
3966
+ ListIterableFormsCommand,
3595
3967
  ListJobsCommand,
3596
3968
  ListMaterializedViewRefreshTaskRunsCommand,
3597
3969
  ListMLTransformsCommand,
@@ -3605,8 +3977,12 @@ const commands = {
3605
3977
  ListUsageProfilesCommand,
3606
3978
  ListWorkflowsCommand,
3607
3979
  ModifyIntegrationCommand,
3980
+ PutAssetCommand,
3981
+ PutAssetTypeCommand,
3982
+ PutAttachmentCommand,
3608
3983
  PutDataCatalogEncryptionSettingsCommand,
3609
3984
  PutDataQualityProfileAnnotationCommand,
3985
+ PutFormTypeCommand,
3610
3986
  PutResourcePolicyCommand,
3611
3987
  PutSchemaVersionMetadataCommand,
3612
3988
  PutWorkflowRunPropertiesCommand,
@@ -3617,6 +3993,7 @@ const commands = {
3617
3993
  ResetJobBookmarkCommand,
3618
3994
  ResumeWorkflowRunCommand,
3619
3995
  RunStatementCommand,
3996
+ SearchAssetsCommand,
3620
3997
  SearchTablesCommand,
3621
3998
  StartBlueprintRunCommand,
3622
3999
  StartColumnStatisticsTaskRunCommand,
@@ -3656,6 +4033,8 @@ const commands = {
3656
4033
  UpdateDatabaseCommand,
3657
4034
  UpdateDataQualityRulesetCommand,
3658
4035
  UpdateDevEndpointCommand,
4036
+ UpdateGlossaryCommand,
4037
+ UpdateGlossaryTermCommand,
3659
4038
  UpdateGlueIdentityCenterConfigurationCommand,
3660
4039
  UpdateIntegrationResourcePropertyCommand,
3661
4040
  UpdateIntegrationTablePropertiesCommand,
@@ -3697,6 +4076,7 @@ const paginators = {
3697
4076
  paginateGetUnfilteredPartitionsMetadata,
3698
4077
  paginateGetUserDefinedFunctions,
3699
4078
  paginateGetWorkflowRuns,
4079
+ paginateListAssetTypes,
3700
4080
  paginateListBlueprints,
3701
4081
  paginateListColumnStatisticsTaskRuns,
3702
4082
  paginateListConnectionTypes,
@@ -3708,6 +4088,10 @@ const paginators = {
3708
4088
  paginateListDataQualityRulesets,
3709
4089
  paginateListDevEndpoints,
3710
4090
  paginateListEntities,
4091
+ paginateListFormTypes,
4092
+ paginateListGlossaries,
4093
+ paginateListGlossaryTerms,
4094
+ paginateListIterableForms,
3711
4095
  paginateListJobs,
3712
4096
  paginateListMaterializedViewRefreshTaskRuns,
3713
4097
  paginateListMLTransforms,
@@ -3719,11 +4103,12 @@ const paginators = {
3719
4103
  paginateListTriggers,
3720
4104
  paginateListUsageProfiles,
3721
4105
  paginateListWorkflows,
4106
+ paginateSearchAssets,
3722
4107
  paginateSearchTables,
3723
4108
  };
3724
4109
  class Glue extends GlueClient {
3725
4110
  }
3726
- client.createAggregatedClient(commands, Glue, { paginators });
4111
+ createAggregatedClient(commands, Glue, { paginators });
3727
4112
 
3728
4113
  const AdditionalOptionKeys = {
3729
4114
  CacheOption: "performanceTuning.caching",
@@ -4676,6 +5061,18 @@ const ConnectorOAuth2GrantType = {
4676
5061
  const IntegrationType = {
4677
5062
  REST: "REST",
4678
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
+ };
4679
5076
  const Comparator = {
4680
5077
  EQUALS: "EQUALS",
4681
5078
  GREATER_THAN: "GREATER_THAN",
@@ -4707,12 +5104,10 @@ const ViewUpdateAction = {
4707
5104
  REPLACE: "REPLACE",
4708
5105
  };
4709
5106
 
4710
- exports.$Command = client.Command;
4711
- exports.__Client = client.Client;
4712
- exports.GlueServiceException = GlueServiceException.GlueServiceException;
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.SearchAssetsCommand = SearchAssetsCommand;
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,24 +5592,5 @@ exports.paginateListTableOptimizerRuns = paginateListTableOptimizerRuns;
5163
5592
  exports.paginateListTriggers = paginateListTriggers;
5164
5593
  exports.paginateListUsageProfiles = paginateListUsageProfiles;
5165
5594
  exports.paginateListWorkflows = paginateListWorkflows;
5595
+ exports.paginateSearchAssets = paginateSearchAssets;
5166
5596
  exports.paginateSearchTables = paginateSearchTables;
5167
- Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
5168
- !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
5169
- Object.defineProperty(exports, '__proto__', {
5170
- enumerable: true,
5171
- value: schemas_0['__proto__']
5172
- });
5173
-
5174
- Object.keys(schemas_0).forEach(function (k) {
5175
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
5176
- });
5177
- Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
5178
- !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
5179
- Object.defineProperty(exports, '__proto__', {
5180
- enumerable: true,
5181
- value: errors['__proto__']
5182
- });
5183
-
5184
- Object.keys(errors).forEach(function (k) {
5185
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
5186
- });