Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeClientLimitExceededException + const ErrCodeInvalidArgumentException + const ErrCodeResourceNotFoundException + const ServiceID + const ServiceName + type AccessDeniedException struct + 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 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 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 JoinStorageSessionInput struct + ChannelArn *string + func (s *JoinStorageSessionInput) SetChannelArn(v string) *JoinStorageSessionInput + func (s *JoinStorageSessionInput) Validate() error + func (s JoinStorageSessionInput) GoString() string + func (s JoinStorageSessionInput) String() string + type JoinStorageSessionOutput struct + func (s JoinStorageSessionOutput) GoString() string + func (s JoinStorageSessionOutput) String() string + type KinesisVideoWebRTCStorage struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *KinesisVideoWebRTCStorage + func (c *KinesisVideoWebRTCStorage) JoinStorageSession(input *JoinStorageSessionInput) (*JoinStorageSessionOutput, error) + func (c *KinesisVideoWebRTCStorage) JoinStorageSessionRequest(input *JoinStorageSessionInput) (req *request.Request, output *JoinStorageSessionOutput) + func (c *KinesisVideoWebRTCStorage) JoinStorageSessionWithContext(ctx aws.Context, input *JoinStorageSessionInput, opts ...request.Option) (*JoinStorageSessionOutput, error) + 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