aws-sdk-core 2.11.601 → 2.11.606
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/accessanalyzer/2019-11-01/api-2.json +42 -8
- data/apis/amplify/2017-07-25/api-2.json +5 -0
- data/apis/budgets/2016-10-20/api-2.json +614 -0
- data/apis/budgets/2016-10-20/paginators-1.json +18 -0
- data/apis/ce/2017-10-25/api-2.json +45 -5
- data/apis/compute-optimizer/2019-11-01/api-2.json +13 -1
- data/apis/dms/2016-01-01/api-2.json +98 -6
- data/apis/ec2/2016-11-15/api-2.json +38 -2
- data/apis/eks/2017-11-01/api-2.json +4 -2
- data/apis/elasticache/2015-02-02/api-2.json +584 -13
- data/apis/elasticache/2015-02-02/paginators-1.json +12 -0
- data/apis/eventbridge/2015-10-07/api-2.json +31 -1
- data/apis/events/2015-10-07/api-2.json +31 -1
- data/apis/groundstation/2019-05-23/api-2.json +2 -0
- data/apis/iot/2015-05-28/api-2.json +18 -5
- data/apis/kinesisanalyticsv2/2018-05-23/api-2.json +6 -3
- data/apis/macie2/2020-01-01/api-2.json +160 -1
- data/apis/marketplace-catalog/2018-09-17/api-2.json +10 -1
- data/apis/medialive/2017-10-14/api-2.json +296 -6
- data/apis/mediapackage/2017-10-12/api-2.json +167 -0
- data/apis/rds/2014-10-31/api-2.json +11 -5
- data/apis/rekognition/2016-06-27/api-2.json +144 -4
- data/apis/sagemaker/2017-07-24/api-2.json +2 -1
- data/apis/servicecatalog/2015-12-10/api-2.json +36 -0
- data/apis/servicecatalog/2015-12-10/paginators-1.json +5 -0
- data/apis/snowball/2016-06-30/api-2.json +117 -0
- data/apis/ssm/2014-11-06/api-2.json +43 -2
- data/apis/transfer/2018-11-05/api-2.json +12 -1
- data/apis/workmail/2017-10-01/api-2.json +124 -5
- data/apis/xray/2016-04-12/api-2.json +3 -1
- data/apis/xray/2016-04-12/paginators-1.json +0 -15
- data/endpoints.json +10 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -197,7 +197,8 @@
|
|
197
197
|
"StartTime":{"shape":"DateTimeISO8601"},
|
198
198
|
"EndTime":{"shape":"DateTimeISO8601"},
|
199
199
|
"Status":{"shape":"ChangeStatus"},
|
200
|
-
"EntityIdList":{"shape":"ResourceIdList"}
|
200
|
+
"EntityIdList":{"shape":"ResourceIdList"},
|
201
|
+
"FailureCode":{"shape":"FailureCode"}
|
201
202
|
}
|
202
203
|
},
|
203
204
|
"ChangeStatus":{
|
@@ -265,6 +266,7 @@
|
|
265
266
|
"StartTime":{"shape":"DateTimeISO8601"},
|
266
267
|
"EndTime":{"shape":"DateTimeISO8601"},
|
267
268
|
"Status":{"shape":"ChangeStatus"},
|
269
|
+
"FailureCode":{"shape":"FailureCode"},
|
268
270
|
"FailureDescription":{"shape":"StringValue"},
|
269
271
|
"ChangeSet":{"shape":"ChangeSetDescription"}
|
270
272
|
}
|
@@ -338,6 +340,13 @@
|
|
338
340
|
"type":"list",
|
339
341
|
"member":{"shape":"ErrorDetail"}
|
340
342
|
},
|
343
|
+
"FailureCode":{
|
344
|
+
"type":"string",
|
345
|
+
"enum":[
|
346
|
+
"CLIENT_ERROR",
|
347
|
+
"SERVER_FAULT"
|
348
|
+
]
|
349
|
+
},
|
341
350
|
"Filter":{
|
342
351
|
"type":"structure",
|
343
352
|
"members":{
|
@@ -2062,12 +2062,25 @@
|
|
2062
2062
|
"NONE"
|
2063
2063
|
]
|
2064
2064
|
},
|
2065
|
+
"AncillarySourceSettings": {
|
2066
|
+
"type": "structure",
|
2067
|
+
"members": {
|
2068
|
+
"SourceAncillaryChannelNumber": {
|
2069
|
+
"shape": "__integerMin1Max4",
|
2070
|
+
"locationName": "sourceAncillaryChannelNumber"
|
2071
|
+
}
|
2072
|
+
}
|
2073
|
+
},
|
2065
2074
|
"ArchiveContainerSettings": {
|
2066
2075
|
"type": "structure",
|
2067
2076
|
"members": {
|
2068
2077
|
"M2tsSettings": {
|
2069
2078
|
"shape": "M2tsSettings",
|
2070
2079
|
"locationName": "m2tsSettings"
|
2080
|
+
},
|
2081
|
+
"RawSettings": {
|
2082
|
+
"shape": "RawSettings",
|
2083
|
+
"locationName": "rawSettings"
|
2071
2084
|
}
|
2072
2085
|
}
|
2073
2086
|
},
|
@@ -2156,6 +2169,10 @@
|
|
2156
2169
|
"PassThroughSettings": {
|
2157
2170
|
"shape": "PassThroughSettings",
|
2158
2171
|
"locationName": "passThroughSettings"
|
2172
|
+
},
|
2173
|
+
"WavSettings": {
|
2174
|
+
"shape": "WavSettings",
|
2175
|
+
"locationName": "wavSettings"
|
2159
2176
|
}
|
2160
2177
|
}
|
2161
2178
|
},
|
@@ -3082,6 +3099,10 @@
|
|
3082
3099
|
"CaptionSelectorSettings": {
|
3083
3100
|
"type": "structure",
|
3084
3101
|
"members": {
|
3102
|
+
"AncillarySourceSettings": {
|
3103
|
+
"shape": "AncillarySourceSettings",
|
3104
|
+
"locationName": "ancillarySourceSettings"
|
3105
|
+
},
|
3085
3106
|
"AribSourceSettings": {
|
3086
3107
|
"shape": "AribSourceSettings",
|
3087
3108
|
"locationName": "aribSourceSettings"
|
@@ -3108,6 +3129,24 @@
|
|
3108
3129
|
}
|
3109
3130
|
}
|
3110
3131
|
},
|
3132
|
+
"CdiInputResolution": {
|
3133
|
+
"type": "string",
|
3134
|
+
"enum": [
|
3135
|
+
"SD",
|
3136
|
+
"HD",
|
3137
|
+
"FHD",
|
3138
|
+
"UHD"
|
3139
|
+
]
|
3140
|
+
},
|
3141
|
+
"CdiInputSpecification": {
|
3142
|
+
"type": "structure",
|
3143
|
+
"members": {
|
3144
|
+
"Resolution": {
|
3145
|
+
"shape": "CdiInputResolution",
|
3146
|
+
"locationName": "resolution"
|
3147
|
+
}
|
3148
|
+
}
|
3149
|
+
},
|
3111
3150
|
"Channel": {
|
3112
3151
|
"type": "structure",
|
3113
3152
|
"members": {
|
@@ -3115,6 +3154,10 @@
|
|
3115
3154
|
"shape": "__string",
|
3116
3155
|
"locationName": "arn"
|
3117
3156
|
},
|
3157
|
+
"CdiInputSpecification": {
|
3158
|
+
"shape": "CdiInputSpecification",
|
3159
|
+
"locationName": "cdiInputSpecification"
|
3160
|
+
},
|
3118
3161
|
"ChannelClass": {
|
3119
3162
|
"shape": "ChannelClass",
|
3120
3163
|
"locationName": "channelClass"
|
@@ -3225,6 +3268,10 @@
|
|
3225
3268
|
"shape": "__string",
|
3226
3269
|
"locationName": "arn"
|
3227
3270
|
},
|
3271
|
+
"CdiInputSpecification": {
|
3272
|
+
"shape": "CdiInputSpecification",
|
3273
|
+
"locationName": "cdiInputSpecification"
|
3274
|
+
},
|
3228
3275
|
"ChannelClass": {
|
3229
3276
|
"shape": "ChannelClass",
|
3230
3277
|
"locationName": "channelClass"
|
@@ -3296,6 +3343,10 @@
|
|
3296
3343
|
"CreateChannel": {
|
3297
3344
|
"type": "structure",
|
3298
3345
|
"members": {
|
3346
|
+
"CdiInputSpecification": {
|
3347
|
+
"shape": "CdiInputSpecification",
|
3348
|
+
"locationName": "cdiInputSpecification"
|
3349
|
+
},
|
3299
3350
|
"ChannelClass": {
|
3300
3351
|
"shape": "ChannelClass",
|
3301
3352
|
"locationName": "channelClass"
|
@@ -3347,6 +3398,10 @@
|
|
3347
3398
|
"CreateChannelRequest": {
|
3348
3399
|
"type": "structure",
|
3349
3400
|
"members": {
|
3401
|
+
"CdiInputSpecification": {
|
3402
|
+
"shape": "CdiInputSpecification",
|
3403
|
+
"locationName": "cdiInputSpecification"
|
3404
|
+
},
|
3350
3405
|
"ChannelClass": {
|
3351
3406
|
"shape": "ChannelClass",
|
3352
3407
|
"locationName": "channelClass"
|
@@ -3751,6 +3806,10 @@
|
|
3751
3806
|
"shape": "__string",
|
3752
3807
|
"locationName": "arn"
|
3753
3808
|
},
|
3809
|
+
"CdiInputSpecification": {
|
3810
|
+
"shape": "CdiInputSpecification",
|
3811
|
+
"locationName": "cdiInputSpecification"
|
3812
|
+
},
|
3754
3813
|
"ChannelClass": {
|
3755
3814
|
"shape": "ChannelClass",
|
3756
3815
|
"locationName": "channelClass"
|
@@ -3879,6 +3938,10 @@
|
|
3879
3938
|
"shape": "MultiplexProgramPacketIdentifiersMap",
|
3880
3939
|
"locationName": "packetIdentifiersMap"
|
3881
3940
|
},
|
3941
|
+
"PipelineDetails": {
|
3942
|
+
"shape": "__listOfMultiplexProgramPipelineDetail",
|
3943
|
+
"locationName": "pipelineDetails"
|
3944
|
+
},
|
3882
3945
|
"ProgramName": {
|
3883
3946
|
"shape": "__string",
|
3884
3947
|
"locationName": "programName"
|
@@ -4090,6 +4153,10 @@
|
|
4090
4153
|
"shape": "__string",
|
4091
4154
|
"locationName": "arn"
|
4092
4155
|
},
|
4156
|
+
"CdiInputSpecification": {
|
4157
|
+
"shape": "CdiInputSpecification",
|
4158
|
+
"locationName": "cdiInputSpecification"
|
4159
|
+
},
|
4093
4160
|
"ChannelClass": {
|
4094
4161
|
"shape": "ChannelClass",
|
4095
4162
|
"locationName": "channelClass"
|
@@ -4409,6 +4476,10 @@
|
|
4409
4476
|
"shape": "MultiplexProgramPacketIdentifiersMap",
|
4410
4477
|
"locationName": "packetIdentifiersMap"
|
4411
4478
|
},
|
4479
|
+
"PipelineDetails": {
|
4480
|
+
"shape": "__listOfMultiplexProgramPipelineDetail",
|
4481
|
+
"locationName": "pipelineDetails"
|
4482
|
+
},
|
4412
4483
|
"ProgramName": {
|
4413
4484
|
"shape": "__string",
|
4414
4485
|
"locationName": "programName"
|
@@ -8481,6 +8552,147 @@
|
|
8481
8552
|
}
|
8482
8553
|
}
|
8483
8554
|
},
|
8555
|
+
"Mpeg2AdaptiveQuantization": {
|
8556
|
+
"type": "string",
|
8557
|
+
"enum": [
|
8558
|
+
"AUTO",
|
8559
|
+
"HIGH",
|
8560
|
+
"LOW",
|
8561
|
+
"MEDIUM",
|
8562
|
+
"OFF"
|
8563
|
+
]
|
8564
|
+
},
|
8565
|
+
"Mpeg2ColorMetadata": {
|
8566
|
+
"type": "string",
|
8567
|
+
"enum": [
|
8568
|
+
"IGNORE",
|
8569
|
+
"INSERT"
|
8570
|
+
]
|
8571
|
+
},
|
8572
|
+
"Mpeg2ColorSpace": {
|
8573
|
+
"type": "string",
|
8574
|
+
"enum": [
|
8575
|
+
"AUTO",
|
8576
|
+
"PASSTHROUGH"
|
8577
|
+
]
|
8578
|
+
},
|
8579
|
+
"Mpeg2DisplayRatio": {
|
8580
|
+
"type": "string",
|
8581
|
+
"enum": [
|
8582
|
+
"DISPLAYRATIO16X9",
|
8583
|
+
"DISPLAYRATIO4X3"
|
8584
|
+
]
|
8585
|
+
},
|
8586
|
+
"Mpeg2FilterSettings": {
|
8587
|
+
"type": "structure",
|
8588
|
+
"members": {
|
8589
|
+
"TemporalFilterSettings": {
|
8590
|
+
"shape": "TemporalFilterSettings",
|
8591
|
+
"locationName": "temporalFilterSettings"
|
8592
|
+
}
|
8593
|
+
}
|
8594
|
+
},
|
8595
|
+
"Mpeg2GopSizeUnits": {
|
8596
|
+
"type": "string",
|
8597
|
+
"enum": [
|
8598
|
+
"FRAMES",
|
8599
|
+
"SECONDS"
|
8600
|
+
]
|
8601
|
+
},
|
8602
|
+
"Mpeg2ScanType": {
|
8603
|
+
"type": "string",
|
8604
|
+
"enum": [
|
8605
|
+
"INTERLACED",
|
8606
|
+
"PROGRESSIVE"
|
8607
|
+
]
|
8608
|
+
},
|
8609
|
+
"Mpeg2Settings": {
|
8610
|
+
"type": "structure",
|
8611
|
+
"members": {
|
8612
|
+
"AdaptiveQuantization": {
|
8613
|
+
"shape": "Mpeg2AdaptiveQuantization",
|
8614
|
+
"locationName": "adaptiveQuantization"
|
8615
|
+
},
|
8616
|
+
"AfdSignaling": {
|
8617
|
+
"shape": "AfdSignaling",
|
8618
|
+
"locationName": "afdSignaling"
|
8619
|
+
},
|
8620
|
+
"ColorMetadata": {
|
8621
|
+
"shape": "Mpeg2ColorMetadata",
|
8622
|
+
"locationName": "colorMetadata"
|
8623
|
+
},
|
8624
|
+
"ColorSpace": {
|
8625
|
+
"shape": "Mpeg2ColorSpace",
|
8626
|
+
"locationName": "colorSpace"
|
8627
|
+
},
|
8628
|
+
"DisplayAspectRatio": {
|
8629
|
+
"shape": "Mpeg2DisplayRatio",
|
8630
|
+
"locationName": "displayAspectRatio"
|
8631
|
+
},
|
8632
|
+
"FilterSettings": {
|
8633
|
+
"shape": "Mpeg2FilterSettings",
|
8634
|
+
"locationName": "filterSettings"
|
8635
|
+
},
|
8636
|
+
"FixedAfd": {
|
8637
|
+
"shape": "FixedAfd",
|
8638
|
+
"locationName": "fixedAfd"
|
8639
|
+
},
|
8640
|
+
"FramerateDenominator": {
|
8641
|
+
"shape": "__integerMin1",
|
8642
|
+
"locationName": "framerateDenominator"
|
8643
|
+
},
|
8644
|
+
"FramerateNumerator": {
|
8645
|
+
"shape": "__integerMin1",
|
8646
|
+
"locationName": "framerateNumerator"
|
8647
|
+
},
|
8648
|
+
"GopClosedCadence": {
|
8649
|
+
"shape": "__integerMin0",
|
8650
|
+
"locationName": "gopClosedCadence"
|
8651
|
+
},
|
8652
|
+
"GopNumBFrames": {
|
8653
|
+
"shape": "__integerMin0Max7",
|
8654
|
+
"locationName": "gopNumBFrames"
|
8655
|
+
},
|
8656
|
+
"GopSize": {
|
8657
|
+
"shape": "__double",
|
8658
|
+
"locationName": "gopSize"
|
8659
|
+
},
|
8660
|
+
"GopSizeUnits": {
|
8661
|
+
"shape": "Mpeg2GopSizeUnits",
|
8662
|
+
"locationName": "gopSizeUnits"
|
8663
|
+
},
|
8664
|
+
"ScanType": {
|
8665
|
+
"shape": "Mpeg2ScanType",
|
8666
|
+
"locationName": "scanType"
|
8667
|
+
},
|
8668
|
+
"SubgopLength": {
|
8669
|
+
"shape": "Mpeg2SubGopLength",
|
8670
|
+
"locationName": "subgopLength"
|
8671
|
+
},
|
8672
|
+
"TimecodeInsertion": {
|
8673
|
+
"shape": "Mpeg2TimecodeInsertionBehavior",
|
8674
|
+
"locationName": "timecodeInsertion"
|
8675
|
+
}
|
8676
|
+
},
|
8677
|
+
"required": [
|
8678
|
+
"FramerateNumerator",
|
8679
|
+
"FramerateDenominator"
|
8680
|
+
]
|
8681
|
+
},
|
8682
|
+
"Mpeg2SubGopLength": {
|
8683
|
+
"type": "string",
|
8684
|
+
"enum": [
|
8685
|
+
"DYNAMIC",
|
8686
|
+
"FIXED"
|
8687
|
+
]
|
8688
|
+
},
|
8689
|
+
"Mpeg2TimecodeInsertionBehavior": {
|
8690
|
+
"type": "string",
|
8691
|
+
"enum": [
|
8692
|
+
"DISABLED",
|
8693
|
+
"GOP_TIMECODE"
|
8694
|
+
]
|
8695
|
+
},
|
8484
8696
|
"MsSmoothGroupSettings": {
|
8485
8697
|
"type": "structure",
|
8486
8698
|
"members": {
|
@@ -8693,6 +8905,10 @@
|
|
8693
8905
|
"shape": "MultiplexProgramPacketIdentifiersMap",
|
8694
8906
|
"locationName": "packetIdentifiersMap"
|
8695
8907
|
},
|
8908
|
+
"PipelineDetails": {
|
8909
|
+
"shape": "__listOfMultiplexProgramPipelineDetail",
|
8910
|
+
"locationName": "pipelineDetails"
|
8911
|
+
},
|
8696
8912
|
"ProgramName": {
|
8697
8913
|
"shape": "__string",
|
8698
8914
|
"locationName": "programName"
|
@@ -8769,6 +8985,19 @@
|
|
8769
8985
|
}
|
8770
8986
|
}
|
8771
8987
|
},
|
8988
|
+
"MultiplexProgramPipelineDetail": {
|
8989
|
+
"type": "structure",
|
8990
|
+
"members": {
|
8991
|
+
"ActiveChannelPipeline": {
|
8992
|
+
"shape": "__string",
|
8993
|
+
"locationName": "activeChannelPipeline"
|
8994
|
+
},
|
8995
|
+
"PipelineId": {
|
8996
|
+
"shape": "__string",
|
8997
|
+
"locationName": "pipelineId"
|
8998
|
+
}
|
8999
|
+
}
|
9000
|
+
},
|
8772
9001
|
"MultiplexProgramServiceDescriptor": {
|
8773
9002
|
"type": "structure",
|
8774
9003
|
"members": {
|
@@ -8827,7 +9056,7 @@
|
|
8827
9056
|
"type": "structure",
|
8828
9057
|
"members": {
|
8829
9058
|
"MaximumVideoBufferDelayMilliseconds": {
|
8830
|
-
"shape": "
|
9059
|
+
"shape": "__integerMin800Max3000",
|
8831
9060
|
"locationName": "maximumVideoBufferDelayMilliseconds"
|
8832
9061
|
},
|
8833
9062
|
"TransportStreamBitrate": {
|
@@ -8881,6 +9110,10 @@
|
|
8881
9110
|
"MinimumBitrate": {
|
8882
9111
|
"shape": "__integerMin100000Max100000000",
|
8883
9112
|
"locationName": "minimumBitrate"
|
9113
|
+
},
|
9114
|
+
"Priority": {
|
9115
|
+
"shape": "__integerMinNegative5Max5",
|
9116
|
+
"locationName": "priority"
|
8884
9117
|
}
|
8885
9118
|
}
|
8886
9119
|
},
|
@@ -9366,6 +9599,11 @@
|
|
9366
9599
|
}
|
9367
9600
|
}
|
9368
9601
|
},
|
9602
|
+
"RawSettings": {
|
9603
|
+
"type": "structure",
|
9604
|
+
"members": {
|
9605
|
+
}
|
9606
|
+
},
|
9369
9607
|
"Rec601Settings": {
|
9370
9608
|
"type": "structure",
|
9371
9609
|
"members": {
|
@@ -10168,6 +10406,10 @@
|
|
10168
10406
|
"shape": "__string",
|
10169
10407
|
"locationName": "arn"
|
10170
10408
|
},
|
10409
|
+
"CdiInputSpecification": {
|
10410
|
+
"shape": "CdiInputSpecification",
|
10411
|
+
"locationName": "cdiInputSpecification"
|
10412
|
+
},
|
10171
10413
|
"ChannelClass": {
|
10172
10414
|
"shape": "ChannelClass",
|
10173
10415
|
"locationName": "channelClass"
|
@@ -10390,6 +10632,10 @@
|
|
10390
10632
|
"shape": "__string",
|
10391
10633
|
"locationName": "arn"
|
10392
10634
|
},
|
10635
|
+
"CdiInputSpecification": {
|
10636
|
+
"shape": "CdiInputSpecification",
|
10637
|
+
"locationName": "cdiInputSpecification"
|
10638
|
+
},
|
10393
10639
|
"ChannelClass": {
|
10394
10640
|
"shape": "ChannelClass",
|
10395
10641
|
"locationName": "channelClass"
|
@@ -10726,6 +10972,10 @@
|
|
10726
10972
|
"UpdateChannel": {
|
10727
10973
|
"type": "structure",
|
10728
10974
|
"members": {
|
10975
|
+
"CdiInputSpecification": {
|
10976
|
+
"shape": "CdiInputSpecification",
|
10977
|
+
"locationName": "cdiInputSpecification"
|
10978
|
+
},
|
10729
10979
|
"Destinations": {
|
10730
10980
|
"shape": "__listOfOutputDestination",
|
10731
10981
|
"locationName": "destinations"
|
@@ -10806,6 +11056,10 @@
|
|
10806
11056
|
"UpdateChannelRequest": {
|
10807
11057
|
"type": "structure",
|
10808
11058
|
"members": {
|
11059
|
+
"CdiInputSpecification": {
|
11060
|
+
"shape": "CdiInputSpecification",
|
11061
|
+
"locationName": "cdiInputSpecification"
|
11062
|
+
},
|
10809
11063
|
"ChannelId": {
|
10810
11064
|
"shape": "__string",
|
10811
11065
|
"location": "uri",
|
@@ -11245,6 +11499,10 @@
|
|
11245
11499
|
"H265Settings": {
|
11246
11500
|
"shape": "H265Settings",
|
11247
11501
|
"locationName": "h265Settings"
|
11502
|
+
},
|
11503
|
+
"Mpeg2Settings": {
|
11504
|
+
"shape": "Mpeg2Settings",
|
11505
|
+
"locationName": "mpeg2Settings"
|
11248
11506
|
}
|
11249
11507
|
}
|
11250
11508
|
},
|
@@ -11362,6 +11620,32 @@
|
|
11362
11620
|
}
|
11363
11621
|
}
|
11364
11622
|
},
|
11623
|
+
"WavCodingMode": {
|
11624
|
+
"type": "string",
|
11625
|
+
"enum": [
|
11626
|
+
"CODING_MODE_1_0",
|
11627
|
+
"CODING_MODE_2_0",
|
11628
|
+
"CODING_MODE_4_0",
|
11629
|
+
"CODING_MODE_8_0"
|
11630
|
+
]
|
11631
|
+
},
|
11632
|
+
"WavSettings": {
|
11633
|
+
"type": "structure",
|
11634
|
+
"members": {
|
11635
|
+
"BitDepth": {
|
11636
|
+
"shape": "__double",
|
11637
|
+
"locationName": "bitDepth"
|
11638
|
+
},
|
11639
|
+
"CodingMode": {
|
11640
|
+
"shape": "WavCodingMode",
|
11641
|
+
"locationName": "codingMode"
|
11642
|
+
},
|
11643
|
+
"SampleRate": {
|
11644
|
+
"shape": "__double",
|
11645
|
+
"locationName": "sampleRate"
|
11646
|
+
}
|
11647
|
+
}
|
11648
|
+
},
|
11365
11649
|
"WebvttDestinationSettings": {
|
11366
11650
|
"type": "structure",
|
11367
11651
|
"members": {
|
@@ -11507,11 +11791,6 @@
|
|
11507
11791
|
"min": 100000,
|
11508
11792
|
"max": 80000000
|
11509
11793
|
},
|
11510
|
-
"__integerMin1000Max3000": {
|
11511
|
-
"type": "integer",
|
11512
|
-
"min": 1000,
|
11513
|
-
"max": 3000
|
11514
|
-
},
|
11515
11794
|
"__integerMin1000Max30000": {
|
11516
11795
|
"type": "integer",
|
11517
11796
|
"min": 1000,
|
@@ -11600,6 +11879,11 @@
|
|
11600
11879
|
"min": 4,
|
11601
11880
|
"max": 20
|
11602
11881
|
},
|
11882
|
+
"__integerMin800Max3000": {
|
11883
|
+
"type": "integer",
|
11884
|
+
"min": 800,
|
11885
|
+
"max": 3000
|
11886
|
+
},
|
11603
11887
|
"__integerMin96Max600": {
|
11604
11888
|
"type": "integer",
|
11605
11889
|
"min": 96,
|
@@ -11799,6 +12083,12 @@
|
|
11799
12083
|
"shape": "MultiplexOutputDestination"
|
11800
12084
|
}
|
11801
12085
|
},
|
12086
|
+
"__listOfMultiplexProgramPipelineDetail": {
|
12087
|
+
"type": "list",
|
12088
|
+
"member": {
|
12089
|
+
"shape": "MultiplexProgramPipelineDetail"
|
12090
|
+
}
|
12091
|
+
},
|
11802
12092
|
"__listOfMultiplexProgramSummary": {
|
11803
12093
|
"type": "list",
|
11804
12094
|
"member": {
|