snsdouble

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 snsdouble contains test double implementation of snsiface.SNSAPI

Package snsdouble provides a TestDouble implementation of snsiface.SNSAPI

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 SNSDouble

type SNSDouble struct {
	snsiface.SNSAPI
	*awsdouble.AWSTestDouble
}

SNSDouble is TestDouble for snsiface.SNSAPI

func NewDouble

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

Constructor for SNSDouble 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 (*SNSDouble) AddPermission

func (d *SNSDouble) AddPermission(i0 *sns.AddPermissionInput) (r0 *sns.AddPermissionOutput, r1 error)

func (*SNSDouble) AddPermissionRequest

func (d *SNSDouble) AddPermissionRequest(i0 *sns.AddPermissionInput) (r0 *request.Request, r1 *sns.AddPermissionOutput)

func (*SNSDouble) AddPermissionWithContext

func (d *SNSDouble) AddPermissionWithContext(i0 context.Context, i1 *sns.AddPermissionInput, i2 ...request.Option) (r0 *sns.AddPermissionOutput, r1 error)

func (*SNSDouble) CheckIfPhoneNumberIsOptedOut

func (d *SNSDouble) CheckIfPhoneNumberIsOptedOut(i0 *sns.CheckIfPhoneNumberIsOptedOutInput) (r0 *sns.CheckIfPhoneNumberIsOptedOutOutput, r1 error)

func (*SNSDouble) CheckIfPhoneNumberIsOptedOutRequest

func (d *SNSDouble) CheckIfPhoneNumberIsOptedOutRequest(i0 *sns.CheckIfPhoneNumberIsOptedOutInput) (r0 *request.Request, r1 *sns.CheckIfPhoneNumberIsOptedOutOutput)

func (*SNSDouble) CheckIfPhoneNumberIsOptedOutWithContext

func (d *SNSDouble) CheckIfPhoneNumberIsOptedOutWithContext(i0 context.Context, i1 *sns.CheckIfPhoneNumberIsOptedOutInput, i2 ...request.Option) (r0 *sns.CheckIfPhoneNumberIsOptedOutOutput, r1 error)

func (*SNSDouble) ConfirmSubscription

func (d *SNSDouble) ConfirmSubscription(i0 *sns.ConfirmSubscriptionInput) (r0 *sns.ConfirmSubscriptionOutput, r1 error)

func (*SNSDouble) ConfirmSubscriptionRequest

func (d *SNSDouble) ConfirmSubscriptionRequest(i0 *sns.ConfirmSubscriptionInput) (r0 *request.Request, r1 *sns.ConfirmSubscriptionOutput)

func (*SNSDouble) ConfirmSubscriptionWithContext

func (d *SNSDouble) ConfirmSubscriptionWithContext(i0 context.Context, i1 *sns.ConfirmSubscriptionInput, i2 ...request.Option) (r0 *sns.ConfirmSubscriptionOutput, r1 error)

func (*SNSDouble) CreatePlatformApplication

func (d *SNSDouble) CreatePlatformApplication(i0 *sns.CreatePlatformApplicationInput) (r0 *sns.CreatePlatformApplicationOutput, r1 error)

func (*SNSDouble) CreatePlatformApplicationRequest

func (d *SNSDouble) CreatePlatformApplicationRequest(i0 *sns.CreatePlatformApplicationInput) (r0 *request.Request, r1 *sns.CreatePlatformApplicationOutput)

func (*SNSDouble) CreatePlatformApplicationWithContext

func (d *SNSDouble) CreatePlatformApplicationWithContext(i0 context.Context, i1 *sns.CreatePlatformApplicationInput, i2 ...request.Option) (r0 *sns.CreatePlatformApplicationOutput, r1 error)

func (*SNSDouble) CreatePlatformEndpoint

func (d *SNSDouble) CreatePlatformEndpoint(i0 *sns.CreatePlatformEndpointInput) (r0 *sns.CreatePlatformEndpointOutput, r1 error)

func (*SNSDouble) CreatePlatformEndpointRequest

func (d *SNSDouble) CreatePlatformEndpointRequest(i0 *sns.CreatePlatformEndpointInput) (r0 *request.Request, r1 *sns.CreatePlatformEndpointOutput)

func (*SNSDouble) CreatePlatformEndpointWithContext

func (d *SNSDouble) CreatePlatformEndpointWithContext(i0 context.Context, i1 *sns.CreatePlatformEndpointInput, i2 ...request.Option) (r0 *sns.CreatePlatformEndpointOutput, r1 error)

func (*SNSDouble) CreateTopic

func (d *SNSDouble) CreateTopic(i0 *sns.CreateTopicInput) (r0 *sns.CreateTopicOutput, r1 error)

func (*SNSDouble) CreateTopicRequest

func (d *SNSDouble) CreateTopicRequest(i0 *sns.CreateTopicInput) (r0 *request.Request, r1 *sns.CreateTopicOutput)

func (*SNSDouble) CreateTopicWithContext

func (d *SNSDouble) CreateTopicWithContext(i0 context.Context, i1 *sns.CreateTopicInput, i2 ...request.Option) (r0 *sns.CreateTopicOutput, r1 error)

func (*SNSDouble) DeleteEndpoint

func (d *SNSDouble) DeleteEndpoint(i0 *sns.DeleteEndpointInput) (r0 *sns.DeleteEndpointOutput, r1 error)

func (*SNSDouble) DeleteEndpointRequest

func (d *SNSDouble) DeleteEndpointRequest(i0 *sns.DeleteEndpointInput) (r0 *request.Request, r1 *sns.DeleteEndpointOutput)

func (*SNSDouble) DeleteEndpointWithContext

func (d *SNSDouble) DeleteEndpointWithContext(i0 context.Context, i1 *sns.DeleteEndpointInput, i2 ...request.Option) (r0 *sns.DeleteEndpointOutput, r1 error)

func (*SNSDouble) DeletePlatformApplication

func (d *SNSDouble) DeletePlatformApplication(i0 *sns.DeletePlatformApplicationInput) (r0 *sns.DeletePlatformApplicationOutput, r1 error)

func (*SNSDouble) DeletePlatformApplicationRequest

func (d *SNSDouble) DeletePlatformApplicationRequest(i0 *sns.DeletePlatformApplicationInput) (r0 *request.Request, r1 *sns.DeletePlatformApplicationOutput)

func (*SNSDouble) DeletePlatformApplicationWithContext

func (d *SNSDouble) DeletePlatformApplicationWithContext(i0 context.Context, i1 *sns.DeletePlatformApplicationInput, i2 ...request.Option) (r0 *sns.DeletePlatformApplicationOutput, r1 error)

func (*SNSDouble) DeleteTopic

func (d *SNSDouble) DeleteTopic(i0 *sns.DeleteTopicInput) (r0 *sns.DeleteTopicOutput, r1 error)

func (*SNSDouble) DeleteTopicRequest

func (d *SNSDouble) DeleteTopicRequest(i0 *sns.DeleteTopicInput) (r0 *request.Request, r1 *sns.DeleteTopicOutput)

func (*SNSDouble) DeleteTopicWithContext

func (d *SNSDouble) DeleteTopicWithContext(i0 context.Context, i1 *sns.DeleteTopicInput, i2 ...request.Option) (r0 *sns.DeleteTopicOutput, r1 error)

func (*SNSDouble) GetEndpointAttributes

func (d *SNSDouble) GetEndpointAttributes(i0 *sns.GetEndpointAttributesInput) (r0 *sns.GetEndpointAttributesOutput, r1 error)

func (*SNSDouble) GetEndpointAttributesRequest

func (d *SNSDouble) GetEndpointAttributesRequest(i0 *sns.GetEndpointAttributesInput) (r0 *request.Request, r1 *sns.GetEndpointAttributesOutput)

func (*SNSDouble) GetEndpointAttributesWithContext

func (d *SNSDouble) GetEndpointAttributesWithContext(i0 context.Context, i1 *sns.GetEndpointAttributesInput, i2 ...request.Option) (r0 *sns.GetEndpointAttributesOutput, r1 error)

func (*SNSDouble) GetSMSAttributes

func (d *SNSDouble) GetSMSAttributes(i0 *sns.GetSMSAttributesInput) (r0 *sns.GetSMSAttributesOutput, r1 error)

func (*SNSDouble) GetSMSAttributesRequest

func (d *SNSDouble) GetSMSAttributesRequest(i0 *sns.GetSMSAttributesInput) (r0 *request.Request, r1 *sns.GetSMSAttributesOutput)

func (*SNSDouble) GetSMSAttributesWithContext

func (d *SNSDouble) GetSMSAttributesWithContext(i0 context.Context, i1 *sns.GetSMSAttributesInput, i2 ...request.Option) (r0 *sns.GetSMSAttributesOutput, r1 error)

func (*SNSDouble) GetSubscriptionAttributes

func (d *SNSDouble) GetSubscriptionAttributes(i0 *sns.GetSubscriptionAttributesInput) (r0 *sns.GetSubscriptionAttributesOutput, r1 error)

func (*SNSDouble) GetSubscriptionAttributesRequest

func (d *SNSDouble) GetSubscriptionAttributesRequest(i0 *sns.GetSubscriptionAttributesInput) (r0 *request.Request, r1 *sns.GetSubscriptionAttributesOutput)

func (*SNSDouble) GetSubscriptionAttributesWithContext

func (d *SNSDouble) GetSubscriptionAttributesWithContext(i0 context.Context, i1 *sns.GetSubscriptionAttributesInput, i2 ...request.Option) (r0 *sns.GetSubscriptionAttributesOutput, r1 error)

func (*SNSDouble) GetTopicAttributes

func (d *SNSDouble) GetTopicAttributes(i0 *sns.GetTopicAttributesInput) (r0 *sns.GetTopicAttributesOutput, r1 error)

func (*SNSDouble) GetTopicAttributesRequest

func (d *SNSDouble) GetTopicAttributesRequest(i0 *sns.GetTopicAttributesInput) (r0 *request.Request, r1 *sns.GetTopicAttributesOutput)

func (*SNSDouble) GetTopicAttributesWithContext

func (d *SNSDouble) GetTopicAttributesWithContext(i0 context.Context, i1 *sns.GetTopicAttributesInput, i2 ...request.Option) (r0 *sns.GetTopicAttributesOutput, r1 error)

func (*SNSDouble) ListEndpointsByPlatformApplicationPages

func (d *SNSDouble) ListEndpointsByPlatformApplicationPages(i0 *sns.ListEndpointsByPlatformApplicationInput, i1 func(*sns.ListEndpointsByPlatformApplicationOutput, bool) bool) (r0 error)

func (*SNSDouble) ListEndpointsByPlatformApplicationPagesWithContext

func (d *SNSDouble) ListEndpointsByPlatformApplicationPagesWithContext(i0 context.Context, i1 *sns.ListEndpointsByPlatformApplicationInput, i2 func(*sns.ListEndpointsByPlatformApplicationOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*SNSDouble) ListPhoneNumbersOptedOut

func (d *SNSDouble) ListPhoneNumbersOptedOut(i0 *sns.ListPhoneNumbersOptedOutInput) (r0 *sns.ListPhoneNumbersOptedOutOutput, r1 error)

func (*SNSDouble) ListPhoneNumbersOptedOutRequest

func (d *SNSDouble) ListPhoneNumbersOptedOutRequest(i0 *sns.ListPhoneNumbersOptedOutInput) (r0 *request.Request, r1 *sns.ListPhoneNumbersOptedOutOutput)

func (*SNSDouble) ListPhoneNumbersOptedOutWithContext

func (d *SNSDouble) ListPhoneNumbersOptedOutWithContext(i0 context.Context, i1 *sns.ListPhoneNumbersOptedOutInput, i2 ...request.Option) (r0 *sns.ListPhoneNumbersOptedOutOutput, r1 error)

func (*SNSDouble) ListPlatformApplications

func (d *SNSDouble) ListPlatformApplications(i0 *sns.ListPlatformApplicationsInput) (r0 *sns.ListPlatformApplicationsOutput, r1 error)

func (*SNSDouble) ListPlatformApplicationsPages

func (d *SNSDouble) ListPlatformApplicationsPages(i0 *sns.ListPlatformApplicationsInput, i1 func(*sns.ListPlatformApplicationsOutput, bool) bool) (r0 error)

func (*SNSDouble) ListPlatformApplicationsPagesWithContext

func (d *SNSDouble) ListPlatformApplicationsPagesWithContext(i0 context.Context, i1 *sns.ListPlatformApplicationsInput, i2 func(*sns.ListPlatformApplicationsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*SNSDouble) ListPlatformApplicationsRequest

func (d *SNSDouble) ListPlatformApplicationsRequest(i0 *sns.ListPlatformApplicationsInput) (r0 *request.Request, r1 *sns.ListPlatformApplicationsOutput)

func (*SNSDouble) ListPlatformApplicationsWithContext

func (d *SNSDouble) ListPlatformApplicationsWithContext(i0 context.Context, i1 *sns.ListPlatformApplicationsInput, i2 ...request.Option) (r0 *sns.ListPlatformApplicationsOutput, r1 error)

func (*SNSDouble) ListSubscriptions

func (d *SNSDouble) ListSubscriptions(i0 *sns.ListSubscriptionsInput) (r0 *sns.ListSubscriptionsOutput, r1 error)

func (*SNSDouble) ListSubscriptionsByTopic

func (d *SNSDouble) ListSubscriptionsByTopic(i0 *sns.ListSubscriptionsByTopicInput) (r0 *sns.ListSubscriptionsByTopicOutput, r1 error)

func (*SNSDouble) ListSubscriptionsByTopicPages

func (d *SNSDouble) ListSubscriptionsByTopicPages(i0 *sns.ListSubscriptionsByTopicInput, i1 func(*sns.ListSubscriptionsByTopicOutput, bool) bool) (r0 error)

func (*SNSDouble) ListSubscriptionsByTopicPagesWithContext

func (d *SNSDouble) ListSubscriptionsByTopicPagesWithContext(i0 context.Context, i1 *sns.ListSubscriptionsByTopicInput, i2 func(*sns.ListSubscriptionsByTopicOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*SNSDouble) ListSubscriptionsByTopicRequest

func (d *SNSDouble) ListSubscriptionsByTopicRequest(i0 *sns.ListSubscriptionsByTopicInput) (r0 *request.Request, r1 *sns.ListSubscriptionsByTopicOutput)

func (*SNSDouble) ListSubscriptionsByTopicWithContext

func (d *SNSDouble) ListSubscriptionsByTopicWithContext(i0 context.Context, i1 *sns.ListSubscriptionsByTopicInput, i2 ...request.Option) (r0 *sns.ListSubscriptionsByTopicOutput, r1 error)

func (*SNSDouble) ListSubscriptionsPages

func (d *SNSDouble) ListSubscriptionsPages(i0 *sns.ListSubscriptionsInput, i1 func(*sns.ListSubscriptionsOutput, bool) bool) (r0 error)

func (*SNSDouble) ListSubscriptionsPagesWithContext

func (d *SNSDouble) ListSubscriptionsPagesWithContext(i0 context.Context, i1 *sns.ListSubscriptionsInput, i2 func(*sns.ListSubscriptionsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*SNSDouble) ListSubscriptionsRequest

func (d *SNSDouble) ListSubscriptionsRequest(i0 *sns.ListSubscriptionsInput) (r0 *request.Request, r1 *sns.ListSubscriptionsOutput)

func (*SNSDouble) ListSubscriptionsWithContext

func (d *SNSDouble) ListSubscriptionsWithContext(i0 context.Context, i1 *sns.ListSubscriptionsInput, i2 ...request.Option) (r0 *sns.ListSubscriptionsOutput, r1 error)

func (*SNSDouble) ListTagsForResource

func (d *SNSDouble) ListTagsForResource(i0 *sns.ListTagsForResourceInput) (r0 *sns.ListTagsForResourceOutput, r1 error)

func (*SNSDouble) ListTagsForResourceRequest

func (d *SNSDouble) ListTagsForResourceRequest(i0 *sns.ListTagsForResourceInput) (r0 *request.Request, r1 *sns.ListTagsForResourceOutput)

func (*SNSDouble) ListTagsForResourceWithContext

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

func (*SNSDouble) ListTopics

func (d *SNSDouble) ListTopics(i0 *sns.ListTopicsInput) (r0 *sns.ListTopicsOutput, r1 error)

func (*SNSDouble) ListTopicsPages

func (d *SNSDouble) ListTopicsPages(i0 *sns.ListTopicsInput, i1 func(*sns.ListTopicsOutput, bool) bool) (r0 error)

func (*SNSDouble) ListTopicsPagesWithContext

func (d *SNSDouble) ListTopicsPagesWithContext(i0 context.Context, i1 *sns.ListTopicsInput, i2 func(*sns.ListTopicsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*SNSDouble) ListTopicsRequest

func (d *SNSDouble) ListTopicsRequest(i0 *sns.ListTopicsInput) (r0 *request.Request, r1 *sns.ListTopicsOutput)

func (*SNSDouble) ListTopicsWithContext

func (d *SNSDouble) ListTopicsWithContext(i0 context.Context, i1 *sns.ListTopicsInput, i2 ...request.Option) (r0 *sns.ListTopicsOutput, r1 error)

func (*SNSDouble) OptInPhoneNumber

func (d *SNSDouble) OptInPhoneNumber(i0 *sns.OptInPhoneNumberInput) (r0 *sns.OptInPhoneNumberOutput, r1 error)

func (*SNSDouble) OptInPhoneNumberRequest

func (d *SNSDouble) OptInPhoneNumberRequest(i0 *sns.OptInPhoneNumberInput) (r0 *request.Request, r1 *sns.OptInPhoneNumberOutput)

func (*SNSDouble) OptInPhoneNumberWithContext

func (d *SNSDouble) OptInPhoneNumberWithContext(i0 context.Context, i1 *sns.OptInPhoneNumberInput, i2 ...request.Option) (r0 *sns.OptInPhoneNumberOutput, r1 error)

func (*SNSDouble) Publish

func (d *SNSDouble) Publish(i0 *sns.PublishInput) (r0 *sns.PublishOutput, r1 error)

func (*SNSDouble) PublishRequest

func (d *SNSDouble) PublishRequest(i0 *sns.PublishInput) (r0 *request.Request, r1 *sns.PublishOutput)

func (*SNSDouble) PublishWithContext

func (d *SNSDouble) PublishWithContext(i0 context.Context, i1 *sns.PublishInput, i2 ...request.Option) (r0 *sns.PublishOutput, r1 error)

func (*SNSDouble) RemovePermission

func (d *SNSDouble) RemovePermission(i0 *sns.RemovePermissionInput) (r0 *sns.RemovePermissionOutput, r1 error)

func (*SNSDouble) RemovePermissionRequest

func (d *SNSDouble) RemovePermissionRequest(i0 *sns.RemovePermissionInput) (r0 *request.Request, r1 *sns.RemovePermissionOutput)

func (*SNSDouble) RemovePermissionWithContext

func (d *SNSDouble) RemovePermissionWithContext(i0 context.Context, i1 *sns.RemovePermissionInput, i2 ...request.Option) (r0 *sns.RemovePermissionOutput, r1 error)

func (*SNSDouble) SetEndpointAttributes

func (d *SNSDouble) SetEndpointAttributes(i0 *sns.SetEndpointAttributesInput) (r0 *sns.SetEndpointAttributesOutput, r1 error)

func (*SNSDouble) SetEndpointAttributesRequest

func (d *SNSDouble) SetEndpointAttributesRequest(i0 *sns.SetEndpointAttributesInput) (r0 *request.Request, r1 *sns.SetEndpointAttributesOutput)

func (*SNSDouble) SetEndpointAttributesWithContext

func (d *SNSDouble) SetEndpointAttributesWithContext(i0 context.Context, i1 *sns.SetEndpointAttributesInput, i2 ...request.Option) (r0 *sns.SetEndpointAttributesOutput, r1 error)

func (*SNSDouble) SetSMSAttributes

func (d *SNSDouble) SetSMSAttributes(i0 *sns.SetSMSAttributesInput) (r0 *sns.SetSMSAttributesOutput, r1 error)

func (*SNSDouble) SetSMSAttributesRequest

func (d *SNSDouble) SetSMSAttributesRequest(i0 *sns.SetSMSAttributesInput) (r0 *request.Request, r1 *sns.SetSMSAttributesOutput)

func (*SNSDouble) SetSMSAttributesWithContext

func (d *SNSDouble) SetSMSAttributesWithContext(i0 context.Context, i1 *sns.SetSMSAttributesInput, i2 ...request.Option) (r0 *sns.SetSMSAttributesOutput, r1 error)

func (*SNSDouble) SetSubscriptionAttributes

func (d *SNSDouble) SetSubscriptionAttributes(i0 *sns.SetSubscriptionAttributesInput) (r0 *sns.SetSubscriptionAttributesOutput, r1 error)

func (*SNSDouble) SetSubscriptionAttributesRequest

func (d *SNSDouble) SetSubscriptionAttributesRequest(i0 *sns.SetSubscriptionAttributesInput) (r0 *request.Request, r1 *sns.SetSubscriptionAttributesOutput)

func (*SNSDouble) SetSubscriptionAttributesWithContext

func (d *SNSDouble) SetSubscriptionAttributesWithContext(i0 context.Context, i1 *sns.SetSubscriptionAttributesInput, i2 ...request.Option) (r0 *sns.SetSubscriptionAttributesOutput, r1 error)

func (*SNSDouble) SetTopicAttributes

func (d *SNSDouble) SetTopicAttributes(i0 *sns.SetTopicAttributesInput) (r0 *sns.SetTopicAttributesOutput, r1 error)

func (*SNSDouble) SetTopicAttributesRequest

func (d *SNSDouble) SetTopicAttributesRequest(i0 *sns.SetTopicAttributesInput) (r0 *request.Request, r1 *sns.SetTopicAttributesOutput)

func (*SNSDouble) SetTopicAttributesWithContext

func (d *SNSDouble) SetTopicAttributesWithContext(i0 context.Context, i1 *sns.SetTopicAttributesInput, i2 ...request.Option) (r0 *sns.SetTopicAttributesOutput, r1 error)

func (*SNSDouble) Subscribe

func (d *SNSDouble) Subscribe(i0 *sns.SubscribeInput) (r0 *sns.SubscribeOutput, r1 error)

func (*SNSDouble) SubscribeRequest

func (d *SNSDouble) SubscribeRequest(i0 *sns.SubscribeInput) (r0 *request.Request, r1 *sns.SubscribeOutput)

func (*SNSDouble) SubscribeWithContext

func (d *SNSDouble) SubscribeWithContext(i0 context.Context, i1 *sns.SubscribeInput, i2 ...request.Option) (r0 *sns.SubscribeOutput, r1 error)

func (*SNSDouble) TagResource

func (d *SNSDouble) TagResource(i0 *sns.TagResourceInput) (r0 *sns.TagResourceOutput, r1 error)

func (*SNSDouble) TagResourceRequest

func (d *SNSDouble) TagResourceRequest(i0 *sns.TagResourceInput) (r0 *request.Request, r1 *sns.TagResourceOutput)

func (*SNSDouble) TagResourceWithContext

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

func (*SNSDouble) Unsubscribe

func (d *SNSDouble) Unsubscribe(i0 *sns.UnsubscribeInput) (r0 *sns.UnsubscribeOutput, r1 error)

func (*SNSDouble) UnsubscribeRequest

func (d *SNSDouble) UnsubscribeRequest(i0 *sns.UnsubscribeInput) (r0 *request.Request, r1 *sns.UnsubscribeOutput)

func (*SNSDouble) UnsubscribeWithContext

func (d *SNSDouble) UnsubscribeWithContext(i0 context.Context, i1 *sns.UnsubscribeInput, i2 ...request.Option) (r0 *sns.UnsubscribeOutput, r1 error)

func (*SNSDouble) UntagResource

func (d *SNSDouble) UntagResource(i0 *sns.UntagResourceInput) (r0 *sns.UntagResourceOutput, r1 error)

func (*SNSDouble) UntagResourceRequest

func (d *SNSDouble) UntagResourceRequest(i0 *sns.UntagResourceInput) (r0 *request.Request, r1 *sns.UntagResourceOutput)

func (*SNSDouble) UntagResourceWithContext

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

Jump to

Keyboard shortcuts

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