Skip to content

Commit

Permalink
Update generated code (#1765)
Browse files Browse the repository at this point in the history
update generated code
  • Loading branch information
async-aws-bot committed Sep 18, 2024
1 parent b044916 commit adc588a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"variables": {
"${LATEST}": "3.321.10"
"${LATEST}": "3.321.13"
},
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
"services": {
Expand Down
1 change: 1 addition & 0 deletions src/Service/Ssm/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.1.3

Expand Down
2 changes: 1 addition & 1 deletion src/Service/Ssm/src/Input/GetParameterRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class GetParameterRequest extends Input
* For more information about shared parameters, see Working with shared parameters [^1] in the *Amazon Web Services
* Systems Manager User Guide*.
*
* [^1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sharing.html
* [^1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html
*
* @required
*
Expand Down

0 comments on commit adc588a

Please sign in to comment.