Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeTransitGatewayClient
- func (fake *FakeTransitGatewayClient) CreateTransitGateway(arg1 context.Context, arg2 *ec2.CreateTransitGatewayInput, ...) (*ec2.CreateTransitGatewayOutput, error)
- func (fake *FakeTransitGatewayClient) CreateTransitGatewayArgsForCall(i int) (context.Context, *ec2.CreateTransitGatewayInput, []func(*ec2.Options))
- func (fake *FakeTransitGatewayClient) CreateTransitGatewayCallCount() int
- func (fake *FakeTransitGatewayClient) CreateTransitGatewayCalls(...)
- func (fake *FakeTransitGatewayClient) CreateTransitGatewayReturns(result1 *ec2.CreateTransitGatewayOutput, result2 error)
- func (fake *FakeTransitGatewayClient) CreateTransitGatewayReturnsOnCall(i int, result1 *ec2.CreateTransitGatewayOutput, result2 error)
- func (fake *FakeTransitGatewayClient) CreateTransitGatewayVpcAttachment(arg1 context.Context, arg2 *ec2.CreateTransitGatewayVpcAttachmentInput, ...) (*ec2.CreateTransitGatewayVpcAttachmentOutput, error)
- func (fake *FakeTransitGatewayClient) CreateTransitGatewayVpcAttachmentArgsForCall(i int) (context.Context, *ec2.CreateTransitGatewayVpcAttachmentInput, ...)
- func (fake *FakeTransitGatewayClient) CreateTransitGatewayVpcAttachmentCallCount() int
- func (fake *FakeTransitGatewayClient) CreateTransitGatewayVpcAttachmentCalls(...)
- func (fake *FakeTransitGatewayClient) CreateTransitGatewayVpcAttachmentReturns(result1 *ec2.CreateTransitGatewayVpcAttachmentOutput, result2 error)
- func (fake *FakeTransitGatewayClient) CreateTransitGatewayVpcAttachmentReturnsOnCall(i int, result1 *ec2.CreateTransitGatewayVpcAttachmentOutput, result2 error)
- func (fake *FakeTransitGatewayClient) DeleteTransitGateway(arg1 context.Context, arg2 *ec2.DeleteTransitGatewayInput, ...) (*ec2.DeleteTransitGatewayOutput, error)
- func (fake *FakeTransitGatewayClient) DeleteTransitGatewayArgsForCall(i int) (context.Context, *ec2.DeleteTransitGatewayInput, []func(*ec2.Options))
- func (fake *FakeTransitGatewayClient) DeleteTransitGatewayCallCount() int
- func (fake *FakeTransitGatewayClient) DeleteTransitGatewayCalls(...)
- func (fake *FakeTransitGatewayClient) DeleteTransitGatewayReturns(result1 *ec2.DeleteTransitGatewayOutput, result2 error)
- func (fake *FakeTransitGatewayClient) DeleteTransitGatewayReturnsOnCall(i int, result1 *ec2.DeleteTransitGatewayOutput, result2 error)
- func (fake *FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachment(arg1 context.Context, arg2 *ec2.DeleteTransitGatewayVpcAttachmentInput, ...) (*ec2.DeleteTransitGatewayVpcAttachmentOutput, error)
- func (fake *FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachmentArgsForCall(i int) (context.Context, *ec2.DeleteTransitGatewayVpcAttachmentInput, ...)
- func (fake *FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachmentCallCount() int
- func (fake *FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachmentCalls(...)
- func (fake *FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachmentReturns(result1 *ec2.DeleteTransitGatewayVpcAttachmentOutput, result2 error)
- func (fake *FakeTransitGatewayClient) DeleteTransitGatewayVpcAttachmentReturnsOnCall(i int, result1 *ec2.DeleteTransitGatewayVpcAttachmentOutput, result2 error)
- func (fake *FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachments(arg1 context.Context, arg2 *ec2.DescribeTransitGatewayVpcAttachmentsInput, ...) (*ec2.DescribeTransitGatewayVpcAttachmentsOutput, error)
- func (fake *FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachmentsArgsForCall(i int) (context.Context, *ec2.DescribeTransitGatewayVpcAttachmentsInput, ...)
- func (fake *FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachmentsCallCount() int
- func (fake *FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachmentsCalls(...)
- func (fake *FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachmentsReturns(result1 *ec2.DescribeTransitGatewayVpcAttachmentsOutput, result2 error)
- func (fake *FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachmentsReturnsOnCall(i int, result1 *ec2.DescribeTransitGatewayVpcAttachmentsOutput, result2 error)
- func (fake *FakeTransitGatewayClient) DescribeTransitGateways(arg1 context.Context, arg2 *ec2.DescribeTransitGatewaysInput, ...) (*ec2.DescribeTransitGatewaysOutput, error)
- func (fake *FakeTransitGatewayClient) DescribeTransitGatewaysArgsForCall(i int) (context.Context, *ec2.DescribeTransitGatewaysInput, []func(*ec2.Options))
- func (fake *FakeTransitGatewayClient) DescribeTransitGatewaysCallCount() int
- func (fake *FakeTransitGatewayClient) DescribeTransitGatewaysCalls(...)
- func (fake *FakeTransitGatewayClient) DescribeTransitGatewaysReturns(result1 *ec2.DescribeTransitGatewaysOutput, result2 error)
- func (fake *FakeTransitGatewayClient) DescribeTransitGatewaysReturnsOnCall(i int, result1 *ec2.DescribeTransitGatewaysOutput, result2 error)
- func (fake *FakeTransitGatewayClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeTransitGatewayClient ¶
type FakeTransitGatewayClient struct { CreateTransitGatewayStub func(context.Context, *ec2.CreateTransitGatewayInput, ...func(*ec2.Options)) (*ec2.CreateTransitGatewayOutput, error) CreateTransitGatewayVpcAttachmentStub func(context.Context, *ec2.CreateTransitGatewayVpcAttachmentInput, ...func(*ec2.Options)) (*ec2.CreateTransitGatewayVpcAttachmentOutput, 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) DescribeTransitGatewayVpcAttachmentsStub func(context.Context, *ec2.DescribeTransitGatewayVpcAttachmentsInput, ...func(*ec2.Options)) (*ec2.DescribeTransitGatewayVpcAttachmentsOutput, error) DescribeTransitGatewaysStub func(context.Context, *ec2.DescribeTransitGatewaysInput, ...func(*ec2.Options)) (*ec2.DescribeTransitGatewaysOutput, error) // contains filtered or unexported fields }
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) 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) DescribeTransitGatewayVpcAttachments ¶
func (fake *FakeTransitGatewayClient) DescribeTransitGatewayVpcAttachments(arg1 context.Context, arg2 *ec2.DescribeTransitGatewayVpcAttachmentsInput, arg3 ...func(*ec2.Options)) (*ec2.DescribeTransitGatewayVpcAttachmentsOutput, error)
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) Invocations ¶
func (fake *FakeTransitGatewayClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.