/******************************************************************************* * Copyright 2012-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"). You may not use * this file except in compliance with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. * This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * ***************************************************************************** * * AWS Tools for Windows (TM) PowerShell (TM) * */ using System; using System.Collections.Generic; using System.Linq; using System.Management.Automation; using System.Text; using Amazon.PowerShell.Common; using Amazon.Runtime; using Amazon.MediaPackageV2; using Amazon.MediaPackageV2.Model; namespace Amazon.PowerShell.Cmdlets.MPV2 { /// /// The endpoint is attached to a channel, and represents the output of the live content. /// You can associate multiple endpoints to a single channel. Each endpoint gives players /// and downstream CDNs (such as Amazon CloudFront) access to the content for playback. /// Content can't be served from a channel until it has an endpoint. You can create only /// one endpoint with each request. /// [Cmdlet("New", "MPV2OriginEndpoint", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)] [OutputType("Amazon.MediaPackageV2.Model.CreateOriginEndpointResponse")] [AWSCmdlet("Calls the AWS Elemental MediaPackage v2 CreateOriginEndpoint API operation.", Operation = new[] {"CreateOriginEndpoint"}, SelectReturnType = typeof(Amazon.MediaPackageV2.Model.CreateOriginEndpointResponse))] [AWSCmdletOutput("Amazon.MediaPackageV2.Model.CreateOriginEndpointResponse", "This cmdlet returns an Amazon.MediaPackageV2.Model.CreateOriginEndpointResponse object containing multiple properties. The object can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack." )] public partial class NewMPV2OriginEndpointCmdlet : AmazonMediaPackageV2ClientCmdlet, IExecutor { #region Parameter ChannelGroupName /// /// /// The name that describes the channel group. The name is the primary identifier for /// the channel group, and must be unique for your account in the AWS Region. /// /// #if !MODULAR [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] #else [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true, Mandatory = true)] [System.Management.Automation.AllowEmptyString] [System.Management.Automation.AllowNull] #endif [Amazon.PowerShell.Common.AWSRequiredParameter] public System.String ChannelGroupName { get; set; } #endregion #region Parameter ChannelName /// /// /// The name that describes the channel. The name is the primary identifier for the channel, /// and must be unique for your account in the AWS Region and channel group. /// /// #if !MODULAR [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] #else [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true, Mandatory = true)] [System.Management.Automation.AllowEmptyString] [System.Management.Automation.AllowNull] #endif [Amazon.PowerShell.Common.AWSRequiredParameter] public System.String ChannelName { get; set; } #endregion #region Parameter EncryptionMethod_CmafEncryptionMethod /// /// /// The encryption method to use. /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("Segment_Encryption_EncryptionMethod_CmafEncryptionMethod")] [AWSConstantClassSource("Amazon.MediaPackageV2.CmafEncryptionMethod")] public Amazon.MediaPackageV2.CmafEncryptionMethod EncryptionMethod_CmafEncryptionMethod { get; set; } #endregion #region Parameter Encryption_ConstantInitializationVector /// /// /// A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction /// with the key for encrypting content. If you don't specify a value, then MediaPackage /// creates the constant initialization vector (IV). /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("Segment_Encryption_ConstantInitializationVector")] public System.String Encryption_ConstantInitializationVector { get; set; } #endregion #region Parameter ContainerType /// /// /// The type of container to attach to this origin endpoint. A container type is a file /// format that encapsulates one or more media streams, such as audio and video, into /// a single file. You can't change the container type after you create the endpoint. /// /// #if !MODULAR [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] #else [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true, Mandatory = true)] [System.Management.Automation.AllowNull] #endif [Amazon.PowerShell.Common.AWSRequiredParameter] [AWSConstantClassSource("Amazon.MediaPackageV2.ContainerType")] public Amazon.MediaPackageV2.ContainerType ContainerType { get; set; } #endregion #region Parameter Description /// /// /// Enter any descriptive text that helps you to identify the origin endpoint. /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] public System.String Description { get; set; } #endregion #region Parameter SpekeKeyProvider_DrmSystem /// /// /// The DRM solution provider you're using to protect your content during distribution. /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("Segment_Encryption_SpekeKeyProvider_DrmSystems")] public System.String[] SpekeKeyProvider_DrmSystem { get; set; } #endregion #region Parameter HlsManifest /// /// /// An HTTP live streaming (HLS) manifest configuration. /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("HlsManifests")] public Amazon.MediaPackageV2.Model.CreateHlsManifestConfiguration[] HlsManifest { get; set; } #endregion #region Parameter Segment_IncludeIframeOnlyStream /// /// /// When selected, the stream set includes an additional I-frame only stream, along with /// the other tracks. If false, this extra stream is not included. MediaPackage generates /// an I-frame only stream from the first rendition in the manifest. The service inserts /// EXT-I-FRAMES-ONLY tags in the output manifest, and then generates and includes an /// I-frames only playlist in the stream. This playlist permits player functionality like /// fast forward and rewind. /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("Segment_IncludeIframeOnlyStreams")] public System.Boolean? Segment_IncludeIframeOnlyStream { get; set; } #endregion #region Parameter Encryption_KeyRotationIntervalSecond /// /// /// The frequency (in seconds) of key changes for live workflows, in which content is /// streamed real time. The service retrieves content keys before the live content begins /// streaming, and then retrieves them as needed over the lifetime of the workflow. By /// default, key rotation is set to 300 seconds (5 minutes), the minimum rotation interval, /// which is equivalent to setting it to 300. If you don't enter an interval, content /// keys aren't rotated.The following example setting causes the service to rotate keys every thirty minutes: /// 1800 /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("Segment_Encryption_KeyRotationIntervalSeconds")] public System.Int32? Encryption_KeyRotationIntervalSecond { get; set; } #endregion #region Parameter LowLatencyHlsManifest /// /// /// A low-latency HLS manifest configuration. /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("LowLatencyHlsManifests")] public Amazon.MediaPackageV2.Model.CreateLowLatencyHlsManifestConfiguration[] LowLatencyHlsManifest { get; set; } #endregion #region Parameter OriginEndpointName /// /// /// The name that describes the origin endpoint. The name is the primary identifier for /// the origin endpoint, and must be unique for your account in the AWS Region and channel. /// You can't use spaces in the name. You can't change the name after you create the endpoint. /// /// #if !MODULAR [System.Management.Automation.Parameter(Position = 0, ValueFromPipelineByPropertyName = true, ValueFromPipeline = true)] #else [System.Management.Automation.Parameter(Position = 0, ValueFromPipelineByPropertyName = true, ValueFromPipeline = true, Mandatory = true)] [System.Management.Automation.AllowEmptyString] [System.Management.Automation.AllowNull] #endif [Amazon.PowerShell.Common.AWSRequiredParameter] public System.String OriginEndpointName { get; set; } #endregion #region Parameter EncryptionContractConfiguration_PresetSpeke20Audio /// /// /// A collection of audio encryption presets.Value description: /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("Segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration_PresetSpeke20Audio")] [AWSConstantClassSource("Amazon.MediaPackageV2.PresetSpeke20Audio")] public Amazon.MediaPackageV2.PresetSpeke20Audio EncryptionContractConfiguration_PresetSpeke20Audio { get; set; } #endregion #region Parameter EncryptionContractConfiguration_PresetSpeke20Video /// /// /// A collection of video encryption presets.Value description: /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("Segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration_PresetSpeke20Video")] [AWSConstantClassSource("Amazon.MediaPackageV2.PresetSpeke20Video")] public Amazon.MediaPackageV2.PresetSpeke20Video EncryptionContractConfiguration_PresetSpeke20Video { get; set; } #endregion #region Parameter SpekeKeyProvider_ResourceId /// /// /// The unique identifier for the content. The service sends this to the key server to /// identify the current endpoint. How unique you make this depends on how fine-grained /// you want access controls to be. The service does not permit you to use the same ID /// for two simultaneous encryption processes. The resource ID is also known as the content /// ID.The following example shows a resource ID: MovieNight20171126093045 /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("Segment_Encryption_SpekeKeyProvider_ResourceId")] public System.String SpekeKeyProvider_ResourceId { get; set; } #endregion #region Parameter SpekeKeyProvider_RoleArn /// /// /// The ARN for the IAM role granted by the key provider that provides access to the key /// provider API. This role must have a trust policy that allows MediaPackage to assume /// the role, and it must have a sufficient permissions policy to allow access to the /// specific key retrieval URL. Get this from your DRM solution provider.Valid format: arn:aws:iam::{accountID}:role/{name}. The following example /// shows a role ARN: arn:aws:iam::444455556666:role/SpekeAccess /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("Segment_Encryption_SpekeKeyProvider_RoleArn")] public System.String SpekeKeyProvider_RoleArn { get; set; } #endregion #region Parameter Scte_ScteFilter /// /// /// The SCTE-35 message types that you want to be treated as ad markers in the output. /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("Segment_Scte_ScteFilter")] public System.String[] Scte_ScteFilter { get; set; } #endregion #region Parameter Segment_SegmentDurationSecond /// /// /// The duration (in seconds) of each segment. Enter a value equal to, or a multiple of, /// the input segment duration. If the value that you enter is different from the input /// segment duration, MediaPackage rounds segments to the nearest multiple of the input /// segment duration. /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("Segment_SegmentDurationSeconds")] public System.Int32? Segment_SegmentDurationSecond { get; set; } #endregion #region Parameter Segment_SegmentName /// /// /// The name that describes the segment. The name is the base name of the segment used /// in all content manifests inside of the endpoint. You can't use spaces in the name. /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] public System.String Segment_SegmentName { get; set; } #endregion #region Parameter StartoverWindowSecond /// /// /// The size of the window (in seconds) to create a window of the live stream that's available /// for on-demand viewing. Viewers can start-over or catch-up on content that falls within /// the window. The maximum startover window is 1,209,600 seconds (14 days). /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("StartoverWindowSeconds")] public System.Int32? StartoverWindowSecond { get; set; } #endregion #region Parameter Tag /// /// /// A comma-separated list of tag key:value pairs that you define. For example:"Key1": "Value1","Key2": "Value2" /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("Tags")] public System.Collections.Hashtable Tag { get; set; } #endregion #region Parameter EncryptionMethod_TsEncryptionMethod /// /// /// The encryption method to use. /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("Segment_Encryption_EncryptionMethod_TsEncryptionMethod")] [AWSConstantClassSource("Amazon.MediaPackageV2.TsEncryptionMethod")] public Amazon.MediaPackageV2.TsEncryptionMethod EncryptionMethod_TsEncryptionMethod { get; set; } #endregion #region Parameter Segment_TsIncludeDvbSubtitle /// /// /// By default, MediaPackage excludes all digital video broadcasting (DVB) subtitles from /// the output. When selected, MediaPackage passes through DVB subtitles into the output. /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("Segment_TsIncludeDvbSubtitles")] public System.Boolean? Segment_TsIncludeDvbSubtitle { get; set; } #endregion #region Parameter Segment_TsUseAudioRenditionGroup /// /// /// When selected, MediaPackage bundles all audio tracks in a rendition group. All other /// tracks in the stream can be used with any audio rendition from the group. /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] public System.Boolean? Segment_TsUseAudioRenditionGroup { get; set; } #endregion #region Parameter SpekeKeyProvider_Url /// /// /// The URL of the API Gateway proxy that you set up to talk to your key server. The API /// Gateway proxy must reside in the same AWS Region as MediaPackage and must start with /// https://.The following example shows a URL: https://1wm2dx1f33.execute-api.us-west-2.amazonaws.com/SpekeSample/copyProtection /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] [Alias("Segment_Encryption_SpekeKeyProvider_Url")] public System.String SpekeKeyProvider_Url { get; set; } #endregion #region Parameter ClientToken /// /// /// A unique, case-sensitive token that you provide to ensure the idempotency of the request. /// /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] public System.String ClientToken { get; set; } #endregion #region Parameter Select /// /// Use the -Select parameter to control the cmdlet output. The default value is '*'. /// Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaPackageV2.Model.CreateOriginEndpointResponse). /// Specifying the name of a property of type Amazon.MediaPackageV2.Model.CreateOriginEndpointResponse will result in that property being returned. /// Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] public string Select { get; set; } = "*"; #endregion #region Parameter PassThru /// /// Changes the cmdlet behavior to return the value passed to the OriginEndpointName parameter. /// The -PassThru parameter is deprecated, use -Select '^OriginEndpointName' instead. This parameter will be removed in a future version. /// [System.Obsolete("The -PassThru parameter is deprecated, use -Select '^OriginEndpointName' instead. This parameter will be removed in a future version.")] [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] public SwitchParameter PassThru { get; set; } #endregion #region Parameter Force /// /// This parameter overrides confirmation prompts to force /// the cmdlet to continue its operation. This parameter should always /// be used with caution. /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] public SwitchParameter Force { get; set; } #endregion protected override void ProcessRecord() { this._AWSSignerType = "v4"; base.ProcessRecord(); var resourceIdentifiersText = string.Empty; if (!ConfirmShouldProceed(this.Force.IsPresent, resourceIdentifiersText, "New-MPV2OriginEndpoint (CreateOriginEndpoint)")) { return; } var context = new CmdletContext(); // allow for manipulation of parameters prior to loading into context PreExecutionContextLoad(context); #pragma warning disable CS0618, CS0612 //A class member was marked with the Obsolete attribute if (ParameterWasBound(nameof(this.Select))) { context.Select = CreateSelectDelegate(Select) ?? throw new System.ArgumentException("Invalid value for -Select parameter.", nameof(this.Select)); if (this.PassThru.IsPresent) { throw new System.ArgumentException("-PassThru cannot be used when -Select is specified.", nameof(this.Select)); } } else if (this.PassThru.IsPresent) { context.Select = (response, cmdlet) => this.OriginEndpointName; } #pragma warning restore CS0618, CS0612 //A class member was marked with the Obsolete attribute context.ChannelGroupName = this.ChannelGroupName; #if MODULAR if (this.ChannelGroupName == null && ParameterWasBound(nameof(this.ChannelGroupName))) { WriteWarning("You are passing $null as a value for parameter ChannelGroupName which is marked as required. In case you believe this parameter was incorrectly marked as required, report this by opening an issue at https://github.com/aws/aws-tools-for-powershell/issues."); } #endif context.ChannelName = this.ChannelName; #if MODULAR if (this.ChannelName == null && ParameterWasBound(nameof(this.ChannelName))) { WriteWarning("You are passing $null as a value for parameter ChannelName which is marked as required. In case you believe this parameter was incorrectly marked as required, report this by opening an issue at https://github.com/aws/aws-tools-for-powershell/issues."); } #endif context.ClientToken = this.ClientToken; context.ContainerType = this.ContainerType; #if MODULAR if (this.ContainerType == null && ParameterWasBound(nameof(this.ContainerType))) { WriteWarning("You are passing $null as a value for parameter ContainerType which is marked as required. In case you believe this parameter was incorrectly marked as required, report this by opening an issue at https://github.com/aws/aws-tools-for-powershell/issues."); } #endif context.Description = this.Description; if (this.HlsManifest != null) { context.HlsManifest = new List(this.HlsManifest); } if (this.LowLatencyHlsManifest != null) { context.LowLatencyHlsManifest = new List(this.LowLatencyHlsManifest); } context.OriginEndpointName = this.OriginEndpointName; #if MODULAR if (this.OriginEndpointName == null && ParameterWasBound(nameof(this.OriginEndpointName))) { WriteWarning("You are passing $null as a value for parameter OriginEndpointName which is marked as required. In case you believe this parameter was incorrectly marked as required, report this by opening an issue at https://github.com/aws/aws-tools-for-powershell/issues."); } #endif context.Encryption_ConstantInitializationVector = this.Encryption_ConstantInitializationVector; context.EncryptionMethod_CmafEncryptionMethod = this.EncryptionMethod_CmafEncryptionMethod; context.EncryptionMethod_TsEncryptionMethod = this.EncryptionMethod_TsEncryptionMethod; context.Encryption_KeyRotationIntervalSecond = this.Encryption_KeyRotationIntervalSecond; if (this.SpekeKeyProvider_DrmSystem != null) { context.SpekeKeyProvider_DrmSystem = new List(this.SpekeKeyProvider_DrmSystem); } context.EncryptionContractConfiguration_PresetSpeke20Audio = this.EncryptionContractConfiguration_PresetSpeke20Audio; context.EncryptionContractConfiguration_PresetSpeke20Video = this.EncryptionContractConfiguration_PresetSpeke20Video; context.SpekeKeyProvider_ResourceId = this.SpekeKeyProvider_ResourceId; context.SpekeKeyProvider_RoleArn = this.SpekeKeyProvider_RoleArn; context.SpekeKeyProvider_Url = this.SpekeKeyProvider_Url; context.Segment_IncludeIframeOnlyStream = this.Segment_IncludeIframeOnlyStream; if (this.Scte_ScteFilter != null) { context.Scte_ScteFilter = new List(this.Scte_ScteFilter); } context.Segment_SegmentDurationSecond = this.Segment_SegmentDurationSecond; context.Segment_SegmentName = this.Segment_SegmentName; context.Segment_TsIncludeDvbSubtitle = this.Segment_TsIncludeDvbSubtitle; context.Segment_TsUseAudioRenditionGroup = this.Segment_TsUseAudioRenditionGroup; context.StartoverWindowSecond = this.StartoverWindowSecond; if (this.Tag != null) { context.Tag = new Dictionary(StringComparer.Ordinal); foreach (var hashKey in this.Tag.Keys) { context.Tag.Add((String)hashKey, (String)(this.Tag[hashKey])); } } // allow further manipulation of loaded context prior to processing PostExecutionContextLoad(context); var output = Execute(context) as CmdletOutput; ProcessOutput(output); } #region IExecutor Members public object Execute(ExecutorContext context) { var cmdletContext = context as CmdletContext; // create request var request = new Amazon.MediaPackageV2.Model.CreateOriginEndpointRequest(); if (cmdletContext.ChannelGroupName != null) { request.ChannelGroupName = cmdletContext.ChannelGroupName; } if (cmdletContext.ChannelName != null) { request.ChannelName = cmdletContext.ChannelName; } if (cmdletContext.ClientToken != null) { request.ClientToken = cmdletContext.ClientToken; } if (cmdletContext.ContainerType != null) { request.ContainerType = cmdletContext.ContainerType; } if (cmdletContext.Description != null) { request.Description = cmdletContext.Description; } if (cmdletContext.HlsManifest != null) { request.HlsManifests = cmdletContext.HlsManifest; } if (cmdletContext.LowLatencyHlsManifest != null) { request.LowLatencyHlsManifests = cmdletContext.LowLatencyHlsManifest; } if (cmdletContext.OriginEndpointName != null) { request.OriginEndpointName = cmdletContext.OriginEndpointName; } // populate Segment var requestSegmentIsNull = true; request.Segment = new Amazon.MediaPackageV2.Model.Segment(); System.Boolean? requestSegment_segment_IncludeIframeOnlyStream = null; if (cmdletContext.Segment_IncludeIframeOnlyStream != null) { requestSegment_segment_IncludeIframeOnlyStream = cmdletContext.Segment_IncludeIframeOnlyStream.Value; } if (requestSegment_segment_IncludeIframeOnlyStream != null) { request.Segment.IncludeIframeOnlyStreams = requestSegment_segment_IncludeIframeOnlyStream.Value; requestSegmentIsNull = false; } System.Int32? requestSegment_segment_SegmentDurationSecond = null; if (cmdletContext.Segment_SegmentDurationSecond != null) { requestSegment_segment_SegmentDurationSecond = cmdletContext.Segment_SegmentDurationSecond.Value; } if (requestSegment_segment_SegmentDurationSecond != null) { request.Segment.SegmentDurationSeconds = requestSegment_segment_SegmentDurationSecond.Value; requestSegmentIsNull = false; } System.String requestSegment_segment_SegmentName = null; if (cmdletContext.Segment_SegmentName != null) { requestSegment_segment_SegmentName = cmdletContext.Segment_SegmentName; } if (requestSegment_segment_SegmentName != null) { request.Segment.SegmentName = requestSegment_segment_SegmentName; requestSegmentIsNull = false; } System.Boolean? requestSegment_segment_TsIncludeDvbSubtitle = null; if (cmdletContext.Segment_TsIncludeDvbSubtitle != null) { requestSegment_segment_TsIncludeDvbSubtitle = cmdletContext.Segment_TsIncludeDvbSubtitle.Value; } if (requestSegment_segment_TsIncludeDvbSubtitle != null) { request.Segment.TsIncludeDvbSubtitles = requestSegment_segment_TsIncludeDvbSubtitle.Value; requestSegmentIsNull = false; } System.Boolean? requestSegment_segment_TsUseAudioRenditionGroup = null; if (cmdletContext.Segment_TsUseAudioRenditionGroup != null) { requestSegment_segment_TsUseAudioRenditionGroup = cmdletContext.Segment_TsUseAudioRenditionGroup.Value; } if (requestSegment_segment_TsUseAudioRenditionGroup != null) { request.Segment.TsUseAudioRenditionGroup = requestSegment_segment_TsUseAudioRenditionGroup.Value; requestSegmentIsNull = false; } Amazon.MediaPackageV2.Model.Scte requestSegment_segment_Scte = null; // populate Scte var requestSegment_segment_ScteIsNull = true; requestSegment_segment_Scte = new Amazon.MediaPackageV2.Model.Scte(); List requestSegment_segment_Scte_scte_ScteFilter = null; if (cmdletContext.Scte_ScteFilter != null) { requestSegment_segment_Scte_scte_ScteFilter = cmdletContext.Scte_ScteFilter; } if (requestSegment_segment_Scte_scte_ScteFilter != null) { requestSegment_segment_Scte.ScteFilter = requestSegment_segment_Scte_scte_ScteFilter; requestSegment_segment_ScteIsNull = false; } // determine if requestSegment_segment_Scte should be set to null if (requestSegment_segment_ScteIsNull) { requestSegment_segment_Scte = null; } if (requestSegment_segment_Scte != null) { request.Segment.Scte = requestSegment_segment_Scte; requestSegmentIsNull = false; } Amazon.MediaPackageV2.Model.Encryption requestSegment_segment_Encryption = null; // populate Encryption var requestSegment_segment_EncryptionIsNull = true; requestSegment_segment_Encryption = new Amazon.MediaPackageV2.Model.Encryption(); System.String requestSegment_segment_Encryption_encryption_ConstantInitializationVector = null; if (cmdletContext.Encryption_ConstantInitializationVector != null) { requestSegment_segment_Encryption_encryption_ConstantInitializationVector = cmdletContext.Encryption_ConstantInitializationVector; } if (requestSegment_segment_Encryption_encryption_ConstantInitializationVector != null) { requestSegment_segment_Encryption.ConstantInitializationVector = requestSegment_segment_Encryption_encryption_ConstantInitializationVector; requestSegment_segment_EncryptionIsNull = false; } System.Int32? requestSegment_segment_Encryption_encryption_KeyRotationIntervalSecond = null; if (cmdletContext.Encryption_KeyRotationIntervalSecond != null) { requestSegment_segment_Encryption_encryption_KeyRotationIntervalSecond = cmdletContext.Encryption_KeyRotationIntervalSecond.Value; } if (requestSegment_segment_Encryption_encryption_KeyRotationIntervalSecond != null) { requestSegment_segment_Encryption.KeyRotationIntervalSeconds = requestSegment_segment_Encryption_encryption_KeyRotationIntervalSecond.Value; requestSegment_segment_EncryptionIsNull = false; } Amazon.MediaPackageV2.Model.EncryptionMethod requestSegment_segment_Encryption_segment_Encryption_EncryptionMethod = null; // populate EncryptionMethod var requestSegment_segment_Encryption_segment_Encryption_EncryptionMethodIsNull = true; requestSegment_segment_Encryption_segment_Encryption_EncryptionMethod = new Amazon.MediaPackageV2.Model.EncryptionMethod(); Amazon.MediaPackageV2.CmafEncryptionMethod requestSegment_segment_Encryption_segment_Encryption_EncryptionMethod_encryptionMethod_CmafEncryptionMethod = null; if (cmdletContext.EncryptionMethod_CmafEncryptionMethod != null) { requestSegment_segment_Encryption_segment_Encryption_EncryptionMethod_encryptionMethod_CmafEncryptionMethod = cmdletContext.EncryptionMethod_CmafEncryptionMethod; } if (requestSegment_segment_Encryption_segment_Encryption_EncryptionMethod_encryptionMethod_CmafEncryptionMethod != null) { requestSegment_segment_Encryption_segment_Encryption_EncryptionMethod.CmafEncryptionMethod = requestSegment_segment_Encryption_segment_Encryption_EncryptionMethod_encryptionMethod_CmafEncryptionMethod; requestSegment_segment_Encryption_segment_Encryption_EncryptionMethodIsNull = false; } Amazon.MediaPackageV2.TsEncryptionMethod requestSegment_segment_Encryption_segment_Encryption_EncryptionMethod_encryptionMethod_TsEncryptionMethod = null; if (cmdletContext.EncryptionMethod_TsEncryptionMethod != null) { requestSegment_segment_Encryption_segment_Encryption_EncryptionMethod_encryptionMethod_TsEncryptionMethod = cmdletContext.EncryptionMethod_TsEncryptionMethod; } if (requestSegment_segment_Encryption_segment_Encryption_EncryptionMethod_encryptionMethod_TsEncryptionMethod != null) { requestSegment_segment_Encryption_segment_Encryption_EncryptionMethod.TsEncryptionMethod = requestSegment_segment_Encryption_segment_Encryption_EncryptionMethod_encryptionMethod_TsEncryptionMethod; requestSegment_segment_Encryption_segment_Encryption_EncryptionMethodIsNull = false; } // determine if requestSegment_segment_Encryption_segment_Encryption_EncryptionMethod should be set to null if (requestSegment_segment_Encryption_segment_Encryption_EncryptionMethodIsNull) { requestSegment_segment_Encryption_segment_Encryption_EncryptionMethod = null; } if (requestSegment_segment_Encryption_segment_Encryption_EncryptionMethod != null) { requestSegment_segment_Encryption.EncryptionMethod = requestSegment_segment_Encryption_segment_Encryption_EncryptionMethod; requestSegment_segment_EncryptionIsNull = false; } Amazon.MediaPackageV2.Model.SpekeKeyProvider requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider = null; // populate SpekeKeyProvider var requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProviderIsNull = true; requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider = new Amazon.MediaPackageV2.Model.SpekeKeyProvider(); List requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_spekeKeyProvider_DrmSystem = null; if (cmdletContext.SpekeKeyProvider_DrmSystem != null) { requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_spekeKeyProvider_DrmSystem = cmdletContext.SpekeKeyProvider_DrmSystem; } if (requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_spekeKeyProvider_DrmSystem != null) { requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider.DrmSystems = requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_spekeKeyProvider_DrmSystem; requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProviderIsNull = false; } System.String requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_spekeKeyProvider_ResourceId = null; if (cmdletContext.SpekeKeyProvider_ResourceId != null) { requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_spekeKeyProvider_ResourceId = cmdletContext.SpekeKeyProvider_ResourceId; } if (requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_spekeKeyProvider_ResourceId != null) { requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider.ResourceId = requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_spekeKeyProvider_ResourceId; requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProviderIsNull = false; } System.String requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_spekeKeyProvider_RoleArn = null; if (cmdletContext.SpekeKeyProvider_RoleArn != null) { requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_spekeKeyProvider_RoleArn = cmdletContext.SpekeKeyProvider_RoleArn; } if (requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_spekeKeyProvider_RoleArn != null) { requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider.RoleArn = requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_spekeKeyProvider_RoleArn; requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProviderIsNull = false; } System.String requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_spekeKeyProvider_Url = null; if (cmdletContext.SpekeKeyProvider_Url != null) { requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_spekeKeyProvider_Url = cmdletContext.SpekeKeyProvider_Url; } if (requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_spekeKeyProvider_Url != null) { requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider.Url = requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_spekeKeyProvider_Url; requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProviderIsNull = false; } Amazon.MediaPackageV2.Model.EncryptionContractConfiguration requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration = null; // populate EncryptionContractConfiguration var requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfigurationIsNull = true; requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration = new Amazon.MediaPackageV2.Model.EncryptionContractConfiguration(); Amazon.MediaPackageV2.PresetSpeke20Audio requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration_encryptionContractConfiguration_PresetSpeke20Audio = null; if (cmdletContext.EncryptionContractConfiguration_PresetSpeke20Audio != null) { requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration_encryptionContractConfiguration_PresetSpeke20Audio = cmdletContext.EncryptionContractConfiguration_PresetSpeke20Audio; } if (requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration_encryptionContractConfiguration_PresetSpeke20Audio != null) { requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration.PresetSpeke20Audio = requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration_encryptionContractConfiguration_PresetSpeke20Audio; requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfigurationIsNull = false; } Amazon.MediaPackageV2.PresetSpeke20Video requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration_encryptionContractConfiguration_PresetSpeke20Video = null; if (cmdletContext.EncryptionContractConfiguration_PresetSpeke20Video != null) { requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration_encryptionContractConfiguration_PresetSpeke20Video = cmdletContext.EncryptionContractConfiguration_PresetSpeke20Video; } if (requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration_encryptionContractConfiguration_PresetSpeke20Video != null) { requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration.PresetSpeke20Video = requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration_encryptionContractConfiguration_PresetSpeke20Video; requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfigurationIsNull = false; } // determine if requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration should be set to null if (requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfigurationIsNull) { requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration = null; } if (requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration != null) { requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider.EncryptionContractConfiguration = requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider_segment_Encryption_SpekeKeyProvider_EncryptionContractConfiguration; requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProviderIsNull = false; } // determine if requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider should be set to null if (requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProviderIsNull) { requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider = null; } if (requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider != null) { requestSegment_segment_Encryption.SpekeKeyProvider = requestSegment_segment_Encryption_segment_Encryption_SpekeKeyProvider; requestSegment_segment_EncryptionIsNull = false; } // determine if requestSegment_segment_Encryption should be set to null if (requestSegment_segment_EncryptionIsNull) { requestSegment_segment_Encryption = null; } if (requestSegment_segment_Encryption != null) { request.Segment.Encryption = requestSegment_segment_Encryption; requestSegmentIsNull = false; } // determine if request.Segment should be set to null if (requestSegmentIsNull) { request.Segment = null; } if (cmdletContext.StartoverWindowSecond != null) { request.StartoverWindowSeconds = cmdletContext.StartoverWindowSecond.Value; } if (cmdletContext.Tag != null) { request.Tags = cmdletContext.Tag; } CmdletOutput output; // issue call var client = Client ?? CreateClient(_CurrentCredentials, _RegionEndpoint); try { var response = CallAWSServiceOperation(client, request); object pipelineOutput = null; pipelineOutput = cmdletContext.Select(response, this); output = new CmdletOutput { PipelineOutput = pipelineOutput, ServiceResponse = response }; } catch (Exception e) { output = new CmdletOutput { ErrorResponse = e }; } return output; } public ExecutorContext CreateContext() { return new CmdletContext(); } #endregion #region AWS Service Operation Call private Amazon.MediaPackageV2.Model.CreateOriginEndpointResponse CallAWSServiceOperation(IAmazonMediaPackageV2 client, Amazon.MediaPackageV2.Model.CreateOriginEndpointRequest request) { Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "AWS Elemental MediaPackage v2", "CreateOriginEndpoint"); try { #if DESKTOP return client.CreateOriginEndpoint(request); #elif CORECLR return client.CreateOriginEndpointAsync(request).GetAwaiter().GetResult(); #else #error "Unknown build edition" #endif } catch (AmazonServiceException exc) { var webException = exc.InnerException as System.Net.WebException; if (webException != null) { throw new Exception(Utils.Common.FormatNameResolutionFailureMessage(client.Config, webException.Message), webException); } throw; } } #endregion internal partial class CmdletContext : ExecutorContext { public System.String ChannelGroupName { get; set; } public System.String ChannelName { get; set; } public System.String ClientToken { get; set; } public Amazon.MediaPackageV2.ContainerType ContainerType { get; set; } public System.String Description { get; set; } public List HlsManifest { get; set; } public List LowLatencyHlsManifest { get; set; } public System.String OriginEndpointName { get; set; } public System.String Encryption_ConstantInitializationVector { get; set; } public Amazon.MediaPackageV2.CmafEncryptionMethod EncryptionMethod_CmafEncryptionMethod { get; set; } public Amazon.MediaPackageV2.TsEncryptionMethod EncryptionMethod_TsEncryptionMethod { get; set; } public System.Int32? Encryption_KeyRotationIntervalSecond { get; set; } public List SpekeKeyProvider_DrmSystem { get; set; } public Amazon.MediaPackageV2.PresetSpeke20Audio EncryptionContractConfiguration_PresetSpeke20Audio { get; set; } public Amazon.MediaPackageV2.PresetSpeke20Video EncryptionContractConfiguration_PresetSpeke20Video { get; set; } public System.String SpekeKeyProvider_ResourceId { get; set; } public System.String SpekeKeyProvider_RoleArn { get; set; } public System.String SpekeKeyProvider_Url { get; set; } public System.Boolean? Segment_IncludeIframeOnlyStream { get; set; } public List Scte_ScteFilter { get; set; } public System.Int32? Segment_SegmentDurationSecond { get; set; } public System.String Segment_SegmentName { get; set; } public System.Boolean? Segment_TsIncludeDvbSubtitle { get; set; } public System.Boolean? Segment_TsUseAudioRenditionGroup { get; set; } public System.Int32? StartoverWindowSecond { get; set; } public Dictionary Tag { get; set; } public System.Func Select { get; set; } = (response, cmdlet) => response; } } }