@jjrawlins/cdk-ami-builder 0.0.159 → 0.0.161

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 (251) hide show
  1. package/.jsii +12 -12
  2. package/cdkamibuilder/go.mod +2 -2
  3. package/cdkamibuilder/jsii/jsii.go +2 -2
  4. package/cdkamibuilder/version +1 -1
  5. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  6. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  7. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  8. package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +27 -0
  9. package/node_modules/@aws-sdk/client-ec2/dist-cjs/schemas/schemas_0.js +11 -8
  10. package/node_modules/@aws-sdk/client-ec2/dist-es/models/enums.js +27 -0
  11. package/node_modules/@aws-sdk/client-ec2/dist-es/schemas/schemas_0.js +11 -8
  12. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  13. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +4 -4
  14. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  15. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  16. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +2 -0
  19. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  20. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
  21. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  23. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  24. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  25. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  26. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  27. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  28. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
  29. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  30. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  32. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  34. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  36. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  37. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -0
  38. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  39. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  40. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  41. package/node_modules/@aws-sdk/client-ec2/dist-types/models/enums.d.ts +27 -0
  42. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +24 -0
  43. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/enums.d.ts +27 -0
  44. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +4 -0
  45. package/node_modules/@aws-sdk/client-ec2/package.json +35 -35
  46. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +7 -0
  47. package/node_modules/@aws-sdk/client-ecs/dist-cjs/schemas/schemas_0.js +23 -14
  48. package/node_modules/@aws-sdk/client-ecs/dist-es/models/enums.js +6 -0
  49. package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +15 -6
  50. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +10 -2
  51. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +5 -1
  52. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +5 -1
  53. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +9 -1
  54. package/node_modules/@aws-sdk/client-ecs/dist-types/models/enums.d.ts +14 -0
  55. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +28 -2
  56. package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +1 -0
  57. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/enums.d.ts +8 -0
  58. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +7 -0
  59. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  60. package/node_modules/@aws-sdk/client-ecs/package.json +34 -34
  61. package/node_modules/@aws-sdk/client-kms/package.json +33 -33
  62. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +9 -0
  63. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +10 -1
  64. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +9 -0
  65. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -0
  66. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +13 -1
  67. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -0
  68. package/node_modules/@aws-sdk/client-s3/package.json +49 -49
  69. package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
  70. package/node_modules/@aws-sdk/client-sfn/package.json +33 -33
  71. package/node_modules/@aws-sdk/client-sns/package.json +33 -33
  72. package/node_modules/@aws-sdk/client-sqs/package.json +35 -35
  73. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  74. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  75. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
  76. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
  77. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
  78. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
  79. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  80. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  81. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
  82. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -1
  83. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  84. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  85. package/node_modules/@aws-sdk/core/package.json +11 -11
  86. package/node_modules/@aws-sdk/crc64-nvme/package.json +2 -2
  87. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
  88. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  89. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
  90. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
  91. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
  92. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
  93. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
  94. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
  95. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  96. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -2
  97. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
  98. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
  99. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
  100. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
  101. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
  102. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -2
  103. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  104. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  105. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  106. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
  107. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
  108. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  109. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
  110. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
  111. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  112. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +1 -1
  113. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
  114. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +2 -2
  115. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
  116. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
  117. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  118. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +2 -2
  119. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -1
  120. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -1
  121. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  122. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeDisableMultiregionAccessPointConfigOptions.d.ts +1 -1
  123. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +1 -1
  124. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +2 -2
  125. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +1 -1
  126. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
  127. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +1 -1
  128. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  129. package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +1 -1
  130. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  131. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -1
  132. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +30 -27
  133. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +0 -5
  134. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -1
  135. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +1 -1
  136. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +2 -1
  137. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +15 -8
  138. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +1 -1
  139. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +1 -1
  140. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +4 -2
  141. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +2 -2
  142. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +2 -2
  143. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +2 -2
  144. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +1 -1
  145. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +3 -2
  146. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmListForResponse.d.ts +1 -1
  147. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumLocationName.d.ts +1 -1
  148. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
  149. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +5 -5
  150. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeader.d.ts +1 -1
  151. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +1 -1
  152. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +16 -2
  153. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/selectChecksumAlgorithmFunction.d.ts +3 -3
  154. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +1 -1
  155. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +2 -0
  156. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +3 -2
  157. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumLocationName.d.ts +1 -1
  158. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +11 -1
  159. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/selectChecksumAlgorithmFunction.d.ts +1 -1
  160. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -3
  161. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +10 -10
  162. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
  163. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  164. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/configuration.d.ts +1 -1
  165. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/index.d.ts +2 -2
  166. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  167. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  168. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +1 -1
  169. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +1 -1
  170. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +1 -1
  171. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +1 -1
  172. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +1 -1
  173. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  174. package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +8 -8
  175. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +0 -1
  176. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -1
  177. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +1 -1
  178. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +1 -1
  179. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +2 -2
  180. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +1 -1
  181. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +1 -1
  182. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +1 -1
  183. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -1
  184. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -3
  185. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +2 -2
  186. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +2 -2
  187. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +4 -4
  188. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +1 -1
  189. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +1 -1
  190. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +2 -2
  191. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +1 -1
  192. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +1 -1
  193. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +2 -2
  194. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  195. package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/configurations.d.ts +1 -1
  196. package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/queue-url.d.ts +1 -1
  197. package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/receive-message.d.ts +2 -2
  198. package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/send-message-batch.d.ts +2 -2
  199. package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/send-message.d.ts +2 -2
  200. package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +4 -4
  201. package/node_modules/@aws-sdk/middleware-ssec/dist-types/index.d.ts +1 -1
  202. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  203. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
  204. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  205. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  206. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  207. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  208. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +2 -2
  209. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  210. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +2 -2
  211. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
  212. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -2
  213. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +1 -1
  214. package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
  215. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
  216. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  217. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  218. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +3 -3
  219. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
  220. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
  221. package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
  222. package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
  223. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
  224. package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
  225. package/node_modules/@aws-sdk/types/package.json +2 -2
  226. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  227. package/node_modules/@aws-sdk/util-format-url/dist-types/index.d.ts +1 -1
  228. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  229. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
  230. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
  231. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  232. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +51 -8
  233. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +7 -2
  234. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +1 -1
  235. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptPackageJsonPath.js +14 -0
  236. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +24 -0
  237. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptPackageJsonPath.d.ts +9 -0
  238. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
  239. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
  240. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  241. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptPackageJsonPath.d.ts +1 -0
  242. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
  243. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -6
  244. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
  245. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
  246. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  247. package/node_modules/@types/aws-lambda/README.md +1 -1
  248. package/node_modules/@types/aws-lambda/package.json +2 -2
  249. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/inbound-federation.d.ts +40 -0
  250. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +3 -1
  251. package/package.json +15 -15
@@ -1,8 +1,8 @@
1
- import { Pluggable } from "@smithy/types";
2
- import { PreviouslyResolved } from "./configuration";
3
- import { FlexibleChecksumsInputMiddlewareConfig } from "./flexibleChecksumsInputMiddleware";
4
- import { FlexibleChecksumsRequestMiddlewareConfig } from "./flexibleChecksumsMiddleware";
5
- import { FlexibleChecksumsResponseMiddlewareConfig } from "./flexibleChecksumsResponseMiddleware";
1
+ import type { Pluggable } from "@smithy/types";
2
+ import type { PreviouslyResolved } from "./configuration";
3
+ import type { FlexibleChecksumsInputMiddlewareConfig } from "./flexibleChecksumsInputMiddleware";
4
+ import type { FlexibleChecksumsRequestMiddlewareConfig } from "./flexibleChecksumsMiddleware";
5
+ import type { FlexibleChecksumsResponseMiddlewareConfig } from "./flexibleChecksumsResponseMiddleware";
6
6
  /**
7
7
  * @internal
8
8
  */
@@ -1,4 +1,4 @@
1
- import { HeaderBag } from "@smithy/types";
1
+ import type { HeaderBag } from "@smithy/types";
2
2
  /**
3
3
  * Returns true if header is present in headers.
4
4
  * Comparisons are case-insensitive.
@@ -1,4 +1,4 @@
1
- import { HeaderBag } from "@smithy/types";
1
+ import type { HeaderBag } from "@smithy/types";
2
2
  /**
3
3
  * Returns true if header with headerPrefix is present in headers.
4
4
  * Comparisons are case-insensitive.
@@ -1,5 +1,5 @@
1
- import { Provider } from "@smithy/types";
2
- import { RequestChecksumCalculation, ResponseChecksumValidation } from "./constants";
1
+ import type { ChecksumConstructor, Provider } from "@smithy/types";
2
+ import type { RequestChecksumCalculation, ResponseChecksumValidation } from "./constants";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -28,6 +28,19 @@ export interface FlexibleChecksumsInputConfig {
28
28
  * of 8kb or greater.
29
29
  */
30
30
  requestStreamBufferSize?: number | false;
31
+ /**
32
+ * Optional implementations of checksum algorithms adhering to the
33
+ * Checksum interface.
34
+ */
35
+ checksumAlgorithms?: {
36
+ CRC32?: ChecksumConstructor;
37
+ CRC32C?: ChecksumConstructor;
38
+ CRC64NVME?: ChecksumConstructor;
39
+ SHA1?: ChecksumConstructor;
40
+ SHA256?: ChecksumConstructor;
41
+ } & {
42
+ [algorithmId: string]: ChecksumConstructor;
43
+ };
31
44
  }
32
45
  /**
33
46
  * @internal
@@ -36,6 +49,7 @@ export interface FlexibleChecksumsResolvedConfig {
36
49
  requestChecksumCalculation: Provider<RequestChecksumCalculation>;
37
50
  responseChecksumValidation: Provider<ResponseChecksumValidation>;
38
51
  requestStreamBufferSize: number;
52
+ checksumAlgorithms?: FlexibleChecksumsInputConfig["checksumAlgorithms"];
39
53
  }
40
54
  /**
41
55
  * @internal
@@ -1,7 +1,7 @@
1
- import { ChecksumConstructor, HashConstructor } from "@smithy/types";
2
- import { PreviouslyResolved } from "./configuration";
1
+ import type { ChecksumConstructor, HashConstructor } from "@smithy/types";
2
+ import type { PreviouslyResolved } from "./configuration";
3
3
  import { ChecksumAlgorithm } from "./constants";
4
4
  /**
5
5
  * Returns the function that will compute the checksum for the given {@link ChecksumAlgorithm}.
6
6
  */
7
- export declare const selectChecksumAlgorithmFunction: (checksumAlgorithm: ChecksumAlgorithm, config: PreviouslyResolved) => ChecksumConstructor | HashConstructor;
7
+ export declare const selectChecksumAlgorithmFunction: (checksumAlgorithm: ChecksumAlgorithm | string, config: PreviouslyResolved) => ChecksumConstructor | HashConstructor;
@@ -1,4 +1,4 @@
1
- import { ChecksumConstructor, HashConstructor } from "@smithy/types";
1
+ import type { ChecksumConstructor, HashConstructor } from "@smithy/types";
2
2
  /**
3
3
  * A function that, given a hash constructor and a string, calculates the hash of the string.
4
4
  */
@@ -12,6 +12,7 @@ import {
12
12
  RequestChecksumCalculation,
13
13
  ResponseChecksumValidation,
14
14
  } from "./constants";
15
+ import { FlexibleChecksumsInputConfig } from "./resolveFlexibleChecksumsConfig";
15
16
  export interface PreviouslyResolved {
16
17
  base64Encoder: Encoder;
17
18
  bodyLengthChecker: BodyLengthCalculator;
@@ -24,4 +25,5 @@ export interface PreviouslyResolved {
24
25
  streamHasher: StreamHasher<any>;
25
26
  streamCollector: StreamCollector;
26
27
  requestStreamBufferSize: number;
28
+ checksumAlgorithms?: FlexibleChecksumsInputConfig["checksumAlgorithms"];
27
29
  }
@@ -1,4 +1,5 @@
1
- import { ChecksumAlgorithm, RequestChecksumCalculation } from "./constants";
1
+ import { ChecksumAlgorithm } from "./constants";
2
+ import { RequestChecksumCalculation } from "./constants";
2
3
  export interface GetChecksumAlgorithmForRequestOptions {
3
4
  requestChecksumRequired: boolean;
4
5
  requestAlgorithmMember?: string;
@@ -11,4 +12,4 @@ export declare const getChecksumAlgorithmForRequest: (
11
12
  requestAlgorithmMember,
12
13
  requestChecksumCalculation,
13
14
  }: GetChecksumAlgorithmForRequestOptions
14
- ) => ChecksumAlgorithm | undefined;
15
+ ) => ChecksumAlgorithm | string | undefined;
@@ -1,4 +1,4 @@
1
1
  import { ChecksumAlgorithm } from "./constants";
2
2
  export declare const getChecksumLocationName: (
3
- algorithm: ChecksumAlgorithm
3
+ algorithm: ChecksumAlgorithm | string
4
4
  ) => string;
@@ -1,4 +1,4 @@
1
- import { Provider } from "@smithy/types";
1
+ import { ChecksumConstructor, Provider } from "@smithy/types";
2
2
  import {
3
3
  RequestChecksumCalculation,
4
4
  ResponseChecksumValidation,
@@ -11,11 +11,21 @@ export interface FlexibleChecksumsInputConfig {
11
11
  | ResponseChecksumValidation
12
12
  | Provider<ResponseChecksumValidation>;
13
13
  requestStreamBufferSize?: number | false;
14
+ checksumAlgorithms?: {
15
+ CRC32?: ChecksumConstructor;
16
+ CRC32C?: ChecksumConstructor;
17
+ CRC64NVME?: ChecksumConstructor;
18
+ SHA1?: ChecksumConstructor;
19
+ SHA256?: ChecksumConstructor;
20
+ } & {
21
+ [algorithmId: string]: ChecksumConstructor;
22
+ };
14
23
  }
15
24
  export interface FlexibleChecksumsResolvedConfig {
16
25
  requestChecksumCalculation: Provider<RequestChecksumCalculation>;
17
26
  responseChecksumValidation: Provider<ResponseChecksumValidation>;
18
27
  requestStreamBufferSize: number;
28
+ checksumAlgorithms?: FlexibleChecksumsInputConfig["checksumAlgorithms"];
19
29
  }
20
30
  export declare const resolveFlexibleChecksumsConfig: <T>(
21
31
  input: T & FlexibleChecksumsInputConfig
@@ -2,6 +2,6 @@ import { ChecksumConstructor, HashConstructor } from "@smithy/types";
2
2
  import { PreviouslyResolved } from "./configuration";
3
3
  import { ChecksumAlgorithm } from "./constants";
4
4
  export declare const selectChecksumAlgorithmFunction: (
5
- checksumAlgorithm: ChecksumAlgorithm,
5
+ checksumAlgorithm: ChecksumAlgorithm | string,
6
6
  config: PreviouslyResolved
7
7
  ) => ChecksumConstructor | HashConstructor;
@@ -1,6 +1,6 @@
1
- import { HttpResponse } from "@smithy/protocol-http";
2
- import { Logger } from "@smithy/types";
3
- import { PreviouslyResolved } from "./configuration";
1
+ import type { HttpResponse } from "@smithy/protocol-http";
2
+ import type { Logger } from "@smithy/types";
3
+ import type { PreviouslyResolved } from "./configuration";
4
4
  export interface ValidateChecksumFromResponseOptions {
5
5
  config: PreviouslyResolved;
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-flexible-checksums",
3
- "version": "3.972.11",
3
+ "version": "3.973.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-flexible-checksums",
@@ -37,20 +37,20 @@
37
37
  "@aws-crypto/crc32": "5.2.0",
38
38
  "@aws-crypto/crc32c": "5.2.0",
39
39
  "@aws-crypto/util": "5.2.0",
40
- "@aws-sdk/core": "^3.973.13",
41
- "@aws-sdk/crc64-nvme": "^3.972.1",
42
- "@aws-sdk/types": "^3.973.2",
40
+ "@aws-sdk/core": "^3.973.15",
41
+ "@aws-sdk/crc64-nvme": "^3.972.3",
42
+ "@aws-sdk/types": "^3.973.4",
43
43
  "@smithy/is-array-buffer": "^4.2.1",
44
- "@smithy/node-config-provider": "^4.3.9",
45
- "@smithy/protocol-http": "^5.3.9",
46
- "@smithy/types": "^4.12.1",
47
- "@smithy/util-middleware": "^4.2.9",
48
- "@smithy/util-stream": "^4.5.14",
44
+ "@smithy/node-config-provider": "^4.3.10",
45
+ "@smithy/protocol-http": "^5.3.10",
46
+ "@smithy/types": "^4.13.0",
47
+ "@smithy/util-middleware": "^4.2.10",
48
+ "@smithy/util-stream": "^4.5.15",
49
49
  "@smithy/util-utf8": "^4.2.1",
50
50
  "tslib": "^2.6.2"
51
51
  },
52
52
  "devDependencies": {
53
- "@smithy/node-http-handler": "^4.4.11",
53
+ "@smithy/node-http-handler": "^4.4.12",
54
54
  "concurrently": "7.0.0",
55
55
  "downlevel-dts": "0.10.1",
56
56
  "premove": "4.0.0",
@@ -1,4 +1,4 @@
1
- import { AbsoluteLocation, BuildHandlerOptions, BuildMiddleware, Pluggable, RequestHandler } from "@smithy/types";
1
+ import type { AbsoluteLocation, BuildHandlerOptions, BuildMiddleware, Pluggable, RequestHandler } from "@smithy/types";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.972.4",
3
+ "version": "3.972.6",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-host-header",
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.2",
29
- "@smithy/protocol-http": "^5.3.9",
30
- "@smithy/types": "^4.12.1",
28
+ "@aws-sdk/types": "^3.973.4",
29
+ "@smithy/protocol-http": "^5.3.10",
30
+ "@smithy/types": "^4.13.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "engines": {
@@ -1,4 +1,4 @@
1
- import { Provider } from "@smithy/types";
1
+ import type { Provider } from "@smithy/types";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -1,5 +1,5 @@
1
- import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
2
- import { LocationConstraintResolvedConfig } from "./configuration";
1
+ import type { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
2
+ import type { LocationConstraintResolvedConfig } from "./configuration";
3
3
  /**
4
4
  * This middleware modifies the input on S3 CreateBucket requests. If the LocationConstraint has not been set, this
5
5
  * middleware will set a LocationConstraint to match the configured region. The CreateBucketConfiguration will be
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-location-constraint",
3
- "version": "3.972.4",
3
+ "version": "3.972.6",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-location-constraint",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.2",
28
- "@smithy/types": "^4.12.1",
27
+ "@aws-sdk/types": "^3.973.4",
28
+ "@smithy/types": "^4.13.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.972.4",
3
+ "version": "3.972.6",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-logger",
@@ -25,8 +25,8 @@
25
25
  "module": "./dist-es/index.js",
26
26
  "types": "./dist-types/index.d.ts",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.2",
29
- "@smithy/types": "^4.12.1",
28
+ "@aws-sdk/types": "^3.973.4",
29
+ "@smithy/types": "^4.13.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -1,4 +1,4 @@
1
- import { AbsoluteLocation, BuildHandlerOptions } from "@smithy/types";
1
+ import type { AbsoluteLocation, BuildHandlerOptions } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { Pluggable } from "@smithy/types";
1
+ import type { Pluggable } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { BuildMiddleware } from "@smithy/types";
1
+ import type { BuildMiddleware } from "@smithy/types";
2
2
  /**
3
3
  * No-op middleware for runtimes outside of Node.js
4
4
  * @internal
@@ -1,4 +1,4 @@
1
- import { BuildMiddleware } from "@smithy/types";
1
+ import type { BuildMiddleware } from "@smithy/types";
2
2
  /**
3
3
  * Inject to trace ID to request header to detect recursion invocation in Lambda.
4
4
  * @internal
@@ -1,4 +1,4 @@
1
- import { BuildMiddleware } from "@smithy/types";
1
+ import type { BuildMiddleware } from "@smithy/types";
2
2
  /**
3
3
  * No-op middleware for runtimes outside of Node.js
4
4
  * @internal
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.972.4",
3
+ "version": "3.972.6",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-recursion-detection",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.2",
27
+ "@aws-sdk/types": "^3.973.4",
28
28
  "@aws/lambda-invoke-store": "^0.2.2",
29
- "@smithy/protocol-http": "^5.3.9",
30
- "@smithy/types": "^4.12.1",
29
+ "@smithy/protocol-http": "^5.3.10",
30
+ "@smithy/types": "^4.13.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-ec2",
3
- "version": "3.972.9",
3
+ "version": "3.972.11",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-sdk-ec2",
@@ -26,13 +26,13 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/types": "^3.973.2",
30
- "@aws-sdk/util-format-url": "^3.972.4",
31
- "@smithy/middleware-endpoint": "^4.4.18",
32
- "@smithy/protocol-http": "^5.3.9",
33
- "@smithy/signature-v4": "^5.3.9",
34
- "@smithy/smithy-client": "^4.11.7",
35
- "@smithy/types": "^4.12.1",
29
+ "@aws-sdk/types": "^3.973.4",
30
+ "@aws-sdk/util-format-url": "^3.972.6",
31
+ "@smithy/middleware-endpoint": "^4.4.20",
32
+ "@smithy/protocol-http": "^5.3.10",
33
+ "@smithy/signature-v4": "^5.3.10",
34
+ "@smithy/smithy-client": "^4.12.0",
35
+ "@smithy/types": "^4.13.0",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "engines": {
@@ -8,7 +8,6 @@ var signatureV4 = require('@smithy/signature-v4');
8
8
  var utilConfigProvider = require('@smithy/util-config-provider');
9
9
  var core = require('@aws-sdk/core');
10
10
  var core$1 = require('@smithy/core');
11
- require('@smithy/types');
12
11
  var utilMiddleware = require('@smithy/util-middleware');
13
12
 
14
13
  const CONTENT_LENGTH_HEADER = "content-length";
@@ -1,6 +1,5 @@
1
1
  import { httpSigningMiddlewareOptions } from "@smithy/core";
2
2
  import { HttpRequest } from "@smithy/protocol-http";
3
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
3
  import { getSmithyContext } from "@smithy/util-middleware";
5
4
  import { signS3Express } from "./signS3Express";
6
5
  const defaultErrorHandler = (signingProperties) => (error) => {
@@ -1,4 +1,4 @@
1
- import { RelativeMiddlewareOptions, SerializeMiddleware } from "@smithy/types";
1
+ import type { RelativeMiddlewareOptions, SerializeMiddleware } from "@smithy/types";
2
2
  interface PreviouslyResolved {
3
3
  bucketEndpoint?: boolean;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { FinalizeRequestHandlerOptions, FinalizeRequestMiddleware, Pluggable } from "@smithy/types";
1
+ import type { FinalizeRequestHandlerOptions, FinalizeRequestMiddleware, Pluggable } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  *
@@ -1,5 +1,5 @@
1
- import { RelativeMiddlewareOptions, SerializeMiddleware } from "@smithy/types";
2
- import { PreviouslyResolved } from "./region-redirect-middleware";
1
+ import type { RelativeMiddlewareOptions, SerializeMiddleware } from "@smithy/types";
2
+ import type { PreviouslyResolved } from "./region-redirect-middleware";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,4 +1,4 @@
1
- import { InitializeHandlerOptions, InitializeMiddleware, Pluggable, Provider } from "@smithy/types";
1
+ import type { InitializeHandlerOptions, InitializeMiddleware, Pluggable, Provider } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { DeserializeMiddleware, Pluggable, RelativeMiddlewareOptions } from "@smithy/types";
1
+ import type { DeserializeMiddleware, Pluggable, RelativeMiddlewareOptions } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { S3ExpressIdentityCacheEntry } from "./S3ExpressIdentityCacheEntry";
1
+ import type { S3ExpressIdentityCacheEntry } from "./S3ExpressIdentityCacheEntry";
2
2
  /**
3
3
  * @internal
4
4
  *
@@ -1,4 +1,4 @@
1
- import { S3ExpressIdentity } from "../interfaces/S3ExpressIdentity";
1
+ import type { S3ExpressIdentity } from "../interfaces/S3ExpressIdentity";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,6 +1,6 @@
1
- import { AwsCredentialIdentity } from "@aws-sdk/types";
2
- import { S3ExpressIdentity } from "../interfaces/S3ExpressIdentity";
3
- import { S3ExpressIdentityProvider } from "../interfaces/S3ExpressIdentityProvider";
1
+ import type { AwsCredentialIdentity } from "@aws-sdk/types";
2
+ import type { S3ExpressIdentity } from "../interfaces/S3ExpressIdentity";
3
+ import type { S3ExpressIdentityProvider } from "../interfaces/S3ExpressIdentityProvider";
4
4
  import { S3ExpressIdentityCache } from "./S3ExpressIdentityCache";
5
5
  /**
6
6
  * @internal
@@ -1,6 +1,6 @@
1
- import { AwsCredentialIdentity } from "@aws-sdk/types";
1
+ import type { AwsCredentialIdentity } from "@aws-sdk/types";
2
2
  import { SignatureV4 } from "@smithy/signature-v4";
3
- import { HttpRequest as IHttpRequest, RequestPresigningArguments, RequestSigningArguments } from "@smithy/types";
3
+ import type { HttpRequest as IHttpRequest, RequestPresigningArguments, RequestSigningArguments } from "@smithy/types";
4
4
  export declare class SignatureV4S3Express extends SignatureV4 {
5
5
  /**
6
6
  * Signs with alternate provided credentials instead of those provided in the
@@ -1,5 +1,5 @@
1
- import { IHttpRequest } from "@smithy/protocol-http";
2
- import { AuthScheme, AwsCredentialIdentity, FinalizeRequestMiddleware, Pluggable, RequestSigner } from "@smithy/types";
1
+ import type { IHttpRequest } from "@smithy/protocol-http";
2
+ import type { AuthScheme, AwsCredentialIdentity, FinalizeRequestMiddleware, Pluggable, RequestSigner } from "@smithy/types";
3
3
  interface SigningProperties {
4
4
  signingRegion: string;
5
5
  signingDate: Date;
@@ -1,7 +1,7 @@
1
- import { AwsCredentialIdentity } from "@aws-sdk/types";
2
- import { BuildHandlerOptions, BuildMiddleware, Logger, MemoizedProvider, Pluggable } from "@smithy/types";
3
- import { S3ExpressIdentity } from "../interfaces/S3ExpressIdentity";
4
- import { S3ExpressIdentityProvider } from "../interfaces/S3ExpressIdentityProvider";
1
+ import type { AwsCredentialIdentity } from "@aws-sdk/types";
2
+ import type { BuildHandlerOptions, BuildMiddleware, Logger, MemoizedProvider, Pluggable } from "@smithy/types";
3
+ import type { S3ExpressIdentity } from "../interfaces/S3ExpressIdentity";
4
+ import type { S3ExpressIdentityProvider } from "../interfaces/S3ExpressIdentityProvider";
5
5
  declare module "@smithy/types" {
6
6
  interface HandlerExecutionContext {
7
7
  /**
@@ -1,5 +1,5 @@
1
1
  import type { AwsCredentialIdentity, HttpRequest as IHttpRequest } from "@smithy/types";
2
- import { S3ExpressIdentity } from "../interfaces/S3ExpressIdentity";
2
+ import type { S3ExpressIdentity } from "../interfaces/S3ExpressIdentity";
3
3
  export declare const signS3Express: (s3ExpressIdentity: S3ExpressIdentity, signingOptions: {
4
4
  signingDate: Date;
5
5
  signingRegion: string;
@@ -1,4 +1,4 @@
1
- import { AwsCredentialIdentity } from "@aws-sdk/types";
1
+ import type { AwsCredentialIdentity } from "@aws-sdk/types";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity } from "@aws-sdk/types";
2
- import { S3ExpressIdentity } from "./S3ExpressIdentity";
1
+ import type { AwsCredentialIdentity } from "@aws-sdk/types";
2
+ import type { S3ExpressIdentity } from "./S3ExpressIdentity";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { Client, Command } from "@smithy/types";
2
- import { S3ExpressIdentityProvider } from "./s3-express";
2
+ import type { S3ExpressIdentityProvider } from "./s3-express";
3
3
  /**
4
4
  * All endpoint parameters with built-in bindings of AWS::S3::*
5
5
  * @public
@@ -1,4 +1,4 @@
1
- import { DeserializeMiddleware, Encoder, Pluggable, RelativeMiddlewareOptions } from "@smithy/types";
1
+ import type { DeserializeMiddleware, Encoder, Pluggable, RelativeMiddlewareOptions } from "@smithy/types";
2
2
  type PreviouslyResolved = {
3
3
  utf8Encoder: Encoder;
4
4
  };
@@ -1,5 +1,5 @@
1
- import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
2
- import { S3ResolvedConfig } from "./s3Configuration";
1
+ import type { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
2
+ import type { S3ResolvedConfig } from "./s3Configuration";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-s3",
3
- "version": "3.972.13",
3
+ "version": "3.972.15",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-sdk-s3",
@@ -28,18 +28,18 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.13",
32
- "@aws-sdk/types": "^3.973.2",
31
+ "@aws-sdk/core": "^3.973.15",
32
+ "@aws-sdk/types": "^3.973.4",
33
33
  "@aws-sdk/util-arn-parser": "^3.972.2",
34
- "@smithy/core": "^3.23.4",
35
- "@smithy/node-config-provider": "^4.3.9",
36
- "@smithy/protocol-http": "^5.3.9",
37
- "@smithy/signature-v4": "^5.3.9",
38
- "@smithy/smithy-client": "^4.11.7",
39
- "@smithy/types": "^4.12.1",
34
+ "@smithy/core": "^3.23.6",
35
+ "@smithy/node-config-provider": "^4.3.10",
36
+ "@smithy/protocol-http": "^5.3.10",
37
+ "@smithy/signature-v4": "^5.3.10",
38
+ "@smithy/smithy-client": "^4.12.0",
39
+ "@smithy/types": "^4.13.0",
40
40
  "@smithy/util-config-provider": "^4.2.1",
41
- "@smithy/util-middleware": "^4.2.9",
42
- "@smithy/util-stream": "^4.5.14",
41
+ "@smithy/util-middleware": "^4.2.10",
42
+ "@smithy/util-stream": "^4.5.15",
43
43
  "@smithy/util-utf8": "^4.2.1",
44
44
  "tslib": "^2.6.2"
45
45
  },
@@ -1,4 +1,4 @@
1
- import { ChecksumConstructor, HashConstructor } from "@smithy/types";
1
+ import type { ChecksumConstructor, HashConstructor } from "@smithy/types";
2
2
  export interface PreviouslyResolved {
3
3
  md5: ChecksumConstructor | HashConstructor | false;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { Endpoint, EndpointV2, FinalizeHandlerArguments, FinalizeHandlerOutput, HandlerExecutionContext, Pluggable, Provider, RelativeMiddlewareOptions } from "@aws-sdk/types";
1
+ import type { Endpoint, EndpointV2, FinalizeHandlerArguments, FinalizeHandlerOutput, HandlerExecutionContext, Pluggable, Provider, RelativeMiddlewareOptions } from "@aws-sdk/types";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -1,5 +1,5 @@
1
- import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
2
- import { PreviouslyResolved } from "./configurations";
1
+ import type { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
2
+ import type { PreviouslyResolved } from "./configurations";
3
3
  export declare function receiveMessageMiddleware(options: PreviouslyResolved): InitializeMiddleware<any, any>;
4
4
  export declare const receiveMessageMiddlewareOptions: InitializeHandlerOptions;
5
5
  export declare const getReceiveMessagePlugin: (config: PreviouslyResolved) => Pluggable<any, any>;
@@ -1,5 +1,5 @@
1
- import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
2
- import { PreviouslyResolved } from "./configurations";
1
+ import type { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
2
+ import type { PreviouslyResolved } from "./configurations";
3
3
  export declare const sendMessageBatchMiddleware: (options: PreviouslyResolved) => InitializeMiddleware<any, any>;
4
4
  export declare const sendMessageBatchMiddlewareOptions: InitializeHandlerOptions;
5
5
  export declare const getSendMessageBatchPlugin: (config: PreviouslyResolved) => Pluggable<any, any>;