@mavogel/awscdk-rootmail 0.0.332 → 0.0.333

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 (521) hide show
  1. package/.jsii +3 -3
  2. package/lib/rootmail.js +1 -1
  3. package/lib/ses-receive.js +1 -1
  4. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-cjs/schemas/schemas_0.js +6 -4
  5. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/schemas/schemas_0.js +6 -4
  6. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeQueriesCommand.d.ts +3 -0
  7. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetTransformerCommand.d.ts +1 -0
  8. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutTransformerCommand.d.ts +1 -0
  9. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/TestTransformerCommand.d.ts +1 -0
  10. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/models_0.d.ts +34 -2
  11. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/models_0.d.ts +4 -0
  12. package/node_modules/@aws-sdk/client-cloudwatch-logs/package.json +6 -6
  13. package/node_modules/@aws-sdk/client-route-53/package.json +6 -6
  14. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +1 -0
  15. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +1 -0
  16. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -0
  17. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +39 -8
  18. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +39 -8
  19. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +39 -8
  20. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +39 -8
  21. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +51 -0
  22. package/node_modules/@aws-sdk/client-s3/package.json +7 -7
  23. package/node_modules/@aws-sdk/client-ses/package.json +6 -6
  24. package/node_modules/@aws-sdk/client-ssm/package.json +6 -6
  25. package/node_modules/@aws-sdk/credential-provider-ini/package.json +5 -5
  26. package/node_modules/@aws-sdk/credential-provider-login/package.json +2 -2
  27. package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
  28. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  29. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  30. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  31. package/node_modules/@aws-sdk/nested-clients/package.json +5 -5
  32. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  33. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  34. package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +6 -0
  35. package/node_modules/@smithy/core/dist-cjs/index.js +1 -1
  36. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +21 -0
  37. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +21 -0
  38. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +46 -0
  39. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +6 -0
  40. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +24 -0
  41. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +19 -0
  42. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +27 -0
  43. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +5 -0
  44. package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +10 -0
  45. package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +44 -0
  46. package/node_modules/@smithy/core/dist-cjs/request-builder/requestBuilder.js +5 -0
  47. package/node_modules/@smithy/core/dist-cjs/setFeature.js +14 -0
  48. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +17 -0
  49. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +38 -0
  50. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +15 -0
  51. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +6 -0
  52. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +9 -0
  53. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +6 -0
  54. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +61 -0
  55. package/node_modules/@smithy/core/package.json +15 -16
  56. package/node_modules/@smithy/fetch-http-handler/package.json +12 -13
  57. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +2 -2
  58. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
  59. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
  60. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
  61. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
  62. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +15 -0
  63. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +196 -0
  64. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  65. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
  66. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
  67. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
  68. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
  69. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
  70. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
  71. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
  72. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
  73. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +11 -0
  74. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
  75. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +10 -0
  76. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +39 -0
  77. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
  78. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  79. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
  80. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
  81. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  82. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
  83. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
  84. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
  85. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
  86. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
  87. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
  88. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +15 -0
  89. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +5 -0
  90. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +52 -0
  91. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
  92. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +10 -0
  93. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +33 -0
  94. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +17 -0
  95. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  96. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
  97. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +18 -0
  98. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  99. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +16 -0
  100. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/package.json +72 -0
  101. package/node_modules/@smithy/middleware-endpoint/package.json +13 -14
  102. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +70 -29
  103. package/node_modules/@smithy/middleware-retry/dist-es/index.js +5 -4
  104. package/node_modules/@smithy/middleware-retry/dist-es/longPollMiddleware.js +15 -0
  105. package/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +49 -0
  106. package/node_modules/@smithy/middleware-retry/dist-es/{StandardRetryStrategy.js → retry-pre-sra-deprecated/StandardRetryStrategy.js} +1 -1
  107. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/types.js +1 -0
  108. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +13 -20
  109. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +3 -1
  110. package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +5 -4
  111. package/node_modules/@smithy/middleware-retry/dist-types/longPollMiddleware.d.ts +15 -0
  112. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +2 -0
  113. package/node_modules/@smithy/middleware-retry/dist-types/parseRetryAfterHeader.d.ts +10 -0
  114. package/node_modules/@smithy/middleware-retry/dist-types/{AdaptiveRetryStrategy.d.ts → retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts} +2 -1
  115. package/node_modules/@smithy/middleware-retry/dist-types/{defaultRetryQuota.d.ts → retry-pre-sra-deprecated/defaultRetryQuota.d.ts} +2 -0
  116. package/node_modules/@smithy/middleware-retry/dist-types/{delayDecider.d.ts → retry-pre-sra-deprecated/delayDecider.d.ts} +2 -1
  117. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -4
  118. package/node_modules/@smithy/middleware-retry/package.json +16 -16
  119. package/node_modules/@smithy/middleware-serde/package.json +10 -11
  120. package/node_modules/@smithy/middleware-stack/README.md +13 -0
  121. package/node_modules/@smithy/middleware-stack/package.json +7 -8
  122. package/node_modules/@smithy/node-config-provider/README.md +10 -3
  123. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/LICENSE +201 -0
  124. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/README.md +17 -0
  125. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
  126. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
  127. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/ProviderError.js +23 -0
  128. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
  129. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  130. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  131. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  132. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  133. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +31 -0
  134. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
  135. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +31 -0
  136. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  137. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  138. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  139. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  140. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/package.json +60 -0
  141. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
  142. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
  143. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
  144. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
  145. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +15 -0
  146. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +196 -0
  147. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  148. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
  149. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
  150. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
  151. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
  152. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
  153. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
  154. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
  155. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
  156. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +11 -0
  157. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
  158. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +10 -0
  159. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +39 -0
  160. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
  161. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  162. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
  163. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
  164. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  165. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
  166. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
  167. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
  168. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
  169. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
  170. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
  171. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
  172. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +15 -0
  173. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +5 -0
  174. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +52 -0
  175. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
  176. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +10 -0
  177. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +33 -0
  178. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +17 -0
  179. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  180. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
  181. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +18 -0
  182. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  183. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +16 -0
  184. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/package.json +72 -0
  185. package/node_modules/@smithy/node-config-provider/package.json +8 -9
  186. package/node_modules/@smithy/node-http-handler/package.json +10 -11
  187. package/node_modules/@smithy/protocol-http/README.md +13 -0
  188. package/node_modules/@smithy/protocol-http/package.json +6 -7
  189. package/node_modules/@smithy/querystring-builder/README.md +10 -3
  190. package/node_modules/@smithy/querystring-builder/package.json +6 -7
  191. package/node_modules/@smithy/querystring-parser/README.md +10 -3
  192. package/node_modules/@smithy/querystring-parser/package.json +6 -7
  193. package/node_modules/@smithy/service-error-classification/README.md +13 -0
  194. package/node_modules/@smithy/service-error-classification/package.json +6 -7
  195. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -1
  196. package/node_modules/@smithy/smithy-client/package.json +14 -15
  197. package/node_modules/@smithy/types/dist-types/middleware.d.ts +6 -0
  198. package/node_modules/@smithy/types/dist-types/retry.d.ts +4 -0
  199. package/node_modules/@smithy/types/package.json +7 -8
  200. package/node_modules/@smithy/url-parser/README.md +10 -3
  201. package/node_modules/@smithy/url-parser/package.json +7 -8
  202. package/node_modules/@smithy/util-middleware/README.md +9 -4
  203. package/node_modules/@smithy/util-middleware/package.json +6 -7
  204. package/node_modules/@smithy/util-retry/dist-cjs/index.js +129 -80
  205. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +7 -4
  206. package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +2 -2
  207. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +30 -29
  208. package/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
  209. package/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
  210. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +39 -26
  211. package/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
  212. package/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
  213. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +8 -8
  214. package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
  215. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +78 -8
  216. package/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
  217. package/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
  218. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +21 -4
  219. package/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
  220. package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
  221. package/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
  222. package/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
  223. package/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
  224. package/node_modules/@smithy/util-retry/package.json +10 -11
  225. package/node_modules/@smithy/util-stream/package.json +12 -13
  226. package/package.json +1 -1
  227. package/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
  228. package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +0 -8
  229. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -18
  230. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +0 -18
  231. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +0 -33
  232. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +0 -3
  233. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +0 -10
  234. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +0 -9
  235. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +0 -5
  236. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +0 -2
  237. package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
  238. package/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +0 -7
  239. package/node_modules/@smithy/core/dist-types/ts3.4/request-builder/requestBuilder.d.ts +0 -5
  240. package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +0 -12
  241. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +0 -33
  242. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +0 -28
  243. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +0 -6
  244. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +0 -17
  245. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +0 -9
  246. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +0 -65
  247. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +0 -26
  248. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +0 -5
  249. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +0 -31
  250. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +0 -1
  251. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/toEndpointV1.d.ts +0 -6
  252. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +0 -60
  253. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +0 -1
  254. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +0 -31
  255. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +0 -89
  256. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +0 -16
  257. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +0 -16
  258. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +0 -10
  259. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +0 -7
  260. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -13
  261. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +0 -51
  262. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +0 -4
  263. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +0 -13
  264. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +0 -21
  265. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +0 -23
  266. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +0 -14
  267. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +0 -9
  268. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +0 -71
  269. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +0 -6
  270. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +0 -14
  271. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +0 -14
  272. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +0 -11
  273. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +0 -9
  274. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +0 -6
  275. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +0 -37
  276. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +0 -23
  277. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +0 -24
  278. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -146
  279. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +0 -23
  280. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +0 -16
  281. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +0 -28
  282. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +0 -23
  283. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +0 -7
  284. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +0 -23
  285. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +0 -13
  286. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +0 -6
  287. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +0 -73
  288. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +0 -2
  289. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +0 -10
  290. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +0 -45
  291. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +0 -270
  292. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +0 -6
  293. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +0 -47
  294. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +0 -11
  295. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +0 -5
  296. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +0 -33
  297. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +0 -15
  298. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -8
  299. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +0 -8
  300. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +0 -3
  301. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +0 -8
  302. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +0 -3
  303. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +0 -30
  304. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +0 -6
  305. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -42
  306. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  307. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  308. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  309. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +0 -14
  310. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
  311. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +0 -4
  312. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +0 -28
  313. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +0 -2
  314. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +0 -8
  315. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +0 -6
  316. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +0 -10
  317. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +0 -11
  318. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -18
  319. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +0 -109
  320. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +0 -32
  321. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +0 -4
  322. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +0 -26
  323. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +0 -41
  324. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -23
  325. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -33
  326. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -66
  327. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -24
  328. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -5
  329. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +0 -7
  330. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  331. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  332. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -13
  333. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -6
  334. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -18
  335. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +0 -65
  336. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +0 -2
  337. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -6
  338. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  339. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -24
  340. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -6
  341. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -5
  342. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
  343. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +0 -22
  344. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -31
  345. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -20
  346. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -22
  347. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -9
  348. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +0 -9
  349. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +0 -4
  350. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +0 -10
  351. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -5
  352. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
  353. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  354. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -46
  355. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -24
  356. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -12
  357. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -63
  358. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
  359. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -12
  360. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  361. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +0 -6
  362. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
  363. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  364. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -5
  365. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -6
  366. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
  367. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +0 -8
  368. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -12
  369. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -50
  370. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -44
  371. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -33
  372. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -1
  373. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -35
  374. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -56
  375. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -29
  376. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -8
  377. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
  378. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -21
  379. package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +0 -5
  380. package/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +0 -5
  381. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -30
  382. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +0 -24
  383. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +0 -11
  384. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +0 -87
  385. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +0 -5
  386. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +0 -119
  387. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +0 -4
  388. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +0 -18
  389. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +0 -15
  390. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +0 -28
  391. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -8
  392. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -42
  393. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -5
  394. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -26
  395. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -38
  396. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +0 -1
  397. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  398. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -7
  399. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -7
  400. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +0 -21
  401. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +0 -5
  402. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +0 -178
  403. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +0 -5
  404. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +0 -9
  405. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -15
  406. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +0 -12
  407. package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
  408. package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
  409. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
  410. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
  411. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
  412. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
  413. package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
  414. package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
  415. package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
  416. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
  417. package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
  418. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
  419. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
  420. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
  421. package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
  422. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
  423. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
  424. package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
  425. package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
  426. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
  427. package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
  428. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
  429. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
  430. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
  431. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
  432. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
  433. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
  434. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
  435. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
  436. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
  437. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
  438. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
  439. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  440. package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
  441. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
  442. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -128
  443. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -113
  444. package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
  445. package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
  446. package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
  447. package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
  448. package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
  449. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -43
  450. package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
  451. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
  452. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
  453. package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
  454. package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
  455. package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
  456. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +0 -149
  457. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -251
  458. package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
  459. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +0 -118
  460. package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
  461. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
  462. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
  463. package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
  464. package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
  465. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
  466. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
  467. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
  468. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
  469. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
  470. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
  471. package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
  472. package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
  473. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
  474. package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
  475. package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
  476. package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
  477. package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
  478. package/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +0 -5
  479. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
  480. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +0 -8
  481. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
  482. package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
  483. package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
  484. package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
  485. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
  486. package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
  487. package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
  488. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
  489. package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
  490. package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
  491. package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
  492. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
  493. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
  494. package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
  495. package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
  496. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +0 -13
  497. package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +0 -22
  498. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +0 -37
  499. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -61
  500. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +0 -14
  501. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -13
  502. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -15
  503. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +0 -54
  504. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +0 -5
  505. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -10
  506. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +0 -7
  507. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +0 -9
  508. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +0 -12
  509. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +0 -7
  510. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +0 -8
  511. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +0 -8
  512. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -17
  513. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +0 -17
  514. /package/node_modules/@smithy/{middleware-retry → middleware-endpoint/node_modules/@smithy/shared-ini-file-loader}/dist-es/types.js +0 -0
  515. /package/node_modules/@smithy/middleware-retry/dist-es/{AdaptiveRetryStrategy.js → retry-pre-sra-deprecated/AdaptiveRetryStrategy.js} +0 -0
  516. /package/node_modules/@smithy/middleware-retry/dist-es/{defaultRetryQuota.js → retry-pre-sra-deprecated/defaultRetryQuota.js} +0 -0
  517. /package/node_modules/@smithy/middleware-retry/dist-es/{delayDecider.js → retry-pre-sra-deprecated/delayDecider.js} +0 -0
  518. /package/node_modules/@smithy/middleware-retry/dist-es/{retryDecider.js → retry-pre-sra-deprecated/retryDecider.js} +0 -0
  519. /package/node_modules/@smithy/middleware-retry/dist-types/{StandardRetryStrategy.d.ts → retry-pre-sra-deprecated/StandardRetryStrategy.d.ts} +0 -0
  520. /package/node_modules/@smithy/middleware-retry/dist-types/{retryDecider.d.ts → retry-pre-sra-deprecated/retryDecider.d.ts} +0 -0
  521. /package/node_modules/@smithy/middleware-retry/dist-types/{types.d.ts → retry-pre-sra-deprecated/types.d.ts} +0 -0
package/.jsii CHANGED
@@ -8715,7 +8715,7 @@
8715
8715
  "stability": "experimental"
8716
8716
  },
8717
8717
  "homepage": "https://github.com/MV-Consulting/awscdk-rootmail",
8718
- "jsiiVersion": "5.9.35 (build 7156583)",
8718
+ "jsiiVersion": "5.9.36 (build 27873df)",
8719
8719
  "keywords": [
8720
8720
  "aws",
8721
8721
  "cdk",
@@ -9167,6 +9167,6 @@
9167
9167
  "symbolId": "src/ses-receive:SESReceiveProps"
9168
9168
  }
9169
9169
  },
9170
- "version": "0.0.332",
9171
- "fingerprint": "6M/f1rHWl+dJfmI57pbvrslA2vTNskzpQXudDlJNiTo="
9170
+ "version": "0.0.333",
9171
+ "fingerprint": "7VpT45MslMvM02k0brbStCfiAeJRqfADBK2lUOxyWHk="
9172
9172
  }
package/lib/rootmail.js CHANGED
@@ -82,7 +82,7 @@ class Rootmail extends constructs_1.Construct {
82
82
  }
83
83
  exports.Rootmail = Rootmail;
84
84
  _a = JSII_RTTI_SYMBOL_1;
85
- Rootmail[_a] = { fqn: "@mavogel/awscdk-rootmail.Rootmail", version: "0.0.332" };
85
+ Rootmail[_a] = { fqn: "@mavogel/awscdk-rootmail.Rootmail", version: "0.0.333" };
86
86
  /**
87
87
  * Aspect for setting all removal policies to DESTROY
88
88
  */
@@ -130,7 +130,7 @@ class SESReceive extends constructs_1.Construct {
130
130
  }
131
131
  exports.SESReceive = SESReceive;
132
132
  _a = JSII_RTTI_SYMBOL_1;
133
- SESReceive[_a] = { fqn: "@mavogel/awscdk-rootmail.SESReceive", version: "0.0.332" };
133
+ SESReceive[_a] = { fqn: "@mavogel/awscdk-rootmail.SESReceive", version: "0.0.333" };
134
134
  /**
135
135
  * Aspect for setting all removal policies to DESTROY
136
136
  */
@@ -793,6 +793,7 @@ const _qCE = "queryCompileError";
793
793
  const _qD = "queryDefinitions";
794
794
  const _qDI = "queryDefinitionId";
795
795
  const _qDNP = "queryDefinitionNamePrefix";
796
+ const _qDu = "queryDuration";
796
797
  const _qI = "queryId";
797
798
  const _qL = "queryLanguage";
798
799
  const _qS = "queryString";
@@ -897,6 +898,7 @@ const _to = "to";
897
898
  const _ty = "type";
898
899
  const _u = "unmask";
899
900
  const _uCS = "upperCaseString";
901
+ const _uI = "userIdentity";
900
902
  const _uST = "uploadSequenceToken";
901
903
  const _un = "unit";
902
904
  const _v = "value";
@@ -1194,8 +1196,8 @@ exports.CreateScheduledQueryResponse$ = [3, n0, _CSQRr,
1194
1196
  ];
1195
1197
  exports.CSV$ = [3, n0, _CSV,
1196
1198
  0,
1197
- [_qC, _del, _co, _so],
1198
- [0, 0, 64 | 0, 0]
1199
+ [_qC, _del, _co, _so, _des],
1200
+ [0, 0, 64 | 0, 0, 0]
1199
1201
  ];
1200
1202
  exports.DataSource$ = [3, n0, _DS,
1201
1203
  0,
@@ -2304,8 +2306,8 @@ exports.QueryDefinition$ = [3, n0, _QD,
2304
2306
  ];
2305
2307
  exports.QueryInfo$ = [3, n0, _QI,
2306
2308
  0,
2307
- [_qL, _qI, _qS, _sta, _cTr, _lGN],
2308
- [0, 0, 0, 0, 1, 0]
2309
+ [_qL, _qI, _qS, _sta, _cTr, _lGN, _qDu, _bS, _uI],
2310
+ [0, 0, 0, 0, 1, 0, 1, 1, 0]
2309
2311
  ];
2310
2312
  exports.QueryParameter$ = [3, n0, _QP,
2311
2313
  0,
@@ -782,6 +782,7 @@ const _qCE = "queryCompileError";
782
782
  const _qD = "queryDefinitions";
783
783
  const _qDI = "queryDefinitionId";
784
784
  const _qDNP = "queryDefinitionNamePrefix";
785
+ const _qDu = "queryDuration";
785
786
  const _qI = "queryId";
786
787
  const _qL = "queryLanguage";
787
788
  const _qS = "queryString";
@@ -886,6 +887,7 @@ const _to = "to";
886
887
  const _ty = "type";
887
888
  const _u = "unmask";
888
889
  const _uCS = "upperCaseString";
890
+ const _uI = "userIdentity";
889
891
  const _uST = "uploadSequenceToken";
890
892
  const _un = "unit";
891
893
  const _v = "value";
@@ -1183,8 +1185,8 @@ export var CreateScheduledQueryResponse$ = [3, n0, _CSQRr,
1183
1185
  ];
1184
1186
  export var CSV$ = [3, n0, _CSV,
1185
1187
  0,
1186
- [_qC, _del, _co, _so],
1187
- [0, 0, 64 | 0, 0]
1188
+ [_qC, _del, _co, _so, _des],
1189
+ [0, 0, 64 | 0, 0, 0]
1188
1190
  ];
1189
1191
  export var DataSource$ = [3, n0, _DS,
1190
1192
  0,
@@ -2293,8 +2295,8 @@ export var QueryDefinition$ = [3, n0, _QD,
2293
2295
  ];
2294
2296
  export var QueryInfo$ = [3, n0, _QI,
2295
2297
  0,
2296
- [_qL, _qI, _qS, _sta, _cTr, _lGN],
2297
- [0, 0, 0, 0, 1, 0]
2298
+ [_qL, _qI, _qS, _sta, _cTr, _lGN, _qDu, _bS, _uI],
2299
+ [0, 0, 0, 0, 1, 0, 1, 1, 0]
2298
2300
  ];
2299
2301
  export var QueryParameter$ = [3, n0, _QP,
2300
2302
  0,
@@ -60,6 +60,9 @@ declare const DescribeQueriesCommand_base: {
60
60
  * // status: "Scheduled" || "Running" || "Complete" || "Failed" || "Cancelled" || "Timeout" || "Unknown",
61
61
  * // createTime: Number("long"),
62
62
  * // logGroupName: "STRING_VALUE",
63
+ * // queryDuration: Number("long"),
64
+ * // bytesScanned: Number("double"),
65
+ * // userIdentity: "STRING_VALUE",
63
66
  * // },
64
67
  * // ],
65
68
  * // nextToken: "STRING_VALUE",
@@ -74,6 +74,7 @@ declare const GetTransformerCommand_base: {
74
74
  * // "STRING_VALUE",
75
75
  * // ],
76
76
  * // source: "STRING_VALUE",
77
+ * // destination: "STRING_VALUE",
77
78
  * // },
78
79
  * // dateTimeConverter: { // DateTimeConverter
79
80
  * // source: "STRING_VALUE", // required
@@ -89,6 +89,7 @@ declare const PutTransformerCommand_base: {
89
89
  * "STRING_VALUE",
90
90
  * ],
91
91
  * source: "STRING_VALUE",
92
+ * destination: "STRING_VALUE",
92
93
  * },
93
94
  * dateTimeConverter: { // DateTimeConverter
94
95
  * source: "STRING_VALUE", // required
@@ -66,6 +66,7 @@ declare const TestTransformerCommand_base: {
66
66
  * "STRING_VALUE",
67
67
  * ],
68
68
  * source: "STRING_VALUE",
69
+ * destination: "STRING_VALUE",
69
70
  * },
70
71
  * dateTimeConverter: { // DateTimeConverter
71
72
  * source: "STRING_VALUE", // required
@@ -1129,12 +1129,12 @@ export interface S3Configuration {
1129
1129
  */
1130
1130
  roleArn: string | undefined;
1131
1131
  /**
1132
- * <p>The AWS accountId for the bucket owning account.</p>
1132
+ * <p>The Amazon Web Services accountId for the bucket owning account.</p>
1133
1133
  * @public
1134
1134
  */
1135
1135
  ownerAccountId?: string | undefined;
1136
1136
  /**
1137
- * <p>The Amazon Resource Name (ARN) of the KMS encryption key. Must belong to the same AWS Region
1137
+ * <p>The Amazon Resource Name (ARN) of the KMS encryption key. Must belong to the same Amazon Web Services Region
1138
1138
  * as the destination Amazon S3 bucket.</p>
1139
1139
  * @public
1140
1140
  */
@@ -1291,6 +1291,12 @@ export interface CSV {
1291
1291
  * @public
1292
1292
  */
1293
1293
  source?: string | undefined;
1294
+ /**
1295
+ * <p>The path to the parent field to put transformed key value pairs under.
1296
+ * If you omit this value, the key value pairs will be placed under the root node.</p>
1297
+ * @public
1298
+ */
1299
+ destination?: string | undefined;
1294
1300
  }
1295
1301
  /**
1296
1302
  * <p>Filter criteria for data sources, used to specify which data sources to include in
@@ -3225,6 +3231,21 @@ export interface QueryInfo {
3225
3231
  * @public
3226
3232
  */
3227
3233
  logGroupName?: string | undefined;
3234
+ /**
3235
+ * <p>The duration in milliseconds that the query took to execute.</p>
3236
+ * @public
3237
+ */
3238
+ queryDuration?: number | undefined;
3239
+ /**
3240
+ * <p>The total number of bytes scanned by the query. This indicates the cost associated with the query.</p>
3241
+ * @public
3242
+ */
3243
+ bytesScanned?: number | undefined;
3244
+ /**
3245
+ * <p>The ARN of the user who ran the query.</p>
3246
+ * @public
3247
+ */
3248
+ userIdentity?: string | undefined;
3228
3249
  }
3229
3250
  /**
3230
3251
  * @public
@@ -6876,6 +6897,10 @@ export interface PutDeliverySourceRequest {
6876
6897
  * example,
6877
6898
  * <code>arn:aws:workmail:us-east-1:123456789012:organization/m-1234EXAMPLEabcd1234abcd1234abcd1234</code>
6878
6899
  * </p>
6900
+ * <p>For the <code>SECURITY_FINDING_LOGS</code> logType, use a wildcard ARN for the hub
6901
+ * resource. For example,
6902
+ * <code>arn:aws:securityhub:us-east-1:111122223333:hub/*</code>
6903
+ * </p>
6879
6904
  * @public
6880
6905
  */
6881
6906
  resourceArn: string | undefined;
@@ -6914,6 +6939,9 @@ export interface PutDeliverySourceRequest {
6914
6939
  * <p>For CloudFront, the valid value is <code>ACCESS_LOGS</code>.</p>
6915
6940
  * </li>
6916
6941
  * <li>
6942
+ * <p>For DevOps Agent, the valid value is <code>APPLICATION_LOGS</code>.</p>
6943
+ * </li>
6944
+ * <li>
6917
6945
  * <p>For Amazon CodeWhisperer, the valid value is <code>EVENT_LOGS</code>.</p>
6918
6946
  * </li>
6919
6947
  * <li>
@@ -6960,6 +6988,10 @@ export interface PutDeliverySourceRequest {
6960
6988
  * <code>SYNC_JOB_LOGS</code>.</p>
6961
6989
  * </li>
6962
6990
  * <li>
6991
+ * <p>For Amazon Web Services Security Hub CSPM, the valid value is
6992
+ * <code>SECURITY_FINDING_LOGS</code>.</p>
6993
+ * </li>
6994
+ * <li>
6963
6995
  * <p>For Amazon SES mail manager, the valid values are
6964
6996
  * <code>APPLICATION_LOGS</code> and <code>TRAFFIC_POLICY_DEBUG_LOGS</code>.</p>
6965
6997
  * </li>
@@ -294,6 +294,7 @@ export interface CSV {
294
294
  delimiter?: string | undefined;
295
295
  columns?: string[] | undefined;
296
296
  source?: string | undefined;
297
+ destination?: string | undefined;
297
298
  }
298
299
  export interface DataSourceFilter {
299
300
  name: string | undefined;
@@ -682,6 +683,9 @@ export interface QueryInfo {
682
683
  status?: QueryStatus | undefined;
683
684
  createTime?: number | undefined;
684
685
  logGroupName?: string | undefined;
686
+ queryDuration?: number | undefined;
687
+ bytesScanned?: number | undefined;
688
+ userIdentity?: string | undefined;
685
689
  }
686
690
  export interface DescribeQueriesResponse {
687
691
  queries?: QueryInfo[] | undefined;
@@ -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.1020.0",
4
+ "version": "3.1025.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-logs",
@@ -28,16 +28,16 @@
28
28
  "@aws-crypto/sha256-browser": "5.2.0",
29
29
  "@aws-crypto/sha256-js": "5.2.0",
30
30
  "@aws-sdk/core": "^3.973.26",
31
- "@aws-sdk/credential-provider-node": "^3.972.28",
31
+ "@aws-sdk/credential-provider-node": "^3.972.29",
32
32
  "@aws-sdk/middleware-host-header": "^3.972.8",
33
33
  "@aws-sdk/middleware-logger": "^3.972.8",
34
34
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
35
- "@aws-sdk/middleware-user-agent": "^3.972.27",
35
+ "@aws-sdk/middleware-user-agent": "^3.972.28",
36
36
  "@aws-sdk/region-config-resolver": "^3.972.10",
37
37
  "@aws-sdk/types": "^3.973.6",
38
38
  "@aws-sdk/util-endpoints": "^3.996.5",
39
39
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
40
- "@aws-sdk/util-user-agent-node": "^3.973.13",
40
+ "@aws-sdk/util-user-agent-node": "^3.973.14",
41
41
  "@smithy/config-resolver": "^4.4.13",
42
42
  "@smithy/core": "^3.23.13",
43
43
  "@smithy/eventstream-serde-browser": "^4.2.12",
@@ -48,7 +48,7 @@
48
48
  "@smithy/invalid-dependency": "^4.2.12",
49
49
  "@smithy/middleware-content-length": "^4.2.12",
50
50
  "@smithy/middleware-endpoint": "^4.4.28",
51
- "@smithy/middleware-retry": "^4.4.45",
51
+ "@smithy/middleware-retry": "^4.4.46",
52
52
  "@smithy/middleware-serde": "^4.2.16",
53
53
  "@smithy/middleware-stack": "^4.2.12",
54
54
  "@smithy/node-config-provider": "^4.3.12",
@@ -64,7 +64,7 @@
64
64
  "@smithy/util-defaults-mode-node": "^4.2.48",
65
65
  "@smithy/util-endpoints": "^3.3.3",
66
66
  "@smithy/util-middleware": "^4.2.12",
67
- "@smithy/util-retry": "^4.2.12",
67
+ "@smithy/util-retry": "^4.2.13",
68
68
  "@smithy/util-utf8": "^4.2.2",
69
69
  "tslib": "^2.6.2"
70
70
  },
@@ -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.1020.0",
4
+ "version": "3.1025.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-route-53",
@@ -28,17 +28,17 @@
28
28
  "@aws-crypto/sha256-browser": "5.2.0",
29
29
  "@aws-crypto/sha256-js": "5.2.0",
30
30
  "@aws-sdk/core": "^3.973.26",
31
- "@aws-sdk/credential-provider-node": "^3.972.28",
31
+ "@aws-sdk/credential-provider-node": "^3.972.29",
32
32
  "@aws-sdk/middleware-host-header": "^3.972.8",
33
33
  "@aws-sdk/middleware-logger": "^3.972.8",
34
34
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
35
35
  "@aws-sdk/middleware-sdk-route53": "^3.972.10",
36
- "@aws-sdk/middleware-user-agent": "^3.972.27",
36
+ "@aws-sdk/middleware-user-agent": "^3.972.28",
37
37
  "@aws-sdk/region-config-resolver": "^3.972.10",
38
38
  "@aws-sdk/types": "^3.973.6",
39
39
  "@aws-sdk/util-endpoints": "^3.996.5",
40
40
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
41
- "@aws-sdk/util-user-agent-node": "^3.973.13",
41
+ "@aws-sdk/util-user-agent-node": "^3.973.14",
42
42
  "@smithy/config-resolver": "^4.4.13",
43
43
  "@smithy/core": "^3.23.13",
44
44
  "@smithy/fetch-http-handler": "^5.3.15",
@@ -46,7 +46,7 @@
46
46
  "@smithy/invalid-dependency": "^4.2.12",
47
47
  "@smithy/middleware-content-length": "^4.2.12",
48
48
  "@smithy/middleware-endpoint": "^4.4.28",
49
- "@smithy/middleware-retry": "^4.4.45",
49
+ "@smithy/middleware-retry": "^4.4.46",
50
50
  "@smithy/middleware-serde": "^4.2.16",
51
51
  "@smithy/middleware-stack": "^4.2.12",
52
52
  "@smithy/node-config-provider": "^4.3.12",
@@ -62,7 +62,7 @@
62
62
  "@smithy/util-defaults-mode-node": "^4.2.48",
63
63
  "@smithy/util-endpoints": "^3.3.3",
64
64
  "@smithy/util-middleware": "^4.2.12",
65
- "@smithy/util-retry": "^4.2.12",
65
+ "@smithy/util-retry": "^4.2.13",
66
66
  "@smithy/util-utf8": "^4.2.2",
67
67
  "@smithy/util-waiter": "^4.2.14",
68
68
  "tslib": "^2.6.2"
@@ -1325,6 +1325,7 @@ class ListBucketMetricsConfigurationsCommand extends smithyClient.Command
1325
1325
  .classBuilder()
1326
1326
  .ep({
1327
1327
  ...commonParams,
1328
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
1328
1329
  Bucket: { type: "contextParams", name: "Bucket" },
1329
1330
  })
1330
1331
  .m(function (Command, cs, config, o) {
@@ -8,6 +8,7 @@ export class ListBucketMetricsConfigurationsCommand extends $Command
8
8
  .classBuilder()
9
9
  .ep({
10
10
  ...commonParams,
11
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
11
12
  Bucket: { type: "contextParams", name: "Bucket" },
12
13
  })
13
14
  .m(function (Command, cs, config, o) {
@@ -36,6 +36,10 @@ declare const DeleteBucketInventoryConfigurationCommand_base: {
36
36
  * bucket owner can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
37
37
  * Resources</a>.</p>
38
38
  * <p>For information about the Amazon S3 inventory feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-inventory.html">Amazon S3 Inventory</a>.</p>
39
+ * <note>
40
+ * <p>After deleting a configuration, Amazon S3 might still deliver one additional inventory
41
+ * report during a brief transition period while the system processes the deletion.</p>
42
+ * </note>
39
43
  * <p>Operations related to <code>DeleteBucketInventoryConfiguration</code> include: </p>
40
44
  * <ul>
41
45
  * <li>
@@ -27,15 +27,46 @@ declare const DeleteBucketMetricsConfigurationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <note>
31
- * <p>This operation is not supported for directory buckets.</p>
32
- * </note>
33
- * <p>Deletes a metrics configuration for the Amazon CloudWatch request metrics (specified by the metrics
30
+ * <p>Deletes a metrics configuration for the Amazon CloudWatch request metrics (specified by the metrics
34
31
  * configuration ID) from the bucket. Note that this doesn't include the daily storage metrics.</p>
35
- * <p> To use this operation, you must have permissions to perform the
36
- * <code>s3:PutMetricsConfiguration</code> action. The bucket owner has this permission by default. The
37
- * bucket owner can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
38
- * Resources</a>.</p>
32
+ * <note>
33
+ * <p>
34
+ * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
35
+ * </code>. Virtual-hosted-style requests aren't supported.
36
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
37
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
38
+ * <i>Amazon S3 User Guide</i>.</p>
39
+ * </note>
40
+ * <dl>
41
+ * <dt>Permissions</dt>
42
+ * <dd>
43
+ * <p> To use this operation, you must have permissions to perform the
44
+ * <code>s3:PutMetricsConfiguration</code> action. The bucket owner has this permission by default. The
45
+ * bucket owner can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
46
+ * Resources</a>.</p>
47
+ * <ul>
48
+ * <li>
49
+ * <p>
50
+ * <b>General purpose bucket permissions</b> - The
51
+ * <code>s3:PutMetricsConfiguration</code> permission is required in a policy. For more information
52
+ * about general purpose buckets permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User
53
+ * Policies</a> in the <i>Amazon S3 User Guide</i>.</p>
54
+ * </li>
55
+ * <li>
56
+ * <p>
57
+ * <b>Directory bucket permissions</b> - To grant access to
58
+ * this API operation, you must have the <code>s3express:PutMetricsConfiguration</code> permission in
59
+ * an IAM identity-based policy instead of a bucket policy. Cross-account access to this API operation isn't supported. This operation can only be performed by the Amazon Web Services account that owns the resource.
60
+ * For more information about directory bucket policies and permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam.html">Amazon Web Services Identity and Access Management (IAM) for S3 Express One Zone</a> in the <i>Amazon S3 User Guide</i>.</p>
61
+ * </li>
62
+ * </ul>
63
+ * </dd>
64
+ * <dt>HTTP Host header syntax</dt>
65
+ * <dd>
66
+ * <p>
67
+ * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region-code</i>.amazonaws.com</code>.</p>
68
+ * </dd>
69
+ * </dl>
39
70
  * <p>For information about CloudWatch request metrics for Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html">Monitoring Metrics with Amazon CloudWatch</a>. </p>
40
71
  * <p>The following operations are related to <code>DeleteBucketMetricsConfiguration</code>:</p>
41
72
  * <ul>
@@ -27,15 +27,46 @@ declare const GetBucketMetricsConfigurationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <note>
31
- * <p>This operation is not supported for directory buckets.</p>
32
- * </note>
33
- * <p>Gets a metrics configuration (specified by the metrics configuration ID) from the bucket. Note that
30
+ * <p>Gets a metrics configuration (specified by the metrics configuration ID) from the bucket. Note that
34
31
  * this doesn't include the daily storage metrics.</p>
35
- * <p> To use this operation, you must have permissions to perform the
36
- * <code>s3:GetMetricsConfiguration</code> action. The bucket owner has this permission by default. The
37
- * bucket owner can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
38
- * Resources</a>.</p>
32
+ * <note>
33
+ * <p>
34
+ * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
35
+ * </code>. Virtual-hosted-style requests aren't supported.
36
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
37
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
38
+ * <i>Amazon S3 User Guide</i>.</p>
39
+ * </note>
40
+ * <dl>
41
+ * <dt>Permissions</dt>
42
+ * <dd>
43
+ * <p> To use this operation, you must have permissions to perform the
44
+ * <code>s3:GetMetricsConfiguration</code> action. The bucket owner has this permission by default. The
45
+ * bucket owner can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
46
+ * Resources</a>.</p>
47
+ * <ul>
48
+ * <li>
49
+ * <p>
50
+ * <b>General purpose bucket permissions</b> - The
51
+ * <code>s3:GetMetricsConfiguration</code> permission is required in a policy. For more information
52
+ * about general purpose buckets permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User
53
+ * Policies</a> in the <i>Amazon S3 User Guide</i>.</p>
54
+ * </li>
55
+ * <li>
56
+ * <p>
57
+ * <b>Directory bucket permissions</b> - To grant access to
58
+ * this API operation, you must have the <code>s3express:GetMetricsConfiguration</code> permission in
59
+ * an IAM identity-based policy instead of a bucket policy. Cross-account access to this API operation isn't supported. This operation can only be performed by the Amazon Web Services account that owns the resource.
60
+ * For more information about directory bucket policies and permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam.html">Amazon Web Services Identity and Access Management (IAM) for S3 Express One Zone</a> in the <i>Amazon S3 User Guide</i>.</p>
61
+ * </li>
62
+ * </ul>
63
+ * </dd>
64
+ * <dt>HTTP Host header syntax</dt>
65
+ * <dd>
66
+ * <p>
67
+ * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region-code</i>.amazonaws.com</code>.</p>
68
+ * </dd>
69
+ * </dl>
39
70
  * <p> For information about CloudWatch request metrics for Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html">Monitoring Metrics with Amazon
40
71
  * CloudWatch</a>.</p>
41
72
  * <p>The following operations are related to <code>GetBucketMetricsConfiguration</code>:</p>
@@ -27,22 +27,53 @@ declare const ListBucketMetricsConfigurationsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <note>
31
- * <p>This operation is not supported for directory buckets.</p>
32
- * </note>
33
- * <p>Lists the metrics configurations for the bucket. The metrics configurations are only for the request
30
+ * <p>Lists the metrics configurations for the bucket. The metrics configurations are only for the request
34
31
  * metrics of the bucket and do not provide information on daily storage metrics. You can have up to 1,000
35
32
  * configurations per bucket.</p>
33
+ * <note>
34
+ * <p>
35
+ * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
36
+ * </code>. Virtual-hosted-style requests aren't supported.
37
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
38
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
39
+ * <i>Amazon S3 User Guide</i>.</p>
40
+ * </note>
36
41
  * <p>This action supports list pagination and does not return more than 100 configurations at a time.
37
42
  * Always check the <code>IsTruncated</code> element in the response. If there are no more configurations
38
43
  * to list, <code>IsTruncated</code> is set to false. If there are more configurations to list,
39
44
  * <code>IsTruncated</code> is set to true, and there is a value in <code>NextContinuationToken</code>.
40
45
  * You use the <code>NextContinuationToken</code> value to continue the pagination of the list by passing
41
46
  * the value in <code>continuation-token</code> in the request to <code>GET</code> the next page.</p>
42
- * <p>To use this operation, you must have permissions to perform the
43
- * <code>s3:GetMetricsConfiguration</code> action. The bucket owner has this permission by default. The
44
- * bucket owner can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
45
- * Resources</a>.</p>
47
+ * <dl>
48
+ * <dt>Permissions</dt>
49
+ * <dd>
50
+ * <p>To use this operation, you must have permissions to perform the
51
+ * <code>s3:GetMetricsConfiguration</code> action. The bucket owner has this permission by default. The
52
+ * bucket owner can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
53
+ * Resources</a>.</p>
54
+ * <ul>
55
+ * <li>
56
+ * <p>
57
+ * <b>General purpose bucket permissions</b> - The
58
+ * <code>s3:GetMetricsConfiguration</code> permission is required in a policy. For more information
59
+ * about general purpose buckets permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User
60
+ * Policies</a> in the <i>Amazon S3 User Guide</i>.</p>
61
+ * </li>
62
+ * <li>
63
+ * <p>
64
+ * <b>Directory bucket permissions</b> - To grant access to
65
+ * this API operation, you must have the <code>s3express:GetMetricsConfiguration</code> permission in
66
+ * an IAM identity-based policy instead of a bucket policy. Cross-account access to this API operation isn't supported. This operation can only be performed by the Amazon Web Services account that owns the resource.
67
+ * For more information about directory bucket policies and permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam.html">Amazon Web Services Identity and Access Management (IAM) for S3 Express One Zone</a> in the <i>Amazon S3 User Guide</i>.</p>
68
+ * </li>
69
+ * </ul>
70
+ * </dd>
71
+ * <dt>HTTP Host header syntax</dt>
72
+ * <dd>
73
+ * <p>
74
+ * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region-code</i>.amazonaws.com</code>.</p>
75
+ * </dd>
76
+ * </dl>
46
77
  * <p>For more information about metrics configurations and CloudWatch request metrics, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html">Monitoring Metrics with
47
78
  * Amazon CloudWatch</a>.</p>
48
79
  * <p>The following operations are related to <code>ListBucketMetricsConfigurations</code>:</p>
@@ -27,17 +27,48 @@ declare const PutBucketMetricsConfigurationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <note>
31
- * <p>This operation is not supported for directory buckets.</p>
32
- * </note>
33
- * <p>Sets a metrics configuration (specified by the metrics configuration ID) for the bucket. You can
30
+ * <p>Sets a metrics configuration (specified by the metrics configuration ID) for the bucket. You can
34
31
  * have up to 1,000 metrics configurations per bucket. If you're updating an existing metrics
35
32
  * configuration, note that this is a full replacement of the existing metrics configuration. If you don't
36
33
  * include the elements you want to keep, they are erased.</p>
37
- * <p>To use this operation, you must have permissions to perform the
38
- * <code>s3:PutMetricsConfiguration</code> action. The bucket owner has this permission by default. The
39
- * bucket owner can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
40
- * Resources</a>.</p>
34
+ * <note>
35
+ * <p>
36
+ * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
37
+ * </code>. Virtual-hosted-style requests aren't supported.
38
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
39
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
40
+ * <i>Amazon S3 User Guide</i>.</p>
41
+ * </note>
42
+ * <dl>
43
+ * <dt>Permissions</dt>
44
+ * <dd>
45
+ * <p>To use this operation, you must have permissions to perform the
46
+ * <code>s3:PutMetricsConfiguration</code> action. The bucket owner has this permission by default. The
47
+ * bucket owner can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
48
+ * Resources</a>.</p>
49
+ * <ul>
50
+ * <li>
51
+ * <p>
52
+ * <b>General purpose bucket permissions</b> - The
53
+ * <code>s3:PutMetricsConfiguration</code> permission is required in a policy. For more information
54
+ * about general purpose buckets permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User
55
+ * Policies</a> in the <i>Amazon S3 User Guide</i>.</p>
56
+ * </li>
57
+ * <li>
58
+ * <p>
59
+ * <b>Directory bucket permissions</b> - To grant access to
60
+ * this API operation, you must have the <code>s3express:PutMetricsConfiguration</code> permission in
61
+ * an IAM identity-based policy instead of a bucket policy. Cross-account access to this API operation isn't supported. This operation can only be performed by the Amazon Web Services account that owns the resource.
62
+ * For more information about directory bucket policies and permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam.html">Amazon Web Services Identity and Access Management (IAM) for S3 Express One Zone</a> in the <i>Amazon S3 User Guide</i>.</p>
63
+ * </li>
64
+ * </ul>
65
+ * </dd>
66
+ * <dt>HTTP Host header syntax</dt>
67
+ * <dd>
68
+ * <p>
69
+ * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region-code</i>.amazonaws.com</code>.</p>
70
+ * </dd>
71
+ * </dl>
41
72
  * <p>For information about CloudWatch request metrics for Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html">Monitoring Metrics with Amazon
42
73
  * CloudWatch</a>.</p>
43
74
  * <p>The following operations are related to <code>PutBucketMetricsConfiguration</code>:</p>