@mavogel/awscdk-rootmail 0.0.306 → 0.0.308

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 (492) hide show
  1. package/.jsii +2 -2
  2. package/integ-tests/integ.rootmail.ts.snapshot/RootmailIntegTestStack.assets.json +32 -32
  3. package/integ-tests/integ.rootmail.ts.snapshot/RootmailIntegTestStack.template.json +12 -11
  4. package/integ-tests/integ.rootmail.ts.snapshot/SetupTestIntegStackDefaultTestDeployAssert6EB6FF77.assets.json +2 -2
  5. package/integ-tests/integ.rootmail.ts.snapshot/SetupTestIntegStackDefaultTestDeployAssert6EB6FF77.template.json +3 -3
  6. package/integ-tests/integ.rootmail.ts.snapshot/{asset.2b86f8b255c50c6eba274c368849bab1c7a3747c30ef5df4c96f8dea8fffa21e → asset.0cc54596504938d3858f36b8eaeb554817254230dfa52e23a70aad9e657b80b8}/index.js +1 -1
  7. package/integ-tests/integ.rootmail.ts.snapshot/{asset.f75274dd7677b6ef41f29d2dfc2c885b4f4e069d3fb8e67636bd89efd3f0fcad → asset.11281c9e2a2b601c3421513ba7c9be4b643b04ba6a934192e52e46def7ab0830}/index.js +1 -3
  8. package/integ-tests/integ.rootmail.ts.snapshot/{asset.9572b451243318765beb576ae7528096b3879783dbaab795c02c01d7f4e83438 → asset.11768574bbd12c5ed10f463a68797423c366b61535ebc1b14951661b92657fa5}/index.js +1 -1
  9. package/integ-tests/integ.rootmail.ts.snapshot/{asset.157ba1713f7224463b621261792d18081588ff306a9bc3f75e6c468fabbe1a60 → asset.409d1db869dd0ed635bff94c855031afc92e9ac918a5d09651dd0b5316db1433}/index.js +1 -1
  10. package/integ-tests/integ.rootmail.ts.snapshot/{asset.78b64aaf9aebb4eacbdd42197be10e9d5894360a642f7dcf79aeb84bb3552377 → asset.7144c5a47b3904b1aa4b27be73803a4b684f4ef765d9df8fa767779d37106254}/index.js +1 -1
  11. package/integ-tests/integ.rootmail.ts.snapshot/{asset.be7d56b509650f7f97c406a745d8335992726086995e4cb4aaf50417ab40e803 → asset.9709438d0fbb508ea9bfee8683a274b4f9492f5e527eb28e0bd9e2bc96b9a08f}/index.js +1 -1
  12. package/integ-tests/integ.rootmail.ts.snapshot/{asset.8621467f8f2410fb7445cc07fab37b2e996e541b6f7acb8549df9e88e1def73c → asset.aa3a06cb0aae2ae75b5bdf62921fd207503fd54b0e711ebb20274f3e6afd3bfa}/index.js +181 -183
  13. package/integ-tests/integ.rootmail.ts.snapshot/{asset.4c079063901e6478dbb5ace19e3123641ebf0da2ab648ecf52079c5bec154196 → asset.aca912f8a6aebc5dfd423aff79785b8fd7488473a4cf93aaa7ad0e442b548787}/index.js +1 -1
  14. package/integ-tests/integ.rootmail.ts.snapshot/{asset.6ae1d1fcc0e69b0216c406dcb73136e88857dfc9a29784c57838e1fb0f9f7496 → asset.ed72e1e93cae7d32d1a99c33e6f697428dc230c3922131e7ba121cc99a732f3f}/index.js +1 -1
  15. package/integ-tests/integ.rootmail.ts.snapshot/{asset.7e8a681794eff5fda1841caa360113df5488ecf944055a69b8f1e5a687e269f5 → asset.f61472ea141af20f69ebb7a7718158fcb95d72410c0c2a2e72cc59b1822873fc}/index.js +1 -1
  16. package/integ-tests/integ.rootmail.ts.snapshot/integ.json +1 -1
  17. package/integ-tests/integ.rootmail.ts.snapshot/manifest.json +5 -4
  18. package/integ-tests/integ.rootmail.ts.snapshot/tree.json +12 -11
  19. package/lib/rootmail.js +1 -1
  20. package/lib/ses-receive.js +3 -2
  21. package/node_modules/@aws-sdk/client-cloudwatch-logs/README.md +8 -0
  22. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-cjs/index.js +37 -0
  23. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/CloudWatchLogs.js +2 -0
  24. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/commands/ListLogGroupsCommand.js +22 -0
  25. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/commands/index.js +1 -0
  26. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/protocols/Aws_json1_1.js +19 -0
  27. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/CloudWatchLogs.d.ts +8 -0
  28. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/CloudWatchLogsClient.d.ts +3 -2
  29. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeLogGroupsCommand.d.ts +4 -1
  30. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/ListLogGroupsCommand.d.ts +99 -0
  31. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/index.d.ts +1 -0
  32. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/models_0.d.ts +112 -6
  33. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  34. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/CloudWatchLogs.d.ts +18 -0
  35. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/CloudWatchLogsClient.d.ts +6 -0
  36. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListLogGroupsCommand.d.ts +50 -0
  37. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/index.d.ts +1 -0
  38. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/models_0.d.ts +18 -0
  39. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  40. package/node_modules/@aws-sdk/client-cloudwatch-logs/package.json +12 -12
  41. package/node_modules/@aws-sdk/client-route-53/package.json +12 -12
  42. package/node_modules/@aws-sdk/client-s3/package.json +16 -16
  43. package/node_modules/@aws-sdk/client-ses/package.json +12 -12
  44. package/node_modules/@aws-sdk/client-ssm/package.json +12 -12
  45. package/node_modules/@aws-sdk/client-sso/package.json +11 -11
  46. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +8 -5
  47. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +8 -5
  48. package/node_modules/@aws-sdk/core/package.json +3 -3
  49. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  50. package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  51. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  52. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  53. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  54. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  55. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  56. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  57. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +4 -4
  58. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  59. package/node_modules/@aws-sdk/nested-clients/package.json +11 -11
  60. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  61. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  62. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  63. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  64. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  65. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -2
  66. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +4 -1
  67. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -2
  68. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -2
  69. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +2 -0
  70. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +2 -0
  71. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +2 -0
  72. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +2 -0
  73. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  74. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  75. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  76. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +3 -2
  77. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +4 -1
  78. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +3 -2
  79. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +3 -2
  80. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +2 -0
  81. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +2 -0
  82. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +2 -0
  83. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +2 -0
  84. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  85. package/node_modules/@smithy/config-resolver/package.json +4 -4
  86. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +3 -2
  87. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +625 -2
  88. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  89. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +6 -0
  90. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +6 -0
  91. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +6 -0
  92. package/node_modules/@smithy/core/package.json +7 -6
  93. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -3
  94. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -1
  95. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +1 -1
  96. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -1
  97. package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
  98. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  99. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  100. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  101. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +0 -1
  102. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +0 -1
  103. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
  104. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
  105. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
  106. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
  107. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +12 -0
  108. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +206 -0
  109. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +1 -0
  110. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +1 -0
  111. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -0
  112. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +1 -0
  113. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +13 -0
  114. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +1 -0
  115. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
  116. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
  117. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
  118. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
  119. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
  120. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
  121. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +8 -0
  122. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
  123. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +8 -0
  124. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +39 -0
  125. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
  126. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  127. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
  128. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
  129. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +9 -0
  130. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
  131. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
  132. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
  133. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
  134. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
  135. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +15 -0
  136. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +5 -0
  137. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +46 -0
  138. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
  139. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +8 -0
  140. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +36 -0
  141. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +17 -0
  142. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  143. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
  144. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +18 -0
  145. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -0
  146. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
  147. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
  148. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
  149. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
  150. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +15 -0
  151. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +5 -0
  152. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +46 -0
  153. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
  154. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +8 -0
  155. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +36 -0
  156. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +17 -0
  157. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
  158. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
  159. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +18 -0
  160. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +5 -0
  161. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +16 -0
  162. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +16 -0
  163. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/package.json +72 -0
  164. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  165. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  166. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +2 -1
  167. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +4 -3
  168. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +7 -1
  169. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +1 -2
  170. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +7 -1
  171. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +1 -2
  172. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  173. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  174. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/LICENSE +201 -0
  175. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/README.md +10 -0
  176. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +1 -0
  177. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -0
  178. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -0
  179. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -0
  180. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -0
  181. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-cjs/index.js +170 -0
  182. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -0
  183. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
  184. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/ProviderError.js +22 -0
  185. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
  186. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  187. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  188. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  189. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  190. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +30 -0
  191. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
  192. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +30 -0
  193. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  194. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  195. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  196. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  197. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +30 -0
  198. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
  199. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +30 -0
  200. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
  201. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
  202. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
  203. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
  204. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/package.json +60 -0
  205. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
  206. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
  207. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +1 -0
  208. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +1 -0
  209. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +1 -0
  210. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
  211. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +1 -0
  212. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
  213. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +12 -0
  214. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +1 -0
  215. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +206 -0
  216. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +1 -0
  217. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +1 -0
  218. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +1 -0
  219. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -0
  220. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +1 -0
  221. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +13 -0
  222. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +1 -0
  223. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
  224. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
  225. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
  226. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
  227. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
  228. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
  229. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +8 -0
  230. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
  231. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +8 -0
  232. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +39 -0
  233. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
  234. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  235. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
  236. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
  237. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +9 -0
  238. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
  239. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
  240. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
  241. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
  242. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
  243. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +15 -0
  244. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +5 -0
  245. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +46 -0
  246. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
  247. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +8 -0
  248. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +36 -0
  249. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +17 -0
  250. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  251. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
  252. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +18 -0
  253. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -0
  254. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
  255. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
  256. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
  257. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
  258. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +15 -0
  259. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +5 -0
  260. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +46 -0
  261. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
  262. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +8 -0
  263. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +36 -0
  264. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +17 -0
  265. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
  266. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
  267. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +18 -0
  268. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +5 -0
  269. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +16 -0
  270. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +16 -0
  271. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/package.json +72 -0
  272. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  273. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +0 -2
  274. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -1
  275. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -2
  276. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -3
  277. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -7
  278. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -7
  279. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -7
  280. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -3
  281. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -3
  282. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -1
  283. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -1
  284. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -2
  285. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -1
  286. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -1
  287. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -1
  288. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -1
  289. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -1
  290. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -1
  291. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -1
  292. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -2
  293. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/LICENSE +201 -0
  294. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/README.md +4 -0
  295. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +1 -0
  296. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +1 -0
  297. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-cjs/index.js +84 -0
  298. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-es/AbortController.js +9 -0
  299. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
  300. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
  301. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +16 -0
  302. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +21 -0
  303. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
  304. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +16 -0
  305. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +21 -0
  306. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
  307. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/package.json +62 -0
  308. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  309. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
  310. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
  311. package/node_modules/@smithy/protocol-http/package.json +2 -2
  312. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  313. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  314. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  315. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +32 -617
  316. package/node_modules/@smithy/smithy-client/dist-es/index.js +1 -6
  317. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -6
  318. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -6
  319. package/node_modules/@smithy/smithy-client/package.json +8 -8
  320. package/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  321. package/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  322. package/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  323. package/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  324. package/node_modules/@smithy/types/dist-es/index.js +3 -0
  325. package/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  326. package/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  327. package/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  328. package/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  329. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  330. package/node_modules/@smithy/types/dist-types/command.d.ts +2 -0
  331. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  332. package/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  333. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +263 -0
  334. package/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  335. package/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  336. package/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  337. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  338. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  339. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  340. package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  341. package/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  342. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  343. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +2 -0
  344. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  345. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  346. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +278 -0
  347. package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  348. package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  349. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  350. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  351. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  352. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  353. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  354. package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  355. package/node_modules/@smithy/types/package.json +1 -1
  356. package/node_modules/@smithy/url-parser/package.json +3 -3
  357. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/LICENSE +201 -0
  358. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/README.md +10 -0
  359. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +1 -0
  360. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -0
  361. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -0
  362. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -0
  363. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -0
  364. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-cjs/index.js +170 -0
  365. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -0
  366. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
  367. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-es/ProviderError.js +22 -0
  368. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
  369. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  370. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  371. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  372. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  373. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +30 -0
  374. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
  375. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +30 -0
  376. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  377. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  378. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  379. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  380. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +30 -0
  381. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
  382. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +30 -0
  383. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
  384. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
  385. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
  386. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
  387. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/package.json +60 -0
  388. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  389. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  390. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/LICENSE +201 -0
  391. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/README.md +10 -0
  392. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +1 -0
  393. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -0
  394. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -0
  395. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -0
  396. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -0
  397. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-cjs/index.js +170 -0
  398. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -0
  399. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
  400. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-es/ProviderError.js +22 -0
  401. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
  402. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  403. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  404. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  405. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  406. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +30 -0
  407. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
  408. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +30 -0
  409. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  410. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  411. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  412. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  413. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +30 -0
  414. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
  415. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +30 -0
  416. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
  417. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
  418. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
  419. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
  420. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/package.json +60 -0
  421. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  422. package/node_modules/@smithy/util-middleware/package.json +2 -2
  423. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  424. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +1 -1
  425. package/node_modules/@smithy/util-retry/package.json +3 -3
  426. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +1 -2
  427. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -2
  428. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +6 -6
  429. package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  430. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +1 -2
  431. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -2
  432. package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  433. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -3
  434. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -1
  435. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -1
  436. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -1
  437. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -1
  438. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
  439. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -1
  440. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -1
  441. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -1
  442. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -1
  443. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -1
  444. package/node_modules/@smithy/util-stream/package.json +4 -4
  445. package/node_modules/cdk-nag/.jsii +2 -2
  446. package/node_modules/cdk-nag/lib/ignore-suppression-conditions.js +5 -5
  447. package/node_modules/cdk-nag/lib/nag-logger.js +2 -2
  448. package/node_modules/cdk-nag/lib/nag-pack.js +1 -1
  449. package/node_modules/cdk-nag/lib/nag-rules.js +1 -1
  450. package/node_modules/cdk-nag/lib/nag-suppressions.js +1 -1
  451. package/node_modules/cdk-nag/lib/packs/aws-solutions.js +1 -1
  452. package/node_modules/cdk-nag/lib/packs/hipaa-security.js +1 -1
  453. package/node_modules/cdk-nag/lib/packs/nist-800-53-r4.js +1 -1
  454. package/node_modules/cdk-nag/lib/packs/nist-800-53-r5.js +1 -1
  455. package/node_modules/cdk-nag/lib/packs/pci-dss-321.js +1 -1
  456. package/node_modules/cdk-nag/package.json +2 -2
  457. package/package.json +1 -1
  458. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/date-utils.js +0 -0
  459. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/lazy-json.js +0 -0
  460. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/parse-utils.js +0 -0
  461. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/quote-header.js +0 -0
  462. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-every.js +0 -0
  463. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-header.js +0 -0
  464. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/date-utils.d.ts +0 -0
  465. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/lazy-json.d.ts +0 -0
  466. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/parse-utils.d.ts +0 -0
  467. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/quote-header.d.ts +0 -0
  468. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-every.d.ts +0 -0
  469. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-header.d.ts +0 -0
  470. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/date-utils.d.ts +0 -0
  471. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/lazy-json.d.ts +0 -0
  472. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/parse-utils.d.ts +0 -0
  473. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/quote-header.d.ts +0 -0
  474. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-every.d.ts +0 -0
  475. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-header.d.ts +0 -0
  476. /package/node_modules/@smithy/{smithy-client/dist-cjs/date-utils.js → middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js} +0 -0
  477. /package/node_modules/@smithy/{smithy-client/dist-cjs/lazy-json.js → middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js} +0 -0
  478. /package/node_modules/@smithy/{smithy-client/dist-cjs/parse-utils.js → middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js} +0 -0
  479. /package/node_modules/@smithy/{smithy-client/dist-cjs/quote-header.js → middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js} +0 -0
  480. /package/node_modules/@smithy/{smithy-client/dist-cjs/split-every.js → middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js} +0 -0
  481. /package/node_modules/@smithy/{smithy-client/dist-cjs/split-header.js → middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js} +0 -0
  482. /package/node_modules/{form-data/node_modules/mime-db → mime-db}/HISTORY.md +0 -0
  483. /package/node_modules/{form-data/node_modules/mime-db → mime-db}/LICENSE +0 -0
  484. /package/node_modules/{form-data/node_modules/mime-db → mime-db}/README.md +0 -0
  485. /package/node_modules/{form-data/node_modules/mime-db → mime-db}/db.json +0 -0
  486. /package/node_modules/{form-data/node_modules/mime-db → mime-db}/index.js +0 -0
  487. /package/node_modules/{form-data/node_modules/mime-db → mime-db}/package.json +0 -0
  488. /package/node_modules/{form-data/node_modules/mime-types → mime-types}/HISTORY.md +0 -0
  489. /package/node_modules/{form-data/node_modules/mime-types → mime-types}/LICENSE +0 -0
  490. /package/node_modules/{form-data/node_modules/mime-types → mime-types}/README.md +0 -0
  491. /package/node_modules/{form-data/node_modules/mime-types → mime-types}/index.js +0 -0
  492. /package/node_modules/{form-data/node_modules/mime-types → mime-types}/package.json +0 -0
@@ -19,11 +19,546 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
19
19
  // src/submodules/serde/index.ts
20
20
  var serde_exports = {};
21
21
  __export(serde_exports, {
22
+ LazyJsonString: () => LazyJsonString,
22
23
  NumericValue: () => NumericValue,
23
- nv: () => nv
24
+ dateToUtcString: () => dateToUtcString,
25
+ expectBoolean: () => expectBoolean,
26
+ expectByte: () => expectByte,
27
+ expectFloat32: () => expectFloat32,
28
+ expectInt: () => expectInt,
29
+ expectInt32: () => expectInt32,
30
+ expectLong: () => expectLong,
31
+ expectNonNull: () => expectNonNull,
32
+ expectNumber: () => expectNumber,
33
+ expectObject: () => expectObject,
34
+ expectShort: () => expectShort,
35
+ expectString: () => expectString,
36
+ expectUnion: () => expectUnion,
37
+ handleFloat: () => handleFloat,
38
+ limitedParseDouble: () => limitedParseDouble,
39
+ limitedParseFloat: () => limitedParseFloat,
40
+ limitedParseFloat32: () => limitedParseFloat32,
41
+ logger: () => logger,
42
+ nv: () => nv,
43
+ parseBoolean: () => parseBoolean,
44
+ parseEpochTimestamp: () => parseEpochTimestamp,
45
+ parseRfc3339DateTime: () => parseRfc3339DateTime,
46
+ parseRfc3339DateTimeWithOffset: () => parseRfc3339DateTimeWithOffset,
47
+ parseRfc7231DateTime: () => parseRfc7231DateTime,
48
+ quoteHeader: () => quoteHeader,
49
+ splitEvery: () => splitEvery,
50
+ splitHeader: () => splitHeader,
51
+ strictParseByte: () => strictParseByte,
52
+ strictParseDouble: () => strictParseDouble,
53
+ strictParseFloat: () => strictParseFloat,
54
+ strictParseFloat32: () => strictParseFloat32,
55
+ strictParseInt: () => strictParseInt,
56
+ strictParseInt32: () => strictParseInt32,
57
+ strictParseLong: () => strictParseLong,
58
+ strictParseShort: () => strictParseShort
24
59
  });
25
60
  module.exports = __toCommonJS(serde_exports);
26
61
 
62
+ // src/submodules/serde/parse-utils.ts
63
+ var parseBoolean = (value) => {
64
+ switch (value) {
65
+ case "true":
66
+ return true;
67
+ case "false":
68
+ return false;
69
+ default:
70
+ throw new Error(`Unable to parse boolean value "${value}"`);
71
+ }
72
+ };
73
+ var expectBoolean = (value) => {
74
+ if (value === null || value === void 0) {
75
+ return void 0;
76
+ }
77
+ if (typeof value === "number") {
78
+ if (value === 0 || value === 1) {
79
+ logger.warn(stackTraceWarning(`Expected boolean, got ${typeof value}: ${value}`));
80
+ }
81
+ if (value === 0) {
82
+ return false;
83
+ }
84
+ if (value === 1) {
85
+ return true;
86
+ }
87
+ }
88
+ if (typeof value === "string") {
89
+ const lower = value.toLowerCase();
90
+ if (lower === "false" || lower === "true") {
91
+ logger.warn(stackTraceWarning(`Expected boolean, got ${typeof value}: ${value}`));
92
+ }
93
+ if (lower === "false") {
94
+ return false;
95
+ }
96
+ if (lower === "true") {
97
+ return true;
98
+ }
99
+ }
100
+ if (typeof value === "boolean") {
101
+ return value;
102
+ }
103
+ throw new TypeError(`Expected boolean, got ${typeof value}: ${value}`);
104
+ };
105
+ var expectNumber = (value) => {
106
+ if (value === null || value === void 0) {
107
+ return void 0;
108
+ }
109
+ if (typeof value === "string") {
110
+ const parsed = parseFloat(value);
111
+ if (!Number.isNaN(parsed)) {
112
+ if (String(parsed) !== String(value)) {
113
+ logger.warn(stackTraceWarning(`Expected number but observed string: ${value}`));
114
+ }
115
+ return parsed;
116
+ }
117
+ }
118
+ if (typeof value === "number") {
119
+ return value;
120
+ }
121
+ throw new TypeError(`Expected number, got ${typeof value}: ${value}`);
122
+ };
123
+ var MAX_FLOAT = Math.ceil(2 ** 127 * (2 - 2 ** -23));
124
+ var expectFloat32 = (value) => {
125
+ const expected = expectNumber(value);
126
+ if (expected !== void 0 && !Number.isNaN(expected) && expected !== Infinity && expected !== -Infinity) {
127
+ if (Math.abs(expected) > MAX_FLOAT) {
128
+ throw new TypeError(`Expected 32-bit float, got ${value}`);
129
+ }
130
+ }
131
+ return expected;
132
+ };
133
+ var expectLong = (value) => {
134
+ if (value === null || value === void 0) {
135
+ return void 0;
136
+ }
137
+ if (Number.isInteger(value) && !Number.isNaN(value)) {
138
+ return value;
139
+ }
140
+ throw new TypeError(`Expected integer, got ${typeof value}: ${value}`);
141
+ };
142
+ var expectInt = expectLong;
143
+ var expectInt32 = (value) => expectSizedInt(value, 32);
144
+ var expectShort = (value) => expectSizedInt(value, 16);
145
+ var expectByte = (value) => expectSizedInt(value, 8);
146
+ var expectSizedInt = (value, size) => {
147
+ const expected = expectLong(value);
148
+ if (expected !== void 0 && castInt(expected, size) !== expected) {
149
+ throw new TypeError(`Expected ${size}-bit integer, got ${value}`);
150
+ }
151
+ return expected;
152
+ };
153
+ var castInt = (value, size) => {
154
+ switch (size) {
155
+ case 32:
156
+ return Int32Array.of(value)[0];
157
+ case 16:
158
+ return Int16Array.of(value)[0];
159
+ case 8:
160
+ return Int8Array.of(value)[0];
161
+ }
162
+ };
163
+ var expectNonNull = (value, location) => {
164
+ if (value === null || value === void 0) {
165
+ if (location) {
166
+ throw new TypeError(`Expected a non-null value for ${location}`);
167
+ }
168
+ throw new TypeError("Expected a non-null value");
169
+ }
170
+ return value;
171
+ };
172
+ var expectObject = (value) => {
173
+ if (value === null || value === void 0) {
174
+ return void 0;
175
+ }
176
+ if (typeof value === "object" && !Array.isArray(value)) {
177
+ return value;
178
+ }
179
+ const receivedType = Array.isArray(value) ? "array" : typeof value;
180
+ throw new TypeError(`Expected object, got ${receivedType}: ${value}`);
181
+ };
182
+ var expectString = (value) => {
183
+ if (value === null || value === void 0) {
184
+ return void 0;
185
+ }
186
+ if (typeof value === "string") {
187
+ return value;
188
+ }
189
+ if (["boolean", "number", "bigint"].includes(typeof value)) {
190
+ logger.warn(stackTraceWarning(`Expected string, got ${typeof value}: ${value}`));
191
+ return String(value);
192
+ }
193
+ throw new TypeError(`Expected string, got ${typeof value}: ${value}`);
194
+ };
195
+ var expectUnion = (value) => {
196
+ if (value === null || value === void 0) {
197
+ return void 0;
198
+ }
199
+ const asObject = expectObject(value);
200
+ const setKeys = Object.entries(asObject).filter(([, v]) => v != null).map(([k]) => k);
201
+ if (setKeys.length === 0) {
202
+ throw new TypeError(`Unions must have exactly one non-null member. None were found.`);
203
+ }
204
+ if (setKeys.length > 1) {
205
+ throw new TypeError(`Unions must have exactly one non-null member. Keys ${setKeys} were not null.`);
206
+ }
207
+ return asObject;
208
+ };
209
+ var strictParseDouble = (value) => {
210
+ if (typeof value == "string") {
211
+ return expectNumber(parseNumber(value));
212
+ }
213
+ return expectNumber(value);
214
+ };
215
+ var strictParseFloat = strictParseDouble;
216
+ var strictParseFloat32 = (value) => {
217
+ if (typeof value == "string") {
218
+ return expectFloat32(parseNumber(value));
219
+ }
220
+ return expectFloat32(value);
221
+ };
222
+ var NUMBER_REGEX = /(-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?)|(-?Infinity)|(NaN)/g;
223
+ var parseNumber = (value) => {
224
+ const matches = value.match(NUMBER_REGEX);
225
+ if (matches === null || matches[0].length !== value.length) {
226
+ throw new TypeError(`Expected real number, got implicit NaN`);
227
+ }
228
+ return parseFloat(value);
229
+ };
230
+ var limitedParseDouble = (value) => {
231
+ if (typeof value == "string") {
232
+ return parseFloatString(value);
233
+ }
234
+ return expectNumber(value);
235
+ };
236
+ var handleFloat = limitedParseDouble;
237
+ var limitedParseFloat = limitedParseDouble;
238
+ var limitedParseFloat32 = (value) => {
239
+ if (typeof value == "string") {
240
+ return parseFloatString(value);
241
+ }
242
+ return expectFloat32(value);
243
+ };
244
+ var parseFloatString = (value) => {
245
+ switch (value) {
246
+ case "NaN":
247
+ return NaN;
248
+ case "Infinity":
249
+ return Infinity;
250
+ case "-Infinity":
251
+ return -Infinity;
252
+ default:
253
+ throw new Error(`Unable to parse float value: ${value}`);
254
+ }
255
+ };
256
+ var strictParseLong = (value) => {
257
+ if (typeof value === "string") {
258
+ return expectLong(parseNumber(value));
259
+ }
260
+ return expectLong(value);
261
+ };
262
+ var strictParseInt = strictParseLong;
263
+ var strictParseInt32 = (value) => {
264
+ if (typeof value === "string") {
265
+ return expectInt32(parseNumber(value));
266
+ }
267
+ return expectInt32(value);
268
+ };
269
+ var strictParseShort = (value) => {
270
+ if (typeof value === "string") {
271
+ return expectShort(parseNumber(value));
272
+ }
273
+ return expectShort(value);
274
+ };
275
+ var strictParseByte = (value) => {
276
+ if (typeof value === "string") {
277
+ return expectByte(parseNumber(value));
278
+ }
279
+ return expectByte(value);
280
+ };
281
+ var stackTraceWarning = (message) => {
282
+ return String(new TypeError(message).stack || message).split("\n").slice(0, 5).filter((s) => !s.includes("stackTraceWarning")).join("\n");
283
+ };
284
+ var logger = {
285
+ warn: console.warn
286
+ };
287
+
288
+ // src/submodules/serde/date-utils.ts
289
+ var DAYS = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"];
290
+ var MONTHS = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
291
+ function dateToUtcString(date) {
292
+ const year = date.getUTCFullYear();
293
+ const month = date.getUTCMonth();
294
+ const dayOfWeek = date.getUTCDay();
295
+ const dayOfMonthInt = date.getUTCDate();
296
+ const hoursInt = date.getUTCHours();
297
+ const minutesInt = date.getUTCMinutes();
298
+ const secondsInt = date.getUTCSeconds();
299
+ const dayOfMonthString = dayOfMonthInt < 10 ? `0${dayOfMonthInt}` : `${dayOfMonthInt}`;
300
+ const hoursString = hoursInt < 10 ? `0${hoursInt}` : `${hoursInt}`;
301
+ const minutesString = minutesInt < 10 ? `0${minutesInt}` : `${minutesInt}`;
302
+ const secondsString = secondsInt < 10 ? `0${secondsInt}` : `${secondsInt}`;
303
+ return `${DAYS[dayOfWeek]}, ${dayOfMonthString} ${MONTHS[month]} ${year} ${hoursString}:${minutesString}:${secondsString} GMT`;
304
+ }
305
+ var RFC3339 = new RegExp(/^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?[zZ]$/);
306
+ var parseRfc3339DateTime = (value) => {
307
+ if (value === null || value === void 0) {
308
+ return void 0;
309
+ }
310
+ if (typeof value !== "string") {
311
+ throw new TypeError("RFC-3339 date-times must be expressed as strings");
312
+ }
313
+ const match = RFC3339.exec(value);
314
+ if (!match) {
315
+ throw new TypeError("Invalid RFC-3339 date-time value");
316
+ }
317
+ const [_, yearStr, monthStr, dayStr, hours, minutes, seconds, fractionalMilliseconds] = match;
318
+ const year = strictParseShort(stripLeadingZeroes(yearStr));
319
+ const month = parseDateValue(monthStr, "month", 1, 12);
320
+ const day = parseDateValue(dayStr, "day", 1, 31);
321
+ return buildDate(year, month, day, { hours, minutes, seconds, fractionalMilliseconds });
322
+ };
323
+ var RFC3339_WITH_OFFSET = new RegExp(
324
+ /^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?(([-+]\d{2}\:\d{2})|[zZ])$/
325
+ );
326
+ var parseRfc3339DateTimeWithOffset = (value) => {
327
+ if (value === null || value === void 0) {
328
+ return void 0;
329
+ }
330
+ if (typeof value !== "string") {
331
+ throw new TypeError("RFC-3339 date-times must be expressed as strings");
332
+ }
333
+ const match = RFC3339_WITH_OFFSET.exec(value);
334
+ if (!match) {
335
+ throw new TypeError("Invalid RFC-3339 date-time value");
336
+ }
337
+ const [_, yearStr, monthStr, dayStr, hours, minutes, seconds, fractionalMilliseconds, offsetStr] = match;
338
+ const year = strictParseShort(stripLeadingZeroes(yearStr));
339
+ const month = parseDateValue(monthStr, "month", 1, 12);
340
+ const day = parseDateValue(dayStr, "day", 1, 31);
341
+ const date = buildDate(year, month, day, { hours, minutes, seconds, fractionalMilliseconds });
342
+ if (offsetStr.toUpperCase() != "Z") {
343
+ date.setTime(date.getTime() - parseOffsetToMilliseconds(offsetStr));
344
+ }
345
+ return date;
346
+ };
347
+ var IMF_FIXDATE = new RegExp(
348
+ /^(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d{2}) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? GMT$/
349
+ );
350
+ var RFC_850_DATE = new RegExp(
351
+ /^(?:Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d{2})-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d{2}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? GMT$/
352
+ );
353
+ var ASC_TIME = new RegExp(
354
+ /^(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( [1-9]|\d{2}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? (\d{4})$/
355
+ );
356
+ var parseRfc7231DateTime = (value) => {
357
+ if (value === null || value === void 0) {
358
+ return void 0;
359
+ }
360
+ if (typeof value !== "string") {
361
+ throw new TypeError("RFC-7231 date-times must be expressed as strings");
362
+ }
363
+ let match = IMF_FIXDATE.exec(value);
364
+ if (match) {
365
+ const [_, dayStr, monthStr, yearStr, hours, minutes, seconds, fractionalMilliseconds] = match;
366
+ return buildDate(
367
+ strictParseShort(stripLeadingZeroes(yearStr)),
368
+ parseMonthByShortName(monthStr),
369
+ parseDateValue(dayStr, "day", 1, 31),
370
+ { hours, minutes, seconds, fractionalMilliseconds }
371
+ );
372
+ }
373
+ match = RFC_850_DATE.exec(value);
374
+ if (match) {
375
+ const [_, dayStr, monthStr, yearStr, hours, minutes, seconds, fractionalMilliseconds] = match;
376
+ return adjustRfc850Year(
377
+ buildDate(parseTwoDigitYear(yearStr), parseMonthByShortName(monthStr), parseDateValue(dayStr, "day", 1, 31), {
378
+ hours,
379
+ minutes,
380
+ seconds,
381
+ fractionalMilliseconds
382
+ })
383
+ );
384
+ }
385
+ match = ASC_TIME.exec(value);
386
+ if (match) {
387
+ const [_, monthStr, dayStr, hours, minutes, seconds, fractionalMilliseconds, yearStr] = match;
388
+ return buildDate(
389
+ strictParseShort(stripLeadingZeroes(yearStr)),
390
+ parseMonthByShortName(monthStr),
391
+ parseDateValue(dayStr.trimLeft(), "day", 1, 31),
392
+ { hours, minutes, seconds, fractionalMilliseconds }
393
+ );
394
+ }
395
+ throw new TypeError("Invalid RFC-7231 date-time value");
396
+ };
397
+ var parseEpochTimestamp = (value) => {
398
+ if (value === null || value === void 0) {
399
+ return void 0;
400
+ }
401
+ let valueAsDouble;
402
+ if (typeof value === "number") {
403
+ valueAsDouble = value;
404
+ } else if (typeof value === "string") {
405
+ valueAsDouble = strictParseDouble(value);
406
+ } else if (typeof value === "object" && value.tag === 1) {
407
+ valueAsDouble = value.value;
408
+ } else {
409
+ throw new TypeError("Epoch timestamps must be expressed as floating point numbers or their string representation");
410
+ }
411
+ if (Number.isNaN(valueAsDouble) || valueAsDouble === Infinity || valueAsDouble === -Infinity) {
412
+ throw new TypeError("Epoch timestamps must be valid, non-Infinite, non-NaN numerics");
413
+ }
414
+ return new Date(Math.round(valueAsDouble * 1e3));
415
+ };
416
+ var buildDate = (year, month, day, time) => {
417
+ const adjustedMonth = month - 1;
418
+ validateDayOfMonth(year, adjustedMonth, day);
419
+ return new Date(
420
+ Date.UTC(
421
+ year,
422
+ adjustedMonth,
423
+ day,
424
+ parseDateValue(time.hours, "hour", 0, 23),
425
+ parseDateValue(time.minutes, "minute", 0, 59),
426
+ // seconds can go up to 60 for leap seconds
427
+ parseDateValue(time.seconds, "seconds", 0, 60),
428
+ parseMilliseconds(time.fractionalMilliseconds)
429
+ )
430
+ );
431
+ };
432
+ var parseTwoDigitYear = (value) => {
433
+ const thisYear = (/* @__PURE__ */ new Date()).getUTCFullYear();
434
+ const valueInThisCentury = Math.floor(thisYear / 100) * 100 + strictParseShort(stripLeadingZeroes(value));
435
+ if (valueInThisCentury < thisYear) {
436
+ return valueInThisCentury + 100;
437
+ }
438
+ return valueInThisCentury;
439
+ };
440
+ var FIFTY_YEARS_IN_MILLIS = 50 * 365 * 24 * 60 * 60 * 1e3;
441
+ var adjustRfc850Year = (input) => {
442
+ if (input.getTime() - (/* @__PURE__ */ new Date()).getTime() > FIFTY_YEARS_IN_MILLIS) {
443
+ return new Date(
444
+ Date.UTC(
445
+ input.getUTCFullYear() - 100,
446
+ input.getUTCMonth(),
447
+ input.getUTCDate(),
448
+ input.getUTCHours(),
449
+ input.getUTCMinutes(),
450
+ input.getUTCSeconds(),
451
+ input.getUTCMilliseconds()
452
+ )
453
+ );
454
+ }
455
+ return input;
456
+ };
457
+ var parseMonthByShortName = (value) => {
458
+ const monthIdx = MONTHS.indexOf(value);
459
+ if (monthIdx < 0) {
460
+ throw new TypeError(`Invalid month: ${value}`);
461
+ }
462
+ return monthIdx + 1;
463
+ };
464
+ var DAYS_IN_MONTH = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
465
+ var validateDayOfMonth = (year, month, day) => {
466
+ let maxDays = DAYS_IN_MONTH[month];
467
+ if (month === 1 && isLeapYear(year)) {
468
+ maxDays = 29;
469
+ }
470
+ if (day > maxDays) {
471
+ throw new TypeError(`Invalid day for ${MONTHS[month]} in ${year}: ${day}`);
472
+ }
473
+ };
474
+ var isLeapYear = (year) => {
475
+ return year % 4 === 0 && (year % 100 !== 0 || year % 400 === 0);
476
+ };
477
+ var parseDateValue = (value, type, lower, upper) => {
478
+ const dateVal = strictParseByte(stripLeadingZeroes(value));
479
+ if (dateVal < lower || dateVal > upper) {
480
+ throw new TypeError(`${type} must be between ${lower} and ${upper}, inclusive`);
481
+ }
482
+ return dateVal;
483
+ };
484
+ var parseMilliseconds = (value) => {
485
+ if (value === null || value === void 0) {
486
+ return 0;
487
+ }
488
+ return strictParseFloat32("0." + value) * 1e3;
489
+ };
490
+ var parseOffsetToMilliseconds = (value) => {
491
+ const directionStr = value[0];
492
+ let direction = 1;
493
+ if (directionStr == "+") {
494
+ direction = 1;
495
+ } else if (directionStr == "-") {
496
+ direction = -1;
497
+ } else {
498
+ throw new TypeError(`Offset direction, ${directionStr}, must be "+" or "-"`);
499
+ }
500
+ const hour = Number(value.substring(1, 3));
501
+ const minute = Number(value.substring(4, 6));
502
+ return direction * (hour * 60 + minute) * 60 * 1e3;
503
+ };
504
+ var stripLeadingZeroes = (value) => {
505
+ let idx = 0;
506
+ while (idx < value.length - 1 && value.charAt(idx) === "0") {
507
+ idx++;
508
+ }
509
+ if (idx === 0) {
510
+ return value;
511
+ }
512
+ return value.slice(idx);
513
+ };
514
+
515
+ // src/submodules/serde/quote-header.ts
516
+ function quoteHeader(part) {
517
+ if (part.includes(",") || part.includes('"')) {
518
+ part = `"${part.replace(/"/g, '\\"')}"`;
519
+ }
520
+ return part;
521
+ }
522
+
523
+ // src/submodules/serde/split-header.ts
524
+ var splitHeader = (value) => {
525
+ const z = value.length;
526
+ const values = [];
527
+ let withinQuotes = false;
528
+ let prevChar = void 0;
529
+ let anchor = 0;
530
+ for (let i = 0; i < z; ++i) {
531
+ const char = value[i];
532
+ switch (char) {
533
+ case `"`:
534
+ if (prevChar !== "\\") {
535
+ withinQuotes = !withinQuotes;
536
+ }
537
+ break;
538
+ case ",":
539
+ if (!withinQuotes) {
540
+ values.push(value.slice(anchor, i));
541
+ anchor = i + 1;
542
+ }
543
+ break;
544
+ default:
545
+ }
546
+ prevChar = char;
547
+ }
548
+ values.push(value.slice(anchor));
549
+ return values.map((v) => {
550
+ v = v.trim();
551
+ const z2 = v.length;
552
+ if (z2 < 2) {
553
+ return v;
554
+ }
555
+ if (v[0] === `"` && v[z2 - 1] === `"`) {
556
+ v = v.slice(1, z2 - 1);
557
+ }
558
+ return v.replace(/\\"/g, '"');
559
+ });
560
+ };
561
+
27
562
  // src/submodules/serde/value/NumericValue.ts
28
563
  var NumericValue = class {
29
564
  constructor(string, type) {
@@ -34,8 +569,96 @@ var NumericValue = class {
34
569
  function nv(string) {
35
570
  return new NumericValue(string, "bigDecimal");
36
571
  }
572
+
573
+ // src/submodules/serde/lazy-json.ts
574
+ var LazyJsonString = function LazyJsonString2(val) {
575
+ const str = Object.assign(new String(val), {
576
+ deserializeJSON() {
577
+ return JSON.parse(String(val));
578
+ },
579
+ toString() {
580
+ return String(val);
581
+ },
582
+ toJSON() {
583
+ return String(val);
584
+ }
585
+ });
586
+ return str;
587
+ };
588
+ LazyJsonString.from = (object) => {
589
+ if (object && typeof object === "object" && (object instanceof LazyJsonString || "deserializeJSON" in object)) {
590
+ return object;
591
+ } else if (typeof object === "string" || Object.getPrototypeOf(object) === String.prototype) {
592
+ return LazyJsonString(String(object));
593
+ }
594
+ return LazyJsonString(JSON.stringify(object));
595
+ };
596
+ LazyJsonString.fromObject = LazyJsonString.from;
597
+
598
+ // src/submodules/serde/split-every.ts
599
+ function splitEvery(value, delimiter, numDelimiters) {
600
+ if (numDelimiters <= 0 || !Number.isInteger(numDelimiters)) {
601
+ throw new Error("Invalid number of delimiters (" + numDelimiters + ") for splitEvery.");
602
+ }
603
+ const segments = value.split(delimiter);
604
+ if (numDelimiters === 1) {
605
+ return segments;
606
+ }
607
+ const compoundSegments = [];
608
+ let currentSegment = "";
609
+ for (let i = 0; i < segments.length; i++) {
610
+ if (currentSegment === "") {
611
+ currentSegment = segments[i];
612
+ } else {
613
+ currentSegment += delimiter + segments[i];
614
+ }
615
+ if ((i + 1) % numDelimiters === 0) {
616
+ compoundSegments.push(currentSegment);
617
+ currentSegment = "";
618
+ }
619
+ }
620
+ if (currentSegment !== "") {
621
+ compoundSegments.push(currentSegment);
622
+ }
623
+ return compoundSegments;
624
+ }
37
625
  // Annotate the CommonJS export names for ESM import in node:
38
626
  0 && (module.exports = {
627
+ LazyJsonString,
39
628
  NumericValue,
40
- nv
629
+ dateToUtcString,
630
+ expectBoolean,
631
+ expectByte,
632
+ expectFloat32,
633
+ expectInt,
634
+ expectInt32,
635
+ expectLong,
636
+ expectNonNull,
637
+ expectNumber,
638
+ expectObject,
639
+ expectShort,
640
+ expectString,
641
+ expectUnion,
642
+ handleFloat,
643
+ limitedParseDouble,
644
+ limitedParseFloat,
645
+ limitedParseFloat32,
646
+ logger,
647
+ nv,
648
+ parseBoolean,
649
+ parseEpochTimestamp,
650
+ parseRfc3339DateTime,
651
+ parseRfc3339DateTimeWithOffset,
652
+ parseRfc7231DateTime,
653
+ quoteHeader,
654
+ splitEvery,
655
+ splitHeader,
656
+ strictParseByte,
657
+ strictParseDouble,
658
+ strictParseFloat,
659
+ strictParseFloat32,
660
+ strictParseInt,
661
+ strictParseInt32,
662
+ strictParseLong,
663
+ strictParseShort
41
664
  });
@@ -50,8 +50,9 @@ export const loadSmithyRpcV2CborErrorCode = (output, data) => {
50
50
  if (data["__type"] !== undefined) {
51
51
  return sanitizeErrorCode(data["__type"]);
52
52
  }
53
- if (data.code !== undefined) {
54
- return sanitizeErrorCode(data.code);
53
+ const codeKey = Object.keys(data).find((key) => key.toLowerCase() === "code");
54
+ if (codeKey && data[codeKey] !== undefined) {
55
+ return sanitizeErrorCode(data[codeKey]);
55
56
  }
56
57
  };
57
58
  export const checkCborResponse = (response) => {
@@ -1 +1,7 @@
1
+ export * from "./parse-utils";
2
+ export * from "./date-utils";
3
+ export * from "./quote-header";
4
+ export * from "./split-header";
1
5
  export * from "./value/NumericValue";
6
+ export * from "./lazy-json";
7
+ export * from "./split-every";
@@ -1 +1,7 @@
1
+ export * from "./parse-utils";
2
+ export * from "./date-utils";
3
+ export * from "./quote-header";
4
+ export * from "./split-header";
1
5
  export * from "./value/NumericValue";
6
+ export * from "./lazy-json";
7
+ export * from "./split-every";
@@ -1 +1,7 @@
1
+ export * from "./parse-utils";
2
+ export * from "./date-utils";
3
+ export * from "./quote-header";
4
+ export * from "./split-header";
1
5
  export * from "./value/NumericValue";
6
+ export * from "./lazy-json";
7
+ export * from "./split-every";