Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const ChannelLatencyModeLow + const ChannelLatencyModeNormal + const ChannelTypeAdvancedHd + const ChannelTypeAdvancedSd + const ChannelTypeBasic + const ChannelTypeStandard + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeChannelNotBroadcasting + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodePendingVerification + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeStreamUnavailable + const ErrCodeThrottlingException + const ErrCodeValidationException + const RecordingConfigurationStateActive + const RecordingConfigurationStateCreateFailed + const RecordingConfigurationStateCreating + const RecordingModeDisabled + const RecordingModeInterval + const RenditionConfigurationRenditionFullHd + const RenditionConfigurationRenditionHd + const RenditionConfigurationRenditionLowestResolution + const RenditionConfigurationRenditionSd + const RenditionConfigurationRenditionSelectionAll + const RenditionConfigurationRenditionSelectionCustom + const RenditionConfigurationRenditionSelectionNone + const ServiceID + const ServiceName + const StreamHealthHealthy + const StreamHealthStarving + const StreamHealthUnknown + const StreamStateLive + const StreamStateOffline + const ThumbnailConfigurationResolutionFullHd + const ThumbnailConfigurationResolutionHd + const ThumbnailConfigurationResolutionLowestResolution + const ThumbnailConfigurationResolutionSd + const ThumbnailConfigurationStorageLatest + const ThumbnailConfigurationStorageSequential + const TranscodePresetConstrainedBandwidthDelivery + const TranscodePresetHigherBandwidthDelivery + func ChannelLatencyMode_Values() []string + func ChannelType_Values() []string + func RecordingConfigurationState_Values() []string + func RecordingMode_Values() []string + func RenditionConfigurationRenditionSelection_Values() []string + func RenditionConfigurationRendition_Values() []string + func StreamHealth_Values() []string + func StreamState_Values() []string + func ThumbnailConfigurationResolution_Values() []string + func ThumbnailConfigurationStorage_Values() []string + func TranscodePreset_Values() []string + type AccessDeniedException struct + ExceptionMessage *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type AudioConfiguration struct + Channels *int64 + Codec *string + SampleRate *int64 + TargetBitrate *int64 + func (s *AudioConfiguration) SetChannels(v int64) *AudioConfiguration + func (s *AudioConfiguration) SetCodec(v string) *AudioConfiguration + func (s *AudioConfiguration) SetSampleRate(v int64) *AudioConfiguration + func (s *AudioConfiguration) SetTargetBitrate(v int64) *AudioConfiguration + func (s AudioConfiguration) GoString() string + func (s AudioConfiguration) String() string + type BatchError struct + Arn *string + Code *string + Message *string + func (s *BatchError) SetArn(v string) *BatchError + func (s *BatchError) SetCode(v string) *BatchError + func (s *BatchError) SetMessage(v string) *BatchError + func (s BatchError) GoString() string + func (s BatchError) String() string + type BatchGetChannelInput struct + Arns []*string + func (s *BatchGetChannelInput) SetArns(v []*string) *BatchGetChannelInput + func (s *BatchGetChannelInput) Validate() error + func (s BatchGetChannelInput) GoString() string + func (s BatchGetChannelInput) String() string + type BatchGetChannelOutput struct + Channels []*Channel + Errors []*BatchError + func (s *BatchGetChannelOutput) SetChannels(v []*Channel) *BatchGetChannelOutput + func (s *BatchGetChannelOutput) SetErrors(v []*BatchError) *BatchGetChannelOutput + func (s BatchGetChannelOutput) GoString() string + func (s BatchGetChannelOutput) String() string + type BatchGetStreamKeyInput struct + Arns []*string + func (s *BatchGetStreamKeyInput) SetArns(v []*string) *BatchGetStreamKeyInput + func (s *BatchGetStreamKeyInput) Validate() error + func (s BatchGetStreamKeyInput) GoString() string + func (s BatchGetStreamKeyInput) String() string + type BatchGetStreamKeyOutput struct + Errors []*BatchError + StreamKeys []*StreamKey + func (s *BatchGetStreamKeyOutput) SetErrors(v []*BatchError) *BatchGetStreamKeyOutput + func (s *BatchGetStreamKeyOutput) SetStreamKeys(v []*StreamKey) *BatchGetStreamKeyOutput + func (s BatchGetStreamKeyOutput) GoString() string + func (s BatchGetStreamKeyOutput) String() string + type BatchStartViewerSessionRevocationError struct + ChannelArn *string + Code *string + Message *string + ViewerId *string + func (s *BatchStartViewerSessionRevocationError) SetChannelArn(v string) *BatchStartViewerSessionRevocationError + func (s *BatchStartViewerSessionRevocationError) SetCode(v string) *BatchStartViewerSessionRevocationError + func (s *BatchStartViewerSessionRevocationError) SetMessage(v string) *BatchStartViewerSessionRevocationError + func (s *BatchStartViewerSessionRevocationError) SetViewerId(v string) *BatchStartViewerSessionRevocationError + func (s BatchStartViewerSessionRevocationError) GoString() string + func (s BatchStartViewerSessionRevocationError) String() string + type BatchStartViewerSessionRevocationInput struct + ViewerSessions []*BatchStartViewerSessionRevocationViewerSession + func (s *BatchStartViewerSessionRevocationInput) SetViewerSessions(v []*BatchStartViewerSessionRevocationViewerSession) *BatchStartViewerSessionRevocationInput + func (s *BatchStartViewerSessionRevocationInput) Validate() error + func (s BatchStartViewerSessionRevocationInput) GoString() string + func (s BatchStartViewerSessionRevocationInput) String() string + type BatchStartViewerSessionRevocationOutput struct + Errors []*BatchStartViewerSessionRevocationError + func (s *BatchStartViewerSessionRevocationOutput) SetErrors(v []*BatchStartViewerSessionRevocationError) *BatchStartViewerSessionRevocationOutput + func (s BatchStartViewerSessionRevocationOutput) GoString() string + func (s BatchStartViewerSessionRevocationOutput) String() string + type BatchStartViewerSessionRevocationViewerSession struct + ChannelArn *string + ViewerId *string + ViewerSessionVersionsLessThanOrEqualTo *int64 + func (s *BatchStartViewerSessionRevocationViewerSession) SetChannelArn(v string) *BatchStartViewerSessionRevocationViewerSession + func (s *BatchStartViewerSessionRevocationViewerSession) SetViewerId(v string) *BatchStartViewerSessionRevocationViewerSession + func (s *BatchStartViewerSessionRevocationViewerSession) SetViewerSessionVersionsLessThanOrEqualTo(v int64) *BatchStartViewerSessionRevocationViewerSession + func (s *BatchStartViewerSessionRevocationViewerSession) Validate() error + func (s BatchStartViewerSessionRevocationViewerSession) GoString() string + func (s BatchStartViewerSessionRevocationViewerSession) String() string + type Channel struct + Arn *string + Authorized *bool + IngestEndpoint *string + InsecureIngest *bool + LatencyMode *string + Name *string + PlaybackUrl *string + Preset *string + RecordingConfigurationArn *string + Tags map[string]*string + Type *string + func (s *Channel) SetArn(v string) *Channel + func (s *Channel) SetAuthorized(v bool) *Channel + func (s *Channel) SetIngestEndpoint(v string) *Channel + func (s *Channel) SetInsecureIngest(v bool) *Channel + func (s *Channel) SetLatencyMode(v string) *Channel + func (s *Channel) SetName(v string) *Channel + func (s *Channel) SetPlaybackUrl(v string) *Channel + func (s *Channel) SetPreset(v string) *Channel + func (s *Channel) SetRecordingConfigurationArn(v string) *Channel + func (s *Channel) SetTags(v map[string]*string) *Channel + func (s *Channel) SetType(v string) *Channel + func (s Channel) GoString() string + func (s Channel) String() string + type ChannelNotBroadcasting struct + ExceptionMessage *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ChannelNotBroadcasting) Code() string + func (s *ChannelNotBroadcasting) Error() string + func (s *ChannelNotBroadcasting) Message() string + func (s *ChannelNotBroadcasting) OrigErr() error + func (s *ChannelNotBroadcasting) RequestID() string + func (s *ChannelNotBroadcasting) StatusCode() int + func (s ChannelNotBroadcasting) GoString() string + func (s ChannelNotBroadcasting) String() string + type ChannelSummary struct + Arn *string + Authorized *bool + InsecureIngest *bool + LatencyMode *string + Name *string + Preset *string + RecordingConfigurationArn *string + Tags map[string]*string + Type *string + func (s *ChannelSummary) SetArn(v string) *ChannelSummary + func (s *ChannelSummary) SetAuthorized(v bool) *ChannelSummary + func (s *ChannelSummary) SetInsecureIngest(v bool) *ChannelSummary + func (s *ChannelSummary) SetLatencyMode(v string) *ChannelSummary + func (s *ChannelSummary) SetName(v string) *ChannelSummary + func (s *ChannelSummary) SetPreset(v string) *ChannelSummary + func (s *ChannelSummary) SetRecordingConfigurationArn(v string) *ChannelSummary + func (s *ChannelSummary) SetTags(v map[string]*string) *ChannelSummary + func (s *ChannelSummary) SetType(v string) *ChannelSummary + func (s ChannelSummary) GoString() string + func (s ChannelSummary) String() string + type ConflictException struct + ExceptionMessage *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CreateChannelInput struct + Authorized *bool + InsecureIngest *bool + LatencyMode *string + Name *string + Preset *string + RecordingConfigurationArn *string + Tags map[string]*string + Type *string + func (s *CreateChannelInput) SetAuthorized(v bool) *CreateChannelInput + func (s *CreateChannelInput) SetInsecureIngest(v bool) *CreateChannelInput + func (s *CreateChannelInput) SetLatencyMode(v string) *CreateChannelInput + func (s *CreateChannelInput) SetName(v string) *CreateChannelInput + func (s *CreateChannelInput) SetPreset(v string) *CreateChannelInput + func (s *CreateChannelInput) SetRecordingConfigurationArn(v string) *CreateChannelInput + func (s *CreateChannelInput) SetTags(v map[string]*string) *CreateChannelInput + func (s *CreateChannelInput) SetType(v string) *CreateChannelInput + func (s CreateChannelInput) GoString() string + func (s CreateChannelInput) String() string + type CreateChannelOutput struct + Channel *Channel + StreamKey *StreamKey + func (s *CreateChannelOutput) SetChannel(v *Channel) *CreateChannelOutput + func (s *CreateChannelOutput) SetStreamKey(v *StreamKey) *CreateChannelOutput + func (s CreateChannelOutput) GoString() string + func (s CreateChannelOutput) String() string + type CreateRecordingConfigurationInput struct + DestinationConfiguration *DestinationConfiguration + Name *string + RecordingReconnectWindowSeconds *int64 + RenditionConfiguration *RenditionConfiguration + Tags map[string]*string + ThumbnailConfiguration *ThumbnailConfiguration + func (s *CreateRecordingConfigurationInput) SetDestinationConfiguration(v *DestinationConfiguration) *CreateRecordingConfigurationInput + func (s *CreateRecordingConfigurationInput) SetName(v string) *CreateRecordingConfigurationInput + func (s *CreateRecordingConfigurationInput) SetRecordingReconnectWindowSeconds(v int64) *CreateRecordingConfigurationInput + func (s *CreateRecordingConfigurationInput) SetRenditionConfiguration(v *RenditionConfiguration) *CreateRecordingConfigurationInput + func (s *CreateRecordingConfigurationInput) SetTags(v map[string]*string) *CreateRecordingConfigurationInput + func (s *CreateRecordingConfigurationInput) SetThumbnailConfiguration(v *ThumbnailConfiguration) *CreateRecordingConfigurationInput + func (s *CreateRecordingConfigurationInput) Validate() error + func (s CreateRecordingConfigurationInput) GoString() string + func (s CreateRecordingConfigurationInput) String() string + type CreateRecordingConfigurationOutput struct + RecordingConfiguration *RecordingConfiguration + func (s *CreateRecordingConfigurationOutput) SetRecordingConfiguration(v *RecordingConfiguration) *CreateRecordingConfigurationOutput + func (s CreateRecordingConfigurationOutput) GoString() string + func (s CreateRecordingConfigurationOutput) String() string + type CreateStreamKeyInput struct + ChannelArn *string + Tags map[string]*string + func (s *CreateStreamKeyInput) SetChannelArn(v string) *CreateStreamKeyInput + func (s *CreateStreamKeyInput) SetTags(v map[string]*string) *CreateStreamKeyInput + func (s *CreateStreamKeyInput) Validate() error + func (s CreateStreamKeyInput) GoString() string + func (s CreateStreamKeyInput) String() string + type CreateStreamKeyOutput struct + StreamKey *StreamKey + func (s *CreateStreamKeyOutput) SetStreamKey(v *StreamKey) *CreateStreamKeyOutput + func (s CreateStreamKeyOutput) GoString() string + func (s CreateStreamKeyOutput) String() string + type DeleteChannelInput struct + Arn *string + func (s *DeleteChannelInput) SetArn(v string) *DeleteChannelInput + func (s *DeleteChannelInput) Validate() error + func (s DeleteChannelInput) GoString() string + func (s DeleteChannelInput) String() string + type DeleteChannelOutput struct + func (s DeleteChannelOutput) GoString() string + func (s DeleteChannelOutput) String() string + type DeletePlaybackKeyPairInput struct + Arn *string + func (s *DeletePlaybackKeyPairInput) SetArn(v string) *DeletePlaybackKeyPairInput + func (s *DeletePlaybackKeyPairInput) Validate() error + func (s DeletePlaybackKeyPairInput) GoString() string + func (s DeletePlaybackKeyPairInput) String() string + type DeletePlaybackKeyPairOutput struct + func (s DeletePlaybackKeyPairOutput) GoString() string + func (s DeletePlaybackKeyPairOutput) String() string + type DeleteRecordingConfigurationInput struct + Arn *string + func (s *DeleteRecordingConfigurationInput) SetArn(v string) *DeleteRecordingConfigurationInput + func (s *DeleteRecordingConfigurationInput) Validate() error + func (s DeleteRecordingConfigurationInput) GoString() string + func (s DeleteRecordingConfigurationInput) String() string + type DeleteRecordingConfigurationOutput struct + func (s DeleteRecordingConfigurationOutput) GoString() string + func (s DeleteRecordingConfigurationOutput) String() string + type DeleteStreamKeyInput struct + Arn *string + func (s *DeleteStreamKeyInput) SetArn(v string) *DeleteStreamKeyInput + func (s *DeleteStreamKeyInput) Validate() error + func (s DeleteStreamKeyInput) GoString() string + func (s DeleteStreamKeyInput) String() string + type DeleteStreamKeyOutput struct + func (s DeleteStreamKeyOutput) GoString() string + func (s DeleteStreamKeyOutput) String() string + type DestinationConfiguration struct + S3 *S3DestinationConfiguration + func (s *DestinationConfiguration) SetS3(v *S3DestinationConfiguration) *DestinationConfiguration + func (s *DestinationConfiguration) Validate() error + func (s DestinationConfiguration) GoString() string + func (s DestinationConfiguration) String() string + type GetChannelInput struct + Arn *string + func (s *GetChannelInput) SetArn(v string) *GetChannelInput + func (s *GetChannelInput) Validate() error + func (s GetChannelInput) GoString() string + func (s GetChannelInput) String() string + type GetChannelOutput struct + Channel *Channel + func (s *GetChannelOutput) SetChannel(v *Channel) *GetChannelOutput + func (s GetChannelOutput) GoString() string + func (s GetChannelOutput) String() string + type GetPlaybackKeyPairInput struct + Arn *string + func (s *GetPlaybackKeyPairInput) SetArn(v string) *GetPlaybackKeyPairInput + func (s *GetPlaybackKeyPairInput) Validate() error + func (s GetPlaybackKeyPairInput) GoString() string + func (s GetPlaybackKeyPairInput) String() string + type GetPlaybackKeyPairOutput struct + KeyPair *PlaybackKeyPair + func (s *GetPlaybackKeyPairOutput) SetKeyPair(v *PlaybackKeyPair) *GetPlaybackKeyPairOutput + func (s GetPlaybackKeyPairOutput) GoString() string + func (s GetPlaybackKeyPairOutput) String() string + type GetRecordingConfigurationInput struct + Arn *string + func (s *GetRecordingConfigurationInput) SetArn(v string) *GetRecordingConfigurationInput + func (s *GetRecordingConfigurationInput) Validate() error + func (s GetRecordingConfigurationInput) GoString() string + func (s GetRecordingConfigurationInput) String() string + type GetRecordingConfigurationOutput struct + RecordingConfiguration *RecordingConfiguration + func (s *GetRecordingConfigurationOutput) SetRecordingConfiguration(v *RecordingConfiguration) *GetRecordingConfigurationOutput + func (s GetRecordingConfigurationOutput) GoString() string + func (s GetRecordingConfigurationOutput) String() string + type GetStreamInput struct + ChannelArn *string + func (s *GetStreamInput) SetChannelArn(v string) *GetStreamInput + func (s *GetStreamInput) Validate() error + func (s GetStreamInput) GoString() string + func (s GetStreamInput) String() string + type GetStreamKeyInput struct + Arn *string + func (s *GetStreamKeyInput) SetArn(v string) *GetStreamKeyInput + func (s *GetStreamKeyInput) Validate() error + func (s GetStreamKeyInput) GoString() string + func (s GetStreamKeyInput) String() string + type GetStreamKeyOutput struct + StreamKey *StreamKey + func (s *GetStreamKeyOutput) SetStreamKey(v *StreamKey) *GetStreamKeyOutput + func (s GetStreamKeyOutput) GoString() string + func (s GetStreamKeyOutput) String() string + type GetStreamOutput struct + Stream *Stream + func (s *GetStreamOutput) SetStream(v *Stream) *GetStreamOutput + func (s GetStreamOutput) GoString() string + func (s GetStreamOutput) String() string + type GetStreamSessionInput struct + ChannelArn *string + StreamId *string + func (s *GetStreamSessionInput) SetChannelArn(v string) *GetStreamSessionInput + func (s *GetStreamSessionInput) SetStreamId(v string) *GetStreamSessionInput + func (s *GetStreamSessionInput) Validate() error + func (s GetStreamSessionInput) GoString() string + func (s GetStreamSessionInput) String() string + type GetStreamSessionOutput struct + StreamSession *StreamSession + func (s *GetStreamSessionOutput) SetStreamSession(v *StreamSession) *GetStreamSessionOutput + func (s GetStreamSessionOutput) GoString() string + func (s GetStreamSessionOutput) String() string + type IVS struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *IVS + func (c *IVS) BatchGetChannel(input *BatchGetChannelInput) (*BatchGetChannelOutput, error) + func (c *IVS) BatchGetChannelRequest(input *BatchGetChannelInput) (req *request.Request, output *BatchGetChannelOutput) + func (c *IVS) BatchGetChannelWithContext(ctx aws.Context, input *BatchGetChannelInput, opts ...request.Option) (*BatchGetChannelOutput, error) + func (c *IVS) BatchGetStreamKey(input *BatchGetStreamKeyInput) (*BatchGetStreamKeyOutput, error) + func (c *IVS) BatchGetStreamKeyRequest(input *BatchGetStreamKeyInput) (req *request.Request, output *BatchGetStreamKeyOutput) + func (c *IVS) BatchGetStreamKeyWithContext(ctx aws.Context, input *BatchGetStreamKeyInput, opts ...request.Option) (*BatchGetStreamKeyOutput, error) + func (c *IVS) BatchStartViewerSessionRevocation(input *BatchStartViewerSessionRevocationInput) (*BatchStartViewerSessionRevocationOutput, error) + func (c *IVS) BatchStartViewerSessionRevocationRequest(input *BatchStartViewerSessionRevocationInput) (req *request.Request, output *BatchStartViewerSessionRevocationOutput) + func (c *IVS) BatchStartViewerSessionRevocationWithContext(ctx aws.Context, input *BatchStartViewerSessionRevocationInput, ...) (*BatchStartViewerSessionRevocationOutput, error) + func (c *IVS) CreateChannel(input *CreateChannelInput) (*CreateChannelOutput, error) + func (c *IVS) CreateChannelRequest(input *CreateChannelInput) (req *request.Request, output *CreateChannelOutput) + func (c *IVS) CreateChannelWithContext(ctx aws.Context, input *CreateChannelInput, opts ...request.Option) (*CreateChannelOutput, error) + func (c *IVS) CreateRecordingConfiguration(input *CreateRecordingConfigurationInput) (*CreateRecordingConfigurationOutput, error) + func (c *IVS) CreateRecordingConfigurationRequest(input *CreateRecordingConfigurationInput) (req *request.Request, output *CreateRecordingConfigurationOutput) + func (c *IVS) CreateRecordingConfigurationWithContext(ctx aws.Context, input *CreateRecordingConfigurationInput, ...) (*CreateRecordingConfigurationOutput, error) + func (c *IVS) CreateStreamKey(input *CreateStreamKeyInput) (*CreateStreamKeyOutput, error) + func (c *IVS) CreateStreamKeyRequest(input *CreateStreamKeyInput) (req *request.Request, output *CreateStreamKeyOutput) + func (c *IVS) CreateStreamKeyWithContext(ctx aws.Context, input *CreateStreamKeyInput, opts ...request.Option) (*CreateStreamKeyOutput, error) + func (c *IVS) DeleteChannel(input *DeleteChannelInput) (*DeleteChannelOutput, error) + func (c *IVS) DeleteChannelRequest(input *DeleteChannelInput) (req *request.Request, output *DeleteChannelOutput) + func (c *IVS) DeleteChannelWithContext(ctx aws.Context, input *DeleteChannelInput, opts ...request.Option) (*DeleteChannelOutput, error) + func (c *IVS) DeletePlaybackKeyPair(input *DeletePlaybackKeyPairInput) (*DeletePlaybackKeyPairOutput, error) + func (c *IVS) DeletePlaybackKeyPairRequest(input *DeletePlaybackKeyPairInput) (req *request.Request, output *DeletePlaybackKeyPairOutput) + func (c *IVS) DeletePlaybackKeyPairWithContext(ctx aws.Context, input *DeletePlaybackKeyPairInput, opts ...request.Option) (*DeletePlaybackKeyPairOutput, error) + func (c *IVS) DeleteRecordingConfiguration(input *DeleteRecordingConfigurationInput) (*DeleteRecordingConfigurationOutput, error) + func (c *IVS) DeleteRecordingConfigurationRequest(input *DeleteRecordingConfigurationInput) (req *request.Request, output *DeleteRecordingConfigurationOutput) + func (c *IVS) DeleteRecordingConfigurationWithContext(ctx aws.Context, input *DeleteRecordingConfigurationInput, ...) (*DeleteRecordingConfigurationOutput, error) + func (c *IVS) DeleteStreamKey(input *DeleteStreamKeyInput) (*DeleteStreamKeyOutput, error) + func (c *IVS) DeleteStreamKeyRequest(input *DeleteStreamKeyInput) (req *request.Request, output *DeleteStreamKeyOutput) + func (c *IVS) DeleteStreamKeyWithContext(ctx aws.Context, input *DeleteStreamKeyInput, opts ...request.Option) (*DeleteStreamKeyOutput, error) + func (c *IVS) GetChannel(input *GetChannelInput) (*GetChannelOutput, error) + func (c *IVS) GetChannelRequest(input *GetChannelInput) (req *request.Request, output *GetChannelOutput) + func (c *IVS) GetChannelWithContext(ctx aws.Context, input *GetChannelInput, opts ...request.Option) (*GetChannelOutput, error) + func (c *IVS) GetPlaybackKeyPair(input *GetPlaybackKeyPairInput) (*GetPlaybackKeyPairOutput, error) + func (c *IVS) GetPlaybackKeyPairRequest(input *GetPlaybackKeyPairInput) (req *request.Request, output *GetPlaybackKeyPairOutput) + func (c *IVS) GetPlaybackKeyPairWithContext(ctx aws.Context, input *GetPlaybackKeyPairInput, opts ...request.Option) (*GetPlaybackKeyPairOutput, error) + func (c *IVS) GetRecordingConfiguration(input *GetRecordingConfigurationInput) (*GetRecordingConfigurationOutput, error) + func (c *IVS) GetRecordingConfigurationRequest(input *GetRecordingConfigurationInput) (req *request.Request, output *GetRecordingConfigurationOutput) + func (c *IVS) GetRecordingConfigurationWithContext(ctx aws.Context, input *GetRecordingConfigurationInput, opts ...request.Option) (*GetRecordingConfigurationOutput, error) + func (c *IVS) GetStream(input *GetStreamInput) (*GetStreamOutput, error) + func (c *IVS) GetStreamKey(input *GetStreamKeyInput) (*GetStreamKeyOutput, error) + func (c *IVS) GetStreamKeyRequest(input *GetStreamKeyInput) (req *request.Request, output *GetStreamKeyOutput) + func (c *IVS) GetStreamKeyWithContext(ctx aws.Context, input *GetStreamKeyInput, opts ...request.Option) (*GetStreamKeyOutput, error) + func (c *IVS) GetStreamRequest(input *GetStreamInput) (req *request.Request, output *GetStreamOutput) + func (c *IVS) GetStreamSession(input *GetStreamSessionInput) (*GetStreamSessionOutput, error) + func (c *IVS) GetStreamSessionRequest(input *GetStreamSessionInput) (req *request.Request, output *GetStreamSessionOutput) + func (c *IVS) GetStreamSessionWithContext(ctx aws.Context, input *GetStreamSessionInput, opts ...request.Option) (*GetStreamSessionOutput, error) + func (c *IVS) GetStreamWithContext(ctx aws.Context, input *GetStreamInput, opts ...request.Option) (*GetStreamOutput, error) + func (c *IVS) ImportPlaybackKeyPair(input *ImportPlaybackKeyPairInput) (*ImportPlaybackKeyPairOutput, error) + func (c *IVS) ImportPlaybackKeyPairRequest(input *ImportPlaybackKeyPairInput) (req *request.Request, output *ImportPlaybackKeyPairOutput) + func (c *IVS) ImportPlaybackKeyPairWithContext(ctx aws.Context, input *ImportPlaybackKeyPairInput, opts ...request.Option) (*ImportPlaybackKeyPairOutput, error) + func (c *IVS) ListChannels(input *ListChannelsInput) (*ListChannelsOutput, error) + func (c *IVS) ListChannelsPages(input *ListChannelsInput, fn func(*ListChannelsOutput, bool) bool) error + func (c *IVS) ListChannelsPagesWithContext(ctx aws.Context, input *ListChannelsInput, ...) error + func (c *IVS) ListChannelsRequest(input *ListChannelsInput) (req *request.Request, output *ListChannelsOutput) + func (c *IVS) ListChannelsWithContext(ctx aws.Context, input *ListChannelsInput, opts ...request.Option) (*ListChannelsOutput, error) + func (c *IVS) ListPlaybackKeyPairs(input *ListPlaybackKeyPairsInput) (*ListPlaybackKeyPairsOutput, error) + func (c *IVS) ListPlaybackKeyPairsPages(input *ListPlaybackKeyPairsInput, ...) error + func (c *IVS) ListPlaybackKeyPairsPagesWithContext(ctx aws.Context, input *ListPlaybackKeyPairsInput, ...) error + func (c *IVS) ListPlaybackKeyPairsRequest(input *ListPlaybackKeyPairsInput) (req *request.Request, output *ListPlaybackKeyPairsOutput) + func (c *IVS) ListPlaybackKeyPairsWithContext(ctx aws.Context, input *ListPlaybackKeyPairsInput, opts ...request.Option) (*ListPlaybackKeyPairsOutput, error) + func (c *IVS) ListRecordingConfigurations(input *ListRecordingConfigurationsInput) (*ListRecordingConfigurationsOutput, error) + func (c *IVS) ListRecordingConfigurationsPages(input *ListRecordingConfigurationsInput, ...) error + func (c *IVS) ListRecordingConfigurationsPagesWithContext(ctx aws.Context, input *ListRecordingConfigurationsInput, ...) error + func (c *IVS) ListRecordingConfigurationsRequest(input *ListRecordingConfigurationsInput) (req *request.Request, output *ListRecordingConfigurationsOutput) + func (c *IVS) ListRecordingConfigurationsWithContext(ctx aws.Context, input *ListRecordingConfigurationsInput, ...) (*ListRecordingConfigurationsOutput, error) + func (c *IVS) ListStreamKeys(input *ListStreamKeysInput) (*ListStreamKeysOutput, error) + func (c *IVS) ListStreamKeysPages(input *ListStreamKeysInput, fn func(*ListStreamKeysOutput, bool) bool) error + func (c *IVS) ListStreamKeysPagesWithContext(ctx aws.Context, input *ListStreamKeysInput, ...) error + func (c *IVS) ListStreamKeysRequest(input *ListStreamKeysInput) (req *request.Request, output *ListStreamKeysOutput) + func (c *IVS) ListStreamKeysWithContext(ctx aws.Context, input *ListStreamKeysInput, opts ...request.Option) (*ListStreamKeysOutput, error) + func (c *IVS) ListStreamSessions(input *ListStreamSessionsInput) (*ListStreamSessionsOutput, error) + func (c *IVS) ListStreamSessionsPages(input *ListStreamSessionsInput, fn func(*ListStreamSessionsOutput, bool) bool) error + func (c *IVS) ListStreamSessionsPagesWithContext(ctx aws.Context, input *ListStreamSessionsInput, ...) error + func (c *IVS) ListStreamSessionsRequest(input *ListStreamSessionsInput) (req *request.Request, output *ListStreamSessionsOutput) + func (c *IVS) ListStreamSessionsWithContext(ctx aws.Context, input *ListStreamSessionsInput, opts ...request.Option) (*ListStreamSessionsOutput, error) + func (c *IVS) ListStreams(input *ListStreamsInput) (*ListStreamsOutput, error) + func (c *IVS) ListStreamsPages(input *ListStreamsInput, fn func(*ListStreamsOutput, bool) bool) error + func (c *IVS) ListStreamsPagesWithContext(ctx aws.Context, input *ListStreamsInput, ...) error + func (c *IVS) ListStreamsRequest(input *ListStreamsInput) (req *request.Request, output *ListStreamsOutput) + func (c *IVS) ListStreamsWithContext(ctx aws.Context, input *ListStreamsInput, opts ...request.Option) (*ListStreamsOutput, error) + func (c *IVS) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *IVS) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *IVS) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *IVS) PutMetadata(input *PutMetadataInput) (*PutMetadataOutput, error) + func (c *IVS) PutMetadataRequest(input *PutMetadataInput) (req *request.Request, output *PutMetadataOutput) + func (c *IVS) PutMetadataWithContext(ctx aws.Context, input *PutMetadataInput, opts ...request.Option) (*PutMetadataOutput, error) + func (c *IVS) StartViewerSessionRevocation(input *StartViewerSessionRevocationInput) (*StartViewerSessionRevocationOutput, error) + func (c *IVS) StartViewerSessionRevocationRequest(input *StartViewerSessionRevocationInput) (req *request.Request, output *StartViewerSessionRevocationOutput) + func (c *IVS) StartViewerSessionRevocationWithContext(ctx aws.Context, input *StartViewerSessionRevocationInput, ...) (*StartViewerSessionRevocationOutput, error) + func (c *IVS) StopStream(input *StopStreamInput) (*StopStreamOutput, error) + func (c *IVS) StopStreamRequest(input *StopStreamInput) (req *request.Request, output *StopStreamOutput) + func (c *IVS) StopStreamWithContext(ctx aws.Context, input *StopStreamInput, opts ...request.Option) (*StopStreamOutput, error) + func (c *IVS) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *IVS) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *IVS) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *IVS) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *IVS) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *IVS) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *IVS) UpdateChannel(input *UpdateChannelInput) (*UpdateChannelOutput, error) + func (c *IVS) UpdateChannelRequest(input *UpdateChannelInput) (req *request.Request, output *UpdateChannelOutput) + func (c *IVS) UpdateChannelWithContext(ctx aws.Context, input *UpdateChannelInput, opts ...request.Option) (*UpdateChannelOutput, error) + type ImportPlaybackKeyPairInput struct + Name *string + PublicKeyMaterial *string + Tags map[string]*string + func (s *ImportPlaybackKeyPairInput) SetName(v string) *ImportPlaybackKeyPairInput + func (s *ImportPlaybackKeyPairInput) SetPublicKeyMaterial(v string) *ImportPlaybackKeyPairInput + func (s *ImportPlaybackKeyPairInput) SetTags(v map[string]*string) *ImportPlaybackKeyPairInput + func (s *ImportPlaybackKeyPairInput) Validate() error + func (s ImportPlaybackKeyPairInput) GoString() string + func (s ImportPlaybackKeyPairInput) String() string + type ImportPlaybackKeyPairOutput struct + KeyPair *PlaybackKeyPair + func (s *ImportPlaybackKeyPairOutput) SetKeyPair(v *PlaybackKeyPair) *ImportPlaybackKeyPairOutput + func (s ImportPlaybackKeyPairOutput) GoString() string + func (s ImportPlaybackKeyPairOutput) String() string + type IngestConfiguration struct + Audio *AudioConfiguration + Video *VideoConfiguration + func (s *IngestConfiguration) SetAudio(v *AudioConfiguration) *IngestConfiguration + func (s *IngestConfiguration) SetVideo(v *VideoConfiguration) *IngestConfiguration + func (s IngestConfiguration) GoString() string + func (s IngestConfiguration) String() string + type InternalServerException struct + ExceptionMessage *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type ListChannelsInput struct + FilterByName *string + FilterByRecordingConfigurationArn *string + MaxResults *int64 + NextToken *string + func (s *ListChannelsInput) SetFilterByName(v string) *ListChannelsInput + func (s *ListChannelsInput) SetFilterByRecordingConfigurationArn(v string) *ListChannelsInput + func (s *ListChannelsInput) SetMaxResults(v int64) *ListChannelsInput + func (s *ListChannelsInput) SetNextToken(v string) *ListChannelsInput + func (s *ListChannelsInput) Validate() error + func (s ListChannelsInput) GoString() string + func (s ListChannelsInput) String() string + type ListChannelsOutput struct + Channels []*ChannelSummary + NextToken *string + func (s *ListChannelsOutput) SetChannels(v []*ChannelSummary) *ListChannelsOutput + func (s *ListChannelsOutput) SetNextToken(v string) *ListChannelsOutput + func (s ListChannelsOutput) GoString() string + func (s ListChannelsOutput) String() string + type ListPlaybackKeyPairsInput struct + MaxResults *int64 + NextToken *string + func (s *ListPlaybackKeyPairsInput) SetMaxResults(v int64) *ListPlaybackKeyPairsInput + func (s *ListPlaybackKeyPairsInput) SetNextToken(v string) *ListPlaybackKeyPairsInput + func (s *ListPlaybackKeyPairsInput) Validate() error + func (s ListPlaybackKeyPairsInput) GoString() string + func (s ListPlaybackKeyPairsInput) String() string + type ListPlaybackKeyPairsOutput struct + KeyPairs []*PlaybackKeyPairSummary + NextToken *string + func (s *ListPlaybackKeyPairsOutput) SetKeyPairs(v []*PlaybackKeyPairSummary) *ListPlaybackKeyPairsOutput + func (s *ListPlaybackKeyPairsOutput) SetNextToken(v string) *ListPlaybackKeyPairsOutput + func (s ListPlaybackKeyPairsOutput) GoString() string + func (s ListPlaybackKeyPairsOutput) String() string + type ListRecordingConfigurationsInput struct + MaxResults *int64 + NextToken *string + func (s *ListRecordingConfigurationsInput) SetMaxResults(v int64) *ListRecordingConfigurationsInput + func (s *ListRecordingConfigurationsInput) SetNextToken(v string) *ListRecordingConfigurationsInput + func (s *ListRecordingConfigurationsInput) Validate() error + func (s ListRecordingConfigurationsInput) GoString() string + func (s ListRecordingConfigurationsInput) String() string + type ListRecordingConfigurationsOutput struct + NextToken *string + RecordingConfigurations []*RecordingConfigurationSummary + func (s *ListRecordingConfigurationsOutput) SetNextToken(v string) *ListRecordingConfigurationsOutput + func (s *ListRecordingConfigurationsOutput) SetRecordingConfigurations(v []*RecordingConfigurationSummary) *ListRecordingConfigurationsOutput + func (s ListRecordingConfigurationsOutput) GoString() string + func (s ListRecordingConfigurationsOutput) String() string + type ListStreamKeysInput struct + ChannelArn *string + MaxResults *int64 + NextToken *string + func (s *ListStreamKeysInput) SetChannelArn(v string) *ListStreamKeysInput + func (s *ListStreamKeysInput) SetMaxResults(v int64) *ListStreamKeysInput + func (s *ListStreamKeysInput) SetNextToken(v string) *ListStreamKeysInput + func (s *ListStreamKeysInput) Validate() error + func (s ListStreamKeysInput) GoString() string + func (s ListStreamKeysInput) String() string + type ListStreamKeysOutput struct + NextToken *string + StreamKeys []*StreamKeySummary + func (s *ListStreamKeysOutput) SetNextToken(v string) *ListStreamKeysOutput + func (s *ListStreamKeysOutput) SetStreamKeys(v []*StreamKeySummary) *ListStreamKeysOutput + func (s ListStreamKeysOutput) GoString() string + func (s ListStreamKeysOutput) String() string + type ListStreamSessionsInput struct + ChannelArn *string + MaxResults *int64 + NextToken *string + func (s *ListStreamSessionsInput) SetChannelArn(v string) *ListStreamSessionsInput + func (s *ListStreamSessionsInput) SetMaxResults(v int64) *ListStreamSessionsInput + func (s *ListStreamSessionsInput) SetNextToken(v string) *ListStreamSessionsInput + func (s *ListStreamSessionsInput) Validate() error + func (s ListStreamSessionsInput) GoString() string + func (s ListStreamSessionsInput) String() string + type ListStreamSessionsOutput struct + NextToken *string + StreamSessions []*StreamSessionSummary + func (s *ListStreamSessionsOutput) SetNextToken(v string) *ListStreamSessionsOutput + func (s *ListStreamSessionsOutput) SetStreamSessions(v []*StreamSessionSummary) *ListStreamSessionsOutput + func (s ListStreamSessionsOutput) GoString() string + func (s ListStreamSessionsOutput) String() string + type ListStreamsInput struct + FilterBy *StreamFilters + MaxResults *int64 + NextToken *string + func (s *ListStreamsInput) SetFilterBy(v *StreamFilters) *ListStreamsInput + func (s *ListStreamsInput) SetMaxResults(v int64) *ListStreamsInput + func (s *ListStreamsInput) SetNextToken(v string) *ListStreamsInput + func (s *ListStreamsInput) Validate() error + func (s ListStreamsInput) GoString() string + func (s ListStreamsInput) String() string + type ListStreamsOutput struct + NextToken *string + Streams []*StreamSummary + func (s *ListStreamsOutput) SetNextToken(v string) *ListStreamsOutput + func (s *ListStreamsOutput) SetStreams(v []*StreamSummary) *ListStreamsOutput + func (s ListStreamsOutput) GoString() string + func (s ListStreamsOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type PendingVerification struct + ExceptionMessage *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *PendingVerification) Code() string + func (s *PendingVerification) Error() string + func (s *PendingVerification) Message() string + func (s *PendingVerification) OrigErr() error + func (s *PendingVerification) RequestID() string + func (s *PendingVerification) StatusCode() int + func (s PendingVerification) GoString() string + func (s PendingVerification) String() string + type PlaybackKeyPair struct + Arn *string + Fingerprint *string + Name *string + Tags map[string]*string + func (s *PlaybackKeyPair) SetArn(v string) *PlaybackKeyPair + func (s *PlaybackKeyPair) SetFingerprint(v string) *PlaybackKeyPair + func (s *PlaybackKeyPair) SetName(v string) *PlaybackKeyPair + func (s *PlaybackKeyPair) SetTags(v map[string]*string) *PlaybackKeyPair + func (s PlaybackKeyPair) GoString() string + func (s PlaybackKeyPair) String() string + type PlaybackKeyPairSummary struct + Arn *string + Name *string + Tags map[string]*string + func (s *PlaybackKeyPairSummary) SetArn(v string) *PlaybackKeyPairSummary + func (s *PlaybackKeyPairSummary) SetName(v string) *PlaybackKeyPairSummary + func (s *PlaybackKeyPairSummary) SetTags(v map[string]*string) *PlaybackKeyPairSummary + func (s PlaybackKeyPairSummary) GoString() string + func (s PlaybackKeyPairSummary) String() string + type PutMetadataInput struct + ChannelArn *string + Metadata *string + func (s *PutMetadataInput) SetChannelArn(v string) *PutMetadataInput + func (s *PutMetadataInput) SetMetadata(v string) *PutMetadataInput + func (s *PutMetadataInput) Validate() error + func (s PutMetadataInput) GoString() string + func (s PutMetadataInput) String() string + type PutMetadataOutput struct + func (s PutMetadataOutput) GoString() string + func (s PutMetadataOutput) String() string + type RecordingConfiguration struct + Arn *string + DestinationConfiguration *DestinationConfiguration + Name *string + RecordingReconnectWindowSeconds *int64 + RenditionConfiguration *RenditionConfiguration + State *string + Tags map[string]*string + ThumbnailConfiguration *ThumbnailConfiguration + func (s *RecordingConfiguration) SetArn(v string) *RecordingConfiguration + func (s *RecordingConfiguration) SetDestinationConfiguration(v *DestinationConfiguration) *RecordingConfiguration + func (s *RecordingConfiguration) SetName(v string) *RecordingConfiguration + func (s *RecordingConfiguration) SetRecordingReconnectWindowSeconds(v int64) *RecordingConfiguration + func (s *RecordingConfiguration) SetRenditionConfiguration(v *RenditionConfiguration) *RecordingConfiguration + func (s *RecordingConfiguration) SetState(v string) *RecordingConfiguration + func (s *RecordingConfiguration) SetTags(v map[string]*string) *RecordingConfiguration + func (s *RecordingConfiguration) SetThumbnailConfiguration(v *ThumbnailConfiguration) *RecordingConfiguration + func (s RecordingConfiguration) GoString() string + func (s RecordingConfiguration) String() string + type RecordingConfigurationSummary struct + Arn *string + DestinationConfiguration *DestinationConfiguration + Name *string + State *string + Tags map[string]*string + func (s *RecordingConfigurationSummary) SetArn(v string) *RecordingConfigurationSummary + func (s *RecordingConfigurationSummary) SetDestinationConfiguration(v *DestinationConfiguration) *RecordingConfigurationSummary + func (s *RecordingConfigurationSummary) SetName(v string) *RecordingConfigurationSummary + func (s *RecordingConfigurationSummary) SetState(v string) *RecordingConfigurationSummary + func (s *RecordingConfigurationSummary) SetTags(v map[string]*string) *RecordingConfigurationSummary + func (s RecordingConfigurationSummary) GoString() string + func (s RecordingConfigurationSummary) String() string + type RenditionConfiguration struct + RenditionSelection *string + Renditions []*string + func (s *RenditionConfiguration) SetRenditionSelection(v string) *RenditionConfiguration + func (s *RenditionConfiguration) SetRenditions(v []*string) *RenditionConfiguration + func (s RenditionConfiguration) GoString() string + func (s RenditionConfiguration) String() string + type ResourceNotFoundException struct + ExceptionMessage *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type S3DestinationConfiguration struct + BucketName *string + func (s *S3DestinationConfiguration) SetBucketName(v string) *S3DestinationConfiguration + func (s *S3DestinationConfiguration) Validate() error + func (s S3DestinationConfiguration) GoString() string + func (s S3DestinationConfiguration) String() string + type ServiceQuotaExceededException struct + ExceptionMessage *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type StartViewerSessionRevocationInput struct + ChannelArn *string + ViewerId *string + ViewerSessionVersionsLessThanOrEqualTo *int64 + func (s *StartViewerSessionRevocationInput) SetChannelArn(v string) *StartViewerSessionRevocationInput + func (s *StartViewerSessionRevocationInput) SetViewerId(v string) *StartViewerSessionRevocationInput + func (s *StartViewerSessionRevocationInput) SetViewerSessionVersionsLessThanOrEqualTo(v int64) *StartViewerSessionRevocationInput + func (s *StartViewerSessionRevocationInput) Validate() error + func (s StartViewerSessionRevocationInput) GoString() string + func (s StartViewerSessionRevocationInput) String() string + type StartViewerSessionRevocationOutput struct + func (s StartViewerSessionRevocationOutput) GoString() string + func (s StartViewerSessionRevocationOutput) String() string + type StopStreamInput struct + ChannelArn *string + func (s *StopStreamInput) SetChannelArn(v string) *StopStreamInput + func (s *StopStreamInput) Validate() error + func (s StopStreamInput) GoString() string + func (s StopStreamInput) String() string + type StopStreamOutput struct + func (s StopStreamOutput) GoString() string + func (s StopStreamOutput) String() string + type Stream struct + ChannelArn *string + Health *string + PlaybackUrl *string + StartTime *time.Time + State *string + StreamId *string + ViewerCount *int64 + func (s *Stream) SetChannelArn(v string) *Stream + func (s *Stream) SetHealth(v string) *Stream + func (s *Stream) SetPlaybackUrl(v string) *Stream + func (s *Stream) SetStartTime(v time.Time) *Stream + func (s *Stream) SetState(v string) *Stream + func (s *Stream) SetStreamId(v string) *Stream + func (s *Stream) SetViewerCount(v int64) *Stream + func (s Stream) GoString() string + func (s Stream) String() string + type StreamEvent struct + EventTime *time.Time + Name *string + Type *string + func (s *StreamEvent) SetEventTime(v time.Time) *StreamEvent + func (s *StreamEvent) SetName(v string) *StreamEvent + func (s *StreamEvent) SetType(v string) *StreamEvent + func (s StreamEvent) GoString() string + func (s StreamEvent) String() string + type StreamFilters struct + Health *string + func (s *StreamFilters) SetHealth(v string) *StreamFilters + func (s StreamFilters) GoString() string + func (s StreamFilters) String() string + type StreamKey struct + Arn *string + ChannelArn *string + Tags map[string]*string + Value *string + func (s *StreamKey) SetArn(v string) *StreamKey + func (s *StreamKey) SetChannelArn(v string) *StreamKey + func (s *StreamKey) SetTags(v map[string]*string) *StreamKey + func (s *StreamKey) SetValue(v string) *StreamKey + func (s StreamKey) GoString() string + func (s StreamKey) String() string + type StreamKeySummary struct + Arn *string + ChannelArn *string + Tags map[string]*string + func (s *StreamKeySummary) SetArn(v string) *StreamKeySummary + func (s *StreamKeySummary) SetChannelArn(v string) *StreamKeySummary + func (s *StreamKeySummary) SetTags(v map[string]*string) *StreamKeySummary + func (s StreamKeySummary) GoString() string + func (s StreamKeySummary) String() string + type StreamSession struct + Channel *Channel + EndTime *time.Time + IngestConfiguration *IngestConfiguration + RecordingConfiguration *RecordingConfiguration + StartTime *time.Time + StreamId *string + TruncatedEvents []*StreamEvent + func (s *StreamSession) SetChannel(v *Channel) *StreamSession + func (s *StreamSession) SetEndTime(v time.Time) *StreamSession + func (s *StreamSession) SetIngestConfiguration(v *IngestConfiguration) *StreamSession + func (s *StreamSession) SetRecordingConfiguration(v *RecordingConfiguration) *StreamSession + func (s *StreamSession) SetStartTime(v time.Time) *StreamSession + func (s *StreamSession) SetStreamId(v string) *StreamSession + func (s *StreamSession) SetTruncatedEvents(v []*StreamEvent) *StreamSession + func (s StreamSession) GoString() string + func (s StreamSession) String() string + type StreamSessionSummary struct + EndTime *time.Time + HasErrorEvent *bool + StartTime *time.Time + StreamId *string + func (s *StreamSessionSummary) SetEndTime(v time.Time) *StreamSessionSummary + func (s *StreamSessionSummary) SetHasErrorEvent(v bool) *StreamSessionSummary + func (s *StreamSessionSummary) SetStartTime(v time.Time) *StreamSessionSummary + func (s *StreamSessionSummary) SetStreamId(v string) *StreamSessionSummary + func (s StreamSessionSummary) GoString() string + func (s StreamSessionSummary) String() string + type StreamSummary struct + ChannelArn *string + Health *string + StartTime *time.Time + State *string + StreamId *string + ViewerCount *int64 + func (s *StreamSummary) SetChannelArn(v string) *StreamSummary + func (s *StreamSummary) SetHealth(v string) *StreamSummary + func (s *StreamSummary) SetStartTime(v time.Time) *StreamSummary + func (s *StreamSummary) SetState(v string) *StreamSummary + func (s *StreamSummary) SetStreamId(v string) *StreamSummary + func (s *StreamSummary) SetViewerCount(v int64) *StreamSummary + func (s StreamSummary) GoString() string + func (s StreamSummary) String() string + type StreamUnavailable struct + ExceptionMessage *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *StreamUnavailable) Code() string + func (s *StreamUnavailable) Error() string + func (s *StreamUnavailable) Message() string + func (s *StreamUnavailable) OrigErr() error + func (s *StreamUnavailable) RequestID() string + func (s *StreamUnavailable) StatusCode() int + func (s StreamUnavailable) GoString() string + func (s StreamUnavailable) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type ThrottlingException struct + ExceptionMessage *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type ThumbnailConfiguration struct + RecordingMode *string + Resolution *string + Storage []*string + TargetIntervalSeconds *int64 + func (s *ThumbnailConfiguration) SetRecordingMode(v string) *ThumbnailConfiguration + func (s *ThumbnailConfiguration) SetResolution(v string) *ThumbnailConfiguration + func (s *ThumbnailConfiguration) SetStorage(v []*string) *ThumbnailConfiguration + func (s *ThumbnailConfiguration) SetTargetIntervalSeconds(v int64) *ThumbnailConfiguration + func (s *ThumbnailConfiguration) Validate() error + func (s ThumbnailConfiguration) GoString() string + func (s ThumbnailConfiguration) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateChannelInput struct + Arn *string + Authorized *bool + InsecureIngest *bool + LatencyMode *string + Name *string + Preset *string + RecordingConfigurationArn *string + Type *string + func (s *UpdateChannelInput) SetArn(v string) *UpdateChannelInput + func (s *UpdateChannelInput) SetAuthorized(v bool) *UpdateChannelInput + func (s *UpdateChannelInput) SetInsecureIngest(v bool) *UpdateChannelInput + func (s *UpdateChannelInput) SetLatencyMode(v string) *UpdateChannelInput + func (s *UpdateChannelInput) SetName(v string) *UpdateChannelInput + func (s *UpdateChannelInput) SetPreset(v string) *UpdateChannelInput + func (s *UpdateChannelInput) SetRecordingConfigurationArn(v string) *UpdateChannelInput + func (s *UpdateChannelInput) SetType(v string) *UpdateChannelInput + func (s *UpdateChannelInput) Validate() error + func (s UpdateChannelInput) GoString() string + func (s UpdateChannelInput) String() string + type UpdateChannelOutput struct + Channel *Channel + func (s *UpdateChannelOutput) SetChannel(v *Channel) *UpdateChannelOutput + func (s UpdateChannelOutput) GoString() string + func (s UpdateChannelOutput) String() string + type ValidationException struct + ExceptionMessage *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string + type VideoConfiguration struct + AvcLevel *string + AvcProfile *string + Codec *string + Encoder *string + TargetBitrate *int64 + TargetFramerate *int64 + VideoHeight *int64 + VideoWidth *int64 + func (s *VideoConfiguration) SetAvcLevel(v string) *VideoConfiguration + func (s *VideoConfiguration) SetAvcProfile(v string) *VideoConfiguration + func (s *VideoConfiguration) SetCodec(v string) *VideoConfiguration + func (s *VideoConfiguration) SetEncoder(v string) *VideoConfiguration + func (s *VideoConfiguration) SetTargetBitrate(v int64) *VideoConfiguration + func (s *VideoConfiguration) SetTargetFramerate(v int64) *VideoConfiguration + func (s *VideoConfiguration) SetVideoHeight(v int64) *VideoConfiguration + func (s *VideoConfiguration) SetVideoWidth(v int64) *VideoConfiguration + func (s VideoConfiguration) GoString() string + func (s VideoConfiguration) String() string