@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
@@ -106,6 +106,7 @@ import { DeleteWorkspaceCommand, } from "./commands/DeleteWorkspaceCommand";
106
106
  import { DeleteWorkspaceMediaCommand, } from "./commands/DeleteWorkspaceMediaCommand";
107
107
  import { DeleteWorkspacePageCommand, } from "./commands/DeleteWorkspacePageCommand";
108
108
  import { DescribeAgentStatusCommand, } from "./commands/DescribeAgentStatusCommand";
109
+ import { DescribeAttachedFilesConfigurationCommand, } from "./commands/DescribeAttachedFilesConfigurationCommand";
109
110
  import { DescribeAuthenticationProfileCommand, } from "./commands/DescribeAuthenticationProfileCommand";
110
111
  import { DescribeContactCommand, } from "./commands/DescribeContactCommand";
111
112
  import { DescribeContactEvaluationCommand, } from "./commands/DescribeContactEvaluationCommand";
@@ -179,6 +180,7 @@ import { ListAnalyticsDataAssociationsCommand, } from "./commands/ListAnalyticsD
179
180
  import { ListAnalyticsDataLakeDataSetsCommand, } from "./commands/ListAnalyticsDataLakeDataSetsCommand";
180
181
  import { ListApprovedOriginsCommand, } from "./commands/ListApprovedOriginsCommand";
181
182
  import { ListAssociatedContactsCommand, } from "./commands/ListAssociatedContactsCommand";
183
+ import { ListAttachedFilesConfigurationsCommand, } from "./commands/ListAttachedFilesConfigurationsCommand";
182
184
  import { ListAuthenticationProfilesCommand, } from "./commands/ListAuthenticationProfilesCommand";
183
185
  import { ListBotsCommand } from "./commands/ListBotsCommand";
184
186
  import { ListChildHoursOfOperationsCommand, } from "./commands/ListChildHoursOfOperationsCommand";
@@ -304,6 +306,7 @@ import { TransferContactCommand, } from "./commands/TransferContactCommand";
304
306
  import { UntagContactCommand, } from "./commands/UntagContactCommand";
305
307
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
306
308
  import { UpdateAgentStatusCommand, } from "./commands/UpdateAgentStatusCommand";
309
+ import { UpdateAttachedFilesConfigurationCommand, } from "./commands/UpdateAttachedFilesConfigurationCommand";
307
310
  import { UpdateAuthenticationProfileCommand, } from "./commands/UpdateAuthenticationProfileCommand";
308
311
  import { UpdateContactAttributesCommand, } from "./commands/UpdateContactAttributesCommand";
309
312
  import { UpdateContactCommand, } from "./commands/UpdateContactCommand";
@@ -374,6 +377,7 @@ import { paginateGetMetricData } from "./pagination/GetMetricDataPaginator";
374
377
  import { paginateGetMetricDataV2 } from "./pagination/GetMetricDataV2Paginator";
375
378
  import { paginateListAgentStatuses } from "./pagination/ListAgentStatusesPaginator";
376
379
  import { paginateListApprovedOrigins } from "./pagination/ListApprovedOriginsPaginator";
380
+ import { paginateListAttachedFilesConfigurations } from "./pagination/ListAttachedFilesConfigurationsPaginator";
377
381
  import { paginateListAuthenticationProfiles } from "./pagination/ListAuthenticationProfilesPaginator";
378
382
  import { paginateListBots } from "./pagination/ListBotsPaginator";
379
383
  import { paginateListChildHoursOfOperations } from "./pagination/ListChildHoursOfOperationsPaginator";
@@ -560,6 +564,7 @@ const commands = {
560
564
  DeleteWorkspaceMediaCommand,
561
565
  DeleteWorkspacePageCommand,
562
566
  DescribeAgentStatusCommand,
567
+ DescribeAttachedFilesConfigurationCommand,
563
568
  DescribeAuthenticationProfileCommand,
564
569
  DescribeContactCommand,
565
570
  DescribeContactEvaluationCommand,
@@ -633,6 +638,7 @@ const commands = {
633
638
  ListAnalyticsDataLakeDataSetsCommand,
634
639
  ListApprovedOriginsCommand,
635
640
  ListAssociatedContactsCommand,
641
+ ListAttachedFilesConfigurationsCommand,
636
642
  ListAuthenticationProfilesCommand,
637
643
  ListBotsCommand,
638
644
  ListChildHoursOfOperationsCommand,
@@ -758,6 +764,7 @@ const commands = {
758
764
  UntagContactCommand,
759
765
  UntagResourceCommand,
760
766
  UpdateAgentStatusCommand,
767
+ UpdateAttachedFilesConfigurationCommand,
761
768
  UpdateAuthenticationProfileCommand,
762
769
  UpdateContactCommand,
763
770
  UpdateContactAttributesCommand,
@@ -829,6 +836,7 @@ const paginators = {
829
836
  paginateGetMetricDataV2,
830
837
  paginateListAgentStatuses,
831
838
  paginateListApprovedOrigins,
839
+ paginateListAttachedFilesConfigurations,
832
840
  paginateListAuthenticationProfiles,
833
841
  paginateListBots,
834
842
  paginateListChildHoursOfOperations,
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DescribeAttachedFilesConfiguration$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DescribeAttachedFilesConfigurationCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonConnectService", "DescribeAttachedFilesConfiguration", {})
13
+ .n("ConnectClient", "DescribeAttachedFilesConfigurationCommand")
14
+ .sc(DescribeAttachedFilesConfiguration$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListAttachedFilesConfigurations$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListAttachedFilesConfigurationsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonConnectService", "ListAttachedFilesConfigurations", {})
13
+ .n("ConnectClient", "ListAttachedFilesConfigurationsCommand")
14
+ .sc(ListAttachedFilesConfigurations$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { UpdateAttachedFilesConfiguration$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdateAttachedFilesConfigurationCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonConnectService", "UpdateAttachedFilesConfiguration", {})
13
+ .n("ConnectClient", "UpdateAttachedFilesConfigurationCommand")
14
+ .sc(UpdateAttachedFilesConfiguration$)
15
+ .build() {
16
+ }
@@ -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,49 @@
1
+ import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
2
+ const k = "ref";
3
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
4
+ const _data = {
5
+ conditions: [
6
+ [c, [g]],
7
+ [c, j],
8
+ ["aws.partition", j, d],
9
+ [e, [{ [k]: "UseFIPS" }, b]],
10
+ [e, [{ [k]: "UseDualStack" }, b]],
11
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
12
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
13
+ ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
14
+ ],
15
+ results: [
16
+ [a],
17
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
18
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
19
+ [g, i],
20
+ ["https://connect-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
21
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
22
+ ["https://connect.{Region}.amazonaws.com", i],
23
+ ["https://connect-fips.{Region}.{PartitionResult#dnsSuffix}", i],
24
+ [a, "FIPS is enabled but this partition does not support FIPS"],
25
+ ["https://connect.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
26
+ [a, "DualStack is enabled but this partition does not support DualStack"],
27
+ ["https://connect.{Region}.{PartitionResult#dnsSuffix}", i],
28
+ [a, "Invalid Configuration: Missing Region"]
29
+ ]
30
+ };
31
+ const root = 2;
32
+ const r = 100_000_000;
33
+ const nodes = new Int32Array([
34
+ -1, 1, -1,
35
+ 0, 13, 3,
36
+ 1, 4, r + 12,
37
+ 2, 5, r + 12,
38
+ 3, 8, 6,
39
+ 4, 7, r + 11,
40
+ 5, r + 9, r + 10,
41
+ 4, 11, 9,
42
+ 6, 10, r + 8,
43
+ 7, r + 6, r + 7,
44
+ 5, 12, r + 5,
45
+ 6, r + 4, r + 5,
46
+ 3, r + 1, 14,
47
+ 4, r + 2, r + 3,
48
+ ]);
49
+ export const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
@@ -1,12 +1,12 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
3
- import { ruleSet } from "./ruleset";
2
+ import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/util-endpoints";
3
+ import { bdd } from "./bdd";
4
4
  const cache = new EndpointCache({
5
5
  size: 50,
6
6
  params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
7
7
  });
8
8
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
9
- return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
9
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
10
10
  endpointParams: endpointParams,
11
11
  logger: context.logger,
12
12
  }));
@@ -578,6 +578,12 @@ export const MediaType = {
578
578
  IMAGE_LOGO_LIGHT_FAVICON: "IMAGE_LOGO_LIGHT_FAVICON",
579
579
  IMAGE_LOGO_LIGHT_HORIZONTAL: "IMAGE_LOGO_LIGHT_HORIZONTAL",
580
580
  };
581
+ export const AttachmentScope = {
582
+ CASE: "CASE",
583
+ CHAT: "CHAT",
584
+ EMAIL: "EMAIL",
585
+ TASK: "TASK",
586
+ };
581
587
  export const AnsweringMachineDetectionStatus = {
582
588
  AMD_ERROR: "AMD_ERROR",
583
589
  AMD_NOT_APPLICABLE: "AMD_NOT_APPLICABLE",
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListAttachedFilesConfigurationsCommand, } from "../commands/ListAttachedFilesConfigurationsCommand";
3
+ import { ConnectClient } from "../ConnectClient";
4
+ export const paginateListAttachedFilesConfigurations = createPaginator(ConnectClient, ListAttachedFilesConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
@@ -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";
@@ -74,14 +74,21 @@ const _AEE = "AutoEvaluationEnabled";
74
74
  const _AEF = "ActivateEvaluationForm";
75
75
  const _AEFR = "ActivateEvaluationFormRequest";
76
76
  const _AEFRc = "ActivateEvaluationFormResponse";
77
+ const _AEL = "AllowedExtensionsList";
77
78
  const _AER = "AdditionalEmailRecipients";
78
79
  const _AES = "AutoEvaluationStatus";
80
+ const _AEl = "AllowedExtension";
81
+ const _AEll = "AllowedExtensions";
79
82
  const _AEn = "AndExpression";
80
83
  const _AEu = "AutoEvaluation";
81
84
  const _AF = "AgentFirst";
82
- const _AFC = "AutomaticFailConfiguration";
85
+ const _AFC = "AttachedFilesConfiguration";
83
86
  const _AFCAA = "AgentFirstCallbackAutoAccept";
84
87
  const _AFCACWC = "AgentFirstCallbackAfterContactWorkConfig";
88
+ const _AFCS = "AttachedFilesConfigurationSummary";
89
+ const _AFCSL = "AttachedFilesConfigurationSummaryList";
90
+ const _AFCt = "AttachedFilesConfigurations";
91
+ const _AFCu = "AutomaticFailConfiguration";
85
92
  const _AFE = "AttachedFileError";
86
93
  const _AFEL = "AttachedFileErrorsList";
87
94
  const _AFIRER = "AttachedFileInvalidRequestExceptionReason";
@@ -183,6 +190,7 @@ const _ASc = "ActionSummaries";
183
190
  const _ASg = "AgentStatus";
184
191
  const _ASge = "AgentStatuses";
185
192
  const _ASn = "AnswerSource";
193
+ const _ASt = "AttachmentScope";
186
194
  const _AT = "ActionType";
187
195
  const _ATC = "ApproximateTotalCount";
188
196
  const _ATDGU = "AssociateTrafficDistributionGroupUser";
@@ -568,6 +576,9 @@ const _DA = "DirectoryAlias";
568
576
  const _DADS = "DisassociateAnalyticsDataSet";
569
577
  const _DADSR = "DisassociateAnalyticsDataSetRequest";
570
578
  const _DAF = "DeleteAttachedFile";
579
+ const _DAFC = "DescribeAttachedFilesConfiguration";
580
+ const _DAFCR = "DescribeAttachedFilesConfigurationRequest";
581
+ const _DAFCRe = "DescribeAttachedFilesConfigurationResponse";
571
582
  const _DAFR = "DeleteAttachedFileRequest";
572
583
  const _DAFRe = "DeleteAttachedFileResponse";
573
584
  const _DAO = "DisassociateApprovedOrigin";
@@ -923,6 +934,7 @@ const _EC = "ErrorCode";
923
934
  const _ECLAAD = "EvaluationContactLensAnswerAnalysisDetails";
924
935
  const _ECP = "EvaluationContactParticipant";
925
936
  const _ECn = "EncryptionConfig";
937
+ const _ECx = "ExtensionConfiguration";
926
938
  const _ED = "EligibilityDays";
927
939
  const _EDIM = "ExpiryDurationInMinutes";
928
940
  const _EDTV = "EvaluateDataTableValues";
@@ -1062,10 +1074,11 @@ const _Er = "Errors";
1062
1074
  const _Err = "Error";
1063
1075
  const _Ev = "Evaluation";
1064
1076
  const _Eve = "Event";
1065
- const _Ex = "Expiry";
1077
+ const _Ex = "Extension";
1066
1078
  const _Exc = "Exclusion";
1067
- const _Exp = "Expression";
1068
- const _Expr = "Expressions";
1079
+ const _Exp = "Expiry";
1080
+ const _Expr = "Expression";
1081
+ const _Expre = "Expressions";
1069
1082
  const _F = "Failed";
1070
1083
  const _FA = "FunctionArn";
1071
1084
  const _FAF = "FlowAttributeFilter";
@@ -1310,6 +1323,9 @@ const _LADARi = "ListAnalyticsDataAssociationsResponse";
1310
1323
  const _LADLDS = "ListAnalyticsDataLakeDataSets";
1311
1324
  const _LADLDSR = "ListAnalyticsDataLakeDataSetsRequest";
1312
1325
  const _LADLDSRi = "ListAnalyticsDataLakeDataSetsResponse";
1326
+ const _LAFC = "ListAttachedFilesConfigurations";
1327
+ const _LAFCR = "ListAttachedFilesConfigurationsRequest";
1328
+ const _LAFCRi = "ListAttachedFilesConfigurationsResponse";
1313
1329
  const _LAO = "ListApprovedOrigins";
1314
1330
  const _LAOR = "ListApprovedOriginsRequest";
1315
1331
  const _LAORi = "ListApprovedOriginsResponse";
@@ -1599,6 +1615,7 @@ const _MRed = "MediaRegion";
1599
1615
  const _MS = "MediaSource";
1600
1616
  const _MSBC = "MaxSlotsByChannel";
1601
1617
  const _MSD = "MaxSessionDuration";
1618
+ const _MSLIB = "MaximumSizeLimitInBytes";
1602
1619
  const _MSQRCA = "MultiSelectQuestionRuleCategoryAutomation";
1603
1620
  const _MST = "MessageSourceType";
1604
1621
  const _MSTe = "MediaStreamType";
@@ -2434,6 +2451,9 @@ const _Ty = "Typography";
2434
2451
  const _U = "Username";
2435
2452
  const _UA = "UserArn";
2436
2453
  const _UAF = "UserAttributeFilter";
2454
+ const _UAFC = "UpdateAttachedFilesConfiguration";
2455
+ const _UAFCR = "UpdateAttachedFilesConfigurationRequest";
2456
+ const _UAFCRp = "UpdateAttachedFilesConfigurationResponse";
2437
2457
  const _UAP = "UpdateAuthenticationProfile";
2438
2458
  const _UAPR = "UpdateAuthenticationProfileRequest";
2439
2459
  const _UAS = "UpdateAgentStatus";
@@ -3106,6 +3126,11 @@ export var AllowedCapabilities$ = [3, n0, _ACll,
3106
3126
  [_Cu, _Ag],
3107
3127
  [() => ParticipantCapabilities$, () => ParticipantCapabilities$]
3108
3128
  ];
3129
+ export var AllowedExtension$ = [3, n0, _AEl,
3130
+ 0,
3131
+ [_Ex],
3132
+ [0], 1
3133
+ ];
3109
3134
  export var AnalyticsDataAssociationResult$ = [3, n0, _ADAR,
3110
3135
  0,
3111
3136
  [_DSI, _TAI, _RSI, _RSA, _RSS],
@@ -3296,6 +3321,16 @@ export var AttachedFileError$ = [3, n0, _AFE,
3296
3321
  [_EC, _EM, _FIi],
3297
3322
  [0, 0, 0]
3298
3323
  ];
3324
+ export var AttachedFilesConfiguration$ = [3, n0, _AFC,
3325
+ 0,
3326
+ [_II, _ASt, _MSLIB, _ECx, _LMT],
3327
+ [0, 0, 1, () => ExtensionConfiguration$, 4], 2
3328
+ ];
3329
+ export var AttachedFilesConfigurationSummary$ = [3, n0, _AFCS,
3330
+ 0,
3331
+ [_II, _ASt, _MSLIB, _ECx],
3332
+ [0, 0, 1, () => ExtensionConfiguration$], 2
3333
+ ];
3299
3334
  export var AttachmentReference$ = [3, n0, _AR,
3300
3335
  0,
3301
3336
  [_N, _V, _St, _A],
@@ -3356,7 +3391,7 @@ export var AutoEvaluationDetails$ = [3, n0, _AEDu,
3356
3391
  [_AEE, _AES],
3357
3392
  [2, 0], 1
3358
3393
  ];
3359
- export var AutomaticFailConfiguration$ = [3, n0, _AFC,
3394
+ export var AutomaticFailConfiguration$ = [3, n0, _AFCu,
3360
3395
  0,
3361
3396
  [_TS],
3362
3397
  [0]
@@ -4546,6 +4581,16 @@ export var DescribeAgentStatusResponse$ = [3, n0, _DASRe,
4546
4581
  [_ASg],
4547
4582
  [() => AgentStatus$]
4548
4583
  ];
4584
+ export var DescribeAttachedFilesConfigurationRequest$ = [3, n0, _DAFCR,
4585
+ 0,
4586
+ [_II, _ASt],
4587
+ [[0, 1], [0, 1]], 2
4588
+ ];
4589
+ export var DescribeAttachedFilesConfigurationResponse$ = [3, n0, _DAFCRe,
4590
+ 0,
4591
+ [_AFC],
4592
+ [() => AttachedFilesConfiguration$], 1
4593
+ ];
4549
4594
  export var DescribeAuthenticationProfileRequest$ = [3, n0, _DAPR,
4550
4595
  0,
4551
4596
  [_API, _II],
@@ -5218,7 +5263,7 @@ export var EvaluationFormMultiSelectQuestionProperties$ = [3, n0, _EFMSQP,
5218
5263
  ];
5219
5264
  export var EvaluationFormNumericQuestionOption$ = [3, n0, _EFNQO,
5220
5265
  0,
5221
- [_MV, _MVa, _Sco, _AFut, _AFC],
5266
+ [_MV, _MVa, _Sco, _AFut, _AFCu],
5222
5267
  [1, 1, 1, 2, () => AutomaticFailConfiguration$], 2
5223
5268
  ];
5224
5269
  export var EvaluationFormNumericQuestionProperties$ = [3, n0, _EFNQP,
@@ -5268,7 +5313,7 @@ export var EvaluationFormSingleSelectQuestionAutomation$ = [3, n0, _EFSSQA,
5268
5313
  ];
5269
5314
  export var EvaluationFormSingleSelectQuestionOption$ = [3, n0, _EFSSQO,
5270
5315
  0,
5271
- [_RIef, _Te, _Sco, _AFut, _AFC],
5316
+ [_RIef, _Te, _Sco, _AFut, _AFCu],
5272
5317
  [0, 0, 1, 2, () => AutomaticFailConfiguration$], 2
5273
5318
  ];
5274
5319
  export var EvaluationFormSingleSelectQuestionProperties$ = [3, n0, _EFSSQP,
@@ -5401,16 +5446,21 @@ export var ExecutionRecord$ = [3, n0, _ERx,
5401
5446
  [_OI, _St, _Tim, _Reco],
5402
5447
  [0, 0, 4, 0]
5403
5448
  ];
5404
- export var Expiry$ = [3, n0, _Ex,
5449
+ export var Expiry$ = [3, n0, _Exp,
5405
5450
  0,
5406
5451
  [_DIS, _ETx],
5407
5452
  [1, 4]
5408
5453
  ];
5409
- export var Expression$ = [3, n0, _Exp,
5454
+ export var Expression$ = [3, n0, _Expr,
5410
5455
  0,
5411
5456
  [_ACt, _AEn, _OE, _NAC],
5412
5457
  [() => AttributeCondition$, () => Expressions, () => Expressions, () => AttributeCondition$]
5413
5458
  ];
5459
+ export var ExtensionConfiguration$ = [3, n0, _ECx,
5460
+ 0,
5461
+ [_AEll],
5462
+ [() => AllowedExtensionsList], 1
5463
+ ];
5414
5464
  export var ExternalInvocationConfiguration$ = [3, n0, _EIC,
5415
5465
  0,
5416
5466
  [_En],
@@ -5901,6 +5951,16 @@ export var ListAssociatedContactsResponse$ = [3, n0, _LACRi,
5901
5951
  [_CSL, _NT],
5902
5952
  [() => AssociatedContactSummaryList, 0]
5903
5953
  ];
5954
+ export var ListAttachedFilesConfigurationsRequest$ = [3, n0, _LAFCR,
5955
+ 0,
5956
+ [_II, _MR, _NT],
5957
+ [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
5958
+ ];
5959
+ export var ListAttachedFilesConfigurationsResponse$ = [3, n0, _LAFCRi,
5960
+ 0,
5961
+ [_AFCt, _NT],
5962
+ [() => AttachedFilesConfigurationSummaryList, 0]
5963
+ ];
5904
5964
  export var ListAuthenticationProfilesRequest$ = [3, n0, _LAPR,
5905
5965
  0,
5906
5966
  [_II, _MR, _NT],
@@ -6778,7 +6838,7 @@ export var ParticipantTimerConfiguration$ = [3, n0, _PTC,
6778
6838
  ];
6779
6839
  export var ParticipantTokenCredentials$ = [3, n0, _PTCa,
6780
6840
  0,
6781
- [_PTa, _Ex],
6841
+ [_PTa, _Exp],
6782
6842
  [0, 0]
6783
6843
  ];
6784
6844
  export var PauseContactRequest$ = [3, n0, _PCR,
@@ -7163,7 +7223,7 @@ export var RoutingCriteriaInput$ = [3, n0, _RCIo,
7163
7223
  ];
7164
7224
  export var RoutingCriteriaInputStep$ = [3, n0, _RCIS,
7165
7225
  0,
7166
- [_Ex, _Exp],
7226
+ [_Exp, _Expr],
7167
7227
  [() => RoutingCriteriaInputStepExpiry$, () => Expression$]
7168
7228
  ];
7169
7229
  export var RoutingCriteriaInputStepExpiry$ = [3, n0, _RCISE,
@@ -7803,7 +7863,7 @@ export var StateTransition$ = [3, n0, _STtat,
7803
7863
  ];
7804
7864
  export var Step$ = [3, n0, _Step,
7805
7865
  0,
7806
- [_Ex, _Exp, _St],
7866
+ [_Exp, _Expr, _St],
7807
7867
  [() => Expiry$, () => Expression$, 0]
7808
7868
  ];
7809
7869
  export var StopContactMediaProcessingRequest$ = [3, n0, _SCMPRto,
@@ -8086,6 +8146,16 @@ export var UpdateAgentStatusRequest$ = [3, n0, _UASR,
8086
8146
  [_II, _ASI, _N, _D, _S, _DO, _RON],
8087
8147
  [[0, 1], [0, 1], 0, 0, 0, 1, 2], 2
8088
8148
  ];
8149
+ export var UpdateAttachedFilesConfigurationRequest$ = [3, n0, _UAFCR,
8150
+ 0,
8151
+ [_II, _ASt, _MSLIB, _ECx],
8152
+ [[0, 1], [0, 1], 1, () => ExtensionConfiguration$], 2
8153
+ ];
8154
+ export var UpdateAttachedFilesConfigurationResponse$ = [3, n0, _UAFCRp,
8155
+ 0,
8156
+ [_II, _ASt, _MSLIB, _ECx, _LMT],
8157
+ [0, 0, 1, () => ExtensionConfiguration$, 4], 2
8158
+ ];
8089
8159
  export var UpdateAuthenticationProfileRequest$ = [3, n0, _UAPR,
8090
8160
  0,
8091
8161
  [_API, _II, _N, _D, _AIl, _BI, _PSD, _SID, _SIHE],
@@ -8837,6 +8907,9 @@ var AiAgents = [1, n0, _AAi,
8837
8907
  var AliasConfigurationList = [1, n0, _ACL,
8838
8908
  0, () => AliasConfiguration$
8839
8909
  ];
8910
+ var AllowedExtensionsList = [1, n0, _AEL,
8911
+ 0, () => AllowedExtension$
8912
+ ];
8840
8913
  var AllowedFlowModules = [1, n0, _AFM,
8841
8914
  0, () => FlowModule$
8842
8915
  ];
@@ -8859,6 +8932,9 @@ var AssociatedQueueIdList = 64 | 0;
8859
8932
  var AttachedFileErrorsList = [1, n0, _AFEL,
8860
8933
  0, () => AttachedFileError$
8861
8934
  ];
8935
+ var AttachedFilesConfigurationSummaryList = [1, n0, _AFCSL,
8936
+ 0, () => AttachedFilesConfigurationSummary$
8937
+ ];
8862
8938
  var AttachedFilesList = [1, n0, _AFL,
8863
8939
  0, () => AttachedFile$
8864
8940
  ];
@@ -9107,7 +9183,7 @@ var EvaluationTranscriptPointsOfInterest = [1, n0, _ETPOIv,
9107
9183
  var ExecutionRecordList = [1, n0, _ERLx,
9108
9184
  0, () => ExecutionRecord$
9109
9185
  ];
9110
- var Expressions = [1, n0, _Expr,
9186
+ var Expressions = [1, n0, _Expre,
9111
9187
  0, () => Expression$
9112
9188
  ];
9113
9189
  var FailedBatchAssociationSummaryList = [1, n0, _FBASL,
@@ -9656,7 +9732,7 @@ export var EvaluationFormItem$ = [4, n0, _EFIv,
9656
9732
  ];
9657
9733
  export var EvaluationFormItemEnablementConditionOperand$ = [4, n0, _EFIECO,
9658
9734
  0,
9659
- [_Exp, _Con],
9735
+ [_Expr, _Con],
9660
9736
  [() => EvaluationFormItemEnablementExpression$, () => EvaluationFormItemEnablementCondition$]
9661
9737
  ];
9662
9738
  export var EvaluationFormMultiSelectQuestionAutomationOption$ = [4, n0, _EFMSQAO,
@@ -10055,6 +10131,9 @@ export var DeleteWorkspacePage$ = [9, n0, _DWP,
10055
10131
  export var DescribeAgentStatus$ = [9, n0, _DAS,
10056
10132
  { [_h]: ["GET", "/agent-status/{InstanceId}/{AgentStatusId}", 200] }, () => DescribeAgentStatusRequest$, () => DescribeAgentStatusResponse$
10057
10133
  ];
10134
+ export var DescribeAttachedFilesConfiguration$ = [9, n0, _DAFC,
10135
+ { [_h]: ["GET", "/attached-files-configurations/{InstanceId}/{AttachmentScope}", 200] }, () => DescribeAttachedFilesConfigurationRequest$, () => DescribeAttachedFilesConfigurationResponse$
10136
+ ];
10058
10137
  export var DescribeAuthenticationProfile$ = [9, n0, _DAP,
10059
10138
  { [_h]: ["GET", "/authentication-profiles/{InstanceId}/{AuthenticationProfileId}", 200] }, () => DescribeAuthenticationProfileRequest$, () => DescribeAuthenticationProfileResponse$
10060
10139
  ];
@@ -10274,6 +10353,9 @@ export var ListApprovedOrigins$ = [9, n0, _LAO,
10274
10353
  export var ListAssociatedContacts$ = [9, n0, _LAC,
10275
10354
  { [_h]: ["GET", "/contact/associated/{InstanceId}", 200] }, () => ListAssociatedContactsRequest$, () => ListAssociatedContactsResponse$
10276
10355
  ];
10356
+ export var ListAttachedFilesConfigurations$ = [9, n0, _LAFC,
10357
+ { [_h]: ["GET", "/attached-files-configurations/{InstanceId}", 200] }, () => ListAttachedFilesConfigurationsRequest$, () => ListAttachedFilesConfigurationsResponse$
10358
+ ];
10277
10359
  export var ListAuthenticationProfiles$ = [9, n0, _LAP,
10278
10360
  { [_h]: ["GET", "/authentication-profiles-summary/{InstanceId}", 200] }, () => ListAuthenticationProfilesRequest$, () => ListAuthenticationProfilesResponse$
10279
10361
  ];
@@ -10649,6 +10731,9 @@ export var UntagResource$ = [9, n0, _URn,
10649
10731
  export var UpdateAgentStatus$ = [9, n0, _UAS,
10650
10732
  { [_h]: ["POST", "/agent-status/{InstanceId}/{AgentStatusId}", 200] }, () => UpdateAgentStatusRequest$, () => __Unit
10651
10733
  ];
10734
+ export var UpdateAttachedFilesConfiguration$ = [9, n0, _UAFC,
10735
+ { [_h]: ["POST", "/attached-files-configurations/{InstanceId}/{AttachmentScope}", 200] }, () => UpdateAttachedFilesConfigurationRequest$, () => UpdateAttachedFilesConfigurationResponse$
10736
+ ];
10652
10737
  export var UpdateAuthenticationProfile$ = [9, n0, _UAP,
10653
10738
  { [_h]: ["POST", "/authentication-profiles/{InstanceId}/{AuthenticationProfileId}", 200] }, () => UpdateAuthenticationProfileRequest$, () => __Unit
10654
10739
  ];
@@ -106,6 +106,7 @@ import { type DeleteWorkspaceCommandInput, type DeleteWorkspaceCommandOutput } f
106
106
  import { type DeleteWorkspaceMediaCommandInput, type DeleteWorkspaceMediaCommandOutput } from "./commands/DeleteWorkspaceMediaCommand";
107
107
  import { type DeleteWorkspacePageCommandInput, type DeleteWorkspacePageCommandOutput } from "./commands/DeleteWorkspacePageCommand";
108
108
  import { type DescribeAgentStatusCommandInput, type DescribeAgentStatusCommandOutput } from "./commands/DescribeAgentStatusCommand";
109
+ import { type DescribeAttachedFilesConfigurationCommandInput, type DescribeAttachedFilesConfigurationCommandOutput } from "./commands/DescribeAttachedFilesConfigurationCommand";
109
110
  import { type DescribeAuthenticationProfileCommandInput, type DescribeAuthenticationProfileCommandOutput } from "./commands/DescribeAuthenticationProfileCommand";
110
111
  import { type DescribeContactCommandInput, type DescribeContactCommandOutput } from "./commands/DescribeContactCommand";
111
112
  import { type DescribeContactEvaluationCommandInput, type DescribeContactEvaluationCommandOutput } from "./commands/DescribeContactEvaluationCommand";
@@ -179,6 +180,7 @@ import { type ListAnalyticsDataAssociationsCommandInput, type ListAnalyticsDataA
179
180
  import { type ListAnalyticsDataLakeDataSetsCommandInput, type ListAnalyticsDataLakeDataSetsCommandOutput } from "./commands/ListAnalyticsDataLakeDataSetsCommand";
180
181
  import { type ListApprovedOriginsCommandInput, type ListApprovedOriginsCommandOutput } from "./commands/ListApprovedOriginsCommand";
181
182
  import { type ListAssociatedContactsCommandInput, type ListAssociatedContactsCommandOutput } from "./commands/ListAssociatedContactsCommand";
183
+ import { type ListAttachedFilesConfigurationsCommandInput, type ListAttachedFilesConfigurationsCommandOutput } from "./commands/ListAttachedFilesConfigurationsCommand";
182
184
  import { type ListAuthenticationProfilesCommandInput, type ListAuthenticationProfilesCommandOutput } from "./commands/ListAuthenticationProfilesCommand";
183
185
  import { type ListBotsCommandInput, type ListBotsCommandOutput } from "./commands/ListBotsCommand";
184
186
  import { type ListChildHoursOfOperationsCommandInput, type ListChildHoursOfOperationsCommandOutput } from "./commands/ListChildHoursOfOperationsCommand";
@@ -304,6 +306,7 @@ import { type TransferContactCommandInput, type TransferContactCommandOutput } f
304
306
  import { type UntagContactCommandInput, type UntagContactCommandOutput } from "./commands/UntagContactCommand";
305
307
  import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
306
308
  import { type UpdateAgentStatusCommandInput, type UpdateAgentStatusCommandOutput } from "./commands/UpdateAgentStatusCommand";
309
+ import { type UpdateAttachedFilesConfigurationCommandInput, type UpdateAttachedFilesConfigurationCommandOutput } from "./commands/UpdateAttachedFilesConfigurationCommand";
307
310
  import { type UpdateAuthenticationProfileCommandInput, type UpdateAuthenticationProfileCommandOutput } from "./commands/UpdateAuthenticationProfileCommand";
308
311
  import { type UpdateContactAttributesCommandInput, type UpdateContactAttributesCommandOutput } from "./commands/UpdateContactAttributesCommand";
309
312
  import { type UpdateContactCommandInput, type UpdateContactCommandOutput } from "./commands/UpdateContactCommand";
@@ -1010,6 +1013,12 @@ export interface Connect {
1010
1013
  describeAgentStatus(args: DescribeAgentStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAgentStatusCommandOutput>;
1011
1014
  describeAgentStatus(args: DescribeAgentStatusCommandInput, cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void): void;
1012
1015
  describeAgentStatus(args: DescribeAgentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void): void;
1016
+ /**
1017
+ * @see {@link DescribeAttachedFilesConfigurationCommand}
1018
+ */
1019
+ describeAttachedFilesConfiguration(args: DescribeAttachedFilesConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAttachedFilesConfigurationCommandOutput>;
1020
+ describeAttachedFilesConfiguration(args: DescribeAttachedFilesConfigurationCommandInput, cb: (err: any, data?: DescribeAttachedFilesConfigurationCommandOutput) => void): void;
1021
+ describeAttachedFilesConfiguration(args: DescribeAttachedFilesConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAttachedFilesConfigurationCommandOutput) => void): void;
1013
1022
  /**
1014
1023
  * @see {@link DescribeAuthenticationProfileCommand}
1015
1024
  */
@@ -1448,6 +1457,12 @@ export interface Connect {
1448
1457
  listAssociatedContacts(args: ListAssociatedContactsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssociatedContactsCommandOutput>;
1449
1458
  listAssociatedContacts(args: ListAssociatedContactsCommandInput, cb: (err: any, data?: ListAssociatedContactsCommandOutput) => void): void;
1450
1459
  listAssociatedContacts(args: ListAssociatedContactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssociatedContactsCommandOutput) => void): void;
1460
+ /**
1461
+ * @see {@link ListAttachedFilesConfigurationsCommand}
1462
+ */
1463
+ listAttachedFilesConfigurations(args: ListAttachedFilesConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAttachedFilesConfigurationsCommandOutput>;
1464
+ listAttachedFilesConfigurations(args: ListAttachedFilesConfigurationsCommandInput, cb: (err: any, data?: ListAttachedFilesConfigurationsCommandOutput) => void): void;
1465
+ listAttachedFilesConfigurations(args: ListAttachedFilesConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttachedFilesConfigurationsCommandOutput) => void): void;
1451
1466
  /**
1452
1467
  * @see {@link ListAuthenticationProfilesCommand}
1453
1468
  */
@@ -2203,6 +2218,12 @@ export interface Connect {
2203
2218
  updateAgentStatus(args: UpdateAgentStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgentStatusCommandOutput>;
2204
2219
  updateAgentStatus(args: UpdateAgentStatusCommandInput, cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void): void;
2205
2220
  updateAgentStatus(args: UpdateAgentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void): void;
2221
+ /**
2222
+ * @see {@link UpdateAttachedFilesConfigurationCommand}
2223
+ */
2224
+ updateAttachedFilesConfiguration(args: UpdateAttachedFilesConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAttachedFilesConfigurationCommandOutput>;
2225
+ updateAttachedFilesConfiguration(args: UpdateAttachedFilesConfigurationCommandInput, cb: (err: any, data?: UpdateAttachedFilesConfigurationCommandOutput) => void): void;
2226
+ updateAttachedFilesConfiguration(args: UpdateAttachedFilesConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAttachedFilesConfigurationCommandOutput) => void): void;
2206
2227
  /**
2207
2228
  * @see {@link UpdateAuthenticationProfileCommand}
2208
2229
  */
@@ -2624,6 +2645,13 @@ export interface Connect {
2624
2645
  * @returns AsyncIterable of {@link ListApprovedOriginsCommandOutput}.
2625
2646
  */
2626
2647
  paginateListApprovedOrigins(args: ListApprovedOriginsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListApprovedOriginsCommandOutput>;
2648
+ /**
2649
+ * @see {@link ListAttachedFilesConfigurationsCommand}
2650
+ * @param args - command input.
2651
+ * @param paginationConfig - optional pagination config.
2652
+ * @returns AsyncIterable of {@link ListAttachedFilesConfigurationsCommandOutput}.
2653
+ */
2654
+ paginateListAttachedFilesConfigurations(args: ListAttachedFilesConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAttachedFilesConfigurationsCommandOutput>;
2627
2655
  /**
2628
2656
  * @see {@link ListAuthenticationProfilesCommand}
2629
2657
  * @param args - command input.