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 ErrCodeAlreadyExistsException + const ErrCodeBadRequestException + const ErrCodeInternalServiceErrorException + const ErrCodeLimitExceededException + const ErrCodeNotFoundException + const ErrCodeTooManyRequestsException + const EventTypeAnswered + const EventTypeBusy + const EventTypeCompletedCall + const EventTypeFailed + const EventTypeInitiatedCall + const EventTypeNoAnswer + const EventTypeRinging + const ServiceID + const ServiceName + func EventType_Values() []string + type AlreadyExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AlreadyExistsException) Code() string + func (s *AlreadyExistsException) Error() string + func (s *AlreadyExistsException) Message() string + func (s *AlreadyExistsException) OrigErr() error + func (s *AlreadyExistsException) RequestID() string + func (s *AlreadyExistsException) StatusCode() int + func (s AlreadyExistsException) GoString() string + func (s AlreadyExistsException) String() string + type BadRequestException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *BadRequestException) Code() string + func (s *BadRequestException) Error() string + func (s *BadRequestException) Message() string + func (s *BadRequestException) OrigErr() error + func (s *BadRequestException) RequestID() string + func (s *BadRequestException) StatusCode() int + func (s BadRequestException) GoString() string + func (s BadRequestException) String() string + type CallInstructionsMessageType struct + Text *string + func (s *CallInstructionsMessageType) SetText(v string) *CallInstructionsMessageType + func (s CallInstructionsMessageType) GoString() string + func (s CallInstructionsMessageType) String() string + type CloudWatchLogsDestination struct + IamRoleArn *string + LogGroupArn *string + func (s *CloudWatchLogsDestination) SetIamRoleArn(v string) *CloudWatchLogsDestination + func (s *CloudWatchLogsDestination) SetLogGroupArn(v string) *CloudWatchLogsDestination + func (s CloudWatchLogsDestination) GoString() string + func (s CloudWatchLogsDestination) String() string + type CreateConfigurationSetEventDestinationInput struct + ConfigurationSetName *string + EventDestination *EventDestinationDefinition + EventDestinationName *string + func (s *CreateConfigurationSetEventDestinationInput) SetConfigurationSetName(v string) *CreateConfigurationSetEventDestinationInput + func (s *CreateConfigurationSetEventDestinationInput) SetEventDestination(v *EventDestinationDefinition) *CreateConfigurationSetEventDestinationInput + func (s *CreateConfigurationSetEventDestinationInput) SetEventDestinationName(v string) *CreateConfigurationSetEventDestinationInput + func (s *CreateConfigurationSetEventDestinationInput) Validate() error + func (s CreateConfigurationSetEventDestinationInput) GoString() string + func (s CreateConfigurationSetEventDestinationInput) String() string + type CreateConfigurationSetEventDestinationOutput struct + func (s CreateConfigurationSetEventDestinationOutput) GoString() string + func (s CreateConfigurationSetEventDestinationOutput) String() string + type CreateConfigurationSetInput struct + ConfigurationSetName *string + func (s *CreateConfigurationSetInput) SetConfigurationSetName(v string) *CreateConfigurationSetInput + func (s CreateConfigurationSetInput) GoString() string + func (s CreateConfigurationSetInput) String() string + type CreateConfigurationSetOutput struct + func (s CreateConfigurationSetOutput) GoString() string + func (s CreateConfigurationSetOutput) String() string + type DeleteConfigurationSetEventDestinationInput struct + ConfigurationSetName *string + EventDestinationName *string + func (s *DeleteConfigurationSetEventDestinationInput) SetConfigurationSetName(v string) *DeleteConfigurationSetEventDestinationInput + func (s *DeleteConfigurationSetEventDestinationInput) SetEventDestinationName(v string) *DeleteConfigurationSetEventDestinationInput + func (s *DeleteConfigurationSetEventDestinationInput) Validate() error + func (s DeleteConfigurationSetEventDestinationInput) GoString() string + func (s DeleteConfigurationSetEventDestinationInput) String() string + type DeleteConfigurationSetEventDestinationOutput struct + func (s DeleteConfigurationSetEventDestinationOutput) GoString() string + func (s DeleteConfigurationSetEventDestinationOutput) String() string + type DeleteConfigurationSetInput struct + ConfigurationSetName *string + func (s *DeleteConfigurationSetInput) SetConfigurationSetName(v string) *DeleteConfigurationSetInput + func (s *DeleteConfigurationSetInput) Validate() error + func (s DeleteConfigurationSetInput) GoString() string + func (s DeleteConfigurationSetInput) String() string + type DeleteConfigurationSetOutput struct + func (s DeleteConfigurationSetOutput) GoString() string + func (s DeleteConfigurationSetOutput) String() string + type EventDestination struct + CloudWatchLogsDestination *CloudWatchLogsDestination + Enabled *bool + KinesisFirehoseDestination *KinesisFirehoseDestination + MatchingEventTypes []*string + Name *string + SnsDestination *SnsDestination + func (s *EventDestination) SetCloudWatchLogsDestination(v *CloudWatchLogsDestination) *EventDestination + func (s *EventDestination) SetEnabled(v bool) *EventDestination + func (s *EventDestination) SetKinesisFirehoseDestination(v *KinesisFirehoseDestination) *EventDestination + func (s *EventDestination) SetMatchingEventTypes(v []*string) *EventDestination + func (s *EventDestination) SetName(v string) *EventDestination + func (s *EventDestination) SetSnsDestination(v *SnsDestination) *EventDestination + func (s EventDestination) GoString() string + func (s EventDestination) String() string + type EventDestinationDefinition struct + CloudWatchLogsDestination *CloudWatchLogsDestination + Enabled *bool + KinesisFirehoseDestination *KinesisFirehoseDestination + MatchingEventTypes []*string + SnsDestination *SnsDestination + func (s *EventDestinationDefinition) SetCloudWatchLogsDestination(v *CloudWatchLogsDestination) *EventDestinationDefinition + func (s *EventDestinationDefinition) SetEnabled(v bool) *EventDestinationDefinition + func (s *EventDestinationDefinition) SetKinesisFirehoseDestination(v *KinesisFirehoseDestination) *EventDestinationDefinition + func (s *EventDestinationDefinition) SetMatchingEventTypes(v []*string) *EventDestinationDefinition + func (s *EventDestinationDefinition) SetSnsDestination(v *SnsDestination) *EventDestinationDefinition + func (s EventDestinationDefinition) GoString() string + func (s EventDestinationDefinition) String() string + type GetConfigurationSetEventDestinationsInput struct + ConfigurationSetName *string + func (s *GetConfigurationSetEventDestinationsInput) SetConfigurationSetName(v string) *GetConfigurationSetEventDestinationsInput + func (s *GetConfigurationSetEventDestinationsInput) Validate() error + func (s GetConfigurationSetEventDestinationsInput) GoString() string + func (s GetConfigurationSetEventDestinationsInput) String() string + type GetConfigurationSetEventDestinationsOutput struct + EventDestinations []*EventDestination + func (s *GetConfigurationSetEventDestinationsOutput) SetEventDestinations(v []*EventDestination) *GetConfigurationSetEventDestinationsOutput + func (s GetConfigurationSetEventDestinationsOutput) GoString() string + func (s GetConfigurationSetEventDestinationsOutput) String() string + type InternalServiceErrorException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServiceErrorException) Code() string + func (s *InternalServiceErrorException) Error() string + func (s *InternalServiceErrorException) Message() string + func (s *InternalServiceErrorException) OrigErr() error + func (s *InternalServiceErrorException) RequestID() string + func (s *InternalServiceErrorException) StatusCode() int + func (s InternalServiceErrorException) GoString() string + func (s InternalServiceErrorException) String() string + type KinesisFirehoseDestination struct + DeliveryStreamArn *string + IamRoleArn *string + func (s *KinesisFirehoseDestination) SetDeliveryStreamArn(v string) *KinesisFirehoseDestination + func (s *KinesisFirehoseDestination) SetIamRoleArn(v string) *KinesisFirehoseDestination + func (s KinesisFirehoseDestination) GoString() string + func (s KinesisFirehoseDestination) String() string + type LimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LimitExceededException) Code() string + func (s *LimitExceededException) Error() string + func (s *LimitExceededException) Message() string + func (s *LimitExceededException) OrigErr() error + func (s *LimitExceededException) RequestID() string + func (s *LimitExceededException) StatusCode() int + func (s LimitExceededException) GoString() string + func (s LimitExceededException) String() string + type ListConfigurationSetsInput struct + NextToken *string + PageSize *string + func (s *ListConfigurationSetsInput) SetNextToken(v string) *ListConfigurationSetsInput + func (s *ListConfigurationSetsInput) SetPageSize(v string) *ListConfigurationSetsInput + func (s ListConfigurationSetsInput) GoString() string + func (s ListConfigurationSetsInput) String() string + type ListConfigurationSetsOutput struct + ConfigurationSets []*string + NextToken *string + func (s *ListConfigurationSetsOutput) SetConfigurationSets(v []*string) *ListConfigurationSetsOutput + func (s *ListConfigurationSetsOutput) SetNextToken(v string) *ListConfigurationSetsOutput + func (s ListConfigurationSetsOutput) GoString() string + func (s ListConfigurationSetsOutput) String() string + type NotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NotFoundException) Code() string + func (s *NotFoundException) Error() string + func (s *NotFoundException) Message() string + func (s *NotFoundException) OrigErr() error + func (s *NotFoundException) RequestID() string + func (s *NotFoundException) StatusCode() int + func (s NotFoundException) GoString() string + func (s NotFoundException) String() string + type PinpointSMSVoice struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *PinpointSMSVoice + func (c *PinpointSMSVoice) CreateConfigurationSet(input *CreateConfigurationSetInput) (*CreateConfigurationSetOutput, error) + func (c *PinpointSMSVoice) CreateConfigurationSetEventDestination(input *CreateConfigurationSetEventDestinationInput) (*CreateConfigurationSetEventDestinationOutput, error) + func (c *PinpointSMSVoice) CreateConfigurationSetEventDestinationRequest(input *CreateConfigurationSetEventDestinationInput) (req *request.Request, output *CreateConfigurationSetEventDestinationOutput) + func (c *PinpointSMSVoice) CreateConfigurationSetEventDestinationWithContext(ctx aws.Context, input *CreateConfigurationSetEventDestinationInput, ...) (*CreateConfigurationSetEventDestinationOutput, error) + func (c *PinpointSMSVoice) CreateConfigurationSetRequest(input *CreateConfigurationSetInput) (req *request.Request, output *CreateConfigurationSetOutput) + func (c *PinpointSMSVoice) CreateConfigurationSetWithContext(ctx aws.Context, input *CreateConfigurationSetInput, opts ...request.Option) (*CreateConfigurationSetOutput, error) + func (c *PinpointSMSVoice) DeleteConfigurationSet(input *DeleteConfigurationSetInput) (*DeleteConfigurationSetOutput, error) + func (c *PinpointSMSVoice) DeleteConfigurationSetEventDestination(input *DeleteConfigurationSetEventDestinationInput) (*DeleteConfigurationSetEventDestinationOutput, error) + func (c *PinpointSMSVoice) DeleteConfigurationSetEventDestinationRequest(input *DeleteConfigurationSetEventDestinationInput) (req *request.Request, output *DeleteConfigurationSetEventDestinationOutput) + func (c *PinpointSMSVoice) DeleteConfigurationSetEventDestinationWithContext(ctx aws.Context, input *DeleteConfigurationSetEventDestinationInput, ...) (*DeleteConfigurationSetEventDestinationOutput, error) + func (c *PinpointSMSVoice) DeleteConfigurationSetRequest(input *DeleteConfigurationSetInput) (req *request.Request, output *DeleteConfigurationSetOutput) + func (c *PinpointSMSVoice) DeleteConfigurationSetWithContext(ctx aws.Context, input *DeleteConfigurationSetInput, opts ...request.Option) (*DeleteConfigurationSetOutput, error) + func (c *PinpointSMSVoice) GetConfigurationSetEventDestinations(input *GetConfigurationSetEventDestinationsInput) (*GetConfigurationSetEventDestinationsOutput, error) + func (c *PinpointSMSVoice) GetConfigurationSetEventDestinationsRequest(input *GetConfigurationSetEventDestinationsInput) (req *request.Request, output *GetConfigurationSetEventDestinationsOutput) + func (c *PinpointSMSVoice) GetConfigurationSetEventDestinationsWithContext(ctx aws.Context, input *GetConfigurationSetEventDestinationsInput, ...) (*GetConfigurationSetEventDestinationsOutput, error) + func (c *PinpointSMSVoice) ListConfigurationSets(input *ListConfigurationSetsInput) (*ListConfigurationSetsOutput, error) + func (c *PinpointSMSVoice) ListConfigurationSetsRequest(input *ListConfigurationSetsInput) (req *request.Request, output *ListConfigurationSetsOutput) + func (c *PinpointSMSVoice) ListConfigurationSetsWithContext(ctx aws.Context, input *ListConfigurationSetsInput, opts ...request.Option) (*ListConfigurationSetsOutput, error) + func (c *PinpointSMSVoice) SendVoiceMessage(input *SendVoiceMessageInput) (*SendVoiceMessageOutput, error) + func (c *PinpointSMSVoice) SendVoiceMessageRequest(input *SendVoiceMessageInput) (req *request.Request, output *SendVoiceMessageOutput) + func (c *PinpointSMSVoice) SendVoiceMessageWithContext(ctx aws.Context, input *SendVoiceMessageInput, opts ...request.Option) (*SendVoiceMessageOutput, error) + func (c *PinpointSMSVoice) UpdateConfigurationSetEventDestination(input *UpdateConfigurationSetEventDestinationInput) (*UpdateConfigurationSetEventDestinationOutput, error) + func (c *PinpointSMSVoice) UpdateConfigurationSetEventDestinationRequest(input *UpdateConfigurationSetEventDestinationInput) (req *request.Request, output *UpdateConfigurationSetEventDestinationOutput) + func (c *PinpointSMSVoice) UpdateConfigurationSetEventDestinationWithContext(ctx aws.Context, input *UpdateConfigurationSetEventDestinationInput, ...) (*UpdateConfigurationSetEventDestinationOutput, error) + type PlainTextMessageType struct + LanguageCode *string + Text *string + VoiceId *string + func (s *PlainTextMessageType) SetLanguageCode(v string) *PlainTextMessageType + func (s *PlainTextMessageType) SetText(v string) *PlainTextMessageType + func (s *PlainTextMessageType) SetVoiceId(v string) *PlainTextMessageType + func (s PlainTextMessageType) GoString() string + func (s PlainTextMessageType) String() string + type SSMLMessageType struct + LanguageCode *string + Text *string + VoiceId *string + func (s *SSMLMessageType) SetLanguageCode(v string) *SSMLMessageType + func (s *SSMLMessageType) SetText(v string) *SSMLMessageType + func (s *SSMLMessageType) SetVoiceId(v string) *SSMLMessageType + func (s SSMLMessageType) GoString() string + func (s SSMLMessageType) String() string + type SendVoiceMessageInput struct + CallerId *string + ConfigurationSetName *string + Content *VoiceMessageContent + DestinationPhoneNumber *string + OriginationPhoneNumber *string + func (s *SendVoiceMessageInput) SetCallerId(v string) *SendVoiceMessageInput + func (s *SendVoiceMessageInput) SetConfigurationSetName(v string) *SendVoiceMessageInput + func (s *SendVoiceMessageInput) SetContent(v *VoiceMessageContent) *SendVoiceMessageInput + func (s *SendVoiceMessageInput) SetDestinationPhoneNumber(v string) *SendVoiceMessageInput + func (s *SendVoiceMessageInput) SetOriginationPhoneNumber(v string) *SendVoiceMessageInput + func (s SendVoiceMessageInput) GoString() string + func (s SendVoiceMessageInput) String() string + type SendVoiceMessageOutput struct + MessageId *string + func (s *SendVoiceMessageOutput) SetMessageId(v string) *SendVoiceMessageOutput + func (s SendVoiceMessageOutput) GoString() string + func (s SendVoiceMessageOutput) String() string + type SnsDestination struct + TopicArn *string + func (s *SnsDestination) SetTopicArn(v string) *SnsDestination + func (s SnsDestination) GoString() string + func (s SnsDestination) String() string + type TooManyRequestsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *TooManyRequestsException) Code() string + func (s *TooManyRequestsException) Error() string + func (s *TooManyRequestsException) Message() string + func (s *TooManyRequestsException) OrigErr() error + func (s *TooManyRequestsException) RequestID() string + func (s *TooManyRequestsException) StatusCode() int + func (s TooManyRequestsException) GoString() string + func (s TooManyRequestsException) String() string + type UpdateConfigurationSetEventDestinationInput struct + ConfigurationSetName *string + EventDestination *EventDestinationDefinition + EventDestinationName *string + func (s *UpdateConfigurationSetEventDestinationInput) SetConfigurationSetName(v string) *UpdateConfigurationSetEventDestinationInput + func (s *UpdateConfigurationSetEventDestinationInput) SetEventDestination(v *EventDestinationDefinition) *UpdateConfigurationSetEventDestinationInput + func (s *UpdateConfigurationSetEventDestinationInput) SetEventDestinationName(v string) *UpdateConfigurationSetEventDestinationInput + func (s *UpdateConfigurationSetEventDestinationInput) Validate() error + func (s UpdateConfigurationSetEventDestinationInput) GoString() string + func (s UpdateConfigurationSetEventDestinationInput) String() string + type UpdateConfigurationSetEventDestinationOutput struct + func (s UpdateConfigurationSetEventDestinationOutput) GoString() string + func (s UpdateConfigurationSetEventDestinationOutput) String() string + type VoiceMessageContent struct + CallInstructionsMessage *CallInstructionsMessageType + PlainTextMessage *PlainTextMessageType + SSMLMessage *SSMLMessageType + func (s *VoiceMessageContent) SetCallInstructionsMessage(v *CallInstructionsMessageType) *VoiceMessageContent + func (s *VoiceMessageContent) SetPlainTextMessage(v *PlainTextMessageType) *VoiceMessageContent + func (s *VoiceMessageContent) SetSSMLMessage(v *SSMLMessageType) *VoiceMessageContent + func (s VoiceMessageContent) GoString() string + func (s VoiceMessageContent) String() string