Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed May 8, 2024
1 parent e712c8e commit 55a601b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,20 @@ The output is JSON format.
$ aws-sdk-client-go
```

### Show methods of the service
#### Show methods of the service

```console
$ aws-sdk-client-go ecs
```

### Call method of the service
#### Call method of the service

```console
$ 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).

```console

## LICENSE

Expand Down

0 comments on commit 55a601b

Please sign in to comment.