Skip to content

Commit

Permalink
Update generated code (#1668)
Browse files Browse the repository at this point in the history
update generated code
  • Loading branch information
async-aws-bot authored Feb 17, 2024
1 parent 68e7a57 commit ea88a5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Changed

- AWS enhancement: Documentation updates.

## 1.7.0

### Added
Expand Down
4 changes: 2 additions & 2 deletions src/Input/CreatePlatformEndpointInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
final class CreatePlatformEndpointInput extends Input
{
/**
* PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.
* `PlatformApplicationArn` returned from CreatePlatformApplication is used to create a an endpoint.
*
* @required
*
Expand Down Expand Up @@ -42,7 +42,7 @@ final class CreatePlatformEndpointInput extends Input
private $customUserData;

/**
* For a list of attributes, see SetEndpointAttributes [^1].
* For a list of attributes, see `SetEndpointAttributes` [^1].
*
* [^1]: https://docs.aws.amazon.com/sns/latest/api/API_SetEndpointAttributes.html
*
Expand Down
4 changes: 2 additions & 2 deletions src/Input/DeleteEndpointInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
use AsyncAws\Core\Stream\StreamFactory;

/**
* Input for DeleteEndpoint action.
* Input for `DeleteEndpoint` action.
*/
final class DeleteEndpointInput extends Input
{
/**
* EndpointArn of endpoint to delete.
* `EndpointArn` of endpoint to delete.
*
* @required
*
Expand Down

0 comments on commit ea88a5a

Please sign in to comment.