aws-sdk-client-go is a Go client for AWS SDK services.
This client is auto generated from the AWS SDK Go service client.
$ aws-sdk-client-go [service] [method] [input]
service
: AWS service name.method
: Method name of the service client.input
: JSON input for the method.
The output is JSON format.
$ aws-sdk-client-go
$ aws-sdk-client-go ecs
$ aws-sdk-client-go ecs DescribeClusters '{"Cluster":"default"}'
The third argument is JSON input for the method. If the method does not require input, you can omit the third argument (implicitly {}
passed).
MIT
Fujiwara Shunichiro