### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar issues](https://github.com/aws/aws-sdk-js-v3/issues) and didn't find any solution. ### Describe the bug Missing dependency make app crashing ### SDK version number "@aws-sdk/client-cognito-identity-provider": "^3.410.0" ### Which JavaScript Runtime is this issue in? Node.js ### Details of the browser/Node.js/ReactNative version 18.12.1 ### Reproduction Steps Install ``` "@aws-sdk/client-cognito-identity-provider": "^3.410.0", "@aws-sdk/client-s3": "^3.410.0", "@aws-sdk/client-ses": "^3.410.0", "@aws-sdk/cloudfront-signer": "^3.410.0", "@aws-sdk/lib-storage": "^3.410.0", "@aws-sdk/s3-request-presigner": "^3.410.0", ``` And try to run your app ### Observed Behavior <img width="1387" alt="Capture d’écran 2023-09-13 à 17 33 48" src="https://github.com/aws/aws-sdk-js-v3/assets/23209488/70daed12-6c3d-4465-9081-bb680d1ccf07"> ### Expected Behavior It should work normally ### Possible Solution Missing dependency ### Additional Information/Context _No response_