Build(deps): bump github.com/aws/aws-sdk-go from 1.44.6 to 1.44.59 #182

Closed
argoyle wants to merge 0 commits from dependabot-go_modules-github.com-aws-aws-sdk-go-1.44.59 into main
argoyle commented 2022-07-20 22:40:20 +00:00 (Migrated from gitlab.com)

Bumps github.com/aws/aws-sdk-go from 1.44.6 to 1.44.59.

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.44.59 (2022-07-20)

Service Client Updates

  • service/acm-pca: Updates service documentation
  • service/iot: Updates service API and documentation
    • GA release the ability to enable/disable IoT Fleet Indexing for Device Defender and Named Shadow information, and search them through IoT Fleet Indexing APIs. This includes Named Shadow Selection as a part of the UpdateIndexingConfiguration API.

SDK Bugs

  • service/pricing: Fixes a bug that caused GetProductsOutput.PriceList to be generated incorrectly. (#4486)
    • The v1.44.46 release incorrectly resulted in the PriceList field's type changing from []aws.JSONValue to []*string.
    • This release reverts this change, with the field now correctly updated to []aws.JSONValue.
    • Fixes #4480

Release v1.44.58 (2022-07-19)

Service Client Updates

  • service/devops-guru: Updates service API, documentation, and paginators
  • service/glue: Updates service documentation
    • Documentation updates for AWS Glue Job Timeout and Autoscaling
  • service/sagemaker: Updates service API
    • Fixed an issue with cross account QueryLineage
  • service/sagemaker-edge: Updates service API and documentation
  • service/workspaces: Updates service API
    • Increased the character limit of the login message from 850 to 2000 characters.

Release v1.44.57 (2022-07-18)

Service Client Updates

  • service/discovery: Updates service API and documentation
    • Add AWS Agentless Collector details to the GetDiscoverySummary API response
  • service/ec2: Updates service documentation
    • Documentation updates for Amazon EC2.
  • service/elasticache: Updates service API and documentation
    • Adding AutoMinorVersionUpgrade in the DescribeReplicationGroups API
  • service/kms: Updates service API, documentation, and paginators
    • Added support for the SM2 KeySpec in China Partition Regions
  • service/mediapackage: Updates service API and documentation
    • This release adds "IncludeIframeOnlyStream" for Dash endpoints and increases the number of supported video and audio encryption presets for Speke v2
  • service/sagemaker: Updates service API, documentation, and paginators
    • Amazon SageMaker Edge Manager provides lightweight model deployment feature to deploy machine learning models on requested devices.
  • service/sso-admin: Updates service API, documentation, and paginators

Release v1.44.56 (2022-07-15)

Service Client Updates

  • service/datasync: Updates service documentation

... (truncated)

Changelog

Sourced from github.com/aws/aws-sdk-go's changelog.

Release v1.44.59 (2022-07-20)

Service Client Updates

  • service/acm-pca: Updates service documentation
  • service/iot: Updates service API and documentation
    • GA release the ability to enable/disable IoT Fleet Indexing for Device Defender and Named Shadow information, and search them through IoT Fleet Indexing APIs. This includes Named Shadow Selection as a part of the UpdateIndexingConfiguration API.

SDK Bugs

  • service/pricing: Fixes a bug that caused GetProductsOutput.PriceList to be generated incorrectly. (#4486)
    • The v1.44.46 release incorrectly resulted in the PriceList field's type changing from []aws.JSONValue to []*string.
    • This release reverts this change, with the field now correctly updated to []aws.JSONValue.
    • Fixes #4480

Release v1.44.58 (2022-07-19)

Service Client Updates

  • service/devops-guru: Updates service API, documentation, and paginators
  • service/glue: Updates service documentation
    • Documentation updates for AWS Glue Job Timeout and Autoscaling
  • service/sagemaker: Updates service API
    • Fixed an issue with cross account QueryLineage
  • service/sagemaker-edge: Updates service API and documentation
  • service/workspaces: Updates service API
    • Increased the character limit of the login message from 850 to 2000 characters.

Release v1.44.57 (2022-07-18)

Service Client Updates

  • service/discovery: Updates service API and documentation
    • Add AWS Agentless Collector details to the GetDiscoverySummary API response
  • service/ec2: Updates service documentation
    • Documentation updates for Amazon EC2.
  • service/elasticache: Updates service API and documentation
    • Adding AutoMinorVersionUpgrade in the DescribeReplicationGroups API
  • service/kms: Updates service API, documentation, and paginators
    • Added support for the SM2 KeySpec in China Partition Regions
  • service/mediapackage: Updates service API and documentation
    • This release adds "IncludeIframeOnlyStream" for Dash endpoints and increases the number of supported video and audio encryption presets for Speke v2
  • service/sagemaker: Updates service API, documentation, and paginators
    • Amazon SageMaker Edge Manager provides lightweight model deployment feature to deploy machine learning models on requested devices.
  • service/sso-admin: Updates service API, documentation, and paginators

Release v1.44.56 (2022-07-15)

Service Client Updates

  • service/datasync: Updates service documentation

... (truncated)

Commits


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.6 to 1.44.59. <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.59 (2022-07-20)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/acm-pca</code>: Updates service documentation</li> <li><code>service/iot</code>: Updates service API and documentation <ul> <li>GA release the ability to enable/disable IoT Fleet Indexing for Device Defender and Named Shadow information, and search them through IoT Fleet Indexing APIs. This includes Named Shadow Selection as a part of the UpdateIndexingConfiguration API.</li> </ul> </li> </ul> <h3>SDK Bugs</h3> <ul> <li><code>service/pricing</code>: Fixes a bug that caused <code>GetProductsOutput.PriceList</code> to be generated incorrectly. (<a href="https://github.com/aws/aws-sdk-go/pull/4486">#4486</a>) <ul> <li>The <a href="https://github.com/aws/aws-sdk-go/releases/tag/v1.44.46">v1.44.46</a> release incorrectly resulted in the <code>PriceList</code> field's type changing from <code>[]aws.JSONValue</code> to <code>[]*string</code>.</li> <li>This release reverts this change, with the field now correctly updated to <code>[]aws.JSONValue</code>.</li> <li>Fixes <a href="https://github.com/aws/aws-sdk-go/issues/4480">#4480</a></li> </ul> </li> </ul> <h1>Release v1.44.58 (2022-07-19)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/devops-guru</code>: Updates service API, documentation, and paginators</li> <li><code>service/glue</code>: Updates service documentation <ul> <li>Documentation updates for AWS Glue Job Timeout and Autoscaling</li> </ul> </li> <li><code>service/sagemaker</code>: Updates service API <ul> <li>Fixed an issue with cross account QueryLineage</li> </ul> </li> <li><code>service/sagemaker-edge</code>: Updates service API and documentation</li> <li><code>service/workspaces</code>: Updates service API <ul> <li>Increased the character limit of the login message from 850 to 2000 characters.</li> </ul> </li> </ul> <h1>Release v1.44.57 (2022-07-18)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/discovery</code>: Updates service API and documentation <ul> <li>Add AWS Agentless Collector details to the GetDiscoverySummary API response</li> </ul> </li> <li><code>service/ec2</code>: Updates service documentation <ul> <li>Documentation updates for Amazon EC2.</li> </ul> </li> <li><code>service/elasticache</code>: Updates service API and documentation <ul> <li>Adding AutoMinorVersionUpgrade in the DescribeReplicationGroups API</li> </ul> </li> <li><code>service/kms</code>: Updates service API, documentation, and paginators <ul> <li>Added support for the SM2 KeySpec in China Partition Regions</li> </ul> </li> <li><code>service/mediapackage</code>: Updates service API and documentation <ul> <li>This release adds &quot;IncludeIframeOnlyStream&quot; for Dash endpoints and increases the number of supported video and audio encryption presets for Speke v2</li> </ul> </li> <li><code>service/sagemaker</code>: Updates service API, documentation, and paginators <ul> <li>Amazon SageMaker Edge Manager provides lightweight model deployment feature to deploy machine learning models on requested devices.</li> </ul> </li> <li><code>service/sso-admin</code>: Updates service API, documentation, and paginators</li> </ul> <h1>Release v1.44.56 (2022-07-15)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/datasync</code>: Updates service documentation</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md">github.com/aws/aws-sdk-go's changelog</a>.</em></p> <blockquote> <h1>Release v1.44.59 (2022-07-20)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/acm-pca</code>: Updates service documentation</li> <li><code>service/iot</code>: Updates service API and documentation <ul> <li>GA release the ability to enable/disable IoT Fleet Indexing for Device Defender and Named Shadow information, and search them through IoT Fleet Indexing APIs. This includes Named Shadow Selection as a part of the UpdateIndexingConfiguration API.</li> </ul> </li> </ul> <h3>SDK Bugs</h3> <ul> <li><code>service/pricing</code>: Fixes a bug that caused <code>GetProductsOutput.PriceList</code> to be generated incorrectly. (<a href="https://github.com/aws/aws-sdk-go/pull/4486">#4486</a>) <ul> <li>The <a href="https://github.com/aws/aws-sdk-go/releases/tag/v1.44.46">v1.44.46</a> release incorrectly resulted in the <code>PriceList</code> field's type changing from <code>[]aws.JSONValue</code> to <code>[]*string</code>.</li> <li>This release reverts this change, with the field now correctly updated to <code>[]aws.JSONValue</code>.</li> <li>Fixes <a href="https://github.com/aws/aws-sdk-go/issues/4480">#4480</a></li> </ul> </li> </ul> <h1>Release v1.44.58 (2022-07-19)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/devops-guru</code>: Updates service API, documentation, and paginators</li> <li><code>service/glue</code>: Updates service documentation <ul> <li>Documentation updates for AWS Glue Job Timeout and Autoscaling</li> </ul> </li> <li><code>service/sagemaker</code>: Updates service API <ul> <li>Fixed an issue with cross account QueryLineage</li> </ul> </li> <li><code>service/sagemaker-edge</code>: Updates service API and documentation</li> <li><code>service/workspaces</code>: Updates service API <ul> <li>Increased the character limit of the login message from 850 to 2000 characters.</li> </ul> </li> </ul> <h1>Release v1.44.57 (2022-07-18)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/discovery</code>: Updates service API and documentation <ul> <li>Add AWS Agentless Collector details to the GetDiscoverySummary API response</li> </ul> </li> <li><code>service/ec2</code>: Updates service documentation <ul> <li>Documentation updates for Amazon EC2.</li> </ul> </li> <li><code>service/elasticache</code>: Updates service API and documentation <ul> <li>Adding AutoMinorVersionUpgrade in the DescribeReplicationGroups API</li> </ul> </li> <li><code>service/kms</code>: Updates service API, documentation, and paginators <ul> <li>Added support for the SM2 KeySpec in China Partition Regions</li> </ul> </li> <li><code>service/mediapackage</code>: Updates service API and documentation <ul> <li>This release adds &quot;IncludeIframeOnlyStream&quot; for Dash endpoints and increases the number of supported video and audio encryption presets for Speke v2</li> </ul> </li> <li><code>service/sagemaker</code>: Updates service API, documentation, and paginators <ul> <li>Amazon SageMaker Edge Manager provides lightweight model deployment feature to deploy machine learning models on requested devices.</li> </ul> </li> <li><code>service/sso-admin</code>: Updates service API, documentation, and paginators</li> </ul> <h1>Release v1.44.56 (2022-07-15)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/datasync</code>: Updates service documentation</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/commit/5a5fc7b7ce2f053384fb6eb818478b9056bec5ac"><code>5a5fc7b</code></a> Release v1.44.59 (2022-07-20) (<a href="https://github.com/aws/aws-sdk-go/issues/4487">#4487</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/c11f6f2b695648406010de01d00fb18a9c7f3047"><code>c11f6f2</code></a> service/pricing: Fix PriceList type to aws.JSONValue (<a href="https://github.com/aws/aws-sdk-go/issues/4486">#4486</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/d05e5e043952e3ad4887ecae2c2ab36e41c6cb46"><code>d05e5e0</code></a> Release v1.44.58 (2022-07-19) (<a href="https://github.com/aws/aws-sdk-go/issues/4485">#4485</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/049042f5895226ee90def1a9ff354d8311dc13af"><code>049042f</code></a> Release v1.44.57 (2022-07-18) (<a href="https://github.com/aws/aws-sdk-go/issues/4483">#4483</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/d84ce2650fa2e0e867df64fa3b7013e2e2643b83"><code>d84ce26</code></a> Release v1.44.56 (2022-07-15) (<a href="https://github.com/aws/aws-sdk-go/issues/4482">#4482</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/625f24b7d45371da2ce5739758e96a2c4edb3738"><code>625f24b</code></a> Release v1.44.55 (2022-07-14) (<a href="https://github.com/aws/aws-sdk-go/issues/4479">#4479</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/f7b11b3e815ee110c5eb130fec2426a0cbf238b3"><code>f7b11b3</code></a> Release v1.44.54 (2022-07-13) (<a href="https://github.com/aws/aws-sdk-go/issues/4478">#4478</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/d6ec7a32b14b828a036e9fdba9182ea46a5cbe9b"><code>d6ec7a3</code></a> Release v1.44.53 (2022-07-12) (<a href="https://github.com/aws/aws-sdk-go/issues/4477">#4477</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/dd182593819c7b76187973f0eda979a5fc266715"><code>dd18259</code></a> Release v1.44.52 (2022-07-11) (<a href="https://github.com/aws/aws-sdk-go/issues/4476">#4476</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/51340be0f1d0683bf164f9c4ee4904c3b2a5497a"><code>51340be</code></a> Release v1.44.51 (2022-07-08) (<a href="https://github.com/aws/aws-sdk-go/issues/4474">#4474</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go/compare/v1.44.6...v1.44.59">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) closed this pull request 2022-07-20 22:57:44 +00:00
argoyle commented 2022-07-20 22:57:46 +00:00 (Migrated from gitlab.com)

Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/s3uploader#182