UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

150 lines • 5.49 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.OriginEndpointUriSeparator = exports.OriginEndpointUriPathType = exports.OriginEndpointTsEncryptionMethod = exports.OriginEndpointScteInSegments = exports.OriginEndpointScteInManifests = exports.OriginEndpointScteFilter = exports.OriginEndpointPresetSpeke20Video = exports.OriginEndpointPresetSpeke20Audio = exports.OriginEndpointMssManifestLayout = exports.OriginEndpointIsmEncryptionMethod = exports.OriginEndpointEndpointErrorCondition = exports.OriginEndpointDrmSystem = exports.OriginEndpointDashUtcTimingMode = exports.OriginEndpointDashTtmlProfile = exports.OriginEndpointDashSegmentTemplateFormat = exports.OriginEndpointDashProfile = exports.OriginEndpointDashPeriodTrigger = exports.OriginEndpointDashDrmSignaling = exports.OriginEndpointDashCompactness = exports.OriginEndpointDashAudioTimelinePattern = exports.OriginEndpointCustomAdType = exports.OriginEndpointContainerType = exports.OriginEndpointCmafEncryptionMethod = exports.OriginEndpointAdMarkerHls = exports.OriginEndpointAdMarkerDash = exports.ChannelInputType = void 0; exports.ChannelInputType = { Hls: "HLS", Cmaf: "CMAF", }; exports.OriginEndpointAdMarkerDash = { Binary: "BINARY", Xml: "XML", }; exports.OriginEndpointAdMarkerHls = { Daterange: "DATERANGE", Scte35Enhanced: "SCTE35_ENHANCED", }; exports.OriginEndpointCmafEncryptionMethod = { Cenc: "CENC", Cbcs: "CBCS", }; exports.OriginEndpointContainerType = { Ts: "TS", Cmaf: "CMAF", Ism: "ISM", }; exports.OriginEndpointCustomAdType = { Program: "PROGRAM", Chapter: "CHAPTER", UnscheduledEvent: "UNSCHEDULED_EVENT", AlternateContentOpportunity: "ALTERNATE_CONTENT_OPPORTUNITY", Network: "NETWORK", }; exports.OriginEndpointDashAudioTimelinePattern = { None: "NONE", Patterned: "PATTERNED", }; exports.OriginEndpointDashCompactness = { Standard: "STANDARD", None: "NONE", }; exports.OriginEndpointDashDrmSignaling = { Individual: "INDIVIDUAL", Referenced: "REFERENCED", }; exports.OriginEndpointDashPeriodTrigger = { Avails: "AVAILS", DrmKeyRotation: "DRM_KEY_ROTATION", SourceChanges: "SOURCE_CHANGES", SourceDisruptions: "SOURCE_DISRUPTIONS", None: "NONE", }; exports.OriginEndpointDashProfile = { DvbDash: "DVB_DASH", }; exports.OriginEndpointDashSegmentTemplateFormat = { NumberWithTimeline: "NUMBER_WITH_TIMELINE", }; exports.OriginEndpointDashTtmlProfile = { Imsc1: "IMSC_1", EbuTtD101: "EBU_TT_D_101", }; exports.OriginEndpointDashUtcTimingMode = { HttpHead: "HTTP_HEAD", HttpIso: "HTTP_ISO", HttpXsdate: "HTTP_XSDATE", UtcDirect: "UTC_DIRECT", }; exports.OriginEndpointDrmSystem = { ClearKeyAes128: "CLEAR_KEY_AES_128", Fairplay: "FAIRPLAY", Playready: "PLAYREADY", Widevine: "WIDEVINE", Irdeto: "IRDETO", }; exports.OriginEndpointEndpointErrorCondition = { StaleManifest: "STALE_MANIFEST", IncompleteManifest: "INCOMPLETE_MANIFEST", MissingDrmKey: "MISSING_DRM_KEY", SlateInput: "SLATE_INPUT", }; exports.OriginEndpointIsmEncryptionMethod = { Cenc: "CENC", }; exports.OriginEndpointMssManifestLayout = { Full: "FULL", Compact: "COMPACT", }; exports.OriginEndpointPresetSpeke20Audio = { PresetAudio1: "PRESET_AUDIO_1", PresetAudio2: "PRESET_AUDIO_2", PresetAudio3: "PRESET_AUDIO_3", Shared: "SHARED", Unencrypted: "UNENCRYPTED", }; exports.OriginEndpointPresetSpeke20Video = { PresetVideo1: "PRESET_VIDEO_1", PresetVideo2: "PRESET_VIDEO_2", PresetVideo3: "PRESET_VIDEO_3", PresetVideo4: "PRESET_VIDEO_4", PresetVideo5: "PRESET_VIDEO_5", PresetVideo6: "PRESET_VIDEO_6", PresetVideo7: "PRESET_VIDEO_7", PresetVideo8: "PRESET_VIDEO_8", Shared: "SHARED", Unencrypted: "UNENCRYPTED", }; exports.OriginEndpointScteFilter = { SpliceInsert: "SPLICE_INSERT", Break: "BREAK", ProviderAdvertisement: "PROVIDER_ADVERTISEMENT", DistributorAdvertisement: "DISTRIBUTOR_ADVERTISEMENT", ProviderPlacementOpportunity: "PROVIDER_PLACEMENT_OPPORTUNITY", DistributorPlacementOpportunity: "DISTRIBUTOR_PLACEMENT_OPPORTUNITY", ProviderOverlayPlacementOpportunity: "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY", DistributorOverlayPlacementOpportunity: "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY", Program: "PROGRAM", Chapter: "CHAPTER", UnscheduledEvent: "UNSCHEDULED_EVENT", AlternateContentOpportunity: "ALTERNATE_CONTENT_OPPORTUNITY", Network: "NETWORK", ProviderPromo: "PROVIDER_PROMO", DistributorPromo: "DISTRIBUTOR_PROMO", ProviderAdBlock: "PROVIDER_AD_BLOCK", DistributorAdBlock: "DISTRIBUTOR_AD_BLOCK", ContentIdentification: "CONTENT_IDENTIFICATION", CallAdServer: "CALL_AD_SERVER", }; exports.OriginEndpointScteInManifests = { All: "ALL", MatchesFilter: "MATCHES_FILTER", }; exports.OriginEndpointScteInSegments = { None: "NONE", All: "ALL", MatchesFilter: "MATCHES_FILTER", }; exports.OriginEndpointTsEncryptionMethod = { Aes128: "AES_128", SampleAes: "SAMPLE_AES", }; exports.OriginEndpointUriPathType = { Leaf: "LEAF", Root: "ROOT", }; exports.OriginEndpointUriSeparator = { Underscore: "UNDERSCORE", Hyphen: "HYPHEN", }; //# sourceMappingURL=index.js.map