Skip to content

Commit 3c48385

Browse files
fix(deps): update module github.com/aws/aws-sdk-go-v2/service/organizations to v1.52.2 (8.19) (#7403)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/organizations](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.52.1` → `v1.52.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2forganizations/v1.52.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2forganizations/v1.52.1/v1.52.2?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/service/organizations)</summary> ### [`v1.52.2`](https://redirect.github.com/aws/aws-sdk-go-v2/blob/HEAD/CHANGELOG.md#Release-2026-07-20) #### Module Highlights - `github.com/aws/aws-sdk-go-v2/service/bedrockagentcore`: [v1.34.0](service/bedrockagentcore/CHANGELOG.md#v1340-2026-07-20) - **Feature**: Add W3C trace context headers (traceparent, tracestate, baggage) and X-Amzn-Trace-Id to InvokeHarness request for end-to-end observability propagation. Add toolResultMetadata to the streaming content block delta for MCP tool result meta delivery without oversized SSE frames. - `github.com/aws/aws-sdk-go-v2/service/bedrockagentcorecontrol`: [v1.49.0](service/bedrockagentcorecontrol/CHANGELOG.md#v1490-2026-07-20) - **Feature**: This release adds support for specifying a connector version on Gateway targets to pin the connector's tool schema. It also introduces web-search connector version 1.2.0, which adds agent-side domain filtering, published date range filtering, and admin-side domain allowlisting. - `github.com/aws/aws-sdk-go-v2/service/marketplacemetering`: [v1.38.3](service/marketplacemetering/CHANGELOG.md#v1383-2026-07-20) - **Documentation**: For new SaaS product integrations, CustomerIdentifier is not populated in ResolveCustomer responses and is not supported in BatchMeterUsage. Use CustomerAWSAccountId and LicenseArn instead. - `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.62.0](service/mediatailor/CHANGELOG.md#v1620-2026-07-20) - **Feature**: This change adds api support for configuring ad decision server timeouts and concurrency fields on MediaTailor playback configurations - `github.com/aws/aws-sdk-go-v2/service/organizations`: [v1.52.2](service/organizations/CHANGELOG.md#v1522-2026-07-20) - **Documentation**: Updated InvalidInputException error documentation to clarify that the service validates free-text field values against common cross-site scripting (XSS) patterns. - `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.119.0](service/quicksight/CHANGELOG.md#v11190-2026-07-20) - **Feature**: Adds support for custom permissions for Triggers, allowing administrators to control user access to Schedule, Inbound Email and Quick Event triggers. - `github.com/aws/aws-sdk-go-v2/service/sesv2`: [v1.64.0](service/sesv2/CHANGELOG.md#v1640-2026-07-20) - **Feature**: Amazon SES introduces three new Pricing Plans (Essentials, Pro, Enterprise), which bundle SES features under one pricing umbrella. The new PutAccountPricingAttributes API lets the user set the account's plan, while current plan retrievalif done through the new PricingAttributes field on GetAccount. </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 01:00 AM and 01:59 AM, Monday through Friday ( * 1 * * 1-5 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTkuMCIsInRhcmdldEJyYW5jaCI6IjguMTkiLCJsYWJlbHMiOlsiVGVhbTpTZWN1cml0eS1DbG91ZCBTZXJ2aWNlcyIsImJhY2twb3J0LXNraXAiLCJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSIsInJlbm92YXRlLWF1dG8tYXBwcm92ZSJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent a8b1083 commit 3c48385

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
github.com/aws/aws-sdk-go-v2/service/iam v1.55.1
3838
github.com/aws/aws-sdk-go-v2/service/kms v1.54.1
3939
github.com/aws/aws-sdk-go-v2/service/lambda v1.99.0
40-
github.com/aws/aws-sdk-go-v2/service/organizations v1.52.1
40+
github.com/aws/aws-sdk-go-v2/service/organizations v1.52.2
4141
github.com/aws/aws-sdk-go-v2/service/rds v1.122.0
4242
github.com/aws/aws-sdk-go-v2/service/s3 v1.105.2
4343
github.com/aws/aws-sdk-go-v2/service/s3control v1.72.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ github.com/aws/aws-sdk-go-v2/service/kms v1.54.1 h1:aeJAJyvWS3gQ679pJbz8ZdOh3MVi
273273
github.com/aws/aws-sdk-go-v2/service/kms v1.54.1/go.mod h1:0RXNc6Yf3AvSMldGD6Lcch96Ojlw2TtGnHsqfD/L4u8=
274274
github.com/aws/aws-sdk-go-v2/service/lambda v1.99.0 h1:F5jW/w63W6/2/rwqhc1QzqiRYXb4PnKuMbrN1CqRrsQ=
275275
github.com/aws/aws-sdk-go-v2/service/lambda v1.99.0/go.mod h1:gKWVtxlMTgoLU9m6FDw7z6FAEFh8u8CoaPJx0zWk5J8=
276-
github.com/aws/aws-sdk-go-v2/service/organizations v1.52.1 h1:FYLkiPCZw0a1foyrXxgAps3vZM3QfOkE20GnKo5Thto=
277-
github.com/aws/aws-sdk-go-v2/service/organizations v1.52.1/go.mod h1:2ibX1FoyhvTXbIR4TP/Vf6BB6Tc3YW9jWbvNflSOcUM=
276+
github.com/aws/aws-sdk-go-v2/service/organizations v1.52.2 h1:SqjPCCGpe/Lmm1ZiKNUw/AxxVmRoh8BQPYPP3pq125A=
277+
github.com/aws/aws-sdk-go-v2/service/organizations v1.52.2/go.mod h1:2ibX1FoyhvTXbIR4TP/Vf6BB6Tc3YW9jWbvNflSOcUM=
278278
github.com/aws/aws-sdk-go-v2/service/rds v1.122.0 h1:1L+fL3PdKGxYaaxADMHC3QbCjHlhb1ElHQAXjh1bI1I=
279279
github.com/aws/aws-sdk-go-v2/service/rds v1.122.0/go.mod h1:Ve7qHa8jBmStKNz/oaxs2yBuFnwyvN0k/8PpPZVxkEY=
280280
github.com/aws/aws-sdk-go-v2/service/s3 v1.105.2 h1:5C00eQYpTrgQXnp6V3P6P7zPElna3AXvlukbANE6nJI=

0 commit comments

Comments
 (0)