mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+595
-41
@@ -284,7 +284,24 @@
|
||||
"shape": "ListOriginEndpointsResponse"
|
||||
}
|
||||
},
|
||||
"ListTagsForResource": {
|
||||
"errors": [],
|
||||
"http": {
|
||||
"method": "GET",
|
||||
"requestUri": "/tags/{resource-arn}",
|
||||
"responseCode": 200
|
||||
},
|
||||
"input": {
|
||||
"shape": "ListTagsForResourceRequest"
|
||||
},
|
||||
"name": "ListTagsForResource",
|
||||
"output": {
|
||||
"shape": "ListTagsForResourceResponse"
|
||||
}
|
||||
},
|
||||
"RotateChannelCredentials": {
|
||||
"deprecated": true,
|
||||
"deprecatedMessage": "This API is deprecated. Please use RotateIngestEndpointCredentials instead",
|
||||
"errors": [
|
||||
{
|
||||
"shape": "UnprocessableEntityException"
|
||||
@@ -318,6 +335,64 @@
|
||||
"shape": "RotateChannelCredentialsResponse"
|
||||
}
|
||||
},
|
||||
"RotateIngestEndpointCredentials": {
|
||||
"errors": [
|
||||
{
|
||||
"shape": "UnprocessableEntityException"
|
||||
},
|
||||
{
|
||||
"shape": "InternalServerErrorException"
|
||||
},
|
||||
{
|
||||
"shape": "ForbiddenException"
|
||||
},
|
||||
{
|
||||
"shape": "NotFoundException"
|
||||
},
|
||||
{
|
||||
"shape": "ServiceUnavailableException"
|
||||
},
|
||||
{
|
||||
"shape": "TooManyRequestsException"
|
||||
}
|
||||
],
|
||||
"http": {
|
||||
"method": "PUT",
|
||||
"requestUri": "/channels/{id}/ingest_endpoints/{ingest_endpoint_id}/credentials",
|
||||
"responseCode": 200
|
||||
},
|
||||
"input": {
|
||||
"shape": "RotateIngestEndpointCredentialsRequest"
|
||||
},
|
||||
"name": "RotateIngestEndpointCredentials",
|
||||
"output": {
|
||||
"shape": "RotateIngestEndpointCredentialsResponse"
|
||||
}
|
||||
},
|
||||
"TagResource": {
|
||||
"errors": [],
|
||||
"http": {
|
||||
"method": "POST",
|
||||
"requestUri": "/tags/{resource-arn}",
|
||||
"responseCode": 204
|
||||
},
|
||||
"input": {
|
||||
"shape": "TagResourceRequest"
|
||||
},
|
||||
"name": "TagResource"
|
||||
},
|
||||
"UntagResource": {
|
||||
"errors": [],
|
||||
"http": {
|
||||
"method": "DELETE",
|
||||
"requestUri": "/tags/{resource-arn}",
|
||||
"responseCode": 204
|
||||
},
|
||||
"input": {
|
||||
"shape": "UntagResourceRequest"
|
||||
},
|
||||
"name": "UntagResource"
|
||||
},
|
||||
"UpdateChannel": {
|
||||
"errors": [
|
||||
{
|
||||
@@ -396,6 +471,21 @@
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"AdTriggers": {
|
||||
"member": {
|
||||
"shape": "__AdTriggersElement"
|
||||
},
|
||||
"type": "list"
|
||||
},
|
||||
"AdsOnDeliveryRestrictions": {
|
||||
"enum": [
|
||||
"NONE",
|
||||
"RESTRICTED",
|
||||
"UNRESTRICTED",
|
||||
"BOTH"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"Channel": {
|
||||
"members": {
|
||||
"Arn": {
|
||||
@@ -413,6 +503,10 @@
|
||||
"Id": {
|
||||
"locationName": "id",
|
||||
"shape": "__string"
|
||||
},
|
||||
"Tags": {
|
||||
"locationName": "tags",
|
||||
"shape": "Tags"
|
||||
}
|
||||
},
|
||||
"type": "structure"
|
||||
@@ -426,15 +520,22 @@
|
||||
"Id": {
|
||||
"locationName": "id",
|
||||
"shape": "__string"
|
||||
},
|
||||
"Tags": {
|
||||
"locationName": "tags",
|
||||
"shape": "Tags"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Id"
|
||||
],
|
||||
"type": "structure"
|
||||
},
|
||||
"ChannelList": {
|
||||
"members": {
|
||||
"Channels": {
|
||||
"locationName": "channels",
|
||||
"shape": "ListOfChannel"
|
||||
"shape": "__listOfChannel"
|
||||
},
|
||||
"NextToken": {
|
||||
"locationName": "nextToken",
|
||||
@@ -452,6 +553,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": {
|
||||
@@ -461,6 +628,10 @@
|
||||
"Id": {
|
||||
"locationName": "id",
|
||||
"shape": "__string"
|
||||
},
|
||||
"Tags": {
|
||||
"locationName": "tags",
|
||||
"shape": "Tags"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -485,6 +656,10 @@
|
||||
"Id": {
|
||||
"locationName": "id",
|
||||
"shape": "__string"
|
||||
},
|
||||
"Tags": {
|
||||
"locationName": "tags",
|
||||
"shape": "Tags"
|
||||
}
|
||||
},
|
||||
"type": "structure"
|
||||
@@ -495,6 +670,10 @@
|
||||
"locationName": "channelId",
|
||||
"shape": "__string"
|
||||
},
|
||||
"CmafPackage": {
|
||||
"locationName": "cmafPackage",
|
||||
"shape": "CmafPackageCreateOrUpdateParameters"
|
||||
},
|
||||
"DashPackage": {
|
||||
"locationName": "dashPackage",
|
||||
"shape": "DashPackage"
|
||||
@@ -523,13 +702,17 @@
|
||||
"locationName": "startoverWindowSeconds",
|
||||
"shape": "__integer"
|
||||
},
|
||||
"Tags": {
|
||||
"locationName": "tags",
|
||||
"shape": "Tags"
|
||||
},
|
||||
"TimeDelaySeconds": {
|
||||
"locationName": "timeDelaySeconds",
|
||||
"shape": "__integer"
|
||||
},
|
||||
"Whitelist": {
|
||||
"locationName": "whitelist",
|
||||
"shape": "ListOf__string"
|
||||
"shape": "__listOf__string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -548,6 +731,10 @@
|
||||
"locationName": "channelId",
|
||||
"shape": "__string"
|
||||
},
|
||||
"CmafPackage": {
|
||||
"locationName": "cmafPackage",
|
||||
"shape": "CmafPackage"
|
||||
},
|
||||
"DashPackage": {
|
||||
"locationName": "dashPackage",
|
||||
"shape": "DashPackage"
|
||||
@@ -576,6 +763,10 @@
|
||||
"locationName": "startoverWindowSeconds",
|
||||
"shape": "__integer"
|
||||
},
|
||||
"Tags": {
|
||||
"locationName": "tags",
|
||||
"shape": "Tags"
|
||||
},
|
||||
"TimeDelaySeconds": {
|
||||
"locationName": "timeDelaySeconds",
|
||||
"shape": "__integer"
|
||||
@@ -586,7 +777,7 @@
|
||||
},
|
||||
"Whitelist": {
|
||||
"locationName": "whitelist",
|
||||
"shape": "ListOf__string"
|
||||
"shape": "__listOf__string"
|
||||
}
|
||||
},
|
||||
"type": "structure"
|
||||
@@ -609,10 +800,22 @@
|
||||
},
|
||||
"DashPackage": {
|
||||
"members": {
|
||||
"AdTriggers": {
|
||||
"locationName": "adTriggers",
|
||||
"shape": "AdTriggers"
|
||||
},
|
||||
"AdsOnDeliveryRestrictions": {
|
||||
"locationName": "adsOnDeliveryRestrictions",
|
||||
"shape": "AdsOnDeliveryRestrictions"
|
||||
},
|
||||
"Encryption": {
|
||||
"locationName": "encryption",
|
||||
"shape": "DashEncryption"
|
||||
},
|
||||
"ManifestLayout": {
|
||||
"locationName": "manifestLayout",
|
||||
"shape": "ManifestLayout"
|
||||
},
|
||||
"ManifestWindowSeconds": {
|
||||
"locationName": "manifestWindowSeconds",
|
||||
"shape": "__integer"
|
||||
@@ -625,6 +828,10 @@
|
||||
"locationName": "minUpdatePeriodSeconds",
|
||||
"shape": "__integer"
|
||||
},
|
||||
"PeriodTriggers": {
|
||||
"locationName": "periodTriggers",
|
||||
"shape": "__listOf__PeriodTriggersElement"
|
||||
},
|
||||
"Profile": {
|
||||
"locationName": "profile",
|
||||
"shape": "Profile"
|
||||
@@ -633,6 +840,10 @@
|
||||
"locationName": "segmentDurationSeconds",
|
||||
"shape": "__integer"
|
||||
},
|
||||
"SegmentTemplateFormat": {
|
||||
"locationName": "segmentTemplateFormat",
|
||||
"shape": "SegmentTemplateFormat"
|
||||
},
|
||||
"StreamSelection": {
|
||||
"locationName": "streamSelection",
|
||||
"shape": "StreamSelection"
|
||||
@@ -708,6 +919,10 @@
|
||||
"Id": {
|
||||
"locationName": "id",
|
||||
"shape": "__string"
|
||||
},
|
||||
"Tags": {
|
||||
"locationName": "tags",
|
||||
"shape": "Tags"
|
||||
}
|
||||
},
|
||||
"type": "structure"
|
||||
@@ -735,6 +950,10 @@
|
||||
"locationName": "channelId",
|
||||
"shape": "__string"
|
||||
},
|
||||
"CmafPackage": {
|
||||
"locationName": "cmafPackage",
|
||||
"shape": "CmafPackage"
|
||||
},
|
||||
"DashPackage": {
|
||||
"locationName": "dashPackage",
|
||||
"shape": "DashPackage"
|
||||
@@ -763,6 +982,10 @@
|
||||
"locationName": "startoverWindowSeconds",
|
||||
"shape": "__integer"
|
||||
},
|
||||
"Tags": {
|
||||
"locationName": "tags",
|
||||
"shape": "Tags"
|
||||
},
|
||||
"TimeDelaySeconds": {
|
||||
"locationName": "timeDelaySeconds",
|
||||
"shape": "__integer"
|
||||
@@ -773,7 +996,7 @@
|
||||
},
|
||||
"Whitelist": {
|
||||
"locationName": "whitelist",
|
||||
"shape": "ListOf__string"
|
||||
"shape": "__listOf__string"
|
||||
}
|
||||
},
|
||||
"type": "structure"
|
||||
@@ -830,17 +1053,109 @@
|
||||
"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"
|
||||
},
|
||||
"AdTriggers": {
|
||||
"locationName": "adTriggers",
|
||||
"shape": "AdTriggers"
|
||||
},
|
||||
"AdsOnDeliveryRestrictions": {
|
||||
"locationName": "adsOnDeliveryRestrictions",
|
||||
"shape": "AdsOnDeliveryRestrictions"
|
||||
},
|
||||
"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": {
|
||||
"locationName": "adMarkers",
|
||||
"shape": "AdMarkers"
|
||||
},
|
||||
"AdTriggers": {
|
||||
"locationName": "adTriggers",
|
||||
"shape": "AdTriggers"
|
||||
},
|
||||
"AdsOnDeliveryRestrictions": {
|
||||
"locationName": "adsOnDeliveryRestrictions",
|
||||
"shape": "AdsOnDeliveryRestrictions"
|
||||
},
|
||||
"Encryption": {
|
||||
"locationName": "encryption",
|
||||
"shape": "HlsEncryption"
|
||||
@@ -878,6 +1193,10 @@
|
||||
},
|
||||
"IngestEndpoint": {
|
||||
"members": {
|
||||
"Id": {
|
||||
"locationName": "id",
|
||||
"shape": "__string"
|
||||
},
|
||||
"Password": {
|
||||
"locationName": "password",
|
||||
"shape": "__string"
|
||||
@@ -925,7 +1244,7 @@
|
||||
"members": {
|
||||
"Channels": {
|
||||
"locationName": "channels",
|
||||
"shape": "ListOfChannel"
|
||||
"shape": "__listOfChannel"
|
||||
},
|
||||
"NextToken": {
|
||||
"locationName": "nextToken",
|
||||
@@ -934,30 +1253,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,11 +1281,40 @@
|
||||
},
|
||||
"OriginEndpoints": {
|
||||
"locationName": "originEndpoints",
|
||||
"shape": "ListOfOriginEndpoint"
|
||||
"shape": "__listOfOriginEndpoint"
|
||||
}
|
||||
},
|
||||
"type": "structure"
|
||||
},
|
||||
"ListTagsForResourceRequest": {
|
||||
"members": {
|
||||
"ResourceArn": {
|
||||
"location": "uri",
|
||||
"locationName": "resource-arn",
|
||||
"shape": "__string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"ResourceArn"
|
||||
],
|
||||
"type": "structure"
|
||||
},
|
||||
"ListTagsForResourceResponse": {
|
||||
"members": {
|
||||
"Tags": {
|
||||
"locationName": "tags",
|
||||
"shape": "__mapOf__string"
|
||||
}
|
||||
},
|
||||
"type": "structure"
|
||||
},
|
||||
"ManifestLayout": {
|
||||
"enum": [
|
||||
"FULL",
|
||||
"COMPACT"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"MaxResults": {
|
||||
"max": 1000,
|
||||
"min": 1,
|
||||
@@ -1052,6 +1376,10 @@
|
||||
"locationName": "channelId",
|
||||
"shape": "__string"
|
||||
},
|
||||
"CmafPackage": {
|
||||
"locationName": "cmafPackage",
|
||||
"shape": "CmafPackage"
|
||||
},
|
||||
"DashPackage": {
|
||||
"locationName": "dashPackage",
|
||||
"shape": "DashPackage"
|
||||
@@ -1080,6 +1408,10 @@
|
||||
"locationName": "startoverWindowSeconds",
|
||||
"shape": "__integer"
|
||||
},
|
||||
"Tags": {
|
||||
"locationName": "tags",
|
||||
"shape": "Tags"
|
||||
},
|
||||
"TimeDelaySeconds": {
|
||||
"locationName": "timeDelaySeconds",
|
||||
"shape": "__integer"
|
||||
@@ -1090,7 +1422,7 @@
|
||||
},
|
||||
"Whitelist": {
|
||||
"locationName": "whitelist",
|
||||
"shape": "ListOf__string"
|
||||
"shape": "__listOf__string"
|
||||
}
|
||||
},
|
||||
"type": "structure"
|
||||
@@ -1101,6 +1433,10 @@
|
||||
"locationName": "channelId",
|
||||
"shape": "__string"
|
||||
},
|
||||
"CmafPackage": {
|
||||
"locationName": "cmafPackage",
|
||||
"shape": "CmafPackageCreateOrUpdateParameters"
|
||||
},
|
||||
"DashPackage": {
|
||||
"locationName": "dashPackage",
|
||||
"shape": "DashPackage"
|
||||
@@ -1129,15 +1465,23 @@
|
||||
"locationName": "startoverWindowSeconds",
|
||||
"shape": "__integer"
|
||||
},
|
||||
"Tags": {
|
||||
"locationName": "tags",
|
||||
"shape": "Tags"
|
||||
},
|
||||
"TimeDelaySeconds": {
|
||||
"locationName": "timeDelaySeconds",
|
||||
"shape": "__integer"
|
||||
},
|
||||
"Whitelist": {
|
||||
"locationName": "whitelist",
|
||||
"shape": "ListOf__string"
|
||||
"shape": "__listOf__string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Id",
|
||||
"ChannelId"
|
||||
],
|
||||
"type": "structure"
|
||||
},
|
||||
"OriginEndpointList": {
|
||||
@@ -1148,13 +1492,17 @@
|
||||
},
|
||||
"OriginEndpoints": {
|
||||
"locationName": "originEndpoints",
|
||||
"shape": "ListOfOriginEndpoint"
|
||||
"shape": "__listOfOriginEndpoint"
|
||||
}
|
||||
},
|
||||
"type": "structure"
|
||||
},
|
||||
"OriginEndpointUpdateParameters": {
|
||||
"members": {
|
||||
"CmafPackage": {
|
||||
"locationName": "cmafPackage",
|
||||
"shape": "CmafPackageCreateOrUpdateParameters"
|
||||
},
|
||||
"DashPackage": {
|
||||
"locationName": "dashPackage",
|
||||
"shape": "DashPackage"
|
||||
@@ -1185,7 +1533,7 @@
|
||||
},
|
||||
"Whitelist": {
|
||||
"locationName": "whitelist",
|
||||
"shape": "ListOf__string"
|
||||
"shape": "__listOf__string"
|
||||
}
|
||||
},
|
||||
"type": "structure"
|
||||
@@ -1206,6 +1554,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"RotateChannelCredentialsRequest": {
|
||||
"deprecated": true,
|
||||
"members": {
|
||||
"Id": {
|
||||
"location": "uri",
|
||||
@@ -1219,6 +1568,7 @@
|
||||
"type": "structure"
|
||||
},
|
||||
"RotateChannelCredentialsResponse": {
|
||||
"deprecated": true,
|
||||
"members": {
|
||||
"Arn": {
|
||||
"locationName": "arn",
|
||||
@@ -1235,10 +1585,66 @@
|
||||
"Id": {
|
||||
"locationName": "id",
|
||||
"shape": "__string"
|
||||
},
|
||||
"Tags": {
|
||||
"locationName": "tags",
|
||||
"shape": "Tags"
|
||||
}
|
||||
},
|
||||
"type": "structure"
|
||||
},
|
||||
"RotateIngestEndpointCredentialsRequest": {
|
||||
"members": {
|
||||
"Id": {
|
||||
"location": "uri",
|
||||
"locationName": "id",
|
||||
"shape": "__string"
|
||||
},
|
||||
"IngestEndpointId": {
|
||||
"location": "uri",
|
||||
"locationName": "ingest_endpoint_id",
|
||||
"shape": "__string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"IngestEndpointId",
|
||||
"Id"
|
||||
],
|
||||
"type": "structure"
|
||||
},
|
||||
"RotateIngestEndpointCredentialsResponse": {
|
||||
"members": {
|
||||
"Arn": {
|
||||
"locationName": "arn",
|
||||
"shape": "__string"
|
||||
},
|
||||
"Description": {
|
||||
"locationName": "description",
|
||||
"shape": "__string"
|
||||
},
|
||||
"HlsIngest": {
|
||||
"locationName": "hlsIngest",
|
||||
"shape": "HlsIngest"
|
||||
},
|
||||
"Id": {
|
||||
"locationName": "id",
|
||||
"shape": "__string"
|
||||
},
|
||||
"Tags": {
|
||||
"locationName": "tags",
|
||||
"shape": "Tags"
|
||||
}
|
||||
},
|
||||
"type": "structure"
|
||||
},
|
||||
"SegmentTemplateFormat": {
|
||||
"enum": [
|
||||
"NUMBER_WITH_TIMELINE",
|
||||
"TIME_WITH_TIMELINE",
|
||||
"NUMBER_WITH_DURATION"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"ServiceUnavailableException": {
|
||||
"error": {
|
||||
"httpStatusCode": 503
|
||||
@@ -1254,6 +1660,10 @@
|
||||
},
|
||||
"SpekeKeyProvider": {
|
||||
"members": {
|
||||
"CertificateArn": {
|
||||
"locationName": "certificateArn",
|
||||
"shape": "__string"
|
||||
},
|
||||
"ResourceId": {
|
||||
"locationName": "resourceId",
|
||||
"shape": "__string"
|
||||
@@ -1264,7 +1674,7 @@
|
||||
},
|
||||
"SystemIds": {
|
||||
"locationName": "systemIds",
|
||||
"shape": "ListOf__string"
|
||||
"shape": "__listOf__string"
|
||||
},
|
||||
"Url": {
|
||||
"locationName": "url",
|
||||
@@ -1304,6 +1714,45 @@
|
||||
},
|
||||
"type": "structure"
|
||||
},
|
||||
"TagResourceRequest": {
|
||||
"members": {
|
||||
"ResourceArn": {
|
||||
"location": "uri",
|
||||
"locationName": "resource-arn",
|
||||
"shape": "__string"
|
||||
},
|
||||
"Tags": {
|
||||
"locationName": "tags",
|
||||
"shape": "__mapOf__string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"ResourceArn",
|
||||
"Tags"
|
||||
],
|
||||
"type": "structure"
|
||||
},
|
||||
"Tags": {
|
||||
"key": {
|
||||
"shape": "__string"
|
||||
},
|
||||
"type": "map",
|
||||
"value": {
|
||||
"shape": "__string"
|
||||
}
|
||||
},
|
||||
"TagsModel": {
|
||||
"members": {
|
||||
"Tags": {
|
||||
"locationName": "tags",
|
||||
"shape": "__mapOf__string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Tags"
|
||||
],
|
||||
"type": "structure"
|
||||
},
|
||||
"TooManyRequestsException": {
|
||||
"error": {
|
||||
"httpStatusCode": 429
|
||||
@@ -1330,6 +1779,25 @@
|
||||
},
|
||||
"type": "structure"
|
||||
},
|
||||
"UntagResourceRequest": {
|
||||
"members": {
|
||||
"ResourceArn": {
|
||||
"location": "uri",
|
||||
"locationName": "resource-arn",
|
||||
"shape": "__string"
|
||||
},
|
||||
"TagKeys": {
|
||||
"location": "querystring",
|
||||
"locationName": "tagKeys",
|
||||
"shape": "__listOf__string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"TagKeys",
|
||||
"ResourceArn"
|
||||
],
|
||||
"type": "structure"
|
||||
},
|
||||
"UpdateChannelRequest": {
|
||||
"members": {
|
||||
"Description": {
|
||||
@@ -1364,12 +1832,20 @@
|
||||
"Id": {
|
||||
"locationName": "id",
|
||||
"shape": "__string"
|
||||
},
|
||||
"Tags": {
|
||||
"locationName": "tags",
|
||||
"shape": "Tags"
|
||||
}
|
||||
},
|
||||
"type": "structure"
|
||||
},
|
||||
"UpdateOriginEndpointRequest": {
|
||||
"members": {
|
||||
"CmafPackage": {
|
||||
"locationName": "cmafPackage",
|
||||
"shape": "CmafPackageCreateOrUpdateParameters"
|
||||
},
|
||||
"DashPackage": {
|
||||
"locationName": "dashPackage",
|
||||
"shape": "DashPackage"
|
||||
@@ -1405,7 +1881,7 @@
|
||||
},
|
||||
"Whitelist": {
|
||||
"locationName": "whitelist",
|
||||
"shape": "ListOf__string"
|
||||
"shape": "__listOf__string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -1423,6 +1899,10 @@
|
||||
"locationName": "channelId",
|
||||
"shape": "__string"
|
||||
},
|
||||
"CmafPackage": {
|
||||
"locationName": "cmafPackage",
|
||||
"shape": "CmafPackage"
|
||||
},
|
||||
"DashPackage": {
|
||||
"locationName": "dashPackage",
|
||||
"shape": "DashPackage"
|
||||
@@ -1451,6 +1931,10 @@
|
||||
"locationName": "startoverWindowSeconds",
|
||||
"shape": "__integer"
|
||||
},
|
||||
"Tags": {
|
||||
"locationName": "tags",
|
||||
"shape": "Tags"
|
||||
},
|
||||
"TimeDelaySeconds": {
|
||||
"locationName": "timeDelaySeconds",
|
||||
"shape": "__integer"
|
||||
@@ -1461,11 +1945,30 @@
|
||||
},
|
||||
"Whitelist": {
|
||||
"locationName": "whitelist",
|
||||
"shape": "ListOf__string"
|
||||
"shape": "__listOf__string"
|
||||
}
|
||||
},
|
||||
"type": "structure"
|
||||
},
|
||||
"__AdTriggersElement": {
|
||||
"enum": [
|
||||
"SPLICE_INSERT",
|
||||
"BREAK",
|
||||
"PROVIDER_ADVERTISEMENT",
|
||||
"DISTRIBUTOR_ADVERTISEMENT",
|
||||
"PROVIDER_PLACEMENT_OPPORTUNITY",
|
||||
"DISTRIBUTOR_PLACEMENT_OPPORTUNITY",
|
||||
"PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY",
|
||||
"DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"__PeriodTriggersElement": {
|
||||
"enum": [
|
||||
"ADS"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"__boolean": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -1475,11 +1978,62 @@
|
||||
"__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__PeriodTriggersElement": {
|
||||
"member": {
|
||||
"shape": "__PeriodTriggersElement"
|
||||
},
|
||||
"type": "list"
|
||||
},
|
||||
"__listOf__string": {
|
||||
"member": {
|
||||
"shape": "__string"
|
||||
},
|
||||
"type": "list"
|
||||
},
|
||||
"__long": {
|
||||
"type": "long"
|
||||
},
|
||||
"__mapOf__string": {
|
||||
"key": {
|
||||
"shape": "__string"
|
||||
},
|
||||
"type": "map",
|
||||
"value": {
|
||||
"shape": "__string"
|
||||
}
|
||||
},
|
||||
"__string": {
|
||||
"type": "string"
|
||||
},
|
||||
"__timestamp": {
|
||||
"type": "timestamp"
|
||||
}
|
||||
}
|
||||
}
|
||||
+170
-30
@@ -10,7 +10,11 @@
|
||||
"DescribeOriginEndpoint" : "Gets details about an existing OriginEndpoint.",
|
||||
"ListChannels" : "Returns a collection of Channels.",
|
||||
"ListOriginEndpoints" : "Returns a collection of OriginEndpoint records.",
|
||||
"RotateChannelCredentials" : "Changes the Channel ingest username and password.",
|
||||
"ListTagsForResource" : null,
|
||||
"RotateChannelCredentials" : "Changes the Channel's first IngestEndpoint's username and password. WARNING - This API is deprecated. Please use RotateIngestEndpointCredentials instead",
|
||||
"RotateIngestEndpointCredentials" : "Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.",
|
||||
"TagResource" : null,
|
||||
"UntagResource" : null,
|
||||
"UpdateChannel" : "Updates an existing Channel.",
|
||||
"UpdateOriginEndpoint" : "Updates an existing OriginEndpoint."
|
||||
},
|
||||
@@ -18,13 +22,31 @@
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"AdTriggers" : {
|
||||
"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",
|
||||
"refs" : {
|
||||
"DashPackage$AdTriggers" : null,
|
||||
"HlsManifestCreateOrUpdateParameters$AdTriggers" : null,
|
||||
"HlsPackage$AdTriggers" : null
|
||||
}
|
||||
},
|
||||
"AdsOnDeliveryRestrictions" : {
|
||||
"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",
|
||||
"refs" : {
|
||||
"DashPackage$AdsOnDeliveryRestrictions" : null,
|
||||
"HlsManifestCreateOrUpdateParameters$AdsOnDeliveryRestrictions" : null,
|
||||
"HlsPackage$AdsOnDeliveryRestrictions" : null
|
||||
}
|
||||
},
|
||||
"Channel" : {
|
||||
"base" : "A Channel resource configuration.",
|
||||
"refs" : {
|
||||
"ListOfChannel$member" : null
|
||||
"__listOfChannel$member" : null
|
||||
}
|
||||
},
|
||||
"ChannelCreateParameters" : {
|
||||
@@ -39,6 +61,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 +113,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 +136,13 @@
|
||||
"IngestEndpoint" : {
|
||||
"base" : "An endpoint for ingesting source content for a Channel.",
|
||||
"refs" : {
|
||||
"ListOfIngestEndpoint$member" : null
|
||||
"__listOfIngestEndpoint$member" : null
|
||||
}
|
||||
},
|
||||
"ListOfChannel" : {
|
||||
"ManifestLayout" : {
|
||||
"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."
|
||||
"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."
|
||||
}
|
||||
},
|
||||
"MssEncryption" : {
|
||||
@@ -129,7 +162,7 @@
|
||||
"OriginEndpoint" : {
|
||||
"base" : "An OriginEndpoint resource configuration.",
|
||||
"refs" : {
|
||||
"ListOfOriginEndpoint$member" : null
|
||||
"__listOfOriginEndpoint$member" : null
|
||||
}
|
||||
},
|
||||
"OriginEndpointCreateParameters" : {
|
||||
@@ -147,6 +180,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"
|
||||
}
|
||||
},
|
||||
@@ -156,9 +191,16 @@
|
||||
"DashPackage$Profile" : "The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to \"HBBTV_1_5\", HbbTV 1.5 compliant output is enabled."
|
||||
}
|
||||
},
|
||||
"SegmentTemplateFormat" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"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."
|
||||
}
|
||||
},
|
||||
"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,15 +215,44 @@
|
||||
"StreamSelection" : {
|
||||
"base" : "A StreamSelection configuration.",
|
||||
"refs" : {
|
||||
"CmafPackage$StreamSelection" : null,
|
||||
"CmafPackageCreateOrUpdateParameters$StreamSelection" : null,
|
||||
"DashPackage$StreamSelection" : null,
|
||||
"HlsPackage$StreamSelection" : null,
|
||||
"MssPackage$StreamSelection" : null
|
||||
}
|
||||
},
|
||||
"Tags" : {
|
||||
"base" : "A collection of tags associated with a resource",
|
||||
"refs" : {
|
||||
"Channel$Tags" : null,
|
||||
"ChannelCreateParameters$Tags" : null,
|
||||
"OriginEndpoint$Tags" : null,
|
||||
"OriginEndpointCreateParameters$Tags" : null
|
||||
}
|
||||
},
|
||||
"TagsModel" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"__AdTriggersElement" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"AdTriggers$member" : null
|
||||
}
|
||||
},
|
||||
"__PeriodTriggersElement" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"__listOf__PeriodTriggersElement$member" : null
|
||||
}
|
||||
},
|
||||
"__boolean" : {
|
||||
"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 +260,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 +270,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 +289,57 @@
|
||||
"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__PeriodTriggersElement" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"__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."
|
||||
}
|
||||
},
|
||||
"__mapOf__string" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"TagsModel$Tags" : null
|
||||
}
|
||||
},
|
||||
"__string" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
@@ -221,11 +350,18 @@
|
||||
"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$Id" : "The system generated unique identifier for the IngestEndpoint",
|
||||
"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.",
|
||||
@@ -239,9 +375,13 @@
|
||||
"OriginEndpointList$NextToken" : "A token that can be used to resume pagination from the end of the collection.",
|
||||
"OriginEndpointUpdateParameters$Description" : "A short text description of the OriginEndpoint.",
|
||||
"OriginEndpointUpdateParameters$ManifestName" : "A short string that will be appended to the end of the Endpoint URL.",
|
||||
"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",
|
||||
"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.",
|
||||
"Tags$member" : null,
|
||||
"__listOf__string$member" : null,
|
||||
"__mapOf__string$member" : null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user