aws-sdk-mediaconnect 1.30.0 → 1.31.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e6d5fc74b9596520957a3fac5c52245011c755c457eb4478a658391e67bfa7b
4
- data.tar.gz: e63e830dfff1662314c6fb47f6ead8fb1ba1cee2f96bc2f04e7bc6ac414b97ff
3
+ metadata.gz: 66869f7f5cfe2a8d84644b261aff1cd6806c75111dedd4bc4ceb0d019921da92
4
+ data.tar.gz: 2c47786961f4c0006b89870326d7e1833c27ecea35d4b1e87801102612248958
5
5
  SHA512:
6
- metadata.gz: 6330c8bf2a66bb612cbfeaad75e780ded5e67b4dd777df06cd6f4a8908254bf7391ca8f3911ba530fa0c31765ade66471076329b74d6c739638d51b0274f0bf6
7
- data.tar.gz: caf2341f464481608e4f8db097e43953d44daffd68ba83cedd937ca6a4684180f8185ede47e69faf5dc0b9e2c1931a575d2f5c5869d028d1c9e70e081c7c10b4
6
+ metadata.gz: 8f2d0b4c1120c52f839600a63d1f5b1bf212bf5dba1db2f337cd93b441ee2b1b200a8dd5aa1fc5dafa111b1c5742d1ee6971e3828719afaee3e37f975581dc40
7
+ data.tar.gz: 513f3c9b7deb9e36cf7d5795652b8328057f3bbdf5f5c0534a36d0305a91240f658e7dfbd6cf15435301b59676cd79180d277307da301e33d292959e074239d2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.0 (2021-03-16)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for the SRT-listener protocol on sources and outputs.
8
+
4
9
  1.30.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mediaconnect/customizations'
48
48
  # @!group service
49
49
  module Aws::MediaConnect
50
50
 
51
- GEM_VERSION = '1.30.0'
51
+ GEM_VERSION = '1.31.0'
52
52
 
53
53
  end
@@ -350,10 +350,10 @@ module Aws::MediaConnect
350
350
  # description: "__string",
351
351
  # destination: "__string",
352
352
  # encryption: {
353
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
353
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
354
354
  # constant_initialization_vector: "__string",
355
355
  # device_id: "__string",
356
- # key_type: "speke", # accepts speke, static-key
356
+ # key_type: "speke", # accepts speke, static-key, srt-password
357
357
  # region: "__string",
358
358
  # resource_id: "__string",
359
359
  # role_arn: "__string", # required
@@ -361,9 +361,10 @@ module Aws::MediaConnect
361
361
  # url: "__string",
362
362
  # },
363
363
  # max_latency: 1,
364
+ # min_latency: 1,
364
365
  # name: "__string",
365
366
  # port: 1,
366
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
367
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
367
368
  # remote_id: "__string",
368
369
  # smoothing_latency: 1,
369
370
  # stream_id: "__string",
@@ -384,7 +385,7 @@ module Aws::MediaConnect
384
385
  # resp.outputs[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
385
386
  # resp.outputs[0].encryption.constant_initialization_vector #=> String
386
387
  # resp.outputs[0].encryption.device_id #=> String
387
- # resp.outputs[0].encryption.key_type #=> String, one of "speke", "static-key"
388
+ # resp.outputs[0].encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
388
389
  # resp.outputs[0].encryption.region #=> String
389
390
  # resp.outputs[0].encryption.resource_id #=> String
390
391
  # resp.outputs[0].encryption.role_arn #=> String
@@ -399,7 +400,8 @@ module Aws::MediaConnect
399
400
  # resp.outputs[0].transport.cidr_allow_list[0] #=> String
400
401
  # resp.outputs[0].transport.max_bitrate #=> Integer
401
402
  # resp.outputs[0].transport.max_latency #=> Integer
402
- # resp.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
403
+ # resp.outputs[0].transport.min_latency #=> Integer
404
+ # resp.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
403
405
  # resp.outputs[0].transport.remote_id #=> String
404
406
  # resp.outputs[0].transport.smoothing_latency #=> Integer
405
407
  # resp.outputs[0].transport.stream_id #=> String
@@ -433,10 +435,10 @@ module Aws::MediaConnect
433
435
  # sources: [ # required
434
436
  # {
435
437
  # decryption: {
436
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
438
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
437
439
  # constant_initialization_vector: "__string",
438
440
  # device_id: "__string",
439
- # key_type: "speke", # accepts speke, static-key
441
+ # key_type: "speke", # accepts speke, static-key, srt-password
440
442
  # region: "__string",
441
443
  # resource_id: "__string",
442
444
  # role_arn: "__string", # required
@@ -448,8 +450,9 @@ module Aws::MediaConnect
448
450
  # ingest_port: 1,
449
451
  # max_bitrate: 1,
450
452
  # max_latency: 1,
453
+ # min_latency: 1,
451
454
  # name: "__string",
452
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
455
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
453
456
  # stream_id: "__string",
454
457
  # vpc_interface_name: "__string",
455
458
  # whitelist_cidr: "__string",
@@ -465,7 +468,7 @@ module Aws::MediaConnect
465
468
  # resp.sources[0].decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
466
469
  # resp.sources[0].decryption.constant_initialization_vector #=> String
467
470
  # resp.sources[0].decryption.device_id #=> String
468
- # resp.sources[0].decryption.key_type #=> String, one of "speke", "static-key"
471
+ # resp.sources[0].decryption.key_type #=> String, one of "speke", "static-key", "srt-password"
469
472
  # resp.sources[0].decryption.region #=> String
470
473
  # resp.sources[0].decryption.resource_id #=> String
471
474
  # resp.sources[0].decryption.role_arn #=> String
@@ -481,7 +484,8 @@ module Aws::MediaConnect
481
484
  # resp.sources[0].transport.cidr_allow_list[0] #=> String
482
485
  # resp.sources[0].transport.max_bitrate #=> Integer
483
486
  # resp.sources[0].transport.max_latency #=> Integer
484
- # resp.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
487
+ # resp.sources[0].transport.min_latency #=> Integer
488
+ # resp.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
485
489
  # resp.sources[0].transport.remote_id #=> String
486
490
  # resp.sources[0].transport.smoothing_latency #=> Integer
487
491
  # resp.sources[0].transport.stream_id #=> String
@@ -585,10 +589,10 @@ module Aws::MediaConnect
585
589
  # data_transfer_subscriber_fee_percent: 1,
586
590
  # description: "__string",
587
591
  # encryption: {
588
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
592
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
589
593
  # constant_initialization_vector: "__string",
590
594
  # device_id: "__string",
591
- # key_type: "speke", # accepts speke, static-key
595
+ # key_type: "speke", # accepts speke, static-key, srt-password
592
596
  # region: "__string",
593
597
  # resource_id: "__string",
594
598
  # role_arn: "__string", # required
@@ -607,10 +611,10 @@ module Aws::MediaConnect
607
611
  # description: "__string",
608
612
  # destination: "__string",
609
613
  # encryption: {
610
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
614
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
611
615
  # constant_initialization_vector: "__string",
612
616
  # device_id: "__string",
613
- # key_type: "speke", # accepts speke, static-key
617
+ # key_type: "speke", # accepts speke, static-key, srt-password
614
618
  # region: "__string",
615
619
  # resource_id: "__string",
616
620
  # role_arn: "__string", # required
@@ -618,9 +622,10 @@ module Aws::MediaConnect
618
622
  # url: "__string",
619
623
  # },
620
624
  # max_latency: 1,
625
+ # min_latency: 1,
621
626
  # name: "__string",
622
627
  # port: 1,
623
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
628
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
624
629
  # remote_id: "__string",
625
630
  # smoothing_latency: 1,
626
631
  # stream_id: "__string",
@@ -631,10 +636,10 @@ module Aws::MediaConnect
631
636
  # ],
632
637
  # source: {
633
638
  # decryption: {
634
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
639
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
635
640
  # constant_initialization_vector: "__string",
636
641
  # device_id: "__string",
637
- # key_type: "speke", # accepts speke, static-key
642
+ # key_type: "speke", # accepts speke, static-key, srt-password
638
643
  # region: "__string",
639
644
  # resource_id: "__string",
640
645
  # role_arn: "__string", # required
@@ -646,8 +651,9 @@ module Aws::MediaConnect
646
651
  # ingest_port: 1,
647
652
  # max_bitrate: 1,
648
653
  # max_latency: 1,
654
+ # min_latency: 1,
649
655
  # name: "__string",
650
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
656
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
651
657
  # stream_id: "__string",
652
658
  # vpc_interface_name: "__string",
653
659
  # whitelist_cidr: "__string",
@@ -659,10 +665,10 @@ module Aws::MediaConnect
659
665
  # sources: [
660
666
  # {
661
667
  # decryption: {
662
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
668
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
663
669
  # constant_initialization_vector: "__string",
664
670
  # device_id: "__string",
665
- # key_type: "speke", # accepts speke, static-key
671
+ # key_type: "speke", # accepts speke, static-key, srt-password
666
672
  # region: "__string",
667
673
  # resource_id: "__string",
668
674
  # role_arn: "__string", # required
@@ -674,8 +680,9 @@ module Aws::MediaConnect
674
680
  # ingest_port: 1,
675
681
  # max_bitrate: 1,
676
682
  # max_latency: 1,
683
+ # min_latency: 1,
677
684
  # name: "__string",
678
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
685
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
679
686
  # stream_id: "__string",
680
687
  # vpc_interface_name: "__string",
681
688
  # whitelist_cidr: "__string",
@@ -702,7 +709,7 @@ module Aws::MediaConnect
702
709
  # resp.flow.entitlements[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
703
710
  # resp.flow.entitlements[0].encryption.constant_initialization_vector #=> String
704
711
  # resp.flow.entitlements[0].encryption.device_id #=> String
705
- # resp.flow.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key"
712
+ # resp.flow.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
706
713
  # resp.flow.entitlements[0].encryption.region #=> String
707
714
  # resp.flow.entitlements[0].encryption.resource_id #=> String
708
715
  # resp.flow.entitlements[0].encryption.role_arn #=> String
@@ -722,7 +729,7 @@ module Aws::MediaConnect
722
729
  # resp.flow.outputs[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
723
730
  # resp.flow.outputs[0].encryption.constant_initialization_vector #=> String
724
731
  # resp.flow.outputs[0].encryption.device_id #=> String
725
- # resp.flow.outputs[0].encryption.key_type #=> String, one of "speke", "static-key"
732
+ # resp.flow.outputs[0].encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
726
733
  # resp.flow.outputs[0].encryption.region #=> String
727
734
  # resp.flow.outputs[0].encryption.resource_id #=> String
728
735
  # resp.flow.outputs[0].encryption.role_arn #=> String
@@ -737,7 +744,8 @@ module Aws::MediaConnect
737
744
  # resp.flow.outputs[0].transport.cidr_allow_list[0] #=> String
738
745
  # resp.flow.outputs[0].transport.max_bitrate #=> Integer
739
746
  # resp.flow.outputs[0].transport.max_latency #=> Integer
740
- # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
747
+ # resp.flow.outputs[0].transport.min_latency #=> Integer
748
+ # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
741
749
  # resp.flow.outputs[0].transport.remote_id #=> String
742
750
  # resp.flow.outputs[0].transport.smoothing_latency #=> Integer
743
751
  # resp.flow.outputs[0].transport.stream_id #=> String
@@ -746,7 +754,7 @@ module Aws::MediaConnect
746
754
  # resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
747
755
  # resp.flow.source.decryption.constant_initialization_vector #=> String
748
756
  # resp.flow.source.decryption.device_id #=> String
749
- # resp.flow.source.decryption.key_type #=> String, one of "speke", "static-key"
757
+ # resp.flow.source.decryption.key_type #=> String, one of "speke", "static-key", "srt-password"
750
758
  # resp.flow.source.decryption.region #=> String
751
759
  # resp.flow.source.decryption.resource_id #=> String
752
760
  # resp.flow.source.decryption.role_arn #=> String
@@ -762,7 +770,8 @@ module Aws::MediaConnect
762
770
  # resp.flow.source.transport.cidr_allow_list[0] #=> String
763
771
  # resp.flow.source.transport.max_bitrate #=> Integer
764
772
  # resp.flow.source.transport.max_latency #=> Integer
765
- # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
773
+ # resp.flow.source.transport.min_latency #=> Integer
774
+ # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
766
775
  # resp.flow.source.transport.remote_id #=> String
767
776
  # resp.flow.source.transport.smoothing_latency #=> Integer
768
777
  # resp.flow.source.transport.stream_id #=> String
@@ -775,7 +784,7 @@ module Aws::MediaConnect
775
784
  # resp.flow.sources[0].decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
776
785
  # resp.flow.sources[0].decryption.constant_initialization_vector #=> String
777
786
  # resp.flow.sources[0].decryption.device_id #=> String
778
- # resp.flow.sources[0].decryption.key_type #=> String, one of "speke", "static-key"
787
+ # resp.flow.sources[0].decryption.key_type #=> String, one of "speke", "static-key", "srt-password"
779
788
  # resp.flow.sources[0].decryption.region #=> String
780
789
  # resp.flow.sources[0].decryption.resource_id #=> String
781
790
  # resp.flow.sources[0].decryption.role_arn #=> String
@@ -791,7 +800,8 @@ module Aws::MediaConnect
791
800
  # resp.flow.sources[0].transport.cidr_allow_list[0] #=> String
792
801
  # resp.flow.sources[0].transport.max_bitrate #=> Integer
793
802
  # resp.flow.sources[0].transport.max_latency #=> Integer
794
- # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
803
+ # resp.flow.sources[0].transport.min_latency #=> Integer
804
+ # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
795
805
  # resp.flow.sources[0].transport.remote_id #=> String
796
806
  # resp.flow.sources[0].transport.smoothing_latency #=> Integer
797
807
  # resp.flow.sources[0].transport.stream_id #=> String
@@ -873,7 +883,7 @@ module Aws::MediaConnect
873
883
  # resp.flow.entitlements[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
874
884
  # resp.flow.entitlements[0].encryption.constant_initialization_vector #=> String
875
885
  # resp.flow.entitlements[0].encryption.device_id #=> String
876
- # resp.flow.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key"
886
+ # resp.flow.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
877
887
  # resp.flow.entitlements[0].encryption.region #=> String
878
888
  # resp.flow.entitlements[0].encryption.resource_id #=> String
879
889
  # resp.flow.entitlements[0].encryption.role_arn #=> String
@@ -893,7 +903,7 @@ module Aws::MediaConnect
893
903
  # resp.flow.outputs[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
894
904
  # resp.flow.outputs[0].encryption.constant_initialization_vector #=> String
895
905
  # resp.flow.outputs[0].encryption.device_id #=> String
896
- # resp.flow.outputs[0].encryption.key_type #=> String, one of "speke", "static-key"
906
+ # resp.flow.outputs[0].encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
897
907
  # resp.flow.outputs[0].encryption.region #=> String
898
908
  # resp.flow.outputs[0].encryption.resource_id #=> String
899
909
  # resp.flow.outputs[0].encryption.role_arn #=> String
@@ -908,7 +918,8 @@ module Aws::MediaConnect
908
918
  # resp.flow.outputs[0].transport.cidr_allow_list[0] #=> String
909
919
  # resp.flow.outputs[0].transport.max_bitrate #=> Integer
910
920
  # resp.flow.outputs[0].transport.max_latency #=> Integer
911
- # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
921
+ # resp.flow.outputs[0].transport.min_latency #=> Integer
922
+ # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
912
923
  # resp.flow.outputs[0].transport.remote_id #=> String
913
924
  # resp.flow.outputs[0].transport.smoothing_latency #=> Integer
914
925
  # resp.flow.outputs[0].transport.stream_id #=> String
@@ -917,7 +928,7 @@ module Aws::MediaConnect
917
928
  # resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
918
929
  # resp.flow.source.decryption.constant_initialization_vector #=> String
919
930
  # resp.flow.source.decryption.device_id #=> String
920
- # resp.flow.source.decryption.key_type #=> String, one of "speke", "static-key"
931
+ # resp.flow.source.decryption.key_type #=> String, one of "speke", "static-key", "srt-password"
921
932
  # resp.flow.source.decryption.region #=> String
922
933
  # resp.flow.source.decryption.resource_id #=> String
923
934
  # resp.flow.source.decryption.role_arn #=> String
@@ -933,7 +944,8 @@ module Aws::MediaConnect
933
944
  # resp.flow.source.transport.cidr_allow_list[0] #=> String
934
945
  # resp.flow.source.transport.max_bitrate #=> Integer
935
946
  # resp.flow.source.transport.max_latency #=> Integer
936
- # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
947
+ # resp.flow.source.transport.min_latency #=> Integer
948
+ # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
937
949
  # resp.flow.source.transport.remote_id #=> String
938
950
  # resp.flow.source.transport.smoothing_latency #=> Integer
939
951
  # resp.flow.source.transport.stream_id #=> String
@@ -946,7 +958,7 @@ module Aws::MediaConnect
946
958
  # resp.flow.sources[0].decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
947
959
  # resp.flow.sources[0].decryption.constant_initialization_vector #=> String
948
960
  # resp.flow.sources[0].decryption.device_id #=> String
949
- # resp.flow.sources[0].decryption.key_type #=> String, one of "speke", "static-key"
961
+ # resp.flow.sources[0].decryption.key_type #=> String, one of "speke", "static-key", "srt-password"
950
962
  # resp.flow.sources[0].decryption.region #=> String
951
963
  # resp.flow.sources[0].decryption.resource_id #=> String
952
964
  # resp.flow.sources[0].decryption.role_arn #=> String
@@ -962,7 +974,8 @@ module Aws::MediaConnect
962
974
  # resp.flow.sources[0].transport.cidr_allow_list[0] #=> String
963
975
  # resp.flow.sources[0].transport.max_bitrate #=> Integer
964
976
  # resp.flow.sources[0].transport.max_latency #=> Integer
965
- # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
977
+ # resp.flow.sources[0].transport.min_latency #=> Integer
978
+ # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
966
979
  # resp.flow.sources[0].transport.remote_id #=> String
967
980
  # resp.flow.sources[0].transport.smoothing_latency #=> Integer
968
981
  # resp.flow.sources[0].transport.stream_id #=> String
@@ -1089,10 +1102,10 @@ module Aws::MediaConnect
1089
1102
  # data_transfer_subscriber_fee_percent: 1,
1090
1103
  # description: "__string",
1091
1104
  # encryption: {
1092
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
1105
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
1093
1106
  # constant_initialization_vector: "__string",
1094
1107
  # device_id: "__string",
1095
- # key_type: "speke", # accepts speke, static-key
1108
+ # key_type: "speke", # accepts speke, static-key, srt-password
1096
1109
  # region: "__string",
1097
1110
  # resource_id: "__string",
1098
1111
  # role_arn: "__string", # required
@@ -1115,7 +1128,7 @@ module Aws::MediaConnect
1115
1128
  # resp.entitlements[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1116
1129
  # resp.entitlements[0].encryption.constant_initialization_vector #=> String
1117
1130
  # resp.entitlements[0].encryption.device_id #=> String
1118
- # resp.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key"
1131
+ # resp.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
1119
1132
  # resp.entitlements[0].encryption.region #=> String
1120
1133
  # resp.entitlements[0].encryption.resource_id #=> String
1121
1134
  # resp.entitlements[0].encryption.role_arn #=> String
@@ -1683,7 +1696,7 @@ module Aws::MediaConnect
1683
1696
  # resp.flow.entitlements[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1684
1697
  # resp.flow.entitlements[0].encryption.constant_initialization_vector #=> String
1685
1698
  # resp.flow.entitlements[0].encryption.device_id #=> String
1686
- # resp.flow.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key"
1699
+ # resp.flow.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
1687
1700
  # resp.flow.entitlements[0].encryption.region #=> String
1688
1701
  # resp.flow.entitlements[0].encryption.resource_id #=> String
1689
1702
  # resp.flow.entitlements[0].encryption.role_arn #=> String
@@ -1703,7 +1716,7 @@ module Aws::MediaConnect
1703
1716
  # resp.flow.outputs[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1704
1717
  # resp.flow.outputs[0].encryption.constant_initialization_vector #=> String
1705
1718
  # resp.flow.outputs[0].encryption.device_id #=> String
1706
- # resp.flow.outputs[0].encryption.key_type #=> String, one of "speke", "static-key"
1719
+ # resp.flow.outputs[0].encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
1707
1720
  # resp.flow.outputs[0].encryption.region #=> String
1708
1721
  # resp.flow.outputs[0].encryption.resource_id #=> String
1709
1722
  # resp.flow.outputs[0].encryption.role_arn #=> String
@@ -1718,7 +1731,8 @@ module Aws::MediaConnect
1718
1731
  # resp.flow.outputs[0].transport.cidr_allow_list[0] #=> String
1719
1732
  # resp.flow.outputs[0].transport.max_bitrate #=> Integer
1720
1733
  # resp.flow.outputs[0].transport.max_latency #=> Integer
1721
- # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
1734
+ # resp.flow.outputs[0].transport.min_latency #=> Integer
1735
+ # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
1722
1736
  # resp.flow.outputs[0].transport.remote_id #=> String
1723
1737
  # resp.flow.outputs[0].transport.smoothing_latency #=> Integer
1724
1738
  # resp.flow.outputs[0].transport.stream_id #=> String
@@ -1727,7 +1741,7 @@ module Aws::MediaConnect
1727
1741
  # resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1728
1742
  # resp.flow.source.decryption.constant_initialization_vector #=> String
1729
1743
  # resp.flow.source.decryption.device_id #=> String
1730
- # resp.flow.source.decryption.key_type #=> String, one of "speke", "static-key"
1744
+ # resp.flow.source.decryption.key_type #=> String, one of "speke", "static-key", "srt-password"
1731
1745
  # resp.flow.source.decryption.region #=> String
1732
1746
  # resp.flow.source.decryption.resource_id #=> String
1733
1747
  # resp.flow.source.decryption.role_arn #=> String
@@ -1743,7 +1757,8 @@ module Aws::MediaConnect
1743
1757
  # resp.flow.source.transport.cidr_allow_list[0] #=> String
1744
1758
  # resp.flow.source.transport.max_bitrate #=> Integer
1745
1759
  # resp.flow.source.transport.max_latency #=> Integer
1746
- # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
1760
+ # resp.flow.source.transport.min_latency #=> Integer
1761
+ # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
1747
1762
  # resp.flow.source.transport.remote_id #=> String
1748
1763
  # resp.flow.source.transport.smoothing_latency #=> Integer
1749
1764
  # resp.flow.source.transport.stream_id #=> String
@@ -1756,7 +1771,7 @@ module Aws::MediaConnect
1756
1771
  # resp.flow.sources[0].decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1757
1772
  # resp.flow.sources[0].decryption.constant_initialization_vector #=> String
1758
1773
  # resp.flow.sources[0].decryption.device_id #=> String
1759
- # resp.flow.sources[0].decryption.key_type #=> String, one of "speke", "static-key"
1774
+ # resp.flow.sources[0].decryption.key_type #=> String, one of "speke", "static-key", "srt-password"
1760
1775
  # resp.flow.sources[0].decryption.region #=> String
1761
1776
  # resp.flow.sources[0].decryption.resource_id #=> String
1762
1777
  # resp.flow.sources[0].decryption.role_arn #=> String
@@ -1772,7 +1787,8 @@ module Aws::MediaConnect
1772
1787
  # resp.flow.sources[0].transport.cidr_allow_list[0] #=> String
1773
1788
  # resp.flow.sources[0].transport.max_bitrate #=> Integer
1774
1789
  # resp.flow.sources[0].transport.max_latency #=> Integer
1775
- # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
1790
+ # resp.flow.sources[0].transport.min_latency #=> Integer
1791
+ # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
1776
1792
  # resp.flow.sources[0].transport.remote_id #=> String
1777
1793
  # resp.flow.sources[0].transport.smoothing_latency #=> Integer
1778
1794
  # resp.flow.sources[0].transport.stream_id #=> String
@@ -1838,7 +1854,7 @@ module Aws::MediaConnect
1838
1854
  # algorithm: "aes128", # accepts aes128, aes192, aes256
1839
1855
  # constant_initialization_vector: "__string",
1840
1856
  # device_id: "__string",
1841
- # key_type: "speke", # accepts speke, static-key
1857
+ # key_type: "speke", # accepts speke, static-key, srt-password
1842
1858
  # region: "__string",
1843
1859
  # resource_id: "__string",
1844
1860
  # role_arn: "__string",
@@ -1858,7 +1874,7 @@ module Aws::MediaConnect
1858
1874
  # resp.entitlement.encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1859
1875
  # resp.entitlement.encryption.constant_initialization_vector #=> String
1860
1876
  # resp.entitlement.encryption.device_id #=> String
1861
- # resp.entitlement.encryption.key_type #=> String, one of "speke", "static-key"
1877
+ # resp.entitlement.encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
1862
1878
  # resp.entitlement.encryption.region #=> String
1863
1879
  # resp.entitlement.encryption.resource_id #=> String
1864
1880
  # resp.entitlement.encryption.role_arn #=> String
@@ -1903,6 +1919,14 @@ module Aws::MediaConnect
1903
1919
  # @option params [Integer] :max_latency
1904
1920
  # The maximum latency in milliseconds for Zixi-based streams.
1905
1921
  #
1922
+ # @option params [Integer] :min_latency
1923
+ # The minimum latency in milliseconds for SRT-based streams. In streams
1924
+ # that use the SRT protocol, this value that you set on your
1925
+ # MediaConnect source or output represents the minimal potential latency
1926
+ # of that connection. The latency of the stream is set to the highest
1927
+ # number between the sender’s minimum latency and the receiver’s minimum
1928
+ # latency.
1929
+ #
1906
1930
  # @option params [required, String] :output_arn
1907
1931
  #
1908
1932
  # @option params [Integer] :port
@@ -1940,7 +1964,7 @@ module Aws::MediaConnect
1940
1964
  # algorithm: "aes128", # accepts aes128, aes192, aes256
1941
1965
  # constant_initialization_vector: "__string",
1942
1966
  # device_id: "__string",
1943
- # key_type: "speke", # accepts speke, static-key
1967
+ # key_type: "speke", # accepts speke, static-key, srt-password
1944
1968
  # region: "__string",
1945
1969
  # resource_id: "__string",
1946
1970
  # role_arn: "__string",
@@ -1949,9 +1973,10 @@ module Aws::MediaConnect
1949
1973
  # },
1950
1974
  # flow_arn: "__string", # required
1951
1975
  # max_latency: 1,
1976
+ # min_latency: 1,
1952
1977
  # output_arn: "__string", # required
1953
1978
  # port: 1,
1954
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
1979
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
1955
1980
  # remote_id: "__string",
1956
1981
  # smoothing_latency: 1,
1957
1982
  # stream_id: "__string",
@@ -1969,7 +1994,7 @@ module Aws::MediaConnect
1969
1994
  # resp.output.encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1970
1995
  # resp.output.encryption.constant_initialization_vector #=> String
1971
1996
  # resp.output.encryption.device_id #=> String
1972
- # resp.output.encryption.key_type #=> String, one of "speke", "static-key"
1997
+ # resp.output.encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
1973
1998
  # resp.output.encryption.region #=> String
1974
1999
  # resp.output.encryption.resource_id #=> String
1975
2000
  # resp.output.encryption.role_arn #=> String
@@ -1984,7 +2009,8 @@ module Aws::MediaConnect
1984
2009
  # resp.output.transport.cidr_allow_list[0] #=> String
1985
2010
  # resp.output.transport.max_bitrate #=> Integer
1986
2011
  # resp.output.transport.max_latency #=> Integer
1987
- # resp.output.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
2012
+ # resp.output.transport.min_latency #=> Integer
2013
+ # resp.output.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
1988
2014
  # resp.output.transport.remote_id #=> String
1989
2015
  # resp.output.transport.smoothing_latency #=> Integer
1990
2016
  # resp.output.transport.stream_id #=> String
@@ -2025,6 +2051,14 @@ module Aws::MediaConnect
2025
2051
  # The maximum latency in milliseconds. This parameter applies only to
2026
2052
  # RIST-based and Zixi-based streams.
2027
2053
  #
2054
+ # @option params [Integer] :min_latency
2055
+ # The minimum latency in milliseconds for SRT-based streams. In streams
2056
+ # that use the SRT protocol, this value that you set on your
2057
+ # MediaConnect source or output represents the minimal potential latency
2058
+ # of that connection. The latency of the stream is set to the highest
2059
+ # number between the sender’s minimum latency and the receiver’s minimum
2060
+ # latency.
2061
+ #
2028
2062
  # @option params [String] :protocol
2029
2063
  # The protocol that is used by the source.
2030
2064
  #
@@ -2054,7 +2088,7 @@ module Aws::MediaConnect
2054
2088
  # algorithm: "aes128", # accepts aes128, aes192, aes256
2055
2089
  # constant_initialization_vector: "__string",
2056
2090
  # device_id: "__string",
2057
- # key_type: "speke", # accepts speke, static-key
2091
+ # key_type: "speke", # accepts speke, static-key, srt-password
2058
2092
  # region: "__string",
2059
2093
  # resource_id: "__string",
2060
2094
  # role_arn: "__string",
@@ -2067,7 +2101,8 @@ module Aws::MediaConnect
2067
2101
  # ingest_port: 1,
2068
2102
  # max_bitrate: 1,
2069
2103
  # max_latency: 1,
2070
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
2104
+ # min_latency: 1,
2105
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
2071
2106
  # source_arn: "__string", # required
2072
2107
  # stream_id: "__string",
2073
2108
  # vpc_interface_name: "__string",
@@ -2081,7 +2116,7 @@ module Aws::MediaConnect
2081
2116
  # resp.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
2082
2117
  # resp.source.decryption.constant_initialization_vector #=> String
2083
2118
  # resp.source.decryption.device_id #=> String
2084
- # resp.source.decryption.key_type #=> String, one of "speke", "static-key"
2119
+ # resp.source.decryption.key_type #=> String, one of "speke", "static-key", "srt-password"
2085
2120
  # resp.source.decryption.region #=> String
2086
2121
  # resp.source.decryption.resource_id #=> String
2087
2122
  # resp.source.decryption.role_arn #=> String
@@ -2097,7 +2132,8 @@ module Aws::MediaConnect
2097
2132
  # resp.source.transport.cidr_allow_list[0] #=> String
2098
2133
  # resp.source.transport.max_bitrate #=> Integer
2099
2134
  # resp.source.transport.max_latency #=> Integer
2100
- # resp.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
2135
+ # resp.source.transport.min_latency #=> Integer
2136
+ # resp.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
2101
2137
  # resp.source.transport.remote_id #=> String
2102
2138
  # resp.source.transport.smoothing_latency #=> Integer
2103
2139
  # resp.source.transport.stream_id #=> String
@@ -2126,7 +2162,7 @@ module Aws::MediaConnect
2126
2162
  params: params,
2127
2163
  config: config)
2128
2164
  context[:gem_name] = 'aws-sdk-mediaconnect'
2129
- context[:gem_version] = '1.30.0'
2165
+ context[:gem_version] = '1.31.0'
2130
2166
  Seahorse::Client::Request.new(handlers, context)
2131
2167
  end
2132
2168
 
@@ -163,6 +163,7 @@ module Aws::MediaConnect
163
163
  AddOutputRequest.add_member(:destination, Shapes::ShapeRef.new(shape: __string, location_name: "destination"))
164
164
  AddOutputRequest.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "encryption"))
165
165
  AddOutputRequest.add_member(:max_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "maxLatency"))
166
+ AddOutputRequest.add_member(:min_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "minLatency"))
166
167
  AddOutputRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
167
168
  AddOutputRequest.add_member(:port, Shapes::ShapeRef.new(shape: __integer, location_name: "port"))
168
169
  AddOutputRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, required: true, location_name: "protocol"))
@@ -217,7 +218,7 @@ module Aws::MediaConnect
217
218
  DescribeReservationResponse.add_member(:reservation, Shapes::ShapeRef.new(shape: Reservation, location_name: "reservation"))
218
219
  DescribeReservationResponse.struct_class = Types::DescribeReservationResponse
219
220
 
220
- Encryption.add_member(:algorithm, Shapes::ShapeRef.new(shape: Algorithm, required: true, location_name: "algorithm"))
221
+ Encryption.add_member(:algorithm, Shapes::ShapeRef.new(shape: Algorithm, location_name: "algorithm"))
221
222
  Encryption.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: __string, location_name: "constantInitializationVector"))
222
223
  Encryption.add_member(:device_id, Shapes::ShapeRef.new(shape: __string, location_name: "deviceId"))
223
224
  Encryption.add_member(:key_type, Shapes::ShapeRef.new(shape: KeyType, location_name: "keyType"))
@@ -432,6 +433,7 @@ module Aws::MediaConnect
432
433
  SetSourceRequest.add_member(:ingest_port, Shapes::ShapeRef.new(shape: __integer, location_name: "ingestPort"))
433
434
  SetSourceRequest.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
434
435
  SetSourceRequest.add_member(:max_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "maxLatency"))
436
+ SetSourceRequest.add_member(:min_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "minLatency"))
435
437
  SetSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
436
438
  SetSourceRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "protocol"))
437
439
  SetSourceRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
@@ -476,6 +478,7 @@ module Aws::MediaConnect
476
478
  Transport.add_member(:cidr_allow_list, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "cidrAllowList"))
477
479
  Transport.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
478
480
  Transport.add_member(:max_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "maxLatency"))
481
+ Transport.add_member(:min_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "minLatency"))
479
482
  Transport.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, required: true, location_name: "protocol"))
480
483
  Transport.add_member(:remote_id, Shapes::ShapeRef.new(shape: __string, location_name: "remoteId"))
481
484
  Transport.add_member(:smoothing_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "smoothingLatency"))
@@ -519,6 +522,7 @@ module Aws::MediaConnect
519
522
  UpdateFlowOutputRequest.add_member(:encryption, Shapes::ShapeRef.new(shape: UpdateEncryption, location_name: "encryption"))
520
523
  UpdateFlowOutputRequest.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "flowArn"))
521
524
  UpdateFlowOutputRequest.add_member(:max_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "maxLatency"))
525
+ UpdateFlowOutputRequest.add_member(:min_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "minLatency"))
522
526
  UpdateFlowOutputRequest.add_member(:output_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "outputArn"))
523
527
  UpdateFlowOutputRequest.add_member(:port, Shapes::ShapeRef.new(shape: __integer, location_name: "port"))
524
528
  UpdateFlowOutputRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "protocol"))
@@ -546,6 +550,7 @@ module Aws::MediaConnect
546
550
  UpdateFlowSourceRequest.add_member(:ingest_port, Shapes::ShapeRef.new(shape: __integer, location_name: "ingestPort"))
547
551
  UpdateFlowSourceRequest.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
548
552
  UpdateFlowSourceRequest.add_member(:max_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "maxLatency"))
553
+ UpdateFlowSourceRequest.add_member(:min_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "minLatency"))
549
554
  UpdateFlowSourceRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "protocol"))
550
555
  UpdateFlowSourceRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "sourceArn"))
551
556
  UpdateFlowSourceRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
@@ -39,10 +39,10 @@ module Aws::MediaConnect
39
39
  # description: "__string",
40
40
  # destination: "__string",
41
41
  # encryption: {
42
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
42
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
43
43
  # constant_initialization_vector: "__string",
44
44
  # device_id: "__string",
45
- # key_type: "speke", # accepts speke, static-key
45
+ # key_type: "speke", # accepts speke, static-key, srt-password
46
46
  # region: "__string",
47
47
  # resource_id: "__string",
48
48
  # role_arn: "__string", # required
@@ -50,9 +50,10 @@ module Aws::MediaConnect
50
50
  # url: "__string",
51
51
  # },
52
52
  # max_latency: 1,
53
+ # min_latency: 1,
53
54
  # name: "__string",
54
55
  # port: 1,
55
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
56
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
56
57
  # remote_id: "__string",
57
58
  # smoothing_latency: 1,
58
59
  # stream_id: "__string",
@@ -109,10 +110,10 @@ module Aws::MediaConnect
109
110
  # sources: [ # required
110
111
  # {
111
112
  # decryption: {
112
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
113
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
113
114
  # constant_initialization_vector: "__string",
114
115
  # device_id: "__string",
115
- # key_type: "speke", # accepts speke, static-key
116
+ # key_type: "speke", # accepts speke, static-key, srt-password
116
117
  # region: "__string",
117
118
  # resource_id: "__string",
118
119
  # role_arn: "__string", # required
@@ -124,8 +125,9 @@ module Aws::MediaConnect
124
125
  # ingest_port: 1,
125
126
  # max_bitrate: 1,
126
127
  # max_latency: 1,
128
+ # min_latency: 1,
127
129
  # name: "__string",
128
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
130
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
129
131
  # stream_id: "__string",
130
132
  # vpc_interface_name: "__string",
131
133
  # whitelist_cidr: "__string",
@@ -232,10 +234,10 @@ module Aws::MediaConnect
232
234
  # description: "__string",
233
235
  # destination: "__string",
234
236
  # encryption: {
235
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
237
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
236
238
  # constant_initialization_vector: "__string",
237
239
  # device_id: "__string",
238
- # key_type: "speke", # accepts speke, static-key
240
+ # key_type: "speke", # accepts speke, static-key, srt-password
239
241
  # region: "__string",
240
242
  # resource_id: "__string",
241
243
  # role_arn: "__string", # required
@@ -243,9 +245,10 @@ module Aws::MediaConnect
243
245
  # url: "__string",
244
246
  # },
245
247
  # max_latency: 1,
248
+ # min_latency: 1,
246
249
  # name: "__string",
247
250
  # port: 1,
248
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
251
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
249
252
  # remote_id: "__string",
250
253
  # smoothing_latency: 1,
251
254
  # stream_id: "__string",
@@ -280,6 +283,15 @@ module Aws::MediaConnect
280
283
  # The maximum latency in milliseconds for Zixi-based streams.
281
284
  # @return [Integer]
282
285
  #
286
+ # @!attribute [rw] min_latency
287
+ # The minimum latency in milliseconds for SRT-based streams. In
288
+ # streams that use the SRT protocol, this value that you set on your
289
+ # MediaConnect source or output represents the minimal potential
290
+ # latency of that connection. The latency of the stream is set to the
291
+ # highest number between the sender’s minimum latency and the
292
+ # receiver’s minimum latency.
293
+ # @return [Integer]
294
+ #
283
295
  # @!attribute [rw] name
284
296
  # The name of the output. This value must be unique within the current
285
297
  # flow.
@@ -319,6 +331,7 @@ module Aws::MediaConnect
319
331
  :destination,
320
332
  :encryption,
321
333
  :max_latency,
334
+ :min_latency,
322
335
  :name,
323
336
  :port,
324
337
  :protocol,
@@ -373,10 +386,10 @@ module Aws::MediaConnect
373
386
  # data_transfer_subscriber_fee_percent: 1,
374
387
  # description: "__string",
375
388
  # encryption: {
376
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
389
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
377
390
  # constant_initialization_vector: "__string",
378
391
  # device_id: "__string",
379
- # key_type: "speke", # accepts speke, static-key
392
+ # key_type: "speke", # accepts speke, static-key, srt-password
380
393
  # region: "__string",
381
394
  # resource_id: "__string",
382
395
  # role_arn: "__string", # required
@@ -395,10 +408,10 @@ module Aws::MediaConnect
395
408
  # description: "__string",
396
409
  # destination: "__string",
397
410
  # encryption: {
398
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
411
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
399
412
  # constant_initialization_vector: "__string",
400
413
  # device_id: "__string",
401
- # key_type: "speke", # accepts speke, static-key
414
+ # key_type: "speke", # accepts speke, static-key, srt-password
402
415
  # region: "__string",
403
416
  # resource_id: "__string",
404
417
  # role_arn: "__string", # required
@@ -406,9 +419,10 @@ module Aws::MediaConnect
406
419
  # url: "__string",
407
420
  # },
408
421
  # max_latency: 1,
422
+ # min_latency: 1,
409
423
  # name: "__string",
410
424
  # port: 1,
411
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
425
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
412
426
  # remote_id: "__string",
413
427
  # smoothing_latency: 1,
414
428
  # stream_id: "__string",
@@ -419,10 +433,10 @@ module Aws::MediaConnect
419
433
  # ],
420
434
  # source: {
421
435
  # decryption: {
422
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
436
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
423
437
  # constant_initialization_vector: "__string",
424
438
  # device_id: "__string",
425
- # key_type: "speke", # accepts speke, static-key
439
+ # key_type: "speke", # accepts speke, static-key, srt-password
426
440
  # region: "__string",
427
441
  # resource_id: "__string",
428
442
  # role_arn: "__string", # required
@@ -434,8 +448,9 @@ module Aws::MediaConnect
434
448
  # ingest_port: 1,
435
449
  # max_bitrate: 1,
436
450
  # max_latency: 1,
451
+ # min_latency: 1,
437
452
  # name: "__string",
438
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
453
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
439
454
  # stream_id: "__string",
440
455
  # vpc_interface_name: "__string",
441
456
  # whitelist_cidr: "__string",
@@ -447,10 +462,10 @@ module Aws::MediaConnect
447
462
  # sources: [
448
463
  # {
449
464
  # decryption: {
450
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
465
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
451
466
  # constant_initialization_vector: "__string",
452
467
  # device_id: "__string",
453
- # key_type: "speke", # accepts speke, static-key
468
+ # key_type: "speke", # accepts speke, static-key, srt-password
454
469
  # region: "__string",
455
470
  # resource_id: "__string",
456
471
  # role_arn: "__string", # required
@@ -462,8 +477,9 @@ module Aws::MediaConnect
462
477
  # ingest_port: 1,
463
478
  # max_bitrate: 1,
464
479
  # max_latency: 1,
480
+ # min_latency: 1,
465
481
  # name: "__string",
466
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
482
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
467
483
  # stream_id: "__string",
468
484
  # vpc_interface_name: "__string",
469
485
  # whitelist_cidr: "__string",
@@ -694,10 +710,10 @@ module Aws::MediaConnect
694
710
  # data as a hash:
695
711
  #
696
712
  # {
697
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
713
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
698
714
  # constant_initialization_vector: "__string",
699
715
  # device_id: "__string",
700
- # key_type: "speke", # accepts speke, static-key
716
+ # key_type: "speke", # accepts speke, static-key, srt-password
701
717
  # region: "__string",
702
718
  # resource_id: "__string",
703
719
  # role_arn: "__string", # required
@@ -945,10 +961,10 @@ module Aws::MediaConnect
945
961
  # data_transfer_subscriber_fee_percent: 1,
946
962
  # description: "__string",
947
963
  # encryption: {
948
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
964
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
949
965
  # constant_initialization_vector: "__string",
950
966
  # device_id: "__string",
951
- # key_type: "speke", # accepts speke, static-key
967
+ # key_type: "speke", # accepts speke, static-key, srt-password
952
968
  # region: "__string",
953
969
  # resource_id: "__string",
954
970
  # role_arn: "__string", # required
@@ -1033,10 +1049,10 @@ module Aws::MediaConnect
1033
1049
  # data_transfer_subscriber_fee_percent: 1,
1034
1050
  # description: "__string",
1035
1051
  # encryption: {
1036
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
1052
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
1037
1053
  # constant_initialization_vector: "__string",
1038
1054
  # device_id: "__string",
1039
- # key_type: "speke", # accepts speke, static-key
1055
+ # key_type: "speke", # accepts speke, static-key, srt-password
1040
1056
  # region: "__string",
1041
1057
  # resource_id: "__string",
1042
1058
  # role_arn: "__string", # required
@@ -1957,10 +1973,10 @@ module Aws::MediaConnect
1957
1973
  #
1958
1974
  # {
1959
1975
  # decryption: {
1960
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
1976
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
1961
1977
  # constant_initialization_vector: "__string",
1962
1978
  # device_id: "__string",
1963
- # key_type: "speke", # accepts speke, static-key
1979
+ # key_type: "speke", # accepts speke, static-key, srt-password
1964
1980
  # region: "__string",
1965
1981
  # resource_id: "__string",
1966
1982
  # role_arn: "__string", # required
@@ -1972,8 +1988,9 @@ module Aws::MediaConnect
1972
1988
  # ingest_port: 1,
1973
1989
  # max_bitrate: 1,
1974
1990
  # max_latency: 1,
1991
+ # min_latency: 1,
1975
1992
  # name: "__string",
1976
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
1993
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
1977
1994
  # stream_id: "__string",
1978
1995
  # vpc_interface_name: "__string",
1979
1996
  # whitelist_cidr: "__string",
@@ -2008,6 +2025,15 @@ module Aws::MediaConnect
2008
2025
  # RIST-based and Zixi-based streams.
2009
2026
  # @return [Integer]
2010
2027
  #
2028
+ # @!attribute [rw] min_latency
2029
+ # The minimum latency in milliseconds for SRT-based streams. In
2030
+ # streams that use the SRT protocol, this value that you set on your
2031
+ # MediaConnect source or output represents the minimal potential
2032
+ # latency of that connection. The latency of the stream is set to the
2033
+ # highest number between the sender’s minimum latency and the
2034
+ # receiver’s minimum latency.
2035
+ # @return [Integer]
2036
+ #
2011
2037
  # @!attribute [rw] name
2012
2038
  # The name of the source.
2013
2039
  # @return [String]
@@ -2041,6 +2067,7 @@ module Aws::MediaConnect
2041
2067
  :ingest_port,
2042
2068
  :max_bitrate,
2043
2069
  :max_latency,
2070
+ :min_latency,
2044
2071
  :name,
2045
2072
  :protocol,
2046
2073
  :stream_id,
@@ -2265,6 +2292,15 @@ module Aws::MediaConnect
2265
2292
  # RIST-based and Zixi-based streams.
2266
2293
  # @return [Integer]
2267
2294
  #
2295
+ # @!attribute [rw] min_latency
2296
+ # The minimum latency in milliseconds for SRT-based streams. In
2297
+ # streams that use the SRT protocol, this value that you set on your
2298
+ # MediaConnect source or output represents the minimal potential
2299
+ # latency of that connection. The latency of the stream is set to the
2300
+ # highest number between the sender’s minimum latency and the
2301
+ # receiver’s minimum latency.
2302
+ # @return [Integer]
2303
+ #
2268
2304
  # @!attribute [rw] protocol
2269
2305
  # The protocol that is used by the source or output.
2270
2306
  # @return [String]
@@ -2289,6 +2325,7 @@ module Aws::MediaConnect
2289
2325
  :cidr_allow_list,
2290
2326
  :max_bitrate,
2291
2327
  :max_latency,
2328
+ :min_latency,
2292
2329
  :protocol,
2293
2330
  :remote_id,
2294
2331
  :smoothing_latency,
@@ -2329,7 +2366,7 @@ module Aws::MediaConnect
2329
2366
  # algorithm: "aes128", # accepts aes128, aes192, aes256
2330
2367
  # constant_initialization_vector: "__string",
2331
2368
  # device_id: "__string",
2332
- # key_type: "speke", # accepts speke, static-key
2369
+ # key_type: "speke", # accepts speke, static-key, srt-password
2333
2370
  # region: "__string",
2334
2371
  # resource_id: "__string",
2335
2372
  # role_arn: "__string",
@@ -2443,7 +2480,7 @@ module Aws::MediaConnect
2443
2480
  # algorithm: "aes128", # accepts aes128, aes192, aes256
2444
2481
  # constant_initialization_vector: "__string",
2445
2482
  # device_id: "__string",
2446
- # key_type: "speke", # accepts speke, static-key
2483
+ # key_type: "speke", # accepts speke, static-key, srt-password
2447
2484
  # region: "__string",
2448
2485
  # resource_id: "__string",
2449
2486
  # role_arn: "__string",
@@ -2534,7 +2571,7 @@ module Aws::MediaConnect
2534
2571
  # algorithm: "aes128", # accepts aes128, aes192, aes256
2535
2572
  # constant_initialization_vector: "__string",
2536
2573
  # device_id: "__string",
2537
- # key_type: "speke", # accepts speke, static-key
2574
+ # key_type: "speke", # accepts speke, static-key, srt-password
2538
2575
  # region: "__string",
2539
2576
  # resource_id: "__string",
2540
2577
  # role_arn: "__string",
@@ -2543,9 +2580,10 @@ module Aws::MediaConnect
2543
2580
  # },
2544
2581
  # flow_arn: "__string", # required
2545
2582
  # max_latency: 1,
2583
+ # min_latency: 1,
2546
2584
  # output_arn: "__string", # required
2547
2585
  # port: 1,
2548
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
2586
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
2549
2587
  # remote_id: "__string",
2550
2588
  # smoothing_latency: 1,
2551
2589
  # stream_id: "__string",
@@ -2583,6 +2621,15 @@ module Aws::MediaConnect
2583
2621
  # The maximum latency in milliseconds for Zixi-based streams.
2584
2622
  # @return [Integer]
2585
2623
  #
2624
+ # @!attribute [rw] min_latency
2625
+ # The minimum latency in milliseconds for SRT-based streams. In
2626
+ # streams that use the SRT protocol, this value that you set on your
2627
+ # MediaConnect source or output represents the minimal potential
2628
+ # latency of that connection. The latency of the stream is set to the
2629
+ # highest number between the sender’s minimum latency and the
2630
+ # receiver’s minimum latency.
2631
+ # @return [Integer]
2632
+ #
2586
2633
  # @!attribute [rw] output_arn
2587
2634
  # @return [String]
2588
2635
  #
@@ -2621,6 +2668,7 @@ module Aws::MediaConnect
2621
2668
  :encryption,
2622
2669
  :flow_arn,
2623
2670
  :max_latency,
2671
+ :min_latency,
2624
2672
  :output_arn,
2625
2673
  :port,
2626
2674
  :protocol,
@@ -2706,7 +2754,7 @@ module Aws::MediaConnect
2706
2754
  # algorithm: "aes128", # accepts aes128, aes192, aes256
2707
2755
  # constant_initialization_vector: "__string",
2708
2756
  # device_id: "__string",
2709
- # key_type: "speke", # accepts speke, static-key
2757
+ # key_type: "speke", # accepts speke, static-key, srt-password
2710
2758
  # region: "__string",
2711
2759
  # resource_id: "__string",
2712
2760
  # role_arn: "__string",
@@ -2719,7 +2767,8 @@ module Aws::MediaConnect
2719
2767
  # ingest_port: 1,
2720
2768
  # max_bitrate: 1,
2721
2769
  # max_latency: 1,
2722
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
2770
+ # min_latency: 1,
2771
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
2723
2772
  # source_arn: "__string", # required
2724
2773
  # stream_id: "__string",
2725
2774
  # vpc_interface_name: "__string",
@@ -2758,6 +2807,15 @@ module Aws::MediaConnect
2758
2807
  # RIST-based and Zixi-based streams.
2759
2808
  # @return [Integer]
2760
2809
  #
2810
+ # @!attribute [rw] min_latency
2811
+ # The minimum latency in milliseconds for SRT-based streams. In
2812
+ # streams that use the SRT protocol, this value that you set on your
2813
+ # MediaConnect source or output represents the minimal potential
2814
+ # latency of that connection. The latency of the stream is set to the
2815
+ # highest number between the sender’s minimum latency and the
2816
+ # receiver’s minimum latency.
2817
+ # @return [Integer]
2818
+ #
2761
2819
  # @!attribute [rw] protocol
2762
2820
  # The protocol that is used by the source.
2763
2821
  # @return [String]
@@ -2791,6 +2849,7 @@ module Aws::MediaConnect
2791
2849
  :ingest_port,
2792
2850
  :max_bitrate,
2793
2851
  :max_latency,
2852
+ :min_latency,
2794
2853
  :protocol,
2795
2854
  :source_arn,
2796
2855
  :stream_id,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core