sesv2double

package
v0.0.0-...-8548fdf Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package sesv2double contains test double implementation of sesv2iface.SESV2API

Package sesv2double provides a TestDouble implementation of sesv2iface.SESV2API

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SESV2Double

type SESV2Double struct {
	sesv2iface.SESV2API
	*awsdouble.AWSTestDouble
}

SESV2Double is TestDouble for sesv2iface.SESV2API

func NewDouble

func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *SESV2Double

Constructor for SESV2Double Default configuration will ensure

  • API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.

  • WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.

  • Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.

    This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.

func (*SESV2Double) CreateConfigurationSet

func (d *SESV2Double) CreateConfigurationSet(i0 *sesv2.CreateConfigurationSetInput) (r0 *sesv2.CreateConfigurationSetOutput, r1 error)

func (*SESV2Double) CreateConfigurationSetRequest

func (d *SESV2Double) CreateConfigurationSetRequest(i0 *sesv2.CreateConfigurationSetInput) (r0 *request.Request, r1 *sesv2.CreateConfigurationSetOutput)

func (*SESV2Double) CreateConfigurationSetWithContext

func (d *SESV2Double) CreateConfigurationSetWithContext(i0 context.Context, i1 *sesv2.CreateConfigurationSetInput, i2 ...request.Option) (r0 *sesv2.CreateConfigurationSetOutput, r1 error)

func (*SESV2Double) CreateDedicatedIpPool

func (d *SESV2Double) CreateDedicatedIpPool(i0 *sesv2.CreateDedicatedIpPoolInput) (r0 *sesv2.CreateDedicatedIpPoolOutput, r1 error)

func (*SESV2Double) CreateDedicatedIpPoolRequest

func (d *SESV2Double) CreateDedicatedIpPoolRequest(i0 *sesv2.CreateDedicatedIpPoolInput) (r0 *request.Request, r1 *sesv2.CreateDedicatedIpPoolOutput)

func (*SESV2Double) CreateDedicatedIpPoolWithContext

func (d *SESV2Double) CreateDedicatedIpPoolWithContext(i0 context.Context, i1 *sesv2.CreateDedicatedIpPoolInput, i2 ...request.Option) (r0 *sesv2.CreateDedicatedIpPoolOutput, r1 error)

func (*SESV2Double) CreateEmailIdentity

func (d *SESV2Double) CreateEmailIdentity(i0 *sesv2.CreateEmailIdentityInput) (r0 *sesv2.CreateEmailIdentityOutput, r1 error)

func (*SESV2Double) CreateEmailIdentityRequest

func (d *SESV2Double) CreateEmailIdentityRequest(i0 *sesv2.CreateEmailIdentityInput) (r0 *request.Request, r1 *sesv2.CreateEmailIdentityOutput)

func (*SESV2Double) CreateEmailIdentityWithContext

func (d *SESV2Double) CreateEmailIdentityWithContext(i0 context.Context, i1 *sesv2.CreateEmailIdentityInput, i2 ...request.Option) (r0 *sesv2.CreateEmailIdentityOutput, r1 error)

func (*SESV2Double) DeleteConfigurationSet

func (d *SESV2Double) DeleteConfigurationSet(i0 *sesv2.DeleteConfigurationSetInput) (r0 *sesv2.DeleteConfigurationSetOutput, r1 error)

func (*SESV2Double) DeleteConfigurationSetRequest

func (d *SESV2Double) DeleteConfigurationSetRequest(i0 *sesv2.DeleteConfigurationSetInput) (r0 *request.Request, r1 *sesv2.DeleteConfigurationSetOutput)

func (*SESV2Double) DeleteConfigurationSetWithContext

func (d *SESV2Double) DeleteConfigurationSetWithContext(i0 context.Context, i1 *sesv2.DeleteConfigurationSetInput, i2 ...request.Option) (r0 *sesv2.DeleteConfigurationSetOutput, r1 error)

func (*SESV2Double) DeleteDedicatedIpPool

func (d *SESV2Double) DeleteDedicatedIpPool(i0 *sesv2.DeleteDedicatedIpPoolInput) (r0 *sesv2.DeleteDedicatedIpPoolOutput, r1 error)

func (*SESV2Double) DeleteDedicatedIpPoolRequest

func (d *SESV2Double) DeleteDedicatedIpPoolRequest(i0 *sesv2.DeleteDedicatedIpPoolInput) (r0 *request.Request, r1 *sesv2.DeleteDedicatedIpPoolOutput)

func (*SESV2Double) DeleteDedicatedIpPoolWithContext

func (d *SESV2Double) DeleteDedicatedIpPoolWithContext(i0 context.Context, i1 *sesv2.DeleteDedicatedIpPoolInput, i2 ...request.Option) (r0 *sesv2.DeleteDedicatedIpPoolOutput, r1 error)

func (*SESV2Double) DeleteEmailIdentity

func (d *SESV2Double) DeleteEmailIdentity(i0 *sesv2.DeleteEmailIdentityInput) (r0 *sesv2.DeleteEmailIdentityOutput, r1 error)

func (*SESV2Double) DeleteEmailIdentityRequest

func (d *SESV2Double) DeleteEmailIdentityRequest(i0 *sesv2.DeleteEmailIdentityInput) (r0 *request.Request, r1 *sesv2.DeleteEmailIdentityOutput)

func (*SESV2Double) DeleteEmailIdentityWithContext

func (d *SESV2Double) DeleteEmailIdentityWithContext(i0 context.Context, i1 *sesv2.DeleteEmailIdentityInput, i2 ...request.Option) (r0 *sesv2.DeleteEmailIdentityOutput, r1 error)

func (*SESV2Double) DeleteSuppressedDestination

func (*SESV2Double) DeleteSuppressedDestinationRequest

func (d *SESV2Double) DeleteSuppressedDestinationRequest(i0 *sesv2.DeleteSuppressedDestinationInput) (r0 *request.Request, r1 *sesv2.DeleteSuppressedDestinationOutput)

func (*SESV2Double) DeleteSuppressedDestinationWithContext

func (d *SESV2Double) DeleteSuppressedDestinationWithContext(i0 context.Context, i1 *sesv2.DeleteSuppressedDestinationInput, i2 ...request.Option) (r0 *sesv2.DeleteSuppressedDestinationOutput, r1 error)

func (*SESV2Double) GetAccount

func (d *SESV2Double) GetAccount(i0 *sesv2.GetAccountInput) (r0 *sesv2.GetAccountOutput, r1 error)

func (*SESV2Double) GetAccountRequest

func (d *SESV2Double) GetAccountRequest(i0 *sesv2.GetAccountInput) (r0 *request.Request, r1 *sesv2.GetAccountOutput)

func (*SESV2Double) GetAccountWithContext

func (d *SESV2Double) GetAccountWithContext(i0 context.Context, i1 *sesv2.GetAccountInput, i2 ...request.Option) (r0 *sesv2.GetAccountOutput, r1 error)

func (*SESV2Double) GetBlacklistReports

func (d *SESV2Double) GetBlacklistReports(i0 *sesv2.GetBlacklistReportsInput) (r0 *sesv2.GetBlacklistReportsOutput, r1 error)

func (*SESV2Double) GetBlacklistReportsRequest

func (d *SESV2Double) GetBlacklistReportsRequest(i0 *sesv2.GetBlacklistReportsInput) (r0 *request.Request, r1 *sesv2.GetBlacklistReportsOutput)

func (*SESV2Double) GetBlacklistReportsWithContext

func (d *SESV2Double) GetBlacklistReportsWithContext(i0 context.Context, i1 *sesv2.GetBlacklistReportsInput, i2 ...request.Option) (r0 *sesv2.GetBlacklistReportsOutput, r1 error)

func (*SESV2Double) GetConfigurationSet

func (d *SESV2Double) GetConfigurationSet(i0 *sesv2.GetConfigurationSetInput) (r0 *sesv2.GetConfigurationSetOutput, r1 error)

func (*SESV2Double) GetConfigurationSetRequest

func (d *SESV2Double) GetConfigurationSetRequest(i0 *sesv2.GetConfigurationSetInput) (r0 *request.Request, r1 *sesv2.GetConfigurationSetOutput)

func (*SESV2Double) GetConfigurationSetWithContext

func (d *SESV2Double) GetConfigurationSetWithContext(i0 context.Context, i1 *sesv2.GetConfigurationSetInput, i2 ...request.Option) (r0 *sesv2.GetConfigurationSetOutput, r1 error)

func (*SESV2Double) GetDedicatedIp

func (d *SESV2Double) GetDedicatedIp(i0 *sesv2.GetDedicatedIpInput) (r0 *sesv2.GetDedicatedIpOutput, r1 error)

func (*SESV2Double) GetDedicatedIpRequest

func (d *SESV2Double) GetDedicatedIpRequest(i0 *sesv2.GetDedicatedIpInput) (r0 *request.Request, r1 *sesv2.GetDedicatedIpOutput)

func (*SESV2Double) GetDedicatedIpWithContext

func (d *SESV2Double) GetDedicatedIpWithContext(i0 context.Context, i1 *sesv2.GetDedicatedIpInput, i2 ...request.Option) (r0 *sesv2.GetDedicatedIpOutput, r1 error)

func (*SESV2Double) GetDedicatedIps

func (d *SESV2Double) GetDedicatedIps(i0 *sesv2.GetDedicatedIpsInput) (r0 *sesv2.GetDedicatedIpsOutput, r1 error)

func (*SESV2Double) GetDedicatedIpsPages

func (d *SESV2Double) GetDedicatedIpsPages(i0 *sesv2.GetDedicatedIpsInput, i1 func(*sesv2.GetDedicatedIpsOutput, bool) bool) (r0 error)

func (*SESV2Double) GetDedicatedIpsPagesWithContext

func (d *SESV2Double) GetDedicatedIpsPagesWithContext(i0 context.Context, i1 *sesv2.GetDedicatedIpsInput, i2 func(*sesv2.GetDedicatedIpsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*SESV2Double) GetDedicatedIpsRequest

func (d *SESV2Double) GetDedicatedIpsRequest(i0 *sesv2.GetDedicatedIpsInput) (r0 *request.Request, r1 *sesv2.GetDedicatedIpsOutput)

func (*SESV2Double) GetDedicatedIpsWithContext

func (d *SESV2Double) GetDedicatedIpsWithContext(i0 context.Context, i1 *sesv2.GetDedicatedIpsInput, i2 ...request.Option) (r0 *sesv2.GetDedicatedIpsOutput, r1 error)

func (*SESV2Double) GetDeliverabilityTestReport

func (*SESV2Double) GetDeliverabilityTestReportRequest

func (d *SESV2Double) GetDeliverabilityTestReportRequest(i0 *sesv2.GetDeliverabilityTestReportInput) (r0 *request.Request, r1 *sesv2.GetDeliverabilityTestReportOutput)

func (*SESV2Double) GetDeliverabilityTestReportWithContext

func (d *SESV2Double) GetDeliverabilityTestReportWithContext(i0 context.Context, i1 *sesv2.GetDeliverabilityTestReportInput, i2 ...request.Option) (r0 *sesv2.GetDeliverabilityTestReportOutput, r1 error)

func (*SESV2Double) GetDomainStatisticsReport

func (d *SESV2Double) GetDomainStatisticsReport(i0 *sesv2.GetDomainStatisticsReportInput) (r0 *sesv2.GetDomainStatisticsReportOutput, r1 error)

func (*SESV2Double) GetDomainStatisticsReportRequest

func (d *SESV2Double) GetDomainStatisticsReportRequest(i0 *sesv2.GetDomainStatisticsReportInput) (r0 *request.Request, r1 *sesv2.GetDomainStatisticsReportOutput)

func (*SESV2Double) GetDomainStatisticsReportWithContext

func (d *SESV2Double) GetDomainStatisticsReportWithContext(i0 context.Context, i1 *sesv2.GetDomainStatisticsReportInput, i2 ...request.Option) (r0 *sesv2.GetDomainStatisticsReportOutput, r1 error)

func (*SESV2Double) GetEmailIdentity

func (d *SESV2Double) GetEmailIdentity(i0 *sesv2.GetEmailIdentityInput) (r0 *sesv2.GetEmailIdentityOutput, r1 error)

func (*SESV2Double) GetEmailIdentityRequest

func (d *SESV2Double) GetEmailIdentityRequest(i0 *sesv2.GetEmailIdentityInput) (r0 *request.Request, r1 *sesv2.GetEmailIdentityOutput)

func (*SESV2Double) GetEmailIdentityWithContext

func (d *SESV2Double) GetEmailIdentityWithContext(i0 context.Context, i1 *sesv2.GetEmailIdentityInput, i2 ...request.Option) (r0 *sesv2.GetEmailIdentityOutput, r1 error)

func (*SESV2Double) GetSuppressedDestination

func (d *SESV2Double) GetSuppressedDestination(i0 *sesv2.GetSuppressedDestinationInput) (r0 *sesv2.GetSuppressedDestinationOutput, r1 error)

func (*SESV2Double) GetSuppressedDestinationRequest

func (d *SESV2Double) GetSuppressedDestinationRequest(i0 *sesv2.GetSuppressedDestinationInput) (r0 *request.Request, r1 *sesv2.GetSuppressedDestinationOutput)

func (*SESV2Double) GetSuppressedDestinationWithContext

func (d *SESV2Double) GetSuppressedDestinationWithContext(i0 context.Context, i1 *sesv2.GetSuppressedDestinationInput, i2 ...request.Option) (r0 *sesv2.GetSuppressedDestinationOutput, r1 error)

func (*SESV2Double) ListConfigurationSets

func (d *SESV2Double) ListConfigurationSets(i0 *sesv2.ListConfigurationSetsInput) (r0 *sesv2.ListConfigurationSetsOutput, r1 error)

func (*SESV2Double) ListConfigurationSetsPages

func (d *SESV2Double) ListConfigurationSetsPages(i0 *sesv2.ListConfigurationSetsInput, i1 func(*sesv2.ListConfigurationSetsOutput, bool) bool) (r0 error)

func (*SESV2Double) ListConfigurationSetsPagesWithContext

func (d *SESV2Double) ListConfigurationSetsPagesWithContext(i0 context.Context, i1 *sesv2.ListConfigurationSetsInput, i2 func(*sesv2.ListConfigurationSetsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*SESV2Double) ListConfigurationSetsRequest

func (d *SESV2Double) ListConfigurationSetsRequest(i0 *sesv2.ListConfigurationSetsInput) (r0 *request.Request, r1 *sesv2.ListConfigurationSetsOutput)

func (*SESV2Double) ListConfigurationSetsWithContext

func (d *SESV2Double) ListConfigurationSetsWithContext(i0 context.Context, i1 *sesv2.ListConfigurationSetsInput, i2 ...request.Option) (r0 *sesv2.ListConfigurationSetsOutput, r1 error)

func (*SESV2Double) ListDedicatedIpPools

func (d *SESV2Double) ListDedicatedIpPools(i0 *sesv2.ListDedicatedIpPoolsInput) (r0 *sesv2.ListDedicatedIpPoolsOutput, r1 error)

func (*SESV2Double) ListDedicatedIpPoolsPages

func (d *SESV2Double) ListDedicatedIpPoolsPages(i0 *sesv2.ListDedicatedIpPoolsInput, i1 func(*sesv2.ListDedicatedIpPoolsOutput, bool) bool) (r0 error)

func (*SESV2Double) ListDedicatedIpPoolsPagesWithContext

func (d *SESV2Double) ListDedicatedIpPoolsPagesWithContext(i0 context.Context, i1 *sesv2.ListDedicatedIpPoolsInput, i2 func(*sesv2.ListDedicatedIpPoolsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*SESV2Double) ListDedicatedIpPoolsRequest

func (d *SESV2Double) ListDedicatedIpPoolsRequest(i0 *sesv2.ListDedicatedIpPoolsInput) (r0 *request.Request, r1 *sesv2.ListDedicatedIpPoolsOutput)

func (*SESV2Double) ListDedicatedIpPoolsWithContext

func (d *SESV2Double) ListDedicatedIpPoolsWithContext(i0 context.Context, i1 *sesv2.ListDedicatedIpPoolsInput, i2 ...request.Option) (r0 *sesv2.ListDedicatedIpPoolsOutput, r1 error)

func (*SESV2Double) ListDeliverabilityTestReports

func (*SESV2Double) ListDeliverabilityTestReportsPages

func (d *SESV2Double) ListDeliverabilityTestReportsPages(i0 *sesv2.ListDeliverabilityTestReportsInput, i1 func(*sesv2.ListDeliverabilityTestReportsOutput, bool) bool) (r0 error)

func (*SESV2Double) ListDeliverabilityTestReportsPagesWithContext

func (d *SESV2Double) ListDeliverabilityTestReportsPagesWithContext(i0 context.Context, i1 *sesv2.ListDeliverabilityTestReportsInput, i2 func(*sesv2.ListDeliverabilityTestReportsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*SESV2Double) ListDeliverabilityTestReportsWithContext

func (d *SESV2Double) ListDeliverabilityTestReportsWithContext(i0 context.Context, i1 *sesv2.ListDeliverabilityTestReportsInput, i2 ...request.Option) (r0 *sesv2.ListDeliverabilityTestReportsOutput, r1 error)

func (*SESV2Double) ListDomainDeliverabilityCampaignsPages

func (d *SESV2Double) ListDomainDeliverabilityCampaignsPages(i0 *sesv2.ListDomainDeliverabilityCampaignsInput, i1 func(*sesv2.ListDomainDeliverabilityCampaignsOutput, bool) bool) (r0 error)

func (*SESV2Double) ListDomainDeliverabilityCampaignsPagesWithContext

func (d *SESV2Double) ListDomainDeliverabilityCampaignsPagesWithContext(i0 context.Context, i1 *sesv2.ListDomainDeliverabilityCampaignsInput, i2 func(*sesv2.ListDomainDeliverabilityCampaignsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*SESV2Double) ListEmailIdentities

func (d *SESV2Double) ListEmailIdentities(i0 *sesv2.ListEmailIdentitiesInput) (r0 *sesv2.ListEmailIdentitiesOutput, r1 error)

func (*SESV2Double) ListEmailIdentitiesPages

func (d *SESV2Double) ListEmailIdentitiesPages(i0 *sesv2.ListEmailIdentitiesInput, i1 func(*sesv2.ListEmailIdentitiesOutput, bool) bool) (r0 error)

func (*SESV2Double) ListEmailIdentitiesPagesWithContext

func (d *SESV2Double) ListEmailIdentitiesPagesWithContext(i0 context.Context, i1 *sesv2.ListEmailIdentitiesInput, i2 func(*sesv2.ListEmailIdentitiesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*SESV2Double) ListEmailIdentitiesRequest

func (d *SESV2Double) ListEmailIdentitiesRequest(i0 *sesv2.ListEmailIdentitiesInput) (r0 *request.Request, r1 *sesv2.ListEmailIdentitiesOutput)

func (*SESV2Double) ListEmailIdentitiesWithContext

func (d *SESV2Double) ListEmailIdentitiesWithContext(i0 context.Context, i1 *sesv2.ListEmailIdentitiesInput, i2 ...request.Option) (r0 *sesv2.ListEmailIdentitiesOutput, r1 error)

func (*SESV2Double) ListSuppressedDestinations

func (*SESV2Double) ListSuppressedDestinationsPages

func (d *SESV2Double) ListSuppressedDestinationsPages(i0 *sesv2.ListSuppressedDestinationsInput, i1 func(*sesv2.ListSuppressedDestinationsOutput, bool) bool) (r0 error)

func (*SESV2Double) ListSuppressedDestinationsPagesWithContext

func (d *SESV2Double) ListSuppressedDestinationsPagesWithContext(i0 context.Context, i1 *sesv2.ListSuppressedDestinationsInput, i2 func(*sesv2.ListSuppressedDestinationsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*SESV2Double) ListSuppressedDestinationsRequest

func (d *SESV2Double) ListSuppressedDestinationsRequest(i0 *sesv2.ListSuppressedDestinationsInput) (r0 *request.Request, r1 *sesv2.ListSuppressedDestinationsOutput)

func (*SESV2Double) ListSuppressedDestinationsWithContext

func (d *SESV2Double) ListSuppressedDestinationsWithContext(i0 context.Context, i1 *sesv2.ListSuppressedDestinationsInput, i2 ...request.Option) (r0 *sesv2.ListSuppressedDestinationsOutput, r1 error)

func (*SESV2Double) ListTagsForResource

func (d *SESV2Double) ListTagsForResource(i0 *sesv2.ListTagsForResourceInput) (r0 *sesv2.ListTagsForResourceOutput, r1 error)

func (*SESV2Double) ListTagsForResourceRequest

func (d *SESV2Double) ListTagsForResourceRequest(i0 *sesv2.ListTagsForResourceInput) (r0 *request.Request, r1 *sesv2.ListTagsForResourceOutput)

func (*SESV2Double) ListTagsForResourceWithContext

func (d *SESV2Double) ListTagsForResourceWithContext(i0 context.Context, i1 *sesv2.ListTagsForResourceInput, i2 ...request.Option) (r0 *sesv2.ListTagsForResourceOutput, r1 error)

func (*SESV2Double) PutAccountSendingAttributes

func (*SESV2Double) PutAccountSendingAttributesRequest

func (d *SESV2Double) PutAccountSendingAttributesRequest(i0 *sesv2.PutAccountSendingAttributesInput) (r0 *request.Request, r1 *sesv2.PutAccountSendingAttributesOutput)

func (*SESV2Double) PutAccountSendingAttributesWithContext

func (d *SESV2Double) PutAccountSendingAttributesWithContext(i0 context.Context, i1 *sesv2.PutAccountSendingAttributesInput, i2 ...request.Option) (r0 *sesv2.PutAccountSendingAttributesOutput, r1 error)

func (*SESV2Double) PutDedicatedIpInPool

func (d *SESV2Double) PutDedicatedIpInPool(i0 *sesv2.PutDedicatedIpInPoolInput) (r0 *sesv2.PutDedicatedIpInPoolOutput, r1 error)

func (*SESV2Double) PutDedicatedIpInPoolRequest

func (d *SESV2Double) PutDedicatedIpInPoolRequest(i0 *sesv2.PutDedicatedIpInPoolInput) (r0 *request.Request, r1 *sesv2.PutDedicatedIpInPoolOutput)

func (*SESV2Double) PutDedicatedIpInPoolWithContext

func (d *SESV2Double) PutDedicatedIpInPoolWithContext(i0 context.Context, i1 *sesv2.PutDedicatedIpInPoolInput, i2 ...request.Option) (r0 *sesv2.PutDedicatedIpInPoolOutput, r1 error)

func (*SESV2Double) PutSuppressedDestination

func (d *SESV2Double) PutSuppressedDestination(i0 *sesv2.PutSuppressedDestinationInput) (r0 *sesv2.PutSuppressedDestinationOutput, r1 error)

func (*SESV2Double) PutSuppressedDestinationRequest

func (d *SESV2Double) PutSuppressedDestinationRequest(i0 *sesv2.PutSuppressedDestinationInput) (r0 *request.Request, r1 *sesv2.PutSuppressedDestinationOutput)

func (*SESV2Double) PutSuppressedDestinationWithContext

func (d *SESV2Double) PutSuppressedDestinationWithContext(i0 context.Context, i1 *sesv2.PutSuppressedDestinationInput, i2 ...request.Option) (r0 *sesv2.PutSuppressedDestinationOutput, r1 error)

func (*SESV2Double) SendEmail

func (d *SESV2Double) SendEmail(i0 *sesv2.SendEmailInput) (r0 *sesv2.SendEmailOutput, r1 error)

func (*SESV2Double) SendEmailRequest

func (d *SESV2Double) SendEmailRequest(i0 *sesv2.SendEmailInput) (r0 *request.Request, r1 *sesv2.SendEmailOutput)

func (*SESV2Double) SendEmailWithContext

func (d *SESV2Double) SendEmailWithContext(i0 context.Context, i1 *sesv2.SendEmailInput, i2 ...request.Option) (r0 *sesv2.SendEmailOutput, r1 error)

func (*SESV2Double) TagResource

func (d *SESV2Double) TagResource(i0 *sesv2.TagResourceInput) (r0 *sesv2.TagResourceOutput, r1 error)

func (*SESV2Double) TagResourceRequest

func (d *SESV2Double) TagResourceRequest(i0 *sesv2.TagResourceInput) (r0 *request.Request, r1 *sesv2.TagResourceOutput)

func (*SESV2Double) TagResourceWithContext

func (d *SESV2Double) TagResourceWithContext(i0 context.Context, i1 *sesv2.TagResourceInput, i2 ...request.Option) (r0 *sesv2.TagResourceOutput, r1 error)

func (*SESV2Double) UntagResource

func (d *SESV2Double) UntagResource(i0 *sesv2.UntagResourceInput) (r0 *sesv2.UntagResourceOutput, r1 error)

func (*SESV2Double) UntagResourceRequest

func (d *SESV2Double) UntagResourceRequest(i0 *sesv2.UntagResourceInput) (r0 *request.Request, r1 *sesv2.UntagResourceOutput)

func (*SESV2Double) UntagResourceWithContext

func (d *SESV2Double) UntagResourceWithContext(i0 context.Context, i1 *sesv2.UntagResourceInput, i2 ...request.Option) (r0 *sesv2.UntagResourceOutput, r1 error)

Jump to

Keyboard shortcuts

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