mocks

package
v0.37.1 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AwsSession

type AwsSession struct {
	mock.Mock
}

AwsSession is an autogenerated mock type for the AwsSession type

func NewAwsSession added in v0.34.0

func NewAwsSession(t mockConstructorTestingTNewAwsSession) *AwsSession

NewAwsSession creates a new instance of AwsSession. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*AwsSession) ClientConfig

func (_m *AwsSession) ClientConfig(serviceName string, cfgs ...*aws.Config) client.Config

ClientConfig provides a mock function with given fields: serviceName, cfgs

type CloudWatchAPI

type CloudWatchAPI struct {
	mock.Mock
}

CloudWatchAPI is an autogenerated mock type for the CloudWatchAPI type

func NewCloudWatchAPI added in v0.34.0

func NewCloudWatchAPI(t mockConstructorTestingTNewCloudWatchAPI) *CloudWatchAPI

NewCloudWatchAPI creates a new instance of CloudWatchAPI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*CloudWatchAPI) DeleteAlarms

DeleteAlarms provides a mock function with given fields: _a0

func (*CloudWatchAPI) DeleteAlarmsRequest

DeleteAlarmsRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) DeleteAlarmsWithContext

func (_m *CloudWatchAPI) DeleteAlarmsWithContext(_a0 context.Context, _a1 *cloudwatch.DeleteAlarmsInput, _a2 ...request.Option) (*cloudwatch.DeleteAlarmsOutput, error)

DeleteAlarmsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) DeleteAnomalyDetector

DeleteAnomalyDetector provides a mock function with given fields: _a0

func (*CloudWatchAPI) DeleteAnomalyDetectorRequest

DeleteAnomalyDetectorRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) DeleteAnomalyDetectorWithContext

DeleteAnomalyDetectorWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) DeleteDashboards

DeleteDashboards provides a mock function with given fields: _a0

func (*CloudWatchAPI) DeleteDashboardsRequest

DeleteDashboardsRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) DeleteDashboardsWithContext

func (_m *CloudWatchAPI) DeleteDashboardsWithContext(_a0 context.Context, _a1 *cloudwatch.DeleteDashboardsInput, _a2 ...request.Option) (*cloudwatch.DeleteDashboardsOutput, error)

DeleteDashboardsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) DeleteInsightRules added in v0.32.0

DeleteInsightRules provides a mock function with given fields: _a0

func (*CloudWatchAPI) DeleteInsightRulesRequest added in v0.32.0

DeleteInsightRulesRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) DeleteInsightRulesWithContext added in v0.32.0

func (_m *CloudWatchAPI) DeleteInsightRulesWithContext(_a0 context.Context, _a1 *cloudwatch.DeleteInsightRulesInput, _a2 ...request.Option) (*cloudwatch.DeleteInsightRulesOutput, error)

DeleteInsightRulesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) DeleteMetricStream added in v0.34.0

DeleteMetricStream provides a mock function with given fields: _a0

func (*CloudWatchAPI) DeleteMetricStreamRequest added in v0.34.0

DeleteMetricStreamRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) DeleteMetricStreamWithContext added in v0.34.0

func (_m *CloudWatchAPI) DeleteMetricStreamWithContext(_a0 context.Context, _a1 *cloudwatch.DeleteMetricStreamInput, _a2 ...request.Option) (*cloudwatch.DeleteMetricStreamOutput, error)

DeleteMetricStreamWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) DescribeAlarmHistory

DescribeAlarmHistory provides a mock function with given fields: _a0

func (*CloudWatchAPI) DescribeAlarmHistoryPages

func (_m *CloudWatchAPI) DescribeAlarmHistoryPages(_a0 *cloudwatch.DescribeAlarmHistoryInput, _a1 func(*cloudwatch.DescribeAlarmHistoryOutput, bool) bool) error

DescribeAlarmHistoryPages provides a mock function with given fields: _a0, _a1

func (*CloudWatchAPI) DescribeAlarmHistoryPagesWithContext

func (_m *CloudWatchAPI) DescribeAlarmHistoryPagesWithContext(_a0 context.Context, _a1 *cloudwatch.DescribeAlarmHistoryInput, _a2 func(*cloudwatch.DescribeAlarmHistoryOutput, bool) bool, _a3 ...request.Option) error

DescribeAlarmHistoryPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CloudWatchAPI) DescribeAlarmHistoryRequest

DescribeAlarmHistoryRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) DescribeAlarmHistoryWithContext

DescribeAlarmHistoryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) DescribeAlarms

DescribeAlarms provides a mock function with given fields: _a0

func (*CloudWatchAPI) DescribeAlarmsForMetric

DescribeAlarmsForMetric provides a mock function with given fields: _a0

func (*CloudWatchAPI) DescribeAlarmsForMetricRequest

DescribeAlarmsForMetricRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) DescribeAlarmsForMetricWithContext

DescribeAlarmsForMetricWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) DescribeAlarmsPages

func (_m *CloudWatchAPI) DescribeAlarmsPages(_a0 *cloudwatch.DescribeAlarmsInput, _a1 func(*cloudwatch.DescribeAlarmsOutput, bool) bool) error

DescribeAlarmsPages provides a mock function with given fields: _a0, _a1

func (*CloudWatchAPI) DescribeAlarmsPagesWithContext

func (_m *CloudWatchAPI) DescribeAlarmsPagesWithContext(_a0 context.Context, _a1 *cloudwatch.DescribeAlarmsInput, _a2 func(*cloudwatch.DescribeAlarmsOutput, bool) bool, _a3 ...request.Option) error

DescribeAlarmsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CloudWatchAPI) DescribeAlarmsRequest

DescribeAlarmsRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) DescribeAlarmsWithContext

func (_m *CloudWatchAPI) DescribeAlarmsWithContext(_a0 context.Context, _a1 *cloudwatch.DescribeAlarmsInput, _a2 ...request.Option) (*cloudwatch.DescribeAlarmsOutput, error)

DescribeAlarmsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) DescribeAnomalyDetectors

DescribeAnomalyDetectors provides a mock function with given fields: _a0

func (*CloudWatchAPI) DescribeAnomalyDetectorsPages added in v0.34.0

DescribeAnomalyDetectorsPages provides a mock function with given fields: _a0, _a1

func (*CloudWatchAPI) DescribeAnomalyDetectorsPagesWithContext added in v0.34.0

func (_m *CloudWatchAPI) DescribeAnomalyDetectorsPagesWithContext(_a0 context.Context, _a1 *cloudwatch.DescribeAnomalyDetectorsInput, _a2 func(*cloudwatch.DescribeAnomalyDetectorsOutput, bool) bool, _a3 ...request.Option) error

DescribeAnomalyDetectorsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CloudWatchAPI) DescribeAnomalyDetectorsRequest

DescribeAnomalyDetectorsRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) DescribeAnomalyDetectorsWithContext

DescribeAnomalyDetectorsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) DescribeInsightRules added in v0.32.0

DescribeInsightRules provides a mock function with given fields: _a0

func (*CloudWatchAPI) DescribeInsightRulesPages added in v0.32.0

func (_m *CloudWatchAPI) DescribeInsightRulesPages(_a0 *cloudwatch.DescribeInsightRulesInput, _a1 func(*cloudwatch.DescribeInsightRulesOutput, bool) bool) error

DescribeInsightRulesPages provides a mock function with given fields: _a0, _a1

func (*CloudWatchAPI) DescribeInsightRulesPagesWithContext added in v0.32.0

func (_m *CloudWatchAPI) DescribeInsightRulesPagesWithContext(_a0 context.Context, _a1 *cloudwatch.DescribeInsightRulesInput, _a2 func(*cloudwatch.DescribeInsightRulesOutput, bool) bool, _a3 ...request.Option) error

DescribeInsightRulesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CloudWatchAPI) DescribeInsightRulesRequest added in v0.32.0

DescribeInsightRulesRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) DescribeInsightRulesWithContext added in v0.32.0

DescribeInsightRulesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) DisableAlarmActions

DisableAlarmActions provides a mock function with given fields: _a0

func (*CloudWatchAPI) DisableAlarmActionsRequest

DisableAlarmActionsRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) DisableAlarmActionsWithContext

func (_m *CloudWatchAPI) DisableAlarmActionsWithContext(_a0 context.Context, _a1 *cloudwatch.DisableAlarmActionsInput, _a2 ...request.Option) (*cloudwatch.DisableAlarmActionsOutput, error)

DisableAlarmActionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) DisableInsightRules added in v0.32.0

DisableInsightRules provides a mock function with given fields: _a0

func (*CloudWatchAPI) DisableInsightRulesRequest added in v0.32.0

DisableInsightRulesRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) DisableInsightRulesWithContext added in v0.32.0

func (_m *CloudWatchAPI) DisableInsightRulesWithContext(_a0 context.Context, _a1 *cloudwatch.DisableInsightRulesInput, _a2 ...request.Option) (*cloudwatch.DisableInsightRulesOutput, error)

DisableInsightRulesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) EnableAlarmActions

EnableAlarmActions provides a mock function with given fields: _a0

func (*CloudWatchAPI) EnableAlarmActionsRequest

EnableAlarmActionsRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) EnableAlarmActionsWithContext

func (_m *CloudWatchAPI) EnableAlarmActionsWithContext(_a0 context.Context, _a1 *cloudwatch.EnableAlarmActionsInput, _a2 ...request.Option) (*cloudwatch.EnableAlarmActionsOutput, error)

EnableAlarmActionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) EnableInsightRules added in v0.32.0

EnableInsightRules provides a mock function with given fields: _a0

func (*CloudWatchAPI) EnableInsightRulesRequest added in v0.32.0

EnableInsightRulesRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) EnableInsightRulesWithContext added in v0.32.0

func (_m *CloudWatchAPI) EnableInsightRulesWithContext(_a0 context.Context, _a1 *cloudwatch.EnableInsightRulesInput, _a2 ...request.Option) (*cloudwatch.EnableInsightRulesOutput, error)

EnableInsightRulesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) GetDashboard

GetDashboard provides a mock function with given fields: _a0

func (*CloudWatchAPI) GetDashboardRequest

GetDashboardRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) GetDashboardWithContext

func (_m *CloudWatchAPI) GetDashboardWithContext(_a0 context.Context, _a1 *cloudwatch.GetDashboardInput, _a2 ...request.Option) (*cloudwatch.GetDashboardOutput, error)

GetDashboardWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) GetInsightRuleReport added in v0.32.0

GetInsightRuleReport provides a mock function with given fields: _a0

func (*CloudWatchAPI) GetInsightRuleReportRequest added in v0.32.0

GetInsightRuleReportRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) GetInsightRuleReportWithContext added in v0.32.0

GetInsightRuleReportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) GetMetricData

GetMetricData provides a mock function with given fields: _a0

func (*CloudWatchAPI) GetMetricDataPages

func (_m *CloudWatchAPI) GetMetricDataPages(_a0 *cloudwatch.GetMetricDataInput, _a1 func(*cloudwatch.GetMetricDataOutput, bool) bool) error

GetMetricDataPages provides a mock function with given fields: _a0, _a1

func (*CloudWatchAPI) GetMetricDataPagesWithContext

func (_m *CloudWatchAPI) GetMetricDataPagesWithContext(_a0 context.Context, _a1 *cloudwatch.GetMetricDataInput, _a2 func(*cloudwatch.GetMetricDataOutput, bool) bool, _a3 ...request.Option) error

GetMetricDataPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CloudWatchAPI) GetMetricDataRequest

GetMetricDataRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) GetMetricDataWithContext

func (_m *CloudWatchAPI) GetMetricDataWithContext(_a0 context.Context, _a1 *cloudwatch.GetMetricDataInput, _a2 ...request.Option) (*cloudwatch.GetMetricDataOutput, error)

GetMetricDataWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) GetMetricStatistics

GetMetricStatistics provides a mock function with given fields: _a0

func (*CloudWatchAPI) GetMetricStatisticsRequest

GetMetricStatisticsRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) GetMetricStatisticsWithContext

func (_m *CloudWatchAPI) GetMetricStatisticsWithContext(_a0 context.Context, _a1 *cloudwatch.GetMetricStatisticsInput, _a2 ...request.Option) (*cloudwatch.GetMetricStatisticsOutput, error)

GetMetricStatisticsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) GetMetricStream added in v0.34.0

GetMetricStream provides a mock function with given fields: _a0

func (*CloudWatchAPI) GetMetricStreamRequest added in v0.34.0

GetMetricStreamRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) GetMetricStreamWithContext added in v0.34.0

func (_m *CloudWatchAPI) GetMetricStreamWithContext(_a0 context.Context, _a1 *cloudwatch.GetMetricStreamInput, _a2 ...request.Option) (*cloudwatch.GetMetricStreamOutput, error)

GetMetricStreamWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) GetMetricWidgetImage

GetMetricWidgetImage provides a mock function with given fields: _a0

func (*CloudWatchAPI) GetMetricWidgetImageRequest

GetMetricWidgetImageRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) GetMetricWidgetImageWithContext

GetMetricWidgetImageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) ListDashboards

ListDashboards provides a mock function with given fields: _a0

func (*CloudWatchAPI) ListDashboardsPages

func (_m *CloudWatchAPI) ListDashboardsPages(_a0 *cloudwatch.ListDashboardsInput, _a1 func(*cloudwatch.ListDashboardsOutput, bool) bool) error

ListDashboardsPages provides a mock function with given fields: _a0, _a1

func (*CloudWatchAPI) ListDashboardsPagesWithContext

func (_m *CloudWatchAPI) ListDashboardsPagesWithContext(_a0 context.Context, _a1 *cloudwatch.ListDashboardsInput, _a2 func(*cloudwatch.ListDashboardsOutput, bool) bool, _a3 ...request.Option) error

ListDashboardsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CloudWatchAPI) ListDashboardsRequest

ListDashboardsRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) ListDashboardsWithContext

func (_m *CloudWatchAPI) ListDashboardsWithContext(_a0 context.Context, _a1 *cloudwatch.ListDashboardsInput, _a2 ...request.Option) (*cloudwatch.ListDashboardsOutput, error)

ListDashboardsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) ListManagedInsightRules added in v0.34.0

ListManagedInsightRules provides a mock function with given fields: _a0

func (*CloudWatchAPI) ListManagedInsightRulesPages added in v0.34.0

ListManagedInsightRulesPages provides a mock function with given fields: _a0, _a1

func (*CloudWatchAPI) ListManagedInsightRulesPagesWithContext added in v0.34.0

func (_m *CloudWatchAPI) ListManagedInsightRulesPagesWithContext(_a0 context.Context, _a1 *cloudwatch.ListManagedInsightRulesInput, _a2 func(*cloudwatch.ListManagedInsightRulesOutput, bool) bool, _a3 ...request.Option) error

ListManagedInsightRulesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CloudWatchAPI) ListManagedInsightRulesRequest added in v0.34.0

ListManagedInsightRulesRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) ListManagedInsightRulesWithContext added in v0.34.0

ListManagedInsightRulesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) ListMetricStreams added in v0.34.0

ListMetricStreams provides a mock function with given fields: _a0

func (*CloudWatchAPI) ListMetricStreamsPages added in v0.34.0

func (_m *CloudWatchAPI) ListMetricStreamsPages(_a0 *cloudwatch.ListMetricStreamsInput, _a1 func(*cloudwatch.ListMetricStreamsOutput, bool) bool) error

ListMetricStreamsPages provides a mock function with given fields: _a0, _a1

func (*CloudWatchAPI) ListMetricStreamsPagesWithContext added in v0.34.0

func (_m *CloudWatchAPI) ListMetricStreamsPagesWithContext(_a0 context.Context, _a1 *cloudwatch.ListMetricStreamsInput, _a2 func(*cloudwatch.ListMetricStreamsOutput, bool) bool, _a3 ...request.Option) error

ListMetricStreamsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CloudWatchAPI) ListMetricStreamsRequest added in v0.34.0

ListMetricStreamsRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) ListMetricStreamsWithContext added in v0.34.0

func (_m *CloudWatchAPI) ListMetricStreamsWithContext(_a0 context.Context, _a1 *cloudwatch.ListMetricStreamsInput, _a2 ...request.Option) (*cloudwatch.ListMetricStreamsOutput, error)

ListMetricStreamsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) ListMetrics

ListMetrics provides a mock function with given fields: _a0

func (*CloudWatchAPI) ListMetricsPages

func (_m *CloudWatchAPI) ListMetricsPages(_a0 *cloudwatch.ListMetricsInput, _a1 func(*cloudwatch.ListMetricsOutput, bool) bool) error

ListMetricsPages provides a mock function with given fields: _a0, _a1

func (*CloudWatchAPI) ListMetricsPagesWithContext

func (_m *CloudWatchAPI) ListMetricsPagesWithContext(_a0 context.Context, _a1 *cloudwatch.ListMetricsInput, _a2 func(*cloudwatch.ListMetricsOutput, bool) bool, _a3 ...request.Option) error

ListMetricsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CloudWatchAPI) ListMetricsRequest

ListMetricsRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) ListMetricsWithContext

func (_m *CloudWatchAPI) ListMetricsWithContext(_a0 context.Context, _a1 *cloudwatch.ListMetricsInput, _a2 ...request.Option) (*cloudwatch.ListMetricsOutput, error)

ListMetricsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) ListTagsForResource

ListTagsForResource provides a mock function with given fields: _a0

func (*CloudWatchAPI) ListTagsForResourceRequest

ListTagsForResourceRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) ListTagsForResourceWithContext

func (_m *CloudWatchAPI) ListTagsForResourceWithContext(_a0 context.Context, _a1 *cloudwatch.ListTagsForResourceInput, _a2 ...request.Option) (*cloudwatch.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) PutAnomalyDetector

PutAnomalyDetector provides a mock function with given fields: _a0

func (*CloudWatchAPI) PutAnomalyDetectorRequest

PutAnomalyDetectorRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) PutAnomalyDetectorWithContext

func (_m *CloudWatchAPI) PutAnomalyDetectorWithContext(_a0 context.Context, _a1 *cloudwatch.PutAnomalyDetectorInput, _a2 ...request.Option) (*cloudwatch.PutAnomalyDetectorOutput, error)

PutAnomalyDetectorWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) PutCompositeAlarm added in v0.32.0

PutCompositeAlarm provides a mock function with given fields: _a0

func (*CloudWatchAPI) PutCompositeAlarmRequest added in v0.32.0

PutCompositeAlarmRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) PutCompositeAlarmWithContext added in v0.32.0

func (_m *CloudWatchAPI) PutCompositeAlarmWithContext(_a0 context.Context, _a1 *cloudwatch.PutCompositeAlarmInput, _a2 ...request.Option) (*cloudwatch.PutCompositeAlarmOutput, error)

PutCompositeAlarmWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) PutDashboard

PutDashboard provides a mock function with given fields: _a0

func (*CloudWatchAPI) PutDashboardRequest

PutDashboardRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) PutDashboardWithContext

func (_m *CloudWatchAPI) PutDashboardWithContext(_a0 context.Context, _a1 *cloudwatch.PutDashboardInput, _a2 ...request.Option) (*cloudwatch.PutDashboardOutput, error)

PutDashboardWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) PutInsightRule added in v0.32.0

PutInsightRule provides a mock function with given fields: _a0

func (*CloudWatchAPI) PutInsightRuleRequest added in v0.32.0

PutInsightRuleRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) PutInsightRuleWithContext added in v0.32.0

func (_m *CloudWatchAPI) PutInsightRuleWithContext(_a0 context.Context, _a1 *cloudwatch.PutInsightRuleInput, _a2 ...request.Option) (*cloudwatch.PutInsightRuleOutput, error)

PutInsightRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) PutManagedInsightRules added in v0.34.0

PutManagedInsightRules provides a mock function with given fields: _a0

func (*CloudWatchAPI) PutManagedInsightRulesRequest added in v0.34.0

PutManagedInsightRulesRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) PutManagedInsightRulesWithContext added in v0.34.0

PutManagedInsightRulesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) PutMetricAlarm

PutMetricAlarm provides a mock function with given fields: _a0

func (*CloudWatchAPI) PutMetricAlarmRequest

PutMetricAlarmRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) PutMetricAlarmWithContext

func (_m *CloudWatchAPI) PutMetricAlarmWithContext(_a0 context.Context, _a1 *cloudwatch.PutMetricAlarmInput, _a2 ...request.Option) (*cloudwatch.PutMetricAlarmOutput, error)

PutMetricAlarmWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) PutMetricData

PutMetricData provides a mock function with given fields: _a0

func (*CloudWatchAPI) PutMetricDataRequest

PutMetricDataRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) PutMetricDataWithContext

func (_m *CloudWatchAPI) PutMetricDataWithContext(_a0 context.Context, _a1 *cloudwatch.PutMetricDataInput, _a2 ...request.Option) (*cloudwatch.PutMetricDataOutput, error)

PutMetricDataWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) PutMetricStream added in v0.34.0

PutMetricStream provides a mock function with given fields: _a0

func (*CloudWatchAPI) PutMetricStreamRequest added in v0.34.0

PutMetricStreamRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) PutMetricStreamWithContext added in v0.34.0

func (_m *CloudWatchAPI) PutMetricStreamWithContext(_a0 context.Context, _a1 *cloudwatch.PutMetricStreamInput, _a2 ...request.Option) (*cloudwatch.PutMetricStreamOutput, error)

PutMetricStreamWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) SetAlarmState

SetAlarmState provides a mock function with given fields: _a0

func (*CloudWatchAPI) SetAlarmStateRequest

SetAlarmStateRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) SetAlarmStateWithContext

func (_m *CloudWatchAPI) SetAlarmStateWithContext(_a0 context.Context, _a1 *cloudwatch.SetAlarmStateInput, _a2 ...request.Option) (*cloudwatch.SetAlarmStateOutput, error)

SetAlarmStateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) StartMetricStreams added in v0.34.0

StartMetricStreams provides a mock function with given fields: _a0

func (*CloudWatchAPI) StartMetricStreamsRequest added in v0.34.0

StartMetricStreamsRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) StartMetricStreamsWithContext added in v0.34.0

func (_m *CloudWatchAPI) StartMetricStreamsWithContext(_a0 context.Context, _a1 *cloudwatch.StartMetricStreamsInput, _a2 ...request.Option) (*cloudwatch.StartMetricStreamsOutput, error)

StartMetricStreamsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) StopMetricStreams added in v0.34.0

StopMetricStreams provides a mock function with given fields: _a0

func (*CloudWatchAPI) StopMetricStreamsRequest added in v0.34.0

StopMetricStreamsRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) StopMetricStreamsWithContext added in v0.34.0

func (_m *CloudWatchAPI) StopMetricStreamsWithContext(_a0 context.Context, _a1 *cloudwatch.StopMetricStreamsInput, _a2 ...request.Option) (*cloudwatch.StopMetricStreamsOutput, error)

StopMetricStreamsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) TagResource

TagResource provides a mock function with given fields: _a0

func (*CloudWatchAPI) TagResourceRequest

TagResourceRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) TagResourceWithContext

func (_m *CloudWatchAPI) TagResourceWithContext(_a0 context.Context, _a1 *cloudwatch.TagResourceInput, _a2 ...request.Option) (*cloudwatch.TagResourceOutput, error)

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) UntagResource

UntagResource provides a mock function with given fields: _a0

func (*CloudWatchAPI) UntagResourceRequest

UntagResourceRequest provides a mock function with given fields: _a0

func (*CloudWatchAPI) UntagResourceWithContext

func (_m *CloudWatchAPI) UntagResourceWithContext(_a0 context.Context, _a1 *cloudwatch.UntagResourceInput, _a2 ...request.Option) (*cloudwatch.UntagResourceOutput, error)

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) WaitUntilAlarmExists

func (_m *CloudWatchAPI) WaitUntilAlarmExists(_a0 *cloudwatch.DescribeAlarmsInput) error

WaitUntilAlarmExists provides a mock function with given fields: _a0

func (*CloudWatchAPI) WaitUntilAlarmExistsWithContext

func (_m *CloudWatchAPI) WaitUntilAlarmExistsWithContext(_a0 context.Context, _a1 *cloudwatch.DescribeAlarmsInput, _a2 ...request.WaiterOption) error

WaitUntilAlarmExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchAPI) WaitUntilCompositeAlarmExists added in v0.32.0

func (_m *CloudWatchAPI) WaitUntilCompositeAlarmExists(_a0 *cloudwatch.DescribeAlarmsInput) error

WaitUntilCompositeAlarmExists provides a mock function with given fields: _a0

func (*CloudWatchAPI) WaitUntilCompositeAlarmExistsWithContext added in v0.32.0

func (_m *CloudWatchAPI) WaitUntilCompositeAlarmExistsWithContext(_a0 context.Context, _a1 *cloudwatch.DescribeAlarmsInput, _a2 ...request.WaiterOption) error

WaitUntilCompositeAlarmExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

type CloudWatchEventsAPI

type CloudWatchEventsAPI struct {
	mock.Mock
}

CloudWatchEventsAPI is an autogenerated mock type for the CloudWatchEventsAPI type

func NewCloudWatchEventsAPI added in v0.34.0

func NewCloudWatchEventsAPI(t mockConstructorTestingTNewCloudWatchEventsAPI) *CloudWatchEventsAPI

NewCloudWatchEventsAPI creates a new instance of CloudWatchEventsAPI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*CloudWatchEventsAPI) ActivateEventSource

ActivateEventSource provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ActivateEventSourceRequest

ActivateEventSourceRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ActivateEventSourceWithContext

ActivateEventSourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) CancelReplay added in v0.33.6

CancelReplay provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) CancelReplayRequest added in v0.33.6

CancelReplayRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) CancelReplayWithContext added in v0.33.6

CancelReplayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) CreateApiDestination added in v0.34.0

CreateApiDestination provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) CreateApiDestinationRequest added in v0.34.0

CreateApiDestinationRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) CreateApiDestinationWithContext added in v0.34.0

CreateApiDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) CreateArchive added in v0.33.6

CreateArchive provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) CreateArchiveRequest added in v0.33.6

CreateArchiveRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) CreateArchiveWithContext added in v0.33.6

CreateArchiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) CreateConnection added in v0.34.0

CreateConnection provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) CreateConnectionRequest added in v0.34.0

CreateConnectionRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) CreateConnectionWithContext added in v0.34.0

CreateConnectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) CreateEventBus

CreateEventBus provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) CreateEventBusRequest

CreateEventBusRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) CreateEventBusWithContext

CreateEventBusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) CreatePartnerEventSource

CreatePartnerEventSource provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) CreatePartnerEventSourceRequest

CreatePartnerEventSourceRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) CreatePartnerEventSourceWithContext

CreatePartnerEventSourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) DeactivateEventSource

DeactivateEventSource provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DeactivateEventSourceRequest

DeactivateEventSourceRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DeactivateEventSourceWithContext

DeactivateEventSourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) DeauthorizeConnection added in v0.34.0

DeauthorizeConnection provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DeauthorizeConnectionRequest added in v0.34.0

DeauthorizeConnectionRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DeauthorizeConnectionWithContext added in v0.34.0

DeauthorizeConnectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) DeleteApiDestination added in v0.34.0

DeleteApiDestination provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DeleteApiDestinationRequest added in v0.34.0

DeleteApiDestinationRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DeleteApiDestinationWithContext added in v0.34.0

DeleteApiDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) DeleteArchive added in v0.33.6

DeleteArchive provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DeleteArchiveRequest added in v0.33.6

DeleteArchiveRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DeleteArchiveWithContext added in v0.33.6

DeleteArchiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) DeleteConnection added in v0.34.0

DeleteConnection provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DeleteConnectionRequest added in v0.34.0

DeleteConnectionRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DeleteConnectionWithContext added in v0.34.0

DeleteConnectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) DeleteEventBus

DeleteEventBus provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DeleteEventBusRequest

DeleteEventBusRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DeleteEventBusWithContext

DeleteEventBusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) DeletePartnerEventSource

DeletePartnerEventSource provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DeletePartnerEventSourceRequest

DeletePartnerEventSourceRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DeletePartnerEventSourceWithContext

DeletePartnerEventSourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) DeleteRule

DeleteRule provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DeleteRuleRequest

DeleteRuleRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DeleteRuleWithContext

DeleteRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) DescribeApiDestination added in v0.34.0

DescribeApiDestination provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DescribeApiDestinationRequest added in v0.34.0

DescribeApiDestinationRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DescribeApiDestinationWithContext added in v0.34.0

DescribeApiDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) DescribeArchive added in v0.33.6

DescribeArchive provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DescribeArchiveRequest added in v0.33.6

DescribeArchiveRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DescribeArchiveWithContext added in v0.33.6

DescribeArchiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) DescribeConnection added in v0.34.0

DescribeConnection provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DescribeConnectionRequest added in v0.34.0

DescribeConnectionRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DescribeConnectionWithContext added in v0.34.0

DescribeConnectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) DescribeEventBus

DescribeEventBus provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DescribeEventBusRequest

DescribeEventBusRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DescribeEventBusWithContext

DescribeEventBusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) DescribeEventSource

DescribeEventSource provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DescribeEventSourceRequest

DescribeEventSourceRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DescribeEventSourceWithContext

DescribeEventSourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) DescribePartnerEventSource

DescribePartnerEventSource provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DescribePartnerEventSourceRequest

DescribePartnerEventSourceRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DescribePartnerEventSourceWithContext

DescribePartnerEventSourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) DescribeReplay added in v0.33.6

DescribeReplay provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DescribeReplayRequest added in v0.33.6

DescribeReplayRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DescribeReplayWithContext added in v0.33.6

DescribeReplayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) DescribeRule

DescribeRule provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DescribeRuleRequest

DescribeRuleRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DescribeRuleWithContext

DescribeRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) DisableRule

DisableRule provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DisableRuleRequest

DisableRuleRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) DisableRuleWithContext

DisableRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) EnableRule

EnableRule provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) EnableRuleRequest

EnableRuleRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) EnableRuleWithContext

EnableRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) ListApiDestinations added in v0.34.0

ListApiDestinations provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListApiDestinationsRequest added in v0.34.0

ListApiDestinationsRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListApiDestinationsWithContext added in v0.34.0

ListApiDestinationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) ListArchives added in v0.33.6

ListArchives provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListArchivesRequest added in v0.33.6

ListArchivesRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListArchivesWithContext added in v0.33.6

ListArchivesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) ListConnections added in v0.34.0

ListConnections provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListConnectionsRequest added in v0.34.0

ListConnectionsRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListConnectionsWithContext added in v0.34.0

ListConnectionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) ListEventBuses

ListEventBuses provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListEventBusesRequest

ListEventBusesRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListEventBusesWithContext

ListEventBusesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) ListEventSources

ListEventSources provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListEventSourcesRequest

ListEventSourcesRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListEventSourcesWithContext

ListEventSourcesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) ListPartnerEventSourceAccounts

ListPartnerEventSourceAccounts provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListPartnerEventSourceAccountsRequest

ListPartnerEventSourceAccountsRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListPartnerEventSourceAccountsWithContext

ListPartnerEventSourceAccountsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) ListPartnerEventSources

ListPartnerEventSources provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListPartnerEventSourcesRequest

ListPartnerEventSourcesRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListPartnerEventSourcesWithContext

ListPartnerEventSourcesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) ListReplays added in v0.33.6

ListReplays provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListReplaysRequest added in v0.33.6

ListReplaysRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListReplaysWithContext added in v0.33.6

ListReplaysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) ListRuleNamesByTarget

ListRuleNamesByTarget provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListRuleNamesByTargetRequest

ListRuleNamesByTargetRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListRuleNamesByTargetWithContext

ListRuleNamesByTargetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) ListRules

ListRules provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListRulesRequest

ListRulesRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListRulesWithContext

ListRulesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) ListTagsForResource

ListTagsForResource provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListTagsForResourceRequest

ListTagsForResourceRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListTagsForResourceWithContext

ListTagsForResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) ListTargetsByRule

ListTargetsByRule provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListTargetsByRuleRequest

ListTargetsByRuleRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) ListTargetsByRuleWithContext

ListTargetsByRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) PutEvents

PutEvents provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) PutEventsRequest

PutEventsRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) PutEventsWithContext

PutEventsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) PutPartnerEvents

PutPartnerEvents provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) PutPartnerEventsRequest

PutPartnerEventsRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) PutPartnerEventsWithContext

PutPartnerEventsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) PutPermission

PutPermission provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) PutPermissionRequest

PutPermissionRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) PutPermissionWithContext

PutPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) PutRule

PutRule provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) PutRuleRequest

PutRuleRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) PutRuleWithContext

PutRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) PutTargets

PutTargets provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) PutTargetsRequest

PutTargetsRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) PutTargetsWithContext

PutTargetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) RemovePermission

RemovePermission provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) RemovePermissionRequest

RemovePermissionRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) RemovePermissionWithContext

RemovePermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) RemoveTargets

RemoveTargets provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) RemoveTargetsRequest

RemoveTargetsRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) RemoveTargetsWithContext

RemoveTargetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) StartReplay added in v0.33.6

StartReplay provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) StartReplayRequest added in v0.33.6

StartReplayRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) StartReplayWithContext added in v0.33.6

StartReplayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) TagResource

TagResource provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) TagResourceRequest

TagResourceRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) TagResourceWithContext

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) TestEventPattern

TestEventPattern provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) TestEventPatternRequest

TestEventPatternRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) TestEventPatternWithContext

TestEventPatternWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) UntagResource

UntagResource provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) UntagResourceRequest

UntagResourceRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) UntagResourceWithContext

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) UpdateApiDestination added in v0.34.0

UpdateApiDestination provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) UpdateApiDestinationRequest added in v0.34.0

UpdateApiDestinationRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) UpdateApiDestinationWithContext added in v0.34.0

UpdateApiDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) UpdateArchive added in v0.33.6

UpdateArchive provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) UpdateArchiveRequest added in v0.33.6

UpdateArchiveRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) UpdateArchiveWithContext added in v0.33.6

UpdateArchiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CloudWatchEventsAPI) UpdateConnection added in v0.34.0

UpdateConnection provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) UpdateConnectionRequest added in v0.34.0

UpdateConnectionRequest provides a mock function with given fields: _a0

func (*CloudWatchEventsAPI) UpdateConnectionWithContext added in v0.34.0

UpdateConnectionWithContext provides a mock function with given fields: _a0, _a1, _a2

type CodeBuildAPI

type CodeBuildAPI struct {
	mock.Mock
}

CodeBuildAPI is an autogenerated mock type for the CodeBuildAPI type

func NewCodeBuildAPI added in v0.34.0

func NewCodeBuildAPI(t mockConstructorTestingTNewCodeBuildAPI) *CodeBuildAPI

NewCodeBuildAPI creates a new instance of CodeBuildAPI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*CodeBuildAPI) BatchDeleteBuilds

BatchDeleteBuilds provides a mock function with given fields: _a0

func (*CodeBuildAPI) BatchDeleteBuildsRequest

BatchDeleteBuildsRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) BatchDeleteBuildsWithContext

func (_m *CodeBuildAPI) BatchDeleteBuildsWithContext(_a0 context.Context, _a1 *codebuild.BatchDeleteBuildsInput, _a2 ...request.Option) (*codebuild.BatchDeleteBuildsOutput, error)

BatchDeleteBuildsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) BatchGetBuildBatches added in v0.32.0

BatchGetBuildBatches provides a mock function with given fields: _a0

func (*CodeBuildAPI) BatchGetBuildBatchesRequest added in v0.32.0

BatchGetBuildBatchesRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) BatchGetBuildBatchesWithContext added in v0.32.0

func (_m *CodeBuildAPI) BatchGetBuildBatchesWithContext(_a0 context.Context, _a1 *codebuild.BatchGetBuildBatchesInput, _a2 ...request.Option) (*codebuild.BatchGetBuildBatchesOutput, error)

BatchGetBuildBatchesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) BatchGetBuilds

BatchGetBuilds provides a mock function with given fields: _a0

func (*CodeBuildAPI) BatchGetBuildsRequest

BatchGetBuildsRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) BatchGetBuildsWithContext

func (_m *CodeBuildAPI) BatchGetBuildsWithContext(_a0 context.Context, _a1 *codebuild.BatchGetBuildsInput, _a2 ...request.Option) (*codebuild.BatchGetBuildsOutput, error)

BatchGetBuildsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) BatchGetProjects

BatchGetProjects provides a mock function with given fields: _a0

func (*CodeBuildAPI) BatchGetProjectsRequest

BatchGetProjectsRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) BatchGetProjectsWithContext

func (_m *CodeBuildAPI) BatchGetProjectsWithContext(_a0 context.Context, _a1 *codebuild.BatchGetProjectsInput, _a2 ...request.Option) (*codebuild.BatchGetProjectsOutput, error)

BatchGetProjectsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) BatchGetReportGroups added in v0.32.0

BatchGetReportGroups provides a mock function with given fields: _a0

func (*CodeBuildAPI) BatchGetReportGroupsRequest added in v0.32.0

BatchGetReportGroupsRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) BatchGetReportGroupsWithContext added in v0.32.0

func (_m *CodeBuildAPI) BatchGetReportGroupsWithContext(_a0 context.Context, _a1 *codebuild.BatchGetReportGroupsInput, _a2 ...request.Option) (*codebuild.BatchGetReportGroupsOutput, error)

BatchGetReportGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) BatchGetReports added in v0.32.0

BatchGetReports provides a mock function with given fields: _a0

func (*CodeBuildAPI) BatchGetReportsRequest added in v0.32.0

BatchGetReportsRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) BatchGetReportsWithContext added in v0.32.0

func (_m *CodeBuildAPI) BatchGetReportsWithContext(_a0 context.Context, _a1 *codebuild.BatchGetReportsInput, _a2 ...request.Option) (*codebuild.BatchGetReportsOutput, error)

BatchGetReportsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) CreateProject

CreateProject provides a mock function with given fields: _a0

func (*CodeBuildAPI) CreateProjectRequest

CreateProjectRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) CreateProjectWithContext

func (_m *CodeBuildAPI) CreateProjectWithContext(_a0 context.Context, _a1 *codebuild.CreateProjectInput, _a2 ...request.Option) (*codebuild.CreateProjectOutput, error)

CreateProjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) CreateReportGroup added in v0.32.0

CreateReportGroup provides a mock function with given fields: _a0

func (*CodeBuildAPI) CreateReportGroupRequest added in v0.32.0

CreateReportGroupRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) CreateReportGroupWithContext added in v0.32.0

func (_m *CodeBuildAPI) CreateReportGroupWithContext(_a0 context.Context, _a1 *codebuild.CreateReportGroupInput, _a2 ...request.Option) (*codebuild.CreateReportGroupOutput, error)

CreateReportGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) CreateWebhook

CreateWebhook provides a mock function with given fields: _a0

func (*CodeBuildAPI) CreateWebhookRequest

CreateWebhookRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) CreateWebhookWithContext

func (_m *CodeBuildAPI) CreateWebhookWithContext(_a0 context.Context, _a1 *codebuild.CreateWebhookInput, _a2 ...request.Option) (*codebuild.CreateWebhookOutput, error)

CreateWebhookWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) DeleteBuildBatch added in v0.32.0

DeleteBuildBatch provides a mock function with given fields: _a0

func (*CodeBuildAPI) DeleteBuildBatchRequest added in v0.32.0

DeleteBuildBatchRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) DeleteBuildBatchWithContext added in v0.32.0

func (_m *CodeBuildAPI) DeleteBuildBatchWithContext(_a0 context.Context, _a1 *codebuild.DeleteBuildBatchInput, _a2 ...request.Option) (*codebuild.DeleteBuildBatchOutput, error)

DeleteBuildBatchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) DeleteProject

DeleteProject provides a mock function with given fields: _a0

func (*CodeBuildAPI) DeleteProjectRequest

DeleteProjectRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) DeleteProjectWithContext

func (_m *CodeBuildAPI) DeleteProjectWithContext(_a0 context.Context, _a1 *codebuild.DeleteProjectInput, _a2 ...request.Option) (*codebuild.DeleteProjectOutput, error)

DeleteProjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) DeleteReport added in v0.32.0

DeleteReport provides a mock function with given fields: _a0

func (*CodeBuildAPI) DeleteReportGroup added in v0.32.0

DeleteReportGroup provides a mock function with given fields: _a0

func (*CodeBuildAPI) DeleteReportGroupRequest added in v0.32.0

DeleteReportGroupRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) DeleteReportGroupWithContext added in v0.32.0

func (_m *CodeBuildAPI) DeleteReportGroupWithContext(_a0 context.Context, _a1 *codebuild.DeleteReportGroupInput, _a2 ...request.Option) (*codebuild.DeleteReportGroupOutput, error)

DeleteReportGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) DeleteReportRequest added in v0.32.0

DeleteReportRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) DeleteReportWithContext added in v0.32.0

func (_m *CodeBuildAPI) DeleteReportWithContext(_a0 context.Context, _a1 *codebuild.DeleteReportInput, _a2 ...request.Option) (*codebuild.DeleteReportOutput, error)

DeleteReportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) DeleteResourcePolicy added in v0.32.0

DeleteResourcePolicy provides a mock function with given fields: _a0

func (*CodeBuildAPI) DeleteResourcePolicyRequest added in v0.32.0

DeleteResourcePolicyRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) DeleteResourcePolicyWithContext added in v0.32.0

func (_m *CodeBuildAPI) DeleteResourcePolicyWithContext(_a0 context.Context, _a1 *codebuild.DeleteResourcePolicyInput, _a2 ...request.Option) (*codebuild.DeleteResourcePolicyOutput, error)

DeleteResourcePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) DeleteSourceCredentials

DeleteSourceCredentials provides a mock function with given fields: _a0

func (*CodeBuildAPI) DeleteSourceCredentialsRequest

DeleteSourceCredentialsRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) DeleteSourceCredentialsWithContext

func (_m *CodeBuildAPI) DeleteSourceCredentialsWithContext(_a0 context.Context, _a1 *codebuild.DeleteSourceCredentialsInput, _a2 ...request.Option) (*codebuild.DeleteSourceCredentialsOutput, error)

DeleteSourceCredentialsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) DeleteWebhook

DeleteWebhook provides a mock function with given fields: _a0

func (*CodeBuildAPI) DeleteWebhookRequest

DeleteWebhookRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) DeleteWebhookWithContext

func (_m *CodeBuildAPI) DeleteWebhookWithContext(_a0 context.Context, _a1 *codebuild.DeleteWebhookInput, _a2 ...request.Option) (*codebuild.DeleteWebhookOutput, error)

DeleteWebhookWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) DescribeCodeCoverages added in v0.32.0

DescribeCodeCoverages provides a mock function with given fields: _a0

func (*CodeBuildAPI) DescribeCodeCoveragesPages added in v0.32.0

func (_m *CodeBuildAPI) DescribeCodeCoveragesPages(_a0 *codebuild.DescribeCodeCoveragesInput, _a1 func(*codebuild.DescribeCodeCoveragesOutput, bool) bool) error

DescribeCodeCoveragesPages provides a mock function with given fields: _a0, _a1

func (*CodeBuildAPI) DescribeCodeCoveragesPagesWithContext added in v0.32.0

func (_m *CodeBuildAPI) DescribeCodeCoveragesPagesWithContext(_a0 context.Context, _a1 *codebuild.DescribeCodeCoveragesInput, _a2 func(*codebuild.DescribeCodeCoveragesOutput, bool) bool, _a3 ...request.Option) error

DescribeCodeCoveragesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CodeBuildAPI) DescribeCodeCoveragesRequest added in v0.32.0

DescribeCodeCoveragesRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) DescribeCodeCoveragesWithContext added in v0.32.0

func (_m *CodeBuildAPI) DescribeCodeCoveragesWithContext(_a0 context.Context, _a1 *codebuild.DescribeCodeCoveragesInput, _a2 ...request.Option) (*codebuild.DescribeCodeCoveragesOutput, error)

DescribeCodeCoveragesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) DescribeTestCases added in v0.32.0

DescribeTestCases provides a mock function with given fields: _a0

func (*CodeBuildAPI) DescribeTestCasesPages added in v0.32.0

func (_m *CodeBuildAPI) DescribeTestCasesPages(_a0 *codebuild.DescribeTestCasesInput, _a1 func(*codebuild.DescribeTestCasesOutput, bool) bool) error

DescribeTestCasesPages provides a mock function with given fields: _a0, _a1

func (*CodeBuildAPI) DescribeTestCasesPagesWithContext added in v0.32.0

func (_m *CodeBuildAPI) DescribeTestCasesPagesWithContext(_a0 context.Context, _a1 *codebuild.DescribeTestCasesInput, _a2 func(*codebuild.DescribeTestCasesOutput, bool) bool, _a3 ...request.Option) error

DescribeTestCasesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CodeBuildAPI) DescribeTestCasesRequest added in v0.32.0

DescribeTestCasesRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) DescribeTestCasesWithContext added in v0.32.0

func (_m *CodeBuildAPI) DescribeTestCasesWithContext(_a0 context.Context, _a1 *codebuild.DescribeTestCasesInput, _a2 ...request.Option) (*codebuild.DescribeTestCasesOutput, error)

DescribeTestCasesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) GetReportGroupTrend added in v0.33.6

GetReportGroupTrend provides a mock function with given fields: _a0

func (*CodeBuildAPI) GetReportGroupTrendRequest added in v0.33.6

GetReportGroupTrendRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) GetReportGroupTrendWithContext added in v0.33.6

func (_m *CodeBuildAPI) GetReportGroupTrendWithContext(_a0 context.Context, _a1 *codebuild.GetReportGroupTrendInput, _a2 ...request.Option) (*codebuild.GetReportGroupTrendOutput, error)

GetReportGroupTrendWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) GetResourcePolicy added in v0.32.0

GetResourcePolicy provides a mock function with given fields: _a0

func (*CodeBuildAPI) GetResourcePolicyRequest added in v0.32.0

GetResourcePolicyRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) GetResourcePolicyWithContext added in v0.32.0

func (_m *CodeBuildAPI) GetResourcePolicyWithContext(_a0 context.Context, _a1 *codebuild.GetResourcePolicyInput, _a2 ...request.Option) (*codebuild.GetResourcePolicyOutput, error)

GetResourcePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) ImportSourceCredentials

ImportSourceCredentials provides a mock function with given fields: _a0

func (*CodeBuildAPI) ImportSourceCredentialsRequest

ImportSourceCredentialsRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) ImportSourceCredentialsWithContext

func (_m *CodeBuildAPI) ImportSourceCredentialsWithContext(_a0 context.Context, _a1 *codebuild.ImportSourceCredentialsInput, _a2 ...request.Option) (*codebuild.ImportSourceCredentialsOutput, error)

ImportSourceCredentialsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) InvalidateProjectCache

InvalidateProjectCache provides a mock function with given fields: _a0

func (*CodeBuildAPI) InvalidateProjectCacheRequest

InvalidateProjectCacheRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) InvalidateProjectCacheWithContext

func (_m *CodeBuildAPI) InvalidateProjectCacheWithContext(_a0 context.Context, _a1 *codebuild.InvalidateProjectCacheInput, _a2 ...request.Option) (*codebuild.InvalidateProjectCacheOutput, error)

InvalidateProjectCacheWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) ListBuildBatches added in v0.32.0

ListBuildBatches provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListBuildBatchesForProject added in v0.32.0

ListBuildBatchesForProject provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListBuildBatchesForProjectPages added in v0.32.0

func (_m *CodeBuildAPI) ListBuildBatchesForProjectPages(_a0 *codebuild.ListBuildBatchesForProjectInput, _a1 func(*codebuild.ListBuildBatchesForProjectOutput, bool) bool) error

ListBuildBatchesForProjectPages provides a mock function with given fields: _a0, _a1

func (*CodeBuildAPI) ListBuildBatchesForProjectPagesWithContext added in v0.32.0

func (_m *CodeBuildAPI) ListBuildBatchesForProjectPagesWithContext(_a0 context.Context, _a1 *codebuild.ListBuildBatchesForProjectInput, _a2 func(*codebuild.ListBuildBatchesForProjectOutput, bool) bool, _a3 ...request.Option) error

ListBuildBatchesForProjectPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CodeBuildAPI) ListBuildBatchesForProjectRequest added in v0.32.0

ListBuildBatchesForProjectRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListBuildBatchesForProjectWithContext added in v0.32.0

ListBuildBatchesForProjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) ListBuildBatchesPages added in v0.32.0

func (_m *CodeBuildAPI) ListBuildBatchesPages(_a0 *codebuild.ListBuildBatchesInput, _a1 func(*codebuild.ListBuildBatchesOutput, bool) bool) error

ListBuildBatchesPages provides a mock function with given fields: _a0, _a1

func (*CodeBuildAPI) ListBuildBatchesPagesWithContext added in v0.32.0

func (_m *CodeBuildAPI) ListBuildBatchesPagesWithContext(_a0 context.Context, _a1 *codebuild.ListBuildBatchesInput, _a2 func(*codebuild.ListBuildBatchesOutput, bool) bool, _a3 ...request.Option) error

ListBuildBatchesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CodeBuildAPI) ListBuildBatchesRequest added in v0.32.0

ListBuildBatchesRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListBuildBatchesWithContext added in v0.32.0

func (_m *CodeBuildAPI) ListBuildBatchesWithContext(_a0 context.Context, _a1 *codebuild.ListBuildBatchesInput, _a2 ...request.Option) (*codebuild.ListBuildBatchesOutput, error)

ListBuildBatchesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) ListBuilds

ListBuilds provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListBuildsForProject

ListBuildsForProject provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListBuildsForProjectPages added in v0.32.0

func (_m *CodeBuildAPI) ListBuildsForProjectPages(_a0 *codebuild.ListBuildsForProjectInput, _a1 func(*codebuild.ListBuildsForProjectOutput, bool) bool) error

ListBuildsForProjectPages provides a mock function with given fields: _a0, _a1

func (*CodeBuildAPI) ListBuildsForProjectPagesWithContext added in v0.32.0

func (_m *CodeBuildAPI) ListBuildsForProjectPagesWithContext(_a0 context.Context, _a1 *codebuild.ListBuildsForProjectInput, _a2 func(*codebuild.ListBuildsForProjectOutput, bool) bool, _a3 ...request.Option) error

ListBuildsForProjectPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CodeBuildAPI) ListBuildsForProjectRequest

ListBuildsForProjectRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListBuildsForProjectWithContext

func (_m *CodeBuildAPI) ListBuildsForProjectWithContext(_a0 context.Context, _a1 *codebuild.ListBuildsForProjectInput, _a2 ...request.Option) (*codebuild.ListBuildsForProjectOutput, error)

ListBuildsForProjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) ListBuildsPages added in v0.32.0

func (_m *CodeBuildAPI) ListBuildsPages(_a0 *codebuild.ListBuildsInput, _a1 func(*codebuild.ListBuildsOutput, bool) bool) error

ListBuildsPages provides a mock function with given fields: _a0, _a1

func (*CodeBuildAPI) ListBuildsPagesWithContext added in v0.32.0

func (_m *CodeBuildAPI) ListBuildsPagesWithContext(_a0 context.Context, _a1 *codebuild.ListBuildsInput, _a2 func(*codebuild.ListBuildsOutput, bool) bool, _a3 ...request.Option) error

ListBuildsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CodeBuildAPI) ListBuildsRequest

ListBuildsRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListBuildsWithContext

func (_m *CodeBuildAPI) ListBuildsWithContext(_a0 context.Context, _a1 *codebuild.ListBuildsInput, _a2 ...request.Option) (*codebuild.ListBuildsOutput, error)

ListBuildsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) ListCuratedEnvironmentImages

ListCuratedEnvironmentImages provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListCuratedEnvironmentImagesRequest

ListCuratedEnvironmentImagesRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListCuratedEnvironmentImagesWithContext

ListCuratedEnvironmentImagesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) ListProjects

ListProjects provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListProjectsPages added in v0.32.0

func (_m *CodeBuildAPI) ListProjectsPages(_a0 *codebuild.ListProjectsInput, _a1 func(*codebuild.ListProjectsOutput, bool) bool) error

ListProjectsPages provides a mock function with given fields: _a0, _a1

func (*CodeBuildAPI) ListProjectsPagesWithContext added in v0.32.0

func (_m *CodeBuildAPI) ListProjectsPagesWithContext(_a0 context.Context, _a1 *codebuild.ListProjectsInput, _a2 func(*codebuild.ListProjectsOutput, bool) bool, _a3 ...request.Option) error

ListProjectsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CodeBuildAPI) ListProjectsRequest

ListProjectsRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListProjectsWithContext

func (_m *CodeBuildAPI) ListProjectsWithContext(_a0 context.Context, _a1 *codebuild.ListProjectsInput, _a2 ...request.Option) (*codebuild.ListProjectsOutput, error)

ListProjectsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) ListReportGroups added in v0.32.0

ListReportGroups provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListReportGroupsPages added in v0.32.0

func (_m *CodeBuildAPI) ListReportGroupsPages(_a0 *codebuild.ListReportGroupsInput, _a1 func(*codebuild.ListReportGroupsOutput, bool) bool) error

ListReportGroupsPages provides a mock function with given fields: _a0, _a1

func (*CodeBuildAPI) ListReportGroupsPagesWithContext added in v0.32.0

func (_m *CodeBuildAPI) ListReportGroupsPagesWithContext(_a0 context.Context, _a1 *codebuild.ListReportGroupsInput, _a2 func(*codebuild.ListReportGroupsOutput, bool) bool, _a3 ...request.Option) error

ListReportGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CodeBuildAPI) ListReportGroupsRequest added in v0.32.0

ListReportGroupsRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListReportGroupsWithContext added in v0.32.0

func (_m *CodeBuildAPI) ListReportGroupsWithContext(_a0 context.Context, _a1 *codebuild.ListReportGroupsInput, _a2 ...request.Option) (*codebuild.ListReportGroupsOutput, error)

ListReportGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) ListReports added in v0.32.0

ListReports provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListReportsForReportGroup added in v0.32.0

ListReportsForReportGroup provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListReportsForReportGroupPages added in v0.32.0

func (_m *CodeBuildAPI) ListReportsForReportGroupPages(_a0 *codebuild.ListReportsForReportGroupInput, _a1 func(*codebuild.ListReportsForReportGroupOutput, bool) bool) error

ListReportsForReportGroupPages provides a mock function with given fields: _a0, _a1

func (*CodeBuildAPI) ListReportsForReportGroupPagesWithContext added in v0.32.0

func (_m *CodeBuildAPI) ListReportsForReportGroupPagesWithContext(_a0 context.Context, _a1 *codebuild.ListReportsForReportGroupInput, _a2 func(*codebuild.ListReportsForReportGroupOutput, bool) bool, _a3 ...request.Option) error

ListReportsForReportGroupPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CodeBuildAPI) ListReportsForReportGroupRequest added in v0.32.0

ListReportsForReportGroupRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListReportsForReportGroupWithContext added in v0.32.0

func (_m *CodeBuildAPI) ListReportsForReportGroupWithContext(_a0 context.Context, _a1 *codebuild.ListReportsForReportGroupInput, _a2 ...request.Option) (*codebuild.ListReportsForReportGroupOutput, error)

ListReportsForReportGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) ListReportsPages added in v0.32.0

func (_m *CodeBuildAPI) ListReportsPages(_a0 *codebuild.ListReportsInput, _a1 func(*codebuild.ListReportsOutput, bool) bool) error

ListReportsPages provides a mock function with given fields: _a0, _a1

func (*CodeBuildAPI) ListReportsPagesWithContext added in v0.32.0

func (_m *CodeBuildAPI) ListReportsPagesWithContext(_a0 context.Context, _a1 *codebuild.ListReportsInput, _a2 func(*codebuild.ListReportsOutput, bool) bool, _a3 ...request.Option) error

ListReportsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CodeBuildAPI) ListReportsRequest added in v0.32.0

ListReportsRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListReportsWithContext added in v0.32.0

func (_m *CodeBuildAPI) ListReportsWithContext(_a0 context.Context, _a1 *codebuild.ListReportsInput, _a2 ...request.Option) (*codebuild.ListReportsOutput, error)

ListReportsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) ListSharedProjects added in v0.32.0

ListSharedProjects provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListSharedProjectsPages added in v0.32.0

func (_m *CodeBuildAPI) ListSharedProjectsPages(_a0 *codebuild.ListSharedProjectsInput, _a1 func(*codebuild.ListSharedProjectsOutput, bool) bool) error

ListSharedProjectsPages provides a mock function with given fields: _a0, _a1

func (*CodeBuildAPI) ListSharedProjectsPagesWithContext added in v0.32.0

func (_m *CodeBuildAPI) ListSharedProjectsPagesWithContext(_a0 context.Context, _a1 *codebuild.ListSharedProjectsInput, _a2 func(*codebuild.ListSharedProjectsOutput, bool) bool, _a3 ...request.Option) error

ListSharedProjectsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CodeBuildAPI) ListSharedProjectsRequest added in v0.32.0

ListSharedProjectsRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListSharedProjectsWithContext added in v0.32.0

func (_m *CodeBuildAPI) ListSharedProjectsWithContext(_a0 context.Context, _a1 *codebuild.ListSharedProjectsInput, _a2 ...request.Option) (*codebuild.ListSharedProjectsOutput, error)

ListSharedProjectsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) ListSharedReportGroups added in v0.32.0

ListSharedReportGroups provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListSharedReportGroupsPages added in v0.32.0

func (_m *CodeBuildAPI) ListSharedReportGroupsPages(_a0 *codebuild.ListSharedReportGroupsInput, _a1 func(*codebuild.ListSharedReportGroupsOutput, bool) bool) error

ListSharedReportGroupsPages provides a mock function with given fields: _a0, _a1

func (*CodeBuildAPI) ListSharedReportGroupsPagesWithContext added in v0.32.0

func (_m *CodeBuildAPI) ListSharedReportGroupsPagesWithContext(_a0 context.Context, _a1 *codebuild.ListSharedReportGroupsInput, _a2 func(*codebuild.ListSharedReportGroupsOutput, bool) bool, _a3 ...request.Option) error

ListSharedReportGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CodeBuildAPI) ListSharedReportGroupsRequest added in v0.32.0

ListSharedReportGroupsRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListSharedReportGroupsWithContext added in v0.32.0

func (_m *CodeBuildAPI) ListSharedReportGroupsWithContext(_a0 context.Context, _a1 *codebuild.ListSharedReportGroupsInput, _a2 ...request.Option) (*codebuild.ListSharedReportGroupsOutput, error)

ListSharedReportGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) ListSourceCredentials

ListSourceCredentials provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListSourceCredentialsRequest

ListSourceCredentialsRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) ListSourceCredentialsWithContext

func (_m *CodeBuildAPI) ListSourceCredentialsWithContext(_a0 context.Context, _a1 *codebuild.ListSourceCredentialsInput, _a2 ...request.Option) (*codebuild.ListSourceCredentialsOutput, error)

ListSourceCredentialsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) PutResourcePolicy added in v0.32.0

PutResourcePolicy provides a mock function with given fields: _a0

func (*CodeBuildAPI) PutResourcePolicyRequest added in v0.32.0

PutResourcePolicyRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) PutResourcePolicyWithContext added in v0.32.0

func (_m *CodeBuildAPI) PutResourcePolicyWithContext(_a0 context.Context, _a1 *codebuild.PutResourcePolicyInput, _a2 ...request.Option) (*codebuild.PutResourcePolicyOutput, error)

PutResourcePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) RetryBuild added in v0.32.0

RetryBuild provides a mock function with given fields: _a0

func (*CodeBuildAPI) RetryBuildBatch added in v0.32.0

RetryBuildBatch provides a mock function with given fields: _a0

func (*CodeBuildAPI) RetryBuildBatchRequest added in v0.32.0

RetryBuildBatchRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) RetryBuildBatchWithContext added in v0.32.0

func (_m *CodeBuildAPI) RetryBuildBatchWithContext(_a0 context.Context, _a1 *codebuild.RetryBuildBatchInput, _a2 ...request.Option) (*codebuild.RetryBuildBatchOutput, error)

RetryBuildBatchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) RetryBuildRequest added in v0.32.0

RetryBuildRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) RetryBuildWithContext added in v0.32.0

func (_m *CodeBuildAPI) RetryBuildWithContext(_a0 context.Context, _a1 *codebuild.RetryBuildInput, _a2 ...request.Option) (*codebuild.RetryBuildOutput, error)

RetryBuildWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) StartBuild

StartBuild provides a mock function with given fields: _a0

func (*CodeBuildAPI) StartBuildBatch added in v0.32.0

StartBuildBatch provides a mock function with given fields: _a0

func (*CodeBuildAPI) StartBuildBatchRequest added in v0.32.0

StartBuildBatchRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) StartBuildBatchWithContext added in v0.32.0

func (_m *CodeBuildAPI) StartBuildBatchWithContext(_a0 context.Context, _a1 *codebuild.StartBuildBatchInput, _a2 ...request.Option) (*codebuild.StartBuildBatchOutput, error)

StartBuildBatchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) StartBuildRequest

StartBuildRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) StartBuildWithContext

func (_m *CodeBuildAPI) StartBuildWithContext(_a0 context.Context, _a1 *codebuild.StartBuildInput, _a2 ...request.Option) (*codebuild.StartBuildOutput, error)

StartBuildWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) StopBuild

StopBuild provides a mock function with given fields: _a0

func (*CodeBuildAPI) StopBuildBatch added in v0.32.0

StopBuildBatch provides a mock function with given fields: _a0

func (*CodeBuildAPI) StopBuildBatchRequest added in v0.32.0

StopBuildBatchRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) StopBuildBatchWithContext added in v0.32.0

func (_m *CodeBuildAPI) StopBuildBatchWithContext(_a0 context.Context, _a1 *codebuild.StopBuildBatchInput, _a2 ...request.Option) (*codebuild.StopBuildBatchOutput, error)

StopBuildBatchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) StopBuildRequest

StopBuildRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) StopBuildWithContext

func (_m *CodeBuildAPI) StopBuildWithContext(_a0 context.Context, _a1 *codebuild.StopBuildInput, _a2 ...request.Option) (*codebuild.StopBuildOutput, error)

StopBuildWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) UpdateProject

UpdateProject provides a mock function with given fields: _a0

func (*CodeBuildAPI) UpdateProjectRequest

UpdateProjectRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) UpdateProjectVisibility added in v0.34.0

UpdateProjectVisibility provides a mock function with given fields: _a0

func (*CodeBuildAPI) UpdateProjectVisibilityRequest added in v0.34.0

UpdateProjectVisibilityRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) UpdateProjectVisibilityWithContext added in v0.34.0

func (_m *CodeBuildAPI) UpdateProjectVisibilityWithContext(_a0 context.Context, _a1 *codebuild.UpdateProjectVisibilityInput, _a2 ...request.Option) (*codebuild.UpdateProjectVisibilityOutput, error)

UpdateProjectVisibilityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) UpdateProjectWithContext

func (_m *CodeBuildAPI) UpdateProjectWithContext(_a0 context.Context, _a1 *codebuild.UpdateProjectInput, _a2 ...request.Option) (*codebuild.UpdateProjectOutput, error)

UpdateProjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) UpdateReportGroup added in v0.32.0

UpdateReportGroup provides a mock function with given fields: _a0

func (*CodeBuildAPI) UpdateReportGroupRequest added in v0.32.0

UpdateReportGroupRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) UpdateReportGroupWithContext added in v0.32.0

func (_m *CodeBuildAPI) UpdateReportGroupWithContext(_a0 context.Context, _a1 *codebuild.UpdateReportGroupInput, _a2 ...request.Option) (*codebuild.UpdateReportGroupOutput, error)

UpdateReportGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CodeBuildAPI) UpdateWebhook

UpdateWebhook provides a mock function with given fields: _a0

func (*CodeBuildAPI) UpdateWebhookRequest

UpdateWebhookRequest provides a mock function with given fields: _a0

func (*CodeBuildAPI) UpdateWebhookWithContext

func (_m *CodeBuildAPI) UpdateWebhookWithContext(_a0 context.Context, _a1 *codebuild.UpdateWebhookInput, _a2 ...request.Option) (*codebuild.UpdateWebhookOutput, error)

UpdateWebhookWithContext provides a mock function with given fields: _a0, _a1, _a2

type CognitoIdentityProviderAPI

type CognitoIdentityProviderAPI struct {
	mock.Mock
}

CognitoIdentityProviderAPI is an autogenerated mock type for the CognitoIdentityProviderAPI type

func NewCognitoIdentityProviderAPI added in v0.34.0

func NewCognitoIdentityProviderAPI(t mockConstructorTestingTNewCognitoIdentityProviderAPI) *CognitoIdentityProviderAPI

NewCognitoIdentityProviderAPI creates a new instance of CognitoIdentityProviderAPI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*CognitoIdentityProviderAPI) AddCustomAttributes

AddCustomAttributes provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AddCustomAttributesRequest

AddCustomAttributesRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AddCustomAttributesWithContext

AddCustomAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminAddUserToGroup

AdminAddUserToGroup provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminAddUserToGroupRequest

AdminAddUserToGroupRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminAddUserToGroupWithContext

AdminAddUserToGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminConfirmSignUp

AdminConfirmSignUp provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminConfirmSignUpRequest

AdminConfirmSignUpRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminConfirmSignUpWithContext

AdminConfirmSignUpWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminCreateUser

AdminCreateUser provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminCreateUserRequest

AdminCreateUserRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminCreateUserWithContext

AdminCreateUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminDeleteUser

AdminDeleteUser provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminDeleteUserAttributes

AdminDeleteUserAttributes provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminDeleteUserAttributesRequest

AdminDeleteUserAttributesRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminDeleteUserAttributesWithContext

AdminDeleteUserAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminDeleteUserRequest

AdminDeleteUserRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminDeleteUserWithContext

AdminDeleteUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminDisableProviderForUser

AdminDisableProviderForUser provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminDisableProviderForUserRequest

AdminDisableProviderForUserRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminDisableProviderForUserWithContext

AdminDisableProviderForUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminDisableUser

AdminDisableUser provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminDisableUserRequest

AdminDisableUserRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminDisableUserWithContext

AdminDisableUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminEnableUser

AdminEnableUser provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminEnableUserRequest

AdminEnableUserRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminEnableUserWithContext

AdminEnableUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminForgetDevice

AdminForgetDevice provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminForgetDeviceRequest

AdminForgetDeviceRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminForgetDeviceWithContext

AdminForgetDeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminGetDevice

AdminGetDevice provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminGetDeviceRequest

AdminGetDeviceRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminGetDeviceWithContext

AdminGetDeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminGetUser

AdminGetUser provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminGetUserRequest

AdminGetUserRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminGetUserWithContext

AdminGetUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminInitiateAuth

AdminInitiateAuth provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminInitiateAuthRequest

AdminInitiateAuthRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminInitiateAuthWithContext

AdminInitiateAuthWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminLinkProviderForUser

AdminLinkProviderForUser provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminLinkProviderForUserRequest

AdminLinkProviderForUserRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminLinkProviderForUserWithContext

AdminLinkProviderForUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminListDevices

AdminListDevices provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminListDevicesRequest

AdminListDevicesRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminListDevicesWithContext

AdminListDevicesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminListGroupsForUser

AdminListGroupsForUser provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminListGroupsForUserPages

AdminListGroupsForUserPages provides a mock function with given fields: _a0, _a1

func (*CognitoIdentityProviderAPI) AdminListGroupsForUserPagesWithContext

AdminListGroupsForUserPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CognitoIdentityProviderAPI) AdminListGroupsForUserRequest

AdminListGroupsForUserRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminListGroupsForUserWithContext

AdminListGroupsForUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminListUserAuthEvents

AdminListUserAuthEvents provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminListUserAuthEventsPages

AdminListUserAuthEventsPages provides a mock function with given fields: _a0, _a1

func (*CognitoIdentityProviderAPI) AdminListUserAuthEventsPagesWithContext

AdminListUserAuthEventsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CognitoIdentityProviderAPI) AdminListUserAuthEventsRequest

AdminListUserAuthEventsRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminListUserAuthEventsWithContext

AdminListUserAuthEventsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminRemoveUserFromGroup

AdminRemoveUserFromGroup provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminRemoveUserFromGroupRequest

AdminRemoveUserFromGroupRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminRemoveUserFromGroupWithContext

AdminRemoveUserFromGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminResetUserPassword

AdminResetUserPassword provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminResetUserPasswordRequest

AdminResetUserPasswordRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminResetUserPasswordWithContext

AdminResetUserPasswordWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminRespondToAuthChallenge

AdminRespondToAuthChallenge provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminRespondToAuthChallengeRequest

AdminRespondToAuthChallengeRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminRespondToAuthChallengeWithContext

AdminRespondToAuthChallengeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminSetUserMFAPreference

AdminSetUserMFAPreference provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminSetUserMFAPreferenceRequest

AdminSetUserMFAPreferenceRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminSetUserMFAPreferenceWithContext

AdminSetUserMFAPreferenceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminSetUserPassword

AdminSetUserPassword provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminSetUserPasswordRequest

AdminSetUserPasswordRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminSetUserPasswordWithContext

AdminSetUserPasswordWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminSetUserSettings

AdminSetUserSettings provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminSetUserSettingsRequest

AdminSetUserSettingsRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminSetUserSettingsWithContext

AdminSetUserSettingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminUpdateAuthEventFeedback

AdminUpdateAuthEventFeedback provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminUpdateAuthEventFeedbackRequest

AdminUpdateAuthEventFeedbackRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminUpdateAuthEventFeedbackWithContext

AdminUpdateAuthEventFeedbackWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminUpdateDeviceStatus

AdminUpdateDeviceStatus provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminUpdateDeviceStatusRequest

AdminUpdateDeviceStatusRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminUpdateDeviceStatusWithContext

AdminUpdateDeviceStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminUpdateUserAttributes

AdminUpdateUserAttributes provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminUpdateUserAttributesRequest

AdminUpdateUserAttributesRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminUpdateUserAttributesWithContext

AdminUpdateUserAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AdminUserGlobalSignOut

AdminUserGlobalSignOut provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminUserGlobalSignOutRequest

AdminUserGlobalSignOutRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AdminUserGlobalSignOutWithContext

AdminUserGlobalSignOutWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) AssociateSoftwareToken

AssociateSoftwareToken provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AssociateSoftwareTokenRequest

AssociateSoftwareTokenRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) AssociateSoftwareTokenWithContext

AssociateSoftwareTokenWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) ChangePassword

ChangePassword provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ChangePasswordRequest

ChangePasswordRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ChangePasswordWithContext

ChangePasswordWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) ConfirmDevice

ConfirmDevice provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ConfirmDeviceRequest

ConfirmDeviceRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ConfirmDeviceWithContext

ConfirmDeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) ConfirmForgotPassword

ConfirmForgotPassword provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ConfirmForgotPasswordRequest

ConfirmForgotPasswordRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ConfirmForgotPasswordWithContext

ConfirmForgotPasswordWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) ConfirmSignUp

ConfirmSignUp provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ConfirmSignUpRequest

ConfirmSignUpRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ConfirmSignUpWithContext

ConfirmSignUpWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) CreateGroup

CreateGroup provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) CreateGroupRequest

CreateGroupRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) CreateGroupWithContext

CreateGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) CreateIdentityProvider

CreateIdentityProvider provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) CreateIdentityProviderRequest

CreateIdentityProviderRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) CreateIdentityProviderWithContext

CreateIdentityProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) CreateResourceServer

CreateResourceServer provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) CreateResourceServerRequest

CreateResourceServerRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) CreateResourceServerWithContext

CreateResourceServerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) CreateUserImportJob

CreateUserImportJob provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) CreateUserImportJobRequest

CreateUserImportJobRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) CreateUserImportJobWithContext

CreateUserImportJobWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) CreateUserPool

CreateUserPool provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) CreateUserPoolClient

CreateUserPoolClient provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) CreateUserPoolClientRequest

CreateUserPoolClientRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) CreateUserPoolClientWithContext

CreateUserPoolClientWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) CreateUserPoolDomain

CreateUserPoolDomain provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) CreateUserPoolDomainRequest

CreateUserPoolDomainRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) CreateUserPoolDomainWithContext

CreateUserPoolDomainWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) CreateUserPoolRequest

CreateUserPoolRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) CreateUserPoolWithContext

CreateUserPoolWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) DeleteGroup

DeleteGroup provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DeleteGroupRequest

DeleteGroupRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DeleteGroupWithContext

DeleteGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) DeleteIdentityProvider

DeleteIdentityProvider provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DeleteIdentityProviderRequest

DeleteIdentityProviderRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DeleteIdentityProviderWithContext

DeleteIdentityProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) DeleteResourceServer

DeleteResourceServer provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DeleteResourceServerRequest

DeleteResourceServerRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DeleteResourceServerWithContext

DeleteResourceServerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) DeleteUser

DeleteUser provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DeleteUserAttributes

DeleteUserAttributes provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DeleteUserAttributesRequest

DeleteUserAttributesRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DeleteUserAttributesWithContext

DeleteUserAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) DeleteUserPool

DeleteUserPool provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DeleteUserPoolClient

DeleteUserPoolClient provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DeleteUserPoolClientRequest

DeleteUserPoolClientRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DeleteUserPoolClientWithContext

DeleteUserPoolClientWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) DeleteUserPoolDomain

DeleteUserPoolDomain provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DeleteUserPoolDomainRequest

DeleteUserPoolDomainRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DeleteUserPoolDomainWithContext

DeleteUserPoolDomainWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) DeleteUserPoolRequest

DeleteUserPoolRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DeleteUserPoolWithContext

DeleteUserPoolWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) DeleteUserRequest

DeleteUserRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DeleteUserWithContext

DeleteUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) DescribeIdentityProvider

DescribeIdentityProvider provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DescribeIdentityProviderRequest

DescribeIdentityProviderRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DescribeIdentityProviderWithContext

DescribeIdentityProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) DescribeResourceServer

DescribeResourceServer provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DescribeResourceServerRequest

DescribeResourceServerRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DescribeResourceServerWithContext

DescribeResourceServerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) DescribeRiskConfiguration

DescribeRiskConfiguration provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DescribeRiskConfigurationRequest

DescribeRiskConfigurationRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DescribeRiskConfigurationWithContext

DescribeRiskConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) DescribeUserImportJob

DescribeUserImportJob provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DescribeUserImportJobRequest

DescribeUserImportJobRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DescribeUserImportJobWithContext

DescribeUserImportJobWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) DescribeUserPool

DescribeUserPool provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DescribeUserPoolClient

DescribeUserPoolClient provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DescribeUserPoolClientRequest

DescribeUserPoolClientRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DescribeUserPoolClientWithContext

DescribeUserPoolClientWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) DescribeUserPoolDomain

DescribeUserPoolDomain provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DescribeUserPoolDomainRequest

DescribeUserPoolDomainRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DescribeUserPoolDomainWithContext

DescribeUserPoolDomainWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) DescribeUserPoolRequest

DescribeUserPoolRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) DescribeUserPoolWithContext

DescribeUserPoolWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) ForgetDevice

ForgetDevice provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ForgetDeviceRequest

ForgetDeviceRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ForgetDeviceWithContext

ForgetDeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) ForgotPassword

ForgotPassword provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ForgotPasswordRequest

ForgotPasswordRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ForgotPasswordWithContext

ForgotPasswordWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) GetCSVHeader

GetCSVHeader provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetCSVHeaderRequest

GetCSVHeaderRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetCSVHeaderWithContext

GetCSVHeaderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) GetDevice

GetDevice provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetDeviceRequest

GetDeviceRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetDeviceWithContext

GetDeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) GetGroup

GetGroup provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetGroupRequest

GetGroupRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetGroupWithContext

GetGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) GetIdentityProviderByIdentifier

GetIdentityProviderByIdentifier provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetIdentityProviderByIdentifierRequest

GetIdentityProviderByIdentifierRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetIdentityProviderByIdentifierWithContext

GetIdentityProviderByIdentifierWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) GetSigningCertificate

GetSigningCertificate provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetSigningCertificateRequest

GetSigningCertificateRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetSigningCertificateWithContext

GetSigningCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) GetUICustomization

GetUICustomization provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetUICustomizationRequest

GetUICustomizationRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetUICustomizationWithContext

GetUICustomizationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) GetUser

GetUser provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetUserAttributeVerificationCode

GetUserAttributeVerificationCode provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetUserAttributeVerificationCodeRequest

GetUserAttributeVerificationCodeRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetUserAttributeVerificationCodeWithContext

GetUserAttributeVerificationCodeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) GetUserPoolMfaConfig

GetUserPoolMfaConfig provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetUserPoolMfaConfigRequest

GetUserPoolMfaConfigRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetUserPoolMfaConfigWithContext

GetUserPoolMfaConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) GetUserRequest

GetUserRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GetUserWithContext

GetUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) GlobalSignOut

GlobalSignOut provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GlobalSignOutRequest

GlobalSignOutRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) GlobalSignOutWithContext

GlobalSignOutWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) InitiateAuth

InitiateAuth provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) InitiateAuthRequest

InitiateAuthRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) InitiateAuthWithContext

InitiateAuthWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) ListDevices

ListDevices provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListDevicesRequest

ListDevicesRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListDevicesWithContext

ListDevicesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) ListGroups

ListGroups provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListGroupsPages

ListGroupsPages provides a mock function with given fields: _a0, _a1

func (*CognitoIdentityProviderAPI) ListGroupsPagesWithContext

ListGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CognitoIdentityProviderAPI) ListGroupsRequest

ListGroupsRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListGroupsWithContext

ListGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) ListIdentityProviders

ListIdentityProviders provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListIdentityProvidersPages

ListIdentityProvidersPages provides a mock function with given fields: _a0, _a1

func (*CognitoIdentityProviderAPI) ListIdentityProvidersPagesWithContext

ListIdentityProvidersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CognitoIdentityProviderAPI) ListIdentityProvidersRequest

ListIdentityProvidersRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListIdentityProvidersWithContext

ListIdentityProvidersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) ListResourceServers

ListResourceServers provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListResourceServersPages

ListResourceServersPages provides a mock function with given fields: _a0, _a1

func (*CognitoIdentityProviderAPI) ListResourceServersPagesWithContext

ListResourceServersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CognitoIdentityProviderAPI) ListResourceServersRequest

ListResourceServersRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListResourceServersWithContext

ListResourceServersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) ListTagsForResource

ListTagsForResource provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListTagsForResourceRequest

ListTagsForResourceRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListTagsForResourceWithContext

ListTagsForResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) ListUserImportJobs

ListUserImportJobs provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListUserImportJobsRequest

ListUserImportJobsRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListUserImportJobsWithContext

ListUserImportJobsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) ListUserPoolClients

ListUserPoolClients provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListUserPoolClientsPages

ListUserPoolClientsPages provides a mock function with given fields: _a0, _a1

func (*CognitoIdentityProviderAPI) ListUserPoolClientsPagesWithContext

ListUserPoolClientsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CognitoIdentityProviderAPI) ListUserPoolClientsRequest

ListUserPoolClientsRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListUserPoolClientsWithContext

ListUserPoolClientsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) ListUserPools

ListUserPools provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListUserPoolsPages

ListUserPoolsPages provides a mock function with given fields: _a0, _a1

func (*CognitoIdentityProviderAPI) ListUserPoolsPagesWithContext

ListUserPoolsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CognitoIdentityProviderAPI) ListUserPoolsRequest

ListUserPoolsRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListUserPoolsWithContext

ListUserPoolsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) ListUsers

ListUsers provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListUsersInGroup

ListUsersInGroup provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListUsersInGroupPages

ListUsersInGroupPages provides a mock function with given fields: _a0, _a1

func (*CognitoIdentityProviderAPI) ListUsersInGroupPagesWithContext

ListUsersInGroupPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CognitoIdentityProviderAPI) ListUsersInGroupRequest

ListUsersInGroupRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListUsersInGroupWithContext

ListUsersInGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) ListUsersPages

ListUsersPages provides a mock function with given fields: _a0, _a1

func (*CognitoIdentityProviderAPI) ListUsersPagesWithContext

ListUsersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CognitoIdentityProviderAPI) ListUsersRequest

ListUsersRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ListUsersWithContext

ListUsersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) ResendConfirmationCode

ResendConfirmationCode provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ResendConfirmationCodeRequest

ResendConfirmationCodeRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) ResendConfirmationCodeWithContext

ResendConfirmationCodeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) RespondToAuthChallenge

RespondToAuthChallenge provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) RespondToAuthChallengeRequest

RespondToAuthChallengeRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) RespondToAuthChallengeWithContext

RespondToAuthChallengeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) RevokeToken added in v0.34.0

RevokeToken provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) RevokeTokenRequest added in v0.34.0

RevokeTokenRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) RevokeTokenWithContext added in v0.34.0

RevokeTokenWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) SetRiskConfiguration

SetRiskConfiguration provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) SetRiskConfigurationRequest

SetRiskConfigurationRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) SetRiskConfigurationWithContext

SetRiskConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) SetUICustomization

SetUICustomization provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) SetUICustomizationRequest

SetUICustomizationRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) SetUICustomizationWithContext

SetUICustomizationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) SetUserMFAPreference

SetUserMFAPreference provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) SetUserMFAPreferenceRequest

SetUserMFAPreferenceRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) SetUserMFAPreferenceWithContext

SetUserMFAPreferenceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) SetUserPoolMfaConfig

SetUserPoolMfaConfig provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) SetUserPoolMfaConfigRequest

SetUserPoolMfaConfigRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) SetUserPoolMfaConfigWithContext

SetUserPoolMfaConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) SetUserSettings

SetUserSettings provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) SetUserSettingsRequest

SetUserSettingsRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) SetUserSettingsWithContext

SetUserSettingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) SignUp

SignUp provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) SignUpRequest

SignUpRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) SignUpWithContext

SignUpWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) StartUserImportJob

StartUserImportJob provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) StartUserImportJobRequest

StartUserImportJobRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) StartUserImportJobWithContext

StartUserImportJobWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) StopUserImportJob

StopUserImportJob provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) StopUserImportJobRequest

StopUserImportJobRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) StopUserImportJobWithContext

StopUserImportJobWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) TagResource

TagResource provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) TagResourceRequest

TagResourceRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) TagResourceWithContext

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) UntagResource

UntagResource provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UntagResourceRequest

UntagResourceRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UntagResourceWithContext

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) UpdateAuthEventFeedback

UpdateAuthEventFeedback provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateAuthEventFeedbackRequest

UpdateAuthEventFeedbackRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateAuthEventFeedbackWithContext

UpdateAuthEventFeedbackWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) UpdateDeviceStatus

UpdateDeviceStatus provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateDeviceStatusRequest

UpdateDeviceStatusRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateDeviceStatusWithContext

UpdateDeviceStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) UpdateGroup

UpdateGroup provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateGroupRequest

UpdateGroupRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateGroupWithContext

UpdateGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) UpdateIdentityProvider

UpdateIdentityProvider provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateIdentityProviderRequest

UpdateIdentityProviderRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateIdentityProviderWithContext

UpdateIdentityProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) UpdateResourceServer

UpdateResourceServer provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateResourceServerRequest

UpdateResourceServerRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateResourceServerWithContext

UpdateResourceServerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) UpdateUserAttributes

UpdateUserAttributes provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateUserAttributesRequest

UpdateUserAttributesRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateUserAttributesWithContext

UpdateUserAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) UpdateUserPool

UpdateUserPool provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateUserPoolClient

UpdateUserPoolClient provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateUserPoolClientRequest

UpdateUserPoolClientRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateUserPoolClientWithContext

UpdateUserPoolClientWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) UpdateUserPoolDomain

UpdateUserPoolDomain provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateUserPoolDomainRequest

UpdateUserPoolDomainRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateUserPoolDomainWithContext

UpdateUserPoolDomainWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) UpdateUserPoolRequest

UpdateUserPoolRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) UpdateUserPoolWithContext

UpdateUserPoolWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) VerifySoftwareToken

VerifySoftwareToken provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) VerifySoftwareTokenRequest

VerifySoftwareTokenRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) VerifySoftwareTokenWithContext

VerifySoftwareTokenWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CognitoIdentityProviderAPI) VerifyUserAttribute

VerifyUserAttribute provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) VerifyUserAttributeRequest

VerifyUserAttributeRequest provides a mock function with given fields: _a0

func (*CognitoIdentityProviderAPI) VerifyUserAttributeWithContext

VerifyUserAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

type CostExplorerAPI

type CostExplorerAPI struct {
	mock.Mock
}

CostExplorerAPI is an autogenerated mock type for the CostExplorerAPI type

func NewCostExplorerAPI added in v0.34.0

func NewCostExplorerAPI(t mockConstructorTestingTNewCostExplorerAPI) *CostExplorerAPI

NewCostExplorerAPI creates a new instance of CostExplorerAPI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*CostExplorerAPI) CreateAnomalyMonitor added in v0.33.6

CreateAnomalyMonitor provides a mock function with given fields: _a0

func (*CostExplorerAPI) CreateAnomalyMonitorRequest added in v0.33.6

CreateAnomalyMonitorRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) CreateAnomalyMonitorWithContext added in v0.33.6

CreateAnomalyMonitorWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) CreateAnomalySubscription added in v0.33.6

CreateAnomalySubscription provides a mock function with given fields: _a0

func (*CostExplorerAPI) CreateAnomalySubscriptionRequest added in v0.33.6

CreateAnomalySubscriptionRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) CreateAnomalySubscriptionWithContext added in v0.33.6

CreateAnomalySubscriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) CreateCostCategoryDefinition added in v0.32.0

CreateCostCategoryDefinition provides a mock function with given fields: _a0

func (*CostExplorerAPI) CreateCostCategoryDefinitionRequest added in v0.32.0

CreateCostCategoryDefinitionRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) CreateCostCategoryDefinitionWithContext added in v0.32.0

CreateCostCategoryDefinitionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) DeleteAnomalyMonitor added in v0.33.6

DeleteAnomalyMonitor provides a mock function with given fields: _a0

func (*CostExplorerAPI) DeleteAnomalyMonitorRequest added in v0.33.6

DeleteAnomalyMonitorRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) DeleteAnomalyMonitorWithContext added in v0.33.6

DeleteAnomalyMonitorWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) DeleteAnomalySubscription added in v0.33.6

DeleteAnomalySubscription provides a mock function with given fields: _a0

func (*CostExplorerAPI) DeleteAnomalySubscriptionRequest added in v0.33.6

DeleteAnomalySubscriptionRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) DeleteAnomalySubscriptionWithContext added in v0.33.6

DeleteAnomalySubscriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) DeleteCostCategoryDefinition added in v0.32.0

DeleteCostCategoryDefinition provides a mock function with given fields: _a0

func (*CostExplorerAPI) DeleteCostCategoryDefinitionRequest added in v0.32.0

DeleteCostCategoryDefinitionRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) DeleteCostCategoryDefinitionWithContext added in v0.32.0

DeleteCostCategoryDefinitionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) DescribeCostCategoryDefinition added in v0.32.0

DescribeCostCategoryDefinition provides a mock function with given fields: _a0

func (*CostExplorerAPI) DescribeCostCategoryDefinitionRequest added in v0.32.0

DescribeCostCategoryDefinitionRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) DescribeCostCategoryDefinitionWithContext added in v0.32.0

DescribeCostCategoryDefinitionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetAnomalies added in v0.33.6

GetAnomalies provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetAnomaliesRequest added in v0.33.6

GetAnomaliesRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetAnomaliesWithContext added in v0.33.6

GetAnomaliesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetAnomalyMonitors added in v0.33.6

GetAnomalyMonitors provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetAnomalyMonitorsRequest added in v0.33.6

GetAnomalyMonitorsRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetAnomalyMonitorsWithContext added in v0.33.6

GetAnomalyMonitorsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetAnomalySubscriptions added in v0.33.6

GetAnomalySubscriptions provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetAnomalySubscriptionsRequest added in v0.33.6

GetAnomalySubscriptionsRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetAnomalySubscriptionsWithContext added in v0.33.6

GetAnomalySubscriptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetCostAndUsage

GetCostAndUsage provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetCostAndUsageRequest

GetCostAndUsageRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetCostAndUsageWithContext

GetCostAndUsageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetCostAndUsageWithResources

GetCostAndUsageWithResources provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetCostAndUsageWithResourcesRequest

GetCostAndUsageWithResourcesRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetCostAndUsageWithResourcesWithContext

GetCostAndUsageWithResourcesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetCostCategories added in v0.33.6

GetCostCategories provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetCostCategoriesRequest added in v0.33.6

GetCostCategoriesRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetCostCategoriesWithContext added in v0.33.6

GetCostCategoriesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetCostForecast

GetCostForecast provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetCostForecastRequest

GetCostForecastRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetCostForecastWithContext

GetCostForecastWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetDimensionValues

GetDimensionValues provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetDimensionValuesRequest

GetDimensionValuesRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetDimensionValuesWithContext

GetDimensionValuesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetReservationCoverage

GetReservationCoverage provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetReservationCoverageRequest

GetReservationCoverageRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetReservationCoverageWithContext

GetReservationCoverageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetReservationPurchaseRecommendation

GetReservationPurchaseRecommendation provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetReservationPurchaseRecommendationRequest

GetReservationPurchaseRecommendationRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetReservationPurchaseRecommendationWithContext

GetReservationPurchaseRecommendationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetReservationUtilization

GetReservationUtilization provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetReservationUtilizationRequest

GetReservationUtilizationRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetReservationUtilizationWithContext

GetReservationUtilizationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetRightsizingRecommendation

GetRightsizingRecommendation provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetRightsizingRecommendationRequest

GetRightsizingRecommendationRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetRightsizingRecommendationWithContext

GetRightsizingRecommendationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetSavingsPlansCoverage

GetSavingsPlansCoverage provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetSavingsPlansCoveragePages

GetSavingsPlansCoveragePages provides a mock function with given fields: _a0, _a1

func (*CostExplorerAPI) GetSavingsPlansCoveragePagesWithContext

func (_m *CostExplorerAPI) GetSavingsPlansCoveragePagesWithContext(_a0 context.Context, _a1 *costexplorer.GetSavingsPlansCoverageInput, _a2 func(*costexplorer.GetSavingsPlansCoverageOutput, bool) bool, _a3 ...request.Option) error

GetSavingsPlansCoveragePagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CostExplorerAPI) GetSavingsPlansCoverageRequest

GetSavingsPlansCoverageRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetSavingsPlansCoverageWithContext

GetSavingsPlansCoverageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetSavingsPlansPurchaseRecommendation

GetSavingsPlansPurchaseRecommendation provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetSavingsPlansPurchaseRecommendationRequest

GetSavingsPlansPurchaseRecommendationRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetSavingsPlansPurchaseRecommendationWithContext

GetSavingsPlansPurchaseRecommendationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetSavingsPlansUtilization

GetSavingsPlansUtilization provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetSavingsPlansUtilizationDetails

GetSavingsPlansUtilizationDetails provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetSavingsPlansUtilizationDetailsPages

GetSavingsPlansUtilizationDetailsPages provides a mock function with given fields: _a0, _a1

func (*CostExplorerAPI) GetSavingsPlansUtilizationDetailsPagesWithContext

func (_m *CostExplorerAPI) GetSavingsPlansUtilizationDetailsPagesWithContext(_a0 context.Context, _a1 *costexplorer.GetSavingsPlansUtilizationDetailsInput, _a2 func(*costexplorer.GetSavingsPlansUtilizationDetailsOutput, bool) bool, _a3 ...request.Option) error

GetSavingsPlansUtilizationDetailsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CostExplorerAPI) GetSavingsPlansUtilizationDetailsRequest

GetSavingsPlansUtilizationDetailsRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetSavingsPlansUtilizationDetailsWithContext

GetSavingsPlansUtilizationDetailsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetSavingsPlansUtilizationRequest

GetSavingsPlansUtilizationRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetSavingsPlansUtilizationWithContext

GetSavingsPlansUtilizationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetTags

GetTags provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetTagsRequest

GetTagsRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetTagsWithContext

func (_m *CostExplorerAPI) GetTagsWithContext(_a0 context.Context, _a1 *costexplorer.GetTagsInput, _a2 ...request.Option) (*costexplorer.GetTagsOutput, error)

GetTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) GetUsageForecast

GetUsageForecast provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetUsageForecastRequest

GetUsageForecastRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) GetUsageForecastWithContext

GetUsageForecastWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) ListCostAllocationTags added in v0.34.0

ListCostAllocationTags provides a mock function with given fields: _a0

func (*CostExplorerAPI) ListCostAllocationTagsPages added in v0.34.0

ListCostAllocationTagsPages provides a mock function with given fields: _a0, _a1

func (*CostExplorerAPI) ListCostAllocationTagsPagesWithContext added in v0.34.0

func (_m *CostExplorerAPI) ListCostAllocationTagsPagesWithContext(_a0 context.Context, _a1 *costexplorer.ListCostAllocationTagsInput, _a2 func(*costexplorer.ListCostAllocationTagsOutput, bool) bool, _a3 ...request.Option) error

ListCostAllocationTagsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CostExplorerAPI) ListCostAllocationTagsRequest added in v0.34.0

ListCostAllocationTagsRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) ListCostAllocationTagsWithContext added in v0.34.0

ListCostAllocationTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) ListCostCategoryDefinitions added in v0.32.0

ListCostCategoryDefinitions provides a mock function with given fields: _a0

func (*CostExplorerAPI) ListCostCategoryDefinitionsPages added in v0.32.0

ListCostCategoryDefinitionsPages provides a mock function with given fields: _a0, _a1

func (*CostExplorerAPI) ListCostCategoryDefinitionsPagesWithContext added in v0.32.0

func (_m *CostExplorerAPI) ListCostCategoryDefinitionsPagesWithContext(_a0 context.Context, _a1 *costexplorer.ListCostCategoryDefinitionsInput, _a2 func(*costexplorer.ListCostCategoryDefinitionsOutput, bool) bool, _a3 ...request.Option) error

ListCostCategoryDefinitionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*CostExplorerAPI) ListCostCategoryDefinitionsRequest added in v0.32.0

ListCostCategoryDefinitionsRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) ListCostCategoryDefinitionsWithContext added in v0.32.0

ListCostCategoryDefinitionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) ListSavingsPlansPurchaseRecommendationGeneration added in v0.34.0

ListSavingsPlansPurchaseRecommendationGeneration provides a mock function with given fields: _a0

func (*CostExplorerAPI) ListSavingsPlansPurchaseRecommendationGenerationRequest added in v0.34.0

ListSavingsPlansPurchaseRecommendationGenerationRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) ListSavingsPlansPurchaseRecommendationGenerationWithContext added in v0.34.0

ListSavingsPlansPurchaseRecommendationGenerationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) ListTagsForResource added in v0.34.0

ListTagsForResource provides a mock function with given fields: _a0

func (*CostExplorerAPI) ListTagsForResourceRequest added in v0.34.0

ListTagsForResourceRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) ListTagsForResourceWithContext added in v0.34.0

ListTagsForResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) ProvideAnomalyFeedback added in v0.33.6

ProvideAnomalyFeedback provides a mock function with given fields: _a0

func (*CostExplorerAPI) ProvideAnomalyFeedbackRequest added in v0.33.6

ProvideAnomalyFeedbackRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) ProvideAnomalyFeedbackWithContext added in v0.33.6

ProvideAnomalyFeedbackWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) StartSavingsPlansPurchaseRecommendationGeneration added in v0.34.0

StartSavingsPlansPurchaseRecommendationGeneration provides a mock function with given fields: _a0

func (*CostExplorerAPI) StartSavingsPlansPurchaseRecommendationGenerationRequest added in v0.34.0

StartSavingsPlansPurchaseRecommendationGenerationRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) StartSavingsPlansPurchaseRecommendationGenerationWithContext added in v0.34.0

StartSavingsPlansPurchaseRecommendationGenerationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) TagResource added in v0.34.0

TagResource provides a mock function with given fields: _a0

func (*CostExplorerAPI) TagResourceRequest added in v0.34.0

TagResourceRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) TagResourceWithContext added in v0.34.0

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) UntagResource added in v0.34.0

UntagResource provides a mock function with given fields: _a0

func (*CostExplorerAPI) UntagResourceRequest added in v0.34.0

UntagResourceRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) UntagResourceWithContext added in v0.34.0

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) UpdateAnomalyMonitor added in v0.33.6

UpdateAnomalyMonitor provides a mock function with given fields: _a0

func (*CostExplorerAPI) UpdateAnomalyMonitorRequest added in v0.33.6

UpdateAnomalyMonitorRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) UpdateAnomalyMonitorWithContext added in v0.33.6

UpdateAnomalyMonitorWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) UpdateAnomalySubscription added in v0.33.6

UpdateAnomalySubscription provides a mock function with given fields: _a0

func (*CostExplorerAPI) UpdateAnomalySubscriptionRequest added in v0.33.6

UpdateAnomalySubscriptionRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) UpdateAnomalySubscriptionWithContext added in v0.33.6

UpdateAnomalySubscriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) UpdateCostAllocationTagsStatus added in v0.34.0

UpdateCostAllocationTagsStatus provides a mock function with given fields: _a0

func (*CostExplorerAPI) UpdateCostAllocationTagsStatusRequest added in v0.34.0

UpdateCostAllocationTagsStatusRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) UpdateCostAllocationTagsStatusWithContext added in v0.34.0

UpdateCostAllocationTagsStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*CostExplorerAPI) UpdateCostCategoryDefinition added in v0.32.0

UpdateCostCategoryDefinition provides a mock function with given fields: _a0

func (*CostExplorerAPI) UpdateCostCategoryDefinitionRequest added in v0.32.0

UpdateCostCategoryDefinitionRequest provides a mock function with given fields: _a0

func (*CostExplorerAPI) UpdateCostCategoryDefinitionWithContext added in v0.32.0

UpdateCostCategoryDefinitionWithContext provides a mock function with given fields: _a0, _a1, _a2

type DynamoDBAPI

type DynamoDBAPI struct {
	mock.Mock
}

DynamoDBAPI is an autogenerated mock type for the DynamoDBAPI type

func NewDynamoDBAPI added in v0.34.0

func NewDynamoDBAPI(t mockConstructorTestingTNewDynamoDBAPI) *DynamoDBAPI

NewDynamoDBAPI creates a new instance of DynamoDBAPI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*DynamoDBAPI) BatchExecuteStatement added in v0.33.6

BatchExecuteStatement provides a mock function with given fields: _a0

func (*DynamoDBAPI) BatchExecuteStatementRequest added in v0.33.6

BatchExecuteStatementRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) BatchExecuteStatementWithContext added in v0.33.6

func (_m *DynamoDBAPI) BatchExecuteStatementWithContext(_a0 context.Context, _a1 *dynamodb.BatchExecuteStatementInput, _a2 ...request.Option) (*dynamodb.BatchExecuteStatementOutput, error)

BatchExecuteStatementWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) BatchGetItem

BatchGetItem provides a mock function with given fields: _a0

func (*DynamoDBAPI) BatchGetItemPages

func (_m *DynamoDBAPI) BatchGetItemPages(_a0 *dynamodb.BatchGetItemInput, _a1 func(*dynamodb.BatchGetItemOutput, bool) bool) error

BatchGetItemPages provides a mock function with given fields: _a0, _a1

func (*DynamoDBAPI) BatchGetItemPagesWithContext

func (_m *DynamoDBAPI) BatchGetItemPagesWithContext(_a0 context.Context, _a1 *dynamodb.BatchGetItemInput, _a2 func(*dynamodb.BatchGetItemOutput, bool) bool, _a3 ...request.Option) error

BatchGetItemPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*DynamoDBAPI) BatchGetItemRequest

BatchGetItemRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) BatchGetItemWithContext

func (_m *DynamoDBAPI) BatchGetItemWithContext(_a0 context.Context, _a1 *dynamodb.BatchGetItemInput, _a2 ...request.Option) (*dynamodb.BatchGetItemOutput, error)

BatchGetItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) BatchWriteItem

BatchWriteItem provides a mock function with given fields: _a0

func (*DynamoDBAPI) BatchWriteItemRequest

BatchWriteItemRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) BatchWriteItemWithContext

func (_m *DynamoDBAPI) BatchWriteItemWithContext(_a0 context.Context, _a1 *dynamodb.BatchWriteItemInput, _a2 ...request.Option) (*dynamodb.BatchWriteItemOutput, error)

BatchWriteItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) CreateBackup

CreateBackup provides a mock function with given fields: _a0

func (*DynamoDBAPI) CreateBackupRequest

CreateBackupRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) CreateBackupWithContext

func (_m *DynamoDBAPI) CreateBackupWithContext(_a0 context.Context, _a1 *dynamodb.CreateBackupInput, _a2 ...request.Option) (*dynamodb.CreateBackupOutput, error)

CreateBackupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) CreateGlobalTable

CreateGlobalTable provides a mock function with given fields: _a0

func (*DynamoDBAPI) CreateGlobalTableRequest

CreateGlobalTableRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) CreateGlobalTableWithContext

func (_m *DynamoDBAPI) CreateGlobalTableWithContext(_a0 context.Context, _a1 *dynamodb.CreateGlobalTableInput, _a2 ...request.Option) (*dynamodb.CreateGlobalTableOutput, error)

CreateGlobalTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) CreateTable

CreateTable provides a mock function with given fields: _a0

func (*DynamoDBAPI) CreateTableRequest

CreateTableRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) CreateTableWithContext

func (_m *DynamoDBAPI) CreateTableWithContext(_a0 context.Context, _a1 *dynamodb.CreateTableInput, _a2 ...request.Option) (*dynamodb.CreateTableOutput, error)

CreateTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DeleteBackup

DeleteBackup provides a mock function with given fields: _a0

func (*DynamoDBAPI) DeleteBackupRequest

DeleteBackupRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DeleteBackupWithContext

func (_m *DynamoDBAPI) DeleteBackupWithContext(_a0 context.Context, _a1 *dynamodb.DeleteBackupInput, _a2 ...request.Option) (*dynamodb.DeleteBackupOutput, error)

DeleteBackupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DeleteItem

DeleteItem provides a mock function with given fields: _a0

func (*DynamoDBAPI) DeleteItemRequest

func (_m *DynamoDBAPI) DeleteItemRequest(_a0 *dynamodb.DeleteItemInput) (*request.Request, *dynamodb.DeleteItemOutput)

DeleteItemRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DeleteItemWithContext

func (_m *DynamoDBAPI) DeleteItemWithContext(_a0 context.Context, _a1 *dynamodb.DeleteItemInput, _a2 ...request.Option) (*dynamodb.DeleteItemOutput, error)

DeleteItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DeleteTable

DeleteTable provides a mock function with given fields: _a0

func (*DynamoDBAPI) DeleteTableRequest

DeleteTableRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DeleteTableWithContext

func (_m *DynamoDBAPI) DeleteTableWithContext(_a0 context.Context, _a1 *dynamodb.DeleteTableInput, _a2 ...request.Option) (*dynamodb.DeleteTableOutput, error)

DeleteTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeBackup

DescribeBackup provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeBackupRequest

DescribeBackupRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeBackupWithContext

func (_m *DynamoDBAPI) DescribeBackupWithContext(_a0 context.Context, _a1 *dynamodb.DescribeBackupInput, _a2 ...request.Option) (*dynamodb.DescribeBackupOutput, error)

DescribeBackupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeContinuousBackups

DescribeContinuousBackups provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeContinuousBackupsRequest

DescribeContinuousBackupsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeContinuousBackupsWithContext

func (_m *DynamoDBAPI) DescribeContinuousBackupsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeContinuousBackupsInput, _a2 ...request.Option) (*dynamodb.DescribeContinuousBackupsOutput, error)

DescribeContinuousBackupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeContributorInsights added in v0.32.0

DescribeContributorInsights provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeContributorInsightsRequest added in v0.32.0

DescribeContributorInsightsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeContributorInsightsWithContext added in v0.32.0

func (_m *DynamoDBAPI) DescribeContributorInsightsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeContributorInsightsInput, _a2 ...request.Option) (*dynamodb.DescribeContributorInsightsOutput, error)

DescribeContributorInsightsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeEndpoints

DescribeEndpoints provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeEndpointsRequest

DescribeEndpointsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeEndpointsWithContext

func (_m *DynamoDBAPI) DescribeEndpointsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeEndpointsInput, _a2 ...request.Option) (*dynamodb.DescribeEndpointsOutput, error)

DescribeEndpointsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeExport added in v0.33.6

DescribeExport provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeExportRequest added in v0.33.6

DescribeExportRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeExportWithContext added in v0.33.6

func (_m *DynamoDBAPI) DescribeExportWithContext(_a0 context.Context, _a1 *dynamodb.DescribeExportInput, _a2 ...request.Option) (*dynamodb.DescribeExportOutput, error)

DescribeExportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeGlobalTable

DescribeGlobalTable provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeGlobalTableRequest

DescribeGlobalTableRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeGlobalTableSettings

DescribeGlobalTableSettings provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeGlobalTableSettingsRequest

DescribeGlobalTableSettingsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeGlobalTableSettingsWithContext

func (_m *DynamoDBAPI) DescribeGlobalTableSettingsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeGlobalTableSettingsInput, _a2 ...request.Option) (*dynamodb.DescribeGlobalTableSettingsOutput, error)

DescribeGlobalTableSettingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeGlobalTableWithContext

func (_m *DynamoDBAPI) DescribeGlobalTableWithContext(_a0 context.Context, _a1 *dynamodb.DescribeGlobalTableInput, _a2 ...request.Option) (*dynamodb.DescribeGlobalTableOutput, error)

DescribeGlobalTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeImport added in v0.34.0

DescribeImport provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeImportRequest added in v0.34.0

DescribeImportRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeImportWithContext added in v0.34.0

func (_m *DynamoDBAPI) DescribeImportWithContext(_a0 context.Context, _a1 *dynamodb.DescribeImportInput, _a2 ...request.Option) (*dynamodb.DescribeImportOutput, error)

DescribeImportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeKinesisStreamingDestination added in v0.33.6

DescribeKinesisStreamingDestination provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeKinesisStreamingDestinationRequest added in v0.33.6

DescribeKinesisStreamingDestinationRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeKinesisStreamingDestinationWithContext added in v0.33.6

DescribeKinesisStreamingDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeLimits

DescribeLimits provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeLimitsRequest

DescribeLimitsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeLimitsWithContext

func (_m *DynamoDBAPI) DescribeLimitsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeLimitsInput, _a2 ...request.Option) (*dynamodb.DescribeLimitsOutput, error)

DescribeLimitsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeTable

DescribeTable provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeTableReplicaAutoScaling added in v0.32.0

DescribeTableReplicaAutoScaling provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeTableReplicaAutoScalingRequest added in v0.32.0

DescribeTableReplicaAutoScalingRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeTableReplicaAutoScalingWithContext added in v0.32.0

func (_m *DynamoDBAPI) DescribeTableReplicaAutoScalingWithContext(_a0 context.Context, _a1 *dynamodb.DescribeTableReplicaAutoScalingInput, _a2 ...request.Option) (*dynamodb.DescribeTableReplicaAutoScalingOutput, error)

DescribeTableReplicaAutoScalingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeTableRequest

DescribeTableRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeTableWithContext

func (_m *DynamoDBAPI) DescribeTableWithContext(_a0 context.Context, _a1 *dynamodb.DescribeTableInput, _a2 ...request.Option) (*dynamodb.DescribeTableOutput, error)

DescribeTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DescribeTimeToLive

DescribeTimeToLive provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeTimeToLiveRequest

DescribeTimeToLiveRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DescribeTimeToLiveWithContext

func (_m *DynamoDBAPI) DescribeTimeToLiveWithContext(_a0 context.Context, _a1 *dynamodb.DescribeTimeToLiveInput, _a2 ...request.Option) (*dynamodb.DescribeTimeToLiveOutput, error)

DescribeTimeToLiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) DisableKinesisStreamingDestination added in v0.33.6

DisableKinesisStreamingDestination provides a mock function with given fields: _a0

func (*DynamoDBAPI) DisableKinesisStreamingDestinationRequest added in v0.33.6

DisableKinesisStreamingDestinationRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) DisableKinesisStreamingDestinationWithContext added in v0.33.6

DisableKinesisStreamingDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) EnableKinesisStreamingDestination added in v0.33.6

EnableKinesisStreamingDestination provides a mock function with given fields: _a0

func (*DynamoDBAPI) EnableKinesisStreamingDestinationRequest added in v0.33.6

EnableKinesisStreamingDestinationRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) EnableKinesisStreamingDestinationWithContext added in v0.33.6

EnableKinesisStreamingDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ExecuteStatement added in v0.33.6

ExecuteStatement provides a mock function with given fields: _a0

func (*DynamoDBAPI) ExecuteStatementRequest added in v0.33.6

ExecuteStatementRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ExecuteStatementWithContext added in v0.33.6

func (_m *DynamoDBAPI) ExecuteStatementWithContext(_a0 context.Context, _a1 *dynamodb.ExecuteStatementInput, _a2 ...request.Option) (*dynamodb.ExecuteStatementOutput, error)

ExecuteStatementWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ExecuteTransaction added in v0.33.6

ExecuteTransaction provides a mock function with given fields: _a0

func (*DynamoDBAPI) ExecuteTransactionRequest added in v0.33.6

ExecuteTransactionRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ExecuteTransactionWithContext added in v0.33.6

func (_m *DynamoDBAPI) ExecuteTransactionWithContext(_a0 context.Context, _a1 *dynamodb.ExecuteTransactionInput, _a2 ...request.Option) (*dynamodb.ExecuteTransactionOutput, error)

ExecuteTransactionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ExportTableToPointInTime added in v0.33.6

ExportTableToPointInTime provides a mock function with given fields: _a0

func (*DynamoDBAPI) ExportTableToPointInTimeRequest added in v0.33.6

ExportTableToPointInTimeRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ExportTableToPointInTimeWithContext added in v0.33.6

func (_m *DynamoDBAPI) ExportTableToPointInTimeWithContext(_a0 context.Context, _a1 *dynamodb.ExportTableToPointInTimeInput, _a2 ...request.Option) (*dynamodb.ExportTableToPointInTimeOutput, error)

ExportTableToPointInTimeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) GetItem

GetItem provides a mock function with given fields: _a0

func (*DynamoDBAPI) GetItemRequest

func (_m *DynamoDBAPI) GetItemRequest(_a0 *dynamodb.GetItemInput) (*request.Request, *dynamodb.GetItemOutput)

GetItemRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) GetItemWithContext

func (_m *DynamoDBAPI) GetItemWithContext(_a0 context.Context, _a1 *dynamodb.GetItemInput, _a2 ...request.Option) (*dynamodb.GetItemOutput, error)

GetItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ImportTable added in v0.34.0

ImportTable provides a mock function with given fields: _a0

func (*DynamoDBAPI) ImportTableRequest added in v0.34.0

ImportTableRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ImportTableWithContext added in v0.34.0

func (_m *DynamoDBAPI) ImportTableWithContext(_a0 context.Context, _a1 *dynamodb.ImportTableInput, _a2 ...request.Option) (*dynamodb.ImportTableOutput, error)

ImportTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ListBackups

ListBackups provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListBackupsRequest

ListBackupsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListBackupsWithContext

func (_m *DynamoDBAPI) ListBackupsWithContext(_a0 context.Context, _a1 *dynamodb.ListBackupsInput, _a2 ...request.Option) (*dynamodb.ListBackupsOutput, error)

ListBackupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ListContributorInsights added in v0.32.0

ListContributorInsights provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListContributorInsightsPages added in v0.32.0

func (_m *DynamoDBAPI) ListContributorInsightsPages(_a0 *dynamodb.ListContributorInsightsInput, _a1 func(*dynamodb.ListContributorInsightsOutput, bool) bool) error

ListContributorInsightsPages provides a mock function with given fields: _a0, _a1

func (*DynamoDBAPI) ListContributorInsightsPagesWithContext added in v0.32.0

func (_m *DynamoDBAPI) ListContributorInsightsPagesWithContext(_a0 context.Context, _a1 *dynamodb.ListContributorInsightsInput, _a2 func(*dynamodb.ListContributorInsightsOutput, bool) bool, _a3 ...request.Option) error

ListContributorInsightsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*DynamoDBAPI) ListContributorInsightsRequest added in v0.32.0

ListContributorInsightsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListContributorInsightsWithContext added in v0.32.0

func (_m *DynamoDBAPI) ListContributorInsightsWithContext(_a0 context.Context, _a1 *dynamodb.ListContributorInsightsInput, _a2 ...request.Option) (*dynamodb.ListContributorInsightsOutput, error)

ListContributorInsightsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ListExports added in v0.33.6

ListExports provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListExportsPages added in v0.33.6

func (_m *DynamoDBAPI) ListExportsPages(_a0 *dynamodb.ListExportsInput, _a1 func(*dynamodb.ListExportsOutput, bool) bool) error

ListExportsPages provides a mock function with given fields: _a0, _a1

func (*DynamoDBAPI) ListExportsPagesWithContext added in v0.33.6

func (_m *DynamoDBAPI) ListExportsPagesWithContext(_a0 context.Context, _a1 *dynamodb.ListExportsInput, _a2 func(*dynamodb.ListExportsOutput, bool) bool, _a3 ...request.Option) error

ListExportsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*DynamoDBAPI) ListExportsRequest added in v0.33.6

ListExportsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListExportsWithContext added in v0.33.6

func (_m *DynamoDBAPI) ListExportsWithContext(_a0 context.Context, _a1 *dynamodb.ListExportsInput, _a2 ...request.Option) (*dynamodb.ListExportsOutput, error)

ListExportsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ListGlobalTables

ListGlobalTables provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListGlobalTablesRequest

ListGlobalTablesRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListGlobalTablesWithContext

func (_m *DynamoDBAPI) ListGlobalTablesWithContext(_a0 context.Context, _a1 *dynamodb.ListGlobalTablesInput, _a2 ...request.Option) (*dynamodb.ListGlobalTablesOutput, error)

ListGlobalTablesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ListImports added in v0.34.0

ListImports provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListImportsPages added in v0.34.0

func (_m *DynamoDBAPI) ListImportsPages(_a0 *dynamodb.ListImportsInput, _a1 func(*dynamodb.ListImportsOutput, bool) bool) error

ListImportsPages provides a mock function with given fields: _a0, _a1

func (*DynamoDBAPI) ListImportsPagesWithContext added in v0.34.0

func (_m *DynamoDBAPI) ListImportsPagesWithContext(_a0 context.Context, _a1 *dynamodb.ListImportsInput, _a2 func(*dynamodb.ListImportsOutput, bool) bool, _a3 ...request.Option) error

ListImportsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*DynamoDBAPI) ListImportsRequest added in v0.34.0

ListImportsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListImportsWithContext added in v0.34.0

func (_m *DynamoDBAPI) ListImportsWithContext(_a0 context.Context, _a1 *dynamodb.ListImportsInput, _a2 ...request.Option) (*dynamodb.ListImportsOutput, error)

ListImportsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ListTables

ListTables provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListTablesPages

func (_m *DynamoDBAPI) ListTablesPages(_a0 *dynamodb.ListTablesInput, _a1 func(*dynamodb.ListTablesOutput, bool) bool) error

ListTablesPages provides a mock function with given fields: _a0, _a1

func (*DynamoDBAPI) ListTablesPagesWithContext

func (_m *DynamoDBAPI) ListTablesPagesWithContext(_a0 context.Context, _a1 *dynamodb.ListTablesInput, _a2 func(*dynamodb.ListTablesOutput, bool) bool, _a3 ...request.Option) error

ListTablesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*DynamoDBAPI) ListTablesRequest

func (_m *DynamoDBAPI) ListTablesRequest(_a0 *dynamodb.ListTablesInput) (*request.Request, *dynamodb.ListTablesOutput)

ListTablesRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListTablesWithContext

func (_m *DynamoDBAPI) ListTablesWithContext(_a0 context.Context, _a1 *dynamodb.ListTablesInput, _a2 ...request.Option) (*dynamodb.ListTablesOutput, error)

ListTablesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) ListTagsOfResource

ListTagsOfResource provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListTagsOfResourceRequest

ListTagsOfResourceRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ListTagsOfResourceWithContext

func (_m *DynamoDBAPI) ListTagsOfResourceWithContext(_a0 context.Context, _a1 *dynamodb.ListTagsOfResourceInput, _a2 ...request.Option) (*dynamodb.ListTagsOfResourceOutput, error)

ListTagsOfResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) PutItem

PutItem provides a mock function with given fields: _a0

func (*DynamoDBAPI) PutItemRequest

func (_m *DynamoDBAPI) PutItemRequest(_a0 *dynamodb.PutItemInput) (*request.Request, *dynamodb.PutItemOutput)

PutItemRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) PutItemWithContext

func (_m *DynamoDBAPI) PutItemWithContext(_a0 context.Context, _a1 *dynamodb.PutItemInput, _a2 ...request.Option) (*dynamodb.PutItemOutput, error)

PutItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) Query

Query provides a mock function with given fields: _a0

func (*DynamoDBAPI) QueryPages

func (_m *DynamoDBAPI) QueryPages(_a0 *dynamodb.QueryInput, _a1 func(*dynamodb.QueryOutput, bool) bool) error

QueryPages provides a mock function with given fields: _a0, _a1

func (*DynamoDBAPI) QueryPagesWithContext

func (_m *DynamoDBAPI) QueryPagesWithContext(_a0 context.Context, _a1 *dynamodb.QueryInput, _a2 func(*dynamodb.QueryOutput, bool) bool, _a3 ...request.Option) error

QueryPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*DynamoDBAPI) QueryRequest

func (_m *DynamoDBAPI) QueryRequest(_a0 *dynamodb.QueryInput) (*request.Request, *dynamodb.QueryOutput)

QueryRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) QueryWithContext

func (_m *DynamoDBAPI) QueryWithContext(_a0 context.Context, _a1 *dynamodb.QueryInput, _a2 ...request.Option) (*dynamodb.QueryOutput, error)

QueryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) RestoreTableFromBackup

RestoreTableFromBackup provides a mock function with given fields: _a0

func (*DynamoDBAPI) RestoreTableFromBackupRequest

RestoreTableFromBackupRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) RestoreTableFromBackupWithContext

func (_m *DynamoDBAPI) RestoreTableFromBackupWithContext(_a0 context.Context, _a1 *dynamodb.RestoreTableFromBackupInput, _a2 ...request.Option) (*dynamodb.RestoreTableFromBackupOutput, error)

RestoreTableFromBackupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) RestoreTableToPointInTime

RestoreTableToPointInTime provides a mock function with given fields: _a0

func (*DynamoDBAPI) RestoreTableToPointInTimeRequest

RestoreTableToPointInTimeRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) RestoreTableToPointInTimeWithContext

func (_m *DynamoDBAPI) RestoreTableToPointInTimeWithContext(_a0 context.Context, _a1 *dynamodb.RestoreTableToPointInTimeInput, _a2 ...request.Option) (*dynamodb.RestoreTableToPointInTimeOutput, error)

RestoreTableToPointInTimeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) Scan

Scan provides a mock function with given fields: _a0

func (*DynamoDBAPI) ScanPages

func (_m *DynamoDBAPI) ScanPages(_a0 *dynamodb.ScanInput, _a1 func(*dynamodb.ScanOutput, bool) bool) error

ScanPages provides a mock function with given fields: _a0, _a1

func (*DynamoDBAPI) ScanPagesWithContext

func (_m *DynamoDBAPI) ScanPagesWithContext(_a0 context.Context, _a1 *dynamodb.ScanInput, _a2 func(*dynamodb.ScanOutput, bool) bool, _a3 ...request.Option) error

ScanPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*DynamoDBAPI) ScanRequest

func (_m *DynamoDBAPI) ScanRequest(_a0 *dynamodb.ScanInput) (*request.Request, *dynamodb.ScanOutput)

ScanRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) ScanWithContext

func (_m *DynamoDBAPI) ScanWithContext(_a0 context.Context, _a1 *dynamodb.ScanInput, _a2 ...request.Option) (*dynamodb.ScanOutput, error)

ScanWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) TagResource

TagResource provides a mock function with given fields: _a0

func (*DynamoDBAPI) TagResourceRequest

TagResourceRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) TagResourceWithContext

func (_m *DynamoDBAPI) TagResourceWithContext(_a0 context.Context, _a1 *dynamodb.TagResourceInput, _a2 ...request.Option) (*dynamodb.TagResourceOutput, error)

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) TransactGetItems

TransactGetItems provides a mock function with given fields: _a0

func (*DynamoDBAPI) TransactGetItemsRequest

TransactGetItemsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) TransactGetItemsWithContext

func (_m *DynamoDBAPI) TransactGetItemsWithContext(_a0 context.Context, _a1 *dynamodb.TransactGetItemsInput, _a2 ...request.Option) (*dynamodb.TransactGetItemsOutput, error)

TransactGetItemsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) TransactWriteItems

TransactWriteItems provides a mock function with given fields: _a0

func (*DynamoDBAPI) TransactWriteItemsRequest

TransactWriteItemsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) TransactWriteItemsWithContext

func (_m *DynamoDBAPI) TransactWriteItemsWithContext(_a0 context.Context, _a1 *dynamodb.TransactWriteItemsInput, _a2 ...request.Option) (*dynamodb.TransactWriteItemsOutput, error)

TransactWriteItemsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UntagResource

UntagResource provides a mock function with given fields: _a0

func (*DynamoDBAPI) UntagResourceRequest

UntagResourceRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UntagResourceWithContext

func (_m *DynamoDBAPI) UntagResourceWithContext(_a0 context.Context, _a1 *dynamodb.UntagResourceInput, _a2 ...request.Option) (*dynamodb.UntagResourceOutput, error)

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UpdateContinuousBackups

UpdateContinuousBackups provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateContinuousBackupsRequest

UpdateContinuousBackupsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateContinuousBackupsWithContext

func (_m *DynamoDBAPI) UpdateContinuousBackupsWithContext(_a0 context.Context, _a1 *dynamodb.UpdateContinuousBackupsInput, _a2 ...request.Option) (*dynamodb.UpdateContinuousBackupsOutput, error)

UpdateContinuousBackupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UpdateContributorInsights added in v0.32.0

UpdateContributorInsights provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateContributorInsightsRequest added in v0.32.0

UpdateContributorInsightsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateContributorInsightsWithContext added in v0.32.0

func (_m *DynamoDBAPI) UpdateContributorInsightsWithContext(_a0 context.Context, _a1 *dynamodb.UpdateContributorInsightsInput, _a2 ...request.Option) (*dynamodb.UpdateContributorInsightsOutput, error)

UpdateContributorInsightsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UpdateGlobalTable

UpdateGlobalTable provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateGlobalTableRequest

UpdateGlobalTableRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateGlobalTableSettings

UpdateGlobalTableSettings provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateGlobalTableSettingsRequest

UpdateGlobalTableSettingsRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateGlobalTableSettingsWithContext

func (_m *DynamoDBAPI) UpdateGlobalTableSettingsWithContext(_a0 context.Context, _a1 *dynamodb.UpdateGlobalTableSettingsInput, _a2 ...request.Option) (*dynamodb.UpdateGlobalTableSettingsOutput, error)

UpdateGlobalTableSettingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UpdateGlobalTableWithContext

func (_m *DynamoDBAPI) UpdateGlobalTableWithContext(_a0 context.Context, _a1 *dynamodb.UpdateGlobalTableInput, _a2 ...request.Option) (*dynamodb.UpdateGlobalTableOutput, error)

UpdateGlobalTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UpdateItem

UpdateItem provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateItemRequest

func (_m *DynamoDBAPI) UpdateItemRequest(_a0 *dynamodb.UpdateItemInput) (*request.Request, *dynamodb.UpdateItemOutput)

UpdateItemRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateItemWithContext

func (_m *DynamoDBAPI) UpdateItemWithContext(_a0 context.Context, _a1 *dynamodb.UpdateItemInput, _a2 ...request.Option) (*dynamodb.UpdateItemOutput, error)

UpdateItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UpdateTable

UpdateTable provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateTableReplicaAutoScaling added in v0.32.0

UpdateTableReplicaAutoScaling provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateTableReplicaAutoScalingRequest added in v0.32.0

UpdateTableReplicaAutoScalingRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateTableReplicaAutoScalingWithContext added in v0.32.0

func (_m *DynamoDBAPI) UpdateTableReplicaAutoScalingWithContext(_a0 context.Context, _a1 *dynamodb.UpdateTableReplicaAutoScalingInput, _a2 ...request.Option) (*dynamodb.UpdateTableReplicaAutoScalingOutput, error)

UpdateTableReplicaAutoScalingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UpdateTableRequest

UpdateTableRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateTableWithContext

func (_m *DynamoDBAPI) UpdateTableWithContext(_a0 context.Context, _a1 *dynamodb.UpdateTableInput, _a2 ...request.Option) (*dynamodb.UpdateTableOutput, error)

UpdateTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) UpdateTimeToLive

UpdateTimeToLive provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateTimeToLiveRequest

UpdateTimeToLiveRequest provides a mock function with given fields: _a0

func (*DynamoDBAPI) UpdateTimeToLiveWithContext

func (_m *DynamoDBAPI) UpdateTimeToLiveWithContext(_a0 context.Context, _a1 *dynamodb.UpdateTimeToLiveInput, _a2 ...request.Option) (*dynamodb.UpdateTimeToLiveOutput, error)

UpdateTimeToLiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) WaitUntilTableExists

func (_m *DynamoDBAPI) WaitUntilTableExists(_a0 *dynamodb.DescribeTableInput) error

WaitUntilTableExists provides a mock function with given fields: _a0

func (*DynamoDBAPI) WaitUntilTableExistsWithContext

func (_m *DynamoDBAPI) WaitUntilTableExistsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeTableInput, _a2 ...request.WaiterOption) error

WaitUntilTableExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*DynamoDBAPI) WaitUntilTableNotExists

func (_m *DynamoDBAPI) WaitUntilTableNotExists(_a0 *dynamodb.DescribeTableInput) error

WaitUntilTableNotExists provides a mock function with given fields: _a0

func (*DynamoDBAPI) WaitUntilTableNotExistsWithContext

func (_m *DynamoDBAPI) WaitUntilTableNotExistsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeTableInput, _a2 ...request.WaiterOption) error

WaitUntilTableNotExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

type EventBridgeAPI

type EventBridgeAPI struct {
	mock.Mock
}

EventBridgeAPI is an autogenerated mock type for the EventBridgeAPI type

func NewEventBridgeAPI added in v0.34.0

func NewEventBridgeAPI(t mockConstructorTestingTNewEventBridgeAPI) *EventBridgeAPI

NewEventBridgeAPI creates a new instance of EventBridgeAPI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*EventBridgeAPI) ActivateEventSource

ActivateEventSource provides a mock function with given fields: _a0

func (*EventBridgeAPI) ActivateEventSourceRequest

ActivateEventSourceRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) ActivateEventSourceWithContext

ActivateEventSourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) CancelReplay added in v0.33.6

CancelReplay provides a mock function with given fields: _a0

func (*EventBridgeAPI) CancelReplayRequest added in v0.33.6

CancelReplayRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) CancelReplayWithContext added in v0.33.6

func (_m *EventBridgeAPI) CancelReplayWithContext(_a0 context.Context, _a1 *eventbridge.CancelReplayInput, _a2 ...request.Option) (*eventbridge.CancelReplayOutput, error)

CancelReplayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) CreateApiDestination added in v0.34.0

CreateApiDestination provides a mock function with given fields: _a0

func (*EventBridgeAPI) CreateApiDestinationRequest added in v0.34.0

CreateApiDestinationRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) CreateApiDestinationWithContext added in v0.34.0

CreateApiDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) CreateArchive added in v0.33.6

CreateArchive provides a mock function with given fields: _a0

func (*EventBridgeAPI) CreateArchiveRequest added in v0.33.6

CreateArchiveRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) CreateArchiveWithContext added in v0.33.6

func (_m *EventBridgeAPI) CreateArchiveWithContext(_a0 context.Context, _a1 *eventbridge.CreateArchiveInput, _a2 ...request.Option) (*eventbridge.CreateArchiveOutput, error)

CreateArchiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) CreateConnection added in v0.34.0

CreateConnection provides a mock function with given fields: _a0

func (*EventBridgeAPI) CreateConnectionRequest added in v0.34.0

CreateConnectionRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) CreateConnectionWithContext added in v0.34.0

CreateConnectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) CreateEndpoint added in v0.34.0

CreateEndpoint provides a mock function with given fields: _a0

func (*EventBridgeAPI) CreateEndpointRequest added in v0.34.0

CreateEndpointRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) CreateEndpointWithContext added in v0.34.0

CreateEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) CreateEventBus

CreateEventBus provides a mock function with given fields: _a0

func (*EventBridgeAPI) CreateEventBusRequest

CreateEventBusRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) CreateEventBusWithContext

CreateEventBusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) CreatePartnerEventSource

CreatePartnerEventSource provides a mock function with given fields: _a0

func (*EventBridgeAPI) CreatePartnerEventSourceRequest

CreatePartnerEventSourceRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) CreatePartnerEventSourceWithContext

CreatePartnerEventSourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DeactivateEventSource

DeactivateEventSource provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeactivateEventSourceRequest

DeactivateEventSourceRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeactivateEventSourceWithContext

DeactivateEventSourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DeauthorizeConnection added in v0.34.0

DeauthorizeConnection provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeauthorizeConnectionRequest added in v0.34.0

DeauthorizeConnectionRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeauthorizeConnectionWithContext added in v0.34.0

DeauthorizeConnectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DeleteApiDestination added in v0.34.0

DeleteApiDestination provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeleteApiDestinationRequest added in v0.34.0

DeleteApiDestinationRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeleteApiDestinationWithContext added in v0.34.0

DeleteApiDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DeleteArchive added in v0.33.6

DeleteArchive provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeleteArchiveRequest added in v0.33.6

DeleteArchiveRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeleteArchiveWithContext added in v0.33.6

func (_m *EventBridgeAPI) DeleteArchiveWithContext(_a0 context.Context, _a1 *eventbridge.DeleteArchiveInput, _a2 ...request.Option) (*eventbridge.DeleteArchiveOutput, error)

DeleteArchiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DeleteConnection added in v0.34.0

DeleteConnection provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeleteConnectionRequest added in v0.34.0

DeleteConnectionRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeleteConnectionWithContext added in v0.34.0

DeleteConnectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DeleteEndpoint added in v0.34.0

DeleteEndpoint provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeleteEndpointRequest added in v0.34.0

DeleteEndpointRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeleteEndpointWithContext added in v0.34.0

DeleteEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DeleteEventBus

DeleteEventBus provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeleteEventBusRequest

DeleteEventBusRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeleteEventBusWithContext

DeleteEventBusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DeletePartnerEventSource

DeletePartnerEventSource provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeletePartnerEventSourceRequest

DeletePartnerEventSourceRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeletePartnerEventSourceWithContext

DeletePartnerEventSourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DeleteRule

DeleteRule provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeleteRuleRequest

DeleteRuleRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DeleteRuleWithContext

func (_m *EventBridgeAPI) DeleteRuleWithContext(_a0 context.Context, _a1 *eventbridge.DeleteRuleInput, _a2 ...request.Option) (*eventbridge.DeleteRuleOutput, error)

DeleteRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DescribeApiDestination added in v0.34.0

DescribeApiDestination provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribeApiDestinationRequest added in v0.34.0

DescribeApiDestinationRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribeApiDestinationWithContext added in v0.34.0

DescribeApiDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DescribeArchive added in v0.33.6

DescribeArchive provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribeArchiveRequest added in v0.33.6

DescribeArchiveRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribeArchiveWithContext added in v0.33.6

DescribeArchiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DescribeConnection added in v0.34.0

DescribeConnection provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribeConnectionRequest added in v0.34.0

DescribeConnectionRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribeConnectionWithContext added in v0.34.0

DescribeConnectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DescribeEndpoint added in v0.34.0

DescribeEndpoint provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribeEndpointRequest added in v0.34.0

DescribeEndpointRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribeEndpointWithContext added in v0.34.0

DescribeEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DescribeEventBus

DescribeEventBus provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribeEventBusRequest

DescribeEventBusRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribeEventBusWithContext

DescribeEventBusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DescribeEventSource

DescribeEventSource provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribeEventSourceRequest

DescribeEventSourceRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribeEventSourceWithContext

DescribeEventSourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DescribePartnerEventSource

DescribePartnerEventSource provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribePartnerEventSourceRequest

DescribePartnerEventSourceRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribePartnerEventSourceWithContext

DescribePartnerEventSourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DescribeReplay added in v0.33.6

DescribeReplay provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribeReplayRequest added in v0.33.6

DescribeReplayRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribeReplayWithContext added in v0.33.6

DescribeReplayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DescribeRule

DescribeRule provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribeRuleRequest

DescribeRuleRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DescribeRuleWithContext

func (_m *EventBridgeAPI) DescribeRuleWithContext(_a0 context.Context, _a1 *eventbridge.DescribeRuleInput, _a2 ...request.Option) (*eventbridge.DescribeRuleOutput, error)

DescribeRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) DisableRule

DisableRule provides a mock function with given fields: _a0

func (*EventBridgeAPI) DisableRuleRequest

DisableRuleRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) DisableRuleWithContext

func (_m *EventBridgeAPI) DisableRuleWithContext(_a0 context.Context, _a1 *eventbridge.DisableRuleInput, _a2 ...request.Option) (*eventbridge.DisableRuleOutput, error)

DisableRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) EnableRule

EnableRule provides a mock function with given fields: _a0

func (*EventBridgeAPI) EnableRuleRequest

EnableRuleRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) EnableRuleWithContext

func (_m *EventBridgeAPI) EnableRuleWithContext(_a0 context.Context, _a1 *eventbridge.EnableRuleInput, _a2 ...request.Option) (*eventbridge.EnableRuleOutput, error)

EnableRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) ListApiDestinations added in v0.34.0

ListApiDestinations provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListApiDestinationsRequest added in v0.34.0

ListApiDestinationsRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListApiDestinationsWithContext added in v0.34.0

ListApiDestinationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) ListArchives added in v0.33.6

ListArchives provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListArchivesRequest added in v0.33.6

ListArchivesRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListArchivesWithContext added in v0.33.6

func (_m *EventBridgeAPI) ListArchivesWithContext(_a0 context.Context, _a1 *eventbridge.ListArchivesInput, _a2 ...request.Option) (*eventbridge.ListArchivesOutput, error)

ListArchivesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) ListConnections added in v0.34.0

ListConnections provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListConnectionsRequest added in v0.34.0

ListConnectionsRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListConnectionsWithContext added in v0.34.0

ListConnectionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) ListEndpoints added in v0.34.0

ListEndpoints provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListEndpointsRequest added in v0.34.0

ListEndpointsRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListEndpointsWithContext added in v0.34.0

func (_m *EventBridgeAPI) ListEndpointsWithContext(_a0 context.Context, _a1 *eventbridge.ListEndpointsInput, _a2 ...request.Option) (*eventbridge.ListEndpointsOutput, error)

ListEndpointsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) ListEventBuses

ListEventBuses provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListEventBusesRequest

ListEventBusesRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListEventBusesWithContext

ListEventBusesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) ListEventSources

ListEventSources provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListEventSourcesRequest

ListEventSourcesRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListEventSourcesWithContext

ListEventSourcesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) ListPartnerEventSourceAccounts

ListPartnerEventSourceAccounts provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListPartnerEventSourceAccountsRequest

ListPartnerEventSourceAccountsRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListPartnerEventSourceAccountsWithContext

ListPartnerEventSourceAccountsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) ListPartnerEventSources

ListPartnerEventSources provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListPartnerEventSourcesRequest

ListPartnerEventSourcesRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListPartnerEventSourcesWithContext

ListPartnerEventSourcesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) ListReplays added in v0.33.6

ListReplays provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListReplaysRequest added in v0.33.6

ListReplaysRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListReplaysWithContext added in v0.33.6

func (_m *EventBridgeAPI) ListReplaysWithContext(_a0 context.Context, _a1 *eventbridge.ListReplaysInput, _a2 ...request.Option) (*eventbridge.ListReplaysOutput, error)

ListReplaysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) ListRuleNamesByTarget

ListRuleNamesByTarget provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListRuleNamesByTargetRequest

ListRuleNamesByTargetRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListRuleNamesByTargetWithContext

ListRuleNamesByTargetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) ListRules

ListRules provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListRulesRequest

ListRulesRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListRulesWithContext

func (_m *EventBridgeAPI) ListRulesWithContext(_a0 context.Context, _a1 *eventbridge.ListRulesInput, _a2 ...request.Option) (*eventbridge.ListRulesOutput, error)

ListRulesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) ListTagsForResource

ListTagsForResource provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListTagsForResourceRequest

ListTagsForResourceRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListTagsForResourceWithContext

ListTagsForResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) ListTargetsByRule

ListTargetsByRule provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListTargetsByRuleRequest

ListTargetsByRuleRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) ListTargetsByRuleWithContext

ListTargetsByRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) PutEvents

PutEvents provides a mock function with given fields: _a0

func (*EventBridgeAPI) PutEventsRequest

PutEventsRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) PutEventsWithContext

func (_m *EventBridgeAPI) PutEventsWithContext(_a0 context.Context, _a1 *eventbridge.PutEventsInput, _a2 ...request.Option) (*eventbridge.PutEventsOutput, error)

PutEventsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) PutPartnerEvents

PutPartnerEvents provides a mock function with given fields: _a0

func (*EventBridgeAPI) PutPartnerEventsRequest

PutPartnerEventsRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) PutPartnerEventsWithContext

PutPartnerEventsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) PutPermission

PutPermission provides a mock function with given fields: _a0

func (*EventBridgeAPI) PutPermissionRequest

PutPermissionRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) PutPermissionWithContext

func (_m *EventBridgeAPI) PutPermissionWithContext(_a0 context.Context, _a1 *eventbridge.PutPermissionInput, _a2 ...request.Option) (*eventbridge.PutPermissionOutput, error)

PutPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) PutRule

PutRule provides a mock function with given fields: _a0

func (*EventBridgeAPI) PutRuleRequest

PutRuleRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) PutRuleWithContext

func (_m *EventBridgeAPI) PutRuleWithContext(_a0 context.Context, _a1 *eventbridge.PutRuleInput, _a2 ...request.Option) (*eventbridge.PutRuleOutput, error)

PutRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) PutTargets

PutTargets provides a mock function with given fields: _a0

func (*EventBridgeAPI) PutTargetsRequest

PutTargetsRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) PutTargetsWithContext

func (_m *EventBridgeAPI) PutTargetsWithContext(_a0 context.Context, _a1 *eventbridge.PutTargetsInput, _a2 ...request.Option) (*eventbridge.PutTargetsOutput, error)

PutTargetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) RemovePermission

RemovePermission provides a mock function with given fields: _a0

func (*EventBridgeAPI) RemovePermissionRequest

RemovePermissionRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) RemovePermissionWithContext

RemovePermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) RemoveTargets

RemoveTargets provides a mock function with given fields: _a0

func (*EventBridgeAPI) RemoveTargetsRequest

RemoveTargetsRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) RemoveTargetsWithContext

func (_m *EventBridgeAPI) RemoveTargetsWithContext(_a0 context.Context, _a1 *eventbridge.RemoveTargetsInput, _a2 ...request.Option) (*eventbridge.RemoveTargetsOutput, error)

RemoveTargetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) StartReplay added in v0.33.6

StartReplay provides a mock function with given fields: _a0

func (*EventBridgeAPI) StartReplayRequest added in v0.33.6

StartReplayRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) StartReplayWithContext added in v0.33.6

func (_m *EventBridgeAPI) StartReplayWithContext(_a0 context.Context, _a1 *eventbridge.StartReplayInput, _a2 ...request.Option) (*eventbridge.StartReplayOutput, error)

StartReplayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) TagResource

TagResource provides a mock function with given fields: _a0

func (*EventBridgeAPI) TagResourceRequest

TagResourceRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) TagResourceWithContext

func (_m *EventBridgeAPI) TagResourceWithContext(_a0 context.Context, _a1 *eventbridge.TagResourceInput, _a2 ...request.Option) (*eventbridge.TagResourceOutput, error)

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) TestEventPattern

TestEventPattern provides a mock function with given fields: _a0

func (*EventBridgeAPI) TestEventPatternRequest

TestEventPatternRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) TestEventPatternWithContext

TestEventPatternWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) UntagResource

UntagResource provides a mock function with given fields: _a0

func (*EventBridgeAPI) UntagResourceRequest

UntagResourceRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) UntagResourceWithContext

func (_m *EventBridgeAPI) UntagResourceWithContext(_a0 context.Context, _a1 *eventbridge.UntagResourceInput, _a2 ...request.Option) (*eventbridge.UntagResourceOutput, error)

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) UpdateApiDestination added in v0.34.0

UpdateApiDestination provides a mock function with given fields: _a0

func (*EventBridgeAPI) UpdateApiDestinationRequest added in v0.34.0

UpdateApiDestinationRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) UpdateApiDestinationWithContext added in v0.34.0

UpdateApiDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) UpdateArchive added in v0.33.6

UpdateArchive provides a mock function with given fields: _a0

func (*EventBridgeAPI) UpdateArchiveRequest added in v0.33.6

UpdateArchiveRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) UpdateArchiveWithContext added in v0.33.6

func (_m *EventBridgeAPI) UpdateArchiveWithContext(_a0 context.Context, _a1 *eventbridge.UpdateArchiveInput, _a2 ...request.Option) (*eventbridge.UpdateArchiveOutput, error)

UpdateArchiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) UpdateConnection added in v0.34.0

UpdateConnection provides a mock function with given fields: _a0

func (*EventBridgeAPI) UpdateConnectionRequest added in v0.34.0

UpdateConnectionRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) UpdateConnectionWithContext added in v0.34.0

UpdateConnectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*EventBridgeAPI) UpdateEndpoint added in v0.34.0

UpdateEndpoint provides a mock function with given fields: _a0

func (*EventBridgeAPI) UpdateEndpointRequest added in v0.34.0

UpdateEndpointRequest provides a mock function with given fields: _a0

func (*EventBridgeAPI) UpdateEndpointWithContext added in v0.34.0

UpdateEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

type IAM

type IAM struct {
	mock.Mock
}

IAM is an autogenerated mock type for the IAM type

func NewIAM added in v0.34.0

func NewIAM(t mockConstructorTestingTNewIAM) *IAM

NewIAM creates a new instance of IAM. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*IAM) AddClientIDToOpenIDConnectProvider

func (_m *IAM) AddClientIDToOpenIDConnectProvider(_a0 *iam.AddClientIDToOpenIDConnectProviderInput) (*iam.AddClientIDToOpenIDConnectProviderOutput, error)

AddClientIDToOpenIDConnectProvider provides a mock function with given fields: _a0

func (*IAM) AddClientIDToOpenIDConnectProviderRequest

func (_m *IAM) AddClientIDToOpenIDConnectProviderRequest(_a0 *iam.AddClientIDToOpenIDConnectProviderInput) (*request.Request, *iam.AddClientIDToOpenIDConnectProviderOutput)

AddClientIDToOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*IAM) AddClientIDToOpenIDConnectProviderWithContext

func (_m *IAM) AddClientIDToOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.AddClientIDToOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.AddClientIDToOpenIDConnectProviderOutput, error)

AddClientIDToOpenIDConnectProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) AddRoleToInstanceProfile

func (_m *IAM) AddRoleToInstanceProfile(_a0 *iam.AddRoleToInstanceProfileInput) (*iam.AddRoleToInstanceProfileOutput, error)

AddRoleToInstanceProfile provides a mock function with given fields: _a0

func (*IAM) AddRoleToInstanceProfileRequest

func (_m *IAM) AddRoleToInstanceProfileRequest(_a0 *iam.AddRoleToInstanceProfileInput) (*request.Request, *iam.AddRoleToInstanceProfileOutput)

AddRoleToInstanceProfileRequest provides a mock function with given fields: _a0

func (*IAM) AddRoleToInstanceProfileWithContext

func (_m *IAM) AddRoleToInstanceProfileWithContext(_a0 context.Context, _a1 *iam.AddRoleToInstanceProfileInput, _a2 ...request.Option) (*iam.AddRoleToInstanceProfileOutput, error)

AddRoleToInstanceProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) AddUserToGroup

func (_m *IAM) AddUserToGroup(_a0 *iam.AddUserToGroupInput) (*iam.AddUserToGroupOutput, error)

AddUserToGroup provides a mock function with given fields: _a0

func (*IAM) AddUserToGroupRequest

func (_m *IAM) AddUserToGroupRequest(_a0 *iam.AddUserToGroupInput) (*request.Request, *iam.AddUserToGroupOutput)

AddUserToGroupRequest provides a mock function with given fields: _a0

func (*IAM) AddUserToGroupWithContext

func (_m *IAM) AddUserToGroupWithContext(_a0 context.Context, _a1 *iam.AddUserToGroupInput, _a2 ...request.Option) (*iam.AddUserToGroupOutput, error)

AddUserToGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) AttachGroupPolicy

func (_m *IAM) AttachGroupPolicy(_a0 *iam.AttachGroupPolicyInput) (*iam.AttachGroupPolicyOutput, error)

AttachGroupPolicy provides a mock function with given fields: _a0

func (*IAM) AttachGroupPolicyRequest

func (_m *IAM) AttachGroupPolicyRequest(_a0 *iam.AttachGroupPolicyInput) (*request.Request, *iam.AttachGroupPolicyOutput)

AttachGroupPolicyRequest provides a mock function with given fields: _a0

func (*IAM) AttachGroupPolicyWithContext

func (_m *IAM) AttachGroupPolicyWithContext(_a0 context.Context, _a1 *iam.AttachGroupPolicyInput, _a2 ...request.Option) (*iam.AttachGroupPolicyOutput, error)

AttachGroupPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) AttachRolePolicy

func (_m *IAM) AttachRolePolicy(_a0 *iam.AttachRolePolicyInput) (*iam.AttachRolePolicyOutput, error)

AttachRolePolicy provides a mock function with given fields: _a0

func (*IAM) AttachRolePolicyRequest

func (_m *IAM) AttachRolePolicyRequest(_a0 *iam.AttachRolePolicyInput) (*request.Request, *iam.AttachRolePolicyOutput)

AttachRolePolicyRequest provides a mock function with given fields: _a0

func (*IAM) AttachRolePolicyWithContext

func (_m *IAM) AttachRolePolicyWithContext(_a0 context.Context, _a1 *iam.AttachRolePolicyInput, _a2 ...request.Option) (*iam.AttachRolePolicyOutput, error)

AttachRolePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) AttachUserPolicy

func (_m *IAM) AttachUserPolicy(_a0 *iam.AttachUserPolicyInput) (*iam.AttachUserPolicyOutput, error)

AttachUserPolicy provides a mock function with given fields: _a0

func (*IAM) AttachUserPolicyRequest

func (_m *IAM) AttachUserPolicyRequest(_a0 *iam.AttachUserPolicyInput) (*request.Request, *iam.AttachUserPolicyOutput)

AttachUserPolicyRequest provides a mock function with given fields: _a0

func (*IAM) AttachUserPolicyWithContext

func (_m *IAM) AttachUserPolicyWithContext(_a0 context.Context, _a1 *iam.AttachUserPolicyInput, _a2 ...request.Option) (*iam.AttachUserPolicyOutput, error)

AttachUserPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ChangePassword

func (_m *IAM) ChangePassword(_a0 *iam.ChangePasswordInput) (*iam.ChangePasswordOutput, error)

ChangePassword provides a mock function with given fields: _a0

func (*IAM) ChangePasswordRequest

func (_m *IAM) ChangePasswordRequest(_a0 *iam.ChangePasswordInput) (*request.Request, *iam.ChangePasswordOutput)

ChangePasswordRequest provides a mock function with given fields: _a0

func (*IAM) ChangePasswordWithContext

func (_m *IAM) ChangePasswordWithContext(_a0 context.Context, _a1 *iam.ChangePasswordInput, _a2 ...request.Option) (*iam.ChangePasswordOutput, error)

ChangePasswordWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) CreateAccessKey

func (_m *IAM) CreateAccessKey(_a0 *iam.CreateAccessKeyInput) (*iam.CreateAccessKeyOutput, error)

CreateAccessKey provides a mock function with given fields: _a0

func (*IAM) CreateAccessKeyRequest

func (_m *IAM) CreateAccessKeyRequest(_a0 *iam.CreateAccessKeyInput) (*request.Request, *iam.CreateAccessKeyOutput)

CreateAccessKeyRequest provides a mock function with given fields: _a0

func (*IAM) CreateAccessKeyWithContext

func (_m *IAM) CreateAccessKeyWithContext(_a0 context.Context, _a1 *iam.CreateAccessKeyInput, _a2 ...request.Option) (*iam.CreateAccessKeyOutput, error)

CreateAccessKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) CreateAccountAlias

func (_m *IAM) CreateAccountAlias(_a0 *iam.CreateAccountAliasInput) (*iam.CreateAccountAliasOutput, error)

CreateAccountAlias provides a mock function with given fields: _a0

func (*IAM) CreateAccountAliasRequest

func (_m *IAM) CreateAccountAliasRequest(_a0 *iam.CreateAccountAliasInput) (*request.Request, *iam.CreateAccountAliasOutput)

CreateAccountAliasRequest provides a mock function with given fields: _a0

func (*IAM) CreateAccountAliasWithContext

func (_m *IAM) CreateAccountAliasWithContext(_a0 context.Context, _a1 *iam.CreateAccountAliasInput, _a2 ...request.Option) (*iam.CreateAccountAliasOutput, error)

CreateAccountAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) CreateGroup

func (_m *IAM) CreateGroup(_a0 *iam.CreateGroupInput) (*iam.CreateGroupOutput, error)

CreateGroup provides a mock function with given fields: _a0

func (*IAM) CreateGroupRequest

func (_m *IAM) CreateGroupRequest(_a0 *iam.CreateGroupInput) (*request.Request, *iam.CreateGroupOutput)

CreateGroupRequest provides a mock function with given fields: _a0

func (*IAM) CreateGroupWithContext

func (_m *IAM) CreateGroupWithContext(_a0 context.Context, _a1 *iam.CreateGroupInput, _a2 ...request.Option) (*iam.CreateGroupOutput, error)

CreateGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) CreateInstanceProfile

func (_m *IAM) CreateInstanceProfile(_a0 *iam.CreateInstanceProfileInput) (*iam.CreateInstanceProfileOutput, error)

CreateInstanceProfile provides a mock function with given fields: _a0

func (*IAM) CreateInstanceProfileRequest

func (_m *IAM) CreateInstanceProfileRequest(_a0 *iam.CreateInstanceProfileInput) (*request.Request, *iam.CreateInstanceProfileOutput)

CreateInstanceProfileRequest provides a mock function with given fields: _a0

func (*IAM) CreateInstanceProfileWithContext

func (_m *IAM) CreateInstanceProfileWithContext(_a0 context.Context, _a1 *iam.CreateInstanceProfileInput, _a2 ...request.Option) (*iam.CreateInstanceProfileOutput, error)

CreateInstanceProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) CreateLoginProfile

func (_m *IAM) CreateLoginProfile(_a0 *iam.CreateLoginProfileInput) (*iam.CreateLoginProfileOutput, error)

CreateLoginProfile provides a mock function with given fields: _a0

func (*IAM) CreateLoginProfileRequest

func (_m *IAM) CreateLoginProfileRequest(_a0 *iam.CreateLoginProfileInput) (*request.Request, *iam.CreateLoginProfileOutput)

CreateLoginProfileRequest provides a mock function with given fields: _a0

func (*IAM) CreateLoginProfileWithContext

func (_m *IAM) CreateLoginProfileWithContext(_a0 context.Context, _a1 *iam.CreateLoginProfileInput, _a2 ...request.Option) (*iam.CreateLoginProfileOutput, error)

CreateLoginProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) CreateOpenIDConnectProvider

func (_m *IAM) CreateOpenIDConnectProvider(_a0 *iam.CreateOpenIDConnectProviderInput) (*iam.CreateOpenIDConnectProviderOutput, error)

CreateOpenIDConnectProvider provides a mock function with given fields: _a0

func (*IAM) CreateOpenIDConnectProviderRequest

func (_m *IAM) CreateOpenIDConnectProviderRequest(_a0 *iam.CreateOpenIDConnectProviderInput) (*request.Request, *iam.CreateOpenIDConnectProviderOutput)

CreateOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*IAM) CreateOpenIDConnectProviderWithContext

func (_m *IAM) CreateOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.CreateOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.CreateOpenIDConnectProviderOutput, error)

CreateOpenIDConnectProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) CreatePolicy

func (_m *IAM) CreatePolicy(_a0 *iam.CreatePolicyInput) (*iam.CreatePolicyOutput, error)

CreatePolicy provides a mock function with given fields: _a0

func (*IAM) CreatePolicyRequest

func (_m *IAM) CreatePolicyRequest(_a0 *iam.CreatePolicyInput) (*request.Request, *iam.CreatePolicyOutput)

CreatePolicyRequest provides a mock function with given fields: _a0

func (*IAM) CreatePolicyVersion

func (_m *IAM) CreatePolicyVersion(_a0 *iam.CreatePolicyVersionInput) (*iam.CreatePolicyVersionOutput, error)

CreatePolicyVersion provides a mock function with given fields: _a0

func (*IAM) CreatePolicyVersionRequest

func (_m *IAM) CreatePolicyVersionRequest(_a0 *iam.CreatePolicyVersionInput) (*request.Request, *iam.CreatePolicyVersionOutput)

CreatePolicyVersionRequest provides a mock function with given fields: _a0

func (*IAM) CreatePolicyVersionWithContext

func (_m *IAM) CreatePolicyVersionWithContext(_a0 context.Context, _a1 *iam.CreatePolicyVersionInput, _a2 ...request.Option) (*iam.CreatePolicyVersionOutput, error)

CreatePolicyVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) CreatePolicyWithContext

func (_m *IAM) CreatePolicyWithContext(_a0 context.Context, _a1 *iam.CreatePolicyInput, _a2 ...request.Option) (*iam.CreatePolicyOutput, error)

CreatePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) CreateRole

func (_m *IAM) CreateRole(_a0 *iam.CreateRoleInput) (*iam.CreateRoleOutput, error)

CreateRole provides a mock function with given fields: _a0

func (*IAM) CreateRoleRequest

func (_m *IAM) CreateRoleRequest(_a0 *iam.CreateRoleInput) (*request.Request, *iam.CreateRoleOutput)

CreateRoleRequest provides a mock function with given fields: _a0

func (*IAM) CreateRoleWithContext

func (_m *IAM) CreateRoleWithContext(_a0 context.Context, _a1 *iam.CreateRoleInput, _a2 ...request.Option) (*iam.CreateRoleOutput, error)

CreateRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) CreateSAMLProvider

func (_m *IAM) CreateSAMLProvider(_a0 *iam.CreateSAMLProviderInput) (*iam.CreateSAMLProviderOutput, error)

CreateSAMLProvider provides a mock function with given fields: _a0

func (*IAM) CreateSAMLProviderRequest

func (_m *IAM) CreateSAMLProviderRequest(_a0 *iam.CreateSAMLProviderInput) (*request.Request, *iam.CreateSAMLProviderOutput)

CreateSAMLProviderRequest provides a mock function with given fields: _a0

func (*IAM) CreateSAMLProviderWithContext

func (_m *IAM) CreateSAMLProviderWithContext(_a0 context.Context, _a1 *iam.CreateSAMLProviderInput, _a2 ...request.Option) (*iam.CreateSAMLProviderOutput, error)

CreateSAMLProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) CreateServiceLinkedRole

func (_m *IAM) CreateServiceLinkedRole(_a0 *iam.CreateServiceLinkedRoleInput) (*iam.CreateServiceLinkedRoleOutput, error)

CreateServiceLinkedRole provides a mock function with given fields: _a0

func (*IAM) CreateServiceLinkedRoleRequest

func (_m *IAM) CreateServiceLinkedRoleRequest(_a0 *iam.CreateServiceLinkedRoleInput) (*request.Request, *iam.CreateServiceLinkedRoleOutput)

CreateServiceLinkedRoleRequest provides a mock function with given fields: _a0

func (*IAM) CreateServiceLinkedRoleWithContext

func (_m *IAM) CreateServiceLinkedRoleWithContext(_a0 context.Context, _a1 *iam.CreateServiceLinkedRoleInput, _a2 ...request.Option) (*iam.CreateServiceLinkedRoleOutput, error)

CreateServiceLinkedRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) CreateServiceSpecificCredential

func (_m *IAM) CreateServiceSpecificCredential(_a0 *iam.CreateServiceSpecificCredentialInput) (*iam.CreateServiceSpecificCredentialOutput, error)

CreateServiceSpecificCredential provides a mock function with given fields: _a0

func (*IAM) CreateServiceSpecificCredentialRequest

func (_m *IAM) CreateServiceSpecificCredentialRequest(_a0 *iam.CreateServiceSpecificCredentialInput) (*request.Request, *iam.CreateServiceSpecificCredentialOutput)

CreateServiceSpecificCredentialRequest provides a mock function with given fields: _a0

func (*IAM) CreateServiceSpecificCredentialWithContext

func (_m *IAM) CreateServiceSpecificCredentialWithContext(_a0 context.Context, _a1 *iam.CreateServiceSpecificCredentialInput, _a2 ...request.Option) (*iam.CreateServiceSpecificCredentialOutput, error)

CreateServiceSpecificCredentialWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) CreateUser

func (_m *IAM) CreateUser(_a0 *iam.CreateUserInput) (*iam.CreateUserOutput, error)

CreateUser provides a mock function with given fields: _a0

func (*IAM) CreateUserRequest

func (_m *IAM) CreateUserRequest(_a0 *iam.CreateUserInput) (*request.Request, *iam.CreateUserOutput)

CreateUserRequest provides a mock function with given fields: _a0

func (*IAM) CreateUserWithContext

func (_m *IAM) CreateUserWithContext(_a0 context.Context, _a1 *iam.CreateUserInput, _a2 ...request.Option) (*iam.CreateUserOutput, error)

CreateUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) CreateVirtualMFADevice

func (_m *IAM) CreateVirtualMFADevice(_a0 *iam.CreateVirtualMFADeviceInput) (*iam.CreateVirtualMFADeviceOutput, error)

CreateVirtualMFADevice provides a mock function with given fields: _a0

func (*IAM) CreateVirtualMFADeviceRequest

func (_m *IAM) CreateVirtualMFADeviceRequest(_a0 *iam.CreateVirtualMFADeviceInput) (*request.Request, *iam.CreateVirtualMFADeviceOutput)

CreateVirtualMFADeviceRequest provides a mock function with given fields: _a0

func (*IAM) CreateVirtualMFADeviceWithContext

func (_m *IAM) CreateVirtualMFADeviceWithContext(_a0 context.Context, _a1 *iam.CreateVirtualMFADeviceInput, _a2 ...request.Option) (*iam.CreateVirtualMFADeviceOutput, error)

CreateVirtualMFADeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeactivateMFADevice

func (_m *IAM) DeactivateMFADevice(_a0 *iam.DeactivateMFADeviceInput) (*iam.DeactivateMFADeviceOutput, error)

DeactivateMFADevice provides a mock function with given fields: _a0

func (*IAM) DeactivateMFADeviceRequest

func (_m *IAM) DeactivateMFADeviceRequest(_a0 *iam.DeactivateMFADeviceInput) (*request.Request, *iam.DeactivateMFADeviceOutput)

DeactivateMFADeviceRequest provides a mock function with given fields: _a0

func (*IAM) DeactivateMFADeviceWithContext

func (_m *IAM) DeactivateMFADeviceWithContext(_a0 context.Context, _a1 *iam.DeactivateMFADeviceInput, _a2 ...request.Option) (*iam.DeactivateMFADeviceOutput, error)

DeactivateMFADeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteAccessKey

func (_m *IAM) DeleteAccessKey(_a0 *iam.DeleteAccessKeyInput) (*iam.DeleteAccessKeyOutput, error)

DeleteAccessKey provides a mock function with given fields: _a0

func (*IAM) DeleteAccessKeyRequest

func (_m *IAM) DeleteAccessKeyRequest(_a0 *iam.DeleteAccessKeyInput) (*request.Request, *iam.DeleteAccessKeyOutput)

DeleteAccessKeyRequest provides a mock function with given fields: _a0

func (*IAM) DeleteAccessKeyWithContext

func (_m *IAM) DeleteAccessKeyWithContext(_a0 context.Context, _a1 *iam.DeleteAccessKeyInput, _a2 ...request.Option) (*iam.DeleteAccessKeyOutput, error)

DeleteAccessKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteAccountAlias

func (_m *IAM) DeleteAccountAlias(_a0 *iam.DeleteAccountAliasInput) (*iam.DeleteAccountAliasOutput, error)

DeleteAccountAlias provides a mock function with given fields: _a0

func (*IAM) DeleteAccountAliasRequest

func (_m *IAM) DeleteAccountAliasRequest(_a0 *iam.DeleteAccountAliasInput) (*request.Request, *iam.DeleteAccountAliasOutput)

DeleteAccountAliasRequest provides a mock function with given fields: _a0

func (*IAM) DeleteAccountAliasWithContext

func (_m *IAM) DeleteAccountAliasWithContext(_a0 context.Context, _a1 *iam.DeleteAccountAliasInput, _a2 ...request.Option) (*iam.DeleteAccountAliasOutput, error)

DeleteAccountAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteAccountPasswordPolicy

func (_m *IAM) DeleteAccountPasswordPolicy(_a0 *iam.DeleteAccountPasswordPolicyInput) (*iam.DeleteAccountPasswordPolicyOutput, error)

DeleteAccountPasswordPolicy provides a mock function with given fields: _a0

func (*IAM) DeleteAccountPasswordPolicyRequest

func (_m *IAM) DeleteAccountPasswordPolicyRequest(_a0 *iam.DeleteAccountPasswordPolicyInput) (*request.Request, *iam.DeleteAccountPasswordPolicyOutput)

DeleteAccountPasswordPolicyRequest provides a mock function with given fields: _a0

func (*IAM) DeleteAccountPasswordPolicyWithContext

func (_m *IAM) DeleteAccountPasswordPolicyWithContext(_a0 context.Context, _a1 *iam.DeleteAccountPasswordPolicyInput, _a2 ...request.Option) (*iam.DeleteAccountPasswordPolicyOutput, error)

DeleteAccountPasswordPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteGroup

func (_m *IAM) DeleteGroup(_a0 *iam.DeleteGroupInput) (*iam.DeleteGroupOutput, error)

DeleteGroup provides a mock function with given fields: _a0

func (*IAM) DeleteGroupPolicy

func (_m *IAM) DeleteGroupPolicy(_a0 *iam.DeleteGroupPolicyInput) (*iam.DeleteGroupPolicyOutput, error)

DeleteGroupPolicy provides a mock function with given fields: _a0

func (*IAM) DeleteGroupPolicyRequest

func (_m *IAM) DeleteGroupPolicyRequest(_a0 *iam.DeleteGroupPolicyInput) (*request.Request, *iam.DeleteGroupPolicyOutput)

DeleteGroupPolicyRequest provides a mock function with given fields: _a0

func (*IAM) DeleteGroupPolicyWithContext

func (_m *IAM) DeleteGroupPolicyWithContext(_a0 context.Context, _a1 *iam.DeleteGroupPolicyInput, _a2 ...request.Option) (*iam.DeleteGroupPolicyOutput, error)

DeleteGroupPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteGroupRequest

func (_m *IAM) DeleteGroupRequest(_a0 *iam.DeleteGroupInput) (*request.Request, *iam.DeleteGroupOutput)

DeleteGroupRequest provides a mock function with given fields: _a0

func (*IAM) DeleteGroupWithContext

func (_m *IAM) DeleteGroupWithContext(_a0 context.Context, _a1 *iam.DeleteGroupInput, _a2 ...request.Option) (*iam.DeleteGroupOutput, error)

DeleteGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteInstanceProfile

func (_m *IAM) DeleteInstanceProfile(_a0 *iam.DeleteInstanceProfileInput) (*iam.DeleteInstanceProfileOutput, error)

DeleteInstanceProfile provides a mock function with given fields: _a0

func (*IAM) DeleteInstanceProfileRequest

func (_m *IAM) DeleteInstanceProfileRequest(_a0 *iam.DeleteInstanceProfileInput) (*request.Request, *iam.DeleteInstanceProfileOutput)

DeleteInstanceProfileRequest provides a mock function with given fields: _a0

func (*IAM) DeleteInstanceProfileWithContext

func (_m *IAM) DeleteInstanceProfileWithContext(_a0 context.Context, _a1 *iam.DeleteInstanceProfileInput, _a2 ...request.Option) (*iam.DeleteInstanceProfileOutput, error)

DeleteInstanceProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteLoginProfile

func (_m *IAM) DeleteLoginProfile(_a0 *iam.DeleteLoginProfileInput) (*iam.DeleteLoginProfileOutput, error)

DeleteLoginProfile provides a mock function with given fields: _a0

func (*IAM) DeleteLoginProfileRequest

func (_m *IAM) DeleteLoginProfileRequest(_a0 *iam.DeleteLoginProfileInput) (*request.Request, *iam.DeleteLoginProfileOutput)

DeleteLoginProfileRequest provides a mock function with given fields: _a0

func (*IAM) DeleteLoginProfileWithContext

func (_m *IAM) DeleteLoginProfileWithContext(_a0 context.Context, _a1 *iam.DeleteLoginProfileInput, _a2 ...request.Option) (*iam.DeleteLoginProfileOutput, error)

DeleteLoginProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteOpenIDConnectProvider

func (_m *IAM) DeleteOpenIDConnectProvider(_a0 *iam.DeleteOpenIDConnectProviderInput) (*iam.DeleteOpenIDConnectProviderOutput, error)

DeleteOpenIDConnectProvider provides a mock function with given fields: _a0

func (*IAM) DeleteOpenIDConnectProviderRequest

func (_m *IAM) DeleteOpenIDConnectProviderRequest(_a0 *iam.DeleteOpenIDConnectProviderInput) (*request.Request, *iam.DeleteOpenIDConnectProviderOutput)

DeleteOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*IAM) DeleteOpenIDConnectProviderWithContext

func (_m *IAM) DeleteOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.DeleteOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.DeleteOpenIDConnectProviderOutput, error)

DeleteOpenIDConnectProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeletePolicy

func (_m *IAM) DeletePolicy(_a0 *iam.DeletePolicyInput) (*iam.DeletePolicyOutput, error)

DeletePolicy provides a mock function with given fields: _a0

func (*IAM) DeletePolicyRequest

func (_m *IAM) DeletePolicyRequest(_a0 *iam.DeletePolicyInput) (*request.Request, *iam.DeletePolicyOutput)

DeletePolicyRequest provides a mock function with given fields: _a0

func (*IAM) DeletePolicyVersion

func (_m *IAM) DeletePolicyVersion(_a0 *iam.DeletePolicyVersionInput) (*iam.DeletePolicyVersionOutput, error)

DeletePolicyVersion provides a mock function with given fields: _a0

func (*IAM) DeletePolicyVersionRequest

func (_m *IAM) DeletePolicyVersionRequest(_a0 *iam.DeletePolicyVersionInput) (*request.Request, *iam.DeletePolicyVersionOutput)

DeletePolicyVersionRequest provides a mock function with given fields: _a0

func (*IAM) DeletePolicyVersionWithContext

func (_m *IAM) DeletePolicyVersionWithContext(_a0 context.Context, _a1 *iam.DeletePolicyVersionInput, _a2 ...request.Option) (*iam.DeletePolicyVersionOutput, error)

DeletePolicyVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeletePolicyWithContext

func (_m *IAM) DeletePolicyWithContext(_a0 context.Context, _a1 *iam.DeletePolicyInput, _a2 ...request.Option) (*iam.DeletePolicyOutput, error)

DeletePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteRole

func (_m *IAM) DeleteRole(_a0 *iam.DeleteRoleInput) (*iam.DeleteRoleOutput, error)

DeleteRole provides a mock function with given fields: _a0

func (*IAM) DeleteRolePermissionsBoundary

func (_m *IAM) DeleteRolePermissionsBoundary(_a0 *iam.DeleteRolePermissionsBoundaryInput) (*iam.DeleteRolePermissionsBoundaryOutput, error)

DeleteRolePermissionsBoundary provides a mock function with given fields: _a0

func (*IAM) DeleteRolePermissionsBoundaryRequest

func (_m *IAM) DeleteRolePermissionsBoundaryRequest(_a0 *iam.DeleteRolePermissionsBoundaryInput) (*request.Request, *iam.DeleteRolePermissionsBoundaryOutput)

DeleteRolePermissionsBoundaryRequest provides a mock function with given fields: _a0

func (*IAM) DeleteRolePermissionsBoundaryWithContext

func (_m *IAM) DeleteRolePermissionsBoundaryWithContext(_a0 context.Context, _a1 *iam.DeleteRolePermissionsBoundaryInput, _a2 ...request.Option) (*iam.DeleteRolePermissionsBoundaryOutput, error)

DeleteRolePermissionsBoundaryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteRolePolicy

func (_m *IAM) DeleteRolePolicy(_a0 *iam.DeleteRolePolicyInput) (*iam.DeleteRolePolicyOutput, error)

DeleteRolePolicy provides a mock function with given fields: _a0

func (*IAM) DeleteRolePolicyRequest

func (_m *IAM) DeleteRolePolicyRequest(_a0 *iam.DeleteRolePolicyInput) (*request.Request, *iam.DeleteRolePolicyOutput)

DeleteRolePolicyRequest provides a mock function with given fields: _a0

func (*IAM) DeleteRolePolicyWithContext

func (_m *IAM) DeleteRolePolicyWithContext(_a0 context.Context, _a1 *iam.DeleteRolePolicyInput, _a2 ...request.Option) (*iam.DeleteRolePolicyOutput, error)

DeleteRolePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteRoleRequest

func (_m *IAM) DeleteRoleRequest(_a0 *iam.DeleteRoleInput) (*request.Request, *iam.DeleteRoleOutput)

DeleteRoleRequest provides a mock function with given fields: _a0

func (*IAM) DeleteRoleWithContext

func (_m *IAM) DeleteRoleWithContext(_a0 context.Context, _a1 *iam.DeleteRoleInput, _a2 ...request.Option) (*iam.DeleteRoleOutput, error)

DeleteRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteSAMLProvider

func (_m *IAM) DeleteSAMLProvider(_a0 *iam.DeleteSAMLProviderInput) (*iam.DeleteSAMLProviderOutput, error)

DeleteSAMLProvider provides a mock function with given fields: _a0

func (*IAM) DeleteSAMLProviderRequest

func (_m *IAM) DeleteSAMLProviderRequest(_a0 *iam.DeleteSAMLProviderInput) (*request.Request, *iam.DeleteSAMLProviderOutput)

DeleteSAMLProviderRequest provides a mock function with given fields: _a0

func (*IAM) DeleteSAMLProviderWithContext

func (_m *IAM) DeleteSAMLProviderWithContext(_a0 context.Context, _a1 *iam.DeleteSAMLProviderInput, _a2 ...request.Option) (*iam.DeleteSAMLProviderOutput, error)

DeleteSAMLProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteSSHPublicKey

func (_m *IAM) DeleteSSHPublicKey(_a0 *iam.DeleteSSHPublicKeyInput) (*iam.DeleteSSHPublicKeyOutput, error)

DeleteSSHPublicKey provides a mock function with given fields: _a0

func (*IAM) DeleteSSHPublicKeyRequest

func (_m *IAM) DeleteSSHPublicKeyRequest(_a0 *iam.DeleteSSHPublicKeyInput) (*request.Request, *iam.DeleteSSHPublicKeyOutput)

DeleteSSHPublicKeyRequest provides a mock function with given fields: _a0

func (*IAM) DeleteSSHPublicKeyWithContext

func (_m *IAM) DeleteSSHPublicKeyWithContext(_a0 context.Context, _a1 *iam.DeleteSSHPublicKeyInput, _a2 ...request.Option) (*iam.DeleteSSHPublicKeyOutput, error)

DeleteSSHPublicKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteServerCertificate

func (_m *IAM) DeleteServerCertificate(_a0 *iam.DeleteServerCertificateInput) (*iam.DeleteServerCertificateOutput, error)

DeleteServerCertificate provides a mock function with given fields: _a0

func (*IAM) DeleteServerCertificateRequest

func (_m *IAM) DeleteServerCertificateRequest(_a0 *iam.DeleteServerCertificateInput) (*request.Request, *iam.DeleteServerCertificateOutput)

DeleteServerCertificateRequest provides a mock function with given fields: _a0

func (*IAM) DeleteServerCertificateWithContext

func (_m *IAM) DeleteServerCertificateWithContext(_a0 context.Context, _a1 *iam.DeleteServerCertificateInput, _a2 ...request.Option) (*iam.DeleteServerCertificateOutput, error)

DeleteServerCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteServiceLinkedRole

func (_m *IAM) DeleteServiceLinkedRole(_a0 *iam.DeleteServiceLinkedRoleInput) (*iam.DeleteServiceLinkedRoleOutput, error)

DeleteServiceLinkedRole provides a mock function with given fields: _a0

func (*IAM) DeleteServiceLinkedRoleRequest

func (_m *IAM) DeleteServiceLinkedRoleRequest(_a0 *iam.DeleteServiceLinkedRoleInput) (*request.Request, *iam.DeleteServiceLinkedRoleOutput)

DeleteServiceLinkedRoleRequest provides a mock function with given fields: _a0

func (*IAM) DeleteServiceLinkedRoleWithContext

func (_m *IAM) DeleteServiceLinkedRoleWithContext(_a0 context.Context, _a1 *iam.DeleteServiceLinkedRoleInput, _a2 ...request.Option) (*iam.DeleteServiceLinkedRoleOutput, error)

DeleteServiceLinkedRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteServiceSpecificCredential

func (_m *IAM) DeleteServiceSpecificCredential(_a0 *iam.DeleteServiceSpecificCredentialInput) (*iam.DeleteServiceSpecificCredentialOutput, error)

DeleteServiceSpecificCredential provides a mock function with given fields: _a0

func (*IAM) DeleteServiceSpecificCredentialRequest

func (_m *IAM) DeleteServiceSpecificCredentialRequest(_a0 *iam.DeleteServiceSpecificCredentialInput) (*request.Request, *iam.DeleteServiceSpecificCredentialOutput)

DeleteServiceSpecificCredentialRequest provides a mock function with given fields: _a0

func (*IAM) DeleteServiceSpecificCredentialWithContext

func (_m *IAM) DeleteServiceSpecificCredentialWithContext(_a0 context.Context, _a1 *iam.DeleteServiceSpecificCredentialInput, _a2 ...request.Option) (*iam.DeleteServiceSpecificCredentialOutput, error)

DeleteServiceSpecificCredentialWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteSigningCertificate

func (_m *IAM) DeleteSigningCertificate(_a0 *iam.DeleteSigningCertificateInput) (*iam.DeleteSigningCertificateOutput, error)

DeleteSigningCertificate provides a mock function with given fields: _a0

func (*IAM) DeleteSigningCertificateRequest

func (_m *IAM) DeleteSigningCertificateRequest(_a0 *iam.DeleteSigningCertificateInput) (*request.Request, *iam.DeleteSigningCertificateOutput)

DeleteSigningCertificateRequest provides a mock function with given fields: _a0

func (*IAM) DeleteSigningCertificateWithContext

func (_m *IAM) DeleteSigningCertificateWithContext(_a0 context.Context, _a1 *iam.DeleteSigningCertificateInput, _a2 ...request.Option) (*iam.DeleteSigningCertificateOutput, error)

DeleteSigningCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteUser

func (_m *IAM) DeleteUser(_a0 *iam.DeleteUserInput) (*iam.DeleteUserOutput, error)

DeleteUser provides a mock function with given fields: _a0

func (*IAM) DeleteUserPermissionsBoundary

func (_m *IAM) DeleteUserPermissionsBoundary(_a0 *iam.DeleteUserPermissionsBoundaryInput) (*iam.DeleteUserPermissionsBoundaryOutput, error)

DeleteUserPermissionsBoundary provides a mock function with given fields: _a0

func (*IAM) DeleteUserPermissionsBoundaryRequest

func (_m *IAM) DeleteUserPermissionsBoundaryRequest(_a0 *iam.DeleteUserPermissionsBoundaryInput) (*request.Request, *iam.DeleteUserPermissionsBoundaryOutput)

DeleteUserPermissionsBoundaryRequest provides a mock function with given fields: _a0

func (*IAM) DeleteUserPermissionsBoundaryWithContext

func (_m *IAM) DeleteUserPermissionsBoundaryWithContext(_a0 context.Context, _a1 *iam.DeleteUserPermissionsBoundaryInput, _a2 ...request.Option) (*iam.DeleteUserPermissionsBoundaryOutput, error)

DeleteUserPermissionsBoundaryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteUserPolicy

func (_m *IAM) DeleteUserPolicy(_a0 *iam.DeleteUserPolicyInput) (*iam.DeleteUserPolicyOutput, error)

DeleteUserPolicy provides a mock function with given fields: _a0

func (*IAM) DeleteUserPolicyRequest

func (_m *IAM) DeleteUserPolicyRequest(_a0 *iam.DeleteUserPolicyInput) (*request.Request, *iam.DeleteUserPolicyOutput)

DeleteUserPolicyRequest provides a mock function with given fields: _a0

func (*IAM) DeleteUserPolicyWithContext

func (_m *IAM) DeleteUserPolicyWithContext(_a0 context.Context, _a1 *iam.DeleteUserPolicyInput, _a2 ...request.Option) (*iam.DeleteUserPolicyOutput, error)

DeleteUserPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteUserRequest

func (_m *IAM) DeleteUserRequest(_a0 *iam.DeleteUserInput) (*request.Request, *iam.DeleteUserOutput)

DeleteUserRequest provides a mock function with given fields: _a0

func (*IAM) DeleteUserWithContext

func (_m *IAM) DeleteUserWithContext(_a0 context.Context, _a1 *iam.DeleteUserInput, _a2 ...request.Option) (*iam.DeleteUserOutput, error)

DeleteUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DeleteVirtualMFADevice

func (_m *IAM) DeleteVirtualMFADevice(_a0 *iam.DeleteVirtualMFADeviceInput) (*iam.DeleteVirtualMFADeviceOutput, error)

DeleteVirtualMFADevice provides a mock function with given fields: _a0

func (*IAM) DeleteVirtualMFADeviceRequest

func (_m *IAM) DeleteVirtualMFADeviceRequest(_a0 *iam.DeleteVirtualMFADeviceInput) (*request.Request, *iam.DeleteVirtualMFADeviceOutput)

DeleteVirtualMFADeviceRequest provides a mock function with given fields: _a0

func (*IAM) DeleteVirtualMFADeviceWithContext

func (_m *IAM) DeleteVirtualMFADeviceWithContext(_a0 context.Context, _a1 *iam.DeleteVirtualMFADeviceInput, _a2 ...request.Option) (*iam.DeleteVirtualMFADeviceOutput, error)

DeleteVirtualMFADeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DetachGroupPolicy

func (_m *IAM) DetachGroupPolicy(_a0 *iam.DetachGroupPolicyInput) (*iam.DetachGroupPolicyOutput, error)

DetachGroupPolicy provides a mock function with given fields: _a0

func (*IAM) DetachGroupPolicyRequest

func (_m *IAM) DetachGroupPolicyRequest(_a0 *iam.DetachGroupPolicyInput) (*request.Request, *iam.DetachGroupPolicyOutput)

DetachGroupPolicyRequest provides a mock function with given fields: _a0

func (*IAM) DetachGroupPolicyWithContext

func (_m *IAM) DetachGroupPolicyWithContext(_a0 context.Context, _a1 *iam.DetachGroupPolicyInput, _a2 ...request.Option) (*iam.DetachGroupPolicyOutput, error)

DetachGroupPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DetachRolePolicy

func (_m *IAM) DetachRolePolicy(_a0 *iam.DetachRolePolicyInput) (*iam.DetachRolePolicyOutput, error)

DetachRolePolicy provides a mock function with given fields: _a0

func (*IAM) DetachRolePolicyRequest

func (_m *IAM) DetachRolePolicyRequest(_a0 *iam.DetachRolePolicyInput) (*request.Request, *iam.DetachRolePolicyOutput)

DetachRolePolicyRequest provides a mock function with given fields: _a0

func (*IAM) DetachRolePolicyWithContext

func (_m *IAM) DetachRolePolicyWithContext(_a0 context.Context, _a1 *iam.DetachRolePolicyInput, _a2 ...request.Option) (*iam.DetachRolePolicyOutput, error)

DetachRolePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) DetachUserPolicy

func (_m *IAM) DetachUserPolicy(_a0 *iam.DetachUserPolicyInput) (*iam.DetachUserPolicyOutput, error)

DetachUserPolicy provides a mock function with given fields: _a0

func (*IAM) DetachUserPolicyRequest

func (_m *IAM) DetachUserPolicyRequest(_a0 *iam.DetachUserPolicyInput) (*request.Request, *iam.DetachUserPolicyOutput)

DetachUserPolicyRequest provides a mock function with given fields: _a0

func (*IAM) DetachUserPolicyWithContext

func (_m *IAM) DetachUserPolicyWithContext(_a0 context.Context, _a1 *iam.DetachUserPolicyInput, _a2 ...request.Option) (*iam.DetachUserPolicyOutput, error)

DetachUserPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) EnableMFADevice

func (_m *IAM) EnableMFADevice(_a0 *iam.EnableMFADeviceInput) (*iam.EnableMFADeviceOutput, error)

EnableMFADevice provides a mock function with given fields: _a0

func (*IAM) EnableMFADeviceRequest

func (_m *IAM) EnableMFADeviceRequest(_a0 *iam.EnableMFADeviceInput) (*request.Request, *iam.EnableMFADeviceOutput)

EnableMFADeviceRequest provides a mock function with given fields: _a0

func (*IAM) EnableMFADeviceWithContext

func (_m *IAM) EnableMFADeviceWithContext(_a0 context.Context, _a1 *iam.EnableMFADeviceInput, _a2 ...request.Option) (*iam.EnableMFADeviceOutput, error)

EnableMFADeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GenerateCredentialReport

func (_m *IAM) GenerateCredentialReport(_a0 *iam.GenerateCredentialReportInput) (*iam.GenerateCredentialReportOutput, error)

GenerateCredentialReport provides a mock function with given fields: _a0

func (*IAM) GenerateCredentialReportRequest

func (_m *IAM) GenerateCredentialReportRequest(_a0 *iam.GenerateCredentialReportInput) (*request.Request, *iam.GenerateCredentialReportOutput)

GenerateCredentialReportRequest provides a mock function with given fields: _a0

func (*IAM) GenerateCredentialReportWithContext

func (_m *IAM) GenerateCredentialReportWithContext(_a0 context.Context, _a1 *iam.GenerateCredentialReportInput, _a2 ...request.Option) (*iam.GenerateCredentialReportOutput, error)

GenerateCredentialReportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GenerateOrganizationsAccessReport

func (_m *IAM) GenerateOrganizationsAccessReport(_a0 *iam.GenerateOrganizationsAccessReportInput) (*iam.GenerateOrganizationsAccessReportOutput, error)

GenerateOrganizationsAccessReport provides a mock function with given fields: _a0

func (*IAM) GenerateOrganizationsAccessReportRequest

func (_m *IAM) GenerateOrganizationsAccessReportRequest(_a0 *iam.GenerateOrganizationsAccessReportInput) (*request.Request, *iam.GenerateOrganizationsAccessReportOutput)

GenerateOrganizationsAccessReportRequest provides a mock function with given fields: _a0

func (*IAM) GenerateOrganizationsAccessReportWithContext

func (_m *IAM) GenerateOrganizationsAccessReportWithContext(_a0 context.Context, _a1 *iam.GenerateOrganizationsAccessReportInput, _a2 ...request.Option) (*iam.GenerateOrganizationsAccessReportOutput, error)

GenerateOrganizationsAccessReportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GenerateServiceLastAccessedDetails

func (_m *IAM) GenerateServiceLastAccessedDetails(_a0 *iam.GenerateServiceLastAccessedDetailsInput) (*iam.GenerateServiceLastAccessedDetailsOutput, error)

GenerateServiceLastAccessedDetails provides a mock function with given fields: _a0

func (*IAM) GenerateServiceLastAccessedDetailsRequest

func (_m *IAM) GenerateServiceLastAccessedDetailsRequest(_a0 *iam.GenerateServiceLastAccessedDetailsInput) (*request.Request, *iam.GenerateServiceLastAccessedDetailsOutput)

GenerateServiceLastAccessedDetailsRequest provides a mock function with given fields: _a0

func (*IAM) GenerateServiceLastAccessedDetailsWithContext

func (_m *IAM) GenerateServiceLastAccessedDetailsWithContext(_a0 context.Context, _a1 *iam.GenerateServiceLastAccessedDetailsInput, _a2 ...request.Option) (*iam.GenerateServiceLastAccessedDetailsOutput, error)

GenerateServiceLastAccessedDetailsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetAccessKeyLastUsed

func (_m *IAM) GetAccessKeyLastUsed(_a0 *iam.GetAccessKeyLastUsedInput) (*iam.GetAccessKeyLastUsedOutput, error)

GetAccessKeyLastUsed provides a mock function with given fields: _a0

func (*IAM) GetAccessKeyLastUsedRequest

func (_m *IAM) GetAccessKeyLastUsedRequest(_a0 *iam.GetAccessKeyLastUsedInput) (*request.Request, *iam.GetAccessKeyLastUsedOutput)

GetAccessKeyLastUsedRequest provides a mock function with given fields: _a0

func (*IAM) GetAccessKeyLastUsedWithContext

func (_m *IAM) GetAccessKeyLastUsedWithContext(_a0 context.Context, _a1 *iam.GetAccessKeyLastUsedInput, _a2 ...request.Option) (*iam.GetAccessKeyLastUsedOutput, error)

GetAccessKeyLastUsedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetAccountAuthorizationDetails

func (_m *IAM) GetAccountAuthorizationDetails(_a0 *iam.GetAccountAuthorizationDetailsInput) (*iam.GetAccountAuthorizationDetailsOutput, error)

GetAccountAuthorizationDetails provides a mock function with given fields: _a0

func (*IAM) GetAccountAuthorizationDetailsPages

func (_m *IAM) GetAccountAuthorizationDetailsPages(_a0 *iam.GetAccountAuthorizationDetailsInput, _a1 func(*iam.GetAccountAuthorizationDetailsOutput, bool) bool) error

GetAccountAuthorizationDetailsPages provides a mock function with given fields: _a0, _a1

func (*IAM) GetAccountAuthorizationDetailsPagesWithContext

func (_m *IAM) GetAccountAuthorizationDetailsPagesWithContext(_a0 context.Context, _a1 *iam.GetAccountAuthorizationDetailsInput, _a2 func(*iam.GetAccountAuthorizationDetailsOutput, bool) bool, _a3 ...request.Option) error

GetAccountAuthorizationDetailsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) GetAccountAuthorizationDetailsRequest

func (_m *IAM) GetAccountAuthorizationDetailsRequest(_a0 *iam.GetAccountAuthorizationDetailsInput) (*request.Request, *iam.GetAccountAuthorizationDetailsOutput)

GetAccountAuthorizationDetailsRequest provides a mock function with given fields: _a0

func (*IAM) GetAccountAuthorizationDetailsWithContext

func (_m *IAM) GetAccountAuthorizationDetailsWithContext(_a0 context.Context, _a1 *iam.GetAccountAuthorizationDetailsInput, _a2 ...request.Option) (*iam.GetAccountAuthorizationDetailsOutput, error)

GetAccountAuthorizationDetailsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetAccountPasswordPolicy

func (_m *IAM) GetAccountPasswordPolicy(_a0 *iam.GetAccountPasswordPolicyInput) (*iam.GetAccountPasswordPolicyOutput, error)

GetAccountPasswordPolicy provides a mock function with given fields: _a0

func (*IAM) GetAccountPasswordPolicyRequest

func (_m *IAM) GetAccountPasswordPolicyRequest(_a0 *iam.GetAccountPasswordPolicyInput) (*request.Request, *iam.GetAccountPasswordPolicyOutput)

GetAccountPasswordPolicyRequest provides a mock function with given fields: _a0

func (*IAM) GetAccountPasswordPolicyWithContext

func (_m *IAM) GetAccountPasswordPolicyWithContext(_a0 context.Context, _a1 *iam.GetAccountPasswordPolicyInput, _a2 ...request.Option) (*iam.GetAccountPasswordPolicyOutput, error)

GetAccountPasswordPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetAccountSummary

func (_m *IAM) GetAccountSummary(_a0 *iam.GetAccountSummaryInput) (*iam.GetAccountSummaryOutput, error)

GetAccountSummary provides a mock function with given fields: _a0

func (*IAM) GetAccountSummaryRequest

func (_m *IAM) GetAccountSummaryRequest(_a0 *iam.GetAccountSummaryInput) (*request.Request, *iam.GetAccountSummaryOutput)

GetAccountSummaryRequest provides a mock function with given fields: _a0

func (*IAM) GetAccountSummaryWithContext

func (_m *IAM) GetAccountSummaryWithContext(_a0 context.Context, _a1 *iam.GetAccountSummaryInput, _a2 ...request.Option) (*iam.GetAccountSummaryOutput, error)

GetAccountSummaryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetContextKeysForCustomPolicy

func (_m *IAM) GetContextKeysForCustomPolicy(_a0 *iam.GetContextKeysForCustomPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForCustomPolicy provides a mock function with given fields: _a0

func (*IAM) GetContextKeysForCustomPolicyRequest

func (_m *IAM) GetContextKeysForCustomPolicyRequest(_a0 *iam.GetContextKeysForCustomPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)

GetContextKeysForCustomPolicyRequest provides a mock function with given fields: _a0

func (*IAM) GetContextKeysForCustomPolicyWithContext

func (_m *IAM) GetContextKeysForCustomPolicyWithContext(_a0 context.Context, _a1 *iam.GetContextKeysForCustomPolicyInput, _a2 ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForCustomPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetContextKeysForPrincipalPolicy

func (_m *IAM) GetContextKeysForPrincipalPolicy(_a0 *iam.GetContextKeysForPrincipalPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForPrincipalPolicy provides a mock function with given fields: _a0

func (*IAM) GetContextKeysForPrincipalPolicyRequest

func (_m *IAM) GetContextKeysForPrincipalPolicyRequest(_a0 *iam.GetContextKeysForPrincipalPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)

GetContextKeysForPrincipalPolicyRequest provides a mock function with given fields: _a0

func (*IAM) GetContextKeysForPrincipalPolicyWithContext

func (_m *IAM) GetContextKeysForPrincipalPolicyWithContext(_a0 context.Context, _a1 *iam.GetContextKeysForPrincipalPolicyInput, _a2 ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForPrincipalPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetCredentialReport

func (_m *IAM) GetCredentialReport(_a0 *iam.GetCredentialReportInput) (*iam.GetCredentialReportOutput, error)

GetCredentialReport provides a mock function with given fields: _a0

func (*IAM) GetCredentialReportRequest

func (_m *IAM) GetCredentialReportRequest(_a0 *iam.GetCredentialReportInput) (*request.Request, *iam.GetCredentialReportOutput)

GetCredentialReportRequest provides a mock function with given fields: _a0

func (*IAM) GetCredentialReportWithContext

func (_m *IAM) GetCredentialReportWithContext(_a0 context.Context, _a1 *iam.GetCredentialReportInput, _a2 ...request.Option) (*iam.GetCredentialReportOutput, error)

GetCredentialReportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetGroup

func (_m *IAM) GetGroup(_a0 *iam.GetGroupInput) (*iam.GetGroupOutput, error)

GetGroup provides a mock function with given fields: _a0

func (*IAM) GetGroupPages

func (_m *IAM) GetGroupPages(_a0 *iam.GetGroupInput, _a1 func(*iam.GetGroupOutput, bool) bool) error

GetGroupPages provides a mock function with given fields: _a0, _a1

func (*IAM) GetGroupPagesWithContext

func (_m *IAM) GetGroupPagesWithContext(_a0 context.Context, _a1 *iam.GetGroupInput, _a2 func(*iam.GetGroupOutput, bool) bool, _a3 ...request.Option) error

GetGroupPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) GetGroupPolicy

func (_m *IAM) GetGroupPolicy(_a0 *iam.GetGroupPolicyInput) (*iam.GetGroupPolicyOutput, error)

GetGroupPolicy provides a mock function with given fields: _a0

func (*IAM) GetGroupPolicyRequest

func (_m *IAM) GetGroupPolicyRequest(_a0 *iam.GetGroupPolicyInput) (*request.Request, *iam.GetGroupPolicyOutput)

GetGroupPolicyRequest provides a mock function with given fields: _a0

func (*IAM) GetGroupPolicyWithContext

func (_m *IAM) GetGroupPolicyWithContext(_a0 context.Context, _a1 *iam.GetGroupPolicyInput, _a2 ...request.Option) (*iam.GetGroupPolicyOutput, error)

GetGroupPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetGroupRequest

func (_m *IAM) GetGroupRequest(_a0 *iam.GetGroupInput) (*request.Request, *iam.GetGroupOutput)

GetGroupRequest provides a mock function with given fields: _a0

func (*IAM) GetGroupWithContext

func (_m *IAM) GetGroupWithContext(_a0 context.Context, _a1 *iam.GetGroupInput, _a2 ...request.Option) (*iam.GetGroupOutput, error)

GetGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetInstanceProfile

func (_m *IAM) GetInstanceProfile(_a0 *iam.GetInstanceProfileInput) (*iam.GetInstanceProfileOutput, error)

GetInstanceProfile provides a mock function with given fields: _a0

func (*IAM) GetInstanceProfileRequest

func (_m *IAM) GetInstanceProfileRequest(_a0 *iam.GetInstanceProfileInput) (*request.Request, *iam.GetInstanceProfileOutput)

GetInstanceProfileRequest provides a mock function with given fields: _a0

func (*IAM) GetInstanceProfileWithContext

func (_m *IAM) GetInstanceProfileWithContext(_a0 context.Context, _a1 *iam.GetInstanceProfileInput, _a2 ...request.Option) (*iam.GetInstanceProfileOutput, error)

GetInstanceProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetLoginProfile

func (_m *IAM) GetLoginProfile(_a0 *iam.GetLoginProfileInput) (*iam.GetLoginProfileOutput, error)

GetLoginProfile provides a mock function with given fields: _a0

func (*IAM) GetLoginProfileRequest

func (_m *IAM) GetLoginProfileRequest(_a0 *iam.GetLoginProfileInput) (*request.Request, *iam.GetLoginProfileOutput)

GetLoginProfileRequest provides a mock function with given fields: _a0

func (*IAM) GetLoginProfileWithContext

func (_m *IAM) GetLoginProfileWithContext(_a0 context.Context, _a1 *iam.GetLoginProfileInput, _a2 ...request.Option) (*iam.GetLoginProfileOutput, error)

GetLoginProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetOpenIDConnectProvider

func (_m *IAM) GetOpenIDConnectProvider(_a0 *iam.GetOpenIDConnectProviderInput) (*iam.GetOpenIDConnectProviderOutput, error)

GetOpenIDConnectProvider provides a mock function with given fields: _a0

func (*IAM) GetOpenIDConnectProviderRequest

func (_m *IAM) GetOpenIDConnectProviderRequest(_a0 *iam.GetOpenIDConnectProviderInput) (*request.Request, *iam.GetOpenIDConnectProviderOutput)

GetOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*IAM) GetOpenIDConnectProviderWithContext

func (_m *IAM) GetOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.GetOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.GetOpenIDConnectProviderOutput, error)

GetOpenIDConnectProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetOrganizationsAccessReport

func (_m *IAM) GetOrganizationsAccessReport(_a0 *iam.GetOrganizationsAccessReportInput) (*iam.GetOrganizationsAccessReportOutput, error)

GetOrganizationsAccessReport provides a mock function with given fields: _a0

func (*IAM) GetOrganizationsAccessReportRequest

func (_m *IAM) GetOrganizationsAccessReportRequest(_a0 *iam.GetOrganizationsAccessReportInput) (*request.Request, *iam.GetOrganizationsAccessReportOutput)

GetOrganizationsAccessReportRequest provides a mock function with given fields: _a0

func (*IAM) GetOrganizationsAccessReportWithContext

func (_m *IAM) GetOrganizationsAccessReportWithContext(_a0 context.Context, _a1 *iam.GetOrganizationsAccessReportInput, _a2 ...request.Option) (*iam.GetOrganizationsAccessReportOutput, error)

GetOrganizationsAccessReportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetPolicy

func (_m *IAM) GetPolicy(_a0 *iam.GetPolicyInput) (*iam.GetPolicyOutput, error)

GetPolicy provides a mock function with given fields: _a0

func (*IAM) GetPolicyRequest

func (_m *IAM) GetPolicyRequest(_a0 *iam.GetPolicyInput) (*request.Request, *iam.GetPolicyOutput)

GetPolicyRequest provides a mock function with given fields: _a0

func (*IAM) GetPolicyVersion

func (_m *IAM) GetPolicyVersion(_a0 *iam.GetPolicyVersionInput) (*iam.GetPolicyVersionOutput, error)

GetPolicyVersion provides a mock function with given fields: _a0

func (*IAM) GetPolicyVersionRequest

func (_m *IAM) GetPolicyVersionRequest(_a0 *iam.GetPolicyVersionInput) (*request.Request, *iam.GetPolicyVersionOutput)

GetPolicyVersionRequest provides a mock function with given fields: _a0

func (*IAM) GetPolicyVersionWithContext

func (_m *IAM) GetPolicyVersionWithContext(_a0 context.Context, _a1 *iam.GetPolicyVersionInput, _a2 ...request.Option) (*iam.GetPolicyVersionOutput, error)

GetPolicyVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetPolicyWithContext

func (_m *IAM) GetPolicyWithContext(_a0 context.Context, _a1 *iam.GetPolicyInput, _a2 ...request.Option) (*iam.GetPolicyOutput, error)

GetPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetRole

func (_m *IAM) GetRole(_a0 *iam.GetRoleInput) (*iam.GetRoleOutput, error)

GetRole provides a mock function with given fields: _a0

func (*IAM) GetRolePolicy

func (_m *IAM) GetRolePolicy(_a0 *iam.GetRolePolicyInput) (*iam.GetRolePolicyOutput, error)

GetRolePolicy provides a mock function with given fields: _a0

func (*IAM) GetRolePolicyRequest

func (_m *IAM) GetRolePolicyRequest(_a0 *iam.GetRolePolicyInput) (*request.Request, *iam.GetRolePolicyOutput)

GetRolePolicyRequest provides a mock function with given fields: _a0

func (*IAM) GetRolePolicyWithContext

func (_m *IAM) GetRolePolicyWithContext(_a0 context.Context, _a1 *iam.GetRolePolicyInput, _a2 ...request.Option) (*iam.GetRolePolicyOutput, error)

GetRolePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetRoleRequest

func (_m *IAM) GetRoleRequest(_a0 *iam.GetRoleInput) (*request.Request, *iam.GetRoleOutput)

GetRoleRequest provides a mock function with given fields: _a0

func (*IAM) GetRoleWithContext

func (_m *IAM) GetRoleWithContext(_a0 context.Context, _a1 *iam.GetRoleInput, _a2 ...request.Option) (*iam.GetRoleOutput, error)

GetRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetSAMLProvider

func (_m *IAM) GetSAMLProvider(_a0 *iam.GetSAMLProviderInput) (*iam.GetSAMLProviderOutput, error)

GetSAMLProvider provides a mock function with given fields: _a0

func (*IAM) GetSAMLProviderRequest

func (_m *IAM) GetSAMLProviderRequest(_a0 *iam.GetSAMLProviderInput) (*request.Request, *iam.GetSAMLProviderOutput)

GetSAMLProviderRequest provides a mock function with given fields: _a0

func (*IAM) GetSAMLProviderWithContext

func (_m *IAM) GetSAMLProviderWithContext(_a0 context.Context, _a1 *iam.GetSAMLProviderInput, _a2 ...request.Option) (*iam.GetSAMLProviderOutput, error)

GetSAMLProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetSSHPublicKey

func (_m *IAM) GetSSHPublicKey(_a0 *iam.GetSSHPublicKeyInput) (*iam.GetSSHPublicKeyOutput, error)

GetSSHPublicKey provides a mock function with given fields: _a0

func (*IAM) GetSSHPublicKeyRequest

func (_m *IAM) GetSSHPublicKeyRequest(_a0 *iam.GetSSHPublicKeyInput) (*request.Request, *iam.GetSSHPublicKeyOutput)

GetSSHPublicKeyRequest provides a mock function with given fields: _a0

func (*IAM) GetSSHPublicKeyWithContext

func (_m *IAM) GetSSHPublicKeyWithContext(_a0 context.Context, _a1 *iam.GetSSHPublicKeyInput, _a2 ...request.Option) (*iam.GetSSHPublicKeyOutput, error)

GetSSHPublicKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetServerCertificate

func (_m *IAM) GetServerCertificate(_a0 *iam.GetServerCertificateInput) (*iam.GetServerCertificateOutput, error)

GetServerCertificate provides a mock function with given fields: _a0

func (*IAM) GetServerCertificateRequest

func (_m *IAM) GetServerCertificateRequest(_a0 *iam.GetServerCertificateInput) (*request.Request, *iam.GetServerCertificateOutput)

GetServerCertificateRequest provides a mock function with given fields: _a0

func (*IAM) GetServerCertificateWithContext

func (_m *IAM) GetServerCertificateWithContext(_a0 context.Context, _a1 *iam.GetServerCertificateInput, _a2 ...request.Option) (*iam.GetServerCertificateOutput, error)

GetServerCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetServiceLastAccessedDetails

func (_m *IAM) GetServiceLastAccessedDetails(_a0 *iam.GetServiceLastAccessedDetailsInput) (*iam.GetServiceLastAccessedDetailsOutput, error)

GetServiceLastAccessedDetails provides a mock function with given fields: _a0

func (*IAM) GetServiceLastAccessedDetailsRequest

func (_m *IAM) GetServiceLastAccessedDetailsRequest(_a0 *iam.GetServiceLastAccessedDetailsInput) (*request.Request, *iam.GetServiceLastAccessedDetailsOutput)

GetServiceLastAccessedDetailsRequest provides a mock function with given fields: _a0

func (*IAM) GetServiceLastAccessedDetailsWithContext

func (_m *IAM) GetServiceLastAccessedDetailsWithContext(_a0 context.Context, _a1 *iam.GetServiceLastAccessedDetailsInput, _a2 ...request.Option) (*iam.GetServiceLastAccessedDetailsOutput, error)

GetServiceLastAccessedDetailsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetServiceLastAccessedDetailsWithEntities

GetServiceLastAccessedDetailsWithEntities provides a mock function with given fields: _a0

func (*IAM) GetServiceLastAccessedDetailsWithEntitiesRequest

func (_m *IAM) GetServiceLastAccessedDetailsWithEntitiesRequest(_a0 *iam.GetServiceLastAccessedDetailsWithEntitiesInput) (*request.Request, *iam.GetServiceLastAccessedDetailsWithEntitiesOutput)

GetServiceLastAccessedDetailsWithEntitiesRequest provides a mock function with given fields: _a0

func (*IAM) GetServiceLastAccessedDetailsWithEntitiesWithContext

func (_m *IAM) GetServiceLastAccessedDetailsWithEntitiesWithContext(_a0 context.Context, _a1 *iam.GetServiceLastAccessedDetailsWithEntitiesInput, _a2 ...request.Option) (*iam.GetServiceLastAccessedDetailsWithEntitiesOutput, error)

GetServiceLastAccessedDetailsWithEntitiesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetServiceLinkedRoleDeletionStatus

func (_m *IAM) GetServiceLinkedRoleDeletionStatus(_a0 *iam.GetServiceLinkedRoleDeletionStatusInput) (*iam.GetServiceLinkedRoleDeletionStatusOutput, error)

GetServiceLinkedRoleDeletionStatus provides a mock function with given fields: _a0

func (*IAM) GetServiceLinkedRoleDeletionStatusRequest

func (_m *IAM) GetServiceLinkedRoleDeletionStatusRequest(_a0 *iam.GetServiceLinkedRoleDeletionStatusInput) (*request.Request, *iam.GetServiceLinkedRoleDeletionStatusOutput)

GetServiceLinkedRoleDeletionStatusRequest provides a mock function with given fields: _a0

func (*IAM) GetServiceLinkedRoleDeletionStatusWithContext

func (_m *IAM) GetServiceLinkedRoleDeletionStatusWithContext(_a0 context.Context, _a1 *iam.GetServiceLinkedRoleDeletionStatusInput, _a2 ...request.Option) (*iam.GetServiceLinkedRoleDeletionStatusOutput, error)

GetServiceLinkedRoleDeletionStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetUser

func (_m *IAM) GetUser(_a0 *iam.GetUserInput) (*iam.GetUserOutput, error)

GetUser provides a mock function with given fields: _a0

func (*IAM) GetUserPolicy

func (_m *IAM) GetUserPolicy(_a0 *iam.GetUserPolicyInput) (*iam.GetUserPolicyOutput, error)

GetUserPolicy provides a mock function with given fields: _a0

func (*IAM) GetUserPolicyRequest

func (_m *IAM) GetUserPolicyRequest(_a0 *iam.GetUserPolicyInput) (*request.Request, *iam.GetUserPolicyOutput)

GetUserPolicyRequest provides a mock function with given fields: _a0

func (*IAM) GetUserPolicyWithContext

func (_m *IAM) GetUserPolicyWithContext(_a0 context.Context, _a1 *iam.GetUserPolicyInput, _a2 ...request.Option) (*iam.GetUserPolicyOutput, error)

GetUserPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) GetUserRequest

func (_m *IAM) GetUserRequest(_a0 *iam.GetUserInput) (*request.Request, *iam.GetUserOutput)

GetUserRequest provides a mock function with given fields: _a0

func (*IAM) GetUserWithContext

func (_m *IAM) GetUserWithContext(_a0 context.Context, _a1 *iam.GetUserInput, _a2 ...request.Option) (*iam.GetUserOutput, error)

GetUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListAccessKeys

func (_m *IAM) ListAccessKeys(_a0 *iam.ListAccessKeysInput) (*iam.ListAccessKeysOutput, error)

ListAccessKeys provides a mock function with given fields: _a0

func (*IAM) ListAccessKeysPages

func (_m *IAM) ListAccessKeysPages(_a0 *iam.ListAccessKeysInput, _a1 func(*iam.ListAccessKeysOutput, bool) bool) error

ListAccessKeysPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListAccessKeysPagesWithContext

func (_m *IAM) ListAccessKeysPagesWithContext(_a0 context.Context, _a1 *iam.ListAccessKeysInput, _a2 func(*iam.ListAccessKeysOutput, bool) bool, _a3 ...request.Option) error

ListAccessKeysPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListAccessKeysRequest

func (_m *IAM) ListAccessKeysRequest(_a0 *iam.ListAccessKeysInput) (*request.Request, *iam.ListAccessKeysOutput)

ListAccessKeysRequest provides a mock function with given fields: _a0

func (*IAM) ListAccessKeysWithContext

func (_m *IAM) ListAccessKeysWithContext(_a0 context.Context, _a1 *iam.ListAccessKeysInput, _a2 ...request.Option) (*iam.ListAccessKeysOutput, error)

ListAccessKeysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListAccountAliases

func (_m *IAM) ListAccountAliases(_a0 *iam.ListAccountAliasesInput) (*iam.ListAccountAliasesOutput, error)

ListAccountAliases provides a mock function with given fields: _a0

func (*IAM) ListAccountAliasesPages

func (_m *IAM) ListAccountAliasesPages(_a0 *iam.ListAccountAliasesInput, _a1 func(*iam.ListAccountAliasesOutput, bool) bool) error

ListAccountAliasesPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListAccountAliasesPagesWithContext

func (_m *IAM) ListAccountAliasesPagesWithContext(_a0 context.Context, _a1 *iam.ListAccountAliasesInput, _a2 func(*iam.ListAccountAliasesOutput, bool) bool, _a3 ...request.Option) error

ListAccountAliasesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListAccountAliasesRequest

func (_m *IAM) ListAccountAliasesRequest(_a0 *iam.ListAccountAliasesInput) (*request.Request, *iam.ListAccountAliasesOutput)

ListAccountAliasesRequest provides a mock function with given fields: _a0

func (*IAM) ListAccountAliasesWithContext

func (_m *IAM) ListAccountAliasesWithContext(_a0 context.Context, _a1 *iam.ListAccountAliasesInput, _a2 ...request.Option) (*iam.ListAccountAliasesOutput, error)

ListAccountAliasesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListAttachedGroupPolicies

func (_m *IAM) ListAttachedGroupPolicies(_a0 *iam.ListAttachedGroupPoliciesInput) (*iam.ListAttachedGroupPoliciesOutput, error)

ListAttachedGroupPolicies provides a mock function with given fields: _a0

func (*IAM) ListAttachedGroupPoliciesPages

func (_m *IAM) ListAttachedGroupPoliciesPages(_a0 *iam.ListAttachedGroupPoliciesInput, _a1 func(*iam.ListAttachedGroupPoliciesOutput, bool) bool) error

ListAttachedGroupPoliciesPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListAttachedGroupPoliciesPagesWithContext

func (_m *IAM) ListAttachedGroupPoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListAttachedGroupPoliciesInput, _a2 func(*iam.ListAttachedGroupPoliciesOutput, bool) bool, _a3 ...request.Option) error

ListAttachedGroupPoliciesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListAttachedGroupPoliciesRequest

func (_m *IAM) ListAttachedGroupPoliciesRequest(_a0 *iam.ListAttachedGroupPoliciesInput) (*request.Request, *iam.ListAttachedGroupPoliciesOutput)

ListAttachedGroupPoliciesRequest provides a mock function with given fields: _a0

func (*IAM) ListAttachedGroupPoliciesWithContext

func (_m *IAM) ListAttachedGroupPoliciesWithContext(_a0 context.Context, _a1 *iam.ListAttachedGroupPoliciesInput, _a2 ...request.Option) (*iam.ListAttachedGroupPoliciesOutput, error)

ListAttachedGroupPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListAttachedRolePolicies

func (_m *IAM) ListAttachedRolePolicies(_a0 *iam.ListAttachedRolePoliciesInput) (*iam.ListAttachedRolePoliciesOutput, error)

ListAttachedRolePolicies provides a mock function with given fields: _a0

func (*IAM) ListAttachedRolePoliciesPages

func (_m *IAM) ListAttachedRolePoliciesPages(_a0 *iam.ListAttachedRolePoliciesInput, _a1 func(*iam.ListAttachedRolePoliciesOutput, bool) bool) error

ListAttachedRolePoliciesPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListAttachedRolePoliciesPagesWithContext

func (_m *IAM) ListAttachedRolePoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListAttachedRolePoliciesInput, _a2 func(*iam.ListAttachedRolePoliciesOutput, bool) bool, _a3 ...request.Option) error

ListAttachedRolePoliciesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListAttachedRolePoliciesRequest

func (_m *IAM) ListAttachedRolePoliciesRequest(_a0 *iam.ListAttachedRolePoliciesInput) (*request.Request, *iam.ListAttachedRolePoliciesOutput)

ListAttachedRolePoliciesRequest provides a mock function with given fields: _a0

func (*IAM) ListAttachedRolePoliciesWithContext

func (_m *IAM) ListAttachedRolePoliciesWithContext(_a0 context.Context, _a1 *iam.ListAttachedRolePoliciesInput, _a2 ...request.Option) (*iam.ListAttachedRolePoliciesOutput, error)

ListAttachedRolePoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListAttachedUserPolicies

func (_m *IAM) ListAttachedUserPolicies(_a0 *iam.ListAttachedUserPoliciesInput) (*iam.ListAttachedUserPoliciesOutput, error)

ListAttachedUserPolicies provides a mock function with given fields: _a0

func (*IAM) ListAttachedUserPoliciesPages

func (_m *IAM) ListAttachedUserPoliciesPages(_a0 *iam.ListAttachedUserPoliciesInput, _a1 func(*iam.ListAttachedUserPoliciesOutput, bool) bool) error

ListAttachedUserPoliciesPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListAttachedUserPoliciesPagesWithContext

func (_m *IAM) ListAttachedUserPoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListAttachedUserPoliciesInput, _a2 func(*iam.ListAttachedUserPoliciesOutput, bool) bool, _a3 ...request.Option) error

ListAttachedUserPoliciesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListAttachedUserPoliciesRequest

func (_m *IAM) ListAttachedUserPoliciesRequest(_a0 *iam.ListAttachedUserPoliciesInput) (*request.Request, *iam.ListAttachedUserPoliciesOutput)

ListAttachedUserPoliciesRequest provides a mock function with given fields: _a0

func (*IAM) ListAttachedUserPoliciesWithContext

func (_m *IAM) ListAttachedUserPoliciesWithContext(_a0 context.Context, _a1 *iam.ListAttachedUserPoliciesInput, _a2 ...request.Option) (*iam.ListAttachedUserPoliciesOutput, error)

ListAttachedUserPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListEntitiesForPolicy

func (_m *IAM) ListEntitiesForPolicy(_a0 *iam.ListEntitiesForPolicyInput) (*iam.ListEntitiesForPolicyOutput, error)

ListEntitiesForPolicy provides a mock function with given fields: _a0

func (*IAM) ListEntitiesForPolicyPages

func (_m *IAM) ListEntitiesForPolicyPages(_a0 *iam.ListEntitiesForPolicyInput, _a1 func(*iam.ListEntitiesForPolicyOutput, bool) bool) error

ListEntitiesForPolicyPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListEntitiesForPolicyPagesWithContext

func (_m *IAM) ListEntitiesForPolicyPagesWithContext(_a0 context.Context, _a1 *iam.ListEntitiesForPolicyInput, _a2 func(*iam.ListEntitiesForPolicyOutput, bool) bool, _a3 ...request.Option) error

ListEntitiesForPolicyPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListEntitiesForPolicyRequest

func (_m *IAM) ListEntitiesForPolicyRequest(_a0 *iam.ListEntitiesForPolicyInput) (*request.Request, *iam.ListEntitiesForPolicyOutput)

ListEntitiesForPolicyRequest provides a mock function with given fields: _a0

func (*IAM) ListEntitiesForPolicyWithContext

func (_m *IAM) ListEntitiesForPolicyWithContext(_a0 context.Context, _a1 *iam.ListEntitiesForPolicyInput, _a2 ...request.Option) (*iam.ListEntitiesForPolicyOutput, error)

ListEntitiesForPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListGroupPolicies

func (_m *IAM) ListGroupPolicies(_a0 *iam.ListGroupPoliciesInput) (*iam.ListGroupPoliciesOutput, error)

ListGroupPolicies provides a mock function with given fields: _a0

func (*IAM) ListGroupPoliciesPages

func (_m *IAM) ListGroupPoliciesPages(_a0 *iam.ListGroupPoliciesInput, _a1 func(*iam.ListGroupPoliciesOutput, bool) bool) error

ListGroupPoliciesPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListGroupPoliciesPagesWithContext

func (_m *IAM) ListGroupPoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListGroupPoliciesInput, _a2 func(*iam.ListGroupPoliciesOutput, bool) bool, _a3 ...request.Option) error

ListGroupPoliciesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListGroupPoliciesRequest

func (_m *IAM) ListGroupPoliciesRequest(_a0 *iam.ListGroupPoliciesInput) (*request.Request, *iam.ListGroupPoliciesOutput)

ListGroupPoliciesRequest provides a mock function with given fields: _a0

func (*IAM) ListGroupPoliciesWithContext

func (_m *IAM) ListGroupPoliciesWithContext(_a0 context.Context, _a1 *iam.ListGroupPoliciesInput, _a2 ...request.Option) (*iam.ListGroupPoliciesOutput, error)

ListGroupPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListGroups

func (_m *IAM) ListGroups(_a0 *iam.ListGroupsInput) (*iam.ListGroupsOutput, error)

ListGroups provides a mock function with given fields: _a0

func (*IAM) ListGroupsForUser

func (_m *IAM) ListGroupsForUser(_a0 *iam.ListGroupsForUserInput) (*iam.ListGroupsForUserOutput, error)

ListGroupsForUser provides a mock function with given fields: _a0

func (*IAM) ListGroupsForUserPages

func (_m *IAM) ListGroupsForUserPages(_a0 *iam.ListGroupsForUserInput, _a1 func(*iam.ListGroupsForUserOutput, bool) bool) error

ListGroupsForUserPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListGroupsForUserPagesWithContext

func (_m *IAM) ListGroupsForUserPagesWithContext(_a0 context.Context, _a1 *iam.ListGroupsForUserInput, _a2 func(*iam.ListGroupsForUserOutput, bool) bool, _a3 ...request.Option) error

ListGroupsForUserPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListGroupsForUserRequest

func (_m *IAM) ListGroupsForUserRequest(_a0 *iam.ListGroupsForUserInput) (*request.Request, *iam.ListGroupsForUserOutput)

ListGroupsForUserRequest provides a mock function with given fields: _a0

func (*IAM) ListGroupsForUserWithContext

func (_m *IAM) ListGroupsForUserWithContext(_a0 context.Context, _a1 *iam.ListGroupsForUserInput, _a2 ...request.Option) (*iam.ListGroupsForUserOutput, error)

ListGroupsForUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListGroupsPages

func (_m *IAM) ListGroupsPages(_a0 *iam.ListGroupsInput, _a1 func(*iam.ListGroupsOutput, bool) bool) error

ListGroupsPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListGroupsPagesWithContext

func (_m *IAM) ListGroupsPagesWithContext(_a0 context.Context, _a1 *iam.ListGroupsInput, _a2 func(*iam.ListGroupsOutput, bool) bool, _a3 ...request.Option) error

ListGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListGroupsRequest

func (_m *IAM) ListGroupsRequest(_a0 *iam.ListGroupsInput) (*request.Request, *iam.ListGroupsOutput)

ListGroupsRequest provides a mock function with given fields: _a0

func (*IAM) ListGroupsWithContext

func (_m *IAM) ListGroupsWithContext(_a0 context.Context, _a1 *iam.ListGroupsInput, _a2 ...request.Option) (*iam.ListGroupsOutput, error)

ListGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListInstanceProfileTags added in v0.34.0

func (_m *IAM) ListInstanceProfileTags(_a0 *iam.ListInstanceProfileTagsInput) (*iam.ListInstanceProfileTagsOutput, error)

ListInstanceProfileTags provides a mock function with given fields: _a0

func (*IAM) ListInstanceProfileTagsRequest added in v0.34.0

func (_m *IAM) ListInstanceProfileTagsRequest(_a0 *iam.ListInstanceProfileTagsInput) (*request.Request, *iam.ListInstanceProfileTagsOutput)

ListInstanceProfileTagsRequest provides a mock function with given fields: _a0

func (*IAM) ListInstanceProfileTagsWithContext added in v0.34.0

func (_m *IAM) ListInstanceProfileTagsWithContext(_a0 context.Context, _a1 *iam.ListInstanceProfileTagsInput, _a2 ...request.Option) (*iam.ListInstanceProfileTagsOutput, error)

ListInstanceProfileTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListInstanceProfiles

func (_m *IAM) ListInstanceProfiles(_a0 *iam.ListInstanceProfilesInput) (*iam.ListInstanceProfilesOutput, error)

ListInstanceProfiles provides a mock function with given fields: _a0

func (*IAM) ListInstanceProfilesForRole

func (_m *IAM) ListInstanceProfilesForRole(_a0 *iam.ListInstanceProfilesForRoleInput) (*iam.ListInstanceProfilesForRoleOutput, error)

ListInstanceProfilesForRole provides a mock function with given fields: _a0

func (*IAM) ListInstanceProfilesForRolePages

func (_m *IAM) ListInstanceProfilesForRolePages(_a0 *iam.ListInstanceProfilesForRoleInput, _a1 func(*iam.ListInstanceProfilesForRoleOutput, bool) bool) error

ListInstanceProfilesForRolePages provides a mock function with given fields: _a0, _a1

func (*IAM) ListInstanceProfilesForRolePagesWithContext

func (_m *IAM) ListInstanceProfilesForRolePagesWithContext(_a0 context.Context, _a1 *iam.ListInstanceProfilesForRoleInput, _a2 func(*iam.ListInstanceProfilesForRoleOutput, bool) bool, _a3 ...request.Option) error

ListInstanceProfilesForRolePagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListInstanceProfilesForRoleRequest

func (_m *IAM) ListInstanceProfilesForRoleRequest(_a0 *iam.ListInstanceProfilesForRoleInput) (*request.Request, *iam.ListInstanceProfilesForRoleOutput)

ListInstanceProfilesForRoleRequest provides a mock function with given fields: _a0

func (*IAM) ListInstanceProfilesForRoleWithContext

func (_m *IAM) ListInstanceProfilesForRoleWithContext(_a0 context.Context, _a1 *iam.ListInstanceProfilesForRoleInput, _a2 ...request.Option) (*iam.ListInstanceProfilesForRoleOutput, error)

ListInstanceProfilesForRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListInstanceProfilesPages

func (_m *IAM) ListInstanceProfilesPages(_a0 *iam.ListInstanceProfilesInput, _a1 func(*iam.ListInstanceProfilesOutput, bool) bool) error

ListInstanceProfilesPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListInstanceProfilesPagesWithContext

func (_m *IAM) ListInstanceProfilesPagesWithContext(_a0 context.Context, _a1 *iam.ListInstanceProfilesInput, _a2 func(*iam.ListInstanceProfilesOutput, bool) bool, _a3 ...request.Option) error

ListInstanceProfilesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListInstanceProfilesRequest

func (_m *IAM) ListInstanceProfilesRequest(_a0 *iam.ListInstanceProfilesInput) (*request.Request, *iam.ListInstanceProfilesOutput)

ListInstanceProfilesRequest provides a mock function with given fields: _a0

func (*IAM) ListInstanceProfilesWithContext

func (_m *IAM) ListInstanceProfilesWithContext(_a0 context.Context, _a1 *iam.ListInstanceProfilesInput, _a2 ...request.Option) (*iam.ListInstanceProfilesOutput, error)

ListInstanceProfilesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListMFADeviceTags added in v0.34.0

func (_m *IAM) ListMFADeviceTags(_a0 *iam.ListMFADeviceTagsInput) (*iam.ListMFADeviceTagsOutput, error)

ListMFADeviceTags provides a mock function with given fields: _a0

func (*IAM) ListMFADeviceTagsRequest added in v0.34.0

func (_m *IAM) ListMFADeviceTagsRequest(_a0 *iam.ListMFADeviceTagsInput) (*request.Request, *iam.ListMFADeviceTagsOutput)

ListMFADeviceTagsRequest provides a mock function with given fields: _a0

func (*IAM) ListMFADeviceTagsWithContext added in v0.34.0

func (_m *IAM) ListMFADeviceTagsWithContext(_a0 context.Context, _a1 *iam.ListMFADeviceTagsInput, _a2 ...request.Option) (*iam.ListMFADeviceTagsOutput, error)

ListMFADeviceTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListMFADevices

func (_m *IAM) ListMFADevices(_a0 *iam.ListMFADevicesInput) (*iam.ListMFADevicesOutput, error)

ListMFADevices provides a mock function with given fields: _a0

func (*IAM) ListMFADevicesPages

func (_m *IAM) ListMFADevicesPages(_a0 *iam.ListMFADevicesInput, _a1 func(*iam.ListMFADevicesOutput, bool) bool) error

ListMFADevicesPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListMFADevicesPagesWithContext

func (_m *IAM) ListMFADevicesPagesWithContext(_a0 context.Context, _a1 *iam.ListMFADevicesInput, _a2 func(*iam.ListMFADevicesOutput, bool) bool, _a3 ...request.Option) error

ListMFADevicesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListMFADevicesRequest

func (_m *IAM) ListMFADevicesRequest(_a0 *iam.ListMFADevicesInput) (*request.Request, *iam.ListMFADevicesOutput)

ListMFADevicesRequest provides a mock function with given fields: _a0

func (*IAM) ListMFADevicesWithContext

func (_m *IAM) ListMFADevicesWithContext(_a0 context.Context, _a1 *iam.ListMFADevicesInput, _a2 ...request.Option) (*iam.ListMFADevicesOutput, error)

ListMFADevicesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListOpenIDConnectProviderTags added in v0.34.0

func (_m *IAM) ListOpenIDConnectProviderTags(_a0 *iam.ListOpenIDConnectProviderTagsInput) (*iam.ListOpenIDConnectProviderTagsOutput, error)

ListOpenIDConnectProviderTags provides a mock function with given fields: _a0

func (*IAM) ListOpenIDConnectProviderTagsRequest added in v0.34.0

func (_m *IAM) ListOpenIDConnectProviderTagsRequest(_a0 *iam.ListOpenIDConnectProviderTagsInput) (*request.Request, *iam.ListOpenIDConnectProviderTagsOutput)

ListOpenIDConnectProviderTagsRequest provides a mock function with given fields: _a0

func (*IAM) ListOpenIDConnectProviderTagsWithContext added in v0.34.0

func (_m *IAM) ListOpenIDConnectProviderTagsWithContext(_a0 context.Context, _a1 *iam.ListOpenIDConnectProviderTagsInput, _a2 ...request.Option) (*iam.ListOpenIDConnectProviderTagsOutput, error)

ListOpenIDConnectProviderTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListOpenIDConnectProviders

func (_m *IAM) ListOpenIDConnectProviders(_a0 *iam.ListOpenIDConnectProvidersInput) (*iam.ListOpenIDConnectProvidersOutput, error)

ListOpenIDConnectProviders provides a mock function with given fields: _a0

func (*IAM) ListOpenIDConnectProvidersRequest

func (_m *IAM) ListOpenIDConnectProvidersRequest(_a0 *iam.ListOpenIDConnectProvidersInput) (*request.Request, *iam.ListOpenIDConnectProvidersOutput)

ListOpenIDConnectProvidersRequest provides a mock function with given fields: _a0

func (*IAM) ListOpenIDConnectProvidersWithContext

func (_m *IAM) ListOpenIDConnectProvidersWithContext(_a0 context.Context, _a1 *iam.ListOpenIDConnectProvidersInput, _a2 ...request.Option) (*iam.ListOpenIDConnectProvidersOutput, error)

ListOpenIDConnectProvidersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListPolicies

func (_m *IAM) ListPolicies(_a0 *iam.ListPoliciesInput) (*iam.ListPoliciesOutput, error)

ListPolicies provides a mock function with given fields: _a0

func (*IAM) ListPoliciesGrantingServiceAccess

func (_m *IAM) ListPoliciesGrantingServiceAccess(_a0 *iam.ListPoliciesGrantingServiceAccessInput) (*iam.ListPoliciesGrantingServiceAccessOutput, error)

ListPoliciesGrantingServiceAccess provides a mock function with given fields: _a0

func (*IAM) ListPoliciesGrantingServiceAccessRequest

func (_m *IAM) ListPoliciesGrantingServiceAccessRequest(_a0 *iam.ListPoliciesGrantingServiceAccessInput) (*request.Request, *iam.ListPoliciesGrantingServiceAccessOutput)

ListPoliciesGrantingServiceAccessRequest provides a mock function with given fields: _a0

func (*IAM) ListPoliciesGrantingServiceAccessWithContext

func (_m *IAM) ListPoliciesGrantingServiceAccessWithContext(_a0 context.Context, _a1 *iam.ListPoliciesGrantingServiceAccessInput, _a2 ...request.Option) (*iam.ListPoliciesGrantingServiceAccessOutput, error)

ListPoliciesGrantingServiceAccessWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListPoliciesPages

func (_m *IAM) ListPoliciesPages(_a0 *iam.ListPoliciesInput, _a1 func(*iam.ListPoliciesOutput, bool) bool) error

ListPoliciesPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListPoliciesPagesWithContext

func (_m *IAM) ListPoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListPoliciesInput, _a2 func(*iam.ListPoliciesOutput, bool) bool, _a3 ...request.Option) error

ListPoliciesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListPoliciesRequest

func (_m *IAM) ListPoliciesRequest(_a0 *iam.ListPoliciesInput) (*request.Request, *iam.ListPoliciesOutput)

ListPoliciesRequest provides a mock function with given fields: _a0

func (*IAM) ListPoliciesWithContext

func (_m *IAM) ListPoliciesWithContext(_a0 context.Context, _a1 *iam.ListPoliciesInput, _a2 ...request.Option) (*iam.ListPoliciesOutput, error)

ListPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListPolicyTags added in v0.34.0

func (_m *IAM) ListPolicyTags(_a0 *iam.ListPolicyTagsInput) (*iam.ListPolicyTagsOutput, error)

ListPolicyTags provides a mock function with given fields: _a0

func (*IAM) ListPolicyTagsRequest added in v0.34.0

func (_m *IAM) ListPolicyTagsRequest(_a0 *iam.ListPolicyTagsInput) (*request.Request, *iam.ListPolicyTagsOutput)

ListPolicyTagsRequest provides a mock function with given fields: _a0

func (*IAM) ListPolicyTagsWithContext added in v0.34.0

func (_m *IAM) ListPolicyTagsWithContext(_a0 context.Context, _a1 *iam.ListPolicyTagsInput, _a2 ...request.Option) (*iam.ListPolicyTagsOutput, error)

ListPolicyTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListPolicyVersions

func (_m *IAM) ListPolicyVersions(_a0 *iam.ListPolicyVersionsInput) (*iam.ListPolicyVersionsOutput, error)

ListPolicyVersions provides a mock function with given fields: _a0

func (*IAM) ListPolicyVersionsPages

func (_m *IAM) ListPolicyVersionsPages(_a0 *iam.ListPolicyVersionsInput, _a1 func(*iam.ListPolicyVersionsOutput, bool) bool) error

ListPolicyVersionsPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListPolicyVersionsPagesWithContext

func (_m *IAM) ListPolicyVersionsPagesWithContext(_a0 context.Context, _a1 *iam.ListPolicyVersionsInput, _a2 func(*iam.ListPolicyVersionsOutput, bool) bool, _a3 ...request.Option) error

ListPolicyVersionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListPolicyVersionsRequest

func (_m *IAM) ListPolicyVersionsRequest(_a0 *iam.ListPolicyVersionsInput) (*request.Request, *iam.ListPolicyVersionsOutput)

ListPolicyVersionsRequest provides a mock function with given fields: _a0

func (*IAM) ListPolicyVersionsWithContext

func (_m *IAM) ListPolicyVersionsWithContext(_a0 context.Context, _a1 *iam.ListPolicyVersionsInput, _a2 ...request.Option) (*iam.ListPolicyVersionsOutput, error)

ListPolicyVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListRolePolicies

func (_m *IAM) ListRolePolicies(_a0 *iam.ListRolePoliciesInput) (*iam.ListRolePoliciesOutput, error)

ListRolePolicies provides a mock function with given fields: _a0

func (*IAM) ListRolePoliciesPages

func (_m *IAM) ListRolePoliciesPages(_a0 *iam.ListRolePoliciesInput, _a1 func(*iam.ListRolePoliciesOutput, bool) bool) error

ListRolePoliciesPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListRolePoliciesPagesWithContext

func (_m *IAM) ListRolePoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListRolePoliciesInput, _a2 func(*iam.ListRolePoliciesOutput, bool) bool, _a3 ...request.Option) error

ListRolePoliciesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListRolePoliciesRequest

func (_m *IAM) ListRolePoliciesRequest(_a0 *iam.ListRolePoliciesInput) (*request.Request, *iam.ListRolePoliciesOutput)

ListRolePoliciesRequest provides a mock function with given fields: _a0

func (*IAM) ListRolePoliciesWithContext

func (_m *IAM) ListRolePoliciesWithContext(_a0 context.Context, _a1 *iam.ListRolePoliciesInput, _a2 ...request.Option) (*iam.ListRolePoliciesOutput, error)

ListRolePoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListRoleTags

func (_m *IAM) ListRoleTags(_a0 *iam.ListRoleTagsInput) (*iam.ListRoleTagsOutput, error)

ListRoleTags provides a mock function with given fields: _a0

func (*IAM) ListRoleTagsRequest

func (_m *IAM) ListRoleTagsRequest(_a0 *iam.ListRoleTagsInput) (*request.Request, *iam.ListRoleTagsOutput)

ListRoleTagsRequest provides a mock function with given fields: _a0

func (*IAM) ListRoleTagsWithContext

func (_m *IAM) ListRoleTagsWithContext(_a0 context.Context, _a1 *iam.ListRoleTagsInput, _a2 ...request.Option) (*iam.ListRoleTagsOutput, error)

ListRoleTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListRoles

func (_m *IAM) ListRoles(_a0 *iam.ListRolesInput) (*iam.ListRolesOutput, error)

ListRoles provides a mock function with given fields: _a0

func (*IAM) ListRolesPages

func (_m *IAM) ListRolesPages(_a0 *iam.ListRolesInput, _a1 func(*iam.ListRolesOutput, bool) bool) error

ListRolesPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListRolesPagesWithContext

func (_m *IAM) ListRolesPagesWithContext(_a0 context.Context, _a1 *iam.ListRolesInput, _a2 func(*iam.ListRolesOutput, bool) bool, _a3 ...request.Option) error

ListRolesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListRolesRequest

func (_m *IAM) ListRolesRequest(_a0 *iam.ListRolesInput) (*request.Request, *iam.ListRolesOutput)

ListRolesRequest provides a mock function with given fields: _a0

func (*IAM) ListRolesWithContext

func (_m *IAM) ListRolesWithContext(_a0 context.Context, _a1 *iam.ListRolesInput, _a2 ...request.Option) (*iam.ListRolesOutput, error)

ListRolesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListSAMLProviderTags added in v0.34.0

func (_m *IAM) ListSAMLProviderTags(_a0 *iam.ListSAMLProviderTagsInput) (*iam.ListSAMLProviderTagsOutput, error)

ListSAMLProviderTags provides a mock function with given fields: _a0

func (*IAM) ListSAMLProviderTagsRequest added in v0.34.0

func (_m *IAM) ListSAMLProviderTagsRequest(_a0 *iam.ListSAMLProviderTagsInput) (*request.Request, *iam.ListSAMLProviderTagsOutput)

ListSAMLProviderTagsRequest provides a mock function with given fields: _a0

func (*IAM) ListSAMLProviderTagsWithContext added in v0.34.0

func (_m *IAM) ListSAMLProviderTagsWithContext(_a0 context.Context, _a1 *iam.ListSAMLProviderTagsInput, _a2 ...request.Option) (*iam.ListSAMLProviderTagsOutput, error)

ListSAMLProviderTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListSAMLProviders

func (_m *IAM) ListSAMLProviders(_a0 *iam.ListSAMLProvidersInput) (*iam.ListSAMLProvidersOutput, error)

ListSAMLProviders provides a mock function with given fields: _a0

func (*IAM) ListSAMLProvidersRequest

func (_m *IAM) ListSAMLProvidersRequest(_a0 *iam.ListSAMLProvidersInput) (*request.Request, *iam.ListSAMLProvidersOutput)

ListSAMLProvidersRequest provides a mock function with given fields: _a0

func (*IAM) ListSAMLProvidersWithContext

func (_m *IAM) ListSAMLProvidersWithContext(_a0 context.Context, _a1 *iam.ListSAMLProvidersInput, _a2 ...request.Option) (*iam.ListSAMLProvidersOutput, error)

ListSAMLProvidersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListSSHPublicKeys

func (_m *IAM) ListSSHPublicKeys(_a0 *iam.ListSSHPublicKeysInput) (*iam.ListSSHPublicKeysOutput, error)

ListSSHPublicKeys provides a mock function with given fields: _a0

func (*IAM) ListSSHPublicKeysPages

func (_m *IAM) ListSSHPublicKeysPages(_a0 *iam.ListSSHPublicKeysInput, _a1 func(*iam.ListSSHPublicKeysOutput, bool) bool) error

ListSSHPublicKeysPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListSSHPublicKeysPagesWithContext

func (_m *IAM) ListSSHPublicKeysPagesWithContext(_a0 context.Context, _a1 *iam.ListSSHPublicKeysInput, _a2 func(*iam.ListSSHPublicKeysOutput, bool) bool, _a3 ...request.Option) error

ListSSHPublicKeysPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListSSHPublicKeysRequest

func (_m *IAM) ListSSHPublicKeysRequest(_a0 *iam.ListSSHPublicKeysInput) (*request.Request, *iam.ListSSHPublicKeysOutput)

ListSSHPublicKeysRequest provides a mock function with given fields: _a0

func (*IAM) ListSSHPublicKeysWithContext

func (_m *IAM) ListSSHPublicKeysWithContext(_a0 context.Context, _a1 *iam.ListSSHPublicKeysInput, _a2 ...request.Option) (*iam.ListSSHPublicKeysOutput, error)

ListSSHPublicKeysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListServerCertificateTags added in v0.34.0

func (_m *IAM) ListServerCertificateTags(_a0 *iam.ListServerCertificateTagsInput) (*iam.ListServerCertificateTagsOutput, error)

ListServerCertificateTags provides a mock function with given fields: _a0

func (*IAM) ListServerCertificateTagsRequest added in v0.34.0

func (_m *IAM) ListServerCertificateTagsRequest(_a0 *iam.ListServerCertificateTagsInput) (*request.Request, *iam.ListServerCertificateTagsOutput)

ListServerCertificateTagsRequest provides a mock function with given fields: _a0

func (*IAM) ListServerCertificateTagsWithContext added in v0.34.0

func (_m *IAM) ListServerCertificateTagsWithContext(_a0 context.Context, _a1 *iam.ListServerCertificateTagsInput, _a2 ...request.Option) (*iam.ListServerCertificateTagsOutput, error)

ListServerCertificateTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListServerCertificates

func (_m *IAM) ListServerCertificates(_a0 *iam.ListServerCertificatesInput) (*iam.ListServerCertificatesOutput, error)

ListServerCertificates provides a mock function with given fields: _a0

func (*IAM) ListServerCertificatesPages

func (_m *IAM) ListServerCertificatesPages(_a0 *iam.ListServerCertificatesInput, _a1 func(*iam.ListServerCertificatesOutput, bool) bool) error

ListServerCertificatesPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListServerCertificatesPagesWithContext

func (_m *IAM) ListServerCertificatesPagesWithContext(_a0 context.Context, _a1 *iam.ListServerCertificatesInput, _a2 func(*iam.ListServerCertificatesOutput, bool) bool, _a3 ...request.Option) error

ListServerCertificatesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListServerCertificatesRequest

func (_m *IAM) ListServerCertificatesRequest(_a0 *iam.ListServerCertificatesInput) (*request.Request, *iam.ListServerCertificatesOutput)

ListServerCertificatesRequest provides a mock function with given fields: _a0

func (*IAM) ListServerCertificatesWithContext

func (_m *IAM) ListServerCertificatesWithContext(_a0 context.Context, _a1 *iam.ListServerCertificatesInput, _a2 ...request.Option) (*iam.ListServerCertificatesOutput, error)

ListServerCertificatesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListServiceSpecificCredentials

func (_m *IAM) ListServiceSpecificCredentials(_a0 *iam.ListServiceSpecificCredentialsInput) (*iam.ListServiceSpecificCredentialsOutput, error)

ListServiceSpecificCredentials provides a mock function with given fields: _a0

func (*IAM) ListServiceSpecificCredentialsRequest

func (_m *IAM) ListServiceSpecificCredentialsRequest(_a0 *iam.ListServiceSpecificCredentialsInput) (*request.Request, *iam.ListServiceSpecificCredentialsOutput)

ListServiceSpecificCredentialsRequest provides a mock function with given fields: _a0

func (*IAM) ListServiceSpecificCredentialsWithContext

func (_m *IAM) ListServiceSpecificCredentialsWithContext(_a0 context.Context, _a1 *iam.ListServiceSpecificCredentialsInput, _a2 ...request.Option) (*iam.ListServiceSpecificCredentialsOutput, error)

ListServiceSpecificCredentialsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListSigningCertificates

func (_m *IAM) ListSigningCertificates(_a0 *iam.ListSigningCertificatesInput) (*iam.ListSigningCertificatesOutput, error)

ListSigningCertificates provides a mock function with given fields: _a0

func (*IAM) ListSigningCertificatesPages

func (_m *IAM) ListSigningCertificatesPages(_a0 *iam.ListSigningCertificatesInput, _a1 func(*iam.ListSigningCertificatesOutput, bool) bool) error

ListSigningCertificatesPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListSigningCertificatesPagesWithContext

func (_m *IAM) ListSigningCertificatesPagesWithContext(_a0 context.Context, _a1 *iam.ListSigningCertificatesInput, _a2 func(*iam.ListSigningCertificatesOutput, bool) bool, _a3 ...request.Option) error

ListSigningCertificatesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListSigningCertificatesRequest

func (_m *IAM) ListSigningCertificatesRequest(_a0 *iam.ListSigningCertificatesInput) (*request.Request, *iam.ListSigningCertificatesOutput)

ListSigningCertificatesRequest provides a mock function with given fields: _a0

func (*IAM) ListSigningCertificatesWithContext

func (_m *IAM) ListSigningCertificatesWithContext(_a0 context.Context, _a1 *iam.ListSigningCertificatesInput, _a2 ...request.Option) (*iam.ListSigningCertificatesOutput, error)

ListSigningCertificatesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListUserPolicies

func (_m *IAM) ListUserPolicies(_a0 *iam.ListUserPoliciesInput) (*iam.ListUserPoliciesOutput, error)

ListUserPolicies provides a mock function with given fields: _a0

func (*IAM) ListUserPoliciesPages

func (_m *IAM) ListUserPoliciesPages(_a0 *iam.ListUserPoliciesInput, _a1 func(*iam.ListUserPoliciesOutput, bool) bool) error

ListUserPoliciesPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListUserPoliciesPagesWithContext

func (_m *IAM) ListUserPoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListUserPoliciesInput, _a2 func(*iam.ListUserPoliciesOutput, bool) bool, _a3 ...request.Option) error

ListUserPoliciesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListUserPoliciesRequest

func (_m *IAM) ListUserPoliciesRequest(_a0 *iam.ListUserPoliciesInput) (*request.Request, *iam.ListUserPoliciesOutput)

ListUserPoliciesRequest provides a mock function with given fields: _a0

func (*IAM) ListUserPoliciesWithContext

func (_m *IAM) ListUserPoliciesWithContext(_a0 context.Context, _a1 *iam.ListUserPoliciesInput, _a2 ...request.Option) (*iam.ListUserPoliciesOutput, error)

ListUserPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListUserTags

func (_m *IAM) ListUserTags(_a0 *iam.ListUserTagsInput) (*iam.ListUserTagsOutput, error)

ListUserTags provides a mock function with given fields: _a0

func (*IAM) ListUserTagsPages added in v0.34.0

func (_m *IAM) ListUserTagsPages(_a0 *iam.ListUserTagsInput, _a1 func(*iam.ListUserTagsOutput, bool) bool) error

ListUserTagsPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListUserTagsPagesWithContext added in v0.34.0

func (_m *IAM) ListUserTagsPagesWithContext(_a0 context.Context, _a1 *iam.ListUserTagsInput, _a2 func(*iam.ListUserTagsOutput, bool) bool, _a3 ...request.Option) error

ListUserTagsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListUserTagsRequest

func (_m *IAM) ListUserTagsRequest(_a0 *iam.ListUserTagsInput) (*request.Request, *iam.ListUserTagsOutput)

ListUserTagsRequest provides a mock function with given fields: _a0

func (*IAM) ListUserTagsWithContext

func (_m *IAM) ListUserTagsWithContext(_a0 context.Context, _a1 *iam.ListUserTagsInput, _a2 ...request.Option) (*iam.ListUserTagsOutput, error)

ListUserTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListUsers

func (_m *IAM) ListUsers(_a0 *iam.ListUsersInput) (*iam.ListUsersOutput, error)

ListUsers provides a mock function with given fields: _a0

func (*IAM) ListUsersPages

func (_m *IAM) ListUsersPages(_a0 *iam.ListUsersInput, _a1 func(*iam.ListUsersOutput, bool) bool) error

ListUsersPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListUsersPagesWithContext

func (_m *IAM) ListUsersPagesWithContext(_a0 context.Context, _a1 *iam.ListUsersInput, _a2 func(*iam.ListUsersOutput, bool) bool, _a3 ...request.Option) error

ListUsersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListUsersRequest

func (_m *IAM) ListUsersRequest(_a0 *iam.ListUsersInput) (*request.Request, *iam.ListUsersOutput)

ListUsersRequest provides a mock function with given fields: _a0

func (*IAM) ListUsersWithContext

func (_m *IAM) ListUsersWithContext(_a0 context.Context, _a1 *iam.ListUsersInput, _a2 ...request.Option) (*iam.ListUsersOutput, error)

ListUsersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ListVirtualMFADevices

func (_m *IAM) ListVirtualMFADevices(_a0 *iam.ListVirtualMFADevicesInput) (*iam.ListVirtualMFADevicesOutput, error)

ListVirtualMFADevices provides a mock function with given fields: _a0

func (*IAM) ListVirtualMFADevicesPages

func (_m *IAM) ListVirtualMFADevicesPages(_a0 *iam.ListVirtualMFADevicesInput, _a1 func(*iam.ListVirtualMFADevicesOutput, bool) bool) error

ListVirtualMFADevicesPages provides a mock function with given fields: _a0, _a1

func (*IAM) ListVirtualMFADevicesPagesWithContext

func (_m *IAM) ListVirtualMFADevicesPagesWithContext(_a0 context.Context, _a1 *iam.ListVirtualMFADevicesInput, _a2 func(*iam.ListVirtualMFADevicesOutput, bool) bool, _a3 ...request.Option) error

ListVirtualMFADevicesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) ListVirtualMFADevicesRequest

func (_m *IAM) ListVirtualMFADevicesRequest(_a0 *iam.ListVirtualMFADevicesInput) (*request.Request, *iam.ListVirtualMFADevicesOutput)

ListVirtualMFADevicesRequest provides a mock function with given fields: _a0

func (*IAM) ListVirtualMFADevicesWithContext

func (_m *IAM) ListVirtualMFADevicesWithContext(_a0 context.Context, _a1 *iam.ListVirtualMFADevicesInput, _a2 ...request.Option) (*iam.ListVirtualMFADevicesOutput, error)

ListVirtualMFADevicesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) PutGroupPolicy

func (_m *IAM) PutGroupPolicy(_a0 *iam.PutGroupPolicyInput) (*iam.PutGroupPolicyOutput, error)

PutGroupPolicy provides a mock function with given fields: _a0

func (*IAM) PutGroupPolicyRequest

func (_m *IAM) PutGroupPolicyRequest(_a0 *iam.PutGroupPolicyInput) (*request.Request, *iam.PutGroupPolicyOutput)

PutGroupPolicyRequest provides a mock function with given fields: _a0

func (*IAM) PutGroupPolicyWithContext

func (_m *IAM) PutGroupPolicyWithContext(_a0 context.Context, _a1 *iam.PutGroupPolicyInput, _a2 ...request.Option) (*iam.PutGroupPolicyOutput, error)

PutGroupPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) PutRolePermissionsBoundary

func (_m *IAM) PutRolePermissionsBoundary(_a0 *iam.PutRolePermissionsBoundaryInput) (*iam.PutRolePermissionsBoundaryOutput, error)

PutRolePermissionsBoundary provides a mock function with given fields: _a0

func (*IAM) PutRolePermissionsBoundaryRequest

func (_m *IAM) PutRolePermissionsBoundaryRequest(_a0 *iam.PutRolePermissionsBoundaryInput) (*request.Request, *iam.PutRolePermissionsBoundaryOutput)

PutRolePermissionsBoundaryRequest provides a mock function with given fields: _a0

func (*IAM) PutRolePermissionsBoundaryWithContext

func (_m *IAM) PutRolePermissionsBoundaryWithContext(_a0 context.Context, _a1 *iam.PutRolePermissionsBoundaryInput, _a2 ...request.Option) (*iam.PutRolePermissionsBoundaryOutput, error)

PutRolePermissionsBoundaryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) PutRolePolicy

func (_m *IAM) PutRolePolicy(_a0 *iam.PutRolePolicyInput) (*iam.PutRolePolicyOutput, error)

PutRolePolicy provides a mock function with given fields: _a0

func (*IAM) PutRolePolicyRequest

func (_m *IAM) PutRolePolicyRequest(_a0 *iam.PutRolePolicyInput) (*request.Request, *iam.PutRolePolicyOutput)

PutRolePolicyRequest provides a mock function with given fields: _a0

func (*IAM) PutRolePolicyWithContext

func (_m *IAM) PutRolePolicyWithContext(_a0 context.Context, _a1 *iam.PutRolePolicyInput, _a2 ...request.Option) (*iam.PutRolePolicyOutput, error)

PutRolePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) PutUserPermissionsBoundary

func (_m *IAM) PutUserPermissionsBoundary(_a0 *iam.PutUserPermissionsBoundaryInput) (*iam.PutUserPermissionsBoundaryOutput, error)

PutUserPermissionsBoundary provides a mock function with given fields: _a0

func (*IAM) PutUserPermissionsBoundaryRequest

func (_m *IAM) PutUserPermissionsBoundaryRequest(_a0 *iam.PutUserPermissionsBoundaryInput) (*request.Request, *iam.PutUserPermissionsBoundaryOutput)

PutUserPermissionsBoundaryRequest provides a mock function with given fields: _a0

func (*IAM) PutUserPermissionsBoundaryWithContext

func (_m *IAM) PutUserPermissionsBoundaryWithContext(_a0 context.Context, _a1 *iam.PutUserPermissionsBoundaryInput, _a2 ...request.Option) (*iam.PutUserPermissionsBoundaryOutput, error)

PutUserPermissionsBoundaryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) PutUserPolicy

func (_m *IAM) PutUserPolicy(_a0 *iam.PutUserPolicyInput) (*iam.PutUserPolicyOutput, error)

PutUserPolicy provides a mock function with given fields: _a0

func (*IAM) PutUserPolicyRequest

func (_m *IAM) PutUserPolicyRequest(_a0 *iam.PutUserPolicyInput) (*request.Request, *iam.PutUserPolicyOutput)

PutUserPolicyRequest provides a mock function with given fields: _a0

func (*IAM) PutUserPolicyWithContext

func (_m *IAM) PutUserPolicyWithContext(_a0 context.Context, _a1 *iam.PutUserPolicyInput, _a2 ...request.Option) (*iam.PutUserPolicyOutput, error)

PutUserPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) RemoveClientIDFromOpenIDConnectProvider

RemoveClientIDFromOpenIDConnectProvider provides a mock function with given fields: _a0

func (*IAM) RemoveClientIDFromOpenIDConnectProviderRequest

func (_m *IAM) RemoveClientIDFromOpenIDConnectProviderRequest(_a0 *iam.RemoveClientIDFromOpenIDConnectProviderInput) (*request.Request, *iam.RemoveClientIDFromOpenIDConnectProviderOutput)

RemoveClientIDFromOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*IAM) RemoveClientIDFromOpenIDConnectProviderWithContext

func (_m *IAM) RemoveClientIDFromOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.RemoveClientIDFromOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.RemoveClientIDFromOpenIDConnectProviderOutput, error)

RemoveClientIDFromOpenIDConnectProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) RemoveRoleFromInstanceProfile

func (_m *IAM) RemoveRoleFromInstanceProfile(_a0 *iam.RemoveRoleFromInstanceProfileInput) (*iam.RemoveRoleFromInstanceProfileOutput, error)

RemoveRoleFromInstanceProfile provides a mock function with given fields: _a0

func (*IAM) RemoveRoleFromInstanceProfileRequest

func (_m *IAM) RemoveRoleFromInstanceProfileRequest(_a0 *iam.RemoveRoleFromInstanceProfileInput) (*request.Request, *iam.RemoveRoleFromInstanceProfileOutput)

RemoveRoleFromInstanceProfileRequest provides a mock function with given fields: _a0

func (*IAM) RemoveRoleFromInstanceProfileWithContext

func (_m *IAM) RemoveRoleFromInstanceProfileWithContext(_a0 context.Context, _a1 *iam.RemoveRoleFromInstanceProfileInput, _a2 ...request.Option) (*iam.RemoveRoleFromInstanceProfileOutput, error)

RemoveRoleFromInstanceProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) RemoveUserFromGroup

func (_m *IAM) RemoveUserFromGroup(_a0 *iam.RemoveUserFromGroupInput) (*iam.RemoveUserFromGroupOutput, error)

RemoveUserFromGroup provides a mock function with given fields: _a0

func (*IAM) RemoveUserFromGroupRequest

func (_m *IAM) RemoveUserFromGroupRequest(_a0 *iam.RemoveUserFromGroupInput) (*request.Request, *iam.RemoveUserFromGroupOutput)

RemoveUserFromGroupRequest provides a mock function with given fields: _a0

func (*IAM) RemoveUserFromGroupWithContext

func (_m *IAM) RemoveUserFromGroupWithContext(_a0 context.Context, _a1 *iam.RemoveUserFromGroupInput, _a2 ...request.Option) (*iam.RemoveUserFromGroupOutput, error)

RemoveUserFromGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ResetServiceSpecificCredential

func (_m *IAM) ResetServiceSpecificCredential(_a0 *iam.ResetServiceSpecificCredentialInput) (*iam.ResetServiceSpecificCredentialOutput, error)

ResetServiceSpecificCredential provides a mock function with given fields: _a0

func (*IAM) ResetServiceSpecificCredentialRequest

func (_m *IAM) ResetServiceSpecificCredentialRequest(_a0 *iam.ResetServiceSpecificCredentialInput) (*request.Request, *iam.ResetServiceSpecificCredentialOutput)

ResetServiceSpecificCredentialRequest provides a mock function with given fields: _a0

func (*IAM) ResetServiceSpecificCredentialWithContext

func (_m *IAM) ResetServiceSpecificCredentialWithContext(_a0 context.Context, _a1 *iam.ResetServiceSpecificCredentialInput, _a2 ...request.Option) (*iam.ResetServiceSpecificCredentialOutput, error)

ResetServiceSpecificCredentialWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) ResyncMFADevice

func (_m *IAM) ResyncMFADevice(_a0 *iam.ResyncMFADeviceInput) (*iam.ResyncMFADeviceOutput, error)

ResyncMFADevice provides a mock function with given fields: _a0

func (*IAM) ResyncMFADeviceRequest

func (_m *IAM) ResyncMFADeviceRequest(_a0 *iam.ResyncMFADeviceInput) (*request.Request, *iam.ResyncMFADeviceOutput)

ResyncMFADeviceRequest provides a mock function with given fields: _a0

func (*IAM) ResyncMFADeviceWithContext

func (_m *IAM) ResyncMFADeviceWithContext(_a0 context.Context, _a1 *iam.ResyncMFADeviceInput, _a2 ...request.Option) (*iam.ResyncMFADeviceOutput, error)

ResyncMFADeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) SetDefaultPolicyVersion

func (_m *IAM) SetDefaultPolicyVersion(_a0 *iam.SetDefaultPolicyVersionInput) (*iam.SetDefaultPolicyVersionOutput, error)

SetDefaultPolicyVersion provides a mock function with given fields: _a0

func (*IAM) SetDefaultPolicyVersionRequest

func (_m *IAM) SetDefaultPolicyVersionRequest(_a0 *iam.SetDefaultPolicyVersionInput) (*request.Request, *iam.SetDefaultPolicyVersionOutput)

SetDefaultPolicyVersionRequest provides a mock function with given fields: _a0

func (*IAM) SetDefaultPolicyVersionWithContext

func (_m *IAM) SetDefaultPolicyVersionWithContext(_a0 context.Context, _a1 *iam.SetDefaultPolicyVersionInput, _a2 ...request.Option) (*iam.SetDefaultPolicyVersionOutput, error)

SetDefaultPolicyVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) SetSecurityTokenServicePreferences

func (_m *IAM) SetSecurityTokenServicePreferences(_a0 *iam.SetSecurityTokenServicePreferencesInput) (*iam.SetSecurityTokenServicePreferencesOutput, error)

SetSecurityTokenServicePreferences provides a mock function with given fields: _a0

func (*IAM) SetSecurityTokenServicePreferencesRequest

func (_m *IAM) SetSecurityTokenServicePreferencesRequest(_a0 *iam.SetSecurityTokenServicePreferencesInput) (*request.Request, *iam.SetSecurityTokenServicePreferencesOutput)

SetSecurityTokenServicePreferencesRequest provides a mock function with given fields: _a0

func (*IAM) SetSecurityTokenServicePreferencesWithContext

func (_m *IAM) SetSecurityTokenServicePreferencesWithContext(_a0 context.Context, _a1 *iam.SetSecurityTokenServicePreferencesInput, _a2 ...request.Option) (*iam.SetSecurityTokenServicePreferencesOutput, error)

SetSecurityTokenServicePreferencesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) SimulateCustomPolicy

func (_m *IAM) SimulateCustomPolicy(_a0 *iam.SimulateCustomPolicyInput) (*iam.SimulatePolicyResponse, error)

SimulateCustomPolicy provides a mock function with given fields: _a0

func (*IAM) SimulateCustomPolicyPages

func (_m *IAM) SimulateCustomPolicyPages(_a0 *iam.SimulateCustomPolicyInput, _a1 func(*iam.SimulatePolicyResponse, bool) bool) error

SimulateCustomPolicyPages provides a mock function with given fields: _a0, _a1

func (*IAM) SimulateCustomPolicyPagesWithContext

func (_m *IAM) SimulateCustomPolicyPagesWithContext(_a0 context.Context, _a1 *iam.SimulateCustomPolicyInput, _a2 func(*iam.SimulatePolicyResponse, bool) bool, _a3 ...request.Option) error

SimulateCustomPolicyPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) SimulateCustomPolicyRequest

func (_m *IAM) SimulateCustomPolicyRequest(_a0 *iam.SimulateCustomPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)

SimulateCustomPolicyRequest provides a mock function with given fields: _a0

func (*IAM) SimulateCustomPolicyWithContext

func (_m *IAM) SimulateCustomPolicyWithContext(_a0 context.Context, _a1 *iam.SimulateCustomPolicyInput, _a2 ...request.Option) (*iam.SimulatePolicyResponse, error)

SimulateCustomPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) SimulatePrincipalPolicy

func (_m *IAM) SimulatePrincipalPolicy(_a0 *iam.SimulatePrincipalPolicyInput) (*iam.SimulatePolicyResponse, error)

SimulatePrincipalPolicy provides a mock function with given fields: _a0

func (*IAM) SimulatePrincipalPolicyPages

func (_m *IAM) SimulatePrincipalPolicyPages(_a0 *iam.SimulatePrincipalPolicyInput, _a1 func(*iam.SimulatePolicyResponse, bool) bool) error

SimulatePrincipalPolicyPages provides a mock function with given fields: _a0, _a1

func (*IAM) SimulatePrincipalPolicyPagesWithContext

func (_m *IAM) SimulatePrincipalPolicyPagesWithContext(_a0 context.Context, _a1 *iam.SimulatePrincipalPolicyInput, _a2 func(*iam.SimulatePolicyResponse, bool) bool, _a3 ...request.Option) error

SimulatePrincipalPolicyPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*IAM) SimulatePrincipalPolicyRequest

func (_m *IAM) SimulatePrincipalPolicyRequest(_a0 *iam.SimulatePrincipalPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)

SimulatePrincipalPolicyRequest provides a mock function with given fields: _a0

func (*IAM) SimulatePrincipalPolicyWithContext

func (_m *IAM) SimulatePrincipalPolicyWithContext(_a0 context.Context, _a1 *iam.SimulatePrincipalPolicyInput, _a2 ...request.Option) (*iam.SimulatePolicyResponse, error)

SimulatePrincipalPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) TagInstanceProfile added in v0.34.0

func (_m *IAM) TagInstanceProfile(_a0 *iam.TagInstanceProfileInput) (*iam.TagInstanceProfileOutput, error)

TagInstanceProfile provides a mock function with given fields: _a0

func (*IAM) TagInstanceProfileRequest added in v0.34.0

func (_m *IAM) TagInstanceProfileRequest(_a0 *iam.TagInstanceProfileInput) (*request.Request, *iam.TagInstanceProfileOutput)

TagInstanceProfileRequest provides a mock function with given fields: _a0

func (*IAM) TagInstanceProfileWithContext added in v0.34.0

func (_m *IAM) TagInstanceProfileWithContext(_a0 context.Context, _a1 *iam.TagInstanceProfileInput, _a2 ...request.Option) (*iam.TagInstanceProfileOutput, error)

TagInstanceProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) TagMFADevice added in v0.34.0

func (_m *IAM) TagMFADevice(_a0 *iam.TagMFADeviceInput) (*iam.TagMFADeviceOutput, error)

TagMFADevice provides a mock function with given fields: _a0

func (*IAM) TagMFADeviceRequest added in v0.34.0

func (_m *IAM) TagMFADeviceRequest(_a0 *iam.TagMFADeviceInput) (*request.Request, *iam.TagMFADeviceOutput)

TagMFADeviceRequest provides a mock function with given fields: _a0

func (*IAM) TagMFADeviceWithContext added in v0.34.0

func (_m *IAM) TagMFADeviceWithContext(_a0 context.Context, _a1 *iam.TagMFADeviceInput, _a2 ...request.Option) (*iam.TagMFADeviceOutput, error)

TagMFADeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) TagOpenIDConnectProvider added in v0.34.0

func (_m *IAM) TagOpenIDConnectProvider(_a0 *iam.TagOpenIDConnectProviderInput) (*iam.TagOpenIDConnectProviderOutput, error)

TagOpenIDConnectProvider provides a mock function with given fields: _a0

func (*IAM) TagOpenIDConnectProviderRequest added in v0.34.0

func (_m *IAM) TagOpenIDConnectProviderRequest(_a0 *iam.TagOpenIDConnectProviderInput) (*request.Request, *iam.TagOpenIDConnectProviderOutput)

TagOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*IAM) TagOpenIDConnectProviderWithContext added in v0.34.0

func (_m *IAM) TagOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.TagOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.TagOpenIDConnectProviderOutput, error)

TagOpenIDConnectProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) TagPolicy added in v0.34.0

func (_m *IAM) TagPolicy(_a0 *iam.TagPolicyInput) (*iam.TagPolicyOutput, error)

TagPolicy provides a mock function with given fields: _a0

func (*IAM) TagPolicyRequest added in v0.34.0

func (_m *IAM) TagPolicyRequest(_a0 *iam.TagPolicyInput) (*request.Request, *iam.TagPolicyOutput)

TagPolicyRequest provides a mock function with given fields: _a0

func (*IAM) TagPolicyWithContext added in v0.34.0

func (_m *IAM) TagPolicyWithContext(_a0 context.Context, _a1 *iam.TagPolicyInput, _a2 ...request.Option) (*iam.TagPolicyOutput, error)

TagPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) TagRole

func (_m *IAM) TagRole(_a0 *iam.TagRoleInput) (*iam.TagRoleOutput, error)

TagRole provides a mock function with given fields: _a0

func (*IAM) TagRoleRequest

func (_m *IAM) TagRoleRequest(_a0 *iam.TagRoleInput) (*request.Request, *iam.TagRoleOutput)

TagRoleRequest provides a mock function with given fields: _a0

func (*IAM) TagRoleWithContext

func (_m *IAM) TagRoleWithContext(_a0 context.Context, _a1 *iam.TagRoleInput, _a2 ...request.Option) (*iam.TagRoleOutput, error)

TagRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) TagSAMLProvider added in v0.34.0

func (_m *IAM) TagSAMLProvider(_a0 *iam.TagSAMLProviderInput) (*iam.TagSAMLProviderOutput, error)

TagSAMLProvider provides a mock function with given fields: _a0

func (*IAM) TagSAMLProviderRequest added in v0.34.0

func (_m *IAM) TagSAMLProviderRequest(_a0 *iam.TagSAMLProviderInput) (*request.Request, *iam.TagSAMLProviderOutput)

TagSAMLProviderRequest provides a mock function with given fields: _a0

func (*IAM) TagSAMLProviderWithContext added in v0.34.0

func (_m *IAM) TagSAMLProviderWithContext(_a0 context.Context, _a1 *iam.TagSAMLProviderInput, _a2 ...request.Option) (*iam.TagSAMLProviderOutput, error)

TagSAMLProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) TagServerCertificate added in v0.34.0

func (_m *IAM) TagServerCertificate(_a0 *iam.TagServerCertificateInput) (*iam.TagServerCertificateOutput, error)

TagServerCertificate provides a mock function with given fields: _a0

func (*IAM) TagServerCertificateRequest added in v0.34.0

func (_m *IAM) TagServerCertificateRequest(_a0 *iam.TagServerCertificateInput) (*request.Request, *iam.TagServerCertificateOutput)

TagServerCertificateRequest provides a mock function with given fields: _a0

func (*IAM) TagServerCertificateWithContext added in v0.34.0

func (_m *IAM) TagServerCertificateWithContext(_a0 context.Context, _a1 *iam.TagServerCertificateInput, _a2 ...request.Option) (*iam.TagServerCertificateOutput, error)

TagServerCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) TagUser

func (_m *IAM) TagUser(_a0 *iam.TagUserInput) (*iam.TagUserOutput, error)

TagUser provides a mock function with given fields: _a0

func (*IAM) TagUserRequest

func (_m *IAM) TagUserRequest(_a0 *iam.TagUserInput) (*request.Request, *iam.TagUserOutput)

TagUserRequest provides a mock function with given fields: _a0

func (*IAM) TagUserWithContext

func (_m *IAM) TagUserWithContext(_a0 context.Context, _a1 *iam.TagUserInput, _a2 ...request.Option) (*iam.TagUserOutput, error)

TagUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UntagInstanceProfile added in v0.34.0

func (_m *IAM) UntagInstanceProfile(_a0 *iam.UntagInstanceProfileInput) (*iam.UntagInstanceProfileOutput, error)

UntagInstanceProfile provides a mock function with given fields: _a0

func (*IAM) UntagInstanceProfileRequest added in v0.34.0

func (_m *IAM) UntagInstanceProfileRequest(_a0 *iam.UntagInstanceProfileInput) (*request.Request, *iam.UntagInstanceProfileOutput)

UntagInstanceProfileRequest provides a mock function with given fields: _a0

func (*IAM) UntagInstanceProfileWithContext added in v0.34.0

func (_m *IAM) UntagInstanceProfileWithContext(_a0 context.Context, _a1 *iam.UntagInstanceProfileInput, _a2 ...request.Option) (*iam.UntagInstanceProfileOutput, error)

UntagInstanceProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UntagMFADevice added in v0.34.0

func (_m *IAM) UntagMFADevice(_a0 *iam.UntagMFADeviceInput) (*iam.UntagMFADeviceOutput, error)

UntagMFADevice provides a mock function with given fields: _a0

func (*IAM) UntagMFADeviceRequest added in v0.34.0

func (_m *IAM) UntagMFADeviceRequest(_a0 *iam.UntagMFADeviceInput) (*request.Request, *iam.UntagMFADeviceOutput)

UntagMFADeviceRequest provides a mock function with given fields: _a0

func (*IAM) UntagMFADeviceWithContext added in v0.34.0

func (_m *IAM) UntagMFADeviceWithContext(_a0 context.Context, _a1 *iam.UntagMFADeviceInput, _a2 ...request.Option) (*iam.UntagMFADeviceOutput, error)

UntagMFADeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UntagOpenIDConnectProvider added in v0.34.0

func (_m *IAM) UntagOpenIDConnectProvider(_a0 *iam.UntagOpenIDConnectProviderInput) (*iam.UntagOpenIDConnectProviderOutput, error)

UntagOpenIDConnectProvider provides a mock function with given fields: _a0

func (*IAM) UntagOpenIDConnectProviderRequest added in v0.34.0

func (_m *IAM) UntagOpenIDConnectProviderRequest(_a0 *iam.UntagOpenIDConnectProviderInput) (*request.Request, *iam.UntagOpenIDConnectProviderOutput)

UntagOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*IAM) UntagOpenIDConnectProviderWithContext added in v0.34.0

func (_m *IAM) UntagOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.UntagOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.UntagOpenIDConnectProviderOutput, error)

UntagOpenIDConnectProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UntagPolicy added in v0.34.0

func (_m *IAM) UntagPolicy(_a0 *iam.UntagPolicyInput) (*iam.UntagPolicyOutput, error)

UntagPolicy provides a mock function with given fields: _a0

func (*IAM) UntagPolicyRequest added in v0.34.0

func (_m *IAM) UntagPolicyRequest(_a0 *iam.UntagPolicyInput) (*request.Request, *iam.UntagPolicyOutput)

UntagPolicyRequest provides a mock function with given fields: _a0

func (*IAM) UntagPolicyWithContext added in v0.34.0

func (_m *IAM) UntagPolicyWithContext(_a0 context.Context, _a1 *iam.UntagPolicyInput, _a2 ...request.Option) (*iam.UntagPolicyOutput, error)

UntagPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UntagRole

func (_m *IAM) UntagRole(_a0 *iam.UntagRoleInput) (*iam.UntagRoleOutput, error)

UntagRole provides a mock function with given fields: _a0

func (*IAM) UntagRoleRequest

func (_m *IAM) UntagRoleRequest(_a0 *iam.UntagRoleInput) (*request.Request, *iam.UntagRoleOutput)

UntagRoleRequest provides a mock function with given fields: _a0

func (*IAM) UntagRoleWithContext

func (_m *IAM) UntagRoleWithContext(_a0 context.Context, _a1 *iam.UntagRoleInput, _a2 ...request.Option) (*iam.UntagRoleOutput, error)

UntagRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UntagSAMLProvider added in v0.34.0

func (_m *IAM) UntagSAMLProvider(_a0 *iam.UntagSAMLProviderInput) (*iam.UntagSAMLProviderOutput, error)

UntagSAMLProvider provides a mock function with given fields: _a0

func (*IAM) UntagSAMLProviderRequest added in v0.34.0

func (_m *IAM) UntagSAMLProviderRequest(_a0 *iam.UntagSAMLProviderInput) (*request.Request, *iam.UntagSAMLProviderOutput)

UntagSAMLProviderRequest provides a mock function with given fields: _a0

func (*IAM) UntagSAMLProviderWithContext added in v0.34.0

func (_m *IAM) UntagSAMLProviderWithContext(_a0 context.Context, _a1 *iam.UntagSAMLProviderInput, _a2 ...request.Option) (*iam.UntagSAMLProviderOutput, error)

UntagSAMLProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UntagServerCertificate added in v0.34.0

func (_m *IAM) UntagServerCertificate(_a0 *iam.UntagServerCertificateInput) (*iam.UntagServerCertificateOutput, error)

UntagServerCertificate provides a mock function with given fields: _a0

func (*IAM) UntagServerCertificateRequest added in v0.34.0

func (_m *IAM) UntagServerCertificateRequest(_a0 *iam.UntagServerCertificateInput) (*request.Request, *iam.UntagServerCertificateOutput)

UntagServerCertificateRequest provides a mock function with given fields: _a0

func (*IAM) UntagServerCertificateWithContext added in v0.34.0

func (_m *IAM) UntagServerCertificateWithContext(_a0 context.Context, _a1 *iam.UntagServerCertificateInput, _a2 ...request.Option) (*iam.UntagServerCertificateOutput, error)

UntagServerCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UntagUser

func (_m *IAM) UntagUser(_a0 *iam.UntagUserInput) (*iam.UntagUserOutput, error)

UntagUser provides a mock function with given fields: _a0

func (*IAM) UntagUserRequest

func (_m *IAM) UntagUserRequest(_a0 *iam.UntagUserInput) (*request.Request, *iam.UntagUserOutput)

UntagUserRequest provides a mock function with given fields: _a0

func (*IAM) UntagUserWithContext

func (_m *IAM) UntagUserWithContext(_a0 context.Context, _a1 *iam.UntagUserInput, _a2 ...request.Option) (*iam.UntagUserOutput, error)

UntagUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UpdateAccessKey

func (_m *IAM) UpdateAccessKey(_a0 *iam.UpdateAccessKeyInput) (*iam.UpdateAccessKeyOutput, error)

UpdateAccessKey provides a mock function with given fields: _a0

func (*IAM) UpdateAccessKeyRequest

func (_m *IAM) UpdateAccessKeyRequest(_a0 *iam.UpdateAccessKeyInput) (*request.Request, *iam.UpdateAccessKeyOutput)

UpdateAccessKeyRequest provides a mock function with given fields: _a0

func (*IAM) UpdateAccessKeyWithContext

func (_m *IAM) UpdateAccessKeyWithContext(_a0 context.Context, _a1 *iam.UpdateAccessKeyInput, _a2 ...request.Option) (*iam.UpdateAccessKeyOutput, error)

UpdateAccessKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UpdateAccountPasswordPolicy

func (_m *IAM) UpdateAccountPasswordPolicy(_a0 *iam.UpdateAccountPasswordPolicyInput) (*iam.UpdateAccountPasswordPolicyOutput, error)

UpdateAccountPasswordPolicy provides a mock function with given fields: _a0

func (*IAM) UpdateAccountPasswordPolicyRequest

func (_m *IAM) UpdateAccountPasswordPolicyRequest(_a0 *iam.UpdateAccountPasswordPolicyInput) (*request.Request, *iam.UpdateAccountPasswordPolicyOutput)

UpdateAccountPasswordPolicyRequest provides a mock function with given fields: _a0

func (*IAM) UpdateAccountPasswordPolicyWithContext

func (_m *IAM) UpdateAccountPasswordPolicyWithContext(_a0 context.Context, _a1 *iam.UpdateAccountPasswordPolicyInput, _a2 ...request.Option) (*iam.UpdateAccountPasswordPolicyOutput, error)

UpdateAccountPasswordPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UpdateAssumeRolePolicy

func (_m *IAM) UpdateAssumeRolePolicy(_a0 *iam.UpdateAssumeRolePolicyInput) (*iam.UpdateAssumeRolePolicyOutput, error)

UpdateAssumeRolePolicy provides a mock function with given fields: _a0

func (*IAM) UpdateAssumeRolePolicyRequest

func (_m *IAM) UpdateAssumeRolePolicyRequest(_a0 *iam.UpdateAssumeRolePolicyInput) (*request.Request, *iam.UpdateAssumeRolePolicyOutput)

UpdateAssumeRolePolicyRequest provides a mock function with given fields: _a0

func (*IAM) UpdateAssumeRolePolicyWithContext

func (_m *IAM) UpdateAssumeRolePolicyWithContext(_a0 context.Context, _a1 *iam.UpdateAssumeRolePolicyInput, _a2 ...request.Option) (*iam.UpdateAssumeRolePolicyOutput, error)

UpdateAssumeRolePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UpdateGroup

func (_m *IAM) UpdateGroup(_a0 *iam.UpdateGroupInput) (*iam.UpdateGroupOutput, error)

UpdateGroup provides a mock function with given fields: _a0

func (*IAM) UpdateGroupRequest

func (_m *IAM) UpdateGroupRequest(_a0 *iam.UpdateGroupInput) (*request.Request, *iam.UpdateGroupOutput)

UpdateGroupRequest provides a mock function with given fields: _a0

func (*IAM) UpdateGroupWithContext

func (_m *IAM) UpdateGroupWithContext(_a0 context.Context, _a1 *iam.UpdateGroupInput, _a2 ...request.Option) (*iam.UpdateGroupOutput, error)

UpdateGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UpdateLoginProfile

func (_m *IAM) UpdateLoginProfile(_a0 *iam.UpdateLoginProfileInput) (*iam.UpdateLoginProfileOutput, error)

UpdateLoginProfile provides a mock function with given fields: _a0

func (*IAM) UpdateLoginProfileRequest

func (_m *IAM) UpdateLoginProfileRequest(_a0 *iam.UpdateLoginProfileInput) (*request.Request, *iam.UpdateLoginProfileOutput)

UpdateLoginProfileRequest provides a mock function with given fields: _a0

func (*IAM) UpdateLoginProfileWithContext

func (_m *IAM) UpdateLoginProfileWithContext(_a0 context.Context, _a1 *iam.UpdateLoginProfileInput, _a2 ...request.Option) (*iam.UpdateLoginProfileOutput, error)

UpdateLoginProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UpdateOpenIDConnectProviderThumbprint

func (_m *IAM) UpdateOpenIDConnectProviderThumbprint(_a0 *iam.UpdateOpenIDConnectProviderThumbprintInput) (*iam.UpdateOpenIDConnectProviderThumbprintOutput, error)

UpdateOpenIDConnectProviderThumbprint provides a mock function with given fields: _a0

func (*IAM) UpdateOpenIDConnectProviderThumbprintRequest

func (_m *IAM) UpdateOpenIDConnectProviderThumbprintRequest(_a0 *iam.UpdateOpenIDConnectProviderThumbprintInput) (*request.Request, *iam.UpdateOpenIDConnectProviderThumbprintOutput)

UpdateOpenIDConnectProviderThumbprintRequest provides a mock function with given fields: _a0

func (*IAM) UpdateOpenIDConnectProviderThumbprintWithContext

func (_m *IAM) UpdateOpenIDConnectProviderThumbprintWithContext(_a0 context.Context, _a1 *iam.UpdateOpenIDConnectProviderThumbprintInput, _a2 ...request.Option) (*iam.UpdateOpenIDConnectProviderThumbprintOutput, error)

UpdateOpenIDConnectProviderThumbprintWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UpdateRole

func (_m *IAM) UpdateRole(_a0 *iam.UpdateRoleInput) (*iam.UpdateRoleOutput, error)

UpdateRole provides a mock function with given fields: _a0

func (*IAM) UpdateRoleDescription

func (_m *IAM) UpdateRoleDescription(_a0 *iam.UpdateRoleDescriptionInput) (*iam.UpdateRoleDescriptionOutput, error)

UpdateRoleDescription provides a mock function with given fields: _a0

func (*IAM) UpdateRoleDescriptionRequest

func (_m *IAM) UpdateRoleDescriptionRequest(_a0 *iam.UpdateRoleDescriptionInput) (*request.Request, *iam.UpdateRoleDescriptionOutput)

UpdateRoleDescriptionRequest provides a mock function with given fields: _a0

func (*IAM) UpdateRoleDescriptionWithContext

func (_m *IAM) UpdateRoleDescriptionWithContext(_a0 context.Context, _a1 *iam.UpdateRoleDescriptionInput, _a2 ...request.Option) (*iam.UpdateRoleDescriptionOutput, error)

UpdateRoleDescriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UpdateRoleRequest

func (_m *IAM) UpdateRoleRequest(_a0 *iam.UpdateRoleInput) (*request.Request, *iam.UpdateRoleOutput)

UpdateRoleRequest provides a mock function with given fields: _a0

func (*IAM) UpdateRoleWithContext

func (_m *IAM) UpdateRoleWithContext(_a0 context.Context, _a1 *iam.UpdateRoleInput, _a2 ...request.Option) (*iam.UpdateRoleOutput, error)

UpdateRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UpdateSAMLProvider

func (_m *IAM) UpdateSAMLProvider(_a0 *iam.UpdateSAMLProviderInput) (*iam.UpdateSAMLProviderOutput, error)

UpdateSAMLProvider provides a mock function with given fields: _a0

func (*IAM) UpdateSAMLProviderRequest

func (_m *IAM) UpdateSAMLProviderRequest(_a0 *iam.UpdateSAMLProviderInput) (*request.Request, *iam.UpdateSAMLProviderOutput)

UpdateSAMLProviderRequest provides a mock function with given fields: _a0

func (*IAM) UpdateSAMLProviderWithContext

func (_m *IAM) UpdateSAMLProviderWithContext(_a0 context.Context, _a1 *iam.UpdateSAMLProviderInput, _a2 ...request.Option) (*iam.UpdateSAMLProviderOutput, error)

UpdateSAMLProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UpdateSSHPublicKey

func (_m *IAM) UpdateSSHPublicKey(_a0 *iam.UpdateSSHPublicKeyInput) (*iam.UpdateSSHPublicKeyOutput, error)

UpdateSSHPublicKey provides a mock function with given fields: _a0

func (*IAM) UpdateSSHPublicKeyRequest

func (_m *IAM) UpdateSSHPublicKeyRequest(_a0 *iam.UpdateSSHPublicKeyInput) (*request.Request, *iam.UpdateSSHPublicKeyOutput)

UpdateSSHPublicKeyRequest provides a mock function with given fields: _a0

func (*IAM) UpdateSSHPublicKeyWithContext

func (_m *IAM) UpdateSSHPublicKeyWithContext(_a0 context.Context, _a1 *iam.UpdateSSHPublicKeyInput, _a2 ...request.Option) (*iam.UpdateSSHPublicKeyOutput, error)

UpdateSSHPublicKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UpdateServerCertificate

func (_m *IAM) UpdateServerCertificate(_a0 *iam.UpdateServerCertificateInput) (*iam.UpdateServerCertificateOutput, error)

UpdateServerCertificate provides a mock function with given fields: _a0

func (*IAM) UpdateServerCertificateRequest

func (_m *IAM) UpdateServerCertificateRequest(_a0 *iam.UpdateServerCertificateInput) (*request.Request, *iam.UpdateServerCertificateOutput)

UpdateServerCertificateRequest provides a mock function with given fields: _a0

func (*IAM) UpdateServerCertificateWithContext

func (_m *IAM) UpdateServerCertificateWithContext(_a0 context.Context, _a1 *iam.UpdateServerCertificateInput, _a2 ...request.Option) (*iam.UpdateServerCertificateOutput, error)

UpdateServerCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UpdateServiceSpecificCredential

func (_m *IAM) UpdateServiceSpecificCredential(_a0 *iam.UpdateServiceSpecificCredentialInput) (*iam.UpdateServiceSpecificCredentialOutput, error)

UpdateServiceSpecificCredential provides a mock function with given fields: _a0

func (*IAM) UpdateServiceSpecificCredentialRequest

func (_m *IAM) UpdateServiceSpecificCredentialRequest(_a0 *iam.UpdateServiceSpecificCredentialInput) (*request.Request, *iam.UpdateServiceSpecificCredentialOutput)

UpdateServiceSpecificCredentialRequest provides a mock function with given fields: _a0

func (*IAM) UpdateServiceSpecificCredentialWithContext

func (_m *IAM) UpdateServiceSpecificCredentialWithContext(_a0 context.Context, _a1 *iam.UpdateServiceSpecificCredentialInput, _a2 ...request.Option) (*iam.UpdateServiceSpecificCredentialOutput, error)

UpdateServiceSpecificCredentialWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UpdateSigningCertificate

func (_m *IAM) UpdateSigningCertificate(_a0 *iam.UpdateSigningCertificateInput) (*iam.UpdateSigningCertificateOutput, error)

UpdateSigningCertificate provides a mock function with given fields: _a0

func (*IAM) UpdateSigningCertificateRequest

func (_m *IAM) UpdateSigningCertificateRequest(_a0 *iam.UpdateSigningCertificateInput) (*request.Request, *iam.UpdateSigningCertificateOutput)

UpdateSigningCertificateRequest provides a mock function with given fields: _a0

func (*IAM) UpdateSigningCertificateWithContext

func (_m *IAM) UpdateSigningCertificateWithContext(_a0 context.Context, _a1 *iam.UpdateSigningCertificateInput, _a2 ...request.Option) (*iam.UpdateSigningCertificateOutput, error)

UpdateSigningCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UpdateUser

func (_m *IAM) UpdateUser(_a0 *iam.UpdateUserInput) (*iam.UpdateUserOutput, error)

UpdateUser provides a mock function with given fields: _a0

func (*IAM) UpdateUserRequest

func (_m *IAM) UpdateUserRequest(_a0 *iam.UpdateUserInput) (*request.Request, *iam.UpdateUserOutput)

UpdateUserRequest provides a mock function with given fields: _a0

func (*IAM) UpdateUserWithContext

func (_m *IAM) UpdateUserWithContext(_a0 context.Context, _a1 *iam.UpdateUserInput, _a2 ...request.Option) (*iam.UpdateUserOutput, error)

UpdateUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UploadSSHPublicKey

func (_m *IAM) UploadSSHPublicKey(_a0 *iam.UploadSSHPublicKeyInput) (*iam.UploadSSHPublicKeyOutput, error)

UploadSSHPublicKey provides a mock function with given fields: _a0

func (*IAM) UploadSSHPublicKeyRequest

func (_m *IAM) UploadSSHPublicKeyRequest(_a0 *iam.UploadSSHPublicKeyInput) (*request.Request, *iam.UploadSSHPublicKeyOutput)

UploadSSHPublicKeyRequest provides a mock function with given fields: _a0

func (*IAM) UploadSSHPublicKeyWithContext

func (_m *IAM) UploadSSHPublicKeyWithContext(_a0 context.Context, _a1 *iam.UploadSSHPublicKeyInput, _a2 ...request.Option) (*iam.UploadSSHPublicKeyOutput, error)

UploadSSHPublicKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UploadServerCertificate

func (_m *IAM) UploadServerCertificate(_a0 *iam.UploadServerCertificateInput) (*iam.UploadServerCertificateOutput, error)

UploadServerCertificate provides a mock function with given fields: _a0

func (*IAM) UploadServerCertificateRequest

func (_m *IAM) UploadServerCertificateRequest(_a0 *iam.UploadServerCertificateInput) (*request.Request, *iam.UploadServerCertificateOutput)

UploadServerCertificateRequest provides a mock function with given fields: _a0

func (*IAM) UploadServerCertificateWithContext

func (_m *IAM) UploadServerCertificateWithContext(_a0 context.Context, _a1 *iam.UploadServerCertificateInput, _a2 ...request.Option) (*iam.UploadServerCertificateOutput, error)

UploadServerCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) UploadSigningCertificate

func (_m *IAM) UploadSigningCertificate(_a0 *iam.UploadSigningCertificateInput) (*iam.UploadSigningCertificateOutput, error)

UploadSigningCertificate provides a mock function with given fields: _a0

func (*IAM) UploadSigningCertificateRequest

func (_m *IAM) UploadSigningCertificateRequest(_a0 *iam.UploadSigningCertificateInput) (*request.Request, *iam.UploadSigningCertificateOutput)

UploadSigningCertificateRequest provides a mock function with given fields: _a0

func (*IAM) UploadSigningCertificateWithContext

func (_m *IAM) UploadSigningCertificateWithContext(_a0 context.Context, _a1 *iam.UploadSigningCertificateInput, _a2 ...request.Option) (*iam.UploadSigningCertificateOutput, error)

UploadSigningCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) WaitUntilInstanceProfileExists

func (_m *IAM) WaitUntilInstanceProfileExists(_a0 *iam.GetInstanceProfileInput) error

WaitUntilInstanceProfileExists provides a mock function with given fields: _a0

func (*IAM) WaitUntilInstanceProfileExistsWithContext

func (_m *IAM) WaitUntilInstanceProfileExistsWithContext(_a0 context.Context, _a1 *iam.GetInstanceProfileInput, _a2 ...request.WaiterOption) error

WaitUntilInstanceProfileExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) WaitUntilPolicyExists

func (_m *IAM) WaitUntilPolicyExists(_a0 *iam.GetPolicyInput) error

WaitUntilPolicyExists provides a mock function with given fields: _a0

func (*IAM) WaitUntilPolicyExistsWithContext

func (_m *IAM) WaitUntilPolicyExistsWithContext(_a0 context.Context, _a1 *iam.GetPolicyInput, _a2 ...request.WaiterOption) error

WaitUntilPolicyExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) WaitUntilRoleExists

func (_m *IAM) WaitUntilRoleExists(_a0 *iam.GetRoleInput) error

WaitUntilRoleExists provides a mock function with given fields: _a0

func (*IAM) WaitUntilRoleExistsWithContext

func (_m *IAM) WaitUntilRoleExistsWithContext(_a0 context.Context, _a1 *iam.GetRoleInput, _a2 ...request.WaiterOption) error

WaitUntilRoleExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*IAM) WaitUntilUserExists

func (_m *IAM) WaitUntilUserExists(_a0 *iam.GetUserInput) error

WaitUntilUserExists provides a mock function with given fields: _a0

func (*IAM) WaitUntilUserExistsWithContext

func (_m *IAM) WaitUntilUserExistsWithContext(_a0 context.Context, _a1 *iam.GetUserInput, _a2 ...request.WaiterOption) error

WaitUntilUserExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

type LambdaAPI

type LambdaAPI struct {
	mock.Mock
}

LambdaAPI is an autogenerated mock type for the LambdaAPI type

func NewLambdaAPI added in v0.34.0

func NewLambdaAPI(t mockConstructorTestingTNewLambdaAPI) *LambdaAPI

NewLambdaAPI creates a new instance of LambdaAPI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*LambdaAPI) AddLayerVersionPermission

AddLayerVersionPermission provides a mock function with given fields: _a0

func (*LambdaAPI) AddLayerVersionPermissionRequest

AddLayerVersionPermissionRequest provides a mock function with given fields: _a0

func (*LambdaAPI) AddLayerVersionPermissionWithContext

func (_m *LambdaAPI) AddLayerVersionPermissionWithContext(_a0 context.Context, _a1 *lambda.AddLayerVersionPermissionInput, _a2 ...request.Option) (*lambda.AddLayerVersionPermissionOutput, error)

AddLayerVersionPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) AddPermission

func (_m *LambdaAPI) AddPermission(_a0 *lambda.AddPermissionInput) (*lambda.AddPermissionOutput, error)

AddPermission provides a mock function with given fields: _a0

func (*LambdaAPI) AddPermissionRequest

func (_m *LambdaAPI) AddPermissionRequest(_a0 *lambda.AddPermissionInput) (*request.Request, *lambda.AddPermissionOutput)

AddPermissionRequest provides a mock function with given fields: _a0

func (*LambdaAPI) AddPermissionWithContext

func (_m *LambdaAPI) AddPermissionWithContext(_a0 context.Context, _a1 *lambda.AddPermissionInput, _a2 ...request.Option) (*lambda.AddPermissionOutput, error)

AddPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) CreateAlias

func (_m *LambdaAPI) CreateAlias(_a0 *lambda.CreateAliasInput) (*lambda.AliasConfiguration, error)

CreateAlias provides a mock function with given fields: _a0

func (*LambdaAPI) CreateAliasRequest

func (_m *LambdaAPI) CreateAliasRequest(_a0 *lambda.CreateAliasInput) (*request.Request, *lambda.AliasConfiguration)

CreateAliasRequest provides a mock function with given fields: _a0

func (*LambdaAPI) CreateAliasWithContext

func (_m *LambdaAPI) CreateAliasWithContext(_a0 context.Context, _a1 *lambda.CreateAliasInput, _a2 ...request.Option) (*lambda.AliasConfiguration, error)

CreateAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) CreateCodeSigningConfig added in v0.33.6

CreateCodeSigningConfig provides a mock function with given fields: _a0

func (*LambdaAPI) CreateCodeSigningConfigRequest added in v0.33.6

CreateCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) CreateCodeSigningConfigWithContext added in v0.33.6

func (_m *LambdaAPI) CreateCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.CreateCodeSigningConfigInput, _a2 ...request.Option) (*lambda.CreateCodeSigningConfigOutput, error)

CreateCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) CreateEventSourceMapping

CreateEventSourceMapping provides a mock function with given fields: _a0

func (*LambdaAPI) CreateEventSourceMappingRequest

CreateEventSourceMappingRequest provides a mock function with given fields: _a0

func (*LambdaAPI) CreateEventSourceMappingWithContext

func (_m *LambdaAPI) CreateEventSourceMappingWithContext(_a0 context.Context, _a1 *lambda.CreateEventSourceMappingInput, _a2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

CreateEventSourceMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) CreateFunction

CreateFunction provides a mock function with given fields: _a0

func (*LambdaAPI) CreateFunctionRequest

func (_m *LambdaAPI) CreateFunctionRequest(_a0 *lambda.CreateFunctionInput) (*request.Request, *lambda.FunctionConfiguration)

CreateFunctionRequest provides a mock function with given fields: _a0

func (*LambdaAPI) CreateFunctionUrlConfig added in v0.34.0

CreateFunctionUrlConfig provides a mock function with given fields: _a0

func (*LambdaAPI) CreateFunctionUrlConfigRequest added in v0.34.0

CreateFunctionUrlConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) CreateFunctionUrlConfigWithContext added in v0.34.0

func (_m *LambdaAPI) CreateFunctionUrlConfigWithContext(_a0 context.Context, _a1 *lambda.CreateFunctionUrlConfigInput, _a2 ...request.Option) (*lambda.CreateFunctionUrlConfigOutput, error)

CreateFunctionUrlConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) CreateFunctionWithContext

func (_m *LambdaAPI) CreateFunctionWithContext(_a0 context.Context, _a1 *lambda.CreateFunctionInput, _a2 ...request.Option) (*lambda.FunctionConfiguration, error)

CreateFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) DeleteAlias

func (_m *LambdaAPI) DeleteAlias(_a0 *lambda.DeleteAliasInput) (*lambda.DeleteAliasOutput, error)

DeleteAlias provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteAliasRequest

func (_m *LambdaAPI) DeleteAliasRequest(_a0 *lambda.DeleteAliasInput) (*request.Request, *lambda.DeleteAliasOutput)

DeleteAliasRequest provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteAliasWithContext

func (_m *LambdaAPI) DeleteAliasWithContext(_a0 context.Context, _a1 *lambda.DeleteAliasInput, _a2 ...request.Option) (*lambda.DeleteAliasOutput, error)

DeleteAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) DeleteCodeSigningConfig added in v0.33.6

DeleteCodeSigningConfig provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteCodeSigningConfigRequest added in v0.33.6

DeleteCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteCodeSigningConfigWithContext added in v0.33.6

func (_m *LambdaAPI) DeleteCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.DeleteCodeSigningConfigInput, _a2 ...request.Option) (*lambda.DeleteCodeSigningConfigOutput, error)

DeleteCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) DeleteEventSourceMapping

DeleteEventSourceMapping provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteEventSourceMappingRequest

DeleteEventSourceMappingRequest provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteEventSourceMappingWithContext

func (_m *LambdaAPI) DeleteEventSourceMappingWithContext(_a0 context.Context, _a1 *lambda.DeleteEventSourceMappingInput, _a2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

DeleteEventSourceMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) DeleteFunction

DeleteFunction provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteFunctionCodeSigningConfig added in v0.33.6

DeleteFunctionCodeSigningConfig provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteFunctionCodeSigningConfigRequest added in v0.33.6

DeleteFunctionCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteFunctionCodeSigningConfigWithContext added in v0.33.6

func (_m *LambdaAPI) DeleteFunctionCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.DeleteFunctionCodeSigningConfigInput, _a2 ...request.Option) (*lambda.DeleteFunctionCodeSigningConfigOutput, error)

DeleteFunctionCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) DeleteFunctionConcurrency

DeleteFunctionConcurrency provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteFunctionConcurrencyRequest

DeleteFunctionConcurrencyRequest provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteFunctionConcurrencyWithContext

func (_m *LambdaAPI) DeleteFunctionConcurrencyWithContext(_a0 context.Context, _a1 *lambda.DeleteFunctionConcurrencyInput, _a2 ...request.Option) (*lambda.DeleteFunctionConcurrencyOutput, error)

DeleteFunctionConcurrencyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) DeleteFunctionEventInvokeConfig added in v0.32.0

DeleteFunctionEventInvokeConfig provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteFunctionEventInvokeConfigRequest added in v0.32.0

DeleteFunctionEventInvokeConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteFunctionEventInvokeConfigWithContext added in v0.32.0

func (_m *LambdaAPI) DeleteFunctionEventInvokeConfigWithContext(_a0 context.Context, _a1 *lambda.DeleteFunctionEventInvokeConfigInput, _a2 ...request.Option) (*lambda.DeleteFunctionEventInvokeConfigOutput, error)

DeleteFunctionEventInvokeConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) DeleteFunctionRequest

func (_m *LambdaAPI) DeleteFunctionRequest(_a0 *lambda.DeleteFunctionInput) (*request.Request, *lambda.DeleteFunctionOutput)

DeleteFunctionRequest provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteFunctionUrlConfig added in v0.34.0

DeleteFunctionUrlConfig provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteFunctionUrlConfigRequest added in v0.34.0

DeleteFunctionUrlConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteFunctionUrlConfigWithContext added in v0.34.0

func (_m *LambdaAPI) DeleteFunctionUrlConfigWithContext(_a0 context.Context, _a1 *lambda.DeleteFunctionUrlConfigInput, _a2 ...request.Option) (*lambda.DeleteFunctionUrlConfigOutput, error)

DeleteFunctionUrlConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) DeleteFunctionWithContext

func (_m *LambdaAPI) DeleteFunctionWithContext(_a0 context.Context, _a1 *lambda.DeleteFunctionInput, _a2 ...request.Option) (*lambda.DeleteFunctionOutput, error)

DeleteFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) DeleteLayerVersion

DeleteLayerVersion provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteLayerVersionRequest

func (_m *LambdaAPI) DeleteLayerVersionRequest(_a0 *lambda.DeleteLayerVersionInput) (*request.Request, *lambda.DeleteLayerVersionOutput)

DeleteLayerVersionRequest provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteLayerVersionWithContext

func (_m *LambdaAPI) DeleteLayerVersionWithContext(_a0 context.Context, _a1 *lambda.DeleteLayerVersionInput, _a2 ...request.Option) (*lambda.DeleteLayerVersionOutput, error)

DeleteLayerVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) DeleteProvisionedConcurrencyConfig added in v0.32.0

DeleteProvisionedConcurrencyConfig provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteProvisionedConcurrencyConfigRequest added in v0.32.0

DeleteProvisionedConcurrencyConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) DeleteProvisionedConcurrencyConfigWithContext added in v0.32.0

func (_m *LambdaAPI) DeleteProvisionedConcurrencyConfigWithContext(_a0 context.Context, _a1 *lambda.DeleteProvisionedConcurrencyConfigInput, _a2 ...request.Option) (*lambda.DeleteProvisionedConcurrencyConfigOutput, error)

DeleteProvisionedConcurrencyConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) GetAccountSettings

GetAccountSettings provides a mock function with given fields: _a0

func (*LambdaAPI) GetAccountSettingsRequest

func (_m *LambdaAPI) GetAccountSettingsRequest(_a0 *lambda.GetAccountSettingsInput) (*request.Request, *lambda.GetAccountSettingsOutput)

GetAccountSettingsRequest provides a mock function with given fields: _a0

func (*LambdaAPI) GetAccountSettingsWithContext

func (_m *LambdaAPI) GetAccountSettingsWithContext(_a0 context.Context, _a1 *lambda.GetAccountSettingsInput, _a2 ...request.Option) (*lambda.GetAccountSettingsOutput, error)

GetAccountSettingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) GetAlias

GetAlias provides a mock function with given fields: _a0

func (*LambdaAPI) GetAliasRequest

func (_m *LambdaAPI) GetAliasRequest(_a0 *lambda.GetAliasInput) (*request.Request, *lambda.AliasConfiguration)

GetAliasRequest provides a mock function with given fields: _a0

func (*LambdaAPI) GetAliasWithContext

func (_m *LambdaAPI) GetAliasWithContext(_a0 context.Context, _a1 *lambda.GetAliasInput, _a2 ...request.Option) (*lambda.AliasConfiguration, error)

GetAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) GetCodeSigningConfig added in v0.33.6

GetCodeSigningConfig provides a mock function with given fields: _a0

func (*LambdaAPI) GetCodeSigningConfigRequest added in v0.33.6

func (_m *LambdaAPI) GetCodeSigningConfigRequest(_a0 *lambda.GetCodeSigningConfigInput) (*request.Request, *lambda.GetCodeSigningConfigOutput)

GetCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) GetCodeSigningConfigWithContext added in v0.33.6

func (_m *LambdaAPI) GetCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.GetCodeSigningConfigInput, _a2 ...request.Option) (*lambda.GetCodeSigningConfigOutput, error)

GetCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) GetEventSourceMapping

GetEventSourceMapping provides a mock function with given fields: _a0

func (*LambdaAPI) GetEventSourceMappingRequest

GetEventSourceMappingRequest provides a mock function with given fields: _a0

func (*LambdaAPI) GetEventSourceMappingWithContext

func (_m *LambdaAPI) GetEventSourceMappingWithContext(_a0 context.Context, _a1 *lambda.GetEventSourceMappingInput, _a2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

GetEventSourceMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) GetFunction

func (_m *LambdaAPI) GetFunction(_a0 *lambda.GetFunctionInput) (*lambda.GetFunctionOutput, error)

GetFunction provides a mock function with given fields: _a0

func (*LambdaAPI) GetFunctionCodeSigningConfig added in v0.33.6

GetFunctionCodeSigningConfig provides a mock function with given fields: _a0

func (*LambdaAPI) GetFunctionCodeSigningConfigRequest added in v0.33.6

GetFunctionCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) GetFunctionCodeSigningConfigWithContext added in v0.33.6

func (_m *LambdaAPI) GetFunctionCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.GetFunctionCodeSigningConfigInput, _a2 ...request.Option) (*lambda.GetFunctionCodeSigningConfigOutput, error)

GetFunctionCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) GetFunctionConcurrency added in v0.32.0

GetFunctionConcurrency provides a mock function with given fields: _a0

func (*LambdaAPI) GetFunctionConcurrencyRequest added in v0.32.0

func (_m *LambdaAPI) GetFunctionConcurrencyRequest(_a0 *lambda.GetFunctionConcurrencyInput) (*request.Request, *lambda.GetFunctionConcurrencyOutput)

GetFunctionConcurrencyRequest provides a mock function with given fields: _a0

func (*LambdaAPI) GetFunctionConcurrencyWithContext added in v0.32.0

func (_m *LambdaAPI) GetFunctionConcurrencyWithContext(_a0 context.Context, _a1 *lambda.GetFunctionConcurrencyInput, _a2 ...request.Option) (*lambda.GetFunctionConcurrencyOutput, error)

GetFunctionConcurrencyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) GetFunctionConfiguration

func (_m *LambdaAPI) GetFunctionConfiguration(_a0 *lambda.GetFunctionConfigurationInput) (*lambda.FunctionConfiguration, error)

GetFunctionConfiguration provides a mock function with given fields: _a0

func (*LambdaAPI) GetFunctionConfigurationRequest

func (_m *LambdaAPI) GetFunctionConfigurationRequest(_a0 *lambda.GetFunctionConfigurationInput) (*request.Request, *lambda.FunctionConfiguration)

GetFunctionConfigurationRequest provides a mock function with given fields: _a0

func (*LambdaAPI) GetFunctionConfigurationWithContext

func (_m *LambdaAPI) GetFunctionConfigurationWithContext(_a0 context.Context, _a1 *lambda.GetFunctionConfigurationInput, _a2 ...request.Option) (*lambda.FunctionConfiguration, error)

GetFunctionConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) GetFunctionEventInvokeConfig added in v0.32.0

GetFunctionEventInvokeConfig provides a mock function with given fields: _a0

func (*LambdaAPI) GetFunctionEventInvokeConfigRequest added in v0.32.0

GetFunctionEventInvokeConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) GetFunctionEventInvokeConfigWithContext added in v0.32.0

func (_m *LambdaAPI) GetFunctionEventInvokeConfigWithContext(_a0 context.Context, _a1 *lambda.GetFunctionEventInvokeConfigInput, _a2 ...request.Option) (*lambda.GetFunctionEventInvokeConfigOutput, error)

GetFunctionEventInvokeConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) GetFunctionRequest

func (_m *LambdaAPI) GetFunctionRequest(_a0 *lambda.GetFunctionInput) (*request.Request, *lambda.GetFunctionOutput)

GetFunctionRequest provides a mock function with given fields: _a0

func (*LambdaAPI) GetFunctionUrlConfig added in v0.34.0

GetFunctionUrlConfig provides a mock function with given fields: _a0

func (*LambdaAPI) GetFunctionUrlConfigRequest added in v0.34.0

func (_m *LambdaAPI) GetFunctionUrlConfigRequest(_a0 *lambda.GetFunctionUrlConfigInput) (*request.Request, *lambda.GetFunctionUrlConfigOutput)

GetFunctionUrlConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) GetFunctionUrlConfigWithContext added in v0.34.0

func (_m *LambdaAPI) GetFunctionUrlConfigWithContext(_a0 context.Context, _a1 *lambda.GetFunctionUrlConfigInput, _a2 ...request.Option) (*lambda.GetFunctionUrlConfigOutput, error)

GetFunctionUrlConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) GetFunctionWithContext

func (_m *LambdaAPI) GetFunctionWithContext(_a0 context.Context, _a1 *lambda.GetFunctionInput, _a2 ...request.Option) (*lambda.GetFunctionOutput, error)

GetFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) GetLayerVersion

GetLayerVersion provides a mock function with given fields: _a0

func (*LambdaAPI) GetLayerVersionByArn

GetLayerVersionByArn provides a mock function with given fields: _a0

func (*LambdaAPI) GetLayerVersionByArnRequest

func (_m *LambdaAPI) GetLayerVersionByArnRequest(_a0 *lambda.GetLayerVersionByArnInput) (*request.Request, *lambda.GetLayerVersionByArnOutput)

GetLayerVersionByArnRequest provides a mock function with given fields: _a0

func (*LambdaAPI) GetLayerVersionByArnWithContext

func (_m *LambdaAPI) GetLayerVersionByArnWithContext(_a0 context.Context, _a1 *lambda.GetLayerVersionByArnInput, _a2 ...request.Option) (*lambda.GetLayerVersionByArnOutput, error)

GetLayerVersionByArnWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) GetLayerVersionPolicy

GetLayerVersionPolicy provides a mock function with given fields: _a0

func (*LambdaAPI) GetLayerVersionPolicyRequest

func (_m *LambdaAPI) GetLayerVersionPolicyRequest(_a0 *lambda.GetLayerVersionPolicyInput) (*request.Request, *lambda.GetLayerVersionPolicyOutput)

GetLayerVersionPolicyRequest provides a mock function with given fields: _a0

func (*LambdaAPI) GetLayerVersionPolicyWithContext

func (_m *LambdaAPI) GetLayerVersionPolicyWithContext(_a0 context.Context, _a1 *lambda.GetLayerVersionPolicyInput, _a2 ...request.Option) (*lambda.GetLayerVersionPolicyOutput, error)

GetLayerVersionPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) GetLayerVersionRequest

func (_m *LambdaAPI) GetLayerVersionRequest(_a0 *lambda.GetLayerVersionInput) (*request.Request, *lambda.GetLayerVersionOutput)

GetLayerVersionRequest provides a mock function with given fields: _a0

func (*LambdaAPI) GetLayerVersionWithContext

func (_m *LambdaAPI) GetLayerVersionWithContext(_a0 context.Context, _a1 *lambda.GetLayerVersionInput, _a2 ...request.Option) (*lambda.GetLayerVersionOutput, error)

GetLayerVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) GetPolicy

func (_m *LambdaAPI) GetPolicy(_a0 *lambda.GetPolicyInput) (*lambda.GetPolicyOutput, error)

GetPolicy provides a mock function with given fields: _a0

func (*LambdaAPI) GetPolicyRequest

func (_m *LambdaAPI) GetPolicyRequest(_a0 *lambda.GetPolicyInput) (*request.Request, *lambda.GetPolicyOutput)

GetPolicyRequest provides a mock function with given fields: _a0

func (*LambdaAPI) GetPolicyWithContext

func (_m *LambdaAPI) GetPolicyWithContext(_a0 context.Context, _a1 *lambda.GetPolicyInput, _a2 ...request.Option) (*lambda.GetPolicyOutput, error)

GetPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) GetProvisionedConcurrencyConfig added in v0.32.0

GetProvisionedConcurrencyConfig provides a mock function with given fields: _a0

func (*LambdaAPI) GetProvisionedConcurrencyConfigRequest added in v0.32.0

GetProvisionedConcurrencyConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) GetProvisionedConcurrencyConfigWithContext added in v0.32.0

func (_m *LambdaAPI) GetProvisionedConcurrencyConfigWithContext(_a0 context.Context, _a1 *lambda.GetProvisionedConcurrencyConfigInput, _a2 ...request.Option) (*lambda.GetProvisionedConcurrencyConfigOutput, error)

GetProvisionedConcurrencyConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) Invoke

func (_m *LambdaAPI) Invoke(_a0 *lambda.InvokeInput) (*lambda.InvokeOutput, error)

Invoke provides a mock function with given fields: _a0

func (*LambdaAPI) InvokeAsync

func (_m *LambdaAPI) InvokeAsync(_a0 *lambda.InvokeAsyncInput) (*lambda.InvokeAsyncOutput, error)

InvokeAsync provides a mock function with given fields: _a0

func (*LambdaAPI) InvokeAsyncRequest

func (_m *LambdaAPI) InvokeAsyncRequest(_a0 *lambda.InvokeAsyncInput) (*request.Request, *lambda.InvokeAsyncOutput)

InvokeAsyncRequest provides a mock function with given fields: _a0

func (*LambdaAPI) InvokeAsyncWithContext

func (_m *LambdaAPI) InvokeAsyncWithContext(_a0 context.Context, _a1 *lambda.InvokeAsyncInput, _a2 ...request.Option) (*lambda.InvokeAsyncOutput, error)

InvokeAsyncWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) InvokeRequest

func (_m *LambdaAPI) InvokeRequest(_a0 *lambda.InvokeInput) (*request.Request, *lambda.InvokeOutput)

InvokeRequest provides a mock function with given fields: _a0

func (*LambdaAPI) InvokeWithContext

func (_m *LambdaAPI) InvokeWithContext(_a0 context.Context, _a1 *lambda.InvokeInput, _a2 ...request.Option) (*lambda.InvokeOutput, error)

InvokeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) ListAliases

func (_m *LambdaAPI) ListAliases(_a0 *lambda.ListAliasesInput) (*lambda.ListAliasesOutput, error)

ListAliases provides a mock function with given fields: _a0

func (*LambdaAPI) ListAliasesPages

func (_m *LambdaAPI) ListAliasesPages(_a0 *lambda.ListAliasesInput, _a1 func(*lambda.ListAliasesOutput, bool) bool) error

ListAliasesPages provides a mock function with given fields: _a0, _a1

func (*LambdaAPI) ListAliasesPagesWithContext

func (_m *LambdaAPI) ListAliasesPagesWithContext(_a0 context.Context, _a1 *lambda.ListAliasesInput, _a2 func(*lambda.ListAliasesOutput, bool) bool, _a3 ...request.Option) error

ListAliasesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*LambdaAPI) ListAliasesRequest

func (_m *LambdaAPI) ListAliasesRequest(_a0 *lambda.ListAliasesInput) (*request.Request, *lambda.ListAliasesOutput)

ListAliasesRequest provides a mock function with given fields: _a0

func (*LambdaAPI) ListAliasesWithContext

func (_m *LambdaAPI) ListAliasesWithContext(_a0 context.Context, _a1 *lambda.ListAliasesInput, _a2 ...request.Option) (*lambda.ListAliasesOutput, error)

ListAliasesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) ListCodeSigningConfigs added in v0.33.6

ListCodeSigningConfigs provides a mock function with given fields: _a0

func (*LambdaAPI) ListCodeSigningConfigsPages added in v0.33.6

func (_m *LambdaAPI) ListCodeSigningConfigsPages(_a0 *lambda.ListCodeSigningConfigsInput, _a1 func(*lambda.ListCodeSigningConfigsOutput, bool) bool) error

ListCodeSigningConfigsPages provides a mock function with given fields: _a0, _a1

func (*LambdaAPI) ListCodeSigningConfigsPagesWithContext added in v0.33.6

func (_m *LambdaAPI) ListCodeSigningConfigsPagesWithContext(_a0 context.Context, _a1 *lambda.ListCodeSigningConfigsInput, _a2 func(*lambda.ListCodeSigningConfigsOutput, bool) bool, _a3 ...request.Option) error

ListCodeSigningConfigsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*LambdaAPI) ListCodeSigningConfigsRequest added in v0.33.6

func (_m *LambdaAPI) ListCodeSigningConfigsRequest(_a0 *lambda.ListCodeSigningConfigsInput) (*request.Request, *lambda.ListCodeSigningConfigsOutput)

ListCodeSigningConfigsRequest provides a mock function with given fields: _a0

func (*LambdaAPI) ListCodeSigningConfigsWithContext added in v0.33.6

func (_m *LambdaAPI) ListCodeSigningConfigsWithContext(_a0 context.Context, _a1 *lambda.ListCodeSigningConfigsInput, _a2 ...request.Option) (*lambda.ListCodeSigningConfigsOutput, error)

ListCodeSigningConfigsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) ListEventSourceMappings

ListEventSourceMappings provides a mock function with given fields: _a0

func (*LambdaAPI) ListEventSourceMappingsPages

func (_m *LambdaAPI) ListEventSourceMappingsPages(_a0 *lambda.ListEventSourceMappingsInput, _a1 func(*lambda.ListEventSourceMappingsOutput, bool) bool) error

ListEventSourceMappingsPages provides a mock function with given fields: _a0, _a1

func (*LambdaAPI) ListEventSourceMappingsPagesWithContext

func (_m *LambdaAPI) ListEventSourceMappingsPagesWithContext(_a0 context.Context, _a1 *lambda.ListEventSourceMappingsInput, _a2 func(*lambda.ListEventSourceMappingsOutput, bool) bool, _a3 ...request.Option) error

ListEventSourceMappingsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*LambdaAPI) ListEventSourceMappingsRequest

ListEventSourceMappingsRequest provides a mock function with given fields: _a0

func (*LambdaAPI) ListEventSourceMappingsWithContext

func (_m *LambdaAPI) ListEventSourceMappingsWithContext(_a0 context.Context, _a1 *lambda.ListEventSourceMappingsInput, _a2 ...request.Option) (*lambda.ListEventSourceMappingsOutput, error)

ListEventSourceMappingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) ListFunctionEventInvokeConfigs added in v0.32.0

ListFunctionEventInvokeConfigs provides a mock function with given fields: _a0

func (*LambdaAPI) ListFunctionEventInvokeConfigsPages added in v0.32.0

func (_m *LambdaAPI) ListFunctionEventInvokeConfigsPages(_a0 *lambda.ListFunctionEventInvokeConfigsInput, _a1 func(*lambda.ListFunctionEventInvokeConfigsOutput, bool) bool) error

ListFunctionEventInvokeConfigsPages provides a mock function with given fields: _a0, _a1

func (*LambdaAPI) ListFunctionEventInvokeConfigsPagesWithContext added in v0.32.0

func (_m *LambdaAPI) ListFunctionEventInvokeConfigsPagesWithContext(_a0 context.Context, _a1 *lambda.ListFunctionEventInvokeConfigsInput, _a2 func(*lambda.ListFunctionEventInvokeConfigsOutput, bool) bool, _a3 ...request.Option) error

ListFunctionEventInvokeConfigsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*LambdaAPI) ListFunctionEventInvokeConfigsRequest added in v0.32.0

ListFunctionEventInvokeConfigsRequest provides a mock function with given fields: _a0

func (*LambdaAPI) ListFunctionEventInvokeConfigsWithContext added in v0.32.0

func (_m *LambdaAPI) ListFunctionEventInvokeConfigsWithContext(_a0 context.Context, _a1 *lambda.ListFunctionEventInvokeConfigsInput, _a2 ...request.Option) (*lambda.ListFunctionEventInvokeConfigsOutput, error)

ListFunctionEventInvokeConfigsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) ListFunctionUrlConfigs added in v0.34.0

ListFunctionUrlConfigs provides a mock function with given fields: _a0

func (*LambdaAPI) ListFunctionUrlConfigsPages added in v0.34.0

func (_m *LambdaAPI) ListFunctionUrlConfigsPages(_a0 *lambda.ListFunctionUrlConfigsInput, _a1 func(*lambda.ListFunctionUrlConfigsOutput, bool) bool) error

ListFunctionUrlConfigsPages provides a mock function with given fields: _a0, _a1

func (*LambdaAPI) ListFunctionUrlConfigsPagesWithContext added in v0.34.0

func (_m *LambdaAPI) ListFunctionUrlConfigsPagesWithContext(_a0 context.Context, _a1 *lambda.ListFunctionUrlConfigsInput, _a2 func(*lambda.ListFunctionUrlConfigsOutput, bool) bool, _a3 ...request.Option) error

ListFunctionUrlConfigsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*LambdaAPI) ListFunctionUrlConfigsRequest added in v0.34.0

func (_m *LambdaAPI) ListFunctionUrlConfigsRequest(_a0 *lambda.ListFunctionUrlConfigsInput) (*request.Request, *lambda.ListFunctionUrlConfigsOutput)

ListFunctionUrlConfigsRequest provides a mock function with given fields: _a0

func (*LambdaAPI) ListFunctionUrlConfigsWithContext added in v0.34.0

func (_m *LambdaAPI) ListFunctionUrlConfigsWithContext(_a0 context.Context, _a1 *lambda.ListFunctionUrlConfigsInput, _a2 ...request.Option) (*lambda.ListFunctionUrlConfigsOutput, error)

ListFunctionUrlConfigsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) ListFunctions

func (_m *LambdaAPI) ListFunctions(_a0 *lambda.ListFunctionsInput) (*lambda.ListFunctionsOutput, error)

ListFunctions provides a mock function with given fields: _a0

func (*LambdaAPI) ListFunctionsByCodeSigningConfig added in v0.33.6

ListFunctionsByCodeSigningConfig provides a mock function with given fields: _a0

func (*LambdaAPI) ListFunctionsByCodeSigningConfigPages added in v0.33.6

func (_m *LambdaAPI) ListFunctionsByCodeSigningConfigPages(_a0 *lambda.ListFunctionsByCodeSigningConfigInput, _a1 func(*lambda.ListFunctionsByCodeSigningConfigOutput, bool) bool) error

ListFunctionsByCodeSigningConfigPages provides a mock function with given fields: _a0, _a1

func (*LambdaAPI) ListFunctionsByCodeSigningConfigPagesWithContext added in v0.33.6

func (_m *LambdaAPI) ListFunctionsByCodeSigningConfigPagesWithContext(_a0 context.Context, _a1 *lambda.ListFunctionsByCodeSigningConfigInput, _a2 func(*lambda.ListFunctionsByCodeSigningConfigOutput, bool) bool, _a3 ...request.Option) error

ListFunctionsByCodeSigningConfigPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*LambdaAPI) ListFunctionsByCodeSigningConfigRequest added in v0.33.6

ListFunctionsByCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) ListFunctionsByCodeSigningConfigWithContext added in v0.33.6

func (_m *LambdaAPI) ListFunctionsByCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.ListFunctionsByCodeSigningConfigInput, _a2 ...request.Option) (*lambda.ListFunctionsByCodeSigningConfigOutput, error)

ListFunctionsByCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) ListFunctionsPages

func (_m *LambdaAPI) ListFunctionsPages(_a0 *lambda.ListFunctionsInput, _a1 func(*lambda.ListFunctionsOutput, bool) bool) error

ListFunctionsPages provides a mock function with given fields: _a0, _a1

func (*LambdaAPI) ListFunctionsPagesWithContext

func (_m *LambdaAPI) ListFunctionsPagesWithContext(_a0 context.Context, _a1 *lambda.ListFunctionsInput, _a2 func(*lambda.ListFunctionsOutput, bool) bool, _a3 ...request.Option) error

ListFunctionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*LambdaAPI) ListFunctionsRequest

func (_m *LambdaAPI) ListFunctionsRequest(_a0 *lambda.ListFunctionsInput) (*request.Request, *lambda.ListFunctionsOutput)

ListFunctionsRequest provides a mock function with given fields: _a0

func (*LambdaAPI) ListFunctionsWithContext

func (_m *LambdaAPI) ListFunctionsWithContext(_a0 context.Context, _a1 *lambda.ListFunctionsInput, _a2 ...request.Option) (*lambda.ListFunctionsOutput, error)

ListFunctionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) ListLayerVersions

ListLayerVersions provides a mock function with given fields: _a0

func (*LambdaAPI) ListLayerVersionsPages

func (_m *LambdaAPI) ListLayerVersionsPages(_a0 *lambda.ListLayerVersionsInput, _a1 func(*lambda.ListLayerVersionsOutput, bool) bool) error

ListLayerVersionsPages provides a mock function with given fields: _a0, _a1

func (*LambdaAPI) ListLayerVersionsPagesWithContext

func (_m *LambdaAPI) ListLayerVersionsPagesWithContext(_a0 context.Context, _a1 *lambda.ListLayerVersionsInput, _a2 func(*lambda.ListLayerVersionsOutput, bool) bool, _a3 ...request.Option) error

ListLayerVersionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*LambdaAPI) ListLayerVersionsRequest

func (_m *LambdaAPI) ListLayerVersionsRequest(_a0 *lambda.ListLayerVersionsInput) (*request.Request, *lambda.ListLayerVersionsOutput)

ListLayerVersionsRequest provides a mock function with given fields: _a0

func (*LambdaAPI) ListLayerVersionsWithContext

func (_m *LambdaAPI) ListLayerVersionsWithContext(_a0 context.Context, _a1 *lambda.ListLayerVersionsInput, _a2 ...request.Option) (*lambda.ListLayerVersionsOutput, error)

ListLayerVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) ListLayers

func (_m *LambdaAPI) ListLayers(_a0 *lambda.ListLayersInput) (*lambda.ListLayersOutput, error)

ListLayers provides a mock function with given fields: _a0

func (*LambdaAPI) ListLayersPages

func (_m *LambdaAPI) ListLayersPages(_a0 *lambda.ListLayersInput, _a1 func(*lambda.ListLayersOutput, bool) bool) error

ListLayersPages provides a mock function with given fields: _a0, _a1

func (*LambdaAPI) ListLayersPagesWithContext

func (_m *LambdaAPI) ListLayersPagesWithContext(_a0 context.Context, _a1 *lambda.ListLayersInput, _a2 func(*lambda.ListLayersOutput, bool) bool, _a3 ...request.Option) error

ListLayersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*LambdaAPI) ListLayersRequest

func (_m *LambdaAPI) ListLayersRequest(_a0 *lambda.ListLayersInput) (*request.Request, *lambda.ListLayersOutput)

ListLayersRequest provides a mock function with given fields: _a0

func (*LambdaAPI) ListLayersWithContext

func (_m *LambdaAPI) ListLayersWithContext(_a0 context.Context, _a1 *lambda.ListLayersInput, _a2 ...request.Option) (*lambda.ListLayersOutput, error)

ListLayersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) ListProvisionedConcurrencyConfigs added in v0.32.0

ListProvisionedConcurrencyConfigs provides a mock function with given fields: _a0

func (*LambdaAPI) ListProvisionedConcurrencyConfigsPages added in v0.32.0

func (_m *LambdaAPI) ListProvisionedConcurrencyConfigsPages(_a0 *lambda.ListProvisionedConcurrencyConfigsInput, _a1 func(*lambda.ListProvisionedConcurrencyConfigsOutput, bool) bool) error

ListProvisionedConcurrencyConfigsPages provides a mock function with given fields: _a0, _a1

func (*LambdaAPI) ListProvisionedConcurrencyConfigsPagesWithContext added in v0.32.0

func (_m *LambdaAPI) ListProvisionedConcurrencyConfigsPagesWithContext(_a0 context.Context, _a1 *lambda.ListProvisionedConcurrencyConfigsInput, _a2 func(*lambda.ListProvisionedConcurrencyConfigsOutput, bool) bool, _a3 ...request.Option) error

ListProvisionedConcurrencyConfigsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*LambdaAPI) ListProvisionedConcurrencyConfigsRequest added in v0.32.0

ListProvisionedConcurrencyConfigsRequest provides a mock function with given fields: _a0

func (*LambdaAPI) ListProvisionedConcurrencyConfigsWithContext added in v0.32.0

func (_m *LambdaAPI) ListProvisionedConcurrencyConfigsWithContext(_a0 context.Context, _a1 *lambda.ListProvisionedConcurrencyConfigsInput, _a2 ...request.Option) (*lambda.ListProvisionedConcurrencyConfigsOutput, error)

ListProvisionedConcurrencyConfigsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) ListTags

func (_m *LambdaAPI) ListTags(_a0 *lambda.ListTagsInput) (*lambda.ListTagsOutput, error)

ListTags provides a mock function with given fields: _a0

func (*LambdaAPI) ListTagsRequest

func (_m *LambdaAPI) ListTagsRequest(_a0 *lambda.ListTagsInput) (*request.Request, *lambda.ListTagsOutput)

ListTagsRequest provides a mock function with given fields: _a0

func (*LambdaAPI) ListTagsWithContext

func (_m *LambdaAPI) ListTagsWithContext(_a0 context.Context, _a1 *lambda.ListTagsInput, _a2 ...request.Option) (*lambda.ListTagsOutput, error)

ListTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) ListVersionsByFunction

ListVersionsByFunction provides a mock function with given fields: _a0

func (*LambdaAPI) ListVersionsByFunctionPages

func (_m *LambdaAPI) ListVersionsByFunctionPages(_a0 *lambda.ListVersionsByFunctionInput, _a1 func(*lambda.ListVersionsByFunctionOutput, bool) bool) error

ListVersionsByFunctionPages provides a mock function with given fields: _a0, _a1

func (*LambdaAPI) ListVersionsByFunctionPagesWithContext

func (_m *LambdaAPI) ListVersionsByFunctionPagesWithContext(_a0 context.Context, _a1 *lambda.ListVersionsByFunctionInput, _a2 func(*lambda.ListVersionsByFunctionOutput, bool) bool, _a3 ...request.Option) error

ListVersionsByFunctionPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*LambdaAPI) ListVersionsByFunctionRequest

func (_m *LambdaAPI) ListVersionsByFunctionRequest(_a0 *lambda.ListVersionsByFunctionInput) (*request.Request, *lambda.ListVersionsByFunctionOutput)

ListVersionsByFunctionRequest provides a mock function with given fields: _a0

func (*LambdaAPI) ListVersionsByFunctionWithContext

func (_m *LambdaAPI) ListVersionsByFunctionWithContext(_a0 context.Context, _a1 *lambda.ListVersionsByFunctionInput, _a2 ...request.Option) (*lambda.ListVersionsByFunctionOutput, error)

ListVersionsByFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) PublishLayerVersion

PublishLayerVersion provides a mock function with given fields: _a0

func (*LambdaAPI) PublishLayerVersionRequest

func (_m *LambdaAPI) PublishLayerVersionRequest(_a0 *lambda.PublishLayerVersionInput) (*request.Request, *lambda.PublishLayerVersionOutput)

PublishLayerVersionRequest provides a mock function with given fields: _a0

func (*LambdaAPI) PublishLayerVersionWithContext

func (_m *LambdaAPI) PublishLayerVersionWithContext(_a0 context.Context, _a1 *lambda.PublishLayerVersionInput, _a2 ...request.Option) (*lambda.PublishLayerVersionOutput, error)

PublishLayerVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) PublishVersion

PublishVersion provides a mock function with given fields: _a0

func (*LambdaAPI) PublishVersionRequest

func (_m *LambdaAPI) PublishVersionRequest(_a0 *lambda.PublishVersionInput) (*request.Request, *lambda.FunctionConfiguration)

PublishVersionRequest provides a mock function with given fields: _a0

func (*LambdaAPI) PublishVersionWithContext

func (_m *LambdaAPI) PublishVersionWithContext(_a0 context.Context, _a1 *lambda.PublishVersionInput, _a2 ...request.Option) (*lambda.FunctionConfiguration, error)

PublishVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) PutFunctionCodeSigningConfig added in v0.33.6

PutFunctionCodeSigningConfig provides a mock function with given fields: _a0

func (*LambdaAPI) PutFunctionCodeSigningConfigRequest added in v0.33.6

PutFunctionCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) PutFunctionCodeSigningConfigWithContext added in v0.33.6

func (_m *LambdaAPI) PutFunctionCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.PutFunctionCodeSigningConfigInput, _a2 ...request.Option) (*lambda.PutFunctionCodeSigningConfigOutput, error)

PutFunctionCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) PutFunctionConcurrency

PutFunctionConcurrency provides a mock function with given fields: _a0

func (*LambdaAPI) PutFunctionConcurrencyRequest

func (_m *LambdaAPI) PutFunctionConcurrencyRequest(_a0 *lambda.PutFunctionConcurrencyInput) (*request.Request, *lambda.PutFunctionConcurrencyOutput)

PutFunctionConcurrencyRequest provides a mock function with given fields: _a0

func (*LambdaAPI) PutFunctionConcurrencyWithContext

func (_m *LambdaAPI) PutFunctionConcurrencyWithContext(_a0 context.Context, _a1 *lambda.PutFunctionConcurrencyInput, _a2 ...request.Option) (*lambda.PutFunctionConcurrencyOutput, error)

PutFunctionConcurrencyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) PutFunctionEventInvokeConfig added in v0.32.0

PutFunctionEventInvokeConfig provides a mock function with given fields: _a0

func (*LambdaAPI) PutFunctionEventInvokeConfigRequest added in v0.32.0

PutFunctionEventInvokeConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) PutFunctionEventInvokeConfigWithContext added in v0.32.0

func (_m *LambdaAPI) PutFunctionEventInvokeConfigWithContext(_a0 context.Context, _a1 *lambda.PutFunctionEventInvokeConfigInput, _a2 ...request.Option) (*lambda.PutFunctionEventInvokeConfigOutput, error)

PutFunctionEventInvokeConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) PutProvisionedConcurrencyConfig added in v0.32.0

PutProvisionedConcurrencyConfig provides a mock function with given fields: _a0

func (*LambdaAPI) PutProvisionedConcurrencyConfigRequest added in v0.32.0

PutProvisionedConcurrencyConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) PutProvisionedConcurrencyConfigWithContext added in v0.32.0

func (_m *LambdaAPI) PutProvisionedConcurrencyConfigWithContext(_a0 context.Context, _a1 *lambda.PutProvisionedConcurrencyConfigInput, _a2 ...request.Option) (*lambda.PutProvisionedConcurrencyConfigOutput, error)

PutProvisionedConcurrencyConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) RemoveLayerVersionPermission

RemoveLayerVersionPermission provides a mock function with given fields: _a0

func (*LambdaAPI) RemoveLayerVersionPermissionRequest

RemoveLayerVersionPermissionRequest provides a mock function with given fields: _a0

func (*LambdaAPI) RemoveLayerVersionPermissionWithContext

func (_m *LambdaAPI) RemoveLayerVersionPermissionWithContext(_a0 context.Context, _a1 *lambda.RemoveLayerVersionPermissionInput, _a2 ...request.Option) (*lambda.RemoveLayerVersionPermissionOutput, error)

RemoveLayerVersionPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) RemovePermission

RemovePermission provides a mock function with given fields: _a0

func (*LambdaAPI) RemovePermissionRequest

func (_m *LambdaAPI) RemovePermissionRequest(_a0 *lambda.RemovePermissionInput) (*request.Request, *lambda.RemovePermissionOutput)

RemovePermissionRequest provides a mock function with given fields: _a0

func (*LambdaAPI) RemovePermissionWithContext

func (_m *LambdaAPI) RemovePermissionWithContext(_a0 context.Context, _a1 *lambda.RemovePermissionInput, _a2 ...request.Option) (*lambda.RemovePermissionOutput, error)

RemovePermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) TagResource

func (_m *LambdaAPI) TagResource(_a0 *lambda.TagResourceInput) (*lambda.TagResourceOutput, error)

TagResource provides a mock function with given fields: _a0

func (*LambdaAPI) TagResourceRequest

func (_m *LambdaAPI) TagResourceRequest(_a0 *lambda.TagResourceInput) (*request.Request, *lambda.TagResourceOutput)

TagResourceRequest provides a mock function with given fields: _a0

func (*LambdaAPI) TagResourceWithContext

func (_m *LambdaAPI) TagResourceWithContext(_a0 context.Context, _a1 *lambda.TagResourceInput, _a2 ...request.Option) (*lambda.TagResourceOutput, error)

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) UntagResource

func (_m *LambdaAPI) UntagResource(_a0 *lambda.UntagResourceInput) (*lambda.UntagResourceOutput, error)

UntagResource provides a mock function with given fields: _a0

func (*LambdaAPI) UntagResourceRequest

func (_m *LambdaAPI) UntagResourceRequest(_a0 *lambda.UntagResourceInput) (*request.Request, *lambda.UntagResourceOutput)

UntagResourceRequest provides a mock function with given fields: _a0

func (*LambdaAPI) UntagResourceWithContext

func (_m *LambdaAPI) UntagResourceWithContext(_a0 context.Context, _a1 *lambda.UntagResourceInput, _a2 ...request.Option) (*lambda.UntagResourceOutput, error)

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) UpdateAlias

func (_m *LambdaAPI) UpdateAlias(_a0 *lambda.UpdateAliasInput) (*lambda.AliasConfiguration, error)

UpdateAlias provides a mock function with given fields: _a0

func (*LambdaAPI) UpdateAliasRequest

func (_m *LambdaAPI) UpdateAliasRequest(_a0 *lambda.UpdateAliasInput) (*request.Request, *lambda.AliasConfiguration)

UpdateAliasRequest provides a mock function with given fields: _a0

func (*LambdaAPI) UpdateAliasWithContext

func (_m *LambdaAPI) UpdateAliasWithContext(_a0 context.Context, _a1 *lambda.UpdateAliasInput, _a2 ...request.Option) (*lambda.AliasConfiguration, error)

UpdateAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) UpdateCodeSigningConfig added in v0.33.6

UpdateCodeSigningConfig provides a mock function with given fields: _a0

func (*LambdaAPI) UpdateCodeSigningConfigRequest added in v0.33.6

UpdateCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) UpdateCodeSigningConfigWithContext added in v0.33.6

func (_m *LambdaAPI) UpdateCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.UpdateCodeSigningConfigInput, _a2 ...request.Option) (*lambda.UpdateCodeSigningConfigOutput, error)

UpdateCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) UpdateEventSourceMapping

UpdateEventSourceMapping provides a mock function with given fields: _a0

func (*LambdaAPI) UpdateEventSourceMappingRequest

UpdateEventSourceMappingRequest provides a mock function with given fields: _a0

func (*LambdaAPI) UpdateEventSourceMappingWithContext

func (_m *LambdaAPI) UpdateEventSourceMappingWithContext(_a0 context.Context, _a1 *lambda.UpdateEventSourceMappingInput, _a2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

UpdateEventSourceMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) UpdateFunctionCode

func (_m *LambdaAPI) UpdateFunctionCode(_a0 *lambda.UpdateFunctionCodeInput) (*lambda.FunctionConfiguration, error)

UpdateFunctionCode provides a mock function with given fields: _a0

func (*LambdaAPI) UpdateFunctionCodeRequest

func (_m *LambdaAPI) UpdateFunctionCodeRequest(_a0 *lambda.UpdateFunctionCodeInput) (*request.Request, *lambda.FunctionConfiguration)

UpdateFunctionCodeRequest provides a mock function with given fields: _a0

func (*LambdaAPI) UpdateFunctionCodeWithContext

func (_m *LambdaAPI) UpdateFunctionCodeWithContext(_a0 context.Context, _a1 *lambda.UpdateFunctionCodeInput, _a2 ...request.Option) (*lambda.FunctionConfiguration, error)

UpdateFunctionCodeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) UpdateFunctionConfiguration

func (_m *LambdaAPI) UpdateFunctionConfiguration(_a0 *lambda.UpdateFunctionConfigurationInput) (*lambda.FunctionConfiguration, error)

UpdateFunctionConfiguration provides a mock function with given fields: _a0

func (*LambdaAPI) UpdateFunctionConfigurationRequest

func (_m *LambdaAPI) UpdateFunctionConfigurationRequest(_a0 *lambda.UpdateFunctionConfigurationInput) (*request.Request, *lambda.FunctionConfiguration)

UpdateFunctionConfigurationRequest provides a mock function with given fields: _a0

func (*LambdaAPI) UpdateFunctionConfigurationWithContext

func (_m *LambdaAPI) UpdateFunctionConfigurationWithContext(_a0 context.Context, _a1 *lambda.UpdateFunctionConfigurationInput, _a2 ...request.Option) (*lambda.FunctionConfiguration, error)

UpdateFunctionConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) UpdateFunctionEventInvokeConfig added in v0.32.0

UpdateFunctionEventInvokeConfig provides a mock function with given fields: _a0

func (*LambdaAPI) UpdateFunctionEventInvokeConfigRequest added in v0.32.0

UpdateFunctionEventInvokeConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) UpdateFunctionEventInvokeConfigWithContext added in v0.32.0

func (_m *LambdaAPI) UpdateFunctionEventInvokeConfigWithContext(_a0 context.Context, _a1 *lambda.UpdateFunctionEventInvokeConfigInput, _a2 ...request.Option) (*lambda.UpdateFunctionEventInvokeConfigOutput, error)

UpdateFunctionEventInvokeConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) UpdateFunctionUrlConfig added in v0.34.0

UpdateFunctionUrlConfig provides a mock function with given fields: _a0

func (*LambdaAPI) UpdateFunctionUrlConfigRequest added in v0.34.0

UpdateFunctionUrlConfigRequest provides a mock function with given fields: _a0

func (*LambdaAPI) UpdateFunctionUrlConfigWithContext added in v0.34.0

func (_m *LambdaAPI) UpdateFunctionUrlConfigWithContext(_a0 context.Context, _a1 *lambda.UpdateFunctionUrlConfigInput, _a2 ...request.Option) (*lambda.UpdateFunctionUrlConfigOutput, error)

UpdateFunctionUrlConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) WaitUntilFunctionActive added in v0.32.0

func (_m *LambdaAPI) WaitUntilFunctionActive(_a0 *lambda.GetFunctionConfigurationInput) error

WaitUntilFunctionActive provides a mock function with given fields: _a0

func (*LambdaAPI) WaitUntilFunctionActiveV2 added in v0.34.0

func (_m *LambdaAPI) WaitUntilFunctionActiveV2(_a0 *lambda.GetFunctionInput) error

WaitUntilFunctionActiveV2 provides a mock function with given fields: _a0

func (*LambdaAPI) WaitUntilFunctionActiveV2WithContext added in v0.34.0

func (_m *LambdaAPI) WaitUntilFunctionActiveV2WithContext(_a0 context.Context, _a1 *lambda.GetFunctionInput, _a2 ...request.WaiterOption) error

WaitUntilFunctionActiveV2WithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) WaitUntilFunctionActiveWithContext added in v0.32.0

func (_m *LambdaAPI) WaitUntilFunctionActiveWithContext(_a0 context.Context, _a1 *lambda.GetFunctionConfigurationInput, _a2 ...request.WaiterOption) error

WaitUntilFunctionActiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) WaitUntilFunctionExists

func (_m *LambdaAPI) WaitUntilFunctionExists(_a0 *lambda.GetFunctionInput) error

WaitUntilFunctionExists provides a mock function with given fields: _a0

func (*LambdaAPI) WaitUntilFunctionExistsWithContext

func (_m *LambdaAPI) WaitUntilFunctionExistsWithContext(_a0 context.Context, _a1 *lambda.GetFunctionInput, _a2 ...request.WaiterOption) error

WaitUntilFunctionExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) WaitUntilFunctionUpdated added in v0.32.0

func (_m *LambdaAPI) WaitUntilFunctionUpdated(_a0 *lambda.GetFunctionConfigurationInput) error

WaitUntilFunctionUpdated provides a mock function with given fields: _a0

func (*LambdaAPI) WaitUntilFunctionUpdatedV2 added in v0.34.0

func (_m *LambdaAPI) WaitUntilFunctionUpdatedV2(_a0 *lambda.GetFunctionInput) error

WaitUntilFunctionUpdatedV2 provides a mock function with given fields: _a0

func (*LambdaAPI) WaitUntilFunctionUpdatedV2WithContext added in v0.34.0

func (_m *LambdaAPI) WaitUntilFunctionUpdatedV2WithContext(_a0 context.Context, _a1 *lambda.GetFunctionInput, _a2 ...request.WaiterOption) error

WaitUntilFunctionUpdatedV2WithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) WaitUntilFunctionUpdatedWithContext added in v0.32.0

func (_m *LambdaAPI) WaitUntilFunctionUpdatedWithContext(_a0 context.Context, _a1 *lambda.GetFunctionConfigurationInput, _a2 ...request.WaiterOption) error

WaitUntilFunctionUpdatedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*LambdaAPI) WaitUntilPublishedVersionActive added in v0.34.0

func (_m *LambdaAPI) WaitUntilPublishedVersionActive(_a0 *lambda.GetFunctionConfigurationInput) error

WaitUntilPublishedVersionActive provides a mock function with given fields: _a0

func (*LambdaAPI) WaitUntilPublishedVersionActiveWithContext added in v0.34.0

func (_m *LambdaAPI) WaitUntilPublishedVersionActiveWithContext(_a0 context.Context, _a1 *lambda.GetFunctionConfigurationInput, _a2 ...request.WaiterOption) error

WaitUntilPublishedVersionActiveWithContext provides a mock function with given fields: _a0, _a1, _a2

type S3API

type S3API struct {
	mock.Mock
}

S3API is an autogenerated mock type for the S3API type

func (*S3API) AbortMultipartUpload

func (_m *S3API) AbortMultipartUpload(_a0 *s3.AbortMultipartUploadInput) (*s3.AbortMultipartUploadOutput, error)

AbortMultipartUpload provides a mock function with given fields: _a0

func (*S3API) AbortMultipartUploadRequest

func (_m *S3API) AbortMultipartUploadRequest(_a0 *s3.AbortMultipartUploadInput) (*request.Request, *s3.AbortMultipartUploadOutput)

AbortMultipartUploadRequest provides a mock function with given fields: _a0

func (*S3API) AbortMultipartUploadWithContext

func (_m *S3API) AbortMultipartUploadWithContext(_a0 context.Context, _a1 *s3.AbortMultipartUploadInput, _a2 ...request.Option) (*s3.AbortMultipartUploadOutput, error)

AbortMultipartUploadWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) CompleteMultipartUpload

func (_m *S3API) CompleteMultipartUpload(_a0 *s3.CompleteMultipartUploadInput) (*s3.CompleteMultipartUploadOutput, error)

CompleteMultipartUpload provides a mock function with given fields: _a0

func (*S3API) CompleteMultipartUploadRequest

func (_m *S3API) CompleteMultipartUploadRequest(_a0 *s3.CompleteMultipartUploadInput) (*request.Request, *s3.CompleteMultipartUploadOutput)

CompleteMultipartUploadRequest provides a mock function with given fields: _a0

func (*S3API) CompleteMultipartUploadWithContext

func (_m *S3API) CompleteMultipartUploadWithContext(_a0 context.Context, _a1 *s3.CompleteMultipartUploadInput, _a2 ...request.Option) (*s3.CompleteMultipartUploadOutput, error)

CompleteMultipartUploadWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) CopyObject

func (_m *S3API) CopyObject(_a0 *s3.CopyObjectInput) (*s3.CopyObjectOutput, error)

CopyObject provides a mock function with given fields: _a0

func (*S3API) CopyObjectRequest

func (_m *S3API) CopyObjectRequest(_a0 *s3.CopyObjectInput) (*request.Request, *s3.CopyObjectOutput)

CopyObjectRequest provides a mock function with given fields: _a0

func (*S3API) CopyObjectWithContext

func (_m *S3API) CopyObjectWithContext(_a0 context.Context, _a1 *s3.CopyObjectInput, _a2 ...request.Option) (*s3.CopyObjectOutput, error)

CopyObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) CreateBucket

func (_m *S3API) CreateBucket(_a0 *s3.CreateBucketInput) (*s3.CreateBucketOutput, error)

CreateBucket provides a mock function with given fields: _a0

func (*S3API) CreateBucketRequest

func (_m *S3API) CreateBucketRequest(_a0 *s3.CreateBucketInput) (*request.Request, *s3.CreateBucketOutput)

CreateBucketRequest provides a mock function with given fields: _a0

func (*S3API) CreateBucketWithContext

func (_m *S3API) CreateBucketWithContext(_a0 context.Context, _a1 *s3.CreateBucketInput, _a2 ...request.Option) (*s3.CreateBucketOutput, error)

CreateBucketWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) CreateMultipartUpload

func (_m *S3API) CreateMultipartUpload(_a0 *s3.CreateMultipartUploadInput) (*s3.CreateMultipartUploadOutput, error)

CreateMultipartUpload provides a mock function with given fields: _a0

func (*S3API) CreateMultipartUploadRequest

func (_m *S3API) CreateMultipartUploadRequest(_a0 *s3.CreateMultipartUploadInput) (*request.Request, *s3.CreateMultipartUploadOutput)

CreateMultipartUploadRequest provides a mock function with given fields: _a0

func (*S3API) CreateMultipartUploadWithContext

func (_m *S3API) CreateMultipartUploadWithContext(_a0 context.Context, _a1 *s3.CreateMultipartUploadInput, _a2 ...request.Option) (*s3.CreateMultipartUploadOutput, error)

CreateMultipartUploadWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucket

func (_m *S3API) DeleteBucket(_a0 *s3.DeleteBucketInput) (*s3.DeleteBucketOutput, error)

DeleteBucket provides a mock function with given fields: _a0

func (*S3API) DeleteBucketAnalyticsConfiguration

func (_m *S3API) DeleteBucketAnalyticsConfiguration(_a0 *s3.DeleteBucketAnalyticsConfigurationInput) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)

DeleteBucketAnalyticsConfiguration provides a mock function with given fields: _a0

func (*S3API) DeleteBucketAnalyticsConfigurationRequest

func (_m *S3API) DeleteBucketAnalyticsConfigurationRequest(_a0 *s3.DeleteBucketAnalyticsConfigurationInput) (*request.Request, *s3.DeleteBucketAnalyticsConfigurationOutput)

DeleteBucketAnalyticsConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketAnalyticsConfigurationWithContext

func (_m *S3API) DeleteBucketAnalyticsConfigurationWithContext(_a0 context.Context, _a1 *s3.DeleteBucketAnalyticsConfigurationInput, _a2 ...request.Option) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)

DeleteBucketAnalyticsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketCors

func (_m *S3API) DeleteBucketCors(_a0 *s3.DeleteBucketCorsInput) (*s3.DeleteBucketCorsOutput, error)

DeleteBucketCors provides a mock function with given fields: _a0

func (*S3API) DeleteBucketCorsRequest

func (_m *S3API) DeleteBucketCorsRequest(_a0 *s3.DeleteBucketCorsInput) (*request.Request, *s3.DeleteBucketCorsOutput)

DeleteBucketCorsRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketCorsWithContext

func (_m *S3API) DeleteBucketCorsWithContext(_a0 context.Context, _a1 *s3.DeleteBucketCorsInput, _a2 ...request.Option) (*s3.DeleteBucketCorsOutput, error)

DeleteBucketCorsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketEncryption

func (_m *S3API) DeleteBucketEncryption(_a0 *s3.DeleteBucketEncryptionInput) (*s3.DeleteBucketEncryptionOutput, error)

DeleteBucketEncryption provides a mock function with given fields: _a0

func (*S3API) DeleteBucketEncryptionRequest

func (_m *S3API) DeleteBucketEncryptionRequest(_a0 *s3.DeleteBucketEncryptionInput) (*request.Request, *s3.DeleteBucketEncryptionOutput)

DeleteBucketEncryptionRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketEncryptionWithContext

func (_m *S3API) DeleteBucketEncryptionWithContext(_a0 context.Context, _a1 *s3.DeleteBucketEncryptionInput, _a2 ...request.Option) (*s3.DeleteBucketEncryptionOutput, error)

DeleteBucketEncryptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketIntelligentTieringConfiguration added in v0.33.6

DeleteBucketIntelligentTieringConfiguration provides a mock function with given fields: _a0

func (*S3API) DeleteBucketIntelligentTieringConfigurationRequest added in v0.33.6

func (_m *S3API) DeleteBucketIntelligentTieringConfigurationRequest(_a0 *s3.DeleteBucketIntelligentTieringConfigurationInput) (*request.Request, *s3.DeleteBucketIntelligentTieringConfigurationOutput)

DeleteBucketIntelligentTieringConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketIntelligentTieringConfigurationWithContext added in v0.33.6

func (_m *S3API) DeleteBucketIntelligentTieringConfigurationWithContext(_a0 context.Context, _a1 *s3.DeleteBucketIntelligentTieringConfigurationInput, _a2 ...request.Option) (*s3.DeleteBucketIntelligentTieringConfigurationOutput, error)

DeleteBucketIntelligentTieringConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketInventoryConfiguration

func (_m *S3API) DeleteBucketInventoryConfiguration(_a0 *s3.DeleteBucketInventoryConfigurationInput) (*s3.DeleteBucketInventoryConfigurationOutput, error)

DeleteBucketInventoryConfiguration provides a mock function with given fields: _a0

func (*S3API) DeleteBucketInventoryConfigurationRequest

func (_m *S3API) DeleteBucketInventoryConfigurationRequest(_a0 *s3.DeleteBucketInventoryConfigurationInput) (*request.Request, *s3.DeleteBucketInventoryConfigurationOutput)

DeleteBucketInventoryConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketInventoryConfigurationWithContext

func (_m *S3API) DeleteBucketInventoryConfigurationWithContext(_a0 context.Context, _a1 *s3.DeleteBucketInventoryConfigurationInput, _a2 ...request.Option) (*s3.DeleteBucketInventoryConfigurationOutput, error)

DeleteBucketInventoryConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketLifecycle

func (_m *S3API) DeleteBucketLifecycle(_a0 *s3.DeleteBucketLifecycleInput) (*s3.DeleteBucketLifecycleOutput, error)

DeleteBucketLifecycle provides a mock function with given fields: _a0

func (*S3API) DeleteBucketLifecycleRequest

func (_m *S3API) DeleteBucketLifecycleRequest(_a0 *s3.DeleteBucketLifecycleInput) (*request.Request, *s3.DeleteBucketLifecycleOutput)

DeleteBucketLifecycleRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketLifecycleWithContext

func (_m *S3API) DeleteBucketLifecycleWithContext(_a0 context.Context, _a1 *s3.DeleteBucketLifecycleInput, _a2 ...request.Option) (*s3.DeleteBucketLifecycleOutput, error)

DeleteBucketLifecycleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketMetricsConfiguration

func (_m *S3API) DeleteBucketMetricsConfiguration(_a0 *s3.DeleteBucketMetricsConfigurationInput) (*s3.DeleteBucketMetricsConfigurationOutput, error)

DeleteBucketMetricsConfiguration provides a mock function with given fields: _a0

func (*S3API) DeleteBucketMetricsConfigurationRequest

func (_m *S3API) DeleteBucketMetricsConfigurationRequest(_a0 *s3.DeleteBucketMetricsConfigurationInput) (*request.Request, *s3.DeleteBucketMetricsConfigurationOutput)

DeleteBucketMetricsConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketMetricsConfigurationWithContext

func (_m *S3API) DeleteBucketMetricsConfigurationWithContext(_a0 context.Context, _a1 *s3.DeleteBucketMetricsConfigurationInput, _a2 ...request.Option) (*s3.DeleteBucketMetricsConfigurationOutput, error)

DeleteBucketMetricsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketOwnershipControls added in v0.33.6

func (_m *S3API) DeleteBucketOwnershipControls(_a0 *s3.DeleteBucketOwnershipControlsInput) (*s3.DeleteBucketOwnershipControlsOutput, error)

DeleteBucketOwnershipControls provides a mock function with given fields: _a0

func (*S3API) DeleteBucketOwnershipControlsRequest added in v0.33.6

func (_m *S3API) DeleteBucketOwnershipControlsRequest(_a0 *s3.DeleteBucketOwnershipControlsInput) (*request.Request, *s3.DeleteBucketOwnershipControlsOutput)

DeleteBucketOwnershipControlsRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketOwnershipControlsWithContext added in v0.33.6

func (_m *S3API) DeleteBucketOwnershipControlsWithContext(_a0 context.Context, _a1 *s3.DeleteBucketOwnershipControlsInput, _a2 ...request.Option) (*s3.DeleteBucketOwnershipControlsOutput, error)

DeleteBucketOwnershipControlsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketPolicy

func (_m *S3API) DeleteBucketPolicy(_a0 *s3.DeleteBucketPolicyInput) (*s3.DeleteBucketPolicyOutput, error)

DeleteBucketPolicy provides a mock function with given fields: _a0

func (*S3API) DeleteBucketPolicyRequest

func (_m *S3API) DeleteBucketPolicyRequest(_a0 *s3.DeleteBucketPolicyInput) (*request.Request, *s3.DeleteBucketPolicyOutput)

DeleteBucketPolicyRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketPolicyWithContext

func (_m *S3API) DeleteBucketPolicyWithContext(_a0 context.Context, _a1 *s3.DeleteBucketPolicyInput, _a2 ...request.Option) (*s3.DeleteBucketPolicyOutput, error)

DeleteBucketPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketReplication

func (_m *S3API) DeleteBucketReplication(_a0 *s3.DeleteBucketReplicationInput) (*s3.DeleteBucketReplicationOutput, error)

DeleteBucketReplication provides a mock function with given fields: _a0

func (*S3API) DeleteBucketReplicationRequest

func (_m *S3API) DeleteBucketReplicationRequest(_a0 *s3.DeleteBucketReplicationInput) (*request.Request, *s3.DeleteBucketReplicationOutput)

DeleteBucketReplicationRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketReplicationWithContext

func (_m *S3API) DeleteBucketReplicationWithContext(_a0 context.Context, _a1 *s3.DeleteBucketReplicationInput, _a2 ...request.Option) (*s3.DeleteBucketReplicationOutput, error)

DeleteBucketReplicationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketRequest

func (_m *S3API) DeleteBucketRequest(_a0 *s3.DeleteBucketInput) (*request.Request, *s3.DeleteBucketOutput)

DeleteBucketRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketTagging

func (_m *S3API) DeleteBucketTagging(_a0 *s3.DeleteBucketTaggingInput) (*s3.DeleteBucketTaggingOutput, error)

DeleteBucketTagging provides a mock function with given fields: _a0

func (*S3API) DeleteBucketTaggingRequest

func (_m *S3API) DeleteBucketTaggingRequest(_a0 *s3.DeleteBucketTaggingInput) (*request.Request, *s3.DeleteBucketTaggingOutput)

DeleteBucketTaggingRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketTaggingWithContext

func (_m *S3API) DeleteBucketTaggingWithContext(_a0 context.Context, _a1 *s3.DeleteBucketTaggingInput, _a2 ...request.Option) (*s3.DeleteBucketTaggingOutput, error)

DeleteBucketTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketWebsite

func (_m *S3API) DeleteBucketWebsite(_a0 *s3.DeleteBucketWebsiteInput) (*s3.DeleteBucketWebsiteOutput, error)

DeleteBucketWebsite provides a mock function with given fields: _a0

func (*S3API) DeleteBucketWebsiteRequest

func (_m *S3API) DeleteBucketWebsiteRequest(_a0 *s3.DeleteBucketWebsiteInput) (*request.Request, *s3.DeleteBucketWebsiteOutput)

DeleteBucketWebsiteRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketWebsiteWithContext

func (_m *S3API) DeleteBucketWebsiteWithContext(_a0 context.Context, _a1 *s3.DeleteBucketWebsiteInput, _a2 ...request.Option) (*s3.DeleteBucketWebsiteOutput, error)

DeleteBucketWebsiteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketWithContext

func (_m *S3API) DeleteBucketWithContext(_a0 context.Context, _a1 *s3.DeleteBucketInput, _a2 ...request.Option) (*s3.DeleteBucketOutput, error)

DeleteBucketWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteObject

func (_m *S3API) DeleteObject(_a0 *s3.DeleteObjectInput) (*s3.DeleteObjectOutput, error)

DeleteObject provides a mock function with given fields: _a0

func (*S3API) DeleteObjectRequest

func (_m *S3API) DeleteObjectRequest(_a0 *s3.DeleteObjectInput) (*request.Request, *s3.DeleteObjectOutput)

DeleteObjectRequest provides a mock function with given fields: _a0

func (*S3API) DeleteObjectTagging

func (_m *S3API) DeleteObjectTagging(_a0 *s3.DeleteObjectTaggingInput) (*s3.DeleteObjectTaggingOutput, error)

DeleteObjectTagging provides a mock function with given fields: _a0

func (*S3API) DeleteObjectTaggingRequest

func (_m *S3API) DeleteObjectTaggingRequest(_a0 *s3.DeleteObjectTaggingInput) (*request.Request, *s3.DeleteObjectTaggingOutput)

DeleteObjectTaggingRequest provides a mock function with given fields: _a0

func (*S3API) DeleteObjectTaggingWithContext

func (_m *S3API) DeleteObjectTaggingWithContext(_a0 context.Context, _a1 *s3.DeleteObjectTaggingInput, _a2 ...request.Option) (*s3.DeleteObjectTaggingOutput, error)

DeleteObjectTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteObjectWithContext

func (_m *S3API) DeleteObjectWithContext(_a0 context.Context, _a1 *s3.DeleteObjectInput, _a2 ...request.Option) (*s3.DeleteObjectOutput, error)

DeleteObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteObjects

func (_m *S3API) DeleteObjects(_a0 *s3.DeleteObjectsInput) (*s3.DeleteObjectsOutput, error)

DeleteObjects provides a mock function with given fields: _a0

func (*S3API) DeleteObjectsRequest

func (_m *S3API) DeleteObjectsRequest(_a0 *s3.DeleteObjectsInput) (*request.Request, *s3.DeleteObjectsOutput)

DeleteObjectsRequest provides a mock function with given fields: _a0

func (*S3API) DeleteObjectsWithContext

func (_m *S3API) DeleteObjectsWithContext(_a0 context.Context, _a1 *s3.DeleteObjectsInput, _a2 ...request.Option) (*s3.DeleteObjectsOutput, error)

DeleteObjectsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeletePublicAccessBlock

func (_m *S3API) DeletePublicAccessBlock(_a0 *s3.DeletePublicAccessBlockInput) (*s3.DeletePublicAccessBlockOutput, error)

DeletePublicAccessBlock provides a mock function with given fields: _a0

func (*S3API) DeletePublicAccessBlockRequest

func (_m *S3API) DeletePublicAccessBlockRequest(_a0 *s3.DeletePublicAccessBlockInput) (*request.Request, *s3.DeletePublicAccessBlockOutput)

DeletePublicAccessBlockRequest provides a mock function with given fields: _a0

func (*S3API) DeletePublicAccessBlockWithContext

func (_m *S3API) DeletePublicAccessBlockWithContext(_a0 context.Context, _a1 *s3.DeletePublicAccessBlockInput, _a2 ...request.Option) (*s3.DeletePublicAccessBlockOutput, error)

DeletePublicAccessBlockWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketAccelerateConfiguration

func (_m *S3API) GetBucketAccelerateConfiguration(_a0 *s3.GetBucketAccelerateConfigurationInput) (*s3.GetBucketAccelerateConfigurationOutput, error)

GetBucketAccelerateConfiguration provides a mock function with given fields: _a0

func (*S3API) GetBucketAccelerateConfigurationRequest

func (_m *S3API) GetBucketAccelerateConfigurationRequest(_a0 *s3.GetBucketAccelerateConfigurationInput) (*request.Request, *s3.GetBucketAccelerateConfigurationOutput)

GetBucketAccelerateConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketAccelerateConfigurationWithContext

func (_m *S3API) GetBucketAccelerateConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketAccelerateConfigurationInput, _a2 ...request.Option) (*s3.GetBucketAccelerateConfigurationOutput, error)

GetBucketAccelerateConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketAcl

func (_m *S3API) GetBucketAcl(_a0 *s3.GetBucketAclInput) (*s3.GetBucketAclOutput, error)

GetBucketAcl provides a mock function with given fields: _a0

func (*S3API) GetBucketAclRequest

func (_m *S3API) GetBucketAclRequest(_a0 *s3.GetBucketAclInput) (*request.Request, *s3.GetBucketAclOutput)

GetBucketAclRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketAclWithContext

func (_m *S3API) GetBucketAclWithContext(_a0 context.Context, _a1 *s3.GetBucketAclInput, _a2 ...request.Option) (*s3.GetBucketAclOutput, error)

GetBucketAclWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketAnalyticsConfiguration

func (_m *S3API) GetBucketAnalyticsConfiguration(_a0 *s3.GetBucketAnalyticsConfigurationInput) (*s3.GetBucketAnalyticsConfigurationOutput, error)

GetBucketAnalyticsConfiguration provides a mock function with given fields: _a0

func (*S3API) GetBucketAnalyticsConfigurationRequest

func (_m *S3API) GetBucketAnalyticsConfigurationRequest(_a0 *s3.GetBucketAnalyticsConfigurationInput) (*request.Request, *s3.GetBucketAnalyticsConfigurationOutput)

GetBucketAnalyticsConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketAnalyticsConfigurationWithContext

func (_m *S3API) GetBucketAnalyticsConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketAnalyticsConfigurationInput, _a2 ...request.Option) (*s3.GetBucketAnalyticsConfigurationOutput, error)

GetBucketAnalyticsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketCors

func (_m *S3API) GetBucketCors(_a0 *s3.GetBucketCorsInput) (*s3.GetBucketCorsOutput, error)

GetBucketCors provides a mock function with given fields: _a0

func (*S3API) GetBucketCorsRequest

func (_m *S3API) GetBucketCorsRequest(_a0 *s3.GetBucketCorsInput) (*request.Request, *s3.GetBucketCorsOutput)

GetBucketCorsRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketCorsWithContext

func (_m *S3API) GetBucketCorsWithContext(_a0 context.Context, _a1 *s3.GetBucketCorsInput, _a2 ...request.Option) (*s3.GetBucketCorsOutput, error)

GetBucketCorsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketEncryption

func (_m *S3API) GetBucketEncryption(_a0 *s3.GetBucketEncryptionInput) (*s3.GetBucketEncryptionOutput, error)

GetBucketEncryption provides a mock function with given fields: _a0

func (*S3API) GetBucketEncryptionRequest

func (_m *S3API) GetBucketEncryptionRequest(_a0 *s3.GetBucketEncryptionInput) (*request.Request, *s3.GetBucketEncryptionOutput)

GetBucketEncryptionRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketEncryptionWithContext

func (_m *S3API) GetBucketEncryptionWithContext(_a0 context.Context, _a1 *s3.GetBucketEncryptionInput, _a2 ...request.Option) (*s3.GetBucketEncryptionOutput, error)

GetBucketEncryptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketIntelligentTieringConfiguration added in v0.33.6

GetBucketIntelligentTieringConfiguration provides a mock function with given fields: _a0

func (*S3API) GetBucketIntelligentTieringConfigurationRequest added in v0.33.6

func (_m *S3API) GetBucketIntelligentTieringConfigurationRequest(_a0 *s3.GetBucketIntelligentTieringConfigurationInput) (*request.Request, *s3.GetBucketIntelligentTieringConfigurationOutput)

GetBucketIntelligentTieringConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketIntelligentTieringConfigurationWithContext added in v0.33.6

func (_m *S3API) GetBucketIntelligentTieringConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketIntelligentTieringConfigurationInput, _a2 ...request.Option) (*s3.GetBucketIntelligentTieringConfigurationOutput, error)

GetBucketIntelligentTieringConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketInventoryConfiguration

func (_m *S3API) GetBucketInventoryConfiguration(_a0 *s3.GetBucketInventoryConfigurationInput) (*s3.GetBucketInventoryConfigurationOutput, error)

GetBucketInventoryConfiguration provides a mock function with given fields: _a0

func (*S3API) GetBucketInventoryConfigurationRequest

func (_m *S3API) GetBucketInventoryConfigurationRequest(_a0 *s3.GetBucketInventoryConfigurationInput) (*request.Request, *s3.GetBucketInventoryConfigurationOutput)

GetBucketInventoryConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketInventoryConfigurationWithContext

func (_m *S3API) GetBucketInventoryConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketInventoryConfigurationInput, _a2 ...request.Option) (*s3.GetBucketInventoryConfigurationOutput, error)

GetBucketInventoryConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketLifecycle

func (_m *S3API) GetBucketLifecycle(_a0 *s3.GetBucketLifecycleInput) (*s3.GetBucketLifecycleOutput, error)

GetBucketLifecycle provides a mock function with given fields: _a0

func (*S3API) GetBucketLifecycleConfiguration

func (_m *S3API) GetBucketLifecycleConfiguration(_a0 *s3.GetBucketLifecycleConfigurationInput) (*s3.GetBucketLifecycleConfigurationOutput, error)

GetBucketLifecycleConfiguration provides a mock function with given fields: _a0

func (*S3API) GetBucketLifecycleConfigurationRequest

func (_m *S3API) GetBucketLifecycleConfigurationRequest(_a0 *s3.GetBucketLifecycleConfigurationInput) (*request.Request, *s3.GetBucketLifecycleConfigurationOutput)

GetBucketLifecycleConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketLifecycleConfigurationWithContext

func (_m *S3API) GetBucketLifecycleConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketLifecycleConfigurationInput, _a2 ...request.Option) (*s3.GetBucketLifecycleConfigurationOutput, error)

GetBucketLifecycleConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketLifecycleRequest

func (_m *S3API) GetBucketLifecycleRequest(_a0 *s3.GetBucketLifecycleInput) (*request.Request, *s3.GetBucketLifecycleOutput)

GetBucketLifecycleRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketLifecycleWithContext

func (_m *S3API) GetBucketLifecycleWithContext(_a0 context.Context, _a1 *s3.GetBucketLifecycleInput, _a2 ...request.Option) (*s3.GetBucketLifecycleOutput, error)

GetBucketLifecycleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketLocation

func (_m *S3API) GetBucketLocation(_a0 *s3.GetBucketLocationInput) (*s3.GetBucketLocationOutput, error)

GetBucketLocation provides a mock function with given fields: _a0

func (*S3API) GetBucketLocationRequest

func (_m *S3API) GetBucketLocationRequest(_a0 *s3.GetBucketLocationInput) (*request.Request, *s3.GetBucketLocationOutput)

GetBucketLocationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketLocationWithContext

func (_m *S3API) GetBucketLocationWithContext(_a0 context.Context, _a1 *s3.GetBucketLocationInput, _a2 ...request.Option) (*s3.GetBucketLocationOutput, error)

GetBucketLocationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketLogging

func (_m *S3API) GetBucketLogging(_a0 *s3.GetBucketLoggingInput) (*s3.GetBucketLoggingOutput, error)

GetBucketLogging provides a mock function with given fields: _a0

func (*S3API) GetBucketLoggingRequest

func (_m *S3API) GetBucketLoggingRequest(_a0 *s3.GetBucketLoggingInput) (*request.Request, *s3.GetBucketLoggingOutput)

GetBucketLoggingRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketLoggingWithContext

func (_m *S3API) GetBucketLoggingWithContext(_a0 context.Context, _a1 *s3.GetBucketLoggingInput, _a2 ...request.Option) (*s3.GetBucketLoggingOutput, error)

GetBucketLoggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketMetricsConfiguration

func (_m *S3API) GetBucketMetricsConfiguration(_a0 *s3.GetBucketMetricsConfigurationInput) (*s3.GetBucketMetricsConfigurationOutput, error)

GetBucketMetricsConfiguration provides a mock function with given fields: _a0

func (*S3API) GetBucketMetricsConfigurationRequest

func (_m *S3API) GetBucketMetricsConfigurationRequest(_a0 *s3.GetBucketMetricsConfigurationInput) (*request.Request, *s3.GetBucketMetricsConfigurationOutput)

GetBucketMetricsConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketMetricsConfigurationWithContext

func (_m *S3API) GetBucketMetricsConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketMetricsConfigurationInput, _a2 ...request.Option) (*s3.GetBucketMetricsConfigurationOutput, error)

GetBucketMetricsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketNotification

GetBucketNotification provides a mock function with given fields: _a0

func (*S3API) GetBucketNotificationConfiguration

func (_m *S3API) GetBucketNotificationConfiguration(_a0 *s3.GetBucketNotificationConfigurationRequest) (*s3.NotificationConfiguration, error)

GetBucketNotificationConfiguration provides a mock function with given fields: _a0

func (*S3API) GetBucketNotificationConfigurationRequest

func (_m *S3API) GetBucketNotificationConfigurationRequest(_a0 *s3.GetBucketNotificationConfigurationRequest) (*request.Request, *s3.NotificationConfiguration)

GetBucketNotificationConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketNotificationConfigurationWithContext

func (_m *S3API) GetBucketNotificationConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketNotificationConfigurationRequest, _a2 ...request.Option) (*s3.NotificationConfiguration, error)

GetBucketNotificationConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketNotificationRequest

GetBucketNotificationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketNotificationWithContext

func (_m *S3API) GetBucketNotificationWithContext(_a0 context.Context, _a1 *s3.GetBucketNotificationConfigurationRequest, _a2 ...request.Option) (*s3.NotificationConfigurationDeprecated, error)

GetBucketNotificationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketOwnershipControls added in v0.33.6

func (_m *S3API) GetBucketOwnershipControls(_a0 *s3.GetBucketOwnershipControlsInput) (*s3.GetBucketOwnershipControlsOutput, error)

GetBucketOwnershipControls provides a mock function with given fields: _a0

func (*S3API) GetBucketOwnershipControlsRequest added in v0.33.6

func (_m *S3API) GetBucketOwnershipControlsRequest(_a0 *s3.GetBucketOwnershipControlsInput) (*request.Request, *s3.GetBucketOwnershipControlsOutput)

GetBucketOwnershipControlsRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketOwnershipControlsWithContext added in v0.33.6

func (_m *S3API) GetBucketOwnershipControlsWithContext(_a0 context.Context, _a1 *s3.GetBucketOwnershipControlsInput, _a2 ...request.Option) (*s3.GetBucketOwnershipControlsOutput, error)

GetBucketOwnershipControlsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketPolicy

func (_m *S3API) GetBucketPolicy(_a0 *s3.GetBucketPolicyInput) (*s3.GetBucketPolicyOutput, error)

GetBucketPolicy provides a mock function with given fields: _a0

func (*S3API) GetBucketPolicyRequest

func (_m *S3API) GetBucketPolicyRequest(_a0 *s3.GetBucketPolicyInput) (*request.Request, *s3.GetBucketPolicyOutput)

GetBucketPolicyRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketPolicyStatus

func (_m *S3API) GetBucketPolicyStatus(_a0 *s3.GetBucketPolicyStatusInput) (*s3.GetBucketPolicyStatusOutput, error)

GetBucketPolicyStatus provides a mock function with given fields: _a0

func (*S3API) GetBucketPolicyStatusRequest

func (_m *S3API) GetBucketPolicyStatusRequest(_a0 *s3.GetBucketPolicyStatusInput) (*request.Request, *s3.GetBucketPolicyStatusOutput)

GetBucketPolicyStatusRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketPolicyStatusWithContext

func (_m *S3API) GetBucketPolicyStatusWithContext(_a0 context.Context, _a1 *s3.GetBucketPolicyStatusInput, _a2 ...request.Option) (*s3.GetBucketPolicyStatusOutput, error)

GetBucketPolicyStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketPolicyWithContext

func (_m *S3API) GetBucketPolicyWithContext(_a0 context.Context, _a1 *s3.GetBucketPolicyInput, _a2 ...request.Option) (*s3.GetBucketPolicyOutput, error)

GetBucketPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketReplication

func (_m *S3API) GetBucketReplication(_a0 *s3.GetBucketReplicationInput) (*s3.GetBucketReplicationOutput, error)

GetBucketReplication provides a mock function with given fields: _a0

func (*S3API) GetBucketReplicationRequest

func (_m *S3API) GetBucketReplicationRequest(_a0 *s3.GetBucketReplicationInput) (*request.Request, *s3.GetBucketReplicationOutput)

GetBucketReplicationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketReplicationWithContext

func (_m *S3API) GetBucketReplicationWithContext(_a0 context.Context, _a1 *s3.GetBucketReplicationInput, _a2 ...request.Option) (*s3.GetBucketReplicationOutput, error)

GetBucketReplicationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketRequestPayment

func (_m *S3API) GetBucketRequestPayment(_a0 *s3.GetBucketRequestPaymentInput) (*s3.GetBucketRequestPaymentOutput, error)

GetBucketRequestPayment provides a mock function with given fields: _a0

func (*S3API) GetBucketRequestPaymentRequest

func (_m *S3API) GetBucketRequestPaymentRequest(_a0 *s3.GetBucketRequestPaymentInput) (*request.Request, *s3.GetBucketRequestPaymentOutput)

GetBucketRequestPaymentRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketRequestPaymentWithContext

func (_m *S3API) GetBucketRequestPaymentWithContext(_a0 context.Context, _a1 *s3.GetBucketRequestPaymentInput, _a2 ...request.Option) (*s3.GetBucketRequestPaymentOutput, error)

GetBucketRequestPaymentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketTagging

func (_m *S3API) GetBucketTagging(_a0 *s3.GetBucketTaggingInput) (*s3.GetBucketTaggingOutput, error)

GetBucketTagging provides a mock function with given fields: _a0

func (*S3API) GetBucketTaggingRequest

func (_m *S3API) GetBucketTaggingRequest(_a0 *s3.GetBucketTaggingInput) (*request.Request, *s3.GetBucketTaggingOutput)

GetBucketTaggingRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketTaggingWithContext

func (_m *S3API) GetBucketTaggingWithContext(_a0 context.Context, _a1 *s3.GetBucketTaggingInput, _a2 ...request.Option) (*s3.GetBucketTaggingOutput, error)

GetBucketTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketVersioning

func (_m *S3API) GetBucketVersioning(_a0 *s3.GetBucketVersioningInput) (*s3.GetBucketVersioningOutput, error)

GetBucketVersioning provides a mock function with given fields: _a0

func (*S3API) GetBucketVersioningRequest

func (_m *S3API) GetBucketVersioningRequest(_a0 *s3.GetBucketVersioningInput) (*request.Request, *s3.GetBucketVersioningOutput)

GetBucketVersioningRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketVersioningWithContext

func (_m *S3API) GetBucketVersioningWithContext(_a0 context.Context, _a1 *s3.GetBucketVersioningInput, _a2 ...request.Option) (*s3.GetBucketVersioningOutput, error)

GetBucketVersioningWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketWebsite

func (_m *S3API) GetBucketWebsite(_a0 *s3.GetBucketWebsiteInput) (*s3.GetBucketWebsiteOutput, error)

GetBucketWebsite provides a mock function with given fields: _a0

func (*S3API) GetBucketWebsiteRequest

func (_m *S3API) GetBucketWebsiteRequest(_a0 *s3.GetBucketWebsiteInput) (*request.Request, *s3.GetBucketWebsiteOutput)

GetBucketWebsiteRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketWebsiteWithContext

func (_m *S3API) GetBucketWebsiteWithContext(_a0 context.Context, _a1 *s3.GetBucketWebsiteInput, _a2 ...request.Option) (*s3.GetBucketWebsiteOutput, error)

GetBucketWebsiteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetObject

func (_m *S3API) GetObject(_a0 *s3.GetObjectInput) (*s3.GetObjectOutput, error)

GetObject provides a mock function with given fields: _a0

func (*S3API) GetObjectAcl

func (_m *S3API) GetObjectAcl(_a0 *s3.GetObjectAclInput) (*s3.GetObjectAclOutput, error)

GetObjectAcl provides a mock function with given fields: _a0

func (*S3API) GetObjectAclRequest

func (_m *S3API) GetObjectAclRequest(_a0 *s3.GetObjectAclInput) (*request.Request, *s3.GetObjectAclOutput)

GetObjectAclRequest provides a mock function with given fields: _a0

func (*S3API) GetObjectAclWithContext

func (_m *S3API) GetObjectAclWithContext(_a0 context.Context, _a1 *s3.GetObjectAclInput, _a2 ...request.Option) (*s3.GetObjectAclOutput, error)

GetObjectAclWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetObjectLegalHold

func (_m *S3API) GetObjectLegalHold(_a0 *s3.GetObjectLegalHoldInput) (*s3.GetObjectLegalHoldOutput, error)

GetObjectLegalHold provides a mock function with given fields: _a0

func (*S3API) GetObjectLegalHoldRequest

func (_m *S3API) GetObjectLegalHoldRequest(_a0 *s3.GetObjectLegalHoldInput) (*request.Request, *s3.GetObjectLegalHoldOutput)

GetObjectLegalHoldRequest provides a mock function with given fields: _a0

func (*S3API) GetObjectLegalHoldWithContext

func (_m *S3API) GetObjectLegalHoldWithContext(_a0 context.Context, _a1 *s3.GetObjectLegalHoldInput, _a2 ...request.Option) (*s3.GetObjectLegalHoldOutput, error)

GetObjectLegalHoldWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetObjectLockConfiguration

func (_m *S3API) GetObjectLockConfiguration(_a0 *s3.GetObjectLockConfigurationInput) (*s3.GetObjectLockConfigurationOutput, error)

GetObjectLockConfiguration provides a mock function with given fields: _a0

func (*S3API) GetObjectLockConfigurationRequest

func (_m *S3API) GetObjectLockConfigurationRequest(_a0 *s3.GetObjectLockConfigurationInput) (*request.Request, *s3.GetObjectLockConfigurationOutput)

GetObjectLockConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) GetObjectLockConfigurationWithContext

func (_m *S3API) GetObjectLockConfigurationWithContext(_a0 context.Context, _a1 *s3.GetObjectLockConfigurationInput, _a2 ...request.Option) (*s3.GetObjectLockConfigurationOutput, error)

GetObjectLockConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetObjectRequest

func (_m *S3API) GetObjectRequest(_a0 *s3.GetObjectInput) (*request.Request, *s3.GetObjectOutput)

GetObjectRequest provides a mock function with given fields: _a0

func (*S3API) GetObjectRetention

func (_m *S3API) GetObjectRetention(_a0 *s3.GetObjectRetentionInput) (*s3.GetObjectRetentionOutput, error)

GetObjectRetention provides a mock function with given fields: _a0

func (*S3API) GetObjectRetentionRequest

func (_m *S3API) GetObjectRetentionRequest(_a0 *s3.GetObjectRetentionInput) (*request.Request, *s3.GetObjectRetentionOutput)

GetObjectRetentionRequest provides a mock function with given fields: _a0

func (*S3API) GetObjectRetentionWithContext

func (_m *S3API) GetObjectRetentionWithContext(_a0 context.Context, _a1 *s3.GetObjectRetentionInput, _a2 ...request.Option) (*s3.GetObjectRetentionOutput, error)

GetObjectRetentionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetObjectTagging

func (_m *S3API) GetObjectTagging(_a0 *s3.GetObjectTaggingInput) (*s3.GetObjectTaggingOutput, error)

GetObjectTagging provides a mock function with given fields: _a0

func (*S3API) GetObjectTaggingRequest

func (_m *S3API) GetObjectTaggingRequest(_a0 *s3.GetObjectTaggingInput) (*request.Request, *s3.GetObjectTaggingOutput)

GetObjectTaggingRequest provides a mock function with given fields: _a0

func (*S3API) GetObjectTaggingWithContext

func (_m *S3API) GetObjectTaggingWithContext(_a0 context.Context, _a1 *s3.GetObjectTaggingInput, _a2 ...request.Option) (*s3.GetObjectTaggingOutput, error)

GetObjectTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetObjectTorrent

func (_m *S3API) GetObjectTorrent(_a0 *s3.GetObjectTorrentInput) (*s3.GetObjectTorrentOutput, error)

GetObjectTorrent provides a mock function with given fields: _a0

func (*S3API) GetObjectTorrentRequest

func (_m *S3API) GetObjectTorrentRequest(_a0 *s3.GetObjectTorrentInput) (*request.Request, *s3.GetObjectTorrentOutput)

GetObjectTorrentRequest provides a mock function with given fields: _a0

func (*S3API) GetObjectTorrentWithContext

func (_m *S3API) GetObjectTorrentWithContext(_a0 context.Context, _a1 *s3.GetObjectTorrentInput, _a2 ...request.Option) (*s3.GetObjectTorrentOutput, error)

GetObjectTorrentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetObjectWithContext

func (_m *S3API) GetObjectWithContext(_a0 context.Context, _a1 *s3.GetObjectInput, _a2 ...request.Option) (*s3.GetObjectOutput, error)

GetObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetPublicAccessBlock

func (_m *S3API) GetPublicAccessBlock(_a0 *s3.GetPublicAccessBlockInput) (*s3.GetPublicAccessBlockOutput, error)

GetPublicAccessBlock provides a mock function with given fields: _a0

func (*S3API) GetPublicAccessBlockRequest

func (_m *S3API) GetPublicAccessBlockRequest(_a0 *s3.GetPublicAccessBlockInput) (*request.Request, *s3.GetPublicAccessBlockOutput)

GetPublicAccessBlockRequest provides a mock function with given fields: _a0

func (*S3API) GetPublicAccessBlockWithContext

func (_m *S3API) GetPublicAccessBlockWithContext(_a0 context.Context, _a1 *s3.GetPublicAccessBlockInput, _a2 ...request.Option) (*s3.GetPublicAccessBlockOutput, error)

GetPublicAccessBlockWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) HeadBucket

func (_m *S3API) HeadBucket(_a0 *s3.HeadBucketInput) (*s3.HeadBucketOutput, error)

HeadBucket provides a mock function with given fields: _a0

func (*S3API) HeadBucketRequest

func (_m *S3API) HeadBucketRequest(_a0 *s3.HeadBucketInput) (*request.Request, *s3.HeadBucketOutput)

HeadBucketRequest provides a mock function with given fields: _a0

func (*S3API) HeadBucketWithContext

func (_m *S3API) HeadBucketWithContext(_a0 context.Context, _a1 *s3.HeadBucketInput, _a2 ...request.Option) (*s3.HeadBucketOutput, error)

HeadBucketWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) HeadObject

func (_m *S3API) HeadObject(_a0 *s3.HeadObjectInput) (*s3.HeadObjectOutput, error)

HeadObject provides a mock function with given fields: _a0

func (*S3API) HeadObjectRequest

func (_m *S3API) HeadObjectRequest(_a0 *s3.HeadObjectInput) (*request.Request, *s3.HeadObjectOutput)

HeadObjectRequest provides a mock function with given fields: _a0

func (*S3API) HeadObjectWithContext

func (_m *S3API) HeadObjectWithContext(_a0 context.Context, _a1 *s3.HeadObjectInput, _a2 ...request.Option) (*s3.HeadObjectOutput, error)

HeadObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListBucketAnalyticsConfigurations

func (_m *S3API) ListBucketAnalyticsConfigurations(_a0 *s3.ListBucketAnalyticsConfigurationsInput) (*s3.ListBucketAnalyticsConfigurationsOutput, error)

ListBucketAnalyticsConfigurations provides a mock function with given fields: _a0

func (*S3API) ListBucketAnalyticsConfigurationsRequest

func (_m *S3API) ListBucketAnalyticsConfigurationsRequest(_a0 *s3.ListBucketAnalyticsConfigurationsInput) (*request.Request, *s3.ListBucketAnalyticsConfigurationsOutput)

ListBucketAnalyticsConfigurationsRequest provides a mock function with given fields: _a0

func (*S3API) ListBucketAnalyticsConfigurationsWithContext

func (_m *S3API) ListBucketAnalyticsConfigurationsWithContext(_a0 context.Context, _a1 *s3.ListBucketAnalyticsConfigurationsInput, _a2 ...request.Option) (*s3.ListBucketAnalyticsConfigurationsOutput, error)

ListBucketAnalyticsConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListBucketIntelligentTieringConfigurations added in v0.33.6

ListBucketIntelligentTieringConfigurations provides a mock function with given fields: _a0

func (*S3API) ListBucketIntelligentTieringConfigurationsRequest added in v0.33.6

func (_m *S3API) ListBucketIntelligentTieringConfigurationsRequest(_a0 *s3.ListBucketIntelligentTieringConfigurationsInput) (*request.Request, *s3.ListBucketIntelligentTieringConfigurationsOutput)

ListBucketIntelligentTieringConfigurationsRequest provides a mock function with given fields: _a0

func (*S3API) ListBucketIntelligentTieringConfigurationsWithContext added in v0.33.6

func (_m *S3API) ListBucketIntelligentTieringConfigurationsWithContext(_a0 context.Context, _a1 *s3.ListBucketIntelligentTieringConfigurationsInput, _a2 ...request.Option) (*s3.ListBucketIntelligentTieringConfigurationsOutput, error)

ListBucketIntelligentTieringConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListBucketInventoryConfigurations

func (_m *S3API) ListBucketInventoryConfigurations(_a0 *s3.ListBucketInventoryConfigurationsInput) (*s3.ListBucketInventoryConfigurationsOutput, error)

ListBucketInventoryConfigurations provides a mock function with given fields: _a0

func (*S3API) ListBucketInventoryConfigurationsRequest

func (_m *S3API) ListBucketInventoryConfigurationsRequest(_a0 *s3.ListBucketInventoryConfigurationsInput) (*request.Request, *s3.ListBucketInventoryConfigurationsOutput)

ListBucketInventoryConfigurationsRequest provides a mock function with given fields: _a0

func (*S3API) ListBucketInventoryConfigurationsWithContext

func (_m *S3API) ListBucketInventoryConfigurationsWithContext(_a0 context.Context, _a1 *s3.ListBucketInventoryConfigurationsInput, _a2 ...request.Option) (*s3.ListBucketInventoryConfigurationsOutput, error)

ListBucketInventoryConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListBucketMetricsConfigurations

func (_m *S3API) ListBucketMetricsConfigurations(_a0 *s3.ListBucketMetricsConfigurationsInput) (*s3.ListBucketMetricsConfigurationsOutput, error)

ListBucketMetricsConfigurations provides a mock function with given fields: _a0

func (*S3API) ListBucketMetricsConfigurationsRequest

func (_m *S3API) ListBucketMetricsConfigurationsRequest(_a0 *s3.ListBucketMetricsConfigurationsInput) (*request.Request, *s3.ListBucketMetricsConfigurationsOutput)

ListBucketMetricsConfigurationsRequest provides a mock function with given fields: _a0

func (*S3API) ListBucketMetricsConfigurationsWithContext

func (_m *S3API) ListBucketMetricsConfigurationsWithContext(_a0 context.Context, _a1 *s3.ListBucketMetricsConfigurationsInput, _a2 ...request.Option) (*s3.ListBucketMetricsConfigurationsOutput, error)

ListBucketMetricsConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListBuckets

func (_m *S3API) ListBuckets(_a0 *s3.ListBucketsInput) (*s3.ListBucketsOutput, error)

ListBuckets provides a mock function with given fields: _a0

func (*S3API) ListBucketsRequest

func (_m *S3API) ListBucketsRequest(_a0 *s3.ListBucketsInput) (*request.Request, *s3.ListBucketsOutput)

ListBucketsRequest provides a mock function with given fields: _a0

func (*S3API) ListBucketsWithContext

func (_m *S3API) ListBucketsWithContext(_a0 context.Context, _a1 *s3.ListBucketsInput, _a2 ...request.Option) (*s3.ListBucketsOutput, error)

ListBucketsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListMultipartUploads

func (_m *S3API) ListMultipartUploads(_a0 *s3.ListMultipartUploadsInput) (*s3.ListMultipartUploadsOutput, error)

ListMultipartUploads provides a mock function with given fields: _a0

func (*S3API) ListMultipartUploadsPages

func (_m *S3API) ListMultipartUploadsPages(_a0 *s3.ListMultipartUploadsInput, _a1 func(*s3.ListMultipartUploadsOutput, bool) bool) error

ListMultipartUploadsPages provides a mock function with given fields: _a0, _a1

func (*S3API) ListMultipartUploadsPagesWithContext

func (_m *S3API) ListMultipartUploadsPagesWithContext(_a0 context.Context, _a1 *s3.ListMultipartUploadsInput, _a2 func(*s3.ListMultipartUploadsOutput, bool) bool, _a3 ...request.Option) error

ListMultipartUploadsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*S3API) ListMultipartUploadsRequest

func (_m *S3API) ListMultipartUploadsRequest(_a0 *s3.ListMultipartUploadsInput) (*request.Request, *s3.ListMultipartUploadsOutput)

ListMultipartUploadsRequest provides a mock function with given fields: _a0

func (*S3API) ListMultipartUploadsWithContext

func (_m *S3API) ListMultipartUploadsWithContext(_a0 context.Context, _a1 *s3.ListMultipartUploadsInput, _a2 ...request.Option) (*s3.ListMultipartUploadsOutput, error)

ListMultipartUploadsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListObjectVersions

func (_m *S3API) ListObjectVersions(_a0 *s3.ListObjectVersionsInput) (*s3.ListObjectVersionsOutput, error)

ListObjectVersions provides a mock function with given fields: _a0

func (*S3API) ListObjectVersionsPages

func (_m *S3API) ListObjectVersionsPages(_a0 *s3.ListObjectVersionsInput, _a1 func(*s3.ListObjectVersionsOutput, bool) bool) error

ListObjectVersionsPages provides a mock function with given fields: _a0, _a1

func (*S3API) ListObjectVersionsPagesWithContext

func (_m *S3API) ListObjectVersionsPagesWithContext(_a0 context.Context, _a1 *s3.ListObjectVersionsInput, _a2 func(*s3.ListObjectVersionsOutput, bool) bool, _a3 ...request.Option) error

ListObjectVersionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*S3API) ListObjectVersionsRequest

func (_m *S3API) ListObjectVersionsRequest(_a0 *s3.ListObjectVersionsInput) (*request.Request, *s3.ListObjectVersionsOutput)

ListObjectVersionsRequest provides a mock function with given fields: _a0

func (*S3API) ListObjectVersionsWithContext

func (_m *S3API) ListObjectVersionsWithContext(_a0 context.Context, _a1 *s3.ListObjectVersionsInput, _a2 ...request.Option) (*s3.ListObjectVersionsOutput, error)

ListObjectVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListObjects

func (_m *S3API) ListObjects(_a0 *s3.ListObjectsInput) (*s3.ListObjectsOutput, error)

ListObjects provides a mock function with given fields: _a0

func (*S3API) ListObjectsPages

func (_m *S3API) ListObjectsPages(_a0 *s3.ListObjectsInput, _a1 func(*s3.ListObjectsOutput, bool) bool) error

ListObjectsPages provides a mock function with given fields: _a0, _a1

func (*S3API) ListObjectsPagesWithContext

func (_m *S3API) ListObjectsPagesWithContext(_a0 context.Context, _a1 *s3.ListObjectsInput, _a2 func(*s3.ListObjectsOutput, bool) bool, _a3 ...request.Option) error

ListObjectsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*S3API) ListObjectsRequest

func (_m *S3API) ListObjectsRequest(_a0 *s3.ListObjectsInput) (*request.Request, *s3.ListObjectsOutput)

ListObjectsRequest provides a mock function with given fields: _a0

func (*S3API) ListObjectsV2

func (_m *S3API) ListObjectsV2(_a0 *s3.ListObjectsV2Input) (*s3.ListObjectsV2Output, error)

ListObjectsV2 provides a mock function with given fields: _a0

func (*S3API) ListObjectsV2Pages

func (_m *S3API) ListObjectsV2Pages(_a0 *s3.ListObjectsV2Input, _a1 func(*s3.ListObjectsV2Output, bool) bool) error

ListObjectsV2Pages provides a mock function with given fields: _a0, _a1

func (*S3API) ListObjectsV2PagesWithContext

func (_m *S3API) ListObjectsV2PagesWithContext(_a0 context.Context, _a1 *s3.ListObjectsV2Input, _a2 func(*s3.ListObjectsV2Output, bool) bool, _a3 ...request.Option) error

ListObjectsV2PagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*S3API) ListObjectsV2Request

func (_m *S3API) ListObjectsV2Request(_a0 *s3.ListObjectsV2Input) (*request.Request, *s3.ListObjectsV2Output)

ListObjectsV2Request provides a mock function with given fields: _a0

func (*S3API) ListObjectsV2WithContext

func (_m *S3API) ListObjectsV2WithContext(_a0 context.Context, _a1 *s3.ListObjectsV2Input, _a2 ...request.Option) (*s3.ListObjectsV2Output, error)

ListObjectsV2WithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListObjectsWithContext

func (_m *S3API) ListObjectsWithContext(_a0 context.Context, _a1 *s3.ListObjectsInput, _a2 ...request.Option) (*s3.ListObjectsOutput, error)

ListObjectsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListParts

func (_m *S3API) ListParts(_a0 *s3.ListPartsInput) (*s3.ListPartsOutput, error)

ListParts provides a mock function with given fields: _a0

func (*S3API) ListPartsPages

func (_m *S3API) ListPartsPages(_a0 *s3.ListPartsInput, _a1 func(*s3.ListPartsOutput, bool) bool) error

ListPartsPages provides a mock function with given fields: _a0, _a1

func (*S3API) ListPartsPagesWithContext

func (_m *S3API) ListPartsPagesWithContext(_a0 context.Context, _a1 *s3.ListPartsInput, _a2 func(*s3.ListPartsOutput, bool) bool, _a3 ...request.Option) error

ListPartsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*S3API) ListPartsRequest

func (_m *S3API) ListPartsRequest(_a0 *s3.ListPartsInput) (*request.Request, *s3.ListPartsOutput)

ListPartsRequest provides a mock function with given fields: _a0

func (*S3API) ListPartsWithContext

func (_m *S3API) ListPartsWithContext(_a0 context.Context, _a1 *s3.ListPartsInput, _a2 ...request.Option) (*s3.ListPartsOutput, error)

ListPartsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketAccelerateConfiguration

func (_m *S3API) PutBucketAccelerateConfiguration(_a0 *s3.PutBucketAccelerateConfigurationInput) (*s3.PutBucketAccelerateConfigurationOutput, error)

PutBucketAccelerateConfiguration provides a mock function with given fields: _a0

func (*S3API) PutBucketAccelerateConfigurationRequest

func (_m *S3API) PutBucketAccelerateConfigurationRequest(_a0 *s3.PutBucketAccelerateConfigurationInput) (*request.Request, *s3.PutBucketAccelerateConfigurationOutput)

PutBucketAccelerateConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketAccelerateConfigurationWithContext

func (_m *S3API) PutBucketAccelerateConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketAccelerateConfigurationInput, _a2 ...request.Option) (*s3.PutBucketAccelerateConfigurationOutput, error)

PutBucketAccelerateConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketAcl

func (_m *S3API) PutBucketAcl(_a0 *s3.PutBucketAclInput) (*s3.PutBucketAclOutput, error)

PutBucketAcl provides a mock function with given fields: _a0

func (*S3API) PutBucketAclRequest

func (_m *S3API) PutBucketAclRequest(_a0 *s3.PutBucketAclInput) (*request.Request, *s3.PutBucketAclOutput)

PutBucketAclRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketAclWithContext

func (_m *S3API) PutBucketAclWithContext(_a0 context.Context, _a1 *s3.PutBucketAclInput, _a2 ...request.Option) (*s3.PutBucketAclOutput, error)

PutBucketAclWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketAnalyticsConfiguration

func (_m *S3API) PutBucketAnalyticsConfiguration(_a0 *s3.PutBucketAnalyticsConfigurationInput) (*s3.PutBucketAnalyticsConfigurationOutput, error)

PutBucketAnalyticsConfiguration provides a mock function with given fields: _a0

func (*S3API) PutBucketAnalyticsConfigurationRequest

func (_m *S3API) PutBucketAnalyticsConfigurationRequest(_a0 *s3.PutBucketAnalyticsConfigurationInput) (*request.Request, *s3.PutBucketAnalyticsConfigurationOutput)

PutBucketAnalyticsConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketAnalyticsConfigurationWithContext

func (_m *S3API) PutBucketAnalyticsConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketAnalyticsConfigurationInput, _a2 ...request.Option) (*s3.PutBucketAnalyticsConfigurationOutput, error)

PutBucketAnalyticsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketCors

func (_m *S3API) PutBucketCors(_a0 *s3.PutBucketCorsInput) (*s3.PutBucketCorsOutput, error)

PutBucketCors provides a mock function with given fields: _a0

func (*S3API) PutBucketCorsRequest

func (_m *S3API) PutBucketCorsRequest(_a0 *s3.PutBucketCorsInput) (*request.Request, *s3.PutBucketCorsOutput)

PutBucketCorsRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketCorsWithContext

func (_m *S3API) PutBucketCorsWithContext(_a0 context.Context, _a1 *s3.PutBucketCorsInput, _a2 ...request.Option) (*s3.PutBucketCorsOutput, error)

PutBucketCorsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketEncryption

func (_m *S3API) PutBucketEncryption(_a0 *s3.PutBucketEncryptionInput) (*s3.PutBucketEncryptionOutput, error)

PutBucketEncryption provides a mock function with given fields: _a0

func (*S3API) PutBucketEncryptionRequest

func (_m *S3API) PutBucketEncryptionRequest(_a0 *s3.PutBucketEncryptionInput) (*request.Request, *s3.PutBucketEncryptionOutput)

PutBucketEncryptionRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketEncryptionWithContext

func (_m *S3API) PutBucketEncryptionWithContext(_a0 context.Context, _a1 *s3.PutBucketEncryptionInput, _a2 ...request.Option) (*s3.PutBucketEncryptionOutput, error)

PutBucketEncryptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketIntelligentTieringConfiguration added in v0.33.6

PutBucketIntelligentTieringConfiguration provides a mock function with given fields: _a0

func (*S3API) PutBucketIntelligentTieringConfigurationRequest added in v0.33.6

func (_m *S3API) PutBucketIntelligentTieringConfigurationRequest(_a0 *s3.PutBucketIntelligentTieringConfigurationInput) (*request.Request, *s3.PutBucketIntelligentTieringConfigurationOutput)

PutBucketIntelligentTieringConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketIntelligentTieringConfigurationWithContext added in v0.33.6

func (_m *S3API) PutBucketIntelligentTieringConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketIntelligentTieringConfigurationInput, _a2 ...request.Option) (*s3.PutBucketIntelligentTieringConfigurationOutput, error)

PutBucketIntelligentTieringConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketInventoryConfiguration

func (_m *S3API) PutBucketInventoryConfiguration(_a0 *s3.PutBucketInventoryConfigurationInput) (*s3.PutBucketInventoryConfigurationOutput, error)

PutBucketInventoryConfiguration provides a mock function with given fields: _a0

func (*S3API) PutBucketInventoryConfigurationRequest

func (_m *S3API) PutBucketInventoryConfigurationRequest(_a0 *s3.PutBucketInventoryConfigurationInput) (*request.Request, *s3.PutBucketInventoryConfigurationOutput)

PutBucketInventoryConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketInventoryConfigurationWithContext

func (_m *S3API) PutBucketInventoryConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketInventoryConfigurationInput, _a2 ...request.Option) (*s3.PutBucketInventoryConfigurationOutput, error)

PutBucketInventoryConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketLifecycle

func (_m *S3API) PutBucketLifecycle(_a0 *s3.PutBucketLifecycleInput) (*s3.PutBucketLifecycleOutput, error)

PutBucketLifecycle provides a mock function with given fields: _a0

func (*S3API) PutBucketLifecycleConfiguration

func (_m *S3API) PutBucketLifecycleConfiguration(_a0 *s3.PutBucketLifecycleConfigurationInput) (*s3.PutBucketLifecycleConfigurationOutput, error)

PutBucketLifecycleConfiguration provides a mock function with given fields: _a0

func (*S3API) PutBucketLifecycleConfigurationRequest

func (_m *S3API) PutBucketLifecycleConfigurationRequest(_a0 *s3.PutBucketLifecycleConfigurationInput) (*request.Request, *s3.PutBucketLifecycleConfigurationOutput)

PutBucketLifecycleConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketLifecycleConfigurationWithContext

func (_m *S3API) PutBucketLifecycleConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketLifecycleConfigurationInput, _a2 ...request.Option) (*s3.PutBucketLifecycleConfigurationOutput, error)

PutBucketLifecycleConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketLifecycleRequest

func (_m *S3API) PutBucketLifecycleRequest(_a0 *s3.PutBucketLifecycleInput) (*request.Request, *s3.PutBucketLifecycleOutput)

PutBucketLifecycleRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketLifecycleWithContext

func (_m *S3API) PutBucketLifecycleWithContext(_a0 context.Context, _a1 *s3.PutBucketLifecycleInput, _a2 ...request.Option) (*s3.PutBucketLifecycleOutput, error)

PutBucketLifecycleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketLogging

func (_m *S3API) PutBucketLogging(_a0 *s3.PutBucketLoggingInput) (*s3.PutBucketLoggingOutput, error)

PutBucketLogging provides a mock function with given fields: _a0

func (*S3API) PutBucketLoggingRequest

func (_m *S3API) PutBucketLoggingRequest(_a0 *s3.PutBucketLoggingInput) (*request.Request, *s3.PutBucketLoggingOutput)

PutBucketLoggingRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketLoggingWithContext

func (_m *S3API) PutBucketLoggingWithContext(_a0 context.Context, _a1 *s3.PutBucketLoggingInput, _a2 ...request.Option) (*s3.PutBucketLoggingOutput, error)

PutBucketLoggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketMetricsConfiguration

func (_m *S3API) PutBucketMetricsConfiguration(_a0 *s3.PutBucketMetricsConfigurationInput) (*s3.PutBucketMetricsConfigurationOutput, error)

PutBucketMetricsConfiguration provides a mock function with given fields: _a0

func (*S3API) PutBucketMetricsConfigurationRequest

func (_m *S3API) PutBucketMetricsConfigurationRequest(_a0 *s3.PutBucketMetricsConfigurationInput) (*request.Request, *s3.PutBucketMetricsConfigurationOutput)

PutBucketMetricsConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketMetricsConfigurationWithContext

func (_m *S3API) PutBucketMetricsConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketMetricsConfigurationInput, _a2 ...request.Option) (*s3.PutBucketMetricsConfigurationOutput, error)

PutBucketMetricsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketNotification

func (_m *S3API) PutBucketNotification(_a0 *s3.PutBucketNotificationInput) (*s3.PutBucketNotificationOutput, error)

PutBucketNotification provides a mock function with given fields: _a0

func (*S3API) PutBucketNotificationConfiguration

func (_m *S3API) PutBucketNotificationConfiguration(_a0 *s3.PutBucketNotificationConfigurationInput) (*s3.PutBucketNotificationConfigurationOutput, error)

PutBucketNotificationConfiguration provides a mock function with given fields: _a0

func (*S3API) PutBucketNotificationConfigurationRequest

func (_m *S3API) PutBucketNotificationConfigurationRequest(_a0 *s3.PutBucketNotificationConfigurationInput) (*request.Request, *s3.PutBucketNotificationConfigurationOutput)

PutBucketNotificationConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketNotificationConfigurationWithContext

func (_m *S3API) PutBucketNotificationConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketNotificationConfigurationInput, _a2 ...request.Option) (*s3.PutBucketNotificationConfigurationOutput, error)

PutBucketNotificationConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketNotificationRequest

func (_m *S3API) PutBucketNotificationRequest(_a0 *s3.PutBucketNotificationInput) (*request.Request, *s3.PutBucketNotificationOutput)

PutBucketNotificationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketNotificationWithContext

func (_m *S3API) PutBucketNotificationWithContext(_a0 context.Context, _a1 *s3.PutBucketNotificationInput, _a2 ...request.Option) (*s3.PutBucketNotificationOutput, error)

PutBucketNotificationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketOwnershipControls added in v0.33.6

func (_m *S3API) PutBucketOwnershipControls(_a0 *s3.PutBucketOwnershipControlsInput) (*s3.PutBucketOwnershipControlsOutput, error)

PutBucketOwnershipControls provides a mock function with given fields: _a0

func (*S3API) PutBucketOwnershipControlsRequest added in v0.33.6

func (_m *S3API) PutBucketOwnershipControlsRequest(_a0 *s3.PutBucketOwnershipControlsInput) (*request.Request, *s3.PutBucketOwnershipControlsOutput)

PutBucketOwnershipControlsRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketOwnershipControlsWithContext added in v0.33.6

func (_m *S3API) PutBucketOwnershipControlsWithContext(_a0 context.Context, _a1 *s3.PutBucketOwnershipControlsInput, _a2 ...request.Option) (*s3.PutBucketOwnershipControlsOutput, error)

PutBucketOwnershipControlsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketPolicy

func (_m *S3API) PutBucketPolicy(_a0 *s3.PutBucketPolicyInput) (*s3.PutBucketPolicyOutput, error)

PutBucketPolicy provides a mock function with given fields: _a0

func (*S3API) PutBucketPolicyRequest

func (_m *S3API) PutBucketPolicyRequest(_a0 *s3.PutBucketPolicyInput) (*request.Request, *s3.PutBucketPolicyOutput)

PutBucketPolicyRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketPolicyWithContext

func (_m *S3API) PutBucketPolicyWithContext(_a0 context.Context, _a1 *s3.PutBucketPolicyInput, _a2 ...request.Option) (*s3.PutBucketPolicyOutput, error)

PutBucketPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketReplication

func (_m *S3API) PutBucketReplication(_a0 *s3.PutBucketReplicationInput) (*s3.PutBucketReplicationOutput, error)

PutBucketReplication provides a mock function with given fields: _a0

func (*S3API) PutBucketReplicationRequest

func (_m *S3API) PutBucketReplicationRequest(_a0 *s3.PutBucketReplicationInput) (*request.Request, *s3.PutBucketReplicationOutput)

PutBucketReplicationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketReplicationWithContext

func (_m *S3API) PutBucketReplicationWithContext(_a0 context.Context, _a1 *s3.PutBucketReplicationInput, _a2 ...request.Option) (*s3.PutBucketReplicationOutput, error)

PutBucketReplicationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketRequestPayment

func (_m *S3API) PutBucketRequestPayment(_a0 *s3.PutBucketRequestPaymentInput) (*s3.PutBucketRequestPaymentOutput, error)

PutBucketRequestPayment provides a mock function with given fields: _a0

func (*S3API) PutBucketRequestPaymentRequest

func (_m *S3API) PutBucketRequestPaymentRequest(_a0 *s3.PutBucketRequestPaymentInput) (*request.Request, *s3.PutBucketRequestPaymentOutput)

PutBucketRequestPaymentRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketRequestPaymentWithContext

func (_m *S3API) PutBucketRequestPaymentWithContext(_a0 context.Context, _a1 *s3.PutBucketRequestPaymentInput, _a2 ...request.Option) (*s3.PutBucketRequestPaymentOutput, error)

PutBucketRequestPaymentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketTagging

func (_m *S3API) PutBucketTagging(_a0 *s3.PutBucketTaggingInput) (*s3.PutBucketTaggingOutput, error)

PutBucketTagging provides a mock function with given fields: _a0

func (*S3API) PutBucketTaggingRequest

func (_m *S3API) PutBucketTaggingRequest(_a0 *s3.PutBucketTaggingInput) (*request.Request, *s3.PutBucketTaggingOutput)

PutBucketTaggingRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketTaggingWithContext

func (_m *S3API) PutBucketTaggingWithContext(_a0 context.Context, _a1 *s3.PutBucketTaggingInput, _a2 ...request.Option) (*s3.PutBucketTaggingOutput, error)

PutBucketTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketVersioning

func (_m *S3API) PutBucketVersioning(_a0 *s3.PutBucketVersioningInput) (*s3.PutBucketVersioningOutput, error)

PutBucketVersioning provides a mock function with given fields: _a0

func (*S3API) PutBucketVersioningRequest

func (_m *S3API) PutBucketVersioningRequest(_a0 *s3.PutBucketVersioningInput) (*request.Request, *s3.PutBucketVersioningOutput)

PutBucketVersioningRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketVersioningWithContext

func (_m *S3API) PutBucketVersioningWithContext(_a0 context.Context, _a1 *s3.PutBucketVersioningInput, _a2 ...request.Option) (*s3.PutBucketVersioningOutput, error)

PutBucketVersioningWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketWebsite

func (_m *S3API) PutBucketWebsite(_a0 *s3.PutBucketWebsiteInput) (*s3.PutBucketWebsiteOutput, error)

PutBucketWebsite provides a mock function with given fields: _a0

func (*S3API) PutBucketWebsiteRequest

func (_m *S3API) PutBucketWebsiteRequest(_a0 *s3.PutBucketWebsiteInput) (*request.Request, *s3.PutBucketWebsiteOutput)

PutBucketWebsiteRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketWebsiteWithContext

func (_m *S3API) PutBucketWebsiteWithContext(_a0 context.Context, _a1 *s3.PutBucketWebsiteInput, _a2 ...request.Option) (*s3.PutBucketWebsiteOutput, error)

PutBucketWebsiteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutObject

func (_m *S3API) PutObject(_a0 *s3.PutObjectInput) (*s3.PutObjectOutput, error)

PutObject provides a mock function with given fields: _a0

func (*S3API) PutObjectAcl

func (_m *S3API) PutObjectAcl(_a0 *s3.PutObjectAclInput) (*s3.PutObjectAclOutput, error)

PutObjectAcl provides a mock function with given fields: _a0

func (*S3API) PutObjectAclRequest

func (_m *S3API) PutObjectAclRequest(_a0 *s3.PutObjectAclInput) (*request.Request, *s3.PutObjectAclOutput)

PutObjectAclRequest provides a mock function with given fields: _a0

func (*S3API) PutObjectAclWithContext

func (_m *S3API) PutObjectAclWithContext(_a0 context.Context, _a1 *s3.PutObjectAclInput, _a2 ...request.Option) (*s3.PutObjectAclOutput, error)

PutObjectAclWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutObjectLegalHold

func (_m *S3API) PutObjectLegalHold(_a0 *s3.PutObjectLegalHoldInput) (*s3.PutObjectLegalHoldOutput, error)

PutObjectLegalHold provides a mock function with given fields: _a0

func (*S3API) PutObjectLegalHoldRequest

func (_m *S3API) PutObjectLegalHoldRequest(_a0 *s3.PutObjectLegalHoldInput) (*request.Request, *s3.PutObjectLegalHoldOutput)

PutObjectLegalHoldRequest provides a mock function with given fields: _a0

func (*S3API) PutObjectLegalHoldWithContext

func (_m *S3API) PutObjectLegalHoldWithContext(_a0 context.Context, _a1 *s3.PutObjectLegalHoldInput, _a2 ...request.Option) (*s3.PutObjectLegalHoldOutput, error)

PutObjectLegalHoldWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutObjectLockConfiguration

func (_m *S3API) PutObjectLockConfiguration(_a0 *s3.PutObjectLockConfigurationInput) (*s3.PutObjectLockConfigurationOutput, error)

PutObjectLockConfiguration provides a mock function with given fields: _a0

func (*S3API) PutObjectLockConfigurationRequest

func (_m *S3API) PutObjectLockConfigurationRequest(_a0 *s3.PutObjectLockConfigurationInput) (*request.Request, *s3.PutObjectLockConfigurationOutput)

PutObjectLockConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) PutObjectLockConfigurationWithContext

func (_m *S3API) PutObjectLockConfigurationWithContext(_a0 context.Context, _a1 *s3.PutObjectLockConfigurationInput, _a2 ...request.Option) (*s3.PutObjectLockConfigurationOutput, error)

PutObjectLockConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutObjectRequest

func (_m *S3API) PutObjectRequest(_a0 *s3.PutObjectInput) (*request.Request, *s3.PutObjectOutput)

PutObjectRequest provides a mock function with given fields: _a0

func (*S3API) PutObjectRetention

func (_m *S3API) PutObjectRetention(_a0 *s3.PutObjectRetentionInput) (*s3.PutObjectRetentionOutput, error)

PutObjectRetention provides a mock function with given fields: _a0

func (*S3API) PutObjectRetentionRequest

func (_m *S3API) PutObjectRetentionRequest(_a0 *s3.PutObjectRetentionInput) (*request.Request, *s3.PutObjectRetentionOutput)

PutObjectRetentionRequest provides a mock function with given fields: _a0

func (*S3API) PutObjectRetentionWithContext

func (_m *S3API) PutObjectRetentionWithContext(_a0 context.Context, _a1 *s3.PutObjectRetentionInput, _a2 ...request.Option) (*s3.PutObjectRetentionOutput, error)

PutObjectRetentionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutObjectTagging

func (_m *S3API) PutObjectTagging(_a0 *s3.PutObjectTaggingInput) (*s3.PutObjectTaggingOutput, error)

PutObjectTagging provides a mock function with given fields: _a0

func (*S3API) PutObjectTaggingRequest

func (_m *S3API) PutObjectTaggingRequest(_a0 *s3.PutObjectTaggingInput) (*request.Request, *s3.PutObjectTaggingOutput)

PutObjectTaggingRequest provides a mock function with given fields: _a0

func (*S3API) PutObjectTaggingWithContext

func (_m *S3API) PutObjectTaggingWithContext(_a0 context.Context, _a1 *s3.PutObjectTaggingInput, _a2 ...request.Option) (*s3.PutObjectTaggingOutput, error)

PutObjectTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutObjectWithContext

func (_m *S3API) PutObjectWithContext(_a0 context.Context, _a1 *s3.PutObjectInput, _a2 ...request.Option) (*s3.PutObjectOutput, error)

PutObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutPublicAccessBlock

func (_m *S3API) PutPublicAccessBlock(_a0 *s3.PutPublicAccessBlockInput) (*s3.PutPublicAccessBlockOutput, error)

PutPublicAccessBlock provides a mock function with given fields: _a0

func (*S3API) PutPublicAccessBlockRequest

func (_m *S3API) PutPublicAccessBlockRequest(_a0 *s3.PutPublicAccessBlockInput) (*request.Request, *s3.PutPublicAccessBlockOutput)

PutPublicAccessBlockRequest provides a mock function with given fields: _a0

func (*S3API) PutPublicAccessBlockWithContext

func (_m *S3API) PutPublicAccessBlockWithContext(_a0 context.Context, _a1 *s3.PutPublicAccessBlockInput, _a2 ...request.Option) (*s3.PutPublicAccessBlockOutput, error)

PutPublicAccessBlockWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) RestoreObject

func (_m *S3API) RestoreObject(_a0 *s3.RestoreObjectInput) (*s3.RestoreObjectOutput, error)

RestoreObject provides a mock function with given fields: _a0

func (*S3API) RestoreObjectRequest

func (_m *S3API) RestoreObjectRequest(_a0 *s3.RestoreObjectInput) (*request.Request, *s3.RestoreObjectOutput)

RestoreObjectRequest provides a mock function with given fields: _a0

func (*S3API) RestoreObjectWithContext

func (_m *S3API) RestoreObjectWithContext(_a0 context.Context, _a1 *s3.RestoreObjectInput, _a2 ...request.Option) (*s3.RestoreObjectOutput, error)

RestoreObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) SelectObjectContent

func (_m *S3API) SelectObjectContent(_a0 *s3.SelectObjectContentInput) (*s3.SelectObjectContentOutput, error)

SelectObjectContent provides a mock function with given fields: _a0

func (*S3API) SelectObjectContentRequest

func (_m *S3API) SelectObjectContentRequest(_a0 *s3.SelectObjectContentInput) (*request.Request, *s3.SelectObjectContentOutput)

SelectObjectContentRequest provides a mock function with given fields: _a0

func (*S3API) SelectObjectContentWithContext

func (_m *S3API) SelectObjectContentWithContext(_a0 context.Context, _a1 *s3.SelectObjectContentInput, _a2 ...request.Option) (*s3.SelectObjectContentOutput, error)

SelectObjectContentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) UploadPart

func (_m *S3API) UploadPart(_a0 *s3.UploadPartInput) (*s3.UploadPartOutput, error)

UploadPart provides a mock function with given fields: _a0

func (*S3API) UploadPartCopy

func (_m *S3API) UploadPartCopy(_a0 *s3.UploadPartCopyInput) (*s3.UploadPartCopyOutput, error)

UploadPartCopy provides a mock function with given fields: _a0

func (*S3API) UploadPartCopyRequest

func (_m *S3API) UploadPartCopyRequest(_a0 *s3.UploadPartCopyInput) (*request.Request, *s3.UploadPartCopyOutput)

UploadPartCopyRequest provides a mock function with given fields: _a0

func (*S3API) UploadPartCopyWithContext

func (_m *S3API) UploadPartCopyWithContext(_a0 context.Context, _a1 *s3.UploadPartCopyInput, _a2 ...request.Option) (*s3.UploadPartCopyOutput, error)

UploadPartCopyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) UploadPartRequest

func (_m *S3API) UploadPartRequest(_a0 *s3.UploadPartInput) (*request.Request, *s3.UploadPartOutput)

UploadPartRequest provides a mock function with given fields: _a0

func (*S3API) UploadPartWithContext

func (_m *S3API) UploadPartWithContext(_a0 context.Context, _a1 *s3.UploadPartInput, _a2 ...request.Option) (*s3.UploadPartOutput, error)

UploadPartWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) WaitUntilBucketExists

func (_m *S3API) WaitUntilBucketExists(_a0 *s3.HeadBucketInput) error

WaitUntilBucketExists provides a mock function with given fields: _a0

func (*S3API) WaitUntilBucketExistsWithContext

func (_m *S3API) WaitUntilBucketExistsWithContext(_a0 context.Context, _a1 *s3.HeadBucketInput, _a2 ...request.WaiterOption) error

WaitUntilBucketExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) WaitUntilBucketNotExists

func (_m *S3API) WaitUntilBucketNotExists(_a0 *s3.HeadBucketInput) error

WaitUntilBucketNotExists provides a mock function with given fields: _a0

func (*S3API) WaitUntilBucketNotExistsWithContext

func (_m *S3API) WaitUntilBucketNotExistsWithContext(_a0 context.Context, _a1 *s3.HeadBucketInput, _a2 ...request.WaiterOption) error

WaitUntilBucketNotExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) WaitUntilObjectExists

func (_m *S3API) WaitUntilObjectExists(_a0 *s3.HeadObjectInput) error

WaitUntilObjectExists provides a mock function with given fields: _a0

func (*S3API) WaitUntilObjectExistsWithContext

func (_m *S3API) WaitUntilObjectExistsWithContext(_a0 context.Context, _a1 *s3.HeadObjectInput, _a2 ...request.WaiterOption) error

WaitUntilObjectExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) WaitUntilObjectNotExists

func (_m *S3API) WaitUntilObjectNotExists(_a0 *s3.HeadObjectInput) error

WaitUntilObjectNotExists provides a mock function with given fields: _a0

func (*S3API) WaitUntilObjectNotExistsWithContext

func (_m *S3API) WaitUntilObjectNotExistsWithContext(_a0 context.Context, _a1 *s3.HeadObjectInput, _a2 ...request.WaiterOption) error

WaitUntilObjectNotExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

type SESAPI

type SESAPI struct {
	mock.Mock
}

SESAPI is an autogenerated mock type for the SESAPI type

func (*SESAPI) CloneReceiptRuleSet

func (_m *SESAPI) CloneReceiptRuleSet(_a0 *ses.CloneReceiptRuleSetInput) (*ses.CloneReceiptRuleSetOutput, error)

CloneReceiptRuleSet provides a mock function with given fields: _a0

func (*SESAPI) CloneReceiptRuleSetRequest

func (_m *SESAPI) CloneReceiptRuleSetRequest(_a0 *ses.CloneReceiptRuleSetInput) (*request.Request, *ses.CloneReceiptRuleSetOutput)

CloneReceiptRuleSetRequest provides a mock function with given fields: _a0

func (*SESAPI) CloneReceiptRuleSetWithContext

func (_m *SESAPI) CloneReceiptRuleSetWithContext(_a0 context.Context, _a1 *ses.CloneReceiptRuleSetInput, _a2 ...request.Option) (*ses.CloneReceiptRuleSetOutput, error)

CloneReceiptRuleSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) CreateConfigurationSet

func (_m *SESAPI) CreateConfigurationSet(_a0 *ses.CreateConfigurationSetInput) (*ses.CreateConfigurationSetOutput, error)

CreateConfigurationSet provides a mock function with given fields: _a0

func (*SESAPI) CreateConfigurationSetEventDestination

CreateConfigurationSetEventDestination provides a mock function with given fields: _a0

func (*SESAPI) CreateConfigurationSetEventDestinationRequest

func (_m *SESAPI) CreateConfigurationSetEventDestinationRequest(_a0 *ses.CreateConfigurationSetEventDestinationInput) (*request.Request, *ses.CreateConfigurationSetEventDestinationOutput)

CreateConfigurationSetEventDestinationRequest provides a mock function with given fields: _a0

func (*SESAPI) CreateConfigurationSetEventDestinationWithContext

func (_m *SESAPI) CreateConfigurationSetEventDestinationWithContext(_a0 context.Context, _a1 *ses.CreateConfigurationSetEventDestinationInput, _a2 ...request.Option) (*ses.CreateConfigurationSetEventDestinationOutput, error)

CreateConfigurationSetEventDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) CreateConfigurationSetRequest

func (_m *SESAPI) CreateConfigurationSetRequest(_a0 *ses.CreateConfigurationSetInput) (*request.Request, *ses.CreateConfigurationSetOutput)

CreateConfigurationSetRequest provides a mock function with given fields: _a0

func (*SESAPI) CreateConfigurationSetTrackingOptions

CreateConfigurationSetTrackingOptions provides a mock function with given fields: _a0

func (*SESAPI) CreateConfigurationSetTrackingOptionsRequest

func (_m *SESAPI) CreateConfigurationSetTrackingOptionsRequest(_a0 *ses.CreateConfigurationSetTrackingOptionsInput) (*request.Request, *ses.CreateConfigurationSetTrackingOptionsOutput)

CreateConfigurationSetTrackingOptionsRequest provides a mock function with given fields: _a0

func (*SESAPI) CreateConfigurationSetTrackingOptionsWithContext

func (_m *SESAPI) CreateConfigurationSetTrackingOptionsWithContext(_a0 context.Context, _a1 *ses.CreateConfigurationSetTrackingOptionsInput, _a2 ...request.Option) (*ses.CreateConfigurationSetTrackingOptionsOutput, error)

CreateConfigurationSetTrackingOptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) CreateConfigurationSetWithContext

func (_m *SESAPI) CreateConfigurationSetWithContext(_a0 context.Context, _a1 *ses.CreateConfigurationSetInput, _a2 ...request.Option) (*ses.CreateConfigurationSetOutput, error)

CreateConfigurationSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) CreateCustomVerificationEmailTemplate

CreateCustomVerificationEmailTemplate provides a mock function with given fields: _a0

func (*SESAPI) CreateCustomVerificationEmailTemplateRequest

func (_m *SESAPI) CreateCustomVerificationEmailTemplateRequest(_a0 *ses.CreateCustomVerificationEmailTemplateInput) (*request.Request, *ses.CreateCustomVerificationEmailTemplateOutput)

CreateCustomVerificationEmailTemplateRequest provides a mock function with given fields: _a0

func (*SESAPI) CreateCustomVerificationEmailTemplateWithContext

func (_m *SESAPI) CreateCustomVerificationEmailTemplateWithContext(_a0 context.Context, _a1 *ses.CreateCustomVerificationEmailTemplateInput, _a2 ...request.Option) (*ses.CreateCustomVerificationEmailTemplateOutput, error)

CreateCustomVerificationEmailTemplateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) CreateReceiptFilter

func (_m *SESAPI) CreateReceiptFilter(_a0 *ses.CreateReceiptFilterInput) (*ses.CreateReceiptFilterOutput, error)

CreateReceiptFilter provides a mock function with given fields: _a0

func (*SESAPI) CreateReceiptFilterRequest

func (_m *SESAPI) CreateReceiptFilterRequest(_a0 *ses.CreateReceiptFilterInput) (*request.Request, *ses.CreateReceiptFilterOutput)

CreateReceiptFilterRequest provides a mock function with given fields: _a0

func (*SESAPI) CreateReceiptFilterWithContext

func (_m *SESAPI) CreateReceiptFilterWithContext(_a0 context.Context, _a1 *ses.CreateReceiptFilterInput, _a2 ...request.Option) (*ses.CreateReceiptFilterOutput, error)

CreateReceiptFilterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) CreateReceiptRule

func (_m *SESAPI) CreateReceiptRule(_a0 *ses.CreateReceiptRuleInput) (*ses.CreateReceiptRuleOutput, error)

CreateReceiptRule provides a mock function with given fields: _a0

func (*SESAPI) CreateReceiptRuleRequest

func (_m *SESAPI) CreateReceiptRuleRequest(_a0 *ses.CreateReceiptRuleInput) (*request.Request, *ses.CreateReceiptRuleOutput)

CreateReceiptRuleRequest provides a mock function with given fields: _a0

func (*SESAPI) CreateReceiptRuleSet

func (_m *SESAPI) CreateReceiptRuleSet(_a0 *ses.CreateReceiptRuleSetInput) (*ses.CreateReceiptRuleSetOutput, error)

CreateReceiptRuleSet provides a mock function with given fields: _a0

func (*SESAPI) CreateReceiptRuleSetRequest

func (_m *SESAPI) CreateReceiptRuleSetRequest(_a0 *ses.CreateReceiptRuleSetInput) (*request.Request, *ses.CreateReceiptRuleSetOutput)

CreateReceiptRuleSetRequest provides a mock function with given fields: _a0

func (*SESAPI) CreateReceiptRuleSetWithContext

func (_m *SESAPI) CreateReceiptRuleSetWithContext(_a0 context.Context, _a1 *ses.CreateReceiptRuleSetInput, _a2 ...request.Option) (*ses.CreateReceiptRuleSetOutput, error)

CreateReceiptRuleSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) CreateReceiptRuleWithContext

func (_m *SESAPI) CreateReceiptRuleWithContext(_a0 context.Context, _a1 *ses.CreateReceiptRuleInput, _a2 ...request.Option) (*ses.CreateReceiptRuleOutput, error)

CreateReceiptRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) CreateTemplate

func (_m *SESAPI) CreateTemplate(_a0 *ses.CreateTemplateInput) (*ses.CreateTemplateOutput, error)

CreateTemplate provides a mock function with given fields: _a0

func (*SESAPI) CreateTemplateRequest

func (_m *SESAPI) CreateTemplateRequest(_a0 *ses.CreateTemplateInput) (*request.Request, *ses.CreateTemplateOutput)

CreateTemplateRequest provides a mock function with given fields: _a0

func (*SESAPI) CreateTemplateWithContext

func (_m *SESAPI) CreateTemplateWithContext(_a0 context.Context, _a1 *ses.CreateTemplateInput, _a2 ...request.Option) (*ses.CreateTemplateOutput, error)

CreateTemplateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) DeleteConfigurationSet

func (_m *SESAPI) DeleteConfigurationSet(_a0 *ses.DeleteConfigurationSetInput) (*ses.DeleteConfigurationSetOutput, error)

DeleteConfigurationSet provides a mock function with given fields: _a0

func (*SESAPI) DeleteConfigurationSetEventDestination

DeleteConfigurationSetEventDestination provides a mock function with given fields: _a0

func (*SESAPI) DeleteConfigurationSetEventDestinationRequest

func (_m *SESAPI) DeleteConfigurationSetEventDestinationRequest(_a0 *ses.DeleteConfigurationSetEventDestinationInput) (*request.Request, *ses.DeleteConfigurationSetEventDestinationOutput)

DeleteConfigurationSetEventDestinationRequest provides a mock function with given fields: _a0

func (*SESAPI) DeleteConfigurationSetEventDestinationWithContext

func (_m *SESAPI) DeleteConfigurationSetEventDestinationWithContext(_a0 context.Context, _a1 *ses.DeleteConfigurationSetEventDestinationInput, _a2 ...request.Option) (*ses.DeleteConfigurationSetEventDestinationOutput, error)

DeleteConfigurationSetEventDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) DeleteConfigurationSetRequest

func (_m *SESAPI) DeleteConfigurationSetRequest(_a0 *ses.DeleteConfigurationSetInput) (*request.Request, *ses.DeleteConfigurationSetOutput)

DeleteConfigurationSetRequest provides a mock function with given fields: _a0

func (*SESAPI) DeleteConfigurationSetTrackingOptions

DeleteConfigurationSetTrackingOptions provides a mock function with given fields: _a0

func (*SESAPI) DeleteConfigurationSetTrackingOptionsRequest

func (_m *SESAPI) DeleteConfigurationSetTrackingOptionsRequest(_a0 *ses.DeleteConfigurationSetTrackingOptionsInput) (*request.Request, *ses.DeleteConfigurationSetTrackingOptionsOutput)

DeleteConfigurationSetTrackingOptionsRequest provides a mock function with given fields: _a0

func (*SESAPI) DeleteConfigurationSetTrackingOptionsWithContext

func (_m *SESAPI) DeleteConfigurationSetTrackingOptionsWithContext(_a0 context.Context, _a1 *ses.DeleteConfigurationSetTrackingOptionsInput, _a2 ...request.Option) (*ses.DeleteConfigurationSetTrackingOptionsOutput, error)

DeleteConfigurationSetTrackingOptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) DeleteConfigurationSetWithContext

func (_m *SESAPI) DeleteConfigurationSetWithContext(_a0 context.Context, _a1 *ses.DeleteConfigurationSetInput, _a2 ...request.Option) (*ses.DeleteConfigurationSetOutput, error)

DeleteConfigurationSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) DeleteCustomVerificationEmailTemplate

DeleteCustomVerificationEmailTemplate provides a mock function with given fields: _a0

func (*SESAPI) DeleteCustomVerificationEmailTemplateRequest

func (_m *SESAPI) DeleteCustomVerificationEmailTemplateRequest(_a0 *ses.DeleteCustomVerificationEmailTemplateInput) (*request.Request, *ses.DeleteCustomVerificationEmailTemplateOutput)

DeleteCustomVerificationEmailTemplateRequest provides a mock function with given fields: _a0

func (*SESAPI) DeleteCustomVerificationEmailTemplateWithContext

func (_m *SESAPI) DeleteCustomVerificationEmailTemplateWithContext(_a0 context.Context, _a1 *ses.DeleteCustomVerificationEmailTemplateInput, _a2 ...request.Option) (*ses.DeleteCustomVerificationEmailTemplateOutput, error)

DeleteCustomVerificationEmailTemplateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) DeleteIdentity

func (_m *SESAPI) DeleteIdentity(_a0 *ses.DeleteIdentityInput) (*ses.DeleteIdentityOutput, error)

DeleteIdentity provides a mock function with given fields: _a0

func (*SESAPI) DeleteIdentityPolicy

func (_m *SESAPI) DeleteIdentityPolicy(_a0 *ses.DeleteIdentityPolicyInput) (*ses.DeleteIdentityPolicyOutput, error)

DeleteIdentityPolicy provides a mock function with given fields: _a0

func (*SESAPI) DeleteIdentityPolicyRequest

func (_m *SESAPI) DeleteIdentityPolicyRequest(_a0 *ses.DeleteIdentityPolicyInput) (*request.Request, *ses.DeleteIdentityPolicyOutput)

DeleteIdentityPolicyRequest provides a mock function with given fields: _a0

func (*SESAPI) DeleteIdentityPolicyWithContext

func (_m *SESAPI) DeleteIdentityPolicyWithContext(_a0 context.Context, _a1 *ses.DeleteIdentityPolicyInput, _a2 ...request.Option) (*ses.DeleteIdentityPolicyOutput, error)

DeleteIdentityPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) DeleteIdentityRequest

func (_m *SESAPI) DeleteIdentityRequest(_a0 *ses.DeleteIdentityInput) (*request.Request, *ses.DeleteIdentityOutput)

DeleteIdentityRequest provides a mock function with given fields: _a0

func (*SESAPI) DeleteIdentityWithContext

func (_m *SESAPI) DeleteIdentityWithContext(_a0 context.Context, _a1 *ses.DeleteIdentityInput, _a2 ...request.Option) (*ses.DeleteIdentityOutput, error)

DeleteIdentityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) DeleteReceiptFilter

func (_m *SESAPI) DeleteReceiptFilter(_a0 *ses.DeleteReceiptFilterInput) (*ses.DeleteReceiptFilterOutput, error)

DeleteReceiptFilter provides a mock function with given fields: _a0

func (*SESAPI) DeleteReceiptFilterRequest

func (_m *SESAPI) DeleteReceiptFilterRequest(_a0 *ses.DeleteReceiptFilterInput) (*request.Request, *ses.DeleteReceiptFilterOutput)

DeleteReceiptFilterRequest provides a mock function with given fields: _a0

func (*SESAPI) DeleteReceiptFilterWithContext

func (_m *SESAPI) DeleteReceiptFilterWithContext(_a0 context.Context, _a1 *ses.DeleteReceiptFilterInput, _a2 ...request.Option) (*ses.DeleteReceiptFilterOutput, error)

DeleteReceiptFilterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) DeleteReceiptRule

func (_m *SESAPI) DeleteReceiptRule(_a0 *ses.DeleteReceiptRuleInput) (*ses.DeleteReceiptRuleOutput, error)

DeleteReceiptRule provides a mock function with given fields: _a0

func (*SESAPI) DeleteReceiptRuleRequest

func (_m *SESAPI) DeleteReceiptRuleRequest(_a0 *ses.DeleteReceiptRuleInput) (*request.Request, *ses.DeleteReceiptRuleOutput)

DeleteReceiptRuleRequest provides a mock function with given fields: _a0

func (*SESAPI) DeleteReceiptRuleSet

func (_m *SESAPI) DeleteReceiptRuleSet(_a0 *ses.DeleteReceiptRuleSetInput) (*ses.DeleteReceiptRuleSetOutput, error)

DeleteReceiptRuleSet provides a mock function with given fields: _a0

func (*SESAPI) DeleteReceiptRuleSetRequest

func (_m *SESAPI) DeleteReceiptRuleSetRequest(_a0 *ses.DeleteReceiptRuleSetInput) (*request.Request, *ses.DeleteReceiptRuleSetOutput)

DeleteReceiptRuleSetRequest provides a mock function with given fields: _a0

func (*SESAPI) DeleteReceiptRuleSetWithContext

func (_m *SESAPI) DeleteReceiptRuleSetWithContext(_a0 context.Context, _a1 *ses.DeleteReceiptRuleSetInput, _a2 ...request.Option) (*ses.DeleteReceiptRuleSetOutput, error)

DeleteReceiptRuleSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) DeleteReceiptRuleWithContext

func (_m *SESAPI) DeleteReceiptRuleWithContext(_a0 context.Context, _a1 *ses.DeleteReceiptRuleInput, _a2 ...request.Option) (*ses.DeleteReceiptRuleOutput, error)

DeleteReceiptRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) DeleteTemplate

func (_m *SESAPI) DeleteTemplate(_a0 *ses.DeleteTemplateInput) (*ses.DeleteTemplateOutput, error)

DeleteTemplate provides a mock function with given fields: _a0

func (*SESAPI) DeleteTemplateRequest

func (_m *SESAPI) DeleteTemplateRequest(_a0 *ses.DeleteTemplateInput) (*request.Request, *ses.DeleteTemplateOutput)

DeleteTemplateRequest provides a mock function with given fields: _a0

func (*SESAPI) DeleteTemplateWithContext

func (_m *SESAPI) DeleteTemplateWithContext(_a0 context.Context, _a1 *ses.DeleteTemplateInput, _a2 ...request.Option) (*ses.DeleteTemplateOutput, error)

DeleteTemplateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) DeleteVerifiedEmailAddress

func (_m *SESAPI) DeleteVerifiedEmailAddress(_a0 *ses.DeleteVerifiedEmailAddressInput) (*ses.DeleteVerifiedEmailAddressOutput, error)

DeleteVerifiedEmailAddress provides a mock function with given fields: _a0

func (*SESAPI) DeleteVerifiedEmailAddressRequest

func (_m *SESAPI) DeleteVerifiedEmailAddressRequest(_a0 *ses.DeleteVerifiedEmailAddressInput) (*request.Request, *ses.DeleteVerifiedEmailAddressOutput)

DeleteVerifiedEmailAddressRequest provides a mock function with given fields: _a0

func (*SESAPI) DeleteVerifiedEmailAddressWithContext

func (_m *SESAPI) DeleteVerifiedEmailAddressWithContext(_a0 context.Context, _a1 *ses.DeleteVerifiedEmailAddressInput, _a2 ...request.Option) (*ses.DeleteVerifiedEmailAddressOutput, error)

DeleteVerifiedEmailAddressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) DescribeActiveReceiptRuleSet

func (_m *SESAPI) DescribeActiveReceiptRuleSet(_a0 *ses.DescribeActiveReceiptRuleSetInput) (*ses.DescribeActiveReceiptRuleSetOutput, error)

DescribeActiveReceiptRuleSet provides a mock function with given fields: _a0

func (*SESAPI) DescribeActiveReceiptRuleSetRequest

func (_m *SESAPI) DescribeActiveReceiptRuleSetRequest(_a0 *ses.DescribeActiveReceiptRuleSetInput) (*request.Request, *ses.DescribeActiveReceiptRuleSetOutput)

DescribeActiveReceiptRuleSetRequest provides a mock function with given fields: _a0

func (*SESAPI) DescribeActiveReceiptRuleSetWithContext

func (_m *SESAPI) DescribeActiveReceiptRuleSetWithContext(_a0 context.Context, _a1 *ses.DescribeActiveReceiptRuleSetInput, _a2 ...request.Option) (*ses.DescribeActiveReceiptRuleSetOutput, error)

DescribeActiveReceiptRuleSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) DescribeConfigurationSet

func (_m *SESAPI) DescribeConfigurationSet(_a0 *ses.DescribeConfigurationSetInput) (*ses.DescribeConfigurationSetOutput, error)

DescribeConfigurationSet provides a mock function with given fields: _a0

func (*SESAPI) DescribeConfigurationSetRequest

func (_m *SESAPI) DescribeConfigurationSetRequest(_a0 *ses.DescribeConfigurationSetInput) (*request.Request, *ses.DescribeConfigurationSetOutput)

DescribeConfigurationSetRequest provides a mock function with given fields: _a0

func (*SESAPI) DescribeConfigurationSetWithContext

func (_m *SESAPI) DescribeConfigurationSetWithContext(_a0 context.Context, _a1 *ses.DescribeConfigurationSetInput, _a2 ...request.Option) (*ses.DescribeConfigurationSetOutput, error)

DescribeConfigurationSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) DescribeReceiptRule

func (_m *SESAPI) DescribeReceiptRule(_a0 *ses.DescribeReceiptRuleInput) (*ses.DescribeReceiptRuleOutput, error)

DescribeReceiptRule provides a mock function with given fields: _a0

func (*SESAPI) DescribeReceiptRuleRequest

func (_m *SESAPI) DescribeReceiptRuleRequest(_a0 *ses.DescribeReceiptRuleInput) (*request.Request, *ses.DescribeReceiptRuleOutput)

DescribeReceiptRuleRequest provides a mock function with given fields: _a0

func (*SESAPI) DescribeReceiptRuleSet

func (_m *SESAPI) DescribeReceiptRuleSet(_a0 *ses.DescribeReceiptRuleSetInput) (*ses.DescribeReceiptRuleSetOutput, error)

DescribeReceiptRuleSet provides a mock function with given fields: _a0

func (*SESAPI) DescribeReceiptRuleSetRequest

func (_m *SESAPI) DescribeReceiptRuleSetRequest(_a0 *ses.DescribeReceiptRuleSetInput) (*request.Request, *ses.DescribeReceiptRuleSetOutput)

DescribeReceiptRuleSetRequest provides a mock function with given fields: _a0

func (*SESAPI) DescribeReceiptRuleSetWithContext

func (_m *SESAPI) DescribeReceiptRuleSetWithContext(_a0 context.Context, _a1 *ses.DescribeReceiptRuleSetInput, _a2 ...request.Option) (*ses.DescribeReceiptRuleSetOutput, error)

DescribeReceiptRuleSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) DescribeReceiptRuleWithContext

func (_m *SESAPI) DescribeReceiptRuleWithContext(_a0 context.Context, _a1 *ses.DescribeReceiptRuleInput, _a2 ...request.Option) (*ses.DescribeReceiptRuleOutput, error)

DescribeReceiptRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) GetAccountSendingEnabled

func (_m *SESAPI) GetAccountSendingEnabled(_a0 *ses.GetAccountSendingEnabledInput) (*ses.GetAccountSendingEnabledOutput, error)

GetAccountSendingEnabled provides a mock function with given fields: _a0

func (*SESAPI) GetAccountSendingEnabledRequest

func (_m *SESAPI) GetAccountSendingEnabledRequest(_a0 *ses.GetAccountSendingEnabledInput) (*request.Request, *ses.GetAccountSendingEnabledOutput)

GetAccountSendingEnabledRequest provides a mock function with given fields: _a0

func (*SESAPI) GetAccountSendingEnabledWithContext

func (_m *SESAPI) GetAccountSendingEnabledWithContext(_a0 context.Context, _a1 *ses.GetAccountSendingEnabledInput, _a2 ...request.Option) (*ses.GetAccountSendingEnabledOutput, error)

GetAccountSendingEnabledWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) GetCustomVerificationEmailTemplate

GetCustomVerificationEmailTemplate provides a mock function with given fields: _a0

func (*SESAPI) GetCustomVerificationEmailTemplateRequest

func (_m *SESAPI) GetCustomVerificationEmailTemplateRequest(_a0 *ses.GetCustomVerificationEmailTemplateInput) (*request.Request, *ses.GetCustomVerificationEmailTemplateOutput)

GetCustomVerificationEmailTemplateRequest provides a mock function with given fields: _a0

func (*SESAPI) GetCustomVerificationEmailTemplateWithContext

func (_m *SESAPI) GetCustomVerificationEmailTemplateWithContext(_a0 context.Context, _a1 *ses.GetCustomVerificationEmailTemplateInput, _a2 ...request.Option) (*ses.GetCustomVerificationEmailTemplateOutput, error)

GetCustomVerificationEmailTemplateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) GetIdentityDkimAttributes

func (_m *SESAPI) GetIdentityDkimAttributes(_a0 *ses.GetIdentityDkimAttributesInput) (*ses.GetIdentityDkimAttributesOutput, error)

GetIdentityDkimAttributes provides a mock function with given fields: _a0

func (*SESAPI) GetIdentityDkimAttributesRequest

func (_m *SESAPI) GetIdentityDkimAttributesRequest(_a0 *ses.GetIdentityDkimAttributesInput) (*request.Request, *ses.GetIdentityDkimAttributesOutput)

GetIdentityDkimAttributesRequest provides a mock function with given fields: _a0

func (*SESAPI) GetIdentityDkimAttributesWithContext

func (_m *SESAPI) GetIdentityDkimAttributesWithContext(_a0 context.Context, _a1 *ses.GetIdentityDkimAttributesInput, _a2 ...request.Option) (*ses.GetIdentityDkimAttributesOutput, error)

GetIdentityDkimAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) GetIdentityMailFromDomainAttributes

GetIdentityMailFromDomainAttributes provides a mock function with given fields: _a0

func (*SESAPI) GetIdentityMailFromDomainAttributesRequest

func (_m *SESAPI) GetIdentityMailFromDomainAttributesRequest(_a0 *ses.GetIdentityMailFromDomainAttributesInput) (*request.Request, *ses.GetIdentityMailFromDomainAttributesOutput)

GetIdentityMailFromDomainAttributesRequest provides a mock function with given fields: _a0

func (*SESAPI) GetIdentityMailFromDomainAttributesWithContext

func (_m *SESAPI) GetIdentityMailFromDomainAttributesWithContext(_a0 context.Context, _a1 *ses.GetIdentityMailFromDomainAttributesInput, _a2 ...request.Option) (*ses.GetIdentityMailFromDomainAttributesOutput, error)

GetIdentityMailFromDomainAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) GetIdentityNotificationAttributes

GetIdentityNotificationAttributes provides a mock function with given fields: _a0

func (*SESAPI) GetIdentityNotificationAttributesRequest

func (_m *SESAPI) GetIdentityNotificationAttributesRequest(_a0 *ses.GetIdentityNotificationAttributesInput) (*request.Request, *ses.GetIdentityNotificationAttributesOutput)

GetIdentityNotificationAttributesRequest provides a mock function with given fields: _a0

func (*SESAPI) GetIdentityNotificationAttributesWithContext

func (_m *SESAPI) GetIdentityNotificationAttributesWithContext(_a0 context.Context, _a1 *ses.GetIdentityNotificationAttributesInput, _a2 ...request.Option) (*ses.GetIdentityNotificationAttributesOutput, error)

GetIdentityNotificationAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) GetIdentityPolicies

func (_m *SESAPI) GetIdentityPolicies(_a0 *ses.GetIdentityPoliciesInput) (*ses.GetIdentityPoliciesOutput, error)

GetIdentityPolicies provides a mock function with given fields: _a0

func (*SESAPI) GetIdentityPoliciesRequest

func (_m *SESAPI) GetIdentityPoliciesRequest(_a0 *ses.GetIdentityPoliciesInput) (*request.Request, *ses.GetIdentityPoliciesOutput)

GetIdentityPoliciesRequest provides a mock function with given fields: _a0

func (*SESAPI) GetIdentityPoliciesWithContext

func (_m *SESAPI) GetIdentityPoliciesWithContext(_a0 context.Context, _a1 *ses.GetIdentityPoliciesInput, _a2 ...request.Option) (*ses.GetIdentityPoliciesOutput, error)

GetIdentityPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) GetIdentityVerificationAttributes

GetIdentityVerificationAttributes provides a mock function with given fields: _a0

func (*SESAPI) GetIdentityVerificationAttributesRequest

func (_m *SESAPI) GetIdentityVerificationAttributesRequest(_a0 *ses.GetIdentityVerificationAttributesInput) (*request.Request, *ses.GetIdentityVerificationAttributesOutput)

GetIdentityVerificationAttributesRequest provides a mock function with given fields: _a0

func (*SESAPI) GetIdentityVerificationAttributesWithContext

func (_m *SESAPI) GetIdentityVerificationAttributesWithContext(_a0 context.Context, _a1 *ses.GetIdentityVerificationAttributesInput, _a2 ...request.Option) (*ses.GetIdentityVerificationAttributesOutput, error)

GetIdentityVerificationAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) GetSendQuota

func (_m *SESAPI) GetSendQuota(_a0 *ses.GetSendQuotaInput) (*ses.GetSendQuotaOutput, error)

GetSendQuota provides a mock function with given fields: _a0

func (*SESAPI) GetSendQuotaRequest

func (_m *SESAPI) GetSendQuotaRequest(_a0 *ses.GetSendQuotaInput) (*request.Request, *ses.GetSendQuotaOutput)

GetSendQuotaRequest provides a mock function with given fields: _a0

func (*SESAPI) GetSendQuotaWithContext

func (_m *SESAPI) GetSendQuotaWithContext(_a0 context.Context, _a1 *ses.GetSendQuotaInput, _a2 ...request.Option) (*ses.GetSendQuotaOutput, error)

GetSendQuotaWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) GetSendStatistics

func (_m *SESAPI) GetSendStatistics(_a0 *ses.GetSendStatisticsInput) (*ses.GetSendStatisticsOutput, error)

GetSendStatistics provides a mock function with given fields: _a0

func (*SESAPI) GetSendStatisticsRequest

func (_m *SESAPI) GetSendStatisticsRequest(_a0 *ses.GetSendStatisticsInput) (*request.Request, *ses.GetSendStatisticsOutput)

GetSendStatisticsRequest provides a mock function with given fields: _a0

func (*SESAPI) GetSendStatisticsWithContext

func (_m *SESAPI) GetSendStatisticsWithContext(_a0 context.Context, _a1 *ses.GetSendStatisticsInput, _a2 ...request.Option) (*ses.GetSendStatisticsOutput, error)

GetSendStatisticsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) GetTemplate

func (_m *SESAPI) GetTemplate(_a0 *ses.GetTemplateInput) (*ses.GetTemplateOutput, error)

GetTemplate provides a mock function with given fields: _a0

func (*SESAPI) GetTemplateRequest

func (_m *SESAPI) GetTemplateRequest(_a0 *ses.GetTemplateInput) (*request.Request, *ses.GetTemplateOutput)

GetTemplateRequest provides a mock function with given fields: _a0

func (*SESAPI) GetTemplateWithContext

func (_m *SESAPI) GetTemplateWithContext(_a0 context.Context, _a1 *ses.GetTemplateInput, _a2 ...request.Option) (*ses.GetTemplateOutput, error)

GetTemplateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) ListConfigurationSets

func (_m *SESAPI) ListConfigurationSets(_a0 *ses.ListConfigurationSetsInput) (*ses.ListConfigurationSetsOutput, error)

ListConfigurationSets provides a mock function with given fields: _a0

func (*SESAPI) ListConfigurationSetsRequest

func (_m *SESAPI) ListConfigurationSetsRequest(_a0 *ses.ListConfigurationSetsInput) (*request.Request, *ses.ListConfigurationSetsOutput)

ListConfigurationSetsRequest provides a mock function with given fields: _a0

func (*SESAPI) ListConfigurationSetsWithContext

func (_m *SESAPI) ListConfigurationSetsWithContext(_a0 context.Context, _a1 *ses.ListConfigurationSetsInput, _a2 ...request.Option) (*ses.ListConfigurationSetsOutput, error)

ListConfigurationSetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) ListCustomVerificationEmailTemplates

ListCustomVerificationEmailTemplates provides a mock function with given fields: _a0

func (*SESAPI) ListCustomVerificationEmailTemplatesPages

func (_m *SESAPI) ListCustomVerificationEmailTemplatesPages(_a0 *ses.ListCustomVerificationEmailTemplatesInput, _a1 func(*ses.ListCustomVerificationEmailTemplatesOutput, bool) bool) error

ListCustomVerificationEmailTemplatesPages provides a mock function with given fields: _a0, _a1

func (*SESAPI) ListCustomVerificationEmailTemplatesPagesWithContext

func (_m *SESAPI) ListCustomVerificationEmailTemplatesPagesWithContext(_a0 context.Context, _a1 *ses.ListCustomVerificationEmailTemplatesInput, _a2 func(*ses.ListCustomVerificationEmailTemplatesOutput, bool) bool, _a3 ...request.Option) error

ListCustomVerificationEmailTemplatesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SESAPI) ListCustomVerificationEmailTemplatesRequest

func (_m *SESAPI) ListCustomVerificationEmailTemplatesRequest(_a0 *ses.ListCustomVerificationEmailTemplatesInput) (*request.Request, *ses.ListCustomVerificationEmailTemplatesOutput)

ListCustomVerificationEmailTemplatesRequest provides a mock function with given fields: _a0

func (*SESAPI) ListCustomVerificationEmailTemplatesWithContext

func (_m *SESAPI) ListCustomVerificationEmailTemplatesWithContext(_a0 context.Context, _a1 *ses.ListCustomVerificationEmailTemplatesInput, _a2 ...request.Option) (*ses.ListCustomVerificationEmailTemplatesOutput, error)

ListCustomVerificationEmailTemplatesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) ListIdentities

func (_m *SESAPI) ListIdentities(_a0 *ses.ListIdentitiesInput) (*ses.ListIdentitiesOutput, error)

ListIdentities provides a mock function with given fields: _a0

func (*SESAPI) ListIdentitiesPages

func (_m *SESAPI) ListIdentitiesPages(_a0 *ses.ListIdentitiesInput, _a1 func(*ses.ListIdentitiesOutput, bool) bool) error

ListIdentitiesPages provides a mock function with given fields: _a0, _a1

func (*SESAPI) ListIdentitiesPagesWithContext

func (_m *SESAPI) ListIdentitiesPagesWithContext(_a0 context.Context, _a1 *ses.ListIdentitiesInput, _a2 func(*ses.ListIdentitiesOutput, bool) bool, _a3 ...request.Option) error

ListIdentitiesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SESAPI) ListIdentitiesRequest

func (_m *SESAPI) ListIdentitiesRequest(_a0 *ses.ListIdentitiesInput) (*request.Request, *ses.ListIdentitiesOutput)

ListIdentitiesRequest provides a mock function with given fields: _a0

func (*SESAPI) ListIdentitiesWithContext

func (_m *SESAPI) ListIdentitiesWithContext(_a0 context.Context, _a1 *ses.ListIdentitiesInput, _a2 ...request.Option) (*ses.ListIdentitiesOutput, error)

ListIdentitiesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) ListIdentityPolicies

func (_m *SESAPI) ListIdentityPolicies(_a0 *ses.ListIdentityPoliciesInput) (*ses.ListIdentityPoliciesOutput, error)

ListIdentityPolicies provides a mock function with given fields: _a0

func (*SESAPI) ListIdentityPoliciesRequest

func (_m *SESAPI) ListIdentityPoliciesRequest(_a0 *ses.ListIdentityPoliciesInput) (*request.Request, *ses.ListIdentityPoliciesOutput)

ListIdentityPoliciesRequest provides a mock function with given fields: _a0

func (*SESAPI) ListIdentityPoliciesWithContext

func (_m *SESAPI) ListIdentityPoliciesWithContext(_a0 context.Context, _a1 *ses.ListIdentityPoliciesInput, _a2 ...request.Option) (*ses.ListIdentityPoliciesOutput, error)

ListIdentityPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) ListReceiptFilters

func (_m *SESAPI) ListReceiptFilters(_a0 *ses.ListReceiptFiltersInput) (*ses.ListReceiptFiltersOutput, error)

ListReceiptFilters provides a mock function with given fields: _a0

func (*SESAPI) ListReceiptFiltersRequest

func (_m *SESAPI) ListReceiptFiltersRequest(_a0 *ses.ListReceiptFiltersInput) (*request.Request, *ses.ListReceiptFiltersOutput)

ListReceiptFiltersRequest provides a mock function with given fields: _a0

func (*SESAPI) ListReceiptFiltersWithContext

func (_m *SESAPI) ListReceiptFiltersWithContext(_a0 context.Context, _a1 *ses.ListReceiptFiltersInput, _a2 ...request.Option) (*ses.ListReceiptFiltersOutput, error)

ListReceiptFiltersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) ListReceiptRuleSets

func (_m *SESAPI) ListReceiptRuleSets(_a0 *ses.ListReceiptRuleSetsInput) (*ses.ListReceiptRuleSetsOutput, error)

ListReceiptRuleSets provides a mock function with given fields: _a0

func (*SESAPI) ListReceiptRuleSetsRequest

func (_m *SESAPI) ListReceiptRuleSetsRequest(_a0 *ses.ListReceiptRuleSetsInput) (*request.Request, *ses.ListReceiptRuleSetsOutput)

ListReceiptRuleSetsRequest provides a mock function with given fields: _a0

func (*SESAPI) ListReceiptRuleSetsWithContext

func (_m *SESAPI) ListReceiptRuleSetsWithContext(_a0 context.Context, _a1 *ses.ListReceiptRuleSetsInput, _a2 ...request.Option) (*ses.ListReceiptRuleSetsOutput, error)

ListReceiptRuleSetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) ListTemplates

func (_m *SESAPI) ListTemplates(_a0 *ses.ListTemplatesInput) (*ses.ListTemplatesOutput, error)

ListTemplates provides a mock function with given fields: _a0

func (*SESAPI) ListTemplatesRequest

func (_m *SESAPI) ListTemplatesRequest(_a0 *ses.ListTemplatesInput) (*request.Request, *ses.ListTemplatesOutput)

ListTemplatesRequest provides a mock function with given fields: _a0

func (*SESAPI) ListTemplatesWithContext

func (_m *SESAPI) ListTemplatesWithContext(_a0 context.Context, _a1 *ses.ListTemplatesInput, _a2 ...request.Option) (*ses.ListTemplatesOutput, error)

ListTemplatesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) ListVerifiedEmailAddresses

func (_m *SESAPI) ListVerifiedEmailAddresses(_a0 *ses.ListVerifiedEmailAddressesInput) (*ses.ListVerifiedEmailAddressesOutput, error)

ListVerifiedEmailAddresses provides a mock function with given fields: _a0

func (*SESAPI) ListVerifiedEmailAddressesRequest

func (_m *SESAPI) ListVerifiedEmailAddressesRequest(_a0 *ses.ListVerifiedEmailAddressesInput) (*request.Request, *ses.ListVerifiedEmailAddressesOutput)

ListVerifiedEmailAddressesRequest provides a mock function with given fields: _a0

func (*SESAPI) ListVerifiedEmailAddressesWithContext

func (_m *SESAPI) ListVerifiedEmailAddressesWithContext(_a0 context.Context, _a1 *ses.ListVerifiedEmailAddressesInput, _a2 ...request.Option) (*ses.ListVerifiedEmailAddressesOutput, error)

ListVerifiedEmailAddressesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) PutConfigurationSetDeliveryOptions

PutConfigurationSetDeliveryOptions provides a mock function with given fields: _a0

func (*SESAPI) PutConfigurationSetDeliveryOptionsRequest

func (_m *SESAPI) PutConfigurationSetDeliveryOptionsRequest(_a0 *ses.PutConfigurationSetDeliveryOptionsInput) (*request.Request, *ses.PutConfigurationSetDeliveryOptionsOutput)

PutConfigurationSetDeliveryOptionsRequest provides a mock function with given fields: _a0

func (*SESAPI) PutConfigurationSetDeliveryOptionsWithContext

func (_m *SESAPI) PutConfigurationSetDeliveryOptionsWithContext(_a0 context.Context, _a1 *ses.PutConfigurationSetDeliveryOptionsInput, _a2 ...request.Option) (*ses.PutConfigurationSetDeliveryOptionsOutput, error)

PutConfigurationSetDeliveryOptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) PutIdentityPolicy

func (_m *SESAPI) PutIdentityPolicy(_a0 *ses.PutIdentityPolicyInput) (*ses.PutIdentityPolicyOutput, error)

PutIdentityPolicy provides a mock function with given fields: _a0

func (*SESAPI) PutIdentityPolicyRequest

func (_m *SESAPI) PutIdentityPolicyRequest(_a0 *ses.PutIdentityPolicyInput) (*request.Request, *ses.PutIdentityPolicyOutput)

PutIdentityPolicyRequest provides a mock function with given fields: _a0

func (*SESAPI) PutIdentityPolicyWithContext

func (_m *SESAPI) PutIdentityPolicyWithContext(_a0 context.Context, _a1 *ses.PutIdentityPolicyInput, _a2 ...request.Option) (*ses.PutIdentityPolicyOutput, error)

PutIdentityPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) ReorderReceiptRuleSet

func (_m *SESAPI) ReorderReceiptRuleSet(_a0 *ses.ReorderReceiptRuleSetInput) (*ses.ReorderReceiptRuleSetOutput, error)

ReorderReceiptRuleSet provides a mock function with given fields: _a0

func (*SESAPI) ReorderReceiptRuleSetRequest

func (_m *SESAPI) ReorderReceiptRuleSetRequest(_a0 *ses.ReorderReceiptRuleSetInput) (*request.Request, *ses.ReorderReceiptRuleSetOutput)

ReorderReceiptRuleSetRequest provides a mock function with given fields: _a0

func (*SESAPI) ReorderReceiptRuleSetWithContext

func (_m *SESAPI) ReorderReceiptRuleSetWithContext(_a0 context.Context, _a1 *ses.ReorderReceiptRuleSetInput, _a2 ...request.Option) (*ses.ReorderReceiptRuleSetOutput, error)

ReorderReceiptRuleSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) SendBounce

func (_m *SESAPI) SendBounce(_a0 *ses.SendBounceInput) (*ses.SendBounceOutput, error)

SendBounce provides a mock function with given fields: _a0

func (*SESAPI) SendBounceRequest

func (_m *SESAPI) SendBounceRequest(_a0 *ses.SendBounceInput) (*request.Request, *ses.SendBounceOutput)

SendBounceRequest provides a mock function with given fields: _a0

func (*SESAPI) SendBounceWithContext

func (_m *SESAPI) SendBounceWithContext(_a0 context.Context, _a1 *ses.SendBounceInput, _a2 ...request.Option) (*ses.SendBounceOutput, error)

SendBounceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) SendBulkTemplatedEmail

func (_m *SESAPI) SendBulkTemplatedEmail(_a0 *ses.SendBulkTemplatedEmailInput) (*ses.SendBulkTemplatedEmailOutput, error)

SendBulkTemplatedEmail provides a mock function with given fields: _a0

func (*SESAPI) SendBulkTemplatedEmailRequest

func (_m *SESAPI) SendBulkTemplatedEmailRequest(_a0 *ses.SendBulkTemplatedEmailInput) (*request.Request, *ses.SendBulkTemplatedEmailOutput)

SendBulkTemplatedEmailRequest provides a mock function with given fields: _a0

func (*SESAPI) SendBulkTemplatedEmailWithContext

func (_m *SESAPI) SendBulkTemplatedEmailWithContext(_a0 context.Context, _a1 *ses.SendBulkTemplatedEmailInput, _a2 ...request.Option) (*ses.SendBulkTemplatedEmailOutput, error)

SendBulkTemplatedEmailWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) SendCustomVerificationEmail

func (_m *SESAPI) SendCustomVerificationEmail(_a0 *ses.SendCustomVerificationEmailInput) (*ses.SendCustomVerificationEmailOutput, error)

SendCustomVerificationEmail provides a mock function with given fields: _a0

func (*SESAPI) SendCustomVerificationEmailRequest

func (_m *SESAPI) SendCustomVerificationEmailRequest(_a0 *ses.SendCustomVerificationEmailInput) (*request.Request, *ses.SendCustomVerificationEmailOutput)

SendCustomVerificationEmailRequest provides a mock function with given fields: _a0

func (*SESAPI) SendCustomVerificationEmailWithContext

func (_m *SESAPI) SendCustomVerificationEmailWithContext(_a0 context.Context, _a1 *ses.SendCustomVerificationEmailInput, _a2 ...request.Option) (*ses.SendCustomVerificationEmailOutput, error)

SendCustomVerificationEmailWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) SendEmail

func (_m *SESAPI) SendEmail(_a0 *ses.SendEmailInput) (*ses.SendEmailOutput, error)

SendEmail provides a mock function with given fields: _a0

func (*SESAPI) SendEmailRequest

func (_m *SESAPI) SendEmailRequest(_a0 *ses.SendEmailInput) (*request.Request, *ses.SendEmailOutput)

SendEmailRequest provides a mock function with given fields: _a0

func (*SESAPI) SendEmailWithContext

func (_m *SESAPI) SendEmailWithContext(_a0 context.Context, _a1 *ses.SendEmailInput, _a2 ...request.Option) (*ses.SendEmailOutput, error)

SendEmailWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) SendRawEmail

func (_m *SESAPI) SendRawEmail(_a0 *ses.SendRawEmailInput) (*ses.SendRawEmailOutput, error)

SendRawEmail provides a mock function with given fields: _a0

func (*SESAPI) SendRawEmailRequest

func (_m *SESAPI) SendRawEmailRequest(_a0 *ses.SendRawEmailInput) (*request.Request, *ses.SendRawEmailOutput)

SendRawEmailRequest provides a mock function with given fields: _a0

func (*SESAPI) SendRawEmailWithContext

func (_m *SESAPI) SendRawEmailWithContext(_a0 context.Context, _a1 *ses.SendRawEmailInput, _a2 ...request.Option) (*ses.SendRawEmailOutput, error)

SendRawEmailWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) SendTemplatedEmail

func (_m *SESAPI) SendTemplatedEmail(_a0 *ses.SendTemplatedEmailInput) (*ses.SendTemplatedEmailOutput, error)

SendTemplatedEmail provides a mock function with given fields: _a0

func (*SESAPI) SendTemplatedEmailRequest

func (_m *SESAPI) SendTemplatedEmailRequest(_a0 *ses.SendTemplatedEmailInput) (*request.Request, *ses.SendTemplatedEmailOutput)

SendTemplatedEmailRequest provides a mock function with given fields: _a0

func (*SESAPI) SendTemplatedEmailWithContext

func (_m *SESAPI) SendTemplatedEmailWithContext(_a0 context.Context, _a1 *ses.SendTemplatedEmailInput, _a2 ...request.Option) (*ses.SendTemplatedEmailOutput, error)

SendTemplatedEmailWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) SetActiveReceiptRuleSet

func (_m *SESAPI) SetActiveReceiptRuleSet(_a0 *ses.SetActiveReceiptRuleSetInput) (*ses.SetActiveReceiptRuleSetOutput, error)

SetActiveReceiptRuleSet provides a mock function with given fields: _a0

func (*SESAPI) SetActiveReceiptRuleSetRequest

func (_m *SESAPI) SetActiveReceiptRuleSetRequest(_a0 *ses.SetActiveReceiptRuleSetInput) (*request.Request, *ses.SetActiveReceiptRuleSetOutput)

SetActiveReceiptRuleSetRequest provides a mock function with given fields: _a0

func (*SESAPI) SetActiveReceiptRuleSetWithContext

func (_m *SESAPI) SetActiveReceiptRuleSetWithContext(_a0 context.Context, _a1 *ses.SetActiveReceiptRuleSetInput, _a2 ...request.Option) (*ses.SetActiveReceiptRuleSetOutput, error)

SetActiveReceiptRuleSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) SetIdentityDkimEnabled

func (_m *SESAPI) SetIdentityDkimEnabled(_a0 *ses.SetIdentityDkimEnabledInput) (*ses.SetIdentityDkimEnabledOutput, error)

SetIdentityDkimEnabled provides a mock function with given fields: _a0

func (*SESAPI) SetIdentityDkimEnabledRequest

func (_m *SESAPI) SetIdentityDkimEnabledRequest(_a0 *ses.SetIdentityDkimEnabledInput) (*request.Request, *ses.SetIdentityDkimEnabledOutput)

SetIdentityDkimEnabledRequest provides a mock function with given fields: _a0

func (*SESAPI) SetIdentityDkimEnabledWithContext

func (_m *SESAPI) SetIdentityDkimEnabledWithContext(_a0 context.Context, _a1 *ses.SetIdentityDkimEnabledInput, _a2 ...request.Option) (*ses.SetIdentityDkimEnabledOutput, error)

SetIdentityDkimEnabledWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) SetIdentityFeedbackForwardingEnabled

SetIdentityFeedbackForwardingEnabled provides a mock function with given fields: _a0

func (*SESAPI) SetIdentityFeedbackForwardingEnabledRequest

func (_m *SESAPI) SetIdentityFeedbackForwardingEnabledRequest(_a0 *ses.SetIdentityFeedbackForwardingEnabledInput) (*request.Request, *ses.SetIdentityFeedbackForwardingEnabledOutput)

SetIdentityFeedbackForwardingEnabledRequest provides a mock function with given fields: _a0

func (*SESAPI) SetIdentityFeedbackForwardingEnabledWithContext

func (_m *SESAPI) SetIdentityFeedbackForwardingEnabledWithContext(_a0 context.Context, _a1 *ses.SetIdentityFeedbackForwardingEnabledInput, _a2 ...request.Option) (*ses.SetIdentityFeedbackForwardingEnabledOutput, error)

SetIdentityFeedbackForwardingEnabledWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) SetIdentityHeadersInNotificationsEnabled

SetIdentityHeadersInNotificationsEnabled provides a mock function with given fields: _a0

func (*SESAPI) SetIdentityHeadersInNotificationsEnabledRequest

func (_m *SESAPI) SetIdentityHeadersInNotificationsEnabledRequest(_a0 *ses.SetIdentityHeadersInNotificationsEnabledInput) (*request.Request, *ses.SetIdentityHeadersInNotificationsEnabledOutput)

SetIdentityHeadersInNotificationsEnabledRequest provides a mock function with given fields: _a0

func (*SESAPI) SetIdentityHeadersInNotificationsEnabledWithContext

func (_m *SESAPI) SetIdentityHeadersInNotificationsEnabledWithContext(_a0 context.Context, _a1 *ses.SetIdentityHeadersInNotificationsEnabledInput, _a2 ...request.Option) (*ses.SetIdentityHeadersInNotificationsEnabledOutput, error)

SetIdentityHeadersInNotificationsEnabledWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) SetIdentityMailFromDomain

func (_m *SESAPI) SetIdentityMailFromDomain(_a0 *ses.SetIdentityMailFromDomainInput) (*ses.SetIdentityMailFromDomainOutput, error)

SetIdentityMailFromDomain provides a mock function with given fields: _a0

func (*SESAPI) SetIdentityMailFromDomainRequest

func (_m *SESAPI) SetIdentityMailFromDomainRequest(_a0 *ses.SetIdentityMailFromDomainInput) (*request.Request, *ses.SetIdentityMailFromDomainOutput)

SetIdentityMailFromDomainRequest provides a mock function with given fields: _a0

func (*SESAPI) SetIdentityMailFromDomainWithContext

func (_m *SESAPI) SetIdentityMailFromDomainWithContext(_a0 context.Context, _a1 *ses.SetIdentityMailFromDomainInput, _a2 ...request.Option) (*ses.SetIdentityMailFromDomainOutput, error)

SetIdentityMailFromDomainWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) SetIdentityNotificationTopic

func (_m *SESAPI) SetIdentityNotificationTopic(_a0 *ses.SetIdentityNotificationTopicInput) (*ses.SetIdentityNotificationTopicOutput, error)

SetIdentityNotificationTopic provides a mock function with given fields: _a0

func (*SESAPI) SetIdentityNotificationTopicRequest

func (_m *SESAPI) SetIdentityNotificationTopicRequest(_a0 *ses.SetIdentityNotificationTopicInput) (*request.Request, *ses.SetIdentityNotificationTopicOutput)

SetIdentityNotificationTopicRequest provides a mock function with given fields: _a0

func (*SESAPI) SetIdentityNotificationTopicWithContext

func (_m *SESAPI) SetIdentityNotificationTopicWithContext(_a0 context.Context, _a1 *ses.SetIdentityNotificationTopicInput, _a2 ...request.Option) (*ses.SetIdentityNotificationTopicOutput, error)

SetIdentityNotificationTopicWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) SetReceiptRulePosition

func (_m *SESAPI) SetReceiptRulePosition(_a0 *ses.SetReceiptRulePositionInput) (*ses.SetReceiptRulePositionOutput, error)

SetReceiptRulePosition provides a mock function with given fields: _a0

func (*SESAPI) SetReceiptRulePositionRequest

func (_m *SESAPI) SetReceiptRulePositionRequest(_a0 *ses.SetReceiptRulePositionInput) (*request.Request, *ses.SetReceiptRulePositionOutput)

SetReceiptRulePositionRequest provides a mock function with given fields: _a0

func (*SESAPI) SetReceiptRulePositionWithContext

func (_m *SESAPI) SetReceiptRulePositionWithContext(_a0 context.Context, _a1 *ses.SetReceiptRulePositionInput, _a2 ...request.Option) (*ses.SetReceiptRulePositionOutput, error)

SetReceiptRulePositionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) TestRenderTemplate

func (_m *SESAPI) TestRenderTemplate(_a0 *ses.TestRenderTemplateInput) (*ses.TestRenderTemplateOutput, error)

TestRenderTemplate provides a mock function with given fields: _a0

func (*SESAPI) TestRenderTemplateRequest

func (_m *SESAPI) TestRenderTemplateRequest(_a0 *ses.TestRenderTemplateInput) (*request.Request, *ses.TestRenderTemplateOutput)

TestRenderTemplateRequest provides a mock function with given fields: _a0

func (*SESAPI) TestRenderTemplateWithContext

func (_m *SESAPI) TestRenderTemplateWithContext(_a0 context.Context, _a1 *ses.TestRenderTemplateInput, _a2 ...request.Option) (*ses.TestRenderTemplateOutput, error)

TestRenderTemplateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) UpdateAccountSendingEnabled

func (_m *SESAPI) UpdateAccountSendingEnabled(_a0 *ses.UpdateAccountSendingEnabledInput) (*ses.UpdateAccountSendingEnabledOutput, error)

UpdateAccountSendingEnabled provides a mock function with given fields: _a0

func (*SESAPI) UpdateAccountSendingEnabledRequest

func (_m *SESAPI) UpdateAccountSendingEnabledRequest(_a0 *ses.UpdateAccountSendingEnabledInput) (*request.Request, *ses.UpdateAccountSendingEnabledOutput)

UpdateAccountSendingEnabledRequest provides a mock function with given fields: _a0

func (*SESAPI) UpdateAccountSendingEnabledWithContext

func (_m *SESAPI) UpdateAccountSendingEnabledWithContext(_a0 context.Context, _a1 *ses.UpdateAccountSendingEnabledInput, _a2 ...request.Option) (*ses.UpdateAccountSendingEnabledOutput, error)

UpdateAccountSendingEnabledWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) UpdateConfigurationSetEventDestination

UpdateConfigurationSetEventDestination provides a mock function with given fields: _a0

func (*SESAPI) UpdateConfigurationSetEventDestinationRequest

func (_m *SESAPI) UpdateConfigurationSetEventDestinationRequest(_a0 *ses.UpdateConfigurationSetEventDestinationInput) (*request.Request, *ses.UpdateConfigurationSetEventDestinationOutput)

UpdateConfigurationSetEventDestinationRequest provides a mock function with given fields: _a0

func (*SESAPI) UpdateConfigurationSetEventDestinationWithContext

func (_m *SESAPI) UpdateConfigurationSetEventDestinationWithContext(_a0 context.Context, _a1 *ses.UpdateConfigurationSetEventDestinationInput, _a2 ...request.Option) (*ses.UpdateConfigurationSetEventDestinationOutput, error)

UpdateConfigurationSetEventDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) UpdateConfigurationSetReputationMetricsEnabled

UpdateConfigurationSetReputationMetricsEnabled provides a mock function with given fields: _a0

func (*SESAPI) UpdateConfigurationSetReputationMetricsEnabledRequest

UpdateConfigurationSetReputationMetricsEnabledRequest provides a mock function with given fields: _a0

func (*SESAPI) UpdateConfigurationSetReputationMetricsEnabledWithContext

func (_m *SESAPI) UpdateConfigurationSetReputationMetricsEnabledWithContext(_a0 context.Context, _a1 *ses.UpdateConfigurationSetReputationMetricsEnabledInput, _a2 ...request.Option) (*ses.UpdateConfigurationSetReputationMetricsEnabledOutput, error)

UpdateConfigurationSetReputationMetricsEnabledWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) UpdateConfigurationSetSendingEnabled

UpdateConfigurationSetSendingEnabled provides a mock function with given fields: _a0

func (*SESAPI) UpdateConfigurationSetSendingEnabledRequest

func (_m *SESAPI) UpdateConfigurationSetSendingEnabledRequest(_a0 *ses.UpdateConfigurationSetSendingEnabledInput) (*request.Request, *ses.UpdateConfigurationSetSendingEnabledOutput)

UpdateConfigurationSetSendingEnabledRequest provides a mock function with given fields: _a0

func (*SESAPI) UpdateConfigurationSetSendingEnabledWithContext

func (_m *SESAPI) UpdateConfigurationSetSendingEnabledWithContext(_a0 context.Context, _a1 *ses.UpdateConfigurationSetSendingEnabledInput, _a2 ...request.Option) (*ses.UpdateConfigurationSetSendingEnabledOutput, error)

UpdateConfigurationSetSendingEnabledWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) UpdateConfigurationSetTrackingOptions

UpdateConfigurationSetTrackingOptions provides a mock function with given fields: _a0

func (*SESAPI) UpdateConfigurationSetTrackingOptionsRequest

func (_m *SESAPI) UpdateConfigurationSetTrackingOptionsRequest(_a0 *ses.UpdateConfigurationSetTrackingOptionsInput) (*request.Request, *ses.UpdateConfigurationSetTrackingOptionsOutput)

UpdateConfigurationSetTrackingOptionsRequest provides a mock function with given fields: _a0

func (*SESAPI) UpdateConfigurationSetTrackingOptionsWithContext

func (_m *SESAPI) UpdateConfigurationSetTrackingOptionsWithContext(_a0 context.Context, _a1 *ses.UpdateConfigurationSetTrackingOptionsInput, _a2 ...request.Option) (*ses.UpdateConfigurationSetTrackingOptionsOutput, error)

UpdateConfigurationSetTrackingOptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) UpdateCustomVerificationEmailTemplate

UpdateCustomVerificationEmailTemplate provides a mock function with given fields: _a0

func (*SESAPI) UpdateCustomVerificationEmailTemplateRequest

func (_m *SESAPI) UpdateCustomVerificationEmailTemplateRequest(_a0 *ses.UpdateCustomVerificationEmailTemplateInput) (*request.Request, *ses.UpdateCustomVerificationEmailTemplateOutput)

UpdateCustomVerificationEmailTemplateRequest provides a mock function with given fields: _a0

func (*SESAPI) UpdateCustomVerificationEmailTemplateWithContext

func (_m *SESAPI) UpdateCustomVerificationEmailTemplateWithContext(_a0 context.Context, _a1 *ses.UpdateCustomVerificationEmailTemplateInput, _a2 ...request.Option) (*ses.UpdateCustomVerificationEmailTemplateOutput, error)

UpdateCustomVerificationEmailTemplateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) UpdateReceiptRule

func (_m *SESAPI) UpdateReceiptRule(_a0 *ses.UpdateReceiptRuleInput) (*ses.UpdateReceiptRuleOutput, error)

UpdateReceiptRule provides a mock function with given fields: _a0

func (*SESAPI) UpdateReceiptRuleRequest

func (_m *SESAPI) UpdateReceiptRuleRequest(_a0 *ses.UpdateReceiptRuleInput) (*request.Request, *ses.UpdateReceiptRuleOutput)

UpdateReceiptRuleRequest provides a mock function with given fields: _a0

func (*SESAPI) UpdateReceiptRuleWithContext

func (_m *SESAPI) UpdateReceiptRuleWithContext(_a0 context.Context, _a1 *ses.UpdateReceiptRuleInput, _a2 ...request.Option) (*ses.UpdateReceiptRuleOutput, error)

UpdateReceiptRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) UpdateTemplate

func (_m *SESAPI) UpdateTemplate(_a0 *ses.UpdateTemplateInput) (*ses.UpdateTemplateOutput, error)

UpdateTemplate provides a mock function with given fields: _a0

func (*SESAPI) UpdateTemplateRequest

func (_m *SESAPI) UpdateTemplateRequest(_a0 *ses.UpdateTemplateInput) (*request.Request, *ses.UpdateTemplateOutput)

UpdateTemplateRequest provides a mock function with given fields: _a0

func (*SESAPI) UpdateTemplateWithContext

func (_m *SESAPI) UpdateTemplateWithContext(_a0 context.Context, _a1 *ses.UpdateTemplateInput, _a2 ...request.Option) (*ses.UpdateTemplateOutput, error)

UpdateTemplateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) VerifyDomainDkim

func (_m *SESAPI) VerifyDomainDkim(_a0 *ses.VerifyDomainDkimInput) (*ses.VerifyDomainDkimOutput, error)

VerifyDomainDkim provides a mock function with given fields: _a0

func (*SESAPI) VerifyDomainDkimRequest

func (_m *SESAPI) VerifyDomainDkimRequest(_a0 *ses.VerifyDomainDkimInput) (*request.Request, *ses.VerifyDomainDkimOutput)

VerifyDomainDkimRequest provides a mock function with given fields: _a0

func (*SESAPI) VerifyDomainDkimWithContext

func (_m *SESAPI) VerifyDomainDkimWithContext(_a0 context.Context, _a1 *ses.VerifyDomainDkimInput, _a2 ...request.Option) (*ses.VerifyDomainDkimOutput, error)

VerifyDomainDkimWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) VerifyDomainIdentity

func (_m *SESAPI) VerifyDomainIdentity(_a0 *ses.VerifyDomainIdentityInput) (*ses.VerifyDomainIdentityOutput, error)

VerifyDomainIdentity provides a mock function with given fields: _a0

func (*SESAPI) VerifyDomainIdentityRequest

func (_m *SESAPI) VerifyDomainIdentityRequest(_a0 *ses.VerifyDomainIdentityInput) (*request.Request, *ses.VerifyDomainIdentityOutput)

VerifyDomainIdentityRequest provides a mock function with given fields: _a0

func (*SESAPI) VerifyDomainIdentityWithContext

func (_m *SESAPI) VerifyDomainIdentityWithContext(_a0 context.Context, _a1 *ses.VerifyDomainIdentityInput, _a2 ...request.Option) (*ses.VerifyDomainIdentityOutput, error)

VerifyDomainIdentityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) VerifyEmailAddress

func (_m *SESAPI) VerifyEmailAddress(_a0 *ses.VerifyEmailAddressInput) (*ses.VerifyEmailAddressOutput, error)

VerifyEmailAddress provides a mock function with given fields: _a0

func (*SESAPI) VerifyEmailAddressRequest

func (_m *SESAPI) VerifyEmailAddressRequest(_a0 *ses.VerifyEmailAddressInput) (*request.Request, *ses.VerifyEmailAddressOutput)

VerifyEmailAddressRequest provides a mock function with given fields: _a0

func (*SESAPI) VerifyEmailAddressWithContext

func (_m *SESAPI) VerifyEmailAddressWithContext(_a0 context.Context, _a1 *ses.VerifyEmailAddressInput, _a2 ...request.Option) (*ses.VerifyEmailAddressOutput, error)

VerifyEmailAddressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) VerifyEmailIdentity

func (_m *SESAPI) VerifyEmailIdentity(_a0 *ses.VerifyEmailIdentityInput) (*ses.VerifyEmailIdentityOutput, error)

VerifyEmailIdentity provides a mock function with given fields: _a0

func (*SESAPI) VerifyEmailIdentityRequest

func (_m *SESAPI) VerifyEmailIdentityRequest(_a0 *ses.VerifyEmailIdentityInput) (*request.Request, *ses.VerifyEmailIdentityOutput)

VerifyEmailIdentityRequest provides a mock function with given fields: _a0

func (*SESAPI) VerifyEmailIdentityWithContext

func (_m *SESAPI) VerifyEmailIdentityWithContext(_a0 context.Context, _a1 *ses.VerifyEmailIdentityInput, _a2 ...request.Option) (*ses.VerifyEmailIdentityOutput, error)

VerifyEmailIdentityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SESAPI) WaitUntilIdentityExists

func (_m *SESAPI) WaitUntilIdentityExists(_a0 *ses.GetIdentityVerificationAttributesInput) error

WaitUntilIdentityExists provides a mock function with given fields: _a0

func (*SESAPI) WaitUntilIdentityExistsWithContext

func (_m *SESAPI) WaitUntilIdentityExistsWithContext(_a0 context.Context, _a1 *ses.GetIdentityVerificationAttributesInput, _a2 ...request.WaiterOption) error

WaitUntilIdentityExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

type SNSAPI

type SNSAPI struct {
	mock.Mock
}

SNSAPI is an autogenerated mock type for the SNSAPI type

func NewSNSAPI added in v0.34.0

func NewSNSAPI(t mockConstructorTestingTNewSNSAPI) *SNSAPI

NewSNSAPI creates a new instance of SNSAPI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*SNSAPI) AddPermission

func (_m *SNSAPI) AddPermission(_a0 *sns.AddPermissionInput) (*sns.AddPermissionOutput, error)

AddPermission provides a mock function with given fields: _a0

func (*SNSAPI) AddPermissionRequest

func (_m *SNSAPI) AddPermissionRequest(_a0 *sns.AddPermissionInput) (*request.Request, *sns.AddPermissionOutput)

AddPermissionRequest provides a mock function with given fields: _a0

func (*SNSAPI) AddPermissionWithContext

func (_m *SNSAPI) AddPermissionWithContext(_a0 context.Context, _a1 *sns.AddPermissionInput, _a2 ...request.Option) (*sns.AddPermissionOutput, error)

AddPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) CheckIfPhoneNumberIsOptedOut

func (_m *SNSAPI) CheckIfPhoneNumberIsOptedOut(_a0 *sns.CheckIfPhoneNumberIsOptedOutInput) (*sns.CheckIfPhoneNumberIsOptedOutOutput, error)

CheckIfPhoneNumberIsOptedOut provides a mock function with given fields: _a0

func (*SNSAPI) CheckIfPhoneNumberIsOptedOutRequest

func (_m *SNSAPI) CheckIfPhoneNumberIsOptedOutRequest(_a0 *sns.CheckIfPhoneNumberIsOptedOutInput) (*request.Request, *sns.CheckIfPhoneNumberIsOptedOutOutput)

CheckIfPhoneNumberIsOptedOutRequest provides a mock function with given fields: _a0

func (*SNSAPI) CheckIfPhoneNumberIsOptedOutWithContext

func (_m *SNSAPI) CheckIfPhoneNumberIsOptedOutWithContext(_a0 context.Context, _a1 *sns.CheckIfPhoneNumberIsOptedOutInput, _a2 ...request.Option) (*sns.CheckIfPhoneNumberIsOptedOutOutput, error)

CheckIfPhoneNumberIsOptedOutWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) ConfirmSubscription

func (_m *SNSAPI) ConfirmSubscription(_a0 *sns.ConfirmSubscriptionInput) (*sns.ConfirmSubscriptionOutput, error)

ConfirmSubscription provides a mock function with given fields: _a0

func (*SNSAPI) ConfirmSubscriptionRequest

func (_m *SNSAPI) ConfirmSubscriptionRequest(_a0 *sns.ConfirmSubscriptionInput) (*request.Request, *sns.ConfirmSubscriptionOutput)

ConfirmSubscriptionRequest provides a mock function with given fields: _a0

func (*SNSAPI) ConfirmSubscriptionWithContext

func (_m *SNSAPI) ConfirmSubscriptionWithContext(_a0 context.Context, _a1 *sns.ConfirmSubscriptionInput, _a2 ...request.Option) (*sns.ConfirmSubscriptionOutput, error)

ConfirmSubscriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) CreatePlatformApplication

func (_m *SNSAPI) CreatePlatformApplication(_a0 *sns.CreatePlatformApplicationInput) (*sns.CreatePlatformApplicationOutput, error)

CreatePlatformApplication provides a mock function with given fields: _a0

func (*SNSAPI) CreatePlatformApplicationRequest

func (_m *SNSAPI) CreatePlatformApplicationRequest(_a0 *sns.CreatePlatformApplicationInput) (*request.Request, *sns.CreatePlatformApplicationOutput)

CreatePlatformApplicationRequest provides a mock function with given fields: _a0

func (*SNSAPI) CreatePlatformApplicationWithContext

func (_m *SNSAPI) CreatePlatformApplicationWithContext(_a0 context.Context, _a1 *sns.CreatePlatformApplicationInput, _a2 ...request.Option) (*sns.CreatePlatformApplicationOutput, error)

CreatePlatformApplicationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) CreatePlatformEndpoint

func (_m *SNSAPI) CreatePlatformEndpoint(_a0 *sns.CreatePlatformEndpointInput) (*sns.CreatePlatformEndpointOutput, error)

CreatePlatformEndpoint provides a mock function with given fields: _a0

func (*SNSAPI) CreatePlatformEndpointRequest

func (_m *SNSAPI) CreatePlatformEndpointRequest(_a0 *sns.CreatePlatformEndpointInput) (*request.Request, *sns.CreatePlatformEndpointOutput)

CreatePlatformEndpointRequest provides a mock function with given fields: _a0

func (*SNSAPI) CreatePlatformEndpointWithContext

func (_m *SNSAPI) CreatePlatformEndpointWithContext(_a0 context.Context, _a1 *sns.CreatePlatformEndpointInput, _a2 ...request.Option) (*sns.CreatePlatformEndpointOutput, error)

CreatePlatformEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) CreateSMSSandboxPhoneNumber added in v0.34.0

func (_m *SNSAPI) CreateSMSSandboxPhoneNumber(_a0 *sns.CreateSMSSandboxPhoneNumberInput) (*sns.CreateSMSSandboxPhoneNumberOutput, error)

CreateSMSSandboxPhoneNumber provides a mock function with given fields: _a0

func (*SNSAPI) CreateSMSSandboxPhoneNumberRequest added in v0.34.0

func (_m *SNSAPI) CreateSMSSandboxPhoneNumberRequest(_a0 *sns.CreateSMSSandboxPhoneNumberInput) (*request.Request, *sns.CreateSMSSandboxPhoneNumberOutput)

CreateSMSSandboxPhoneNumberRequest provides a mock function with given fields: _a0

func (*SNSAPI) CreateSMSSandboxPhoneNumberWithContext added in v0.34.0

func (_m *SNSAPI) CreateSMSSandboxPhoneNumberWithContext(_a0 context.Context, _a1 *sns.CreateSMSSandboxPhoneNumberInput, _a2 ...request.Option) (*sns.CreateSMSSandboxPhoneNumberOutput, error)

CreateSMSSandboxPhoneNumberWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) CreateTopic

func (_m *SNSAPI) CreateTopic(_a0 *sns.CreateTopicInput) (*sns.CreateTopicOutput, error)

CreateTopic provides a mock function with given fields: _a0

func (*SNSAPI) CreateTopicRequest

func (_m *SNSAPI) CreateTopicRequest(_a0 *sns.CreateTopicInput) (*request.Request, *sns.CreateTopicOutput)

CreateTopicRequest provides a mock function with given fields: _a0

func (*SNSAPI) CreateTopicWithContext

func (_m *SNSAPI) CreateTopicWithContext(_a0 context.Context, _a1 *sns.CreateTopicInput, _a2 ...request.Option) (*sns.CreateTopicOutput, error)

CreateTopicWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) DeleteEndpoint

func (_m *SNSAPI) DeleteEndpoint(_a0 *sns.DeleteEndpointInput) (*sns.DeleteEndpointOutput, error)

DeleteEndpoint provides a mock function with given fields: _a0

func (*SNSAPI) DeleteEndpointRequest

func (_m *SNSAPI) DeleteEndpointRequest(_a0 *sns.DeleteEndpointInput) (*request.Request, *sns.DeleteEndpointOutput)

DeleteEndpointRequest provides a mock function with given fields: _a0

func (*SNSAPI) DeleteEndpointWithContext

func (_m *SNSAPI) DeleteEndpointWithContext(_a0 context.Context, _a1 *sns.DeleteEndpointInput, _a2 ...request.Option) (*sns.DeleteEndpointOutput, error)

DeleteEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) DeletePlatformApplication

func (_m *SNSAPI) DeletePlatformApplication(_a0 *sns.DeletePlatformApplicationInput) (*sns.DeletePlatformApplicationOutput, error)

DeletePlatformApplication provides a mock function with given fields: _a0

func (*SNSAPI) DeletePlatformApplicationRequest

func (_m *SNSAPI) DeletePlatformApplicationRequest(_a0 *sns.DeletePlatformApplicationInput) (*request.Request, *sns.DeletePlatformApplicationOutput)

DeletePlatformApplicationRequest provides a mock function with given fields: _a0

func (*SNSAPI) DeletePlatformApplicationWithContext

func (_m *SNSAPI) DeletePlatformApplicationWithContext(_a0 context.Context, _a1 *sns.DeletePlatformApplicationInput, _a2 ...request.Option) (*sns.DeletePlatformApplicationOutput, error)

DeletePlatformApplicationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) DeleteSMSSandboxPhoneNumber added in v0.34.0

func (_m *SNSAPI) DeleteSMSSandboxPhoneNumber(_a0 *sns.DeleteSMSSandboxPhoneNumberInput) (*sns.DeleteSMSSandboxPhoneNumberOutput, error)

DeleteSMSSandboxPhoneNumber provides a mock function with given fields: _a0

func (*SNSAPI) DeleteSMSSandboxPhoneNumberRequest added in v0.34.0

func (_m *SNSAPI) DeleteSMSSandboxPhoneNumberRequest(_a0 *sns.DeleteSMSSandboxPhoneNumberInput) (*request.Request, *sns.DeleteSMSSandboxPhoneNumberOutput)

DeleteSMSSandboxPhoneNumberRequest provides a mock function with given fields: _a0

func (*SNSAPI) DeleteSMSSandboxPhoneNumberWithContext added in v0.34.0

func (_m *SNSAPI) DeleteSMSSandboxPhoneNumberWithContext(_a0 context.Context, _a1 *sns.DeleteSMSSandboxPhoneNumberInput, _a2 ...request.Option) (*sns.DeleteSMSSandboxPhoneNumberOutput, error)

DeleteSMSSandboxPhoneNumberWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) DeleteTopic

func (_m *SNSAPI) DeleteTopic(_a0 *sns.DeleteTopicInput) (*sns.DeleteTopicOutput, error)

DeleteTopic provides a mock function with given fields: _a0

func (*SNSAPI) DeleteTopicRequest

func (_m *SNSAPI) DeleteTopicRequest(_a0 *sns.DeleteTopicInput) (*request.Request, *sns.DeleteTopicOutput)

DeleteTopicRequest provides a mock function with given fields: _a0

func (*SNSAPI) DeleteTopicWithContext

func (_m *SNSAPI) DeleteTopicWithContext(_a0 context.Context, _a1 *sns.DeleteTopicInput, _a2 ...request.Option) (*sns.DeleteTopicOutput, error)

DeleteTopicWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) GetDataProtectionPolicy added in v0.34.0

func (_m *SNSAPI) GetDataProtectionPolicy(_a0 *sns.GetDataProtectionPolicyInput) (*sns.GetDataProtectionPolicyOutput, error)

GetDataProtectionPolicy provides a mock function with given fields: _a0

func (*SNSAPI) GetDataProtectionPolicyRequest added in v0.34.0

func (_m *SNSAPI) GetDataProtectionPolicyRequest(_a0 *sns.GetDataProtectionPolicyInput) (*request.Request, *sns.GetDataProtectionPolicyOutput)

GetDataProtectionPolicyRequest provides a mock function with given fields: _a0

func (*SNSAPI) GetDataProtectionPolicyWithContext added in v0.34.0

func (_m *SNSAPI) GetDataProtectionPolicyWithContext(_a0 context.Context, _a1 *sns.GetDataProtectionPolicyInput, _a2 ...request.Option) (*sns.GetDataProtectionPolicyOutput, error)

GetDataProtectionPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) GetEndpointAttributes

func (_m *SNSAPI) GetEndpointAttributes(_a0 *sns.GetEndpointAttributesInput) (*sns.GetEndpointAttributesOutput, error)

GetEndpointAttributes provides a mock function with given fields: _a0

func (*SNSAPI) GetEndpointAttributesRequest

func (_m *SNSAPI) GetEndpointAttributesRequest(_a0 *sns.GetEndpointAttributesInput) (*request.Request, *sns.GetEndpointAttributesOutput)

GetEndpointAttributesRequest provides a mock function with given fields: _a0

func (*SNSAPI) GetEndpointAttributesWithContext

func (_m *SNSAPI) GetEndpointAttributesWithContext(_a0 context.Context, _a1 *sns.GetEndpointAttributesInput, _a2 ...request.Option) (*sns.GetEndpointAttributesOutput, error)

GetEndpointAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) GetPlatformApplicationAttributes

GetPlatformApplicationAttributes provides a mock function with given fields: _a0

func (*SNSAPI) GetPlatformApplicationAttributesRequest

func (_m *SNSAPI) GetPlatformApplicationAttributesRequest(_a0 *sns.GetPlatformApplicationAttributesInput) (*request.Request, *sns.GetPlatformApplicationAttributesOutput)

GetPlatformApplicationAttributesRequest provides a mock function with given fields: _a0

func (*SNSAPI) GetPlatformApplicationAttributesWithContext

func (_m *SNSAPI) GetPlatformApplicationAttributesWithContext(_a0 context.Context, _a1 *sns.GetPlatformApplicationAttributesInput, _a2 ...request.Option) (*sns.GetPlatformApplicationAttributesOutput, error)

GetPlatformApplicationAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) GetSMSAttributes

func (_m *SNSAPI) GetSMSAttributes(_a0 *sns.GetSMSAttributesInput) (*sns.GetSMSAttributesOutput, error)

GetSMSAttributes provides a mock function with given fields: _a0

func (*SNSAPI) GetSMSAttributesRequest

func (_m *SNSAPI) GetSMSAttributesRequest(_a0 *sns.GetSMSAttributesInput) (*request.Request, *sns.GetSMSAttributesOutput)

GetSMSAttributesRequest provides a mock function with given fields: _a0

func (*SNSAPI) GetSMSAttributesWithContext

func (_m *SNSAPI) GetSMSAttributesWithContext(_a0 context.Context, _a1 *sns.GetSMSAttributesInput, _a2 ...request.Option) (*sns.GetSMSAttributesOutput, error)

GetSMSAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) GetSMSSandboxAccountStatus added in v0.34.0

func (_m *SNSAPI) GetSMSSandboxAccountStatus(_a0 *sns.GetSMSSandboxAccountStatusInput) (*sns.GetSMSSandboxAccountStatusOutput, error)

GetSMSSandboxAccountStatus provides a mock function with given fields: _a0

func (*SNSAPI) GetSMSSandboxAccountStatusRequest added in v0.34.0

func (_m *SNSAPI) GetSMSSandboxAccountStatusRequest(_a0 *sns.GetSMSSandboxAccountStatusInput) (*request.Request, *sns.GetSMSSandboxAccountStatusOutput)

GetSMSSandboxAccountStatusRequest provides a mock function with given fields: _a0

func (*SNSAPI) GetSMSSandboxAccountStatusWithContext added in v0.34.0

func (_m *SNSAPI) GetSMSSandboxAccountStatusWithContext(_a0 context.Context, _a1 *sns.GetSMSSandboxAccountStatusInput, _a2 ...request.Option) (*sns.GetSMSSandboxAccountStatusOutput, error)

GetSMSSandboxAccountStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) GetSubscriptionAttributes

func (_m *SNSAPI) GetSubscriptionAttributes(_a0 *sns.GetSubscriptionAttributesInput) (*sns.GetSubscriptionAttributesOutput, error)

GetSubscriptionAttributes provides a mock function with given fields: _a0

func (*SNSAPI) GetSubscriptionAttributesRequest

func (_m *SNSAPI) GetSubscriptionAttributesRequest(_a0 *sns.GetSubscriptionAttributesInput) (*request.Request, *sns.GetSubscriptionAttributesOutput)

GetSubscriptionAttributesRequest provides a mock function with given fields: _a0

func (*SNSAPI) GetSubscriptionAttributesWithContext

func (_m *SNSAPI) GetSubscriptionAttributesWithContext(_a0 context.Context, _a1 *sns.GetSubscriptionAttributesInput, _a2 ...request.Option) (*sns.GetSubscriptionAttributesOutput, error)

GetSubscriptionAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) GetTopicAttributes

func (_m *SNSAPI) GetTopicAttributes(_a0 *sns.GetTopicAttributesInput) (*sns.GetTopicAttributesOutput, error)

GetTopicAttributes provides a mock function with given fields: _a0

func (*SNSAPI) GetTopicAttributesRequest

func (_m *SNSAPI) GetTopicAttributesRequest(_a0 *sns.GetTopicAttributesInput) (*request.Request, *sns.GetTopicAttributesOutput)

GetTopicAttributesRequest provides a mock function with given fields: _a0

func (*SNSAPI) GetTopicAttributesWithContext

func (_m *SNSAPI) GetTopicAttributesWithContext(_a0 context.Context, _a1 *sns.GetTopicAttributesInput, _a2 ...request.Option) (*sns.GetTopicAttributesOutput, error)

GetTopicAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) ListEndpointsByPlatformApplication

ListEndpointsByPlatformApplication provides a mock function with given fields: _a0

func (*SNSAPI) ListEndpointsByPlatformApplicationPages

func (_m *SNSAPI) ListEndpointsByPlatformApplicationPages(_a0 *sns.ListEndpointsByPlatformApplicationInput, _a1 func(*sns.ListEndpointsByPlatformApplicationOutput, bool) bool) error

ListEndpointsByPlatformApplicationPages provides a mock function with given fields: _a0, _a1

func (*SNSAPI) ListEndpointsByPlatformApplicationPagesWithContext

func (_m *SNSAPI) ListEndpointsByPlatformApplicationPagesWithContext(_a0 context.Context, _a1 *sns.ListEndpointsByPlatformApplicationInput, _a2 func(*sns.ListEndpointsByPlatformApplicationOutput, bool) bool, _a3 ...request.Option) error

ListEndpointsByPlatformApplicationPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SNSAPI) ListEndpointsByPlatformApplicationRequest

func (_m *SNSAPI) ListEndpointsByPlatformApplicationRequest(_a0 *sns.ListEndpointsByPlatformApplicationInput) (*request.Request, *sns.ListEndpointsByPlatformApplicationOutput)

ListEndpointsByPlatformApplicationRequest provides a mock function with given fields: _a0

func (*SNSAPI) ListEndpointsByPlatformApplicationWithContext

func (_m *SNSAPI) ListEndpointsByPlatformApplicationWithContext(_a0 context.Context, _a1 *sns.ListEndpointsByPlatformApplicationInput, _a2 ...request.Option) (*sns.ListEndpointsByPlatformApplicationOutput, error)

ListEndpointsByPlatformApplicationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) ListOriginationNumbers added in v0.34.0

func (_m *SNSAPI) ListOriginationNumbers(_a0 *sns.ListOriginationNumbersInput) (*sns.ListOriginationNumbersOutput, error)

ListOriginationNumbers provides a mock function with given fields: _a0

func (*SNSAPI) ListOriginationNumbersPages added in v0.34.0

func (_m *SNSAPI) ListOriginationNumbersPages(_a0 *sns.ListOriginationNumbersInput, _a1 func(*sns.ListOriginationNumbersOutput, bool) bool) error

ListOriginationNumbersPages provides a mock function with given fields: _a0, _a1

func (*SNSAPI) ListOriginationNumbersPagesWithContext added in v0.34.0

func (_m *SNSAPI) ListOriginationNumbersPagesWithContext(_a0 context.Context, _a1 *sns.ListOriginationNumbersInput, _a2 func(*sns.ListOriginationNumbersOutput, bool) bool, _a3 ...request.Option) error

ListOriginationNumbersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SNSAPI) ListOriginationNumbersRequest added in v0.34.0

func (_m *SNSAPI) ListOriginationNumbersRequest(_a0 *sns.ListOriginationNumbersInput) (*request.Request, *sns.ListOriginationNumbersOutput)

ListOriginationNumbersRequest provides a mock function with given fields: _a0

func (*SNSAPI) ListOriginationNumbersWithContext added in v0.34.0

func (_m *SNSAPI) ListOriginationNumbersWithContext(_a0 context.Context, _a1 *sns.ListOriginationNumbersInput, _a2 ...request.Option) (*sns.ListOriginationNumbersOutput, error)

ListOriginationNumbersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) ListPhoneNumbersOptedOut

func (_m *SNSAPI) ListPhoneNumbersOptedOut(_a0 *sns.ListPhoneNumbersOptedOutInput) (*sns.ListPhoneNumbersOptedOutOutput, error)

ListPhoneNumbersOptedOut provides a mock function with given fields: _a0

func (*SNSAPI) ListPhoneNumbersOptedOutPages added in v0.34.0

func (_m *SNSAPI) ListPhoneNumbersOptedOutPages(_a0 *sns.ListPhoneNumbersOptedOutInput, _a1 func(*sns.ListPhoneNumbersOptedOutOutput, bool) bool) error

ListPhoneNumbersOptedOutPages provides a mock function with given fields: _a0, _a1

func (*SNSAPI) ListPhoneNumbersOptedOutPagesWithContext added in v0.34.0

func (_m *SNSAPI) ListPhoneNumbersOptedOutPagesWithContext(_a0 context.Context, _a1 *sns.ListPhoneNumbersOptedOutInput, _a2 func(*sns.ListPhoneNumbersOptedOutOutput, bool) bool, _a3 ...request.Option) error

ListPhoneNumbersOptedOutPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SNSAPI) ListPhoneNumbersOptedOutRequest

func (_m *SNSAPI) ListPhoneNumbersOptedOutRequest(_a0 *sns.ListPhoneNumbersOptedOutInput) (*request.Request, *sns.ListPhoneNumbersOptedOutOutput)

ListPhoneNumbersOptedOutRequest provides a mock function with given fields: _a0

func (*SNSAPI) ListPhoneNumbersOptedOutWithContext

func (_m *SNSAPI) ListPhoneNumbersOptedOutWithContext(_a0 context.Context, _a1 *sns.ListPhoneNumbersOptedOutInput, _a2 ...request.Option) (*sns.ListPhoneNumbersOptedOutOutput, error)

ListPhoneNumbersOptedOutWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) ListPlatformApplications

func (_m *SNSAPI) ListPlatformApplications(_a0 *sns.ListPlatformApplicationsInput) (*sns.ListPlatformApplicationsOutput, error)

ListPlatformApplications provides a mock function with given fields: _a0

func (*SNSAPI) ListPlatformApplicationsPages

func (_m *SNSAPI) ListPlatformApplicationsPages(_a0 *sns.ListPlatformApplicationsInput, _a1 func(*sns.ListPlatformApplicationsOutput, bool) bool) error

ListPlatformApplicationsPages provides a mock function with given fields: _a0, _a1

func (*SNSAPI) ListPlatformApplicationsPagesWithContext

func (_m *SNSAPI) ListPlatformApplicationsPagesWithContext(_a0 context.Context, _a1 *sns.ListPlatformApplicationsInput, _a2 func(*sns.ListPlatformApplicationsOutput, bool) bool, _a3 ...request.Option) error

ListPlatformApplicationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SNSAPI) ListPlatformApplicationsRequest

func (_m *SNSAPI) ListPlatformApplicationsRequest(_a0 *sns.ListPlatformApplicationsInput) (*request.Request, *sns.ListPlatformApplicationsOutput)

ListPlatformApplicationsRequest provides a mock function with given fields: _a0

func (*SNSAPI) ListPlatformApplicationsWithContext

func (_m *SNSAPI) ListPlatformApplicationsWithContext(_a0 context.Context, _a1 *sns.ListPlatformApplicationsInput, _a2 ...request.Option) (*sns.ListPlatformApplicationsOutput, error)

ListPlatformApplicationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) ListSMSSandboxPhoneNumbers added in v0.34.0

func (_m *SNSAPI) ListSMSSandboxPhoneNumbers(_a0 *sns.ListSMSSandboxPhoneNumbersInput) (*sns.ListSMSSandboxPhoneNumbersOutput, error)

ListSMSSandboxPhoneNumbers provides a mock function with given fields: _a0

func (*SNSAPI) ListSMSSandboxPhoneNumbersPages added in v0.34.0

func (_m *SNSAPI) ListSMSSandboxPhoneNumbersPages(_a0 *sns.ListSMSSandboxPhoneNumbersInput, _a1 func(*sns.ListSMSSandboxPhoneNumbersOutput, bool) bool) error

ListSMSSandboxPhoneNumbersPages provides a mock function with given fields: _a0, _a1

func (*SNSAPI) ListSMSSandboxPhoneNumbersPagesWithContext added in v0.34.0

func (_m *SNSAPI) ListSMSSandboxPhoneNumbersPagesWithContext(_a0 context.Context, _a1 *sns.ListSMSSandboxPhoneNumbersInput, _a2 func(*sns.ListSMSSandboxPhoneNumbersOutput, bool) bool, _a3 ...request.Option) error

ListSMSSandboxPhoneNumbersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SNSAPI) ListSMSSandboxPhoneNumbersRequest added in v0.34.0

func (_m *SNSAPI) ListSMSSandboxPhoneNumbersRequest(_a0 *sns.ListSMSSandboxPhoneNumbersInput) (*request.Request, *sns.ListSMSSandboxPhoneNumbersOutput)

ListSMSSandboxPhoneNumbersRequest provides a mock function with given fields: _a0

func (*SNSAPI) ListSMSSandboxPhoneNumbersWithContext added in v0.34.0

func (_m *SNSAPI) ListSMSSandboxPhoneNumbersWithContext(_a0 context.Context, _a1 *sns.ListSMSSandboxPhoneNumbersInput, _a2 ...request.Option) (*sns.ListSMSSandboxPhoneNumbersOutput, error)

ListSMSSandboxPhoneNumbersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) ListSubscriptions

func (_m *SNSAPI) ListSubscriptions(_a0 *sns.ListSubscriptionsInput) (*sns.ListSubscriptionsOutput, error)

ListSubscriptions provides a mock function with given fields: _a0

func (*SNSAPI) ListSubscriptionsByTopic

func (_m *SNSAPI) ListSubscriptionsByTopic(_a0 *sns.ListSubscriptionsByTopicInput) (*sns.ListSubscriptionsByTopicOutput, error)

ListSubscriptionsByTopic provides a mock function with given fields: _a0

func (*SNSAPI) ListSubscriptionsByTopicPages

func (_m *SNSAPI) ListSubscriptionsByTopicPages(_a0 *sns.ListSubscriptionsByTopicInput, _a1 func(*sns.ListSubscriptionsByTopicOutput, bool) bool) error

ListSubscriptionsByTopicPages provides a mock function with given fields: _a0, _a1

func (*SNSAPI) ListSubscriptionsByTopicPagesWithContext

func (_m *SNSAPI) ListSubscriptionsByTopicPagesWithContext(_a0 context.Context, _a1 *sns.ListSubscriptionsByTopicInput, _a2 func(*sns.ListSubscriptionsByTopicOutput, bool) bool, _a3 ...request.Option) error

ListSubscriptionsByTopicPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SNSAPI) ListSubscriptionsByTopicRequest

func (_m *SNSAPI) ListSubscriptionsByTopicRequest(_a0 *sns.ListSubscriptionsByTopicInput) (*request.Request, *sns.ListSubscriptionsByTopicOutput)

ListSubscriptionsByTopicRequest provides a mock function with given fields: _a0

func (*SNSAPI) ListSubscriptionsByTopicWithContext

func (_m *SNSAPI) ListSubscriptionsByTopicWithContext(_a0 context.Context, _a1 *sns.ListSubscriptionsByTopicInput, _a2 ...request.Option) (*sns.ListSubscriptionsByTopicOutput, error)

ListSubscriptionsByTopicWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) ListSubscriptionsPages

func (_m *SNSAPI) ListSubscriptionsPages(_a0 *sns.ListSubscriptionsInput, _a1 func(*sns.ListSubscriptionsOutput, bool) bool) error

ListSubscriptionsPages provides a mock function with given fields: _a0, _a1

func (*SNSAPI) ListSubscriptionsPagesWithContext

func (_m *SNSAPI) ListSubscriptionsPagesWithContext(_a0 context.Context, _a1 *sns.ListSubscriptionsInput, _a2 func(*sns.ListSubscriptionsOutput, bool) bool, _a3 ...request.Option) error

ListSubscriptionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SNSAPI) ListSubscriptionsRequest

func (_m *SNSAPI) ListSubscriptionsRequest(_a0 *sns.ListSubscriptionsInput) (*request.Request, *sns.ListSubscriptionsOutput)

ListSubscriptionsRequest provides a mock function with given fields: _a0

func (*SNSAPI) ListSubscriptionsWithContext

func (_m *SNSAPI) ListSubscriptionsWithContext(_a0 context.Context, _a1 *sns.ListSubscriptionsInput, _a2 ...request.Option) (*sns.ListSubscriptionsOutput, error)

ListSubscriptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) ListTagsForResource

func (_m *SNSAPI) ListTagsForResource(_a0 *sns.ListTagsForResourceInput) (*sns.ListTagsForResourceOutput, error)

ListTagsForResource provides a mock function with given fields: _a0

func (*SNSAPI) ListTagsForResourceRequest

func (_m *SNSAPI) ListTagsForResourceRequest(_a0 *sns.ListTagsForResourceInput) (*request.Request, *sns.ListTagsForResourceOutput)

ListTagsForResourceRequest provides a mock function with given fields: _a0

func (*SNSAPI) ListTagsForResourceWithContext

func (_m *SNSAPI) ListTagsForResourceWithContext(_a0 context.Context, _a1 *sns.ListTagsForResourceInput, _a2 ...request.Option) (*sns.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) ListTopics

func (_m *SNSAPI) ListTopics(_a0 *sns.ListTopicsInput) (*sns.ListTopicsOutput, error)

ListTopics provides a mock function with given fields: _a0

func (*SNSAPI) ListTopicsPages

func (_m *SNSAPI) ListTopicsPages(_a0 *sns.ListTopicsInput, _a1 func(*sns.ListTopicsOutput, bool) bool) error

ListTopicsPages provides a mock function with given fields: _a0, _a1

func (*SNSAPI) ListTopicsPagesWithContext

func (_m *SNSAPI) ListTopicsPagesWithContext(_a0 context.Context, _a1 *sns.ListTopicsInput, _a2 func(*sns.ListTopicsOutput, bool) bool, _a3 ...request.Option) error

ListTopicsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SNSAPI) ListTopicsRequest

func (_m *SNSAPI) ListTopicsRequest(_a0 *sns.ListTopicsInput) (*request.Request, *sns.ListTopicsOutput)

ListTopicsRequest provides a mock function with given fields: _a0

func (*SNSAPI) ListTopicsWithContext

func (_m *SNSAPI) ListTopicsWithContext(_a0 context.Context, _a1 *sns.ListTopicsInput, _a2 ...request.Option) (*sns.ListTopicsOutput, error)

ListTopicsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) OptInPhoneNumber

func (_m *SNSAPI) OptInPhoneNumber(_a0 *sns.OptInPhoneNumberInput) (*sns.OptInPhoneNumberOutput, error)

OptInPhoneNumber provides a mock function with given fields: _a0

func (*SNSAPI) OptInPhoneNumberRequest

func (_m *SNSAPI) OptInPhoneNumberRequest(_a0 *sns.OptInPhoneNumberInput) (*request.Request, *sns.OptInPhoneNumberOutput)

OptInPhoneNumberRequest provides a mock function with given fields: _a0

func (*SNSAPI) OptInPhoneNumberWithContext

func (_m *SNSAPI) OptInPhoneNumberWithContext(_a0 context.Context, _a1 *sns.OptInPhoneNumberInput, _a2 ...request.Option) (*sns.OptInPhoneNumberOutput, error)

OptInPhoneNumberWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) Publish

func (_m *SNSAPI) Publish(_a0 *sns.PublishInput) (*sns.PublishOutput, error)

Publish provides a mock function with given fields: _a0

func (*SNSAPI) PublishBatch added in v0.34.0

func (_m *SNSAPI) PublishBatch(_a0 *sns.PublishBatchInput) (*sns.PublishBatchOutput, error)

PublishBatch provides a mock function with given fields: _a0

func (*SNSAPI) PublishBatchRequest added in v0.34.0

func (_m *SNSAPI) PublishBatchRequest(_a0 *sns.PublishBatchInput) (*request.Request, *sns.PublishBatchOutput)

PublishBatchRequest provides a mock function with given fields: _a0

func (*SNSAPI) PublishBatchWithContext added in v0.34.0

func (_m *SNSAPI) PublishBatchWithContext(_a0 context.Context, _a1 *sns.PublishBatchInput, _a2 ...request.Option) (*sns.PublishBatchOutput, error)

PublishBatchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) PublishRequest

func (_m *SNSAPI) PublishRequest(_a0 *sns.PublishInput) (*request.Request, *sns.PublishOutput)

PublishRequest provides a mock function with given fields: _a0

func (*SNSAPI) PublishWithContext

func (_m *SNSAPI) PublishWithContext(_a0 context.Context, _a1 *sns.PublishInput, _a2 ...request.Option) (*sns.PublishOutput, error)

PublishWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) PutDataProtectionPolicy added in v0.34.0

func (_m *SNSAPI) PutDataProtectionPolicy(_a0 *sns.PutDataProtectionPolicyInput) (*sns.PutDataProtectionPolicyOutput, error)

PutDataProtectionPolicy provides a mock function with given fields: _a0

func (*SNSAPI) PutDataProtectionPolicyRequest added in v0.34.0

func (_m *SNSAPI) PutDataProtectionPolicyRequest(_a0 *sns.PutDataProtectionPolicyInput) (*request.Request, *sns.PutDataProtectionPolicyOutput)

PutDataProtectionPolicyRequest provides a mock function with given fields: _a0

func (*SNSAPI) PutDataProtectionPolicyWithContext added in v0.34.0

func (_m *SNSAPI) PutDataProtectionPolicyWithContext(_a0 context.Context, _a1 *sns.PutDataProtectionPolicyInput, _a2 ...request.Option) (*sns.PutDataProtectionPolicyOutput, error)

PutDataProtectionPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) RemovePermission

func (_m *SNSAPI) RemovePermission(_a0 *sns.RemovePermissionInput) (*sns.RemovePermissionOutput, error)

RemovePermission provides a mock function with given fields: _a0

func (*SNSAPI) RemovePermissionRequest

func (_m *SNSAPI) RemovePermissionRequest(_a0 *sns.RemovePermissionInput) (*request.Request, *sns.RemovePermissionOutput)

RemovePermissionRequest provides a mock function with given fields: _a0

func (*SNSAPI) RemovePermissionWithContext

func (_m *SNSAPI) RemovePermissionWithContext(_a0 context.Context, _a1 *sns.RemovePermissionInput, _a2 ...request.Option) (*sns.RemovePermissionOutput, error)

RemovePermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) SetEndpointAttributes

func (_m *SNSAPI) SetEndpointAttributes(_a0 *sns.SetEndpointAttributesInput) (*sns.SetEndpointAttributesOutput, error)

SetEndpointAttributes provides a mock function with given fields: _a0

func (*SNSAPI) SetEndpointAttributesRequest

func (_m *SNSAPI) SetEndpointAttributesRequest(_a0 *sns.SetEndpointAttributesInput) (*request.Request, *sns.SetEndpointAttributesOutput)

SetEndpointAttributesRequest provides a mock function with given fields: _a0

func (*SNSAPI) SetEndpointAttributesWithContext

func (_m *SNSAPI) SetEndpointAttributesWithContext(_a0 context.Context, _a1 *sns.SetEndpointAttributesInput, _a2 ...request.Option) (*sns.SetEndpointAttributesOutput, error)

SetEndpointAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) SetPlatformApplicationAttributes

SetPlatformApplicationAttributes provides a mock function with given fields: _a0

func (*SNSAPI) SetPlatformApplicationAttributesRequest

func (_m *SNSAPI) SetPlatformApplicationAttributesRequest(_a0 *sns.SetPlatformApplicationAttributesInput) (*request.Request, *sns.SetPlatformApplicationAttributesOutput)

SetPlatformApplicationAttributesRequest provides a mock function with given fields: _a0

func (*SNSAPI) SetPlatformApplicationAttributesWithContext

func (_m *SNSAPI) SetPlatformApplicationAttributesWithContext(_a0 context.Context, _a1 *sns.SetPlatformApplicationAttributesInput, _a2 ...request.Option) (*sns.SetPlatformApplicationAttributesOutput, error)

SetPlatformApplicationAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) SetSMSAttributes

func (_m *SNSAPI) SetSMSAttributes(_a0 *sns.SetSMSAttributesInput) (*sns.SetSMSAttributesOutput, error)

SetSMSAttributes provides a mock function with given fields: _a0

func (*SNSAPI) SetSMSAttributesRequest

func (_m *SNSAPI) SetSMSAttributesRequest(_a0 *sns.SetSMSAttributesInput) (*request.Request, *sns.SetSMSAttributesOutput)

SetSMSAttributesRequest provides a mock function with given fields: _a0

func (*SNSAPI) SetSMSAttributesWithContext

func (_m *SNSAPI) SetSMSAttributesWithContext(_a0 context.Context, _a1 *sns.SetSMSAttributesInput, _a2 ...request.Option) (*sns.SetSMSAttributesOutput, error)

SetSMSAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) SetSubscriptionAttributes

func (_m *SNSAPI) SetSubscriptionAttributes(_a0 *sns.SetSubscriptionAttributesInput) (*sns.SetSubscriptionAttributesOutput, error)

SetSubscriptionAttributes provides a mock function with given fields: _a0

func (*SNSAPI) SetSubscriptionAttributesRequest

func (_m *SNSAPI) SetSubscriptionAttributesRequest(_a0 *sns.SetSubscriptionAttributesInput) (*request.Request, *sns.SetSubscriptionAttributesOutput)

SetSubscriptionAttributesRequest provides a mock function with given fields: _a0

func (*SNSAPI) SetSubscriptionAttributesWithContext

func (_m *SNSAPI) SetSubscriptionAttributesWithContext(_a0 context.Context, _a1 *sns.SetSubscriptionAttributesInput, _a2 ...request.Option) (*sns.SetSubscriptionAttributesOutput, error)

SetSubscriptionAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) SetTopicAttributes

func (_m *SNSAPI) SetTopicAttributes(_a0 *sns.SetTopicAttributesInput) (*sns.SetTopicAttributesOutput, error)

SetTopicAttributes provides a mock function with given fields: _a0

func (*SNSAPI) SetTopicAttributesRequest

func (_m *SNSAPI) SetTopicAttributesRequest(_a0 *sns.SetTopicAttributesInput) (*request.Request, *sns.SetTopicAttributesOutput)

SetTopicAttributesRequest provides a mock function with given fields: _a0

func (*SNSAPI) SetTopicAttributesWithContext

func (_m *SNSAPI) SetTopicAttributesWithContext(_a0 context.Context, _a1 *sns.SetTopicAttributesInput, _a2 ...request.Option) (*sns.SetTopicAttributesOutput, error)

SetTopicAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) Subscribe

func (_m *SNSAPI) Subscribe(_a0 *sns.SubscribeInput) (*sns.SubscribeOutput, error)

Subscribe provides a mock function with given fields: _a0

func (*SNSAPI) SubscribeRequest

func (_m *SNSAPI) SubscribeRequest(_a0 *sns.SubscribeInput) (*request.Request, *sns.SubscribeOutput)

SubscribeRequest provides a mock function with given fields: _a0

func (*SNSAPI) SubscribeWithContext

func (_m *SNSAPI) SubscribeWithContext(_a0 context.Context, _a1 *sns.SubscribeInput, _a2 ...request.Option) (*sns.SubscribeOutput, error)

SubscribeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) TagResource

func (_m *SNSAPI) TagResource(_a0 *sns.TagResourceInput) (*sns.TagResourceOutput, error)

TagResource provides a mock function with given fields: _a0

func (*SNSAPI) TagResourceRequest

func (_m *SNSAPI) TagResourceRequest(_a0 *sns.TagResourceInput) (*request.Request, *sns.TagResourceOutput)

TagResourceRequest provides a mock function with given fields: _a0

func (*SNSAPI) TagResourceWithContext

func (_m *SNSAPI) TagResourceWithContext(_a0 context.Context, _a1 *sns.TagResourceInput, _a2 ...request.Option) (*sns.TagResourceOutput, error)

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) Unsubscribe

func (_m *SNSAPI) Unsubscribe(_a0 *sns.UnsubscribeInput) (*sns.UnsubscribeOutput, error)

Unsubscribe provides a mock function with given fields: _a0

func (*SNSAPI) UnsubscribeRequest

func (_m *SNSAPI) UnsubscribeRequest(_a0 *sns.UnsubscribeInput) (*request.Request, *sns.UnsubscribeOutput)

UnsubscribeRequest provides a mock function with given fields: _a0

func (*SNSAPI) UnsubscribeWithContext

func (_m *SNSAPI) UnsubscribeWithContext(_a0 context.Context, _a1 *sns.UnsubscribeInput, _a2 ...request.Option) (*sns.UnsubscribeOutput, error)

UnsubscribeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) UntagResource

func (_m *SNSAPI) UntagResource(_a0 *sns.UntagResourceInput) (*sns.UntagResourceOutput, error)

UntagResource provides a mock function with given fields: _a0

func (*SNSAPI) UntagResourceRequest

func (_m *SNSAPI) UntagResourceRequest(_a0 *sns.UntagResourceInput) (*request.Request, *sns.UntagResourceOutput)

UntagResourceRequest provides a mock function with given fields: _a0

func (*SNSAPI) UntagResourceWithContext

func (_m *SNSAPI) UntagResourceWithContext(_a0 context.Context, _a1 *sns.UntagResourceInput, _a2 ...request.Option) (*sns.UntagResourceOutput, error)

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SNSAPI) VerifySMSSandboxPhoneNumber added in v0.34.0

func (_m *SNSAPI) VerifySMSSandboxPhoneNumber(_a0 *sns.VerifySMSSandboxPhoneNumberInput) (*sns.VerifySMSSandboxPhoneNumberOutput, error)

VerifySMSSandboxPhoneNumber provides a mock function with given fields: _a0

func (*SNSAPI) VerifySMSSandboxPhoneNumberRequest added in v0.34.0

func (_m *SNSAPI) VerifySMSSandboxPhoneNumberRequest(_a0 *sns.VerifySMSSandboxPhoneNumberInput) (*request.Request, *sns.VerifySMSSandboxPhoneNumberOutput)

VerifySMSSandboxPhoneNumberRequest provides a mock function with given fields: _a0

func (*SNSAPI) VerifySMSSandboxPhoneNumberWithContext added in v0.34.0

func (_m *SNSAPI) VerifySMSSandboxPhoneNumberWithContext(_a0 context.Context, _a1 *sns.VerifySMSSandboxPhoneNumberInput, _a2 ...request.Option) (*sns.VerifySMSSandboxPhoneNumberOutput, error)

VerifySMSSandboxPhoneNumberWithContext provides a mock function with given fields: _a0, _a1, _a2

type SQSAPI

type SQSAPI struct {
	mock.Mock
}

SQSAPI is an autogenerated mock type for the SQSAPI type

func (*SQSAPI) AddPermission

func (_m *SQSAPI) AddPermission(_a0 *sqs.AddPermissionInput) (*sqs.AddPermissionOutput, error)

AddPermission provides a mock function with given fields: _a0

func (*SQSAPI) AddPermissionRequest

func (_m *SQSAPI) AddPermissionRequest(_a0 *sqs.AddPermissionInput) (*request.Request, *sqs.AddPermissionOutput)

AddPermissionRequest provides a mock function with given fields: _a0

func (*SQSAPI) AddPermissionWithContext

func (_m *SQSAPI) AddPermissionWithContext(_a0 context.Context, _a1 *sqs.AddPermissionInput, _a2 ...request.Option) (*sqs.AddPermissionOutput, error)

AddPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) ChangeMessageVisibility

func (_m *SQSAPI) ChangeMessageVisibility(_a0 *sqs.ChangeMessageVisibilityInput) (*sqs.ChangeMessageVisibilityOutput, error)

ChangeMessageVisibility provides a mock function with given fields: _a0

func (*SQSAPI) ChangeMessageVisibilityBatch

func (_m *SQSAPI) ChangeMessageVisibilityBatch(_a0 *sqs.ChangeMessageVisibilityBatchInput) (*sqs.ChangeMessageVisibilityBatchOutput, error)

ChangeMessageVisibilityBatch provides a mock function with given fields: _a0

func (*SQSAPI) ChangeMessageVisibilityBatchRequest

func (_m *SQSAPI) ChangeMessageVisibilityBatchRequest(_a0 *sqs.ChangeMessageVisibilityBatchInput) (*request.Request, *sqs.ChangeMessageVisibilityBatchOutput)

ChangeMessageVisibilityBatchRequest provides a mock function with given fields: _a0

func (*SQSAPI) ChangeMessageVisibilityBatchWithContext

func (_m *SQSAPI) ChangeMessageVisibilityBatchWithContext(_a0 context.Context, _a1 *sqs.ChangeMessageVisibilityBatchInput, _a2 ...request.Option) (*sqs.ChangeMessageVisibilityBatchOutput, error)

ChangeMessageVisibilityBatchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) ChangeMessageVisibilityRequest

func (_m *SQSAPI) ChangeMessageVisibilityRequest(_a0 *sqs.ChangeMessageVisibilityInput) (*request.Request, *sqs.ChangeMessageVisibilityOutput)

ChangeMessageVisibilityRequest provides a mock function with given fields: _a0

func (*SQSAPI) ChangeMessageVisibilityWithContext

func (_m *SQSAPI) ChangeMessageVisibilityWithContext(_a0 context.Context, _a1 *sqs.ChangeMessageVisibilityInput, _a2 ...request.Option) (*sqs.ChangeMessageVisibilityOutput, error)

ChangeMessageVisibilityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) CreateQueue

func (_m *SQSAPI) CreateQueue(_a0 *sqs.CreateQueueInput) (*sqs.CreateQueueOutput, error)

CreateQueue provides a mock function with given fields: _a0

func (*SQSAPI) CreateQueueRequest

func (_m *SQSAPI) CreateQueueRequest(_a0 *sqs.CreateQueueInput) (*request.Request, *sqs.CreateQueueOutput)

CreateQueueRequest provides a mock function with given fields: _a0

func (*SQSAPI) CreateQueueWithContext

func (_m *SQSAPI) CreateQueueWithContext(_a0 context.Context, _a1 *sqs.CreateQueueInput, _a2 ...request.Option) (*sqs.CreateQueueOutput, error)

CreateQueueWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) DeleteMessage

func (_m *SQSAPI) DeleteMessage(_a0 *sqs.DeleteMessageInput) (*sqs.DeleteMessageOutput, error)

DeleteMessage provides a mock function with given fields: _a0

func (*SQSAPI) DeleteMessageBatch

func (_m *SQSAPI) DeleteMessageBatch(_a0 *sqs.DeleteMessageBatchInput) (*sqs.DeleteMessageBatchOutput, error)

DeleteMessageBatch provides a mock function with given fields: _a0

func (*SQSAPI) DeleteMessageBatchRequest

func (_m *SQSAPI) DeleteMessageBatchRequest(_a0 *sqs.DeleteMessageBatchInput) (*request.Request, *sqs.DeleteMessageBatchOutput)

DeleteMessageBatchRequest provides a mock function with given fields: _a0

func (*SQSAPI) DeleteMessageBatchWithContext

func (_m *SQSAPI) DeleteMessageBatchWithContext(_a0 context.Context, _a1 *sqs.DeleteMessageBatchInput, _a2 ...request.Option) (*sqs.DeleteMessageBatchOutput, error)

DeleteMessageBatchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) DeleteMessageRequest

func (_m *SQSAPI) DeleteMessageRequest(_a0 *sqs.DeleteMessageInput) (*request.Request, *sqs.DeleteMessageOutput)

DeleteMessageRequest provides a mock function with given fields: _a0

func (*SQSAPI) DeleteMessageWithContext

func (_m *SQSAPI) DeleteMessageWithContext(_a0 context.Context, _a1 *sqs.DeleteMessageInput, _a2 ...request.Option) (*sqs.DeleteMessageOutput, error)

DeleteMessageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) DeleteQueue

func (_m *SQSAPI) DeleteQueue(_a0 *sqs.DeleteQueueInput) (*sqs.DeleteQueueOutput, error)

DeleteQueue provides a mock function with given fields: _a0

func (*SQSAPI) DeleteQueueRequest

func (_m *SQSAPI) DeleteQueueRequest(_a0 *sqs.DeleteQueueInput) (*request.Request, *sqs.DeleteQueueOutput)

DeleteQueueRequest provides a mock function with given fields: _a0

func (*SQSAPI) DeleteQueueWithContext

func (_m *SQSAPI) DeleteQueueWithContext(_a0 context.Context, _a1 *sqs.DeleteQueueInput, _a2 ...request.Option) (*sqs.DeleteQueueOutput, error)

DeleteQueueWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) GetQueueAttributes

func (_m *SQSAPI) GetQueueAttributes(_a0 *sqs.GetQueueAttributesInput) (*sqs.GetQueueAttributesOutput, error)

GetQueueAttributes provides a mock function with given fields: _a0

func (*SQSAPI) GetQueueAttributesRequest

func (_m *SQSAPI) GetQueueAttributesRequest(_a0 *sqs.GetQueueAttributesInput) (*request.Request, *sqs.GetQueueAttributesOutput)

GetQueueAttributesRequest provides a mock function with given fields: _a0

func (*SQSAPI) GetQueueAttributesWithContext

func (_m *SQSAPI) GetQueueAttributesWithContext(_a0 context.Context, _a1 *sqs.GetQueueAttributesInput, _a2 ...request.Option) (*sqs.GetQueueAttributesOutput, error)

GetQueueAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) GetQueueUrl

func (_m *SQSAPI) GetQueueUrl(_a0 *sqs.GetQueueUrlInput) (*sqs.GetQueueUrlOutput, error)

GetQueueUrl provides a mock function with given fields: _a0

func (*SQSAPI) GetQueueUrlRequest

func (_m *SQSAPI) GetQueueUrlRequest(_a0 *sqs.GetQueueUrlInput) (*request.Request, *sqs.GetQueueUrlOutput)

GetQueueUrlRequest provides a mock function with given fields: _a0

func (*SQSAPI) GetQueueUrlWithContext

func (_m *SQSAPI) GetQueueUrlWithContext(_a0 context.Context, _a1 *sqs.GetQueueUrlInput, _a2 ...request.Option) (*sqs.GetQueueUrlOutput, error)

GetQueueUrlWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) ListDeadLetterSourceQueues

func (_m *SQSAPI) ListDeadLetterSourceQueues(_a0 *sqs.ListDeadLetterSourceQueuesInput) (*sqs.ListDeadLetterSourceQueuesOutput, error)

ListDeadLetterSourceQueues provides a mock function with given fields: _a0

func (*SQSAPI) ListDeadLetterSourceQueuesPages added in v0.32.0

func (_m *SQSAPI) ListDeadLetterSourceQueuesPages(_a0 *sqs.ListDeadLetterSourceQueuesInput, _a1 func(*sqs.ListDeadLetterSourceQueuesOutput, bool) bool) error

ListDeadLetterSourceQueuesPages provides a mock function with given fields: _a0, _a1

func (*SQSAPI) ListDeadLetterSourceQueuesPagesWithContext added in v0.32.0

func (_m *SQSAPI) ListDeadLetterSourceQueuesPagesWithContext(_a0 context.Context, _a1 *sqs.ListDeadLetterSourceQueuesInput, _a2 func(*sqs.ListDeadLetterSourceQueuesOutput, bool) bool, _a3 ...request.Option) error

ListDeadLetterSourceQueuesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SQSAPI) ListDeadLetterSourceQueuesRequest

func (_m *SQSAPI) ListDeadLetterSourceQueuesRequest(_a0 *sqs.ListDeadLetterSourceQueuesInput) (*request.Request, *sqs.ListDeadLetterSourceQueuesOutput)

ListDeadLetterSourceQueuesRequest provides a mock function with given fields: _a0

func (*SQSAPI) ListDeadLetterSourceQueuesWithContext

func (_m *SQSAPI) ListDeadLetterSourceQueuesWithContext(_a0 context.Context, _a1 *sqs.ListDeadLetterSourceQueuesInput, _a2 ...request.Option) (*sqs.ListDeadLetterSourceQueuesOutput, error)

ListDeadLetterSourceQueuesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) ListQueueTags

func (_m *SQSAPI) ListQueueTags(_a0 *sqs.ListQueueTagsInput) (*sqs.ListQueueTagsOutput, error)

ListQueueTags provides a mock function with given fields: _a0

func (*SQSAPI) ListQueueTagsRequest

func (_m *SQSAPI) ListQueueTagsRequest(_a0 *sqs.ListQueueTagsInput) (*request.Request, *sqs.ListQueueTagsOutput)

ListQueueTagsRequest provides a mock function with given fields: _a0

func (*SQSAPI) ListQueueTagsWithContext

func (_m *SQSAPI) ListQueueTagsWithContext(_a0 context.Context, _a1 *sqs.ListQueueTagsInput, _a2 ...request.Option) (*sqs.ListQueueTagsOutput, error)

ListQueueTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) ListQueues

func (_m *SQSAPI) ListQueues(_a0 *sqs.ListQueuesInput) (*sqs.ListQueuesOutput, error)

ListQueues provides a mock function with given fields: _a0

func (*SQSAPI) ListQueuesPages added in v0.32.0

func (_m *SQSAPI) ListQueuesPages(_a0 *sqs.ListQueuesInput, _a1 func(*sqs.ListQueuesOutput, bool) bool) error

ListQueuesPages provides a mock function with given fields: _a0, _a1

func (*SQSAPI) ListQueuesPagesWithContext added in v0.32.0

func (_m *SQSAPI) ListQueuesPagesWithContext(_a0 context.Context, _a1 *sqs.ListQueuesInput, _a2 func(*sqs.ListQueuesOutput, bool) bool, _a3 ...request.Option) error

ListQueuesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SQSAPI) ListQueuesRequest

func (_m *SQSAPI) ListQueuesRequest(_a0 *sqs.ListQueuesInput) (*request.Request, *sqs.ListQueuesOutput)

ListQueuesRequest provides a mock function with given fields: _a0

func (*SQSAPI) ListQueuesWithContext

func (_m *SQSAPI) ListQueuesWithContext(_a0 context.Context, _a1 *sqs.ListQueuesInput, _a2 ...request.Option) (*sqs.ListQueuesOutput, error)

ListQueuesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) PurgeQueue

func (_m *SQSAPI) PurgeQueue(_a0 *sqs.PurgeQueueInput) (*sqs.PurgeQueueOutput, error)

PurgeQueue provides a mock function with given fields: _a0

func (*SQSAPI) PurgeQueueRequest

func (_m *SQSAPI) PurgeQueueRequest(_a0 *sqs.PurgeQueueInput) (*request.Request, *sqs.PurgeQueueOutput)

PurgeQueueRequest provides a mock function with given fields: _a0

func (*SQSAPI) PurgeQueueWithContext

func (_m *SQSAPI) PurgeQueueWithContext(_a0 context.Context, _a1 *sqs.PurgeQueueInput, _a2 ...request.Option) (*sqs.PurgeQueueOutput, error)

PurgeQueueWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) ReceiveMessage

func (_m *SQSAPI) ReceiveMessage(_a0 *sqs.ReceiveMessageInput) (*sqs.ReceiveMessageOutput, error)

ReceiveMessage provides a mock function with given fields: _a0

func (*SQSAPI) ReceiveMessageRequest

func (_m *SQSAPI) ReceiveMessageRequest(_a0 *sqs.ReceiveMessageInput) (*request.Request, *sqs.ReceiveMessageOutput)

ReceiveMessageRequest provides a mock function with given fields: _a0

func (*SQSAPI) ReceiveMessageWithContext

func (_m *SQSAPI) ReceiveMessageWithContext(_a0 context.Context, _a1 *sqs.ReceiveMessageInput, _a2 ...request.Option) (*sqs.ReceiveMessageOutput, error)

ReceiveMessageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) RemovePermission

func (_m *SQSAPI) RemovePermission(_a0 *sqs.RemovePermissionInput) (*sqs.RemovePermissionOutput, error)

RemovePermission provides a mock function with given fields: _a0

func (*SQSAPI) RemovePermissionRequest

func (_m *SQSAPI) RemovePermissionRequest(_a0 *sqs.RemovePermissionInput) (*request.Request, *sqs.RemovePermissionOutput)

RemovePermissionRequest provides a mock function with given fields: _a0

func (*SQSAPI) RemovePermissionWithContext

func (_m *SQSAPI) RemovePermissionWithContext(_a0 context.Context, _a1 *sqs.RemovePermissionInput, _a2 ...request.Option) (*sqs.RemovePermissionOutput, error)

RemovePermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) SendMessage

func (_m *SQSAPI) SendMessage(_a0 *sqs.SendMessageInput) (*sqs.SendMessageOutput, error)

SendMessage provides a mock function with given fields: _a0

func (*SQSAPI) SendMessageBatch

func (_m *SQSAPI) SendMessageBatch(_a0 *sqs.SendMessageBatchInput) (*sqs.SendMessageBatchOutput, error)

SendMessageBatch provides a mock function with given fields: _a0

func (*SQSAPI) SendMessageBatchRequest

func (_m *SQSAPI) SendMessageBatchRequest(_a0 *sqs.SendMessageBatchInput) (*request.Request, *sqs.SendMessageBatchOutput)

SendMessageBatchRequest provides a mock function with given fields: _a0

func (*SQSAPI) SendMessageBatchWithContext

func (_m *SQSAPI) SendMessageBatchWithContext(_a0 context.Context, _a1 *sqs.SendMessageBatchInput, _a2 ...request.Option) (*sqs.SendMessageBatchOutput, error)

SendMessageBatchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) SendMessageRequest

func (_m *SQSAPI) SendMessageRequest(_a0 *sqs.SendMessageInput) (*request.Request, *sqs.SendMessageOutput)

SendMessageRequest provides a mock function with given fields: _a0

func (*SQSAPI) SendMessageWithContext

func (_m *SQSAPI) SendMessageWithContext(_a0 context.Context, _a1 *sqs.SendMessageInput, _a2 ...request.Option) (*sqs.SendMessageOutput, error)

SendMessageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) SetQueueAttributes

func (_m *SQSAPI) SetQueueAttributes(_a0 *sqs.SetQueueAttributesInput) (*sqs.SetQueueAttributesOutput, error)

SetQueueAttributes provides a mock function with given fields: _a0

func (*SQSAPI) SetQueueAttributesRequest

func (_m *SQSAPI) SetQueueAttributesRequest(_a0 *sqs.SetQueueAttributesInput) (*request.Request, *sqs.SetQueueAttributesOutput)

SetQueueAttributesRequest provides a mock function with given fields: _a0

func (*SQSAPI) SetQueueAttributesWithContext

func (_m *SQSAPI) SetQueueAttributesWithContext(_a0 context.Context, _a1 *sqs.SetQueueAttributesInput, _a2 ...request.Option) (*sqs.SetQueueAttributesOutput, error)

SetQueueAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) TagQueue

func (_m *SQSAPI) TagQueue(_a0 *sqs.TagQueueInput) (*sqs.TagQueueOutput, error)

TagQueue provides a mock function with given fields: _a0

func (*SQSAPI) TagQueueRequest

func (_m *SQSAPI) TagQueueRequest(_a0 *sqs.TagQueueInput) (*request.Request, *sqs.TagQueueOutput)

TagQueueRequest provides a mock function with given fields: _a0

func (*SQSAPI) TagQueueWithContext

func (_m *SQSAPI) TagQueueWithContext(_a0 context.Context, _a1 *sqs.TagQueueInput, _a2 ...request.Option) (*sqs.TagQueueOutput, error)

TagQueueWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SQSAPI) UntagQueue

func (_m *SQSAPI) UntagQueue(_a0 *sqs.UntagQueueInput) (*sqs.UntagQueueOutput, error)

UntagQueue provides a mock function with given fields: _a0

func (*SQSAPI) UntagQueueRequest

func (_m *SQSAPI) UntagQueueRequest(_a0 *sqs.UntagQueueInput) (*request.Request, *sqs.UntagQueueOutput)

UntagQueueRequest provides a mock function with given fields: _a0

func (*SQSAPI) UntagQueueWithContext

func (_m *SQSAPI) UntagQueueWithContext(_a0 context.Context, _a1 *sqs.UntagQueueInput, _a2 ...request.Option) (*sqs.UntagQueueOutput, error)

UntagQueueWithContext provides a mock function with given fields: _a0, _a1, _a2

type SSMAPI

type SSMAPI struct {
	mock.Mock
}

SSMAPI is an autogenerated mock type for the SSMAPI type

func (*SSMAPI) AddTagsToResource

func (_m *SSMAPI) AddTagsToResource(_a0 *ssm.AddTagsToResourceInput) (*ssm.AddTagsToResourceOutput, error)

AddTagsToResource provides a mock function with given fields: _a0

func (*SSMAPI) AddTagsToResourceRequest

func (_m *SSMAPI) AddTagsToResourceRequest(_a0 *ssm.AddTagsToResourceInput) (*request.Request, *ssm.AddTagsToResourceOutput)

AddTagsToResourceRequest provides a mock function with given fields: _a0

func (*SSMAPI) AddTagsToResourceWithContext

func (_m *SSMAPI) AddTagsToResourceWithContext(_a0 context.Context, _a1 *ssm.AddTagsToResourceInput, _a2 ...request.Option) (*ssm.AddTagsToResourceOutput, error)

AddTagsToResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) CancelCommand

func (_m *SSMAPI) CancelCommand(_a0 *ssm.CancelCommandInput) (*ssm.CancelCommandOutput, error)

CancelCommand provides a mock function with given fields: _a0

func (*SSMAPI) CancelCommandRequest

func (_m *SSMAPI) CancelCommandRequest(_a0 *ssm.CancelCommandInput) (*request.Request, *ssm.CancelCommandOutput)

CancelCommandRequest provides a mock function with given fields: _a0

func (*SSMAPI) CancelCommandWithContext

func (_m *SSMAPI) CancelCommandWithContext(_a0 context.Context, _a1 *ssm.CancelCommandInput, _a2 ...request.Option) (*ssm.CancelCommandOutput, error)

CancelCommandWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) CancelMaintenanceWindowExecution

CancelMaintenanceWindowExecution provides a mock function with given fields: _a0

func (*SSMAPI) CancelMaintenanceWindowExecutionRequest

func (_m *SSMAPI) CancelMaintenanceWindowExecutionRequest(_a0 *ssm.CancelMaintenanceWindowExecutionInput) (*request.Request, *ssm.CancelMaintenanceWindowExecutionOutput)

CancelMaintenanceWindowExecutionRequest provides a mock function with given fields: _a0

func (*SSMAPI) CancelMaintenanceWindowExecutionWithContext

func (_m *SSMAPI) CancelMaintenanceWindowExecutionWithContext(_a0 context.Context, _a1 *ssm.CancelMaintenanceWindowExecutionInput, _a2 ...request.Option) (*ssm.CancelMaintenanceWindowExecutionOutput, error)

CancelMaintenanceWindowExecutionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) CreateActivation

func (_m *SSMAPI) CreateActivation(_a0 *ssm.CreateActivationInput) (*ssm.CreateActivationOutput, error)

CreateActivation provides a mock function with given fields: _a0

func (*SSMAPI) CreateActivationRequest

func (_m *SSMAPI) CreateActivationRequest(_a0 *ssm.CreateActivationInput) (*request.Request, *ssm.CreateActivationOutput)

CreateActivationRequest provides a mock function with given fields: _a0

func (*SSMAPI) CreateActivationWithContext

func (_m *SSMAPI) CreateActivationWithContext(_a0 context.Context, _a1 *ssm.CreateActivationInput, _a2 ...request.Option) (*ssm.CreateActivationOutput, error)

CreateActivationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) CreateAssociation

func (_m *SSMAPI) CreateAssociation(_a0 *ssm.CreateAssociationInput) (*ssm.CreateAssociationOutput, error)

CreateAssociation provides a mock function with given fields: _a0

func (*SSMAPI) CreateAssociationBatch

func (_m *SSMAPI) CreateAssociationBatch(_a0 *ssm.CreateAssociationBatchInput) (*ssm.CreateAssociationBatchOutput, error)

CreateAssociationBatch provides a mock function with given fields: _a0

func (*SSMAPI) CreateAssociationBatchRequest

func (_m *SSMAPI) CreateAssociationBatchRequest(_a0 *ssm.CreateAssociationBatchInput) (*request.Request, *ssm.CreateAssociationBatchOutput)

CreateAssociationBatchRequest provides a mock function with given fields: _a0

func (*SSMAPI) CreateAssociationBatchWithContext

func (_m *SSMAPI) CreateAssociationBatchWithContext(_a0 context.Context, _a1 *ssm.CreateAssociationBatchInput, _a2 ...request.Option) (*ssm.CreateAssociationBatchOutput, error)

CreateAssociationBatchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) CreateAssociationRequest

func (_m *SSMAPI) CreateAssociationRequest(_a0 *ssm.CreateAssociationInput) (*request.Request, *ssm.CreateAssociationOutput)

CreateAssociationRequest provides a mock function with given fields: _a0

func (*SSMAPI) CreateAssociationWithContext

func (_m *SSMAPI) CreateAssociationWithContext(_a0 context.Context, _a1 *ssm.CreateAssociationInput, _a2 ...request.Option) (*ssm.CreateAssociationOutput, error)

CreateAssociationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) CreateDocument

func (_m *SSMAPI) CreateDocument(_a0 *ssm.CreateDocumentInput) (*ssm.CreateDocumentOutput, error)

CreateDocument provides a mock function with given fields: _a0

func (*SSMAPI) CreateDocumentRequest

func (_m *SSMAPI) CreateDocumentRequest(_a0 *ssm.CreateDocumentInput) (*request.Request, *ssm.CreateDocumentOutput)

CreateDocumentRequest provides a mock function with given fields: _a0

func (*SSMAPI) CreateDocumentWithContext

func (_m *SSMAPI) CreateDocumentWithContext(_a0 context.Context, _a1 *ssm.CreateDocumentInput, _a2 ...request.Option) (*ssm.CreateDocumentOutput, error)

CreateDocumentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) CreateMaintenanceWindow

func (_m *SSMAPI) CreateMaintenanceWindow(_a0 *ssm.CreateMaintenanceWindowInput) (*ssm.CreateMaintenanceWindowOutput, error)

CreateMaintenanceWindow provides a mock function with given fields: _a0

func (*SSMAPI) CreateMaintenanceWindowRequest

func (_m *SSMAPI) CreateMaintenanceWindowRequest(_a0 *ssm.CreateMaintenanceWindowInput) (*request.Request, *ssm.CreateMaintenanceWindowOutput)

CreateMaintenanceWindowRequest provides a mock function with given fields: _a0

func (*SSMAPI) CreateMaintenanceWindowWithContext

func (_m *SSMAPI) CreateMaintenanceWindowWithContext(_a0 context.Context, _a1 *ssm.CreateMaintenanceWindowInput, _a2 ...request.Option) (*ssm.CreateMaintenanceWindowOutput, error)

CreateMaintenanceWindowWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) CreateOpsItem

func (_m *SSMAPI) CreateOpsItem(_a0 *ssm.CreateOpsItemInput) (*ssm.CreateOpsItemOutput, error)

CreateOpsItem provides a mock function with given fields: _a0

func (*SSMAPI) CreateOpsItemRequest

func (_m *SSMAPI) CreateOpsItemRequest(_a0 *ssm.CreateOpsItemInput) (*request.Request, *ssm.CreateOpsItemOutput)

CreateOpsItemRequest provides a mock function with given fields: _a0

func (*SSMAPI) CreateOpsItemWithContext

func (_m *SSMAPI) CreateOpsItemWithContext(_a0 context.Context, _a1 *ssm.CreateOpsItemInput, _a2 ...request.Option) (*ssm.CreateOpsItemOutput, error)

CreateOpsItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) CreateOpsMetadata added in v0.33.6

func (_m *SSMAPI) CreateOpsMetadata(_a0 *ssm.CreateOpsMetadataInput) (*ssm.CreateOpsMetadataOutput, error)

CreateOpsMetadata provides a mock function with given fields: _a0

func (*SSMAPI) CreateOpsMetadataRequest added in v0.33.6

func (_m *SSMAPI) CreateOpsMetadataRequest(_a0 *ssm.CreateOpsMetadataInput) (*request.Request, *ssm.CreateOpsMetadataOutput)

CreateOpsMetadataRequest provides a mock function with given fields: _a0

func (*SSMAPI) CreateOpsMetadataWithContext added in v0.33.6

func (_m *SSMAPI) CreateOpsMetadataWithContext(_a0 context.Context, _a1 *ssm.CreateOpsMetadataInput, _a2 ...request.Option) (*ssm.CreateOpsMetadataOutput, error)

CreateOpsMetadataWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) CreatePatchBaseline

func (_m *SSMAPI) CreatePatchBaseline(_a0 *ssm.CreatePatchBaselineInput) (*ssm.CreatePatchBaselineOutput, error)

CreatePatchBaseline provides a mock function with given fields: _a0

func (*SSMAPI) CreatePatchBaselineRequest

func (_m *SSMAPI) CreatePatchBaselineRequest(_a0 *ssm.CreatePatchBaselineInput) (*request.Request, *ssm.CreatePatchBaselineOutput)

CreatePatchBaselineRequest provides a mock function with given fields: _a0

func (*SSMAPI) CreatePatchBaselineWithContext

func (_m *SSMAPI) CreatePatchBaselineWithContext(_a0 context.Context, _a1 *ssm.CreatePatchBaselineInput, _a2 ...request.Option) (*ssm.CreatePatchBaselineOutput, error)

CreatePatchBaselineWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) CreateResourceDataSync

func (_m *SSMAPI) CreateResourceDataSync(_a0 *ssm.CreateResourceDataSyncInput) (*ssm.CreateResourceDataSyncOutput, error)

CreateResourceDataSync provides a mock function with given fields: _a0

func (*SSMAPI) CreateResourceDataSyncRequest

func (_m *SSMAPI) CreateResourceDataSyncRequest(_a0 *ssm.CreateResourceDataSyncInput) (*request.Request, *ssm.CreateResourceDataSyncOutput)

CreateResourceDataSyncRequest provides a mock function with given fields: _a0

func (*SSMAPI) CreateResourceDataSyncWithContext

func (_m *SSMAPI) CreateResourceDataSyncWithContext(_a0 context.Context, _a1 *ssm.CreateResourceDataSyncInput, _a2 ...request.Option) (*ssm.CreateResourceDataSyncOutput, error)

CreateResourceDataSyncWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DeleteActivation

func (_m *SSMAPI) DeleteActivation(_a0 *ssm.DeleteActivationInput) (*ssm.DeleteActivationOutput, error)

DeleteActivation provides a mock function with given fields: _a0

func (*SSMAPI) DeleteActivationRequest

func (_m *SSMAPI) DeleteActivationRequest(_a0 *ssm.DeleteActivationInput) (*request.Request, *ssm.DeleteActivationOutput)

DeleteActivationRequest provides a mock function with given fields: _a0

func (*SSMAPI) DeleteActivationWithContext

func (_m *SSMAPI) DeleteActivationWithContext(_a0 context.Context, _a1 *ssm.DeleteActivationInput, _a2 ...request.Option) (*ssm.DeleteActivationOutput, error)

DeleteActivationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DeleteAssociation

func (_m *SSMAPI) DeleteAssociation(_a0 *ssm.DeleteAssociationInput) (*ssm.DeleteAssociationOutput, error)

DeleteAssociation provides a mock function with given fields: _a0

func (*SSMAPI) DeleteAssociationRequest

func (_m *SSMAPI) DeleteAssociationRequest(_a0 *ssm.DeleteAssociationInput) (*request.Request, *ssm.DeleteAssociationOutput)

DeleteAssociationRequest provides a mock function with given fields: _a0

func (*SSMAPI) DeleteAssociationWithContext

func (_m *SSMAPI) DeleteAssociationWithContext(_a0 context.Context, _a1 *ssm.DeleteAssociationInput, _a2 ...request.Option) (*ssm.DeleteAssociationOutput, error)

DeleteAssociationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DeleteDocument

func (_m *SSMAPI) DeleteDocument(_a0 *ssm.DeleteDocumentInput) (*ssm.DeleteDocumentOutput, error)

DeleteDocument provides a mock function with given fields: _a0

func (*SSMAPI) DeleteDocumentRequest

func (_m *SSMAPI) DeleteDocumentRequest(_a0 *ssm.DeleteDocumentInput) (*request.Request, *ssm.DeleteDocumentOutput)

DeleteDocumentRequest provides a mock function with given fields: _a0

func (*SSMAPI) DeleteDocumentWithContext

func (_m *SSMAPI) DeleteDocumentWithContext(_a0 context.Context, _a1 *ssm.DeleteDocumentInput, _a2 ...request.Option) (*ssm.DeleteDocumentOutput, error)

DeleteDocumentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DeleteInventory

func (_m *SSMAPI) DeleteInventory(_a0 *ssm.DeleteInventoryInput) (*ssm.DeleteInventoryOutput, error)

DeleteInventory provides a mock function with given fields: _a0

func (*SSMAPI) DeleteInventoryRequest

func (_m *SSMAPI) DeleteInventoryRequest(_a0 *ssm.DeleteInventoryInput) (*request.Request, *ssm.DeleteInventoryOutput)

DeleteInventoryRequest provides a mock function with given fields: _a0

func (*SSMAPI) DeleteInventoryWithContext

func (_m *SSMAPI) DeleteInventoryWithContext(_a0 context.Context, _a1 *ssm.DeleteInventoryInput, _a2 ...request.Option) (*ssm.DeleteInventoryOutput, error)

DeleteInventoryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DeleteMaintenanceWindow

func (_m *SSMAPI) DeleteMaintenanceWindow(_a0 *ssm.DeleteMaintenanceWindowInput) (*ssm.DeleteMaintenanceWindowOutput, error)

DeleteMaintenanceWindow provides a mock function with given fields: _a0

func (*SSMAPI) DeleteMaintenanceWindowRequest

func (_m *SSMAPI) DeleteMaintenanceWindowRequest(_a0 *ssm.DeleteMaintenanceWindowInput) (*request.Request, *ssm.DeleteMaintenanceWindowOutput)

DeleteMaintenanceWindowRequest provides a mock function with given fields: _a0

func (*SSMAPI) DeleteMaintenanceWindowWithContext

func (_m *SSMAPI) DeleteMaintenanceWindowWithContext(_a0 context.Context, _a1 *ssm.DeleteMaintenanceWindowInput, _a2 ...request.Option) (*ssm.DeleteMaintenanceWindowOutput, error)

DeleteMaintenanceWindowWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DeleteOpsMetadata added in v0.33.6

func (_m *SSMAPI) DeleteOpsMetadata(_a0 *ssm.DeleteOpsMetadataInput) (*ssm.DeleteOpsMetadataOutput, error)

DeleteOpsMetadata provides a mock function with given fields: _a0

func (*SSMAPI) DeleteOpsMetadataRequest added in v0.33.6

func (_m *SSMAPI) DeleteOpsMetadataRequest(_a0 *ssm.DeleteOpsMetadataInput) (*request.Request, *ssm.DeleteOpsMetadataOutput)

DeleteOpsMetadataRequest provides a mock function with given fields: _a0

func (*SSMAPI) DeleteOpsMetadataWithContext added in v0.33.6

func (_m *SSMAPI) DeleteOpsMetadataWithContext(_a0 context.Context, _a1 *ssm.DeleteOpsMetadataInput, _a2 ...request.Option) (*ssm.DeleteOpsMetadataOutput, error)

DeleteOpsMetadataWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DeleteParameter

func (_m *SSMAPI) DeleteParameter(_a0 *ssm.DeleteParameterInput) (*ssm.DeleteParameterOutput, error)

DeleteParameter provides a mock function with given fields: _a0

func (*SSMAPI) DeleteParameterRequest

func (_m *SSMAPI) DeleteParameterRequest(_a0 *ssm.DeleteParameterInput) (*request.Request, *ssm.DeleteParameterOutput)

DeleteParameterRequest provides a mock function with given fields: _a0

func (*SSMAPI) DeleteParameterWithContext

func (_m *SSMAPI) DeleteParameterWithContext(_a0 context.Context, _a1 *ssm.DeleteParameterInput, _a2 ...request.Option) (*ssm.DeleteParameterOutput, error)

DeleteParameterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DeleteParameters

func (_m *SSMAPI) DeleteParameters(_a0 *ssm.DeleteParametersInput) (*ssm.DeleteParametersOutput, error)

DeleteParameters provides a mock function with given fields: _a0

func (*SSMAPI) DeleteParametersRequest

func (_m *SSMAPI) DeleteParametersRequest(_a0 *ssm.DeleteParametersInput) (*request.Request, *ssm.DeleteParametersOutput)

DeleteParametersRequest provides a mock function with given fields: _a0

func (*SSMAPI) DeleteParametersWithContext

func (_m *SSMAPI) DeleteParametersWithContext(_a0 context.Context, _a1 *ssm.DeleteParametersInput, _a2 ...request.Option) (*ssm.DeleteParametersOutput, error)

DeleteParametersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DeletePatchBaseline

func (_m *SSMAPI) DeletePatchBaseline(_a0 *ssm.DeletePatchBaselineInput) (*ssm.DeletePatchBaselineOutput, error)

DeletePatchBaseline provides a mock function with given fields: _a0

func (*SSMAPI) DeletePatchBaselineRequest

func (_m *SSMAPI) DeletePatchBaselineRequest(_a0 *ssm.DeletePatchBaselineInput) (*request.Request, *ssm.DeletePatchBaselineOutput)

DeletePatchBaselineRequest provides a mock function with given fields: _a0

func (*SSMAPI) DeletePatchBaselineWithContext

func (_m *SSMAPI) DeletePatchBaselineWithContext(_a0 context.Context, _a1 *ssm.DeletePatchBaselineInput, _a2 ...request.Option) (*ssm.DeletePatchBaselineOutput, error)

DeletePatchBaselineWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DeleteResourceDataSync

func (_m *SSMAPI) DeleteResourceDataSync(_a0 *ssm.DeleteResourceDataSyncInput) (*ssm.DeleteResourceDataSyncOutput, error)

DeleteResourceDataSync provides a mock function with given fields: _a0

func (*SSMAPI) DeleteResourceDataSyncRequest

func (_m *SSMAPI) DeleteResourceDataSyncRequest(_a0 *ssm.DeleteResourceDataSyncInput) (*request.Request, *ssm.DeleteResourceDataSyncOutput)

DeleteResourceDataSyncRequest provides a mock function with given fields: _a0

func (*SSMAPI) DeleteResourceDataSyncWithContext

func (_m *SSMAPI) DeleteResourceDataSyncWithContext(_a0 context.Context, _a1 *ssm.DeleteResourceDataSyncInput, _a2 ...request.Option) (*ssm.DeleteResourceDataSyncOutput, error)

DeleteResourceDataSyncWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DeregisterManagedInstance

func (_m *SSMAPI) DeregisterManagedInstance(_a0 *ssm.DeregisterManagedInstanceInput) (*ssm.DeregisterManagedInstanceOutput, error)

DeregisterManagedInstance provides a mock function with given fields: _a0

func (*SSMAPI) DeregisterManagedInstanceRequest

func (_m *SSMAPI) DeregisterManagedInstanceRequest(_a0 *ssm.DeregisterManagedInstanceInput) (*request.Request, *ssm.DeregisterManagedInstanceOutput)

DeregisterManagedInstanceRequest provides a mock function with given fields: _a0

func (*SSMAPI) DeregisterManagedInstanceWithContext

func (_m *SSMAPI) DeregisterManagedInstanceWithContext(_a0 context.Context, _a1 *ssm.DeregisterManagedInstanceInput, _a2 ...request.Option) (*ssm.DeregisterManagedInstanceOutput, error)

DeregisterManagedInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DeregisterPatchBaselineForPatchGroup

DeregisterPatchBaselineForPatchGroup provides a mock function with given fields: _a0

func (*SSMAPI) DeregisterPatchBaselineForPatchGroupRequest

func (_m *SSMAPI) DeregisterPatchBaselineForPatchGroupRequest(_a0 *ssm.DeregisterPatchBaselineForPatchGroupInput) (*request.Request, *ssm.DeregisterPatchBaselineForPatchGroupOutput)

DeregisterPatchBaselineForPatchGroupRequest provides a mock function with given fields: _a0

func (*SSMAPI) DeregisterPatchBaselineForPatchGroupWithContext

func (_m *SSMAPI) DeregisterPatchBaselineForPatchGroupWithContext(_a0 context.Context, _a1 *ssm.DeregisterPatchBaselineForPatchGroupInput, _a2 ...request.Option) (*ssm.DeregisterPatchBaselineForPatchGroupOutput, error)

DeregisterPatchBaselineForPatchGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DeregisterTargetFromMaintenanceWindow

DeregisterTargetFromMaintenanceWindow provides a mock function with given fields: _a0

func (*SSMAPI) DeregisterTargetFromMaintenanceWindowRequest

func (_m *SSMAPI) DeregisterTargetFromMaintenanceWindowRequest(_a0 *ssm.DeregisterTargetFromMaintenanceWindowInput) (*request.Request, *ssm.DeregisterTargetFromMaintenanceWindowOutput)

DeregisterTargetFromMaintenanceWindowRequest provides a mock function with given fields: _a0

func (*SSMAPI) DeregisterTargetFromMaintenanceWindowWithContext

func (_m *SSMAPI) DeregisterTargetFromMaintenanceWindowWithContext(_a0 context.Context, _a1 *ssm.DeregisterTargetFromMaintenanceWindowInput, _a2 ...request.Option) (*ssm.DeregisterTargetFromMaintenanceWindowOutput, error)

DeregisterTargetFromMaintenanceWindowWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DeregisterTaskFromMaintenanceWindow

DeregisterTaskFromMaintenanceWindow provides a mock function with given fields: _a0

func (*SSMAPI) DeregisterTaskFromMaintenanceWindowRequest

func (_m *SSMAPI) DeregisterTaskFromMaintenanceWindowRequest(_a0 *ssm.DeregisterTaskFromMaintenanceWindowInput) (*request.Request, *ssm.DeregisterTaskFromMaintenanceWindowOutput)

DeregisterTaskFromMaintenanceWindowRequest provides a mock function with given fields: _a0

func (*SSMAPI) DeregisterTaskFromMaintenanceWindowWithContext

func (_m *SSMAPI) DeregisterTaskFromMaintenanceWindowWithContext(_a0 context.Context, _a1 *ssm.DeregisterTaskFromMaintenanceWindowInput, _a2 ...request.Option) (*ssm.DeregisterTaskFromMaintenanceWindowOutput, error)

DeregisterTaskFromMaintenanceWindowWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeActivations

func (_m *SSMAPI) DescribeActivations(_a0 *ssm.DescribeActivationsInput) (*ssm.DescribeActivationsOutput, error)

DescribeActivations provides a mock function with given fields: _a0

func (*SSMAPI) DescribeActivationsPages

func (_m *SSMAPI) DescribeActivationsPages(_a0 *ssm.DescribeActivationsInput, _a1 func(*ssm.DescribeActivationsOutput, bool) bool) error

DescribeActivationsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeActivationsPagesWithContext

func (_m *SSMAPI) DescribeActivationsPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeActivationsInput, _a2 func(*ssm.DescribeActivationsOutput, bool) bool, _a3 ...request.Option) error

DescribeActivationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeActivationsRequest

func (_m *SSMAPI) DescribeActivationsRequest(_a0 *ssm.DescribeActivationsInput) (*request.Request, *ssm.DescribeActivationsOutput)

DescribeActivationsRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeActivationsWithContext

func (_m *SSMAPI) DescribeActivationsWithContext(_a0 context.Context, _a1 *ssm.DescribeActivationsInput, _a2 ...request.Option) (*ssm.DescribeActivationsOutput, error)

DescribeActivationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeAssociation

func (_m *SSMAPI) DescribeAssociation(_a0 *ssm.DescribeAssociationInput) (*ssm.DescribeAssociationOutput, error)

DescribeAssociation provides a mock function with given fields: _a0

func (*SSMAPI) DescribeAssociationExecutionTargets

DescribeAssociationExecutionTargets provides a mock function with given fields: _a0

func (*SSMAPI) DescribeAssociationExecutionTargetsPages added in v0.32.0

func (_m *SSMAPI) DescribeAssociationExecutionTargetsPages(_a0 *ssm.DescribeAssociationExecutionTargetsInput, _a1 func(*ssm.DescribeAssociationExecutionTargetsOutput, bool) bool) error

DescribeAssociationExecutionTargetsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeAssociationExecutionTargetsPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeAssociationExecutionTargetsPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeAssociationExecutionTargetsInput, _a2 func(*ssm.DescribeAssociationExecutionTargetsOutput, bool) bool, _a3 ...request.Option) error

DescribeAssociationExecutionTargetsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeAssociationExecutionTargetsRequest

func (_m *SSMAPI) DescribeAssociationExecutionTargetsRequest(_a0 *ssm.DescribeAssociationExecutionTargetsInput) (*request.Request, *ssm.DescribeAssociationExecutionTargetsOutput)

DescribeAssociationExecutionTargetsRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeAssociationExecutionTargetsWithContext

func (_m *SSMAPI) DescribeAssociationExecutionTargetsWithContext(_a0 context.Context, _a1 *ssm.DescribeAssociationExecutionTargetsInput, _a2 ...request.Option) (*ssm.DescribeAssociationExecutionTargetsOutput, error)

DescribeAssociationExecutionTargetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeAssociationExecutions

func (_m *SSMAPI) DescribeAssociationExecutions(_a0 *ssm.DescribeAssociationExecutionsInput) (*ssm.DescribeAssociationExecutionsOutput, error)

DescribeAssociationExecutions provides a mock function with given fields: _a0

func (*SSMAPI) DescribeAssociationExecutionsPages added in v0.32.0

func (_m *SSMAPI) DescribeAssociationExecutionsPages(_a0 *ssm.DescribeAssociationExecutionsInput, _a1 func(*ssm.DescribeAssociationExecutionsOutput, bool) bool) error

DescribeAssociationExecutionsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeAssociationExecutionsPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeAssociationExecutionsPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeAssociationExecutionsInput, _a2 func(*ssm.DescribeAssociationExecutionsOutput, bool) bool, _a3 ...request.Option) error

DescribeAssociationExecutionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeAssociationExecutionsRequest

func (_m *SSMAPI) DescribeAssociationExecutionsRequest(_a0 *ssm.DescribeAssociationExecutionsInput) (*request.Request, *ssm.DescribeAssociationExecutionsOutput)

DescribeAssociationExecutionsRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeAssociationExecutionsWithContext

func (_m *SSMAPI) DescribeAssociationExecutionsWithContext(_a0 context.Context, _a1 *ssm.DescribeAssociationExecutionsInput, _a2 ...request.Option) (*ssm.DescribeAssociationExecutionsOutput, error)

DescribeAssociationExecutionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeAssociationRequest

func (_m *SSMAPI) DescribeAssociationRequest(_a0 *ssm.DescribeAssociationInput) (*request.Request, *ssm.DescribeAssociationOutput)

DescribeAssociationRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeAssociationWithContext

func (_m *SSMAPI) DescribeAssociationWithContext(_a0 context.Context, _a1 *ssm.DescribeAssociationInput, _a2 ...request.Option) (*ssm.DescribeAssociationOutput, error)

DescribeAssociationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeAutomationExecutions

func (_m *SSMAPI) DescribeAutomationExecutions(_a0 *ssm.DescribeAutomationExecutionsInput) (*ssm.DescribeAutomationExecutionsOutput, error)

DescribeAutomationExecutions provides a mock function with given fields: _a0

func (*SSMAPI) DescribeAutomationExecutionsPages added in v0.32.0

func (_m *SSMAPI) DescribeAutomationExecutionsPages(_a0 *ssm.DescribeAutomationExecutionsInput, _a1 func(*ssm.DescribeAutomationExecutionsOutput, bool) bool) error

DescribeAutomationExecutionsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeAutomationExecutionsPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeAutomationExecutionsPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeAutomationExecutionsInput, _a2 func(*ssm.DescribeAutomationExecutionsOutput, bool) bool, _a3 ...request.Option) error

DescribeAutomationExecutionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeAutomationExecutionsRequest

func (_m *SSMAPI) DescribeAutomationExecutionsRequest(_a0 *ssm.DescribeAutomationExecutionsInput) (*request.Request, *ssm.DescribeAutomationExecutionsOutput)

DescribeAutomationExecutionsRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeAutomationExecutionsWithContext

func (_m *SSMAPI) DescribeAutomationExecutionsWithContext(_a0 context.Context, _a1 *ssm.DescribeAutomationExecutionsInput, _a2 ...request.Option) (*ssm.DescribeAutomationExecutionsOutput, error)

DescribeAutomationExecutionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeAutomationStepExecutions

DescribeAutomationStepExecutions provides a mock function with given fields: _a0

func (*SSMAPI) DescribeAutomationStepExecutionsPages added in v0.32.0

func (_m *SSMAPI) DescribeAutomationStepExecutionsPages(_a0 *ssm.DescribeAutomationStepExecutionsInput, _a1 func(*ssm.DescribeAutomationStepExecutionsOutput, bool) bool) error

DescribeAutomationStepExecutionsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeAutomationStepExecutionsPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeAutomationStepExecutionsPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeAutomationStepExecutionsInput, _a2 func(*ssm.DescribeAutomationStepExecutionsOutput, bool) bool, _a3 ...request.Option) error

DescribeAutomationStepExecutionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeAutomationStepExecutionsRequest

func (_m *SSMAPI) DescribeAutomationStepExecutionsRequest(_a0 *ssm.DescribeAutomationStepExecutionsInput) (*request.Request, *ssm.DescribeAutomationStepExecutionsOutput)

DescribeAutomationStepExecutionsRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeAutomationStepExecutionsWithContext

func (_m *SSMAPI) DescribeAutomationStepExecutionsWithContext(_a0 context.Context, _a1 *ssm.DescribeAutomationStepExecutionsInput, _a2 ...request.Option) (*ssm.DescribeAutomationStepExecutionsOutput, error)

DescribeAutomationStepExecutionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeAvailablePatches

func (_m *SSMAPI) DescribeAvailablePatches(_a0 *ssm.DescribeAvailablePatchesInput) (*ssm.DescribeAvailablePatchesOutput, error)

DescribeAvailablePatches provides a mock function with given fields: _a0

func (*SSMAPI) DescribeAvailablePatchesPages added in v0.32.0

func (_m *SSMAPI) DescribeAvailablePatchesPages(_a0 *ssm.DescribeAvailablePatchesInput, _a1 func(*ssm.DescribeAvailablePatchesOutput, bool) bool) error

DescribeAvailablePatchesPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeAvailablePatchesPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeAvailablePatchesPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeAvailablePatchesInput, _a2 func(*ssm.DescribeAvailablePatchesOutput, bool) bool, _a3 ...request.Option) error

DescribeAvailablePatchesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeAvailablePatchesRequest

func (_m *SSMAPI) DescribeAvailablePatchesRequest(_a0 *ssm.DescribeAvailablePatchesInput) (*request.Request, *ssm.DescribeAvailablePatchesOutput)

DescribeAvailablePatchesRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeAvailablePatchesWithContext

func (_m *SSMAPI) DescribeAvailablePatchesWithContext(_a0 context.Context, _a1 *ssm.DescribeAvailablePatchesInput, _a2 ...request.Option) (*ssm.DescribeAvailablePatchesOutput, error)

DescribeAvailablePatchesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeDocument

func (_m *SSMAPI) DescribeDocument(_a0 *ssm.DescribeDocumentInput) (*ssm.DescribeDocumentOutput, error)

DescribeDocument provides a mock function with given fields: _a0

func (*SSMAPI) DescribeDocumentPermission

func (_m *SSMAPI) DescribeDocumentPermission(_a0 *ssm.DescribeDocumentPermissionInput) (*ssm.DescribeDocumentPermissionOutput, error)

DescribeDocumentPermission provides a mock function with given fields: _a0

func (*SSMAPI) DescribeDocumentPermissionRequest

func (_m *SSMAPI) DescribeDocumentPermissionRequest(_a0 *ssm.DescribeDocumentPermissionInput) (*request.Request, *ssm.DescribeDocumentPermissionOutput)

DescribeDocumentPermissionRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeDocumentPermissionWithContext

func (_m *SSMAPI) DescribeDocumentPermissionWithContext(_a0 context.Context, _a1 *ssm.DescribeDocumentPermissionInput, _a2 ...request.Option) (*ssm.DescribeDocumentPermissionOutput, error)

DescribeDocumentPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeDocumentRequest

func (_m *SSMAPI) DescribeDocumentRequest(_a0 *ssm.DescribeDocumentInput) (*request.Request, *ssm.DescribeDocumentOutput)

DescribeDocumentRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeDocumentWithContext

func (_m *SSMAPI) DescribeDocumentWithContext(_a0 context.Context, _a1 *ssm.DescribeDocumentInput, _a2 ...request.Option) (*ssm.DescribeDocumentOutput, error)

DescribeDocumentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeEffectiveInstanceAssociations

DescribeEffectiveInstanceAssociations provides a mock function with given fields: _a0

func (*SSMAPI) DescribeEffectiveInstanceAssociationsPages added in v0.32.0

func (_m *SSMAPI) DescribeEffectiveInstanceAssociationsPages(_a0 *ssm.DescribeEffectiveInstanceAssociationsInput, _a1 func(*ssm.DescribeEffectiveInstanceAssociationsOutput, bool) bool) error

DescribeEffectiveInstanceAssociationsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeEffectiveInstanceAssociationsPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeEffectiveInstanceAssociationsPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeEffectiveInstanceAssociationsInput, _a2 func(*ssm.DescribeEffectiveInstanceAssociationsOutput, bool) bool, _a3 ...request.Option) error

DescribeEffectiveInstanceAssociationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeEffectiveInstanceAssociationsRequest

func (_m *SSMAPI) DescribeEffectiveInstanceAssociationsRequest(_a0 *ssm.DescribeEffectiveInstanceAssociationsInput) (*request.Request, *ssm.DescribeEffectiveInstanceAssociationsOutput)

DescribeEffectiveInstanceAssociationsRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeEffectiveInstanceAssociationsWithContext

func (_m *SSMAPI) DescribeEffectiveInstanceAssociationsWithContext(_a0 context.Context, _a1 *ssm.DescribeEffectiveInstanceAssociationsInput, _a2 ...request.Option) (*ssm.DescribeEffectiveInstanceAssociationsOutput, error)

DescribeEffectiveInstanceAssociationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeEffectivePatchesForPatchBaseline

DescribeEffectivePatchesForPatchBaseline provides a mock function with given fields: _a0

func (*SSMAPI) DescribeEffectivePatchesForPatchBaselinePages added in v0.32.0

func (_m *SSMAPI) DescribeEffectivePatchesForPatchBaselinePages(_a0 *ssm.DescribeEffectivePatchesForPatchBaselineInput, _a1 func(*ssm.DescribeEffectivePatchesForPatchBaselineOutput, bool) bool) error

DescribeEffectivePatchesForPatchBaselinePages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeEffectivePatchesForPatchBaselinePagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeEffectivePatchesForPatchBaselinePagesWithContext(_a0 context.Context, _a1 *ssm.DescribeEffectivePatchesForPatchBaselineInput, _a2 func(*ssm.DescribeEffectivePatchesForPatchBaselineOutput, bool) bool, _a3 ...request.Option) error

DescribeEffectivePatchesForPatchBaselinePagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeEffectivePatchesForPatchBaselineRequest

func (_m *SSMAPI) DescribeEffectivePatchesForPatchBaselineRequest(_a0 *ssm.DescribeEffectivePatchesForPatchBaselineInput) (*request.Request, *ssm.DescribeEffectivePatchesForPatchBaselineOutput)

DescribeEffectivePatchesForPatchBaselineRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeEffectivePatchesForPatchBaselineWithContext

func (_m *SSMAPI) DescribeEffectivePatchesForPatchBaselineWithContext(_a0 context.Context, _a1 *ssm.DescribeEffectivePatchesForPatchBaselineInput, _a2 ...request.Option) (*ssm.DescribeEffectivePatchesForPatchBaselineOutput, error)

DescribeEffectivePatchesForPatchBaselineWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeInstanceAssociationsStatus

DescribeInstanceAssociationsStatus provides a mock function with given fields: _a0

func (*SSMAPI) DescribeInstanceAssociationsStatusPages added in v0.32.0

func (_m *SSMAPI) DescribeInstanceAssociationsStatusPages(_a0 *ssm.DescribeInstanceAssociationsStatusInput, _a1 func(*ssm.DescribeInstanceAssociationsStatusOutput, bool) bool) error

DescribeInstanceAssociationsStatusPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeInstanceAssociationsStatusPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeInstanceAssociationsStatusPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeInstanceAssociationsStatusInput, _a2 func(*ssm.DescribeInstanceAssociationsStatusOutput, bool) bool, _a3 ...request.Option) error

DescribeInstanceAssociationsStatusPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeInstanceAssociationsStatusRequest

func (_m *SSMAPI) DescribeInstanceAssociationsStatusRequest(_a0 *ssm.DescribeInstanceAssociationsStatusInput) (*request.Request, *ssm.DescribeInstanceAssociationsStatusOutput)

DescribeInstanceAssociationsStatusRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeInstanceAssociationsStatusWithContext

func (_m *SSMAPI) DescribeInstanceAssociationsStatusWithContext(_a0 context.Context, _a1 *ssm.DescribeInstanceAssociationsStatusInput, _a2 ...request.Option) (*ssm.DescribeInstanceAssociationsStatusOutput, error)

DescribeInstanceAssociationsStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeInstanceInformation

func (_m *SSMAPI) DescribeInstanceInformation(_a0 *ssm.DescribeInstanceInformationInput) (*ssm.DescribeInstanceInformationOutput, error)

DescribeInstanceInformation provides a mock function with given fields: _a0

func (*SSMAPI) DescribeInstanceInformationPages

func (_m *SSMAPI) DescribeInstanceInformationPages(_a0 *ssm.DescribeInstanceInformationInput, _a1 func(*ssm.DescribeInstanceInformationOutput, bool) bool) error

DescribeInstanceInformationPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeInstanceInformationPagesWithContext

func (_m *SSMAPI) DescribeInstanceInformationPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeInstanceInformationInput, _a2 func(*ssm.DescribeInstanceInformationOutput, bool) bool, _a3 ...request.Option) error

DescribeInstanceInformationPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeInstanceInformationRequest

func (_m *SSMAPI) DescribeInstanceInformationRequest(_a0 *ssm.DescribeInstanceInformationInput) (*request.Request, *ssm.DescribeInstanceInformationOutput)

DescribeInstanceInformationRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeInstanceInformationWithContext

func (_m *SSMAPI) DescribeInstanceInformationWithContext(_a0 context.Context, _a1 *ssm.DescribeInstanceInformationInput, _a2 ...request.Option) (*ssm.DescribeInstanceInformationOutput, error)

DescribeInstanceInformationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeInstancePatchStates

func (_m *SSMAPI) DescribeInstancePatchStates(_a0 *ssm.DescribeInstancePatchStatesInput) (*ssm.DescribeInstancePatchStatesOutput, error)

DescribeInstancePatchStates provides a mock function with given fields: _a0

func (*SSMAPI) DescribeInstancePatchStatesForPatchGroup

DescribeInstancePatchStatesForPatchGroup provides a mock function with given fields: _a0

func (*SSMAPI) DescribeInstancePatchStatesForPatchGroupPages added in v0.32.0

func (_m *SSMAPI) DescribeInstancePatchStatesForPatchGroupPages(_a0 *ssm.DescribeInstancePatchStatesForPatchGroupInput, _a1 func(*ssm.DescribeInstancePatchStatesForPatchGroupOutput, bool) bool) error

DescribeInstancePatchStatesForPatchGroupPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeInstancePatchStatesForPatchGroupPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeInstancePatchStatesForPatchGroupPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeInstancePatchStatesForPatchGroupInput, _a2 func(*ssm.DescribeInstancePatchStatesForPatchGroupOutput, bool) bool, _a3 ...request.Option) error

DescribeInstancePatchStatesForPatchGroupPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeInstancePatchStatesForPatchGroupRequest

func (_m *SSMAPI) DescribeInstancePatchStatesForPatchGroupRequest(_a0 *ssm.DescribeInstancePatchStatesForPatchGroupInput) (*request.Request, *ssm.DescribeInstancePatchStatesForPatchGroupOutput)

DescribeInstancePatchStatesForPatchGroupRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeInstancePatchStatesForPatchGroupWithContext

func (_m *SSMAPI) DescribeInstancePatchStatesForPatchGroupWithContext(_a0 context.Context, _a1 *ssm.DescribeInstancePatchStatesForPatchGroupInput, _a2 ...request.Option) (*ssm.DescribeInstancePatchStatesForPatchGroupOutput, error)

DescribeInstancePatchStatesForPatchGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeInstancePatchStatesPages added in v0.32.0

func (_m *SSMAPI) DescribeInstancePatchStatesPages(_a0 *ssm.DescribeInstancePatchStatesInput, _a1 func(*ssm.DescribeInstancePatchStatesOutput, bool) bool) error

DescribeInstancePatchStatesPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeInstancePatchStatesPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeInstancePatchStatesPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeInstancePatchStatesInput, _a2 func(*ssm.DescribeInstancePatchStatesOutput, bool) bool, _a3 ...request.Option) error

DescribeInstancePatchStatesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeInstancePatchStatesRequest

func (_m *SSMAPI) DescribeInstancePatchStatesRequest(_a0 *ssm.DescribeInstancePatchStatesInput) (*request.Request, *ssm.DescribeInstancePatchStatesOutput)

DescribeInstancePatchStatesRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeInstancePatchStatesWithContext

func (_m *SSMAPI) DescribeInstancePatchStatesWithContext(_a0 context.Context, _a1 *ssm.DescribeInstancePatchStatesInput, _a2 ...request.Option) (*ssm.DescribeInstancePatchStatesOutput, error)

DescribeInstancePatchStatesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeInstancePatches

func (_m *SSMAPI) DescribeInstancePatches(_a0 *ssm.DescribeInstancePatchesInput) (*ssm.DescribeInstancePatchesOutput, error)

DescribeInstancePatches provides a mock function with given fields: _a0

func (*SSMAPI) DescribeInstancePatchesPages added in v0.32.0

func (_m *SSMAPI) DescribeInstancePatchesPages(_a0 *ssm.DescribeInstancePatchesInput, _a1 func(*ssm.DescribeInstancePatchesOutput, bool) bool) error

DescribeInstancePatchesPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeInstancePatchesPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeInstancePatchesPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeInstancePatchesInput, _a2 func(*ssm.DescribeInstancePatchesOutput, bool) bool, _a3 ...request.Option) error

DescribeInstancePatchesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeInstancePatchesRequest

func (_m *SSMAPI) DescribeInstancePatchesRequest(_a0 *ssm.DescribeInstancePatchesInput) (*request.Request, *ssm.DescribeInstancePatchesOutput)

DescribeInstancePatchesRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeInstancePatchesWithContext

func (_m *SSMAPI) DescribeInstancePatchesWithContext(_a0 context.Context, _a1 *ssm.DescribeInstancePatchesInput, _a2 ...request.Option) (*ssm.DescribeInstancePatchesOutput, error)

DescribeInstancePatchesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeInventoryDeletions

func (_m *SSMAPI) DescribeInventoryDeletions(_a0 *ssm.DescribeInventoryDeletionsInput) (*ssm.DescribeInventoryDeletionsOutput, error)

DescribeInventoryDeletions provides a mock function with given fields: _a0

func (*SSMAPI) DescribeInventoryDeletionsPages added in v0.32.0

func (_m *SSMAPI) DescribeInventoryDeletionsPages(_a0 *ssm.DescribeInventoryDeletionsInput, _a1 func(*ssm.DescribeInventoryDeletionsOutput, bool) bool) error

DescribeInventoryDeletionsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeInventoryDeletionsPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeInventoryDeletionsPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeInventoryDeletionsInput, _a2 func(*ssm.DescribeInventoryDeletionsOutput, bool) bool, _a3 ...request.Option) error

DescribeInventoryDeletionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeInventoryDeletionsRequest

func (_m *SSMAPI) DescribeInventoryDeletionsRequest(_a0 *ssm.DescribeInventoryDeletionsInput) (*request.Request, *ssm.DescribeInventoryDeletionsOutput)

DescribeInventoryDeletionsRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeInventoryDeletionsWithContext

func (_m *SSMAPI) DescribeInventoryDeletionsWithContext(_a0 context.Context, _a1 *ssm.DescribeInventoryDeletionsInput, _a2 ...request.Option) (*ssm.DescribeInventoryDeletionsOutput, error)

DescribeInventoryDeletionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeMaintenanceWindowExecutionTaskInvocations

DescribeMaintenanceWindowExecutionTaskInvocations provides a mock function with given fields: _a0

func (*SSMAPI) DescribeMaintenanceWindowExecutionTaskInvocationsPages added in v0.32.0

func (_m *SSMAPI) DescribeMaintenanceWindowExecutionTaskInvocationsPages(_a0 *ssm.DescribeMaintenanceWindowExecutionTaskInvocationsInput, _a1 func(*ssm.DescribeMaintenanceWindowExecutionTaskInvocationsOutput, bool) bool) error

DescribeMaintenanceWindowExecutionTaskInvocationsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeMaintenanceWindowExecutionTaskInvocationsPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeMaintenanceWindowExecutionTaskInvocationsPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeMaintenanceWindowExecutionTaskInvocationsInput, _a2 func(*ssm.DescribeMaintenanceWindowExecutionTaskInvocationsOutput, bool) bool, _a3 ...request.Option) error

DescribeMaintenanceWindowExecutionTaskInvocationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeMaintenanceWindowExecutionTaskInvocationsRequest

DescribeMaintenanceWindowExecutionTaskInvocationsRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeMaintenanceWindowExecutionTaskInvocationsWithContext

func (_m *SSMAPI) DescribeMaintenanceWindowExecutionTaskInvocationsWithContext(_a0 context.Context, _a1 *ssm.DescribeMaintenanceWindowExecutionTaskInvocationsInput, _a2 ...request.Option) (*ssm.DescribeMaintenanceWindowExecutionTaskInvocationsOutput, error)

DescribeMaintenanceWindowExecutionTaskInvocationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeMaintenanceWindowExecutionTasks

DescribeMaintenanceWindowExecutionTasks provides a mock function with given fields: _a0

func (*SSMAPI) DescribeMaintenanceWindowExecutionTasksPages added in v0.32.0

func (_m *SSMAPI) DescribeMaintenanceWindowExecutionTasksPages(_a0 *ssm.DescribeMaintenanceWindowExecutionTasksInput, _a1 func(*ssm.DescribeMaintenanceWindowExecutionTasksOutput, bool) bool) error

DescribeMaintenanceWindowExecutionTasksPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeMaintenanceWindowExecutionTasksPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeMaintenanceWindowExecutionTasksPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeMaintenanceWindowExecutionTasksInput, _a2 func(*ssm.DescribeMaintenanceWindowExecutionTasksOutput, bool) bool, _a3 ...request.Option) error

DescribeMaintenanceWindowExecutionTasksPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeMaintenanceWindowExecutionTasksRequest

func (_m *SSMAPI) DescribeMaintenanceWindowExecutionTasksRequest(_a0 *ssm.DescribeMaintenanceWindowExecutionTasksInput) (*request.Request, *ssm.DescribeMaintenanceWindowExecutionTasksOutput)

DescribeMaintenanceWindowExecutionTasksRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeMaintenanceWindowExecutionTasksWithContext

func (_m *SSMAPI) DescribeMaintenanceWindowExecutionTasksWithContext(_a0 context.Context, _a1 *ssm.DescribeMaintenanceWindowExecutionTasksInput, _a2 ...request.Option) (*ssm.DescribeMaintenanceWindowExecutionTasksOutput, error)

DescribeMaintenanceWindowExecutionTasksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeMaintenanceWindowExecutions

DescribeMaintenanceWindowExecutions provides a mock function with given fields: _a0

func (*SSMAPI) DescribeMaintenanceWindowExecutionsPages added in v0.32.0

func (_m *SSMAPI) DescribeMaintenanceWindowExecutionsPages(_a0 *ssm.DescribeMaintenanceWindowExecutionsInput, _a1 func(*ssm.DescribeMaintenanceWindowExecutionsOutput, bool) bool) error

DescribeMaintenanceWindowExecutionsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeMaintenanceWindowExecutionsPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeMaintenanceWindowExecutionsPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeMaintenanceWindowExecutionsInput, _a2 func(*ssm.DescribeMaintenanceWindowExecutionsOutput, bool) bool, _a3 ...request.Option) error

DescribeMaintenanceWindowExecutionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeMaintenanceWindowExecutionsRequest

func (_m *SSMAPI) DescribeMaintenanceWindowExecutionsRequest(_a0 *ssm.DescribeMaintenanceWindowExecutionsInput) (*request.Request, *ssm.DescribeMaintenanceWindowExecutionsOutput)

DescribeMaintenanceWindowExecutionsRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeMaintenanceWindowExecutionsWithContext

func (_m *SSMAPI) DescribeMaintenanceWindowExecutionsWithContext(_a0 context.Context, _a1 *ssm.DescribeMaintenanceWindowExecutionsInput, _a2 ...request.Option) (*ssm.DescribeMaintenanceWindowExecutionsOutput, error)

DescribeMaintenanceWindowExecutionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeMaintenanceWindowSchedule

DescribeMaintenanceWindowSchedule provides a mock function with given fields: _a0

func (*SSMAPI) DescribeMaintenanceWindowSchedulePages added in v0.32.0

func (_m *SSMAPI) DescribeMaintenanceWindowSchedulePages(_a0 *ssm.DescribeMaintenanceWindowScheduleInput, _a1 func(*ssm.DescribeMaintenanceWindowScheduleOutput, bool) bool) error

DescribeMaintenanceWindowSchedulePages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeMaintenanceWindowSchedulePagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeMaintenanceWindowSchedulePagesWithContext(_a0 context.Context, _a1 *ssm.DescribeMaintenanceWindowScheduleInput, _a2 func(*ssm.DescribeMaintenanceWindowScheduleOutput, bool) bool, _a3 ...request.Option) error

DescribeMaintenanceWindowSchedulePagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeMaintenanceWindowScheduleRequest

func (_m *SSMAPI) DescribeMaintenanceWindowScheduleRequest(_a0 *ssm.DescribeMaintenanceWindowScheduleInput) (*request.Request, *ssm.DescribeMaintenanceWindowScheduleOutput)

DescribeMaintenanceWindowScheduleRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeMaintenanceWindowScheduleWithContext

func (_m *SSMAPI) DescribeMaintenanceWindowScheduleWithContext(_a0 context.Context, _a1 *ssm.DescribeMaintenanceWindowScheduleInput, _a2 ...request.Option) (*ssm.DescribeMaintenanceWindowScheduleOutput, error)

DescribeMaintenanceWindowScheduleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeMaintenanceWindowTargets

DescribeMaintenanceWindowTargets provides a mock function with given fields: _a0

func (*SSMAPI) DescribeMaintenanceWindowTargetsPages added in v0.32.0

func (_m *SSMAPI) DescribeMaintenanceWindowTargetsPages(_a0 *ssm.DescribeMaintenanceWindowTargetsInput, _a1 func(*ssm.DescribeMaintenanceWindowTargetsOutput, bool) bool) error

DescribeMaintenanceWindowTargetsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeMaintenanceWindowTargetsPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeMaintenanceWindowTargetsPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeMaintenanceWindowTargetsInput, _a2 func(*ssm.DescribeMaintenanceWindowTargetsOutput, bool) bool, _a3 ...request.Option) error

DescribeMaintenanceWindowTargetsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeMaintenanceWindowTargetsRequest

func (_m *SSMAPI) DescribeMaintenanceWindowTargetsRequest(_a0 *ssm.DescribeMaintenanceWindowTargetsInput) (*request.Request, *ssm.DescribeMaintenanceWindowTargetsOutput)

DescribeMaintenanceWindowTargetsRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeMaintenanceWindowTargetsWithContext

func (_m *SSMAPI) DescribeMaintenanceWindowTargetsWithContext(_a0 context.Context, _a1 *ssm.DescribeMaintenanceWindowTargetsInput, _a2 ...request.Option) (*ssm.DescribeMaintenanceWindowTargetsOutput, error)

DescribeMaintenanceWindowTargetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeMaintenanceWindowTasks

func (_m *SSMAPI) DescribeMaintenanceWindowTasks(_a0 *ssm.DescribeMaintenanceWindowTasksInput) (*ssm.DescribeMaintenanceWindowTasksOutput, error)

DescribeMaintenanceWindowTasks provides a mock function with given fields: _a0

func (*SSMAPI) DescribeMaintenanceWindowTasksPages added in v0.32.0

func (_m *SSMAPI) DescribeMaintenanceWindowTasksPages(_a0 *ssm.DescribeMaintenanceWindowTasksInput, _a1 func(*ssm.DescribeMaintenanceWindowTasksOutput, bool) bool) error

DescribeMaintenanceWindowTasksPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeMaintenanceWindowTasksPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeMaintenanceWindowTasksPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeMaintenanceWindowTasksInput, _a2 func(*ssm.DescribeMaintenanceWindowTasksOutput, bool) bool, _a3 ...request.Option) error

DescribeMaintenanceWindowTasksPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeMaintenanceWindowTasksRequest

func (_m *SSMAPI) DescribeMaintenanceWindowTasksRequest(_a0 *ssm.DescribeMaintenanceWindowTasksInput) (*request.Request, *ssm.DescribeMaintenanceWindowTasksOutput)

DescribeMaintenanceWindowTasksRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeMaintenanceWindowTasksWithContext

func (_m *SSMAPI) DescribeMaintenanceWindowTasksWithContext(_a0 context.Context, _a1 *ssm.DescribeMaintenanceWindowTasksInput, _a2 ...request.Option) (*ssm.DescribeMaintenanceWindowTasksOutput, error)

DescribeMaintenanceWindowTasksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeMaintenanceWindows

func (_m *SSMAPI) DescribeMaintenanceWindows(_a0 *ssm.DescribeMaintenanceWindowsInput) (*ssm.DescribeMaintenanceWindowsOutput, error)

DescribeMaintenanceWindows provides a mock function with given fields: _a0

func (*SSMAPI) DescribeMaintenanceWindowsForTarget

DescribeMaintenanceWindowsForTarget provides a mock function with given fields: _a0

func (*SSMAPI) DescribeMaintenanceWindowsForTargetPages added in v0.32.0

func (_m *SSMAPI) DescribeMaintenanceWindowsForTargetPages(_a0 *ssm.DescribeMaintenanceWindowsForTargetInput, _a1 func(*ssm.DescribeMaintenanceWindowsForTargetOutput, bool) bool) error

DescribeMaintenanceWindowsForTargetPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeMaintenanceWindowsForTargetPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeMaintenanceWindowsForTargetPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeMaintenanceWindowsForTargetInput, _a2 func(*ssm.DescribeMaintenanceWindowsForTargetOutput, bool) bool, _a3 ...request.Option) error

DescribeMaintenanceWindowsForTargetPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeMaintenanceWindowsForTargetRequest

func (_m *SSMAPI) DescribeMaintenanceWindowsForTargetRequest(_a0 *ssm.DescribeMaintenanceWindowsForTargetInput) (*request.Request, *ssm.DescribeMaintenanceWindowsForTargetOutput)

DescribeMaintenanceWindowsForTargetRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeMaintenanceWindowsForTargetWithContext

func (_m *SSMAPI) DescribeMaintenanceWindowsForTargetWithContext(_a0 context.Context, _a1 *ssm.DescribeMaintenanceWindowsForTargetInput, _a2 ...request.Option) (*ssm.DescribeMaintenanceWindowsForTargetOutput, error)

DescribeMaintenanceWindowsForTargetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeMaintenanceWindowsPages added in v0.32.0

func (_m *SSMAPI) DescribeMaintenanceWindowsPages(_a0 *ssm.DescribeMaintenanceWindowsInput, _a1 func(*ssm.DescribeMaintenanceWindowsOutput, bool) bool) error

DescribeMaintenanceWindowsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeMaintenanceWindowsPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeMaintenanceWindowsPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeMaintenanceWindowsInput, _a2 func(*ssm.DescribeMaintenanceWindowsOutput, bool) bool, _a3 ...request.Option) error

DescribeMaintenanceWindowsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeMaintenanceWindowsRequest

func (_m *SSMAPI) DescribeMaintenanceWindowsRequest(_a0 *ssm.DescribeMaintenanceWindowsInput) (*request.Request, *ssm.DescribeMaintenanceWindowsOutput)

DescribeMaintenanceWindowsRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeMaintenanceWindowsWithContext

func (_m *SSMAPI) DescribeMaintenanceWindowsWithContext(_a0 context.Context, _a1 *ssm.DescribeMaintenanceWindowsInput, _a2 ...request.Option) (*ssm.DescribeMaintenanceWindowsOutput, error)

DescribeMaintenanceWindowsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeOpsItems

func (_m *SSMAPI) DescribeOpsItems(_a0 *ssm.DescribeOpsItemsInput) (*ssm.DescribeOpsItemsOutput, error)

DescribeOpsItems provides a mock function with given fields: _a0

func (*SSMAPI) DescribeOpsItemsPages added in v0.32.0

func (_m *SSMAPI) DescribeOpsItemsPages(_a0 *ssm.DescribeOpsItemsInput, _a1 func(*ssm.DescribeOpsItemsOutput, bool) bool) error

DescribeOpsItemsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeOpsItemsPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeOpsItemsPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeOpsItemsInput, _a2 func(*ssm.DescribeOpsItemsOutput, bool) bool, _a3 ...request.Option) error

DescribeOpsItemsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeOpsItemsRequest

func (_m *SSMAPI) DescribeOpsItemsRequest(_a0 *ssm.DescribeOpsItemsInput) (*request.Request, *ssm.DescribeOpsItemsOutput)

DescribeOpsItemsRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeOpsItemsWithContext

func (_m *SSMAPI) DescribeOpsItemsWithContext(_a0 context.Context, _a1 *ssm.DescribeOpsItemsInput, _a2 ...request.Option) (*ssm.DescribeOpsItemsOutput, error)

DescribeOpsItemsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeParameters

func (_m *SSMAPI) DescribeParameters(_a0 *ssm.DescribeParametersInput) (*ssm.DescribeParametersOutput, error)

DescribeParameters provides a mock function with given fields: _a0

func (*SSMAPI) DescribeParametersPages

func (_m *SSMAPI) DescribeParametersPages(_a0 *ssm.DescribeParametersInput, _a1 func(*ssm.DescribeParametersOutput, bool) bool) error

DescribeParametersPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeParametersPagesWithContext

func (_m *SSMAPI) DescribeParametersPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeParametersInput, _a2 func(*ssm.DescribeParametersOutput, bool) bool, _a3 ...request.Option) error

DescribeParametersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeParametersRequest

func (_m *SSMAPI) DescribeParametersRequest(_a0 *ssm.DescribeParametersInput) (*request.Request, *ssm.DescribeParametersOutput)

DescribeParametersRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeParametersWithContext

func (_m *SSMAPI) DescribeParametersWithContext(_a0 context.Context, _a1 *ssm.DescribeParametersInput, _a2 ...request.Option) (*ssm.DescribeParametersOutput, error)

DescribeParametersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribePatchBaselines

func (_m *SSMAPI) DescribePatchBaselines(_a0 *ssm.DescribePatchBaselinesInput) (*ssm.DescribePatchBaselinesOutput, error)

DescribePatchBaselines provides a mock function with given fields: _a0

func (*SSMAPI) DescribePatchBaselinesPages added in v0.32.0

func (_m *SSMAPI) DescribePatchBaselinesPages(_a0 *ssm.DescribePatchBaselinesInput, _a1 func(*ssm.DescribePatchBaselinesOutput, bool) bool) error

DescribePatchBaselinesPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribePatchBaselinesPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribePatchBaselinesPagesWithContext(_a0 context.Context, _a1 *ssm.DescribePatchBaselinesInput, _a2 func(*ssm.DescribePatchBaselinesOutput, bool) bool, _a3 ...request.Option) error

DescribePatchBaselinesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribePatchBaselinesRequest

func (_m *SSMAPI) DescribePatchBaselinesRequest(_a0 *ssm.DescribePatchBaselinesInput) (*request.Request, *ssm.DescribePatchBaselinesOutput)

DescribePatchBaselinesRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribePatchBaselinesWithContext

func (_m *SSMAPI) DescribePatchBaselinesWithContext(_a0 context.Context, _a1 *ssm.DescribePatchBaselinesInput, _a2 ...request.Option) (*ssm.DescribePatchBaselinesOutput, error)

DescribePatchBaselinesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribePatchGroupState

func (_m *SSMAPI) DescribePatchGroupState(_a0 *ssm.DescribePatchGroupStateInput) (*ssm.DescribePatchGroupStateOutput, error)

DescribePatchGroupState provides a mock function with given fields: _a0

func (*SSMAPI) DescribePatchGroupStateRequest

func (_m *SSMAPI) DescribePatchGroupStateRequest(_a0 *ssm.DescribePatchGroupStateInput) (*request.Request, *ssm.DescribePatchGroupStateOutput)

DescribePatchGroupStateRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribePatchGroupStateWithContext

func (_m *SSMAPI) DescribePatchGroupStateWithContext(_a0 context.Context, _a1 *ssm.DescribePatchGroupStateInput, _a2 ...request.Option) (*ssm.DescribePatchGroupStateOutput, error)

DescribePatchGroupStateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribePatchGroups

func (_m *SSMAPI) DescribePatchGroups(_a0 *ssm.DescribePatchGroupsInput) (*ssm.DescribePatchGroupsOutput, error)

DescribePatchGroups provides a mock function with given fields: _a0

func (*SSMAPI) DescribePatchGroupsPages added in v0.32.0

func (_m *SSMAPI) DescribePatchGroupsPages(_a0 *ssm.DescribePatchGroupsInput, _a1 func(*ssm.DescribePatchGroupsOutput, bool) bool) error

DescribePatchGroupsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribePatchGroupsPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribePatchGroupsPagesWithContext(_a0 context.Context, _a1 *ssm.DescribePatchGroupsInput, _a2 func(*ssm.DescribePatchGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribePatchGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribePatchGroupsRequest

func (_m *SSMAPI) DescribePatchGroupsRequest(_a0 *ssm.DescribePatchGroupsInput) (*request.Request, *ssm.DescribePatchGroupsOutput)

DescribePatchGroupsRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribePatchGroupsWithContext

func (_m *SSMAPI) DescribePatchGroupsWithContext(_a0 context.Context, _a1 *ssm.DescribePatchGroupsInput, _a2 ...request.Option) (*ssm.DescribePatchGroupsOutput, error)

DescribePatchGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribePatchProperties

func (_m *SSMAPI) DescribePatchProperties(_a0 *ssm.DescribePatchPropertiesInput) (*ssm.DescribePatchPropertiesOutput, error)

DescribePatchProperties provides a mock function with given fields: _a0

func (*SSMAPI) DescribePatchPropertiesPages added in v0.32.0

func (_m *SSMAPI) DescribePatchPropertiesPages(_a0 *ssm.DescribePatchPropertiesInput, _a1 func(*ssm.DescribePatchPropertiesOutput, bool) bool) error

DescribePatchPropertiesPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribePatchPropertiesPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribePatchPropertiesPagesWithContext(_a0 context.Context, _a1 *ssm.DescribePatchPropertiesInput, _a2 func(*ssm.DescribePatchPropertiesOutput, bool) bool, _a3 ...request.Option) error

DescribePatchPropertiesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribePatchPropertiesRequest

func (_m *SSMAPI) DescribePatchPropertiesRequest(_a0 *ssm.DescribePatchPropertiesInput) (*request.Request, *ssm.DescribePatchPropertiesOutput)

DescribePatchPropertiesRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribePatchPropertiesWithContext

func (_m *SSMAPI) DescribePatchPropertiesWithContext(_a0 context.Context, _a1 *ssm.DescribePatchPropertiesInput, _a2 ...request.Option) (*ssm.DescribePatchPropertiesOutput, error)

DescribePatchPropertiesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) DescribeSessions

func (_m *SSMAPI) DescribeSessions(_a0 *ssm.DescribeSessionsInput) (*ssm.DescribeSessionsOutput, error)

DescribeSessions provides a mock function with given fields: _a0

func (*SSMAPI) DescribeSessionsPages added in v0.32.0

func (_m *SSMAPI) DescribeSessionsPages(_a0 *ssm.DescribeSessionsInput, _a1 func(*ssm.DescribeSessionsOutput, bool) bool) error

DescribeSessionsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) DescribeSessionsPagesWithContext added in v0.32.0

func (_m *SSMAPI) DescribeSessionsPagesWithContext(_a0 context.Context, _a1 *ssm.DescribeSessionsInput, _a2 func(*ssm.DescribeSessionsOutput, bool) bool, _a3 ...request.Option) error

DescribeSessionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) DescribeSessionsRequest

func (_m *SSMAPI) DescribeSessionsRequest(_a0 *ssm.DescribeSessionsInput) (*request.Request, *ssm.DescribeSessionsOutput)

DescribeSessionsRequest provides a mock function with given fields: _a0

func (*SSMAPI) DescribeSessionsWithContext

func (_m *SSMAPI) DescribeSessionsWithContext(_a0 context.Context, _a1 *ssm.DescribeSessionsInput, _a2 ...request.Option) (*ssm.DescribeSessionsOutput, error)

DescribeSessionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetAutomationExecution

func (_m *SSMAPI) GetAutomationExecution(_a0 *ssm.GetAutomationExecutionInput) (*ssm.GetAutomationExecutionOutput, error)

GetAutomationExecution provides a mock function with given fields: _a0

func (*SSMAPI) GetAutomationExecutionRequest

func (_m *SSMAPI) GetAutomationExecutionRequest(_a0 *ssm.GetAutomationExecutionInput) (*request.Request, *ssm.GetAutomationExecutionOutput)

GetAutomationExecutionRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetAutomationExecutionWithContext

func (_m *SSMAPI) GetAutomationExecutionWithContext(_a0 context.Context, _a1 *ssm.GetAutomationExecutionInput, _a2 ...request.Option) (*ssm.GetAutomationExecutionOutput, error)

GetAutomationExecutionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetCalendarState added in v0.32.0

func (_m *SSMAPI) GetCalendarState(_a0 *ssm.GetCalendarStateInput) (*ssm.GetCalendarStateOutput, error)

GetCalendarState provides a mock function with given fields: _a0

func (*SSMAPI) GetCalendarStateRequest added in v0.32.0

func (_m *SSMAPI) GetCalendarStateRequest(_a0 *ssm.GetCalendarStateInput) (*request.Request, *ssm.GetCalendarStateOutput)

GetCalendarStateRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetCalendarStateWithContext added in v0.32.0

func (_m *SSMAPI) GetCalendarStateWithContext(_a0 context.Context, _a1 *ssm.GetCalendarStateInput, _a2 ...request.Option) (*ssm.GetCalendarStateOutput, error)

GetCalendarStateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetCommandInvocation

func (_m *SSMAPI) GetCommandInvocation(_a0 *ssm.GetCommandInvocationInput) (*ssm.GetCommandInvocationOutput, error)

GetCommandInvocation provides a mock function with given fields: _a0

func (*SSMAPI) GetCommandInvocationRequest

func (_m *SSMAPI) GetCommandInvocationRequest(_a0 *ssm.GetCommandInvocationInput) (*request.Request, *ssm.GetCommandInvocationOutput)

GetCommandInvocationRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetCommandInvocationWithContext

func (_m *SSMAPI) GetCommandInvocationWithContext(_a0 context.Context, _a1 *ssm.GetCommandInvocationInput, _a2 ...request.Option) (*ssm.GetCommandInvocationOutput, error)

GetCommandInvocationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetConnectionStatus

func (_m *SSMAPI) GetConnectionStatus(_a0 *ssm.GetConnectionStatusInput) (*ssm.GetConnectionStatusOutput, error)

GetConnectionStatus provides a mock function with given fields: _a0

func (*SSMAPI) GetConnectionStatusRequest

func (_m *SSMAPI) GetConnectionStatusRequest(_a0 *ssm.GetConnectionStatusInput) (*request.Request, *ssm.GetConnectionStatusOutput)

GetConnectionStatusRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetConnectionStatusWithContext

func (_m *SSMAPI) GetConnectionStatusWithContext(_a0 context.Context, _a1 *ssm.GetConnectionStatusInput, _a2 ...request.Option) (*ssm.GetConnectionStatusOutput, error)

GetConnectionStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetDefaultPatchBaseline

func (_m *SSMAPI) GetDefaultPatchBaseline(_a0 *ssm.GetDefaultPatchBaselineInput) (*ssm.GetDefaultPatchBaselineOutput, error)

GetDefaultPatchBaseline provides a mock function with given fields: _a0

func (*SSMAPI) GetDefaultPatchBaselineRequest

func (_m *SSMAPI) GetDefaultPatchBaselineRequest(_a0 *ssm.GetDefaultPatchBaselineInput) (*request.Request, *ssm.GetDefaultPatchBaselineOutput)

GetDefaultPatchBaselineRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetDefaultPatchBaselineWithContext

func (_m *SSMAPI) GetDefaultPatchBaselineWithContext(_a0 context.Context, _a1 *ssm.GetDefaultPatchBaselineInput, _a2 ...request.Option) (*ssm.GetDefaultPatchBaselineOutput, error)

GetDefaultPatchBaselineWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetDeployablePatchSnapshotForInstance

GetDeployablePatchSnapshotForInstance provides a mock function with given fields: _a0

func (*SSMAPI) GetDeployablePatchSnapshotForInstanceRequest

func (_m *SSMAPI) GetDeployablePatchSnapshotForInstanceRequest(_a0 *ssm.GetDeployablePatchSnapshotForInstanceInput) (*request.Request, *ssm.GetDeployablePatchSnapshotForInstanceOutput)

GetDeployablePatchSnapshotForInstanceRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetDeployablePatchSnapshotForInstanceWithContext

func (_m *SSMAPI) GetDeployablePatchSnapshotForInstanceWithContext(_a0 context.Context, _a1 *ssm.GetDeployablePatchSnapshotForInstanceInput, _a2 ...request.Option) (*ssm.GetDeployablePatchSnapshotForInstanceOutput, error)

GetDeployablePatchSnapshotForInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetDocument

func (_m *SSMAPI) GetDocument(_a0 *ssm.GetDocumentInput) (*ssm.GetDocumentOutput, error)

GetDocument provides a mock function with given fields: _a0

func (*SSMAPI) GetDocumentRequest

func (_m *SSMAPI) GetDocumentRequest(_a0 *ssm.GetDocumentInput) (*request.Request, *ssm.GetDocumentOutput)

GetDocumentRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetDocumentWithContext

func (_m *SSMAPI) GetDocumentWithContext(_a0 context.Context, _a1 *ssm.GetDocumentInput, _a2 ...request.Option) (*ssm.GetDocumentOutput, error)

GetDocumentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetInventory

func (_m *SSMAPI) GetInventory(_a0 *ssm.GetInventoryInput) (*ssm.GetInventoryOutput, error)

GetInventory provides a mock function with given fields: _a0

func (*SSMAPI) GetInventoryPages added in v0.32.0

func (_m *SSMAPI) GetInventoryPages(_a0 *ssm.GetInventoryInput, _a1 func(*ssm.GetInventoryOutput, bool) bool) error

GetInventoryPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) GetInventoryPagesWithContext added in v0.32.0

func (_m *SSMAPI) GetInventoryPagesWithContext(_a0 context.Context, _a1 *ssm.GetInventoryInput, _a2 func(*ssm.GetInventoryOutput, bool) bool, _a3 ...request.Option) error

GetInventoryPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) GetInventoryRequest

func (_m *SSMAPI) GetInventoryRequest(_a0 *ssm.GetInventoryInput) (*request.Request, *ssm.GetInventoryOutput)

GetInventoryRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetInventorySchema

func (_m *SSMAPI) GetInventorySchema(_a0 *ssm.GetInventorySchemaInput) (*ssm.GetInventorySchemaOutput, error)

GetInventorySchema provides a mock function with given fields: _a0

func (*SSMAPI) GetInventorySchemaPages added in v0.32.0

func (_m *SSMAPI) GetInventorySchemaPages(_a0 *ssm.GetInventorySchemaInput, _a1 func(*ssm.GetInventorySchemaOutput, bool) bool) error

GetInventorySchemaPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) GetInventorySchemaPagesWithContext added in v0.32.0

func (_m *SSMAPI) GetInventorySchemaPagesWithContext(_a0 context.Context, _a1 *ssm.GetInventorySchemaInput, _a2 func(*ssm.GetInventorySchemaOutput, bool) bool, _a3 ...request.Option) error

GetInventorySchemaPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) GetInventorySchemaRequest

func (_m *SSMAPI) GetInventorySchemaRequest(_a0 *ssm.GetInventorySchemaInput) (*request.Request, *ssm.GetInventorySchemaOutput)

GetInventorySchemaRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetInventorySchemaWithContext

func (_m *SSMAPI) GetInventorySchemaWithContext(_a0 context.Context, _a1 *ssm.GetInventorySchemaInput, _a2 ...request.Option) (*ssm.GetInventorySchemaOutput, error)

GetInventorySchemaWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetInventoryWithContext

func (_m *SSMAPI) GetInventoryWithContext(_a0 context.Context, _a1 *ssm.GetInventoryInput, _a2 ...request.Option) (*ssm.GetInventoryOutput, error)

GetInventoryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetMaintenanceWindow

func (_m *SSMAPI) GetMaintenanceWindow(_a0 *ssm.GetMaintenanceWindowInput) (*ssm.GetMaintenanceWindowOutput, error)

GetMaintenanceWindow provides a mock function with given fields: _a0

func (*SSMAPI) GetMaintenanceWindowExecution

func (_m *SSMAPI) GetMaintenanceWindowExecution(_a0 *ssm.GetMaintenanceWindowExecutionInput) (*ssm.GetMaintenanceWindowExecutionOutput, error)

GetMaintenanceWindowExecution provides a mock function with given fields: _a0

func (*SSMAPI) GetMaintenanceWindowExecutionRequest

func (_m *SSMAPI) GetMaintenanceWindowExecutionRequest(_a0 *ssm.GetMaintenanceWindowExecutionInput) (*request.Request, *ssm.GetMaintenanceWindowExecutionOutput)

GetMaintenanceWindowExecutionRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetMaintenanceWindowExecutionTask

GetMaintenanceWindowExecutionTask provides a mock function with given fields: _a0

func (*SSMAPI) GetMaintenanceWindowExecutionTaskInvocation

GetMaintenanceWindowExecutionTaskInvocation provides a mock function with given fields: _a0

func (*SSMAPI) GetMaintenanceWindowExecutionTaskInvocationRequest

GetMaintenanceWindowExecutionTaskInvocationRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetMaintenanceWindowExecutionTaskInvocationWithContext

func (_m *SSMAPI) GetMaintenanceWindowExecutionTaskInvocationWithContext(_a0 context.Context, _a1 *ssm.GetMaintenanceWindowExecutionTaskInvocationInput, _a2 ...request.Option) (*ssm.GetMaintenanceWindowExecutionTaskInvocationOutput, error)

GetMaintenanceWindowExecutionTaskInvocationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetMaintenanceWindowExecutionTaskRequest

func (_m *SSMAPI) GetMaintenanceWindowExecutionTaskRequest(_a0 *ssm.GetMaintenanceWindowExecutionTaskInput) (*request.Request, *ssm.GetMaintenanceWindowExecutionTaskOutput)

GetMaintenanceWindowExecutionTaskRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetMaintenanceWindowExecutionTaskWithContext

func (_m *SSMAPI) GetMaintenanceWindowExecutionTaskWithContext(_a0 context.Context, _a1 *ssm.GetMaintenanceWindowExecutionTaskInput, _a2 ...request.Option) (*ssm.GetMaintenanceWindowExecutionTaskOutput, error)

GetMaintenanceWindowExecutionTaskWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetMaintenanceWindowExecutionWithContext

func (_m *SSMAPI) GetMaintenanceWindowExecutionWithContext(_a0 context.Context, _a1 *ssm.GetMaintenanceWindowExecutionInput, _a2 ...request.Option) (*ssm.GetMaintenanceWindowExecutionOutput, error)

GetMaintenanceWindowExecutionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetMaintenanceWindowRequest

func (_m *SSMAPI) GetMaintenanceWindowRequest(_a0 *ssm.GetMaintenanceWindowInput) (*request.Request, *ssm.GetMaintenanceWindowOutput)

GetMaintenanceWindowRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetMaintenanceWindowTask

func (_m *SSMAPI) GetMaintenanceWindowTask(_a0 *ssm.GetMaintenanceWindowTaskInput) (*ssm.GetMaintenanceWindowTaskOutput, error)

GetMaintenanceWindowTask provides a mock function with given fields: _a0

func (*SSMAPI) GetMaintenanceWindowTaskRequest

func (_m *SSMAPI) GetMaintenanceWindowTaskRequest(_a0 *ssm.GetMaintenanceWindowTaskInput) (*request.Request, *ssm.GetMaintenanceWindowTaskOutput)

GetMaintenanceWindowTaskRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetMaintenanceWindowTaskWithContext

func (_m *SSMAPI) GetMaintenanceWindowTaskWithContext(_a0 context.Context, _a1 *ssm.GetMaintenanceWindowTaskInput, _a2 ...request.Option) (*ssm.GetMaintenanceWindowTaskOutput, error)

GetMaintenanceWindowTaskWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetMaintenanceWindowWithContext

func (_m *SSMAPI) GetMaintenanceWindowWithContext(_a0 context.Context, _a1 *ssm.GetMaintenanceWindowInput, _a2 ...request.Option) (*ssm.GetMaintenanceWindowOutput, error)

GetMaintenanceWindowWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetOpsItem

func (_m *SSMAPI) GetOpsItem(_a0 *ssm.GetOpsItemInput) (*ssm.GetOpsItemOutput, error)

GetOpsItem provides a mock function with given fields: _a0

func (*SSMAPI) GetOpsItemRequest

func (_m *SSMAPI) GetOpsItemRequest(_a0 *ssm.GetOpsItemInput) (*request.Request, *ssm.GetOpsItemOutput)

GetOpsItemRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetOpsItemWithContext

func (_m *SSMAPI) GetOpsItemWithContext(_a0 context.Context, _a1 *ssm.GetOpsItemInput, _a2 ...request.Option) (*ssm.GetOpsItemOutput, error)

GetOpsItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetOpsMetadata added in v0.33.6

func (_m *SSMAPI) GetOpsMetadata(_a0 *ssm.GetOpsMetadataInput) (*ssm.GetOpsMetadataOutput, error)

GetOpsMetadata provides a mock function with given fields: _a0

func (*SSMAPI) GetOpsMetadataRequest added in v0.33.6

func (_m *SSMAPI) GetOpsMetadataRequest(_a0 *ssm.GetOpsMetadataInput) (*request.Request, *ssm.GetOpsMetadataOutput)

GetOpsMetadataRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetOpsMetadataWithContext added in v0.33.6

func (_m *SSMAPI) GetOpsMetadataWithContext(_a0 context.Context, _a1 *ssm.GetOpsMetadataInput, _a2 ...request.Option) (*ssm.GetOpsMetadataOutput, error)

GetOpsMetadataWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetOpsSummary

func (_m *SSMAPI) GetOpsSummary(_a0 *ssm.GetOpsSummaryInput) (*ssm.GetOpsSummaryOutput, error)

GetOpsSummary provides a mock function with given fields: _a0

func (*SSMAPI) GetOpsSummaryPages added in v0.32.0

func (_m *SSMAPI) GetOpsSummaryPages(_a0 *ssm.GetOpsSummaryInput, _a1 func(*ssm.GetOpsSummaryOutput, bool) bool) error

GetOpsSummaryPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) GetOpsSummaryPagesWithContext added in v0.32.0

func (_m *SSMAPI) GetOpsSummaryPagesWithContext(_a0 context.Context, _a1 *ssm.GetOpsSummaryInput, _a2 func(*ssm.GetOpsSummaryOutput, bool) bool, _a3 ...request.Option) error

GetOpsSummaryPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) GetOpsSummaryRequest

func (_m *SSMAPI) GetOpsSummaryRequest(_a0 *ssm.GetOpsSummaryInput) (*request.Request, *ssm.GetOpsSummaryOutput)

GetOpsSummaryRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetOpsSummaryWithContext

func (_m *SSMAPI) GetOpsSummaryWithContext(_a0 context.Context, _a1 *ssm.GetOpsSummaryInput, _a2 ...request.Option) (*ssm.GetOpsSummaryOutput, error)

GetOpsSummaryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetParameter

func (_m *SSMAPI) GetParameter(_a0 *ssm.GetParameterInput) (*ssm.GetParameterOutput, error)

GetParameter provides a mock function with given fields: _a0

func (*SSMAPI) GetParameterHistory

func (_m *SSMAPI) GetParameterHistory(_a0 *ssm.GetParameterHistoryInput) (*ssm.GetParameterHistoryOutput, error)

GetParameterHistory provides a mock function with given fields: _a0

func (*SSMAPI) GetParameterHistoryPages

func (_m *SSMAPI) GetParameterHistoryPages(_a0 *ssm.GetParameterHistoryInput, _a1 func(*ssm.GetParameterHistoryOutput, bool) bool) error

GetParameterHistoryPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) GetParameterHistoryPagesWithContext

func (_m *SSMAPI) GetParameterHistoryPagesWithContext(_a0 context.Context, _a1 *ssm.GetParameterHistoryInput, _a2 func(*ssm.GetParameterHistoryOutput, bool) bool, _a3 ...request.Option) error

GetParameterHistoryPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) GetParameterHistoryRequest

func (_m *SSMAPI) GetParameterHistoryRequest(_a0 *ssm.GetParameterHistoryInput) (*request.Request, *ssm.GetParameterHistoryOutput)

GetParameterHistoryRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetParameterHistoryWithContext

func (_m *SSMAPI) GetParameterHistoryWithContext(_a0 context.Context, _a1 *ssm.GetParameterHistoryInput, _a2 ...request.Option) (*ssm.GetParameterHistoryOutput, error)

GetParameterHistoryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetParameterRequest

func (_m *SSMAPI) GetParameterRequest(_a0 *ssm.GetParameterInput) (*request.Request, *ssm.GetParameterOutput)

GetParameterRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetParameterWithContext

func (_m *SSMAPI) GetParameterWithContext(_a0 context.Context, _a1 *ssm.GetParameterInput, _a2 ...request.Option) (*ssm.GetParameterOutput, error)

GetParameterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetParameters

func (_m *SSMAPI) GetParameters(_a0 *ssm.GetParametersInput) (*ssm.GetParametersOutput, error)

GetParameters provides a mock function with given fields: _a0

func (*SSMAPI) GetParametersByPath

func (_m *SSMAPI) GetParametersByPath(_a0 *ssm.GetParametersByPathInput) (*ssm.GetParametersByPathOutput, error)

GetParametersByPath provides a mock function with given fields: _a0

func (*SSMAPI) GetParametersByPathPages

func (_m *SSMAPI) GetParametersByPathPages(_a0 *ssm.GetParametersByPathInput, _a1 func(*ssm.GetParametersByPathOutput, bool) bool) error

GetParametersByPathPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) GetParametersByPathPagesWithContext

func (_m *SSMAPI) GetParametersByPathPagesWithContext(_a0 context.Context, _a1 *ssm.GetParametersByPathInput, _a2 func(*ssm.GetParametersByPathOutput, bool) bool, _a3 ...request.Option) error

GetParametersByPathPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) GetParametersByPathRequest

func (_m *SSMAPI) GetParametersByPathRequest(_a0 *ssm.GetParametersByPathInput) (*request.Request, *ssm.GetParametersByPathOutput)

GetParametersByPathRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetParametersByPathWithContext

func (_m *SSMAPI) GetParametersByPathWithContext(_a0 context.Context, _a1 *ssm.GetParametersByPathInput, _a2 ...request.Option) (*ssm.GetParametersByPathOutput, error)

GetParametersByPathWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetParametersRequest

func (_m *SSMAPI) GetParametersRequest(_a0 *ssm.GetParametersInput) (*request.Request, *ssm.GetParametersOutput)

GetParametersRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetParametersWithContext

func (_m *SSMAPI) GetParametersWithContext(_a0 context.Context, _a1 *ssm.GetParametersInput, _a2 ...request.Option) (*ssm.GetParametersOutput, error)

GetParametersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetPatchBaseline

func (_m *SSMAPI) GetPatchBaseline(_a0 *ssm.GetPatchBaselineInput) (*ssm.GetPatchBaselineOutput, error)

GetPatchBaseline provides a mock function with given fields: _a0

func (*SSMAPI) GetPatchBaselineForPatchGroup

func (_m *SSMAPI) GetPatchBaselineForPatchGroup(_a0 *ssm.GetPatchBaselineForPatchGroupInput) (*ssm.GetPatchBaselineForPatchGroupOutput, error)

GetPatchBaselineForPatchGroup provides a mock function with given fields: _a0

func (*SSMAPI) GetPatchBaselineForPatchGroupRequest

func (_m *SSMAPI) GetPatchBaselineForPatchGroupRequest(_a0 *ssm.GetPatchBaselineForPatchGroupInput) (*request.Request, *ssm.GetPatchBaselineForPatchGroupOutput)

GetPatchBaselineForPatchGroupRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetPatchBaselineForPatchGroupWithContext

func (_m *SSMAPI) GetPatchBaselineForPatchGroupWithContext(_a0 context.Context, _a1 *ssm.GetPatchBaselineForPatchGroupInput, _a2 ...request.Option) (*ssm.GetPatchBaselineForPatchGroupOutput, error)

GetPatchBaselineForPatchGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetPatchBaselineRequest

func (_m *SSMAPI) GetPatchBaselineRequest(_a0 *ssm.GetPatchBaselineInput) (*request.Request, *ssm.GetPatchBaselineOutput)

GetPatchBaselineRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetPatchBaselineWithContext

func (_m *SSMAPI) GetPatchBaselineWithContext(_a0 context.Context, _a1 *ssm.GetPatchBaselineInput, _a2 ...request.Option) (*ssm.GetPatchBaselineOutput, error)

GetPatchBaselineWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) GetServiceSetting

func (_m *SSMAPI) GetServiceSetting(_a0 *ssm.GetServiceSettingInput) (*ssm.GetServiceSettingOutput, error)

GetServiceSetting provides a mock function with given fields: _a0

func (*SSMAPI) GetServiceSettingRequest

func (_m *SSMAPI) GetServiceSettingRequest(_a0 *ssm.GetServiceSettingInput) (*request.Request, *ssm.GetServiceSettingOutput)

GetServiceSettingRequest provides a mock function with given fields: _a0

func (*SSMAPI) GetServiceSettingWithContext

func (_m *SSMAPI) GetServiceSettingWithContext(_a0 context.Context, _a1 *ssm.GetServiceSettingInput, _a2 ...request.Option) (*ssm.GetServiceSettingOutput, error)

GetServiceSettingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) LabelParameterVersion

func (_m *SSMAPI) LabelParameterVersion(_a0 *ssm.LabelParameterVersionInput) (*ssm.LabelParameterVersionOutput, error)

LabelParameterVersion provides a mock function with given fields: _a0

func (*SSMAPI) LabelParameterVersionRequest

func (_m *SSMAPI) LabelParameterVersionRequest(_a0 *ssm.LabelParameterVersionInput) (*request.Request, *ssm.LabelParameterVersionOutput)

LabelParameterVersionRequest provides a mock function with given fields: _a0

func (*SSMAPI) LabelParameterVersionWithContext

func (_m *SSMAPI) LabelParameterVersionWithContext(_a0 context.Context, _a1 *ssm.LabelParameterVersionInput, _a2 ...request.Option) (*ssm.LabelParameterVersionOutput, error)

LabelParameterVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ListAssociationVersions

func (_m *SSMAPI) ListAssociationVersions(_a0 *ssm.ListAssociationVersionsInput) (*ssm.ListAssociationVersionsOutput, error)

ListAssociationVersions provides a mock function with given fields: _a0

func (*SSMAPI) ListAssociationVersionsPages added in v0.32.0

func (_m *SSMAPI) ListAssociationVersionsPages(_a0 *ssm.ListAssociationVersionsInput, _a1 func(*ssm.ListAssociationVersionsOutput, bool) bool) error

ListAssociationVersionsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) ListAssociationVersionsPagesWithContext added in v0.32.0

func (_m *SSMAPI) ListAssociationVersionsPagesWithContext(_a0 context.Context, _a1 *ssm.ListAssociationVersionsInput, _a2 func(*ssm.ListAssociationVersionsOutput, bool) bool, _a3 ...request.Option) error

ListAssociationVersionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) ListAssociationVersionsRequest

func (_m *SSMAPI) ListAssociationVersionsRequest(_a0 *ssm.ListAssociationVersionsInput) (*request.Request, *ssm.ListAssociationVersionsOutput)

ListAssociationVersionsRequest provides a mock function with given fields: _a0

func (*SSMAPI) ListAssociationVersionsWithContext

func (_m *SSMAPI) ListAssociationVersionsWithContext(_a0 context.Context, _a1 *ssm.ListAssociationVersionsInput, _a2 ...request.Option) (*ssm.ListAssociationVersionsOutput, error)

ListAssociationVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ListAssociations

func (_m *SSMAPI) ListAssociations(_a0 *ssm.ListAssociationsInput) (*ssm.ListAssociationsOutput, error)

ListAssociations provides a mock function with given fields: _a0

func (*SSMAPI) ListAssociationsPages

func (_m *SSMAPI) ListAssociationsPages(_a0 *ssm.ListAssociationsInput, _a1 func(*ssm.ListAssociationsOutput, bool) bool) error

ListAssociationsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) ListAssociationsPagesWithContext

func (_m *SSMAPI) ListAssociationsPagesWithContext(_a0 context.Context, _a1 *ssm.ListAssociationsInput, _a2 func(*ssm.ListAssociationsOutput, bool) bool, _a3 ...request.Option) error

ListAssociationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) ListAssociationsRequest

func (_m *SSMAPI) ListAssociationsRequest(_a0 *ssm.ListAssociationsInput) (*request.Request, *ssm.ListAssociationsOutput)

ListAssociationsRequest provides a mock function with given fields: _a0

func (*SSMAPI) ListAssociationsWithContext

func (_m *SSMAPI) ListAssociationsWithContext(_a0 context.Context, _a1 *ssm.ListAssociationsInput, _a2 ...request.Option) (*ssm.ListAssociationsOutput, error)

ListAssociationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ListCommandInvocations

func (_m *SSMAPI) ListCommandInvocations(_a0 *ssm.ListCommandInvocationsInput) (*ssm.ListCommandInvocationsOutput, error)

ListCommandInvocations provides a mock function with given fields: _a0

func (*SSMAPI) ListCommandInvocationsPages

func (_m *SSMAPI) ListCommandInvocationsPages(_a0 *ssm.ListCommandInvocationsInput, _a1 func(*ssm.ListCommandInvocationsOutput, bool) bool) error

ListCommandInvocationsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) ListCommandInvocationsPagesWithContext

func (_m *SSMAPI) ListCommandInvocationsPagesWithContext(_a0 context.Context, _a1 *ssm.ListCommandInvocationsInput, _a2 func(*ssm.ListCommandInvocationsOutput, bool) bool, _a3 ...request.Option) error

ListCommandInvocationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) ListCommandInvocationsRequest

func (_m *SSMAPI) ListCommandInvocationsRequest(_a0 *ssm.ListCommandInvocationsInput) (*request.Request, *ssm.ListCommandInvocationsOutput)

ListCommandInvocationsRequest provides a mock function with given fields: _a0

func (*SSMAPI) ListCommandInvocationsWithContext

func (_m *SSMAPI) ListCommandInvocationsWithContext(_a0 context.Context, _a1 *ssm.ListCommandInvocationsInput, _a2 ...request.Option) (*ssm.ListCommandInvocationsOutput, error)

ListCommandInvocationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ListCommands

func (_m *SSMAPI) ListCommands(_a0 *ssm.ListCommandsInput) (*ssm.ListCommandsOutput, error)

ListCommands provides a mock function with given fields: _a0

func (*SSMAPI) ListCommandsPages

func (_m *SSMAPI) ListCommandsPages(_a0 *ssm.ListCommandsInput, _a1 func(*ssm.ListCommandsOutput, bool) bool) error

ListCommandsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) ListCommandsPagesWithContext

func (_m *SSMAPI) ListCommandsPagesWithContext(_a0 context.Context, _a1 *ssm.ListCommandsInput, _a2 func(*ssm.ListCommandsOutput, bool) bool, _a3 ...request.Option) error

ListCommandsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) ListCommandsRequest

func (_m *SSMAPI) ListCommandsRequest(_a0 *ssm.ListCommandsInput) (*request.Request, *ssm.ListCommandsOutput)

ListCommandsRequest provides a mock function with given fields: _a0

func (*SSMAPI) ListCommandsWithContext

func (_m *SSMAPI) ListCommandsWithContext(_a0 context.Context, _a1 *ssm.ListCommandsInput, _a2 ...request.Option) (*ssm.ListCommandsOutput, error)

ListCommandsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ListComplianceItems

func (_m *SSMAPI) ListComplianceItems(_a0 *ssm.ListComplianceItemsInput) (*ssm.ListComplianceItemsOutput, error)

ListComplianceItems provides a mock function with given fields: _a0

func (*SSMAPI) ListComplianceItemsPages added in v0.32.0

func (_m *SSMAPI) ListComplianceItemsPages(_a0 *ssm.ListComplianceItemsInput, _a1 func(*ssm.ListComplianceItemsOutput, bool) bool) error

ListComplianceItemsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) ListComplianceItemsPagesWithContext added in v0.32.0

func (_m *SSMAPI) ListComplianceItemsPagesWithContext(_a0 context.Context, _a1 *ssm.ListComplianceItemsInput, _a2 func(*ssm.ListComplianceItemsOutput, bool) bool, _a3 ...request.Option) error

ListComplianceItemsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) ListComplianceItemsRequest

func (_m *SSMAPI) ListComplianceItemsRequest(_a0 *ssm.ListComplianceItemsInput) (*request.Request, *ssm.ListComplianceItemsOutput)

ListComplianceItemsRequest provides a mock function with given fields: _a0

func (*SSMAPI) ListComplianceItemsWithContext

func (_m *SSMAPI) ListComplianceItemsWithContext(_a0 context.Context, _a1 *ssm.ListComplianceItemsInput, _a2 ...request.Option) (*ssm.ListComplianceItemsOutput, error)

ListComplianceItemsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ListComplianceSummaries

func (_m *SSMAPI) ListComplianceSummaries(_a0 *ssm.ListComplianceSummariesInput) (*ssm.ListComplianceSummariesOutput, error)

ListComplianceSummaries provides a mock function with given fields: _a0

func (*SSMAPI) ListComplianceSummariesPages added in v0.32.0

func (_m *SSMAPI) ListComplianceSummariesPages(_a0 *ssm.ListComplianceSummariesInput, _a1 func(*ssm.ListComplianceSummariesOutput, bool) bool) error

ListComplianceSummariesPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) ListComplianceSummariesPagesWithContext added in v0.32.0

func (_m *SSMAPI) ListComplianceSummariesPagesWithContext(_a0 context.Context, _a1 *ssm.ListComplianceSummariesInput, _a2 func(*ssm.ListComplianceSummariesOutput, bool) bool, _a3 ...request.Option) error

ListComplianceSummariesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) ListComplianceSummariesRequest

func (_m *SSMAPI) ListComplianceSummariesRequest(_a0 *ssm.ListComplianceSummariesInput) (*request.Request, *ssm.ListComplianceSummariesOutput)

ListComplianceSummariesRequest provides a mock function with given fields: _a0

func (*SSMAPI) ListComplianceSummariesWithContext

func (_m *SSMAPI) ListComplianceSummariesWithContext(_a0 context.Context, _a1 *ssm.ListComplianceSummariesInput, _a2 ...request.Option) (*ssm.ListComplianceSummariesOutput, error)

ListComplianceSummariesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ListDocumentMetadataHistory added in v0.33.6

func (_m *SSMAPI) ListDocumentMetadataHistory(_a0 *ssm.ListDocumentMetadataHistoryInput) (*ssm.ListDocumentMetadataHistoryOutput, error)

ListDocumentMetadataHistory provides a mock function with given fields: _a0

func (*SSMAPI) ListDocumentMetadataHistoryRequest added in v0.33.6

func (_m *SSMAPI) ListDocumentMetadataHistoryRequest(_a0 *ssm.ListDocumentMetadataHistoryInput) (*request.Request, *ssm.ListDocumentMetadataHistoryOutput)

ListDocumentMetadataHistoryRequest provides a mock function with given fields: _a0

func (*SSMAPI) ListDocumentMetadataHistoryWithContext added in v0.33.6

func (_m *SSMAPI) ListDocumentMetadataHistoryWithContext(_a0 context.Context, _a1 *ssm.ListDocumentMetadataHistoryInput, _a2 ...request.Option) (*ssm.ListDocumentMetadataHistoryOutput, error)

ListDocumentMetadataHistoryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ListDocumentVersions

func (_m *SSMAPI) ListDocumentVersions(_a0 *ssm.ListDocumentVersionsInput) (*ssm.ListDocumentVersionsOutput, error)

ListDocumentVersions provides a mock function with given fields: _a0

func (*SSMAPI) ListDocumentVersionsPages added in v0.32.0

func (_m *SSMAPI) ListDocumentVersionsPages(_a0 *ssm.ListDocumentVersionsInput, _a1 func(*ssm.ListDocumentVersionsOutput, bool) bool) error

ListDocumentVersionsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) ListDocumentVersionsPagesWithContext added in v0.32.0

func (_m *SSMAPI) ListDocumentVersionsPagesWithContext(_a0 context.Context, _a1 *ssm.ListDocumentVersionsInput, _a2 func(*ssm.ListDocumentVersionsOutput, bool) bool, _a3 ...request.Option) error

ListDocumentVersionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) ListDocumentVersionsRequest

func (_m *SSMAPI) ListDocumentVersionsRequest(_a0 *ssm.ListDocumentVersionsInput) (*request.Request, *ssm.ListDocumentVersionsOutput)

ListDocumentVersionsRequest provides a mock function with given fields: _a0

func (*SSMAPI) ListDocumentVersionsWithContext

func (_m *SSMAPI) ListDocumentVersionsWithContext(_a0 context.Context, _a1 *ssm.ListDocumentVersionsInput, _a2 ...request.Option) (*ssm.ListDocumentVersionsOutput, error)

ListDocumentVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ListDocuments

func (_m *SSMAPI) ListDocuments(_a0 *ssm.ListDocumentsInput) (*ssm.ListDocumentsOutput, error)

ListDocuments provides a mock function with given fields: _a0

func (*SSMAPI) ListDocumentsPages

func (_m *SSMAPI) ListDocumentsPages(_a0 *ssm.ListDocumentsInput, _a1 func(*ssm.ListDocumentsOutput, bool) bool) error

ListDocumentsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) ListDocumentsPagesWithContext

func (_m *SSMAPI) ListDocumentsPagesWithContext(_a0 context.Context, _a1 *ssm.ListDocumentsInput, _a2 func(*ssm.ListDocumentsOutput, bool) bool, _a3 ...request.Option) error

ListDocumentsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) ListDocumentsRequest

func (_m *SSMAPI) ListDocumentsRequest(_a0 *ssm.ListDocumentsInput) (*request.Request, *ssm.ListDocumentsOutput)

ListDocumentsRequest provides a mock function with given fields: _a0

func (*SSMAPI) ListDocumentsWithContext

func (_m *SSMAPI) ListDocumentsWithContext(_a0 context.Context, _a1 *ssm.ListDocumentsInput, _a2 ...request.Option) (*ssm.ListDocumentsOutput, error)

ListDocumentsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ListInventoryEntries

func (_m *SSMAPI) ListInventoryEntries(_a0 *ssm.ListInventoryEntriesInput) (*ssm.ListInventoryEntriesOutput, error)

ListInventoryEntries provides a mock function with given fields: _a0

func (*SSMAPI) ListInventoryEntriesRequest

func (_m *SSMAPI) ListInventoryEntriesRequest(_a0 *ssm.ListInventoryEntriesInput) (*request.Request, *ssm.ListInventoryEntriesOutput)

ListInventoryEntriesRequest provides a mock function with given fields: _a0

func (*SSMAPI) ListInventoryEntriesWithContext

func (_m *SSMAPI) ListInventoryEntriesWithContext(_a0 context.Context, _a1 *ssm.ListInventoryEntriesInput, _a2 ...request.Option) (*ssm.ListInventoryEntriesOutput, error)

ListInventoryEntriesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ListOpsItemEvents added in v0.33.6

func (_m *SSMAPI) ListOpsItemEvents(_a0 *ssm.ListOpsItemEventsInput) (*ssm.ListOpsItemEventsOutput, error)

ListOpsItemEvents provides a mock function with given fields: _a0

func (*SSMAPI) ListOpsItemEventsPages added in v0.33.6

func (_m *SSMAPI) ListOpsItemEventsPages(_a0 *ssm.ListOpsItemEventsInput, _a1 func(*ssm.ListOpsItemEventsOutput, bool) bool) error

ListOpsItemEventsPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) ListOpsItemEventsPagesWithContext added in v0.33.6

func (_m *SSMAPI) ListOpsItemEventsPagesWithContext(_a0 context.Context, _a1 *ssm.ListOpsItemEventsInput, _a2 func(*ssm.ListOpsItemEventsOutput, bool) bool, _a3 ...request.Option) error

ListOpsItemEventsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) ListOpsItemEventsRequest added in v0.33.6

func (_m *SSMAPI) ListOpsItemEventsRequest(_a0 *ssm.ListOpsItemEventsInput) (*request.Request, *ssm.ListOpsItemEventsOutput)

ListOpsItemEventsRequest provides a mock function with given fields: _a0

func (*SSMAPI) ListOpsItemEventsWithContext added in v0.33.6

func (_m *SSMAPI) ListOpsItemEventsWithContext(_a0 context.Context, _a1 *ssm.ListOpsItemEventsInput, _a2 ...request.Option) (*ssm.ListOpsItemEventsOutput, error)

ListOpsItemEventsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ListOpsMetadata added in v0.33.6

func (_m *SSMAPI) ListOpsMetadata(_a0 *ssm.ListOpsMetadataInput) (*ssm.ListOpsMetadataOutput, error)

ListOpsMetadata provides a mock function with given fields: _a0

func (*SSMAPI) ListOpsMetadataPages added in v0.33.6

func (_m *SSMAPI) ListOpsMetadataPages(_a0 *ssm.ListOpsMetadataInput, _a1 func(*ssm.ListOpsMetadataOutput, bool) bool) error

ListOpsMetadataPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) ListOpsMetadataPagesWithContext added in v0.33.6

func (_m *SSMAPI) ListOpsMetadataPagesWithContext(_a0 context.Context, _a1 *ssm.ListOpsMetadataInput, _a2 func(*ssm.ListOpsMetadataOutput, bool) bool, _a3 ...request.Option) error

ListOpsMetadataPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) ListOpsMetadataRequest added in v0.33.6

func (_m *SSMAPI) ListOpsMetadataRequest(_a0 *ssm.ListOpsMetadataInput) (*request.Request, *ssm.ListOpsMetadataOutput)

ListOpsMetadataRequest provides a mock function with given fields: _a0

func (*SSMAPI) ListOpsMetadataWithContext added in v0.33.6

func (_m *SSMAPI) ListOpsMetadataWithContext(_a0 context.Context, _a1 *ssm.ListOpsMetadataInput, _a2 ...request.Option) (*ssm.ListOpsMetadataOutput, error)

ListOpsMetadataWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ListResourceComplianceSummaries

func (_m *SSMAPI) ListResourceComplianceSummaries(_a0 *ssm.ListResourceComplianceSummariesInput) (*ssm.ListResourceComplianceSummariesOutput, error)

ListResourceComplianceSummaries provides a mock function with given fields: _a0

func (*SSMAPI) ListResourceComplianceSummariesPages added in v0.32.0

func (_m *SSMAPI) ListResourceComplianceSummariesPages(_a0 *ssm.ListResourceComplianceSummariesInput, _a1 func(*ssm.ListResourceComplianceSummariesOutput, bool) bool) error

ListResourceComplianceSummariesPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) ListResourceComplianceSummariesPagesWithContext added in v0.32.0

func (_m *SSMAPI) ListResourceComplianceSummariesPagesWithContext(_a0 context.Context, _a1 *ssm.ListResourceComplianceSummariesInput, _a2 func(*ssm.ListResourceComplianceSummariesOutput, bool) bool, _a3 ...request.Option) error

ListResourceComplianceSummariesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) ListResourceComplianceSummariesRequest

func (_m *SSMAPI) ListResourceComplianceSummariesRequest(_a0 *ssm.ListResourceComplianceSummariesInput) (*request.Request, *ssm.ListResourceComplianceSummariesOutput)

ListResourceComplianceSummariesRequest provides a mock function with given fields: _a0

func (*SSMAPI) ListResourceComplianceSummariesWithContext

func (_m *SSMAPI) ListResourceComplianceSummariesWithContext(_a0 context.Context, _a1 *ssm.ListResourceComplianceSummariesInput, _a2 ...request.Option) (*ssm.ListResourceComplianceSummariesOutput, error)

ListResourceComplianceSummariesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ListResourceDataSync

func (_m *SSMAPI) ListResourceDataSync(_a0 *ssm.ListResourceDataSyncInput) (*ssm.ListResourceDataSyncOutput, error)

ListResourceDataSync provides a mock function with given fields: _a0

func (*SSMAPI) ListResourceDataSyncPages added in v0.32.0

func (_m *SSMAPI) ListResourceDataSyncPages(_a0 *ssm.ListResourceDataSyncInput, _a1 func(*ssm.ListResourceDataSyncOutput, bool) bool) error

ListResourceDataSyncPages provides a mock function with given fields: _a0, _a1

func (*SSMAPI) ListResourceDataSyncPagesWithContext added in v0.32.0

func (_m *SSMAPI) ListResourceDataSyncPagesWithContext(_a0 context.Context, _a1 *ssm.ListResourceDataSyncInput, _a2 func(*ssm.ListResourceDataSyncOutput, bool) bool, _a3 ...request.Option) error

ListResourceDataSyncPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*SSMAPI) ListResourceDataSyncRequest

func (_m *SSMAPI) ListResourceDataSyncRequest(_a0 *ssm.ListResourceDataSyncInput) (*request.Request, *ssm.ListResourceDataSyncOutput)

ListResourceDataSyncRequest provides a mock function with given fields: _a0

func (*SSMAPI) ListResourceDataSyncWithContext

func (_m *SSMAPI) ListResourceDataSyncWithContext(_a0 context.Context, _a1 *ssm.ListResourceDataSyncInput, _a2 ...request.Option) (*ssm.ListResourceDataSyncOutput, error)

ListResourceDataSyncWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ListTagsForResource

func (_m *SSMAPI) ListTagsForResource(_a0 *ssm.ListTagsForResourceInput) (*ssm.ListTagsForResourceOutput, error)

ListTagsForResource provides a mock function with given fields: _a0

func (*SSMAPI) ListTagsForResourceRequest

func (_m *SSMAPI) ListTagsForResourceRequest(_a0 *ssm.ListTagsForResourceInput) (*request.Request, *ssm.ListTagsForResourceOutput)

ListTagsForResourceRequest provides a mock function with given fields: _a0

func (*SSMAPI) ListTagsForResourceWithContext

func (_m *SSMAPI) ListTagsForResourceWithContext(_a0 context.Context, _a1 *ssm.ListTagsForResourceInput, _a2 ...request.Option) (*ssm.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ModifyDocumentPermission

func (_m *SSMAPI) ModifyDocumentPermission(_a0 *ssm.ModifyDocumentPermissionInput) (*ssm.ModifyDocumentPermissionOutput, error)

ModifyDocumentPermission provides a mock function with given fields: _a0

func (*SSMAPI) ModifyDocumentPermissionRequest

func (_m *SSMAPI) ModifyDocumentPermissionRequest(_a0 *ssm.ModifyDocumentPermissionInput) (*request.Request, *ssm.ModifyDocumentPermissionOutput)

ModifyDocumentPermissionRequest provides a mock function with given fields: _a0

func (*SSMAPI) ModifyDocumentPermissionWithContext

func (_m *SSMAPI) ModifyDocumentPermissionWithContext(_a0 context.Context, _a1 *ssm.ModifyDocumentPermissionInput, _a2 ...request.Option) (*ssm.ModifyDocumentPermissionOutput, error)

ModifyDocumentPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) PutComplianceItems

func (_m *SSMAPI) PutComplianceItems(_a0 *ssm.PutComplianceItemsInput) (*ssm.PutComplianceItemsOutput, error)

PutComplianceItems provides a mock function with given fields: _a0

func (*SSMAPI) PutComplianceItemsRequest

func (_m *SSMAPI) PutComplianceItemsRequest(_a0 *ssm.PutComplianceItemsInput) (*request.Request, *ssm.PutComplianceItemsOutput)

PutComplianceItemsRequest provides a mock function with given fields: _a0

func (*SSMAPI) PutComplianceItemsWithContext

func (_m *SSMAPI) PutComplianceItemsWithContext(_a0 context.Context, _a1 *ssm.PutComplianceItemsInput, _a2 ...request.Option) (*ssm.PutComplianceItemsOutput, error)

PutComplianceItemsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) PutInventory

func (_m *SSMAPI) PutInventory(_a0 *ssm.PutInventoryInput) (*ssm.PutInventoryOutput, error)

PutInventory provides a mock function with given fields: _a0

func (*SSMAPI) PutInventoryRequest

func (_m *SSMAPI) PutInventoryRequest(_a0 *ssm.PutInventoryInput) (*request.Request, *ssm.PutInventoryOutput)

PutInventoryRequest provides a mock function with given fields: _a0

func (*SSMAPI) PutInventoryWithContext

func (_m *SSMAPI) PutInventoryWithContext(_a0 context.Context, _a1 *ssm.PutInventoryInput, _a2 ...request.Option) (*ssm.PutInventoryOutput, error)

PutInventoryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) PutParameter

func (_m *SSMAPI) PutParameter(_a0 *ssm.PutParameterInput) (*ssm.PutParameterOutput, error)

PutParameter provides a mock function with given fields: _a0

func (*SSMAPI) PutParameterRequest

func (_m *SSMAPI) PutParameterRequest(_a0 *ssm.PutParameterInput) (*request.Request, *ssm.PutParameterOutput)

PutParameterRequest provides a mock function with given fields: _a0

func (*SSMAPI) PutParameterWithContext

func (_m *SSMAPI) PutParameterWithContext(_a0 context.Context, _a1 *ssm.PutParameterInput, _a2 ...request.Option) (*ssm.PutParameterOutput, error)

PutParameterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) RegisterDefaultPatchBaseline

func (_m *SSMAPI) RegisterDefaultPatchBaseline(_a0 *ssm.RegisterDefaultPatchBaselineInput) (*ssm.RegisterDefaultPatchBaselineOutput, error)

RegisterDefaultPatchBaseline provides a mock function with given fields: _a0

func (*SSMAPI) RegisterDefaultPatchBaselineRequest

func (_m *SSMAPI) RegisterDefaultPatchBaselineRequest(_a0 *ssm.RegisterDefaultPatchBaselineInput) (*request.Request, *ssm.RegisterDefaultPatchBaselineOutput)

RegisterDefaultPatchBaselineRequest provides a mock function with given fields: _a0

func (*SSMAPI) RegisterDefaultPatchBaselineWithContext

func (_m *SSMAPI) RegisterDefaultPatchBaselineWithContext(_a0 context.Context, _a1 *ssm.RegisterDefaultPatchBaselineInput, _a2 ...request.Option) (*ssm.RegisterDefaultPatchBaselineOutput, error)

RegisterDefaultPatchBaselineWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) RegisterPatchBaselineForPatchGroup

RegisterPatchBaselineForPatchGroup provides a mock function with given fields: _a0

func (*SSMAPI) RegisterPatchBaselineForPatchGroupRequest

func (_m *SSMAPI) RegisterPatchBaselineForPatchGroupRequest(_a0 *ssm.RegisterPatchBaselineForPatchGroupInput) (*request.Request, *ssm.RegisterPatchBaselineForPatchGroupOutput)

RegisterPatchBaselineForPatchGroupRequest provides a mock function with given fields: _a0

func (*SSMAPI) RegisterPatchBaselineForPatchGroupWithContext

func (_m *SSMAPI) RegisterPatchBaselineForPatchGroupWithContext(_a0 context.Context, _a1 *ssm.RegisterPatchBaselineForPatchGroupInput, _a2 ...request.Option) (*ssm.RegisterPatchBaselineForPatchGroupOutput, error)

RegisterPatchBaselineForPatchGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) RegisterTargetWithMaintenanceWindow

RegisterTargetWithMaintenanceWindow provides a mock function with given fields: _a0

func (*SSMAPI) RegisterTargetWithMaintenanceWindowRequest

func (_m *SSMAPI) RegisterTargetWithMaintenanceWindowRequest(_a0 *ssm.RegisterTargetWithMaintenanceWindowInput) (*request.Request, *ssm.RegisterTargetWithMaintenanceWindowOutput)

RegisterTargetWithMaintenanceWindowRequest provides a mock function with given fields: _a0

func (*SSMAPI) RegisterTargetWithMaintenanceWindowWithContext

func (_m *SSMAPI) RegisterTargetWithMaintenanceWindowWithContext(_a0 context.Context, _a1 *ssm.RegisterTargetWithMaintenanceWindowInput, _a2 ...request.Option) (*ssm.RegisterTargetWithMaintenanceWindowOutput, error)

RegisterTargetWithMaintenanceWindowWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) RegisterTaskWithMaintenanceWindow

RegisterTaskWithMaintenanceWindow provides a mock function with given fields: _a0

func (*SSMAPI) RegisterTaskWithMaintenanceWindowRequest

func (_m *SSMAPI) RegisterTaskWithMaintenanceWindowRequest(_a0 *ssm.RegisterTaskWithMaintenanceWindowInput) (*request.Request, *ssm.RegisterTaskWithMaintenanceWindowOutput)

RegisterTaskWithMaintenanceWindowRequest provides a mock function with given fields: _a0

func (*SSMAPI) RegisterTaskWithMaintenanceWindowWithContext

func (_m *SSMAPI) RegisterTaskWithMaintenanceWindowWithContext(_a0 context.Context, _a1 *ssm.RegisterTaskWithMaintenanceWindowInput, _a2 ...request.Option) (*ssm.RegisterTaskWithMaintenanceWindowOutput, error)

RegisterTaskWithMaintenanceWindowWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) RemoveTagsFromResource

func (_m *SSMAPI) RemoveTagsFromResource(_a0 *ssm.RemoveTagsFromResourceInput) (*ssm.RemoveTagsFromResourceOutput, error)

RemoveTagsFromResource provides a mock function with given fields: _a0

func (*SSMAPI) RemoveTagsFromResourceRequest

func (_m *SSMAPI) RemoveTagsFromResourceRequest(_a0 *ssm.RemoveTagsFromResourceInput) (*request.Request, *ssm.RemoveTagsFromResourceOutput)

RemoveTagsFromResourceRequest provides a mock function with given fields: _a0

func (*SSMAPI) RemoveTagsFromResourceWithContext

func (_m *SSMAPI) RemoveTagsFromResourceWithContext(_a0 context.Context, _a1 *ssm.RemoveTagsFromResourceInput, _a2 ...request.Option) (*ssm.RemoveTagsFromResourceOutput, error)

RemoveTagsFromResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ResetServiceSetting

func (_m *SSMAPI) ResetServiceSetting(_a0 *ssm.ResetServiceSettingInput) (*ssm.ResetServiceSettingOutput, error)

ResetServiceSetting provides a mock function with given fields: _a0

func (*SSMAPI) ResetServiceSettingRequest

func (_m *SSMAPI) ResetServiceSettingRequest(_a0 *ssm.ResetServiceSettingInput) (*request.Request, *ssm.ResetServiceSettingOutput)

ResetServiceSettingRequest provides a mock function with given fields: _a0

func (*SSMAPI) ResetServiceSettingWithContext

func (_m *SSMAPI) ResetServiceSettingWithContext(_a0 context.Context, _a1 *ssm.ResetServiceSettingInput, _a2 ...request.Option) (*ssm.ResetServiceSettingOutput, error)

ResetServiceSettingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) ResumeSession

func (_m *SSMAPI) ResumeSession(_a0 *ssm.ResumeSessionInput) (*ssm.ResumeSessionOutput, error)

ResumeSession provides a mock function with given fields: _a0

func (*SSMAPI) ResumeSessionRequest

func (_m *SSMAPI) ResumeSessionRequest(_a0 *ssm.ResumeSessionInput) (*request.Request, *ssm.ResumeSessionOutput)

ResumeSessionRequest provides a mock function with given fields: _a0

func (*SSMAPI) ResumeSessionWithContext

func (_m *SSMAPI) ResumeSessionWithContext(_a0 context.Context, _a1 *ssm.ResumeSessionInput, _a2 ...request.Option) (*ssm.ResumeSessionOutput, error)

ResumeSessionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) SendAutomationSignal

func (_m *SSMAPI) SendAutomationSignal(_a0 *ssm.SendAutomationSignalInput) (*ssm.SendAutomationSignalOutput, error)

SendAutomationSignal provides a mock function with given fields: _a0

func (*SSMAPI) SendAutomationSignalRequest

func (_m *SSMAPI) SendAutomationSignalRequest(_a0 *ssm.SendAutomationSignalInput) (*request.Request, *ssm.SendAutomationSignalOutput)

SendAutomationSignalRequest provides a mock function with given fields: _a0

func (*SSMAPI) SendAutomationSignalWithContext

func (_m *SSMAPI) SendAutomationSignalWithContext(_a0 context.Context, _a1 *ssm.SendAutomationSignalInput, _a2 ...request.Option) (*ssm.SendAutomationSignalOutput, error)

SendAutomationSignalWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) SendCommand

func (_m *SSMAPI) SendCommand(_a0 *ssm.SendCommandInput) (*ssm.SendCommandOutput, error)

SendCommand provides a mock function with given fields: _a0

func (*SSMAPI) SendCommandRequest

func (_m *SSMAPI) SendCommandRequest(_a0 *ssm.SendCommandInput) (*request.Request, *ssm.SendCommandOutput)

SendCommandRequest provides a mock function with given fields: _a0

func (*SSMAPI) SendCommandWithContext

func (_m *SSMAPI) SendCommandWithContext(_a0 context.Context, _a1 *ssm.SendCommandInput, _a2 ...request.Option) (*ssm.SendCommandOutput, error)

SendCommandWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) StartAssociationsOnce

func (_m *SSMAPI) StartAssociationsOnce(_a0 *ssm.StartAssociationsOnceInput) (*ssm.StartAssociationsOnceOutput, error)

StartAssociationsOnce provides a mock function with given fields: _a0

func (*SSMAPI) StartAssociationsOnceRequest

func (_m *SSMAPI) StartAssociationsOnceRequest(_a0 *ssm.StartAssociationsOnceInput) (*request.Request, *ssm.StartAssociationsOnceOutput)

StartAssociationsOnceRequest provides a mock function with given fields: _a0

func (*SSMAPI) StartAssociationsOnceWithContext

func (_m *SSMAPI) StartAssociationsOnceWithContext(_a0 context.Context, _a1 *ssm.StartAssociationsOnceInput, _a2 ...request.Option) (*ssm.StartAssociationsOnceOutput, error)

StartAssociationsOnceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) StartAutomationExecution

func (_m *SSMAPI) StartAutomationExecution(_a0 *ssm.StartAutomationExecutionInput) (*ssm.StartAutomationExecutionOutput, error)

StartAutomationExecution provides a mock function with given fields: _a0

func (*SSMAPI) StartAutomationExecutionRequest

func (_m *SSMAPI) StartAutomationExecutionRequest(_a0 *ssm.StartAutomationExecutionInput) (*request.Request, *ssm.StartAutomationExecutionOutput)

StartAutomationExecutionRequest provides a mock function with given fields: _a0

func (*SSMAPI) StartAutomationExecutionWithContext

func (_m *SSMAPI) StartAutomationExecutionWithContext(_a0 context.Context, _a1 *ssm.StartAutomationExecutionInput, _a2 ...request.Option) (*ssm.StartAutomationExecutionOutput, error)

StartAutomationExecutionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) StartChangeRequestExecution added in v0.33.6

func (_m *SSMAPI) StartChangeRequestExecution(_a0 *ssm.StartChangeRequestExecutionInput) (*ssm.StartChangeRequestExecutionOutput, error)

StartChangeRequestExecution provides a mock function with given fields: _a0

func (*SSMAPI) StartChangeRequestExecutionRequest added in v0.33.6

func (_m *SSMAPI) StartChangeRequestExecutionRequest(_a0 *ssm.StartChangeRequestExecutionInput) (*request.Request, *ssm.StartChangeRequestExecutionOutput)

StartChangeRequestExecutionRequest provides a mock function with given fields: _a0

func (*SSMAPI) StartChangeRequestExecutionWithContext added in v0.33.6

func (_m *SSMAPI) StartChangeRequestExecutionWithContext(_a0 context.Context, _a1 *ssm.StartChangeRequestExecutionInput, _a2 ...request.Option) (*ssm.StartChangeRequestExecutionOutput, error)

StartChangeRequestExecutionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) StartSession

func (_m *SSMAPI) StartSession(_a0 *ssm.StartSessionInput) (*ssm.StartSessionOutput, error)

StartSession provides a mock function with given fields: _a0

func (*SSMAPI) StartSessionRequest

func (_m *SSMAPI) StartSessionRequest(_a0 *ssm.StartSessionInput) (*request.Request, *ssm.StartSessionOutput)

StartSessionRequest provides a mock function with given fields: _a0

func (*SSMAPI) StartSessionWithContext

func (_m *SSMAPI) StartSessionWithContext(_a0 context.Context, _a1 *ssm.StartSessionInput, _a2 ...request.Option) (*ssm.StartSessionOutput, error)

StartSessionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) StopAutomationExecution

func (_m *SSMAPI) StopAutomationExecution(_a0 *ssm.StopAutomationExecutionInput) (*ssm.StopAutomationExecutionOutput, error)

StopAutomationExecution provides a mock function with given fields: _a0

func (*SSMAPI) StopAutomationExecutionRequest

func (_m *SSMAPI) StopAutomationExecutionRequest(_a0 *ssm.StopAutomationExecutionInput) (*request.Request, *ssm.StopAutomationExecutionOutput)

StopAutomationExecutionRequest provides a mock function with given fields: _a0

func (*SSMAPI) StopAutomationExecutionWithContext

func (_m *SSMAPI) StopAutomationExecutionWithContext(_a0 context.Context, _a1 *ssm.StopAutomationExecutionInput, _a2 ...request.Option) (*ssm.StopAutomationExecutionOutput, error)

StopAutomationExecutionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) TerminateSession

func (_m *SSMAPI) TerminateSession(_a0 *ssm.TerminateSessionInput) (*ssm.TerminateSessionOutput, error)

TerminateSession provides a mock function with given fields: _a0

func (*SSMAPI) TerminateSessionRequest

func (_m *SSMAPI) TerminateSessionRequest(_a0 *ssm.TerminateSessionInput) (*request.Request, *ssm.TerminateSessionOutput)

TerminateSessionRequest provides a mock function with given fields: _a0

func (*SSMAPI) TerminateSessionWithContext

func (_m *SSMAPI) TerminateSessionWithContext(_a0 context.Context, _a1 *ssm.TerminateSessionInput, _a2 ...request.Option) (*ssm.TerminateSessionOutput, error)

TerminateSessionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) UpdateAssociation

func (_m *SSMAPI) UpdateAssociation(_a0 *ssm.UpdateAssociationInput) (*ssm.UpdateAssociationOutput, error)

UpdateAssociation provides a mock function with given fields: _a0

func (*SSMAPI) UpdateAssociationRequest

func (_m *SSMAPI) UpdateAssociationRequest(_a0 *ssm.UpdateAssociationInput) (*request.Request, *ssm.UpdateAssociationOutput)

UpdateAssociationRequest provides a mock function with given fields: _a0

func (*SSMAPI) UpdateAssociationStatus

func (_m *SSMAPI) UpdateAssociationStatus(_a0 *ssm.UpdateAssociationStatusInput) (*ssm.UpdateAssociationStatusOutput, error)

UpdateAssociationStatus provides a mock function with given fields: _a0

func (*SSMAPI) UpdateAssociationStatusRequest

func (_m *SSMAPI) UpdateAssociationStatusRequest(_a0 *ssm.UpdateAssociationStatusInput) (*request.Request, *ssm.UpdateAssociationStatusOutput)

UpdateAssociationStatusRequest provides a mock function with given fields: _a0

func (*SSMAPI) UpdateAssociationStatusWithContext

func (_m *SSMAPI) UpdateAssociationStatusWithContext(_a0 context.Context, _a1 *ssm.UpdateAssociationStatusInput, _a2 ...request.Option) (*ssm.UpdateAssociationStatusOutput, error)

UpdateAssociationStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) UpdateAssociationWithContext

func (_m *SSMAPI) UpdateAssociationWithContext(_a0 context.Context, _a1 *ssm.UpdateAssociationInput, _a2 ...request.Option) (*ssm.UpdateAssociationOutput, error)

UpdateAssociationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) UpdateDocument

func (_m *SSMAPI) UpdateDocument(_a0 *ssm.UpdateDocumentInput) (*ssm.UpdateDocumentOutput, error)

UpdateDocument provides a mock function with given fields: _a0

func (*SSMAPI) UpdateDocumentDefaultVersion

func (_m *SSMAPI) UpdateDocumentDefaultVersion(_a0 *ssm.UpdateDocumentDefaultVersionInput) (*ssm.UpdateDocumentDefaultVersionOutput, error)

UpdateDocumentDefaultVersion provides a mock function with given fields: _a0

func (*SSMAPI) UpdateDocumentDefaultVersionRequest

func (_m *SSMAPI) UpdateDocumentDefaultVersionRequest(_a0 *ssm.UpdateDocumentDefaultVersionInput) (*request.Request, *ssm.UpdateDocumentDefaultVersionOutput)

UpdateDocumentDefaultVersionRequest provides a mock function with given fields: _a0

func (*SSMAPI) UpdateDocumentDefaultVersionWithContext

func (_m *SSMAPI) UpdateDocumentDefaultVersionWithContext(_a0 context.Context, _a1 *ssm.UpdateDocumentDefaultVersionInput, _a2 ...request.Option) (*ssm.UpdateDocumentDefaultVersionOutput, error)

UpdateDocumentDefaultVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) UpdateDocumentMetadata added in v0.33.6

func (_m *SSMAPI) UpdateDocumentMetadata(_a0 *ssm.UpdateDocumentMetadataInput) (*ssm.UpdateDocumentMetadataOutput, error)

UpdateDocumentMetadata provides a mock function with given fields: _a0

func (*SSMAPI) UpdateDocumentMetadataRequest added in v0.33.6

func (_m *SSMAPI) UpdateDocumentMetadataRequest(_a0 *ssm.UpdateDocumentMetadataInput) (*request.Request, *ssm.UpdateDocumentMetadataOutput)

UpdateDocumentMetadataRequest provides a mock function with given fields: _a0

func (*SSMAPI) UpdateDocumentMetadataWithContext added in v0.33.6

func (_m *SSMAPI) UpdateDocumentMetadataWithContext(_a0 context.Context, _a1 *ssm.UpdateDocumentMetadataInput, _a2 ...request.Option) (*ssm.UpdateDocumentMetadataOutput, error)

UpdateDocumentMetadataWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) UpdateDocumentRequest

func (_m *SSMAPI) UpdateDocumentRequest(_a0 *ssm.UpdateDocumentInput) (*request.Request, *ssm.UpdateDocumentOutput)

UpdateDocumentRequest provides a mock function with given fields: _a0

func (*SSMAPI) UpdateDocumentWithContext

func (_m *SSMAPI) UpdateDocumentWithContext(_a0 context.Context, _a1 *ssm.UpdateDocumentInput, _a2 ...request.Option) (*ssm.UpdateDocumentOutput, error)

UpdateDocumentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) UpdateMaintenanceWindow

func (_m *SSMAPI) UpdateMaintenanceWindow(_a0 *ssm.UpdateMaintenanceWindowInput) (*ssm.UpdateMaintenanceWindowOutput, error)

UpdateMaintenanceWindow provides a mock function with given fields: _a0

func (*SSMAPI) UpdateMaintenanceWindowRequest

func (_m *SSMAPI) UpdateMaintenanceWindowRequest(_a0 *ssm.UpdateMaintenanceWindowInput) (*request.Request, *ssm.UpdateMaintenanceWindowOutput)

UpdateMaintenanceWindowRequest provides a mock function with given fields: _a0

func (*SSMAPI) UpdateMaintenanceWindowTarget

func (_m *SSMAPI) UpdateMaintenanceWindowTarget(_a0 *ssm.UpdateMaintenanceWindowTargetInput) (*ssm.UpdateMaintenanceWindowTargetOutput, error)

UpdateMaintenanceWindowTarget provides a mock function with given fields: _a0

func (*SSMAPI) UpdateMaintenanceWindowTargetRequest

func (_m *SSMAPI) UpdateMaintenanceWindowTargetRequest(_a0 *ssm.UpdateMaintenanceWindowTargetInput) (*request.Request, *ssm.UpdateMaintenanceWindowTargetOutput)

UpdateMaintenanceWindowTargetRequest provides a mock function with given fields: _a0

func (*SSMAPI) UpdateMaintenanceWindowTargetWithContext

func (_m *SSMAPI) UpdateMaintenanceWindowTargetWithContext(_a0 context.Context, _a1 *ssm.UpdateMaintenanceWindowTargetInput, _a2 ...request.Option) (*ssm.UpdateMaintenanceWindowTargetOutput, error)

UpdateMaintenanceWindowTargetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) UpdateMaintenanceWindowTask

func (_m *SSMAPI) UpdateMaintenanceWindowTask(_a0 *ssm.UpdateMaintenanceWindowTaskInput) (*ssm.UpdateMaintenanceWindowTaskOutput, error)

UpdateMaintenanceWindowTask provides a mock function with given fields: _a0

func (*SSMAPI) UpdateMaintenanceWindowTaskRequest

func (_m *SSMAPI) UpdateMaintenanceWindowTaskRequest(_a0 *ssm.UpdateMaintenanceWindowTaskInput) (*request.Request, *ssm.UpdateMaintenanceWindowTaskOutput)

UpdateMaintenanceWindowTaskRequest provides a mock function with given fields: _a0

func (*SSMAPI) UpdateMaintenanceWindowTaskWithContext

func (_m *SSMAPI) UpdateMaintenanceWindowTaskWithContext(_a0 context.Context, _a1 *ssm.UpdateMaintenanceWindowTaskInput, _a2 ...request.Option) (*ssm.UpdateMaintenanceWindowTaskOutput, error)

UpdateMaintenanceWindowTaskWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) UpdateMaintenanceWindowWithContext

func (_m *SSMAPI) UpdateMaintenanceWindowWithContext(_a0 context.Context, _a1 *ssm.UpdateMaintenanceWindowInput, _a2 ...request.Option) (*ssm.UpdateMaintenanceWindowOutput, error)

UpdateMaintenanceWindowWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) UpdateManagedInstanceRole

func (_m *SSMAPI) UpdateManagedInstanceRole(_a0 *ssm.UpdateManagedInstanceRoleInput) (*ssm.UpdateManagedInstanceRoleOutput, error)

UpdateManagedInstanceRole provides a mock function with given fields: _a0

func (*SSMAPI) UpdateManagedInstanceRoleRequest

func (_m *SSMAPI) UpdateManagedInstanceRoleRequest(_a0 *ssm.UpdateManagedInstanceRoleInput) (*request.Request, *ssm.UpdateManagedInstanceRoleOutput)

UpdateManagedInstanceRoleRequest provides a mock function with given fields: _a0

func (*SSMAPI) UpdateManagedInstanceRoleWithContext

func (_m *SSMAPI) UpdateManagedInstanceRoleWithContext(_a0 context.Context, _a1 *ssm.UpdateManagedInstanceRoleInput, _a2 ...request.Option) (*ssm.UpdateManagedInstanceRoleOutput, error)

UpdateManagedInstanceRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) UpdateOpsItem

func (_m *SSMAPI) UpdateOpsItem(_a0 *ssm.UpdateOpsItemInput) (*ssm.UpdateOpsItemOutput, error)

UpdateOpsItem provides a mock function with given fields: _a0

func (*SSMAPI) UpdateOpsItemRequest

func (_m *SSMAPI) UpdateOpsItemRequest(_a0 *ssm.UpdateOpsItemInput) (*request.Request, *ssm.UpdateOpsItemOutput)

UpdateOpsItemRequest provides a mock function with given fields: _a0

func (*SSMAPI) UpdateOpsItemWithContext

func (_m *SSMAPI) UpdateOpsItemWithContext(_a0 context.Context, _a1 *ssm.UpdateOpsItemInput, _a2 ...request.Option) (*ssm.UpdateOpsItemOutput, error)

UpdateOpsItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) UpdateOpsMetadata added in v0.33.6

func (_m *SSMAPI) UpdateOpsMetadata(_a0 *ssm.UpdateOpsMetadataInput) (*ssm.UpdateOpsMetadataOutput, error)

UpdateOpsMetadata provides a mock function with given fields: _a0

func (*SSMAPI) UpdateOpsMetadataRequest added in v0.33.6

func (_m *SSMAPI) UpdateOpsMetadataRequest(_a0 *ssm.UpdateOpsMetadataInput) (*request.Request, *ssm.UpdateOpsMetadataOutput)

UpdateOpsMetadataRequest provides a mock function with given fields: _a0

func (*SSMAPI) UpdateOpsMetadataWithContext added in v0.33.6

func (_m *SSMAPI) UpdateOpsMetadataWithContext(_a0 context.Context, _a1 *ssm.UpdateOpsMetadataInput, _a2 ...request.Option) (*ssm.UpdateOpsMetadataOutput, error)

UpdateOpsMetadataWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) UpdatePatchBaseline

func (_m *SSMAPI) UpdatePatchBaseline(_a0 *ssm.UpdatePatchBaselineInput) (*ssm.UpdatePatchBaselineOutput, error)

UpdatePatchBaseline provides a mock function with given fields: _a0

func (*SSMAPI) UpdatePatchBaselineRequest

func (_m *SSMAPI) UpdatePatchBaselineRequest(_a0 *ssm.UpdatePatchBaselineInput) (*request.Request, *ssm.UpdatePatchBaselineOutput)

UpdatePatchBaselineRequest provides a mock function with given fields: _a0

func (*SSMAPI) UpdatePatchBaselineWithContext

func (_m *SSMAPI) UpdatePatchBaselineWithContext(_a0 context.Context, _a1 *ssm.UpdatePatchBaselineInput, _a2 ...request.Option) (*ssm.UpdatePatchBaselineOutput, error)

UpdatePatchBaselineWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) UpdateResourceDataSync added in v0.32.0

func (_m *SSMAPI) UpdateResourceDataSync(_a0 *ssm.UpdateResourceDataSyncInput) (*ssm.UpdateResourceDataSyncOutput, error)

UpdateResourceDataSync provides a mock function with given fields: _a0

func (*SSMAPI) UpdateResourceDataSyncRequest added in v0.32.0

func (_m *SSMAPI) UpdateResourceDataSyncRequest(_a0 *ssm.UpdateResourceDataSyncInput) (*request.Request, *ssm.UpdateResourceDataSyncOutput)

UpdateResourceDataSyncRequest provides a mock function with given fields: _a0

func (*SSMAPI) UpdateResourceDataSyncWithContext added in v0.32.0

func (_m *SSMAPI) UpdateResourceDataSyncWithContext(_a0 context.Context, _a1 *ssm.UpdateResourceDataSyncInput, _a2 ...request.Option) (*ssm.UpdateResourceDataSyncOutput, error)

UpdateResourceDataSyncWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) UpdateServiceSetting

func (_m *SSMAPI) UpdateServiceSetting(_a0 *ssm.UpdateServiceSettingInput) (*ssm.UpdateServiceSettingOutput, error)

UpdateServiceSetting provides a mock function with given fields: _a0

func (*SSMAPI) UpdateServiceSettingRequest

func (_m *SSMAPI) UpdateServiceSettingRequest(_a0 *ssm.UpdateServiceSettingInput) (*request.Request, *ssm.UpdateServiceSettingOutput)

UpdateServiceSettingRequest provides a mock function with given fields: _a0

func (*SSMAPI) UpdateServiceSettingWithContext

func (_m *SSMAPI) UpdateServiceSettingWithContext(_a0 context.Context, _a1 *ssm.UpdateServiceSettingInput, _a2 ...request.Option) (*ssm.UpdateServiceSettingOutput, error)

UpdateServiceSettingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*SSMAPI) WaitUntilCommandExecuted added in v0.32.0

func (_m *SSMAPI) WaitUntilCommandExecuted(_a0 *ssm.GetCommandInvocationInput) error

WaitUntilCommandExecuted provides a mock function with given fields: _a0

func (*SSMAPI) WaitUntilCommandExecutedWithContext added in v0.32.0

func (_m *SSMAPI) WaitUntilCommandExecutedWithContext(_a0 context.Context, _a1 *ssm.GetCommandInvocationInput, _a2 ...request.WaiterOption) error

WaitUntilCommandExecutedWithContext provides a mock function with given fields: _a0, _a1, _a2

type STSAPI

type STSAPI struct {
	mock.Mock
}

STSAPI is an autogenerated mock type for the STSAPI type

func (*STSAPI) AssumeRole

func (_m *STSAPI) AssumeRole(_a0 *sts.AssumeRoleInput) (*sts.AssumeRoleOutput, error)

AssumeRole provides a mock function with given fields: _a0

func (*STSAPI) AssumeRoleRequest

func (_m *STSAPI) AssumeRoleRequest(_a0 *sts.AssumeRoleInput) (*request.Request, *sts.AssumeRoleOutput)

AssumeRoleRequest provides a mock function with given fields: _a0

func (*STSAPI) AssumeRoleWithContext

func (_m *STSAPI) AssumeRoleWithContext(_a0 context.Context, _a1 *sts.AssumeRoleInput, _a2 ...request.Option) (*sts.AssumeRoleOutput, error)

AssumeRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*STSAPI) AssumeRoleWithSAML

func (_m *STSAPI) AssumeRoleWithSAML(_a0 *sts.AssumeRoleWithSAMLInput) (*sts.AssumeRoleWithSAMLOutput, error)

AssumeRoleWithSAML provides a mock function with given fields: _a0

func (*STSAPI) AssumeRoleWithSAMLRequest

func (_m *STSAPI) AssumeRoleWithSAMLRequest(_a0 *sts.AssumeRoleWithSAMLInput) (*request.Request, *sts.AssumeRoleWithSAMLOutput)

AssumeRoleWithSAMLRequest provides a mock function with given fields: _a0

func (*STSAPI) AssumeRoleWithSAMLWithContext

func (_m *STSAPI) AssumeRoleWithSAMLWithContext(_a0 context.Context, _a1 *sts.AssumeRoleWithSAMLInput, _a2 ...request.Option) (*sts.AssumeRoleWithSAMLOutput, error)

AssumeRoleWithSAMLWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*STSAPI) AssumeRoleWithWebIdentity

func (_m *STSAPI) AssumeRoleWithWebIdentity(_a0 *sts.AssumeRoleWithWebIdentityInput) (*sts.AssumeRoleWithWebIdentityOutput, error)

AssumeRoleWithWebIdentity provides a mock function with given fields: _a0

func (*STSAPI) AssumeRoleWithWebIdentityRequest

func (_m *STSAPI) AssumeRoleWithWebIdentityRequest(_a0 *sts.AssumeRoleWithWebIdentityInput) (*request.Request, *sts.AssumeRoleWithWebIdentityOutput)

AssumeRoleWithWebIdentityRequest provides a mock function with given fields: _a0

func (*STSAPI) AssumeRoleWithWebIdentityWithContext

func (_m *STSAPI) AssumeRoleWithWebIdentityWithContext(_a0 context.Context, _a1 *sts.AssumeRoleWithWebIdentityInput, _a2 ...request.Option) (*sts.AssumeRoleWithWebIdentityOutput, error)

AssumeRoleWithWebIdentityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*STSAPI) DecodeAuthorizationMessage

func (_m *STSAPI) DecodeAuthorizationMessage(_a0 *sts.DecodeAuthorizationMessageInput) (*sts.DecodeAuthorizationMessageOutput, error)

DecodeAuthorizationMessage provides a mock function with given fields: _a0

func (*STSAPI) DecodeAuthorizationMessageRequest

func (_m *STSAPI) DecodeAuthorizationMessageRequest(_a0 *sts.DecodeAuthorizationMessageInput) (*request.Request, *sts.DecodeAuthorizationMessageOutput)

DecodeAuthorizationMessageRequest provides a mock function with given fields: _a0

func (*STSAPI) DecodeAuthorizationMessageWithContext

func (_m *STSAPI) DecodeAuthorizationMessageWithContext(_a0 context.Context, _a1 *sts.DecodeAuthorizationMessageInput, _a2 ...request.Option) (*sts.DecodeAuthorizationMessageOutput, error)

DecodeAuthorizationMessageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*STSAPI) GetAccessKeyInfo

func (_m *STSAPI) GetAccessKeyInfo(_a0 *sts.GetAccessKeyInfoInput) (*sts.GetAccessKeyInfoOutput, error)

GetAccessKeyInfo provides a mock function with given fields: _a0

func (*STSAPI) GetAccessKeyInfoRequest

func (_m *STSAPI) GetAccessKeyInfoRequest(_a0 *sts.GetAccessKeyInfoInput) (*request.Request, *sts.GetAccessKeyInfoOutput)

GetAccessKeyInfoRequest provides a mock function with given fields: _a0

func (*STSAPI) GetAccessKeyInfoWithContext

func (_m *STSAPI) GetAccessKeyInfoWithContext(_a0 context.Context, _a1 *sts.GetAccessKeyInfoInput, _a2 ...request.Option) (*sts.GetAccessKeyInfoOutput, error)

GetAccessKeyInfoWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*STSAPI) GetCallerIdentity

func (_m *STSAPI) GetCallerIdentity(_a0 *sts.GetCallerIdentityInput) (*sts.GetCallerIdentityOutput, error)

GetCallerIdentity provides a mock function with given fields: _a0

func (*STSAPI) GetCallerIdentityRequest

func (_m *STSAPI) GetCallerIdentityRequest(_a0 *sts.GetCallerIdentityInput) (*request.Request, *sts.GetCallerIdentityOutput)

GetCallerIdentityRequest provides a mock function with given fields: _a0

func (*STSAPI) GetCallerIdentityWithContext

func (_m *STSAPI) GetCallerIdentityWithContext(_a0 context.Context, _a1 *sts.GetCallerIdentityInput, _a2 ...request.Option) (*sts.GetCallerIdentityOutput, error)

GetCallerIdentityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*STSAPI) GetFederationToken

func (_m *STSAPI) GetFederationToken(_a0 *sts.GetFederationTokenInput) (*sts.GetFederationTokenOutput, error)

GetFederationToken provides a mock function with given fields: _a0

func (*STSAPI) GetFederationTokenRequest

func (_m *STSAPI) GetFederationTokenRequest(_a0 *sts.GetFederationTokenInput) (*request.Request, *sts.GetFederationTokenOutput)

GetFederationTokenRequest provides a mock function with given fields: _a0

func (*STSAPI) GetFederationTokenWithContext

func (_m *STSAPI) GetFederationTokenWithContext(_a0 context.Context, _a1 *sts.GetFederationTokenInput, _a2 ...request.Option) (*sts.GetFederationTokenOutput, error)

GetFederationTokenWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*STSAPI) GetSessionToken

func (_m *STSAPI) GetSessionToken(_a0 *sts.GetSessionTokenInput) (*sts.GetSessionTokenOutput, error)

GetSessionToken provides a mock function with given fields: _a0

func (*STSAPI) GetSessionTokenRequest

func (_m *STSAPI) GetSessionTokenRequest(_a0 *sts.GetSessionTokenInput) (*request.Request, *sts.GetSessionTokenOutput)

GetSessionTokenRequest provides a mock function with given fields: _a0

func (*STSAPI) GetSessionTokenWithContext

func (_m *STSAPI) GetSessionTokenWithContext(_a0 context.Context, _a1 *sts.GetSessionTokenInput, _a2 ...request.Option) (*sts.GetSessionTokenOutput, error)

GetSessionTokenWithContext provides a mock function with given fields: _a0, _a1, _a2

Jump to

Keyboard shortcuts

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