aws-sdk-client-go is a Go client for AWS SDK services.
$ aws-sdk-client-go [service] [method] [input]
service
: AWS service name.method
: Method name of the service client.input
: JSON input for the method.
$ aws-sdk-client-go ecs ListClusters
The third argument is optional. The value is passed to the method as a input parameter.
$ aws-sdk-client-go ecs DescribeClusters '{"Cluster":"default"}'
MIT
Fujiwara Shunichiro