Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.220 to 1.44.222.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's releases</a>.</em></p>
<blockquote>
<h1>Release v1.44.222 (2023-03-15)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/migrationhubstrategy</code>: Updates service API and documentation</li>
<li><code>service/s3control</code>: Updates service API and documentation
<ul>
<li>Added support for S3 Object Lambda aliases.</li>
</ul>
</li>
<li><code>service/securitylake</code>: Updates service API and documentation</li>
</ul>
<h3>SDK Bugs</h3>
<ul>
<li><code>private/protocol</code>: Fix error message being elided in restJson errors.
<ul>
<li>Use request body error message for unknown errors when header is absent.</li>
</ul>
</li>
</ul>
<h1>Release v1.44.221 (2023-03-14)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/application-autoscaling</code>: Updates service API and documentation</li>
<li><code>service/dataexchange</code>: Updates service API and documentation</li>
<li><code>service/directconnect</code>: Updates service documentation
<ul>
<li>describe-direct-connect-gateway-associations includes a new status, updating, indicating that the association is currently in-process of updating.</li>
</ul>
</li>
<li><code>service/ec2</code>: Updates service API and documentation
<ul>
<li>This release adds a new DnsOptions key (PrivateDnsOnlyForInboundResolverEndpoint) to CreateVpcEndpoint and ModifyVpcEndpoint APIs.</li>
</ul>
</li>
<li><code>service/iam</code>: Updates service documentation
<ul>
<li>Documentation only updates to correct customer-reported issues</li>
</ul>
</li>
<li><code>service/keyspaces</code>: Updates service API and documentation</li>
</ul>
<h3>SDK Enhancements</h3>
<ul>
<li><code>aws/ec2metadata</code>: Added an option to disable fallback to IMDSv1.
<ul>
<li>When set the SDK will no longer fallback to IMDSv1 when fetching a token fails. Use <code>aws.WithEC2MetadataDisableFallback</code> to enable.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go/commit/229c49ae2fa0c725e10ad59a9108aa19bb690fb9"><code>229c49a</code></a> Release v1.44.222 (2023-03-15) (<a href="https://github.com/aws/aws-sdk-go/issues/4763">#4763</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/1aa1fa61cec25f4336014e25760318dca25c55e9"><code>1aa1fa6</code></a> Merge pull request <a href="https://github.com/aws/aws-sdk-go/issues/4762">#4762</a> from aws/fix-changelog-pending</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/0775cabc18a9d3b03f14c419fbd476fe8d4f3d8e"><code>0775cab</code></a> fix pending changelog</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/25c011f7b5e74f6c926e4e0808e177f790eeebe6"><code>25c011f</code></a> Merge pull request <a href="https://github.com/aws/aws-sdk-go/issues/4740">#4740</a> from jar-b/fix-unknown-code-header-only</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/7d0e04c42bd1927603d38f0702f0d240d753a706"><code>7d0e04c</code></a> Release v1.44.221 (2023-03-14) (<a href="https://github.com/aws/aws-sdk-go/issues/4757">#4757</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/6c34cf06b5bacad196e07a4cb4a23b7a43cf6594"><code>6c34cf0</code></a> feat: add flag to disable IMDSv1 fallback (<a href="https://github.com/aws/aws-sdk-go/issues/4748">#4748</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/b9f7ea960afe29f876df410f8cab22cbcdbe6582"><code>b9f7ea9</code></a> chore: changelog</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/6697bc690f66cdfd4459b7932e13deb8fce097c5"><code>6697bc6</code></a> test: add unknown error mixed header cases</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/d087d7c4695b1152d511bd6809435fee4922b0d5"><code>d087d7c</code></a> fix: populate message when only code header is present</li>
<li>See full diff in <a href="https://github.com/aws/aws-sdk-go/compare/v1.44.220...v1.44.222">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps github.com/aws/aws-sdk-go from 1.44.220 to 1.44.222.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Commits
229c49aRelease v1.44.222 (2023-03-15) (#4763)1aa1fa6Merge pull request #4762 from aws/fix-changelog-pending0775cabfix pending changelog25c011fMerge pull request #4740 from jar-b/fix-unknown-code-header-only7d0e04cRelease v1.44.221 (2023-03-14) (#4757)6c34cf0feat: add flag to disable IMDSv1 fallback (#4748)b9f7ea9chore: changelog6697bc6test: add unknown error mixed header casesd087d7cfix: populate message when only code header is presentDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsCodecov Report
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more