Versions in this module Expand all Collapse all v1 v1.42.9 Aug 3, 2023 v1.42.6 Nov 15, 2021 Changes in this version + const EndpointsID + const ErrCodeClientLimitExceededException + const ErrCodeConnectionLimitExceededException + const ErrCodeInvalidArgumentException + const ErrCodeInvalidEndpointException + const ErrCodeNotAuthorizedException + const ErrCodeResourceNotFoundException + const ServiceID + const ServiceName + const StartSelectorTypeContinuationToken + const StartSelectorTypeEarliest + const StartSelectorTypeFragmentNumber + const StartSelectorTypeNow + const StartSelectorTypeProducerTimestamp + const StartSelectorTypeServerTimestamp + func StartSelectorType_Values() []string + type ClientLimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ClientLimitExceededException) Code() string + func (s *ClientLimitExceededException) Error() string + func (s *ClientLimitExceededException) Message() string + func (s *ClientLimitExceededException) OrigErr() error + func (s *ClientLimitExceededException) RequestID() string + func (s *ClientLimitExceededException) StatusCode() int + func (s ClientLimitExceededException) GoString() string + func (s ClientLimitExceededException) String() string + type ConnectionLimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConnectionLimitExceededException) Code() string + func (s *ConnectionLimitExceededException) Error() string + func (s *ConnectionLimitExceededException) Message() string + func (s *ConnectionLimitExceededException) OrigErr() error + func (s *ConnectionLimitExceededException) RequestID() string + func (s *ConnectionLimitExceededException) StatusCode() int + func (s ConnectionLimitExceededException) GoString() string + func (s ConnectionLimitExceededException) String() string + type GetMediaInput struct + StartSelector *StartSelector + StreamARN *string + StreamName *string + func (s *GetMediaInput) SetStartSelector(v *StartSelector) *GetMediaInput + func (s *GetMediaInput) SetStreamARN(v string) *GetMediaInput + func (s *GetMediaInput) SetStreamName(v string) *GetMediaInput + func (s *GetMediaInput) Validate() error + func (s GetMediaInput) GoString() string + func (s GetMediaInput) String() string + type GetMediaOutput struct + ContentType *string + Payload io.ReadCloser + func (s *GetMediaOutput) SetContentType(v string) *GetMediaOutput + func (s *GetMediaOutput) SetPayload(v io.ReadCloser) *GetMediaOutput + func (s GetMediaOutput) GoString() string + func (s GetMediaOutput) String() string + type InvalidArgumentException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidArgumentException) Code() string + func (s *InvalidArgumentException) Error() string + func (s *InvalidArgumentException) Message() string + func (s *InvalidArgumentException) OrigErr() error + func (s *InvalidArgumentException) RequestID() string + func (s *InvalidArgumentException) StatusCode() int + func (s InvalidArgumentException) GoString() string + func (s InvalidArgumentException) String() string + type InvalidEndpointException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidEndpointException) Code() string + func (s *InvalidEndpointException) Error() string + func (s *InvalidEndpointException) Message() string + func (s *InvalidEndpointException) OrigErr() error + func (s *InvalidEndpointException) RequestID() string + func (s *InvalidEndpointException) StatusCode() int + func (s InvalidEndpointException) GoString() string + func (s InvalidEndpointException) String() string + type KinesisVideoMedia struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *KinesisVideoMedia + func (c *KinesisVideoMedia) GetMedia(input *GetMediaInput) (*GetMediaOutput, error) + func (c *KinesisVideoMedia) GetMediaRequest(input *GetMediaInput) (req *request.Request, output *GetMediaOutput) + func (c *KinesisVideoMedia) GetMediaWithContext(ctx aws.Context, input *GetMediaInput, opts ...request.Option) (*GetMediaOutput, error) + type NotAuthorizedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NotAuthorizedException) Code() string + func (s *NotAuthorizedException) Error() string + func (s *NotAuthorizedException) Message() string + func (s *NotAuthorizedException) OrigErr() error + func (s *NotAuthorizedException) RequestID() string + func (s *NotAuthorizedException) StatusCode() int + func (s NotAuthorizedException) GoString() string + func (s NotAuthorizedException) String() string + type ResourceNotFoundException struct + 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 StartSelector struct + AfterFragmentNumber *string + ContinuationToken *string + StartSelectorType *string + StartTimestamp *time.Time + func (s *StartSelector) SetAfterFragmentNumber(v string) *StartSelector + func (s *StartSelector) SetContinuationToken(v string) *StartSelector + func (s *StartSelector) SetStartSelectorType(v string) *StartSelector + func (s *StartSelector) SetStartTimestamp(v time.Time) *StartSelector + func (s *StartSelector) Validate() error + func (s StartSelector) GoString() string + func (s StartSelector) String() string