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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (532) hide show
  1. package/.jsii +9 -9
  2. package/lib/index.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/bdd.js +2 -5
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +7 -11
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +449 -469
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/CloudFormationServiceException.js +4 -8
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/errors.js +59 -91
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +22 -26
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +30 -34
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.native.js +4 -7
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +20 -24
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/schemas/schemas_0.js +814 -533
  14. package/node_modules/@aws-sdk/client-cloudformation/package.json +9 -9
  15. package/node_modules/@aws-sdk/client-connect/README.md +14 -0
  16. package/node_modules/@aws-sdk/client-connect/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
  17. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/bdd.js +2 -5
  18. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/endpointResolver.js +7 -11
  19. package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +1289 -1256
  20. package/node_modules/@aws-sdk/client-connect/dist-cjs/models/ConnectServiceException.js +4 -8
  21. package/node_modules/@aws-sdk/client-connect/dist-cjs/models/errors.js +57 -88
  22. package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.browser.js +22 -26
  23. package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.js +30 -34
  24. package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.native.js +4 -7
  25. package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.shared.js +20 -24
  26. package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +3630 -2290
  27. package/node_modules/@aws-sdk/client-connect/dist-es/Connect.js +4 -0
  28. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetEvaluationFormValidationCommand.js +16 -0
  29. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartEvaluationFormValidationCommand.js +16 -0
  30. package/node_modules/@aws-sdk/client-connect/dist-es/commands/index.js +2 -0
  31. package/node_modules/@aws-sdk/client-connect/dist-es/index.js +1 -0
  32. package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +20 -0
  33. package/node_modules/@aws-sdk/client-connect/dist-es/models/models_4.js +1 -0
  34. package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +183 -48
  35. package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +14 -0
  36. package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +4 -2
  37. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateEvaluationFormCommand.d.ts +65 -1
  38. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateViewCommand.d.ts +2 -1
  39. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateViewVersionCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateVocabularyCommand.d.ts +1 -2
  41. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactCommand.d.ts +1 -1
  42. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactEvaluationCommand.d.ts +72 -2
  43. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeEvaluationFormCommand.d.ts +68 -2
  44. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetEvaluationFormValidationCommand.d.ts +112 -0
  45. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataV2Command.d.ts +1 -2
  46. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactEvaluationsCommand.d.ts +3 -0
  47. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactEvaluationsCommand.d.ts +37 -0
  48. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactsCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchEvaluationFormsCommand.d.ts +1 -2
  50. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +1 -2
  51. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +1 -2
  52. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchNotificationsCommand.d.ts +1 -2
  53. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +1 -2
  54. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartEvaluationFormValidationCommand.d.ts +102 -0
  55. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +2 -1
  56. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateEvaluationFormCommand.d.ts +67 -2
  57. package/node_modules/@aws-sdk/client-connect/dist-types/commands/index.d.ts +2 -0
  58. package/node_modules/@aws-sdk/client-connect/dist-types/index.d.ts +1 -0
  59. package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +60 -0
  60. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +127 -103
  61. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +217 -1947
  62. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +2078 -384
  63. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +1479 -1769
  64. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_4.d.ts +707 -0
  65. package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +16 -0
  66. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/Connect.d.ts +34 -0
  67. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/ConnectClient.d.ts +12 -0
  68. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateViewCommand.d.ts +2 -1
  69. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +4 -2
  71. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
  73. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetEvaluationFormValidationCommand.d.ts +53 -0
  75. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +4 -2
  76. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchContactsCommand.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +4 -2
  78. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +4 -2
  79. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +4 -2
  80. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchNotificationsCommand.d.ts +4 -2
  81. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +4 -2
  82. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartEvaluationFormValidationCommand.d.ts +53 -0
  83. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +2 -4
  84. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +2 -4
  85. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/index.d.ts +2 -0
  86. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/index.d.ts +1 -0
  87. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +30 -0
  88. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +30 -23
  89. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +50 -45
  90. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +75 -81
  91. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +96 -175
  92. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_4.d.ts +197 -0
  93. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +16 -0
  94. package/node_modules/@aws-sdk/client-connect/package.json +9 -9
  95. package/node_modules/@aws-sdk/client-glue/README.md +196 -0
  96. package/node_modules/@aws-sdk/client-glue/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
  97. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/bdd.js +2 -5
  98. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/endpointResolver.js +7 -11
  99. package/node_modules/@aws-sdk/client-glue/dist-cjs/index.js +1323 -911
  100. package/node_modules/@aws-sdk/client-glue/dist-cjs/models/GlueServiceException.js +4 -8
  101. package/node_modules/@aws-sdk/client-glue/dist-cjs/models/errors.js +131 -183
  102. package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.browser.js +22 -26
  103. package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.js +30 -34
  104. package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.native.js +4 -7
  105. package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.shared.js +20 -24
  106. package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +3563 -1835
  107. package/node_modules/@aws-sdk/client-glue/dist-es/Glue.js +68 -0
  108. package/node_modules/@aws-sdk/client-glue/dist-es/commands/AssociateGlossaryTermsCommand.js +16 -0
  109. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchGetIterableFormsCommand.js +16 -0
  110. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateGlossaryCommand.js +16 -0
  111. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateGlossaryTermCommand.js +16 -0
  112. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteAssetCommand.js +16 -0
  113. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteAssetTypeCommand.js +16 -0
  114. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteAttachmentCommand.js +16 -0
  115. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteFormTypeCommand.js +16 -0
  116. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteGlossaryCommand.js +16 -0
  117. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteGlossaryTermCommand.js +16 -0
  118. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DisassociateGlossaryTermsCommand.js +16 -0
  119. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetAssetCommand.js +16 -0
  120. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetAssetTypeCommand.js +16 -0
  121. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetFormTypeCommand.js +16 -0
  122. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetGlossaryCommand.js +16 -0
  123. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetGlossaryTermCommand.js +16 -0
  124. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListAssetTypesCommand.js +16 -0
  125. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListFormTypesCommand.js +16 -0
  126. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListGlossariesCommand.js +16 -0
  127. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListGlossaryTermsCommand.js +16 -0
  128. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListIterableFormsCommand.js +16 -0
  129. package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutAssetCommand.js +16 -0
  130. package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutAssetTypeCommand.js +16 -0
  131. package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutAttachmentCommand.js +16 -0
  132. package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutFormTypeCommand.js +16 -0
  133. package/node_modules/@aws-sdk/client-glue/dist-es/commands/SearchAssetsCommand.js +16 -0
  134. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateGlossaryCommand.js +16 -0
  135. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateGlossaryTermCommand.js +16 -0
  136. package/node_modules/@aws-sdk/client-glue/dist-es/commands/index.js +28 -0
  137. package/node_modules/@aws-sdk/client-glue/dist-es/models/enums.js +18 -4
  138. package/node_modules/@aws-sdk/client-glue/dist-es/models/errors.js +38 -38
  139. package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListAssetTypesPaginator.js +4 -0
  140. package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListFormTypesPaginator.js +4 -0
  141. package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListGlossariesPaginator.js +4 -0
  142. package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListGlossaryTermsPaginator.js +4 -0
  143. package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListIterableFormsPaginator.js +4 -0
  144. package/node_modules/@aws-sdk/client-glue/dist-es/pagination/SearchAssetsPaginator.js +4 -0
  145. package/node_modules/@aws-sdk/client-glue/dist-es/pagination/index.js +6 -0
  146. package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +714 -46
  147. package/node_modules/@aws-sdk/client-glue/dist-types/Glue.d.ts +242 -0
  148. package/node_modules/@aws-sdk/client-glue/dist-types/GlueClient.d.ts +30 -2
  149. package/node_modules/@aws-sdk/client-glue/dist-types/commands/AssociateGlossaryTermsCommand.d.ts +101 -0
  150. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchGetIterableFormsCommand.d.ts +122 -0
  151. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateCrawlerCommand.d.ts +2 -1
  152. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
  153. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateDatabaseCommand.d.ts +1 -1
  154. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateGlossaryCommand.d.ts +98 -0
  155. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateGlossaryTermCommand.d.ts +105 -0
  156. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteAssetCommand.d.ts +89 -0
  157. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteAssetTypeCommand.d.ts +89 -0
  158. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteAttachmentCommand.d.ts +97 -0
  159. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteFormTypeCommand.d.ts +92 -0
  160. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteGlossaryCommand.d.ts +92 -0
  161. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteGlossaryTermCommand.d.ts +89 -0
  162. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DisassociateGlossaryTermsCommand.d.ts +101 -0
  163. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetAssetCommand.d.ts +116 -0
  164. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetAssetTypeCommand.d.ts +97 -0
  165. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  166. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
  167. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
  168. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetEntityRecordsCommand.d.ts +1 -1
  169. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetFormTypeCommand.d.ts +93 -0
  170. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetGlossaryCommand.d.ts +90 -0
  171. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetGlossaryTermCommand.d.ts +92 -0
  172. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
  173. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
  174. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
  175. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
  176. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobCommand.d.ts +1 -1
  177. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobRunCommand.d.ts +1 -1
  178. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
  179. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobsCommand.d.ts +1 -1
  180. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMappingCommand.d.ts +1 -1
  181. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  182. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableCommand.d.ts +121 -0
  183. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionCommand.d.ts +118 -0
  184. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionsCommand.d.ts +118 -0
  185. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTablesCommand.d.ts +119 -1
  186. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +118 -0
  187. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListAssetTypesCommand.d.ts +95 -0
  188. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListFormTypesCommand.d.ts +95 -0
  189. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListGlossariesCommand.d.ts +96 -0
  190. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListGlossaryTermsCommand.d.ts +97 -0
  191. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListIterableFormsCommand.d.ts +104 -0
  192. package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutAssetCommand.d.ts +113 -0
  193. package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutAssetTypeCommand.d.ts +103 -0
  194. package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutAttachmentCommand.d.ts +104 -0
  195. package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutFormTypeCommand.d.ts +95 -0
  196. package/node_modules/@aws-sdk/client-glue/dist-types/commands/SearchAssetsCommand.d.ts +149 -0
  197. package/node_modules/@aws-sdk/client-glue/dist-types/commands/SearchTablesCommand.d.ts +118 -0
  198. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  199. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  200. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  201. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  202. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  203. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartJobRunCommand.d.ts +1 -1
  204. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  205. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  206. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  207. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartTriggerCommand.d.ts +1 -1
  208. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
  209. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  210. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  211. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
  212. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  213. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  214. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopSessionCommand.d.ts +1 -1
  215. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopTriggerCommand.d.ts +1 -1
  216. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
  217. package/node_modules/@aws-sdk/client-glue/dist-types/commands/TagResourceCommand.d.ts +1 -1
  218. package/node_modules/@aws-sdk/client-glue/dist-types/commands/TestConnectionCommand.d.ts +1 -1
  219. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  220. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
  221. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCatalogCommand.d.ts +1 -1
  222. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
  223. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  224. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  225. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  226. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  227. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
  228. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
  229. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateGlossaryCommand.d.ts +102 -0
  230. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateGlossaryTermCommand.d.ts +105 -0
  231. package/node_modules/@aws-sdk/client-glue/dist-types/commands/index.d.ts +28 -0
  232. package/node_modules/@aws-sdk/client-glue/dist-types/models/enums.d.ts +42 -12
  233. package/node_modules/@aws-sdk/client-glue/dist-types/models/errors.d.ts +48 -48
  234. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_0.d.ts +165 -174
  235. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_1.d.ts +565 -755
  236. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +2418 -2074
  237. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +1423 -4
  238. package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListAssetTypesPaginator.d.ts +7 -0
  239. package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListFormTypesPaginator.d.ts +7 -0
  240. package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListGlossariesPaginator.d.ts +7 -0
  241. package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListGlossaryTermsPaginator.d.ts +7 -0
  242. package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListIterableFormsPaginator.d.ts +7 -0
  243. package/node_modules/@aws-sdk/client-glue/dist-types/pagination/SearchAssetsPaginator.d.ts +7 -0
  244. package/node_modules/@aws-sdk/client-glue/dist-types/pagination/index.d.ts +6 -0
  245. package/node_modules/@aws-sdk/client-glue/dist-types/schemas/schemas_0.d.ts +102 -0
  246. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/Glue.d.ts +522 -0
  247. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/GlueClient.d.ts +168 -0
  248. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/AssociateGlossaryTermsCommand.d.ts +53 -0
  249. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchGetIterableFormsCommand.d.ts +53 -0
  250. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +2 -4
  251. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
  252. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +1 -1
  253. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +52 -0
  254. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +53 -0
  255. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +49 -0
  256. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +52 -0
  257. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +52 -0
  258. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +52 -0
  259. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +52 -0
  260. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +53 -0
  261. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DisassociateGlossaryTermsCommand.d.ts +53 -0
  262. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetAssetCommand.d.ts +45 -0
  263. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +49 -0
  264. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  265. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
  266. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
  267. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +1 -1
  268. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +49 -0
  269. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +49 -0
  270. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +52 -0
  271. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
  272. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
  273. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
  274. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
  275. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
  276. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
  277. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
  278. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
  279. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
  280. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  281. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +52 -0
  282. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListFormTypesCommand.d.ts +52 -0
  283. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListGlossariesCommand.d.ts +52 -0
  284. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListGlossaryTermsCommand.d.ts +53 -0
  285. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListIterableFormsCommand.d.ts +53 -0
  286. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutAssetCommand.d.ts +45 -0
  287. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutAssetTypeCommand.d.ts +49 -0
  288. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutAttachmentCommand.d.ts +52 -0
  289. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutFormTypeCommand.d.ts +49 -0
  290. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/SearchAssetsCommand.d.ts +50 -0
  291. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  292. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  293. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  294. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  295. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  296. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
  297. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  298. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  299. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  300. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
  301. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
  302. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  303. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  304. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
  305. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  306. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  307. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
  308. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
  309. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
  310. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  311. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
  312. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  313. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
  314. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +1 -1
  315. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
  316. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  317. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  318. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  319. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  320. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
  321. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
  322. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +52 -0
  323. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +53 -0
  324. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/index.d.ts +28 -0
  325. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/enums.d.ts +24 -6
  326. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/errors.d.ts +26 -26
  327. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_0.d.ts +41 -40
  328. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_1.d.ts +130 -181
  329. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +414 -294
  330. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_3.d.ts +376 -1
  331. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListAssetTypesPaginator.d.ts +11 -0
  332. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListFormTypesPaginator.d.ts +11 -0
  333. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListGlossariesPaginator.d.ts +11 -0
  334. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListGlossaryTermsPaginator.d.ts +11 -0
  335. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListIterableFormsPaginator.d.ts +11 -0
  336. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/SearchAssetsPaginator.d.ts +11 -0
  337. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/index.d.ts +6 -0
  338. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/schemas/schemas_0.d.ts +102 -0
  339. package/node_modules/@aws-sdk/client-glue/package.json +9 -9
  340. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
  341. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/bdd.js +2 -5
  342. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/endpointResolver.js +7 -11
  343. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/index.js +236 -256
  344. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/models/LakeFormationServiceException.js +4 -8
  345. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/models/errors.js +39 -61
  346. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.browser.js +22 -26
  347. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.js +30 -34
  348. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.native.js +4 -7
  349. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.shared.js +21 -25
  350. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/schemas/schemas_0.js +544 -356
  351. package/node_modules/@aws-sdk/client-lakeformation/package.json +9 -9
  352. package/node_modules/@aws-sdk/client-ram/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
  353. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/bdd.js +2 -5
  354. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/endpointResolver.js +7 -11
  355. package/node_modules/@aws-sdk/client-ram/dist-cjs/index.js +159 -179
  356. package/node_modules/@aws-sdk/client-ram/dist-cjs/models/RAMServiceException.js +4 -8
  357. package/node_modules/@aws-sdk/client-ram/dist-cjs/models/errors.js +57 -88
  358. package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.browser.js +22 -26
  359. package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.js +30 -34
  360. package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.native.js +4 -7
  361. package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.shared.js +20 -24
  362. package/node_modules/@aws-sdk/client-ram/dist-cjs/schemas/schemas_0.js +318 -210
  363. package/node_modules/@aws-sdk/client-ram/package.json +9 -9
  364. package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +15 -19
  365. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/bdd.js +2 -5
  366. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +7 -11
  367. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +77 -97
  368. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +4 -8
  369. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/errors.js +25 -40
  370. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +22 -26
  371. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +36 -40
  372. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +4 -7
  373. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +25 -29
  374. package/node_modules/@aws-sdk/client-sts/dist-cjs/schemas/schemas_0.js +122 -85
  375. package/node_modules/@aws-sdk/client-sts/package.json +16 -16
  376. package/node_modules/@aws-sdk/core/dist-cjs/index.js +19 -2274
  377. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -4
  378. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +297 -23
  379. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +327 -52
  380. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +297 -23
  381. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +19 -21
  382. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +107 -109
  383. package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +2 -4
  384. package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
  385. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +276 -1
  386. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +5 -5
  387. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +5 -5
  388. package/node_modules/@aws-sdk/core/package.json +12 -12
  389. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -6
  390. package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
  391. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +3 -7
  392. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +12 -16
  393. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +16 -21
  394. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +14 -18
  395. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +1 -5
  396. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +2 -5
  397. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +2 -7
  398. package/node_modules/@aws-sdk/credential-provider-http/package.json +9 -8
  399. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +47 -41
  400. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +8 -4
  401. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +14 -10
  402. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  403. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +31 -33
  404. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  405. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +16 -18
  406. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  407. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +11 -13
  408. package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
  409. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +26 -25
  410. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BGYXHf8s.js +3 -0
  411. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +4 -1
  412. package/node_modules/@aws-sdk/credential-provider-sso/package.json +12 -10
  413. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +10 -14
  414. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +2 -6
  415. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +3 -27
  416. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -8
  417. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -1
  418. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +82 -84
  419. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +158 -119
  420. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +80 -82
  421. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +80 -82
  422. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +99 -101
  423. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +4 -1
  424. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +70 -35
  425. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
  426. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +3 -0
  427. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
  428. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +12 -0
  429. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
  430. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +3 -0
  431. package/node_modules/@aws-sdk/nested-clients/package.json +11 -10
  432. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +4 -6
  433. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +9 -8
  434. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +26 -28
  435. package/node_modules/@aws-sdk/token-providers/package.json +8 -8
  436. package/node_modules/@aws-sdk/types/dist-cjs/index.js +7 -8
  437. package/node_modules/@aws-sdk/types/package.json +5 -5
  438. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +0 -2
  439. package/node_modules/@aws-sdk/util-locate-window/package.json +5 -5
  440. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +2 -4
  441. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +4 -7
  442. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +2 -5
  443. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +7 -10
  444. package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/CHANGELOG.md +8 -0
  445. package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/README.md +9 -0
  446. package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/package.json +7 -3
  447. package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/strnum.js +9 -1
  448. package/node_modules/@aws-sdk/xml-builder/package.json +5 -5
  449. package/node_modules/@nodable/entities/package.json +4 -1
  450. package/node_modules/@nodable/entities/src/EntityDecoder.js +104 -3
  451. package/node_modules/@nodable/entities/src/index.d.ts +77 -0
  452. package/node_modules/@nodable/entities/src/index.js +1 -1
  453. package/node_modules/@smithy/core/dist-cjs/index.js +13 -15
  454. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +543 -398
  455. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +2 -4
  456. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +7 -9
  457. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +3 -5
  458. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +23 -24
  459. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +10 -11
  460. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +38 -39
  461. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +10 -11
  462. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +14 -17
  463. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +20 -23
  464. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +9 -11
  465. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +11 -13
  466. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +68 -61
  467. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +26 -27
  468. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +28 -29
  469. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +5 -7
  470. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +4 -6
  471. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +23 -25
  472. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +4 -6
  473. package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +2 -4
  474. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
  475. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js +1 -1
  476. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
  477. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +326 -269
  478. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +192 -103
  479. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +4 -2
  480. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-value-from-text-node.js +1 -1
  481. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +1 -1
  482. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +10 -2
  483. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +2 -2
  484. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +1 -1
  485. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +4 -0
  486. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +8 -4
  487. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
  488. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  489. package/node_modules/@smithy/core/package.json +18 -17
  490. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +23 -24
  491. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  492. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -8
  493. package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
  494. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -13
  495. package/node_modules/@smithy/node-http-handler/package.json +8 -8
  496. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +27 -29
  497. package/node_modules/@smithy/signature-v4/package.json +7 -7
  498. package/node_modules/@smithy/types/dist-cjs/index.js +23 -18
  499. package/node_modules/@smithy/types/package.json +10 -10
  500. package/node_modules/anynum/LICENSE +21 -0
  501. package/node_modules/anynum/README.md +142 -0
  502. package/node_modules/anynum/anynum.js +135 -0
  503. package/node_modules/anynum/digitTable.js +116 -0
  504. package/node_modules/anynum/package.json +42 -0
  505. package/node_modules/path-expression-matcher/README.md +82 -7
  506. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -1
  507. package/node_modules/path-expression-matcher/lib/pem.d.cts +83 -2
  508. package/node_modules/path-expression-matcher/lib/pem.min.js +1 -1
  509. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -1
  510. package/node_modules/path-expression-matcher/package.json +3 -2
  511. package/node_modules/path-expression-matcher/src/ExpressionSet.js +18 -2
  512. package/node_modules/path-expression-matcher/src/Matcher.js +93 -3
  513. package/node_modules/path-expression-matcher/src/index.d.ts +67 -1
  514. package/node_modules/watchpack/README.md +9 -0
  515. package/node_modules/watchpack/lib/DirectoryWatcher.js +182 -25
  516. package/node_modules/watchpack/lib/index.js +55 -15
  517. package/node_modules/watchpack/lib/reducePlan.js +56 -35
  518. package/node_modules/watchpack/lib/util/globToRegExp.js +142 -0
  519. package/node_modules/watchpack/lib/watchEventSource.js +18 -10
  520. package/node_modules/watchpack/package.json +17 -23
  521. package/node_modules/watchpack/types/DirectoryWatcher.d.ts +2 -0
  522. package/node_modules/watchpack/types/index.d.ts +121 -113
  523. package/node_modules/watchpack/types/util/globToRegExp.d.ts +2 -0
  524. package/node_modules/watchpack/types/watchpack.d.ts +1 -1
  525. package/package.json +11 -11
  526. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +0 -8
  527. package/node_modules/glob-to-regexp/.travis.yml +0 -4
  528. package/node_modules/glob-to-regexp/README.md +0 -75
  529. package/node_modules/glob-to-regexp/index.js +0 -130
  530. package/node_modules/glob-to-regexp/package.json +0 -23
  531. package/node_modules/glob-to-regexp/test.js +0 -235
  532. /package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/LICENSE +0 -0
@@ -1,6 +1,180 @@
1
1
  import type { DocumentType as __DocumentType } from "@smithy/types";
2
- import type { AllowFullTableExternalDataAccessEnum, AuthenticationType, BlueprintRunState, CatalogEncryptionMode, CloudWatchEncryptionMode, ColumnStatisticsState, ColumnStatisticsType, Compatibility, ComputationType, ComputeEnvironment, ConnectionPropertyKey, ConnectionStatus, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseAttributes, DataFormat, DataOperation, DataQualityEncryptionMode, DataQualityModelStatus, DQCompositeRuleEvaluationMethod, ExecutionStatus, FieldDataType, FieldFilterOperator, FunctionType, GlueResourceType, HTTPMethod, IcebergNullOrder, IcebergSortDirection, IcebergStructTypeEnum, InclusionAnnotationValue, IntegrationStatus, JobBookmarksEncryptionMode, Language, LastRefreshType, MaterializedViewRefreshState, MaterializedViewRefreshType, MetadataOperation, MLUserDataEncryptionModeString, PrincipalType, PropertyLocation, PropertyType, RegistryStatus, ResourceShareType, ResourceType, S3EncryptionMode, ScheduleType, SchemaStatus, SchemaVersionStatus, SessionStatus, SessionType, SettingSource, TableOptimizerType, TaskStatusType, TransformType, TriggerType, UnnestSpec, ViewDialect, WorkerType } from "./enums";
3
- import type { Action, AuthConfiguration, AuthenticationConfiguration, Blueprint, Column, ConnectionsList, Crawler, DatabaseIdentifier, DataQualityAggregatedMetrics, DataQualityAnalyzerResult, DataQualityObservation, DataQualityRuleResult, DataQualityTargetTable, DataSource, DevEndpoint, ErrorDetail, EventBatchingCondition, FederatedCatalog, FederatedDatabase, GlueTable, JobRun, PartitionInput, PhysicalConnectionRequirements, Predicate, PrincipalPermissions, Property, Schedule, SchemaId, StorageDescriptor, TableOptimizerConfiguration, TargetRedshiftCatalog } from "./models_0";
2
+ import type { AllowFullTableExternalDataAccessEnum, AuthenticationType, BlueprintRunState, CatalogEncryptionMode, CloudWatchEncryptionMode, ColumnStatisticsState, ColumnStatisticsType, Compatibility, ComputationType, ComputeEnvironment, ConnectionPropertyKey, ConnectionStatus, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseAttributes, DataFormat, DataOperation, DataQualityEncryptionMode, DataQualityModelStatus, ExecutionStatus, FieldDataType, FieldFilterOperator, FunctionType, GlueResourceType, HTTPMethod, IcebergNullOrder, IcebergSortDirection, IcebergStructTypeEnum, InclusionAnnotationValue, IntegrationStatus, JobBookmarksEncryptionMode, Language, LastRefreshType, MetadataOperation, MLUserDataEncryptionModeString, PrincipalType, PropertyLocation, PropertyType, RegistryStatus, ResourceShareType, ResourceType, S3EncryptionMode, ScheduleType, SchemaStatus, SchemaVersionStatus, SessionStatus, SessionType, SettingSource, TableOptimizerType, TaskStatusType, TransformType, TriggerType, UnnestSpec, ViewDialect, WorkerType } from "./enums";
3
+ import type { Action, AssetFormEntry, AssetTypeFormReference, AuthConfiguration, AuthenticationConfiguration, Blueprint, Column, ConnectionsList, Crawler, DataQualityAggregatedMetrics, DataQualityAnalyzerResult, DataQualityObservation, DataQualityRuleResult, DataSource, ErrorDetail, EventBatchingCondition, FederatedCatalog, GlueTable, PartitionInput, PhysicalConnectionRequirements, Predicate, PrincipalPermissions, Property, Schedule, SchemaId, StorageDescriptor, TableOptimizerConfiguration, TargetRedshiftCatalog } from "./models_0";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface CreateCrawlerResponse {
8
+ }
9
+ /**
10
+ * @public
11
+ */
12
+ export interface CreateCustomEntityTypeRequest {
13
+ /**
14
+ * <p>A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per Amazon Web Services account.</p>
15
+ * @public
16
+ */
17
+ Name: string | undefined;
18
+ /**
19
+ * <p>A regular expression string that is used for detecting sensitive data in a custom pattern.</p>
20
+ * @public
21
+ */
22
+ RegexString: string | undefined;
23
+ /**
24
+ * <p>A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.</p>
25
+ * <p>If no context words are passed only a regular expression is checked.</p>
26
+ * @public
27
+ */
28
+ ContextWords?: string[] | undefined;
29
+ /**
30
+ * <p>A list of tags applied to the custom entity type.</p>
31
+ * @public
32
+ */
33
+ Tags?: Record<string, string> | undefined;
34
+ }
35
+ /**
36
+ * @public
37
+ */
38
+ export interface CreateCustomEntityTypeResponse {
39
+ /**
40
+ * <p>The name of the custom pattern you created.</p>
41
+ * @public
42
+ */
43
+ Name?: string | undefined;
44
+ }
45
+ /**
46
+ * <p>A database that points to an entity outside the Glue Data Catalog.</p>
47
+ * @public
48
+ */
49
+ export interface FederatedDatabase {
50
+ /**
51
+ * <p>A unique identifier for the federated database.</p>
52
+ * @public
53
+ */
54
+ Identifier?: string | undefined;
55
+ /**
56
+ * <p>The name of the connection to the external metastore.</p>
57
+ * @public
58
+ */
59
+ ConnectionName?: string | undefined;
60
+ /**
61
+ * <p>The type of connection used to access the federated database, such as JDBC, ODBC, or other supported connection protocols.</p>
62
+ * @public
63
+ */
64
+ ConnectionType?: string | undefined;
65
+ }
66
+ /**
67
+ * <p>A structure that describes a target database for resource linking.</p>
68
+ * @public
69
+ */
70
+ export interface DatabaseIdentifier {
71
+ /**
72
+ * <p>The ID of the Data Catalog in which the database resides.</p>
73
+ * @public
74
+ */
75
+ CatalogId?: string | undefined;
76
+ /**
77
+ * <p>The name of the catalog database.</p>
78
+ * @public
79
+ */
80
+ DatabaseName?: string | undefined;
81
+ /**
82
+ * <p>Region of the target database.</p>
83
+ * @public
84
+ */
85
+ Region?: string | undefined;
86
+ }
87
+ /**
88
+ * <p>The structure used to create or update a database.</p>
89
+ * @public
90
+ */
91
+ export interface DatabaseInput {
92
+ /**
93
+ * <p>The name of the database. For Hive compatibility, this is folded to lowercase when it is
94
+ * stored.</p>
95
+ * @public
96
+ */
97
+ Name: string | undefined;
98
+ /**
99
+ * <p>A description of the database.</p>
100
+ * @public
101
+ */
102
+ Description?: string | undefined;
103
+ /**
104
+ * <p>The location of the database (for example, an HDFS path). </p>
105
+ * @public
106
+ */
107
+ LocationUri?: string | undefined;
108
+ /**
109
+ * <p>These key-value pairs define parameters and properties
110
+ * of the database.</p>
111
+ * <p>These key-value pairs define parameters and properties of the database.</p>
112
+ * @public
113
+ */
114
+ Parameters?: Record<string, string> | undefined;
115
+ /**
116
+ * <p>Creates a set of default permissions on the table for principals. Used by Lake Formation. Not used in the normal course of Glue operations.</p>
117
+ * @public
118
+ */
119
+ CreateTableDefaultPermissions?: PrincipalPermissions[] | undefined;
120
+ /**
121
+ * <p>A <code>DatabaseIdentifier</code> structure that describes a target database for resource linking.</p>
122
+ * @public
123
+ */
124
+ TargetDatabase?: DatabaseIdentifier | undefined;
125
+ /**
126
+ * <p>A <code>FederatedDatabase</code> structure that references an entity outside the Glue Data Catalog.</p>
127
+ * @public
128
+ */
129
+ FederatedDatabase?: FederatedDatabase | undefined;
130
+ }
131
+ /**
132
+ * @public
133
+ */
134
+ export interface CreateDatabaseRequest {
135
+ /**
136
+ * <p>The ID of the Data Catalog in which to create the database. If none is provided, the Amazon Web Services
137
+ * account ID is used by default.</p>
138
+ * @public
139
+ */
140
+ CatalogId?: string | undefined;
141
+ /**
142
+ * <p>The metadata for the database.</p>
143
+ * @public
144
+ */
145
+ DatabaseInput: DatabaseInput | undefined;
146
+ /**
147
+ * <p>The tags you assign to the database.</p>
148
+ * @public
149
+ */
150
+ Tags?: Record<string, string> | undefined;
151
+ }
152
+ /**
153
+ * @public
154
+ */
155
+ export interface CreateDatabaseResponse {
156
+ }
157
+ /**
158
+ * <p>An object representing an Glue table.</p>
159
+ * @public
160
+ */
161
+ export interface DataQualityTargetTable {
162
+ /**
163
+ * <p>The name of the Glue table.</p>
164
+ * @public
165
+ */
166
+ TableName: string | undefined;
167
+ /**
168
+ * <p>The name of the database where the Glue table exists.</p>
169
+ * @public
170
+ */
171
+ DatabaseName: string | undefined;
172
+ /**
173
+ * <p>The catalog id where the Glue table exists.</p>
174
+ * @public
175
+ */
176
+ CatalogId?: string | undefined;
177
+ }
4
178
  /**
5
179
  * <p>A request to create a data quality ruleset.</p>
6
180
  * @public
@@ -284,6 +458,106 @@ export interface CreateDevEndpointResponse {
284
458
  */
285
459
  Arguments?: Record<string, string> | undefined;
286
460
  }
461
+ /**
462
+ * @public
463
+ */
464
+ export interface CreateGlossaryRequest {
465
+ /**
466
+ * <p>The name of the glossary.</p>
467
+ * @public
468
+ */
469
+ Name: string | undefined;
470
+ /**
471
+ * <p>The description of the glossary.</p>
472
+ * @public
473
+ */
474
+ Description?: string | undefined;
475
+ /**
476
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
477
+ * @public
478
+ */
479
+ ClientToken?: string | undefined;
480
+ }
481
+ /**
482
+ * @public
483
+ */
484
+ export interface CreateGlossaryResponse {
485
+ /**
486
+ * <p>The unique identifier of the glossary.</p>
487
+ * @public
488
+ */
489
+ Id?: string | undefined;
490
+ /**
491
+ * <p>The name of the glossary.</p>
492
+ * @public
493
+ */
494
+ Name?: string | undefined;
495
+ /**
496
+ * <p>The description of the glossary.</p>
497
+ * @public
498
+ */
499
+ Description?: string | undefined;
500
+ }
501
+ /**
502
+ * @public
503
+ */
504
+ export interface CreateGlossaryTermRequest {
505
+ /**
506
+ * <p>The unique identifier of the glossary in which to create the term.</p>
507
+ * @public
508
+ */
509
+ GlossaryIdentifier: string | undefined;
510
+ /**
511
+ * <p>The name of the glossary term.</p>
512
+ * @public
513
+ */
514
+ Name: string | undefined;
515
+ /**
516
+ * <p>A short description of the glossary term.</p>
517
+ * @public
518
+ */
519
+ ShortDescription?: string | undefined;
520
+ /**
521
+ * <p>A long description of the glossary term.</p>
522
+ * @public
523
+ */
524
+ LongDescription?: string | undefined;
525
+ /**
526
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
527
+ * @public
528
+ */
529
+ ClientToken?: string | undefined;
530
+ }
531
+ /**
532
+ * @public
533
+ */
534
+ export interface CreateGlossaryTermResponse {
535
+ /**
536
+ * <p>The unique identifier of the glossary term.</p>
537
+ * @public
538
+ */
539
+ Id?: string | undefined;
540
+ /**
541
+ * <p>The unique identifier of the glossary containing this term.</p>
542
+ * @public
543
+ */
544
+ GlossaryId?: string | undefined;
545
+ /**
546
+ * <p>The name of the glossary term.</p>
547
+ * @public
548
+ */
549
+ Name?: string | undefined;
550
+ /**
551
+ * <p>The short description of the glossary term.</p>
552
+ * @public
553
+ */
554
+ ShortDescription?: string | undefined;
555
+ /**
556
+ * <p>The long description of the glossary term.</p>
557
+ * @public
558
+ */
559
+ LongDescription?: string | undefined;
560
+ }
287
561
  /**
288
562
  * <p>Request to create a new Glue Identity Center configuration.</p>
289
563
  * @public
@@ -2573,81 +2847,146 @@ export interface CreateWorkflowResponse {
2573
2847
  /**
2574
2848
  * @public
2575
2849
  */
2576
- export interface DeleteBlueprintRequest {
2850
+ export interface DeleteAssetRequest {
2577
2851
  /**
2578
- * <p>The name of the blueprint to delete.</p>
2852
+ * <p>The unique identifier of the asset to delete.</p>
2579
2853
  * @public
2580
2854
  */
2581
- Name: string | undefined;
2855
+ Identifier: string | undefined;
2582
2856
  }
2583
2857
  /**
2584
2858
  * @public
2585
2859
  */
2586
- export interface DeleteBlueprintResponse {
2587
- /**
2588
- * <p>Returns the name of the blueprint that was deleted.</p>
2589
- * @public
2590
- */
2591
- Name?: string | undefined;
2860
+ export interface DeleteAssetResponse {
2592
2861
  }
2593
2862
  /**
2594
2863
  * @public
2595
2864
  */
2596
- export interface DeleteCatalogRequest {
2865
+ export interface DeleteAssetTypeRequest {
2597
2866
  /**
2598
- * <p>The ID of the catalog.</p>
2867
+ * <p>The identifier of the asset type to delete.</p>
2599
2868
  * @public
2600
2869
  */
2601
- CatalogId: string | undefined;
2870
+ Identifier: string | undefined;
2602
2871
  }
2603
2872
  /**
2604
2873
  * @public
2605
2874
  */
2606
- export interface DeleteCatalogResponse {
2875
+ export interface DeleteAssetTypeResponse {
2607
2876
  }
2608
2877
  /**
2609
2878
  * @public
2610
2879
  */
2611
- export interface DeleteClassifierRequest {
2880
+ export interface DeleteAttachmentRequest {
2612
2881
  /**
2613
- * <p>Name of the classifier to remove.</p>
2882
+ * <p>The unique identifier of the asset from which to delete the attachment.</p>
2614
2883
  * @public
2615
2884
  */
2616
- Name: string | undefined;
2617
- }
2618
- /**
2619
- * @public
2620
- */
2621
- export interface DeleteClassifierResponse {
2622
- }
2623
- /**
2624
- * @public
2625
- */
2626
- export interface DeleteColumnStatisticsForPartitionRequest {
2885
+ AssetIdentifier: string | undefined;
2627
2886
  /**
2628
- * <p>The ID of the Data Catalog where the partitions in question reside.
2629
- * If none is supplied, the Amazon Web Services account ID is used by default.</p>
2887
+ * <p>The name of the iterable form. When specified along with <code>itemIdentifier</code>, the attachment is deleted from an item within the iterable form rather than from the asset itself.</p>
2630
2888
  * @public
2631
2889
  */
2632
- CatalogId?: string | undefined;
2890
+ IterableFormName?: string | undefined;
2633
2891
  /**
2634
- * <p>The name of the catalog database where the partitions reside.</p>
2892
+ * <p>The identifier of the item within the iterable form. Required when <code>iterableFormName</code> is specified.</p>
2635
2893
  * @public
2636
2894
  */
2637
- DatabaseName: string | undefined;
2895
+ ItemIdentifier?: string | undefined;
2638
2896
  /**
2639
- * <p>The name of the partitions' table.</p>
2897
+ * <p>The name of the attachment to delete.</p>
2640
2898
  * @public
2641
2899
  */
2642
- TableName: string | undefined;
2900
+ AttachmentName: string | undefined;
2901
+ }
2902
+ /**
2903
+ * @public
2904
+ */
2905
+ export interface DeleteAttachmentResponse {
2643
2906
  /**
2644
- * <p>A list of partition values identifying the partition.</p>
2907
+ * <p>The unique identifier of the asset.</p>
2645
2908
  * @public
2646
2909
  */
2647
- PartitionValues: string[] | undefined;
2648
- /**
2649
- * <p>Name of the column.</p>
2650
- * @public
2910
+ AssetIdentifier?: string | undefined;
2911
+ }
2912
+ /**
2913
+ * @public
2914
+ */
2915
+ export interface DeleteBlueprintRequest {
2916
+ /**
2917
+ * <p>The name of the blueprint to delete.</p>
2918
+ * @public
2919
+ */
2920
+ Name: string | undefined;
2921
+ }
2922
+ /**
2923
+ * @public
2924
+ */
2925
+ export interface DeleteBlueprintResponse {
2926
+ /**
2927
+ * <p>Returns the name of the blueprint that was deleted.</p>
2928
+ * @public
2929
+ */
2930
+ Name?: string | undefined;
2931
+ }
2932
+ /**
2933
+ * @public
2934
+ */
2935
+ export interface DeleteCatalogRequest {
2936
+ /**
2937
+ * <p>The ID of the catalog.</p>
2938
+ * @public
2939
+ */
2940
+ CatalogId: string | undefined;
2941
+ }
2942
+ /**
2943
+ * @public
2944
+ */
2945
+ export interface DeleteCatalogResponse {
2946
+ }
2947
+ /**
2948
+ * @public
2949
+ */
2950
+ export interface DeleteClassifierRequest {
2951
+ /**
2952
+ * <p>Name of the classifier to remove.</p>
2953
+ * @public
2954
+ */
2955
+ Name: string | undefined;
2956
+ }
2957
+ /**
2958
+ * @public
2959
+ */
2960
+ export interface DeleteClassifierResponse {
2961
+ }
2962
+ /**
2963
+ * @public
2964
+ */
2965
+ export interface DeleteColumnStatisticsForPartitionRequest {
2966
+ /**
2967
+ * <p>The ID of the Data Catalog where the partitions in question reside.
2968
+ * If none is supplied, the Amazon Web Services account ID is used by default.</p>
2969
+ * @public
2970
+ */
2971
+ CatalogId?: string | undefined;
2972
+ /**
2973
+ * <p>The name of the catalog database where the partitions reside.</p>
2974
+ * @public
2975
+ */
2976
+ DatabaseName: string | undefined;
2977
+ /**
2978
+ * <p>The name of the partitions' table.</p>
2979
+ * @public
2980
+ */
2981
+ TableName: string | undefined;
2982
+ /**
2983
+ * <p>A list of partition values identifying the partition.</p>
2984
+ * @public
2985
+ */
2986
+ PartitionValues: string[] | undefined;
2987
+ /**
2988
+ * <p>Name of the column.</p>
2989
+ * @public
2651
2990
  */
2652
2991
  ColumnName: string | undefined;
2653
2992
  }
@@ -2830,6 +3169,51 @@ export interface DeleteDevEndpointRequest {
2830
3169
  */
2831
3170
  export interface DeleteDevEndpointResponse {
2832
3171
  }
3172
+ /**
3173
+ * @public
3174
+ */
3175
+ export interface DeleteFormTypeRequest {
3176
+ /**
3177
+ * <p>The identifier of the form type to delete.</p>
3178
+ * @public
3179
+ */
3180
+ Identifier: string | undefined;
3181
+ }
3182
+ /**
3183
+ * @public
3184
+ */
3185
+ export interface DeleteFormTypeResponse {
3186
+ }
3187
+ /**
3188
+ * @public
3189
+ */
3190
+ export interface DeleteGlossaryRequest {
3191
+ /**
3192
+ * <p>The unique identifier of the glossary to delete.</p>
3193
+ * @public
3194
+ */
3195
+ Identifier: string | undefined;
3196
+ }
3197
+ /**
3198
+ * @public
3199
+ */
3200
+ export interface DeleteGlossaryResponse {
3201
+ }
3202
+ /**
3203
+ * @public
3204
+ */
3205
+ export interface DeleteGlossaryTermRequest {
3206
+ /**
3207
+ * <p>The unique identifier of the glossary term to delete.</p>
3208
+ * @public
3209
+ */
3210
+ Identifier: string | undefined;
3211
+ }
3212
+ /**
3213
+ * @public
3214
+ */
3215
+ export interface DeleteGlossaryTermResponse {
3216
+ }
2833
3217
  /**
2834
3218
  * <p>Request to delete the existing Glue Identity Center configuration.</p>
2835
3219
  * @public
@@ -4213,6 +4597,147 @@ export interface DescribeIntegrationsResponse {
4213
4597
  */
4214
4598
  Marker?: string | undefined;
4215
4599
  }
4600
+ /**
4601
+ * @public
4602
+ */
4603
+ export interface DisassociateGlossaryTermsRequest {
4604
+ /**
4605
+ * <p>The unique identifier of the asset to disassociate glossary terms from.</p>
4606
+ * @public
4607
+ */
4608
+ AssetIdentifier: string | undefined;
4609
+ /**
4610
+ * <p>The list of glossary term identifiers to disassociate from the asset.</p>
4611
+ * @public
4612
+ */
4613
+ GlossaryTermIdentifiers: string[] | undefined;
4614
+ /**
4615
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
4616
+ * @public
4617
+ */
4618
+ ClientToken?: string | undefined;
4619
+ }
4620
+ /**
4621
+ * @public
4622
+ */
4623
+ export interface DisassociateGlossaryTermsResponse {
4624
+ /**
4625
+ * <p>The unique identifier of the asset.</p>
4626
+ * @public
4627
+ */
4628
+ AssetIdentifier?: string | undefined;
4629
+ /**
4630
+ * <p>The remaining glossary terms associated with the asset.</p>
4631
+ * @public
4632
+ */
4633
+ GlossaryTerms?: string[] | undefined;
4634
+ }
4635
+ /**
4636
+ * @public
4637
+ */
4638
+ export interface GetAssetInput {
4639
+ /**
4640
+ * <p>The unique identifier of the asset to retrieve.</p>
4641
+ * @public
4642
+ */
4643
+ Identifier: string | undefined;
4644
+ }
4645
+ /**
4646
+ * <p>An iterable form available on an asset, identified by its form type.</p>
4647
+ * @public
4648
+ */
4649
+ export interface IterableFormEntry {
4650
+ /**
4651
+ * <p>The form type identifier of the iterable form (for example, <code>columns</code>), used to retrieve its items via <code>ListIterableForms</code> or <code>BatchGetIterableForms</code>.</p>
4652
+ * @public
4653
+ */
4654
+ FormTypeId?: string | undefined;
4655
+ }
4656
+ /**
4657
+ * @public
4658
+ */
4659
+ export interface GetAssetOutput {
4660
+ /**
4661
+ * <p>The unique identifier of the asset.</p>
4662
+ * @public
4663
+ */
4664
+ Id: string | undefined;
4665
+ /**
4666
+ * <p>The name of the asset.</p>
4667
+ * @public
4668
+ */
4669
+ Name?: string | undefined;
4670
+ /**
4671
+ * <p>The description of the asset.</p>
4672
+ * @public
4673
+ */
4674
+ Description?: string | undefined;
4675
+ /**
4676
+ * <p>The timestamp at which the asset was created.</p>
4677
+ * @public
4678
+ */
4679
+ CreatedAt?: Date | undefined;
4680
+ /**
4681
+ * <p>The timestamp at which the asset was last updated.</p>
4682
+ * @public
4683
+ */
4684
+ UpdatedAt?: Date | undefined;
4685
+ /**
4686
+ * <p>The identifier of the asset type for this asset.</p>
4687
+ * @public
4688
+ */
4689
+ AssetTypeId: string | undefined;
4690
+ /**
4691
+ * <p>The identifiers of the glossary terms associated with the asset.</p>
4692
+ * @public
4693
+ */
4694
+ GlossaryTerms?: string[] | undefined;
4695
+ /**
4696
+ * <p>The forms on the asset, keyed by form name.</p>
4697
+ * @public
4698
+ */
4699
+ Forms?: Record<string, AssetFormEntry> | undefined;
4700
+ /**
4701
+ * <p>Additional attachments on the asset for more context, keyed by attachment name.</p>
4702
+ * @public
4703
+ */
4704
+ Attachments?: Record<string, AssetFormEntry> | undefined;
4705
+ /**
4706
+ * <p>The iterable forms available on the asset, keyed by form name (for example, <code>columns</code>). Use the form name with <code>ListIterableForms</code> or <code>BatchGetIterableForms</code> to retrieve the form's items.</p>
4707
+ * @public
4708
+ */
4709
+ IterableForms?: Record<string, IterableFormEntry> | undefined;
4710
+ }
4711
+ /**
4712
+ * @public
4713
+ */
4714
+ export interface GetAssetTypeRequest {
4715
+ /**
4716
+ * <p>The identifier of the asset type to retrieve.</p>
4717
+ * @public
4718
+ */
4719
+ Identifier: string | undefined;
4720
+ }
4721
+ /**
4722
+ * @public
4723
+ */
4724
+ export interface GetAssetTypeResponse {
4725
+ /**
4726
+ * <p>The identifier of the asset type.</p>
4727
+ * @public
4728
+ */
4729
+ Id?: string | undefined;
4730
+ /**
4731
+ * <p>The name of the asset type.</p>
4732
+ * @public
4733
+ */
4734
+ Name?: string | undefined;
4735
+ /**
4736
+ * <p>The forms that make up the asset type, keyed by form name.</p>
4737
+ * @public
4738
+ */
4739
+ Forms?: Record<string, AssetTypeFormReference> | undefined;
4740
+ }
4216
4741
  /**
4217
4742
  * @public
4218
4743
  */
@@ -6770,718 +7295,3 @@ export interface GetDataQualityRulesetResponse {
6770
7295
  */
6771
7296
  DataQualitySecurityConfiguration?: string | undefined;
6772
7297
  }
6773
- /**
6774
- * @public
6775
- */
6776
- export interface GetDataQualityRulesetEvaluationRunRequest {
6777
- /**
6778
- * <p>The unique run identifier associated with this run.</p>
6779
- * @public
6780
- */
6781
- RunId: string | undefined;
6782
- }
6783
- /**
6784
- * <p>Additional run options you can specify for an evaluation run.</p>
6785
- * @public
6786
- */
6787
- export interface DataQualityEvaluationRunAdditionalRunOptions {
6788
- /**
6789
- * <p>Whether or not to enable CloudWatch metrics.</p>
6790
- * @public
6791
- */
6792
- CloudWatchMetricsEnabled?: boolean | undefined;
6793
- /**
6794
- * <p>Prefix for Amazon S3 to store results.</p>
6795
- * @public
6796
- */
6797
- ResultsS3Prefix?: string | undefined;
6798
- /**
6799
- * <p>Set the evaluation method for composite rules in the ruleset to ROW/COLUMN</p>
6800
- * @public
6801
- */
6802
- CompositeRuleEvaluationMethod?: DQCompositeRuleEvaluationMethod | undefined;
6803
- /**
6804
- * <p>A custom prefix for the CloudWatch log group names. When specified, evaluation run logs are written to <code><CustomLogGroupPrefix>/error</code> and <code><CustomLogGroupPrefix>/output</code> instead of the default <code>/aws-glue/data-quality/error</code> and <code>/aws-glue/data-quality/output</code> log groups.</p>
6805
- * @public
6806
- */
6807
- CustomLogGroupPrefix?: string | undefined;
6808
- }
6809
- /**
6810
- * @public
6811
- */
6812
- export interface GetDataQualityRulesetEvaluationRunResponse {
6813
- /**
6814
- * <p>The unique run identifier associated with this run.</p>
6815
- * @public
6816
- */
6817
- RunId?: string | undefined;
6818
- /**
6819
- * <p>The data source (an Glue table) associated with this evaluation run.</p>
6820
- * @public
6821
- */
6822
- DataSource?: DataSource | undefined;
6823
- /**
6824
- * <p>An IAM role supplied to encrypt the results of the run.</p>
6825
- * @public
6826
- */
6827
- Role?: string | undefined;
6828
- /**
6829
- * <p>The number of <code>G.1X</code> workers to be used in the run. The default is 5.</p>
6830
- * @public
6831
- */
6832
- NumberOfWorkers?: number | undefined;
6833
- /**
6834
- * <p>The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).</p>
6835
- * @public
6836
- */
6837
- Timeout?: number | undefined;
6838
- /**
6839
- * <p>Additional run options you can specify for an evaluation run.</p>
6840
- * @public
6841
- */
6842
- AdditionalRunOptions?: DataQualityEvaluationRunAdditionalRunOptions | undefined;
6843
- /**
6844
- * <p>The status for this run.</p>
6845
- * @public
6846
- */
6847
- Status?: TaskStatusType | undefined;
6848
- /**
6849
- * <p>The error strings that are associated with the run.</p>
6850
- * @public
6851
- */
6852
- ErrorString?: string | undefined;
6853
- /**
6854
- * <p>The date and time when this run started.</p>
6855
- * @public
6856
- */
6857
- StartedOn?: Date | undefined;
6858
- /**
6859
- * <p>A timestamp. The last point in time when this data quality rule recommendation run was modified.</p>
6860
- * @public
6861
- */
6862
- LastModifiedOn?: Date | undefined;
6863
- /**
6864
- * <p>The date and time when this run was completed.</p>
6865
- * @public
6866
- */
6867
- CompletedOn?: Date | undefined;
6868
- /**
6869
- * <p>The amount of time (in seconds) that the run consumed resources.</p>
6870
- * @public
6871
- */
6872
- ExecutionTime?: number | undefined;
6873
- /**
6874
- * <p>A list of ruleset names for the run. Currently, this parameter takes only one Ruleset name.</p>
6875
- * @public
6876
- */
6877
- RulesetNames?: string[] | undefined;
6878
- /**
6879
- * <p>A list of result IDs for the data quality results for the run.</p>
6880
- * @public
6881
- */
6882
- ResultIds?: string[] | undefined;
6883
- /**
6884
- * <p>A map of reference strings to additional data sources you can specify for an evaluation run.</p>
6885
- * @public
6886
- */
6887
- AdditionalDataSources?: Record<string, DataSource> | undefined;
6888
- }
6889
- /**
6890
- * @public
6891
- */
6892
- export interface GetDevEndpointRequest {
6893
- /**
6894
- * <p>Name of the <code>DevEndpoint</code> to retrieve information for.</p>
6895
- * @public
6896
- */
6897
- EndpointName: string | undefined;
6898
- }
6899
- /**
6900
- * @public
6901
- */
6902
- export interface GetDevEndpointResponse {
6903
- /**
6904
- * <p>A <code>DevEndpoint</code> definition.</p>
6905
- * @public
6906
- */
6907
- DevEndpoint?: DevEndpoint | undefined;
6908
- }
6909
- /**
6910
- * @public
6911
- */
6912
- export interface GetDevEndpointsRequest {
6913
- /**
6914
- * <p>The maximum size of information to return.</p>
6915
- * @public
6916
- */
6917
- MaxResults?: number | undefined;
6918
- /**
6919
- * <p>A continuation token, if this is a continuation call.</p>
6920
- * @public
6921
- */
6922
- NextToken?: string | undefined;
6923
- }
6924
- /**
6925
- * @public
6926
- */
6927
- export interface GetDevEndpointsResponse {
6928
- /**
6929
- * <p>A list of <code>DevEndpoint</code> definitions.</p>
6930
- * @public
6931
- */
6932
- DevEndpoints?: DevEndpoint[] | undefined;
6933
- /**
6934
- * <p>A continuation token, if not all <code>DevEndpoint</code> definitions have yet been
6935
- * returned.</p>
6936
- * @public
6937
- */
6938
- NextToken?: string | undefined;
6939
- }
6940
- /**
6941
- * @public
6942
- */
6943
- export interface GetEntityRecordsRequest {
6944
- /**
6945
- * <p>The name of the connection that contains the connection type credentials.</p>
6946
- * @public
6947
- */
6948
- ConnectionName?: string | undefined;
6949
- /**
6950
- * <p>The catalog ID of the catalog that contains the connection. This can be null, By default, the Amazon Web Services Account ID is the catalog ID.</p>
6951
- * @public
6952
- */
6953
- CatalogId?: string | undefined;
6954
- /**
6955
- * <p>Name of the entity that we want to query the preview data from the given connection type.</p>
6956
- * @public
6957
- */
6958
- EntityName: string | undefined;
6959
- /**
6960
- * <p>A continuation token, included if this is a continuation call.</p>
6961
- * @public
6962
- */
6963
- NextToken?: string | undefined;
6964
- /**
6965
- * <p>The API version of the SaaS connector.</p>
6966
- * @public
6967
- */
6968
- DataStoreApiVersion?: string | undefined;
6969
- /**
6970
- * <p>Connector options that are required to query the data.</p>
6971
- * @public
6972
- */
6973
- ConnectionOptions?: Record<string, string> | undefined;
6974
- /**
6975
- * <p>A filter predicate that you can apply in the query request.</p>
6976
- * @public
6977
- */
6978
- FilterPredicate?: string | undefined;
6979
- /**
6980
- * <p>Limits the number of records fetched with the request.</p>
6981
- * @public
6982
- */
6983
- Limit: number | undefined;
6984
- /**
6985
- * <p>A parameter that orders the response preview data.</p>
6986
- * @public
6987
- */
6988
- OrderBy?: string | undefined;
6989
- /**
6990
- * <p> List of fields that we want to fetch as part of preview data.</p>
6991
- * @public
6992
- */
6993
- SelectedFields?: string[] | undefined;
6994
- }
6995
- /**
6996
- * @public
6997
- */
6998
- export interface GetEntityRecordsResponse {
6999
- /**
7000
- * <p>A list of the requested objects.</p>
7001
- * @public
7002
- */
7003
- Records?: __DocumentType[] | undefined;
7004
- /**
7005
- * <p>A continuation token, present if the current segment is not the last.</p>
7006
- * @public
7007
- */
7008
- NextToken?: string | undefined;
7009
- }
7010
- /**
7011
- * <p>Request to retrieve the Glue Identity Center configuration.</p>
7012
- * @public
7013
- */
7014
- export interface GetGlueIdentityCenterConfigurationRequest {
7015
- }
7016
- /**
7017
- * <p>Response containing the Glue Identity Center configuration details.</p>
7018
- * @public
7019
- */
7020
- export interface GetGlueIdentityCenterConfigurationResponse {
7021
- /**
7022
- * <p>The Amazon Resource Name (ARN) of the Identity Center application associated with the Glue configuration.</p>
7023
- * @public
7024
- */
7025
- ApplicationArn?: string | undefined;
7026
- /**
7027
- * <p>The Amazon Resource Name (ARN) of the Identity Center instance associated with the Glue configuration.</p>
7028
- * @public
7029
- */
7030
- InstanceArn?: string | undefined;
7031
- /**
7032
- * <p>A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.</p>
7033
- * @public
7034
- */
7035
- Scopes?: string[] | undefined;
7036
- /**
7037
- * <p>Indicates whether users can run background sessions when using Identity Center authentication with Glue services.</p>
7038
- * @public
7039
- */
7040
- UserBackgroundSessionsEnabled?: boolean | undefined;
7041
- }
7042
- /**
7043
- * @public
7044
- */
7045
- export interface GetIntegrationResourcePropertyRequest {
7046
- /**
7047
- * <p>The connection ARN of the source, or the database ARN of the target.</p>
7048
- * @public
7049
- */
7050
- ResourceArn: string | undefined;
7051
- }
7052
- /**
7053
- * @public
7054
- */
7055
- export interface GetIntegrationResourcePropertyResponse {
7056
- /**
7057
- * <p>The connection ARN of the source, or the database ARN of the target.</p>
7058
- * @public
7059
- */
7060
- ResourceArn?: string | undefined;
7061
- /**
7062
- * <p>The resource ARN created through this create API. The format is something like arn:aws:glue:<region>:<account_id>:integrationresourceproperty/*</p>
7063
- * @public
7064
- */
7065
- ResourcePropertyArn?: string | undefined;
7066
- /**
7067
- * <p>The resource properties associated with the integration source.</p>
7068
- * @public
7069
- */
7070
- SourceProcessingProperties?: SourceProcessingProperties | undefined;
7071
- /**
7072
- * <p>The resource properties associated with the integration target.</p>
7073
- * @public
7074
- */
7075
- TargetProcessingProperties?: TargetProcessingProperties | undefined;
7076
- }
7077
- /**
7078
- * @public
7079
- */
7080
- export interface GetIntegrationTablePropertiesRequest {
7081
- /**
7082
- * <p>The Amazon Resource Name (ARN) of the target table for which to retrieve integration table properties. Currently, this API only supports retrieving
7083
- * properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for retrieving integration
7084
- * table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release.
7085
- * </p>
7086
- * @public
7087
- */
7088
- ResourceArn: string | undefined;
7089
- /**
7090
- * <p>The name of the table to be replicated.</p>
7091
- * @public
7092
- */
7093
- TableName: string | undefined;
7094
- }
7095
- /**
7096
- * @public
7097
- */
7098
- export interface GetIntegrationTablePropertiesResponse {
7099
- /**
7100
- * <p>The Amazon Resource Name (ARN) of the target table for which to retrieve integration table properties. Currently, this API only supports retrieving
7101
- * properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for retrieving integration
7102
- * table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release.
7103
- * </p>
7104
- * @public
7105
- */
7106
- ResourceArn?: string | undefined;
7107
- /**
7108
- * <p>The name of the table to be replicated.</p>
7109
- * @public
7110
- */
7111
- TableName?: string | undefined;
7112
- /**
7113
- * <p>A structure for the source table configuration.</p>
7114
- * @public
7115
- */
7116
- SourceTableConfig?: SourceTableConfig | undefined;
7117
- /**
7118
- * <p>A structure for the target table configuration.</p>
7119
- * @public
7120
- */
7121
- TargetTableConfig?: TargetTableConfig | undefined;
7122
- }
7123
- /**
7124
- * @public
7125
- */
7126
- export interface GetJobRequest {
7127
- /**
7128
- * <p>The name of the job definition to retrieve.</p>
7129
- * @public
7130
- */
7131
- JobName: string | undefined;
7132
- }
7133
- /**
7134
- * @public
7135
- */
7136
- export interface GetJobBookmarkRequest {
7137
- /**
7138
- * <p>The name of the job in question.</p>
7139
- * @public
7140
- */
7141
- JobName: string | undefined;
7142
- /**
7143
- * <p>The unique run identifier associated with this job run.</p>
7144
- * @public
7145
- */
7146
- RunId?: string | undefined;
7147
- }
7148
- /**
7149
- * <p>Defines a point that a job can resume processing.</p>
7150
- * @public
7151
- */
7152
- export interface JobBookmarkEntry {
7153
- /**
7154
- * <p>The name of the job in question.</p>
7155
- * @public
7156
- */
7157
- JobName?: string | undefined;
7158
- /**
7159
- * <p>The version of the job.</p>
7160
- * @public
7161
- */
7162
- Version?: number | undefined;
7163
- /**
7164
- * <p>The run ID number.</p>
7165
- * @public
7166
- */
7167
- Run?: number | undefined;
7168
- /**
7169
- * <p>The attempt ID number.</p>
7170
- * @public
7171
- */
7172
- Attempt?: number | undefined;
7173
- /**
7174
- * <p>The unique run identifier associated with the previous job run.</p>
7175
- * @public
7176
- */
7177
- PreviousRunId?: string | undefined;
7178
- /**
7179
- * <p>The run ID number.</p>
7180
- * @public
7181
- */
7182
- RunId?: string | undefined;
7183
- /**
7184
- * <p>The bookmark itself.</p>
7185
- * @public
7186
- */
7187
- JobBookmark?: string | undefined;
7188
- }
7189
- /**
7190
- * @public
7191
- */
7192
- export interface GetJobBookmarkResponse {
7193
- /**
7194
- * <p>A structure that defines a point that a job can resume processing.</p>
7195
- * @public
7196
- */
7197
- JobBookmarkEntry?: JobBookmarkEntry | undefined;
7198
- }
7199
- /**
7200
- * @public
7201
- */
7202
- export interface GetJobRunRequest {
7203
- /**
7204
- * <p>Name of the job definition being run.</p>
7205
- * @public
7206
- */
7207
- JobName: string | undefined;
7208
- /**
7209
- * <p>The ID of the job run.</p>
7210
- * @public
7211
- */
7212
- RunId: string | undefined;
7213
- /**
7214
- * <p>True if a list of predecessor runs should be returned.</p>
7215
- * @public
7216
- */
7217
- PredecessorsIncluded?: boolean | undefined;
7218
- }
7219
- /**
7220
- * @public
7221
- */
7222
- export interface GetJobRunResponse {
7223
- /**
7224
- * <p>The requested job-run metadata.</p>
7225
- * @public
7226
- */
7227
- JobRun?: JobRun | undefined;
7228
- }
7229
- /**
7230
- * @public
7231
- */
7232
- export interface GetJobRunsRequest {
7233
- /**
7234
- * <p>The name of the job definition for which to retrieve all job runs.</p>
7235
- * @public
7236
- */
7237
- JobName: string | undefined;
7238
- /**
7239
- * <p>A continuation token, if this is a continuation call.</p>
7240
- * @public
7241
- */
7242
- NextToken?: string | undefined;
7243
- /**
7244
- * <p>The maximum size of the response.</p>
7245
- * @public
7246
- */
7247
- MaxResults?: number | undefined;
7248
- }
7249
- /**
7250
- * @public
7251
- */
7252
- export interface GetJobRunsResponse {
7253
- /**
7254
- * <p>A list of job-run metadata objects.</p>
7255
- * @public
7256
- */
7257
- JobRuns?: JobRun[] | undefined;
7258
- /**
7259
- * <p>A continuation token, if not all requested job runs have been returned.</p>
7260
- * @public
7261
- */
7262
- NextToken?: string | undefined;
7263
- }
7264
- /**
7265
- * @public
7266
- */
7267
- export interface GetJobsRequest {
7268
- /**
7269
- * <p>A continuation token, if this is a continuation call.</p>
7270
- * @public
7271
- */
7272
- NextToken?: string | undefined;
7273
- /**
7274
- * <p>The maximum size of the response.</p>
7275
- * @public
7276
- */
7277
- MaxResults?: number | undefined;
7278
- }
7279
- /**
7280
- * <p>The location of resources.</p>
7281
- * @public
7282
- */
7283
- export interface Location {
7284
- /**
7285
- * <p>A JDBC location.</p>
7286
- * @public
7287
- */
7288
- Jdbc?: CodeGenNodeArg[] | undefined;
7289
- /**
7290
- * <p>An Amazon Simple Storage Service (Amazon S3) location.</p>
7291
- * @public
7292
- */
7293
- S3?: CodeGenNodeArg[] | undefined;
7294
- /**
7295
- * <p>An Amazon DynamoDB table location.</p>
7296
- * @public
7297
- */
7298
- DynamoDB?: CodeGenNodeArg[] | undefined;
7299
- }
7300
- /**
7301
- * <p>Specifies a table definition in the Glue Data Catalog.</p>
7302
- * @public
7303
- */
7304
- export interface CatalogEntry {
7305
- /**
7306
- * <p>The database in which the table metadata resides.</p>
7307
- * @public
7308
- */
7309
- DatabaseName: string | undefined;
7310
- /**
7311
- * <p>The name of the table in question.</p>
7312
- * @public
7313
- */
7314
- TableName: string | undefined;
7315
- }
7316
- /**
7317
- * @public
7318
- */
7319
- export interface GetMappingRequest {
7320
- /**
7321
- * <p>Specifies the source table.</p>
7322
- * @public
7323
- */
7324
- Source: CatalogEntry | undefined;
7325
- /**
7326
- * <p>A list of target tables.</p>
7327
- * @public
7328
- */
7329
- Sinks?: CatalogEntry[] | undefined;
7330
- /**
7331
- * <p>Parameters for the mapping.</p>
7332
- * @public
7333
- */
7334
- Location?: Location | undefined;
7335
- }
7336
- /**
7337
- * <p>Defines a mapping.</p>
7338
- * @public
7339
- */
7340
- export interface MappingEntry {
7341
- /**
7342
- * <p>The name of the source table.</p>
7343
- * @public
7344
- */
7345
- SourceTable?: string | undefined;
7346
- /**
7347
- * <p>The source path.</p>
7348
- * @public
7349
- */
7350
- SourcePath?: string | undefined;
7351
- /**
7352
- * <p>The source type.</p>
7353
- * @public
7354
- */
7355
- SourceType?: string | undefined;
7356
- /**
7357
- * <p>The target table.</p>
7358
- * @public
7359
- */
7360
- TargetTable?: string | undefined;
7361
- /**
7362
- * <p>The target path.</p>
7363
- * @public
7364
- */
7365
- TargetPath?: string | undefined;
7366
- /**
7367
- * <p>The target type.</p>
7368
- * @public
7369
- */
7370
- TargetType?: string | undefined;
7371
- }
7372
- /**
7373
- * @public
7374
- */
7375
- export interface GetMappingResponse {
7376
- /**
7377
- * <p>A list of mappings to the specified targets.</p>
7378
- * @public
7379
- */
7380
- Mapping: MappingEntry[] | undefined;
7381
- }
7382
- /**
7383
- * @public
7384
- */
7385
- export interface GetMaterializedViewRefreshTaskRunRequest {
7386
- /**
7387
- * <p>The ID of the Data Catalog where the table resides. If none is supplied, the account ID is used by default.</p>
7388
- * @public
7389
- */
7390
- CatalogId: string | undefined;
7391
- /**
7392
- * <p>The identifier for the particular materialized view refresh task run.</p>
7393
- * @public
7394
- */
7395
- MaterializedViewRefreshTaskRunId: string | undefined;
7396
- }
7397
- /**
7398
- * <p>The object that shows the details of the materialized view refresh task run.</p>
7399
- * @public
7400
- */
7401
- export interface MaterializedViewRefreshTaskRun {
7402
- /**
7403
- * <p>The Amazon Web Services account ID.</p>
7404
- * @public
7405
- */
7406
- CustomerId?: string | undefined;
7407
- /**
7408
- * <p>The identifier of the materialized view refresh task run.</p>
7409
- * @public
7410
- */
7411
- MaterializedViewRefreshTaskRunId?: string | undefined;
7412
- /**
7413
- * <p>The database where the table resides.</p>
7414
- * @public
7415
- */
7416
- DatabaseName?: string | undefined;
7417
- /**
7418
- * <p>The name of the table for which statistics is generated.</p>
7419
- * @public
7420
- */
7421
- TableName?: string | undefined;
7422
- /**
7423
- * <p>The ID of the Data Catalog where the table resides. If none is supplied, the account ID is used by default.</p>
7424
- * @public
7425
- */
7426
- CatalogId?: string | undefined;
7427
- /**
7428
- * <p>The IAM role that the service assumes to generate statistics.</p>
7429
- * @public
7430
- */
7431
- Role?: string | undefined;
7432
- /**
7433
- * <p>The status of the task run.</p>
7434
- * @public
7435
- */
7436
- Status?: MaterializedViewRefreshState | undefined;
7437
- /**
7438
- * <p>The time that this task was created.</p>
7439
- * @public
7440
- */
7441
- CreationTime?: Date | undefined;
7442
- /**
7443
- * <p>The last point in time when this task was modified.</p>
7444
- * @public
7445
- */
7446
- LastUpdated?: Date | undefined;
7447
- /**
7448
- * <p>The start time of the task.</p>
7449
- * @public
7450
- */
7451
- StartTime?: Date | undefined;
7452
- /**
7453
- * <p>The end time of the task.</p>
7454
- * @public
7455
- */
7456
- EndTime?: Date | undefined;
7457
- /**
7458
- * <p>The error message for the job.</p>
7459
- * @public
7460
- */
7461
- ErrorMessage?: string | undefined;
7462
- /**
7463
- * <p>The calculated DPU usage in seconds for all autoscaled workers.</p>
7464
- * @public
7465
- */
7466
- DPUSeconds?: number | undefined;
7467
- /**
7468
- * <p>The type of the refresh task run. Either FULL or INCREMENTAL.</p>
7469
- * @public
7470
- */
7471
- RefreshType?: MaterializedViewRefreshType | undefined;
7472
- /**
7473
- * <p>The number of bytes the refresh task run has scanned to refresh the materialized view.</p>
7474
- * @public
7475
- */
7476
- ProcessedBytes?: number | undefined;
7477
- }
7478
- /**
7479
- * @public
7480
- */
7481
- export interface GetMaterializedViewRefreshTaskRunResponse {
7482
- /**
7483
- * <p>A MaterializedViewRefreshTaskRun object representing the details of the task run.</p>
7484
- * @public
7485
- */
7486
- MaterializedViewRefreshTaskRun?: MaterializedViewRefreshTaskRun | undefined;
7487
- }