cloudstructs 0.12.8 → 0.12.9

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 (537) hide show
  1. package/.jsii +5 -5
  2. package/assets/slack-textract/detect.lambda/index.js +437 -344
  3. package/assets/ssl-server-test/analyze.lambda/index.js +51 -31
  4. package/assets/toolkit-cleaner/clean.lambda/index.js +51 -31
  5. package/lib/codecommit-mirror/index.js +2 -2
  6. package/lib/dmarc/index.js +1 -1
  7. package/lib/ecs-service-roller/index.js +2 -2
  8. package/lib/email-receiver/receiver.js +1 -1
  9. package/lib/mjml-template/index.js +1 -1
  10. package/lib/saml-identity-provider/index.js +2 -2
  11. package/lib/slack-app/manifest.js +1 -1
  12. package/lib/slack-app/slack-app.js +2 -2
  13. package/lib/slack-events/index.js +1 -1
  14. package/lib/slack-textract/index.js +1 -1
  15. package/lib/ssl-server-test/index.js +1 -1
  16. package/lib/state-machine-cr-provider/index.js +1 -1
  17. package/lib/static-website/index.js +1 -1
  18. package/lib/toolkit-cleaner/index.js +1 -1
  19. package/lib/url-shortener/index.js +1 -1
  20. package/node_modules/@aws/durable-execution-sdk-js/README.md +25 -5
  21. package/node_modules/@aws/durable-execution-sdk-js/dist/index.mjs +101 -33
  22. package/node_modules/@aws/durable-execution-sdk-js/dist/index.mjs.map +1 -1
  23. package/node_modules/@aws/durable-execution-sdk-js/dist-cjs/index.js +101 -33
  24. package/node_modules/@aws/durable-execution-sdk-js/dist-cjs/index.js.map +1 -1
  25. package/node_modules/@aws/durable-execution-sdk-js/dist-types/handlers/concurrent-execution-handler/concurrent-execution-handler.d.ts.map +1 -1
  26. package/node_modules/@aws/durable-execution-sdk-js/dist-types/index.d.ts +1 -1
  27. package/node_modules/@aws/durable-execution-sdk-js/dist-types/index.d.ts.map +1 -1
  28. package/node_modules/@aws/durable-execution-sdk-js/dist-types/types/step.d.ts +45 -0
  29. package/node_modules/@aws/durable-execution-sdk-js/dist-types/types/step.d.ts.map +1 -1
  30. package/node_modules/@aws/durable-execution-sdk-js/dist-types/utils/checkpoint/checkpoint-manager.d.ts +6 -0
  31. package/node_modules/@aws/durable-execution-sdk-js/dist-types/utils/checkpoint/checkpoint-manager.d.ts.map +1 -1
  32. package/node_modules/@aws/durable-execution-sdk-js/dist-types/with-durable-execution.d.ts.map +1 -1
  33. package/node_modules/@aws/durable-execution-sdk-js/package.json +1 -2
  34. package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +287 -3988
  35. package/node_modules/@aws-sdk/client-lambda/dist-cjs/models/LambdaServiceException.js +12 -0
  36. package/node_modules/@aws-sdk/client-lambda/dist-cjs/models/errors.js +730 -0
  37. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +2 -0
  38. package/node_modules/@aws-sdk/client-lambda/dist-cjs/schemas/schemas_0.js +2680 -0
  39. package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +49 -1
  40. package/node_modules/@aws-sdk/client-lambda/dist-es/models/enums.js +7 -0
  41. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +2 -0
  42. package/node_modules/@aws-sdk/client-lambda/dist-es/schemas/schemas_0.js +320 -308
  43. package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +150 -1
  44. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +8 -2
  45. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +4 -1
  46. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +4 -1
  47. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +4 -4
  48. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +4 -1
  49. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +8 -2
  50. package/node_modules/@aws-sdk/client-lambda/dist-types/models/enums.d.ts +15 -0
  51. package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +28 -2
  52. package/node_modules/@aws-sdk/client-lambda/dist-types/schemas/schemas_0.d.ts +53 -45
  53. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +173 -1
  54. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/enums.d.ts +9 -0
  55. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +7 -0
  56. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/schemas/schemas_0.d.ts +48 -45
  57. package/node_modules/@aws-sdk/client-lambda/package.json +20 -20
  58. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +32 -239
  59. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +12 -0
  60. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/errors.js +56 -0
  61. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
  62. package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +161 -0
  63. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  64. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
  65. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +32 -26
  66. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  67. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +12 -5
  68. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  69. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -5
  70. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  71. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  72. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
  73. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
  74. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  75. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
  76. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  77. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  78. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
  79. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  80. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
  81. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  82. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  83. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  84. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  85. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  86. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  87. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  88. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  89. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  90. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  91. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
  92. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
  93. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  94. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  95. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  96. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  97. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  98. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  99. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  100. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
  101. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
  102. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  103. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  104. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  105. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  106. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  107. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  108. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  109. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  110. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  111. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  112. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  113. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  114. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  115. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  116. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  117. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  118. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  119. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  120. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  121. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  122. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  123. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
  124. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  125. package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  126. package/node_modules/@aws-sdk/core/dist-cjs/index.js +30 -50
  127. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +30 -50
  128. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +1 -2
  129. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -2
  130. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  131. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +1 -0
  132. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +15 -8
  133. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +11 -0
  134. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
  135. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +4 -0
  136. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  137. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
  138. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
  139. package/node_modules/@aws-sdk/core/package.json +7 -7
  140. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  141. package/node_modules/@aws-sdk/credential-provider-http/package.json +8 -8
  142. package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
  143. package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
  144. package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  145. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  146. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  147. package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
  148. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  149. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  150. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  151. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  152. package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
  153. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  154. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  155. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  156. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
  157. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
  158. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  159. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
  160. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  161. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  162. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
  163. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  164. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
  165. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  166. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  167. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  168. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  169. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  170. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  171. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  172. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  173. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  174. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  175. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
  176. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
  177. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  178. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  179. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  180. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  181. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  182. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  183. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  184. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
  185. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
  186. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  187. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  188. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  189. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  190. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  191. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  192. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  193. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  194. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  195. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  196. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  197. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  198. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  199. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  200. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  201. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  202. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  203. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  204. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  205. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  206. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  207. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
  208. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  209. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +20 -198
  210. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  211. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  212. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +2 -0
  213. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  214. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +20 -347
  215. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  216. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  217. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  218. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  219. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +21 -308
  220. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  221. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
  222. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +2 -0
  223. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  224. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
  225. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  226. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
  227. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +15 -12
  228. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
  229. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  230. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  231. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +40 -37
  232. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  233. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
  234. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
  235. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
  236. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +60 -57
  237. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +4 -3
  238. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
  239. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +11 -4
  240. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
  241. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -3
  242. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  243. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +10 -3
  244. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
  245. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -4
  246. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -2
  247. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +15 -8
  248. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +5 -3
  249. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +6 -4
  250. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -2
  251. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +5 -3
  252. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +5 -3
  253. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  254. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +10 -8
  255. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  256. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  257. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
  258. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
  259. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  260. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
  261. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  262. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  263. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
  264. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  265. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
  266. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  267. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  268. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  269. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  270. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  271. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  272. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  273. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  274. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  275. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  276. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
  277. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
  278. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  279. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  280. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  281. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  282. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  283. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  284. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  285. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
  286. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
  287. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  288. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  289. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  290. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  291. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  292. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  293. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  294. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  295. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  296. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  297. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  298. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  299. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  300. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  301. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  302. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  303. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  304. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  305. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  306. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  307. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  308. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
  309. package/node_modules/@aws-sdk/nested-clients/package.json +18 -18
  310. package/node_modules/@aws-sdk/region-config-resolver/package.json +4 -4
  311. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  312. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  313. package/node_modules/@aws-sdk/types/package.json +3 -3
  314. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  315. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
  316. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  317. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  318. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +16 -0
  319. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +7 -6
  320. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  321. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -1
  322. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  323. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  324. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  325. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  326. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +4 -2
  327. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +2 -2
  328. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
  329. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +4 -4
  330. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +297 -287
  331. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +55 -22
  332. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +4 -4
  333. package/node_modules/@aws-sdk/xml-builder/package.json +5 -5
  334. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  335. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +6 -6
  336. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +4 -4
  337. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +35 -11
  338. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +6 -0
  339. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +1 -1
  340. package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
  341. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +111 -89
  342. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +1 -1
  343. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +18 -0
  344. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +2 -1
  345. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +10 -1
  346. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +4 -0
  347. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +42 -14
  348. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
  349. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +18 -0
  350. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
  351. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +54 -2
  352. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
  353. package/node_modules/@slack/types/dist/chunk.d.ts +42 -0
  354. package/node_modules/@slack/types/dist/chunk.d.ts.map +1 -0
  355. package/node_modules/@slack/types/dist/chunk.js +3 -0
  356. package/node_modules/@slack/types/dist/chunk.js.map +1 -0
  357. package/node_modules/@slack/types/dist/events/app.d.ts +53 -0
  358. package/node_modules/@slack/types/dist/events/app.d.ts.map +1 -1
  359. package/node_modules/@slack/types/dist/events/member.d.ts +1 -0
  360. package/node_modules/@slack/types/dist/events/member.d.ts.map +1 -1
  361. package/node_modules/@slack/types/dist/events/user.d.ts +1 -0
  362. package/node_modules/@slack/types/dist/events/user.d.ts.map +1 -1
  363. package/node_modules/@slack/types/dist/index.d.ts +1 -0
  364. package/node_modules/@slack/types/dist/index.d.ts.map +1 -1
  365. package/node_modules/@slack/types/dist/index.js +1 -0
  366. package/node_modules/@slack/types/dist/index.js.map +1 -1
  367. package/node_modules/@slack/types/package.json +8 -8
  368. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  369. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  370. package/node_modules/@slack/web-api/dist/chat-stream.d.ts.map +1 -1
  371. package/node_modules/@slack/web-api/dist/chat-stream.js +48 -12
  372. package/node_modules/@slack/web-api/dist/chat-stream.js.map +1 -1
  373. package/node_modules/@slack/web-api/dist/index.d.ts +1 -0
  374. package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
  375. package/node_modules/@slack/web-api/dist/index.js +3 -1
  376. package/node_modules/@slack/web-api/dist/index.js.map +1 -1
  377. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +1 -1
  378. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +1 -1
  379. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +21 -2
  380. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
  381. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  382. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +6 -6
  383. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +4 -4
  384. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +35 -11
  385. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +6 -0
  386. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +1 -1
  387. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  388. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +111 -89
  389. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +1 -1
  390. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +18 -0
  391. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +2 -1
  392. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +10 -1
  393. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +4 -0
  394. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +42 -14
  395. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
  396. package/node_modules/@slack/web-api/package.json +10 -10
  397. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +13 -10
  398. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  399. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
  400. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +31 -6
  401. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
  402. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  403. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +6 -1
  404. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
  405. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +7 -1
  406. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  407. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  408. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
  409. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
  410. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
  411. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  412. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  413. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
  414. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
  415. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
  416. package/node_modules/@smithy/core/package.json +2 -2
  417. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  418. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  419. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -4
  420. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -2
  421. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +9 -2
  422. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  423. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
  424. package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  425. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  426. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  427. package/node_modules/@smithy/smithy-client/package.json +4 -4
  428. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  429. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  430. package/node_modules/@smithy/util-stream/package.json +6 -6
  431. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  432. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +6 -6
  433. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +4 -4
  434. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +35 -11
  435. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +6 -0
  436. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +1 -1
  437. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
  438. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +111 -89
  439. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +1 -1
  440. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +18 -0
  441. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +2 -1
  442. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +10 -1
  443. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +4 -0
  444. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +42 -14
  445. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
  446. package/node_modules/@types/http-cache-semantics/README.md +1 -1
  447. package/node_modules/@types/http-cache-semantics/index.d.ts +97 -11
  448. package/node_modules/@types/http-cache-semantics/package.json +4 -3
  449. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  450. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +6 -6
  451. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +4 -4
  452. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +35 -11
  453. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +6 -0
  454. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +1 -1
  455. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  456. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +111 -89
  457. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +1 -1
  458. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +18 -0
  459. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +2 -1
  460. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +10 -1
  461. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +4 -0
  462. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +42 -14
  463. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
  464. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  465. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +6 -6
  466. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +4 -4
  467. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +35 -11
  468. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +6 -0
  469. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +1 -1
  470. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  471. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +111 -89
  472. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +1 -1
  473. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +18 -0
  474. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +2 -1
  475. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +10 -1
  476. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +4 -0
  477. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +42 -14
  478. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
  479. package/node_modules/axios/CHANGELOG.md +296 -239
  480. package/node_modules/axios/MIGRATION_GUIDE.md +876 -2
  481. package/node_modules/axios/README.md +584 -447
  482. package/node_modules/axios/dist/axios.js +779 -897
  483. package/node_modules/axios/dist/axios.js.map +1 -1
  484. package/node_modules/axios/dist/axios.min.js +4 -2
  485. package/node_modules/axios/dist/axios.min.js.map +1 -1
  486. package/node_modules/axios/dist/browser/axios.cjs +353 -283
  487. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  488. package/node_modules/axios/dist/esm/axios.js +353 -283
  489. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  490. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  491. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  492. package/node_modules/axios/dist/node/axios.cjs +388 -315
  493. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  494. package/node_modules/axios/index.d.cts +22 -3
  495. package/node_modules/axios/index.d.ts +341 -116
  496. package/node_modules/axios/lib/adapters/README.md +1 -1
  497. package/node_modules/axios/lib/adapters/fetch.js +2 -2
  498. package/node_modules/axios/lib/adapters/http.js +13 -10
  499. package/node_modules/axios/lib/adapters/xhr.js +2 -2
  500. package/node_modules/axios/lib/cancel/CanceledError.js +15 -18
  501. package/node_modules/axios/lib/core/Axios.js +12 -3
  502. package/node_modules/axios/lib/core/AxiosError.js +65 -102
  503. package/node_modules/axios/lib/core/InterceptorManager.js +2 -1
  504. package/node_modules/axios/lib/core/mergeConfig.js +24 -11
  505. package/node_modules/axios/lib/core/transformData.js +1 -1
  506. package/node_modules/axios/lib/defaults/transitional.js +2 -1
  507. package/node_modules/axios/lib/env/data.js +1 -1
  508. package/node_modules/axios/lib/helpers/buildURL.js +7 -10
  509. package/node_modules/axios/lib/helpers/composeSignals.js +1 -1
  510. package/node_modules/axios/lib/helpers/cookies.js +1 -1
  511. package/node_modules/axios/lib/helpers/isAbsoluteURL.js +5 -0
  512. package/node_modules/axios/lib/helpers/isAxiosError.js +1 -1
  513. package/node_modules/axios/lib/helpers/parseHeaders.js +1 -1
  514. package/node_modules/axios/lib/helpers/spread.js +1 -1
  515. package/node_modules/axios/lib/utils.js +221 -140
  516. package/node_modules/axios/package.json +49 -68
  517. package/node_modules/bowser/README.md +72 -3
  518. package/node_modules/bowser/bundled.js +1 -1
  519. package/node_modules/bowser/es5.js +1 -1
  520. package/node_modules/bowser/index.d.ts +44 -6
  521. package/node_modules/bowser/package.json +10 -5
  522. package/node_modules/bowser/src/bowser.js +24 -8
  523. package/node_modules/bowser/src/constants.js +8 -0
  524. package/node_modules/bowser/src/parser-browsers.js +89 -0
  525. package/node_modules/bowser/src/parser-platforms.js +42 -0
  526. package/node_modules/bowser/src/parser.js +86 -5
  527. package/node_modules/semver/README.md +3 -2
  528. package/node_modules/semver/bin/semver.js +1 -1
  529. package/node_modules/semver/functions/diff.js +1 -1
  530. package/node_modules/semver/internal/re.js +2 -2
  531. package/node_modules/semver/package.json +4 -4
  532. package/node_modules/semver/ranges/subset.js +1 -1
  533. package/package.json +20 -20
  534. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  535. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  536. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  537. package/node_modules/bowser/CHANGELOG.md +0 -218
@@ -1,4 +1,5 @@
1
- import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
+ import type { WaiterResult } from "@smithy/util-waiter";
2
3
  import { AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput } from "./commands/AddLayerVersionPermissionCommand";
3
4
  import { AddPermissionCommandInput, AddPermissionCommandOutput } from "./commands/AddPermissionCommand";
4
5
  import { CheckpointDurableExecutionCommandInput, CheckpointDurableExecutionCommandOutput } from "./commands/CheckpointDurableExecutionCommand";
@@ -602,6 +603,154 @@ export interface Lambda {
602
603
  updateFunctionUrlConfig(args: UpdateFunctionUrlConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFunctionUrlConfigCommandOutput>;
603
604
  updateFunctionUrlConfig(args: UpdateFunctionUrlConfigCommandInput, cb: (err: any, data?: UpdateFunctionUrlConfigCommandOutput) => void): void;
604
605
  updateFunctionUrlConfig(args: UpdateFunctionUrlConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFunctionUrlConfigCommandOutput) => void): void;
606
+ /**
607
+ * @see {@link GetDurableExecutionHistoryCommand}
608
+ * @param args - command input.
609
+ * @param paginationConfig - optional pagination config.
610
+ * @returns AsyncIterable of {@link GetDurableExecutionHistoryCommandOutput}.
611
+ */
612
+ paginateGetDurableExecutionHistory(args: GetDurableExecutionHistoryCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetDurableExecutionHistoryCommandOutput>;
613
+ /**
614
+ * @see {@link GetDurableExecutionStateCommand}
615
+ * @param args - command input.
616
+ * @param paginationConfig - optional pagination config.
617
+ * @returns AsyncIterable of {@link GetDurableExecutionStateCommandOutput}.
618
+ */
619
+ paginateGetDurableExecutionState(args: GetDurableExecutionStateCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetDurableExecutionStateCommandOutput>;
620
+ /**
621
+ * @see {@link ListAliasesCommand}
622
+ * @param args - command input.
623
+ * @param paginationConfig - optional pagination config.
624
+ * @returns AsyncIterable of {@link ListAliasesCommandOutput}.
625
+ */
626
+ paginateListAliases(args: ListAliasesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAliasesCommandOutput>;
627
+ /**
628
+ * @see {@link ListCapacityProvidersCommand}
629
+ * @param args - command input.
630
+ * @param paginationConfig - optional pagination config.
631
+ * @returns AsyncIterable of {@link ListCapacityProvidersCommandOutput}.
632
+ */
633
+ paginateListCapacityProviders(args?: ListCapacityProvidersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCapacityProvidersCommandOutput>;
634
+ /**
635
+ * @see {@link ListCodeSigningConfigsCommand}
636
+ * @param args - command input.
637
+ * @param paginationConfig - optional pagination config.
638
+ * @returns AsyncIterable of {@link ListCodeSigningConfigsCommandOutput}.
639
+ */
640
+ paginateListCodeSigningConfigs(args?: ListCodeSigningConfigsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCodeSigningConfigsCommandOutput>;
641
+ /**
642
+ * @see {@link ListDurableExecutionsByFunctionCommand}
643
+ * @param args - command input.
644
+ * @param paginationConfig - optional pagination config.
645
+ * @returns AsyncIterable of {@link ListDurableExecutionsByFunctionCommandOutput}.
646
+ */
647
+ paginateListDurableExecutionsByFunction(args: ListDurableExecutionsByFunctionCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDurableExecutionsByFunctionCommandOutput>;
648
+ /**
649
+ * @see {@link ListEventSourceMappingsCommand}
650
+ * @param args - command input.
651
+ * @param paginationConfig - optional pagination config.
652
+ * @returns AsyncIterable of {@link ListEventSourceMappingsCommandOutput}.
653
+ */
654
+ paginateListEventSourceMappings(args?: ListEventSourceMappingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEventSourceMappingsCommandOutput>;
655
+ /**
656
+ * @see {@link ListFunctionEventInvokeConfigsCommand}
657
+ * @param args - command input.
658
+ * @param paginationConfig - optional pagination config.
659
+ * @returns AsyncIterable of {@link ListFunctionEventInvokeConfigsCommandOutput}.
660
+ */
661
+ paginateListFunctionEventInvokeConfigs(args: ListFunctionEventInvokeConfigsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFunctionEventInvokeConfigsCommandOutput>;
662
+ /**
663
+ * @see {@link ListFunctionsCommand}
664
+ * @param args - command input.
665
+ * @param paginationConfig - optional pagination config.
666
+ * @returns AsyncIterable of {@link ListFunctionsCommandOutput}.
667
+ */
668
+ paginateListFunctions(args?: ListFunctionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFunctionsCommandOutput>;
669
+ /**
670
+ * @see {@link ListFunctionsByCodeSigningConfigCommand}
671
+ * @param args - command input.
672
+ * @param paginationConfig - optional pagination config.
673
+ * @returns AsyncIterable of {@link ListFunctionsByCodeSigningConfigCommandOutput}.
674
+ */
675
+ paginateListFunctionsByCodeSigningConfig(args: ListFunctionsByCodeSigningConfigCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFunctionsByCodeSigningConfigCommandOutput>;
676
+ /**
677
+ * @see {@link ListFunctionUrlConfigsCommand}
678
+ * @param args - command input.
679
+ * @param paginationConfig - optional pagination config.
680
+ * @returns AsyncIterable of {@link ListFunctionUrlConfigsCommandOutput}.
681
+ */
682
+ paginateListFunctionUrlConfigs(args: ListFunctionUrlConfigsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFunctionUrlConfigsCommandOutput>;
683
+ /**
684
+ * @see {@link ListFunctionVersionsByCapacityProviderCommand}
685
+ * @param args - command input.
686
+ * @param paginationConfig - optional pagination config.
687
+ * @returns AsyncIterable of {@link ListFunctionVersionsByCapacityProviderCommandOutput}.
688
+ */
689
+ paginateListFunctionVersionsByCapacityProvider(args: ListFunctionVersionsByCapacityProviderCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFunctionVersionsByCapacityProviderCommandOutput>;
690
+ /**
691
+ * @see {@link ListLayersCommand}
692
+ * @param args - command input.
693
+ * @param paginationConfig - optional pagination config.
694
+ * @returns AsyncIterable of {@link ListLayersCommandOutput}.
695
+ */
696
+ paginateListLayers(args?: ListLayersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListLayersCommandOutput>;
697
+ /**
698
+ * @see {@link ListLayerVersionsCommand}
699
+ * @param args - command input.
700
+ * @param paginationConfig - optional pagination config.
701
+ * @returns AsyncIterable of {@link ListLayerVersionsCommandOutput}.
702
+ */
703
+ paginateListLayerVersions(args: ListLayerVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListLayerVersionsCommandOutput>;
704
+ /**
705
+ * @see {@link ListProvisionedConcurrencyConfigsCommand}
706
+ * @param args - command input.
707
+ * @param paginationConfig - optional pagination config.
708
+ * @returns AsyncIterable of {@link ListProvisionedConcurrencyConfigsCommandOutput}.
709
+ */
710
+ paginateListProvisionedConcurrencyConfigs(args: ListProvisionedConcurrencyConfigsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListProvisionedConcurrencyConfigsCommandOutput>;
711
+ /**
712
+ * @see {@link ListVersionsByFunctionCommand}
713
+ * @param args - command input.
714
+ * @param paginationConfig - optional pagination config.
715
+ * @returns AsyncIterable of {@link ListVersionsByFunctionCommandOutput}.
716
+ */
717
+ paginateListVersionsByFunction(args: ListVersionsByFunctionCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListVersionsByFunctionCommandOutput>;
718
+ /**
719
+ * @see {@link GetFunctionCommand}
720
+ * @param args - command input.
721
+ * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
722
+ */
723
+ waitUntilFunctionActiveV2(args: GetFunctionCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Lambda>, "client">): Promise<WaiterResult>;
724
+ /**
725
+ * @see {@link GetFunctionCommand}
726
+ * @param args - command input.
727
+ * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
728
+ */
729
+ waitUntilFunctionExists(args: GetFunctionCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Lambda>, "client">): Promise<WaiterResult>;
730
+ /**
731
+ * @see {@link GetFunctionCommand}
732
+ * @param args - command input.
733
+ * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
734
+ */
735
+ waitUntilFunctionUpdatedV2(args: GetFunctionCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Lambda>, "client">): Promise<WaiterResult>;
736
+ /**
737
+ * @see {@link GetFunctionConfigurationCommand}
738
+ * @param args - command input.
739
+ * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
740
+ */
741
+ waitUntilFunctionActive(args: GetFunctionConfigurationCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Lambda>, "client">): Promise<WaiterResult>;
742
+ /**
743
+ * @see {@link GetFunctionConfigurationCommand}
744
+ * @param args - command input.
745
+ * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
746
+ */
747
+ waitUntilFunctionUpdated(args: GetFunctionConfigurationCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Lambda>, "client">): Promise<WaiterResult>;
748
+ /**
749
+ * @see {@link GetFunctionConfigurationCommand}
750
+ * @param args - command input.
751
+ * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
752
+ */
753
+ waitUntilPublishedVersionActive(args: GetFunctionConfigurationCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Lambda>, "client">): Promise<WaiterResult>;
605
754
  }
606
755
  /**
607
756
  * <fullname>Lambda</fullname> <p> <b>Overview</b> </p> <p>Lambda is a compute service that lets you run code without provisioning or managing servers. Lambda runs your code on a high-availability compute infrastructure and performs all of the administration of the compute resources, including server and operating system maintenance, capacity provisioning and automatic scaling, code monitoring and logging. With Lambda, you can run code for virtually any type of application or backend service. For more information about the Lambda service, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/welcome.html">What is Lambda</a> in the <b>Lambda Developer Guide</b>.</p> <p>The <i>Lambda API Reference</i> provides information about each of the API methods, including details about the parameters in each API request and response. </p> <p/> <p>You can use Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools to access the API. For installation instructions, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>. </p> <p>For a list of Region-specific endpoints that Lambda supports, see <a href="https://docs.aws.amazon.com/general/latest/gr/lambda-service.html">Lambda endpoints and quotas </a> in the <i>Amazon Web Services General Reference.</i>. </p> <p>When making the API calls, you will need to authenticate your request by providing a signature. Lambda supports signature version 4. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 signing process</a> in the <i>Amazon Web Services General Reference.</i>. </p> <p> <b>CA certificates</b> </p> <p>Because Amazon Web Services SDKs use the CA certificates from your computer, changes to the certificates on the Amazon Web Services servers can cause connection failures when you attempt to use an SDK. You can prevent these failures by keeping your computer's CA certificates and operating system up-to-date. If you encounter this issue in a corporate environment and do not manage your own computer, you might need to ask an administrator to assist with the update process. The following list shows minimum operating system and Java versions:</p> <ul> <li> <p>Microsoft Windows versions that have updates from January 2005 or later installed contain at least one of the required CAs in their trust list. </p> </li> <li> <p>Mac OS X 10.4 with Java for Mac OS X 10.4 Release 5 (February 2007), Mac OS X 10.5 (October 2007), and later versions contain at least one of the required CAs in their trust list. </p> </li> <li> <p>Red Hat Enterprise Linux 5 (March 2007), 6, and 7 and CentOS 5, 6, and 7 all contain at least one of the required CAs in their default trusted CA list. </p> </li> <li> <p>Java 1.4.2_12 (May 2006), 5 Update 2 (March 2005), and all later versions, including Java 6 (December 2006), 7, and 8, contain at least one of the required CAs in their default trusted CA list. </p> </li> </ul> <p>When accessing the Lambda management console or Lambda API endpoints, whether through browsers or programmatically, you will need to ensure your client machines support any of the following CAs: </p> <ul> <li> <p>Amazon Root CA 1</p> </li> <li> <p>Starfield Services Root Certificate Authority - G2</p> </li> <li> <p>Starfield Class 2 Certification Authority</p> </li> </ul> <p>Root certificates from the first two authorities are available from <a href="https://www.amazontrust.com/repository/">Amazon trust services</a>, but keeping your computer up-to-date is the more straightforward solution. To learn more about ACM-provided certificates, see <a href="http://aws.amazon.com/certificate-manager/faqs/#certificates">Amazon Web Services Certificate Manager FAQs.</a> </p>
@@ -136,9 +136,12 @@ declare const CreateEventSourceMappingCommand_base: {
136
136
  * KMSKeyArn: "STRING_VALUE",
137
137
  * MetricsConfig: { // EventSourceMappingMetricsConfig
138
138
  * Metrics: [ // EventSourceMappingMetricList
139
- * "EventCount",
139
+ * "EventCount" || "ErrorCount" || "KafkaMetrics",
140
140
  * ],
141
141
  * },
142
+ * LoggingConfig: { // EventSourceMappingLoggingConfig
143
+ * SystemLogLevel: "DEBUG" || "INFO" || "WARN",
144
+ * },
142
145
  * ProvisionedPollerConfig: { // ProvisionedPollerConfig
143
146
  * MinimumPollers: Number("int"),
144
147
  * MaximumPollers: Number("int"),
@@ -253,9 +256,12 @@ declare const CreateEventSourceMappingCommand_base: {
253
256
  * // EventSourceMappingArn: "STRING_VALUE",
254
257
  * // MetricsConfig: { // EventSourceMappingMetricsConfig
255
258
  * // Metrics: [ // EventSourceMappingMetricList
256
- * // "EventCount",
259
+ * // "EventCount" || "ErrorCount" || "KafkaMetrics",
257
260
  * // ],
258
261
  * // },
262
+ * // LoggingConfig: { // EventSourceMappingLoggingConfig
263
+ * // SystemLogLevel: "DEBUG" || "INFO" || "WARN",
264
+ * // },
259
265
  * // ProvisionedPollerConfig: { // ProvisionedPollerConfig
260
266
  * // MinimumPollers: Number("int"),
261
267
  * // MaximumPollers: Number("int"),
@@ -147,9 +147,12 @@ declare const DeleteEventSourceMappingCommand_base: {
147
147
  * // EventSourceMappingArn: "STRING_VALUE",
148
148
  * // MetricsConfig: { // EventSourceMappingMetricsConfig
149
149
  * // Metrics: [ // EventSourceMappingMetricList
150
- * // "EventCount",
150
+ * // "EventCount" || "ErrorCount" || "KafkaMetrics",
151
151
  * // ],
152
152
  * // },
153
+ * // LoggingConfig: { // EventSourceMappingLoggingConfig
154
+ * // SystemLogLevel: "DEBUG" || "INFO" || "WARN",
155
+ * // },
153
156
  * // ProvisionedPollerConfig: { // ProvisionedPollerConfig
154
157
  * // MinimumPollers: Number("int"),
155
158
  * // MaximumPollers: Number("int"),
@@ -147,9 +147,12 @@ declare const GetEventSourceMappingCommand_base: {
147
147
  * // EventSourceMappingArn: "STRING_VALUE",
148
148
  * // MetricsConfig: { // EventSourceMappingMetricsConfig
149
149
  * // Metrics: [ // EventSourceMappingMetricList
150
- * // "EventCount",
150
+ * // "EventCount" || "ErrorCount" || "KafkaMetrics",
151
151
  * // ],
152
152
  * // },
153
+ * // LoggingConfig: { // EventSourceMappingLoggingConfig
154
+ * // SystemLogLevel: "DEBUG" || "INFO" || "WARN",
155
+ * // },
153
156
  * // ProvisionedPollerConfig: { // ProvisionedPollerConfig
154
157
  * // MinimumPollers: Number("int"),
155
158
  * // MaximumPollers: Number("int"),
@@ -78,9 +78,9 @@ declare const GetProvisionedConcurrencyConfigCommand_base: {
78
78
  * <p>Base exception class for all service exceptions from Lambda service.</p>
79
79
  *
80
80
  *
81
- * @example To get a provisioned concurrency configuration
81
+ * @example To view a provisioned concurrency configuration
82
82
  * ```javascript
83
- * // The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.
83
+ * // The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.
84
84
  * const input = {
85
85
  * FunctionName: "my-function",
86
86
  * Qualifier: "BLUE"
@@ -98,9 +98,9 @@ declare const GetProvisionedConcurrencyConfigCommand_base: {
98
98
  * *\/
99
99
  * ```
100
100
  *
101
- * @example To view a provisioned concurrency configuration
101
+ * @example To get a provisioned concurrency configuration
102
102
  * ```javascript
103
- * // The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.
103
+ * // The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.
104
104
  * const input = {
105
105
  * FunctionName: "my-function",
106
106
  * Qualifier: "BLUE"
@@ -153,9 +153,12 @@ declare const ListEventSourceMappingsCommand_base: {
153
153
  * // EventSourceMappingArn: "STRING_VALUE",
154
154
  * // MetricsConfig: { // EventSourceMappingMetricsConfig
155
155
  * // Metrics: [ // EventSourceMappingMetricList
156
- * // "EventCount",
156
+ * // "EventCount" || "ErrorCount" || "KafkaMetrics",
157
157
  * // ],
158
158
  * // },
159
+ * // LoggingConfig: { // EventSourceMappingLoggingConfig
160
+ * // SystemLogLevel: "DEBUG" || "INFO" || "WARN",
161
+ * // },
159
162
  * // ProvisionedPollerConfig: { // ProvisionedPollerConfig
160
163
  * // MinimumPollers: Number("int"),
161
164
  * // MaximumPollers: Number("int"),
@@ -118,9 +118,12 @@ declare const UpdateEventSourceMappingCommand_base: {
118
118
  * KMSKeyArn: "STRING_VALUE",
119
119
  * MetricsConfig: { // EventSourceMappingMetricsConfig
120
120
  * Metrics: [ // EventSourceMappingMetricList
121
- * "EventCount",
121
+ * "EventCount" || "ErrorCount" || "KafkaMetrics",
122
122
  * ],
123
123
  * },
124
+ * LoggingConfig: { // EventSourceMappingLoggingConfig
125
+ * SystemLogLevel: "DEBUG" || "INFO" || "WARN",
126
+ * },
124
127
  * ProvisionedPollerConfig: { // ProvisionedPollerConfig
125
128
  * MinimumPollers: Number("int"),
126
129
  * MaximumPollers: Number("int"),
@@ -235,9 +238,12 @@ declare const UpdateEventSourceMappingCommand_base: {
235
238
  * // EventSourceMappingArn: "STRING_VALUE",
236
239
  * // MetricsConfig: { // EventSourceMappingMetricsConfig
237
240
  * // Metrics: [ // EventSourceMappingMetricList
238
- * // "EventCount",
241
+ * // "EventCount" || "ErrorCount" || "KafkaMetrics",
239
242
  * // ],
240
243
  * // },
244
+ * // LoggingConfig: { // EventSourceMappingLoggingConfig
245
+ * // SystemLogLevel: "DEBUG" || "INFO" || "WARN",
246
+ * // },
241
247
  * // ProvisionedPollerConfig: { // ProvisionedPollerConfig
242
248
  * // MinimumPollers: Number("int"),
243
249
  * // MaximumPollers: Number("int"),
@@ -230,12 +230,27 @@ export declare const FunctionResponseType: {
230
230
  * @public
231
231
  */
232
232
  export type FunctionResponseType = (typeof FunctionResponseType)[keyof typeof FunctionResponseType];
233
+ /**
234
+ * @public
235
+ * @enum
236
+ */
237
+ export declare const EventSourceMappingSystemLogLevel: {
238
+ readonly Debug: "DEBUG";
239
+ readonly Info: "INFO";
240
+ readonly Warn: "WARN";
241
+ };
242
+ /**
243
+ * @public
244
+ */
245
+ export type EventSourceMappingSystemLogLevel = (typeof EventSourceMappingSystemLogLevel)[keyof typeof EventSourceMappingSystemLogLevel];
233
246
  /**
234
247
  * @public
235
248
  * @enum
236
249
  */
237
250
  export declare const EventSourceMappingMetric: {
251
+ readonly ErrorCount: "ErrorCount";
238
252
  readonly EventCount: "EventCount";
253
+ readonly KafkaMetrics: "KafkaMetrics";
239
254
  };
240
255
  /**
241
256
  * @public
@@ -1,5 +1,5 @@
1
1
  import { StreamingBlobTypes } from "@smithy/types";
2
- import { ApplicationLogLevel, Architecture, CapacityProviderPredefinedMetricType, CapacityProviderScalingMode, CapacityProviderState, CodeSigningPolicy, EndPointType, EventSourceMappingMetric, EventSourcePosition, EventType, ExecutionStatus, FullDocument, FunctionResponseType, FunctionUrlAuthType, FunctionVersion, FunctionVersionLatestPublished, InvocationType, InvokeMode, KafkaSchemaRegistryAuthType, KafkaSchemaValidationAttribute, LastUpdateStatus, LastUpdateStatusReasonCode, LogFormat, LogType, OperationAction, OperationStatus, OperationType, PackageType, ProvisionedConcurrencyStatusEnum, RecursiveLoop, ResponseStreamingInvocationType, Runtime, SchemaRegistryEventRecordFormat, SnapStartApplyOn, SnapStartOptimizationStatus, SourceAccessType, State, StateReasonCode, SystemLogLevel, TenantIsolationMode, TracingMode, UpdateRuntimeOn } from "./enums";
2
+ import { ApplicationLogLevel, Architecture, CapacityProviderPredefinedMetricType, CapacityProviderScalingMode, CapacityProviderState, CodeSigningPolicy, EndPointType, EventSourceMappingMetric, EventSourceMappingSystemLogLevel, EventSourcePosition, EventType, ExecutionStatus, FullDocument, FunctionResponseType, FunctionUrlAuthType, FunctionVersion, FunctionVersionLatestPublished, InvocationType, InvokeMode, KafkaSchemaRegistryAuthType, KafkaSchemaValidationAttribute, LastUpdateStatus, LastUpdateStatusReasonCode, LogFormat, LogType, OperationAction, OperationStatus, OperationType, PackageType, ProvisionedConcurrencyStatusEnum, RecursiveLoop, ResponseStreamingInvocationType, Runtime, SchemaRegistryEventRecordFormat, SnapStartApplyOn, SnapStartOptimizationStatus, SourceAccessType, State, StateReasonCode, SystemLogLevel, TenantIsolationMode, TracingMode, UpdateRuntimeOn } from "./enums";
3
3
  /**
4
4
  * <p>Limits that are related to concurrency and storage. All file and storage sizes are in bytes.</p>
5
5
  * @public
@@ -1380,13 +1380,24 @@ export interface FilterCriteria {
1380
1380
  */
1381
1381
  Filters?: Filter[] | undefined;
1382
1382
  }
1383
+ /**
1384
+ * <p>(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source. Use this configuration object to define the level of logs for your event source mapping. </p>
1385
+ * @public
1386
+ */
1387
+ export interface EventSourceMappingLoggingConfig {
1388
+ /**
1389
+ * <p> The log level you want your event source mapping to use. Lambda event poller only sends system logs at the selected level of detail and lower, where <code>DEBUG</code> is the highest level and <code>WARN</code> is the lowest. For more information about these metrics, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/esm-logging.html"> Event source mapping logging</a>. </p>
1390
+ * @public
1391
+ */
1392
+ SystemLogLevel?: EventSourceMappingSystemLogLevel | undefined;
1393
+ }
1383
1394
  /**
1384
1395
  * <p>The metrics configuration for your event source. Use this configuration object to define which metrics you want your event source mapping to produce.</p>
1385
1396
  * @public
1386
1397
  */
1387
1398
  export interface EventSourceMappingMetricsConfig {
1388
1399
  /**
1389
- * <p> The metrics you want your event source mapping to produce. Include <code>EventCount</code> to receive event source mapping metrics related to the number of events processed by your event source mapping. For more information about these metrics, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics"> Event source mapping metrics</a>. </p>
1400
+ * <p> The metrics you want your event source mapping to produce, including <code>EventCount</code>, <code>ErrorCount</code>, <code>KafkaMetrics</code>. </p> <ul> <li> <p> <code>EventCount</code> to receive metrics related to the number of events processed by your event source mapping.</p> </li> <li> <p> <code>ErrorCount</code> (Amazon MSK and self-managed Apache Kafka) to receive metrics related to the number of errors in your event source mapping processing.</p> </li> <li> <p> <code>KafkaMetrics</code> (Amazon MSK and self-managed Apache Kafka) to receive metrics related to the Kafka consumers from your event source mapping.</p> </li> </ul> <p> For more information about these metrics, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics"> Event source mapping metrics</a>. </p>
1390
1401
  * @public
1391
1402
  */
1392
1403
  Metrics?: EventSourceMappingMetric[] | undefined;
@@ -1600,6 +1611,11 @@ export interface CreateEventSourceMappingRequest {
1600
1611
  * @public
1601
1612
  */
1602
1613
  MetricsConfig?: EventSourceMappingMetricsConfig | undefined;
1614
+ /**
1615
+ * <p>(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/esm-logging.html">Event source mapping logging</a>.</p>
1616
+ * @public
1617
+ */
1618
+ LoggingConfig?: EventSourceMappingLoggingConfig | undefined;
1603
1619
  /**
1604
1620
  * <p>(Amazon SQS, Amazon MSK, and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode">provisioned mode</a>.</p>
1605
1621
  * @public
@@ -1782,6 +1798,11 @@ export interface EventSourceMappingConfiguration {
1782
1798
  * @public
1783
1799
  */
1784
1800
  MetricsConfig?: EventSourceMappingMetricsConfig | undefined;
1801
+ /**
1802
+ * <p>(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/esm-logging.html">Event source mapping logging</a>.</p>
1803
+ * @public
1804
+ */
1805
+ LoggingConfig?: EventSourceMappingLoggingConfig | undefined;
1785
1806
  /**
1786
1807
  * <p>(Amazon SQS, Amazon MSK, and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode">provisioned mode</a>.</p>
1787
1808
  * @public
@@ -1952,6 +1973,11 @@ export interface UpdateEventSourceMappingRequest {
1952
1973
  * @public
1953
1974
  */
1954
1975
  MetricsConfig?: EventSourceMappingMetricsConfig | undefined;
1976
+ /**
1977
+ * <p>(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source. Use this configuration object to define the level of logs for your event source mapping. </p>
1978
+ * @public
1979
+ */
1980
+ LoggingConfig?: EventSourceMappingLoggingConfig | undefined;
1955
1981
  /**
1956
1982
  * <p>(Amazon SQS, Amazon MSK, and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode">provisioned mode</a>.</p>
1957
1983
  * @public
@@ -1,4 +1,56 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var LambdaServiceException$: StaticErrorSchema;
4
+ export declare var CallbackTimeoutException$: StaticErrorSchema;
5
+ export declare var CapacityProviderLimitExceededException$: StaticErrorSchema;
6
+ export declare var CodeSigningConfigNotFoundException$: StaticErrorSchema;
7
+ export declare var CodeStorageExceededException$: StaticErrorSchema;
8
+ export declare var CodeVerificationFailedException$: StaticErrorSchema;
9
+ export declare var DurableExecutionAlreadyStartedException$: StaticErrorSchema;
10
+ export declare var EC2AccessDeniedException$: StaticErrorSchema;
11
+ export declare var EC2ThrottledException$: StaticErrorSchema;
12
+ export declare var EC2UnexpectedException$: StaticErrorSchema;
13
+ export declare var EFSIOException$: StaticErrorSchema;
14
+ export declare var EFSMountConnectivityException$: StaticErrorSchema;
15
+ export declare var EFSMountFailureException$: StaticErrorSchema;
16
+ export declare var EFSMountTimeoutException$: StaticErrorSchema;
17
+ export declare var ENILimitReachedException$: StaticErrorSchema;
18
+ export declare var FunctionVersionsPerCapacityProviderLimitExceededException$: StaticErrorSchema;
19
+ export declare var InvalidCodeSignatureException$: StaticErrorSchema;
20
+ export declare var InvalidParameterValueException$: StaticErrorSchema;
21
+ export declare var InvalidRequestContentException$: StaticErrorSchema;
22
+ export declare var InvalidRuntimeException$: StaticErrorSchema;
23
+ export declare var InvalidSecurityGroupIDException$: StaticErrorSchema;
24
+ export declare var InvalidSubnetIDException$: StaticErrorSchema;
25
+ export declare var InvalidZipFileException$: StaticErrorSchema;
26
+ export declare var KMSAccessDeniedException$: StaticErrorSchema;
27
+ export declare var KMSDisabledException$: StaticErrorSchema;
28
+ export declare var KMSInvalidStateException$: StaticErrorSchema;
29
+ export declare var KMSNotFoundException$: StaticErrorSchema;
30
+ export declare var NoPublishedVersionException$: StaticErrorSchema;
31
+ export declare var PolicyLengthExceededException$: StaticErrorSchema;
32
+ export declare var PreconditionFailedException$: StaticErrorSchema;
33
+ export declare var ProvisionedConcurrencyConfigNotFoundException$: StaticErrorSchema;
34
+ export declare var RecursiveInvocationException$: StaticErrorSchema;
35
+ export declare var RequestTooLargeException$: StaticErrorSchema;
36
+ export declare var ResourceConflictException$: StaticErrorSchema;
37
+ export declare var ResourceInUseException$: StaticErrorSchema;
38
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
39
+ export declare var ResourceNotReadyException$: StaticErrorSchema;
40
+ export declare var SerializedRequestEntityTooLargeException$: StaticErrorSchema;
41
+ export declare var ServiceException$: StaticErrorSchema;
42
+ export declare var SnapStartException$: StaticErrorSchema;
43
+ export declare var SnapStartNotReadyException$: StaticErrorSchema;
44
+ export declare var SnapStartTimeoutException$: StaticErrorSchema;
45
+ export declare var SubnetIPAddressLimitReachedException$: StaticErrorSchema;
46
+ export declare var TooManyRequestsException$: StaticErrorSchema;
47
+ export declare var UnsupportedMediaTypeException$: StaticErrorSchema;
48
+ /**
49
+ * TypeRegistry instances containing modeled errors.
50
+ * @internal
51
+ *
52
+ */
53
+ export declare const errorTypeRegistries: TypeRegistry[];
2
54
  export declare var AccountLimit$: StaticStructureSchema;
3
55
  export declare var AccountUsage$: StaticStructureSchema;
4
56
  export declare var AddLayerVersionPermissionRequest$: StaticStructureSchema;
@@ -15,10 +67,8 @@ export declare var CallbackOptions$: StaticStructureSchema;
15
67
  export declare var CallbackStartedDetails$: StaticStructureSchema;
16
68
  export declare var CallbackSucceededDetails$: StaticStructureSchema;
17
69
  export declare var CallbackTimedOutDetails$: StaticStructureSchema;
18
- export declare var CallbackTimeoutException$: StaticErrorSchema;
19
70
  export declare var CapacityProvider$: StaticStructureSchema;
20
71
  export declare var CapacityProviderConfig$: StaticStructureSchema;
21
- export declare var CapacityProviderLimitExceededException$: StaticErrorSchema;
22
72
  export declare var CapacityProviderPermissionsConfig$: StaticStructureSchema;
23
73
  export declare var CapacityProviderScalingConfig$: StaticStructureSchema;
24
74
  export declare var CapacityProviderVpcConfig$: StaticStructureSchema;
@@ -33,10 +83,7 @@ export declare var CheckpointDurableExecutionRequest$: StaticStructureSchema;
33
83
  export declare var CheckpointDurableExecutionResponse$: StaticStructureSchema;
34
84
  export declare var CheckpointUpdatedExecutionState$: StaticStructureSchema;
35
85
  export declare var CodeSigningConfig$: StaticStructureSchema;
36
- export declare var CodeSigningConfigNotFoundException$: StaticErrorSchema;
37
86
  export declare var CodeSigningPolicies$: StaticStructureSchema;
38
- export declare var CodeStorageExceededException$: StaticErrorSchema;
39
- export declare var CodeVerificationFailedException$: StaticErrorSchema;
40
87
  export declare var Concurrency$: StaticStructureSchema;
41
88
  export declare var ContextDetails$: StaticStructureSchema;
42
89
  export declare var ContextFailedDetails$: StaticStructureSchema;
@@ -71,15 +118,6 @@ export declare var DeleteProvisionedConcurrencyConfigRequest$: StaticStructureSc
71
118
  export declare var DestinationConfig$: StaticStructureSchema;
72
119
  export declare var DocumentDBEventSourceConfig$: StaticStructureSchema;
73
120
  export declare var DurableConfig$: StaticStructureSchema;
74
- export declare var DurableExecutionAlreadyStartedException$: StaticErrorSchema;
75
- export declare var EC2AccessDeniedException$: StaticErrorSchema;
76
- export declare var EC2ThrottledException$: StaticErrorSchema;
77
- export declare var EC2UnexpectedException$: StaticErrorSchema;
78
- export declare var EFSIOException$: StaticErrorSchema;
79
- export declare var EFSMountConnectivityException$: StaticErrorSchema;
80
- export declare var EFSMountFailureException$: StaticErrorSchema;
81
- export declare var EFSMountTimeoutException$: StaticErrorSchema;
82
- export declare var ENILimitReachedException$: StaticErrorSchema;
83
121
  export declare var Environment$: StaticStructureSchema;
84
122
  export declare var EnvironmentError$: StaticStructureSchema;
85
123
  export declare var EnvironmentResponse$: StaticStructureSchema;
@@ -90,6 +128,7 @@ export declare var EventError$: StaticStructureSchema;
90
128
  export declare var EventInput$: StaticStructureSchema;
91
129
  export declare var EventResult$: StaticStructureSchema;
92
130
  export declare var EventSourceMappingConfiguration$: StaticStructureSchema;
131
+ export declare var EventSourceMappingLoggingConfig$: StaticStructureSchema;
93
132
  export declare var EventSourceMappingMetricsConfig$: StaticStructureSchema;
94
133
  export declare var Execution$: StaticStructureSchema;
95
134
  export declare var ExecutionDetails$: StaticStructureSchema;
@@ -109,7 +148,6 @@ export declare var FunctionEventInvokeConfig$: StaticStructureSchema;
109
148
  export declare var FunctionScalingConfig$: StaticStructureSchema;
110
149
  export declare var FunctionUrlConfig$: StaticStructureSchema;
111
150
  export declare var FunctionVersionsByCapacityProviderListItem$: StaticStructureSchema;
112
- export declare var FunctionVersionsPerCapacityProviderLimitExceededException$: StaticErrorSchema;
113
151
  export declare var GetAccountSettingsRequest$: StaticStructureSchema;
114
152
  export declare var GetAccountSettingsResponse$: StaticStructureSchema;
115
153
  export declare var GetAliasRequest$: StaticStructureSchema;
@@ -153,13 +191,6 @@ export declare var ImageConfig$: StaticStructureSchema;
153
191
  export declare var ImageConfigError$: StaticStructureSchema;
154
192
  export declare var ImageConfigResponse$: StaticStructureSchema;
155
193
  export declare var InstanceRequirements$: StaticStructureSchema;
156
- export declare var InvalidCodeSignatureException$: StaticErrorSchema;
157
- export declare var InvalidParameterValueException$: StaticErrorSchema;
158
- export declare var InvalidRequestContentException$: StaticErrorSchema;
159
- export declare var InvalidRuntimeException$: StaticErrorSchema;
160
- export declare var InvalidSecurityGroupIDException$: StaticErrorSchema;
161
- export declare var InvalidSubnetIDException$: StaticErrorSchema;
162
- export declare var InvalidZipFileException$: StaticErrorSchema;
163
194
  export declare var InvocationCompletedDetails$: StaticStructureSchema;
164
195
  export declare var InvocationRequest$: StaticStructureSchema;
165
196
  export declare var InvocationResponse$: StaticStructureSchema;
@@ -172,10 +203,6 @@ export declare var InvokeWithResponseStreamResponse$: StaticStructureSchema;
172
203
  export declare var KafkaSchemaRegistryAccessConfig$: StaticStructureSchema;
173
204
  export declare var KafkaSchemaRegistryConfig$: StaticStructureSchema;
174
205
  export declare var KafkaSchemaValidationConfig$: StaticStructureSchema;
175
- export declare var KMSAccessDeniedException$: StaticErrorSchema;
176
- export declare var KMSDisabledException$: StaticErrorSchema;
177
- export declare var KMSInvalidStateException$: StaticErrorSchema;
178
- export declare var KMSNotFoundException$: StaticErrorSchema;
179
206
  export declare var LambdaManagedInstancesCapacityProviderConfig$: StaticStructureSchema;
180
207
  export declare var Layer$: StaticStructureSchema;
181
208
  export declare var LayersListItem$: StaticStructureSchema;
@@ -213,15 +240,11 @@ export declare var ListTagsResponse$: StaticStructureSchema;
213
240
  export declare var ListVersionsByFunctionRequest$: StaticStructureSchema;
214
241
  export declare var ListVersionsByFunctionResponse$: StaticStructureSchema;
215
242
  export declare var LoggingConfig$: StaticStructureSchema;
216
- export declare var NoPublishedVersionException$: StaticErrorSchema;
217
243
  export declare var OnFailure$: StaticStructureSchema;
218
244
  export declare var OnSuccess$: StaticStructureSchema;
219
245
  export declare var Operation$: StaticStructureSchema;
220
246
  export declare var OperationUpdate$: StaticStructureSchema;
221
- export declare var PolicyLengthExceededException$: StaticErrorSchema;
222
- export declare var PreconditionFailedException$: StaticErrorSchema;
223
247
  export declare var ProvisionedConcurrencyConfigListItem$: StaticStructureSchema;
224
- export declare var ProvisionedConcurrencyConfigNotFoundException$: StaticErrorSchema;
225
248
  export declare var ProvisionedPollerConfig$: StaticStructureSchema;
226
249
  export declare var PublishLayerVersionRequest$: StaticStructureSchema;
227
250
  export declare var PublishLayerVersionResponse$: StaticStructureSchema;
@@ -238,14 +261,8 @@ export declare var PutProvisionedConcurrencyConfigRequest$: StaticStructureSchem
238
261
  export declare var PutProvisionedConcurrencyConfigResponse$: StaticStructureSchema;
239
262
  export declare var PutRuntimeManagementConfigRequest$: StaticStructureSchema;
240
263
  export declare var PutRuntimeManagementConfigResponse$: StaticStructureSchema;
241
- export declare var RecursiveInvocationException$: StaticErrorSchema;
242
264
  export declare var RemoveLayerVersionPermissionRequest$: StaticStructureSchema;
243
265
  export declare var RemovePermissionRequest$: StaticStructureSchema;
244
- export declare var RequestTooLargeException$: StaticErrorSchema;
245
- export declare var ResourceConflictException$: StaticErrorSchema;
246
- export declare var ResourceInUseException$: StaticErrorSchema;
247
- export declare var ResourceNotFoundException$: StaticErrorSchema;
248
- export declare var ResourceNotReadyException$: StaticErrorSchema;
249
266
  export declare var RetryDetails$: StaticStructureSchema;
250
267
  export declare var RuntimeVersionConfig$: StaticStructureSchema;
251
268
  export declare var RuntimeVersionError$: StaticStructureSchema;
@@ -258,13 +275,8 @@ export declare var SendDurableExecutionCallbackHeartbeatRequest$: StaticStructur
258
275
  export declare var SendDurableExecutionCallbackHeartbeatResponse$: StaticStructureSchema;
259
276
  export declare var SendDurableExecutionCallbackSuccessRequest$: StaticStructureSchema;
260
277
  export declare var SendDurableExecutionCallbackSuccessResponse$: StaticStructureSchema;
261
- export declare var SerializedRequestEntityTooLargeException$: StaticErrorSchema;
262
- export declare var ServiceException$: StaticErrorSchema;
263
278
  export declare var SnapStart$: StaticStructureSchema;
264
- export declare var SnapStartException$: StaticErrorSchema;
265
- export declare var SnapStartNotReadyException$: StaticErrorSchema;
266
279
  export declare var SnapStartResponse$: StaticStructureSchema;
267
- export declare var SnapStartTimeoutException$: StaticErrorSchema;
268
280
  export declare var SourceAccessConfiguration$: StaticStructureSchema;
269
281
  export declare var StepDetails$: StaticStructureSchema;
270
282
  export declare var StepFailedDetails$: StaticStructureSchema;
@@ -273,16 +285,13 @@ export declare var StepStartedDetails$: StaticStructureSchema;
273
285
  export declare var StepSucceededDetails$: StaticStructureSchema;
274
286
  export declare var StopDurableExecutionRequest$: StaticStructureSchema;
275
287
  export declare var StopDurableExecutionResponse$: StaticStructureSchema;
276
- export declare var SubnetIPAddressLimitReachedException$: StaticErrorSchema;
277
288
  export declare var TagResourceRequest$: StaticStructureSchema;
278
289
  export declare var TagsError$: StaticStructureSchema;
279
290
  export declare var TargetTrackingScalingPolicy$: StaticStructureSchema;
280
291
  export declare var TenancyConfig$: StaticStructureSchema;
281
- export declare var TooManyRequestsException$: StaticErrorSchema;
282
292
  export declare var TraceHeader$: StaticStructureSchema;
283
293
  export declare var TracingConfig$: StaticStructureSchema;
284
294
  export declare var TracingConfigResponse$: StaticStructureSchema;
285
- export declare var UnsupportedMediaTypeException$: StaticErrorSchema;
286
295
  export declare var UntagResourceRequest$: StaticStructureSchema;
287
296
  export declare var UpdateAliasRequest$: StaticStructureSchema;
288
297
  export declare var UpdateCapacityProviderRequest$: StaticStructureSchema;
@@ -302,7 +311,6 @@ export declare var WaitDetails$: StaticStructureSchema;
302
311
  export declare var WaitOptions$: StaticStructureSchema;
303
312
  export declare var WaitStartedDetails$: StaticStructureSchema;
304
313
  export declare var WaitSucceededDetails$: StaticStructureSchema;
305
- export declare var LambdaServiceException$: StaticErrorSchema;
306
314
  export declare var InvokeWithResponseStreamResponseEvent$: StaticUnionSchema;
307
315
  export declare var AddLayerVersionPermission$: StaticOperationSchema;
308
316
  export declare var AddPermission$: StaticOperationSchema;