mediatailor

package
v1.51.26 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 10 Imported by: 43

Documentation

Overview

Package mediatailor provides the client and types for making API requests to AWS MediaTailor.

Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the AWS Elemental MediaTailor User Guide (https://docs.aws.amazon.com/mediatailor/latest/ug/).

Through the SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).

See https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23 for more information on this service.

See mediatailor package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/mediatailor/

Using the Client

To contact AWS MediaTailor with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the AWS MediaTailor client MediaTailor for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/mediatailor/#New

Index

Constants

View Source
const (
	// AccessTypeS3Sigv4 is a AccessType enum value
	AccessTypeS3Sigv4 = "S3_SIGV4"

	// AccessTypeSecretsManagerAccessToken is a AccessType enum value
	AccessTypeSecretsManagerAccessToken = "SECRETS_MANAGER_ACCESS_TOKEN"

	// AccessTypeAutodetectSigv4 is a AccessType enum value
	AccessTypeAutodetectSigv4 = "AUTODETECT_SIGV4"
)
View Source
const (
	// AdMarkupTypeDaterange is a AdMarkupType enum value
	AdMarkupTypeDaterange = "DATERANGE"

	// AdMarkupTypeScte35Enhanced is a AdMarkupType enum value
	AdMarkupTypeScte35Enhanced = "SCTE35_ENHANCED"
)
View Source
const (
	// AlertCategorySchedulingError is a AlertCategory enum value
	AlertCategorySchedulingError = "SCHEDULING_ERROR"

	// AlertCategoryPlaybackWarning is a AlertCategory enum value
	AlertCategoryPlaybackWarning = "PLAYBACK_WARNING"

	// AlertCategoryInfo is a AlertCategory enum value
	AlertCategoryInfo = "INFO"
)
View Source
const (
	// ChannelStateRunning is a ChannelState enum value
	ChannelStateRunning = "RUNNING"

	// ChannelStateStopped is a ChannelState enum value
	ChannelStateStopped = "STOPPED"
)
View Source
const (
	// FillPolicyFullAvailOnly is a FillPolicy enum value
	FillPolicyFullAvailOnly = "FULL_AVAIL_ONLY"

	// FillPolicyPartialAvail is a FillPolicy enum value
	FillPolicyPartialAvail = "PARTIAL_AVAIL"
)
View Source
const (
	// InsertionModeStitchedOnly is a InsertionMode enum value
	InsertionModeStitchedOnly = "STITCHED_ONLY"

	// InsertionModePlayerSelect is a InsertionMode enum value
	InsertionModePlayerSelect = "PLAYER_SELECT"
)

Insertion Mode controls whether players can use stitched or guided ad insertion.

View Source
const (
	// MessageTypeSpliceInsert is a MessageType enum value
	MessageTypeSpliceInsert = "SPLICE_INSERT"

	// MessageTypeTimeSignal is a MessageType enum value
	MessageTypeTimeSignal = "TIME_SIGNAL"
)
View Source
const (
	// ModeOff is a Mode enum value
	ModeOff = "OFF"

	// ModeBehindLiveEdge is a Mode enum value
	ModeBehindLiveEdge = "BEHIND_LIVE_EDGE"

	// ModeAfterLiveEdge is a Mode enum value
	ModeAfterLiveEdge = "AFTER_LIVE_EDGE"
)
View Source
const (
	// OriginManifestTypeSinglePeriod is a OriginManifestType enum value
	OriginManifestTypeSinglePeriod = "SINGLE_PERIOD"

	// OriginManifestTypeMultiPeriod is a OriginManifestType enum value
	OriginManifestTypeMultiPeriod = "MULTI_PERIOD"
)
View Source
const (
	// PlaybackModeLoop is a PlaybackMode enum value
	PlaybackModeLoop = "LOOP"

	// PlaybackModeLinear is a PlaybackMode enum value
	PlaybackModeLinear = "LINEAR"
)
View Source
const (
	// RelativePositionBeforeProgram is a RelativePosition enum value
	RelativePositionBeforeProgram = "BEFORE_PROGRAM"

	// RelativePositionAfterProgram is a RelativePosition enum value
	RelativePositionAfterProgram = "AFTER_PROGRAM"
)
View Source
const (
	// ScheduleEntryTypeProgram is a ScheduleEntryType enum value
	ScheduleEntryTypeProgram = "PROGRAM"

	// ScheduleEntryTypeFillerSlate is a ScheduleEntryType enum value
	ScheduleEntryTypeFillerSlate = "FILLER_SLATE"

	// ScheduleEntryTypeAlternateMedia is a ScheduleEntryType enum value
	ScheduleEntryTypeAlternateMedia = "ALTERNATE_MEDIA"
)
View Source
const (
	// TierBasic is a Tier enum value
	TierBasic = "BASIC"

	// TierStandard is a Tier enum value
	TierStandard = "STANDARD"
)
View Source
const (
	// TypeDash is a Type enum value
	TypeDash = "DASH"

	// TypeHls is a Type enum value
	TypeHls = "HLS"
)
View Source
const (
	ServiceName = "api.mediatailor" // Name of service.
	EndpointsID = ServiceName       // ID to lookup a service endpoint with.
	ServiceID   = "MediaTailor"     // ServiceID is a unique identifier of a specific service.
)

Service information constants

View Source
const (

	// ErrCodeBadRequestException for service response error code
	// "BadRequestException".
	//
	// A request contains unexpected data.
	ErrCodeBadRequestException = "BadRequestException"
)
View Source
const (
	// LogTypeAsRun is a LogType enum value
	LogTypeAsRun = "AS_RUN"
)
View Source
const (
	// OperatorEquals is a Operator enum value
	OperatorEquals = "EQUALS"
)

Variables

This section is empty.

Functions

func AccessType_Values added in v1.37.30

func AccessType_Values() []string

AccessType_Values returns all elements of the AccessType enum

func AdMarkupType_Values added in v1.44.298

func AdMarkupType_Values() []string

AdMarkupType_Values returns all elements of the AdMarkupType enum

func AlertCategory_Values added in v1.44.300

func AlertCategory_Values() []string

AlertCategory_Values returns all elements of the AlertCategory enum

func ChannelState_Values added in v1.37.30

func ChannelState_Values() []string

ChannelState_Values returns all elements of the ChannelState enum

func FillPolicy_Values added in v1.44.258

func FillPolicy_Values() []string

FillPolicy_Values returns all elements of the FillPolicy enum

func InsertionMode_Values added in v1.51.21

func InsertionMode_Values() []string

InsertionMode_Values returns all elements of the InsertionMode enum

func LogType_Values added in v1.44.189

func LogType_Values() []string

LogType_Values returns all elements of the LogType enum

func MessageType_Values added in v1.37.30

func MessageType_Values() []string

MessageType_Values returns all elements of the MessageType enum

func Mode_Values added in v1.34.3

func Mode_Values() []string

Mode_Values returns all elements of the Mode enum

func Operator_Values added in v1.41.1

func Operator_Values() []string

Operator_Values returns all elements of the Operator enum

func OriginManifestType_Values added in v1.34.3

func OriginManifestType_Values() []string

OriginManifestType_Values returns all elements of the OriginManifestType enum

func PlaybackMode_Values added in v1.37.30

func PlaybackMode_Values() []string

PlaybackMode_Values returns all elements of the PlaybackMode enum

func RelativePosition_Values added in v1.37.30

func RelativePosition_Values() []string

RelativePosition_Values returns all elements of the RelativePosition enum

func ScheduleEntryType_Values added in v1.40.35

func ScheduleEntryType_Values() []string

ScheduleEntryType_Values returns all elements of the ScheduleEntryType enum

func Tier_Values added in v1.43.44

func Tier_Values() []string

Tier_Values returns all elements of the Tier enum

func Type_Values added in v1.37.30

func Type_Values() []string

Type_Values returns all elements of the Type enum

Types

type AccessConfiguration added in v1.37.30

type AccessConfiguration struct {

	// The type of authentication used to access content from HttpConfiguration::BaseUrl
	// on your source location.
	//
	// S3_SIGV4 - AWS Signature Version 4 authentication for Amazon S3 hosted virtual-style
	// access. If your source location base URL is an Amazon S3 bucket, MediaTailor
	// can use AWS Signature Version 4 (SigV4) authentication to access the bucket
	// where your source content is stored. Your MediaTailor source location baseURL
	// must follow the S3 virtual hosted-style request URL format. For example,
	// https://bucket-name.s3.Region.amazonaws.com/key-name.
	//
	// Before you can use S3_SIGV4, you must meet these requirements:
	//
	// • You must allow MediaTailor to access your S3 bucket by granting mediatailor.amazonaws.com
	// principal access in IAM. For information about configuring access in IAM,
	// see Access management in the IAM User Guide.
	//
	// • The mediatailor.amazonaws.com service principal must have permissions
	// to read all top level manifests referenced by the VodSource packaging configurations.
	//
	// • The caller of the API must have s3:GetObject IAM permissions to read
	// all top level manifests referenced by your MediaTailor VodSource packaging
	// configurations.
	//
	// AUTODETECT_SIGV4 - AWS Signature Version 4 authentication for a set of supported
	// services: MediaPackage Version 2 and Amazon S3 hosted virtual-style access.
	// If your source location base URL is a MediaPackage Version 2 endpoint or
	// an Amazon S3 bucket, MediaTailor can use AWS Signature Version 4 (SigV4)
	// authentication to access the resource where your source content is stored.
	//
	// Before you can use AUTODETECT_SIGV4 with a MediaPackage Version 2 endpoint,
	// you must meet these requirements:
	//
	// • You must grant MediaTailor access to your MediaPackage endpoint by granting
	// mediatailor.amazonaws.com principal access in an Origin Access policy on
	// the endpoint.
	//
	// • Your MediaTailor source location base URL must be a MediaPackage V2 endpoint.
	//
	// • The caller of the API must have mediapackagev2:GetObject IAM permissions
	// to read all top level manifests referenced by the MediaTailor source packaging
	// configurations.
	//
	// Before you can use AUTODETECT_SIGV4 with an Amazon S3 bucket, you must meet
	// these requirements:
	//
	// • You must grant MediaTailor access to your S3 bucket by granting mediatailor.amazonaws.com
	// principal access in IAM. For more information about configuring access in
	// IAM, see Access management (https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html)
	// in the IAM User Guide..
	//
	// • The mediatailor.amazonaws.com service principal must have permissions
	// to read all top-level manifests referenced by the VodSource packaging configurations.
	//
	// • The caller of the API must have s3:GetObject IAM permissions to read
	// all top level manifests referenced by your MediaTailor VodSource packaging
	// configurations.
	AccessType *string `type:"string" enum:"AccessType"`

	// AWS Secrets Manager access token configuration parameters.
	SecretsManagerAccessTokenConfiguration *SecretsManagerAccessTokenConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

Access configuration parameters.

func (AccessConfiguration) GoString added in v1.37.30

func (s AccessConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessConfiguration) SetAccessType added in v1.37.30

func (s *AccessConfiguration) SetAccessType(v string) *AccessConfiguration

SetAccessType sets the AccessType field's value.

func (*AccessConfiguration) SetSecretsManagerAccessTokenConfiguration added in v1.38.63

func (s *AccessConfiguration) SetSecretsManagerAccessTokenConfiguration(v *SecretsManagerAccessTokenConfiguration) *AccessConfiguration

SetSecretsManagerAccessTokenConfiguration sets the SecretsManagerAccessTokenConfiguration field's value.

func (AccessConfiguration) String added in v1.37.30

func (s AccessConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AdBreak added in v1.37.30

type AdBreak struct {

	// Defines a list of key/value pairs that MediaTailor generates within the EXT-X-ASSETtag
	// for SCTE35_ENHANCED output.
	AdBreakMetadata []*KeyValuePair `type:"list"`

	// The SCTE-35 ad insertion type. Accepted value: SPLICE_INSERT, TIME_SIGNAL.
	MessageType *string `type:"string" enum:"MessageType"`

	// How long (in milliseconds) after the beginning of the program that an ad
	// starts. This value must fall within 100ms of a segment boundary, otherwise
	// the ad break will be skipped.
	//
	// OffsetMillis is a required field
	OffsetMillis *int64 `type:"long" required:"true"`

	// Ad break slate configuration.
	Slate *SlateSource `type:"structure"`

	// This defines the SCTE-35 splice_insert() message inserted around the ad.
	// For information about using splice_insert(), see the SCTE-35 specficiaiton,
	// section 9.7.3.1.
	SpliceInsertMessage *SpliceInsertMessage `type:"structure"`

	// Defines the SCTE-35 time_signal message inserted around the ad.
	//
	// Programs on a channel's schedule can be configured with one or more ad breaks.
	// You can attach a splice_insert SCTE-35 message to the ad break. This message
	// provides basic metadata about the ad break.
	//
	// See section 9.7.4 of the 2022 SCTE-35 specification for more information.
	TimeSignalMessage *TimeSignalMessage `type:"structure"`
	// contains filtered or unexported fields
}

Ad break configuration parameters.

func (AdBreak) GoString added in v1.37.30

func (s AdBreak) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdBreak) SetAdBreakMetadata added in v1.44.298

func (s *AdBreak) SetAdBreakMetadata(v []*KeyValuePair) *AdBreak

SetAdBreakMetadata sets the AdBreakMetadata field's value.

func (*AdBreak) SetMessageType added in v1.37.30

func (s *AdBreak) SetMessageType(v string) *AdBreak

SetMessageType sets the MessageType field's value.

func (*AdBreak) SetOffsetMillis added in v1.37.30

func (s *AdBreak) SetOffsetMillis(v int64) *AdBreak

SetOffsetMillis sets the OffsetMillis field's value.

func (*AdBreak) SetSlate added in v1.37.30

func (s *AdBreak) SetSlate(v *SlateSource) *AdBreak

SetSlate sets the Slate field's value.

func (*AdBreak) SetSpliceInsertMessage added in v1.37.30

func (s *AdBreak) SetSpliceInsertMessage(v *SpliceInsertMessage) *AdBreak

SetSpliceInsertMessage sets the SpliceInsertMessage field's value.

func (*AdBreak) SetTimeSignalMessage added in v1.44.126

func (s *AdBreak) SetTimeSignalMessage(v *TimeSignalMessage) *AdBreak

SetTimeSignalMessage sets the TimeSignalMessage field's value.

func (AdBreak) String added in v1.37.30

func (s AdBreak) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdBreak) Validate added in v1.44.298

func (s *AdBreak) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AdBreakOpportunity added in v1.45.22

type AdBreakOpportunity struct {

	// The offset in milliseconds from the start of the VOD source at which an ad
	// marker was detected.
	//
	// OffsetMillis is a required field
	OffsetMillis *int64 `type:"long" required:"true"`
	// contains filtered or unexported fields
}

A location at which a zero-duration ad marker was detected in a VOD source manifest.

func (AdBreakOpportunity) GoString added in v1.45.22

func (s AdBreakOpportunity) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdBreakOpportunity) SetOffsetMillis added in v1.45.22

func (s *AdBreakOpportunity) SetOffsetMillis(v int64) *AdBreakOpportunity

SetOffsetMillis sets the OffsetMillis field's value.

func (AdBreakOpportunity) String added in v1.45.22

func (s AdBreakOpportunity) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AdMarkerPassthrough added in v1.35.14

type AdMarkerPassthrough struct {

	// Enables ad marker passthrough for your configuration.
	Enabled *bool `type:"boolean"`
	// contains filtered or unexported fields
}

For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest.

No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.

func (AdMarkerPassthrough) GoString added in v1.35.14

func (s AdMarkerPassthrough) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdMarkerPassthrough) SetEnabled added in v1.35.14

func (s *AdMarkerPassthrough) SetEnabled(v bool) *AdMarkerPassthrough

SetEnabled sets the Enabled field's value.

func (AdMarkerPassthrough) String added in v1.35.14

func (s AdMarkerPassthrough) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Alert added in v1.39.3

type Alert struct {

	// The code for the alert. For example, NOT_PROCESSED.
	//
	// AlertCode is a required field
	AlertCode *string `type:"string" required:"true"`

	// If an alert is generated for a resource, an explanation of the reason for
	// the alert.
	//
	// AlertMessage is a required field
	AlertMessage *string `type:"string" required:"true"`

	// The category that MediaTailor assigns to the alert.
	Category *string `type:"string" enum:"AlertCategory"`

	// The timestamp when the alert was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp" required:"true"`

	// The Amazon Resource Names (ARNs) related to this alert.
	//
	// RelatedResourceArns is a required field
	RelatedResourceArns []*string `type:"list" required:"true"`

	// The Amazon Resource Name (ARN) of the resource.
	//
	// ResourceArn is a required field
	ResourceArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Alert configuration parameters.

func (Alert) GoString added in v1.39.3

func (s Alert) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Alert) SetAlertCode added in v1.39.3

func (s *Alert) SetAlertCode(v string) *Alert

SetAlertCode sets the AlertCode field's value.

func (*Alert) SetAlertMessage added in v1.39.3

func (s *Alert) SetAlertMessage(v string) *Alert

SetAlertMessage sets the AlertMessage field's value.

func (*Alert) SetCategory added in v1.44.300

func (s *Alert) SetCategory(v string) *Alert

SetCategory sets the Category field's value.

func (*Alert) SetLastModifiedTime added in v1.39.3

func (s *Alert) SetLastModifiedTime(v time.Time) *Alert

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*Alert) SetRelatedResourceArns added in v1.39.3

func (s *Alert) SetRelatedResourceArns(v []*string) *Alert

SetRelatedResourceArns sets the RelatedResourceArns field's value.

func (*Alert) SetResourceArn added in v1.39.3

func (s *Alert) SetResourceArn(v string) *Alert

SetResourceArn sets the ResourceArn field's value.

func (Alert) String added in v1.39.3

func (s Alert) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AlternateMedia added in v1.51.2

type AlternateMedia struct {

	// Ad break configuration parameters defined in AlternateMedia.
	AdBreaks []*AdBreak `type:"list"`

	// Clip range configuration for the VOD source associated with the program.
	ClipRange *ClipRange `type:"structure"`

	// The duration of the alternateMedia in milliseconds.
	DurationMillis *int64 `type:"long"`

	// The name of the live source for alternateMedia.
	LiveSourceName *string `type:"string"`

	// The date and time that the alternateMedia is scheduled to start, in epoch
	// milliseconds.
	ScheduledStartTimeMillis *int64 `type:"long"`

	// The name of the source location for alternateMedia.
	SourceLocationName *string `type:"string"`

	// The name of the VOD source for alternateMedia.
	VodSourceName *string `type:"string"`
	// contains filtered or unexported fields
}

A playlist of media (VOD and/or live) to be played instead of the default media on a particular program.

func (AlternateMedia) GoString added in v1.51.2

func (s AlternateMedia) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlternateMedia) SetAdBreaks added in v1.51.2

func (s *AlternateMedia) SetAdBreaks(v []*AdBreak) *AlternateMedia

SetAdBreaks sets the AdBreaks field's value.

func (*AlternateMedia) SetClipRange added in v1.51.2

func (s *AlternateMedia) SetClipRange(v *ClipRange) *AlternateMedia

SetClipRange sets the ClipRange field's value.

func (*AlternateMedia) SetDurationMillis added in v1.51.2

func (s *AlternateMedia) SetDurationMillis(v int64) *AlternateMedia

SetDurationMillis sets the DurationMillis field's value.

func (*AlternateMedia) SetLiveSourceName added in v1.51.2

func (s *AlternateMedia) SetLiveSourceName(v string) *AlternateMedia

SetLiveSourceName sets the LiveSourceName field's value.

func (*AlternateMedia) SetScheduledStartTimeMillis added in v1.51.2

func (s *AlternateMedia) SetScheduledStartTimeMillis(v int64) *AlternateMedia

SetScheduledStartTimeMillis sets the ScheduledStartTimeMillis field's value.

func (*AlternateMedia) SetSourceLocationName added in v1.51.2

func (s *AlternateMedia) SetSourceLocationName(v string) *AlternateMedia

SetSourceLocationName sets the SourceLocationName field's value.

func (*AlternateMedia) SetVodSourceName added in v1.51.2

func (s *AlternateMedia) SetVodSourceName(v string) *AlternateMedia

SetVodSourceName sets the VodSourceName field's value.

func (AlternateMedia) String added in v1.51.2

func (s AlternateMedia) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlternateMedia) Validate added in v1.51.2

func (s *AlternateMedia) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudienceMedia added in v1.51.2

type AudienceMedia struct {

	// The list of AlternateMedia defined in AudienceMedia.
	AlternateMedia []*AlternateMedia `type:"list"`

	// The Audience defined in AudienceMedia.
	Audience *string `type:"string"`
	// contains filtered or unexported fields
}

An AudienceMedia object contains an Audience and a list of AlternateMedia.

func (AudienceMedia) GoString added in v1.51.2

func (s AudienceMedia) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudienceMedia) SetAlternateMedia added in v1.51.2

func (s *AudienceMedia) SetAlternateMedia(v []*AlternateMedia) *AudienceMedia

SetAlternateMedia sets the AlternateMedia field's value.

func (*AudienceMedia) SetAudience added in v1.51.2

func (s *AudienceMedia) SetAudience(v string) *AudienceMedia

SetAudience sets the Audience field's value.

func (AudienceMedia) String added in v1.51.2

func (s AudienceMedia) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudienceMedia) Validate added in v1.51.2

func (s *AudienceMedia) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AvailMatchingCriteria added in v1.41.1

type AvailMatchingCriteria struct {

	// The dynamic variable(s) that MediaTailor should use as avail matching criteria.
	// MediaTailor only places the prefetched ads into the avail if the avail matches
	// the criteria defined by the dynamic variable. For information about dynamic
	// variables, see Using dynamic ad variables (https://docs.aws.amazon.com/mediatailor/latest/ug/variables.html)
	// in the MediaTailor User Guide.
	//
	// You can include up to 100 dynamic variables.
	//
	// DynamicVariable is a required field
	DynamicVariable *string `type:"string" required:"true"`

	// For the DynamicVariable specified in AvailMatchingCriteria, the Operator
	// that is used for the comparison.
	//
	// Operator is a required field
	Operator *string `type:"string" required:"true" enum:"Operator"`
	// contains filtered or unexported fields
}

MediaTailor only places (consumes) prefetched ads if the ad break meets the criteria defined by the dynamic variables. This gives you granular control over which ad break to place the prefetched ads into.

As an example, let's say that you set DynamicVariable to scte.event_id and Operator to EQUALS, and your playback configuration has an ADS URL of https://my.ads.server.com/path?&podId=[scte.avail_num]&event=[scte.event_id]&duration=[session.avail_duration_secs]. And the prefetch request to the ADS contains these values https://my.ads.server.com/path?&podId=3&event=my-awesome-event&duration=30. MediaTailor will only insert the prefetched ads into the ad break if has a SCTE marker with an event id of my-awesome-event, since it must match the event id that MediaTailor uses to query the ADS.

You can specify up to five AvailMatchingCriteria. If you specify multiple AvailMatchingCriteria, MediaTailor combines them to match using a logical AND. You can model logical OR combinations by creating multiple prefetch schedules.

func (AvailMatchingCriteria) GoString added in v1.41.1

func (s AvailMatchingCriteria) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AvailMatchingCriteria) SetDynamicVariable added in v1.41.1

func (s *AvailMatchingCriteria) SetDynamicVariable(v string) *AvailMatchingCriteria

SetDynamicVariable sets the DynamicVariable field's value.

func (*AvailMatchingCriteria) SetOperator added in v1.41.1

SetOperator sets the Operator field's value.

func (AvailMatchingCriteria) String added in v1.41.1

func (s AvailMatchingCriteria) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AvailMatchingCriteria) Validate added in v1.41.1

func (s *AvailMatchingCriteria) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AvailSuppression added in v1.30.8

type AvailSuppression struct {

	// Defines the policy to apply to the avail suppression mode. BEHIND_LIVE_EDGE
	// will always use the full avail suppression policy. AFTER_LIVE_EDGE mode can
	// be used to invoke partial ad break fills when a session starts mid-break.
	FillPolicy *string `type:"string" enum:"FillPolicy"`

	// Sets the ad suppression mode. By default, ad suppression is off and all ad
	// breaks are filled with ads or slate. When Mode is set to BEHIND_LIVE_EDGE,
	// ad suppression is active and MediaTailor won't fill ad breaks on or behind
	// the ad suppression Value time in the manifest lookback window. When Mode
	// is set to AFTER_LIVE_EDGE, ad suppression is active and MediaTailor won't
	// fill ad breaks that are within the live edge plus the avail suppression value.
	Mode *string `type:"string" enum:"Mode"`

	// A live edge offset time in HH:MM:SS. MediaTailor won't fill ad breaks on
	// or behind this time in the manifest lookback window. If Value is set to 00:00:00,
	// it is in sync with the live edge, and MediaTailor won't fill any ad breaks
	// on or behind the live edge. If you set a Value time, MediaTailor won't fill
	// any ad breaks on or behind this time in the manifest lookback window. For
	// example, if you set 00:45:00, then MediaTailor will fill ad breaks that occur
	// within 45 minutes behind the live edge, but won't fill ad breaks on or behind
	// 45 minutes behind the live edge.
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression (https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html).

func (AvailSuppression) GoString added in v1.30.8

func (s AvailSuppression) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AvailSuppression) SetFillPolicy added in v1.44.258

func (s *AvailSuppression) SetFillPolicy(v string) *AvailSuppression

SetFillPolicy sets the FillPolicy field's value.

func (*AvailSuppression) SetMode added in v1.30.8

func (s *AvailSuppression) SetMode(v string) *AvailSuppression

SetMode sets the Mode field's value.

func (*AvailSuppression) SetValue added in v1.30.8

func (s *AvailSuppression) SetValue(v string) *AvailSuppression

SetValue sets the Value field's value.

func (AvailSuppression) String added in v1.30.8

func (s AvailSuppression) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BadRequestException added in v1.28.0

type BadRequestException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

A request contains unexpected data.

func (*BadRequestException) Code added in v1.28.0

func (s *BadRequestException) Code() string

Code returns the exception type name.

func (*BadRequestException) Error added in v1.28.0

func (s *BadRequestException) Error() string

func (BadRequestException) GoString added in v1.28.0

func (s BadRequestException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BadRequestException) Message added in v1.28.0

func (s *BadRequestException) Message() string

Message returns the exception's message.

func (*BadRequestException) OrigErr added in v1.28.0

func (s *BadRequestException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BadRequestException) RequestID added in v1.28.0

func (s *BadRequestException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BadRequestException) StatusCode added in v1.28.0

func (s *BadRequestException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (BadRequestException) String added in v1.28.0

func (s BadRequestException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Bumper added in v1.32.8

type Bumper struct {

	// The URL for the end bumper asset.
	EndUrl *string `type:"string"`

	// The URL for the start bumper asset.
	StartUrl *string `type:"string"`
	// contains filtered or unexported fields
}

The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers (https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html).

func (Bumper) GoString added in v1.32.8

func (s Bumper) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Bumper) SetEndUrl added in v1.32.8

func (s *Bumper) SetEndUrl(v string) *Bumper

SetEndUrl sets the EndUrl field's value.

func (*Bumper) SetStartUrl added in v1.32.8

func (s *Bumper) SetStartUrl(v string) *Bumper

SetStartUrl sets the StartUrl field's value.

func (Bumper) String added in v1.32.8

func (s Bumper) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CdnConfiguration

type CdnConfiguration struct {

	// A non-default content delivery network (CDN) to serve ad segments. By default,
	// AWS Elemental MediaTailor uses Amazon CloudFront with default cache settings
	// as its CDN for ad segments. To set up an alternate CDN, create a rule in
	// your CDN for the origin ads.mediatailor.<region>.amazonaws.com. Then specify
	// the rule's name in this AdSegmentUrlPrefix. When AWS Elemental MediaTailor
	// serves a manifest, it reports your CDN as the source for ad segments.
	AdSegmentUrlPrefix *string `type:"string"`

	// A content delivery network (CDN) to cache content segments, so that content
	// requests don’t always have to go to the origin server. First, create a
	// rule in your CDN for the content segment origin server. Then specify the
	// rule's name in this ContentSegmentUrlPrefix. When AWS Elemental MediaTailor
	// serves a manifest, it reports your CDN as the source for content segments.
	ContentSegmentUrlPrefix *string `type:"string"`
	// contains filtered or unexported fields
}

The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.

func (CdnConfiguration) GoString

func (s CdnConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CdnConfiguration) SetAdSegmentUrlPrefix

func (s *CdnConfiguration) SetAdSegmentUrlPrefix(v string) *CdnConfiguration

SetAdSegmentUrlPrefix sets the AdSegmentUrlPrefix field's value.

func (*CdnConfiguration) SetContentSegmentUrlPrefix

func (s *CdnConfiguration) SetContentSegmentUrlPrefix(v string) *CdnConfiguration

SetContentSegmentUrlPrefix sets the ContentSegmentUrlPrefix field's value.

func (CdnConfiguration) String

func (s CdnConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Channel added in v1.37.30

type Channel struct {

	// The ARN of the channel.
	//
	// Arn is a required field
	Arn *string `type:"string" required:"true"`

	// The list of audiences defined in channel.
	Audiences []*string `type:"list"`

	// The name of the channel.
	//
	// ChannelName is a required field
	ChannelName *string `type:"string" required:"true"`

	// Returns the state whether the channel is running or not.
	//
	// ChannelState is a required field
	ChannelState *string `type:"string" required:"true"`

	// The timestamp of when the channel was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The slate used to fill gaps between programs in the schedule. You must configure
	// filler slate if your channel uses the LINEAR PlaybackMode. MediaTailor doesn't
	// support filler slate for channels using the LOOP PlaybackMode.
	FillerSlate *SlateSource `type:"structure"`

	// The timestamp of when the channel was last modified.
	LastModifiedTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The log configuration.
	//
	// LogConfiguration is a required field
	LogConfiguration *LogConfigurationForChannel `type:"structure" required:"true"`

	// The channel's output properties.
	//
	// Outputs is a required field
	Outputs []*ResponseOutputItem `type:"list" required:"true"`

	// The type of playback mode for this channel.
	//
	// LINEAR - Programs play back-to-back only once.
	//
	// LOOP - Programs play back-to-back in an endless loop. When the last program
	// in the schedule plays, playback loops back to the first program in the schedule.
	//
	// PlaybackMode is a required field
	PlaybackMode *string `type:"string" required:"true"`

	// The tags to assign to the channel. Tags are key-value pairs that you can
	// associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The tier for this channel. STANDARD tier channels can contain live programs.
	//
	// Tier is a required field
	Tier *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The configuration parameters for a channel. For information about MediaTailor channels, see Working with channels (https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html) in the MediaTailor User Guide.

func (Channel) GoString added in v1.37.30

func (s Channel) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Channel) SetArn added in v1.37.30

func (s *Channel) SetArn(v string) *Channel

SetArn sets the Arn field's value.

func (*Channel) SetAudiences added in v1.51.2

func (s *Channel) SetAudiences(v []*string) *Channel

SetAudiences sets the Audiences field's value.

func (*Channel) SetChannelName added in v1.37.30

func (s *Channel) SetChannelName(v string) *Channel

SetChannelName sets the ChannelName field's value.

func (*Channel) SetChannelState added in v1.37.30

func (s *Channel) SetChannelState(v string) *Channel

SetChannelState sets the ChannelState field's value.

func (*Channel) SetCreationTime added in v1.37.30

func (s *Channel) SetCreationTime(v time.Time) *Channel

SetCreationTime sets the CreationTime field's value.

func (*Channel) SetFillerSlate added in v1.40.35

func (s *Channel) SetFillerSlate(v *SlateSource) *Channel

SetFillerSlate sets the FillerSlate field's value.

func (*Channel) SetLastModifiedTime added in v1.37.30

func (s *Channel) SetLastModifiedTime(v time.Time) *Channel

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*Channel) SetLogConfiguration added in v1.44.189

func (s *Channel) SetLogConfiguration(v *LogConfigurationForChannel) *Channel

SetLogConfiguration sets the LogConfiguration field's value.

func (*Channel) SetOutputs added in v1.37.30

func (s *Channel) SetOutputs(v []*ResponseOutputItem) *Channel

SetOutputs sets the Outputs field's value.

func (*Channel) SetPlaybackMode added in v1.37.30

func (s *Channel) SetPlaybackMode(v string) *Channel

SetPlaybackMode sets the PlaybackMode field's value.

func (*Channel) SetTags added in v1.37.30

func (s *Channel) SetTags(v map[string]*string) *Channel

SetTags sets the Tags field's value.

func (*Channel) SetTier added in v1.43.44

func (s *Channel) SetTier(v string) *Channel

SetTier sets the Tier field's value.

func (Channel) String added in v1.37.30

func (s Channel) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClipRange added in v1.44.192

type ClipRange struct {

	// The end offset of the clip range, in milliseconds, starting from the beginning
	// of the VOD source associated with the program.
	EndOffsetMillis *int64 `type:"long"`

	// The start offset of the clip range, in milliseconds. This offset truncates
	// the start at the number of milliseconds into the duration of the VOD source.
	StartOffsetMillis *int64 `type:"long"`
	// contains filtered or unexported fields
}

Clip range configuration for the VOD source associated with the program.

func (ClipRange) GoString added in v1.44.192

func (s ClipRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClipRange) SetEndOffsetMillis added in v1.44.192

func (s *ClipRange) SetEndOffsetMillis(v int64) *ClipRange

SetEndOffsetMillis sets the EndOffsetMillis field's value.

func (*ClipRange) SetStartOffsetMillis added in v1.51.2

func (s *ClipRange) SetStartOffsetMillis(v int64) *ClipRange

SetStartOffsetMillis sets the StartOffsetMillis field's value.

func (ClipRange) String added in v1.44.192

func (s ClipRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConfigureLogsForChannelInput added in v1.44.189

type ConfigureLogsForChannelInput struct {

	// The name of the channel.
	//
	// ChannelName is a required field
	ChannelName *string `type:"string" required:"true"`

	// The types of logs to collect.
	//
	// LogTypes is a required field
	LogTypes []*string `type:"list" required:"true" enum:"LogType"`
	// contains filtered or unexported fields
}

func (ConfigureLogsForChannelInput) GoString added in v1.44.189

func (s ConfigureLogsForChannelInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConfigureLogsForChannelInput) SetChannelName added in v1.44.189

SetChannelName sets the ChannelName field's value.

func (*ConfigureLogsForChannelInput) SetLogTypes added in v1.44.189

SetLogTypes sets the LogTypes field's value.

func (ConfigureLogsForChannelInput) String added in v1.44.189

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConfigureLogsForChannelInput) Validate added in v1.44.189

func (s *ConfigureLogsForChannelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConfigureLogsForChannelOutput added in v1.44.189

type ConfigureLogsForChannelOutput struct {

	// The name of the channel.
	ChannelName *string `type:"string"`

	// The types of logs collected.
	LogTypes []*string `type:"list" enum:"LogType"`
	// contains filtered or unexported fields
}

func (ConfigureLogsForChannelOutput) GoString added in v1.44.189

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConfigureLogsForChannelOutput) SetChannelName added in v1.44.189

SetChannelName sets the ChannelName field's value.

func (*ConfigureLogsForChannelOutput) SetLogTypes added in v1.44.189

SetLogTypes sets the LogTypes field's value.

func (ConfigureLogsForChannelOutput) String added in v1.44.189

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConfigureLogsForPlaybackConfigurationInput added in v1.40.47

type ConfigureLogsForPlaybackConfigurationInput struct {

	// The percentage of session logs that MediaTailor sends to your Cloudwatch
	// Logs account. For example, if your playback configuration has 1000 sessions
	// and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions
	// to CloudWatch Logs. MediaTailor decides at random which of the playback configuration
	// sessions to send logs for. If you want to view logs for a specific session,
	// you can use the debug log mode (https://docs.aws.amazon.com/mediatailor/latest/ug/debug-log-mode.html).
	//
	// Valid values: 0 - 100
	//
	// PercentEnabled is a required field
	PercentEnabled *int64 `type:"integer" required:"true"`

	// The name of the playback configuration.
	//
	// PlaybackConfigurationName is a required field
	PlaybackConfigurationName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Configures Amazon CloudWatch log settings for a playback configuration.

func (ConfigureLogsForPlaybackConfigurationInput) GoString added in v1.40.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConfigureLogsForPlaybackConfigurationInput) SetPercentEnabled added in v1.40.47

SetPercentEnabled sets the PercentEnabled field's value.

func (*ConfigureLogsForPlaybackConfigurationInput) SetPlaybackConfigurationName added in v1.40.47

SetPlaybackConfigurationName sets the PlaybackConfigurationName field's value.

func (ConfigureLogsForPlaybackConfigurationInput) String added in v1.40.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConfigureLogsForPlaybackConfigurationInput) Validate added in v1.40.47

Validate inspects the fields of the type to determine if they are valid.

type ConfigureLogsForPlaybackConfigurationOutput added in v1.40.47

type ConfigureLogsForPlaybackConfigurationOutput struct {

	// The percentage of session logs that MediaTailor sends to your Cloudwatch
	// Logs account.
	//
	// PercentEnabled is a required field
	PercentEnabled *int64 `type:"integer" required:"true"`

	// The name of the playback configuration.
	PlaybackConfigurationName *string `type:"string"`
	// contains filtered or unexported fields
}

func (ConfigureLogsForPlaybackConfigurationOutput) GoString added in v1.40.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConfigureLogsForPlaybackConfigurationOutput) SetPercentEnabled added in v1.40.47

SetPercentEnabled sets the PercentEnabled field's value.

func (*ConfigureLogsForPlaybackConfigurationOutput) SetPlaybackConfigurationName added in v1.40.47

SetPlaybackConfigurationName sets the PlaybackConfigurationName field's value.

func (ConfigureLogsForPlaybackConfigurationOutput) String added in v1.40.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateChannelInput added in v1.37.30

type CreateChannelInput struct {

	// The list of audiences defined in channel.
	Audiences []*string `type:"list"`

	// The name of the channel.
	//
	// ChannelName is a required field
	ChannelName *string `location:"uri" locationName:"ChannelName" type:"string" required:"true"`

	// The slate used to fill gaps between programs in the schedule. You must configure
	// filler slate if your channel uses the LINEAR PlaybackMode. MediaTailor doesn't
	// support filler slate for channels using the LOOP PlaybackMode.
	FillerSlate *SlateSource `type:"structure"`

	// The channel's output properties.
	//
	// Outputs is a required field
	Outputs []*RequestOutputItem `type:"list" required:"true"`

	// The type of playback mode to use for this channel.
	//
	// LINEAR - The programs in the schedule play once back-to-back in the schedule.
	//
	// LOOP - The programs in the schedule play back-to-back in an endless loop.
	// When the last program in the schedule stops playing, playback loops back
	// to the first program in the schedule.
	//
	// PlaybackMode is a required field
	PlaybackMode *string `type:"string" required:"true" enum:"PlaybackMode"`

	// The tags to assign to the channel. Tags are key-value pairs that you can
	// associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The tier of the channel.
	Tier *string `type:"string" enum:"Tier"`

	// The time-shifted viewing configuration you want to associate to the channel.
	TimeShiftConfiguration *TimeShiftConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateChannelInput) GoString added in v1.37.30

func (s CreateChannelInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateChannelInput) SetAudiences added in v1.51.2

func (s *CreateChannelInput) SetAudiences(v []*string) *CreateChannelInput

SetAudiences sets the Audiences field's value.

func (*CreateChannelInput) SetChannelName added in v1.37.30

func (s *CreateChannelInput) SetChannelName(v string) *CreateChannelInput

SetChannelName sets the ChannelName field's value.

func (*CreateChannelInput) SetFillerSlate added in v1.40.35

func (s *CreateChannelInput) SetFillerSlate(v *SlateSource) *CreateChannelInput

SetFillerSlate sets the FillerSlate field's value.

func (*CreateChannelInput) SetOutputs added in v1.37.30

SetOutputs sets the Outputs field's value.

func (*CreateChannelInput) SetPlaybackMode added in v1.37.30

func (s *CreateChannelInput) SetPlaybackMode(v string) *CreateChannelInput

SetPlaybackMode sets the PlaybackMode field's value.

func (*CreateChannelInput) SetTags added in v1.37.30

func (s *CreateChannelInput) SetTags(v map[string]*string) *CreateChannelInput

SetTags sets the Tags field's value.

func (*CreateChannelInput) SetTier added in v1.43.44

SetTier sets the Tier field's value.

func (*CreateChannelInput) SetTimeShiftConfiguration added in v1.49.7

func (s *CreateChannelInput) SetTimeShiftConfiguration(v *TimeShiftConfiguration) *CreateChannelInput

SetTimeShiftConfiguration sets the TimeShiftConfiguration field's value.

func (CreateChannelInput) String added in v1.37.30

func (s CreateChannelInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateChannelInput) Validate added in v1.37.30

func (s *CreateChannelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateChannelOutput added in v1.37.30

type CreateChannelOutput struct {

	// The Amazon Resource Name (ARN) to assign to the channel.
	Arn *string `type:"string"`

	// The list of audiences defined in channel.
	Audiences []*string `type:"list"`

	// The name to assign to the channel.
	ChannelName *string `type:"string"`

	// Indicates whether the channel is in a running state or not.
	ChannelState *string `type:"string" enum:"ChannelState"`

	// The timestamp of when the channel was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// Contains information about the slate used to fill gaps between programs in
	// the schedule.
	FillerSlate *SlateSource `type:"structure"`

	// The timestamp of when the channel was last modified.
	LastModifiedTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The output properties to assign to the channel.
	Outputs []*ResponseOutputItem `type:"list"`

	// The playback mode to assign to the channel.
	PlaybackMode *string `type:"string"`

	// The tags to assign to the channel. Tags are key-value pairs that you can
	// associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The tier of the channel.
	Tier *string `type:"string"`

	// The time-shifted viewing configuration assigned to the channel.
	TimeShiftConfiguration *TimeShiftConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateChannelOutput) GoString added in v1.37.30

func (s CreateChannelOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateChannelOutput) SetArn added in v1.37.30

SetArn sets the Arn field's value.

func (*CreateChannelOutput) SetAudiences added in v1.51.2

func (s *CreateChannelOutput) SetAudiences(v []*string) *CreateChannelOutput

SetAudiences sets the Audiences field's value.

func (*CreateChannelOutput) SetChannelName added in v1.37.30

func (s *CreateChannelOutput) SetChannelName(v string) *CreateChannelOutput

SetChannelName sets the ChannelName field's value.

func (*CreateChannelOutput) SetChannelState added in v1.37.30

func (s *CreateChannelOutput) SetChannelState(v string) *CreateChannelOutput

SetChannelState sets the ChannelState field's value.

func (*CreateChannelOutput) SetCreationTime added in v1.37.30

func (s *CreateChannelOutput) SetCreationTime(v time.Time) *CreateChannelOutput

SetCreationTime sets the CreationTime field's value.

func (*CreateChannelOutput) SetFillerSlate added in v1.40.35

func (s *CreateChannelOutput) SetFillerSlate(v *SlateSource) *CreateChannelOutput

SetFillerSlate sets the FillerSlate field's value.

func (*CreateChannelOutput) SetLastModifiedTime added in v1.37.30

func (s *CreateChannelOutput) SetLastModifiedTime(v time.Time) *CreateChannelOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*CreateChannelOutput) SetOutputs added in v1.37.30

SetOutputs sets the Outputs field's value.

func (*CreateChannelOutput) SetPlaybackMode added in v1.37.30

func (s *CreateChannelOutput) SetPlaybackMode(v string) *CreateChannelOutput

SetPlaybackMode sets the PlaybackMode field's value.

func (*CreateChannelOutput) SetTags added in v1.37.30

SetTags sets the Tags field's value.

func (*CreateChannelOutput) SetTier added in v1.43.44

SetTier sets the Tier field's value.

func (*CreateChannelOutput) SetTimeShiftConfiguration added in v1.49.7

func (s *CreateChannelOutput) SetTimeShiftConfiguration(v *TimeShiftConfiguration) *CreateChannelOutput

SetTimeShiftConfiguration sets the TimeShiftConfiguration field's value.

func (CreateChannelOutput) String added in v1.37.30

func (s CreateChannelOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateLiveSourceInput added in v1.43.44

type CreateLiveSourceInput struct {

	// A list of HTTP package configuration parameters for this live source.
	//
	// HttpPackageConfigurations is a required field
	HttpPackageConfigurations []*HttpPackageConfiguration `type:"list" required:"true"`

	// The name of the live source.
	//
	// LiveSourceName is a required field
	LiveSourceName *string `location:"uri" locationName:"LiveSourceName" type:"string" required:"true"`

	// The name of the source location.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `location:"uri" locationName:"SourceLocationName" type:"string" required:"true"`

	// The tags to assign to the live source. Tags are key-value pairs that you
	// can associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateLiveSourceInput) GoString added in v1.43.44

func (s CreateLiveSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateLiveSourceInput) SetHttpPackageConfigurations added in v1.43.44

func (s *CreateLiveSourceInput) SetHttpPackageConfigurations(v []*HttpPackageConfiguration) *CreateLiveSourceInput

SetHttpPackageConfigurations sets the HttpPackageConfigurations field's value.

func (*CreateLiveSourceInput) SetLiveSourceName added in v1.43.44

func (s *CreateLiveSourceInput) SetLiveSourceName(v string) *CreateLiveSourceInput

SetLiveSourceName sets the LiveSourceName field's value.

func (*CreateLiveSourceInput) SetSourceLocationName added in v1.43.44

func (s *CreateLiveSourceInput) SetSourceLocationName(v string) *CreateLiveSourceInput

SetSourceLocationName sets the SourceLocationName field's value.

func (*CreateLiveSourceInput) SetTags added in v1.43.44

SetTags sets the Tags field's value.

func (CreateLiveSourceInput) String added in v1.43.44

func (s CreateLiveSourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateLiveSourceInput) Validate added in v1.43.44

func (s *CreateLiveSourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateLiveSourceOutput added in v1.43.44

type CreateLiveSourceOutput struct {

	// The ARN to assign to the live source.
	Arn *string `type:"string"`

	// The time the live source was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// A list of HTTP package configuration parameters for this live source.
	HttpPackageConfigurations []*HttpPackageConfiguration `type:"list"`

	// The time the live source was last modified.
	LastModifiedTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The name to assign to the live source.
	LiveSourceName *string `type:"string"`

	// The name to assign to the source location of the live source.
	SourceLocationName *string `type:"string"`

	// The tags to assign to the live source. Tags are key-value pairs that you
	// can associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateLiveSourceOutput) GoString added in v1.43.44

func (s CreateLiveSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateLiveSourceOutput) SetArn added in v1.43.44

SetArn sets the Arn field's value.

func (*CreateLiveSourceOutput) SetCreationTime added in v1.43.44

func (s *CreateLiveSourceOutput) SetCreationTime(v time.Time) *CreateLiveSourceOutput

SetCreationTime sets the CreationTime field's value.

func (*CreateLiveSourceOutput) SetHttpPackageConfigurations added in v1.43.44

func (s *CreateLiveSourceOutput) SetHttpPackageConfigurations(v []*HttpPackageConfiguration) *CreateLiveSourceOutput

SetHttpPackageConfigurations sets the HttpPackageConfigurations field's value.

func (*CreateLiveSourceOutput) SetLastModifiedTime added in v1.43.44

func (s *CreateLiveSourceOutput) SetLastModifiedTime(v time.Time) *CreateLiveSourceOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*CreateLiveSourceOutput) SetLiveSourceName added in v1.43.44

func (s *CreateLiveSourceOutput) SetLiveSourceName(v string) *CreateLiveSourceOutput

SetLiveSourceName sets the LiveSourceName field's value.

func (*CreateLiveSourceOutput) SetSourceLocationName added in v1.43.44

func (s *CreateLiveSourceOutput) SetSourceLocationName(v string) *CreateLiveSourceOutput

SetSourceLocationName sets the SourceLocationName field's value.

func (*CreateLiveSourceOutput) SetTags added in v1.43.44

SetTags sets the Tags field's value.

func (CreateLiveSourceOutput) String added in v1.43.44

func (s CreateLiveSourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreatePrefetchScheduleInput added in v1.41.1

type CreatePrefetchScheduleInput struct {

	// The configuration settings for MediaTailor's consumption of the prefetched
	// ads from the ad decision server. Each consumption configuration contains
	// an end time and an optional start time that define the consumption window.
	// Prefetch schedules automatically expire no earlier than seven days after
	// the end time.
	//
	// Consumption is a required field
	Consumption *PrefetchConsumption `type:"structure" required:"true"`

	// The name to assign to the schedule request.
	//
	// Name is a required field
	Name *string `location:"uri" locationName:"Name" type:"string" required:"true"`

	// The name to assign to the playback configuration.
	//
	// PlaybackConfigurationName is a required field
	PlaybackConfigurationName *string `location:"uri" locationName:"PlaybackConfigurationName" type:"string" required:"true"`

	// The configuration settings for retrieval of prefetched ads from the ad decision
	// server. Only one set of prefetched ads will be retrieved and subsequently
	// consumed for each ad break.
	//
	// Retrieval is a required field
	Retrieval *PrefetchRetrieval `type:"structure" required:"true"`

	// An optional stream identifier that MediaTailor uses to prefetch ads for multiple
	// streams that use the same playback configuration. If StreamId is specified,
	// MediaTailor returns all of the prefetch schedules with an exact match on
	// StreamId. If not specified, MediaTailor returns all of the prefetch schedules
	// for the playback configuration, regardless of StreamId.
	StreamId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreatePrefetchScheduleInput) GoString added in v1.41.1

func (s CreatePrefetchScheduleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePrefetchScheduleInput) SetConsumption added in v1.41.1

SetConsumption sets the Consumption field's value.

func (*CreatePrefetchScheduleInput) SetName added in v1.41.1

SetName sets the Name field's value.

func (*CreatePrefetchScheduleInput) SetPlaybackConfigurationName added in v1.41.1

func (s *CreatePrefetchScheduleInput) SetPlaybackConfigurationName(v string) *CreatePrefetchScheduleInput

SetPlaybackConfigurationName sets the PlaybackConfigurationName field's value.

func (*CreatePrefetchScheduleInput) SetRetrieval added in v1.41.1

SetRetrieval sets the Retrieval field's value.

func (*CreatePrefetchScheduleInput) SetStreamId added in v1.41.1

SetStreamId sets the StreamId field's value.

func (CreatePrefetchScheduleInput) String added in v1.41.1

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePrefetchScheduleInput) Validate added in v1.41.1

func (s *CreatePrefetchScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePrefetchScheduleOutput added in v1.41.1

type CreatePrefetchScheduleOutput struct {

	// The ARN to assign to the prefetch schedule.
	Arn *string `type:"string"`

	// The configuration settings for MediaTailor's consumption of the prefetched
	// ads from the ad decision server. Each consumption configuration contains
	// an end time and an optional start time that define the consumption window.
	// Prefetch schedules automatically expire no earlier than seven days after
	// the end time.
	Consumption *PrefetchConsumption `type:"structure"`

	// The name to assign to the prefetch schedule.
	Name *string `type:"string"`

	// The name to assign to the playback configuration.
	PlaybackConfigurationName *string `type:"string"`

	// The configuration settings for retrieval of prefetched ads from the ad decision
	// server. Only one set of prefetched ads will be retrieved and subsequently
	// consumed for each ad break.
	Retrieval *PrefetchRetrieval `type:"structure"`

	// An optional stream identifier that MediaTailor uses to prefetch ads for multiple
	// streams that use the same playback configuration. If StreamId is specified,
	// MediaTailor returns all of the prefetch schedules with an exact match on
	// StreamId. If not specified, MediaTailor returns all of the prefetch schedules
	// for the playback configuration, regardless of StreamId.
	StreamId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreatePrefetchScheduleOutput) GoString added in v1.41.1

func (s CreatePrefetchScheduleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePrefetchScheduleOutput) SetArn added in v1.41.1

SetArn sets the Arn field's value.

func (*CreatePrefetchScheduleOutput) SetConsumption added in v1.41.1

SetConsumption sets the Consumption field's value.

func (*CreatePrefetchScheduleOutput) SetName added in v1.41.1

SetName sets the Name field's value.

func (*CreatePrefetchScheduleOutput) SetPlaybackConfigurationName added in v1.41.1

func (s *CreatePrefetchScheduleOutput) SetPlaybackConfigurationName(v string) *CreatePrefetchScheduleOutput

SetPlaybackConfigurationName sets the PlaybackConfigurationName field's value.

func (*CreatePrefetchScheduleOutput) SetRetrieval added in v1.41.1

SetRetrieval sets the Retrieval field's value.

func (*CreatePrefetchScheduleOutput) SetStreamId added in v1.41.1

SetStreamId sets the StreamId field's value.

func (CreatePrefetchScheduleOutput) String added in v1.41.1

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateProgramInput added in v1.37.30

type CreateProgramInput struct {

	// The ad break configuration settings.
	AdBreaks []*AdBreak `type:"list"`

	// The list of AudienceMedia defined in program.
	AudienceMedia []*AudienceMedia `type:"list"`

	// The name of the channel for this Program.
	//
	// ChannelName is a required field
	ChannelName *string `location:"uri" locationName:"ChannelName" type:"string" required:"true"`

	// The name of the LiveSource for this Program.
	LiveSourceName *string `type:"string"`

	// The name of the Program.
	//
	// ProgramName is a required field
	ProgramName *string `location:"uri" locationName:"ProgramName" type:"string" required:"true"`

	// The schedule configuration settings.
	//
	// ScheduleConfiguration is a required field
	ScheduleConfiguration *ScheduleConfiguration `type:"structure" required:"true"`

	// The name of the source location.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `type:"string" required:"true"`

	// The name that's used to refer to a VOD source.
	VodSourceName *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateProgramInput) GoString added in v1.37.30

func (s CreateProgramInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProgramInput) SetAdBreaks added in v1.37.30

func (s *CreateProgramInput) SetAdBreaks(v []*AdBreak) *CreateProgramInput

SetAdBreaks sets the AdBreaks field's value.

func (*CreateProgramInput) SetAudienceMedia added in v1.51.2

func (s *CreateProgramInput) SetAudienceMedia(v []*AudienceMedia) *CreateProgramInput

SetAudienceMedia sets the AudienceMedia field's value.

func (*CreateProgramInput) SetChannelName added in v1.37.30

func (s *CreateProgramInput) SetChannelName(v string) *CreateProgramInput

SetChannelName sets the ChannelName field's value.

func (*CreateProgramInput) SetLiveSourceName added in v1.43.44

func (s *CreateProgramInput) SetLiveSourceName(v string) *CreateProgramInput

SetLiveSourceName sets the LiveSourceName field's value.

func (*CreateProgramInput) SetProgramName added in v1.37.30

func (s *CreateProgramInput) SetProgramName(v string) *CreateProgramInput

SetProgramName sets the ProgramName field's value.

func (*CreateProgramInput) SetScheduleConfiguration added in v1.37.30

func (s *CreateProgramInput) SetScheduleConfiguration(v *ScheduleConfiguration) *CreateProgramInput

SetScheduleConfiguration sets the ScheduleConfiguration field's value.

func (*CreateProgramInput) SetSourceLocationName added in v1.37.30

func (s *CreateProgramInput) SetSourceLocationName(v string) *CreateProgramInput

SetSourceLocationName sets the SourceLocationName field's value.

func (*CreateProgramInput) SetVodSourceName added in v1.37.30

func (s *CreateProgramInput) SetVodSourceName(v string) *CreateProgramInput

SetVodSourceName sets the VodSourceName field's value.

func (CreateProgramInput) String added in v1.37.30

func (s CreateProgramInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProgramInput) Validate added in v1.37.30

func (s *CreateProgramInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateProgramOutput added in v1.37.30

type CreateProgramOutput struct {

	// The ad break configuration settings.
	AdBreaks []*AdBreak `type:"list"`

	// The ARN to assign to the program.
	Arn *string `type:"string"`

	// The list of AudienceMedia defined in program.
	AudienceMedia []*AudienceMedia `type:"list"`

	// The name to assign to the channel for this program.
	ChannelName *string `type:"string"`

	// The clip range configuration settings.
	ClipRange *ClipRange `type:"structure"`

	// The time the program was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The duration of the live program in milliseconds.
	DurationMillis *int64 `type:"long"`

	// The name of the LiveSource for this Program.
	LiveSourceName *string `type:"string"`

	// The name to assign to this program.
	ProgramName *string `type:"string"`

	// The scheduled start time for this Program.
	ScheduledStartTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The name to assign to the source location for this program.
	SourceLocationName *string `type:"string"`

	// The name that's used to refer to a VOD source.
	VodSourceName *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateProgramOutput) GoString added in v1.37.30

func (s CreateProgramOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProgramOutput) SetAdBreaks added in v1.37.30

func (s *CreateProgramOutput) SetAdBreaks(v []*AdBreak) *CreateProgramOutput

SetAdBreaks sets the AdBreaks field's value.

func (*CreateProgramOutput) SetArn added in v1.37.30

SetArn sets the Arn field's value.

func (*CreateProgramOutput) SetAudienceMedia added in v1.51.2

func (s *CreateProgramOutput) SetAudienceMedia(v []*AudienceMedia) *CreateProgramOutput

SetAudienceMedia sets the AudienceMedia field's value.

func (*CreateProgramOutput) SetChannelName added in v1.37.30

func (s *CreateProgramOutput) SetChannelName(v string) *CreateProgramOutput

SetChannelName sets the ChannelName field's value.

func (*CreateProgramOutput) SetClipRange added in v1.44.192

func (s *CreateProgramOutput) SetClipRange(v *ClipRange) *CreateProgramOutput

SetClipRange sets the ClipRange field's value.

func (*CreateProgramOutput) SetCreationTime added in v1.37.30

func (s *CreateProgramOutput) SetCreationTime(v time.Time) *CreateProgramOutput

SetCreationTime sets the CreationTime field's value.

func (*CreateProgramOutput) SetDurationMillis added in v1.44.192

func (s *CreateProgramOutput) SetDurationMillis(v int64) *CreateProgramOutput

SetDurationMillis sets the DurationMillis field's value.

func (*CreateProgramOutput) SetLiveSourceName added in v1.43.44

func (s *CreateProgramOutput) SetLiveSourceName(v string) *CreateProgramOutput

SetLiveSourceName sets the LiveSourceName field's value.

func (*CreateProgramOutput) SetProgramName added in v1.37.30

func (s *CreateProgramOutput) SetProgramName(v string) *CreateProgramOutput

SetProgramName sets the ProgramName field's value.

func (*CreateProgramOutput) SetScheduledStartTime added in v1.40.35

func (s *CreateProgramOutput) SetScheduledStartTime(v time.Time) *CreateProgramOutput

SetScheduledStartTime sets the ScheduledStartTime field's value.

func (*CreateProgramOutput) SetSourceLocationName added in v1.37.30

func (s *CreateProgramOutput) SetSourceLocationName(v string) *CreateProgramOutput

SetSourceLocationName sets the SourceLocationName field's value.

func (*CreateProgramOutput) SetVodSourceName added in v1.37.30

func (s *CreateProgramOutput) SetVodSourceName(v string) *CreateProgramOutput

SetVodSourceName sets the VodSourceName field's value.

func (CreateProgramOutput) String added in v1.37.30

func (s CreateProgramOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateSourceLocationInput added in v1.37.30

type CreateSourceLocationInput struct {

	// Access configuration parameters. Configures the type of authentication used
	// to access content from your source location.
	AccessConfiguration *AccessConfiguration `type:"structure"`

	// The optional configuration for the server that serves segments.
	DefaultSegmentDeliveryConfiguration *DefaultSegmentDeliveryConfiguration `type:"structure"`

	// The source's HTTP package configurations.
	//
	// HttpConfiguration is a required field
	HttpConfiguration *HttpConfiguration `type:"structure" required:"true"`

	// A list of the segment delivery configurations associated with this resource.
	SegmentDeliveryConfigurations []*SegmentDeliveryConfiguration `type:"list"`

	// The name associated with the source location.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `location:"uri" locationName:"SourceLocationName" type:"string" required:"true"`

	// The tags to assign to the source location. Tags are key-value pairs that
	// you can associate with Amazon resources to help with organization, access
	// control, and cost tracking. For more information, see Tagging AWS Elemental
	// MediaTailor Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateSourceLocationInput) GoString added in v1.37.30

func (s CreateSourceLocationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSourceLocationInput) SetAccessConfiguration added in v1.37.30

SetAccessConfiguration sets the AccessConfiguration field's value.

func (*CreateSourceLocationInput) SetDefaultSegmentDeliveryConfiguration added in v1.37.30

func (s *CreateSourceLocationInput) SetDefaultSegmentDeliveryConfiguration(v *DefaultSegmentDeliveryConfiguration) *CreateSourceLocationInput

SetDefaultSegmentDeliveryConfiguration sets the DefaultSegmentDeliveryConfiguration field's value.

func (*CreateSourceLocationInput) SetHttpConfiguration added in v1.37.30

SetHttpConfiguration sets the HttpConfiguration field's value.

func (*CreateSourceLocationInput) SetSegmentDeliveryConfigurations added in v1.42.38

func (s *CreateSourceLocationInput) SetSegmentDeliveryConfigurations(v []*SegmentDeliveryConfiguration) *CreateSourceLocationInput

SetSegmentDeliveryConfigurations sets the SegmentDeliveryConfigurations field's value.

func (*CreateSourceLocationInput) SetSourceLocationName added in v1.37.30

func (s *CreateSourceLocationInput) SetSourceLocationName(v string) *CreateSourceLocationInput

SetSourceLocationName sets the SourceLocationName field's value.

func (*CreateSourceLocationInput) SetTags added in v1.37.30

SetTags sets the Tags field's value.

func (CreateSourceLocationInput) String added in v1.37.30

func (s CreateSourceLocationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSourceLocationInput) Validate added in v1.37.30

func (s *CreateSourceLocationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateSourceLocationOutput added in v1.37.30

type CreateSourceLocationOutput struct {

	// Access configuration parameters. Configures the type of authentication used
	// to access content from your source location.
	AccessConfiguration *AccessConfiguration `type:"structure"`

	// The ARN to assign to the source location.
	Arn *string `type:"string"`

	// The time the source location was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The optional configuration for the server that serves segments.
	DefaultSegmentDeliveryConfiguration *DefaultSegmentDeliveryConfiguration `type:"structure"`

	// The source's HTTP package configurations.
	HttpConfiguration *HttpConfiguration `type:"structure"`

	// The time the source location was last modified.
	LastModifiedTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The segment delivery configurations for the source location. For information
	// about MediaTailor configurations, see Working with configurations in AWS
	// Elemental MediaTailor (https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html).
	SegmentDeliveryConfigurations []*SegmentDeliveryConfiguration `type:"list"`

	// The name to assign to the source location.
	SourceLocationName *string `type:"string"`

	// The tags to assign to the source location. Tags are key-value pairs that
	// you can associate with Amazon resources to help with organization, access
	// control, and cost tracking. For more information, see Tagging AWS Elemental
	// MediaTailor Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateSourceLocationOutput) GoString added in v1.37.30

func (s CreateSourceLocationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSourceLocationOutput) SetAccessConfiguration added in v1.37.30

SetAccessConfiguration sets the AccessConfiguration field's value.

func (*CreateSourceLocationOutput) SetArn added in v1.37.30

SetArn sets the Arn field's value.

func (*CreateSourceLocationOutput) SetCreationTime added in v1.37.30

SetCreationTime sets the CreationTime field's value.

func (*CreateSourceLocationOutput) SetDefaultSegmentDeliveryConfiguration added in v1.37.30

func (s *CreateSourceLocationOutput) SetDefaultSegmentDeliveryConfiguration(v *DefaultSegmentDeliveryConfiguration) *CreateSourceLocationOutput

SetDefaultSegmentDeliveryConfiguration sets the DefaultSegmentDeliveryConfiguration field's value.

func (*CreateSourceLocationOutput) SetHttpConfiguration added in v1.37.30

SetHttpConfiguration sets the HttpConfiguration field's value.

func (*CreateSourceLocationOutput) SetLastModifiedTime added in v1.37.30

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*CreateSourceLocationOutput) SetSegmentDeliveryConfigurations added in v1.42.38

func (s *CreateSourceLocationOutput) SetSegmentDeliveryConfigurations(v []*SegmentDeliveryConfiguration) *CreateSourceLocationOutput

SetSegmentDeliveryConfigurations sets the SegmentDeliveryConfigurations field's value.

func (*CreateSourceLocationOutput) SetSourceLocationName added in v1.37.30

func (s *CreateSourceLocationOutput) SetSourceLocationName(v string) *CreateSourceLocationOutput

SetSourceLocationName sets the SourceLocationName field's value.

func (*CreateSourceLocationOutput) SetTags added in v1.37.30

SetTags sets the Tags field's value.

func (CreateSourceLocationOutput) String added in v1.37.30

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateVodSourceInput added in v1.37.30

type CreateVodSourceInput struct {

	// A list of HTTP package configuration parameters for this VOD source.
	//
	// HttpPackageConfigurations is a required field
	HttpPackageConfigurations []*HttpPackageConfiguration `type:"list" required:"true"`

	// The name of the source location for this VOD source.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `location:"uri" locationName:"SourceLocationName" type:"string" required:"true"`

	// The tags to assign to the VOD source. Tags are key-value pairs that you can
	// associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The name associated with the VOD source.>
	//
	// VodSourceName is a required field
	VodSourceName *string `location:"uri" locationName:"VodSourceName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateVodSourceInput) GoString added in v1.37.30

func (s CreateVodSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateVodSourceInput) SetHttpPackageConfigurations added in v1.37.30

func (s *CreateVodSourceInput) SetHttpPackageConfigurations(v []*HttpPackageConfiguration) *CreateVodSourceInput

SetHttpPackageConfigurations sets the HttpPackageConfigurations field's value.

func (*CreateVodSourceInput) SetSourceLocationName added in v1.37.30

func (s *CreateVodSourceInput) SetSourceLocationName(v string) *CreateVodSourceInput

SetSourceLocationName sets the SourceLocationName field's value.

func (*CreateVodSourceInput) SetTags added in v1.37.30

SetTags sets the Tags field's value.

func (*CreateVodSourceInput) SetVodSourceName added in v1.37.30

func (s *CreateVodSourceInput) SetVodSourceName(v string) *CreateVodSourceInput

SetVodSourceName sets the VodSourceName field's value.

func (CreateVodSourceInput) String added in v1.37.30

func (s CreateVodSourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateVodSourceInput) Validate added in v1.37.30

func (s *CreateVodSourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateVodSourceOutput added in v1.37.30

type CreateVodSourceOutput struct {

	// The ARN to assign to this VOD source.
	Arn *string `type:"string"`

	// The time the VOD source was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// A list of HTTP package configuration parameters for this VOD source.
	HttpPackageConfigurations []*HttpPackageConfiguration `type:"list"`

	// The time the VOD source was last modified.
	LastModifiedTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The name to assign to the source location for this VOD source.
	SourceLocationName *string `type:"string"`

	// The tags to assign to the VOD source. Tags are key-value pairs that you can
	// associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The name to assign to the VOD source.
	VodSourceName *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateVodSourceOutput) GoString added in v1.37.30

func (s CreateVodSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateVodSourceOutput) SetArn added in v1.37.30

SetArn sets the Arn field's value.

func (*CreateVodSourceOutput) SetCreationTime added in v1.37.30

func (s *CreateVodSourceOutput) SetCreationTime(v time.Time) *CreateVodSourceOutput

SetCreationTime sets the CreationTime field's value.

func (*CreateVodSourceOutput) SetHttpPackageConfigurations added in v1.37.30

func (s *CreateVodSourceOutput) SetHttpPackageConfigurations(v []*HttpPackageConfiguration) *CreateVodSourceOutput

SetHttpPackageConfigurations sets the HttpPackageConfigurations field's value.

func (*CreateVodSourceOutput) SetLastModifiedTime added in v1.37.30

func (s *CreateVodSourceOutput) SetLastModifiedTime(v time.Time) *CreateVodSourceOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*CreateVodSourceOutput) SetSourceLocationName added in v1.37.30

func (s *CreateVodSourceOutput) SetSourceLocationName(v string) *CreateVodSourceOutput

SetSourceLocationName sets the SourceLocationName field's value.

func (*CreateVodSourceOutput) SetTags added in v1.37.30

SetTags sets the Tags field's value.

func (*CreateVodSourceOutput) SetVodSourceName added in v1.37.30

func (s *CreateVodSourceOutput) SetVodSourceName(v string) *CreateVodSourceOutput

SetVodSourceName sets the VodSourceName field's value.

func (CreateVodSourceOutput) String added in v1.37.30

func (s CreateVodSourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DashConfiguration added in v1.15.76

type DashConfiguration struct {

	// The URL generated by MediaTailor to initiate a playback session. The session
	// uses server-side reporting. This setting is ignored in PUT operations.
	ManifestEndpointPrefix *string `type:"string"`

	// The setting that controls whether MediaTailor includes the Location tag in
	// DASH manifests. MediaTailor populates the Location tag with the URL for manifest
	// update requests, to be used by players that don't support sticky redirects.
	// Disable this if you have CDN routing rules set up for accessing MediaTailor
	// manifests, and you are either using client-side reporting or your players
	// support sticky HTTP redirects. Valid values are DISABLED and EMT_DEFAULT.
	// The EMT_DEFAULT setting enables the inclusion of the tag and is the default
	// value.
	MpdLocation *string `type:"string"`

	// The setting that controls whether MediaTailor handles manifests from the
	// origin server as multi-period manifests or single-period manifests. If your
	// origin server produces single-period manifests, set this to SINGLE_PERIOD.
	// The default setting is MULTI_PERIOD. For multi-period manifests, omit this
	// setting or set it to MULTI_PERIOD.
	OriginManifestType *string `type:"string" enum:"OriginManifestType"`
	// contains filtered or unexported fields
}

The configuration for DASH content.

func (DashConfiguration) GoString added in v1.15.76

func (s DashConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashConfiguration) SetManifestEndpointPrefix added in v1.15.76

func (s *DashConfiguration) SetManifestEndpointPrefix(v string) *DashConfiguration

SetManifestEndpointPrefix sets the ManifestEndpointPrefix field's value.

func (*DashConfiguration) SetMpdLocation added in v1.16.0

func (s *DashConfiguration) SetMpdLocation(v string) *DashConfiguration

SetMpdLocation sets the MpdLocation field's value.

func (*DashConfiguration) SetOriginManifestType added in v1.19.16

func (s *DashConfiguration) SetOriginManifestType(v string) *DashConfiguration

SetOriginManifestType sets the OriginManifestType field's value.

func (DashConfiguration) String added in v1.15.76

func (s DashConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DashConfigurationForPut added in v1.16.0

type DashConfigurationForPut struct {

	// The setting that controls whether MediaTailor includes the Location tag in
	// DASH manifests. MediaTailor populates the Location tag with the URL for manifest
	// update requests, to be used by players that don't support sticky redirects.
	// Disable this if you have CDN routing rules set up for accessing MediaTailor
	// manifests, and you are either using client-side reporting or your players
	// support sticky HTTP redirects. Valid values are DISABLED and EMT_DEFAULT.
	// The EMT_DEFAULT setting enables the inclusion of the tag and is the default
	// value.
	MpdLocation *string `type:"string"`

	// The setting that controls whether MediaTailor handles manifests from the
	// origin server as multi-period manifests or single-period manifests. If your
	// origin server produces single-period manifests, set this to SINGLE_PERIOD.
	// The default setting is MULTI_PERIOD. For multi-period manifests, omit this
	// setting or set it to MULTI_PERIOD.
	OriginManifestType *string `type:"string" enum:"OriginManifestType"`
	// contains filtered or unexported fields
}

The configuration for DASH PUT operations.

func (DashConfigurationForPut) GoString added in v1.16.0

func (s DashConfigurationForPut) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashConfigurationForPut) SetMpdLocation added in v1.16.0

SetMpdLocation sets the MpdLocation field's value.

func (*DashConfigurationForPut) SetOriginManifestType added in v1.19.16

func (s *DashConfigurationForPut) SetOriginManifestType(v string) *DashConfigurationForPut

SetOriginManifestType sets the OriginManifestType field's value.

func (DashConfigurationForPut) String added in v1.16.0

func (s DashConfigurationForPut) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DashPlaylistSettings added in v1.37.30

type DashPlaylistSettings struct {

	// The total duration (in seconds) of each manifest. Minimum value: 30 seconds.
	// Maximum value: 3600 seconds.
	ManifestWindowSeconds *int64 `type:"integer"`

	// Minimum amount of content (measured in seconds) that a player must keep available
	// in the buffer. Minimum value: 2 seconds. Maximum value: 60 seconds.
	MinBufferTimeSeconds *int64 `type:"integer"`

	// Minimum amount of time (in seconds) that the player should wait before requesting
	// updates to the manifest. Minimum value: 2 seconds. Maximum value: 60 seconds.
	MinUpdatePeriodSeconds *int64 `type:"integer"`

	// Amount of time (in seconds) that the player should be from the live point
	// at the end of the manifest. Minimum value: 2 seconds. Maximum value: 60 seconds.
	SuggestedPresentationDelaySeconds *int64 `type:"integer"`
	// contains filtered or unexported fields
}

Dash manifest configuration parameters.

func (DashPlaylistSettings) GoString added in v1.37.30

func (s DashPlaylistSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DashPlaylistSettings) SetManifestWindowSeconds added in v1.37.30

func (s *DashPlaylistSettings) SetManifestWindowSeconds(v int64) *DashPlaylistSettings

SetManifestWindowSeconds sets the ManifestWindowSeconds field's value.

func (*DashPlaylistSettings) SetMinBufferTimeSeconds added in v1.37.30

func (s *DashPlaylistSettings) SetMinBufferTimeSeconds(v int64) *DashPlaylistSettings

SetMinBufferTimeSeconds sets the MinBufferTimeSeconds field's value.

func (*DashPlaylistSettings) SetMinUpdatePeriodSeconds added in v1.37.30

func (s *DashPlaylistSettings) SetMinUpdatePeriodSeconds(v int64) *DashPlaylistSettings

SetMinUpdatePeriodSeconds sets the MinUpdatePeriodSeconds field's value.

func (*DashPlaylistSettings) SetSuggestedPresentationDelaySeconds added in v1.37.30

func (s *DashPlaylistSettings) SetSuggestedPresentationDelaySeconds(v int64) *DashPlaylistSettings

SetSuggestedPresentationDelaySeconds sets the SuggestedPresentationDelaySeconds field's value.

func (DashPlaylistSettings) String added in v1.37.30

func (s DashPlaylistSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DefaultSegmentDeliveryConfiguration added in v1.37.30

type DefaultSegmentDeliveryConfiguration struct {

	// The hostname of the server that will be used to serve segments. This string
	// must include the protocol, such as https://.
	BaseUrl *string `type:"string"`
	// contains filtered or unexported fields
}

The optional configuration for a server that serves segments. Use this if you want the segment delivery server to be different from the source location server. For example, you can configure your source location server to be an origination server, such as MediaPackage, and the segment delivery server to be a content delivery network (CDN), such as CloudFront. If you don't specify a segment delivery server, then the source location server is used.

func (DefaultSegmentDeliveryConfiguration) GoString added in v1.37.30

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultSegmentDeliveryConfiguration) SetBaseUrl added in v1.37.30

SetBaseUrl sets the BaseUrl field's value.

func (DefaultSegmentDeliveryConfiguration) String added in v1.37.30

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteChannelInput added in v1.37.30

type DeleteChannelInput struct {

	// The name of the channel.
	//
	// ChannelName is a required field
	ChannelName *string `location:"uri" locationName:"ChannelName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteChannelInput) GoString added in v1.37.30

func (s DeleteChannelInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteChannelInput) SetChannelName added in v1.37.30

func (s *DeleteChannelInput) SetChannelName(v string) *DeleteChannelInput

SetChannelName sets the ChannelName field's value.

func (DeleteChannelInput) String added in v1.37.30

func (s DeleteChannelInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteChannelInput) Validate added in v1.37.30

func (s *DeleteChannelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteChannelOutput added in v1.37.30

type DeleteChannelOutput struct {
	// contains filtered or unexported fields
}

func (DeleteChannelOutput) GoString added in v1.37.30

func (s DeleteChannelOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteChannelOutput) String added in v1.37.30

func (s DeleteChannelOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteChannelPolicyInput added in v1.37.30

type DeleteChannelPolicyInput struct {

	// The name of the channel associated with this channel policy.
	//
	// ChannelName is a required field
	ChannelName *string `location:"uri" locationName:"ChannelName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteChannelPolicyInput) GoString added in v1.37.30

func (s DeleteChannelPolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteChannelPolicyInput) SetChannelName added in v1.37.30

SetChannelName sets the ChannelName field's value.

func (DeleteChannelPolicyInput) String added in v1.37.30

func (s DeleteChannelPolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteChannelPolicyInput) Validate added in v1.37.30

func (s *DeleteChannelPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteChannelPolicyOutput added in v1.37.30

type DeleteChannelPolicyOutput struct {
	// contains filtered or unexported fields
}

func (DeleteChannelPolicyOutput) GoString added in v1.37.30

func (s DeleteChannelPolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteChannelPolicyOutput) String added in v1.37.30

func (s DeleteChannelPolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteLiveSourceInput added in v1.43.44

type DeleteLiveSourceInput struct {

	// The name of the live source.
	//
	// LiveSourceName is a required field
	LiveSourceName *string `location:"uri" locationName:"LiveSourceName" type:"string" required:"true"`

	// The name of the source location associated with this Live Source.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `location:"uri" locationName:"SourceLocationName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteLiveSourceInput) GoString added in v1.43.44

func (s DeleteLiveSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteLiveSourceInput) SetLiveSourceName added in v1.43.44

func (s *DeleteLiveSourceInput) SetLiveSourceName(v string) *DeleteLiveSourceInput

SetLiveSourceName sets the LiveSourceName field's value.

func (*DeleteLiveSourceInput) SetSourceLocationName added in v1.43.44

func (s *DeleteLiveSourceInput) SetSourceLocationName(v string) *DeleteLiveSourceInput

SetSourceLocationName sets the SourceLocationName field's value.

func (DeleteLiveSourceInput) String added in v1.43.44

func (s DeleteLiveSourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteLiveSourceInput) Validate added in v1.43.44

func (s *DeleteLiveSourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteLiveSourceOutput added in v1.43.44

type DeleteLiveSourceOutput struct {
	// contains filtered or unexported fields
}

func (DeleteLiveSourceOutput) GoString added in v1.43.44

func (s DeleteLiveSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteLiveSourceOutput) String added in v1.43.44

func (s DeleteLiveSourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeletePlaybackConfigurationInput

type DeletePlaybackConfigurationInput struct {

	// The name of the playback configuration.
	//
	// Name is a required field
	Name *string `location:"uri" locationName:"Name" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeletePlaybackConfigurationInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePlaybackConfigurationInput) SetName

SetName sets the Name field's value.

func (DeletePlaybackConfigurationInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePlaybackConfigurationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeletePlaybackConfigurationOutput

type DeletePlaybackConfigurationOutput struct {
	// contains filtered or unexported fields
}

func (DeletePlaybackConfigurationOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeletePlaybackConfigurationOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeletePrefetchScheduleInput added in v1.41.1

type DeletePrefetchScheduleInput struct {

	// The name of the prefetch schedule. If the action is successful, the service
	// sends back an HTTP 204 response with an empty HTTP body.
	//
	// Name is a required field
	Name *string `location:"uri" locationName:"Name" type:"string" required:"true"`

	// The name of the playback configuration for this prefetch schedule.
	//
	// PlaybackConfigurationName is a required field
	PlaybackConfigurationName *string `location:"uri" locationName:"PlaybackConfigurationName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeletePrefetchScheduleInput) GoString added in v1.41.1

func (s DeletePrefetchScheduleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePrefetchScheduleInput) SetName added in v1.41.1

SetName sets the Name field's value.

func (*DeletePrefetchScheduleInput) SetPlaybackConfigurationName added in v1.41.1

func (s *DeletePrefetchScheduleInput) SetPlaybackConfigurationName(v string) *DeletePrefetchScheduleInput

SetPlaybackConfigurationName sets the PlaybackConfigurationName field's value.

func (DeletePrefetchScheduleInput) String added in v1.41.1

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePrefetchScheduleInput) Validate added in v1.41.1

func (s *DeletePrefetchScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeletePrefetchScheduleOutput added in v1.41.1

type DeletePrefetchScheduleOutput struct {
	// contains filtered or unexported fields
}

func (DeletePrefetchScheduleOutput) GoString added in v1.41.1

func (s DeletePrefetchScheduleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeletePrefetchScheduleOutput) String added in v1.41.1

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteProgramInput added in v1.37.30

type DeleteProgramInput struct {

	// The name of the channel.
	//
	// ChannelName is a required field
	ChannelName *string `location:"uri" locationName:"ChannelName" type:"string" required:"true"`

	// The name of the program.
	//
	// ProgramName is a required field
	ProgramName *string `location:"uri" locationName:"ProgramName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteProgramInput) GoString added in v1.37.30

func (s DeleteProgramInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProgramInput) SetChannelName added in v1.37.30

func (s *DeleteProgramInput) SetChannelName(v string) *DeleteProgramInput

SetChannelName sets the ChannelName field's value.

func (*DeleteProgramInput) SetProgramName added in v1.37.30

func (s *DeleteProgramInput) SetProgramName(v string) *DeleteProgramInput

SetProgramName sets the ProgramName field's value.

func (DeleteProgramInput) String added in v1.37.30

func (s DeleteProgramInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProgramInput) Validate added in v1.37.30

func (s *DeleteProgramInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteProgramOutput added in v1.37.30

type DeleteProgramOutput struct {
	// contains filtered or unexported fields
}

func (DeleteProgramOutput) GoString added in v1.37.30

func (s DeleteProgramOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteProgramOutput) String added in v1.37.30

func (s DeleteProgramOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteSourceLocationInput added in v1.37.30

type DeleteSourceLocationInput struct {

	// The name of the source location.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `location:"uri" locationName:"SourceLocationName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteSourceLocationInput) GoString added in v1.37.30

func (s DeleteSourceLocationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSourceLocationInput) SetSourceLocationName added in v1.37.30

func (s *DeleteSourceLocationInput) SetSourceLocationName(v string) *DeleteSourceLocationInput

SetSourceLocationName sets the SourceLocationName field's value.

func (DeleteSourceLocationInput) String added in v1.37.30

func (s DeleteSourceLocationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSourceLocationInput) Validate added in v1.37.30

func (s *DeleteSourceLocationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteSourceLocationOutput added in v1.37.30

type DeleteSourceLocationOutput struct {
	// contains filtered or unexported fields
}

func (DeleteSourceLocationOutput) GoString added in v1.37.30

func (s DeleteSourceLocationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteSourceLocationOutput) String added in v1.37.30

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteVodSourceInput added in v1.37.30

type DeleteVodSourceInput struct {

	// The name of the source location associated with this VOD Source.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `location:"uri" locationName:"SourceLocationName" type:"string" required:"true"`

	// The name of the VOD source.
	//
	// VodSourceName is a required field
	VodSourceName *string `location:"uri" locationName:"VodSourceName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteVodSourceInput) GoString added in v1.37.30

func (s DeleteVodSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteVodSourceInput) SetSourceLocationName added in v1.37.30

func (s *DeleteVodSourceInput) SetSourceLocationName(v string) *DeleteVodSourceInput

SetSourceLocationName sets the SourceLocationName field's value.

func (*DeleteVodSourceInput) SetVodSourceName added in v1.37.30

func (s *DeleteVodSourceInput) SetVodSourceName(v string) *DeleteVodSourceInput

SetVodSourceName sets the VodSourceName field's value.

func (DeleteVodSourceInput) String added in v1.37.30

func (s DeleteVodSourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteVodSourceInput) Validate added in v1.37.30

func (s *DeleteVodSourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteVodSourceOutput added in v1.37.30

type DeleteVodSourceOutput struct {
	// contains filtered or unexported fields
}

func (DeleteVodSourceOutput) GoString added in v1.37.30

func (s DeleteVodSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteVodSourceOutput) String added in v1.37.30

func (s DeleteVodSourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeChannelInput added in v1.37.30

type DescribeChannelInput struct {

	// The name of the channel.
	//
	// ChannelName is a required field
	ChannelName *string `location:"uri" locationName:"ChannelName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeChannelInput) GoString added in v1.37.30

func (s DescribeChannelInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeChannelInput) SetChannelName added in v1.37.30

func (s *DescribeChannelInput) SetChannelName(v string) *DescribeChannelInput

SetChannelName sets the ChannelName field's value.

func (DescribeChannelInput) String added in v1.37.30

func (s DescribeChannelInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeChannelInput) Validate added in v1.37.30

func (s *DescribeChannelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeChannelOutput added in v1.37.30

type DescribeChannelOutput struct {

	// The ARN of the channel.
	Arn *string `type:"string"`

	// The list of audiences defined in channel.
	Audiences []*string `type:"list"`

	// The name of the channel.
	ChannelName *string `type:"string"`

	// Indicates whether the channel is in a running state or not.
	ChannelState *string `type:"string" enum:"ChannelState"`

	// The timestamp of when the channel was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// Contains information about the slate used to fill gaps between programs in
	// the schedule.
	FillerSlate *SlateSource `type:"structure"`

	// The timestamp of when the channel was last modified.
	LastModifiedTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The log configuration for the channel.
	//
	// LogConfiguration is a required field
	LogConfiguration *LogConfigurationForChannel `type:"structure" required:"true"`

	// The channel's output properties.
	Outputs []*ResponseOutputItem `type:"list"`

	// The channel's playback mode.
	PlaybackMode *string `type:"string"`

	// The tags assigned to the channel. Tags are key-value pairs that you can associate
	// with Amazon resources to help with organization, access control, and cost
	// tracking. For more information, see Tagging AWS Elemental MediaTailor Resources
	// (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The channel's tier.
	Tier *string `type:"string"`

	// The time-shifted viewing configuration for the channel.
	TimeShiftConfiguration *TimeShiftConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeChannelOutput) GoString added in v1.37.30

func (s DescribeChannelOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeChannelOutput) SetArn added in v1.37.30

SetArn sets the Arn field's value.

func (*DescribeChannelOutput) SetAudiences added in v1.51.2

func (s *DescribeChannelOutput) SetAudiences(v []*string) *DescribeChannelOutput

SetAudiences sets the Audiences field's value.

func (*DescribeChannelOutput) SetChannelName added in v1.37.30

func (s *DescribeChannelOutput) SetChannelName(v string) *DescribeChannelOutput

SetChannelName sets the ChannelName field's value.

func (*DescribeChannelOutput) SetChannelState added in v1.37.30

func (s *DescribeChannelOutput) SetChannelState(v string) *DescribeChannelOutput

SetChannelState sets the ChannelState field's value.

func (*DescribeChannelOutput) SetCreationTime added in v1.37.30

func (s *DescribeChannelOutput) SetCreationTime(v time.Time) *DescribeChannelOutput

SetCreationTime sets the CreationTime field's value.

func (*DescribeChannelOutput) SetFillerSlate added in v1.40.35

SetFillerSlate sets the FillerSlate field's value.

func (*DescribeChannelOutput) SetLastModifiedTime added in v1.37.30

func (s *DescribeChannelOutput) SetLastModifiedTime(v time.Time) *DescribeChannelOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeChannelOutput) SetLogConfiguration added in v1.44.189

SetLogConfiguration sets the LogConfiguration field's value.

func (*DescribeChannelOutput) SetOutputs added in v1.37.30

SetOutputs sets the Outputs field's value.

func (*DescribeChannelOutput) SetPlaybackMode added in v1.37.30

func (s *DescribeChannelOutput) SetPlaybackMode(v string) *DescribeChannelOutput

SetPlaybackMode sets the PlaybackMode field's value.

func (*DescribeChannelOutput) SetTags added in v1.37.30

SetTags sets the Tags field's value.

func (*DescribeChannelOutput) SetTier added in v1.43.44

SetTier sets the Tier field's value.

func (*DescribeChannelOutput) SetTimeShiftConfiguration added in v1.49.7

func (s *DescribeChannelOutput) SetTimeShiftConfiguration(v *TimeShiftConfiguration) *DescribeChannelOutput

SetTimeShiftConfiguration sets the TimeShiftConfiguration field's value.

func (DescribeChannelOutput) String added in v1.37.30

func (s DescribeChannelOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeLiveSourceInput added in v1.43.44

type DescribeLiveSourceInput struct {

	// The name of the live source.
	//
	// LiveSourceName is a required field
	LiveSourceName *string `location:"uri" locationName:"LiveSourceName" type:"string" required:"true"`

	// The name of the source location associated with this Live Source.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `location:"uri" locationName:"SourceLocationName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeLiveSourceInput) GoString added in v1.43.44

func (s DescribeLiveSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeLiveSourceInput) SetLiveSourceName added in v1.43.44

func (s *DescribeLiveSourceInput) SetLiveSourceName(v string) *DescribeLiveSourceInput

SetLiveSourceName sets the LiveSourceName field's value.

func (*DescribeLiveSourceInput) SetSourceLocationName added in v1.43.44

func (s *DescribeLiveSourceInput) SetSourceLocationName(v string) *DescribeLiveSourceInput

SetSourceLocationName sets the SourceLocationName field's value.

func (DescribeLiveSourceInput) String added in v1.43.44

func (s DescribeLiveSourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeLiveSourceInput) Validate added in v1.43.44

func (s *DescribeLiveSourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeLiveSourceOutput added in v1.43.44

type DescribeLiveSourceOutput struct {

	// The ARN of the live source.
	Arn *string `type:"string"`

	// The timestamp that indicates when the live source was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The HTTP package configurations.
	HttpPackageConfigurations []*HttpPackageConfiguration `type:"list"`

	// The timestamp that indicates when the live source was modified.
	LastModifiedTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The name of the live source.
	LiveSourceName *string `type:"string"`

	// The name of the source location associated with the live source.
	SourceLocationName *string `type:"string"`

	// The tags assigned to the live source. Tags are key-value pairs that you can
	// associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (DescribeLiveSourceOutput) GoString added in v1.43.44

func (s DescribeLiveSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeLiveSourceOutput) SetArn added in v1.43.44

SetArn sets the Arn field's value.

func (*DescribeLiveSourceOutput) SetCreationTime added in v1.43.44

SetCreationTime sets the CreationTime field's value.

func (*DescribeLiveSourceOutput) SetHttpPackageConfigurations added in v1.43.44

func (s *DescribeLiveSourceOutput) SetHttpPackageConfigurations(v []*HttpPackageConfiguration) *DescribeLiveSourceOutput

SetHttpPackageConfigurations sets the HttpPackageConfigurations field's value.

func (*DescribeLiveSourceOutput) SetLastModifiedTime added in v1.43.44

func (s *DescribeLiveSourceOutput) SetLastModifiedTime(v time.Time) *DescribeLiveSourceOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeLiveSourceOutput) SetLiveSourceName added in v1.43.44

func (s *DescribeLiveSourceOutput) SetLiveSourceName(v string) *DescribeLiveSourceOutput

SetLiveSourceName sets the LiveSourceName field's value.

func (*DescribeLiveSourceOutput) SetSourceLocationName added in v1.43.44

func (s *DescribeLiveSourceOutput) SetSourceLocationName(v string) *DescribeLiveSourceOutput

SetSourceLocationName sets the SourceLocationName field's value.

func (*DescribeLiveSourceOutput) SetTags added in v1.43.44

SetTags sets the Tags field's value.

func (DescribeLiveSourceOutput) String added in v1.43.44

func (s DescribeLiveSourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeProgramInput added in v1.37.30

type DescribeProgramInput struct {

	// The name of the channel associated with this Program.
	//
	// ChannelName is a required field
	ChannelName *string `location:"uri" locationName:"ChannelName" type:"string" required:"true"`

	// The name of the program.
	//
	// ProgramName is a required field
	ProgramName *string `location:"uri" locationName:"ProgramName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeProgramInput) GoString added in v1.37.30

func (s DescribeProgramInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProgramInput) SetChannelName added in v1.37.30

func (s *DescribeProgramInput) SetChannelName(v string) *DescribeProgramInput

SetChannelName sets the ChannelName field's value.

func (*DescribeProgramInput) SetProgramName added in v1.37.30

func (s *DescribeProgramInput) SetProgramName(v string) *DescribeProgramInput

SetProgramName sets the ProgramName field's value.

func (DescribeProgramInput) String added in v1.37.30

func (s DescribeProgramInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProgramInput) Validate added in v1.37.30

func (s *DescribeProgramInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeProgramOutput added in v1.37.30

type DescribeProgramOutput struct {

	// The ad break configuration settings.
	AdBreaks []*AdBreak `type:"list"`

	// The ARN of the program.
	Arn *string `type:"string"`

	// The list of AudienceMedia defined in program.
	AudienceMedia []*AudienceMedia `type:"list"`

	// The name of the channel that the program belongs to.
	ChannelName *string `type:"string"`

	// The clip range configuration settings.
	ClipRange *ClipRange `type:"structure"`

	// The timestamp of when the program was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The duration of the live program in milliseconds.
	DurationMillis *int64 `type:"long"`

	// The name of the LiveSource for this Program.
	LiveSourceName *string `type:"string"`

	// The name of the program.
	ProgramName *string `type:"string"`

	// The date and time that the program is scheduled to start in ISO 8601 format
	// and Coordinated Universal Time (UTC). For example, the value 2021-03-27T17:48:16.751Z
	// represents March 27, 2021 at 17:48:16.751 UTC.
	ScheduledStartTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The source location name.
	SourceLocationName *string `type:"string"`

	// The name that's used to refer to a VOD source.
	VodSourceName *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeProgramOutput) GoString added in v1.37.30

func (s DescribeProgramOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProgramOutput) SetAdBreaks added in v1.37.30

func (s *DescribeProgramOutput) SetAdBreaks(v []*AdBreak) *DescribeProgramOutput

SetAdBreaks sets the AdBreaks field's value.

func (*DescribeProgramOutput) SetArn added in v1.37.30

SetArn sets the Arn field's value.

func (*DescribeProgramOutput) SetAudienceMedia added in v1.51.2

func (s *DescribeProgramOutput) SetAudienceMedia(v []*AudienceMedia) *DescribeProgramOutput

SetAudienceMedia sets the AudienceMedia field's value.

func (*DescribeProgramOutput) SetChannelName added in v1.37.30

func (s *DescribeProgramOutput) SetChannelName(v string) *DescribeProgramOutput

SetChannelName sets the ChannelName field's value.

func (*DescribeProgramOutput) SetClipRange added in v1.44.192

SetClipRange sets the ClipRange field's value.

func (*DescribeProgramOutput) SetCreationTime added in v1.37.30

func (s *DescribeProgramOutput) SetCreationTime(v time.Time) *DescribeProgramOutput

SetCreationTime sets the CreationTime field's value.

func (*DescribeProgramOutput) SetDurationMillis added in v1.44.192

func (s *DescribeProgramOutput) SetDurationMillis(v int64) *DescribeProgramOutput

SetDurationMillis sets the DurationMillis field's value.

func (*DescribeProgramOutput) SetLiveSourceName added in v1.43.44

func (s *DescribeProgramOutput) SetLiveSourceName(v string) *DescribeProgramOutput

SetLiveSourceName sets the LiveSourceName field's value.

func (*DescribeProgramOutput) SetProgramName added in v1.37.30

func (s *DescribeProgramOutput) SetProgramName(v string) *DescribeProgramOutput

SetProgramName sets the ProgramName field's value.

func (*DescribeProgramOutput) SetScheduledStartTime added in v1.40.35

func (s *DescribeProgramOutput) SetScheduledStartTime(v time.Time) *DescribeProgramOutput

SetScheduledStartTime sets the ScheduledStartTime field's value.

func (*DescribeProgramOutput) SetSourceLocationName added in v1.37.30

func (s *DescribeProgramOutput) SetSourceLocationName(v string) *DescribeProgramOutput

SetSourceLocationName sets the SourceLocationName field's value.

func (*DescribeProgramOutput) SetVodSourceName added in v1.37.30

func (s *DescribeProgramOutput) SetVodSourceName(v string) *DescribeProgramOutput

SetVodSourceName sets the VodSourceName field's value.

func (DescribeProgramOutput) String added in v1.37.30

func (s DescribeProgramOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeSourceLocationInput added in v1.37.30

type DescribeSourceLocationInput struct {

	// The name of the source location.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `location:"uri" locationName:"SourceLocationName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeSourceLocationInput) GoString added in v1.37.30

func (s DescribeSourceLocationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSourceLocationInput) SetSourceLocationName added in v1.37.30

func (s *DescribeSourceLocationInput) SetSourceLocationName(v string) *DescribeSourceLocationInput

SetSourceLocationName sets the SourceLocationName field's value.

func (DescribeSourceLocationInput) String added in v1.37.30

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSourceLocationInput) Validate added in v1.37.30

func (s *DescribeSourceLocationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeSourceLocationOutput added in v1.37.30

type DescribeSourceLocationOutput struct {

	// The access configuration for the source location.
	AccessConfiguration *AccessConfiguration `type:"structure"`

	// The ARN of the source location.
	Arn *string `type:"string"`

	// The timestamp that indicates when the source location was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The default segment delivery configuration settings.
	DefaultSegmentDeliveryConfiguration *DefaultSegmentDeliveryConfiguration `type:"structure"`

	// The HTTP package configuration settings for the source location.
	HttpConfiguration *HttpConfiguration `type:"structure"`

	// The timestamp that indicates when the source location was last modified.
	LastModifiedTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// A list of the segment delivery configurations associated with this resource.
	SegmentDeliveryConfigurations []*SegmentDeliveryConfiguration `type:"list"`

	// The name of the source location.
	SourceLocationName *string `type:"string"`

	// The tags assigned to the source location. Tags are key-value pairs that you
	// can associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (DescribeSourceLocationOutput) GoString added in v1.37.30

func (s DescribeSourceLocationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSourceLocationOutput) SetAccessConfiguration added in v1.37.30

SetAccessConfiguration sets the AccessConfiguration field's value.

func (*DescribeSourceLocationOutput) SetArn added in v1.37.30

SetArn sets the Arn field's value.

func (*DescribeSourceLocationOutput) SetCreationTime added in v1.37.30

SetCreationTime sets the CreationTime field's value.

func (*DescribeSourceLocationOutput) SetDefaultSegmentDeliveryConfiguration added in v1.37.30

SetDefaultSegmentDeliveryConfiguration sets the DefaultSegmentDeliveryConfiguration field's value.

func (*DescribeSourceLocationOutput) SetHttpConfiguration added in v1.37.30

SetHttpConfiguration sets the HttpConfiguration field's value.

func (*DescribeSourceLocationOutput) SetLastModifiedTime added in v1.37.30

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeSourceLocationOutput) SetSegmentDeliveryConfigurations added in v1.42.38

SetSegmentDeliveryConfigurations sets the SegmentDeliveryConfigurations field's value.

func (*DescribeSourceLocationOutput) SetSourceLocationName added in v1.37.30

SetSourceLocationName sets the SourceLocationName field's value.

func (*DescribeSourceLocationOutput) SetTags added in v1.37.30

SetTags sets the Tags field's value.

func (DescribeSourceLocationOutput) String added in v1.37.30

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeVodSourceInput added in v1.37.30

type DescribeVodSourceInput struct {

	// The name of the source location associated with this VOD Source.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `location:"uri" locationName:"SourceLocationName" type:"string" required:"true"`

	// The name of the VOD Source.
	//
	// VodSourceName is a required field
	VodSourceName *string `location:"uri" locationName:"VodSourceName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeVodSourceInput) GoString added in v1.37.30

func (s DescribeVodSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeVodSourceInput) SetSourceLocationName added in v1.37.30

func (s *DescribeVodSourceInput) SetSourceLocationName(v string) *DescribeVodSourceInput

SetSourceLocationName sets the SourceLocationName field's value.

func (*DescribeVodSourceInput) SetVodSourceName added in v1.37.30

func (s *DescribeVodSourceInput) SetVodSourceName(v string) *DescribeVodSourceInput

SetVodSourceName sets the VodSourceName field's value.

func (DescribeVodSourceInput) String added in v1.37.30

func (s DescribeVodSourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeVodSourceInput) Validate added in v1.37.30

func (s *DescribeVodSourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeVodSourceOutput added in v1.37.30

type DescribeVodSourceOutput struct {

	// The ad break opportunities within the VOD source.
	AdBreakOpportunities []*AdBreakOpportunity `type:"list"`

	// The ARN of the VOD source.
	Arn *string `type:"string"`

	// The timestamp that indicates when the VOD source was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The HTTP package configurations.
	HttpPackageConfigurations []*HttpPackageConfiguration `type:"list"`

	// The last modified time of the VOD source.
	LastModifiedTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The name of the source location associated with the VOD source.
	SourceLocationName *string `type:"string"`

	// The tags assigned to the VOD source. Tags are key-value pairs that you can
	// associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The name of the VOD source.
	VodSourceName *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeVodSourceOutput) GoString added in v1.37.30

func (s DescribeVodSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeVodSourceOutput) SetAdBreakOpportunities added in v1.45.22

func (s *DescribeVodSourceOutput) SetAdBreakOpportunities(v []*AdBreakOpportunity) *DescribeVodSourceOutput

SetAdBreakOpportunities sets the AdBreakOpportunities field's value.

func (*DescribeVodSourceOutput) SetArn added in v1.37.30

SetArn sets the Arn field's value.

func (*DescribeVodSourceOutput) SetCreationTime added in v1.37.30

SetCreationTime sets the CreationTime field's value.

func (*DescribeVodSourceOutput) SetHttpPackageConfigurations added in v1.37.30

func (s *DescribeVodSourceOutput) SetHttpPackageConfigurations(v []*HttpPackageConfiguration) *DescribeVodSourceOutput

SetHttpPackageConfigurations sets the HttpPackageConfigurations field's value.

func (*DescribeVodSourceOutput) SetLastModifiedTime added in v1.37.30

func (s *DescribeVodSourceOutput) SetLastModifiedTime(v time.Time) *DescribeVodSourceOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeVodSourceOutput) SetSourceLocationName added in v1.37.30

func (s *DescribeVodSourceOutput) SetSourceLocationName(v string) *DescribeVodSourceOutput

SetSourceLocationName sets the SourceLocationName field's value.

func (*DescribeVodSourceOutput) SetTags added in v1.37.30

SetTags sets the Tags field's value.

func (*DescribeVodSourceOutput) SetVodSourceName added in v1.37.30

func (s *DescribeVodSourceOutput) SetVodSourceName(v string) *DescribeVodSourceOutput

SetVodSourceName sets the VodSourceName field's value.

func (DescribeVodSourceOutput) String added in v1.37.30

func (s DescribeVodSourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetChannelPolicyInput added in v1.37.30

type GetChannelPolicyInput struct {

	// The name of the channel associated with this Channel Policy.
	//
	// ChannelName is a required field
	ChannelName *string `location:"uri" locationName:"ChannelName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetChannelPolicyInput) GoString added in v1.37.30

func (s GetChannelPolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetChannelPolicyInput) SetChannelName added in v1.37.30

func (s *GetChannelPolicyInput) SetChannelName(v string) *GetChannelPolicyInput

SetChannelName sets the ChannelName field's value.

func (GetChannelPolicyInput) String added in v1.37.30

func (s GetChannelPolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetChannelPolicyInput) Validate added in v1.37.30

func (s *GetChannelPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetChannelPolicyOutput added in v1.37.30

type GetChannelPolicyOutput struct {

	// The IAM policy for the channel. IAM policies are used to control access to
	// your channel.
	Policy *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetChannelPolicyOutput) GoString added in v1.37.30

func (s GetChannelPolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetChannelPolicyOutput) SetPolicy added in v1.37.30

SetPolicy sets the Policy field's value.

func (GetChannelPolicyOutput) String added in v1.37.30

func (s GetChannelPolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetChannelScheduleInput added in v1.37.30

type GetChannelScheduleInput struct {

	// The single audience for GetChannelScheduleRequest.
	Audience *string `location:"querystring" locationName:"audience" type:"string"`

	// The name of the channel associated with this Channel Schedule.
	//
	// ChannelName is a required field
	ChannelName *string `location:"uri" locationName:"ChannelName" type:"string" required:"true"`

	// The duration in minutes of the channel schedule.
	DurationMinutes *string `location:"querystring" locationName:"durationMinutes" type:"string"`

	// The maximum number of channel schedules that you want MediaTailor to return
	// in response to the current request. If there are more than MaxResults channel
	// schedules, use the value of NextToken in the response to get the next page
	// of results.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// (Optional) If the playback configuration has more than MaxResults channel
	// schedules, use NextToken to get the second and subsequent pages of results.
	//
	// For the first GetChannelScheduleRequest request, omit this value.
	//
	// For the second and subsequent requests, get the value of NextToken from the
	// previous response and specify that value for NextToken in the request.
	//
	// If the previous response didn't include a NextToken element, there are no
	// more channel schedules to get.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (GetChannelScheduleInput) GoString added in v1.37.30

func (s GetChannelScheduleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetChannelScheduleInput) SetAudience added in v1.51.2

SetAudience sets the Audience field's value.

func (*GetChannelScheduleInput) SetChannelName added in v1.37.30

SetChannelName sets the ChannelName field's value.

func (*GetChannelScheduleInput) SetDurationMinutes added in v1.37.30

func (s *GetChannelScheduleInput) SetDurationMinutes(v string) *GetChannelScheduleInput

SetDurationMinutes sets the DurationMinutes field's value.

func (*GetChannelScheduleInput) SetMaxResults added in v1.37.30

SetMaxResults sets the MaxResults field's value.

func (*GetChannelScheduleInput) SetNextToken added in v1.37.30

SetNextToken sets the NextToken field's value.

func (GetChannelScheduleInput) String added in v1.37.30

func (s GetChannelScheduleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetChannelScheduleInput) Validate added in v1.37.30

func (s *GetChannelScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetChannelScheduleOutput added in v1.37.30

type GetChannelScheduleOutput struct {

	// A list of schedule entries for the channel.
	Items []*ScheduleEntry `type:"list"`

	// Pagination token returned by the list request when results exceed the maximum
	// allowed. Use the token to fetch the next page of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetChannelScheduleOutput) GoString added in v1.37.30

func (s GetChannelScheduleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetChannelScheduleOutput) SetItems added in v1.37.30

SetItems sets the Items field's value.

func (*GetChannelScheduleOutput) SetNextToken added in v1.37.30

SetNextToken sets the NextToken field's value.

func (GetChannelScheduleOutput) String added in v1.37.30

func (s GetChannelScheduleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetPlaybackConfigurationInput

type GetPlaybackConfigurationInput struct {

	// The identifier for the playback configuration.
	//
	// Name is a required field
	Name *string `location:"uri" locationName:"Name" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetPlaybackConfigurationInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPlaybackConfigurationInput) SetName

SetName sets the Name field's value.

func (GetPlaybackConfigurationInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPlaybackConfigurationInput) Validate

func (s *GetPlaybackConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetPlaybackConfigurationOutput

type GetPlaybackConfigurationOutput struct {

	// The URL for the ad decision server (ADS). This includes the specification
	// of static parameters and placeholders for dynamic parameters. AWS Elemental
	// MediaTailor substitutes player-specific and session-specific parameters as
	// needed when calling the ADS. Alternately, for testing, you can provide a
	// static VAST URL. The maximum length is 25,000 characters.
	AdDecisionServerUrl *string `type:"string"`

	// The configuration for avail suppression, also known as ad suppression. For
	// more information about ad suppression, see Ad Suppression (https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html).
	AvailSuppression *AvailSuppression `type:"structure"`

	// The configuration for bumpers. Bumpers are short audio or video clips that
	// play at the start or before the end of an ad break. To learn more about bumpers,
	// see Bumpers (https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html).
	Bumper *Bumper `type:"structure"`

	// The configuration for using a content delivery network (CDN), like Amazon
	// CloudFront, for content and ad segment management.
	CdnConfiguration *CdnConfiguration `type:"structure"`

	// The player parameters and aliases used as dynamic variables during session
	// initialization. For more information, see Domain Variables (https://docs.aws.amazon.com/mediatailor/latest/ug/variables-domain.html).
	ConfigurationAliases map[string]map[string]*string `type:"map"`

	// The configuration for DASH content.
	DashConfiguration *DashConfiguration `type:"structure"`

	// The configuration for HLS content.
	HlsConfiguration *HlsConfiguration `type:"structure"`

	// The setting that controls whether players can use stitched or guided ad insertion.
	// The default, STITCHED_ONLY, forces all player sessions to use stitched (server-side)
	// ad insertion. Choosing PLAYER_SELECT allows players to select either stitched
	// or guided ad insertion at session-initialization time. The default for players
	// that do not specify an insertion mode is stitched.
	InsertionMode *string `type:"string" enum:"InsertionMode"`

	// The configuration for pre-roll ad insertion.
	LivePreRollConfiguration *LivePreRollConfiguration `type:"structure"`

	// The Amazon CloudWatch log settings for a playback configuration.
	LogConfiguration *LogConfiguration `type:"structure"`

	// The configuration for manifest processing rules. Manifest processing rules
	// enable customization of the personalized manifests created by MediaTailor.
	ManifestProcessingRules *ManifestProcessingRules `type:"structure"`

	// The identifier for the playback configuration.
	Name *string `type:"string"`

	// Defines the maximum duration of underfilled ad time (in seconds) allowed
	// in an ad break. If the duration of underfilled ad time exceeds the personalization
	// threshold, then the personalization of the ad break is abandoned and the
	// underlying content is shown. This feature applies to ad replacement in live
	// and VOD streams, rather than ad insertion, because it relies on an underlying
	// content stream. For more information about ad break behavior, including ad
	// replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor (https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html).
	PersonalizationThresholdSeconds *int64 `min:"1" type:"integer"`

	// The Amazon Resource Name (ARN) for the playback configuration.
	PlaybackConfigurationArn *string `type:"string"`

	// The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.
	// This session will use server-side reporting.
	PlaybackEndpointPrefix *string `type:"string"`

	// The URL that the player uses to initialize a session that uses client-side
	// reporting.
	SessionInitializationEndpointPrefix *string `type:"string"`

	// The URL for a high-quality video asset to transcode and use to fill in time
	// that's not used by ads. AWS Elemental MediaTailor shows the slate to fill
	// in gaps in media content. Configuring the slate is optional for non-VPAID
	// playback configurations. For VPAID, the slate is required because MediaTailor
	// provides it in the slots designated for dynamic ad content. The slate must
	// be a high-quality asset that contains both audio and video.
	SlateAdUrl *string `type:"string"`

	// The tags assigned to the playback configuration. Tags are key-value pairs
	// that you can associate with Amazon resources to help with organization, access
	// control, and cost tracking. For more information, see Tagging AWS Elemental
	// MediaTailor Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The name that is used to associate this playback configuration with a custom
	// transcode profile. This overrides the dynamic transcoding defaults of MediaTailor.
	// Use this only if you have already set up custom profiles with the help of
	// AWS Support.
	TranscodeProfileName *string `type:"string"`

	// The URL prefix for the parent manifest for the stream, minus the asset ID.
	// The maximum length is 512 characters.
	VideoContentSourceUrl *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetPlaybackConfigurationOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPlaybackConfigurationOutput) SetAdDecisionServerUrl

SetAdDecisionServerUrl sets the AdDecisionServerUrl field's value.

func (*GetPlaybackConfigurationOutput) SetAvailSuppression added in v1.30.8

SetAvailSuppression sets the AvailSuppression field's value.

func (*GetPlaybackConfigurationOutput) SetBumper added in v1.32.8

SetBumper sets the Bumper field's value.

func (*GetPlaybackConfigurationOutput) SetCdnConfiguration

SetCdnConfiguration sets the CdnConfiguration field's value.

func (*GetPlaybackConfigurationOutput) SetConfigurationAliases added in v1.37.11

func (s *GetPlaybackConfigurationOutput) SetConfigurationAliases(v map[string]map[string]*string) *GetPlaybackConfigurationOutput

SetConfigurationAliases sets the ConfigurationAliases field's value.

func (*GetPlaybackConfigurationOutput) SetDashConfiguration added in v1.15.76

SetDashConfiguration sets the DashConfiguration field's value.

func (*GetPlaybackConfigurationOutput) SetHlsConfiguration

SetHlsConfiguration sets the HlsConfiguration field's value.

func (*GetPlaybackConfigurationOutput) SetInsertionMode added in v1.51.21

SetInsertionMode sets the InsertionMode field's value.

func (*GetPlaybackConfigurationOutput) SetLivePreRollConfiguration added in v1.25.43

SetLivePreRollConfiguration sets the LivePreRollConfiguration field's value.

func (*GetPlaybackConfigurationOutput) SetLogConfiguration added in v1.40.47

SetLogConfiguration sets the LogConfiguration field's value.

func (*GetPlaybackConfigurationOutput) SetManifestProcessingRules added in v1.35.14

SetManifestProcessingRules sets the ManifestProcessingRules field's value.

func (*GetPlaybackConfigurationOutput) SetName

SetName sets the Name field's value.

func (*GetPlaybackConfigurationOutput) SetPersonalizationThresholdSeconds added in v1.29.3

func (s *GetPlaybackConfigurationOutput) SetPersonalizationThresholdSeconds(v int64) *GetPlaybackConfigurationOutput

SetPersonalizationThresholdSeconds sets the PersonalizationThresholdSeconds field's value.

func (*GetPlaybackConfigurationOutput) SetPlaybackConfigurationArn added in v1.16.34

func (s *GetPlaybackConfigurationOutput) SetPlaybackConfigurationArn(v string) *GetPlaybackConfigurationOutput

SetPlaybackConfigurationArn sets the PlaybackConfigurationArn field's value.

func (*GetPlaybackConfigurationOutput) SetPlaybackEndpointPrefix

func (s *GetPlaybackConfigurationOutput) SetPlaybackEndpointPrefix(v string) *GetPlaybackConfigurationOutput

SetPlaybackEndpointPrefix sets the PlaybackEndpointPrefix field's value.

func (*GetPlaybackConfigurationOutput) SetSessionInitializationEndpointPrefix

func (s *GetPlaybackConfigurationOutput) SetSessionInitializationEndpointPrefix(v string) *GetPlaybackConfigurationOutput

SetSessionInitializationEndpointPrefix sets the SessionInitializationEndpointPrefix field's value.

func (*GetPlaybackConfigurationOutput) SetSlateAdUrl

SetSlateAdUrl sets the SlateAdUrl field's value.

func (*GetPlaybackConfigurationOutput) SetTags added in v1.16.34

SetTags sets the Tags field's value.

func (*GetPlaybackConfigurationOutput) SetTranscodeProfileName added in v1.15.76

SetTranscodeProfileName sets the TranscodeProfileName field's value.

func (*GetPlaybackConfigurationOutput) SetVideoContentSourceUrl

SetVideoContentSourceUrl sets the VideoContentSourceUrl field's value.

func (GetPlaybackConfigurationOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetPrefetchScheduleInput added in v1.41.1

type GetPrefetchScheduleInput struct {

	// The name of the prefetch schedule. The name must be unique among all prefetch
	// schedules that are associated with the specified playback configuration.
	//
	// Name is a required field
	Name *string `location:"uri" locationName:"Name" type:"string" required:"true"`

	// Returns information about the prefetch schedule for a specific playback configuration.
	// If you call GetPrefetchSchedule on an expired prefetch schedule, MediaTailor
	// returns an HTTP 404 status code.
	//
	// PlaybackConfigurationName is a required field
	PlaybackConfigurationName *string `location:"uri" locationName:"PlaybackConfigurationName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetPrefetchScheduleInput) GoString added in v1.41.1

func (s GetPrefetchScheduleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPrefetchScheduleInput) SetName added in v1.41.1

SetName sets the Name field's value.

func (*GetPrefetchScheduleInput) SetPlaybackConfigurationName added in v1.41.1

func (s *GetPrefetchScheduleInput) SetPlaybackConfigurationName(v string) *GetPrefetchScheduleInput

SetPlaybackConfigurationName sets the PlaybackConfigurationName field's value.

func (GetPrefetchScheduleInput) String added in v1.41.1

func (s GetPrefetchScheduleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPrefetchScheduleInput) Validate added in v1.41.1

func (s *GetPrefetchScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetPrefetchScheduleOutput added in v1.41.1

type GetPrefetchScheduleOutput struct {

	// The Amazon Resource Name (ARN) of the prefetch schedule.
	Arn *string `type:"string"`

	// Consumption settings determine how, and when, MediaTailor places the prefetched
	// ads into ad breaks. Ad consumption occurs within a span of time that you
	// define, called a consumption window. You can designate which ad breaks that
	// MediaTailor fills with prefetch ads by setting avail matching criteria.
	Consumption *PrefetchConsumption `type:"structure"`

	// The name of the prefetch schedule. The name must be unique among all prefetch
	// schedules that are associated with the specified playback configuration.
	Name *string `type:"string"`

	// The name of the playback configuration to create the prefetch schedule for.
	PlaybackConfigurationName *string `type:"string"`

	// A complex type that contains settings for prefetch retrieval from the ad
	// decision server (ADS).
	Retrieval *PrefetchRetrieval `type:"structure"`

	// An optional stream identifier that you can specify in order to prefetch for
	// multiple streams that use the same playback configuration.
	StreamId *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetPrefetchScheduleOutput) GoString added in v1.41.1

func (s GetPrefetchScheduleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPrefetchScheduleOutput) SetArn added in v1.41.1

SetArn sets the Arn field's value.

func (*GetPrefetchScheduleOutput) SetConsumption added in v1.41.1

SetConsumption sets the Consumption field's value.

func (*GetPrefetchScheduleOutput) SetName added in v1.41.1

SetName sets the Name field's value.

func (*GetPrefetchScheduleOutput) SetPlaybackConfigurationName added in v1.41.1

func (s *GetPrefetchScheduleOutput) SetPlaybackConfigurationName(v string) *GetPrefetchScheduleOutput

SetPlaybackConfigurationName sets the PlaybackConfigurationName field's value.

func (*GetPrefetchScheduleOutput) SetRetrieval added in v1.41.1

SetRetrieval sets the Retrieval field's value.

func (*GetPrefetchScheduleOutput) SetStreamId added in v1.41.1

SetStreamId sets the StreamId field's value.

func (GetPrefetchScheduleOutput) String added in v1.41.1

func (s GetPrefetchScheduleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HlsConfiguration

type HlsConfiguration struct {

	// The URL that is used to initiate a playback session for devices that support
	// Apple HLS. The session uses server-side reporting.
	ManifestEndpointPrefix *string `type:"string"`
	// contains filtered or unexported fields
}

The configuration for HLS content.

func (HlsConfiguration) GoString

func (s HlsConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HlsConfiguration) SetManifestEndpointPrefix

func (s *HlsConfiguration) SetManifestEndpointPrefix(v string) *HlsConfiguration

SetManifestEndpointPrefix sets the ManifestEndpointPrefix field's value.

func (HlsConfiguration) String

func (s HlsConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HlsPlaylistSettings added in v1.37.30

type HlsPlaylistSettings struct {

	// Determines the type of SCTE 35 tags to use in ad markup. Specify DATERANGE
	// to use DATERANGE tags (for live or VOD content). Specify SCTE35_ENHANCED
	// to use EXT-X-CUE-OUT and EXT-X-CUE-IN tags (for VOD content only).
	AdMarkupType []*string `type:"list" enum:"AdMarkupType"`

	// The total duration (in seconds) of each manifest. Minimum value: 30 seconds.
	// Maximum value: 3600 seconds.
	ManifestWindowSeconds *int64 `type:"integer"`
	// contains filtered or unexported fields
}

HLS playlist configuration parameters.

func (HlsPlaylistSettings) GoString added in v1.37.30

func (s HlsPlaylistSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HlsPlaylistSettings) SetAdMarkupType added in v1.44.298

func (s *HlsPlaylistSettings) SetAdMarkupType(v []*string) *HlsPlaylistSettings

SetAdMarkupType sets the AdMarkupType field's value.

func (*HlsPlaylistSettings) SetManifestWindowSeconds added in v1.37.30

func (s *HlsPlaylistSettings) SetManifestWindowSeconds(v int64) *HlsPlaylistSettings

SetManifestWindowSeconds sets the ManifestWindowSeconds field's value.

func (HlsPlaylistSettings) String added in v1.37.30

func (s HlsPlaylistSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HttpConfiguration added in v1.37.30

type HttpConfiguration struct {

	// The base URL for the source location host server. This string must include
	// the protocol, such as https://.
	//
	// BaseUrl is a required field
	BaseUrl *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The HTTP configuration for the source location.

func (HttpConfiguration) GoString added in v1.37.30

func (s HttpConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HttpConfiguration) SetBaseUrl added in v1.37.30

func (s *HttpConfiguration) SetBaseUrl(v string) *HttpConfiguration

SetBaseUrl sets the BaseUrl field's value.

func (HttpConfiguration) String added in v1.37.30

func (s HttpConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HttpConfiguration) Validate added in v1.37.30

func (s *HttpConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HttpPackageConfiguration added in v1.37.30

type HttpPackageConfiguration struct {

	// The relative path to the URL for this VOD source. This is combined with SourceLocation::HttpConfiguration::BaseUrl
	// to form a valid URL.
	//
	// Path is a required field
	Path *string `type:"string" required:"true"`

	// The name of the source group. This has to match one of the Channel::Outputs::SourceGroup.
	//
	// SourceGroup is a required field
	SourceGroup *string `type:"string" required:"true"`

	// The streaming protocol for this package configuration. Supported values are
	// HLS and DASH.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"Type"`
	// contains filtered or unexported fields
}

The HTTP package configuration properties for the requested VOD source.

func (HttpPackageConfiguration) GoString added in v1.37.30

func (s HttpPackageConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HttpPackageConfiguration) SetPath added in v1.37.30

SetPath sets the Path field's value.

func (*HttpPackageConfiguration) SetSourceGroup added in v1.37.30

SetSourceGroup sets the SourceGroup field's value.

func (*HttpPackageConfiguration) SetType added in v1.37.30

SetType sets the Type field's value.

func (HttpPackageConfiguration) String added in v1.37.30

func (s HttpPackageConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HttpPackageConfiguration) Validate added in v1.37.30

func (s *HttpPackageConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type KeyValuePair added in v1.44.298

type KeyValuePair struct {

	// For SCTE35_ENHANCED output, defines a key. MediaTailor takes this key, and
	// its associated value, and generates the key/value pair within the EXT-X-ASSETtag.
	// If you specify a key, you must also specify a corresponding value.
	//
	// Key is a required field
	Key *string `type:"string" required:"true"`

	// For SCTE35_ENHANCED output, defines a value. MediaTailor; takes this value,
	// and its associated key, and generates the key/value pair within the EXT-X-ASSETtag.
	// If you specify a value, you must also specify a corresponding key.
	//
	// Value is a required field
	Value *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

For SCTE35_ENHANCED output, defines a key and corresponding value. MediaTailor generates these pairs within the EXT-X-ASSETtag.

func (KeyValuePair) GoString added in v1.44.298

func (s KeyValuePair) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KeyValuePair) SetKey added in v1.44.298

func (s *KeyValuePair) SetKey(v string) *KeyValuePair

SetKey sets the Key field's value.

func (*KeyValuePair) SetValue added in v1.44.298

func (s *KeyValuePair) SetValue(v string) *KeyValuePair

SetValue sets the Value field's value.

func (KeyValuePair) String added in v1.44.298

func (s KeyValuePair) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KeyValuePair) Validate added in v1.44.298

func (s *KeyValuePair) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAlertsInput added in v1.39.3

type ListAlertsInput struct {

	// The maximum number of alerts that you want MediaTailor to return in response
	// to the current request. If there are more than MaxResults alerts, use the
	// value of NextToken in the response to get the next page of results.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// Pagination token returned by the list request when results exceed the maximum
	// allowed. Use the token to fetch the next page of results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

	// The Amazon Resource Name (ARN) of the resource.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"querystring" locationName:"resourceArn" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListAlertsInput) GoString added in v1.39.3

func (s ListAlertsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAlertsInput) SetMaxResults added in v1.39.3

func (s *ListAlertsInput) SetMaxResults(v int64) *ListAlertsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAlertsInput) SetNextToken added in v1.39.3

func (s *ListAlertsInput) SetNextToken(v string) *ListAlertsInput

SetNextToken sets the NextToken field's value.

func (*ListAlertsInput) SetResourceArn added in v1.39.3

func (s *ListAlertsInput) SetResourceArn(v string) *ListAlertsInput

SetResourceArn sets the ResourceArn field's value.

func (ListAlertsInput) String added in v1.39.3

func (s ListAlertsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAlertsInput) Validate added in v1.39.3

func (s *ListAlertsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAlertsOutput added in v1.39.3

type ListAlertsOutput struct {

	// A list of alerts that are associated with this resource.
	Items []*Alert `type:"list"`

	// Pagination token returned by the list request when results exceed the maximum
	// allowed. Use the token to fetch the next page of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListAlertsOutput) GoString added in v1.39.3

func (s ListAlertsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAlertsOutput) SetItems added in v1.39.3

func (s *ListAlertsOutput) SetItems(v []*Alert) *ListAlertsOutput

SetItems sets the Items field's value.

func (*ListAlertsOutput) SetNextToken added in v1.39.3

func (s *ListAlertsOutput) SetNextToken(v string) *ListAlertsOutput

SetNextToken sets the NextToken field's value.

func (ListAlertsOutput) String added in v1.39.3

func (s ListAlertsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListChannelsInput added in v1.37.30

type ListChannelsInput struct {

	// The maximum number of channels that you want MediaTailor to return in response
	// to the current request. If there are more than MaxResults channels, use the
	// value of NextToken in the response to get the next page of results.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// Pagination token returned by the list request when results exceed the maximum
	// allowed. Use the token to fetch the next page of results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListChannelsInput) GoString added in v1.37.30

func (s ListChannelsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListChannelsInput) SetMaxResults added in v1.37.30

func (s *ListChannelsInput) SetMaxResults(v int64) *ListChannelsInput

SetMaxResults sets the MaxResults field's value.

func (*ListChannelsInput) SetNextToken added in v1.37.30

func (s *ListChannelsInput) SetNextToken(v string) *ListChannelsInput

SetNextToken sets the NextToken field's value.

func (ListChannelsInput) String added in v1.37.30

func (s ListChannelsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListChannelsInput) Validate added in v1.37.30

func (s *ListChannelsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListChannelsOutput added in v1.37.30

type ListChannelsOutput struct {

	// A list of channels that are associated with this account.
	Items []*Channel `type:"list"`

	// Pagination token returned by the list request when results exceed the maximum
	// allowed. Use the token to fetch the next page of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListChannelsOutput) GoString added in v1.37.30

func (s ListChannelsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListChannelsOutput) SetItems added in v1.37.30

func (s *ListChannelsOutput) SetItems(v []*Channel) *ListChannelsOutput

SetItems sets the Items field's value.

func (*ListChannelsOutput) SetNextToken added in v1.37.30

func (s *ListChannelsOutput) SetNextToken(v string) *ListChannelsOutput

SetNextToken sets the NextToken field's value.

func (ListChannelsOutput) String added in v1.37.30

func (s ListChannelsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListLiveSourcesInput added in v1.43.44

type ListLiveSourcesInput struct {

	// The maximum number of live sources that you want MediaTailor to return in
	// response to the current request. If there are more than MaxResults live sources,
	// use the value of NextToken in the response to get the next page of results.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// Pagination token returned by the list request when results exceed the maximum
	// allowed. Use the token to fetch the next page of results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

	// The name of the source location associated with this Live Sources list.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `location:"uri" locationName:"SourceLocationName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListLiveSourcesInput) GoString added in v1.43.44

func (s ListLiveSourcesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListLiveSourcesInput) SetMaxResults added in v1.43.44

func (s *ListLiveSourcesInput) SetMaxResults(v int64) *ListLiveSourcesInput

SetMaxResults sets the MaxResults field's value.

func (*ListLiveSourcesInput) SetNextToken added in v1.43.44

func (s *ListLiveSourcesInput) SetNextToken(v string) *ListLiveSourcesInput

SetNextToken sets the NextToken field's value.

func (*ListLiveSourcesInput) SetSourceLocationName added in v1.43.44

func (s *ListLiveSourcesInput) SetSourceLocationName(v string) *ListLiveSourcesInput

SetSourceLocationName sets the SourceLocationName field's value.

func (ListLiveSourcesInput) String added in v1.43.44

func (s ListLiveSourcesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListLiveSourcesInput) Validate added in v1.43.44

func (s *ListLiveSourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListLiveSourcesOutput added in v1.43.44

type ListLiveSourcesOutput struct {

	// Lists the live sources.
	Items []*LiveSource `type:"list"`

	// Pagination token returned by the list request when results exceed the maximum
	// allowed. Use the token to fetch the next page of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListLiveSourcesOutput) GoString added in v1.43.44

func (s ListLiveSourcesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListLiveSourcesOutput) SetItems added in v1.43.44

SetItems sets the Items field's value.

func (*ListLiveSourcesOutput) SetNextToken added in v1.43.44

SetNextToken sets the NextToken field's value.

func (ListLiveSourcesOutput) String added in v1.43.44

func (s ListLiveSourcesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListPlaybackConfigurationsInput

type ListPlaybackConfigurationsInput struct {

	// The maximum number of playback configurations that you want MediaTailor to
	// return in response to the current request. If there are more than MaxResults
	// playback configurations, use the value of NextToken in the response to get
	// the next page of results.
	MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"`

	// Pagination token returned by the list request when results exceed the maximum
	// allowed. Use the token to fetch the next page of results.
	NextToken *string `location:"querystring" locationName:"NextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListPlaybackConfigurationsInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPlaybackConfigurationsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListPlaybackConfigurationsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListPlaybackConfigurationsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPlaybackConfigurationsInput) Validate

func (s *ListPlaybackConfigurationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPlaybackConfigurationsOutput

type ListPlaybackConfigurationsOutput struct {

	// Array of playback configurations. This might be all the available configurations
	// or a subset, depending on the settings that you provide and the total number
	// of configurations stored.
	Items []*PlaybackConfiguration `type:"list"`

	// Pagination token returned by the GET list request when results exceed the
	// maximum allowed. Use the token to fetch the next page of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListPlaybackConfigurationsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPlaybackConfigurationsOutput) SetItems

SetItems sets the Items field's value.

func (*ListPlaybackConfigurationsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListPlaybackConfigurationsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListPrefetchSchedulesInput added in v1.41.1

type ListPrefetchSchedulesInput struct {

	// The maximum number of prefetch schedules that you want MediaTailor to return
	// in response to the current request. If there are more than MaxResults prefetch
	// schedules, use the value of NextToken in the response to get the next page
	// of results.
	MaxResults *int64 `min:"1" type:"integer"`

	// (Optional) If the playback configuration has more than MaxResults prefetch
	// schedules, use NextToken to get the second and subsequent pages of results.
	//
	// For the first ListPrefetchSchedulesRequest request, omit this value.
	//
	// For the second and subsequent requests, get the value of NextToken from the
	// previous response and specify that value for NextToken in the request.
	//
	// If the previous response didn't include a NextToken element, there are no
	// more prefetch schedules to get.
	NextToken *string `type:"string"`

	// Retrieves the prefetch schedule(s) for a specific playback configuration.
	//
	// PlaybackConfigurationName is a required field
	PlaybackConfigurationName *string `location:"uri" locationName:"PlaybackConfigurationName" type:"string" required:"true"`

	// An optional filtering parameter whereby MediaTailor filters the prefetch
	// schedules to include only specific streams.
	StreamId *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListPrefetchSchedulesInput) GoString added in v1.41.1

func (s ListPrefetchSchedulesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPrefetchSchedulesInput) SetMaxResults added in v1.41.1

SetMaxResults sets the MaxResults field's value.

func (*ListPrefetchSchedulesInput) SetNextToken added in v1.41.1

SetNextToken sets the NextToken field's value.

func (*ListPrefetchSchedulesInput) SetPlaybackConfigurationName added in v1.41.1

func (s *ListPrefetchSchedulesInput) SetPlaybackConfigurationName(v string) *ListPrefetchSchedulesInput

SetPlaybackConfigurationName sets the PlaybackConfigurationName field's value.

func (*ListPrefetchSchedulesInput) SetStreamId added in v1.41.1

SetStreamId sets the StreamId field's value.

func (ListPrefetchSchedulesInput) String added in v1.41.1

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPrefetchSchedulesInput) Validate added in v1.41.1

func (s *ListPrefetchSchedulesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPrefetchSchedulesOutput added in v1.41.1

type ListPrefetchSchedulesOutput struct {

	// Lists the prefetch schedules. An empty Items list doesn't mean there aren't
	// more items to fetch, just that that page was empty.
	Items []*PrefetchSchedule `type:"list"`

	// Pagination token returned by the list request when results exceed the maximum
	// allowed. Use the token to fetch the next page of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListPrefetchSchedulesOutput) GoString added in v1.41.1

func (s ListPrefetchSchedulesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPrefetchSchedulesOutput) SetItems added in v1.41.1

SetItems sets the Items field's value.

func (*ListPrefetchSchedulesOutput) SetNextToken added in v1.41.1

SetNextToken sets the NextToken field's value.

func (ListPrefetchSchedulesOutput) String added in v1.41.1

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListSourceLocationsInput added in v1.37.30

type ListSourceLocationsInput struct {

	// The maximum number of source locations that you want MediaTailor to return
	// in response to the current request. If there are more than MaxResults source
	// locations, use the value of NextToken in the response to get the next page
	// of results.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// Pagination token returned by the list request when results exceed the maximum
	// allowed. Use the token to fetch the next page of results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListSourceLocationsInput) GoString added in v1.37.30

func (s ListSourceLocationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListSourceLocationsInput) SetMaxResults added in v1.37.30

SetMaxResults sets the MaxResults field's value.

func (*ListSourceLocationsInput) SetNextToken added in v1.37.30

SetNextToken sets the NextToken field's value.

func (ListSourceLocationsInput) String added in v1.37.30

func (s ListSourceLocationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListSourceLocationsInput) Validate added in v1.37.30

func (s *ListSourceLocationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListSourceLocationsOutput added in v1.37.30

type ListSourceLocationsOutput struct {

	// A list of source locations.
	Items []*SourceLocation `type:"list"`

	// Pagination token returned by the list request when results exceed the maximum
	// allowed. Use the token to fetch the next page of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListSourceLocationsOutput) GoString added in v1.37.30

func (s ListSourceLocationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListSourceLocationsOutput) SetItems added in v1.37.30

SetItems sets the Items field's value.

func (*ListSourceLocationsOutput) SetNextToken added in v1.37.30

SetNextToken sets the NextToken field's value.

func (ListSourceLocationsOutput) String added in v1.37.30

func (s ListSourceLocationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTagsForResourceInput added in v1.16.34

type ListTagsForResourceInput struct {

	// The Amazon Resource Name (ARN) associated with this resource.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"ResourceArn" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString added in v1.16.34

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) SetResourceArn added in v1.16.34

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String added in v1.16.34

func (s ListTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) Validate added in v1.16.34

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput added in v1.16.34

type ListTagsForResourceOutput struct {

	// The tags associated with this resource. Tags are key-value pairs that you
	// can associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString added in v1.16.34

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceOutput) SetTags added in v1.16.34

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String added in v1.16.34

func (s ListTagsForResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListVodSourcesInput added in v1.37.30

type ListVodSourcesInput struct {

	// The maximum number of VOD sources that you want MediaTailor to return in
	// response to the current request. If there are more than MaxResults VOD sources,
	// use the value of NextToken in the response to get the next page of results.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// Pagination token returned by the list request when results exceed the maximum
	// allowed. Use the token to fetch the next page of results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

	// The name of the source location associated with this VOD Source list.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `location:"uri" locationName:"SourceLocationName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListVodSourcesInput) GoString added in v1.37.30

func (s ListVodSourcesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVodSourcesInput) SetMaxResults added in v1.37.30

func (s *ListVodSourcesInput) SetMaxResults(v int64) *ListVodSourcesInput

SetMaxResults sets the MaxResults field's value.

func (*ListVodSourcesInput) SetNextToken added in v1.37.30

func (s *ListVodSourcesInput) SetNextToken(v string) *ListVodSourcesInput

SetNextToken sets the NextToken field's value.

func (*ListVodSourcesInput) SetSourceLocationName added in v1.37.30

func (s *ListVodSourcesInput) SetSourceLocationName(v string) *ListVodSourcesInput

SetSourceLocationName sets the SourceLocationName field's value.

func (ListVodSourcesInput) String added in v1.37.30

func (s ListVodSourcesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVodSourcesInput) Validate added in v1.37.30

func (s *ListVodSourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListVodSourcesOutput added in v1.37.30

type ListVodSourcesOutput struct {

	// Lists the VOD sources.
	Items []*VodSource `type:"list"`

	// Pagination token returned by the list request when results exceed the maximum
	// allowed. Use the token to fetch the next page of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListVodSourcesOutput) GoString added in v1.37.30

func (s ListVodSourcesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVodSourcesOutput) SetItems added in v1.37.30

SetItems sets the Items field's value.

func (*ListVodSourcesOutput) SetNextToken added in v1.37.30

func (s *ListVodSourcesOutput) SetNextToken(v string) *ListVodSourcesOutput

SetNextToken sets the NextToken field's value.

func (ListVodSourcesOutput) String added in v1.37.30

func (s ListVodSourcesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LivePreRollConfiguration added in v1.25.43

type LivePreRollConfiguration struct {

	// The URL for the ad decision server (ADS) for pre-roll ads. This includes
	// the specification of static parameters and placeholders for dynamic parameters.
	// AWS Elemental MediaTailor substitutes player-specific and session-specific
	// parameters as needed when calling the ADS. Alternately, for testing, you
	// can provide a static VAST URL. The maximum length is 25,000 characters.
	AdDecisionServerUrl *string `type:"string"`

	// The maximum allowed duration for the pre-roll ad avail. AWS Elemental MediaTailor
	// won't play pre-roll ads to exceed this duration, regardless of the total
	// duration of ads that the ADS returns.
	MaxDurationSeconds *int64 `type:"integer"`
	// contains filtered or unexported fields
}

The configuration for pre-roll ad insertion.

func (LivePreRollConfiguration) GoString added in v1.25.43

func (s LivePreRollConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LivePreRollConfiguration) SetAdDecisionServerUrl added in v1.25.43

func (s *LivePreRollConfiguration) SetAdDecisionServerUrl(v string) *LivePreRollConfiguration

SetAdDecisionServerUrl sets the AdDecisionServerUrl field's value.

func (*LivePreRollConfiguration) SetMaxDurationSeconds added in v1.25.43

func (s *LivePreRollConfiguration) SetMaxDurationSeconds(v int64) *LivePreRollConfiguration

SetMaxDurationSeconds sets the MaxDurationSeconds field's value.

func (LivePreRollConfiguration) String added in v1.25.43

func (s LivePreRollConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LiveSource added in v1.43.44

type LiveSource struct {

	// The ARN for the live source.
	//
	// Arn is a required field
	Arn *string `type:"string" required:"true"`

	// The timestamp that indicates when the live source was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The HTTP package configurations for the live source.
	//
	// HttpPackageConfigurations is a required field
	HttpPackageConfigurations []*HttpPackageConfiguration `type:"list" required:"true"`

	// The timestamp that indicates when the live source was last modified.
	LastModifiedTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The name that's used to refer to a live source.
	//
	// LiveSourceName is a required field
	LiveSourceName *string `type:"string" required:"true"`

	// The name of the source location.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `type:"string" required:"true"`

	// The tags assigned to the live source. Tags are key-value pairs that you can
	// associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

Live source configuration parameters.

func (LiveSource) GoString added in v1.43.44

func (s LiveSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LiveSource) SetArn added in v1.43.44

func (s *LiveSource) SetArn(v string) *LiveSource

SetArn sets the Arn field's value.

func (*LiveSource) SetCreationTime added in v1.43.44

func (s *LiveSource) SetCreationTime(v time.Time) *LiveSource

SetCreationTime sets the CreationTime field's value.

func (*LiveSource) SetHttpPackageConfigurations added in v1.43.44

func (s *LiveSource) SetHttpPackageConfigurations(v []*HttpPackageConfiguration) *LiveSource

SetHttpPackageConfigurations sets the HttpPackageConfigurations field's value.

func (*LiveSource) SetLastModifiedTime added in v1.43.44

func (s *LiveSource) SetLastModifiedTime(v time.Time) *LiveSource

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*LiveSource) SetLiveSourceName added in v1.43.44

func (s *LiveSource) SetLiveSourceName(v string) *LiveSource

SetLiveSourceName sets the LiveSourceName field's value.

func (*LiveSource) SetSourceLocationName added in v1.43.44

func (s *LiveSource) SetSourceLocationName(v string) *LiveSource

SetSourceLocationName sets the SourceLocationName field's value.

func (*LiveSource) SetTags added in v1.43.44

func (s *LiveSource) SetTags(v map[string]*string) *LiveSource

SetTags sets the Tags field's value.

func (LiveSource) String added in v1.43.44

func (s LiveSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LogConfiguration added in v1.40.47

type LogConfiguration struct {

	// The percentage of session logs that MediaTailor sends to your Cloudwatch
	// Logs account. For example, if your playback configuration has 1000 sessions
	// and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions
	// to CloudWatch Logs. MediaTailor decides at random which of the playback configuration
	// sessions to send logs for. If you want to view logs for a specific session,
	// you can use the debug log mode (https://docs.aws.amazon.com/mediatailor/latest/ug/debug-log-mode.html).
	//
	// Valid values: 0 - 100
	//
	// PercentEnabled is a required field
	PercentEnabled *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Returns Amazon CloudWatch log settings for a playback configuration.

func (LogConfiguration) GoString added in v1.40.47

func (s LogConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LogConfiguration) SetPercentEnabled added in v1.40.47

func (s *LogConfiguration) SetPercentEnabled(v int64) *LogConfiguration

SetPercentEnabled sets the PercentEnabled field's value.

func (LogConfiguration) String added in v1.40.47

func (s LogConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LogConfigurationForChannel added in v1.44.189

type LogConfigurationForChannel struct {

	// The log types.
	LogTypes []*string `type:"list" enum:"LogType"`
	// contains filtered or unexported fields
}

The log configuration for the channel.

func (LogConfigurationForChannel) GoString added in v1.44.189

func (s LogConfigurationForChannel) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LogConfigurationForChannel) SetLogTypes added in v1.44.189

SetLogTypes sets the LogTypes field's value.

func (LogConfigurationForChannel) String added in v1.44.189

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ManifestProcessingRules added in v1.35.14

type ManifestProcessingRules struct {

	// For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT,
	// and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor
	// personalized manifest.
	//
	// No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has
	// a value of 60, but no ads are filled for that ad break, MediaTailor will
	// not set the value to 0.
	AdMarkerPassthrough *AdMarkerPassthrough `type:"structure"`
	// contains filtered or unexported fields
}

The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.

func (ManifestProcessingRules) GoString added in v1.35.14

func (s ManifestProcessingRules) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ManifestProcessingRules) SetAdMarkerPassthrough added in v1.35.14

SetAdMarkerPassthrough sets the AdMarkerPassthrough field's value.

func (ManifestProcessingRules) String added in v1.35.14

func (s ManifestProcessingRules) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MediaTailor

type MediaTailor struct {
	*client.Client
}

MediaTailor provides the API operation methods for making requests to AWS MediaTailor. See this package's package overview docs for details on the service.

MediaTailor methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *MediaTailor

New creates a new instance of the MediaTailor client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a MediaTailor client from just a session.
svc := mediatailor.New(mySession)

// Create a MediaTailor client with additional configuration
svc := mediatailor.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*MediaTailor) ConfigureLogsForChannel added in v1.44.189

func (c *MediaTailor) ConfigureLogsForChannel(input *ConfigureLogsForChannelInput) (*ConfigureLogsForChannelOutput, error)

ConfigureLogsForChannel API operation for AWS MediaTailor.

Configures Amazon CloudWatch log settings for a channel.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation ConfigureLogsForChannel for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ConfigureLogsForChannel

func (*MediaTailor) ConfigureLogsForChannelRequest added in v1.44.189

func (c *MediaTailor) ConfigureLogsForChannelRequest(input *ConfigureLogsForChannelInput) (req *request.Request, output *ConfigureLogsForChannelOutput)

ConfigureLogsForChannelRequest generates a "aws/request.Request" representing the client's request for the ConfigureLogsForChannel operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ConfigureLogsForChannel for more information on using the ConfigureLogsForChannel API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ConfigureLogsForChannelRequest method.
req, resp := client.ConfigureLogsForChannelRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ConfigureLogsForChannel

func (*MediaTailor) ConfigureLogsForChannelWithContext added in v1.44.189

func (c *MediaTailor) ConfigureLogsForChannelWithContext(ctx aws.Context, input *ConfigureLogsForChannelInput, opts ...request.Option) (*ConfigureLogsForChannelOutput, error)

ConfigureLogsForChannelWithContext is the same as ConfigureLogsForChannel with the addition of the ability to pass a context and additional request options.

See ConfigureLogsForChannel for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) ConfigureLogsForPlaybackConfiguration added in v1.40.47

ConfigureLogsForPlaybackConfiguration API operation for AWS MediaTailor.

Amazon CloudWatch log settings for a playback configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation ConfigureLogsForPlaybackConfiguration for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ConfigureLogsForPlaybackConfiguration

func (*MediaTailor) ConfigureLogsForPlaybackConfigurationRequest added in v1.40.47

func (c *MediaTailor) ConfigureLogsForPlaybackConfigurationRequest(input *ConfigureLogsForPlaybackConfigurationInput) (req *request.Request, output *ConfigureLogsForPlaybackConfigurationOutput)

ConfigureLogsForPlaybackConfigurationRequest generates a "aws/request.Request" representing the client's request for the ConfigureLogsForPlaybackConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ConfigureLogsForPlaybackConfiguration for more information on using the ConfigureLogsForPlaybackConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ConfigureLogsForPlaybackConfigurationRequest method.
req, resp := client.ConfigureLogsForPlaybackConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ConfigureLogsForPlaybackConfiguration

func (*MediaTailor) ConfigureLogsForPlaybackConfigurationWithContext added in v1.40.47

func (c *MediaTailor) ConfigureLogsForPlaybackConfigurationWithContext(ctx aws.Context, input *ConfigureLogsForPlaybackConfigurationInput, opts ...request.Option) (*ConfigureLogsForPlaybackConfigurationOutput, error)

ConfigureLogsForPlaybackConfigurationWithContext is the same as ConfigureLogsForPlaybackConfiguration with the addition of the ability to pass a context and additional request options.

See ConfigureLogsForPlaybackConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) CreateChannel added in v1.37.30

func (c *MediaTailor) CreateChannel(input *CreateChannelInput) (*CreateChannelOutput, error)

CreateChannel API operation for AWS MediaTailor.

Creates a channel. For information about MediaTailor channels, see Working with channels (https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html) in the MediaTailor User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation CreateChannel for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreateChannel

func (*MediaTailor) CreateChannelRequest added in v1.37.30

func (c *MediaTailor) CreateChannelRequest(input *CreateChannelInput) (req *request.Request, output *CreateChannelOutput)

CreateChannelRequest generates a "aws/request.Request" representing the client's request for the CreateChannel operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateChannel for more information on using the CreateChannel API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateChannelRequest method.
req, resp := client.CreateChannelRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreateChannel

func (*MediaTailor) CreateChannelWithContext added in v1.37.30

func (c *MediaTailor) CreateChannelWithContext(ctx aws.Context, input *CreateChannelInput, opts ...request.Option) (*CreateChannelOutput, error)

CreateChannelWithContext is the same as CreateChannel with the addition of the ability to pass a context and additional request options.

See CreateChannel for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) CreateLiveSource added in v1.43.44

func (c *MediaTailor) CreateLiveSource(input *CreateLiveSourceInput) (*CreateLiveSourceOutput, error)

CreateLiveSource API operation for AWS MediaTailor.

The live source configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation CreateLiveSource for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreateLiveSource

func (*MediaTailor) CreateLiveSourceRequest added in v1.43.44

func (c *MediaTailor) CreateLiveSourceRequest(input *CreateLiveSourceInput) (req *request.Request, output *CreateLiveSourceOutput)

CreateLiveSourceRequest generates a "aws/request.Request" representing the client's request for the CreateLiveSource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateLiveSource for more information on using the CreateLiveSource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateLiveSourceRequest method.
req, resp := client.CreateLiveSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreateLiveSource

func (*MediaTailor) CreateLiveSourceWithContext added in v1.43.44

func (c *MediaTailor) CreateLiveSourceWithContext(ctx aws.Context, input *CreateLiveSourceInput, opts ...request.Option) (*CreateLiveSourceOutput, error)

CreateLiveSourceWithContext is the same as CreateLiveSource with the addition of the ability to pass a context and additional request options.

See CreateLiveSource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) CreatePrefetchSchedule added in v1.41.1

func (c *MediaTailor) CreatePrefetchSchedule(input *CreatePrefetchScheduleInput) (*CreatePrefetchScheduleOutput, error)

CreatePrefetchSchedule API operation for AWS MediaTailor.

Creates a prefetch schedule for a playback configuration. A prefetch schedule allows you to tell MediaTailor to fetch and prepare certain ads before an ad break happens. For more information about ad prefetching, see Using ad prefetching (https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html) in the MediaTailor User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation CreatePrefetchSchedule for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreatePrefetchSchedule

func (*MediaTailor) CreatePrefetchScheduleRequest added in v1.41.1

func (c *MediaTailor) CreatePrefetchScheduleRequest(input *CreatePrefetchScheduleInput) (req *request.Request, output *CreatePrefetchScheduleOutput)

CreatePrefetchScheduleRequest generates a "aws/request.Request" representing the client's request for the CreatePrefetchSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreatePrefetchSchedule for more information on using the CreatePrefetchSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreatePrefetchScheduleRequest method.
req, resp := client.CreatePrefetchScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreatePrefetchSchedule

func (*MediaTailor) CreatePrefetchScheduleWithContext added in v1.41.1

func (c *MediaTailor) CreatePrefetchScheduleWithContext(ctx aws.Context, input *CreatePrefetchScheduleInput, opts ...request.Option) (*CreatePrefetchScheduleOutput, error)

CreatePrefetchScheduleWithContext is the same as CreatePrefetchSchedule with the addition of the ability to pass a context and additional request options.

See CreatePrefetchSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) CreateProgram added in v1.37.30

func (c *MediaTailor) CreateProgram(input *CreateProgramInput) (*CreateProgramOutput, error)

CreateProgram API operation for AWS MediaTailor.

Creates a program within a channel. For information about programs, see Working with programs (https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-programs.html) in the MediaTailor User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation CreateProgram for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreateProgram

func (*MediaTailor) CreateProgramRequest added in v1.37.30

func (c *MediaTailor) CreateProgramRequest(input *CreateProgramInput) (req *request.Request, output *CreateProgramOutput)

CreateProgramRequest generates a "aws/request.Request" representing the client's request for the CreateProgram operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateProgram for more information on using the CreateProgram API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateProgramRequest method.
req, resp := client.CreateProgramRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreateProgram

func (*MediaTailor) CreateProgramWithContext added in v1.37.30

func (c *MediaTailor) CreateProgramWithContext(ctx aws.Context, input *CreateProgramInput, opts ...request.Option) (*CreateProgramOutput, error)

CreateProgramWithContext is the same as CreateProgram with the addition of the ability to pass a context and additional request options.

See CreateProgram for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) CreateSourceLocation added in v1.37.30

func (c *MediaTailor) CreateSourceLocation(input *CreateSourceLocationInput) (*CreateSourceLocationOutput, error)

CreateSourceLocation API operation for AWS MediaTailor.

Creates a source location. A source location is a container for sources. For more information about source locations, see Working with source locations (https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html) in the MediaTailor User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation CreateSourceLocation for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreateSourceLocation

func (*MediaTailor) CreateSourceLocationRequest added in v1.37.30

func (c *MediaTailor) CreateSourceLocationRequest(input *CreateSourceLocationInput) (req *request.Request, output *CreateSourceLocationOutput)

CreateSourceLocationRequest generates a "aws/request.Request" representing the client's request for the CreateSourceLocation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateSourceLocation for more information on using the CreateSourceLocation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateSourceLocationRequest method.
req, resp := client.CreateSourceLocationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreateSourceLocation

func (*MediaTailor) CreateSourceLocationWithContext added in v1.37.30

func (c *MediaTailor) CreateSourceLocationWithContext(ctx aws.Context, input *CreateSourceLocationInput, opts ...request.Option) (*CreateSourceLocationOutput, error)

CreateSourceLocationWithContext is the same as CreateSourceLocation with the addition of the ability to pass a context and additional request options.

See CreateSourceLocation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) CreateVodSource added in v1.37.30

func (c *MediaTailor) CreateVodSource(input *CreateVodSourceInput) (*CreateVodSourceOutput, error)

CreateVodSource API operation for AWS MediaTailor.

The VOD source configuration parameters.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation CreateVodSource for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreateVodSource

func (*MediaTailor) CreateVodSourceRequest added in v1.37.30

func (c *MediaTailor) CreateVodSourceRequest(input *CreateVodSourceInput) (req *request.Request, output *CreateVodSourceOutput)

CreateVodSourceRequest generates a "aws/request.Request" representing the client's request for the CreateVodSource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateVodSource for more information on using the CreateVodSource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateVodSourceRequest method.
req, resp := client.CreateVodSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreateVodSource

func (*MediaTailor) CreateVodSourceWithContext added in v1.37.30

func (c *MediaTailor) CreateVodSourceWithContext(ctx aws.Context, input *CreateVodSourceInput, opts ...request.Option) (*CreateVodSourceOutput, error)

CreateVodSourceWithContext is the same as CreateVodSource with the addition of the ability to pass a context and additional request options.

See CreateVodSource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) DeleteChannel added in v1.37.30

func (c *MediaTailor) DeleteChannel(input *DeleteChannelInput) (*DeleteChannelOutput, error)

DeleteChannel API operation for AWS MediaTailor.

Deletes a channel. For information about MediaTailor channels, see Working with channels (https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html) in the MediaTailor User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation DeleteChannel for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeleteChannel

func (*MediaTailor) DeleteChannelPolicy added in v1.37.30

func (c *MediaTailor) DeleteChannelPolicy(input *DeleteChannelPolicyInput) (*DeleteChannelPolicyOutput, error)

DeleteChannelPolicy API operation for AWS MediaTailor.

The channel policy to delete.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation DeleteChannelPolicy for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeleteChannelPolicy

func (*MediaTailor) DeleteChannelPolicyRequest added in v1.37.30

func (c *MediaTailor) DeleteChannelPolicyRequest(input *DeleteChannelPolicyInput) (req *request.Request, output *DeleteChannelPolicyOutput)

DeleteChannelPolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteChannelPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteChannelPolicy for more information on using the DeleteChannelPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteChannelPolicyRequest method.
req, resp := client.DeleteChannelPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeleteChannelPolicy

func (*MediaTailor) DeleteChannelPolicyWithContext added in v1.37.30

func (c *MediaTailor) DeleteChannelPolicyWithContext(ctx aws.Context, input *DeleteChannelPolicyInput, opts ...request.Option) (*DeleteChannelPolicyOutput, error)

DeleteChannelPolicyWithContext is the same as DeleteChannelPolicy with the addition of the ability to pass a context and additional request options.

See DeleteChannelPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) DeleteChannelRequest added in v1.37.30

func (c *MediaTailor) DeleteChannelRequest(input *DeleteChannelInput) (req *request.Request, output *DeleteChannelOutput)

DeleteChannelRequest generates a "aws/request.Request" representing the client's request for the DeleteChannel operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteChannel for more information on using the DeleteChannel API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteChannelRequest method.
req, resp := client.DeleteChannelRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeleteChannel

func (*MediaTailor) DeleteChannelWithContext added in v1.37.30

func (c *MediaTailor) DeleteChannelWithContext(ctx aws.Context, input *DeleteChannelInput, opts ...request.Option) (*DeleteChannelOutput, error)

DeleteChannelWithContext is the same as DeleteChannel with the addition of the ability to pass a context and additional request options.

See DeleteChannel for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) DeleteLiveSource added in v1.43.44

func (c *MediaTailor) DeleteLiveSource(input *DeleteLiveSourceInput) (*DeleteLiveSourceOutput, error)

DeleteLiveSource API operation for AWS MediaTailor.

The live source to delete.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation DeleteLiveSource for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeleteLiveSource

func (*MediaTailor) DeleteLiveSourceRequest added in v1.43.44

func (c *MediaTailor) DeleteLiveSourceRequest(input *DeleteLiveSourceInput) (req *request.Request, output *DeleteLiveSourceOutput)

DeleteLiveSourceRequest generates a "aws/request.Request" representing the client's request for the DeleteLiveSource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteLiveSource for more information on using the DeleteLiveSource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteLiveSourceRequest method.
req, resp := client.DeleteLiveSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeleteLiveSource

func (*MediaTailor) DeleteLiveSourceWithContext added in v1.43.44

func (c *MediaTailor) DeleteLiveSourceWithContext(ctx aws.Context, input *DeleteLiveSourceInput, opts ...request.Option) (*DeleteLiveSourceOutput, error)

DeleteLiveSourceWithContext is the same as DeleteLiveSource with the addition of the ability to pass a context and additional request options.

See DeleteLiveSource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) DeletePlaybackConfiguration

func (c *MediaTailor) DeletePlaybackConfiguration(input *DeletePlaybackConfigurationInput) (*DeletePlaybackConfigurationOutput, error)

DeletePlaybackConfiguration API operation for AWS MediaTailor.

Deletes a playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor (https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation DeletePlaybackConfiguration for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeletePlaybackConfiguration

func (*MediaTailor) DeletePlaybackConfigurationRequest

func (c *MediaTailor) DeletePlaybackConfigurationRequest(input *DeletePlaybackConfigurationInput) (req *request.Request, output *DeletePlaybackConfigurationOutput)

DeletePlaybackConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeletePlaybackConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeletePlaybackConfiguration for more information on using the DeletePlaybackConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeletePlaybackConfigurationRequest method.
req, resp := client.DeletePlaybackConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeletePlaybackConfiguration

func (*MediaTailor) DeletePlaybackConfigurationWithContext

func (c *MediaTailor) DeletePlaybackConfigurationWithContext(ctx aws.Context, input *DeletePlaybackConfigurationInput, opts ...request.Option) (*DeletePlaybackConfigurationOutput, error)

DeletePlaybackConfigurationWithContext is the same as DeletePlaybackConfiguration with the addition of the ability to pass a context and additional request options.

See DeletePlaybackConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) DeletePrefetchSchedule added in v1.41.1

func (c *MediaTailor) DeletePrefetchSchedule(input *DeletePrefetchScheduleInput) (*DeletePrefetchScheduleOutput, error)

DeletePrefetchSchedule API operation for AWS MediaTailor.

Deletes a prefetch schedule for a specific playback configuration. If you call DeletePrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code. For more information about ad prefetching, see Using ad prefetching (https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html) in the MediaTailor User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation DeletePrefetchSchedule for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeletePrefetchSchedule

func (*MediaTailor) DeletePrefetchScheduleRequest added in v1.41.1

func (c *MediaTailor) DeletePrefetchScheduleRequest(input *DeletePrefetchScheduleInput) (req *request.Request, output *DeletePrefetchScheduleOutput)

DeletePrefetchScheduleRequest generates a "aws/request.Request" representing the client's request for the DeletePrefetchSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeletePrefetchSchedule for more information on using the DeletePrefetchSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeletePrefetchScheduleRequest method.
req, resp := client.DeletePrefetchScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeletePrefetchSchedule

func (*MediaTailor) DeletePrefetchScheduleWithContext added in v1.41.1

func (c *MediaTailor) DeletePrefetchScheduleWithContext(ctx aws.Context, input *DeletePrefetchScheduleInput, opts ...request.Option) (*DeletePrefetchScheduleOutput, error)

DeletePrefetchScheduleWithContext is the same as DeletePrefetchSchedule with the addition of the ability to pass a context and additional request options.

See DeletePrefetchSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) DeleteProgram added in v1.37.30

func (c *MediaTailor) DeleteProgram(input *DeleteProgramInput) (*DeleteProgramOutput, error)

DeleteProgram API operation for AWS MediaTailor.

Deletes a program within a channel. For information about programs, see Working with programs (https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-programs.html) in the MediaTailor User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation DeleteProgram for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeleteProgram

func (*MediaTailor) DeleteProgramRequest added in v1.37.30

func (c *MediaTailor) DeleteProgramRequest(input *DeleteProgramInput) (req *request.Request, output *DeleteProgramOutput)

DeleteProgramRequest generates a "aws/request.Request" representing the client's request for the DeleteProgram operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteProgram for more information on using the DeleteProgram API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteProgramRequest method.
req, resp := client.DeleteProgramRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeleteProgram

func (*MediaTailor) DeleteProgramWithContext added in v1.37.30

func (c *MediaTailor) DeleteProgramWithContext(ctx aws.Context, input *DeleteProgramInput, opts ...request.Option) (*DeleteProgramOutput, error)

DeleteProgramWithContext is the same as DeleteProgram with the addition of the ability to pass a context and additional request options.

See DeleteProgram for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) DeleteSourceLocation added in v1.37.30

func (c *MediaTailor) DeleteSourceLocation(input *DeleteSourceLocationInput) (*DeleteSourceLocationOutput, error)

DeleteSourceLocation API operation for AWS MediaTailor.

Deletes a source location. A source location is a container for sources. For more information about source locations, see Working with source locations (https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html) in the MediaTailor User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation DeleteSourceLocation for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeleteSourceLocation

func (*MediaTailor) DeleteSourceLocationRequest added in v1.37.30

func (c *MediaTailor) DeleteSourceLocationRequest(input *DeleteSourceLocationInput) (req *request.Request, output *DeleteSourceLocationOutput)

DeleteSourceLocationRequest generates a "aws/request.Request" representing the client's request for the DeleteSourceLocation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteSourceLocation for more information on using the DeleteSourceLocation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteSourceLocationRequest method.
req, resp := client.DeleteSourceLocationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeleteSourceLocation

func (*MediaTailor) DeleteSourceLocationWithContext added in v1.37.30

func (c *MediaTailor) DeleteSourceLocationWithContext(ctx aws.Context, input *DeleteSourceLocationInput, opts ...request.Option) (*DeleteSourceLocationOutput, error)

DeleteSourceLocationWithContext is the same as DeleteSourceLocation with the addition of the ability to pass a context and additional request options.

See DeleteSourceLocation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) DeleteVodSource added in v1.37.30

func (c *MediaTailor) DeleteVodSource(input *DeleteVodSourceInput) (*DeleteVodSourceOutput, error)

DeleteVodSource API operation for AWS MediaTailor.

The video on demand (VOD) source to delete.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation DeleteVodSource for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeleteVodSource

func (*MediaTailor) DeleteVodSourceRequest added in v1.37.30

func (c *MediaTailor) DeleteVodSourceRequest(input *DeleteVodSourceInput) (req *request.Request, output *DeleteVodSourceOutput)

DeleteVodSourceRequest generates a "aws/request.Request" representing the client's request for the DeleteVodSource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteVodSource for more information on using the DeleteVodSource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteVodSourceRequest method.
req, resp := client.DeleteVodSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeleteVodSource

func (*MediaTailor) DeleteVodSourceWithContext added in v1.37.30

func (c *MediaTailor) DeleteVodSourceWithContext(ctx aws.Context, input *DeleteVodSourceInput, opts ...request.Option) (*DeleteVodSourceOutput, error)

DeleteVodSourceWithContext is the same as DeleteVodSource with the addition of the ability to pass a context and additional request options.

See DeleteVodSource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) DescribeChannel added in v1.37.30

func (c *MediaTailor) DescribeChannel(input *DescribeChannelInput) (*DescribeChannelOutput, error)

DescribeChannel API operation for AWS MediaTailor.

Describes a channel. For information about MediaTailor channels, see Working with channels (https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html) in the MediaTailor User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation DescribeChannel for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DescribeChannel

func (*MediaTailor) DescribeChannelRequest added in v1.37.30

func (c *MediaTailor) DescribeChannelRequest(input *DescribeChannelInput) (req *request.Request, output *DescribeChannelOutput)

DescribeChannelRequest generates a "aws/request.Request" representing the client's request for the DescribeChannel operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeChannel for more information on using the DescribeChannel API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeChannelRequest method.
req, resp := client.DescribeChannelRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DescribeChannel

func (*MediaTailor) DescribeChannelWithContext added in v1.37.30

func (c *MediaTailor) DescribeChannelWithContext(ctx aws.Context, input *DescribeChannelInput, opts ...request.Option) (*DescribeChannelOutput, error)

DescribeChannelWithContext is the same as DescribeChannel with the addition of the ability to pass a context and additional request options.

See DescribeChannel for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) DescribeLiveSource added in v1.43.44

func (c *MediaTailor) DescribeLiveSource(input *DescribeLiveSourceInput) (*DescribeLiveSourceOutput, error)

DescribeLiveSource API operation for AWS MediaTailor.

The live source to describe.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation DescribeLiveSource for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DescribeLiveSource

func (*MediaTailor) DescribeLiveSourceRequest added in v1.43.44

func (c *MediaTailor) DescribeLiveSourceRequest(input *DescribeLiveSourceInput) (req *request.Request, output *DescribeLiveSourceOutput)

DescribeLiveSourceRequest generates a "aws/request.Request" representing the client's request for the DescribeLiveSource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeLiveSource for more information on using the DescribeLiveSource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeLiveSourceRequest method.
req, resp := client.DescribeLiveSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DescribeLiveSource

func (*MediaTailor) DescribeLiveSourceWithContext added in v1.43.44

func (c *MediaTailor) DescribeLiveSourceWithContext(ctx aws.Context, input *DescribeLiveSourceInput, opts ...request.Option) (*DescribeLiveSourceOutput, error)

DescribeLiveSourceWithContext is the same as DescribeLiveSource with the addition of the ability to pass a context and additional request options.

See DescribeLiveSource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) DescribeProgram added in v1.37.30

func (c *MediaTailor) DescribeProgram(input *DescribeProgramInput) (*DescribeProgramOutput, error)

DescribeProgram API operation for AWS MediaTailor.

Describes a program within a channel. For information about programs, see Working with programs (https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-programs.html) in the MediaTailor User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation DescribeProgram for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DescribeProgram

func (*MediaTailor) DescribeProgramRequest added in v1.37.30

func (c *MediaTailor) DescribeProgramRequest(input *DescribeProgramInput) (req *request.Request, output *DescribeProgramOutput)

DescribeProgramRequest generates a "aws/request.Request" representing the client's request for the DescribeProgram operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeProgram for more information on using the DescribeProgram API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeProgramRequest method.
req, resp := client.DescribeProgramRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DescribeProgram

func (*MediaTailor) DescribeProgramWithContext added in v1.37.30

func (c *MediaTailor) DescribeProgramWithContext(ctx aws.Context, input *DescribeProgramInput, opts ...request.Option) (*DescribeProgramOutput, error)

DescribeProgramWithContext is the same as DescribeProgram with the addition of the ability to pass a context and additional request options.

See DescribeProgram for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) DescribeSourceLocation added in v1.37.30

func (c *MediaTailor) DescribeSourceLocation(input *DescribeSourceLocationInput) (*DescribeSourceLocationOutput, error)

DescribeSourceLocation API operation for AWS MediaTailor.

Describes a source location. A source location is a container for sources. For more information about source locations, see Working with source locations (https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html) in the MediaTailor User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation DescribeSourceLocation for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DescribeSourceLocation

func (*MediaTailor) DescribeSourceLocationRequest added in v1.37.30

func (c *MediaTailor) DescribeSourceLocationRequest(input *DescribeSourceLocationInput) (req *request.Request, output *DescribeSourceLocationOutput)

DescribeSourceLocationRequest generates a "aws/request.Request" representing the client's request for the DescribeSourceLocation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeSourceLocation for more information on using the DescribeSourceLocation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeSourceLocationRequest method.
req, resp := client.DescribeSourceLocationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DescribeSourceLocation

func (*MediaTailor) DescribeSourceLocationWithContext added in v1.37.30

func (c *MediaTailor) DescribeSourceLocationWithContext(ctx aws.Context, input *DescribeSourceLocationInput, opts ...request.Option) (*DescribeSourceLocationOutput, error)

DescribeSourceLocationWithContext is the same as DescribeSourceLocation with the addition of the ability to pass a context and additional request options.

See DescribeSourceLocation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) DescribeVodSource added in v1.37.30

func (c *MediaTailor) DescribeVodSource(input *DescribeVodSourceInput) (*DescribeVodSourceOutput, error)

DescribeVodSource API operation for AWS MediaTailor.

Provides details about a specific video on demand (VOD) source in a specific source location.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation DescribeVodSource for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DescribeVodSource

func (*MediaTailor) DescribeVodSourceRequest added in v1.37.30

func (c *MediaTailor) DescribeVodSourceRequest(input *DescribeVodSourceInput) (req *request.Request, output *DescribeVodSourceOutput)

DescribeVodSourceRequest generates a "aws/request.Request" representing the client's request for the DescribeVodSource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeVodSource for more information on using the DescribeVodSource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeVodSourceRequest method.
req, resp := client.DescribeVodSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DescribeVodSource

func (*MediaTailor) DescribeVodSourceWithContext added in v1.37.30

func (c *MediaTailor) DescribeVodSourceWithContext(ctx aws.Context, input *DescribeVodSourceInput, opts ...request.Option) (*DescribeVodSourceOutput, error)

DescribeVodSourceWithContext is the same as DescribeVodSource with the addition of the ability to pass a context and additional request options.

See DescribeVodSource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) GetChannelPolicy added in v1.37.30

func (c *MediaTailor) GetChannelPolicy(input *GetChannelPolicyInput) (*GetChannelPolicyOutput, error)

GetChannelPolicy API operation for AWS MediaTailor.

Returns the channel's IAM policy. IAM policies are used to control access to your channel.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation GetChannelPolicy for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/GetChannelPolicy

func (*MediaTailor) GetChannelPolicyRequest added in v1.37.30

func (c *MediaTailor) GetChannelPolicyRequest(input *GetChannelPolicyInput) (req *request.Request, output *GetChannelPolicyOutput)

GetChannelPolicyRequest generates a "aws/request.Request" representing the client's request for the GetChannelPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetChannelPolicy for more information on using the GetChannelPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetChannelPolicyRequest method.
req, resp := client.GetChannelPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/GetChannelPolicy

func (*MediaTailor) GetChannelPolicyWithContext added in v1.37.30

func (c *MediaTailor) GetChannelPolicyWithContext(ctx aws.Context, input *GetChannelPolicyInput, opts ...request.Option) (*GetChannelPolicyOutput, error)

GetChannelPolicyWithContext is the same as GetChannelPolicy with the addition of the ability to pass a context and additional request options.

See GetChannelPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) GetChannelSchedule added in v1.37.30

func (c *MediaTailor) GetChannelSchedule(input *GetChannelScheduleInput) (*GetChannelScheduleOutput, error)

GetChannelSchedule API operation for AWS MediaTailor.

Retrieves information about your channel's schedule.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation GetChannelSchedule for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/GetChannelSchedule

func (*MediaTailor) GetChannelSchedulePages added in v1.37.30

func (c *MediaTailor) GetChannelSchedulePages(input *GetChannelScheduleInput, fn func(*GetChannelScheduleOutput, bool) bool) error

GetChannelSchedulePages iterates over the pages of a GetChannelSchedule operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetChannelSchedule method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetChannelSchedule operation.
pageNum := 0
err := client.GetChannelSchedulePages(params,
    func(page *mediatailor.GetChannelScheduleOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MediaTailor) GetChannelSchedulePagesWithContext added in v1.37.30

func (c *MediaTailor) GetChannelSchedulePagesWithContext(ctx aws.Context, input *GetChannelScheduleInput, fn func(*GetChannelScheduleOutput, bool) bool, opts ...request.Option) error

GetChannelSchedulePagesWithContext same as GetChannelSchedulePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) GetChannelScheduleRequest added in v1.37.30

func (c *MediaTailor) GetChannelScheduleRequest(input *GetChannelScheduleInput) (req *request.Request, output *GetChannelScheduleOutput)

GetChannelScheduleRequest generates a "aws/request.Request" representing the client's request for the GetChannelSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetChannelSchedule for more information on using the GetChannelSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetChannelScheduleRequest method.
req, resp := client.GetChannelScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/GetChannelSchedule

func (*MediaTailor) GetChannelScheduleWithContext added in v1.37.30

func (c *MediaTailor) GetChannelScheduleWithContext(ctx aws.Context, input *GetChannelScheduleInput, opts ...request.Option) (*GetChannelScheduleOutput, error)

GetChannelScheduleWithContext is the same as GetChannelSchedule with the addition of the ability to pass a context and additional request options.

See GetChannelSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) GetPlaybackConfiguration

func (c *MediaTailor) GetPlaybackConfiguration(input *GetPlaybackConfigurationInput) (*GetPlaybackConfigurationOutput, error)

GetPlaybackConfiguration API operation for AWS MediaTailor.

Retrieves a playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor (https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation GetPlaybackConfiguration for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/GetPlaybackConfiguration

func (*MediaTailor) GetPlaybackConfigurationRequest

func (c *MediaTailor) GetPlaybackConfigurationRequest(input *GetPlaybackConfigurationInput) (req *request.Request, output *GetPlaybackConfigurationOutput)

GetPlaybackConfigurationRequest generates a "aws/request.Request" representing the client's request for the GetPlaybackConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetPlaybackConfiguration for more information on using the GetPlaybackConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetPlaybackConfigurationRequest method.
req, resp := client.GetPlaybackConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/GetPlaybackConfiguration

func (*MediaTailor) GetPlaybackConfigurationWithContext

func (c *MediaTailor) GetPlaybackConfigurationWithContext(ctx aws.Context, input *GetPlaybackConfigurationInput, opts ...request.Option) (*GetPlaybackConfigurationOutput, error)

GetPlaybackConfigurationWithContext is the same as GetPlaybackConfiguration with the addition of the ability to pass a context and additional request options.

See GetPlaybackConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) GetPrefetchSchedule added in v1.41.1

func (c *MediaTailor) GetPrefetchSchedule(input *GetPrefetchScheduleInput) (*GetPrefetchScheduleOutput, error)

GetPrefetchSchedule API operation for AWS MediaTailor.

Retrieves a prefetch schedule for a playback configuration. A prefetch schedule allows you to tell MediaTailor to fetch and prepare certain ads before an ad break happens. For more information about ad prefetching, see Using ad prefetching (https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html) in the MediaTailor User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation GetPrefetchSchedule for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/GetPrefetchSchedule

func (*MediaTailor) GetPrefetchScheduleRequest added in v1.41.1

func (c *MediaTailor) GetPrefetchScheduleRequest(input *GetPrefetchScheduleInput) (req *request.Request, output *GetPrefetchScheduleOutput)

GetPrefetchScheduleRequest generates a "aws/request.Request" representing the client's request for the GetPrefetchSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetPrefetchSchedule for more information on using the GetPrefetchSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetPrefetchScheduleRequest method.
req, resp := client.GetPrefetchScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/GetPrefetchSchedule

func (*MediaTailor) GetPrefetchScheduleWithContext added in v1.41.1

func (c *MediaTailor) GetPrefetchScheduleWithContext(ctx aws.Context, input *GetPrefetchScheduleInput, opts ...request.Option) (*GetPrefetchScheduleOutput, error)

GetPrefetchScheduleWithContext is the same as GetPrefetchSchedule with the addition of the ability to pass a context and additional request options.

See GetPrefetchSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) ListAlerts added in v1.39.3

func (c *MediaTailor) ListAlerts(input *ListAlertsInput) (*ListAlertsOutput, error)

ListAlerts API operation for AWS MediaTailor.

Lists the alerts that are associated with a MediaTailor channel assembly resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation ListAlerts for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListAlerts

func (*MediaTailor) ListAlertsPages added in v1.39.3

func (c *MediaTailor) ListAlertsPages(input *ListAlertsInput, fn func(*ListAlertsOutput, bool) bool) error

ListAlertsPages iterates over the pages of a ListAlerts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAlerts method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAlerts operation.
pageNum := 0
err := client.ListAlertsPages(params,
    func(page *mediatailor.ListAlertsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MediaTailor) ListAlertsPagesWithContext added in v1.39.3

func (c *MediaTailor) ListAlertsPagesWithContext(ctx aws.Context, input *ListAlertsInput, fn func(*ListAlertsOutput, bool) bool, opts ...request.Option) error

ListAlertsPagesWithContext same as ListAlertsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) ListAlertsRequest added in v1.39.3

func (c *MediaTailor) ListAlertsRequest(input *ListAlertsInput) (req *request.Request, output *ListAlertsOutput)

ListAlertsRequest generates a "aws/request.Request" representing the client's request for the ListAlerts operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAlerts for more information on using the ListAlerts API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAlertsRequest method.
req, resp := client.ListAlertsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListAlerts

func (*MediaTailor) ListAlertsWithContext added in v1.39.3

func (c *MediaTailor) ListAlertsWithContext(ctx aws.Context, input *ListAlertsInput, opts ...request.Option) (*ListAlertsOutput, error)

ListAlertsWithContext is the same as ListAlerts with the addition of the ability to pass a context and additional request options.

See ListAlerts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) ListChannels added in v1.37.30

func (c *MediaTailor) ListChannels(input *ListChannelsInput) (*ListChannelsOutput, error)

ListChannels API operation for AWS MediaTailor.

Retrieves information about the channels that are associated with the current AWS account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation ListChannels for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListChannels

func (*MediaTailor) ListChannelsPages added in v1.37.30

func (c *MediaTailor) ListChannelsPages(input *ListChannelsInput, fn func(*ListChannelsOutput, bool) bool) error

ListChannelsPages iterates over the pages of a ListChannels operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListChannels method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListChannels operation.
pageNum := 0
err := client.ListChannelsPages(params,
    func(page *mediatailor.ListChannelsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MediaTailor) ListChannelsPagesWithContext added in v1.37.30

func (c *MediaTailor) ListChannelsPagesWithContext(ctx aws.Context, input *ListChannelsInput, fn func(*ListChannelsOutput, bool) bool, opts ...request.Option) error

ListChannelsPagesWithContext same as ListChannelsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) ListChannelsRequest added in v1.37.30

func (c *MediaTailor) ListChannelsRequest(input *ListChannelsInput) (req *request.Request, output *ListChannelsOutput)

ListChannelsRequest generates a "aws/request.Request" representing the client's request for the ListChannels operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListChannels for more information on using the ListChannels API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListChannelsRequest method.
req, resp := client.ListChannelsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListChannels

func (*MediaTailor) ListChannelsWithContext added in v1.37.30

func (c *MediaTailor) ListChannelsWithContext(ctx aws.Context, input *ListChannelsInput, opts ...request.Option) (*ListChannelsOutput, error)

ListChannelsWithContext is the same as ListChannels with the addition of the ability to pass a context and additional request options.

See ListChannels for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) ListLiveSources added in v1.43.44

func (c *MediaTailor) ListLiveSources(input *ListLiveSourcesInput) (*ListLiveSourcesOutput, error)

ListLiveSources API operation for AWS MediaTailor.

Lists the live sources contained in a source location. A source represents a piece of content.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation ListLiveSources for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListLiveSources

func (*MediaTailor) ListLiveSourcesPages added in v1.43.44

func (c *MediaTailor) ListLiveSourcesPages(input *ListLiveSourcesInput, fn func(*ListLiveSourcesOutput, bool) bool) error

ListLiveSourcesPages iterates over the pages of a ListLiveSources operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListLiveSources method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListLiveSources operation.
pageNum := 0
err := client.ListLiveSourcesPages(params,
    func(page *mediatailor.ListLiveSourcesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MediaTailor) ListLiveSourcesPagesWithContext added in v1.43.44

func (c *MediaTailor) ListLiveSourcesPagesWithContext(ctx aws.Context, input *ListLiveSourcesInput, fn func(*ListLiveSourcesOutput, bool) bool, opts ...request.Option) error

ListLiveSourcesPagesWithContext same as ListLiveSourcesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) ListLiveSourcesRequest added in v1.43.44

func (c *MediaTailor) ListLiveSourcesRequest(input *ListLiveSourcesInput) (req *request.Request, output *ListLiveSourcesOutput)

ListLiveSourcesRequest generates a "aws/request.Request" representing the client's request for the ListLiveSources operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListLiveSources for more information on using the ListLiveSources API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListLiveSourcesRequest method.
req, resp := client.ListLiveSourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListLiveSources

func (*MediaTailor) ListLiveSourcesWithContext added in v1.43.44

func (c *MediaTailor) ListLiveSourcesWithContext(ctx aws.Context, input *ListLiveSourcesInput, opts ...request.Option) (*ListLiveSourcesOutput, error)

ListLiveSourcesWithContext is the same as ListLiveSources with the addition of the ability to pass a context and additional request options.

See ListLiveSources for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) ListPlaybackConfigurations

func (c *MediaTailor) ListPlaybackConfigurations(input *ListPlaybackConfigurationsInput) (*ListPlaybackConfigurationsOutput, error)

ListPlaybackConfigurations API operation for AWS MediaTailor.

Retrieves existing playback configurations. For information about MediaTailor configurations, see Working with Configurations in AWS Elemental MediaTailor (https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation ListPlaybackConfigurations for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListPlaybackConfigurations

func (*MediaTailor) ListPlaybackConfigurationsPages added in v1.37.11

func (c *MediaTailor) ListPlaybackConfigurationsPages(input *ListPlaybackConfigurationsInput, fn func(*ListPlaybackConfigurationsOutput, bool) bool) error

ListPlaybackConfigurationsPages iterates over the pages of a ListPlaybackConfigurations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPlaybackConfigurations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPlaybackConfigurations operation.
pageNum := 0
err := client.ListPlaybackConfigurationsPages(params,
    func(page *mediatailor.ListPlaybackConfigurationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MediaTailor) ListPlaybackConfigurationsPagesWithContext added in v1.37.11

func (c *MediaTailor) ListPlaybackConfigurationsPagesWithContext(ctx aws.Context, input *ListPlaybackConfigurationsInput, fn func(*ListPlaybackConfigurationsOutput, bool) bool, opts ...request.Option) error

ListPlaybackConfigurationsPagesWithContext same as ListPlaybackConfigurationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) ListPlaybackConfigurationsRequest

func (c *MediaTailor) ListPlaybackConfigurationsRequest(input *ListPlaybackConfigurationsInput) (req *request.Request, output *ListPlaybackConfigurationsOutput)

ListPlaybackConfigurationsRequest generates a "aws/request.Request" representing the client's request for the ListPlaybackConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPlaybackConfigurations for more information on using the ListPlaybackConfigurations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPlaybackConfigurationsRequest method.
req, resp := client.ListPlaybackConfigurationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListPlaybackConfigurations

func (*MediaTailor) ListPlaybackConfigurationsWithContext

func (c *MediaTailor) ListPlaybackConfigurationsWithContext(ctx aws.Context, input *ListPlaybackConfigurationsInput, opts ...request.Option) (*ListPlaybackConfigurationsOutput, error)

ListPlaybackConfigurationsWithContext is the same as ListPlaybackConfigurations with the addition of the ability to pass a context and additional request options.

See ListPlaybackConfigurations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) ListPrefetchSchedules added in v1.41.1

func (c *MediaTailor) ListPrefetchSchedules(input *ListPrefetchSchedulesInput) (*ListPrefetchSchedulesOutput, error)

ListPrefetchSchedules API operation for AWS MediaTailor.

Lists the prefetch schedules for a playback configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation ListPrefetchSchedules for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListPrefetchSchedules

func (*MediaTailor) ListPrefetchSchedulesPages added in v1.41.1

func (c *MediaTailor) ListPrefetchSchedulesPages(input *ListPrefetchSchedulesInput, fn func(*ListPrefetchSchedulesOutput, bool) bool) error

ListPrefetchSchedulesPages iterates over the pages of a ListPrefetchSchedules operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPrefetchSchedules method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPrefetchSchedules operation.
pageNum := 0
err := client.ListPrefetchSchedulesPages(params,
    func(page *mediatailor.ListPrefetchSchedulesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MediaTailor) ListPrefetchSchedulesPagesWithContext added in v1.41.1

func (c *MediaTailor) ListPrefetchSchedulesPagesWithContext(ctx aws.Context, input *ListPrefetchSchedulesInput, fn func(*ListPrefetchSchedulesOutput, bool) bool, opts ...request.Option) error

ListPrefetchSchedulesPagesWithContext same as ListPrefetchSchedulesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) ListPrefetchSchedulesRequest added in v1.41.1

func (c *MediaTailor) ListPrefetchSchedulesRequest(input *ListPrefetchSchedulesInput) (req *request.Request, output *ListPrefetchSchedulesOutput)

ListPrefetchSchedulesRequest generates a "aws/request.Request" representing the client's request for the ListPrefetchSchedules operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPrefetchSchedules for more information on using the ListPrefetchSchedules API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPrefetchSchedulesRequest method.
req, resp := client.ListPrefetchSchedulesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListPrefetchSchedules

func (*MediaTailor) ListPrefetchSchedulesWithContext added in v1.41.1

func (c *MediaTailor) ListPrefetchSchedulesWithContext(ctx aws.Context, input *ListPrefetchSchedulesInput, opts ...request.Option) (*ListPrefetchSchedulesOutput, error)

ListPrefetchSchedulesWithContext is the same as ListPrefetchSchedules with the addition of the ability to pass a context and additional request options.

See ListPrefetchSchedules for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) ListSourceLocations added in v1.37.30

func (c *MediaTailor) ListSourceLocations(input *ListSourceLocationsInput) (*ListSourceLocationsOutput, error)

ListSourceLocations API operation for AWS MediaTailor.

Lists the source locations for a channel. A source location defines the host server URL, and contains a list of sources.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation ListSourceLocations for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListSourceLocations

func (*MediaTailor) ListSourceLocationsPages added in v1.37.30

func (c *MediaTailor) ListSourceLocationsPages(input *ListSourceLocationsInput, fn func(*ListSourceLocationsOutput, bool) bool) error

ListSourceLocationsPages iterates over the pages of a ListSourceLocations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListSourceLocations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListSourceLocations operation.
pageNum := 0
err := client.ListSourceLocationsPages(params,
    func(page *mediatailor.ListSourceLocationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MediaTailor) ListSourceLocationsPagesWithContext added in v1.37.30

func (c *MediaTailor) ListSourceLocationsPagesWithContext(ctx aws.Context, input *ListSourceLocationsInput, fn func(*ListSourceLocationsOutput, bool) bool, opts ...request.Option) error

ListSourceLocationsPagesWithContext same as ListSourceLocationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) ListSourceLocationsRequest added in v1.37.30

func (c *MediaTailor) ListSourceLocationsRequest(input *ListSourceLocationsInput) (req *request.Request, output *ListSourceLocationsOutput)

ListSourceLocationsRequest generates a "aws/request.Request" representing the client's request for the ListSourceLocations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListSourceLocations for more information on using the ListSourceLocations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListSourceLocationsRequest method.
req, resp := client.ListSourceLocationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListSourceLocations

func (*MediaTailor) ListSourceLocationsWithContext added in v1.37.30

func (c *MediaTailor) ListSourceLocationsWithContext(ctx aws.Context, input *ListSourceLocationsInput, opts ...request.Option) (*ListSourceLocationsOutput, error)

ListSourceLocationsWithContext is the same as ListSourceLocations with the addition of the ability to pass a context and additional request options.

See ListSourceLocations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) ListTagsForResource added in v1.16.34

func (c *MediaTailor) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for AWS MediaTailor.

A list of tags that are associated with this resource. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • BadRequestException A request contains unexpected data.

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListTagsForResource

func (*MediaTailor) ListTagsForResourceRequest added in v1.16.34

func (c *MediaTailor) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListTagsForResource

func (*MediaTailor) ListTagsForResourceWithContext added in v1.16.34

func (c *MediaTailor) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) ListVodSources added in v1.37.30

func (c *MediaTailor) ListVodSources(input *ListVodSourcesInput) (*ListVodSourcesOutput, error)

ListVodSources API operation for AWS MediaTailor.

Lists the VOD sources contained in a source location. A source represents a piece of content.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation ListVodSources for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListVodSources

func (*MediaTailor) ListVodSourcesPages added in v1.37.30

func (c *MediaTailor) ListVodSourcesPages(input *ListVodSourcesInput, fn func(*ListVodSourcesOutput, bool) bool) error

ListVodSourcesPages iterates over the pages of a ListVodSources operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListVodSources method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListVodSources operation.
pageNum := 0
err := client.ListVodSourcesPages(params,
    func(page *mediatailor.ListVodSourcesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MediaTailor) ListVodSourcesPagesWithContext added in v1.37.30

func (c *MediaTailor) ListVodSourcesPagesWithContext(ctx aws.Context, input *ListVodSourcesInput, fn func(*ListVodSourcesOutput, bool) bool, opts ...request.Option) error

ListVodSourcesPagesWithContext same as ListVodSourcesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) ListVodSourcesRequest added in v1.37.30

func (c *MediaTailor) ListVodSourcesRequest(input *ListVodSourcesInput) (req *request.Request, output *ListVodSourcesOutput)

ListVodSourcesRequest generates a "aws/request.Request" representing the client's request for the ListVodSources operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListVodSources for more information on using the ListVodSources API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListVodSourcesRequest method.
req, resp := client.ListVodSourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListVodSources

func (*MediaTailor) ListVodSourcesWithContext added in v1.37.30

func (c *MediaTailor) ListVodSourcesWithContext(ctx aws.Context, input *ListVodSourcesInput, opts ...request.Option) (*ListVodSourcesOutput, error)

ListVodSourcesWithContext is the same as ListVodSources with the addition of the ability to pass a context and additional request options.

See ListVodSources for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) PutChannelPolicy added in v1.37.30

func (c *MediaTailor) PutChannelPolicy(input *PutChannelPolicyInput) (*PutChannelPolicyOutput, error)

PutChannelPolicy API operation for AWS MediaTailor.

Creates an IAM policy for the channel. IAM policies are used to control access to your channel.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation PutChannelPolicy for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/PutChannelPolicy

func (*MediaTailor) PutChannelPolicyRequest added in v1.37.30

func (c *MediaTailor) PutChannelPolicyRequest(input *PutChannelPolicyInput) (req *request.Request, output *PutChannelPolicyOutput)

PutChannelPolicyRequest generates a "aws/request.Request" representing the client's request for the PutChannelPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutChannelPolicy for more information on using the PutChannelPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutChannelPolicyRequest method.
req, resp := client.PutChannelPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/PutChannelPolicy

func (*MediaTailor) PutChannelPolicyWithContext added in v1.37.30

func (c *MediaTailor) PutChannelPolicyWithContext(ctx aws.Context, input *PutChannelPolicyInput, opts ...request.Option) (*PutChannelPolicyOutput, error)

PutChannelPolicyWithContext is the same as PutChannelPolicy with the addition of the ability to pass a context and additional request options.

See PutChannelPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) PutPlaybackConfiguration

func (c *MediaTailor) PutPlaybackConfiguration(input *PutPlaybackConfigurationInput) (*PutPlaybackConfigurationOutput, error)

PutPlaybackConfiguration API operation for AWS MediaTailor.

Creates a playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor (https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation PutPlaybackConfiguration for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/PutPlaybackConfiguration

func (*MediaTailor) PutPlaybackConfigurationRequest

func (c *MediaTailor) PutPlaybackConfigurationRequest(input *PutPlaybackConfigurationInput) (req *request.Request, output *PutPlaybackConfigurationOutput)

PutPlaybackConfigurationRequest generates a "aws/request.Request" representing the client's request for the PutPlaybackConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutPlaybackConfiguration for more information on using the PutPlaybackConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutPlaybackConfigurationRequest method.
req, resp := client.PutPlaybackConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/PutPlaybackConfiguration

func (*MediaTailor) PutPlaybackConfigurationWithContext

func (c *MediaTailor) PutPlaybackConfigurationWithContext(ctx aws.Context, input *PutPlaybackConfigurationInput, opts ...request.Option) (*PutPlaybackConfigurationOutput, error)

PutPlaybackConfigurationWithContext is the same as PutPlaybackConfiguration with the addition of the ability to pass a context and additional request options.

See PutPlaybackConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) StartChannel added in v1.37.30

func (c *MediaTailor) StartChannel(input *StartChannelInput) (*StartChannelOutput, error)

StartChannel API operation for AWS MediaTailor.

Starts a channel. For information about MediaTailor channels, see Working with channels (https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html) in the MediaTailor User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation StartChannel for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/StartChannel

func (*MediaTailor) StartChannelRequest added in v1.37.30

func (c *MediaTailor) StartChannelRequest(input *StartChannelInput) (req *request.Request, output *StartChannelOutput)

StartChannelRequest generates a "aws/request.Request" representing the client's request for the StartChannel operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartChannel for more information on using the StartChannel API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartChannelRequest method.
req, resp := client.StartChannelRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/StartChannel

func (*MediaTailor) StartChannelWithContext added in v1.37.30

func (c *MediaTailor) StartChannelWithContext(ctx aws.Context, input *StartChannelInput, opts ...request.Option) (*StartChannelOutput, error)

StartChannelWithContext is the same as StartChannel with the addition of the ability to pass a context and additional request options.

See StartChannel for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) StopChannel added in v1.37.30

func (c *MediaTailor) StopChannel(input *StopChannelInput) (*StopChannelOutput, error)

StopChannel API operation for AWS MediaTailor.

Stops a channel. For information about MediaTailor channels, see Working with channels (https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html) in the MediaTailor User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation StopChannel for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/StopChannel

func (*MediaTailor) StopChannelRequest added in v1.37.30

func (c *MediaTailor) StopChannelRequest(input *StopChannelInput) (req *request.Request, output *StopChannelOutput)

StopChannelRequest generates a "aws/request.Request" representing the client's request for the StopChannel operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopChannel for more information on using the StopChannel API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopChannelRequest method.
req, resp := client.StopChannelRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/StopChannel

func (*MediaTailor) StopChannelWithContext added in v1.37.30

func (c *MediaTailor) StopChannelWithContext(ctx aws.Context, input *StopChannelInput, opts ...request.Option) (*StopChannelOutput, error)

StopChannelWithContext is the same as StopChannel with the addition of the ability to pass a context and additional request options.

See StopChannel for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) TagResource added in v1.16.34

func (c *MediaTailor) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for AWS MediaTailor.

The resource to tag. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation TagResource for usage and error information.

Returned Error Types:

  • BadRequestException A request contains unexpected data.

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/TagResource

func (*MediaTailor) TagResourceRequest added in v1.16.34

func (c *MediaTailor) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)

TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TagResource for more information on using the TagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TagResourceRequest method.
req, resp := client.TagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/TagResource

func (*MediaTailor) TagResourceWithContext added in v1.16.34

func (c *MediaTailor) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)

TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.

See TagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) UntagResource added in v1.16.34

func (c *MediaTailor) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for AWS MediaTailor.

The resource to untag.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation UntagResource for usage and error information.

Returned Error Types:

  • BadRequestException A request contains unexpected data.

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/UntagResource

func (*MediaTailor) UntagResourceRequest added in v1.16.34

func (c *MediaTailor) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)

UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UntagResource for more information on using the UntagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UntagResourceRequest method.
req, resp := client.UntagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/UntagResource

func (*MediaTailor) UntagResourceWithContext added in v1.16.34

func (c *MediaTailor) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)

UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.

See UntagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) UpdateChannel added in v1.37.30

func (c *MediaTailor) UpdateChannel(input *UpdateChannelInput) (*UpdateChannelOutput, error)

UpdateChannel API operation for AWS MediaTailor.

Updates a channel. For information about MediaTailor channels, see Working with channels (https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html) in the MediaTailor User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation UpdateChannel for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/UpdateChannel

func (*MediaTailor) UpdateChannelRequest added in v1.37.30

func (c *MediaTailor) UpdateChannelRequest(input *UpdateChannelInput) (req *request.Request, output *UpdateChannelOutput)

UpdateChannelRequest generates a "aws/request.Request" representing the client's request for the UpdateChannel operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateChannel for more information on using the UpdateChannel API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateChannelRequest method.
req, resp := client.UpdateChannelRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/UpdateChannel

func (*MediaTailor) UpdateChannelWithContext added in v1.37.30

func (c *MediaTailor) UpdateChannelWithContext(ctx aws.Context, input *UpdateChannelInput, opts ...request.Option) (*UpdateChannelOutput, error)

UpdateChannelWithContext is the same as UpdateChannel with the addition of the ability to pass a context and additional request options.

See UpdateChannel for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) UpdateLiveSource added in v1.43.44

func (c *MediaTailor) UpdateLiveSource(input *UpdateLiveSourceInput) (*UpdateLiveSourceOutput, error)

UpdateLiveSource API operation for AWS MediaTailor.

Updates a live source's configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation UpdateLiveSource for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/UpdateLiveSource

func (*MediaTailor) UpdateLiveSourceRequest added in v1.43.44

func (c *MediaTailor) UpdateLiveSourceRequest(input *UpdateLiveSourceInput) (req *request.Request, output *UpdateLiveSourceOutput)

UpdateLiveSourceRequest generates a "aws/request.Request" representing the client's request for the UpdateLiveSource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateLiveSource for more information on using the UpdateLiveSource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateLiveSourceRequest method.
req, resp := client.UpdateLiveSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/UpdateLiveSource

func (*MediaTailor) UpdateLiveSourceWithContext added in v1.43.44

func (c *MediaTailor) UpdateLiveSourceWithContext(ctx aws.Context, input *UpdateLiveSourceInput, opts ...request.Option) (*UpdateLiveSourceOutput, error)

UpdateLiveSourceWithContext is the same as UpdateLiveSource with the addition of the ability to pass a context and additional request options.

See UpdateLiveSource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) UpdateProgram added in v1.44.192

func (c *MediaTailor) UpdateProgram(input *UpdateProgramInput) (*UpdateProgramOutput, error)

UpdateProgram API operation for AWS MediaTailor.

Updates a program within a channel.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation UpdateProgram for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/UpdateProgram

func (*MediaTailor) UpdateProgramRequest added in v1.44.192

func (c *MediaTailor) UpdateProgramRequest(input *UpdateProgramInput) (req *request.Request, output *UpdateProgramOutput)

UpdateProgramRequest generates a "aws/request.Request" representing the client's request for the UpdateProgram operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateProgram for more information on using the UpdateProgram API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateProgramRequest method.
req, resp := client.UpdateProgramRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/UpdateProgram

func (*MediaTailor) UpdateProgramWithContext added in v1.44.192

func (c *MediaTailor) UpdateProgramWithContext(ctx aws.Context, input *UpdateProgramInput, opts ...request.Option) (*UpdateProgramOutput, error)

UpdateProgramWithContext is the same as UpdateProgram with the addition of the ability to pass a context and additional request options.

See UpdateProgram for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) UpdateSourceLocation added in v1.37.30

func (c *MediaTailor) UpdateSourceLocation(input *UpdateSourceLocationInput) (*UpdateSourceLocationOutput, error)

UpdateSourceLocation API operation for AWS MediaTailor.

Updates a source location. A source location is a container for sources. For more information about source locations, see Working with source locations (https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html) in the MediaTailor User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation UpdateSourceLocation for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/UpdateSourceLocation

func (*MediaTailor) UpdateSourceLocationRequest added in v1.37.30

func (c *MediaTailor) UpdateSourceLocationRequest(input *UpdateSourceLocationInput) (req *request.Request, output *UpdateSourceLocationOutput)

UpdateSourceLocationRequest generates a "aws/request.Request" representing the client's request for the UpdateSourceLocation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateSourceLocation for more information on using the UpdateSourceLocation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateSourceLocationRequest method.
req, resp := client.UpdateSourceLocationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/UpdateSourceLocation

func (*MediaTailor) UpdateSourceLocationWithContext added in v1.37.30

func (c *MediaTailor) UpdateSourceLocationWithContext(ctx aws.Context, input *UpdateSourceLocationInput, opts ...request.Option) (*UpdateSourceLocationOutput, error)

UpdateSourceLocationWithContext is the same as UpdateSourceLocation with the addition of the ability to pass a context and additional request options.

See UpdateSourceLocation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaTailor) UpdateVodSource added in v1.37.30

func (c *MediaTailor) UpdateVodSource(input *UpdateVodSourceInput) (*UpdateVodSourceOutput, error)

UpdateVodSource API operation for AWS MediaTailor.

Updates a VOD source's configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS MediaTailor's API operation UpdateVodSource for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/UpdateVodSource

func (*MediaTailor) UpdateVodSourceRequest added in v1.37.30

func (c *MediaTailor) UpdateVodSourceRequest(input *UpdateVodSourceInput) (req *request.Request, output *UpdateVodSourceOutput)

UpdateVodSourceRequest generates a "aws/request.Request" representing the client's request for the UpdateVodSource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateVodSource for more information on using the UpdateVodSource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateVodSourceRequest method.
req, resp := client.UpdateVodSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/UpdateVodSource

func (*MediaTailor) UpdateVodSourceWithContext added in v1.37.30

func (c *MediaTailor) UpdateVodSourceWithContext(ctx aws.Context, input *UpdateVodSourceInput, opts ...request.Option) (*UpdateVodSourceOutput, error)

UpdateVodSourceWithContext is the same as UpdateVodSource with the addition of the ability to pass a context and additional request options.

See UpdateVodSource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type PlaybackConfiguration

type PlaybackConfiguration struct {

	// The URL for the ad decision server (ADS). This includes the specification
	// of static parameters and placeholders for dynamic parameters. AWS Elemental
	// MediaTailor substitutes player-specific and session-specific parameters as
	// needed when calling the ADS. Alternately, for testing you can provide a static
	// VAST URL. The maximum length is 25,000 characters.
	AdDecisionServerUrl *string `type:"string"`

	// The configuration for avail suppression, also known as ad suppression. For
	// more information about ad suppression, see Ad Suppression (https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html).
	AvailSuppression *AvailSuppression `type:"structure"`

	// The configuration for bumpers. Bumpers are short audio or video clips that
	// play at the start or before the end of an ad break. To learn more about bumpers,
	// see Bumpers (https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html).
	Bumper *Bumper `type:"structure"`

	// The configuration for using a content delivery network (CDN), like Amazon
	// CloudFront, for content and ad segment management.
	CdnConfiguration *CdnConfiguration `type:"structure"`

	// The player parameters and aliases used as dynamic variables during session
	// initialization. For more information, see Domain Variables (https://docs.aws.amazon.com/mediatailor/latest/ug/variables-domain.html).
	ConfigurationAliases map[string]map[string]*string `type:"map"`

	// The configuration for a DASH source.
	DashConfiguration *DashConfiguration `type:"structure"`

	// The configuration for HLS content.
	HlsConfiguration *HlsConfiguration `type:"structure"`

	// The setting that controls whether players can use stitched or guided ad insertion.
	// The default, STITCHED_ONLY, forces all player sessions to use stitched (server-side)
	// ad insertion. Choosing PLAYER_SELECT allows players to select either stitched
	// or guided ad insertion at session-initialization time. The default for players
	// that do not specify an insertion mode is stitched.
	InsertionMode *string `type:"string" enum:"InsertionMode"`

	// The configuration for pre-roll ad insertion.
	LivePreRollConfiguration *LivePreRollConfiguration `type:"structure"`

	// The Amazon CloudWatch log settings for a playback configuration.
	LogConfiguration *LogConfiguration `type:"structure"`

	// The configuration for manifest processing rules. Manifest processing rules
	// enable customization of the personalized manifests created by MediaTailor.
	ManifestProcessingRules *ManifestProcessingRules `type:"structure"`

	// The identifier for the playback configuration.
	Name *string `type:"string"`

	// Defines the maximum duration of underfilled ad time (in seconds) allowed
	// in an ad break. If the duration of underfilled ad time exceeds the personalization
	// threshold, then the personalization of the ad break is abandoned and the
	// underlying content is shown. This feature applies to ad replacement in live
	// and VOD streams, rather than ad insertion, because it relies on an underlying
	// content stream. For more information about ad break behavior, including ad
	// replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor (https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html).
	PersonalizationThresholdSeconds *int64 `min:"1" type:"integer"`

	// The Amazon Resource Name (ARN) for the playback configuration.
	PlaybackConfigurationArn *string `type:"string"`

	// The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.
	PlaybackEndpointPrefix *string `type:"string"`

	// The URL that the player uses to initialize a session that uses client-side
	// reporting.
	SessionInitializationEndpointPrefix *string `type:"string"`

	// The URL for a video asset to transcode and use to fill in time that's not
	// used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in
	// media content. Configuring the slate is optional for non-VPAID playback configurations.
	// For VPAID, the slate is required because MediaTailor provides it in the slots
	// designated for dynamic ad content. The slate must be a high-quality asset
	// that contains both audio and video.
	SlateAdUrl *string `type:"string"`

	// The tags to assign to the playback configuration. Tags are key-value pairs
	// that you can associate with Amazon resources to help with organization, access
	// control, and cost tracking. For more information, see Tagging AWS Elemental
	// MediaTailor Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The name that is used to associate this playback configuration with a custom
	// transcode profile. This overrides the dynamic transcoding defaults of MediaTailor.
	// Use this only if you have already set up custom profiles with the help of
	// AWS Support.
	TranscodeProfileName *string `type:"string"`

	// The URL prefix for the parent manifest for the stream, minus the asset ID.
	// The maximum length is 512 characters.
	VideoContentSourceUrl *string `type:"string"`
	// contains filtered or unexported fields
}

A playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor (https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html).

func (PlaybackConfiguration) GoString

func (s PlaybackConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PlaybackConfiguration) SetAdDecisionServerUrl

func (s *PlaybackConfiguration) SetAdDecisionServerUrl(v string) *PlaybackConfiguration

SetAdDecisionServerUrl sets the AdDecisionServerUrl field's value.

func (*PlaybackConfiguration) SetAvailSuppression added in v1.37.30

func (s *PlaybackConfiguration) SetAvailSuppression(v *AvailSuppression) *PlaybackConfiguration

SetAvailSuppression sets the AvailSuppression field's value.

func (*PlaybackConfiguration) SetBumper added in v1.37.30

SetBumper sets the Bumper field's value.

func (*PlaybackConfiguration) SetCdnConfiguration

func (s *PlaybackConfiguration) SetCdnConfiguration(v *CdnConfiguration) *PlaybackConfiguration

SetCdnConfiguration sets the CdnConfiguration field's value.

func (*PlaybackConfiguration) SetConfigurationAliases added in v1.37.11

func (s *PlaybackConfiguration) SetConfigurationAliases(v map[string]map[string]*string) *PlaybackConfiguration

SetConfigurationAliases sets the ConfigurationAliases field's value.

func (*PlaybackConfiguration) SetDashConfiguration added in v1.16.34

func (s *PlaybackConfiguration) SetDashConfiguration(v *DashConfiguration) *PlaybackConfiguration

SetDashConfiguration sets the DashConfiguration field's value.

func (*PlaybackConfiguration) SetHlsConfiguration added in v1.16.34

func (s *PlaybackConfiguration) SetHlsConfiguration(v *HlsConfiguration) *PlaybackConfiguration

SetHlsConfiguration sets the HlsConfiguration field's value.

func (*PlaybackConfiguration) SetInsertionMode added in v1.51.21

func (s *PlaybackConfiguration) SetInsertionMode(v string) *PlaybackConfiguration

SetInsertionMode sets the InsertionMode field's value.

func (*PlaybackConfiguration) SetLivePreRollConfiguration added in v1.37.30

func (s *PlaybackConfiguration) SetLivePreRollConfiguration(v *LivePreRollConfiguration) *PlaybackConfiguration

SetLivePreRollConfiguration sets the LivePreRollConfiguration field's value.

func (*PlaybackConfiguration) SetLogConfiguration added in v1.40.47

func (s *PlaybackConfiguration) SetLogConfiguration(v *LogConfiguration) *PlaybackConfiguration

SetLogConfiguration sets the LogConfiguration field's value.

func (*PlaybackConfiguration) SetManifestProcessingRules added in v1.37.30

func (s *PlaybackConfiguration) SetManifestProcessingRules(v *ManifestProcessingRules) *PlaybackConfiguration

SetManifestProcessingRules sets the ManifestProcessingRules field's value.

func (*PlaybackConfiguration) SetName

SetName sets the Name field's value.

func (*PlaybackConfiguration) SetPersonalizationThresholdSeconds added in v1.29.3

func (s *PlaybackConfiguration) SetPersonalizationThresholdSeconds(v int64) *PlaybackConfiguration

SetPersonalizationThresholdSeconds sets the PersonalizationThresholdSeconds field's value.

func (*PlaybackConfiguration) SetPlaybackConfigurationArn added in v1.16.34

func (s *PlaybackConfiguration) SetPlaybackConfigurationArn(v string) *PlaybackConfiguration

SetPlaybackConfigurationArn sets the PlaybackConfigurationArn field's value.

func (*PlaybackConfiguration) SetPlaybackEndpointPrefix added in v1.16.34

func (s *PlaybackConfiguration) SetPlaybackEndpointPrefix(v string) *PlaybackConfiguration

SetPlaybackEndpointPrefix sets the PlaybackEndpointPrefix field's value.

func (*PlaybackConfiguration) SetSessionInitializationEndpointPrefix added in v1.16.34

func (s *PlaybackConfiguration) SetSessionInitializationEndpointPrefix(v string) *PlaybackConfiguration

SetSessionInitializationEndpointPrefix sets the SessionInitializationEndpointPrefix field's value.

func (*PlaybackConfiguration) SetSlateAdUrl

func (s *PlaybackConfiguration) SetSlateAdUrl(v string) *PlaybackConfiguration

SetSlateAdUrl sets the SlateAdUrl field's value.

func (*PlaybackConfiguration) SetTags added in v1.16.34

SetTags sets the Tags field's value.

func (*PlaybackConfiguration) SetTranscodeProfileName added in v1.16.34

func (s *PlaybackConfiguration) SetTranscodeProfileName(v string) *PlaybackConfiguration

SetTranscodeProfileName sets the TranscodeProfileName field's value.

func (*PlaybackConfiguration) SetVideoContentSourceUrl

func (s *PlaybackConfiguration) SetVideoContentSourceUrl(v string) *PlaybackConfiguration

SetVideoContentSourceUrl sets the VideoContentSourceUrl field's value.

func (PlaybackConfiguration) String

func (s PlaybackConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PrefetchConsumption added in v1.41.1

type PrefetchConsumption struct {

	// If you only want MediaTailor to insert prefetched ads into avails (ad breaks)
	// that match specific dynamic variables, such as scte.event_id, set the avail
	// matching criteria.
	AvailMatchingCriteria []*AvailMatchingCriteria `type:"list"`

	// The time when MediaTailor no longer considers the prefetched ads for use
	// in an ad break. MediaTailor automatically deletes prefetch schedules no less
	// than seven days after the end time. If you'd like to manually delete the
	// prefetch schedule, you can call DeletePrefetchSchedule.
	//
	// EndTime is a required field
	EndTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp" required:"true"`

	// The time when prefetched ads are considered for use in an ad break. If you
	// don't specify StartTime, the prefetched ads are available after MediaTailor
	// retrives them from the ad decision server.
	StartTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`
	// contains filtered or unexported fields
}

A complex type that contains settings that determine how and when that MediaTailor places prefetched ads into upcoming ad breaks.

func (PrefetchConsumption) GoString added in v1.41.1

func (s PrefetchConsumption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PrefetchConsumption) SetAvailMatchingCriteria added in v1.41.1

func (s *PrefetchConsumption) SetAvailMatchingCriteria(v []*AvailMatchingCriteria) *PrefetchConsumption

SetAvailMatchingCriteria sets the AvailMatchingCriteria field's value.

func (*PrefetchConsumption) SetEndTime added in v1.41.1

SetEndTime sets the EndTime field's value.

func (*PrefetchConsumption) SetStartTime added in v1.41.1

func (s *PrefetchConsumption) SetStartTime(v time.Time) *PrefetchConsumption

SetStartTime sets the StartTime field's value.

func (PrefetchConsumption) String added in v1.41.1

func (s PrefetchConsumption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PrefetchConsumption) Validate added in v1.41.1

func (s *PrefetchConsumption) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PrefetchRetrieval added in v1.41.1

type PrefetchRetrieval struct {

	// The dynamic variables to use for substitution during prefetch requests to
	// the ad decision server (ADS).
	//
	// You initially configure dynamic variables (https://docs.aws.amazon.com/mediatailor/latest/ug/variables.html)
	// for the ADS URL when you set up your playback configuration. When you specify
	// DynamicVariables for prefetch retrieval, MediaTailor includes the dynamic
	// variables in the request to the ADS.
	DynamicVariables map[string]*string `type:"map"`

	// The time when prefetch retrieval ends for the ad break. Prefetching will
	// be attempted for manifest requests that occur at or before this time.
	//
	// EndTime is a required field
	EndTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp" required:"true"`

	// The time when prefetch retrievals can start for this break. Ad prefetching
	// will be attempted for manifest requests that occur at or after this time.
	// Defaults to the current time. If not specified, the prefetch retrieval starts
	// as soon as possible.
	StartTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`
	// contains filtered or unexported fields
}

A complex type that contains settings governing when MediaTailor prefetches ads, and which dynamic variables that MediaTailor includes in the request to the ad decision server.

func (PrefetchRetrieval) GoString added in v1.41.1

func (s PrefetchRetrieval) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PrefetchRetrieval) SetDynamicVariables added in v1.41.1

func (s *PrefetchRetrieval) SetDynamicVariables(v map[string]*string) *PrefetchRetrieval

SetDynamicVariables sets the DynamicVariables field's value.

func (*PrefetchRetrieval) SetEndTime added in v1.41.1

func (s *PrefetchRetrieval) SetEndTime(v time.Time) *PrefetchRetrieval

SetEndTime sets the EndTime field's value.

func (*PrefetchRetrieval) SetStartTime added in v1.41.1

func (s *PrefetchRetrieval) SetStartTime(v time.Time) *PrefetchRetrieval

SetStartTime sets the StartTime field's value.

func (PrefetchRetrieval) String added in v1.41.1

func (s PrefetchRetrieval) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PrefetchRetrieval) Validate added in v1.41.1

func (s *PrefetchRetrieval) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PrefetchSchedule added in v1.41.1

type PrefetchSchedule struct {

	// The Amazon Resource Name (ARN) of the prefetch schedule.
	//
	// Arn is a required field
	Arn *string `type:"string" required:"true"`

	// Consumption settings determine how, and when, MediaTailor places the prefetched
	// ads into ad breaks. Ad consumption occurs within a span of time that you
	// define, called a consumption window. You can designate which ad breaks that
	// MediaTailor fills with prefetch ads by setting avail matching criteria.
	//
	// Consumption is a required field
	Consumption *PrefetchConsumption `type:"structure" required:"true"`

	// The name of the prefetch schedule. The name must be unique among all prefetch
	// schedules that are associated with the specified playback configuration.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The name of the playback configuration to create the prefetch schedule for.
	//
	// PlaybackConfigurationName is a required field
	PlaybackConfigurationName *string `type:"string" required:"true"`

	// A complex type that contains settings for prefetch retrieval from the ad
	// decision server (ADS).
	//
	// Retrieval is a required field
	Retrieval *PrefetchRetrieval `type:"structure" required:"true"`

	// An optional stream identifier that you can specify in order to prefetch for
	// multiple streams that use the same playback configuration.
	StreamId *string `type:"string"`
	// contains filtered or unexported fields
}

A prefetch schedule allows you to tell MediaTailor to fetch and prepare certain ads before an ad break happens. For more information about ad prefetching, see Using ad prefetching (https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html) in the MediaTailor User Guide.

func (PrefetchSchedule) GoString added in v1.41.1

func (s PrefetchSchedule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PrefetchSchedule) SetArn added in v1.41.1

SetArn sets the Arn field's value.

func (*PrefetchSchedule) SetConsumption added in v1.41.1

func (s *PrefetchSchedule) SetConsumption(v *PrefetchConsumption) *PrefetchSchedule

SetConsumption sets the Consumption field's value.

func (*PrefetchSchedule) SetName added in v1.41.1

func (s *PrefetchSchedule) SetName(v string) *PrefetchSchedule

SetName sets the Name field's value.

func (*PrefetchSchedule) SetPlaybackConfigurationName added in v1.41.1

func (s *PrefetchSchedule) SetPlaybackConfigurationName(v string) *PrefetchSchedule

SetPlaybackConfigurationName sets the PlaybackConfigurationName field's value.

func (*PrefetchSchedule) SetRetrieval added in v1.41.1

SetRetrieval sets the Retrieval field's value.

func (*PrefetchSchedule) SetStreamId added in v1.41.1

func (s *PrefetchSchedule) SetStreamId(v string) *PrefetchSchedule

SetStreamId sets the StreamId field's value.

func (PrefetchSchedule) String added in v1.41.1

func (s PrefetchSchedule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutChannelPolicyInput added in v1.37.30

type PutChannelPolicyInput struct {

	// The channel name associated with this Channel Policy.
	//
	// ChannelName is a required field
	ChannelName *string `location:"uri" locationName:"ChannelName" type:"string" required:"true"`

	// Adds an IAM role that determines the permissions of your channel.
	//
	// Policy is a required field
	Policy *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (PutChannelPolicyInput) GoString added in v1.37.30

func (s PutChannelPolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutChannelPolicyInput) SetChannelName added in v1.37.30

func (s *PutChannelPolicyInput) SetChannelName(v string) *PutChannelPolicyInput

SetChannelName sets the ChannelName field's value.

func (*PutChannelPolicyInput) SetPolicy added in v1.37.30

SetPolicy sets the Policy field's value.

func (PutChannelPolicyInput) String added in v1.37.30

func (s PutChannelPolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutChannelPolicyInput) Validate added in v1.37.30

func (s *PutChannelPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutChannelPolicyOutput added in v1.37.30

type PutChannelPolicyOutput struct {
	// contains filtered or unexported fields
}

func (PutChannelPolicyOutput) GoString added in v1.37.30

func (s PutChannelPolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (PutChannelPolicyOutput) String added in v1.37.30

func (s PutChannelPolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutPlaybackConfigurationInput

type PutPlaybackConfigurationInput struct {

	// The URL for the ad decision server (ADS). This includes the specification
	// of static parameters and placeholders for dynamic parameters. AWS Elemental
	// MediaTailor substitutes player-specific and session-specific parameters as
	// needed when calling the ADS. Alternately, for testing you can provide a static
	// VAST URL. The maximum length is 25,000 characters.
	AdDecisionServerUrl *string `type:"string"`

	// The configuration for avail suppression, also known as ad suppression. For
	// more information about ad suppression, see Ad Suppression (https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html).
	AvailSuppression *AvailSuppression `type:"structure"`

	// The configuration for bumpers. Bumpers are short audio or video clips that
	// play at the start or before the end of an ad break. To learn more about bumpers,
	// see Bumpers (https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html).
	Bumper *Bumper `type:"structure"`

	// The configuration for using a content delivery network (CDN), like Amazon
	// CloudFront, for content and ad segment management.
	CdnConfiguration *CdnConfiguration `type:"structure"`

	// The player parameters and aliases used as dynamic variables during session
	// initialization. For more information, see Domain Variables (https://docs.aws.amazon.com/mediatailor/latest/ug/variables-domain.html).
	ConfigurationAliases map[string]map[string]*string `type:"map"`

	// The configuration for DASH content.
	DashConfiguration *DashConfigurationForPut `type:"structure"`

	// The setting that controls whether players can use stitched or guided ad insertion.
	// The default, STITCHED_ONLY, forces all player sessions to use stitched (server-side)
	// ad insertion. Choosing PLAYER_SELECT allows players to select either stitched
	// or guided ad insertion at session-initialization time. The default for players
	// that do not specify an insertion mode is stitched.
	InsertionMode *string `type:"string" enum:"InsertionMode"`

	// The configuration for pre-roll ad insertion.
	LivePreRollConfiguration *LivePreRollConfiguration `type:"structure"`

	// The configuration for manifest processing rules. Manifest processing rules
	// enable customization of the personalized manifests created by MediaTailor.
	ManifestProcessingRules *ManifestProcessingRules `type:"structure"`

	// The identifier for the playback configuration.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// Defines the maximum duration of underfilled ad time (in seconds) allowed
	// in an ad break. If the duration of underfilled ad time exceeds the personalization
	// threshold, then the personalization of the ad break is abandoned and the
	// underlying content is shown. This feature applies to ad replacement in live
	// and VOD streams, rather than ad insertion, because it relies on an underlying
	// content stream. For more information about ad break behavior, including ad
	// replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor (https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html).
	PersonalizationThresholdSeconds *int64 `min:"1" type:"integer"`

	// The URL for a high-quality video asset to transcode and use to fill in time
	// that's not used by ads. AWS Elemental MediaTailor shows the slate to fill
	// in gaps in media content. Configuring the slate is optional for non-VPAID
	// configurations. For VPAID, the slate is required because MediaTailor provides
	// it in the slots that are designated for dynamic ad content. The slate must
	// be a high-quality asset that contains both audio and video.
	SlateAdUrl *string `type:"string"`

	// The tags to assign to the playback configuration. Tags are key-value pairs
	// that you can associate with Amazon resources to help with organization, access
	// control, and cost tracking. For more information, see Tagging AWS Elemental
	// MediaTailor Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The name that is used to associate this playback configuration with a custom
	// transcode profile. This overrides the dynamic transcoding defaults of MediaTailor.
	// Use this only if you have already set up custom profiles with the help of
	// AWS Support.
	TranscodeProfileName *string `type:"string"`

	// The URL prefix for the parent manifest for the stream, minus the asset ID.
	// The maximum length is 512 characters.
	VideoContentSourceUrl *string `type:"string"`
	// contains filtered or unexported fields
}

func (PutPlaybackConfigurationInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutPlaybackConfigurationInput) SetAdDecisionServerUrl

SetAdDecisionServerUrl sets the AdDecisionServerUrl field's value.

func (*PutPlaybackConfigurationInput) SetAvailSuppression added in v1.30.8

SetAvailSuppression sets the AvailSuppression field's value.

func (*PutPlaybackConfigurationInput) SetBumper added in v1.32.8

SetBumper sets the Bumper field's value.

func (*PutPlaybackConfigurationInput) SetCdnConfiguration

SetCdnConfiguration sets the CdnConfiguration field's value.

func (*PutPlaybackConfigurationInput) SetConfigurationAliases added in v1.37.11

func (s *PutPlaybackConfigurationInput) SetConfigurationAliases(v map[string]map[string]*string) *PutPlaybackConfigurationInput

SetConfigurationAliases sets the ConfigurationAliases field's value.

func (*PutPlaybackConfigurationInput) SetDashConfiguration added in v1.16.0

SetDashConfiguration sets the DashConfiguration field's value.

func (*PutPlaybackConfigurationInput) SetInsertionMode added in v1.51.21

SetInsertionMode sets the InsertionMode field's value.

func (*PutPlaybackConfigurationInput) SetLivePreRollConfiguration added in v1.25.43

SetLivePreRollConfiguration sets the LivePreRollConfiguration field's value.

func (*PutPlaybackConfigurationInput) SetManifestProcessingRules added in v1.35.14

SetManifestProcessingRules sets the ManifestProcessingRules field's value.

func (*PutPlaybackConfigurationInput) SetName

SetName sets the Name field's value.

func (*PutPlaybackConfigurationInput) SetPersonalizationThresholdSeconds added in v1.29.3

func (s *PutPlaybackConfigurationInput) SetPersonalizationThresholdSeconds(v int64) *PutPlaybackConfigurationInput

SetPersonalizationThresholdSeconds sets the PersonalizationThresholdSeconds field's value.

func (*PutPlaybackConfigurationInput) SetSlateAdUrl

SetSlateAdUrl sets the SlateAdUrl field's value.

func (*PutPlaybackConfigurationInput) SetTags added in v1.16.34

SetTags sets the Tags field's value.

func (*PutPlaybackConfigurationInput) SetTranscodeProfileName added in v1.15.76

SetTranscodeProfileName sets the TranscodeProfileName field's value.

func (*PutPlaybackConfigurationInput) SetVideoContentSourceUrl

func (s *PutPlaybackConfigurationInput) SetVideoContentSourceUrl(v string) *PutPlaybackConfigurationInput

SetVideoContentSourceUrl sets the VideoContentSourceUrl field's value.

func (PutPlaybackConfigurationInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutPlaybackConfigurationInput) Validate added in v1.29.3

func (s *PutPlaybackConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutPlaybackConfigurationOutput

type PutPlaybackConfigurationOutput struct {

	// The URL for the ad decision server (ADS). This includes the specification
	// of static parameters and placeholders for dynamic parameters. AWS Elemental
	// MediaTailor substitutes player-specific and session-specific parameters as
	// needed when calling the ADS. Alternately, for testing you can provide a static
	// VAST URL. The maximum length is 25,000 characters.
	AdDecisionServerUrl *string `type:"string"`

	// The configuration for avail suppression, also known as ad suppression. For
	// more information about ad suppression, see Ad Suppression (https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html).
	AvailSuppression *AvailSuppression `type:"structure"`

	// The configuration for bumpers. Bumpers are short audio or video clips that
	// play at the start or before the end of an ad break. To learn more about bumpers,
	// see Bumpers (https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html).
	Bumper *Bumper `type:"structure"`

	// The configuration for using a content delivery network (CDN), like Amazon
	// CloudFront, for content and ad segment management.
	CdnConfiguration *CdnConfiguration `type:"structure"`

	// The player parameters and aliases used as dynamic variables during session
	// initialization. For more information, see Domain Variables (https://docs.aws.amazon.com/mediatailor/latest/ug/variables-domain.html).
	ConfigurationAliases map[string]map[string]*string `type:"map"`

	// The configuration for DASH content.
	DashConfiguration *DashConfiguration `type:"structure"`

	// The configuration for HLS content.
	HlsConfiguration *HlsConfiguration `type:"structure"`

	// The setting that controls whether players can use stitched or guided ad insertion.
	// The default, STITCHED_ONLY, forces all player sessions to use stitched (server-side)
	// ad insertion. Choosing PLAYER_SELECT allows players to select either stitched
	// or guided ad insertion at session-initialization time. The default for players
	// that do not specify an insertion mode is stitched.
	InsertionMode *string `type:"string" enum:"InsertionMode"`

	// The configuration for pre-roll ad insertion.
	LivePreRollConfiguration *LivePreRollConfiguration `type:"structure"`

	// The Amazon CloudWatch log settings for a playback configuration.
	LogConfiguration *LogConfiguration `type:"structure"`

	// The configuration for manifest processing rules. Manifest processing rules
	// enable customization of the personalized manifests created by MediaTailor.
	ManifestProcessingRules *ManifestProcessingRules `type:"structure"`

	// The identifier for the playback configuration.
	Name *string `type:"string"`

	// Defines the maximum duration of underfilled ad time (in seconds) allowed
	// in an ad break. If the duration of underfilled ad time exceeds the personalization
	// threshold, then the personalization of the ad break is abandoned and the
	// underlying content is shown. This feature applies to ad replacement in live
	// and VOD streams, rather than ad insertion, because it relies on an underlying
	// content stream. For more information about ad break behavior, including ad
	// replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor (https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html).
	PersonalizationThresholdSeconds *int64 `min:"1" type:"integer"`

	// The Amazon Resource Name (ARN) associated with the playback configuration.
	PlaybackConfigurationArn *string `type:"string"`

	// The playback endpoint prefix associated with the playback configuration.
	PlaybackEndpointPrefix *string `type:"string"`

	// The session initialization endpoint prefix associated with the playback configuration.
	SessionInitializationEndpointPrefix *string `type:"string"`

	// The URL for a high-quality video asset to transcode and use to fill in time
	// that's not used by ads. AWS Elemental MediaTailor shows the slate to fill
	// in gaps in media content. Configuring the slate is optional for non-VPAID
	// configurations. For VPAID, the slate is required because MediaTailor provides
	// it in the slots that are designated for dynamic ad content. The slate must
	// be a high-quality asset that contains both audio and video.
	SlateAdUrl *string `type:"string"`

	// The tags to assign to the playback configuration. Tags are key-value pairs
	// that you can associate with Amazon resources to help with organization, access
	// control, and cost tracking. For more information, see Tagging AWS Elemental
	// MediaTailor Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The name that is used to associate this playback configuration with a custom
	// transcode profile. This overrides the dynamic transcoding defaults of MediaTailor.
	// Use this only if you have already set up custom profiles with the help of
	// AWS Support.
	TranscodeProfileName *string `type:"string"`

	// The URL prefix for the parent manifest for the stream, minus the asset ID.
	// The maximum length is 512 characters.
	VideoContentSourceUrl *string `type:"string"`
	// contains filtered or unexported fields
}

func (PutPlaybackConfigurationOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutPlaybackConfigurationOutput) SetAdDecisionServerUrl

SetAdDecisionServerUrl sets the AdDecisionServerUrl field's value.

func (*PutPlaybackConfigurationOutput) SetAvailSuppression added in v1.30.8

SetAvailSuppression sets the AvailSuppression field's value.

func (*PutPlaybackConfigurationOutput) SetBumper added in v1.32.8

SetBumper sets the Bumper field's value.

func (*PutPlaybackConfigurationOutput) SetCdnConfiguration

SetCdnConfiguration sets the CdnConfiguration field's value.

func (*PutPlaybackConfigurationOutput) SetConfigurationAliases added in v1.37.11

func (s *PutPlaybackConfigurationOutput) SetConfigurationAliases(v map[string]map[string]*string) *PutPlaybackConfigurationOutput

SetConfigurationAliases sets the ConfigurationAliases field's value.

func (*PutPlaybackConfigurationOutput) SetDashConfiguration added in v1.15.76

SetDashConfiguration sets the DashConfiguration field's value.

func (*PutPlaybackConfigurationOutput) SetHlsConfiguration

SetHlsConfiguration sets the HlsConfiguration field's value.

func (*PutPlaybackConfigurationOutput) SetInsertionMode added in v1.51.21

SetInsertionMode sets the InsertionMode field's value.

func (*PutPlaybackConfigurationOutput) SetLivePreRollConfiguration added in v1.25.43

SetLivePreRollConfiguration sets the LivePreRollConfiguration field's value.

func (*PutPlaybackConfigurationOutput) SetLogConfiguration added in v1.40.47

SetLogConfiguration sets the LogConfiguration field's value.

func (*PutPlaybackConfigurationOutput) SetManifestProcessingRules added in v1.35.14

SetManifestProcessingRules sets the ManifestProcessingRules field's value.

func (*PutPlaybackConfigurationOutput) SetName

SetName sets the Name field's value.

func (*PutPlaybackConfigurationOutput) SetPersonalizationThresholdSeconds added in v1.37.30

func (s *PutPlaybackConfigurationOutput) SetPersonalizationThresholdSeconds(v int64) *PutPlaybackConfigurationOutput

SetPersonalizationThresholdSeconds sets the PersonalizationThresholdSeconds field's value.

func (*PutPlaybackConfigurationOutput) SetPlaybackConfigurationArn added in v1.16.34

func (s *PutPlaybackConfigurationOutput) SetPlaybackConfigurationArn(v string) *PutPlaybackConfigurationOutput

SetPlaybackConfigurationArn sets the PlaybackConfigurationArn field's value.

func (*PutPlaybackConfigurationOutput) SetPlaybackEndpointPrefix

func (s *PutPlaybackConfigurationOutput) SetPlaybackEndpointPrefix(v string) *PutPlaybackConfigurationOutput

SetPlaybackEndpointPrefix sets the PlaybackEndpointPrefix field's value.

func (*PutPlaybackConfigurationOutput) SetSessionInitializationEndpointPrefix

func (s *PutPlaybackConfigurationOutput) SetSessionInitializationEndpointPrefix(v string) *PutPlaybackConfigurationOutput

SetSessionInitializationEndpointPrefix sets the SessionInitializationEndpointPrefix field's value.

func (*PutPlaybackConfigurationOutput) SetSlateAdUrl

SetSlateAdUrl sets the SlateAdUrl field's value.

func (*PutPlaybackConfigurationOutput) SetTags added in v1.16.34

SetTags sets the Tags field's value.

func (*PutPlaybackConfigurationOutput) SetTranscodeProfileName added in v1.15.76

SetTranscodeProfileName sets the TranscodeProfileName field's value.

func (*PutPlaybackConfigurationOutput) SetVideoContentSourceUrl

SetVideoContentSourceUrl sets the VideoContentSourceUrl field's value.

func (PutPlaybackConfigurationOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RequestOutputItem added in v1.37.30

type RequestOutputItem struct {

	// DASH manifest configuration parameters.
	DashPlaylistSettings *DashPlaylistSettings `type:"structure"`

	// HLS playlist configuration parameters.
	HlsPlaylistSettings *HlsPlaylistSettings `type:"structure"`

	// The name of the manifest for the channel. The name appears in the PlaybackUrl.
	//
	// ManifestName is a required field
	ManifestName *string `type:"string" required:"true"`

	// A string used to match which HttpPackageConfiguration is used for each VodSource.
	//
	// SourceGroup is a required field
	SourceGroup *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The output configuration for this channel.

func (RequestOutputItem) GoString added in v1.37.30

func (s RequestOutputItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RequestOutputItem) SetDashPlaylistSettings added in v1.37.30

func (s *RequestOutputItem) SetDashPlaylistSettings(v *DashPlaylistSettings) *RequestOutputItem

SetDashPlaylistSettings sets the DashPlaylistSettings field's value.

func (*RequestOutputItem) SetHlsPlaylistSettings added in v1.37.30

func (s *RequestOutputItem) SetHlsPlaylistSettings(v *HlsPlaylistSettings) *RequestOutputItem

SetHlsPlaylistSettings sets the HlsPlaylistSettings field's value.

func (*RequestOutputItem) SetManifestName added in v1.37.30

func (s *RequestOutputItem) SetManifestName(v string) *RequestOutputItem

SetManifestName sets the ManifestName field's value.

func (*RequestOutputItem) SetSourceGroup added in v1.37.30

func (s *RequestOutputItem) SetSourceGroup(v string) *RequestOutputItem

SetSourceGroup sets the SourceGroup field's value.

func (RequestOutputItem) String added in v1.37.30

func (s RequestOutputItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RequestOutputItem) Validate added in v1.37.30

func (s *RequestOutputItem) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResponseOutputItem added in v1.37.30

type ResponseOutputItem struct {

	// DASH manifest configuration settings.
	DashPlaylistSettings *DashPlaylistSettings `type:"structure"`

	// HLS manifest configuration settings.
	HlsPlaylistSettings *HlsPlaylistSettings `type:"structure"`

	// The name of the manifest for the channel that will appear in the channel
	// output's playback URL.
	//
	// ManifestName is a required field
	ManifestName *string `type:"string" required:"true"`

	// The URL used for playback by content players.
	//
	// PlaybackUrl is a required field
	PlaybackUrl *string `type:"string" required:"true"`

	// A string used to associate a package configuration source group with a channel
	// output.
	//
	// SourceGroup is a required field
	SourceGroup *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The output item response.

func (ResponseOutputItem) GoString added in v1.37.30

func (s ResponseOutputItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResponseOutputItem) SetDashPlaylistSettings added in v1.37.30

func (s *ResponseOutputItem) SetDashPlaylistSettings(v *DashPlaylistSettings) *ResponseOutputItem

SetDashPlaylistSettings sets the DashPlaylistSettings field's value.

func (*ResponseOutputItem) SetHlsPlaylistSettings added in v1.37.30

func (s *ResponseOutputItem) SetHlsPlaylistSettings(v *HlsPlaylistSettings) *ResponseOutputItem

SetHlsPlaylistSettings sets the HlsPlaylistSettings field's value.

func (*ResponseOutputItem) SetManifestName added in v1.37.30

func (s *ResponseOutputItem) SetManifestName(v string) *ResponseOutputItem

SetManifestName sets the ManifestName field's value.

func (*ResponseOutputItem) SetPlaybackUrl added in v1.37.30

func (s *ResponseOutputItem) SetPlaybackUrl(v string) *ResponseOutputItem

SetPlaybackUrl sets the PlaybackUrl field's value.

func (*ResponseOutputItem) SetSourceGroup added in v1.37.30

func (s *ResponseOutputItem) SetSourceGroup(v string) *ResponseOutputItem

SetSourceGroup sets the SourceGroup field's value.

func (ResponseOutputItem) String added in v1.37.30

func (s ResponseOutputItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ScheduleAdBreak added in v1.38.66

type ScheduleAdBreak struct {

	// The approximate duration of the ad break, in seconds.
	ApproximateDurationSeconds *int64 `type:"long"`

	// The approximate time that the ad will start playing.
	ApproximateStartTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The name of the source location containing the VOD source used for the ad
	// break.
	SourceLocationName *string `type:"string"`

	// The name of the VOD source used for the ad break.
	VodSourceName *string `type:"string"`
	// contains filtered or unexported fields
}

The schedule's ad break properties.

func (ScheduleAdBreak) GoString added in v1.38.66

func (s ScheduleAdBreak) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScheduleAdBreak) SetApproximateDurationSeconds added in v1.38.66

func (s *ScheduleAdBreak) SetApproximateDurationSeconds(v int64) *ScheduleAdBreak

SetApproximateDurationSeconds sets the ApproximateDurationSeconds field's value.

func (*ScheduleAdBreak) SetApproximateStartTime added in v1.38.66

func (s *ScheduleAdBreak) SetApproximateStartTime(v time.Time) *ScheduleAdBreak

SetApproximateStartTime sets the ApproximateStartTime field's value.

func (*ScheduleAdBreak) SetSourceLocationName added in v1.38.66

func (s *ScheduleAdBreak) SetSourceLocationName(v string) *ScheduleAdBreak

SetSourceLocationName sets the SourceLocationName field's value.

func (*ScheduleAdBreak) SetVodSourceName added in v1.38.66

func (s *ScheduleAdBreak) SetVodSourceName(v string) *ScheduleAdBreak

SetVodSourceName sets the VodSourceName field's value.

func (ScheduleAdBreak) String added in v1.38.66

func (s ScheduleAdBreak) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ScheduleConfiguration added in v1.37.30

type ScheduleConfiguration struct {

	// Program clip range configuration.
	ClipRange *ClipRange `type:"structure"`

	// Program transition configurations.
	//
	// Transition is a required field
	Transition *Transition `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Schedule configuration parameters. A channel must be stopped before changes can be made to the schedule.

func (ScheduleConfiguration) GoString added in v1.37.30

func (s ScheduleConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScheduleConfiguration) SetClipRange added in v1.44.192

SetClipRange sets the ClipRange field's value.

func (*ScheduleConfiguration) SetTransition added in v1.37.30

SetTransition sets the Transition field's value.

func (ScheduleConfiguration) String added in v1.37.30

func (s ScheduleConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScheduleConfiguration) Validate added in v1.37.30

func (s *ScheduleConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ScheduleEntry added in v1.37.30

type ScheduleEntry struct {

	// The approximate duration of this program, in seconds.
	ApproximateDurationSeconds *int64 `type:"long"`

	// The approximate time that the program will start playing.
	ApproximateStartTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The ARN of the program.
	//
	// Arn is a required field
	Arn *string `type:"string" required:"true"`

	// The list of audiences defined in ScheduleEntry.
	Audiences []*string `type:"list"`

	// The name of the channel that uses this schedule.
	//
	// ChannelName is a required field
	ChannelName *string `type:"string" required:"true"`

	// The name of the live source used for the program.
	LiveSourceName *string `type:"string"`

	// The name of the program.
	//
	// ProgramName is a required field
	ProgramName *string `type:"string" required:"true"`

	// The schedule's ad break properties.
	ScheduleAdBreaks []*ScheduleAdBreak `type:"list"`

	// The type of schedule entry.
	ScheduleEntryType *string `type:"string" enum:"ScheduleEntryType"`

	// The name of the source location.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `type:"string" required:"true"`

	// The name of the VOD source.
	VodSourceName *string `type:"string"`
	// contains filtered or unexported fields
}

The properties for a schedule.

func (ScheduleEntry) GoString added in v1.37.30

func (s ScheduleEntry) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScheduleEntry) SetApproximateDurationSeconds added in v1.37.30

func (s *ScheduleEntry) SetApproximateDurationSeconds(v int64) *ScheduleEntry

SetApproximateDurationSeconds sets the ApproximateDurationSeconds field's value.

func (*ScheduleEntry) SetApproximateStartTime added in v1.37.30

func (s *ScheduleEntry) SetApproximateStartTime(v time.Time) *ScheduleEntry

SetApproximateStartTime sets the ApproximateStartTime field's value.

func (*ScheduleEntry) SetArn added in v1.37.30

func (s *ScheduleEntry) SetArn(v string) *ScheduleEntry

SetArn sets the Arn field's value.

func (*ScheduleEntry) SetAudiences added in v1.51.2

func (s *ScheduleEntry) SetAudiences(v []*string) *ScheduleEntry

SetAudiences sets the Audiences field's value.

func (*ScheduleEntry) SetChannelName added in v1.37.30

func (s *ScheduleEntry) SetChannelName(v string) *ScheduleEntry

SetChannelName sets the ChannelName field's value.

func (*ScheduleEntry) SetLiveSourceName added in v1.43.44

func (s *ScheduleEntry) SetLiveSourceName(v string) *ScheduleEntry

SetLiveSourceName sets the LiveSourceName field's value.

func (*ScheduleEntry) SetProgramName added in v1.37.30

func (s *ScheduleEntry) SetProgramName(v string) *ScheduleEntry

SetProgramName sets the ProgramName field's value.

func (*ScheduleEntry) SetScheduleAdBreaks added in v1.38.66

func (s *ScheduleEntry) SetScheduleAdBreaks(v []*ScheduleAdBreak) *ScheduleEntry

SetScheduleAdBreaks sets the ScheduleAdBreaks field's value.

func (*ScheduleEntry) SetScheduleEntryType added in v1.40.35

func (s *ScheduleEntry) SetScheduleEntryType(v string) *ScheduleEntry

SetScheduleEntryType sets the ScheduleEntryType field's value.

func (*ScheduleEntry) SetSourceLocationName added in v1.37.30

func (s *ScheduleEntry) SetSourceLocationName(v string) *ScheduleEntry

SetSourceLocationName sets the SourceLocationName field's value.

func (*ScheduleEntry) SetVodSourceName added in v1.37.30

func (s *ScheduleEntry) SetVodSourceName(v string) *ScheduleEntry

SetVodSourceName sets the VodSourceName field's value.

func (ScheduleEntry) String added in v1.37.30

func (s ScheduleEntry) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SecretsManagerAccessTokenConfiguration added in v1.38.63

type SecretsManagerAccessTokenConfiguration struct {

	// The name of the HTTP header used to supply the access token in requests to
	// the source location.
	HeaderName *string `type:"string"`

	// The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains
	// the access token.
	SecretArn *string `type:"string"`

	// The AWS Secrets Manager SecretString (https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_CreateSecret.html#SecretsManager-CreateSecret-request-SecretString.html)
	// key associated with the access token. MediaTailor uses the key to look up
	// SecretString key and value pair containing the access token.
	SecretStringKey *string `type:"string"`
	// contains filtered or unexported fields
}

AWS Secrets Manager access token configuration parameters. For information about Secrets Manager access token authentication, see Working with AWS Secrets Manager access token authentication (https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-access-configuration-access-token.html).

func (SecretsManagerAccessTokenConfiguration) GoString added in v1.38.63

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SecretsManagerAccessTokenConfiguration) SetHeaderName added in v1.38.63

SetHeaderName sets the HeaderName field's value.

func (*SecretsManagerAccessTokenConfiguration) SetSecretArn added in v1.38.63

SetSecretArn sets the SecretArn field's value.

func (*SecretsManagerAccessTokenConfiguration) SetSecretStringKey added in v1.38.63

SetSecretStringKey sets the SecretStringKey field's value.

func (SecretsManagerAccessTokenConfiguration) String added in v1.38.63

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SegmentDeliveryConfiguration added in v1.42.38

type SegmentDeliveryConfiguration struct {

	// The base URL of the host or path of the segment delivery server that you're
	// using to serve segments. This is typically a content delivery network (CDN).
	// The URL can be absolute or relative. To use an absolute URL include the protocol,
	// such as https://example.com/some/path. To use a relative URL specify the
	// relative path, such as /some/path*.
	BaseUrl *string `type:"string"`

	// A unique identifier used to distinguish between multiple segment delivery
	// configurations in a source location.
	Name *string `type:"string"`
	// contains filtered or unexported fields
}

The segment delivery configuration settings.

func (SegmentDeliveryConfiguration) GoString added in v1.42.38

func (s SegmentDeliveryConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SegmentDeliveryConfiguration) SetBaseUrl added in v1.42.38

SetBaseUrl sets the BaseUrl field's value.

func (*SegmentDeliveryConfiguration) SetName added in v1.42.38

SetName sets the Name field's value.

func (SegmentDeliveryConfiguration) String added in v1.42.38

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SegmentationDescriptor added in v1.44.126

type SegmentationDescriptor struct {

	// The segment number to assign to the segmentation_descriptor.segment_num message,
	// as defined in section 10.3.3.1 of the 2022 SCTE-35 specification Values must
	// be between 0 and 256, inclusive. The default value is 0.
	SegmentNum *int64 `type:"integer"`

	// The Event Identifier to assign to the segmentation_descriptor.segmentation_event_id
	// message, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification.
	// The default value is 1.
	SegmentationEventId *int64 `type:"integer"`

	// The Type Identifier to assign to the segmentation_descriptor.segmentation_type_id
	// message, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification.
	// Values must be between 0 and 256, inclusive. The default value is 48.
	SegmentationTypeId *int64 `type:"integer"`

	// The Upid to assign to the segmentation_descriptor.segmentation_upid message,
	// as defined in section 10.3.3.1 of the 2022 SCTE-35 specification. The value
	// must be a hexadecimal string containing only the characters 0 though 9 and
	// A through F. The default value is "" (an empty string).
	SegmentationUpid *string `type:"string"`

	// The Upid Type to assign to the segmentation_descriptor.segmentation_upid_type
	// message, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification.
	// Values must be between 0 and 256, inclusive. The default value is 14.
	SegmentationUpidType *int64 `type:"integer"`

	// The number of segments expected, which is assigned to the segmentation_descriptor.segments_expectedS
	// message, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification
	// Values must be between 0 and 256, inclusive. The default value is 0.
	SegmentsExpected *int64 `type:"integer"`

	// The sub-segment number to assign to the segmentation_descriptor.sub_segment_num
	// message, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification.
	// Values must be between 0 and 256, inclusive. The defualt value is null.
	SubSegmentNum *int64 `type:"integer"`

	// The number of sub-segments expected, which is assigned to the segmentation_descriptor.sub_segments_expected
	// message, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification.
	// Values must be between 0 and 256, inclusive. The default value is null.
	SubSegmentsExpected *int64 `type:"integer"`
	// contains filtered or unexported fields
}

The segmentation_descriptor message can contain advanced metadata fields, like content identifiers, to convey a wide range of information about the ad break. MediaTailor writes the ad metadata in the egress manifest as part of the EXT-X-DATERANGE or EventStream ad marker's SCTE-35 data.

segmentation_descriptor messages must be sent with the time_signal message type.

See the segmentation_descriptor() table of the 2022 SCTE-35 specification for more information.

func (SegmentationDescriptor) GoString added in v1.44.126

func (s SegmentationDescriptor) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SegmentationDescriptor) SetSegmentNum added in v1.44.126

SetSegmentNum sets the SegmentNum field's value.

func (*SegmentationDescriptor) SetSegmentationEventId added in v1.44.126

func (s *SegmentationDescriptor) SetSegmentationEventId(v int64) *SegmentationDescriptor

SetSegmentationEventId sets the SegmentationEventId field's value.

func (*SegmentationDescriptor) SetSegmentationTypeId added in v1.44.126

func (s *SegmentationDescriptor) SetSegmentationTypeId(v int64) *SegmentationDescriptor

SetSegmentationTypeId sets the SegmentationTypeId field's value.

func (*SegmentationDescriptor) SetSegmentationUpid added in v1.44.126

func (s *SegmentationDescriptor) SetSegmentationUpid(v string) *SegmentationDescriptor

SetSegmentationUpid sets the SegmentationUpid field's value.

func (*SegmentationDescriptor) SetSegmentationUpidType added in v1.44.126

func (s *SegmentationDescriptor) SetSegmentationUpidType(v int64) *SegmentationDescriptor

SetSegmentationUpidType sets the SegmentationUpidType field's value.

func (*SegmentationDescriptor) SetSegmentsExpected added in v1.44.126

func (s *SegmentationDescriptor) SetSegmentsExpected(v int64) *SegmentationDescriptor

SetSegmentsExpected sets the SegmentsExpected field's value.

func (*SegmentationDescriptor) SetSubSegmentNum added in v1.44.126

func (s *SegmentationDescriptor) SetSubSegmentNum(v int64) *SegmentationDescriptor

SetSubSegmentNum sets the SubSegmentNum field's value.

func (*SegmentationDescriptor) SetSubSegmentsExpected added in v1.44.126

func (s *SegmentationDescriptor) SetSubSegmentsExpected(v int64) *SegmentationDescriptor

SetSubSegmentsExpected sets the SubSegmentsExpected field's value.

func (SegmentationDescriptor) String added in v1.44.126

func (s SegmentationDescriptor) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SlateSource added in v1.37.30

type SlateSource struct {

	// The name of the source location where the slate VOD source is stored.
	SourceLocationName *string `type:"string"`

	// The slate VOD source name. The VOD source must already exist in a source
	// location before it can be used for slate.
	VodSourceName *string `type:"string"`
	// contains filtered or unexported fields
}

Slate VOD source configuration.

func (SlateSource) GoString added in v1.37.30

func (s SlateSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SlateSource) SetSourceLocationName added in v1.37.30

func (s *SlateSource) SetSourceLocationName(v string) *SlateSource

SetSourceLocationName sets the SourceLocationName field's value.

func (*SlateSource) SetVodSourceName added in v1.37.30

func (s *SlateSource) SetVodSourceName(v string) *SlateSource

SetVodSourceName sets the VodSourceName field's value.

func (SlateSource) String added in v1.37.30

func (s SlateSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SourceLocation added in v1.37.30

type SourceLocation struct {

	// The access configuration for the source location.
	AccessConfiguration *AccessConfiguration `type:"structure"`

	// The ARN of the SourceLocation.
	//
	// Arn is a required field
	Arn *string `type:"string" required:"true"`

	// The timestamp that indicates when the source location was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The default segment delivery configuration.
	DefaultSegmentDeliveryConfiguration *DefaultSegmentDeliveryConfiguration `type:"structure"`

	// The HTTP configuration for the source location.
	//
	// HttpConfiguration is a required field
	HttpConfiguration *HttpConfiguration `type:"structure" required:"true"`

	// The timestamp that indicates when the source location was last modified.
	LastModifiedTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The segment delivery configurations for the source location.
	SegmentDeliveryConfigurations []*SegmentDeliveryConfiguration `type:"list"`

	// The name of the source location.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `type:"string" required:"true"`

	// The tags assigned to the source location. Tags are key-value pairs that you
	// can associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

A source location is a container for sources. For more information about source locations, see Working with source locations (https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html) in the MediaTailor User Guide.

func (SourceLocation) GoString added in v1.37.30

func (s SourceLocation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceLocation) SetAccessConfiguration added in v1.37.30

func (s *SourceLocation) SetAccessConfiguration(v *AccessConfiguration) *SourceLocation

SetAccessConfiguration sets the AccessConfiguration field's value.

func (*SourceLocation) SetArn added in v1.37.30

func (s *SourceLocation) SetArn(v string) *SourceLocation

SetArn sets the Arn field's value.

func (*SourceLocation) SetCreationTime added in v1.37.30

func (s *SourceLocation) SetCreationTime(v time.Time) *SourceLocation

SetCreationTime sets the CreationTime field's value.

func (*SourceLocation) SetDefaultSegmentDeliveryConfiguration added in v1.37.30

func (s *SourceLocation) SetDefaultSegmentDeliveryConfiguration(v *DefaultSegmentDeliveryConfiguration) *SourceLocation

SetDefaultSegmentDeliveryConfiguration sets the DefaultSegmentDeliveryConfiguration field's value.

func (*SourceLocation) SetHttpConfiguration added in v1.37.30

func (s *SourceLocation) SetHttpConfiguration(v *HttpConfiguration) *SourceLocation

SetHttpConfiguration sets the HttpConfiguration field's value.

func (*SourceLocation) SetLastModifiedTime added in v1.37.30

func (s *SourceLocation) SetLastModifiedTime(v time.Time) *SourceLocation

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*SourceLocation) SetSegmentDeliveryConfigurations added in v1.42.38

func (s *SourceLocation) SetSegmentDeliveryConfigurations(v []*SegmentDeliveryConfiguration) *SourceLocation

SetSegmentDeliveryConfigurations sets the SegmentDeliveryConfigurations field's value.

func (*SourceLocation) SetSourceLocationName added in v1.37.30

func (s *SourceLocation) SetSourceLocationName(v string) *SourceLocation

SetSourceLocationName sets the SourceLocationName field's value.

func (*SourceLocation) SetTags added in v1.37.30

func (s *SourceLocation) SetTags(v map[string]*string) *SourceLocation

SetTags sets the Tags field's value.

func (SourceLocation) String added in v1.37.30

func (s SourceLocation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SpliceInsertMessage added in v1.37.30

type SpliceInsertMessage struct {

	// This is written to splice_insert.avail_num, as defined in section 9.7.3.1
	// of the SCTE-35 specification. The default value is 0. Values must be between
	// 0 and 256, inclusive.
	AvailNum *int64 `type:"integer"`

	// This is written to splice_insert.avails_expected, as defined in section 9.7.3.1
	// of the SCTE-35 specification. The default value is 0. Values must be between
	// 0 and 256, inclusive.
	AvailsExpected *int64 `type:"integer"`

	// This is written to splice_insert.splice_event_id, as defined in section 9.7.3.1
	// of the SCTE-35 specification. The default value is 1.
	SpliceEventId *int64 `type:"integer"`

	// This is written to splice_insert.unique_program_id, as defined in section
	// 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must
	// be between 0 and 256, inclusive.
	UniqueProgramId *int64 `type:"integer"`
	// contains filtered or unexported fields
}

Splice insert message configuration.

func (SpliceInsertMessage) GoString added in v1.37.30

func (s SpliceInsertMessage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SpliceInsertMessage) SetAvailNum added in v1.37.30

func (s *SpliceInsertMessage) SetAvailNum(v int64) *SpliceInsertMessage

SetAvailNum sets the AvailNum field's value.

func (*SpliceInsertMessage) SetAvailsExpected added in v1.37.30

func (s *SpliceInsertMessage) SetAvailsExpected(v int64) *SpliceInsertMessage

SetAvailsExpected sets the AvailsExpected field's value.

func (*SpliceInsertMessage) SetSpliceEventId added in v1.37.30

func (s *SpliceInsertMessage) SetSpliceEventId(v int64) *SpliceInsertMessage

SetSpliceEventId sets the SpliceEventId field's value.

func (*SpliceInsertMessage) SetUniqueProgramId added in v1.37.30

func (s *SpliceInsertMessage) SetUniqueProgramId(v int64) *SpliceInsertMessage

SetUniqueProgramId sets the UniqueProgramId field's value.

func (SpliceInsertMessage) String added in v1.37.30

func (s SpliceInsertMessage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartChannelInput added in v1.37.30

type StartChannelInput struct {

	// The name of the channel.
	//
	// ChannelName is a required field
	ChannelName *string `location:"uri" locationName:"ChannelName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StartChannelInput) GoString added in v1.37.30

func (s StartChannelInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartChannelInput) SetChannelName added in v1.37.30

func (s *StartChannelInput) SetChannelName(v string) *StartChannelInput

SetChannelName sets the ChannelName field's value.

func (StartChannelInput) String added in v1.37.30

func (s StartChannelInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartChannelInput) Validate added in v1.37.30

func (s *StartChannelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartChannelOutput added in v1.37.30

type StartChannelOutput struct {
	// contains filtered or unexported fields
}

func (StartChannelOutput) GoString added in v1.37.30

func (s StartChannelOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StartChannelOutput) String added in v1.37.30

func (s StartChannelOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopChannelInput added in v1.37.30

type StopChannelInput struct {

	// The name of the channel.
	//
	// ChannelName is a required field
	ChannelName *string `location:"uri" locationName:"ChannelName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopChannelInput) GoString added in v1.37.30

func (s StopChannelInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopChannelInput) SetChannelName added in v1.37.30

func (s *StopChannelInput) SetChannelName(v string) *StopChannelInput

SetChannelName sets the ChannelName field's value.

func (StopChannelInput) String added in v1.37.30

func (s StopChannelInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopChannelInput) Validate added in v1.37.30

func (s *StopChannelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopChannelOutput added in v1.37.30

type StopChannelOutput struct {
	// contains filtered or unexported fields
}

func (StopChannelOutput) GoString added in v1.37.30

func (s StopChannelOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopChannelOutput) String added in v1.37.30

func (s StopChannelOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TagResourceInput added in v1.16.34

type TagResourceInput struct {

	// The Amazon Resource Name (ARN) associated with the resource.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"ResourceArn" type:"string" required:"true"`

	// The tags to assign to the resource. Tags are key-value pairs that you can
	// associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	//
	// Tags is a required field
	Tags map[string]*string `locationName:"tags" type:"map" required:"true"`
	// contains filtered or unexported fields
}

func (TagResourceInput) GoString added in v1.16.34

func (s TagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) SetResourceArn added in v1.16.34

func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*TagResourceInput) SetTags added in v1.16.34

func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput

SetTags sets the Tags field's value.

func (TagResourceInput) String added in v1.16.34

func (s TagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) Validate added in v1.16.34

func (s *TagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceOutput added in v1.16.34

type TagResourceOutput struct {
	// contains filtered or unexported fields
}

func (TagResourceOutput) GoString added in v1.16.34

func (s TagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (TagResourceOutput) String added in v1.16.34

func (s TagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TimeShiftConfiguration added in v1.49.7

type TimeShiftConfiguration struct {

	// The maximum time delay for time-shifted viewing. The minimum allowed maximum
	// time delay is 0 seconds, and the maximum allowed maximum time delay is 21600
	// seconds (6 hours).
	//
	// MaxTimeDelaySeconds is a required field
	MaxTimeDelaySeconds *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The configuration for time-shifted viewing.

func (TimeShiftConfiguration) GoString added in v1.49.7

func (s TimeShiftConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeShiftConfiguration) SetMaxTimeDelaySeconds added in v1.49.7

func (s *TimeShiftConfiguration) SetMaxTimeDelaySeconds(v int64) *TimeShiftConfiguration

SetMaxTimeDelaySeconds sets the MaxTimeDelaySeconds field's value.

func (TimeShiftConfiguration) String added in v1.49.7

func (s TimeShiftConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeShiftConfiguration) Validate added in v1.49.7

func (s *TimeShiftConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TimeSignalMessage added in v1.44.126

type TimeSignalMessage struct {

	// The configurations for the SCTE-35 segmentation_descriptor message(s) sent
	// with the time_signal message.
	SegmentationDescriptors []*SegmentationDescriptor `type:"list"`
	// contains filtered or unexported fields
}

The SCTE-35 time_signal message can be sent with one or more segmentation_descriptor messages. A time_signal message can be sent only if a single segmentation_descriptor message is sent.

The time_signal message contains only the splice_time field which is constructed using a given presentation timestamp. When sending a time_signal message, the splice_command_type field in the splice_info_section message is set to 6 (0x06).

See the time_signal() table of the 2022 SCTE-35 specification for more information.

func (TimeSignalMessage) GoString added in v1.44.126

func (s TimeSignalMessage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeSignalMessage) SetSegmentationDescriptors added in v1.44.126

func (s *TimeSignalMessage) SetSegmentationDescriptors(v []*SegmentationDescriptor) *TimeSignalMessage

SetSegmentationDescriptors sets the SegmentationDescriptors field's value.

func (TimeSignalMessage) String added in v1.44.126

func (s TimeSignalMessage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Transition added in v1.37.30

type Transition struct {

	// The duration of the live program in seconds.
	DurationMillis *int64 `type:"long"`

	// The position where this program will be inserted relative to the RelativePosition.
	//
	// RelativePosition is a required field
	RelativePosition *string `type:"string" required:"true" enum:"RelativePosition"`

	// The name of the program that this program will be inserted next to, as defined
	// by RelativePosition.
	RelativeProgram *string `type:"string"`

	// The date and time that the program is scheduled to start, in epoch milliseconds.
	ScheduledStartTimeMillis *int64 `type:"long"`

	// Defines when the program plays in the schedule. You can set the value to
	// ABSOLUTE or RELATIVE.
	//
	// ABSOLUTE - The program plays at a specific wall clock time. This setting
	// can only be used for channels using the LINEAR PlaybackMode.
	//
	// Note the following considerations when using ABSOLUTE transitions:
	//
	// If the preceding program in the schedule has a duration that extends past
	// the wall clock time, MediaTailor truncates the preceding program on a common
	// segment boundary.
	//
	// If there are gaps in playback, MediaTailor plays the FillerSlate you configured
	// for your linear channel.
	//
	// RELATIVE - The program is inserted into the schedule either before or after
	// a program that you specify via RelativePosition.
	//
	// Type is a required field
	Type *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Program transition configuration.

func (Transition) GoString added in v1.37.30

func (s Transition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Transition) SetDurationMillis added in v1.43.44

func (s *Transition) SetDurationMillis(v int64) *Transition

SetDurationMillis sets the DurationMillis field's value.

func (*Transition) SetRelativePosition added in v1.37.30

func (s *Transition) SetRelativePosition(v string) *Transition

SetRelativePosition sets the RelativePosition field's value.

func (*Transition) SetRelativeProgram added in v1.37.30

func (s *Transition) SetRelativeProgram(v string) *Transition

SetRelativeProgram sets the RelativeProgram field's value.

func (*Transition) SetScheduledStartTimeMillis added in v1.40.35

func (s *Transition) SetScheduledStartTimeMillis(v int64) *Transition

SetScheduledStartTimeMillis sets the ScheduledStartTimeMillis field's value.

func (*Transition) SetType added in v1.37.30

func (s *Transition) SetType(v string) *Transition

SetType sets the Type field's value.

func (Transition) String added in v1.37.30

func (s Transition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Transition) Validate added in v1.37.30

func (s *Transition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceInput added in v1.16.34

type UntagResourceInput struct {

	// The Amazon Resource Name (ARN) of the resource to untag.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"ResourceArn" type:"string" required:"true"`

	// The tag keys associated with the resource.
	//
	// TagKeys is a required field
	TagKeys []*string `location:"querystring" locationName:"tagKeys" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (UntagResourceInput) GoString added in v1.16.34

func (s UntagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) SetResourceArn added in v1.16.34

func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*UntagResourceInput) SetTagKeys added in v1.16.34

func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourceInput) String added in v1.16.34

func (s UntagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) Validate added in v1.16.34

func (s *UntagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceOutput added in v1.16.34

type UntagResourceOutput struct {
	// contains filtered or unexported fields
}

func (UntagResourceOutput) GoString added in v1.16.34

func (s UntagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UntagResourceOutput) String added in v1.16.34

func (s UntagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateChannelInput added in v1.37.30

type UpdateChannelInput struct {

	// The list of audiences defined in channel.
	Audiences []*string `type:"list"`

	// The name of the channel.
	//
	// ChannelName is a required field
	ChannelName *string `location:"uri" locationName:"ChannelName" type:"string" required:"true"`

	// The slate used to fill gaps between programs in the schedule. You must configure
	// filler slate if your channel uses the LINEAR PlaybackMode. MediaTailor doesn't
	// support filler slate for channels using the LOOP PlaybackMode.
	FillerSlate *SlateSource `type:"structure"`

	// The channel's output properties.
	//
	// Outputs is a required field
	Outputs []*RequestOutputItem `type:"list" required:"true"`

	// The time-shifted viewing configuration you want to associate to the channel.
	TimeShiftConfiguration *TimeShiftConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateChannelInput) GoString added in v1.37.30

func (s UpdateChannelInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateChannelInput) SetAudiences added in v1.51.2

func (s *UpdateChannelInput) SetAudiences(v []*string) *UpdateChannelInput

SetAudiences sets the Audiences field's value.

func (*UpdateChannelInput) SetChannelName added in v1.37.30

func (s *UpdateChannelInput) SetChannelName(v string) *UpdateChannelInput

SetChannelName sets the ChannelName field's value.

func (*UpdateChannelInput) SetFillerSlate added in v1.42.29

func (s *UpdateChannelInput) SetFillerSlate(v *SlateSource) *UpdateChannelInput

SetFillerSlate sets the FillerSlate field's value.

func (*UpdateChannelInput) SetOutputs added in v1.37.30

SetOutputs sets the Outputs field's value.

func (*UpdateChannelInput) SetTimeShiftConfiguration added in v1.49.7

func (s *UpdateChannelInput) SetTimeShiftConfiguration(v *TimeShiftConfiguration) *UpdateChannelInput

SetTimeShiftConfiguration sets the TimeShiftConfiguration field's value.

func (UpdateChannelInput) String added in v1.37.30

func (s UpdateChannelInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateChannelInput) Validate added in v1.37.30

func (s *UpdateChannelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateChannelOutput added in v1.37.30

type UpdateChannelOutput struct {

	// The Amazon Resource Name (ARN) associated with the channel.
	Arn *string `type:"string"`

	// The list of audiences defined in channel.
	Audiences []*string `type:"list"`

	// The name of the channel.
	ChannelName *string `type:"string"`

	// Returns the state whether the channel is running or not.
	ChannelState *string `type:"string" enum:"ChannelState"`

	// The timestamp of when the channel was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The slate used to fill gaps between programs in the schedule. You must configure
	// filler slate if your channel uses the LINEAR PlaybackMode. MediaTailor doesn't
	// support filler slate for channels using the LOOP PlaybackMode.
	FillerSlate *SlateSource `type:"structure"`

	// The timestamp that indicates when the channel was last modified.
	LastModifiedTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The channel's output properties.
	Outputs []*ResponseOutputItem `type:"list"`

	// The type of playback mode for this channel.
	//
	// LINEAR - Programs play back-to-back only once.
	//
	// LOOP - Programs play back-to-back in an endless loop. When the last program
	// in the schedule plays, playback loops back to the first program in the schedule.
	PlaybackMode *string `type:"string"`

	// The tags to assign to the channel. Tags are key-value pairs that you can
	// associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The tier associated with this Channel.
	Tier *string `type:"string"`

	// The time-shifted viewing configuration for the channel.
	TimeShiftConfiguration *TimeShiftConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateChannelOutput) GoString added in v1.37.30

func (s UpdateChannelOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateChannelOutput) SetArn added in v1.37.30

SetArn sets the Arn field's value.

func (*UpdateChannelOutput) SetAudiences added in v1.51.2

func (s *UpdateChannelOutput) SetAudiences(v []*string) *UpdateChannelOutput

SetAudiences sets the Audiences field's value.

func (*UpdateChannelOutput) SetChannelName added in v1.37.30

func (s *UpdateChannelOutput) SetChannelName(v string) *UpdateChannelOutput

SetChannelName sets the ChannelName field's value.

func (*UpdateChannelOutput) SetChannelState added in v1.37.30

func (s *UpdateChannelOutput) SetChannelState(v string) *UpdateChannelOutput

SetChannelState sets the ChannelState field's value.

func (*UpdateChannelOutput) SetCreationTime added in v1.37.30

func (s *UpdateChannelOutput) SetCreationTime(v time.Time) *UpdateChannelOutput

SetCreationTime sets the CreationTime field's value.

func (*UpdateChannelOutput) SetFillerSlate added in v1.40.35

func (s *UpdateChannelOutput) SetFillerSlate(v *SlateSource) *UpdateChannelOutput

SetFillerSlate sets the FillerSlate field's value.

func (*UpdateChannelOutput) SetLastModifiedTime added in v1.37.30

func (s *UpdateChannelOutput) SetLastModifiedTime(v time.Time) *UpdateChannelOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*UpdateChannelOutput) SetOutputs added in v1.37.30

SetOutputs sets the Outputs field's value.

func (*UpdateChannelOutput) SetPlaybackMode added in v1.37.30

func (s *UpdateChannelOutput) SetPlaybackMode(v string) *UpdateChannelOutput

SetPlaybackMode sets the PlaybackMode field's value.

func (*UpdateChannelOutput) SetTags added in v1.37.30

SetTags sets the Tags field's value.

func (*UpdateChannelOutput) SetTier added in v1.43.44

SetTier sets the Tier field's value.

func (*UpdateChannelOutput) SetTimeShiftConfiguration added in v1.49.7

func (s *UpdateChannelOutput) SetTimeShiftConfiguration(v *TimeShiftConfiguration) *UpdateChannelOutput

SetTimeShiftConfiguration sets the TimeShiftConfiguration field's value.

func (UpdateChannelOutput) String added in v1.37.30

func (s UpdateChannelOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateLiveSourceInput added in v1.43.44

type UpdateLiveSourceInput struct {

	// A list of HTTP package configurations for the live source on this account.
	//
	// HttpPackageConfigurations is a required field
	HttpPackageConfigurations []*HttpPackageConfiguration `type:"list" required:"true"`

	// The name of the live source.
	//
	// LiveSourceName is a required field
	LiveSourceName *string `location:"uri" locationName:"LiveSourceName" type:"string" required:"true"`

	// The name of the source location associated with this Live Source.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `location:"uri" locationName:"SourceLocationName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateLiveSourceInput) GoString added in v1.43.44

func (s UpdateLiveSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateLiveSourceInput) SetHttpPackageConfigurations added in v1.43.44

func (s *UpdateLiveSourceInput) SetHttpPackageConfigurations(v []*HttpPackageConfiguration) *UpdateLiveSourceInput

SetHttpPackageConfigurations sets the HttpPackageConfigurations field's value.

func (*UpdateLiveSourceInput) SetLiveSourceName added in v1.43.44

func (s *UpdateLiveSourceInput) SetLiveSourceName(v string) *UpdateLiveSourceInput

SetLiveSourceName sets the LiveSourceName field's value.

func (*UpdateLiveSourceInput) SetSourceLocationName added in v1.43.44

func (s *UpdateLiveSourceInput) SetSourceLocationName(v string) *UpdateLiveSourceInput

SetSourceLocationName sets the SourceLocationName field's value.

func (UpdateLiveSourceInput) String added in v1.43.44

func (s UpdateLiveSourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateLiveSourceInput) Validate added in v1.43.44

func (s *UpdateLiveSourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateLiveSourceOutput added in v1.43.44

type UpdateLiveSourceOutput struct {

	// The Amazon Resource Name (ARN) associated with this live source.
	Arn *string `type:"string"`

	// The timestamp that indicates when the live source was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// A list of HTTP package configurations for the live source on this account.
	HttpPackageConfigurations []*HttpPackageConfiguration `type:"list"`

	// The timestamp that indicates when the live source was last modified.
	LastModifiedTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The name of the live source.
	LiveSourceName *string `type:"string"`

	// The name of the source location associated with the live source.
	SourceLocationName *string `type:"string"`

	// The tags to assign to the live source. Tags are key-value pairs that you
	// can associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (UpdateLiveSourceOutput) GoString added in v1.43.44

func (s UpdateLiveSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateLiveSourceOutput) SetArn added in v1.43.44

SetArn sets the Arn field's value.

func (*UpdateLiveSourceOutput) SetCreationTime added in v1.43.44

func (s *UpdateLiveSourceOutput) SetCreationTime(v time.Time) *UpdateLiveSourceOutput

SetCreationTime sets the CreationTime field's value.

func (*UpdateLiveSourceOutput) SetHttpPackageConfigurations added in v1.43.44

func (s *UpdateLiveSourceOutput) SetHttpPackageConfigurations(v []*HttpPackageConfiguration) *UpdateLiveSourceOutput

SetHttpPackageConfigurations sets the HttpPackageConfigurations field's value.

func (*UpdateLiveSourceOutput) SetLastModifiedTime added in v1.43.44

func (s *UpdateLiveSourceOutput) SetLastModifiedTime(v time.Time) *UpdateLiveSourceOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*UpdateLiveSourceOutput) SetLiveSourceName added in v1.43.44

func (s *UpdateLiveSourceOutput) SetLiveSourceName(v string) *UpdateLiveSourceOutput

SetLiveSourceName sets the LiveSourceName field's value.

func (*UpdateLiveSourceOutput) SetSourceLocationName added in v1.43.44

func (s *UpdateLiveSourceOutput) SetSourceLocationName(v string) *UpdateLiveSourceOutput

SetSourceLocationName sets the SourceLocationName field's value.

func (*UpdateLiveSourceOutput) SetTags added in v1.43.44

SetTags sets the Tags field's value.

func (UpdateLiveSourceOutput) String added in v1.43.44

func (s UpdateLiveSourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateProgramInput added in v1.44.192

type UpdateProgramInput struct {

	// The ad break configuration settings.
	AdBreaks []*AdBreak `type:"list"`

	// The list of AudienceMedia defined in program.
	AudienceMedia []*AudienceMedia `type:"list"`

	// The name of the channel for this Program.
	//
	// ChannelName is a required field
	ChannelName *string `location:"uri" locationName:"ChannelName" type:"string" required:"true"`

	// The name of the Program.
	//
	// ProgramName is a required field
	ProgramName *string `location:"uri" locationName:"ProgramName" type:"string" required:"true"`

	// The schedule configuration settings.
	//
	// ScheduleConfiguration is a required field
	ScheduleConfiguration *UpdateProgramScheduleConfiguration `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateProgramInput) GoString added in v1.44.192

func (s UpdateProgramInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateProgramInput) SetAdBreaks added in v1.44.192

func (s *UpdateProgramInput) SetAdBreaks(v []*AdBreak) *UpdateProgramInput

SetAdBreaks sets the AdBreaks field's value.

func (*UpdateProgramInput) SetAudienceMedia added in v1.51.2

func (s *UpdateProgramInput) SetAudienceMedia(v []*AudienceMedia) *UpdateProgramInput

SetAudienceMedia sets the AudienceMedia field's value.

func (*UpdateProgramInput) SetChannelName added in v1.44.192

func (s *UpdateProgramInput) SetChannelName(v string) *UpdateProgramInput

SetChannelName sets the ChannelName field's value.

func (*UpdateProgramInput) SetProgramName added in v1.44.192

func (s *UpdateProgramInput) SetProgramName(v string) *UpdateProgramInput

SetProgramName sets the ProgramName field's value.

func (*UpdateProgramInput) SetScheduleConfiguration added in v1.44.192

SetScheduleConfiguration sets the ScheduleConfiguration field's value.

func (UpdateProgramInput) String added in v1.44.192

func (s UpdateProgramInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateProgramInput) Validate added in v1.44.192

func (s *UpdateProgramInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateProgramOutput added in v1.44.192

type UpdateProgramOutput struct {

	// The ad break configuration settings.
	AdBreaks []*AdBreak `type:"list"`

	// The ARN to assign to the program.
	Arn *string `type:"string"`

	// The list of AudienceMedia defined in program.
	AudienceMedia []*AudienceMedia `type:"list"`

	// The name to assign to the channel for this program.
	ChannelName *string `type:"string"`

	// The clip range configuration settings.
	ClipRange *ClipRange `type:"structure"`

	// The time the program was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The duration of the live program in milliseconds.
	DurationMillis *int64 `type:"long"`

	// The name of the LiveSource for this Program.
	LiveSourceName *string `type:"string"`

	// The name to assign to this program.
	ProgramName *string `type:"string"`

	// The scheduled start time for this Program.
	ScheduledStartTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The name to assign to the source location for this program.
	SourceLocationName *string `type:"string"`

	// The name that's used to refer to a VOD source.
	VodSourceName *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateProgramOutput) GoString added in v1.44.192

func (s UpdateProgramOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateProgramOutput) SetAdBreaks added in v1.44.192

func (s *UpdateProgramOutput) SetAdBreaks(v []*AdBreak) *UpdateProgramOutput

SetAdBreaks sets the AdBreaks field's value.

func (*UpdateProgramOutput) SetArn added in v1.44.192

SetArn sets the Arn field's value.

func (*UpdateProgramOutput) SetAudienceMedia added in v1.51.2

func (s *UpdateProgramOutput) SetAudienceMedia(v []*AudienceMedia) *UpdateProgramOutput

SetAudienceMedia sets the AudienceMedia field's value.

func (*UpdateProgramOutput) SetChannelName added in v1.44.192

func (s *UpdateProgramOutput) SetChannelName(v string) *UpdateProgramOutput

SetChannelName sets the ChannelName field's value.

func (*UpdateProgramOutput) SetClipRange added in v1.44.192

func (s *UpdateProgramOutput) SetClipRange(v *ClipRange) *UpdateProgramOutput

SetClipRange sets the ClipRange field's value.

func (*UpdateProgramOutput) SetCreationTime added in v1.44.192

func (s *UpdateProgramOutput) SetCreationTime(v time.Time) *UpdateProgramOutput

SetCreationTime sets the CreationTime field's value.

func (*UpdateProgramOutput) SetDurationMillis added in v1.44.192

func (s *UpdateProgramOutput) SetDurationMillis(v int64) *UpdateProgramOutput

SetDurationMillis sets the DurationMillis field's value.

func (*UpdateProgramOutput) SetLiveSourceName added in v1.44.192

func (s *UpdateProgramOutput) SetLiveSourceName(v string) *UpdateProgramOutput

SetLiveSourceName sets the LiveSourceName field's value.

func (*UpdateProgramOutput) SetProgramName added in v1.44.192

func (s *UpdateProgramOutput) SetProgramName(v string) *UpdateProgramOutput

SetProgramName sets the ProgramName field's value.

func (*UpdateProgramOutput) SetScheduledStartTime added in v1.44.192

func (s *UpdateProgramOutput) SetScheduledStartTime(v time.Time) *UpdateProgramOutput

SetScheduledStartTime sets the ScheduledStartTime field's value.

func (*UpdateProgramOutput) SetSourceLocationName added in v1.44.192

func (s *UpdateProgramOutput) SetSourceLocationName(v string) *UpdateProgramOutput

SetSourceLocationName sets the SourceLocationName field's value.

func (*UpdateProgramOutput) SetVodSourceName added in v1.44.192

func (s *UpdateProgramOutput) SetVodSourceName(v string) *UpdateProgramOutput

SetVodSourceName sets the VodSourceName field's value.

func (UpdateProgramOutput) String added in v1.44.192

func (s UpdateProgramOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateProgramScheduleConfiguration added in v1.44.192

type UpdateProgramScheduleConfiguration struct {

	// Program clip range configuration.
	ClipRange *ClipRange `type:"structure"`

	// Program transition configuration.
	Transition *UpdateProgramTransition `type:"structure"`
	// contains filtered or unexported fields
}

Schedule configuration parameters.

func (UpdateProgramScheduleConfiguration) GoString added in v1.44.192

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateProgramScheduleConfiguration) SetClipRange added in v1.44.192

SetClipRange sets the ClipRange field's value.

func (*UpdateProgramScheduleConfiguration) SetTransition added in v1.44.192

SetTransition sets the Transition field's value.

func (UpdateProgramScheduleConfiguration) String added in v1.44.192

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateProgramTransition added in v1.44.192

type UpdateProgramTransition struct {

	// The duration of the live program in seconds.
	DurationMillis *int64 `type:"long"`

	// The date and time that the program is scheduled to start, in epoch milliseconds.
	ScheduledStartTimeMillis *int64 `type:"long"`
	// contains filtered or unexported fields
}

Program transition configuration.

func (UpdateProgramTransition) GoString added in v1.44.192

func (s UpdateProgramTransition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateProgramTransition) SetDurationMillis added in v1.44.192

func (s *UpdateProgramTransition) SetDurationMillis(v int64) *UpdateProgramTransition

SetDurationMillis sets the DurationMillis field's value.

func (*UpdateProgramTransition) SetScheduledStartTimeMillis added in v1.44.192

func (s *UpdateProgramTransition) SetScheduledStartTimeMillis(v int64) *UpdateProgramTransition

SetScheduledStartTimeMillis sets the ScheduledStartTimeMillis field's value.

func (UpdateProgramTransition) String added in v1.44.192

func (s UpdateProgramTransition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateSourceLocationInput added in v1.37.30

type UpdateSourceLocationInput struct {

	// Access configuration parameters. Configures the type of authentication used
	// to access content from your source location.
	AccessConfiguration *AccessConfiguration `type:"structure"`

	// The optional configuration for the host server that serves segments.
	DefaultSegmentDeliveryConfiguration *DefaultSegmentDeliveryConfiguration `type:"structure"`

	// The HTTP configuration for the source location.
	//
	// HttpConfiguration is a required field
	HttpConfiguration *HttpConfiguration `type:"structure" required:"true"`

	// A list of the segment delivery configurations associated with this resource.
	SegmentDeliveryConfigurations []*SegmentDeliveryConfiguration `type:"list"`

	// The name of the source location.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `location:"uri" locationName:"SourceLocationName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateSourceLocationInput) GoString added in v1.37.30

func (s UpdateSourceLocationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSourceLocationInput) SetAccessConfiguration added in v1.37.30

SetAccessConfiguration sets the AccessConfiguration field's value.

func (*UpdateSourceLocationInput) SetDefaultSegmentDeliveryConfiguration added in v1.37.30

func (s *UpdateSourceLocationInput) SetDefaultSegmentDeliveryConfiguration(v *DefaultSegmentDeliveryConfiguration) *UpdateSourceLocationInput

SetDefaultSegmentDeliveryConfiguration sets the DefaultSegmentDeliveryConfiguration field's value.

func (*UpdateSourceLocationInput) SetHttpConfiguration added in v1.37.30

SetHttpConfiguration sets the HttpConfiguration field's value.

func (*UpdateSourceLocationInput) SetSegmentDeliveryConfigurations added in v1.42.38

func (s *UpdateSourceLocationInput) SetSegmentDeliveryConfigurations(v []*SegmentDeliveryConfiguration) *UpdateSourceLocationInput

SetSegmentDeliveryConfigurations sets the SegmentDeliveryConfigurations field's value.

func (*UpdateSourceLocationInput) SetSourceLocationName added in v1.37.30

func (s *UpdateSourceLocationInput) SetSourceLocationName(v string) *UpdateSourceLocationInput

SetSourceLocationName sets the SourceLocationName field's value.

func (UpdateSourceLocationInput) String added in v1.37.30

func (s UpdateSourceLocationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSourceLocationInput) Validate added in v1.37.30

func (s *UpdateSourceLocationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateSourceLocationOutput added in v1.37.30

type UpdateSourceLocationOutput struct {

	// Access configuration parameters. Configures the type of authentication used
	// to access content from your source location.
	AccessConfiguration *AccessConfiguration `type:"structure"`

	// The Amazon Resource Name (ARN) associated with the source location.
	Arn *string `type:"string"`

	// The timestamp that indicates when the source location was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The optional configuration for the host server that serves segments.
	DefaultSegmentDeliveryConfiguration *DefaultSegmentDeliveryConfiguration `type:"structure"`

	// The HTTP configuration for the source location.
	HttpConfiguration *HttpConfiguration `type:"structure"`

	// The timestamp that indicates when the source location was last modified.
	LastModifiedTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The segment delivery configurations for the source location. For information
	// about MediaTailor configurations, see Working with configurations in AWS
	// Elemental MediaTailor (https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html).
	SegmentDeliveryConfigurations []*SegmentDeliveryConfiguration `type:"list"`

	// The name of the source location.
	SourceLocationName *string `type:"string"`

	// The tags to assign to the source location. Tags are key-value pairs that
	// you can associate with Amazon resources to help with organization, access
	// control, and cost tracking. For more information, see Tagging AWS Elemental
	// MediaTailor Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (UpdateSourceLocationOutput) GoString added in v1.37.30

func (s UpdateSourceLocationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSourceLocationOutput) SetAccessConfiguration added in v1.37.30

SetAccessConfiguration sets the AccessConfiguration field's value.

func (*UpdateSourceLocationOutput) SetArn added in v1.37.30

SetArn sets the Arn field's value.

func (*UpdateSourceLocationOutput) SetCreationTime added in v1.37.30

SetCreationTime sets the CreationTime field's value.

func (*UpdateSourceLocationOutput) SetDefaultSegmentDeliveryConfiguration added in v1.37.30

func (s *UpdateSourceLocationOutput) SetDefaultSegmentDeliveryConfiguration(v *DefaultSegmentDeliveryConfiguration) *UpdateSourceLocationOutput

SetDefaultSegmentDeliveryConfiguration sets the DefaultSegmentDeliveryConfiguration field's value.

func (*UpdateSourceLocationOutput) SetHttpConfiguration added in v1.37.30

SetHttpConfiguration sets the HttpConfiguration field's value.

func (*UpdateSourceLocationOutput) SetLastModifiedTime added in v1.37.30

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*UpdateSourceLocationOutput) SetSegmentDeliveryConfigurations added in v1.42.38

func (s *UpdateSourceLocationOutput) SetSegmentDeliveryConfigurations(v []*SegmentDeliveryConfiguration) *UpdateSourceLocationOutput

SetSegmentDeliveryConfigurations sets the SegmentDeliveryConfigurations field's value.

func (*UpdateSourceLocationOutput) SetSourceLocationName added in v1.37.30

func (s *UpdateSourceLocationOutput) SetSourceLocationName(v string) *UpdateSourceLocationOutput

SetSourceLocationName sets the SourceLocationName field's value.

func (*UpdateSourceLocationOutput) SetTags added in v1.37.30

SetTags sets the Tags field's value.

func (UpdateSourceLocationOutput) String added in v1.37.30

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateVodSourceInput added in v1.37.30

type UpdateVodSourceInput struct {

	// A list of HTTP package configurations for the VOD source on this account.
	//
	// HttpPackageConfigurations is a required field
	HttpPackageConfigurations []*HttpPackageConfiguration `type:"list" required:"true"`

	// The name of the source location associated with this VOD Source.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `location:"uri" locationName:"SourceLocationName" type:"string" required:"true"`

	// The name of the VOD source.
	//
	// VodSourceName is a required field
	VodSourceName *string `location:"uri" locationName:"VodSourceName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateVodSourceInput) GoString added in v1.37.30

func (s UpdateVodSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateVodSourceInput) SetHttpPackageConfigurations added in v1.37.30

func (s *UpdateVodSourceInput) SetHttpPackageConfigurations(v []*HttpPackageConfiguration) *UpdateVodSourceInput

SetHttpPackageConfigurations sets the HttpPackageConfigurations field's value.

func (*UpdateVodSourceInput) SetSourceLocationName added in v1.37.30

func (s *UpdateVodSourceInput) SetSourceLocationName(v string) *UpdateVodSourceInput

SetSourceLocationName sets the SourceLocationName field's value.

func (*UpdateVodSourceInput) SetVodSourceName added in v1.37.30

func (s *UpdateVodSourceInput) SetVodSourceName(v string) *UpdateVodSourceInput

SetVodSourceName sets the VodSourceName field's value.

func (UpdateVodSourceInput) String added in v1.37.30

func (s UpdateVodSourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateVodSourceInput) Validate added in v1.37.30

func (s *UpdateVodSourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateVodSourceOutput added in v1.37.30

type UpdateVodSourceOutput struct {

	// The Amazon Resource Name (ARN) associated with the VOD source.
	Arn *string `type:"string"`

	// The timestamp that indicates when the VOD source was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// A list of HTTP package configurations for the VOD source on this account.
	HttpPackageConfigurations []*HttpPackageConfiguration `type:"list"`

	// The timestamp that indicates when the VOD source was last modified.
	LastModifiedTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The name of the source location associated with the VOD source.
	SourceLocationName *string `type:"string"`

	// The tags to assign to the VOD source. Tags are key-value pairs that you can
	// associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The name of the VOD source.
	VodSourceName *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateVodSourceOutput) GoString added in v1.37.30

func (s UpdateVodSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateVodSourceOutput) SetArn added in v1.37.30

SetArn sets the Arn field's value.

func (*UpdateVodSourceOutput) SetCreationTime added in v1.37.30

func (s *UpdateVodSourceOutput) SetCreationTime(v time.Time) *UpdateVodSourceOutput

SetCreationTime sets the CreationTime field's value.

func (*UpdateVodSourceOutput) SetHttpPackageConfigurations added in v1.37.30

func (s *UpdateVodSourceOutput) SetHttpPackageConfigurations(v []*HttpPackageConfiguration) *UpdateVodSourceOutput

SetHttpPackageConfigurations sets the HttpPackageConfigurations field's value.

func (*UpdateVodSourceOutput) SetLastModifiedTime added in v1.37.30

func (s *UpdateVodSourceOutput) SetLastModifiedTime(v time.Time) *UpdateVodSourceOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*UpdateVodSourceOutput) SetSourceLocationName added in v1.37.30

func (s *UpdateVodSourceOutput) SetSourceLocationName(v string) *UpdateVodSourceOutput

SetSourceLocationName sets the SourceLocationName field's value.

func (*UpdateVodSourceOutput) SetTags added in v1.37.30

SetTags sets the Tags field's value.

func (*UpdateVodSourceOutput) SetVodSourceName added in v1.37.30

func (s *UpdateVodSourceOutput) SetVodSourceName(v string) *UpdateVodSourceOutput

SetVodSourceName sets the VodSourceName field's value.

func (UpdateVodSourceOutput) String added in v1.37.30

func (s UpdateVodSourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VodSource added in v1.37.30

type VodSource struct {

	// The ARN for the VOD source.
	//
	// Arn is a required field
	Arn *string `type:"string" required:"true"`

	// The timestamp that indicates when the VOD source was created.
	CreationTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The HTTP package configurations for the VOD source.
	//
	// HttpPackageConfigurations is a required field
	HttpPackageConfigurations []*HttpPackageConfiguration `type:"list" required:"true"`

	// The timestamp that indicates when the VOD source was last modified.
	LastModifiedTime *time.Time `type:"timestamp" timestampFormat:"unixTimestamp"`

	// The name of the source location that the VOD source is associated with.
	//
	// SourceLocationName is a required field
	SourceLocationName *string `type:"string" required:"true"`

	// The tags assigned to the VOD source. Tags are key-value pairs that you can
	// associate with Amazon resources to help with organization, access control,
	// and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
	// Resources (https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The name of the VOD source.
	//
	// VodSourceName is a required field
	VodSourceName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

VOD source configuration parameters.

func (VodSource) GoString added in v1.37.30

func (s VodSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VodSource) SetArn added in v1.37.30

func (s *VodSource) SetArn(v string) *VodSource

SetArn sets the Arn field's value.

func (*VodSource) SetCreationTime added in v1.37.30

func (s *VodSource) SetCreationTime(v time.Time) *VodSource

SetCreationTime sets the CreationTime field's value.

func (*VodSource) SetHttpPackageConfigurations added in v1.37.30

func (s *VodSource) SetHttpPackageConfigurations(v []*HttpPackageConfiguration) *VodSource

SetHttpPackageConfigurations sets the HttpPackageConfigurations field's value.

func (*VodSource) SetLastModifiedTime added in v1.37.30

func (s *VodSource) SetLastModifiedTime(v time.Time) *VodSource

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*VodSource) SetSourceLocationName added in v1.37.30

func (s *VodSource) SetSourceLocationName(v string) *VodSource

SetSourceLocationName sets the SourceLocationName field's value.

func (*VodSource) SetTags added in v1.37.30

func (s *VodSource) SetTags(v map[string]*string) *VodSource

SetTags sets the Tags field's value.

func (*VodSource) SetVodSourceName added in v1.37.30

func (s *VodSource) SetVodSourceName(v string) *VodSource

SetVodSourceName sets the VodSourceName field's value.

func (VodSource) String added in v1.37.30

func (s VodSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

Directories

Path Synopsis
Package mediatailoriface provides an interface to enable mocking the AWS MediaTailor service client for testing your code.
Package mediatailoriface provides an interface to enable mocking the AWS MediaTailor service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL