aws-sdk-core 2.11.367 → 2.11.368

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e1ef8ed3bcacfef3182dc63916a422e8fe1eec2
4
- data.tar.gz: 95de873f8e43dc614a8118000c399cc26321e4b5
3
+ metadata.gz: 1940af59e37c38325785a8021a49018b5aebd80a
4
+ data.tar.gz: c0fabbfc9b3fb5440c3d04c4979b1dfc5509f340
5
5
  SHA512:
6
- metadata.gz: 876a10e49f7f7337ec052a42e9919f181d03ab7421645a633beb552a375d23eeb670e4863cff0aa45de02f6d6cc8f12d7991f32fff66976cb8d50e87be4d229e
7
- data.tar.gz: bd840aee55931f5e5c6d40e8f5179b4d0059b9235692f60145901c42df3e73c2e8ef1521dba9357fb2c21e811d0a71759653f4fa9429678cd52934538dbcf2c7
6
+ metadata.gz: 7a02c87d10cc718047aedb3b7966c222019a9f2452ce079086c3e2d5d11b084c64bc0885ad19e3071bb110af7b2115efd636b7cec72f5a8817bb222afbd8c0af
7
+ data.tar.gz: 1c539df37344caf6fcf4d528fae8245836183e4dd831d609339cccdb184c8ebb41314f1bcf59910313e8a1790da653afdfa838d153ecb9e3fd5e7dda7fe27428
@@ -1134,6 +1134,7 @@
1134
1134
  "output":{"shape":"GetSigningCertificateResponse"},
1135
1135
  "errors":[
1136
1136
  {"shape":"InternalErrorException"},
1137
+ {"shape":"InvalidParameterException"},
1137
1138
  {"shape":"ResourceNotFoundException"}
1138
1139
  ]
1139
1140
  },
@@ -1255,7 +1256,9 @@
1255
1256
  {"shape":"PasswordResetRequiredException"},
1256
1257
  {"shape":"UserNotFoundException"},
1257
1258
  {"shape":"UserNotConfirmedException"},
1258
- {"shape":"InternalErrorException"}
1259
+ {"shape":"InternalErrorException"},
1260
+ {"shape":"InvalidSmsRoleAccessPolicyException"},
1261
+ {"shape":"InvalidSmsRoleTrustRelationshipException"}
1259
1262
  ]
1260
1263
  },
1261
1264
  "ListDevices":{
@@ -1958,7 +1961,8 @@
1958
1961
  ],
1959
1962
  "members":{
1960
1963
  "UserPoolId":{"shape":"UserPoolIdType"},
1961
- "Username":{"shape":"UsernameType"}
1964
+ "Username":{"shape":"UsernameType"},
1965
+ "ClientMetadata":{"shape":"ClientMetadataType"}
1962
1966
  }
1963
1967
  },
1964
1968
  "AdminConfirmSignUpResponse":{
@@ -1988,7 +1992,8 @@
1988
1992
  "TemporaryPassword":{"shape":"PasswordType"},
1989
1993
  "ForceAliasCreation":{"shape":"ForceAliasCreation"},
1990
1994
  "MessageAction":{"shape":"MessageActionType"},
1991
- "DesiredDeliveryMediums":{"shape":"DeliveryMediumListType"}
1995
+ "DesiredDeliveryMediums":{"shape":"DeliveryMediumListType"},
1996
+ "ClientMetadata":{"shape":"ClientMetadataType"}
1992
1997
  }
1993
1998
  },
1994
1999
  "AdminCreateUserResponse":{
@@ -2263,7 +2268,8 @@
2263
2268
  ],
2264
2269
  "members":{
2265
2270
  "UserPoolId":{"shape":"UserPoolIdType"},
2266
- "Username":{"shape":"UsernameType"}
2271
+ "Username":{"shape":"UsernameType"},
2272
+ "ClientMetadata":{"shape":"ClientMetadataType"}
2267
2273
  }
2268
2274
  },
2269
2275
  "AdminResetUserPasswordResponse":{
@@ -2285,7 +2291,8 @@
2285
2291
  "ChallengeResponses":{"shape":"ChallengeResponsesType"},
2286
2292
  "Session":{"shape":"SessionType"},
2287
2293
  "AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
2288
- "ContextData":{"shape":"ContextDataType"}
2294
+ "ContextData":{"shape":"ContextDataType"},
2295
+ "ClientMetadata":{"shape":"ClientMetadataType"}
2289
2296
  }
2290
2297
  },
2291
2298
  "AdminRespondToAuthChallengeResponse":{
@@ -2401,7 +2408,8 @@
2401
2408
  "members":{
2402
2409
  "UserPoolId":{"shape":"UserPoolIdType"},
2403
2410
  "Username":{"shape":"UsernameType"},
2404
- "UserAttributes":{"shape":"AttributeListType"}
2411
+ "UserAttributes":{"shape":"AttributeListType"},
2412
+ "ClientMetadata":{"shape":"ClientMetadataType"}
2405
2413
  }
2406
2414
  },
2407
2415
  "AdminUpdateUserAttributesResponse":{
@@ -2793,7 +2801,8 @@
2793
2801
  "ConfirmationCode":{"shape":"ConfirmationCodeType"},
2794
2802
  "Password":{"shape":"PasswordType"},
2795
2803
  "AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
2796
- "UserContextData":{"shape":"UserContextDataType"}
2804
+ "UserContextData":{"shape":"UserContextDataType"},
2805
+ "ClientMetadata":{"shape":"ClientMetadataType"}
2797
2806
  }
2798
2807
  },
2799
2808
  "ConfirmForgotPasswordResponse":{
@@ -2815,7 +2824,8 @@
2815
2824
  "ConfirmationCode":{"shape":"ConfirmationCodeType"},
2816
2825
  "ForceAliasCreation":{"shape":"ForceAliasCreation"},
2817
2826
  "AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
2818
- "UserContextData":{"shape":"UserContextDataType"}
2827
+ "UserContextData":{"shape":"UserContextDataType"},
2828
+ "ClientMetadata":{"shape":"ClientMetadataType"}
2819
2829
  }
2820
2830
  },
2821
2831
  "ConfirmSignUpResponse":{
@@ -3508,7 +3518,8 @@
3508
3518
  "SecretHash":{"shape":"SecretHashType"},
3509
3519
  "UserContextData":{"shape":"UserContextDataType"},
3510
3520
  "Username":{"shape":"UsernameType"},
3511
- "AnalyticsMetadata":{"shape":"AnalyticsMetadataType"}
3521
+ "AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
3522
+ "ClientMetadata":{"shape":"ClientMetadataType"}
3512
3523
  }
3513
3524
  },
3514
3525
  "ForgotPasswordResponse":{
@@ -3618,7 +3629,8 @@
3618
3629
  ],
3619
3630
  "members":{
3620
3631
  "AccessToken":{"shape":"TokenModelType"},
3621
- "AttributeName":{"shape":"AttributeNameType"}
3632
+ "AttributeName":{"shape":"AttributeNameType"},
3633
+ "ClientMetadata":{"shape":"ClientMetadataType"}
3622
3634
  }
3623
3635
  },
3624
3636
  "GetUserAttributeVerificationCodeResponse":{
@@ -4278,7 +4290,8 @@
4278
4290
  "SecretHash":{"shape":"SecretHashType"},
4279
4291
  "UserContextData":{"shape":"UserContextDataType"},
4280
4292
  "Username":{"shape":"UsernameType"},
4281
- "AnalyticsMetadata":{"shape":"AnalyticsMetadataType"}
4293
+ "AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
4294
+ "ClientMetadata":{"shape":"ClientMetadataType"}
4282
4295
  }
4283
4296
  },
4284
4297
  "ResendConfirmationCodeResponse":{
@@ -4314,7 +4327,7 @@
4314
4327
  "ResourceServerScopeListType":{
4315
4328
  "type":"list",
4316
4329
  "member":{"shape":"ResourceServerScopeType"},
4317
- "max":25
4330
+ "max":100
4318
4331
  },
4319
4332
  "ResourceServerScopeNameType":{
4320
4333
  "type":"string",
@@ -4358,7 +4371,8 @@
4358
4371
  "Session":{"shape":"SessionType"},
4359
4372
  "ChallengeResponses":{"shape":"ChallengeResponsesType"},
4360
4373
  "AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
4361
- "UserContextData":{"shape":"UserContextDataType"}
4374
+ "UserContextData":{"shape":"UserContextDataType"},
4375
+ "ClientMetadata":{"shape":"ClientMetadataType"}
4362
4376
  }
4363
4377
  },
4364
4378
  "RespondToAuthChallengeResponse":{
@@ -4454,7 +4468,7 @@
4454
4468
  "ScopeListType":{
4455
4469
  "type":"list",
4456
4470
  "member":{"shape":"ScopeType"},
4457
- "max":25
4471
+ "max":50
4458
4472
  },
4459
4473
  "ScopeType":{
4460
4474
  "type":"string",
@@ -4587,7 +4601,8 @@
4587
4601
  "UserAttributes":{"shape":"AttributeListType"},
4588
4602
  "ValidationData":{"shape":"AttributeListType"},
4589
4603
  "AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
4590
- "UserContextData":{"shape":"UserContextDataType"}
4604
+ "UserContextData":{"shape":"UserContextDataType"},
4605
+ "ClientMetadata":{"shape":"ClientMetadataType"}
4591
4606
  }
4592
4607
  },
4593
4608
  "SignUpResponse":{
@@ -4714,7 +4729,10 @@
4714
4729
  },
4715
4730
  "TagResourceRequest":{
4716
4731
  "type":"structure",
4717
- "required":["ResourceArn"],
4732
+ "required":[
4733
+ "ResourceArn",
4734
+ "Tags"
4735
+ ],
4718
4736
  "members":{
4719
4737
  "ResourceArn":{"shape":"ArnType"},
4720
4738
  "Tags":{"shape":"UserPoolTagsType"}
@@ -4789,7 +4807,10 @@
4789
4807
  },
4790
4808
  "UntagResourceRequest":{
4791
4809
  "type":"structure",
4792
- "required":["ResourceArn"],
4810
+ "required":[
4811
+ "ResourceArn",
4812
+ "TagKeys"
4813
+ ],
4793
4814
  "members":{
4794
4815
  "ResourceArn":{"shape":"ArnType"},
4795
4816
  "TagKeys":{"shape":"UserPoolTagsListType"}
@@ -4909,7 +4930,8 @@
4909
4930
  ],
4910
4931
  "members":{
4911
4932
  "UserAttributes":{"shape":"AttributeListType"},
4912
- "AccessToken":{"shape":"TokenModelType"}
4933
+ "AccessToken":{"shape":"TokenModelType"},
4934
+ "ClientMetadata":{"shape":"ClientMetadataType"}
4913
4935
  }
4914
4936
  },
4915
4937
  "UpdateUserAttributesResponse":{
@@ -42,6 +42,12 @@
42
42
  "output_token": "NextToken",
43
43
  "result_key": "UserPools"
44
44
  },
45
+ "ListUsers": {
46
+ "input_token": "PaginationToken",
47
+ "limit_key": "Limit",
48
+ "output_token": "PaginationToken",
49
+ "result_key": "Users"
50
+ },
45
51
  "ListUsersInGroup": {
46
52
  "input_token": "NextToken",
47
53
  "limit_key": "Limit",
@@ -1,2037 +1,2465 @@
1
1
  {
2
2
  "metadata": {
3
- "apiVersion": "2017-10-12",
4
- "endpointPrefix": "mediapackage",
5
- "jsonVersion": "1.1",
6
- "protocol": "rest-json",
7
- "serviceAbbreviation": "MediaPackage",
8
- "serviceFullName": "AWS Elemental MediaPackage",
9
- "serviceId": "MediaPackage",
10
- "signatureVersion": "v4",
11
- "signingName": "mediapackage",
3
+ "apiVersion": "2017-10-12",
4
+ "endpointPrefix": "mediapackage",
5
+ "jsonVersion": "1.1",
6
+ "protocol": "rest-json",
7
+ "serviceAbbreviation": "MediaPackage",
8
+ "serviceFullName": "AWS Elemental MediaPackage",
9
+ "serviceId": "MediaPackage",
10
+ "signatureVersion": "v4",
11
+ "signingName": "mediapackage",
12
12
  "uid": "mediapackage-2017-10-12"
13
- },
13
+ },
14
14
  "operations": {
15
15
  "CreateChannel": {
16
16
  "errors": [
17
17
  {
18
18
  "shape": "UnprocessableEntityException"
19
- },
19
+ },
20
20
  {
21
21
  "shape": "InternalServerErrorException"
22
- },
22
+ },
23
23
  {
24
24
  "shape": "ForbiddenException"
25
- },
25
+ },
26
26
  {
27
27
  "shape": "NotFoundException"
28
- },
28
+ },
29
29
  {
30
30
  "shape": "ServiceUnavailableException"
31
- },
31
+ },
32
32
  {
33
33
  "shape": "TooManyRequestsException"
34
34
  }
35
- ],
35
+ ],
36
36
  "http": {
37
- "method": "POST",
38
- "requestUri": "/channels",
37
+ "method": "POST",
38
+ "requestUri": "/channels",
39
39
  "responseCode": 200
40
- },
40
+ },
41
41
  "input": {
42
42
  "shape": "CreateChannelRequest"
43
- },
44
- "name": "CreateChannel",
43
+ },
44
+ "name": "CreateChannel",
45
45
  "output": {
46
46
  "shape": "CreateChannelResponse"
47
47
  }
48
- },
48
+ },
49
+ "CreateHarvestJob": {
50
+ "errors": [
51
+ {
52
+ "shape": "UnprocessableEntityException"
53
+ },
54
+ {
55
+ "shape": "InternalServerErrorException"
56
+ },
57
+ {
58
+ "shape": "ForbiddenException"
59
+ },
60
+ {
61
+ "shape": "NotFoundException"
62
+ },
63
+ {
64
+ "shape": "ServiceUnavailableException"
65
+ },
66
+ {
67
+ "shape": "TooManyRequestsException"
68
+ }
69
+ ],
70
+ "http": {
71
+ "method": "POST",
72
+ "requestUri": "/harvest_jobs",
73
+ "responseCode": 200
74
+ },
75
+ "input": {
76
+ "shape": "CreateHarvestJobRequest"
77
+ },
78
+ "name": "CreateHarvestJob",
79
+ "output": {
80
+ "shape": "CreateHarvestJobResponse"
81
+ }
82
+ },
49
83
  "CreateOriginEndpoint": {
50
84
  "errors": [
51
85
  {
52
86
  "shape": "UnprocessableEntityException"
53
- },
87
+ },
54
88
  {
55
89
  "shape": "InternalServerErrorException"
56
- },
90
+ },
57
91
  {
58
92
  "shape": "ForbiddenException"
59
- },
93
+ },
60
94
  {
61
95
  "shape": "NotFoundException"
62
- },
96
+ },
63
97
  {
64
98
  "shape": "ServiceUnavailableException"
65
- },
99
+ },
66
100
  {
67
101
  "shape": "TooManyRequestsException"
68
102
  }
69
- ],
103
+ ],
70
104
  "http": {
71
- "method": "POST",
72
- "requestUri": "/origin_endpoints",
105
+ "method": "POST",
106
+ "requestUri": "/origin_endpoints",
73
107
  "responseCode": 200
74
- },
108
+ },
75
109
  "input": {
76
110
  "shape": "CreateOriginEndpointRequest"
77
- },
78
- "name": "CreateOriginEndpoint",
111
+ },
112
+ "name": "CreateOriginEndpoint",
79
113
  "output": {
80
114
  "shape": "CreateOriginEndpointResponse"
81
115
  }
82
- },
116
+ },
83
117
  "DeleteChannel": {
84
118
  "errors": [
85
119
  {
86
120
  "shape": "UnprocessableEntityException"
87
- },
121
+ },
88
122
  {
89
123
  "shape": "InternalServerErrorException"
90
- },
124
+ },
91
125
  {
92
126
  "shape": "ForbiddenException"
93
- },
127
+ },
94
128
  {
95
129
  "shape": "NotFoundException"
96
- },
130
+ },
97
131
  {
98
132
  "shape": "ServiceUnavailableException"
99
- },
133
+ },
100
134
  {
101
135
  "shape": "TooManyRequestsException"
102
136
  }
103
- ],
137
+ ],
104
138
  "http": {
105
- "method": "DELETE",
106
- "requestUri": "/channels/{id}",
139
+ "method": "DELETE",
140
+ "requestUri": "/channels/{id}",
107
141
  "responseCode": 202
108
- },
142
+ },
109
143
  "input": {
110
144
  "shape": "DeleteChannelRequest"
111
- },
112
- "name": "DeleteChannel",
145
+ },
146
+ "name": "DeleteChannel",
113
147
  "output": {
114
148
  "shape": "DeleteChannelResponse"
115
149
  }
116
- },
150
+ },
117
151
  "DeleteOriginEndpoint": {
118
152
  "errors": [
119
153
  {
120
154
  "shape": "UnprocessableEntityException"
121
- },
155
+ },
122
156
  {
123
157
  "shape": "InternalServerErrorException"
124
- },
158
+ },
125
159
  {
126
160
  "shape": "ForbiddenException"
127
- },
161
+ },
128
162
  {
129
163
  "shape": "NotFoundException"
130
- },
164
+ },
131
165
  {
132
166
  "shape": "ServiceUnavailableException"
133
- },
167
+ },
134
168
  {
135
169
  "shape": "TooManyRequestsException"
136
170
  }
137
- ],
171
+ ],
138
172
  "http": {
139
- "method": "DELETE",
140
- "requestUri": "/origin_endpoints/{id}",
173
+ "method": "DELETE",
174
+ "requestUri": "/origin_endpoints/{id}",
141
175
  "responseCode": 202
142
- },
176
+ },
143
177
  "input": {
144
178
  "shape": "DeleteOriginEndpointRequest"
145
- },
146
- "name": "DeleteOriginEndpoint",
179
+ },
180
+ "name": "DeleteOriginEndpoint",
147
181
  "output": {
148
182
  "shape": "DeleteOriginEndpointResponse"
149
183
  }
150
- },
184
+ },
151
185
  "DescribeChannel": {
152
186
  "errors": [
153
187
  {
154
188
  "shape": "UnprocessableEntityException"
155
- },
189
+ },
156
190
  {
157
191
  "shape": "InternalServerErrorException"
158
- },
192
+ },
159
193
  {
160
194
  "shape": "ForbiddenException"
161
- },
195
+ },
162
196
  {
163
197
  "shape": "NotFoundException"
164
- },
198
+ },
165
199
  {
166
200
  "shape": "ServiceUnavailableException"
167
- },
201
+ },
168
202
  {
169
203
  "shape": "TooManyRequestsException"
170
204
  }
171
- ],
205
+ ],
172
206
  "http": {
173
- "method": "GET",
174
- "requestUri": "/channels/{id}",
207
+ "method": "GET",
208
+ "requestUri": "/channels/{id}",
175
209
  "responseCode": 200
176
- },
210
+ },
177
211
  "input": {
178
212
  "shape": "DescribeChannelRequest"
179
- },
180
- "name": "DescribeChannel",
213
+ },
214
+ "name": "DescribeChannel",
181
215
  "output": {
182
216
  "shape": "DescribeChannelResponse"
183
217
  }
184
- },
218
+ },
219
+ "DescribeHarvestJob": {
220
+ "errors": [
221
+ {
222
+ "shape": "UnprocessableEntityException"
223
+ },
224
+ {
225
+ "shape": "InternalServerErrorException"
226
+ },
227
+ {
228
+ "shape": "ForbiddenException"
229
+ },
230
+ {
231
+ "shape": "NotFoundException"
232
+ },
233
+ {
234
+ "shape": "ServiceUnavailableException"
235
+ },
236
+ {
237
+ "shape": "TooManyRequestsException"
238
+ }
239
+ ],
240
+ "http": {
241
+ "method": "GET",
242
+ "requestUri": "/harvest_jobs/{id}",
243
+ "responseCode": 200
244
+ },
245
+ "input": {
246
+ "shape": "DescribeHarvestJobRequest"
247
+ },
248
+ "name": "DescribeHarvestJob",
249
+ "output": {
250
+ "shape": "DescribeHarvestJobResponse"
251
+ }
252
+ },
185
253
  "DescribeOriginEndpoint": {
186
254
  "errors": [
187
255
  {
188
256
  "shape": "UnprocessableEntityException"
189
- },
257
+ },
190
258
  {
191
259
  "shape": "InternalServerErrorException"
192
- },
260
+ },
193
261
  {
194
262
  "shape": "ForbiddenException"
195
- },
263
+ },
196
264
  {
197
265
  "shape": "NotFoundException"
198
- },
266
+ },
199
267
  {
200
268
  "shape": "ServiceUnavailableException"
201
- },
269
+ },
202
270
  {
203
271
  "shape": "TooManyRequestsException"
204
272
  }
205
- ],
273
+ ],
206
274
  "http": {
207
- "method": "GET",
208
- "requestUri": "/origin_endpoints/{id}",
275
+ "method": "GET",
276
+ "requestUri": "/origin_endpoints/{id}",
209
277
  "responseCode": 200
210
- },
278
+ },
211
279
  "input": {
212
280
  "shape": "DescribeOriginEndpointRequest"
213
- },
214
- "name": "DescribeOriginEndpoint",
281
+ },
282
+ "name": "DescribeOriginEndpoint",
215
283
  "output": {
216
284
  "shape": "DescribeOriginEndpointResponse"
217
285
  }
218
- },
286
+ },
219
287
  "ListChannels": {
220
288
  "errors": [
221
289
  {
222
290
  "shape": "UnprocessableEntityException"
223
- },
291
+ },
224
292
  {
225
293
  "shape": "InternalServerErrorException"
226
- },
294
+ },
227
295
  {
228
296
  "shape": "ForbiddenException"
229
- },
297
+ },
230
298
  {
231
299
  "shape": "NotFoundException"
232
- },
300
+ },
233
301
  {
234
302
  "shape": "ServiceUnavailableException"
235
- },
303
+ },
236
304
  {
237
305
  "shape": "TooManyRequestsException"
238
306
  }
239
- ],
307
+ ],
240
308
  "http": {
241
- "method": "GET",
242
- "requestUri": "/channels",
309
+ "method": "GET",
310
+ "requestUri": "/channels",
243
311
  "responseCode": 200
244
- },
312
+ },
245
313
  "input": {
246
314
  "shape": "ListChannelsRequest"
247
- },
248
- "name": "ListChannels",
315
+ },
316
+ "name": "ListChannels",
249
317
  "output": {
250
318
  "shape": "ListChannelsResponse"
251
319
  }
252
- },
320
+ },
321
+ "ListHarvestJobs": {
322
+ "errors": [
323
+ {
324
+ "shape": "UnprocessableEntityException"
325
+ },
326
+ {
327
+ "shape": "InternalServerErrorException"
328
+ },
329
+ {
330
+ "shape": "ForbiddenException"
331
+ },
332
+ {
333
+ "shape": "NotFoundException"
334
+ },
335
+ {
336
+ "shape": "ServiceUnavailableException"
337
+ },
338
+ {
339
+ "shape": "TooManyRequestsException"
340
+ }
341
+ ],
342
+ "http": {
343
+ "method": "GET",
344
+ "requestUri": "/harvest_jobs",
345
+ "responseCode": 200
346
+ },
347
+ "input": {
348
+ "shape": "ListHarvestJobsRequest"
349
+ },
350
+ "name": "ListHarvestJobs",
351
+ "output": {
352
+ "shape": "ListHarvestJobsResponse"
353
+ }
354
+ },
253
355
  "ListOriginEndpoints": {
254
356
  "errors": [
255
357
  {
256
358
  "shape": "UnprocessableEntityException"
257
- },
359
+ },
258
360
  {
259
361
  "shape": "InternalServerErrorException"
260
- },
362
+ },
261
363
  {
262
364
  "shape": "ForbiddenException"
263
- },
365
+ },
264
366
  {
265
367
  "shape": "NotFoundException"
266
- },
368
+ },
267
369
  {
268
370
  "shape": "ServiceUnavailableException"
269
- },
371
+ },
270
372
  {
271
373
  "shape": "TooManyRequestsException"
272
374
  }
273
- ],
375
+ ],
274
376
  "http": {
275
- "method": "GET",
276
- "requestUri": "/origin_endpoints",
377
+ "method": "GET",
378
+ "requestUri": "/origin_endpoints",
277
379
  "responseCode": 200
278
- },
380
+ },
279
381
  "input": {
280
382
  "shape": "ListOriginEndpointsRequest"
281
- },
282
- "name": "ListOriginEndpoints",
383
+ },
384
+ "name": "ListOriginEndpoints",
283
385
  "output": {
284
386
  "shape": "ListOriginEndpointsResponse"
285
387
  }
286
- },
388
+ },
287
389
  "ListTagsForResource": {
288
- "errors": [],
390
+ "errors": [],
289
391
  "http": {
290
- "method": "GET",
291
- "requestUri": "/tags/{resource-arn}",
392
+ "method": "GET",
393
+ "requestUri": "/tags/{resource-arn}",
292
394
  "responseCode": 200
293
- },
395
+ },
294
396
  "input": {
295
397
  "shape": "ListTagsForResourceRequest"
296
- },
297
- "name": "ListTagsForResource",
398
+ },
399
+ "name": "ListTagsForResource",
298
400
  "output": {
299
401
  "shape": "ListTagsForResourceResponse"
300
402
  }
301
- },
403
+ },
302
404
  "RotateChannelCredentials": {
303
- "deprecated": true,
304
- "deprecatedMessage": "This API is deprecated. Please use RotateIngestEndpointCredentials instead",
405
+ "deprecated": true,
406
+ "deprecatedMessage": "This API is deprecated. Please use RotateIngestEndpointCredentials instead",
305
407
  "errors": [
306
408
  {
307
409
  "shape": "UnprocessableEntityException"
308
- },
410
+ },
309
411
  {
310
412
  "shape": "InternalServerErrorException"
311
- },
413
+ },
312
414
  {
313
415
  "shape": "ForbiddenException"
314
- },
416
+ },
315
417
  {
316
418
  "shape": "NotFoundException"
317
- },
419
+ },
318
420
  {
319
421
  "shape": "ServiceUnavailableException"
320
- },
422
+ },
321
423
  {
322
424
  "shape": "TooManyRequestsException"
323
425
  }
324
- ],
426
+ ],
325
427
  "http": {
326
- "method": "PUT",
327
- "requestUri": "/channels/{id}/credentials",
428
+ "method": "PUT",
429
+ "requestUri": "/channels/{id}/credentials",
328
430
  "responseCode": 200
329
- },
431
+ },
330
432
  "input": {
331
433
  "shape": "RotateChannelCredentialsRequest"
332
- },
333
- "name": "RotateChannelCredentials",
434
+ },
435
+ "name": "RotateChannelCredentials",
334
436
  "output": {
335
437
  "shape": "RotateChannelCredentialsResponse"
336
438
  }
337
- },
439
+ },
338
440
  "RotateIngestEndpointCredentials": {
339
441
  "errors": [
340
442
  {
341
443
  "shape": "UnprocessableEntityException"
342
- },
444
+ },
343
445
  {
344
446
  "shape": "InternalServerErrorException"
345
- },
447
+ },
346
448
  {
347
449
  "shape": "ForbiddenException"
348
- },
450
+ },
349
451
  {
350
452
  "shape": "NotFoundException"
351
- },
453
+ },
352
454
  {
353
455
  "shape": "ServiceUnavailableException"
354
- },
456
+ },
355
457
  {
356
458
  "shape": "TooManyRequestsException"
357
459
  }
358
- ],
460
+ ],
359
461
  "http": {
360
- "method": "PUT",
361
- "requestUri": "/channels/{id}/ingest_endpoints/{ingest_endpoint_id}/credentials",
462
+ "method": "PUT",
463
+ "requestUri": "/channels/{id}/ingest_endpoints/{ingest_endpoint_id}/credentials",
362
464
  "responseCode": 200
363
- },
465
+ },
364
466
  "input": {
365
467
  "shape": "RotateIngestEndpointCredentialsRequest"
366
- },
367
- "name": "RotateIngestEndpointCredentials",
468
+ },
469
+ "name": "RotateIngestEndpointCredentials",
368
470
  "output": {
369
471
  "shape": "RotateIngestEndpointCredentialsResponse"
370
472
  }
371
- },
473
+ },
372
474
  "TagResource": {
373
- "errors": [],
475
+ "errors": [],
374
476
  "http": {
375
- "method": "POST",
376
- "requestUri": "/tags/{resource-arn}",
477
+ "method": "POST",
478
+ "requestUri": "/tags/{resource-arn}",
377
479
  "responseCode": 204
378
- },
480
+ },
379
481
  "input": {
380
482
  "shape": "TagResourceRequest"
381
- },
483
+ },
382
484
  "name": "TagResource"
383
- },
485
+ },
384
486
  "UntagResource": {
385
- "errors": [],
487
+ "errors": [],
386
488
  "http": {
387
- "method": "DELETE",
388
- "requestUri": "/tags/{resource-arn}",
489
+ "method": "DELETE",
490
+ "requestUri": "/tags/{resource-arn}",
389
491
  "responseCode": 204
390
- },
492
+ },
391
493
  "input": {
392
494
  "shape": "UntagResourceRequest"
393
- },
495
+ },
394
496
  "name": "UntagResource"
395
- },
497
+ },
396
498
  "UpdateChannel": {
397
499
  "errors": [
398
500
  {
399
501
  "shape": "UnprocessableEntityException"
400
- },
502
+ },
401
503
  {
402
504
  "shape": "InternalServerErrorException"
403
- },
505
+ },
404
506
  {
405
507
  "shape": "ForbiddenException"
406
- },
508
+ },
407
509
  {
408
510
  "shape": "NotFoundException"
409
- },
511
+ },
410
512
  {
411
513
  "shape": "ServiceUnavailableException"
412
- },
514
+ },
413
515
  {
414
516
  "shape": "TooManyRequestsException"
415
517
  }
416
- ],
518
+ ],
417
519
  "http": {
418
- "method": "PUT",
419
- "requestUri": "/channels/{id}",
520
+ "method": "PUT",
521
+ "requestUri": "/channels/{id}",
420
522
  "responseCode": 200
421
- },
523
+ },
422
524
  "input": {
423
525
  "shape": "UpdateChannelRequest"
424
- },
425
- "name": "UpdateChannel",
526
+ },
527
+ "name": "UpdateChannel",
426
528
  "output": {
427
529
  "shape": "UpdateChannelResponse"
428
530
  }
429
- },
531
+ },
430
532
  "UpdateOriginEndpoint": {
431
533
  "errors": [
432
534
  {
433
535
  "shape": "UnprocessableEntityException"
434
- },
536
+ },
435
537
  {
436
538
  "shape": "InternalServerErrorException"
437
- },
539
+ },
438
540
  {
439
541
  "shape": "ForbiddenException"
440
- },
542
+ },
441
543
  {
442
544
  "shape": "NotFoundException"
443
- },
545
+ },
444
546
  {
445
547
  "shape": "ServiceUnavailableException"
446
- },
548
+ },
447
549
  {
448
550
  "shape": "TooManyRequestsException"
449
551
  }
450
- ],
552
+ ],
451
553
  "http": {
452
- "method": "PUT",
453
- "requestUri": "/origin_endpoints/{id}",
554
+ "method": "PUT",
555
+ "requestUri": "/origin_endpoints/{id}",
454
556
  "responseCode": 200
455
- },
557
+ },
456
558
  "input": {
457
559
  "shape": "UpdateOriginEndpointRequest"
458
- },
459
- "name": "UpdateOriginEndpoint",
560
+ },
561
+ "name": "UpdateOriginEndpoint",
460
562
  "output": {
461
563
  "shape": "UpdateOriginEndpointResponse"
462
564
  }
463
565
  }
464
- },
566
+ },
465
567
  "shapes": {
466
568
  "AdMarkers": {
467
569
  "enum": [
468
- "NONE",
469
- "SCTE35_ENHANCED",
570
+ "NONE",
571
+ "SCTE35_ENHANCED",
470
572
  "PASSTHROUGH"
471
- ],
573
+ ],
472
574
  "type": "string"
473
- },
575
+ },
474
576
  "AdTriggers": {
475
577
  "member": {
476
578
  "shape": "__AdTriggersElement"
477
- },
579
+ },
478
580
  "type": "list"
479
- },
581
+ },
480
582
  "AdsOnDeliveryRestrictions": {
481
583
  "enum": [
482
- "NONE",
483
- "RESTRICTED",
484
- "UNRESTRICTED",
584
+ "NONE",
585
+ "RESTRICTED",
586
+ "UNRESTRICTED",
485
587
  "BOTH"
486
- ],
588
+ ],
487
589
  "type": "string"
488
- },
590
+ },
489
591
  "Channel": {
490
592
  "members": {
491
593
  "Arn": {
492
- "locationName": "arn",
594
+ "locationName": "arn",
493
595
  "shape": "__string"
494
- },
596
+ },
495
597
  "Description": {
496
- "locationName": "description",
598
+ "locationName": "description",
497
599
  "shape": "__string"
498
- },
600
+ },
499
601
  "HlsIngest": {
500
- "locationName": "hlsIngest",
602
+ "locationName": "hlsIngest",
501
603
  "shape": "HlsIngest"
502
- },
604
+ },
503
605
  "Id": {
504
- "locationName": "id",
606
+ "locationName": "id",
505
607
  "shape": "__string"
506
- },
608
+ },
507
609
  "Tags": {
508
- "locationName": "tags",
610
+ "locationName": "tags",
509
611
  "shape": "Tags"
510
612
  }
511
- },
613
+ },
512
614
  "type": "structure"
513
- },
615
+ },
514
616
  "ChannelCreateParameters": {
515
617
  "members": {
516
618
  "Description": {
517
- "locationName": "description",
619
+ "locationName": "description",
518
620
  "shape": "__string"
519
- },
621
+ },
520
622
  "Id": {
521
- "locationName": "id",
623
+ "locationName": "id",
522
624
  "shape": "__string"
523
- },
625
+ },
524
626
  "Tags": {
525
- "locationName": "tags",
627
+ "locationName": "tags",
526
628
  "shape": "Tags"
527
629
  }
528
- },
630
+ },
529
631
  "required": [
530
632
  "Id"
531
- ],
633
+ ],
532
634
  "type": "structure"
533
- },
635
+ },
534
636
  "ChannelList": {
535
637
  "members": {
536
638
  "Channels": {
537
- "locationName": "channels",
639
+ "locationName": "channels",
538
640
  "shape": "__listOfChannel"
539
- },
641
+ },
540
642
  "NextToken": {
541
- "locationName": "nextToken",
643
+ "locationName": "nextToken",
542
644
  "shape": "__string"
543
645
  }
544
- },
646
+ },
545
647
  "type": "structure"
546
- },
648
+ },
547
649
  "ChannelUpdateParameters": {
548
650
  "members": {
549
651
  "Description": {
550
- "locationName": "description",
652
+ "locationName": "description",
551
653
  "shape": "__string"
552
654
  }
553
- },
655
+ },
554
656
  "type": "structure"
555
- },
657
+ },
556
658
  "CmafEncryption": {
557
659
  "members": {
558
660
  "KeyRotationIntervalSeconds": {
559
- "locationName": "keyRotationIntervalSeconds",
661
+ "locationName": "keyRotationIntervalSeconds",
560
662
  "shape": "__integer"
561
- },
663
+ },
562
664
  "SpekeKeyProvider": {
563
- "locationName": "spekeKeyProvider",
665
+ "locationName": "spekeKeyProvider",
564
666
  "shape": "SpekeKeyProvider"
565
667
  }
566
- },
668
+ },
567
669
  "required": [
568
670
  "SpekeKeyProvider"
569
- ],
671
+ ],
570
672
  "type": "structure"
571
- },
673
+ },
572
674
  "CmafPackage": {
573
675
  "members": {
574
676
  "Encryption": {
575
- "locationName": "encryption",
677
+ "locationName": "encryption",
576
678
  "shape": "CmafEncryption"
577
- },
679
+ },
578
680
  "HlsManifests": {
579
- "locationName": "hlsManifests",
681
+ "locationName": "hlsManifests",
580
682
  "shape": "__listOfHlsManifest"
581
- },
683
+ },
582
684
  "SegmentDurationSeconds": {
583
- "locationName": "segmentDurationSeconds",
685
+ "locationName": "segmentDurationSeconds",
584
686
  "shape": "__integer"
585
- },
687
+ },
586
688
  "SegmentPrefix": {
587
- "locationName": "segmentPrefix",
689
+ "locationName": "segmentPrefix",
588
690
  "shape": "__string"
589
- },
691
+ },
590
692
  "StreamSelection": {
591
- "locationName": "streamSelection",
693
+ "locationName": "streamSelection",
592
694
  "shape": "StreamSelection"
593
695
  }
594
- },
696
+ },
595
697
  "type": "structure"
596
- },
698
+ },
597
699
  "CmafPackageCreateOrUpdateParameters": {
598
700
  "members": {
599
701
  "Encryption": {
600
- "locationName": "encryption",
702
+ "locationName": "encryption",
601
703
  "shape": "CmafEncryption"
602
- },
704
+ },
603
705
  "HlsManifests": {
604
- "locationName": "hlsManifests",
706
+ "locationName": "hlsManifests",
605
707
  "shape": "__listOfHlsManifestCreateOrUpdateParameters"
606
- },
708
+ },
607
709
  "SegmentDurationSeconds": {
608
- "locationName": "segmentDurationSeconds",
710
+ "locationName": "segmentDurationSeconds",
609
711
  "shape": "__integer"
610
- },
712
+ },
611
713
  "SegmentPrefix": {
612
- "locationName": "segmentPrefix",
714
+ "locationName": "segmentPrefix",
613
715
  "shape": "__string"
614
- },
716
+ },
615
717
  "StreamSelection": {
616
- "locationName": "streamSelection",
718
+ "locationName": "streamSelection",
617
719
  "shape": "StreamSelection"
618
720
  }
619
- },
721
+ },
620
722
  "type": "structure"
621
- },
723
+ },
622
724
  "CreateChannelRequest": {
623
725
  "members": {
624
726
  "Description": {
625
- "locationName": "description",
727
+ "locationName": "description",
626
728
  "shape": "__string"
627
- },
729
+ },
628
730
  "Id": {
629
- "locationName": "id",
731
+ "locationName": "id",
630
732
  "shape": "__string"
631
- },
733
+ },
632
734
  "Tags": {
633
- "locationName": "tags",
735
+ "locationName": "tags",
634
736
  "shape": "Tags"
635
737
  }
636
- },
738
+ },
637
739
  "required": [
638
740
  "Id"
639
- ],
741
+ ],
640
742
  "type": "structure"
641
- },
743
+ },
642
744
  "CreateChannelResponse": {
643
745
  "members": {
644
746
  "Arn": {
645
- "locationName": "arn",
747
+ "locationName": "arn",
646
748
  "shape": "__string"
647
- },
749
+ },
648
750
  "Description": {
649
- "locationName": "description",
751
+ "locationName": "description",
650
752
  "shape": "__string"
651
- },
753
+ },
652
754
  "HlsIngest": {
653
- "locationName": "hlsIngest",
755
+ "locationName": "hlsIngest",
654
756
  "shape": "HlsIngest"
655
- },
757
+ },
656
758
  "Id": {
657
- "locationName": "id",
759
+ "locationName": "id",
658
760
  "shape": "__string"
659
- },
761
+ },
660
762
  "Tags": {
661
- "locationName": "tags",
763
+ "locationName": "tags",
662
764
  "shape": "Tags"
663
765
  }
664
- },
766
+ },
767
+ "type": "structure"
768
+ },
769
+ "CreateHarvestJobRequest": {
770
+ "members": {
771
+ "EndTime": {
772
+ "locationName": "endTime",
773
+ "shape": "__string"
774
+ },
775
+ "Id": {
776
+ "locationName": "id",
777
+ "shape": "__string"
778
+ },
779
+ "OriginEndpointId": {
780
+ "locationName": "originEndpointId",
781
+ "shape": "__string"
782
+ },
783
+ "S3Destination": {
784
+ "locationName": "s3Destination",
785
+ "shape": "S3Destination"
786
+ },
787
+ "StartTime": {
788
+ "locationName": "startTime",
789
+ "shape": "__string"
790
+ }
791
+ },
792
+ "required": [
793
+ "S3Destination",
794
+ "EndTime",
795
+ "OriginEndpointId",
796
+ "StartTime",
797
+ "Id"
798
+ ],
799
+ "type": "structure"
800
+ },
801
+ "CreateHarvestJobResponse": {
802
+ "members": {
803
+ "Arn": {
804
+ "locationName": "arn",
805
+ "shape": "__string"
806
+ },
807
+ "ChannelId": {
808
+ "locationName": "channelId",
809
+ "shape": "__string"
810
+ },
811
+ "CreatedAt": {
812
+ "locationName": "createdAt",
813
+ "shape": "__string"
814
+ },
815
+ "EndTime": {
816
+ "locationName": "endTime",
817
+ "shape": "__string"
818
+ },
819
+ "Id": {
820
+ "locationName": "id",
821
+ "shape": "__string"
822
+ },
823
+ "OriginEndpointId": {
824
+ "locationName": "originEndpointId",
825
+ "shape": "__string"
826
+ },
827
+ "S3Destination": {
828
+ "locationName": "s3Destination",
829
+ "shape": "S3Destination"
830
+ },
831
+ "StartTime": {
832
+ "locationName": "startTime",
833
+ "shape": "__string"
834
+ },
835
+ "Status": {
836
+ "locationName": "status",
837
+ "shape": "Status"
838
+ }
839
+ },
665
840
  "type": "structure"
666
- },
841
+ },
667
842
  "CreateOriginEndpointRequest": {
668
843
  "members": {
669
844
  "ChannelId": {
670
- "locationName": "channelId",
845
+ "locationName": "channelId",
671
846
  "shape": "__string"
672
- },
847
+ },
673
848
  "CmafPackage": {
674
- "locationName": "cmafPackage",
849
+ "locationName": "cmafPackage",
675
850
  "shape": "CmafPackageCreateOrUpdateParameters"
676
- },
851
+ },
677
852
  "DashPackage": {
678
- "locationName": "dashPackage",
853
+ "locationName": "dashPackage",
679
854
  "shape": "DashPackage"
680
- },
855
+ },
681
856
  "Description": {
682
- "locationName": "description",
857
+ "locationName": "description",
683
858
  "shape": "__string"
684
- },
859
+ },
685
860
  "HlsPackage": {
686
- "locationName": "hlsPackage",
861
+ "locationName": "hlsPackage",
687
862
  "shape": "HlsPackage"
688
- },
863
+ },
689
864
  "Id": {
690
- "locationName": "id",
865
+ "locationName": "id",
691
866
  "shape": "__string"
692
- },
867
+ },
693
868
  "ManifestName": {
694
- "locationName": "manifestName",
869
+ "locationName": "manifestName",
695
870
  "shape": "__string"
696
- },
871
+ },
697
872
  "MssPackage": {
698
- "locationName": "mssPackage",
873
+ "locationName": "mssPackage",
699
874
  "shape": "MssPackage"
700
- },
875
+ },
876
+ "Origination": {
877
+ "locationName": "origination",
878
+ "shape": "Origination"
879
+ },
701
880
  "StartoverWindowSeconds": {
702
- "locationName": "startoverWindowSeconds",
881
+ "locationName": "startoverWindowSeconds",
703
882
  "shape": "__integer"
704
- },
883
+ },
705
884
  "Tags": {
706
- "locationName": "tags",
885
+ "locationName": "tags",
707
886
  "shape": "Tags"
708
- },
887
+ },
709
888
  "TimeDelaySeconds": {
710
- "locationName": "timeDelaySeconds",
889
+ "locationName": "timeDelaySeconds",
711
890
  "shape": "__integer"
712
- },
891
+ },
713
892
  "Whitelist": {
714
- "locationName": "whitelist",
893
+ "locationName": "whitelist",
715
894
  "shape": "__listOf__string"
716
895
  }
717
- },
896
+ },
718
897
  "required": [
719
- "ChannelId",
720
- "Id"
721
- ],
898
+ "Id",
899
+ "ChannelId"
900
+ ],
722
901
  "type": "structure"
723
- },
902
+ },
724
903
  "CreateOriginEndpointResponse": {
725
904
  "members": {
726
905
  "Arn": {
727
- "locationName": "arn",
906
+ "locationName": "arn",
728
907
  "shape": "__string"
729
- },
908
+ },
730
909
  "ChannelId": {
731
- "locationName": "channelId",
910
+ "locationName": "channelId",
732
911
  "shape": "__string"
733
- },
912
+ },
734
913
  "CmafPackage": {
735
- "locationName": "cmafPackage",
914
+ "locationName": "cmafPackage",
736
915
  "shape": "CmafPackage"
737
- },
916
+ },
738
917
  "DashPackage": {
739
- "locationName": "dashPackage",
918
+ "locationName": "dashPackage",
740
919
  "shape": "DashPackage"
741
- },
920
+ },
742
921
  "Description": {
743
- "locationName": "description",
922
+ "locationName": "description",
744
923
  "shape": "__string"
745
- },
924
+ },
746
925
  "HlsPackage": {
747
- "locationName": "hlsPackage",
926
+ "locationName": "hlsPackage",
748
927
  "shape": "HlsPackage"
749
- },
928
+ },
750
929
  "Id": {
751
- "locationName": "id",
930
+ "locationName": "id",
752
931
  "shape": "__string"
753
- },
932
+ },
754
933
  "ManifestName": {
755
- "locationName": "manifestName",
934
+ "locationName": "manifestName",
756
935
  "shape": "__string"
757
- },
936
+ },
758
937
  "MssPackage": {
759
- "locationName": "mssPackage",
938
+ "locationName": "mssPackage",
760
939
  "shape": "MssPackage"
761
- },
940
+ },
941
+ "Origination": {
942
+ "locationName": "origination",
943
+ "shape": "Origination"
944
+ },
762
945
  "StartoverWindowSeconds": {
763
- "locationName": "startoverWindowSeconds",
946
+ "locationName": "startoverWindowSeconds",
764
947
  "shape": "__integer"
765
- },
948
+ },
766
949
  "Tags": {
767
- "locationName": "tags",
950
+ "locationName": "tags",
768
951
  "shape": "Tags"
769
- },
952
+ },
770
953
  "TimeDelaySeconds": {
771
- "locationName": "timeDelaySeconds",
954
+ "locationName": "timeDelaySeconds",
772
955
  "shape": "__integer"
773
- },
956
+ },
774
957
  "Url": {
775
- "locationName": "url",
958
+ "locationName": "url",
776
959
  "shape": "__string"
777
- },
960
+ },
778
961
  "Whitelist": {
779
- "locationName": "whitelist",
962
+ "locationName": "whitelist",
780
963
  "shape": "__listOf__string"
781
964
  }
782
- },
965
+ },
783
966
  "type": "structure"
784
- },
967
+ },
785
968
  "DashEncryption": {
786
969
  "members": {
787
970
  "KeyRotationIntervalSeconds": {
788
- "locationName": "keyRotationIntervalSeconds",
971
+ "locationName": "keyRotationIntervalSeconds",
789
972
  "shape": "__integer"
790
- },
973
+ },
791
974
  "SpekeKeyProvider": {
792
- "locationName": "spekeKeyProvider",
975
+ "locationName": "spekeKeyProvider",
793
976
  "shape": "SpekeKeyProvider"
794
977
  }
795
- },
978
+ },
796
979
  "required": [
797
980
  "SpekeKeyProvider"
798
- ],
981
+ ],
799
982
  "type": "structure"
800
- },
983
+ },
801
984
  "DashPackage": {
802
985
  "members": {
803
986
  "AdTriggers": {
804
- "locationName": "adTriggers",
987
+ "locationName": "adTriggers",
805
988
  "shape": "AdTriggers"
806
- },
989
+ },
807
990
  "AdsOnDeliveryRestrictions": {
808
- "locationName": "adsOnDeliveryRestrictions",
991
+ "locationName": "adsOnDeliveryRestrictions",
809
992
  "shape": "AdsOnDeliveryRestrictions"
810
- },
993
+ },
811
994
  "Encryption": {
812
- "locationName": "encryption",
995
+ "locationName": "encryption",
813
996
  "shape": "DashEncryption"
814
- },
997
+ },
815
998
  "ManifestLayout": {
816
- "locationName": "manifestLayout",
999
+ "locationName": "manifestLayout",
817
1000
  "shape": "ManifestLayout"
818
- },
1001
+ },
819
1002
  "ManifestWindowSeconds": {
820
- "locationName": "manifestWindowSeconds",
1003
+ "locationName": "manifestWindowSeconds",
821
1004
  "shape": "__integer"
822
- },
1005
+ },
823
1006
  "MinBufferTimeSeconds": {
824
- "locationName": "minBufferTimeSeconds",
1007
+ "locationName": "minBufferTimeSeconds",
825
1008
  "shape": "__integer"
826
- },
1009
+ },
827
1010
  "MinUpdatePeriodSeconds": {
828
- "locationName": "minUpdatePeriodSeconds",
1011
+ "locationName": "minUpdatePeriodSeconds",
829
1012
  "shape": "__integer"
830
- },
1013
+ },
831
1014
  "PeriodTriggers": {
832
- "locationName": "periodTriggers",
1015
+ "locationName": "periodTriggers",
833
1016
  "shape": "__listOf__PeriodTriggersElement"
834
- },
1017
+ },
835
1018
  "Profile": {
836
- "locationName": "profile",
1019
+ "locationName": "profile",
837
1020
  "shape": "Profile"
838
- },
1021
+ },
839
1022
  "SegmentDurationSeconds": {
840
- "locationName": "segmentDurationSeconds",
1023
+ "locationName": "segmentDurationSeconds",
841
1024
  "shape": "__integer"
842
- },
1025
+ },
843
1026
  "SegmentTemplateFormat": {
844
- "locationName": "segmentTemplateFormat",
1027
+ "locationName": "segmentTemplateFormat",
845
1028
  "shape": "SegmentTemplateFormat"
846
- },
1029
+ },
847
1030
  "StreamSelection": {
848
- "locationName": "streamSelection",
1031
+ "locationName": "streamSelection",
849
1032
  "shape": "StreamSelection"
850
- },
1033
+ },
851
1034
  "SuggestedPresentationDelaySeconds": {
852
- "locationName": "suggestedPresentationDelaySeconds",
1035
+ "locationName": "suggestedPresentationDelaySeconds",
853
1036
  "shape": "__integer"
854
1037
  }
855
- },
1038
+ },
856
1039
  "type": "structure"
857
- },
1040
+ },
858
1041
  "DeleteChannelRequest": {
859
1042
  "members": {
860
1043
  "Id": {
861
- "location": "uri",
862
- "locationName": "id",
1044
+ "location": "uri",
1045
+ "locationName": "id",
863
1046
  "shape": "__string"
864
1047
  }
865
- },
1048
+ },
866
1049
  "required": [
867
1050
  "Id"
868
- ],
1051
+ ],
869
1052
  "type": "structure"
870
- },
1053
+ },
871
1054
  "DeleteChannelResponse": {
872
- "members": {},
1055
+ "members": {},
873
1056
  "type": "structure"
874
- },
1057
+ },
875
1058
  "DeleteOriginEndpointRequest": {
876
1059
  "members": {
877
1060
  "Id": {
878
- "location": "uri",
879
- "locationName": "id",
1061
+ "location": "uri",
1062
+ "locationName": "id",
880
1063
  "shape": "__string"
881
1064
  }
882
- },
1065
+ },
883
1066
  "required": [
884
1067
  "Id"
885
- ],
1068
+ ],
886
1069
  "type": "structure"
887
- },
1070
+ },
888
1071
  "DeleteOriginEndpointResponse": {
889
- "members": {},
1072
+ "members": {},
890
1073
  "type": "structure"
891
- },
1074
+ },
892
1075
  "DescribeChannelRequest": {
893
1076
  "members": {
894
1077
  "Id": {
895
- "location": "uri",
896
- "locationName": "id",
1078
+ "location": "uri",
1079
+ "locationName": "id",
897
1080
  "shape": "__string"
898
1081
  }
899
- },
1082
+ },
900
1083
  "required": [
901
1084
  "Id"
902
- ],
1085
+ ],
903
1086
  "type": "structure"
904
- },
1087
+ },
905
1088
  "DescribeChannelResponse": {
906
1089
  "members": {
907
1090
  "Arn": {
908
- "locationName": "arn",
1091
+ "locationName": "arn",
909
1092
  "shape": "__string"
910
- },
1093
+ },
911
1094
  "Description": {
912
- "locationName": "description",
1095
+ "locationName": "description",
913
1096
  "shape": "__string"
914
- },
1097
+ },
915
1098
  "HlsIngest": {
916
- "locationName": "hlsIngest",
1099
+ "locationName": "hlsIngest",
917
1100
  "shape": "HlsIngest"
918
- },
1101
+ },
919
1102
  "Id": {
920
- "locationName": "id",
1103
+ "locationName": "id",
921
1104
  "shape": "__string"
922
- },
1105
+ },
923
1106
  "Tags": {
924
- "locationName": "tags",
1107
+ "locationName": "tags",
925
1108
  "shape": "Tags"
926
1109
  }
927
- },
1110
+ },
928
1111
  "type": "structure"
929
- },
1112
+ },
1113
+ "DescribeHarvestJobRequest": {
1114
+ "members": {
1115
+ "Id": {
1116
+ "location": "uri",
1117
+ "locationName": "id",
1118
+ "shape": "__string"
1119
+ }
1120
+ },
1121
+ "required": [
1122
+ "Id"
1123
+ ],
1124
+ "type": "structure"
1125
+ },
1126
+ "DescribeHarvestJobResponse": {
1127
+ "members": {
1128
+ "Arn": {
1129
+ "locationName": "arn",
1130
+ "shape": "__string"
1131
+ },
1132
+ "ChannelId": {
1133
+ "locationName": "channelId",
1134
+ "shape": "__string"
1135
+ },
1136
+ "CreatedAt": {
1137
+ "locationName": "createdAt",
1138
+ "shape": "__string"
1139
+ },
1140
+ "EndTime": {
1141
+ "locationName": "endTime",
1142
+ "shape": "__string"
1143
+ },
1144
+ "Id": {
1145
+ "locationName": "id",
1146
+ "shape": "__string"
1147
+ },
1148
+ "OriginEndpointId": {
1149
+ "locationName": "originEndpointId",
1150
+ "shape": "__string"
1151
+ },
1152
+ "S3Destination": {
1153
+ "locationName": "s3Destination",
1154
+ "shape": "S3Destination"
1155
+ },
1156
+ "StartTime": {
1157
+ "locationName": "startTime",
1158
+ "shape": "__string"
1159
+ },
1160
+ "Status": {
1161
+ "locationName": "status",
1162
+ "shape": "Status"
1163
+ }
1164
+ },
1165
+ "type": "structure"
1166
+ },
930
1167
  "DescribeOriginEndpointRequest": {
931
1168
  "members": {
932
1169
  "Id": {
933
- "location": "uri",
934
- "locationName": "id",
1170
+ "location": "uri",
1171
+ "locationName": "id",
935
1172
  "shape": "__string"
936
1173
  }
937
- },
1174
+ },
938
1175
  "required": [
939
1176
  "Id"
940
- ],
1177
+ ],
941
1178
  "type": "structure"
942
- },
1179
+ },
943
1180
  "DescribeOriginEndpointResponse": {
944
1181
  "members": {
945
1182
  "Arn": {
946
- "locationName": "arn",
1183
+ "locationName": "arn",
947
1184
  "shape": "__string"
948
- },
1185
+ },
949
1186
  "ChannelId": {
950
- "locationName": "channelId",
1187
+ "locationName": "channelId",
951
1188
  "shape": "__string"
952
- },
1189
+ },
953
1190
  "CmafPackage": {
954
- "locationName": "cmafPackage",
1191
+ "locationName": "cmafPackage",
955
1192
  "shape": "CmafPackage"
956
- },
1193
+ },
957
1194
  "DashPackage": {
958
- "locationName": "dashPackage",
1195
+ "locationName": "dashPackage",
959
1196
  "shape": "DashPackage"
960
- },
1197
+ },
961
1198
  "Description": {
962
- "locationName": "description",
1199
+ "locationName": "description",
963
1200
  "shape": "__string"
964
- },
1201
+ },
965
1202
  "HlsPackage": {
966
- "locationName": "hlsPackage",
1203
+ "locationName": "hlsPackage",
967
1204
  "shape": "HlsPackage"
968
- },
1205
+ },
969
1206
  "Id": {
970
- "locationName": "id",
1207
+ "locationName": "id",
971
1208
  "shape": "__string"
972
- },
1209
+ },
973
1210
  "ManifestName": {
974
- "locationName": "manifestName",
1211
+ "locationName": "manifestName",
975
1212
  "shape": "__string"
976
- },
1213
+ },
977
1214
  "MssPackage": {
978
- "locationName": "mssPackage",
1215
+ "locationName": "mssPackage",
979
1216
  "shape": "MssPackage"
980
- },
1217
+ },
1218
+ "Origination": {
1219
+ "locationName": "origination",
1220
+ "shape": "Origination"
1221
+ },
981
1222
  "StartoverWindowSeconds": {
982
- "locationName": "startoverWindowSeconds",
1223
+ "locationName": "startoverWindowSeconds",
983
1224
  "shape": "__integer"
984
- },
1225
+ },
985
1226
  "Tags": {
986
- "locationName": "tags",
1227
+ "locationName": "tags",
987
1228
  "shape": "Tags"
988
- },
1229
+ },
989
1230
  "TimeDelaySeconds": {
990
- "locationName": "timeDelaySeconds",
1231
+ "locationName": "timeDelaySeconds",
991
1232
  "shape": "__integer"
992
- },
1233
+ },
993
1234
  "Url": {
994
- "locationName": "url",
1235
+ "locationName": "url",
995
1236
  "shape": "__string"
996
- },
1237
+ },
997
1238
  "Whitelist": {
998
- "locationName": "whitelist",
1239
+ "locationName": "whitelist",
999
1240
  "shape": "__listOf__string"
1000
1241
  }
1001
- },
1242
+ },
1002
1243
  "type": "structure"
1003
- },
1244
+ },
1004
1245
  "EncryptionMethod": {
1005
1246
  "enum": [
1006
- "AES_128",
1247
+ "AES_128",
1007
1248
  "SAMPLE_AES"
1008
- ],
1249
+ ],
1009
1250
  "type": "string"
1010
- },
1251
+ },
1011
1252
  "ForbiddenException": {
1012
1253
  "error": {
1013
1254
  "httpStatusCode": 403
1014
- },
1015
- "exception": true,
1255
+ },
1256
+ "exception": true,
1016
1257
  "members": {
1017
1258
  "Message": {
1018
- "locationName": "message",
1259
+ "locationName": "message",
1019
1260
  "shape": "__string"
1020
1261
  }
1021
- },
1262
+ },
1263
+ "type": "structure"
1264
+ },
1265
+ "HarvestJob": {
1266
+ "members": {
1267
+ "Arn": {
1268
+ "locationName": "arn",
1269
+ "shape": "__string"
1270
+ },
1271
+ "ChannelId": {
1272
+ "locationName": "channelId",
1273
+ "shape": "__string"
1274
+ },
1275
+ "CreatedAt": {
1276
+ "locationName": "createdAt",
1277
+ "shape": "__string"
1278
+ },
1279
+ "EndTime": {
1280
+ "locationName": "endTime",
1281
+ "shape": "__string"
1282
+ },
1283
+ "Id": {
1284
+ "locationName": "id",
1285
+ "shape": "__string"
1286
+ },
1287
+ "OriginEndpointId": {
1288
+ "locationName": "originEndpointId",
1289
+ "shape": "__string"
1290
+ },
1291
+ "S3Destination": {
1292
+ "locationName": "s3Destination",
1293
+ "shape": "S3Destination"
1294
+ },
1295
+ "StartTime": {
1296
+ "locationName": "startTime",
1297
+ "shape": "__string"
1298
+ },
1299
+ "Status": {
1300
+ "locationName": "status",
1301
+ "shape": "Status"
1302
+ }
1303
+ },
1022
1304
  "type": "structure"
1023
- },
1305
+ },
1306
+ "HarvestJobCreateParameters": {
1307
+ "members": {
1308
+ "EndTime": {
1309
+ "locationName": "endTime",
1310
+ "shape": "__string"
1311
+ },
1312
+ "Id": {
1313
+ "locationName": "id",
1314
+ "shape": "__string"
1315
+ },
1316
+ "OriginEndpointId": {
1317
+ "locationName": "originEndpointId",
1318
+ "shape": "__string"
1319
+ },
1320
+ "S3Destination": {
1321
+ "locationName": "s3Destination",
1322
+ "shape": "S3Destination"
1323
+ },
1324
+ "StartTime": {
1325
+ "locationName": "startTime",
1326
+ "shape": "__string"
1327
+ }
1328
+ },
1329
+ "required": [
1330
+ "S3Destination",
1331
+ "EndTime",
1332
+ "OriginEndpointId",
1333
+ "StartTime",
1334
+ "Id"
1335
+ ],
1336
+ "type": "structure"
1337
+ },
1338
+ "HarvestJobList": {
1339
+ "members": {
1340
+ "HarvestJobs": {
1341
+ "locationName": "harvestJobs",
1342
+ "shape": "__listOfHarvestJob"
1343
+ },
1344
+ "NextToken": {
1345
+ "locationName": "nextToken",
1346
+ "shape": "__string"
1347
+ }
1348
+ },
1349
+ "type": "structure"
1350
+ },
1024
1351
  "HlsEncryption": {
1025
1352
  "members": {
1026
1353
  "ConstantInitializationVector": {
1027
- "locationName": "constantInitializationVector",
1354
+ "locationName": "constantInitializationVector",
1028
1355
  "shape": "__string"
1029
- },
1356
+ },
1030
1357
  "EncryptionMethod": {
1031
- "locationName": "encryptionMethod",
1358
+ "locationName": "encryptionMethod",
1032
1359
  "shape": "EncryptionMethod"
1033
- },
1360
+ },
1034
1361
  "KeyRotationIntervalSeconds": {
1035
- "locationName": "keyRotationIntervalSeconds",
1362
+ "locationName": "keyRotationIntervalSeconds",
1036
1363
  "shape": "__integer"
1037
- },
1364
+ },
1038
1365
  "RepeatExtXKey": {
1039
- "locationName": "repeatExtXKey",
1366
+ "locationName": "repeatExtXKey",
1040
1367
  "shape": "__boolean"
1041
- },
1368
+ },
1042
1369
  "SpekeKeyProvider": {
1043
- "locationName": "spekeKeyProvider",
1370
+ "locationName": "spekeKeyProvider",
1044
1371
  "shape": "SpekeKeyProvider"
1045
1372
  }
1046
- },
1373
+ },
1047
1374
  "required": [
1048
1375
  "SpekeKeyProvider"
1049
- ],
1376
+ ],
1050
1377
  "type": "structure"
1051
- },
1378
+ },
1052
1379
  "HlsIngest": {
1053
1380
  "members": {
1054
1381
  "IngestEndpoints": {
1055
- "locationName": "ingestEndpoints",
1382
+ "locationName": "ingestEndpoints",
1056
1383
  "shape": "__listOfIngestEndpoint"
1057
1384
  }
1058
- },
1385
+ },
1059
1386
  "type": "structure"
1060
- },
1387
+ },
1061
1388
  "HlsManifest": {
1062
1389
  "members": {
1063
1390
  "AdMarkers": {
1064
- "locationName": "adMarkers",
1391
+ "locationName": "adMarkers",
1065
1392
  "shape": "AdMarkers"
1066
- },
1393
+ },
1067
1394
  "Id": {
1068
- "locationName": "id",
1395
+ "locationName": "id",
1069
1396
  "shape": "__string"
1070
- },
1397
+ },
1071
1398
  "IncludeIframeOnlyStream": {
1072
- "locationName": "includeIframeOnlyStream",
1399
+ "locationName": "includeIframeOnlyStream",
1073
1400
  "shape": "__boolean"
1074
- },
1401
+ },
1075
1402
  "ManifestName": {
1076
- "locationName": "manifestName",
1403
+ "locationName": "manifestName",
1077
1404
  "shape": "__string"
1078
- },
1405
+ },
1079
1406
  "PlaylistType": {
1080
- "locationName": "playlistType",
1407
+ "locationName": "playlistType",
1081
1408
  "shape": "PlaylistType"
1082
- },
1409
+ },
1083
1410
  "PlaylistWindowSeconds": {
1084
- "locationName": "playlistWindowSeconds",
1411
+ "locationName": "playlistWindowSeconds",
1085
1412
  "shape": "__integer"
1086
- },
1413
+ },
1087
1414
  "ProgramDateTimeIntervalSeconds": {
1088
- "locationName": "programDateTimeIntervalSeconds",
1415
+ "locationName": "programDateTimeIntervalSeconds",
1089
1416
  "shape": "__integer"
1090
- },
1417
+ },
1091
1418
  "Url": {
1092
- "locationName": "url",
1419
+ "locationName": "url",
1093
1420
  "shape": "__string"
1094
1421
  }
1095
- },
1422
+ },
1096
1423
  "required": [
1097
1424
  "Id"
1098
- ],
1425
+ ],
1099
1426
  "type": "structure"
1100
- },
1427
+ },
1101
1428
  "HlsManifestCreateOrUpdateParameters": {
1102
1429
  "members": {
1103
1430
  "AdMarkers": {
1104
- "locationName": "adMarkers",
1431
+ "locationName": "adMarkers",
1105
1432
  "shape": "AdMarkers"
1106
- },
1433
+ },
1107
1434
  "AdTriggers": {
1108
- "locationName": "adTriggers",
1435
+ "locationName": "adTriggers",
1109
1436
  "shape": "AdTriggers"
1110
- },
1437
+ },
1111
1438
  "AdsOnDeliveryRestrictions": {
1112
- "locationName": "adsOnDeliveryRestrictions",
1439
+ "locationName": "adsOnDeliveryRestrictions",
1113
1440
  "shape": "AdsOnDeliveryRestrictions"
1114
- },
1441
+ },
1115
1442
  "Id": {
1116
- "locationName": "id",
1443
+ "locationName": "id",
1117
1444
  "shape": "__string"
1118
- },
1445
+ },
1119
1446
  "IncludeIframeOnlyStream": {
1120
- "locationName": "includeIframeOnlyStream",
1447
+ "locationName": "includeIframeOnlyStream",
1121
1448
  "shape": "__boolean"
1122
- },
1449
+ },
1123
1450
  "ManifestName": {
1124
- "locationName": "manifestName",
1451
+ "locationName": "manifestName",
1125
1452
  "shape": "__string"
1126
- },
1453
+ },
1127
1454
  "PlaylistType": {
1128
- "locationName": "playlistType",
1455
+ "locationName": "playlistType",
1129
1456
  "shape": "PlaylistType"
1130
- },
1457
+ },
1131
1458
  "PlaylistWindowSeconds": {
1132
- "locationName": "playlistWindowSeconds",
1459
+ "locationName": "playlistWindowSeconds",
1133
1460
  "shape": "__integer"
1134
- },
1461
+ },
1135
1462
  "ProgramDateTimeIntervalSeconds": {
1136
- "locationName": "programDateTimeIntervalSeconds",
1463
+ "locationName": "programDateTimeIntervalSeconds",
1137
1464
  "shape": "__integer"
1138
1465
  }
1139
- },
1466
+ },
1140
1467
  "required": [
1141
1468
  "Id"
1142
- ],
1469
+ ],
1143
1470
  "type": "structure"
1144
- },
1471
+ },
1145
1472
  "HlsPackage": {
1146
1473
  "members": {
1147
1474
  "AdMarkers": {
1148
- "locationName": "adMarkers",
1475
+ "locationName": "adMarkers",
1149
1476
  "shape": "AdMarkers"
1150
- },
1477
+ },
1151
1478
  "AdTriggers": {
1152
- "locationName": "adTriggers",
1479
+ "locationName": "adTriggers",
1153
1480
  "shape": "AdTriggers"
1154
- },
1481
+ },
1155
1482
  "AdsOnDeliveryRestrictions": {
1156
- "locationName": "adsOnDeliveryRestrictions",
1483
+ "locationName": "adsOnDeliveryRestrictions",
1157
1484
  "shape": "AdsOnDeliveryRestrictions"
1158
- },
1485
+ },
1159
1486
  "Encryption": {
1160
- "locationName": "encryption",
1487
+ "locationName": "encryption",
1161
1488
  "shape": "HlsEncryption"
1162
- },
1489
+ },
1163
1490
  "IncludeIframeOnlyStream": {
1164
- "locationName": "includeIframeOnlyStream",
1491
+ "locationName": "includeIframeOnlyStream",
1165
1492
  "shape": "__boolean"
1166
- },
1493
+ },
1167
1494
  "PlaylistType": {
1168
- "locationName": "playlistType",
1495
+ "locationName": "playlistType",
1169
1496
  "shape": "PlaylistType"
1170
- },
1497
+ },
1171
1498
  "PlaylistWindowSeconds": {
1172
- "locationName": "playlistWindowSeconds",
1499
+ "locationName": "playlistWindowSeconds",
1173
1500
  "shape": "__integer"
1174
- },
1501
+ },
1175
1502
  "ProgramDateTimeIntervalSeconds": {
1176
- "locationName": "programDateTimeIntervalSeconds",
1503
+ "locationName": "programDateTimeIntervalSeconds",
1177
1504
  "shape": "__integer"
1178
- },
1505
+ },
1179
1506
  "SegmentDurationSeconds": {
1180
- "locationName": "segmentDurationSeconds",
1507
+ "locationName": "segmentDurationSeconds",
1181
1508
  "shape": "__integer"
1182
- },
1509
+ },
1183
1510
  "StreamSelection": {
1184
- "locationName": "streamSelection",
1511
+ "locationName": "streamSelection",
1185
1512
  "shape": "StreamSelection"
1186
- },
1513
+ },
1187
1514
  "UseAudioRenditionGroup": {
1188
- "locationName": "useAudioRenditionGroup",
1515
+ "locationName": "useAudioRenditionGroup",
1189
1516
  "shape": "__boolean"
1190
1517
  }
1191
- },
1518
+ },
1192
1519
  "type": "structure"
1193
- },
1520
+ },
1194
1521
  "IngestEndpoint": {
1195
1522
  "members": {
1196
1523
  "Id": {
1197
- "locationName": "id",
1524
+ "locationName": "id",
1198
1525
  "shape": "__string"
1199
- },
1526
+ },
1200
1527
  "Password": {
1201
- "locationName": "password",
1528
+ "locationName": "password",
1202
1529
  "shape": "__string"
1203
- },
1530
+ },
1204
1531
  "Url": {
1205
- "locationName": "url",
1532
+ "locationName": "url",
1206
1533
  "shape": "__string"
1207
- },
1534
+ },
1208
1535
  "Username": {
1209
- "locationName": "username",
1536
+ "locationName": "username",
1210
1537
  "shape": "__string"
1211
1538
  }
1212
- },
1539
+ },
1213
1540
  "type": "structure"
1214
- },
1541
+ },
1215
1542
  "InternalServerErrorException": {
1216
1543
  "error": {
1217
1544
  "httpStatusCode": 500
1218
- },
1219
- "exception": true,
1545
+ },
1546
+ "exception": true,
1220
1547
  "members": {
1221
1548
  "Message": {
1222
- "locationName": "message",
1549
+ "locationName": "message",
1223
1550
  "shape": "__string"
1224
1551
  }
1225
- },
1552
+ },
1226
1553
  "type": "structure"
1227
- },
1554
+ },
1228
1555
  "ListChannelsRequest": {
1229
1556
  "members": {
1230
1557
  "MaxResults": {
1231
- "location": "querystring",
1232
- "locationName": "maxResults",
1558
+ "location": "querystring",
1559
+ "locationName": "maxResults",
1233
1560
  "shape": "MaxResults"
1234
- },
1561
+ },
1235
1562
  "NextToken": {
1236
- "location": "querystring",
1237
- "locationName": "nextToken",
1563
+ "location": "querystring",
1564
+ "locationName": "nextToken",
1238
1565
  "shape": "__string"
1239
1566
  }
1240
- },
1567
+ },
1241
1568
  "type": "structure"
1242
- },
1569
+ },
1243
1570
  "ListChannelsResponse": {
1244
1571
  "members": {
1245
1572
  "Channels": {
1246
- "locationName": "channels",
1573
+ "locationName": "channels",
1247
1574
  "shape": "__listOfChannel"
1248
- },
1575
+ },
1576
+ "NextToken": {
1577
+ "locationName": "nextToken",
1578
+ "shape": "__string"
1579
+ }
1580
+ },
1581
+ "type": "structure"
1582
+ },
1583
+ "ListHarvestJobsRequest": {
1584
+ "members": {
1585
+ "IncludeChannelId": {
1586
+ "location": "querystring",
1587
+ "locationName": "includeChannelId",
1588
+ "shape": "__string"
1589
+ },
1590
+ "IncludeStatus": {
1591
+ "location": "querystring",
1592
+ "locationName": "includeStatus",
1593
+ "shape": "__string"
1594
+ },
1595
+ "MaxResults": {
1596
+ "location": "querystring",
1597
+ "locationName": "maxResults",
1598
+ "shape": "MaxResults"
1599
+ },
1600
+ "NextToken": {
1601
+ "location": "querystring",
1602
+ "locationName": "nextToken",
1603
+ "shape": "__string"
1604
+ }
1605
+ },
1606
+ "type": "structure"
1607
+ },
1608
+ "ListHarvestJobsResponse": {
1609
+ "members": {
1610
+ "HarvestJobs": {
1611
+ "locationName": "harvestJobs",
1612
+ "shape": "__listOfHarvestJob"
1613
+ },
1249
1614
  "NextToken": {
1250
- "locationName": "nextToken",
1615
+ "locationName": "nextToken",
1251
1616
  "shape": "__string"
1252
1617
  }
1253
- },
1618
+ },
1254
1619
  "type": "structure"
1255
- },
1620
+ },
1256
1621
  "ListOriginEndpointsRequest": {
1257
1622
  "members": {
1258
1623
  "ChannelId": {
1259
- "location": "querystring",
1260
- "locationName": "channelId",
1624
+ "location": "querystring",
1625
+ "locationName": "channelId",
1261
1626
  "shape": "__string"
1262
- },
1627
+ },
1263
1628
  "MaxResults": {
1264
- "location": "querystring",
1265
- "locationName": "maxResults",
1629
+ "location": "querystring",
1630
+ "locationName": "maxResults",
1266
1631
  "shape": "MaxResults"
1267
- },
1632
+ },
1268
1633
  "NextToken": {
1269
- "location": "querystring",
1270
- "locationName": "nextToken",
1634
+ "location": "querystring",
1635
+ "locationName": "nextToken",
1271
1636
  "shape": "__string"
1272
1637
  }
1273
- },
1638
+ },
1274
1639
  "type": "structure"
1275
- },
1640
+ },
1276
1641
  "ListOriginEndpointsResponse": {
1277
1642
  "members": {
1278
1643
  "NextToken": {
1279
- "locationName": "nextToken",
1644
+ "locationName": "nextToken",
1280
1645
  "shape": "__string"
1281
- },
1646
+ },
1282
1647
  "OriginEndpoints": {
1283
- "locationName": "originEndpoints",
1648
+ "locationName": "originEndpoints",
1284
1649
  "shape": "__listOfOriginEndpoint"
1285
1650
  }
1286
- },
1651
+ },
1287
1652
  "type": "structure"
1288
- },
1653
+ },
1289
1654
  "ListTagsForResourceRequest": {
1290
1655
  "members": {
1291
1656
  "ResourceArn": {
1292
- "location": "uri",
1293
- "locationName": "resource-arn",
1657
+ "location": "uri",
1658
+ "locationName": "resource-arn",
1294
1659
  "shape": "__string"
1295
1660
  }
1296
- },
1661
+ },
1297
1662
  "required": [
1298
1663
  "ResourceArn"
1299
- ],
1664
+ ],
1300
1665
  "type": "structure"
1301
- },
1666
+ },
1302
1667
  "ListTagsForResourceResponse": {
1303
1668
  "members": {
1304
1669
  "Tags": {
1305
- "locationName": "tags",
1670
+ "locationName": "tags",
1306
1671
  "shape": "__mapOf__string"
1307
1672
  }
1308
- },
1673
+ },
1309
1674
  "type": "structure"
1310
- },
1675
+ },
1311
1676
  "ManifestLayout": {
1312
1677
  "enum": [
1313
- "FULL",
1678
+ "FULL",
1314
1679
  "COMPACT"
1315
- ],
1680
+ ],
1316
1681
  "type": "string"
1317
- },
1682
+ },
1318
1683
  "MaxResults": {
1319
- "max": 1000,
1320
- "min": 1,
1684
+ "max": 1000,
1685
+ "min": 1,
1321
1686
  "type": "integer"
1322
- },
1687
+ },
1323
1688
  "MssEncryption": {
1324
1689
  "members": {
1325
1690
  "SpekeKeyProvider": {
1326
- "locationName": "spekeKeyProvider",
1691
+ "locationName": "spekeKeyProvider",
1327
1692
  "shape": "SpekeKeyProvider"
1328
1693
  }
1329
- },
1694
+ },
1330
1695
  "required": [
1331
1696
  "SpekeKeyProvider"
1332
- ],
1697
+ ],
1333
1698
  "type": "structure"
1334
- },
1699
+ },
1335
1700
  "MssPackage": {
1336
1701
  "members": {
1337
1702
  "Encryption": {
1338
- "locationName": "encryption",
1703
+ "locationName": "encryption",
1339
1704
  "shape": "MssEncryption"
1340
- },
1705
+ },
1341
1706
  "ManifestWindowSeconds": {
1342
- "locationName": "manifestWindowSeconds",
1707
+ "locationName": "manifestWindowSeconds",
1343
1708
  "shape": "__integer"
1344
- },
1709
+ },
1345
1710
  "SegmentDurationSeconds": {
1346
- "locationName": "segmentDurationSeconds",
1711
+ "locationName": "segmentDurationSeconds",
1347
1712
  "shape": "__integer"
1348
- },
1713
+ },
1349
1714
  "StreamSelection": {
1350
- "locationName": "streamSelection",
1715
+ "locationName": "streamSelection",
1351
1716
  "shape": "StreamSelection"
1352
1717
  }
1353
- },
1718
+ },
1354
1719
  "type": "structure"
1355
- },
1720
+ },
1356
1721
  "NotFoundException": {
1357
1722
  "error": {
1358
1723
  "httpStatusCode": 404
1359
- },
1360
- "exception": true,
1724
+ },
1725
+ "exception": true,
1361
1726
  "members": {
1362
1727
  "Message": {
1363
- "locationName": "message",
1728
+ "locationName": "message",
1364
1729
  "shape": "__string"
1365
1730
  }
1366
- },
1731
+ },
1367
1732
  "type": "structure"
1368
- },
1733
+ },
1369
1734
  "OriginEndpoint": {
1370
1735
  "members": {
1371
1736
  "Arn": {
1372
- "locationName": "arn",
1737
+ "locationName": "arn",
1373
1738
  "shape": "__string"
1374
- },
1739
+ },
1375
1740
  "ChannelId": {
1376
- "locationName": "channelId",
1741
+ "locationName": "channelId",
1377
1742
  "shape": "__string"
1378
- },
1743
+ },
1379
1744
  "CmafPackage": {
1380
- "locationName": "cmafPackage",
1745
+ "locationName": "cmafPackage",
1381
1746
  "shape": "CmafPackage"
1382
- },
1747
+ },
1383
1748
  "DashPackage": {
1384
- "locationName": "dashPackage",
1749
+ "locationName": "dashPackage",
1385
1750
  "shape": "DashPackage"
1386
- },
1751
+ },
1387
1752
  "Description": {
1388
- "locationName": "description",
1753
+ "locationName": "description",
1389
1754
  "shape": "__string"
1390
- },
1755
+ },
1391
1756
  "HlsPackage": {
1392
- "locationName": "hlsPackage",
1757
+ "locationName": "hlsPackage",
1393
1758
  "shape": "HlsPackage"
1394
- },
1759
+ },
1395
1760
  "Id": {
1396
- "locationName": "id",
1761
+ "locationName": "id",
1397
1762
  "shape": "__string"
1398
- },
1763
+ },
1399
1764
  "ManifestName": {
1400
- "locationName": "manifestName",
1765
+ "locationName": "manifestName",
1401
1766
  "shape": "__string"
1402
- },
1767
+ },
1403
1768
  "MssPackage": {
1404
- "locationName": "mssPackage",
1769
+ "locationName": "mssPackage",
1405
1770
  "shape": "MssPackage"
1406
- },
1771
+ },
1772
+ "Origination": {
1773
+ "locationName": "origination",
1774
+ "shape": "Origination"
1775
+ },
1407
1776
  "StartoverWindowSeconds": {
1408
- "locationName": "startoverWindowSeconds",
1777
+ "locationName": "startoverWindowSeconds",
1409
1778
  "shape": "__integer"
1410
- },
1779
+ },
1411
1780
  "Tags": {
1412
- "locationName": "tags",
1781
+ "locationName": "tags",
1413
1782
  "shape": "Tags"
1414
- },
1783
+ },
1415
1784
  "TimeDelaySeconds": {
1416
- "locationName": "timeDelaySeconds",
1785
+ "locationName": "timeDelaySeconds",
1417
1786
  "shape": "__integer"
1418
- },
1787
+ },
1419
1788
  "Url": {
1420
- "locationName": "url",
1789
+ "locationName": "url",
1421
1790
  "shape": "__string"
1422
- },
1791
+ },
1423
1792
  "Whitelist": {
1424
- "locationName": "whitelist",
1793
+ "locationName": "whitelist",
1425
1794
  "shape": "__listOf__string"
1426
1795
  }
1427
- },
1796
+ },
1428
1797
  "type": "structure"
1429
- },
1798
+ },
1430
1799
  "OriginEndpointCreateParameters": {
1431
1800
  "members": {
1432
1801
  "ChannelId": {
1433
- "locationName": "channelId",
1802
+ "locationName": "channelId",
1434
1803
  "shape": "__string"
1435
- },
1804
+ },
1436
1805
  "CmafPackage": {
1437
- "locationName": "cmafPackage",
1806
+ "locationName": "cmafPackage",
1438
1807
  "shape": "CmafPackageCreateOrUpdateParameters"
1439
- },
1808
+ },
1440
1809
  "DashPackage": {
1441
- "locationName": "dashPackage",
1810
+ "locationName": "dashPackage",
1442
1811
  "shape": "DashPackage"
1443
- },
1812
+ },
1444
1813
  "Description": {
1445
- "locationName": "description",
1814
+ "locationName": "description",
1446
1815
  "shape": "__string"
1447
- },
1816
+ },
1448
1817
  "HlsPackage": {
1449
- "locationName": "hlsPackage",
1818
+ "locationName": "hlsPackage",
1450
1819
  "shape": "HlsPackage"
1451
- },
1820
+ },
1452
1821
  "Id": {
1453
- "locationName": "id",
1822
+ "locationName": "id",
1454
1823
  "shape": "__string"
1455
- },
1824
+ },
1456
1825
  "ManifestName": {
1457
- "locationName": "manifestName",
1826
+ "locationName": "manifestName",
1458
1827
  "shape": "__string"
1459
- },
1828
+ },
1460
1829
  "MssPackage": {
1461
- "locationName": "mssPackage",
1830
+ "locationName": "mssPackage",
1462
1831
  "shape": "MssPackage"
1463
- },
1832
+ },
1833
+ "Origination": {
1834
+ "locationName": "origination",
1835
+ "shape": "Origination"
1836
+ },
1464
1837
  "StartoverWindowSeconds": {
1465
- "locationName": "startoverWindowSeconds",
1838
+ "locationName": "startoverWindowSeconds",
1466
1839
  "shape": "__integer"
1467
- },
1840
+ },
1468
1841
  "Tags": {
1469
- "locationName": "tags",
1842
+ "locationName": "tags",
1470
1843
  "shape": "Tags"
1471
- },
1844
+ },
1472
1845
  "TimeDelaySeconds": {
1473
- "locationName": "timeDelaySeconds",
1846
+ "locationName": "timeDelaySeconds",
1474
1847
  "shape": "__integer"
1475
- },
1848
+ },
1476
1849
  "Whitelist": {
1477
- "locationName": "whitelist",
1850
+ "locationName": "whitelist",
1478
1851
  "shape": "__listOf__string"
1479
1852
  }
1480
- },
1853
+ },
1481
1854
  "required": [
1482
- "Id",
1855
+ "Id",
1483
1856
  "ChannelId"
1484
- ],
1857
+ ],
1485
1858
  "type": "structure"
1486
- },
1859
+ },
1487
1860
  "OriginEndpointList": {
1488
1861
  "members": {
1489
1862
  "NextToken": {
1490
- "locationName": "nextToken",
1863
+ "locationName": "nextToken",
1491
1864
  "shape": "__string"
1492
- },
1865
+ },
1493
1866
  "OriginEndpoints": {
1494
- "locationName": "originEndpoints",
1867
+ "locationName": "originEndpoints",
1495
1868
  "shape": "__listOfOriginEndpoint"
1496
1869
  }
1497
- },
1870
+ },
1498
1871
  "type": "structure"
1499
- },
1872
+ },
1500
1873
  "OriginEndpointUpdateParameters": {
1501
1874
  "members": {
1502
1875
  "CmafPackage": {
1503
- "locationName": "cmafPackage",
1876
+ "locationName": "cmafPackage",
1504
1877
  "shape": "CmafPackageCreateOrUpdateParameters"
1505
- },
1878
+ },
1506
1879
  "DashPackage": {
1507
- "locationName": "dashPackage",
1880
+ "locationName": "dashPackage",
1508
1881
  "shape": "DashPackage"
1509
- },
1882
+ },
1510
1883
  "Description": {
1511
- "locationName": "description",
1884
+ "locationName": "description",
1512
1885
  "shape": "__string"
1513
- },
1886
+ },
1514
1887
  "HlsPackage": {
1515
- "locationName": "hlsPackage",
1888
+ "locationName": "hlsPackage",
1516
1889
  "shape": "HlsPackage"
1517
- },
1890
+ },
1518
1891
  "ManifestName": {
1519
- "locationName": "manifestName",
1892
+ "locationName": "manifestName",
1520
1893
  "shape": "__string"
1521
- },
1894
+ },
1522
1895
  "MssPackage": {
1523
- "locationName": "mssPackage",
1896
+ "locationName": "mssPackage",
1524
1897
  "shape": "MssPackage"
1525
- },
1898
+ },
1899
+ "Origination": {
1900
+ "locationName": "origination",
1901
+ "shape": "Origination"
1902
+ },
1526
1903
  "StartoverWindowSeconds": {
1527
- "locationName": "startoverWindowSeconds",
1904
+ "locationName": "startoverWindowSeconds",
1528
1905
  "shape": "__integer"
1529
- },
1906
+ },
1530
1907
  "TimeDelaySeconds": {
1531
- "locationName": "timeDelaySeconds",
1908
+ "locationName": "timeDelaySeconds",
1532
1909
  "shape": "__integer"
1533
- },
1910
+ },
1534
1911
  "Whitelist": {
1535
- "locationName": "whitelist",
1912
+ "locationName": "whitelist",
1536
1913
  "shape": "__listOf__string"
1537
1914
  }
1538
- },
1915
+ },
1539
1916
  "type": "structure"
1540
- },
1917
+ },
1918
+ "Origination": {
1919
+ "enum": [
1920
+ "ALLOW",
1921
+ "DENY"
1922
+ ],
1923
+ "type": "string"
1924
+ },
1541
1925
  "PlaylistType": {
1542
1926
  "enum": [
1543
- "NONE",
1544
- "EVENT",
1927
+ "NONE",
1928
+ "EVENT",
1545
1929
  "VOD"
1546
- ],
1930
+ ],
1547
1931
  "type": "string"
1548
- },
1932
+ },
1549
1933
  "Profile": {
1550
1934
  "enum": [
1551
- "NONE",
1935
+ "NONE",
1552
1936
  "HBBTV_1_5"
1553
- ],
1937
+ ],
1554
1938
  "type": "string"
1555
- },
1939
+ },
1556
1940
  "RotateChannelCredentialsRequest": {
1557
- "deprecated": true,
1941
+ "deprecated": true,
1558
1942
  "members": {
1559
1943
  "Id": {
1560
- "location": "uri",
1561
- "locationName": "id",
1944
+ "location": "uri",
1945
+ "locationName": "id",
1562
1946
  "shape": "__string"
1563
1947
  }
1564
- },
1948
+ },
1565
1949
  "required": [
1566
1950
  "Id"
1567
- ],
1951
+ ],
1568
1952
  "type": "structure"
1569
- },
1953
+ },
1570
1954
  "RotateChannelCredentialsResponse": {
1571
- "deprecated": true,
1955
+ "deprecated": true,
1572
1956
  "members": {
1573
1957
  "Arn": {
1574
- "locationName": "arn",
1958
+ "locationName": "arn",
1575
1959
  "shape": "__string"
1576
- },
1960
+ },
1577
1961
  "Description": {
1578
- "locationName": "description",
1962
+ "locationName": "description",
1579
1963
  "shape": "__string"
1580
- },
1964
+ },
1581
1965
  "HlsIngest": {
1582
- "locationName": "hlsIngest",
1966
+ "locationName": "hlsIngest",
1583
1967
  "shape": "HlsIngest"
1584
- },
1968
+ },
1585
1969
  "Id": {
1586
- "locationName": "id",
1970
+ "locationName": "id",
1587
1971
  "shape": "__string"
1588
- },
1972
+ },
1589
1973
  "Tags": {
1590
- "locationName": "tags",
1974
+ "locationName": "tags",
1591
1975
  "shape": "Tags"
1592
1976
  }
1593
- },
1977
+ },
1594
1978
  "type": "structure"
1595
- },
1979
+ },
1596
1980
  "RotateIngestEndpointCredentialsRequest": {
1597
1981
  "members": {
1598
1982
  "Id": {
1599
- "location": "uri",
1600
- "locationName": "id",
1983
+ "location": "uri",
1984
+ "locationName": "id",
1601
1985
  "shape": "__string"
1602
- },
1986
+ },
1603
1987
  "IngestEndpointId": {
1604
- "location": "uri",
1605
- "locationName": "ingest_endpoint_id",
1988
+ "location": "uri",
1989
+ "locationName": "ingest_endpoint_id",
1606
1990
  "shape": "__string"
1607
1991
  }
1608
- },
1992
+ },
1609
1993
  "required": [
1610
- "IngestEndpointId",
1994
+ "IngestEndpointId",
1611
1995
  "Id"
1612
- ],
1996
+ ],
1613
1997
  "type": "structure"
1614
- },
1998
+ },
1615
1999
  "RotateIngestEndpointCredentialsResponse": {
1616
2000
  "members": {
1617
2001
  "Arn": {
1618
- "locationName": "arn",
2002
+ "locationName": "arn",
1619
2003
  "shape": "__string"
1620
- },
2004
+ },
1621
2005
  "Description": {
1622
- "locationName": "description",
2006
+ "locationName": "description",
1623
2007
  "shape": "__string"
1624
- },
2008
+ },
1625
2009
  "HlsIngest": {
1626
- "locationName": "hlsIngest",
2010
+ "locationName": "hlsIngest",
1627
2011
  "shape": "HlsIngest"
1628
- },
2012
+ },
1629
2013
  "Id": {
1630
- "locationName": "id",
2014
+ "locationName": "id",
1631
2015
  "shape": "__string"
1632
- },
2016
+ },
1633
2017
  "Tags": {
1634
- "locationName": "tags",
2018
+ "locationName": "tags",
1635
2019
  "shape": "Tags"
1636
2020
  }
1637
- },
2021
+ },
2022
+ "type": "structure"
2023
+ },
2024
+ "S3Destination": {
2025
+ "members": {
2026
+ "BucketName": {
2027
+ "locationName": "bucketName",
2028
+ "shape": "__string"
2029
+ },
2030
+ "ManifestKey": {
2031
+ "locationName": "manifestKey",
2032
+ "shape": "__string"
2033
+ },
2034
+ "RoleArn": {
2035
+ "locationName": "roleArn",
2036
+ "shape": "__string"
2037
+ }
2038
+ },
2039
+ "required": [
2040
+ "ManifestKey",
2041
+ "BucketName",
2042
+ "RoleArn"
2043
+ ],
1638
2044
  "type": "structure"
1639
- },
2045
+ },
1640
2046
  "SegmentTemplateFormat": {
1641
2047
  "enum": [
1642
- "NUMBER_WITH_TIMELINE",
1643
- "TIME_WITH_TIMELINE",
2048
+ "NUMBER_WITH_TIMELINE",
2049
+ "TIME_WITH_TIMELINE",
1644
2050
  "NUMBER_WITH_DURATION"
1645
- ],
2051
+ ],
1646
2052
  "type": "string"
1647
- },
2053
+ },
1648
2054
  "ServiceUnavailableException": {
1649
2055
  "error": {
1650
2056
  "httpStatusCode": 503
1651
- },
1652
- "exception": true,
2057
+ },
2058
+ "exception": true,
1653
2059
  "members": {
1654
2060
  "Message": {
1655
- "locationName": "message",
2061
+ "locationName": "message",
1656
2062
  "shape": "__string"
1657
2063
  }
1658
- },
2064
+ },
1659
2065
  "type": "structure"
1660
- },
2066
+ },
1661
2067
  "SpekeKeyProvider": {
1662
2068
  "members": {
1663
2069
  "CertificateArn": {
1664
- "locationName": "certificateArn",
2070
+ "locationName": "certificateArn",
1665
2071
  "shape": "__string"
1666
- },
2072
+ },
1667
2073
  "ResourceId": {
1668
- "locationName": "resourceId",
2074
+ "locationName": "resourceId",
1669
2075
  "shape": "__string"
1670
- },
2076
+ },
1671
2077
  "RoleArn": {
1672
- "locationName": "roleArn",
2078
+ "locationName": "roleArn",
1673
2079
  "shape": "__string"
1674
- },
2080
+ },
1675
2081
  "SystemIds": {
1676
- "locationName": "systemIds",
2082
+ "locationName": "systemIds",
1677
2083
  "shape": "__listOf__string"
1678
- },
2084
+ },
1679
2085
  "Url": {
1680
- "locationName": "url",
2086
+ "locationName": "url",
1681
2087
  "shape": "__string"
1682
2088
  }
1683
- },
2089
+ },
1684
2090
  "required": [
1685
- "Url",
1686
- "ResourceId",
1687
- "RoleArn",
1688
- "SystemIds"
1689
- ],
2091
+ "ResourceId",
2092
+ "SystemIds",
2093
+ "Url",
2094
+ "RoleArn"
2095
+ ],
1690
2096
  "type": "structure"
1691
- },
2097
+ },
2098
+ "Status": {
2099
+ "enum": [
2100
+ "IN_PROGRESS",
2101
+ "SUCCEEDED",
2102
+ "FAILED"
2103
+ ],
2104
+ "type": "string"
2105
+ },
1692
2106
  "StreamOrder": {
1693
2107
  "enum": [
1694
- "ORIGINAL",
1695
- "VIDEO_BITRATE_ASCENDING",
2108
+ "ORIGINAL",
2109
+ "VIDEO_BITRATE_ASCENDING",
1696
2110
  "VIDEO_BITRATE_DESCENDING"
1697
- ],
2111
+ ],
1698
2112
  "type": "string"
1699
- },
2113
+ },
1700
2114
  "StreamSelection": {
1701
2115
  "members": {
1702
2116
  "MaxVideoBitsPerSecond": {
1703
- "locationName": "maxVideoBitsPerSecond",
2117
+ "locationName": "maxVideoBitsPerSecond",
1704
2118
  "shape": "__integer"
1705
- },
2119
+ },
1706
2120
  "MinVideoBitsPerSecond": {
1707
- "locationName": "minVideoBitsPerSecond",
2121
+ "locationName": "minVideoBitsPerSecond",
1708
2122
  "shape": "__integer"
1709
- },
2123
+ },
1710
2124
  "StreamOrder": {
1711
- "locationName": "streamOrder",
2125
+ "locationName": "streamOrder",
1712
2126
  "shape": "StreamOrder"
1713
2127
  }
1714
- },
2128
+ },
1715
2129
  "type": "structure"
1716
- },
2130
+ },
1717
2131
  "TagResourceRequest": {
1718
2132
  "members": {
1719
2133
  "ResourceArn": {
1720
- "location": "uri",
1721
- "locationName": "resource-arn",
2134
+ "location": "uri",
2135
+ "locationName": "resource-arn",
1722
2136
  "shape": "__string"
1723
- },
2137
+ },
1724
2138
  "Tags": {
1725
- "locationName": "tags",
2139
+ "locationName": "tags",
1726
2140
  "shape": "__mapOf__string"
1727
2141
  }
1728
- },
2142
+ },
1729
2143
  "required": [
1730
- "ResourceArn",
2144
+ "ResourceArn",
1731
2145
  "Tags"
1732
- ],
2146
+ ],
1733
2147
  "type": "structure"
1734
- },
2148
+ },
1735
2149
  "Tags": {
1736
2150
  "key": {
1737
2151
  "shape": "__string"
1738
- },
1739
- "type": "map",
2152
+ },
2153
+ "type": "map",
1740
2154
  "value": {
1741
2155
  "shape": "__string"
1742
2156
  }
1743
- },
2157
+ },
1744
2158
  "TagsModel": {
1745
2159
  "members": {
1746
2160
  "Tags": {
1747
- "locationName": "tags",
2161
+ "locationName": "tags",
1748
2162
  "shape": "__mapOf__string"
1749
2163
  }
1750
- },
2164
+ },
1751
2165
  "required": [
1752
2166
  "Tags"
1753
- ],
2167
+ ],
1754
2168
  "type": "structure"
1755
- },
2169
+ },
1756
2170
  "TooManyRequestsException": {
1757
2171
  "error": {
1758
2172
  "httpStatusCode": 429
1759
- },
1760
- "exception": true,
2173
+ },
2174
+ "exception": true,
1761
2175
  "members": {
1762
2176
  "Message": {
1763
- "locationName": "message",
2177
+ "locationName": "message",
1764
2178
  "shape": "__string"
1765
2179
  }
1766
- },
2180
+ },
1767
2181
  "type": "structure"
1768
- },
2182
+ },
1769
2183
  "UnprocessableEntityException": {
1770
2184
  "error": {
1771
2185
  "httpStatusCode": 422
1772
- },
1773
- "exception": true,
2186
+ },
2187
+ "exception": true,
1774
2188
  "members": {
1775
2189
  "Message": {
1776
- "locationName": "message",
2190
+ "locationName": "message",
1777
2191
  "shape": "__string"
1778
2192
  }
1779
- },
2193
+ },
1780
2194
  "type": "structure"
1781
- },
2195
+ },
1782
2196
  "UntagResourceRequest": {
1783
2197
  "members": {
1784
2198
  "ResourceArn": {
1785
- "location": "uri",
1786
- "locationName": "resource-arn",
2199
+ "location": "uri",
2200
+ "locationName": "resource-arn",
1787
2201
  "shape": "__string"
1788
- },
2202
+ },
1789
2203
  "TagKeys": {
1790
- "location": "querystring",
1791
- "locationName": "tagKeys",
2204
+ "location": "querystring",
2205
+ "locationName": "tagKeys",
1792
2206
  "shape": "__listOf__string"
1793
2207
  }
1794
- },
2208
+ },
1795
2209
  "required": [
1796
- "TagKeys",
2210
+ "TagKeys",
1797
2211
  "ResourceArn"
1798
- ],
2212
+ ],
1799
2213
  "type": "structure"
1800
- },
2214
+ },
1801
2215
  "UpdateChannelRequest": {
1802
2216
  "members": {
1803
2217
  "Description": {
1804
- "locationName": "description",
2218
+ "locationName": "description",
1805
2219
  "shape": "__string"
1806
- },
2220
+ },
1807
2221
  "Id": {
1808
- "location": "uri",
1809
- "locationName": "id",
2222
+ "location": "uri",
2223
+ "locationName": "id",
1810
2224
  "shape": "__string"
1811
2225
  }
1812
- },
2226
+ },
1813
2227
  "required": [
1814
2228
  "Id"
1815
- ],
2229
+ ],
1816
2230
  "type": "structure"
1817
- },
2231
+ },
1818
2232
  "UpdateChannelResponse": {
1819
2233
  "members": {
1820
2234
  "Arn": {
1821
- "locationName": "arn",
2235
+ "locationName": "arn",
1822
2236
  "shape": "__string"
1823
- },
2237
+ },
1824
2238
  "Description": {
1825
- "locationName": "description",
2239
+ "locationName": "description",
1826
2240
  "shape": "__string"
1827
- },
2241
+ },
1828
2242
  "HlsIngest": {
1829
- "locationName": "hlsIngest",
2243
+ "locationName": "hlsIngest",
1830
2244
  "shape": "HlsIngest"
1831
- },
2245
+ },
1832
2246
  "Id": {
1833
- "locationName": "id",
2247
+ "locationName": "id",
1834
2248
  "shape": "__string"
1835
- },
2249
+ },
1836
2250
  "Tags": {
1837
- "locationName": "tags",
2251
+ "locationName": "tags",
1838
2252
  "shape": "Tags"
1839
2253
  }
1840
- },
2254
+ },
1841
2255
  "type": "structure"
1842
- },
2256
+ },
1843
2257
  "UpdateOriginEndpointRequest": {
1844
2258
  "members": {
1845
2259
  "CmafPackage": {
1846
- "locationName": "cmafPackage",
2260
+ "locationName": "cmafPackage",
1847
2261
  "shape": "CmafPackageCreateOrUpdateParameters"
1848
- },
2262
+ },
1849
2263
  "DashPackage": {
1850
- "locationName": "dashPackage",
2264
+ "locationName": "dashPackage",
1851
2265
  "shape": "DashPackage"
1852
- },
2266
+ },
1853
2267
  "Description": {
1854
- "locationName": "description",
2268
+ "locationName": "description",
1855
2269
  "shape": "__string"
1856
- },
2270
+ },
1857
2271
  "HlsPackage": {
1858
- "locationName": "hlsPackage",
2272
+ "locationName": "hlsPackage",
1859
2273
  "shape": "HlsPackage"
1860
- },
2274
+ },
1861
2275
  "Id": {
1862
- "location": "uri",
1863
- "locationName": "id",
2276
+ "location": "uri",
2277
+ "locationName": "id",
1864
2278
  "shape": "__string"
1865
- },
2279
+ },
1866
2280
  "ManifestName": {
1867
- "locationName": "manifestName",
2281
+ "locationName": "manifestName",
1868
2282
  "shape": "__string"
1869
- },
2283
+ },
1870
2284
  "MssPackage": {
1871
- "locationName": "mssPackage",
2285
+ "locationName": "mssPackage",
1872
2286
  "shape": "MssPackage"
1873
- },
2287
+ },
2288
+ "Origination": {
2289
+ "locationName": "origination",
2290
+ "shape": "Origination"
2291
+ },
1874
2292
  "StartoverWindowSeconds": {
1875
- "locationName": "startoverWindowSeconds",
2293
+ "locationName": "startoverWindowSeconds",
1876
2294
  "shape": "__integer"
1877
- },
2295
+ },
1878
2296
  "TimeDelaySeconds": {
1879
- "locationName": "timeDelaySeconds",
2297
+ "locationName": "timeDelaySeconds",
1880
2298
  "shape": "__integer"
1881
- },
2299
+ },
1882
2300
  "Whitelist": {
1883
- "locationName": "whitelist",
2301
+ "locationName": "whitelist",
1884
2302
  "shape": "__listOf__string"
1885
2303
  }
1886
- },
2304
+ },
1887
2305
  "required": [
1888
2306
  "Id"
1889
- ],
2307
+ ],
1890
2308
  "type": "structure"
1891
- },
2309
+ },
1892
2310
  "UpdateOriginEndpointResponse": {
1893
2311
  "members": {
1894
2312
  "Arn": {
1895
- "locationName": "arn",
2313
+ "locationName": "arn",
1896
2314
  "shape": "__string"
1897
- },
2315
+ },
1898
2316
  "ChannelId": {
1899
- "locationName": "channelId",
2317
+ "locationName": "channelId",
1900
2318
  "shape": "__string"
1901
- },
2319
+ },
1902
2320
  "CmafPackage": {
1903
- "locationName": "cmafPackage",
2321
+ "locationName": "cmafPackage",
1904
2322
  "shape": "CmafPackage"
1905
- },
2323
+ },
1906
2324
  "DashPackage": {
1907
- "locationName": "dashPackage",
2325
+ "locationName": "dashPackage",
1908
2326
  "shape": "DashPackage"
1909
- },
2327
+ },
1910
2328
  "Description": {
1911
- "locationName": "description",
2329
+ "locationName": "description",
1912
2330
  "shape": "__string"
1913
- },
2331
+ },
1914
2332
  "HlsPackage": {
1915
- "locationName": "hlsPackage",
2333
+ "locationName": "hlsPackage",
1916
2334
  "shape": "HlsPackage"
1917
- },
2335
+ },
1918
2336
  "Id": {
1919
- "locationName": "id",
2337
+ "locationName": "id",
1920
2338
  "shape": "__string"
1921
- },
2339
+ },
1922
2340
  "ManifestName": {
1923
- "locationName": "manifestName",
2341
+ "locationName": "manifestName",
1924
2342
  "shape": "__string"
1925
- },
2343
+ },
1926
2344
  "MssPackage": {
1927
- "locationName": "mssPackage",
2345
+ "locationName": "mssPackage",
1928
2346
  "shape": "MssPackage"
1929
- },
2347
+ },
2348
+ "Origination": {
2349
+ "locationName": "origination",
2350
+ "shape": "Origination"
2351
+ },
1930
2352
  "StartoverWindowSeconds": {
1931
- "locationName": "startoverWindowSeconds",
2353
+ "locationName": "startoverWindowSeconds",
1932
2354
  "shape": "__integer"
1933
- },
2355
+ },
1934
2356
  "Tags": {
1935
- "locationName": "tags",
2357
+ "locationName": "tags",
1936
2358
  "shape": "Tags"
1937
- },
2359
+ },
1938
2360
  "TimeDelaySeconds": {
1939
- "locationName": "timeDelaySeconds",
2361
+ "locationName": "timeDelaySeconds",
1940
2362
  "shape": "__integer"
1941
- },
2363
+ },
1942
2364
  "Url": {
1943
- "locationName": "url",
2365
+ "locationName": "url",
1944
2366
  "shape": "__string"
1945
- },
2367
+ },
1946
2368
  "Whitelist": {
1947
- "locationName": "whitelist",
2369
+ "locationName": "whitelist",
1948
2370
  "shape": "__listOf__string"
1949
2371
  }
1950
- },
2372
+ },
1951
2373
  "type": "structure"
1952
- },
2374
+ },
1953
2375
  "__AdTriggersElement": {
1954
2376
  "enum": [
1955
- "SPLICE_INSERT",
1956
- "BREAK",
1957
- "PROVIDER_ADVERTISEMENT",
1958
- "DISTRIBUTOR_ADVERTISEMENT",
1959
- "PROVIDER_PLACEMENT_OPPORTUNITY",
1960
- "DISTRIBUTOR_PLACEMENT_OPPORTUNITY",
1961
- "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY",
2377
+ "SPLICE_INSERT",
2378
+ "BREAK",
2379
+ "PROVIDER_ADVERTISEMENT",
2380
+ "DISTRIBUTOR_ADVERTISEMENT",
2381
+ "PROVIDER_PLACEMENT_OPPORTUNITY",
2382
+ "DISTRIBUTOR_PLACEMENT_OPPORTUNITY",
2383
+ "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY",
1962
2384
  "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY"
1963
- ],
2385
+ ],
1964
2386
  "type": "string"
1965
- },
2387
+ },
1966
2388
  "__PeriodTriggersElement": {
1967
2389
  "enum": [
1968
2390
  "ADS"
1969
- ],
2391
+ ],
1970
2392
  "type": "string"
1971
- },
2393
+ },
1972
2394
  "__boolean": {
1973
2395
  "type": "boolean"
1974
- },
2396
+ },
1975
2397
  "__double": {
1976
2398
  "type": "double"
1977
- },
2399
+ },
1978
2400
  "__integer": {
1979
2401
  "type": "integer"
1980
- },
2402
+ },
1981
2403
  "__listOfChannel": {
1982
2404
  "member": {
1983
2405
  "shape": "Channel"
1984
- },
2406
+ },
2407
+ "type": "list"
2408
+ },
2409
+ "__listOfHarvestJob": {
2410
+ "member": {
2411
+ "shape": "HarvestJob"
2412
+ },
1985
2413
  "type": "list"
1986
- },
2414
+ },
1987
2415
  "__listOfHlsManifest": {
1988
2416
  "member": {
1989
2417
  "shape": "HlsManifest"
1990
- },
2418
+ },
1991
2419
  "type": "list"
1992
- },
2420
+ },
1993
2421
  "__listOfHlsManifestCreateOrUpdateParameters": {
1994
2422
  "member": {
1995
2423
  "shape": "HlsManifestCreateOrUpdateParameters"
1996
- },
2424
+ },
1997
2425
  "type": "list"
1998
- },
2426
+ },
1999
2427
  "__listOfIngestEndpoint": {
2000
2428
  "member": {
2001
2429
  "shape": "IngestEndpoint"
2002
- },
2430
+ },
2003
2431
  "type": "list"
2004
- },
2432
+ },
2005
2433
  "__listOfOriginEndpoint": {
2006
2434
  "member": {
2007
2435
  "shape": "OriginEndpoint"
2008
- },
2436
+ },
2009
2437
  "type": "list"
2010
- },
2438
+ },
2011
2439
  "__listOf__PeriodTriggersElement": {
2012
2440
  "member": {
2013
2441
  "shape": "__PeriodTriggersElement"
2014
- },
2442
+ },
2015
2443
  "type": "list"
2016
- },
2444
+ },
2017
2445
  "__listOf__string": {
2018
2446
  "member": {
2019
2447
  "shape": "__string"
2020
- },
2448
+ },
2021
2449
  "type": "list"
2022
- },
2450
+ },
2023
2451
  "__long": {
2024
2452
  "type": "long"
2025
- },
2453
+ },
2026
2454
  "__mapOf__string": {
2027
2455
  "key": {
2028
2456
  "shape": "__string"
2029
- },
2030
- "type": "map",
2457
+ },
2458
+ "type": "map",
2031
2459
  "value": {
2032
2460
  "shape": "__string"
2033
2461
  }
2034
- },
2462
+ },
2035
2463
  "__string": {
2036
2464
  "type": "string"
2037
2465
  }