Skip to content

Commit ea88a5a

Browse files
Update generated code (#1668)
update generated code
1 parent 68e7a57 commit ea88a5a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 1.7.0
610

711
### Added

src/Input/CreatePlatformEndpointInput.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
final class CreatePlatformEndpointInput extends Input
1414
{
1515
/**
16-
* PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.
16+
* `PlatformApplicationArn` returned from CreatePlatformApplication is used to create a an endpoint.
1717
*
1818
* @required
1919
*
@@ -42,7 +42,7 @@ final class CreatePlatformEndpointInput extends Input
4242
private $customUserData;
4343

4444
/**
45-
* For a list of attributes, see SetEndpointAttributes [^1].
45+
* For a list of attributes, see `SetEndpointAttributes` [^1].
4646
*
4747
* [^1]: https://docs.aws.amazon.com/sns/latest/api/API_SetEndpointAttributes.html
4848
*

src/Input/DeleteEndpointInput.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
use AsyncAws\Core\Stream\StreamFactory;
99

1010
/**
11-
* Input for DeleteEndpoint action.
11+
* Input for `DeleteEndpoint` action.
1212
*/
1313
final class DeleteEndpointInput extends Input
1414
{
1515
/**
16-
* EndpointArn of endpoint to delete.
16+
* `EndpointArn` of endpoint to delete.
1717
*
1818
* @required
1919
*

0 commit comments

Comments
 (0)