Skip to content

Commit

Permalink
Update generated code (#1775)
Browse files Browse the repository at this point in the history
* update generated code

* Update src/Service/XRay/CHANGELOG.md

---------

Co-authored-by: Jérémy Derussé <[email protected]>
  • Loading branch information
async-aws-bot and jderusse authored Oct 4, 2024
1 parent b2d0249 commit 2d5a716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Changed

- Enable compiler optimization for the `sprintf` function.
- AWS enhancement: Documentation updates.

## 2.0.3

Expand Down
4 changes: 3 additions & 1 deletion src/IotClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ public function createThingGroup($input): CreateThingGroupResponse
}

/**
* Creates a new thing type.
* Creates a new thing type. If this call is made multiple times using the same thing type name and configuration, the
* call will succeed. If this call is made with the same thing type name but different configuration a
* `ResourceAlreadyExistsException` is thrown.
*
* Requires permission to access the CreateThingType [^1] action.
*
Expand Down

0 comments on commit 2d5a716

Please sign in to comment.