@cdklabs/cdk-construct-connect-datalake 0.0.6 → 0.0.7

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 (335) hide show
  1. package/.jsii +8 -8
  2. package/lib/index.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/bdd.js +52 -0
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +2 -2
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/bdd.js +49 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/endpointResolver.js +3 -3
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/bdd.d.ts +2 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/package.json +18 -18
  10. package/node_modules/@aws-sdk/client-connect/README.md +21 -0
  11. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/bdd.js +52 -0
  12. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/endpointResolver.js +2 -2
  13. package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +53 -0
  14. package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +130 -45
  15. package/node_modules/@aws-sdk/client-connect/dist-es/Connect.js +8 -0
  16. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeAttachedFilesConfigurationCommand.js +16 -0
  17. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAttachedFilesConfigurationsCommand.js +16 -0
  18. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateAttachedFilesConfigurationCommand.js +16 -0
  19. package/node_modules/@aws-sdk/client-connect/dist-es/commands/index.js +3 -0
  20. package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/bdd.js +49 -0
  21. package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/endpointResolver.js +3 -3
  22. package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +6 -0
  23. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListAttachedFilesConfigurationsPaginator.js +4 -0
  24. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/index.js +1 -0
  25. package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +99 -14
  26. package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +28 -0
  27. package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +5 -2
  28. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeAttachedFilesConfigurationCommand.d.ts +103 -0
  29. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetPromptFileCommand.d.ts +1 -1
  30. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTaskTemplateCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTestCaseExecutionSummaryCommand.d.ts +1 -2
  32. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAttachedFilesConfigurationsCommand.d.ts +106 -0
  33. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQuickConnectsCommand.d.ts +1 -2
  34. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchResourceTagsCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateAttachedFilesConfigurationCommand.d.ts +109 -0
  36. package/node_modules/@aws-sdk/client-connect/dist-types/commands/index.d.ts +3 -0
  37. package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/bdd.d.ts +2 -0
  38. package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +14 -0
  39. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +11 -11
  40. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +80 -155
  41. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +218 -199
  42. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +254 -3
  43. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +7 -0
  44. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/index.d.ts +1 -0
  45. package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +13 -0
  46. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/Connect.d.ts +64 -0
  47. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/ConnectClient.d.ts +18 -0
  48. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeAttachedFilesConfigurationCommand.d.ts +51 -0
  49. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetPromptFileCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +4 -2
  52. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListAttachedFilesConfigurationsCommand.d.ts +51 -0
  53. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +4 -2
  54. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateAttachedFilesConfigurationCommand.d.ts +51 -0
  56. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/index.d.ts +3 -0
  57. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  58. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +8 -0
  59. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +3 -3
  60. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +23 -40
  61. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +55 -37
  62. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +52 -2
  63. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +11 -0
  64. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/index.d.ts +1 -0
  65. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
  66. package/node_modules/@aws-sdk/client-connect/package.json +18 -18
  67. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/bdd.js +49 -0
  68. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/endpointResolver.js +2 -2
  69. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/bdd.js +46 -0
  70. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/endpointResolver.js +3 -3
  71. package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/bdd.d.ts +2 -0
  72. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  73. package/node_modules/@aws-sdk/client-glue/package.json +18 -18
  74. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/bdd.js +49 -0
  75. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/endpointResolver.js +2 -2
  76. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/bdd.js +46 -0
  77. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/endpointResolver.js +3 -3
  78. package/node_modules/@aws-sdk/client-lakeformation/dist-types/endpoint/bdd.d.ts +2 -0
  79. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  80. package/node_modules/@aws-sdk/client-lakeformation/package.json +19 -19
  81. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/bdd.js +52 -0
  82. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/endpointResolver.js +2 -2
  83. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/bdd.js +49 -0
  84. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/endpointResolver.js +3 -3
  85. package/node_modules/@aws-sdk/client-ram/dist-types/endpoint/bdd.d.ts +2 -0
  86. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  87. package/node_modules/@aws-sdk/client-ram/package.json +18 -18
  88. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/bdd.js +88 -0
  89. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +2 -2
  90. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/errors.js +1 -0
  91. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/bdd.js +85 -0
  92. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +3 -3
  93. package/node_modules/@aws-sdk/client-sts/dist-es/models/errors.js +1 -0
  94. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/bdd.d.ts +2 -0
  95. package/node_modules/@aws-sdk/client-sts/dist-types/models/errors.d.ts +1 -0
  96. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  97. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/errors.d.ts +1 -0
  98. package/node_modules/@aws-sdk/client-sts/package.json +20 -20
  99. package/node_modules/@aws-sdk/core/dist-cjs/index.js +20 -11
  100. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -0
  101. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +18 -11
  102. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +2 -0
  103. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +6 -4
  104. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +6 -3
  105. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
  106. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
  107. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +0 -1
  108. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +4 -2
  109. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +1 -1
  110. package/node_modules/@aws-sdk/core/package.json +7 -5
  111. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  112. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  113. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  114. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  115. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  116. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  117. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  118. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  119. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +9 -25
  120. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +11 -0
  121. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +7 -0
  122. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +9 -25
  123. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +8 -0
  124. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +4 -0
  125. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +2 -1
  126. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.browser.d.ts +4 -0
  127. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.d.ts +5 -0
  128. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +2 -0
  129. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.browser.d.ts +1 -0
  130. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.d.ts +2 -0
  131. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +15 -8
  132. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  133. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +100 -0
  134. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +2 -2
  135. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +90 -0
  136. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +2 -2
  137. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +80 -0
  138. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +2 -2
  139. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +80 -0
  140. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +2 -2
  141. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +1 -0
  142. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +87 -5
  143. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +150 -0
  144. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +2 -2
  145. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +1 -0
  146. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +6 -0
  147. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
  148. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +97 -0
  149. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +3 -3
  150. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +87 -0
  151. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +3 -3
  152. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +77 -0
  153. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +3 -3
  154. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +77 -0
  155. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +3 -3
  156. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -0
  157. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +88 -4
  158. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +147 -0
  159. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +3 -3
  160. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +1 -0
  161. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +7 -1
  162. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +8 -1
  163. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  164. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +2 -0
  165. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +2 -0
  166. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  167. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +15 -7
  168. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +2 -0
  169. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +1 -0
  170. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +3 -2
  171. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +10 -4
  172. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +3 -2
  173. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +3 -1
  174. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  175. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +2 -0
  176. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +2 -0
  177. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  178. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +20 -9
  179. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +2 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +1 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +11 -5
  182. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +35 -16
  183. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +11 -5
  184. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +8 -1
  185. package/node_modules/@aws-sdk/nested-clients/package.json +18 -17
  186. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  187. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  188. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  189. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  190. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  191. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +0 -2
  192. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +0 -2
  193. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  194. package/node_modules/@nodable/entities/README.md +41 -0
  195. package/node_modules/@nodable/entities/package.json +54 -0
  196. package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
  197. package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
  198. package/node_modules/@nodable/entities/src/entities.js +1177 -0
  199. package/node_modules/@nodable/entities/src/entityTries.js +49 -0
  200. package/node_modules/@nodable/entities/src/index.d.ts +264 -0
  201. package/node_modules/@nodable/entities/src/index.js +29 -0
  202. package/node_modules/@smithy/core/package.json +2 -2
  203. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  204. package/node_modules/@smithy/middleware-retry/package.json +5 -5
  205. package/node_modules/@smithy/middleware-serde/package.json +2 -2
  206. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +27 -16
  207. package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +5 -0
  208. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +22 -16
  209. package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +4 -0
  210. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +2 -4
  211. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  212. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +1 -0
  213. package/node_modules/@smithy/service-error-classification/dist-es/index.js +1 -0
  214. package/node_modules/@smithy/service-error-classification/package.json +1 -1
  215. package/node_modules/@smithy/smithy-client/package.json +4 -4
  216. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  217. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  218. package/node_modules/@smithy/util-retry/dist-cjs/index.js +20 -10
  219. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +20 -10
  220. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +12 -4
  221. package/node_modules/@smithy/util-retry/package.json +2 -2
  222. package/node_modules/@smithy/util-stream/package.json +2 -2
  223. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +59 -34
  224. package/node_modules/@smithy/util-waiter/dist-es/poller.js +61 -34
  225. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
  226. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +2 -1
  227. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +13 -13
  228. package/node_modules/@smithy/util-waiter/package.json +1 -1
  229. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/CHANGELOG.md +53 -0
  230. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/README.md +8 -28
  231. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  232. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  233. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  234. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.d.cts +172 -6
  235. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  236. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  237. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  238. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  239. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/package.json +5 -4
  240. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.d.ts +162 -3
  241. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/DocTypeReader.js +2 -5
  242. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OptionsBuilder.js +15 -11
  243. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OrderedObjParser.js +168 -244
  244. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/XMLParser.js +1 -1
  245. package/package.json +8 -8
  246. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/ruleset.js +0 -7
  247. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/ruleset.js +0 -4
  248. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/ruleset.d.ts +0 -2
  249. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  250. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/ruleset.js +0 -7
  251. package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/ruleset.js +0 -4
  252. package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/ruleset.d.ts +0 -2
  253. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  254. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/ruleset.js +0 -7
  255. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/ruleset.js +0 -4
  256. package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/ruleset.d.ts +0 -2
  257. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  258. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/ruleset.js +0 -7
  259. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/ruleset.js +0 -4
  260. package/node_modules/@aws-sdk/client-lakeformation/dist-types/endpoint/ruleset.d.ts +0 -2
  261. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  262. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/ruleset.js +0 -7
  263. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/ruleset.js +0 -4
  264. package/node_modules/@aws-sdk/client-ram/dist-types/endpoint/ruleset.d.ts +0 -2
  265. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  266. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
  267. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
  268. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
  269. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  270. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +0 -146
  271. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +0 -133
  272. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +0 -106
  273. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -106
  274. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -145
  275. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +0 -143
  276. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +0 -130
  277. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +0 -103
  278. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -103
  279. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -142
  280. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  281. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +0 -2
  282. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +0 -2
  283. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  284. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  285. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  286. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +0 -2
  287. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +0 -2
  288. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  289. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  290. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
  291. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
  292. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
  293. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
  294. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
  295. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
  296. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
  297. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +0 -148
  298. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +0 -135
  299. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
  300. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  301. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  302. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
  303. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
  304. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
  305. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
  306. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
  307. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +0 -0
  308. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  309. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  310. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  311. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  312. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  313. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  314. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  315. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  316. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
  317. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
  318. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  319. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
  320. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  321. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  322. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  323. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  324. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  325. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  326. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  327. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  328. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  329. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  330. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  331. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  332. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
  333. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  334. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  335. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ConnectClient";
8
+ import {
9
+ ListAttachedFilesConfigurationsRequest,
10
+ ListAttachedFilesConfigurationsResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListAttachedFilesConfigurationsCommandInput
15
+ extends ListAttachedFilesConfigurationsRequest {}
16
+ export interface ListAttachedFilesConfigurationsCommandOutput
17
+ extends ListAttachedFilesConfigurationsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListAttachedFilesConfigurationsCommand_base: {
20
+ new (
21
+ input: ListAttachedFilesConfigurationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListAttachedFilesConfigurationsCommandInput,
24
+ ListAttachedFilesConfigurationsCommandOutput,
25
+ ConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ListAttachedFilesConfigurationsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListAttachedFilesConfigurationsCommandInput,
33
+ ListAttachedFilesConfigurationsCommandOutput,
34
+ ConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListAttachedFilesConfigurationsCommand extends ListAttachedFilesConfigurationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAttachedFilesConfigurationsRequest;
44
+ output: ListAttachedFilesConfigurationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAttachedFilesConfigurationsCommandInput;
48
+ output: ListAttachedFilesConfigurationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { SearchQuickConnectsResponse } from "../models/models_2";
9
- import { SearchQuickConnectsRequest } from "../models/models_3";
8
+ import {
9
+ SearchQuickConnectsRequest,
10
+ SearchQuickConnectsResponse,
11
+ } from "../models/models_3";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface SearchQuickConnectsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  SearchResourceTagsRequest,
10
10
  SearchResourceTagsResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface SearchResourceTagsCommandInput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ConnectClient";
8
+ import {
9
+ UpdateAttachedFilesConfigurationRequest,
10
+ UpdateAttachedFilesConfigurationResponse,
11
+ } from "../models/models_3";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateAttachedFilesConfigurationCommandInput
15
+ extends UpdateAttachedFilesConfigurationRequest {}
16
+ export interface UpdateAttachedFilesConfigurationCommandOutput
17
+ extends UpdateAttachedFilesConfigurationResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateAttachedFilesConfigurationCommand_base: {
20
+ new (
21
+ input: UpdateAttachedFilesConfigurationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateAttachedFilesConfigurationCommandInput,
24
+ UpdateAttachedFilesConfigurationCommandOutput,
25
+ ConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: UpdateAttachedFilesConfigurationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateAttachedFilesConfigurationCommandInput,
33
+ UpdateAttachedFilesConfigurationCommandOutput,
34
+ ConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateAttachedFilesConfigurationCommand extends UpdateAttachedFilesConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateAttachedFilesConfigurationRequest;
44
+ output: UpdateAttachedFilesConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateAttachedFilesConfigurationCommandInput;
48
+ output: UpdateAttachedFilesConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -105,6 +105,7 @@ export * from "./DeleteWorkspaceCommand";
105
105
  export * from "./DeleteWorkspaceMediaCommand";
106
106
  export * from "./DeleteWorkspacePageCommand";
107
107
  export * from "./DescribeAgentStatusCommand";
108
+ export * from "./DescribeAttachedFilesConfigurationCommand";
108
109
  export * from "./DescribeAuthenticationProfileCommand";
109
110
  export * from "./DescribeContactCommand";
110
111
  export * from "./DescribeContactEvaluationCommand";
@@ -178,6 +179,7 @@ export * from "./ListAnalyticsDataAssociationsCommand";
178
179
  export * from "./ListAnalyticsDataLakeDataSetsCommand";
179
180
  export * from "./ListApprovedOriginsCommand";
180
181
  export * from "./ListAssociatedContactsCommand";
182
+ export * from "./ListAttachedFilesConfigurationsCommand";
181
183
  export * from "./ListAuthenticationProfilesCommand";
182
184
  export * from "./ListBotsCommand";
183
185
  export * from "./ListChildHoursOfOperationsCommand";
@@ -303,6 +305,7 @@ export * from "./TransferContactCommand";
303
305
  export * from "./UntagContactCommand";
304
306
  export * from "./UntagResourceCommand";
305
307
  export * from "./UpdateAgentStatusCommand";
308
+ export * from "./UpdateAttachedFilesConfigurationCommand";
306
309
  export * from "./UpdateAuthenticationProfileCommand";
307
310
  export * from "./UpdateContactAttributesCommand";
308
311
  export * from "./UpdateContactCommand";
@@ -0,0 +1,2 @@
1
+ import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
2
+ export declare const bdd: BinaryDecisionDiagram;
@@ -734,6 +734,14 @@ export declare const MediaType: {
734
734
  readonly IMAGE_LOGO_LIGHT_HORIZONTAL: "IMAGE_LOGO_LIGHT_HORIZONTAL";
735
735
  };
736
736
  export type MediaType = (typeof MediaType)[keyof typeof MediaType];
737
+ export declare const AttachmentScope: {
738
+ readonly CASE: "CASE";
739
+ readonly CHAT: "CHAT";
740
+ readonly EMAIL: "EMAIL";
741
+ readonly TASK: "TASK";
742
+ };
743
+ export type AttachmentScope =
744
+ (typeof AttachmentScope)[keyof typeof AttachmentScope];
737
745
  export declare const AnsweringMachineDetectionStatus: {
738
746
  readonly AMD_ERROR: "AMD_ERROR";
739
747
  readonly AMD_NOT_APPLICABLE: "AMD_NOT_APPLICABLE";
@@ -259,6 +259,9 @@ export interface AllowedCapabilities {
259
259
  Customer?: ParticipantCapabilities | undefined;
260
260
  Agent?: ParticipantCapabilities | undefined;
261
261
  }
262
+ export interface AllowedExtension {
263
+ Extension: string | undefined;
264
+ }
262
265
  export interface FlowModule {
263
266
  Type?: FlowModuleType | undefined;
264
267
  FlowModuleId?: string | undefined;
@@ -1755,6 +1758,3 @@ export interface ImagesLogo {
1755
1758
  Default?: string | undefined;
1756
1759
  Favicon?: string | undefined;
1757
1760
  }
1758
- export interface WorkspaceThemeImages {
1759
- Logo?: ImagesLogo | undefined;
1760
- }
@@ -1,5 +1,6 @@
1
1
  import {
2
2
  AgentAvailabilityTimer,
3
+ AttachmentScope,
3
4
  AutoEvaluationStatus,
4
5
  Channel,
5
6
  Comparison,
@@ -54,7 +55,6 @@ import {
54
55
  Statistic,
55
56
  Status,
56
57
  StorageType,
57
- TaskTemplateStatus,
58
58
  TestCaseStatus,
59
59
  TrafficDistributionGroupStatus,
60
60
  Unit,
@@ -73,6 +73,7 @@ import {
73
73
  AgentStatusReference,
74
74
  AiAgentInfo,
75
75
  AliasConfiguration,
76
+ AllowedExtension,
76
77
  AudioQualityMetricsInfo,
77
78
  AutoAcceptConfig,
78
79
  CreatedByInfo,
@@ -83,6 +84,7 @@ import {
83
84
  GranularAccessControlConfiguration,
84
85
  HoursOfOperationConfig,
85
86
  HoursOfOperationOverrideConfig,
87
+ ImagesLogo,
86
88
  InstanceStorageConfig,
87
89
  LexBot,
88
90
  LexV2Bot,
@@ -103,17 +105,16 @@ import {
103
105
  RuleTriggerEventSource,
104
106
  SecurityProfileItem,
105
107
  SuccessfulBatchAssociationSummary,
106
- TaskTemplateConstraints,
107
- TaskTemplateDefaults,
108
- TaskTemplateField,
109
108
  TestCaseEntryPoint,
110
109
  UserIdentityInfo,
111
110
  UserPhoneConfig,
112
111
  Validation,
113
112
  View,
114
113
  VoiceEnhancementConfig,
115
- WorkspaceThemeImages,
116
114
  } from "./models_0";
115
+ export interface WorkspaceThemeImages {
116
+ Logo?: ImagesLogo | undefined;
117
+ }
117
118
  export interface PaletteCanvas {
118
119
  ContainerBackground?: string | undefined;
119
120
  PageBackground?: string | undefined;
@@ -379,6 +380,23 @@ export interface DescribeAgentStatusRequest {
379
380
  export interface DescribeAgentStatusResponse {
380
381
  AgentStatus?: AgentStatus | undefined;
381
382
  }
383
+ export interface DescribeAttachedFilesConfigurationRequest {
384
+ InstanceId: string | undefined;
385
+ AttachmentScope: AttachmentScope | undefined;
386
+ }
387
+ export interface ExtensionConfiguration {
388
+ AllowedExtensions: AllowedExtension[] | undefined;
389
+ }
390
+ export interface AttachedFilesConfiguration {
391
+ InstanceId: string | undefined;
392
+ AttachmentScope: AttachmentScope | undefined;
393
+ MaximumSizeLimitInBytes?: number | undefined;
394
+ ExtensionConfiguration?: ExtensionConfiguration | undefined;
395
+ LastModifiedTime?: Date | undefined;
396
+ }
397
+ export interface DescribeAttachedFilesConfigurationResponse {
398
+ AttachedFilesConfiguration: AttachedFilesConfiguration | undefined;
399
+ }
382
400
  export interface DescribeAuthenticationProfileRequest {
383
401
  AuthenticationProfileId: string | undefined;
384
402
  InstanceId: string | undefined;
@@ -1750,38 +1768,3 @@ export interface GetMetricDataV2Response {
1750
1768
  NextToken?: string | undefined;
1751
1769
  MetricResults?: MetricResultV2[] | undefined;
1752
1770
  }
1753
- export interface GetPromptFileRequest {
1754
- InstanceId: string | undefined;
1755
- PromptId: string | undefined;
1756
- }
1757
- export interface GetPromptFileResponse {
1758
- PromptPresignedUrl?: string | undefined;
1759
- LastModifiedTime?: Date | undefined;
1760
- LastModifiedRegion?: string | undefined;
1761
- }
1762
- export interface GetTaskTemplateRequest {
1763
- InstanceId: string | undefined;
1764
- TaskTemplateId: string | undefined;
1765
- SnapshotVersion?: string | undefined;
1766
- }
1767
- export interface GetTaskTemplateResponse {
1768
- InstanceId?: string | undefined;
1769
- Id: string | undefined;
1770
- Arn: string | undefined;
1771
- Name: string | undefined;
1772
- Description?: string | undefined;
1773
- ContactFlowId?: string | undefined;
1774
- SelfAssignFlowId?: string | undefined;
1775
- Constraints?: TaskTemplateConstraints | undefined;
1776
- Defaults?: TaskTemplateDefaults | undefined;
1777
- Fields?: TaskTemplateField[] | undefined;
1778
- Status?: TaskTemplateStatus | undefined;
1779
- LastModifiedTime?: Date | undefined;
1780
- CreatedTime?: Date | undefined;
1781
- Tags?: Record<string, string> | undefined;
1782
- }
1783
- export interface GetTestCaseExecutionSummaryRequest {
1784
- InstanceId: string | undefined;
1785
- TestCaseId: string | undefined;
1786
- TestCaseExecutionId: string | undefined;
1787
- }
@@ -1,6 +1,7 @@
1
1
  import {
2
2
  AgentStatusType,
3
3
  ArtifactStatus,
4
+ AttachmentScope,
4
5
  AutoEvaluationStatus,
5
6
  BooleanComparisonType,
6
7
  Channel,
@@ -57,7 +58,6 @@ import {
57
58
  SortableFieldName,
58
59
  SortOrder,
59
60
  SourceType,
60
- StringComparisonType,
61
61
  TaskTemplateStatus,
62
62
  TestCaseExecutionStatus,
63
63
  TestCaseStatus,
@@ -87,6 +87,9 @@ import {
87
87
  PrimaryValueResponse,
88
88
  SecurityProfileItem,
89
89
  TagCondition,
90
+ TaskTemplateConstraints,
91
+ TaskTemplateDefaults,
92
+ TaskTemplateField,
90
93
  UserProficiency,
91
94
  } from "./models_0";
92
95
  import {
@@ -97,6 +100,7 @@ import {
97
100
  DataTableAttribute,
98
101
  EvaluationContactParticipant,
99
102
  EvaluationScore,
103
+ ExtensionConfiguration,
100
104
  HierarchyGroupSummary,
101
105
  HoursOfOperation,
102
106
  HoursOfOperationOverride,
@@ -105,8 +109,42 @@ import {
105
109
  PredefinedAttribute,
106
110
  Prompt,
107
111
  Queue,
108
- QuickConnect,
109
112
  } from "./models_1";
113
+ export interface GetPromptFileRequest {
114
+ InstanceId: string | undefined;
115
+ PromptId: string | undefined;
116
+ }
117
+ export interface GetPromptFileResponse {
118
+ PromptPresignedUrl?: string | undefined;
119
+ LastModifiedTime?: Date | undefined;
120
+ LastModifiedRegion?: string | undefined;
121
+ }
122
+ export interface GetTaskTemplateRequest {
123
+ InstanceId: string | undefined;
124
+ TaskTemplateId: string | undefined;
125
+ SnapshotVersion?: string | undefined;
126
+ }
127
+ export interface GetTaskTemplateResponse {
128
+ InstanceId?: string | undefined;
129
+ Id: string | undefined;
130
+ Arn: string | undefined;
131
+ Name: string | undefined;
132
+ Description?: string | undefined;
133
+ ContactFlowId?: string | undefined;
134
+ SelfAssignFlowId?: string | undefined;
135
+ Constraints?: TaskTemplateConstraints | undefined;
136
+ Defaults?: TaskTemplateDefaults | undefined;
137
+ Fields?: TaskTemplateField[] | undefined;
138
+ Status?: TaskTemplateStatus | undefined;
139
+ LastModifiedTime?: Date | undefined;
140
+ CreatedTime?: Date | undefined;
141
+ Tags?: Record<string, string> | undefined;
142
+ }
143
+ export interface GetTestCaseExecutionSummaryRequest {
144
+ InstanceId: string | undefined;
145
+ TestCaseId: string | undefined;
146
+ TestCaseExecutionId: string | undefined;
147
+ }
110
148
  export interface ObservationSummary {
111
149
  TotalObservations?: number | undefined;
112
150
  ObservationsPassed?: number | undefined;
@@ -219,6 +257,21 @@ export interface ListAssociatedContactsResponse {
219
257
  ContactSummaryList?: AssociatedContactSummary[] | undefined;
220
258
  NextToken?: string | undefined;
221
259
  }
260
+ export interface ListAttachedFilesConfigurationsRequest {
261
+ InstanceId: string | undefined;
262
+ MaxResults?: number | undefined;
263
+ NextToken?: string | undefined;
264
+ }
265
+ export interface AttachedFilesConfigurationSummary {
266
+ InstanceId: string | undefined;
267
+ AttachmentScope: AttachmentScope | undefined;
268
+ MaximumSizeLimitInBytes?: number | undefined;
269
+ ExtensionConfiguration?: ExtensionConfiguration | undefined;
270
+ }
271
+ export interface ListAttachedFilesConfigurationsResponse {
272
+ AttachedFilesConfigurations?: AttachedFilesConfigurationSummary[] | undefined;
273
+ NextToken?: string | undefined;
274
+ }
222
275
  export interface ListAuthenticationProfilesRequest {
223
276
  InstanceId: string | undefined;
224
277
  MaxResults?: number | undefined;
@@ -1975,38 +2028,3 @@ export interface SearchQueuesResponse {
1975
2028
  NextToken?: string | undefined;
1976
2029
  ApproximateTotalCount?: number | undefined;
1977
2030
  }
1978
- export interface QuickConnectSearchFilter {
1979
- TagFilter?: ControlPlaneTagFilter | undefined;
1980
- }
1981
- export interface SearchQuickConnectsResponse {
1982
- QuickConnects?: QuickConnect[] | undefined;
1983
- NextToken?: string | undefined;
1984
- ApproximateTotalCount?: number | undefined;
1985
- }
1986
- export interface TagSearchCondition {
1987
- tagKey?: string | undefined;
1988
- tagValue?: string | undefined;
1989
- tagKeyComparisonType?: StringComparisonType | undefined;
1990
- tagValueComparisonType?: StringComparisonType | undefined;
1991
- }
1992
- export interface ResourceTagsSearchCriteria {
1993
- TagSearchCondition?: TagSearchCondition | undefined;
1994
- }
1995
- export interface SearchResourceTagsRequest {
1996
- InstanceId: string | undefined;
1997
- ResourceTypes?: string[] | undefined;
1998
- NextToken?: string | undefined;
1999
- MaxResults?: number | undefined;
2000
- SearchCriteria?: ResourceTagsSearchCriteria | undefined;
2001
- }
2002
- export interface TagSet {
2003
- key?: string | undefined;
2004
- value?: string | undefined;
2005
- }
2006
- export interface SearchResourceTagsResponse {
2007
- Tags?: TagSet[] | undefined;
2008
- NextToken?: string | undefined;
2009
- }
2010
- export interface RoutingProfileSearchFilter {
2011
- TagFilter?: ControlPlaneTagFilter | undefined;
2012
- }
@@ -2,6 +2,7 @@ import {
2
2
  AgentAvailabilityTimer,
3
3
  AgentStatusState,
4
4
  AnsweringMachineDetectionStatus,
5
+ AttachmentScope,
5
6
  Channel,
6
7
  ChatEventType,
7
8
  ContactFlowModuleState,
@@ -41,6 +42,7 @@ import {
41
42
  RoutingCriteriaStepStatus,
42
43
  RulePublishStatus,
43
44
  SearchableQueueType,
45
+ StringComparisonType,
44
46
  TargetListType,
45
47
  TaskTemplateStatus,
46
48
  TestCaseExecutionStatus,
@@ -122,11 +124,13 @@ import {
122
124
  EvaluationAnswerData,
123
125
  EvaluationNote,
124
126
  Expiry,
127
+ ExtensionConfiguration,
125
128
  GlobalResiliencyMetadata,
126
129
  HierarchyGroup,
127
130
  NextContactEntry,
128
131
  QualityMetrics,
129
132
  QueueInfo,
133
+ QuickConnect,
130
134
  RecordingInfo,
131
135
  RoutingProfile,
132
136
  TaskTemplateInfoV2,
@@ -153,11 +157,44 @@ import {
153
157
  NumberCondition,
154
158
  PromptSearchFilter,
155
159
  QueueSearchFilter,
156
- QuickConnectSearchFilter,
157
- RoutingProfileSearchFilter,
158
160
  SignInConfig,
159
161
  TelephonyConfig,
160
162
  } from "./models_2";
163
+ export interface QuickConnectSearchFilter {
164
+ TagFilter?: ControlPlaneTagFilter | undefined;
165
+ }
166
+ export interface SearchQuickConnectsResponse {
167
+ QuickConnects?: QuickConnect[] | undefined;
168
+ NextToken?: string | undefined;
169
+ ApproximateTotalCount?: number | undefined;
170
+ }
171
+ export interface TagSearchCondition {
172
+ tagKey?: string | undefined;
173
+ tagValue?: string | undefined;
174
+ tagKeyComparisonType?: StringComparisonType | undefined;
175
+ tagValueComparisonType?: StringComparisonType | undefined;
176
+ }
177
+ export interface ResourceTagsSearchCriteria {
178
+ TagSearchCondition?: TagSearchCondition | undefined;
179
+ }
180
+ export interface SearchResourceTagsRequest {
181
+ InstanceId: string | undefined;
182
+ ResourceTypes?: string[] | undefined;
183
+ NextToken?: string | undefined;
184
+ MaxResults?: number | undefined;
185
+ SearchCriteria?: ResourceTagsSearchCriteria | undefined;
186
+ }
187
+ export interface TagSet {
188
+ key?: string | undefined;
189
+ value?: string | undefined;
190
+ }
191
+ export interface SearchResourceTagsResponse {
192
+ Tags?: TagSet[] | undefined;
193
+ NextToken?: string | undefined;
194
+ }
195
+ export interface RoutingProfileSearchFilter {
196
+ TagFilter?: ControlPlaneTagFilter | undefined;
197
+ }
161
198
  export interface SearchRoutingProfilesResponse {
162
199
  RoutingProfiles?: RoutingProfile[] | undefined;
163
200
  NextToken?: string | undefined;
@@ -703,6 +740,19 @@ export interface UpdateAgentStatusRequest {
703
740
  DisplayOrder?: number | undefined;
704
741
  ResetOrderNumber?: boolean | undefined;
705
742
  }
743
+ export interface UpdateAttachedFilesConfigurationRequest {
744
+ InstanceId: string | undefined;
745
+ AttachmentScope: AttachmentScope | undefined;
746
+ MaximumSizeLimitInBytes?: number | undefined;
747
+ ExtensionConfiguration?: ExtensionConfiguration | undefined;
748
+ }
749
+ export interface UpdateAttachedFilesConfigurationResponse {
750
+ InstanceId: string | undefined;
751
+ AttachmentScope: AttachmentScope | undefined;
752
+ MaximumSizeLimitInBytes?: number | undefined;
753
+ ExtensionConfiguration?: ExtensionConfiguration | undefined;
754
+ LastModifiedTime?: Date | undefined;
755
+ }
706
756
  export interface UpdateAuthenticationProfileRequest {
707
757
  AuthenticationProfileId: string | undefined;
708
758
  InstanceId: string | undefined;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListAttachedFilesConfigurationsCommandInput,
4
+ ListAttachedFilesConfigurationsCommandOutput,
5
+ } from "../commands/ListAttachedFilesConfigurationsCommand";
6
+ import { ConnectPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListAttachedFilesConfigurations: (
8
+ config: ConnectPaginationConfiguration,
9
+ input: ListAttachedFilesConfigurationsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListAttachedFilesConfigurationsCommandOutput>;
@@ -6,6 +6,7 @@ export * from "./GetMetricDataPaginator";
6
6
  export * from "./GetMetricDataV2Paginator";
7
7
  export * from "./ListAgentStatusesPaginator";
8
8
  export * from "./ListApprovedOriginsPaginator";
9
+ export * from "./ListAttachedFilesConfigurationsPaginator";
9
10
  export * from "./ListAuthenticationProfilesPaginator";
10
11
  export * from "./ListBotsPaginator";
11
12
  export * from "./ListChildHoursOfOperationsPaginator";
@@ -58,6 +58,7 @@ export declare var AgentStatusSummary$: StaticStructureSchema;
58
58
  export declare var AiAgentInfo$: StaticStructureSchema;
59
59
  export declare var AliasConfiguration$: StaticStructureSchema;
60
60
  export declare var AllowedCapabilities$: StaticStructureSchema;
61
+ export declare var AllowedExtension$: StaticStructureSchema;
61
62
  export declare var AnalyticsDataAssociationResult$: StaticStructureSchema;
62
63
  export declare var AnalyticsDataSetsResult$: StaticStructureSchema;
63
64
  export declare var AnswerMachineDetectionConfig$: StaticStructureSchema;
@@ -96,6 +97,8 @@ export declare var AssociateWorkspaceRequest$: StaticStructureSchema;
96
97
  export declare var AssociateWorkspaceResponse$: StaticStructureSchema;
97
98
  export declare var AttachedFile$: StaticStructureSchema;
98
99
  export declare var AttachedFileError$: StaticStructureSchema;
100
+ export declare var AttachedFilesConfiguration$: StaticStructureSchema;
101
+ export declare var AttachedFilesConfigurationSummary$: StaticStructureSchema;
99
102
  export declare var AttachmentReference$: StaticStructureSchema;
100
103
  export declare var Attendee$: StaticStructureSchema;
101
104
  export declare var Attribute$: StaticStructureSchema;
@@ -346,6 +349,8 @@ export declare var DeleteWorkspaceRequest$: StaticStructureSchema;
346
349
  export declare var DeleteWorkspaceResponse$: StaticStructureSchema;
347
350
  export declare var DescribeAgentStatusRequest$: StaticStructureSchema;
348
351
  export declare var DescribeAgentStatusResponse$: StaticStructureSchema;
352
+ export declare var DescribeAttachedFilesConfigurationRequest$: StaticStructureSchema;
353
+ export declare var DescribeAttachedFilesConfigurationResponse$: StaticStructureSchema;
349
354
  export declare var DescribeAuthenticationProfileRequest$: StaticStructureSchema;
350
355
  export declare var DescribeAuthenticationProfileResponse$: StaticStructureSchema;
351
356
  export declare var DescribeContactEvaluationRequest$: StaticStructureSchema;
@@ -519,6 +524,7 @@ export declare var EventBridgeActionDefinition$: StaticStructureSchema;
519
524
  export declare var ExecutionRecord$: StaticStructureSchema;
520
525
  export declare var Expiry$: StaticStructureSchema;
521
526
  export declare var Expression$: StaticStructureSchema;
527
+ export declare var ExtensionConfiguration$: StaticStructureSchema;
522
528
  export declare var ExternalInvocationConfiguration$: StaticStructureSchema;
523
529
  export declare var FailedBatchAssociationSummary$: StaticStructureSchema;
524
530
  export declare var FailedRequest$: StaticStructureSchema;
@@ -617,6 +623,8 @@ export declare var ListApprovedOriginsRequest$: StaticStructureSchema;
617
623
  export declare var ListApprovedOriginsResponse$: StaticStructureSchema;
618
624
  export declare var ListAssociatedContactsRequest$: StaticStructureSchema;
619
625
  export declare var ListAssociatedContactsResponse$: StaticStructureSchema;
626
+ export declare var ListAttachedFilesConfigurationsRequest$: StaticStructureSchema;
627
+ export declare var ListAttachedFilesConfigurationsResponse$: StaticStructureSchema;
620
628
  export declare var ListAuthenticationProfilesRequest$: StaticStructureSchema;
621
629
  export declare var ListAuthenticationProfilesResponse$: StaticStructureSchema;
622
630
  export declare var ListBotsRequest$: StaticStructureSchema;
@@ -1054,6 +1062,8 @@ export declare var UntagContactRequest$: StaticStructureSchema;
1054
1062
  export declare var UntagContactResponse$: StaticStructureSchema;
1055
1063
  export declare var UntagResourceRequest$: StaticStructureSchema;
1056
1064
  export declare var UpdateAgentStatusRequest$: StaticStructureSchema;
1065
+ export declare var UpdateAttachedFilesConfigurationRequest$: StaticStructureSchema;
1066
+ export declare var UpdateAttachedFilesConfigurationResponse$: StaticStructureSchema;
1057
1067
  export declare var UpdateAuthenticationProfileRequest$: StaticStructureSchema;
1058
1068
  export declare var UpdateCaseActionDefinition$: StaticStructureSchema;
1059
1069
  export declare var UpdateContactAttributesRequest$: StaticStructureSchema;
@@ -1325,6 +1335,7 @@ export declare var DeleteWorkspace$: StaticOperationSchema;
1325
1335
  export declare var DeleteWorkspaceMedia$: StaticOperationSchema;
1326
1336
  export declare var DeleteWorkspacePage$: StaticOperationSchema;
1327
1337
  export declare var DescribeAgentStatus$: StaticOperationSchema;
1338
+ export declare var DescribeAttachedFilesConfiguration$: StaticOperationSchema;
1328
1339
  export declare var DescribeAuthenticationProfile$: StaticOperationSchema;
1329
1340
  export declare var DescribeContact$: StaticOperationSchema;
1330
1341
  export declare var DescribeContactEvaluation$: StaticOperationSchema;
@@ -1398,6 +1409,7 @@ export declare var ListAnalyticsDataAssociations$: StaticOperationSchema;
1398
1409
  export declare var ListAnalyticsDataLakeDataSets$: StaticOperationSchema;
1399
1410
  export declare var ListApprovedOrigins$: StaticOperationSchema;
1400
1411
  export declare var ListAssociatedContacts$: StaticOperationSchema;
1412
+ export declare var ListAttachedFilesConfigurations$: StaticOperationSchema;
1401
1413
  export declare var ListAuthenticationProfiles$: StaticOperationSchema;
1402
1414
  export declare var ListBots$: StaticOperationSchema;
1403
1415
  export declare var ListChildHoursOfOperations$: StaticOperationSchema;
@@ -1523,6 +1535,7 @@ export declare var TransferContact$: StaticOperationSchema;
1523
1535
  export declare var UntagContact$: StaticOperationSchema;
1524
1536
  export declare var UntagResource$: StaticOperationSchema;
1525
1537
  export declare var UpdateAgentStatus$: StaticOperationSchema;
1538
+ export declare var UpdateAttachedFilesConfiguration$: StaticOperationSchema;
1526
1539
  export declare var UpdateAuthenticationProfile$: StaticOperationSchema;
1527
1540
  export declare var UpdateContact$: StaticOperationSchema;
1528
1541
  export declare var UpdateContactAttributes$: StaticOperationSchema;