Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/aws/aws-sdk-go from 1.42.45 to 1.42.51 #481

Merged
merged 1 commit into from
Feb 11, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2022

Bumps github.com/aws/aws-sdk-go from 1.42.45 to 1.42.51.

Release notes

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

Release v1.42.51 (2022-02-10)

Service Client Updates

  • service/cloudformation: Updates service API
    • This SDK release adds AWS CloudFormation Hooks HandlerErrorCodes
  • service/lookoutvision: Updates service API and documentation
  • service/pinpoint: Updates service API and documentation
    • This SDK release adds a new paramater creation date for GetApp and GetApps Api call
  • service/sns: Updates service documentation
    • Customer requested typo fix in API documentation.
  • service/wafv2: Updates service API and documentation

Release v1.42.50 (2022-02-09)

Service Client Updates

  • service/cloudformation: Updates service API and documentation
    • This SDK release is for the feature launch of AWS CloudFormation Hooks.

Release v1.42.49 (2022-02-08)

Service Client Updates

  • service/apprunner: Updates service API, documentation, and paginators
  • service/kendra: Updates service API and documentation
  • service/s3control: Updates service API and documentation
    • This release adds support for S3 Batch Replication. Batch Replication lets you replicate existing objects, already replicated objects to new destinations, and objects that previously failed to replicate. Customers will receive object-level visibility of progress and a detailed completion report.
  • service/sagemaker: Updates service API and documentation
    • Autopilot now generates an additional report with information on the performance of the best model, such as a Confusion matrix and Area under the receiver operating characteristic (AUC-ROC). The path to the report can be found in CandidateArtifactLocations.

Release v1.42.48 (2022-02-07)

Service Client Updates

  • service/auditmanager: Updates service API
  • service/eventbridge: Updates service documentation
  • service/ssm-incidents: Updates service API
  • service/synthetics: Updates service API and documentation

Release v1.42.47 (2022-02-04)

Service Client Updates

  • service/athena: Updates service API and documentation
    • You can now optionally specify the account ID that you expect to be the owner of your query results output location bucket in Athena. If the account ID of the query results bucket owner does not match the specified account ID, attempts to output to the bucket will fail with an S3 permissions error.
  • service/lakeformation: Updates service API
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • updates for RDS Custom for Oracle 12.1 support

... (truncated)

Changelog

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

Release v1.42.51 (2022-02-10)

Service Client Updates

  • service/cloudformation: Updates service API
    • This SDK release adds AWS CloudFormation Hooks HandlerErrorCodes
  • service/lookoutvision: Updates service API and documentation
  • service/pinpoint: Updates service API and documentation
    • This SDK release adds a new paramater creation date for GetApp and GetApps Api call
  • service/sns: Updates service documentation
    • Customer requested typo fix in API documentation.
  • service/wafv2: Updates service API and documentation

Release v1.42.50 (2022-02-09)

Service Client Updates

  • service/cloudformation: Updates service API and documentation
    • This SDK release is for the feature launch of AWS CloudFormation Hooks.

Release v1.42.49 (2022-02-08)

Service Client Updates

  • service/apprunner: Updates service API, documentation, and paginators
  • service/kendra: Updates service API and documentation
  • service/s3control: Updates service API and documentation
    • This release adds support for S3 Batch Replication. Batch Replication lets you replicate existing objects, already replicated objects to new destinations, and objects that previously failed to replicate. Customers will receive object-level visibility of progress and a detailed completion report.
  • service/sagemaker: Updates service API and documentation
    • Autopilot now generates an additional report with information on the performance of the best model, such as a Confusion matrix and Area under the receiver operating characteristic (AUC-ROC). The path to the report can be found in CandidateArtifactLocations.

Release v1.42.48 (2022-02-07)

Service Client Updates

  • service/auditmanager: Updates service API
  • service/eventbridge: Updates service documentation
  • service/ssm-incidents: Updates service API
  • service/synthetics: Updates service API and documentation

Release v1.42.47 (2022-02-04)

Service Client Updates

  • service/athena: Updates service API and documentation
    • You can now optionally specify the account ID that you expect to be the owner of your query results output location bucket in Athena. If the account ID of the query results bucket owner does not match the specified account ID, attempts to output to the bucket will fail with an S3 permissions error.
  • service/lakeformation: Updates service API
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • updates for RDS Custom for Oracle 12.1 support

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.42.45 to 1.42.51.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-go@v1.42.45...v1.42.51)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 11, 2022
@cbuto cbuto merged commit 2f185b1 into main Feb 11, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-1.42.51 branch February 11, 2022 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant