AWSConsoleRecorder
AWSConsoleRecorder copied to clipboard
Go SDK outputs are mismatched
Describe the bug Many Go object parameters are incorrect.
Related Mapping All
Related Language Go
To Reproduce Example:
Owner: []*string{
aws.String("self"),
},
Filter: []*ec2.Filter{
&ec2.Filter{
Name: aws.String("ImageState"),
Values: []*string{
aws.String("available"),
},
},
},
MaxResults: aws.Int64(50),
})
Expected behavior Reference the godoc?
Screenshots N/A
Additional context N/A