@mavogel/awscdk-rootmail 0.0.306 → 0.0.307

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 (475) hide show
  1. package/.jsii +2 -2
  2. package/lib/rootmail.js +1 -1
  3. package/lib/ses-receive.js +1 -1
  4. package/node_modules/@aws-sdk/client-cloudwatch-logs/README.md +8 -0
  5. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-cjs/index.js +37 -0
  6. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/CloudWatchLogs.js +2 -0
  7. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/commands/ListLogGroupsCommand.js +22 -0
  8. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/commands/index.js +1 -0
  9. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/protocols/Aws_json1_1.js +19 -0
  10. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/CloudWatchLogs.d.ts +8 -0
  11. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/CloudWatchLogsClient.d.ts +3 -2
  12. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeLogGroupsCommand.d.ts +4 -1
  13. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/ListLogGroupsCommand.d.ts +99 -0
  14. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/index.d.ts +1 -0
  15. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/models_0.d.ts +112 -6
  16. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  17. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/CloudWatchLogs.d.ts +18 -0
  18. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/CloudWatchLogsClient.d.ts +6 -0
  19. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListLogGroupsCommand.d.ts +50 -0
  20. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/index.d.ts +1 -0
  21. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/models_0.d.ts +18 -0
  22. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  23. package/node_modules/@aws-sdk/client-cloudwatch-logs/package.json +12 -12
  24. package/node_modules/@aws-sdk/client-route-53/package.json +12 -12
  25. package/node_modules/@aws-sdk/client-s3/package.json +16 -16
  26. package/node_modules/@aws-sdk/client-ses/package.json +12 -12
  27. package/node_modules/@aws-sdk/client-ssm/package.json +12 -12
  28. package/node_modules/@aws-sdk/client-sso/package.json +11 -11
  29. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +8 -5
  30. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +8 -5
  31. package/node_modules/@aws-sdk/core/package.json +3 -3
  32. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  33. package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  34. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  35. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  36. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  37. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  38. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  39. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  40. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +4 -4
  41. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  42. package/node_modules/@aws-sdk/nested-clients/package.json +11 -11
  43. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  44. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  45. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  46. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  47. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  48. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -2
  49. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +4 -1
  50. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -2
  51. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -2
  52. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +2 -0
  53. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +2 -0
  54. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +2 -0
  55. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +2 -0
  56. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  57. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  58. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  59. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +3 -2
  60. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +4 -1
  61. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +3 -2
  62. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +3 -2
  63. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +2 -0
  64. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +2 -0
  65. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +2 -0
  66. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +2 -0
  67. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  68. package/node_modules/@smithy/config-resolver/package.json +4 -4
  69. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +3 -2
  70. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +625 -2
  71. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  72. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +6 -0
  73. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +6 -0
  74. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +6 -0
  75. package/node_modules/@smithy/core/package.json +7 -6
  76. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -3
  77. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -1
  78. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +1 -1
  79. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -1
  80. package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
  81. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  82. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  83. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  84. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +0 -1
  85. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +0 -1
  86. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
  87. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
  88. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
  89. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
  90. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +12 -0
  91. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +206 -0
  92. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +1 -0
  93. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +1 -0
  94. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -0
  95. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +1 -0
  96. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +13 -0
  97. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +1 -0
  98. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
  99. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
  100. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
  101. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
  102. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
  103. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
  104. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +8 -0
  105. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
  106. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +8 -0
  107. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +39 -0
  108. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
  109. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  110. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
  111. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
  112. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +9 -0
  113. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
  114. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
  115. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
  116. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
  117. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
  118. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +15 -0
  119. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +5 -0
  120. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +46 -0
  121. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
  122. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +8 -0
  123. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +36 -0
  124. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +17 -0
  125. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  126. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
  127. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +18 -0
  128. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -0
  129. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
  130. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
  131. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
  132. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
  133. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +15 -0
  134. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +5 -0
  135. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +46 -0
  136. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
  137. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +8 -0
  138. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +36 -0
  139. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +17 -0
  140. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
  141. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
  142. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +18 -0
  143. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +5 -0
  144. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +16 -0
  145. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +16 -0
  146. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/package.json +72 -0
  147. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  148. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  149. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +2 -1
  150. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +4 -3
  151. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +7 -1
  152. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +1 -2
  153. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +7 -1
  154. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +1 -2
  155. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  156. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  157. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/LICENSE +201 -0
  158. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/README.md +10 -0
  159. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +1 -0
  160. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -0
  161. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -0
  162. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -0
  163. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -0
  164. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-cjs/index.js +170 -0
  165. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -0
  166. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
  167. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/ProviderError.js +22 -0
  168. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
  169. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  170. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  171. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  172. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  173. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +30 -0
  174. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
  175. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +30 -0
  176. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  177. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  178. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  179. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  180. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +30 -0
  181. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
  182. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +30 -0
  183. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
  184. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
  185. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
  186. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
  187. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/package.json +60 -0
  188. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
  189. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
  190. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +1 -0
  191. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +1 -0
  192. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +1 -0
  193. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
  194. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +1 -0
  195. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
  196. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +12 -0
  197. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +1 -0
  198. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +206 -0
  199. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +1 -0
  200. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +1 -0
  201. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +1 -0
  202. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -0
  203. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +1 -0
  204. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +13 -0
  205. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +1 -0
  206. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
  207. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
  208. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
  209. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
  210. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
  211. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
  212. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +8 -0
  213. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
  214. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +8 -0
  215. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +39 -0
  216. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
  217. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  218. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
  219. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
  220. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +9 -0
  221. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
  222. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
  223. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
  224. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
  225. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
  226. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +15 -0
  227. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +5 -0
  228. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +46 -0
  229. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
  230. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +8 -0
  231. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +36 -0
  232. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +17 -0
  233. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  234. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
  235. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +18 -0
  236. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -0
  237. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
  238. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
  239. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
  240. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
  241. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +15 -0
  242. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +5 -0
  243. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +46 -0
  244. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
  245. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +8 -0
  246. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +36 -0
  247. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +17 -0
  248. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
  249. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
  250. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +18 -0
  251. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +5 -0
  252. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +16 -0
  253. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +16 -0
  254. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/package.json +72 -0
  255. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  256. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +0 -2
  257. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -1
  258. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -2
  259. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -3
  260. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -7
  261. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -7
  262. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -7
  263. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -3
  264. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -3
  265. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -1
  266. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -1
  267. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -2
  268. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -1
  269. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -1
  270. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -1
  271. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -1
  272. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -1
  273. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -1
  274. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -1
  275. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -2
  276. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/LICENSE +201 -0
  277. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/README.md +4 -0
  278. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +1 -0
  279. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +1 -0
  280. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-cjs/index.js +84 -0
  281. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-es/AbortController.js +9 -0
  282. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
  283. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
  284. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +16 -0
  285. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +21 -0
  286. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
  287. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +16 -0
  288. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +21 -0
  289. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
  290. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/package.json +62 -0
  291. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  292. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
  293. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
  294. package/node_modules/@smithy/protocol-http/package.json +2 -2
  295. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  296. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  297. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  298. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +32 -617
  299. package/node_modules/@smithy/smithy-client/dist-es/index.js +1 -6
  300. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -6
  301. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -6
  302. package/node_modules/@smithy/smithy-client/package.json +8 -8
  303. package/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  304. package/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  305. package/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  306. package/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  307. package/node_modules/@smithy/types/dist-es/index.js +3 -0
  308. package/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  309. package/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  310. package/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  311. package/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  312. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  313. package/node_modules/@smithy/types/dist-types/command.d.ts +2 -0
  314. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  315. package/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  316. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +263 -0
  317. package/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  318. package/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  319. package/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  320. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  321. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  322. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  323. package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  324. package/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  325. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  326. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +2 -0
  327. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  328. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  329. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +278 -0
  330. package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  331. package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  332. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  333. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  334. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  335. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  336. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  337. package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  338. package/node_modules/@smithy/types/package.json +1 -1
  339. package/node_modules/@smithy/url-parser/package.json +3 -3
  340. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/LICENSE +201 -0
  341. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/README.md +10 -0
  342. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +1 -0
  343. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -0
  344. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -0
  345. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -0
  346. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -0
  347. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-cjs/index.js +170 -0
  348. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -0
  349. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
  350. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-es/ProviderError.js +22 -0
  351. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
  352. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  353. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  354. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  355. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  356. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +30 -0
  357. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
  358. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +30 -0
  359. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  360. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  361. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  362. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  363. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +30 -0
  364. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
  365. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +30 -0
  366. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
  367. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
  368. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
  369. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
  370. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/package.json +60 -0
  371. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  372. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  373. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/LICENSE +201 -0
  374. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/README.md +10 -0
  375. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +1 -0
  376. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -0
  377. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -0
  378. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -0
  379. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -0
  380. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-cjs/index.js +170 -0
  381. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -0
  382. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
  383. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-es/ProviderError.js +22 -0
  384. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
  385. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  386. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  387. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  388. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  389. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +30 -0
  390. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
  391. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +30 -0
  392. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  393. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  394. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  395. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  396. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +30 -0
  397. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
  398. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +30 -0
  399. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
  400. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
  401. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
  402. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
  403. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/package.json +60 -0
  404. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  405. package/node_modules/@smithy/util-middleware/package.json +2 -2
  406. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  407. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +1 -1
  408. package/node_modules/@smithy/util-retry/package.json +3 -3
  409. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +1 -2
  410. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -2
  411. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +6 -6
  412. package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  413. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +1 -2
  414. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -2
  415. package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  416. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -3
  417. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -1
  418. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -1
  419. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -1
  420. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -1
  421. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
  422. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -1
  423. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -1
  424. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -1
  425. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -1
  426. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -1
  427. package/node_modules/@smithy/util-stream/package.json +4 -4
  428. package/node_modules/cdk-nag/.jsii +2 -2
  429. package/node_modules/cdk-nag/lib/ignore-suppression-conditions.js +5 -5
  430. package/node_modules/cdk-nag/lib/nag-logger.js +2 -2
  431. package/node_modules/cdk-nag/lib/nag-pack.js +1 -1
  432. package/node_modules/cdk-nag/lib/nag-rules.js +1 -1
  433. package/node_modules/cdk-nag/lib/nag-suppressions.js +1 -1
  434. package/node_modules/cdk-nag/lib/packs/aws-solutions.js +1 -1
  435. package/node_modules/cdk-nag/lib/packs/hipaa-security.js +1 -1
  436. package/node_modules/cdk-nag/lib/packs/nist-800-53-r4.js +1 -1
  437. package/node_modules/cdk-nag/lib/packs/nist-800-53-r5.js +1 -1
  438. package/node_modules/cdk-nag/lib/packs/pci-dss-321.js +1 -1
  439. package/node_modules/cdk-nag/package.json +2 -2
  440. package/package.json +1 -1
  441. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/date-utils.js +0 -0
  442. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/lazy-json.js +0 -0
  443. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/parse-utils.js +0 -0
  444. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/quote-header.js +0 -0
  445. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-every.js +0 -0
  446. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-header.js +0 -0
  447. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/date-utils.d.ts +0 -0
  448. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/lazy-json.d.ts +0 -0
  449. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/parse-utils.d.ts +0 -0
  450. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/quote-header.d.ts +0 -0
  451. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-every.d.ts +0 -0
  452. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-header.d.ts +0 -0
  453. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/date-utils.d.ts +0 -0
  454. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/lazy-json.d.ts +0 -0
  455. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/parse-utils.d.ts +0 -0
  456. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/quote-header.d.ts +0 -0
  457. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-every.d.ts +0 -0
  458. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-header.d.ts +0 -0
  459. /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
  460. /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
  461. /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
  462. /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
  463. /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
  464. /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
  465. /package/node_modules/{form-data/node_modules/mime-db → mime-db}/HISTORY.md +0 -0
  466. /package/node_modules/{form-data/node_modules/mime-db → mime-db}/LICENSE +0 -0
  467. /package/node_modules/{form-data/node_modules/mime-db → mime-db}/README.md +0 -0
  468. /package/node_modules/{form-data/node_modules/mime-db → mime-db}/db.json +0 -0
  469. /package/node_modules/{form-data/node_modules/mime-db → mime-db}/index.js +0 -0
  470. /package/node_modules/{form-data/node_modules/mime-db → mime-db}/package.json +0 -0
  471. /package/node_modules/{form-data/node_modules/mime-types → mime-types}/HISTORY.md +0 -0
  472. /package/node_modules/{form-data/node_modules/mime-types → mime-types}/LICENSE +0 -0
  473. /package/node_modules/{form-data/node_modules/mime-types → mime-types}/README.md +0 -0
  474. /package/node_modules/{form-data/node_modules/mime-types → mime-types}/index.js +0 -0
  475. /package/node_modules/{form-data/node_modules/mime-types → mime-types}/package.json +0 -0
@@ -282,6 +282,10 @@ import {
282
282
  ListLogAnomalyDetectorsCommandInput,
283
283
  ListLogAnomalyDetectorsCommandOutput,
284
284
  } from "./commands/ListLogAnomalyDetectorsCommand";
285
+ import {
286
+ ListLogGroupsCommandInput,
287
+ ListLogGroupsCommandOutput,
288
+ } from "./commands/ListLogGroupsCommand";
285
289
  import {
286
290
  ListLogGroupsForQueryCommandInput,
287
291
  ListLogGroupsForQueryCommandOutput,
@@ -472,6 +476,7 @@ export type ServiceInputTypes =
472
476
  | ListAnomaliesCommandInput
473
477
  | ListIntegrationsCommandInput
474
478
  | ListLogAnomalyDetectorsCommandInput
479
+ | ListLogGroupsCommandInput
475
480
  | ListLogGroupsForQueryCommandInput
476
481
  | ListTagsForResourceCommandInput
477
482
  | ListTagsLogGroupCommandInput
@@ -562,6 +567,7 @@ export type ServiceOutputTypes =
562
567
  | ListAnomaliesCommandOutput
563
568
  | ListIntegrationsCommandOutput
564
569
  | ListLogAnomalyDetectorsCommandOutput
570
+ | ListLogGroupsCommandOutput
565
571
  | ListLogGroupsForQueryCommandOutput
566
572
  | ListTagsForResourceCommandOutput
567
573
  | ListTagsLogGroupCommandOutput
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CloudWatchLogsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CloudWatchLogsClient";
8
+ import {
9
+ ListLogGroupsRequest,
10
+ ListLogGroupsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListLogGroupsCommandInput extends ListLogGroupsRequest {}
15
+ export interface ListLogGroupsCommandOutput
16
+ extends ListLogGroupsResponse,
17
+ __MetadataBearer {}
18
+ declare const ListLogGroupsCommand_base: {
19
+ new (
20
+ input: ListLogGroupsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListLogGroupsCommandInput,
23
+ ListLogGroupsCommandOutput,
24
+ CloudWatchLogsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ ...[input]: [] | [ListLogGroupsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListLogGroupsCommandInput,
32
+ ListLogGroupsCommandOutput,
33
+ CloudWatchLogsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class ListLogGroupsCommand extends ListLogGroupsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListLogGroupsRequest;
43
+ output: ListLogGroupsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListLogGroupsCommandInput;
47
+ output: ListLogGroupsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -56,6 +56,7 @@ export * from "./GetTransformerCommand";
56
56
  export * from "./ListAnomaliesCommand";
57
57
  export * from "./ListIntegrationsCommand";
58
58
  export * from "./ListLogAnomalyDetectorsCommand";
59
+ export * from "./ListLogGroupsCommand";
59
60
  export * from "./ListLogGroupsForQueryCommand";
60
61
  export * from "./ListTagsForResourceCommand";
61
62
  export * from "./ListTagsLogGroupCommand";
@@ -564,6 +564,7 @@ export interface DescribeLogGroupsRequest {
564
564
  limit?: number | undefined;
565
565
  includeLinkedAccounts?: boolean | undefined;
566
566
  logGroupClass?: LogGroupClass | undefined;
567
+ logGroupIdentifiers?: string[] | undefined;
567
568
  }
568
569
  export declare const InheritedProperty: {
569
570
  readonly ACCOUNT_DATA_PROTECTION: "ACCOUNT_DATA_PROTECTION";
@@ -1201,6 +1202,23 @@ export interface ListLogAnomalyDetectorsResponse {
1201
1202
  anomalyDetectors?: AnomalyDetector[] | undefined;
1202
1203
  nextToken?: string | undefined;
1203
1204
  }
1205
+ export interface ListLogGroupsRequest {
1206
+ logGroupNamePattern?: string | undefined;
1207
+ logGroupClass?: LogGroupClass | undefined;
1208
+ includeLinkedAccounts?: boolean | undefined;
1209
+ accountIdentifiers?: string[] | undefined;
1210
+ nextToken?: string | undefined;
1211
+ limit?: number | undefined;
1212
+ }
1213
+ export interface LogGroupSummary {
1214
+ logGroupName?: string | undefined;
1215
+ logGroupArn?: string | undefined;
1216
+ logGroupClass?: LogGroupClass | undefined;
1217
+ }
1218
+ export interface ListLogGroupsResponse {
1219
+ logGroups?: LogGroupSummary[] | undefined;
1220
+ nextToken?: string | undefined;
1221
+ }
1204
1222
  export interface ListLogGroupsForQueryRequest {
1205
1223
  queryId: string | undefined;
1206
1224
  nextToken?: string | undefined;
@@ -238,6 +238,10 @@ import {
238
238
  ListLogAnomalyDetectorsCommandInput,
239
239
  ListLogAnomalyDetectorsCommandOutput,
240
240
  } from "../commands/ListLogAnomalyDetectorsCommand";
241
+ import {
242
+ ListLogGroupsCommandInput,
243
+ ListLogGroupsCommandOutput,
244
+ } from "../commands/ListLogGroupsCommand";
241
245
  import {
242
246
  ListLogGroupsForQueryCommandInput,
243
247
  ListLogGroupsForQueryCommandOutput,
@@ -594,6 +598,10 @@ export declare const se_ListLogAnomalyDetectorsCommand: (
594
598
  input: ListLogAnomalyDetectorsCommandInput,
595
599
  context: __SerdeContext
596
600
  ) => Promise<__HttpRequest>;
601
+ export declare const se_ListLogGroupsCommand: (
602
+ input: ListLogGroupsCommandInput,
603
+ context: __SerdeContext
604
+ ) => Promise<__HttpRequest>;
597
605
  export declare const se_ListLogGroupsForQueryCommand: (
598
606
  input: ListLogGroupsForQueryCommandInput,
599
607
  context: __SerdeContext
@@ -950,6 +958,10 @@ export declare const de_ListLogAnomalyDetectorsCommand: (
950
958
  output: __HttpResponse,
951
959
  context: __SerdeContext
952
960
  ) => Promise<ListLogAnomalyDetectorsCommandOutput>;
961
+ export declare const de_ListLogGroupsCommand: (
962
+ output: __HttpResponse,
963
+ context: __SerdeContext
964
+ ) => Promise<ListLogGroupsCommandOutput>;
953
965
  export declare const de_ListLogGroupsForQueryCommand: (
954
966
  output: __HttpResponse,
955
967
  context: __SerdeContext
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudwatch-logs",
3
3
  "description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
4
- "version": "3.808.0",
4
+ "version": "3.812.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-logs",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.808.0",
24
- "@aws-sdk/credential-provider-node": "3.808.0",
23
+ "@aws-sdk/core": "3.812.0",
24
+ "@aws-sdk/credential-provider-node": "3.812.0",
25
25
  "@aws-sdk/middleware-host-header": "3.804.0",
26
26
  "@aws-sdk/middleware-logger": "3.804.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.804.0",
28
- "@aws-sdk/middleware-user-agent": "3.808.0",
28
+ "@aws-sdk/middleware-user-agent": "3.812.0",
29
29
  "@aws-sdk/region-config-resolver": "3.808.0",
30
30
  "@aws-sdk/types": "3.804.0",
31
31
  "@aws-sdk/util-endpoints": "3.808.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.804.0",
33
- "@aws-sdk/util-user-agent-node": "3.808.0",
33
+ "@aws-sdk/util-user-agent-node": "3.812.0",
34
34
  "@smithy/config-resolver": "^4.1.2",
35
- "@smithy/core": "^3.3.1",
35
+ "@smithy/core": "^3.3.3",
36
36
  "@smithy/eventstream-serde-browser": "^4.0.2",
37
37
  "@smithy/eventstream-serde-config-resolver": "^4.1.0",
38
38
  "@smithy/eventstream-serde-node": "^4.0.2",
@@ -40,21 +40,21 @@
40
40
  "@smithy/hash-node": "^4.0.2",
41
41
  "@smithy/invalid-dependency": "^4.0.2",
42
42
  "@smithy/middleware-content-length": "^4.0.2",
43
- "@smithy/middleware-endpoint": "^4.1.4",
44
- "@smithy/middleware-retry": "^4.1.5",
45
- "@smithy/middleware-serde": "^4.0.3",
43
+ "@smithy/middleware-endpoint": "^4.1.6",
44
+ "@smithy/middleware-retry": "^4.1.7",
45
+ "@smithy/middleware-serde": "^4.0.5",
46
46
  "@smithy/middleware-stack": "^4.0.2",
47
47
  "@smithy/node-config-provider": "^4.1.1",
48
48
  "@smithy/node-http-handler": "^4.0.4",
49
49
  "@smithy/protocol-http": "^5.1.0",
50
- "@smithy/smithy-client": "^4.2.4",
50
+ "@smithy/smithy-client": "^4.2.6",
51
51
  "@smithy/types": "^4.2.0",
52
52
  "@smithy/url-parser": "^4.0.2",
53
53
  "@smithy/util-base64": "^4.0.0",
54
54
  "@smithy/util-body-length-browser": "^4.0.0",
55
55
  "@smithy/util-body-length-node": "^4.0.0",
56
- "@smithy/util-defaults-mode-browser": "^4.0.12",
57
- "@smithy/util-defaults-mode-node": "^4.0.12",
56
+ "@smithy/util-defaults-mode-browser": "^4.0.14",
57
+ "@smithy/util-defaults-mode-node": "^4.0.14",
58
58
  "@smithy/util-endpoints": "^3.0.4",
59
59
  "@smithy/util-middleware": "^4.0.2",
60
60
  "@smithy/util-retry": "^4.0.3",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route-53",
3
3
  "description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
4
- "version": "3.808.0",
4
+ "version": "3.812.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-route-53",
@@ -20,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.808.0",
24
- "@aws-sdk/credential-provider-node": "3.808.0",
23
+ "@aws-sdk/core": "3.812.0",
24
+ "@aws-sdk/credential-provider-node": "3.812.0",
25
25
  "@aws-sdk/middleware-host-header": "3.804.0",
26
26
  "@aws-sdk/middleware-logger": "3.804.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.804.0",
28
28
  "@aws-sdk/middleware-sdk-route53": "3.804.0",
29
- "@aws-sdk/middleware-user-agent": "3.808.0",
29
+ "@aws-sdk/middleware-user-agent": "3.812.0",
30
30
  "@aws-sdk/region-config-resolver": "3.808.0",
31
31
  "@aws-sdk/types": "3.804.0",
32
32
  "@aws-sdk/util-endpoints": "3.808.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.804.0",
34
- "@aws-sdk/util-user-agent-node": "3.808.0",
34
+ "@aws-sdk/util-user-agent-node": "3.812.0",
35
35
  "@aws-sdk/xml-builder": "3.804.0",
36
36
  "@smithy/config-resolver": "^4.1.2",
37
- "@smithy/core": "^3.3.1",
37
+ "@smithy/core": "^3.3.3",
38
38
  "@smithy/fetch-http-handler": "^5.0.2",
39
39
  "@smithy/hash-node": "^4.0.2",
40
40
  "@smithy/invalid-dependency": "^4.0.2",
41
41
  "@smithy/middleware-content-length": "^4.0.2",
42
- "@smithy/middleware-endpoint": "^4.1.4",
43
- "@smithy/middleware-retry": "^4.1.5",
44
- "@smithy/middleware-serde": "^4.0.3",
42
+ "@smithy/middleware-endpoint": "^4.1.6",
43
+ "@smithy/middleware-retry": "^4.1.7",
44
+ "@smithy/middleware-serde": "^4.0.5",
45
45
  "@smithy/middleware-stack": "^4.0.2",
46
46
  "@smithy/node-config-provider": "^4.1.1",
47
47
  "@smithy/node-http-handler": "^4.0.4",
48
48
  "@smithy/protocol-http": "^5.1.0",
49
- "@smithy/smithy-client": "^4.2.4",
49
+ "@smithy/smithy-client": "^4.2.6",
50
50
  "@smithy/types": "^4.2.0",
51
51
  "@smithy/url-parser": "^4.0.2",
52
52
  "@smithy/util-base64": "^4.0.0",
53
53
  "@smithy/util-body-length-browser": "^4.0.0",
54
54
  "@smithy/util-body-length-node": "^4.0.0",
55
- "@smithy/util-defaults-mode-browser": "^4.0.12",
56
- "@smithy/util-defaults-mode-node": "^4.0.12",
55
+ "@smithy/util-defaults-mode-browser": "^4.0.14",
56
+ "@smithy/util-defaults-mode-node": "^4.0.14",
57
57
  "@smithy/util-endpoints": "^3.0.4",
58
58
  "@smithy/util-middleware": "^4.0.2",
59
59
  "@smithy/util-retry": "^4.0.3",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
3
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
- "version": "3.808.0",
4
+ "version": "3.812.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3",
@@ -29,27 +29,27 @@
29
29
  "@aws-crypto/sha1-browser": "5.2.0",
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "3.808.0",
33
- "@aws-sdk/credential-provider-node": "3.808.0",
32
+ "@aws-sdk/core": "3.812.0",
33
+ "@aws-sdk/credential-provider-node": "3.812.0",
34
34
  "@aws-sdk/middleware-bucket-endpoint": "3.808.0",
35
35
  "@aws-sdk/middleware-expect-continue": "3.804.0",
36
- "@aws-sdk/middleware-flexible-checksums": "3.808.0",
36
+ "@aws-sdk/middleware-flexible-checksums": "3.812.0",
37
37
  "@aws-sdk/middleware-host-header": "3.804.0",
38
38
  "@aws-sdk/middleware-location-constraint": "3.804.0",
39
39
  "@aws-sdk/middleware-logger": "3.804.0",
40
40
  "@aws-sdk/middleware-recursion-detection": "3.804.0",
41
- "@aws-sdk/middleware-sdk-s3": "3.808.0",
41
+ "@aws-sdk/middleware-sdk-s3": "3.812.0",
42
42
  "@aws-sdk/middleware-ssec": "3.804.0",
43
- "@aws-sdk/middleware-user-agent": "3.808.0",
43
+ "@aws-sdk/middleware-user-agent": "3.812.0",
44
44
  "@aws-sdk/region-config-resolver": "3.808.0",
45
- "@aws-sdk/signature-v4-multi-region": "3.808.0",
45
+ "@aws-sdk/signature-v4-multi-region": "3.812.0",
46
46
  "@aws-sdk/types": "3.804.0",
47
47
  "@aws-sdk/util-endpoints": "3.808.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.804.0",
49
- "@aws-sdk/util-user-agent-node": "3.808.0",
49
+ "@aws-sdk/util-user-agent-node": "3.812.0",
50
50
  "@aws-sdk/xml-builder": "3.804.0",
51
51
  "@smithy/config-resolver": "^4.1.2",
52
- "@smithy/core": "^3.3.1",
52
+ "@smithy/core": "^3.3.3",
53
53
  "@smithy/eventstream-serde-browser": "^4.0.2",
54
54
  "@smithy/eventstream-serde-config-resolver": "^4.1.0",
55
55
  "@smithy/eventstream-serde-node": "^4.0.2",
@@ -60,21 +60,21 @@
60
60
  "@smithy/invalid-dependency": "^4.0.2",
61
61
  "@smithy/md5-js": "^4.0.2",
62
62
  "@smithy/middleware-content-length": "^4.0.2",
63
- "@smithy/middleware-endpoint": "^4.1.4",
64
- "@smithy/middleware-retry": "^4.1.5",
65
- "@smithy/middleware-serde": "^4.0.3",
63
+ "@smithy/middleware-endpoint": "^4.1.6",
64
+ "@smithy/middleware-retry": "^4.1.7",
65
+ "@smithy/middleware-serde": "^4.0.5",
66
66
  "@smithy/middleware-stack": "^4.0.2",
67
67
  "@smithy/node-config-provider": "^4.1.1",
68
68
  "@smithy/node-http-handler": "^4.0.4",
69
69
  "@smithy/protocol-http": "^5.1.0",
70
- "@smithy/smithy-client": "^4.2.4",
70
+ "@smithy/smithy-client": "^4.2.6",
71
71
  "@smithy/types": "^4.2.0",
72
72
  "@smithy/url-parser": "^4.0.2",
73
73
  "@smithy/util-base64": "^4.0.0",
74
74
  "@smithy/util-body-length-browser": "^4.0.0",
75
75
  "@smithy/util-body-length-node": "^4.0.0",
76
- "@smithy/util-defaults-mode-browser": "^4.0.12",
77
- "@smithy/util-defaults-mode-node": "^4.0.12",
76
+ "@smithy/util-defaults-mode-browser": "^4.0.14",
77
+ "@smithy/util-defaults-mode-node": "^4.0.14",
78
78
  "@smithy/util-endpoints": "^3.0.4",
79
79
  "@smithy/util-middleware": "^4.0.2",
80
80
  "@smithy/util-retry": "^4.0.3",
@@ -84,7 +84,7 @@
84
84
  "tslib": "^2.6.2"
85
85
  },
86
86
  "devDependencies": {
87
- "@aws-sdk/signature-v4-crt": "3.808.0",
87
+ "@aws-sdk/signature-v4-crt": "3.812.0",
88
88
  "@tsconfig/node18": "18.2.4",
89
89
  "@types/node": "^18.19.69",
90
90
  "concurrently": "7.0.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ses",
3
3
  "description": "AWS SDK for JavaScript Ses Client for Node.js, Browser and React Native",
4
- "version": "3.808.0",
4
+ "version": "3.812.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ses",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.808.0",
24
- "@aws-sdk/credential-provider-node": "3.808.0",
23
+ "@aws-sdk/core": "3.812.0",
24
+ "@aws-sdk/credential-provider-node": "3.812.0",
25
25
  "@aws-sdk/middleware-host-header": "3.804.0",
26
26
  "@aws-sdk/middleware-logger": "3.804.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.804.0",
28
- "@aws-sdk/middleware-user-agent": "3.808.0",
28
+ "@aws-sdk/middleware-user-agent": "3.812.0",
29
29
  "@aws-sdk/region-config-resolver": "3.808.0",
30
30
  "@aws-sdk/types": "3.804.0",
31
31
  "@aws-sdk/util-endpoints": "3.808.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.804.0",
33
- "@aws-sdk/util-user-agent-node": "3.808.0",
33
+ "@aws-sdk/util-user-agent-node": "3.812.0",
34
34
  "@smithy/config-resolver": "^4.1.2",
35
- "@smithy/core": "^3.3.1",
35
+ "@smithy/core": "^3.3.3",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",
37
37
  "@smithy/hash-node": "^4.0.2",
38
38
  "@smithy/invalid-dependency": "^4.0.2",
39
39
  "@smithy/middleware-content-length": "^4.0.2",
40
- "@smithy/middleware-endpoint": "^4.1.4",
41
- "@smithy/middleware-retry": "^4.1.5",
42
- "@smithy/middleware-serde": "^4.0.3",
40
+ "@smithy/middleware-endpoint": "^4.1.6",
41
+ "@smithy/middleware-retry": "^4.1.7",
42
+ "@smithy/middleware-serde": "^4.0.5",
43
43
  "@smithy/middleware-stack": "^4.0.2",
44
44
  "@smithy/node-config-provider": "^4.1.1",
45
45
  "@smithy/node-http-handler": "^4.0.4",
46
46
  "@smithy/protocol-http": "^5.1.0",
47
- "@smithy/smithy-client": "^4.2.4",
47
+ "@smithy/smithy-client": "^4.2.6",
48
48
  "@smithy/types": "^4.2.0",
49
49
  "@smithy/url-parser": "^4.0.2",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.12",
54
- "@smithy/util-defaults-mode-node": "^4.0.12",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.14",
54
+ "@smithy/util-defaults-mode-node": "^4.0.14",
55
55
  "@smithy/util-endpoints": "^3.0.4",
56
56
  "@smithy/util-middleware": "^4.0.2",
57
57
  "@smithy/util-retry": "^4.0.3",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm",
3
3
  "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4
- "version": "3.808.0",
4
+ "version": "3.812.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.808.0",
24
- "@aws-sdk/credential-provider-node": "3.808.0",
23
+ "@aws-sdk/core": "3.812.0",
24
+ "@aws-sdk/credential-provider-node": "3.812.0",
25
25
  "@aws-sdk/middleware-host-header": "3.804.0",
26
26
  "@aws-sdk/middleware-logger": "3.804.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.804.0",
28
- "@aws-sdk/middleware-user-agent": "3.808.0",
28
+ "@aws-sdk/middleware-user-agent": "3.812.0",
29
29
  "@aws-sdk/region-config-resolver": "3.808.0",
30
30
  "@aws-sdk/types": "3.804.0",
31
31
  "@aws-sdk/util-endpoints": "3.808.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.804.0",
33
- "@aws-sdk/util-user-agent-node": "3.808.0",
33
+ "@aws-sdk/util-user-agent-node": "3.812.0",
34
34
  "@smithy/config-resolver": "^4.1.2",
35
- "@smithy/core": "^3.3.1",
35
+ "@smithy/core": "^3.3.3",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",
37
37
  "@smithy/hash-node": "^4.0.2",
38
38
  "@smithy/invalid-dependency": "^4.0.2",
39
39
  "@smithy/middleware-content-length": "^4.0.2",
40
- "@smithy/middleware-endpoint": "^4.1.4",
41
- "@smithy/middleware-retry": "^4.1.5",
42
- "@smithy/middleware-serde": "^4.0.3",
40
+ "@smithy/middleware-endpoint": "^4.1.6",
41
+ "@smithy/middleware-retry": "^4.1.7",
42
+ "@smithy/middleware-serde": "^4.0.5",
43
43
  "@smithy/middleware-stack": "^4.0.2",
44
44
  "@smithy/node-config-provider": "^4.1.1",
45
45
  "@smithy/node-http-handler": "^4.0.4",
46
46
  "@smithy/protocol-http": "^5.1.0",
47
- "@smithy/smithy-client": "^4.2.4",
47
+ "@smithy/smithy-client": "^4.2.6",
48
48
  "@smithy/types": "^4.2.0",
49
49
  "@smithy/url-parser": "^4.0.2",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.12",
54
- "@smithy/util-defaults-mode-node": "^4.0.12",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.14",
54
+ "@smithy/util-defaults-mode-node": "^4.0.14",
55
55
  "@smithy/util-endpoints": "^3.0.4",
56
56
  "@smithy/util-middleware": "^4.0.2",
57
57
  "@smithy/util-retry": "^4.0.3",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.808.0",
4
+ "version": "3.812.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.808.0",
23
+ "@aws-sdk/core": "3.812.0",
24
24
  "@aws-sdk/middleware-host-header": "3.804.0",
25
25
  "@aws-sdk/middleware-logger": "3.804.0",
26
26
  "@aws-sdk/middleware-recursion-detection": "3.804.0",
27
- "@aws-sdk/middleware-user-agent": "3.808.0",
27
+ "@aws-sdk/middleware-user-agent": "3.812.0",
28
28
  "@aws-sdk/region-config-resolver": "3.808.0",
29
29
  "@aws-sdk/types": "3.804.0",
30
30
  "@aws-sdk/util-endpoints": "3.808.0",
31
31
  "@aws-sdk/util-user-agent-browser": "3.804.0",
32
- "@aws-sdk/util-user-agent-node": "3.808.0",
32
+ "@aws-sdk/util-user-agent-node": "3.812.0",
33
33
  "@smithy/config-resolver": "^4.1.2",
34
- "@smithy/core": "^3.3.1",
34
+ "@smithy/core": "^3.3.3",
35
35
  "@smithy/fetch-http-handler": "^5.0.2",
36
36
  "@smithy/hash-node": "^4.0.2",
37
37
  "@smithy/invalid-dependency": "^4.0.2",
38
38
  "@smithy/middleware-content-length": "^4.0.2",
39
- "@smithy/middleware-endpoint": "^4.1.4",
40
- "@smithy/middleware-retry": "^4.1.5",
41
- "@smithy/middleware-serde": "^4.0.3",
39
+ "@smithy/middleware-endpoint": "^4.1.6",
40
+ "@smithy/middleware-retry": "^4.1.7",
41
+ "@smithy/middleware-serde": "^4.0.5",
42
42
  "@smithy/middleware-stack": "^4.0.2",
43
43
  "@smithy/node-config-provider": "^4.1.1",
44
44
  "@smithy/node-http-handler": "^4.0.4",
45
45
  "@smithy/protocol-http": "^5.1.0",
46
- "@smithy/smithy-client": "^4.2.4",
46
+ "@smithy/smithy-client": "^4.2.6",
47
47
  "@smithy/types": "^4.2.0",
48
48
  "@smithy/url-parser": "^4.0.2",
49
49
  "@smithy/util-base64": "^4.0.0",
50
50
  "@smithy/util-body-length-browser": "^4.0.0",
51
51
  "@smithy/util-body-length-node": "^4.0.0",
52
- "@smithy/util-defaults-mode-browser": "^4.0.12",
53
- "@smithy/util-defaults-mode-node": "^4.0.12",
52
+ "@smithy/util-defaults-mode-browser": "^4.0.14",
53
+ "@smithy/util-defaults-mode-node": "^4.0.14",
54
54
  "@smithy/util-endpoints": "^3.0.4",
55
55
  "@smithy/util-middleware": "^4.0.2",
56
56
  "@smithy/util-retry": "^4.0.3",
@@ -148,11 +148,14 @@ var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
148
148
  if (headerKey !== void 0) {
149
149
  return sanitizeErrorCode(output.headers[headerKey]);
150
150
  }
151
- if (data.code !== void 0) {
152
- return sanitizeErrorCode(data.code);
153
- }
154
- if (data["__type"] !== void 0) {
155
- return sanitizeErrorCode(data["__type"]);
151
+ if (data && typeof data === "object") {
152
+ const codeKey = findKey(data, "code");
153
+ if (codeKey && data[codeKey] !== void 0) {
154
+ return sanitizeErrorCode(data[codeKey]);
155
+ }
156
+ if (data["__type"] !== void 0) {
157
+ return sanitizeErrorCode(data["__type"]);
158
+ }
156
159
  }
157
160
  }, "loadRestJsonErrorCode");
158
161
 
@@ -42,10 +42,13 @@ export const loadRestJsonErrorCode = (output, data) => {
42
42
  if (headerKey !== undefined) {
43
43
  return sanitizeErrorCode(output.headers[headerKey]);
44
44
  }
45
- if (data.code !== undefined) {
46
- return sanitizeErrorCode(data.code);
47
- }
48
- if (data["__type"] !== undefined) {
49
- return sanitizeErrorCode(data["__type"]);
45
+ if (data && typeof data === "object") {
46
+ const codeKey = findKey(data, "code");
47
+ if (codeKey && data[codeKey] !== undefined) {
48
+ return sanitizeErrorCode(data[codeKey]);
49
+ }
50
+ if (data["__type"] !== undefined) {
51
+ return sanitizeErrorCode(data["__type"]);
52
+ }
50
53
  }
51
54
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.808.0",
3
+ "version": "3.812.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -82,12 +82,12 @@
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
84
  "@aws-sdk/types": "3.804.0",
85
- "@smithy/core": "^3.3.1",
85
+ "@smithy/core": "^3.3.3",
86
86
  "@smithy/node-config-provider": "^4.1.1",
87
87
  "@smithy/property-provider": "^4.0.2",
88
88
  "@smithy/protocol-http": "^5.1.0",
89
89
  "@smithy/signature-v4": "^5.1.0",
90
- "@smithy/smithy-client": "^4.2.4",
90
+ "@smithy/smithy-client": "^4.2.6",
91
91
  "@smithy/types": "^4.2.0",
92
92
  "@smithy/util-middleware": "^4.0.2",
93
93
  "fast-xml-parser": "4.4.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.808.0",
3
+ "version": "3.812.0",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.808.0",
28
+ "@aws-sdk/core": "3.812.0",
29
29
  "@aws-sdk/types": "3.804.0",
30
30
  "@smithy/property-provider": "^4.0.2",
31
31
  "@smithy/types": "^4.2.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.808.0",
3
+ "version": "3.812.0",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,13 +27,13 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.808.0",
30
+ "@aws-sdk/core": "3.812.0",
31
31
  "@aws-sdk/types": "3.804.0",
32
32
  "@smithy/fetch-http-handler": "^5.0.2",
33
33
  "@smithy/node-http-handler": "^4.0.4",
34
34
  "@smithy/property-provider": "^4.0.2",
35
35
  "@smithy/protocol-http": "^5.1.0",
36
- "@smithy/smithy-client": "^4.2.4",
36
+ "@smithy/smithy-client": "^4.2.6",
37
37
  "@smithy/types": "^4.2.0",
38
38
  "@smithy/util-stream": "^4.2.0",
39
39
  "tslib": "^2.6.2"