Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Oct 15, 2019
1 parent 218d29c commit bca4490
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .changes/3.112.22
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "api-change",
"category": "KinesisVideoArchivedMedia",
"description": "Add ON_DISCONTINUITY mode to the GetHLSStreamingSessionURL API"
}
]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## next release

* `Aws\KinesisVideoArchivedMedia` - Add ON_DISCONTINUITY mode to the GetHLSStreamingSessionURL API

## 3.112.21 - 2019-10-14

* `Aws\Personalize` - AWS Personalize: Adds ability to create a solution version using FULL or UPDATE training mode
Expand Down
3 changes: 2 additions & 1 deletion src/data/kinesis-video-archived-media/2017-09-30/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@
"type":"string",
"enum":[
"ALWAYS",
"NEVER"
"NEVER",
"ON_DISCONTINUITY"
]
},
"HLSDisplayFragmentTimestamp":{
Expand Down

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions src/data/kinesis-video-archived-media/2017-09-30/docs-2.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit bca4490

Please sign in to comment.