Skip to content

Commit fd3ade3

Browse files
Amazon Interactive Video Service (IVS) now offers customers the ability to configure IVS channels to allow insecure RTMP ingest.
1 parent c259337 commit fd3ade3

22 files changed

+2882
-163
lines changed

generator/ServiceModels/ivs/ivs-2020-07-14.api.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@
510510
"arn":{"shape":"ChannelArn"},
511511
"authorized":{"shape":"IsAuthorized"},
512512
"ingestEndpoint":{"shape":"IngestEndpoint"},
513+
"insecureIngest":{"shape":"InsecureIngest"},
513514
"latencyMode":{"shape":"ChannelLatencyMode"},
514515
"name":{"shape":"ChannelName"},
515516
"playbackUrl":{"shape":"PlaybackURL"},
@@ -569,6 +570,7 @@
569570
"members":{
570571
"arn":{"shape":"ChannelArn"},
571572
"authorized":{"shape":"IsAuthorized"},
573+
"insecureIngest":{"shape":"InsecureIngest"},
572574
"latencyMode":{"shape":"ChannelLatencyMode"},
573575
"name":{"shape":"ChannelName"},
574576
"recordingConfigurationArn":{"shape":"ChannelRecordingConfigurationArn"},
@@ -601,6 +603,7 @@
601603
"type":"structure",
602604
"members":{
603605
"authorized":{"shape":"Boolean"},
606+
"insecureIngest":{"shape":"Boolean"},
604607
"latencyMode":{"shape":"ChannelLatencyMode"},
605608
"name":{"shape":"ChannelName"},
606609
"recordingConfigurationArn":{"shape":"ChannelRecordingConfigurationArn"},
@@ -787,6 +790,7 @@
787790
}
788791
},
789792
"IngestEndpoint":{"type":"string"},
793+
"InsecureIngest":{"type":"boolean"},
790794
"Integer":{"type":"long"},
791795
"InternalServerException":{
792796
"type":"structure",
@@ -1323,7 +1327,7 @@
13231327
"TargetIntervalSeconds":{
13241328
"type":"long",
13251329
"max":60,
1326-
"min":5
1330+
"min":1
13271331
},
13281332
"ThrottlingException":{
13291333
"type":"structure",
@@ -1377,6 +1381,7 @@
13771381
"members":{
13781382
"arn":{"shape":"ChannelArn"},
13791383
"authorized":{"shape":"Boolean"},
1384+
"insecureIngest":{"shape":"Boolean"},
13801385
"latencyMode":{"shape":"ChannelLatencyMode"},
13811386
"name":{"shape":"ChannelName"},
13821387
"recordingConfigurationArn":{"shape":"ChannelRecordingConfigurationArn"},

generator/ServiceModels/ivs/ivs-2020-07-14.docs.json

Lines changed: 11 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)