@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)
76 lines • 2.85 kB
JavaScript
;
// *** 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.StageAutoParticipantRecordingConfigurationMediaTypesItem = exports.RecordingConfigurationThumbnailConfigurationStorageItem = exports.RecordingConfigurationThumbnailConfigurationResolution = exports.RecordingConfigurationThumbnailConfigurationRecordingMode = exports.RecordingConfigurationState = exports.RecordingConfigurationRenditionConfigurationRenditionsItem = exports.RecordingConfigurationRenditionConfigurationRenditionSelection = exports.IngestConfigurationState = exports.IngestConfigurationIngestProtocol = exports.ChannelType = exports.ChannelPreset = exports.ChannelMultitrackInputConfigurationPolicy = exports.ChannelMultitrackInputConfigurationMaximumResolution = exports.ChannelLatencyMode = exports.ChannelContainerFormat = void 0;
exports.ChannelContainerFormat = {
Ts: "TS",
FragmentedMp4: "FRAGMENTED_MP4",
};
exports.ChannelLatencyMode = {
Normal: "NORMAL",
Low: "LOW",
};
exports.ChannelMultitrackInputConfigurationMaximumResolution = {
Sd: "SD",
Hd: "HD",
FullHd: "FULL_HD",
};
exports.ChannelMultitrackInputConfigurationPolicy = {
Allow: "ALLOW",
Require: "REQUIRE",
};
exports.ChannelPreset = {
Empty: "",
HigherBandwidthDelivery: "HIGHER_BANDWIDTH_DELIVERY",
ConstrainedBandwidthDelivery: "CONSTRAINED_BANDWIDTH_DELIVERY",
};
exports.ChannelType = {
Standard: "STANDARD",
Basic: "BASIC",
AdvancedSd: "ADVANCED_SD",
AdvancedHd: "ADVANCED_HD",
};
exports.IngestConfigurationIngestProtocol = {
Rtmp: "RTMP",
Rtmps: "RTMPS",
};
exports.IngestConfigurationState = {
Active: "ACTIVE",
Inactive: "INACTIVE",
};
exports.RecordingConfigurationRenditionConfigurationRenditionSelection = {
All: "ALL",
None: "NONE",
Custom: "CUSTOM",
};
exports.RecordingConfigurationRenditionConfigurationRenditionsItem = {
FullHd: "FULL_HD",
Hd: "HD",
Sd: "SD",
LowestResolution: "LOWEST_RESOLUTION",
};
exports.RecordingConfigurationState = {
Creating: "CREATING",
CreateFailed: "CREATE_FAILED",
Active: "ACTIVE",
};
exports.RecordingConfigurationThumbnailConfigurationRecordingMode = {
Interval: "INTERVAL",
Disabled: "DISABLED",
};
exports.RecordingConfigurationThumbnailConfigurationResolution = {
FullHd: "FULL_HD",
Hd: "HD",
Sd: "SD",
LowestResolution: "LOWEST_RESOLUTION",
};
exports.RecordingConfigurationThumbnailConfigurationStorageItem = {
Sequential: "SEQUENTIAL",
Latest: "LATEST",
};
exports.StageAutoParticipantRecordingConfigurationMediaTypesItem = {
AudioVideo: "AUDIO_VIDEO",
AudioOnly: "AUDIO_ONLY",
};
//# sourceMappingURL=index.js.map