JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.mediapackagev2

Interface AWSMediaPackageV2

  • All Known Subinterfaces:
    AWSMediaPackageV2Async
    All Known Implementing Classes:
    AbstractAWSMediaPackageV2, AbstractAWSMediaPackageV2Async, AWSMediaPackageV2AsyncClient, AWSMediaPackageV2Client


    @Generated(value="com.amazonaws:aws-java-sdk-code-generator")
    public interface AWSMediaPackageV2
    Interface for accessing mediapackagev2.

    Note: Do not directly implement this interface, new methods are added to it regularly. Extend from AbstractAWSMediaPackageV2 instead.

    This guide is intended for creating AWS Elemental MediaPackage resources in MediaPackage Version 2 (v2) starting from May 2023. To get started with MediaPackage v2, create your MediaPackage resources. There isn't an automated process to migrate your resources from MediaPackage v1 to MediaPackage v2.

    The names of the entities that you use to access this API, like URLs and ARNs, all have the versioning information added, like "v2", to distinguish from the prior version. If you used MediaPackage prior to this release, you can't use the MediaPackage v2 CLI or the MediaPackage v2 API to access any MediaPackage v1 resources.

    If you created resources in MediaPackage v1, use video on demand (VOD) workflows, and aren't looking to migrate to MediaPackage v2 yet, see the MediaPackage v1 Live API Reference.

    This is the AWS Elemental MediaPackage v2 Live REST API Reference. It describes all the MediaPackage API operations for live content in detail, and provides sample requests, responses, and errors for the supported web services protocols.

    We assume that you have the IAM permissions that you need to use MediaPackage via the REST API. We also assume that you are familiar with the features and operations of MediaPackage, as described in the AWS Elemental MediaPackage User Guide.

    • Method Detail

      • createChannel

        CreateChannelResult createChannel(CreateChannelRequest createChannelRequest)

        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.

        Parameters:
        createChannelRequest -
        Returns:
        Result of the CreateChannel operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        ConflictException - Updating or deleting this resource can cause an inconsistent state.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        ResourceNotFoundException - The specified resource doesn't exist.
        ServiceQuotaExceededException - The request would cause a service quota to be exceeded.
        See Also:
        AWS API Documentation
      • createChannelGroup

        CreateChannelGroupResult createChannelGroup(CreateChannelGroupRequest createChannelGroupRequest)

        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.

        Parameters:
        createChannelGroupRequest -
        Returns:
        Result of the CreateChannelGroup operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        ConflictException - Updating or deleting this resource can cause an inconsistent state.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        ResourceNotFoundException - The specified resource doesn't exist.
        ServiceQuotaExceededException - The request would cause a service quota to be exceeded.
        See Also:
        AWS API Documentation
      • createOriginEndpoint

        CreateOriginEndpointResult createOriginEndpoint(CreateOriginEndpointRequest createOriginEndpointRequest)

        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.

        Parameters:
        createOriginEndpointRequest -
        Returns:
        Result of the CreateOriginEndpoint operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        ConflictException - Updating or deleting this resource can cause an inconsistent state.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        ResourceNotFoundException - The specified resource doesn't exist.
        ServiceQuotaExceededException - The request would cause a service quota to be exceeded.
        See Also:
        AWS API Documentation
      • deleteChannel

        DeleteChannelResult deleteChannel(DeleteChannelRequest deleteChannelRequest)

        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.

        Parameters:
        deleteChannelRequest -
        Returns:
        Result of the DeleteChannel operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        ConflictException - Updating or deleting this resource can cause an inconsistent state.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        See Also:
        AWS API Documentation
      • deleteChannelGroup

        DeleteChannelGroupResult deleteChannelGroup(DeleteChannelGroupRequest deleteChannelGroupRequest)

        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.

        Parameters:
        deleteChannelGroupRequest -
        Returns:
        Result of the DeleteChannelGroup operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        ConflictException - Updating or deleting this resource can cause an inconsistent state.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        See Also:
        AWS API Documentation
      • deleteChannelPolicy

        DeleteChannelPolicyResult deleteChannelPolicy(DeleteChannelPolicyRequest deleteChannelPolicyRequest)

        Delete a channel policy.

        Parameters:
        deleteChannelPolicyRequest -
        Returns:
        Result of the DeleteChannelPolicy operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        ConflictException - Updating or deleting this resource can cause an inconsistent state.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        See Also:
        AWS API Documentation
      • deleteOriginEndpoint

        DeleteOriginEndpointResult deleteOriginEndpoint(DeleteOriginEndpointRequest deleteOriginEndpointRequest)

        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.

        Parameters:
        deleteOriginEndpointRequest -
        Returns:
        Result of the DeleteOriginEndpoint operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        See Also:
        AWS API Documentation
      • deleteOriginEndpointPolicy

        DeleteOriginEndpointPolicyResult deleteOriginEndpointPolicy(DeleteOriginEndpointPolicyRequest deleteOriginEndpointPolicyRequest)

        Delete an origin endpoint policy.

        Parameters:
        deleteOriginEndpointPolicyRequest -
        Returns:
        Result of the DeleteOriginEndpointPolicy operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        ConflictException - Updating or deleting this resource can cause an inconsistent state.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        See Also:
        AWS API Documentation
      • getChannel

        GetChannelResult getChannel(GetChannelRequest getChannelRequest)

        Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.

        Parameters:
        getChannelRequest -
        Returns:
        Result of the GetChannel operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        ResourceNotFoundException - The specified resource doesn't exist.
        See Also:
        AWS API Documentation
      • getChannelGroup

        GetChannelGroupResult getChannelGroup(GetChannelGroupRequest getChannelGroupRequest)

        Retrieves the specified channel group that's configured in AWS Elemental MediaPackage, including the channels and origin endpoints that are associated with it.

        Parameters:
        getChannelGroupRequest -
        Returns:
        Result of the GetChannelGroup operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        ResourceNotFoundException - The specified resource doesn't exist.
        See Also:
        AWS API Documentation
      • getChannelPolicy

        GetChannelPolicyResult getChannelPolicy(GetChannelPolicyRequest getChannelPolicyRequest)

        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.

        Parameters:
        getChannelPolicyRequest -
        Returns:
        Result of the GetChannelPolicy operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        ResourceNotFoundException - The specified resource doesn't exist.
        See Also:
        AWS API Documentation
      • getOriginEndpoint

        GetOriginEndpointResult getOriginEndpoint(GetOriginEndpointRequest getOriginEndpointRequest)

        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.

        Parameters:
        getOriginEndpointRequest -
        Returns:
        Result of the GetOriginEndpoint operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        ResourceNotFoundException - The specified resource doesn't exist.
        See Also:
        AWS API Documentation
      • getOriginEndpointPolicy

        GetOriginEndpointPolicyResult getOriginEndpointPolicy(GetOriginEndpointPolicyRequest getOriginEndpointPolicyRequest)

        Retrieves the specified origin endpoint policy that's configured in AWS Elemental MediaPackage.

        Parameters:
        getOriginEndpointPolicyRequest -
        Returns:
        Result of the GetOriginEndpointPolicy operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        ResourceNotFoundException - The specified resource doesn't exist.
        See Also:
        AWS API Documentation
      • listChannelGroups

        ListChannelGroupsResult listChannelGroups(ListChannelGroupsRequest listChannelGroupsRequest)

        Retrieves all channel groups that are configured in AWS Elemental MediaPackage, including the channels and origin endpoints that are associated with it.

        Parameters:
        listChannelGroupsRequest -
        Returns:
        Result of the ListChannelGroups operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        See Also:
        AWS API Documentation
      • listChannels

        ListChannelsResult listChannels(ListChannelsRequest listChannelsRequest)

        Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.

        Parameters:
        listChannelsRequest -
        Returns:
        Result of the ListChannels operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        ResourceNotFoundException - The specified resource doesn't exist.
        See Also:
        AWS API Documentation
      • listOriginEndpoints

        ListOriginEndpointsResult listOriginEndpoints(ListOriginEndpointsRequest listOriginEndpointsRequest)

        Retrieves all origin endpoints in a specific channel that are configured in AWS Elemental MediaPackage.

        Parameters:
        listOriginEndpointsRequest -
        Returns:
        Result of the ListOriginEndpoints operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        ResourceNotFoundException - The specified resource doesn't exist.
        See Also:
        AWS API Documentation
      • putChannelPolicy

        PutChannelPolicyResult putChannelPolicy(PutChannelPolicyRequest putChannelPolicyRequest)

        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.

        Parameters:
        putChannelPolicyRequest -
        Returns:
        Result of the PutChannelPolicy operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        ConflictException - Updating or deleting this resource can cause an inconsistent state.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        ResourceNotFoundException - The specified resource doesn't exist.
        See Also:
        AWS API Documentation
      • putOriginEndpointPolicy

        PutOriginEndpointPolicyResult putOriginEndpointPolicy(PutOriginEndpointPolicyRequest putOriginEndpointPolicyRequest)

        Attaches an IAM policy to the specified origin endpoint. You can attach only one policy with each request.

        Parameters:
        putOriginEndpointPolicyRequest -
        Returns:
        Result of the PutOriginEndpointPolicy operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        ConflictException - Updating or deleting this resource can cause an inconsistent state.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        ResourceNotFoundException - The specified resource doesn't exist.
        See Also:
        AWS API Documentation
      • tagResource

        TagResourceResult tagResource(TagResourceRequest tagResourceRequest)

        Assigns one of more tags (key-value pairs) to the specified MediaPackage resource.

        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.

        Parameters:
        tagResourceRequest -
        Returns:
        Result of the TagResource operation returned by the service.
        Throws:
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        See Also:
        AWS API Documentation
      • updateChannel

        UpdateChannelResult updateChannel(UpdateChannelRequest updateChannelRequest)

        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.

        Any edits you make that impact the video output may not be reflected for a few minutes.

        Parameters:
        updateChannelRequest -
        Returns:
        Result of the UpdateChannel operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        ConflictException - Updating or deleting this resource can cause an inconsistent state.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        ResourceNotFoundException - The specified resource doesn't exist.
        See Also:
        AWS API Documentation
      • updateChannelGroup

        UpdateChannelGroupResult updateChannelGroup(UpdateChannelGroupRequest updateChannelGroupRequest)

        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.

        Any edits you make that impact the video output may not be reflected for a few minutes.

        Parameters:
        updateChannelGroupRequest -
        Returns:
        Result of the UpdateChannelGroup operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        ConflictException - Updating or deleting this resource can cause an inconsistent state.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        ResourceNotFoundException - The specified resource doesn't exist.
        See Also:
        AWS API Documentation
      • updateOriginEndpoint

        UpdateOriginEndpointResult updateOriginEndpoint(UpdateOriginEndpointRequest updateOriginEndpointRequest)

        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.

        Any edits you make that impact the video output may not be reflected for a few minutes.

        Parameters:
        updateOriginEndpointRequest -
        Returns:
        Result of the UpdateOriginEndpoint operation returned by the service.
        Throws:
        ThrottlingException - The request throughput limit was exceeded.
        ConflictException - Updating or deleting this resource can cause an inconsistent state.
        InternalServerException - Indicates that an error from the service occurred while trying to process a request.
        AccessDeniedException - You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
        ValidationException - The input failed to meet the constraints specified by the AWS service.
        ResourceNotFoundException - The specified resource doesn't exist.
        ServiceQuotaExceededException - The request would cause a service quota to be exceeded.
        See Also:
        AWS API Documentation
      • shutdown

        void shutdown()
        Shuts down this client object, releasing any resources that might be held open. This is an optional method, and callers are not expected to call it, but can if they want to explicitly release any open resources. Once a client has been shutdown, it should not be used to make any more requests.
      • getCachedResponseMetadata

        ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
        Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected. This data isn't considered part of the result data returned by an operation, so it's available through this separate, diagnostic interface.

        Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.

        Parameters:
        request - The originally executed request.
        Returns:
        The response metadata for the specified request, or null if none is available.
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /