Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps the aws group with 11 updates in the / directory:

Package From To
aws-cdk-lib 2.113.0 2.190.0
@types/aws-lambda 8.10.145 8.10.149
aws-cdk 2.113.0 2.1010.0
@aws-sdk/client-cloudfront 3.682.0 3.787.0
@aws-sdk/client-sns 3.682.0 3.787.0
@aws-sdk/client-dynamodb 3.726.1 3.788.0
@aws-sdk/client-s3 3.685.0 3.787.0
@aws-sdk/client-secrets-manager 3.682.0 3.787.0
@aws-sdk/client-sqs 3.682.0 3.787.0
@aws-sdk/client-ssm 3.682.0 3.787.0
@aws-solutions-constructs/aws-lambda-sqs-lambda 2.74.0 2.84.0

Updates aws-cdk-lib from 2.113.0 to 2.190.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.190.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • cloudformation: Some L1 resources experienced breaking changes due to updated CloudFormation resources. Please check the notes for each specific module for more information.
  • backup: The ScheduleStatus property has been removed from AWS::Backup::RestoreTestingPlan.
  • eks: The DisableSessionTags and TargetRoleArn properties and ExternalId attribute have been removed from AWS::EKS::PodIdentityAssociation.
  • neptune: The Id attribute has been removed from AWS::Neptune::DBSubnetGroup.
  • rds: The CertificateDetails and Endpoint properties have been removed from AWS::RDS::DBInstance.
  • redshiftserverless: The Workgroup.BaseCapacity attribute has been removed from AWS::RedshiftServerless::Workgroup.
  • s3-deployment: The automatic JSON escaping behavior introduced in PR #33698 is now opt-in via the new escape parameter in Source.jsonData(). Users who were relying on the automatic JSON escaping for handling special characters in JSON files will need to explicitly enable this behavior by passing { escape: true } as the third parameter.

Features

  • apigatewayv2: HttpStage access logging (#33977) (d04e40f), closes #11100
  • bedrock: support Amazon Nova Sonic 1.0 (#34134) (9ffa244)
  • cloudformation: update L1 CloudFormation resource definitions (#34164) (4c3ed77)
  • cloudfront: backfill enum values in cloudfront module (#34075) (d43e829)
  • cognito-identitypool: throw ValidationErrors instead of untyped Errors (#34109) (faee209)
  • elasticloadbalancingv2: subnet mappings for network load balancer (#33736) (c6905c6), closes #9696
  • fsx: throw ValidationErrors instead of untyped Errors (#34120) (271e439), closes #32569
  • rds: new DatabaseInstance.fromLookup (#33258) (eb97d2d)
  • s3: allow specifying a custom IAM Role for bucket replication (#33978) (615f626), closes #33974
  • ses: throw ValidationErrors instead of untyped Errors (#34098) (7147e75)
  • stepfunctions: add support for custom WriterConfig fields for ResultWriter in Distributed Map (#33772) and (#33601) (#33831) (78af355)

Bug Fixes

Reverts


Alpha modules (2.190.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • ec2-alpha: The logical ID for the NAT Gateway, defined using the addNatGateways method, will be changed, resulting in the NAT Gateway being recreated. Additionally, the domain for the Elastic IP (EIP) will be set to vpc, which will also trigger its recreation in the account.

Features

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.190.0-alpha.0 (2025-04-16)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • ec2-alpha: The logical ID for the NAT Gateway, defined using the addNatGateways method, will be changed, resulting in the NAT Gateway being recreated. Additionally, the domain for the Elastic IP (EIP) will be set to vpc, which will also trigger its recreation in the account.

Features

Bug Fixes

  • ec2-alpha: add multiple NATGW to the VPC using addNatGateway method (#34094) (ccd8de7)
  • ec2-alpha: update default config for Subnet's assignIpv6AddressOnCreation (#34116) (dff2798)

2.189.1-alpha.0 (2025-04-14)

2.189.0-alpha.0 (2025-04-09)

Features

Bug Fixes

  • amplify: unable to re-run integ test due to missing status field in customRule (#33973) (6638c08), closes #33962

2.188.0-alpha.0 (2025-04-03)

Features

Bug Fixes

  • ec2-alpha: addInternetGW handles shared route table for subnets (#33824) (3154d01), closes #33672

... (truncated)

Commits
  • c9954f8 chore: update analytics metadata blueprints
  • f9089b5 chore(release): 2.190.0
  • 4c3ed77 feat(cloudformation): update L1 CloudFormation resource definitions (#34164)
  • 47a65db feat(ec2): enabling features for ipv6 and dualstack support with correspondin...
  • 73419fa Merge remote-tracking branch 'origin/main' into merge-back/2.189.1
  • faee209 feat(cognito-identitypool): throw ValidationErrors instead of untyped Errors ...
  • 93313dd feat(ec2): throw ValidationErrors instead of untyped Errors (#34127)
  • c4fd9fd revert(ecs): add validation checks to memory cpu combinations of FARGATE comp...
  • 78af355 feat(stepfunctions): add support for custom WriterConfig fields for ResultWri...
  • 9ffa244 feat(bedrock): support Amazon Nova Sonic 1.0 (#34134)
  • Additional commits viewable in compare view

Updates @types/aws-lambda from 8.10.145 to 8.10.149

Commits

Updates aws-cdk from 2.113.0 to 2.1010.0

Release notes

Sourced from aws-cdk's releases.

[email protected]

2.1010.0 (2025-04-16)

[email protected]

2.1009.0 (2025-04-16)

⚠ BREAKING CHANGES

  • this change changes the return type of toolkit.synth(): it no longer returns an arbitrary Assembly Source (by interface), but a specific Assembly, by class, that can also be used as a source. The return type of ICloudAssemblySource.produce() has been changed to IReadableCloudAssembly. This will only affect consumers with custom implementations of that interface, the factory function APIs are unchanged.
  • toolkit-lib: The deprecated force option on DeployOptions has been removed. The removed option originally caused multiple different "force" actions. Each action now has a more targeted alternative. To force a deployment even if the CDK Toolkit has not detected any changes, use forceDeployment. To force re-publishing of previously published assets, use forceAssetPublishing. To force failing resource being orphaned during a rollback, use orphanFailedResourcesDuringRollback. To implement interactive confirmation of rollbacks during a deployment, react to the message request with code CDK_TOOLKIT_I5050 in your IoHost.
  • toolkit-lib: This change updates the default IoHost implementation used by Toolkit to a version that is strictly non-interactive, i.e. there is no expectation anymore that users will respond to command-line prompts. To restore previous behavior, you will can provide a custom IoHost implementation to your Toolkit instance. You may consider extending the new NonInteractiveIoHost class with desired interactive prompts.

Features

  • refactor (dry-run mode only) (#342) (24b23e4)
  • refactor: resources with the same physical ID are considered equivalent (#360) (6cde334)
  • toolkit-lib: add a return type for toolkit.diff() (#368) (25db152)
  • toolkit-lib: default to using a non interactive IoHost (#306) (e0f9a6f), closes #157 #289
  • toolkit: watch operation can be stopped (#308) (634f512)

Bug Fixes

... (truncated)

Commits

Updates @aws-sdk/client-cloudfront from 3.682.0 to 3.787.0

Release notes

Sourced from @​aws-sdk/client-cloudfront's releases.

v3.787.0

3.787.0(2025-04-10)

Chores
  • util-endpoints: update aws partitions.json (cb2a9f29)
  • endpoints: update endpoints model (2874c7d1)
  • models: update API models (8f65fca0)
  • codegen: bring in fix for operationContextParams (#7004) (a7d9c1f9)
  • aws-util-test:
New Features
  • client-application-auto-scaling: Application Auto Scaling now supports horizontal scaling for Elasticache Memcached self-designed clusters using target tracking scaling policies and scheduled scaling. (38a22fb9)
  • client-qbusiness: Adds functionality to enable/disable a new Q Business Hallucination Reduction feature. If enabled, Q Business will detect and attempt to remove Hallucinations from certain Chat requests. (a7fb9d51)
  • client-elasticache: AWS ElastiCache SDK now supports using MemcachedUpgradeConfig parameter with ModifyCacheCluster API to enable updating Memcached cache node types. Please refer to updated AWS ElastiCache public documentation for detailed information on API usage and implementation. (7be36747)
  • client-m2: Introduce three new APIs: CreateDataSetExportTask, GetDataSetExportTask and ListDataSetExportHistory. Add support for batch restart for Blu Age applications. (2c22fc3e)
  • client-quicksight: Add support to analysis and sheet level highlighting in QuickSight. (fd1d5c3c)
  • client-medialive: AWS Elemental MediaLive / Features : Add support for CMAF Ingest CaptionLanguageMappings, TimedMetadataId3 settings, and Link InputResolution. (4f30f3e3)
Tests
  • middleware-flexible-checksums: update instructions for MD5 fallback (#7002) (d1501040)

For list of updated packages, view updated-packages.md in assets-3.787.0.zip

v3.786.0

3.786.0(2025-04-09)

Documentation Changes
  • client-dynamodb: Documentation update for secondary indexes and Create_Table. (b6a09272)
New Features
  • clients: update client endpoints as of 2025-04-09 (0084003d)
  • client-glue: The TableOptimizer APIs in AWS Glue now return the DpuHours field in each TableOptimizerRun, providing clients visibility to the DPU-hours used for billing in managed Apache Iceberg table compaction optimization. (9874c2e8)
  • client-controlcatalog: The GetControl API now surfaces a control's Severity, CreateTime, and Identifier for a control's Implementation. The ListControls API now surfaces a control's Behavior, Severity, CreateTime, and Identifier for a control's Implementation. (253585cd)
  • client-transfer: This launch includes 2 enhancements to SFTP connectors user-experience: 1) Customers can self-serve concurrent connections setting for their connectors, and 2) Customers can discover the public host key of remote servers using their SFTP connectors. (58163089)
  • client-groundstation: Support tagging Agents and adjust input field validations (83c36c8b)

For list of updated packages, view updated-packages.md in assets-3.786.0.zip

... (truncated)

Changelog

Sourced from @​aws-sdk/client-cloudfront's changelog.

3.787.0 (2025-04-10)

Note: Version bump only for package @​aws-sdk/client-cloudfront

3.782.0 (2025-04-03)

Note: Version bump only for package @​aws-sdk/client-cloudfront

3.777.0 (2025-03-27)

Note: Version bump only for package @​aws-sdk/client-cloudfront

3.775.0 (2025-03-25)

Note: Version bump only for package @​aws-sdk/client-cloudfront

3.774.0 (2025-03-24)

Note: Version bump only for package @​aws-sdk/client-cloudfront

3.772.0 (2025-03-20)

Note: Version bump only for package @​aws-sdk/client-cloudfront

3.764.0 (2025-03-07)

... (truncated)

Commits
  • 072c258 Publish v3.787.0
  • bee323d Publish v3.782.0
  • 237cf3e Publish v3.777.0
  • 8bf0c03 docs(clients): switch example generation from JS to Smithy, add streaming blo...
  • bc30dfa Publish v3.775.0
  • df877b2 chore(codegen): sync for client config object custody (#6969)
  • 4ffa154 Publish v3.774.0
  • 9df52d1 fix(core): revert "use credentials provided by extensions when instantiating ...
  • 6288dff fix(core): use credentials provided by extensions when instantiating sigv4 si...
  • f784d49 Publish v3.772.0
  • Additional commits viewable in compare view

Updates @aws-sdk/client-sns from 3.682.0 to 3.787.0

Release notes

Sourced from @​aws-sdk/client-sns's releases.

v3.787.0

3.787.0(2025-04-10)

Chores
  • util-endpoints: update aws partitions.json (cb2a9f29)
  • endpoints: update endpoints model (2874c7d1)
  • models: update API models (8f65fca0)
  • codegen: bring in fix for operationContextParams (#7004) (a7d9c1f9)
  • aws-util-test:
New Features
  • client-application-auto-scaling: Application Auto Scaling now supports horizontal scaling for Elasticache Memcached self-designed clusters using target tracking scaling policies and scheduled scaling. (38a22fb9)
  • client-qbusiness: Adds functionality to enable/disable a new Q Business Hallucination Reduction feature. If enabled, Q Business will detect and attempt to remove Hallucinations from certain Chat requests. (a7fb9d51)
  • client-elasticache: AWS ElastiCache SDK now supports using MemcachedUpgradeConfig parameter with ModifyCacheCluster API to enable updating Memcached cache node types. Please refer to updated AWS ElastiCache public documentation for detailed information on API usage and implementation. (7be36747)
  • client-m2: Introduce three new APIs: CreateDataSetExportTask, GetDataSetExportTask and ListDataSetExportHistory. Add support for batch restart for Blu Age applications. (2c22fc3e)
  • client-quicksight: Add support to analysis and sheet level highlighting in QuickSight. (fd1d5c3c)
  • client-medialive: AWS Elemental MediaLive / Features : Add support for CMAF Ingest CaptionLanguageMappings, TimedMetadataId3 settings, and Link InputResolution. (4f30f3e3)
Tests
  • middleware-flexible-checksums: update instructions for MD5 fallback (#7002) (d1501040)

For list of updated packages, view updated-packages.md in assets-3.787.0.zip

v3.786.0

3.786.0(2025-04-09)

Documentation Changes
  • client-dynamodb: Documentation update for secondary indexes and Create_Table. (b6a09272)
New Features
  • clients: update client endpoints as of 2025-04-09 (0084003d)
  • client-glue: The TableOptimizer APIs in AWS Glue now return the DpuHours field in each TableOptimizerRun, providing clients visibility to the DPU-hours used for billing in managed Apache Iceberg table compaction optimization. (9874c2e8)
  • client-controlcatalog: The GetControl API now surfaces a control's Severity, CreateTime, and Identifier for a control's Implementation. The ListControls API now surfaces a control's Behavior, Severity, CreateTime, and Identifier for a control's Implementation. (253585cd)
  • client-transfer: This launch includes 2 enhancements to SFTP connectors user-experience: 1) Customers can self-serve concurrent connections setting for their connectors, and 2) Customers can discover the public host key of remote servers using their SFTP connectors. (58163089)
  • client-groundstation: Support tagging Agents and adjust input field validations (83c36c8b)

For list of updated packages, view updated-packages.md in assets-3.786.0.zip

... (truncated)

Changelog

Sourced from @​aws-sdk/client-sns's changelog.

3.787.0 (2025-04-10)

Note: Version bump only for package @​aws-sdk/client-sns

3.782.0 (2025-04-03)

Note: Version bump only for package @​aws-sdk/client-sns

3.777.0 (2025-03-27)

Note: Version bump only for package @​aws-sdk/client-sns

3.775.0 (2025-03-25)

Note: Version bump only for package @​aws-sdk/client-sns

3.774.0 (2025-03-24)

Note: Version bump only for package @​aws-sdk/client-sns

3.772.0 (2025-03-20)

Note: Version bump only for package @​aws-sdk/client-sns

3.758.0 (2025-02-27)

... (truncated)

Commits
  • 072c258 Publish v3.787.0
  • bee323d Publish v3.782.0
  • 237cf3e Publish v3.777.0
  • 8bf0c03 docs(clients): switch example generation from JS to Smithy, add streaming blo...
  • bc30dfa Publish v3.775.0
  • df877b2 chore(codegen): sync for client config object custody (#6969)
  • 4ffa154 Publish v3.774.0
  • 9df52d1 fix(core): revert "use credentials provided by extensions when instantiating ...
  • 6288dff fix(core): use credentials provided by extensions when instantiating sigv4 si...
  • f784d49 Publish v3.772.0
  • Additional commits viewable in compare view

Updates @aws-sdk/client-dynamodb from 3.726.1 to 3.788.0

Release notes

Sourced from @​aws-sdk/client-dynamodb's releases.

v3.788.0

3.788.0(2025-04-11)

Chores
Documentation Changes
  • client-dynamodb: Doc only update for API descriptions. (e7e8dc2f)
New Features
  • clients: update client endpoints as of 2025-04-11 (a3ab47dc)
  • client-pcs: Changed the minimum length of clusterIdentifier, computeNodeGroupIdentifier, and queueIdentifier to 3. (885595c4)
  • client-verifiedpermissions: Adds deletion protection support to policy stores. Deletion protection is disabled by default, can be enabled via the CreatePolicyStore or UpdatePolicyStore APIs, and is visible in GetPolicyStore. (21029cc2)
  • client-marketplace-entitlement-service: Add support for Marketplace Entitlement Service dual-stack endpoints for CN and GOV regions (239ccb6b)
  • client-detective: Add support for Detective DualStack endpoints (82bdb1c5)
  • client-datazone: Raise hard limit of authorized principals per SubscriptionTarget from 10 to 20. (a0329ca6)
  • client-marketplace-metering: Add support for Marketplace Metering Service dual-stack endpoints for CN regions (088694de)
  • client-connect-contact-lens: Making sentiment optional for ListRealtimeContactAnalysisSegments Response depending on conversational analytics configuration (73b26af3)

For list of updated packages, view updated-packages.md in assets-3.788.0.zip

v3.787.0

3.787.0(2025-04-10)

Chores
  • util-endpoints: update aws partitions.json (cb2a9f29)
  • endpoints: update endpoints model (2874c7d1)
  • models: update API models (8f65fca0)
  • codegen: bring in fix for operationContextParams (#7004) (a7d9c1f9)
  • aws-util-test:
New Features
  • client-application-auto-scaling: Application Auto Scaling now supports horizontal scaling for Elasticache Memcached self-designed clusters using target tracking scaling policies and scheduled scaling. (38a22fb9)
  • client-qbusiness: Adds functionality to enable/disable a new Q Business Hallucination Reduction feature. If enabled, Q Business will detect and attempt to remove Hallucinations from certain Chat requests. (a7fb9d51)
  • client-elasticache: AWS ElastiCache SDK now supports using MemcachedUpgradeConfig parameter with ModifyCacheCluster API to enable updating Memcached cache node types. Please refer to updated AWS ElastiCache public documentation for detailed information on API usage and implementation. (7be36747)
  • client-m2: Introduce three new APIs: CreateDataSetExportTask, GetDataSetExportTask and ListDataSetExportHistory. Add support for batch restart for Blu Age applications. (2c22fc3e)
  • client-quicksight: Add support to analysis and sheet level highlighting in QuickSight. (fd1d5c3c)
  • client-medialive: AWS Elemental MediaLive / Features : Add support for CMAF Ingest CaptionLanguageMappings, TimedMetadataId3 settings, and Link InputResolution. (4f30f3e3)
Tests

... (truncated)

Changelog

Sourced from @​aws-sdk/client-dynamodb's changelog.

3.788.0 (2025-04-11)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.787.0 (2025-04-10)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.786.0 (2025-04-09)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.782.0 (2025-04-03)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.777.0 (2025-03-27)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.775.0 (2025-03-25)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.774.0 (2025-03-24)

... (truncated)

Commits
  • 213aead Publish v3.788.0
  • e7e8dc2 docs(client-dynamodb): Doc only update for API descriptions.
  • 072c258 Publish v3.787.0
  • f4e6154 Publish v3.786.0
  • b6a0927 docs(client-dynamodb): Documentation update for secondary indexes and Create_...
  • bee323d Publish v3.782.0
  • 237cf3e Publish v3.777.0
  • 8bf0c03 docs(clients): switch example generation from JS to Smithy, add streaming blo...
  • bc30dfa Publish v3.775.0
  • df877b2 chore(codegen): sync for client config object custody (#6969)
  • Additional commits viewable in compare view

Updates @aws-sdk/client-s3 from 3.685.0 to 3.787.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.787.0

3.787.0(2025-04-10)

Chores
  • util-endpoints: update aws partitions.json (cb2a9f29)
  • endpoints: update endpoints model (2874c7d1)
  • models: update API models (8f65fca0)
  • codegen: bring in fix for operationContextParams (#7004) (a7d9c1f9)
  • aws-util-test:
New Features
  • client-application-auto-scaling: Application Auto Scaling now supports horizontal scaling for Elasticache Memcached self-designed clusters using target tracking scaling policies and scheduled scaling. (38a22fb9)
  • client-qbusiness: Adds functionality to enable/disable a new Q Business Hallucination Reduction feature. If enabled, Q Business will detect and attempt to remove Hallucinations from certain Chat requests. (a7fb9d51)
  • client-elasticache: AWS ElastiCache SDK now supports using MemcachedUpgradeConfig parameter with ModifyCacheCluster API to enable updating Memcached cache node types. Please refer to updated AWS ElastiCache public documentation for detailed information on API usage and implementation. (7be36747)
  • client-m2: Introduce three new APIs: CreateDataSetExportTask, GetDataSetExportTask and ListDataSetExportHistory. Add support for batch restart for Blu Age applications. (2c22fc3e)
  • client-quicksight: Add support to analysis and sheet level highlighting in QuickSight. (fd1d5c3c)
  • client-medialive: AWS Elemental MediaLive / Features : Add support for CMAF Ingest CaptionLanguageMappings, TimedMetadataId3 settings, and Link InputResolution. (4f30f3e3)
Tests
  • middleware-flexible-checksums: update instructions for MD5 fallback (#7002) (d1501040)

For list of updated packages, view updated-packages.md in assets-3.787.0.zip

v3.786.0

3.786.0(2025-04-09)

Documentation Changes
  • client-dynamodb: Documentation update for secondary indexes and Create_Table. (b6a09272)
New Features
  • clients: update client endpoints as of 2025-04-09 (0084003d)
  • client-glue: The TableOptimizer APIs in AWS Glue now return the DpuHours field in each TableOptimizerRun, providing clients visibility to the DPU-hours used for billing in managed Apache Iceberg table compaction optimization. (9874c2e8)
  • client-controlcatalog: The GetControl API now surfaces a control's Severity, CreateTime, and Identifier for a control's Implementation. The ListControls API now surfaces a control's Behavior, Severity, CreateTime, and Identifier for a control's Implementation. (253585cd)
  • client-transfer: This launch includes 2 enhancements to SFTP connectors user-experience: 1) Customers can self-serve concurrent connections setting for their connectors, and 2) Customers can discover the public host key of remote servers using their SFTP connectors. (58163089)
  • client-groundstation: Support tagging Agents and adjust input field validations (83c36c8b)

For list of updated packages, view updated-packages.md in assets-3.786.0.zip

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.787.0 (2025-04-10)

Note: Version bump only for package @​aws-sdk/client-s3

3.782.0 (2025-04-03)

Note: Version bump only for package @​aws-sdk/client-s3

3.779.0 (2025-03-31)

Features

  • client-s3: Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zones (7f2cfea)

3.777.0 (2025-03-27)

Note: Version bump only for package @​aws-sdk/client-s3

3.775.0 (2025-03-25)

Note: Version bump only for package @​aws-sdk/client-s3

3.774.0 (2025-03-24)

Note: Version bump only for package @​aws-sdk/client-s3

... (truncated)

Commits
  • 072c258 Publish v3.787.0
  • bee323d Publish v3.782.0
  • 0c659f4 Publish v3.779.0
  • 7f2cfea feat(client-s3): Amazon S3 adds support for S3 Access Points for directory bu...
  • 237cf3e Publish v3.777.0
  • 8bf0c03 docs(clients): switch example generation from JS to Smithy, add streaming blo...
  • bc30dfa Publish v3.775.0
  • df877b2 chore(codegen): sync for client config object custody (#6969)
  • 4ffa154 Publish v3.774.0
  • 9df52d1 fix(core): revert "use credentials provided by extensions when instantiating ...
  • Additional commits viewable in compare view

Updates @aws-sdk/client-secrets-manager from 3.682.0 to 3.787.0

Release notes

Sourced from @​aws-sdk/client-secrets-manager's releases.

v3.787.0

3.787.0(2025-04-10)

Chores
  • util-endpoints: update aws partitions.json (cb2a9f29)
  • endpoints: update endpoints model (2874c7d1)
  • models: update API models (8f65fca0)
  • codegen: bring in fix for operationContextParams (#7004) (a7d9c1f9)
  • aws-util-test:
New Features
  • client-application-auto-scaling: Application Auto Scaling now supports horizontal scaling for Elasticache Memcached self-designed clusters using target tracking scaling policies and scheduled scaling. (38a22fb9)
  • client-qbusiness: Adds functionality to enable/disable a new Q Business Hallucination Reduction feature. If enabled, Q Business will detect and attempt to remove Hallucinations from certain Chat requests. (a7fb9d51)
  • client-elasticache: AWS ElastiCache SDK now supports using MemcachedUpgradeConfig parameter with ModifyCacheCluster API to enable updating Memcached cache node types. Please refer to updated...

    Description has been truncated

Bumps the aws group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.113.0` | `2.190.0` |
| [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) | `8.10.145` | `8.10.149` |
| [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) | `2.113.0` | `2.1010.0` |
| [@aws-sdk/client-cloudfront](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudfront) | `3.682.0` | `3.787.0` |
| [@aws-sdk/client-sns](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sns) | `3.682.0` | `3.787.0` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.726.1` | `3.788.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.685.0` | `3.787.0` |
| [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) | `3.682.0` | `3.787.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.682.0` | `3.787.0` |
| [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.682.0` | `3.787.0` |
| [@aws-solutions-constructs/aws-lambda-sqs-lambda](https://github.com/awslabs/aws-solutions-constructs/tree/HEAD/source/patterns/@aws-solutions-constructs/aws-lambda-sqs-lambda) | `2.74.0` | `2.84.0` |



Updates `aws-cdk-lib` from 2.113.0 to 2.190.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.190.0/packages/aws-cdk-lib)

Updates `@types/aws-lambda` from 8.10.145 to 8.10.149
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/aws-lambda)

Updates `aws-cdk` from 2.113.0 to 2.1010.0
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/[email protected]/packages/aws-cdk)

Updates `@aws-sdk/client-cloudfront` from 3.682.0 to 3.787.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-cloudfront/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.787.0/clients/client-cloudfront)

Updates `@aws-sdk/client-sns` from 3.682.0 to 3.787.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sns/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.787.0/clients/client-sns)

Updates `@aws-sdk/client-dynamodb` from 3.726.1 to 3.788.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.788.0/clients/client-dynamodb)

Updates `@aws-sdk/client-s3` from 3.685.0 to 3.787.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.787.0/clients/client-s3)

Updates `@aws-sdk/client-secrets-manager` from 3.682.0 to 3.787.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-secrets-manager/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.787.0/clients/client-secrets-manager)

Updates `@aws-sdk/client-sqs` from 3.682.0 to 3.787.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.787.0/clients/client-sqs)

Updates `@aws-sdk/client-ssm` from 3.682.0 to 3.787.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ssm/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.787.0/clients/client-ssm)

Updates `@aws-solutions-constructs/aws-lambda-sqs-lambda` from 2.74.0 to 2.84.0
- [Release notes](https://github.com/awslabs/aws-solutions-constructs/releases)
- [Changelog](https://github.com/awslabs/aws-solutions-constructs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/awslabs/aws-solutions-constructs/commits/v2.84.0/source/patterns/@aws-solutions-constructs/aws-lambda-sqs-lambda)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-version: 2.190.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@types/aws-lambda"
  dependency-version: 8.10.149
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: aws-cdk
  dependency-version: 2.1010.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-cloudfront"
  dependency-version: 3.787.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-sns"
  dependency-version: 3.787.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.788.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.787.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-version: 3.787.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.787.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-ssm"
  dependency-version: 3.787.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-solutions-constructs/aws-lambda-sqs-lambda"
  dependency-version: 2.84.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 21, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 21, 2025

Reviewers

The following teams could not be added as reviewers: aligent-devops. Either the team does not exist or it does not have the correct permissions to be added as a reviewer.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 21, 2025

Superseded by #1475.

@dependabot dependabot bot closed this Apr 21, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependabot-test/aws-158a596c41 branch April 21, 2025 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant