@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,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kms",
3
3
  "description": "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
4
- "version": "3.997.0",
4
+ "version": "3.999.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-kms",
@@ -23,41 +23,41 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.13",
27
- "@aws-sdk/credential-provider-node": "^3.972.12",
28
- "@aws-sdk/middleware-host-header": "^3.972.4",
29
- "@aws-sdk/middleware-logger": "^3.972.4",
30
- "@aws-sdk/middleware-recursion-detection": "^3.972.4",
31
- "@aws-sdk/middleware-user-agent": "^3.972.13",
32
- "@aws-sdk/region-config-resolver": "^3.972.4",
33
- "@aws-sdk/types": "^3.973.2",
34
- "@aws-sdk/util-endpoints": "^3.996.1",
35
- "@aws-sdk/util-user-agent-browser": "^3.972.4",
36
- "@aws-sdk/util-user-agent-node": "^3.972.12",
37
- "@smithy/config-resolver": "^4.4.7",
38
- "@smithy/core": "^3.23.4",
39
- "@smithy/fetch-http-handler": "^5.3.10",
40
- "@smithy/hash-node": "^4.2.9",
41
- "@smithy/invalid-dependency": "^4.2.9",
42
- "@smithy/middleware-content-length": "^4.2.9",
43
- "@smithy/middleware-endpoint": "^4.4.18",
44
- "@smithy/middleware-retry": "^4.4.35",
45
- "@smithy/middleware-serde": "^4.2.10",
46
- "@smithy/middleware-stack": "^4.2.9",
47
- "@smithy/node-config-provider": "^4.3.9",
48
- "@smithy/node-http-handler": "^4.4.11",
49
- "@smithy/protocol-http": "^5.3.9",
50
- "@smithy/smithy-client": "^4.11.7",
51
- "@smithy/types": "^4.12.1",
52
- "@smithy/url-parser": "^4.2.9",
26
+ "@aws-sdk/core": "^3.973.15",
27
+ "@aws-sdk/credential-provider-node": "^3.972.14",
28
+ "@aws-sdk/middleware-host-header": "^3.972.6",
29
+ "@aws-sdk/middleware-logger": "^3.972.6",
30
+ "@aws-sdk/middleware-recursion-detection": "^3.972.6",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.15",
32
+ "@aws-sdk/region-config-resolver": "^3.972.6",
33
+ "@aws-sdk/types": "^3.973.4",
34
+ "@aws-sdk/util-endpoints": "^3.996.3",
35
+ "@aws-sdk/util-user-agent-browser": "^3.972.6",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.0",
37
+ "@smithy/config-resolver": "^4.4.9",
38
+ "@smithy/core": "^3.23.6",
39
+ "@smithy/fetch-http-handler": "^5.3.11",
40
+ "@smithy/hash-node": "^4.2.10",
41
+ "@smithy/invalid-dependency": "^4.2.10",
42
+ "@smithy/middleware-content-length": "^4.2.10",
43
+ "@smithy/middleware-endpoint": "^4.4.20",
44
+ "@smithy/middleware-retry": "^4.4.37",
45
+ "@smithy/middleware-serde": "^4.2.11",
46
+ "@smithy/middleware-stack": "^4.2.10",
47
+ "@smithy/node-config-provider": "^4.3.10",
48
+ "@smithy/node-http-handler": "^4.4.12",
49
+ "@smithy/protocol-http": "^5.3.10",
50
+ "@smithy/smithy-client": "^4.12.0",
51
+ "@smithy/types": "^4.13.0",
52
+ "@smithy/url-parser": "^4.2.10",
53
53
  "@smithy/util-base64": "^4.3.1",
54
54
  "@smithy/util-body-length-browser": "^4.2.1",
55
55
  "@smithy/util-body-length-node": "^4.2.2",
56
- "@smithy/util-defaults-mode-browser": "^4.3.34",
57
- "@smithy/util-defaults-mode-node": "^4.2.37",
58
- "@smithy/util-endpoints": "^3.2.9",
59
- "@smithy/util-middleware": "^4.2.9",
60
- "@smithy/util-retry": "^4.2.9",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.36",
57
+ "@smithy/util-defaults-mode-node": "^4.2.39",
58
+ "@smithy/util-endpoints": "^3.3.1",
59
+ "@smithy/util-middleware": "^4.2.10",
60
+ "@smithy/util-retry": "^4.2.10",
61
61
  "@smithy/util-utf8": "^4.2.1",
62
62
  "tslib": "^2.6.2"
63
63
  },
@@ -47,6 +47,15 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
47
47
  requestChecksumCalculation?: import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation | import("@smithy/types").Provider<import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation>;
48
48
  responseChecksumValidation?: import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation | import("@smithy/types").Provider<import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation>;
49
49
  requestStreamBufferSize?: number | false;
50
+ checksumAlgorithms?: {
51
+ CRC32?: import("@smithy/types").ChecksumConstructor;
52
+ CRC32C?: import("@smithy/types").ChecksumConstructor;
53
+ CRC64NVME?: import("@smithy/types").ChecksumConstructor;
54
+ SHA1?: import("@smithy/types").ChecksumConstructor;
55
+ SHA256?: import("@smithy/types").ChecksumConstructor;
56
+ } & {
57
+ [algorithmId: string]: import("@smithy/types").ChecksumConstructor;
58
+ };
50
59
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
51
60
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
52
61
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
@@ -1,4 +1,4 @@
1
- import { HashConstructor as __HashConstructor } from "@aws-sdk/types";
1
+ import { ChecksumConstructor as __ChecksumConstructor, HashConstructor as __HashConstructor } from "@aws-sdk/types";
2
2
  import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
3
3
  import type { S3ClientConfig } from "./S3Client";
4
4
  /**
@@ -51,6 +51,15 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
51
51
  sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
52
52
  customUserAgent?: string | import("@aws-sdk/types").UserAgent;
53
53
  requestStreamBufferSize?: number | false;
54
+ checksumAlgorithms?: {
55
+ CRC32?: __ChecksumConstructor;
56
+ CRC32C?: __ChecksumConstructor;
57
+ CRC64NVME?: __ChecksumConstructor;
58
+ SHA1?: __ChecksumConstructor;
59
+ SHA256?: __ChecksumConstructor;
60
+ } & {
61
+ [algorithmId: string]: __ChecksumConstructor;
62
+ };
54
63
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2;
55
64
  endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
56
65
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
@@ -46,6 +46,15 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
46
46
  requestChecksumCalculation?: import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation | import("@smithy/types").Provider<import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation>;
47
47
  responseChecksumValidation?: import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation | import("@smithy/types").Provider<import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation>;
48
48
  requestStreamBufferSize?: number | false;
49
+ checksumAlgorithms?: {
50
+ CRC32?: import("@smithy/types").ChecksumConstructor;
51
+ CRC32C?: import("@smithy/types").ChecksumConstructor;
52
+ CRC64NVME?: import("@smithy/types").ChecksumConstructor;
53
+ SHA1?: import("@smithy/types").ChecksumConstructor;
54
+ SHA256?: import("@smithy/types").ChecksumConstructor;
55
+ } & {
56
+ [algorithmId: string]: import("@smithy/types").ChecksumConstructor;
57
+ };
49
58
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
50
59
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
51
60
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
@@ -77,6 +77,15 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
77
77
  import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
78
78
  >;
79
79
  requestStreamBufferSize?: number | false;
80
+ checksumAlgorithms?: {
81
+ CRC32?: import("@smithy/types").ChecksumConstructor;
82
+ CRC32C?: import("@smithy/types").ChecksumConstructor;
83
+ CRC64NVME?: import("@smithy/types").ChecksumConstructor;
84
+ SHA1?: import("@smithy/types").ChecksumConstructor;
85
+ SHA256?: import("@smithy/types").ChecksumConstructor;
86
+ } & {
87
+ [algorithmId: string]: import("@smithy/types").ChecksumConstructor;
88
+ };
80
89
  retryStrategy?:
81
90
  | import("@smithy/types").RetryStrategy
82
91
  | import("@smithy/types").RetryStrategyV2;
@@ -1,4 +1,7 @@
1
- import { HashConstructor as __HashConstructor } from "@aws-sdk/types";
1
+ import {
2
+ ChecksumConstructor as __ChecksumConstructor,
3
+ HashConstructor as __HashConstructor,
4
+ } from "@aws-sdk/types";
2
5
  import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
3
6
  import { S3ClientConfig } from "./S3Client";
4
7
  export declare const getRuntimeConfig: (config: S3ClientConfig) => {
@@ -81,6 +84,15 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
81
84
  sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
82
85
  customUserAgent?: string | import("@aws-sdk/types").UserAgent;
83
86
  requestStreamBufferSize?: number | false;
87
+ checksumAlgorithms?: {
88
+ CRC32?: __ChecksumConstructor;
89
+ CRC32C?: __ChecksumConstructor;
90
+ CRC64NVME?: __ChecksumConstructor;
91
+ SHA1?: __ChecksumConstructor;
92
+ SHA256?: __ChecksumConstructor;
93
+ } & {
94
+ [algorithmId: string]: __ChecksumConstructor;
95
+ };
84
96
  retryStrategy?:
85
97
  | import("@aws-sdk/types").RetryStrategy
86
98
  | import("@aws-sdk/types").RetryStrategyV2;
@@ -81,6 +81,15 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
81
81
  import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
82
82
  >;
83
83
  requestStreamBufferSize?: number | false;
84
+ checksumAlgorithms?: {
85
+ CRC32?: import("@smithy/types").ChecksumConstructor;
86
+ CRC32C?: import("@smithy/types").ChecksumConstructor;
87
+ CRC64NVME?: import("@smithy/types").ChecksumConstructor;
88
+ SHA1?: import("@smithy/types").ChecksumConstructor;
89
+ SHA256?: import("@smithy/types").ChecksumConstructor;
90
+ } & {
91
+ [algorithmId: string]: import("@smithy/types").ChecksumConstructor;
92
+ };
84
93
  retryStrategy?:
85
94
  | import("@smithy/types").RetryStrategy
86
95
  | import("@smithy/types").RetryStrategyV2;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
3
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
- "version": "3.997.0",
4
+ "version": "3.999.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3",
@@ -30,61 +30,61 @@
30
30
  "@aws-crypto/sha1-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-browser": "5.2.0",
32
32
  "@aws-crypto/sha256-js": "5.2.0",
33
- "@aws-sdk/core": "^3.973.13",
34
- "@aws-sdk/credential-provider-node": "^3.972.12",
35
- "@aws-sdk/middleware-bucket-endpoint": "^3.972.4",
36
- "@aws-sdk/middleware-expect-continue": "^3.972.4",
37
- "@aws-sdk/middleware-flexible-checksums": "^3.972.11",
38
- "@aws-sdk/middleware-host-header": "^3.972.4",
39
- "@aws-sdk/middleware-location-constraint": "^3.972.4",
40
- "@aws-sdk/middleware-logger": "^3.972.4",
41
- "@aws-sdk/middleware-recursion-detection": "^3.972.4",
42
- "@aws-sdk/middleware-sdk-s3": "^3.972.13",
43
- "@aws-sdk/middleware-ssec": "^3.972.4",
44
- "@aws-sdk/middleware-user-agent": "^3.972.13",
45
- "@aws-sdk/region-config-resolver": "^3.972.4",
46
- "@aws-sdk/signature-v4-multi-region": "^3.996.1",
47
- "@aws-sdk/types": "^3.973.2",
48
- "@aws-sdk/util-endpoints": "^3.996.1",
49
- "@aws-sdk/util-user-agent-browser": "^3.972.4",
50
- "@aws-sdk/util-user-agent-node": "^3.972.12",
51
- "@smithy/config-resolver": "^4.4.7",
52
- "@smithy/core": "^3.23.4",
53
- "@smithy/eventstream-serde-browser": "^4.2.9",
54
- "@smithy/eventstream-serde-config-resolver": "^4.3.9",
55
- "@smithy/eventstream-serde-node": "^4.2.9",
56
- "@smithy/fetch-http-handler": "^5.3.10",
57
- "@smithy/hash-blob-browser": "^4.2.10",
58
- "@smithy/hash-node": "^4.2.9",
59
- "@smithy/hash-stream-node": "^4.2.9",
60
- "@smithy/invalid-dependency": "^4.2.9",
61
- "@smithy/md5-js": "^4.2.9",
62
- "@smithy/middleware-content-length": "^4.2.9",
63
- "@smithy/middleware-endpoint": "^4.4.18",
64
- "@smithy/middleware-retry": "^4.4.35",
65
- "@smithy/middleware-serde": "^4.2.10",
66
- "@smithy/middleware-stack": "^4.2.9",
67
- "@smithy/node-config-provider": "^4.3.9",
68
- "@smithy/node-http-handler": "^4.4.11",
69
- "@smithy/protocol-http": "^5.3.9",
70
- "@smithy/smithy-client": "^4.11.7",
71
- "@smithy/types": "^4.12.1",
72
- "@smithy/url-parser": "^4.2.9",
33
+ "@aws-sdk/core": "^3.973.15",
34
+ "@aws-sdk/credential-provider-node": "^3.972.14",
35
+ "@aws-sdk/middleware-bucket-endpoint": "^3.972.6",
36
+ "@aws-sdk/middleware-expect-continue": "^3.972.6",
37
+ "@aws-sdk/middleware-flexible-checksums": "^3.973.1",
38
+ "@aws-sdk/middleware-host-header": "^3.972.6",
39
+ "@aws-sdk/middleware-location-constraint": "^3.972.6",
40
+ "@aws-sdk/middleware-logger": "^3.972.6",
41
+ "@aws-sdk/middleware-recursion-detection": "^3.972.6",
42
+ "@aws-sdk/middleware-sdk-s3": "^3.972.15",
43
+ "@aws-sdk/middleware-ssec": "^3.972.6",
44
+ "@aws-sdk/middleware-user-agent": "^3.972.15",
45
+ "@aws-sdk/region-config-resolver": "^3.972.6",
46
+ "@aws-sdk/signature-v4-multi-region": "^3.996.3",
47
+ "@aws-sdk/types": "^3.973.4",
48
+ "@aws-sdk/util-endpoints": "^3.996.3",
49
+ "@aws-sdk/util-user-agent-browser": "^3.972.6",
50
+ "@aws-sdk/util-user-agent-node": "^3.973.0",
51
+ "@smithy/config-resolver": "^4.4.9",
52
+ "@smithy/core": "^3.23.6",
53
+ "@smithy/eventstream-serde-browser": "^4.2.10",
54
+ "@smithy/eventstream-serde-config-resolver": "^4.3.10",
55
+ "@smithy/eventstream-serde-node": "^4.2.10",
56
+ "@smithy/fetch-http-handler": "^5.3.11",
57
+ "@smithy/hash-blob-browser": "^4.2.11",
58
+ "@smithy/hash-node": "^4.2.10",
59
+ "@smithy/hash-stream-node": "^4.2.10",
60
+ "@smithy/invalid-dependency": "^4.2.10",
61
+ "@smithy/md5-js": "^4.2.10",
62
+ "@smithy/middleware-content-length": "^4.2.10",
63
+ "@smithy/middleware-endpoint": "^4.4.20",
64
+ "@smithy/middleware-retry": "^4.4.37",
65
+ "@smithy/middleware-serde": "^4.2.11",
66
+ "@smithy/middleware-stack": "^4.2.10",
67
+ "@smithy/node-config-provider": "^4.3.10",
68
+ "@smithy/node-http-handler": "^4.4.12",
69
+ "@smithy/protocol-http": "^5.3.10",
70
+ "@smithy/smithy-client": "^4.12.0",
71
+ "@smithy/types": "^4.13.0",
72
+ "@smithy/url-parser": "^4.2.10",
73
73
  "@smithy/util-base64": "^4.3.1",
74
74
  "@smithy/util-body-length-browser": "^4.2.1",
75
75
  "@smithy/util-body-length-node": "^4.2.2",
76
- "@smithy/util-defaults-mode-browser": "^4.3.34",
77
- "@smithy/util-defaults-mode-node": "^4.2.37",
78
- "@smithy/util-endpoints": "^3.2.9",
79
- "@smithy/util-middleware": "^4.2.9",
80
- "@smithy/util-retry": "^4.2.9",
81
- "@smithy/util-stream": "^4.5.14",
76
+ "@smithy/util-defaults-mode-browser": "^4.3.36",
77
+ "@smithy/util-defaults-mode-node": "^4.2.39",
78
+ "@smithy/util-endpoints": "^3.3.1",
79
+ "@smithy/util-middleware": "^4.2.10",
80
+ "@smithy/util-retry": "^4.2.10",
81
+ "@smithy/util-stream": "^4.5.15",
82
82
  "@smithy/util-utf8": "^4.2.1",
83
- "@smithy/util-waiter": "^4.2.9",
83
+ "@smithy/util-waiter": "^4.2.10",
84
84
  "tslib": "^2.6.2"
85
85
  },
86
86
  "devDependencies": {
87
- "@aws-sdk/signature-v4-crt": "3.997.0",
87
+ "@aws-sdk/signature-v4-crt": "3.999.0",
88
88
  "@tsconfig/node20": "20.1.8",
89
89
  "@types/node": "^20.14.8",
90
90
  "concurrently": "7.0.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-secrets-manager",
3
3
  "description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
4
- "version": "3.997.0",
4
+ "version": "3.999.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.13",
25
- "@aws-sdk/credential-provider-node": "^3.972.12",
26
- "@aws-sdk/middleware-host-header": "^3.972.4",
27
- "@aws-sdk/middleware-logger": "^3.972.4",
28
- "@aws-sdk/middleware-recursion-detection": "^3.972.4",
29
- "@aws-sdk/middleware-user-agent": "^3.972.13",
30
- "@aws-sdk/region-config-resolver": "^3.972.4",
31
- "@aws-sdk/types": "^3.973.2",
32
- "@aws-sdk/util-endpoints": "^3.996.1",
33
- "@aws-sdk/util-user-agent-browser": "^3.972.4",
34
- "@aws-sdk/util-user-agent-node": "^3.972.12",
35
- "@smithy/config-resolver": "^4.4.7",
36
- "@smithy/core": "^3.23.4",
37
- "@smithy/fetch-http-handler": "^5.3.10",
38
- "@smithy/hash-node": "^4.2.9",
39
- "@smithy/invalid-dependency": "^4.2.9",
40
- "@smithy/middleware-content-length": "^4.2.9",
41
- "@smithy/middleware-endpoint": "^4.4.18",
42
- "@smithy/middleware-retry": "^4.4.35",
43
- "@smithy/middleware-serde": "^4.2.10",
44
- "@smithy/middleware-stack": "^4.2.9",
45
- "@smithy/node-config-provider": "^4.3.9",
46
- "@smithy/node-http-handler": "^4.4.11",
47
- "@smithy/protocol-http": "^5.3.9",
48
- "@smithy/smithy-client": "^4.11.7",
49
- "@smithy/types": "^4.12.1",
50
- "@smithy/url-parser": "^4.2.9",
24
+ "@aws-sdk/core": "^3.973.15",
25
+ "@aws-sdk/credential-provider-node": "^3.972.14",
26
+ "@aws-sdk/middleware-host-header": "^3.972.6",
27
+ "@aws-sdk/middleware-logger": "^3.972.6",
28
+ "@aws-sdk/middleware-recursion-detection": "^3.972.6",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.15",
30
+ "@aws-sdk/region-config-resolver": "^3.972.6",
31
+ "@aws-sdk/types": "^3.973.4",
32
+ "@aws-sdk/util-endpoints": "^3.996.3",
33
+ "@aws-sdk/util-user-agent-browser": "^3.972.6",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.0",
35
+ "@smithy/config-resolver": "^4.4.9",
36
+ "@smithy/core": "^3.23.6",
37
+ "@smithy/fetch-http-handler": "^5.3.11",
38
+ "@smithy/hash-node": "^4.2.10",
39
+ "@smithy/invalid-dependency": "^4.2.10",
40
+ "@smithy/middleware-content-length": "^4.2.10",
41
+ "@smithy/middleware-endpoint": "^4.4.20",
42
+ "@smithy/middleware-retry": "^4.4.37",
43
+ "@smithy/middleware-serde": "^4.2.11",
44
+ "@smithy/middleware-stack": "^4.2.10",
45
+ "@smithy/node-config-provider": "^4.3.10",
46
+ "@smithy/node-http-handler": "^4.4.12",
47
+ "@smithy/protocol-http": "^5.3.10",
48
+ "@smithy/smithy-client": "^4.12.0",
49
+ "@smithy/types": "^4.13.0",
50
+ "@smithy/url-parser": "^4.2.10",
51
51
  "@smithy/util-base64": "^4.3.1",
52
52
  "@smithy/util-body-length-browser": "^4.2.1",
53
53
  "@smithy/util-body-length-node": "^4.2.2",
54
- "@smithy/util-defaults-mode-browser": "^4.3.34",
55
- "@smithy/util-defaults-mode-node": "^4.2.37",
56
- "@smithy/util-endpoints": "^3.2.9",
57
- "@smithy/util-middleware": "^4.2.9",
58
- "@smithy/util-retry": "^4.2.9",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.36",
55
+ "@smithy/util-defaults-mode-node": "^4.2.39",
56
+ "@smithy/util-endpoints": "^3.3.1",
57
+ "@smithy/util-middleware": "^4.2.10",
58
+ "@smithy/util-retry": "^4.2.10",
59
59
  "@smithy/util-utf8": "^4.2.1",
60
60
  "tslib": "^2.6.2"
61
61
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sfn",
3
3
  "description": "AWS SDK for JavaScript Sfn Client for Node.js, Browser and React Native",
4
- "version": "3.997.0",
4
+ "version": "3.999.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sfn",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.13",
25
- "@aws-sdk/credential-provider-node": "^3.972.12",
26
- "@aws-sdk/middleware-host-header": "^3.972.4",
27
- "@aws-sdk/middleware-logger": "^3.972.4",
28
- "@aws-sdk/middleware-recursion-detection": "^3.972.4",
29
- "@aws-sdk/middleware-user-agent": "^3.972.13",
30
- "@aws-sdk/region-config-resolver": "^3.972.4",
31
- "@aws-sdk/types": "^3.973.2",
32
- "@aws-sdk/util-endpoints": "^3.996.1",
33
- "@aws-sdk/util-user-agent-browser": "^3.972.4",
34
- "@aws-sdk/util-user-agent-node": "^3.972.12",
35
- "@smithy/config-resolver": "^4.4.7",
36
- "@smithy/core": "^3.23.4",
37
- "@smithy/fetch-http-handler": "^5.3.10",
38
- "@smithy/hash-node": "^4.2.9",
39
- "@smithy/invalid-dependency": "^4.2.9",
40
- "@smithy/middleware-content-length": "^4.2.9",
41
- "@smithy/middleware-endpoint": "^4.4.18",
42
- "@smithy/middleware-retry": "^4.4.35",
43
- "@smithy/middleware-serde": "^4.2.10",
44
- "@smithy/middleware-stack": "^4.2.9",
45
- "@smithy/node-config-provider": "^4.3.9",
46
- "@smithy/node-http-handler": "^4.4.11",
47
- "@smithy/protocol-http": "^5.3.9",
48
- "@smithy/smithy-client": "^4.11.7",
49
- "@smithy/types": "^4.12.1",
50
- "@smithy/url-parser": "^4.2.9",
24
+ "@aws-sdk/core": "^3.973.15",
25
+ "@aws-sdk/credential-provider-node": "^3.972.14",
26
+ "@aws-sdk/middleware-host-header": "^3.972.6",
27
+ "@aws-sdk/middleware-logger": "^3.972.6",
28
+ "@aws-sdk/middleware-recursion-detection": "^3.972.6",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.15",
30
+ "@aws-sdk/region-config-resolver": "^3.972.6",
31
+ "@aws-sdk/types": "^3.973.4",
32
+ "@aws-sdk/util-endpoints": "^3.996.3",
33
+ "@aws-sdk/util-user-agent-browser": "^3.972.6",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.0",
35
+ "@smithy/config-resolver": "^4.4.9",
36
+ "@smithy/core": "^3.23.6",
37
+ "@smithy/fetch-http-handler": "^5.3.11",
38
+ "@smithy/hash-node": "^4.2.10",
39
+ "@smithy/invalid-dependency": "^4.2.10",
40
+ "@smithy/middleware-content-length": "^4.2.10",
41
+ "@smithy/middleware-endpoint": "^4.4.20",
42
+ "@smithy/middleware-retry": "^4.4.37",
43
+ "@smithy/middleware-serde": "^4.2.11",
44
+ "@smithy/middleware-stack": "^4.2.10",
45
+ "@smithy/node-config-provider": "^4.3.10",
46
+ "@smithy/node-http-handler": "^4.4.12",
47
+ "@smithy/protocol-http": "^5.3.10",
48
+ "@smithy/smithy-client": "^4.12.0",
49
+ "@smithy/types": "^4.13.0",
50
+ "@smithy/url-parser": "^4.2.10",
51
51
  "@smithy/util-base64": "^4.3.1",
52
52
  "@smithy/util-body-length-browser": "^4.2.1",
53
53
  "@smithy/util-body-length-node": "^4.2.2",
54
- "@smithy/util-defaults-mode-browser": "^4.3.34",
55
- "@smithy/util-defaults-mode-node": "^4.2.37",
56
- "@smithy/util-endpoints": "^3.2.9",
57
- "@smithy/util-middleware": "^4.2.9",
58
- "@smithy/util-retry": "^4.2.9",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.36",
55
+ "@smithy/util-defaults-mode-node": "^4.2.39",
56
+ "@smithy/util-endpoints": "^3.3.1",
57
+ "@smithy/util-middleware": "^4.2.10",
58
+ "@smithy/util-retry": "^4.2.10",
59
59
  "@smithy/util-utf8": "^4.2.1",
60
60
  "tslib": "^2.6.2"
61
61
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sns",
3
3
  "description": "AWS SDK for JavaScript Sns Client for Node.js, Browser and React Native",
4
- "version": "3.997.0",
4
+ "version": "3.999.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sns",
@@ -23,41 +23,41 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.13",
27
- "@aws-sdk/credential-provider-node": "^3.972.12",
28
- "@aws-sdk/middleware-host-header": "^3.972.4",
29
- "@aws-sdk/middleware-logger": "^3.972.4",
30
- "@aws-sdk/middleware-recursion-detection": "^3.972.4",
31
- "@aws-sdk/middleware-user-agent": "^3.972.13",
32
- "@aws-sdk/region-config-resolver": "^3.972.4",
33
- "@aws-sdk/types": "^3.973.2",
34
- "@aws-sdk/util-endpoints": "^3.996.1",
35
- "@aws-sdk/util-user-agent-browser": "^3.972.4",
36
- "@aws-sdk/util-user-agent-node": "^3.972.12",
37
- "@smithy/config-resolver": "^4.4.7",
38
- "@smithy/core": "^3.23.4",
39
- "@smithy/fetch-http-handler": "^5.3.10",
40
- "@smithy/hash-node": "^4.2.9",
41
- "@smithy/invalid-dependency": "^4.2.9",
42
- "@smithy/middleware-content-length": "^4.2.9",
43
- "@smithy/middleware-endpoint": "^4.4.18",
44
- "@smithy/middleware-retry": "^4.4.35",
45
- "@smithy/middleware-serde": "^4.2.10",
46
- "@smithy/middleware-stack": "^4.2.9",
47
- "@smithy/node-config-provider": "^4.3.9",
48
- "@smithy/node-http-handler": "^4.4.11",
49
- "@smithy/protocol-http": "^5.3.9",
50
- "@smithy/smithy-client": "^4.11.7",
51
- "@smithy/types": "^4.12.1",
52
- "@smithy/url-parser": "^4.2.9",
26
+ "@aws-sdk/core": "^3.973.15",
27
+ "@aws-sdk/credential-provider-node": "^3.972.14",
28
+ "@aws-sdk/middleware-host-header": "^3.972.6",
29
+ "@aws-sdk/middleware-logger": "^3.972.6",
30
+ "@aws-sdk/middleware-recursion-detection": "^3.972.6",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.15",
32
+ "@aws-sdk/region-config-resolver": "^3.972.6",
33
+ "@aws-sdk/types": "^3.973.4",
34
+ "@aws-sdk/util-endpoints": "^3.996.3",
35
+ "@aws-sdk/util-user-agent-browser": "^3.972.6",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.0",
37
+ "@smithy/config-resolver": "^4.4.9",
38
+ "@smithy/core": "^3.23.6",
39
+ "@smithy/fetch-http-handler": "^5.3.11",
40
+ "@smithy/hash-node": "^4.2.10",
41
+ "@smithy/invalid-dependency": "^4.2.10",
42
+ "@smithy/middleware-content-length": "^4.2.10",
43
+ "@smithy/middleware-endpoint": "^4.4.20",
44
+ "@smithy/middleware-retry": "^4.4.37",
45
+ "@smithy/middleware-serde": "^4.2.11",
46
+ "@smithy/middleware-stack": "^4.2.10",
47
+ "@smithy/node-config-provider": "^4.3.10",
48
+ "@smithy/node-http-handler": "^4.4.12",
49
+ "@smithy/protocol-http": "^5.3.10",
50
+ "@smithy/smithy-client": "^4.12.0",
51
+ "@smithy/types": "^4.13.0",
52
+ "@smithy/url-parser": "^4.2.10",
53
53
  "@smithy/util-base64": "^4.3.1",
54
54
  "@smithy/util-body-length-browser": "^4.2.1",
55
55
  "@smithy/util-body-length-node": "^4.2.2",
56
- "@smithy/util-defaults-mode-browser": "^4.3.34",
57
- "@smithy/util-defaults-mode-node": "^4.2.37",
58
- "@smithy/util-endpoints": "^3.2.9",
59
- "@smithy/util-middleware": "^4.2.9",
60
- "@smithy/util-retry": "^4.2.9",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.36",
57
+ "@smithy/util-defaults-mode-node": "^4.2.39",
58
+ "@smithy/util-endpoints": "^3.3.1",
59
+ "@smithy/util-middleware": "^4.2.10",
60
+ "@smithy/util-retry": "^4.2.10",
61
61
  "@smithy/util-utf8": "^4.2.1",
62
62
  "tslib": "^2.6.2"
63
63
  },