service/application-autoscaling: Updates service API and documentation
service/codepipeline: Updates service API and documentation
Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API.
service/gamelift: Updates service API and documentation
GameLift FleetIQ users can now filter game server claim requests to exclude servers on instances that are draining.
service/glue: Updates service API and documentation
Added ability to create data quality rulesets for shared, cross-account Glue Data Catalog tables. Added support for dataset comparison rules through a new parameter called AdditionalDataSources. Enhanced the data quality results with a map containing profiled metric values.
service/migration-hub-refactor-spaces: Updates service API and documentation
service/sagemaker: Updates service API and documentation
Amazon SageMaker Automatic Model Tuning now supports enabling Autotune for tuning jobs which can choose tuning job configurations.
SDK Bugs
service/s3: Populate X-Amz-Content-Sha256 header when using s3 outpost arn
Using an outpost ARN results in a different signing name from the resolved endpoint. This signing name was not included in the signer logic to indicate the X-Amz-Content-Sha256 header should be added to the request which is required by S3.
Release v1.44.269 (2023-05-24)
Service Client Updates
service/appsync: Updates service API and documentation
service/connect: Updates service API
service/cur: Updates service API
Add support for split cost allocation data on a report.
service/sagemaker: Updates service API and documentation
SageMaker now provides an instantaneous deployment recommendation through the DescribeModel API
SMS integration tests will fail because SMS deprecated their service.
Release v1.44.268 (2023-05-23)
Service Client Updates
service/fms: Updates service API
service/sagemaker: Updates service API and documentation
Added ModelNameEquals, ModelPackageVersionArnEquals in request and ModelName, SamplePayloadUrl, ModelPackageVersionArn in response of ListInferenceRecommendationsJobs API. Added Invocation timestamps in response of DescribeInferenceRecommendationsJob API & ListInferenceRecommendationsJobSteps API.
service/translate: Updates service API and documentation
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR. Deprecated, use GitLab's native /rebase instead
$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.267 to 1.44.270.
<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.270 (2023-05-25)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/application-autoscaling</code>: Updates service API and documentation</li>
<li><code>service/codepipeline</code>: Updates service API and documentation
<ul>
<li>Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API.</li>
</ul>
</li>
<li><code>service/gamelift</code>: Updates service API and documentation
<ul>
<li>GameLift FleetIQ users can now filter game server claim requests to exclude servers on instances that are draining.</li>
</ul>
</li>
<li><code>service/glue</code>: Updates service API and documentation
<ul>
<li>Added ability to create data quality rulesets for shared, cross-account Glue Data Catalog tables. Added support for dataset comparison rules through a new parameter called AdditionalDataSources. Enhanced the data quality results with a map containing profiled metric values.</li>
</ul>
</li>
<li><code>service/migration-hub-refactor-spaces</code>: Updates service API and documentation</li>
<li><code>service/sagemaker</code>: Updates service API and documentation
<ul>
<li>Amazon SageMaker Automatic Model Tuning now supports enabling Autotune for tuning jobs which can choose tuning job configurations.</li>
</ul>
</li>
</ul>
<h3>SDK Bugs</h3>
<ul>
<li><code>service/s3</code>: Populate X-Amz-Content-Sha256 header when using s3 outpost arn
<ul>
<li>Using an outpost ARN results in a different signing name from the resolved endpoint. This signing name was not included in the signer logic to indicate the <code>X-Amz-Content-Sha256</code> header should be added to the request which is required by S3.</li>
</ul>
</li>
</ul>
<h1>Release v1.44.269 (2023-05-24)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/appsync</code>: Updates service API and documentation</li>
<li><code>service/connect</code>: Updates service API</li>
<li><code>service/cur</code>: Updates service API
<ul>
<li>Add support for split cost allocation data on a report.</li>
</ul>
</li>
<li><code>service/sagemaker</code>: Updates service API and documentation
<ul>
<li>SageMaker now provides an instantaneous deployment recommendation through the DescribeModel API</li>
</ul>
</li>
</ul>
<h3>SDK Bugs</h3>
<ul>
<li><code>service/sms</code>: Remove deprecated services (SMS) integration tests.
<ul>
<li>SMS integration tests will fail because SMS deprecated their service.</li>
</ul>
</li>
</ul>
<h1>Release v1.44.268 (2023-05-23)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/fms</code>: Updates service API</li>
<li><code>service/sagemaker</code>: Updates service API and documentation
<ul>
<li>Added ModelNameEquals, ModelPackageVersionArnEquals in request and ModelName, SamplePayloadUrl, ModelPackageVersionArn in response of ListInferenceRecommendationsJobs API. Added Invocation timestamps in response of DescribeInferenceRecommendationsJob API & ListInferenceRecommendationsJobSteps API.</li>
</ul>
</li>
<li><code>service/translate</code>: Updates service API and documentation</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go/commit/58dcb0530ff0d35dcb94d1489ab2aaf01e6b230b"><code>58dcb05</code></a> Release v1.44.270 (2023-05-25) (<a href="https://github.com/aws/aws-sdk-go/issues/4858">#4858</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/502bd6964b53133ecab112782c37d55961b18ff9"><code>502bd69</code></a> fix s3 requests sent to outpost arn missing x-amz-content-sha256 header (<a href="https://github.com/aws/aws-sdk-go/issues/4857">#4857</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/b6ba82bb8215700f6c1de5582889e3d87bd740ae"><code>b6ba82b</code></a> Wrap debug.Stack() in string() (<a href="https://github.com/aws/aws-sdk-go/issues/4844">#4844</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/f0df59f4e90ab5fe3baefd0781ee4445f427477d"><code>f0df59f</code></a> Release v1.44.269 (2023-05-24) (<a href="https://github.com/aws/aws-sdk-go/issues/4856">#4856</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/633be2f59c5cc1dab14fdb178aed182295105465"><code>633be2f</code></a> remove deprecated SMS smoke tests (<a href="https://github.com/aws/aws-sdk-go/issues/4855">#4855</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/b7c0f67ea79d8753c3f0abbffdef9e3107a8f207"><code>b7c0f67</code></a> Release v1.44.268 (2023-05-23) (<a href="https://github.com/aws/aws-sdk-go/issues/4852">#4852</a>)</li>
<li>See full diff in <a href="https://github.com/aws/aws-sdk-go/compare/v1.44.267...v1.44.270">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. Deprecated, use GitLab's native /rebase instead
- `$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.267 to 1.44.270.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Commits
58dcb05Release v1.44.270 (2023-05-25) (#4858)502bd69fix s3 requests sent to outpost arn missing x-amz-content-sha256 header (#4857)b6ba82bWrap debug.Stack() in string() (#4844)f0df59fRelease v1.44.269 (2023-05-24) (#4856)633be2fremove deprecated SMS smoke tests (#4855)b7c0f67Release v1.44.268 (2023-05-23) (#4852)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR. Deprecated, use GitLab's native /rebase instead$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