Amazon Interactive Video Service

2026/06/04 - Amazon Interactive Video Service - 1 new api methods

Changes  adds UpdateAdConfiguration operation to AWS IVS low-latency APIs

UpdateAdConfiguration (new) Link ¶

Updates a specified ad configuration.

See also: AWS API Documentation

Request Syntax

client.update_ad_configuration(
    arn='string',
    name='string',
    mediaTailorPlaybackConfigurations=[
        {
            'playbackConfigurationArn': 'string'
        },
    ]
)
type arn:

string

param arn:

[REQUIRED]

ARN of the ad configuration to be updated.

type name:

string

param name:

Ad configuration name. The value does not need to be unique.

type mediaTailorPlaybackConfigurations:

list

param mediaTailorPlaybackConfigurations:

List of integration configurations with MediaTailor resources. The first item in the list is the default playback configuration used for the ad configuration. To select a different configuration per viewing session, see Generate and Sign IVS Playback Tokens.

  • (dict) --

    Object specifying a configuration for integration with an AWS Elemental MediaTailor (EMT).

    • playbackConfigurationArn (string) --

      ARN of the customer-created EMT PlaybackConfiguration resource in the same region and account.

rtype:

dict

returns:

Response Syntax

{
    'adConfiguration': {
        'arn': 'string',
        'name': 'string',
        'mediaTailorPlaybackConfigurations': [
            {
                'playbackConfigurationArn': 'string'
            },
        ],
        'tags': {
            'string': 'string'
        }
    }
}

Response Structure

  • (dict) --

    • adConfiguration (dict) --

      Object specifying the updated ad configuration.

      • arn (string) --

        Ad configuration ARN.

      • name (string) --

        Ad configuration name. Defaults to “”.

      • mediaTailorPlaybackConfigurations (list) --

        List of integration configurations with MediaTailor resources. The first item in the list is the default playback configuration used for the ad configuration. To select a different configuration per viewing session, see Generate and Sign IVS Playback Tokens.

        • (dict) --

          Object specifying a configuration for integration with an AWS Elemental MediaTailor (EMT).

          • playbackConfigurationArn (string) --

            ARN of the customer-created EMT PlaybackConfiguration resource in the same region and account.

      • tags (dict) --

        Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value). See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.

        • (string) --

          • (string) --