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

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 (235) hide show
  1. package/.jsii +11 -11
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/index.js +1 -1
  4. package/node_modules/@aws-sdk/client-cloudformation/README.md +1 -1
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +1 -1
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +1 -1
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +1 -1
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +1 -1
  9. package/node_modules/@aws-sdk/client-cloudformation/package.json +10 -10
  10. package/node_modules/@aws-sdk/client-connect/README.md +11 -6
  11. package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +74 -47
  12. package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +43 -16
  13. package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +12 -7
  14. package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +12 -7
  15. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateVocabularyCommand.d.ts +2 -1
  16. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataV2Command.d.ts +2 -1
  17. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactsCommand.d.ts +17 -0
  18. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPromptsCommand.d.ts +1 -2
  19. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQueuesCommand.d.ts +1 -2
  20. package/node_modules/@aws-sdk/client-connect/dist-types/index.d.ts +12 -7
  21. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +40 -37
  22. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +152 -59
  23. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +69 -63
  24. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +72 -16
  25. package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +3 -0
  26. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +2 -4
  27. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +2 -4
  28. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +4 -2
  29. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +1 -2
  30. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +9 -10
  31. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +9 -10
  32. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +19 -15
  33. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +17 -1
  34. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  35. package/node_modules/@aws-sdk/client-connect/package.json +10 -10
  36. package/node_modules/@aws-sdk/client-glue/README.md +14 -0
  37. package/node_modules/@aws-sdk/client-glue/dist-cjs/index.js +44 -4
  38. package/node_modules/@aws-sdk/client-glue/dist-cjs/models/errors.js +16 -1
  39. package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +133 -51
  40. package/node_modules/@aws-sdk/client-glue/dist-es/Glue.js +4 -0
  41. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDashboardUrlCommand.js +16 -0
  42. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetSessionEndpointCommand.js +16 -0
  43. package/node_modules/@aws-sdk/client-glue/dist-es/commands/index.js +2 -0
  44. package/node_modules/@aws-sdk/client-glue/dist-es/models/enums.js +14 -4
  45. package/node_modules/@aws-sdk/client-glue/dist-es/models/errors.js +14 -0
  46. package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +108 -26
  47. package/node_modules/@aws-sdk/client-glue/dist-types/Glue.d.ts +14 -0
  48. package/node_modules/@aws-sdk/client-glue/dist-types/GlueClient.d.ts +4 -2
  49. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateSessionCommand.d.ts +5 -0
  50. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDashboardUrlCommand.d.ts +93 -0
  51. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -2
  52. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSessionCommand.d.ts +1 -0
  53. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSessionEndpointCommand.d.ts +101 -0
  54. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableCommand.d.ts +121 -0
  55. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionCommand.d.ts +118 -0
  56. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionsCommand.d.ts +118 -0
  57. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTablesCommand.d.ts +119 -1
  58. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +118 -0
  59. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListSessionsCommand.d.ts +1 -0
  60. package/node_modules/@aws-sdk/client-glue/dist-types/commands/RunStatementCommand.d.ts +6 -0
  61. package/node_modules/@aws-sdk/client-glue/dist-types/commands/SearchTablesCommand.d.ts +118 -0
  62. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +2 -1
  63. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDatabaseCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-glue/dist-types/commands/index.d.ts +2 -0
  66. package/node_modules/@aws-sdk/client-glue/dist-types/models/enums.d.ts +38 -12
  67. package/node_modules/@aws-sdk/client-glue/dist-types/models/errors.d.ts +17 -0
  68. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_1.d.ts +41 -28
  69. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +156 -102
  70. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +107 -2
  71. package/node_modules/@aws-sdk/client-glue/dist-types/schemas/schemas_0.d.ts +9 -0
  72. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/Glue.d.ts +34 -0
  73. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/GlueClient.d.ts +12 -0
  74. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDashboardUrlCommand.d.ts +52 -0
  75. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +1 -2
  76. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +53 -0
  77. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +2 -4
  78. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/index.d.ts +2 -0
  81. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/enums.d.ts +19 -6
  82. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/errors.d.ts +8 -0
  83. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_1.d.ts +12 -7
  84. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +36 -23
  85. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_3.d.ts +24 -1
  86. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -0
  87. package/node_modules/@aws-sdk/client-glue/package.json +10 -10
  88. package/node_modules/@aws-sdk/client-lakeformation/package.json +10 -10
  89. package/node_modules/@aws-sdk/client-ram/package.json +10 -10
  90. package/node_modules/@aws-sdk/client-sts/package.json +12 -12
  91. package/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -2291
  92. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +12 -6
  93. package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
  94. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -0
  95. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +11 -6
  96. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +5 -5
  97. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +5 -5
  98. package/node_modules/@aws-sdk/core/package.json +12 -12
  99. package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
  100. package/node_modules/@aws-sdk/credential-provider-http/package.json +11 -10
  101. package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
  102. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  103. package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
  104. package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
  105. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +4 -1
  106. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +4 -1
  107. package/node_modules/@aws-sdk/credential-provider-sso/package.json +12 -10
  108. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -8
  109. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +99 -106
  110. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +62 -120
  111. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +55 -86
  112. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +73 -104
  113. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +102 -185
  114. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +4 -5
  115. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +21 -57
  116. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +1 -2
  117. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -4
  118. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +73 -41
  119. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +4 -5
  120. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +20 -52
  121. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +1 -2
  122. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -4
  123. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +36 -59
  124. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +4 -5
  125. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +17 -45
  126. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +1 -2
  127. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -4
  128. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +32 -32
  129. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +4 -5
  130. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +17 -45
  131. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +1 -2
  132. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -4
  133. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +50 -50
  134. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
  135. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +1 -1
  136. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +34 -96
  137. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +1 -2
  138. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +3 -6
  139. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +63 -80
  140. package/node_modules/@aws-sdk/nested-clients/package.json +11 -11
  141. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +10 -9
  142. package/node_modules/@aws-sdk/token-providers/package.json +8 -8
  143. package/node_modules/@aws-sdk/types/package.json +4 -4
  144. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
  145. package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/CHANGELOG.md +8 -0
  146. package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/README.md +9 -0
  147. package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/package.json +4 -1
  148. package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/strnum.js +9 -1
  149. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  150. package/node_modules/@nodable/entities/package.json +4 -1
  151. package/node_modules/@nodable/entities/src/EntityDecoder.js +104 -3
  152. package/node_modules/@nodable/entities/src/index.d.ts +77 -0
  153. package/node_modules/@nodable/entities/src/index.js +1 -1
  154. package/node_modules/@smithy/core/dist-cjs/index.js +13 -15
  155. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +29 -31
  156. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +2 -4
  157. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +7 -9
  158. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +3 -5
  159. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +22 -23
  160. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +10 -11
  161. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +38 -39
  162. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +10 -11
  163. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +14 -17
  164. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +20 -23
  165. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +9 -11
  166. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +11 -13
  167. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +59 -60
  168. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +26 -27
  169. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +28 -29
  170. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +5 -7
  171. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +4 -6
  172. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +23 -25
  173. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +4 -6
  174. package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +2 -4
  175. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
  176. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js +1 -1
  177. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
  178. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +1 -1
  179. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +2 -2
  180. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +1 -1
  181. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  182. package/node_modules/@smithy/core/package.json +18 -17
  183. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +23 -24
  184. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +2 -2
  185. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js +2 -0
  186. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
  187. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/node-http.d.ts +2 -0
  188. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  189. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -8
  190. package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
  191. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +15 -15
  192. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +7 -6
  193. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +2 -1
  194. package/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +2 -0
  195. package/node_modules/@smithy/node-http-handler/dist-es/node-https.js +2 -0
  196. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
  197. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  198. package/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +2 -0
  199. package/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +2 -0
  200. package/node_modules/@smithy/node-http-handler/package.json +8 -8
  201. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +27 -29
  202. package/node_modules/@smithy/signature-v4/package.json +7 -7
  203. package/node_modules/@smithy/types/dist-cjs/index.js +23 -18
  204. package/node_modules/@smithy/types/package.json +10 -10
  205. package/node_modules/@types/aws-lambda/README.md +1 -1
  206. package/node_modules/@types/aws-lambda/package.json +3 -3
  207. package/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +2 -0
  208. package/node_modules/anynum/LICENSE +21 -0
  209. package/node_modules/anynum/README.md +142 -0
  210. package/node_modules/anynum/anynum.js +135 -0
  211. package/node_modules/anynum/digitTable.js +116 -0
  212. package/node_modules/anynum/package.json +42 -0
  213. package/node_modules/watchpack/README.md +9 -0
  214. package/node_modules/watchpack/lib/DirectoryWatcher.js +182 -25
  215. package/node_modules/watchpack/lib/index.js +55 -15
  216. package/node_modules/watchpack/lib/reducePlan.js +56 -35
  217. package/node_modules/watchpack/lib/util/globToRegExp.js +142 -0
  218. package/node_modules/watchpack/lib/watchEventSource.js +18 -10
  219. package/node_modules/watchpack/package.json +17 -23
  220. package/node_modules/watchpack/types/DirectoryWatcher.d.ts +2 -0
  221. package/node_modules/watchpack/types/index.d.ts +121 -113
  222. package/node_modules/watchpack/types/util/globToRegExp.d.ts +2 -0
  223. package/node_modules/watchpack/types/watchpack.d.ts +1 -1
  224. package/node_modules/which-typed-array/CHANGELOG.md +7 -0
  225. package/node_modules/which-typed-array/eslint.config.mjs +1 -0
  226. package/node_modules/which-typed-array/index.d.ts +22 -31
  227. package/node_modules/which-typed-array/index.js +36 -23
  228. package/node_modules/which-typed-array/package.json +4 -7
  229. package/package.json +14 -14
  230. package/node_modules/glob-to-regexp/.travis.yml +0 -4
  231. package/node_modules/glob-to-regexp/README.md +0 -75
  232. package/node_modules/glob-to-regexp/index.js +0 -130
  233. package/node_modules/glob-to-regexp/package.json +0 -23
  234. package/node_modules/glob-to-regexp/test.js +0 -235
  235. /package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/LICENSE +0 -0
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- GetMetricDataV2Request,
10
- GetMetricDataV2Response,
11
- } from "../models/models_1";
8
+ import { GetMetricDataV2Request } from "../models/models_1";
9
+ import { GetMetricDataV2Response } from "../models/models_2";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface GetMetricDataV2CommandInput extends GetMetricDataV2Request {}
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { SearchPromptsResponse } from "../models/models_2";
9
- import { SearchPromptsRequest } from "../models/models_3";
8
+ import {
9
+ SearchPromptsRequest,
10
+ SearchPromptsResponse,
11
+ } from "../models/models_3";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface SearchPromptsCommandInput extends SearchPromptsRequest {}
@@ -5,8 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { SearchQueuesResponse } from "../models/models_2";
9
- import { SearchQueuesRequest } from "../models/models_3";
8
+ import { SearchQueuesRequest, SearchQueuesResponse } from "../models/models_3";
10
9
  export { __MetadataBearer };
11
10
  export { $Command };
12
11
  export interface SearchQueuesCommandInput extends SearchQueuesRequest {}
@@ -79,7 +79,6 @@ import {
79
79
  ViewStatus,
80
80
  ViewType,
81
81
  VocabularyLanguageCode,
82
- VocabularyState,
83
82
  VoiceEnhancementMode,
84
83
  } from "./enums";
85
84
  export interface ActionSummary {
@@ -252,6 +251,15 @@ export interface AiAgentInfo {
252
251
  AiAgentVersionId?: string | undefined;
253
252
  AiAgentEscalated?: boolean | undefined;
254
253
  }
254
+ export interface AiAgentSearchCriteria {
255
+ Id?: string | undefined;
256
+ VersionNumber?: number | undefined;
257
+ AiAgentEscalated?: boolean | undefined;
258
+ AiUseCase?: AiUseCase | undefined;
259
+ }
260
+ export interface AiAgentsCriteria {
261
+ Criteria?: AiAgentSearchCriteria[] | undefined;
262
+ }
255
263
  export interface AliasConfiguration {
256
264
  EmailAddressId: string | undefined;
257
265
  }
@@ -1749,12 +1757,3 @@ export interface CreateVocabularyRequest {
1749
1757
  Content: string | undefined;
1750
1758
  Tags?: Record<string, string> | undefined;
1751
1759
  }
1752
- export interface CreateVocabularyResponse {
1753
- VocabularyArn: string | undefined;
1754
- VocabularyId: string | undefined;
1755
- State: VocabularyState | undefined;
1756
- }
1757
- export interface ImagesLogo {
1758
- Default?: string | undefined;
1759
- Favicon?: string | undefined;
1760
- }
@@ -84,7 +84,6 @@ import {
84
84
  GranularAccessControlConfiguration,
85
85
  HoursOfOperationConfig,
86
86
  HoursOfOperationOverrideConfig,
87
- ImagesLogo,
88
87
  InstanceStorageConfig,
89
88
  LexBot,
90
89
  LexV2Bot,
@@ -112,6 +111,15 @@ import {
112
111
  View,
113
112
  VoiceEnhancementConfig,
114
113
  } from "./models_0";
114
+ export interface CreateVocabularyResponse {
115
+ VocabularyArn: string | undefined;
116
+ VocabularyId: string | undefined;
117
+ State: VocabularyState | undefined;
118
+ }
119
+ export interface ImagesLogo {
120
+ Default?: string | undefined;
121
+ Favicon?: string | undefined;
122
+ }
115
123
  export interface WorkspaceThemeImages {
116
124
  Logo?: ImagesLogo | undefined;
117
125
  }
@@ -1759,12 +1767,3 @@ export interface MetricInterval {
1759
1767
  StartTime?: Date | undefined;
1760
1768
  EndTime?: Date | undefined;
1761
1769
  }
1762
- export interface MetricResultV2 {
1763
- Dimensions?: Record<string, string> | undefined;
1764
- MetricInterval?: MetricInterval | undefined;
1765
- Collections?: MetricDataV2[] | undefined;
1766
- }
1767
- export interface GetMetricDataV2Response {
1768
- NextToken?: string | undefined;
1769
- MetricResults?: MetricResultV2[] | undefined;
1770
- }
@@ -1,5 +1,6 @@
1
1
  import {
2
2
  AgentStatusType,
3
+ AiUseCase,
3
4
  ArtifactStatus,
4
5
  AttachmentScope,
5
6
  AutoEvaluationStatus,
@@ -73,6 +74,7 @@ import {
73
74
  AgentHierarchyGroups,
74
75
  AgentStatus,
75
76
  AgentStatusSummary,
77
+ AiAgentsCriteria,
76
78
  AliasConfiguration,
77
79
  AnalyticsDataAssociationResult,
78
80
  Application,
@@ -105,11 +107,20 @@ import {
105
107
  HoursOfOperation,
106
108
  HoursOfOperationOverride,
107
109
  HoursOfOperationsIdentifier,
110
+ MetricDataV2,
111
+ MetricInterval,
108
112
  Notification,
109
113
  PredefinedAttribute,
110
- Prompt,
111
- Queue,
112
114
  } from "./models_1";
115
+ export interface MetricResultV2 {
116
+ Dimensions?: Record<string, string> | undefined;
117
+ MetricInterval?: MetricInterval | undefined;
118
+ Collections?: MetricDataV2[] | undefined;
119
+ }
120
+ export interface GetMetricDataV2Response {
121
+ NextToken?: string | undefined;
122
+ MetricResults?: MetricResultV2[] | undefined;
123
+ }
113
124
  export interface GetPromptFileRequest {
114
125
  InstanceId: string | undefined;
115
126
  PromptId: string | undefined;
@@ -1896,6 +1907,7 @@ export interface SearchCriteria {
1896
1907
  SearchableSegmentAttributes?: SearchableSegmentAttributes | undefined;
1897
1908
  ActiveRegions?: string[] | undefined;
1898
1909
  ContactTags?: ControlPlaneTagFilter | undefined;
1910
+ AiAgents?: AiAgentsCriteria | undefined;
1899
1911
  }
1900
1912
  export interface Sort {
1901
1913
  FieldName: SortableFieldName | undefined;
@@ -1913,6 +1925,11 @@ export interface ContactSearchSummaryAgentInfo {
1913
1925
  Id?: string | undefined;
1914
1926
  ConnectedToAgentTimestamp?: Date | undefined;
1915
1927
  }
1928
+ export interface ContactSearchSummaryAiAgentInfo {
1929
+ AiAgentVersionId?: string | undefined;
1930
+ AiAgentEscalated?: boolean | undefined;
1931
+ AiUseCase?: AiUseCase | undefined;
1932
+ }
1916
1933
  export interface ContactSearchSummaryQueueInfo {
1917
1934
  Id?: string | undefined;
1918
1935
  EnqueueTimestamp?: Date | undefined;
@@ -2015,16 +2032,3 @@ export interface SearchPredefinedAttributesResponse {
2015
2032
  export interface PromptSearchFilter {
2016
2033
  TagFilter?: ControlPlaneTagFilter | undefined;
2017
2034
  }
2018
- export interface SearchPromptsResponse {
2019
- Prompts?: Prompt[] | undefined;
2020
- NextToken?: string | undefined;
2021
- ApproximateTotalCount?: number | undefined;
2022
- }
2023
- export interface QueueSearchFilter {
2024
- TagFilter?: ControlPlaneTagFilter | undefined;
2025
- }
2026
- export interface SearchQueuesResponse {
2027
- Queues?: Queue[] | undefined;
2028
- NextToken?: string | undefined;
2029
- ApproximateTotalCount?: number | undefined;
2030
- }
@@ -128,7 +128,9 @@ import {
128
128
  GlobalResiliencyMetadata,
129
129
  HierarchyGroup,
130
130
  NextContactEntry,
131
+ Prompt,
131
132
  QualityMetrics,
133
+ Queue,
132
134
  QueueInfo,
133
135
  QuickConnect,
134
136
  RecordingInfo,
@@ -143,6 +145,7 @@ import {
143
145
  ContactFlowModuleSearchFilter,
144
146
  ContactFlowSearchFilter,
145
147
  ContactSearchSummaryAgentInfo,
148
+ ContactSearchSummaryAiAgentInfo,
146
149
  ContactSearchSummaryQueueInfo,
147
150
  ControlPlaneTagFilter,
148
151
  DataTableSearchFilter,
@@ -156,10 +159,22 @@ import {
156
159
  NotificationSearchFilter,
157
160
  NumberCondition,
158
161
  PromptSearchFilter,
159
- QueueSearchFilter,
160
162
  SignInConfig,
161
163
  TelephonyConfig,
162
164
  } from "./models_2";
165
+ export interface SearchPromptsResponse {
166
+ Prompts?: Prompt[] | undefined;
167
+ NextToken?: string | undefined;
168
+ ApproximateTotalCount?: number | undefined;
169
+ }
170
+ export interface QueueSearchFilter {
171
+ TagFilter?: ControlPlaneTagFilter | undefined;
172
+ }
173
+ export interface SearchQueuesResponse {
174
+ Queues?: Queue[] | undefined;
175
+ NextToken?: string | undefined;
176
+ ApproximateTotalCount?: number | undefined;
177
+ }
163
178
  export interface QuickConnectSearchFilter {
164
179
  TagFilter?: ControlPlaneTagFilter | undefined;
165
180
  }
@@ -1920,6 +1935,7 @@ export interface ContactSearchSummary {
1920
1935
  RoutingCriteria?: RoutingCriteria | undefined;
1921
1936
  Tags?: Record<string, string> | undefined;
1922
1937
  GlobalResiliencyMetadata?: GlobalResiliencyMetadata | undefined;
1938
+ AiAgentInfo?: ContactSearchSummaryAiAgentInfo[] | undefined;
1923
1939
  }
1924
1940
  export interface DescribeContactResponse {
1925
1941
  Contact?: Contact | undefined;
@@ -56,6 +56,8 @@ export declare var AgentStatusSearchCriteria$: StaticStructureSchema;
56
56
  export declare var AgentStatusSearchFilter$: StaticStructureSchema;
57
57
  export declare var AgentStatusSummary$: StaticStructureSchema;
58
58
  export declare var AiAgentInfo$: StaticStructureSchema;
59
+ export declare var AiAgentsCriteria$: StaticStructureSchema;
60
+ export declare var AiAgentSearchCriteria$: StaticStructureSchema;
59
61
  export declare var AliasConfiguration$: StaticStructureSchema;
60
62
  export declare var AllowedCapabilities$: StaticStructureSchema;
61
63
  export declare var AllowedExtension$: StaticStructureSchema;
@@ -183,6 +185,7 @@ export declare var ContactMetricInfo$: StaticStructureSchema;
183
185
  export declare var ContactMetricResult$: StaticStructureSchema;
184
186
  export declare var ContactSearchSummary$: StaticStructureSchema;
185
187
  export declare var ContactSearchSummaryAgentInfo$: StaticStructureSchema;
188
+ export declare var ContactSearchSummaryAiAgentInfo$: StaticStructureSchema;
186
189
  export declare var ContactSearchSummaryQueueInfo$: StaticStructureSchema;
187
190
  export declare var ContactSearchSummarySegmentAttributeValue$: StaticStructureSchema;
188
191
  export declare var ControlPlaneAttributeFilter$: StaticStructureSchema;
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connect",
3
3
  "description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
4
- "version": "3.1058.0",
4
+ "version": "3.1068.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
- "build:cjs": "node ../../scripts/compilation/inline client-connect",
7
+ "build:cjs": "node ../../scripts/compilation/inline",
8
8
  "build:es": "tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
10
  "build:types": "tsc -p tsconfig.types.json",
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.15",
25
- "@aws-sdk/credential-provider-node": "^3.972.48",
26
- "@aws-sdk/types": "^3.973.9",
27
- "@smithy/core": "^3.24.5",
28
- "@smithy/fetch-http-handler": "^5.4.5",
29
- "@smithy/node-http-handler": "^4.7.5",
30
- "@smithy/types": "^4.14.2",
24
+ "@aws-sdk/core": "^3.974.20",
25
+ "@aws-sdk/credential-provider-node": "^3.972.55",
26
+ "@aws-sdk/types": "^3.973.12",
27
+ "@smithy/core": "^3.24.6",
28
+ "@smithy/fetch-http-handler": "^5.4.6",
29
+ "@smithy/node-http-handler": "^4.7.6",
30
+ "@smithy/types": "^4.14.3",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
@@ -53,7 +53,7 @@
53
53
  ],
54
54
  "author": {
55
55
  "name": "AWS SDK for JavaScript Team",
56
- "url": "https://aws.amazon.com/javascript/"
56
+ "url": "https://aws.amazon.com/sdk-for-javascript/"
57
57
  },
58
58
  "license": "Apache-2.0",
59
59
  "browser": {
@@ -945,6 +945,13 @@ GetCustomEntityType
945
945
  </details>
946
946
  <details>
947
947
  <summary>
948
+ GetDashboardUrl
949
+ </summary>
950
+
951
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetDashboardUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetDashboardUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetDashboardUrlCommandOutput/)
952
+ </details>
953
+ <details>
954
+ <summary>
948
955
  GetDatabase
949
956
  </summary>
950
957
 
@@ -1232,6 +1239,13 @@ GetSession
1232
1239
  </details>
1233
1240
  <details>
1234
1241
  <summary>
1242
+ GetSessionEndpoint
1243
+ </summary>
1244
+
1245
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetSessionEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetSessionEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetSessionEndpointCommandOutput/)
1246
+ </details>
1247
+ <details>
1248
+ <summary>
1235
1249
  GetStatement
1236
1250
  </summary>
1237
1251
 
@@ -1416,6 +1416,18 @@ class GetCustomEntityTypeCommand extends client.Command
1416
1416
  .build() {
1417
1417
  }
1418
1418
 
1419
+ class GetDashboardUrlCommand extends client.Command
1420
+ .classBuilder()
1421
+ .ep(commonParams)
1422
+ .m(function (Command, cs, config, o) {
1423
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1424
+ })
1425
+ .s("AWSGlue", "GetDashboardUrl", {})
1426
+ .n("GlueClient", "GetDashboardUrlCommand")
1427
+ .sc(schemas_0.GetDashboardUrl$)
1428
+ .build() {
1429
+ }
1430
+
1419
1431
  class GetDatabaseCommand extends client.Command
1420
1432
  .classBuilder()
1421
1433
  .ep(commonParams)
@@ -1908,6 +1920,18 @@ class GetSessionCommand extends client.Command
1908
1920
  .build() {
1909
1921
  }
1910
1922
 
1923
+ class GetSessionEndpointCommand extends client.Command
1924
+ .classBuilder()
1925
+ .ep(commonParams)
1926
+ .m(function (Command, cs, config, o) {
1927
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1928
+ })
1929
+ .s("AWSGlue", "GetSessionEndpoint", {})
1930
+ .n("GlueClient", "GetSessionEndpointCommand")
1931
+ .sc(schemas_0.GetSessionEndpoint$)
1932
+ .build() {
1933
+ }
1934
+
1911
1935
  class GetStatementCommand extends client.Command
1912
1936
  .classBuilder()
1913
1937
  .ep(commonParams)
@@ -3490,6 +3514,7 @@ const commands = {
3490
3514
  GetCrawlerMetricsCommand,
3491
3515
  GetCrawlersCommand,
3492
3516
  GetCustomEntityTypeCommand,
3517
+ GetDashboardUrlCommand,
3493
3518
  GetDatabaseCommand,
3494
3519
  GetDatabasesCommand,
3495
3520
  GetDataCatalogEncryptionSettingsCommand,
@@ -3531,6 +3556,7 @@ const commands = {
3531
3556
  GetSecurityConfigurationCommand,
3532
3557
  GetSecurityConfigurationsCommand,
3533
3558
  GetSessionCommand,
3559
+ GetSessionEndpointCommand,
3534
3560
  GetStatementCommand,
3535
3561
  GetTableCommand,
3536
3562
  GetTableOptimizerCommand,
@@ -4363,6 +4389,10 @@ const S3EncryptionMode = {
4363
4389
  SSEKMS: "SSE-KMS",
4364
4390
  SSES3: "SSE-S3",
4365
4391
  };
4392
+ const SessionType = {
4393
+ LIVY: "LIVY",
4394
+ SPARK_CONNECT: "SPARK_CONNECT",
4395
+ };
4366
4396
  const SessionStatus = {
4367
4397
  FAILED: "FAILED",
4368
4398
  PROVISIONING: "PROVISIONING",
@@ -4486,6 +4516,10 @@ const SettingSource = {
4486
4516
  CATALOG: "CATALOG",
4487
4517
  TABLE: "TABLE",
4488
4518
  };
4519
+ const GlueResourceType = {
4520
+ JOB: "JOB",
4521
+ SESSION: "SESSION",
4522
+ };
4489
4523
  const DatabaseAttributes = {
4490
4524
  NAME: "NAME",
4491
4525
  TARGET_DATABASE: "TARGET_DATABASE",
@@ -4572,6 +4606,12 @@ const StatementState = {
4572
4606
  RUNNING: "RUNNING",
4573
4607
  WAITING: "WAITING",
4574
4608
  };
4609
+ const TableAttributes = {
4610
+ DEFAULT: "DEFAULT",
4611
+ LATEST_ICEBERG_METADATA: "LATEST_ICEBERG_METADATA",
4612
+ NAME: "NAME",
4613
+ TABLE_TYPE: "TABLE_TYPE",
4614
+ };
4575
4615
  const ResourceAction = {
4576
4616
  CREATE: "CREATE",
4577
4617
  UPDATE: "UPDATE",
@@ -4583,10 +4623,6 @@ const ResourceState = {
4583
4623
  STOPPED: "STOPPED",
4584
4624
  SUCCESS: "SUCCESS",
4585
4625
  };
4586
- const TableAttributes = {
4587
- NAME: "NAME",
4588
- TABLE_TYPE: "TABLE_TYPE",
4589
- };
4590
4626
  const PermissionType = {
4591
4627
  CELL_FILTER_PERMISSION: "CELL_FILTER_PERMISSION",
4592
4628
  COLUMN_PERMISSION: "COLUMN_PERMISSION",
@@ -4837,6 +4873,7 @@ exports.GetCrawlerCommand = GetCrawlerCommand;
4837
4873
  exports.GetCrawlerMetricsCommand = GetCrawlerMetricsCommand;
4838
4874
  exports.GetCrawlersCommand = GetCrawlersCommand;
4839
4875
  exports.GetCustomEntityTypeCommand = GetCustomEntityTypeCommand;
4876
+ exports.GetDashboardUrlCommand = GetDashboardUrlCommand;
4840
4877
  exports.GetDataCatalogEncryptionSettingsCommand = GetDataCatalogEncryptionSettingsCommand;
4841
4878
  exports.GetDataQualityModelCommand = GetDataQualityModelCommand;
4842
4879
  exports.GetDataQualityModelResultCommand = GetDataQualityModelResultCommand;
@@ -4878,6 +4915,7 @@ exports.GetSchemaVersionsDiffCommand = GetSchemaVersionsDiffCommand;
4878
4915
  exports.GetSecurityConfigurationCommand = GetSecurityConfigurationCommand;
4879
4916
  exports.GetSecurityConfigurationsCommand = GetSecurityConfigurationsCommand;
4880
4917
  exports.GetSessionCommand = GetSessionCommand;
4918
+ exports.GetSessionEndpointCommand = GetSessionEndpointCommand;
4881
4919
  exports.GetStatementCommand = GetStatementCommand;
4882
4920
  exports.GetTableCommand = GetTableCommand;
4883
4921
  exports.GetTableOptimizerCommand = GetTableOptimizerCommand;
@@ -4900,6 +4938,7 @@ exports.GetWorkflowRunsCommand = GetWorkflowRunsCommand;
4900
4938
  exports.Glue = Glue;
4901
4939
  exports.GlueClient = GlueClient;
4902
4940
  exports.GlueRecordType = GlueRecordType;
4941
+ exports.GlueResourceType = GlueResourceType;
4903
4942
  exports.HTTPMethod = HTTPMethod;
4904
4943
  exports.HudiTargetCompressionType = HudiTargetCompressionType;
4905
4944
  exports.HyperTargetCompressionType = HyperTargetCompressionType;
@@ -4996,6 +5035,7 @@ exports.SchemaVersionStatus = SchemaVersionStatus;
4996
5035
  exports.SearchTablesCommand = SearchTablesCommand;
4997
5036
  exports.Separator = Separator;
4998
5037
  exports.SessionStatus = SessionStatus;
5038
+ exports.SessionType = SessionType;
4999
5039
  exports.SettingSource = SettingSource;
5000
5040
  exports.Sort = Sort;
5001
5041
  exports.SortDirectionType = SortDirectionType;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VersionMismatchException = exports.MaterializedViewRefreshTaskStoppingException = exports.MaterializedViewRefreshTaskNotRunningException = exports.SchedulerNotRunningException = exports.CrawlerStoppingException = exports.CrawlerNotRunningException = exports.ColumnStatisticsTaskStoppingException = exports.ColumnStatisticsTaskNotRunningException = exports.MLTransformNotReadyException = exports.MaterializedViewRefreshTaskRunningException = exports.SchedulerRunningException = exports.NoScheduleException = exports.IllegalBlueprintStateException = exports.IllegalWorkflowStateException = exports.ConcurrentRunsExceededException = exports.PermissionTypeMismatchException = exports.TargetResourceNotFound = exports.ConditionCheckFailureException = exports.InvalidIntegrationStateFault = exports.IntegrationNotFoundFault = exports.SchedulerTransitioningException = exports.CrawlerRunningException = exports.OperationNotSupportedException = exports.ResourceNotFoundException = exports.KMSKeyNotAccessibleFault = exports.InternalServerException = exports.IntegrationQuotaExceededFault = exports.IntegrationConflictOperationFault = exports.ConflictException = exports.ValidationException = exports.IdempotentParameterMismatchException = exports.ColumnStatisticsTaskRunningException = exports.FederatedResourceAlreadyExistsException = exports.ConcurrentModificationException = exports.IllegalSessionStateException = exports.ThrottlingException = exports.InvalidStateException = exports.FederationSourceRetryableException = exports.FederationSourceException = exports.ResourceNotReadyException = exports.ResourceNumberLimitExceededException = exports.OperationTimeoutException = exports.InvalidInputException = exports.InternalServiceException = exports.GlueEncryptionException = exports.EntityNotFoundException = exports.AlreadyExistsException = exports.AccessDeniedException = void 0;
3
+ exports.VersionMismatchException = exports.MaterializedViewRefreshTaskStoppingException = exports.MaterializedViewRefreshTaskNotRunningException = exports.SchedulerNotRunningException = exports.CrawlerStoppingException = exports.CrawlerNotRunningException = exports.ColumnStatisticsTaskStoppingException = exports.ColumnStatisticsTaskNotRunningException = exports.MLTransformNotReadyException = exports.MaterializedViewRefreshTaskRunningException = exports.SchedulerRunningException = exports.NoScheduleException = exports.IllegalBlueprintStateException = exports.SessionBusyException = exports.IllegalWorkflowStateException = exports.ConcurrentRunsExceededException = exports.PermissionTypeMismatchException = exports.TargetResourceNotFound = exports.ConditionCheckFailureException = exports.InvalidIntegrationStateFault = exports.IntegrationNotFoundFault = exports.SchedulerTransitioningException = exports.CrawlerRunningException = exports.OperationNotSupportedException = exports.ResourceNotFoundException = exports.KMSKeyNotAccessibleFault = exports.InternalServerException = exports.IntegrationQuotaExceededFault = exports.IntegrationConflictOperationFault = exports.ConflictException = exports.ValidationException = exports.IdempotentParameterMismatchException = exports.ColumnStatisticsTaskRunningException = exports.FederatedResourceAlreadyExistsException = exports.ConcurrentModificationException = exports.IllegalSessionStateException = exports.ThrottlingException = exports.InvalidStateException = exports.FederationSourceRetryableException = exports.FederationSourceException = exports.ResourceNotReadyException = exports.ResourceNumberLimitExceededException = exports.OperationTimeoutException = exports.InvalidInputException = exports.InternalServiceException = exports.GlueEncryptionException = exports.EntityNotFoundException = exports.AlreadyExistsException = exports.AccessDeniedException = void 0;
4
4
  const GlueServiceException_1 = require("./GlueServiceException");
5
5
  class AccessDeniedException extends GlueServiceException_1.GlueServiceException {
6
6
  name = "AccessDeniedException";
@@ -535,6 +535,21 @@ class IllegalWorkflowStateException extends GlueServiceException_1.GlueServiceEx
535
535
  }
536
536
  }
537
537
  exports.IllegalWorkflowStateException = IllegalWorkflowStateException;
538
+ class SessionBusyException extends GlueServiceException_1.GlueServiceException {
539
+ name = "SessionBusyException";
540
+ $fault = "client";
541
+ Message;
542
+ constructor(opts) {
543
+ super({
544
+ name: "SessionBusyException",
545
+ $fault: "client",
546
+ ...opts,
547
+ });
548
+ Object.setPrototypeOf(this, SessionBusyException.prototype);
549
+ this.Message = opts.Message;
550
+ }
551
+ }
552
+ exports.SessionBusyException = SessionBusyException;
538
553
  class IllegalBlueprintStateException extends GlueServiceException_1.GlueServiceException {
539
554
  name = "IllegalBlueprintStateException";
540
555
  $fault = "client";