connect
service ContactFlow.IsDefault
serialized incorrectly
#2909
Labels
breaking-change
Issue requires a breaking change to remediate.
bug
This issue is a bug.
p0
This issue is the highest priority
pending-release
This issue will be fixed by an approved PR that hasn't been released yet.
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Acknowledgements
go get -u github.com/aws/aws-sdk-go-v2/...
)Describe the bug
The field
IsDefault
(added in[email protected]
, Release 2024-11-18) in theconnect
service'sContactFlow
struct has Go typebool
:aws-sdk-go-v2/service/connect/types/types.go
Lines 1008 to 1065 in 18fea5d
The upstream service is incorrectly serializing this field as a string
, causing runtime errors:
See hashicorp/terraform-provider-aws#40267.
Regression Issue
Expected Behavior
The
DescribeContactFlow
API call should succeed with the correct value forIsDefault
returned.Current Behavior
Runtime deserialization error.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
Compiler and Version used
go 1.23.2
Operating System and version
macos
The text was updated successfully, but these errors were encountered: