General Highlights
- Dependency Update: Update to smithy-go v1.26.0.
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2/service/account: v1.32.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/applicationinsights: v1.35.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/arczonalshift: v1.23.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/athena: v1.58.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.67.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/autoscalingplans: v1.31.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/backupgateway: v1.27.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/bedrock: v1.63.0- Feature: Automated Reasoning checks - Added two build workflows for policies. Iterative Refine Policy uses AI to update policy definitions based on test results and feedback. Resolve Policy Ambiguities consolidates ambiguous variables in Automated Reasoning policies, a common source of ambiguous validation.
github.com/aws/aws-sdk-go-v2/service/bedrockagentcorecontrol: v1.42.0- Feature: Reference your own AWS Secrets Manager secrets when configuring credential providers, giving you control over encryption, rotation, and access policies instead of using service-managed secrets.
github.com/aws/aws-sdk-go-v2/service/budgets: v1.44.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/chime: v1.42.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/clouddirectory: v1.31.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/cloudhsm: v1.30.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2: v1.35.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/cloudsearch: v1.33.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/cloudsearchdomain: v1.29.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.56.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/codebuild: v1.69.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/codecatalyst: v1.22.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/codecommit: v1.34.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/codedeploy: v1.36.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/codegurusecurity: v1.17.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/connectcampaignsv2: v1.14.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/connectcontactlens: v1.34.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/directoryservicedata: v1.8.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/drs: v1.39.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/entityresolution: v1.28.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/grafana: v1.36.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/groundstation: v1.43.0- Feature: Adds support for Alpha-5 satellite number encoding in the Two-Line Element ephemeris format.
github.com/aws/aws-sdk-go-v2/service/inspectorscan: v1.14.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/lexmodelsv2: v1.62.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/lexruntimev2: v1.36.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/mailmanager: v1.19.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/mwaa: v1.41.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/networkflowmonitor: v1.12.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/omics: v1.43.0- Feature: Add engineSettings to StartRun and GetRun. Add profiles and profileParameterTemplates to GetWorkflow and GetWorkflowVersion.
github.com/aws/aws-sdk-go-v2/service/paymentcryptographydata: v1.27.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/pcs: v1.20.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/personalizeevents: v1.32.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/proton: v1.40.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/qbusiness: v1.35.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/quicksight: v1.112.0- Feature: Adds support for creating, updating, describing, listing, and deleting an OAuthClientApplication resource, a new quicksight resource that allows customers to store OAuth configurations to connect to their databases via 3 Legged OAuth.
github.com/aws/aws-sdk-go-v2/service/rdsdata: v1.33.0- BREAKING CHANGE:
ArrayValueunion members now use pointer-slice element types ([]*int64,
[]*float64,[]*bool,[]*string, and[]*ArrayValuefor nested arrays)
and preserve null elements returned in SQL arrays. Previously, null elements
were silently coerced to the zero value of the element type (0,0.0,
false,"", or a zero-value struct), so for example
SELECT ARRAY[1, NULL, 3]::bigint[]returned[]int64{1, 0, 3}and now
returns[]*int64{ptr(1), nil, ptr(3)}. Existing code that reads elements
as value types (for exampleval := av.Value[0]) won't compile; migrate
by dereferencing with a nil check (if v := av.Value[0]; v != nil { use(*v) })
or by substituting a default when nil.
- BREAKING CHANGE:
github.com/aws/aws-sdk-go-v2/service/route53recoverycluster: v1.29.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/route53resolver: v1.45.0- Feature: Added BatchCreateFirewallRule, BatchUpdateFirewallRule, BatchDeleteFirewallRule, and ListFirewallRuleTypes APIs. Added FirewallRuleType support to Firewall Rule APIs.
github.com/aws/aws-sdk-go-v2/service/sesv2: v1.62.0- Feature: This release introduces support for Tenant Suppression Lists
github.com/aws/aws-sdk-go-v2/service/ssmguiconnect: v1.6.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/synthetics: v1.43.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/wafv2: v1.72.0- Feature: Adding new BDD representation of endpoint ruleset
github.com/aws/aws-sdk-go-v2/service/workspacesinstances: v1.6.0- Feature: Adding new BDD representation of endpoint ruleset