@cdklabs/cdk-construct-connect-datalake 0.0.5 → 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 (534) hide show
  1. package/.jsii +10 -10
  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 +34 -34
  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 +54 -0
  14. package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +133 -48
  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 +7 -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 +102 -17
  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/CreateRuleCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeAttachedFilesConfigurationCommand.d.ts +103 -0
  30. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeRuleCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetPromptFileCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTaskTemplateCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTestCaseExecutionSummaryCommand.d.ts +1 -2
  34. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAttachedFilesConfigurationsCommand.d.ts +106 -0
  35. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRulesCommand.d.ts +2 -2
  36. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTestCaseExecutionsCommand.d.ts +2 -2
  37. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQuickConnectsCommand.d.ts +1 -2
  38. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchResourceTagsCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateAttachedFilesConfigurationCommand.d.ts +109 -0
  40. package/node_modules/@aws-sdk/client-connect/dist-types/commands/index.d.ts +3 -0
  41. package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/bdd.d.ts +2 -0
  42. package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +15 -0
  43. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +11 -11
  44. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +81 -156
  45. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +220 -201
  46. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +254 -3
  47. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +7 -0
  48. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/index.d.ts +1 -0
  49. package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +13 -0
  50. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/Connect.d.ts +64 -0
  51. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/ConnectClient.d.ts +18 -0
  52. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeAttachedFilesConfigurationCommand.d.ts +51 -0
  53. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetPromptFileCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +4 -2
  56. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListAttachedFilesConfigurationsCommand.d.ts +51 -0
  57. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +4 -2
  58. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateAttachedFilesConfigurationCommand.d.ts +51 -0
  60. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/index.d.ts +3 -0
  61. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  62. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +9 -0
  63. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +3 -3
  64. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +23 -40
  65. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +57 -39
  66. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +52 -2
  67. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +11 -0
  68. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/index.d.ts +1 -0
  69. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
  70. package/node_modules/@aws-sdk/client-connect/package.json +33 -33
  71. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/bdd.js +49 -0
  72. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/endpointResolver.js +2 -2
  73. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/bdd.js +46 -0
  74. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/endpointResolver.js +3 -3
  75. package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/bdd.d.ts +2 -0
  76. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_0.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +3 -3
  78. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  79. package/node_modules/@aws-sdk/client-glue/package.json +33 -33
  80. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/bdd.js +49 -0
  81. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/endpointResolver.js +2 -2
  82. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/bdd.js +46 -0
  83. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/endpointResolver.js +3 -3
  84. package/node_modules/@aws-sdk/client-lakeformation/dist-types/endpoint/bdd.d.ts +2 -0
  85. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  86. package/node_modules/@aws-sdk/client-lakeformation/package.json +34 -34
  87. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/bdd.js +52 -0
  88. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/endpointResolver.js +2 -2
  89. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/bdd.js +49 -0
  90. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/endpointResolver.js +3 -3
  91. package/node_modules/@aws-sdk/client-ram/dist-types/endpoint/bdd.d.ts +2 -0
  92. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  93. package/node_modules/@aws-sdk/client-ram/package.json +33 -33
  94. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +1 -0
  95. package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +96 -17
  96. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/bdd.js +88 -0
  97. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +2 -2
  98. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/errors.js +1 -0
  99. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +6 -0
  100. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +7 -0
  101. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +1 -0
  102. package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +97 -16
  103. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/bdd.js +85 -0
  104. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +3 -3
  105. package/node_modules/@aws-sdk/client-sts/dist-es/models/errors.js +1 -0
  106. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +7 -1
  107. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +8 -1
  108. package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -7
  109. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/bdd.d.ts +2 -0
  110. package/node_modules/@aws-sdk/client-sts/dist-types/models/errors.d.ts +1 -0
  111. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +3 -2
  112. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +10 -4
  113. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +3 -2
  114. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +3 -1
  115. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +20 -9
  116. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  117. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/errors.d.ts +1 -0
  118. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +11 -5
  119. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +35 -16
  120. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +11 -5
  121. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +8 -1
  122. package/node_modules/@aws-sdk/client-sts/package.json +35 -34
  123. package/node_modules/@aws-sdk/core/dist-cjs/index.js +72 -61
  124. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -0
  125. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +70 -61
  126. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +2 -0
  127. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +11 -10
  128. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +4 -1
  129. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -5
  130. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +2 -1
  131. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +6 -4
  132. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +15 -10
  133. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
  134. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +17 -17
  135. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +3 -8
  136. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
  137. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
  138. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +4 -2
  139. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +1 -1
  140. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +2 -2
  141. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
  142. package/node_modules/@aws-sdk/core/package.json +14 -12
  143. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  144. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  145. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  146. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  147. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  148. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  149. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  150. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  151. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  152. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  153. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  154. package/node_modules/@aws-sdk/middleware-sdk-s3/LICENSE +201 -0
  155. package/node_modules/@aws-sdk/middleware-sdk-s3/README.md +4 -0
  156. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +581 -0
  157. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +11 -0
  158. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +7 -0
  159. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/bucket-endpoint-middleware.js +36 -0
  160. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +32 -0
  161. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +9 -0
  162. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +25 -0
  163. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-endpoint-middleware.js +41 -0
  164. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +42 -0
  165. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-expires-middleware.js +33 -0
  166. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +39 -0
  167. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +14 -0
  168. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +49 -0
  169. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/SignatureV4S3Express.js +41 -0
  170. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/constants.js +13 -0
  171. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +38 -0
  172. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +41 -0
  173. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/signS3Express.js +7 -0
  174. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/index.js +7 -0
  175. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentity.js +1 -0
  176. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentityProvider.js +1 -0
  177. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +17 -0
  178. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +51 -0
  179. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +8 -0
  180. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +4 -0
  181. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/validate-bucket-name.js +25 -0
  182. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +13 -0
  183. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +16 -0
  184. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +9 -0
  185. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/protocol/S3RestXmlProtocol.d.ts +20 -0
  186. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +10 -0
  187. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +20 -0
  188. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +26 -0
  189. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +16 -0
  190. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +16 -0
  191. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +32 -0
  192. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +17 -0
  193. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/constants.d.ts +37 -0
  194. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +27 -0
  195. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +32 -0
  196. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +9 -0
  197. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/index.d.ts +9 -0
  198. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +6 -0
  199. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +12 -0
  200. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +79 -0
  201. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +21 -0
  202. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.browser.d.ts +4 -0
  203. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.d.ts +5 -0
  204. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/bucket-endpoint-middleware.d.ts +9 -0
  205. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/check-content-length-header.d.ts +13 -0
  206. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +9 -0
  207. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +15 -0
  208. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-endpoint-middleware.d.ts +6 -0
  209. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-middleware.d.ts +17 -0
  210. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-expires-middleware.d.ts +14 -0
  211. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCache.d.ts +14 -0
  212. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +12 -0
  213. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +31 -0
  214. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/SignatureV4S3Express.d.ts +19 -0
  215. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/constants.d.ts +11 -0
  216. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +40 -0
  217. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressMiddleware.d.ts +27 -0
  218. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/signS3Express.d.ts +21 -0
  219. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/index.d.ts +17 -0
  220. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentity.d.ts +2 -0
  221. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +8 -0
  222. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3Configuration.d.ts +33 -0
  223. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +19 -0
  224. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.browser.d.ts +1 -0
  225. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.d.ts +2 -0
  226. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/validate-bucket-name.d.ts +13 -0
  227. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +14 -0
  228. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +79 -0
  229. package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
  230. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +100 -0
  231. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +2 -2
  232. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +90 -0
  233. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +2 -2
  234. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +80 -0
  235. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +2 -2
  236. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +80 -0
  237. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +2 -2
  238. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +1 -0
  239. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +87 -5
  240. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +150 -0
  241. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +2 -2
  242. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +1 -0
  243. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +6 -0
  244. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
  245. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +97 -0
  246. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +3 -3
  247. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +87 -0
  248. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +3 -3
  249. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +77 -0
  250. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +3 -3
  251. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +77 -0
  252. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +3 -3
  253. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -0
  254. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +88 -4
  255. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +147 -0
  256. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +3 -3
  257. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +1 -0
  258. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +7 -1
  259. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +8 -1
  260. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  261. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +2 -0
  262. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +2 -0
  263. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  264. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +15 -7
  265. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +2 -0
  266. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +1 -0
  267. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +3 -2
  268. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +10 -4
  269. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +3 -2
  270. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +3 -1
  271. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  272. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +2 -0
  273. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +2 -0
  274. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  275. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +20 -9
  276. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +2 -0
  277. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +1 -0
  278. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +11 -5
  279. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +35 -16
  280. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +11 -5
  281. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +8 -1
  282. package/node_modules/@aws-sdk/nested-clients/package.json +33 -32
  283. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  284. package/node_modules/@aws-sdk/signature-v4-multi-region/LICENSE +201 -0
  285. package/node_modules/@aws-sdk/signature-v4-multi-region/README.md +32 -0
  286. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +121 -0
  287. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +112 -0
  288. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/index.js +2 -0
  289. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/signature-v4-crt-container.js +3 -0
  290. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +35 -0
  291. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts +5 -0
  292. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/signature-v4-crt-container.d.ts +28 -0
  293. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +41 -0
  294. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +2 -0
  295. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/signature-v4-crt-container.d.ts +20 -0
  296. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +61 -0
  297. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  298. package/node_modules/@aws-sdk/types/package.json +2 -2
  299. package/node_modules/@aws-sdk/util-arn-parser/LICENSE +201 -0
  300. package/node_modules/@aws-sdk/util-arn-parser/README.md +4 -0
  301. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +27 -0
  302. package/node_modules/@aws-sdk/util-arn-parser/dist-es/index.js +21 -0
  303. package/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +32 -0
  304. package/node_modules/@aws-sdk/util-arn-parser/dist-types/ts3.4/index.d.ts +14 -0
  305. package/node_modules/@aws-sdk/util-arn-parser/package.json +55 -0
  306. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  307. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  308. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  309. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +0 -2
  310. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +0 -2
  311. package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
  312. package/node_modules/@nodable/entities/README.md +41 -0
  313. package/node_modules/@nodable/entities/package.json +54 -0
  314. package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
  315. package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
  316. package/node_modules/@nodable/entities/src/entities.js +1177 -0
  317. package/node_modules/@nodable/entities/src/entityTries.js +49 -0
  318. package/node_modules/@nodable/entities/src/index.d.ts +264 -0
  319. package/node_modules/@nodable/entities/src/index.js +29 -0
  320. package/node_modules/@smithy/config-resolver/package.json +5 -5
  321. package/node_modules/@smithy/core/dist-cjs/index.js +2 -1
  322. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +32 -14
  323. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +2 -2
  324. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +16 -8
  325. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +17 -10
  326. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +6 -1
  327. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +6 -3
  328. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
  329. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +23 -11
  330. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +9 -3
  331. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +2 -2
  332. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +16 -8
  333. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +9 -4
  334. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -6
  335. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +6 -1
  336. package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +6 -3
  337. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
  338. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  339. package/node_modules/@smithy/core/package.json +7 -7
  340. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  341. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  342. package/node_modules/@smithy/hash-node/package.json +2 -2
  343. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  344. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  345. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  346. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  347. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  348. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  349. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  350. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +208 -102
  351. package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
  352. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +83 -41
  353. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -18
  354. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +44 -43
  355. package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
  356. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +32 -14
  357. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +32 -8
  358. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +14 -6
  359. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  360. package/node_modules/@smithy/property-provider/package.json +2 -2
  361. package/node_modules/@smithy/protocol-http/package.json +2 -2
  362. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  363. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  364. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +6 -0
  365. package/node_modules/@smithy/service-error-classification/dist-es/index.js +5 -0
  366. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +6 -0
  367. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  368. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  369. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +11 -5
  370. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +11 -5
  371. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -3
  372. package/node_modules/@smithy/signature-v4/package.json +4 -4
  373. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +8 -1
  374. package/node_modules/@smithy/smithy-client/dist-es/command.js +8 -1
  375. package/node_modules/@smithy/smithy-client/package.json +7 -7
  376. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +5 -0
  377. package/node_modules/@smithy/types/dist-types/signature.d.ts +20 -3
  378. package/node_modules/@smithy/types/package.json +1 -1
  379. package/node_modules/@smithy/url-parser/package.json +3 -3
  380. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  381. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  382. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +79 -71
  383. package/node_modules/@smithy/util-endpoints/dist-es/decideEndpoint.js +4 -3
  384. package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +2 -1
  385. package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +8 -13
  386. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +9 -7
  387. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +12 -8
  388. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +14 -13
  389. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +7 -4
  390. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +10 -8
  391. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +4 -4
  392. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +5 -5
  393. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +4 -4
  394. package/node_modules/@smithy/util-endpoints/dist-types/bdd/BinaryDecisionDiagram.d.ts +2 -2
  395. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +3 -3
  396. package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +2 -15
  397. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +6 -3
  398. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +3 -3
  399. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +1 -1
  400. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -2
  401. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -2
  402. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  403. package/node_modules/@smithy/util-middleware/package.json +2 -2
  404. package/node_modules/@smithy/util-retry/dist-cjs/index.js +20 -10
  405. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +20 -10
  406. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +12 -4
  407. package/node_modules/@smithy/util-retry/package.json +3 -3
  408. package/node_modules/@smithy/util-stream/package.json +4 -4
  409. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +59 -34
  410. package/node_modules/@smithy/util-waiter/dist-es/poller.js +61 -34
  411. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
  412. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +2 -1
  413. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +13 -13
  414. package/node_modules/@smithy/util-waiter/package.json +3 -3
  415. package/node_modules/fast-xml-builder/package.json +1 -1
  416. package/node_modules/fast-xml-builder/src/fxb.js +6 -2
  417. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +16 -2
  418. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/CHANGELOG.md +53 -0
  419. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/README.md +8 -28
  420. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  421. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  422. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  423. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.d.cts +172 -6
  424. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  425. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  426. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  427. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  428. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/package.json +5 -4
  429. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.d.ts +162 -3
  430. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/DocTypeReader.js +2 -5
  431. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OptionsBuilder.js +15 -11
  432. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OrderedObjParser.js +168 -244
  433. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/XMLParser.js +1 -1
  434. package/node_modules/hasown/CHANGELOG.md +11 -0
  435. package/node_modules/hasown/eslint.config.mjs +6 -0
  436. package/node_modules/hasown/index.d.ts +1 -0
  437. package/node_modules/hasown/package.json +14 -14
  438. package/package.json +11 -11
  439. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/ruleset.js +0 -7
  440. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/ruleset.js +0 -4
  441. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/ruleset.d.ts +0 -2
  442. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  443. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/ruleset.js +0 -7
  444. package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/ruleset.js +0 -4
  445. package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/ruleset.d.ts +0 -2
  446. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  447. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/ruleset.js +0 -7
  448. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/ruleset.js +0 -4
  449. package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/ruleset.d.ts +0 -2
  450. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  451. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/ruleset.js +0 -7
  452. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/ruleset.js +0 -4
  453. package/node_modules/@aws-sdk/client-lakeformation/dist-types/endpoint/ruleset.d.ts +0 -2
  454. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  455. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/ruleset.js +0 -7
  456. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/ruleset.js +0 -4
  457. package/node_modules/@aws-sdk/client-ram/dist-types/endpoint/ruleset.d.ts +0 -2
  458. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  459. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
  460. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
  461. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
  462. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  463. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +0 -146
  464. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +0 -133
  465. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +0 -106
  466. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -106
  467. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -145
  468. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +0 -143
  469. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +0 -130
  470. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +0 -103
  471. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -103
  472. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -142
  473. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  474. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +0 -2
  475. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +0 -2
  476. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  477. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  478. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  479. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +0 -2
  480. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +0 -2
  481. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  482. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  483. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
  484. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
  485. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
  486. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
  487. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
  488. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
  489. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
  490. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +0 -148
  491. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +0 -135
  492. package/node_modules/hasown/.eslintrc +0 -5
  493. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
  494. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  495. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  496. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
  497. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
  498. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
  499. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
  500. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
  501. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +0 -0
  502. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  503. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  504. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  505. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  506. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  507. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  508. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  509. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  510. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
  511. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
  512. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  513. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
  514. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  515. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  516. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  517. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  518. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  519. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  520. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  521. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  522. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  523. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  524. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  525. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  526. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
  527. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  528. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  529. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
  530. /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/CHANGELOG.md +0 -0
  531. /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/LICENSE +0 -0
  532. /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/README.md +0 -0
  533. /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/package.json +0 -0
  534. /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/strnum.js +0 -0
@@ -1,7 +1,203 @@
1
- import type { AgentAvailabilityTimer, AgentStatusState, AnsweringMachineDetectionStatus, Channel, ChatEventType, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactMediaProcessingFailureMode, ContactRecordingType, DataTableAttributeValueType, DataTableLockLevel, DisconnectOnCustomerExitParticipantType, EmailHeaderType, EvaluationFormItemEnablementAction, EvaluationFormItemEnablementOperator, EvaluationFormQuestionType, EvaluationFormVersionStatus, FileStatusType, FileUseCaseType, HierarchyGroupMatchType, InboundMessageSourceType, InitiateAs, InstanceAttributeType, InstanceStorageResourceType, IvrRecordingTrack, LocaleCode, MeetingFeatureStatus, NotificationStatus, OutboundMessageSourceType, OverrideType, ParticipantTimerAction, ParticipantTimerType, QueueStatus, RehydrationType, ResponseMode, RoutingCriteriaStepStatus, RulePublishStatus, SearchableQueueType, TargetListType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TimerEligibleParticipantRoles, TrafficType, ViewStatus, ViewType, Visibility, VocabularyLanguageCode, VocabularyState, VoiceRecordingTrack } from "./enums";
1
+ import type { AgentAvailabilityTimer, AgentStatusState, AnsweringMachineDetectionStatus, AttachmentScope, Channel, ChatEventType, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactMediaProcessingFailureMode, ContactRecordingType, DataTableAttributeValueType, DataTableLockLevel, DisconnectOnCustomerExitParticipantType, EmailHeaderType, EvaluationFormItemEnablementAction, EvaluationFormItemEnablementOperator, EvaluationFormQuestionType, EvaluationFormVersionStatus, FileStatusType, FileUseCaseType, HierarchyGroupMatchType, InboundMessageSourceType, InitiateAs, InstanceAttributeType, InstanceStorageResourceType, IvrRecordingTrack, LocaleCode, MeetingFeatureStatus, NotificationStatus, OutboundMessageSourceType, OverrideType, ParticipantTimerAction, ParticipantTimerType, QueueStatus, RehydrationType, ResponseMode, RoutingCriteriaStepStatus, RulePublishStatus, SearchableQueueType, StringComparisonType, TargetListType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TimerEligibleParticipantRoles, TrafficType, ViewStatus, ViewType, Visibility, VocabularyLanguageCode, VocabularyState, VoiceRecordingTrack } from "./enums";
2
2
  import type { AdditionalEmailRecipients, AfterContactWorkConfigPerChannel, AgentConfig, AgentInfo, AgentStatusSearchFilter, AllowedCapabilities, Application, AutoAcceptConfig, Campaign, ControlPlaneAttributeFilter, CreatedByInfo, DataTableLockVersion, Endpoint, EvaluationFormAutoEvaluationConfiguration, EvaluationFormItemEnablementExpression, EvaluationFormLanguageConfiguration, EvaluationFormQuestionTypeProperties, EvaluationFormScoringStrategy, EvaluationFormTargetConfiguration, EvaluationReviewConfiguration, FlowModule, GranularAccessControlConfiguration, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InputPredefinedAttributeConfiguration, InstanceStorageConfig, MediaConcurrency, OutboundCallerConfig, OutboundEmailConfig, OutboundStrategy, PersistentConnectionConfig, PhoneNumberConfig, PredefinedAttributeValues, PrimaryValue, QuickConnectConfig, RecurrenceConfig, Reference, RoutingProfileQueueConfig, RuleAction, StringCondition, TagCondition, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TestCaseEntryPoint, UserIdentityInfo, UserInfo, UserPhoneConfig, UserProficiency, Validation, View, ViewInputContent, VoiceEnhancementConfig } from "./models_0";
3
- import type { AttributeCondition, ChatMetrics, ContactDetails, ContactEvaluation, Customer, CustomerVoiceActivity, DisconnectDetails, EndpointInfo, Evaluation, EvaluationAnswerData, EvaluationNote, Expiry, GlobalResiliencyMetadata, HierarchyGroup, NextContactEntry, QualityMetrics, QueueInfo, RecordingInfo, RoutingProfile, TaskTemplateInfoV2, TestCase, WisdomInfo, WorkspaceTheme } from "./models_1";
4
- import type { BooleanCondition, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, ContactSearchSummaryAgentInfo, ContactSearchSummaryQueueInfo, ControlPlaneTagFilter, DataTableSearchFilter, DateCondition, DateTimeCondition, DecimalCondition, EmailAddressSearchFilter, EvaluationFormSearchFilter, EvaluationSearchFilter, HoursOfOperationSearchFilter, NotificationSearchFilter, NumberCondition, PromptSearchFilter, QueueSearchFilter, QuickConnectSearchFilter, RoutingProfileSearchFilter, SignInConfig, TelephonyConfig } from "./models_2";
3
+ import type { AttributeCondition, ChatMetrics, ContactDetails, ContactEvaluation, Customer, CustomerVoiceActivity, DisconnectDetails, EndpointInfo, Evaluation, EvaluationAnswerData, EvaluationNote, Expiry, ExtensionConfiguration, GlobalResiliencyMetadata, HierarchyGroup, NextContactEntry, QualityMetrics, QueueInfo, QuickConnect, RecordingInfo, RoutingProfile, TaskTemplateInfoV2, TestCase, WisdomInfo, WorkspaceTheme } from "./models_1";
4
+ import type { BooleanCondition, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, ContactSearchSummaryAgentInfo, ContactSearchSummaryQueueInfo, ControlPlaneTagFilter, DataTableSearchFilter, DateCondition, DateTimeCondition, DecimalCondition, EmailAddressSearchFilter, EvaluationFormSearchFilter, EvaluationSearchFilter, HoursOfOperationSearchFilter, NotificationSearchFilter, NumberCondition, PromptSearchFilter, QueueSearchFilter, SignInConfig, TelephonyConfig } from "./models_2";
5
+ /**
6
+ * <p>Filters to be applied to search results.</p>
7
+ * @public
8
+ */
9
+ export interface QuickConnectSearchFilter {
10
+ /**
11
+ * <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
12
+ * <code>OR</code> of <code>AND</code> (List of List) input where:</p>
13
+ * <ul>
14
+ * <li>
15
+ * <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
16
+ * </li>
17
+ * <li>
18
+ * <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
19
+ * </li>
20
+ * </ul>
21
+ * @public
22
+ */
23
+ TagFilter?: ControlPlaneTagFilter | undefined;
24
+ }
25
+ /**
26
+ * @public
27
+ */
28
+ export interface SearchQuickConnectsResponse {
29
+ /**
30
+ * <p>Information about the quick connects.</p>
31
+ * @public
32
+ */
33
+ QuickConnects?: QuickConnect[] | undefined;
34
+ /**
35
+ * <p>If there are additional results, this is the token for the next set of results.</p>
36
+ * @public
37
+ */
38
+ NextToken?: string | undefined;
39
+ /**
40
+ * <p>The total number of quick connects which matched your search query.</p>
41
+ * @public
42
+ */
43
+ ApproximateTotalCount?: number | undefined;
44
+ }
45
+ /**
46
+ * <p>The search criteria to be used to return tags.</p>
47
+ * @public
48
+ */
49
+ export interface TagSearchCondition {
50
+ /**
51
+ * <p>The tag key used in the tag search condition.</p>
52
+ * @public
53
+ */
54
+ tagKey?: string | undefined;
55
+ /**
56
+ * <p>The tag value used in the tag search condition.</p>
57
+ * @public
58
+ */
59
+ tagValue?: string | undefined;
60
+ /**
61
+ * <p>The type of comparison to be made when evaluating the tag key in tag search condition.</p>
62
+ * @public
63
+ */
64
+ tagKeyComparisonType?: StringComparisonType | undefined;
65
+ /**
66
+ * <p>The type of comparison to be made when evaluating the tag value in tag search condition.</p>
67
+ * @public
68
+ */
69
+ tagValueComparisonType?: StringComparisonType | undefined;
70
+ }
71
+ /**
72
+ * <p>The search criteria to be used to search tags.</p>
73
+ * @public
74
+ */
75
+ export interface ResourceTagsSearchCriteria {
76
+ /**
77
+ * <p>The search criteria to be used to return tags.</p>
78
+ * @public
79
+ */
80
+ TagSearchCondition?: TagSearchCondition | undefined;
81
+ }
82
+ /**
83
+ * @public
84
+ */
85
+ export interface SearchResourceTagsRequest {
86
+ /**
87
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the Amazon Resource Name (ARN)
88
+ * of the instance.</p>
89
+ * @public
90
+ */
91
+ InstanceId: string | undefined;
92
+ /**
93
+ * <p>The list of resource types to be used to search tags from. If not provided or if any empty list is provided,
94
+ * this API will search from all supported resource types. Note that lowercase and - are required.</p>
95
+ * <p class="title">
96
+ * <b>Supported resource types</b>
97
+ * </p>
98
+ * <ul>
99
+ * <li>
100
+ * <p>agent</p>
101
+ * </li>
102
+ * <li>
103
+ * <p>agent-state</p>
104
+ * </li>
105
+ * <li>
106
+ * <p>routing-profile</p>
107
+ * </li>
108
+ * <li>
109
+ * <p>standard-queue</p>
110
+ * </li>
111
+ * <li>
112
+ * <p>security-profile</p>
113
+ * </li>
114
+ * <li>
115
+ * <p>operating-hours</p>
116
+ * </li>
117
+ * <li>
118
+ * <p>prompt</p>
119
+ * </li>
120
+ * <li>
121
+ * <p>contact-flow</p>
122
+ * </li>
123
+ * <li>
124
+ * <p>flow- module</p>
125
+ * </li>
126
+ * <li>
127
+ * <p>transfer-destination (also known as quick connect)</p>
128
+ * </li>
129
+ * </ul>
130
+ * @public
131
+ */
132
+ ResourceTypes?: string[] | undefined;
133
+ /**
134
+ * <p>The token for the next set of results. Use the value returned in the previous response in the next request to
135
+ * retrieve the next set of results.</p>
136
+ * @public
137
+ */
138
+ NextToken?: string | undefined;
139
+ /**
140
+ * <p>The maximum number of results to return per page.</p>
141
+ * @public
142
+ */
143
+ MaxResults?: number | undefined;
144
+ /**
145
+ * <p>The search criteria to be used to return tags.</p>
146
+ * @public
147
+ */
148
+ SearchCriteria?: ResourceTagsSearchCriteria | undefined;
149
+ }
150
+ /**
151
+ * <p>A tag set contains tag key and tag value.</p>
152
+ * @public
153
+ */
154
+ export interface TagSet {
155
+ /**
156
+ * <p>The tag key in the TagSet.</p>
157
+ * @public
158
+ */
159
+ key?: string | undefined;
160
+ /**
161
+ * <p>The tag value in the tagSet.</p>
162
+ * @public
163
+ */
164
+ value?: string | undefined;
165
+ }
166
+ /**
167
+ * @public
168
+ */
169
+ export interface SearchResourceTagsResponse {
170
+ /**
171
+ * <p>A list of tags used in the Amazon Connect instance.</p>
172
+ * @public
173
+ */
174
+ Tags?: TagSet[] | undefined;
175
+ /**
176
+ * <p>If there are additional results, this is the token for the next set of results.</p>
177
+ * @public
178
+ */
179
+ NextToken?: string | undefined;
180
+ }
181
+ /**
182
+ * <p>Filters to be applied to search results.</p>
183
+ * @public
184
+ */
185
+ export interface RoutingProfileSearchFilter {
186
+ /**
187
+ * <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
188
+ * <code>OR</code> of <code>AND</code> (List of List) input where:</p>
189
+ * <ul>
190
+ * <li>
191
+ * <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
192
+ * </li>
193
+ * <li>
194
+ * <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
195
+ * </li>
196
+ * </ul>
197
+ * @public
198
+ */
199
+ TagFilter?: ControlPlaneTagFilter | undefined;
200
+ }
5
201
  /**
6
202
  * @public
7
203
  */
@@ -2529,6 +2725,61 @@ export interface UpdateAgentStatusRequest {
2529
2725
  */
2530
2726
  ResetOrderNumber?: boolean | undefined;
2531
2727
  }
2728
+ /**
2729
+ * @public
2730
+ */
2731
+ export interface UpdateAttachedFilesConfigurationRequest {
2732
+ /**
2733
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
2734
+ * @public
2735
+ */
2736
+ InstanceId: string | undefined;
2737
+ /**
2738
+ * <p>The scope of the attachment. Valid values are <code>EMAIL</code>, <code>CHAT</code>, <code>CASE</code>, and <code>TASK</code>.</p>
2739
+ * @public
2740
+ */
2741
+ AttachmentScope: AttachmentScope | undefined;
2742
+ /**
2743
+ * <p>The maximum size limit for attached files in bytes. The minimum value is 1 and the maximum value is 104857600 (100 MB).</p>
2744
+ * @public
2745
+ */
2746
+ MaximumSizeLimitInBytes?: number | undefined;
2747
+ /**
2748
+ * <p>The configuration for allowed file extensions.</p>
2749
+ * @public
2750
+ */
2751
+ ExtensionConfiguration?: ExtensionConfiguration | undefined;
2752
+ }
2753
+ /**
2754
+ * @public
2755
+ */
2756
+ export interface UpdateAttachedFilesConfigurationResponse {
2757
+ /**
2758
+ * <p>The identifier of the Amazon Connect instance.</p>
2759
+ * @public
2760
+ */
2761
+ InstanceId: string | undefined;
2762
+ /**
2763
+ * <p>The scope of the attachment.</p>
2764
+ * @public
2765
+ */
2766
+ AttachmentScope: AttachmentScope | undefined;
2767
+ /**
2768
+ * <p>The maximum size limit for attached files in bytes.</p>
2769
+ * @public
2770
+ */
2771
+ MaximumSizeLimitInBytes?: number | undefined;
2772
+ /**
2773
+ * <p>The configuration for allowed file extensions.</p>
2774
+ * @public
2775
+ */
2776
+ ExtensionConfiguration?: ExtensionConfiguration | undefined;
2777
+ /**
2778
+ * <p>The timestamp when the configuration was last modified.</p>
2779
+ * @public
2780
+ */
2781
+ LastModifiedTime?: Date | undefined;
2782
+ }
2532
2783
  /**
2533
2784
  * @public
2534
2785
  */
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListAttachedFilesConfigurationsCommandInput, ListAttachedFilesConfigurationsCommandOutput } from "../commands/ListAttachedFilesConfigurationsCommand";
3
+ import type { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListAttachedFilesConfigurations: (config: ConnectPaginationConfiguration, input: ListAttachedFilesConfigurationsCommandInput, ...rest: any[]) => 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;
@@ -431,6 +431,10 @@ import {
431
431
  DescribeAgentStatusCommandInput,
432
432
  DescribeAgentStatusCommandOutput,
433
433
  } from "./commands/DescribeAgentStatusCommand";
434
+ import {
435
+ DescribeAttachedFilesConfigurationCommandInput,
436
+ DescribeAttachedFilesConfigurationCommandOutput,
437
+ } from "./commands/DescribeAttachedFilesConfigurationCommand";
434
438
  import {
435
439
  DescribeAuthenticationProfileCommandInput,
436
440
  DescribeAuthenticationProfileCommandOutput,
@@ -723,6 +727,10 @@ import {
723
727
  ListAssociatedContactsCommandInput,
724
728
  ListAssociatedContactsCommandOutput,
725
729
  } from "./commands/ListAssociatedContactsCommand";
730
+ import {
731
+ ListAttachedFilesConfigurationsCommandInput,
732
+ ListAttachedFilesConfigurationsCommandOutput,
733
+ } from "./commands/ListAttachedFilesConfigurationsCommand";
726
734
  import {
727
735
  ListAuthenticationProfilesCommandInput,
728
736
  ListAuthenticationProfilesCommandOutput,
@@ -1223,6 +1231,10 @@ import {
1223
1231
  UpdateAgentStatusCommandInput,
1224
1232
  UpdateAgentStatusCommandOutput,
1225
1233
  } from "./commands/UpdateAgentStatusCommand";
1234
+ import {
1235
+ UpdateAttachedFilesConfigurationCommandInput,
1236
+ UpdateAttachedFilesConfigurationCommandOutput,
1237
+ } from "./commands/UpdateAttachedFilesConfigurationCommand";
1226
1238
  import {
1227
1239
  UpdateAuthenticationProfileCommandInput,
1228
1240
  UpdateAuthenticationProfileCommandOutput,
@@ -2894,6 +2906,25 @@ export interface Connect {
2894
2906
  options: __HttpHandlerOptions,
2895
2907
  cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void
2896
2908
  ): void;
2909
+ describeAttachedFilesConfiguration(
2910
+ args: DescribeAttachedFilesConfigurationCommandInput,
2911
+ options?: __HttpHandlerOptions
2912
+ ): Promise<DescribeAttachedFilesConfigurationCommandOutput>;
2913
+ describeAttachedFilesConfiguration(
2914
+ args: DescribeAttachedFilesConfigurationCommandInput,
2915
+ cb: (
2916
+ err: any,
2917
+ data?: DescribeAttachedFilesConfigurationCommandOutput
2918
+ ) => void
2919
+ ): void;
2920
+ describeAttachedFilesConfiguration(
2921
+ args: DescribeAttachedFilesConfigurationCommandInput,
2922
+ options: __HttpHandlerOptions,
2923
+ cb: (
2924
+ err: any,
2925
+ data?: DescribeAttachedFilesConfigurationCommandOutput
2926
+ ) => void
2927
+ ): void;
2897
2928
  describeAuthenticationProfile(
2898
2929
  args: DescribeAuthenticationProfileCommandInput,
2899
2930
  options?: __HttpHandlerOptions
@@ -3861,6 +3892,19 @@ export interface Connect {
3861
3892
  options: __HttpHandlerOptions,
3862
3893
  cb: (err: any, data?: ListAssociatedContactsCommandOutput) => void
3863
3894
  ): void;
3895
+ listAttachedFilesConfigurations(
3896
+ args: ListAttachedFilesConfigurationsCommandInput,
3897
+ options?: __HttpHandlerOptions
3898
+ ): Promise<ListAttachedFilesConfigurationsCommandOutput>;
3899
+ listAttachedFilesConfigurations(
3900
+ args: ListAttachedFilesConfigurationsCommandInput,
3901
+ cb: (err: any, data?: ListAttachedFilesConfigurationsCommandOutput) => void
3902
+ ): void;
3903
+ listAttachedFilesConfigurations(
3904
+ args: ListAttachedFilesConfigurationsCommandInput,
3905
+ options: __HttpHandlerOptions,
3906
+ cb: (err: any, data?: ListAttachedFilesConfigurationsCommandOutput) => void
3907
+ ): void;
3864
3908
  listAuthenticationProfiles(
3865
3909
  args: ListAuthenticationProfilesCommandInput,
3866
3910
  options?: __HttpHandlerOptions
@@ -5509,6 +5553,19 @@ export interface Connect {
5509
5553
  options: __HttpHandlerOptions,
5510
5554
  cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void
5511
5555
  ): void;
5556
+ updateAttachedFilesConfiguration(
5557
+ args: UpdateAttachedFilesConfigurationCommandInput,
5558
+ options?: __HttpHandlerOptions
5559
+ ): Promise<UpdateAttachedFilesConfigurationCommandOutput>;
5560
+ updateAttachedFilesConfiguration(
5561
+ args: UpdateAttachedFilesConfigurationCommandInput,
5562
+ cb: (err: any, data?: UpdateAttachedFilesConfigurationCommandOutput) => void
5563
+ ): void;
5564
+ updateAttachedFilesConfiguration(
5565
+ args: UpdateAttachedFilesConfigurationCommandInput,
5566
+ options: __HttpHandlerOptions,
5567
+ cb: (err: any, data?: UpdateAttachedFilesConfigurationCommandOutput) => void
5568
+ ): void;
5512
5569
  updateAuthenticationProfile(
5513
5570
  args: UpdateAuthenticationProfileCommandInput,
5514
5571
  options?: __HttpHandlerOptions
@@ -6376,6 +6433,13 @@ export interface Connect {
6376
6433
  Exclude<keyof PaginationConfiguration, "client">
6377
6434
  >
6378
6435
  ): Paginator<ListApprovedOriginsCommandOutput>;
6436
+ paginateListAttachedFilesConfigurations(
6437
+ args: ListAttachedFilesConfigurationsCommandInput,
6438
+ paginationConfig?: Pick<
6439
+ PaginationConfiguration,
6440
+ Exclude<keyof PaginationConfiguration, "client">
6441
+ >
6442
+ ): Paginator<ListAttachedFilesConfigurationsCommandOutput>;
6379
6443
  paginateListAuthenticationProfiles(
6380
6444
  args: ListAuthenticationProfilesCommandInput,
6381
6445
  paginationConfig?: Pick<
@@ -472,6 +472,10 @@ import {
472
472
  DescribeAgentStatusCommandInput,
473
473
  DescribeAgentStatusCommandOutput,
474
474
  } from "./commands/DescribeAgentStatusCommand";
475
+ import {
476
+ DescribeAttachedFilesConfigurationCommandInput,
477
+ DescribeAttachedFilesConfigurationCommandOutput,
478
+ } from "./commands/DescribeAttachedFilesConfigurationCommand";
475
479
  import {
476
480
  DescribeAuthenticationProfileCommandInput,
477
481
  DescribeAuthenticationProfileCommandOutput,
@@ -764,6 +768,10 @@ import {
764
768
  ListAssociatedContactsCommandInput,
765
769
  ListAssociatedContactsCommandOutput,
766
770
  } from "./commands/ListAssociatedContactsCommand";
771
+ import {
772
+ ListAttachedFilesConfigurationsCommandInput,
773
+ ListAttachedFilesConfigurationsCommandOutput,
774
+ } from "./commands/ListAttachedFilesConfigurationsCommand";
767
775
  import {
768
776
  ListAuthenticationProfilesCommandInput,
769
777
  ListAuthenticationProfilesCommandOutput,
@@ -1264,6 +1272,10 @@ import {
1264
1272
  UpdateAgentStatusCommandInput,
1265
1273
  UpdateAgentStatusCommandOutput,
1266
1274
  } from "./commands/UpdateAgentStatusCommand";
1275
+ import {
1276
+ UpdateAttachedFilesConfigurationCommandInput,
1277
+ UpdateAttachedFilesConfigurationCommandOutput,
1278
+ } from "./commands/UpdateAttachedFilesConfigurationCommand";
1267
1279
  import {
1268
1280
  UpdateAuthenticationProfileCommandInput,
1269
1281
  UpdateAuthenticationProfileCommandOutput,
@@ -1627,6 +1639,7 @@ export type ServiceInputTypes =
1627
1639
  | DeleteWorkspaceMediaCommandInput
1628
1640
  | DeleteWorkspacePageCommandInput
1629
1641
  | DescribeAgentStatusCommandInput
1642
+ | DescribeAttachedFilesConfigurationCommandInput
1630
1643
  | DescribeAuthenticationProfileCommandInput
1631
1644
  | DescribeContactCommandInput
1632
1645
  | DescribeContactEvaluationCommandInput
@@ -1700,6 +1713,7 @@ export type ServiceInputTypes =
1700
1713
  | ListAnalyticsDataLakeDataSetsCommandInput
1701
1714
  | ListApprovedOriginsCommandInput
1702
1715
  | ListAssociatedContactsCommandInput
1716
+ | ListAttachedFilesConfigurationsCommandInput
1703
1717
  | ListAuthenticationProfilesCommandInput
1704
1718
  | ListBotsCommandInput
1705
1719
  | ListChildHoursOfOperationsCommandInput
@@ -1825,6 +1839,7 @@ export type ServiceInputTypes =
1825
1839
  | UntagContactCommandInput
1826
1840
  | UntagResourceCommandInput
1827
1841
  | UpdateAgentStatusCommandInput
1842
+ | UpdateAttachedFilesConfigurationCommandInput
1828
1843
  | UpdateAuthenticationProfileCommandInput
1829
1844
  | UpdateContactAttributesCommandInput
1830
1845
  | UpdateContactCommandInput
@@ -1995,6 +2010,7 @@ export type ServiceOutputTypes =
1995
2010
  | DeleteWorkspaceMediaCommandOutput
1996
2011
  | DeleteWorkspacePageCommandOutput
1997
2012
  | DescribeAgentStatusCommandOutput
2013
+ | DescribeAttachedFilesConfigurationCommandOutput
1998
2014
  | DescribeAuthenticationProfileCommandOutput
1999
2015
  | DescribeContactCommandOutput
2000
2016
  | DescribeContactEvaluationCommandOutput
@@ -2068,6 +2084,7 @@ export type ServiceOutputTypes =
2068
2084
  | ListAnalyticsDataLakeDataSetsCommandOutput
2069
2085
  | ListApprovedOriginsCommandOutput
2070
2086
  | ListAssociatedContactsCommandOutput
2087
+ | ListAttachedFilesConfigurationsCommandOutput
2071
2088
  | ListAuthenticationProfilesCommandOutput
2072
2089
  | ListBotsCommandOutput
2073
2090
  | ListChildHoursOfOperationsCommandOutput
@@ -2193,6 +2210,7 @@ export type ServiceOutputTypes =
2193
2210
  | UntagContactCommandOutput
2194
2211
  | UntagResourceCommandOutput
2195
2212
  | UpdateAgentStatusCommandOutput
2213
+ | UpdateAttachedFilesConfigurationCommandOutput
2196
2214
  | UpdateAuthenticationProfileCommandOutput
2197
2215
  | UpdateContactAttributesCommandOutput
2198
2216
  | UpdateContactCommandOutput
@@ -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
+ DescribeAttachedFilesConfigurationRequest,
10
+ DescribeAttachedFilesConfigurationResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeAttachedFilesConfigurationCommandInput
15
+ extends DescribeAttachedFilesConfigurationRequest {}
16
+ export interface DescribeAttachedFilesConfigurationCommandOutput
17
+ extends DescribeAttachedFilesConfigurationResponse,
18
+ __MetadataBearer {}
19
+ declare const DescribeAttachedFilesConfigurationCommand_base: {
20
+ new (
21
+ input: DescribeAttachedFilesConfigurationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeAttachedFilesConfigurationCommandInput,
24
+ DescribeAttachedFilesConfigurationCommandOutput,
25
+ ConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DescribeAttachedFilesConfigurationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeAttachedFilesConfigurationCommandInput,
33
+ DescribeAttachedFilesConfigurationCommandOutput,
34
+ ConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeAttachedFilesConfigurationCommand extends DescribeAttachedFilesConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeAttachedFilesConfigurationRequest;
44
+ output: DescribeAttachedFilesConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeAttachedFilesConfigurationCommandInput;
48
+ output: DescribeAttachedFilesConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetPromptFileRequest,
10
10
  GetPromptFileResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetPromptFileCommandInput extends GetPromptFileRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetTaskTemplateRequest,
10
10
  GetTaskTemplateResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetTaskTemplateCommandInput extends GetTaskTemplateRequest {}
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { GetTestCaseExecutionSummaryRequest } from "../models/models_1";
9
- import { GetTestCaseExecutionSummaryResponse } from "../models/models_2";
8
+ import {
9
+ GetTestCaseExecutionSummaryRequest,
10
+ GetTestCaseExecutionSummaryResponse,
11
+ } from "../models/models_2";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface GetTestCaseExecutionSummaryCommandInput