@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
package/.jsii CHANGED
@@ -4447,6 +4447,6 @@
4447
4447
  "symbolId": "src/ses-receive:SESReceiveProps"
4448
4448
  }
4449
4449
  },
4450
- "version": "0.0.306",
4451
- "fingerprint": "NU7oJ+QIVSssjpdb81ImO3CJX9879EciS3GyNv3ssIU="
4450
+ "version": "0.0.308",
4451
+ "fingerprint": "zo1qklS+gxPazo+ZU7Tw8ZIb5dna+RlaGaVCfWkVqjc="
4452
4452
  }
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "version": "39.0.0",
3
3
  "files": {
4
- "f75274dd7677b6ef41f29d2dfc2c885b4f4e069d3fb8e67636bd89efd3f0fcad": {
4
+ "11281c9e2a2b601c3421513ba7c9be4b643b04ba6a934192e52e46def7ab0830": {
5
5
  "source": {
6
- "path": "asset.f75274dd7677b6ef41f29d2dfc2c885b4f4e069d3fb8e67636bd89efd3f0fcad",
6
+ "path": "asset.11281c9e2a2b601c3421513ba7c9be4b643b04ba6a934192e52e46def7ab0830",
7
7
  "packaging": "zip"
8
8
  },
9
9
  "destinations": {
10
10
  "current_account-current_region": {
11
11
  "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
12
- "objectKey": "f75274dd7677b6ef41f29d2dfc2c885b4f4e069d3fb8e67636bd89efd3f0fcad.zip",
12
+ "objectKey": "11281c9e2a2b601c3421513ba7c9be4b643b04ba6a934192e52e46def7ab0830.zip",
13
13
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
14
14
  }
15
15
  }
@@ -40,124 +40,124 @@
40
40
  }
41
41
  }
42
42
  },
43
- "157ba1713f7224463b621261792d18081588ff306a9bc3f75e6c468fabbe1a60": {
43
+ "409d1db869dd0ed635bff94c855031afc92e9ac918a5d09651dd0b5316db1433": {
44
44
  "source": {
45
- "path": "asset.157ba1713f7224463b621261792d18081588ff306a9bc3f75e6c468fabbe1a60",
45
+ "path": "asset.409d1db869dd0ed635bff94c855031afc92e9ac918a5d09651dd0b5316db1433",
46
46
  "packaging": "zip"
47
47
  },
48
48
  "destinations": {
49
49
  "current_account-current_region": {
50
50
  "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
51
- "objectKey": "157ba1713f7224463b621261792d18081588ff306a9bc3f75e6c468fabbe1a60.zip",
51
+ "objectKey": "409d1db869dd0ed635bff94c855031afc92e9ac918a5d09651dd0b5316db1433.zip",
52
52
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
53
53
  }
54
54
  }
55
55
  },
56
- "4c079063901e6478dbb5ace19e3123641ebf0da2ab648ecf52079c5bec154196": {
56
+ "aca912f8a6aebc5dfd423aff79785b8fd7488473a4cf93aaa7ad0e442b548787": {
57
57
  "source": {
58
- "path": "asset.4c079063901e6478dbb5ace19e3123641ebf0da2ab648ecf52079c5bec154196",
58
+ "path": "asset.aca912f8a6aebc5dfd423aff79785b8fd7488473a4cf93aaa7ad0e442b548787",
59
59
  "packaging": "zip"
60
60
  },
61
61
  "destinations": {
62
62
  "current_account-current_region": {
63
63
  "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
64
- "objectKey": "4c079063901e6478dbb5ace19e3123641ebf0da2ab648ecf52079c5bec154196.zip",
64
+ "objectKey": "aca912f8a6aebc5dfd423aff79785b8fd7488473a4cf93aaa7ad0e442b548787.zip",
65
65
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
66
66
  }
67
67
  }
68
68
  },
69
- "7e8a681794eff5fda1841caa360113df5488ecf944055a69b8f1e5a687e269f5": {
69
+ "f61472ea141af20f69ebb7a7718158fcb95d72410c0c2a2e72cc59b1822873fc": {
70
70
  "source": {
71
- "path": "asset.7e8a681794eff5fda1841caa360113df5488ecf944055a69b8f1e5a687e269f5",
71
+ "path": "asset.f61472ea141af20f69ebb7a7718158fcb95d72410c0c2a2e72cc59b1822873fc",
72
72
  "packaging": "zip"
73
73
  },
74
74
  "destinations": {
75
75
  "current_account-current_region": {
76
76
  "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
77
- "objectKey": "7e8a681794eff5fda1841caa360113df5488ecf944055a69b8f1e5a687e269f5.zip",
77
+ "objectKey": "f61472ea141af20f69ebb7a7718158fcb95d72410c0c2a2e72cc59b1822873fc.zip",
78
78
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
79
79
  }
80
80
  }
81
81
  },
82
- "9572b451243318765beb576ae7528096b3879783dbaab795c02c01d7f4e83438": {
82
+ "11768574bbd12c5ed10f463a68797423c366b61535ebc1b14951661b92657fa5": {
83
83
  "source": {
84
- "path": "asset.9572b451243318765beb576ae7528096b3879783dbaab795c02c01d7f4e83438",
84
+ "path": "asset.11768574bbd12c5ed10f463a68797423c366b61535ebc1b14951661b92657fa5",
85
85
  "packaging": "zip"
86
86
  },
87
87
  "destinations": {
88
88
  "current_account-current_region": {
89
89
  "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
90
- "objectKey": "9572b451243318765beb576ae7528096b3879783dbaab795c02c01d7f4e83438.zip",
90
+ "objectKey": "11768574bbd12c5ed10f463a68797423c366b61535ebc1b14951661b92657fa5.zip",
91
91
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
92
92
  }
93
93
  }
94
94
  },
95
- "8621467f8f2410fb7445cc07fab37b2e996e541b6f7acb8549df9e88e1def73c": {
95
+ "aa3a06cb0aae2ae75b5bdf62921fd207503fd54b0e711ebb20274f3e6afd3bfa": {
96
96
  "source": {
97
- "path": "asset.8621467f8f2410fb7445cc07fab37b2e996e541b6f7acb8549df9e88e1def73c",
97
+ "path": "asset.aa3a06cb0aae2ae75b5bdf62921fd207503fd54b0e711ebb20274f3e6afd3bfa",
98
98
  "packaging": "zip"
99
99
  },
100
100
  "destinations": {
101
101
  "current_account-current_region": {
102
102
  "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
103
- "objectKey": "8621467f8f2410fb7445cc07fab37b2e996e541b6f7acb8549df9e88e1def73c.zip",
103
+ "objectKey": "aa3a06cb0aae2ae75b5bdf62921fd207503fd54b0e711ebb20274f3e6afd3bfa.zip",
104
104
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
105
105
  }
106
106
  }
107
107
  },
108
- "be7d56b509650f7f97c406a745d8335992726086995e4cb4aaf50417ab40e803": {
108
+ "9709438d0fbb508ea9bfee8683a274b4f9492f5e527eb28e0bd9e2bc96b9a08f": {
109
109
  "source": {
110
- "path": "asset.be7d56b509650f7f97c406a745d8335992726086995e4cb4aaf50417ab40e803",
110
+ "path": "asset.9709438d0fbb508ea9bfee8683a274b4f9492f5e527eb28e0bd9e2bc96b9a08f",
111
111
  "packaging": "zip"
112
112
  },
113
113
  "destinations": {
114
114
  "current_account-current_region": {
115
115
  "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
116
- "objectKey": "be7d56b509650f7f97c406a745d8335992726086995e4cb4aaf50417ab40e803.zip",
116
+ "objectKey": "9709438d0fbb508ea9bfee8683a274b4f9492f5e527eb28e0bd9e2bc96b9a08f.zip",
117
117
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
118
118
  }
119
119
  }
120
120
  },
121
- "78b64aaf9aebb4eacbdd42197be10e9d5894360a642f7dcf79aeb84bb3552377": {
121
+ "7144c5a47b3904b1aa4b27be73803a4b684f4ef765d9df8fa767779d37106254": {
122
122
  "source": {
123
- "path": "asset.78b64aaf9aebb4eacbdd42197be10e9d5894360a642f7dcf79aeb84bb3552377",
123
+ "path": "asset.7144c5a47b3904b1aa4b27be73803a4b684f4ef765d9df8fa767779d37106254",
124
124
  "packaging": "zip"
125
125
  },
126
126
  "destinations": {
127
127
  "current_account-current_region": {
128
128
  "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
129
- "objectKey": "78b64aaf9aebb4eacbdd42197be10e9d5894360a642f7dcf79aeb84bb3552377.zip",
129
+ "objectKey": "7144c5a47b3904b1aa4b27be73803a4b684f4ef765d9df8fa767779d37106254.zip",
130
130
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
131
131
  }
132
132
  }
133
133
  },
134
- "2b86f8b255c50c6eba274c368849bab1c7a3747c30ef5df4c96f8dea8fffa21e": {
134
+ "0cc54596504938d3858f36b8eaeb554817254230dfa52e23a70aad9e657b80b8": {
135
135
  "source": {
136
- "path": "asset.2b86f8b255c50c6eba274c368849bab1c7a3747c30ef5df4c96f8dea8fffa21e",
136
+ "path": "asset.0cc54596504938d3858f36b8eaeb554817254230dfa52e23a70aad9e657b80b8",
137
137
  "packaging": "zip"
138
138
  },
139
139
  "destinations": {
140
140
  "current_account-current_region": {
141
141
  "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
142
- "objectKey": "2b86f8b255c50c6eba274c368849bab1c7a3747c30ef5df4c96f8dea8fffa21e.zip",
142
+ "objectKey": "0cc54596504938d3858f36b8eaeb554817254230dfa52e23a70aad9e657b80b8.zip",
143
143
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
144
144
  }
145
145
  }
146
146
  },
147
- "6ae1d1fcc0e69b0216c406dcb73136e88857dfc9a29784c57838e1fb0f9f7496": {
147
+ "ed72e1e93cae7d32d1a99c33e6f697428dc230c3922131e7ba121cc99a732f3f": {
148
148
  "source": {
149
- "path": "asset.6ae1d1fcc0e69b0216c406dcb73136e88857dfc9a29784c57838e1fb0f9f7496",
149
+ "path": "asset.ed72e1e93cae7d32d1a99c33e6f697428dc230c3922131e7ba121cc99a732f3f",
150
150
  "packaging": "zip"
151
151
  },
152
152
  "destinations": {
153
153
  "current_account-current_region": {
154
154
  "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
155
- "objectKey": "6ae1d1fcc0e69b0216c406dcb73136e88857dfc9a29784c57838e1fb0f9f7496.zip",
155
+ "objectKey": "ed72e1e93cae7d32d1a99c33e6f697428dc230c3922131e7ba121cc99a732f3f.zip",
156
156
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
157
157
  }
158
158
  }
159
159
  },
160
- "4bc26dcbc9e4fc4c400b6d83eaf3c0ea4c6078dce8c3e878175720c6b907b16d": {
160
+ "b737c7927d4f28698b53b4736f5fa5251942a67bd0d9670ba2c33471dc61ee5a": {
161
161
  "source": {
162
162
  "path": "RootmailIntegTestStack.template.json",
163
163
  "packaging": "file"
@@ -165,7 +165,7 @@
165
165
  "destinations": {
166
166
  "current_account-current_region": {
167
167
  "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
168
- "objectKey": "4bc26dcbc9e4fc4c400b6d83eaf3c0ea4c6078dce8c3e878175720c6b907b16d.json",
168
+ "objectKey": "b737c7927d4f28698b53b4736f5fa5251942a67bd0d9670ba2c33471dc61ee5a.json",
169
169
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
170
170
  }
171
171
  }
@@ -559,7 +559,7 @@
559
559
  "S3Bucket": {
560
560
  "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
561
561
  },
562
- "S3Key": "8621467f8f2410fb7445cc07fab37b2e996e541b6f7acb8549df9e88e1def73c.zip"
562
+ "S3Key": "aa3a06cb0aae2ae75b5bdf62921fd207503fd54b0e711ebb20274f3e6afd3bfa.zip"
563
563
  },
564
564
  "Environment": {
565
565
  "Variables": {
@@ -574,7 +574,8 @@
574
574
  },
575
575
  "ROOTMAIL_DEPLOY_REGION": {
576
576
  "Ref": "AWS::Region"
577
- }
577
+ },
578
+ "FILTERED_EMAIL_SUBJECTS": ""
578
579
  }
579
580
  },
580
581
  "Handler": "index.handler",
@@ -756,7 +757,7 @@
756
757
  "S3Bucket": {
757
758
  "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
758
759
  },
759
- "S3Key": "f75274dd7677b6ef41f29d2dfc2c885b4f4e069d3fb8e67636bd89efd3f0fcad.zip"
760
+ "S3Key": "11281c9e2a2b601c3421513ba7c9be4b643b04ba6a934192e52e46def7ab0830.zip"
760
761
  },
761
762
  "Handler": "index.handler",
762
763
  "Role": {
@@ -1228,7 +1229,7 @@
1228
1229
  "S3Bucket": {
1229
1230
  "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
1230
1231
  },
1231
- "S3Key": "157ba1713f7224463b621261792d18081588ff306a9bc3f75e6c468fabbe1a60.zip"
1232
+ "S3Key": "409d1db869dd0ed635bff94c855031afc92e9ac918a5d09651dd0b5316db1433.zip"
1232
1233
  },
1233
1234
  "Handler": "index.handler",
1234
1235
  "Role": {
@@ -1453,7 +1454,7 @@
1453
1454
  "S3Bucket": {
1454
1455
  "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
1455
1456
  },
1456
- "S3Key": "4c079063901e6478dbb5ace19e3123641ebf0da2ab648ecf52079c5bec154196.zip"
1457
+ "S3Key": "aca912f8a6aebc5dfd423aff79785b8fd7488473a4cf93aaa7ad0e442b548787.zip"
1457
1458
  },
1458
1459
  "Handler": "index.handler",
1459
1460
  "Role": {
@@ -2510,7 +2511,7 @@
2510
2511
  "S3Bucket": {
2511
2512
  "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
2512
2513
  },
2513
- "S3Key": "7e8a681794eff5fda1841caa360113df5488ecf944055a69b8f1e5a687e269f5.zip"
2514
+ "S3Key": "f61472ea141af20f69ebb7a7718158fcb95d72410c0c2a2e72cc59b1822873fc.zip"
2514
2515
  },
2515
2516
  "Handler": "index.handler",
2516
2517
  "Role": {
@@ -2630,7 +2631,7 @@
2630
2631
  "S3Bucket": {
2631
2632
  "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
2632
2633
  },
2633
- "S3Key": "9572b451243318765beb576ae7528096b3879783dbaab795c02c01d7f4e83438.zip"
2634
+ "S3Key": "11768574bbd12c5ed10f463a68797423c366b61535ebc1b14951661b92657fa5.zip"
2634
2635
  },
2635
2636
  "Handler": "index.handler",
2636
2637
  "Role": {
@@ -3687,7 +3688,7 @@
3687
3688
  "S3Bucket": {
3688
3689
  "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
3689
3690
  },
3690
- "S3Key": "be7d56b509650f7f97c406a745d8335992726086995e4cb4aaf50417ab40e803.zip"
3691
+ "S3Key": "9709438d0fbb508ea9bfee8683a274b4f9492f5e527eb28e0bd9e2bc96b9a08f.zip"
3691
3692
  },
3692
3693
  "Handler": "index.handler",
3693
3694
  "Role": {
@@ -3867,7 +3868,7 @@
3867
3868
  "S3Bucket": {
3868
3869
  "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
3869
3870
  },
3870
- "S3Key": "78b64aaf9aebb4eacbdd42197be10e9d5894360a642f7dcf79aeb84bb3552377.zip"
3871
+ "S3Key": "7144c5a47b3904b1aa4b27be73803a4b684f4ef765d9df8fa767779d37106254.zip"
3871
3872
  },
3872
3873
  "Handler": "index.handler",
3873
3874
  "Role": {
@@ -4894,7 +4895,7 @@
4894
4895
  "S3Bucket": {
4895
4896
  "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
4896
4897
  },
4897
- "S3Key": "2b86f8b255c50c6eba274c368849bab1c7a3747c30ef5df4c96f8dea8fffa21e.zip"
4898
+ "S3Key": "0cc54596504938d3858f36b8eaeb554817254230dfa52e23a70aad9e657b80b8.zip"
4898
4899
  },
4899
4900
  "Handler": "index.handler",
4900
4901
  "Role": {
@@ -4996,7 +4997,7 @@
4996
4997
  "S3Bucket": {
4997
4998
  "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
4998
4999
  },
4999
- "S3Key": "6ae1d1fcc0e69b0216c406dcb73136e88857dfc9a29784c57838e1fb0f9f7496.zip"
5000
+ "S3Key": "ed72e1e93cae7d32d1a99c33e6f697428dc230c3922131e7ba121cc99a732f3f.zip"
5000
5001
  },
5001
5002
  "Handler": "index.handler",
5002
5003
  "Role": {
@@ -14,7 +14,7 @@
14
14
  }
15
15
  }
16
16
  },
17
- "897c80f8cf82f2bcf61298cf2a72288ace9a5c15af4be5dae786b4fb0fbb9e19": {
17
+ "90832ccfa4c3c4bf960c31c144d180ae7f70c3dccea6f167648e97f79c457740": {
18
18
  "source": {
19
19
  "path": "SetupTestIntegStackDefaultTestDeployAssert6EB6FF77.template.json",
20
20
  "packaging": "file"
@@ -22,7 +22,7 @@
22
22
  "destinations": {
23
23
  "current_account-current_region": {
24
24
  "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
25
- "objectKey": "897c80f8cf82f2bcf61298cf2a72288ace9a5c15af4be5dae786b4fb0fbb9e19.json",
25
+ "objectKey": "90832ccfa4c3c4bf960c31c144d180ae7f70c3dccea6f167648e97f79c457740.json",
26
26
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
27
27
  }
28
28
  }
@@ -45,7 +45,7 @@
45
45
  }
46
46
  },
47
47
  "flattenResponse": "false",
48
- "salt": "1739027385662"
48
+ "salt": "1747922129873"
49
49
  },
50
50
  "DependsOn": [
51
51
  "AwsApiCallSSMgetParameterd4c847c906a9dd9484fbf0d62db16d9b"
@@ -261,7 +261,7 @@
261
261
  }
262
262
  },
263
263
  "flattenResponse": "false",
264
- "salt": "1739027385663"
264
+ "salt": "1747922129873"
265
265
  },
266
266
  "DependsOn": [
267
267
  "LambdaInvoke683c845d9bea165a967a76b79d7da1c1",
@@ -305,7 +305,7 @@
305
305
  "Name": "\"/rootmail/domain_name_servers\""
306
306
  },
307
307
  "flattenResponse": "false",
308
- "salt": "1739027385663"
308
+ "salt": "1747922129874"
309
309
  },
310
310
  "UpdateReplacePolicy": "Delete",
311
311
  "DeletionPolicy": "Delete"
@@ -17,7 +17,7 @@ var __copyProps = (to, from, except, desc) => {
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
- // integ-tests/functions/send-email-handler.ts
20
+ // asset-input/integ-tests/functions/send-email-handler.ts
21
21
  var send_email_handler_exports = {};
22
22
  __export(send_email_handler_exports, {
23
23
  handler: () => handler
@@ -17,7 +17,7 @@ var __copyProps = (to, from, except, desc) => {
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
- // src/hosted-zone-dkim-verification-records.on-event-handler.ts
20
+ // asset-input/src/hosted-zone-dkim-verification-records.on-event-handler.ts
21
21
  var hosted_zone_dkim_verification_records_on_event_handler_exports = {};
22
22
  __export(hosted_zone_dkim_verification_records_on_event_handler_exports, {
23
23
  ATTR_DKIM_TOKENS: () => ATTR_DKIM_TOKENS,
@@ -54,8 +54,6 @@ async function handler(event) {
54
54
  [ATTR_DKIM_TOKENS]: dkimTokens
55
55
  }
56
56
  };
57
- // TODO check if delete should do nothing: https://github.com/superwerker/superwerker/blob/main/templates/rootmail.yaml#L170
58
- // we store in Parameter Store as well
59
57
  case "Delete":
60
58
  console.log(`Deleting Domain identity for domain '${domain}' with PhysicalResourceId '${event.PhysicalResourceId}'`);
61
59
  const deleteResponse = await ses.deleteIdentity({ Identity: domain });
@@ -17,7 +17,7 @@ var __copyProps = (to, from, except, desc) => {
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
- // src/hosted-zone-dkim-propagation.on-event-handler.ts
20
+ // asset-input/src/hosted-zone-dkim-propagation.on-event-handler.ts
21
21
  var hosted_zone_dkim_propagation_on_event_handler_exports = {};
22
22
  __export(hosted_zone_dkim_propagation_on_event_handler_exports, {
23
23
  PROP_DOMAIN: () => PROP_DOMAIN,
@@ -17,7 +17,7 @@ var __copyProps = (to, from, except, desc) => {
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
- // src/rootmail-autowire-dns.is-complete-handler.ts
20
+ // asset-input/src/rootmail-autowire-dns.is-complete-handler.ts
21
21
  var rootmail_autowire_dns_is_complete_handler_exports = {};
22
22
  __export(rootmail_autowire_dns_is_complete_handler_exports, {
23
23
  PROP_DOMAIN: () => PROP_DOMAIN,
@@ -17,7 +17,7 @@ var __copyProps = (to, from, except, desc) => {
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
- // src/ses-receipt-ruleset-activation.is-complete-handler.ts
20
+ // asset-input/src/ses-receipt-ruleset-activation.is-complete-handler.ts
21
21
  var ses_receipt_ruleset_activation_is_complete_handler_exports = {};
22
22
  __export(ses_receipt_ruleset_activation_is_complete_handler_exports, {
23
23
  PROP_EMAILBUCKET_NAME: () => PROP_EMAILBUCKET_NAME,
@@ -17,7 +17,7 @@ var __copyProps = (to, from, except, desc) => {
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
- // src/ses-receipt-ruleset-activation.on-event-handler.ts
20
+ // asset-input/src/ses-receipt-ruleset-activation.on-event-handler.ts
21
21
  var ses_receipt_ruleset_activation_on_event_handler_exports = {};
22
22
  __export(ses_receipt_ruleset_activation_on_event_handler_exports, {
23
23
  FILTERED_EMAIL_SUBJECTS: () => FILTERED_EMAIL_SUBJECTS,