Skip to content

Commit

Permalink
chore: Bump fast-xml-parser, @aws-sdk/client-acm, @aws-sdk/client-app…
Browse files Browse the repository at this point in the history
…runner, @aws-sdk/client-cloudformation, @aws-sdk/client-ecs, @aws-sdk/client-elastic-load-balancing-v2, @aws-sdk/client-resource-groups-tagging-api, @aws-sdk/client-route-53, @aws-sdk/client-s3, @aws-sdk/client-sfn, @aws-sdk/client-sqs and @aws-sdk/credential-providers in /cf-custom-resources (#5913)

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 4.4.1 and updates ancestor dependencies [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser), [@aws-sdk/client-acm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-acm), [@aws-sdk/client-apprunner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-apprunner), [@aws-sdk/client-cloudformation](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation), [@aws-sdk/client-ecs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecs), [@aws-sdk/client-elastic-load-balancing-v2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-elastic-load-balancing-v2), [@aws-sdk/client-resource-groups-tagging-api](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-resource-groups-tagging-api), [@aws-sdk/client-route-53](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-route-53), [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3), [@aws-sdk/client-sfn](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn), [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) and [@aws-sdk/credential-providers](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-providers). These dependencies need to be updated together.

Updates `fast-xml-parser` from 4.2.5 to 4.4.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md">fast-xml-parser's changelog</a>.</em></p>
<blockquote>
<p>Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.</p>
<p><strong>4.4.1 / 2024-07-28</strong></p>
<ul>
<li>v5 fix: maximum length limit to currency value</li>
<li>fix <a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/634">#634</a>: build attributes with oneListGroup and attributesGroupName (<a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/653">#653</a>)(By <a href="https://github.com/a-rasin">Andreas Naziris</a>)</li>
<li>fix: get oneListGroup to work as expected for array of strings (<a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/662">#662</a>)(By <a href="https://github.com/a-rasin">Andreas Naziris</a>)</li>
</ul>
<p><strong>4.4.0 / 2024-05-18</strong></p>
<ul>
<li>fix <a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/654">#654</a>: parse attribute list correctly for self closing stop node.</li>
<li>fix: validator bug when closing tag is not opened. (<a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/647">#647</a>) (By <a href="https://github.com/RyosukeFukatani">Ryosuke Fukatani</a>)</li>
<li>fix <a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/581">#581</a>: typings; return type of <code>tagValueProcessor</code> &amp; <code>attributeValueProcessor</code> (<a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/582">#582</a>) (By <a href="">monholm</a>)</li>
</ul>
<p><strong>4.3.6 / 2024-03-16</strong></p>
<ul>
<li>Add support for parsing HTML numeric entities (<a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/645">#645</a>) (By <a href="https://github.com/DerZade">Jonas Schade </a>)</li>
</ul>
<p><strong>4.3.5 / 2024-02-24</strong></p>
<ul>
<li>code for v5 is added for experimental use</li>
</ul>
<p><strong>4.3.4 / 2024-01-10</strong></p>
<ul>
<li>fix: Don't escape entities in CDATA sections (<a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/633">#633</a>) (By <a href="https://github.com/wackbyte">wackbyte</a>)</li>
</ul>
<p><strong>4.3.3 / 2024-01-10</strong></p>
<ul>
<li>Remove unnecessary regex</li>
</ul>
<p><strong>4.3.2 / 2023-10-02</strong></p>
<ul>
<li>fix <code>jObj.hasOwnProperty</code> when give input is null (By <a href="https://github.com/ardatan">Arda TANRIKULU</a>)</li>
</ul>
<p><strong>4.3.1 / 2023-09-24</strong></p>
<ul>
<li>revert back &quot;Fix typings for builder and parser to make return type generic&quot; to avoid failure of existing projects. Need to decide a common approach.</li>
</ul>
<p><strong>4.3.0 / 2023-09-20</strong></p>
<ul>
<li>Fix stopNodes to work with removeNSPrefix (<a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/607">#607</a>) (<a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/608">#608</a>) (By [Craig Andrews]<a href="https://github.com/candrews">https://github.com/candrews</a>))</li>
<li>Fix <a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/610">#610</a> ignore properties set to Object.prototype</li>
<li>Fix typings for builder and parser to make return type generic (By <a href="https://github.com/sarahdayan">Sarah Dayan</a>)</li>
</ul>
<p><strong>4.2.7 / 2023-07-30</strong></p>
<ul>
<li>Fix: builder should set text node correctly when only textnode is present (<a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/589">#589</a>) (By <a href="https://github.com/joneqian">qianqing</a>)</li>
<li>Fix: Fix for null and undefined attributes when building xml (<a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/585">#585</a>) (<a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/598">#598</a>). A null or undefined value should be ignored. (By <a href="https://github.com/cecia234">Eugenio Ceschia</a>)</li>
</ul>
<p><strong>4.2.6 / 2023-07-17</strong></p>
<ul>
<li>Fix: Remove trailing slash from jPath for self-closing tags (<a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/595">#595</a>) (By <a href="https://github.com/m-radzikowski">Maciej Radzikowski</a>)</li>
</ul>
<p><strong>4.2.5 / 2023-06-22</strong></p>
<ul>
<li>change code implementation</li>
</ul>
<p><strong>4.2.4 / 2023-06-06</strong></p>
<ul>
<li>fix security bug</li>
</ul>
<p><strong>4.2.3 / 2023-06-05</strong></p>
<ul>
<li>fix security bug</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/d40e29cc4bbe637d7c95060b44f7a4d275facd01"><code>d40e29c</code></a> update package detail and browser bundles</li>
<li><a href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/d0bfe8a3a2813a185f39591bbef222212d856164"><code>d0bfe8a</code></a> fix maxlength for currency value</li>
<li><a href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/2c14fcf0482380646f67ba98ff658f11c914ac04"><code>2c14fcf</code></a> Update bug-report-or-unexpected-output.md</li>
<li><a href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/acf610f25d75ece793c4e24b4673e60871c04341"><code>acf610f</code></a> fix <a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/634">#634</a>: build attributes with oneListGroup and attributesGroupName (<a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/653">#653</a>)</li>
<li><a href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/931e91013b6ea6bb7425c3b1758dc50a6dfc730c"><code>931e910</code></a> fix: get oneListGroup to work as expected for array of strings (<a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/662">#662</a>)</li>
<li><a href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/b8e40c842bf63b7d4d706f016d00e259cbc4379e"><code>b8e40c8</code></a> Update ISSUE_TEMPLATE.md</li>
<li><a href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/a6265ba8563eac3080a48397dcbcd9c847b21df2"><code>a6265ba</code></a> chore: add trend image (<a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/658">#658</a>)</li>
<li><a href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/db1c5484808b1100224c258a40d1b07057f1d054"><code>db1c548</code></a> redesign README.md</li>
<li><a href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/338a2c62664f9c9474cf0ec9e47bdfc092ce7f5f"><code>338a2c6</code></a> Rename 1.Getting Started.md to 1.GettingStarted.md</li>
<li><a href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/c762537495aa1c44c8d9088a0e2f6004b45116c7"><code>c762537</code></a> Rename v5 docs filenames (<a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/659">#659</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.2.5...v4.4.1">compare view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/client-acm` from 3.484.0 to 3.624.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-acm</code>'s releases</a>.</em></p>
<blockquote>
<h2>v3.624.0</h2>
<h4>3.624.0(2024-08-05)</h4>
<h5>Chores</h5>
<ul>
<li><strong>id-auth-sra:</strong>  S3 Express compatibility with ID &amp; Auth SRA (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6346">#6346</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/253d329ec600a0650b00af8dfa06210e80bc570e">253d329e</a>)</li>
<li><strong>codegen:</strong>  make hasEventStreamInput utilities public (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6351">#6351</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/7bf2e59e7d0c785f3225828d064b4e70d6592744">7bf2e59e</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-pi:</strong>  Added a description for the Dimension db.sql.tokenized_id on the DimensionGroup data type page. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/4078ba5a05109959de7372670e7102456be16d57">4078ba5a</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong>  update client endpoints as of 2024-08-05 (<a href="https://github.com/aws/aws-sdk-js-v3/commit/7cd8b7cf8f66c585b968f7cc1591d94ff42db620">7cd8b7cf</a>)</li>
<li><strong>client-datazone:</strong>  This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/91b25612bf0db4cd594552843539a2b6f9e524dc">91b25612</a>)</li>
<li><strong>client-kinesis-video-webrtc-storage:</strong>  Add JoinStorageSessionAsViewer API (<a href="https://github.com/aws/aws-sdk-js-v3/commit/36c7cddb0d5366a0548af40baad4609bad393377">36c7cddb</a>)</li>
<li><strong>client-ecr:</strong>  Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/6da42523c72f6e25a176547f488fc4c50b064271">6da42523</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>karma-credential-loader:</strong>  set credential expiration as date (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6353">#6353</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/80cb0547232073b5ed0670a67ff3c69868c9ceaf">80cb0547</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.624.0.zip</strong></p>
<h2>v3.623.0</h2>
<h4>3.623.0(2024-08-02)</h4>
<h5>Chores</h5>
<ul>
<li><strong>id-auth-sra:</strong>  sigv4a compatibility for id-auth sra (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6342">#6342</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/9836a09e97bc7f260f75eb1c5ff831f671ce2ec8">9836a09e</a>)</li>
<li><strong>lib-dynamodb:</strong>  use pagination factory from core (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6345">#6345</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/922292b66614ea3a08779053ae8740dc28509d83">922292b6</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-ivschat:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/deeea907529f7e61df5fde40e02a0ec3522e4099">deeea907</a>)</li>
<li><strong>client-ecs:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/21bdf2a90cfdfe588a6ea3b78ddddec3b83c80f5">21bdf2a9</a>)</li>
<li><strong>client-cloudwatch:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/51a8423c2ffe82d60761db4af3fe5b421889f36e">51a8423c</a>)</li>
<li><strong>client-glue:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/be78cf636d58c773dc908f6107bdd55ba2ad1783">be78cf63</a>)</li>
<li><strong>client-route-53:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/39096d9a2d9ea2830180591946e7510c9cf1b292">39096d9a</a>)</li>
<li><strong>client-ivs-realtime:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/6e9c35b33af9ce8b8388551f657be14ec2ff762f">6e9c35b3</a>)</li>
<li><strong>client-ssm:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/ae83e7797a2608bfe0fbcbbe82e61081c4cc0b87">ae83e779</a>)</li>
<li><strong>client-kinesis:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/86c28e0e1fa4f9f2e3de5a50542d15c2a08b4d81">86c28e0e</a>)</li>
<li><strong>client-waf-regional:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/52b9cf433f172459eb8ee83bae4c28a0102ced39">52b9cf43</a>)</li>
<li><strong>client-resiliencehub:</strong>  Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/b8d8c647abda05b69e22a815f6f7bef6764a7afd">b8d8c647</a>)</li>
<li><strong>client-ivs:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/00374d584abd349251c98cb72da92647aa1ff6cc">00374d58</a>)</li>
</ul>

</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-acm/CHANGELOG.md"><code>@​aws-sdk/client-acm</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.623.0...v3.624.0">3.624.0</a> (2024-08-05)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-acm</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.622.0...v3.623.0">3.623.0</a> (2024-08-02)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-acm</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.621.0...v3.622.0">3.622.0</a> (2024-08-01)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-acm</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.620.1...v3.621.0">3.621.0</a> (2024-07-30)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-acm</code></p>
<h2><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.620.0...v3.620.1">3.620.1</a> (2024-07-29)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-acm</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.619.0...v3.620.0">3.620.0</a> (2024-07-25)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-acm</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.615.0...v3.616.0">3.616.0</a> (2024-07-18)</h1>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/7b4b333a385cc42cd185df7153b9d495e67497c9"><code>7b4b333</code></a> Publish v3.624.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/2acbcdb5deb9cd9133ec04e1794f37f3815c135a"><code>2acbcdb</code></a> Publish v3.623.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/fac05e1fbe8106fa56f1c3a0b4fde8ae32d5e4f1"><code>fac05e1</code></a> Publish v3.622.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/245450eac77145cc1fe68f11adca49eb3315e826"><code>245450e</code></a> chore(codegen): sync for command ref in context (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-acm/issues/6347">#6347</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/56ce5e5e87b54f93138eab03493a0229a2662636"><code>56ce5e5</code></a> chore(clients): enable identity-and-auth SRA by default (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-acm/issues/6299">#6299</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/d8f767af7d8f634f80c98ed1a7e91deb160adc10"><code>d8f767a</code></a> Publish v3.621.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/8dd7fb633c5333712bd18eb626fe1eb90939b0a7"><code>8dd7fb6</code></a> chore(codegen): bump smithy package versions (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-acm/issues/6329">#6329</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/c3dd5111b9d749f1fc92c7d3215646fd3ad844cb"><code>c3dd511</code></a> Publish v3.620.1</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/0220bd055cbe0c8671d6e3afad31f2c22121b8df"><code>0220bd0</code></a> Publish v3.620.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/ff30a3e8e4cb165ea8e79203b4228b7d5ce6547b"><code>ff30a3e</code></a> chore(clients): codegen sync for eventstream header fix (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-acm/issues/6310">#6310</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-js-v3/commits/v3.624.0/clients/client-acm">compare view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/client-apprunner` from 3.484.0 to 3.624.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-apprunner</code>'s releases</a>.</em></p>
<blockquote>
<h2>v3.624.0</h2>
<h4>3.624.0(2024-08-05)</h4>
<h5>Chores</h5>
<ul>
<li><strong>id-auth-sra:</strong>  S3 Express compatibility with ID &amp; Auth SRA (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6346">#6346</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/253d329ec600a0650b00af8dfa06210e80bc570e">253d329e</a>)</li>
<li><strong>codegen:</strong>  make hasEventStreamInput utilities public (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6351">#6351</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/7bf2e59e7d0c785f3225828d064b4e70d6592744">7bf2e59e</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-pi:</strong>  Added a description for the Dimension db.sql.tokenized_id on the DimensionGroup data type page. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/4078ba5a05109959de7372670e7102456be16d57">4078ba5a</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong>  update client endpoints as of 2024-08-05 (<a href="https://github.com/aws/aws-sdk-js-v3/commit/7cd8b7cf8f66c585b968f7cc1591d94ff42db620">7cd8b7cf</a>)</li>
<li><strong>client-datazone:</strong>  This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/91b25612bf0db4cd594552843539a2b6f9e524dc">91b25612</a>)</li>
<li><strong>client-kinesis-video-webrtc-storage:</strong>  Add JoinStorageSessionAsViewer API (<a href="https://github.com/aws/aws-sdk-js-v3/commit/36c7cddb0d5366a0548af40baad4609bad393377">36c7cddb</a>)</li>
<li><strong>client-ecr:</strong>  Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/6da42523c72f6e25a176547f488fc4c50b064271">6da42523</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>karma-credential-loader:</strong>  set credential expiration as date (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6353">#6353</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/80cb0547232073b5ed0670a67ff3c69868c9ceaf">80cb0547</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.624.0.zip</strong></p>
<h2>v3.623.0</h2>
<h4>3.623.0(2024-08-02)</h4>
<h5>Chores</h5>
<ul>
<li><strong>id-auth-sra:</strong>  sigv4a compatibility for id-auth sra (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6342">#6342</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/9836a09e97bc7f260f75eb1c5ff831f671ce2ec8">9836a09e</a>)</li>
<li><strong>lib-dynamodb:</strong>  use pagination factory from core (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6345">#6345</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/922292b66614ea3a08779053ae8740dc28509d83">922292b6</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-ivschat:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/deeea907529f7e61df5fde40e02a0ec3522e4099">deeea907</a>)</li>
<li><strong>client-ecs:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/21bdf2a90cfdfe588a6ea3b78ddddec3b83c80f5">21bdf2a9</a>)</li>
<li><strong>client-cloudwatch:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/51a8423c2ffe82d60761db4af3fe5b421889f36e">51a8423c</a>)</li>
<li><strong>client-glue:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/be78cf636d58c773dc908f6107bdd55ba2ad1783">be78cf63</a>)</li>
<li><strong>client-route-53:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/39096d9a2d9ea2830180591946e7510c9cf1b292">39096d9a</a>)</li>
<li><strong>client-ivs-realtime:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/6e9c35b33af9ce8b8388551f657be14ec2ff762f">6e9c35b3</a>)</li>
<li><strong>client-ssm:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/ae83e7797a2608bfe0fbcbbe82e61081c4cc0b87">ae83e779</a>)</li>
<li><strong>client-kinesis:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/86c28e0e1fa4f9f2e3de5a50542d15c2a08b4d81">86c28e0e</a>)</li>
<li><strong>client-waf-regional:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/52b9cf433f172459eb8ee83bae4c28a0102ced39">52b9cf43</a>)</li>
<li><strong>client-resiliencehub:</strong>  Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/b8d8c647abda05b69e22a815f6f7bef6764a7afd">b8d8c647</a>)</li>
<li><strong>client-ivs:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/00374d584abd349251c98cb72da92647aa1ff6cc">00374d58</a>)</li>
</ul>

</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-apprunner/CHANGELOG.md"><code>@​aws-sdk/client-apprunner</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.623.0...v3.624.0">3.624.0</a> (2024-08-05)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-apprunner</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.622.0...v3.623.0">3.623.0</a> (2024-08-02)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-apprunner</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.621.0...v3.622.0">3.622.0</a> (2024-08-01)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-apprunner</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.620.1...v3.621.0">3.621.0</a> (2024-07-30)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-apprunner</code></p>
<h2><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.620.0...v3.620.1">3.620.1</a> (2024-07-29)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-apprunner</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.619.0...v3.620.0">3.620.0</a> (2024-07-25)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-apprunner</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.615.0...v3.616.0">3.616.0</a> (2024-07-18)</h1>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/7b4b333a385cc42cd185df7153b9d495e67497c9"><code>7b4b333</code></a> Publish v3.624.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/2acbcdb5deb9cd9133ec04e1794f37f3815c135a"><code>2acbcdb</code></a> Publish v3.623.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/fac05e1fbe8106fa56f1c3a0b4fde8ae32d5e4f1"><code>fac05e1</code></a> Publish v3.622.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/245450eac77145cc1fe68f11adca49eb3315e826"><code>245450e</code></a> chore(codegen): sync for command ref in context (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-apprunner/issues/6347">#6347</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/56ce5e5e87b54f93138eab03493a0229a2662636"><code>56ce5e5</code></a> chore(clients): enable identity-and-auth SRA by default (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-apprunner/issues/6299">#6299</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/d8f767af7d8f634f80c98ed1a7e91deb160adc10"><code>d8f767a</code></a> Publish v3.621.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/8dd7fb633c5333712bd18eb626fe1eb90939b0a7"><code>8dd7fb6</code></a> chore(codegen): bump smithy package versions (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-apprunner/issues/6329">#6329</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/c3dd5111b9d749f1fc92c7d3215646fd3ad844cb"><code>c3dd511</code></a> Publish v3.620.1</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/0220bd055cbe0c8671d6e3afad31f2c22121b8df"><code>0220bd0</code></a> Publish v3.620.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/ff30a3e8e4cb165ea8e79203b4228b7d5ce6547b"><code>ff30a3e</code></a> chore(clients): codegen sync for eventstream header fix (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-apprunner/issues/6310">#6310</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-js-v3/commits/v3.624.0/clients/client-apprunner">compare view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/client-cloudformation` from 3.484.0 to 3.624.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-cloudformation</code>'s releases</a>.</em></p>
<blockquote>
<h2>v3.624.0</h2>
<h4>3.624.0(2024-08-05)</h4>
<h5>Chores</h5>
<ul>
<li><strong>id-auth-sra:</strong>  S3 Express compatibility with ID &amp; Auth SRA (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6346">#6346</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/253d329ec600a0650b00af8dfa06210e80bc570e">253d329e</a>)</li>
<li><strong>codegen:</strong>  make hasEventStreamInput utilities public (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6351">#6351</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/7bf2e59e7d0c785f3225828d064b4e70d6592744">7bf2e59e</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-pi:</strong>  Added a description for the Dimension db.sql.tokenized_id on the DimensionGroup data type page. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/4078ba5a05109959de7372670e7102456be16d57">4078ba5a</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong>  update client endpoints as of 2024-08-05 (<a href="https://github.com/aws/aws-sdk-js-v3/commit/7cd8b7cf8f66c585b968f7cc1591d94ff42db620">7cd8b7cf</a>)</li>
<li><strong>client-datazone:</strong>  This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/91b25612bf0db4cd594552843539a2b6f9e524dc">91b25612</a>)</li>
<li><strong>client-kinesis-video-webrtc-storage:</strong>  Add JoinStorageSessionAsViewer API (<a href="https://github.com/aws/aws-sdk-js-v3/commit/36c7cddb0d5366a0548af40baad4609bad393377">36c7cddb</a>)</li>
<li><strong>client-ecr:</strong>  Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/6da42523c72f6e25a176547f488fc4c50b064271">6da42523</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>karma-credential-loader:</strong>  set credential expiration as date (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6353">#6353</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/80cb0547232073b5ed0670a67ff3c69868c9ceaf">80cb0547</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.624.0.zip</strong></p>
<h2>v3.623.0</h2>
<h4>3.623.0(2024-08-02)</h4>
<h5>Chores</h5>
<ul>
<li><strong>id-auth-sra:</strong>  sigv4a compatibility for id-auth sra (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6342">#6342</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/9836a09e97bc7f260f75eb1c5ff831f671ce2ec8">9836a09e</a>)</li>
<li><strong>lib-dynamodb:</strong>  use pagination factory from core (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6345">#6345</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/922292b66614ea3a08779053ae8740dc28509d83">922292b6</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-ivschat:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/deeea907529f7e61df5fde40e02a0ec3522e4099">deeea907</a>)</li>
<li><strong>client-ecs:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/21bdf2a90cfdfe588a6ea3b78ddddec3b83c80f5">21bdf2a9</a>)</li>
<li><strong>client-cloudwatch:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/51a8423c2ffe82d60761db4af3fe5b421889f36e">51a8423c</a>)</li>
<li><strong>client-glue:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/be78cf636d58c773dc908f6107bdd55ba2ad1783">be78cf63</a>)</li>
<li><strong>client-route-53:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/39096d9a2d9ea2830180591946e7510c9cf1b292">39096d9a</a>)</li>
<li><strong>client-ivs-realtime:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/6e9c35b33af9ce8b8388551f657be14ec2ff762f">6e9c35b3</a>)</li>
<li><strong>client-ssm:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/ae83e7797a2608bfe0fbcbbe82e61081c4cc0b87">ae83e779</a>)</li>
<li><strong>client-kinesis:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/86c28e0e1fa4f9f2e3de5a50542d15c2a08b4d81">86c28e0e</a>)</li>
<li><strong>client-waf-regional:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/52b9cf433f172459eb8ee83bae4c28a0102ced39">52b9cf43</a>)</li>
<li><strong>client-resiliencehub:</strong>  Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/b8d8c647abda05b69e22a815f6f7bef6764a7afd">b8d8c647</a>)</li>
<li><strong>client-ivs:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/00374d584abd349251c98cb72da92647aa1ff6cc">00374d58</a>)</li>
</ul>

</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-cloudformation/CHANGELOG.md"><code>@​aws-sdk/client-cloudformation</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.623.0...v3.624.0">3.624.0</a> (2024-08-05)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-cloudformation</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.622.0...v3.623.0">3.623.0</a> (2024-08-02)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-cloudformation</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.621.0...v3.622.0">3.622.0</a> (2024-08-01)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-cloudformation</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.620.1...v3.621.0">3.621.0</a> (2024-07-30)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-cloudformation</code></p>
<h2><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.620.0...v3.620.1">3.620.1</a> (2024-07-29)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-cloudformation</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.619.0...v3.620.0">3.620.0</a> (2024-07-25)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-cloudformation</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.615.0...v3.616.0">3.616.0</a> (2024-07-18)</h1>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/7b4b333a385cc42cd185df7153b9d495e67497c9"><code>7b4b333</code></a> Publish v3.624.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/2acbcdb5deb9cd9133ec04e1794f37f3815c135a"><code>2acbcdb</code></a> Publish v3.623.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/fac05e1fbe8106fa56f1c3a0b4fde8ae32d5e4f1"><code>fac05e1</code></a> Publish v3.622.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/245450eac77145cc1fe68f11adca49eb3315e826"><code>245450e</code></a> chore(codegen): sync for command ref in context (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation/issues/6347">#6347</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/56ce5e5e87b54f93138eab03493a0229a2662636"><code>56ce5e5</code></a> chore(clients): enable identity-and-auth SRA by default (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation/issues/6299">#6299</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/d8f767af7d8f634f80c98ed1a7e91deb160adc10"><code>d8f767a</code></a> Publish v3.621.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/8dd7fb633c5333712bd18eb626fe1eb90939b0a7"><code>8dd7fb6</code></a> chore(codegen): bump smithy package versions (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation/issues/6329">#6329</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/c3dd5111b9d749f1fc92c7d3215646fd3ad844cb"><code>c3dd511</code></a> Publish v3.620.1</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/0220bd055cbe0c8671d6e3afad31f2c22121b8df"><code>0220bd0</code></a> Publish v3.620.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/ff30a3e8e4cb165ea8e79203b4228b7d5ce6547b"><code>ff30a3e</code></a> chore(clients): codegen sync for eventstream header fix (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation/issues/6310">#6310</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-js-v3/commits/v3.624.0/clients/client-cloudformation">compare view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/client-ecs` from 3.484.0 to 3.624.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-ecs</code>'s releases</a>.</em></p>
<blockquote>
<h2>v3.624.0</h2>
<h4>3.624.0(2024-08-05)</h4>
<h5>Chores</h5>
<ul>
<li><strong>id-auth-sra:</strong>  S3 Express compatibility with ID &amp; Auth SRA (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6346">#6346</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/253d329ec600a0650b00af8dfa06210e80bc570e">253d329e</a>)</li>
<li><strong>codegen:</strong>  make hasEventStreamInput utilities public (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6351">#6351</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/7bf2e59e7d0c785f3225828d064b4e70d6592744">7bf2e59e</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-pi:</strong>  Added a description for the Dimension db.sql.tokenized_id on the DimensionGroup data type page. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/4078ba5a05109959de7372670e7102456be16d57">4078ba5a</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong>  update client endpoints as of 2024-08-05 (<a href="https://github.com/aws/aws-sdk-js-v3/commit/7cd8b7cf8f66c585b968f7cc1591d94ff42db620">7cd8b7cf</a>)</li>
<li><strong>client-datazone:</strong>  This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/91b25612bf0db4cd594552843539a2b6f9e524dc">91b25612</a>)</li>
<li><strong>client-kinesis-video-webrtc-storage:</strong>  Add JoinStorageSessionAsViewer API (<a href="https://github.com/aws/aws-sdk-js-v3/commit/36c7cddb0d5366a0548af40baad4609bad393377">36c7cddb</a>)</li>
<li><strong>client-ecr:</strong>  Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/6da42523c72f6e25a176547f488fc4c50b064271">6da42523</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>karma-credential-loader:</strong>  set credential expiration as date (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6353">#6353</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/80cb0547232073b5ed0670a67ff3c69868c9ceaf">80cb0547</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.624.0.zip</strong></p>
<h2>v3.623.0</h2>
<h4>3.623.0(2024-08-02)</h4>
<h5>Chores</h5>
<ul>
<li><strong>id-auth-sra:</strong>  sigv4a compatibility for id-auth sra (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6342">#6342</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/9836a09e97bc7f260f75eb1c5ff831f671ce2ec8">9836a09e</a>)</li>
<li><strong>lib-dynamodb:</strong>  use pagination factory from core (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6345">#6345</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/922292b66614ea3a08779053ae8740dc28509d83">922292b6</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-ivschat:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/deeea907529f7e61df5fde40e02a0ec3522e4099">deeea907</a>)</li>
<li><strong>client-ecs:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/21bdf2a90cfdfe588a6ea3b78ddddec3b83c80f5">21bdf2a9</a>)</li>
<li><strong>client-cloudwatch:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/51a8423c2ffe82d60761db4af3fe5b421889f36e">51a8423c</a>)</li>
<li><strong>client-glue:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/be78cf636d58c773dc908f6107bdd55ba2ad1783">be78cf63</a>)</li>
<li><strong>client-route-53:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/39096d9a2d9ea2830180591946e7510c9cf1b292">39096d9a</a>)</li>
<li><strong>client-ivs-realtime:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/6e9c35b33af9ce8b8388551f657be14ec2ff762f">6e9c35b3</a>)</li>
<li><strong>client-ssm:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/ae83e7797a2608bfe0fbcbbe82e61081c4cc0b87">ae83e779</a>)</li>
<li><strong>client-kinesis:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/86c28e0e1fa4f9f2e3de5a50542d15c2a08b4d81">86c28e0e</a>)</li>
<li><strong>client-waf-regional:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/52b9cf433f172459eb8ee83bae4c28a0102ced39">52b9cf43</a>)</li>
<li><strong>client-resiliencehub:</strong>  Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/b8d8c647abda05b69e22a815f6f7bef6764a7afd">b8d8c647</a>)</li>
<li><strong>client-ivs:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/00374d584abd349251c98cb72da92647aa1ff6cc">00374d58</a>)</li>
</ul>

</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-ecs/CHANGELOG.md"><code>@​aws-sdk/client-ecs</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.623.0...v3.624.0">3.624.0</a> (2024-08-05)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-ecs</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.622.0...v3.623.0">3.623.0</a> (2024-08-02)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-ecs</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.621.0...v3.622.0">3.622.0</a> (2024-08-01)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-ecs</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.620.1...v3.621.0">3.621.0</a> (2024-07-30)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-ecs</code></p>
<h2><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.620.0...v3.620.1">3.620.1</a> (2024-07-29)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-ecs</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.619.0...v3.620.0">3.620.0</a> (2024-07-25)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-ecs</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.615.0...v3.616.0">3.616.0</a> (2024-07-18)</h1>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/7b4b333a385cc42cd185df7153b9d495e67497c9"><code>7b4b333</code></a> Publish v3.624.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/2acbcdb5deb9cd9133ec04e1794f37f3815c135a"><code>2acbcdb</code></a> Publish v3.623.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/fac05e1fbe8106fa56f1c3a0b4fde8ae32d5e4f1"><code>fac05e1</code></a> Publish v3.622.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/245450eac77145cc1fe68f11adca49eb3315e826"><code>245450e</code></a> chore(codegen): sync for command ref in context (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecs/issues/6347">#6347</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/56ce5e5e87b54f93138eab03493a0229a2662636"><code>56ce5e5</code></a> chore(clients): enable identity-and-auth SRA by default (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecs/issues/6299">#6299</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/d8f767af7d8f634f80c98ed1a7e91deb160adc10"><code>d8f767a</code></a> Publish v3.621.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/8dd7fb633c5333712bd18eb626fe1eb90939b0a7"><code>8dd7fb6</code></a> chore(codegen): bump smithy package versions (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecs/issues/6329">#6329</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/c3dd5111b9d749f1fc92c7d3215646fd3ad844cb"><code>c3dd511</code></a> Publish v3.620.1</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/0220bd055cbe0c8671d6e3afad31f2c22121b8df"><code>0220bd0</code></a> Publish v3.620.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/ff30a3e8e4cb165ea8e79203b4228b7d5ce6547b"><code>ff30a3e</code></a> chore(clients): codegen sync for eventstream header fix (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecs/issues/6310">#6310</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-js-v3/commits/v3.624.0/clients/client-ecs">compare view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/client-elastic-load-balancing-v2` from 3.484.0 to 3.624.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-elastic-load-balancing-v2</code>'s releases</a>.</em></p>
<blockquote>
<h2>v3.624.0</h2>
<h4>3.624.0(2024-08-05)</h4>
<h5>Chores</h5>
<ul>
<li><strong>id-auth-sra:</strong>  S3 Express compatibility with ID &amp; Auth SRA (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6346">#6346</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/253d329ec600a0650b00af8dfa06210e80bc570e">253d329e</a>)</li>
<li><strong>codegen:</strong>  make hasEventStreamInput utilities public (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6351">#6351</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/7bf2e59e7d0c785f3225828d064b4e70d6592744">7bf2e59e</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-pi:</strong>  Added a description for the Dimension db.sql.tokenized_id on the DimensionGroup data type page. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/4078ba5a05109959de7372670e7102456be16d57">4078ba5a</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong>  update client endpoints as of 2024-08-05 (<a href="https://github.com/aws/aws-sdk-js-v3/commit/7cd8b7cf8f66c585b968f7cc1591d94ff42db620">7cd8b7cf</a>)</li>
<li><strong>client-datazone:</strong>  This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/91b25612bf0db4cd594552843539a2b6f9e524dc">91b25612</a>)</li>
<li><strong>client-kinesis-video-webrtc-storage:</strong>  Add JoinStorageSessionAsViewer API (<a href="https://github.com/aws/aws-sdk-js-v3/commit/36c7cddb0d5366a0548af40baad4609bad393377">36c7cddb</a>)</li>
<li><strong>client-ecr:</strong>  Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/6da42523c72f6e25a176547f488fc4c50b064271">6da42523</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>karma-credential-loader:</strong>  set credential expiration as date (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6353">#6353</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/80cb0547232073b5ed0670a67ff3c69868c9ceaf">80cb0547</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.624.0.zip</strong></p>
<h2>v3.623.0</h2>
<h4>3.623.0(2024-08-02)</h4>
<h5>Chores</h5>
<ul>
<li><strong>id-auth-sra:</strong>  sigv4a compatibility for id-auth sra (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6342">#6342</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/9836a09e97bc7f260f75eb1c5ff831f671ce2ec8">9836a09e</a>)</li>
<li><strong>lib-dynamodb:</strong>  use pagination factory from core (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6345">#6345</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/922292b66614ea3a08779053ae8740dc28509d83">922292b6</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-ivschat:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/deeea907529f7e61df5fde40e02a0ec3522e4099">deeea907</a>)</li>
<li><strong>client-ecs:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/21bdf2a90cfdfe588a6ea3b78ddddec3b83c80f5">21bdf2a9</a>)</li>
<li><strong>client-cloudwatch:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/51a8423c2ffe82d60761db4af3fe5b421889f36e">51a8423c</a>)</li>
<li><strong>client-glue:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/be78cf636d58c773dc908f6107bdd55ba2ad1783">be78cf63</a>)</li>
<li><strong>client-route-53:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/39096d9a2d9ea2830180591946e7510c9cf1b292">39096d9a</a>)</li>
<li><strong>client-ivs-realtime:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/6e9c35b33af9ce8b8388551f657be14ec2ff762f">6e9c35b3</a>)</li>
<li><strong>client-ssm:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/ae83e7797a2608bfe0fbcbbe82e61081c4cc0b87">ae83e779</a>)</li>
<li><strong>client-kinesis:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/86c28e0e1fa4f9f2e3de5a50542d15c2a08b4d81">86c28e0e</a>)</li>
<li><strong>client-waf-regional:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/52b9cf433f172459eb8ee83bae4c28a0102ced39">52b9cf43</a>)</li>
<li><strong>client-resiliencehub:</strong>  Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/b8d8c647abda05b69e22a815f6f7bef6764a7afd">b8d8c647</a>)</li>
<li><strong>client-ivs:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/00374d584abd349251c98cb72da92647aa1ff6cc">00374d58</a>)</li>
</ul>

</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-elastic-load-balancing-v2/CHANGELOG.md"><code>@​aws-sdk/client-elastic-load-balancing-v2</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.623.0...v3.624.0">3.624.0</a> (2024-08-05)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-elastic-load-balancing-v2</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.622.0...v3.623.0">3.623.0</a> (2024-08-02)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-elastic-load-balancing-v2</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.621.0...v3.622.0">3.622.0</a> (2024-08-01)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-elastic-load-balancing-v2</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.620.1...v3.621.0">3.621.0</a> (2024-07-30)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-elastic-load-balancing-v2</code></p>
<h2><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.620.0...v3.620.1">3.620.1</a> (2024-07-29)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-elastic-load-balancing-v2</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.619.0...v3.620.0">3.620.0</a> (2024-07-25)</h1>
<h3>Features</h3>
<ul>
<li><strong>client-elastic-load-balancing-v2:</strong> This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/4a753d9e76ed9debb6f5ed56b3a7b98a6f3a8824">4a753d9</a>)</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/7b4b333a385cc42cd185df7153b9d495e67497c9"><code>7b4b333</code></a> Publish v3.624.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/2acbcdb5deb9cd9133ec04e1794f37f3815c135a"><code>2acbcdb</code></a> Publish v3.623.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/fac05e1fbe8106fa56f1c3a0b4fde8ae32d5e4f1"><code>fac05e1</code></a> Publish v3.622.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/245450eac77145cc1fe68f11adca49eb3315e826"><code>245450e</code></a> chore(codegen): sync for command ref in context (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-elastic-load-balancing-v2/issues/6347">#6347</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/56ce5e5e87b54f93138eab03493a0229a2662636"><code>56ce5e5</code></a> chore(clients): enable identity-and-auth SRA by default (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-elastic-load-balancing-v2/issues/6299">#6299</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/d8f767af7d8f634f80c98ed1a7e91deb160adc10"><code>d8f767a</code></a> Publish v3.621.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/8dd7fb633c5333712bd18eb626fe1eb90939b0a7"><code>8dd7fb6</code></a> chore(codegen): bump smithy package versions (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-elastic-load-balancing-v2/issues/6329">#6329</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/c3dd5111b9d749f1fc92c7d3215646fd3ad844cb"><code>c3dd511</code></a> Publish v3.620.1</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/0220bd055cbe0c8671d6e3afad31f2c22121b8df"><code>0220bd0</code></a> Publish v3.620.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/4a753d9e76ed9debb6f5ed56b3a7b98a6f3a8824"><code>4a753d9</code></a> feat(client-elastic-load-balancing-v2): This release adds support for sharing...</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-js-v3/commits/v3.624.0/clients/client-elastic-load-balancing-v2">compare view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/client-resource-groups-tagging-api` from 3.484.0 to 3.624.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-resource-groups-tagging-api</code>'s releases</a>.</em></p>
<blockquote>
<h2>v3.624.0</h2>
<h4>3.624.0(2024-08-05)</h4>
<h5>Chores</h5>
<ul>
<li><strong>id-auth-sra:</strong>  S3 Express compatibility with ID &amp; Auth SRA (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6346">#6346</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/253d329ec600a0650b00af8dfa06210e80bc570e">253d329e</a>)</li>
<li><strong>codegen:</strong>  make hasEventStreamInput utilities public (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6351">#6351</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/7bf2e59e7d0c785f3225828d064b4e70d6592744">7bf2e59e</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-pi:</strong>  Added a description for the Dimension db.sql.tokenized_id on the DimensionGroup data type page. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/4078ba5a05109959de7372670e7102456be16d57">4078ba5a</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong>  update client endpoints as of 2024-08-05 (<a href="https://github.com/aws/aws-sdk-js-v3/commit/7cd8b7cf8f66c585b968f7cc1591d94ff42db620">7cd8b7cf</a>)</li>
<li><strong>client-datazone:</strong>  This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/91b25612bf0db4cd594552843539a2b6f9e524dc">91b25612</a>)</li>
<li><strong>client-kinesis-video-webrtc-storage:</strong>  Add JoinStorageSessionAsViewer API (<a href="https://github.com/aws/aws-sdk-js-v3/commit/36c7cddb0d5366a0548af40baad4609bad393377">36c7cddb</a>)</li>
<li><strong>client-ecr:</strong>  Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/6da42523c72f6e25a176547f488fc4c50b064271">6da42523</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>karma-credential-loader:</strong>  set credential expiration as date (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6353">#6353</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/80cb0547232073b5ed0670a67ff3c69868c9ceaf">80cb0547</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.624.0.zip</strong></p>
<h2>v3.623.0</h2>
<h4>3.623.0(2024-08-02)</h4>
<h5>Chores</h5>
<ul>
<li><strong>id-auth-sra:</strong>  sigv4a compatibility for id-auth sra (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6342">#6342</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/9836a09e97bc7f260f75eb1c5ff831f671ce2ec8">9836a09e</a>)</li>
<li><strong>lib-dynamodb:</strong>  use pagination factory from core (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6345">#6345</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/922292b66614ea3a08779053ae8740dc28509d83">922292b6</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-ivschat:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/deeea907529f7e61df5fde40e02a0ec3522e4099">deeea907</a>)</li>
<li><strong>client-ecs:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/21bdf2a90cfdfe588a6ea3b78ddddec3b83c80f5">21bdf2a9</a>)</li>
<li><strong>client-cloudwatch:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/51a8423c2ffe82d60761db4af3fe5b421889f36e">51a8423c</a>)</li>
<li><strong>client-glue:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/be78cf636d58c773dc908f6107bdd55ba2ad1783">be78cf63</a>)</li>
<li><strong>client-route-53:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/39096d9a2d9ea2830180591946e7510c9cf1b292">39096d9a</a>)</li>
<li><strong>client-ivs-realtime:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/6e9c35b33af9ce8b8388551f657be14ec2ff762f">6e9c35b3</a>)</li>
<li><strong>client-ssm:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/ae83e7797a2608bfe0fbcbbe82e61081c4cc0b87">ae83e779</a>)</li>
<li><strong>client-kinesis:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/86c28e0e1fa4f9f2e3de5a50542d15c2a08b4d81">86c28e0e</a>)</li>
<li><strong>client-waf-regional:</strong>  Add v2 smoke tests and smithy smokeTests trait for SDK testing. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/52b9cf433f172459eb8ee83bae4c28a0102ced39">52b9cf43</a>)</li>
<li><strong>client-resiliencehub:</strong>  Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/b8d8c647abda05b69e22a815f6f7bef6764a7afd">b8d8c647</a>)</li>
<li><strong>client-ivs:</strong>  updates cloudtrail event source for SDKs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/00374d584abd349251c98cb72da92647aa1ff6cc">00374d58</a>)</li>
</ul>

</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-resource-groups-tagging-api/CHANGELOG.md"><code>@​aws-sdk/client-resource-groups-tagging-api</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.623.0...v3.624.0">3.624.0</a> (2024-08-05)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-resource-groups-tagging-api</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.622.0...v3.623.0">3.623.0</a> (2024-08-02)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-resource-groups-tagging-api</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.621.0...v3.622.0">3.622.0</a> (2024-08-01)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-resource-groups-tagging-api</code></p>
<h1><a href="https://github.com/aws/aws-sdk-js-v3/comp...

_Descripti…
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 3f348ac commit b8690a3
Show file tree
Hide file tree
Showing 2 changed files with 4,089 additions and 3,150 deletions.
Loading

0 comments on commit b8690a3

Please sign in to comment.