vendor: update all dependencies

* Update all dependencies
  * Remove all `[[constraint]]` from Gopkg.toml
  * Add in the minimum number of `[[override]]` to build
  * Remove go get of github.com/inconshreveable/mousetrap as it is vendored
  * Update docs with new policy on constraints
This commit is contained in:
Nick Craig-Wood 2018-05-02 17:09:45 +01:00
parent 21383877df
commit 6427029c4e
4902 changed files with 1443417 additions and 227283 deletions

View file

@ -428,13 +428,16 @@
"shape": "__string"
}
},
"required": [
"Id"
],
"type": "structure"
},
"ChannelList": {
"members": {
"Channels": {
"locationName": "channels",
"shape": "ListOfChannel"
"shape": "__listOfChannel"
},
"NextToken": {
"locationName": "nextToken",
@ -452,6 +455,72 @@
},
"type": "structure"
},
"CmafEncryption": {
"members": {
"KeyRotationIntervalSeconds": {
"locationName": "keyRotationIntervalSeconds",
"shape": "__integer"
},
"SpekeKeyProvider": {
"locationName": "spekeKeyProvider",
"shape": "SpekeKeyProvider"
}
},
"required": [
"SpekeKeyProvider"
],
"type": "structure"
},
"CmafPackage": {
"members": {
"Encryption": {
"locationName": "encryption",
"shape": "CmafEncryption"
},
"HlsManifests": {
"locationName": "hlsManifests",
"shape": "__listOfHlsManifest"
},
"SegmentDurationSeconds": {
"locationName": "segmentDurationSeconds",
"shape": "__integer"
},
"SegmentPrefix": {
"locationName": "segmentPrefix",
"shape": "__string"
},
"StreamSelection": {
"locationName": "streamSelection",
"shape": "StreamSelection"
}
},
"type": "structure"
},
"CmafPackageCreateOrUpdateParameters": {
"members": {
"Encryption": {
"locationName": "encryption",
"shape": "CmafEncryption"
},
"HlsManifests": {
"locationName": "hlsManifests",
"shape": "__listOfHlsManifestCreateOrUpdateParameters"
},
"SegmentDurationSeconds": {
"locationName": "segmentDurationSeconds",
"shape": "__integer"
},
"SegmentPrefix": {
"locationName": "segmentPrefix",
"shape": "__string"
},
"StreamSelection": {
"locationName": "streamSelection",
"shape": "StreamSelection"
}
},
"type": "structure"
},
"CreateChannelRequest": {
"members": {
"Description": {
@ -495,6 +564,10 @@
"locationName": "channelId",
"shape": "__string"
},
"CmafPackage": {
"locationName": "cmafPackage",
"shape": "CmafPackageCreateOrUpdateParameters"
},
"DashPackage": {
"locationName": "dashPackage",
"shape": "DashPackage"
@ -529,7 +602,7 @@
},
"Whitelist": {
"locationName": "whitelist",
"shape": "ListOf__string"
"shape": "__listOf__string"
}
},
"required": [
@ -548,6 +621,10 @@
"locationName": "channelId",
"shape": "__string"
},
"CmafPackage": {
"locationName": "cmafPackage",
"shape": "CmafPackage"
},
"DashPackage": {
"locationName": "dashPackage",
"shape": "DashPackage"
@ -586,7 +663,7 @@
},
"Whitelist": {
"locationName": "whitelist",
"shape": "ListOf__string"
"shape": "__listOf__string"
}
},
"type": "structure"
@ -735,6 +812,10 @@
"locationName": "channelId",
"shape": "__string"
},
"CmafPackage": {
"locationName": "cmafPackage",
"shape": "CmafPackage"
},
"DashPackage": {
"locationName": "dashPackage",
"shape": "DashPackage"
@ -773,7 +854,7 @@
},
"Whitelist": {
"locationName": "whitelist",
"shape": "ListOf__string"
"shape": "__listOf__string"
}
},
"type": "structure"
@ -830,11 +911,87 @@
"members": {
"IngestEndpoints": {
"locationName": "ingestEndpoints",
"shape": "ListOfIngestEndpoint"
"shape": "__listOfIngestEndpoint"
}
},
"type": "structure"
},
"HlsManifest": {
"members": {
"AdMarkers": {
"locationName": "adMarkers",
"shape": "AdMarkers"
},
"Id": {
"locationName": "id",
"shape": "__string"
},
"IncludeIframeOnlyStream": {
"locationName": "includeIframeOnlyStream",
"shape": "__boolean"
},
"ManifestName": {
"locationName": "manifestName",
"shape": "__string"
},
"PlaylistType": {
"locationName": "playlistType",
"shape": "PlaylistType"
},
"PlaylistWindowSeconds": {
"locationName": "playlistWindowSeconds",
"shape": "__integer"
},
"ProgramDateTimeIntervalSeconds": {
"locationName": "programDateTimeIntervalSeconds",
"shape": "__integer"
},
"Url": {
"locationName": "url",
"shape": "__string"
}
},
"required": [
"Id"
],
"type": "structure"
},
"HlsManifestCreateOrUpdateParameters": {
"members": {
"AdMarkers": {
"locationName": "adMarkers",
"shape": "AdMarkers"
},
"Id": {
"locationName": "id",
"shape": "__string"
},
"IncludeIframeOnlyStream": {
"locationName": "includeIframeOnlyStream",
"shape": "__boolean"
},
"ManifestName": {
"locationName": "manifestName",
"shape": "__string"
},
"PlaylistType": {
"locationName": "playlistType",
"shape": "PlaylistType"
},
"PlaylistWindowSeconds": {
"locationName": "playlistWindowSeconds",
"shape": "__integer"
},
"ProgramDateTimeIntervalSeconds": {
"locationName": "programDateTimeIntervalSeconds",
"shape": "__integer"
}
},
"required": [
"Id"
],
"type": "structure"
},
"HlsPackage": {
"members": {
"AdMarkers": {
@ -925,7 +1082,7 @@
"members": {
"Channels": {
"locationName": "channels",
"shape": "ListOfChannel"
"shape": "__listOfChannel"
},
"NextToken": {
"locationName": "nextToken",
@ -934,30 +1091,6 @@
},
"type": "structure"
},
"ListOfChannel": {
"member": {
"shape": "Channel"
},
"type": "list"
},
"ListOfIngestEndpoint": {
"member": {
"shape": "IngestEndpoint"
},
"type": "list"
},
"ListOfOriginEndpoint": {
"member": {
"shape": "OriginEndpoint"
},
"type": "list"
},
"ListOf__string": {
"member": {
"shape": "__string"
},
"type": "list"
},
"ListOriginEndpointsRequest": {
"members": {
"ChannelId": {
@ -986,7 +1119,7 @@
},
"OriginEndpoints": {
"locationName": "originEndpoints",
"shape": "ListOfOriginEndpoint"
"shape": "__listOfOriginEndpoint"
}
},
"type": "structure"
@ -1052,6 +1185,10 @@
"locationName": "channelId",
"shape": "__string"
},
"CmafPackage": {
"locationName": "cmafPackage",
"shape": "CmafPackage"
},
"DashPackage": {
"locationName": "dashPackage",
"shape": "DashPackage"
@ -1090,7 +1227,7 @@
},
"Whitelist": {
"locationName": "whitelist",
"shape": "ListOf__string"
"shape": "__listOf__string"
}
},
"type": "structure"
@ -1101,6 +1238,10 @@
"locationName": "channelId",
"shape": "__string"
},
"CmafPackage": {
"locationName": "cmafPackage",
"shape": "CmafPackageCreateOrUpdateParameters"
},
"DashPackage": {
"locationName": "dashPackage",
"shape": "DashPackage"
@ -1135,9 +1276,13 @@
},
"Whitelist": {
"locationName": "whitelist",
"shape": "ListOf__string"
"shape": "__listOf__string"
}
},
"required": [
"Id",
"ChannelId"
],
"type": "structure"
},
"OriginEndpointList": {
@ -1148,13 +1293,17 @@
},
"OriginEndpoints": {
"locationName": "originEndpoints",
"shape": "ListOfOriginEndpoint"
"shape": "__listOfOriginEndpoint"
}
},
"type": "structure"
},
"OriginEndpointUpdateParameters": {
"members": {
"CmafPackage": {
"locationName": "cmafPackage",
"shape": "CmafPackageCreateOrUpdateParameters"
},
"DashPackage": {
"locationName": "dashPackage",
"shape": "DashPackage"
@ -1185,7 +1334,7 @@
},
"Whitelist": {
"locationName": "whitelist",
"shape": "ListOf__string"
"shape": "__listOf__string"
}
},
"type": "structure"
@ -1264,7 +1413,7 @@
},
"SystemIds": {
"locationName": "systemIds",
"shape": "ListOf__string"
"shape": "__listOf__string"
},
"Url": {
"locationName": "url",
@ -1370,6 +1519,10 @@
},
"UpdateOriginEndpointRequest": {
"members": {
"CmafPackage": {
"locationName": "cmafPackage",
"shape": "CmafPackageCreateOrUpdateParameters"
},
"DashPackage": {
"locationName": "dashPackage",
"shape": "DashPackage"
@ -1405,7 +1558,7 @@
},
"Whitelist": {
"locationName": "whitelist",
"shape": "ListOf__string"
"shape": "__listOf__string"
}
},
"required": [
@ -1423,6 +1576,10 @@
"locationName": "channelId",
"shape": "__string"
},
"CmafPackage": {
"locationName": "cmafPackage",
"shape": "CmafPackage"
},
"DashPackage": {
"locationName": "dashPackage",
"shape": "DashPackage"
@ -1461,7 +1618,7 @@
},
"Whitelist": {
"locationName": "whitelist",
"shape": "ListOf__string"
"shape": "__listOf__string"
}
},
"type": "structure"
@ -1475,11 +1632,47 @@
"__integer": {
"type": "integer"
},
"__listOfChannel": {
"member": {
"shape": "Channel"
},
"type": "list"
},
"__listOfHlsManifest": {
"member": {
"shape": "HlsManifest"
},
"type": "list"
},
"__listOfHlsManifestCreateOrUpdateParameters": {
"member": {
"shape": "HlsManifestCreateOrUpdateParameters"
},
"type": "list"
},
"__listOfIngestEndpoint": {
"member": {
"shape": "IngestEndpoint"
},
"type": "list"
},
"__listOfOriginEndpoint": {
"member": {
"shape": "OriginEndpoint"
},
"type": "list"
},
"__listOf__string": {
"member": {
"shape": "__string"
},
"type": "list"
},
"__long": {
"type": "long"
},
"__string": {
"type": "string"
},
"__timestamp": {
"type": "timestamp"
}
}
}

View file

@ -18,13 +18,15 @@
"AdMarkers" : {
"base" : null,
"refs" : {
"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",
"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",
"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"
}
},
"Channel" : {
"base" : "A Channel resource configuration.",
"refs" : {
"ListOfChannel$member" : null
"__listOfChannel$member" : null
}
},
"ChannelCreateParameters" : {
@ -39,6 +41,26 @@
"base" : "Configuration parameters for updating an existing Channel.",
"refs" : { }
},
"CmafEncryption" : {
"base" : "A Common Media Application Format (CMAF) encryption configuration.",
"refs" : {
"CmafPackage$Encryption" : null,
"CmafPackageCreateOrUpdateParameters$Encryption" : null
}
},
"CmafPackage" : {
"base" : "A Common Media Application Format (CMAF) packaging configuration.",
"refs" : {
"OriginEndpoint$CmafPackage" : null
}
},
"CmafPackageCreateOrUpdateParameters" : {
"base" : "A Common Media Application Format (CMAF) packaging configuration.",
"refs" : {
"OriginEndpointCreateParameters$CmafPackage" : null,
"OriginEndpointUpdateParameters$CmafPackage" : null
}
},
"DashEncryption" : {
"base" : "A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.",
"refs" : {
@ -71,6 +93,18 @@
"Channel$HlsIngest" : null
}
},
"HlsManifest" : {
"base" : "A HTTP Live Streaming (HLS) manifest configuration.",
"refs" : {
"__listOfHlsManifest$member" : null
}
},
"HlsManifestCreateOrUpdateParameters" : {
"base" : "A HTTP Live Streaming (HLS) manifest configuration.",
"refs" : {
"__listOfHlsManifestCreateOrUpdateParameters$member" : null
}
},
"HlsPackage" : {
"base" : "An HTTP Live Streaming (HLS) packaging configuration.",
"refs" : {
@ -82,34 +116,7 @@
"IngestEndpoint" : {
"base" : "An endpoint for ingesting source content for a Channel.",
"refs" : {
"ListOfIngestEndpoint$member" : null
}
},
"ListOfChannel" : {
"base" : null,
"refs" : {
"ChannelList$Channels" : "A list of Channel records."
}
},
"ListOfIngestEndpoint" : {
"base" : null,
"refs" : {
"HlsIngest$IngestEndpoints" : "A list of endpoints to which the source stream should be sent."
}
},
"ListOfOriginEndpoint" : {
"base" : null,
"refs" : {
"OriginEndpointList$OriginEndpoints" : "A list of OriginEndpoint records."
}
},
"ListOf__string" : {
"base" : null,
"refs" : {
"OriginEndpoint$Whitelist" : "A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.",
"OriginEndpointCreateParameters$Whitelist" : "A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.",
"OriginEndpointUpdateParameters$Whitelist" : "A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.",
"SpekeKeyProvider$SystemIds" : "The system IDs to include in key requests."
"__listOfIngestEndpoint$member" : null
}
},
"MssEncryption" : {
@ -129,7 +136,7 @@
"OriginEndpoint" : {
"base" : "An OriginEndpoint resource configuration.",
"refs" : {
"ListOfOriginEndpoint$member" : null
"__listOfOriginEndpoint$member" : null
}
},
"OriginEndpointCreateParameters" : {
@ -147,6 +154,8 @@
"PlaylistType" : {
"base" : null,
"refs" : {
"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",
"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",
"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"
}
},
@ -159,6 +168,7 @@
"SpekeKeyProvider" : {
"base" : "A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.",
"refs" : {
"CmafEncryption$SpekeKeyProvider" : null,
"DashEncryption$SpekeKeyProvider" : null,
"HlsEncryption$SpekeKeyProvider" : null,
"MssEncryption$SpekeKeyProvider" : null
@ -173,6 +183,8 @@
"StreamSelection" : {
"base" : "A StreamSelection configuration.",
"refs" : {
"CmafPackage$StreamSelection" : null,
"CmafPackageCreateOrUpdateParameters$StreamSelection" : null,
"DashPackage$StreamSelection" : null,
"HlsPackage$StreamSelection" : null,
"MssPackage$StreamSelection" : null
@ -182,6 +194,8 @@
"base" : null,
"refs" : {
"HlsEncryption$RepeatExtXKey" : "When enabled, the EXT-X-KEY tag will be repeated in output manifests.",
"HlsManifest$IncludeIframeOnlyStream" : "When enabled, an I-Frame only stream will be included in the output.",
"HlsManifestCreateOrUpdateParameters$IncludeIframeOnlyStream" : "When enabled, an I-Frame only stream will be included in the output.",
"HlsPackage$IncludeIframeOnlyStream" : "When enabled, an I-Frame only stream will be included in the output.",
"HlsPackage$UseAudioRenditionGroup" : "When enabled, audio streams will be placed in rendition groups in the output."
}
@ -189,6 +203,9 @@
"__integer" : {
"base" : null,
"refs" : {
"CmafEncryption$KeyRotationIntervalSeconds" : "Time (in seconds) between each encryption key rotation.",
"CmafPackage$SegmentDurationSeconds" : "Duration (in seconds) of each segment. Actual segments will be\nrounded to the nearest multiple of the source segment duration.\n",
"CmafPackageCreateOrUpdateParameters$SegmentDurationSeconds" : "Duration (in seconds) of each segment. Actual segments will be\nrounded to the nearest multiple of the source segment duration.\n",
"DashEncryption$KeyRotationIntervalSeconds" : "Time (in seconds) between each encryption key rotation.",
"DashPackage$ManifestWindowSeconds" : "Time window (in seconds) contained in each manifest.",
"DashPackage$MinBufferTimeSeconds" : "Minimum duration (in seconds) that a player will buffer media before starting the presentation.",
@ -196,8 +213,12 @@
"DashPackage$SegmentDurationSeconds" : "Duration (in seconds) of each segment. Actual segments will be\nrounded to the nearest multiple of the source segment duration.\n",
"DashPackage$SuggestedPresentationDelaySeconds" : "Duration (in seconds) to delay live content before presentation.",
"HlsEncryption$KeyRotationIntervalSeconds" : "Interval (in seconds) between each encryption key rotation.",
"HlsManifest$PlaylistWindowSeconds" : "Time window (in seconds) contained in each parent manifest.",
"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",
"HlsManifestCreateOrUpdateParameters$PlaylistWindowSeconds" : "Time window (in seconds) contained in each parent manifest.",
"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",
"HlsPackage$PlaylistWindowSeconds" : "Time window (in seconds) contained in each parent manifest.",
"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",
"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",
"HlsPackage$SegmentDurationSeconds" : "Duration (in seconds) of each fragment. Actual fragments will be\nrounded to the nearest multiple of the source fragment duration.\n",
"MssPackage$ManifestWindowSeconds" : "The time window (in seconds) contained in each manifest.",
"MssPackage$SegmentDurationSeconds" : "The duration (in seconds) of each segment.",
@ -211,6 +232,45 @@
"StreamSelection$MinVideoBitsPerSecond" : "The minimum video bitrate (bps) to include in output."
}
},
"__listOfChannel" : {
"base" : null,
"refs" : {
"ChannelList$Channels" : "A list of Channel records."
}
},
"__listOfHlsManifest" : {
"base" : null,
"refs" : {
"CmafPackage$HlsManifests" : "A list of HLS manifest configurations"
}
},
"__listOfHlsManifestCreateOrUpdateParameters" : {
"base" : null,
"refs" : {
"CmafPackageCreateOrUpdateParameters$HlsManifests" : "A list of HLS manifest configurations"
}
},
"__listOfIngestEndpoint" : {
"base" : null,
"refs" : {
"HlsIngest$IngestEndpoints" : "A list of endpoints to which the source stream should be sent."
}
},
"__listOfOriginEndpoint" : {
"base" : null,
"refs" : {
"OriginEndpointList$OriginEndpoints" : "A list of OriginEndpoint records."
}
},
"__listOf__string" : {
"base" : null,
"refs" : {
"OriginEndpoint$Whitelist" : "A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.",
"OriginEndpointCreateParameters$Whitelist" : "A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.",
"OriginEndpointUpdateParameters$Whitelist" : "A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.",
"SpekeKeyProvider$SystemIds" : "The system IDs to include in key requests."
}
},
"__string" : {
"base" : null,
"refs" : {
@ -221,11 +281,17 @@
"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",
"ChannelList$NextToken" : "A token that can be used to resume pagination from the end of the collection.",
"ChannelUpdateParameters$Description" : "A short text description of the Channel.",
"CmafPackage$SegmentPrefix" : "An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.",
"CmafPackageCreateOrUpdateParameters$SegmentPrefix" : "An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.",
"HlsEncryption$ConstantInitializationVector" : "A constant initialization vector for encryption (optional).\nWhen not specified the initialization vector will be periodically rotated.\n",
"HlsManifest$Id" : "The ID of the manifest. The ID must be unique within the OriginEndpoint and it cannot be changed after it is created.",
"HlsManifest$ManifestName" : "An optional short string appended to the end of the OriginEndpoint URL. If not specified, defaults to the manifestName for the OriginEndpoint.",
"HlsManifest$Url" : "The URL of the packaged OriginEndpoint for consumption.",
"HlsManifestCreateOrUpdateParameters$Id" : "The ID of the manifest. The ID must be unique within the OriginEndpoint and it cannot be changed after it is created.",
"HlsManifestCreateOrUpdateParameters$ManifestName" : "An optional short string appended to the end of the OriginEndpoint URL. If not specified, defaults to the manifestName for the OriginEndpoint.",
"IngestEndpoint$Password" : "The system generated password for ingest authentication.",
"IngestEndpoint$Url" : "The ingest URL to which the source stream should be sent.",
"IngestEndpoint$Username" : "The system generated username for ingest authentication.",
"ListOf__string$member" : null,
"OriginEndpoint$Arn" : "The Amazon Resource Name (ARN) assigned to the OriginEndpoint.",
"OriginEndpoint$ChannelId" : "The ID of the Channel the OriginEndpoint is associated with.",
"OriginEndpoint$Description" : "A short text description of the OriginEndpoint.",
@ -241,8 +307,9 @@
"OriginEndpointUpdateParameters$ManifestName" : "A short string that will be appended to the end of the Endpoint URL.",
"SpekeKeyProvider$ResourceId" : "The resource ID to include in key requests.",
"SpekeKeyProvider$RoleArn" : "An Amazon Resource Name (ARN) of an IAM role that AWS Elemental\nMediaPackage will assume when accessing the key provider service.\n",
"SpekeKeyProvider$Url" : "The URL of the external key provider service."
"SpekeKeyProvider$Url" : "The URL of the external key provider service.",
"__listOf__string$member" : null
}
}
}
}
}