brave / go-sync

Brave sync server v2
Mozilla Public License 2.0
185 stars 44 forks source link

Update module github.com/aws/aws-sdk-go to v1.52.5 #244

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/aws/aws-sdk-go v1.52.2 -> v1.52.5 age adoption passing confidence

Release Notes

aws/aws-sdk-go (github.com/aws/aws-sdk-go) ### [`v1.52.5`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1525-2024-05-08) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.52.4...v1.52.5) \=== ##### Service Client Updates - `service/cognito-idp`: Updates service API - `service/ec2`: Updates service API and documentation - Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes - `service/ecr`: Updates service API and documentation - This release adds pull through cache rules support for GitLab container registry in Amazon ECR. - `service/fms`: Updates service documentation - `service/polly`: Updates service API and documentation - Add new engine - generative - that builds the most expressive conversational voices. - `service/sqs`: Updates service API and documentation - This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames. ### [`v1.52.4`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1524-2024-05-07) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.52.3...v1.52.4) \=== ##### Service Client Updates - `service/b2bi`: Updates service documentation - `service/budgets`: Updates service API and documentation - This release adds tag support for budgets and budget actions. - `service/resiliencehub`: Updates service API, documentation, and paginators - `service/route53profiles`: Updates service API and documentation ### [`v1.52.3`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1523-2024-05-06) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.52.2...v1.52.3) \=== ##### Service Client Updates - `service/medialive`: Updates service API and documentation - AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled.

Configuration

📅 Schedule: Branch creation - " 0-4 * 3" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 4 months ago

[puLL-Merge] - aws/aws-sdk-go@v1.52.2..v1.52.5

Here is my review of the pull request:

Description

This PR updates the AWS SDK for Go to the latest service model. It includes updates to several AWS services including B2BI, Budgets, Cognito Identity Provider, EC2, ECR, FMS, MediaLive, Polly, Resilience Hub, Route53Profiles, and SQS.

The updates include new API operations, request/response shapes, enums, and fixes to documentation. The motivation appears to be keeping the SDK up-to-date with the latest capabilities of the various AWS services.

Changes ### Changes CHANGELOG.md - Adds changelog entries for v1.52.3 through v1.52.5 releases, documenting service client updates. aws/endpoints/defaults.go - Adds new service endpoints, including FIPS and dualstack endpoints, for several services and regions. aws/version.go - Bumps the SDK version from 1.52.2 to 1.52.5 models/apis/*: - Updates service API models for B2BI, Budgets, Cognito Identity Provider, EC2, ECR, FMS, MediaLive, Polly, Resilience Hub, Route53Profiles and SQS to match latest service models. - Changes include new operations, updated parameters, new enum values, documentation updates etc. service/*: - Regenerates service API client code from updated models for affected services. ### Possible Issues - No major issues found. The changes appear to add new functionality or fix issues in existing APIs. - Users of the updated services should review the changes to see if any code updates are needed, especially for Budgets and SQS which have some parameter and enum changes. ### Security Hotspots No security hotspots identified in this change. The updates are to the generated SDK code based on published AWS service API definitions. In summary, this looks like a routine update to keep the AWS Go SDK in sync with the latest service capabilities. Changes should be reviewed by teams using the updated services, but no major issues found from a cursory review. Please let me know if you have any other questions!