@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,106 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ruleSet = void 0;
4
- const u = "required", v = "fn", w = "argv", x = "ref";
5
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = { [u]: false, type: "string" }, j = { [u]: true, default: false, type: "boolean" }, k = { [x]: "Endpoint" }, l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: h, [w]: [{ [x]: g }, "supportsFIPS"] }, p = { [x]: g }, q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, "supportsDualStack"] }] }, r = [l], s = [m], t = [{ [x]: "Region" }];
6
- const _data = {
7
- version: "1.0",
8
- parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i },
9
- rules: [
10
- {
11
- conditions: [{ [v]: b, [w]: [k] }],
12
- rules: [
13
- { conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d },
14
- { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d },
15
- { endpoint: { url: k, properties: n, headers: n }, type: e },
16
- ],
17
- type: f,
18
- },
19
- {
20
- conditions: [{ [v]: b, [w]: t }],
21
- rules: [
22
- {
23
- conditions: [{ [v]: "aws.partition", [w]: t, assign: g }],
24
- rules: [
25
- {
26
- conditions: [l, m],
27
- rules: [
28
- {
29
- conditions: [{ [v]: c, [w]: [a, o] }, q],
30
- rules: [
31
- {
32
- endpoint: {
33
- url: "https://portal.sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
34
- properties: n,
35
- headers: n,
36
- },
37
- type: e,
38
- },
39
- ],
40
- type: f,
41
- },
42
- { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d },
43
- ],
44
- type: f,
45
- },
46
- {
47
- conditions: r,
48
- rules: [
49
- {
50
- conditions: [{ [v]: c, [w]: [o, a] }],
51
- rules: [
52
- {
53
- conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }],
54
- endpoint: { url: "https://portal.sso.{Region}.amazonaws.com", properties: n, headers: n },
55
- type: e,
56
- },
57
- {
58
- endpoint: {
59
- url: "https://portal.sso-fips.{Region}.{PartitionResult#dnsSuffix}",
60
- properties: n,
61
- headers: n,
62
- },
63
- type: e,
64
- },
65
- ],
66
- type: f,
67
- },
68
- { error: "FIPS is enabled but this partition does not support FIPS", type: d },
69
- ],
70
- type: f,
71
- },
72
- {
73
- conditions: s,
74
- rules: [
75
- {
76
- conditions: [q],
77
- rules: [
78
- {
79
- endpoint: {
80
- url: "https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}",
81
- properties: n,
82
- headers: n,
83
- },
84
- type: e,
85
- },
86
- ],
87
- type: f,
88
- },
89
- { error: "DualStack is enabled but this partition does not support DualStack", type: d },
90
- ],
91
- type: f,
92
- },
93
- {
94
- endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n },
95
- type: e,
96
- },
97
- ],
98
- type: f,
99
- },
100
- ],
101
- type: f,
102
- },
103
- { error: "Invalid Configuration: Missing Region", type: d },
104
- ],
105
- };
106
- exports.ruleSet = _data;
@@ -1,106 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ruleSet = void 0;
4
- const u = "required", v = "fn", w = "argv", x = "ref";
5
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = { [u]: false, type: "string" }, j = { [u]: true, default: false, type: "boolean" }, k = { [x]: "Endpoint" }, l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: h, [w]: [{ [x]: g }, "supportsFIPS"] }, p = { [x]: g }, q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, "supportsDualStack"] }] }, r = [l], s = [m], t = [{ [x]: "Region" }];
6
- const _data = {
7
- version: "1.0",
8
- parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i },
9
- rules: [
10
- {
11
- conditions: [{ [v]: b, [w]: [k] }],
12
- rules: [
13
- { conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d },
14
- { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d },
15
- { endpoint: { url: k, properties: n, headers: n }, type: e },
16
- ],
17
- type: f,
18
- },
19
- {
20
- conditions: [{ [v]: b, [w]: t }],
21
- rules: [
22
- {
23
- conditions: [{ [v]: "aws.partition", [w]: t, assign: g }],
24
- rules: [
25
- {
26
- conditions: [l, m],
27
- rules: [
28
- {
29
- conditions: [{ [v]: c, [w]: [a, o] }, q],
30
- rules: [
31
- {
32
- endpoint: {
33
- url: "https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
34
- properties: n,
35
- headers: n,
36
- },
37
- type: e,
38
- },
39
- ],
40
- type: f,
41
- },
42
- { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d },
43
- ],
44
- type: f,
45
- },
46
- {
47
- conditions: r,
48
- rules: [
49
- {
50
- conditions: [{ [v]: c, [w]: [o, a] }],
51
- rules: [
52
- {
53
- conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }],
54
- endpoint: { url: "https://oidc.{Region}.amazonaws.com", properties: n, headers: n },
55
- type: e,
56
- },
57
- {
58
- endpoint: {
59
- url: "https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}",
60
- properties: n,
61
- headers: n,
62
- },
63
- type: e,
64
- },
65
- ],
66
- type: f,
67
- },
68
- { error: "FIPS is enabled but this partition does not support FIPS", type: d },
69
- ],
70
- type: f,
71
- },
72
- {
73
- conditions: s,
74
- rules: [
75
- {
76
- conditions: [q],
77
- rules: [
78
- {
79
- endpoint: {
80
- url: "https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}",
81
- properties: n,
82
- headers: n,
83
- },
84
- type: e,
85
- },
86
- ],
87
- type: f,
88
- },
89
- { error: "DualStack is enabled but this partition does not support DualStack", type: d },
90
- ],
91
- type: f,
92
- },
93
- {
94
- endpoint: { url: "https://oidc.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n },
95
- type: e,
96
- },
97
- ],
98
- type: f,
99
- },
100
- ],
101
- type: f,
102
- },
103
- { error: "Invalid Configuration: Missing Region", type: d },
104
- ],
105
- };
106
- exports.ruleSet = _data;
@@ -1,145 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ruleSet = void 0;
4
- const F = "required", G = "type", H = "fn", I = "argv", J = "ref";
5
- const a = false, b = true, c = "booleanEquals", d = "stringEquals", e = "sigv4", f = "sts", g = "us-east-1", h = "endpoint", i = "https://sts.{Region}.{PartitionResult#dnsSuffix}", j = "tree", k = "error", l = "getAttr", m = { [F]: false, [G]: "string" }, n = { [F]: true, default: false, [G]: "boolean" }, o = { [J]: "Endpoint" }, p = { [H]: "isSet", [I]: [{ [J]: "Region" }] }, q = { [J]: "Region" }, r = { [H]: "aws.partition", [I]: [q], assign: "PartitionResult" }, s = { [J]: "UseFIPS" }, t = { [J]: "UseDualStack" }, u = {
6
- url: "https://sts.amazonaws.com",
7
- properties: { authSchemes: [{ name: e, signingName: f, signingRegion: g }] },
8
- headers: {},
9
- }, v = {}, w = { conditions: [{ [H]: d, [I]: [q, "aws-global"] }], [h]: u, [G]: h }, x = { [H]: c, [I]: [s, true] }, y = { [H]: c, [I]: [t, true] }, z = { [H]: l, [I]: [{ [J]: "PartitionResult" }, "supportsFIPS"] }, A = { [J]: "PartitionResult" }, B = { [H]: c, [I]: [true, { [H]: l, [I]: [A, "supportsDualStack"] }] }, C = [{ [H]: "isSet", [I]: [o] }], D = [x], E = [y];
10
- const _data = {
11
- version: "1.0",
12
- parameters: { Region: m, UseDualStack: n, UseFIPS: n, Endpoint: m, UseGlobalEndpoint: n },
13
- rules: [
14
- {
15
- conditions: [
16
- { [H]: c, [I]: [{ [J]: "UseGlobalEndpoint" }, b] },
17
- { [H]: "not", [I]: C },
18
- p,
19
- r,
20
- { [H]: c, [I]: [s, a] },
21
- { [H]: c, [I]: [t, a] },
22
- ],
23
- rules: [
24
- { conditions: [{ [H]: d, [I]: [q, "ap-northeast-1"] }], endpoint: u, [G]: h },
25
- { conditions: [{ [H]: d, [I]: [q, "ap-south-1"] }], endpoint: u, [G]: h },
26
- { conditions: [{ [H]: d, [I]: [q, "ap-southeast-1"] }], endpoint: u, [G]: h },
27
- { conditions: [{ [H]: d, [I]: [q, "ap-southeast-2"] }], endpoint: u, [G]: h },
28
- w,
29
- { conditions: [{ [H]: d, [I]: [q, "ca-central-1"] }], endpoint: u, [G]: h },
30
- { conditions: [{ [H]: d, [I]: [q, "eu-central-1"] }], endpoint: u, [G]: h },
31
- { conditions: [{ [H]: d, [I]: [q, "eu-north-1"] }], endpoint: u, [G]: h },
32
- { conditions: [{ [H]: d, [I]: [q, "eu-west-1"] }], endpoint: u, [G]: h },
33
- { conditions: [{ [H]: d, [I]: [q, "eu-west-2"] }], endpoint: u, [G]: h },
34
- { conditions: [{ [H]: d, [I]: [q, "eu-west-3"] }], endpoint: u, [G]: h },
35
- { conditions: [{ [H]: d, [I]: [q, "sa-east-1"] }], endpoint: u, [G]: h },
36
- { conditions: [{ [H]: d, [I]: [q, g] }], endpoint: u, [G]: h },
37
- { conditions: [{ [H]: d, [I]: [q, "us-east-2"] }], endpoint: u, [G]: h },
38
- { conditions: [{ [H]: d, [I]: [q, "us-west-1"] }], endpoint: u, [G]: h },
39
- { conditions: [{ [H]: d, [I]: [q, "us-west-2"] }], endpoint: u, [G]: h },
40
- {
41
- endpoint: {
42
- url: i,
43
- properties: { authSchemes: [{ name: e, signingName: f, signingRegion: "{Region}" }] },
44
- headers: v,
45
- },
46
- [G]: h,
47
- },
48
- ],
49
- [G]: j,
50
- },
51
- {
52
- conditions: C,
53
- rules: [
54
- { conditions: D, error: "Invalid Configuration: FIPS and custom endpoint are not supported", [G]: k },
55
- { conditions: E, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [G]: k },
56
- { endpoint: { url: o, properties: v, headers: v }, [G]: h },
57
- ],
58
- [G]: j,
59
- },
60
- {
61
- conditions: [p],
62
- rules: [
63
- {
64
- conditions: [r],
65
- rules: [
66
- {
67
- conditions: [x, y],
68
- rules: [
69
- {
70
- conditions: [{ [H]: c, [I]: [b, z] }, B],
71
- rules: [
72
- {
73
- endpoint: {
74
- url: "https://sts-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
75
- properties: v,
76
- headers: v,
77
- },
78
- [G]: h,
79
- },
80
- ],
81
- [G]: j,
82
- },
83
- { error: "FIPS and DualStack are enabled, but this partition does not support one or both", [G]: k },
84
- ],
85
- [G]: j,
86
- },
87
- {
88
- conditions: D,
89
- rules: [
90
- {
91
- conditions: [{ [H]: c, [I]: [z, b] }],
92
- rules: [
93
- {
94
- conditions: [{ [H]: d, [I]: [{ [H]: l, [I]: [A, "name"] }, "aws-us-gov"] }],
95
- endpoint: { url: "https://sts.{Region}.amazonaws.com", properties: v, headers: v },
96
- [G]: h,
97
- },
98
- {
99
- endpoint: {
100
- url: "https://sts-fips.{Region}.{PartitionResult#dnsSuffix}",
101
- properties: v,
102
- headers: v,
103
- },
104
- [G]: h,
105
- },
106
- ],
107
- [G]: j,
108
- },
109
- { error: "FIPS is enabled but this partition does not support FIPS", [G]: k },
110
- ],
111
- [G]: j,
112
- },
113
- {
114
- conditions: E,
115
- rules: [
116
- {
117
- conditions: [B],
118
- rules: [
119
- {
120
- endpoint: {
121
- url: "https://sts.{Region}.{PartitionResult#dualStackDnsSuffix}",
122
- properties: v,
123
- headers: v,
124
- },
125
- [G]: h,
126
- },
127
- ],
128
- [G]: j,
129
- },
130
- { error: "DualStack is enabled but this partition does not support DualStack", [G]: k },
131
- ],
132
- [G]: j,
133
- },
134
- w,
135
- { endpoint: { url: i, properties: v, headers: v }, [G]: h },
136
- ],
137
- [G]: j,
138
- },
139
- ],
140
- [G]: j,
141
- },
142
- { error: "Invalid Configuration: Missing Region", [G]: k },
143
- ],
144
- };
145
- exports.ruleSet = _data;
@@ -1,143 +0,0 @@
1
- const w = "required", x = "fn", y = "argv", z = "ref";
2
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = "stringEquals", j = { [w]: false, type: "string" }, k = { [w]: true, default: false, type: "boolean" }, l = { [z]: "Endpoint" }, m = { [x]: c, [y]: [{ [z]: "UseFIPS" }, true] }, n = { [x]: c, [y]: [{ [z]: "UseDualStack" }, true] }, o = {}, p = { [z]: "Region" }, q = { [x]: h, [y]: [{ [z]: g }, "supportsFIPS"] }, r = { [z]: g }, s = { [x]: c, [y]: [true, { [x]: h, [y]: [r, "supportsDualStack"] }] }, t = [m], u = [n], v = [p];
3
- const _data = {
4
- version: "1.0",
5
- parameters: { Region: j, UseDualStack: k, UseFIPS: k, Endpoint: j },
6
- rules: [
7
- {
8
- conditions: [{ [x]: b, [y]: [l] }],
9
- rules: [
10
- { conditions: t, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d },
11
- { conditions: u, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d },
12
- { endpoint: { url: l, properties: o, headers: o }, type: e },
13
- ],
14
- type: f,
15
- },
16
- {
17
- conditions: [{ [x]: b, [y]: v }],
18
- rules: [
19
- {
20
- conditions: [{ [x]: "aws.partition", [y]: v, assign: g }],
21
- rules: [
22
- {
23
- conditions: [m, n],
24
- rules: [
25
- {
26
- conditions: [{ [x]: c, [y]: [a, q] }, s],
27
- rules: [
28
- {
29
- conditions: [{ [x]: i, [y]: [p, "us-east-1"] }],
30
- endpoint: {
31
- url: "https://cognito-identity-fips.us-east-1.amazonaws.com",
32
- properties: o,
33
- headers: o,
34
- },
35
- type: e,
36
- },
37
- {
38
- conditions: [{ [x]: i, [y]: [p, "us-east-2"] }],
39
- endpoint: {
40
- url: "https://cognito-identity-fips.us-east-2.amazonaws.com",
41
- properties: o,
42
- headers: o,
43
- },
44
- type: e,
45
- },
46
- {
47
- conditions: [{ [x]: i, [y]: [p, "us-west-1"] }],
48
- endpoint: {
49
- url: "https://cognito-identity-fips.us-west-1.amazonaws.com",
50
- properties: o,
51
- headers: o,
52
- },
53
- type: e,
54
- },
55
- {
56
- conditions: [{ [x]: i, [y]: [p, "us-west-2"] }],
57
- endpoint: {
58
- url: "https://cognito-identity-fips.us-west-2.amazonaws.com",
59
- properties: o,
60
- headers: o,
61
- },
62
- type: e,
63
- },
64
- {
65
- endpoint: {
66
- url: "https://cognito-identity-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
67
- properties: o,
68
- headers: o,
69
- },
70
- type: e,
71
- },
72
- ],
73
- type: f,
74
- },
75
- { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d },
76
- ],
77
- type: f,
78
- },
79
- {
80
- conditions: t,
81
- rules: [
82
- {
83
- conditions: [{ [x]: c, [y]: [q, a] }],
84
- rules: [
85
- {
86
- endpoint: {
87
- url: "https://cognito-identity-fips.{Region}.{PartitionResult#dnsSuffix}",
88
- properties: o,
89
- headers: o,
90
- },
91
- type: e,
92
- },
93
- ],
94
- type: f,
95
- },
96
- { error: "FIPS is enabled but this partition does not support FIPS", type: d },
97
- ],
98
- type: f,
99
- },
100
- {
101
- conditions: u,
102
- rules: [
103
- {
104
- conditions: [s],
105
- rules: [
106
- {
107
- conditions: [{ [x]: i, [y]: ["aws", { [x]: h, [y]: [r, "name"] }] }],
108
- endpoint: { url: "https://cognito-identity.{Region}.amazonaws.com", properties: o, headers: o },
109
- type: e,
110
- },
111
- {
112
- endpoint: {
113
- url: "https://cognito-identity.{Region}.{PartitionResult#dualStackDnsSuffix}",
114
- properties: o,
115
- headers: o,
116
- },
117
- type: e,
118
- },
119
- ],
120
- type: f,
121
- },
122
- { error: "DualStack is enabled but this partition does not support DualStack", type: d },
123
- ],
124
- type: f,
125
- },
126
- {
127
- endpoint: {
128
- url: "https://cognito-identity.{Region}.{PartitionResult#dnsSuffix}",
129
- properties: o,
130
- headers: o,
131
- },
132
- type: e,
133
- },
134
- ],
135
- type: f,
136
- },
137
- ],
138
- type: f,
139
- },
140
- { error: "Invalid Configuration: Missing Region", type: d },
141
- ],
142
- };
143
- export const ruleSet = _data;
@@ -1,130 +0,0 @@
1
- const u = "required", v = "fn", w = "argv", x = "ref";
2
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = { [u]: true, default: false, type: "boolean" }, j = { [u]: false, type: "string" }, k = { [x]: "Endpoint" }, l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: "getAttr", [w]: [{ [x]: g }, "name"] }, p = { [v]: c, [w]: [{ [x]: "UseFIPS" }, false] }, q = { [v]: c, [w]: [{ [x]: "UseDualStack" }, false] }, r = { [v]: "getAttr", [w]: [{ [x]: g }, "supportsFIPS"] }, s = { [v]: c, [w]: [true, { [v]: "getAttr", [w]: [{ [x]: g }, "supportsDualStack"] }] }, t = [{ [x]: "Region" }];
3
- const _data = {
4
- version: "1.0",
5
- parameters: { UseDualStack: i, UseFIPS: i, Endpoint: j, Region: j },
6
- rules: [
7
- {
8
- conditions: [{ [v]: b, [w]: [k] }],
9
- rules: [
10
- { conditions: [l], error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d },
11
- {
12
- rules: [
13
- {
14
- conditions: [m],
15
- error: "Invalid Configuration: Dualstack and custom endpoint are not supported",
16
- type: d,
17
- },
18
- { endpoint: { url: k, properties: n, headers: n }, type: e },
19
- ],
20
- type: f,
21
- },
22
- ],
23
- type: f,
24
- },
25
- {
26
- rules: [
27
- {
28
- conditions: [{ [v]: b, [w]: t }],
29
- rules: [
30
- {
31
- conditions: [{ [v]: "aws.partition", [w]: t, assign: g }],
32
- rules: [
33
- {
34
- conditions: [{ [v]: h, [w]: [o, "aws"] }, p, q],
35
- endpoint: { url: "https://{Region}.signin.aws.amazon.com", properties: n, headers: n },
36
- type: e,
37
- },
38
- {
39
- conditions: [{ [v]: h, [w]: [o, "aws-cn"] }, p, q],
40
- endpoint: { url: "https://{Region}.signin.amazonaws.cn", properties: n, headers: n },
41
- type: e,
42
- },
43
- {
44
- conditions: [{ [v]: h, [w]: [o, "aws-us-gov"] }, p, q],
45
- endpoint: { url: "https://{Region}.signin.amazonaws-us-gov.com", properties: n, headers: n },
46
- type: e,
47
- },
48
- {
49
- conditions: [l, m],
50
- rules: [
51
- {
52
- conditions: [{ [v]: c, [w]: [a, r] }, s],
53
- rules: [
54
- {
55
- endpoint: {
56
- url: "https://signin-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
57
- properties: n,
58
- headers: n,
59
- },
60
- type: e,
61
- },
62
- ],
63
- type: f,
64
- },
65
- {
66
- error: "FIPS and DualStack are enabled, but this partition does not support one or both",
67
- type: d,
68
- },
69
- ],
70
- type: f,
71
- },
72
- {
73
- conditions: [l, q],
74
- rules: [
75
- {
76
- conditions: [{ [v]: c, [w]: [r, a] }],
77
- rules: [
78
- {
79
- endpoint: {
80
- url: "https://signin-fips.{Region}.{PartitionResult#dnsSuffix}",
81
- properties: n,
82
- headers: n,
83
- },
84
- type: e,
85
- },
86
- ],
87
- type: f,
88
- },
89
- { error: "FIPS is enabled but this partition does not support FIPS", type: d },
90
- ],
91
- type: f,
92
- },
93
- {
94
- conditions: [p, m],
95
- rules: [
96
- {
97
- conditions: [s],
98
- rules: [
99
- {
100
- endpoint: {
101
- url: "https://signin.{Region}.{PartitionResult#dualStackDnsSuffix}",
102
- properties: n,
103
- headers: n,
104
- },
105
- type: e,
106
- },
107
- ],
108
- type: f,
109
- },
110
- { error: "DualStack is enabled but this partition does not support DualStack", type: d },
111
- ],
112
- type: f,
113
- },
114
- {
115
- endpoint: { url: "https://signin.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n },
116
- type: e,
117
- },
118
- ],
119
- type: f,
120
- },
121
- ],
122
- type: f,
123
- },
124
- { error: "Invalid Configuration: Missing Region", type: d },
125
- ],
126
- type: f,
127
- },
128
- ],
129
- };
130
- export const ruleSet = _data;