aws-sdk-core 2.11.604 → 2.11.609

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,49 @@
12
12
  "jsonVersion": "1.1"
13
13
  },
14
14
  "operations": {
15
+ "AcceptInputDeviceTransfer": {
16
+ "name": "AcceptInputDeviceTransfer",
17
+ "http": {
18
+ "method": "POST",
19
+ "requestUri": "/prod/inputDevices/{inputDeviceId}/accept",
20
+ "responseCode": 200
21
+ },
22
+ "input": {
23
+ "shape": "AcceptInputDeviceTransferRequest"
24
+ },
25
+ "output": {
26
+ "shape": "AcceptInputDeviceTransferResponse"
27
+ },
28
+ "errors": [
29
+ {
30
+ "shape": "BadRequestException"
31
+ },
32
+ {
33
+ "shape": "UnprocessableEntityException"
34
+ },
35
+ {
36
+ "shape": "InternalServerErrorException"
37
+ },
38
+ {
39
+ "shape": "ForbiddenException"
40
+ },
41
+ {
42
+ "shape": "BadGatewayException"
43
+ },
44
+ {
45
+ "shape": "NotFoundException"
46
+ },
47
+ {
48
+ "shape": "GatewayTimeoutException"
49
+ },
50
+ {
51
+ "shape": "TooManyRequestsException"
52
+ },
53
+ {
54
+ "shape": "ConflictException"
55
+ }
56
+ ]
57
+ },
15
58
  "BatchDelete": {
16
59
  "name": "BatchDelete",
17
60
  "http": {
@@ -172,6 +215,49 @@
172
215
  }
173
216
  ]
174
217
  },
218
+ "CancelInputDeviceTransfer": {
219
+ "name": "CancelInputDeviceTransfer",
220
+ "http": {
221
+ "method": "POST",
222
+ "requestUri": "/prod/inputDevices/{inputDeviceId}/cancel",
223
+ "responseCode": 200
224
+ },
225
+ "input": {
226
+ "shape": "CancelInputDeviceTransferRequest"
227
+ },
228
+ "output": {
229
+ "shape": "CancelInputDeviceTransferResponse"
230
+ },
231
+ "errors": [
232
+ {
233
+ "shape": "BadRequestException"
234
+ },
235
+ {
236
+ "shape": "UnprocessableEntityException"
237
+ },
238
+ {
239
+ "shape": "InternalServerErrorException"
240
+ },
241
+ {
242
+ "shape": "ForbiddenException"
243
+ },
244
+ {
245
+ "shape": "BadGatewayException"
246
+ },
247
+ {
248
+ "shape": "NotFoundException"
249
+ },
250
+ {
251
+ "shape": "GatewayTimeoutException"
252
+ },
253
+ {
254
+ "shape": "TooManyRequestsException"
255
+ },
256
+ {
257
+ "shape": "ConflictException"
258
+ }
259
+ ]
260
+ },
175
261
  "CreateChannel": {
176
262
  "name": "CreateChannel",
177
263
  "http": {
@@ -1088,6 +1174,43 @@
1088
1174
  }
1089
1175
  ]
1090
1176
  },
1177
+ "ListInputDeviceTransfers": {
1178
+ "name": "ListInputDeviceTransfers",
1179
+ "http": {
1180
+ "method": "GET",
1181
+ "requestUri": "/prod/inputDeviceTransfers",
1182
+ "responseCode": 200
1183
+ },
1184
+ "input": {
1185
+ "shape": "ListInputDeviceTransfersRequest"
1186
+ },
1187
+ "output": {
1188
+ "shape": "ListInputDeviceTransfersResponse"
1189
+ },
1190
+ "errors": [
1191
+ {
1192
+ "shape": "BadRequestException"
1193
+ },
1194
+ {
1195
+ "shape": "UnprocessableEntityException"
1196
+ },
1197
+ {
1198
+ "shape": "InternalServerErrorException"
1199
+ },
1200
+ {
1201
+ "shape": "ForbiddenException"
1202
+ },
1203
+ {
1204
+ "shape": "BadGatewayException"
1205
+ },
1206
+ {
1207
+ "shape": "GatewayTimeoutException"
1208
+ },
1209
+ {
1210
+ "shape": "TooManyRequestsException"
1211
+ }
1212
+ ]
1213
+ },
1091
1214
  "ListInputDevices": {
1092
1215
  "name": "ListInputDevices",
1093
1216
  "http": {
@@ -1397,6 +1520,49 @@
1397
1520
  }
1398
1521
  ]
1399
1522
  },
1523
+ "RejectInputDeviceTransfer": {
1524
+ "name": "RejectInputDeviceTransfer",
1525
+ "http": {
1526
+ "method": "POST",
1527
+ "requestUri": "/prod/inputDevices/{inputDeviceId}/reject",
1528
+ "responseCode": 200
1529
+ },
1530
+ "input": {
1531
+ "shape": "RejectInputDeviceTransferRequest"
1532
+ },
1533
+ "output": {
1534
+ "shape": "RejectInputDeviceTransferResponse"
1535
+ },
1536
+ "errors": [
1537
+ {
1538
+ "shape": "BadRequestException"
1539
+ },
1540
+ {
1541
+ "shape": "UnprocessableEntityException"
1542
+ },
1543
+ {
1544
+ "shape": "InternalServerErrorException"
1545
+ },
1546
+ {
1547
+ "shape": "ForbiddenException"
1548
+ },
1549
+ {
1550
+ "shape": "BadGatewayException"
1551
+ },
1552
+ {
1553
+ "shape": "NotFoundException"
1554
+ },
1555
+ {
1556
+ "shape": "GatewayTimeoutException"
1557
+ },
1558
+ {
1559
+ "shape": "TooManyRequestsException"
1560
+ },
1561
+ {
1562
+ "shape": "ConflictException"
1563
+ }
1564
+ ]
1565
+ },
1400
1566
  "StartChannel": {
1401
1567
  "name": "StartChannel",
1402
1568
  "http": {
@@ -1557,6 +1723,49 @@
1557
1723
  }
1558
1724
  ]
1559
1725
  },
1726
+ "TransferInputDevice": {
1727
+ "name": "TransferInputDevice",
1728
+ "http": {
1729
+ "method": "POST",
1730
+ "requestUri": "/prod/inputDevices/{inputDeviceId}/transfer",
1731
+ "responseCode": 200
1732
+ },
1733
+ "input": {
1734
+ "shape": "TransferInputDeviceRequest"
1735
+ },
1736
+ "output": {
1737
+ "shape": "TransferInputDeviceResponse"
1738
+ },
1739
+ "errors": [
1740
+ {
1741
+ "shape": "BadRequestException"
1742
+ },
1743
+ {
1744
+ "shape": "UnprocessableEntityException"
1745
+ },
1746
+ {
1747
+ "shape": "InternalServerErrorException"
1748
+ },
1749
+ {
1750
+ "shape": "ForbiddenException"
1751
+ },
1752
+ {
1753
+ "shape": "BadGatewayException"
1754
+ },
1755
+ {
1756
+ "shape": "NotFoundException"
1757
+ },
1758
+ {
1759
+ "shape": "GatewayTimeoutException"
1760
+ },
1761
+ {
1762
+ "shape": "TooManyRequestsException"
1763
+ },
1764
+ {
1765
+ "shape": "ConflictException"
1766
+ }
1767
+ ]
1768
+ },
1560
1769
  "UpdateChannel": {
1561
1770
  "name": "UpdateChannel",
1562
1771
  "http": {
@@ -2045,6 +2254,24 @@
2045
2254
  }
2046
2255
  }
2047
2256
  },
2257
+ "AcceptInputDeviceTransferRequest": {
2258
+ "type": "structure",
2259
+ "members": {
2260
+ "InputDeviceId": {
2261
+ "shape": "__string",
2262
+ "location": "uri",
2263
+ "locationName": "inputDeviceId"
2264
+ }
2265
+ },
2266
+ "required": [
2267
+ "InputDeviceId"
2268
+ ]
2269
+ },
2270
+ "AcceptInputDeviceTransferResponse": {
2271
+ "type": "structure",
2272
+ "members": {
2273
+ }
2274
+ },
2048
2275
  "AccessDenied": {
2049
2276
  "type": "structure",
2050
2277
  "members": {
@@ -2062,12 +2289,25 @@
2062
2289
  "NONE"
2063
2290
  ]
2064
2291
  },
2292
+ "AncillarySourceSettings": {
2293
+ "type": "structure",
2294
+ "members": {
2295
+ "SourceAncillaryChannelNumber": {
2296
+ "shape": "__integerMin1Max4",
2297
+ "locationName": "sourceAncillaryChannelNumber"
2298
+ }
2299
+ }
2300
+ },
2065
2301
  "ArchiveContainerSettings": {
2066
2302
  "type": "structure",
2067
2303
  "members": {
2068
2304
  "M2tsSettings": {
2069
2305
  "shape": "M2tsSettings",
2070
2306
  "locationName": "m2tsSettings"
2307
+ },
2308
+ "RawSettings": {
2309
+ "shape": "RawSettings",
2310
+ "locationName": "rawSettings"
2071
2311
  }
2072
2312
  }
2073
2313
  },
@@ -2156,6 +2396,10 @@
2156
2396
  "PassThroughSettings": {
2157
2397
  "shape": "PassThroughSettings",
2158
2398
  "locationName": "passThroughSettings"
2399
+ },
2400
+ "WavSettings": {
2401
+ "shape": "WavSettings",
2402
+ "locationName": "wavSettings"
2159
2403
  }
2160
2404
  }
2161
2405
  },
@@ -2951,6 +3195,24 @@
2951
3195
  "SCALED"
2952
3196
  ]
2953
3197
  },
3198
+ "CancelInputDeviceTransferRequest": {
3199
+ "type": "structure",
3200
+ "members": {
3201
+ "InputDeviceId": {
3202
+ "shape": "__string",
3203
+ "location": "uri",
3204
+ "locationName": "inputDeviceId"
3205
+ }
3206
+ },
3207
+ "required": [
3208
+ "InputDeviceId"
3209
+ ]
3210
+ },
3211
+ "CancelInputDeviceTransferResponse": {
3212
+ "type": "structure",
3213
+ "members": {
3214
+ }
3215
+ },
2954
3216
  "CaptionDescription": {
2955
3217
  "type": "structure",
2956
3218
  "members": {
@@ -3082,6 +3344,10 @@
3082
3344
  "CaptionSelectorSettings": {
3083
3345
  "type": "structure",
3084
3346
  "members": {
3347
+ "AncillarySourceSettings": {
3348
+ "shape": "AncillarySourceSettings",
3349
+ "locationName": "ancillarySourceSettings"
3350
+ },
3085
3351
  "AribSourceSettings": {
3086
3352
  "shape": "AribSourceSettings",
3087
3353
  "locationName": "aribSourceSettings"
@@ -3108,6 +3374,24 @@
3108
3374
  }
3109
3375
  }
3110
3376
  },
3377
+ "CdiInputResolution": {
3378
+ "type": "string",
3379
+ "enum": [
3380
+ "SD",
3381
+ "HD",
3382
+ "FHD",
3383
+ "UHD"
3384
+ ]
3385
+ },
3386
+ "CdiInputSpecification": {
3387
+ "type": "structure",
3388
+ "members": {
3389
+ "Resolution": {
3390
+ "shape": "CdiInputResolution",
3391
+ "locationName": "resolution"
3392
+ }
3393
+ }
3394
+ },
3111
3395
  "Channel": {
3112
3396
  "type": "structure",
3113
3397
  "members": {
@@ -3115,6 +3399,10 @@
3115
3399
  "shape": "__string",
3116
3400
  "locationName": "arn"
3117
3401
  },
3402
+ "CdiInputSpecification": {
3403
+ "shape": "CdiInputSpecification",
3404
+ "locationName": "cdiInputSpecification"
3405
+ },
3118
3406
  "ChannelClass": {
3119
3407
  "shape": "ChannelClass",
3120
3408
  "locationName": "channelClass"
@@ -3225,6 +3513,10 @@
3225
3513
  "shape": "__string",
3226
3514
  "locationName": "arn"
3227
3515
  },
3516
+ "CdiInputSpecification": {
3517
+ "shape": "CdiInputSpecification",
3518
+ "locationName": "cdiInputSpecification"
3519
+ },
3228
3520
  "ChannelClass": {
3229
3521
  "shape": "ChannelClass",
3230
3522
  "locationName": "channelClass"
@@ -3296,6 +3588,10 @@
3296
3588
  "CreateChannel": {
3297
3589
  "type": "structure",
3298
3590
  "members": {
3591
+ "CdiInputSpecification": {
3592
+ "shape": "CdiInputSpecification",
3593
+ "locationName": "cdiInputSpecification"
3594
+ },
3299
3595
  "ChannelClass": {
3300
3596
  "shape": "ChannelClass",
3301
3597
  "locationName": "channelClass"
@@ -3347,6 +3643,10 @@
3347
3643
  "CreateChannelRequest": {
3348
3644
  "type": "structure",
3349
3645
  "members": {
3646
+ "CdiInputSpecification": {
3647
+ "shape": "CdiInputSpecification",
3648
+ "locationName": "cdiInputSpecification"
3649
+ },
3350
3650
  "ChannelClass": {
3351
3651
  "shape": "ChannelClass",
3352
3652
  "locationName": "channelClass"
@@ -3751,6 +4051,10 @@
3751
4051
  "shape": "__string",
3752
4052
  "locationName": "arn"
3753
4053
  },
4054
+ "CdiInputSpecification": {
4055
+ "shape": "CdiInputSpecification",
4056
+ "locationName": "cdiInputSpecification"
4057
+ },
3754
4058
  "ChannelClass": {
3755
4059
  "shape": "ChannelClass",
3756
4060
  "locationName": "channelClass"
@@ -3879,6 +4183,10 @@
3879
4183
  "shape": "MultiplexProgramPacketIdentifiersMap",
3880
4184
  "locationName": "packetIdentifiersMap"
3881
4185
  },
4186
+ "PipelineDetails": {
4187
+ "shape": "__listOfMultiplexProgramPipelineDetail",
4188
+ "locationName": "pipelineDetails"
4189
+ },
3882
4190
  "ProgramName": {
3883
4191
  "shape": "__string",
3884
4192
  "locationName": "programName"
@@ -4090,6 +4398,10 @@
4090
4398
  "shape": "__string",
4091
4399
  "locationName": "arn"
4092
4400
  },
4401
+ "CdiInputSpecification": {
4402
+ "shape": "CdiInputSpecification",
4403
+ "locationName": "cdiInputSpecification"
4404
+ },
4093
4405
  "ChannelClass": {
4094
4406
  "shape": "ChannelClass",
4095
4407
  "locationName": "channelClass"
@@ -4409,6 +4721,10 @@
4409
4721
  "shape": "MultiplexProgramPacketIdentifiersMap",
4410
4722
  "locationName": "packetIdentifiersMap"
4411
4723
  },
4724
+ "PipelineDetails": {
4725
+ "shape": "__listOfMultiplexProgramPipelineDetail",
4726
+ "locationName": "pipelineDetails"
4727
+ },
4412
4728
  "ProgramName": {
4413
4729
  "shape": "__string",
4414
4730
  "locationName": "programName"
@@ -7082,6 +7398,13 @@
7082
7398
  }
7083
7399
  }
7084
7400
  },
7401
+ "InputDeviceTransferType": {
7402
+ "type": "string",
7403
+ "enum": [
7404
+ "OUTGOING",
7405
+ "INCOMING"
7406
+ ]
7407
+ },
7085
7408
  "InputDeviceType": {
7086
7409
  "type": "string",
7087
7410
  "enum": [
@@ -7560,6 +7883,55 @@
7560
7883
  }
7561
7884
  }
7562
7885
  },
7886
+ "ListInputDeviceTransfersRequest": {
7887
+ "type": "structure",
7888
+ "members": {
7889
+ "MaxResults": {
7890
+ "shape": "MaxResults",
7891
+ "location": "querystring",
7892
+ "locationName": "maxResults"
7893
+ },
7894
+ "NextToken": {
7895
+ "shape": "__string",
7896
+ "location": "querystring",
7897
+ "locationName": "nextToken"
7898
+ },
7899
+ "TransferType": {
7900
+ "shape": "__string",
7901
+ "location": "querystring",
7902
+ "locationName": "transferType"
7903
+ }
7904
+ },
7905
+ "required": [
7906
+ "TransferType"
7907
+ ]
7908
+ },
7909
+ "ListInputDeviceTransfersResponse": {
7910
+ "type": "structure",
7911
+ "members": {
7912
+ "InputDeviceTransfers": {
7913
+ "shape": "__listOfTransferringInputDeviceSummary",
7914
+ "locationName": "inputDeviceTransfers"
7915
+ },
7916
+ "NextToken": {
7917
+ "shape": "__string",
7918
+ "locationName": "nextToken"
7919
+ }
7920
+ }
7921
+ },
7922
+ "ListInputDeviceTransfersResultModel": {
7923
+ "type": "structure",
7924
+ "members": {
7925
+ "InputDeviceTransfers": {
7926
+ "shape": "__listOfTransferringInputDeviceSummary",
7927
+ "locationName": "inputDeviceTransfers"
7928
+ },
7929
+ "NextToken": {
7930
+ "shape": "__string",
7931
+ "locationName": "nextToken"
7932
+ }
7933
+ }
7934
+ },
7563
7935
  "ListInputDevicesRequest": {
7564
7936
  "type": "structure",
7565
7937
  "members": {
@@ -8481,6 +8853,147 @@
8481
8853
  }
8482
8854
  }
8483
8855
  },
8856
+ "Mpeg2AdaptiveQuantization": {
8857
+ "type": "string",
8858
+ "enum": [
8859
+ "AUTO",
8860
+ "HIGH",
8861
+ "LOW",
8862
+ "MEDIUM",
8863
+ "OFF"
8864
+ ]
8865
+ },
8866
+ "Mpeg2ColorMetadata": {
8867
+ "type": "string",
8868
+ "enum": [
8869
+ "IGNORE",
8870
+ "INSERT"
8871
+ ]
8872
+ },
8873
+ "Mpeg2ColorSpace": {
8874
+ "type": "string",
8875
+ "enum": [
8876
+ "AUTO",
8877
+ "PASSTHROUGH"
8878
+ ]
8879
+ },
8880
+ "Mpeg2DisplayRatio": {
8881
+ "type": "string",
8882
+ "enum": [
8883
+ "DISPLAYRATIO16X9",
8884
+ "DISPLAYRATIO4X3"
8885
+ ]
8886
+ },
8887
+ "Mpeg2FilterSettings": {
8888
+ "type": "structure",
8889
+ "members": {
8890
+ "TemporalFilterSettings": {
8891
+ "shape": "TemporalFilterSettings",
8892
+ "locationName": "temporalFilterSettings"
8893
+ }
8894
+ }
8895
+ },
8896
+ "Mpeg2GopSizeUnits": {
8897
+ "type": "string",
8898
+ "enum": [
8899
+ "FRAMES",
8900
+ "SECONDS"
8901
+ ]
8902
+ },
8903
+ "Mpeg2ScanType": {
8904
+ "type": "string",
8905
+ "enum": [
8906
+ "INTERLACED",
8907
+ "PROGRESSIVE"
8908
+ ]
8909
+ },
8910
+ "Mpeg2Settings": {
8911
+ "type": "structure",
8912
+ "members": {
8913
+ "AdaptiveQuantization": {
8914
+ "shape": "Mpeg2AdaptiveQuantization",
8915
+ "locationName": "adaptiveQuantization"
8916
+ },
8917
+ "AfdSignaling": {
8918
+ "shape": "AfdSignaling",
8919
+ "locationName": "afdSignaling"
8920
+ },
8921
+ "ColorMetadata": {
8922
+ "shape": "Mpeg2ColorMetadata",
8923
+ "locationName": "colorMetadata"
8924
+ },
8925
+ "ColorSpace": {
8926
+ "shape": "Mpeg2ColorSpace",
8927
+ "locationName": "colorSpace"
8928
+ },
8929
+ "DisplayAspectRatio": {
8930
+ "shape": "Mpeg2DisplayRatio",
8931
+ "locationName": "displayAspectRatio"
8932
+ },
8933
+ "FilterSettings": {
8934
+ "shape": "Mpeg2FilterSettings",
8935
+ "locationName": "filterSettings"
8936
+ },
8937
+ "FixedAfd": {
8938
+ "shape": "FixedAfd",
8939
+ "locationName": "fixedAfd"
8940
+ },
8941
+ "FramerateDenominator": {
8942
+ "shape": "__integerMin1",
8943
+ "locationName": "framerateDenominator"
8944
+ },
8945
+ "FramerateNumerator": {
8946
+ "shape": "__integerMin1",
8947
+ "locationName": "framerateNumerator"
8948
+ },
8949
+ "GopClosedCadence": {
8950
+ "shape": "__integerMin0",
8951
+ "locationName": "gopClosedCadence"
8952
+ },
8953
+ "GopNumBFrames": {
8954
+ "shape": "__integerMin0Max7",
8955
+ "locationName": "gopNumBFrames"
8956
+ },
8957
+ "GopSize": {
8958
+ "shape": "__double",
8959
+ "locationName": "gopSize"
8960
+ },
8961
+ "GopSizeUnits": {
8962
+ "shape": "Mpeg2GopSizeUnits",
8963
+ "locationName": "gopSizeUnits"
8964
+ },
8965
+ "ScanType": {
8966
+ "shape": "Mpeg2ScanType",
8967
+ "locationName": "scanType"
8968
+ },
8969
+ "SubgopLength": {
8970
+ "shape": "Mpeg2SubGopLength",
8971
+ "locationName": "subgopLength"
8972
+ },
8973
+ "TimecodeInsertion": {
8974
+ "shape": "Mpeg2TimecodeInsertionBehavior",
8975
+ "locationName": "timecodeInsertion"
8976
+ }
8977
+ },
8978
+ "required": [
8979
+ "FramerateNumerator",
8980
+ "FramerateDenominator"
8981
+ ]
8982
+ },
8983
+ "Mpeg2SubGopLength": {
8984
+ "type": "string",
8985
+ "enum": [
8986
+ "DYNAMIC",
8987
+ "FIXED"
8988
+ ]
8989
+ },
8990
+ "Mpeg2TimecodeInsertionBehavior": {
8991
+ "type": "string",
8992
+ "enum": [
8993
+ "DISABLED",
8994
+ "GOP_TIMECODE"
8995
+ ]
8996
+ },
8484
8997
  "MsSmoothGroupSettings": {
8485
8998
  "type": "structure",
8486
8999
  "members": {
@@ -8693,6 +9206,10 @@
8693
9206
  "shape": "MultiplexProgramPacketIdentifiersMap",
8694
9207
  "locationName": "packetIdentifiersMap"
8695
9208
  },
9209
+ "PipelineDetails": {
9210
+ "shape": "__listOfMultiplexProgramPipelineDetail",
9211
+ "locationName": "pipelineDetails"
9212
+ },
8696
9213
  "ProgramName": {
8697
9214
  "shape": "__string",
8698
9215
  "locationName": "programName"
@@ -8769,6 +9286,19 @@
8769
9286
  }
8770
9287
  }
8771
9288
  },
9289
+ "MultiplexProgramPipelineDetail": {
9290
+ "type": "structure",
9291
+ "members": {
9292
+ "ActiveChannelPipeline": {
9293
+ "shape": "__string",
9294
+ "locationName": "activeChannelPipeline"
9295
+ },
9296
+ "PipelineId": {
9297
+ "shape": "__string",
9298
+ "locationName": "pipelineId"
9299
+ }
9300
+ }
9301
+ },
8772
9302
  "MultiplexProgramServiceDescriptor": {
8773
9303
  "type": "structure",
8774
9304
  "members": {
@@ -8827,7 +9357,7 @@
8827
9357
  "type": "structure",
8828
9358
  "members": {
8829
9359
  "MaximumVideoBufferDelayMilliseconds": {
8830
- "shape": "__integerMin1000Max3000",
9360
+ "shape": "__integerMin800Max3000",
8831
9361
  "locationName": "maximumVideoBufferDelayMilliseconds"
8832
9362
  },
8833
9363
  "TransportStreamBitrate": {
@@ -8881,6 +9411,10 @@
8881
9411
  "MinimumBitrate": {
8882
9412
  "shape": "__integerMin100000Max100000000",
8883
9413
  "locationName": "minimumBitrate"
9414
+ },
9415
+ "Priority": {
9416
+ "shape": "__integerMinNegative5Max5",
9417
+ "locationName": "priority"
8884
9418
  }
8885
9419
  }
8886
9420
  },
@@ -9366,6 +9900,11 @@
9366
9900
  }
9367
9901
  }
9368
9902
  },
9903
+ "RawSettings": {
9904
+ "type": "structure",
9905
+ "members": {
9906
+ }
9907
+ },
9369
9908
  "Rec601Settings": {
9370
9909
  "type": "structure",
9371
9910
  "members": {
@@ -9376,6 +9915,24 @@
9376
9915
  "members": {
9377
9916
  }
9378
9917
  },
9918
+ "RejectInputDeviceTransferRequest": {
9919
+ "type": "structure",
9920
+ "members": {
9921
+ "InputDeviceId": {
9922
+ "shape": "__string",
9923
+ "location": "uri",
9924
+ "locationName": "inputDeviceId"
9925
+ }
9926
+ },
9927
+ "required": [
9928
+ "InputDeviceId"
9929
+ ]
9930
+ },
9931
+ "RejectInputDeviceTransferResponse": {
9932
+ "type": "structure",
9933
+ "members": {
9934
+ }
9935
+ },
9379
9936
  "RemixSettings": {
9380
9937
  "type": "structure",
9381
9938
  "members": {
@@ -10168,6 +10725,10 @@
10168
10725
  "shape": "__string",
10169
10726
  "locationName": "arn"
10170
10727
  },
10728
+ "CdiInputSpecification": {
10729
+ "shape": "CdiInputSpecification",
10730
+ "locationName": "cdiInputSpecification"
10731
+ },
10171
10732
  "ChannelClass": {
10172
10733
  "shape": "ChannelClass",
10173
10734
  "locationName": "channelClass"
@@ -10390,6 +10951,10 @@
10390
10951
  "shape": "__string",
10391
10952
  "locationName": "arn"
10392
10953
  },
10954
+ "CdiInputSpecification": {
10955
+ "shape": "CdiInputSpecification",
10956
+ "locationName": "cdiInputSpecification"
10957
+ },
10393
10958
  "ChannelClass": {
10394
10959
  "shape": "ChannelClass",
10395
10960
  "locationName": "channelClass"
@@ -10594,6 +11159,15 @@
10594
11159
  "STRENGTH_16"
10595
11160
  ]
10596
11161
  },
11162
+ "ThumbnailData": {
11163
+ "type": "structure",
11164
+ "members": {
11165
+ "Body": {
11166
+ "shape": "__string",
11167
+ "locationName": "body"
11168
+ }
11169
+ }
11170
+ },
10597
11171
  "TimecodeConfig": {
10598
11172
  "type": "structure",
10599
11173
  "members": {
@@ -10631,6 +11205,66 @@
10631
11205
  "httpStatusCode": 429
10632
11206
  }
10633
11207
  },
11208
+ "TransferInputDevice": {
11209
+ "type": "structure",
11210
+ "members": {
11211
+ "TargetCustomerId": {
11212
+ "shape": "__string",
11213
+ "locationName": "targetCustomerId"
11214
+ },
11215
+ "TransferMessage": {
11216
+ "shape": "__string",
11217
+ "locationName": "transferMessage"
11218
+ }
11219
+ }
11220
+ },
11221
+ "TransferInputDeviceRequest": {
11222
+ "type": "structure",
11223
+ "members": {
11224
+ "InputDeviceId": {
11225
+ "shape": "__string",
11226
+ "location": "uri",
11227
+ "locationName": "inputDeviceId"
11228
+ },
11229
+ "TargetCustomerId": {
11230
+ "shape": "__string",
11231
+ "locationName": "targetCustomerId"
11232
+ },
11233
+ "TransferMessage": {
11234
+ "shape": "__string",
11235
+ "locationName": "transferMessage"
11236
+ }
11237
+ },
11238
+ "required": [
11239
+ "InputDeviceId"
11240
+ ]
11241
+ },
11242
+ "TransferInputDeviceResponse": {
11243
+ "type": "structure",
11244
+ "members": {
11245
+ }
11246
+ },
11247
+ "TransferringInputDeviceSummary": {
11248
+ "type": "structure",
11249
+ "members": {
11250
+ "Id": {
11251
+ "shape": "__string",
11252
+ "locationName": "id"
11253
+ },
11254
+ "Message": {
11255
+ "shape": "__string",
11256
+ "locationName": "message"
11257
+ },
11258
+ "TargetCustomerId": {
11259
+ "shape": "__string",
11260
+ "locationName": "targetCustomerId"
11261
+ },
11262
+ "TransferType": {
11263
+ "shape": "InputDeviceTransferType",
11264
+ "locationName": "transferType"
11265
+ }
11266
+ }
11267
+ },
10634
11268
  "TtmlDestinationSettings": {
10635
11269
  "type": "structure",
10636
11270
  "members": {
@@ -10726,6 +11360,10 @@
10726
11360
  "UpdateChannel": {
10727
11361
  "type": "structure",
10728
11362
  "members": {
11363
+ "CdiInputSpecification": {
11364
+ "shape": "CdiInputSpecification",
11365
+ "locationName": "cdiInputSpecification"
11366
+ },
10729
11367
  "Destinations": {
10730
11368
  "shape": "__listOfOutputDestination",
10731
11369
  "locationName": "destinations"
@@ -10806,6 +11444,10 @@
10806
11444
  "UpdateChannelRequest": {
10807
11445
  "type": "structure",
10808
11446
  "members": {
11447
+ "CdiInputSpecification": {
11448
+ "shape": "CdiInputSpecification",
11449
+ "locationName": "cdiInputSpecification"
11450
+ },
10809
11451
  "ChannelId": {
10810
11452
  "shape": "__string",
10811
11453
  "location": "uri",
@@ -11245,6 +11887,10 @@
11245
11887
  "H265Settings": {
11246
11888
  "shape": "H265Settings",
11247
11889
  "locationName": "h265Settings"
11890
+ },
11891
+ "Mpeg2Settings": {
11892
+ "shape": "Mpeg2Settings",
11893
+ "locationName": "mpeg2Settings"
11248
11894
  }
11249
11895
  }
11250
11896
  },
@@ -11362,6 +12008,32 @@
11362
12008
  }
11363
12009
  }
11364
12010
  },
12011
+ "WavCodingMode": {
12012
+ "type": "string",
12013
+ "enum": [
12014
+ "CODING_MODE_1_0",
12015
+ "CODING_MODE_2_0",
12016
+ "CODING_MODE_4_0",
12017
+ "CODING_MODE_8_0"
12018
+ ]
12019
+ },
12020
+ "WavSettings": {
12021
+ "type": "structure",
12022
+ "members": {
12023
+ "BitDepth": {
12024
+ "shape": "__double",
12025
+ "locationName": "bitDepth"
12026
+ },
12027
+ "CodingMode": {
12028
+ "shape": "WavCodingMode",
12029
+ "locationName": "codingMode"
12030
+ },
12031
+ "SampleRate": {
12032
+ "shape": "__double",
12033
+ "locationName": "sampleRate"
12034
+ }
12035
+ }
12036
+ },
11365
12037
  "WebvttDestinationSettings": {
11366
12038
  "type": "structure",
11367
12039
  "members": {
@@ -11507,11 +12179,6 @@
11507
12179
  "min": 100000,
11508
12180
  "max": 80000000
11509
12181
  },
11510
- "__integerMin1000Max3000": {
11511
- "type": "integer",
11512
- "min": 1000,
11513
- "max": 3000
11514
- },
11515
12182
  "__integerMin1000Max30000": {
11516
12183
  "type": "integer",
11517
12184
  "min": 1000,
@@ -11600,6 +12267,11 @@
11600
12267
  "min": 4,
11601
12268
  "max": 20
11602
12269
  },
12270
+ "__integerMin800Max3000": {
12271
+ "type": "integer",
12272
+ "min": 800,
12273
+ "max": 3000
12274
+ },
11603
12275
  "__integerMin96Max600": {
11604
12276
  "type": "integer",
11605
12277
  "min": 96,
@@ -11799,6 +12471,12 @@
11799
12471
  "shape": "MultiplexOutputDestination"
11800
12472
  }
11801
12473
  },
12474
+ "__listOfMultiplexProgramPipelineDetail": {
12475
+ "type": "list",
12476
+ "member": {
12477
+ "shape": "MultiplexProgramPipelineDetail"
12478
+ }
12479
+ },
11802
12480
  "__listOfMultiplexProgramSummary": {
11803
12481
  "type": "list",
11804
12482
  "member": {
@@ -11871,6 +12549,12 @@
11871
12549
  "shape": "Scte35Descriptor"
11872
12550
  }
11873
12551
  },
12552
+ "__listOfTransferringInputDeviceSummary": {
12553
+ "type": "list",
12554
+ "member": {
12555
+ "shape": "TransferringInputDeviceSummary"
12556
+ }
12557
+ },
11874
12558
  "__listOfValidationError": {
11875
12559
  "type": "list",
11876
12560
  "member": {