Skip to content

Commit 9022126

Browse files
author
AWS
committed
Amazon Interactive Video Service Update: This release introduces a new resource Playback Restriction Policy which can be used to geo-restrict or domain-restrict channel stream playback when associated with a channel. New APIs to support this resource were introduced in the form of Create/Delete/Get/Update/List.
1 parent 54e464c commit 9022126

File tree

3 files changed

+373
-7
lines changed

3 files changed

+373
-7
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Interactive Video Service",
4+
"contributor": "",
5+
"description": "This release introduces a new resource Playback Restriction Policy which can be used to geo-restrict or domain-restrict channel stream playback when associated with a channel. New APIs to support this resource were introduced in the form of Create/Delete/Get/Update/List."
6+
}

services/ivs/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"output_token": "nextToken",
1111
"limit_key": "maxResults"
1212
},
13+
"ListPlaybackRestrictionPolicies": {
14+
"input_token": "nextToken",
15+
"output_token": "nextToken",
16+
"limit_key": "maxResults"
17+
},
1318
"ListRecordingConfigurations": {
1419
"input_token": "nextToken",
1520
"output_token": "nextToken",

0 commit comments

Comments
 (0)