Missing enum value "initiatingRequest" for transit gateway peering attachment #3284
Closed
3 tasks done
Labels
bug
This issue is a bug.
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
When awaiting a state change on a transit gateway peering attachment, AWS returns the state
initiatingRequest
, but the SDK doesn't contain an enum value for this.File : https://github.com/aws/aws-sdk-go/blob/master/service/ec2/api.go Line
112270
Version of AWS SDK for Go?
Example: v1.30.12
Version of Go (
go version
)?go 1.13.5
To Reproduce (observed behavior)
Create a transit gateway peering attachment, and poll AWS API for the state, it will return
initiatingRequest
, rather thaninitiating
- as is correct for a transit gateway attachment, not a peering attachment.Noticed when working on the terraform provider code for this:
hashicorp/terraform-provider-aws#11162
Expected behavior
Enum should exist for this state :
TransitGatewayAttachmentStateInitiatingRequest = "initiatingRequest"
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: