ess

package
v1.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2021 License: Apache-2.0 Imports: 8 Imported by: 4

Documentation

Overview

Package ess provides the client and types for making API requests to ess.

See https://pfs.nifcloud.com/api/ess/ for more information on this service.

See ess package documentation for more information. https://godoc.org/github.com/nifcloud/nifcloud-sdk-go/service/ess/

Using the Client

To use ess with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://godoc.org/github.com/nifcloud/nifcloud-sdk-go/

See aws.Config documentation for more information on configuring SDK clients. https://godoc.org/github.com/nifcloud/nifcloud-sdk-go/nifcloud/#Config

See the ess client for more information on creating client for this service. https://godoc.org/github.com/nifcloud/nifcloud-sdk-go/service/ess/#New

Index

Constants

View Source
const (
	ServiceName = "ess" // Service's name
	ServiceID   = "Ess" // Service's identifier
	EndpointsID = "ess" // Service's Endpoint identifier
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	*aws.Client
}

Client provides the API operation methods for making requests to ess. See this package's package overview docs for details on the service.

The client's methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(config nifcloud.Config) *Client

New creates a new instance of the client from the provided Config.

Example:

// Create a client from just a config.
svc := ess.New(myConfig)

func (*Client) DeleteIdentityRequest

func (c *Client) DeleteIdentityRequest(input *DeleteIdentityInput) DeleteIdentityRequest

DeleteIdentityRequest returns a request value for making API operation for NIFCLOUD ESS.

// Example sending a request using DeleteIdentityRequest.
req := client.DeleteIdentityRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api/ess/DeleteIdentity.htm

func (*Client) GetDeliveryLogRequest

func (c *Client) GetDeliveryLogRequest(input *GetDeliveryLogInput) GetDeliveryLogRequest

GetDeliveryLogRequest returns a request value for making API operation for NIFCLOUD ESS.

// Example sending a request using GetDeliveryLogRequest.
req := client.GetDeliveryLogRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api/ess/GetDeliveryLog.htm

func (*Client) GetIdentityDkimAttributesRequest

func (c *Client) GetIdentityDkimAttributesRequest(input *GetIdentityDkimAttributesInput) GetIdentityDkimAttributesRequest

GetIdentityDkimAttributesRequest returns a request value for making API operation for NIFCLOUD ESS.

// Example sending a request using GetIdentityDkimAttributesRequest.
req := client.GetIdentityDkimAttributesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api/ess/GetIdentityDkimAttributes.htm

func (*Client) GetIdentityVerificationAttributesRequest

func (c *Client) GetIdentityVerificationAttributesRequest(input *GetIdentityVerificationAttributesInput) GetIdentityVerificationAttributesRequest

GetIdentityVerificationAttributesRequest returns a request value for making API operation for NIFCLOUD ESS.

// Example sending a request using GetIdentityVerificationAttributesRequest.
req := client.GetIdentityVerificationAttributesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api/ess/GetIdentityVerificationAttributes.htm

func (*Client) GetSendQuotaRequest

func (c *Client) GetSendQuotaRequest(input *GetSendQuotaInput) GetSendQuotaRequest

GetSendQuotaRequest returns a request value for making API operation for NIFCLOUD ESS.

// Example sending a request using GetSendQuotaRequest.
req := client.GetSendQuotaRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api/ess/GetSendQuota.htm

func (*Client) GetSendStatisticsRequest

func (c *Client) GetSendStatisticsRequest(input *GetSendStatisticsInput) GetSendStatisticsRequest

GetSendStatisticsRequest returns a request value for making API operation for NIFCLOUD ESS.

// Example sending a request using GetSendStatisticsRequest.
req := client.GetSendStatisticsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api/ess/GetSendStatistics.htm

func (*Client) ListIdentitiesRequest

func (c *Client) ListIdentitiesRequest(input *ListIdentitiesInput) ListIdentitiesRequest

ListIdentitiesRequest returns a request value for making API operation for NIFCLOUD ESS.

// Example sending a request using ListIdentitiesRequest.
req := client.ListIdentitiesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api/ess/ListIdentities.htm

func (*Client) SendEmailRequest

func (c *Client) SendEmailRequest(input *SendEmailInput) SendEmailRequest

SendEmailRequest returns a request value for making API operation for NIFCLOUD ESS.

// Example sending a request using SendEmailRequest.
req := client.SendEmailRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api/ess/SendEmail.htm

func (*Client) SendRawEmailRequest

func (c *Client) SendRawEmailRequest(input *SendRawEmailInput) SendRawEmailRequest

SendRawEmailRequest returns a request value for making API operation for NIFCLOUD ESS.

// Example sending a request using SendRawEmailRequest.
req := client.SendRawEmailRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api/ess/SendRawEmail.htm

func (*Client) SetIdentityDkimEnabledRequest

func (c *Client) SetIdentityDkimEnabledRequest(input *SetIdentityDkimEnabledInput) SetIdentityDkimEnabledRequest

SetIdentityDkimEnabledRequest returns a request value for making API operation for NIFCLOUD ESS.

// Example sending a request using SetIdentityDkimEnabledRequest.
req := client.SetIdentityDkimEnabledRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api/ess/SetIdentityDkimEnabled.htm

func (*Client) VerifyDomainDkimRequest

func (c *Client) VerifyDomainDkimRequest(input *VerifyDomainDkimInput) VerifyDomainDkimRequest

VerifyDomainDkimRequest returns a request value for making API operation for NIFCLOUD ESS.

// Example sending a request using VerifyDomainDkimRequest.
req := client.VerifyDomainDkimRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api/ess/VerifyDomainDkim.htm

func (*Client) VerifyDomainIdentityRequest

func (c *Client) VerifyDomainIdentityRequest(input *VerifyDomainIdentityInput) VerifyDomainIdentityRequest

VerifyDomainIdentityRequest returns a request value for making API operation for NIFCLOUD ESS.

// Example sending a request using VerifyDomainIdentityRequest.
req := client.VerifyDomainIdentityRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api/ess/VerifyDomainIdentity.htm

func (*Client) VerifyEmailIdentityRequest

func (c *Client) VerifyEmailIdentityRequest(input *VerifyEmailIdentityInput) VerifyEmailIdentityRequest

VerifyEmailIdentityRequest returns a request value for making API operation for NIFCLOUD ESS.

// Example sending a request using VerifyEmailIdentityRequest.
req := client.VerifyEmailIdentityRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api/ess/VerifyEmailIdentity.htm

type DeleteIdentityInput

type DeleteIdentityInput struct {

	// Identity is a required field
	Identity *string `locationName:"Identity" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteIdentityInput) String

func (s DeleteIdentityInput) String() string

String returns the string representation

func (*DeleteIdentityInput) Validate

func (s *DeleteIdentityInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteIdentityOutput

type DeleteIdentityOutput struct {
	DeleteIdentityResult *string `locationName:"DeleteIdentityResult" type:"string"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (DeleteIdentityOutput) String

func (s DeleteIdentityOutput) String() string

String returns the string representation

type DeleteIdentityRequest

type DeleteIdentityRequest struct {
	*aws.Request
	Input *DeleteIdentityInput
	Copy  func(*DeleteIdentityInput) DeleteIdentityRequest
}

DeleteIdentityRequest is the request type for the DeleteIdentity API operation.

func (DeleteIdentityRequest) Send

Send marshals and sends the DeleteIdentity API request.

type DeleteIdentityResponse

type DeleteIdentityResponse struct {
	*DeleteIdentityOutput
	// contains filtered or unexported fields
}

DeleteIdentityResponse is the response type for the DeleteIdentity API operation.

func (*DeleteIdentityResponse) SDKResponseMetdata

func (r *DeleteIdentityResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteIdentity request.

type DkimAttributes

type DkimAttributes struct {
	Key *string `locationName:"key" type:"string"`

	Value *ValueOfGetIdentityDkimAttributes `locationName:"value" type:"structure"`
	// contains filtered or unexported fields
}

func (DkimAttributes) String

func (s DkimAttributes) String() string

String returns the string representation

type GetDeliveryLogInput

type GetDeliveryLogInput struct {

	// EndDate is a required field
	EndDate *time.Time `locationName:"EndDate" type:"timestamp" required:"true"`

	MaxItems *int64 `locationName:"MaxItems" type:"integer"`

	NextToken *string `locationName:"NextToken" type:"string"`

	// StartDate is a required field
	StartDate *time.Time `locationName:"StartDate" type:"timestamp" required:"true"`

	Status *int64 `locationName:"Status" type:"integer"`
	// contains filtered or unexported fields
}

func (GetDeliveryLogInput) String

func (s GetDeliveryLogInput) String() string

String returns the string representation

func (*GetDeliveryLogInput) Validate

func (s *GetDeliveryLogInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetDeliveryLogOutput

type GetDeliveryLogOutput struct {
	Log *string `locationName:"Log" type:"string"`

	LogCount *string `locationName:"LogCount" type:"string"`

	NextToken *string `locationName:"NextToken" type:"string"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (GetDeliveryLogOutput) String

func (s GetDeliveryLogOutput) String() string

String returns the string representation

type GetDeliveryLogRequest

type GetDeliveryLogRequest struct {
	*aws.Request
	Input *GetDeliveryLogInput
	Copy  func(*GetDeliveryLogInput) GetDeliveryLogRequest
}

GetDeliveryLogRequest is the request type for the GetDeliveryLog API operation.

func (GetDeliveryLogRequest) Send

Send marshals and sends the GetDeliveryLog API request.

type GetDeliveryLogResponse

type GetDeliveryLogResponse struct {
	*GetDeliveryLogOutput
	// contains filtered or unexported fields
}

GetDeliveryLogResponse is the response type for the GetDeliveryLog API operation.

func (*GetDeliveryLogResponse) SDKResponseMetdata

func (r *GetDeliveryLogResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetDeliveryLog request.

type GetIdentityDkimAttributesInput

type GetIdentityDkimAttributesInput struct {

	// Identities is a required field
	Identities []string `locationName:"Identities" locationNameList:"member" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (GetIdentityDkimAttributesInput) String

String returns the string representation

func (*GetIdentityDkimAttributesInput) Validate

func (s *GetIdentityDkimAttributesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetIdentityDkimAttributesOutput

type GetIdentityDkimAttributesOutput struct {
	DkimAttributes []DkimAttributes `locationName:"DkimAttributes" locationNameList:"entry" type:"list"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (GetIdentityDkimAttributesOutput) String

String returns the string representation

type GetIdentityDkimAttributesRequest

type GetIdentityDkimAttributesRequest struct {
	*aws.Request
	Input *GetIdentityDkimAttributesInput
	Copy  func(*GetIdentityDkimAttributesInput) GetIdentityDkimAttributesRequest
}

GetIdentityDkimAttributesRequest is the request type for the GetIdentityDkimAttributes API operation.

func (GetIdentityDkimAttributesRequest) Send

Send marshals and sends the GetIdentityDkimAttributes API request.

type GetIdentityDkimAttributesResponse

type GetIdentityDkimAttributesResponse struct {
	*GetIdentityDkimAttributesOutput
	// contains filtered or unexported fields
}

GetIdentityDkimAttributesResponse is the response type for the GetIdentityDkimAttributes API operation.

func (*GetIdentityDkimAttributesResponse) SDKResponseMetdata

func (r *GetIdentityDkimAttributesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetIdentityDkimAttributes request.

type GetIdentityVerificationAttributesInput

type GetIdentityVerificationAttributesInput struct {

	// Identities is a required field
	Identities []string `locationName:"Identities" locationNameList:"member" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (GetIdentityVerificationAttributesInput) String

String returns the string representation

func (*GetIdentityVerificationAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type GetIdentityVerificationAttributesOutput

type GetIdentityVerificationAttributesOutput struct {
	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`

	VerificationAttributes []VerificationAttributes `locationName:"VerificationAttributes" locationNameList:"entry" type:"list"`
	// contains filtered or unexported fields
}

func (GetIdentityVerificationAttributesOutput) String

String returns the string representation

type GetIdentityVerificationAttributesRequest

GetIdentityVerificationAttributesRequest is the request type for the GetIdentityVerificationAttributes API operation.

func (GetIdentityVerificationAttributesRequest) Send

Send marshals and sends the GetIdentityVerificationAttributes API request.

type GetIdentityVerificationAttributesResponse

type GetIdentityVerificationAttributesResponse struct {
	*GetIdentityVerificationAttributesOutput
	// contains filtered or unexported fields
}

GetIdentityVerificationAttributesResponse is the response type for the GetIdentityVerificationAttributes API operation.

func (*GetIdentityVerificationAttributesResponse) SDKResponseMetdata

func (r *GetIdentityVerificationAttributesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetIdentityVerificationAttributes request.

type GetSendQuotaInput

type GetSendQuotaInput struct {
	// contains filtered or unexported fields
}

func (GetSendQuotaInput) String

func (s GetSendQuotaInput) String() string

String returns the string representation

type GetSendQuotaOutput

type GetSendQuotaOutput struct {
	Max24HourSend *float64 `locationName:"Max24HourSend" type:"double"`

	MaxSendRate *float64 `locationName:"MaxSendRate" type:"double"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`

	SentLast24Hours *float64 `locationName:"SentLast24Hours" type:"double"`
	// contains filtered or unexported fields
}

func (GetSendQuotaOutput) String

func (s GetSendQuotaOutput) String() string

String returns the string representation

type GetSendQuotaRequest

type GetSendQuotaRequest struct {
	*aws.Request
	Input *GetSendQuotaInput
	Copy  func(*GetSendQuotaInput) GetSendQuotaRequest
}

GetSendQuotaRequest is the request type for the GetSendQuota API operation.

func (GetSendQuotaRequest) Send

Send marshals and sends the GetSendQuota API request.

type GetSendQuotaResponse

type GetSendQuotaResponse struct {
	*GetSendQuotaOutput
	// contains filtered or unexported fields
}

GetSendQuotaResponse is the response type for the GetSendQuota API operation.

func (*GetSendQuotaResponse) SDKResponseMetdata

func (r *GetSendQuotaResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetSendQuota request.

type GetSendStatisticsInput

type GetSendStatisticsInput struct {
	// contains filtered or unexported fields
}

func (GetSendStatisticsInput) String

func (s GetSendStatisticsInput) String() string

String returns the string representation

type GetSendStatisticsOutput

type GetSendStatisticsOutput struct {
	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`

	SendDataPoints []SendDataPoints `locationName:"SendDataPoints" locationNameList:"member" type:"list"`
	// contains filtered or unexported fields
}

func (GetSendStatisticsOutput) String

func (s GetSendStatisticsOutput) String() string

String returns the string representation

type GetSendStatisticsRequest

type GetSendStatisticsRequest struct {
	*aws.Request
	Input *GetSendStatisticsInput
	Copy  func(*GetSendStatisticsInput) GetSendStatisticsRequest
}

GetSendStatisticsRequest is the request type for the GetSendStatistics API operation.

func (GetSendStatisticsRequest) Send

Send marshals and sends the GetSendStatistics API request.

type GetSendStatisticsResponse

type GetSendStatisticsResponse struct {
	*GetSendStatisticsOutput
	// contains filtered or unexported fields
}

GetSendStatisticsResponse is the response type for the GetSendStatistics API operation.

func (*GetSendStatisticsResponse) SDKResponseMetdata

func (r *GetSendStatisticsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetSendStatistics request.

type ListIdentitiesInput

type ListIdentitiesInput struct {
	IdentityType *string `locationName:"IdentityType" type:"string"`

	MaxItems *int64 `locationName:"MaxItems" type:"integer"`

	NextToken *string `locationName:"NextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListIdentitiesInput) String

func (s ListIdentitiesInput) String() string

String returns the string representation

type ListIdentitiesOutput

type ListIdentitiesOutput struct {
	Identities []string `locationName:"Identities" locationNameList:"member" type:"list"`

	NextToken *string `locationName:"NextToken" type:"string"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (ListIdentitiesOutput) String

func (s ListIdentitiesOutput) String() string

String returns the string representation

type ListIdentitiesRequest

type ListIdentitiesRequest struct {
	*aws.Request
	Input *ListIdentitiesInput
	Copy  func(*ListIdentitiesInput) ListIdentitiesRequest
}

ListIdentitiesRequest is the request type for the ListIdentities API operation.

func (ListIdentitiesRequest) Send

Send marshals and sends the ListIdentities API request.

type ListIdentitiesResponse

type ListIdentitiesResponse struct {
	*ListIdentitiesOutput
	// contains filtered or unexported fields
}

ListIdentitiesResponse is the response type for the ListIdentities API operation.

func (*ListIdentitiesResponse) SDKResponseMetdata

func (r *ListIdentitiesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListIdentities request.

type RequestBody

type RequestBody struct {
	RequestHtml *RequestHtml `locationName:"Html" type:"structure"`

	RequestText *RequestText `locationName:"Text" type:"structure"`
	// contains filtered or unexported fields
}

func (RequestBody) String

func (s RequestBody) String() string

String returns the string representation

type RequestDestination

type RequestDestination struct {
	ListOfRequestBccAddresses []string `locationName:"BccAddresses" locationNameList:"member" type:"list"`

	ListOfRequestCcAddresses []string `locationName:"CcAddresses" locationNameList:"member" type:"list"`

	ListOfRequestToAddresses []string `locationName:"ToAddresses" locationNameList:"member" type:"list"`
	// contains filtered or unexported fields
}

func (RequestDestination) String

func (s RequestDestination) String() string

String returns the string representation

type RequestHtml

type RequestHtml struct {
	Charset *string `locationName:"Charset" type:"string"`

	Data *string `locationName:"Data" type:"string"`
	// contains filtered or unexported fields
}

func (RequestHtml) String

func (s RequestHtml) String() string

String returns the string representation

type RequestMessage

type RequestMessage struct {
	RequestBody *RequestBody `locationName:"Body" type:"structure"`

	RequestSubject *RequestSubject `locationName:"Subject" type:"structure"`
	// contains filtered or unexported fields
}

func (RequestMessage) String

func (s RequestMessage) String() string

String returns the string representation

type RequestRawMessage

type RequestRawMessage struct {

	// Data is a required field
	Data *string `locationName:"Data" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RequestRawMessage) String

func (s RequestRawMessage) String() string

String returns the string representation

func (*RequestRawMessage) Validate

func (s *RequestRawMessage) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RequestSubject

type RequestSubject struct {
	Charset *string `locationName:"Charset" type:"string"`

	Data *string `locationName:"Data" type:"string"`
	// contains filtered or unexported fields
}

func (RequestSubject) String

func (s RequestSubject) String() string

String returns the string representation

type RequestText

type RequestText struct {
	Charset *string `locationName:"Charset" type:"string"`

	Data *string `locationName:"Data" type:"string"`
	// contains filtered or unexported fields
}

func (RequestText) String

func (s RequestText) String() string

String returns the string representation

type ResponseMetadata

type ResponseMetadata struct {
	RequestId *string `locationName:"RequestId" type:"string"`
	// contains filtered or unexported fields
}

func (ResponseMetadata) String

func (s ResponseMetadata) String() string

String returns the string representation

type SendDataPoints

type SendDataPoints struct {
	Bounces *int64 `locationName:"Bounces" type:"integer"`

	Complaints *int64 `locationName:"Complaints" type:"integer"`

	DeliveryAttempts *int64 `locationName:"DeliveryAttempts" type:"integer"`

	Rejects *int64 `locationName:"Rejects" type:"integer"`

	Timestamp *time.Time `locationName:"Timestamp" type:"timestamp"`
	// contains filtered or unexported fields
}

func (SendDataPoints) String

func (s SendDataPoints) String() string

String returns the string representation

type SendEmailInput

type SendEmailInput struct {
	Destination *RequestDestination `locationName:"Destination" type:"structure"`

	Message *RequestMessage `locationName:"Message" type:"structure"`

	ReplyToAddresses []string `locationName:"ReplyToAddresses" locationNameList:"member" type:"list"`

	ReturnPath *string `locationName:"ReturnPath" type:"string"`

	// Source is a required field
	Source *string `locationName:"Source" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (SendEmailInput) String

func (s SendEmailInput) String() string

String returns the string representation

func (*SendEmailInput) Validate

func (s *SendEmailInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SendEmailOutput

type SendEmailOutput struct {
	MessageId *string `locationName:"MessageId" type:"string"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (SendEmailOutput) String

func (s SendEmailOutput) String() string

String returns the string representation

type SendEmailRequest

type SendEmailRequest struct {
	*aws.Request
	Input *SendEmailInput
	Copy  func(*SendEmailInput) SendEmailRequest
}

SendEmailRequest is the request type for the SendEmail API operation.

func (SendEmailRequest) Send

Send marshals and sends the SendEmail API request.

type SendEmailResponse

type SendEmailResponse struct {
	*SendEmailOutput
	// contains filtered or unexported fields
}

SendEmailResponse is the response type for the SendEmail API operation.

func (*SendEmailResponse) SDKResponseMetdata

func (r *SendEmailResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SendEmail request.

type SendRawEmailInput

type SendRawEmailInput struct {
	Destinations []string `locationName:"Destinations" locationNameList:"member" type:"list"`

	// RawMessage is a required field
	RawMessage *RequestRawMessage `locationName:"RawMessage" type:"structure" required:"true"`

	Source *string `locationName:"Source" type:"string"`
	// contains filtered or unexported fields
}

func (SendRawEmailInput) String

func (s SendRawEmailInput) String() string

String returns the string representation

func (*SendRawEmailInput) Validate

func (s *SendRawEmailInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SendRawEmailOutput

type SendRawEmailOutput struct {
	MessageId *string `locationName:"MessageId" type:"string"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (SendRawEmailOutput) String

func (s SendRawEmailOutput) String() string

String returns the string representation

type SendRawEmailRequest

type SendRawEmailRequest struct {
	*aws.Request
	Input *SendRawEmailInput
	Copy  func(*SendRawEmailInput) SendRawEmailRequest
}

SendRawEmailRequest is the request type for the SendRawEmail API operation.

func (SendRawEmailRequest) Send

Send marshals and sends the SendRawEmail API request.

type SendRawEmailResponse

type SendRawEmailResponse struct {
	*SendRawEmailOutput
	// contains filtered or unexported fields
}

SendRawEmailResponse is the response type for the SendRawEmail API operation.

func (*SendRawEmailResponse) SDKResponseMetdata

func (r *SendRawEmailResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SendRawEmail request.

type SetIdentityDkimEnabledInput

type SetIdentityDkimEnabledInput struct {

	// DkimEnabled is a required field
	DkimEnabled *string `locationName:"DkimEnabled" type:"string" required:"true"`

	// Identity is a required field
	Identity *string `locationName:"Identity" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (SetIdentityDkimEnabledInput) String

String returns the string representation

func (*SetIdentityDkimEnabledInput) Validate

func (s *SetIdentityDkimEnabledInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SetIdentityDkimEnabledOutput

type SetIdentityDkimEnabledOutput struct {
	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`

	SetIdentityDkimEnabledResult *string `locationName:"SetIdentityDkimEnabledResult" type:"string"`
	// contains filtered or unexported fields
}

func (SetIdentityDkimEnabledOutput) String

String returns the string representation

type SetIdentityDkimEnabledRequest

type SetIdentityDkimEnabledRequest struct {
	*aws.Request
	Input *SetIdentityDkimEnabledInput
	Copy  func(*SetIdentityDkimEnabledInput) SetIdentityDkimEnabledRequest
}

SetIdentityDkimEnabledRequest is the request type for the SetIdentityDkimEnabled API operation.

func (SetIdentityDkimEnabledRequest) Send

Send marshals and sends the SetIdentityDkimEnabled API request.

type SetIdentityDkimEnabledResponse

type SetIdentityDkimEnabledResponse struct {
	*SetIdentityDkimEnabledOutput
	// contains filtered or unexported fields
}

SetIdentityDkimEnabledResponse is the response type for the SetIdentityDkimEnabled API operation.

func (*SetIdentityDkimEnabledResponse) SDKResponseMetdata

func (r *SetIdentityDkimEnabledResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SetIdentityDkimEnabled request.

type Value

type Value struct {
	VerificationStatus *string `locationName:"VerificationStatus" type:"string"`

	VerificationToken *string `locationName:"VerificationToken" type:"string"`
	// contains filtered or unexported fields
}

func (Value) String

func (s Value) String() string

String returns the string representation

type ValueOfGetIdentityDkimAttributes

type ValueOfGetIdentityDkimAttributes struct {
	DkimEnabled *bool `locationName:"DkimEnabled" type:"boolean"`

	DkimTokens []string `locationName:"DkimTokens" locationNameList:"member" type:"list"`

	DkimVerificationStatus *string `locationName:"DkimVerificationStatus" type:"string"`
	// contains filtered or unexported fields
}

func (ValueOfGetIdentityDkimAttributes) String

String returns the string representation

type VerificationAttributes

type VerificationAttributes struct {
	Key *string `locationName:"key" type:"string"`

	Value *Value `locationName:"value" type:"structure"`
	// contains filtered or unexported fields
}

func (VerificationAttributes) String

func (s VerificationAttributes) String() string

String returns the string representation

type VerifyDomainDkimInput

type VerifyDomainDkimInput struct {

	// Domain is a required field
	Domain *string `locationName:"Domain" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (VerifyDomainDkimInput) String

func (s VerifyDomainDkimInput) String() string

String returns the string representation

func (*VerifyDomainDkimInput) Validate

func (s *VerifyDomainDkimInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VerifyDomainDkimOutput

type VerifyDomainDkimOutput struct {
	DkimTokens []string `locationName:"DkimTokens" locationNameList:"member" type:"list"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (VerifyDomainDkimOutput) String

func (s VerifyDomainDkimOutput) String() string

String returns the string representation

type VerifyDomainDkimRequest

type VerifyDomainDkimRequest struct {
	*aws.Request
	Input *VerifyDomainDkimInput
	Copy  func(*VerifyDomainDkimInput) VerifyDomainDkimRequest
}

VerifyDomainDkimRequest is the request type for the VerifyDomainDkim API operation.

func (VerifyDomainDkimRequest) Send

Send marshals and sends the VerifyDomainDkim API request.

type VerifyDomainDkimResponse

type VerifyDomainDkimResponse struct {
	*VerifyDomainDkimOutput
	// contains filtered or unexported fields
}

VerifyDomainDkimResponse is the response type for the VerifyDomainDkim API operation.

func (*VerifyDomainDkimResponse) SDKResponseMetdata

func (r *VerifyDomainDkimResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the VerifyDomainDkim request.

type VerifyDomainIdentityInput

type VerifyDomainIdentityInput struct {

	// Domain is a required field
	Domain *string `locationName:"Domain" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (VerifyDomainIdentityInput) String

func (s VerifyDomainIdentityInput) String() string

String returns the string representation

func (*VerifyDomainIdentityInput) Validate

func (s *VerifyDomainIdentityInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VerifyDomainIdentityOutput

type VerifyDomainIdentityOutput struct {
	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`

	VerificationToken *string `locationName:"VerificationToken" type:"string"`
	// contains filtered or unexported fields
}

func (VerifyDomainIdentityOutput) String

String returns the string representation

type VerifyDomainIdentityRequest

type VerifyDomainIdentityRequest struct {
	*aws.Request
	Input *VerifyDomainIdentityInput
	Copy  func(*VerifyDomainIdentityInput) VerifyDomainIdentityRequest
}

VerifyDomainIdentityRequest is the request type for the VerifyDomainIdentity API operation.

func (VerifyDomainIdentityRequest) Send

Send marshals and sends the VerifyDomainIdentity API request.

type VerifyDomainIdentityResponse

type VerifyDomainIdentityResponse struct {
	*VerifyDomainIdentityOutput
	// contains filtered or unexported fields
}

VerifyDomainIdentityResponse is the response type for the VerifyDomainIdentity API operation.

func (*VerifyDomainIdentityResponse) SDKResponseMetdata

func (r *VerifyDomainIdentityResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the VerifyDomainIdentity request.

type VerifyEmailIdentityInput

type VerifyEmailIdentityInput struct {

	// EmailAddress is a required field
	EmailAddress *string `locationName:"EmailAddress" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (VerifyEmailIdentityInput) String

func (s VerifyEmailIdentityInput) String() string

String returns the string representation

func (*VerifyEmailIdentityInput) Validate

func (s *VerifyEmailIdentityInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VerifyEmailIdentityOutput

type VerifyEmailIdentityOutput struct {
	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`

	VerifyEmailIdentityResult *string `locationName:"VerifyEmailIdentityResult" type:"string"`
	// contains filtered or unexported fields
}

func (VerifyEmailIdentityOutput) String

func (s VerifyEmailIdentityOutput) String() string

String returns the string representation

type VerifyEmailIdentityRequest

type VerifyEmailIdentityRequest struct {
	*aws.Request
	Input *VerifyEmailIdentityInput
	Copy  func(*VerifyEmailIdentityInput) VerifyEmailIdentityRequest
}

VerifyEmailIdentityRequest is the request type for the VerifyEmailIdentity API operation.

func (VerifyEmailIdentityRequest) Send

Send marshals and sends the VerifyEmailIdentity API request.

type VerifyEmailIdentityResponse

type VerifyEmailIdentityResponse struct {
	*VerifyEmailIdentityOutput
	// contains filtered or unexported fields
}

VerifyEmailIdentityResponse is the response type for the VerifyEmailIdentity API operation.

func (*VerifyEmailIdentityResponse) SDKResponseMetdata

func (r *VerifyEmailIdentityResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the VerifyEmailIdentity request.

Directories

Path Synopsis
Package essiface provides an interface to enable mocking the NIFCLOUD ESS service client for testing your code.
Package essiface provides an interface to enable mocking the NIFCLOUD ESS service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL