Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(lambda): bump the aws group across 1 directory with 6 updates #618

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the aws group with 5 updates in the /lambdas directory:

Package From To
@aws-sdk/client-ec2 3.441.0 3.712.0
@aws-sdk/client-ssm 3.441.0 3.712.0
@aws-sdk/client-s3 3.441.0 3.712.0
@aws-sdk/lib-storage 3.441.0 3.712.0
@aws-sdk/client-sqs 3.441.0 3.712.0

Updates @aws-sdk/client-ec2 from 3.441.0 to 3.712.0

Release notes

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

v3.712.0

3.712.0(2024-12-13)

Documentation Changes
  • client-networkmanager: There was a sentence fragment in UpdateDirectConnectGatewayAttachment that was causing customer confusion as to whether it's an incomplete sentence or if it was a typo. Removed the fragment. (855375fb)
New Features
  • clients: update client endpoints as of 2024-12-13 (f135fb68)
  • client-cloudwatch-logs: Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters (6e1313e0)
  • client-servicediscovery: AWS Cloud Map now supports service-level attributes, allowing you to associate custom metadata directly with services. These attributes can be retrieved, updated, and deleted using the new GetServiceAttributes, UpdateServiceAttributes, and DeleteServiceAttributes API calls. (c908c6c6)
  • client-mediaconnect: AWS Elemental MediaConnect Gateway now supports Source Specific Multicast (SSM) for ingress bridges. This enables you to specify a source IP address in addition to a multicast IP when creating or updating an ingress bridge source. (b525bd54)
  • client-eks: Add NodeRepairConfig in CreateNodegroupRequest and UpdateNodegroupConfigRequest (ce39697d)
  • client-ec2: This release adds GroupId to the response for DeleteSecurityGroup. (537aeca5)
  • client-cloudhsm-v2: Add support for Dual-Stack hsm2m.medium clusters. The customers will now be able to create hsm2m.medium clusters having both IPv4 and IPv6 connection capabilities by specifying a new param called NetworkType=DUALSTACK during cluster creation. (50cf29a6)
Bug Fixes
  • util-user-agent-node: appId config file name correction (#6729) (718151ab)

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

v3.711.0

3.711.0(2024-12-12)

Documentation Changes
  • client-guardduty: Improved descriptions for certain APIs. (5beb1c7b)
New Features
  • clients: update client endpoints as of 2024-12-12 (8d22e42b)
  • client-connect: Configure holidays and other overrides to hours of operation in advance. During contact handling, Amazon Connect automatically checks for overrides and provides customers with an appropriate flow path. After an override period passes call center automatically reverts to standard hours of operation. (6398b6f3)
  • client-glue: To support customer-managed encryption in Data Quality to allow customers encrypt data with their own KMS key, we will add a DataQualityEncryption field to the SecurityConfiguration API where customers can provide their KMS keys. (6d74002a)
  • client-database-migration-service: Add parameters to support for kerberos authentication. Add parameter for disabling the Unicode source filter with PostgreSQL settings. Add parameter to use large integer value with Kinesis/Kafka settings. (97520fc0)
  • client-route-53-domains: This release includes the following API updates: added the enumeration type RESTORE_DOMAIN to the OperationType; constrained the Price attribute to non-negative values; updated the LangCode to allow 2 or 3 alphabetical characters. (c149c7ab)

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

v3.710.0

3.710.0(2024-12-11)

Documentation Changes

... (truncated)

Changelog

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

3.712.0 (2024-12-13)

Features

  • client-ec2: This release adds GroupId to the response for DeleteSecurityGroup. (537aeca)

3.709.0 (2024-12-10)

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

3.708.0 (2024-12-09)

Features

  • client-ec2: This release includes a new API for modifying instance network-performance-options after launch. (2f49c14)

3.703.0 (2024-12-02)

Features

  • client-ec2: Adds support for declarative policies that allow you to enforce desired configuration across an AWS organization through configuring account attributes. Adds support for Allowed AMIs that allows you to limit the use of AMIs in AWS accounts. Adds support for connectivity over non-HTTP protocols. (478480a)

3.701.0 (2024-11-26)

Features

  • client-ec2: Adds support for Time-based Copy for EBS Snapshots and Cross Region PrivateLink. Time-based Copy ensures that EBS Snapshots are copied within and across AWS Regions in a specified timeframe. Cross Region PrivateLink enables customers to connect to VPC endpoint services hosted in other AWS Regions. (a370f24)

... (truncated)

Commits
  • 041a906 Publish v3.712.0
  • 537aeca feat(client-ec2): This release adds GroupId to the response for DeleteSecurit...
  • fec23be Publish v3.709.0
  • c685950 chore(codegen): update clients for String dispatch fix (#6721)
  • 02436fd Publish v3.708.0
  • 2f49c14 feat(client-ec2): This release includes a new API for modifying instance netw...
  • b5217c1 Publish v3.703.0
  • 478480a feat(client-ec2): Adds support for declarative policies that allow you to enf...
  • abe093d Publish v3.701.0
  • a370f24 feat(client-ec2): Adds support for Time-based Copy for EBS Snapshots and Cros...
  • Additional commits viewable in compare view

Updates @aws-sdk/client-ssm from 3.441.0 to 3.712.0

Release notes

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

v3.712.0

3.712.0(2024-12-13)

Documentation Changes
  • client-networkmanager: There was a sentence fragment in UpdateDirectConnectGatewayAttachment that was causing customer confusion as to whether it's an incomplete sentence or if it was a typo. Removed the fragment. (855375fb)
New Features
  • clients: update client endpoints as of 2024-12-13 (f135fb68)
  • client-cloudwatch-logs: Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters (6e1313e0)
  • client-servicediscovery: AWS Cloud Map now supports service-level attributes, allowing you to associate custom metadata directly with services. These attributes can be retrieved, updated, and deleted using the new GetServiceAttributes, UpdateServiceAttributes, and DeleteServiceAttributes API calls. (c908c6c6)
  • client-mediaconnect: AWS Elemental MediaConnect Gateway now supports Source Specific Multicast (SSM) for ingress bridges. This enables you to specify a source IP address in addition to a multicast IP when creating or updating an ingress bridge source. (b525bd54)
  • client-eks: Add NodeRepairConfig in CreateNodegroupRequest and UpdateNodegroupConfigRequest (ce39697d)
  • client-ec2: This release adds GroupId to the response for DeleteSecurityGroup. (537aeca5)
  • client-cloudhsm-v2: Add support for Dual-Stack hsm2m.medium clusters. The customers will now be able to create hsm2m.medium clusters having both IPv4 and IPv6 connection capabilities by specifying a new param called NetworkType=DUALSTACK during cluster creation. (50cf29a6)
Bug Fixes
  • util-user-agent-node: appId config file name correction (#6729) (718151ab)

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

v3.711.0

3.711.0(2024-12-12)

Documentation Changes
  • client-guardduty: Improved descriptions for certain APIs. (5beb1c7b)
New Features
  • clients: update client endpoints as of 2024-12-12 (8d22e42b)
  • client-connect: Configure holidays and other overrides to hours of operation in advance. During contact handling, Amazon Connect automatically checks for overrides and provides customers with an appropriate flow path. After an override period passes call center automatically reverts to standard hours of operation. (6398b6f3)
  • client-glue: To support customer-managed encryption in Data Quality to allow customers encrypt data with their own KMS key, we will add a DataQualityEncryption field to the SecurityConfiguration API where customers can provide their KMS keys. (6d74002a)
  • client-database-migration-service: Add parameters to support for kerberos authentication. Add parameter for disabling the Unicode source filter with PostgreSQL settings. Add parameter to use large integer value with Kinesis/Kafka settings. (97520fc0)
  • client-route-53-domains: This release includes the following API updates: added the enumeration type RESTORE_DOMAIN to the OperationType; constrained the Price attribute to non-negative values; updated the LangCode to allow 2 or 3 alphabetical characters. (c149c7ab)

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

v3.710.0

3.710.0(2024-12-11)

Documentation Changes

... (truncated)

Changelog

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

3.712.0 (2024-12-13)

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

3.709.0 (2024-12-10)

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

3.699.0 (2024-11-22)

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

3.698.0 (2024-11-21)

Features

  • client-ssm: Added support for providing high-level overviews of managed nodes and previewing the potential impact of a runbook execution. (0f45892)

3.696.0 (2024-11-19)

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

3.693.0 (2024-11-15)

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

... (truncated)

Commits

Updates @aws-sdk/types from 3.433.0 to 3.709.0

Release notes

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

v3.709.0

3.709.0(2024-12-10)

Chores
  • codegen: update clients for String dispatch fix (#6721) (c6859500)
Documentation Changes
  • client-dsql: Doc only update to examples for DeleteMultiRegionClusters & CreateMultiRegionClusters (ca62a3c1)
  • client-application-auto-scaling: Doc only update for AAS Predictive Scaling policy configuration API. (ba20f1db)
New Features
  • clients: update client endpoints as of 2024-12-10 (6f523dce)
  • client-sesv2: Introduces support for creating DEED (Deterministic Easy-DKIM) identities. (9587ce34)
  • client-ivs-realtime: IVS Real-Time now offers customers the ability to customize thumbnails recording mode and interval for both Individual Participant Recording (IPR) and Server-Side Compositions (SSC). (e9f436eb)
  • client-connect: Add support for Push Notifications for Amazon Connect chat. With Push Notifications enabled an alert could be sent to customers about new messages even when they aren't actively using the mobile application. (8f9a63c6)
  • client-finspace: Update KxCommandLineArgument value parameter regex to allow for spaces and semicolons (db4712c8)
  • client-bcm-pricing-calculator: Updated condition key inference from Workload Estimate, Bill Scenario, and Bill Estimate resources. Updated documentation links. (7e392d42)

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

v3.708.0

3.708.0(2024-12-09)

Chores
  • client-sesv2: enable sigv4a code generation in sesv2 ahead of service availability (#6719) (bdfa8685)
Documentation Changes
  • client-ecs: This is a documentation only update to address various tickets for Amazon ECS. (8dfab180)
  • client-workspaces: Added text to clarify case-sensitivity (f62407ad)
  • client-appsync: Provides description of new Amazon Bedrock runtime datasource. (35613283)
  • client-keyspaces: Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API. (a4233c3b)
New Features
  • clients: update client endpoints as of 2024-12-09 (0141da01)
  • client-cognito-identity-provider: Change CustomDomainConfig from a required to an optional parameter for the UpdateUserPoolDomain operation. (7c1425c9)
  • client-ec2: This release includes a new API for modifying instance network-performance-options after launch. (2f49c14f)
  • client-medialive: H265 outputs now support disabling the deblocking filter. (4adf1d4f)

... (truncated)

Changelog

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

3.709.0 (2024-12-10)

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

3.696.0 (2024-11-19)

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

3.692.0 (2024-11-14)

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

3.686.0 (2024-11-06)

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

3.679.0 (2024-10-24)

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

3.667.0 (2024-10-08)

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

3.664.0 (2024-10-03)

... (truncated)

Commits

Updates @aws-sdk/client-s3 from 3.441.0 to 3.712.0

Release notes

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

v3.712.0

3.712.0(2024-12-13)

Documentation Changes
  • client-networkmanager: There was a sentence fragment in UpdateDirectConnectGatewayAttachment that was causing customer confusion as to whether it's an incomplete sentence or if it was a typo. Removed the fragment. (855375fb)
New Features
  • clients: update client endpoints as of 2024-12-13 (f135fb68)
  • client-cloudwatch-logs: Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters (6e1313e0)
  • client-servicediscovery: AWS Cloud Map now supports service-level attributes, allowing you to associate custom metadata directly with services. These attributes can be retrieved, updated, and deleted using the new GetServiceAttributes, UpdateServiceAttributes, and DeleteServiceAttributes API calls. (c908c6c6)
  • client-mediaconnect: AWS Elemental MediaConnect Gateway now supports Source Specific Multicast (SSM) for ingress bridges. This enables you to specify a source IP address in addition to a multicast IP when creating or updating an ingress bridge source. (b525bd54)
  • client-eks: Add NodeRepairConfig in CreateNodegroupRequest and UpdateNodegroupConfigRequest (ce39697d)
  • client-ec2: This release adds GroupId to the response for DeleteSecurityGroup. (537aeca5)
  • client-cloudhsm-v2: Add support for Dual-Stack hsm2m.medium clusters. The customers will now be able to create hsm2m.medium clusters having both IPv4 and IPv6 connection capabilities by specifying a new param called NetworkType=DUALSTACK during cluster creation. (50cf29a6)
Bug Fixes
  • util-user-agent-node: appId config file name correction (#6729) (718151ab)

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

v3.711.0

3.711.0(2024-12-12)

Documentation Changes
  • client-guardduty: Improved descriptions for certain APIs. (5beb1c7b)
New Features
  • clients: update client endpoints as of 2024-12-12 (8d22e42b)
  • client-connect: Configure holidays and other overrides to hours of operation in advance. During contact handling, Amazon Connect automatically checks for overrides and provides customers with an appropriate flow path. After an override period passes call center automatically reverts to standard hours of operation. (6398b6f3)
  • client-glue: To support customer-managed encryption in Data Quality to allow customers encrypt data with their own KMS key, we will add a DataQualityEncryption field to the SecurityConfiguration API where customers can provide their KMS keys. (6d74002a)
  • client-database-migration-service: Add parameters to support for kerberos authentication. Add parameter for disabling the Unicode source filter with PostgreSQL settings. Add parameter to use large integer value with Kinesis/Kafka settings. (97520fc0)
  • client-route-53-domains: This release includes the following API updates: added the enumeration type RESTORE_DOMAIN to the OperationType; constrained the Price attribute to non-negative values; updated the LangCode to allow 2 or 3 alphabetical characters. (c149c7ab)

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

v3.710.0

3.710.0(2024-12-11)

Documentation Changes

... (truncated)

Changelog

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

3.712.0 (2024-12-13)

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

3.709.0 (2024-12-10)

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

3.705.0 (2024-12-03)

Features

  • client-s3: Amazon S3 Metadata stores object metadata in read-only, fully managed Apache Iceberg metadata tables that you can query. You can create metadata table configurations for S3 general purpose buckets. (b6368e5)

3.703.0 (2024-12-02)

Features

  • client-s3: Amazon S3 introduces support for AWS Dedicated Local Zones (a4b4303)

3.701.0 (2024-11-26)

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

3.700.0 (2024-11-25)

Features

... (truncated)

Commits
  • 041a906 Publish v3.712.0
  • fec23be Publish v3.709.0
  • c685950 chore(codegen): update clients for String dispatch fix (#6721)
  • 728fa5a Publish v3.705.0
  • b6368e5 feat(client-s3): Amazon S3 Metadata stores object metadata in read-only, full...
  • b5217c1 Publish v3.703.0
  • a4b4303 feat(client-s3): Amazon S3 introduces support for AWS Dedicated Local Zones
  • abe093d Publish v3.701.0
  • c7fdd8b chore(middleware-flexible-checksums): add requestAlgorithmMemberHttpHeader (#...
  • 53b12f4 Publish v3.700.0
  • Additional commits viewable in compare view

Updates @aws-sdk/lib-storage from 3.441.0 to 3.712.0

Release notes

Sourced from @​aws-sdk/lib-storage's releases.

v3.712.0

3.712.0(2024-12-13)

Documentation Changes
  • client-networkmanager: There was a sentence fragment in UpdateDirectConnectGatewayAttachment that was causing customer confusion as to whether it's an incomplete sentence or if it was a typo. Removed the fragment. (855375fb)
New Features
  • clients: update client endpoints as of 2024-12-13 (f135fb68)
  • client-cloudwatch-logs: Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters (6e1313e0)
  • client-servicediscovery: AWS Cloud Map now supports service-level attributes, allowing you to associate custom metadata directly with services. These attributes can be retrieved, updated, and deleted using the new GetServiceAttributes, UpdateServiceAttributes, and DeleteServiceAttributes API calls. (c908c6c6)
  • client-mediaconnect: AWS Elemental MediaConnect Gateway now supports Source Specific Multicast (SSM) for ingress bridges. This enables you to specify a source IP address in addition to a multicast IP when creating or updating an ingress bridge source. (b525bd54)
  • client-eks: Add NodeRepairConfig in CreateNodegroupRequest and UpdateNodegroupConfigRequest (ce39697d)
  • client-ec2: This release adds GroupId to the response for DeleteSecurityGroup. (537aeca5)
  • client-cloudhsm-v2: Add support for Dual-Stack hsm2m.medium clusters. The customers will now be able to create hsm2m.medium clusters having both IPv4 and IPv6 connection capabilities by specifying a new param called NetworkType=DUALSTACK during cluster creation. (50cf29a6)
Bug Fixes
  • util-user-agent-node: appId config file name correction (#6729) (718151ab)

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

v3.711.0

3.711.0(2024-12-12)

Documentation Changes
  • client-guardduty: Improved descriptions for certain APIs. (5beb1c7b)
New Features
  • clients: update client endpoints as of 2024-12-12 (8d22e42b)
  • client-connect: Configure holidays and other overrides to hours of operation in advance. During contact handling, Amazon Connect automatically checks for overrides and provides customers with an appropriate flow path. After an override period passes call center automatically reverts to standard hours of operation. (6398b6f3)
  • client-glue: To support customer-managed encryption in Data Quality to allow customers encrypt data with their own KMS key, we will add a DataQualityEncryption field to the SecurityConfiguration API where customers can provide their KMS keys. (6d74002a)
  • client-database-migration-service: Add parameters to support for kerberos authentication. Add parameter for disabling the Unicode source filter with PostgreSQL settings. Add parameter to use large integer value with Kinesis/Kafka settings. (97520fc0)
  • client-route-53-domains: This release includes the following API updates: added the enumeration type RESTORE_DOMAIN to the OperationType; constrained the Price attribute to non-negative values; updated the LangCode to allow 2 or 3 alphabetical characters. (c149c7ab)

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

v3.710.0

3.710.0(2024-12-11)

Documentation Changes

... (truncated)

Changelog

Sourced from @​aws-sdk/lib-storage's changelog.

3.712.0 (2024-12-13)

Note: Version bump only for package @​aws-sdk/lib-storage

3.709.0 (2024-12-10)

Note: Version bump only for package @​aws-sdk/lib-storage

3.705.0 (2024-12-03)

Note: Version bump only for package @​aws-sdk/lib-storage

3.703.0 (2024-12-02)

Note: Version bump only for package @​aws-sdk/lib-storage

3.701.0 (2024-11-26)

Note: Version bump only for package @​aws-sdk/lib-storage

3.700.0 (2024-11-25)

Note: Version bump only for package @​aws-sdk/lib-storage

3.699.0 (2024-11-22)

... (truncated)

Commits

Updates @aws-sdk/client-sqs from 3.441.0 to 3.712.0

Release notes

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

v3.712.0

3.712.0(2024-12-13)

Documentation Changes
  • client-networkmanager: There was a sentence fragment in UpdateDirectConnectGatewayAttachment that was causing customer confusion as to whether it's an incomplete sentence or if it was a typo. Removed the fragment. (855375fb)
New Features
  • clients: update client endpoints as of 2024-12-13 (f135fb68)
  • client-cloudwatch-logs: Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters (6e1313e0)
  • client-servicediscovery: AWS Cloud Map now supports service-level attributes, allowing you to associate custom metadata directly with services. These attributes can be retrieved, updated, and deleted using the new GetServiceAttributes, UpdateServiceAttributes, and DeleteServiceAttributes API calls. (c908c6c6)
  • client-mediaconnect: AWS Elemental MediaConnect Gateway now supports Source Specific Multicast (SSM) for ingress bridges. This enables you to specify a source IP address in addition to a multicast IP when creating or updating an ingress bridge source. (b525bd54)
  • client-eks: Add NodeRepairConfig in CreateNodegroupRequest and UpdateNodegroupConfigRequest (ce39697d)
  • client-ec2: This release adds GroupId to the response for DeleteSecurityGroup. (537aeca5)
  • client-cloudhsm-v2: Add support for Dual-Stack hsm2m.medium clusters. The customers will now be able to create hsm2m.medium clusters having both IPv4 and IPv6 connection capabilities by specifying a new param called NetworkType=DUALSTACK during cluster creation. (50cf29a6)
Bug Fixes
  • util-user-agent-node: appId config file name correction (#6729) (718151ab)

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

v3.711.0

3.711.0(2024-12-12)

Documentation Changes
  • client-guardduty: Improved descriptions for certain APIs. (5beb1c7b)
New Features
  • clients: update client endpoints as of 2024-12-12 (8d22e42b)
  • client-connect: Configure holidays and other overrides to hours of operation in advance. During contact handling, Amazon Connect automatically checks for overrides and provides customers with an appropriate flow path. After an override period passes call center automatically reverts to standard hours of operation. (6398b6f3)
  • client-glue: To support customer-managed encryption in Data Quality to allow customers encrypt data with their own KMS key, we will add a DataQualityEncryption field to the SecurityConfiguration API where customers can provide their KMS keys. (6d74002a)
  • client-database-migration-service: Add parameters to support for kerberos authentication. Add parameter for disabling the Unicode source filter with PostgreSQL settings. Add parameter to use large integer value with Kinesis/Kafka settings. (97520fc0)
  • client-route-53-domains: This release includes the following API updates: added the enumeration type RESTORE_DOMAIN to the OperationType; constrained the Price attribute to non-negative values; updated the LangCode to allow 2 or 3 alphabetical characters. (c149c7ab)

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

v3.710.0

3.710.0(2024-12-11)

Documentation Changes

... (truncated)

Changelog

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

3.712.0 (2024-12-13)

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

3.709.0 (2024-12-10)

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

3.699.0 (2024-11-22)

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

3.696.0 (2024-11-19)

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

3.693.0 (2024-11-15)

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

3.692.0 (2024-11-14)

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

3.691.0 (2024-11-13)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the aws group with 5 updates in the /lambdas directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2) | `3.441.0` | `3.712.0` |
| [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.441.0` | `3.712.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.441.0` | `3.712.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.441.0` | `3.712.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.441.0` | `3.712.0` |



Updates `@aws-sdk/client-ec2` from 3.441.0 to 3.712.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-ec2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.712.0/clients/client-ec2)

Updates `@aws-sdk/client-ssm` from 3.441.0 to 3.712.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.712.0/clients/client-ssm)

Updates `@aws-sdk/types` from 3.433.0 to 3.709.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.709.0/packages/types)

Updates `@aws-sdk/client-s3` from 3.441.0 to 3.712.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.712.0/clients/client-s3)

Updates `@aws-sdk/lib-storage` from 3.441.0 to 3.712.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.712.0/lib/lib-storage)

Updates `@aws-sdk/client-sqs` from 3.441.0 to 3.712.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.712.0/clients/client-sqs)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-ec2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-ssm"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/lib-storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-sqs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2024
Copy link
Author

dependabot bot commented on behalf of github Dec 23, 2024

Superseded by #621.

@dependabot dependabot bot closed this Dec 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/lambdas/aws-cc3ceb6c37 branch December 23, 2024 18:32
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.

0 participants