-
Notifications
You must be signed in to change notification settings - Fork 655
Commit 1b3f8af
authored
fix(lambda): bump the aws group in /lambdas with 7 updates (#4383)
Bumps the aws group in /lambdas with 7 updates:
| Package | From | To |
| --- | --- | --- |
|
[@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2)
| `3.731.1` | `3.734.0` |
|
[@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm)
| `3.731.1` | `3.735.0` |
|
[@aws-sdk/types](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/types)
| `3.731.0` | `3.734.0` |
|
[@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs)
| `3.731.1` | `3.734.0` |
|
[@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3)
| `3.731.1` | `3.735.0` |
|
[@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage)
| `3.731.1` | `3.735.0` |
|
[@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge)
| `3.731.1` | `3.734.0` |
Updates `@aws-sdk/client-ec2` from 3.731.1 to 3.734.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.734.0</h2>
<h4>3.734.0(2025-01-23)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong>
<ul>
<li>bump codegen version to 0.26.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6844">#6844</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e81ee56082ce0b82bacfa2ffe04ffad81d4b2e36">e81ee560</a>)</li>
<li>bump smithy-typescript-codegen to 0.26.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6843">#6843</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e8963ea2fe4d520cdb9987a0decd8cb792be7c7">0e8963ea</a>)</li>
</ul>
</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-ec2:</strong> Added "future" allocation
type for future dated capacity reservation (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/752ea1281ed4e46ccba73e24d6703284a48900e5">752ea128</a>)</li>
<li><strong>credential-providers:</strong> pass caller client options to
fromTemporaryCredentials inner STSClient (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6838">#6838</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0d0b14e8558299109eb98bdcd0fabd473728f548">0d0b14e8</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.734.0.zip</strong></p>
<h2>v3.733.0</h2>
<h4>3.733.0(2025-01-22)</h4>
<h5>Chores</h5>
<ul>
<li><strong>credential-providers:</strong> move base fromTempCreds impl
to non-browser file (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6836">#6836</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/84d6c182cf98b8b8c2c3878650319d68ad364fbc">84d6c182</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-workspaces-thin-client:</strong> Rename WorkSpaces
Web to WorkSpaces Secure Browser (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9e049020a6e1b11d51e7fbb6283d67976f5c8615">9e049020</a>)</li>
<li><strong>client-glue:</strong> Docs Update for timeout changes (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/296a002df994d834b2e35874603c6dfb5ffad3c2">296a002d</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2025-01-22
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2cac334ce6b9a103f0672074a603a10fd43bced5">2cac334c</a>)</li>
<li><strong>client-medialive:</strong> AWS Elemental MediaLive adds a
new feature, ID3 segment tagging, in CMAF Ingest output groups. It
allows customers to insert ID3 tags into every output segment,
controlled by a newly added channel schedule action Id3SegmentTagging.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9a070435a8a9f703a148d51bf29c85d231ea9f8e">9a070435</a>)</li>
<li><strong>client-bedrock-agent-runtime:</strong> Adds multi-turn input
support for an Agent node in an Amazon Bedrock Flow (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/8d5c63a4d79c3136b28a767da078f5eb444a2898">8d5c63a4</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>packages:</strong> await promise assertions, cleanup test
logging (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6839">#6839</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e5043419e3572c44aaaea3784b8428ed562952e5">e5043419</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.733.0.zip</strong></p>
<h2>v3.732.0</h2>
<h4>3.732.0(2025-01-21)</h4>
<h5>Documentation Changes</h5>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.733.0...v3.734.0">3.734.0</a>
(2025-01-23)</h1>
<h3>Features</h3>
<ul>
<li><strong>client-ec2:</strong> Added "future" allocation
type for future dated capacity reservation (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/752ea1281ed4e46ccba73e24d6703284a48900e5">752ea12</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/65c6ae92262869cce4241d6ee7b6915d490a8c67"><code>65c6ae9</code></a>
Publish v3.734.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/752ea1281ed4e46ccba73e24d6703284a48900e5"><code>752ea12</code></a>
feat(client-ec2): Added "future" allocation type for future
dated capacity re...</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e8963ea2fe4d520cdb9987a0decd8cb792be7c7"><code>0e8963e</code></a>
chore(codegen): bump smithy-typescript-codegen to 0.26.0 (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2/issues/6843">#6843</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.734.0/clients/client-ec2">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-sdk/client-ssm` from 3.731.1 to 3.735.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.735.0</h2>
<h4>3.735.0(2025-01-24)</h4>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-ssm:</strong> Systems Manager doc-only update for
January, 2025. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b54238c2055b4bf165dcbeeecbf68020318eb9a0">b54238c2</a>)</li>
<li><strong>client-sso-oidc:</strong> Fixed typos in the descriptions.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/90f84e00284dd54b487385d28b2bf53d11fe75ea">90f84e00</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-healthlake:</strong> Added new authorization strategy
value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App
2.0 (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/04316b8ee7dd79fa9d0d62f534a800a2378090f5">04316b8e</a>)</li>
<li><strong>client-eks:</strong> Adds support for UpdateStrategies in
EKS Managed Node Groups. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a6183ad3d710f3cb77d1a6a188be3c794e668d2a">a6183ad3</a>)</li>
<li><strong>client-transfer:</strong> Added CustomDirectories as a new
directory option for storing inbound AS2 messages, MDN files and Status
files. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2db3a35872970dd72e5f317cadba64c2c2510664">2db3a358</a>)</li>
<li><strong>client-cloudtrail:</strong> This release introduces the
SearchSampleQueries API that allows users to search for CloudTrail Lake
sample queries. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/d4cfdc230cecf9741faecd75285748fe4d99f525">d4cfdc23</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>middleware-flexible-checksum:</strong> remove stream
collection code (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6846">#6846</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9f9fe77b9f8e24ce2cad7e42ca58e2466bc969b2">9f9fe77b</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.735.0.zip</strong></p>
<h2>v3.734.0</h2>
<h4>3.734.0(2025-01-23)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong>
<ul>
<li>bump codegen version to 0.26.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6844">#6844</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e81ee56082ce0b82bacfa2ffe04ffad81d4b2e36">e81ee560</a>)</li>
<li>bump smithy-typescript-codegen to 0.26.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6843">#6843</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e8963ea2fe4d520cdb9987a0decd8cb792be7c7">0e8963ea</a>)</li>
</ul>
</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-ec2:</strong> Added "future" allocation
type for future dated capacity reservation (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/752ea1281ed4e46ccba73e24d6703284a48900e5">752ea128</a>)</li>
<li><strong>credential-providers:</strong> pass caller client options to
fromTemporaryCredentials inner STSClient (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6838">#6838</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0d0b14e8558299109eb98bdcd0fabd473728f548">0d0b14e8</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.734.0.zip</strong></p>
<h2>v3.733.0</h2>
<h4>3.733.0(2025-01-22)</h4>
<h5>Chores</h5>
<ul>
<li><strong>credential-providers:</strong> move base fromTempCreds impl
to non-browser file (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6836">#6836</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/84d6c182cf98b8b8c2c3878650319d68ad364fbc">84d6c182</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.734.0...v3.735.0">3.735.0</a>
(2025-01-24)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-ssm</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0">3.734.0</a>
(2025-01-23)</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/3488ae96403e73be9e30dc1d95ea2d904bf21bcd"><code>3488ae9</code></a>
Publish v3.735.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/b54238c2055b4bf165dcbeeecbf68020318eb9a0"><code>b54238c</code></a>
docs(client-ssm): Systems Manager doc-only update for January,
2025.</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/65c6ae92262869cce4241d6ee7b6915d490a8c67"><code>65c6ae9</code></a>
Publish v3.734.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e8963ea2fe4d520cdb9987a0decd8cb792be7c7"><code>0e8963e</code></a>
chore(codegen): bump smithy-typescript-codegen to 0.26.0 (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm/issues/6843">#6843</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.735.0/clients/client-ssm">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-sdk/types` from 3.731.0 to 3.734.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@aws-sdk/types</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.734.0</h2>
<h4>3.734.0(2025-01-23)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong>
<ul>
<li>bump codegen version to 0.26.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6844">#6844</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e81ee56082ce0b82bacfa2ffe04ffad81d4b2e36">e81ee560</a>)</li>
<li>bump smithy-typescript-codegen to 0.26.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6843">#6843</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e8963ea2fe4d520cdb9987a0decd8cb792be7c7">0e8963ea</a>)</li>
</ul>
</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-ec2:</strong> Added "future" allocation
type for future dated capacity reservation (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/752ea1281ed4e46ccba73e24d6703284a48900e5">752ea128</a>)</li>
<li><strong>credential-providers:</strong> pass caller client options to
fromTemporaryCredentials inner STSClient (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6838">#6838</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0d0b14e8558299109eb98bdcd0fabd473728f548">0d0b14e8</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.734.0.zip</strong></p>
<h2>v3.733.0</h2>
<h4>3.733.0(2025-01-22)</h4>
<h5>Chores</h5>
<ul>
<li><strong>credential-providers:</strong> move base fromTempCreds impl
to non-browser file (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6836">#6836</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/84d6c182cf98b8b8c2c3878650319d68ad364fbc">84d6c182</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-workspaces-thin-client:</strong> Rename WorkSpaces
Web to WorkSpaces Secure Browser (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9e049020a6e1b11d51e7fbb6283d67976f5c8615">9e049020</a>)</li>
<li><strong>client-glue:</strong> Docs Update for timeout changes (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/296a002df994d834b2e35874603c6dfb5ffad3c2">296a002d</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2025-01-22
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2cac334ce6b9a103f0672074a603a10fd43bced5">2cac334c</a>)</li>
<li><strong>client-medialive:</strong> AWS Elemental MediaLive adds a
new feature, ID3 segment tagging, in CMAF Ingest output groups. It
allows customers to insert ID3 tags into every output segment,
controlled by a newly added channel schedule action Id3SegmentTagging.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9a070435a8a9f703a148d51bf29c85d231ea9f8e">9a070435</a>)</li>
<li><strong>client-bedrock-agent-runtime:</strong> Adds multi-turn input
support for an Agent node in an Amazon Bedrock Flow (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/8d5c63a4d79c3136b28a767da078f5eb444a2898">8d5c63a4</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>packages:</strong> await promise assertions, cleanup test
logging (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6839">#6839</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e5043419e3572c44aaaea3784b8428ed562952e5">e5043419</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.733.0.zip</strong></p>
<h2>v3.732.0</h2>
<h4>3.732.0(2025-01-21)</h4>
<h5>Documentation Changes</h5>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/packages/types/CHANGELOG.md"><code>@aws-sdk/types</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0">3.734.0</a>
(2025-01-23)</h1>
<h3>Features</h3>
<ul>
<li><strong>credential-providers:</strong> pass caller client options to
fromTemporaryCredentials inner STSClient (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/issues/6838">#6838</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0d0b14e8558299109eb98bdcd0fabd473728f548">0d0b14e</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/65c6ae92262869cce4241d6ee7b6915d490a8c67"><code>65c6ae9</code></a>
Publish v3.734.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e8963ea2fe4d520cdb9987a0decd8cb792be7c7"><code>0e8963e</code></a>
chore(codegen): bump smithy-typescript-codegen to 0.26.0 (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/types/issues/6843">#6843</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/0d0b14e8558299109eb98bdcd0fabd473728f548"><code>0d0b14e</code></a>
feat(credential-providers): pass caller client options to
fromTemporaryCreden...</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.734.0/packages/types">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-sdk/client-sqs` from 3.731.1 to 3.734.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.734.0</h2>
<h4>3.734.0(2025-01-23)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong>
<ul>
<li>bump codegen version to 0.26.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6844">#6844</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e81ee56082ce0b82bacfa2ffe04ffad81d4b2e36">e81ee560</a>)</li>
<li>bump smithy-typescript-codegen to 0.26.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6843">#6843</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e8963ea2fe4d520cdb9987a0decd8cb792be7c7">0e8963ea</a>)</li>
</ul>
</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-ec2:</strong> Added "future" allocation
type for future dated capacity reservation (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/752ea1281ed4e46ccba73e24d6703284a48900e5">752ea128</a>)</li>
<li><strong>credential-providers:</strong> pass caller client options to
fromTemporaryCredentials inner STSClient (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6838">#6838</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0d0b14e8558299109eb98bdcd0fabd473728f548">0d0b14e8</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.734.0.zip</strong></p>
<h2>v3.733.0</h2>
<h4>3.733.0(2025-01-22)</h4>
<h5>Chores</h5>
<ul>
<li><strong>credential-providers:</strong> move base fromTempCreds impl
to non-browser file (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6836">#6836</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/84d6c182cf98b8b8c2c3878650319d68ad364fbc">84d6c182</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-workspaces-thin-client:</strong> Rename WorkSpaces
Web to WorkSpaces Secure Browser (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9e049020a6e1b11d51e7fbb6283d67976f5c8615">9e049020</a>)</li>
<li><strong>client-glue:</strong> Docs Update for timeout changes (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/296a002df994d834b2e35874603c6dfb5ffad3c2">296a002d</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2025-01-22
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2cac334ce6b9a103f0672074a603a10fd43bced5">2cac334c</a>)</li>
<li><strong>client-medialive:</strong> AWS Elemental MediaLive adds a
new feature, ID3 segment tagging, in CMAF Ingest output groups. It
allows customers to insert ID3 tags into every output segment,
controlled by a newly added channel schedule action Id3SegmentTagging.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9a070435a8a9f703a148d51bf29c85d231ea9f8e">9a070435</a>)</li>
<li><strong>client-bedrock-agent-runtime:</strong> Adds multi-turn input
support for an Agent node in an Amazon Bedrock Flow (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/8d5c63a4d79c3136b28a767da078f5eb444a2898">8d5c63a4</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>packages:</strong> await promise assertions, cleanup test
logging (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6839">#6839</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e5043419e3572c44aaaea3784b8428ed562952e5">e5043419</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.733.0.zip</strong></p>
<h2>v3.732.0</h2>
<h4>3.732.0(2025-01-21)</h4>
<h5>Documentation Changes</h5>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.733.0...v3.734.0">3.734.0</a>
(2025-01-23)</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/65c6ae92262869cce4241d6ee7b6915d490a8c67"><code>65c6ae9</code></a>
Publish v3.734.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e8963ea2fe4d520cdb9987a0decd8cb792be7c7"><code>0e8963e</code></a>
chore(codegen): bump smithy-typescript-codegen to 0.26.0 (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs/issues/6843">#6843</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.734.0/clients/client-sqs">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-sdk/client-s3` from 3.731.1 to 3.735.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.735.0</h2>
<h4>3.735.0(2025-01-24)</h4>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-ssm:</strong> Systems Manager doc-only update for
January, 2025. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b54238c2055b4bf165dcbeeecbf68020318eb9a0">b54238c2</a>)</li>
<li><strong>client-sso-oidc:</strong> Fixed typos in the descriptions.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/90f84e00284dd54b487385d28b2bf53d11fe75ea">90f84e00</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-healthlake:</strong> Added new authorization strategy
value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App
2.0 (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/04316b8ee7dd79fa9d0d62f534a800a2378090f5">04316b8e</a>)</li>
<li><strong>client-eks:</strong> Adds support for UpdateStrategies in
EKS Managed Node Groups. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a6183ad3d710f3cb77d1a6a188be3c794e668d2a">a6183ad3</a>)</li>
<li><strong>client-transfer:</strong> Added CustomDirectories as a new
directory option for storing inbound AS2 messages, MDN files and Status
files. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2db3a35872970dd72e5f317cadba64c2c2510664">2db3a358</a>)</li>
<li><strong>client-cloudtrail:</strong> This release introduces the
SearchSampleQueries API that allows users to search for CloudTrail Lake
sample queries. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/d4cfdc230cecf9741faecd75285748fe4d99f525">d4cfdc23</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>middleware-flexible-checksum:</strong> remove stream
collection code (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6846">#6846</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9f9fe77b9f8e24ce2cad7e42ca58e2466bc969b2">9f9fe77b</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.735.0.zip</strong></p>
<h2>v3.734.0</h2>
<h4>3.734.0(2025-01-23)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong>
<ul>
<li>bump codegen version to 0.26.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6844">#6844</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e81ee56082ce0b82bacfa2ffe04ffad81d4b2e36">e81ee560</a>)</li>
<li>bump smithy-typescript-codegen to 0.26.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6843">#6843</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e8963ea2fe4d520cdb9987a0decd8cb792be7c7">0e8963ea</a>)</li>
</ul>
</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-ec2:</strong> Added "future" allocation
type for future dated capacity reservation (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/752ea1281ed4e46ccba73e24d6703284a48900e5">752ea128</a>)</li>
<li><strong>credential-providers:</strong> pass caller client options to
fromTemporaryCredentials inner STSClient (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6838">#6838</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0d0b14e8558299109eb98bdcd0fabd473728f548">0d0b14e8</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.734.0.zip</strong></p>
<h2>v3.733.0</h2>
<h4>3.733.0(2025-01-22)</h4>
<h5>Chores</h5>
<ul>
<li><strong>credential-providers:</strong> move base fromTempCreds impl
to non-browser file (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6836">#6836</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/84d6c182cf98b8b8c2c3878650319d68ad364fbc">84d6c182</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.734.0...v3.735.0">3.735.0</a>
(2025-01-24)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-s3</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0">3.734.0</a>
(2025-01-23)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-s3</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.732.0...v3.733.0">3.733.0</a>
(2025-01-22)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-s3</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0">3.732.0</a>
(2025-01-21)</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/3488ae96403e73be9e30dc1d95ea2d904bf21bcd"><code>3488ae9</code></a>
Publish v3.735.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/65c6ae92262869cce4241d6ee7b6915d490a8c67"><code>65c6ae9</code></a>
Publish v3.734.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e8963ea2fe4d520cdb9987a0decd8cb792be7c7"><code>0e8963e</code></a>
chore(codegen): bump smithy-typescript-codegen to 0.26.0 (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/6843">#6843</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/9199f2f12eb83abb9b86cade12b361e52b8067bb"><code>9199f2f</code></a>
Publish v3.733.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/e5043419e3572c44aaaea3784b8428ed562952e5"><code>e504341</code></a>
test(packages): await promise assertions, cleanup test logging (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/6839">#6839</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/62ba401531dddeedbc5dd1a714acd9a9dad413a7"><code>62ba401</code></a>
Publish v3.732.0</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.735.0/clients/client-s3">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-sdk/lib-storage` from 3.731.1 to 3.735.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.735.0</h2>
<h4>3.735.0(2025-01-24)</h4>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-ssm:</strong> Systems Manager doc-only update for
January, 2025. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b54238c2055b4bf165dcbeeecbf68020318eb9a0">b54238c2</a>)</li>
<li><strong>client-sso-oidc:</strong> Fixed typos in the descriptions.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/90f84e00284dd54b487385d28b2bf53d11fe75ea">90f84e00</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-healthlake:</strong> Added new authorization strategy
value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App
2.0 (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/04316b8ee7dd79fa9d0d62f534a800a2378090f5">04316b8e</a>)</li>
<li><strong>client-eks:</strong> Adds support for UpdateStrategies in
EKS Managed Node Groups. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a6183ad3d710f3cb77d1a6a188be3c794e668d2a">a6183ad3</a>)</li>
<li><strong>client-transfer:</strong> Added CustomDirectories as a new
directory option for storing inbound AS2 messages, MDN files and Status
files. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2db3a35872970dd72e5f317cadba64c2c2510664">2db3a358</a>)</li>
<li><strong>client-cloudtrail:</strong> This release introduces the
SearchSampleQueries API that allows users to search for CloudTrail Lake
sample queries. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/d4cfdc230cecf9741faecd75285748fe4d99f525">d4cfdc23</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>middleware-flexible-checksum:</strong> remove stream
collection code (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6846">#6846</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9f9fe77b9f8e24ce2cad7e42ca58e2466bc969b2">9f9fe77b</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.735.0.zip</strong></p>
<h2>v3.734.0</h2>
<h4>3.734.0(2025-01-23)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong>
<ul>
<li>bump codegen version to 0.26.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6844">#6844</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e81ee56082ce0b82bacfa2ffe04ffad81d4b2e36">e81ee560</a>)</li>
<li>bump smithy-typescript-codegen to 0.26.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6843">#6843</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e8963ea2fe4d520cdb9987a0decd8cb792be7c7">0e8963ea</a>)</li>
</ul>
</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-ec2:</strong> Added "future" allocation
type for future dated capacity reservation (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/752ea1281ed4e46ccba73e24d6703284a48900e5">752ea128</a>)</li>
<li><strong>credential-providers:</strong> pass caller client options to
fromTemporaryCredentials inner STSClient (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6838">#6838</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0d0b14e8558299109eb98bdcd0fabd473728f548">0d0b14e8</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.734.0.zip</strong></p>
<h2>v3.733.0</h2>
<h4>3.733.0(2025-01-22)</h4>
<h5>Chores</h5>
<ul>
<li><strong>credential-providers:</strong> move base fromTempCreds impl
to non-browser file (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6836">#6836</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/84d6c182cf98b8b8c2c3878650319d68ad364fbc">84d6c182</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.734.0...v3.735.0">3.735.0</a>
(2025-01-24)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/lib-storage</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0">3.734.0</a>
(2025-01-23)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/lib-storage</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.732.0...v3.733.0">3.733.0</a>
(2025-01-22)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/lib-storage</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0">3.732.0</a>
(2025-01-21)</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/3488ae96403e73be9e30dc1d95ea2d904bf21bcd"><code>3488ae9</code></a>
Publish v3.735.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/65c6ae92262869cce4241d6ee7b6915d490a8c67"><code>65c6ae9</code></a>
Publish v3.734.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e8963ea2fe4d520cdb9987a0decd8cb792be7c7"><code>0e8963e</code></a>
chore(codegen): bump smithy-typescript-codegen to 0.26.0 (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage/issues/6843">#6843</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/9199f2f12eb83abb9b86cade12b361e52b8067bb"><code>9199f2f</code></a>
Publish v3.733.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/e5043419e3572c44aaaea3784b8428ed562952e5"><code>e504341</code></a>
test(packages): await promise assertions, cleanup test logging (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage/issues/6839">#6839</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/62ba401531dddeedbc5dd1a714acd9a9dad413a7"><code>62ba401</code></a>
Publish v3.732.0</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.735.0/lib/lib-storage">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-sdk/client-eventbridge` from 3.731.1 to 3.734.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.734.0</h2>
<h4>3.734.0(2025-01-23)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong>
<ul>
<li>bump codegen version to 0.26.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6844">#6844</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e81ee56082ce0b82bacfa2ffe04ffad81d4b2e36">e81ee560</a>)</li>
<li>bump smithy-typescript-codegen to 0.26.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6843">#6843</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e8963ea2fe4d520cdb9987a0decd8cb792be7c7">0e8963ea</a>)</li>
</ul>
</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-ec2:</strong> Added "future" allocation
type for future dated capacity reservation (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/752ea1281ed4e46ccba73e24d6703284a48900e5">752ea128</a>)</li>
<li><strong>credential-providers:</strong> pass caller client options to
fromTemporaryCredentials inner STSClient (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6838">#6838</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0d0b14e8558299109eb98bdcd0fabd473728f548">0d0b14e8</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.734.0.zip</strong></p>
<h2>v3.733.0</h2>
<h4>3.733.0(2025-01-22)</h4>
<h5>Chores</h5>
<ul>
<li><strong>credential-providers:</strong> move base fromTempCreds impl
to non-browser file (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6836">#6836</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/84d6c182cf98b8b8c2c3878650319d68ad364fbc">84d6c182</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-workspaces-thin-client:</strong> Rename WorkSpaces
Web to WorkSpaces Secure Browser (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9e049020a6e1b11d51e7fbb6283d67976f5c8615">9e049020</a>)</li>
<li><strong>client-glue:</strong> Docs Update for timeout changes (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/296a002df994d834b2e35874603c6dfb5ffad3c2">296a002d</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2025-01-22
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2cac334ce6b9a103f0672074a603a10fd43bced5">2cac334c</a>)</li>
<li><strong>client-medialive:</strong> AWS Elemental MediaLive adds a
new feature, ID3 segment tagging, in CMAF Ingest output groups. It
allows customers to insert ID3 tags into every output segment,
controlled by a newly added channel schedule action Id3SegmentTagging.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9a070435a8a9f703a148d51bf29c85d231ea9f8e">9a070435</a>)</li>
<li><strong>client-bedrock-agent-runtime:</strong> Adds multi-turn input
support for an Agent node in an Amazon Bedrock Flow (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/8d5c63a4d79c3136b28a767da078f5eb444a2898">8d5c63a4</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>packages:</strong> await promise assertions, cleanup test
logging (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6839">#6839</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e5043419e3572c44aaaea3784b8428ed562952e5">e5043419</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.733.0.zip</strong></p>
<h2>v3.732.0</h2>
<h4>3.732.0(2025-01-21)</h4>
<h5>Documentation Changes</h5>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.733.0...v3.734.0">3.734.0</a>
(2025-01-23)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-eventbridge</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.732.0...v3.733.0">3.733.0</a>
(2025-01-22)</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/65c6ae92262869cce4241d6ee7b6915d490a8c67"><code>65c6ae9</code></a>
Publish v3.734.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e8963ea2fe4d520cdb9987a0decd8cb792be7c7"><code>0e8963e</code></a>
chore(codegen): bump smithy-typescript-codegen to 0.26.0 (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge/issues/6843">#6843</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/9199f2f12eb83abb9b86cade12b361e52b8067bb"><code>9199f2f</code></a>
Publish v3.733.0</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.734.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 6345ec2 commit 1b3f8afCopy full SHA for 1b3f8af
File tree
7 files changed
+652
-642
lines changedFilter options
- lambdas
- functions
- ami-housekeeper
- control-plane
- gh-agent-syncer
- termination-watcher
- webhook
- libs/aws-ssm-util
7 files changed
+652
-642
lines changedlambdas/functions/ami-housekeeper/package.json
Copy file name to clipboardExpand all lines: lambdas/functions/ami-housekeeper/package.json+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
43 |
| - | |
44 |
| - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
lambdas/functions/control-plane/package.json
Copy file name to clipboardExpand all lines: lambdas/functions/control-plane/package.json+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
45 |
| - | |
46 |
| - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
lambdas/functions/gh-agent-syncer/package.json
Copy file name to clipboardExpand all lines: lambdas/functions/gh-agent-syncer/package.json+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
41 |
| - | |
42 |
| - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
|
lambdas/functions/termination-watcher/package.json
Copy file name to clipboardExpand all lines: lambdas/functions/termination-watcher/package.json+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
40 |
| - | |
| 39 | + | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
lambdas/functions/webhook/package.json
Copy file name to clipboardExpand all lines: lambdas/functions/webhook/package.json+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
lambdas/libs/aws-ssm-util/package.json
Copy file name to clipboardExpand all lines: lambdas/libs/aws-ssm-util/package.json+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
40 |
| - | |
| 39 | + | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
0 commit comments