AWSConsoleRecorder icon indicating copy to clipboard operation
AWSConsoleRecorder copied to clipboard

Go SDK outputs are mismatched

Open iann0036 opened this issue 6 years ago • 0 comments

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

iann0036 avatar Nov 04 '18 04:11 iann0036