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

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 (392) hide show
  1. package/.jsii +8 -8
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/index.js +1 -1
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/bdd.js +52 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +2 -2
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +9 -9
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/bdd.js +49 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/endpointResolver.js +3 -3
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForChangeSetCreateComplete.js +2 -2
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js +2 -2
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackDeleteComplete.js +2 -2
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackExists.js +2 -2
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackImportComplete.js +2 -2
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +1 -1
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +1 -1
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRollbackComplete.js +2 -2
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackUpdateComplete.js +2 -2
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +11 -10
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/bdd.d.ts +2 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +13 -10
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +9 -3
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +9 -3
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +11 -3
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackExists.d.ts +9 -3
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +9 -3
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorCreateComplete.d.ts +11 -3
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorExecuteComplete.d.ts +11 -3
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +9 -3
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +9 -3
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +11 -3
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForChangeSetCreateComplete.d.ts +4 -3
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackCreateComplete.d.ts +4 -3
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackDeleteComplete.d.ts +4 -3
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackExists.d.ts +4 -3
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackImportComplete.d.ts +4 -3
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +4 -3
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +4 -3
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRollbackComplete.d.ts +4 -3
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackUpdateComplete.d.ts +4 -3
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForTypeRegistrationComplete.d.ts +4 -3
  42. package/node_modules/@aws-sdk/client-cloudformation/package.json +19 -19
  43. package/node_modules/@aws-sdk/client-connect/README.md +21 -0
  44. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/bdd.js +52 -0
  45. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/endpointResolver.js +2 -2
  46. package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +53 -0
  47. package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +130 -45
  48. package/node_modules/@aws-sdk/client-connect/dist-es/Connect.js +8 -0
  49. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeAttachedFilesConfigurationCommand.js +16 -0
  50. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAttachedFilesConfigurationsCommand.js +16 -0
  51. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateAttachedFilesConfigurationCommand.js +16 -0
  52. package/node_modules/@aws-sdk/client-connect/dist-es/commands/index.js +3 -0
  53. package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/bdd.js +49 -0
  54. package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/endpointResolver.js +3 -3
  55. package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +6 -0
  56. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListAttachedFilesConfigurationsPaginator.js +4 -0
  57. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/index.js +1 -0
  58. package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +99 -14
  59. package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +28 -0
  60. package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +5 -2
  61. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeAttachedFilesConfigurationCommand.d.ts +103 -0
  62. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetPromptFileCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTaskTemplateCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTestCaseExecutionSummaryCommand.d.ts +1 -2
  65. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAttachedFilesConfigurationsCommand.d.ts +106 -0
  66. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQuickConnectsCommand.d.ts +1 -2
  67. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchResourceTagsCommand.d.ts +1 -1
  68. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateAttachedFilesConfigurationCommand.d.ts +109 -0
  69. package/node_modules/@aws-sdk/client-connect/dist-types/commands/index.d.ts +3 -0
  70. package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/bdd.d.ts +2 -0
  71. package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +14 -0
  72. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +11 -11
  73. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +80 -155
  74. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +218 -199
  75. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +254 -3
  76. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +7 -0
  77. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/index.d.ts +1 -0
  78. package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +13 -0
  79. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/Connect.d.ts +64 -0
  80. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/ConnectClient.d.ts +18 -0
  81. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeAttachedFilesConfigurationCommand.d.ts +51 -0
  82. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetPromptFileCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +1 -1
  84. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +4 -2
  85. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListAttachedFilesConfigurationsCommand.d.ts +51 -0
  86. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +4 -2
  87. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateAttachedFilesConfigurationCommand.d.ts +51 -0
  89. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/index.d.ts +3 -0
  90. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  91. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +8 -0
  92. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +3 -3
  93. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +23 -40
  94. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +55 -37
  95. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +52 -2
  96. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +11 -0
  97. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/index.d.ts +1 -0
  98. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
  99. package/node_modules/@aws-sdk/client-connect/package.json +18 -18
  100. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/bdd.js +49 -0
  101. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/endpointResolver.js +2 -2
  102. package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +8 -8
  103. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/bdd.js +46 -0
  104. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/endpointResolver.js +3 -3
  105. package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +8 -8
  106. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetPartitionCommand.d.ts +7 -0
  107. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetPartitionsCommand.d.ts +7 -0
  108. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionCommand.d.ts +7 -0
  109. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionsCommand.d.ts +7 -0
  110. package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/bdd.d.ts +2 -0
  111. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +20 -0
  112. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  113. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +4 -0
  114. package/node_modules/@aws-sdk/client-glue/package.json +18 -18
  115. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/bdd.js +49 -0
  116. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/endpointResolver.js +2 -2
  117. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/bdd.js +46 -0
  118. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/endpointResolver.js +3 -3
  119. package/node_modules/@aws-sdk/client-lakeformation/dist-types/endpoint/bdd.d.ts +2 -0
  120. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  121. package/node_modules/@aws-sdk/client-lakeformation/package.json +19 -19
  122. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/bdd.js +52 -0
  123. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/endpointResolver.js +2 -2
  124. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/bdd.js +49 -0
  125. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/endpointResolver.js +3 -3
  126. package/node_modules/@aws-sdk/client-ram/dist-types/endpoint/bdd.d.ts +2 -0
  127. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  128. package/node_modules/@aws-sdk/client-ram/package.json +18 -18
  129. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/bdd.js +88 -0
  130. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +2 -2
  131. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/errors.js +1 -0
  132. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/bdd.js +85 -0
  133. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +3 -3
  134. package/node_modules/@aws-sdk/client-sts/dist-es/models/errors.js +1 -0
  135. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/bdd.d.ts +2 -0
  136. package/node_modules/@aws-sdk/client-sts/dist-types/models/errors.d.ts +1 -0
  137. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  138. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/errors.d.ts +1 -0
  139. package/node_modules/@aws-sdk/client-sts/package.json +20 -20
  140. package/node_modules/@aws-sdk/core/dist-cjs/index.js +35 -17
  141. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +18 -6
  142. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +18 -11
  143. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -6
  144. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +2 -0
  145. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +6 -4
  146. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +6 -3
  147. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
  148. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
  149. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +0 -1
  150. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +4 -2
  151. package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +1 -2
  152. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +1 -1
  153. package/node_modules/@aws-sdk/core/package.json +7 -5
  154. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  155. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  156. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  157. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  158. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  159. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  160. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  161. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  162. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +9 -25
  163. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +11 -0
  164. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +7 -0
  165. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +9 -25
  166. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +8 -0
  167. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +4 -0
  168. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +2 -1
  169. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.browser.d.ts +4 -0
  170. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.d.ts +5 -0
  171. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +2 -0
  172. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.browser.d.ts +1 -0
  173. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.d.ts +2 -0
  174. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +15 -8
  175. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  176. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +100 -0
  177. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +2 -2
  178. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +90 -0
  179. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +2 -2
  180. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +80 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +2 -2
  182. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +80 -0
  183. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +2 -2
  184. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +1 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +87 -5
  186. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +150 -0
  187. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +2 -2
  188. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +1 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +6 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +97 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +3 -3
  193. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +87 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +3 -3
  195. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +77 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +3 -3
  197. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +77 -0
  198. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +3 -3
  199. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -0
  200. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +88 -4
  201. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +147 -0
  202. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +3 -3
  203. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +1 -0
  204. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +7 -1
  205. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +8 -1
  206. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +2 -0
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +2 -0
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +15 -7
  211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +2 -0
  212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +1 -0
  213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +3 -2
  214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +10 -4
  215. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +3 -2
  216. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +3 -1
  217. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  218. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +2 -0
  219. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +2 -0
  220. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  221. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +20 -9
  222. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +2 -0
  223. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +1 -0
  224. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +11 -5
  225. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +35 -16
  226. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +11 -5
  227. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +8 -1
  228. package/node_modules/@aws-sdk/nested-clients/package.json +18 -17
  229. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  230. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  231. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  232. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  233. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  234. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +336 -0
  235. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +26 -2
  236. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-external/nodable_entities.js +332 -0
  237. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +26 -2
  238. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-external/nodable_entities.d.ts +66 -0
  239. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-external/nodable_entities.d.ts +65 -0
  240. package/node_modules/@aws-sdk/xml-builder/package.json +3 -2
  241. package/node_modules/@nodable/entities/README.md +41 -0
  242. package/node_modules/@nodable/entities/package.json +54 -0
  243. package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
  244. package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
  245. package/node_modules/@nodable/entities/src/entities.js +1177 -0
  246. package/node_modules/@nodable/entities/src/entityTries.js +49 -0
  247. package/node_modules/@nodable/entities/src/index.d.ts +264 -0
  248. package/node_modules/@nodable/entities/src/index.js +29 -0
  249. package/node_modules/@smithy/core/package.json +2 -2
  250. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  251. package/node_modules/@smithy/middleware-retry/package.json +5 -5
  252. package/node_modules/@smithy/middleware-serde/package.json +2 -2
  253. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +27 -16
  254. package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +5 -0
  255. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +22 -16
  256. package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +4 -0
  257. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +2 -4
  258. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  259. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +1 -0
  260. package/node_modules/@smithy/service-error-classification/dist-es/index.js +1 -0
  261. package/node_modules/@smithy/service-error-classification/package.json +1 -1
  262. package/node_modules/@smithy/smithy-client/package.json +4 -4
  263. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  264. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  265. package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -13
  266. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +5 -2
  267. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  268. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +20 -10
  269. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +12 -4
  270. package/node_modules/@smithy/util-retry/package.json +3 -3
  271. package/node_modules/@smithy/util-stream/package.json +2 -2
  272. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +59 -34
  273. package/node_modules/@smithy/util-waiter/dist-es/poller.js +61 -34
  274. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
  275. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +2 -1
  276. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +13 -13
  277. package/node_modules/@smithy/util-waiter/package.json +1 -1
  278. package/node_modules/fast-xml-builder/CHANGELOG.md +13 -0
  279. package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -1
  280. package/node_modules/fast-xml-builder/lib/fxb.min.js +1 -1
  281. package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -1
  282. package/node_modules/fast-xml-builder/package.json +1 -1
  283. package/node_modules/fast-xml-builder/src/fxb.js +7 -8
  284. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +6 -7
  285. package/node_modules/fast-xml-builder/src/util.js +16 -0
  286. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/CHANGELOG.md +61 -0
  287. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/README.md +8 -28
  288. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  289. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  290. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  291. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.d.cts +172 -6
  292. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  293. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  294. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  295. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  296. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/package.json +5 -4
  297. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.d.ts +162 -3
  298. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/DocTypeReader.js +2 -5
  299. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OptionsBuilder.js +15 -11
  300. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OrderedObjParser.js +174 -245
  301. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/XMLParser.js +2 -2
  302. package/package.json +9 -9
  303. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/ruleset.js +0 -7
  304. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/ruleset.js +0 -4
  305. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/ruleset.d.ts +0 -2
  306. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  307. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/ruleset.js +0 -7
  308. package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/ruleset.js +0 -4
  309. package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/ruleset.d.ts +0 -2
  310. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  311. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/ruleset.js +0 -7
  312. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/ruleset.js +0 -4
  313. package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/ruleset.d.ts +0 -2
  314. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  315. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/ruleset.js +0 -7
  316. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/ruleset.js +0 -4
  317. package/node_modules/@aws-sdk/client-lakeformation/dist-types/endpoint/ruleset.d.ts +0 -2
  318. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  319. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/ruleset.js +0 -7
  320. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/ruleset.js +0 -4
  321. package/node_modules/@aws-sdk/client-ram/dist-types/endpoint/ruleset.d.ts +0 -2
  322. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  323. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
  324. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
  325. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
  326. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  327. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +0 -146
  328. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +0 -133
  329. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +0 -106
  330. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -106
  331. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -145
  332. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +0 -143
  333. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +0 -130
  334. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +0 -103
  335. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -103
  336. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -142
  337. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  338. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +0 -2
  339. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +0 -2
  340. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  341. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  342. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  343. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +0 -2
  344. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +0 -2
  345. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  346. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  347. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
  348. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
  349. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
  350. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
  351. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
  352. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
  353. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
  354. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +0 -148
  355. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +0 -135
  356. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
  357. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  358. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  359. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
  360. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
  361. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
  362. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
  363. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
  364. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +0 -0
  365. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  366. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  367. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  368. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  369. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  370. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  371. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  372. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  373. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
  374. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
  375. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  376. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
  377. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  378. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  379. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  380. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  381. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  382. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  383. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  384. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  385. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  386. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  387. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  388. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  389. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
  390. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  391. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  392. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudformation",
3
3
  "description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
4
- "version": "3.1032.0",
4
+ "version": "3.1041.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
@@ -23,43 +23,43 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.974.1",
27
- "@aws-sdk/credential-provider-node": "^3.972.32",
26
+ "@aws-sdk/core": "^3.974.8",
27
+ "@aws-sdk/credential-provider-node": "^3.972.39",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.10",
29
29
  "@aws-sdk/middleware-logger": "^3.972.10",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.11",
31
- "@aws-sdk/middleware-user-agent": "^3.972.31",
32
- "@aws-sdk/region-config-resolver": "^3.972.12",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.38",
32
+ "@aws-sdk/region-config-resolver": "^3.972.13",
33
33
  "@aws-sdk/types": "^3.973.8",
34
- "@aws-sdk/util-endpoints": "^3.996.7",
34
+ "@aws-sdk/util-endpoints": "^3.996.8",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.10",
36
- "@aws-sdk/util-user-agent-node": "^3.973.17",
37
- "@smithy/config-resolver": "^4.4.16",
38
- "@smithy/core": "^3.23.15",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.24",
37
+ "@smithy/config-resolver": "^4.4.17",
38
+ "@smithy/core": "^3.23.17",
39
39
  "@smithy/fetch-http-handler": "^5.3.17",
40
40
  "@smithy/hash-node": "^4.2.14",
41
41
  "@smithy/invalid-dependency": "^4.2.14",
42
42
  "@smithy/middleware-content-length": "^4.2.14",
43
- "@smithy/middleware-endpoint": "^4.4.30",
44
- "@smithy/middleware-retry": "^4.5.3",
45
- "@smithy/middleware-serde": "^4.2.18",
43
+ "@smithy/middleware-endpoint": "^4.4.32",
44
+ "@smithy/middleware-retry": "^4.5.7",
45
+ "@smithy/middleware-serde": "^4.2.20",
46
46
  "@smithy/middleware-stack": "^4.2.14",
47
47
  "@smithy/node-config-provider": "^4.3.14",
48
- "@smithy/node-http-handler": "^4.5.3",
48
+ "@smithy/node-http-handler": "^4.6.1",
49
49
  "@smithy/protocol-http": "^5.3.14",
50
- "@smithy/smithy-client": "^4.12.11",
50
+ "@smithy/smithy-client": "^4.12.13",
51
51
  "@smithy/types": "^4.14.1",
52
52
  "@smithy/url-parser": "^4.2.14",
53
53
  "@smithy/util-base64": "^4.3.2",
54
54
  "@smithy/util-body-length-browser": "^4.2.2",
55
55
  "@smithy/util-body-length-node": "^4.2.3",
56
- "@smithy/util-defaults-mode-browser": "^4.3.47",
57
- "@smithy/util-defaults-mode-node": "^4.2.52",
58
- "@smithy/util-endpoints": "^3.4.1",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.49",
57
+ "@smithy/util-defaults-mode-node": "^4.2.54",
58
+ "@smithy/util-endpoints": "^3.4.2",
59
59
  "@smithy/util-middleware": "^4.2.14",
60
- "@smithy/util-retry": "^4.3.2",
60
+ "@smithy/util-retry": "^4.3.6",
61
61
  "@smithy/util-utf8": "^4.2.2",
62
- "@smithy/util-waiter": "^4.2.16",
62
+ "@smithy/util-waiter": "^4.3.0",
63
63
  "tslib": "^2.6.2"
64
64
  },
65
65
  "devDependencies": {
@@ -950,6 +950,13 @@ DescribeAgentStatus
950
950
  </details>
951
951
  <details>
952
952
  <summary>
953
+ DescribeAttachedFilesConfiguration
954
+ </summary>
955
+
956
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DescribeAttachedFilesConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeAttachedFilesConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeAttachedFilesConfigurationCommandOutput/)
957
+ </details>
958
+ <details>
959
+ <summary>
953
960
  DescribeAuthenticationProfile
954
961
  </summary>
955
962
 
@@ -1461,6 +1468,13 @@ ListAssociatedContacts
1461
1468
  </details>
1462
1469
  <details>
1463
1470
  <summary>
1471
+ ListAttachedFilesConfigurations
1472
+ </summary>
1473
+
1474
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListAttachedFilesConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListAttachedFilesConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListAttachedFilesConfigurationsCommandOutput/)
1475
+ </details>
1476
+ <details>
1477
+ <summary>
1464
1478
  ListAuthenticationProfiles
1465
1479
  </summary>
1466
1480
 
@@ -2336,6 +2350,13 @@ UpdateAgentStatus
2336
2350
  </details>
2337
2351
  <details>
2338
2352
  <summary>
2353
+ UpdateAttachedFilesConfiguration
2354
+ </summary>
2355
+
2356
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/UpdateAttachedFilesConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateAttachedFilesConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateAttachedFilesConfigurationCommandOutput/)
2357
+ </details>
2358
+ <details>
2359
+ <summary>
2339
2360
  UpdateAuthenticationProfile
2340
2361
  </summary>
2341
2362
 
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.bdd = void 0;
4
+ const util_endpoints_1 = require("@smithy/util-endpoints");
5
+ const k = "ref";
6
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
7
+ const _data = {
8
+ conditions: [
9
+ [c, [g]],
10
+ [c, j],
11
+ ["aws.partition", j, d],
12
+ [e, [{ [k]: "UseFIPS" }, b]],
13
+ [e, [{ [k]: "UseDualStack" }, b]],
14
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
15
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
16
+ ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
17
+ ],
18
+ results: [
19
+ [a],
20
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
21
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
22
+ [g, i],
23
+ ["https://connect-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
24
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
25
+ ["https://connect.{Region}.amazonaws.com", i],
26
+ ["https://connect-fips.{Region}.{PartitionResult#dnsSuffix}", i],
27
+ [a, "FIPS is enabled but this partition does not support FIPS"],
28
+ ["https://connect.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
29
+ [a, "DualStack is enabled but this partition does not support DualStack"],
30
+ ["https://connect.{Region}.{PartitionResult#dnsSuffix}", i],
31
+ [a, "Invalid Configuration: Missing Region"]
32
+ ]
33
+ };
34
+ const root = 2;
35
+ const r = 100_000_000;
36
+ const nodes = new Int32Array([
37
+ -1, 1, -1,
38
+ 0, 13, 3,
39
+ 1, 4, r + 12,
40
+ 2, 5, r + 12,
41
+ 3, 8, 6,
42
+ 4, 7, r + 11,
43
+ 5, r + 9, r + 10,
44
+ 4, 11, 9,
45
+ 6, 10, r + 8,
46
+ 7, r + 6, r + 7,
47
+ 5, 12, r + 5,
48
+ 6, r + 4, r + 5,
49
+ 3, r + 1, 14,
50
+ 4, r + 2, r + 3,
51
+ ]);
52
+ exports.bdd = util_endpoints_1.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
@@ -3,13 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
4
  const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
5
  const util_endpoints_2 = require("@smithy/util-endpoints");
6
- const ruleset_1 = require("./ruleset");
6
+ const bdd_1 = require("./bdd");
7
7
  const cache = new util_endpoints_2.EndpointCache({
8
8
  size: 50,
9
9
  params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
10
10
  });
11
11
  const defaultEndpointResolver = (endpointParams, context = {}) => {
12
- return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
12
+ return cache.get(endpointParams, () => (0, util_endpoints_2.decideEndpoint)(bdd_1.bdd, {
13
13
  endpointParams: endpointParams,
14
14
  logger: context.logger,
15
15
  }));
@@ -1397,6 +1397,18 @@ class DescribeAgentStatusCommand extends smithyClient.Command
1397
1397
  .build() {
1398
1398
  }
1399
1399
 
1400
+ class DescribeAttachedFilesConfigurationCommand extends smithyClient.Command
1401
+ .classBuilder()
1402
+ .ep(commonParams)
1403
+ .m(function (Command, cs, config, o) {
1404
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1405
+ })
1406
+ .s("AmazonConnectService", "DescribeAttachedFilesConfiguration", {})
1407
+ .n("ConnectClient", "DescribeAttachedFilesConfigurationCommand")
1408
+ .sc(schemas_0.DescribeAttachedFilesConfiguration$)
1409
+ .build() {
1410
+ }
1411
+
1400
1412
  class DescribeAuthenticationProfileCommand extends smithyClient.Command
1401
1413
  .classBuilder()
1402
1414
  .ep(commonParams)
@@ -2273,6 +2285,18 @@ class ListAssociatedContactsCommand extends smithyClient.Command
2273
2285
  .build() {
2274
2286
  }
2275
2287
 
2288
+ class ListAttachedFilesConfigurationsCommand extends smithyClient.Command
2289
+ .classBuilder()
2290
+ .ep(commonParams)
2291
+ .m(function (Command, cs, config, o) {
2292
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2293
+ })
2294
+ .s("AmazonConnectService", "ListAttachedFilesConfigurations", {})
2295
+ .n("ConnectClient", "ListAttachedFilesConfigurationsCommand")
2296
+ .sc(schemas_0.ListAttachedFilesConfigurations$)
2297
+ .build() {
2298
+ }
2299
+
2276
2300
  class ListAuthenticationProfilesCommand extends smithyClient.Command
2277
2301
  .classBuilder()
2278
2302
  .ep(commonParams)
@@ -3773,6 +3797,18 @@ class UpdateAgentStatusCommand extends smithyClient.Command
3773
3797
  .build() {
3774
3798
  }
3775
3799
 
3800
+ class UpdateAttachedFilesConfigurationCommand extends smithyClient.Command
3801
+ .classBuilder()
3802
+ .ep(commonParams)
3803
+ .m(function (Command, cs, config, o) {
3804
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3805
+ })
3806
+ .s("AmazonConnectService", "UpdateAttachedFilesConfiguration", {})
3807
+ .n("ConnectClient", "UpdateAttachedFilesConfigurationCommand")
3808
+ .sc(schemas_0.UpdateAttachedFilesConfiguration$)
3809
+ .build() {
3810
+ }
3811
+
3776
3812
  class UpdateAuthenticationProfileCommand extends smithyClient.Command
3777
3813
  .classBuilder()
3778
3814
  .ep(commonParams)
@@ -4531,6 +4567,8 @@ const paginateListAgentStatuses = core.createPaginator(ConnectClient, ListAgentS
4531
4567
 
4532
4568
  const paginateListApprovedOrigins = core.createPaginator(ConnectClient, ListApprovedOriginsCommand, "NextToken", "NextToken", "MaxResults");
4533
4569
 
4570
+ const paginateListAttachedFilesConfigurations = core.createPaginator(ConnectClient, ListAttachedFilesConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
4571
+
4534
4572
  const paginateListAuthenticationProfiles = core.createPaginator(ConnectClient, ListAuthenticationProfilesCommand, "NextToken", "NextToken", "MaxResults");
4535
4573
 
4536
4574
  const paginateListBots = core.createPaginator(ConnectClient, ListBotsCommand, "NextToken", "NextToken", "MaxResults");
@@ -4795,6 +4833,7 @@ const commands = {
4795
4833
  DeleteWorkspaceMediaCommand,
4796
4834
  DeleteWorkspacePageCommand,
4797
4835
  DescribeAgentStatusCommand,
4836
+ DescribeAttachedFilesConfigurationCommand,
4798
4837
  DescribeAuthenticationProfileCommand,
4799
4838
  DescribeContactCommand,
4800
4839
  DescribeContactEvaluationCommand,
@@ -4868,6 +4907,7 @@ const commands = {
4868
4907
  ListAnalyticsDataLakeDataSetsCommand,
4869
4908
  ListApprovedOriginsCommand,
4870
4909
  ListAssociatedContactsCommand,
4910
+ ListAttachedFilesConfigurationsCommand,
4871
4911
  ListAuthenticationProfilesCommand,
4872
4912
  ListBotsCommand,
4873
4913
  ListChildHoursOfOperationsCommand,
@@ -4993,6 +5033,7 @@ const commands = {
4993
5033
  UntagContactCommand,
4994
5034
  UntagResourceCommand,
4995
5035
  UpdateAgentStatusCommand,
5036
+ UpdateAttachedFilesConfigurationCommand,
4996
5037
  UpdateAuthenticationProfileCommand,
4997
5038
  UpdateContactCommand,
4998
5039
  UpdateContactAttributesCommand,
@@ -5064,6 +5105,7 @@ const paginators = {
5064
5105
  paginateGetMetricDataV2,
5065
5106
  paginateListAgentStatuses,
5066
5107
  paginateListApprovedOrigins,
5108
+ paginateListAttachedFilesConfigurations,
5067
5109
  paginateListAuthenticationProfiles,
5068
5110
  paginateListBots,
5069
5111
  paginateListChildHoursOfOperations,
@@ -5727,6 +5769,12 @@ const MediaType = {
5727
5769
  IMAGE_LOGO_LIGHT_FAVICON: "IMAGE_LOGO_LIGHT_FAVICON",
5728
5770
  IMAGE_LOGO_LIGHT_HORIZONTAL: "IMAGE_LOGO_LIGHT_HORIZONTAL",
5729
5771
  };
5772
+ const AttachmentScope = {
5773
+ CASE: "CASE",
5774
+ CHAT: "CHAT",
5775
+ EMAIL: "EMAIL",
5776
+ TASK: "TASK",
5777
+ };
5730
5778
  const AnsweringMachineDetectionStatus = {
5731
5779
  AMD_ERROR: "AMD_ERROR",
5732
5780
  AMD_NOT_APPLICABLE: "AMD_NOT_APPLICABLE",
@@ -6461,6 +6509,7 @@ exports.AssociateUserProficienciesCommand = AssociateUserProficienciesCommand;
6461
6509
  exports.AssociateWorkspaceCommand = AssociateWorkspaceCommand;
6462
6510
  exports.AttachedFileInvalidRequestExceptionReason = AttachedFileInvalidRequestExceptionReason;
6463
6511
  exports.AttachedFileServiceQuotaExceededExceptionReason = AttachedFileServiceQuotaExceededExceptionReason;
6512
+ exports.AttachmentScope = AttachmentScope;
6464
6513
  exports.AutoEvaluationStatus = AutoEvaluationStatus;
6465
6514
  exports.BatchAssociateAnalyticsDataSetCommand = BatchAssociateAnalyticsDataSetCommand;
6466
6515
  exports.BatchCreateDataTableValueCommand = BatchCreateDataTableValueCommand;
@@ -6575,6 +6624,7 @@ exports.DeleteWorkspaceCommand = DeleteWorkspaceCommand;
6575
6624
  exports.DeleteWorkspaceMediaCommand = DeleteWorkspaceMediaCommand;
6576
6625
  exports.DeleteWorkspacePageCommand = DeleteWorkspacePageCommand;
6577
6626
  exports.DescribeAgentStatusCommand = DescribeAgentStatusCommand;
6627
+ exports.DescribeAttachedFilesConfigurationCommand = DescribeAttachedFilesConfigurationCommand;
6578
6628
  exports.DescribeAuthenticationProfileCommand = DescribeAuthenticationProfileCommand;
6579
6629
  exports.DescribeContactCommand = DescribeContactCommand;
6580
6630
  exports.DescribeContactEvaluationCommand = DescribeContactEvaluationCommand;
@@ -6696,6 +6746,7 @@ exports.ListAnalyticsDataAssociationsCommand = ListAnalyticsDataAssociationsComm
6696
6746
  exports.ListAnalyticsDataLakeDataSetsCommand = ListAnalyticsDataLakeDataSetsCommand;
6697
6747
  exports.ListApprovedOriginsCommand = ListApprovedOriginsCommand;
6698
6748
  exports.ListAssociatedContactsCommand = ListAssociatedContactsCommand;
6749
+ exports.ListAttachedFilesConfigurationsCommand = ListAttachedFilesConfigurationsCommand;
6699
6750
  exports.ListAuthenticationProfilesCommand = ListAuthenticationProfilesCommand;
6700
6751
  exports.ListBotsCommand = ListBotsCommand;
6701
6752
  exports.ListChildHoursOfOperationsCommand = ListChildHoursOfOperationsCommand;
@@ -6896,6 +6947,7 @@ exports.Unit = Unit;
6896
6947
  exports.UntagContactCommand = UntagContactCommand;
6897
6948
  exports.UntagResourceCommand = UntagResourceCommand;
6898
6949
  exports.UpdateAgentStatusCommand = UpdateAgentStatusCommand;
6950
+ exports.UpdateAttachedFilesConfigurationCommand = UpdateAttachedFilesConfigurationCommand;
6899
6951
  exports.UpdateAuthenticationProfileCommand = UpdateAuthenticationProfileCommand;
6900
6952
  exports.UpdateContactAttributesCommand = UpdateContactAttributesCommand;
6901
6953
  exports.UpdateContactCommand = UpdateContactCommand;
@@ -6975,6 +7027,7 @@ exports.paginateGetMetricData = paginateGetMetricData;
6975
7027
  exports.paginateGetMetricDataV2 = paginateGetMetricDataV2;
6976
7028
  exports.paginateListAgentStatuses = paginateListAgentStatuses;
6977
7029
  exports.paginateListApprovedOrigins = paginateListApprovedOrigins;
7030
+ exports.paginateListAttachedFilesConfigurations = paginateListAttachedFilesConfigurations;
6978
7031
  exports.paginateListAuthenticationProfiles = paginateListAuthenticationProfiles;
6979
7032
  exports.paginateListBots = paginateListBots;
6980
7033
  exports.paginateListChildHoursOfOperations = paginateListChildHoursOfOperations;