Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2: v1.16.0
Feature: Update CredentialsCache to make use of two new optional CredentialsProvider interfaces to give the cache, per provider, behavior how the cache handles credentials that fail to refresh, and adjusting expires time. See aws.CredentialsCache for more details.
Feature: Update ec2rolecreds package's Provider to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.
Feature: Update ec2rolecreds package's Provider to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.
Feature: This release updates 1 API parameter, the SnsArn attribute. The character length and regex pattern for the SnsArn attribute have been updated, which enables you to deselect an SNS topic when using the UpdateSettings operation.
Feature: Increased the maximum supported value for the Timeout parameter of the StartSnapshot API from 60 minutes to 4320 minutes. Changed the HTTP error code for ConflictException from 503 to 409.
Feature: This release adds a new [--encrypted | --no-encrypted] field in restore-from-cluster-snapshot API. Customers can now restore an unencrypted snapshot to a cluster encrypted with AWS Managed Key or their own KMS key.
Feature: Update AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource APIs to reflect the support for tagging Automation resources. Includes other minor documentation updates.
Feature: Added three new APIs to support tagging and resource-level authorization on Cost Explorer resources: TagResource, UntagResource, ListTagsForResource. Added optional parameters to CreateCostCategoryDefinition, CreateAnomalySubscription and CreateAnomalyMonitor APIs to support Tag On Create.
Feature: The release fixes the incorrect permissions called out in the documentation - DESCRIBE_TAG, ASSOCIATE_TAG, DELETE_TAG, ALTER_TAG. This trebuchet release fixes the corresponding SDK and documentation.
Feature: Add support for media replication to link multiple WebRTC media sessions together to reach larger and global audiences. Participants connected to a replica session can be granted access to join the primary session and can switch sessions with their existing WebRTC connection
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.15.15 to 1.16.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/CHANGELOG.md">github.com/aws/aws-sdk-go-v2/feature/s3/manager's changelog</a>.</em></p>
<blockquote>
<h1>Release (2022-03-23)</h1>
<h2>General Highlights</h2>
<ul>
<li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li>
</ul>
<h2>Module Highlights</h2>
<ul>
<li><code>github.com/aws/aws-sdk-go-v2</code>: v1.16.0
<ul>
<li><strong>Feature</strong>: Update CredentialsCache to make use of two new optional CredentialsProvider interfaces to give the cache, per provider, behavior how the cache handles credentials that fail to refresh, and adjusting expires time. See <a href="https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/aws#CredentialsCache">aws.CredentialsCache</a> for more details.</li>
<li><strong>Feature</strong>: Update <code>ec2rolecreds</code> package's <code>Provider</code> to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/credentials</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/credentials/CHANGELOG.md#v1110-2022-03-23">v1.11.0</a>
<ul>
<li><strong>Feature</strong>: Update <code>ec2rolecreds</code> package's <code>Provider</code> to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/auditmanager</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/auditmanager/CHANGELOG.md#v1180-2022-03-23">v1.18.0</a>
<ul>
<li><strong>Feature</strong>: This release updates 1 API parameter, the SnsArn attribute. The character length and regex pattern for the SnsArn attribute have been updated, which enables you to deselect an SNS topic when using the UpdateSettings operation.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/ebs</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/ebs/CHANGELOG.md#v1150-2022-03-23">v1.15.0</a>
<ul>
<li><strong>Feature</strong>: Increased the maximum supported value for the Timeout parameter of the StartSnapshot API from 60 minutes to 4320 minutes. Changed the HTTP error code for ConflictException from 503 to 409.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/elasticache</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/elasticache/CHANGELOG.md#v1202-2022-03-23">v1.20.2</a>
<ul>
<li><strong>Documentation</strong>: Doc only update for ElastiCache</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/gamesparks</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/gamesparks/CHANGELOG.md#v100-2022-03-23">v1.0.0</a>
<ul>
<li><strong>Release</strong>: New AWS service client module</li>
<li><strong>Feature</strong>: Released the preview of Amazon GameSparks, a fully managed AWS service that provides a multi-service backend for game developers.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/redshift</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/redshift/CHANGELOG.md#v1220-2022-03-23">v1.22.0</a>
<ul>
<li><strong>Feature</strong>: This release adds a new [--encrypted | --no-encrypted] field in restore-from-cluster-snapshot API. Customers can now restore an unencrypted snapshot to a cluster encrypted with AWS Managed Key or their own KMS key.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/ssm</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/ssm/CHANGELOG.md#v1230-2022-03-23">v1.23.0</a>
<ul>
<li><strong>Feature</strong>: Update AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource APIs to reflect the support for tagging Automation resources. Includes other minor documentation updates.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/transfer</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/transfer/CHANGELOG.md#v1181-2022-03-23">v1.18.1</a>
<ul>
<li><strong>Documentation</strong>: Documentation updates for AWS Transfer Family to describe how to remove an associated workflow from a server.</li>
</ul>
</li>
</ul>
<h1>Release (2022-03-22)</h1>
<h2>Module Highlights</h2>
<ul>
<li><code>github.com/aws/aws-sdk-go-v2/service/costexplorer</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/costexplorer/CHANGELOG.md#v1180-2022-03-22">v1.18.0</a>
<ul>
<li><strong>Feature</strong>: Added three new APIs to support tagging and resource-level authorization on Cost Explorer resources: TagResource, UntagResource, ListTagsForResource. Added optional parameters to CreateCostCategoryDefinition, CreateAnomalySubscription and CreateAnomalyMonitor APIs to support Tag On Create.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/ecs</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/ecs/CHANGELOG.md#v1182-2022-03-22">v1.18.2</a>
<ul>
<li><strong>Documentation</strong>: Documentation only update to address tickets</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/lakeformation</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/lakeformation/CHANGELOG.md#v1160-2022-03-22">v1.16.0</a>
<ul>
<li><strong>Feature</strong>: The release fixes the incorrect permissions called out in the documentation - DESCRIBE_TAG, ASSOCIATE_TAG, DELETE_TAG, ALTER_TAG. This trebuchet release fixes the corresponding SDK and documentation.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/location</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/location/CHANGELOG.md#v1160-2022-03-22">v1.16.0</a>
<ul>
<li><strong>Feature</strong>: Amazon Location Service now includes a MaxResults parameter for GetDevicePositionHistory requests.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/polly</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/polly/CHANGELOG.md#v1140-2022-03-22">v1.14.0</a>
<ul>
<li><strong>Feature</strong>: Amazon Polly adds new Catalan voice - Arlet. Arlet is available as Neural voice only.</li>
</ul>
</li>
</ul>
<h1>Release (2022-03-21)</h1>
<h2>Module Highlights</h2>
<ul>
<li><code>github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/chimesdkmeetings/CHANGELOG.md#v180-2022-03-21">v1.8.0</a>
<ul>
<li><strong>Feature</strong>: Add support for media replication to link multiple WebRTC media sessions together to reach larger and global audiences. Participants connected to a replica session can be granted access to join the primary session and can switch sessions with their existing WebRTC connection</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/ecr</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/ecr/CHANGELOG.md#v1170-2022-03-21">v1.17.0</a>
<ul>
<li><strong>Feature</strong>: This release includes a fix in the DescribeImageScanFindings paginated output.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/mediaconnect</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/service/mediaconnect/CHANGELOG.md#v1160-2022-03-21">v1.16.0</a>
<ul>
<li><strong>Feature</strong>: This release adds support for selecting a maintenance window.</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5399c50f8a2fc8b966d2368bfb1c8aaf546efefb"><code>5399c50</code></a> Release 2022-03-23</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/57ed4144aa9e38dfd1a8c41bbae9f4b4c2f56dac"><code>57ed414</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e7797b2c8bb8e3393455231024242783a40d6a30"><code>e7797b2</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0a7068e374e813ff24326d09f2903bae0e3d57cb"><code>0a7068e</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/cbd1bab25397591da5983f6a598df23a8daa67c6"><code>cbd1bab</code></a> Update IMDS credential provider to handle credentials fail to refresh (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1634">#1634</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f83f630afb5c3f149058ae004c4f75a6acecc85d"><code>f83f630</code></a> Remove unneeded destructive integration tests for Amazon S3 Control API (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1637">#1637</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/ccdd0e4fab2786009c8728b18298d7972b66a851"><code>ccdd0e4</code></a> Release 2022-03-22</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5b16b20bd80356d4a8dca1cb5454e96149cbc626"><code>5b16b20</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d273f3acd96f9b88b3d41cddff6c47b07cb51bb5"><code>d273f3a</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d78523a009125fa2a74fcf3201db87ba42fe2322"><code>d78523a</code></a> Release 2022-03-21</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.15.15...v1.16.0">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on 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-v2/feature/s3/manager from 1.15.15 to 1.16.0.
Changelog
Sourced from github.com/aws/aws-sdk-go-v2/feature/s3/manager's changelog.
... (truncated)
Commits
5399c50Release 2022-03-2357ed414Regenerated Clientse7797b2Update endpoints model0a7068eUpdate API modelcbd1babUpdate IMDS credential provider to handle credentials fail to refresh (#1634)f83f630Remove unneeded destructive integration tests for Amazon S3 Control API (#1637)ccdd0e4Release 2022-03-225b16b20Regenerated Clientsd273f3aUpdate API modeld78523aRelease 2022-03-21Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts$dependabot recreate
⚠️
dependabot-gitlabis recreating merge request. All changes will be overwritten! ⚠️✅
dependabot-gitlabsuccessfully recreated merge request!resolved all threads
added 4 commits
main5b35df31- Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/managerCompare with previous version