File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## NOT RELEASED
4
4
5
+ ### Changed
6
+
7
+ - AWS enhancement: Documentation updates.
8
+
5
9
## 1.7.0
6
10
7
11
### Added
Original file line number Diff line number Diff line change 13
13
final class CreatePlatformEndpointInput extends Input
14
14
{
15
15
/**
16
- * PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.
16
+ * ` PlatformApplicationArn` returned from CreatePlatformApplication is used to create a an endpoint.
17
17
*
18
18
* @required
19
19
*
@@ -42,7 +42,7 @@ final class CreatePlatformEndpointInput extends Input
42
42
private $ customUserData ;
43
43
44
44
/**
45
- * For a list of attributes, see SetEndpointAttributes [^1].
45
+ * For a list of attributes, see ` SetEndpointAttributes` [^1].
46
46
*
47
47
* [^1]: https://docs.aws.amazon.com/sns/latest/api/API_SetEndpointAttributes.html
48
48
*
Original file line number Diff line number Diff line change 8
8
use AsyncAws \Core \Stream \StreamFactory ;
9
9
10
10
/**
11
- * Input for DeleteEndpoint action.
11
+ * Input for ` DeleteEndpoint` action.
12
12
*/
13
13
final class DeleteEndpointInput extends Input
14
14
{
15
15
/**
16
- * EndpointArn of endpoint to delete.
16
+ * ` EndpointArn` of endpoint to delete.
17
17
*
18
18
* @required
19
19
*
You can’t perform that action at this time.
0 commit comments