aws-sdk-core 2.11.584 → 2.11.589
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +20 -2
- data/apis/apigatewayv2/2018-11-29/api-2.json +103 -0
- data/apis/budgets/2016-10-20/api-2.json +2 -2
- data/apis/budgets/2016-10-20/paginators-1.json +25 -1
- data/apis/codestar-connections/2019-12-01/api-2.json +1 -0
- data/apis/comprehend/2017-11-27/api-2.json +274 -0
- data/apis/connect/2017-08-08/api-2.json +754 -4
- data/apis/connect/2017-08-08/paginators-1.json +12 -0
- data/apis/dlm/2018-01-12/api-2.json +1 -1
- data/apis/docdb/2014-10-31/api-2.json +1 -0
- data/apis/docdb/2014-10-31/paginators-1.json +30 -0
- data/apis/ec2/2016-11-15/api-2.json +9 -1
- data/apis/es/2015-01-01/api-2.json +2 -1
- data/apis/greengrass/2017-06-07/api-2.json +120 -0
- data/apis/kafka/2018-11-14/api-2.json +232 -6
- data/apis/kafka/2018-11-14/paginators-1.json +7 -1
- data/apis/kendra/2019-02-03/api-2.json +17 -4
- data/apis/managedblockchain/2018-09-24/api-2.json +10 -1
- data/apis/medialive/2017-10-14/api-2.json +411 -40
- data/apis/organizations/2016-11-28/api-2.json +14 -7
- data/apis/sagemaker/2017-07-24/api-2.json +16 -2
- data/apis/servicecatalog/2015-12-10/api-2.json +4 -3
- data/apis/states/2016-11-23/api-2.json +34 -6
- data/apis/transcribe-streaming/2017-10-26/api-2.json +28 -1
- data/apis/transcribe/2017-10-26/api-2.json +16 -4
- data/endpoints.json +44 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -35,6 +35,12 @@
|
|
35
35
|
"output_token": "NextToken",
|
36
36
|
"limit_key": "MaxResults",
|
37
37
|
"result_key": "Revisions"
|
38
|
+
},
|
39
|
+
"ListScramSecrets": {
|
40
|
+
"input_token": "NextToken",
|
41
|
+
"output_token": "NextToken",
|
42
|
+
"limit_key": "MaxResults",
|
43
|
+
"result_key": "SecretArnList"
|
38
44
|
}
|
39
45
|
}
|
40
|
-
}
|
46
|
+
}
|
@@ -680,7 +680,8 @@
|
|
680
680
|
"Description":{"shape":"Description"},
|
681
681
|
"S3Path":{"shape":"S3Path"},
|
682
682
|
"RoleArn":{"shape":"RoleArn"},
|
683
|
-
"Tags":{"shape":"TagList"}
|
683
|
+
"Tags":{"shape":"TagList"},
|
684
|
+
"FileFormat":{"shape":"FaqFileFormat"}
|
684
685
|
}
|
685
686
|
},
|
686
687
|
"CreateFaqResponse":{
|
@@ -1002,7 +1003,8 @@
|
|
1002
1003
|
"S3Path":{"shape":"S3Path"},
|
1003
1004
|
"Status":{"shape":"FaqStatus"},
|
1004
1005
|
"RoleArn":{"shape":"RoleArn"},
|
1005
|
-
"ErrorMessage":{"shape":"ErrorMessage"}
|
1006
|
+
"ErrorMessage":{"shape":"ErrorMessage"},
|
1007
|
+
"FileFormat":{"shape":"FaqFileFormat"}
|
1006
1008
|
}
|
1007
1009
|
},
|
1008
1010
|
"DescribeIndexRequest":{
|
@@ -1195,6 +1197,7 @@
|
|
1195
1197
|
"type":"structure",
|
1196
1198
|
"members":{
|
1197
1199
|
"DocumentAttributeKey":{"shape":"DocumentAttributeKey"},
|
1200
|
+
"DocumentAttributeValueType":{"shape":"DocumentAttributeValueType"},
|
1198
1201
|
"DocumentAttributeValueCountPairs":{"shape":"DocumentAttributeValueCountPairList"}
|
1199
1202
|
}
|
1200
1203
|
},
|
@@ -1202,6 +1205,14 @@
|
|
1202
1205
|
"type":"list",
|
1203
1206
|
"member":{"shape":"FacetResult"}
|
1204
1207
|
},
|
1208
|
+
"FaqFileFormat":{
|
1209
|
+
"type":"string",
|
1210
|
+
"enum":[
|
1211
|
+
"CSV",
|
1212
|
+
"CSV_WITH_HEADER",
|
1213
|
+
"JSON"
|
1214
|
+
]
|
1215
|
+
},
|
1205
1216
|
"FaqId":{
|
1206
1217
|
"type":"string",
|
1207
1218
|
"max":100,
|
@@ -1238,7 +1249,8 @@
|
|
1238
1249
|
"Name":{"shape":"FaqName"},
|
1239
1250
|
"Status":{"shape":"FaqStatus"},
|
1240
1251
|
"CreatedAt":{"shape":"Timestamp"},
|
1241
|
-
"UpdatedAt":{"shape":"Timestamp"}
|
1252
|
+
"UpdatedAt":{"shape":"Timestamp"},
|
1253
|
+
"FileFormat":{"shape":"FaqFileFormat"}
|
1242
1254
|
}
|
1243
1255
|
},
|
1244
1256
|
"FaqSummaryItems":{
|
@@ -1887,7 +1899,8 @@
|
|
1887
1899
|
"enum":[
|
1888
1900
|
"VERY_HIGH",
|
1889
1901
|
"HIGH",
|
1890
|
-
"MEDIUM"
|
1902
|
+
"MEDIUM",
|
1903
|
+
"LOW"
|
1891
1904
|
]
|
1892
1905
|
},
|
1893
1906
|
"Search":{
|
@@ -1138,6 +1138,7 @@
|
|
1138
1138
|
"AvailabilityZone":{"shape":"AvailabilityZoneString"},
|
1139
1139
|
"FrameworkAttributes":{"shape":"NodeFrameworkAttributes"},
|
1140
1140
|
"LogPublishingConfiguration":{"shape":"NodeLogPublishingConfiguration"},
|
1141
|
+
"StateDB":{"shape":"StateDBType"},
|
1141
1142
|
"Status":{"shape":"NodeStatus"},
|
1142
1143
|
"CreationDate":{"shape":"Timestamp"}
|
1143
1144
|
}
|
@@ -1151,7 +1152,8 @@
|
|
1151
1152
|
"members":{
|
1152
1153
|
"InstanceType":{"shape":"InstanceTypeString"},
|
1153
1154
|
"AvailabilityZone":{"shape":"AvailabilityZoneString"},
|
1154
|
-
"LogPublishingConfiguration":{"shape":"NodeLogPublishingConfiguration"}
|
1155
|
+
"LogPublishingConfiguration":{"shape":"NodeLogPublishingConfiguration"},
|
1156
|
+
"StateDB":{"shape":"StateDBType"}
|
1155
1157
|
}
|
1156
1158
|
},
|
1157
1159
|
"NodeFabricAttributes":{
|
@@ -1354,6 +1356,13 @@
|
|
1354
1356
|
"error":{"httpStatusCode":409},
|
1355
1357
|
"exception":true
|
1356
1358
|
},
|
1359
|
+
"StateDBType":{
|
1360
|
+
"type":"string",
|
1361
|
+
"enum":[
|
1362
|
+
"LevelDB",
|
1363
|
+
"CouchDB"
|
1364
|
+
]
|
1365
|
+
},
|
1357
1366
|
"String":{"type":"string"},
|
1358
1367
|
"ThresholdComparator":{
|
1359
1368
|
"type":"string",
|
@@ -12,6 +12,126 @@
|
|
12
12
|
"jsonVersion": "1.1"
|
13
13
|
},
|
14
14
|
"operations": {
|
15
|
+
"BatchDelete": {
|
16
|
+
"name": "BatchDelete",
|
17
|
+
"http": {
|
18
|
+
"method": "POST",
|
19
|
+
"requestUri": "/prod/batch/delete",
|
20
|
+
"responseCode": 200
|
21
|
+
},
|
22
|
+
"input": {
|
23
|
+
"shape": "BatchDeleteRequest"
|
24
|
+
},
|
25
|
+
"output": {
|
26
|
+
"shape": "BatchDeleteResponse"
|
27
|
+
},
|
28
|
+
"errors": [
|
29
|
+
{
|
30
|
+
"shape": "BadRequestException"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"shape": "InternalServerErrorException"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"shape": "ForbiddenException"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"shape": "BadGatewayException"
|
40
|
+
},
|
41
|
+
{
|
42
|
+
"shape": "NotFoundException"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"shape": "GatewayTimeoutException"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"shape": "TooManyRequestsException"
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"shape": "ConflictException"
|
52
|
+
}
|
53
|
+
]
|
54
|
+
},
|
55
|
+
"BatchStart": {
|
56
|
+
"name": "BatchStart",
|
57
|
+
"http": {
|
58
|
+
"method": "POST",
|
59
|
+
"requestUri": "/prod/batch/start",
|
60
|
+
"responseCode": 200
|
61
|
+
},
|
62
|
+
"input": {
|
63
|
+
"shape": "BatchStartRequest"
|
64
|
+
},
|
65
|
+
"output": {
|
66
|
+
"shape": "BatchStartResponse"
|
67
|
+
},
|
68
|
+
"errors": [
|
69
|
+
{
|
70
|
+
"shape": "BadRequestException"
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"shape": "InternalServerErrorException"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"shape": "ForbiddenException"
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"shape": "BadGatewayException"
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"shape": "NotFoundException"
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"shape": "GatewayTimeoutException"
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"shape": "TooManyRequestsException"
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"shape": "ConflictException"
|
92
|
+
}
|
93
|
+
]
|
94
|
+
},
|
95
|
+
"BatchStop": {
|
96
|
+
"name": "BatchStop",
|
97
|
+
"http": {
|
98
|
+
"method": "POST",
|
99
|
+
"requestUri": "/prod/batch/stop",
|
100
|
+
"responseCode": 200
|
101
|
+
},
|
102
|
+
"input": {
|
103
|
+
"shape": "BatchStopRequest"
|
104
|
+
},
|
105
|
+
"output": {
|
106
|
+
"shape": "BatchStopResponse"
|
107
|
+
},
|
108
|
+
"errors": [
|
109
|
+
{
|
110
|
+
"shape": "BadRequestException"
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"shape": "InternalServerErrorException"
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"shape": "ForbiddenException"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"shape": "BadGatewayException"
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"shape": "NotFoundException"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"shape": "GatewayTimeoutException"
|
126
|
+
},
|
127
|
+
{
|
128
|
+
"shape": "TooManyRequestsException"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"shape": "ConflictException"
|
132
|
+
}
|
133
|
+
]
|
134
|
+
},
|
15
135
|
"BatchUpdateSchedule": {
|
16
136
|
"name": "BatchUpdateSchedule",
|
17
137
|
"http": {
|
@@ -1989,11 +2109,13 @@
|
|
1989
2109
|
},
|
1990
2110
|
"AribDestinationSettings": {
|
1991
2111
|
"type": "structure",
|
1992
|
-
"members": {
|
2112
|
+
"members": {
|
2113
|
+
}
|
1993
2114
|
},
|
1994
2115
|
"AribSourceSettings": {
|
1995
2116
|
"type": "structure",
|
1996
|
-
"members": {
|
2117
|
+
"members": {
|
2118
|
+
}
|
1997
2119
|
},
|
1998
2120
|
"AudioChannelMapping": {
|
1999
2121
|
"type": "structure",
|
@@ -2359,6 +2481,95 @@
|
|
2359
2481
|
"httpStatusCode": 400
|
2360
2482
|
}
|
2361
2483
|
},
|
2484
|
+
"BatchDelete": {
|
2485
|
+
"type": "structure",
|
2486
|
+
"members": {
|
2487
|
+
"ChannelIds": {
|
2488
|
+
"shape": "__listOf__string",
|
2489
|
+
"locationName": "channelIds"
|
2490
|
+
},
|
2491
|
+
"InputIds": {
|
2492
|
+
"shape": "__listOf__string",
|
2493
|
+
"locationName": "inputIds"
|
2494
|
+
},
|
2495
|
+
"InputSecurityGroupIds": {
|
2496
|
+
"shape": "__listOf__string",
|
2497
|
+
"locationName": "inputSecurityGroupIds"
|
2498
|
+
},
|
2499
|
+
"MultiplexIds": {
|
2500
|
+
"shape": "__listOf__string",
|
2501
|
+
"locationName": "multiplexIds"
|
2502
|
+
}
|
2503
|
+
}
|
2504
|
+
},
|
2505
|
+
"BatchDeleteRequest": {
|
2506
|
+
"type": "structure",
|
2507
|
+
"members": {
|
2508
|
+
"ChannelIds": {
|
2509
|
+
"shape": "__listOf__string",
|
2510
|
+
"locationName": "channelIds"
|
2511
|
+
},
|
2512
|
+
"InputIds": {
|
2513
|
+
"shape": "__listOf__string",
|
2514
|
+
"locationName": "inputIds"
|
2515
|
+
},
|
2516
|
+
"InputSecurityGroupIds": {
|
2517
|
+
"shape": "__listOf__string",
|
2518
|
+
"locationName": "inputSecurityGroupIds"
|
2519
|
+
},
|
2520
|
+
"MultiplexIds": {
|
2521
|
+
"shape": "__listOf__string",
|
2522
|
+
"locationName": "multiplexIds"
|
2523
|
+
}
|
2524
|
+
}
|
2525
|
+
},
|
2526
|
+
"BatchDeleteResponse": {
|
2527
|
+
"type": "structure",
|
2528
|
+
"members": {
|
2529
|
+
"Failed": {
|
2530
|
+
"shape": "__listOfBatchFailedResultModel",
|
2531
|
+
"locationName": "failed"
|
2532
|
+
},
|
2533
|
+
"Successful": {
|
2534
|
+
"shape": "__listOfBatchSuccessfulResultModel",
|
2535
|
+
"locationName": "successful"
|
2536
|
+
}
|
2537
|
+
}
|
2538
|
+
},
|
2539
|
+
"BatchDeleteResultModel": {
|
2540
|
+
"type": "structure",
|
2541
|
+
"members": {
|
2542
|
+
"Failed": {
|
2543
|
+
"shape": "__listOfBatchFailedResultModel",
|
2544
|
+
"locationName": "failed"
|
2545
|
+
},
|
2546
|
+
"Successful": {
|
2547
|
+
"shape": "__listOfBatchSuccessfulResultModel",
|
2548
|
+
"locationName": "successful"
|
2549
|
+
}
|
2550
|
+
}
|
2551
|
+
},
|
2552
|
+
"BatchFailedResultModel": {
|
2553
|
+
"type": "structure",
|
2554
|
+
"members": {
|
2555
|
+
"Arn": {
|
2556
|
+
"shape": "__string",
|
2557
|
+
"locationName": "arn"
|
2558
|
+
},
|
2559
|
+
"Code": {
|
2560
|
+
"shape": "__string",
|
2561
|
+
"locationName": "code"
|
2562
|
+
},
|
2563
|
+
"Id": {
|
2564
|
+
"shape": "__string",
|
2565
|
+
"locationName": "id"
|
2566
|
+
},
|
2567
|
+
"Message": {
|
2568
|
+
"shape": "__string",
|
2569
|
+
"locationName": "message"
|
2570
|
+
}
|
2571
|
+
}
|
2572
|
+
},
|
2362
2573
|
"BatchScheduleActionCreateRequest": {
|
2363
2574
|
"type": "structure",
|
2364
2575
|
"members": {
|
@@ -2407,6 +2618,127 @@
|
|
2407
2618
|
"ScheduleActions"
|
2408
2619
|
]
|
2409
2620
|
},
|
2621
|
+
"BatchStart": {
|
2622
|
+
"type": "structure",
|
2623
|
+
"members": {
|
2624
|
+
"ChannelIds": {
|
2625
|
+
"shape": "__listOf__string",
|
2626
|
+
"locationName": "channelIds"
|
2627
|
+
},
|
2628
|
+
"MultiplexIds": {
|
2629
|
+
"shape": "__listOf__string",
|
2630
|
+
"locationName": "multiplexIds"
|
2631
|
+
}
|
2632
|
+
}
|
2633
|
+
},
|
2634
|
+
"BatchStartRequest": {
|
2635
|
+
"type": "structure",
|
2636
|
+
"members": {
|
2637
|
+
"ChannelIds": {
|
2638
|
+
"shape": "__listOf__string",
|
2639
|
+
"locationName": "channelIds"
|
2640
|
+
},
|
2641
|
+
"MultiplexIds": {
|
2642
|
+
"shape": "__listOf__string",
|
2643
|
+
"locationName": "multiplexIds"
|
2644
|
+
}
|
2645
|
+
}
|
2646
|
+
},
|
2647
|
+
"BatchStartResponse": {
|
2648
|
+
"type": "structure",
|
2649
|
+
"members": {
|
2650
|
+
"Failed": {
|
2651
|
+
"shape": "__listOfBatchFailedResultModel",
|
2652
|
+
"locationName": "failed"
|
2653
|
+
},
|
2654
|
+
"Successful": {
|
2655
|
+
"shape": "__listOfBatchSuccessfulResultModel",
|
2656
|
+
"locationName": "successful"
|
2657
|
+
}
|
2658
|
+
}
|
2659
|
+
},
|
2660
|
+
"BatchStartResultModel": {
|
2661
|
+
"type": "structure",
|
2662
|
+
"members": {
|
2663
|
+
"Failed": {
|
2664
|
+
"shape": "__listOfBatchFailedResultModel",
|
2665
|
+
"locationName": "failed"
|
2666
|
+
},
|
2667
|
+
"Successful": {
|
2668
|
+
"shape": "__listOfBatchSuccessfulResultModel",
|
2669
|
+
"locationName": "successful"
|
2670
|
+
}
|
2671
|
+
}
|
2672
|
+
},
|
2673
|
+
"BatchStop": {
|
2674
|
+
"type": "structure",
|
2675
|
+
"members": {
|
2676
|
+
"ChannelIds": {
|
2677
|
+
"shape": "__listOf__string",
|
2678
|
+
"locationName": "channelIds"
|
2679
|
+
},
|
2680
|
+
"MultiplexIds": {
|
2681
|
+
"shape": "__listOf__string",
|
2682
|
+
"locationName": "multiplexIds"
|
2683
|
+
}
|
2684
|
+
}
|
2685
|
+
},
|
2686
|
+
"BatchStopRequest": {
|
2687
|
+
"type": "structure",
|
2688
|
+
"members": {
|
2689
|
+
"ChannelIds": {
|
2690
|
+
"shape": "__listOf__string",
|
2691
|
+
"locationName": "channelIds"
|
2692
|
+
},
|
2693
|
+
"MultiplexIds": {
|
2694
|
+
"shape": "__listOf__string",
|
2695
|
+
"locationName": "multiplexIds"
|
2696
|
+
}
|
2697
|
+
}
|
2698
|
+
},
|
2699
|
+
"BatchStopResponse": {
|
2700
|
+
"type": "structure",
|
2701
|
+
"members": {
|
2702
|
+
"Failed": {
|
2703
|
+
"shape": "__listOfBatchFailedResultModel",
|
2704
|
+
"locationName": "failed"
|
2705
|
+
},
|
2706
|
+
"Successful": {
|
2707
|
+
"shape": "__listOfBatchSuccessfulResultModel",
|
2708
|
+
"locationName": "successful"
|
2709
|
+
}
|
2710
|
+
}
|
2711
|
+
},
|
2712
|
+
"BatchStopResultModel": {
|
2713
|
+
"type": "structure",
|
2714
|
+
"members": {
|
2715
|
+
"Failed": {
|
2716
|
+
"shape": "__listOfBatchFailedResultModel",
|
2717
|
+
"locationName": "failed"
|
2718
|
+
},
|
2719
|
+
"Successful": {
|
2720
|
+
"shape": "__listOfBatchSuccessfulResultModel",
|
2721
|
+
"locationName": "successful"
|
2722
|
+
}
|
2723
|
+
}
|
2724
|
+
},
|
2725
|
+
"BatchSuccessfulResultModel": {
|
2726
|
+
"type": "structure",
|
2727
|
+
"members": {
|
2728
|
+
"Arn": {
|
2729
|
+
"shape": "__string",
|
2730
|
+
"locationName": "arn"
|
2731
|
+
},
|
2732
|
+
"Id": {
|
2733
|
+
"shape": "__string",
|
2734
|
+
"locationName": "id"
|
2735
|
+
},
|
2736
|
+
"State": {
|
2737
|
+
"shape": "__string",
|
2738
|
+
"locationName": "state"
|
2739
|
+
}
|
2740
|
+
}
|
2741
|
+
},
|
2410
2742
|
"BatchUpdateScheduleRequest": {
|
2411
2743
|
"type": "structure",
|
2412
2744
|
"members": {
|
@@ -2945,7 +3277,8 @@
|
|
2945
3277
|
},
|
2946
3278
|
"ColorSpacePassthroughSettings": {
|
2947
3279
|
"type": "structure",
|
2948
|
-
"members": {
|
3280
|
+
"members": {
|
3281
|
+
}
|
2949
3282
|
},
|
2950
3283
|
"ConflictException": {
|
2951
3284
|
"type": "structure",
|
@@ -3491,7 +3824,8 @@
|
|
3491
3824
|
},
|
3492
3825
|
"DeleteInputResponse": {
|
3493
3826
|
"type": "structure",
|
3494
|
-
"members": {
|
3827
|
+
"members": {
|
3828
|
+
}
|
3495
3829
|
},
|
3496
3830
|
"DeleteInputSecurityGroupRequest": {
|
3497
3831
|
"type": "structure",
|
@@ -3508,7 +3842,8 @@
|
|
3508
3842
|
},
|
3509
3843
|
"DeleteInputSecurityGroupResponse": {
|
3510
3844
|
"type": "structure",
|
3511
|
-
"members": {
|
3845
|
+
"members": {
|
3846
|
+
}
|
3512
3847
|
},
|
3513
3848
|
"DeleteMultiplexProgramRequest": {
|
3514
3849
|
"type": "structure",
|
@@ -3713,7 +4048,8 @@
|
|
3713
4048
|
},
|
3714
4049
|
"DeleteScheduleResponse": {
|
3715
4050
|
"type": "structure",
|
3716
|
-
"members": {
|
4051
|
+
"members": {
|
4052
|
+
}
|
3717
4053
|
},
|
3718
4054
|
"DeleteTagsRequest": {
|
3719
4055
|
"type": "structure",
|
@@ -4766,11 +5102,13 @@
|
|
4766
5102
|
},
|
4767
5103
|
"EmbeddedDestinationSettings": {
|
4768
5104
|
"type": "structure",
|
4769
|
-
"members": {
|
5105
|
+
"members": {
|
5106
|
+
}
|
4770
5107
|
},
|
4771
5108
|
"EmbeddedPlusScte20DestinationSettings": {
|
4772
5109
|
"type": "structure",
|
4773
|
-
"members": {
|
5110
|
+
"members": {
|
5111
|
+
}
|
4774
5112
|
},
|
4775
5113
|
"EmbeddedScte20Detection": {
|
4776
5114
|
"type": "string",
|
@@ -4802,7 +5140,8 @@
|
|
4802
5140
|
},
|
4803
5141
|
"Empty": {
|
4804
5142
|
"type": "structure",
|
4805
|
-
"members": {
|
5143
|
+
"members": {
|
5144
|
+
}
|
4806
5145
|
},
|
4807
5146
|
"EncoderSettings": {
|
4808
5147
|
"type": "structure",
|
@@ -6306,7 +6645,8 @@
|
|
6306
6645
|
},
|
6307
6646
|
"ImmediateModeScheduleActionStartSettings": {
|
6308
6647
|
"type": "structure",
|
6309
|
-
"members": {
|
6648
|
+
"members": {
|
6649
|
+
}
|
6310
6650
|
},
|
6311
6651
|
"Input": {
|
6312
6652
|
"type": "structure",
|
@@ -7085,7 +7425,8 @@
|
|
7085
7425
|
"URL_PULL",
|
7086
7426
|
"MP4_FILE",
|
7087
7427
|
"MEDIACONNECT",
|
7088
|
-
"INPUT_DEVICE"
|
7428
|
+
"INPUT_DEVICE",
|
7429
|
+
"AWS_CDI"
|
7089
7430
|
]
|
7090
7431
|
},
|
7091
7432
|
"InputVpcRequest": {
|
@@ -8113,7 +8454,8 @@
|
|
8113
8454
|
},
|
8114
8455
|
"MediaPackageOutputSettings": {
|
8115
8456
|
"type": "structure",
|
8116
|
-
"members": {
|
8457
|
+
"members": {
|
8458
|
+
}
|
8117
8459
|
},
|
8118
8460
|
"Mp2CodingMode": {
|
8119
8461
|
"type": "string",
|
@@ -8303,7 +8645,8 @@
|
|
8303
8645
|
},
|
8304
8646
|
"MultiplexGroupSettings": {
|
8305
8647
|
"type": "structure",
|
8306
|
-
"members": {
|
8648
|
+
"members": {
|
8649
|
+
}
|
8307
8650
|
},
|
8308
8651
|
"MultiplexMediaConnectOutputDestinationSettings": {
|
8309
8652
|
"type": "structure",
|
@@ -8885,7 +9228,8 @@
|
|
8885
9228
|
},
|
8886
9229
|
"PassThroughSettings": {
|
8887
9230
|
"type": "structure",
|
8888
|
-
"members": {
|
9231
|
+
"members": {
|
9232
|
+
}
|
8889
9233
|
},
|
8890
9234
|
"PauseStateScheduleActionSettings": {
|
8891
9235
|
"type": "structure",
|
@@ -9024,11 +9368,13 @@
|
|
9024
9368
|
},
|
9025
9369
|
"Rec601Settings": {
|
9026
9370
|
"type": "structure",
|
9027
|
-
"members": {
|
9371
|
+
"members": {
|
9372
|
+
}
|
9028
9373
|
},
|
9029
9374
|
"Rec709Settings": {
|
9030
9375
|
"type": "structure",
|
9031
|
-
"members": {
|
9376
|
+
"members": {
|
9377
|
+
}
|
9032
9378
|
},
|
9033
9379
|
"RemixSettings": {
|
9034
9380
|
"type": "structure",
|
@@ -9133,7 +9479,8 @@
|
|
9133
9479
|
"MPEG2",
|
9134
9480
|
"AVC",
|
9135
9481
|
"HEVC",
|
9136
|
-
"AUDIO"
|
9482
|
+
"AUDIO",
|
9483
|
+
"LINK"
|
9137
9484
|
]
|
9138
9485
|
},
|
9139
9486
|
"ReservationMaximumBitrate": {
|
@@ -9265,7 +9612,8 @@
|
|
9265
9612
|
},
|
9266
9613
|
"RtmpCaptionInfoDestinationSettings": {
|
9267
9614
|
"type": "structure",
|
9268
|
-
"members": {
|
9615
|
+
"members": {
|
9616
|
+
}
|
9269
9617
|
},
|
9270
9618
|
"RtmpGroupSettings": {
|
9271
9619
|
"type": "structure",
|
@@ -9413,7 +9761,8 @@
|
|
9413
9761
|
},
|
9414
9762
|
"ScheduleDeleteResultModel": {
|
9415
9763
|
"type": "structure",
|
9416
|
-
"members": {
|
9764
|
+
"members": {
|
9765
|
+
}
|
9417
9766
|
},
|
9418
9767
|
"ScheduleDescribeResultModel": {
|
9419
9768
|
"type": "structure",
|
@@ -9440,7 +9789,8 @@
|
|
9440
9789
|
},
|
9441
9790
|
"Scte20PlusEmbeddedDestinationSettings": {
|
9442
9791
|
"type": "structure",
|
9443
|
-
"members": {
|
9792
|
+
"members": {
|
9793
|
+
}
|
9444
9794
|
},
|
9445
9795
|
"Scte20SourceSettings": {
|
9446
9796
|
"type": "structure",
|
@@ -9457,7 +9807,8 @@
|
|
9457
9807
|
},
|
9458
9808
|
"Scte27DestinationSettings": {
|
9459
9809
|
"type": "structure",
|
9460
|
-
"members": {
|
9810
|
+
"members": {
|
9811
|
+
}
|
9461
9812
|
},
|
9462
9813
|
"Scte27SourceSettings": {
|
9463
9814
|
"type": "structure",
|
@@ -9778,7 +10129,8 @@
|
|
9778
10129
|
},
|
9779
10130
|
"SmpteTtDestinationSettings": {
|
9780
10131
|
"type": "structure",
|
9781
|
-
"members": {
|
10132
|
+
"members": {
|
10133
|
+
}
|
9782
10134
|
},
|
9783
10135
|
"StandardHlsSettings": {
|
9784
10136
|
"type": "structure",
|
@@ -10187,7 +10539,8 @@
|
|
10187
10539
|
},
|
10188
10540
|
"TeletextDestinationSettings": {
|
10189
10541
|
"type": "structure",
|
10190
|
-
"members": {
|
10542
|
+
"members": {
|
10543
|
+
}
|
10191
10544
|
},
|
10192
10545
|
"TeletextSourceSettings": {
|
10193
10546
|
"type": "structure",
|
@@ -11011,23 +11364,8 @@
|
|
11011
11364
|
},
|
11012
11365
|
"WebvttDestinationSettings": {
|
11013
11366
|
"type": "structure",
|
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
|
11367
|
+
"members": {
|
11368
|
+
}
|
11031
11369
|
},
|
11032
11370
|
"__boolean": {
|
11033
11371
|
"type": "boolean"
|
@@ -11272,6 +11610,11 @@
|
|
11272
11610
|
"min": -1000,
|
11273
11611
|
"max": 1000
|
11274
11612
|
},
|
11613
|
+
"__integerMinNegative5Max5": {
|
11614
|
+
"type": "integer",
|
11615
|
+
"min": -5,
|
11616
|
+
"max": 5
|
11617
|
+
},
|
11275
11618
|
"__integerMinNegative60Max6": {
|
11276
11619
|
"type": "integer",
|
11277
11620
|
"min": -60,
|
@@ -11306,6 +11649,18 @@
|
|
11306
11649
|
"shape": "AudioTrack"
|
11307
11650
|
}
|
11308
11651
|
},
|
11652
|
+
"__listOfBatchFailedResultModel": {
|
11653
|
+
"type": "list",
|
11654
|
+
"member": {
|
11655
|
+
"shape": "BatchFailedResultModel"
|
11656
|
+
}
|
11657
|
+
},
|
11658
|
+
"__listOfBatchSuccessfulResultModel": {
|
11659
|
+
"type": "list",
|
11660
|
+
"member": {
|
11661
|
+
"shape": "BatchSuccessfulResultModel"
|
11662
|
+
}
|
11663
|
+
},
|
11309
11664
|
"__listOfCaptionDescription": {
|
11310
11665
|
"type": "list",
|
11311
11666
|
"member": {
|
@@ -11616,6 +11971,22 @@
|
|
11616
11971
|
"type": "timestamp",
|
11617
11972
|
"timestampFormat": "unixTimestamp"
|
11618
11973
|
},
|
11974
|
+
"InputDeviceThumbnail": {
|
11975
|
+
"type": "blob",
|
11976
|
+
"streaming": true
|
11977
|
+
},
|
11978
|
+
"AcceptHeader": {
|
11979
|
+
"type": "string",
|
11980
|
+
"enum": [
|
11981
|
+
"image/jpeg"
|
11982
|
+
]
|
11983
|
+
},
|
11984
|
+
"ContentType": {
|
11985
|
+
"type": "string",
|
11986
|
+
"enum": [
|
11987
|
+
"image/jpeg"
|
11988
|
+
]
|
11989
|
+
},
|
11619
11990
|
"__timestamp": {
|
11620
11991
|
"type": "timestamp"
|
11621
11992
|
}
|