Documentation ¶
Overview ¶
Package snsmock is a generated GoMock package.
Index ¶
- type MockSNSAPI
- func (m *MockSNSAPI) AddPermission(arg0 *sns.AddPermissionInput) (*sns.AddPermissionOutput, error)
- func (m *MockSNSAPI) AddPermissionRequest(arg0 *sns.AddPermissionInput) (*request.Request, *sns.AddPermissionOutput)
- func (m *MockSNSAPI) AddPermissionWithContext(arg0 context.Context, arg1 *sns.AddPermissionInput, arg2 ...request.Option) (*sns.AddPermissionOutput, error)
- func (m *MockSNSAPI) CheckIfPhoneNumberIsOptedOut(arg0 *sns.CheckIfPhoneNumberIsOptedOutInput) (*sns.CheckIfPhoneNumberIsOptedOutOutput, error)
- func (m *MockSNSAPI) CheckIfPhoneNumberIsOptedOutRequest(arg0 *sns.CheckIfPhoneNumberIsOptedOutInput) (*request.Request, *sns.CheckIfPhoneNumberIsOptedOutOutput)
- func (m *MockSNSAPI) CheckIfPhoneNumberIsOptedOutWithContext(arg0 context.Context, arg1 *sns.CheckIfPhoneNumberIsOptedOutInput, ...) (*sns.CheckIfPhoneNumberIsOptedOutOutput, error)
- func (m *MockSNSAPI) ConfirmSubscription(arg0 *sns.ConfirmSubscriptionInput) (*sns.ConfirmSubscriptionOutput, error)
- func (m *MockSNSAPI) ConfirmSubscriptionRequest(arg0 *sns.ConfirmSubscriptionInput) (*request.Request, *sns.ConfirmSubscriptionOutput)
- func (m *MockSNSAPI) ConfirmSubscriptionWithContext(arg0 context.Context, arg1 *sns.ConfirmSubscriptionInput, ...) (*sns.ConfirmSubscriptionOutput, error)
- func (m *MockSNSAPI) CreatePlatformApplication(arg0 *sns.CreatePlatformApplicationInput) (*sns.CreatePlatformApplicationOutput, error)
- func (m *MockSNSAPI) CreatePlatformApplicationRequest(arg0 *sns.CreatePlatformApplicationInput) (*request.Request, *sns.CreatePlatformApplicationOutput)
- func (m *MockSNSAPI) CreatePlatformApplicationWithContext(arg0 context.Context, arg1 *sns.CreatePlatformApplicationInput, ...) (*sns.CreatePlatformApplicationOutput, error)
- func (m *MockSNSAPI) CreatePlatformEndpoint(arg0 *sns.CreatePlatformEndpointInput) (*sns.CreatePlatformEndpointOutput, error)
- func (m *MockSNSAPI) CreatePlatformEndpointRequest(arg0 *sns.CreatePlatformEndpointInput) (*request.Request, *sns.CreatePlatformEndpointOutput)
- func (m *MockSNSAPI) CreatePlatformEndpointWithContext(arg0 context.Context, arg1 *sns.CreatePlatformEndpointInput, ...) (*sns.CreatePlatformEndpointOutput, error)
- func (m *MockSNSAPI) CreateTopic(arg0 *sns.CreateTopicInput) (*sns.CreateTopicOutput, error)
- func (m *MockSNSAPI) CreateTopicRequest(arg0 *sns.CreateTopicInput) (*request.Request, *sns.CreateTopicOutput)
- func (m *MockSNSAPI) CreateTopicWithContext(arg0 context.Context, arg1 *sns.CreateTopicInput, arg2 ...request.Option) (*sns.CreateTopicOutput, error)
- func (m *MockSNSAPI) DeleteEndpoint(arg0 *sns.DeleteEndpointInput) (*sns.DeleteEndpointOutput, error)
- func (m *MockSNSAPI) DeleteEndpointRequest(arg0 *sns.DeleteEndpointInput) (*request.Request, *sns.DeleteEndpointOutput)
- func (m *MockSNSAPI) DeleteEndpointWithContext(arg0 context.Context, arg1 *sns.DeleteEndpointInput, arg2 ...request.Option) (*sns.DeleteEndpointOutput, error)
- func (m *MockSNSAPI) DeletePlatformApplication(arg0 *sns.DeletePlatformApplicationInput) (*sns.DeletePlatformApplicationOutput, error)
- func (m *MockSNSAPI) DeletePlatformApplicationRequest(arg0 *sns.DeletePlatformApplicationInput) (*request.Request, *sns.DeletePlatformApplicationOutput)
- func (m *MockSNSAPI) DeletePlatformApplicationWithContext(arg0 context.Context, arg1 *sns.DeletePlatformApplicationInput, ...) (*sns.DeletePlatformApplicationOutput, error)
- func (m *MockSNSAPI) DeleteTopic(arg0 *sns.DeleteTopicInput) (*sns.DeleteTopicOutput, error)
- func (m *MockSNSAPI) DeleteTopicRequest(arg0 *sns.DeleteTopicInput) (*request.Request, *sns.DeleteTopicOutput)
- func (m *MockSNSAPI) DeleteTopicWithContext(arg0 context.Context, arg1 *sns.DeleteTopicInput, arg2 ...request.Option) (*sns.DeleteTopicOutput, error)
- func (m *MockSNSAPI) EXPECT() *MockSNSAPIMockRecorder
- func (m *MockSNSAPI) GetEndpointAttributes(arg0 *sns.GetEndpointAttributesInput) (*sns.GetEndpointAttributesOutput, error)
- func (m *MockSNSAPI) GetEndpointAttributesRequest(arg0 *sns.GetEndpointAttributesInput) (*request.Request, *sns.GetEndpointAttributesOutput)
- func (m *MockSNSAPI) GetEndpointAttributesWithContext(arg0 context.Context, arg1 *sns.GetEndpointAttributesInput, ...) (*sns.GetEndpointAttributesOutput, error)
- func (m *MockSNSAPI) GetPlatformApplicationAttributes(arg0 *sns.GetPlatformApplicationAttributesInput) (*sns.GetPlatformApplicationAttributesOutput, error)
- func (m *MockSNSAPI) GetPlatformApplicationAttributesRequest(arg0 *sns.GetPlatformApplicationAttributesInput) (*request.Request, *sns.GetPlatformApplicationAttributesOutput)
- func (m *MockSNSAPI) GetPlatformApplicationAttributesWithContext(arg0 context.Context, arg1 *sns.GetPlatformApplicationAttributesInput, ...) (*sns.GetPlatformApplicationAttributesOutput, error)
- func (m *MockSNSAPI) GetSMSAttributes(arg0 *sns.GetSMSAttributesInput) (*sns.GetSMSAttributesOutput, error)
- func (m *MockSNSAPI) GetSMSAttributesRequest(arg0 *sns.GetSMSAttributesInput) (*request.Request, *sns.GetSMSAttributesOutput)
- func (m *MockSNSAPI) GetSMSAttributesWithContext(arg0 context.Context, arg1 *sns.GetSMSAttributesInput, arg2 ...request.Option) (*sns.GetSMSAttributesOutput, error)
- func (m *MockSNSAPI) GetSubscriptionAttributes(arg0 *sns.GetSubscriptionAttributesInput) (*sns.GetSubscriptionAttributesOutput, error)
- func (m *MockSNSAPI) GetSubscriptionAttributesRequest(arg0 *sns.GetSubscriptionAttributesInput) (*request.Request, *sns.GetSubscriptionAttributesOutput)
- func (m *MockSNSAPI) GetSubscriptionAttributesWithContext(arg0 context.Context, arg1 *sns.GetSubscriptionAttributesInput, ...) (*sns.GetSubscriptionAttributesOutput, error)
- func (m *MockSNSAPI) GetTopicAttributes(arg0 *sns.GetTopicAttributesInput) (*sns.GetTopicAttributesOutput, error)
- func (m *MockSNSAPI) GetTopicAttributesRequest(arg0 *sns.GetTopicAttributesInput) (*request.Request, *sns.GetTopicAttributesOutput)
- func (m *MockSNSAPI) GetTopicAttributesWithContext(arg0 context.Context, arg1 *sns.GetTopicAttributesInput, ...) (*sns.GetTopicAttributesOutput, error)
- func (m *MockSNSAPI) ListEndpointsByPlatformApplication(arg0 *sns.ListEndpointsByPlatformApplicationInput) (*sns.ListEndpointsByPlatformApplicationOutput, error)
- func (m *MockSNSAPI) ListEndpointsByPlatformApplicationPages(arg0 *sns.ListEndpointsByPlatformApplicationInput, ...) error
- func (m *MockSNSAPI) ListEndpointsByPlatformApplicationPagesWithContext(arg0 context.Context, arg1 *sns.ListEndpointsByPlatformApplicationInput, ...) error
- func (m *MockSNSAPI) ListEndpointsByPlatformApplicationRequest(arg0 *sns.ListEndpointsByPlatformApplicationInput) (*request.Request, *sns.ListEndpointsByPlatformApplicationOutput)
- func (m *MockSNSAPI) ListEndpointsByPlatformApplicationWithContext(arg0 context.Context, arg1 *sns.ListEndpointsByPlatformApplicationInput, ...) (*sns.ListEndpointsByPlatformApplicationOutput, error)
- func (m *MockSNSAPI) ListPhoneNumbersOptedOut(arg0 *sns.ListPhoneNumbersOptedOutInput) (*sns.ListPhoneNumbersOptedOutOutput, error)
- func (m *MockSNSAPI) ListPhoneNumbersOptedOutRequest(arg0 *sns.ListPhoneNumbersOptedOutInput) (*request.Request, *sns.ListPhoneNumbersOptedOutOutput)
- func (m *MockSNSAPI) ListPhoneNumbersOptedOutWithContext(arg0 context.Context, arg1 *sns.ListPhoneNumbersOptedOutInput, ...) (*sns.ListPhoneNumbersOptedOutOutput, error)
- func (m *MockSNSAPI) ListPlatformApplications(arg0 *sns.ListPlatformApplicationsInput) (*sns.ListPlatformApplicationsOutput, error)
- func (m *MockSNSAPI) ListPlatformApplicationsPages(arg0 *sns.ListPlatformApplicationsInput, ...) error
- func (m *MockSNSAPI) ListPlatformApplicationsPagesWithContext(arg0 context.Context, arg1 *sns.ListPlatformApplicationsInput, ...) error
- func (m *MockSNSAPI) ListPlatformApplicationsRequest(arg0 *sns.ListPlatformApplicationsInput) (*request.Request, *sns.ListPlatformApplicationsOutput)
- func (m *MockSNSAPI) ListPlatformApplicationsWithContext(arg0 context.Context, arg1 *sns.ListPlatformApplicationsInput, ...) (*sns.ListPlatformApplicationsOutput, error)
- func (m *MockSNSAPI) ListSubscriptions(arg0 *sns.ListSubscriptionsInput) (*sns.ListSubscriptionsOutput, error)
- func (m *MockSNSAPI) ListSubscriptionsByTopic(arg0 *sns.ListSubscriptionsByTopicInput) (*sns.ListSubscriptionsByTopicOutput, error)
- func (m *MockSNSAPI) ListSubscriptionsByTopicPages(arg0 *sns.ListSubscriptionsByTopicInput, ...) error
- func (m *MockSNSAPI) ListSubscriptionsByTopicPagesWithContext(arg0 context.Context, arg1 *sns.ListSubscriptionsByTopicInput, ...) error
- func (m *MockSNSAPI) ListSubscriptionsByTopicRequest(arg0 *sns.ListSubscriptionsByTopicInput) (*request.Request, *sns.ListSubscriptionsByTopicOutput)
- func (m *MockSNSAPI) ListSubscriptionsByTopicWithContext(arg0 context.Context, arg1 *sns.ListSubscriptionsByTopicInput, ...) (*sns.ListSubscriptionsByTopicOutput, error)
- func (m *MockSNSAPI) ListSubscriptionsPages(arg0 *sns.ListSubscriptionsInput, ...) error
- func (m *MockSNSAPI) ListSubscriptionsPagesWithContext(arg0 context.Context, arg1 *sns.ListSubscriptionsInput, ...) error
- func (m *MockSNSAPI) ListSubscriptionsRequest(arg0 *sns.ListSubscriptionsInput) (*request.Request, *sns.ListSubscriptionsOutput)
- func (m *MockSNSAPI) ListSubscriptionsWithContext(arg0 context.Context, arg1 *sns.ListSubscriptionsInput, arg2 ...request.Option) (*sns.ListSubscriptionsOutput, error)
- func (m *MockSNSAPI) ListTagsForResource(arg0 *sns.ListTagsForResourceInput) (*sns.ListTagsForResourceOutput, error)
- func (m *MockSNSAPI) ListTagsForResourceRequest(arg0 *sns.ListTagsForResourceInput) (*request.Request, *sns.ListTagsForResourceOutput)
- func (m *MockSNSAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *sns.ListTagsForResourceInput, ...) (*sns.ListTagsForResourceOutput, error)
- func (m *MockSNSAPI) ListTopics(arg0 *sns.ListTopicsInput) (*sns.ListTopicsOutput, error)
- func (m *MockSNSAPI) ListTopicsPages(arg0 *sns.ListTopicsInput, arg1 func(*sns.ListTopicsOutput, bool) bool) error
- func (m *MockSNSAPI) ListTopicsPagesWithContext(arg0 context.Context, arg1 *sns.ListTopicsInput, ...) error
- func (m *MockSNSAPI) ListTopicsRequest(arg0 *sns.ListTopicsInput) (*request.Request, *sns.ListTopicsOutput)
- func (m *MockSNSAPI) ListTopicsWithContext(arg0 context.Context, arg1 *sns.ListTopicsInput, arg2 ...request.Option) (*sns.ListTopicsOutput, error)
- func (m *MockSNSAPI) OptInPhoneNumber(arg0 *sns.OptInPhoneNumberInput) (*sns.OptInPhoneNumberOutput, error)
- func (m *MockSNSAPI) OptInPhoneNumberRequest(arg0 *sns.OptInPhoneNumberInput) (*request.Request, *sns.OptInPhoneNumberOutput)
- func (m *MockSNSAPI) OptInPhoneNumberWithContext(arg0 context.Context, arg1 *sns.OptInPhoneNumberInput, arg2 ...request.Option) (*sns.OptInPhoneNumberOutput, error)
- func (m *MockSNSAPI) Publish(arg0 *sns.PublishInput) (*sns.PublishOutput, error)
- func (m *MockSNSAPI) PublishRequest(arg0 *sns.PublishInput) (*request.Request, *sns.PublishOutput)
- func (m *MockSNSAPI) PublishWithContext(arg0 context.Context, arg1 *sns.PublishInput, arg2 ...request.Option) (*sns.PublishOutput, error)
- func (m *MockSNSAPI) RemovePermission(arg0 *sns.RemovePermissionInput) (*sns.RemovePermissionOutput, error)
- func (m *MockSNSAPI) RemovePermissionRequest(arg0 *sns.RemovePermissionInput) (*request.Request, *sns.RemovePermissionOutput)
- func (m *MockSNSAPI) RemovePermissionWithContext(arg0 context.Context, arg1 *sns.RemovePermissionInput, arg2 ...request.Option) (*sns.RemovePermissionOutput, error)
- func (m *MockSNSAPI) SetEndpointAttributes(arg0 *sns.SetEndpointAttributesInput) (*sns.SetEndpointAttributesOutput, error)
- func (m *MockSNSAPI) SetEndpointAttributesRequest(arg0 *sns.SetEndpointAttributesInput) (*request.Request, *sns.SetEndpointAttributesOutput)
- func (m *MockSNSAPI) SetEndpointAttributesWithContext(arg0 context.Context, arg1 *sns.SetEndpointAttributesInput, ...) (*sns.SetEndpointAttributesOutput, error)
- func (m *MockSNSAPI) SetPlatformApplicationAttributes(arg0 *sns.SetPlatformApplicationAttributesInput) (*sns.SetPlatformApplicationAttributesOutput, error)
- func (m *MockSNSAPI) SetPlatformApplicationAttributesRequest(arg0 *sns.SetPlatformApplicationAttributesInput) (*request.Request, *sns.SetPlatformApplicationAttributesOutput)
- func (m *MockSNSAPI) SetPlatformApplicationAttributesWithContext(arg0 context.Context, arg1 *sns.SetPlatformApplicationAttributesInput, ...) (*sns.SetPlatformApplicationAttributesOutput, error)
- func (m *MockSNSAPI) SetSMSAttributes(arg0 *sns.SetSMSAttributesInput) (*sns.SetSMSAttributesOutput, error)
- func (m *MockSNSAPI) SetSMSAttributesRequest(arg0 *sns.SetSMSAttributesInput) (*request.Request, *sns.SetSMSAttributesOutput)
- func (m *MockSNSAPI) SetSMSAttributesWithContext(arg0 context.Context, arg1 *sns.SetSMSAttributesInput, arg2 ...request.Option) (*sns.SetSMSAttributesOutput, error)
- func (m *MockSNSAPI) SetSubscriptionAttributes(arg0 *sns.SetSubscriptionAttributesInput) (*sns.SetSubscriptionAttributesOutput, error)
- func (m *MockSNSAPI) SetSubscriptionAttributesRequest(arg0 *sns.SetSubscriptionAttributesInput) (*request.Request, *sns.SetSubscriptionAttributesOutput)
- func (m *MockSNSAPI) SetSubscriptionAttributesWithContext(arg0 context.Context, arg1 *sns.SetSubscriptionAttributesInput, ...) (*sns.SetSubscriptionAttributesOutput, error)
- func (m *MockSNSAPI) SetTopicAttributes(arg0 *sns.SetTopicAttributesInput) (*sns.SetTopicAttributesOutput, error)
- func (m *MockSNSAPI) SetTopicAttributesRequest(arg0 *sns.SetTopicAttributesInput) (*request.Request, *sns.SetTopicAttributesOutput)
- func (m *MockSNSAPI) SetTopicAttributesWithContext(arg0 context.Context, arg1 *sns.SetTopicAttributesInput, ...) (*sns.SetTopicAttributesOutput, error)
- func (m *MockSNSAPI) Subscribe(arg0 *sns.SubscribeInput) (*sns.SubscribeOutput, error)
- func (m *MockSNSAPI) SubscribeRequest(arg0 *sns.SubscribeInput) (*request.Request, *sns.SubscribeOutput)
- func (m *MockSNSAPI) SubscribeWithContext(arg0 context.Context, arg1 *sns.SubscribeInput, arg2 ...request.Option) (*sns.SubscribeOutput, error)
- func (m *MockSNSAPI) TagResource(arg0 *sns.TagResourceInput) (*sns.TagResourceOutput, error)
- func (m *MockSNSAPI) TagResourceRequest(arg0 *sns.TagResourceInput) (*request.Request, *sns.TagResourceOutput)
- func (m *MockSNSAPI) TagResourceWithContext(arg0 context.Context, arg1 *sns.TagResourceInput, arg2 ...request.Option) (*sns.TagResourceOutput, error)
- func (m *MockSNSAPI) Unsubscribe(arg0 *sns.UnsubscribeInput) (*sns.UnsubscribeOutput, error)
- func (m *MockSNSAPI) UnsubscribeRequest(arg0 *sns.UnsubscribeInput) (*request.Request, *sns.UnsubscribeOutput)
- func (m *MockSNSAPI) UnsubscribeWithContext(arg0 context.Context, arg1 *sns.UnsubscribeInput, arg2 ...request.Option) (*sns.UnsubscribeOutput, error)
- func (m *MockSNSAPI) UntagResource(arg0 *sns.UntagResourceInput) (*sns.UntagResourceOutput, error)
- func (m *MockSNSAPI) UntagResourceRequest(arg0 *sns.UntagResourceInput) (*request.Request, *sns.UntagResourceOutput)
- func (m *MockSNSAPI) UntagResourceWithContext(arg0 context.Context, arg1 *sns.UntagResourceInput, arg2 ...request.Option) (*sns.UntagResourceOutput, error)
- type MockSNSAPIMockRecorder
- func (mr *MockSNSAPIMockRecorder) AddPermission(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) AddPermissionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) AddPermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) CheckIfPhoneNumberIsOptedOut(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) CheckIfPhoneNumberIsOptedOutRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) CheckIfPhoneNumberIsOptedOutWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ConfirmSubscription(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ConfirmSubscriptionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ConfirmSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) CreatePlatformApplication(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) CreatePlatformApplicationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) CreatePlatformApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) CreatePlatformEndpoint(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) CreatePlatformEndpointRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) CreatePlatformEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) CreateTopic(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) CreateTopicRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) CreateTopicWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) DeleteEndpoint(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) DeleteEndpointRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) DeleteEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) DeletePlatformApplication(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) DeletePlatformApplicationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) DeletePlatformApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) DeleteTopic(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) DeleteTopicRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) DeleteTopicWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) GetEndpointAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) GetEndpointAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) GetEndpointAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) GetPlatformApplicationAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) GetPlatformApplicationAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) GetPlatformApplicationAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) GetSMSAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) GetSMSAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) GetSMSAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) GetSubscriptionAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) GetSubscriptionAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) GetSubscriptionAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) GetTopicAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) GetTopicAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) GetTopicAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListEndpointsByPlatformApplication(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListEndpointsByPlatformApplicationPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListEndpointsByPlatformApplicationPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListEndpointsByPlatformApplicationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListEndpointsByPlatformApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListPhoneNumbersOptedOut(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListPhoneNumbersOptedOutRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListPhoneNumbersOptedOutWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListPlatformApplications(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListPlatformApplicationsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListPlatformApplicationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListPlatformApplicationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListPlatformApplicationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListSubscriptions(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListSubscriptionsByTopic(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListSubscriptionsByTopicPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListSubscriptionsByTopicPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListSubscriptionsByTopicRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListSubscriptionsByTopicWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListSubscriptionsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListSubscriptionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListSubscriptionsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListSubscriptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListTopics(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListTopicsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListTopicsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListTopicsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) ListTopicsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) OptInPhoneNumber(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) OptInPhoneNumberRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) OptInPhoneNumberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) Publish(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) PublishRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) PublishWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) RemovePermission(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) RemovePermissionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) RemovePermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) SetEndpointAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) SetEndpointAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) SetEndpointAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) SetPlatformApplicationAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) SetPlatformApplicationAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) SetPlatformApplicationAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) SetSMSAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) SetSMSAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) SetSMSAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) SetSubscriptionAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) SetSubscriptionAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) SetSubscriptionAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) SetTopicAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) SetTopicAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) SetTopicAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) Subscribe(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) SubscribeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) SubscribeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) Unsubscribe(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) UnsubscribeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) UnsubscribeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSNSAPI ¶
type MockSNSAPI struct {
// contains filtered or unexported fields
}
MockSNSAPI is a mock of SNSAPI interface
func NewMockSNSAPI ¶
func NewMockSNSAPI(ctrl *gomock.Controller) *MockSNSAPI
NewMockSNSAPI creates a new mock instance
func (*MockSNSAPI) AddPermission ¶
func (m *MockSNSAPI) AddPermission(arg0 *sns.AddPermissionInput) (*sns.AddPermissionOutput, error)
AddPermission mocks base method
func (*MockSNSAPI) AddPermissionRequest ¶
func (m *MockSNSAPI) AddPermissionRequest(arg0 *sns.AddPermissionInput) (*request.Request, *sns.AddPermissionOutput)
AddPermissionRequest mocks base method
func (*MockSNSAPI) AddPermissionWithContext ¶
func (m *MockSNSAPI) AddPermissionWithContext(arg0 context.Context, arg1 *sns.AddPermissionInput, arg2 ...request.Option) (*sns.AddPermissionOutput, error)
AddPermissionWithContext mocks base method
func (*MockSNSAPI) CheckIfPhoneNumberIsOptedOut ¶
func (m *MockSNSAPI) CheckIfPhoneNumberIsOptedOut(arg0 *sns.CheckIfPhoneNumberIsOptedOutInput) (*sns.CheckIfPhoneNumberIsOptedOutOutput, error)
CheckIfPhoneNumberIsOptedOut mocks base method
func (*MockSNSAPI) CheckIfPhoneNumberIsOptedOutRequest ¶
func (m *MockSNSAPI) CheckIfPhoneNumberIsOptedOutRequest(arg0 *sns.CheckIfPhoneNumberIsOptedOutInput) (*request.Request, *sns.CheckIfPhoneNumberIsOptedOutOutput)
CheckIfPhoneNumberIsOptedOutRequest mocks base method
func (*MockSNSAPI) CheckIfPhoneNumberIsOptedOutWithContext ¶
func (m *MockSNSAPI) CheckIfPhoneNumberIsOptedOutWithContext(arg0 context.Context, arg1 *sns.CheckIfPhoneNumberIsOptedOutInput, arg2 ...request.Option) (*sns.CheckIfPhoneNumberIsOptedOutOutput, error)
CheckIfPhoneNumberIsOptedOutWithContext mocks base method
func (*MockSNSAPI) ConfirmSubscription ¶
func (m *MockSNSAPI) ConfirmSubscription(arg0 *sns.ConfirmSubscriptionInput) (*sns.ConfirmSubscriptionOutput, error)
ConfirmSubscription mocks base method
func (*MockSNSAPI) ConfirmSubscriptionRequest ¶
func (m *MockSNSAPI) ConfirmSubscriptionRequest(arg0 *sns.ConfirmSubscriptionInput) (*request.Request, *sns.ConfirmSubscriptionOutput)
ConfirmSubscriptionRequest mocks base method
func (*MockSNSAPI) ConfirmSubscriptionWithContext ¶
func (m *MockSNSAPI) ConfirmSubscriptionWithContext(arg0 context.Context, arg1 *sns.ConfirmSubscriptionInput, arg2 ...request.Option) (*sns.ConfirmSubscriptionOutput, error)
ConfirmSubscriptionWithContext mocks base method
func (*MockSNSAPI) CreatePlatformApplication ¶
func (m *MockSNSAPI) CreatePlatformApplication(arg0 *sns.CreatePlatformApplicationInput) (*sns.CreatePlatformApplicationOutput, error)
CreatePlatformApplication mocks base method
func (*MockSNSAPI) CreatePlatformApplicationRequest ¶
func (m *MockSNSAPI) CreatePlatformApplicationRequest(arg0 *sns.CreatePlatformApplicationInput) (*request.Request, *sns.CreatePlatformApplicationOutput)
CreatePlatformApplicationRequest mocks base method
func (*MockSNSAPI) CreatePlatformApplicationWithContext ¶
func (m *MockSNSAPI) CreatePlatformApplicationWithContext(arg0 context.Context, arg1 *sns.CreatePlatformApplicationInput, arg2 ...request.Option) (*sns.CreatePlatformApplicationOutput, error)
CreatePlatformApplicationWithContext mocks base method
func (*MockSNSAPI) CreatePlatformEndpoint ¶
func (m *MockSNSAPI) CreatePlatformEndpoint(arg0 *sns.CreatePlatformEndpointInput) (*sns.CreatePlatformEndpointOutput, error)
CreatePlatformEndpoint mocks base method
func (*MockSNSAPI) CreatePlatformEndpointRequest ¶
func (m *MockSNSAPI) CreatePlatformEndpointRequest(arg0 *sns.CreatePlatformEndpointInput) (*request.Request, *sns.CreatePlatformEndpointOutput)
CreatePlatformEndpointRequest mocks base method
func (*MockSNSAPI) CreatePlatformEndpointWithContext ¶
func (m *MockSNSAPI) CreatePlatformEndpointWithContext(arg0 context.Context, arg1 *sns.CreatePlatformEndpointInput, arg2 ...request.Option) (*sns.CreatePlatformEndpointOutput, error)
CreatePlatformEndpointWithContext mocks base method
func (*MockSNSAPI) CreateTopic ¶
func (m *MockSNSAPI) CreateTopic(arg0 *sns.CreateTopicInput) (*sns.CreateTopicOutput, error)
CreateTopic mocks base method
func (*MockSNSAPI) CreateTopicRequest ¶
func (m *MockSNSAPI) CreateTopicRequest(arg0 *sns.CreateTopicInput) (*request.Request, *sns.CreateTopicOutput)
CreateTopicRequest mocks base method
func (*MockSNSAPI) CreateTopicWithContext ¶
func (m *MockSNSAPI) CreateTopicWithContext(arg0 context.Context, arg1 *sns.CreateTopicInput, arg2 ...request.Option) (*sns.CreateTopicOutput, error)
CreateTopicWithContext mocks base method
func (*MockSNSAPI) DeleteEndpoint ¶
func (m *MockSNSAPI) DeleteEndpoint(arg0 *sns.DeleteEndpointInput) (*sns.DeleteEndpointOutput, error)
DeleteEndpoint mocks base method
func (*MockSNSAPI) DeleteEndpointRequest ¶
func (m *MockSNSAPI) DeleteEndpointRequest(arg0 *sns.DeleteEndpointInput) (*request.Request, *sns.DeleteEndpointOutput)
DeleteEndpointRequest mocks base method
func (*MockSNSAPI) DeleteEndpointWithContext ¶
func (m *MockSNSAPI) DeleteEndpointWithContext(arg0 context.Context, arg1 *sns.DeleteEndpointInput, arg2 ...request.Option) (*sns.DeleteEndpointOutput, error)
DeleteEndpointWithContext mocks base method
func (*MockSNSAPI) DeletePlatformApplication ¶
func (m *MockSNSAPI) DeletePlatformApplication(arg0 *sns.DeletePlatformApplicationInput) (*sns.DeletePlatformApplicationOutput, error)
DeletePlatformApplication mocks base method
func (*MockSNSAPI) DeletePlatformApplicationRequest ¶
func (m *MockSNSAPI) DeletePlatformApplicationRequest(arg0 *sns.DeletePlatformApplicationInput) (*request.Request, *sns.DeletePlatformApplicationOutput)
DeletePlatformApplicationRequest mocks base method
func (*MockSNSAPI) DeletePlatformApplicationWithContext ¶
func (m *MockSNSAPI) DeletePlatformApplicationWithContext(arg0 context.Context, arg1 *sns.DeletePlatformApplicationInput, arg2 ...request.Option) (*sns.DeletePlatformApplicationOutput, error)
DeletePlatformApplicationWithContext mocks base method
func (*MockSNSAPI) DeleteTopic ¶
func (m *MockSNSAPI) DeleteTopic(arg0 *sns.DeleteTopicInput) (*sns.DeleteTopicOutput, error)
DeleteTopic mocks base method
func (*MockSNSAPI) DeleteTopicRequest ¶
func (m *MockSNSAPI) DeleteTopicRequest(arg0 *sns.DeleteTopicInput) (*request.Request, *sns.DeleteTopicOutput)
DeleteTopicRequest mocks base method
func (*MockSNSAPI) DeleteTopicWithContext ¶
func (m *MockSNSAPI) DeleteTopicWithContext(arg0 context.Context, arg1 *sns.DeleteTopicInput, arg2 ...request.Option) (*sns.DeleteTopicOutput, error)
DeleteTopicWithContext mocks base method
func (*MockSNSAPI) EXPECT ¶
func (m *MockSNSAPI) EXPECT() *MockSNSAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSNSAPI) GetEndpointAttributes ¶
func (m *MockSNSAPI) GetEndpointAttributes(arg0 *sns.GetEndpointAttributesInput) (*sns.GetEndpointAttributesOutput, error)
GetEndpointAttributes mocks base method
func (*MockSNSAPI) GetEndpointAttributesRequest ¶
func (m *MockSNSAPI) GetEndpointAttributesRequest(arg0 *sns.GetEndpointAttributesInput) (*request.Request, *sns.GetEndpointAttributesOutput)
GetEndpointAttributesRequest mocks base method
func (*MockSNSAPI) GetEndpointAttributesWithContext ¶
func (m *MockSNSAPI) GetEndpointAttributesWithContext(arg0 context.Context, arg1 *sns.GetEndpointAttributesInput, arg2 ...request.Option) (*sns.GetEndpointAttributesOutput, error)
GetEndpointAttributesWithContext mocks base method
func (*MockSNSAPI) GetPlatformApplicationAttributes ¶
func (m *MockSNSAPI) GetPlatformApplicationAttributes(arg0 *sns.GetPlatformApplicationAttributesInput) (*sns.GetPlatformApplicationAttributesOutput, error)
GetPlatformApplicationAttributes mocks base method
func (*MockSNSAPI) GetPlatformApplicationAttributesRequest ¶
func (m *MockSNSAPI) GetPlatformApplicationAttributesRequest(arg0 *sns.GetPlatformApplicationAttributesInput) (*request.Request, *sns.GetPlatformApplicationAttributesOutput)
GetPlatformApplicationAttributesRequest mocks base method
func (*MockSNSAPI) GetPlatformApplicationAttributesWithContext ¶
func (m *MockSNSAPI) GetPlatformApplicationAttributesWithContext(arg0 context.Context, arg1 *sns.GetPlatformApplicationAttributesInput, arg2 ...request.Option) (*sns.GetPlatformApplicationAttributesOutput, error)
GetPlatformApplicationAttributesWithContext mocks base method
func (*MockSNSAPI) GetSMSAttributes ¶
func (m *MockSNSAPI) GetSMSAttributes(arg0 *sns.GetSMSAttributesInput) (*sns.GetSMSAttributesOutput, error)
GetSMSAttributes mocks base method
func (*MockSNSAPI) GetSMSAttributesRequest ¶
func (m *MockSNSAPI) GetSMSAttributesRequest(arg0 *sns.GetSMSAttributesInput) (*request.Request, *sns.GetSMSAttributesOutput)
GetSMSAttributesRequest mocks base method
func (*MockSNSAPI) GetSMSAttributesWithContext ¶
func (m *MockSNSAPI) GetSMSAttributesWithContext(arg0 context.Context, arg1 *sns.GetSMSAttributesInput, arg2 ...request.Option) (*sns.GetSMSAttributesOutput, error)
GetSMSAttributesWithContext mocks base method
func (*MockSNSAPI) GetSubscriptionAttributes ¶
func (m *MockSNSAPI) GetSubscriptionAttributes(arg0 *sns.GetSubscriptionAttributesInput) (*sns.GetSubscriptionAttributesOutput, error)
GetSubscriptionAttributes mocks base method
func (*MockSNSAPI) GetSubscriptionAttributesRequest ¶
func (m *MockSNSAPI) GetSubscriptionAttributesRequest(arg0 *sns.GetSubscriptionAttributesInput) (*request.Request, *sns.GetSubscriptionAttributesOutput)
GetSubscriptionAttributesRequest mocks base method
func (*MockSNSAPI) GetSubscriptionAttributesWithContext ¶
func (m *MockSNSAPI) GetSubscriptionAttributesWithContext(arg0 context.Context, arg1 *sns.GetSubscriptionAttributesInput, arg2 ...request.Option) (*sns.GetSubscriptionAttributesOutput, error)
GetSubscriptionAttributesWithContext mocks base method
func (*MockSNSAPI) GetTopicAttributes ¶
func (m *MockSNSAPI) GetTopicAttributes(arg0 *sns.GetTopicAttributesInput) (*sns.GetTopicAttributesOutput, error)
GetTopicAttributes mocks base method
func (*MockSNSAPI) GetTopicAttributesRequest ¶
func (m *MockSNSAPI) GetTopicAttributesRequest(arg0 *sns.GetTopicAttributesInput) (*request.Request, *sns.GetTopicAttributesOutput)
GetTopicAttributesRequest mocks base method
func (*MockSNSAPI) GetTopicAttributesWithContext ¶
func (m *MockSNSAPI) GetTopicAttributesWithContext(arg0 context.Context, arg1 *sns.GetTopicAttributesInput, arg2 ...request.Option) (*sns.GetTopicAttributesOutput, error)
GetTopicAttributesWithContext mocks base method
func (*MockSNSAPI) ListEndpointsByPlatformApplication ¶
func (m *MockSNSAPI) ListEndpointsByPlatformApplication(arg0 *sns.ListEndpointsByPlatformApplicationInput) (*sns.ListEndpointsByPlatformApplicationOutput, error)
ListEndpointsByPlatformApplication mocks base method
func (*MockSNSAPI) ListEndpointsByPlatformApplicationPages ¶
func (m *MockSNSAPI) ListEndpointsByPlatformApplicationPages(arg0 *sns.ListEndpointsByPlatformApplicationInput, arg1 func(*sns.ListEndpointsByPlatformApplicationOutput, bool) bool) error
ListEndpointsByPlatformApplicationPages mocks base method
func (*MockSNSAPI) ListEndpointsByPlatformApplicationPagesWithContext ¶
func (m *MockSNSAPI) ListEndpointsByPlatformApplicationPagesWithContext(arg0 context.Context, arg1 *sns.ListEndpointsByPlatformApplicationInput, arg2 func(*sns.ListEndpointsByPlatformApplicationOutput, bool) bool, arg3 ...request.Option) error
ListEndpointsByPlatformApplicationPagesWithContext mocks base method
func (*MockSNSAPI) ListEndpointsByPlatformApplicationRequest ¶
func (m *MockSNSAPI) ListEndpointsByPlatformApplicationRequest(arg0 *sns.ListEndpointsByPlatformApplicationInput) (*request.Request, *sns.ListEndpointsByPlatformApplicationOutput)
ListEndpointsByPlatformApplicationRequest mocks base method
func (*MockSNSAPI) ListEndpointsByPlatformApplicationWithContext ¶
func (m *MockSNSAPI) ListEndpointsByPlatformApplicationWithContext(arg0 context.Context, arg1 *sns.ListEndpointsByPlatformApplicationInput, arg2 ...request.Option) (*sns.ListEndpointsByPlatformApplicationOutput, error)
ListEndpointsByPlatformApplicationWithContext mocks base method
func (*MockSNSAPI) ListPhoneNumbersOptedOut ¶
func (m *MockSNSAPI) ListPhoneNumbersOptedOut(arg0 *sns.ListPhoneNumbersOptedOutInput) (*sns.ListPhoneNumbersOptedOutOutput, error)
ListPhoneNumbersOptedOut mocks base method
func (*MockSNSAPI) ListPhoneNumbersOptedOutRequest ¶
func (m *MockSNSAPI) ListPhoneNumbersOptedOutRequest(arg0 *sns.ListPhoneNumbersOptedOutInput) (*request.Request, *sns.ListPhoneNumbersOptedOutOutput)
ListPhoneNumbersOptedOutRequest mocks base method
func (*MockSNSAPI) ListPhoneNumbersOptedOutWithContext ¶
func (m *MockSNSAPI) ListPhoneNumbersOptedOutWithContext(arg0 context.Context, arg1 *sns.ListPhoneNumbersOptedOutInput, arg2 ...request.Option) (*sns.ListPhoneNumbersOptedOutOutput, error)
ListPhoneNumbersOptedOutWithContext mocks base method
func (*MockSNSAPI) ListPlatformApplications ¶
func (m *MockSNSAPI) ListPlatformApplications(arg0 *sns.ListPlatformApplicationsInput) (*sns.ListPlatformApplicationsOutput, error)
ListPlatformApplications mocks base method
func (*MockSNSAPI) ListPlatformApplicationsPages ¶
func (m *MockSNSAPI) ListPlatformApplicationsPages(arg0 *sns.ListPlatformApplicationsInput, arg1 func(*sns.ListPlatformApplicationsOutput, bool) bool) error
ListPlatformApplicationsPages mocks base method
func (*MockSNSAPI) ListPlatformApplicationsPagesWithContext ¶
func (m *MockSNSAPI) ListPlatformApplicationsPagesWithContext(arg0 context.Context, arg1 *sns.ListPlatformApplicationsInput, arg2 func(*sns.ListPlatformApplicationsOutput, bool) bool, arg3 ...request.Option) error
ListPlatformApplicationsPagesWithContext mocks base method
func (*MockSNSAPI) ListPlatformApplicationsRequest ¶
func (m *MockSNSAPI) ListPlatformApplicationsRequest(arg0 *sns.ListPlatformApplicationsInput) (*request.Request, *sns.ListPlatformApplicationsOutput)
ListPlatformApplicationsRequest mocks base method
func (*MockSNSAPI) ListPlatformApplicationsWithContext ¶
func (m *MockSNSAPI) ListPlatformApplicationsWithContext(arg0 context.Context, arg1 *sns.ListPlatformApplicationsInput, arg2 ...request.Option) (*sns.ListPlatformApplicationsOutput, error)
ListPlatformApplicationsWithContext mocks base method
func (*MockSNSAPI) ListSubscriptions ¶
func (m *MockSNSAPI) ListSubscriptions(arg0 *sns.ListSubscriptionsInput) (*sns.ListSubscriptionsOutput, error)
ListSubscriptions mocks base method
func (*MockSNSAPI) ListSubscriptionsByTopic ¶
func (m *MockSNSAPI) ListSubscriptionsByTopic(arg0 *sns.ListSubscriptionsByTopicInput) (*sns.ListSubscriptionsByTopicOutput, error)
ListSubscriptionsByTopic mocks base method
func (*MockSNSAPI) ListSubscriptionsByTopicPages ¶
func (m *MockSNSAPI) ListSubscriptionsByTopicPages(arg0 *sns.ListSubscriptionsByTopicInput, arg1 func(*sns.ListSubscriptionsByTopicOutput, bool) bool) error
ListSubscriptionsByTopicPages mocks base method
func (*MockSNSAPI) ListSubscriptionsByTopicPagesWithContext ¶
func (m *MockSNSAPI) ListSubscriptionsByTopicPagesWithContext(arg0 context.Context, arg1 *sns.ListSubscriptionsByTopicInput, arg2 func(*sns.ListSubscriptionsByTopicOutput, bool) bool, arg3 ...request.Option) error
ListSubscriptionsByTopicPagesWithContext mocks base method
func (*MockSNSAPI) ListSubscriptionsByTopicRequest ¶
func (m *MockSNSAPI) ListSubscriptionsByTopicRequest(arg0 *sns.ListSubscriptionsByTopicInput) (*request.Request, *sns.ListSubscriptionsByTopicOutput)
ListSubscriptionsByTopicRequest mocks base method
func (*MockSNSAPI) ListSubscriptionsByTopicWithContext ¶
func (m *MockSNSAPI) ListSubscriptionsByTopicWithContext(arg0 context.Context, arg1 *sns.ListSubscriptionsByTopicInput, arg2 ...request.Option) (*sns.ListSubscriptionsByTopicOutput, error)
ListSubscriptionsByTopicWithContext mocks base method
func (*MockSNSAPI) ListSubscriptionsPages ¶
func (m *MockSNSAPI) ListSubscriptionsPages(arg0 *sns.ListSubscriptionsInput, arg1 func(*sns.ListSubscriptionsOutput, bool) bool) error
ListSubscriptionsPages mocks base method
func (*MockSNSAPI) ListSubscriptionsPagesWithContext ¶
func (m *MockSNSAPI) ListSubscriptionsPagesWithContext(arg0 context.Context, arg1 *sns.ListSubscriptionsInput, arg2 func(*sns.ListSubscriptionsOutput, bool) bool, arg3 ...request.Option) error
ListSubscriptionsPagesWithContext mocks base method
func (*MockSNSAPI) ListSubscriptionsRequest ¶
func (m *MockSNSAPI) ListSubscriptionsRequest(arg0 *sns.ListSubscriptionsInput) (*request.Request, *sns.ListSubscriptionsOutput)
ListSubscriptionsRequest mocks base method
func (*MockSNSAPI) ListSubscriptionsWithContext ¶
func (m *MockSNSAPI) ListSubscriptionsWithContext(arg0 context.Context, arg1 *sns.ListSubscriptionsInput, arg2 ...request.Option) (*sns.ListSubscriptionsOutput, error)
ListSubscriptionsWithContext mocks base method
func (*MockSNSAPI) ListTagsForResource ¶
func (m *MockSNSAPI) ListTagsForResource(arg0 *sns.ListTagsForResourceInput) (*sns.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method
func (*MockSNSAPI) ListTagsForResourceRequest ¶
func (m *MockSNSAPI) ListTagsForResourceRequest(arg0 *sns.ListTagsForResourceInput) (*request.Request, *sns.ListTagsForResourceOutput)
ListTagsForResourceRequest mocks base method
func (*MockSNSAPI) ListTagsForResourceWithContext ¶
func (m *MockSNSAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *sns.ListTagsForResourceInput, arg2 ...request.Option) (*sns.ListTagsForResourceOutput, error)
ListTagsForResourceWithContext mocks base method
func (*MockSNSAPI) ListTopics ¶
func (m *MockSNSAPI) ListTopics(arg0 *sns.ListTopicsInput) (*sns.ListTopicsOutput, error)
ListTopics mocks base method
func (*MockSNSAPI) ListTopicsPages ¶
func (m *MockSNSAPI) ListTopicsPages(arg0 *sns.ListTopicsInput, arg1 func(*sns.ListTopicsOutput, bool) bool) error
ListTopicsPages mocks base method
func (*MockSNSAPI) ListTopicsPagesWithContext ¶
func (m *MockSNSAPI) ListTopicsPagesWithContext(arg0 context.Context, arg1 *sns.ListTopicsInput, arg2 func(*sns.ListTopicsOutput, bool) bool, arg3 ...request.Option) error
ListTopicsPagesWithContext mocks base method
func (*MockSNSAPI) ListTopicsRequest ¶
func (m *MockSNSAPI) ListTopicsRequest(arg0 *sns.ListTopicsInput) (*request.Request, *sns.ListTopicsOutput)
ListTopicsRequest mocks base method
func (*MockSNSAPI) ListTopicsWithContext ¶
func (m *MockSNSAPI) ListTopicsWithContext(arg0 context.Context, arg1 *sns.ListTopicsInput, arg2 ...request.Option) (*sns.ListTopicsOutput, error)
ListTopicsWithContext mocks base method
func (*MockSNSAPI) OptInPhoneNumber ¶
func (m *MockSNSAPI) OptInPhoneNumber(arg0 *sns.OptInPhoneNumberInput) (*sns.OptInPhoneNumberOutput, error)
OptInPhoneNumber mocks base method
func (*MockSNSAPI) OptInPhoneNumberRequest ¶
func (m *MockSNSAPI) OptInPhoneNumberRequest(arg0 *sns.OptInPhoneNumberInput) (*request.Request, *sns.OptInPhoneNumberOutput)
OptInPhoneNumberRequest mocks base method
func (*MockSNSAPI) OptInPhoneNumberWithContext ¶
func (m *MockSNSAPI) OptInPhoneNumberWithContext(arg0 context.Context, arg1 *sns.OptInPhoneNumberInput, arg2 ...request.Option) (*sns.OptInPhoneNumberOutput, error)
OptInPhoneNumberWithContext mocks base method
func (*MockSNSAPI) Publish ¶
func (m *MockSNSAPI) Publish(arg0 *sns.PublishInput) (*sns.PublishOutput, error)
Publish mocks base method
func (*MockSNSAPI) PublishRequest ¶
func (m *MockSNSAPI) PublishRequest(arg0 *sns.PublishInput) (*request.Request, *sns.PublishOutput)
PublishRequest mocks base method
func (*MockSNSAPI) PublishWithContext ¶
func (m *MockSNSAPI) PublishWithContext(arg0 context.Context, arg1 *sns.PublishInput, arg2 ...request.Option) (*sns.PublishOutput, error)
PublishWithContext mocks base method
func (*MockSNSAPI) RemovePermission ¶
func (m *MockSNSAPI) RemovePermission(arg0 *sns.RemovePermissionInput) (*sns.RemovePermissionOutput, error)
RemovePermission mocks base method
func (*MockSNSAPI) RemovePermissionRequest ¶
func (m *MockSNSAPI) RemovePermissionRequest(arg0 *sns.RemovePermissionInput) (*request.Request, *sns.RemovePermissionOutput)
RemovePermissionRequest mocks base method
func (*MockSNSAPI) RemovePermissionWithContext ¶
func (m *MockSNSAPI) RemovePermissionWithContext(arg0 context.Context, arg1 *sns.RemovePermissionInput, arg2 ...request.Option) (*sns.RemovePermissionOutput, error)
RemovePermissionWithContext mocks base method
func (*MockSNSAPI) SetEndpointAttributes ¶
func (m *MockSNSAPI) SetEndpointAttributes(arg0 *sns.SetEndpointAttributesInput) (*sns.SetEndpointAttributesOutput, error)
SetEndpointAttributes mocks base method
func (*MockSNSAPI) SetEndpointAttributesRequest ¶
func (m *MockSNSAPI) SetEndpointAttributesRequest(arg0 *sns.SetEndpointAttributesInput) (*request.Request, *sns.SetEndpointAttributesOutput)
SetEndpointAttributesRequest mocks base method
func (*MockSNSAPI) SetEndpointAttributesWithContext ¶
func (m *MockSNSAPI) SetEndpointAttributesWithContext(arg0 context.Context, arg1 *sns.SetEndpointAttributesInput, arg2 ...request.Option) (*sns.SetEndpointAttributesOutput, error)
SetEndpointAttributesWithContext mocks base method
func (*MockSNSAPI) SetPlatformApplicationAttributes ¶
func (m *MockSNSAPI) SetPlatformApplicationAttributes(arg0 *sns.SetPlatformApplicationAttributesInput) (*sns.SetPlatformApplicationAttributesOutput, error)
SetPlatformApplicationAttributes mocks base method
func (*MockSNSAPI) SetPlatformApplicationAttributesRequest ¶
func (m *MockSNSAPI) SetPlatformApplicationAttributesRequest(arg0 *sns.SetPlatformApplicationAttributesInput) (*request.Request, *sns.SetPlatformApplicationAttributesOutput)
SetPlatformApplicationAttributesRequest mocks base method
func (*MockSNSAPI) SetPlatformApplicationAttributesWithContext ¶
func (m *MockSNSAPI) SetPlatformApplicationAttributesWithContext(arg0 context.Context, arg1 *sns.SetPlatformApplicationAttributesInput, arg2 ...request.Option) (*sns.SetPlatformApplicationAttributesOutput, error)
SetPlatformApplicationAttributesWithContext mocks base method
func (*MockSNSAPI) SetSMSAttributes ¶
func (m *MockSNSAPI) SetSMSAttributes(arg0 *sns.SetSMSAttributesInput) (*sns.SetSMSAttributesOutput, error)
SetSMSAttributes mocks base method
func (*MockSNSAPI) SetSMSAttributesRequest ¶
func (m *MockSNSAPI) SetSMSAttributesRequest(arg0 *sns.SetSMSAttributesInput) (*request.Request, *sns.SetSMSAttributesOutput)
SetSMSAttributesRequest mocks base method
func (*MockSNSAPI) SetSMSAttributesWithContext ¶
func (m *MockSNSAPI) SetSMSAttributesWithContext(arg0 context.Context, arg1 *sns.SetSMSAttributesInput, arg2 ...request.Option) (*sns.SetSMSAttributesOutput, error)
SetSMSAttributesWithContext mocks base method
func (*MockSNSAPI) SetSubscriptionAttributes ¶
func (m *MockSNSAPI) SetSubscriptionAttributes(arg0 *sns.SetSubscriptionAttributesInput) (*sns.SetSubscriptionAttributesOutput, error)
SetSubscriptionAttributes mocks base method
func (*MockSNSAPI) SetSubscriptionAttributesRequest ¶
func (m *MockSNSAPI) SetSubscriptionAttributesRequest(arg0 *sns.SetSubscriptionAttributesInput) (*request.Request, *sns.SetSubscriptionAttributesOutput)
SetSubscriptionAttributesRequest mocks base method
func (*MockSNSAPI) SetSubscriptionAttributesWithContext ¶
func (m *MockSNSAPI) SetSubscriptionAttributesWithContext(arg0 context.Context, arg1 *sns.SetSubscriptionAttributesInput, arg2 ...request.Option) (*sns.SetSubscriptionAttributesOutput, error)
SetSubscriptionAttributesWithContext mocks base method
func (*MockSNSAPI) SetTopicAttributes ¶
func (m *MockSNSAPI) SetTopicAttributes(arg0 *sns.SetTopicAttributesInput) (*sns.SetTopicAttributesOutput, error)
SetTopicAttributes mocks base method
func (*MockSNSAPI) SetTopicAttributesRequest ¶
func (m *MockSNSAPI) SetTopicAttributesRequest(arg0 *sns.SetTopicAttributesInput) (*request.Request, *sns.SetTopicAttributesOutput)
SetTopicAttributesRequest mocks base method
func (*MockSNSAPI) SetTopicAttributesWithContext ¶
func (m *MockSNSAPI) SetTopicAttributesWithContext(arg0 context.Context, arg1 *sns.SetTopicAttributesInput, arg2 ...request.Option) (*sns.SetTopicAttributesOutput, error)
SetTopicAttributesWithContext mocks base method
func (*MockSNSAPI) Subscribe ¶
func (m *MockSNSAPI) Subscribe(arg0 *sns.SubscribeInput) (*sns.SubscribeOutput, error)
Subscribe mocks base method
func (*MockSNSAPI) SubscribeRequest ¶
func (m *MockSNSAPI) SubscribeRequest(arg0 *sns.SubscribeInput) (*request.Request, *sns.SubscribeOutput)
SubscribeRequest mocks base method
func (*MockSNSAPI) SubscribeWithContext ¶
func (m *MockSNSAPI) SubscribeWithContext(arg0 context.Context, arg1 *sns.SubscribeInput, arg2 ...request.Option) (*sns.SubscribeOutput, error)
SubscribeWithContext mocks base method
func (*MockSNSAPI) TagResource ¶
func (m *MockSNSAPI) TagResource(arg0 *sns.TagResourceInput) (*sns.TagResourceOutput, error)
TagResource mocks base method
func (*MockSNSAPI) TagResourceRequest ¶
func (m *MockSNSAPI) TagResourceRequest(arg0 *sns.TagResourceInput) (*request.Request, *sns.TagResourceOutput)
TagResourceRequest mocks base method
func (*MockSNSAPI) TagResourceWithContext ¶
func (m *MockSNSAPI) TagResourceWithContext(arg0 context.Context, arg1 *sns.TagResourceInput, arg2 ...request.Option) (*sns.TagResourceOutput, error)
TagResourceWithContext mocks base method
func (*MockSNSAPI) Unsubscribe ¶
func (m *MockSNSAPI) Unsubscribe(arg0 *sns.UnsubscribeInput) (*sns.UnsubscribeOutput, error)
Unsubscribe mocks base method
func (*MockSNSAPI) UnsubscribeRequest ¶
func (m *MockSNSAPI) UnsubscribeRequest(arg0 *sns.UnsubscribeInput) (*request.Request, *sns.UnsubscribeOutput)
UnsubscribeRequest mocks base method
func (*MockSNSAPI) UnsubscribeWithContext ¶
func (m *MockSNSAPI) UnsubscribeWithContext(arg0 context.Context, arg1 *sns.UnsubscribeInput, arg2 ...request.Option) (*sns.UnsubscribeOutput, error)
UnsubscribeWithContext mocks base method
func (*MockSNSAPI) UntagResource ¶
func (m *MockSNSAPI) UntagResource(arg0 *sns.UntagResourceInput) (*sns.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockSNSAPI) UntagResourceRequest ¶
func (m *MockSNSAPI) UntagResourceRequest(arg0 *sns.UntagResourceInput) (*request.Request, *sns.UntagResourceOutput)
UntagResourceRequest mocks base method
func (*MockSNSAPI) UntagResourceWithContext ¶
func (m *MockSNSAPI) UntagResourceWithContext(arg0 context.Context, arg1 *sns.UntagResourceInput, arg2 ...request.Option) (*sns.UntagResourceOutput, error)
UntagResourceWithContext mocks base method
type MockSNSAPIMockRecorder ¶
type MockSNSAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockSNSAPIMockRecorder is the mock recorder for MockSNSAPI
func (*MockSNSAPIMockRecorder) AddPermission ¶
func (mr *MockSNSAPIMockRecorder) AddPermission(arg0 interface{}) *gomock.Call
AddPermission indicates an expected call of AddPermission
func (*MockSNSAPIMockRecorder) AddPermissionRequest ¶
func (mr *MockSNSAPIMockRecorder) AddPermissionRequest(arg0 interface{}) *gomock.Call
AddPermissionRequest indicates an expected call of AddPermissionRequest
func (*MockSNSAPIMockRecorder) AddPermissionWithContext ¶
func (mr *MockSNSAPIMockRecorder) AddPermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AddPermissionWithContext indicates an expected call of AddPermissionWithContext
func (*MockSNSAPIMockRecorder) CheckIfPhoneNumberIsOptedOut ¶
func (mr *MockSNSAPIMockRecorder) CheckIfPhoneNumberIsOptedOut(arg0 interface{}) *gomock.Call
CheckIfPhoneNumberIsOptedOut indicates an expected call of CheckIfPhoneNumberIsOptedOut
func (*MockSNSAPIMockRecorder) CheckIfPhoneNumberIsOptedOutRequest ¶
func (mr *MockSNSAPIMockRecorder) CheckIfPhoneNumberIsOptedOutRequest(arg0 interface{}) *gomock.Call
CheckIfPhoneNumberIsOptedOutRequest indicates an expected call of CheckIfPhoneNumberIsOptedOutRequest
func (*MockSNSAPIMockRecorder) CheckIfPhoneNumberIsOptedOutWithContext ¶
func (mr *MockSNSAPIMockRecorder) CheckIfPhoneNumberIsOptedOutWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CheckIfPhoneNumberIsOptedOutWithContext indicates an expected call of CheckIfPhoneNumberIsOptedOutWithContext
func (*MockSNSAPIMockRecorder) ConfirmSubscription ¶
func (mr *MockSNSAPIMockRecorder) ConfirmSubscription(arg0 interface{}) *gomock.Call
ConfirmSubscription indicates an expected call of ConfirmSubscription
func (*MockSNSAPIMockRecorder) ConfirmSubscriptionRequest ¶
func (mr *MockSNSAPIMockRecorder) ConfirmSubscriptionRequest(arg0 interface{}) *gomock.Call
ConfirmSubscriptionRequest indicates an expected call of ConfirmSubscriptionRequest
func (*MockSNSAPIMockRecorder) ConfirmSubscriptionWithContext ¶
func (mr *MockSNSAPIMockRecorder) ConfirmSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ConfirmSubscriptionWithContext indicates an expected call of ConfirmSubscriptionWithContext
func (*MockSNSAPIMockRecorder) CreatePlatformApplication ¶
func (mr *MockSNSAPIMockRecorder) CreatePlatformApplication(arg0 interface{}) *gomock.Call
CreatePlatformApplication indicates an expected call of CreatePlatformApplication
func (*MockSNSAPIMockRecorder) CreatePlatformApplicationRequest ¶
func (mr *MockSNSAPIMockRecorder) CreatePlatformApplicationRequest(arg0 interface{}) *gomock.Call
CreatePlatformApplicationRequest indicates an expected call of CreatePlatformApplicationRequest
func (*MockSNSAPIMockRecorder) CreatePlatformApplicationWithContext ¶
func (mr *MockSNSAPIMockRecorder) CreatePlatformApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreatePlatformApplicationWithContext indicates an expected call of CreatePlatformApplicationWithContext
func (*MockSNSAPIMockRecorder) CreatePlatformEndpoint ¶
func (mr *MockSNSAPIMockRecorder) CreatePlatformEndpoint(arg0 interface{}) *gomock.Call
CreatePlatformEndpoint indicates an expected call of CreatePlatformEndpoint
func (*MockSNSAPIMockRecorder) CreatePlatformEndpointRequest ¶
func (mr *MockSNSAPIMockRecorder) CreatePlatformEndpointRequest(arg0 interface{}) *gomock.Call
CreatePlatformEndpointRequest indicates an expected call of CreatePlatformEndpointRequest
func (*MockSNSAPIMockRecorder) CreatePlatformEndpointWithContext ¶
func (mr *MockSNSAPIMockRecorder) CreatePlatformEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreatePlatformEndpointWithContext indicates an expected call of CreatePlatformEndpointWithContext
func (*MockSNSAPIMockRecorder) CreateTopic ¶
func (mr *MockSNSAPIMockRecorder) CreateTopic(arg0 interface{}) *gomock.Call
CreateTopic indicates an expected call of CreateTopic
func (*MockSNSAPIMockRecorder) CreateTopicRequest ¶
func (mr *MockSNSAPIMockRecorder) CreateTopicRequest(arg0 interface{}) *gomock.Call
CreateTopicRequest indicates an expected call of CreateTopicRequest
func (*MockSNSAPIMockRecorder) CreateTopicWithContext ¶
func (mr *MockSNSAPIMockRecorder) CreateTopicWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateTopicWithContext indicates an expected call of CreateTopicWithContext
func (*MockSNSAPIMockRecorder) DeleteEndpoint ¶
func (mr *MockSNSAPIMockRecorder) DeleteEndpoint(arg0 interface{}) *gomock.Call
DeleteEndpoint indicates an expected call of DeleteEndpoint
func (*MockSNSAPIMockRecorder) DeleteEndpointRequest ¶
func (mr *MockSNSAPIMockRecorder) DeleteEndpointRequest(arg0 interface{}) *gomock.Call
DeleteEndpointRequest indicates an expected call of DeleteEndpointRequest
func (*MockSNSAPIMockRecorder) DeleteEndpointWithContext ¶
func (mr *MockSNSAPIMockRecorder) DeleteEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteEndpointWithContext indicates an expected call of DeleteEndpointWithContext
func (*MockSNSAPIMockRecorder) DeletePlatformApplication ¶
func (mr *MockSNSAPIMockRecorder) DeletePlatformApplication(arg0 interface{}) *gomock.Call
DeletePlatformApplication indicates an expected call of DeletePlatformApplication
func (*MockSNSAPIMockRecorder) DeletePlatformApplicationRequest ¶
func (mr *MockSNSAPIMockRecorder) DeletePlatformApplicationRequest(arg0 interface{}) *gomock.Call
DeletePlatformApplicationRequest indicates an expected call of DeletePlatformApplicationRequest
func (*MockSNSAPIMockRecorder) DeletePlatformApplicationWithContext ¶
func (mr *MockSNSAPIMockRecorder) DeletePlatformApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeletePlatformApplicationWithContext indicates an expected call of DeletePlatformApplicationWithContext
func (*MockSNSAPIMockRecorder) DeleteTopic ¶
func (mr *MockSNSAPIMockRecorder) DeleteTopic(arg0 interface{}) *gomock.Call
DeleteTopic indicates an expected call of DeleteTopic
func (*MockSNSAPIMockRecorder) DeleteTopicRequest ¶
func (mr *MockSNSAPIMockRecorder) DeleteTopicRequest(arg0 interface{}) *gomock.Call
DeleteTopicRequest indicates an expected call of DeleteTopicRequest
func (*MockSNSAPIMockRecorder) DeleteTopicWithContext ¶
func (mr *MockSNSAPIMockRecorder) DeleteTopicWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteTopicWithContext indicates an expected call of DeleteTopicWithContext
func (*MockSNSAPIMockRecorder) GetEndpointAttributes ¶
func (mr *MockSNSAPIMockRecorder) GetEndpointAttributes(arg0 interface{}) *gomock.Call
GetEndpointAttributes indicates an expected call of GetEndpointAttributes
func (*MockSNSAPIMockRecorder) GetEndpointAttributesRequest ¶
func (mr *MockSNSAPIMockRecorder) GetEndpointAttributesRequest(arg0 interface{}) *gomock.Call
GetEndpointAttributesRequest indicates an expected call of GetEndpointAttributesRequest
func (*MockSNSAPIMockRecorder) GetEndpointAttributesWithContext ¶
func (mr *MockSNSAPIMockRecorder) GetEndpointAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetEndpointAttributesWithContext indicates an expected call of GetEndpointAttributesWithContext
func (*MockSNSAPIMockRecorder) GetPlatformApplicationAttributes ¶
func (mr *MockSNSAPIMockRecorder) GetPlatformApplicationAttributes(arg0 interface{}) *gomock.Call
GetPlatformApplicationAttributes indicates an expected call of GetPlatformApplicationAttributes
func (*MockSNSAPIMockRecorder) GetPlatformApplicationAttributesRequest ¶
func (mr *MockSNSAPIMockRecorder) GetPlatformApplicationAttributesRequest(arg0 interface{}) *gomock.Call
GetPlatformApplicationAttributesRequest indicates an expected call of GetPlatformApplicationAttributesRequest
func (*MockSNSAPIMockRecorder) GetPlatformApplicationAttributesWithContext ¶
func (mr *MockSNSAPIMockRecorder) GetPlatformApplicationAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetPlatformApplicationAttributesWithContext indicates an expected call of GetPlatformApplicationAttributesWithContext
func (*MockSNSAPIMockRecorder) GetSMSAttributes ¶
func (mr *MockSNSAPIMockRecorder) GetSMSAttributes(arg0 interface{}) *gomock.Call
GetSMSAttributes indicates an expected call of GetSMSAttributes
func (*MockSNSAPIMockRecorder) GetSMSAttributesRequest ¶
func (mr *MockSNSAPIMockRecorder) GetSMSAttributesRequest(arg0 interface{}) *gomock.Call
GetSMSAttributesRequest indicates an expected call of GetSMSAttributesRequest
func (*MockSNSAPIMockRecorder) GetSMSAttributesWithContext ¶
func (mr *MockSNSAPIMockRecorder) GetSMSAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetSMSAttributesWithContext indicates an expected call of GetSMSAttributesWithContext
func (*MockSNSAPIMockRecorder) GetSubscriptionAttributes ¶
func (mr *MockSNSAPIMockRecorder) GetSubscriptionAttributes(arg0 interface{}) *gomock.Call
GetSubscriptionAttributes indicates an expected call of GetSubscriptionAttributes
func (*MockSNSAPIMockRecorder) GetSubscriptionAttributesRequest ¶
func (mr *MockSNSAPIMockRecorder) GetSubscriptionAttributesRequest(arg0 interface{}) *gomock.Call
GetSubscriptionAttributesRequest indicates an expected call of GetSubscriptionAttributesRequest
func (*MockSNSAPIMockRecorder) GetSubscriptionAttributesWithContext ¶
func (mr *MockSNSAPIMockRecorder) GetSubscriptionAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetSubscriptionAttributesWithContext indicates an expected call of GetSubscriptionAttributesWithContext
func (*MockSNSAPIMockRecorder) GetTopicAttributes ¶
func (mr *MockSNSAPIMockRecorder) GetTopicAttributes(arg0 interface{}) *gomock.Call
GetTopicAttributes indicates an expected call of GetTopicAttributes
func (*MockSNSAPIMockRecorder) GetTopicAttributesRequest ¶
func (mr *MockSNSAPIMockRecorder) GetTopicAttributesRequest(arg0 interface{}) *gomock.Call
GetTopicAttributesRequest indicates an expected call of GetTopicAttributesRequest
func (*MockSNSAPIMockRecorder) GetTopicAttributesWithContext ¶
func (mr *MockSNSAPIMockRecorder) GetTopicAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetTopicAttributesWithContext indicates an expected call of GetTopicAttributesWithContext
func (*MockSNSAPIMockRecorder) ListEndpointsByPlatformApplication ¶
func (mr *MockSNSAPIMockRecorder) ListEndpointsByPlatformApplication(arg0 interface{}) *gomock.Call
ListEndpointsByPlatformApplication indicates an expected call of ListEndpointsByPlatformApplication
func (*MockSNSAPIMockRecorder) ListEndpointsByPlatformApplicationPages ¶
func (mr *MockSNSAPIMockRecorder) ListEndpointsByPlatformApplicationPages(arg0, arg1 interface{}) *gomock.Call
ListEndpointsByPlatformApplicationPages indicates an expected call of ListEndpointsByPlatformApplicationPages
func (*MockSNSAPIMockRecorder) ListEndpointsByPlatformApplicationPagesWithContext ¶
func (mr *MockSNSAPIMockRecorder) ListEndpointsByPlatformApplicationPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListEndpointsByPlatformApplicationPagesWithContext indicates an expected call of ListEndpointsByPlatformApplicationPagesWithContext
func (*MockSNSAPIMockRecorder) ListEndpointsByPlatformApplicationRequest ¶
func (mr *MockSNSAPIMockRecorder) ListEndpointsByPlatformApplicationRequest(arg0 interface{}) *gomock.Call
ListEndpointsByPlatformApplicationRequest indicates an expected call of ListEndpointsByPlatformApplicationRequest
func (*MockSNSAPIMockRecorder) ListEndpointsByPlatformApplicationWithContext ¶
func (mr *MockSNSAPIMockRecorder) ListEndpointsByPlatformApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListEndpointsByPlatformApplicationWithContext indicates an expected call of ListEndpointsByPlatformApplicationWithContext
func (*MockSNSAPIMockRecorder) ListPhoneNumbersOptedOut ¶
func (mr *MockSNSAPIMockRecorder) ListPhoneNumbersOptedOut(arg0 interface{}) *gomock.Call
ListPhoneNumbersOptedOut indicates an expected call of ListPhoneNumbersOptedOut
func (*MockSNSAPIMockRecorder) ListPhoneNumbersOptedOutRequest ¶
func (mr *MockSNSAPIMockRecorder) ListPhoneNumbersOptedOutRequest(arg0 interface{}) *gomock.Call
ListPhoneNumbersOptedOutRequest indicates an expected call of ListPhoneNumbersOptedOutRequest
func (*MockSNSAPIMockRecorder) ListPhoneNumbersOptedOutWithContext ¶
func (mr *MockSNSAPIMockRecorder) ListPhoneNumbersOptedOutWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListPhoneNumbersOptedOutWithContext indicates an expected call of ListPhoneNumbersOptedOutWithContext
func (*MockSNSAPIMockRecorder) ListPlatformApplications ¶
func (mr *MockSNSAPIMockRecorder) ListPlatformApplications(arg0 interface{}) *gomock.Call
ListPlatformApplications indicates an expected call of ListPlatformApplications
func (*MockSNSAPIMockRecorder) ListPlatformApplicationsPages ¶
func (mr *MockSNSAPIMockRecorder) ListPlatformApplicationsPages(arg0, arg1 interface{}) *gomock.Call
ListPlatformApplicationsPages indicates an expected call of ListPlatformApplicationsPages
func (*MockSNSAPIMockRecorder) ListPlatformApplicationsPagesWithContext ¶
func (mr *MockSNSAPIMockRecorder) ListPlatformApplicationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListPlatformApplicationsPagesWithContext indicates an expected call of ListPlatformApplicationsPagesWithContext
func (*MockSNSAPIMockRecorder) ListPlatformApplicationsRequest ¶
func (mr *MockSNSAPIMockRecorder) ListPlatformApplicationsRequest(arg0 interface{}) *gomock.Call
ListPlatformApplicationsRequest indicates an expected call of ListPlatformApplicationsRequest
func (*MockSNSAPIMockRecorder) ListPlatformApplicationsWithContext ¶
func (mr *MockSNSAPIMockRecorder) ListPlatformApplicationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListPlatformApplicationsWithContext indicates an expected call of ListPlatformApplicationsWithContext
func (*MockSNSAPIMockRecorder) ListSubscriptions ¶
func (mr *MockSNSAPIMockRecorder) ListSubscriptions(arg0 interface{}) *gomock.Call
ListSubscriptions indicates an expected call of ListSubscriptions
func (*MockSNSAPIMockRecorder) ListSubscriptionsByTopic ¶
func (mr *MockSNSAPIMockRecorder) ListSubscriptionsByTopic(arg0 interface{}) *gomock.Call
ListSubscriptionsByTopic indicates an expected call of ListSubscriptionsByTopic
func (*MockSNSAPIMockRecorder) ListSubscriptionsByTopicPages ¶
func (mr *MockSNSAPIMockRecorder) ListSubscriptionsByTopicPages(arg0, arg1 interface{}) *gomock.Call
ListSubscriptionsByTopicPages indicates an expected call of ListSubscriptionsByTopicPages
func (*MockSNSAPIMockRecorder) ListSubscriptionsByTopicPagesWithContext ¶
func (mr *MockSNSAPIMockRecorder) ListSubscriptionsByTopicPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListSubscriptionsByTopicPagesWithContext indicates an expected call of ListSubscriptionsByTopicPagesWithContext
func (*MockSNSAPIMockRecorder) ListSubscriptionsByTopicRequest ¶
func (mr *MockSNSAPIMockRecorder) ListSubscriptionsByTopicRequest(arg0 interface{}) *gomock.Call
ListSubscriptionsByTopicRequest indicates an expected call of ListSubscriptionsByTopicRequest
func (*MockSNSAPIMockRecorder) ListSubscriptionsByTopicWithContext ¶
func (mr *MockSNSAPIMockRecorder) ListSubscriptionsByTopicWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListSubscriptionsByTopicWithContext indicates an expected call of ListSubscriptionsByTopicWithContext
func (*MockSNSAPIMockRecorder) ListSubscriptionsPages ¶
func (mr *MockSNSAPIMockRecorder) ListSubscriptionsPages(arg0, arg1 interface{}) *gomock.Call
ListSubscriptionsPages indicates an expected call of ListSubscriptionsPages
func (*MockSNSAPIMockRecorder) ListSubscriptionsPagesWithContext ¶
func (mr *MockSNSAPIMockRecorder) ListSubscriptionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListSubscriptionsPagesWithContext indicates an expected call of ListSubscriptionsPagesWithContext
func (*MockSNSAPIMockRecorder) ListSubscriptionsRequest ¶
func (mr *MockSNSAPIMockRecorder) ListSubscriptionsRequest(arg0 interface{}) *gomock.Call
ListSubscriptionsRequest indicates an expected call of ListSubscriptionsRequest
func (*MockSNSAPIMockRecorder) ListSubscriptionsWithContext ¶
func (mr *MockSNSAPIMockRecorder) ListSubscriptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListSubscriptionsWithContext indicates an expected call of ListSubscriptionsWithContext
func (*MockSNSAPIMockRecorder) ListTagsForResource ¶
func (mr *MockSNSAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
ListTagsForResource indicates an expected call of ListTagsForResource
func (*MockSNSAPIMockRecorder) ListTagsForResourceRequest ¶
func (mr *MockSNSAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest
func (*MockSNSAPIMockRecorder) ListTagsForResourceWithContext ¶
func (mr *MockSNSAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext
func (*MockSNSAPIMockRecorder) ListTopics ¶
func (mr *MockSNSAPIMockRecorder) ListTopics(arg0 interface{}) *gomock.Call
ListTopics indicates an expected call of ListTopics
func (*MockSNSAPIMockRecorder) ListTopicsPages ¶
func (mr *MockSNSAPIMockRecorder) ListTopicsPages(arg0, arg1 interface{}) *gomock.Call
ListTopicsPages indicates an expected call of ListTopicsPages
func (*MockSNSAPIMockRecorder) ListTopicsPagesWithContext ¶
func (mr *MockSNSAPIMockRecorder) ListTopicsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListTopicsPagesWithContext indicates an expected call of ListTopicsPagesWithContext
func (*MockSNSAPIMockRecorder) ListTopicsRequest ¶
func (mr *MockSNSAPIMockRecorder) ListTopicsRequest(arg0 interface{}) *gomock.Call
ListTopicsRequest indicates an expected call of ListTopicsRequest
func (*MockSNSAPIMockRecorder) ListTopicsWithContext ¶
func (mr *MockSNSAPIMockRecorder) ListTopicsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTopicsWithContext indicates an expected call of ListTopicsWithContext
func (*MockSNSAPIMockRecorder) OptInPhoneNumber ¶
func (mr *MockSNSAPIMockRecorder) OptInPhoneNumber(arg0 interface{}) *gomock.Call
OptInPhoneNumber indicates an expected call of OptInPhoneNumber
func (*MockSNSAPIMockRecorder) OptInPhoneNumberRequest ¶
func (mr *MockSNSAPIMockRecorder) OptInPhoneNumberRequest(arg0 interface{}) *gomock.Call
OptInPhoneNumberRequest indicates an expected call of OptInPhoneNumberRequest
func (*MockSNSAPIMockRecorder) OptInPhoneNumberWithContext ¶
func (mr *MockSNSAPIMockRecorder) OptInPhoneNumberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
OptInPhoneNumberWithContext indicates an expected call of OptInPhoneNumberWithContext
func (*MockSNSAPIMockRecorder) Publish ¶
func (mr *MockSNSAPIMockRecorder) Publish(arg0 interface{}) *gomock.Call
Publish indicates an expected call of Publish
func (*MockSNSAPIMockRecorder) PublishRequest ¶
func (mr *MockSNSAPIMockRecorder) PublishRequest(arg0 interface{}) *gomock.Call
PublishRequest indicates an expected call of PublishRequest
func (*MockSNSAPIMockRecorder) PublishWithContext ¶
func (mr *MockSNSAPIMockRecorder) PublishWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PublishWithContext indicates an expected call of PublishWithContext
func (*MockSNSAPIMockRecorder) RemovePermission ¶
func (mr *MockSNSAPIMockRecorder) RemovePermission(arg0 interface{}) *gomock.Call
RemovePermission indicates an expected call of RemovePermission
func (*MockSNSAPIMockRecorder) RemovePermissionRequest ¶
func (mr *MockSNSAPIMockRecorder) RemovePermissionRequest(arg0 interface{}) *gomock.Call
RemovePermissionRequest indicates an expected call of RemovePermissionRequest
func (*MockSNSAPIMockRecorder) RemovePermissionWithContext ¶
func (mr *MockSNSAPIMockRecorder) RemovePermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RemovePermissionWithContext indicates an expected call of RemovePermissionWithContext
func (*MockSNSAPIMockRecorder) SetEndpointAttributes ¶
func (mr *MockSNSAPIMockRecorder) SetEndpointAttributes(arg0 interface{}) *gomock.Call
SetEndpointAttributes indicates an expected call of SetEndpointAttributes
func (*MockSNSAPIMockRecorder) SetEndpointAttributesRequest ¶
func (mr *MockSNSAPIMockRecorder) SetEndpointAttributesRequest(arg0 interface{}) *gomock.Call
SetEndpointAttributesRequest indicates an expected call of SetEndpointAttributesRequest
func (*MockSNSAPIMockRecorder) SetEndpointAttributesWithContext ¶
func (mr *MockSNSAPIMockRecorder) SetEndpointAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SetEndpointAttributesWithContext indicates an expected call of SetEndpointAttributesWithContext
func (*MockSNSAPIMockRecorder) SetPlatformApplicationAttributes ¶
func (mr *MockSNSAPIMockRecorder) SetPlatformApplicationAttributes(arg0 interface{}) *gomock.Call
SetPlatformApplicationAttributes indicates an expected call of SetPlatformApplicationAttributes
func (*MockSNSAPIMockRecorder) SetPlatformApplicationAttributesRequest ¶
func (mr *MockSNSAPIMockRecorder) SetPlatformApplicationAttributesRequest(arg0 interface{}) *gomock.Call
SetPlatformApplicationAttributesRequest indicates an expected call of SetPlatformApplicationAttributesRequest
func (*MockSNSAPIMockRecorder) SetPlatformApplicationAttributesWithContext ¶
func (mr *MockSNSAPIMockRecorder) SetPlatformApplicationAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SetPlatformApplicationAttributesWithContext indicates an expected call of SetPlatformApplicationAttributesWithContext
func (*MockSNSAPIMockRecorder) SetSMSAttributes ¶
func (mr *MockSNSAPIMockRecorder) SetSMSAttributes(arg0 interface{}) *gomock.Call
SetSMSAttributes indicates an expected call of SetSMSAttributes
func (*MockSNSAPIMockRecorder) SetSMSAttributesRequest ¶
func (mr *MockSNSAPIMockRecorder) SetSMSAttributesRequest(arg0 interface{}) *gomock.Call
SetSMSAttributesRequest indicates an expected call of SetSMSAttributesRequest
func (*MockSNSAPIMockRecorder) SetSMSAttributesWithContext ¶
func (mr *MockSNSAPIMockRecorder) SetSMSAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SetSMSAttributesWithContext indicates an expected call of SetSMSAttributesWithContext
func (*MockSNSAPIMockRecorder) SetSubscriptionAttributes ¶
func (mr *MockSNSAPIMockRecorder) SetSubscriptionAttributes(arg0 interface{}) *gomock.Call
SetSubscriptionAttributes indicates an expected call of SetSubscriptionAttributes
func (*MockSNSAPIMockRecorder) SetSubscriptionAttributesRequest ¶
func (mr *MockSNSAPIMockRecorder) SetSubscriptionAttributesRequest(arg0 interface{}) *gomock.Call
SetSubscriptionAttributesRequest indicates an expected call of SetSubscriptionAttributesRequest
func (*MockSNSAPIMockRecorder) SetSubscriptionAttributesWithContext ¶
func (mr *MockSNSAPIMockRecorder) SetSubscriptionAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SetSubscriptionAttributesWithContext indicates an expected call of SetSubscriptionAttributesWithContext
func (*MockSNSAPIMockRecorder) SetTopicAttributes ¶
func (mr *MockSNSAPIMockRecorder) SetTopicAttributes(arg0 interface{}) *gomock.Call
SetTopicAttributes indicates an expected call of SetTopicAttributes
func (*MockSNSAPIMockRecorder) SetTopicAttributesRequest ¶
func (mr *MockSNSAPIMockRecorder) SetTopicAttributesRequest(arg0 interface{}) *gomock.Call
SetTopicAttributesRequest indicates an expected call of SetTopicAttributesRequest
func (*MockSNSAPIMockRecorder) SetTopicAttributesWithContext ¶
func (mr *MockSNSAPIMockRecorder) SetTopicAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SetTopicAttributesWithContext indicates an expected call of SetTopicAttributesWithContext
func (*MockSNSAPIMockRecorder) Subscribe ¶
func (mr *MockSNSAPIMockRecorder) Subscribe(arg0 interface{}) *gomock.Call
Subscribe indicates an expected call of Subscribe
func (*MockSNSAPIMockRecorder) SubscribeRequest ¶
func (mr *MockSNSAPIMockRecorder) SubscribeRequest(arg0 interface{}) *gomock.Call
SubscribeRequest indicates an expected call of SubscribeRequest
func (*MockSNSAPIMockRecorder) SubscribeWithContext ¶
func (mr *MockSNSAPIMockRecorder) SubscribeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SubscribeWithContext indicates an expected call of SubscribeWithContext
func (*MockSNSAPIMockRecorder) TagResource ¶
func (mr *MockSNSAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
TagResource indicates an expected call of TagResource
func (*MockSNSAPIMockRecorder) TagResourceRequest ¶
func (mr *MockSNSAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
TagResourceRequest indicates an expected call of TagResourceRequest
func (*MockSNSAPIMockRecorder) TagResourceWithContext ¶
func (mr *MockSNSAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagResourceWithContext indicates an expected call of TagResourceWithContext
func (*MockSNSAPIMockRecorder) Unsubscribe ¶
func (mr *MockSNSAPIMockRecorder) Unsubscribe(arg0 interface{}) *gomock.Call
Unsubscribe indicates an expected call of Unsubscribe
func (*MockSNSAPIMockRecorder) UnsubscribeRequest ¶
func (mr *MockSNSAPIMockRecorder) UnsubscribeRequest(arg0 interface{}) *gomock.Call
UnsubscribeRequest indicates an expected call of UnsubscribeRequest
func (*MockSNSAPIMockRecorder) UnsubscribeWithContext ¶
func (mr *MockSNSAPIMockRecorder) UnsubscribeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UnsubscribeWithContext indicates an expected call of UnsubscribeWithContext
func (*MockSNSAPIMockRecorder) UntagResource ¶
func (mr *MockSNSAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
UntagResource indicates an expected call of UntagResource
func (*MockSNSAPIMockRecorder) UntagResourceRequest ¶
func (mr *MockSNSAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
UntagResourceRequest indicates an expected call of UntagResourceRequest
func (*MockSNSAPIMockRecorder) UntagResourceWithContext ¶
func (mr *MockSNSAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagResourceWithContext indicates an expected call of UntagResourceWithContext