1{
2    "smithy": "1.0",
3    "metadata": {
4        "suppressions": [
5            {
6                "id": "HttpMethodSemantics",
7                "namespace": "*"
8            },
9            {
10                "id": "HttpResponseCodeSemantics",
11                "namespace": "*"
12            },
13            {
14                "id": "PaginatedTrait",
15                "namespace": "*"
16            },
17            {
18                "id": "HttpHeaderTrait",
19                "namespace": "*"
20            },
21            {
22                "id": "HttpUriConflict",
23                "namespace": "*"
24            },
25            {
26                "id": "Service",
27                "namespace": "*"
28            }
29        ]
30    },
31    "shapes": {
32        "com.amazonaws.mediapackage#AdMarkers": {
33            "type": "string",
34            "traits": {
35                "smithy.api#enum": [
36                    {
37                        "value": "NONE",
38                        "name": "NONE"
39                    },
40                    {
41                        "value": "SCTE35_ENHANCED",
42                        "name": "SCTE35_ENHANCED"
43                    },
44                    {
45                        "value": "PASSTHROUGH",
46                        "name": "PASSTHROUGH"
47                    },
48                    {
49                        "value": "DATERANGE",
50                        "name": "DATERANGE"
51                    }
52                ]
53            }
54        },
55        "com.amazonaws.mediapackage#AdTriggers": {
56            "type": "list",
57            "member": {
58                "target": "com.amazonaws.mediapackage#__AdTriggersElement"
59            },
60            "traits": {
61                "smithy.api#documentation": "A list of SCTE-35 message types that are treated as ad markers in the output.  If empty, no\nad markers are output.  Specify multiple items to create ad markers for all of the included\nmessage types."
62            }
63        },
64        "com.amazonaws.mediapackage#AdsOnDeliveryRestrictions": {
65            "type": "string",
66            "traits": {
67                "smithy.api#documentation": "This setting allows the delivery restriction flags on SCTE-35 segmentation descriptors to\ndetermine whether a message signals an ad.  Choosing \"NONE\" means no SCTE-35 messages become\nads.  Choosing \"RESTRICTED\" means SCTE-35 messages of the types specified in AdTriggers that\ncontain delivery restrictions will be treated as ads.  Choosing \"UNRESTRICTED\" means SCTE-35\nmessages of the types specified in AdTriggers that do not contain delivery restrictions will\nbe treated as ads.  Choosing \"BOTH\" means all SCTE-35 messages of the types specified in\nAdTriggers will be treated as ads.  Note that Splice Insert messages do not have these flags\nand are always treated as ads if specified in AdTriggers.",
68                "smithy.api#enum": [
69                    {
70                        "value": "NONE",
71                        "name": "NONE"
72                    },
73                    {
74                        "value": "RESTRICTED",
75                        "name": "RESTRICTED"
76                    },
77                    {
78                        "value": "UNRESTRICTED",
79                        "name": "UNRESTRICTED"
80                    },
81                    {
82                        "value": "BOTH",
83                        "name": "BOTH"
84                    }
85                ]
86            }
87        },
88        "com.amazonaws.mediapackage#Authorization": {
89            "type": "structure",
90            "members": {
91                "CdnIdentifierSecret": {
92                    "target": "com.amazonaws.mediapackage#__string",
93                    "traits": {
94                        "smithy.api#documentation": "The Amazon Resource Name (ARN) for the secret in Secrets Manager that your Content Distribution Network (CDN) uses for authorization to access your endpoint.",
95                        "smithy.api#jsonName": "cdnIdentifierSecret",
96                        "smithy.api#required": {}
97                    }
98                },
99                "SecretsRoleArn": {
100                    "target": "com.amazonaws.mediapackage#__string",
101                    "traits": {
102                        "smithy.api#documentation": "The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.",
103                        "smithy.api#jsonName": "secretsRoleArn",
104                        "smithy.api#required": {}
105                    }
106                }
107            },
108            "traits": {
109                "smithy.api#documentation": "CDN Authorization credentials"
110            }
111        },
112        "com.amazonaws.mediapackage#Channel": {
113            "type": "structure",
114            "members": {
115                "Arn": {
116                    "target": "com.amazonaws.mediapackage#__string",
117                    "traits": {
118                        "smithy.api#documentation": "The Amazon Resource Name (ARN) assigned to the Channel.",
119                        "smithy.api#jsonName": "arn"
120                    }
121                },
122                "Description": {
123                    "target": "com.amazonaws.mediapackage#__string",
124                    "traits": {
125                        "smithy.api#documentation": "A short text description of the Channel.",
126                        "smithy.api#jsonName": "description"
127                    }
128                },
129                "EgressAccessLogs": {
130                    "target": "com.amazonaws.mediapackage#EgressAccessLogs",
131                    "traits": {
132                        "smithy.api#jsonName": "egressAccessLogs"
133                    }
134                },
135                "HlsIngest": {
136                    "target": "com.amazonaws.mediapackage#HlsIngest",
137                    "traits": {
138                        "smithy.api#jsonName": "hlsIngest"
139                    }
140                },
141                "Id": {
142                    "target": "com.amazonaws.mediapackage#__string",
143                    "traits": {
144                        "smithy.api#documentation": "The ID of the Channel.",
145                        "smithy.api#jsonName": "id"
146                    }
147                },
148                "IngressAccessLogs": {
149                    "target": "com.amazonaws.mediapackage#IngressAccessLogs",
150                    "traits": {
151                        "smithy.api#jsonName": "ingressAccessLogs"
152                    }
153                },
154                "Tags": {
155                    "target": "com.amazonaws.mediapackage#Tags",
156                    "traits": {
157                        "smithy.api#jsonName": "tags"
158                    }
159                }
160            },
161            "traits": {
162                "smithy.api#documentation": "A Channel resource configuration."
163            }
164        },
165        "com.amazonaws.mediapackage#CmafEncryption": {
166            "type": "structure",
167            "members": {
168                "KeyRotationIntervalSeconds": {
169                    "target": "com.amazonaws.mediapackage#__integer",
170                    "traits": {
171                        "smithy.api#documentation": "Time (in seconds) between each encryption key rotation.",
172                        "smithy.api#jsonName": "keyRotationIntervalSeconds"
173                    }
174                },
175                "SpekeKeyProvider": {
176                    "target": "com.amazonaws.mediapackage#SpekeKeyProvider",
177                    "traits": {
178                        "smithy.api#jsonName": "spekeKeyProvider",
179                        "smithy.api#required": {}
180                    }
181                }
182            },
183            "traits": {
184                "smithy.api#documentation": "A Common Media Application Format (CMAF) encryption configuration."
185            }
186        },
187        "com.amazonaws.mediapackage#CmafPackage": {
188            "type": "structure",
189            "members": {
190                "Encryption": {
191                    "target": "com.amazonaws.mediapackage#CmafEncryption",
192                    "traits": {
193                        "smithy.api#jsonName": "encryption"
194                    }
195                },
196                "HlsManifests": {
197                    "target": "com.amazonaws.mediapackage#__listOfHlsManifest",
198                    "traits": {
199                        "smithy.api#documentation": "A list of HLS manifest configurations",
200                        "smithy.api#jsonName": "hlsManifests"
201                    }
202                },
203                "SegmentDurationSeconds": {
204                    "target": "com.amazonaws.mediapackage#__integer",
205                    "traits": {
206                        "smithy.api#documentation": "Duration (in seconds) of each segment. Actual segments will be\nrounded to the nearest multiple of the source segment duration.",
207                        "smithy.api#jsonName": "segmentDurationSeconds"
208                    }
209                },
210                "SegmentPrefix": {
211                    "target": "com.amazonaws.mediapackage#__string",
212                    "traits": {
213                        "smithy.api#documentation": "An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.",
214                        "smithy.api#jsonName": "segmentPrefix"
215                    }
216                },
217                "StreamSelection": {
218                    "target": "com.amazonaws.mediapackage#StreamSelection",
219                    "traits": {
220                        "smithy.api#jsonName": "streamSelection"
221                    }
222                }
223            },
224            "traits": {
225                "smithy.api#documentation": "A Common Media Application Format (CMAF) packaging configuration."
226            }
227        },
228        "com.amazonaws.mediapackage#CmafPackageCreateOrUpdateParameters": {
229            "type": "structure",
230            "members": {
231                "Encryption": {
232                    "target": "com.amazonaws.mediapackage#CmafEncryption",
233                    "traits": {
234                        "smithy.api#jsonName": "encryption"
235                    }
236                },
237                "HlsManifests": {
238                    "target": "com.amazonaws.mediapackage#__listOfHlsManifestCreateOrUpdateParameters",
239                    "traits": {
240                        "smithy.api#documentation": "A list of HLS manifest configurations",
241                        "smithy.api#jsonName": "hlsManifests"
242                    }
243                },
244                "SegmentDurationSeconds": {
245                    "target": "com.amazonaws.mediapackage#__integer",
246                    "traits": {
247                        "smithy.api#documentation": "Duration (in seconds) of each segment. Actual segments will be\nrounded to the nearest multiple of the source segment duration.",
248                        "smithy.api#jsonName": "segmentDurationSeconds"
249                    }
250                },
251                "SegmentPrefix": {
252                    "target": "com.amazonaws.mediapackage#__string",
253                    "traits": {
254                        "smithy.api#documentation": "An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.",
255                        "smithy.api#jsonName": "segmentPrefix"
256                    }
257                },
258                "StreamSelection": {
259                    "target": "com.amazonaws.mediapackage#StreamSelection",
260                    "traits": {
261                        "smithy.api#jsonName": "streamSelection"
262                    }
263                }
264            },
265            "traits": {
266                "smithy.api#documentation": "A Common Media Application Format (CMAF) packaging configuration."
267            }
268        },
269        "com.amazonaws.mediapackage#ConfigureLogs": {
270            "type": "operation",
271            "input": {
272                "target": "com.amazonaws.mediapackage#ConfigureLogsRequest"
273            },
274            "output": {
275                "target": "com.amazonaws.mediapackage#ConfigureLogsResponse"
276            },
277            "errors": [
278                {
279                    "target": "com.amazonaws.mediapackage#ForbiddenException"
280                },
281                {
282                    "target": "com.amazonaws.mediapackage#InternalServerErrorException"
283                },
284                {
285                    "target": "com.amazonaws.mediapackage#NotFoundException"
286                },
287                {
288                    "target": "com.amazonaws.mediapackage#ServiceUnavailableException"
289                },
290                {
291                    "target": "com.amazonaws.mediapackage#TooManyRequestsException"
292                },
293                {
294                    "target": "com.amazonaws.mediapackage#UnprocessableEntityException"
295                }
296            ],
297            "traits": {
298                "smithy.api#documentation": "Changes the Channel's properities to configure log subscription",
299                "smithy.api#http": {
300                    "method": "PUT",
301                    "uri": "/channels/{Id}/configure_logs",
302                    "code": 200
303                }
304            }
305        },
306        "com.amazonaws.mediapackage#ConfigureLogsRequest": {
307            "type": "structure",
308            "members": {
309                "EgressAccessLogs": {
310                    "target": "com.amazonaws.mediapackage#EgressAccessLogs",
311                    "traits": {
312                        "smithy.api#jsonName": "egressAccessLogs"
313                    }
314                },
315                "Id": {
316                    "target": "com.amazonaws.mediapackage#__string",
317                    "traits": {
318                        "smithy.api#documentation": "The ID of the channel to log subscription.",
319                        "smithy.api#httpLabel": {},
320                        "smithy.api#required": {}
321                    }
322                },
323                "IngressAccessLogs": {
324                    "target": "com.amazonaws.mediapackage#IngressAccessLogs",
325                    "traits": {
326                        "smithy.api#jsonName": "ingressAccessLogs"
327                    }
328                }
329            },
330            "traits": {
331                "smithy.api#documentation": "the option to configure log subscription."
332            }
333        },
334        "com.amazonaws.mediapackage#ConfigureLogsResponse": {
335            "type": "structure",
336            "members": {
337                "Arn": {
338                    "target": "com.amazonaws.mediapackage#__string",
339                    "traits": {
340                        "smithy.api#documentation": "The Amazon Resource Name (ARN) assigned to the Channel.",
341                        "smithy.api#jsonName": "arn"
342                    }
343                },
344                "Description": {
345                    "target": "com.amazonaws.mediapackage#__string",
346                    "traits": {
347                        "smithy.api#documentation": "A short text description of the Channel.",
348                        "smithy.api#jsonName": "description"
349                    }
350                },
351                "EgressAccessLogs": {
352                    "target": "com.amazonaws.mediapackage#EgressAccessLogs",
353                    "traits": {
354                        "smithy.api#jsonName": "egressAccessLogs"
355                    }
356                },
357                "HlsIngest": {
358                    "target": "com.amazonaws.mediapackage#HlsIngest",
359                    "traits": {
360                        "smithy.api#jsonName": "hlsIngest"
361                    }
362                },
363                "Id": {
364                    "target": "com.amazonaws.mediapackage#__string",
365                    "traits": {
366                        "smithy.api#documentation": "The ID of the Channel.",
367                        "smithy.api#jsonName": "id"
368                    }
369                },
370                "IngressAccessLogs": {
371                    "target": "com.amazonaws.mediapackage#IngressAccessLogs",
372                    "traits": {
373                        "smithy.api#jsonName": "ingressAccessLogs"
374                    }
375                },
376                "Tags": {
377                    "target": "com.amazonaws.mediapackage#Tags",
378                    "traits": {
379                        "smithy.api#jsonName": "tags"
380                    }
381                }
382            }
383        },
384        "com.amazonaws.mediapackage#CreateChannel": {
385            "type": "operation",
386            "input": {
387                "target": "com.amazonaws.mediapackage#CreateChannelRequest"
388            },
389            "output": {
390                "target": "com.amazonaws.mediapackage#CreateChannelResponse"
391            },
392            "errors": [
393                {
394                    "target": "com.amazonaws.mediapackage#ForbiddenException"
395                },
396                {
397                    "target": "com.amazonaws.mediapackage#InternalServerErrorException"
398                },
399                {
400                    "target": "com.amazonaws.mediapackage#NotFoundException"
401                },
402                {
403                    "target": "com.amazonaws.mediapackage#ServiceUnavailableException"
404                },
405                {
406                    "target": "com.amazonaws.mediapackage#TooManyRequestsException"
407                },
408                {
409                    "target": "com.amazonaws.mediapackage#UnprocessableEntityException"
410                }
411            ],
412            "traits": {
413                "smithy.api#documentation": "Creates a new Channel.",
414                "smithy.api#http": {
415                    "method": "POST",
416                    "uri": "/channels",
417                    "code": 200
418                }
419            }
420        },
421        "com.amazonaws.mediapackage#CreateChannelRequest": {
422            "type": "structure",
423            "members": {
424                "Description": {
425                    "target": "com.amazonaws.mediapackage#__string",
426                    "traits": {
427                        "smithy.api#documentation": "A short text description of the Channel.",
428                        "smithy.api#jsonName": "description"
429                    }
430                },
431                "Id": {
432                    "target": "com.amazonaws.mediapackage#__string",
433                    "traits": {
434                        "smithy.api#documentation": "The ID of the Channel. The ID must be unique within the region and it\ncannot be changed after a Channel is created.",
435                        "smithy.api#jsonName": "id",
436                        "smithy.api#required": {}
437                    }
438                },
439                "Tags": {
440                    "target": "com.amazonaws.mediapackage#Tags",
441                    "traits": {
442                        "smithy.api#jsonName": "tags"
443                    }
444                }
445            },
446            "traits": {
447                "smithy.api#documentation": "A new Channel configuration."
448            }
449        },
450        "com.amazonaws.mediapackage#CreateChannelResponse": {
451            "type": "structure",
452            "members": {
453                "Arn": {
454                    "target": "com.amazonaws.mediapackage#__string",
455                    "traits": {
456                        "smithy.api#documentation": "The Amazon Resource Name (ARN) assigned to the Channel.",
457                        "smithy.api#jsonName": "arn"
458                    }
459                },
460                "Description": {
461                    "target": "com.amazonaws.mediapackage#__string",
462                    "traits": {
463                        "smithy.api#documentation": "A short text description of the Channel.",
464                        "smithy.api#jsonName": "description"
465                    }
466                },
467                "EgressAccessLogs": {
468                    "target": "com.amazonaws.mediapackage#EgressAccessLogs",
469                    "traits": {
470                        "smithy.api#jsonName": "egressAccessLogs"
471                    }
472                },
473                "HlsIngest": {
474                    "target": "com.amazonaws.mediapackage#HlsIngest",
475                    "traits": {
476                        "smithy.api#jsonName": "hlsIngest"
477                    }
478                },
479                "Id": {
480                    "target": "com.amazonaws.mediapackage#__string",
481                    "traits": {
482                        "smithy.api#documentation": "The ID of the Channel.",
483                        "smithy.api#jsonName": "id"
484                    }
485                },
486                "IngressAccessLogs": {
487                    "target": "com.amazonaws.mediapackage#IngressAccessLogs",
488                    "traits": {
489                        "smithy.api#jsonName": "ingressAccessLogs"
490                    }
491                },
492                "Tags": {
493                    "target": "com.amazonaws.mediapackage#Tags",
494                    "traits": {
495                        "smithy.api#jsonName": "tags"
496                    }
497                }
498            }
499        },
500        "com.amazonaws.mediapackage#CreateHarvestJob": {
501            "type": "operation",
502            "input": {
503                "target": "com.amazonaws.mediapackage#CreateHarvestJobRequest"
504            },
505            "output": {
506                "target": "com.amazonaws.mediapackage#CreateHarvestJobResponse"
507            },
508            "errors": [
509                {
510                    "target": "com.amazonaws.mediapackage#ForbiddenException"
511                },
512                {
513                    "target": "com.amazonaws.mediapackage#InternalServerErrorException"
514                },
515                {
516                    "target": "com.amazonaws.mediapackage#NotFoundException"
517                },
518                {
519                    "target": "com.amazonaws.mediapackage#ServiceUnavailableException"
520                },
521                {
522                    "target": "com.amazonaws.mediapackage#TooManyRequestsException"
523                },
524                {
525                    "target": "com.amazonaws.mediapackage#UnprocessableEntityException"
526                }
527            ],
528            "traits": {
529                "smithy.api#documentation": "Creates a new HarvestJob record.",
530                "smithy.api#http": {
531                    "method": "POST",
532                    "uri": "/harvest_jobs",
533                    "code": 200
534                }
535            }
536        },
537        "com.amazonaws.mediapackage#CreateHarvestJobRequest": {
538            "type": "structure",
539            "members": {
540                "EndTime": {
541                    "target": "com.amazonaws.mediapackage#__string",
542                    "traits": {
543                        "smithy.api#documentation": "The end of the time-window which will be harvested",
544                        "smithy.api#jsonName": "endTime",
545                        "smithy.api#required": {}
546                    }
547                },
548                "Id": {
549                    "target": "com.amazonaws.mediapackage#__string",
550                    "traits": {
551                        "smithy.api#documentation": "The ID of the HarvestJob. The ID must be unique within the region\nand it cannot be changed after the HarvestJob is submitted",
552                        "smithy.api#jsonName": "id",
553                        "smithy.api#required": {}
554                    }
555                },
556                "OriginEndpointId": {
557                    "target": "com.amazonaws.mediapackage#__string",
558                    "traits": {
559                        "smithy.api#documentation": "The ID of the OriginEndpoint that the HarvestJob will harvest from.\nThis cannot be changed after the HarvestJob is submitted.",
560                        "smithy.api#jsonName": "originEndpointId",
561                        "smithy.api#required": {}
562                    }
563                },
564                "S3Destination": {
565                    "target": "com.amazonaws.mediapackage#S3Destination",
566                    "traits": {
567                        "smithy.api#jsonName": "s3Destination",
568                        "smithy.api#required": {}
569                    }
570                },
571                "StartTime": {
572                    "target": "com.amazonaws.mediapackage#__string",
573                    "traits": {
574                        "smithy.api#documentation": "The start of the time-window which will be harvested",
575                        "smithy.api#jsonName": "startTime",
576                        "smithy.api#required": {}
577                    }
578                }
579            },
580            "traits": {
581                "smithy.api#documentation": "Configuration parameters used to create a new HarvestJob."
582            }
583        },
584        "com.amazonaws.mediapackage#CreateHarvestJobResponse": {
585            "type": "structure",
586            "members": {
587                "Arn": {
588                    "target": "com.amazonaws.mediapackage#__string",
589                    "traits": {
590                        "smithy.api#documentation": "The Amazon Resource Name (ARN) assigned to the HarvestJob.",
591                        "smithy.api#jsonName": "arn"
592                    }
593                },
594                "ChannelId": {
595                    "target": "com.amazonaws.mediapackage#__string",
596                    "traits": {
597                        "smithy.api#documentation": "The ID of the Channel that the HarvestJob will harvest from.",
598                        "smithy.api#jsonName": "channelId"
599                    }
600                },
601                "CreatedAt": {
602                    "target": "com.amazonaws.mediapackage#__string",
603                    "traits": {
604                        "smithy.api#documentation": "The time the HarvestJob was submitted",
605                        "smithy.api#jsonName": "createdAt"
606                    }
607                },
608                "EndTime": {
609                    "target": "com.amazonaws.mediapackage#__string",
610                    "traits": {
611                        "smithy.api#documentation": "The end of the time-window which will be harvested.",
612                        "smithy.api#jsonName": "endTime"
613                    }
614                },
615                "Id": {
616                    "target": "com.amazonaws.mediapackage#__string",
617                    "traits": {
618                        "smithy.api#documentation": "The ID of the HarvestJob. The ID must be unique within the region\nand it cannot be changed after the HarvestJob is submitted.",
619                        "smithy.api#jsonName": "id"
620                    }
621                },
622                "OriginEndpointId": {
623                    "target": "com.amazonaws.mediapackage#__string",
624                    "traits": {
625                        "smithy.api#documentation": "The ID of the OriginEndpoint that the HarvestJob will harvest from.\nThis cannot be changed after the HarvestJob is submitted.",
626                        "smithy.api#jsonName": "originEndpointId"
627                    }
628                },
629                "S3Destination": {
630                    "target": "com.amazonaws.mediapackage#S3Destination",
631                    "traits": {
632                        "smithy.api#jsonName": "s3Destination"
633                    }
634                },
635                "StartTime": {
636                    "target": "com.amazonaws.mediapackage#__string",
637                    "traits": {
638                        "smithy.api#documentation": "The start of the time-window which will be harvested.",
639                        "smithy.api#jsonName": "startTime"
640                    }
641                },
642                "Status": {
643                    "target": "com.amazonaws.mediapackage#Status",
644                    "traits": {
645                        "smithy.api#documentation": "The current status of the HarvestJob. Consider setting up a CloudWatch Event to listen for\nHarvestJobs as they succeed or fail. In the event of failure, the CloudWatch Event will\ninclude an explanation of why the HarvestJob failed.",
646                        "smithy.api#jsonName": "status"
647                    }
648                }
649            }
650        },
651        "com.amazonaws.mediapackage#CreateOriginEndpoint": {
652            "type": "operation",
653            "input": {
654                "target": "com.amazonaws.mediapackage#CreateOriginEndpointRequest"
655            },
656            "output": {
657                "target": "com.amazonaws.mediapackage#CreateOriginEndpointResponse"
658            },
659            "errors": [
660                {
661                    "target": "com.amazonaws.mediapackage#ForbiddenException"
662                },
663                {
664                    "target": "com.amazonaws.mediapackage#InternalServerErrorException"
665                },
666                {
667                    "target": "com.amazonaws.mediapackage#NotFoundException"
668                },
669                {
670                    "target": "com.amazonaws.mediapackage#ServiceUnavailableException"
671                },
672                {
673                    "target": "com.amazonaws.mediapackage#TooManyRequestsException"
674                },
675                {
676                    "target": "com.amazonaws.mediapackage#UnprocessableEntityException"
677                }
678            ],
679            "traits": {
680                "smithy.api#documentation": "Creates a new OriginEndpoint record.",
681                "smithy.api#http": {
682                    "method": "POST",
683                    "uri": "/origin_endpoints",
684                    "code": 200
685                }
686            }
687        },
688        "com.amazonaws.mediapackage#CreateOriginEndpointRequest": {
689            "type": "structure",
690            "members": {
691                "Authorization": {
692                    "target": "com.amazonaws.mediapackage#Authorization",
693                    "traits": {
694                        "smithy.api#jsonName": "authorization"
695                    }
696                },
697                "ChannelId": {
698                    "target": "com.amazonaws.mediapackage#__string",
699                    "traits": {
700                        "smithy.api#documentation": "The ID of the Channel that the OriginEndpoint will be associated with.\nThis cannot be changed after the OriginEndpoint is created.",
701                        "smithy.api#jsonName": "channelId",
702                        "smithy.api#required": {}
703                    }
704                },
705                "CmafPackage": {
706                    "target": "com.amazonaws.mediapackage#CmafPackageCreateOrUpdateParameters",
707                    "traits": {
708                        "smithy.api#jsonName": "cmafPackage"
709                    }
710                },
711                "DashPackage": {
712                    "target": "com.amazonaws.mediapackage#DashPackage",
713                    "traits": {
714                        "smithy.api#jsonName": "dashPackage"
715                    }
716                },
717                "Description": {
718                    "target": "com.amazonaws.mediapackage#__string",
719                    "traits": {
720                        "smithy.api#documentation": "A short text description of the OriginEndpoint.",
721                        "smithy.api#jsonName": "description"
722                    }
723                },
724                "HlsPackage": {
725                    "target": "com.amazonaws.mediapackage#HlsPackage",
726                    "traits": {
727                        "smithy.api#jsonName": "hlsPackage"
728                    }
729                },
730                "Id": {
731                    "target": "com.amazonaws.mediapackage#__string",
732                    "traits": {
733                        "smithy.api#documentation": "The ID of the OriginEndpoint.  The ID must be unique within the region\nand it cannot be changed after the OriginEndpoint is created.",
734                        "smithy.api#jsonName": "id",
735                        "smithy.api#required": {}
736                    }
737                },
738                "ManifestName": {
739                    "target": "com.amazonaws.mediapackage#__string",
740                    "traits": {
741                        "smithy.api#documentation": "A short string that will be used as the filename of the OriginEndpoint URL (defaults to \"index\").",
742                        "smithy.api#jsonName": "manifestName"
743                    }
744                },
745                "MssPackage": {
746                    "target": "com.amazonaws.mediapackage#MssPackage",
747                    "traits": {
748                        "smithy.api#jsonName": "mssPackage"
749                    }
750                },
751                "Origination": {
752                    "target": "com.amazonaws.mediapackage#Origination",
753                    "traits": {
754                        "smithy.api#documentation": "Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint\nmay by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be\nrequested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination",
755                        "smithy.api#jsonName": "origination"
756                    }
757                },
758                "StartoverWindowSeconds": {
759                    "target": "com.amazonaws.mediapackage#__integer",
760                    "traits": {
761                        "smithy.api#documentation": "Maximum duration (seconds) of content to retain for startover playback.\nIf not specified, startover playback will be disabled for the OriginEndpoint.",
762                        "smithy.api#jsonName": "startoverWindowSeconds"
763                    }
764                },
765                "Tags": {
766                    "target": "com.amazonaws.mediapackage#Tags",
767                    "traits": {
768                        "smithy.api#jsonName": "tags"
769                    }
770                },
771                "TimeDelaySeconds": {
772                    "target": "com.amazonaws.mediapackage#__integer",
773                    "traits": {
774                        "smithy.api#documentation": "Amount of delay (seconds) to enforce on the playback of live content.\nIf not specified, there will be no time delay in effect for the OriginEndpoint.",
775                        "smithy.api#jsonName": "timeDelaySeconds"
776                    }
777                },
778                "Whitelist": {
779                    "target": "com.amazonaws.mediapackage#__listOf__string",
780                    "traits": {
781                        "smithy.api#documentation": "A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.",
782                        "smithy.api#jsonName": "whitelist"
783                    }
784                }
785            },
786            "traits": {
787                "smithy.api#documentation": "Configuration parameters used to create a new OriginEndpoint."
788            }
789        },
790        "com.amazonaws.mediapackage#CreateOriginEndpointResponse": {
791            "type": "structure",
792            "members": {
793                "Arn": {
794                    "target": "com.amazonaws.mediapackage#__string",
795                    "traits": {
796                        "smithy.api#documentation": "The Amazon Resource Name (ARN) assigned to the OriginEndpoint.",
797                        "smithy.api#jsonName": "arn"
798                    }
799                },
800                "Authorization": {
801                    "target": "com.amazonaws.mediapackage#Authorization",
802                    "traits": {
803                        "smithy.api#jsonName": "authorization"
804                    }
805                },
806                "ChannelId": {
807                    "target": "com.amazonaws.mediapackage#__string",
808                    "traits": {
809                        "smithy.api#documentation": "The ID of the Channel the OriginEndpoint is associated with.",
810                        "smithy.api#jsonName": "channelId"
811                    }
812                },
813                "CmafPackage": {
814                    "target": "com.amazonaws.mediapackage#CmafPackage",
815                    "traits": {
816                        "smithy.api#jsonName": "cmafPackage"
817                    }
818                },
819                "DashPackage": {
820                    "target": "com.amazonaws.mediapackage#DashPackage",
821                    "traits": {
822                        "smithy.api#jsonName": "dashPackage"
823                    }
824                },
825                "Description": {
826                    "target": "com.amazonaws.mediapackage#__string",
827                    "traits": {
828                        "smithy.api#documentation": "A short text description of the OriginEndpoint.",
829                        "smithy.api#jsonName": "description"
830                    }
831                },
832                "HlsPackage": {
833                    "target": "com.amazonaws.mediapackage#HlsPackage",
834                    "traits": {
835                        "smithy.api#jsonName": "hlsPackage"
836                    }
837                },
838                "Id": {
839                    "target": "com.amazonaws.mediapackage#__string",
840                    "traits": {
841                        "smithy.api#documentation": "The ID of the OriginEndpoint.",
842                        "smithy.api#jsonName": "id"
843                    }
844                },
845                "ManifestName": {
846                    "target": "com.amazonaws.mediapackage#__string",
847                    "traits": {
848                        "smithy.api#documentation": "A short string appended to the end of the OriginEndpoint URL.",
849                        "smithy.api#jsonName": "manifestName"
850                    }
851                },
852                "MssPackage": {
853                    "target": "com.amazonaws.mediapackage#MssPackage",
854                    "traits": {
855                        "smithy.api#jsonName": "mssPackage"
856                    }
857                },
858                "Origination": {
859                    "target": "com.amazonaws.mediapackage#Origination",
860                    "traits": {
861                        "smithy.api#documentation": "Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint\nmay by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be\nrequested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination",
862                        "smithy.api#jsonName": "origination"
863                    }
864                },
865                "StartoverWindowSeconds": {
866                    "target": "com.amazonaws.mediapackage#__integer",
867                    "traits": {
868                        "smithy.api#documentation": "Maximum duration (seconds) of content to retain for startover playback.\nIf not specified, startover playback will be disabled for the OriginEndpoint.",
869                        "smithy.api#jsonName": "startoverWindowSeconds"
870                    }
871                },
872                "Tags": {
873                    "target": "com.amazonaws.mediapackage#Tags",
874                    "traits": {
875                        "smithy.api#jsonName": "tags"
876                    }
877                },
878                "TimeDelaySeconds": {
879                    "target": "com.amazonaws.mediapackage#__integer",
880                    "traits": {
881                        "smithy.api#documentation": "Amount of delay (seconds) to enforce on the playback of live content.\nIf not specified, there will be no time delay in effect for the OriginEndpoint.",
882                        "smithy.api#jsonName": "timeDelaySeconds"
883                    }
884                },
885                "Url": {
886                    "target": "com.amazonaws.mediapackage#__string",
887                    "traits": {
888                        "smithy.api#documentation": "The URL of the packaged OriginEndpoint for consumption.",
889                        "smithy.api#jsonName": "url"
890                    }
891                },
892                "Whitelist": {
893                    "target": "com.amazonaws.mediapackage#__listOf__string",
894                    "traits": {
895                        "smithy.api#documentation": "A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.",
896                        "smithy.api#jsonName": "whitelist"
897                    }
898                }
899            }
900        },
901        "com.amazonaws.mediapackage#DashEncryption": {
902            "type": "structure",
903            "members": {
904                "KeyRotationIntervalSeconds": {
905                    "target": "com.amazonaws.mediapackage#__integer",
906                    "traits": {
907                        "smithy.api#documentation": "Time (in seconds) between each encryption key rotation.",
908                        "smithy.api#jsonName": "keyRotationIntervalSeconds"
909                    }
910                },
911                "SpekeKeyProvider": {
912                    "target": "com.amazonaws.mediapackage#SpekeKeyProvider",
913                    "traits": {
914                        "smithy.api#jsonName": "spekeKeyProvider",
915                        "smithy.api#required": {}
916                    }
917                }
918            },
919            "traits": {
920                "smithy.api#documentation": "A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration."
921            }
922        },
923        "com.amazonaws.mediapackage#DashPackage": {
924            "type": "structure",
925            "members": {
926                "AdTriggers": {
927                    "target": "com.amazonaws.mediapackage#AdTriggers",
928                    "traits": {
929                        "smithy.api#jsonName": "adTriggers"
930                    }
931                },
932                "AdsOnDeliveryRestrictions": {
933                    "target": "com.amazonaws.mediapackage#AdsOnDeliveryRestrictions",
934                    "traits": {
935                        "smithy.api#jsonName": "adsOnDeliveryRestrictions"
936                    }
937                },
938                "Encryption": {
939                    "target": "com.amazonaws.mediapackage#DashEncryption",
940                    "traits": {
941                        "smithy.api#jsonName": "encryption"
942                    }
943                },
944                "ManifestLayout": {
945                    "target": "com.amazonaws.mediapackage#ManifestLayout",
946                    "traits": {
947                        "smithy.api#documentation": "Determines the position of some tags in the Media Presentation Description (MPD).  When set to FULL, elements like SegmentTemplate and ContentProtection are included in each Representation.  When set to COMPACT, duplicate elements are combined and presented at the AdaptationSet level.",
948                        "smithy.api#jsonName": "manifestLayout"
949                    }
950                },
951                "ManifestWindowSeconds": {
952                    "target": "com.amazonaws.mediapackage#__integer",
953                    "traits": {
954                        "smithy.api#documentation": "Time window (in seconds) contained in each manifest.",
955                        "smithy.api#jsonName": "manifestWindowSeconds"
956                    }
957                },
958                "MinBufferTimeSeconds": {
959                    "target": "com.amazonaws.mediapackage#__integer",
960                    "traits": {
961                        "smithy.api#documentation": "Minimum duration (in seconds) that a player will buffer media before starting the presentation.",
962                        "smithy.api#jsonName": "minBufferTimeSeconds"
963                    }
964                },
965                "MinUpdatePeriodSeconds": {
966                    "target": "com.amazonaws.mediapackage#__integer",
967                    "traits": {
968                        "smithy.api#documentation": "Minimum duration (in seconds) between potential changes to the Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD).",
969                        "smithy.api#jsonName": "minUpdatePeriodSeconds"
970                    }
971                },
972                "PeriodTriggers": {
973                    "target": "com.amazonaws.mediapackage#__listOf__PeriodTriggersElement",
974                    "traits": {
975                        "smithy.api#documentation": "A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH)\nMedia Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not\nbe partitioned into more than one period. If the list contains \"ADS\", new periods will be created where\nthe Channel source contains SCTE-35 ad markers.",
976                        "smithy.api#jsonName": "periodTriggers"
977                    }
978                },
979                "Profile": {
980                    "target": "com.amazonaws.mediapackage#Profile",
981                    "traits": {
982                        "smithy.api#documentation": "The Dynamic Adaptive Streaming over HTTP (DASH) profile type.  When set to \"HBBTV_1_5\", HbbTV 1.5 compliant output is enabled.",
983                        "smithy.api#jsonName": "profile"
984                    }
985                },
986                "SegmentDurationSeconds": {
987                    "target": "com.amazonaws.mediapackage#__integer",
988                    "traits": {
989                        "smithy.api#documentation": "Duration (in seconds) of each segment. Actual segments will be\nrounded to the nearest multiple of the source segment duration.",
990                        "smithy.api#jsonName": "segmentDurationSeconds"
991                    }
992                },
993                "SegmentTemplateFormat": {
994                    "target": "com.amazonaws.mediapackage#SegmentTemplateFormat",
995                    "traits": {
996                        "smithy.api#documentation": "Determines the type of SegmentTemplate included in the Media Presentation Description (MPD).  When set to NUMBER_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Number$ media URLs.  When set to TIME_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to NUMBER_WITH_DURATION, only a duration is included in each SegmentTemplate, with $Number$ media URLs.",
997                        "smithy.api#jsonName": "segmentTemplateFormat"
998                    }
999                },
1000                "StreamSelection": {
1001                    "target": "com.amazonaws.mediapackage#StreamSelection",
1002                    "traits": {
1003                        "smithy.api#jsonName": "streamSelection"
1004                    }
1005                },
1006                "SuggestedPresentationDelaySeconds": {
1007                    "target": "com.amazonaws.mediapackage#__integer",
1008                    "traits": {
1009                        "smithy.api#documentation": "Duration (in seconds) to delay live content before presentation.",
1010                        "smithy.api#jsonName": "suggestedPresentationDelaySeconds"
1011                    }
1012                },
1013                "UtcTiming": {
1014                    "target": "com.amazonaws.mediapackage#UtcTiming",
1015                    "traits": {
1016                        "smithy.api#documentation": "Determines the type of UTCTiming included in the Media Presentation Description (MPD)",
1017                        "smithy.api#jsonName": "utcTiming"
1018                    }
1019                },
1020                "UtcTimingUri": {
1021                    "target": "com.amazonaws.mediapackage#__string",
1022                    "traits": {
1023                        "smithy.api#documentation": "Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO or HTTP-HEAD",
1024                        "smithy.api#jsonName": "utcTimingUri"
1025                    }
1026                }
1027            },
1028            "traits": {
1029                "smithy.api#documentation": "A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration."
1030            }
1031        },
1032        "com.amazonaws.mediapackage#DeleteChannel": {
1033            "type": "operation",
1034            "input": {
1035                "target": "com.amazonaws.mediapackage#DeleteChannelRequest"
1036            },
1037            "output": {
1038                "target": "com.amazonaws.mediapackage#DeleteChannelResponse"
1039            },
1040            "errors": [
1041                {
1042                    "target": "com.amazonaws.mediapackage#ForbiddenException"
1043                },
1044                {
1045                    "target": "com.amazonaws.mediapackage#InternalServerErrorException"
1046                },
1047                {
1048                    "target": "com.amazonaws.mediapackage#NotFoundException"
1049                },
1050                {
1051                    "target": "com.amazonaws.mediapackage#ServiceUnavailableException"
1052                },
1053                {
1054                    "target": "com.amazonaws.mediapackage#TooManyRequestsException"
1055                },
1056                {
1057                    "target": "com.amazonaws.mediapackage#UnprocessableEntityException"
1058                }
1059            ],
1060            "traits": {
1061                "smithy.api#documentation": "Deletes an existing Channel.",
1062                "smithy.api#http": {
1063                    "method": "DELETE",
1064                    "uri": "/channels/{Id}",
1065                    "code": 202
1066                }
1067            }
1068        },
1069        "com.amazonaws.mediapackage#DeleteChannelRequest": {
1070            "type": "structure",
1071            "members": {
1072                "Id": {
1073                    "target": "com.amazonaws.mediapackage#__string",
1074                    "traits": {
1075                        "smithy.api#documentation": "The ID of the Channel to delete.",
1076                        "smithy.api#httpLabel": {},
1077                        "smithy.api#required": {}
1078                    }
1079                }
1080            }
1081        },
1082        "com.amazonaws.mediapackage#DeleteChannelResponse": {
1083            "type": "structure",
1084            "members": {}
1085        },
1086        "com.amazonaws.mediapackage#DeleteOriginEndpoint": {
1087            "type": "operation",
1088            "input": {
1089                "target": "com.amazonaws.mediapackage#DeleteOriginEndpointRequest"
1090            },
1091            "output": {
1092                "target": "com.amazonaws.mediapackage#DeleteOriginEndpointResponse"
1093            },
1094            "errors": [
1095                {
1096                    "target": "com.amazonaws.mediapackage#ForbiddenException"
1097                },
1098                {
1099                    "target": "com.amazonaws.mediapackage#InternalServerErrorException"
1100                },
1101                {
1102                    "target": "com.amazonaws.mediapackage#NotFoundException"
1103                },
1104                {
1105                    "target": "com.amazonaws.mediapackage#ServiceUnavailableException"
1106                },
1107                {
1108                    "target": "com.amazonaws.mediapackage#TooManyRequestsException"
1109                },
1110                {
1111                    "target": "com.amazonaws.mediapackage#UnprocessableEntityException"
1112                }
1113            ],
1114            "traits": {
1115                "smithy.api#documentation": "Deletes an existing OriginEndpoint.",
1116                "smithy.api#http": {
1117                    "method": "DELETE",
1118                    "uri": "/origin_endpoints/{Id}",
1119                    "code": 202
1120                }
1121            }
1122        },
1123        "com.amazonaws.mediapackage#DeleteOriginEndpointRequest": {
1124            "type": "structure",
1125            "members": {
1126                "Id": {
1127                    "target": "com.amazonaws.mediapackage#__string",
1128                    "traits": {
1129                        "smithy.api#documentation": "The ID of the OriginEndpoint to delete.",
1130                        "smithy.api#httpLabel": {},
1131                        "smithy.api#required": {}
1132                    }
1133                }
1134            }
1135        },
1136        "com.amazonaws.mediapackage#DeleteOriginEndpointResponse": {
1137            "type": "structure",
1138            "members": {}
1139        },
1140        "com.amazonaws.mediapackage#DescribeChannel": {
1141            "type": "operation",
1142            "input": {
1143                "target": "com.amazonaws.mediapackage#DescribeChannelRequest"
1144            },
1145            "output": {
1146                "target": "com.amazonaws.mediapackage#DescribeChannelResponse"
1147            },
1148            "errors": [
1149                {
1150                    "target": "com.amazonaws.mediapackage#ForbiddenException"
1151                },
1152                {
1153                    "target": "com.amazonaws.mediapackage#InternalServerErrorException"
1154                },
1155                {
1156                    "target": "com.amazonaws.mediapackage#NotFoundException"
1157                },
1158                {
1159                    "target": "com.amazonaws.mediapackage#ServiceUnavailableException"
1160                },
1161                {
1162                    "target": "com.amazonaws.mediapackage#TooManyRequestsException"
1163                },
1164                {
1165                    "target": "com.amazonaws.mediapackage#UnprocessableEntityException"
1166                }
1167            ],
1168            "traits": {
1169                "smithy.api#documentation": "Gets details about a Channel.",
1170                "smithy.api#http": {
1171                    "method": "GET",
1172                    "uri": "/channels/{Id}",
1173                    "code": 200
1174                }
1175            }
1176        },
1177        "com.amazonaws.mediapackage#DescribeChannelRequest": {
1178            "type": "structure",
1179            "members": {
1180                "Id": {
1181                    "target": "com.amazonaws.mediapackage#__string",
1182                    "traits": {
1183                        "smithy.api#documentation": "The ID of a Channel.",
1184                        "smithy.api#httpLabel": {},
1185                        "smithy.api#required": {}
1186                    }
1187                }
1188            }
1189        },
1190        "com.amazonaws.mediapackage#DescribeChannelResponse": {
1191            "type": "structure",
1192            "members": {
1193                "Arn": {
1194                    "target": "com.amazonaws.mediapackage#__string",
1195                    "traits": {
1196                        "smithy.api#documentation": "The Amazon Resource Name (ARN) assigned to the Channel.",
1197                        "smithy.api#jsonName": "arn"
1198                    }
1199                },
1200                "Description": {
1201                    "target": "com.amazonaws.mediapackage#__string",
1202                    "traits": {
1203                        "smithy.api#documentation": "A short text description of the Channel.",
1204                        "smithy.api#jsonName": "description"
1205                    }
1206                },
1207                "EgressAccessLogs": {
1208                    "target": "com.amazonaws.mediapackage#EgressAccessLogs",
1209                    "traits": {
1210                        "smithy.api#jsonName": "egressAccessLogs"
1211                    }
1212                },
1213                "HlsIngest": {
1214                    "target": "com.amazonaws.mediapackage#HlsIngest",
1215                    "traits": {
1216                        "smithy.api#jsonName": "hlsIngest"
1217                    }
1218                },
1219                "Id": {
1220                    "target": "com.amazonaws.mediapackage#__string",
1221                    "traits": {
1222                        "smithy.api#documentation": "The ID of the Channel.",
1223                        "smithy.api#jsonName": "id"
1224                    }
1225                },
1226                "IngressAccessLogs": {
1227                    "target": "com.amazonaws.mediapackage#IngressAccessLogs",
1228                    "traits": {
1229                        "smithy.api#jsonName": "ingressAccessLogs"
1230                    }
1231                },
1232                "Tags": {
1233                    "target": "com.amazonaws.mediapackage#Tags",
1234                    "traits": {
1235                        "smithy.api#jsonName": "tags"
1236                    }
1237                }
1238            }
1239        },
1240        "com.amazonaws.mediapackage#DescribeHarvestJob": {
1241            "type": "operation",
1242            "input": {
1243                "target": "com.amazonaws.mediapackage#DescribeHarvestJobRequest"
1244            },
1245            "output": {
1246                "target": "com.amazonaws.mediapackage#DescribeHarvestJobResponse"
1247            },
1248            "errors": [
1249                {
1250                    "target": "com.amazonaws.mediapackage#ForbiddenException"
1251                },
1252                {
1253                    "target": "com.amazonaws.mediapackage#InternalServerErrorException"
1254                },
1255                {
1256                    "target": "com.amazonaws.mediapackage#NotFoundException"
1257                },
1258                {
1259                    "target": "com.amazonaws.mediapackage#ServiceUnavailableException"
1260                },
1261                {
1262                    "target": "com.amazonaws.mediapackage#TooManyRequestsException"
1263                },
1264                {
1265                    "target": "com.amazonaws.mediapackage#UnprocessableEntityException"
1266                }
1267            ],
1268            "traits": {
1269                "smithy.api#documentation": "Gets details about an existing HarvestJob.",
1270                "smithy.api#http": {
1271                    "method": "GET",
1272                    "uri": "/harvest_jobs/{Id}",
1273                    "code": 200
1274                }
1275            }
1276        },
1277        "com.amazonaws.mediapackage#DescribeHarvestJobRequest": {
1278            "type": "structure",
1279            "members": {
1280                "Id": {
1281                    "target": "com.amazonaws.mediapackage#__string",
1282                    "traits": {
1283                        "smithy.api#documentation": "The ID of the HarvestJob.",
1284                        "smithy.api#httpLabel": {},
1285                        "smithy.api#required": {}
1286                    }
1287                }
1288            }
1289        },
1290        "com.amazonaws.mediapackage#DescribeHarvestJobResponse": {
1291            "type": "structure",
1292            "members": {
1293                "Arn": {
1294                    "target": "com.amazonaws.mediapackage#__string",
1295                    "traits": {
1296                        "smithy.api#documentation": "The Amazon Resource Name (ARN) assigned to the HarvestJob.",
1297                        "smithy.api#jsonName": "arn"
1298                    }
1299                },
1300                "ChannelId": {
1301                    "target": "com.amazonaws.mediapackage#__string",
1302                    "traits": {
1303                        "smithy.api#documentation": "The ID of the Channel that the HarvestJob will harvest from.",
1304                        "smithy.api#jsonName": "channelId"
1305                    }
1306                },
1307                "CreatedAt": {
1308                    "target": "com.amazonaws.mediapackage#__string",
1309                    "traits": {
1310                        "smithy.api#documentation": "The time the HarvestJob was submitted",
1311                        "smithy.api#jsonName": "createdAt"
1312                    }
1313                },
1314                "EndTime": {
1315                    "target": "com.amazonaws.mediapackage#__string",
1316                    "traits": {
1317                        "smithy.api#documentation": "The end of the time-window which will be harvested.",
1318                        "smithy.api#jsonName": "endTime"
1319                    }
1320                },
1321                "Id": {
1322                    "target": "com.amazonaws.mediapackage#__string",
1323                    "traits": {
1324                        "smithy.api#documentation": "The ID of the HarvestJob. The ID must be unique within the region\nand it cannot be changed after the HarvestJob is submitted.",
1325                        "smithy.api#jsonName": "id"
1326                    }
1327                },
1328                "OriginEndpointId": {
1329                    "target": "com.amazonaws.mediapackage#__string",
1330                    "traits": {
1331                        "smithy.api#documentation": "The ID of the OriginEndpoint that the HarvestJob will harvest from.\nThis cannot be changed after the HarvestJob is submitted.",
1332                        "smithy.api#jsonName": "originEndpointId"
1333                    }
1334                },
1335                "S3Destination": {
1336                    "target": "com.amazonaws.mediapackage#S3Destination",
1337                    "traits": {
1338                        "smithy.api#jsonName": "s3Destination"
1339                    }
1340                },
1341                "StartTime": {
1342                    "target": "com.amazonaws.mediapackage#__string",
1343                    "traits": {
1344                        "smithy.api#documentation": "The start of the time-window which will be harvested.",
1345                        "smithy.api#jsonName": "startTime"
1346                    }
1347                },
1348                "Status": {
1349                    "target": "com.amazonaws.mediapackage#Status",
1350                    "traits": {
1351                        "smithy.api#documentation": "The current status of the HarvestJob. Consider setting up a CloudWatch Event to listen for\nHarvestJobs as they succeed or fail. In the event of failure, the CloudWatch Event will\ninclude an explanation of why the HarvestJob failed.",
1352                        "smithy.api#jsonName": "status"
1353                    }
1354                }
1355            }
1356        },
1357        "com.amazonaws.mediapackage#DescribeOriginEndpoint": {
1358            "type": "operation",
1359            "input": {
1360                "target": "com.amazonaws.mediapackage#DescribeOriginEndpointRequest"
1361            },
1362            "output": {
1363                "target": "com.amazonaws.mediapackage#DescribeOriginEndpointResponse"
1364            },
1365            "errors": [
1366                {
1367                    "target": "com.amazonaws.mediapackage#ForbiddenException"
1368                },
1369                {
1370                    "target": "com.amazonaws.mediapackage#InternalServerErrorException"
1371                },
1372                {
1373                    "target": "com.amazonaws.mediapackage#NotFoundException"
1374                },
1375                {
1376                    "target": "com.amazonaws.mediapackage#ServiceUnavailableException"
1377                },
1378                {
1379                    "target": "com.amazonaws.mediapackage#TooManyRequestsException"
1380                },
1381                {
1382                    "target": "com.amazonaws.mediapackage#UnprocessableEntityException"
1383                }
1384            ],
1385            "traits": {
1386                "smithy.api#documentation": "Gets details about an existing OriginEndpoint.",
1387                "smithy.api#http": {
1388                    "method": "GET",
1389                    "uri": "/origin_endpoints/{Id}",
1390                    "code": 200
1391                }
1392            }
1393        },
1394        "com.amazonaws.mediapackage#DescribeOriginEndpointRequest": {
1395            "type": "structure",
1396            "members": {
1397                "Id": {
1398                    "target": "com.amazonaws.mediapackage#__string",
1399                    "traits": {
1400                        "smithy.api#documentation": "The ID of the OriginEndpoint.",
1401                        "smithy.api#httpLabel": {},
1402                        "smithy.api#required": {}
1403                    }
1404                }
1405            }
1406        },
1407        "com.amazonaws.mediapackage#DescribeOriginEndpointResponse": {
1408            "type": "structure",
1409            "members": {
1410                "Arn": {
1411                    "target": "com.amazonaws.mediapackage#__string",
1412                    "traits": {
1413                        "smithy.api#documentation": "The Amazon Resource Name (ARN) assigned to the OriginEndpoint.",
1414                        "smithy.api#jsonName": "arn"
1415                    }
1416                },
1417                "Authorization": {
1418                    "target": "com.amazonaws.mediapackage#Authorization",
1419                    "traits": {
1420                        "smithy.api#jsonName": "authorization"
1421                    }
1422                },
1423                "ChannelId": {
1424                    "target": "com.amazonaws.mediapackage#__string",
1425                    "traits": {
1426                        "smithy.api#documentation": "The ID of the Channel the OriginEndpoint is associated with.",
1427                        "smithy.api#jsonName": "channelId"
1428                    }
1429                },
1430                "CmafPackage": {
1431                    "target": "com.amazonaws.mediapackage#CmafPackage",
1432                    "traits": {
1433                        "smithy.api#jsonName": "cmafPackage"
1434                    }
1435                },
1436                "DashPackage": {
1437                    "target": "com.amazonaws.mediapackage#DashPackage",
1438                    "traits": {
1439                        "smithy.api#jsonName": "dashPackage"
1440                    }
1441                },
1442                "Description": {
1443                    "target": "com.amazonaws.mediapackage#__string",
1444                    "traits": {
1445                        "smithy.api#documentation": "A short text description of the OriginEndpoint.",
1446                        "smithy.api#jsonName": "description"
1447                    }
1448                },
1449                "HlsPackage": {
1450                    "target": "com.amazonaws.mediapackage#HlsPackage",
1451                    "traits": {
1452                        "smithy.api#jsonName": "hlsPackage"
1453                    }
1454                },
1455                "Id": {
1456                    "target": "com.amazonaws.mediapackage#__string",
1457                    "traits": {
1458                        "smithy.api#documentation": "The ID of the OriginEndpoint.",
1459                        "smithy.api#jsonName": "id"
1460                    }
1461                },
1462                "ManifestName": {
1463                    "target": "com.amazonaws.mediapackage#__string",
1464                    "traits": {
1465                        "smithy.api#documentation": "A short string appended to the end of the OriginEndpoint URL.",
1466                        "smithy.api#jsonName": "manifestName"
1467                    }
1468                },
1469                "MssPackage": {
1470                    "target": "com.amazonaws.mediapackage#MssPackage",
1471                    "traits": {
1472                        "smithy.api#jsonName": "mssPackage"
1473                    }
1474                },
1475                "Origination": {
1476                    "target": "com.amazonaws.mediapackage#Origination",
1477                    "traits": {
1478                        "smithy.api#documentation": "Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint\nmay by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be\nrequested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination",
1479                        "smithy.api#jsonName": "origination"
1480                    }
1481                },
1482                "StartoverWindowSeconds": {
1483                    "target": "com.amazonaws.mediapackage#__integer",
1484                    "traits": {
1485                        "smithy.api#documentation": "Maximum duration (seconds) of content to retain for startover playback.\nIf not specified, startover playback will be disabled for the OriginEndpoint.",
1486                        "smithy.api#jsonName": "startoverWindowSeconds"
1487                    }
1488                },
1489                "Tags": {
1490                    "target": "com.amazonaws.mediapackage#Tags",
1491                    "traits": {
1492                        "smithy.api#jsonName": "tags"
1493                    }
1494                },
1495                "TimeDelaySeconds": {
1496                    "target": "com.amazonaws.mediapackage#__integer",
1497                    "traits": {
1498                        "smithy.api#documentation": "Amount of delay (seconds) to enforce on the playback of live content.\nIf not specified, there will be no time delay in effect for the OriginEndpoint.",
1499                        "smithy.api#jsonName": "timeDelaySeconds"
1500                    }
1501                },
1502                "Url": {
1503                    "target": "com.amazonaws.mediapackage#__string",
1504                    "traits": {
1505                        "smithy.api#documentation": "The URL of the packaged OriginEndpoint for consumption.",
1506                        "smithy.api#jsonName": "url"
1507                    }
1508                },
1509                "Whitelist": {
1510                    "target": "com.amazonaws.mediapackage#__listOf__string",
1511                    "traits": {
1512                        "smithy.api#documentation": "A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.",
1513                        "smithy.api#jsonName": "whitelist"
1514                    }
1515                }
1516            }
1517        },
1518        "com.amazonaws.mediapackage#EgressAccessLogs": {
1519            "type": "structure",
1520            "members": {
1521                "LogGroupName": {
1522                    "target": "com.amazonaws.mediapackage#__string",
1523                    "traits": {
1524                        "smithy.api#documentation": "Customize the log group name.",
1525                        "smithy.api#jsonName": "logGroupName"
1526                    }
1527                }
1528            },
1529            "traits": {
1530                "smithy.api#documentation": "Configure egress access logging."
1531            }
1532        },
1533        "com.amazonaws.mediapackage#EncryptionContractConfiguration": {
1534            "type": "structure",
1535            "members": {
1536                "PresetSpeke20Audio": {
1537                    "target": "com.amazonaws.mediapackage#PresetSpeke20Audio",
1538                    "traits": {
1539                        "smithy.api#documentation": "A collection of audio encryption presets.",
1540                        "smithy.api#jsonName": "presetSpeke20Audio",
1541                        "smithy.api#required": {}
1542                    }
1543                },
1544                "PresetSpeke20Video": {
1545                    "target": "com.amazonaws.mediapackage#PresetSpeke20Video",
1546                    "traits": {
1547                        "smithy.api#documentation": "A collection of video encryption presets.",
1548                        "smithy.api#jsonName": "presetSpeke20Video",
1549                        "smithy.api#required": {}
1550                    }
1551                }
1552            },
1553            "traits": {
1554                "smithy.api#documentation": "Use encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE 2.0. \nThe encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. \nTo configure the encryption contract, specify which audio and video encryption presets to use.\nNote the following considerations when using encryptionContractConfiguration:\nencryptionContractConfiguration can be used for DASH endpoints that use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification.\nYou must disable key rotation for this endpoint by setting keyRotationIntervalSeconds to 0."
1555            }
1556        },
1557        "com.amazonaws.mediapackage#EncryptionMethod": {
1558            "type": "string",
1559            "traits": {
1560                "smithy.api#enum": [
1561                    {
1562                        "value": "AES_128",
1563                        "name": "AES_128"
1564                    },
1565                    {
1566                        "value": "SAMPLE_AES",
1567                        "name": "SAMPLE_AES"
1568                    }
1569                ]
1570            }
1571        },
1572        "com.amazonaws.mediapackage#ForbiddenException": {
1573            "type": "structure",
1574            "members": {
1575                "Message": {
1576                    "target": "com.amazonaws.mediapackage#__string",
1577                    "traits": {
1578                        "smithy.api#jsonName": "message"
1579                    }
1580                }
1581            },
1582            "traits": {
1583                "smithy.api#documentation": "The client is not authorized to access the requested resource.",
1584                "smithy.api#error": "client",
1585                "smithy.api#httpError": 403
1586            }
1587        },
1588        "com.amazonaws.mediapackage#HarvestJob": {
1589            "type": "structure",
1590            "members": {
1591                "Arn": {
1592                    "target": "com.amazonaws.mediapackage#__string",
1593                    "traits": {
1594                        "smithy.api#documentation": "The Amazon Resource Name (ARN) assigned to the HarvestJob.",
1595                        "smithy.api#jsonName": "arn"
1596                    }
1597                },
1598                "ChannelId": {
1599                    "target": "com.amazonaws.mediapackage#__string",
1600                    "traits": {
1601                        "smithy.api#documentation": "The ID of the Channel that the HarvestJob will harvest from.",
1602                        "smithy.api#jsonName": "channelId"
1603                    }
1604                },
1605                "CreatedAt": {
1606                    "target": "com.amazonaws.mediapackage#__string",
1607                    "traits": {
1608                        "smithy.api#documentation": "The time the HarvestJob was submitted",
1609                        "smithy.api#jsonName": "createdAt"
1610                    }
1611                },
1612                "EndTime": {
1613                    "target": "com.amazonaws.mediapackage#__string",
1614                    "traits": {
1615                        "smithy.api#documentation": "The end of the time-window which will be harvested.",
1616                        "smithy.api#jsonName": "endTime"
1617                    }
1618                },
1619                "Id": {
1620                    "target": "com.amazonaws.mediapackage#__string",
1621                    "traits": {
1622                        "smithy.api#documentation": "The ID of the HarvestJob. The ID must be unique within the region\nand it cannot be changed after the HarvestJob is submitted.",
1623                        "smithy.api#jsonName": "id"
1624                    }
1625                },
1626                "OriginEndpointId": {
1627                    "target": "com.amazonaws.mediapackage#__string",
1628                    "traits": {
1629                        "smithy.api#documentation": "The ID of the OriginEndpoint that the HarvestJob will harvest from.\nThis cannot be changed after the HarvestJob is submitted.",
1630                        "smithy.api#jsonName": "originEndpointId"
1631                    }
1632                },
1633                "S3Destination": {
1634                    "target": "com.amazonaws.mediapackage#S3Destination",
1635                    "traits": {
1636                        "smithy.api#jsonName": "s3Destination"
1637                    }
1638                },
1639                "StartTime": {
1640                    "target": "com.amazonaws.mediapackage#__string",
1641                    "traits": {
1642                        "smithy.api#documentation": "The start of the time-window which will be harvested.",
1643                        "smithy.api#jsonName": "startTime"
1644                    }
1645                },
1646                "Status": {
1647                    "target": "com.amazonaws.mediapackage#Status",
1648                    "traits": {
1649                        "smithy.api#documentation": "The current status of the HarvestJob. Consider setting up a CloudWatch Event to listen for\nHarvestJobs as they succeed or fail. In the event of failure, the CloudWatch Event will\ninclude an explanation of why the HarvestJob failed.",
1650                        "smithy.api#jsonName": "status"
1651                    }
1652                }
1653            },
1654            "traits": {
1655                "smithy.api#documentation": "A HarvestJob resource configuration"
1656            }
1657        },
1658        "com.amazonaws.mediapackage#HlsEncryption": {
1659            "type": "structure",
1660            "members": {
1661                "ConstantInitializationVector": {
1662                    "target": "com.amazonaws.mediapackage#__string",
1663                    "traits": {
1664                        "smithy.api#documentation": "A constant initialization vector for encryption (optional).\nWhen not specified the initialization vector will be periodically rotated.",
1665                        "smithy.api#jsonName": "constantInitializationVector"
1666                    }
1667                },
1668                "EncryptionMethod": {
1669                    "target": "com.amazonaws.mediapackage#EncryptionMethod",
1670                    "traits": {
1671                        "smithy.api#documentation": "The encryption method to use.",
1672                        "smithy.api#jsonName": "encryptionMethod"
1673                    }
1674                },
1675                "KeyRotationIntervalSeconds": {
1676                    "target": "com.amazonaws.mediapackage#__integer",
1677                    "traits": {
1678                        "smithy.api#documentation": "Interval (in seconds) between each encryption key rotation.",
1679                        "smithy.api#jsonName": "keyRotationIntervalSeconds"
1680                    }
1681                },
1682                "RepeatExtXKey": {
1683                    "target": "com.amazonaws.mediapackage#__boolean",
1684                    "traits": {
1685                        "smithy.api#documentation": "When enabled, the EXT-X-KEY tag will be repeated in output manifests.",
1686                        "smithy.api#jsonName": "repeatExtXKey"
1687                    }
1688                },
1689                "SpekeKeyProvider": {
1690                    "target": "com.amazonaws.mediapackage#SpekeKeyProvider",
1691                    "traits": {
1692                        "smithy.api#jsonName": "spekeKeyProvider",
1693                        "smithy.api#required": {}
1694                    }
1695                }
1696            },
1697            "traits": {
1698                "smithy.api#documentation": "An HTTP Live Streaming (HLS) encryption configuration."
1699            }
1700        },
1701        "com.amazonaws.mediapackage#HlsIngest": {
1702            "type": "structure",
1703            "members": {
1704                "IngestEndpoints": {
1705                    "target": "com.amazonaws.mediapackage#__listOfIngestEndpoint",
1706                    "traits": {
1707                        "smithy.api#documentation": "A list of endpoints to which the source stream should be sent.",
1708                        "smithy.api#jsonName": "ingestEndpoints"
1709                    }
1710                }
1711            },
1712            "traits": {
1713                "smithy.api#documentation": "An HTTP Live Streaming (HLS) ingest resource configuration."
1714            }
1715        },
1716        "com.amazonaws.mediapackage#HlsManifest": {
1717            "type": "structure",
1718            "members": {
1719                "AdMarkers": {
1720                    "target": "com.amazonaws.mediapackage#AdMarkers",
1721                    "traits": {
1722                        "smithy.api#documentation": "This setting controls how ad markers are included in the packaged OriginEndpoint.\n\"NONE\" will omit all SCTE-35 ad markers from the output.\n\"PASSTHROUGH\" causes the manifest to contain a copy of the SCTE-35 ad\nmarkers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest.\n\"SCTE35_ENHANCED\" generates ad markers and blackout tags based on SCTE-35\nmessages in the input source.\n\"DATERANGE\" inserts EXT-X-DATERANGE tags to signal ad and program transition events \nin HLS and CMAF manifests. For this option, you must set a programDateTimeIntervalSeconds value \nthat is greater than 0.",
1723                        "smithy.api#jsonName": "adMarkers"
1724                    }
1725                },
1726                "Id": {
1727                    "target": "com.amazonaws.mediapackage#__string",
1728                    "traits": {
1729                        "smithy.api#documentation": "The ID of the manifest. The ID must be unique within the OriginEndpoint and it cannot be changed after it is created.",
1730                        "smithy.api#jsonName": "id",
1731                        "smithy.api#required": {}
1732                    }
1733                },
1734                "IncludeIframeOnlyStream": {
1735                    "target": "com.amazonaws.mediapackage#__boolean",
1736                    "traits": {
1737                        "smithy.api#documentation": "When enabled, an I-Frame only stream will be included in the output.",
1738                        "smithy.api#jsonName": "includeIframeOnlyStream"
1739                    }
1740                },
1741                "ManifestName": {
1742                    "target": "com.amazonaws.mediapackage#__string",
1743                    "traits": {
1744                        "smithy.api#documentation": "An optional short string appended to the end of the OriginEndpoint URL. If not specified, defaults to the manifestName for the OriginEndpoint.",
1745                        "smithy.api#jsonName": "manifestName"
1746                    }
1747                },
1748                "PlaylistType": {
1749                    "target": "com.amazonaws.mediapackage#PlaylistType",
1750                    "traits": {
1751                        "smithy.api#documentation": "The HTTP Live Streaming (HLS) playlist type.\nWhen either \"EVENT\" or \"VOD\" is specified, a corresponding EXT-X-PLAYLIST-TYPE\nentry will be included in the media playlist.",
1752                        "smithy.api#jsonName": "playlistType"
1753                    }
1754                },
1755                "PlaylistWindowSeconds": {
1756                    "target": "com.amazonaws.mediapackage#__integer",
1757                    "traits": {
1758                        "smithy.api#documentation": "Time window (in seconds) contained in each parent manifest.",
1759                        "smithy.api#jsonName": "playlistWindowSeconds"
1760                    }
1761                },
1762                "ProgramDateTimeIntervalSeconds": {
1763                    "target": "com.amazonaws.mediapackage#__integer",
1764                    "traits": {
1765                        "smithy.api#documentation": "The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag\ninserted into manifests. Additionally, when an interval is specified\nID3Timed Metadata messages will be generated every 5 seconds using the\ningest time of the content.\nIf the interval is not specified, or set to 0, then\nno EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests and no\nID3Timed Metadata messages will be generated. Note that irrespective\nof this parameter, if any ID3 Timed Metadata is found in HTTP Live Streaming (HLS) input,\nit will be passed through to HLS output.",
1766                        "smithy.api#jsonName": "programDateTimeIntervalSeconds"
1767                    }
1768                },
1769                "Url": {
1770                    "target": "com.amazonaws.mediapackage#__string",
1771                    "traits": {
1772                        "smithy.api#documentation": "The URL of the packaged OriginEndpoint for consumption.",
1773                        "smithy.api#jsonName": "url"
1774                    }
1775                }
1776            },
1777            "traits": {
1778                "smithy.api#documentation": "A HTTP Live Streaming (HLS) manifest configuration."
1779            }
1780        },
1781        "com.amazonaws.mediapackage#HlsManifestCreateOrUpdateParameters": {
1782            "type": "structure",
1783            "members": {
1784                "AdMarkers": {
1785                    "target": "com.amazonaws.mediapackage#AdMarkers",
1786                    "traits": {
1787                        "smithy.api#documentation": "This setting controls how ad markers are included in the packaged OriginEndpoint.\n\"NONE\" will omit all SCTE-35 ad markers from the output.\n\"PASSTHROUGH\" causes the manifest to contain a copy of the SCTE-35 ad\nmarkers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest.\n\"SCTE35_ENHANCED\" generates ad markers and blackout tags based on SCTE-35\nmessages in the input source.\n\"DATERANGE\" inserts EXT-X-DATERANGE tags to signal ad and program transition events \nin HLS and CMAF manifests. For this option, you must set a programDateTimeIntervalSeconds value \nthat is greater than 0.",
1788                        "smithy.api#jsonName": "adMarkers"
1789                    }
1790                },
1791                "AdTriggers": {
1792                    "target": "com.amazonaws.mediapackage#AdTriggers",
1793                    "traits": {
1794                        "smithy.api#jsonName": "adTriggers"
1795                    }
1796                },
1797                "AdsOnDeliveryRestrictions": {
1798                    "target": "com.amazonaws.mediapackage#AdsOnDeliveryRestrictions",
1799                    "traits": {
1800                        "smithy.api#jsonName": "adsOnDeliveryRestrictions"
1801                    }
1802                },
1803                "Id": {
1804                    "target": "com.amazonaws.mediapackage#__string",
1805                    "traits": {
1806                        "smithy.api#documentation": "The ID of the manifest. The ID must be unique within the OriginEndpoint and it cannot be changed after it is created.",
1807                        "smithy.api#jsonName": "id",
1808                        "smithy.api#required": {}
1809                    }
1810                },
1811                "IncludeIframeOnlyStream": {
1812                    "target": "com.amazonaws.mediapackage#__boolean",
1813                    "traits": {
1814                        "smithy.api#documentation": "When enabled, an I-Frame only stream will be included in the output.",
1815                        "smithy.api#jsonName": "includeIframeOnlyStream"
1816                    }
1817                },
1818                "ManifestName": {
1819                    "target": "com.amazonaws.mediapackage#__string",
1820                    "traits": {
1821                        "smithy.api#documentation": "An optional short string appended to the end of the OriginEndpoint URL. If not specified, defaults to the manifestName for the OriginEndpoint.",
1822                        "smithy.api#jsonName": "manifestName"
1823                    }
1824                },
1825                "PlaylistType": {
1826                    "target": "com.amazonaws.mediapackage#PlaylistType",
1827                    "traits": {
1828                        "smithy.api#documentation": "The HTTP Live Streaming (HLS) playlist type.\nWhen either \"EVENT\" or \"VOD\" is specified, a corresponding EXT-X-PLAYLIST-TYPE\nentry will be included in the media playlist.",
1829                        "smithy.api#jsonName": "playlistType"
1830                    }
1831                },
1832                "PlaylistWindowSeconds": {
1833                    "target": "com.amazonaws.mediapackage#__integer",
1834                    "traits": {
1835                        "smithy.api#documentation": "Time window (in seconds) contained in each parent manifest.",
1836                        "smithy.api#jsonName": "playlistWindowSeconds"
1837                    }
1838                },
1839                "ProgramDateTimeIntervalSeconds": {
1840                    "target": "com.amazonaws.mediapackage#__integer",
1841                    "traits": {
1842                        "smithy.api#documentation": "The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag\ninserted into manifests. Additionally, when an interval is specified\nID3Timed Metadata messages will be generated every 5 seconds using the\ningest time of the content.\nIf the interval is not specified, or set to 0, then\nno EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests and no\nID3Timed Metadata messages will be generated. Note that irrespective\nof this parameter, if any ID3 Timed Metadata is found in HTTP Live Streaming (HLS) input,\nit will be passed through to HLS output.",
1843                        "smithy.api#jsonName": "programDateTimeIntervalSeconds"
1844                    }
1845                }
1846            },
1847            "traits": {
1848                "smithy.api#documentation": "A HTTP Live Streaming (HLS) manifest configuration."
1849            }
1850        },
1851        "com.amazonaws.mediapackage#HlsPackage": {
1852            "type": "structure",
1853            "members": {
1854                "AdMarkers": {
1855                    "target": "com.amazonaws.mediapackage#AdMarkers",
1856                    "traits": {
1857                        "smithy.api#documentation": "This setting controls how ad markers are included in the packaged OriginEndpoint.\n\"NONE\" will omit all SCTE-35 ad markers from the output.\n\"PASSTHROUGH\" causes the manifest to contain a copy of the SCTE-35 ad\nmarkers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest.\n\"SCTE35_ENHANCED\" generates ad markers and blackout tags based on SCTE-35\nmessages in the input source.\n\"DATERANGE\" inserts EXT-X-DATERANGE tags to signal ad and program transition events \nin HLS and CMAF manifests. For this option, you must set a programDateTimeIntervalSeconds value \nthat is greater than 0.",
1858                        "smithy.api#jsonName": "adMarkers"
1859                    }
1860                },
1861                "AdTriggers": {
1862                    "target": "com.amazonaws.mediapackage#AdTriggers",
1863                    "traits": {
1864                        "smithy.api#jsonName": "adTriggers"
1865                    }
1866                },
1867                "AdsOnDeliveryRestrictions": {
1868                    "target": "com.amazonaws.mediapackage#AdsOnDeliveryRestrictions",
1869                    "traits": {
1870                        "smithy.api#jsonName": "adsOnDeliveryRestrictions"
1871                    }
1872                },
1873                "Encryption": {
1874                    "target": "com.amazonaws.mediapackage#HlsEncryption",
1875                    "traits": {
1876                        "smithy.api#jsonName": "encryption"
1877                    }
1878                },
1879                "IncludeIframeOnlyStream": {
1880                    "target": "com.amazonaws.mediapackage#__boolean",
1881                    "traits": {
1882                        "smithy.api#documentation": "When enabled, an I-Frame only stream will be included in the output.",
1883                        "smithy.api#jsonName": "includeIframeOnlyStream"
1884                    }
1885                },
1886                "PlaylistType": {
1887                    "target": "com.amazonaws.mediapackage#PlaylistType",
1888                    "traits": {
1889                        "smithy.api#documentation": "The HTTP Live Streaming (HLS) playlist type.\nWhen either \"EVENT\" or \"VOD\" is specified, a corresponding EXT-X-PLAYLIST-TYPE\nentry will be included in the media playlist.",
1890                        "smithy.api#jsonName": "playlistType"
1891                    }
1892                },
1893                "PlaylistWindowSeconds": {
1894                    "target": "com.amazonaws.mediapackage#__integer",
1895                    "traits": {
1896                        "smithy.api#documentation": "Time window (in seconds) contained in each parent manifest.",
1897                        "smithy.api#jsonName": "playlistWindowSeconds"
1898                    }
1899                },
1900                "ProgramDateTimeIntervalSeconds": {
1901                    "target": "com.amazonaws.mediapackage#__integer",
1902                    "traits": {
1903                        "smithy.api#documentation": "The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag\ninserted into manifests. Additionally, when an interval is specified\nID3Timed Metadata messages will be generated every 5 seconds using the\ningest time of the content.\nIf the interval is not specified, or set to 0, then\nno EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests and no\nID3Timed Metadata messages will be generated. Note that irrespective\nof this parameter, if any ID3 Timed Metadata is found in HTTP Live Streaming (HLS) input,\nit will be passed through to HLS output.",
1904                        "smithy.api#jsonName": "programDateTimeIntervalSeconds"
1905                    }
1906                },
1907                "SegmentDurationSeconds": {
1908                    "target": "com.amazonaws.mediapackage#__integer",
1909                    "traits": {
1910                        "smithy.api#documentation": "Duration (in seconds) of each fragment. Actual fragments will be\nrounded to the nearest multiple of the source fragment duration.",
1911                        "smithy.api#jsonName": "segmentDurationSeconds"
1912                    }
1913                },
1914                "StreamSelection": {
1915                    "target": "com.amazonaws.mediapackage#StreamSelection",
1916                    "traits": {
1917                        "smithy.api#jsonName": "streamSelection"
1918                    }
1919                },
1920                "UseAudioRenditionGroup": {
1921                    "target": "com.amazonaws.mediapackage#__boolean",
1922                    "traits": {
1923                        "smithy.api#documentation": "When enabled, audio streams will be placed in rendition groups in the output.",
1924                        "smithy.api#jsonName": "useAudioRenditionGroup"
1925                    }
1926                }
1927            },
1928            "traits": {
1929                "smithy.api#documentation": "An HTTP Live Streaming (HLS) packaging configuration."
1930            }
1931        },
1932        "com.amazonaws.mediapackage#IngestEndpoint": {
1933            "type": "structure",
1934            "members": {
1935                "Id": {
1936                    "target": "com.amazonaws.mediapackage#__string",
1937                    "traits": {
1938                        "smithy.api#documentation": "The system generated unique identifier for the IngestEndpoint",
1939                        "smithy.api#jsonName": "id"
1940                    }
1941                },
1942                "Password": {
1943                    "target": "com.amazonaws.mediapackage#__string",
1944                    "traits": {
1945                        "smithy.api#documentation": "The system generated password for ingest authentication.",
1946                        "smithy.api#jsonName": "password"
1947                    }
1948                },
1949                "Url": {
1950                    "target": "com.amazonaws.mediapackage#__string",
1951                    "traits": {
1952                        "smithy.api#documentation": "The ingest URL to which the source stream should be sent.",
1953                        "smithy.api#jsonName": "url"
1954                    }
1955                },
1956                "Username": {
1957                    "target": "com.amazonaws.mediapackage#__string",
1958                    "traits": {
1959                        "smithy.api#documentation": "The system generated username for ingest authentication.",
1960                        "smithy.api#jsonName": "username"
1961                    }
1962                }
1963            },
1964            "traits": {
1965                "smithy.api#documentation": "An endpoint for ingesting source content for a Channel."
1966            }
1967        },
1968        "com.amazonaws.mediapackage#IngressAccessLogs": {
1969            "type": "structure",
1970            "members": {
1971                "LogGroupName": {
1972                    "target": "com.amazonaws.mediapackage#__string",
1973                    "traits": {
1974                        "smithy.api#documentation": "Customize the log group name.",
1975                        "smithy.api#jsonName": "logGroupName"
1976                    }
1977                }
1978            },
1979            "traits": {
1980                "smithy.api#documentation": "Configure ingress access logging."
1981            }
1982        },
1983        "com.amazonaws.mediapackage#InternalServerErrorException": {
1984            "type": "structure",
1985            "members": {
1986                "Message": {
1987                    "target": "com.amazonaws.mediapackage#__string",
1988                    "traits": {
1989                        "smithy.api#jsonName": "message"
1990                    }
1991                }
1992            },
1993            "traits": {
1994                "smithy.api#documentation": "An unexpected error occurred.",
1995                "smithy.api#error": "server",
1996                "smithy.api#httpError": 500
1997            }
1998        },
1999        "com.amazonaws.mediapackage#ListChannels": {
2000            "type": "operation",
2001            "input": {
2002                "target": "com.amazonaws.mediapackage#ListChannelsRequest"
2003            },
2004            "output": {
2005                "target": "com.amazonaws.mediapackage#ListChannelsResponse"
2006            },
2007            "errors": [
2008                {
2009                    "target": "com.amazonaws.mediapackage#ForbiddenException"
2010                },
2011                {
2012                    "target": "com.amazonaws.mediapackage#InternalServerErrorException"
2013                },
2014                {
2015                    "target": "com.amazonaws.mediapackage#NotFoundException"
2016                },
2017                {
2018                    "target": "com.amazonaws.mediapackage#ServiceUnavailableException"
2019                },
2020                {
2021                    "target": "com.amazonaws.mediapackage#TooManyRequestsException"
2022                },
2023                {
2024                    "target": "com.amazonaws.mediapackage#UnprocessableEntityException"
2025                }
2026            ],
2027            "traits": {
2028                "smithy.api#documentation": "Returns a collection of Channels.",
2029                "smithy.api#http": {
2030                    "method": "GET",
2031                    "uri": "/channels",
2032                    "code": 200
2033                },
2034                "smithy.api#paginated": {
2035                    "inputToken": "NextToken",
2036                    "outputToken": "NextToken",
2037                    "items": "Channels",
2038                    "pageSize": "MaxResults"
2039                }
2040            }
2041        },
2042        "com.amazonaws.mediapackage#ListChannelsRequest": {
2043            "type": "structure",
2044            "members": {
2045                "MaxResults": {
2046                    "target": "com.amazonaws.mediapackage#MaxResults",
2047                    "traits": {
2048                        "smithy.api#documentation": "Upper bound on number of records to return.",
2049                        "smithy.api#httpQuery": "maxResults"
2050                    }
2051                },
2052                "NextToken": {
2053                    "target": "com.amazonaws.mediapackage#__string",
2054                    "traits": {
2055                        "smithy.api#documentation": "A token used to resume pagination from the end of a previous request.",
2056                        "smithy.api#httpQuery": "nextToken"
2057                    }
2058                }
2059            }
2060        },
2061        "com.amazonaws.mediapackage#ListChannelsResponse": {
2062            "type": "structure",
2063            "members": {
2064                "Channels": {
2065                    "target": "com.amazonaws.mediapackage#__listOfChannel",
2066                    "traits": {
2067                        "smithy.api#documentation": "A list of Channel records.",
2068                        "smithy.api#jsonName": "channels"
2069                    }
2070                },
2071                "NextToken": {
2072                    "target": "com.amazonaws.mediapackage#__string",
2073                    "traits": {
2074                        "smithy.api#documentation": "A token that can be used to resume pagination from the end of the collection.",
2075                        "smithy.api#jsonName": "nextToken"
2076                    }
2077                }
2078            }
2079        },
2080        "com.amazonaws.mediapackage#ListHarvestJobs": {
2081            "type": "operation",
2082            "input": {
2083                "target": "com.amazonaws.mediapackage#ListHarvestJobsRequest"
2084            },
2085            "output": {
2086                "target": "com.amazonaws.mediapackage#ListHarvestJobsResponse"
2087            },
2088            "errors": [
2089                {
2090                    "target": "com.amazonaws.mediapackage#ForbiddenException"
2091                },
2092                {
2093                    "target": "com.amazonaws.mediapackage#InternalServerErrorException"
2094                },
2095                {
2096                    "target": "com.amazonaws.mediapackage#NotFoundException"
2097                },
2098                {
2099                    "target": "com.amazonaws.mediapackage#ServiceUnavailableException"
2100                },
2101                {
2102                    "target": "com.amazonaws.mediapackage#TooManyRequestsException"
2103                },
2104                {
2105                    "target": "com.amazonaws.mediapackage#UnprocessableEntityException"
2106                }
2107            ],
2108            "traits": {
2109                "smithy.api#documentation": "Returns a collection of HarvestJob records.",
2110                "smithy.api#http": {
2111                    "method": "GET",
2112                    "uri": "/harvest_jobs",
2113                    "code": 200
2114                },
2115                "smithy.api#paginated": {
2116                    "inputToken": "NextToken",
2117                    "outputToken": "NextToken",
2118                    "items": "HarvestJobs",
2119                    "pageSize": "MaxResults"
2120                }
2121            }
2122        },
2123        "com.amazonaws.mediapackage#ListHarvestJobsRequest": {
2124            "type": "structure",
2125            "members": {
2126                "IncludeChannelId": {
2127                    "target": "com.amazonaws.mediapackage#__string",
2128                    "traits": {
2129                        "smithy.api#documentation": "When specified, the request will return only HarvestJobs associated with the given Channel ID.",
2130                        "smithy.api#httpQuery": "includeChannelId"
2131                    }
2132                },
2133                "IncludeStatus": {
2134                    "target": "com.amazonaws.mediapackage#__string",
2135                    "traits": {
2136                        "smithy.api#documentation": "When specified, the request will return only HarvestJobs in the given status.",
2137                        "smithy.api#httpQuery": "includeStatus"
2138                    }
2139                },
2140                "MaxResults": {
2141                    "target": "com.amazonaws.mediapackage#MaxResults",
2142                    "traits": {
2143                        "smithy.api#documentation": "The upper bound on the number of records to return.",
2144                        "smithy.api#httpQuery": "maxResults"
2145                    }
2146                },
2147                "NextToken": {
2148                    "target": "com.amazonaws.mediapackage#__string",
2149                    "traits": {
2150                        "smithy.api#documentation": "A token used to resume pagination from the end of a previous request.",
2151                        "smithy.api#httpQuery": "nextToken"
2152                    }
2153                }
2154            }
2155        },
2156        "com.amazonaws.mediapackage#ListHarvestJobsResponse": {
2157            "type": "structure",
2158            "members": {
2159                "HarvestJobs": {
2160                    "target": "com.amazonaws.mediapackage#__listOfHarvestJob",
2161                    "traits": {
2162                        "smithy.api#documentation": "A list of HarvestJob records.",
2163                        "smithy.api#jsonName": "harvestJobs"
2164                    }
2165                },
2166                "NextToken": {
2167                    "target": "com.amazonaws.mediapackage#__string",
2168                    "traits": {
2169                        "smithy.api#documentation": "A token that can be used to resume pagination from the end of the collection.",
2170                        "smithy.api#jsonName": "nextToken"
2171                    }
2172                }
2173            }
2174        },
2175        "com.amazonaws.mediapackage#ListOriginEndpoints": {
2176            "type": "operation",
2177            "input": {
2178                "target": "com.amazonaws.mediapackage#ListOriginEndpointsRequest"
2179            },
2180            "output": {
2181                "target": "com.amazonaws.mediapackage#ListOriginEndpointsResponse"
2182            },
2183            "errors": [
2184                {
2185                    "target": "com.amazonaws.mediapackage#ForbiddenException"
2186                },
2187                {
2188                    "target": "com.amazonaws.mediapackage#InternalServerErrorException"
2189                },
2190                {
2191                    "target": "com.amazonaws.mediapackage#NotFoundException"
2192                },
2193                {
2194                    "target": "com.amazonaws.mediapackage#ServiceUnavailableException"
2195                },
2196                {
2197                    "target": "com.amazonaws.mediapackage#TooManyRequestsException"
2198                },
2199                {
2200                    "target": "com.amazonaws.mediapackage#UnprocessableEntityException"
2201                }
2202            ],
2203            "traits": {
2204                "smithy.api#documentation": "Returns a collection of OriginEndpoint records.",
2205                "smithy.api#http": {
2206                    "method": "GET",
2207                    "uri": "/origin_endpoints",
2208                    "code": 200
2209                },
2210                "smithy.api#paginated": {
2211                    "inputToken": "NextToken",
2212                    "outputToken": "NextToken",
2213                    "items": "OriginEndpoints",
2214                    "pageSize": "MaxResults"
2215                }
2216            }
2217        },
2218        "com.amazonaws.mediapackage#ListOriginEndpointsRequest": {
2219            "type": "structure",
2220            "members": {
2221                "ChannelId": {
2222                    "target": "com.amazonaws.mediapackage#__string",
2223                    "traits": {
2224                        "smithy.api#documentation": "When specified, the request will return only OriginEndpoints associated with the given Channel ID.",
2225                        "smithy.api#httpQuery": "channelId"
2226                    }
2227                },
2228                "MaxResults": {
2229                    "target": "com.amazonaws.mediapackage#MaxResults",
2230                    "traits": {
2231                        "smithy.api#documentation": "The upper bound on the number of records to return.",
2232                        "smithy.api#httpQuery": "maxResults"
2233                    }
2234                },
2235                "NextToken": {
2236                    "target": "com.amazonaws.mediapackage#__string",
2237                    "traits": {
2238                        "smithy.api#documentation": "A token used to resume pagination from the end of a previous request.",
2239                        "smithy.api#httpQuery": "nextToken"
2240                    }
2241                }
2242            }
2243        },
2244        "com.amazonaws.mediapackage#ListOriginEndpointsResponse": {
2245            "type": "structure",
2246            "members": {
2247                "NextToken": {
2248                    "target": "com.amazonaws.mediapackage#__string",
2249                    "traits": {
2250                        "smithy.api#documentation": "A token that can be used to resume pagination from the end of the collection.",
2251                        "smithy.api#jsonName": "nextToken"
2252                    }
2253                },
2254                "OriginEndpoints": {
2255                    "target": "com.amazonaws.mediapackage#__listOfOriginEndpoint",
2256                    "traits": {
2257                        "smithy.api#documentation": "A list of OriginEndpoint records.",
2258                        "smithy.api#jsonName": "originEndpoints"
2259                    }
2260                }
2261            }
2262        },
2263        "com.amazonaws.mediapackage#ListTagsForResource": {
2264            "type": "operation",
2265            "input": {
2266                "target": "com.amazonaws.mediapackage#ListTagsForResourceRequest"
2267            },
2268            "output": {
2269                "target": "com.amazonaws.mediapackage#ListTagsForResourceResponse"
2270            },
2271            "traits": {
2272                "smithy.api#http": {
2273                    "method": "GET",
2274                    "uri": "/tags/{ResourceArn}",
2275                    "code": 200
2276                }
2277            }
2278        },
2279        "com.amazonaws.mediapackage#ListTagsForResourceRequest": {
2280            "type": "structure",
2281            "members": {
2282                "ResourceArn": {
2283                    "target": "com.amazonaws.mediapackage#__string",
2284                    "traits": {
2285                        "smithy.api#httpLabel": {},
2286                        "smithy.api#required": {}
2287                    }
2288                }
2289            }
2290        },
2291        "com.amazonaws.mediapackage#ListTagsForResourceResponse": {
2292            "type": "structure",
2293            "members": {
2294                "Tags": {
2295                    "target": "com.amazonaws.mediapackage#__mapOf__string",
2296                    "traits": {
2297                        "smithy.api#jsonName": "tags"
2298                    }
2299                }
2300            }
2301        },
2302        "com.amazonaws.mediapackage#ManifestLayout": {
2303            "type": "string",
2304            "traits": {
2305                "smithy.api#enum": [
2306                    {
2307                        "value": "FULL",
2308                        "name": "FULL"
2309                    },
2310                    {
2311                        "value": "COMPACT",
2312                        "name": "COMPACT"
2313                    }
2314                ]
2315            }
2316        },
2317        "com.amazonaws.mediapackage#MaxResults": {
2318            "type": "integer",
2319            "traits": {
2320                "smithy.api#range": {
2321                    "min": 1,
2322                    "max": 1000
2323                }
2324            }
2325        },
2326        "com.amazonaws.mediapackage#MediaPackage": {
2327            "type": "service",
2328            "version": "2017-10-12",
2329            "operations": [
2330                {
2331                    "target": "com.amazonaws.mediapackage#ConfigureLogs"
2332                },
2333                {
2334                    "target": "com.amazonaws.mediapackage#CreateChannel"
2335                },
2336                {
2337                    "target": "com.amazonaws.mediapackage#CreateHarvestJob"
2338                },
2339                {
2340                    "target": "com.amazonaws.mediapackage#CreateOriginEndpoint"
2341                },
2342                {
2343                    "target": "com.amazonaws.mediapackage#DeleteChannel"
2344                },
2345                {
2346                    "target": "com.amazonaws.mediapackage#DeleteOriginEndpoint"
2347                },
2348                {
2349                    "target": "com.amazonaws.mediapackage#DescribeChannel"
2350                },
2351                {
2352                    "target": "com.amazonaws.mediapackage#DescribeHarvestJob"
2353                },
2354                {
2355                    "target": "com.amazonaws.mediapackage#DescribeOriginEndpoint"
2356                },
2357                {
2358                    "target": "com.amazonaws.mediapackage#ListChannels"
2359                },
2360                {
2361                    "target": "com.amazonaws.mediapackage#ListHarvestJobs"
2362                },
2363                {
2364                    "target": "com.amazonaws.mediapackage#ListOriginEndpoints"
2365                },
2366                {
2367                    "target": "com.amazonaws.mediapackage#ListTagsForResource"
2368                },
2369                {
2370                    "target": "com.amazonaws.mediapackage#RotateChannelCredentials"
2371                },
2372                {
2373                    "target": "com.amazonaws.mediapackage#RotateIngestEndpointCredentials"
2374                },
2375                {
2376                    "target": "com.amazonaws.mediapackage#TagResource"
2377                },
2378                {
2379                    "target": "com.amazonaws.mediapackage#UntagResource"
2380                },
2381                {
2382                    "target": "com.amazonaws.mediapackage#UpdateChannel"
2383                },
2384                {
2385                    "target": "com.amazonaws.mediapackage#UpdateOriginEndpoint"
2386                }
2387            ],
2388            "traits": {
2389                "aws.api#service": {
2390                    "sdkId": "MediaPackage",
2391                    "arnNamespace": "mediapackage",
2392                    "cloudFormationName": "MediaPackage",
2393                    "cloudTrailEventSource": "mediapackage.amazonaws.com",
2394                    "endpointPrefix": "mediapackage"
2395                },
2396                "aws.auth#sigv4": {
2397                    "name": "mediapackage"
2398                },
2399                "aws.protocols#restJson1": {},
2400                "smithy.api#documentation": "AWS Elemental MediaPackage",
2401                "smithy.api#title": "AWS Elemental MediaPackage"
2402            }
2403        },
2404        "com.amazonaws.mediapackage#MssEncryption": {
2405            "type": "structure",
2406            "members": {
2407                "SpekeKeyProvider": {
2408                    "target": "com.amazonaws.mediapackage#SpekeKeyProvider",
2409                    "traits": {
2410                        "smithy.api#jsonName": "spekeKeyProvider",
2411                        "smithy.api#required": {}
2412                    }
2413                }
2414            },
2415            "traits": {
2416                "smithy.api#documentation": "A Microsoft Smooth Streaming (MSS) encryption configuration."
2417            }
2418        },
2419        "com.amazonaws.mediapackage#MssPackage": {
2420            "type": "structure",
2421            "members": {
2422                "Encryption": {
2423                    "target": "com.amazonaws.mediapackage#MssEncryption",
2424                    "traits": {
2425                        "smithy.api#jsonName": "encryption"
2426                    }
2427                },
2428                "ManifestWindowSeconds": {
2429                    "target": "com.amazonaws.mediapackage#__integer",
2430                    "traits": {
2431                        "smithy.api#documentation": "The time window (in seconds) contained in each manifest.",
2432                        "smithy.api#jsonName": "manifestWindowSeconds"
2433                    }
2434                },
2435                "SegmentDurationSeconds": {
2436                    "target": "com.amazonaws.mediapackage#__integer",
2437                    "traits": {
2438                        "smithy.api#documentation": "The duration (in seconds) of each segment.",
2439                        "smithy.api#jsonName": "segmentDurationSeconds"
2440                    }
2441                },
2442                "StreamSelection": {
2443                    "target": "com.amazonaws.mediapackage#StreamSelection",
2444                    "traits": {
2445                        "smithy.api#jsonName": "streamSelection"
2446                    }
2447                }
2448            },
2449            "traits": {
2450                "smithy.api#documentation": "A Microsoft Smooth Streaming (MSS) packaging configuration."
2451            }
2452        },
2453        "com.amazonaws.mediapackage#NotFoundException": {
2454            "type": "structure",
2455            "members": {
2456                "Message": {
2457                    "target": "com.amazonaws.mediapackage#__string",
2458                    "traits": {
2459                        "smithy.api#jsonName": "message"
2460                    }
2461                }
2462            },
2463            "traits": {
2464                "smithy.api#documentation": "The requested resource does not exist.",
2465                "smithy.api#error": "client",
2466                "smithy.api#httpError": 404
2467            }
2468        },
2469        "com.amazonaws.mediapackage#OriginEndpoint": {
2470            "type": "structure",
2471            "members": {
2472                "Arn": {
2473                    "target": "com.amazonaws.mediapackage#__string",
2474                    "traits": {
2475                        "smithy.api#documentation": "The Amazon Resource Name (ARN) assigned to the OriginEndpoint.",
2476                        "smithy.api#jsonName": "arn"
2477                    }
2478                },
2479                "Authorization": {
2480                    "target": "com.amazonaws.mediapackage#Authorization",
2481                    "traits": {
2482                        "smithy.api#jsonName": "authorization"
2483                    }
2484                },
2485                "ChannelId": {
2486                    "target": "com.amazonaws.mediapackage#__string",
2487                    "traits": {
2488                        "smithy.api#documentation": "The ID of the Channel the OriginEndpoint is associated with.",
2489                        "smithy.api#jsonName": "channelId"
2490                    }
2491                },
2492                "CmafPackage": {
2493                    "target": "com.amazonaws.mediapackage#CmafPackage",
2494                    "traits": {
2495                        "smithy.api#jsonName": "cmafPackage"
2496                    }
2497                },
2498                "DashPackage": {
2499                    "target": "com.amazonaws.mediapackage#DashPackage",
2500                    "traits": {
2501                        "smithy.api#jsonName": "dashPackage"
2502                    }
2503                },
2504                "Description": {
2505                    "target": "com.amazonaws.mediapackage#__string",
2506                    "traits": {
2507                        "smithy.api#documentation": "A short text description of the OriginEndpoint.",
2508                        "smithy.api#jsonName": "description"
2509                    }
2510                },
2511                "HlsPackage": {
2512                    "target": "com.amazonaws.mediapackage#HlsPackage",
2513                    "traits": {
2514                        "smithy.api#jsonName": "hlsPackage"
2515                    }
2516                },
2517                "Id": {
2518                    "target": "com.amazonaws.mediapackage#__string",
2519                    "traits": {
2520                        "smithy.api#documentation": "The ID of the OriginEndpoint.",
2521                        "smithy.api#jsonName": "id"
2522                    }
2523                },
2524                "ManifestName": {
2525                    "target": "com.amazonaws.mediapackage#__string",
2526                    "traits": {
2527                        "smithy.api#documentation": "A short string appended to the end of the OriginEndpoint URL.",
2528                        "smithy.api#jsonName": "manifestName"
2529                    }
2530                },
2531                "MssPackage": {
2532                    "target": "com.amazonaws.mediapackage#MssPackage",
2533                    "traits": {
2534                        "smithy.api#jsonName": "mssPackage"
2535                    }
2536                },
2537                "Origination": {
2538                    "target": "com.amazonaws.mediapackage#Origination",
2539                    "traits": {
2540                        "smithy.api#documentation": "Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint\nmay by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be\nrequested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination",
2541                        "smithy.api#jsonName": "origination"
2542                    }
2543                },
2544                "StartoverWindowSeconds": {
2545                    "target": "com.amazonaws.mediapackage#__integer",
2546                    "traits": {
2547                        "smithy.api#documentation": "Maximum duration (seconds) of content to retain for startover playback.\nIf not specified, startover playback will be disabled for the OriginEndpoint.",
2548                        "smithy.api#jsonName": "startoverWindowSeconds"
2549                    }
2550                },
2551                "Tags": {
2552                    "target": "com.amazonaws.mediapackage#Tags",
2553                    "traits": {
2554                        "smithy.api#jsonName": "tags"
2555                    }
2556                },
2557                "TimeDelaySeconds": {
2558                    "target": "com.amazonaws.mediapackage#__integer",
2559                    "traits": {
2560                        "smithy.api#documentation": "Amount of delay (seconds) to enforce on the playback of live content.\nIf not specified, there will be no time delay in effect for the OriginEndpoint.",
2561                        "smithy.api#jsonName": "timeDelaySeconds"
2562                    }
2563                },
2564                "Url": {
2565                    "target": "com.amazonaws.mediapackage#__string",
2566                    "traits": {
2567                        "smithy.api#documentation": "The URL of the packaged OriginEndpoint for consumption.",
2568                        "smithy.api#jsonName": "url"
2569                    }
2570                },
2571                "Whitelist": {
2572                    "target": "com.amazonaws.mediapackage#__listOf__string",
2573                    "traits": {
2574                        "smithy.api#documentation": "A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.",
2575                        "smithy.api#jsonName": "whitelist"
2576                    }
2577                }
2578            },
2579            "traits": {
2580                "smithy.api#documentation": "An OriginEndpoint resource configuration."
2581            }
2582        },
2583        "com.amazonaws.mediapackage#Origination": {
2584            "type": "string",
2585            "traits": {
2586                "smithy.api#enum": [
2587                    {
2588                        "value": "ALLOW",
2589                        "name": "ALLOW"
2590                    },
2591                    {
2592                        "value": "DENY",
2593                        "name": "DENY"
2594                    }
2595                ]
2596            }
2597        },
2598        "com.amazonaws.mediapackage#PlaylistType": {
2599            "type": "string",
2600            "traits": {
2601                "smithy.api#enum": [
2602                    {
2603                        "value": "NONE",
2604                        "name": "NONE"
2605                    },
2606                    {
2607                        "value": "EVENT",
2608                        "name": "EVENT"
2609                    },
2610                    {
2611                        "value": "VOD",
2612                        "name": "VOD"
2613                    }
2614                ]
2615            }
2616        },
2617        "com.amazonaws.mediapackage#PresetSpeke20Audio": {
2618            "type": "string",
2619            "traits": {
2620                "smithy.api#enum": [
2621                    {
2622                        "value": "PRESET-AUDIO-1",
2623                        "name": "PRESET_AUDIO_1"
2624                    }
2625                ]
2626            }
2627        },
2628        "com.amazonaws.mediapackage#PresetSpeke20Video": {
2629            "type": "string",
2630            "traits": {
2631                "smithy.api#enum": [
2632                    {
2633                        "value": "PRESET-VIDEO-1",
2634                        "name": "PRESET_VIDEO_1"
2635                    }
2636                ]
2637            }
2638        },
2639        "com.amazonaws.mediapackage#Profile": {
2640            "type": "string",
2641            "traits": {
2642                "smithy.api#enum": [
2643                    {
2644                        "value": "NONE",
2645                        "name": "NONE"
2646                    },
2647                    {
2648                        "value": "HBBTV_1_5",
2649                        "name": "HBBTV_1_5"
2650                    }
2651                ]
2652            }
2653        },
2654        "com.amazonaws.mediapackage#RotateChannelCredentials": {
2655            "type": "operation",
2656            "input": {
2657                "target": "com.amazonaws.mediapackage#RotateChannelCredentialsRequest"
2658            },
2659            "output": {
2660                "target": "com.amazonaws.mediapackage#RotateChannelCredentialsResponse"
2661            },
2662            "errors": [
2663                {
2664                    "target": "com.amazonaws.mediapackage#ForbiddenException"
2665                },
2666                {
2667                    "target": "com.amazonaws.mediapackage#InternalServerErrorException"
2668                },
2669                {
2670                    "target": "com.amazonaws.mediapackage#NotFoundException"
2671                },
2672                {
2673                    "target": "com.amazonaws.mediapackage#ServiceUnavailableException"
2674                },
2675                {
2676                    "target": "com.amazonaws.mediapackage#TooManyRequestsException"
2677                },
2678                {
2679                    "target": "com.amazonaws.mediapackage#UnprocessableEntityException"
2680                }
2681            ],
2682            "traits": {
2683                "smithy.api#deprecated": {
2684                    "message": "This API is deprecated. Please use RotateIngestEndpointCredentials instead"
2685                },
2686                "smithy.api#documentation": "Changes the Channel's first IngestEndpoint's username and password. WARNING - This API is deprecated. Please use RotateIngestEndpointCredentials instead",
2687                "smithy.api#http": {
2688                    "method": "PUT",
2689                    "uri": "/channels/{Id}/credentials",
2690                    "code": 200
2691                }
2692            }
2693        },
2694        "com.amazonaws.mediapackage#RotateChannelCredentialsRequest": {
2695            "type": "structure",
2696            "members": {
2697                "Id": {
2698                    "target": "com.amazonaws.mediapackage#__string",
2699                    "traits": {
2700                        "smithy.api#documentation": "The ID of the channel to update.",
2701                        "smithy.api#httpLabel": {},
2702                        "smithy.api#required": {}
2703                    }
2704                }
2705            },
2706            "traits": {
2707                "smithy.api#deprecated": {}
2708            }
2709        },
2710        "com.amazonaws.mediapackage#RotateChannelCredentialsResponse": {
2711            "type": "structure",
2712            "members": {
2713                "Arn": {
2714                    "target": "com.amazonaws.mediapackage#__string",
2715                    "traits": {
2716                        "smithy.api#documentation": "The Amazon Resource Name (ARN) assigned to the Channel.",
2717                        "smithy.api#jsonName": "arn"
2718                    }
2719                },
2720                "Description": {
2721                    "target": "com.amazonaws.mediapackage#__string",
2722                    "traits": {
2723                        "smithy.api#documentation": "A short text description of the Channel.",
2724                        "smithy.api#jsonName": "description"
2725                    }
2726                },
2727                "EgressAccessLogs": {
2728                    "target": "com.amazonaws.mediapackage#EgressAccessLogs",
2729                    "traits": {
2730                        "smithy.api#jsonName": "egressAccessLogs"
2731                    }
2732                },
2733                "HlsIngest": {
2734                    "target": "com.amazonaws.mediapackage#HlsIngest",
2735                    "traits": {
2736                        "smithy.api#jsonName": "hlsIngest"
2737                    }
2738                },
2739                "Id": {
2740                    "target": "com.amazonaws.mediapackage#__string",
2741                    "traits": {
2742                        "smithy.api#documentation": "The ID of the Channel.",
2743                        "smithy.api#jsonName": "id"
2744                    }
2745                },
2746                "IngressAccessLogs": {
2747                    "target": "com.amazonaws.mediapackage#IngressAccessLogs",
2748                    "traits": {
2749                        "smithy.api#jsonName": "ingressAccessLogs"
2750                    }
2751                },
2752                "Tags": {
2753                    "target": "com.amazonaws.mediapackage#Tags",
2754                    "traits": {
2755                        "smithy.api#jsonName": "tags"
2756                    }
2757                }
2758            },
2759            "traits": {
2760                "smithy.api#deprecated": {}
2761            }
2762        },
2763        "com.amazonaws.mediapackage#RotateIngestEndpointCredentials": {
2764            "type": "operation",
2765            "input": {
2766                "target": "com.amazonaws.mediapackage#RotateIngestEndpointCredentialsRequest"
2767            },
2768            "output": {
2769                "target": "com.amazonaws.mediapackage#RotateIngestEndpointCredentialsResponse"
2770            },
2771            "errors": [
2772                {
2773                    "target": "com.amazonaws.mediapackage#ForbiddenException"
2774                },
2775                {
2776                    "target": "com.amazonaws.mediapackage#InternalServerErrorException"
2777                },
2778                {
2779                    "target": "com.amazonaws.mediapackage#NotFoundException"
2780                },
2781                {
2782                    "target": "com.amazonaws.mediapackage#ServiceUnavailableException"
2783                },
2784                {
2785                    "target": "com.amazonaws.mediapackage#TooManyRequestsException"
2786                },
2787                {
2788                    "target": "com.amazonaws.mediapackage#UnprocessableEntityException"
2789                }
2790            ],
2791            "traits": {
2792                "smithy.api#documentation": "Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.",
2793                "smithy.api#http": {
2794                    "method": "PUT",
2795                    "uri": "/channels/{Id}/ingest_endpoints/{IngestEndpointId}/credentials",
2796                    "code": 200
2797                }
2798            }
2799        },
2800        "com.amazonaws.mediapackage#RotateIngestEndpointCredentialsRequest": {
2801            "type": "structure",
2802            "members": {
2803                "Id": {
2804                    "target": "com.amazonaws.mediapackage#__string",
2805                    "traits": {
2806                        "smithy.api#documentation": "The ID of the channel the IngestEndpoint is on.",
2807                        "smithy.api#httpLabel": {},
2808                        "smithy.api#required": {}
2809                    }
2810                },
2811                "IngestEndpointId": {
2812                    "target": "com.amazonaws.mediapackage#__string",
2813                    "traits": {
2814                        "smithy.api#documentation": "The id of the IngestEndpoint whose credentials should be rotated",
2815                        "smithy.api#httpLabel": {},
2816                        "smithy.api#required": {}
2817                    }
2818                }
2819            }
2820        },
2821        "com.amazonaws.mediapackage#RotateIngestEndpointCredentialsResponse": {
2822            "type": "structure",
2823            "members": {
2824                "Arn": {
2825                    "target": "com.amazonaws.mediapackage#__string",
2826                    "traits": {
2827                        "smithy.api#documentation": "The Amazon Resource Name (ARN) assigned to the Channel.",
2828                        "smithy.api#jsonName": "arn"
2829                    }
2830                },
2831                "Description": {
2832                    "target": "com.amazonaws.mediapackage#__string",
2833                    "traits": {
2834                        "smithy.api#documentation": "A short text description of the Channel.",
2835                        "smithy.api#jsonName": "description"
2836                    }
2837                },
2838                "EgressAccessLogs": {
2839                    "target": "com.amazonaws.mediapackage#EgressAccessLogs",
2840                    "traits": {
2841                        "smithy.api#jsonName": "egressAccessLogs"
2842                    }
2843                },
2844                "HlsIngest": {
2845                    "target": "com.amazonaws.mediapackage#HlsIngest",
2846                    "traits": {
2847                        "smithy.api#jsonName": "hlsIngest"
2848                    }
2849                },
2850                "Id": {
2851                    "target": "com.amazonaws.mediapackage#__string",
2852                    "traits": {
2853                        "smithy.api#documentation": "The ID of the Channel.",
2854                        "smithy.api#jsonName": "id"
2855                    }
2856                },
2857                "IngressAccessLogs": {
2858                    "target": "com.amazonaws.mediapackage#IngressAccessLogs",
2859                    "traits": {
2860                        "smithy.api#jsonName": "ingressAccessLogs"
2861                    }
2862                },
2863                "Tags": {
2864                    "target": "com.amazonaws.mediapackage#Tags",
2865                    "traits": {
2866                        "smithy.api#jsonName": "tags"
2867                    }
2868                }
2869            }
2870        },
2871        "com.amazonaws.mediapackage#S3Destination": {
2872            "type": "structure",
2873            "members": {
2874                "BucketName": {
2875                    "target": "com.amazonaws.mediapackage#__string",
2876                    "traits": {
2877                        "smithy.api#documentation": "The name of an S3 bucket within which harvested content will be exported",
2878                        "smithy.api#jsonName": "bucketName",
2879                        "smithy.api#required": {}
2880                    }
2881                },
2882                "ManifestKey": {
2883                    "target": "com.amazonaws.mediapackage#__string",
2884                    "traits": {
2885                        "smithy.api#documentation": "The key in the specified S3 bucket where the harvested top-level manifest will be placed.",
2886                        "smithy.api#jsonName": "manifestKey",
2887                        "smithy.api#required": {}
2888                    }
2889                },
2890                "RoleArn": {
2891                    "target": "com.amazonaws.mediapackage#__string",
2892                    "traits": {
2893                        "smithy.api#documentation": "The IAM role used to write to the specified S3 bucket",
2894                        "smithy.api#jsonName": "roleArn",
2895                        "smithy.api#required": {}
2896                    }
2897                }
2898            },
2899            "traits": {
2900                "smithy.api#documentation": "Configuration parameters for where in an S3 bucket to place the harvested content"
2901            }
2902        },
2903        "com.amazonaws.mediapackage#SegmentTemplateFormat": {
2904            "type": "string",
2905            "traits": {
2906                "smithy.api#enum": [
2907                    {
2908                        "value": "NUMBER_WITH_TIMELINE",
2909                        "name": "NUMBER_WITH_TIMELINE"
2910                    },
2911                    {
2912                        "value": "TIME_WITH_TIMELINE",
2913                        "name": "TIME_WITH_TIMELINE"
2914                    },
2915                    {
2916                        "value": "NUMBER_WITH_DURATION",
2917                        "name": "NUMBER_WITH_DURATION"
2918                    }
2919                ]
2920            }
2921        },
2922        "com.amazonaws.mediapackage#ServiceUnavailableException": {
2923            "type": "structure",
2924            "members": {
2925                "Message": {
2926                    "target": "com.amazonaws.mediapackage#__string",
2927                    "traits": {
2928                        "smithy.api#jsonName": "message"
2929                    }
2930                }
2931            },
2932            "traits": {
2933                "smithy.api#documentation": "An unexpected error occurred.",
2934                "smithy.api#error": "server",
2935                "smithy.api#httpError": 503
2936            }
2937        },
2938        "com.amazonaws.mediapackage#SpekeKeyProvider": {
2939            "type": "structure",
2940            "members": {
2941                "CertificateArn": {
2942                    "target": "com.amazonaws.mediapackage#__string",
2943                    "traits": {
2944                        "smithy.api#documentation": "An Amazon Resource Name (ARN) of a Certificate Manager certificate\nthat MediaPackage will use for enforcing secure end-to-end data\ntransfer with the key provider service.",
2945                        "smithy.api#jsonName": "certificateArn"
2946                    }
2947                },
2948                "EncryptionContractConfiguration": {
2949                    "target": "com.amazonaws.mediapackage#EncryptionContractConfiguration",
2950                    "traits": {
2951                        "smithy.api#jsonName": "encryptionContractConfiguration"
2952                    }
2953                },
2954                "ResourceId": {
2955                    "target": "com.amazonaws.mediapackage#__string",
2956                    "traits": {
2957                        "smithy.api#documentation": "The resource ID to include in key requests.",
2958                        "smithy.api#jsonName": "resourceId",
2959                        "smithy.api#required": {}
2960                    }
2961                },
2962                "RoleArn": {
2963                    "target": "com.amazonaws.mediapackage#__string",
2964                    "traits": {
2965                        "smithy.api#documentation": "An Amazon Resource Name (ARN) of an IAM role that AWS Elemental\nMediaPackage will assume when accessing the key provider service.",
2966                        "smithy.api#jsonName": "roleArn",
2967                        "smithy.api#required": {}
2968                    }
2969                },
2970                "SystemIds": {
2971                    "target": "com.amazonaws.mediapackage#__listOf__string",
2972                    "traits": {
2973                        "smithy.api#documentation": "The system IDs to include in key requests.",
2974                        "smithy.api#jsonName": "systemIds",
2975                        "smithy.api#required": {}
2976                    }
2977                },
2978                "Url": {
2979                    "target": "com.amazonaws.mediapackage#__string",
2980                    "traits": {
2981                        "smithy.api#documentation": "The URL of the external key provider service.",
2982                        "smithy.api#jsonName": "url",
2983                        "smithy.api#required": {}
2984                    }
2985                }
2986            },
2987            "traits": {
2988                "smithy.api#documentation": "A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys."
2989            }
2990        },
2991        "com.amazonaws.mediapackage#Status": {
2992            "type": "string",
2993            "traits": {
2994                "smithy.api#enum": [
2995                    {
2996                        "value": "IN_PROGRESS",
2997                        "name": "IN_PROGRESS"
2998                    },
2999                    {
3000                        "value": "SUCCEEDED",
3001                        "name": "SUCCEEDED"
3002                    },
3003                    {
3004                        "value": "FAILED",
3005                        "name": "FAILED"
3006                    }
3007                ]
3008            }
3009        },
3010        "com.amazonaws.mediapackage#StreamOrder": {
3011            "type": "string",
3012            "traits": {
3013                "smithy.api#enum": [
3014                    {
3015                        "value": "ORIGINAL",
3016                        "name": "ORIGINAL"
3017                    },
3018                    {
3019                        "value": "VIDEO_BITRATE_ASCENDING",
3020                        "name": "VIDEO_BITRATE_ASCENDING"
3021                    },
3022                    {
3023                        "value": "VIDEO_BITRATE_DESCENDING",
3024                        "name": "VIDEO_BITRATE_DESCENDING"
3025                    }
3026                ]
3027            }
3028        },
3029        "com.amazonaws.mediapackage#StreamSelection": {
3030            "type": "structure",
3031            "members": {
3032                "MaxVideoBitsPerSecond": {
3033                    "target": "com.amazonaws.mediapackage#__integer",
3034                    "traits": {
3035                        "smithy.api#documentation": "The maximum video bitrate (bps) to include in output.",
3036                        "smithy.api#jsonName": "maxVideoBitsPerSecond"
3037                    }
3038                },
3039                "MinVideoBitsPerSecond": {
3040                    "target": "com.amazonaws.mediapackage#__integer",
3041                    "traits": {
3042                        "smithy.api#documentation": "The minimum video bitrate (bps) to include in output.",
3043                        "smithy.api#jsonName": "minVideoBitsPerSecond"
3044                    }
3045                },
3046                "StreamOrder": {
3047                    "target": "com.amazonaws.mediapackage#StreamOrder",
3048                    "traits": {
3049                        "smithy.api#documentation": "A directive that determines the order of streams in the output.",
3050                        "smithy.api#jsonName": "streamOrder"
3051                    }
3052                }
3053            },
3054            "traits": {
3055                "smithy.api#documentation": "A StreamSelection configuration."
3056            }
3057        },
3058        "com.amazonaws.mediapackage#TagResource": {
3059            "type": "operation",
3060            "input": {
3061                "target": "com.amazonaws.mediapackage#TagResourceRequest"
3062            },
3063            "traits": {
3064                "smithy.api#http": {
3065                    "method": "POST",
3066                    "uri": "/tags/{ResourceArn}",
3067                    "code": 204
3068                }
3069            }
3070        },
3071        "com.amazonaws.mediapackage#TagResourceRequest": {
3072            "type": "structure",
3073            "members": {
3074                "ResourceArn": {
3075                    "target": "com.amazonaws.mediapackage#__string",
3076                    "traits": {
3077                        "smithy.api#httpLabel": {},
3078                        "smithy.api#required": {}
3079                    }
3080                },
3081                "Tags": {
3082                    "target": "com.amazonaws.mediapackage#__mapOf__string",
3083                    "traits": {
3084                        "smithy.api#jsonName": "tags",
3085                        "smithy.api#required": {}
3086                    }
3087                }
3088            }
3089        },
3090        "com.amazonaws.mediapackage#Tags": {
3091            "type": "map",
3092            "key": {
3093                "target": "com.amazonaws.mediapackage#__string"
3094            },
3095            "value": {
3096                "target": "com.amazonaws.mediapackage#__string"
3097            },
3098            "traits": {
3099                "smithy.api#documentation": "A collection of tags associated with a resource"
3100            }
3101        },
3102        "com.amazonaws.mediapackage#TooManyRequestsException": {
3103            "type": "structure",
3104            "members": {
3105                "Message": {
3106                    "target": "com.amazonaws.mediapackage#__string",
3107                    "traits": {
3108                        "smithy.api#jsonName": "message"
3109                    }
3110                }
3111            },
3112            "traits": {
3113                "smithy.api#documentation": "The client has exceeded their resource or throttling limits.",
3114                "smithy.api#error": "client",
3115                "smithy.api#httpError": 429
3116            }
3117        },
3118        "com.amazonaws.mediapackage#UnprocessableEntityException": {
3119            "type": "structure",
3120            "members": {
3121                "Message": {
3122                    "target": "com.amazonaws.mediapackage#__string",
3123                    "traits": {
3124                        "smithy.api#jsonName": "message"
3125                    }
3126                }
3127            },
3128            "traits": {
3129                "smithy.api#documentation": "The parameters sent in the request are not valid.",
3130                "smithy.api#error": "client",
3131                "smithy.api#httpError": 422
3132            }
3133        },
3134        "com.amazonaws.mediapackage#UntagResource": {
3135            "type": "operation",
3136            "input": {
3137                "target": "com.amazonaws.mediapackage#UntagResourceRequest"
3138            },
3139            "traits": {
3140                "smithy.api#http": {
3141                    "method": "DELETE",
3142                    "uri": "/tags/{ResourceArn}",
3143                    "code": 204
3144                }
3145            }
3146        },
3147        "com.amazonaws.mediapackage#UntagResourceRequest": {
3148            "type": "structure",
3149            "members": {
3150                "ResourceArn": {
3151                    "target": "com.amazonaws.mediapackage#__string",
3152                    "traits": {
3153                        "smithy.api#httpLabel": {},
3154                        "smithy.api#required": {}
3155                    }
3156                },
3157                "TagKeys": {
3158                    "target": "com.amazonaws.mediapackage#__listOf__string",
3159                    "traits": {
3160                        "smithy.api#documentation": "The key(s) of tag to be deleted",
3161                        "smithy.api#httpQuery": "tagKeys",
3162                        "smithy.api#required": {}
3163                    }
3164                }
3165            }
3166        },
3167        "com.amazonaws.mediapackage#UpdateChannel": {
3168            "type": "operation",
3169            "input": {
3170                "target": "com.amazonaws.mediapackage#UpdateChannelRequest"
3171            },
3172            "output": {
3173                "target": "com.amazonaws.mediapackage#UpdateChannelResponse"
3174            },
3175            "errors": [
3176                {
3177                    "target": "com.amazonaws.mediapackage#ForbiddenException"
3178                },
3179                {
3180                    "target": "com.amazonaws.mediapackage#InternalServerErrorException"
3181                },
3182                {
3183                    "target": "com.amazonaws.mediapackage#NotFoundException"
3184                },
3185                {
3186                    "target": "com.amazonaws.mediapackage#ServiceUnavailableException"
3187                },
3188                {
3189                    "target": "com.amazonaws.mediapackage#TooManyRequestsException"
3190                },
3191                {
3192                    "target": "com.amazonaws.mediapackage#UnprocessableEntityException"
3193                }
3194            ],
3195            "traits": {
3196                "smithy.api#documentation": "Updates an existing Channel.",
3197                "smithy.api#http": {
3198                    "method": "PUT",
3199                    "uri": "/channels/{Id}",
3200                    "code": 200
3201                }
3202            }
3203        },
3204        "com.amazonaws.mediapackage#UpdateChannelRequest": {
3205            "type": "structure",
3206            "members": {
3207                "Description": {
3208                    "target": "com.amazonaws.mediapackage#__string",
3209                    "traits": {
3210                        "smithy.api#documentation": "A short text description of the Channel.",
3211                        "smithy.api#jsonName": "description"
3212                    }
3213                },
3214                "Id": {
3215                    "target": "com.amazonaws.mediapackage#__string",
3216                    "traits": {
3217                        "smithy.api#documentation": "The ID of the Channel to update.",
3218                        "smithy.api#httpLabel": {},
3219                        "smithy.api#required": {}
3220                    }
3221                }
3222            },
3223            "traits": {
3224                "smithy.api#documentation": "Configuration parameters used to update the Channel."
3225            }
3226        },
3227        "com.amazonaws.mediapackage#UpdateChannelResponse": {
3228            "type": "structure",
3229            "members": {
3230                "Arn": {
3231                    "target": "com.amazonaws.mediapackage#__string",
3232                    "traits": {
3233                        "smithy.api#documentation": "The Amazon Resource Name (ARN) assigned to the Channel.",
3234                        "smithy.api#jsonName": "arn"
3235                    }
3236                },
3237                "Description": {
3238                    "target": "com.amazonaws.mediapackage#__string",
3239                    "traits": {
3240                        "smithy.api#documentation": "A short text description of the Channel.",
3241                        "smithy.api#jsonName": "description"
3242                    }
3243                },
3244                "EgressAccessLogs": {
3245                    "target": "com.amazonaws.mediapackage#EgressAccessLogs",
3246                    "traits": {
3247                        "smithy.api#jsonName": "egressAccessLogs"
3248                    }
3249                },
3250                "HlsIngest": {
3251                    "target": "com.amazonaws.mediapackage#HlsIngest",
3252                    "traits": {
3253                        "smithy.api#jsonName": "hlsIngest"
3254                    }
3255                },
3256                "Id": {
3257                    "target": "com.amazonaws.mediapackage#__string",
3258                    "traits": {
3259                        "smithy.api#documentation": "The ID of the Channel.",
3260                        "smithy.api#jsonName": "id"
3261                    }
3262                },
3263                "IngressAccessLogs": {
3264                    "target": "com.amazonaws.mediapackage#IngressAccessLogs",
3265                    "traits": {
3266                        "smithy.api#jsonName": "ingressAccessLogs"
3267                    }
3268                },
3269                "Tags": {
3270                    "target": "com.amazonaws.mediapackage#Tags",
3271                    "traits": {
3272                        "smithy.api#jsonName": "tags"
3273                    }
3274                }
3275            }
3276        },
3277        "com.amazonaws.mediapackage#UpdateOriginEndpoint": {
3278            "type": "operation",
3279            "input": {
3280                "target": "com.amazonaws.mediapackage#UpdateOriginEndpointRequest"
3281            },
3282            "output": {
3283                "target": "com.amazonaws.mediapackage#UpdateOriginEndpointResponse"
3284            },
3285            "errors": [
3286                {
3287                    "target": "com.amazonaws.mediapackage#ForbiddenException"
3288                },
3289                {
3290                    "target": "com.amazonaws.mediapackage#InternalServerErrorException"
3291                },
3292                {
3293                    "target": "com.amazonaws.mediapackage#NotFoundException"
3294                },
3295                {
3296                    "target": "com.amazonaws.mediapackage#ServiceUnavailableException"
3297                },
3298                {
3299                    "target": "com.amazonaws.mediapackage#TooManyRequestsException"
3300                },
3301                {
3302                    "target": "com.amazonaws.mediapackage#UnprocessableEntityException"
3303                }
3304            ],
3305            "traits": {
3306                "smithy.api#documentation": "Updates an existing OriginEndpoint.",
3307                "smithy.api#http": {
3308                    "method": "PUT",
3309                    "uri": "/origin_endpoints/{Id}",
3310                    "code": 200
3311                }
3312            }
3313        },
3314        "com.amazonaws.mediapackage#UpdateOriginEndpointRequest": {
3315            "type": "structure",
3316            "members": {
3317                "Authorization": {
3318                    "target": "com.amazonaws.mediapackage#Authorization",
3319                    "traits": {
3320                        "smithy.api#jsonName": "authorization"
3321                    }
3322                },
3323                "CmafPackage": {
3324                    "target": "com.amazonaws.mediapackage#CmafPackageCreateOrUpdateParameters",
3325                    "traits": {
3326                        "smithy.api#jsonName": "cmafPackage"
3327                    }
3328                },
3329                "DashPackage": {
3330                    "target": "com.amazonaws.mediapackage#DashPackage",
3331                    "traits": {
3332                        "smithy.api#jsonName": "dashPackage"
3333                    }
3334                },
3335                "Description": {
3336                    "target": "com.amazonaws.mediapackage#__string",
3337                    "traits": {
3338                        "smithy.api#documentation": "A short text description of the OriginEndpoint.",
3339                        "smithy.api#jsonName": "description"
3340                    }
3341                },
3342                "HlsPackage": {
3343                    "target": "com.amazonaws.mediapackage#HlsPackage",
3344                    "traits": {
3345                        "smithy.api#jsonName": "hlsPackage"
3346                    }
3347                },
3348                "Id": {
3349                    "target": "com.amazonaws.mediapackage#__string",
3350                    "traits": {
3351                        "smithy.api#documentation": "The ID of the OriginEndpoint to update.",
3352                        "smithy.api#httpLabel": {},
3353                        "smithy.api#required": {}
3354                    }
3355                },
3356                "ManifestName": {
3357                    "target": "com.amazonaws.mediapackage#__string",
3358                    "traits": {
3359                        "smithy.api#documentation": "A short string that will be appended to the end of the Endpoint URL.",
3360                        "smithy.api#jsonName": "manifestName"
3361                    }
3362                },
3363                "MssPackage": {
3364                    "target": "com.amazonaws.mediapackage#MssPackage",
3365                    "traits": {
3366                        "smithy.api#jsonName": "mssPackage"
3367                    }
3368                },
3369                "Origination": {
3370                    "target": "com.amazonaws.mediapackage#Origination",
3371                    "traits": {
3372                        "smithy.api#documentation": "Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint\nmay by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be\nrequested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination",
3373                        "smithy.api#jsonName": "origination"
3374                    }
3375                },
3376                "StartoverWindowSeconds": {
3377                    "target": "com.amazonaws.mediapackage#__integer",
3378                    "traits": {
3379                        "smithy.api#documentation": "Maximum duration (in seconds) of content to retain for startover playback.\nIf not specified, startover playback will be disabled for the OriginEndpoint.",
3380                        "smithy.api#jsonName": "startoverWindowSeconds"
3381                    }
3382                },
3383                "TimeDelaySeconds": {
3384                    "target": "com.amazonaws.mediapackage#__integer",
3385                    "traits": {
3386                        "smithy.api#documentation": "Amount of delay (in seconds) to enforce on the playback of live content.\nIf not specified, there will be no time delay in effect for the OriginEndpoint.",
3387                        "smithy.api#jsonName": "timeDelaySeconds"
3388                    }
3389                },
3390                "Whitelist": {
3391                    "target": "com.amazonaws.mediapackage#__listOf__string",
3392                    "traits": {
3393                        "smithy.api#documentation": "A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.",
3394                        "smithy.api#jsonName": "whitelist"
3395                    }
3396                }
3397            },
3398            "traits": {
3399                "smithy.api#documentation": "Configuration parameters used to update an existing OriginEndpoint."
3400            }
3401        },
3402        "com.amazonaws.mediapackage#UpdateOriginEndpointResponse": {
3403            "type": "structure",
3404            "members": {
3405                "Arn": {
3406                    "target": "com.amazonaws.mediapackage#__string",
3407                    "traits": {
3408                        "smithy.api#documentation": "The Amazon Resource Name (ARN) assigned to the OriginEndpoint.",
3409                        "smithy.api#jsonName": "arn"
3410                    }
3411                },
3412                "Authorization": {
3413                    "target": "com.amazonaws.mediapackage#Authorization",
3414                    "traits": {
3415                        "smithy.api#jsonName": "authorization"
3416                    }
3417                },
3418                "ChannelId": {
3419                    "target": "com.amazonaws.mediapackage#__string",
3420                    "traits": {
3421                        "smithy.api#documentation": "The ID of the Channel the OriginEndpoint is associated with.",
3422                        "smithy.api#jsonName": "channelId"
3423                    }
3424                },
3425                "CmafPackage": {
3426                    "target": "com.amazonaws.mediapackage#CmafPackage",
3427                    "traits": {
3428                        "smithy.api#jsonName": "cmafPackage"
3429                    }
3430                },
3431                "DashPackage": {
3432                    "target": "com.amazonaws.mediapackage#DashPackage",
3433                    "traits": {
3434                        "smithy.api#jsonName": "dashPackage"
3435                    }
3436                },
3437                "Description": {
3438                    "target": "com.amazonaws.mediapackage#__string",
3439                    "traits": {
3440                        "smithy.api#documentation": "A short text description of the OriginEndpoint.",
3441                        "smithy.api#jsonName": "description"
3442                    }
3443                },
3444                "HlsPackage": {
3445                    "target": "com.amazonaws.mediapackage#HlsPackage",
3446                    "traits": {
3447                        "smithy.api#jsonName": "hlsPackage"
3448                    }
3449                },
3450                "Id": {
3451                    "target": "com.amazonaws.mediapackage#__string",
3452                    "traits": {
3453                        "smithy.api#documentation": "The ID of the OriginEndpoint.",
3454                        "smithy.api#jsonName": "id"
3455                    }
3456                },
3457                "ManifestName": {
3458                    "target": "com.amazonaws.mediapackage#__string",
3459                    "traits": {
3460                        "smithy.api#documentation": "A short string appended to the end of the OriginEndpoint URL.",
3461                        "smithy.api#jsonName": "manifestName"
3462                    }
3463                },
3464                "MssPackage": {
3465                    "target": "com.amazonaws.mediapackage#MssPackage",
3466                    "traits": {
3467                        "smithy.api#jsonName": "mssPackage"
3468                    }
3469                },
3470                "Origination": {
3471                    "target": "com.amazonaws.mediapackage#Origination",
3472                    "traits": {
3473                        "smithy.api#documentation": "Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint\nmay by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be\nrequested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination",
3474                        "smithy.api#jsonName": "origination"
3475                    }
3476                },
3477                "StartoverWindowSeconds": {
3478                    "target": "com.amazonaws.mediapackage#__integer",
3479                    "traits": {
3480                        "smithy.api#documentation": "Maximum duration (seconds) of content to retain for startover playback.\nIf not specified, startover playback will be disabled for the OriginEndpoint.",
3481                        "smithy.api#jsonName": "startoverWindowSeconds"
3482                    }
3483                },
3484                "Tags": {
3485                    "target": "com.amazonaws.mediapackage#Tags",
3486                    "traits": {
3487                        "smithy.api#jsonName": "tags"
3488                    }
3489                },
3490                "TimeDelaySeconds": {
3491                    "target": "com.amazonaws.mediapackage#__integer",
3492                    "traits": {
3493                        "smithy.api#documentation": "Amount of delay (seconds) to enforce on the playback of live content.\nIf not specified, there will be no time delay in effect for the OriginEndpoint.",
3494                        "smithy.api#jsonName": "timeDelaySeconds"
3495                    }
3496                },
3497                "Url": {
3498                    "target": "com.amazonaws.mediapackage#__string",
3499                    "traits": {
3500                        "smithy.api#documentation": "The URL of the packaged OriginEndpoint for consumption.",
3501                        "smithy.api#jsonName": "url"
3502                    }
3503                },
3504                "Whitelist": {
3505                    "target": "com.amazonaws.mediapackage#__listOf__string",
3506                    "traits": {
3507                        "smithy.api#documentation": "A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.",
3508                        "smithy.api#jsonName": "whitelist"
3509                    }
3510                }
3511            }
3512        },
3513        "com.amazonaws.mediapackage#UtcTiming": {
3514            "type": "string",
3515            "traits": {
3516                "smithy.api#enum": [
3517                    {
3518                        "value": "NONE",
3519                        "name": "NONE"
3520                    },
3521                    {
3522                        "value": "HTTP-HEAD",
3523                        "name": "HTTP_HEAD"
3524                    },
3525                    {
3526                        "value": "HTTP-ISO",
3527                        "name": "HTTP_ISO"
3528                    }
3529                ]
3530            }
3531        },
3532        "com.amazonaws.mediapackage#__AdTriggersElement": {
3533            "type": "string",
3534            "traits": {
3535                "smithy.api#enum": [
3536                    {
3537                        "value": "SPLICE_INSERT",
3538                        "name": "SPLICE_INSERT"
3539                    },
3540                    {
3541                        "value": "BREAK",
3542                        "name": "BREAK"
3543                    },
3544                    {
3545                        "value": "PROVIDER_ADVERTISEMENT",
3546                        "name": "PROVIDER_ADVERTISEMENT"
3547                    },
3548                    {
3549                        "value": "DISTRIBUTOR_ADVERTISEMENT",
3550                        "name": "DISTRIBUTOR_ADVERTISEMENT"
3551                    },
3552                    {
3553                        "value": "PROVIDER_PLACEMENT_OPPORTUNITY",
3554                        "name": "PROVIDER_PLACEMENT_OPPORTUNITY"
3555                    },
3556                    {
3557                        "value": "DISTRIBUTOR_PLACEMENT_OPPORTUNITY",
3558                        "name": "DISTRIBUTOR_PLACEMENT_OPPORTUNITY"
3559                    },
3560                    {
3561                        "value": "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY",
3562                        "name": "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY"
3563                    },
3564                    {
3565                        "value": "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY",
3566                        "name": "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY"
3567                    }
3568                ]
3569            }
3570        },
3571        "com.amazonaws.mediapackage#__PeriodTriggersElement": {
3572            "type": "string",
3573            "traits": {
3574                "smithy.api#enum": [
3575                    {
3576                        "value": "ADS",
3577                        "name": "ADS"
3578                    }
3579                ]
3580            }
3581        },
3582        "com.amazonaws.mediapackage#__boolean": {
3583            "type": "boolean"
3584        },
3585        "com.amazonaws.mediapackage#__integer": {
3586            "type": "integer"
3587        },
3588        "com.amazonaws.mediapackage#__listOfChannel": {
3589            "type": "list",
3590            "member": {
3591                "target": "com.amazonaws.mediapackage#Channel"
3592            }
3593        },
3594        "com.amazonaws.mediapackage#__listOfHarvestJob": {
3595            "type": "list",
3596            "member": {
3597                "target": "com.amazonaws.mediapackage#HarvestJob"
3598            }
3599        },
3600        "com.amazonaws.mediapackage#__listOfHlsManifest": {
3601            "type": "list",
3602            "member": {
3603                "target": "com.amazonaws.mediapackage#HlsManifest"
3604            }
3605        },
3606        "com.amazonaws.mediapackage#__listOfHlsManifestCreateOrUpdateParameters": {
3607            "type": "list",
3608            "member": {
3609                "target": "com.amazonaws.mediapackage#HlsManifestCreateOrUpdateParameters"
3610            }
3611        },
3612        "com.amazonaws.mediapackage#__listOfIngestEndpoint": {
3613            "type": "list",
3614            "member": {
3615                "target": "com.amazonaws.mediapackage#IngestEndpoint"
3616            }
3617        },
3618        "com.amazonaws.mediapackage#__listOfOriginEndpoint": {
3619            "type": "list",
3620            "member": {
3621                "target": "com.amazonaws.mediapackage#OriginEndpoint"
3622            }
3623        },
3624        "com.amazonaws.mediapackage#__listOf__PeriodTriggersElement": {
3625            "type": "list",
3626            "member": {
3627                "target": "com.amazonaws.mediapackage#__PeriodTriggersElement"
3628            }
3629        },
3630        "com.amazonaws.mediapackage#__listOf__string": {
3631            "type": "list",
3632            "member": {
3633                "target": "com.amazonaws.mediapackage#__string"
3634            }
3635        },
3636        "com.amazonaws.mediapackage#__mapOf__string": {
3637            "type": "map",
3638            "key": {
3639                "target": "com.amazonaws.mediapackage#__string"
3640            },
3641            "value": {
3642                "target": "com.amazonaws.mediapackage#__string"
3643            }
3644        },
3645        "com.amazonaws.mediapackage#__string": {
3646            "type": "string"
3647        }
3648    }
3649}
3650