awsfakes

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeTransitGatewayClient

type FakeTransitGatewayClient struct {
	CreateManagedPrefixListStub func(context.Context, *ec2.CreateManagedPrefixListInput, ...func(*ec2.Options)) (*ec2.CreateManagedPrefixListOutput, error)

	CreateRouteStub func(context.Context, *ec2.CreateRouteInput, ...func(*ec2.Options)) (*ec2.CreateRouteOutput, error)

	CreateTransitGatewayStub func(context.Context, *ec2.CreateTransitGatewayInput, ...func(*ec2.Options)) (*ec2.CreateTransitGatewayOutput, error)

	CreateTransitGatewayVpcAttachmentStub func(context.Context, *ec2.CreateTransitGatewayVpcAttachmentInput, ...func(*ec2.Options)) (*ec2.CreateTransitGatewayVpcAttachmentOutput, error)

	DeleteRouteStub func(context.Context, *ec2.DeleteRouteInput, ...func(*ec2.Options)) (*ec2.DeleteRouteOutput, error)

	DeleteTransitGatewayStub func(context.Context, *ec2.DeleteTransitGatewayInput, ...func(*ec2.Options)) (*ec2.DeleteTransitGatewayOutput, error)

	DeleteTransitGatewayVpcAttachmentStub func(context.Context, *ec2.DeleteTransitGatewayVpcAttachmentInput, ...func(*ec2.Options)) (*ec2.DeleteTransitGatewayVpcAttachmentOutput, error)

	DescribeManagedPrefixListsStub func(context.Context, *ec2.DescribeManagedPrefixListsInput, ...func(*ec2.Options)) (*ec2.DescribeManagedPrefixListsOutput, error)

	DescribeRouteTablesStub func(context.Context, *ec2.DescribeRouteTablesInput, ...func(*ec2.Options)) (*ec2.DescribeRouteTablesOutput, error)

	DescribeTransitGatewayVpcAttachmentsStub func(context.Context, *ec2.DescribeTransitGatewayVpcAttachmentsInput, ...func(*ec2.Options)) (*ec2.DescribeTransitGatewayVpcAttachmentsOutput, error)

	DescribeTransitGatewaysStub func(context.Context, *ec2.DescribeTransitGatewaysInput, ...func(*ec2.Options)) (*ec2.DescribeTransitGatewaysOutput, error)

	GetManagedPrefixListEntriesStub func(context.Context, *ec2.GetManagedPrefixListEntriesInput, ...func(*ec2.Options)) (*ec2.GetManagedPrefixListEntriesOutput, error)

	ModifyManagedPrefixListStub func(context.Context, *ec2.ModifyManagedPrefixListInput, ...func(*ec2.Options)) (*ec2.ModifyManagedPrefixListOutput, error)

	PublishSNSMessageStub func(context.Context, *sns.PublishInput, ...func(*sns.Options)) (*sns.PublishOutput, error)
	// contains filtered or unexported fields
}

func (*FakeTransitGatewayClient) CreateManagedPrefixList added in v0.2.0

func (fake *FakeTransitGatewayClient) CreateManagedPrefixList(arg1 context.Context, arg2 *ec2.CreateManagedPrefixListInput, arg3 ...func(*ec2.Options)) (*ec2.CreateManagedPrefixListOutput, error)

func (*FakeTransitGatewayClient) CreateManagedPrefixListArgsForCall added in v0.2.0

func (fake *FakeTransitGatewayClient) CreateManagedPrefixListArgsForCall(i int) (context.Context, *ec2.CreateManagedPrefixListInput, []func(*ec2.Options))

func (*FakeTransitGatewayClient) CreateManagedPrefixListCallCount added in v0.2.0

func (fake *FakeTransitGatewayClient) CreateManagedPrefixListCallCount() int

func (*FakeTransitGatewayClient) CreateManagedPrefixListCalls added in v0.2.0

func (fake *FakeTransitGatewayClient) CreateManagedPrefixListCalls(stub func(context.Context, *ec2.CreateManagedPrefixListInput, ...func(*ec2.Options)) (*ec2.CreateManagedPrefixListOutput, error))

func (*FakeTransitGatewayClient) CreateManagedPrefixListReturns added in v0.2.0

func (fake *FakeTransitGatewayClient) CreateManagedPrefixListReturns(result1 *ec2.CreateManagedPrefixListOutput, result2 error)

func (*FakeTransitGatewayClient) CreateManagedPrefixListReturnsOnCall added in v0.2.0

func (fake *FakeTransitGatewayClient) CreateManagedPrefixListReturnsOnCall(i int, result1 *ec2.CreateManagedPrefixListOutput, result2 error)

func (*FakeTransitGatewayClient) CreateRoute added in v0.2.0

func (fake *FakeTransitGatewayClient) CreateRoute(arg1 context.Context, arg2 *ec2.CreateRouteInput, arg3 ...func(*ec2.Options)) (*ec2.CreateRouteOutput, error)

func (*FakeTransitGatewayClient) CreateRouteArgsForCall added in v0.2.0

func (fake *FakeTransitGatewayClient) CreateRouteArgsForCall(i int) (context.Context, *ec2.CreateRouteInput, []func(*ec2.Options))

func (*FakeTransitGatewayClient) CreateRouteCallCount added in v0.2.0

func (fake *FakeTransitGatewayClient) CreateRouteCallCount() int

func (*FakeTransitGatewayClient) CreateRouteCalls added in v0.2.0

func (fake *FakeTransitGatewayClient) CreateRouteCalls(stub func(context.Context, *ec2.CreateRouteInput, ...func(*ec2.Options)) (*ec2.CreateRouteOutput, error))

func (*FakeTransitGatewayClient) CreateRouteReturns added in v0.2.0

func (fake *FakeTransitGatewayClient) CreateRouteReturns(result1 *ec2.CreateRouteOutput, result2 error)

func (*FakeTransitGatewayClient) CreateRouteReturnsOnCall added in v0.2.0

func (fake *FakeTransitGatewayClient) CreateRouteReturnsOnCall(i int, result1 *ec2.CreateRouteOutput, result2 error)

func (*FakeTransitGatewayClient) CreateTransitGateway

func (fake *FakeTransitGatewayClient) CreateTransitGateway(arg1 context.Context, arg2 *ec2.CreateTransitGatewayInput, arg3 ...func(*ec2.Options)) (*ec2.CreateTransitGatewayOutput, error)

func (*FakeTransitGatewayClient) CreateTransitGatewayArgsForCall

func (fake *FakeTransitGatewayClient) CreateTransitGatewayArgsForCall(i int) (context.Context, *ec2.CreateTransitGatewayInput, []func(*ec2.Options))

func (*FakeTransitGatewayClient) CreateTransitGatewayCallCount

func (fake *FakeTransitGatewayClient) CreateTransitGatewayCallCount() int

func (*FakeTransitGatewayClient) CreateTransitGatewayCalls

func (fake *FakeTransitGatewayClient) CreateTransitGatewayCalls(stub func(context.Context, *ec2.CreateTransitGatewayInput, ...func(*ec2.Options)) (*ec2.CreateTransitGatewayOutput, error))

func (*FakeTransitGatewayClient) CreateTransitGatewayReturns

func (fake *FakeTransitGatewayClient) CreateTransitGatewayReturns(result1 *ec2.CreateTransitGatewayOutput, result2 error)

func (*FakeTransitGatewayClient) CreateTransitGatewayReturnsOnCall

func (fake *FakeTransitGatewayClient) CreateTransitGatewayReturnsOnCall(i int, result1 *ec2.CreateTransitGatewayOutput, result2 error)

func (*FakeTransitGatewayClient) CreateTransitGatewayVpcAttachment

func (fake *FakeTransitGatewayClient) CreateTransitGatewayVpcAttachment(arg1 context.Context, arg2 *ec2.CreateTransitGatewayVpcAttachmentInput, arg3 ...func(*ec2.Options)) (*ec2.CreateTransitGatewayVpcAttachmentOutput, error)

func (*FakeTransitGatewayClient) CreateTransitGatewayVpcAttachmentArgsForCall

func (fake *FakeTransitGatewayClient) CreateTransitGatewayVpcAttachmentArgsForCall(i int) (context.Context, *ec2.CreateTransitGatewayVpcAttachmentInput, []func(*ec2.Options))

func (*FakeTransitGatewayClient) CreateTransitGatewayVpcAttachmentCallCount

func (fake *FakeTransitGatewayClient) CreateTransitGatewayVpcAttachmentCallCount() int

func (*FakeTransitGatewayClient) CreateTransitGatewayVpcAttachmentCalls

func (fake *FakeTransitGatewayClient) CreateTransitGatewayVpcAttachmentCalls(stub func(context.Context, *ec2.CreateTransitGatewayVpcAttachmentInput, ...func(*ec2.Options)) (*ec2.CreateTransitGatewayVpcAttachmentOutput, error))

func (*FakeTransitGatewayClient) CreateTransitGatewayVpcAttachmentReturns

func (fake *FakeTransitGatewayClient) CreateTransitGatewayVpcAttachmentReturns(result1 *ec2.CreateTransitGatewayVpcAttachmentOutput, result2 error)

func (*FakeTransitGatewayClient) CreateTransitGatewayVpcAttachmentReturnsOnCall

func (fake *FakeTransitGatewayClient) CreateTransitGatewayVpcAttachmentReturnsOnCall(i int, result1 *ec2.CreateTransitGatewayVpcAttachmentOutput, result2 error)

func (*FakeTransitGatewayClient) DeleteRoute added in v0.2.0

func (fake *FakeTransitGatewayClient) DeleteRoute(arg1 context.Context, arg2 *ec2.DeleteRouteInput, arg3 ...func(*ec2.Options)) (*ec2.DeleteRouteOutput, error)

func (*FakeTransitGatewayClient) DeleteRouteArgsForCall added in v0.2.0

func (fake *FakeTransitGatewayClient) DeleteRouteArgsForCall(i int) (context.Context, *ec2.DeleteRouteInput, []func(*ec2.Options))

func (*FakeTransitGatewayClient) DeleteRouteCallCount added in v0.2.0

func (fake *FakeTransitGatewayClient) DeleteRouteCallCount() int

func (*FakeTransitGatewayClient) DeleteRouteCalls added in v0.2.0

func (fake *FakeTransitGatewayClient) DeleteRouteCalls(stub func(context.Context, *ec2.DeleteRouteInput, ...func(*ec2.Options)) (*ec2.DeleteRouteOutput, error))

func (*FakeTransitGatewayClient) DeleteRouteReturns added in v0.2.0

func (fake *FakeTransitGatewayClient) DeleteRouteReturns(result1 *ec2.DeleteRouteOutput, result2 error)

func (*FakeTransitGatewayClient) DeleteRouteReturnsOnCall added in v0.2.0

func (fake *FakeTransitGatewayClient) DeleteRouteReturnsOnCall(i int, result1 *ec2.DeleteRouteOutput, result2 error)

func (*FakeTransitGatewayClient) DeleteTransitGateway

func (fake *FakeTransitGatewayClient) DeleteTransitGateway(arg1 context.Context, arg2 *ec2.DeleteTransitGatewayInput, arg3 ...func(*ec2.Options)) (*ec2.DeleteTransitGatewayOutput, error)

func (*FakeTransitGatewayClient) DeleteTransitGatewayArgsForCall

func (fake *FakeTransitGatewayClient) DeleteTransitGatewayArgsForCall(i int) (context.Context, *ec2.DeleteTransitGatewayInput, []func(*ec2.Options))

func (*FakeTransitGatewayClient) DeleteTransitGatewayCallCount

func (fake *FakeTransitGatewayClient) DeleteTransitGatewayCallCount() int

func (*FakeTransitGatewayClient) DeleteTransitGatewayCalls

func (fake *FakeTransitGatewayClient) DeleteTransitGatewayCalls(stub func(context.Context, *ec2.DeleteTransitGatewayInput, ...func(*ec2.Options)) (*ec2.DeleteTransitGatewayOutput, error))

func (*FakeTransitGatewayClient) DeleteTransitGatewayReturns

func (fake *FakeTransitGatewayClient) DeleteTransitGatewayReturns(result1 *ec2.DeleteTransitGatewayOutput, result2 error)

func (*FakeTransitGatewayClient) DeleteTransitGatewayReturnsOnCall

func (fake *FakeTransitGatewayClient) DeleteTransitGatewayReturnsOnCall(i int, result1 *ec2.DeleteTransitGatewayOutput, result2 error)

func (*FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachment

func (fake *FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachment(arg1 context.Context, arg2 *ec2.DeleteTransitGatewayVpcAttachmentInput, arg3 ...func(*ec2.Options)) (*ec2.DeleteTransitGatewayVpcAttachmentOutput, error)

func (*FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachmentArgsForCall

func (fake *FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachmentArgsForCall(i int) (context.Context, *ec2.DeleteTransitGatewayVpcAttachmentInput, []func(*ec2.Options))

func (*FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachmentCallCount

func (fake *FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachmentCallCount() int

func (*FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachmentCalls

func (fake *FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachmentCalls(stub func(context.Context, *ec2.DeleteTransitGatewayVpcAttachmentInput, ...func(*ec2.Options)) (*ec2.DeleteTransitGatewayVpcAttachmentOutput, error))

func (*FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachmentReturns

func (fake *FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachmentReturns(result1 *ec2.DeleteTransitGatewayVpcAttachmentOutput, result2 error)

func (*FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachmentReturnsOnCall

func (fake *FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachmentReturnsOnCall(i int, result1 *ec2.DeleteTransitGatewayVpcAttachmentOutput, result2 error)

func (*FakeTransitGatewayClient) DescribeManagedPrefixLists added in v0.2.0

func (fake *FakeTransitGatewayClient) DescribeManagedPrefixLists(arg1 context.Context, arg2 *ec2.DescribeManagedPrefixListsInput, arg3 ...func(*ec2.Options)) (*ec2.DescribeManagedPrefixListsOutput, error)

func (*FakeTransitGatewayClient) DescribeManagedPrefixListsArgsForCall added in v0.2.0

func (fake *FakeTransitGatewayClient) DescribeManagedPrefixListsArgsForCall(i int) (context.Context, *ec2.DescribeManagedPrefixListsInput, []func(*ec2.Options))

func (*FakeTransitGatewayClient) DescribeManagedPrefixListsCallCount added in v0.2.0

func (fake *FakeTransitGatewayClient) DescribeManagedPrefixListsCallCount() int

func (*FakeTransitGatewayClient) DescribeManagedPrefixListsCalls added in v0.2.0

func (fake *FakeTransitGatewayClient) DescribeManagedPrefixListsCalls(stub func(context.Context, *ec2.DescribeManagedPrefixListsInput, ...func(*ec2.Options)) (*ec2.DescribeManagedPrefixListsOutput, error))

func (*FakeTransitGatewayClient) DescribeManagedPrefixListsReturns added in v0.2.0

func (fake *FakeTransitGatewayClient) DescribeManagedPrefixListsReturns(result1 *ec2.DescribeManagedPrefixListsOutput, result2 error)

func (*FakeTransitGatewayClient) DescribeManagedPrefixListsReturnsOnCall added in v0.2.0

func (fake *FakeTransitGatewayClient) DescribeManagedPrefixListsReturnsOnCall(i int, result1 *ec2.DescribeManagedPrefixListsOutput, result2 error)

func (*FakeTransitGatewayClient) DescribeRouteTables added in v0.2.0

func (fake *FakeTransitGatewayClient) DescribeRouteTables(arg1 context.Context, arg2 *ec2.DescribeRouteTablesInput, arg3 ...func(*ec2.Options)) (*ec2.DescribeRouteTablesOutput, error)

func (*FakeTransitGatewayClient) DescribeRouteTablesArgsForCall added in v0.2.0

func (fake *FakeTransitGatewayClient) DescribeRouteTablesArgsForCall(i int) (context.Context, *ec2.DescribeRouteTablesInput, []func(*ec2.Options))

func (*FakeTransitGatewayClient) DescribeRouteTablesCallCount added in v0.2.0

func (fake *FakeTransitGatewayClient) DescribeRouteTablesCallCount() int

func (*FakeTransitGatewayClient) DescribeRouteTablesCalls added in v0.2.0

func (fake *FakeTransitGatewayClient) DescribeRouteTablesCalls(stub func(context.Context, *ec2.DescribeRouteTablesInput, ...func(*ec2.Options)) (*ec2.DescribeRouteTablesOutput, error))

func (*FakeTransitGatewayClient) DescribeRouteTablesReturns added in v0.2.0

func (fake *FakeTransitGatewayClient) DescribeRouteTablesReturns(result1 *ec2.DescribeRouteTablesOutput, result2 error)

func (*FakeTransitGatewayClient) DescribeRouteTablesReturnsOnCall added in v0.2.0

func (fake *FakeTransitGatewayClient) DescribeRouteTablesReturnsOnCall(i int, result1 *ec2.DescribeRouteTablesOutput, result2 error)

func (*FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachments

func (*FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachmentsArgsForCall

func (fake *FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachmentsArgsForCall(i int) (context.Context, *ec2.DescribeTransitGatewayVpcAttachmentsInput, []func(*ec2.Options))

func (*FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachmentsCallCount

func (fake *FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachmentsCallCount() int

func (*FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachmentsCalls

func (fake *FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachmentsCalls(stub func(context.Context, *ec2.DescribeTransitGatewayVpcAttachmentsInput, ...func(*ec2.Options)) (*ec2.DescribeTransitGatewayVpcAttachmentsOutput, error))

func (*FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachmentsReturns

func (fake *FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachmentsReturns(result1 *ec2.DescribeTransitGatewayVpcAttachmentsOutput, result2 error)

func (*FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachmentsReturnsOnCall

func (fake *FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachmentsReturnsOnCall(i int, result1 *ec2.DescribeTransitGatewayVpcAttachmentsOutput, result2 error)

func (*FakeTransitGatewayClient) DescribeTransitGateways

func (fake *FakeTransitGatewayClient) DescribeTransitGateways(arg1 context.Context, arg2 *ec2.DescribeTransitGatewaysInput, arg3 ...func(*ec2.Options)) (*ec2.DescribeTransitGatewaysOutput, error)

func (*FakeTransitGatewayClient) DescribeTransitGatewaysArgsForCall

func (fake *FakeTransitGatewayClient) DescribeTransitGatewaysArgsForCall(i int) (context.Context, *ec2.DescribeTransitGatewaysInput, []func(*ec2.Options))

func (*FakeTransitGatewayClient) DescribeTransitGatewaysCallCount

func (fake *FakeTransitGatewayClient) DescribeTransitGatewaysCallCount() int

func (*FakeTransitGatewayClient) DescribeTransitGatewaysCalls

func (fake *FakeTransitGatewayClient) DescribeTransitGatewaysCalls(stub func(context.Context, *ec2.DescribeTransitGatewaysInput, ...func(*ec2.Options)) (*ec2.DescribeTransitGatewaysOutput, error))

func (*FakeTransitGatewayClient) DescribeTransitGatewaysReturns

func (fake *FakeTransitGatewayClient) DescribeTransitGatewaysReturns(result1 *ec2.DescribeTransitGatewaysOutput, result2 error)

func (*FakeTransitGatewayClient) DescribeTransitGatewaysReturnsOnCall

func (fake *FakeTransitGatewayClient) DescribeTransitGatewaysReturnsOnCall(i int, result1 *ec2.DescribeTransitGatewaysOutput, result2 error)

func (*FakeTransitGatewayClient) GetManagedPrefixListEntries added in v0.2.2

func (fake *FakeTransitGatewayClient) GetManagedPrefixListEntries(arg1 context.Context, arg2 *ec2.GetManagedPrefixListEntriesInput, arg3 ...func(*ec2.Options)) (*ec2.GetManagedPrefixListEntriesOutput, error)

func (*FakeTransitGatewayClient) GetManagedPrefixListEntriesArgsForCall added in v0.2.2

func (fake *FakeTransitGatewayClient) GetManagedPrefixListEntriesArgsForCall(i int) (context.Context, *ec2.GetManagedPrefixListEntriesInput, []func(*ec2.Options))

func (*FakeTransitGatewayClient) GetManagedPrefixListEntriesCallCount added in v0.2.2

func (fake *FakeTransitGatewayClient) GetManagedPrefixListEntriesCallCount() int

func (*FakeTransitGatewayClient) GetManagedPrefixListEntriesCalls added in v0.2.2

func (fake *FakeTransitGatewayClient) GetManagedPrefixListEntriesCalls(stub func(context.Context, *ec2.GetManagedPrefixListEntriesInput, ...func(*ec2.Options)) (*ec2.GetManagedPrefixListEntriesOutput, error))

func (*FakeTransitGatewayClient) GetManagedPrefixListEntriesReturns added in v0.2.2

func (fake *FakeTransitGatewayClient) GetManagedPrefixListEntriesReturns(result1 *ec2.GetManagedPrefixListEntriesOutput, result2 error)

func (*FakeTransitGatewayClient) GetManagedPrefixListEntriesReturnsOnCall added in v0.2.2

func (fake *FakeTransitGatewayClient) GetManagedPrefixListEntriesReturnsOnCall(i int, result1 *ec2.GetManagedPrefixListEntriesOutput, result2 error)

func (*FakeTransitGatewayClient) Invocations

func (fake *FakeTransitGatewayClient) Invocations() map[string][][]interface{}

func (*FakeTransitGatewayClient) ModifyManagedPrefixList added in v0.2.0

func (fake *FakeTransitGatewayClient) ModifyManagedPrefixList(arg1 context.Context, arg2 *ec2.ModifyManagedPrefixListInput, arg3 ...func(*ec2.Options)) (*ec2.ModifyManagedPrefixListOutput, error)

func (*FakeTransitGatewayClient) ModifyManagedPrefixListArgsForCall added in v0.2.0

func (fake *FakeTransitGatewayClient) ModifyManagedPrefixListArgsForCall(i int) (context.Context, *ec2.ModifyManagedPrefixListInput, []func(*ec2.Options))

func (*FakeTransitGatewayClient) ModifyManagedPrefixListCallCount added in v0.2.0

func (fake *FakeTransitGatewayClient) ModifyManagedPrefixListCallCount() int

func (*FakeTransitGatewayClient) ModifyManagedPrefixListCalls added in v0.2.0

func (fake *FakeTransitGatewayClient) ModifyManagedPrefixListCalls(stub func(context.Context, *ec2.ModifyManagedPrefixListInput, ...func(*ec2.Options)) (*ec2.ModifyManagedPrefixListOutput, error))

func (*FakeTransitGatewayClient) ModifyManagedPrefixListReturns added in v0.2.0

func (fake *FakeTransitGatewayClient) ModifyManagedPrefixListReturns(result1 *ec2.ModifyManagedPrefixListOutput, result2 error)

func (*FakeTransitGatewayClient) ModifyManagedPrefixListReturnsOnCall added in v0.2.0

func (fake *FakeTransitGatewayClient) ModifyManagedPrefixListReturnsOnCall(i int, result1 *ec2.ModifyManagedPrefixListOutput, result2 error)

func (*FakeTransitGatewayClient) PublishSNSMessage added in v1.2.0

func (fake *FakeTransitGatewayClient) PublishSNSMessage(arg1 context.Context, arg2 *sns.PublishInput, arg3 ...func(*sns.Options)) (*sns.PublishOutput, error)

func (*FakeTransitGatewayClient) PublishSNSMessageArgsForCall added in v1.2.0

func (fake *FakeTransitGatewayClient) PublishSNSMessageArgsForCall(i int) (context.Context, *sns.PublishInput, []func(*sns.Options))

func (*FakeTransitGatewayClient) PublishSNSMessageCallCount added in v1.2.0

func (fake *FakeTransitGatewayClient) PublishSNSMessageCallCount() int

func (*FakeTransitGatewayClient) PublishSNSMessageCalls added in v1.2.0

func (fake *FakeTransitGatewayClient) PublishSNSMessageCalls(stub func(context.Context, *sns.PublishInput, ...func(*sns.Options)) (*sns.PublishOutput, error))

func (*FakeTransitGatewayClient) PublishSNSMessageReturns added in v1.2.0

func (fake *FakeTransitGatewayClient) PublishSNSMessageReturns(result1 *sns.PublishOutput, result2 error)

func (*FakeTransitGatewayClient) PublishSNSMessageReturnsOnCall added in v1.2.0

func (fake *FakeTransitGatewayClient) PublishSNSMessageReturnsOnCall(i int, result1 *sns.PublishOutput, result2 error)

Jump to

Keyboard shortcuts

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