SQS ReceiveMessageInput.MessageSystemAttributeName missing on version 1.20 ^ #2444
Labels
bug
This issue is a bug.
duplicate
This issue is a duplicate.
p2
This is a standard priority issue
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Describe the bug
AWS suggests or encourages moving from
AttributeNames
intoMessageSystemAttributeNames
whenreceive message
turns out after I updated theaws-sdk-go-v2/service/sqs
version from1.18.4
to <1.20.8
paramaterMessageSystemAttributeNames
missing from the sdkAWS SDK DOCS: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ReceiveMessage.html
Expected Behavior
aws/aws-sdk-go-v2/service/[email protected]/api_op_ReceiveMessage.go
Current Behavior
aws/aws-sdk-go-v2/service/[email protected]/api_op_ReceiveMessage.go
Reproduction Steps
Check the main branch or the latest version of SDK the MessageSystemAttributeName still missing from
api_op_ReceiveMessage
Possible Solution
add
MessageSystemAttributeName []string
intoReceiveMessageInput struct
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
Compiler and Version used
1.20
Operating System and version
macOS 13.0.1
The text was updated successfully, but these errors were encountered: