aws-sdk-core 2.11.404 → 2.11.405

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +130 -4
  3. data/apis/appconfig/2019-10-09/api-2.json +1391 -0
  4. data/apis/appconfig/2019-10-09/examples-1.json +5 -0
  5. data/apis/appconfig/2019-10-09/paginators-1.json +29 -0
  6. data/apis/application-autoscaling/2016-02-06/api-2.json +7 -3
  7. data/apis/application-insights/2018-11-25/api-2.json +432 -12
  8. data/apis/application-insights/2018-11-25/paginators-1.json +10 -0
  9. data/apis/athena/2017-05-18/api-2.json +5 -1
  10. data/apis/ce/2017-10-25/api-2.json +248 -2
  11. data/apis/codebuild/2016-10-06/api-2.json +444 -1
  12. data/apis/cognito-idp/2016-04-18/api-2.json +1 -0
  13. data/apis/comprehend/2017-11-27/api-2.json +265 -0
  14. data/apis/dlm/2018-01-12/api-2.json +15 -6
  15. data/apis/ec2/2016-11-15/api-2.json +77 -0
  16. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +5 -2
  17. data/apis/greengrass/2017-06-07/api-2.json +21 -3
  18. data/apis/iot/2015-05-28/api-2.json +909 -20
  19. data/apis/iotsecuretunneling/2018-10-05/api-2.json +388 -0
  20. data/apis/iotsecuretunneling/2018-10-05/examples-1.json +5 -0
  21. data/apis/iotsecuretunneling/2018-10-05/paginators-1.json +9 -0
  22. data/apis/kinesisanalyticsv2/2018-05-23/api-2.json +149 -5
  23. data/apis/kms/2014-11-01/api-2.json +315 -8
  24. data/apis/lambda/2015-03-31/api-2.json +336 -10
  25. data/apis/lambda/2015-03-31/paginators-1.json +6 -0
  26. data/apis/lambda/2015-03-31/waiters-2.json +52 -0
  27. data/apis/mediaconvert/2017-08-29/api-2.json +28 -6
  28. data/apis/medialive/2017-10-14/api-2.json +1696 -106
  29. data/apis/medialive/2017-10-14/paginators-1.json +12 -0
  30. data/apis/medialive/2017-10-14/waiters-2.json +106 -0
  31. data/apis/mediapackage-vod/2018-11-07/api-2.json +12 -0
  32. data/apis/monitoring/2010-08-01/api-2.json +341 -0
  33. data/apis/monitoring/2010-08-01/paginators-1.json +5 -0
  34. data/apis/ram/2018-01-04/api-2.json +253 -2
  35. data/apis/rds/2014-10-31/api-2.json +2 -1
  36. data/apis/redshift/2012-12-01/api-2.json +273 -5
  37. data/apis/redshift/2012-12-01/paginators-1.json +6 -0
  38. data/apis/runtime.lex/2016-11-28/api-2.json +8 -2
  39. data/apis/sesv2/2019-09-27/api-2.json +274 -5
  40. data/apis/sesv2/2019-09-27/paginators-1.json +5 -0
  41. data/apis/ssm/2014-11-06/api-2.json +46 -7
  42. data/apis/wafv2/2019-07-29/api-2.json +2418 -0
  43. data/apis/wafv2/2019-07-29/examples-1.json +5 -0
  44. data/apis/wafv2/2019-07-29/paginators-1.json +4 -0
  45. data/apis/wafv2/2019-07-29/smoke.json +21 -0
  46. data/endpoints.json +2 -0
  47. data/lib/aws-sdk-core.rb +3 -0
  48. data/lib/aws-sdk-core/appconfig.rb +6 -0
  49. data/lib/aws-sdk-core/iotsecuretunneling.rb +6 -0
  50. data/lib/aws-sdk-core/version.rb +1 -1
  51. data/lib/aws-sdk-core/wafv2.rb +6 -0
  52. data/service-models.json +12 -0
  53. metadata +15 -2
@@ -12,6 +12,12 @@
12
12
  "output_token": "NextMarker",
13
13
  "result_key": "EventSourceMappings"
14
14
  },
15
+ "ListFunctionEventInvokeConfigs": {
16
+ "input_token": "Marker",
17
+ "limit_key": "MaxItems",
18
+ "output_token": "NextMarker",
19
+ "result_key": "FunctionEventInvokeConfigs"
20
+ },
15
21
  "ListFunctions": {
16
22
  "input_token": "Marker",
17
23
  "limit_key": "MaxItems",
@@ -17,6 +17,58 @@
17
17
  "expected": "ResourceNotFoundException"
18
18
  }
19
19
  ]
20
+ },
21
+ "FunctionActive": {
22
+ "delay": 5,
23
+ "maxAttempts": 60,
24
+ "operation": "GetFunctionConfiguration",
25
+ "description": "Waits for the function's State to be Active.",
26
+ "acceptors": [
27
+ {
28
+ "state": "success",
29
+ "matcher": "path",
30
+ "argument": "State",
31
+ "expected": "Active"
32
+ },
33
+ {
34
+ "state": "failure",
35
+ "matcher": "path",
36
+ "argument": "State",
37
+ "expected": "Failed"
38
+ },
39
+ {
40
+ "state": "retry",
41
+ "matcher": "path",
42
+ "argument": "State",
43
+ "expected": "Pending"
44
+ }
45
+ ]
46
+ },
47
+ "FunctionUpdated": {
48
+ "delay": 5,
49
+ "maxAttempts": 60,
50
+ "operation": "GetFunctionConfiguration",
51
+ "description": "Waits for the function's LastUpdateStatus to be Successful.",
52
+ "acceptors": [
53
+ {
54
+ "state": "success",
55
+ "matcher": "path",
56
+ "argument": "LastUpdateStatus",
57
+ "expected": "Successful"
58
+ },
59
+ {
60
+ "state": "failure",
61
+ "matcher": "path",
62
+ "argument": "LastUpdateStatus",
63
+ "expected": "Failed"
64
+ },
65
+ {
66
+ "state": "retry",
67
+ "matcher": "path",
68
+ "argument": "LastUpdateStatus",
69
+ "expected": "InProgress"
70
+ }
71
+ ]
20
72
  }
21
73
  }
22
74
  }
@@ -1094,6 +1094,13 @@
1094
1094
  }
1095
1095
  }
1096
1096
  },
1097
+ "AlphaBehavior": {
1098
+ "type": "string",
1099
+ "enum": [
1100
+ "DISCARD",
1101
+ "REMAP_TO_LUMA"
1102
+ ]
1103
+ },
1097
1104
  "AncillaryConvert608To708": {
1098
1105
  "type": "string",
1099
1106
  "enum": [
@@ -2698,6 +2705,10 @@
2698
2705
  "shape": "__integerMinNegative2147483648Max2147483647",
2699
2706
  "locationName": "shadowYOffset"
2700
2707
  },
2708
+ "SubtitlingType": {
2709
+ "shape": "DvbSubtitlingType",
2710
+ "locationName": "subtitlingType"
2711
+ },
2701
2712
  "TeletextSpacing": {
2702
2713
  "shape": "DvbSubtitleTeletextSpacing",
2703
2714
  "locationName": "teletextSpacing"
@@ -2773,6 +2784,13 @@
2773
2784
  "PROPORTIONAL"
2774
2785
  ]
2775
2786
  },
2787
+ "DvbSubtitlingType": {
2788
+ "type": "string",
2789
+ "enum": [
2790
+ "HEARING_IMPAIRED",
2791
+ "STANDARD"
2792
+ ]
2793
+ },
2776
2794
  "DvbTdtSettings": {
2777
2795
  "type": "structure",
2778
2796
  "members": {
@@ -7623,7 +7641,7 @@
7623
7641
  "locationName": "fixedAfd"
7624
7642
  },
7625
7643
  "Height": {
7626
- "shape": "__integerMin32Max4096",
7644
+ "shape": "__integerMin32Max8192",
7627
7645
  "locationName": "height"
7628
7646
  },
7629
7647
  "Position": {
@@ -7651,7 +7669,7 @@
7651
7669
  "locationName": "videoPreprocessors"
7652
7670
  },
7653
7671
  "Width": {
7654
- "shape": "__integerMin32Max4096",
7672
+ "shape": "__integerMin32Max8192",
7655
7673
  "locationName": "width"
7656
7674
  }
7657
7675
  }
@@ -7701,6 +7719,10 @@
7701
7719
  "VideoSelector": {
7702
7720
  "type": "structure",
7703
7721
  "members": {
7722
+ "AlphaBehavior": {
7723
+ "shape": "AlphaBehavior",
7724
+ "locationName": "alphaBehavior"
7725
+ },
7704
7726
  "ColorSpace": {
7705
7727
  "shape": "ColorSpace",
7706
7728
  "locationName": "colorSpace"
@@ -8054,15 +8076,15 @@
8054
8076
  "min": 32000,
8055
8077
  "max": 48000
8056
8078
  },
8057
- "__integerMin32Max4096": {
8079
+ "__integerMin32Max8182": {
8058
8080
  "type": "integer",
8059
8081
  "min": 32,
8060
- "max": 4096
8082
+ "max": 8182
8061
8083
  },
8062
- "__integerMin32Max8182": {
8084
+ "__integerMin32Max8192": {
8063
8085
  "type": "integer",
8064
8086
  "min": 32,
8065
- "max": 8182
8087
+ "max": 8192
8066
8088
  },
8067
8089
  "__integerMin384000Max768000": {
8068
8090
  "type": "integer",
@@ -6,10 +6,10 @@
6
6
  "serviceFullName": "AWS Elemental MediaLive",
7
7
  "serviceId": "MediaLive",
8
8
  "protocol": "rest-json",
9
- "jsonVersion": "1.1",
10
9
  "uid": "medialive-2017-10-14",
11
10
  "signatureVersion": "v4",
12
- "serviceAbbreviation": "MediaLive"
11
+ "serviceAbbreviation": "MediaLive",
12
+ "jsonVersion": "1.1"
13
13
  },
14
14
  "operations": {
15
15
  "BatchUpdateSchedule": {
@@ -160,6 +160,86 @@
160
160
  }
161
161
  ]
162
162
  },
163
+ "CreateMultiplex": {
164
+ "name": "CreateMultiplex",
165
+ "http": {
166
+ "method": "POST",
167
+ "requestUri": "/prod/multiplexes",
168
+ "responseCode": 201
169
+ },
170
+ "input": {
171
+ "shape": "CreateMultiplexRequest"
172
+ },
173
+ "output": {
174
+ "shape": "CreateMultiplexResponse"
175
+ },
176
+ "errors": [
177
+ {
178
+ "shape": "BadRequestException"
179
+ },
180
+ {
181
+ "shape": "UnprocessableEntityException"
182
+ },
183
+ {
184
+ "shape": "InternalServerErrorException"
185
+ },
186
+ {
187
+ "shape": "ForbiddenException"
188
+ },
189
+ {
190
+ "shape": "BadGatewayException"
191
+ },
192
+ {
193
+ "shape": "GatewayTimeoutException"
194
+ },
195
+ {
196
+ "shape": "TooManyRequestsException"
197
+ },
198
+ {
199
+ "shape": "ConflictException"
200
+ }
201
+ ]
202
+ },
203
+ "CreateMultiplexProgram": {
204
+ "name": "CreateMultiplexProgram",
205
+ "http": {
206
+ "method": "POST",
207
+ "requestUri": "/prod/multiplexes/{multiplexId}/programs",
208
+ "responseCode": 201
209
+ },
210
+ "input": {
211
+ "shape": "CreateMultiplexProgramRequest"
212
+ },
213
+ "output": {
214
+ "shape": "CreateMultiplexProgramResponse"
215
+ },
216
+ "errors": [
217
+ {
218
+ "shape": "BadRequestException"
219
+ },
220
+ {
221
+ "shape": "UnprocessableEntityException"
222
+ },
223
+ {
224
+ "shape": "InternalServerErrorException"
225
+ },
226
+ {
227
+ "shape": "ForbiddenException"
228
+ },
229
+ {
230
+ "shape": "BadGatewayException"
231
+ },
232
+ {
233
+ "shape": "GatewayTimeoutException"
234
+ },
235
+ {
236
+ "shape": "TooManyRequestsException"
237
+ },
238
+ {
239
+ "shape": "ConflictException"
240
+ }
241
+ ]
242
+ },
163
243
  "CreateTags": {
164
244
  "name": "CreateTags",
165
245
  "http": {
@@ -302,6 +382,86 @@
302
382
  }
303
383
  ]
304
384
  },
385
+ "DeleteMultiplex": {
386
+ "name": "DeleteMultiplex",
387
+ "http": {
388
+ "method": "DELETE",
389
+ "requestUri": "/prod/multiplexes/{multiplexId}",
390
+ "responseCode": 202
391
+ },
392
+ "input": {
393
+ "shape": "DeleteMultiplexRequest"
394
+ },
395
+ "output": {
396
+ "shape": "DeleteMultiplexResponse"
397
+ },
398
+ "errors": [
399
+ {
400
+ "shape": "BadRequestException"
401
+ },
402
+ {
403
+ "shape": "InternalServerErrorException"
404
+ },
405
+ {
406
+ "shape": "ForbiddenException"
407
+ },
408
+ {
409
+ "shape": "BadGatewayException"
410
+ },
411
+ {
412
+ "shape": "NotFoundException"
413
+ },
414
+ {
415
+ "shape": "GatewayTimeoutException"
416
+ },
417
+ {
418
+ "shape": "TooManyRequestsException"
419
+ },
420
+ {
421
+ "shape": "ConflictException"
422
+ }
423
+ ]
424
+ },
425
+ "DeleteMultiplexProgram": {
426
+ "name": "DeleteMultiplexProgram",
427
+ "http": {
428
+ "method": "DELETE",
429
+ "requestUri": "/prod/multiplexes/{multiplexId}/programs/{programName}",
430
+ "responseCode": 200
431
+ },
432
+ "input": {
433
+ "shape": "DeleteMultiplexProgramRequest"
434
+ },
435
+ "output": {
436
+ "shape": "DeleteMultiplexProgramResponse"
437
+ },
438
+ "errors": [
439
+ {
440
+ "shape": "BadRequestException"
441
+ },
442
+ {
443
+ "shape": "InternalServerErrorException"
444
+ },
445
+ {
446
+ "shape": "ForbiddenException"
447
+ },
448
+ {
449
+ "shape": "BadGatewayException"
450
+ },
451
+ {
452
+ "shape": "NotFoundException"
453
+ },
454
+ {
455
+ "shape": "GatewayTimeoutException"
456
+ },
457
+ {
458
+ "shape": "TooManyRequestsException"
459
+ },
460
+ {
461
+ "shape": "ConflictException"
462
+ }
463
+ ]
464
+ },
305
465
  "DeleteReservation": {
306
466
  "name": "DeleteReservation",
307
467
  "http": {
@@ -515,6 +675,80 @@
515
675
  }
516
676
  ]
517
677
  },
678
+ "DescribeMultiplex": {
679
+ "name": "DescribeMultiplex",
680
+ "http": {
681
+ "method": "GET",
682
+ "requestUri": "/prod/multiplexes/{multiplexId}",
683
+ "responseCode": 200
684
+ },
685
+ "input": {
686
+ "shape": "DescribeMultiplexRequest"
687
+ },
688
+ "output": {
689
+ "shape": "DescribeMultiplexResponse"
690
+ },
691
+ "errors": [
692
+ {
693
+ "shape": "BadRequestException"
694
+ },
695
+ {
696
+ "shape": "InternalServerErrorException"
697
+ },
698
+ {
699
+ "shape": "ForbiddenException"
700
+ },
701
+ {
702
+ "shape": "BadGatewayException"
703
+ },
704
+ {
705
+ "shape": "NotFoundException"
706
+ },
707
+ {
708
+ "shape": "GatewayTimeoutException"
709
+ },
710
+ {
711
+ "shape": "TooManyRequestsException"
712
+ }
713
+ ]
714
+ },
715
+ "DescribeMultiplexProgram": {
716
+ "name": "DescribeMultiplexProgram",
717
+ "http": {
718
+ "method": "GET",
719
+ "requestUri": "/prod/multiplexes/{multiplexId}/programs/{programName}",
720
+ "responseCode": 200
721
+ },
722
+ "input": {
723
+ "shape": "DescribeMultiplexProgramRequest"
724
+ },
725
+ "output": {
726
+ "shape": "DescribeMultiplexProgramResponse"
727
+ },
728
+ "errors": [
729
+ {
730
+ "shape": "BadRequestException"
731
+ },
732
+ {
733
+ "shape": "InternalServerErrorException"
734
+ },
735
+ {
736
+ "shape": "ForbiddenException"
737
+ },
738
+ {
739
+ "shape": "BadGatewayException"
740
+ },
741
+ {
742
+ "shape": "NotFoundException"
743
+ },
744
+ {
745
+ "shape": "GatewayTimeoutException"
746
+ },
747
+ {
748
+ "shape": "TooManyRequestsException"
749
+ }
750
+ ]
751
+ },
518
752
  "DescribeOffering": {
519
753
  "name": "DescribeOffering",
520
754
  "http": {
@@ -728,18 +962,18 @@
728
962
  }
729
963
  ]
730
964
  },
731
- "ListOfferings": {
732
- "name": "ListOfferings",
965
+ "ListMultiplexPrograms": {
966
+ "name": "ListMultiplexPrograms",
733
967
  "http": {
734
968
  "method": "GET",
735
- "requestUri": "/prod/offerings",
969
+ "requestUri": "/prod/multiplexes/{multiplexId}/programs",
736
970
  "responseCode": 200
737
971
  },
738
972
  "input": {
739
- "shape": "ListOfferingsRequest"
973
+ "shape": "ListMultiplexProgramsRequest"
740
974
  },
741
975
  "output": {
742
- "shape": "ListOfferingsResponse"
976
+ "shape": "ListMultiplexProgramsResponse"
743
977
  },
744
978
  "errors": [
745
979
  {
@@ -754,6 +988,9 @@
754
988
  {
755
989
  "shape": "BadGatewayException"
756
990
  },
991
+ {
992
+ "shape": "NotFoundException"
993
+ },
757
994
  {
758
995
  "shape": "GatewayTimeoutException"
759
996
  },
@@ -762,18 +999,18 @@
762
999
  }
763
1000
  ]
764
1001
  },
765
- "ListReservations": {
766
- "name": "ListReservations",
1002
+ "ListMultiplexes": {
1003
+ "name": "ListMultiplexes",
767
1004
  "http": {
768
1005
  "method": "GET",
769
- "requestUri": "/prod/reservations",
1006
+ "requestUri": "/prod/multiplexes",
770
1007
  "responseCode": 200
771
1008
  },
772
1009
  "input": {
773
- "shape": "ListReservationsRequest"
1010
+ "shape": "ListMultiplexesRequest"
774
1011
  },
775
1012
  "output": {
776
- "shape": "ListReservationsResponse"
1013
+ "shape": "ListMultiplexesResponse"
777
1014
  },
778
1015
  "errors": [
779
1016
  {
@@ -796,23 +1033,20 @@
796
1033
  }
797
1034
  ]
798
1035
  },
799
- "ListTagsForResource": {
800
- "name": "ListTagsForResource",
1036
+ "ListOfferings": {
1037
+ "name": "ListOfferings",
801
1038
  "http": {
802
1039
  "method": "GET",
803
- "requestUri": "/prod/tags/{resource-arn}",
1040
+ "requestUri": "/prod/offerings",
804
1041
  "responseCode": 200
805
1042
  },
806
1043
  "input": {
807
- "shape": "ListTagsForResourceRequest"
1044
+ "shape": "ListOfferingsRequest"
808
1045
  },
809
1046
  "output": {
810
- "shape": "ListTagsForResourceResponse"
1047
+ "shape": "ListOfferingsResponse"
811
1048
  },
812
1049
  "errors": [
813
- {
814
- "shape": "NotFoundException"
815
- },
816
1050
  {
817
1051
  "shape": "BadRequestException"
818
1052
  },
@@ -821,21 +1055,30 @@
821
1055
  },
822
1056
  {
823
1057
  "shape": "ForbiddenException"
1058
+ },
1059
+ {
1060
+ "shape": "BadGatewayException"
1061
+ },
1062
+ {
1063
+ "shape": "GatewayTimeoutException"
1064
+ },
1065
+ {
1066
+ "shape": "TooManyRequestsException"
824
1067
  }
825
1068
  ]
826
1069
  },
827
- "PurchaseOffering": {
828
- "name": "PurchaseOffering",
1070
+ "ListReservations": {
1071
+ "name": "ListReservations",
829
1072
  "http": {
830
- "method": "POST",
831
- "requestUri": "/prod/offerings/{offeringId}/purchase",
832
- "responseCode": 201
1073
+ "method": "GET",
1074
+ "requestUri": "/prod/reservations",
1075
+ "responseCode": 200
833
1076
  },
834
1077
  "input": {
835
- "shape": "PurchaseOfferingRequest"
1078
+ "shape": "ListReservationsRequest"
836
1079
  },
837
1080
  "output": {
838
- "shape": "PurchaseOfferingResponse"
1081
+ "shape": "ListReservationsResponse"
839
1082
  },
840
1083
  "errors": [
841
1084
  {
@@ -850,15 +1093,77 @@
850
1093
  {
851
1094
  "shape": "BadGatewayException"
852
1095
  },
853
- {
854
- "shape": "NotFoundException"
855
- },
856
1096
  {
857
1097
  "shape": "GatewayTimeoutException"
858
1098
  },
859
1099
  {
860
1100
  "shape": "TooManyRequestsException"
861
- },
1101
+ }
1102
+ ]
1103
+ },
1104
+ "ListTagsForResource": {
1105
+ "name": "ListTagsForResource",
1106
+ "http": {
1107
+ "method": "GET",
1108
+ "requestUri": "/prod/tags/{resource-arn}",
1109
+ "responseCode": 200
1110
+ },
1111
+ "input": {
1112
+ "shape": "ListTagsForResourceRequest"
1113
+ },
1114
+ "output": {
1115
+ "shape": "ListTagsForResourceResponse"
1116
+ },
1117
+ "errors": [
1118
+ {
1119
+ "shape": "NotFoundException"
1120
+ },
1121
+ {
1122
+ "shape": "BadRequestException"
1123
+ },
1124
+ {
1125
+ "shape": "InternalServerErrorException"
1126
+ },
1127
+ {
1128
+ "shape": "ForbiddenException"
1129
+ }
1130
+ ]
1131
+ },
1132
+ "PurchaseOffering": {
1133
+ "name": "PurchaseOffering",
1134
+ "http": {
1135
+ "method": "POST",
1136
+ "requestUri": "/prod/offerings/{offeringId}/purchase",
1137
+ "responseCode": 201
1138
+ },
1139
+ "input": {
1140
+ "shape": "PurchaseOfferingRequest"
1141
+ },
1142
+ "output": {
1143
+ "shape": "PurchaseOfferingResponse"
1144
+ },
1145
+ "errors": [
1146
+ {
1147
+ "shape": "BadRequestException"
1148
+ },
1149
+ {
1150
+ "shape": "InternalServerErrorException"
1151
+ },
1152
+ {
1153
+ "shape": "ForbiddenException"
1154
+ },
1155
+ {
1156
+ "shape": "BadGatewayException"
1157
+ },
1158
+ {
1159
+ "shape": "NotFoundException"
1160
+ },
1161
+ {
1162
+ "shape": "GatewayTimeoutException"
1163
+ },
1164
+ {
1165
+ "shape": "TooManyRequestsException"
1166
+ },
862
1167
  {
863
1168
  "shape": "ConflictException"
864
1169
  }
@@ -904,6 +1209,46 @@
904
1209
  }
905
1210
  ]
906
1211
  },
1212
+ "StartMultiplex": {
1213
+ "name": "StartMultiplex",
1214
+ "http": {
1215
+ "method": "POST",
1216
+ "requestUri": "/prod/multiplexes/{multiplexId}/start",
1217
+ "responseCode": 202
1218
+ },
1219
+ "input": {
1220
+ "shape": "StartMultiplexRequest"
1221
+ },
1222
+ "output": {
1223
+ "shape": "StartMultiplexResponse"
1224
+ },
1225
+ "errors": [
1226
+ {
1227
+ "shape": "BadRequestException"
1228
+ },
1229
+ {
1230
+ "shape": "InternalServerErrorException"
1231
+ },
1232
+ {
1233
+ "shape": "ForbiddenException"
1234
+ },
1235
+ {
1236
+ "shape": "BadGatewayException"
1237
+ },
1238
+ {
1239
+ "shape": "NotFoundException"
1240
+ },
1241
+ {
1242
+ "shape": "GatewayTimeoutException"
1243
+ },
1244
+ {
1245
+ "shape": "TooManyRequestsException"
1246
+ },
1247
+ {
1248
+ "shape": "ConflictException"
1249
+ }
1250
+ ]
1251
+ },
907
1252
  "StopChannel": {
908
1253
  "name": "StopChannel",
909
1254
  "http": {
@@ -944,6 +1289,46 @@
944
1289
  }
945
1290
  ]
946
1291
  },
1292
+ "StopMultiplex": {
1293
+ "name": "StopMultiplex",
1294
+ "http": {
1295
+ "method": "POST",
1296
+ "requestUri": "/prod/multiplexes/{multiplexId}/stop",
1297
+ "responseCode": 202
1298
+ },
1299
+ "input": {
1300
+ "shape": "StopMultiplexRequest"
1301
+ },
1302
+ "output": {
1303
+ "shape": "StopMultiplexResponse"
1304
+ },
1305
+ "errors": [
1306
+ {
1307
+ "shape": "BadRequestException"
1308
+ },
1309
+ {
1310
+ "shape": "InternalServerErrorException"
1311
+ },
1312
+ {
1313
+ "shape": "ForbiddenException"
1314
+ },
1315
+ {
1316
+ "shape": "BadGatewayException"
1317
+ },
1318
+ {
1319
+ "shape": "NotFoundException"
1320
+ },
1321
+ {
1322
+ "shape": "GatewayTimeoutException"
1323
+ },
1324
+ {
1325
+ "shape": "TooManyRequestsException"
1326
+ },
1327
+ {
1328
+ "shape": "ConflictException"
1329
+ }
1330
+ ]
1331
+ },
947
1332
  "UpdateChannel": {
948
1333
  "name": "UpdateChannel",
949
1334
  "http": {
@@ -1098,6 +1483,86 @@
1098
1483
  }
1099
1484
  ]
1100
1485
  },
1486
+ "UpdateMultiplex": {
1487
+ "name": "UpdateMultiplex",
1488
+ "http": {
1489
+ "method": "PUT",
1490
+ "requestUri": "/prod/multiplexes/{multiplexId}",
1491
+ "responseCode": 200
1492
+ },
1493
+ "input": {
1494
+ "shape": "UpdateMultiplexRequest"
1495
+ },
1496
+ "output": {
1497
+ "shape": "UpdateMultiplexResponse"
1498
+ },
1499
+ "errors": [
1500
+ {
1501
+ "shape": "BadRequestException"
1502
+ },
1503
+ {
1504
+ "shape": "UnprocessableEntityException"
1505
+ },
1506
+ {
1507
+ "shape": "InternalServerErrorException"
1508
+ },
1509
+ {
1510
+ "shape": "ForbiddenException"
1511
+ },
1512
+ {
1513
+ "shape": "BadGatewayException"
1514
+ },
1515
+ {
1516
+ "shape": "NotFoundException"
1517
+ },
1518
+ {
1519
+ "shape": "GatewayTimeoutException"
1520
+ },
1521
+ {
1522
+ "shape": "ConflictException"
1523
+ }
1524
+ ]
1525
+ },
1526
+ "UpdateMultiplexProgram": {
1527
+ "name": "UpdateMultiplexProgram",
1528
+ "http": {
1529
+ "method": "PUT",
1530
+ "requestUri": "/prod/multiplexes/{multiplexId}/programs/{programName}",
1531
+ "responseCode": 200
1532
+ },
1533
+ "input": {
1534
+ "shape": "UpdateMultiplexProgramRequest"
1535
+ },
1536
+ "output": {
1537
+ "shape": "UpdateMultiplexProgramResponse"
1538
+ },
1539
+ "errors": [
1540
+ {
1541
+ "shape": "BadRequestException"
1542
+ },
1543
+ {
1544
+ "shape": "UnprocessableEntityException"
1545
+ },
1546
+ {
1547
+ "shape": "InternalServerErrorException"
1548
+ },
1549
+ {
1550
+ "shape": "ForbiddenException"
1551
+ },
1552
+ {
1553
+ "shape": "BadGatewayException"
1554
+ },
1555
+ {
1556
+ "shape": "NotFoundException"
1557
+ },
1558
+ {
1559
+ "shape": "GatewayTimeoutException"
1560
+ },
1561
+ {
1562
+ "shape": "ConflictException"
1563
+ }
1564
+ ]
1565
+ },
1101
1566
  "UpdateReservation": {
1102
1567
  "name": "UpdateReservation",
1103
1568
  "http": {
@@ -2552,13 +3017,25 @@
2552
3017
  }
2553
3018
  }
2554
3019
  },
2555
- "CreateTagsRequest": {
3020
+ "CreateMultiplex": {
2556
3021
  "type": "structure",
2557
3022
  "members": {
2558
- "ResourceArn": {
3023
+ "AvailabilityZones": {
3024
+ "shape": "__listOf__string",
3025
+ "locationName": "availabilityZones"
3026
+ },
3027
+ "MultiplexSettings": {
3028
+ "shape": "MultiplexSettings",
3029
+ "locationName": "multiplexSettings"
3030
+ },
3031
+ "Name": {
2559
3032
  "shape": "__string",
2560
- "location": "uri",
2561
- "locationName": "resource-arn"
3033
+ "locationName": "name"
3034
+ },
3035
+ "RequestId": {
3036
+ "shape": "__string",
3037
+ "locationName": "requestId",
3038
+ "idempotencyToken": true
2562
3039
  },
2563
3040
  "Tags": {
2564
3041
  "shape": "Tags",
@@ -2566,52 +3043,192 @@
2566
3043
  }
2567
3044
  },
2568
3045
  "required": [
2569
- "ResourceArn"
3046
+ "RequestId",
3047
+ "MultiplexSettings",
3048
+ "AvailabilityZones",
3049
+ "Name"
2570
3050
  ]
2571
3051
  },
2572
- "DeleteChannelRequest": {
3052
+ "CreateMultiplexProgram": {
2573
3053
  "type": "structure",
2574
3054
  "members": {
2575
- "ChannelId": {
3055
+ "MultiplexProgramSettings": {
3056
+ "shape": "MultiplexProgramSettings",
3057
+ "locationName": "multiplexProgramSettings"
3058
+ },
3059
+ "ProgramName": {
2576
3060
  "shape": "__string",
2577
- "location": "uri",
2578
- "locationName": "channelId"
3061
+ "locationName": "programName"
3062
+ },
3063
+ "RequestId": {
3064
+ "shape": "__string",
3065
+ "locationName": "requestId",
3066
+ "idempotencyToken": true
2579
3067
  }
2580
3068
  },
2581
3069
  "required": [
2582
- "ChannelId"
3070
+ "RequestId",
3071
+ "MultiplexProgramSettings",
3072
+ "ProgramName"
2583
3073
  ]
2584
3074
  },
2585
- "DeleteChannelResponse": {
3075
+ "CreateMultiplexProgramRequest": {
2586
3076
  "type": "structure",
2587
3077
  "members": {
2588
- "Arn": {
3078
+ "MultiplexId": {
2589
3079
  "shape": "__string",
2590
- "locationName": "arn"
2591
- },
2592
- "ChannelClass": {
2593
- "shape": "ChannelClass",
2594
- "locationName": "channelClass"
2595
- },
2596
- "Destinations": {
2597
- "shape": "__listOfOutputDestination",
2598
- "locationName": "destinations"
2599
- },
2600
- "EgressEndpoints": {
2601
- "shape": "__listOfChannelEgressEndpoint",
2602
- "locationName": "egressEndpoints"
3080
+ "location": "uri",
3081
+ "locationName": "multiplexId"
2603
3082
  },
2604
- "EncoderSettings": {
2605
- "shape": "EncoderSettings",
2606
- "locationName": "encoderSettings"
3083
+ "MultiplexProgramSettings": {
3084
+ "shape": "MultiplexProgramSettings",
3085
+ "locationName": "multiplexProgramSettings"
2607
3086
  },
2608
- "Id": {
3087
+ "ProgramName": {
2609
3088
  "shape": "__string",
2610
- "locationName": "id"
2611
- },
2612
- "InputAttachments": {
2613
- "shape": "__listOfInputAttachment",
2614
- "locationName": "inputAttachments"
3089
+ "locationName": "programName"
3090
+ },
3091
+ "RequestId": {
3092
+ "shape": "__string",
3093
+ "locationName": "requestId",
3094
+ "idempotencyToken": true
3095
+ }
3096
+ },
3097
+ "required": [
3098
+ "MultiplexId",
3099
+ "RequestId",
3100
+ "MultiplexProgramSettings",
3101
+ "ProgramName"
3102
+ ]
3103
+ },
3104
+ "CreateMultiplexProgramResponse": {
3105
+ "type": "structure",
3106
+ "members": {
3107
+ "MultiplexProgram": {
3108
+ "shape": "MultiplexProgram",
3109
+ "locationName": "multiplexProgram"
3110
+ }
3111
+ }
3112
+ },
3113
+ "CreateMultiplexProgramResultModel": {
3114
+ "type": "structure",
3115
+ "members": {
3116
+ "MultiplexProgram": {
3117
+ "shape": "MultiplexProgram",
3118
+ "locationName": "multiplexProgram"
3119
+ }
3120
+ }
3121
+ },
3122
+ "CreateMultiplexRequest": {
3123
+ "type": "structure",
3124
+ "members": {
3125
+ "AvailabilityZones": {
3126
+ "shape": "__listOf__string",
3127
+ "locationName": "availabilityZones"
3128
+ },
3129
+ "MultiplexSettings": {
3130
+ "shape": "MultiplexSettings",
3131
+ "locationName": "multiplexSettings"
3132
+ },
3133
+ "Name": {
3134
+ "shape": "__string",
3135
+ "locationName": "name"
3136
+ },
3137
+ "RequestId": {
3138
+ "shape": "__string",
3139
+ "locationName": "requestId",
3140
+ "idempotencyToken": true
3141
+ },
3142
+ "Tags": {
3143
+ "shape": "Tags",
3144
+ "locationName": "tags"
3145
+ }
3146
+ },
3147
+ "required": [
3148
+ "RequestId",
3149
+ "MultiplexSettings",
3150
+ "AvailabilityZones",
3151
+ "Name"
3152
+ ]
3153
+ },
3154
+ "CreateMultiplexResponse": {
3155
+ "type": "structure",
3156
+ "members": {
3157
+ "Multiplex": {
3158
+ "shape": "Multiplex",
3159
+ "locationName": "multiplex"
3160
+ }
3161
+ }
3162
+ },
3163
+ "CreateMultiplexResultModel": {
3164
+ "type": "structure",
3165
+ "members": {
3166
+ "Multiplex": {
3167
+ "shape": "Multiplex",
3168
+ "locationName": "multiplex"
3169
+ }
3170
+ }
3171
+ },
3172
+ "CreateTagsRequest": {
3173
+ "type": "structure",
3174
+ "members": {
3175
+ "ResourceArn": {
3176
+ "shape": "__string",
3177
+ "location": "uri",
3178
+ "locationName": "resource-arn"
3179
+ },
3180
+ "Tags": {
3181
+ "shape": "Tags",
3182
+ "locationName": "tags"
3183
+ }
3184
+ },
3185
+ "required": [
3186
+ "ResourceArn"
3187
+ ]
3188
+ },
3189
+ "DeleteChannelRequest": {
3190
+ "type": "structure",
3191
+ "members": {
3192
+ "ChannelId": {
3193
+ "shape": "__string",
3194
+ "location": "uri",
3195
+ "locationName": "channelId"
3196
+ }
3197
+ },
3198
+ "required": [
3199
+ "ChannelId"
3200
+ ]
3201
+ },
3202
+ "DeleteChannelResponse": {
3203
+ "type": "structure",
3204
+ "members": {
3205
+ "Arn": {
3206
+ "shape": "__string",
3207
+ "locationName": "arn"
3208
+ },
3209
+ "ChannelClass": {
3210
+ "shape": "ChannelClass",
3211
+ "locationName": "channelClass"
3212
+ },
3213
+ "Destinations": {
3214
+ "shape": "__listOfOutputDestination",
3215
+ "locationName": "destinations"
3216
+ },
3217
+ "EgressEndpoints": {
3218
+ "shape": "__listOfChannelEgressEndpoint",
3219
+ "locationName": "egressEndpoints"
3220
+ },
3221
+ "EncoderSettings": {
3222
+ "shape": "EncoderSettings",
3223
+ "locationName": "encoderSettings"
3224
+ },
3225
+ "Id": {
3226
+ "shape": "__string",
3227
+ "locationName": "id"
3228
+ },
3229
+ "InputAttachments": {
3230
+ "shape": "__listOfInputAttachment",
3231
+ "locationName": "inputAttachments"
2615
3232
  },
2616
3233
  "InputSpecification": {
2617
3234
  "shape": "InputSpecification",
@@ -2683,6 +3300,104 @@
2683
3300
  "members": {
2684
3301
  }
2685
3302
  },
3303
+ "DeleteMultiplexProgramRequest": {
3304
+ "type": "structure",
3305
+ "members": {
3306
+ "MultiplexId": {
3307
+ "shape": "__string",
3308
+ "location": "uri",
3309
+ "locationName": "multiplexId"
3310
+ },
3311
+ "ProgramName": {
3312
+ "shape": "__string",
3313
+ "location": "uri",
3314
+ "locationName": "programName"
3315
+ }
3316
+ },
3317
+ "required": [
3318
+ "MultiplexId",
3319
+ "ProgramName"
3320
+ ]
3321
+ },
3322
+ "DeleteMultiplexProgramResponse": {
3323
+ "type": "structure",
3324
+ "members": {
3325
+ "ChannelId": {
3326
+ "shape": "__string",
3327
+ "locationName": "channelId"
3328
+ },
3329
+ "MultiplexProgramSettings": {
3330
+ "shape": "MultiplexProgramSettings",
3331
+ "locationName": "multiplexProgramSettings"
3332
+ },
3333
+ "PacketIdentifiersMap": {
3334
+ "shape": "MultiplexProgramPacketIdentifiersMap",
3335
+ "locationName": "packetIdentifiersMap"
3336
+ },
3337
+ "ProgramName": {
3338
+ "shape": "__string",
3339
+ "locationName": "programName"
3340
+ }
3341
+ }
3342
+ },
3343
+ "DeleteMultiplexRequest": {
3344
+ "type": "structure",
3345
+ "members": {
3346
+ "MultiplexId": {
3347
+ "shape": "__string",
3348
+ "location": "uri",
3349
+ "locationName": "multiplexId"
3350
+ }
3351
+ },
3352
+ "required": [
3353
+ "MultiplexId"
3354
+ ]
3355
+ },
3356
+ "DeleteMultiplexResponse": {
3357
+ "type": "structure",
3358
+ "members": {
3359
+ "Arn": {
3360
+ "shape": "__string",
3361
+ "locationName": "arn"
3362
+ },
3363
+ "AvailabilityZones": {
3364
+ "shape": "__listOf__string",
3365
+ "locationName": "availabilityZones"
3366
+ },
3367
+ "Destinations": {
3368
+ "shape": "__listOfMultiplexOutputDestination",
3369
+ "locationName": "destinations"
3370
+ },
3371
+ "Id": {
3372
+ "shape": "__string",
3373
+ "locationName": "id"
3374
+ },
3375
+ "MultiplexSettings": {
3376
+ "shape": "MultiplexSettings",
3377
+ "locationName": "multiplexSettings"
3378
+ },
3379
+ "Name": {
3380
+ "shape": "__string",
3381
+ "locationName": "name"
3382
+ },
3383
+ "PipelinesRunningCount": {
3384
+ "shape": "__integer",
3385
+ "locationName": "pipelinesRunningCount"
3386
+ },
3387
+ "ProgramCount": {
3388
+ "shape": "__integer",
3389
+ "locationName": "programCount"
3390
+ },
3391
+ "State": {
3392
+ "shape": "MultiplexState",
3393
+ "locationName": "state"
3394
+ },
3395
+ "Tags": {
3396
+ "shape": "Tags",
3397
+ "locationName": "tags"
3398
+ }
3399
+ }
3400
+ },
2686
3401
  "DeleteReservationRequest": {
2687
3402
  "type": "structure",
2688
3403
  "members": {
@@ -3004,6 +3719,104 @@
3004
3719
  }
3005
3720
  }
3006
3721
  },
3722
+ "DescribeMultiplexProgramRequest": {
3723
+ "type": "structure",
3724
+ "members": {
3725
+ "MultiplexId": {
3726
+ "shape": "__string",
3727
+ "location": "uri",
3728
+ "locationName": "multiplexId"
3729
+ },
3730
+ "ProgramName": {
3731
+ "shape": "__string",
3732
+ "location": "uri",
3733
+ "locationName": "programName"
3734
+ }
3735
+ },
3736
+ "required": [
3737
+ "MultiplexId",
3738
+ "ProgramName"
3739
+ ]
3740
+ },
3741
+ "DescribeMultiplexProgramResponse": {
3742
+ "type": "structure",
3743
+ "members": {
3744
+ "ChannelId": {
3745
+ "shape": "__string",
3746
+ "locationName": "channelId"
3747
+ },
3748
+ "MultiplexProgramSettings": {
3749
+ "shape": "MultiplexProgramSettings",
3750
+ "locationName": "multiplexProgramSettings"
3751
+ },
3752
+ "PacketIdentifiersMap": {
3753
+ "shape": "MultiplexProgramPacketIdentifiersMap",
3754
+ "locationName": "packetIdentifiersMap"
3755
+ },
3756
+ "ProgramName": {
3757
+ "shape": "__string",
3758
+ "locationName": "programName"
3759
+ }
3760
+ }
3761
+ },
3762
+ "DescribeMultiplexRequest": {
3763
+ "type": "structure",
3764
+ "members": {
3765
+ "MultiplexId": {
3766
+ "shape": "__string",
3767
+ "location": "uri",
3768
+ "locationName": "multiplexId"
3769
+ }
3770
+ },
3771
+ "required": [
3772
+ "MultiplexId"
3773
+ ]
3774
+ },
3775
+ "DescribeMultiplexResponse": {
3776
+ "type": "structure",
3777
+ "members": {
3778
+ "Arn": {
3779
+ "shape": "__string",
3780
+ "locationName": "arn"
3781
+ },
3782
+ "AvailabilityZones": {
3783
+ "shape": "__listOf__string",
3784
+ "locationName": "availabilityZones"
3785
+ },
3786
+ "Destinations": {
3787
+ "shape": "__listOfMultiplexOutputDestination",
3788
+ "locationName": "destinations"
3789
+ },
3790
+ "Id": {
3791
+ "shape": "__string",
3792
+ "locationName": "id"
3793
+ },
3794
+ "MultiplexSettings": {
3795
+ "shape": "MultiplexSettings",
3796
+ "locationName": "multiplexSettings"
3797
+ },
3798
+ "Name": {
3799
+ "shape": "__string",
3800
+ "locationName": "name"
3801
+ },
3802
+ "PipelinesRunningCount": {
3803
+ "shape": "__integer",
3804
+ "locationName": "pipelinesRunningCount"
3805
+ },
3806
+ "ProgramCount": {
3807
+ "shape": "__integer",
3808
+ "locationName": "programCount"
3809
+ },
3810
+ "State": {
3811
+ "shape": "MultiplexState",
3812
+ "locationName": "state"
3813
+ },
3814
+ "Tags": {
3815
+ "shape": "Tags",
3816
+ "locationName": "tags"
3817
+ }
3818
+ }
3819
+ },
3007
3820
  "DescribeOfferingRequest": {
3008
3821
  "type": "structure",
3009
3822
  "members": {
@@ -3663,6 +4476,10 @@
3663
4476
  "shape": "GlobalConfiguration",
3664
4477
  "locationName": "globalConfiguration"
3665
4478
  },
4479
+ "NielsenConfiguration": {
4480
+ "shape": "NielsenConfiguration",
4481
+ "locationName": "nielsenConfiguration"
4482
+ },
3666
4483
  "OutputGroups": {
3667
4484
  "shape": "__listOfOutputGroup",
3668
4485
  "locationName": "outputGroups"
@@ -3797,7 +4614,7 @@
3797
4614
  "type": "structure",
3798
4615
  "members": {
3799
4616
  "CaptureInterval": {
3800
- "shape": "__integerMin1Max3600",
4617
+ "shape": "__integerMin1Max3600000",
3801
4618
  "locationName": "captureInterval"
3802
4619
  }
3803
4620
  },
@@ -4084,7 +4901,7 @@
4084
4901
  "locationName": "gopNumBFrames"
4085
4902
  },
4086
4903
  "GopSize": {
4087
- "shape": "__doubleMin1",
4904
+ "shape": "__double",
4088
4905
  "locationName": "gopSize"
4089
4906
  },
4090
4907
  "GopSizeUnits": {
@@ -4306,6 +5123,7 @@
4306
5123
  "type": "string",
4307
5124
  "enum": [
4308
5125
  "CBR",
5126
+ "MULTIPLEX",
4309
5127
  "QVBR"
4310
5128
  ]
4311
5129
  },
@@ -4374,7 +5192,7 @@
4374
5192
  "locationName": "gopClosedCadence"
4375
5193
  },
4376
5194
  "GopSize": {
4377
- "shape": "__doubleMin1",
5195
+ "shape": "__double",
4378
5196
  "locationName": "gopSize"
4379
5197
  },
4380
5198
  "GopSizeUnits": {
@@ -5689,7 +6507,97 @@
5689
6507
  }
5690
6508
  }
5691
6509
  },
5692
- "ListOfferingsRequest": {
6510
+ "ListMultiplexProgramsRequest": {
6511
+ "type": "structure",
6512
+ "members": {
6513
+ "MaxResults": {
6514
+ "shape": "MaxResults",
6515
+ "location": "querystring",
6516
+ "locationName": "maxResults"
6517
+ },
6518
+ "MultiplexId": {
6519
+ "shape": "__string",
6520
+ "location": "uri",
6521
+ "locationName": "multiplexId"
6522
+ },
6523
+ "NextToken": {
6524
+ "shape": "__string",
6525
+ "location": "querystring",
6526
+ "locationName": "nextToken"
6527
+ }
6528
+ },
6529
+ "required": [
6530
+ "MultiplexId"
6531
+ ]
6532
+ },
6533
+ "ListMultiplexProgramsResponse": {
6534
+ "type": "structure",
6535
+ "members": {
6536
+ "MultiplexPrograms": {
6537
+ "shape": "__listOfMultiplexProgramSummary",
6538
+ "locationName": "multiplexPrograms"
6539
+ },
6540
+ "NextToken": {
6541
+ "shape": "__string",
6542
+ "locationName": "nextToken"
6543
+ }
6544
+ }
6545
+ },
6546
+ "ListMultiplexProgramsResultModel": {
6547
+ "type": "structure",
6548
+ "members": {
6549
+ "MultiplexPrograms": {
6550
+ "shape": "__listOfMultiplexProgramSummary",
6551
+ "locationName": "multiplexPrograms"
6552
+ },
6553
+ "NextToken": {
6554
+ "shape": "__string",
6555
+ "locationName": "nextToken"
6556
+ }
6557
+ }
6558
+ },
6559
+ "ListMultiplexesRequest": {
6560
+ "type": "structure",
6561
+ "members": {
6562
+ "MaxResults": {
6563
+ "shape": "MaxResults",
6564
+ "location": "querystring",
6565
+ "locationName": "maxResults"
6566
+ },
6567
+ "NextToken": {
6568
+ "shape": "__string",
6569
+ "location": "querystring",
6570
+ "locationName": "nextToken"
6571
+ }
6572
+ }
6573
+ },
6574
+ "ListMultiplexesResponse": {
6575
+ "type": "structure",
6576
+ "members": {
6577
+ "Multiplexes": {
6578
+ "shape": "__listOfMultiplexSummary",
6579
+ "locationName": "multiplexes"
6580
+ },
6581
+ "NextToken": {
6582
+ "shape": "__string",
6583
+ "locationName": "nextToken"
6584
+ }
6585
+ }
6586
+ },
6587
+ "ListMultiplexesResultModel": {
6588
+ "type": "structure",
6589
+ "members": {
6590
+ "Multiplexes": {
6591
+ "shape": "__listOfMultiplexSummary",
6592
+ "locationName": "multiplexes"
6593
+ },
6594
+ "NextToken": {
6595
+ "shape": "__string",
6596
+ "locationName": "nextToken"
6597
+ }
6598
+ }
6599
+ },
6600
+ "ListOfferingsRequest": {
5693
6601
  "type": "structure",
5694
6602
  "members": {
5695
6603
  "ChannelClass": {
@@ -5707,6 +6615,11 @@
5707
6615
  "location": "querystring",
5708
6616
  "locationName": "codec"
5709
6617
  },
6618
+ "Duration": {
6619
+ "shape": "__string",
6620
+ "location": "querystring",
6621
+ "locationName": "duration"
6622
+ },
5710
6623
  "MaxResults": {
5711
6624
  "shape": "MaxResults",
5712
6625
  "location": "querystring",
@@ -5972,6 +6885,13 @@
5972
6885
  "PASSTHROUGH"
5973
6886
  ]
5974
6887
  },
6888
+ "M2tsNielsenId3Behavior": {
6889
+ "type": "string",
6890
+ "enum": [
6891
+ "NO_PASSTHROUGH",
6892
+ "PASSTHROUGH"
6893
+ ]
6894
+ },
5975
6895
  "M2tsPcrControl": {
5976
6896
  "type": "string",
5977
6897
  "enum": [
@@ -6122,6 +7042,10 @@
6122
7042
  "shape": "__string",
6123
7043
  "locationName": "klvDataPids"
6124
7044
  },
7045
+ "NielsenId3Behavior": {
7046
+ "shape": "M2tsNielsenId3Behavior",
7047
+ "locationName": "nielsenId3Behavior"
7048
+ },
6125
7049
  "NullPacketBitrate": {
6126
7050
  "shape": "__doubleMin0",
6127
7051
  "locationName": "nullPacketBitrate"
@@ -6207,6 +7131,13 @@
6207
7131
  "PASSTHROUGH"
6208
7132
  ]
6209
7133
  },
7134
+ "M3u8NielsenId3Behavior": {
7135
+ "type": "string",
7136
+ "enum": [
7137
+ "NO_PASSTHROUGH",
7138
+ "PASSTHROUGH"
7139
+ ]
7140
+ },
6210
7141
  "M3u8PcrControl": {
6211
7142
  "type": "string",
6212
7143
  "enum": [
@@ -6236,6 +7167,10 @@
6236
7167
  "shape": "__string",
6237
7168
  "locationName": "ecmPid"
6238
7169
  },
7170
+ "NielsenId3Behavior": {
7171
+ "shape": "M3u8NielsenId3Behavior",
7172
+ "locationName": "nielsenId3Behavior"
7173
+ },
6239
7174
  "PatInterval": {
6240
7175
  "shape": "__integerMin0Max1000",
6241
7176
  "locationName": "patInterval"
@@ -6437,40 +7372,402 @@
6437
7372
  "shape": "SmoothGroupSparseTrackType",
6438
7373
  "locationName": "sparseTrackType"
6439
7374
  },
6440
- "StreamManifestBehavior": {
6441
- "shape": "SmoothGroupStreamManifestBehavior",
6442
- "locationName": "streamManifestBehavior"
7375
+ "StreamManifestBehavior": {
7376
+ "shape": "SmoothGroupStreamManifestBehavior",
7377
+ "locationName": "streamManifestBehavior"
7378
+ },
7379
+ "TimestampOffset": {
7380
+ "shape": "__string",
7381
+ "locationName": "timestampOffset"
7382
+ },
7383
+ "TimestampOffsetMode": {
7384
+ "shape": "SmoothGroupTimestampOffsetMode",
7385
+ "locationName": "timestampOffsetMode"
7386
+ }
7387
+ },
7388
+ "required": [
7389
+ "Destination"
7390
+ ]
7391
+ },
7392
+ "MsSmoothH265PackagingType": {
7393
+ "type": "string",
7394
+ "enum": [
7395
+ "HEV1",
7396
+ "HVC1"
7397
+ ]
7398
+ },
7399
+ "MsSmoothOutputSettings": {
7400
+ "type": "structure",
7401
+ "members": {
7402
+ "H265PackagingType": {
7403
+ "shape": "MsSmoothH265PackagingType",
7404
+ "locationName": "h265PackagingType"
7405
+ },
7406
+ "NameModifier": {
7407
+ "shape": "__string",
7408
+ "locationName": "nameModifier"
7409
+ }
7410
+ }
7411
+ },
7412
+ "Multiplex": {
7413
+ "type": "structure",
7414
+ "members": {
7415
+ "Arn": {
7416
+ "shape": "__string",
7417
+ "locationName": "arn"
7418
+ },
7419
+ "AvailabilityZones": {
7420
+ "shape": "__listOf__string",
7421
+ "locationName": "availabilityZones"
7422
+ },
7423
+ "Destinations": {
7424
+ "shape": "__listOfMultiplexOutputDestination",
7425
+ "locationName": "destinations"
7426
+ },
7427
+ "Id": {
7428
+ "shape": "__string",
7429
+ "locationName": "id"
7430
+ },
7431
+ "MultiplexSettings": {
7432
+ "shape": "MultiplexSettings",
7433
+ "locationName": "multiplexSettings"
7434
+ },
7435
+ "Name": {
7436
+ "shape": "__string",
7437
+ "locationName": "name"
7438
+ },
7439
+ "PipelinesRunningCount": {
7440
+ "shape": "__integer",
7441
+ "locationName": "pipelinesRunningCount"
7442
+ },
7443
+ "ProgramCount": {
7444
+ "shape": "__integer",
7445
+ "locationName": "programCount"
7446
+ },
7447
+ "State": {
7448
+ "shape": "MultiplexState",
7449
+ "locationName": "state"
7450
+ },
7451
+ "Tags": {
7452
+ "shape": "Tags",
7453
+ "locationName": "tags"
7454
+ }
7455
+ }
7456
+ },
7457
+ "MultiplexConfigurationValidationError": {
7458
+ "type": "structure",
7459
+ "members": {
7460
+ "Message": {
7461
+ "shape": "__string",
7462
+ "locationName": "message"
7463
+ },
7464
+ "ValidationErrors": {
7465
+ "shape": "__listOfMultiplexValidationError",
7466
+ "locationName": "validationErrors"
7467
+ }
7468
+ }
7469
+ },
7470
+ "MultiplexGroupSettings": {
7471
+ "type": "structure",
7472
+ "members": {
7473
+ }
7474
+ },
7475
+ "MultiplexMediaConnectOutputDestinationSettings": {
7476
+ "type": "structure",
7477
+ "members": {
7478
+ "EntitlementArn": {
7479
+ "shape": "__stringMin1",
7480
+ "locationName": "entitlementArn"
7481
+ }
7482
+ }
7483
+ },
7484
+ "MultiplexOutputDestination": {
7485
+ "type": "structure",
7486
+ "members": {
7487
+ "MediaConnectSettings": {
7488
+ "shape": "MultiplexMediaConnectOutputDestinationSettings",
7489
+ "locationName": "mediaConnectSettings"
7490
+ }
7491
+ }
7492
+ },
7493
+ "MultiplexOutputSettings": {
7494
+ "type": "structure",
7495
+ "members": {
7496
+ "Destination": {
7497
+ "shape": "OutputLocationRef",
7498
+ "locationName": "destination"
7499
+ }
7500
+ },
7501
+ "required": [
7502
+ "Destination"
7503
+ ]
7504
+ },
7505
+ "MultiplexProgram": {
7506
+ "type": "structure",
7507
+ "members": {
7508
+ "ChannelId": {
7509
+ "shape": "__string",
7510
+ "locationName": "channelId"
7511
+ },
7512
+ "MultiplexProgramSettings": {
7513
+ "shape": "MultiplexProgramSettings",
7514
+ "locationName": "multiplexProgramSettings"
7515
+ },
7516
+ "PacketIdentifiersMap": {
7517
+ "shape": "MultiplexProgramPacketIdentifiersMap",
7518
+ "locationName": "packetIdentifiersMap"
7519
+ },
7520
+ "ProgramName": {
7521
+ "shape": "__string",
7522
+ "locationName": "programName"
7523
+ }
7524
+ }
7525
+ },
7526
+ "MultiplexProgramChannelDestinationSettings": {
7527
+ "type": "structure",
7528
+ "members": {
7529
+ "MultiplexId": {
7530
+ "shape": "__stringMin1",
7531
+ "locationName": "multiplexId"
7532
+ },
7533
+ "ProgramName": {
7534
+ "shape": "__stringMin1",
7535
+ "locationName": "programName"
7536
+ }
7537
+ }
7538
+ },
7539
+ "MultiplexProgramPacketIdentifiersMap": {
7540
+ "type": "structure",
7541
+ "members": {
7542
+ "AudioPids": {
7543
+ "shape": "__listOf__integer",
7544
+ "locationName": "audioPids"
7545
+ },
7546
+ "DvbSubPids": {
7547
+ "shape": "__listOf__integer",
7548
+ "locationName": "dvbSubPids"
7549
+ },
7550
+ "DvbTeletextPid": {
7551
+ "shape": "__integer",
7552
+ "locationName": "dvbTeletextPid"
7553
+ },
7554
+ "EtvPlatformPid": {
7555
+ "shape": "__integer",
7556
+ "locationName": "etvPlatformPid"
7557
+ },
7558
+ "EtvSignalPid": {
7559
+ "shape": "__integer",
7560
+ "locationName": "etvSignalPid"
7561
+ },
7562
+ "KlvDataPids": {
7563
+ "shape": "__listOf__integer",
7564
+ "locationName": "klvDataPids"
7565
+ },
7566
+ "PcrPid": {
7567
+ "shape": "__integer",
7568
+ "locationName": "pcrPid"
7569
+ },
7570
+ "PmtPid": {
7571
+ "shape": "__integer",
7572
+ "locationName": "pmtPid"
7573
+ },
7574
+ "PrivateMetadataPid": {
7575
+ "shape": "__integer",
7576
+ "locationName": "privateMetadataPid"
7577
+ },
7578
+ "Scte27Pids": {
7579
+ "shape": "__listOf__integer",
7580
+ "locationName": "scte27Pids"
7581
+ },
7582
+ "Scte35Pid": {
7583
+ "shape": "__integer",
7584
+ "locationName": "scte35Pid"
7585
+ },
7586
+ "TimedMetadataPid": {
7587
+ "shape": "__integer",
7588
+ "locationName": "timedMetadataPid"
7589
+ },
7590
+ "VideoPid": {
7591
+ "shape": "__integer",
7592
+ "locationName": "videoPid"
7593
+ }
7594
+ }
7595
+ },
7596
+ "MultiplexProgramServiceDescriptor": {
7597
+ "type": "structure",
7598
+ "members": {
7599
+ "ProviderName": {
7600
+ "shape": "__stringMax256",
7601
+ "locationName": "providerName"
7602
+ },
7603
+ "ServiceName": {
7604
+ "shape": "__stringMax256",
7605
+ "locationName": "serviceName"
7606
+ }
7607
+ },
7608
+ "required": [
7609
+ "ProviderName",
7610
+ "ServiceName"
7611
+ ]
7612
+ },
7613
+ "MultiplexProgramSettings": {
7614
+ "type": "structure",
7615
+ "members": {
7616
+ "ProgramNumber": {
7617
+ "shape": "__integerMin0Max65535",
7618
+ "locationName": "programNumber"
7619
+ },
7620
+ "ServiceDescriptor": {
7621
+ "shape": "MultiplexProgramServiceDescriptor",
7622
+ "locationName": "serviceDescriptor"
7623
+ },
7624
+ "VideoSettings": {
7625
+ "shape": "MultiplexVideoSettings",
7626
+ "locationName": "videoSettings"
7627
+ }
7628
+ },
7629
+ "required": [
7630
+ "ProgramNumber"
7631
+ ]
7632
+ },
7633
+ "MultiplexProgramSummary": {
7634
+ "type": "structure",
7635
+ "members": {
7636
+ "ChannelId": {
7637
+ "shape": "__string",
7638
+ "locationName": "channelId"
7639
+ },
7640
+ "ProgramName": {
7641
+ "shape": "__string",
7642
+ "locationName": "programName"
7643
+ }
7644
+ }
7645
+ },
7646
+ "MultiplexSettings": {
7647
+ "type": "structure",
7648
+ "members": {
7649
+ "MaximumVideoBufferDelayMilliseconds": {
7650
+ "shape": "__integerMin1000Max3000",
7651
+ "locationName": "maximumVideoBufferDelayMilliseconds"
7652
+ },
7653
+ "TransportStreamBitrate": {
7654
+ "shape": "__integerMin1000000Max100000000",
7655
+ "locationName": "transportStreamBitrate"
7656
+ },
7657
+ "TransportStreamId": {
7658
+ "shape": "__integerMin0Max65535",
7659
+ "locationName": "transportStreamId"
7660
+ },
7661
+ "TransportStreamReservedBitrate": {
7662
+ "shape": "__integerMin0Max100000000",
7663
+ "locationName": "transportStreamReservedBitrate"
7664
+ }
7665
+ },
7666
+ "required": [
7667
+ "TransportStreamBitrate",
7668
+ "TransportStreamId"
7669
+ ]
7670
+ },
7671
+ "MultiplexSettingsSummary": {
7672
+ "type": "structure",
7673
+ "members": {
7674
+ "TransportStreamBitrate": {
7675
+ "shape": "__integerMin1000000Max100000000",
7676
+ "locationName": "transportStreamBitrate"
7677
+ }
7678
+ }
7679
+ },
7680
+ "MultiplexState": {
7681
+ "type": "string",
7682
+ "enum": [
7683
+ "CREATING",
7684
+ "CREATE_FAILED",
7685
+ "IDLE",
7686
+ "STARTING",
7687
+ "RUNNING",
7688
+ "RECOVERING",
7689
+ "STOPPING",
7690
+ "DELETING",
7691
+ "DELETED"
7692
+ ]
7693
+ },
7694
+ "MultiplexStatmuxVideoSettings": {
7695
+ "type": "structure",
7696
+ "members": {
7697
+ "MaximumBitrate": {
7698
+ "shape": "__integerMin100000Max100000000",
7699
+ "locationName": "maximumBitrate"
7700
+ },
7701
+ "MinimumBitrate": {
7702
+ "shape": "__integerMin100000Max100000000",
7703
+ "locationName": "minimumBitrate"
7704
+ }
7705
+ }
7706
+ },
7707
+ "MultiplexSummary": {
7708
+ "type": "structure",
7709
+ "members": {
7710
+ "Arn": {
7711
+ "shape": "__string",
7712
+ "locationName": "arn"
7713
+ },
7714
+ "AvailabilityZones": {
7715
+ "shape": "__listOf__string",
7716
+ "locationName": "availabilityZones"
7717
+ },
7718
+ "Id": {
7719
+ "shape": "__string",
7720
+ "locationName": "id"
7721
+ },
7722
+ "MultiplexSettings": {
7723
+ "shape": "MultiplexSettingsSummary",
7724
+ "locationName": "multiplexSettings"
6443
7725
  },
6444
- "TimestampOffset": {
7726
+ "Name": {
6445
7727
  "shape": "__string",
6446
- "locationName": "timestampOffset"
7728
+ "locationName": "name"
6447
7729
  },
6448
- "TimestampOffsetMode": {
6449
- "shape": "SmoothGroupTimestampOffsetMode",
6450
- "locationName": "timestampOffsetMode"
7730
+ "PipelinesRunningCount": {
7731
+ "shape": "__integer",
7732
+ "locationName": "pipelinesRunningCount"
7733
+ },
7734
+ "ProgramCount": {
7735
+ "shape": "__integer",
7736
+ "locationName": "programCount"
7737
+ },
7738
+ "State": {
7739
+ "shape": "MultiplexState",
7740
+ "locationName": "state"
7741
+ },
7742
+ "Tags": {
7743
+ "shape": "Tags",
7744
+ "locationName": "tags"
6451
7745
  }
6452
- },
6453
- "required": [
6454
- "Destination"
6455
- ]
6456
- },
6457
- "MsSmoothH265PackagingType": {
6458
- "type": "string",
6459
- "enum": [
6460
- "HEV1",
6461
- "HVC1"
6462
- ]
7746
+ }
6463
7747
  },
6464
- "MsSmoothOutputSettings": {
7748
+ "MultiplexValidationError": {
6465
7749
  "type": "structure",
6466
7750
  "members": {
6467
- "H265PackagingType": {
6468
- "shape": "MsSmoothH265PackagingType",
6469
- "locationName": "h265PackagingType"
7751
+ "ElementPath": {
7752
+ "shape": "__string",
7753
+ "locationName": "elementPath"
6470
7754
  },
6471
- "NameModifier": {
7755
+ "ErrorMessage": {
6472
7756
  "shape": "__string",
6473
- "locationName": "nameModifier"
7757
+ "locationName": "errorMessage"
7758
+ }
7759
+ }
7760
+ },
7761
+ "MultiplexVideoSettings": {
7762
+ "type": "structure",
7763
+ "members": {
7764
+ "ConstantBitrate": {
7765
+ "shape": "__integerMin100000Max100000000",
7766
+ "locationName": "constantBitrate"
7767
+ },
7768
+ "StatmuxSettings": {
7769
+ "shape": "MultiplexStatmuxVideoSettings",
7770
+ "locationName": "statmuxSettings"
6474
7771
  }
6475
7772
  }
6476
7773
  },
@@ -6494,6 +7791,26 @@
6494
7791
  }
6495
7792
  }
6496
7793
  },
7794
+ "NielsenConfiguration": {
7795
+ "type": "structure",
7796
+ "members": {
7797
+ "DistributorId": {
7798
+ "shape": "__string",
7799
+ "locationName": "distributorId"
7800
+ },
7801
+ "NielsenPcmToId3Tagging": {
7802
+ "shape": "NielsenPcmToId3TaggingState",
7803
+ "locationName": "nielsenPcmToId3Tagging"
7804
+ }
7805
+ }
7806
+ },
7807
+ "NielsenPcmToId3TaggingState": {
7808
+ "type": "string",
7809
+ "enum": [
7810
+ "DISABLED",
7811
+ "ENABLED"
7812
+ ]
7813
+ },
6497
7814
  "NotFoundException": {
6498
7815
  "type": "structure",
6499
7816
  "members": {
@@ -6607,6 +7924,10 @@
6607
7924
  "shape": "__listOfMediaPackageOutputDestinationSettings",
6608
7925
  "locationName": "mediaPackageSettings"
6609
7926
  },
7927
+ "MultiplexSettings": {
7928
+ "shape": "MultiplexProgramChannelDestinationSettings",
7929
+ "locationName": "multiplexSettings"
7930
+ },
6610
7931
  "Settings": {
6611
7932
  "shape": "__listOfOutputDestinationSettings",
6612
7933
  "locationName": "settings"
@@ -6678,6 +7999,10 @@
6678
7999
  "shape": "MsSmoothGroupSettings",
6679
8000
  "locationName": "msSmoothGroupSettings"
6680
8001
  },
8002
+ "MultiplexGroupSettings": {
8003
+ "shape": "MultiplexGroupSettings",
8004
+ "locationName": "multiplexGroupSettings"
8005
+ },
6681
8006
  "RtmpGroupSettings": {
6682
8007
  "shape": "RtmpGroupSettings",
6683
8008
  "locationName": "rtmpGroupSettings"
@@ -6720,6 +8045,10 @@
6720
8045
  "shape": "MsSmoothOutputSettings",
6721
8046
  "locationName": "msSmoothOutputSettings"
6722
8047
  },
8048
+ "MultiplexOutputSettings": {
8049
+ "shape": "MultiplexOutputSettings",
8050
+ "locationName": "multiplexOutputSettings"
8051
+ },
6723
8052
  "RtmpOutputSettings": {
6724
8053
  "shape": "RtmpOutputSettings",
6725
8054
  "locationName": "rtmpOutputSettings"
@@ -6998,6 +8327,7 @@
6998
8327
  "enum": [
6999
8328
  "SD",
7000
8329
  "HD",
8330
+ "FHD",
7001
8331
  "UHD"
7002
8332
  ]
7003
8333
  },
@@ -7043,6 +8373,7 @@
7043
8373
  "enum": [
7044
8374
  "INPUT",
7045
8375
  "OUTPUT",
8376
+ "MULTIPLEX",
7046
8377
  "CHANNEL"
7047
8378
  ]
7048
8379
  },
@@ -7703,6 +9034,64 @@
7703
9034
  }
7704
9035
  }
7705
9036
  },
9037
+ "StartMultiplexRequest": {
9038
+ "type": "structure",
9039
+ "members": {
9040
+ "MultiplexId": {
9041
+ "shape": "__string",
9042
+ "location": "uri",
9043
+ "locationName": "multiplexId"
9044
+ }
9045
+ },
9046
+ "required": [
9047
+ "MultiplexId"
9048
+ ]
9049
+ },
9050
+ "StartMultiplexResponse": {
9051
+ "type": "structure",
9052
+ "members": {
9053
+ "Arn": {
9054
+ "shape": "__string",
9055
+ "locationName": "arn"
9056
+ },
9057
+ "AvailabilityZones": {
9058
+ "shape": "__listOf__string",
9059
+ "locationName": "availabilityZones"
9060
+ },
9061
+ "Destinations": {
9062
+ "shape": "__listOfMultiplexOutputDestination",
9063
+ "locationName": "destinations"
9064
+ },
9065
+ "Id": {
9066
+ "shape": "__string",
9067
+ "locationName": "id"
9068
+ },
9069
+ "MultiplexSettings": {
9070
+ "shape": "MultiplexSettings",
9071
+ "locationName": "multiplexSettings"
9072
+ },
9073
+ "Name": {
9074
+ "shape": "__string",
9075
+ "locationName": "name"
9076
+ },
9077
+ "PipelinesRunningCount": {
9078
+ "shape": "__integer",
9079
+ "locationName": "pipelinesRunningCount"
9080
+ },
9081
+ "ProgramCount": {
9082
+ "shape": "__integer",
9083
+ "locationName": "programCount"
9084
+ },
9085
+ "State": {
9086
+ "shape": "MultiplexState",
9087
+ "locationName": "state"
9088
+ },
9089
+ "Tags": {
9090
+ "shape": "Tags",
9091
+ "locationName": "tags"
9092
+ }
9093
+ }
9094
+ },
7706
9095
  "StartTimecode": {
7707
9096
  "type": "structure",
7708
9097
  "members": {
@@ -7867,6 +9256,64 @@
7867
9256
  }
7868
9257
  }
7869
9258
  },
9259
+ "StopMultiplexRequest": {
9260
+ "type": "structure",
9261
+ "members": {
9262
+ "MultiplexId": {
9263
+ "shape": "__string",
9264
+ "location": "uri",
9265
+ "locationName": "multiplexId"
9266
+ }
9267
+ },
9268
+ "required": [
9269
+ "MultiplexId"
9270
+ ]
9271
+ },
9272
+ "StopMultiplexResponse": {
9273
+ "type": "structure",
9274
+ "members": {
9275
+ "Arn": {
9276
+ "shape": "__string",
9277
+ "locationName": "arn"
9278
+ },
9279
+ "AvailabilityZones": {
9280
+ "shape": "__listOf__string",
9281
+ "locationName": "availabilityZones"
9282
+ },
9283
+ "Destinations": {
9284
+ "shape": "__listOfMultiplexOutputDestination",
9285
+ "locationName": "destinations"
9286
+ },
9287
+ "Id": {
9288
+ "shape": "__string",
9289
+ "locationName": "id"
9290
+ },
9291
+ "MultiplexSettings": {
9292
+ "shape": "MultiplexSettings",
9293
+ "locationName": "multiplexSettings"
9294
+ },
9295
+ "Name": {
9296
+ "shape": "__string",
9297
+ "locationName": "name"
9298
+ },
9299
+ "PipelinesRunningCount": {
9300
+ "shape": "__integer",
9301
+ "locationName": "pipelinesRunningCount"
9302
+ },
9303
+ "ProgramCount": {
9304
+ "shape": "__integer",
9305
+ "locationName": "programCount"
9306
+ },
9307
+ "State": {
9308
+ "shape": "MultiplexState",
9309
+ "locationName": "state"
9310
+ },
9311
+ "Tags": {
9312
+ "shape": "Tags",
9313
+ "locationName": "tags"
9314
+ }
9315
+ }
9316
+ },
7870
9317
  "StopTimecode": {
7871
9318
  "type": "structure",
7872
9319
  "members": {
@@ -8032,7 +9479,7 @@
8032
9479
  "locationName": "message"
8033
9480
  },
8034
9481
  "ValidationErrors": {
8035
- "shape": "__listOfValidationError",
9482
+ "shape": "__listOfMultiplexValidationError",
8036
9483
  "locationName": "validationErrors"
8037
9484
  }
8038
9485
  },
@@ -8303,6 +9750,108 @@
8303
9750
  }
8304
9751
  }
8305
9752
  },
9753
+ "UpdateMultiplex": {
9754
+ "type": "structure",
9755
+ "members": {
9756
+ "MultiplexSettings": {
9757
+ "shape": "MultiplexSettings",
9758
+ "locationName": "multiplexSettings"
9759
+ },
9760
+ "Name": {
9761
+ "shape": "__string",
9762
+ "locationName": "name"
9763
+ }
9764
+ }
9765
+ },
9766
+ "UpdateMultiplexProgram": {
9767
+ "type": "structure",
9768
+ "members": {
9769
+ "MultiplexProgramSettings": {
9770
+ "shape": "MultiplexProgramSettings",
9771
+ "locationName": "multiplexProgramSettings"
9772
+ }
9773
+ }
9774
+ },
9775
+ "UpdateMultiplexProgramRequest": {
9776
+ "type": "structure",
9777
+ "members": {
9778
+ "MultiplexId": {
9779
+ "shape": "__string",
9780
+ "location": "uri",
9781
+ "locationName": "multiplexId"
9782
+ },
9783
+ "MultiplexProgramSettings": {
9784
+ "shape": "MultiplexProgramSettings",
9785
+ "locationName": "multiplexProgramSettings"
9786
+ },
9787
+ "ProgramName": {
9788
+ "shape": "__string",
9789
+ "location": "uri",
9790
+ "locationName": "programName"
9791
+ }
9792
+ },
9793
+ "required": [
9794
+ "MultiplexId",
9795
+ "ProgramName"
9796
+ ]
9797
+ },
9798
+ "UpdateMultiplexProgramResponse": {
9799
+ "type": "structure",
9800
+ "members": {
9801
+ "MultiplexProgram": {
9802
+ "shape": "MultiplexProgram",
9803
+ "locationName": "multiplexProgram"
9804
+ }
9805
+ }
9806
+ },
9807
+ "UpdateMultiplexProgramResultModel": {
9808
+ "type": "structure",
9809
+ "members": {
9810
+ "MultiplexProgram": {
9811
+ "shape": "MultiplexProgram",
9812
+ "locationName": "multiplexProgram"
9813
+ }
9814
+ }
9815
+ },
9816
+ "UpdateMultiplexRequest": {
9817
+ "type": "structure",
9818
+ "members": {
9819
+ "MultiplexId": {
9820
+ "shape": "__string",
9821
+ "location": "uri",
9822
+ "locationName": "multiplexId"
9823
+ },
9824
+ "MultiplexSettings": {
9825
+ "shape": "MultiplexSettings",
9826
+ "locationName": "multiplexSettings"
9827
+ },
9828
+ "Name": {
9829
+ "shape": "__string",
9830
+ "locationName": "name"
9831
+ }
9832
+ },
9833
+ "required": [
9834
+ "MultiplexId"
9835
+ ]
9836
+ },
9837
+ "UpdateMultiplexResponse": {
9838
+ "type": "structure",
9839
+ "members": {
9840
+ "Multiplex": {
9841
+ "shape": "Multiplex",
9842
+ "locationName": "multiplex"
9843
+ }
9844
+ }
9845
+ },
9846
+ "UpdateMultiplexResultModel": {
9847
+ "type": "structure",
9848
+ "members": {
9849
+ "Multiplex": {
9850
+ "shape": "Multiplex",
9851
+ "locationName": "multiplex"
9852
+ }
9853
+ }
9854
+ },
8306
9855
  "UpdateReservation": {
8307
9856
  "type": "structure",
8308
9857
  "members": {
@@ -8505,18 +10054,9 @@
8505
10054
  "__doubleMin0": {
8506
10055
  "type": "double"
8507
10056
  },
8508
- "__doubleMin0Max1000000000": {
8509
- "type": "double"
8510
- },
8511
- "__doubleMin0Max65535": {
8512
- "type": "double"
8513
- },
8514
10057
  "__doubleMin1": {
8515
10058
  "type": "double"
8516
10059
  },
8517
- "__doubleMin10000Max1000000000": {
8518
- "type": "double"
8519
- },
8520
10060
  "__doubleMinNegative59Max0": {
8521
10061
  "type": "double"
8522
10062
  },
@@ -8552,6 +10092,11 @@
8552
10092
  "min": 0,
8553
10093
  "max": 1000000
8554
10094
  },
10095
+ "__integerMin0Max100000000": {
10096
+ "type": "integer",
10097
+ "min": 0,
10098
+ "max": 100000000
10099
+ },
8555
10100
  "__integerMin0Max128": {
8556
10101
  "type": "integer",
8557
10102
  "min": 0,
@@ -8620,6 +10165,16 @@
8620
10165
  "type": "integer",
8621
10166
  "min": 1000
8622
10167
  },
10168
+ "__integerMin1000000Max100000000": {
10169
+ "type": "integer",
10170
+ "min": 1000000,
10171
+ "max": 100000000
10172
+ },
10173
+ "__integerMin100000Max100000000": {
10174
+ "type": "integer",
10175
+ "min": 100000,
10176
+ "max": 100000000
10177
+ },
8623
10178
  "__integerMin100000Max40000000": {
8624
10179
  "type": "integer",
8625
10180
  "min": 100000,
@@ -8630,6 +10185,11 @@
8630
10185
  "min": 100000,
8631
10186
  "max": 80000000
8632
10187
  },
10188
+ "__integerMin1000Max3000": {
10189
+ "type": "integer",
10190
+ "min": 1000,
10191
+ "max": 3000
10192
+ },
8633
10193
  "__integerMin1000Max30000": {
8634
10194
  "type": "integer",
8635
10195
  "min": 1000,
@@ -8670,10 +10230,10 @@
8670
10230
  "min": 1,
8671
10231
  "max": 32
8672
10232
  },
8673
- "__integerMin1Max3600": {
10233
+ "__integerMin1Max3600000": {
8674
10234
  "type": "integer",
8675
10235
  "min": 1,
8676
- "max": 3600
10236
+ "max": 3600000
8677
10237
  },
8678
10238
  "__integerMin1Max4": {
8679
10239
  "type": "integer",
@@ -8870,6 +10430,30 @@
8870
10430
  "shape": "MediaPackageOutputDestinationSettings"
8871
10431
  }
8872
10432
  },
10433
+ "__listOfMultiplexOutputDestination": {
10434
+ "type": "list",
10435
+ "member": {
10436
+ "shape": "MultiplexOutputDestination"
10437
+ }
10438
+ },
10439
+ "__listOfMultiplexProgramSummary": {
10440
+ "type": "list",
10441
+ "member": {
10442
+ "shape": "MultiplexProgramSummary"
10443
+ }
10444
+ },
10445
+ "__listOfMultiplexSummary": {
10446
+ "type": "list",
10447
+ "member": {
10448
+ "shape": "MultiplexSummary"
10449
+ }
10450
+ },
10451
+ "__listOfMultiplexValidationError": {
10452
+ "type": "list",
10453
+ "member": {
10454
+ "shape": "MultiplexValidationError"
10455
+ }
10456
+ },
8873
10457
  "__listOfOffering": {
8874
10458
  "type": "list",
8875
10459
  "member": {
@@ -8942,6 +10526,12 @@
8942
10526
  "shape": "VideoDescription"
8943
10527
  }
8944
10528
  },
10529
+ "__listOf__integer": {
10530
+ "type": "list",
10531
+ "member": {
10532
+ "shape": "__integer"
10533
+ }
10534
+ },
8945
10535
  "__listOf__string": {
8946
10536
  "type": "list",
8947
10537
  "member": {