Documentation ¶
Index ¶
- type EC2Client
- func (_m *EC2Client) DescribeRouteTables(ctx context.Context, params *ec2.DescribeRouteTablesInput, ...) (*ec2.DescribeRouteTablesOutput, error)
- func (_m *EC2Client) DescribeSubnets(ctx context.Context, params *ec2.DescribeSubnetsInput, ...) (*ec2.DescribeSubnetsOutput, error)
- func (_m *EC2Client) DescribeVpcs(ctx context.Context, params *ec2.DescribeVpcsInput, opts ...func(*ec2.Options)) (*ec2.DescribeVpcsOutput, error)
- func (_m *EC2Client) EXPECT() *EC2Client_Expecter
- type EC2Client_DescribeRouteTables_Call
- func (_c *EC2Client_DescribeRouteTables_Call) Return(_a0 *ec2.DescribeRouteTablesOutput, _a1 error) *EC2Client_DescribeRouteTables_Call
- func (_c *EC2Client_DescribeRouteTables_Call) Run(run func(ctx context.Context, params *ec2.DescribeRouteTablesInput, ...)) *EC2Client_DescribeRouteTables_Call
- func (_c *EC2Client_DescribeRouteTables_Call) RunAndReturn(...) *EC2Client_DescribeRouteTables_Call
- type EC2Client_DescribeSubnets_Call
- func (_c *EC2Client_DescribeSubnets_Call) Return(_a0 *ec2.DescribeSubnetsOutput, _a1 error) *EC2Client_DescribeSubnets_Call
- func (_c *EC2Client_DescribeSubnets_Call) Run(run func(ctx context.Context, params *ec2.DescribeSubnetsInput, ...)) *EC2Client_DescribeSubnets_Call
- func (_c *EC2Client_DescribeSubnets_Call) RunAndReturn(...) *EC2Client_DescribeSubnets_Call
- type EC2Client_DescribeVpcs_Call
- type EC2Client_Expecter
- func (_e *EC2Client_Expecter) DescribeRouteTables(ctx interface{}, params interface{}, opts ...interface{}) *EC2Client_DescribeRouteTables_Call
- func (_e *EC2Client_Expecter) DescribeSubnets(ctx interface{}, params interface{}, opts ...interface{}) *EC2Client_DescribeSubnets_Call
- func (_e *EC2Client_Expecter) DescribeVpcs(ctx interface{}, params interface{}, opts ...interface{}) *EC2Client_DescribeVpcs_Call
- type ElastiCacheClient
- type ElastiCacheClient_DescribeCacheClusters_Call
- func (_c *ElastiCacheClient_DescribeCacheClusters_Call) Return(_a0 *elasticache.DescribeCacheClustersOutput, _a1 error) *ElastiCacheClient_DescribeCacheClusters_Call
- func (_c *ElastiCacheClient_DescribeCacheClusters_Call) Run(...) *ElastiCacheClient_DescribeCacheClusters_Call
- func (_c *ElastiCacheClient_DescribeCacheClusters_Call) RunAndReturn(...) *ElastiCacheClient_DescribeCacheClusters_Call
- type ElastiCacheClient_Expecter
- type ResourceLister
- func (_m *ResourceLister) EXPECT() *ResourceLister_Expecter
- func (_m *ResourceLister) ListElastiCacheClusters(ctx context.Context) ([]aws.ElastiCacheCluster, error)
- func (_m *ResourceLister) ListSubnets(ctx context.Context) ([]aws.Subnet, error)
- func (_m *ResourceLister) ListVpcs(ctx context.Context) ([]aws.Vpc, error)
- type ResourceLister_Expecter
- func (_e *ResourceLister_Expecter) ListElastiCacheClusters(ctx interface{}) *ResourceLister_ListElastiCacheClusters_Call
- func (_e *ResourceLister_Expecter) ListSubnets(ctx interface{}) *ResourceLister_ListSubnets_Call
- func (_e *ResourceLister_Expecter) ListVpcs(ctx interface{}) *ResourceLister_ListVpcs_Call
- type ResourceLister_ListElastiCacheClusters_Call
- func (_c *ResourceLister_ListElastiCacheClusters_Call) Return(_a0 []aws.ElastiCacheCluster, _a1 error) *ResourceLister_ListElastiCacheClusters_Call
- func (_c *ResourceLister_ListElastiCacheClusters_Call) Run(run func(ctx context.Context)) *ResourceLister_ListElastiCacheClusters_Call
- func (_c *ResourceLister_ListElastiCacheClusters_Call) RunAndReturn(run func(context.Context) ([]aws.ElastiCacheCluster, error)) *ResourceLister_ListElastiCacheClusters_Call
- type ResourceLister_ListSubnets_Call
- func (_c *ResourceLister_ListSubnets_Call) Return(_a0 []aws.Subnet, _a1 error) *ResourceLister_ListSubnets_Call
- func (_c *ResourceLister_ListSubnets_Call) Run(run func(ctx context.Context)) *ResourceLister_ListSubnets_Call
- func (_c *ResourceLister_ListSubnets_Call) RunAndReturn(run func(context.Context) ([]aws.Subnet, error)) *ResourceLister_ListSubnets_Call
- type ResourceLister_ListVpcs_Call
- func (_c *ResourceLister_ListVpcs_Call) Return(_a0 []aws.Vpc, _a1 error) *ResourceLister_ListVpcs_Call
- func (_c *ResourceLister_ListVpcs_Call) Run(run func(ctx context.Context)) *ResourceLister_ListVpcs_Call
- func (_c *ResourceLister_ListVpcs_Call) RunAndReturn(run func(context.Context) ([]aws.Vpc, error)) *ResourceLister_ListVpcs_Call
- type SsmClient
- func (_m *SsmClient) EXPECT() *SsmClient_Expecter
- func (_m *SsmClient) GetParameter(ctx context.Context, params *ssm.GetParameterInput, ...) (*ssm.GetParameterOutput, error)
- func (_m *SsmClient) StartSession(ctx context.Context, params *ssm.StartSessionInput, ...) (*ssm.StartSessionOutput, error)
- func (_m *SsmClient) TerminateSession(ctx context.Context, params *ssm.TerminateSessionInput, ...) (*ssm.TerminateSessionOutput, error)
- type SsmClient_Expecter
- func (_e *SsmClient_Expecter) GetParameter(ctx interface{}, params interface{}, optFns ...interface{}) *SsmClient_GetParameter_Call
- func (_e *SsmClient_Expecter) StartSession(ctx interface{}, params interface{}, optFns ...interface{}) *SsmClient_StartSession_Call
- func (_e *SsmClient_Expecter) TerminateSession(ctx interface{}, params interface{}, optFns ...interface{}) *SsmClient_TerminateSession_Call
- type SsmClient_GetParameter_Call
- func (_c *SsmClient_GetParameter_Call) Return(_a0 *ssm.GetParameterOutput, _a1 error) *SsmClient_GetParameter_Call
- func (_c *SsmClient_GetParameter_Call) Run(run func(ctx context.Context, params *ssm.GetParameterInput, ...)) *SsmClient_GetParameter_Call
- func (_c *SsmClient_GetParameter_Call) RunAndReturn(...) *SsmClient_GetParameter_Call
- type SsmClient_StartSession_Call
- func (_c *SsmClient_StartSession_Call) Return(_a0 *ssm.StartSessionOutput, _a1 error) *SsmClient_StartSession_Call
- func (_c *SsmClient_StartSession_Call) Run(run func(ctx context.Context, params *ssm.StartSessionInput, ...)) *SsmClient_StartSession_Call
- func (_c *SsmClient_StartSession_Call) RunAndReturn(...) *SsmClient_StartSession_Call
- type SsmClient_TerminateSession_Call
- func (_c *SsmClient_TerminateSession_Call) Return(_a0 *ssm.TerminateSessionOutput, _a1 error) *SsmClient_TerminateSession_Call
- func (_c *SsmClient_TerminateSession_Call) Run(run func(ctx context.Context, params *ssm.TerminateSessionInput, ...)) *SsmClient_TerminateSession_Call
- func (_c *SsmClient_TerminateSession_Call) RunAndReturn(...) *SsmClient_TerminateSession_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EC2Client ¶
EC2Client is an autogenerated mock type for the EC2Client type
func NewEC2Client ¶
NewEC2Client creates a new instance of EC2Client. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*EC2Client) DescribeRouteTables ¶
func (_m *EC2Client) DescribeRouteTables(ctx context.Context, params *ec2.DescribeRouteTablesInput, opts ...func(*ec2.Options)) (*ec2.DescribeRouteTablesOutput, error)
DescribeRouteTables provides a mock function with given fields: ctx, params, opts
func (*EC2Client) DescribeSubnets ¶
func (_m *EC2Client) DescribeSubnets(ctx context.Context, params *ec2.DescribeSubnetsInput, opts ...func(*ec2.Options)) (*ec2.DescribeSubnetsOutput, error)
DescribeSubnets provides a mock function with given fields: ctx, params, opts
func (*EC2Client) DescribeVpcs ¶
func (_m *EC2Client) DescribeVpcs(ctx context.Context, params *ec2.DescribeVpcsInput, opts ...func(*ec2.Options)) (*ec2.DescribeVpcsOutput, error)
DescribeVpcs provides a mock function with given fields: ctx, params, opts
func (*EC2Client) EXPECT ¶
func (_m *EC2Client) EXPECT() *EC2Client_Expecter
type EC2Client_DescribeRouteTables_Call ¶
EC2Client_DescribeRouteTables_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DescribeRouteTables'
func (*EC2Client_DescribeRouteTables_Call) Return ¶
func (_c *EC2Client_DescribeRouteTables_Call) Return(_a0 *ec2.DescribeRouteTablesOutput, _a1 error) *EC2Client_DescribeRouteTables_Call
func (*EC2Client_DescribeRouteTables_Call) Run ¶
func (_c *EC2Client_DescribeRouteTables_Call) Run(run func(ctx context.Context, params *ec2.DescribeRouteTablesInput, opts ...func(*ec2.Options))) *EC2Client_DescribeRouteTables_Call
func (*EC2Client_DescribeRouteTables_Call) RunAndReturn ¶
func (_c *EC2Client_DescribeRouteTables_Call) RunAndReturn(run func(context.Context, *ec2.DescribeRouteTablesInput, ...func(*ec2.Options)) (*ec2.DescribeRouteTablesOutput, error)) *EC2Client_DescribeRouteTables_Call
type EC2Client_DescribeSubnets_Call ¶
EC2Client_DescribeSubnets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DescribeSubnets'
func (*EC2Client_DescribeSubnets_Call) Return ¶
func (_c *EC2Client_DescribeSubnets_Call) Return(_a0 *ec2.DescribeSubnetsOutput, _a1 error) *EC2Client_DescribeSubnets_Call
func (*EC2Client_DescribeSubnets_Call) Run ¶
func (_c *EC2Client_DescribeSubnets_Call) Run(run func(ctx context.Context, params *ec2.DescribeSubnetsInput, opts ...func(*ec2.Options))) *EC2Client_DescribeSubnets_Call
func (*EC2Client_DescribeSubnets_Call) RunAndReturn ¶
func (_c *EC2Client_DescribeSubnets_Call) RunAndReturn(run func(context.Context, *ec2.DescribeSubnetsInput, ...func(*ec2.Options)) (*ec2.DescribeSubnetsOutput, error)) *EC2Client_DescribeSubnets_Call
type EC2Client_DescribeVpcs_Call ¶
EC2Client_DescribeVpcs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DescribeVpcs'
func (*EC2Client_DescribeVpcs_Call) Return ¶
func (_c *EC2Client_DescribeVpcs_Call) Return(_a0 *ec2.DescribeVpcsOutput, _a1 error) *EC2Client_DescribeVpcs_Call
func (*EC2Client_DescribeVpcs_Call) Run ¶
func (_c *EC2Client_DescribeVpcs_Call) Run(run func(ctx context.Context, params *ec2.DescribeVpcsInput, opts ...func(*ec2.Options))) *EC2Client_DescribeVpcs_Call
func (*EC2Client_DescribeVpcs_Call) RunAndReturn ¶
func (_c *EC2Client_DescribeVpcs_Call) RunAndReturn(run func(context.Context, *ec2.DescribeVpcsInput, ...func(*ec2.Options)) (*ec2.DescribeVpcsOutput, error)) *EC2Client_DescribeVpcs_Call
type EC2Client_Expecter ¶
type EC2Client_Expecter struct {
// contains filtered or unexported fields
}
func (*EC2Client_Expecter) DescribeRouteTables ¶
func (_e *EC2Client_Expecter) DescribeRouteTables(ctx interface{}, params interface{}, opts ...interface{}) *EC2Client_DescribeRouteTables_Call
DescribeRouteTables is a helper method to define mock.On call
- ctx context.Context
- params *ec2.DescribeRouteTablesInput
- opts ...func(*ec2.Options)
func (*EC2Client_Expecter) DescribeSubnets ¶
func (_e *EC2Client_Expecter) DescribeSubnets(ctx interface{}, params interface{}, opts ...interface{}) *EC2Client_DescribeSubnets_Call
DescribeSubnets is a helper method to define mock.On call
- ctx context.Context
- params *ec2.DescribeSubnetsInput
- opts ...func(*ec2.Options)
func (*EC2Client_Expecter) DescribeVpcs ¶
func (_e *EC2Client_Expecter) DescribeVpcs(ctx interface{}, params interface{}, opts ...interface{}) *EC2Client_DescribeVpcs_Call
DescribeVpcs is a helper method to define mock.On call
- ctx context.Context
- params *ec2.DescribeVpcsInput
- opts ...func(*ec2.Options)
type ElastiCacheClient ¶
ElastiCacheClient is an autogenerated mock type for the ElastiCacheClient type
func NewElastiCacheClient ¶
func NewElastiCacheClient(t interface { mock.TestingT Cleanup(func()) }) *ElastiCacheClient
NewElastiCacheClient creates a new instance of ElastiCacheClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ElastiCacheClient) DescribeCacheClusters ¶
func (_m *ElastiCacheClient) DescribeCacheClusters(ctx context.Context, params *elasticache.DescribeCacheClustersInput, optFns ...func(*elasticache.Options)) (*elasticache.DescribeCacheClustersOutput, error)
DescribeCacheClusters provides a mock function with given fields: ctx, params, optFns
func (*ElastiCacheClient) EXPECT ¶
func (_m *ElastiCacheClient) EXPECT() *ElastiCacheClient_Expecter
type ElastiCacheClient_DescribeCacheClusters_Call ¶
ElastiCacheClient_DescribeCacheClusters_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DescribeCacheClusters'
func (*ElastiCacheClient_DescribeCacheClusters_Call) Return ¶
func (_c *ElastiCacheClient_DescribeCacheClusters_Call) Return(_a0 *elasticache.DescribeCacheClustersOutput, _a1 error) *ElastiCacheClient_DescribeCacheClusters_Call
func (*ElastiCacheClient_DescribeCacheClusters_Call) Run ¶
func (_c *ElastiCacheClient_DescribeCacheClusters_Call) Run(run func(ctx context.Context, params *elasticache.DescribeCacheClustersInput, optFns ...func(*elasticache.Options))) *ElastiCacheClient_DescribeCacheClusters_Call
func (*ElastiCacheClient_DescribeCacheClusters_Call) RunAndReturn ¶
func (_c *ElastiCacheClient_DescribeCacheClusters_Call) RunAndReturn(run func(context.Context, *elasticache.DescribeCacheClustersInput, ...func(*elasticache.Options)) (*elasticache.DescribeCacheClustersOutput, error)) *ElastiCacheClient_DescribeCacheClusters_Call
type ElastiCacheClient_Expecter ¶
type ElastiCacheClient_Expecter struct {
// contains filtered or unexported fields
}
func (*ElastiCacheClient_Expecter) DescribeCacheClusters ¶
func (_e *ElastiCacheClient_Expecter) DescribeCacheClusters(ctx interface{}, params interface{}, optFns ...interface{}) *ElastiCacheClient_DescribeCacheClusters_Call
DescribeCacheClusters is a helper method to define mock.On call
- ctx context.Context
- params *elasticache.DescribeCacheClustersInput
- optFns ...func(*elasticache.Options)
type ResourceLister ¶
ResourceLister is an autogenerated mock type for the ResourceLister type
func NewResourceLister ¶
func NewResourceLister(t interface { mock.TestingT Cleanup(func()) }) *ResourceLister
NewResourceLister creates a new instance of ResourceLister. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ResourceLister) EXPECT ¶
func (_m *ResourceLister) EXPECT() *ResourceLister_Expecter
func (*ResourceLister) ListElastiCacheClusters ¶
func (_m *ResourceLister) ListElastiCacheClusters(ctx context.Context) ([]aws.ElastiCacheCluster, error)
ListElastiCacheClusters provides a mock function with given fields: ctx
func (*ResourceLister) ListSubnets ¶
ListSubnets provides a mock function with given fields: ctx
type ResourceLister_Expecter ¶
type ResourceLister_Expecter struct {
// contains filtered or unexported fields
}
func (*ResourceLister_Expecter) ListElastiCacheClusters ¶
func (_e *ResourceLister_Expecter) ListElastiCacheClusters(ctx interface{}) *ResourceLister_ListElastiCacheClusters_Call
ListElastiCacheClusters is a helper method to define mock.On call
- ctx context.Context
func (*ResourceLister_Expecter) ListSubnets ¶
func (_e *ResourceLister_Expecter) ListSubnets(ctx interface{}) *ResourceLister_ListSubnets_Call
ListSubnets is a helper method to define mock.On call
- ctx context.Context
func (*ResourceLister_Expecter) ListVpcs ¶
func (_e *ResourceLister_Expecter) ListVpcs(ctx interface{}) *ResourceLister_ListVpcs_Call
ListVpcs is a helper method to define mock.On call
- ctx context.Context
type ResourceLister_ListElastiCacheClusters_Call ¶
ResourceLister_ListElastiCacheClusters_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListElastiCacheClusters'
func (*ResourceLister_ListElastiCacheClusters_Call) Return ¶
func (_c *ResourceLister_ListElastiCacheClusters_Call) Return(_a0 []aws.ElastiCacheCluster, _a1 error) *ResourceLister_ListElastiCacheClusters_Call
func (*ResourceLister_ListElastiCacheClusters_Call) Run ¶
func (_c *ResourceLister_ListElastiCacheClusters_Call) Run(run func(ctx context.Context)) *ResourceLister_ListElastiCacheClusters_Call
func (*ResourceLister_ListElastiCacheClusters_Call) RunAndReturn ¶
func (_c *ResourceLister_ListElastiCacheClusters_Call) RunAndReturn(run func(context.Context) ([]aws.ElastiCacheCluster, error)) *ResourceLister_ListElastiCacheClusters_Call
type ResourceLister_ListSubnets_Call ¶
ResourceLister_ListSubnets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSubnets'
func (*ResourceLister_ListSubnets_Call) Return ¶
func (_c *ResourceLister_ListSubnets_Call) Return(_a0 []aws.Subnet, _a1 error) *ResourceLister_ListSubnets_Call
func (*ResourceLister_ListSubnets_Call) Run ¶
func (_c *ResourceLister_ListSubnets_Call) Run(run func(ctx context.Context)) *ResourceLister_ListSubnets_Call
func (*ResourceLister_ListSubnets_Call) RunAndReturn ¶
func (_c *ResourceLister_ListSubnets_Call) RunAndReturn(run func(context.Context) ([]aws.Subnet, error)) *ResourceLister_ListSubnets_Call
type ResourceLister_ListVpcs_Call ¶
ResourceLister_ListVpcs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVpcs'
func (*ResourceLister_ListVpcs_Call) Return ¶
func (_c *ResourceLister_ListVpcs_Call) Return(_a0 []aws.Vpc, _a1 error) *ResourceLister_ListVpcs_Call
func (*ResourceLister_ListVpcs_Call) Run ¶
func (_c *ResourceLister_ListVpcs_Call) Run(run func(ctx context.Context)) *ResourceLister_ListVpcs_Call
func (*ResourceLister_ListVpcs_Call) RunAndReturn ¶
func (_c *ResourceLister_ListVpcs_Call) RunAndReturn(run func(context.Context) ([]aws.Vpc, error)) *ResourceLister_ListVpcs_Call
type SsmClient ¶
SsmClient is an autogenerated mock type for the SsmClient type
func NewSsmClient ¶
NewSsmClient creates a new instance of SsmClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*SsmClient) EXPECT ¶
func (_m *SsmClient) EXPECT() *SsmClient_Expecter
func (*SsmClient) GetParameter ¶
func (_m *SsmClient) GetParameter(ctx context.Context, params *ssm.GetParameterInput, optFns ...func(*ssm.Options)) (*ssm.GetParameterOutput, error)
GetParameter provides a mock function with given fields: ctx, params, optFns
func (*SsmClient) StartSession ¶
func (_m *SsmClient) StartSession(ctx context.Context, params *ssm.StartSessionInput, optFns ...func(*ssm.Options)) (*ssm.StartSessionOutput, error)
StartSession provides a mock function with given fields: ctx, params, optFns
func (*SsmClient) TerminateSession ¶
func (_m *SsmClient) TerminateSession(ctx context.Context, params *ssm.TerminateSessionInput, optFns ...func(*ssm.Options)) (*ssm.TerminateSessionOutput, error)
TerminateSession provides a mock function with given fields: ctx, params, optFns
type SsmClient_Expecter ¶
type SsmClient_Expecter struct {
// contains filtered or unexported fields
}
func (*SsmClient_Expecter) GetParameter ¶
func (_e *SsmClient_Expecter) GetParameter(ctx interface{}, params interface{}, optFns ...interface{}) *SsmClient_GetParameter_Call
GetParameter is a helper method to define mock.On call
- ctx context.Context
- params *ssm.GetParameterInput
- optFns ...func(*ssm.Options)
func (*SsmClient_Expecter) StartSession ¶
func (_e *SsmClient_Expecter) StartSession(ctx interface{}, params interface{}, optFns ...interface{}) *SsmClient_StartSession_Call
StartSession is a helper method to define mock.On call
- ctx context.Context
- params *ssm.StartSessionInput
- optFns ...func(*ssm.Options)
func (*SsmClient_Expecter) TerminateSession ¶
func (_e *SsmClient_Expecter) TerminateSession(ctx interface{}, params interface{}, optFns ...interface{}) *SsmClient_TerminateSession_Call
TerminateSession is a helper method to define mock.On call
- ctx context.Context
- params *ssm.TerminateSessionInput
- optFns ...func(*ssm.Options)
type SsmClient_GetParameter_Call ¶
SsmClient_GetParameter_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetParameter'
func (*SsmClient_GetParameter_Call) Return ¶
func (_c *SsmClient_GetParameter_Call) Return(_a0 *ssm.GetParameterOutput, _a1 error) *SsmClient_GetParameter_Call
func (*SsmClient_GetParameter_Call) Run ¶
func (_c *SsmClient_GetParameter_Call) Run(run func(ctx context.Context, params *ssm.GetParameterInput, optFns ...func(*ssm.Options))) *SsmClient_GetParameter_Call
func (*SsmClient_GetParameter_Call) RunAndReturn ¶
func (_c *SsmClient_GetParameter_Call) RunAndReturn(run func(context.Context, *ssm.GetParameterInput, ...func(*ssm.Options)) (*ssm.GetParameterOutput, error)) *SsmClient_GetParameter_Call
type SsmClient_StartSession_Call ¶
SsmClient_StartSession_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StartSession'
func (*SsmClient_StartSession_Call) Return ¶
func (_c *SsmClient_StartSession_Call) Return(_a0 *ssm.StartSessionOutput, _a1 error) *SsmClient_StartSession_Call
func (*SsmClient_StartSession_Call) Run ¶
func (_c *SsmClient_StartSession_Call) Run(run func(ctx context.Context, params *ssm.StartSessionInput, optFns ...func(*ssm.Options))) *SsmClient_StartSession_Call
func (*SsmClient_StartSession_Call) RunAndReturn ¶
func (_c *SsmClient_StartSession_Call) RunAndReturn(run func(context.Context, *ssm.StartSessionInput, ...func(*ssm.Options)) (*ssm.StartSessionOutput, error)) *SsmClient_StartSession_Call
type SsmClient_TerminateSession_Call ¶
SsmClient_TerminateSession_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TerminateSession'
func (*SsmClient_TerminateSession_Call) Return ¶
func (_c *SsmClient_TerminateSession_Call) Return(_a0 *ssm.TerminateSessionOutput, _a1 error) *SsmClient_TerminateSession_Call
func (*SsmClient_TerminateSession_Call) Run ¶
func (_c *SsmClient_TerminateSession_Call) Run(run func(ctx context.Context, params *ssm.TerminateSessionInput, optFns ...func(*ssm.Options))) *SsmClient_TerminateSession_Call
func (*SsmClient_TerminateSession_Call) RunAndReturn ¶
func (_c *SsmClient_TerminateSession_Call) RunAndReturn(run func(context.Context, *ssm.TerminateSessionInput, ...func(*ssm.Options)) (*ssm.TerminateSessionOutput, error)) *SsmClient_TerminateSession_Call