github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/mediapackage/2017-10-12/docs-2.json (about)

     1  {
     2    "version" : "2.0",
     3    "service" : "AWS Elemental MediaPackage",
     4    "operations" : {
     5      "ConfigureLogs" : "Changes the Channel's properities to configure log subscription",
     6      "CreateChannel" : "Creates a new Channel.",
     7      "CreateHarvestJob" : "Creates a new HarvestJob record.",
     8      "CreateOriginEndpoint" : "Creates a new OriginEndpoint record.",
     9      "DeleteChannel" : "Deletes an existing Channel.",
    10      "DeleteOriginEndpoint" : "Deletes an existing OriginEndpoint.",
    11      "DescribeChannel" : "Gets details about a Channel.",
    12      "DescribeHarvestJob" : "Gets details about an existing HarvestJob.",
    13      "DescribeOriginEndpoint" : "Gets details about an existing OriginEndpoint.",
    14      "ListChannels" : "Returns a collection of Channels.",
    15      "ListHarvestJobs" : "Returns a collection of HarvestJob records.",
    16      "ListOriginEndpoints" : "Returns a collection of OriginEndpoint records.",
    17      "ListTagsForResource" : null,
    18      "RotateChannelCredentials" : "Changes the Channel's first IngestEndpoint's username and password. WARNING - This API is deprecated. Please use RotateIngestEndpointCredentials instead",
    19      "RotateIngestEndpointCredentials" : "Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.",
    20      "TagResource" : null,
    21      "UntagResource" : null,
    22      "UpdateChannel" : "Updates an existing Channel.",
    23      "UpdateOriginEndpoint" : "Updates an existing OriginEndpoint."
    24    },
    25    "shapes" : {
    26      "AdMarkers" : {
    27        "base" : null,
    28        "refs" : {
    29          "HlsManifest$AdMarkers" : "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.\n",
    30          "HlsManifestCreateOrUpdateParameters$AdMarkers" : "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.\n",
    31          "HlsPackage$AdMarkers" : "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.\n"
    32        }
    33      },
    34      "AdTriggers" : {
    35        "base" : "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.\n",
    36        "refs" : {
    37          "DashPackage$AdTriggers" : null,
    38          "HlsManifestCreateOrUpdateParameters$AdTriggers" : null,
    39          "HlsPackage$AdTriggers" : null
    40        }
    41      },
    42      "AdsOnDeliveryRestrictions" : {
    43        "base" : "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.\n",
    44        "refs" : {
    45          "DashPackage$AdsOnDeliveryRestrictions" : null,
    46          "HlsManifestCreateOrUpdateParameters$AdsOnDeliveryRestrictions" : null,
    47          "HlsPackage$AdsOnDeliveryRestrictions" : null
    48        }
    49      },
    50      "Authorization" : {
    51        "base" : "CDN Authorization credentials",
    52        "refs" : {
    53          "OriginEndpoint$Authorization" : null,
    54          "OriginEndpointCreateParameters$Authorization" : null,
    55          "OriginEndpointUpdateParameters$Authorization" : null
    56        }
    57      },
    58      "Channel" : {
    59        "base" : "A Channel resource configuration.",
    60        "refs" : {
    61          "__listOfChannel$member" : null
    62        }
    63      },
    64      "ChannelCreateParameters" : {
    65        "base" : "Configuration parameters for a new Channel.",
    66        "refs" : { }
    67      },
    68      "ChannelList" : {
    69        "base" : "A collection of Channel records.",
    70        "refs" : { }
    71      },
    72      "ChannelUpdateParameters" : {
    73        "base" : "Configuration parameters for updating an existing Channel.",
    74        "refs" : { }
    75      },
    76      "CmafEncryption" : {
    77        "base" : "A Common Media Application Format (CMAF) encryption configuration.",
    78        "refs" : {
    79          "CmafPackage$Encryption" : null,
    80          "CmafPackageCreateOrUpdateParameters$Encryption" : null
    81        }
    82      },
    83      "CmafPackage" : {
    84        "base" : "A Common Media Application Format (CMAF) packaging configuration.",
    85        "refs" : {
    86          "OriginEndpoint$CmafPackage" : null
    87        }
    88      },
    89      "CmafPackageCreateOrUpdateParameters" : {
    90        "base" : "A Common Media Application Format (CMAF) packaging configuration.",
    91        "refs" : {
    92          "OriginEndpointCreateParameters$CmafPackage" : null,
    93          "OriginEndpointUpdateParameters$CmafPackage" : null
    94        }
    95      },
    96      "ConfigureLogsParameters" : {
    97        "base" : "The configuration parameters for ingress and egress access logging.",
    98        "refs" : { }
    99      },
   100      "DashEncryption" : {
   101        "base" : "A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.",
   102        "refs" : {
   103          "DashPackage$Encryption" : null
   104        }
   105      },
   106      "DashPackage" : {
   107        "base" : "A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.",
   108        "refs" : {
   109          "OriginEndpoint$DashPackage" : null,
   110          "OriginEndpointCreateParameters$DashPackage" : null,
   111          "OriginEndpointUpdateParameters$DashPackage" : null
   112        }
   113      },
   114      "EgressAccessLogs" : {
   115        "base" : "Configure egress access logging.",
   116        "refs" : {
   117          "Channel$EgressAccessLogs" : null,
   118          "ConfigureLogsParameters$EgressAccessLogs" : null
   119        }
   120      },
   121      "EncryptionContractConfiguration" : {
   122        "base" : "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 or CMAF 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.\n",
   123        "refs" : {
   124          "SpekeKeyProvider$EncryptionContractConfiguration" : null
   125        }
   126      },
   127      "EncryptionMethod" : {
   128        "base" : null,
   129        "refs" : {
   130          "HlsEncryption$EncryptionMethod" : "The encryption method to use."
   131        }
   132      },
   133      "HarvestJob" : {
   134        "base" : "A HarvestJob resource configuration",
   135        "refs" : {
   136          "__listOfHarvestJob$member" : null
   137        }
   138      },
   139      "HarvestJobCreateParameters" : {
   140        "base" : "Configuration parameters for a new HarvestJob",
   141        "refs" : { }
   142      },
   143      "HarvestJobList" : {
   144        "base" : "A collection of HarvestJob records.",
   145        "refs" : { }
   146      },
   147      "HlsEncryption" : {
   148        "base" : "An HTTP Live Streaming (HLS) encryption configuration.",
   149        "refs" : {
   150          "HlsPackage$Encryption" : null
   151        }
   152      },
   153      "HlsIngest" : {
   154        "base" : "An HTTP Live Streaming (HLS) ingest resource configuration.",
   155        "refs" : {
   156          "Channel$HlsIngest" : null
   157        }
   158      },
   159      "HlsManifest" : {
   160        "base" : "A HTTP Live Streaming (HLS) manifest configuration.",
   161        "refs" : {
   162          "__listOfHlsManifest$member" : null
   163        }
   164      },
   165      "HlsManifestCreateOrUpdateParameters" : {
   166        "base" : "A HTTP Live Streaming (HLS) manifest configuration.",
   167        "refs" : {
   168          "__listOfHlsManifestCreateOrUpdateParameters$member" : null
   169        }
   170      },
   171      "HlsPackage" : {
   172        "base" : "An HTTP Live Streaming (HLS) packaging configuration.",
   173        "refs" : {
   174          "OriginEndpoint$HlsPackage" : null,
   175          "OriginEndpointCreateParameters$HlsPackage" : null,
   176          "OriginEndpointUpdateParameters$HlsPackage" : null
   177        }
   178      },
   179      "IngestEndpoint" : {
   180        "base" : "An endpoint for ingesting source content for a Channel.",
   181        "refs" : {
   182          "__listOfIngestEndpoint$member" : null
   183        }
   184      },
   185      "IngressAccessLogs" : {
   186        "base" : "Configure ingress access logging.",
   187        "refs" : {
   188          "Channel$IngressAccessLogs" : null,
   189          "ConfigureLogsParameters$IngressAccessLogs" : null
   190        }
   191      },
   192      "ManifestLayout" : {
   193        "base" : null,
   194        "refs" : {
   195          "DashPackage$ManifestLayout" : "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."
   196        }
   197      },
   198      "MssEncryption" : {
   199        "base" : "A Microsoft Smooth Streaming (MSS) encryption configuration.",
   200        "refs" : {
   201          "MssPackage$Encryption" : null
   202        }
   203      },
   204      "MssPackage" : {
   205        "base" : "A Microsoft Smooth Streaming (MSS) packaging configuration.",
   206        "refs" : {
   207          "OriginEndpoint$MssPackage" : null,
   208          "OriginEndpointCreateParameters$MssPackage" : null,
   209          "OriginEndpointUpdateParameters$MssPackage" : null
   210        }
   211      },
   212      "OriginEndpoint" : {
   213        "base" : "An OriginEndpoint resource configuration.",
   214        "refs" : {
   215          "__listOfOriginEndpoint$member" : null
   216        }
   217      },
   218      "OriginEndpointCreateParameters" : {
   219        "base" : "Configuration parameters for a new OriginEndpoint.",
   220        "refs" : { }
   221      },
   222      "OriginEndpointList" : {
   223        "base" : "A collection of OriginEndpoint records.",
   224        "refs" : { }
   225      },
   226      "OriginEndpointUpdateParameters" : {
   227        "base" : "Configuration parameters for updating an existing OriginEndpoint.",
   228        "refs" : { }
   229      },
   230      "Origination" : {
   231        "base" : null,
   232        "refs" : {
   233          "OriginEndpoint$Origination" : "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\n",
   234          "OriginEndpointCreateParameters$Origination" : "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\n",
   235          "OriginEndpointUpdateParameters$Origination" : "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\n"
   236        }
   237      },
   238      "PlaylistType" : {
   239        "base" : null,
   240        "refs" : {
   241          "HlsManifest$PlaylistType" : "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.\n",
   242          "HlsManifestCreateOrUpdateParameters$PlaylistType" : "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.\n",
   243          "HlsPackage$PlaylistType" : "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.\n"
   244        }
   245      },
   246      "PresetSpeke20Audio" : {
   247        "base" : null,
   248        "refs" : {
   249          "EncryptionContractConfiguration$PresetSpeke20Audio" : "A collection of audio encryption presets."
   250        }
   251      },
   252      "PresetSpeke20Video" : {
   253        "base" : null,
   254        "refs" : {
   255          "EncryptionContractConfiguration$PresetSpeke20Video" : "A collection of video encryption presets."
   256        }
   257      },
   258      "Profile" : {
   259        "base" : null,
   260        "refs" : {
   261          "DashPackage$Profile" : "The Dynamic Adaptive Streaming over HTTP (DASH) profile type.  When set to \"HBBTV_1_5\", HbbTV 1.5 compliant output is enabled."
   262        }
   263      },
   264      "S3Destination" : {
   265        "base" : "Configuration parameters for where in an S3 bucket to place the harvested content\n",
   266        "refs" : {
   267          "HarvestJob$S3Destination" : null,
   268          "HarvestJobCreateParameters$S3Destination" : null
   269        }
   270      },
   271      "SegmentTemplateFormat" : {
   272        "base" : null,
   273        "refs" : {
   274          "DashPackage$SegmentTemplateFormat" : "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."
   275        }
   276      },
   277      "SpekeKeyProvider" : {
   278        "base" : "A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.",
   279        "refs" : {
   280          "CmafEncryption$SpekeKeyProvider" : null,
   281          "DashEncryption$SpekeKeyProvider" : null,
   282          "HlsEncryption$SpekeKeyProvider" : null,
   283          "MssEncryption$SpekeKeyProvider" : null
   284        }
   285      },
   286      "Status" : {
   287        "base" : null,
   288        "refs" : {
   289          "HarvestJob$Status" : "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.\n"
   290        }
   291      },
   292      "StreamOrder" : {
   293        "base" : null,
   294        "refs" : {
   295          "StreamSelection$StreamOrder" : "A directive that determines the order of streams in the output."
   296        }
   297      },
   298      "StreamSelection" : {
   299        "base" : "A StreamSelection configuration.",
   300        "refs" : {
   301          "CmafPackage$StreamSelection" : null,
   302          "CmafPackageCreateOrUpdateParameters$StreamSelection" : null,
   303          "DashPackage$StreamSelection" : null,
   304          "HlsPackage$StreamSelection" : null,
   305          "MssPackage$StreamSelection" : null
   306        }
   307      },
   308      "Tags" : {
   309        "base" : "A collection of tags associated with a resource",
   310        "refs" : {
   311          "Channel$Tags" : null,
   312          "ChannelCreateParameters$Tags" : null,
   313          "OriginEndpoint$Tags" : null,
   314          "OriginEndpointCreateParameters$Tags" : null
   315        }
   316      },
   317      "TagsModel" : {
   318        "base" : null,
   319        "refs" : { }
   320      },
   321      "UtcTiming" : {
   322        "base" : null,
   323        "refs" : {
   324          "DashPackage$UtcTiming" : "Determines the type of UTCTiming included in the Media Presentation Description (MPD)"
   325        }
   326      },
   327      "__AdTriggersElement" : {
   328        "base" : null,
   329        "refs" : {
   330          "AdTriggers$member" : null
   331        }
   332      },
   333      "__PeriodTriggersElement" : {
   334        "base" : null,
   335        "refs" : {
   336          "__listOf__PeriodTriggersElement$member" : null
   337        }
   338      },
   339      "__boolean" : {
   340        "base" : null,
   341        "refs" : {
   342          "HlsEncryption$RepeatExtXKey" : "When enabled, the EXT-X-KEY tag will be repeated in output manifests.",
   343          "HlsManifest$IncludeIframeOnlyStream" : "When enabled, an I-Frame only stream will be included in the output.",
   344          "HlsManifestCreateOrUpdateParameters$IncludeIframeOnlyStream" : "When enabled, an I-Frame only stream will be included in the output.",
   345          "HlsPackage$IncludeIframeOnlyStream" : "When enabled, an I-Frame only stream will be included in the output.",
   346          "HlsPackage$UseAudioRenditionGroup" : "When enabled, audio streams will be placed in rendition groups in the output."
   347        }
   348      },
   349      "__integer" : {
   350        "base" : null,
   351        "refs" : {
   352          "CmafEncryption$KeyRotationIntervalSeconds" : "Time (in seconds) between each encryption key rotation.",
   353          "CmafPackage$SegmentDurationSeconds" : "Duration (in seconds) of each segment. Actual segments will be\nrounded to the nearest multiple of the source segment duration.\n",
   354          "CmafPackageCreateOrUpdateParameters$SegmentDurationSeconds" : "Duration (in seconds) of each segment. Actual segments will be\nrounded to the nearest multiple of the source segment duration.\n",
   355          "DashEncryption$KeyRotationIntervalSeconds" : "Time (in seconds) between each encryption key rotation.",
   356          "DashPackage$ManifestWindowSeconds" : "Time window (in seconds) contained in each manifest.",
   357          "DashPackage$MinBufferTimeSeconds" : "Minimum duration (in seconds) that a player will buffer media before starting the presentation.",
   358          "DashPackage$MinUpdatePeriodSeconds" : "Minimum duration (in seconds) between potential changes to the Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD).",
   359          "DashPackage$SegmentDurationSeconds" : "Duration (in seconds) of each segment. Actual segments will be\nrounded to the nearest multiple of the source segment duration.\n",
   360          "DashPackage$SuggestedPresentationDelaySeconds" : "Duration (in seconds) to delay live content before presentation.",
   361          "HlsEncryption$KeyRotationIntervalSeconds" : "Interval (in seconds) between each encryption key rotation.",
   362          "HlsManifest$PlaylistWindowSeconds" : "Time window (in seconds) contained in each parent manifest.",
   363          "HlsManifest$ProgramDateTimeIntervalSeconds" : "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.\n",
   364          "HlsManifestCreateOrUpdateParameters$PlaylistWindowSeconds" : "Time window (in seconds) contained in each parent manifest.",
   365          "HlsManifestCreateOrUpdateParameters$ProgramDateTimeIntervalSeconds" : "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.\n",
   366          "HlsPackage$PlaylistWindowSeconds" : "Time window (in seconds) contained in each parent manifest.",
   367          "HlsPackage$ProgramDateTimeIntervalSeconds" : "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.\n",
   368          "HlsPackage$SegmentDurationSeconds" : "Duration (in seconds) of each fragment. Actual fragments will be\nrounded to the nearest multiple of the source fragment duration.\n",
   369          "MssPackage$ManifestWindowSeconds" : "The time window (in seconds) contained in each manifest.",
   370          "MssPackage$SegmentDurationSeconds" : "The duration (in seconds) of each segment.",
   371          "OriginEndpoint$StartoverWindowSeconds" : "Maximum duration (seconds) of content to retain for startover playback.\nIf not specified, startover playback will be disabled for the OriginEndpoint.\n",
   372          "OriginEndpoint$TimeDelaySeconds" : "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.\n",
   373          "OriginEndpointCreateParameters$StartoverWindowSeconds" : "Maximum duration (seconds) of content to retain for startover playback.\nIf not specified, startover playback will be disabled for the OriginEndpoint.\n",
   374          "OriginEndpointCreateParameters$TimeDelaySeconds" : "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.\n",
   375          "OriginEndpointUpdateParameters$StartoverWindowSeconds" : "Maximum duration (in seconds) of content to retain for startover playback.\nIf not specified, startover playback will be disabled for the OriginEndpoint.\n",
   376          "OriginEndpointUpdateParameters$TimeDelaySeconds" : "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.\n",
   377          "StreamSelection$MaxVideoBitsPerSecond" : "The maximum video bitrate (bps) to include in output.",
   378          "StreamSelection$MinVideoBitsPerSecond" : "The minimum video bitrate (bps) to include in output."
   379        }
   380      },
   381      "__listOfChannel" : {
   382        "base" : null,
   383        "refs" : {
   384          "ChannelList$Channels" : "A list of Channel records."
   385        }
   386      },
   387      "__listOfHarvestJob" : {
   388        "base" : null,
   389        "refs" : {
   390          "HarvestJobList$HarvestJobs" : "A list of HarvestJob records."
   391        }
   392      },
   393      "__listOfHlsManifest" : {
   394        "base" : null,
   395        "refs" : {
   396          "CmafPackage$HlsManifests" : "A list of HLS manifest configurations"
   397        }
   398      },
   399      "__listOfHlsManifestCreateOrUpdateParameters" : {
   400        "base" : null,
   401        "refs" : {
   402          "CmafPackageCreateOrUpdateParameters$HlsManifests" : "A list of HLS manifest configurations"
   403        }
   404      },
   405      "__listOfIngestEndpoint" : {
   406        "base" : null,
   407        "refs" : {
   408          "HlsIngest$IngestEndpoints" : "A list of endpoints to which the source stream should be sent."
   409        }
   410      },
   411      "__listOfOriginEndpoint" : {
   412        "base" : null,
   413        "refs" : {
   414          "OriginEndpointList$OriginEndpoints" : "A list of OriginEndpoint records."
   415        }
   416      },
   417      "__listOf__PeriodTriggersElement" : {
   418        "base" : null,
   419        "refs" : {
   420          "DashPackage$PeriodTriggers" : "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.\n"
   421        }
   422      },
   423      "__listOf__string" : {
   424        "base" : null,
   425        "refs" : {
   426          "OriginEndpoint$Whitelist" : "A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.",
   427          "OriginEndpointCreateParameters$Whitelist" : "A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.",
   428          "OriginEndpointUpdateParameters$Whitelist" : "A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.",
   429          "SpekeKeyProvider$SystemIds" : "The system IDs to include in key requests."
   430        }
   431      },
   432      "__mapOf__string" : {
   433        "base" : null,
   434        "refs" : {
   435          "TagsModel$Tags" : null
   436        }
   437      },
   438      "__string" : {
   439        "base" : null,
   440        "refs" : {
   441          "Authorization$CdnIdentifierSecret" : "The Amazon Resource Name (ARN) for the secret in Secrets Manager that your Content Distribution Network (CDN) uses for authorization to access your endpoint.\n",
   442          "Authorization$SecretsRoleArn" : "The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.\n",
   443          "Channel$Arn" : "The Amazon Resource Name (ARN) assigned to the Channel.",
   444          "Channel$Description" : "A short text description of the Channel.",
   445          "Channel$Id" : "The ID of the Channel.",
   446          "ChannelCreateParameters$Description" : "A short text description of the Channel.",
   447          "ChannelCreateParameters$Id" : "The ID of the Channel. The ID must be unique within the region and it\ncannot be changed after a Channel is created.\n",
   448          "ChannelList$NextToken" : "A token that can be used to resume pagination from the end of the collection.",
   449          "ChannelUpdateParameters$Description" : "A short text description of the Channel.",
   450          "CmafEncryption$ConstantInitializationVector" : "An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).",
   451          "CmafPackage$SegmentPrefix" : "An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.",
   452          "CmafPackageCreateOrUpdateParameters$SegmentPrefix" : "An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.",
   453          "DashPackage$UtcTimingUri" : "Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO or HTTP-HEAD",
   454          "EgressAccessLogs$LogGroupName" : "Customize the log group name.",
   455          "HarvestJob$Arn" : "The Amazon Resource Name (ARN) assigned to the HarvestJob.\n",
   456          "HarvestJob$ChannelId" : "The ID of the Channel that the HarvestJob will harvest from.\n",
   457          "HarvestJob$CreatedAt" : "The time the HarvestJob was submitted\n",
   458          "HarvestJob$EndTime" : "The end of the time-window which will be harvested.\n",
   459          "HarvestJob$Id" : "The ID of the HarvestJob. The ID must be unique within the region\nand it cannot be changed after the HarvestJob is submitted.\n",
   460          "HarvestJob$OriginEndpointId" : "The ID of the OriginEndpoint that the HarvestJob will harvest from.\nThis cannot be changed after the HarvestJob is submitted.\n",
   461          "HarvestJob$StartTime" : "The start of the time-window which will be harvested.\n",
   462          "HarvestJobCreateParameters$EndTime" : "The end of the time-window which will be harvested\n",
   463          "HarvestJobCreateParameters$Id" : "The ID of the HarvestJob. The ID must be unique within the region\nand it cannot be changed after the HarvestJob is submitted\n",
   464          "HarvestJobCreateParameters$OriginEndpointId" : "The ID of the OriginEndpoint that the HarvestJob will harvest from.\nThis cannot be changed after the HarvestJob is submitted.\n",
   465          "HarvestJobCreateParameters$StartTime" : "The start of the time-window which will be harvested\n",
   466          "HarvestJobList$NextToken" : "A token that can be used to resume pagination from the end of the collection.",
   467          "HlsEncryption$ConstantInitializationVector" : "A constant initialization vector for encryption (optional).\nWhen not specified the initialization vector will be periodically rotated.\n",
   468          "HlsManifest$Id" : "The ID of the manifest. The ID must be unique within the OriginEndpoint and it cannot be changed after it is created.",
   469          "HlsManifest$ManifestName" : "An optional short string appended to the end of the OriginEndpoint URL. If not specified, defaults to the manifestName for the OriginEndpoint.",
   470          "HlsManifest$Url" : "The URL of the packaged OriginEndpoint for consumption.",
   471          "HlsManifestCreateOrUpdateParameters$Id" : "The ID of the manifest. The ID must be unique within the OriginEndpoint and it cannot be changed after it is created.",
   472          "HlsManifestCreateOrUpdateParameters$ManifestName" : "An optional short string appended to the end of the OriginEndpoint URL. If not specified, defaults to the manifestName for the OriginEndpoint.",
   473          "IngestEndpoint$Id" : "The system generated unique identifier for the IngestEndpoint",
   474          "IngestEndpoint$Password" : "The system generated password for ingest authentication.",
   475          "IngestEndpoint$Url" : "The ingest URL to which the source stream should be sent.",
   476          "IngestEndpoint$Username" : "The system generated username for ingest authentication.",
   477          "IngressAccessLogs$LogGroupName" : "Customize the log group name.",
   478          "OriginEndpoint$Arn" : "The Amazon Resource Name (ARN) assigned to the OriginEndpoint.",
   479          "OriginEndpoint$ChannelId" : "The ID of the Channel the OriginEndpoint is associated with.",
   480          "OriginEndpoint$Description" : "A short text description of the OriginEndpoint.",
   481          "OriginEndpoint$Id" : "The ID of the OriginEndpoint.",
   482          "OriginEndpoint$ManifestName" : "A short string appended to the end of the OriginEndpoint URL.",
   483          "OriginEndpoint$Url" : "The URL of the packaged OriginEndpoint for consumption.",
   484          "OriginEndpointCreateParameters$ChannelId" : "The ID of the Channel that the OriginEndpoint will be associated with.\nThis cannot be changed after the OriginEndpoint is created.\n",
   485          "OriginEndpointCreateParameters$Description" : "A short text description of the OriginEndpoint.",
   486          "OriginEndpointCreateParameters$Id" : "The ID of the OriginEndpoint.  The ID must be unique within the region\nand it cannot be changed after the OriginEndpoint is created.\n",
   487          "OriginEndpointCreateParameters$ManifestName" : "A short string that will be used as the filename of the OriginEndpoint URL (defaults to \"index\").",
   488          "OriginEndpointList$NextToken" : "A token that can be used to resume pagination from the end of the collection.",
   489          "OriginEndpointUpdateParameters$Description" : "A short text description of the OriginEndpoint.",
   490          "OriginEndpointUpdateParameters$ManifestName" : "A short string that will be appended to the end of the Endpoint URL.",
   491          "S3Destination$BucketName" : "The name of an S3 bucket within which harvested content will be exported\n",
   492          "S3Destination$ManifestKey" : "The key in the specified S3 bucket where the harvested top-level manifest will be placed.\n",
   493          "S3Destination$RoleArn" : "The IAM role used to write to the specified S3 bucket\n",
   494          "SpekeKeyProvider$CertificateArn" : "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.\n",
   495          "SpekeKeyProvider$ResourceId" : "The resource ID to include in key requests.",
   496          "SpekeKeyProvider$RoleArn" : "An Amazon Resource Name (ARN) of an IAM role that AWS Elemental\nMediaPackage will assume when accessing the key provider service.\n",
   497          "SpekeKeyProvider$Url" : "The URL of the external key provider service.",
   498          "Tags$member" : null,
   499          "__listOf__string$member" : null,
   500          "__mapOf__string$member" : null
   501        }
   502      }
   503    }
   504  }