Commit afd62b6
authored
fix(lambda): bump the aws group in /lambdas with 6 updates (#4906)
Bumps the aws group in /lambdas with 6 updates:
| Package | From | To |
| --- | --- | --- |
|
[@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2)
| `3.933.0` | `3.934.0` |
|
[@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm)
| `3.933.0` | `3.934.0` |
|
[@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs)
| `3.933.0` | `3.934.0` |
|
[@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3)
| `3.933.0` | `3.934.0` |
|
[@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage)
| `3.933.0` | `3.934.0` |
|
[@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge)
| `3.933.0` | `3.934.0` |
Updates `@aws-sdk/client-ec2` from 3.933.0 to 3.934.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@aws-sdk/client-ec2</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.934.0</h2>
<h4>3.934.0(2025-11-18)</h4>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2025-11-18
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0f98925410ab7b21c1c92bd6a507e3b571f1b337">0f989254</a>)</li>
<li><strong>client-connect:</strong> This release added support for ring
timer configuration for campaign calls. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ae3d76000b552fa56dad59d65f3241b0404c32df">ae3d7600</a>)</li>
<li><strong>client-cloudwatch-logs:</strong> CloudWatch Logs updates:
Added capability to setup a recurring schedule for log insights queries.
Logs introduced Scheduled Queries (managed through
Create/Update/Get/Delete/List/History Scheduled Query APIs). For more
information, see CloudWatch Logs API documentation. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/467947d43202b1e0ee40288e3482aa6a1b7db760">467947d4</a>)</li>
<li><strong>client-wafv2:</strong> AssociateWebACL, UpdateWebACL and
PutLoggingConfiguration will now throw
WAFFeatureNotIncludedInPricingPlanException when the request contains a
feature that is not included in the CloudFront pricing plan of the
WebACL. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6da7a3dbfa7d5d5f824e1ee6e8a3e414ee6ed10b">6da7a3db</a>)</li>
<li><strong>client-storage-gateway:</strong> Adds support for European
Sovereign Cloud ARNs in Storage Gateway API parameters. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/c7dd6fd72f0c688fbd0030167104dd9bdc8a8bf5">c7dd6fd7</a>)</li>
<li><strong>client-cloudformation:</strong> New CloudFormation
DescribeEvents API with operation ID tracking and failure filtering
capabilities to quickly identify root causes of deployment failures.
Also, a DeploymentMode parameter for the CreateChangeSet API that
enables creation of drift-aware change sets for safe drift management.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/04624df229903dcdcb0058cab7f2600c430f3adb">04624df2</a>)</li>
<li><strong>client-kafka:</strong> Amazon MSK adds three new APIs,
ListTopics, DescribeTopic, and DescribeTopicPartitions for viewing Kafka
topics in your MSK clusters. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/12ad701d38579bc63130dd7b0cbb054ed69f6f3d">12ad701d</a>)</li>
<li><strong>client-backup:</strong> AWS Backup now supports a low-cost
warm storage tier for Amazon S3 backup data. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0b0c9b8f6a3e9719499db5a0cdaf0b9b31b70ed1">0b0c9b8f</a>)</li>
<li><strong>client-iam:</strong> Added the AssociateDelegationRequest,
GetDelegationRequest, AcceptDelegationRequest, RejectDelegatonRequest,
ListDelegationRequests, UpdateDelegationRequest, SendDelegationToken and
GetHumanReadableSummary APIs for the IAM temporary delegation feature.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b200679b040a3e3158a2cb4773360fab5cf4bbd8">b200679b</a>)</li>
<li><strong>client-resource-groups-tagging-api:</strong> Add support for
new ListRequiredTags API used to retrieve the required tags specified in
a customer's effective tag policy. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fa50551511be7be35117b486ddfc84126623be3b">fa505515</a>)</li>
<li><strong>client-ec2:</strong> AWS Site-to-Site VPN now supports VPN
Concentrator, a new feature that enables customers to connect multiple
low-bandwidth sites connections through a single attachment, simplifying
multi-site connectivity for distributed enterprises. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b94cadfd704fa2cc3df6d60075aae1ce99212b2d">b94cadfd</a>)</li>
<li><strong>client-bedrock-runtime:</strong> Amazon Bedrock Runtime
Service Tier Support Launch (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ea418df5de064d09ca66470f7452fc6d41c0caf4">ea418df5</a>)</li>
<li><strong>client-auto-scaling:</strong> This release adds the new
LaunchInstances API, which can launch instances synchronously in an
AutoScaling group. The API also returns instances info and launch error
back immediately. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/5d96b6881d2b6ace315029f471dca7cd058aa643">5d96b688</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>core/protocols:</strong> add json rpc perf baseline (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7505">#7505</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/114920c68764e2ea9d3a6b8a00851cf132db8dad">114920c6</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.934.0.zip</strong></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ec2/CHANGELOG.md"><code>@aws-sdk/client-ec2</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.933.0...v3.934.0">3.934.0</a>
(2025-11-18)</h1>
<h3>Features</h3>
<ul>
<li><strong>client-ec2:</strong> AWS Site-to-Site VPN now supports VPN
Concentrator, a new feature that enables customers to connect multiple
low-bandwidth sites connections through a single attachment, simplifying
multi-site connectivity for distributed enterprises. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b94cadfd704fa2cc3df6d60075aae1ce99212b2d">b94cadf</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/3b6a4d9a2d9e26564506d833431c43ae0de335c6"><code>3b6a4d9</code></a>
Publish v3.934.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/b94cadfd704fa2cc3df6d60075aae1ce99212b2d"><code>b94cadf</code></a>
feat(client-ec2): AWS Site-to-Site VPN now supports VPN Concentrator, a
new f...</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.934.0/clients/client-ec2">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-sdk/client-ssm` from 3.933.0 to 3.934.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@aws-sdk/client-ssm</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.934.0</h2>
<h4>3.934.0(2025-11-18)</h4>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2025-11-18
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0f98925410ab7b21c1c92bd6a507e3b571f1b337">0f989254</a>)</li>
<li><strong>client-connect:</strong> This release added support for ring
timer configuration for campaign calls. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ae3d76000b552fa56dad59d65f3241b0404c32df">ae3d7600</a>)</li>
<li><strong>client-cloudwatch-logs:</strong> CloudWatch Logs updates:
Added capability to setup a recurring schedule for log insights queries.
Logs introduced Scheduled Queries (managed through
Create/Update/Get/Delete/List/History Scheduled Query APIs). For more
information, see CloudWatch Logs API documentation. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/467947d43202b1e0ee40288e3482aa6a1b7db760">467947d4</a>)</li>
<li><strong>client-wafv2:</strong> AssociateWebACL, UpdateWebACL and
PutLoggingConfiguration will now throw
WAFFeatureNotIncludedInPricingPlanException when the request contains a
feature that is not included in the CloudFront pricing plan of the
WebACL. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6da7a3dbfa7d5d5f824e1ee6e8a3e414ee6ed10b">6da7a3db</a>)</li>
<li><strong>client-storage-gateway:</strong> Adds support for European
Sovereign Cloud ARNs in Storage Gateway API parameters. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/c7dd6fd72f0c688fbd0030167104dd9bdc8a8bf5">c7dd6fd7</a>)</li>
<li><strong>client-cloudformation:</strong> New CloudFormation
DescribeEvents API with operation ID tracking and failure filtering
capabilities to quickly identify root causes of deployment failures.
Also, a DeploymentMode parameter for the CreateChangeSet API that
enables creation of drift-aware change sets for safe drift management.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/04624df229903dcdcb0058cab7f2600c430f3adb">04624df2</a>)</li>
<li><strong>client-kafka:</strong> Amazon MSK adds three new APIs,
ListTopics, DescribeTopic, and DescribeTopicPartitions for viewing Kafka
topics in your MSK clusters. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/12ad701d38579bc63130dd7b0cbb054ed69f6f3d">12ad701d</a>)</li>
<li><strong>client-backup:</strong> AWS Backup now supports a low-cost
warm storage tier for Amazon S3 backup data. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0b0c9b8f6a3e9719499db5a0cdaf0b9b31b70ed1">0b0c9b8f</a>)</li>
<li><strong>client-iam:</strong> Added the AssociateDelegationRequest,
GetDelegationRequest, AcceptDelegationRequest, RejectDelegatonRequest,
ListDelegationRequests, UpdateDelegationRequest, SendDelegationToken and
GetHumanReadableSummary APIs for the IAM temporary delegation feature.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b200679b040a3e3158a2cb4773360fab5cf4bbd8">b200679b</a>)</li>
<li><strong>client-resource-groups-tagging-api:</strong> Add support for
new ListRequiredTags API used to retrieve the required tags specified in
a customer's effective tag policy. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fa50551511be7be35117b486ddfc84126623be3b">fa505515</a>)</li>
<li><strong>client-ec2:</strong> AWS Site-to-Site VPN now supports VPN
Concentrator, a new feature that enables customers to connect multiple
low-bandwidth sites connections through a single attachment, simplifying
multi-site connectivity for distributed enterprises. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b94cadfd704fa2cc3df6d60075aae1ce99212b2d">b94cadfd</a>)</li>
<li><strong>client-bedrock-runtime:</strong> Amazon Bedrock Runtime
Service Tier Support Launch (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ea418df5de064d09ca66470f7452fc6d41c0caf4">ea418df5</a>)</li>
<li><strong>client-auto-scaling:</strong> This release adds the new
LaunchInstances API, which can launch instances synchronously in an
AutoScaling group. The API also returns instances info and launch error
back immediately. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/5d96b6881d2b6ace315029f471dca7cd058aa643">5d96b688</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>core/protocols:</strong> add json rpc perf baseline (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7505">#7505</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/114920c68764e2ea9d3a6b8a00851cf132db8dad">114920c6</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.934.0.zip</strong></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ssm/CHANGELOG.md"><code>@aws-sdk/client-ssm</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.933.0...v3.934.0">3.934.0</a>
(2025-11-18)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-ssm</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/3b6a4d9a2d9e26564506d833431c43ae0de335c6"><code>3b6a4d9</code></a>
Publish v3.934.0</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.934.0/clients/client-ssm">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-sdk/client-sqs` from 3.933.0 to 3.934.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@aws-sdk/client-sqs</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.934.0</h2>
<h4>3.934.0(2025-11-18)</h4>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2025-11-18
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0f98925410ab7b21c1c92bd6a507e3b571f1b337">0f989254</a>)</li>
<li><strong>client-connect:</strong> This release added support for ring
timer configuration for campaign calls. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ae3d76000b552fa56dad59d65f3241b0404c32df">ae3d7600</a>)</li>
<li><strong>client-cloudwatch-logs:</strong> CloudWatch Logs updates:
Added capability to setup a recurring schedule for log insights queries.
Logs introduced Scheduled Queries (managed through
Create/Update/Get/Delete/List/History Scheduled Query APIs). For more
information, see CloudWatch Logs API documentation. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/467947d43202b1e0ee40288e3482aa6a1b7db760">467947d4</a>)</li>
<li><strong>client-wafv2:</strong> AssociateWebACL, UpdateWebACL and
PutLoggingConfiguration will now throw
WAFFeatureNotIncludedInPricingPlanException when the request contains a
feature that is not included in the CloudFront pricing plan of the
WebACL. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6da7a3dbfa7d5d5f824e1ee6e8a3e414ee6ed10b">6da7a3db</a>)</li>
<li><strong>client-storage-gateway:</strong> Adds support for European
Sovereign Cloud ARNs in Storage Gateway API parameters. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/c7dd6fd72f0c688fbd0030167104dd9bdc8a8bf5">c7dd6fd7</a>)</li>
<li><strong>client-cloudformation:</strong> New CloudFormation
DescribeEvents API with operation ID tracking and failure filtering
capabilities to quickly identify root causes of deployment failures.
Also, a DeploymentMode parameter for the CreateChangeSet API that
enables creation of drift-aware change sets for safe drift management.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/04624df229903dcdcb0058cab7f2600c430f3adb">04624df2</a>)</li>
<li><strong>client-kafka:</strong> Amazon MSK adds three new APIs,
ListTopics, DescribeTopic, and DescribeTopicPartitions for viewing Kafka
topics in your MSK clusters. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/12ad701d38579bc63130dd7b0cbb054ed69f6f3d">12ad701d</a>)</li>
<li><strong>client-backup:</strong> AWS Backup now supports a low-cost
warm storage tier for Amazon S3 backup data. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0b0c9b8f6a3e9719499db5a0cdaf0b9b31b70ed1">0b0c9b8f</a>)</li>
<li><strong>client-iam:</strong> Added the AssociateDelegationRequest,
GetDelegationRequest, AcceptDelegationRequest, RejectDelegatonRequest,
ListDelegationRequests, UpdateDelegationRequest, SendDelegationToken and
GetHumanReadableSummary APIs for the IAM temporary delegation feature.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b200679b040a3e3158a2cb4773360fab5cf4bbd8">b200679b</a>)</li>
<li><strong>client-resource-groups-tagging-api:</strong> Add support for
new ListRequiredTags API used to retrieve the required tags specified in
a customer's effective tag policy. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fa50551511be7be35117b486ddfc84126623be3b">fa505515</a>)</li>
<li><strong>client-ec2:</strong> AWS Site-to-Site VPN now supports VPN
Concentrator, a new feature that enables customers to connect multiple
low-bandwidth sites connections through a single attachment, simplifying
multi-site connectivity for distributed enterprises. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b94cadfd704fa2cc3df6d60075aae1ce99212b2d">b94cadfd</a>)</li>
<li><strong>client-bedrock-runtime:</strong> Amazon Bedrock Runtime
Service Tier Support Launch (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ea418df5de064d09ca66470f7452fc6d41c0caf4">ea418df5</a>)</li>
<li><strong>client-auto-scaling:</strong> This release adds the new
LaunchInstances API, which can launch instances synchronously in an
AutoScaling group. The API also returns instances info and launch error
back immediately. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/5d96b6881d2b6ace315029f471dca7cd058aa643">5d96b688</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>core/protocols:</strong> add json rpc perf baseline (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7505">#7505</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/114920c68764e2ea9d3a6b8a00851cf132db8dad">114920c6</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.934.0.zip</strong></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md"><code>@aws-sdk/client-sqs</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.933.0...v3.934.0">3.934.0</a>
(2025-11-18)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-sqs</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/3b6a4d9a2d9e26564506d833431c43ae0de335c6"><code>3b6a4d9</code></a>
Publish v3.934.0</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.934.0/clients/client-sqs">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-sdk/client-s3` from 3.933.0 to 3.934.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@aws-sdk/client-s3</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.934.0</h2>
<h4>3.934.0(2025-11-18)</h4>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2025-11-18
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0f98925410ab7b21c1c92bd6a507e3b571f1b337">0f989254</a>)</li>
<li><strong>client-connect:</strong> This release added support for ring
timer configuration for campaign calls. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ae3d76000b552fa56dad59d65f3241b0404c32df">ae3d7600</a>)</li>
<li><strong>client-cloudwatch-logs:</strong> CloudWatch Logs updates:
Added capability to setup a recurring schedule for log insights queries.
Logs introduced Scheduled Queries (managed through
Create/Update/Get/Delete/List/History Scheduled Query APIs). For more
information, see CloudWatch Logs API documentation. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/467947d43202b1e0ee40288e3482aa6a1b7db760">467947d4</a>)</li>
<li><strong>client-wafv2:</strong> AssociateWebACL, UpdateWebACL and
PutLoggingConfiguration will now throw
WAFFeatureNotIncludedInPricingPlanException when the request contains a
feature that is not included in the CloudFront pricing plan of the
WebACL. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6da7a3dbfa7d5d5f824e1ee6e8a3e414ee6ed10b">6da7a3db</a>)</li>
<li><strong>client-storage-gateway:</strong> Adds support for European
Sovereign Cloud ARNs in Storage Gateway API parameters. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/c7dd6fd72f0c688fbd0030167104dd9bdc8a8bf5">c7dd6fd7</a>)</li>
<li><strong>client-cloudformation:</strong> New CloudFormation
DescribeEvents API with operation ID tracking and failure filtering
capabilities to quickly identify root causes of deployment failures.
Also, a DeploymentMode parameter for the CreateChangeSet API that
enables creation of drift-aware change sets for safe drift management.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/04624df229903dcdcb0058cab7f2600c430f3adb">04624df2</a>)</li>
<li><strong>client-kafka:</strong> Amazon MSK adds three new APIs,
ListTopics, DescribeTopic, and DescribeTopicPartitions for viewing Kafka
topics in your MSK clusters. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/12ad701d38579bc63130dd7b0cbb054ed69f6f3d">12ad701d</a>)</li>
<li><strong>client-backup:</strong> AWS Backup now supports a low-cost
warm storage tier for Amazon S3 backup data. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0b0c9b8f6a3e9719499db5a0cdaf0b9b31b70ed1">0b0c9b8f</a>)</li>
<li><strong>client-iam:</strong> Added the AssociateDelegationRequest,
GetDelegationRequest, AcceptDelegationRequest, RejectDelegatonRequest,
ListDelegationRequests, UpdateDelegationRequest, SendDelegationToken and
GetHumanReadableSummary APIs for the IAM temporary delegation feature.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b200679b040a3e3158a2cb4773360fab5cf4bbd8">b200679b</a>)</li>
<li><strong>client-resource-groups-tagging-api:</strong> Add support for
new ListRequiredTags API used to retrieve the required tags specified in
a customer's effective tag policy. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fa50551511be7be35117b486ddfc84126623be3b">fa505515</a>)</li>
<li><strong>client-ec2:</strong> AWS Site-to-Site VPN now supports VPN
Concentrator, a new feature that enables customers to connect multiple
low-bandwidth sites connections through a single attachment, simplifying
multi-site connectivity for distributed enterprises. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b94cadfd704fa2cc3df6d60075aae1ce99212b2d">b94cadfd</a>)</li>
<li><strong>client-bedrock-runtime:</strong> Amazon Bedrock Runtime
Service Tier Support Launch (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ea418df5de064d09ca66470f7452fc6d41c0caf4">ea418df5</a>)</li>
<li><strong>client-auto-scaling:</strong> This release adds the new
LaunchInstances API, which can launch instances synchronously in an
AutoScaling group. The API also returns instances info and launch error
back immediately. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/5d96b6881d2b6ace315029f471dca7cd058aa643">5d96b688</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>core/protocols:</strong> add json rpc perf baseline (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7505">#7505</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/114920c68764e2ea9d3a6b8a00851cf132db8dad">114920c6</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.934.0.zip</strong></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md"><code>@aws-sdk/client-s3</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.933.0...v3.934.0">3.934.0</a>
(2025-11-18)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-s3</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/3b6a4d9a2d9e26564506d833431c43ae0de335c6"><code>3b6a4d9</code></a>
Publish v3.934.0</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.934.0/clients/client-s3">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-sdk/lib-storage` from 3.933.0 to 3.934.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@aws-sdk/lib-storage</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.934.0</h2>
<h4>3.934.0(2025-11-18)</h4>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2025-11-18
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0f98925410ab7b21c1c92bd6a507e3b571f1b337">0f989254</a>)</li>
<li><strong>client-connect:</strong> This release added support for ring
timer configuration for campaign calls. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ae3d76000b552fa56dad59d65f3241b0404c32df">ae3d7600</a>)</li>
<li><strong>client-cloudwatch-logs:</strong> CloudWatch Logs updates:
Added capability to setup a recurring schedule for log insights queries.
Logs introduced Scheduled Queries (managed through
Create/Update/Get/Delete/List/History Scheduled Query APIs). For more
information, see CloudWatch Logs API documentation. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/467947d43202b1e0ee40288e3482aa6a1b7db760">467947d4</a>)</li>
<li><strong>client-wafv2:</strong> AssociateWebACL, UpdateWebACL and
PutLoggingConfiguration will now throw
WAFFeatureNotIncludedInPricingPlanException when the request contains a
feature that is not included in the CloudFront pricing plan of the
WebACL. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6da7a3dbfa7d5d5f824e1ee6e8a3e414ee6ed10b">6da7a3db</a>)</li>
<li><strong>client-storage-gateway:</strong> Adds support for European
Sovereign Cloud ARNs in Storage Gateway API parameters. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/c7dd6fd72f0c688fbd0030167104dd9bdc8a8bf5">c7dd6fd7</a>)</li>
<li><strong>client-cloudformation:</strong> New CloudFormation
DescribeEvents API with operation ID tracking and failure filtering
capabilities to quickly identify root causes of deployment failures.
Also, a DeploymentMode parameter for the CreateChangeSet API that
enables creation of drift-aware change sets for safe drift management.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/04624df229903dcdcb0058cab7f2600c430f3adb">04624df2</a>)</li>
<li><strong>client-kafka:</strong> Amazon MSK adds three new APIs,
ListTopics, DescribeTopic, and DescribeTopicPartitions for viewing Kafka
topics in your MSK clusters. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/12ad701d38579bc63130dd7b0cbb054ed69f6f3d">12ad701d</a>)</li>
<li><strong>client-backup:</strong> AWS Backup now supports a low-cost
warm storage tier for Amazon S3 backup data. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0b0c9b8f6a3e9719499db5a0cdaf0b9b31b70ed1">0b0c9b8f</a>)</li>
<li><strong>client-iam:</strong> Added the AssociateDelegationRequest,
GetDelegationRequest, AcceptDelegationRequest, RejectDelegatonRequest,
ListDelegationRequests, UpdateDelegationRequest, SendDelegationToken and
GetHumanReadableSummary APIs for the IAM temporary delegation feature.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b200679b040a3e3158a2cb4773360fab5cf4bbd8">b200679b</a>)</li>
<li><strong>client-resource-groups-tagging-api:</strong> Add support for
new ListRequiredTags API used to retrieve the required tags specified in
a customer's effective tag policy. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fa50551511be7be35117b486ddfc84126623be3b">fa505515</a>)</li>
<li><strong>client-ec2:</strong> AWS Site-to-Site VPN now supports VPN
Concentrator, a new feature that enables customers to connect multiple
low-bandwidth sites connections through a single attachment, simplifying
multi-site connectivity for distributed enterprises. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b94cadfd704fa2cc3df6d60075aae1ce99212b2d">b94cadfd</a>)</li>
<li><strong>client-bedrock-runtime:</strong> Amazon Bedrock Runtime
Service Tier Support Launch (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ea418df5de064d09ca66470f7452fc6d41c0caf4">ea418df5</a>)</li>
<li><strong>client-auto-scaling:</strong> This release adds the new
LaunchInstances API, which can launch instances synchronously in an
AutoScaling group. The API also returns instances info and launch error
back immediately. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/5d96b6881d2b6ace315029f471dca7cd058aa643">5d96b688</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>core/protocols:</strong> add json rpc perf baseline (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7505">#7505</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/114920c68764e2ea9d3a6b8a00851cf132db8dad">114920c6</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.934.0.zip</strong></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md"><code>@aws-sdk/lib-storage</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.933.0...v3.934.0">3.934.0</a>
(2025-11-18)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/lib-storage</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/3b6a4d9a2d9e26564506d833431c43ae0de335c6"><code>3b6a4d9</code></a>
Publish v3.934.0</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.934.0/lib/lib-storage">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-sdk/client-eventbridge` from 3.933.0 to 3.934.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@aws-sdk/client-eventbridge</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.934.0</h2>
<h4>3.934.0(2025-11-18)</h4>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2025-11-18
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0f98925410ab7b21c1c92bd6a507e3b571f1b337">0f989254</a>)</li>
<li><strong>client-connect:</strong> This release added support for ring
timer configuration for campaign calls. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ae3d76000b552fa56dad59d65f3241b0404c32df">ae3d7600</a>)</li>
<li><strong>client-cloudwatch-logs:</strong> CloudWatch Logs updates:
Added capability to setup a recurring schedule for log insights queries.
Logs introduced Scheduled Queries (managed through
Create/Update/Get/Delete/List/History Scheduled Query APIs). For more
information, see CloudWatch Logs API documentation. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/467947d43202b1e0ee40288e3482aa6a1b7db760">467947d4</a>)</li>
<li><strong>client-wafv2:</strong> AssociateWebACL, UpdateWebACL and
PutLoggingConfiguration will now throw
WAFFeatureNotIncludedInPricingPlanException when the request contains a
feature that is not included in the CloudFront pricing plan of the
WebACL. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6da7a3dbfa7d5d5f824e1ee6e8a3e414ee6ed10b">6da7a3db</a>)</li>
<li><strong>client-storage-gateway:</strong> Adds support for European
Sovereign Cloud ARNs in Storage Gateway API parameters. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/c7dd6fd72f0c688fbd0030167104dd9bdc8a8bf5">c7dd6fd7</a>)</li>
<li><strong>client-cloudformation:</strong> New CloudFormation
DescribeEvents API with operation ID tracking and failure filtering
capabilities to quickly identify root causes of deployment failures.
Also, a DeploymentMode parameter for the CreateChangeSet API that
enables creation of drift-aware change sets for safe drift management.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/04624df229903dcdcb0058cab7f2600c430f3adb">04624df2</a>)</li>
<li><strong>client-kafka:</strong> Amazon MSK adds three new APIs,
ListTopics, DescribeTopic, and DescribeTopicPartitions for viewing Kafka
topics in your MSK clusters. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/12ad701d38579bc63130dd7b0cbb054ed69f6f3d">12ad701d</a>)</li>
<li><strong>client-backup:</strong> AWS Backup now supports a low-cost
warm storage tier for Amazon S3 backup data. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0b0c9b8f6a3e9719499db5a0cdaf0b9b31b70ed1">0b0c9b8f</a>)</li>
<li><strong>client-iam:</strong> Added the AssociateDelegationRequest,
GetDelegationRequest, AcceptDelegationRequest, RejectDelegatonRequest,
ListDelegationRequests, UpdateDelegationRequest, SendDelegationToken and
GetHumanReadableSummary APIs for the IAM temporary delegation feature.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b200679b040a3e3158a2cb4773360fab5cf4bbd8">b200679b</a>)</li>
<li><strong>client-resource-groups-tagging-api:</strong> Add support for
new ListRequiredTags API used to retrieve the required tags specified in
a customer's effective tag policy. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fa50551511be7be35117b486ddfc84126623be3b">fa505515</a>)</li>
<li><strong>client-ec2:</strong> AWS Site-to-Site VPN now supports VPN
Concentrator, a new feature that enables customers to connect multiple
low-bandwidth sites connections through a single attachment, simplifying
multi-site connectivity for distributed enterprises. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b94cadfd704fa2cc3df6d60075aae1ce99212b2d">b94cadfd</a>)</li>
<li><strong>client-bedrock-runtime:</strong> Amazon Bedrock Runtime
Service Tier Support Launch (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ea418df5de064d09ca66470f7452fc6d41c0caf4">ea418df5</a>)</li>
<li><strong>client-auto-scaling:</strong> This release adds the new
LaunchInstances API, which can launch instances synchronously in an
AutoScaling group. The API also returns instances info and launch error
back immediately. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/5d96b6881d2b6ace315029f471dca7cd058aa643">5d96b688</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>core/protocols:</strong> add json rpc perf baseline (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7505">#7505</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/114920c68764e2ea9d3a6b8a00851cf132db8dad">114920c6</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.934.0.zip</strong></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-eventbridge/CHANGELOG.md"><code>@aws-sdk/client-eventbridge</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.933.0...v3.934.0">3.934.0</a>
(2025-11-18)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-eventbridge</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/3b6a4d9a2d9e26564506d833431c43ae0de335c6"><code>3b6a4d9</code></a>
Publish v3.934.0</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.934.0/clients/client-eventbridge">compare
view</a></li>
</ul>
</details>
<br />
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 8db1f60 commit afd62b6
File tree
7 files changed
+425
-398
lines changed- lambdas
- functions
- ami-housekeeper
- control-plane
- gh-agent-syncer
- termination-watcher
- webhook
- libs/aws-ssm-util
7 files changed
+425
-398
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments