aws-sdk-core 2.11.549 → 2.11.554

Sign up to get free protection for your applications and to get access to all the features.
@@ -5177,6 +5177,10 @@
5177
5177
  "UsageStatisticsFilter": {
5178
5178
  "type": "structure",
5179
5179
  "members": {
5180
+ "comparator": {
5181
+ "shape": "UsageStatisticsFilterComparator",
5182
+ "locationName": "comparator"
5183
+ },
5180
5184
  "key": {
5181
5185
  "shape": "UsageStatisticsFilterKey",
5182
5186
  "locationName": "key"
@@ -5187,10 +5191,25 @@
5187
5191
  }
5188
5192
  }
5189
5193
  },
5194
+ "UsageStatisticsFilterComparator": {
5195
+ "type": "string",
5196
+ "enum": [
5197
+ "GT",
5198
+ "GTE",
5199
+ "LT",
5200
+ "LTE",
5201
+ "EQ",
5202
+ "NE",
5203
+ "CONTAINS"
5204
+ ]
5205
+ },
5190
5206
  "UsageStatisticsFilterKey": {
5191
5207
  "type": "string",
5192
5208
  "enum": [
5193
- "accountId"
5209
+ "accountId",
5210
+ "serviceLimit",
5211
+ "freeTrialStartDate",
5212
+ "total"
5194
5213
  ]
5195
5214
  },
5196
5215
  "UsageStatisticsSortBy": {
@@ -5210,7 +5229,9 @@
5210
5229
  "type": "string",
5211
5230
  "enum": [
5212
5231
  "accountId",
5213
- "total"
5232
+ "total",
5233
+ "serviceLimitValue",
5234
+ "freeTrialStartDate"
5214
5235
  ]
5215
5236
  },
5216
5237
  "UsageTotal": {
@@ -1092,6 +1092,10 @@
1092
1092
  "shape": "__string",
1093
1093
  "locationName": "entitlementArn"
1094
1094
  },
1095
+ "EntitlementStatus": {
1096
+ "shape": "EntitlementStatus",
1097
+ "locationName": "entitlementStatus"
1098
+ },
1095
1099
  "Name": {
1096
1100
  "shape": "__string",
1097
1101
  "locationName": "name"
@@ -1107,6 +1111,13 @@
1107
1111
  "Name"
1108
1112
  ]
1109
1113
  },
1114
+ "EntitlementStatus": {
1115
+ "type": "string",
1116
+ "enum": [
1117
+ "ENABLED",
1118
+ "DISABLED"
1119
+ ]
1120
+ },
1110
1121
  "FailoverConfig": {
1111
1122
  "type": "structure",
1112
1123
  "members": {
@@ -1213,6 +1224,10 @@
1213
1224
  "shape": "Encryption",
1214
1225
  "locationName": "encryption"
1215
1226
  },
1227
+ "EntitlementStatus": {
1228
+ "shape": "EntitlementStatus",
1229
+ "locationName": "entitlementStatus"
1230
+ },
1216
1231
  "Name": {
1217
1232
  "shape": "__string",
1218
1233
  "locationName": "name"
@@ -2027,6 +2042,10 @@
2027
2042
  "location": "uri",
2028
2043
  "locationName": "entitlementArn"
2029
2044
  },
2045
+ "EntitlementStatus": {
2046
+ "shape": "EntitlementStatus",
2047
+ "locationName": "entitlementStatus"
2048
+ },
2030
2049
  "FlowArn": {
2031
2050
  "shape": "__string",
2032
2051
  "location": "uri",
@@ -675,6 +675,43 @@
675
675
  }
676
676
  ]
677
677
  },
678
+ "DescribeInputDeviceThumbnail": {
679
+ "name": "DescribeInputDeviceThumbnail",
680
+ "http": {
681
+ "method": "GET",
682
+ "requestUri": "/prod/inputDevices/{inputDeviceId}/thumbnailData",
683
+ "responseCode": 200
684
+ },
685
+ "input": {
686
+ "shape": "DescribeInputDeviceThumbnailRequest"
687
+ },
688
+ "output": {
689
+ "shape": "DescribeInputDeviceThumbnailResponse"
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
+ },
678
715
  "DescribeInputSecurityGroup": {
679
716
  "name": "DescribeInputSecurityGroup",
680
717
  "http": {
@@ -1952,13 +1989,11 @@
1952
1989
  },
1953
1990
  "AribDestinationSettings": {
1954
1991
  "type": "structure",
1955
- "members": {
1956
- }
1992
+ "members": {}
1957
1993
  },
1958
1994
  "AribSourceSettings": {
1959
1995
  "type": "structure",
1960
- "members": {
1961
- }
1996
+ "members": {}
1962
1997
  },
1963
1998
  "AudioChannelMapping": {
1964
1999
  "type": "structure",
@@ -2026,7 +2061,7 @@
2026
2061
  "locationName": "codecSettings"
2027
2062
  },
2028
2063
  "LanguageCode": {
2029
- "shape": "__stringMin3Max3",
2064
+ "shape": "__stringMin1Max35",
2030
2065
  "locationName": "languageCode"
2031
2066
  },
2032
2067
  "LanguageCodeControl": {
@@ -2628,6 +2663,10 @@
2628
2663
  "shape": "DvbSubDestinationSettings",
2629
2664
  "locationName": "dvbSubDestinationSettings"
2630
2665
  },
2666
+ "EbuTtDDestinationSettings": {
2667
+ "shape": "EbuTtDDestinationSettings",
2668
+ "locationName": "ebuTtDDestinationSettings"
2669
+ },
2631
2670
  "EmbeddedDestinationSettings": {
2632
2671
  "shape": "EmbeddedDestinationSettings",
2633
2672
  "locationName": "embeddedDestinationSettings"
@@ -2906,8 +2945,7 @@
2906
2945
  },
2907
2946
  "ColorSpacePassthroughSettings": {
2908
2947
  "type": "structure",
2909
- "members": {
2910
- }
2948
+ "members": {}
2911
2949
  },
2912
2950
  "ConflictException": {
2913
2951
  "type": "structure",
@@ -3453,8 +3491,7 @@
3453
3491
  },
3454
3492
  "DeleteInputResponse": {
3455
3493
  "type": "structure",
3456
- "members": {
3457
- }
3494
+ "members": {}
3458
3495
  },
3459
3496
  "DeleteInputSecurityGroupRequest": {
3460
3497
  "type": "structure",
@@ -3471,8 +3508,7 @@
3471
3508
  },
3472
3509
  "DeleteInputSecurityGroupResponse": {
3473
3510
  "type": "structure",
3474
- "members": {
3475
- }
3511
+ "members": {}
3476
3512
  },
3477
3513
  "DeleteMultiplexProgramRequest": {
3478
3514
  "type": "structure",
@@ -3677,8 +3713,7 @@
3677
3713
  },
3678
3714
  "DeleteScheduleResponse": {
3679
3715
  "type": "structure",
3680
- "members": {
3681
- }
3716
+ "members": {}
3682
3717
  },
3683
3718
  "DeleteTagsRequest": {
3684
3719
  "type": "structure",
@@ -3835,6 +3870,55 @@
3835
3870
  }
3836
3871
  }
3837
3872
  },
3873
+ "DescribeInputDeviceThumbnailRequest": {
3874
+ "type": "structure",
3875
+ "members": {
3876
+ "InputDeviceId": {
3877
+ "shape": "__string",
3878
+ "location": "uri",
3879
+ "locationName": "inputDeviceId"
3880
+ },
3881
+ "Accept": {
3882
+ "shape": "AcceptHeader",
3883
+ "location": "header",
3884
+ "locationName": "accept"
3885
+ }
3886
+ },
3887
+ "required": [
3888
+ "InputDeviceId",
3889
+ "Accept"
3890
+ ]
3891
+ },
3892
+ "DescribeInputDeviceThumbnailResponse": {
3893
+ "type": "structure",
3894
+ "members": {
3895
+ "Body": {
3896
+ "shape": "InputDeviceThumbnail",
3897
+ "locationName": "body"
3898
+ },
3899
+ "ContentType": {
3900
+ "shape": "ContentType",
3901
+ "location": "header",
3902
+ "locationName": "Content-Type"
3903
+ },
3904
+ "ContentLength": {
3905
+ "shape": "__long",
3906
+ "location": "header",
3907
+ "locationName": "Content-Length"
3908
+ },
3909
+ "ETag": {
3910
+ "shape": "__string",
3911
+ "location": "header",
3912
+ "locationName": "ETag"
3913
+ },
3914
+ "LastModified": {
3915
+ "shape": "__timestamp",
3916
+ "location": "header",
3917
+ "locationName": "Last-Modified"
3918
+ }
3919
+ },
3920
+ "payload": "Body"
3921
+ },
3838
3922
  "DescribeInputRequest": {
3839
3923
  "type": "structure",
3840
3924
  "members": {
@@ -4642,6 +4726,37 @@
4642
4726
  "NOT_INDICATED"
4643
4727
  ]
4644
4728
  },
4729
+ "EbuTtDDestinationSettings": {
4730
+ "type": "structure",
4731
+ "members": {
4732
+ "FillLineGap": {
4733
+ "shape": "EbuTtDFillLineGapControl",
4734
+ "locationName": "fillLineGap"
4735
+ },
4736
+ "FontFamily": {
4737
+ "shape": "__string",
4738
+ "locationName": "fontFamily"
4739
+ },
4740
+ "StyleControl": {
4741
+ "shape": "EbuTtDDestinationStyleControl",
4742
+ "locationName": "styleControl"
4743
+ }
4744
+ }
4745
+ },
4746
+ "EbuTtDDestinationStyleControl": {
4747
+ "type": "string",
4748
+ "enum": [
4749
+ "EXCLUDE",
4750
+ "INCLUDE"
4751
+ ]
4752
+ },
4753
+ "EbuTtDFillLineGapControl": {
4754
+ "type": "string",
4755
+ "enum": [
4756
+ "DISABLED",
4757
+ "ENABLED"
4758
+ ]
4759
+ },
4645
4760
  "EmbeddedConvert608To708": {
4646
4761
  "type": "string",
4647
4762
  "enum": [
@@ -4651,13 +4766,11 @@
4651
4766
  },
4652
4767
  "EmbeddedDestinationSettings": {
4653
4768
  "type": "structure",
4654
- "members": {
4655
- }
4769
+ "members": {}
4656
4770
  },
4657
4771
  "EmbeddedPlusScte20DestinationSettings": {
4658
4772
  "type": "structure",
4659
- "members": {
4660
- }
4773
+ "members": {}
4661
4774
  },
4662
4775
  "EmbeddedScte20Detection": {
4663
4776
  "type": "string",
@@ -4689,8 +4802,7 @@
4689
4802
  },
4690
4803
  "Empty": {
4691
4804
  "type": "structure",
4692
- "members": {
4693
- }
4805
+ "members": {}
4694
4806
  },
4695
4807
  "EncoderSettings": {
4696
4808
  "type": "structure",
@@ -5273,7 +5385,7 @@
5273
5385
  "locationName": "parDenominator"
5274
5386
  },
5275
5387
  "ParNumerator": {
5276
- "shape": "__integer",
5388
+ "shape": "__integerMin1",
5277
5389
  "locationName": "parNumerator"
5278
5390
  },
5279
5391
  "Profile": {
@@ -5411,6 +5523,15 @@
5411
5523
  }
5412
5524
  }
5413
5525
  },
5526
+ "H265FilterSettings": {
5527
+ "type": "structure",
5528
+ "members": {
5529
+ "TemporalFilterSettings": {
5530
+ "shape": "TemporalFilterSettings",
5531
+ "locationName": "temporalFilterSettings"
5532
+ }
5533
+ }
5534
+ },
5414
5535
  "H265FlickerAq": {
5415
5536
  "type": "string",
5416
5537
  "enum": [
@@ -5470,6 +5591,7 @@
5470
5591
  "H265ScanType": {
5471
5592
  "type": "string",
5472
5593
  "enum": [
5594
+ "INTERLACED",
5473
5595
  "PROGRESSIVE"
5474
5596
  ]
5475
5597
  },
@@ -5511,6 +5633,10 @@
5511
5633
  "shape": "H265ColorSpaceSettings",
5512
5634
  "locationName": "colorSpaceSettings"
5513
5635
  },
5636
+ "FilterSettings": {
5637
+ "shape": "H265FilterSettings",
5638
+ "locationName": "filterSettings"
5639
+ },
5514
5640
  "FixedAfd": {
5515
5641
  "shape": "FixedAfd",
5516
5642
  "locationName": "fixedAfd"
@@ -6039,7 +6165,8 @@
6039
6165
  "type": "string",
6040
6166
  "enum": [
6041
6167
  "MANIFESTS_AND_SEGMENTS",
6042
- "SEGMENTS_ONLY"
6168
+ "SEGMENTS_ONLY",
6169
+ "VARIANT_MANIFESTS_AND_SEGMENTS"
6043
6170
  ]
6044
6171
  },
6045
6172
  "HlsOutputSettings": {
@@ -6179,8 +6306,7 @@
6179
6306
  },
6180
6307
  "ImmediateModeScheduleActionStartSettings": {
6181
6308
  "type": "structure",
6182
- "members": {
6183
- }
6309
+ "members": {}
6184
6310
  },
6185
6311
  "Input": {
6186
6312
  "type": "structure",
@@ -6741,10 +6867,7 @@
6741
6867
  "shape": "__listOf__string",
6742
6868
  "locationName": "urlPath"
6743
6869
  }
6744
- },
6745
- "required": [
6746
- "InputAttachmentNameReference"
6747
- ]
6870
+ }
6748
6871
  },
6749
6872
  "InputResolution": {
6750
6873
  "type": "string",
@@ -7990,8 +8113,7 @@
7990
8113
  },
7991
8114
  "MediaPackageOutputSettings": {
7992
8115
  "type": "structure",
7993
- "members": {
7994
- }
8116
+ "members": {}
7995
8117
  },
7996
8118
  "Mp2CodingMode": {
7997
8119
  "type": "string",
@@ -8181,8 +8303,7 @@
8181
8303
  },
8182
8304
  "MultiplexGroupSettings": {
8183
8305
  "type": "structure",
8184
- "members": {
8185
- }
8306
+ "members": {}
8186
8307
  },
8187
8308
  "MultiplexMediaConnectOutputDestinationSettings": {
8188
8309
  "type": "structure",
@@ -8764,8 +8885,7 @@
8764
8885
  },
8765
8886
  "PassThroughSettings": {
8766
8887
  "type": "structure",
8767
- "members": {
8768
- }
8888
+ "members": {}
8769
8889
  },
8770
8890
  "PauseStateScheduleActionSettings": {
8771
8891
  "type": "structure",
@@ -8904,13 +9024,11 @@
8904
9024
  },
8905
9025
  "Rec601Settings": {
8906
9026
  "type": "structure",
8907
- "members": {
8908
- }
9027
+ "members": {}
8909
9028
  },
8910
9029
  "Rec709Settings": {
8911
9030
  "type": "structure",
8912
- "members": {
8913
- }
9031
+ "members": {}
8914
9032
  },
8915
9033
  "RemixSettings": {
8916
9034
  "type": "structure",
@@ -9147,8 +9265,7 @@
9147
9265
  },
9148
9266
  "RtmpCaptionInfoDestinationSettings": {
9149
9267
  "type": "structure",
9150
- "members": {
9151
- }
9268
+ "members": {}
9152
9269
  },
9153
9270
  "RtmpGroupSettings": {
9154
9271
  "type": "structure",
@@ -9296,8 +9413,7 @@
9296
9413
  },
9297
9414
  "ScheduleDeleteResultModel": {
9298
9415
  "type": "structure",
9299
- "members": {
9300
- }
9416
+ "members": {}
9301
9417
  },
9302
9418
  "ScheduleDescribeResultModel": {
9303
9419
  "type": "structure",
@@ -9324,8 +9440,7 @@
9324
9440
  },
9325
9441
  "Scte20PlusEmbeddedDestinationSettings": {
9326
9442
  "type": "structure",
9327
- "members": {
9328
- }
9443
+ "members": {}
9329
9444
  },
9330
9445
  "Scte20SourceSettings": {
9331
9446
  "type": "structure",
@@ -9342,8 +9457,7 @@
9342
9457
  },
9343
9458
  "Scte27DestinationSettings": {
9344
9459
  "type": "structure",
9345
- "members": {
9346
- }
9460
+ "members": {}
9347
9461
  },
9348
9462
  "Scte27SourceSettings": {
9349
9463
  "type": "structure",
@@ -9664,8 +9778,7 @@
9664
9778
  },
9665
9779
  "SmpteTtDestinationSettings": {
9666
9780
  "type": "structure",
9667
- "members": {
9668
- }
9781
+ "members": {}
9669
9782
  },
9670
9783
  "StandardHlsSettings": {
9671
9784
  "type": "structure",
@@ -10074,8 +10187,7 @@
10074
10187
  },
10075
10188
  "TeletextDestinationSettings": {
10076
10189
  "type": "structure",
10077
- "members": {
10078
- }
10190
+ "members": {}
10079
10191
  },
10080
10192
  "TeletextSourceSettings": {
10081
10193
  "type": "structure",
@@ -10899,8 +11011,23 @@
10899
11011
  },
10900
11012
  "WebvttDestinationSettings": {
10901
11013
  "type": "structure",
10902
- "members": {
10903
- }
11014
+ "members": {}
11015
+ },
11016
+ "AcceptHeader": {
11017
+ "type": "string",
11018
+ "enum": [
11019
+ "image/jpeg"
11020
+ ]
11021
+ },
11022
+ "ContentType": {
11023
+ "type": "string",
11024
+ "enum": [
11025
+ "image/jpeg"
11026
+ ]
11027
+ },
11028
+ "InputDeviceThumbnail": {
11029
+ "type": "blob",
11030
+ "streaming": true
10904
11031
  },
10905
11032
  "__boolean": {
10906
11033
  "type": "boolean"
@@ -11456,6 +11583,11 @@
11456
11583
  "min": 1,
11457
11584
  "max": 256
11458
11585
  },
11586
+ "__stringMin1Max35": {
11587
+ "type": "string",
11588
+ "min": 1,
11589
+ "max": 35
11590
+ },
11459
11591
  "__stringMin32Max32": {
11460
11592
  "type": "string",
11461
11593
  "min": 32,
@@ -11483,6 +11615,9 @@
11483
11615
  "__timestampUnix": {
11484
11616
  "type": "timestamp",
11485
11617
  "timestampFormat": "unixTimestamp"
11618
+ },
11619
+ "__timestamp": {
11620
+ "type": "timestamp"
11486
11621
  }
11487
11622
  }
11488
11623
  }