Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Go SDK outputs are mismatched #9

Open
iann0036 opened this issue Nov 4, 2018 · 0 comments
Open

Go SDK outputs are mismatched #9

iann0036 opened this issue Nov 4, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@iann0036
Copy link
Owner

iann0036 commented Nov 4, 2018

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 iann0036 added the bug Something isn't working label Nov 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant