service/memorydb: Updates service API and documentation
service/sagemaker: Updates service API
Amazon SageMaker now supports running training jobs on ml.trn1 instance types.
Release v1.44.129 (2022-11-02)
Service Client Updates
service/iotsitewise: Updates service API, documentation, and paginators
service/s3control: Updates service API and documentation
S3 on Outposts launches support for Lifecycle configuration for Outposts buckets. With S3 Lifecycle configuration, you can mange objects so they are stored cost effectively. You can manage objects using size-based rules and specify how many noncurrent versions bucket will retain.
service/sagemaker: Updates service API and documentation
This release updates Framework model regex for ModelPackage to support new Framework version xgboost, sklearn.
service/ssm-incidents: Updates service API and documentation
Release v1.44.128 (2022-11-01)
Service Client Updates
service/rds: Updates service API, documentation, waiters, paginators, and examples
Relational Database Service - This release adds support for configuring Storage Throughput on RDS database instances.
service/textract: Updates service API and documentation
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.127 to 1.44.130.
<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.130 (2022-11-03)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/memorydb</code>: Updates service API and documentation</li>
<li><code>service/sagemaker</code>: Updates service API
<ul>
<li>Amazon SageMaker now supports running training jobs on ml.trn1 instance types.</li>
</ul>
</li>
</ul>
<h1>Release v1.44.129 (2022-11-02)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/iotsitewise</code>: Updates service API, documentation, and paginators</li>
<li><code>service/s3control</code>: Updates service API and documentation
<ul>
<li>S3 on Outposts launches support for Lifecycle configuration for Outposts buckets. With S3 Lifecycle configuration, you can mange objects so they are stored cost effectively. You can manage objects using size-based rules and specify how many noncurrent versions bucket will retain.</li>
</ul>
</li>
<li><code>service/sagemaker</code>: Updates service API and documentation
<ul>
<li>This release updates Framework model regex for ModelPackage to support new Framework version xgboost, sklearn.</li>
</ul>
</li>
<li><code>service/ssm-incidents</code>: Updates service API and documentation</li>
</ul>
<h1>Release v1.44.128 (2022-11-01)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/rds</code>: Updates service API, documentation, waiters, paginators, and examples
<ul>
<li>Relational Database Service - This release adds support for configuring Storage Throughput on RDS database instances.</li>
</ul>
</li>
<li><code>service/textract</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/a5cf45f28a0c8b62ed9605aef4fa84916750b9f5"><code>a5cf45f</code></a> Release v1.44.130 (2022-11-03) (<a href="https://github.com/aws/aws-sdk-go/issues/4611">#4611</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/aeeca02c4a3603ec615fa9a011e2e05c9d40e1f8"><code>aeeca02</code></a> Merge pull request <a href="https://github.com/aws/aws-sdk-go/issues/4608">#4608</a> from sbiscigl/fix-codegen-accountid</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/13e3d772f7ab01a66e245c1227aae43aacd70208"><code>13e3d77</code></a> Release v1.44.129 (2022-11-02) (<a href="https://github.com/aws/aws-sdk-go/issues/4609">#4609</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/fbad6e2326f8bbfbb0d3d4619da8d22da9e2f0ff"><code>fbad6e2</code></a> Fixes codegen for multiple account ids</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/4f57f90dd0ade92c4b98d04946c8babfe6dd2edb"><code>4f57f90</code></a> Release v1.44.128 (2022-11-01) (<a href="https://github.com/aws/aws-sdk-go/issues/4605">#4605</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/9bfd7378b193cf163c8d943caeb454df88524044"><code>9bfd737</code></a> Merge pull request <a href="https://github.com/aws/aws-sdk-go/issues/4592">#4592</a> from skmcgrail/infinity</li>
<li><a href="https://github.com/aws/aws-sdk-go/commit/cf09be10c4a8eeb1b93c41cf3a30b9383881e1ef"><code>cf09be1</code></a> NaN/Infinity/-Infinity Support</li>
<li>See full diff in <a href="https://github.com/aws/aws-sdk-go/compare/v1.44.127...v1.44.130">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>
argoyle
(Migrated from gitlab.com)
merged commit into main2022-11-04 06:09:57 +00:00
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.127 to 1.44.130.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Commits
a5cf45fRelease v1.44.130 (2022-11-03) (#4611)aeeca02Merge pull request #4608 from sbiscigl/fix-codegen-accountid13e3d77Release v1.44.129 (2022-11-02) (#4609)fbad6e2Fixes codegen for multiple account ids4f57f90Release v1.44.128 (2022-11-01) (#4605)9bfd737Merge pull request #4592 from skmcgrail/infinitycf09be1NaN/Infinity/-Infinity SupportDependabot 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 conflicts