Build(deps): bump github.com/aws/aws-sdk-go from 1.42.49 to 1.43.2 #59

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

Bumps github.com/aws/aws-sdk-go from 1.42.49 to 1.43.2.

Release notes

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

Release v1.43.2 (2022-02-18)

Service Client Updates

  • service/budgets: Updates service API, documentation, and paginators
    • This change introduces DescribeBudgetNotificationsForAccount API which returns budget notifications for the specified account
  • service/gamelift: Updates service documentation
    • Increase string list limit from 10 to 100.
  • service/transfer: Updates service API and documentation
    • Properties for Transfer Family used with SFTP, FTP, and FTPS protocols. Display Banners are bodies of text that can be displayed before and/or after a user authenticates onto a server using one of the previously mentioned protocols.

Release v1.43.1 (2022-02-17)

Service Client Updates

  • service/backup: Updates service API and documentation
  • service/evidently: Updates service API and documentation
  • service/iam: Updates service documentation
    • Documentation updates for AWS Identity and Access Management (IAM).
  • service/redshift: Updates service API and documentation
    • SDK release for Cross region datasharing and cost-control for cross region datasharing

Release v1.43.0 (2022-02-16)

Service Client Updates

  • service/budgets: Updates service API and documentation
    • Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.
  • service/ce: Updates service API
  • service/ec2: Updates service API and documentation
    • Documentation updates for EC2.
  • service/glue: Updates service API and documentation
    • Support for optimistic locking in UpdateTable
  • service/ssm: Updates service documentation
    • Assorted ticket fixes and updates for AWS Systems Manager.

SDK Features

  • codegen: Updates the SDK's code generation to stop supporting new API modeled JSONValue parameters. The SDK's JSONValue type is only compatible with JSON documents with a top level JSON Object. JSON Lists, Strings, Scalars, are not compatible. This prevents JSON Value working with some APIs such as Amazon Lex Runtime Service's operations.

SDK Bugs

  • service/lexruntimeservice: Introduces a breaking change for following parameters from a JSONValue to string type, because the SDKs JSONValue is not compatible with JSON documents of lists.
    • PostContentInput.ActiveContexts
    • PutContentOutput.AlternativeIntents
    • PutContentOutput.ActiveContexts
    • PutSessionOutput.ActiveContexts
    • Fixes #4258

Release v1.42.53 (2022-02-14)

... (truncated)

Changelog

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

Release v1.43.2 (2022-02-18)

Service Client Updates

  • service/budgets: Updates service API, documentation, and paginators
    • This change introduces DescribeBudgetNotificationsForAccount API which returns budget notifications for the specified account
  • service/gamelift: Updates service documentation
    • Increase string list limit from 10 to 100.
  • service/transfer: Updates service API and documentation
    • Properties for Transfer Family used with SFTP, FTP, and FTPS protocols. Display Banners are bodies of text that can be displayed before and/or after a user authenticates onto a server using one of the previously mentioned protocols.

Release v1.43.1 (2022-02-17)

Service Client Updates

  • service/backup: Updates service API and documentation
  • service/evidently: Updates service API and documentation
  • service/iam: Updates service documentation
    • Documentation updates for AWS Identity and Access Management (IAM).
  • service/redshift: Updates service API and documentation
    • SDK release for Cross region datasharing and cost-control for cross region datasharing

Release v1.43.0 (2022-02-16)

Service Client Updates

  • service/budgets: Updates service API and documentation
    • Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.
  • service/ce: Updates service API
  • service/ec2: Updates service API and documentation
    • Documentation updates for EC2.
  • service/glue: Updates service API and documentation
    • Support for optimistic locking in UpdateTable
  • service/ssm: Updates service documentation
    • Assorted ticket fixes and updates for AWS Systems Manager.

SDK Features

  • codegen: Updates the SDK's code generation to stop supporting new API modeled JSONValue parameters. The SDK's JSONValue type is only compatible with JSON documents with a top level JSON Object. JSON Lists, Strings, Scalars, are not compatible. This prevents JSON Value working with some APIs such as Amazon Lex Runtime Service's operations.

SDK Bugs

  • service/lexruntimeservice: Introduces a breaking change for following parameters from a JSONValue to string type, because the SDKs JSONValue is not compatible with JSON documents of lists.
    • PostContentInput.ActiveContexts
    • PutContentOutput.AlternativeIntents
    • PutContentOutput.ActiveContexts
    • PutSessionOutput.ActiveContexts
    • Fixes #4258

Release v1.42.53 (2022-02-14)

... (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.42.49 to 1.43.2. <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.43.2 (2022-02-18)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/budgets</code>: Updates service API, documentation, and paginators <ul> <li>This change introduces DescribeBudgetNotificationsForAccount API which returns budget notifications for the specified account</li> </ul> </li> <li><code>service/gamelift</code>: Updates service documentation <ul> <li>Increase string list limit from 10 to 100.</li> </ul> </li> <li><code>service/transfer</code>: Updates service API and documentation <ul> <li>Properties for Transfer Family used with SFTP, FTP, and FTPS protocols. Display Banners are bodies of text that can be displayed before and/or after a user authenticates onto a server using one of the previously mentioned protocols.</li> </ul> </li> </ul> <h1>Release v1.43.1 (2022-02-17)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/backup</code>: Updates service API and documentation</li> <li><code>service/evidently</code>: Updates service API and documentation</li> <li><code>service/iam</code>: Updates service documentation <ul> <li>Documentation updates for AWS Identity and Access Management (IAM).</li> </ul> </li> <li><code>service/redshift</code>: Updates service API and documentation <ul> <li>SDK release for Cross region datasharing and cost-control for cross region datasharing</li> </ul> </li> </ul> <h1>Release v1.43.0 (2022-02-16)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/budgets</code>: Updates service API and documentation <ul> <li>Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.</li> </ul> </li> <li><code>service/ce</code>: Updates service API</li> <li><code>service/ec2</code>: Updates service API and documentation <ul> <li>Documentation updates for EC2.</li> </ul> </li> <li><code>service/glue</code>: Updates service API and documentation <ul> <li>Support for optimistic locking in UpdateTable</li> </ul> </li> <li><code>service/ssm</code>: Updates service documentation <ul> <li>Assorted ticket fixes and updates for AWS Systems Manager.</li> </ul> </li> </ul> <h3>SDK Features</h3> <ul> <li><code>codegen</code>: Updates the SDK's code generation to stop supporting new API modeled JSONValue parameters. The SDK's JSONValue type is only compatible with JSON documents with a top level JSON Object. JSON Lists, Strings, Scalars, are not compatible. This prevents JSON Value working with some APIs such as Amazon Lex Runtime Service's operations. <ul> <li>Related to <a href="https://github.com/aws/aws-sdk-go/pull/4264">#4264</a> and <a href="https://github.com/aws/aws-sdk-go/issues/4258">#4258</a></li> </ul> </li> </ul> <h3>SDK Bugs</h3> <ul> <li><code>service/lexruntimeservice</code>: Introduces a breaking change for following parameters from a JSONValue to string type, because the SDKs JSONValue is not compatible with JSON documents of lists. <ul> <li>PostContentInput.ActiveContexts</li> <li>PutContentOutput.AlternativeIntents</li> <li>PutContentOutput.ActiveContexts</li> <li>PutSessionOutput.ActiveContexts</li> <li>Fixes <a href="https://github.com/aws/aws-sdk-go/issues/4258">#4258</a></li> </ul> </li> </ul> <h1>Release v1.42.53 (2022-02-14)</h1> <!-- 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.43.2 (2022-02-18)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/budgets</code>: Updates service API, documentation, and paginators <ul> <li>This change introduces DescribeBudgetNotificationsForAccount API which returns budget notifications for the specified account</li> </ul> </li> <li><code>service/gamelift</code>: Updates service documentation <ul> <li>Increase string list limit from 10 to 100.</li> </ul> </li> <li><code>service/transfer</code>: Updates service API and documentation <ul> <li>Properties for Transfer Family used with SFTP, FTP, and FTPS protocols. Display Banners are bodies of text that can be displayed before and/or after a user authenticates onto a server using one of the previously mentioned protocols.</li> </ul> </li> </ul> <h1>Release v1.43.1 (2022-02-17)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/backup</code>: Updates service API and documentation</li> <li><code>service/evidently</code>: Updates service API and documentation</li> <li><code>service/iam</code>: Updates service documentation <ul> <li>Documentation updates for AWS Identity and Access Management (IAM).</li> </ul> </li> <li><code>service/redshift</code>: Updates service API and documentation <ul> <li>SDK release for Cross region datasharing and cost-control for cross region datasharing</li> </ul> </li> </ul> <h1>Release v1.43.0 (2022-02-16)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/budgets</code>: Updates service API and documentation <ul> <li>Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.</li> </ul> </li> <li><code>service/ce</code>: Updates service API</li> <li><code>service/ec2</code>: Updates service API and documentation <ul> <li>Documentation updates for EC2.</li> </ul> </li> <li><code>service/glue</code>: Updates service API and documentation <ul> <li>Support for optimistic locking in UpdateTable</li> </ul> </li> <li><code>service/ssm</code>: Updates service documentation <ul> <li>Assorted ticket fixes and updates for AWS Systems Manager.</li> </ul> </li> </ul> <h3>SDK Features</h3> <ul> <li><code>codegen</code>: Updates the SDK's code generation to stop supporting new API modeled JSONValue parameters. The SDK's JSONValue type is only compatible with JSON documents with a top level JSON Object. JSON Lists, Strings, Scalars, are not compatible. This prevents JSON Value working with some APIs such as Amazon Lex Runtime Service's operations. <ul> <li>Related to <a href="https://github.com/aws/aws-sdk-go/pull/4264">#4264</a> and <a href="https://github.com/aws/aws-sdk-go/issues/4258">#4258</a></li> </ul> </li> </ul> <h3>SDK Bugs</h3> <ul> <li><code>service/lexruntimeservice</code>: Introduces a breaking change for following parameters from a JSONValue to string type, because the SDKs JSONValue is not compatible with JSON documents of lists. <ul> <li>PostContentInput.ActiveContexts</li> <li>PutContentOutput.AlternativeIntents</li> <li>PutContentOutput.ActiveContexts</li> <li>PutSessionOutput.ActiveContexts</li> <li>Fixes <a href="https://github.com/aws/aws-sdk-go/issues/4258">#4258</a></li> </ul> </li> </ul> <h1>Release v1.42.53 (2022-02-14)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go/commit/cbac39e376ab3505fd1d99bd56e354adf494c0b8"><code>cbac39e</code></a> Release v1.43.2 (2022-02-18) (<a href="https://github.com/aws/aws-sdk-go/issues/4285">#4285</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/9429e7516ba9e1a2d463f960ae7c0f46facaf2ff"><code>9429e75</code></a> Release v1.43.1 (2022-02-17) (<a href="https://github.com/aws/aws-sdk-go/issues/4281">#4281</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/6f163e060019551e05abee6ba9c1cb1880e670c6"><code>6f163e0</code></a> Release v1.43.0 (2022-02-16) (<a href="https://github.com/aws/aws-sdk-go/issues/4279">#4279</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/93134df4fd5d1cdb72dd122a850b54d414792d71"><code>93134df</code></a> codegen: Update API client generation to not support new JSONValue members (#...</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/796368e22db724f1a430e4c7a6e3a177b4e10d82"><code>796368e</code></a> Release v1.42.53 (2022-02-14) (<a href="https://github.com/aws/aws-sdk-go/issues/4277">#4277</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/961902f19e925368f0cd3059e1827817f9d9a05d"><code>961902f</code></a> codegen: Correct the generated event stream docstring (<a href="https://github.com/aws/aws-sdk-go/issues/4270">#4270</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/00f1a022afaa9d7a6437c6e666b8ded4ebbf1165"><code>00f1a02</code></a> Release v1.42.52 (2022-02-11) (<a href="https://github.com/aws/aws-sdk-go/issues/4276">#4276</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/a55d3cfe1061382667944a5a846b865204e2a878"><code>a55d3cf</code></a> Release v1.42.51 (2022-02-10) (<a href="https://github.com/aws/aws-sdk-go/issues/4275">#4275</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/e0bad165e848f8f066b5eb021b486bceb46e7cfe"><code>e0bad16</code></a> Release v1.42.50 (2022-02-09) (<a href="https://github.com/aws/aws-sdk-go/issues/4274">#4274</a>)</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-go/compare/v1.42.49...v1.43.2">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-02-19 08:31:35 +00:00
argoyle commented 2022-02-19 08:31:36 +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#59