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 ErrCodeClientLimitExceededException + const ErrCodeInvalidArgumentException + const ErrCodeInvalidClientException + const ErrCodeNotAuthorizedException + const ErrCodeResourceNotFoundException + const ErrCodeSessionExpiredException + const ServiceID + const ServiceName + const ServiceTurn + func Service_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 GetIceServerConfigInput struct + ChannelARN *string + ClientId *string + Service *string + Username *string + func (s *GetIceServerConfigInput) SetChannelARN(v string) *GetIceServerConfigInput + func (s *GetIceServerConfigInput) SetClientId(v string) *GetIceServerConfigInput + func (s *GetIceServerConfigInput) SetService(v string) *GetIceServerConfigInput + func (s *GetIceServerConfigInput) SetUsername(v string) *GetIceServerConfigInput + func (s *GetIceServerConfigInput) Validate() error + func (s GetIceServerConfigInput) GoString() string + func (s GetIceServerConfigInput) String() string + type GetIceServerConfigOutput struct + IceServerList []*IceServer + func (s *GetIceServerConfigOutput) SetIceServerList(v []*IceServer) *GetIceServerConfigOutput + func (s GetIceServerConfigOutput) GoString() string + func (s GetIceServerConfigOutput) String() string + type IceServer struct + Password *string + Ttl *int64 + Uris []*string + Username *string + func (s *IceServer) SetPassword(v string) *IceServer + func (s *IceServer) SetTtl(v int64) *IceServer + func (s *IceServer) SetUris(v []*string) *IceServer + func (s *IceServer) SetUsername(v string) *IceServer + func (s IceServer) GoString() string + func (s IceServer) 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 InvalidClientException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidClientException) Code() string + func (s *InvalidClientException) Error() string + func (s *InvalidClientException) Message() string + func (s *InvalidClientException) OrigErr() error + func (s *InvalidClientException) RequestID() string + func (s *InvalidClientException) StatusCode() int + func (s InvalidClientException) GoString() string + func (s InvalidClientException) String() string + type KinesisVideoSignalingChannels struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *KinesisVideoSignalingChannels + func (c *KinesisVideoSignalingChannels) GetIceServerConfig(input *GetIceServerConfigInput) (*GetIceServerConfigOutput, error) + func (c *KinesisVideoSignalingChannels) GetIceServerConfigRequest(input *GetIceServerConfigInput) (req *request.Request, output *GetIceServerConfigOutput) + func (c *KinesisVideoSignalingChannels) GetIceServerConfigWithContext(ctx aws.Context, input *GetIceServerConfigInput, opts ...request.Option) (*GetIceServerConfigOutput, error) + func (c *KinesisVideoSignalingChannels) SendAlexaOfferToMaster(input *SendAlexaOfferToMasterInput) (*SendAlexaOfferToMasterOutput, error) + func (c *KinesisVideoSignalingChannels) SendAlexaOfferToMasterRequest(input *SendAlexaOfferToMasterInput) (req *request.Request, output *SendAlexaOfferToMasterOutput) + func (c *KinesisVideoSignalingChannels) SendAlexaOfferToMasterWithContext(ctx aws.Context, input *SendAlexaOfferToMasterInput, opts ...request.Option) (*SendAlexaOfferToMasterOutput, 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 SendAlexaOfferToMasterInput struct + ChannelARN *string + MessagePayload *string + SenderClientId *string + func (s *SendAlexaOfferToMasterInput) SetChannelARN(v string) *SendAlexaOfferToMasterInput + func (s *SendAlexaOfferToMasterInput) SetMessagePayload(v string) *SendAlexaOfferToMasterInput + func (s *SendAlexaOfferToMasterInput) SetSenderClientId(v string) *SendAlexaOfferToMasterInput + func (s *SendAlexaOfferToMasterInput) Validate() error + func (s SendAlexaOfferToMasterInput) GoString() string + func (s SendAlexaOfferToMasterInput) String() string + type SendAlexaOfferToMasterOutput struct + Answer *string + func (s *SendAlexaOfferToMasterOutput) SetAnswer(v string) *SendAlexaOfferToMasterOutput + func (s SendAlexaOfferToMasterOutput) GoString() string + func (s SendAlexaOfferToMasterOutput) String() string + type SessionExpiredException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SessionExpiredException) Code() string + func (s *SessionExpiredException) Error() string + func (s *SessionExpiredException) Message() string + func (s *SessionExpiredException) OrigErr() error + func (s *SessionExpiredException) RequestID() string + func (s *SessionExpiredException) StatusCode() int + func (s SessionExpiredException) GoString() string + func (s SessionExpiredException) String() string