AWS.Tools.MediaPackageV2.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.MediaPackageV2</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.AddMPV2ResourceTagCmdlet"> <summary> Assigns one of more tags (key-value pairs) to the specified MediaPackage resource. <para> Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.AddMPV2ResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The ARN of the MediaPackage resource that you're adding tags to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.AddMPV2ResourceTagCmdlet.Tag"> <summary> <para> <para>Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.AddMPV2ResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaPackageV2.Model.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.AddMPV2ResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.AddMPV2ResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelCmdlet"> <summary> Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelCmdlet.ChannelName"> <summary> <para> <para>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. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelCmdlet.Select"> <summary> 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.GetChannelResponse). Specifying the name of a property of type Amazon.MediaPackageV2.Model.GetChannelResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ChannelName parameter. The -PassThru parameter is deprecated, use -Select '^ChannelName' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelGroupCmdlet"> <summary> Retrieves the specified channel group that's configured in AWS Elemental MediaPackage, including the channels and origin endpoints that are associated with it. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelGroupCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelGroupCmdlet.Select"> <summary> 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.GetChannelGroupResponse). Specifying the name of a property of type Amazon.MediaPackageV2.Model.GetChannelGroupResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelGroupCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ChannelGroupName parameter. The -PassThru parameter is deprecated, use -Select '^ChannelGroupName' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelGroupListCmdlet"> <summary> Retrieves all channel groups that are configured in AWS Elemental MediaPackage, including the channels and origin endpoints that are associated with it. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelGroupListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in the response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelGroupListCmdlet.NextToken"> <summary> <para> <para>The pagination token from the GET list request. Use the token to fetch the next page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelGroupListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Items'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaPackageV2.Model.ListChannelGroupsResponse). Specifying the name of a property of type Amazon.MediaPackageV2.Model.ListChannelGroupsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelListCmdlet"> <summary> Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelListCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in the response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelListCmdlet.NextToken"> <summary> <para> <para>The pagination token from the GET list request. Use the token to fetch the next page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Items'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaPackageV2.Model.ListChannelsResponse). Specifying the name of a property of type Amazon.MediaPackageV2.Model.ListChannelsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ChannelGroupName parameter. The -PassThru parameter is deprecated, use -Select '^ChannelGroupName' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelPolicyCmdlet"> <summary> Retrieves the specified channel policy that's configured in AWS Elemental MediaPackage. With policies, you can specify who has access to AWS resources and what actions they can perform on those resources. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelPolicyCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelPolicyCmdlet.ChannelName"> <summary> <para> <para>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. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelPolicyCmdlet.Select"> <summary> 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.GetChannelPolicyResponse). Specifying the name of a property of type Amazon.MediaPackageV2.Model.GetChannelPolicyResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ChannelPolicyCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ChannelName parameter. The -PassThru parameter is deprecated, use -Select '^ChannelName' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2HarvestJobCmdlet"> <summary> Retrieves the details of a specific harvest job. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2HarvestJobCmdlet.ChannelGroupName"> <summary> <para> <para>The name of the channel group containing the channel associated with the harvest job.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2HarvestJobCmdlet.ChannelName"> <summary> <para> <para>The name of the channel associated with the harvest job.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2HarvestJobCmdlet.HarvestJobName"> <summary> <para> <para>The name of the harvest job to retrieve.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2HarvestJobCmdlet.OriginEndpointName"> <summary> <para> <para>The name of the origin endpoint associated with the harvest job.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2HarvestJobCmdlet.Select"> <summary> 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.GetHarvestJobResponse). Specifying the name of a property of type Amazon.MediaPackageV2.Model.GetHarvestJobResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2HarvestJobCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HarvestJobName parameter. The -PassThru parameter is deprecated, use -Select '^HarvestJobName' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2HarvestJobListCmdlet"> <summary> Retrieves a list of harvest jobs that match the specified criteria. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2HarvestJobListCmdlet.ChannelGroupName"> <summary> <para> <para>The name of the channel group to filter the harvest jobs by. If specified, only harvest jobs associated with channels in this group will be returned.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2HarvestJobListCmdlet.ChannelName"> <summary> <para> <para>The name of the channel to filter the harvest jobs by. If specified, only harvest jobs associated with this channel will be returned.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2HarvestJobListCmdlet.OriginEndpointName"> <summary> <para> <para>The name of the origin endpoint to filter the harvest jobs by. If specified, only harvest jobs associated with this origin endpoint will be returned.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2HarvestJobListCmdlet.Status"> <summary> <para> <para>The status to filter the harvest jobs by. If specified, only harvest jobs with this status will be returned.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2HarvestJobListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of harvest jobs to return in a single request. If not specified, a default value will be used.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2HarvestJobListCmdlet.NextToken"> <summary> <para> <para>A token used for pagination. Provide this value in subsequent requests to retrieve the next set of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2HarvestJobListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Items'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaPackageV2.Model.ListHarvestJobsResponse). Specifying the name of a property of type Amazon.MediaPackageV2.Model.ListHarvestJobsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2HarvestJobListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ChannelGroupName parameter. The -PassThru parameter is deprecated, use -Select '^ChannelGroupName' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointCmdlet"> <summary> Retrieves the specified origin endpoint that's configured in AWS Elemental MediaPackage to obtain its playback URL and to view the packaging settings that it's currently using. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointCmdlet.ChannelName"> <summary> <para> <para>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. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointCmdlet.OriginEndpointName"> <summary> <para> <para>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointCmdlet.Select"> <summary> 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.GetOriginEndpointResponse). Specifying the name of a property of type Amazon.MediaPackageV2.Model.GetOriginEndpointResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointListCmdlet"> <summary> Retrieves all origin endpoints in a specific channel that are configured in AWS Elemental MediaPackage. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointListCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointListCmdlet.ChannelName"> <summary> <para> <para>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. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in the response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointListCmdlet.NextToken"> <summary> <para> <para>The pagination token from the GET list request. Use the token to fetch the next page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Items'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaPackageV2.Model.ListOriginEndpointsResponse). Specifying the name of a property of type Amazon.MediaPackageV2.Model.ListOriginEndpointsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ChannelName parameter. The -PassThru parameter is deprecated, use -Select '^ChannelName' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointPolicyCmdlet"> <summary> Retrieves the specified origin endpoint policy that's configured in AWS Elemental MediaPackage. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointPolicyCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointPolicyCmdlet.ChannelName"> <summary> <para> <para>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. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointPolicyCmdlet.OriginEndpointName"> <summary> <para> <para>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointPolicyCmdlet.Select"> <summary> 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.GetOriginEndpointPolicyResponse). Specifying the name of a property of type Amazon.MediaPackageV2.Model.GetOriginEndpointPolicyResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2OriginEndpointPolicyCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ResourceTagCmdlet"> <summary> Lists the tags assigned to a resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The ARN of the CloudWatch resource that you want to view tags for.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Tags'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaPackageV2.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.MediaPackageV2.Model.ListTagsForResourceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.GetMPV2ResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelCmdlet"> <summary> Create a channel to start receiving content streams. The channel represents the input to MediaPackage for incoming live content from an encoder such as AWS Elemental MediaLive. The channel receives content, and after packaging it, outputs it through an origin endpoint to downstream devices (such as video players or CDNs) that request the content. You can create only one channel with each request. We recommend that you spread out channels between channel groups, such as putting redundant channels in the same AWS Region in different channel groups. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelCmdlet.ChannelName"> <summary> <para> <para>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. You can't change the name after you create the channel.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelCmdlet.Description"> <summary> <para> <para>Enter any descriptive text that helps you to identify the channel.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelCmdlet.InputType"> <summary> <para> <para>The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.</para><para>The allowed values are:</para><ul><li><para><c>HLS</c> - The HLS streaming specification (which defines M3U8 manifests and TS segments).</para></li><li><para><c>CMAF</c> - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelCmdlet.InputSwitchConfiguration_MQCSInputSwitching"> <summary> <para> <para>When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is true. This setting is valid only when <c>InputType</c> is <c>CMAF</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelCmdlet.OutputHeaderConfiguration_PublishMQCS"> <summary> <para> <para>When true, AWS Elemental MediaPackage includes the MQCS in responses to the CDN. This setting is valid only when <c>InputType</c> is <c>CMAF</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelCmdlet.Tag"> <summary> <para> <para>A comma-separated list of tag key:value pairs that you define. For example:</para><para><c>"Key1": "Value1",</c></para><para><c>"Key2": "Value2"</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelCmdlet.Select"> <summary> 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.CreateChannelResponse). Specifying the name of a property of type Amazon.MediaPackageV2.Model.CreateChannelResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ChannelName parameter. The -PassThru parameter is deprecated, use -Select '^ChannelName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelGroupCmdlet"> <summary> Create a channel group to group your channels and origin endpoints. A channel group is the top-level resource that consists of channels and origin endpoints that are associated with it and that provides predictable URLs for stream delivery. All channels and origin endpoints within the channel group are guaranteed to share the DNS. You can create only one channel group with each request. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelGroupCmdlet.ChannelGroupName"> <summary> <para> <para>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. You can't use spaces in the name. You can't change the name after you create the channel group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelGroupCmdlet.Description"> <summary> <para> <para>Enter any descriptive text that helps you to identify the channel group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelGroupCmdlet.Tag"> <summary> <para> <para>A comma-separated list of tag key:value pairs that you define. For example:</para><para><c>"Key1": "Value1",</c></para><para><c>"Key2": "Value2"</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelGroupCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelGroupCmdlet.Select"> <summary> 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.CreateChannelGroupResponse). Specifying the name of a property of type Amazon.MediaPackageV2.Model.CreateChannelGroupResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelGroupCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ChannelGroupName parameter. The -PassThru parameter is deprecated, use -Select '^ChannelGroupName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2ChannelGroupCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet"> <summary> Creates a new harvest job to export content from a MediaPackage v2 channel to an S3 bucket. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet.S3Destination_BucketName"> <summary> <para> <para>The name of an S3 bucket within which harvested content will be exported.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet.ChannelGroupName"> <summary> <para> <para>The name of the channel group containing the channel from which to harvest content.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet.ChannelName"> <summary> <para> <para>The name of the channel from which to harvest content.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet.HarvestedManifests_DashManifest"> <summary> <para> <para>A list of harvested DASH manifests.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet.Description"> <summary> <para> <para>An optional description for the harvest job.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet.S3Destination_DestinationPath"> <summary> <para> <para>The path within the specified S3 bucket where the harvested content will be placed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet.ScheduleConfiguration_EndTime"> <summary> <para> <para>The end time for the harvest job.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet.HarvestJobName"> <summary> <para> <para>A name for the harvest job. This name must be unique within the channel.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet.HarvestedManifests_HlsManifest"> <summary> <para> <para>A list of harvested HLS manifests.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet.HarvestedManifests_LowLatencyHlsManifest"> <summary> <para> <para>A list of harvested Low-Latency HLS manifests.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet.OriginEndpointName"> <summary> <para> <para>The name of the origin endpoint from which to harvest content.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet.ScheduleConfiguration_StartTime"> <summary> <para> <para>The start time for the harvest job.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet.Tag"> <summary> <para> <para>A collection of tags associated with the harvest job.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet.Select"> <summary> 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.CreateHarvestJobResponse). Specifying the name of a property of type Amazon.MediaPackageV2.Model.CreateHarvestJobResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HarvestJobName parameter. The -PassThru parameter is deprecated, use -Select '^HarvestJobName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2HarvestJobCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.ChannelName"> <summary> <para> <para>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. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.EncryptionMethod_CmafEncryptionMethod"> <summary> <para> <para>The encryption method to use.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.Encryption_ConstantInitializationVector"> <summary> <para> <para>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).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.ContainerType"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.DashManifest"> <summary> <para> <para>A DASH manifest configuration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.Description"> <summary> <para> <para>Enter any descriptive text that helps you to identify the origin endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.SpekeKeyProvider_DrmSystem"> <summary> <para> <para>The DRM solution provider you're using to protect your content during distribution.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.ForceEndpointErrorConfiguration_EndpointErrorCondition"> <summary> <para> <para>The failover conditions for the endpoint. The options are:</para><ul><li><para><c>STALE_MANIFEST</c> - The manifest stalled and there are no new segments or parts.</para></li><li><para><c>INCOMPLETE_MANIFEST</c> - There is a gap in the manifest.</para></li><li><para><c>MISSING_DRM_KEY</c> - Key rotation is enabled but we're unable to fetch the key for the current key period.</para></li><li><para><c>SLATE_INPUT</c> - The segments which contain slate content are considered to be missing content.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.HlsManifest"> <summary> <para> <para>An HTTP live streaming (HLS) manifest configuration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.Segment_IncludeIframeOnlyStream"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.Encryption_KeyRotationIntervalSecond"> <summary> <para> <para>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.</para><para>The following example setting causes the service to rotate keys every thirty minutes: <c>1800</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.LowLatencyHlsManifest"> <summary> <para> <para>A low-latency HLS manifest configuration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.OriginEndpointName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.EncryptionContractConfiguration_PresetSpeke20Audio"> <summary> <para> <para>A collection of audio encryption presets.</para><para>Value description: </para><ul><li><para>PRESET-AUDIO-1 - Use one content key to encrypt all of the audio tracks in your stream.</para></li><li><para>PRESET-AUDIO-2 - Use one content key to encrypt all of the stereo audio tracks and one content key to encrypt all of the multichannel audio tracks.</para></li><li><para>PRESET-AUDIO-3 - Use one content key to encrypt all of the stereo audio tracks, one content key to encrypt all of the multichannel audio tracks with 3 to 6 channels, and one content key to encrypt all of the multichannel audio tracks with more than 6 channels.</para></li><li><para>SHARED - Use the same content key for all of the audio and video tracks in your stream.</para></li><li><para>UNENCRYPTED - Don't encrypt any of the audio tracks in your stream.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.EncryptionContractConfiguration_PresetSpeke20Video"> <summary> <para> <para>A collection of video encryption presets.</para><para>Value description: </para><ul><li><para>PRESET-VIDEO-1 - Use one content key to encrypt all of the video tracks in your stream.</para></li><li><para>PRESET-VIDEO-2 - Use one content key to encrypt all of the SD video tracks and one content key for all HD and higher resolutions video tracks.</para></li><li><para>PRESET-VIDEO-3 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks and one content key for all UHD video tracks.</para></li><li><para>PRESET-VIDEO-4 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.</para></li><li><para>PRESET-VIDEO-5 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.</para></li><li><para>PRESET-VIDEO-6 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.</para></li><li><para>PRESET-VIDEO-7 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.</para></li><li><para>PRESET-VIDEO-8 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.</para></li><li><para>SHARED - Use the same content key for all of the video and audio tracks in your stream.</para></li><li><para>UNENCRYPTED - Don't encrypt any of the video tracks in your stream.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.SpekeKeyProvider_ResourceId"> <summary> <para> <para>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.</para><para>The following example shows a resource ID: <c>MovieNight20171126093045</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.SpekeKeyProvider_RoleArn"> <summary> <para> <para>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.</para><para>Valid format: <c>arn:aws:iam::{accountID}:role/{name}</c>. The following example shows a role ARN: <c>arn:aws:iam::444455556666:role/SpekeAccess</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.Scte_ScteFilter"> <summary> <para> <para>The SCTE-35 message types that you want to be treated as ad markers in the output.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.Segment_SegmentDurationSecond"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.Segment_SegmentName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.StartoverWindowSecond"> <summary> <para> <para>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).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.Tag"> <summary> <para> <para>A comma-separated list of tag key:value pairs that you define. For example:</para><para><c>"Key1": "Value1",</c></para><para><c>"Key2": "Value2"</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.EncryptionMethod_TsEncryptionMethod"> <summary> <para> <para>The encryption method to use.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.Segment_TsIncludeDvbSubtitle"> <summary> <para> <para>By default, MediaPackage excludes all digital video broadcasting (DVB) subtitles from the output. When selected, MediaPackage passes through DVB subtitles into the output.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.Segment_TsUseAudioRenditionGroup"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.SpekeKeyProvider_Url"> <summary> <para> <para>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://.</para><para>The following example shows a URL: <c>https://1wm2dx1f33.execute-api.us-west-2.amazonaws.com/SpekeSample/copyProtection</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.Select"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.NewMPV2OriginEndpointCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ChannelCmdlet"> <summary> Delete a channel to stop AWS Elemental MediaPackage from receiving further content. You must delete the channel's origin endpoints before you can delete the channel. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ChannelCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ChannelCmdlet.ChannelName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ChannelCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaPackageV2.Model.DeleteChannelResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ChannelCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ChannelName parameter. The -PassThru parameter is deprecated, use -Select '^ChannelName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ChannelCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ChannelGroupCmdlet"> <summary> Delete a channel group. You must delete the channel group's channels and origin endpoints before you can delete the channel group. If you delete a channel group, you'll lose access to the egress domain and will have to create a new channel group to replace it. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ChannelGroupCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ChannelGroupCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaPackageV2.Model.DeleteChannelGroupResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ChannelGroupCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ChannelGroupName parameter. The -PassThru parameter is deprecated, use -Select '^ChannelGroupName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ChannelGroupCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ChannelPolicyCmdlet"> <summary> Delete a channel policy. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ChannelPolicyCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ChannelPolicyCmdlet.ChannelName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ChannelPolicyCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaPackageV2.Model.DeleteChannelPolicyResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ChannelPolicyCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ChannelName parameter. The -PassThru parameter is deprecated, use -Select '^ChannelName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ChannelPolicyCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2OriginEndpointCmdlet"> <summary> Origin endpoints can serve content until they're deleted. Delete the endpoint if it should no longer respond to playback requests. You must delete all endpoints from a channel before you can delete the channel. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2OriginEndpointCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2OriginEndpointCmdlet.ChannelName"> <summary> <para> <para>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. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2OriginEndpointCmdlet.OriginEndpointName"> <summary> <para> <para>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2OriginEndpointCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaPackageV2.Model.DeleteOriginEndpointResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2OriginEndpointCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2OriginEndpointCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2OriginEndpointPolicyCmdlet"> <summary> Delete an origin endpoint policy. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2OriginEndpointPolicyCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2OriginEndpointPolicyCmdlet.ChannelName"> <summary> <para> <para>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. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2OriginEndpointPolicyCmdlet.OriginEndpointName"> <summary> <para> <para>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2OriginEndpointPolicyCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaPackageV2.Model.DeleteOriginEndpointPolicyResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2OriginEndpointPolicyCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2OriginEndpointPolicyCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ResourceTagCmdlet"> <summary> Removes one or more tags from the specified resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The ARN of the MediaPackage resource that you're removing tags from.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ResourceTagCmdlet.TagKey"> <summary> <para> <para>The list of tag keys to remove from the resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaPackageV2.Model.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.RemoveMPV2ResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.StopMPV2HarvestJobCmdlet"> <summary> Cancels an in-progress harvest job. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.StopMPV2HarvestJobCmdlet.ChannelGroupName"> <summary> <para> <para>The name of the channel group containing the channel from which the harvest job is running.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.StopMPV2HarvestJobCmdlet.ChannelName"> <summary> <para> <para>The name of the channel from which the harvest job is running.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.StopMPV2HarvestJobCmdlet.HarvestJobName"> <summary> <para> <para>The name of the harvest job to cancel. This name must be unique within the channel and cannot be changed after the harvest job is submitted.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.StopMPV2HarvestJobCmdlet.OriginEndpointName"> <summary> <para> <para>The name of the origin endpoint that the harvest job is harvesting from. This cannot be changed after the harvest job is submitted.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.StopMPV2HarvestJobCmdlet.ETag"> <summary> <para> <para>The current Entity Tag (ETag) associated with the harvest job. Used for concurrency control.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.StopMPV2HarvestJobCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaPackageV2.Model.CancelHarvestJobResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.StopMPV2HarvestJobCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HarvestJobName parameter. The -PassThru parameter is deprecated, use -Select '^HarvestJobName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.StopMPV2HarvestJobCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2ChannelCmdlet"> <summary> Update the specified channel. You can edit if MediaPackage sends ingest or egress access logs to the CloudWatch log group, if content will be encrypted, the description on a channel, and your channel's policy settings. You can't edit the name of the channel or CloudFront distribution details. <para> Any edits you make that impact the video output may not be reflected for a few minutes. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2ChannelCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2ChannelCmdlet.ChannelName"> <summary> <para> <para>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. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2ChannelCmdlet.Description"> <summary> <para> <para>Any descriptive information that you want to add to the channel for future identification purposes.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2ChannelCmdlet.InputSwitchConfiguration_MQCSInputSwitching"> <summary> <para> <para>When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is true. This setting is valid only when <c>InputType</c> is <c>CMAF</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2ChannelCmdlet.OutputHeaderConfiguration_PublishMQCS"> <summary> <para> <para>When true, AWS Elemental MediaPackage includes the MQCS in responses to the CDN. This setting is valid only when <c>InputType</c> is <c>CMAF</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2ChannelCmdlet.ETag"> <summary> <para> <para>The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2ChannelCmdlet.Select"> <summary> 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.UpdateChannelResponse). Specifying the name of a property of type Amazon.MediaPackageV2.Model.UpdateChannelResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2ChannelCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ChannelName parameter. The -PassThru parameter is deprecated, use -Select '^ChannelName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2ChannelCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2ChannelGroupCmdlet"> <summary> Update the specified channel group. You can edit the description on a channel group for easier identification later from the AWS Elemental MediaPackage console. You can't edit the name of the channel group. <para> Any edits you make that impact the video output may not be reflected for a few minutes. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2ChannelGroupCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2ChannelGroupCmdlet.Description"> <summary> <para> <para>Any descriptive information that you want to add to the channel group for future identification purposes.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2ChannelGroupCmdlet.ETag"> <summary> <para> <para>The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2ChannelGroupCmdlet.Select"> <summary> 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.UpdateChannelGroupResponse). Specifying the name of a property of type Amazon.MediaPackageV2.Model.UpdateChannelGroupResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2ChannelGroupCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ChannelGroupName parameter. The -PassThru parameter is deprecated, use -Select '^ChannelGroupName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2ChannelGroupCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet"> <summary> Update the specified origin endpoint. Edit the packaging preferences on an endpoint to optimize the viewing experience. You can't edit the name of the endpoint. <para> Any edits you make that impact the video output may not be reflected for a few minutes. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.ChannelName"> <summary> <para> <para>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. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.EncryptionMethod_CmafEncryptionMethod"> <summary> <para> <para>The encryption method to use.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.Encryption_ConstantInitializationVector"> <summary> <para> <para>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).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.ContainerType"> <summary> <para> <para>The type of container attached 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. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.DashManifest"> <summary> <para> <para>A DASH manifest configuration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.Description"> <summary> <para> <para>Any descriptive information that you want to add to the origin endpoint for future identification purposes.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.SpekeKeyProvider_DrmSystem"> <summary> <para> <para>The DRM solution provider you're using to protect your content during distribution.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.ForceEndpointErrorConfiguration_EndpointErrorCondition"> <summary> <para> <para>The failover conditions for the endpoint. The options are:</para><ul><li><para><c>STALE_MANIFEST</c> - The manifest stalled and there are no new segments or parts.</para></li><li><para><c>INCOMPLETE_MANIFEST</c> - There is a gap in the manifest.</para></li><li><para><c>MISSING_DRM_KEY</c> - Key rotation is enabled but we're unable to fetch the key for the current key period.</para></li><li><para><c>SLATE_INPUT</c> - The segments which contain slate content are considered to be missing content.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.HlsManifest"> <summary> <para> <para>An HTTP live streaming (HLS) manifest configuration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.Segment_IncludeIframeOnlyStream"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.Encryption_KeyRotationIntervalSecond"> <summary> <para> <para>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.</para><para>The following example setting causes the service to rotate keys every thirty minutes: <c>1800</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.LowLatencyHlsManifest"> <summary> <para> <para>A low-latency HLS manifest configuration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.OriginEndpointName"> <summary> <para> <para>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.EncryptionContractConfiguration_PresetSpeke20Audio"> <summary> <para> <para>A collection of audio encryption presets.</para><para>Value description: </para><ul><li><para>PRESET-AUDIO-1 - Use one content key to encrypt all of the audio tracks in your stream.</para></li><li><para>PRESET-AUDIO-2 - Use one content key to encrypt all of the stereo audio tracks and one content key to encrypt all of the multichannel audio tracks.</para></li><li><para>PRESET-AUDIO-3 - Use one content key to encrypt all of the stereo audio tracks, one content key to encrypt all of the multichannel audio tracks with 3 to 6 channels, and one content key to encrypt all of the multichannel audio tracks with more than 6 channels.</para></li><li><para>SHARED - Use the same content key for all of the audio and video tracks in your stream.</para></li><li><para>UNENCRYPTED - Don't encrypt any of the audio tracks in your stream.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.EncryptionContractConfiguration_PresetSpeke20Video"> <summary> <para> <para>A collection of video encryption presets.</para><para>Value description: </para><ul><li><para>PRESET-VIDEO-1 - Use one content key to encrypt all of the video tracks in your stream.</para></li><li><para>PRESET-VIDEO-2 - Use one content key to encrypt all of the SD video tracks and one content key for all HD and higher resolutions video tracks.</para></li><li><para>PRESET-VIDEO-3 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks and one content key for all UHD video tracks.</para></li><li><para>PRESET-VIDEO-4 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.</para></li><li><para>PRESET-VIDEO-5 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.</para></li><li><para>PRESET-VIDEO-6 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.</para></li><li><para>PRESET-VIDEO-7 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.</para></li><li><para>PRESET-VIDEO-8 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.</para></li><li><para>SHARED - Use the same content key for all of the video and audio tracks in your stream.</para></li><li><para>UNENCRYPTED - Don't encrypt any of the video tracks in your stream.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.SpekeKeyProvider_ResourceId"> <summary> <para> <para>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.</para><para>The following example shows a resource ID: <c>MovieNight20171126093045</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.SpekeKeyProvider_RoleArn"> <summary> <para> <para>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.</para><para>Valid format: <c>arn:aws:iam::{accountID}:role/{name}</c>. The following example shows a role ARN: <c>arn:aws:iam::444455556666:role/SpekeAccess</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.Scte_ScteFilter"> <summary> <para> <para>The SCTE-35 message types that you want to be treated as ad markers in the output.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.Segment_SegmentDurationSecond"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.Segment_SegmentName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.StartoverWindowSecond"> <summary> <para> <para>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).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.EncryptionMethod_TsEncryptionMethod"> <summary> <para> <para>The encryption method to use.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.Segment_TsIncludeDvbSubtitle"> <summary> <para> <para>By default, MediaPackage excludes all digital video broadcasting (DVB) subtitles from the output. When selected, MediaPackage passes through DVB subtitles into the output.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.Segment_TsUseAudioRenditionGroup"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.SpekeKeyProvider_Url"> <summary> <para> <para>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://.</para><para>The following example shows a URL: <c>https://1wm2dx1f33.execute-api.us-west-2.amazonaws.com/SpekeSample/copyProtection</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.ETag"> <summary> <para> <para>The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.Select"> <summary> 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.UpdateOriginEndpointResponse). Specifying the name of a property of type Amazon.MediaPackageV2.Model.UpdateOriginEndpointResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.UpdateMPV2OriginEndpointCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.WriteMPV2ChannelPolicyCmdlet"> <summary> Attaches an IAM policy to the specified channel. With policies, you can specify who has access to AWS resources and what actions they can perform on those resources. You can attach only one policy with each request. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.WriteMPV2ChannelPolicyCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.WriteMPV2ChannelPolicyCmdlet.ChannelName"> <summary> <para> <para>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. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.WriteMPV2ChannelPolicyCmdlet.Policy"> <summary> <para> <para>The policy to attach to the specified channel.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.WriteMPV2ChannelPolicyCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaPackageV2.Model.PutChannelPolicyResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.WriteMPV2ChannelPolicyCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ChannelName parameter. The -PassThru parameter is deprecated, use -Select '^ChannelName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.WriteMPV2ChannelPolicyCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPV2.WriteMPV2OriginEndpointPolicyCmdlet"> <summary> Attaches an IAM policy to the specified origin endpoint. You can attach only one policy with each request. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.WriteMPV2OriginEndpointPolicyCmdlet.ChannelGroupName"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.WriteMPV2OriginEndpointPolicyCmdlet.ChannelName"> <summary> <para> <para>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. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.WriteMPV2OriginEndpointPolicyCmdlet.OriginEndpointName"> <summary> <para> <para>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.WriteMPV2OriginEndpointPolicyCmdlet.Policy"> <summary> <para> <para>The policy to attach to the specified origin endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.WriteMPV2OriginEndpointPolicyCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaPackageV2.Model.PutOriginEndpointPolicyResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.WriteMPV2OriginEndpointPolicyCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPV2.WriteMPV2OriginEndpointPolicyCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> </members> </doc> |