Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2022-04-08
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 8, 2022
1 parent fc43d06 commit ad3734a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clients/client-gamesparks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ but they are supported by the send operation.
```js
// callbacks.
client.send(command, (err, data) => {
// proccess err and data.
// process err and data.
});
```

Expand Down Expand Up @@ -149,7 +149,7 @@ client

// callbacks.
client.createGame(params, (err, data) => {
// proccess err and data.
// process err and data.
});
```

Expand Down
4 changes: 2 additions & 2 deletions clients/client-pinpoint-sms-voice-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ but they are supported by the send operation.
```js
// callbacks.
client.send(command, (err, data) => {
// proccess err and data.
// process err and data.
});
```

Expand Down Expand Up @@ -167,7 +167,7 @@ client

// callbacks.
client.associateOriginationIdentity(params, (err, data) => {
// proccess err and data.
// process err and data.
});
```

Expand Down

0 comments on commit ad3734a

Please sign in to comment.