Versions in this module Expand all Collapse all v0 v0.4.0 May 26, 2018 Changes in this version + const EndpointsID + const ErrCodeContactNotFoundException + const ErrCodeDestinationNotAllowedException + const ErrCodeInternalServiceException + const ErrCodeInvalidParameterException + const ErrCodeInvalidRequestException + const ErrCodeLimitExceededException + const ErrCodeOutboundContactNotPermittedException + const ErrCodeResourceNotFoundException + const ServiceName + type Connect struct + func New(config aws.Config) *Connect + func (c *Connect) StartOutboundVoiceContactRequest(input *StartOutboundVoiceContactInput) StartOutboundVoiceContactRequest + func (c *Connect) StopContactRequest(input *StopContactInput) StopContactRequest + type StartOutboundVoiceContactInput struct + Attributes map[string]string + ClientToken *string + ContactFlowId *string + DestinationPhoneNumber *string + InstanceId *string + QueueId *string + SourcePhoneNumber *string + func (s *StartOutboundVoiceContactInput) Validate() error + func (s StartOutboundVoiceContactInput) GoString() string + func (s StartOutboundVoiceContactInput) MarshalFields(e protocol.FieldEncoder) error + func (s StartOutboundVoiceContactInput) String() string + type StartOutboundVoiceContactOutput struct + ContactId *string + func (s StartOutboundVoiceContactOutput) GoString() string + func (s StartOutboundVoiceContactOutput) MarshalFields(e protocol.FieldEncoder) error + func (s StartOutboundVoiceContactOutput) SDKResponseMetadata() aws.Response + func (s StartOutboundVoiceContactOutput) String() string + type StartOutboundVoiceContactRequest struct + Copy func(*StartOutboundVoiceContactInput) StartOutboundVoiceContactRequest + Input *StartOutboundVoiceContactInput + func (r StartOutboundVoiceContactRequest) Send() (*StartOutboundVoiceContactOutput, error) + type StopContactInput struct + ContactId *string + InstanceId *string + func (s *StopContactInput) Validate() error + func (s StopContactInput) GoString() string + func (s StopContactInput) MarshalFields(e protocol.FieldEncoder) error + func (s StopContactInput) String() string + type StopContactOutput struct + func (s StopContactOutput) GoString() string + func (s StopContactOutput) MarshalFields(e protocol.FieldEncoder) error + func (s StopContactOutput) SDKResponseMetadata() aws.Response + func (s StopContactOutput) String() string + type StopContactRequest struct + Copy func(*StopContactInput) StopContactRequest + Input *StopContactInput + func (r StopContactRequest) Send() (*StopContactOutput, error)