@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";
@@ -2876,6 +3029,36 @@ const ApplyMapping$ = [3, n0, _AM,
2876
3029
  [0, 64 | 0, () => Mappings], 3
2877
3030
  ];
2878
3031
  exports.ApplyMapping$ = ApplyMapping$;
3032
+ const AssetFormEntry$ = [3, n0, _AFE,
3033
+ 0,
3034
+ [_FTI, _Con],
3035
+ [0, 0]
3036
+ ];
3037
+ exports.AssetFormEntry$ = AssetFormEntry$;
3038
+ const AssetTypeFormReference$ = [3, n0, _ATFR,
3039
+ 0,
3040
+ [_FTIo],
3041
+ [0], 1
3042
+ ];
3043
+ exports.AssetTypeFormReference$ = AssetTypeFormReference$;
3044
+ const AssetTypeItem$ = [3, n0, _ATI,
3045
+ 0,
3046
+ [_Id, _N],
3047
+ [0, 0]
3048
+ ];
3049
+ exports.AssetTypeItem$ = AssetTypeItem$;
3050
+ const AssociateGlossaryTermsRequest$ = [3, n0, _AGTR,
3051
+ 0,
3052
+ [_Ide, _GTI, _CTl],
3053
+ [[0, 1], 64 | 0, [0, 4]], 2
3054
+ ];
3055
+ exports.AssociateGlossaryTermsRequest$ = AssociateGlossaryTermsRequest$;
3056
+ const AssociateGlossaryTermsResponse$ = [3, n0, _AGTRs,
3057
+ 0,
3058
+ [_Ide, _GT],
3059
+ [0, 64 | 0]
3060
+ ];
3061
+ exports.AssociateGlossaryTermsResponse$ = AssociateGlossaryTermsResponse$;
2879
3062
  const AthenaConnectorSource$ = [3, n0, _ACS,
2880
3063
  0,
2881
3064
  [_N, _CNo, _CNon, _CTo, _SN, _CTon, _OS],
@@ -3062,6 +3245,18 @@ const BatchGetDevEndpointsResponse$ = [3, n0, _BGDERa,
3062
3245
  [() => DevEndpointList, 64 | 0]
3063
3246
  ];
3064
3247
  exports.BatchGetDevEndpointsResponse$ = BatchGetDevEndpointsResponse$;
3248
+ const BatchGetIterableFormsRequest$ = [3, n0, _BGIFR,
3249
+ 0,
3250
+ [_AI, _IFN, _II],
3251
+ [[0, 1], [0, 1], 64 | 0], 3
3252
+ ];
3253
+ exports.BatchGetIterableFormsRequest$ = BatchGetIterableFormsRequest$;
3254
+ const BatchGetIterableFormsResponse$ = [3, n0, _BGIFRa,
3255
+ 0,
3256
+ [_It, _E],
3257
+ [() => IterableFormItemList, () => ItemErrorList]
3258
+ ];
3259
+ exports.BatchGetIterableFormsResponse$ = BatchGetIterableFormsResponse$;
3065
3260
  const BatchGetJobsRequest$ = [3, n0, _BGJR,
3066
3261
  0,
3067
3262
  [_JNo],
@@ -3494,7 +3689,7 @@ const ComputeEnvironmentConfiguration$ = [3, n0, _CEC,
3494
3689
  [0, 0, 0, 64 | 0, () => PropertiesMap, 128 | 0, 128 | 0, 64 | 0, 2], 8
3495
3690
  ];
3496
3691
  exports.ComputeEnvironmentConfiguration$ = ComputeEnvironmentConfiguration$;
3497
- const Condition$ = [3, n0, _Con,
3692
+ const Condition$ = [3, n0, _Cond,
3498
3693
  0,
3499
3694
  [_LO, _JN, _Sta, _CN, _CSr],
3500
3695
  [0, 0, 0, 0, 0]
@@ -3502,7 +3697,7 @@ const Condition$ = [3, n0, _Con,
3502
3697
  exports.Condition$ = Condition$;
3503
3698
  const ConditionExpression$ = [3, n0, _CEon,
3504
3699
  0,
3505
- [_Con, _TC, _V],
3700
+ [_Cond, _TC, _V],
3506
3701
  [0, 0, 0], 2
3507
3702
  ];
3508
3703
  exports.ConditionExpression$ = ConditionExpression$;
@@ -3764,6 +3959,30 @@ const CreateDevEndpointResponse$ = [3, n0, _CDERr,
3764
3959
  [0, 0, 64 | 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 4, 128 | 0]
3765
3960
  ];
3766
3961
  exports.CreateDevEndpointResponse$ = CreateDevEndpointResponse$;
3962
+ const CreateGlossaryRequest$ = [3, n0, _CGR,
3963
+ 0,
3964
+ [_N, _D, _CTl],
3965
+ [0, 0, [0, 4]], 1
3966
+ ];
3967
+ exports.CreateGlossaryRequest$ = CreateGlossaryRequest$;
3968
+ const CreateGlossaryResponse$ = [3, n0, _CGRr,
3969
+ 0,
3970
+ [_Id, _N, _D],
3971
+ [0, 0, 0]
3972
+ ];
3973
+ exports.CreateGlossaryResponse$ = CreateGlossaryResponse$;
3974
+ const CreateGlossaryTermRequest$ = [3, n0, _CGTR,
3975
+ 0,
3976
+ [_GI, _N, _SDh, _LD, _CTl],
3977
+ [0, 0, 0, 0, [0, 4]], 2
3978
+ ];
3979
+ exports.CreateGlossaryTermRequest$ = CreateGlossaryTermRequest$;
3980
+ const CreateGlossaryTermResponse$ = [3, n0, _CGTRr,
3981
+ 0,
3982
+ [_Id, _GIl, _N, _SDh, _LD],
3983
+ [0, 0, 0, 0, 0]
3984
+ ];
3985
+ exports.CreateGlossaryTermResponse$ = CreateGlossaryTermResponse$;
3767
3986
  const CreateGlueIdentityCenterConfigurationRequest$ = [3, n0, _CGICCR,
3768
3987
  0,
3769
3988
  [_IAn, _Sco, _UBSE],
@@ -4204,7 +4423,7 @@ const DataQualityTargetTable$ = [3, n0, _DQTT,
4204
4423
  exports.DataQualityTargetTable$ = DataQualityTargetTable$;
4205
4424
  const DataSource$ = [3, n0, _DSa,
4206
4425
  0,
4207
- [_GT, _DQGT],
4426
+ [_GTl, _DQGT],
4208
4427
  [() => GlueTable$, () => DataQualityGlueTable$]
4209
4428
  ];
4210
4429
  exports.DataSource$ = DataSource$;
@@ -4244,6 +4463,42 @@ const DecimalNumber$ = [3, n0, _DNe,
4244
4463
  [21, 1], 2
4245
4464
  ];
4246
4465
  exports.DecimalNumber$ = DecimalNumber$;
4466
+ const DeleteAssetRequest$ = [3, n0, _DAR,
4467
+ 0,
4468
+ [_Ide],
4469
+ [[0, 1]], 1
4470
+ ];
4471
+ exports.DeleteAssetRequest$ = DeleteAssetRequest$;
4472
+ const DeleteAssetResponse$ = [3, n0, _DARe,
4473
+ 0,
4474
+ [],
4475
+ []
4476
+ ];
4477
+ exports.DeleteAssetResponse$ = DeleteAssetResponse$;
4478
+ const DeleteAssetTypeRequest$ = [3, n0, _DATR,
4479
+ 0,
4480
+ [_Ide],
4481
+ [[0, 1]], 1
4482
+ ];
4483
+ exports.DeleteAssetTypeRequest$ = DeleteAssetTypeRequest$;
4484
+ const DeleteAssetTypeResponse$ = [3, n0, _DATRe,
4485
+ 0,
4486
+ [],
4487
+ []
4488
+ ];
4489
+ exports.DeleteAssetTypeResponse$ = DeleteAssetTypeResponse$;
4490
+ const DeleteAttachmentRequest$ = [3, n0, _DARel,
4491
+ 0,
4492
+ [_Ide, _AN],
4493
+ [[0, 1], [0, 1]], 2
4494
+ ];
4495
+ exports.DeleteAttachmentRequest$ = DeleteAttachmentRequest$;
4496
+ const DeleteAttachmentResponse$ = [3, n0, _DARele,
4497
+ 0,
4498
+ [_Ide],
4499
+ [0]
4500
+ ];
4501
+ exports.DeleteAttachmentResponse$ = DeleteAttachmentResponse$;
4247
4502
  const DeleteBlueprintRequest$ = [3, n0, _DBR,
4248
4503
  0,
4249
4504
  [_N],
@@ -4400,6 +4655,42 @@ const DeleteDevEndpointResponse$ = [3, n0, _DDERe,
4400
4655
  []
4401
4656
  ];
4402
4657
  exports.DeleteDevEndpointResponse$ = DeleteDevEndpointResponse$;
4658
+ const DeleteFormTypeRequest$ = [3, n0, _DFTR,
4659
+ 0,
4660
+ [_Ide],
4661
+ [[0, 1]], 1
4662
+ ];
4663
+ exports.DeleteFormTypeRequest$ = DeleteFormTypeRequest$;
4664
+ const DeleteFormTypeResponse$ = [3, n0, _DFTRe,
4665
+ 0,
4666
+ [],
4667
+ []
4668
+ ];
4669
+ exports.DeleteFormTypeResponse$ = DeleteFormTypeResponse$;
4670
+ const DeleteGlossaryRequest$ = [3, n0, _DGR,
4671
+ 0,
4672
+ [_Ide],
4673
+ [[0, 1]], 1
4674
+ ];
4675
+ exports.DeleteGlossaryRequest$ = DeleteGlossaryRequest$;
4676
+ const DeleteGlossaryResponse$ = [3, n0, _DGRe,
4677
+ 0,
4678
+ [],
4679
+ []
4680
+ ];
4681
+ exports.DeleteGlossaryResponse$ = DeleteGlossaryResponse$;
4682
+ const DeleteGlossaryTermRequest$ = [3, n0, _DGTR,
4683
+ 0,
4684
+ [_Ide],
4685
+ [[0, 1]], 1
4686
+ ];
4687
+ exports.DeleteGlossaryTermRequest$ = DeleteGlossaryTermRequest$;
4688
+ const DeleteGlossaryTermResponse$ = [3, n0, _DGTRe,
4689
+ 0,
4690
+ [],
4691
+ []
4692
+ ];
4693
+ exports.DeleteGlossaryTermResponse$ = DeleteGlossaryTermResponse$;
4403
4694
  const DeleteGlueIdentityCenterConfigurationRequest$ = [3, n0, _DGICCR,
4404
4695
  0,
4405
4696
  [],
@@ -4414,7 +4705,7 @@ const DeleteGlueIdentityCenterConfigurationResponse$ = [3, n0, _DGICCRe,
4414
4705
  exports.DeleteGlueIdentityCenterConfigurationResponse$ = DeleteGlueIdentityCenterConfigurationResponse$;
4415
4706
  const DeleteIntegrationRequest$ = [3, n0, _DIR,
4416
4707
  0,
4417
- [_II],
4708
+ [_IIn],
4418
4709
  [0], 1
4419
4710
  ];
4420
4711
  exports.DeleteIntegrationRequest$ = DeleteIntegrationRequest$;
@@ -4690,13 +4981,13 @@ const DescribeInboundIntegrationsRequest$ = [3, n0, _DIIR,
4690
4981
  exports.DescribeInboundIntegrationsRequest$ = DescribeInboundIntegrationsRequest$;
4691
4982
  const DescribeInboundIntegrationsResponse$ = [3, n0, _DIIRe,
4692
4983
  0,
4693
- [_IIn, _Mar],
4984
+ [_IInb, _Mar],
4694
4985
  [() => InboundIntegrationsList, 0]
4695
4986
  ];
4696
4987
  exports.DescribeInboundIntegrationsResponse$ = DescribeInboundIntegrationsResponse$;
4697
4988
  const DescribeIntegrationsRequest$ = [3, n0, _DIRes,
4698
4989
  0,
4699
- [_II, _Mar, _MRa, _Fil],
4990
+ [_IIn, _Mar, _MRa, _Fil],
4700
4991
  [0, 0, 1, () => IntegrationFilterList]
4701
4992
  ];
4702
4993
  exports.DescribeIntegrationsRequest$ = DescribeIntegrationsRequest$;
@@ -4742,6 +5033,18 @@ const DirectSchemaChangePolicy$ = [3, n0, _DSCP,
4742
5033
  [2, 0, 0, 0]
4743
5034
  ];
4744
5035
  exports.DirectSchemaChangePolicy$ = DirectSchemaChangePolicy$;
5036
+ const DisassociateGlossaryTermsRequest$ = [3, n0, _DGTRi,
5037
+ 0,
5038
+ [_Ide, _GTI, _CTl],
5039
+ [[0, 1], 64 | 0, [0, 4]], 2
5040
+ ];
5041
+ exports.DisassociateGlossaryTermsRequest$ = DisassociateGlossaryTermsRequest$;
5042
+ const DisassociateGlossaryTermsResponse$ = [3, n0, _DGTRis,
5043
+ 0,
5044
+ [_Ide, _GT],
5045
+ [0, 64 | 0]
5046
+ ];
5047
+ exports.DisassociateGlossaryTermsResponse$ = DisassociateGlossaryTermsResponse$;
4745
5048
  const DoubleColumnStatisticsData$ = [3, n0, _DCSDo,
4746
5049
  0,
4747
5050
  [_NON, _NODV, _MVi, _MVax],
@@ -4964,6 +5267,36 @@ const FindMatchesTaskRunProperties$ = [3, n0, _FMTRP,
4964
5267
  [0, 0, 0]
4965
5268
  ];
4966
5269
  exports.FindMatchesTaskRunProperties$ = FindMatchesTaskRunProperties$;
5270
+ const FormTypeItem$ = [3, n0, _FTIor,
5271
+ 0,
5272
+ [_Id, _N],
5273
+ [0, 0]
5274
+ ];
5275
+ exports.FormTypeItem$ = FormTypeItem$;
5276
+ const GetAssetInput$ = [3, n0, _GAI,
5277
+ 0,
5278
+ [_Ide],
5279
+ [[0, 1]], 1
5280
+ ];
5281
+ exports.GetAssetInput$ = GetAssetInput$;
5282
+ const GetAssetOutput$ = [3, n0, _GAO,
5283
+ 0,
5284
+ [_Id, _ATIs, _N, _D, _CAr, _UA, _GT, _Fo, _At, _IFt],
5285
+ [0, 0, 0, 0, 4, 4, 64 | 0, () => AssetFormMap, () => AssetFormMap, () => IterableFormMap], 2
5286
+ ];
5287
+ exports.GetAssetOutput$ = GetAssetOutput$;
5288
+ const GetAssetTypeRequest$ = [3, n0, _GATR,
5289
+ 0,
5290
+ [_Ide],
5291
+ [[0, 1]], 1
5292
+ ];
5293
+ exports.GetAssetTypeRequest$ = GetAssetTypeRequest$;
5294
+ const GetAssetTypeResponse$ = [3, n0, _GATRe,
5295
+ 0,
5296
+ [_Id, _N, _Fo],
5297
+ [0, 0, () => AssetTypeFormsMap]
5298
+ ];
5299
+ exports.GetAssetTypeResponse$ = GetAssetTypeResponse$;
4967
5300
  const GetBlueprintRequest$ = [3, n0, _GBR,
4968
5301
  0,
4969
5302
  [_N, _IB, _IPS],
@@ -5366,6 +5699,42 @@ const GetEntityRecordsResponse$ = [3, n0, _GERRe,
5366
5699
  [[() => Records, 0], 0]
5367
5700
  ];
5368
5701
  exports.GetEntityRecordsResponse$ = GetEntityRecordsResponse$;
5702
+ const GetFormTypeRequest$ = [3, n0, _GFTR,
5703
+ 0,
5704
+ [_Ide],
5705
+ [[0, 1]], 1
5706
+ ];
5707
+ exports.GetFormTypeRequest$ = GetFormTypeRequest$;
5708
+ const GetFormTypeResponse$ = [3, n0, _GFTRe,
5709
+ 0,
5710
+ [_Id, _N, _S],
5711
+ [0, 0, 0]
5712
+ ];
5713
+ exports.GetFormTypeResponse$ = GetFormTypeResponse$;
5714
+ const GetGlossaryRequest$ = [3, n0, _GGR,
5715
+ 0,
5716
+ [_Ide],
5717
+ [[0, 1]], 1
5718
+ ];
5719
+ exports.GetGlossaryRequest$ = GetGlossaryRequest$;
5720
+ const GetGlossaryResponse$ = [3, n0, _GGRe,
5721
+ 0,
5722
+ [_Id, _N, _D],
5723
+ [0, 0, 0]
5724
+ ];
5725
+ exports.GetGlossaryResponse$ = GetGlossaryResponse$;
5726
+ const GetGlossaryTermRequest$ = [3, n0, _GGTR,
5727
+ 0,
5728
+ [_Ide],
5729
+ [[0, 1]], 1
5730
+ ];
5731
+ exports.GetGlossaryTermRequest$ = GetGlossaryTermRequest$;
5732
+ const GetGlossaryTermResponse$ = [3, n0, _GGTRe,
5733
+ 0,
5734
+ [_Id, _GIl, _N, _SDh, _LD],
5735
+ [0, 0, 0, 0, 0]
5736
+ ];
5737
+ exports.GetGlossaryTermResponse$ = GetGlossaryTermResponse$;
5369
5738
  const GetGlueIdentityCenterConfigurationRequest$ = [3, n0, _GGICCR,
5370
5739
  0,
5371
5740
  [],
@@ -5942,6 +6311,18 @@ const GetWorkflowRunsResponse$ = [3, n0, _GWRReto,
5942
6311
  [() => WorkflowRuns, 0]
5943
6312
  ];
5944
6313
  exports.GetWorkflowRunsResponse$ = GetWorkflowRunsResponse$;
6314
+ const GlossaryItem$ = [3, n0, _GIlo,
6315
+ 0,
6316
+ [_Id, _N, _D],
6317
+ [0, 0, 0]
6318
+ ];
6319
+ exports.GlossaryItem$ = GlossaryItem$;
6320
+ const GlossaryTermItem$ = [3, n0, _GTIl,
6321
+ 0,
6322
+ [_Id, _N, _SDh],
6323
+ [0, 0, 0]
6324
+ ];
6325
+ exports.GlossaryTermItem$ = GlossaryTermItem$;
5945
6326
  const GluePolicy$ = [3, n0, _GPl,
5946
6327
  0,
5947
6328
  [_PIJ, _PH, _CTr, _UT],
@@ -5960,7 +6341,7 @@ const GlueStudioSchemaColumn$ = [3, n0, _GSSC,
5960
6341
  [0, 0, 0], 1
5961
6342
  ];
5962
6343
  exports.GlueStudioSchemaColumn$ = GlueStudioSchemaColumn$;
5963
- const GlueTable$ = [3, n0, _GT,
6344
+ const GlueTable$ = [3, n0, _GTl,
5964
6345
  0,
5965
6346
  [_DN, _TN, _CI, _CNo, _AOdd],
5966
6347
  [0, 0, 0, 0, 128 | 0], 2
@@ -6128,7 +6509,7 @@ const ImportLabelsTaskRunProperties$ = [3, n0, _ILTRP,
6128
6509
  [0, 2]
6129
6510
  ];
6130
6511
  exports.ImportLabelsTaskRunProperties$ = ImportLabelsTaskRunProperties$;
6131
- const InboundIntegration$ = [3, n0, _IInb,
6512
+ const InboundIntegration$ = [3, n0, _IInbo,
6132
6513
  0,
6133
6514
  [_SAo, _TA, _IAnt, _St, _CTr, _ICn, _E],
6134
6515
  [0, 0, 0, 0, 4, () => IntegrationConfig$, () => IntegrationErrorList], 5
@@ -6176,6 +6557,30 @@ const IntegrationResourcePropertyFilter$ = [3, n0, _IRPF,
6176
6557
  [0, 64 | 0]
6177
6558
  ];
6178
6559
  exports.IntegrationResourcePropertyFilter$ = IntegrationResourcePropertyFilter$;
6560
+ const ItemError$ = [3, n0, _IEt,
6561
+ 0,
6562
+ [_IIt, _Cod, _M],
6563
+ [0, 0, 0]
6564
+ ];
6565
+ exports.ItemError$ = ItemError$;
6566
+ const IterableFormEntry$ = [3, n0, _IFE,
6567
+ 0,
6568
+ [_FTI],
6569
+ [0]
6570
+ ];
6571
+ exports.IterableFormEntry$ = IterableFormEntry$;
6572
+ const IterableFormItem$ = [3, n0, _IFIt,
6573
+ 0,
6574
+ [_IIte, _INt, _GT, _Fo, _At],
6575
+ [0, 0, 64 | 0, () => AssetFormMap, () => AssetFormMap]
6576
+ ];
6577
+ exports.IterableFormItem$ = IterableFormItem$;
6578
+ const IterableFormListItem$ = [3, n0, _IFLI,
6579
+ 0,
6580
+ [_IIte, _INt, _D, _GT],
6581
+ [0, 0, 0, 64 | 0]
6582
+ ];
6583
+ exports.IterableFormListItem$ = IterableFormListItem$;
6179
6584
  const JDBCConnectorOptions$ = [3, n0, _JDBCCO,
6180
6585
  0,
6181
6586
  [_FPi, _PC, _LB, _UBp, _NPu, _JBK, _JBKSO, _DTM],
@@ -6208,7 +6613,7 @@ const Job$ = [3, n0, _Job,
6208
6613
  exports.Job$ = Job$;
6209
6614
  const JobBookmarkEntry$ = [3, n0, _JBEo,
6210
6615
  0,
6211
- [_JN, _Ver, _Run, _At, _PRI, _RIu, _JB],
6616
+ [_JN, _Ver, _Run, _Att, _PRI, _RIu, _JB],
6212
6617
  [0, 1, 1, 1, 0, 0, 0]
6213
6618
  ];
6214
6619
  exports.JobBookmarkEntry$ = JobBookmarkEntry$;
@@ -6232,7 +6637,7 @@ const JobNodeDetails$ = [3, n0, _JND,
6232
6637
  exports.JobNodeDetails$ = JobNodeDetails$;
6233
6638
  const JobRun$ = [3, n0, _JR,
6234
6639
  0,
6235
- [_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],
6640
+ [_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],
6236
6641
  [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]
6237
6642
  ];
6238
6643
  exports.JobRun$ = JobRun$;
@@ -6292,7 +6697,7 @@ const LabelingSetGenerationTaskRunProperties$ = [3, n0, _LSGTRP,
6292
6697
  exports.LabelingSetGenerationTaskRunProperties$ = LabelingSetGenerationTaskRunProperties$;
6293
6698
  const LakeFormationConfiguration$ = [3, n0, _LFC,
6294
6699
  0,
6295
- [_ULFC, _AI],
6700
+ [_ULFC, _AIc],
6296
6701
  [2, 0]
6297
6702
  ];
6298
6703
  exports.LakeFormationConfiguration$ = LakeFormationConfiguration$;
@@ -6314,6 +6719,18 @@ const LineageConfiguration$ = [3, n0, _LC,
6314
6719
  [0]
6315
6720
  ];
6316
6721
  exports.LineageConfiguration$ = LineageConfiguration$;
6722
+ const ListAssetTypesRequest$ = [3, n0, _LATR,
6723
+ 0,
6724
+ [_MRax, _NTe],
6725
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
6726
+ ];
6727
+ exports.ListAssetTypesRequest$ = ListAssetTypesRequest$;
6728
+ const ListAssetTypesResponse$ = [3, n0, _LATRi,
6729
+ 0,
6730
+ [_It, _NTe],
6731
+ [() => AssetTypeItemList, 0]
6732
+ ];
6733
+ exports.ListAssetTypesResponse$ = ListAssetTypesResponse$;
6317
6734
  const ListBlueprintsRequest$ = [3, n0, _LBR,
6318
6735
  0,
6319
6736
  [_NTe, _MRax, _Tag],
@@ -6482,6 +6899,42 @@ const ListEntitiesResponse$ = [3, n0, _LERi,
6482
6899
  [() => EntityList, 0]
6483
6900
  ];
6484
6901
  exports.ListEntitiesResponse$ = ListEntitiesResponse$;
6902
+ const ListFormTypesRequest$ = [3, n0, _LFTR,
6903
+ 0,
6904
+ [_MRax, _NTe],
6905
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
6906
+ ];
6907
+ exports.ListFormTypesRequest$ = ListFormTypesRequest$;
6908
+ const ListFormTypesResponse$ = [3, n0, _LFTRi,
6909
+ 0,
6910
+ [_It, _NTe],
6911
+ [() => FormTypeItemList, 0], 1
6912
+ ];
6913
+ exports.ListFormTypesResponse$ = ListFormTypesResponse$;
6914
+ const ListGlossariesRequest$ = [3, n0, _LGR,
6915
+ 0,
6916
+ [_MRax, _NTe],
6917
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
6918
+ ];
6919
+ exports.ListGlossariesRequest$ = ListGlossariesRequest$;
6920
+ const ListGlossariesResponse$ = [3, n0, _LGRi,
6921
+ 0,
6922
+ [_It, _NTe],
6923
+ [() => GlossaryItemList, 0]
6924
+ ];
6925
+ exports.ListGlossariesResponse$ = ListGlossariesResponse$;
6926
+ const ListGlossaryTermsRequest$ = [3, n0, _LGTR,
6927
+ 0,
6928
+ [_GI, _MRax, _NTe],
6929
+ [[0, { [_hQ]: _gI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
6930
+ ];
6931
+ exports.ListGlossaryTermsRequest$ = ListGlossaryTermsRequest$;
6932
+ const ListGlossaryTermsResponse$ = [3, n0, _LGTRi,
6933
+ 0,
6934
+ [_It, _NTe],
6935
+ [() => GlossaryTermItemList, 0]
6936
+ ];
6937
+ exports.ListGlossaryTermsResponse$ = ListGlossaryTermsResponse$;
6485
6938
  const ListIntegrationResourcePropertiesRequest$ = [3, n0, _LIRPR,
6486
6939
  0,
6487
6940
  [_Mar, _Fil, _MRa],
@@ -6494,6 +6947,18 @@ const ListIntegrationResourcePropertiesResponse$ = [3, n0, _LIRPRi,
6494
6947
  [() => IntegrationResourcePropertyList, 0]
6495
6948
  ];
6496
6949
  exports.ListIntegrationResourcePropertiesResponse$ = ListIntegrationResourcePropertiesResponse$;
6950
+ const ListIterableFormsRequest$ = [3, n0, _LIFR,
6951
+ 0,
6952
+ [_AI, _IFN, _MRax, _NTe],
6953
+ [[0, 1], [0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
6954
+ ];
6955
+ exports.ListIterableFormsRequest$ = ListIterableFormsRequest$;
6956
+ const ListIterableFormsResponse$ = [3, n0, _LIFRi,
6957
+ 0,
6958
+ [_It, _NTe],
6959
+ [() => IterableFormListItemList, 0]
6960
+ ];
6961
+ exports.ListIterableFormsResponse$ = ListIterableFormsResponse$;
6497
6962
  const ListJobsRequest$ = [3, n0, _LJR,
6498
6963
  0,
6499
6964
  [_NTe, _MRax, _Tag],
@@ -6718,7 +7183,7 @@ const MLUserDataEncryption$ = [3, n0, _MLUDE,
6718
7183
  exports.MLUserDataEncryption$ = MLUserDataEncryption$;
6719
7184
  const ModifyIntegrationRequest$ = [3, n0, _MIR,
6720
7185
  0,
6721
- [_II, _D, _DFa, _ICn, _IN],
7186
+ [_IIn, _D, _DFa, _ICn, _IN],
6722
7187
  [0, 0, 0, () => IntegrationConfig$, 0], 1
6723
7188
  ];
6724
7189
  exports.ModifyIntegrationRequest$ = ModifyIntegrationRequest$;
@@ -6922,7 +7387,7 @@ const Predecessor$ = [3, n0, _Pred,
6922
7387
  exports.Predecessor$ = Predecessor$;
6923
7388
  const Predicate$ = [3, n0, _Pre,
6924
7389
  0,
6925
- [_Lo, _Cond],
7390
+ [_Lo, _Condi],
6926
7391
  [0, () => ConditionList]
6927
7392
  ];
6928
7393
  exports.Predicate$ = Predicate$;
@@ -6950,6 +7415,42 @@ const PropertyPredicate$ = [3, n0, _PPro,
6950
7415
  [0, 0, 0]
6951
7416
  ];
6952
7417
  exports.PropertyPredicate$ = PropertyPredicate$;
7418
+ const PutAssetRequest$ = [3, n0, _PAR,
7419
+ 0,
7420
+ [_ATIs, _Ide, _N, _Fo, _D, _CTl],
7421
+ [0, 0, 0, () => AssetFormMap, 0, [0, 4]], 4
7422
+ ];
7423
+ exports.PutAssetRequest$ = PutAssetRequest$;
7424
+ const PutAssetResponse$ = [3, n0, _PARu,
7425
+ 0,
7426
+ [_Id, _N, _D, _CAr, _Fo],
7427
+ [0, 0, 0, 4, () => AssetFormMap], 2
7428
+ ];
7429
+ exports.PutAssetResponse$ = PutAssetResponse$;
7430
+ const PutAssetTypeRequest$ = [3, n0, _PATR,
7431
+ 0,
7432
+ [_N, _Fo, _CTl],
7433
+ [0, () => AssetTypeFormsMap, [0, 4]], 2
7434
+ ];
7435
+ exports.PutAssetTypeRequest$ = PutAssetTypeRequest$;
7436
+ const PutAssetTypeResponse$ = [3, n0, _PATRu,
7437
+ 0,
7438
+ [_Id, _N, _Fo],
7439
+ [0, 0, () => AssetTypeFormsMap]
7440
+ ];
7441
+ exports.PutAssetTypeResponse$ = PutAssetTypeResponse$;
7442
+ const PutAttachmentRequest$ = [3, n0, _PARut,
7443
+ 0,
7444
+ [_AI, _AN, _Con, _FTI, _IFN, _IIt, _CTl],
7445
+ [[0, 1], 0, 0, 0, 0, 0, [0, 4]], 4
7446
+ ];
7447
+ exports.PutAttachmentRequest$ = PutAttachmentRequest$;
7448
+ const PutAttachmentResponse$ = [3, n0, _PARutt,
7449
+ 0,
7450
+ [_AIs, _IFN, _IIt, _AN, _FTI],
7451
+ [0, 0, 0, 0, 0]
7452
+ ];
7453
+ exports.PutAttachmentResponse$ = PutAttachmentResponse$;
6953
7454
  const PutDataCatalogEncryptionSettingsRequest$ = [3, n0, _PDCESR,
6954
7455
  0,
6955
7456
  [_DCES, _CI],
@@ -6974,6 +7475,18 @@ const PutDataQualityProfileAnnotationResponse$ = [3, n0, _PDQPARu,
6974
7475
  []
6975
7476
  ];
6976
7477
  exports.PutDataQualityProfileAnnotationResponse$ = PutDataQualityProfileAnnotationResponse$;
7478
+ const PutFormTypeRequest$ = [3, n0, _PFTR,
7479
+ 0,
7480
+ [_N, _S, _CTl],
7481
+ [0, 0, [0, 4]], 2
7482
+ ];
7483
+ exports.PutFormTypeRequest$ = PutFormTypeRequest$;
7484
+ const PutFormTypeResponse$ = [3, n0, _PFTRu,
7485
+ 0,
7486
+ [_Id, _N, _S],
7487
+ [0, 0, 0]
7488
+ ];
7489
+ exports.PutFormTypeResponse$ = PutFormTypeResponse$;
6977
7490
  const PutResourcePolicyRequest$ = [3, n0, _PRPR,
6978
7491
  0,
6979
7492
  [_PIJ, _RAe, _PHC, _PEC, _EH],
@@ -7264,7 +7777,7 @@ const S3DeltaCatalogTarget$ = [3, n0, _SDCT,
7264
7777
  exports.S3DeltaCatalogTarget$ = S3DeltaCatalogTarget$;
7265
7778
  const S3DeltaDirectTarget$ = [3, n0, _SDDT,
7266
7779
  0,
7267
- [_N, _I, _Path, _Compr, _Fo, _PK, _NTPu, _AOdd, _SCP, _ADQ],
7780
+ [_N, _I, _Path, _Compr, _For, _PK, _NTPu, _AOdd, _SCP, _ADQ],
7268
7781
  [0, 64 | 0, 0, 0, 0, [1, n0, _GSPL, 0, 64 | 0], 0, 128 | 0, () => DirectSchemaChangePolicy$, () => AutoDataQuality$], 5
7269
7782
  ];
7270
7783
  exports.S3DeltaDirectTarget$ = S3DeltaDirectTarget$;
@@ -7282,7 +7795,7 @@ const S3DirectSourceAdditionalOptions$ = [3, n0, _SDSAO,
7282
7795
  exports.S3DirectSourceAdditionalOptions$ = S3DirectSourceAdditionalOptions$;
7283
7796
  const S3DirectTarget$ = [3, n0, _SDT,
7284
7797
  0,
7285
- [_N, _I, _Path, _Fo, _PK, _Compr, _NTPu, _SCP, _ADQ, _OS],
7798
+ [_N, _I, _Path, _For, _PK, _Compr, _NTPu, _SCP, _ADQ, _OS],
7286
7799
  [0, 64 | 0, 0, 0, [1, n0, _GSPL, 0, 64 | 0], 0, 0, () => DirectSchemaChangePolicy$, () => AutoDataQuality$, () => GlueSchemas], 4
7287
7800
  ];
7288
7801
  exports.S3DirectTarget$ = S3DirectTarget$;
@@ -7312,7 +7825,7 @@ const S3HudiCatalogTarget$ = [3, n0, _SHCT,
7312
7825
  exports.S3HudiCatalogTarget$ = S3HudiCatalogTarget$;
7313
7826
  const S3HudiDirectTarget$ = [3, n0, _SHDT,
7314
7827
  0,
7315
- [_N, _I, _Path, _Compr, _Fo, _AOdd, _NTPu, _PK, _SCP, _ADQ],
7828
+ [_N, _I, _Path, _Compr, _For, _AOdd, _NTPu, _PK, _SCP, _ADQ],
7316
7829
  [0, 64 | 0, 0, 0, 0, 128 | 0, 0, [1, n0, _GSPL, 0, 64 | 0], () => DirectSchemaChangePolicy$, () => AutoDataQuality$], 6
7317
7830
  ];
7318
7831
  exports.S3HudiDirectTarget$ = S3HudiDirectTarget$;
@@ -7324,7 +7837,7 @@ const S3HudiSource$ = [3, n0, _SHS,
7324
7837
  exports.S3HudiSource$ = S3HudiSource$;
7325
7838
  const S3HyperDirectTarget$ = [3, n0, _SHDTy,
7326
7839
  0,
7327
- [_N, _I, _Path, _Fo, _PK, _Compr, _SCP, _ADQ, _OS],
7840
+ [_N, _I, _Path, _For, _PK, _Compr, _SCP, _ADQ, _OS],
7328
7841
  [0, 64 | 0, 0, 0, [1, n0, _GSPL, 0, 64 | 0], 0, () => DirectSchemaChangePolicy$, () => AutoDataQuality$, () => GlueSchemas], 3
7329
7842
  ];
7330
7843
  exports.S3HyperDirectTarget$ = S3HyperDirectTarget$;
@@ -7336,7 +7849,7 @@ const S3IcebergCatalogTarget$ = [3, n0, _SICT,
7336
7849
  exports.S3IcebergCatalogTarget$ = S3IcebergCatalogTarget$;
7337
7850
  const S3IcebergDirectTarget$ = [3, n0, _SIDT,
7338
7851
  0,
7339
- [_N, _I, _Path, _Fo, _Compr, _PK, _AOdd, _SCP, _ADQ, _NTPu, _OS],
7852
+ [_N, _I, _Path, _For, _Compr, _PK, _AOdd, _SCP, _ADQ, _NTPu, _OS],
7340
7853
  [0, 64 | 0, 0, 0, 0, [1, n0, _GSPL, 0, 64 | 0], 128 | 0, () => DirectSchemaChangePolicy$, () => AutoDataQuality$, 0, () => GlueSchemas], 5
7341
7854
  ];
7342
7855
  exports.S3IcebergDirectTarget$ = S3IcebergDirectTarget$;
@@ -7418,6 +7931,42 @@ const SchemaVersionNumber$ = [3, n0, _SVN,
7418
7931
  [2, 1]
7419
7932
  ];
7420
7933
  exports.SchemaVersionNumber$ = SchemaVersionNumber$;
7934
+ const SearchAttributeFilter$ = [3, n0, _SAF,
7935
+ 0,
7936
+ [_Attr, _Ope, _V],
7937
+ [0, 0, () => SearchFilterValue$], 2
7938
+ ];
7939
+ exports.SearchAttributeFilter$ = SearchAttributeFilter$;
7940
+ const SearchInput$ = [3, n0, _SIea,
7941
+ 0,
7942
+ [_STea, _MRax, _NTe, _Sor, _FCi],
7943
+ [0, 1, 0, () => SearchSort$, () => SearchFilterClause$]
7944
+ ];
7945
+ exports.SearchInput$ = SearchInput$;
7946
+ const SearchMapFilter$ = [3, n0, _SMF,
7947
+ 0,
7948
+ [_Attr, _K, _V],
7949
+ [0, 0, () => SearchMapFilterValue$], 3
7950
+ ];
7951
+ exports.SearchMapFilter$ = SearchMapFilter$;
7952
+ const SearchOutput$ = [3, n0, _SOe,
7953
+ 0,
7954
+ [_It, _NTe],
7955
+ [() => SearchResultItemList, 0]
7956
+ ];
7957
+ exports.SearchOutput$ = SearchOutput$;
7958
+ const SearchResultItem$ = [3, n0, _SRI,
7959
+ 0,
7960
+ [_Id, _ANs, _AD, _UA, _ATIs],
7961
+ [0, 0, 0, 4, 0]
7962
+ ];
7963
+ exports.SearchResultItem$ = SearchResultItem$;
7964
+ const SearchSort$ = [3, n0, _SSea,
7965
+ 0,
7966
+ [_Attr, _Or],
7967
+ [0, 0], 1
7968
+ ];
7969
+ exports.SearchSort$ = SearchSort$;
7421
7970
  const SearchTablesRequest$ = [3, n0, _STR,
7422
7971
  0,
7423
7972
  [_CI, _NTe, _Fil, _STea, _SCor, _MRax, _RST, _ISD],
@@ -8288,6 +8837,30 @@ const UpdateDevEndpointResponse$ = [3, n0, _UDERp,
8288
8837
  []
8289
8838
  ];
8290
8839
  exports.UpdateDevEndpointResponse$ = UpdateDevEndpointResponse$;
8840
+ const UpdateGlossaryRequest$ = [3, n0, _UGR,
8841
+ 0,
8842
+ [_Ide, _N, _D, _CTl],
8843
+ [[0, 1], 0, 0, [0, 4]], 1
8844
+ ];
8845
+ exports.UpdateGlossaryRequest$ = UpdateGlossaryRequest$;
8846
+ const UpdateGlossaryResponse$ = [3, n0, _UGRp,
8847
+ 0,
8848
+ [_Id, _N, _D],
8849
+ [0, 0, 0]
8850
+ ];
8851
+ exports.UpdateGlossaryResponse$ = UpdateGlossaryResponse$;
8852
+ const UpdateGlossaryTermRequest$ = [3, n0, _UGTR,
8853
+ 0,
8854
+ [_Ide, _N, _SDh, _LD, _CTl],
8855
+ [[0, 1], 0, 0, 0, [0, 4]], 1
8856
+ ];
8857
+ exports.UpdateGlossaryTermRequest$ = UpdateGlossaryTermRequest$;
8858
+ const UpdateGlossaryTermResponse$ = [3, n0, _UGTRp,
8859
+ 0,
8860
+ [_Id, _GIl, _N, _SDh, _LD],
8861
+ [0, 0, 0, 0, 0]
8862
+ ];
8863
+ exports.UpdateGlossaryTermResponse$ = UpdateGlossaryTermResponse$;
8291
8864
  const UpdateGlueIdentityCenterConfigurationRequest$ = [3, n0, _UGICCR,
8292
8865
  0,
8293
8866
  [_Sco, _UBSE],
@@ -8452,7 +9025,7 @@ const UpdateTableOptimizerResponse$ = [3, n0, _UTORp,
8452
9025
  exports.UpdateTableOptimizerResponse$ = UpdateTableOptimizerResponse$;
8453
9026
  const UpdateTableRequest$ = [3, n0, _UTR,
8454
9027
  0,
8455
- [_DN, _CI, _N, _TIa, _SAk, _TI, _VIe, _VUA, _For, _UOTFI],
9028
+ [_DN, _CI, _N, _TIa, _SAk, _TI, _VIe, _VUA, _Forc, _UOTFI],
8456
9029
  [0, 0, 0, () => TableInput$, 2, 0, 0, 0, 2, () => UpdateOpenTableFormatInput$], 1
8457
9030
  ];
8458
9031
  exports.UpdateTableRequest$ = UpdateTableRequest$;
@@ -8619,6 +9192,9 @@ var AnnotationErrorList = [1, n0, _AEL,
8619
9192
  var AnnotationList = [1, n0, _ALn,
8620
9193
  0, () => StatisticAnnotation$
8621
9194
  ];
9195
+ var AssetTypeItemList = [1, n0, _ATIL,
9196
+ 0, () => AssetTypeItem$
9197
+ ];
8622
9198
  var AuditColumnNamesList = 64 | 0;
8623
9199
  var AuthenticationTypes = 64 | 0;
8624
9200
  var BackfillErroredPartitionsList = [1, n0, _BEPL,
@@ -8823,6 +9399,9 @@ var FilterExpressions = [1, n0, _FEi,
8823
9399
  var FilterValues = [1, n0, _FVil,
8824
9400
  0, () => FilterValue$
8825
9401
  ];
9402
+ var FormTypeItemList = [1, n0, _FTIL,
9403
+ 0, () => FormTypeItem$
9404
+ ];
8826
9405
  var GetColumnNamesList = 64 | 0;
8827
9406
  var GetResourcePoliciesResponseList = [1, n0, _GRPRL,
8828
9407
  0, () => GluePolicy$
@@ -8830,6 +9409,13 @@ var GetResourcePoliciesResponseList = [1, n0, _GRPRL,
8830
9409
  var GetTableVersionsList = [1, n0, _GTVL,
8831
9410
  0, () => TableVersion$
8832
9411
  ];
9412
+ var GlossaryItemList = [1, n0, _GIL,
9413
+ 0, () => GlossaryItem$
9414
+ ];
9415
+ var GlossaryTermIdList = 64 | 0;
9416
+ var GlossaryTermItemList = [1, n0, _GTIL,
9417
+ 0, () => GlossaryTermItem$
9418
+ ];
8833
9419
  var GlueSchemas = [1, n0, _GSl,
8834
9420
  0, () => GlueSchema$
8835
9421
  ];
@@ -8839,7 +9425,7 @@ var GlueStudioPathList = [1, n0, _GSPL,
8839
9425
  var GlueStudioSchemaColumnList = [1, n0, _GSSCL,
8840
9426
  0, () => GlueStudioSchemaColumn$
8841
9427
  ];
8842
- var GlueTables = [1, n0, _GTl,
9428
+ var GlueTables = [1, n0, _GTlu,
8843
9429
  0, () => GlueTable$
8844
9430
  ];
8845
9431
  var GroupFiltersList = [1, n0, _GFL,
@@ -8903,6 +9489,16 @@ var IntegrationsList = [1, n0, _IL,
8903
9489
  var IntegrationTagsList = [1, n0, _ITLn,
8904
9490
  0, () => Tag$
8905
9491
  ];
9492
+ var ItemErrorList = [1, n0, _IELt,
9493
+ 0, () => ItemError$
9494
+ ];
9495
+ var ItemIdentifierList = 64 | 0;
9496
+ var IterableFormItemList = [1, n0, _IFIL,
9497
+ 0, () => IterableFormItem$
9498
+ ];
9499
+ var IterableFormListItemList = [1, n0, _IFLIL,
9500
+ 0, () => IterableFormListItem$
9501
+ ];
8906
9502
  var JdbcTargetList = [1, n0, _JTL,
8907
9503
  0, () => JdbcTarget$
8908
9504
  ];
@@ -9021,9 +9617,15 @@ var SchemaVersionErrorList = [1, n0, _SVEL,
9021
9617
  var SchemaVersionList = [1, n0, _SVL,
9022
9618
  0, () => SchemaVersionListItem$
9023
9619
  ];
9620
+ var SearchFilterClauseList = [1, n0, _SFCL,
9621
+ 0, () => SearchFilterClause$
9622
+ ];
9024
9623
  var SearchPropertyPredicates = [1, n0, _SPPe,
9025
9624
  0, () => PropertyPredicate$
9026
9625
  ];
9626
+ var SearchResultItemList = [1, n0, _SRIL,
9627
+ 0, () => SearchResultItem$
9628
+ ];
9027
9629
  var SecurityConfigurationList = [1, n0, _SCL,
9028
9630
  0, () => SecurityConfiguration$
9029
9631
  ];
@@ -9117,6 +9719,12 @@ var Workflows = [1, n0, _W,
9117
9719
  var AdditionalContextMap = 128 | 0;
9118
9720
  var AdditionalOptions = 128 | 0;
9119
9721
  var AdditionalPlanOptionsMap = 128 | 0;
9722
+ var AssetFormMap = [2, n0, _AFM,
9723
+ 0, 0, () => AssetFormEntry$
9724
+ ];
9725
+ var AssetTypeFormsMap = [2, n0, _ATFM,
9726
+ 0, 0, () => AssetTypeFormReference$
9727
+ ];
9120
9728
  var CodeGenConfigurationNodes = [2, n0, _CGCNo,
9121
9729
  8, 0, () => CodeGenConfigurationNode$
9122
9730
  ];
@@ -9154,6 +9762,9 @@ var GenericMap = 128 | 0;
9154
9762
  var GlueTableAdditionalOptions = 128 | 0;
9155
9763
  var IntegrationAdditionalEncryptionContextMap = 128 | 0;
9156
9764
  var IntegrationSourcePropertiesMap = 128 | 0;
9765
+ var IterableFormMap = [2, n0, _IFM,
9766
+ 0, 0, () => IterableFormEntry$
9767
+ ];
9157
9768
  var JDBCDataTypeMapping = 128 | 0;
9158
9769
  var Labels = 128 | 0;
9159
9770
  var LocationMap = 128 | 0;
@@ -9179,12 +9790,33 @@ var StringToStringMap = 128 | 0;
9179
9790
  var TagsMap = 128 | 0;
9180
9791
  var TokenUrlParametersMap = 128 | 0;
9181
9792
  var WorkflowRunProperties = 128 | 0;
9793
+ const SearchFilterClause$ = [4, n0, _SFCe,
9794
+ 0,
9795
+ [_AAF, _OAF, _AFt, _MF],
9796
+ [() => SearchFilterClauseList, () => SearchFilterClauseList, () => SearchAttributeFilter$, () => SearchMapFilter$]
9797
+ ];
9798
+ exports.SearchFilterClause$ = SearchFilterClause$;
9799
+ const SearchFilterValue$ = [4, n0, _SFV,
9800
+ 0,
9801
+ [_SVt, _LVo],
9802
+ [0, 1]
9803
+ ];
9804
+ exports.SearchFilterValue$ = SearchFilterValue$;
9805
+ const SearchMapFilterValue$ = [4, n0, _SMFV,
9806
+ 0,
9807
+ [_SVt],
9808
+ [0]
9809
+ ];
9810
+ exports.SearchMapFilterValue$ = SearchMapFilterValue$;
9182
9811
  const TableOptimizerVpcConfiguration$ = [4, n0, _TOVC,
9183
9812
  0,
9184
9813
  [_gCN],
9185
9814
  [0]
9186
9815
  ];
9187
9816
  exports.TableOptimizerVpcConfiguration$ = TableOptimizerVpcConfiguration$;
9817
+ exports.AssociateGlossaryTerms$ = [9, n0, _AGT,
9818
+ { [_h]: ["POST", "/assets/{Identifier}/associate-glossary-terms", 200] }, () => AssociateGlossaryTermsRequest$, () => AssociateGlossaryTermsResponse$
9819
+ ];
9188
9820
  exports.BatchCreatePartition$ = [9, n0, _BCP,
9189
9821
  0, () => BatchCreatePartitionRequest$, () => BatchCreatePartitionResponse$
9190
9822
  ];
@@ -9215,6 +9847,9 @@ exports.BatchGetDataQualityResult$ = [9, n0, _BGDQR,
9215
9847
  exports.BatchGetDevEndpoints$ = [9, n0, _BGDE,
9216
9848
  0, () => BatchGetDevEndpointsRequest$, () => BatchGetDevEndpointsResponse$
9217
9849
  ];
9850
+ exports.BatchGetIterableForms$ = [9, n0, _BGIF,
9851
+ { [_h]: ["POST", "/assets/{AssetIdentifier}/iterable-forms/{IterableFormName}/batch-get", 200] }, () => BatchGetIterableFormsRequest$, () => BatchGetIterableFormsResponse$
9852
+ ];
9218
9853
  exports.BatchGetJobs$ = [9, n0, _BGJ,
9219
9854
  0, () => BatchGetJobsRequest$, () => BatchGetJobsResponse$
9220
9855
  ];
@@ -9284,6 +9919,12 @@ exports.CreateDataQualityRuleset$ = [9, n0, _CDQR,
9284
9919
  exports.CreateDevEndpoint$ = [9, n0, _CDE,
9285
9920
  0, () => CreateDevEndpointRequest$, () => CreateDevEndpointResponse$
9286
9921
  ];
9922
+ exports.CreateGlossary$ = [9, n0, _CG,
9923
+ { [_h]: ["POST", "/glossaries", 200] }, () => CreateGlossaryRequest$, () => CreateGlossaryResponse$
9924
+ ];
9925
+ exports.CreateGlossaryTerm$ = [9, n0, _CGT,
9926
+ { [_h]: ["POST", "/glossary-terms", 200] }, () => CreateGlossaryTermRequest$, () => CreateGlossaryTermResponse$
9927
+ ];
9287
9928
  exports.CreateGlueIdentityCenterConfiguration$ = [9, n0, _CGICC,
9288
9929
  0, () => CreateGlueIdentityCenterConfigurationRequest$, () => CreateGlueIdentityCenterConfigurationResponse$
9289
9930
  ];
@@ -9341,6 +9982,15 @@ exports.CreateUserDefinedFunction$ = [9, n0, _CUDF,
9341
9982
  exports.CreateWorkflow$ = [9, n0, _CWr,
9342
9983
  0, () => CreateWorkflowRequest$, () => CreateWorkflowResponse$
9343
9984
  ];
9985
+ exports.DeleteAsset$ = [9, n0, _DAel,
9986
+ { [_h]: ["DELETE", "/assets/{Identifier}", 200] }, () => DeleteAssetRequest$, () => DeleteAssetResponse$
9987
+ ];
9988
+ exports.DeleteAssetType$ = [9, n0, _DAT,
9989
+ { [_h]: ["DELETE", "/asset-types/{Identifier}", 200] }, () => DeleteAssetTypeRequest$, () => DeleteAssetTypeResponse$
9990
+ ];
9991
+ exports.DeleteAttachment$ = [9, n0, _DAele,
9992
+ { [_h]: ["DELETE", "/assets/{Identifier}/attachments/{AttachmentName}", 200] }, () => DeleteAttachmentRequest$, () => DeleteAttachmentResponse$
9993
+ ];
9344
9994
  exports.DeleteBlueprint$ = [9, n0, _DBe,
9345
9995
  0, () => DeleteBlueprintRequest$, () => DeleteBlueprintResponse$
9346
9996
  ];
@@ -9380,6 +10030,15 @@ exports.DeleteDataQualityRuleset$ = [9, n0, _DDQR,
9380
10030
  exports.DeleteDevEndpoint$ = [9, n0, _DDE,
9381
10031
  0, () => DeleteDevEndpointRequest$, () => DeleteDevEndpointResponse$
9382
10032
  ];
10033
+ exports.DeleteFormType$ = [9, n0, _DFT,
10034
+ { [_h]: ["DELETE", "/form-types/{Identifier}", 200] }, () => DeleteFormTypeRequest$, () => DeleteFormTypeResponse$
10035
+ ];
10036
+ exports.DeleteGlossary$ = [9, n0, _DG,
10037
+ { [_h]: ["DELETE", "/glossaries/{Identifier}", 200] }, () => DeleteGlossaryRequest$, () => DeleteGlossaryResponse$
10038
+ ];
10039
+ exports.DeleteGlossaryTerm$ = [9, n0, _DGT,
10040
+ { [_h]: ["DELETE", "/glossary-terms/{Identifier}", 200] }, () => DeleteGlossaryTermRequest$, () => DeleteGlossaryTermResponse$
10041
+ ];
9383
10042
  exports.DeleteGlueIdentityCenterConfiguration$ = [9, n0, _DGICC,
9384
10043
  0, () => DeleteGlueIdentityCenterConfigurationRequest$, () => DeleteGlueIdentityCenterConfigurationResponse$
9385
10044
  ];
@@ -9455,6 +10114,15 @@ exports.DescribeInboundIntegrations$ = [9, n0, _DII,
9455
10114
  exports.DescribeIntegrations$ = [9, n0, _DIes,
9456
10115
  0, () => DescribeIntegrationsRequest$, () => DescribeIntegrationsResponse$
9457
10116
  ];
10117
+ exports.DisassociateGlossaryTerms$ = [9, n0, _DGTi,
10118
+ { [_h]: ["POST", "/assets/{Identifier}/disassociate-glossary-terms", 200] }, () => DisassociateGlossaryTermsRequest$, () => DisassociateGlossaryTermsResponse$
10119
+ ];
10120
+ exports.GetAsset$ = [9, n0, _GA,
10121
+ { [_h]: ["GET", "/assets/{Identifier}", 200] }, () => GetAssetInput$, () => GetAssetOutput$
10122
+ ];
10123
+ exports.GetAssetType$ = [9, n0, _GAT,
10124
+ { [_h]: ["GET", "/asset-types/{Identifier}", 200] }, () => GetAssetTypeRequest$, () => GetAssetTypeResponse$
10125
+ ];
9458
10126
  exports.GetBlueprint$ = [9, n0, _GB,
9459
10127
  0, () => GetBlueprintRequest$, () => GetBlueprintResponse$
9460
10128
  ];
@@ -9554,6 +10222,15 @@ exports.GetDevEndpoints$ = [9, n0, _GDEe,
9554
10222
  exports.GetEntityRecords$ = [9, n0, _GER,
9555
10223
  0, () => GetEntityRecordsRequest$, () => GetEntityRecordsResponse$
9556
10224
  ];
10225
+ exports.GetFormType$ = [9, n0, _GFT,
10226
+ { [_h]: ["GET", "/form-types/{Identifier}", 200] }, () => GetFormTypeRequest$, () => GetFormTypeResponse$
10227
+ ];
10228
+ exports.GetGlossary$ = [9, n0, _GG,
10229
+ { [_h]: ["GET", "/glossaries/{Identifier}", 200] }, () => GetGlossaryRequest$, () => GetGlossaryResponse$
10230
+ ];
10231
+ exports.GetGlossaryTerm$ = [9, n0, _GGT,
10232
+ { [_h]: ["GET", "/glossary-terms/{Identifier}", 200] }, () => GetGlossaryTermRequest$, () => GetGlossaryTermResponse$
10233
+ ];
9557
10234
  exports.GetGlueIdentityCenterConfiguration$ = [9, n0, _GGICC,
9558
10235
  0, () => GetGlueIdentityCenterConfigurationRequest$, () => GetGlueIdentityCenterConfigurationResponse$
9559
10236
  ];
@@ -9701,6 +10378,9 @@ exports.GetWorkflowRuns$ = [9, n0, _GWReto,
9701
10378
  exports.ImportCatalogToGlue$ = [9, n0, _ICTG,
9702
10379
  0, () => ImportCatalogToGlueRequest$, () => ImportCatalogToGlueResponse$
9703
10380
  ];
10381
+ exports.ListAssetTypes$ = [9, n0, _LATi,
10382
+ { [_h]: ["GET", "/asset-types", 200] }, () => ListAssetTypesRequest$, () => ListAssetTypesResponse$
10383
+ ];
9704
10384
  exports.ListBlueprints$ = [9, n0, _LBi,
9705
10385
  0, () => ListBlueprintsRequest$, () => ListBlueprintsResponse$
9706
10386
  ];
@@ -9743,9 +10423,21 @@ exports.ListDevEndpoints$ = [9, n0, _LDE,
9743
10423
  exports.ListEntities$ = [9, n0, _LE,
9744
10424
  0, () => ListEntitiesRequest$, () => ListEntitiesResponse$
9745
10425
  ];
10426
+ exports.ListFormTypes$ = [9, n0, _LFT,
10427
+ { [_h]: ["GET", "/form-types", 200] }, () => ListFormTypesRequest$, () => ListFormTypesResponse$
10428
+ ];
10429
+ exports.ListGlossaries$ = [9, n0, _LGi,
10430
+ { [_h]: ["GET", "/glossaries", 200] }, () => ListGlossariesRequest$, () => ListGlossariesResponse$
10431
+ ];
10432
+ exports.ListGlossaryTerms$ = [9, n0, _LGT,
10433
+ { [_h]: ["GET", "/glossary-terms", 200] }, () => ListGlossaryTermsRequest$, () => ListGlossaryTermsResponse$
10434
+ ];
9746
10435
  exports.ListIntegrationResourceProperties$ = [9, n0, _LIRP,
9747
10436
  0, () => ListIntegrationResourcePropertiesRequest$, () => ListIntegrationResourcePropertiesResponse$
9748
10437
  ];
10438
+ exports.ListIterableForms$ = [9, n0, _LIF,
10439
+ { [_h]: ["GET", "/assets/{AssetIdentifier}/iterable-forms/{IterableFormName}", 200] }, () => ListIterableFormsRequest$, () => ListIterableFormsResponse$
10440
+ ];
9749
10441
  exports.ListJobs$ = [9, n0, _LJ,
9750
10442
  0, () => ListJobsRequest$, () => ListJobsResponse$
9751
10443
  ];
@@ -9785,12 +10477,24 @@ exports.ListWorkflows$ = [9, n0, _LW,
9785
10477
  exports.ModifyIntegration$ = [9, n0, _MIo,
9786
10478
  0, () => ModifyIntegrationRequest$, () => ModifyIntegrationResponse$
9787
10479
  ];
10480
+ exports.PutAsset$ = [9, n0, _PAut,
10481
+ { [_h]: ["PUT", "/assets", 200] }, () => PutAssetRequest$, () => PutAssetResponse$
10482
+ ];
10483
+ exports.PutAssetType$ = [9, n0, _PAT,
10484
+ { [_h]: ["PUT", "/asset-types", 200] }, () => PutAssetTypeRequest$, () => PutAssetTypeResponse$
10485
+ ];
10486
+ exports.PutAttachment$ = [9, n0, _PAutt,
10487
+ { [_h]: ["POST", "/assets/{AssetIdentifier}/attachment", 200] }, () => PutAttachmentRequest$, () => PutAttachmentResponse$
10488
+ ];
9788
10489
  exports.PutDataCatalogEncryptionSettings$ = [9, n0, _PDCES,
9789
10490
  0, () => PutDataCatalogEncryptionSettingsRequest$, () => PutDataCatalogEncryptionSettingsResponse$
9790
10491
  ];
9791
10492
  exports.PutDataQualityProfileAnnotation$ = [9, n0, _PDQPA,
9792
10493
  0, () => PutDataQualityProfileAnnotationRequest$, () => PutDataQualityProfileAnnotationResponse$
9793
10494
  ];
10495
+ exports.PutFormType$ = [9, n0, _PFT,
10496
+ { [_h]: ["PUT", "/form-types", 200] }, () => PutFormTypeRequest$, () => PutFormTypeResponse$
10497
+ ];
9794
10498
  exports.PutResourcePolicy$ = [9, n0, _PRP,
9795
10499
  0, () => PutResourcePolicyRequest$, () => PutResourcePolicyResponse$
9796
10500
  ];
@@ -9821,6 +10525,9 @@ exports.ResumeWorkflowRun$ = [9, n0, _RWR,
9821
10525
  exports.RunStatement$ = [9, n0, _RSu,
9822
10526
  0, () => RunStatementRequest$, () => RunStatementResponse$
9823
10527
  ];
10528
+ exports.Search$ = [9, n0, _Sea,
10529
+ { [_h]: ["POST", "/search", 200] }, () => SearchInput$, () => SearchOutput$
10530
+ ];
9824
10531
  exports.SearchTables$ = [9, n0, _STear,
9825
10532
  0, () => SearchTablesRequest$, () => SearchTablesResponse$
9826
10533
  ];
@@ -9938,6 +10645,12 @@ exports.UpdateDataQualityRuleset$ = [9, n0, _UDQR,
9938
10645
  exports.UpdateDevEndpoint$ = [9, n0, _UDE,
9939
10646
  0, () => UpdateDevEndpointRequest$, () => UpdateDevEndpointResponse$
9940
10647
  ];
10648
+ exports.UpdateGlossary$ = [9, n0, _UG,
10649
+ { [_h]: ["PUT", "/glossaries/{Identifier}", 200] }, () => UpdateGlossaryRequest$, () => UpdateGlossaryResponse$
10650
+ ];
10651
+ exports.UpdateGlossaryTerm$ = [9, n0, _UGT,
10652
+ { [_h]: ["PUT", "/glossary-terms/{Identifier}", 200] }, () => UpdateGlossaryTermRequest$, () => UpdateGlossaryTermResponse$
10653
+ ];
9941
10654
  exports.UpdateGlueIdentityCenterConfiguration$ = [9, n0, _UGICC,
9942
10655
  0, () => UpdateGlueIdentityCenterConfigurationRequest$, () => UpdateGlueIdentityCenterConfigurationResponse$
9943
10656
  ];