@aws-sdk/client-glue 3.1070.0 → 3.1072.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) hide show
  1. package/README.md +196 -0
  2. package/dist-cjs/index.js +431 -1
  3. package/dist-cjs/models/errors.js +38 -38
  4. package/dist-cjs/schemas/schemas_0.js +744 -31
  5. package/dist-es/Glue.js +68 -0
  6. package/dist-es/commands/AssociateGlossaryTermsCommand.js +16 -0
  7. package/dist-es/commands/BatchGetIterableFormsCommand.js +16 -0
  8. package/dist-es/commands/CreateGlossaryCommand.js +16 -0
  9. package/dist-es/commands/CreateGlossaryTermCommand.js +16 -0
  10. package/dist-es/commands/DeleteAssetCommand.js +16 -0
  11. package/dist-es/commands/DeleteAssetTypeCommand.js +16 -0
  12. package/dist-es/commands/DeleteAttachmentCommand.js +16 -0
  13. package/dist-es/commands/DeleteFormTypeCommand.js +16 -0
  14. package/dist-es/commands/DeleteGlossaryCommand.js +16 -0
  15. package/dist-es/commands/DeleteGlossaryTermCommand.js +16 -0
  16. package/dist-es/commands/DisassociateGlossaryTermsCommand.js +16 -0
  17. package/dist-es/commands/GetAssetCommand.js +16 -0
  18. package/dist-es/commands/GetAssetTypeCommand.js +16 -0
  19. package/dist-es/commands/GetFormTypeCommand.js +16 -0
  20. package/dist-es/commands/GetGlossaryCommand.js +16 -0
  21. package/dist-es/commands/GetGlossaryTermCommand.js +16 -0
  22. package/dist-es/commands/ListAssetTypesCommand.js +16 -0
  23. package/dist-es/commands/ListFormTypesCommand.js +16 -0
  24. package/dist-es/commands/ListGlossariesCommand.js +16 -0
  25. package/dist-es/commands/ListGlossaryTermsCommand.js +16 -0
  26. package/dist-es/commands/ListIterableFormsCommand.js +16 -0
  27. package/dist-es/commands/PutAssetCommand.js +16 -0
  28. package/dist-es/commands/PutAssetTypeCommand.js +16 -0
  29. package/dist-es/commands/PutAttachmentCommand.js +16 -0
  30. package/dist-es/commands/PutFormTypeCommand.js +16 -0
  31. package/dist-es/commands/SearchCommand.js +16 -0
  32. package/dist-es/commands/UpdateGlossaryCommand.js +16 -0
  33. package/dist-es/commands/UpdateGlossaryTermCommand.js +16 -0
  34. package/dist-es/commands/index.js +28 -0
  35. package/dist-es/models/enums.js +12 -0
  36. package/dist-es/models/errors.js +38 -38
  37. package/dist-es/pagination/ListAssetTypesPaginator.js +4 -0
  38. package/dist-es/pagination/ListFormTypesPaginator.js +4 -0
  39. package/dist-es/pagination/ListGlossariesPaginator.js +4 -0
  40. package/dist-es/pagination/ListGlossaryTermsPaginator.js +4 -0
  41. package/dist-es/pagination/ListIterableFormsPaginator.js +4 -0
  42. package/dist-es/pagination/SearchPaginator.js +4 -0
  43. package/dist-es/pagination/index.js +6 -0
  44. package/dist-es/schemas/schemas_0.js +671 -31
  45. package/dist-types/Glue.d.ts +242 -0
  46. package/dist-types/GlueClient.d.ts +30 -2
  47. package/dist-types/commands/AssociateGlossaryTermsCommand.d.ts +101 -0
  48. package/dist-types/commands/BatchGetIterableFormsCommand.d.ts +122 -0
  49. package/dist-types/commands/CreateCrawlerCommand.d.ts +2 -1
  50. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateDatabaseCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateGlossaryCommand.d.ts +98 -0
  53. package/dist-types/commands/CreateGlossaryTermCommand.d.ts +105 -0
  54. package/dist-types/commands/DeleteAssetCommand.d.ts +89 -0
  55. package/dist-types/commands/DeleteAssetTypeCommand.d.ts +89 -0
  56. package/dist-types/commands/DeleteAttachmentCommand.d.ts +95 -0
  57. package/dist-types/commands/DeleteFormTypeCommand.d.ts +92 -0
  58. package/dist-types/commands/DeleteGlossaryCommand.d.ts +92 -0
  59. package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +89 -0
  60. package/dist-types/commands/DisassociateGlossaryTermsCommand.d.ts +101 -0
  61. package/dist-types/commands/GetAssetCommand.d.ts +116 -0
  62. package/dist-types/commands/GetAssetTypeCommand.d.ts +97 -0
  63. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  64. package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
  65. package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
  66. package/dist-types/commands/GetEntityRecordsCommand.d.ts +1 -1
  67. package/dist-types/commands/GetFormTypeCommand.d.ts +93 -0
  68. package/dist-types/commands/GetGlossaryCommand.d.ts +90 -0
  69. package/dist-types/commands/GetGlossaryTermCommand.d.ts +92 -0
  70. package/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
  71. package/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
  72. package/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
  73. package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
  74. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  75. package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
  76. package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
  77. package/dist-types/commands/GetJobsCommand.d.ts +1 -1
  78. package/dist-types/commands/GetMappingCommand.d.ts +1 -1
  79. package/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  80. package/dist-types/commands/ListAssetTypesCommand.d.ts +95 -0
  81. package/dist-types/commands/ListFormTypesCommand.d.ts +95 -0
  82. package/dist-types/commands/ListGlossariesCommand.d.ts +96 -0
  83. package/dist-types/commands/ListGlossaryTermsCommand.d.ts +97 -0
  84. package/dist-types/commands/ListIterableFormsCommand.d.ts +104 -0
  85. package/dist-types/commands/PutAssetCommand.d.ts +113 -0
  86. package/dist-types/commands/PutAssetTypeCommand.d.ts +103 -0
  87. package/dist-types/commands/PutAttachmentCommand.d.ts +104 -0
  88. package/dist-types/commands/PutFormTypeCommand.d.ts +95 -0
  89. package/dist-types/commands/SearchCommand.d.ts +149 -0
  90. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  91. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  92. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  93. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  94. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  95. package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
  96. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  97. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  98. package/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  99. package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
  100. package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
  101. package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  102. package/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  103. package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
  104. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  105. package/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  106. package/dist-types/commands/StopSessionCommand.d.ts +1 -1
  107. package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
  108. package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
  109. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  110. package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
  111. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  112. package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateCatalogCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  116. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -2
  121. package/dist-types/commands/UpdateGlossaryCommand.d.ts +102 -0
  122. package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +105 -0
  123. package/dist-types/commands/index.d.ts +28 -0
  124. package/dist-types/models/enums.d.ts +28 -0
  125. package/dist-types/models/errors.d.ts +48 -48
  126. package/dist-types/models/models_0.d.ts +165 -174
  127. package/dist-types/models/models_1.d.ts +520 -720
  128. package/dist-types/models/models_2.d.ts +2302 -2039
  129. package/dist-types/models/models_3.d.ts +1413 -4
  130. package/dist-types/pagination/ListAssetTypesPaginator.d.ts +7 -0
  131. package/dist-types/pagination/ListFormTypesPaginator.d.ts +7 -0
  132. package/dist-types/pagination/ListGlossariesPaginator.d.ts +7 -0
  133. package/dist-types/pagination/ListGlossaryTermsPaginator.d.ts +7 -0
  134. package/dist-types/pagination/ListIterableFormsPaginator.d.ts +7 -0
  135. package/dist-types/pagination/SearchPaginator.d.ts +7 -0
  136. package/dist-types/pagination/index.d.ts +6 -0
  137. package/dist-types/schemas/schemas_0.d.ts +101 -0
  138. package/dist-types/ts3.4/Glue.d.ts +522 -0
  139. package/dist-types/ts3.4/GlueClient.d.ts +168 -0
  140. package/dist-types/ts3.4/commands/AssociateGlossaryTermsCommand.d.ts +53 -0
  141. package/dist-types/ts3.4/commands/BatchGetIterableFormsCommand.d.ts +53 -0
  142. package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +2 -4
  143. package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +52 -0
  146. package/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +53 -0
  147. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +49 -0
  148. package/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +52 -0
  149. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +52 -0
  150. package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +52 -0
  151. package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +52 -0
  152. package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +53 -0
  153. package/dist-types/ts3.4/commands/DisassociateGlossaryTermsCommand.d.ts +53 -0
  154. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +45 -0
  155. package/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +49 -0
  156. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +49 -0
  161. package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +49 -0
  162. package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +52 -0
  163. package/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +52 -0
  174. package/dist-types/ts3.4/commands/ListFormTypesCommand.d.ts +52 -0
  175. package/dist-types/ts3.4/commands/ListGlossariesCommand.d.ts +52 -0
  176. package/dist-types/ts3.4/commands/ListGlossaryTermsCommand.d.ts +53 -0
  177. package/dist-types/ts3.4/commands/ListIterableFormsCommand.d.ts +53 -0
  178. package/dist-types/ts3.4/commands/PutAssetCommand.d.ts +45 -0
  179. package/dist-types/ts3.4/commands/PutAssetTypeCommand.d.ts +49 -0
  180. package/dist-types/ts3.4/commands/PutAttachmentCommand.d.ts +52 -0
  181. package/dist-types/ts3.4/commands/PutFormTypeCommand.d.ts +49 -0
  182. package/dist-types/ts3.4/commands/SearchCommand.d.ts +46 -0
  183. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +4 -2
  214. package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +52 -0
  215. package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +53 -0
  216. package/dist-types/ts3.4/commands/index.d.ts +28 -0
  217. package/dist-types/ts3.4/models/enums.d.ts +16 -0
  218. package/dist-types/ts3.4/models/errors.d.ts +26 -26
  219. package/dist-types/ts3.4/models/models_0.d.ts +41 -40
  220. package/dist-types/ts3.4/models/models_1.d.ts +128 -181
  221. package/dist-types/ts3.4/models/models_2.d.ts +396 -293
  222. package/dist-types/ts3.4/models/models_3.d.ts +373 -1
  223. package/dist-types/ts3.4/pagination/ListAssetTypesPaginator.d.ts +11 -0
  224. package/dist-types/ts3.4/pagination/ListFormTypesPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/ListGlossariesPaginator.d.ts +11 -0
  226. package/dist-types/ts3.4/pagination/ListGlossaryTermsPaginator.d.ts +11 -0
  227. package/dist-types/ts3.4/pagination/ListIterableFormsPaginator.d.ts +11 -0
  228. package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +11 -0
  229. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  230. package/dist-types/ts3.4/schemas/schemas_0.d.ts +101 -0
  231. package/package.json +3 -3
@@ -1,6 +1,7 @@
1
1
  const _A = "Action";
2
2
  const _AA = "ApplicationArn";
3
3
  const _AAC = "AdditionalAuditContext";
4
+ const _AAF = "AndAllFilters";
4
5
  const _AAd = "AddArguments";
5
6
  const _AC = "AuthorizationCode";
6
7
  const _ACI = "AuthenticationConfigurationInput";
@@ -16,6 +17,7 @@ const _ACu = "AuditContext";
16
17
  const _ACut = "AuthConfiguration";
17
18
  const _ACuth = "AuthenticationConfiguration";
18
19
  const _ACutho = "AuthorizedColumns";
20
+ const _AD = "AssetDescription";
19
21
  const _ADE = "AccessDeniedException";
20
22
  const _ADO = "AdditionalDeltaOptions";
21
23
  const _ADQ = "AutoDataQuality";
@@ -26,12 +28,20 @@ const _AEC = "AdditionalEncryptionContext";
26
28
  const _AEE = "AlreadyExistsException";
27
29
  const _AEL = "AnnotationErrorList";
28
30
  const _AF = "AggFunc";
31
+ const _AFE = "AssetFormEntry";
32
+ const _AFM = "AssetFormMap";
29
33
  const _AFTEDA = "AllowFullTableExternalDataAccess";
34
+ const _AFt = "AttributeFilter";
30
35
  const _AGR = "AssociatedGlueResource";
36
+ const _AGT = "AssociateGlossaryTerms";
37
+ const _AGTR = "AssociateGlossaryTermsRequest";
38
+ const _AGTRs = "AssociateGlossaryTermsResponse";
31
39
  const _AHO = "AdditionalHudiOptions";
32
- const _AI = "AccountId";
40
+ const _AI = "AssetIdentifier";
33
41
  const _AIO = "AdditionalIcebergOptions";
34
42
  const _AITBR = "AddIdleTimeBetweenReads";
43
+ const _AIc = "AccountId";
44
+ const _AIs = "AssetId";
35
45
  const _AKKI = "AwsKmsKeyId";
36
46
  const _AL = "AverageLength";
37
47
  const _ALc = "ActionList";
@@ -39,6 +49,8 @@ const _ALd = "AdditionalLocations";
39
49
  const _ALn = "AnnotationList";
40
50
  const _AM = "ApplyMapping";
41
51
  const _AMg = "AggregatedMetrics";
52
+ const _AN = "AttachmentName";
53
+ const _ANs = "AssetName";
42
54
  const _AO = "AggregateOperation";
43
55
  const _AOFCE = "ApplyOverrideForComputeEnvironment";
44
56
  const _AOd = "AdvancedOptions";
@@ -62,7 +74,12 @@ const _AS = "AuthStrategy";
62
74
  const _ASC = "AllowSingleColumn";
63
75
  const _AT = "AccessToken";
64
76
  const _ATET = "AuthTokenExpirationTime";
77
+ const _ATFM = "AssetTypeFormsMap";
78
+ const _ATFR = "AssetTypeFormReference";
65
79
  const _ATG = "AttributesToGet";
80
+ const _ATI = "AssetTypeItem";
81
+ const _ATIL = "AssetTypeItemList";
82
+ const _ATIs = "AssetTypeId";
66
83
  const _ATc = "AccessType";
67
84
  const _ATn = "AnalyzedTime";
68
85
  const _ATu = "AuthenticationType";
@@ -82,7 +99,9 @@ const _An = "Annotations";
82
99
  const _Ar = "Arguments";
83
100
  const _Arg = "Args";
84
101
  const _As = "Assign";
85
- const _At = "Attempt";
102
+ const _At = "Attachments";
103
+ const _Att = "Attempt";
104
+ const _Attr = "Attribute";
86
105
  const _B = "Blueprints";
87
106
  const _BAC = "BasicAuthenticationCredentials";
88
107
  const _BAP = "BasicAuthenticationProperties";
@@ -126,6 +145,9 @@ const _BGDERa = "BatchGetDevEndpointsResponse";
126
145
  const _BGDQR = "BatchGetDataQualityResult";
127
146
  const _BGDQRR = "BatchGetDataQualityResultRequest";
128
147
  const _BGDQRRa = "BatchGetDataQualityResultResponse";
148
+ const _BGIF = "BatchGetIterableForms";
149
+ const _BGIFR = "BatchGetIterableFormsRequest";
150
+ const _BGIFRa = "BatchGetIterableFormsResponse";
129
151
  const _BGJ = "BatchGetJobs";
130
152
  const _BGJR = "BatchGetJobsRequest";
131
153
  const _BGJRa = "BatchGetJobsResponse";
@@ -184,6 +206,7 @@ const _CACP = "ConnectorAuthorizationCodeProperties";
184
206
  const _CACo = "ConnectorAuthenticationConfiguration";
185
207
  const _CAP = "CustomAuthenticationProperties";
186
208
  const _CAa = "CatalogArn";
209
+ const _CAr = "CreatedAt";
187
210
  const _CB = "CreatedBefore";
188
211
  const _CBR = "CreateBlueprintRequest";
189
212
  const _CBRr = "CreateBlueprintResponse";
@@ -261,6 +284,7 @@ const _CEond = "ConditionExpressions";
261
284
  const _CF = "CrawlsFilter";
262
285
  const _CFL = "CrawlsFilterList";
263
286
  const _CFe = "CellFilters";
287
+ const _CG = "CreateGlossary";
264
288
  const _CGCN = "CodeGenConfigurationNode";
265
289
  const _CGCNo = "CodeGenConfigurationNodes";
266
290
  const _CGCR = "CreateGrokClassifierRequest";
@@ -271,6 +295,11 @@ const _CGICCRr = "CreateGlueIdentityCenterConfigurationResponse";
271
295
  const _CGN = "CodeGenNode";
272
296
  const _CGNA = "CodeGenNodeArg";
273
297
  const _CGNAo = "CodeGenNodeArgs";
298
+ const _CGR = "CreateGlossaryRequest";
299
+ const _CGRr = "CreateGlossaryResponse";
300
+ const _CGT = "CreateGlossaryTerm";
301
+ const _CGTR = "CreateGlossaryTermRequest";
302
+ const _CGTRr = "CreateGlossaryTermResponse";
274
303
  const _CH = "CrawlerHistory";
275
304
  const _CHL = "CrawlerHistoryList";
276
305
  const _CHS = "CatalogHudiSource";
@@ -489,8 +518,9 @@ const _Compa = "Compaction";
489
518
  const _Compar = "Comparator";
490
519
  const _Compr = "Compression";
491
520
  const _Compre = "Compressed";
492
- const _Con = "Condition";
493
- const _Cond = "Conditions";
521
+ const _Con = "Content";
522
+ const _Cond = "Condition";
523
+ const _Condi = "Conditions";
494
524
  const _Conf = "Configuration";
495
525
  const _Conn = "Connections";
496
526
  const _Cr = "Crawlers";
@@ -499,7 +529,16 @@ const _Craw = "Crawler";
499
529
  const _Crawl = "Crawls";
500
530
  const _D = "Description";
501
531
  const _DA = "DefaultArguments";
532
+ const _DAR = "DeleteAssetRequest";
533
+ const _DARe = "DeleteAssetResponse";
534
+ const _DARel = "DeleteAttachmentRequest";
535
+ const _DARele = "DeleteAttachmentResponse";
536
+ const _DAT = "DeleteAssetType";
537
+ const _DATR = "DeleteAssetTypeRequest";
538
+ const _DATRe = "DeleteAssetTypeResponse";
502
539
  const _DAe = "DeleteArguments";
540
+ const _DAel = "DeleteAsset";
541
+ const _DAele = "DeleteAttachment";
503
542
  const _DB = "DeleteBehavior";
504
543
  const _DBR = "DeleteBlueprintRequest";
505
544
  const _DBRe = "DeleteBlueprintResponse";
@@ -569,11 +608,23 @@ const _DEe = "DevEndpoint";
569
608
  const _DEes = "DescribeEntity";
570
609
  const _DEy = "DynamodbExport";
571
610
  const _DF = "DataFormat";
611
+ const _DFT = "DeleteFormType";
612
+ const _DFTR = "DeleteFormTypeRequest";
613
+ const _DFTRe = "DeleteFormTypeResponse";
572
614
  const _DFa = "DataFilter";
573
615
  const _DFr = "DropFields";
616
+ const _DG = "DeleteGlossary";
574
617
  const _DGICC = "DeleteGlueIdentityCenterConfiguration";
575
618
  const _DGICCR = "DeleteGlueIdentityCenterConfigurationRequest";
576
619
  const _DGICCRe = "DeleteGlueIdentityCenterConfigurationResponse";
620
+ const _DGR = "DeleteGlossaryRequest";
621
+ const _DGRe = "DeleteGlossaryResponse";
622
+ const _DGT = "DeleteGlossaryTerm";
623
+ const _DGTR = "DeleteGlossaryTermRequest";
624
+ const _DGTRe = "DeleteGlossaryTermResponse";
625
+ const _DGTRi = "DisassociateGlossaryTermsRequest";
626
+ const _DGTRis = "DisassociateGlossaryTermsResponse";
627
+ const _DGTi = "DisassociateGlossaryTerms";
577
628
  const _DH = "DpuHours";
578
629
  const _DI = "DatabaseInput";
579
630
  const _DIA = "DatapointInclusionAnnotation";
@@ -810,6 +861,7 @@ const _F = "Failures";
810
861
  const _FA = "FailedActions";
811
862
  const _FC = "FederatedCatalog";
812
863
  const _FCARN = "FanoutConsumerARN";
864
+ const _FCi = "FilterClause";
813
865
  const _FD = "FederatedDatabase";
814
866
  const _FDM = "FieldDefinitionMap";
815
867
  const _FDT = "FieldDataType";
@@ -840,6 +892,10 @@ const _FSEC = "FederationSourceErrorCode";
840
892
  const _FSRE = "FederationSourceRetryableException";
841
893
  const _FSVN = "FirstSchemaVersionNumber";
842
894
  const _FT = "FederatedTable";
895
+ const _FTI = "FormTypeId";
896
+ const _FTIL = "FormTypeItemList";
897
+ const _FTIo = "FormTypeIdentifier";
898
+ const _FTIor = "FormTypeItem";
843
899
  const _FTi = "FieldType";
844
900
  const _FTr = "FromType";
845
901
  const _FTu = "FunctionType";
@@ -852,11 +908,18 @@ const _Fi = "Filter";
852
908
  const _Fie = "Fields";
853
909
  const _Fiel = "Field";
854
910
  const _Fil = "Filters";
855
- const _Fo = "Format";
911
+ const _Fo = "Forms";
856
912
  const _Fol = "Folder";
857
- const _For = "Force";
913
+ const _For = "Format";
914
+ const _Forc = "Force";
858
915
  const _Fr = "From";
859
916
  const _G = "Groups";
917
+ const _GA = "GetAsset";
918
+ const _GAI = "GetAssetInput";
919
+ const _GAO = "GetAssetOutput";
920
+ const _GAT = "GetAssetType";
921
+ const _GATR = "GetAssetTypeRequest";
922
+ const _GATRe = "GetAssetTypeResponse";
860
923
  const _GB = "GetBlueprint";
861
924
  const _GBR = "GetBlueprintRequest";
862
925
  const _GBRR = "GetBlueprintRunRequest";
@@ -963,16 +1026,29 @@ const _GERR = "GetEntityRecordsRequest";
963
1026
  const _GERRe = "GetEntityRecordsResponse";
964
1027
  const _GF = "GroupFilters";
965
1028
  const _GFL = "GroupFiltersList";
1029
+ const _GFT = "GetFormType";
1030
+ const _GFTR = "GetFormTypeRequest";
1031
+ const _GFTRe = "GetFormTypeResponse";
966
1032
  const _GFr = "GroupFiles";
1033
+ const _GG = "GetGlossary";
967
1034
  const _GGICC = "GetGlueIdentityCenterConfiguration";
968
1035
  const _GGICCR = "GetGlueIdentityCenterConfigurationRequest";
969
1036
  const _GGICCRe = "GetGlueIdentityCenterConfigurationResponse";
1037
+ const _GGR = "GetGlossaryRequest";
1038
+ const _GGRe = "GetGlossaryResponse";
1039
+ const _GGT = "GetGlossaryTerm";
1040
+ const _GGTR = "GetGlossaryTermRequest";
1041
+ const _GGTRe = "GetGlossaryTermResponse";
1042
+ const _GI = "GlossaryIdentifier";
1043
+ const _GIL = "GlossaryItemList";
970
1044
  const _GIRP = "GetIntegrationResourceProperty";
971
1045
  const _GIRPR = "GetIntegrationResourcePropertyRequest";
972
1046
  const _GIRPRe = "GetIntegrationResourcePropertyResponse";
973
1047
  const _GITP = "GetIntegrationTableProperties";
974
1048
  const _GITPR = "GetIntegrationTablePropertiesRequest";
975
1049
  const _GITPRe = "GetIntegrationTablePropertiesResponse";
1050
+ const _GIl = "GlossaryId";
1051
+ const _GIlo = "GlossaryItem";
976
1052
  const _GJ = "GetJob";
977
1053
  const _GJB = "GetJobBookmark";
978
1054
  const _GJBR = "GetJobBookmarkRequest";
@@ -1066,7 +1142,10 @@ const _GSet = "GetSession";
1066
1142
  const _GSett = "GetStatement";
1067
1143
  const _GSl = "GlueSchemas";
1068
1144
  const _GSr = "GroupSize";
1069
- const _GT = "GlueTable";
1145
+ const _GT = "GlossaryTerms";
1146
+ const _GTI = "GlossaryTermIdentifiers";
1147
+ const _GTIL = "GlossaryTermItemList";
1148
+ const _GTIl = "GlossaryTermItem";
1070
1149
  const _GTO = "GetTableOptimizer";
1071
1150
  const _GTOR = "GetTableOptimizerRequest";
1072
1151
  const _GTORe = "GetTableOptimizerResponse";
@@ -1092,7 +1171,8 @@ const _GTet = "GetTables";
1092
1171
  const _GTeta = "GetTags";
1093
1172
  const _GTetr = "GetTrigger";
1094
1173
  const _GTetri = "GetTriggers";
1095
- const _GTl = "GlueTables";
1174
+ const _GTl = "GlueTable";
1175
+ const _GTlu = "GlueTables";
1096
1176
  const _GUDF = "GetUserDefinedFunction";
1097
1177
  const _GUDFR = "GetUserDefinedFunctionRequest";
1098
1178
  const _GUDFRe = "GetUserDefinedFunctionResponse";
@@ -1155,22 +1235,35 @@ const _IDOC = "IsDefaultOnCreate";
1155
1235
  const _IE = "IsEnabled";
1156
1236
  const _IEK = "IcebergEncryptedKey";
1157
1237
  const _IEL = "IntegrationErrorList";
1238
+ const _IELt = "ItemErrorList";
1158
1239
  const _IEn = "IntegrationError";
1159
1240
  const _IEs = "IsEmpty";
1241
+ const _IEt = "ItemError";
1160
1242
  const _IF = "IsFilterable";
1243
+ const _IFE = "IterableFormEntry";
1161
1244
  const _IFI = "IdentifierFieldIds";
1245
+ const _IFIL = "IterableFormItemList";
1246
+ const _IFIt = "IterableFormItem";
1162
1247
  const _IFL = "IntegrationFilterList";
1248
+ const _IFLI = "IterableFormListItem";
1249
+ const _IFLIL = "IterableFormListItemList";
1250
+ const _IFM = "IterableFormMap";
1251
+ const _IFN = "IterableFormName";
1163
1252
  const _IFn = "IntegrationFilter";
1164
1253
  const _IFnp = "InputFormat";
1254
+ const _IFt = "IterableForms";
1165
1255
  const _IG = "IncludeGraph";
1166
1256
  const _IH = "IncludeHeaders";
1167
- const _II = "IntegrationIdentifier";
1257
+ const _II = "ItemIdentifiers";
1168
1258
  const _IIE = "InvalidInputException";
1169
1259
  const _IIL = "InboundIntegrationsList";
1170
1260
  const _IISF = "InvalidIntegrationStateFault";
1171
1261
  const _IIc = "IcebergInput";
1172
- const _IIn = "InboundIntegrations";
1173
- const _IInb = "InboundIntegration";
1262
+ const _IIn = "IntegrationIdentifier";
1263
+ const _IInb = "InboundIntegrations";
1264
+ const _IInbo = "InboundIntegration";
1265
+ const _IIt = "ItemIdentifier";
1266
+ const _IIte = "ItemId";
1174
1267
  const _IL = "IntegrationsList";
1175
1268
  const _ILTRP = "ImportLabelsTaskRunProperties";
1176
1269
  const _IM = "IcebergMetrics";
@@ -1182,6 +1275,7 @@ const _INO = "IsNegOne";
1182
1275
  const _INS = "IsNullString";
1183
1276
  const _INn = "IndexName";
1184
1277
  const _INs = "IsNullable";
1278
+ const _INt = "ItemName";
1185
1279
  const _IO = "IsOptional";
1186
1280
  const _IOFDC = "IcebergOrphanFileDeletionConfiguration";
1187
1281
  const _IOFDM = "IcebergOrphanFileDeletionMetrics";
@@ -1250,6 +1344,7 @@ const _Im = "Importance";
1250
1344
  const _In = "Integrations";
1251
1345
  const _Ind = "Index";
1252
1346
  const _Int = "Integration";
1347
+ const _It = "Items";
1253
1348
  const _J = "Jobs";
1254
1349
  const _JB = "JobBookmark";
1255
1350
  const _JBE = "JobBookmarksEncryption";
@@ -1308,7 +1403,10 @@ const _Ke = "Keys";
1308
1403
  const _L = "Location";
1309
1404
  const _LAD = "LastActiveDefinition";
1310
1405
  const _LAT = "LastAccessTime";
1406
+ const _LATR = "ListAssetTypesRequest";
1407
+ const _LATRi = "ListAssetTypesResponse";
1311
1408
  const _LATa = "LastAnalyzedTime";
1409
+ const _LATi = "ListAssetTypes";
1312
1410
  const _LB = "LowerBound";
1313
1411
  const _LBR = "ListBlueprintsRequest";
1314
1412
  const _LBRi = "ListBlueprintsResponse";
@@ -1336,6 +1434,7 @@ const _LCa = "LastCrawl";
1336
1434
  const _LCab = "LabelCount";
1337
1435
  const _LCi = "ListCrawlers";
1338
1436
  const _LCis = "ListCrawls";
1437
+ const _LD = "LongDescription";
1339
1438
  const _LDE = "ListDevEndpoints";
1340
1439
  const _LDER = "ListDevEndpointsRequest";
1341
1440
  const _LDERi = "ListDevEndpointsResponse";
@@ -1362,8 +1461,20 @@ const _LEA = "LastExecutionAttempt";
1362
1461
  const _LER = "ListEntitiesRequest";
1363
1462
  const _LERi = "ListEntitiesResponse";
1364
1463
  const _LFC = "LakeFormationConfiguration";
1464
+ const _LFT = "ListFormTypes";
1465
+ const _LFTR = "ListFormTypesRequest";
1466
+ const _LFTRi = "ListFormTypesResponse";
1365
1467
  const _LG = "LogGroup";
1366
1468
  const _LGN = "LogGroupName";
1469
+ const _LGR = "ListGlossariesRequest";
1470
+ const _LGRi = "ListGlossariesResponse";
1471
+ const _LGT = "ListGlossaryTerms";
1472
+ const _LGTR = "ListGlossaryTermsRequest";
1473
+ const _LGTRi = "ListGlossaryTermsResponse";
1474
+ const _LGi = "ListGlossaries";
1475
+ const _LIF = "ListIterableForms";
1476
+ const _LIFR = "ListIterableFormsRequest";
1477
+ const _LIFRi = "ListIterableFormsResponse";
1367
1478
  const _LIRP = "ListIntegrationResourceProperties";
1368
1479
  const _LIRPR = "ListIntegrationResourcePropertiesRequest";
1369
1480
  const _LIRPRi = "ListIntegrationResourcePropertiesResponse";
@@ -1425,6 +1536,7 @@ const _LUo = "LogoUrl";
1425
1536
  const _LUoc = "LocationUri";
1426
1537
  const _LUog = "LogUri";
1427
1538
  const _LV = "LatestVersion";
1539
+ const _LVo = "LongValue";
1428
1540
  const _LW = "ListWorkflows";
1429
1541
  const _LWR = "ListWorkflowsRequest";
1430
1542
  const _LWRi = "ListWorkflowsResponse";
@@ -1446,6 +1558,7 @@ const _MDBT = "MongoDBTargets";
1446
1558
  const _MDBTL = "MongoDBTargetList";
1447
1559
  const _MDBTo = "MongoDBTarget";
1448
1560
  const _ME = "MappingEntry";
1561
+ const _MF = "MapFilter";
1449
1562
  const _MFIB = "MaxFilesInBand";
1450
1563
  const _MFRPS = "MaxFetchRecordsPerShard";
1451
1564
  const _MFTIM = "MaxFetchTimeInMs";
@@ -1557,6 +1670,7 @@ const _Nod = "Nodes";
1557
1670
  const _O = "Observations";
1558
1671
  const _OAC = "OAuth2Credentials";
1559
1672
  const _OACA = "OAuth2ClientApplication";
1673
+ const _OAF = "OrAnyFilters";
1560
1674
  const _OAGT = "OAuth2GrantType";
1561
1675
  const _OAP = "OAuth2Properties";
1562
1676
  const _OAPI = "OAuth2PropertiesInput";
@@ -1585,15 +1699,25 @@ const _OT = "OwnerType";
1585
1699
  const _OTE = "OperationTimeoutException";
1586
1700
  const _OTFI = "OpenTableFormatInput";
1587
1701
  const _Op = "Operation";
1702
+ const _Ope = "Operator";
1588
1703
  const _Opt = "Option";
1589
1704
  const _Or = "Order";
1590
1705
  const _Ou = "Output";
1591
1706
  const _Ow = "Owner";
1592
1707
  const _P = "Password";
1593
1708
  const _PA = "PreAction";
1709
+ const _PAR = "PutAssetRequest";
1710
+ const _PARu = "PutAssetResponse";
1711
+ const _PARut = "PutAttachmentRequest";
1712
+ const _PARutt = "PutAttachmentResponse";
1713
+ const _PAT = "PutAssetType";
1714
+ const _PATR = "PutAssetTypeRequest";
1715
+ const _PATRu = "PutAssetTypeResponse";
1594
1716
  const _PAo = "PostAction";
1595
1717
  const _PAr = "PrivateAddress";
1596
1718
  const _PAu = "PublicAddress";
1719
+ const _PAut = "PutAsset";
1720
+ const _PAutt = "PutAttachment";
1597
1721
  const _PB = "ProcessedBytes";
1598
1722
  const _PC = "PartitionColumn";
1599
1723
  const _PCI = "ParentCatalogId";
@@ -1614,6 +1738,9 @@ const _PEN = "ParentEntityName";
1614
1738
  const _PEa = "PartitionError";
1615
1739
  const _PEar = "PartitionErrors";
1616
1740
  const _PF = "ParentField";
1741
+ const _PFT = "PutFormType";
1742
+ const _PFTR = "PutFormTypeRequest";
1743
+ const _PFTRu = "PutFormTypeResponse";
1617
1744
  const _PH = "PolicyHash";
1618
1745
  const _PHC = "PolicyHashCondition";
1619
1746
  const _PI = "ProfileId";
@@ -1837,6 +1964,7 @@ const _Runs = "Runs";
1837
1964
  const _Runt = "Runtime";
1838
1965
  const _S = "Schema";
1839
1966
  const _SA = "SecretArn";
1967
+ const _SAF = "SearchAttributeFilter";
1840
1968
  const _SAKKI = "SseAwsKmsKeyId";
1841
1969
  const _SASD = "StoredAsSubDirectories";
1842
1970
  const _SAT = "SupportedAuthenticationTypes";
@@ -1927,6 +2055,7 @@ const _SDS = "S3DeltaSource";
1927
2055
  const _SDSAO = "S3DirectSourceAdditionalOptions";
1928
2056
  const _SDT = "S3DirectTarget";
1929
2057
  const _SDTc = "SchemaDiffType";
2058
+ const _SDh = "ShortDescription";
1930
2059
  const _SDo = "SortDirection";
1931
2060
  const _SDt = "StatisticsData";
1932
2061
  const _SDta = "StateDetail";
@@ -1946,7 +2075,10 @@ const _SEe = "SessionEndpoint";
1946
2075
  const _SEn = "S3Encryption";
1947
2076
  const _SF = "SelectFields";
1948
2077
  const _SFC = "SelectFromCollection";
2078
+ const _SFCL = "SearchFilterClauseList";
2079
+ const _SFCe = "SearchFilterClause";
1949
2080
  const _SFO = "SupportedFilterOperators";
2081
+ const _SFV = "SearchFilterValue";
1950
2082
  const _SFa = "SampleFraction";
1951
2083
  const _SFe = "SelectedFields";
1952
2084
  const _SFk = "SkipFirst";
@@ -1967,6 +2099,7 @@ const _SILTRR = "StartImportLabelsTaskRunRequest";
1967
2099
  const _SILTRRt = "StartImportLabelsTaskRunResponse";
1968
2100
  const _SIc = "SchemaId";
1969
2101
  const _SIe = "SessionId";
2102
+ const _SIea = "SearchInput";
1970
2103
  const _SIer = "SerdeInfo";
1971
2104
  const _SIk = "SkewedInfo";
1972
2105
  const _SIo = "SourceId";
@@ -1985,6 +2118,8 @@ const _SLe = "SerializationLibrary";
1985
2118
  const _SLes = "SessionList";
1986
2119
  const _SLt = "StatementList";
1987
2120
  const _SM = "StatusMessage";
2121
+ const _SMF = "SearchMapFilter";
2122
+ const _SMFV = "SearchMapFilterValue";
1988
2123
  const _SMLETR = "StartMLEvaluationTaskRun";
1989
2124
  const _SMLETRR = "StartMLEvaluationTaskRunRequest";
1990
2125
  const _SMLETRRt = "StartMLEvaluationTaskRunResponse";
@@ -2009,6 +2144,7 @@ const _SO = "StartedOn";
2009
2144
  const _SOC = "StartOnCreation";
2010
2145
  const _SOD = "StatementOutputData";
2011
2146
  const _SOVI = "SubObjectVersionIds";
2147
+ const _SOe = "SearchOutput";
2012
2148
  const _SOo = "SortOrders";
2013
2149
  const _SOor = "SortOrder";
2014
2150
  const _SOt = "StreamingOptions";
@@ -2032,6 +2168,8 @@ const _SQ = "SampleQuery";
2032
2168
  const _SQq = "SqlQuery";
2033
2169
  const _SR = "StatusReason";
2034
2170
  const _SRE = "SchedulerRunningException";
2171
+ const _SRI = "SearchResultItem";
2172
+ const _SRIL = "SearchResultItemList";
2035
2173
  const _SRO = "StatisticRecordedOn";
2036
2174
  const _SRc = "SchemaReference";
2037
2175
  const _SS = "SensitiveString";
@@ -2044,6 +2182,7 @@ const _SSVN = "SecondSchemaVersionNumber";
2044
2182
  const _SSa = "SampleSize";
2045
2183
  const _SSc = "SchemaStatus";
2046
2184
  const _SSe = "SettingSource";
2185
+ const _SSea = "SearchSort";
2047
2186
  const _SSn = "SnowflakeSource";
2048
2187
  const _SSt = "StatisticSummary";
2049
2188
  const _SSto = "StopSession";
@@ -2081,6 +2220,7 @@ const _SVL = "SchemaVersionList";
2081
2220
  const _SVLI = "SchemaVersionListItem";
2082
2221
  const _SVN = "SchemaVersionNumber";
2083
2222
  const _SVS = "SchemaVersionStatus";
2223
+ const _SVt = "StringValue";
2084
2224
  const _SWR = "StartWorkflowRun";
2085
2225
  const _SWRR = "StartWorkflowRunRequest";
2086
2226
  const _SWRRt = "StartWorkflowRunResponse";
@@ -2095,6 +2235,7 @@ const _Sche = "Schemas";
2095
2235
  const _Sco = "Scopes";
2096
2236
  const _Scor = "Score";
2097
2237
  const _Se = "Serde";
2238
+ const _Sea = "Search";
2098
2239
  const _Seg = "Segment";
2099
2240
  const _Sep = "Separator";
2100
2241
  const _Ses = "Session";
@@ -2225,6 +2366,7 @@ const _Tran = "Transform";
2225
2366
  const _Tri = "Trigger";
2226
2367
  const _Ty = "Type";
2227
2368
  const _U = "Upsert";
2369
+ const _UA = "UpdatedAt";
2228
2370
  const _UB = "UpdateBehavior";
2229
2371
  const _UBR = "UpdateBlueprintRequest";
2230
2372
  const _UBRp = "UpdateBlueprintResponse";
@@ -2272,10 +2414,16 @@ const _UDQRRp = "UpdateDataQualityRulesetResponse";
2272
2414
  const _UDR = "UpdateDatabaseRequest";
2273
2415
  const _UDRp = "UpdateDatabaseResponse";
2274
2416
  const _UEL = "UpdateEtlLibraries";
2417
+ const _UG = "UpdateGlossary";
2275
2418
  const _UGCR = "UpdateGrokClassifierRequest";
2276
2419
  const _UGICC = "UpdateGlueIdentityCenterConfiguration";
2277
2420
  const _UGICCR = "UpdateGlueIdentityCenterConfigurationRequest";
2278
2421
  const _UGICCRp = "UpdateGlueIdentityCenterConfigurationResponse";
2422
+ const _UGR = "UpdateGlossaryRequest";
2423
+ const _UGRp = "UpdateGlossaryResponse";
2424
+ const _UGT = "UpdateGlossaryTerm";
2425
+ const _UGTR = "UpdateGlossaryTermRequest";
2426
+ const _UGTRp = "UpdateGlossaryTermResponse";
2279
2427
  const _UI = "UniqueId";
2280
2428
  const _UII = "UpdateIcebergInput";
2281
2429
  const _UIRP = "UpdateIntegrationResourceProperty";
@@ -2421,7 +2569,10 @@ const _eT = "eventType";
2421
2569
  const _eTn = "endTimestamp";
2422
2570
  const _en = "enabled";
2423
2571
  const _gCN = "glueConnectionName";
2572
+ const _gI = "glossaryIdentifier";
2573
+ const _h = "http";
2424
2574
  const _hE = "httpError";
2575
+ const _hQ = "httpQuery";
2425
2576
  const _iC = "icebergConfiguration";
2426
2577
  const _jN = "jsonName";
2427
2578
  const _k = "key";
@@ -2429,7 +2580,9 @@ const _l = "location";
2429
2580
  const _lR = "lastRun";
2430
2581
  const _m = "metrics";
2431
2582
  const _mIF = "minInputFiles";
2583
+ const _mR = "maxResults";
2432
2584
  const _nOSTR = "numberOfSnapshotsToRetain";
2585
+ const _nT = "nextToken";
2433
2586
  const _oFDC = "orphanFileDeletionConfiguration";
2434
2587
  const _oFDM = "orphanFileDeletionMetrics";
2435
2588
  const _oFRPID = "orphanFileRetentionPeriodInDays";
@@ -2816,6 +2969,31 @@ export var ApplyMapping$ = [3, n0, _AM,
2816
2969
  [_N, _I, _Ma],
2817
2970
  [0, 64 | 0, () => Mappings], 3
2818
2971
  ];
2972
+ export var AssetFormEntry$ = [3, n0, _AFE,
2973
+ 0,
2974
+ [_FTI, _Con],
2975
+ [0, 0]
2976
+ ];
2977
+ export var AssetTypeFormReference$ = [3, n0, _ATFR,
2978
+ 0,
2979
+ [_FTIo],
2980
+ [0], 1
2981
+ ];
2982
+ export var AssetTypeItem$ = [3, n0, _ATI,
2983
+ 0,
2984
+ [_Id, _N],
2985
+ [0, 0]
2986
+ ];
2987
+ export var AssociateGlossaryTermsRequest$ = [3, n0, _AGTR,
2988
+ 0,
2989
+ [_Ide, _GTI, _CTl],
2990
+ [[0, 1], 64 | 0, [0, 4]], 2
2991
+ ];
2992
+ export var AssociateGlossaryTermsResponse$ = [3, n0, _AGTRs,
2993
+ 0,
2994
+ [_Ide, _GT],
2995
+ [0, 64 | 0]
2996
+ ];
2819
2997
  export var AthenaConnectorSource$ = [3, n0, _ACS,
2820
2998
  0,
2821
2999
  [_N, _CNo, _CNon, _CTo, _SN, _CTon, _OS],
@@ -2971,6 +3149,16 @@ export var BatchGetDevEndpointsResponse$ = [3, n0, _BGDERa,
2971
3149
  [_DE, _DENF],
2972
3150
  [() => DevEndpointList, 64 | 0]
2973
3151
  ];
3152
+ export var BatchGetIterableFormsRequest$ = [3, n0, _BGIFR,
3153
+ 0,
3154
+ [_AI, _IFN, _II],
3155
+ [[0, 1], [0, 1], 64 | 0], 3
3156
+ ];
3157
+ export var BatchGetIterableFormsResponse$ = [3, n0, _BGIFRa,
3158
+ 0,
3159
+ [_It, _E],
3160
+ [() => IterableFormItemList, () => ItemErrorList]
3161
+ ];
2974
3162
  export var BatchGetJobsRequest$ = [3, n0, _BGJR,
2975
3163
  0,
2976
3164
  [_JNo],
@@ -3331,14 +3519,14 @@ export var ComputeEnvironmentConfiguration$ = [3, n0, _CEC,
3331
3519
  [_N, _D, _CEom, _SAT, _COon, _CPNO, _CONO, _CPRO, _PCPR],
3332
3520
  [0, 0, 0, 64 | 0, () => PropertiesMap, 128 | 0, 128 | 0, 64 | 0, 2], 8
3333
3521
  ];
3334
- export var Condition$ = [3, n0, _Con,
3522
+ export var Condition$ = [3, n0, _Cond,
3335
3523
  0,
3336
3524
  [_LO, _JN, _Sta, _CN, _CSr],
3337
3525
  [0, 0, 0, 0, 0]
3338
3526
  ];
3339
3527
  export var ConditionExpression$ = [3, n0, _CEon,
3340
3528
  0,
3341
- [_Con, _TC, _V],
3529
+ [_Cond, _TC, _V],
3342
3530
  [0, 0, 0], 2
3343
3531
  ];
3344
3532
  export var ConfigurationObject$ = [3, n0, _COonf,
@@ -3556,6 +3744,26 @@ export var CreateDevEndpointResponse$ = [3, n0, _CDERr,
3556
3744
  [_EN, _St, _SGI, _SIu, _RA, _YEA, _ZRSIP, _NONu, _WT, _GV, _NOW, _AZ, _VIp, _EPLSP, _EJSP, _FR, _SC, _CTrea, _Ar],
3557
3745
  [0, 0, 64 | 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 4, 128 | 0]
3558
3746
  ];
3747
+ export var CreateGlossaryRequest$ = [3, n0, _CGR,
3748
+ 0,
3749
+ [_N, _D, _CTl],
3750
+ [0, 0, [0, 4]], 1
3751
+ ];
3752
+ export var CreateGlossaryResponse$ = [3, n0, _CGRr,
3753
+ 0,
3754
+ [_Id, _N, _D],
3755
+ [0, 0, 0]
3756
+ ];
3757
+ export var CreateGlossaryTermRequest$ = [3, n0, _CGTR,
3758
+ 0,
3759
+ [_GI, _N, _SDh, _LD, _CTl],
3760
+ [0, 0, 0, 0, [0, 4]], 2
3761
+ ];
3762
+ export var CreateGlossaryTermResponse$ = [3, n0, _CGTRr,
3763
+ 0,
3764
+ [_Id, _GIl, _N, _SDh, _LD],
3765
+ [0, 0, 0, 0, 0]
3766
+ ];
3559
3767
  export var CreateGlueIdentityCenterConfigurationRequest$ = [3, n0, _CGICCR,
3560
3768
  0,
3561
3769
  [_IAn, _Sco, _UBSE],
@@ -3923,7 +4131,7 @@ export var DataQualityTargetTable$ = [3, n0, _DQTT,
3923
4131
  ];
3924
4132
  export var DataSource$ = [3, n0, _DSa,
3925
4133
  0,
3926
- [_GT, _DQGT],
4134
+ [_GTl, _DQGT],
3927
4135
  [() => GlueTable$, () => DataQualityGlueTable$]
3928
4136
  ];
3929
4137
  export var Datatype$ = [3, n0, _Data,
@@ -3956,6 +4164,36 @@ export var DecimalNumber$ = [3, n0, _DNe,
3956
4164
  [_UV, _Sca],
3957
4165
  [21, 1], 2
3958
4166
  ];
4167
+ export var DeleteAssetRequest$ = [3, n0, _DAR,
4168
+ 0,
4169
+ [_Ide],
4170
+ [[0, 1]], 1
4171
+ ];
4172
+ export var DeleteAssetResponse$ = [3, n0, _DARe,
4173
+ 0,
4174
+ [],
4175
+ []
4176
+ ];
4177
+ export var DeleteAssetTypeRequest$ = [3, n0, _DATR,
4178
+ 0,
4179
+ [_Ide],
4180
+ [[0, 1]], 1
4181
+ ];
4182
+ export var DeleteAssetTypeResponse$ = [3, n0, _DATRe,
4183
+ 0,
4184
+ [],
4185
+ []
4186
+ ];
4187
+ export var DeleteAttachmentRequest$ = [3, n0, _DARel,
4188
+ 0,
4189
+ [_Ide, _AN],
4190
+ [[0, 1], [0, 1]], 2
4191
+ ];
4192
+ export var DeleteAttachmentResponse$ = [3, n0, _DARele,
4193
+ 0,
4194
+ [_Ide],
4195
+ [0]
4196
+ ];
3959
4197
  export var DeleteBlueprintRequest$ = [3, n0, _DBR,
3960
4198
  0,
3961
4199
  [_N],
@@ -4086,6 +4324,36 @@ export var DeleteDevEndpointResponse$ = [3, n0, _DDERe,
4086
4324
  [],
4087
4325
  []
4088
4326
  ];
4327
+ export var DeleteFormTypeRequest$ = [3, n0, _DFTR,
4328
+ 0,
4329
+ [_Ide],
4330
+ [[0, 1]], 1
4331
+ ];
4332
+ export var DeleteFormTypeResponse$ = [3, n0, _DFTRe,
4333
+ 0,
4334
+ [],
4335
+ []
4336
+ ];
4337
+ export var DeleteGlossaryRequest$ = [3, n0, _DGR,
4338
+ 0,
4339
+ [_Ide],
4340
+ [[0, 1]], 1
4341
+ ];
4342
+ export var DeleteGlossaryResponse$ = [3, n0, _DGRe,
4343
+ 0,
4344
+ [],
4345
+ []
4346
+ ];
4347
+ export var DeleteGlossaryTermRequest$ = [3, n0, _DGTR,
4348
+ 0,
4349
+ [_Ide],
4350
+ [[0, 1]], 1
4351
+ ];
4352
+ export var DeleteGlossaryTermResponse$ = [3, n0, _DGTRe,
4353
+ 0,
4354
+ [],
4355
+ []
4356
+ ];
4089
4357
  export var DeleteGlueIdentityCenterConfigurationRequest$ = [3, n0, _DGICCR,
4090
4358
  0,
4091
4359
  [],
@@ -4098,7 +4366,7 @@ export var DeleteGlueIdentityCenterConfigurationResponse$ = [3, n0, _DGICCRe,
4098
4366
  ];
4099
4367
  export var DeleteIntegrationRequest$ = [3, n0, _DIR,
4100
4368
  0,
4101
- [_II],
4369
+ [_IIn],
4102
4370
  [0], 1
4103
4371
  ];
4104
4372
  export var DeleteIntegrationResourcePropertyRequest$ = [3, n0, _DIRPR,
@@ -4328,12 +4596,12 @@ export var DescribeInboundIntegrationsRequest$ = [3, n0, _DIIR,
4328
4596
  ];
4329
4597
  export var DescribeInboundIntegrationsResponse$ = [3, n0, _DIIRe,
4330
4598
  0,
4331
- [_IIn, _Mar],
4599
+ [_IInb, _Mar],
4332
4600
  [() => InboundIntegrationsList, 0]
4333
4601
  ];
4334
4602
  export var DescribeIntegrationsRequest$ = [3, n0, _DIRes,
4335
4603
  0,
4336
- [_II, _Mar, _MRa, _Fil],
4604
+ [_IIn, _Mar, _MRa, _Fil],
4337
4605
  [0, 0, 1, () => IntegrationFilterList]
4338
4606
  ];
4339
4607
  export var DescribeIntegrationsResponse$ = [3, n0, _DIResc,
@@ -4371,6 +4639,16 @@ export var DirectSchemaChangePolicy$ = [3, n0, _DSCP,
4371
4639
  [_EUC, _UB, _Ta, _Dat],
4372
4640
  [2, 0, 0, 0]
4373
4641
  ];
4642
+ export var DisassociateGlossaryTermsRequest$ = [3, n0, _DGTRi,
4643
+ 0,
4644
+ [_Ide, _GTI, _CTl],
4645
+ [[0, 1], 64 | 0, [0, 4]], 2
4646
+ ];
4647
+ export var DisassociateGlossaryTermsResponse$ = [3, n0, _DGTRis,
4648
+ 0,
4649
+ [_Ide, _GT],
4650
+ [0, 64 | 0]
4651
+ ];
4374
4652
  export var DoubleColumnStatisticsData$ = [3, n0, _DCSDo,
4375
4653
  0,
4376
4654
  [_NON, _NODV, _MVi, _MVax],
@@ -4556,6 +4834,31 @@ export var FindMatchesTaskRunProperties$ = [3, n0, _FMTRP,
4556
4834
  [_JI, _JN, _JRI],
4557
4835
  [0, 0, 0]
4558
4836
  ];
4837
+ export var FormTypeItem$ = [3, n0, _FTIor,
4838
+ 0,
4839
+ [_Id, _N],
4840
+ [0, 0]
4841
+ ];
4842
+ export var GetAssetInput$ = [3, n0, _GAI,
4843
+ 0,
4844
+ [_Ide],
4845
+ [[0, 1]], 1
4846
+ ];
4847
+ export var GetAssetOutput$ = [3, n0, _GAO,
4848
+ 0,
4849
+ [_Id, _ATIs, _N, _D, _CAr, _UA, _GT, _Fo, _At, _IFt],
4850
+ [0, 0, 0, 0, 4, 4, 64 | 0, () => AssetFormMap, () => AssetFormMap, () => IterableFormMap], 2
4851
+ ];
4852
+ export var GetAssetTypeRequest$ = [3, n0, _GATR,
4853
+ 0,
4854
+ [_Ide],
4855
+ [[0, 1]], 1
4856
+ ];
4857
+ export var GetAssetTypeResponse$ = [3, n0, _GATRe,
4858
+ 0,
4859
+ [_Id, _N, _Fo],
4860
+ [0, 0, () => AssetTypeFormsMap]
4861
+ ];
4559
4862
  export var GetBlueprintRequest$ = [3, n0, _GBR,
4560
4863
  0,
4561
4864
  [_N, _IB, _IPS],
@@ -4891,6 +5194,36 @@ export var GetEntityRecordsResponse$ = [3, n0, _GERRe,
4891
5194
  [_Reco, _NTe],
4892
5195
  [[() => Records, 0], 0]
4893
5196
  ];
5197
+ export var GetFormTypeRequest$ = [3, n0, _GFTR,
5198
+ 0,
5199
+ [_Ide],
5200
+ [[0, 1]], 1
5201
+ ];
5202
+ export var GetFormTypeResponse$ = [3, n0, _GFTRe,
5203
+ 0,
5204
+ [_Id, _N, _S],
5205
+ [0, 0, 0]
5206
+ ];
5207
+ export var GetGlossaryRequest$ = [3, n0, _GGR,
5208
+ 0,
5209
+ [_Ide],
5210
+ [[0, 1]], 1
5211
+ ];
5212
+ export var GetGlossaryResponse$ = [3, n0, _GGRe,
5213
+ 0,
5214
+ [_Id, _N, _D],
5215
+ [0, 0, 0]
5216
+ ];
5217
+ export var GetGlossaryTermRequest$ = [3, n0, _GGTR,
5218
+ 0,
5219
+ [_Ide],
5220
+ [[0, 1]], 1
5221
+ ];
5222
+ export var GetGlossaryTermResponse$ = [3, n0, _GGTRe,
5223
+ 0,
5224
+ [_Id, _GIl, _N, _SDh, _LD],
5225
+ [0, 0, 0, 0, 0]
5226
+ ];
4894
5227
  export var GetGlueIdentityCenterConfigurationRequest$ = [3, n0, _GGICCR,
4895
5228
  0,
4896
5229
  [],
@@ -5371,6 +5704,16 @@ export var GetWorkflowRunsResponse$ = [3, n0, _GWRReto,
5371
5704
  [_Runs, _NTe],
5372
5705
  [() => WorkflowRuns, 0]
5373
5706
  ];
5707
+ export var GlossaryItem$ = [3, n0, _GIlo,
5708
+ 0,
5709
+ [_Id, _N, _D],
5710
+ [0, 0, 0]
5711
+ ];
5712
+ export var GlossaryTermItem$ = [3, n0, _GTIl,
5713
+ 0,
5714
+ [_Id, _N, _SDh],
5715
+ [0, 0, 0]
5716
+ ];
5374
5717
  export var GluePolicy$ = [3, n0, _GPl,
5375
5718
  0,
5376
5719
  [_PIJ, _PH, _CTr, _UT],
@@ -5386,7 +5729,7 @@ export var GlueStudioSchemaColumn$ = [3, n0, _GSSC,
5386
5729
  [_N, _Ty, _GST],
5387
5730
  [0, 0, 0], 1
5388
5731
  ];
5389
- export var GlueTable$ = [3, n0, _GT,
5732
+ export var GlueTable$ = [3, n0, _GTl,
5390
5733
  0,
5391
5734
  [_DN, _TN, _CI, _CNo, _AOdd],
5392
5735
  [0, 0, 0, 0, 128 | 0], 2
@@ -5526,7 +5869,7 @@ export var ImportLabelsTaskRunProperties$ = [3, n0, _ILTRP,
5526
5869
  [_ISP, _Rep],
5527
5870
  [0, 2]
5528
5871
  ];
5529
- export var InboundIntegration$ = [3, n0, _IInb,
5872
+ export var InboundIntegration$ = [3, n0, _IInbo,
5530
5873
  0,
5531
5874
  [_SAo, _TA, _IAnt, _St, _CTr, _ICn, _E],
5532
5875
  [0, 0, 0, 0, 4, () => IntegrationConfig$, () => IntegrationErrorList], 5
@@ -5566,6 +5909,26 @@ export var IntegrationResourcePropertyFilter$ = [3, n0, _IRPF,
5566
5909
  [_N, _Val],
5567
5910
  [0, 64 | 0]
5568
5911
  ];
5912
+ export var ItemError$ = [3, n0, _IEt,
5913
+ 0,
5914
+ [_IIt, _Cod, _M],
5915
+ [0, 0, 0]
5916
+ ];
5917
+ export var IterableFormEntry$ = [3, n0, _IFE,
5918
+ 0,
5919
+ [_FTI],
5920
+ [0]
5921
+ ];
5922
+ export var IterableFormItem$ = [3, n0, _IFIt,
5923
+ 0,
5924
+ [_IIte, _INt, _GT, _Fo, _At],
5925
+ [0, 0, 64 | 0, () => AssetFormMap, () => AssetFormMap]
5926
+ ];
5927
+ export var IterableFormListItem$ = [3, n0, _IFLI,
5928
+ 0,
5929
+ [_IIte, _INt, _D, _GT],
5930
+ [0, 0, 0, 64 | 0]
5931
+ ];
5569
5932
  export var JDBCConnectorOptions$ = [3, n0, _JDBCCO,
5570
5933
  0,
5571
5934
  [_FPi, _PC, _LB, _UBp, _NPu, _JBK, _JBKSO, _DTM],
@@ -5593,7 +5956,7 @@ export var Job$ = [3, n0, _Job,
5593
5956
  ];
5594
5957
  export var JobBookmarkEntry$ = [3, n0, _JBEo,
5595
5958
  0,
5596
- [_JN, _Ver, _Run, _At, _PRI, _RIu, _JB],
5959
+ [_JN, _Ver, _Run, _Att, _PRI, _RIu, _JB],
5597
5960
  [0, 1, 1, 1, 0, 0, 0]
5598
5961
  ];
5599
5962
  export var JobBookmarksEncryption$ = [3, n0, _JBE,
@@ -5613,7 +5976,7 @@ export var JobNodeDetails$ = [3, n0, _JND,
5613
5976
  ];
5614
5977
  export var JobRun$ = [3, n0, _JR,
5615
5978
  0,
5616
- [_Id, _At, _PRI, _TNri, _JN, _JM, _JRQE, _SO, _LMO, _COo, _JRS, _Ar, _EM, _PR, _ACl, _ETxe, _T, _MCax, _WT, _NOW, _SC, _LGN, _NP, _GV, _DPUS, _ECx, _MWa, _PN, _SDta, _ERSP],
5979
+ [_Id, _Att, _PRI, _TNri, _JN, _JM, _JRQE, _SO, _LMO, _COo, _JRS, _Ar, _EM, _PR, _ACl, _ETxe, _T, _MCax, _WT, _NOW, _SC, _LGN, _NP, _GV, _DPUS, _ECx, _MWa, _PN, _SDta, _ERSP],
5617
5980
  [0, 1, 0, 0, 0, 0, 2, 4, 4, 4, 0, 128 | 0, 0, () => PredecessorList, 1, 1, 1, 1, 0, 1, 0, 0, () => NotificationProperty$, 0, 1, 0, 0, 0, 0, 0]
5618
5981
  ];
5619
5982
  export var JobUpdate$ = [3, n0, _JU,
@@ -5663,7 +6026,7 @@ export var LabelingSetGenerationTaskRunProperties$ = [3, n0, _LSGTRP,
5663
6026
  ];
5664
6027
  export var LakeFormationConfiguration$ = [3, n0, _LFC,
5665
6028
  0,
5666
- [_ULFC, _AI],
6029
+ [_ULFC, _AIc],
5667
6030
  [2, 0]
5668
6031
  ];
5669
6032
  export var LastActiveDefinition$ = [3, n0, _LAD,
@@ -5681,6 +6044,16 @@ export var LineageConfiguration$ = [3, n0, _LC,
5681
6044
  [_CLS],
5682
6045
  [0]
5683
6046
  ];
6047
+ export var ListAssetTypesRequest$ = [3, n0, _LATR,
6048
+ 0,
6049
+ [_MRax, _NTe],
6050
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
6051
+ ];
6052
+ export var ListAssetTypesResponse$ = [3, n0, _LATRi,
6053
+ 0,
6054
+ [_It, _NTe],
6055
+ [() => AssetTypeItemList, 0]
6056
+ ];
5684
6057
  export var ListBlueprintsRequest$ = [3, n0, _LBR,
5685
6058
  0,
5686
6059
  [_NTe, _MRax, _Tag],
@@ -5821,6 +6194,36 @@ export var ListEntitiesResponse$ = [3, n0, _LERi,
5821
6194
  [_Enti, _NTe],
5822
6195
  [() => EntityList, 0]
5823
6196
  ];
6197
+ export var ListFormTypesRequest$ = [3, n0, _LFTR,
6198
+ 0,
6199
+ [_MRax, _NTe],
6200
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
6201
+ ];
6202
+ export var ListFormTypesResponse$ = [3, n0, _LFTRi,
6203
+ 0,
6204
+ [_It, _NTe],
6205
+ [() => FormTypeItemList, 0], 1
6206
+ ];
6207
+ export var ListGlossariesRequest$ = [3, n0, _LGR,
6208
+ 0,
6209
+ [_MRax, _NTe],
6210
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
6211
+ ];
6212
+ export var ListGlossariesResponse$ = [3, n0, _LGRi,
6213
+ 0,
6214
+ [_It, _NTe],
6215
+ [() => GlossaryItemList, 0]
6216
+ ];
6217
+ export var ListGlossaryTermsRequest$ = [3, n0, _LGTR,
6218
+ 0,
6219
+ [_GI, _MRax, _NTe],
6220
+ [[0, { [_hQ]: _gI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
6221
+ ];
6222
+ export var ListGlossaryTermsResponse$ = [3, n0, _LGTRi,
6223
+ 0,
6224
+ [_It, _NTe],
6225
+ [() => GlossaryTermItemList, 0]
6226
+ ];
5824
6227
  export var ListIntegrationResourcePropertiesRequest$ = [3, n0, _LIRPR,
5825
6228
  0,
5826
6229
  [_Mar, _Fil, _MRa],
@@ -5831,6 +6234,16 @@ export var ListIntegrationResourcePropertiesResponse$ = [3, n0, _LIRPRi,
5831
6234
  [_IRPL, _Mar],
5832
6235
  [() => IntegrationResourcePropertyList, 0]
5833
6236
  ];
6237
+ export var ListIterableFormsRequest$ = [3, n0, _LIFR,
6238
+ 0,
6239
+ [_AI, _IFN, _MRax, _NTe],
6240
+ [[0, 1], [0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
6241
+ ];
6242
+ export var ListIterableFormsResponse$ = [3, n0, _LIFRi,
6243
+ 0,
6244
+ [_It, _NTe],
6245
+ [() => IterableFormListItemList, 0]
6246
+ ];
5834
6247
  export var ListJobsRequest$ = [3, n0, _LJR,
5835
6248
  0,
5836
6249
  [_NTe, _MRax, _Tag],
@@ -6018,7 +6431,7 @@ export var MLUserDataEncryption$ = [3, n0, _MLUDE,
6018
6431
  ];
6019
6432
  export var ModifyIntegrationRequest$ = [3, n0, _MIR,
6020
6433
  0,
6021
- [_II, _D, _DFa, _ICn, _IN],
6434
+ [_IIn, _D, _DFa, _ICn, _IN],
6022
6435
  [0, 0, 0, () => IntegrationConfig$, 0], 1
6023
6436
  ];
6024
6437
  export var ModifyIntegrationResponse$ = [3, n0, _MIRo,
@@ -6188,7 +6601,7 @@ export var Predecessor$ = [3, n0, _Pred,
6188
6601
  ];
6189
6602
  export var Predicate$ = [3, n0, _Pre,
6190
6603
  0,
6191
- [_Lo, _Cond],
6604
+ [_Lo, _Condi],
6192
6605
  [0, () => ConditionList]
6193
6606
  ];
6194
6607
  export var PrincipalPermissions$ = [3, n0, _PPr,
@@ -6211,6 +6624,36 @@ export var PropertyPredicate$ = [3, n0, _PPro,
6211
6624
  [_K, _V, _Compar],
6212
6625
  [0, 0, 0]
6213
6626
  ];
6627
+ export var PutAssetRequest$ = [3, n0, _PAR,
6628
+ 0,
6629
+ [_ATIs, _Ide, _N, _Fo, _D, _CTl],
6630
+ [0, 0, 0, () => AssetFormMap, 0, [0, 4]], 4
6631
+ ];
6632
+ export var PutAssetResponse$ = [3, n0, _PARu,
6633
+ 0,
6634
+ [_Id, _N, _D, _CAr, _Fo],
6635
+ [0, 0, 0, 4, () => AssetFormMap], 2
6636
+ ];
6637
+ export var PutAssetTypeRequest$ = [3, n0, _PATR,
6638
+ 0,
6639
+ [_N, _Fo, _CTl],
6640
+ [0, () => AssetTypeFormsMap, [0, 4]], 2
6641
+ ];
6642
+ export var PutAssetTypeResponse$ = [3, n0, _PATRu,
6643
+ 0,
6644
+ [_Id, _N, _Fo],
6645
+ [0, 0, () => AssetTypeFormsMap]
6646
+ ];
6647
+ export var PutAttachmentRequest$ = [3, n0, _PARut,
6648
+ 0,
6649
+ [_AI, _AN, _Con, _FTI, _IFN, _IIt, _CTl],
6650
+ [[0, 1], 0, 0, 0, 0, 0, [0, 4]], 4
6651
+ ];
6652
+ export var PutAttachmentResponse$ = [3, n0, _PARutt,
6653
+ 0,
6654
+ [_AIs, _IFN, _IIt, _AN, _FTI],
6655
+ [0, 0, 0, 0, 0]
6656
+ ];
6214
6657
  export var PutDataCatalogEncryptionSettingsRequest$ = [3, n0, _PDCESR,
6215
6658
  0,
6216
6659
  [_DCES, _CI],
@@ -6231,6 +6674,16 @@ export var PutDataQualityProfileAnnotationResponse$ = [3, n0, _PDQPARu,
6231
6674
  [],
6232
6675
  []
6233
6676
  ];
6677
+ export var PutFormTypeRequest$ = [3, n0, _PFTR,
6678
+ 0,
6679
+ [_N, _S, _CTl],
6680
+ [0, 0, [0, 4]], 2
6681
+ ];
6682
+ export var PutFormTypeResponse$ = [3, n0, _PFTRu,
6683
+ 0,
6684
+ [_Id, _N, _S],
6685
+ [0, 0, 0]
6686
+ ];
6234
6687
  export var PutResourcePolicyRequest$ = [3, n0, _PRPR,
6235
6688
  0,
6236
6689
  [_PIJ, _RAe, _PHC, _PEC, _EH],
@@ -6473,7 +6926,7 @@ export var S3DeltaCatalogTarget$ = [3, n0, _SDCT,
6473
6926
  ];
6474
6927
  export var S3DeltaDirectTarget$ = [3, n0, _SDDT,
6475
6928
  0,
6476
- [_N, _I, _Path, _Compr, _Fo, _PK, _NTPu, _AOdd, _SCP, _ADQ],
6929
+ [_N, _I, _Path, _Compr, _For, _PK, _NTPu, _AOdd, _SCP, _ADQ],
6477
6930
  [0, 64 | 0, 0, 0, 0, [1, n0, _GSPL, 0, 64 | 0], 0, 128 | 0, () => DirectSchemaChangePolicy$, () => AutoDataQuality$], 5
6478
6931
  ];
6479
6932
  export var S3DeltaSource$ = [3, n0, _SDS,
@@ -6488,7 +6941,7 @@ export var S3DirectSourceAdditionalOptions$ = [3, n0, _SDSAO,
6488
6941
  ];
6489
6942
  export var S3DirectTarget$ = [3, n0, _SDT,
6490
6943
  0,
6491
- [_N, _I, _Path, _Fo, _PK, _Compr, _NTPu, _SCP, _ADQ, _OS],
6944
+ [_N, _I, _Path, _For, _PK, _Compr, _NTPu, _SCP, _ADQ, _OS],
6492
6945
  [0, 64 | 0, 0, 0, [1, n0, _GSPL, 0, 64 | 0], 0, 0, () => DirectSchemaChangePolicy$, () => AutoDataQuality$, () => GlueSchemas], 4
6493
6946
  ];
6494
6947
  export var S3Encryption$ = [3, n0, _SEn,
@@ -6513,7 +6966,7 @@ export var S3HudiCatalogTarget$ = [3, n0, _SHCT,
6513
6966
  ];
6514
6967
  export var S3HudiDirectTarget$ = [3, n0, _SHDT,
6515
6968
  0,
6516
- [_N, _I, _Path, _Compr, _Fo, _AOdd, _NTPu, _PK, _SCP, _ADQ],
6969
+ [_N, _I, _Path, _Compr, _For, _AOdd, _NTPu, _PK, _SCP, _ADQ],
6517
6970
  [0, 64 | 0, 0, 0, 0, 128 | 0, 0, [1, n0, _GSPL, 0, 64 | 0], () => DirectSchemaChangePolicy$, () => AutoDataQuality$], 6
6518
6971
  ];
6519
6972
  export var S3HudiSource$ = [3, n0, _SHS,
@@ -6523,7 +6976,7 @@ export var S3HudiSource$ = [3, n0, _SHS,
6523
6976
  ];
6524
6977
  export var S3HyperDirectTarget$ = [3, n0, _SHDTy,
6525
6978
  0,
6526
- [_N, _I, _Path, _Fo, _PK, _Compr, _SCP, _ADQ, _OS],
6979
+ [_N, _I, _Path, _For, _PK, _Compr, _SCP, _ADQ, _OS],
6527
6980
  [0, 64 | 0, 0, 0, [1, n0, _GSPL, 0, 64 | 0], 0, () => DirectSchemaChangePolicy$, () => AutoDataQuality$, () => GlueSchemas], 3
6528
6981
  ];
6529
6982
  export var S3IcebergCatalogTarget$ = [3, n0, _SICT,
@@ -6533,7 +6986,7 @@ export var S3IcebergCatalogTarget$ = [3, n0, _SICT,
6533
6986
  ];
6534
6987
  export var S3IcebergDirectTarget$ = [3, n0, _SIDT,
6535
6988
  0,
6536
- [_N, _I, _Path, _Fo, _Compr, _PK, _AOdd, _SCP, _ADQ, _NTPu, _OS],
6989
+ [_N, _I, _Path, _For, _Compr, _PK, _AOdd, _SCP, _ADQ, _NTPu, _OS],
6537
6990
  [0, 64 | 0, 0, 0, 0, [1, n0, _GSPL, 0, 64 | 0], 128 | 0, () => DirectSchemaChangePolicy$, () => AutoDataQuality$, 0, () => GlueSchemas], 5
6538
6991
  ];
6539
6992
  export var S3JsonSource$ = [3, n0, _SJS,
@@ -6601,6 +7054,36 @@ export var SchemaVersionNumber$ = [3, n0, _SVN,
6601
7054
  [_LV, _VN],
6602
7055
  [2, 1]
6603
7056
  ];
7057
+ export var SearchAttributeFilter$ = [3, n0, _SAF,
7058
+ 0,
7059
+ [_Attr, _Ope, _V],
7060
+ [0, 0, () => SearchFilterValue$], 2
7061
+ ];
7062
+ export var SearchInput$ = [3, n0, _SIea,
7063
+ 0,
7064
+ [_STea, _MRax, _NTe, _Sor, _FCi],
7065
+ [0, 1, 0, () => SearchSort$, () => SearchFilterClause$]
7066
+ ];
7067
+ export var SearchMapFilter$ = [3, n0, _SMF,
7068
+ 0,
7069
+ [_Attr, _K, _V],
7070
+ [0, 0, () => SearchMapFilterValue$], 3
7071
+ ];
7072
+ export var SearchOutput$ = [3, n0, _SOe,
7073
+ 0,
7074
+ [_It, _NTe],
7075
+ [() => SearchResultItemList, 0]
7076
+ ];
7077
+ export var SearchResultItem$ = [3, n0, _SRI,
7078
+ 0,
7079
+ [_Id, _ANs, _AD, _UA, _ATIs],
7080
+ [0, 0, 0, 4, 0]
7081
+ ];
7082
+ export var SearchSort$ = [3, n0, _SSea,
7083
+ 0,
7084
+ [_Attr, _Or],
7085
+ [0, 0], 1
7086
+ ];
6604
7087
  export var SearchTablesRequest$ = [3, n0, _STR,
6605
7088
  0,
6606
7089
  [_CI, _NTe, _Fil, _STea, _SCor, _MRax, _RST, _ISD],
@@ -7326,6 +7809,26 @@ export var UpdateDevEndpointResponse$ = [3, n0, _UDERp,
7326
7809
  [],
7327
7810
  []
7328
7811
  ];
7812
+ export var UpdateGlossaryRequest$ = [3, n0, _UGR,
7813
+ 0,
7814
+ [_Ide, _N, _D, _CTl],
7815
+ [[0, 1], 0, 0, [0, 4]], 1
7816
+ ];
7817
+ export var UpdateGlossaryResponse$ = [3, n0, _UGRp,
7818
+ 0,
7819
+ [_Id, _N, _D],
7820
+ [0, 0, 0]
7821
+ ];
7822
+ export var UpdateGlossaryTermRequest$ = [3, n0, _UGTR,
7823
+ 0,
7824
+ [_Ide, _N, _SDh, _LD, _CTl],
7825
+ [[0, 1], 0, 0, 0, [0, 4]], 1
7826
+ ];
7827
+ export var UpdateGlossaryTermResponse$ = [3, n0, _UGTRp,
7828
+ 0,
7829
+ [_Id, _GIl, _N, _SDh, _LD],
7830
+ [0, 0, 0, 0, 0]
7831
+ ];
7329
7832
  export var UpdateGlueIdentityCenterConfigurationRequest$ = [3, n0, _UGICCR,
7330
7833
  0,
7331
7834
  [_Sco, _UBSE],
@@ -7463,7 +7966,7 @@ export var UpdateTableOptimizerResponse$ = [3, n0, _UTORp,
7463
7966
  ];
7464
7967
  export var UpdateTableRequest$ = [3, n0, _UTR,
7465
7968
  0,
7466
- [_DN, _CI, _N, _TIa, _SAk, _TI, _VIe, _VUA, _For, _UOTFI],
7969
+ [_DN, _CI, _N, _TIa, _SAk, _TI, _VIe, _VUA, _Forc, _UOTFI],
7467
7970
  [0, 0, 0, () => TableInput$, 2, 0, 0, 0, 2, () => UpdateOpenTableFormatInput$], 1
7468
7971
  ];
7469
7972
  export var UpdateTableResponse$ = [3, n0, _UTRp,
@@ -7605,6 +8108,9 @@ var AnnotationErrorList = [1, n0, _AEL,
7605
8108
  var AnnotationList = [1, n0, _ALn,
7606
8109
  0, () => StatisticAnnotation$
7607
8110
  ];
8111
+ var AssetTypeItemList = [1, n0, _ATIL,
8112
+ 0, () => AssetTypeItem$
8113
+ ];
7608
8114
  var AuditColumnNamesList = 64 | 0;
7609
8115
  var AuthenticationTypes = 64 | 0;
7610
8116
  var BackfillErroredPartitionsList = [1, n0, _BEPL,
@@ -7809,6 +8315,9 @@ var FilterExpressions = [1, n0, _FEi,
7809
8315
  var FilterValues = [1, n0, _FVil,
7810
8316
  0, () => FilterValue$
7811
8317
  ];
8318
+ var FormTypeItemList = [1, n0, _FTIL,
8319
+ 0, () => FormTypeItem$
8320
+ ];
7812
8321
  var GetColumnNamesList = 64 | 0;
7813
8322
  var GetResourcePoliciesResponseList = [1, n0, _GRPRL,
7814
8323
  0, () => GluePolicy$
@@ -7816,6 +8325,13 @@ var GetResourcePoliciesResponseList = [1, n0, _GRPRL,
7816
8325
  var GetTableVersionsList = [1, n0, _GTVL,
7817
8326
  0, () => TableVersion$
7818
8327
  ];
8328
+ var GlossaryItemList = [1, n0, _GIL,
8329
+ 0, () => GlossaryItem$
8330
+ ];
8331
+ var GlossaryTermIdList = 64 | 0;
8332
+ var GlossaryTermItemList = [1, n0, _GTIL,
8333
+ 0, () => GlossaryTermItem$
8334
+ ];
7819
8335
  var GlueSchemas = [1, n0, _GSl,
7820
8336
  0, () => GlueSchema$
7821
8337
  ];
@@ -7825,7 +8341,7 @@ var GlueStudioPathList = [1, n0, _GSPL,
7825
8341
  var GlueStudioSchemaColumnList = [1, n0, _GSSCL,
7826
8342
  0, () => GlueStudioSchemaColumn$
7827
8343
  ];
7828
- var GlueTables = [1, n0, _GTl,
8344
+ var GlueTables = [1, n0, _GTlu,
7829
8345
  0, () => GlueTable$
7830
8346
  ];
7831
8347
  var GroupFiltersList = [1, n0, _GFL,
@@ -7889,6 +8405,16 @@ var IntegrationsList = [1, n0, _IL,
7889
8405
  var IntegrationTagsList = [1, n0, _ITLn,
7890
8406
  0, () => Tag$
7891
8407
  ];
8408
+ var ItemErrorList = [1, n0, _IELt,
8409
+ 0, () => ItemError$
8410
+ ];
8411
+ var ItemIdentifierList = 64 | 0;
8412
+ var IterableFormItemList = [1, n0, _IFIL,
8413
+ 0, () => IterableFormItem$
8414
+ ];
8415
+ var IterableFormListItemList = [1, n0, _IFLIL,
8416
+ 0, () => IterableFormListItem$
8417
+ ];
7892
8418
  var JdbcTargetList = [1, n0, _JTL,
7893
8419
  0, () => JdbcTarget$
7894
8420
  ];
@@ -8007,9 +8533,15 @@ var SchemaVersionErrorList = [1, n0, _SVEL,
8007
8533
  var SchemaVersionList = [1, n0, _SVL,
8008
8534
  0, () => SchemaVersionListItem$
8009
8535
  ];
8536
+ var SearchFilterClauseList = [1, n0, _SFCL,
8537
+ 0, () => SearchFilterClause$
8538
+ ];
8010
8539
  var SearchPropertyPredicates = [1, n0, _SPPe,
8011
8540
  0, () => PropertyPredicate$
8012
8541
  ];
8542
+ var SearchResultItemList = [1, n0, _SRIL,
8543
+ 0, () => SearchResultItem$
8544
+ ];
8013
8545
  var SecurityConfigurationList = [1, n0, _SCL,
8014
8546
  0, () => SecurityConfiguration$
8015
8547
  ];
@@ -8103,6 +8635,12 @@ var Workflows = [1, n0, _W,
8103
8635
  var AdditionalContextMap = 128 | 0;
8104
8636
  var AdditionalOptions = 128 | 0;
8105
8637
  var AdditionalPlanOptionsMap = 128 | 0;
8638
+ var AssetFormMap = [2, n0, _AFM,
8639
+ 0, 0, () => AssetFormEntry$
8640
+ ];
8641
+ var AssetTypeFormsMap = [2, n0, _ATFM,
8642
+ 0, 0, () => AssetTypeFormReference$
8643
+ ];
8106
8644
  var CodeGenConfigurationNodes = [2, n0, _CGCNo,
8107
8645
  8, 0, () => CodeGenConfigurationNode$
8108
8646
  ];
@@ -8140,6 +8678,9 @@ var GenericMap = 128 | 0;
8140
8678
  var GlueTableAdditionalOptions = 128 | 0;
8141
8679
  var IntegrationAdditionalEncryptionContextMap = 128 | 0;
8142
8680
  var IntegrationSourcePropertiesMap = 128 | 0;
8681
+ var IterableFormMap = [2, n0, _IFM,
8682
+ 0, 0, () => IterableFormEntry$
8683
+ ];
8143
8684
  var JDBCDataTypeMapping = 128 | 0;
8144
8685
  var Labels = 128 | 0;
8145
8686
  var LocationMap = 128 | 0;
@@ -8165,11 +8706,29 @@ var StringToStringMap = 128 | 0;
8165
8706
  var TagsMap = 128 | 0;
8166
8707
  var TokenUrlParametersMap = 128 | 0;
8167
8708
  var WorkflowRunProperties = 128 | 0;
8709
+ export var SearchFilterClause$ = [4, n0, _SFCe,
8710
+ 0,
8711
+ [_AAF, _OAF, _AFt, _MF],
8712
+ [() => SearchFilterClauseList, () => SearchFilterClauseList, () => SearchAttributeFilter$, () => SearchMapFilter$]
8713
+ ];
8714
+ export var SearchFilterValue$ = [4, n0, _SFV,
8715
+ 0,
8716
+ [_SVt, _LVo],
8717
+ [0, 1]
8718
+ ];
8719
+ export var SearchMapFilterValue$ = [4, n0, _SMFV,
8720
+ 0,
8721
+ [_SVt],
8722
+ [0]
8723
+ ];
8168
8724
  export var TableOptimizerVpcConfiguration$ = [4, n0, _TOVC,
8169
8725
  0,
8170
8726
  [_gCN],
8171
8727
  [0]
8172
8728
  ];
8729
+ export var AssociateGlossaryTerms$ = [9, n0, _AGT,
8730
+ { [_h]: ["POST", "/assets/{Identifier}/associate-glossary-terms", 200] }, () => AssociateGlossaryTermsRequest$, () => AssociateGlossaryTermsResponse$
8731
+ ];
8173
8732
  export var BatchCreatePartition$ = [9, n0, _BCP,
8174
8733
  0, () => BatchCreatePartitionRequest$, () => BatchCreatePartitionResponse$
8175
8734
  ];
@@ -8200,6 +8759,9 @@ export var BatchGetDataQualityResult$ = [9, n0, _BGDQR,
8200
8759
  export var BatchGetDevEndpoints$ = [9, n0, _BGDE,
8201
8760
  0, () => BatchGetDevEndpointsRequest$, () => BatchGetDevEndpointsResponse$
8202
8761
  ];
8762
+ export var BatchGetIterableForms$ = [9, n0, _BGIF,
8763
+ { [_h]: ["POST", "/assets/{AssetIdentifier}/iterable-forms/{IterableFormName}/batch-get", 200] }, () => BatchGetIterableFormsRequest$, () => BatchGetIterableFormsResponse$
8764
+ ];
8203
8765
  export var BatchGetJobs$ = [9, n0, _BGJ,
8204
8766
  0, () => BatchGetJobsRequest$, () => BatchGetJobsResponse$
8205
8767
  ];
@@ -8269,6 +8831,12 @@ export var CreateDataQualityRuleset$ = [9, n0, _CDQR,
8269
8831
  export var CreateDevEndpoint$ = [9, n0, _CDE,
8270
8832
  0, () => CreateDevEndpointRequest$, () => CreateDevEndpointResponse$
8271
8833
  ];
8834
+ export var CreateGlossary$ = [9, n0, _CG,
8835
+ { [_h]: ["POST", "/glossaries", 200] }, () => CreateGlossaryRequest$, () => CreateGlossaryResponse$
8836
+ ];
8837
+ export var CreateGlossaryTerm$ = [9, n0, _CGT,
8838
+ { [_h]: ["POST", "/glossary-terms", 200] }, () => CreateGlossaryTermRequest$, () => CreateGlossaryTermResponse$
8839
+ ];
8272
8840
  export var CreateGlueIdentityCenterConfiguration$ = [9, n0, _CGICC,
8273
8841
  0, () => CreateGlueIdentityCenterConfigurationRequest$, () => CreateGlueIdentityCenterConfigurationResponse$
8274
8842
  ];
@@ -8326,6 +8894,15 @@ export var CreateUserDefinedFunction$ = [9, n0, _CUDF,
8326
8894
  export var CreateWorkflow$ = [9, n0, _CWr,
8327
8895
  0, () => CreateWorkflowRequest$, () => CreateWorkflowResponse$
8328
8896
  ];
8897
+ export var DeleteAsset$ = [9, n0, _DAel,
8898
+ { [_h]: ["DELETE", "/assets/{Identifier}", 200] }, () => DeleteAssetRequest$, () => DeleteAssetResponse$
8899
+ ];
8900
+ export var DeleteAssetType$ = [9, n0, _DAT,
8901
+ { [_h]: ["DELETE", "/asset-types/{Identifier}", 200] }, () => DeleteAssetTypeRequest$, () => DeleteAssetTypeResponse$
8902
+ ];
8903
+ export var DeleteAttachment$ = [9, n0, _DAele,
8904
+ { [_h]: ["DELETE", "/assets/{Identifier}/attachments/{AttachmentName}", 200] }, () => DeleteAttachmentRequest$, () => DeleteAttachmentResponse$
8905
+ ];
8329
8906
  export var DeleteBlueprint$ = [9, n0, _DBe,
8330
8907
  0, () => DeleteBlueprintRequest$, () => DeleteBlueprintResponse$
8331
8908
  ];
@@ -8365,6 +8942,15 @@ export var DeleteDataQualityRuleset$ = [9, n0, _DDQR,
8365
8942
  export var DeleteDevEndpoint$ = [9, n0, _DDE,
8366
8943
  0, () => DeleteDevEndpointRequest$, () => DeleteDevEndpointResponse$
8367
8944
  ];
8945
+ export var DeleteFormType$ = [9, n0, _DFT,
8946
+ { [_h]: ["DELETE", "/form-types/{Identifier}", 200] }, () => DeleteFormTypeRequest$, () => DeleteFormTypeResponse$
8947
+ ];
8948
+ export var DeleteGlossary$ = [9, n0, _DG,
8949
+ { [_h]: ["DELETE", "/glossaries/{Identifier}", 200] }, () => DeleteGlossaryRequest$, () => DeleteGlossaryResponse$
8950
+ ];
8951
+ export var DeleteGlossaryTerm$ = [9, n0, _DGT,
8952
+ { [_h]: ["DELETE", "/glossary-terms/{Identifier}", 200] }, () => DeleteGlossaryTermRequest$, () => DeleteGlossaryTermResponse$
8953
+ ];
8368
8954
  export var DeleteGlueIdentityCenterConfiguration$ = [9, n0, _DGICC,
8369
8955
  0, () => DeleteGlueIdentityCenterConfigurationRequest$, () => DeleteGlueIdentityCenterConfigurationResponse$
8370
8956
  ];
@@ -8440,6 +9026,15 @@ export var DescribeInboundIntegrations$ = [9, n0, _DII,
8440
9026
  export var DescribeIntegrations$ = [9, n0, _DIes,
8441
9027
  0, () => DescribeIntegrationsRequest$, () => DescribeIntegrationsResponse$
8442
9028
  ];
9029
+ export var DisassociateGlossaryTerms$ = [9, n0, _DGTi,
9030
+ { [_h]: ["POST", "/assets/{Identifier}/disassociate-glossary-terms", 200] }, () => DisassociateGlossaryTermsRequest$, () => DisassociateGlossaryTermsResponse$
9031
+ ];
9032
+ export var GetAsset$ = [9, n0, _GA,
9033
+ { [_h]: ["GET", "/assets/{Identifier}", 200] }, () => GetAssetInput$, () => GetAssetOutput$
9034
+ ];
9035
+ export var GetAssetType$ = [9, n0, _GAT,
9036
+ { [_h]: ["GET", "/asset-types/{Identifier}", 200] }, () => GetAssetTypeRequest$, () => GetAssetTypeResponse$
9037
+ ];
8443
9038
  export var GetBlueprint$ = [9, n0, _GB,
8444
9039
  0, () => GetBlueprintRequest$, () => GetBlueprintResponse$
8445
9040
  ];
@@ -8539,6 +9134,15 @@ export var GetDevEndpoints$ = [9, n0, _GDEe,
8539
9134
  export var GetEntityRecords$ = [9, n0, _GER,
8540
9135
  0, () => GetEntityRecordsRequest$, () => GetEntityRecordsResponse$
8541
9136
  ];
9137
+ export var GetFormType$ = [9, n0, _GFT,
9138
+ { [_h]: ["GET", "/form-types/{Identifier}", 200] }, () => GetFormTypeRequest$, () => GetFormTypeResponse$
9139
+ ];
9140
+ export var GetGlossary$ = [9, n0, _GG,
9141
+ { [_h]: ["GET", "/glossaries/{Identifier}", 200] }, () => GetGlossaryRequest$, () => GetGlossaryResponse$
9142
+ ];
9143
+ export var GetGlossaryTerm$ = [9, n0, _GGT,
9144
+ { [_h]: ["GET", "/glossary-terms/{Identifier}", 200] }, () => GetGlossaryTermRequest$, () => GetGlossaryTermResponse$
9145
+ ];
8542
9146
  export var GetGlueIdentityCenterConfiguration$ = [9, n0, _GGICC,
8543
9147
  0, () => GetGlueIdentityCenterConfigurationRequest$, () => GetGlueIdentityCenterConfigurationResponse$
8544
9148
  ];
@@ -8686,6 +9290,9 @@ export var GetWorkflowRuns$ = [9, n0, _GWReto,
8686
9290
  export var ImportCatalogToGlue$ = [9, n0, _ICTG,
8687
9291
  0, () => ImportCatalogToGlueRequest$, () => ImportCatalogToGlueResponse$
8688
9292
  ];
9293
+ export var ListAssetTypes$ = [9, n0, _LATi,
9294
+ { [_h]: ["GET", "/asset-types", 200] }, () => ListAssetTypesRequest$, () => ListAssetTypesResponse$
9295
+ ];
8689
9296
  export var ListBlueprints$ = [9, n0, _LBi,
8690
9297
  0, () => ListBlueprintsRequest$, () => ListBlueprintsResponse$
8691
9298
  ];
@@ -8728,9 +9335,21 @@ export var ListDevEndpoints$ = [9, n0, _LDE,
8728
9335
  export var ListEntities$ = [9, n0, _LE,
8729
9336
  0, () => ListEntitiesRequest$, () => ListEntitiesResponse$
8730
9337
  ];
9338
+ export var ListFormTypes$ = [9, n0, _LFT,
9339
+ { [_h]: ["GET", "/form-types", 200] }, () => ListFormTypesRequest$, () => ListFormTypesResponse$
9340
+ ];
9341
+ export var ListGlossaries$ = [9, n0, _LGi,
9342
+ { [_h]: ["GET", "/glossaries", 200] }, () => ListGlossariesRequest$, () => ListGlossariesResponse$
9343
+ ];
9344
+ export var ListGlossaryTerms$ = [9, n0, _LGT,
9345
+ { [_h]: ["GET", "/glossary-terms", 200] }, () => ListGlossaryTermsRequest$, () => ListGlossaryTermsResponse$
9346
+ ];
8731
9347
  export var ListIntegrationResourceProperties$ = [9, n0, _LIRP,
8732
9348
  0, () => ListIntegrationResourcePropertiesRequest$, () => ListIntegrationResourcePropertiesResponse$
8733
9349
  ];
9350
+ export var ListIterableForms$ = [9, n0, _LIF,
9351
+ { [_h]: ["GET", "/assets/{AssetIdentifier}/iterable-forms/{IterableFormName}", 200] }, () => ListIterableFormsRequest$, () => ListIterableFormsResponse$
9352
+ ];
8734
9353
  export var ListJobs$ = [9, n0, _LJ,
8735
9354
  0, () => ListJobsRequest$, () => ListJobsResponse$
8736
9355
  ];
@@ -8770,12 +9389,24 @@ export var ListWorkflows$ = [9, n0, _LW,
8770
9389
  export var ModifyIntegration$ = [9, n0, _MIo,
8771
9390
  0, () => ModifyIntegrationRequest$, () => ModifyIntegrationResponse$
8772
9391
  ];
9392
+ export var PutAsset$ = [9, n0, _PAut,
9393
+ { [_h]: ["PUT", "/assets", 200] }, () => PutAssetRequest$, () => PutAssetResponse$
9394
+ ];
9395
+ export var PutAssetType$ = [9, n0, _PAT,
9396
+ { [_h]: ["PUT", "/asset-types", 200] }, () => PutAssetTypeRequest$, () => PutAssetTypeResponse$
9397
+ ];
9398
+ export var PutAttachment$ = [9, n0, _PAutt,
9399
+ { [_h]: ["POST", "/assets/{AssetIdentifier}/attachment", 200] }, () => PutAttachmentRequest$, () => PutAttachmentResponse$
9400
+ ];
8773
9401
  export var PutDataCatalogEncryptionSettings$ = [9, n0, _PDCES,
8774
9402
  0, () => PutDataCatalogEncryptionSettingsRequest$, () => PutDataCatalogEncryptionSettingsResponse$
8775
9403
  ];
8776
9404
  export var PutDataQualityProfileAnnotation$ = [9, n0, _PDQPA,
8777
9405
  0, () => PutDataQualityProfileAnnotationRequest$, () => PutDataQualityProfileAnnotationResponse$
8778
9406
  ];
9407
+ export var PutFormType$ = [9, n0, _PFT,
9408
+ { [_h]: ["PUT", "/form-types", 200] }, () => PutFormTypeRequest$, () => PutFormTypeResponse$
9409
+ ];
8779
9410
  export var PutResourcePolicy$ = [9, n0, _PRP,
8780
9411
  0, () => PutResourcePolicyRequest$, () => PutResourcePolicyResponse$
8781
9412
  ];
@@ -8806,6 +9437,9 @@ export var ResumeWorkflowRun$ = [9, n0, _RWR,
8806
9437
  export var RunStatement$ = [9, n0, _RSu,
8807
9438
  0, () => RunStatementRequest$, () => RunStatementResponse$
8808
9439
  ];
9440
+ export var Search$ = [9, n0, _Sea,
9441
+ { [_h]: ["POST", "/search", 200] }, () => SearchInput$, () => SearchOutput$
9442
+ ];
8809
9443
  export var SearchTables$ = [9, n0, _STear,
8810
9444
  0, () => SearchTablesRequest$, () => SearchTablesResponse$
8811
9445
  ];
@@ -8923,6 +9557,12 @@ export var UpdateDataQualityRuleset$ = [9, n0, _UDQR,
8923
9557
  export var UpdateDevEndpoint$ = [9, n0, _UDE,
8924
9558
  0, () => UpdateDevEndpointRequest$, () => UpdateDevEndpointResponse$
8925
9559
  ];
9560
+ export var UpdateGlossary$ = [9, n0, _UG,
9561
+ { [_h]: ["PUT", "/glossaries/{Identifier}", 200] }, () => UpdateGlossaryRequest$, () => UpdateGlossaryResponse$
9562
+ ];
9563
+ export var UpdateGlossaryTerm$ = [9, n0, _UGT,
9564
+ { [_h]: ["PUT", "/glossary-terms/{Identifier}", 200] }, () => UpdateGlossaryTermRequest$, () => UpdateGlossaryTermResponse$
9565
+ ];
8926
9566
  export var UpdateGlueIdentityCenterConfiguration$ = [9, n0, _UGICC,
8927
9567
  0, () => UpdateGlueIdentityCenterConfigurationRequest$, () => UpdateGlueIdentityCenterConfigurationResponse$
8928
9568
  ];