mockawssdk

package
v0.68.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Package mockawssdk is a generated GoMock package.

Package mockawssdk to create the mocks run go generate to regenerate this package.

Package mockawssdk is a generated GoMock package.

Package mockawssdk is a generated GoMock package.

Package mockawssdk is a generated GoMock package.

Package mockawssdk is a generated GoMock package.

Package mockawssdk is a generated GoMock package.

Package mockawssdk is a generated GoMock package.

Package mockawssdk is a generated GoMock package.

Package mockawssdk is a generated GoMock package.

Package mockawssdk is a generated GoMock package.

Package mockawssdk is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockACMAPI

type MockACMAPI struct {
	// contains filtered or unexported fields
}

MockACMAPI is a mock of ACMAPI interface

func NewMockACMAPI

func NewMockACMAPI(ctrl *gomock.Controller) *MockACMAPI

NewMockACMAPI creates a new mock instance

func (*MockACMAPI) EXPECT

func (m *MockACMAPI) EXPECT() *MockACMAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockACMAPI) ListCertificates

func (m *MockACMAPI) ListCertificates(arg0 context.Context, arg1 *acm.ListCertificatesInput, arg2 ...func(*acm.Options)) (*acm.ListCertificatesOutput, error)

ListCertificates mocks base method

func (*MockACMAPI) ListTagsForCertificate

func (m *MockACMAPI) ListTagsForCertificate(arg0 context.Context, arg1 *acm.ListTagsForCertificateInput, arg2 ...func(*acm.Options)) (*acm.ListTagsForCertificateOutput, error)

ListTagsForCertificate mocks base method

type MockACMAPIMockRecorder

type MockACMAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockACMAPIMockRecorder is the mock recorder for MockACMAPI

func (*MockACMAPIMockRecorder) ListCertificates

func (mr *MockACMAPIMockRecorder) ListCertificates(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCertificates indicates an expected call of ListCertificates

func (*MockACMAPIMockRecorder) ListTagsForCertificate

func (mr *MockACMAPIMockRecorder) ListTagsForCertificate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForCertificate indicates an expected call of ListTagsForCertificate

type MockDynamoDBAPI added in v0.24.0

type MockDynamoDBAPI struct {
	// contains filtered or unexported fields
}

MockDynamoDBAPI is a mock of DynamoDBAPI interface

func NewMockDynamoDBAPI added in v0.24.0

func NewMockDynamoDBAPI(ctrl *gomock.Controller) *MockDynamoDBAPI

NewMockDynamoDBAPI creates a new mock instance

func (*MockDynamoDBAPI) BatchExecuteStatement added in v0.43.0

BatchExecuteStatement mocks base method

func (*MockDynamoDBAPI) BatchExecuteStatementRequest added in v0.43.0

BatchExecuteStatementRequest mocks base method

func (*MockDynamoDBAPI) BatchExecuteStatementWithContext added in v0.43.0

func (m *MockDynamoDBAPI) BatchExecuteStatementWithContext(arg0 context.Context, arg1 *dynamodb.BatchExecuteStatementInput, arg2 ...request.Option) (*dynamodb.BatchExecuteStatementOutput, error)

BatchExecuteStatementWithContext mocks base method

func (*MockDynamoDBAPI) BatchGetItem added in v0.24.0

BatchGetItem mocks base method

func (*MockDynamoDBAPI) BatchGetItemPages added in v0.24.0

func (m *MockDynamoDBAPI) BatchGetItemPages(arg0 *dynamodb.BatchGetItemInput, arg1 func(*dynamodb.BatchGetItemOutput, bool) bool) error

BatchGetItemPages mocks base method

func (*MockDynamoDBAPI) BatchGetItemPagesWithContext added in v0.24.0

func (m *MockDynamoDBAPI) BatchGetItemPagesWithContext(arg0 context.Context, arg1 *dynamodb.BatchGetItemInput, arg2 func(*dynamodb.BatchGetItemOutput, bool) bool, arg3 ...request.Option) error

BatchGetItemPagesWithContext mocks base method

func (*MockDynamoDBAPI) BatchGetItemRequest added in v0.24.0

BatchGetItemRequest mocks base method

func (*MockDynamoDBAPI) BatchGetItemWithContext added in v0.24.0

func (m *MockDynamoDBAPI) BatchGetItemWithContext(arg0 context.Context, arg1 *dynamodb.BatchGetItemInput, arg2 ...request.Option) (*dynamodb.BatchGetItemOutput, error)

BatchGetItemWithContext mocks base method

func (*MockDynamoDBAPI) BatchWriteItem added in v0.24.0

BatchWriteItem mocks base method

func (*MockDynamoDBAPI) BatchWriteItemRequest added in v0.24.0

BatchWriteItemRequest mocks base method

func (*MockDynamoDBAPI) BatchWriteItemWithContext added in v0.24.0

func (m *MockDynamoDBAPI) BatchWriteItemWithContext(arg0 context.Context, arg1 *dynamodb.BatchWriteItemInput, arg2 ...request.Option) (*dynamodb.BatchWriteItemOutput, error)

BatchWriteItemWithContext mocks base method

func (*MockDynamoDBAPI) CreateBackup added in v0.24.0

CreateBackup mocks base method

func (*MockDynamoDBAPI) CreateBackupRequest added in v0.24.0

CreateBackupRequest mocks base method

func (*MockDynamoDBAPI) CreateBackupWithContext added in v0.24.0

func (m *MockDynamoDBAPI) CreateBackupWithContext(arg0 context.Context, arg1 *dynamodb.CreateBackupInput, arg2 ...request.Option) (*dynamodb.CreateBackupOutput, error)

CreateBackupWithContext mocks base method

func (*MockDynamoDBAPI) CreateGlobalTable added in v0.24.0

CreateGlobalTable mocks base method

func (*MockDynamoDBAPI) CreateGlobalTableRequest added in v0.24.0

CreateGlobalTableRequest mocks base method

func (*MockDynamoDBAPI) CreateGlobalTableWithContext added in v0.24.0

func (m *MockDynamoDBAPI) CreateGlobalTableWithContext(arg0 context.Context, arg1 *dynamodb.CreateGlobalTableInput, arg2 ...request.Option) (*dynamodb.CreateGlobalTableOutput, error)

CreateGlobalTableWithContext mocks base method

func (*MockDynamoDBAPI) CreateTable added in v0.24.0

CreateTable mocks base method

func (*MockDynamoDBAPI) CreateTableRequest added in v0.24.0

CreateTableRequest mocks base method

func (*MockDynamoDBAPI) CreateTableWithContext added in v0.24.0

func (m *MockDynamoDBAPI) CreateTableWithContext(arg0 context.Context, arg1 *dynamodb.CreateTableInput, arg2 ...request.Option) (*dynamodb.CreateTableOutput, error)

CreateTableWithContext mocks base method

func (*MockDynamoDBAPI) DeleteBackup added in v0.24.0

DeleteBackup mocks base method

func (*MockDynamoDBAPI) DeleteBackupRequest added in v0.24.0

DeleteBackupRequest mocks base method

func (*MockDynamoDBAPI) DeleteBackupWithContext added in v0.24.0

func (m *MockDynamoDBAPI) DeleteBackupWithContext(arg0 context.Context, arg1 *dynamodb.DeleteBackupInput, arg2 ...request.Option) (*dynamodb.DeleteBackupOutput, error)

DeleteBackupWithContext mocks base method

func (*MockDynamoDBAPI) DeleteItem added in v0.24.0

DeleteItem mocks base method

func (*MockDynamoDBAPI) DeleteItemRequest added in v0.24.0

DeleteItemRequest mocks base method

func (*MockDynamoDBAPI) DeleteItemWithContext added in v0.24.0

func (m *MockDynamoDBAPI) DeleteItemWithContext(arg0 context.Context, arg1 *dynamodb.DeleteItemInput, arg2 ...request.Option) (*dynamodb.DeleteItemOutput, error)

DeleteItemWithContext mocks base method

func (*MockDynamoDBAPI) DeleteTable added in v0.24.0

DeleteTable mocks base method

func (*MockDynamoDBAPI) DeleteTableRequest added in v0.24.0

DeleteTableRequest mocks base method

func (*MockDynamoDBAPI) DeleteTableWithContext added in v0.24.0

func (m *MockDynamoDBAPI) DeleteTableWithContext(arg0 context.Context, arg1 *dynamodb.DeleteTableInput, arg2 ...request.Option) (*dynamodb.DeleteTableOutput, error)

DeleteTableWithContext mocks base method

func (*MockDynamoDBAPI) DescribeBackup added in v0.24.0

DescribeBackup mocks base method

func (*MockDynamoDBAPI) DescribeBackupRequest added in v0.24.0

DescribeBackupRequest mocks base method

func (*MockDynamoDBAPI) DescribeBackupWithContext added in v0.24.0

func (m *MockDynamoDBAPI) DescribeBackupWithContext(arg0 context.Context, arg1 *dynamodb.DescribeBackupInput, arg2 ...request.Option) (*dynamodb.DescribeBackupOutput, error)

DescribeBackupWithContext mocks base method

func (*MockDynamoDBAPI) DescribeContinuousBackups added in v0.24.0

DescribeContinuousBackups mocks base method

func (*MockDynamoDBAPI) DescribeContinuousBackupsRequest added in v0.24.0

DescribeContinuousBackupsRequest mocks base method

func (*MockDynamoDBAPI) DescribeContinuousBackupsWithContext added in v0.24.0

func (m *MockDynamoDBAPI) DescribeContinuousBackupsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeContinuousBackupsInput, arg2 ...request.Option) (*dynamodb.DescribeContinuousBackupsOutput, error)

DescribeContinuousBackupsWithContext mocks base method

func (*MockDynamoDBAPI) DescribeContributorInsights added in v0.24.0

DescribeContributorInsights mocks base method

func (*MockDynamoDBAPI) DescribeContributorInsightsRequest added in v0.24.0

DescribeContributorInsightsRequest mocks base method

func (*MockDynamoDBAPI) DescribeContributorInsightsWithContext added in v0.24.0

func (m *MockDynamoDBAPI) DescribeContributorInsightsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeContributorInsightsInput, arg2 ...request.Option) (*dynamodb.DescribeContributorInsightsOutput, error)

DescribeContributorInsightsWithContext mocks base method

func (*MockDynamoDBAPI) DescribeEndpoints added in v0.24.0

DescribeEndpoints mocks base method

func (*MockDynamoDBAPI) DescribeEndpointsRequest added in v0.24.0

DescribeEndpointsRequest mocks base method

func (*MockDynamoDBAPI) DescribeEndpointsWithContext added in v0.24.0

func (m *MockDynamoDBAPI) DescribeEndpointsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeEndpointsInput, arg2 ...request.Option) (*dynamodb.DescribeEndpointsOutput, error)

DescribeEndpointsWithContext mocks base method

func (*MockDynamoDBAPI) DescribeExport added in v0.43.0

DescribeExport mocks base method

func (*MockDynamoDBAPI) DescribeExportRequest added in v0.43.0

DescribeExportRequest mocks base method

func (*MockDynamoDBAPI) DescribeExportWithContext added in v0.43.0

func (m *MockDynamoDBAPI) DescribeExportWithContext(arg0 context.Context, arg1 *dynamodb.DescribeExportInput, arg2 ...request.Option) (*dynamodb.DescribeExportOutput, error)

DescribeExportWithContext mocks base method

func (*MockDynamoDBAPI) DescribeGlobalTable added in v0.24.0

DescribeGlobalTable mocks base method

func (*MockDynamoDBAPI) DescribeGlobalTableRequest added in v0.24.0

DescribeGlobalTableRequest mocks base method

func (*MockDynamoDBAPI) DescribeGlobalTableSettings added in v0.24.0

DescribeGlobalTableSettings mocks base method

func (*MockDynamoDBAPI) DescribeGlobalTableSettingsRequest added in v0.24.0

DescribeGlobalTableSettingsRequest mocks base method

func (*MockDynamoDBAPI) DescribeGlobalTableSettingsWithContext added in v0.24.0

func (m *MockDynamoDBAPI) DescribeGlobalTableSettingsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeGlobalTableSettingsInput, arg2 ...request.Option) (*dynamodb.DescribeGlobalTableSettingsOutput, error)

DescribeGlobalTableSettingsWithContext mocks base method

func (*MockDynamoDBAPI) DescribeGlobalTableWithContext added in v0.24.0

func (m *MockDynamoDBAPI) DescribeGlobalTableWithContext(arg0 context.Context, arg1 *dynamodb.DescribeGlobalTableInput, arg2 ...request.Option) (*dynamodb.DescribeGlobalTableOutput, error)

DescribeGlobalTableWithContext mocks base method

func (*MockDynamoDBAPI) DescribeKinesisStreamingDestination added in v0.43.0

DescribeKinesisStreamingDestination mocks base method

func (*MockDynamoDBAPI) DescribeKinesisStreamingDestinationRequest added in v0.43.0

DescribeKinesisStreamingDestinationRequest mocks base method

func (*MockDynamoDBAPI) DescribeKinesisStreamingDestinationWithContext added in v0.43.0

DescribeKinesisStreamingDestinationWithContext mocks base method

func (*MockDynamoDBAPI) DescribeLimits added in v0.24.0

DescribeLimits mocks base method

func (*MockDynamoDBAPI) DescribeLimitsRequest added in v0.24.0

DescribeLimitsRequest mocks base method

func (*MockDynamoDBAPI) DescribeLimitsWithContext added in v0.24.0

func (m *MockDynamoDBAPI) DescribeLimitsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeLimitsInput, arg2 ...request.Option) (*dynamodb.DescribeLimitsOutput, error)

DescribeLimitsWithContext mocks base method

func (*MockDynamoDBAPI) DescribeTable added in v0.24.0

DescribeTable mocks base method

func (*MockDynamoDBAPI) DescribeTableReplicaAutoScaling added in v0.24.0

DescribeTableReplicaAutoScaling mocks base method

func (*MockDynamoDBAPI) DescribeTableReplicaAutoScalingRequest added in v0.24.0

DescribeTableReplicaAutoScalingRequest mocks base method

func (*MockDynamoDBAPI) DescribeTableReplicaAutoScalingWithContext added in v0.24.0

DescribeTableReplicaAutoScalingWithContext mocks base method

func (*MockDynamoDBAPI) DescribeTableRequest added in v0.24.0

DescribeTableRequest mocks base method

func (*MockDynamoDBAPI) DescribeTableWithContext added in v0.24.0

func (m *MockDynamoDBAPI) DescribeTableWithContext(arg0 context.Context, arg1 *dynamodb.DescribeTableInput, arg2 ...request.Option) (*dynamodb.DescribeTableOutput, error)

DescribeTableWithContext mocks base method

func (*MockDynamoDBAPI) DescribeTimeToLive added in v0.24.0

DescribeTimeToLive mocks base method

func (*MockDynamoDBAPI) DescribeTimeToLiveRequest added in v0.24.0

DescribeTimeToLiveRequest mocks base method

func (*MockDynamoDBAPI) DescribeTimeToLiveWithContext added in v0.24.0

func (m *MockDynamoDBAPI) DescribeTimeToLiveWithContext(arg0 context.Context, arg1 *dynamodb.DescribeTimeToLiveInput, arg2 ...request.Option) (*dynamodb.DescribeTimeToLiveOutput, error)

DescribeTimeToLiveWithContext mocks base method

func (*MockDynamoDBAPI) DisableKinesisStreamingDestination added in v0.43.0

DisableKinesisStreamingDestination mocks base method

func (*MockDynamoDBAPI) DisableKinesisStreamingDestinationRequest added in v0.43.0

DisableKinesisStreamingDestinationRequest mocks base method

func (*MockDynamoDBAPI) DisableKinesisStreamingDestinationWithContext added in v0.43.0

DisableKinesisStreamingDestinationWithContext mocks base method

func (*MockDynamoDBAPI) EXPECT added in v0.24.0

EXPECT returns an object that allows the caller to indicate expected use

func (*MockDynamoDBAPI) EnableKinesisStreamingDestination added in v0.43.0

EnableKinesisStreamingDestination mocks base method

func (*MockDynamoDBAPI) EnableKinesisStreamingDestinationRequest added in v0.43.0

EnableKinesisStreamingDestinationRequest mocks base method

func (*MockDynamoDBAPI) EnableKinesisStreamingDestinationWithContext added in v0.43.0

EnableKinesisStreamingDestinationWithContext mocks base method

func (*MockDynamoDBAPI) ExecuteStatement added in v0.43.0

ExecuteStatement mocks base method

func (*MockDynamoDBAPI) ExecuteStatementRequest added in v0.43.0

ExecuteStatementRequest mocks base method

func (*MockDynamoDBAPI) ExecuteStatementWithContext added in v0.43.0

func (m *MockDynamoDBAPI) ExecuteStatementWithContext(arg0 context.Context, arg1 *dynamodb.ExecuteStatementInput, arg2 ...request.Option) (*dynamodb.ExecuteStatementOutput, error)

ExecuteStatementWithContext mocks base method

func (*MockDynamoDBAPI) ExecuteTransaction added in v0.43.0

ExecuteTransaction mocks base method

func (*MockDynamoDBAPI) ExecuteTransactionRequest added in v0.43.0

ExecuteTransactionRequest mocks base method

func (*MockDynamoDBAPI) ExecuteTransactionWithContext added in v0.43.0

func (m *MockDynamoDBAPI) ExecuteTransactionWithContext(arg0 context.Context, arg1 *dynamodb.ExecuteTransactionInput, arg2 ...request.Option) (*dynamodb.ExecuteTransactionOutput, error)

ExecuteTransactionWithContext mocks base method

func (*MockDynamoDBAPI) ExportTableToPointInTime added in v0.43.0

ExportTableToPointInTime mocks base method

func (*MockDynamoDBAPI) ExportTableToPointInTimeRequest added in v0.43.0

ExportTableToPointInTimeRequest mocks base method

func (*MockDynamoDBAPI) ExportTableToPointInTimeWithContext added in v0.43.0

func (m *MockDynamoDBAPI) ExportTableToPointInTimeWithContext(arg0 context.Context, arg1 *dynamodb.ExportTableToPointInTimeInput, arg2 ...request.Option) (*dynamodb.ExportTableToPointInTimeOutput, error)

ExportTableToPointInTimeWithContext mocks base method

func (*MockDynamoDBAPI) GetItem added in v0.24.0

GetItem mocks base method

func (*MockDynamoDBAPI) GetItemRequest added in v0.24.0

GetItemRequest mocks base method

func (*MockDynamoDBAPI) GetItemWithContext added in v0.24.0

func (m *MockDynamoDBAPI) GetItemWithContext(arg0 context.Context, arg1 *dynamodb.GetItemInput, arg2 ...request.Option) (*dynamodb.GetItemOutput, error)

GetItemWithContext mocks base method

func (*MockDynamoDBAPI) ListBackups added in v0.24.0

ListBackups mocks base method

func (*MockDynamoDBAPI) ListBackupsRequest added in v0.24.0

ListBackupsRequest mocks base method

func (*MockDynamoDBAPI) ListBackupsWithContext added in v0.24.0

func (m *MockDynamoDBAPI) ListBackupsWithContext(arg0 context.Context, arg1 *dynamodb.ListBackupsInput, arg2 ...request.Option) (*dynamodb.ListBackupsOutput, error)

ListBackupsWithContext mocks base method

func (*MockDynamoDBAPI) ListContributorInsights added in v0.24.0

ListContributorInsights mocks base method

func (*MockDynamoDBAPI) ListContributorInsightsPages added in v0.24.0

func (m *MockDynamoDBAPI) ListContributorInsightsPages(arg0 *dynamodb.ListContributorInsightsInput, arg1 func(*dynamodb.ListContributorInsightsOutput, bool) bool) error

ListContributorInsightsPages mocks base method

func (*MockDynamoDBAPI) ListContributorInsightsPagesWithContext added in v0.24.0

func (m *MockDynamoDBAPI) ListContributorInsightsPagesWithContext(arg0 context.Context, arg1 *dynamodb.ListContributorInsightsInput, arg2 func(*dynamodb.ListContributorInsightsOutput, bool) bool, arg3 ...request.Option) error

ListContributorInsightsPagesWithContext mocks base method

func (*MockDynamoDBAPI) ListContributorInsightsRequest added in v0.24.0

ListContributorInsightsRequest mocks base method

func (*MockDynamoDBAPI) ListContributorInsightsWithContext added in v0.24.0

func (m *MockDynamoDBAPI) ListContributorInsightsWithContext(arg0 context.Context, arg1 *dynamodb.ListContributorInsightsInput, arg2 ...request.Option) (*dynamodb.ListContributorInsightsOutput, error)

ListContributorInsightsWithContext mocks base method

func (*MockDynamoDBAPI) ListExports added in v0.43.0

ListExports mocks base method

func (*MockDynamoDBAPI) ListExportsPages added in v0.43.0

func (m *MockDynamoDBAPI) ListExportsPages(arg0 *dynamodb.ListExportsInput, arg1 func(*dynamodb.ListExportsOutput, bool) bool) error

ListExportsPages mocks base method

func (*MockDynamoDBAPI) ListExportsPagesWithContext added in v0.43.0

func (m *MockDynamoDBAPI) ListExportsPagesWithContext(arg0 context.Context, arg1 *dynamodb.ListExportsInput, arg2 func(*dynamodb.ListExportsOutput, bool) bool, arg3 ...request.Option) error

ListExportsPagesWithContext mocks base method

func (*MockDynamoDBAPI) ListExportsRequest added in v0.43.0

ListExportsRequest mocks base method

func (*MockDynamoDBAPI) ListExportsWithContext added in v0.43.0

func (m *MockDynamoDBAPI) ListExportsWithContext(arg0 context.Context, arg1 *dynamodb.ListExportsInput, arg2 ...request.Option) (*dynamodb.ListExportsOutput, error)

ListExportsWithContext mocks base method

func (*MockDynamoDBAPI) ListGlobalTables added in v0.24.0

ListGlobalTables mocks base method

func (*MockDynamoDBAPI) ListGlobalTablesRequest added in v0.24.0

ListGlobalTablesRequest mocks base method

func (*MockDynamoDBAPI) ListGlobalTablesWithContext added in v0.24.0

func (m *MockDynamoDBAPI) ListGlobalTablesWithContext(arg0 context.Context, arg1 *dynamodb.ListGlobalTablesInput, arg2 ...request.Option) (*dynamodb.ListGlobalTablesOutput, error)

ListGlobalTablesWithContext mocks base method

func (*MockDynamoDBAPI) ListTables added in v0.24.0

ListTables mocks base method

func (*MockDynamoDBAPI) ListTablesPages added in v0.24.0

func (m *MockDynamoDBAPI) ListTablesPages(arg0 *dynamodb.ListTablesInput, arg1 func(*dynamodb.ListTablesOutput, bool) bool) error

ListTablesPages mocks base method

func (*MockDynamoDBAPI) ListTablesPagesWithContext added in v0.24.0

func (m *MockDynamoDBAPI) ListTablesPagesWithContext(arg0 context.Context, arg1 *dynamodb.ListTablesInput, arg2 func(*dynamodb.ListTablesOutput, bool) bool, arg3 ...request.Option) error

ListTablesPagesWithContext mocks base method

func (*MockDynamoDBAPI) ListTablesRequest added in v0.24.0

ListTablesRequest mocks base method

func (*MockDynamoDBAPI) ListTablesWithContext added in v0.24.0

func (m *MockDynamoDBAPI) ListTablesWithContext(arg0 context.Context, arg1 *dynamodb.ListTablesInput, arg2 ...request.Option) (*dynamodb.ListTablesOutput, error)

ListTablesWithContext mocks base method

func (*MockDynamoDBAPI) ListTagsOfResource added in v0.24.0

ListTagsOfResource mocks base method

func (*MockDynamoDBAPI) ListTagsOfResourceRequest added in v0.24.0

ListTagsOfResourceRequest mocks base method

func (*MockDynamoDBAPI) ListTagsOfResourceWithContext added in v0.24.0

func (m *MockDynamoDBAPI) ListTagsOfResourceWithContext(arg0 context.Context, arg1 *dynamodb.ListTagsOfResourceInput, arg2 ...request.Option) (*dynamodb.ListTagsOfResourceOutput, error)

ListTagsOfResourceWithContext mocks base method

func (*MockDynamoDBAPI) PutItem added in v0.24.0

PutItem mocks base method

func (*MockDynamoDBAPI) PutItemRequest added in v0.24.0

PutItemRequest mocks base method

func (*MockDynamoDBAPI) PutItemWithContext added in v0.24.0

func (m *MockDynamoDBAPI) PutItemWithContext(arg0 context.Context, arg1 *dynamodb.PutItemInput, arg2 ...request.Option) (*dynamodb.PutItemOutput, error)

PutItemWithContext mocks base method

func (*MockDynamoDBAPI) Query added in v0.24.0

Query mocks base method

func (*MockDynamoDBAPI) QueryPages added in v0.24.0

func (m *MockDynamoDBAPI) QueryPages(arg0 *dynamodb.QueryInput, arg1 func(*dynamodb.QueryOutput, bool) bool) error

QueryPages mocks base method

func (*MockDynamoDBAPI) QueryPagesWithContext added in v0.24.0

func (m *MockDynamoDBAPI) QueryPagesWithContext(arg0 context.Context, arg1 *dynamodb.QueryInput, arg2 func(*dynamodb.QueryOutput, bool) bool, arg3 ...request.Option) error

QueryPagesWithContext mocks base method

func (*MockDynamoDBAPI) QueryRequest added in v0.24.0

QueryRequest mocks base method

func (*MockDynamoDBAPI) QueryWithContext added in v0.24.0

func (m *MockDynamoDBAPI) QueryWithContext(arg0 context.Context, arg1 *dynamodb.QueryInput, arg2 ...request.Option) (*dynamodb.QueryOutput, error)

QueryWithContext mocks base method

func (*MockDynamoDBAPI) RestoreTableFromBackup added in v0.24.0

RestoreTableFromBackup mocks base method

func (*MockDynamoDBAPI) RestoreTableFromBackupRequest added in v0.24.0

RestoreTableFromBackupRequest mocks base method

func (*MockDynamoDBAPI) RestoreTableFromBackupWithContext added in v0.24.0

func (m *MockDynamoDBAPI) RestoreTableFromBackupWithContext(arg0 context.Context, arg1 *dynamodb.RestoreTableFromBackupInput, arg2 ...request.Option) (*dynamodb.RestoreTableFromBackupOutput, error)

RestoreTableFromBackupWithContext mocks base method

func (*MockDynamoDBAPI) RestoreTableToPointInTime added in v0.24.0

RestoreTableToPointInTime mocks base method

func (*MockDynamoDBAPI) RestoreTableToPointInTimeRequest added in v0.24.0

RestoreTableToPointInTimeRequest mocks base method

func (*MockDynamoDBAPI) RestoreTableToPointInTimeWithContext added in v0.24.0

func (m *MockDynamoDBAPI) RestoreTableToPointInTimeWithContext(arg0 context.Context, arg1 *dynamodb.RestoreTableToPointInTimeInput, arg2 ...request.Option) (*dynamodb.RestoreTableToPointInTimeOutput, error)

RestoreTableToPointInTimeWithContext mocks base method

func (*MockDynamoDBAPI) Scan added in v0.24.0

Scan mocks base method

func (*MockDynamoDBAPI) ScanPages added in v0.24.0

func (m *MockDynamoDBAPI) ScanPages(arg0 *dynamodb.ScanInput, arg1 func(*dynamodb.ScanOutput, bool) bool) error

ScanPages mocks base method

func (*MockDynamoDBAPI) ScanPagesWithContext added in v0.24.0

func (m *MockDynamoDBAPI) ScanPagesWithContext(arg0 context.Context, arg1 *dynamodb.ScanInput, arg2 func(*dynamodb.ScanOutput, bool) bool, arg3 ...request.Option) error

ScanPagesWithContext mocks base method

func (*MockDynamoDBAPI) ScanRequest added in v0.24.0

ScanRequest mocks base method

func (*MockDynamoDBAPI) ScanWithContext added in v0.24.0

func (m *MockDynamoDBAPI) ScanWithContext(arg0 context.Context, arg1 *dynamodb.ScanInput, arg2 ...request.Option) (*dynamodb.ScanOutput, error)

ScanWithContext mocks base method

func (*MockDynamoDBAPI) TagResource added in v0.24.0

TagResource mocks base method

func (*MockDynamoDBAPI) TagResourceRequest added in v0.24.0

TagResourceRequest mocks base method

func (*MockDynamoDBAPI) TagResourceWithContext added in v0.24.0

func (m *MockDynamoDBAPI) TagResourceWithContext(arg0 context.Context, arg1 *dynamodb.TagResourceInput, arg2 ...request.Option) (*dynamodb.TagResourceOutput, error)

TagResourceWithContext mocks base method

func (*MockDynamoDBAPI) TransactGetItems added in v0.24.0

TransactGetItems mocks base method

func (*MockDynamoDBAPI) TransactGetItemsRequest added in v0.24.0

TransactGetItemsRequest mocks base method

func (*MockDynamoDBAPI) TransactGetItemsWithContext added in v0.24.0

func (m *MockDynamoDBAPI) TransactGetItemsWithContext(arg0 context.Context, arg1 *dynamodb.TransactGetItemsInput, arg2 ...request.Option) (*dynamodb.TransactGetItemsOutput, error)

TransactGetItemsWithContext mocks base method

func (*MockDynamoDBAPI) TransactWriteItems added in v0.24.0

TransactWriteItems mocks base method

func (*MockDynamoDBAPI) TransactWriteItemsRequest added in v0.24.0

TransactWriteItemsRequest mocks base method

func (*MockDynamoDBAPI) TransactWriteItemsWithContext added in v0.24.0

func (m *MockDynamoDBAPI) TransactWriteItemsWithContext(arg0 context.Context, arg1 *dynamodb.TransactWriteItemsInput, arg2 ...request.Option) (*dynamodb.TransactWriteItemsOutput, error)

TransactWriteItemsWithContext mocks base method

func (*MockDynamoDBAPI) UntagResource added in v0.24.0

UntagResource mocks base method

func (*MockDynamoDBAPI) UntagResourceRequest added in v0.24.0

UntagResourceRequest mocks base method

func (*MockDynamoDBAPI) UntagResourceWithContext added in v0.24.0

func (m *MockDynamoDBAPI) UntagResourceWithContext(arg0 context.Context, arg1 *dynamodb.UntagResourceInput, arg2 ...request.Option) (*dynamodb.UntagResourceOutput, error)

UntagResourceWithContext mocks base method

func (*MockDynamoDBAPI) UpdateContinuousBackups added in v0.24.0

UpdateContinuousBackups mocks base method

func (*MockDynamoDBAPI) UpdateContinuousBackupsRequest added in v0.24.0

UpdateContinuousBackupsRequest mocks base method

func (*MockDynamoDBAPI) UpdateContinuousBackupsWithContext added in v0.24.0

func (m *MockDynamoDBAPI) UpdateContinuousBackupsWithContext(arg0 context.Context, arg1 *dynamodb.UpdateContinuousBackupsInput, arg2 ...request.Option) (*dynamodb.UpdateContinuousBackupsOutput, error)

UpdateContinuousBackupsWithContext mocks base method

func (*MockDynamoDBAPI) UpdateContributorInsights added in v0.24.0

UpdateContributorInsights mocks base method

func (*MockDynamoDBAPI) UpdateContributorInsightsRequest added in v0.24.0

UpdateContributorInsightsRequest mocks base method

func (*MockDynamoDBAPI) UpdateContributorInsightsWithContext added in v0.24.0

func (m *MockDynamoDBAPI) UpdateContributorInsightsWithContext(arg0 context.Context, arg1 *dynamodb.UpdateContributorInsightsInput, arg2 ...request.Option) (*dynamodb.UpdateContributorInsightsOutput, error)

UpdateContributorInsightsWithContext mocks base method

func (*MockDynamoDBAPI) UpdateGlobalTable added in v0.24.0

UpdateGlobalTable mocks base method

func (*MockDynamoDBAPI) UpdateGlobalTableRequest added in v0.24.0

UpdateGlobalTableRequest mocks base method

func (*MockDynamoDBAPI) UpdateGlobalTableSettings added in v0.24.0

UpdateGlobalTableSettings mocks base method

func (*MockDynamoDBAPI) UpdateGlobalTableSettingsRequest added in v0.24.0

UpdateGlobalTableSettingsRequest mocks base method

func (*MockDynamoDBAPI) UpdateGlobalTableSettingsWithContext added in v0.24.0

func (m *MockDynamoDBAPI) UpdateGlobalTableSettingsWithContext(arg0 context.Context, arg1 *dynamodb.UpdateGlobalTableSettingsInput, arg2 ...request.Option) (*dynamodb.UpdateGlobalTableSettingsOutput, error)

UpdateGlobalTableSettingsWithContext mocks base method

func (*MockDynamoDBAPI) UpdateGlobalTableWithContext added in v0.24.0

func (m *MockDynamoDBAPI) UpdateGlobalTableWithContext(arg0 context.Context, arg1 *dynamodb.UpdateGlobalTableInput, arg2 ...request.Option) (*dynamodb.UpdateGlobalTableOutput, error)

UpdateGlobalTableWithContext mocks base method

func (*MockDynamoDBAPI) UpdateItem added in v0.24.0

UpdateItem mocks base method

func (*MockDynamoDBAPI) UpdateItemRequest added in v0.24.0

UpdateItemRequest mocks base method

func (*MockDynamoDBAPI) UpdateItemWithContext added in v0.24.0

func (m *MockDynamoDBAPI) UpdateItemWithContext(arg0 context.Context, arg1 *dynamodb.UpdateItemInput, arg2 ...request.Option) (*dynamodb.UpdateItemOutput, error)

UpdateItemWithContext mocks base method

func (*MockDynamoDBAPI) UpdateTable added in v0.24.0

UpdateTable mocks base method

func (*MockDynamoDBAPI) UpdateTableReplicaAutoScaling added in v0.24.0

UpdateTableReplicaAutoScaling mocks base method

func (*MockDynamoDBAPI) UpdateTableReplicaAutoScalingRequest added in v0.24.0

UpdateTableReplicaAutoScalingRequest mocks base method

func (*MockDynamoDBAPI) UpdateTableReplicaAutoScalingWithContext added in v0.24.0

func (m *MockDynamoDBAPI) UpdateTableReplicaAutoScalingWithContext(arg0 context.Context, arg1 *dynamodb.UpdateTableReplicaAutoScalingInput, arg2 ...request.Option) (*dynamodb.UpdateTableReplicaAutoScalingOutput, error)

UpdateTableReplicaAutoScalingWithContext mocks base method

func (*MockDynamoDBAPI) UpdateTableRequest added in v0.24.0

UpdateTableRequest mocks base method

func (*MockDynamoDBAPI) UpdateTableWithContext added in v0.24.0

func (m *MockDynamoDBAPI) UpdateTableWithContext(arg0 context.Context, arg1 *dynamodb.UpdateTableInput, arg2 ...request.Option) (*dynamodb.UpdateTableOutput, error)

UpdateTableWithContext mocks base method

func (*MockDynamoDBAPI) UpdateTimeToLive added in v0.24.0

UpdateTimeToLive mocks base method

func (*MockDynamoDBAPI) UpdateTimeToLiveRequest added in v0.24.0

UpdateTimeToLiveRequest mocks base method

func (*MockDynamoDBAPI) UpdateTimeToLiveWithContext added in v0.24.0

func (m *MockDynamoDBAPI) UpdateTimeToLiveWithContext(arg0 context.Context, arg1 *dynamodb.UpdateTimeToLiveInput, arg2 ...request.Option) (*dynamodb.UpdateTimeToLiveOutput, error)

UpdateTimeToLiveWithContext mocks base method

func (*MockDynamoDBAPI) WaitUntilTableExists added in v0.24.0

func (m *MockDynamoDBAPI) WaitUntilTableExists(arg0 *dynamodb.DescribeTableInput) error

WaitUntilTableExists mocks base method

func (*MockDynamoDBAPI) WaitUntilTableExistsWithContext added in v0.24.0

func (m *MockDynamoDBAPI) WaitUntilTableExistsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeTableInput, arg2 ...request.WaiterOption) error

WaitUntilTableExistsWithContext mocks base method

func (*MockDynamoDBAPI) WaitUntilTableNotExists added in v0.24.0

func (m *MockDynamoDBAPI) WaitUntilTableNotExists(arg0 *dynamodb.DescribeTableInput) error

WaitUntilTableNotExists mocks base method

func (*MockDynamoDBAPI) WaitUntilTableNotExistsWithContext added in v0.24.0

func (m *MockDynamoDBAPI) WaitUntilTableNotExistsWithContext(arg0 context.Context, arg1 *dynamodb.DescribeTableInput, arg2 ...request.WaiterOption) error

WaitUntilTableNotExistsWithContext mocks base method

type MockDynamoDBAPIMockRecorder added in v0.24.0

type MockDynamoDBAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockDynamoDBAPIMockRecorder is the mock recorder for MockDynamoDBAPI

func (*MockDynamoDBAPIMockRecorder) BatchExecuteStatement added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) BatchExecuteStatement(arg0 interface{}) *gomock.Call

BatchExecuteStatement indicates an expected call of BatchExecuteStatement

func (*MockDynamoDBAPIMockRecorder) BatchExecuteStatementRequest added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) BatchExecuteStatementRequest(arg0 interface{}) *gomock.Call

BatchExecuteStatementRequest indicates an expected call of BatchExecuteStatementRequest

func (*MockDynamoDBAPIMockRecorder) BatchExecuteStatementWithContext added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) BatchExecuteStatementWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchExecuteStatementWithContext indicates an expected call of BatchExecuteStatementWithContext

func (*MockDynamoDBAPIMockRecorder) BatchGetItem added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) BatchGetItem(arg0 interface{}) *gomock.Call

BatchGetItem indicates an expected call of BatchGetItem

func (*MockDynamoDBAPIMockRecorder) BatchGetItemPages added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemPages(arg0, arg1 interface{}) *gomock.Call

BatchGetItemPages indicates an expected call of BatchGetItemPages

func (*MockDynamoDBAPIMockRecorder) BatchGetItemPagesWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

BatchGetItemPagesWithContext indicates an expected call of BatchGetItemPagesWithContext

func (*MockDynamoDBAPIMockRecorder) BatchGetItemRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemRequest(arg0 interface{}) *gomock.Call

BatchGetItemRequest indicates an expected call of BatchGetItemRequest

func (*MockDynamoDBAPIMockRecorder) BatchGetItemWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetItemWithContext indicates an expected call of BatchGetItemWithContext

func (*MockDynamoDBAPIMockRecorder) BatchWriteItem added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItem(arg0 interface{}) *gomock.Call

BatchWriteItem indicates an expected call of BatchWriteItem

func (*MockDynamoDBAPIMockRecorder) BatchWriteItemRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItemRequest(arg0 interface{}) *gomock.Call

BatchWriteItemRequest indicates an expected call of BatchWriteItemRequest

func (*MockDynamoDBAPIMockRecorder) BatchWriteItemWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchWriteItemWithContext indicates an expected call of BatchWriteItemWithContext

func (*MockDynamoDBAPIMockRecorder) CreateBackup added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) CreateBackup(arg0 interface{}) *gomock.Call

CreateBackup indicates an expected call of CreateBackup

func (*MockDynamoDBAPIMockRecorder) CreateBackupRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) CreateBackupRequest(arg0 interface{}) *gomock.Call

CreateBackupRequest indicates an expected call of CreateBackupRequest

func (*MockDynamoDBAPIMockRecorder) CreateBackupWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) CreateBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateBackupWithContext indicates an expected call of CreateBackupWithContext

func (*MockDynamoDBAPIMockRecorder) CreateGlobalTable added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTable(arg0 interface{}) *gomock.Call

CreateGlobalTable indicates an expected call of CreateGlobalTable

func (*MockDynamoDBAPIMockRecorder) CreateGlobalTableRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTableRequest(arg0 interface{}) *gomock.Call

CreateGlobalTableRequest indicates an expected call of CreateGlobalTableRequest

func (*MockDynamoDBAPIMockRecorder) CreateGlobalTableWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateGlobalTableWithContext indicates an expected call of CreateGlobalTableWithContext

func (*MockDynamoDBAPIMockRecorder) CreateTable added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) CreateTable(arg0 interface{}) *gomock.Call

CreateTable indicates an expected call of CreateTable

func (*MockDynamoDBAPIMockRecorder) CreateTableRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) CreateTableRequest(arg0 interface{}) *gomock.Call

CreateTableRequest indicates an expected call of CreateTableRequest

func (*MockDynamoDBAPIMockRecorder) CreateTableWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) CreateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTableWithContext indicates an expected call of CreateTableWithContext

func (*MockDynamoDBAPIMockRecorder) DeleteBackup added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DeleteBackup(arg0 interface{}) *gomock.Call

DeleteBackup indicates an expected call of DeleteBackup

func (*MockDynamoDBAPIMockRecorder) DeleteBackupRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DeleteBackupRequest(arg0 interface{}) *gomock.Call

DeleteBackupRequest indicates an expected call of DeleteBackupRequest

func (*MockDynamoDBAPIMockRecorder) DeleteBackupWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DeleteBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBackupWithContext indicates an expected call of DeleteBackupWithContext

func (*MockDynamoDBAPIMockRecorder) DeleteItem added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DeleteItem(arg0 interface{}) *gomock.Call

DeleteItem indicates an expected call of DeleteItem

func (*MockDynamoDBAPIMockRecorder) DeleteItemRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DeleteItemRequest(arg0 interface{}) *gomock.Call

DeleteItemRequest indicates an expected call of DeleteItemRequest

func (*MockDynamoDBAPIMockRecorder) DeleteItemWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DeleteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteItemWithContext indicates an expected call of DeleteItemWithContext

func (*MockDynamoDBAPIMockRecorder) DeleteTable added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DeleteTable(arg0 interface{}) *gomock.Call

DeleteTable indicates an expected call of DeleteTable

func (*MockDynamoDBAPIMockRecorder) DeleteTableRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DeleteTableRequest(arg0 interface{}) *gomock.Call

DeleteTableRequest indicates an expected call of DeleteTableRequest

func (*MockDynamoDBAPIMockRecorder) DeleteTableWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DeleteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTableWithContext indicates an expected call of DeleteTableWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeBackup added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeBackup(arg0 interface{}) *gomock.Call

DescribeBackup indicates an expected call of DescribeBackup

func (*MockDynamoDBAPIMockRecorder) DescribeBackupRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeBackupRequest(arg0 interface{}) *gomock.Call

DescribeBackupRequest indicates an expected call of DescribeBackupRequest

func (*MockDynamoDBAPIMockRecorder) DescribeBackupWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeBackupWithContext indicates an expected call of DescribeBackupWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeContinuousBackups added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackups(arg0 interface{}) *gomock.Call

DescribeContinuousBackups indicates an expected call of DescribeContinuousBackups

func (*MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsRequest(arg0 interface{}) *gomock.Call

DescribeContinuousBackupsRequest indicates an expected call of DescribeContinuousBackupsRequest

func (*MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeContinuousBackupsWithContext indicates an expected call of DescribeContinuousBackupsWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeContributorInsights added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeContributorInsights(arg0 interface{}) *gomock.Call

DescribeContributorInsights indicates an expected call of DescribeContributorInsights

func (*MockDynamoDBAPIMockRecorder) DescribeContributorInsightsRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeContributorInsightsRequest(arg0 interface{}) *gomock.Call

DescribeContributorInsightsRequest indicates an expected call of DescribeContributorInsightsRequest

func (*MockDynamoDBAPIMockRecorder) DescribeContributorInsightsWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeContributorInsightsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeContributorInsightsWithContext indicates an expected call of DescribeContributorInsightsWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeEndpoints added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpoints(arg0 interface{}) *gomock.Call

DescribeEndpoints indicates an expected call of DescribeEndpoints

func (*MockDynamoDBAPIMockRecorder) DescribeEndpointsRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpointsRequest(arg0 interface{}) *gomock.Call

DescribeEndpointsRequest indicates an expected call of DescribeEndpointsRequest

func (*MockDynamoDBAPIMockRecorder) DescribeEndpointsWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEndpointsWithContext indicates an expected call of DescribeEndpointsWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeExport added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeExport(arg0 interface{}) *gomock.Call

DescribeExport indicates an expected call of DescribeExport

func (*MockDynamoDBAPIMockRecorder) DescribeExportRequest added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeExportRequest(arg0 interface{}) *gomock.Call

DescribeExportRequest indicates an expected call of DescribeExportRequest

func (*MockDynamoDBAPIMockRecorder) DescribeExportWithContext added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeExportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeExportWithContext indicates an expected call of DescribeExportWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTable added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTable(arg0 interface{}) *gomock.Call

DescribeGlobalTable indicates an expected call of DescribeGlobalTable

func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableRequest(arg0 interface{}) *gomock.Call

DescribeGlobalTableRequest indicates an expected call of DescribeGlobalTableRequest

func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettings added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettings(arg0 interface{}) *gomock.Call

DescribeGlobalTableSettings indicates an expected call of DescribeGlobalTableSettings

func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsRequest(arg0 interface{}) *gomock.Call

DescribeGlobalTableSettingsRequest indicates an expected call of DescribeGlobalTableSettingsRequest

func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeGlobalTableSettingsWithContext indicates an expected call of DescribeGlobalTableSettingsWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeGlobalTableWithContext indicates an expected call of DescribeGlobalTableWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeKinesisStreamingDestination added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeKinesisStreamingDestination(arg0 interface{}) *gomock.Call

DescribeKinesisStreamingDestination indicates an expected call of DescribeKinesisStreamingDestination

func (*MockDynamoDBAPIMockRecorder) DescribeKinesisStreamingDestinationRequest added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeKinesisStreamingDestinationRequest(arg0 interface{}) *gomock.Call

DescribeKinesisStreamingDestinationRequest indicates an expected call of DescribeKinesisStreamingDestinationRequest

func (*MockDynamoDBAPIMockRecorder) DescribeKinesisStreamingDestinationWithContext added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeKinesisStreamingDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeKinesisStreamingDestinationWithContext indicates an expected call of DescribeKinesisStreamingDestinationWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeLimits added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeLimits(arg0 interface{}) *gomock.Call

DescribeLimits indicates an expected call of DescribeLimits

func (*MockDynamoDBAPIMockRecorder) DescribeLimitsRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeLimitsRequest(arg0 interface{}) *gomock.Call

DescribeLimitsRequest indicates an expected call of DescribeLimitsRequest

func (*MockDynamoDBAPIMockRecorder) DescribeLimitsWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeLimitsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLimitsWithContext indicates an expected call of DescribeLimitsWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeTable added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeTable(arg0 interface{}) *gomock.Call

DescribeTable indicates an expected call of DescribeTable

func (*MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScaling added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScaling(arg0 interface{}) *gomock.Call

DescribeTableReplicaAutoScaling indicates an expected call of DescribeTableReplicaAutoScaling

func (*MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScalingRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScalingRequest(arg0 interface{}) *gomock.Call

DescribeTableReplicaAutoScalingRequest indicates an expected call of DescribeTableReplicaAutoScalingRequest

func (*MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScalingWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeTableReplicaAutoScalingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTableReplicaAutoScalingWithContext indicates an expected call of DescribeTableReplicaAutoScalingWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeTableRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeTableRequest(arg0 interface{}) *gomock.Call

DescribeTableRequest indicates an expected call of DescribeTableRequest

func (*MockDynamoDBAPIMockRecorder) DescribeTableWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTableWithContext indicates an expected call of DescribeTableWithContext

func (*MockDynamoDBAPIMockRecorder) DescribeTimeToLive added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLive(arg0 interface{}) *gomock.Call

DescribeTimeToLive indicates an expected call of DescribeTimeToLive

func (*MockDynamoDBAPIMockRecorder) DescribeTimeToLiveRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveRequest(arg0 interface{}) *gomock.Call

DescribeTimeToLiveRequest indicates an expected call of DescribeTimeToLiveRequest

func (*MockDynamoDBAPIMockRecorder) DescribeTimeToLiveWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTimeToLiveWithContext indicates an expected call of DescribeTimeToLiveWithContext

func (*MockDynamoDBAPIMockRecorder) DisableKinesisStreamingDestination added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) DisableKinesisStreamingDestination(arg0 interface{}) *gomock.Call

DisableKinesisStreamingDestination indicates an expected call of DisableKinesisStreamingDestination

func (*MockDynamoDBAPIMockRecorder) DisableKinesisStreamingDestinationRequest added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) DisableKinesisStreamingDestinationRequest(arg0 interface{}) *gomock.Call

DisableKinesisStreamingDestinationRequest indicates an expected call of DisableKinesisStreamingDestinationRequest

func (*MockDynamoDBAPIMockRecorder) DisableKinesisStreamingDestinationWithContext added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) DisableKinesisStreamingDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableKinesisStreamingDestinationWithContext indicates an expected call of DisableKinesisStreamingDestinationWithContext

func (*MockDynamoDBAPIMockRecorder) EnableKinesisStreamingDestination added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) EnableKinesisStreamingDestination(arg0 interface{}) *gomock.Call

EnableKinesisStreamingDestination indicates an expected call of EnableKinesisStreamingDestination

func (*MockDynamoDBAPIMockRecorder) EnableKinesisStreamingDestinationRequest added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) EnableKinesisStreamingDestinationRequest(arg0 interface{}) *gomock.Call

EnableKinesisStreamingDestinationRequest indicates an expected call of EnableKinesisStreamingDestinationRequest

func (*MockDynamoDBAPIMockRecorder) EnableKinesisStreamingDestinationWithContext added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) EnableKinesisStreamingDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableKinesisStreamingDestinationWithContext indicates an expected call of EnableKinesisStreamingDestinationWithContext

func (*MockDynamoDBAPIMockRecorder) ExecuteStatement added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) ExecuteStatement(arg0 interface{}) *gomock.Call

ExecuteStatement indicates an expected call of ExecuteStatement

func (*MockDynamoDBAPIMockRecorder) ExecuteStatementRequest added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) ExecuteStatementRequest(arg0 interface{}) *gomock.Call

ExecuteStatementRequest indicates an expected call of ExecuteStatementRequest

func (*MockDynamoDBAPIMockRecorder) ExecuteStatementWithContext added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) ExecuteStatementWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExecuteStatementWithContext indicates an expected call of ExecuteStatementWithContext

func (*MockDynamoDBAPIMockRecorder) ExecuteTransaction added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) ExecuteTransaction(arg0 interface{}) *gomock.Call

ExecuteTransaction indicates an expected call of ExecuteTransaction

func (*MockDynamoDBAPIMockRecorder) ExecuteTransactionRequest added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) ExecuteTransactionRequest(arg0 interface{}) *gomock.Call

ExecuteTransactionRequest indicates an expected call of ExecuteTransactionRequest

func (*MockDynamoDBAPIMockRecorder) ExecuteTransactionWithContext added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) ExecuteTransactionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExecuteTransactionWithContext indicates an expected call of ExecuteTransactionWithContext

func (*MockDynamoDBAPIMockRecorder) ExportTableToPointInTime added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) ExportTableToPointInTime(arg0 interface{}) *gomock.Call

ExportTableToPointInTime indicates an expected call of ExportTableToPointInTime

func (*MockDynamoDBAPIMockRecorder) ExportTableToPointInTimeRequest added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) ExportTableToPointInTimeRequest(arg0 interface{}) *gomock.Call

ExportTableToPointInTimeRequest indicates an expected call of ExportTableToPointInTimeRequest

func (*MockDynamoDBAPIMockRecorder) ExportTableToPointInTimeWithContext added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) ExportTableToPointInTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportTableToPointInTimeWithContext indicates an expected call of ExportTableToPointInTimeWithContext

func (*MockDynamoDBAPIMockRecorder) GetItem added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) GetItem(arg0 interface{}) *gomock.Call

GetItem indicates an expected call of GetItem

func (*MockDynamoDBAPIMockRecorder) GetItemRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) GetItemRequest(arg0 interface{}) *gomock.Call

GetItemRequest indicates an expected call of GetItemRequest

func (*MockDynamoDBAPIMockRecorder) GetItemWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) GetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetItemWithContext indicates an expected call of GetItemWithContext

func (*MockDynamoDBAPIMockRecorder) ListBackups added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListBackups(arg0 interface{}) *gomock.Call

ListBackups indicates an expected call of ListBackups

func (*MockDynamoDBAPIMockRecorder) ListBackupsRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListBackupsRequest(arg0 interface{}) *gomock.Call

ListBackupsRequest indicates an expected call of ListBackupsRequest

func (*MockDynamoDBAPIMockRecorder) ListBackupsWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBackupsWithContext indicates an expected call of ListBackupsWithContext

func (*MockDynamoDBAPIMockRecorder) ListContributorInsights added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsights(arg0 interface{}) *gomock.Call

ListContributorInsights indicates an expected call of ListContributorInsights

func (*MockDynamoDBAPIMockRecorder) ListContributorInsightsPages added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsPages(arg0, arg1 interface{}) *gomock.Call

ListContributorInsightsPages indicates an expected call of ListContributorInsightsPages

func (*MockDynamoDBAPIMockRecorder) ListContributorInsightsPagesWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListContributorInsightsPagesWithContext indicates an expected call of ListContributorInsightsPagesWithContext

func (*MockDynamoDBAPIMockRecorder) ListContributorInsightsRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsRequest(arg0 interface{}) *gomock.Call

ListContributorInsightsRequest indicates an expected call of ListContributorInsightsRequest

func (*MockDynamoDBAPIMockRecorder) ListContributorInsightsWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListContributorInsightsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListContributorInsightsWithContext indicates an expected call of ListContributorInsightsWithContext

func (*MockDynamoDBAPIMockRecorder) ListExports added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) ListExports(arg0 interface{}) *gomock.Call

ListExports indicates an expected call of ListExports

func (*MockDynamoDBAPIMockRecorder) ListExportsPages added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) ListExportsPages(arg0, arg1 interface{}) *gomock.Call

ListExportsPages indicates an expected call of ListExportsPages

func (*MockDynamoDBAPIMockRecorder) ListExportsPagesWithContext added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) ListExportsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListExportsPagesWithContext indicates an expected call of ListExportsPagesWithContext

func (*MockDynamoDBAPIMockRecorder) ListExportsRequest added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) ListExportsRequest(arg0 interface{}) *gomock.Call

ListExportsRequest indicates an expected call of ListExportsRequest

func (*MockDynamoDBAPIMockRecorder) ListExportsWithContext added in v0.43.0

func (mr *MockDynamoDBAPIMockRecorder) ListExportsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListExportsWithContext indicates an expected call of ListExportsWithContext

func (*MockDynamoDBAPIMockRecorder) ListGlobalTables added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTables(arg0 interface{}) *gomock.Call

ListGlobalTables indicates an expected call of ListGlobalTables

func (*MockDynamoDBAPIMockRecorder) ListGlobalTablesRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTablesRequest(arg0 interface{}) *gomock.Call

ListGlobalTablesRequest indicates an expected call of ListGlobalTablesRequest

func (*MockDynamoDBAPIMockRecorder) ListGlobalTablesWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGlobalTablesWithContext indicates an expected call of ListGlobalTablesWithContext

func (*MockDynamoDBAPIMockRecorder) ListTables added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListTables(arg0 interface{}) *gomock.Call

ListTables indicates an expected call of ListTables

func (*MockDynamoDBAPIMockRecorder) ListTablesPages added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListTablesPages(arg0, arg1 interface{}) *gomock.Call

ListTablesPages indicates an expected call of ListTablesPages

func (*MockDynamoDBAPIMockRecorder) ListTablesPagesWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListTablesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListTablesPagesWithContext indicates an expected call of ListTablesPagesWithContext

func (*MockDynamoDBAPIMockRecorder) ListTablesRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListTablesRequest(arg0 interface{}) *gomock.Call

ListTablesRequest indicates an expected call of ListTablesRequest

func (*MockDynamoDBAPIMockRecorder) ListTablesWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTablesWithContext indicates an expected call of ListTablesWithContext

func (*MockDynamoDBAPIMockRecorder) ListTagsOfResource added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResource(arg0 interface{}) *gomock.Call

ListTagsOfResource indicates an expected call of ListTagsOfResource

func (*MockDynamoDBAPIMockRecorder) ListTagsOfResourceRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceRequest(arg0 interface{}) *gomock.Call

ListTagsOfResourceRequest indicates an expected call of ListTagsOfResourceRequest

func (*MockDynamoDBAPIMockRecorder) ListTagsOfResourceWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsOfResourceWithContext indicates an expected call of ListTagsOfResourceWithContext

func (*MockDynamoDBAPIMockRecorder) PutItem added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) PutItem(arg0 interface{}) *gomock.Call

PutItem indicates an expected call of PutItem

func (*MockDynamoDBAPIMockRecorder) PutItemRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) PutItemRequest(arg0 interface{}) *gomock.Call

PutItemRequest indicates an expected call of PutItemRequest

func (*MockDynamoDBAPIMockRecorder) PutItemWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) PutItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutItemWithContext indicates an expected call of PutItemWithContext

func (*MockDynamoDBAPIMockRecorder) Query added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) Query(arg0 interface{}) *gomock.Call

Query indicates an expected call of Query

func (*MockDynamoDBAPIMockRecorder) QueryPages added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) QueryPages(arg0, arg1 interface{}) *gomock.Call

QueryPages indicates an expected call of QueryPages

func (*MockDynamoDBAPIMockRecorder) QueryPagesWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) QueryPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

QueryPagesWithContext indicates an expected call of QueryPagesWithContext

func (*MockDynamoDBAPIMockRecorder) QueryRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) QueryRequest(arg0 interface{}) *gomock.Call

QueryRequest indicates an expected call of QueryRequest

func (*MockDynamoDBAPIMockRecorder) QueryWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) QueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

QueryWithContext indicates an expected call of QueryWithContext

func (*MockDynamoDBAPIMockRecorder) RestoreTableFromBackup added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackup(arg0 interface{}) *gomock.Call

RestoreTableFromBackup indicates an expected call of RestoreTableFromBackup

func (*MockDynamoDBAPIMockRecorder) RestoreTableFromBackupRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackupRequest(arg0 interface{}) *gomock.Call

RestoreTableFromBackupRequest indicates an expected call of RestoreTableFromBackupRequest

func (*MockDynamoDBAPIMockRecorder) RestoreTableFromBackupWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreTableFromBackupWithContext indicates an expected call of RestoreTableFromBackupWithContext

func (*MockDynamoDBAPIMockRecorder) RestoreTableToPointInTime added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTime(arg0 interface{}) *gomock.Call

RestoreTableToPointInTime indicates an expected call of RestoreTableToPointInTime

func (*MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeRequest(arg0 interface{}) *gomock.Call

RestoreTableToPointInTimeRequest indicates an expected call of RestoreTableToPointInTimeRequest

func (*MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreTableToPointInTimeWithContext indicates an expected call of RestoreTableToPointInTimeWithContext

func (*MockDynamoDBAPIMockRecorder) Scan added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) Scan(arg0 interface{}) *gomock.Call

Scan indicates an expected call of Scan

func (*MockDynamoDBAPIMockRecorder) ScanPages added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ScanPages(arg0, arg1 interface{}) *gomock.Call

ScanPages indicates an expected call of ScanPages

func (*MockDynamoDBAPIMockRecorder) ScanPagesWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ScanPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ScanPagesWithContext indicates an expected call of ScanPagesWithContext

func (*MockDynamoDBAPIMockRecorder) ScanRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ScanRequest(arg0 interface{}) *gomock.Call

ScanRequest indicates an expected call of ScanRequest

func (*MockDynamoDBAPIMockRecorder) ScanWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) ScanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ScanWithContext indicates an expected call of ScanWithContext

func (*MockDynamoDBAPIMockRecorder) TagResource added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockDynamoDBAPIMockRecorder) TagResourceRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockDynamoDBAPIMockRecorder) TagResourceWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockDynamoDBAPIMockRecorder) TransactGetItems added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) TransactGetItems(arg0 interface{}) *gomock.Call

TransactGetItems indicates an expected call of TransactGetItems

func (*MockDynamoDBAPIMockRecorder) TransactGetItemsRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) TransactGetItemsRequest(arg0 interface{}) *gomock.Call

TransactGetItemsRequest indicates an expected call of TransactGetItemsRequest

func (*MockDynamoDBAPIMockRecorder) TransactGetItemsWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) TransactGetItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TransactGetItemsWithContext indicates an expected call of TransactGetItemsWithContext

func (*MockDynamoDBAPIMockRecorder) TransactWriteItems added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItems(arg0 interface{}) *gomock.Call

TransactWriteItems indicates an expected call of TransactWriteItems

func (*MockDynamoDBAPIMockRecorder) TransactWriteItemsRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItemsRequest(arg0 interface{}) *gomock.Call

TransactWriteItemsRequest indicates an expected call of TransactWriteItemsRequest

func (*MockDynamoDBAPIMockRecorder) TransactWriteItemsWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TransactWriteItemsWithContext indicates an expected call of TransactWriteItemsWithContext

func (*MockDynamoDBAPIMockRecorder) UntagResource added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockDynamoDBAPIMockRecorder) UntagResourceRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockDynamoDBAPIMockRecorder) UntagResourceWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockDynamoDBAPIMockRecorder) UpdateContinuousBackups added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackups(arg0 interface{}) *gomock.Call

UpdateContinuousBackups indicates an expected call of UpdateContinuousBackups

func (*MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsRequest(arg0 interface{}) *gomock.Call

UpdateContinuousBackupsRequest indicates an expected call of UpdateContinuousBackupsRequest

func (*MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateContinuousBackupsWithContext indicates an expected call of UpdateContinuousBackupsWithContext

func (*MockDynamoDBAPIMockRecorder) UpdateContributorInsights added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateContributorInsights(arg0 interface{}) *gomock.Call

UpdateContributorInsights indicates an expected call of UpdateContributorInsights

func (*MockDynamoDBAPIMockRecorder) UpdateContributorInsightsRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateContributorInsightsRequest(arg0 interface{}) *gomock.Call

UpdateContributorInsightsRequest indicates an expected call of UpdateContributorInsightsRequest

func (*MockDynamoDBAPIMockRecorder) UpdateContributorInsightsWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateContributorInsightsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateContributorInsightsWithContext indicates an expected call of UpdateContributorInsightsWithContext

func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTable added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTable(arg0 interface{}) *gomock.Call

UpdateGlobalTable indicates an expected call of UpdateGlobalTable

func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableRequest(arg0 interface{}) *gomock.Call

UpdateGlobalTableRequest indicates an expected call of UpdateGlobalTableRequest

func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettings added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettings(arg0 interface{}) *gomock.Call

UpdateGlobalTableSettings indicates an expected call of UpdateGlobalTableSettings

func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsRequest(arg0 interface{}) *gomock.Call

UpdateGlobalTableSettingsRequest indicates an expected call of UpdateGlobalTableSettingsRequest

func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateGlobalTableSettingsWithContext indicates an expected call of UpdateGlobalTableSettingsWithContext

func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateGlobalTableWithContext indicates an expected call of UpdateGlobalTableWithContext

func (*MockDynamoDBAPIMockRecorder) UpdateItem added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateItem(arg0 interface{}) *gomock.Call

UpdateItem indicates an expected call of UpdateItem

func (*MockDynamoDBAPIMockRecorder) UpdateItemRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateItemRequest(arg0 interface{}) *gomock.Call

UpdateItemRequest indicates an expected call of UpdateItemRequest

func (*MockDynamoDBAPIMockRecorder) UpdateItemWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateItemWithContext indicates an expected call of UpdateItemWithContext

func (*MockDynamoDBAPIMockRecorder) UpdateTable added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateTable(arg0 interface{}) *gomock.Call

UpdateTable indicates an expected call of UpdateTable

func (*MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScaling added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScaling(arg0 interface{}) *gomock.Call

UpdateTableReplicaAutoScaling indicates an expected call of UpdateTableReplicaAutoScaling

func (*MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScalingRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScalingRequest(arg0 interface{}) *gomock.Call

UpdateTableReplicaAutoScalingRequest indicates an expected call of UpdateTableReplicaAutoScalingRequest

func (*MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScalingWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateTableReplicaAutoScalingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTableReplicaAutoScalingWithContext indicates an expected call of UpdateTableReplicaAutoScalingWithContext

func (*MockDynamoDBAPIMockRecorder) UpdateTableRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateTableRequest(arg0 interface{}) *gomock.Call

UpdateTableRequest indicates an expected call of UpdateTableRequest

func (*MockDynamoDBAPIMockRecorder) UpdateTableWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTableWithContext indicates an expected call of UpdateTableWithContext

func (*MockDynamoDBAPIMockRecorder) UpdateTimeToLive added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLive(arg0 interface{}) *gomock.Call

UpdateTimeToLive indicates an expected call of UpdateTimeToLive

func (*MockDynamoDBAPIMockRecorder) UpdateTimeToLiveRequest added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveRequest(arg0 interface{}) *gomock.Call

UpdateTimeToLiveRequest indicates an expected call of UpdateTimeToLiveRequest

func (*MockDynamoDBAPIMockRecorder) UpdateTimeToLiveWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTimeToLiveWithContext indicates an expected call of UpdateTimeToLiveWithContext

func (*MockDynamoDBAPIMockRecorder) WaitUntilTableExists added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExists(arg0 interface{}) *gomock.Call

WaitUntilTableExists indicates an expected call of WaitUntilTableExists

func (*MockDynamoDBAPIMockRecorder) WaitUntilTableExistsWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTableExistsWithContext indicates an expected call of WaitUntilTableExistsWithContext

func (*MockDynamoDBAPIMockRecorder) WaitUntilTableNotExists added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExists(arg0 interface{}) *gomock.Call

WaitUntilTableNotExists indicates an expected call of WaitUntilTableNotExists

func (*MockDynamoDBAPIMockRecorder) WaitUntilTableNotExistsWithContext added in v0.24.0

func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTableNotExistsWithContext indicates an expected call of WaitUntilTableNotExistsWithContext

type MockEC2API

type MockEC2API struct {
	// contains filtered or unexported fields
}

MockEC2API is a mock of EC2API interface

func NewMockEC2API

func NewMockEC2API(ctrl *gomock.Controller) *MockEC2API

NewMockEC2API creates a new mock instance

func (*MockEC2API) AuthorizeSecurityGroupIngress

func (m *MockEC2API) AuthorizeSecurityGroupIngress(arg0 context.Context, arg1 *ec2.AuthorizeSecurityGroupIngressInput, arg2 ...func(*ec2.Options)) (*ec2.AuthorizeSecurityGroupIngressOutput, error)

AuthorizeSecurityGroupIngress mocks base method

func (*MockEC2API) CreateTags

func (m *MockEC2API) CreateTags(arg0 context.Context, arg1 *ec2.CreateTagsInput, arg2 ...func(*ec2.Options)) (*ec2.CreateTagsOutput, error)

CreateTags mocks base method

func (*MockEC2API) DeleteTags

func (m *MockEC2API) DeleteTags(arg0 context.Context, arg1 *ec2.DeleteTagsInput, arg2 ...func(*ec2.Options)) (*ec2.DeleteTagsOutput, error)

DeleteTags mocks base method

func (*MockEC2API) DescribeAvailabilityZones

func (m *MockEC2API) DescribeAvailabilityZones(arg0 context.Context, arg1 *ec2.DescribeAvailabilityZonesInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeAvailabilityZonesOutput, error)

DescribeAvailabilityZones mocks base method

func (*MockEC2API) DescribeImages

func (m *MockEC2API) DescribeImages(arg0 context.Context, arg1 *ec2.DescribeImagesInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeImagesOutput, error)

DescribeImages mocks base method

func (*MockEC2API) DescribeSecurityGroups

func (m *MockEC2API) DescribeSecurityGroups(arg0 context.Context, arg1 *ec2.DescribeSecurityGroupsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeSecurityGroupsOutput, error)

DescribeSecurityGroups mocks base method

func (*MockEC2API) DescribeSubnets

func (m *MockEC2API) DescribeSubnets(arg0 context.Context, arg1 *ec2.DescribeSubnetsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeSubnetsOutput, error)

DescribeSubnets mocks base method

func (*MockEC2API) DescribeVpcs

func (m *MockEC2API) DescribeVpcs(arg0 context.Context, arg1 *ec2.DescribeVpcsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeVpcsOutput, error)

DescribeVpcs mocks base method

func (*MockEC2API) EXPECT

func (m *MockEC2API) EXPECT() *MockEC2APIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockEC2API) RevokeSecurityGroupIngress

func (m *MockEC2API) RevokeSecurityGroupIngress(arg0 context.Context, arg1 *ec2.RevokeSecurityGroupIngressInput, arg2 ...func(*ec2.Options)) (*ec2.RevokeSecurityGroupIngressOutput, error)

RevokeSecurityGroupIngress mocks base method

type MockEC2APIMockRecorder

type MockEC2APIMockRecorder struct {
	// contains filtered or unexported fields
}

MockEC2APIMockRecorder is the mock recorder for MockEC2API

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupIngress

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupIngress(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthorizeSecurityGroupIngress indicates an expected call of AuthorizeSecurityGroupIngress

func (*MockEC2APIMockRecorder) CreateTags

func (mr *MockEC2APIMockRecorder) CreateTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTags indicates an expected call of CreateTags

func (*MockEC2APIMockRecorder) DeleteTags

func (mr *MockEC2APIMockRecorder) DeleteTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTags indicates an expected call of DeleteTags

func (*MockEC2APIMockRecorder) DescribeAvailabilityZones

func (mr *MockEC2APIMockRecorder) DescribeAvailabilityZones(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAvailabilityZones indicates an expected call of DescribeAvailabilityZones

func (*MockEC2APIMockRecorder) DescribeImages

func (mr *MockEC2APIMockRecorder) DescribeImages(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImages indicates an expected call of DescribeImages

func (*MockEC2APIMockRecorder) DescribeSecurityGroups

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSecurityGroups indicates an expected call of DescribeSecurityGroups

func (*MockEC2APIMockRecorder) DescribeSubnets

func (mr *MockEC2APIMockRecorder) DescribeSubnets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSubnets indicates an expected call of DescribeSubnets

func (*MockEC2APIMockRecorder) DescribeVpcs

func (mr *MockEC2APIMockRecorder) DescribeVpcs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcs indicates an expected call of DescribeVpcs

func (*MockEC2APIMockRecorder) RevokeSecurityGroupIngress

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupIngress(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeSecurityGroupIngress indicates an expected call of RevokeSecurityGroupIngress

type MockIAMAPI

type MockIAMAPI struct {
	// contains filtered or unexported fields
}

MockIAMAPI is a mock of IAMAPI interface

func NewMockIAMAPI

func NewMockIAMAPI(ctrl *gomock.Controller) *MockIAMAPI

NewMockIAMAPI creates a new mock instance

func (*MockIAMAPI) AddClientIDToOpenIDConnectProvider

AddClientIDToOpenIDConnectProvider mocks base method

func (*MockIAMAPI) AddClientIDToOpenIDConnectProviderRequest

AddClientIDToOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) AddClientIDToOpenIDConnectProviderWithContext

func (m *MockIAMAPI) AddClientIDToOpenIDConnectProviderWithContext(arg0 context.Context, arg1 *iam.AddClientIDToOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.AddClientIDToOpenIDConnectProviderOutput, error)

AddClientIDToOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) AddRoleToInstanceProfile

AddRoleToInstanceProfile mocks base method

func (*MockIAMAPI) AddRoleToInstanceProfileRequest

func (m *MockIAMAPI) AddRoleToInstanceProfileRequest(arg0 *iam.AddRoleToInstanceProfileInput) (*request.Request, *iam.AddRoleToInstanceProfileOutput)

AddRoleToInstanceProfileRequest mocks base method

func (*MockIAMAPI) AddRoleToInstanceProfileWithContext

func (m *MockIAMAPI) AddRoleToInstanceProfileWithContext(arg0 context.Context, arg1 *iam.AddRoleToInstanceProfileInput, arg2 ...request.Option) (*iam.AddRoleToInstanceProfileOutput, error)

AddRoleToInstanceProfileWithContext mocks base method

func (*MockIAMAPI) AddUserToGroup

func (m *MockIAMAPI) AddUserToGroup(arg0 *iam.AddUserToGroupInput) (*iam.AddUserToGroupOutput, error)

AddUserToGroup mocks base method

func (*MockIAMAPI) AddUserToGroupRequest

func (m *MockIAMAPI) AddUserToGroupRequest(arg0 *iam.AddUserToGroupInput) (*request.Request, *iam.AddUserToGroupOutput)

AddUserToGroupRequest mocks base method

func (*MockIAMAPI) AddUserToGroupWithContext

func (m *MockIAMAPI) AddUserToGroupWithContext(arg0 context.Context, arg1 *iam.AddUserToGroupInput, arg2 ...request.Option) (*iam.AddUserToGroupOutput, error)

AddUserToGroupWithContext mocks base method

func (*MockIAMAPI) AttachGroupPolicy

func (m *MockIAMAPI) AttachGroupPolicy(arg0 *iam.AttachGroupPolicyInput) (*iam.AttachGroupPolicyOutput, error)

AttachGroupPolicy mocks base method

func (*MockIAMAPI) AttachGroupPolicyRequest

func (m *MockIAMAPI) AttachGroupPolicyRequest(arg0 *iam.AttachGroupPolicyInput) (*request.Request, *iam.AttachGroupPolicyOutput)

AttachGroupPolicyRequest mocks base method

func (*MockIAMAPI) AttachGroupPolicyWithContext

func (m *MockIAMAPI) AttachGroupPolicyWithContext(arg0 context.Context, arg1 *iam.AttachGroupPolicyInput, arg2 ...request.Option) (*iam.AttachGroupPolicyOutput, error)

AttachGroupPolicyWithContext mocks base method

func (*MockIAMAPI) AttachRolePolicy

func (m *MockIAMAPI) AttachRolePolicy(arg0 *iam.AttachRolePolicyInput) (*iam.AttachRolePolicyOutput, error)

AttachRolePolicy mocks base method

func (*MockIAMAPI) AttachRolePolicyRequest

func (m *MockIAMAPI) AttachRolePolicyRequest(arg0 *iam.AttachRolePolicyInput) (*request.Request, *iam.AttachRolePolicyOutput)

AttachRolePolicyRequest mocks base method

func (*MockIAMAPI) AttachRolePolicyWithContext

func (m *MockIAMAPI) AttachRolePolicyWithContext(arg0 context.Context, arg1 *iam.AttachRolePolicyInput, arg2 ...request.Option) (*iam.AttachRolePolicyOutput, error)

AttachRolePolicyWithContext mocks base method

func (*MockIAMAPI) AttachUserPolicy

func (m *MockIAMAPI) AttachUserPolicy(arg0 *iam.AttachUserPolicyInput) (*iam.AttachUserPolicyOutput, error)

AttachUserPolicy mocks base method

func (*MockIAMAPI) AttachUserPolicyRequest

func (m *MockIAMAPI) AttachUserPolicyRequest(arg0 *iam.AttachUserPolicyInput) (*request.Request, *iam.AttachUserPolicyOutput)

AttachUserPolicyRequest mocks base method

func (*MockIAMAPI) AttachUserPolicyWithContext

func (m *MockIAMAPI) AttachUserPolicyWithContext(arg0 context.Context, arg1 *iam.AttachUserPolicyInput, arg2 ...request.Option) (*iam.AttachUserPolicyOutput, error)

AttachUserPolicyWithContext mocks base method

func (*MockIAMAPI) ChangePassword

func (m *MockIAMAPI) ChangePassword(arg0 *iam.ChangePasswordInput) (*iam.ChangePasswordOutput, error)

ChangePassword mocks base method

func (*MockIAMAPI) ChangePasswordRequest

func (m *MockIAMAPI) ChangePasswordRequest(arg0 *iam.ChangePasswordInput) (*request.Request, *iam.ChangePasswordOutput)

ChangePasswordRequest mocks base method

func (*MockIAMAPI) ChangePasswordWithContext

func (m *MockIAMAPI) ChangePasswordWithContext(arg0 context.Context, arg1 *iam.ChangePasswordInput, arg2 ...request.Option) (*iam.ChangePasswordOutput, error)

ChangePasswordWithContext mocks base method

func (*MockIAMAPI) CreateAccessKey

func (m *MockIAMAPI) CreateAccessKey(arg0 *iam.CreateAccessKeyInput) (*iam.CreateAccessKeyOutput, error)

CreateAccessKey mocks base method

func (*MockIAMAPI) CreateAccessKeyRequest

func (m *MockIAMAPI) CreateAccessKeyRequest(arg0 *iam.CreateAccessKeyInput) (*request.Request, *iam.CreateAccessKeyOutput)

CreateAccessKeyRequest mocks base method

func (*MockIAMAPI) CreateAccessKeyWithContext

func (m *MockIAMAPI) CreateAccessKeyWithContext(arg0 context.Context, arg1 *iam.CreateAccessKeyInput, arg2 ...request.Option) (*iam.CreateAccessKeyOutput, error)

CreateAccessKeyWithContext mocks base method

func (*MockIAMAPI) CreateAccountAlias

func (m *MockIAMAPI) CreateAccountAlias(arg0 *iam.CreateAccountAliasInput) (*iam.CreateAccountAliasOutput, error)

CreateAccountAlias mocks base method

func (*MockIAMAPI) CreateAccountAliasRequest

func (m *MockIAMAPI) CreateAccountAliasRequest(arg0 *iam.CreateAccountAliasInput) (*request.Request, *iam.CreateAccountAliasOutput)

CreateAccountAliasRequest mocks base method

func (*MockIAMAPI) CreateAccountAliasWithContext

func (m *MockIAMAPI) CreateAccountAliasWithContext(arg0 context.Context, arg1 *iam.CreateAccountAliasInput, arg2 ...request.Option) (*iam.CreateAccountAliasOutput, error)

CreateAccountAliasWithContext mocks base method

func (*MockIAMAPI) CreateGroup

func (m *MockIAMAPI) CreateGroup(arg0 *iam.CreateGroupInput) (*iam.CreateGroupOutput, error)

CreateGroup mocks base method

func (*MockIAMAPI) CreateGroupRequest

func (m *MockIAMAPI) CreateGroupRequest(arg0 *iam.CreateGroupInput) (*request.Request, *iam.CreateGroupOutput)

CreateGroupRequest mocks base method

func (*MockIAMAPI) CreateGroupWithContext

func (m *MockIAMAPI) CreateGroupWithContext(arg0 context.Context, arg1 *iam.CreateGroupInput, arg2 ...request.Option) (*iam.CreateGroupOutput, error)

CreateGroupWithContext mocks base method

func (*MockIAMAPI) CreateInstanceProfile

func (m *MockIAMAPI) CreateInstanceProfile(arg0 *iam.CreateInstanceProfileInput) (*iam.CreateInstanceProfileOutput, error)

CreateInstanceProfile mocks base method

func (*MockIAMAPI) CreateInstanceProfileRequest

func (m *MockIAMAPI) CreateInstanceProfileRequest(arg0 *iam.CreateInstanceProfileInput) (*request.Request, *iam.CreateInstanceProfileOutput)

CreateInstanceProfileRequest mocks base method

func (*MockIAMAPI) CreateInstanceProfileWithContext

func (m *MockIAMAPI) CreateInstanceProfileWithContext(arg0 context.Context, arg1 *iam.CreateInstanceProfileInput, arg2 ...request.Option) (*iam.CreateInstanceProfileOutput, error)

CreateInstanceProfileWithContext mocks base method

func (*MockIAMAPI) CreateLoginProfile

func (m *MockIAMAPI) CreateLoginProfile(arg0 *iam.CreateLoginProfileInput) (*iam.CreateLoginProfileOutput, error)

CreateLoginProfile mocks base method

func (*MockIAMAPI) CreateLoginProfileRequest

func (m *MockIAMAPI) CreateLoginProfileRequest(arg0 *iam.CreateLoginProfileInput) (*request.Request, *iam.CreateLoginProfileOutput)

CreateLoginProfileRequest mocks base method

func (*MockIAMAPI) CreateLoginProfileWithContext

func (m *MockIAMAPI) CreateLoginProfileWithContext(arg0 context.Context, arg1 *iam.CreateLoginProfileInput, arg2 ...request.Option) (*iam.CreateLoginProfileOutput, error)

CreateLoginProfileWithContext mocks base method

func (*MockIAMAPI) CreateOpenIDConnectProvider

CreateOpenIDConnectProvider mocks base method

func (*MockIAMAPI) CreateOpenIDConnectProviderRequest

func (m *MockIAMAPI) CreateOpenIDConnectProviderRequest(arg0 *iam.CreateOpenIDConnectProviderInput) (*request.Request, *iam.CreateOpenIDConnectProviderOutput)

CreateOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) CreateOpenIDConnectProviderWithContext

func (m *MockIAMAPI) CreateOpenIDConnectProviderWithContext(arg0 context.Context, arg1 *iam.CreateOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.CreateOpenIDConnectProviderOutput, error)

CreateOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) CreatePolicy

func (m *MockIAMAPI) CreatePolicy(arg0 *iam.CreatePolicyInput) (*iam.CreatePolicyOutput, error)

CreatePolicy mocks base method

func (*MockIAMAPI) CreatePolicyRequest

func (m *MockIAMAPI) CreatePolicyRequest(arg0 *iam.CreatePolicyInput) (*request.Request, *iam.CreatePolicyOutput)

CreatePolicyRequest mocks base method

func (*MockIAMAPI) CreatePolicyVersion

func (m *MockIAMAPI) CreatePolicyVersion(arg0 *iam.CreatePolicyVersionInput) (*iam.CreatePolicyVersionOutput, error)

CreatePolicyVersion mocks base method

func (*MockIAMAPI) CreatePolicyVersionRequest

func (m *MockIAMAPI) CreatePolicyVersionRequest(arg0 *iam.CreatePolicyVersionInput) (*request.Request, *iam.CreatePolicyVersionOutput)

CreatePolicyVersionRequest mocks base method

func (*MockIAMAPI) CreatePolicyVersionWithContext

func (m *MockIAMAPI) CreatePolicyVersionWithContext(arg0 context.Context, arg1 *iam.CreatePolicyVersionInput, arg2 ...request.Option) (*iam.CreatePolicyVersionOutput, error)

CreatePolicyVersionWithContext mocks base method

func (*MockIAMAPI) CreatePolicyWithContext

func (m *MockIAMAPI) CreatePolicyWithContext(arg0 context.Context, arg1 *iam.CreatePolicyInput, arg2 ...request.Option) (*iam.CreatePolicyOutput, error)

CreatePolicyWithContext mocks base method

func (*MockIAMAPI) CreateRole

func (m *MockIAMAPI) CreateRole(arg0 *iam.CreateRoleInput) (*iam.CreateRoleOutput, error)

CreateRole mocks base method

func (*MockIAMAPI) CreateRoleRequest

func (m *MockIAMAPI) CreateRoleRequest(arg0 *iam.CreateRoleInput) (*request.Request, *iam.CreateRoleOutput)

CreateRoleRequest mocks base method

func (*MockIAMAPI) CreateRoleWithContext

func (m *MockIAMAPI) CreateRoleWithContext(arg0 context.Context, arg1 *iam.CreateRoleInput, arg2 ...request.Option) (*iam.CreateRoleOutput, error)

CreateRoleWithContext mocks base method

func (*MockIAMAPI) CreateSAMLProvider

func (m *MockIAMAPI) CreateSAMLProvider(arg0 *iam.CreateSAMLProviderInput) (*iam.CreateSAMLProviderOutput, error)

CreateSAMLProvider mocks base method

func (*MockIAMAPI) CreateSAMLProviderRequest

func (m *MockIAMAPI) CreateSAMLProviderRequest(arg0 *iam.CreateSAMLProviderInput) (*request.Request, *iam.CreateSAMLProviderOutput)

CreateSAMLProviderRequest mocks base method

func (*MockIAMAPI) CreateSAMLProviderWithContext

func (m *MockIAMAPI) CreateSAMLProviderWithContext(arg0 context.Context, arg1 *iam.CreateSAMLProviderInput, arg2 ...request.Option) (*iam.CreateSAMLProviderOutput, error)

CreateSAMLProviderWithContext mocks base method

func (*MockIAMAPI) CreateServiceLinkedRole

func (m *MockIAMAPI) CreateServiceLinkedRole(arg0 *iam.CreateServiceLinkedRoleInput) (*iam.CreateServiceLinkedRoleOutput, error)

CreateServiceLinkedRole mocks base method

func (*MockIAMAPI) CreateServiceLinkedRoleRequest

func (m *MockIAMAPI) CreateServiceLinkedRoleRequest(arg0 *iam.CreateServiceLinkedRoleInput) (*request.Request, *iam.CreateServiceLinkedRoleOutput)

CreateServiceLinkedRoleRequest mocks base method

func (*MockIAMAPI) CreateServiceLinkedRoleWithContext

func (m *MockIAMAPI) CreateServiceLinkedRoleWithContext(arg0 context.Context, arg1 *iam.CreateServiceLinkedRoleInput, arg2 ...request.Option) (*iam.CreateServiceLinkedRoleOutput, error)

CreateServiceLinkedRoleWithContext mocks base method

func (*MockIAMAPI) CreateServiceSpecificCredential

CreateServiceSpecificCredential mocks base method

func (*MockIAMAPI) CreateServiceSpecificCredentialRequest

func (m *MockIAMAPI) CreateServiceSpecificCredentialRequest(arg0 *iam.CreateServiceSpecificCredentialInput) (*request.Request, *iam.CreateServiceSpecificCredentialOutput)

CreateServiceSpecificCredentialRequest mocks base method

func (*MockIAMAPI) CreateServiceSpecificCredentialWithContext

func (m *MockIAMAPI) CreateServiceSpecificCredentialWithContext(arg0 context.Context, arg1 *iam.CreateServiceSpecificCredentialInput, arg2 ...request.Option) (*iam.CreateServiceSpecificCredentialOutput, error)

CreateServiceSpecificCredentialWithContext mocks base method

func (*MockIAMAPI) CreateUser

func (m *MockIAMAPI) CreateUser(arg0 *iam.CreateUserInput) (*iam.CreateUserOutput, error)

CreateUser mocks base method

func (*MockIAMAPI) CreateUserRequest

func (m *MockIAMAPI) CreateUserRequest(arg0 *iam.CreateUserInput) (*request.Request, *iam.CreateUserOutput)

CreateUserRequest mocks base method

func (*MockIAMAPI) CreateUserWithContext

func (m *MockIAMAPI) CreateUserWithContext(arg0 context.Context, arg1 *iam.CreateUserInput, arg2 ...request.Option) (*iam.CreateUserOutput, error)

CreateUserWithContext mocks base method

func (*MockIAMAPI) CreateVirtualMFADevice

func (m *MockIAMAPI) CreateVirtualMFADevice(arg0 *iam.CreateVirtualMFADeviceInput) (*iam.CreateVirtualMFADeviceOutput, error)

CreateVirtualMFADevice mocks base method

func (*MockIAMAPI) CreateVirtualMFADeviceRequest

func (m *MockIAMAPI) CreateVirtualMFADeviceRequest(arg0 *iam.CreateVirtualMFADeviceInput) (*request.Request, *iam.CreateVirtualMFADeviceOutput)

CreateVirtualMFADeviceRequest mocks base method

func (*MockIAMAPI) CreateVirtualMFADeviceWithContext

func (m *MockIAMAPI) CreateVirtualMFADeviceWithContext(arg0 context.Context, arg1 *iam.CreateVirtualMFADeviceInput, arg2 ...request.Option) (*iam.CreateVirtualMFADeviceOutput, error)

CreateVirtualMFADeviceWithContext mocks base method

func (*MockIAMAPI) DeactivateMFADevice

func (m *MockIAMAPI) DeactivateMFADevice(arg0 *iam.DeactivateMFADeviceInput) (*iam.DeactivateMFADeviceOutput, error)

DeactivateMFADevice mocks base method

func (*MockIAMAPI) DeactivateMFADeviceRequest

func (m *MockIAMAPI) DeactivateMFADeviceRequest(arg0 *iam.DeactivateMFADeviceInput) (*request.Request, *iam.DeactivateMFADeviceOutput)

DeactivateMFADeviceRequest mocks base method

func (*MockIAMAPI) DeactivateMFADeviceWithContext

func (m *MockIAMAPI) DeactivateMFADeviceWithContext(arg0 context.Context, arg1 *iam.DeactivateMFADeviceInput, arg2 ...request.Option) (*iam.DeactivateMFADeviceOutput, error)

DeactivateMFADeviceWithContext mocks base method

func (*MockIAMAPI) DeleteAccessKey

func (m *MockIAMAPI) DeleteAccessKey(arg0 *iam.DeleteAccessKeyInput) (*iam.DeleteAccessKeyOutput, error)

DeleteAccessKey mocks base method

func (*MockIAMAPI) DeleteAccessKeyRequest

func (m *MockIAMAPI) DeleteAccessKeyRequest(arg0 *iam.DeleteAccessKeyInput) (*request.Request, *iam.DeleteAccessKeyOutput)

DeleteAccessKeyRequest mocks base method

func (*MockIAMAPI) DeleteAccessKeyWithContext

func (m *MockIAMAPI) DeleteAccessKeyWithContext(arg0 context.Context, arg1 *iam.DeleteAccessKeyInput, arg2 ...request.Option) (*iam.DeleteAccessKeyOutput, error)

DeleteAccessKeyWithContext mocks base method

func (*MockIAMAPI) DeleteAccountAlias

func (m *MockIAMAPI) DeleteAccountAlias(arg0 *iam.DeleteAccountAliasInput) (*iam.DeleteAccountAliasOutput, error)

DeleteAccountAlias mocks base method

func (*MockIAMAPI) DeleteAccountAliasRequest

func (m *MockIAMAPI) DeleteAccountAliasRequest(arg0 *iam.DeleteAccountAliasInput) (*request.Request, *iam.DeleteAccountAliasOutput)

DeleteAccountAliasRequest mocks base method

func (*MockIAMAPI) DeleteAccountAliasWithContext

func (m *MockIAMAPI) DeleteAccountAliasWithContext(arg0 context.Context, arg1 *iam.DeleteAccountAliasInput, arg2 ...request.Option) (*iam.DeleteAccountAliasOutput, error)

DeleteAccountAliasWithContext mocks base method

func (*MockIAMAPI) DeleteAccountPasswordPolicy

DeleteAccountPasswordPolicy mocks base method

func (*MockIAMAPI) DeleteAccountPasswordPolicyRequest

func (m *MockIAMAPI) DeleteAccountPasswordPolicyRequest(arg0 *iam.DeleteAccountPasswordPolicyInput) (*request.Request, *iam.DeleteAccountPasswordPolicyOutput)

DeleteAccountPasswordPolicyRequest mocks base method

func (*MockIAMAPI) DeleteAccountPasswordPolicyWithContext

func (m *MockIAMAPI) DeleteAccountPasswordPolicyWithContext(arg0 context.Context, arg1 *iam.DeleteAccountPasswordPolicyInput, arg2 ...request.Option) (*iam.DeleteAccountPasswordPolicyOutput, error)

DeleteAccountPasswordPolicyWithContext mocks base method

func (*MockIAMAPI) DeleteGroup

func (m *MockIAMAPI) DeleteGroup(arg0 *iam.DeleteGroupInput) (*iam.DeleteGroupOutput, error)

DeleteGroup mocks base method

func (*MockIAMAPI) DeleteGroupPolicy

func (m *MockIAMAPI) DeleteGroupPolicy(arg0 *iam.DeleteGroupPolicyInput) (*iam.DeleteGroupPolicyOutput, error)

DeleteGroupPolicy mocks base method

func (*MockIAMAPI) DeleteGroupPolicyRequest

func (m *MockIAMAPI) DeleteGroupPolicyRequest(arg0 *iam.DeleteGroupPolicyInput) (*request.Request, *iam.DeleteGroupPolicyOutput)

DeleteGroupPolicyRequest mocks base method

func (*MockIAMAPI) DeleteGroupPolicyWithContext

func (m *MockIAMAPI) DeleteGroupPolicyWithContext(arg0 context.Context, arg1 *iam.DeleteGroupPolicyInput, arg2 ...request.Option) (*iam.DeleteGroupPolicyOutput, error)

DeleteGroupPolicyWithContext mocks base method

func (*MockIAMAPI) DeleteGroupRequest

func (m *MockIAMAPI) DeleteGroupRequest(arg0 *iam.DeleteGroupInput) (*request.Request, *iam.DeleteGroupOutput)

DeleteGroupRequest mocks base method

func (*MockIAMAPI) DeleteGroupWithContext

func (m *MockIAMAPI) DeleteGroupWithContext(arg0 context.Context, arg1 *iam.DeleteGroupInput, arg2 ...request.Option) (*iam.DeleteGroupOutput, error)

DeleteGroupWithContext mocks base method

func (*MockIAMAPI) DeleteInstanceProfile

func (m *MockIAMAPI) DeleteInstanceProfile(arg0 *iam.DeleteInstanceProfileInput) (*iam.DeleteInstanceProfileOutput, error)

DeleteInstanceProfile mocks base method

func (*MockIAMAPI) DeleteInstanceProfileRequest

func (m *MockIAMAPI) DeleteInstanceProfileRequest(arg0 *iam.DeleteInstanceProfileInput) (*request.Request, *iam.DeleteInstanceProfileOutput)

DeleteInstanceProfileRequest mocks base method

func (*MockIAMAPI) DeleteInstanceProfileWithContext

func (m *MockIAMAPI) DeleteInstanceProfileWithContext(arg0 context.Context, arg1 *iam.DeleteInstanceProfileInput, arg2 ...request.Option) (*iam.DeleteInstanceProfileOutput, error)

DeleteInstanceProfileWithContext mocks base method

func (*MockIAMAPI) DeleteLoginProfile

func (m *MockIAMAPI) DeleteLoginProfile(arg0 *iam.DeleteLoginProfileInput) (*iam.DeleteLoginProfileOutput, error)

DeleteLoginProfile mocks base method

func (*MockIAMAPI) DeleteLoginProfileRequest

func (m *MockIAMAPI) DeleteLoginProfileRequest(arg0 *iam.DeleteLoginProfileInput) (*request.Request, *iam.DeleteLoginProfileOutput)

DeleteLoginProfileRequest mocks base method

func (*MockIAMAPI) DeleteLoginProfileWithContext

func (m *MockIAMAPI) DeleteLoginProfileWithContext(arg0 context.Context, arg1 *iam.DeleteLoginProfileInput, arg2 ...request.Option) (*iam.DeleteLoginProfileOutput, error)

DeleteLoginProfileWithContext mocks base method

func (*MockIAMAPI) DeleteOpenIDConnectProvider

DeleteOpenIDConnectProvider mocks base method

func (*MockIAMAPI) DeleteOpenIDConnectProviderRequest

func (m *MockIAMAPI) DeleteOpenIDConnectProviderRequest(arg0 *iam.DeleteOpenIDConnectProviderInput) (*request.Request, *iam.DeleteOpenIDConnectProviderOutput)

DeleteOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) DeleteOpenIDConnectProviderWithContext

func (m *MockIAMAPI) DeleteOpenIDConnectProviderWithContext(arg0 context.Context, arg1 *iam.DeleteOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.DeleteOpenIDConnectProviderOutput, error)

DeleteOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) DeletePolicy

func (m *MockIAMAPI) DeletePolicy(arg0 *iam.DeletePolicyInput) (*iam.DeletePolicyOutput, error)

DeletePolicy mocks base method

func (*MockIAMAPI) DeletePolicyRequest

func (m *MockIAMAPI) DeletePolicyRequest(arg0 *iam.DeletePolicyInput) (*request.Request, *iam.DeletePolicyOutput)

DeletePolicyRequest mocks base method

func (*MockIAMAPI) DeletePolicyVersion

func (m *MockIAMAPI) DeletePolicyVersion(arg0 *iam.DeletePolicyVersionInput) (*iam.DeletePolicyVersionOutput, error)

DeletePolicyVersion mocks base method

func (*MockIAMAPI) DeletePolicyVersionRequest

func (m *MockIAMAPI) DeletePolicyVersionRequest(arg0 *iam.DeletePolicyVersionInput) (*request.Request, *iam.DeletePolicyVersionOutput)

DeletePolicyVersionRequest mocks base method

func (*MockIAMAPI) DeletePolicyVersionWithContext

func (m *MockIAMAPI) DeletePolicyVersionWithContext(arg0 context.Context, arg1 *iam.DeletePolicyVersionInput, arg2 ...request.Option) (*iam.DeletePolicyVersionOutput, error)

DeletePolicyVersionWithContext mocks base method

func (*MockIAMAPI) DeletePolicyWithContext

func (m *MockIAMAPI) DeletePolicyWithContext(arg0 context.Context, arg1 *iam.DeletePolicyInput, arg2 ...request.Option) (*iam.DeletePolicyOutput, error)

DeletePolicyWithContext mocks base method

func (*MockIAMAPI) DeleteRole

func (m *MockIAMAPI) DeleteRole(arg0 *iam.DeleteRoleInput) (*iam.DeleteRoleOutput, error)

DeleteRole mocks base method

func (*MockIAMAPI) DeleteRolePermissionsBoundary

DeleteRolePermissionsBoundary mocks base method

func (*MockIAMAPI) DeleteRolePermissionsBoundaryRequest

func (m *MockIAMAPI) DeleteRolePermissionsBoundaryRequest(arg0 *iam.DeleteRolePermissionsBoundaryInput) (*request.Request, *iam.DeleteRolePermissionsBoundaryOutput)

DeleteRolePermissionsBoundaryRequest mocks base method

func (*MockIAMAPI) DeleteRolePermissionsBoundaryWithContext

func (m *MockIAMAPI) DeleteRolePermissionsBoundaryWithContext(arg0 context.Context, arg1 *iam.DeleteRolePermissionsBoundaryInput, arg2 ...request.Option) (*iam.DeleteRolePermissionsBoundaryOutput, error)

DeleteRolePermissionsBoundaryWithContext mocks base method

func (*MockIAMAPI) DeleteRolePolicy

func (m *MockIAMAPI) DeleteRolePolicy(arg0 *iam.DeleteRolePolicyInput) (*iam.DeleteRolePolicyOutput, error)

DeleteRolePolicy mocks base method

func (*MockIAMAPI) DeleteRolePolicyRequest

func (m *MockIAMAPI) DeleteRolePolicyRequest(arg0 *iam.DeleteRolePolicyInput) (*request.Request, *iam.DeleteRolePolicyOutput)

DeleteRolePolicyRequest mocks base method

func (*MockIAMAPI) DeleteRolePolicyWithContext

func (m *MockIAMAPI) DeleteRolePolicyWithContext(arg0 context.Context, arg1 *iam.DeleteRolePolicyInput, arg2 ...request.Option) (*iam.DeleteRolePolicyOutput, error)

DeleteRolePolicyWithContext mocks base method

func (*MockIAMAPI) DeleteRoleRequest

func (m *MockIAMAPI) DeleteRoleRequest(arg0 *iam.DeleteRoleInput) (*request.Request, *iam.DeleteRoleOutput)

DeleteRoleRequest mocks base method

func (*MockIAMAPI) DeleteRoleWithContext

func (m *MockIAMAPI) DeleteRoleWithContext(arg0 context.Context, arg1 *iam.DeleteRoleInput, arg2 ...request.Option) (*iam.DeleteRoleOutput, error)

DeleteRoleWithContext mocks base method

func (*MockIAMAPI) DeleteSAMLProvider

func (m *MockIAMAPI) DeleteSAMLProvider(arg0 *iam.DeleteSAMLProviderInput) (*iam.DeleteSAMLProviderOutput, error)

DeleteSAMLProvider mocks base method

func (*MockIAMAPI) DeleteSAMLProviderRequest

func (m *MockIAMAPI) DeleteSAMLProviderRequest(arg0 *iam.DeleteSAMLProviderInput) (*request.Request, *iam.DeleteSAMLProviderOutput)

DeleteSAMLProviderRequest mocks base method

func (*MockIAMAPI) DeleteSAMLProviderWithContext

func (m *MockIAMAPI) DeleteSAMLProviderWithContext(arg0 context.Context, arg1 *iam.DeleteSAMLProviderInput, arg2 ...request.Option) (*iam.DeleteSAMLProviderOutput, error)

DeleteSAMLProviderWithContext mocks base method

func (*MockIAMAPI) DeleteSSHPublicKey

func (m *MockIAMAPI) DeleteSSHPublicKey(arg0 *iam.DeleteSSHPublicKeyInput) (*iam.DeleteSSHPublicKeyOutput, error)

DeleteSSHPublicKey mocks base method

func (*MockIAMAPI) DeleteSSHPublicKeyRequest

func (m *MockIAMAPI) DeleteSSHPublicKeyRequest(arg0 *iam.DeleteSSHPublicKeyInput) (*request.Request, *iam.DeleteSSHPublicKeyOutput)

DeleteSSHPublicKeyRequest mocks base method

func (*MockIAMAPI) DeleteSSHPublicKeyWithContext

func (m *MockIAMAPI) DeleteSSHPublicKeyWithContext(arg0 context.Context, arg1 *iam.DeleteSSHPublicKeyInput, arg2 ...request.Option) (*iam.DeleteSSHPublicKeyOutput, error)

DeleteSSHPublicKeyWithContext mocks base method

func (*MockIAMAPI) DeleteServerCertificate

func (m *MockIAMAPI) DeleteServerCertificate(arg0 *iam.DeleteServerCertificateInput) (*iam.DeleteServerCertificateOutput, error)

DeleteServerCertificate mocks base method

func (*MockIAMAPI) DeleteServerCertificateRequest

func (m *MockIAMAPI) DeleteServerCertificateRequest(arg0 *iam.DeleteServerCertificateInput) (*request.Request, *iam.DeleteServerCertificateOutput)

DeleteServerCertificateRequest mocks base method

func (*MockIAMAPI) DeleteServerCertificateWithContext

func (m *MockIAMAPI) DeleteServerCertificateWithContext(arg0 context.Context, arg1 *iam.DeleteServerCertificateInput, arg2 ...request.Option) (*iam.DeleteServerCertificateOutput, error)

DeleteServerCertificateWithContext mocks base method

func (*MockIAMAPI) DeleteServiceLinkedRole

func (m *MockIAMAPI) DeleteServiceLinkedRole(arg0 *iam.DeleteServiceLinkedRoleInput) (*iam.DeleteServiceLinkedRoleOutput, error)

DeleteServiceLinkedRole mocks base method

func (*MockIAMAPI) DeleteServiceLinkedRoleRequest

func (m *MockIAMAPI) DeleteServiceLinkedRoleRequest(arg0 *iam.DeleteServiceLinkedRoleInput) (*request.Request, *iam.DeleteServiceLinkedRoleOutput)

DeleteServiceLinkedRoleRequest mocks base method

func (*MockIAMAPI) DeleteServiceLinkedRoleWithContext

func (m *MockIAMAPI) DeleteServiceLinkedRoleWithContext(arg0 context.Context, arg1 *iam.DeleteServiceLinkedRoleInput, arg2 ...request.Option) (*iam.DeleteServiceLinkedRoleOutput, error)

DeleteServiceLinkedRoleWithContext mocks base method

func (*MockIAMAPI) DeleteServiceSpecificCredential

DeleteServiceSpecificCredential mocks base method

func (*MockIAMAPI) DeleteServiceSpecificCredentialRequest

func (m *MockIAMAPI) DeleteServiceSpecificCredentialRequest(arg0 *iam.DeleteServiceSpecificCredentialInput) (*request.Request, *iam.DeleteServiceSpecificCredentialOutput)

DeleteServiceSpecificCredentialRequest mocks base method

func (*MockIAMAPI) DeleteServiceSpecificCredentialWithContext

func (m *MockIAMAPI) DeleteServiceSpecificCredentialWithContext(arg0 context.Context, arg1 *iam.DeleteServiceSpecificCredentialInput, arg2 ...request.Option) (*iam.DeleteServiceSpecificCredentialOutput, error)

DeleteServiceSpecificCredentialWithContext mocks base method

func (*MockIAMAPI) DeleteSigningCertificate

DeleteSigningCertificate mocks base method

func (*MockIAMAPI) DeleteSigningCertificateRequest

func (m *MockIAMAPI) DeleteSigningCertificateRequest(arg0 *iam.DeleteSigningCertificateInput) (*request.Request, *iam.DeleteSigningCertificateOutput)

DeleteSigningCertificateRequest mocks base method

func (*MockIAMAPI) DeleteSigningCertificateWithContext

func (m *MockIAMAPI) DeleteSigningCertificateWithContext(arg0 context.Context, arg1 *iam.DeleteSigningCertificateInput, arg2 ...request.Option) (*iam.DeleteSigningCertificateOutput, error)

DeleteSigningCertificateWithContext mocks base method

func (*MockIAMAPI) DeleteUser

func (m *MockIAMAPI) DeleteUser(arg0 *iam.DeleteUserInput) (*iam.DeleteUserOutput, error)

DeleteUser mocks base method

func (*MockIAMAPI) DeleteUserPermissionsBoundary

DeleteUserPermissionsBoundary mocks base method

func (*MockIAMAPI) DeleteUserPermissionsBoundaryRequest

func (m *MockIAMAPI) DeleteUserPermissionsBoundaryRequest(arg0 *iam.DeleteUserPermissionsBoundaryInput) (*request.Request, *iam.DeleteUserPermissionsBoundaryOutput)

DeleteUserPermissionsBoundaryRequest mocks base method

func (*MockIAMAPI) DeleteUserPermissionsBoundaryWithContext

func (m *MockIAMAPI) DeleteUserPermissionsBoundaryWithContext(arg0 context.Context, arg1 *iam.DeleteUserPermissionsBoundaryInput, arg2 ...request.Option) (*iam.DeleteUserPermissionsBoundaryOutput, error)

DeleteUserPermissionsBoundaryWithContext mocks base method

func (*MockIAMAPI) DeleteUserPolicy

func (m *MockIAMAPI) DeleteUserPolicy(arg0 *iam.DeleteUserPolicyInput) (*iam.DeleteUserPolicyOutput, error)

DeleteUserPolicy mocks base method

func (*MockIAMAPI) DeleteUserPolicyRequest

func (m *MockIAMAPI) DeleteUserPolicyRequest(arg0 *iam.DeleteUserPolicyInput) (*request.Request, *iam.DeleteUserPolicyOutput)

DeleteUserPolicyRequest mocks base method

func (*MockIAMAPI) DeleteUserPolicyWithContext

func (m *MockIAMAPI) DeleteUserPolicyWithContext(arg0 context.Context, arg1 *iam.DeleteUserPolicyInput, arg2 ...request.Option) (*iam.DeleteUserPolicyOutput, error)

DeleteUserPolicyWithContext mocks base method

func (*MockIAMAPI) DeleteUserRequest

func (m *MockIAMAPI) DeleteUserRequest(arg0 *iam.DeleteUserInput) (*request.Request, *iam.DeleteUserOutput)

DeleteUserRequest mocks base method

func (*MockIAMAPI) DeleteUserWithContext

func (m *MockIAMAPI) DeleteUserWithContext(arg0 context.Context, arg1 *iam.DeleteUserInput, arg2 ...request.Option) (*iam.DeleteUserOutput, error)

DeleteUserWithContext mocks base method

func (*MockIAMAPI) DeleteVirtualMFADevice

func (m *MockIAMAPI) DeleteVirtualMFADevice(arg0 *iam.DeleteVirtualMFADeviceInput) (*iam.DeleteVirtualMFADeviceOutput, error)

DeleteVirtualMFADevice mocks base method

func (*MockIAMAPI) DeleteVirtualMFADeviceRequest

func (m *MockIAMAPI) DeleteVirtualMFADeviceRequest(arg0 *iam.DeleteVirtualMFADeviceInput) (*request.Request, *iam.DeleteVirtualMFADeviceOutput)

DeleteVirtualMFADeviceRequest mocks base method

func (*MockIAMAPI) DeleteVirtualMFADeviceWithContext

func (m *MockIAMAPI) DeleteVirtualMFADeviceWithContext(arg0 context.Context, arg1 *iam.DeleteVirtualMFADeviceInput, arg2 ...request.Option) (*iam.DeleteVirtualMFADeviceOutput, error)

DeleteVirtualMFADeviceWithContext mocks base method

func (*MockIAMAPI) DetachGroupPolicy

func (m *MockIAMAPI) DetachGroupPolicy(arg0 *iam.DetachGroupPolicyInput) (*iam.DetachGroupPolicyOutput, error)

DetachGroupPolicy mocks base method

func (*MockIAMAPI) DetachGroupPolicyRequest

func (m *MockIAMAPI) DetachGroupPolicyRequest(arg0 *iam.DetachGroupPolicyInput) (*request.Request, *iam.DetachGroupPolicyOutput)

DetachGroupPolicyRequest mocks base method

func (*MockIAMAPI) DetachGroupPolicyWithContext

func (m *MockIAMAPI) DetachGroupPolicyWithContext(arg0 context.Context, arg1 *iam.DetachGroupPolicyInput, arg2 ...request.Option) (*iam.DetachGroupPolicyOutput, error)

DetachGroupPolicyWithContext mocks base method

func (*MockIAMAPI) DetachRolePolicy

func (m *MockIAMAPI) DetachRolePolicy(arg0 *iam.DetachRolePolicyInput) (*iam.DetachRolePolicyOutput, error)

DetachRolePolicy mocks base method

func (*MockIAMAPI) DetachRolePolicyRequest

func (m *MockIAMAPI) DetachRolePolicyRequest(arg0 *iam.DetachRolePolicyInput) (*request.Request, *iam.DetachRolePolicyOutput)

DetachRolePolicyRequest mocks base method

func (*MockIAMAPI) DetachRolePolicyWithContext

func (m *MockIAMAPI) DetachRolePolicyWithContext(arg0 context.Context, arg1 *iam.DetachRolePolicyInput, arg2 ...request.Option) (*iam.DetachRolePolicyOutput, error)

DetachRolePolicyWithContext mocks base method

func (*MockIAMAPI) DetachUserPolicy

func (m *MockIAMAPI) DetachUserPolicy(arg0 *iam.DetachUserPolicyInput) (*iam.DetachUserPolicyOutput, error)

DetachUserPolicy mocks base method

func (*MockIAMAPI) DetachUserPolicyRequest

func (m *MockIAMAPI) DetachUserPolicyRequest(arg0 *iam.DetachUserPolicyInput) (*request.Request, *iam.DetachUserPolicyOutput)

DetachUserPolicyRequest mocks base method

func (*MockIAMAPI) DetachUserPolicyWithContext

func (m *MockIAMAPI) DetachUserPolicyWithContext(arg0 context.Context, arg1 *iam.DetachUserPolicyInput, arg2 ...request.Option) (*iam.DetachUserPolicyOutput, error)

DetachUserPolicyWithContext mocks base method

func (*MockIAMAPI) EXPECT

func (m *MockIAMAPI) EXPECT() *MockIAMAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockIAMAPI) EnableMFADevice

func (m *MockIAMAPI) EnableMFADevice(arg0 *iam.EnableMFADeviceInput) (*iam.EnableMFADeviceOutput, error)

EnableMFADevice mocks base method

func (*MockIAMAPI) EnableMFADeviceRequest

func (m *MockIAMAPI) EnableMFADeviceRequest(arg0 *iam.EnableMFADeviceInput) (*request.Request, *iam.EnableMFADeviceOutput)

EnableMFADeviceRequest mocks base method

func (*MockIAMAPI) EnableMFADeviceWithContext

func (m *MockIAMAPI) EnableMFADeviceWithContext(arg0 context.Context, arg1 *iam.EnableMFADeviceInput, arg2 ...request.Option) (*iam.EnableMFADeviceOutput, error)

EnableMFADeviceWithContext mocks base method

func (*MockIAMAPI) GenerateCredentialReport

GenerateCredentialReport mocks base method

func (*MockIAMAPI) GenerateCredentialReportRequest

func (m *MockIAMAPI) GenerateCredentialReportRequest(arg0 *iam.GenerateCredentialReportInput) (*request.Request, *iam.GenerateCredentialReportOutput)

GenerateCredentialReportRequest mocks base method

func (*MockIAMAPI) GenerateCredentialReportWithContext

func (m *MockIAMAPI) GenerateCredentialReportWithContext(arg0 context.Context, arg1 *iam.GenerateCredentialReportInput, arg2 ...request.Option) (*iam.GenerateCredentialReportOutput, error)

GenerateCredentialReportWithContext mocks base method

func (*MockIAMAPI) GenerateOrganizationsAccessReport

GenerateOrganizationsAccessReport mocks base method

func (*MockIAMAPI) GenerateOrganizationsAccessReportRequest

GenerateOrganizationsAccessReportRequest mocks base method

func (*MockIAMAPI) GenerateOrganizationsAccessReportWithContext

func (m *MockIAMAPI) GenerateOrganizationsAccessReportWithContext(arg0 context.Context, arg1 *iam.GenerateOrganizationsAccessReportInput, arg2 ...request.Option) (*iam.GenerateOrganizationsAccessReportOutput, error)

GenerateOrganizationsAccessReportWithContext mocks base method

func (*MockIAMAPI) GenerateServiceLastAccessedDetails

GenerateServiceLastAccessedDetails mocks base method

func (*MockIAMAPI) GenerateServiceLastAccessedDetailsRequest

GenerateServiceLastAccessedDetailsRequest mocks base method

func (*MockIAMAPI) GenerateServiceLastAccessedDetailsWithContext

func (m *MockIAMAPI) GenerateServiceLastAccessedDetailsWithContext(arg0 context.Context, arg1 *iam.GenerateServiceLastAccessedDetailsInput, arg2 ...request.Option) (*iam.GenerateServiceLastAccessedDetailsOutput, error)

GenerateServiceLastAccessedDetailsWithContext mocks base method

func (*MockIAMAPI) GetAccessKeyLastUsed

func (m *MockIAMAPI) GetAccessKeyLastUsed(arg0 *iam.GetAccessKeyLastUsedInput) (*iam.GetAccessKeyLastUsedOutput, error)

GetAccessKeyLastUsed mocks base method

func (*MockIAMAPI) GetAccessKeyLastUsedRequest

func (m *MockIAMAPI) GetAccessKeyLastUsedRequest(arg0 *iam.GetAccessKeyLastUsedInput) (*request.Request, *iam.GetAccessKeyLastUsedOutput)

GetAccessKeyLastUsedRequest mocks base method

func (*MockIAMAPI) GetAccessKeyLastUsedWithContext

func (m *MockIAMAPI) GetAccessKeyLastUsedWithContext(arg0 context.Context, arg1 *iam.GetAccessKeyLastUsedInput, arg2 ...request.Option) (*iam.GetAccessKeyLastUsedOutput, error)

GetAccessKeyLastUsedWithContext mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetails

GetAccountAuthorizationDetails mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetailsPages

func (m *MockIAMAPI) GetAccountAuthorizationDetailsPages(arg0 *iam.GetAccountAuthorizationDetailsInput, arg1 func(*iam.GetAccountAuthorizationDetailsOutput, bool) bool) error

GetAccountAuthorizationDetailsPages mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetailsPagesWithContext

func (m *MockIAMAPI) GetAccountAuthorizationDetailsPagesWithContext(arg0 context.Context, arg1 *iam.GetAccountAuthorizationDetailsInput, arg2 func(*iam.GetAccountAuthorizationDetailsOutput, bool) bool, arg3 ...request.Option) error

GetAccountAuthorizationDetailsPagesWithContext mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetailsRequest

func (m *MockIAMAPI) GetAccountAuthorizationDetailsRequest(arg0 *iam.GetAccountAuthorizationDetailsInput) (*request.Request, *iam.GetAccountAuthorizationDetailsOutput)

GetAccountAuthorizationDetailsRequest mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetailsWithContext

func (m *MockIAMAPI) GetAccountAuthorizationDetailsWithContext(arg0 context.Context, arg1 *iam.GetAccountAuthorizationDetailsInput, arg2 ...request.Option) (*iam.GetAccountAuthorizationDetailsOutput, error)

GetAccountAuthorizationDetailsWithContext mocks base method

func (*MockIAMAPI) GetAccountPasswordPolicy

GetAccountPasswordPolicy mocks base method

func (*MockIAMAPI) GetAccountPasswordPolicyRequest

func (m *MockIAMAPI) GetAccountPasswordPolicyRequest(arg0 *iam.GetAccountPasswordPolicyInput) (*request.Request, *iam.GetAccountPasswordPolicyOutput)

GetAccountPasswordPolicyRequest mocks base method

func (*MockIAMAPI) GetAccountPasswordPolicyWithContext

func (m *MockIAMAPI) GetAccountPasswordPolicyWithContext(arg0 context.Context, arg1 *iam.GetAccountPasswordPolicyInput, arg2 ...request.Option) (*iam.GetAccountPasswordPolicyOutput, error)

GetAccountPasswordPolicyWithContext mocks base method

func (*MockIAMAPI) GetAccountSummary

func (m *MockIAMAPI) GetAccountSummary(arg0 *iam.GetAccountSummaryInput) (*iam.GetAccountSummaryOutput, error)

GetAccountSummary mocks base method

func (*MockIAMAPI) GetAccountSummaryRequest

func (m *MockIAMAPI) GetAccountSummaryRequest(arg0 *iam.GetAccountSummaryInput) (*request.Request, *iam.GetAccountSummaryOutput)

GetAccountSummaryRequest mocks base method

func (*MockIAMAPI) GetAccountSummaryWithContext

func (m *MockIAMAPI) GetAccountSummaryWithContext(arg0 context.Context, arg1 *iam.GetAccountSummaryInput, arg2 ...request.Option) (*iam.GetAccountSummaryOutput, error)

GetAccountSummaryWithContext mocks base method

func (*MockIAMAPI) GetContextKeysForCustomPolicy

func (m *MockIAMAPI) GetContextKeysForCustomPolicy(arg0 *iam.GetContextKeysForCustomPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForCustomPolicy mocks base method

func (*MockIAMAPI) GetContextKeysForCustomPolicyRequest

func (m *MockIAMAPI) GetContextKeysForCustomPolicyRequest(arg0 *iam.GetContextKeysForCustomPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)

GetContextKeysForCustomPolicyRequest mocks base method

func (*MockIAMAPI) GetContextKeysForCustomPolicyWithContext

func (m *MockIAMAPI) GetContextKeysForCustomPolicyWithContext(arg0 context.Context, arg1 *iam.GetContextKeysForCustomPolicyInput, arg2 ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForCustomPolicyWithContext mocks base method

func (*MockIAMAPI) GetContextKeysForPrincipalPolicy

func (m *MockIAMAPI) GetContextKeysForPrincipalPolicy(arg0 *iam.GetContextKeysForPrincipalPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForPrincipalPolicy mocks base method

func (*MockIAMAPI) GetContextKeysForPrincipalPolicyRequest

func (m *MockIAMAPI) GetContextKeysForPrincipalPolicyRequest(arg0 *iam.GetContextKeysForPrincipalPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)

GetContextKeysForPrincipalPolicyRequest mocks base method

func (*MockIAMAPI) GetContextKeysForPrincipalPolicyWithContext

func (m *MockIAMAPI) GetContextKeysForPrincipalPolicyWithContext(arg0 context.Context, arg1 *iam.GetContextKeysForPrincipalPolicyInput, arg2 ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForPrincipalPolicyWithContext mocks base method

func (*MockIAMAPI) GetCredentialReport

func (m *MockIAMAPI) GetCredentialReport(arg0 *iam.GetCredentialReportInput) (*iam.GetCredentialReportOutput, error)

GetCredentialReport mocks base method

func (*MockIAMAPI) GetCredentialReportRequest

func (m *MockIAMAPI) GetCredentialReportRequest(arg0 *iam.GetCredentialReportInput) (*request.Request, *iam.GetCredentialReportOutput)

GetCredentialReportRequest mocks base method

func (*MockIAMAPI) GetCredentialReportWithContext

func (m *MockIAMAPI) GetCredentialReportWithContext(arg0 context.Context, arg1 *iam.GetCredentialReportInput, arg2 ...request.Option) (*iam.GetCredentialReportOutput, error)

GetCredentialReportWithContext mocks base method

func (*MockIAMAPI) GetGroup

func (m *MockIAMAPI) GetGroup(arg0 *iam.GetGroupInput) (*iam.GetGroupOutput, error)

GetGroup mocks base method

func (*MockIAMAPI) GetGroupPages

func (m *MockIAMAPI) GetGroupPages(arg0 *iam.GetGroupInput, arg1 func(*iam.GetGroupOutput, bool) bool) error

GetGroupPages mocks base method

func (*MockIAMAPI) GetGroupPagesWithContext

func (m *MockIAMAPI) GetGroupPagesWithContext(arg0 context.Context, arg1 *iam.GetGroupInput, arg2 func(*iam.GetGroupOutput, bool) bool, arg3 ...request.Option) error

GetGroupPagesWithContext mocks base method

func (*MockIAMAPI) GetGroupPolicy

func (m *MockIAMAPI) GetGroupPolicy(arg0 *iam.GetGroupPolicyInput) (*iam.GetGroupPolicyOutput, error)

GetGroupPolicy mocks base method

func (*MockIAMAPI) GetGroupPolicyRequest

func (m *MockIAMAPI) GetGroupPolicyRequest(arg0 *iam.GetGroupPolicyInput) (*request.Request, *iam.GetGroupPolicyOutput)

GetGroupPolicyRequest mocks base method

func (*MockIAMAPI) GetGroupPolicyWithContext

func (m *MockIAMAPI) GetGroupPolicyWithContext(arg0 context.Context, arg1 *iam.GetGroupPolicyInput, arg2 ...request.Option) (*iam.GetGroupPolicyOutput, error)

GetGroupPolicyWithContext mocks base method

func (*MockIAMAPI) GetGroupRequest

func (m *MockIAMAPI) GetGroupRequest(arg0 *iam.GetGroupInput) (*request.Request, *iam.GetGroupOutput)

GetGroupRequest mocks base method

func (*MockIAMAPI) GetGroupWithContext

func (m *MockIAMAPI) GetGroupWithContext(arg0 context.Context, arg1 *iam.GetGroupInput, arg2 ...request.Option) (*iam.GetGroupOutput, error)

GetGroupWithContext mocks base method

func (*MockIAMAPI) GetInstanceProfile

func (m *MockIAMAPI) GetInstanceProfile(arg0 *iam.GetInstanceProfileInput) (*iam.GetInstanceProfileOutput, error)

GetInstanceProfile mocks base method

func (*MockIAMAPI) GetInstanceProfileRequest

func (m *MockIAMAPI) GetInstanceProfileRequest(arg0 *iam.GetInstanceProfileInput) (*request.Request, *iam.GetInstanceProfileOutput)

GetInstanceProfileRequest mocks base method

func (*MockIAMAPI) GetInstanceProfileWithContext

func (m *MockIAMAPI) GetInstanceProfileWithContext(arg0 context.Context, arg1 *iam.GetInstanceProfileInput, arg2 ...request.Option) (*iam.GetInstanceProfileOutput, error)

GetInstanceProfileWithContext mocks base method

func (*MockIAMAPI) GetLoginProfile

func (m *MockIAMAPI) GetLoginProfile(arg0 *iam.GetLoginProfileInput) (*iam.GetLoginProfileOutput, error)

GetLoginProfile mocks base method

func (*MockIAMAPI) GetLoginProfileRequest

func (m *MockIAMAPI) GetLoginProfileRequest(arg0 *iam.GetLoginProfileInput) (*request.Request, *iam.GetLoginProfileOutput)

GetLoginProfileRequest mocks base method

func (*MockIAMAPI) GetLoginProfileWithContext

func (m *MockIAMAPI) GetLoginProfileWithContext(arg0 context.Context, arg1 *iam.GetLoginProfileInput, arg2 ...request.Option) (*iam.GetLoginProfileOutput, error)

GetLoginProfileWithContext mocks base method

func (*MockIAMAPI) GetOpenIDConnectProvider

GetOpenIDConnectProvider mocks base method

func (*MockIAMAPI) GetOpenIDConnectProviderRequest

func (m *MockIAMAPI) GetOpenIDConnectProviderRequest(arg0 *iam.GetOpenIDConnectProviderInput) (*request.Request, *iam.GetOpenIDConnectProviderOutput)

GetOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) GetOpenIDConnectProviderWithContext

func (m *MockIAMAPI) GetOpenIDConnectProviderWithContext(arg0 context.Context, arg1 *iam.GetOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.GetOpenIDConnectProviderOutput, error)

GetOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) GetOrganizationsAccessReport

GetOrganizationsAccessReport mocks base method

func (*MockIAMAPI) GetOrganizationsAccessReportRequest

func (m *MockIAMAPI) GetOrganizationsAccessReportRequest(arg0 *iam.GetOrganizationsAccessReportInput) (*request.Request, *iam.GetOrganizationsAccessReportOutput)

GetOrganizationsAccessReportRequest mocks base method

func (*MockIAMAPI) GetOrganizationsAccessReportWithContext

func (m *MockIAMAPI) GetOrganizationsAccessReportWithContext(arg0 context.Context, arg1 *iam.GetOrganizationsAccessReportInput, arg2 ...request.Option) (*iam.GetOrganizationsAccessReportOutput, error)

GetOrganizationsAccessReportWithContext mocks base method

func (*MockIAMAPI) GetPolicy

func (m *MockIAMAPI) GetPolicy(arg0 *iam.GetPolicyInput) (*iam.GetPolicyOutput, error)

GetPolicy mocks base method

func (*MockIAMAPI) GetPolicyRequest

func (m *MockIAMAPI) GetPolicyRequest(arg0 *iam.GetPolicyInput) (*request.Request, *iam.GetPolicyOutput)

GetPolicyRequest mocks base method

func (*MockIAMAPI) GetPolicyVersion

func (m *MockIAMAPI) GetPolicyVersion(arg0 *iam.GetPolicyVersionInput) (*iam.GetPolicyVersionOutput, error)

GetPolicyVersion mocks base method

func (*MockIAMAPI) GetPolicyVersionRequest

func (m *MockIAMAPI) GetPolicyVersionRequest(arg0 *iam.GetPolicyVersionInput) (*request.Request, *iam.GetPolicyVersionOutput)

GetPolicyVersionRequest mocks base method

func (*MockIAMAPI) GetPolicyVersionWithContext

func (m *MockIAMAPI) GetPolicyVersionWithContext(arg0 context.Context, arg1 *iam.GetPolicyVersionInput, arg2 ...request.Option) (*iam.GetPolicyVersionOutput, error)

GetPolicyVersionWithContext mocks base method

func (*MockIAMAPI) GetPolicyWithContext

func (m *MockIAMAPI) GetPolicyWithContext(arg0 context.Context, arg1 *iam.GetPolicyInput, arg2 ...request.Option) (*iam.GetPolicyOutput, error)

GetPolicyWithContext mocks base method

func (*MockIAMAPI) GetRole

func (m *MockIAMAPI) GetRole(arg0 *iam.GetRoleInput) (*iam.GetRoleOutput, error)

GetRole mocks base method

func (*MockIAMAPI) GetRolePolicy

func (m *MockIAMAPI) GetRolePolicy(arg0 *iam.GetRolePolicyInput) (*iam.GetRolePolicyOutput, error)

GetRolePolicy mocks base method

func (*MockIAMAPI) GetRolePolicyRequest

func (m *MockIAMAPI) GetRolePolicyRequest(arg0 *iam.GetRolePolicyInput) (*request.Request, *iam.GetRolePolicyOutput)

GetRolePolicyRequest mocks base method

func (*MockIAMAPI) GetRolePolicyWithContext

func (m *MockIAMAPI) GetRolePolicyWithContext(arg0 context.Context, arg1 *iam.GetRolePolicyInput, arg2 ...request.Option) (*iam.GetRolePolicyOutput, error)

GetRolePolicyWithContext mocks base method

func (*MockIAMAPI) GetRoleRequest

func (m *MockIAMAPI) GetRoleRequest(arg0 *iam.GetRoleInput) (*request.Request, *iam.GetRoleOutput)

GetRoleRequest mocks base method

func (*MockIAMAPI) GetRoleWithContext

func (m *MockIAMAPI) GetRoleWithContext(arg0 context.Context, arg1 *iam.GetRoleInput, arg2 ...request.Option) (*iam.GetRoleOutput, error)

GetRoleWithContext mocks base method

func (*MockIAMAPI) GetSAMLProvider

func (m *MockIAMAPI) GetSAMLProvider(arg0 *iam.GetSAMLProviderInput) (*iam.GetSAMLProviderOutput, error)

GetSAMLProvider mocks base method

func (*MockIAMAPI) GetSAMLProviderRequest

func (m *MockIAMAPI) GetSAMLProviderRequest(arg0 *iam.GetSAMLProviderInput) (*request.Request, *iam.GetSAMLProviderOutput)

GetSAMLProviderRequest mocks base method

func (*MockIAMAPI) GetSAMLProviderWithContext

func (m *MockIAMAPI) GetSAMLProviderWithContext(arg0 context.Context, arg1 *iam.GetSAMLProviderInput, arg2 ...request.Option) (*iam.GetSAMLProviderOutput, error)

GetSAMLProviderWithContext mocks base method

func (*MockIAMAPI) GetSSHPublicKey

func (m *MockIAMAPI) GetSSHPublicKey(arg0 *iam.GetSSHPublicKeyInput) (*iam.GetSSHPublicKeyOutput, error)

GetSSHPublicKey mocks base method

func (*MockIAMAPI) GetSSHPublicKeyRequest

func (m *MockIAMAPI) GetSSHPublicKeyRequest(arg0 *iam.GetSSHPublicKeyInput) (*request.Request, *iam.GetSSHPublicKeyOutput)

GetSSHPublicKeyRequest mocks base method

func (*MockIAMAPI) GetSSHPublicKeyWithContext

func (m *MockIAMAPI) GetSSHPublicKeyWithContext(arg0 context.Context, arg1 *iam.GetSSHPublicKeyInput, arg2 ...request.Option) (*iam.GetSSHPublicKeyOutput, error)

GetSSHPublicKeyWithContext mocks base method

func (*MockIAMAPI) GetServerCertificate

func (m *MockIAMAPI) GetServerCertificate(arg0 *iam.GetServerCertificateInput) (*iam.GetServerCertificateOutput, error)

GetServerCertificate mocks base method

func (*MockIAMAPI) GetServerCertificateRequest

func (m *MockIAMAPI) GetServerCertificateRequest(arg0 *iam.GetServerCertificateInput) (*request.Request, *iam.GetServerCertificateOutput)

GetServerCertificateRequest mocks base method

func (*MockIAMAPI) GetServerCertificateWithContext

func (m *MockIAMAPI) GetServerCertificateWithContext(arg0 context.Context, arg1 *iam.GetServerCertificateInput, arg2 ...request.Option) (*iam.GetServerCertificateOutput, error)

GetServerCertificateWithContext mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetails

GetServiceLastAccessedDetails mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetailsRequest

func (m *MockIAMAPI) GetServiceLastAccessedDetailsRequest(arg0 *iam.GetServiceLastAccessedDetailsInput) (*request.Request, *iam.GetServiceLastAccessedDetailsOutput)

GetServiceLastAccessedDetailsRequest mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetailsWithContext

func (m *MockIAMAPI) GetServiceLastAccessedDetailsWithContext(arg0 context.Context, arg1 *iam.GetServiceLastAccessedDetailsInput, arg2 ...request.Option) (*iam.GetServiceLastAccessedDetailsOutput, error)

GetServiceLastAccessedDetailsWithContext mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetailsWithEntities

GetServiceLastAccessedDetailsWithEntities mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesRequest

GetServiceLastAccessedDetailsWithEntitiesRequest mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesWithContext

func (m *MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesWithContext(arg0 context.Context, arg1 *iam.GetServiceLastAccessedDetailsWithEntitiesInput, arg2 ...request.Option) (*iam.GetServiceLastAccessedDetailsWithEntitiesOutput, error)

GetServiceLastAccessedDetailsWithEntitiesWithContext mocks base method

func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatus

GetServiceLinkedRoleDeletionStatus mocks base method

func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatusRequest

GetServiceLinkedRoleDeletionStatusRequest mocks base method

func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatusWithContext

func (m *MockIAMAPI) GetServiceLinkedRoleDeletionStatusWithContext(arg0 context.Context, arg1 *iam.GetServiceLinkedRoleDeletionStatusInput, arg2 ...request.Option) (*iam.GetServiceLinkedRoleDeletionStatusOutput, error)

GetServiceLinkedRoleDeletionStatusWithContext mocks base method

func (*MockIAMAPI) GetUser

func (m *MockIAMAPI) GetUser(arg0 *iam.GetUserInput) (*iam.GetUserOutput, error)

GetUser mocks base method

func (*MockIAMAPI) GetUserPolicy

func (m *MockIAMAPI) GetUserPolicy(arg0 *iam.GetUserPolicyInput) (*iam.GetUserPolicyOutput, error)

GetUserPolicy mocks base method

func (*MockIAMAPI) GetUserPolicyRequest

func (m *MockIAMAPI) GetUserPolicyRequest(arg0 *iam.GetUserPolicyInput) (*request.Request, *iam.GetUserPolicyOutput)

GetUserPolicyRequest mocks base method

func (*MockIAMAPI) GetUserPolicyWithContext

func (m *MockIAMAPI) GetUserPolicyWithContext(arg0 context.Context, arg1 *iam.GetUserPolicyInput, arg2 ...request.Option) (*iam.GetUserPolicyOutput, error)

GetUserPolicyWithContext mocks base method

func (*MockIAMAPI) GetUserRequest

func (m *MockIAMAPI) GetUserRequest(arg0 *iam.GetUserInput) (*request.Request, *iam.GetUserOutput)

GetUserRequest mocks base method

func (*MockIAMAPI) GetUserWithContext

func (m *MockIAMAPI) GetUserWithContext(arg0 context.Context, arg1 *iam.GetUserInput, arg2 ...request.Option) (*iam.GetUserOutput, error)

GetUserWithContext mocks base method

func (*MockIAMAPI) ListAccessKeys

func (m *MockIAMAPI) ListAccessKeys(arg0 *iam.ListAccessKeysInput) (*iam.ListAccessKeysOutput, error)

ListAccessKeys mocks base method

func (*MockIAMAPI) ListAccessKeysPages

func (m *MockIAMAPI) ListAccessKeysPages(arg0 *iam.ListAccessKeysInput, arg1 func(*iam.ListAccessKeysOutput, bool) bool) error

ListAccessKeysPages mocks base method

func (*MockIAMAPI) ListAccessKeysPagesWithContext

func (m *MockIAMAPI) ListAccessKeysPagesWithContext(arg0 context.Context, arg1 *iam.ListAccessKeysInput, arg2 func(*iam.ListAccessKeysOutput, bool) bool, arg3 ...request.Option) error

ListAccessKeysPagesWithContext mocks base method

func (*MockIAMAPI) ListAccessKeysRequest

func (m *MockIAMAPI) ListAccessKeysRequest(arg0 *iam.ListAccessKeysInput) (*request.Request, *iam.ListAccessKeysOutput)

ListAccessKeysRequest mocks base method

func (*MockIAMAPI) ListAccessKeysWithContext

func (m *MockIAMAPI) ListAccessKeysWithContext(arg0 context.Context, arg1 *iam.ListAccessKeysInput, arg2 ...request.Option) (*iam.ListAccessKeysOutput, error)

ListAccessKeysWithContext mocks base method

func (*MockIAMAPI) ListAccountAliases

func (m *MockIAMAPI) ListAccountAliases(arg0 *iam.ListAccountAliasesInput) (*iam.ListAccountAliasesOutput, error)

ListAccountAliases mocks base method

func (*MockIAMAPI) ListAccountAliasesPages

func (m *MockIAMAPI) ListAccountAliasesPages(arg0 *iam.ListAccountAliasesInput, arg1 func(*iam.ListAccountAliasesOutput, bool) bool) error

ListAccountAliasesPages mocks base method

func (*MockIAMAPI) ListAccountAliasesPagesWithContext

func (m *MockIAMAPI) ListAccountAliasesPagesWithContext(arg0 context.Context, arg1 *iam.ListAccountAliasesInput, arg2 func(*iam.ListAccountAliasesOutput, bool) bool, arg3 ...request.Option) error

ListAccountAliasesPagesWithContext mocks base method

func (*MockIAMAPI) ListAccountAliasesRequest

func (m *MockIAMAPI) ListAccountAliasesRequest(arg0 *iam.ListAccountAliasesInput) (*request.Request, *iam.ListAccountAliasesOutput)

ListAccountAliasesRequest mocks base method

func (*MockIAMAPI) ListAccountAliasesWithContext

func (m *MockIAMAPI) ListAccountAliasesWithContext(arg0 context.Context, arg1 *iam.ListAccountAliasesInput, arg2 ...request.Option) (*iam.ListAccountAliasesOutput, error)

ListAccountAliasesWithContext mocks base method

func (*MockIAMAPI) ListAttachedGroupPolicies

ListAttachedGroupPolicies mocks base method

func (*MockIAMAPI) ListAttachedGroupPoliciesPages

func (m *MockIAMAPI) ListAttachedGroupPoliciesPages(arg0 *iam.ListAttachedGroupPoliciesInput, arg1 func(*iam.ListAttachedGroupPoliciesOutput, bool) bool) error

ListAttachedGroupPoliciesPages mocks base method

func (*MockIAMAPI) ListAttachedGroupPoliciesPagesWithContext

func (m *MockIAMAPI) ListAttachedGroupPoliciesPagesWithContext(arg0 context.Context, arg1 *iam.ListAttachedGroupPoliciesInput, arg2 func(*iam.ListAttachedGroupPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListAttachedGroupPoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListAttachedGroupPoliciesRequest

func (m *MockIAMAPI) ListAttachedGroupPoliciesRequest(arg0 *iam.ListAttachedGroupPoliciesInput) (*request.Request, *iam.ListAttachedGroupPoliciesOutput)

ListAttachedGroupPoliciesRequest mocks base method

func (*MockIAMAPI) ListAttachedGroupPoliciesWithContext

func (m *MockIAMAPI) ListAttachedGroupPoliciesWithContext(arg0 context.Context, arg1 *iam.ListAttachedGroupPoliciesInput, arg2 ...request.Option) (*iam.ListAttachedGroupPoliciesOutput, error)

ListAttachedGroupPoliciesWithContext mocks base method

func (*MockIAMAPI) ListAttachedRolePolicies

ListAttachedRolePolicies mocks base method

func (*MockIAMAPI) ListAttachedRolePoliciesPages

func (m *MockIAMAPI) ListAttachedRolePoliciesPages(arg0 *iam.ListAttachedRolePoliciesInput, arg1 func(*iam.ListAttachedRolePoliciesOutput, bool) bool) error

ListAttachedRolePoliciesPages mocks base method

func (*MockIAMAPI) ListAttachedRolePoliciesPagesWithContext

func (m *MockIAMAPI) ListAttachedRolePoliciesPagesWithContext(arg0 context.Context, arg1 *iam.ListAttachedRolePoliciesInput, arg2 func(*iam.ListAttachedRolePoliciesOutput, bool) bool, arg3 ...request.Option) error

ListAttachedRolePoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListAttachedRolePoliciesRequest

func (m *MockIAMAPI) ListAttachedRolePoliciesRequest(arg0 *iam.ListAttachedRolePoliciesInput) (*request.Request, *iam.ListAttachedRolePoliciesOutput)

ListAttachedRolePoliciesRequest mocks base method

func (*MockIAMAPI) ListAttachedRolePoliciesWithContext

func (m *MockIAMAPI) ListAttachedRolePoliciesWithContext(arg0 context.Context, arg1 *iam.ListAttachedRolePoliciesInput, arg2 ...request.Option) (*iam.ListAttachedRolePoliciesOutput, error)

ListAttachedRolePoliciesWithContext mocks base method

func (*MockIAMAPI) ListAttachedUserPolicies

ListAttachedUserPolicies mocks base method

func (*MockIAMAPI) ListAttachedUserPoliciesPages

func (m *MockIAMAPI) ListAttachedUserPoliciesPages(arg0 *iam.ListAttachedUserPoliciesInput, arg1 func(*iam.ListAttachedUserPoliciesOutput, bool) bool) error

ListAttachedUserPoliciesPages mocks base method

func (*MockIAMAPI) ListAttachedUserPoliciesPagesWithContext

func (m *MockIAMAPI) ListAttachedUserPoliciesPagesWithContext(arg0 context.Context, arg1 *iam.ListAttachedUserPoliciesInput, arg2 func(*iam.ListAttachedUserPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListAttachedUserPoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListAttachedUserPoliciesRequest

func (m *MockIAMAPI) ListAttachedUserPoliciesRequest(arg0 *iam.ListAttachedUserPoliciesInput) (*request.Request, *iam.ListAttachedUserPoliciesOutput)

ListAttachedUserPoliciesRequest mocks base method

func (*MockIAMAPI) ListAttachedUserPoliciesWithContext

func (m *MockIAMAPI) ListAttachedUserPoliciesWithContext(arg0 context.Context, arg1 *iam.ListAttachedUserPoliciesInput, arg2 ...request.Option) (*iam.ListAttachedUserPoliciesOutput, error)

ListAttachedUserPoliciesWithContext mocks base method

func (*MockIAMAPI) ListEntitiesForPolicy

func (m *MockIAMAPI) ListEntitiesForPolicy(arg0 *iam.ListEntitiesForPolicyInput) (*iam.ListEntitiesForPolicyOutput, error)

ListEntitiesForPolicy mocks base method

func (*MockIAMAPI) ListEntitiesForPolicyPages

func (m *MockIAMAPI) ListEntitiesForPolicyPages(arg0 *iam.ListEntitiesForPolicyInput, arg1 func(*iam.ListEntitiesForPolicyOutput, bool) bool) error

ListEntitiesForPolicyPages mocks base method

func (*MockIAMAPI) ListEntitiesForPolicyPagesWithContext

func (m *MockIAMAPI) ListEntitiesForPolicyPagesWithContext(arg0 context.Context, arg1 *iam.ListEntitiesForPolicyInput, arg2 func(*iam.ListEntitiesForPolicyOutput, bool) bool, arg3 ...request.Option) error

ListEntitiesForPolicyPagesWithContext mocks base method

func (*MockIAMAPI) ListEntitiesForPolicyRequest

func (m *MockIAMAPI) ListEntitiesForPolicyRequest(arg0 *iam.ListEntitiesForPolicyInput) (*request.Request, *iam.ListEntitiesForPolicyOutput)

ListEntitiesForPolicyRequest mocks base method

func (*MockIAMAPI) ListEntitiesForPolicyWithContext

func (m *MockIAMAPI) ListEntitiesForPolicyWithContext(arg0 context.Context, arg1 *iam.ListEntitiesForPolicyInput, arg2 ...request.Option) (*iam.ListEntitiesForPolicyOutput, error)

ListEntitiesForPolicyWithContext mocks base method

func (*MockIAMAPI) ListGroupPolicies

func (m *MockIAMAPI) ListGroupPolicies(arg0 *iam.ListGroupPoliciesInput) (*iam.ListGroupPoliciesOutput, error)

ListGroupPolicies mocks base method

func (*MockIAMAPI) ListGroupPoliciesPages

func (m *MockIAMAPI) ListGroupPoliciesPages(arg0 *iam.ListGroupPoliciesInput, arg1 func(*iam.ListGroupPoliciesOutput, bool) bool) error

ListGroupPoliciesPages mocks base method

func (*MockIAMAPI) ListGroupPoliciesPagesWithContext

func (m *MockIAMAPI) ListGroupPoliciesPagesWithContext(arg0 context.Context, arg1 *iam.ListGroupPoliciesInput, arg2 func(*iam.ListGroupPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListGroupPoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListGroupPoliciesRequest

func (m *MockIAMAPI) ListGroupPoliciesRequest(arg0 *iam.ListGroupPoliciesInput) (*request.Request, *iam.ListGroupPoliciesOutput)

ListGroupPoliciesRequest mocks base method

func (*MockIAMAPI) ListGroupPoliciesWithContext

func (m *MockIAMAPI) ListGroupPoliciesWithContext(arg0 context.Context, arg1 *iam.ListGroupPoliciesInput, arg2 ...request.Option) (*iam.ListGroupPoliciesOutput, error)

ListGroupPoliciesWithContext mocks base method

func (*MockIAMAPI) ListGroups

func (m *MockIAMAPI) ListGroups(arg0 *iam.ListGroupsInput) (*iam.ListGroupsOutput, error)

ListGroups mocks base method

func (*MockIAMAPI) ListGroupsForUser

func (m *MockIAMAPI) ListGroupsForUser(arg0 *iam.ListGroupsForUserInput) (*iam.ListGroupsForUserOutput, error)

ListGroupsForUser mocks base method

func (*MockIAMAPI) ListGroupsForUserPages

func (m *MockIAMAPI) ListGroupsForUserPages(arg0 *iam.ListGroupsForUserInput, arg1 func(*iam.ListGroupsForUserOutput, bool) bool) error

ListGroupsForUserPages mocks base method

func (*MockIAMAPI) ListGroupsForUserPagesWithContext

func (m *MockIAMAPI) ListGroupsForUserPagesWithContext(arg0 context.Context, arg1 *iam.ListGroupsForUserInput, arg2 func(*iam.ListGroupsForUserOutput, bool) bool, arg3 ...request.Option) error

ListGroupsForUserPagesWithContext mocks base method

func (*MockIAMAPI) ListGroupsForUserRequest

func (m *MockIAMAPI) ListGroupsForUserRequest(arg0 *iam.ListGroupsForUserInput) (*request.Request, *iam.ListGroupsForUserOutput)

ListGroupsForUserRequest mocks base method

func (*MockIAMAPI) ListGroupsForUserWithContext

func (m *MockIAMAPI) ListGroupsForUserWithContext(arg0 context.Context, arg1 *iam.ListGroupsForUserInput, arg2 ...request.Option) (*iam.ListGroupsForUserOutput, error)

ListGroupsForUserWithContext mocks base method

func (*MockIAMAPI) ListGroupsPages

func (m *MockIAMAPI) ListGroupsPages(arg0 *iam.ListGroupsInput, arg1 func(*iam.ListGroupsOutput, bool) bool) error

ListGroupsPages mocks base method

func (*MockIAMAPI) ListGroupsPagesWithContext

func (m *MockIAMAPI) ListGroupsPagesWithContext(arg0 context.Context, arg1 *iam.ListGroupsInput, arg2 func(*iam.ListGroupsOutput, bool) bool, arg3 ...request.Option) error

ListGroupsPagesWithContext mocks base method

func (*MockIAMAPI) ListGroupsRequest

func (m *MockIAMAPI) ListGroupsRequest(arg0 *iam.ListGroupsInput) (*request.Request, *iam.ListGroupsOutput)

ListGroupsRequest mocks base method

func (*MockIAMAPI) ListGroupsWithContext

func (m *MockIAMAPI) ListGroupsWithContext(arg0 context.Context, arg1 *iam.ListGroupsInput, arg2 ...request.Option) (*iam.ListGroupsOutput, error)

ListGroupsWithContext mocks base method

func (*MockIAMAPI) ListInstanceProfileTags added in v0.47.0

func (m *MockIAMAPI) ListInstanceProfileTags(arg0 *iam.ListInstanceProfileTagsInput) (*iam.ListInstanceProfileTagsOutput, error)

ListInstanceProfileTags mocks base method

func (*MockIAMAPI) ListInstanceProfileTagsRequest added in v0.47.0

func (m *MockIAMAPI) ListInstanceProfileTagsRequest(arg0 *iam.ListInstanceProfileTagsInput) (*request.Request, *iam.ListInstanceProfileTagsOutput)

ListInstanceProfileTagsRequest mocks base method

func (*MockIAMAPI) ListInstanceProfileTagsWithContext added in v0.47.0

func (m *MockIAMAPI) ListInstanceProfileTagsWithContext(arg0 context.Context, arg1 *iam.ListInstanceProfileTagsInput, arg2 ...request.Option) (*iam.ListInstanceProfileTagsOutput, error)

ListInstanceProfileTagsWithContext mocks base method

func (*MockIAMAPI) ListInstanceProfiles

func (m *MockIAMAPI) ListInstanceProfiles(arg0 *iam.ListInstanceProfilesInput) (*iam.ListInstanceProfilesOutput, error)

ListInstanceProfiles mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRole

ListInstanceProfilesForRole mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRolePages

func (m *MockIAMAPI) ListInstanceProfilesForRolePages(arg0 *iam.ListInstanceProfilesForRoleInput, arg1 func(*iam.ListInstanceProfilesForRoleOutput, bool) bool) error

ListInstanceProfilesForRolePages mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRolePagesWithContext

func (m *MockIAMAPI) ListInstanceProfilesForRolePagesWithContext(arg0 context.Context, arg1 *iam.ListInstanceProfilesForRoleInput, arg2 func(*iam.ListInstanceProfilesForRoleOutput, bool) bool, arg3 ...request.Option) error

ListInstanceProfilesForRolePagesWithContext mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRoleRequest

func (m *MockIAMAPI) ListInstanceProfilesForRoleRequest(arg0 *iam.ListInstanceProfilesForRoleInput) (*request.Request, *iam.ListInstanceProfilesForRoleOutput)

ListInstanceProfilesForRoleRequest mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRoleWithContext

func (m *MockIAMAPI) ListInstanceProfilesForRoleWithContext(arg0 context.Context, arg1 *iam.ListInstanceProfilesForRoleInput, arg2 ...request.Option) (*iam.ListInstanceProfilesForRoleOutput, error)

ListInstanceProfilesForRoleWithContext mocks base method

func (*MockIAMAPI) ListInstanceProfilesPages

func (m *MockIAMAPI) ListInstanceProfilesPages(arg0 *iam.ListInstanceProfilesInput, arg1 func(*iam.ListInstanceProfilesOutput, bool) bool) error

ListInstanceProfilesPages mocks base method

func (*MockIAMAPI) ListInstanceProfilesPagesWithContext

func (m *MockIAMAPI) ListInstanceProfilesPagesWithContext(arg0 context.Context, arg1 *iam.ListInstanceProfilesInput, arg2 func(*iam.ListInstanceProfilesOutput, bool) bool, arg3 ...request.Option) error

ListInstanceProfilesPagesWithContext mocks base method

func (*MockIAMAPI) ListInstanceProfilesRequest

func (m *MockIAMAPI) ListInstanceProfilesRequest(arg0 *iam.ListInstanceProfilesInput) (*request.Request, *iam.ListInstanceProfilesOutput)

ListInstanceProfilesRequest mocks base method

func (*MockIAMAPI) ListInstanceProfilesWithContext

func (m *MockIAMAPI) ListInstanceProfilesWithContext(arg0 context.Context, arg1 *iam.ListInstanceProfilesInput, arg2 ...request.Option) (*iam.ListInstanceProfilesOutput, error)

ListInstanceProfilesWithContext mocks base method

func (*MockIAMAPI) ListMFADeviceTags added in v0.47.0

func (m *MockIAMAPI) ListMFADeviceTags(arg0 *iam.ListMFADeviceTagsInput) (*iam.ListMFADeviceTagsOutput, error)

ListMFADeviceTags mocks base method

func (*MockIAMAPI) ListMFADeviceTagsRequest added in v0.47.0

func (m *MockIAMAPI) ListMFADeviceTagsRequest(arg0 *iam.ListMFADeviceTagsInput) (*request.Request, *iam.ListMFADeviceTagsOutput)

ListMFADeviceTagsRequest mocks base method

func (*MockIAMAPI) ListMFADeviceTagsWithContext added in v0.47.0

func (m *MockIAMAPI) ListMFADeviceTagsWithContext(arg0 context.Context, arg1 *iam.ListMFADeviceTagsInput, arg2 ...request.Option) (*iam.ListMFADeviceTagsOutput, error)

ListMFADeviceTagsWithContext mocks base method

func (*MockIAMAPI) ListMFADevices

func (m *MockIAMAPI) ListMFADevices(arg0 *iam.ListMFADevicesInput) (*iam.ListMFADevicesOutput, error)

ListMFADevices mocks base method

func (*MockIAMAPI) ListMFADevicesPages

func (m *MockIAMAPI) ListMFADevicesPages(arg0 *iam.ListMFADevicesInput, arg1 func(*iam.ListMFADevicesOutput, bool) bool) error

ListMFADevicesPages mocks base method

func (*MockIAMAPI) ListMFADevicesPagesWithContext

func (m *MockIAMAPI) ListMFADevicesPagesWithContext(arg0 context.Context, arg1 *iam.ListMFADevicesInput, arg2 func(*iam.ListMFADevicesOutput, bool) bool, arg3 ...request.Option) error

ListMFADevicesPagesWithContext mocks base method

func (*MockIAMAPI) ListMFADevicesRequest

func (m *MockIAMAPI) ListMFADevicesRequest(arg0 *iam.ListMFADevicesInput) (*request.Request, *iam.ListMFADevicesOutput)

ListMFADevicesRequest mocks base method

func (*MockIAMAPI) ListMFADevicesWithContext

func (m *MockIAMAPI) ListMFADevicesWithContext(arg0 context.Context, arg1 *iam.ListMFADevicesInput, arg2 ...request.Option) (*iam.ListMFADevicesOutput, error)

ListMFADevicesWithContext mocks base method

func (*MockIAMAPI) ListOpenIDConnectProviderTags added in v0.47.0

ListOpenIDConnectProviderTags mocks base method

func (*MockIAMAPI) ListOpenIDConnectProviderTagsRequest added in v0.47.0

func (m *MockIAMAPI) ListOpenIDConnectProviderTagsRequest(arg0 *iam.ListOpenIDConnectProviderTagsInput) (*request.Request, *iam.ListOpenIDConnectProviderTagsOutput)

ListOpenIDConnectProviderTagsRequest mocks base method

func (*MockIAMAPI) ListOpenIDConnectProviderTagsWithContext added in v0.47.0

func (m *MockIAMAPI) ListOpenIDConnectProviderTagsWithContext(arg0 context.Context, arg1 *iam.ListOpenIDConnectProviderTagsInput, arg2 ...request.Option) (*iam.ListOpenIDConnectProviderTagsOutput, error)

ListOpenIDConnectProviderTagsWithContext mocks base method

func (*MockIAMAPI) ListOpenIDConnectProviders

ListOpenIDConnectProviders mocks base method

func (*MockIAMAPI) ListOpenIDConnectProvidersRequest

func (m *MockIAMAPI) ListOpenIDConnectProvidersRequest(arg0 *iam.ListOpenIDConnectProvidersInput) (*request.Request, *iam.ListOpenIDConnectProvidersOutput)

ListOpenIDConnectProvidersRequest mocks base method

func (*MockIAMAPI) ListOpenIDConnectProvidersWithContext

func (m *MockIAMAPI) ListOpenIDConnectProvidersWithContext(arg0 context.Context, arg1 *iam.ListOpenIDConnectProvidersInput, arg2 ...request.Option) (*iam.ListOpenIDConnectProvidersOutput, error)

ListOpenIDConnectProvidersWithContext mocks base method

func (*MockIAMAPI) ListPolicies

func (m *MockIAMAPI) ListPolicies(arg0 *iam.ListPoliciesInput) (*iam.ListPoliciesOutput, error)

ListPolicies mocks base method

func (*MockIAMAPI) ListPoliciesGrantingServiceAccess

ListPoliciesGrantingServiceAccess mocks base method

func (*MockIAMAPI) ListPoliciesGrantingServiceAccessRequest

ListPoliciesGrantingServiceAccessRequest mocks base method

func (*MockIAMAPI) ListPoliciesGrantingServiceAccessWithContext

func (m *MockIAMAPI) ListPoliciesGrantingServiceAccessWithContext(arg0 context.Context, arg1 *iam.ListPoliciesGrantingServiceAccessInput, arg2 ...request.Option) (*iam.ListPoliciesGrantingServiceAccessOutput, error)

ListPoliciesGrantingServiceAccessWithContext mocks base method

func (*MockIAMAPI) ListPoliciesPages

func (m *MockIAMAPI) ListPoliciesPages(arg0 *iam.ListPoliciesInput, arg1 func(*iam.ListPoliciesOutput, bool) bool) error

ListPoliciesPages mocks base method

func (*MockIAMAPI) ListPoliciesPagesWithContext

func (m *MockIAMAPI) ListPoliciesPagesWithContext(arg0 context.Context, arg1 *iam.ListPoliciesInput, arg2 func(*iam.ListPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListPoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListPoliciesRequest

func (m *MockIAMAPI) ListPoliciesRequest(arg0 *iam.ListPoliciesInput) (*request.Request, *iam.ListPoliciesOutput)

ListPoliciesRequest mocks base method

func (*MockIAMAPI) ListPoliciesWithContext

func (m *MockIAMAPI) ListPoliciesWithContext(arg0 context.Context, arg1 *iam.ListPoliciesInput, arg2 ...request.Option) (*iam.ListPoliciesOutput, error)

ListPoliciesWithContext mocks base method

func (*MockIAMAPI) ListPolicyTags added in v0.47.0

func (m *MockIAMAPI) ListPolicyTags(arg0 *iam.ListPolicyTagsInput) (*iam.ListPolicyTagsOutput, error)

ListPolicyTags mocks base method

func (*MockIAMAPI) ListPolicyTagsRequest added in v0.47.0

func (m *MockIAMAPI) ListPolicyTagsRequest(arg0 *iam.ListPolicyTagsInput) (*request.Request, *iam.ListPolicyTagsOutput)

ListPolicyTagsRequest mocks base method

func (*MockIAMAPI) ListPolicyTagsWithContext added in v0.47.0

func (m *MockIAMAPI) ListPolicyTagsWithContext(arg0 context.Context, arg1 *iam.ListPolicyTagsInput, arg2 ...request.Option) (*iam.ListPolicyTagsOutput, error)

ListPolicyTagsWithContext mocks base method

func (*MockIAMAPI) ListPolicyVersions

func (m *MockIAMAPI) ListPolicyVersions(arg0 *iam.ListPolicyVersionsInput) (*iam.ListPolicyVersionsOutput, error)

ListPolicyVersions mocks base method

func (*MockIAMAPI) ListPolicyVersionsPages

func (m *MockIAMAPI) ListPolicyVersionsPages(arg0 *iam.ListPolicyVersionsInput, arg1 func(*iam.ListPolicyVersionsOutput, bool) bool) error

ListPolicyVersionsPages mocks base method

func (*MockIAMAPI) ListPolicyVersionsPagesWithContext

func (m *MockIAMAPI) ListPolicyVersionsPagesWithContext(arg0 context.Context, arg1 *iam.ListPolicyVersionsInput, arg2 func(*iam.ListPolicyVersionsOutput, bool) bool, arg3 ...request.Option) error

ListPolicyVersionsPagesWithContext mocks base method

func (*MockIAMAPI) ListPolicyVersionsRequest

func (m *MockIAMAPI) ListPolicyVersionsRequest(arg0 *iam.ListPolicyVersionsInput) (*request.Request, *iam.ListPolicyVersionsOutput)

ListPolicyVersionsRequest mocks base method

func (*MockIAMAPI) ListPolicyVersionsWithContext

func (m *MockIAMAPI) ListPolicyVersionsWithContext(arg0 context.Context, arg1 *iam.ListPolicyVersionsInput, arg2 ...request.Option) (*iam.ListPolicyVersionsOutput, error)

ListPolicyVersionsWithContext mocks base method

func (*MockIAMAPI) ListRolePolicies

func (m *MockIAMAPI) ListRolePolicies(arg0 *iam.ListRolePoliciesInput) (*iam.ListRolePoliciesOutput, error)

ListRolePolicies mocks base method

func (*MockIAMAPI) ListRolePoliciesPages

func (m *MockIAMAPI) ListRolePoliciesPages(arg0 *iam.ListRolePoliciesInput, arg1 func(*iam.ListRolePoliciesOutput, bool) bool) error

ListRolePoliciesPages mocks base method

func (*MockIAMAPI) ListRolePoliciesPagesWithContext

func (m *MockIAMAPI) ListRolePoliciesPagesWithContext(arg0 context.Context, arg1 *iam.ListRolePoliciesInput, arg2 func(*iam.ListRolePoliciesOutput, bool) bool, arg3 ...request.Option) error

ListRolePoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListRolePoliciesRequest

func (m *MockIAMAPI) ListRolePoliciesRequest(arg0 *iam.ListRolePoliciesInput) (*request.Request, *iam.ListRolePoliciesOutput)

ListRolePoliciesRequest mocks base method

func (*MockIAMAPI) ListRolePoliciesWithContext

func (m *MockIAMAPI) ListRolePoliciesWithContext(arg0 context.Context, arg1 *iam.ListRolePoliciesInput, arg2 ...request.Option) (*iam.ListRolePoliciesOutput, error)

ListRolePoliciesWithContext mocks base method

func (*MockIAMAPI) ListRoleTags

func (m *MockIAMAPI) ListRoleTags(arg0 *iam.ListRoleTagsInput) (*iam.ListRoleTagsOutput, error)

ListRoleTags mocks base method

func (*MockIAMAPI) ListRoleTagsRequest

func (m *MockIAMAPI) ListRoleTagsRequest(arg0 *iam.ListRoleTagsInput) (*request.Request, *iam.ListRoleTagsOutput)

ListRoleTagsRequest mocks base method

func (*MockIAMAPI) ListRoleTagsWithContext

func (m *MockIAMAPI) ListRoleTagsWithContext(arg0 context.Context, arg1 *iam.ListRoleTagsInput, arg2 ...request.Option) (*iam.ListRoleTagsOutput, error)

ListRoleTagsWithContext mocks base method

func (*MockIAMAPI) ListRoles

func (m *MockIAMAPI) ListRoles(arg0 *iam.ListRolesInput) (*iam.ListRolesOutput, error)

ListRoles mocks base method

func (*MockIAMAPI) ListRolesPages

func (m *MockIAMAPI) ListRolesPages(arg0 *iam.ListRolesInput, arg1 func(*iam.ListRolesOutput, bool) bool) error

ListRolesPages mocks base method

func (*MockIAMAPI) ListRolesPagesWithContext

func (m *MockIAMAPI) ListRolesPagesWithContext(arg0 context.Context, arg1 *iam.ListRolesInput, arg2 func(*iam.ListRolesOutput, bool) bool, arg3 ...request.Option) error

ListRolesPagesWithContext mocks base method

func (*MockIAMAPI) ListRolesRequest

func (m *MockIAMAPI) ListRolesRequest(arg0 *iam.ListRolesInput) (*request.Request, *iam.ListRolesOutput)

ListRolesRequest mocks base method

func (*MockIAMAPI) ListRolesWithContext

func (m *MockIAMAPI) ListRolesWithContext(arg0 context.Context, arg1 *iam.ListRolesInput, arg2 ...request.Option) (*iam.ListRolesOutput, error)

ListRolesWithContext mocks base method

func (*MockIAMAPI) ListSAMLProviderTags added in v0.47.0

func (m *MockIAMAPI) ListSAMLProviderTags(arg0 *iam.ListSAMLProviderTagsInput) (*iam.ListSAMLProviderTagsOutput, error)

ListSAMLProviderTags mocks base method

func (*MockIAMAPI) ListSAMLProviderTagsRequest added in v0.47.0

func (m *MockIAMAPI) ListSAMLProviderTagsRequest(arg0 *iam.ListSAMLProviderTagsInput) (*request.Request, *iam.ListSAMLProviderTagsOutput)

ListSAMLProviderTagsRequest mocks base method

func (*MockIAMAPI) ListSAMLProviderTagsWithContext added in v0.47.0

func (m *MockIAMAPI) ListSAMLProviderTagsWithContext(arg0 context.Context, arg1 *iam.ListSAMLProviderTagsInput, arg2 ...request.Option) (*iam.ListSAMLProviderTagsOutput, error)

ListSAMLProviderTagsWithContext mocks base method

func (*MockIAMAPI) ListSAMLProviders

func (m *MockIAMAPI) ListSAMLProviders(arg0 *iam.ListSAMLProvidersInput) (*iam.ListSAMLProvidersOutput, error)

ListSAMLProviders mocks base method

func (*MockIAMAPI) ListSAMLProvidersRequest

func (m *MockIAMAPI) ListSAMLProvidersRequest(arg0 *iam.ListSAMLProvidersInput) (*request.Request, *iam.ListSAMLProvidersOutput)

ListSAMLProvidersRequest mocks base method

func (*MockIAMAPI) ListSAMLProvidersWithContext

func (m *MockIAMAPI) ListSAMLProvidersWithContext(arg0 context.Context, arg1 *iam.ListSAMLProvidersInput, arg2 ...request.Option) (*iam.ListSAMLProvidersOutput, error)

ListSAMLProvidersWithContext mocks base method

func (*MockIAMAPI) ListSSHPublicKeys

func (m *MockIAMAPI) ListSSHPublicKeys(arg0 *iam.ListSSHPublicKeysInput) (*iam.ListSSHPublicKeysOutput, error)

ListSSHPublicKeys mocks base method

func (*MockIAMAPI) ListSSHPublicKeysPages

func (m *MockIAMAPI) ListSSHPublicKeysPages(arg0 *iam.ListSSHPublicKeysInput, arg1 func(*iam.ListSSHPublicKeysOutput, bool) bool) error

ListSSHPublicKeysPages mocks base method

func (*MockIAMAPI) ListSSHPublicKeysPagesWithContext

func (m *MockIAMAPI) ListSSHPublicKeysPagesWithContext(arg0 context.Context, arg1 *iam.ListSSHPublicKeysInput, arg2 func(*iam.ListSSHPublicKeysOutput, bool) bool, arg3 ...request.Option) error

ListSSHPublicKeysPagesWithContext mocks base method

func (*MockIAMAPI) ListSSHPublicKeysRequest

func (m *MockIAMAPI) ListSSHPublicKeysRequest(arg0 *iam.ListSSHPublicKeysInput) (*request.Request, *iam.ListSSHPublicKeysOutput)

ListSSHPublicKeysRequest mocks base method

func (*MockIAMAPI) ListSSHPublicKeysWithContext

func (m *MockIAMAPI) ListSSHPublicKeysWithContext(arg0 context.Context, arg1 *iam.ListSSHPublicKeysInput, arg2 ...request.Option) (*iam.ListSSHPublicKeysOutput, error)

ListSSHPublicKeysWithContext mocks base method

func (*MockIAMAPI) ListServerCertificateTags added in v0.47.0

ListServerCertificateTags mocks base method

func (*MockIAMAPI) ListServerCertificateTagsRequest added in v0.47.0

func (m *MockIAMAPI) ListServerCertificateTagsRequest(arg0 *iam.ListServerCertificateTagsInput) (*request.Request, *iam.ListServerCertificateTagsOutput)

ListServerCertificateTagsRequest mocks base method

func (*MockIAMAPI) ListServerCertificateTagsWithContext added in v0.47.0

func (m *MockIAMAPI) ListServerCertificateTagsWithContext(arg0 context.Context, arg1 *iam.ListServerCertificateTagsInput, arg2 ...request.Option) (*iam.ListServerCertificateTagsOutput, error)

ListServerCertificateTagsWithContext mocks base method

func (*MockIAMAPI) ListServerCertificates

func (m *MockIAMAPI) ListServerCertificates(arg0 *iam.ListServerCertificatesInput) (*iam.ListServerCertificatesOutput, error)

ListServerCertificates mocks base method

func (*MockIAMAPI) ListServerCertificatesPages

func (m *MockIAMAPI) ListServerCertificatesPages(arg0 *iam.ListServerCertificatesInput, arg1 func(*iam.ListServerCertificatesOutput, bool) bool) error

ListServerCertificatesPages mocks base method

func (*MockIAMAPI) ListServerCertificatesPagesWithContext

func (m *MockIAMAPI) ListServerCertificatesPagesWithContext(arg0 context.Context, arg1 *iam.ListServerCertificatesInput, arg2 func(*iam.ListServerCertificatesOutput, bool) bool, arg3 ...request.Option) error

ListServerCertificatesPagesWithContext mocks base method

func (*MockIAMAPI) ListServerCertificatesRequest

func (m *MockIAMAPI) ListServerCertificatesRequest(arg0 *iam.ListServerCertificatesInput) (*request.Request, *iam.ListServerCertificatesOutput)

ListServerCertificatesRequest mocks base method

func (*MockIAMAPI) ListServerCertificatesWithContext

func (m *MockIAMAPI) ListServerCertificatesWithContext(arg0 context.Context, arg1 *iam.ListServerCertificatesInput, arg2 ...request.Option) (*iam.ListServerCertificatesOutput, error)

ListServerCertificatesWithContext mocks base method

func (*MockIAMAPI) ListServiceSpecificCredentials

ListServiceSpecificCredentials mocks base method

func (*MockIAMAPI) ListServiceSpecificCredentialsRequest

func (m *MockIAMAPI) ListServiceSpecificCredentialsRequest(arg0 *iam.ListServiceSpecificCredentialsInput) (*request.Request, *iam.ListServiceSpecificCredentialsOutput)

ListServiceSpecificCredentialsRequest mocks base method

func (*MockIAMAPI) ListServiceSpecificCredentialsWithContext

func (m *MockIAMAPI) ListServiceSpecificCredentialsWithContext(arg0 context.Context, arg1 *iam.ListServiceSpecificCredentialsInput, arg2 ...request.Option) (*iam.ListServiceSpecificCredentialsOutput, error)

ListServiceSpecificCredentialsWithContext mocks base method

func (*MockIAMAPI) ListSigningCertificates

func (m *MockIAMAPI) ListSigningCertificates(arg0 *iam.ListSigningCertificatesInput) (*iam.ListSigningCertificatesOutput, error)

ListSigningCertificates mocks base method

func (*MockIAMAPI) ListSigningCertificatesPages

func (m *MockIAMAPI) ListSigningCertificatesPages(arg0 *iam.ListSigningCertificatesInput, arg1 func(*iam.ListSigningCertificatesOutput, bool) bool) error

ListSigningCertificatesPages mocks base method

func (*MockIAMAPI) ListSigningCertificatesPagesWithContext

func (m *MockIAMAPI) ListSigningCertificatesPagesWithContext(arg0 context.Context, arg1 *iam.ListSigningCertificatesInput, arg2 func(*iam.ListSigningCertificatesOutput, bool) bool, arg3 ...request.Option) error

ListSigningCertificatesPagesWithContext mocks base method

func (*MockIAMAPI) ListSigningCertificatesRequest

func (m *MockIAMAPI) ListSigningCertificatesRequest(arg0 *iam.ListSigningCertificatesInput) (*request.Request, *iam.ListSigningCertificatesOutput)

ListSigningCertificatesRequest mocks base method

func (*MockIAMAPI) ListSigningCertificatesWithContext

func (m *MockIAMAPI) ListSigningCertificatesWithContext(arg0 context.Context, arg1 *iam.ListSigningCertificatesInput, arg2 ...request.Option) (*iam.ListSigningCertificatesOutput, error)

ListSigningCertificatesWithContext mocks base method

func (*MockIAMAPI) ListUserPolicies

func (m *MockIAMAPI) ListUserPolicies(arg0 *iam.ListUserPoliciesInput) (*iam.ListUserPoliciesOutput, error)

ListUserPolicies mocks base method

func (*MockIAMAPI) ListUserPoliciesPages

func (m *MockIAMAPI) ListUserPoliciesPages(arg0 *iam.ListUserPoliciesInput, arg1 func(*iam.ListUserPoliciesOutput, bool) bool) error

ListUserPoliciesPages mocks base method

func (*MockIAMAPI) ListUserPoliciesPagesWithContext

func (m *MockIAMAPI) ListUserPoliciesPagesWithContext(arg0 context.Context, arg1 *iam.ListUserPoliciesInput, arg2 func(*iam.ListUserPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListUserPoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListUserPoliciesRequest

func (m *MockIAMAPI) ListUserPoliciesRequest(arg0 *iam.ListUserPoliciesInput) (*request.Request, *iam.ListUserPoliciesOutput)

ListUserPoliciesRequest mocks base method

func (*MockIAMAPI) ListUserPoliciesWithContext

func (m *MockIAMAPI) ListUserPoliciesWithContext(arg0 context.Context, arg1 *iam.ListUserPoliciesInput, arg2 ...request.Option) (*iam.ListUserPoliciesOutput, error)

ListUserPoliciesWithContext mocks base method

func (*MockIAMAPI) ListUserTags

func (m *MockIAMAPI) ListUserTags(arg0 *iam.ListUserTagsInput) (*iam.ListUserTagsOutput, error)

ListUserTags mocks base method

func (*MockIAMAPI) ListUserTagsPages added in v0.47.0

func (m *MockIAMAPI) ListUserTagsPages(arg0 *iam.ListUserTagsInput, arg1 func(*iam.ListUserTagsOutput, bool) bool) error

ListUserTagsPages mocks base method

func (*MockIAMAPI) ListUserTagsPagesWithContext added in v0.47.0

func (m *MockIAMAPI) ListUserTagsPagesWithContext(arg0 context.Context, arg1 *iam.ListUserTagsInput, arg2 func(*iam.ListUserTagsOutput, bool) bool, arg3 ...request.Option) error

ListUserTagsPagesWithContext mocks base method

func (*MockIAMAPI) ListUserTagsRequest

func (m *MockIAMAPI) ListUserTagsRequest(arg0 *iam.ListUserTagsInput) (*request.Request, *iam.ListUserTagsOutput)

ListUserTagsRequest mocks base method

func (*MockIAMAPI) ListUserTagsWithContext

func (m *MockIAMAPI) ListUserTagsWithContext(arg0 context.Context, arg1 *iam.ListUserTagsInput, arg2 ...request.Option) (*iam.ListUserTagsOutput, error)

ListUserTagsWithContext mocks base method

func (*MockIAMAPI) ListUsers

func (m *MockIAMAPI) ListUsers(arg0 *iam.ListUsersInput) (*iam.ListUsersOutput, error)

ListUsers mocks base method

func (*MockIAMAPI) ListUsersPages

func (m *MockIAMAPI) ListUsersPages(arg0 *iam.ListUsersInput, arg1 func(*iam.ListUsersOutput, bool) bool) error

ListUsersPages mocks base method

func (*MockIAMAPI) ListUsersPagesWithContext

func (m *MockIAMAPI) ListUsersPagesWithContext(arg0 context.Context, arg1 *iam.ListUsersInput, arg2 func(*iam.ListUsersOutput, bool) bool, arg3 ...request.Option) error

ListUsersPagesWithContext mocks base method

func (*MockIAMAPI) ListUsersRequest

func (m *MockIAMAPI) ListUsersRequest(arg0 *iam.ListUsersInput) (*request.Request, *iam.ListUsersOutput)

ListUsersRequest mocks base method

func (*MockIAMAPI) ListUsersWithContext

func (m *MockIAMAPI) ListUsersWithContext(arg0 context.Context, arg1 *iam.ListUsersInput, arg2 ...request.Option) (*iam.ListUsersOutput, error)

ListUsersWithContext mocks base method

func (*MockIAMAPI) ListVirtualMFADevices

func (m *MockIAMAPI) ListVirtualMFADevices(arg0 *iam.ListVirtualMFADevicesInput) (*iam.ListVirtualMFADevicesOutput, error)

ListVirtualMFADevices mocks base method

func (*MockIAMAPI) ListVirtualMFADevicesPages

func (m *MockIAMAPI) ListVirtualMFADevicesPages(arg0 *iam.ListVirtualMFADevicesInput, arg1 func(*iam.ListVirtualMFADevicesOutput, bool) bool) error

ListVirtualMFADevicesPages mocks base method

func (*MockIAMAPI) ListVirtualMFADevicesPagesWithContext

func (m *MockIAMAPI) ListVirtualMFADevicesPagesWithContext(arg0 context.Context, arg1 *iam.ListVirtualMFADevicesInput, arg2 func(*iam.ListVirtualMFADevicesOutput, bool) bool, arg3 ...request.Option) error

ListVirtualMFADevicesPagesWithContext mocks base method

func (*MockIAMAPI) ListVirtualMFADevicesRequest

func (m *MockIAMAPI) ListVirtualMFADevicesRequest(arg0 *iam.ListVirtualMFADevicesInput) (*request.Request, *iam.ListVirtualMFADevicesOutput)

ListVirtualMFADevicesRequest mocks base method

func (*MockIAMAPI) ListVirtualMFADevicesWithContext

func (m *MockIAMAPI) ListVirtualMFADevicesWithContext(arg0 context.Context, arg1 *iam.ListVirtualMFADevicesInput, arg2 ...request.Option) (*iam.ListVirtualMFADevicesOutput, error)

ListVirtualMFADevicesWithContext mocks base method

func (*MockIAMAPI) PutGroupPolicy

func (m *MockIAMAPI) PutGroupPolicy(arg0 *iam.PutGroupPolicyInput) (*iam.PutGroupPolicyOutput, error)

PutGroupPolicy mocks base method

func (*MockIAMAPI) PutGroupPolicyRequest

func (m *MockIAMAPI) PutGroupPolicyRequest(arg0 *iam.PutGroupPolicyInput) (*request.Request, *iam.PutGroupPolicyOutput)

PutGroupPolicyRequest mocks base method

func (*MockIAMAPI) PutGroupPolicyWithContext

func (m *MockIAMAPI) PutGroupPolicyWithContext(arg0 context.Context, arg1 *iam.PutGroupPolicyInput, arg2 ...request.Option) (*iam.PutGroupPolicyOutput, error)

PutGroupPolicyWithContext mocks base method

func (*MockIAMAPI) PutRolePermissionsBoundary

PutRolePermissionsBoundary mocks base method

func (*MockIAMAPI) PutRolePermissionsBoundaryRequest

func (m *MockIAMAPI) PutRolePermissionsBoundaryRequest(arg0 *iam.PutRolePermissionsBoundaryInput) (*request.Request, *iam.PutRolePermissionsBoundaryOutput)

PutRolePermissionsBoundaryRequest mocks base method

func (*MockIAMAPI) PutRolePermissionsBoundaryWithContext

func (m *MockIAMAPI) PutRolePermissionsBoundaryWithContext(arg0 context.Context, arg1 *iam.PutRolePermissionsBoundaryInput, arg2 ...request.Option) (*iam.PutRolePermissionsBoundaryOutput, error)

PutRolePermissionsBoundaryWithContext mocks base method

func (*MockIAMAPI) PutRolePolicy

func (m *MockIAMAPI) PutRolePolicy(arg0 *iam.PutRolePolicyInput) (*iam.PutRolePolicyOutput, error)

PutRolePolicy mocks base method

func (*MockIAMAPI) PutRolePolicyRequest

func (m *MockIAMAPI) PutRolePolicyRequest(arg0 *iam.PutRolePolicyInput) (*request.Request, *iam.PutRolePolicyOutput)

PutRolePolicyRequest mocks base method

func (*MockIAMAPI) PutRolePolicyWithContext

func (m *MockIAMAPI) PutRolePolicyWithContext(arg0 context.Context, arg1 *iam.PutRolePolicyInput, arg2 ...request.Option) (*iam.PutRolePolicyOutput, error)

PutRolePolicyWithContext mocks base method

func (*MockIAMAPI) PutUserPermissionsBoundary

PutUserPermissionsBoundary mocks base method

func (*MockIAMAPI) PutUserPermissionsBoundaryRequest

func (m *MockIAMAPI) PutUserPermissionsBoundaryRequest(arg0 *iam.PutUserPermissionsBoundaryInput) (*request.Request, *iam.PutUserPermissionsBoundaryOutput)

PutUserPermissionsBoundaryRequest mocks base method

func (*MockIAMAPI) PutUserPermissionsBoundaryWithContext

func (m *MockIAMAPI) PutUserPermissionsBoundaryWithContext(arg0 context.Context, arg1 *iam.PutUserPermissionsBoundaryInput, arg2 ...request.Option) (*iam.PutUserPermissionsBoundaryOutput, error)

PutUserPermissionsBoundaryWithContext mocks base method

func (*MockIAMAPI) PutUserPolicy

func (m *MockIAMAPI) PutUserPolicy(arg0 *iam.PutUserPolicyInput) (*iam.PutUserPolicyOutput, error)

PutUserPolicy mocks base method

func (*MockIAMAPI) PutUserPolicyRequest

func (m *MockIAMAPI) PutUserPolicyRequest(arg0 *iam.PutUserPolicyInput) (*request.Request, *iam.PutUserPolicyOutput)

PutUserPolicyRequest mocks base method

func (*MockIAMAPI) PutUserPolicyWithContext

func (m *MockIAMAPI) PutUserPolicyWithContext(arg0 context.Context, arg1 *iam.PutUserPolicyInput, arg2 ...request.Option) (*iam.PutUserPolicyOutput, error)

PutUserPolicyWithContext mocks base method

func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProvider

RemoveClientIDFromOpenIDConnectProvider mocks base method

func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderRequest

RemoveClientIDFromOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderWithContext

func (m *MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderWithContext(arg0 context.Context, arg1 *iam.RemoveClientIDFromOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.RemoveClientIDFromOpenIDConnectProviderOutput, error)

RemoveClientIDFromOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) RemoveRoleFromInstanceProfile

RemoveRoleFromInstanceProfile mocks base method

func (*MockIAMAPI) RemoveRoleFromInstanceProfileRequest

func (m *MockIAMAPI) RemoveRoleFromInstanceProfileRequest(arg0 *iam.RemoveRoleFromInstanceProfileInput) (*request.Request, *iam.RemoveRoleFromInstanceProfileOutput)

RemoveRoleFromInstanceProfileRequest mocks base method

func (*MockIAMAPI) RemoveRoleFromInstanceProfileWithContext

func (m *MockIAMAPI) RemoveRoleFromInstanceProfileWithContext(arg0 context.Context, arg1 *iam.RemoveRoleFromInstanceProfileInput, arg2 ...request.Option) (*iam.RemoveRoleFromInstanceProfileOutput, error)

RemoveRoleFromInstanceProfileWithContext mocks base method

func (*MockIAMAPI) RemoveUserFromGroup

func (m *MockIAMAPI) RemoveUserFromGroup(arg0 *iam.RemoveUserFromGroupInput) (*iam.RemoveUserFromGroupOutput, error)

RemoveUserFromGroup mocks base method

func (*MockIAMAPI) RemoveUserFromGroupRequest

func (m *MockIAMAPI) RemoveUserFromGroupRequest(arg0 *iam.RemoveUserFromGroupInput) (*request.Request, *iam.RemoveUserFromGroupOutput)

RemoveUserFromGroupRequest mocks base method

func (*MockIAMAPI) RemoveUserFromGroupWithContext

func (m *MockIAMAPI) RemoveUserFromGroupWithContext(arg0 context.Context, arg1 *iam.RemoveUserFromGroupInput, arg2 ...request.Option) (*iam.RemoveUserFromGroupOutput, error)

RemoveUserFromGroupWithContext mocks base method

func (*MockIAMAPI) ResetServiceSpecificCredential

ResetServiceSpecificCredential mocks base method

func (*MockIAMAPI) ResetServiceSpecificCredentialRequest

func (m *MockIAMAPI) ResetServiceSpecificCredentialRequest(arg0 *iam.ResetServiceSpecificCredentialInput) (*request.Request, *iam.ResetServiceSpecificCredentialOutput)

ResetServiceSpecificCredentialRequest mocks base method

func (*MockIAMAPI) ResetServiceSpecificCredentialWithContext

func (m *MockIAMAPI) ResetServiceSpecificCredentialWithContext(arg0 context.Context, arg1 *iam.ResetServiceSpecificCredentialInput, arg2 ...request.Option) (*iam.ResetServiceSpecificCredentialOutput, error)

ResetServiceSpecificCredentialWithContext mocks base method

func (*MockIAMAPI) ResyncMFADevice

func (m *MockIAMAPI) ResyncMFADevice(arg0 *iam.ResyncMFADeviceInput) (*iam.ResyncMFADeviceOutput, error)

ResyncMFADevice mocks base method

func (*MockIAMAPI) ResyncMFADeviceRequest

func (m *MockIAMAPI) ResyncMFADeviceRequest(arg0 *iam.ResyncMFADeviceInput) (*request.Request, *iam.ResyncMFADeviceOutput)

ResyncMFADeviceRequest mocks base method

func (*MockIAMAPI) ResyncMFADeviceWithContext

func (m *MockIAMAPI) ResyncMFADeviceWithContext(arg0 context.Context, arg1 *iam.ResyncMFADeviceInput, arg2 ...request.Option) (*iam.ResyncMFADeviceOutput, error)

ResyncMFADeviceWithContext mocks base method

func (*MockIAMAPI) SetDefaultPolicyVersion

func (m *MockIAMAPI) SetDefaultPolicyVersion(arg0 *iam.SetDefaultPolicyVersionInput) (*iam.SetDefaultPolicyVersionOutput, error)

SetDefaultPolicyVersion mocks base method

func (*MockIAMAPI) SetDefaultPolicyVersionRequest

func (m *MockIAMAPI) SetDefaultPolicyVersionRequest(arg0 *iam.SetDefaultPolicyVersionInput) (*request.Request, *iam.SetDefaultPolicyVersionOutput)

SetDefaultPolicyVersionRequest mocks base method

func (*MockIAMAPI) SetDefaultPolicyVersionWithContext

func (m *MockIAMAPI) SetDefaultPolicyVersionWithContext(arg0 context.Context, arg1 *iam.SetDefaultPolicyVersionInput, arg2 ...request.Option) (*iam.SetDefaultPolicyVersionOutput, error)

SetDefaultPolicyVersionWithContext mocks base method

func (*MockIAMAPI) SetSecurityTokenServicePreferences

SetSecurityTokenServicePreferences mocks base method

func (*MockIAMAPI) SetSecurityTokenServicePreferencesRequest

SetSecurityTokenServicePreferencesRequest mocks base method

func (*MockIAMAPI) SetSecurityTokenServicePreferencesWithContext

func (m *MockIAMAPI) SetSecurityTokenServicePreferencesWithContext(arg0 context.Context, arg1 *iam.SetSecurityTokenServicePreferencesInput, arg2 ...request.Option) (*iam.SetSecurityTokenServicePreferencesOutput, error)

SetSecurityTokenServicePreferencesWithContext mocks base method

func (*MockIAMAPI) SimulateCustomPolicy

func (m *MockIAMAPI) SimulateCustomPolicy(arg0 *iam.SimulateCustomPolicyInput) (*iam.SimulatePolicyResponse, error)

SimulateCustomPolicy mocks base method

func (*MockIAMAPI) SimulateCustomPolicyPages

func (m *MockIAMAPI) SimulateCustomPolicyPages(arg0 *iam.SimulateCustomPolicyInput, arg1 func(*iam.SimulatePolicyResponse, bool) bool) error

SimulateCustomPolicyPages mocks base method

func (*MockIAMAPI) SimulateCustomPolicyPagesWithContext

func (m *MockIAMAPI) SimulateCustomPolicyPagesWithContext(arg0 context.Context, arg1 *iam.SimulateCustomPolicyInput, arg2 func(*iam.SimulatePolicyResponse, bool) bool, arg3 ...request.Option) error

SimulateCustomPolicyPagesWithContext mocks base method

func (*MockIAMAPI) SimulateCustomPolicyRequest

func (m *MockIAMAPI) SimulateCustomPolicyRequest(arg0 *iam.SimulateCustomPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)

SimulateCustomPolicyRequest mocks base method

func (*MockIAMAPI) SimulateCustomPolicyWithContext

func (m *MockIAMAPI) SimulateCustomPolicyWithContext(arg0 context.Context, arg1 *iam.SimulateCustomPolicyInput, arg2 ...request.Option) (*iam.SimulatePolicyResponse, error)

SimulateCustomPolicyWithContext mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicy

func (m *MockIAMAPI) SimulatePrincipalPolicy(arg0 *iam.SimulatePrincipalPolicyInput) (*iam.SimulatePolicyResponse, error)

SimulatePrincipalPolicy mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicyPages

func (m *MockIAMAPI) SimulatePrincipalPolicyPages(arg0 *iam.SimulatePrincipalPolicyInput, arg1 func(*iam.SimulatePolicyResponse, bool) bool) error

SimulatePrincipalPolicyPages mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicyPagesWithContext

func (m *MockIAMAPI) SimulatePrincipalPolicyPagesWithContext(arg0 context.Context, arg1 *iam.SimulatePrincipalPolicyInput, arg2 func(*iam.SimulatePolicyResponse, bool) bool, arg3 ...request.Option) error

SimulatePrincipalPolicyPagesWithContext mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicyRequest

func (m *MockIAMAPI) SimulatePrincipalPolicyRequest(arg0 *iam.SimulatePrincipalPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)

SimulatePrincipalPolicyRequest mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicyWithContext

func (m *MockIAMAPI) SimulatePrincipalPolicyWithContext(arg0 context.Context, arg1 *iam.SimulatePrincipalPolicyInput, arg2 ...request.Option) (*iam.SimulatePolicyResponse, error)

SimulatePrincipalPolicyWithContext mocks base method

func (*MockIAMAPI) TagInstanceProfile added in v0.47.0

func (m *MockIAMAPI) TagInstanceProfile(arg0 *iam.TagInstanceProfileInput) (*iam.TagInstanceProfileOutput, error)

TagInstanceProfile mocks base method

func (*MockIAMAPI) TagInstanceProfileRequest added in v0.47.0

func (m *MockIAMAPI) TagInstanceProfileRequest(arg0 *iam.TagInstanceProfileInput) (*request.Request, *iam.TagInstanceProfileOutput)

TagInstanceProfileRequest mocks base method

func (*MockIAMAPI) TagInstanceProfileWithContext added in v0.47.0

func (m *MockIAMAPI) TagInstanceProfileWithContext(arg0 context.Context, arg1 *iam.TagInstanceProfileInput, arg2 ...request.Option) (*iam.TagInstanceProfileOutput, error)

TagInstanceProfileWithContext mocks base method

func (*MockIAMAPI) TagMFADevice added in v0.47.0

func (m *MockIAMAPI) TagMFADevice(arg0 *iam.TagMFADeviceInput) (*iam.TagMFADeviceOutput, error)

TagMFADevice mocks base method

func (*MockIAMAPI) TagMFADeviceRequest added in v0.47.0

func (m *MockIAMAPI) TagMFADeviceRequest(arg0 *iam.TagMFADeviceInput) (*request.Request, *iam.TagMFADeviceOutput)

TagMFADeviceRequest mocks base method

func (*MockIAMAPI) TagMFADeviceWithContext added in v0.47.0

func (m *MockIAMAPI) TagMFADeviceWithContext(arg0 context.Context, arg1 *iam.TagMFADeviceInput, arg2 ...request.Option) (*iam.TagMFADeviceOutput, error)

TagMFADeviceWithContext mocks base method

func (*MockIAMAPI) TagOpenIDConnectProvider added in v0.47.0

TagOpenIDConnectProvider mocks base method

func (*MockIAMAPI) TagOpenIDConnectProviderRequest added in v0.47.0

func (m *MockIAMAPI) TagOpenIDConnectProviderRequest(arg0 *iam.TagOpenIDConnectProviderInput) (*request.Request, *iam.TagOpenIDConnectProviderOutput)

TagOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) TagOpenIDConnectProviderWithContext added in v0.47.0

func (m *MockIAMAPI) TagOpenIDConnectProviderWithContext(arg0 context.Context, arg1 *iam.TagOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.TagOpenIDConnectProviderOutput, error)

TagOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) TagPolicy added in v0.47.0

func (m *MockIAMAPI) TagPolicy(arg0 *iam.TagPolicyInput) (*iam.TagPolicyOutput, error)

TagPolicy mocks base method

func (*MockIAMAPI) TagPolicyRequest added in v0.47.0

func (m *MockIAMAPI) TagPolicyRequest(arg0 *iam.TagPolicyInput) (*request.Request, *iam.TagPolicyOutput)

TagPolicyRequest mocks base method

func (*MockIAMAPI) TagPolicyWithContext added in v0.47.0

func (m *MockIAMAPI) TagPolicyWithContext(arg0 context.Context, arg1 *iam.TagPolicyInput, arg2 ...request.Option) (*iam.TagPolicyOutput, error)

TagPolicyWithContext mocks base method

func (*MockIAMAPI) TagRole

func (m *MockIAMAPI) TagRole(arg0 *iam.TagRoleInput) (*iam.TagRoleOutput, error)

TagRole mocks base method

func (*MockIAMAPI) TagRoleRequest

func (m *MockIAMAPI) TagRoleRequest(arg0 *iam.TagRoleInput) (*request.Request, *iam.TagRoleOutput)

TagRoleRequest mocks base method

func (*MockIAMAPI) TagRoleWithContext

func (m *MockIAMAPI) TagRoleWithContext(arg0 context.Context, arg1 *iam.TagRoleInput, arg2 ...request.Option) (*iam.TagRoleOutput, error)

TagRoleWithContext mocks base method

func (*MockIAMAPI) TagSAMLProvider added in v0.47.0

func (m *MockIAMAPI) TagSAMLProvider(arg0 *iam.TagSAMLProviderInput) (*iam.TagSAMLProviderOutput, error)

TagSAMLProvider mocks base method

func (*MockIAMAPI) TagSAMLProviderRequest added in v0.47.0

func (m *MockIAMAPI) TagSAMLProviderRequest(arg0 *iam.TagSAMLProviderInput) (*request.Request, *iam.TagSAMLProviderOutput)

TagSAMLProviderRequest mocks base method

func (*MockIAMAPI) TagSAMLProviderWithContext added in v0.47.0

func (m *MockIAMAPI) TagSAMLProviderWithContext(arg0 context.Context, arg1 *iam.TagSAMLProviderInput, arg2 ...request.Option) (*iam.TagSAMLProviderOutput, error)

TagSAMLProviderWithContext mocks base method

func (*MockIAMAPI) TagServerCertificate added in v0.47.0

func (m *MockIAMAPI) TagServerCertificate(arg0 *iam.TagServerCertificateInput) (*iam.TagServerCertificateOutput, error)

TagServerCertificate mocks base method

func (*MockIAMAPI) TagServerCertificateRequest added in v0.47.0

func (m *MockIAMAPI) TagServerCertificateRequest(arg0 *iam.TagServerCertificateInput) (*request.Request, *iam.TagServerCertificateOutput)

TagServerCertificateRequest mocks base method

func (*MockIAMAPI) TagServerCertificateWithContext added in v0.47.0

func (m *MockIAMAPI) TagServerCertificateWithContext(arg0 context.Context, arg1 *iam.TagServerCertificateInput, arg2 ...request.Option) (*iam.TagServerCertificateOutput, error)

TagServerCertificateWithContext mocks base method

func (*MockIAMAPI) TagUser

func (m *MockIAMAPI) TagUser(arg0 *iam.TagUserInput) (*iam.TagUserOutput, error)

TagUser mocks base method

func (*MockIAMAPI) TagUserRequest

func (m *MockIAMAPI) TagUserRequest(arg0 *iam.TagUserInput) (*request.Request, *iam.TagUserOutput)

TagUserRequest mocks base method

func (*MockIAMAPI) TagUserWithContext

func (m *MockIAMAPI) TagUserWithContext(arg0 context.Context, arg1 *iam.TagUserInput, arg2 ...request.Option) (*iam.TagUserOutput, error)

TagUserWithContext mocks base method

func (*MockIAMAPI) UntagInstanceProfile added in v0.47.0

func (m *MockIAMAPI) UntagInstanceProfile(arg0 *iam.UntagInstanceProfileInput) (*iam.UntagInstanceProfileOutput, error)

UntagInstanceProfile mocks base method

func (*MockIAMAPI) UntagInstanceProfileRequest added in v0.47.0

func (m *MockIAMAPI) UntagInstanceProfileRequest(arg0 *iam.UntagInstanceProfileInput) (*request.Request, *iam.UntagInstanceProfileOutput)

UntagInstanceProfileRequest mocks base method

func (*MockIAMAPI) UntagInstanceProfileWithContext added in v0.47.0

func (m *MockIAMAPI) UntagInstanceProfileWithContext(arg0 context.Context, arg1 *iam.UntagInstanceProfileInput, arg2 ...request.Option) (*iam.UntagInstanceProfileOutput, error)

UntagInstanceProfileWithContext mocks base method

func (*MockIAMAPI) UntagMFADevice added in v0.47.0

func (m *MockIAMAPI) UntagMFADevice(arg0 *iam.UntagMFADeviceInput) (*iam.UntagMFADeviceOutput, error)

UntagMFADevice mocks base method

func (*MockIAMAPI) UntagMFADeviceRequest added in v0.47.0

func (m *MockIAMAPI) UntagMFADeviceRequest(arg0 *iam.UntagMFADeviceInput) (*request.Request, *iam.UntagMFADeviceOutput)

UntagMFADeviceRequest mocks base method

func (*MockIAMAPI) UntagMFADeviceWithContext added in v0.47.0

func (m *MockIAMAPI) UntagMFADeviceWithContext(arg0 context.Context, arg1 *iam.UntagMFADeviceInput, arg2 ...request.Option) (*iam.UntagMFADeviceOutput, error)

UntagMFADeviceWithContext mocks base method

func (*MockIAMAPI) UntagOpenIDConnectProvider added in v0.47.0

UntagOpenIDConnectProvider mocks base method

func (*MockIAMAPI) UntagOpenIDConnectProviderRequest added in v0.47.0

func (m *MockIAMAPI) UntagOpenIDConnectProviderRequest(arg0 *iam.UntagOpenIDConnectProviderInput) (*request.Request, *iam.UntagOpenIDConnectProviderOutput)

UntagOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) UntagOpenIDConnectProviderWithContext added in v0.47.0

func (m *MockIAMAPI) UntagOpenIDConnectProviderWithContext(arg0 context.Context, arg1 *iam.UntagOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.UntagOpenIDConnectProviderOutput, error)

UntagOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) UntagPolicy added in v0.47.0

func (m *MockIAMAPI) UntagPolicy(arg0 *iam.UntagPolicyInput) (*iam.UntagPolicyOutput, error)

UntagPolicy mocks base method

func (*MockIAMAPI) UntagPolicyRequest added in v0.47.0

func (m *MockIAMAPI) UntagPolicyRequest(arg0 *iam.UntagPolicyInput) (*request.Request, *iam.UntagPolicyOutput)

UntagPolicyRequest mocks base method

func (*MockIAMAPI) UntagPolicyWithContext added in v0.47.0

func (m *MockIAMAPI) UntagPolicyWithContext(arg0 context.Context, arg1 *iam.UntagPolicyInput, arg2 ...request.Option) (*iam.UntagPolicyOutput, error)

UntagPolicyWithContext mocks base method

func (*MockIAMAPI) UntagRole

func (m *MockIAMAPI) UntagRole(arg0 *iam.UntagRoleInput) (*iam.UntagRoleOutput, error)

UntagRole mocks base method

func (*MockIAMAPI) UntagRoleRequest

func (m *MockIAMAPI) UntagRoleRequest(arg0 *iam.UntagRoleInput) (*request.Request, *iam.UntagRoleOutput)

UntagRoleRequest mocks base method

func (*MockIAMAPI) UntagRoleWithContext

func (m *MockIAMAPI) UntagRoleWithContext(arg0 context.Context, arg1 *iam.UntagRoleInput, arg2 ...request.Option) (*iam.UntagRoleOutput, error)

UntagRoleWithContext mocks base method

func (*MockIAMAPI) UntagSAMLProvider added in v0.47.0

func (m *MockIAMAPI) UntagSAMLProvider(arg0 *iam.UntagSAMLProviderInput) (*iam.UntagSAMLProviderOutput, error)

UntagSAMLProvider mocks base method

func (*MockIAMAPI) UntagSAMLProviderRequest added in v0.47.0

func (m *MockIAMAPI) UntagSAMLProviderRequest(arg0 *iam.UntagSAMLProviderInput) (*request.Request, *iam.UntagSAMLProviderOutput)

UntagSAMLProviderRequest mocks base method

func (*MockIAMAPI) UntagSAMLProviderWithContext added in v0.47.0

func (m *MockIAMAPI) UntagSAMLProviderWithContext(arg0 context.Context, arg1 *iam.UntagSAMLProviderInput, arg2 ...request.Option) (*iam.UntagSAMLProviderOutput, error)

UntagSAMLProviderWithContext mocks base method

func (*MockIAMAPI) UntagServerCertificate added in v0.47.0

func (m *MockIAMAPI) UntagServerCertificate(arg0 *iam.UntagServerCertificateInput) (*iam.UntagServerCertificateOutput, error)

UntagServerCertificate mocks base method

func (*MockIAMAPI) UntagServerCertificateRequest added in v0.47.0

func (m *MockIAMAPI) UntagServerCertificateRequest(arg0 *iam.UntagServerCertificateInput) (*request.Request, *iam.UntagServerCertificateOutput)

UntagServerCertificateRequest mocks base method

func (*MockIAMAPI) UntagServerCertificateWithContext added in v0.47.0

func (m *MockIAMAPI) UntagServerCertificateWithContext(arg0 context.Context, arg1 *iam.UntagServerCertificateInput, arg2 ...request.Option) (*iam.UntagServerCertificateOutput, error)

UntagServerCertificateWithContext mocks base method

func (*MockIAMAPI) UntagUser

func (m *MockIAMAPI) UntagUser(arg0 *iam.UntagUserInput) (*iam.UntagUserOutput, error)

UntagUser mocks base method

func (*MockIAMAPI) UntagUserRequest

func (m *MockIAMAPI) UntagUserRequest(arg0 *iam.UntagUserInput) (*request.Request, *iam.UntagUserOutput)

UntagUserRequest mocks base method

func (*MockIAMAPI) UntagUserWithContext

func (m *MockIAMAPI) UntagUserWithContext(arg0 context.Context, arg1 *iam.UntagUserInput, arg2 ...request.Option) (*iam.UntagUserOutput, error)

UntagUserWithContext mocks base method

func (*MockIAMAPI) UpdateAccessKey

func (m *MockIAMAPI) UpdateAccessKey(arg0 *iam.UpdateAccessKeyInput) (*iam.UpdateAccessKeyOutput, error)

UpdateAccessKey mocks base method

func (*MockIAMAPI) UpdateAccessKeyRequest

func (m *MockIAMAPI) UpdateAccessKeyRequest(arg0 *iam.UpdateAccessKeyInput) (*request.Request, *iam.UpdateAccessKeyOutput)

UpdateAccessKeyRequest mocks base method

func (*MockIAMAPI) UpdateAccessKeyWithContext

func (m *MockIAMAPI) UpdateAccessKeyWithContext(arg0 context.Context, arg1 *iam.UpdateAccessKeyInput, arg2 ...request.Option) (*iam.UpdateAccessKeyOutput, error)

UpdateAccessKeyWithContext mocks base method

func (*MockIAMAPI) UpdateAccountPasswordPolicy

UpdateAccountPasswordPolicy mocks base method

func (*MockIAMAPI) UpdateAccountPasswordPolicyRequest

func (m *MockIAMAPI) UpdateAccountPasswordPolicyRequest(arg0 *iam.UpdateAccountPasswordPolicyInput) (*request.Request, *iam.UpdateAccountPasswordPolicyOutput)

UpdateAccountPasswordPolicyRequest mocks base method

func (*MockIAMAPI) UpdateAccountPasswordPolicyWithContext

func (m *MockIAMAPI) UpdateAccountPasswordPolicyWithContext(arg0 context.Context, arg1 *iam.UpdateAccountPasswordPolicyInput, arg2 ...request.Option) (*iam.UpdateAccountPasswordPolicyOutput, error)

UpdateAccountPasswordPolicyWithContext mocks base method

func (*MockIAMAPI) UpdateAssumeRolePolicy

func (m *MockIAMAPI) UpdateAssumeRolePolicy(arg0 *iam.UpdateAssumeRolePolicyInput) (*iam.UpdateAssumeRolePolicyOutput, error)

UpdateAssumeRolePolicy mocks base method

func (*MockIAMAPI) UpdateAssumeRolePolicyRequest

func (m *MockIAMAPI) UpdateAssumeRolePolicyRequest(arg0 *iam.UpdateAssumeRolePolicyInput) (*request.Request, *iam.UpdateAssumeRolePolicyOutput)

UpdateAssumeRolePolicyRequest mocks base method

func (*MockIAMAPI) UpdateAssumeRolePolicyWithContext

func (m *MockIAMAPI) UpdateAssumeRolePolicyWithContext(arg0 context.Context, arg1 *iam.UpdateAssumeRolePolicyInput, arg2 ...request.Option) (*iam.UpdateAssumeRolePolicyOutput, error)

UpdateAssumeRolePolicyWithContext mocks base method

func (*MockIAMAPI) UpdateGroup

func (m *MockIAMAPI) UpdateGroup(arg0 *iam.UpdateGroupInput) (*iam.UpdateGroupOutput, error)

UpdateGroup mocks base method

func (*MockIAMAPI) UpdateGroupRequest

func (m *MockIAMAPI) UpdateGroupRequest(arg0 *iam.UpdateGroupInput) (*request.Request, *iam.UpdateGroupOutput)

UpdateGroupRequest mocks base method

func (*MockIAMAPI) UpdateGroupWithContext

func (m *MockIAMAPI) UpdateGroupWithContext(arg0 context.Context, arg1 *iam.UpdateGroupInput, arg2 ...request.Option) (*iam.UpdateGroupOutput, error)

UpdateGroupWithContext mocks base method

func (*MockIAMAPI) UpdateLoginProfile

func (m *MockIAMAPI) UpdateLoginProfile(arg0 *iam.UpdateLoginProfileInput) (*iam.UpdateLoginProfileOutput, error)

UpdateLoginProfile mocks base method

func (*MockIAMAPI) UpdateLoginProfileRequest

func (m *MockIAMAPI) UpdateLoginProfileRequest(arg0 *iam.UpdateLoginProfileInput) (*request.Request, *iam.UpdateLoginProfileOutput)

UpdateLoginProfileRequest mocks base method

func (*MockIAMAPI) UpdateLoginProfileWithContext

func (m *MockIAMAPI) UpdateLoginProfileWithContext(arg0 context.Context, arg1 *iam.UpdateLoginProfileInput, arg2 ...request.Option) (*iam.UpdateLoginProfileOutput, error)

UpdateLoginProfileWithContext mocks base method

func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprint

UpdateOpenIDConnectProviderThumbprint mocks base method

func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprintRequest

UpdateOpenIDConnectProviderThumbprintRequest mocks base method

func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprintWithContext

func (m *MockIAMAPI) UpdateOpenIDConnectProviderThumbprintWithContext(arg0 context.Context, arg1 *iam.UpdateOpenIDConnectProviderThumbprintInput, arg2 ...request.Option) (*iam.UpdateOpenIDConnectProviderThumbprintOutput, error)

UpdateOpenIDConnectProviderThumbprintWithContext mocks base method

func (*MockIAMAPI) UpdateRole

func (m *MockIAMAPI) UpdateRole(arg0 *iam.UpdateRoleInput) (*iam.UpdateRoleOutput, error)

UpdateRole mocks base method

func (*MockIAMAPI) UpdateRoleDescription

func (m *MockIAMAPI) UpdateRoleDescription(arg0 *iam.UpdateRoleDescriptionInput) (*iam.UpdateRoleDescriptionOutput, error)

UpdateRoleDescription mocks base method

func (*MockIAMAPI) UpdateRoleDescriptionRequest

func (m *MockIAMAPI) UpdateRoleDescriptionRequest(arg0 *iam.UpdateRoleDescriptionInput) (*request.Request, *iam.UpdateRoleDescriptionOutput)

UpdateRoleDescriptionRequest mocks base method

func (*MockIAMAPI) UpdateRoleDescriptionWithContext

func (m *MockIAMAPI) UpdateRoleDescriptionWithContext(arg0 context.Context, arg1 *iam.UpdateRoleDescriptionInput, arg2 ...request.Option) (*iam.UpdateRoleDescriptionOutput, error)

UpdateRoleDescriptionWithContext mocks base method

func (*MockIAMAPI) UpdateRoleRequest

func (m *MockIAMAPI) UpdateRoleRequest(arg0 *iam.UpdateRoleInput) (*request.Request, *iam.UpdateRoleOutput)

UpdateRoleRequest mocks base method

func (*MockIAMAPI) UpdateRoleWithContext

func (m *MockIAMAPI) UpdateRoleWithContext(arg0 context.Context, arg1 *iam.UpdateRoleInput, arg2 ...request.Option) (*iam.UpdateRoleOutput, error)

UpdateRoleWithContext mocks base method

func (*MockIAMAPI) UpdateSAMLProvider

func (m *MockIAMAPI) UpdateSAMLProvider(arg0 *iam.UpdateSAMLProviderInput) (*iam.UpdateSAMLProviderOutput, error)

UpdateSAMLProvider mocks base method

func (*MockIAMAPI) UpdateSAMLProviderRequest

func (m *MockIAMAPI) UpdateSAMLProviderRequest(arg0 *iam.UpdateSAMLProviderInput) (*request.Request, *iam.UpdateSAMLProviderOutput)

UpdateSAMLProviderRequest mocks base method

func (*MockIAMAPI) UpdateSAMLProviderWithContext

func (m *MockIAMAPI) UpdateSAMLProviderWithContext(arg0 context.Context, arg1 *iam.UpdateSAMLProviderInput, arg2 ...request.Option) (*iam.UpdateSAMLProviderOutput, error)

UpdateSAMLProviderWithContext mocks base method

func (*MockIAMAPI) UpdateSSHPublicKey

func (m *MockIAMAPI) UpdateSSHPublicKey(arg0 *iam.UpdateSSHPublicKeyInput) (*iam.UpdateSSHPublicKeyOutput, error)

UpdateSSHPublicKey mocks base method

func (*MockIAMAPI) UpdateSSHPublicKeyRequest

func (m *MockIAMAPI) UpdateSSHPublicKeyRequest(arg0 *iam.UpdateSSHPublicKeyInput) (*request.Request, *iam.UpdateSSHPublicKeyOutput)

UpdateSSHPublicKeyRequest mocks base method

func (*MockIAMAPI) UpdateSSHPublicKeyWithContext

func (m *MockIAMAPI) UpdateSSHPublicKeyWithContext(arg0 context.Context, arg1 *iam.UpdateSSHPublicKeyInput, arg2 ...request.Option) (*iam.UpdateSSHPublicKeyOutput, error)

UpdateSSHPublicKeyWithContext mocks base method

func (*MockIAMAPI) UpdateServerCertificate

func (m *MockIAMAPI) UpdateServerCertificate(arg0 *iam.UpdateServerCertificateInput) (*iam.UpdateServerCertificateOutput, error)

UpdateServerCertificate mocks base method

func (*MockIAMAPI) UpdateServerCertificateRequest

func (m *MockIAMAPI) UpdateServerCertificateRequest(arg0 *iam.UpdateServerCertificateInput) (*request.Request, *iam.UpdateServerCertificateOutput)

UpdateServerCertificateRequest mocks base method

func (*MockIAMAPI) UpdateServerCertificateWithContext

func (m *MockIAMAPI) UpdateServerCertificateWithContext(arg0 context.Context, arg1 *iam.UpdateServerCertificateInput, arg2 ...request.Option) (*iam.UpdateServerCertificateOutput, error)

UpdateServerCertificateWithContext mocks base method

func (*MockIAMAPI) UpdateServiceSpecificCredential

UpdateServiceSpecificCredential mocks base method

func (*MockIAMAPI) UpdateServiceSpecificCredentialRequest

func (m *MockIAMAPI) UpdateServiceSpecificCredentialRequest(arg0 *iam.UpdateServiceSpecificCredentialInput) (*request.Request, *iam.UpdateServiceSpecificCredentialOutput)

UpdateServiceSpecificCredentialRequest mocks base method

func (*MockIAMAPI) UpdateServiceSpecificCredentialWithContext

func (m *MockIAMAPI) UpdateServiceSpecificCredentialWithContext(arg0 context.Context, arg1 *iam.UpdateServiceSpecificCredentialInput, arg2 ...request.Option) (*iam.UpdateServiceSpecificCredentialOutput, error)

UpdateServiceSpecificCredentialWithContext mocks base method

func (*MockIAMAPI) UpdateSigningCertificate

UpdateSigningCertificate mocks base method

func (*MockIAMAPI) UpdateSigningCertificateRequest

func (m *MockIAMAPI) UpdateSigningCertificateRequest(arg0 *iam.UpdateSigningCertificateInput) (*request.Request, *iam.UpdateSigningCertificateOutput)

UpdateSigningCertificateRequest mocks base method

func (*MockIAMAPI) UpdateSigningCertificateWithContext

func (m *MockIAMAPI) UpdateSigningCertificateWithContext(arg0 context.Context, arg1 *iam.UpdateSigningCertificateInput, arg2 ...request.Option) (*iam.UpdateSigningCertificateOutput, error)

UpdateSigningCertificateWithContext mocks base method

func (*MockIAMAPI) UpdateUser

func (m *MockIAMAPI) UpdateUser(arg0 *iam.UpdateUserInput) (*iam.UpdateUserOutput, error)

UpdateUser mocks base method

func (*MockIAMAPI) UpdateUserRequest

func (m *MockIAMAPI) UpdateUserRequest(arg0 *iam.UpdateUserInput) (*request.Request, *iam.UpdateUserOutput)

UpdateUserRequest mocks base method

func (*MockIAMAPI) UpdateUserWithContext

func (m *MockIAMAPI) UpdateUserWithContext(arg0 context.Context, arg1 *iam.UpdateUserInput, arg2 ...request.Option) (*iam.UpdateUserOutput, error)

UpdateUserWithContext mocks base method

func (*MockIAMAPI) UploadSSHPublicKey

func (m *MockIAMAPI) UploadSSHPublicKey(arg0 *iam.UploadSSHPublicKeyInput) (*iam.UploadSSHPublicKeyOutput, error)

UploadSSHPublicKey mocks base method

func (*MockIAMAPI) UploadSSHPublicKeyRequest

func (m *MockIAMAPI) UploadSSHPublicKeyRequest(arg0 *iam.UploadSSHPublicKeyInput) (*request.Request, *iam.UploadSSHPublicKeyOutput)

UploadSSHPublicKeyRequest mocks base method

func (*MockIAMAPI) UploadSSHPublicKeyWithContext

func (m *MockIAMAPI) UploadSSHPublicKeyWithContext(arg0 context.Context, arg1 *iam.UploadSSHPublicKeyInput, arg2 ...request.Option) (*iam.UploadSSHPublicKeyOutput, error)

UploadSSHPublicKeyWithContext mocks base method

func (*MockIAMAPI) UploadServerCertificate

func (m *MockIAMAPI) UploadServerCertificate(arg0 *iam.UploadServerCertificateInput) (*iam.UploadServerCertificateOutput, error)

UploadServerCertificate mocks base method

func (*MockIAMAPI) UploadServerCertificateRequest

func (m *MockIAMAPI) UploadServerCertificateRequest(arg0 *iam.UploadServerCertificateInput) (*request.Request, *iam.UploadServerCertificateOutput)

UploadServerCertificateRequest mocks base method

func (*MockIAMAPI) UploadServerCertificateWithContext

func (m *MockIAMAPI) UploadServerCertificateWithContext(arg0 context.Context, arg1 *iam.UploadServerCertificateInput, arg2 ...request.Option) (*iam.UploadServerCertificateOutput, error)

UploadServerCertificateWithContext mocks base method

func (*MockIAMAPI) UploadSigningCertificate

UploadSigningCertificate mocks base method

func (*MockIAMAPI) UploadSigningCertificateRequest

func (m *MockIAMAPI) UploadSigningCertificateRequest(arg0 *iam.UploadSigningCertificateInput) (*request.Request, *iam.UploadSigningCertificateOutput)

UploadSigningCertificateRequest mocks base method

func (*MockIAMAPI) UploadSigningCertificateWithContext

func (m *MockIAMAPI) UploadSigningCertificateWithContext(arg0 context.Context, arg1 *iam.UploadSigningCertificateInput, arg2 ...request.Option) (*iam.UploadSigningCertificateOutput, error)

UploadSigningCertificateWithContext mocks base method

func (*MockIAMAPI) WaitUntilInstanceProfileExists

func (m *MockIAMAPI) WaitUntilInstanceProfileExists(arg0 *iam.GetInstanceProfileInput) error

WaitUntilInstanceProfileExists mocks base method

func (*MockIAMAPI) WaitUntilInstanceProfileExistsWithContext

func (m *MockIAMAPI) WaitUntilInstanceProfileExistsWithContext(arg0 context.Context, arg1 *iam.GetInstanceProfileInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceProfileExistsWithContext mocks base method

func (*MockIAMAPI) WaitUntilPolicyExists

func (m *MockIAMAPI) WaitUntilPolicyExists(arg0 *iam.GetPolicyInput) error

WaitUntilPolicyExists mocks base method

func (*MockIAMAPI) WaitUntilPolicyExistsWithContext

func (m *MockIAMAPI) WaitUntilPolicyExistsWithContext(arg0 context.Context, arg1 *iam.GetPolicyInput, arg2 ...request.WaiterOption) error

WaitUntilPolicyExistsWithContext mocks base method

func (*MockIAMAPI) WaitUntilRoleExists

func (m *MockIAMAPI) WaitUntilRoleExists(arg0 *iam.GetRoleInput) error

WaitUntilRoleExists mocks base method

func (*MockIAMAPI) WaitUntilRoleExistsWithContext

func (m *MockIAMAPI) WaitUntilRoleExistsWithContext(arg0 context.Context, arg1 *iam.GetRoleInput, arg2 ...request.WaiterOption) error

WaitUntilRoleExistsWithContext mocks base method

func (*MockIAMAPI) WaitUntilUserExists

func (m *MockIAMAPI) WaitUntilUserExists(arg0 *iam.GetUserInput) error

WaitUntilUserExists mocks base method

func (*MockIAMAPI) WaitUntilUserExistsWithContext

func (m *MockIAMAPI) WaitUntilUserExistsWithContext(arg0 context.Context, arg1 *iam.GetUserInput, arg2 ...request.WaiterOption) error

WaitUntilUserExistsWithContext mocks base method

type MockIAMAPIMockRecorder

type MockIAMAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockIAMAPIMockRecorder is the mock recorder for MockIAMAPI

func (*MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProvider

func (mr *MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProvider(arg0 interface{}) *gomock.Call

AddClientIDToOpenIDConnectProvider indicates an expected call of AddClientIDToOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProviderRequest

func (mr *MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

AddClientIDToOpenIDConnectProviderRequest indicates an expected call of AddClientIDToOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProviderWithContext

func (mr *MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddClientIDToOpenIDConnectProviderWithContext indicates an expected call of AddClientIDToOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) AddRoleToInstanceProfile

func (mr *MockIAMAPIMockRecorder) AddRoleToInstanceProfile(arg0 interface{}) *gomock.Call

AddRoleToInstanceProfile indicates an expected call of AddRoleToInstanceProfile

func (*MockIAMAPIMockRecorder) AddRoleToInstanceProfileRequest

func (mr *MockIAMAPIMockRecorder) AddRoleToInstanceProfileRequest(arg0 interface{}) *gomock.Call

AddRoleToInstanceProfileRequest indicates an expected call of AddRoleToInstanceProfileRequest

func (*MockIAMAPIMockRecorder) AddRoleToInstanceProfileWithContext

func (mr *MockIAMAPIMockRecorder) AddRoleToInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddRoleToInstanceProfileWithContext indicates an expected call of AddRoleToInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) AddUserToGroup

func (mr *MockIAMAPIMockRecorder) AddUserToGroup(arg0 interface{}) *gomock.Call

AddUserToGroup indicates an expected call of AddUserToGroup

func (*MockIAMAPIMockRecorder) AddUserToGroupRequest

func (mr *MockIAMAPIMockRecorder) AddUserToGroupRequest(arg0 interface{}) *gomock.Call

AddUserToGroupRequest indicates an expected call of AddUserToGroupRequest

func (*MockIAMAPIMockRecorder) AddUserToGroupWithContext

func (mr *MockIAMAPIMockRecorder) AddUserToGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddUserToGroupWithContext indicates an expected call of AddUserToGroupWithContext

func (*MockIAMAPIMockRecorder) AttachGroupPolicy

func (mr *MockIAMAPIMockRecorder) AttachGroupPolicy(arg0 interface{}) *gomock.Call

AttachGroupPolicy indicates an expected call of AttachGroupPolicy

func (*MockIAMAPIMockRecorder) AttachGroupPolicyRequest

func (mr *MockIAMAPIMockRecorder) AttachGroupPolicyRequest(arg0 interface{}) *gomock.Call

AttachGroupPolicyRequest indicates an expected call of AttachGroupPolicyRequest

func (*MockIAMAPIMockRecorder) AttachGroupPolicyWithContext

func (mr *MockIAMAPIMockRecorder) AttachGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachGroupPolicyWithContext indicates an expected call of AttachGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) AttachRolePolicy

func (mr *MockIAMAPIMockRecorder) AttachRolePolicy(arg0 interface{}) *gomock.Call

AttachRolePolicy indicates an expected call of AttachRolePolicy

func (*MockIAMAPIMockRecorder) AttachRolePolicyRequest

func (mr *MockIAMAPIMockRecorder) AttachRolePolicyRequest(arg0 interface{}) *gomock.Call

AttachRolePolicyRequest indicates an expected call of AttachRolePolicyRequest

func (*MockIAMAPIMockRecorder) AttachRolePolicyWithContext

func (mr *MockIAMAPIMockRecorder) AttachRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachRolePolicyWithContext indicates an expected call of AttachRolePolicyWithContext

func (*MockIAMAPIMockRecorder) AttachUserPolicy

func (mr *MockIAMAPIMockRecorder) AttachUserPolicy(arg0 interface{}) *gomock.Call

AttachUserPolicy indicates an expected call of AttachUserPolicy

func (*MockIAMAPIMockRecorder) AttachUserPolicyRequest

func (mr *MockIAMAPIMockRecorder) AttachUserPolicyRequest(arg0 interface{}) *gomock.Call

AttachUserPolicyRequest indicates an expected call of AttachUserPolicyRequest

func (*MockIAMAPIMockRecorder) AttachUserPolicyWithContext

func (mr *MockIAMAPIMockRecorder) AttachUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachUserPolicyWithContext indicates an expected call of AttachUserPolicyWithContext

func (*MockIAMAPIMockRecorder) ChangePassword

func (mr *MockIAMAPIMockRecorder) ChangePassword(arg0 interface{}) *gomock.Call

ChangePassword indicates an expected call of ChangePassword

func (*MockIAMAPIMockRecorder) ChangePasswordRequest

func (mr *MockIAMAPIMockRecorder) ChangePasswordRequest(arg0 interface{}) *gomock.Call

ChangePasswordRequest indicates an expected call of ChangePasswordRequest

func (*MockIAMAPIMockRecorder) ChangePasswordWithContext

func (mr *MockIAMAPIMockRecorder) ChangePasswordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ChangePasswordWithContext indicates an expected call of ChangePasswordWithContext

func (*MockIAMAPIMockRecorder) CreateAccessKey

func (mr *MockIAMAPIMockRecorder) CreateAccessKey(arg0 interface{}) *gomock.Call

CreateAccessKey indicates an expected call of CreateAccessKey

func (*MockIAMAPIMockRecorder) CreateAccessKeyRequest

func (mr *MockIAMAPIMockRecorder) CreateAccessKeyRequest(arg0 interface{}) *gomock.Call

CreateAccessKeyRequest indicates an expected call of CreateAccessKeyRequest

func (*MockIAMAPIMockRecorder) CreateAccessKeyWithContext

func (mr *MockIAMAPIMockRecorder) CreateAccessKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAccessKeyWithContext indicates an expected call of CreateAccessKeyWithContext

func (*MockIAMAPIMockRecorder) CreateAccountAlias

func (mr *MockIAMAPIMockRecorder) CreateAccountAlias(arg0 interface{}) *gomock.Call

CreateAccountAlias indicates an expected call of CreateAccountAlias

func (*MockIAMAPIMockRecorder) CreateAccountAliasRequest

func (mr *MockIAMAPIMockRecorder) CreateAccountAliasRequest(arg0 interface{}) *gomock.Call

CreateAccountAliasRequest indicates an expected call of CreateAccountAliasRequest

func (*MockIAMAPIMockRecorder) CreateAccountAliasWithContext

func (mr *MockIAMAPIMockRecorder) CreateAccountAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAccountAliasWithContext indicates an expected call of CreateAccountAliasWithContext

func (*MockIAMAPIMockRecorder) CreateGroup

func (mr *MockIAMAPIMockRecorder) CreateGroup(arg0 interface{}) *gomock.Call

CreateGroup indicates an expected call of CreateGroup

func (*MockIAMAPIMockRecorder) CreateGroupRequest

func (mr *MockIAMAPIMockRecorder) CreateGroupRequest(arg0 interface{}) *gomock.Call

CreateGroupRequest indicates an expected call of CreateGroupRequest

func (*MockIAMAPIMockRecorder) CreateGroupWithContext

func (mr *MockIAMAPIMockRecorder) CreateGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateGroupWithContext indicates an expected call of CreateGroupWithContext

func (*MockIAMAPIMockRecorder) CreateInstanceProfile

func (mr *MockIAMAPIMockRecorder) CreateInstanceProfile(arg0 interface{}) *gomock.Call

CreateInstanceProfile indicates an expected call of CreateInstanceProfile

func (*MockIAMAPIMockRecorder) CreateInstanceProfileRequest

func (mr *MockIAMAPIMockRecorder) CreateInstanceProfileRequest(arg0 interface{}) *gomock.Call

CreateInstanceProfileRequest indicates an expected call of CreateInstanceProfileRequest

func (*MockIAMAPIMockRecorder) CreateInstanceProfileWithContext

func (mr *MockIAMAPIMockRecorder) CreateInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateInstanceProfileWithContext indicates an expected call of CreateInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) CreateLoginProfile

func (mr *MockIAMAPIMockRecorder) CreateLoginProfile(arg0 interface{}) *gomock.Call

CreateLoginProfile indicates an expected call of CreateLoginProfile

func (*MockIAMAPIMockRecorder) CreateLoginProfileRequest

func (mr *MockIAMAPIMockRecorder) CreateLoginProfileRequest(arg0 interface{}) *gomock.Call

CreateLoginProfileRequest indicates an expected call of CreateLoginProfileRequest

func (*MockIAMAPIMockRecorder) CreateLoginProfileWithContext

func (mr *MockIAMAPIMockRecorder) CreateLoginProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLoginProfileWithContext indicates an expected call of CreateLoginProfileWithContext

func (*MockIAMAPIMockRecorder) CreateOpenIDConnectProvider

func (mr *MockIAMAPIMockRecorder) CreateOpenIDConnectProvider(arg0 interface{}) *gomock.Call

CreateOpenIDConnectProvider indicates an expected call of CreateOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) CreateOpenIDConnectProviderRequest

func (mr *MockIAMAPIMockRecorder) CreateOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

CreateOpenIDConnectProviderRequest indicates an expected call of CreateOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) CreateOpenIDConnectProviderWithContext

func (mr *MockIAMAPIMockRecorder) CreateOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateOpenIDConnectProviderWithContext indicates an expected call of CreateOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) CreatePolicy

func (mr *MockIAMAPIMockRecorder) CreatePolicy(arg0 interface{}) *gomock.Call

CreatePolicy indicates an expected call of CreatePolicy

func (*MockIAMAPIMockRecorder) CreatePolicyRequest

func (mr *MockIAMAPIMockRecorder) CreatePolicyRequest(arg0 interface{}) *gomock.Call

CreatePolicyRequest indicates an expected call of CreatePolicyRequest

func (*MockIAMAPIMockRecorder) CreatePolicyVersion

func (mr *MockIAMAPIMockRecorder) CreatePolicyVersion(arg0 interface{}) *gomock.Call

CreatePolicyVersion indicates an expected call of CreatePolicyVersion

func (*MockIAMAPIMockRecorder) CreatePolicyVersionRequest

func (mr *MockIAMAPIMockRecorder) CreatePolicyVersionRequest(arg0 interface{}) *gomock.Call

CreatePolicyVersionRequest indicates an expected call of CreatePolicyVersionRequest

func (*MockIAMAPIMockRecorder) CreatePolicyVersionWithContext

func (mr *MockIAMAPIMockRecorder) CreatePolicyVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePolicyVersionWithContext indicates an expected call of CreatePolicyVersionWithContext

func (*MockIAMAPIMockRecorder) CreatePolicyWithContext

func (mr *MockIAMAPIMockRecorder) CreatePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePolicyWithContext indicates an expected call of CreatePolicyWithContext

func (*MockIAMAPIMockRecorder) CreateRole

func (mr *MockIAMAPIMockRecorder) CreateRole(arg0 interface{}) *gomock.Call

CreateRole indicates an expected call of CreateRole

func (*MockIAMAPIMockRecorder) CreateRoleRequest

func (mr *MockIAMAPIMockRecorder) CreateRoleRequest(arg0 interface{}) *gomock.Call

CreateRoleRequest indicates an expected call of CreateRoleRequest

func (*MockIAMAPIMockRecorder) CreateRoleWithContext

func (mr *MockIAMAPIMockRecorder) CreateRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRoleWithContext indicates an expected call of CreateRoleWithContext

func (*MockIAMAPIMockRecorder) CreateSAMLProvider

func (mr *MockIAMAPIMockRecorder) CreateSAMLProvider(arg0 interface{}) *gomock.Call

CreateSAMLProvider indicates an expected call of CreateSAMLProvider

func (*MockIAMAPIMockRecorder) CreateSAMLProviderRequest

func (mr *MockIAMAPIMockRecorder) CreateSAMLProviderRequest(arg0 interface{}) *gomock.Call

CreateSAMLProviderRequest indicates an expected call of CreateSAMLProviderRequest

func (*MockIAMAPIMockRecorder) CreateSAMLProviderWithContext

func (mr *MockIAMAPIMockRecorder) CreateSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSAMLProviderWithContext indicates an expected call of CreateSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) CreateServiceLinkedRole

func (mr *MockIAMAPIMockRecorder) CreateServiceLinkedRole(arg0 interface{}) *gomock.Call

CreateServiceLinkedRole indicates an expected call of CreateServiceLinkedRole

func (*MockIAMAPIMockRecorder) CreateServiceLinkedRoleRequest

func (mr *MockIAMAPIMockRecorder) CreateServiceLinkedRoleRequest(arg0 interface{}) *gomock.Call

CreateServiceLinkedRoleRequest indicates an expected call of CreateServiceLinkedRoleRequest

func (*MockIAMAPIMockRecorder) CreateServiceLinkedRoleWithContext

func (mr *MockIAMAPIMockRecorder) CreateServiceLinkedRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceLinkedRoleWithContext indicates an expected call of CreateServiceLinkedRoleWithContext

func (*MockIAMAPIMockRecorder) CreateServiceSpecificCredential

func (mr *MockIAMAPIMockRecorder) CreateServiceSpecificCredential(arg0 interface{}) *gomock.Call

CreateServiceSpecificCredential indicates an expected call of CreateServiceSpecificCredential

func (*MockIAMAPIMockRecorder) CreateServiceSpecificCredentialRequest

func (mr *MockIAMAPIMockRecorder) CreateServiceSpecificCredentialRequest(arg0 interface{}) *gomock.Call

CreateServiceSpecificCredentialRequest indicates an expected call of CreateServiceSpecificCredentialRequest

func (*MockIAMAPIMockRecorder) CreateServiceSpecificCredentialWithContext

func (mr *MockIAMAPIMockRecorder) CreateServiceSpecificCredentialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceSpecificCredentialWithContext indicates an expected call of CreateServiceSpecificCredentialWithContext

func (*MockIAMAPIMockRecorder) CreateUser

func (mr *MockIAMAPIMockRecorder) CreateUser(arg0 interface{}) *gomock.Call

CreateUser indicates an expected call of CreateUser

func (*MockIAMAPIMockRecorder) CreateUserRequest

func (mr *MockIAMAPIMockRecorder) CreateUserRequest(arg0 interface{}) *gomock.Call

CreateUserRequest indicates an expected call of CreateUserRequest

func (*MockIAMAPIMockRecorder) CreateUserWithContext

func (mr *MockIAMAPIMockRecorder) CreateUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateUserWithContext indicates an expected call of CreateUserWithContext

func (*MockIAMAPIMockRecorder) CreateVirtualMFADevice

func (mr *MockIAMAPIMockRecorder) CreateVirtualMFADevice(arg0 interface{}) *gomock.Call

CreateVirtualMFADevice indicates an expected call of CreateVirtualMFADevice

func (*MockIAMAPIMockRecorder) CreateVirtualMFADeviceRequest

func (mr *MockIAMAPIMockRecorder) CreateVirtualMFADeviceRequest(arg0 interface{}) *gomock.Call

CreateVirtualMFADeviceRequest indicates an expected call of CreateVirtualMFADeviceRequest

func (*MockIAMAPIMockRecorder) CreateVirtualMFADeviceWithContext

func (mr *MockIAMAPIMockRecorder) CreateVirtualMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVirtualMFADeviceWithContext indicates an expected call of CreateVirtualMFADeviceWithContext

func (*MockIAMAPIMockRecorder) DeactivateMFADevice

func (mr *MockIAMAPIMockRecorder) DeactivateMFADevice(arg0 interface{}) *gomock.Call

DeactivateMFADevice indicates an expected call of DeactivateMFADevice

func (*MockIAMAPIMockRecorder) DeactivateMFADeviceRequest

func (mr *MockIAMAPIMockRecorder) DeactivateMFADeviceRequest(arg0 interface{}) *gomock.Call

DeactivateMFADeviceRequest indicates an expected call of DeactivateMFADeviceRequest

func (*MockIAMAPIMockRecorder) DeactivateMFADeviceWithContext

func (mr *MockIAMAPIMockRecorder) DeactivateMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeactivateMFADeviceWithContext indicates an expected call of DeactivateMFADeviceWithContext

func (*MockIAMAPIMockRecorder) DeleteAccessKey

func (mr *MockIAMAPIMockRecorder) DeleteAccessKey(arg0 interface{}) *gomock.Call

DeleteAccessKey indicates an expected call of DeleteAccessKey

func (*MockIAMAPIMockRecorder) DeleteAccessKeyRequest

func (mr *MockIAMAPIMockRecorder) DeleteAccessKeyRequest(arg0 interface{}) *gomock.Call

DeleteAccessKeyRequest indicates an expected call of DeleteAccessKeyRequest

func (*MockIAMAPIMockRecorder) DeleteAccessKeyWithContext

func (mr *MockIAMAPIMockRecorder) DeleteAccessKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccessKeyWithContext indicates an expected call of DeleteAccessKeyWithContext

func (*MockIAMAPIMockRecorder) DeleteAccountAlias

func (mr *MockIAMAPIMockRecorder) DeleteAccountAlias(arg0 interface{}) *gomock.Call

DeleteAccountAlias indicates an expected call of DeleteAccountAlias

func (*MockIAMAPIMockRecorder) DeleteAccountAliasRequest

func (mr *MockIAMAPIMockRecorder) DeleteAccountAliasRequest(arg0 interface{}) *gomock.Call

DeleteAccountAliasRequest indicates an expected call of DeleteAccountAliasRequest

func (*MockIAMAPIMockRecorder) DeleteAccountAliasWithContext

func (mr *MockIAMAPIMockRecorder) DeleteAccountAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccountAliasWithContext indicates an expected call of DeleteAccountAliasWithContext

func (*MockIAMAPIMockRecorder) DeleteAccountPasswordPolicy

func (mr *MockIAMAPIMockRecorder) DeleteAccountPasswordPolicy(arg0 interface{}) *gomock.Call

DeleteAccountPasswordPolicy indicates an expected call of DeleteAccountPasswordPolicy

func (*MockIAMAPIMockRecorder) DeleteAccountPasswordPolicyRequest

func (mr *MockIAMAPIMockRecorder) DeleteAccountPasswordPolicyRequest(arg0 interface{}) *gomock.Call

DeleteAccountPasswordPolicyRequest indicates an expected call of DeleteAccountPasswordPolicyRequest

func (*MockIAMAPIMockRecorder) DeleteAccountPasswordPolicyWithContext

func (mr *MockIAMAPIMockRecorder) DeleteAccountPasswordPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccountPasswordPolicyWithContext indicates an expected call of DeleteAccountPasswordPolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteGroup

func (mr *MockIAMAPIMockRecorder) DeleteGroup(arg0 interface{}) *gomock.Call

DeleteGroup indicates an expected call of DeleteGroup

func (*MockIAMAPIMockRecorder) DeleteGroupPolicy

func (mr *MockIAMAPIMockRecorder) DeleteGroupPolicy(arg0 interface{}) *gomock.Call

DeleteGroupPolicy indicates an expected call of DeleteGroupPolicy

func (*MockIAMAPIMockRecorder) DeleteGroupPolicyRequest

func (mr *MockIAMAPIMockRecorder) DeleteGroupPolicyRequest(arg0 interface{}) *gomock.Call

DeleteGroupPolicyRequest indicates an expected call of DeleteGroupPolicyRequest

func (*MockIAMAPIMockRecorder) DeleteGroupPolicyWithContext

func (mr *MockIAMAPIMockRecorder) DeleteGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteGroupPolicyWithContext indicates an expected call of DeleteGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteGroupRequest

func (mr *MockIAMAPIMockRecorder) DeleteGroupRequest(arg0 interface{}) *gomock.Call

DeleteGroupRequest indicates an expected call of DeleteGroupRequest

func (*MockIAMAPIMockRecorder) DeleteGroupWithContext

func (mr *MockIAMAPIMockRecorder) DeleteGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteGroupWithContext indicates an expected call of DeleteGroupWithContext

func (*MockIAMAPIMockRecorder) DeleteInstanceProfile

func (mr *MockIAMAPIMockRecorder) DeleteInstanceProfile(arg0 interface{}) *gomock.Call

DeleteInstanceProfile indicates an expected call of DeleteInstanceProfile

func (*MockIAMAPIMockRecorder) DeleteInstanceProfileRequest

func (mr *MockIAMAPIMockRecorder) DeleteInstanceProfileRequest(arg0 interface{}) *gomock.Call

DeleteInstanceProfileRequest indicates an expected call of DeleteInstanceProfileRequest

func (*MockIAMAPIMockRecorder) DeleteInstanceProfileWithContext

func (mr *MockIAMAPIMockRecorder) DeleteInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteInstanceProfileWithContext indicates an expected call of DeleteInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) DeleteLoginProfile

func (mr *MockIAMAPIMockRecorder) DeleteLoginProfile(arg0 interface{}) *gomock.Call

DeleteLoginProfile indicates an expected call of DeleteLoginProfile

func (*MockIAMAPIMockRecorder) DeleteLoginProfileRequest

func (mr *MockIAMAPIMockRecorder) DeleteLoginProfileRequest(arg0 interface{}) *gomock.Call

DeleteLoginProfileRequest indicates an expected call of DeleteLoginProfileRequest

func (*MockIAMAPIMockRecorder) DeleteLoginProfileWithContext

func (mr *MockIAMAPIMockRecorder) DeleteLoginProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLoginProfileWithContext indicates an expected call of DeleteLoginProfileWithContext

func (*MockIAMAPIMockRecorder) DeleteOpenIDConnectProvider

func (mr *MockIAMAPIMockRecorder) DeleteOpenIDConnectProvider(arg0 interface{}) *gomock.Call

DeleteOpenIDConnectProvider indicates an expected call of DeleteOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) DeleteOpenIDConnectProviderRequest

func (mr *MockIAMAPIMockRecorder) DeleteOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

DeleteOpenIDConnectProviderRequest indicates an expected call of DeleteOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) DeleteOpenIDConnectProviderWithContext

func (mr *MockIAMAPIMockRecorder) DeleteOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteOpenIDConnectProviderWithContext indicates an expected call of DeleteOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) DeletePolicy

func (mr *MockIAMAPIMockRecorder) DeletePolicy(arg0 interface{}) *gomock.Call

DeletePolicy indicates an expected call of DeletePolicy

func (*MockIAMAPIMockRecorder) DeletePolicyRequest

func (mr *MockIAMAPIMockRecorder) DeletePolicyRequest(arg0 interface{}) *gomock.Call

DeletePolicyRequest indicates an expected call of DeletePolicyRequest

func (*MockIAMAPIMockRecorder) DeletePolicyVersion

func (mr *MockIAMAPIMockRecorder) DeletePolicyVersion(arg0 interface{}) *gomock.Call

DeletePolicyVersion indicates an expected call of DeletePolicyVersion

func (*MockIAMAPIMockRecorder) DeletePolicyVersionRequest

func (mr *MockIAMAPIMockRecorder) DeletePolicyVersionRequest(arg0 interface{}) *gomock.Call

DeletePolicyVersionRequest indicates an expected call of DeletePolicyVersionRequest

func (*MockIAMAPIMockRecorder) DeletePolicyVersionWithContext

func (mr *MockIAMAPIMockRecorder) DeletePolicyVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePolicyVersionWithContext indicates an expected call of DeletePolicyVersionWithContext

func (*MockIAMAPIMockRecorder) DeletePolicyWithContext

func (mr *MockIAMAPIMockRecorder) DeletePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePolicyWithContext indicates an expected call of DeletePolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteRole

func (mr *MockIAMAPIMockRecorder) DeleteRole(arg0 interface{}) *gomock.Call

DeleteRole indicates an expected call of DeleteRole

func (*MockIAMAPIMockRecorder) DeleteRolePermissionsBoundary

func (mr *MockIAMAPIMockRecorder) DeleteRolePermissionsBoundary(arg0 interface{}) *gomock.Call

DeleteRolePermissionsBoundary indicates an expected call of DeleteRolePermissionsBoundary

func (*MockIAMAPIMockRecorder) DeleteRolePermissionsBoundaryRequest

func (mr *MockIAMAPIMockRecorder) DeleteRolePermissionsBoundaryRequest(arg0 interface{}) *gomock.Call

DeleteRolePermissionsBoundaryRequest indicates an expected call of DeleteRolePermissionsBoundaryRequest

func (*MockIAMAPIMockRecorder) DeleteRolePermissionsBoundaryWithContext

func (mr *MockIAMAPIMockRecorder) DeleteRolePermissionsBoundaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRolePermissionsBoundaryWithContext indicates an expected call of DeleteRolePermissionsBoundaryWithContext

func (*MockIAMAPIMockRecorder) DeleteRolePolicy

func (mr *MockIAMAPIMockRecorder) DeleteRolePolicy(arg0 interface{}) *gomock.Call

DeleteRolePolicy indicates an expected call of DeleteRolePolicy

func (*MockIAMAPIMockRecorder) DeleteRolePolicyRequest

func (mr *MockIAMAPIMockRecorder) DeleteRolePolicyRequest(arg0 interface{}) *gomock.Call

DeleteRolePolicyRequest indicates an expected call of DeleteRolePolicyRequest

func (*MockIAMAPIMockRecorder) DeleteRolePolicyWithContext

func (mr *MockIAMAPIMockRecorder) DeleteRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRolePolicyWithContext indicates an expected call of DeleteRolePolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteRoleRequest

func (mr *MockIAMAPIMockRecorder) DeleteRoleRequest(arg0 interface{}) *gomock.Call

DeleteRoleRequest indicates an expected call of DeleteRoleRequest

func (*MockIAMAPIMockRecorder) DeleteRoleWithContext

func (mr *MockIAMAPIMockRecorder) DeleteRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRoleWithContext indicates an expected call of DeleteRoleWithContext

func (*MockIAMAPIMockRecorder) DeleteSAMLProvider

func (mr *MockIAMAPIMockRecorder) DeleteSAMLProvider(arg0 interface{}) *gomock.Call

DeleteSAMLProvider indicates an expected call of DeleteSAMLProvider

func (*MockIAMAPIMockRecorder) DeleteSAMLProviderRequest

func (mr *MockIAMAPIMockRecorder) DeleteSAMLProviderRequest(arg0 interface{}) *gomock.Call

DeleteSAMLProviderRequest indicates an expected call of DeleteSAMLProviderRequest

func (*MockIAMAPIMockRecorder) DeleteSAMLProviderWithContext

func (mr *MockIAMAPIMockRecorder) DeleteSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSAMLProviderWithContext indicates an expected call of DeleteSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) DeleteSSHPublicKey

func (mr *MockIAMAPIMockRecorder) DeleteSSHPublicKey(arg0 interface{}) *gomock.Call

DeleteSSHPublicKey indicates an expected call of DeleteSSHPublicKey

func (*MockIAMAPIMockRecorder) DeleteSSHPublicKeyRequest

func (mr *MockIAMAPIMockRecorder) DeleteSSHPublicKeyRequest(arg0 interface{}) *gomock.Call

DeleteSSHPublicKeyRequest indicates an expected call of DeleteSSHPublicKeyRequest

func (*MockIAMAPIMockRecorder) DeleteSSHPublicKeyWithContext

func (mr *MockIAMAPIMockRecorder) DeleteSSHPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSSHPublicKeyWithContext indicates an expected call of DeleteSSHPublicKeyWithContext

func (*MockIAMAPIMockRecorder) DeleteServerCertificate

func (mr *MockIAMAPIMockRecorder) DeleteServerCertificate(arg0 interface{}) *gomock.Call

DeleteServerCertificate indicates an expected call of DeleteServerCertificate

func (*MockIAMAPIMockRecorder) DeleteServerCertificateRequest

func (mr *MockIAMAPIMockRecorder) DeleteServerCertificateRequest(arg0 interface{}) *gomock.Call

DeleteServerCertificateRequest indicates an expected call of DeleteServerCertificateRequest

func (*MockIAMAPIMockRecorder) DeleteServerCertificateWithContext

func (mr *MockIAMAPIMockRecorder) DeleteServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServerCertificateWithContext indicates an expected call of DeleteServerCertificateWithContext

func (*MockIAMAPIMockRecorder) DeleteServiceLinkedRole

func (mr *MockIAMAPIMockRecorder) DeleteServiceLinkedRole(arg0 interface{}) *gomock.Call

DeleteServiceLinkedRole indicates an expected call of DeleteServiceLinkedRole

func (*MockIAMAPIMockRecorder) DeleteServiceLinkedRoleRequest

func (mr *MockIAMAPIMockRecorder) DeleteServiceLinkedRoleRequest(arg0 interface{}) *gomock.Call

DeleteServiceLinkedRoleRequest indicates an expected call of DeleteServiceLinkedRoleRequest

func (*MockIAMAPIMockRecorder) DeleteServiceLinkedRoleWithContext

func (mr *MockIAMAPIMockRecorder) DeleteServiceLinkedRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceLinkedRoleWithContext indicates an expected call of DeleteServiceLinkedRoleWithContext

func (*MockIAMAPIMockRecorder) DeleteServiceSpecificCredential

func (mr *MockIAMAPIMockRecorder) DeleteServiceSpecificCredential(arg0 interface{}) *gomock.Call

DeleteServiceSpecificCredential indicates an expected call of DeleteServiceSpecificCredential

func (*MockIAMAPIMockRecorder) DeleteServiceSpecificCredentialRequest

func (mr *MockIAMAPIMockRecorder) DeleteServiceSpecificCredentialRequest(arg0 interface{}) *gomock.Call

DeleteServiceSpecificCredentialRequest indicates an expected call of DeleteServiceSpecificCredentialRequest

func (*MockIAMAPIMockRecorder) DeleteServiceSpecificCredentialWithContext

func (mr *MockIAMAPIMockRecorder) DeleteServiceSpecificCredentialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceSpecificCredentialWithContext indicates an expected call of DeleteServiceSpecificCredentialWithContext

func (*MockIAMAPIMockRecorder) DeleteSigningCertificate

func (mr *MockIAMAPIMockRecorder) DeleteSigningCertificate(arg0 interface{}) *gomock.Call

DeleteSigningCertificate indicates an expected call of DeleteSigningCertificate

func (*MockIAMAPIMockRecorder) DeleteSigningCertificateRequest

func (mr *MockIAMAPIMockRecorder) DeleteSigningCertificateRequest(arg0 interface{}) *gomock.Call

DeleteSigningCertificateRequest indicates an expected call of DeleteSigningCertificateRequest

func (*MockIAMAPIMockRecorder) DeleteSigningCertificateWithContext

func (mr *MockIAMAPIMockRecorder) DeleteSigningCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSigningCertificateWithContext indicates an expected call of DeleteSigningCertificateWithContext

func (*MockIAMAPIMockRecorder) DeleteUser

func (mr *MockIAMAPIMockRecorder) DeleteUser(arg0 interface{}) *gomock.Call

DeleteUser indicates an expected call of DeleteUser

func (*MockIAMAPIMockRecorder) DeleteUserPermissionsBoundary

func (mr *MockIAMAPIMockRecorder) DeleteUserPermissionsBoundary(arg0 interface{}) *gomock.Call

DeleteUserPermissionsBoundary indicates an expected call of DeleteUserPermissionsBoundary

func (*MockIAMAPIMockRecorder) DeleteUserPermissionsBoundaryRequest

func (mr *MockIAMAPIMockRecorder) DeleteUserPermissionsBoundaryRequest(arg0 interface{}) *gomock.Call

DeleteUserPermissionsBoundaryRequest indicates an expected call of DeleteUserPermissionsBoundaryRequest

func (*MockIAMAPIMockRecorder) DeleteUserPermissionsBoundaryWithContext

func (mr *MockIAMAPIMockRecorder) DeleteUserPermissionsBoundaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUserPermissionsBoundaryWithContext indicates an expected call of DeleteUserPermissionsBoundaryWithContext

func (*MockIAMAPIMockRecorder) DeleteUserPolicy

func (mr *MockIAMAPIMockRecorder) DeleteUserPolicy(arg0 interface{}) *gomock.Call

DeleteUserPolicy indicates an expected call of DeleteUserPolicy

func (*MockIAMAPIMockRecorder) DeleteUserPolicyRequest

func (mr *MockIAMAPIMockRecorder) DeleteUserPolicyRequest(arg0 interface{}) *gomock.Call

DeleteUserPolicyRequest indicates an expected call of DeleteUserPolicyRequest

func (*MockIAMAPIMockRecorder) DeleteUserPolicyWithContext

func (mr *MockIAMAPIMockRecorder) DeleteUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUserPolicyWithContext indicates an expected call of DeleteUserPolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteUserRequest

func (mr *MockIAMAPIMockRecorder) DeleteUserRequest(arg0 interface{}) *gomock.Call

DeleteUserRequest indicates an expected call of DeleteUserRequest

func (*MockIAMAPIMockRecorder) DeleteUserWithContext

func (mr *MockIAMAPIMockRecorder) DeleteUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUserWithContext indicates an expected call of DeleteUserWithContext

func (*MockIAMAPIMockRecorder) DeleteVirtualMFADevice

func (mr *MockIAMAPIMockRecorder) DeleteVirtualMFADevice(arg0 interface{}) *gomock.Call

DeleteVirtualMFADevice indicates an expected call of DeleteVirtualMFADevice

func (*MockIAMAPIMockRecorder) DeleteVirtualMFADeviceRequest

func (mr *MockIAMAPIMockRecorder) DeleteVirtualMFADeviceRequest(arg0 interface{}) *gomock.Call

DeleteVirtualMFADeviceRequest indicates an expected call of DeleteVirtualMFADeviceRequest

func (*MockIAMAPIMockRecorder) DeleteVirtualMFADeviceWithContext

func (mr *MockIAMAPIMockRecorder) DeleteVirtualMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVirtualMFADeviceWithContext indicates an expected call of DeleteVirtualMFADeviceWithContext

func (*MockIAMAPIMockRecorder) DetachGroupPolicy

func (mr *MockIAMAPIMockRecorder) DetachGroupPolicy(arg0 interface{}) *gomock.Call

DetachGroupPolicy indicates an expected call of DetachGroupPolicy

func (*MockIAMAPIMockRecorder) DetachGroupPolicyRequest

func (mr *MockIAMAPIMockRecorder) DetachGroupPolicyRequest(arg0 interface{}) *gomock.Call

DetachGroupPolicyRequest indicates an expected call of DetachGroupPolicyRequest

func (*MockIAMAPIMockRecorder) DetachGroupPolicyWithContext

func (mr *MockIAMAPIMockRecorder) DetachGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachGroupPolicyWithContext indicates an expected call of DetachGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) DetachRolePolicy

func (mr *MockIAMAPIMockRecorder) DetachRolePolicy(arg0 interface{}) *gomock.Call

DetachRolePolicy indicates an expected call of DetachRolePolicy

func (*MockIAMAPIMockRecorder) DetachRolePolicyRequest

func (mr *MockIAMAPIMockRecorder) DetachRolePolicyRequest(arg0 interface{}) *gomock.Call

DetachRolePolicyRequest indicates an expected call of DetachRolePolicyRequest

func (*MockIAMAPIMockRecorder) DetachRolePolicyWithContext

func (mr *MockIAMAPIMockRecorder) DetachRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachRolePolicyWithContext indicates an expected call of DetachRolePolicyWithContext

func (*MockIAMAPIMockRecorder) DetachUserPolicy

func (mr *MockIAMAPIMockRecorder) DetachUserPolicy(arg0 interface{}) *gomock.Call

DetachUserPolicy indicates an expected call of DetachUserPolicy

func (*MockIAMAPIMockRecorder) DetachUserPolicyRequest

func (mr *MockIAMAPIMockRecorder) DetachUserPolicyRequest(arg0 interface{}) *gomock.Call

DetachUserPolicyRequest indicates an expected call of DetachUserPolicyRequest

func (*MockIAMAPIMockRecorder) DetachUserPolicyWithContext

func (mr *MockIAMAPIMockRecorder) DetachUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachUserPolicyWithContext indicates an expected call of DetachUserPolicyWithContext

func (*MockIAMAPIMockRecorder) EnableMFADevice

func (mr *MockIAMAPIMockRecorder) EnableMFADevice(arg0 interface{}) *gomock.Call

EnableMFADevice indicates an expected call of EnableMFADevice

func (*MockIAMAPIMockRecorder) EnableMFADeviceRequest

func (mr *MockIAMAPIMockRecorder) EnableMFADeviceRequest(arg0 interface{}) *gomock.Call

EnableMFADeviceRequest indicates an expected call of EnableMFADeviceRequest

func (*MockIAMAPIMockRecorder) EnableMFADeviceWithContext

func (mr *MockIAMAPIMockRecorder) EnableMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableMFADeviceWithContext indicates an expected call of EnableMFADeviceWithContext

func (*MockIAMAPIMockRecorder) GenerateCredentialReport

func (mr *MockIAMAPIMockRecorder) GenerateCredentialReport(arg0 interface{}) *gomock.Call

GenerateCredentialReport indicates an expected call of GenerateCredentialReport

func (*MockIAMAPIMockRecorder) GenerateCredentialReportRequest

func (mr *MockIAMAPIMockRecorder) GenerateCredentialReportRequest(arg0 interface{}) *gomock.Call

GenerateCredentialReportRequest indicates an expected call of GenerateCredentialReportRequest

func (*MockIAMAPIMockRecorder) GenerateCredentialReportWithContext

func (mr *MockIAMAPIMockRecorder) GenerateCredentialReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateCredentialReportWithContext indicates an expected call of GenerateCredentialReportWithContext

func (*MockIAMAPIMockRecorder) GenerateOrganizationsAccessReport

func (mr *MockIAMAPIMockRecorder) GenerateOrganizationsAccessReport(arg0 interface{}) *gomock.Call

GenerateOrganizationsAccessReport indicates an expected call of GenerateOrganizationsAccessReport

func (*MockIAMAPIMockRecorder) GenerateOrganizationsAccessReportRequest

func (mr *MockIAMAPIMockRecorder) GenerateOrganizationsAccessReportRequest(arg0 interface{}) *gomock.Call

GenerateOrganizationsAccessReportRequest indicates an expected call of GenerateOrganizationsAccessReportRequest

func (*MockIAMAPIMockRecorder) GenerateOrganizationsAccessReportWithContext

func (mr *MockIAMAPIMockRecorder) GenerateOrganizationsAccessReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateOrganizationsAccessReportWithContext indicates an expected call of GenerateOrganizationsAccessReportWithContext

func (*MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetails

func (mr *MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetails(arg0 interface{}) *gomock.Call

GenerateServiceLastAccessedDetails indicates an expected call of GenerateServiceLastAccessedDetails

func (*MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetailsRequest

func (mr *MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetailsRequest(arg0 interface{}) *gomock.Call

GenerateServiceLastAccessedDetailsRequest indicates an expected call of GenerateServiceLastAccessedDetailsRequest

func (*MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetailsWithContext

func (mr *MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateServiceLastAccessedDetailsWithContext indicates an expected call of GenerateServiceLastAccessedDetailsWithContext

func (*MockIAMAPIMockRecorder) GetAccessKeyLastUsed

func (mr *MockIAMAPIMockRecorder) GetAccessKeyLastUsed(arg0 interface{}) *gomock.Call

GetAccessKeyLastUsed indicates an expected call of GetAccessKeyLastUsed

func (*MockIAMAPIMockRecorder) GetAccessKeyLastUsedRequest

func (mr *MockIAMAPIMockRecorder) GetAccessKeyLastUsedRequest(arg0 interface{}) *gomock.Call

GetAccessKeyLastUsedRequest indicates an expected call of GetAccessKeyLastUsedRequest

func (*MockIAMAPIMockRecorder) GetAccessKeyLastUsedWithContext

func (mr *MockIAMAPIMockRecorder) GetAccessKeyLastUsedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccessKeyLastUsedWithContext indicates an expected call of GetAccessKeyLastUsedWithContext

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetails

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetails(arg0 interface{}) *gomock.Call

GetAccountAuthorizationDetails indicates an expected call of GetAccountAuthorizationDetails

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsPages

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsPages(arg0, arg1 interface{}) *gomock.Call

GetAccountAuthorizationDetailsPages indicates an expected call of GetAccountAuthorizationDetailsPages

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsPagesWithContext

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetAccountAuthorizationDetailsPagesWithContext indicates an expected call of GetAccountAuthorizationDetailsPagesWithContext

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsRequest

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsRequest(arg0 interface{}) *gomock.Call

GetAccountAuthorizationDetailsRequest indicates an expected call of GetAccountAuthorizationDetailsRequest

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsWithContext

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountAuthorizationDetailsWithContext indicates an expected call of GetAccountAuthorizationDetailsWithContext

func (*MockIAMAPIMockRecorder) GetAccountPasswordPolicy

func (mr *MockIAMAPIMockRecorder) GetAccountPasswordPolicy(arg0 interface{}) *gomock.Call

GetAccountPasswordPolicy indicates an expected call of GetAccountPasswordPolicy

func (*MockIAMAPIMockRecorder) GetAccountPasswordPolicyRequest

func (mr *MockIAMAPIMockRecorder) GetAccountPasswordPolicyRequest(arg0 interface{}) *gomock.Call

GetAccountPasswordPolicyRequest indicates an expected call of GetAccountPasswordPolicyRequest

func (*MockIAMAPIMockRecorder) GetAccountPasswordPolicyWithContext

func (mr *MockIAMAPIMockRecorder) GetAccountPasswordPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountPasswordPolicyWithContext indicates an expected call of GetAccountPasswordPolicyWithContext

func (*MockIAMAPIMockRecorder) GetAccountSummary

func (mr *MockIAMAPIMockRecorder) GetAccountSummary(arg0 interface{}) *gomock.Call

GetAccountSummary indicates an expected call of GetAccountSummary

func (*MockIAMAPIMockRecorder) GetAccountSummaryRequest

func (mr *MockIAMAPIMockRecorder) GetAccountSummaryRequest(arg0 interface{}) *gomock.Call

GetAccountSummaryRequest indicates an expected call of GetAccountSummaryRequest

func (*MockIAMAPIMockRecorder) GetAccountSummaryWithContext

func (mr *MockIAMAPIMockRecorder) GetAccountSummaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountSummaryWithContext indicates an expected call of GetAccountSummaryWithContext

func (*MockIAMAPIMockRecorder) GetContextKeysForCustomPolicy

func (mr *MockIAMAPIMockRecorder) GetContextKeysForCustomPolicy(arg0 interface{}) *gomock.Call

GetContextKeysForCustomPolicy indicates an expected call of GetContextKeysForCustomPolicy

func (*MockIAMAPIMockRecorder) GetContextKeysForCustomPolicyRequest

func (mr *MockIAMAPIMockRecorder) GetContextKeysForCustomPolicyRequest(arg0 interface{}) *gomock.Call

GetContextKeysForCustomPolicyRequest indicates an expected call of GetContextKeysForCustomPolicyRequest

func (*MockIAMAPIMockRecorder) GetContextKeysForCustomPolicyWithContext

func (mr *MockIAMAPIMockRecorder) GetContextKeysForCustomPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetContextKeysForCustomPolicyWithContext indicates an expected call of GetContextKeysForCustomPolicyWithContext

func (*MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicy

func (mr *MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicy(arg0 interface{}) *gomock.Call

GetContextKeysForPrincipalPolicy indicates an expected call of GetContextKeysForPrincipalPolicy

func (*MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicyRequest

func (mr *MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicyRequest(arg0 interface{}) *gomock.Call

GetContextKeysForPrincipalPolicyRequest indicates an expected call of GetContextKeysForPrincipalPolicyRequest

func (*MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicyWithContext

func (mr *MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetContextKeysForPrincipalPolicyWithContext indicates an expected call of GetContextKeysForPrincipalPolicyWithContext

func (*MockIAMAPIMockRecorder) GetCredentialReport

func (mr *MockIAMAPIMockRecorder) GetCredentialReport(arg0 interface{}) *gomock.Call

GetCredentialReport indicates an expected call of GetCredentialReport

func (*MockIAMAPIMockRecorder) GetCredentialReportRequest

func (mr *MockIAMAPIMockRecorder) GetCredentialReportRequest(arg0 interface{}) *gomock.Call

GetCredentialReportRequest indicates an expected call of GetCredentialReportRequest

func (*MockIAMAPIMockRecorder) GetCredentialReportWithContext

func (mr *MockIAMAPIMockRecorder) GetCredentialReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCredentialReportWithContext indicates an expected call of GetCredentialReportWithContext

func (*MockIAMAPIMockRecorder) GetGroup

func (mr *MockIAMAPIMockRecorder) GetGroup(arg0 interface{}) *gomock.Call

GetGroup indicates an expected call of GetGroup

func (*MockIAMAPIMockRecorder) GetGroupPages

func (mr *MockIAMAPIMockRecorder) GetGroupPages(arg0, arg1 interface{}) *gomock.Call

GetGroupPages indicates an expected call of GetGroupPages

func (*MockIAMAPIMockRecorder) GetGroupPagesWithContext

func (mr *MockIAMAPIMockRecorder) GetGroupPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetGroupPagesWithContext indicates an expected call of GetGroupPagesWithContext

func (*MockIAMAPIMockRecorder) GetGroupPolicy

func (mr *MockIAMAPIMockRecorder) GetGroupPolicy(arg0 interface{}) *gomock.Call

GetGroupPolicy indicates an expected call of GetGroupPolicy

func (*MockIAMAPIMockRecorder) GetGroupPolicyRequest

func (mr *MockIAMAPIMockRecorder) GetGroupPolicyRequest(arg0 interface{}) *gomock.Call

GetGroupPolicyRequest indicates an expected call of GetGroupPolicyRequest

func (*MockIAMAPIMockRecorder) GetGroupPolicyWithContext

func (mr *MockIAMAPIMockRecorder) GetGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGroupPolicyWithContext indicates an expected call of GetGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) GetGroupRequest

func (mr *MockIAMAPIMockRecorder) GetGroupRequest(arg0 interface{}) *gomock.Call

GetGroupRequest indicates an expected call of GetGroupRequest

func (*MockIAMAPIMockRecorder) GetGroupWithContext

func (mr *MockIAMAPIMockRecorder) GetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGroupWithContext indicates an expected call of GetGroupWithContext

func (*MockIAMAPIMockRecorder) GetInstanceProfile

func (mr *MockIAMAPIMockRecorder) GetInstanceProfile(arg0 interface{}) *gomock.Call

GetInstanceProfile indicates an expected call of GetInstanceProfile

func (*MockIAMAPIMockRecorder) GetInstanceProfileRequest

func (mr *MockIAMAPIMockRecorder) GetInstanceProfileRequest(arg0 interface{}) *gomock.Call

GetInstanceProfileRequest indicates an expected call of GetInstanceProfileRequest

func (*MockIAMAPIMockRecorder) GetInstanceProfileWithContext

func (mr *MockIAMAPIMockRecorder) GetInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetInstanceProfileWithContext indicates an expected call of GetInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) GetLoginProfile

func (mr *MockIAMAPIMockRecorder) GetLoginProfile(arg0 interface{}) *gomock.Call

GetLoginProfile indicates an expected call of GetLoginProfile

func (*MockIAMAPIMockRecorder) GetLoginProfileRequest

func (mr *MockIAMAPIMockRecorder) GetLoginProfileRequest(arg0 interface{}) *gomock.Call

GetLoginProfileRequest indicates an expected call of GetLoginProfileRequest

func (*MockIAMAPIMockRecorder) GetLoginProfileWithContext

func (mr *MockIAMAPIMockRecorder) GetLoginProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLoginProfileWithContext indicates an expected call of GetLoginProfileWithContext

func (*MockIAMAPIMockRecorder) GetOpenIDConnectProvider

func (mr *MockIAMAPIMockRecorder) GetOpenIDConnectProvider(arg0 interface{}) *gomock.Call

GetOpenIDConnectProvider indicates an expected call of GetOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) GetOpenIDConnectProviderRequest

func (mr *MockIAMAPIMockRecorder) GetOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

GetOpenIDConnectProviderRequest indicates an expected call of GetOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) GetOpenIDConnectProviderWithContext

func (mr *MockIAMAPIMockRecorder) GetOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOpenIDConnectProviderWithContext indicates an expected call of GetOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) GetOrganizationsAccessReport

func (mr *MockIAMAPIMockRecorder) GetOrganizationsAccessReport(arg0 interface{}) *gomock.Call

GetOrganizationsAccessReport indicates an expected call of GetOrganizationsAccessReport

func (*MockIAMAPIMockRecorder) GetOrganizationsAccessReportRequest

func (mr *MockIAMAPIMockRecorder) GetOrganizationsAccessReportRequest(arg0 interface{}) *gomock.Call

GetOrganizationsAccessReportRequest indicates an expected call of GetOrganizationsAccessReportRequest

func (*MockIAMAPIMockRecorder) GetOrganizationsAccessReportWithContext

func (mr *MockIAMAPIMockRecorder) GetOrganizationsAccessReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOrganizationsAccessReportWithContext indicates an expected call of GetOrganizationsAccessReportWithContext

func (*MockIAMAPIMockRecorder) GetPolicy

func (mr *MockIAMAPIMockRecorder) GetPolicy(arg0 interface{}) *gomock.Call

GetPolicy indicates an expected call of GetPolicy

func (*MockIAMAPIMockRecorder) GetPolicyRequest

func (mr *MockIAMAPIMockRecorder) GetPolicyRequest(arg0 interface{}) *gomock.Call

GetPolicyRequest indicates an expected call of GetPolicyRequest

func (*MockIAMAPIMockRecorder) GetPolicyVersion

func (mr *MockIAMAPIMockRecorder) GetPolicyVersion(arg0 interface{}) *gomock.Call

GetPolicyVersion indicates an expected call of GetPolicyVersion

func (*MockIAMAPIMockRecorder) GetPolicyVersionRequest

func (mr *MockIAMAPIMockRecorder) GetPolicyVersionRequest(arg0 interface{}) *gomock.Call

GetPolicyVersionRequest indicates an expected call of GetPolicyVersionRequest

func (*MockIAMAPIMockRecorder) GetPolicyVersionWithContext

func (mr *MockIAMAPIMockRecorder) GetPolicyVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPolicyVersionWithContext indicates an expected call of GetPolicyVersionWithContext

func (*MockIAMAPIMockRecorder) GetPolicyWithContext

func (mr *MockIAMAPIMockRecorder) GetPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPolicyWithContext indicates an expected call of GetPolicyWithContext

func (*MockIAMAPIMockRecorder) GetRole

func (mr *MockIAMAPIMockRecorder) GetRole(arg0 interface{}) *gomock.Call

GetRole indicates an expected call of GetRole

func (*MockIAMAPIMockRecorder) GetRolePolicy

func (mr *MockIAMAPIMockRecorder) GetRolePolicy(arg0 interface{}) *gomock.Call

GetRolePolicy indicates an expected call of GetRolePolicy

func (*MockIAMAPIMockRecorder) GetRolePolicyRequest

func (mr *MockIAMAPIMockRecorder) GetRolePolicyRequest(arg0 interface{}) *gomock.Call

GetRolePolicyRequest indicates an expected call of GetRolePolicyRequest

func (*MockIAMAPIMockRecorder) GetRolePolicyWithContext

func (mr *MockIAMAPIMockRecorder) GetRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRolePolicyWithContext indicates an expected call of GetRolePolicyWithContext

func (*MockIAMAPIMockRecorder) GetRoleRequest

func (mr *MockIAMAPIMockRecorder) GetRoleRequest(arg0 interface{}) *gomock.Call

GetRoleRequest indicates an expected call of GetRoleRequest

func (*MockIAMAPIMockRecorder) GetRoleWithContext

func (mr *MockIAMAPIMockRecorder) GetRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRoleWithContext indicates an expected call of GetRoleWithContext

func (*MockIAMAPIMockRecorder) GetSAMLProvider

func (mr *MockIAMAPIMockRecorder) GetSAMLProvider(arg0 interface{}) *gomock.Call

GetSAMLProvider indicates an expected call of GetSAMLProvider

func (*MockIAMAPIMockRecorder) GetSAMLProviderRequest

func (mr *MockIAMAPIMockRecorder) GetSAMLProviderRequest(arg0 interface{}) *gomock.Call

GetSAMLProviderRequest indicates an expected call of GetSAMLProviderRequest

func (*MockIAMAPIMockRecorder) GetSAMLProviderWithContext

func (mr *MockIAMAPIMockRecorder) GetSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSAMLProviderWithContext indicates an expected call of GetSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) GetSSHPublicKey

func (mr *MockIAMAPIMockRecorder) GetSSHPublicKey(arg0 interface{}) *gomock.Call

GetSSHPublicKey indicates an expected call of GetSSHPublicKey

func (*MockIAMAPIMockRecorder) GetSSHPublicKeyRequest

func (mr *MockIAMAPIMockRecorder) GetSSHPublicKeyRequest(arg0 interface{}) *gomock.Call

GetSSHPublicKeyRequest indicates an expected call of GetSSHPublicKeyRequest

func (*MockIAMAPIMockRecorder) GetSSHPublicKeyWithContext

func (mr *MockIAMAPIMockRecorder) GetSSHPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSSHPublicKeyWithContext indicates an expected call of GetSSHPublicKeyWithContext

func (*MockIAMAPIMockRecorder) GetServerCertificate

func (mr *MockIAMAPIMockRecorder) GetServerCertificate(arg0 interface{}) *gomock.Call

GetServerCertificate indicates an expected call of GetServerCertificate

func (*MockIAMAPIMockRecorder) GetServerCertificateRequest

func (mr *MockIAMAPIMockRecorder) GetServerCertificateRequest(arg0 interface{}) *gomock.Call

GetServerCertificateRequest indicates an expected call of GetServerCertificateRequest

func (*MockIAMAPIMockRecorder) GetServerCertificateWithContext

func (mr *MockIAMAPIMockRecorder) GetServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServerCertificateWithContext indicates an expected call of GetServerCertificateWithContext

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetails

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetails(arg0 interface{}) *gomock.Call

GetServiceLastAccessedDetails indicates an expected call of GetServiceLastAccessedDetails

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsRequest

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsRequest(arg0 interface{}) *gomock.Call

GetServiceLastAccessedDetailsRequest indicates an expected call of GetServiceLastAccessedDetailsRequest

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithContext

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceLastAccessedDetailsWithContext indicates an expected call of GetServiceLastAccessedDetailsWithContext

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntities

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntities(arg0 interface{}) *gomock.Call

GetServiceLastAccessedDetailsWithEntities indicates an expected call of GetServiceLastAccessedDetailsWithEntities

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntitiesRequest

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntitiesRequest(arg0 interface{}) *gomock.Call

GetServiceLastAccessedDetailsWithEntitiesRequest indicates an expected call of GetServiceLastAccessedDetailsWithEntitiesRequest

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntitiesWithContext

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntitiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceLastAccessedDetailsWithEntitiesWithContext indicates an expected call of GetServiceLastAccessedDetailsWithEntitiesWithContext

func (*MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatus

func (mr *MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatus(arg0 interface{}) *gomock.Call

GetServiceLinkedRoleDeletionStatus indicates an expected call of GetServiceLinkedRoleDeletionStatus

func (*MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatusRequest

func (mr *MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatusRequest(arg0 interface{}) *gomock.Call

GetServiceLinkedRoleDeletionStatusRequest indicates an expected call of GetServiceLinkedRoleDeletionStatusRequest

func (*MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatusWithContext

func (mr *MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceLinkedRoleDeletionStatusWithContext indicates an expected call of GetServiceLinkedRoleDeletionStatusWithContext

func (*MockIAMAPIMockRecorder) GetUser

func (mr *MockIAMAPIMockRecorder) GetUser(arg0 interface{}) *gomock.Call

GetUser indicates an expected call of GetUser

func (*MockIAMAPIMockRecorder) GetUserPolicy

func (mr *MockIAMAPIMockRecorder) GetUserPolicy(arg0 interface{}) *gomock.Call

GetUserPolicy indicates an expected call of GetUserPolicy

func (*MockIAMAPIMockRecorder) GetUserPolicyRequest

func (mr *MockIAMAPIMockRecorder) GetUserPolicyRequest(arg0 interface{}) *gomock.Call

GetUserPolicyRequest indicates an expected call of GetUserPolicyRequest

func (*MockIAMAPIMockRecorder) GetUserPolicyWithContext

func (mr *MockIAMAPIMockRecorder) GetUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUserPolicyWithContext indicates an expected call of GetUserPolicyWithContext

func (*MockIAMAPIMockRecorder) GetUserRequest

func (mr *MockIAMAPIMockRecorder) GetUserRequest(arg0 interface{}) *gomock.Call

GetUserRequest indicates an expected call of GetUserRequest

func (*MockIAMAPIMockRecorder) GetUserWithContext

func (mr *MockIAMAPIMockRecorder) GetUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUserWithContext indicates an expected call of GetUserWithContext

func (*MockIAMAPIMockRecorder) ListAccessKeys

func (mr *MockIAMAPIMockRecorder) ListAccessKeys(arg0 interface{}) *gomock.Call

ListAccessKeys indicates an expected call of ListAccessKeys

func (*MockIAMAPIMockRecorder) ListAccessKeysPages

func (mr *MockIAMAPIMockRecorder) ListAccessKeysPages(arg0, arg1 interface{}) *gomock.Call

ListAccessKeysPages indicates an expected call of ListAccessKeysPages

func (*MockIAMAPIMockRecorder) ListAccessKeysPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListAccessKeysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListAccessKeysPagesWithContext indicates an expected call of ListAccessKeysPagesWithContext

func (*MockIAMAPIMockRecorder) ListAccessKeysRequest

func (mr *MockIAMAPIMockRecorder) ListAccessKeysRequest(arg0 interface{}) *gomock.Call

ListAccessKeysRequest indicates an expected call of ListAccessKeysRequest

func (*MockIAMAPIMockRecorder) ListAccessKeysWithContext

func (mr *MockIAMAPIMockRecorder) ListAccessKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAccessKeysWithContext indicates an expected call of ListAccessKeysWithContext

func (*MockIAMAPIMockRecorder) ListAccountAliases

func (mr *MockIAMAPIMockRecorder) ListAccountAliases(arg0 interface{}) *gomock.Call

ListAccountAliases indicates an expected call of ListAccountAliases

func (*MockIAMAPIMockRecorder) ListAccountAliasesPages

func (mr *MockIAMAPIMockRecorder) ListAccountAliasesPages(arg0, arg1 interface{}) *gomock.Call

ListAccountAliasesPages indicates an expected call of ListAccountAliasesPages

func (*MockIAMAPIMockRecorder) ListAccountAliasesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListAccountAliasesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListAccountAliasesPagesWithContext indicates an expected call of ListAccountAliasesPagesWithContext

func (*MockIAMAPIMockRecorder) ListAccountAliasesRequest

func (mr *MockIAMAPIMockRecorder) ListAccountAliasesRequest(arg0 interface{}) *gomock.Call

ListAccountAliasesRequest indicates an expected call of ListAccountAliasesRequest

func (*MockIAMAPIMockRecorder) ListAccountAliasesWithContext

func (mr *MockIAMAPIMockRecorder) ListAccountAliasesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAccountAliasesWithContext indicates an expected call of ListAccountAliasesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedGroupPolicies

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPolicies(arg0 interface{}) *gomock.Call

ListAttachedGroupPolicies indicates an expected call of ListAttachedGroupPolicies

func (*MockIAMAPIMockRecorder) ListAttachedGroupPoliciesPages

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListAttachedGroupPoliciesPages indicates an expected call of ListAttachedGroupPoliciesPages

func (*MockIAMAPIMockRecorder) ListAttachedGroupPoliciesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPoliciesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListAttachedGroupPoliciesPagesWithContext indicates an expected call of ListAttachedGroupPoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedGroupPoliciesRequest

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPoliciesRequest(arg0 interface{}) *gomock.Call

ListAttachedGroupPoliciesRequest indicates an expected call of ListAttachedGroupPoliciesRequest

func (*MockIAMAPIMockRecorder) ListAttachedGroupPoliciesWithContext

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttachedGroupPoliciesWithContext indicates an expected call of ListAttachedGroupPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedRolePolicies

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePolicies(arg0 interface{}) *gomock.Call

ListAttachedRolePolicies indicates an expected call of ListAttachedRolePolicies

func (*MockIAMAPIMockRecorder) ListAttachedRolePoliciesPages

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListAttachedRolePoliciesPages indicates an expected call of ListAttachedRolePoliciesPages

func (*MockIAMAPIMockRecorder) ListAttachedRolePoliciesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePoliciesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListAttachedRolePoliciesPagesWithContext indicates an expected call of ListAttachedRolePoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedRolePoliciesRequest

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePoliciesRequest(arg0 interface{}) *gomock.Call

ListAttachedRolePoliciesRequest indicates an expected call of ListAttachedRolePoliciesRequest

func (*MockIAMAPIMockRecorder) ListAttachedRolePoliciesWithContext

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttachedRolePoliciesWithContext indicates an expected call of ListAttachedRolePoliciesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedUserPolicies

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPolicies(arg0 interface{}) *gomock.Call

ListAttachedUserPolicies indicates an expected call of ListAttachedUserPolicies

func (*MockIAMAPIMockRecorder) ListAttachedUserPoliciesPages

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListAttachedUserPoliciesPages indicates an expected call of ListAttachedUserPoliciesPages

func (*MockIAMAPIMockRecorder) ListAttachedUserPoliciesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPoliciesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListAttachedUserPoliciesPagesWithContext indicates an expected call of ListAttachedUserPoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedUserPoliciesRequest

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPoliciesRequest(arg0 interface{}) *gomock.Call

ListAttachedUserPoliciesRequest indicates an expected call of ListAttachedUserPoliciesRequest

func (*MockIAMAPIMockRecorder) ListAttachedUserPoliciesWithContext

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttachedUserPoliciesWithContext indicates an expected call of ListAttachedUserPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicy

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicy(arg0 interface{}) *gomock.Call

ListEntitiesForPolicy indicates an expected call of ListEntitiesForPolicy

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicyPages

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicyPages(arg0, arg1 interface{}) *gomock.Call

ListEntitiesForPolicyPages indicates an expected call of ListEntitiesForPolicyPages

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicyPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicyPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListEntitiesForPolicyPagesWithContext indicates an expected call of ListEntitiesForPolicyPagesWithContext

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicyRequest

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicyRequest(arg0 interface{}) *gomock.Call

ListEntitiesForPolicyRequest indicates an expected call of ListEntitiesForPolicyRequest

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicyWithContext

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEntitiesForPolicyWithContext indicates an expected call of ListEntitiesForPolicyWithContext

func (*MockIAMAPIMockRecorder) ListGroupPolicies

func (mr *MockIAMAPIMockRecorder) ListGroupPolicies(arg0 interface{}) *gomock.Call

ListGroupPolicies indicates an expected call of ListGroupPolicies

func (*MockIAMAPIMockRecorder) ListGroupPoliciesPages

func (mr *MockIAMAPIMockRecorder) ListGroupPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListGroupPoliciesPages indicates an expected call of ListGroupPoliciesPages

func (*MockIAMAPIMockRecorder) ListGroupPoliciesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListGroupPoliciesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListGroupPoliciesPagesWithContext indicates an expected call of ListGroupPoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListGroupPoliciesRequest

func (mr *MockIAMAPIMockRecorder) ListGroupPoliciesRequest(arg0 interface{}) *gomock.Call

ListGroupPoliciesRequest indicates an expected call of ListGroupPoliciesRequest

func (*MockIAMAPIMockRecorder) ListGroupPoliciesWithContext

func (mr *MockIAMAPIMockRecorder) ListGroupPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGroupPoliciesWithContext indicates an expected call of ListGroupPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListGroups

func (mr *MockIAMAPIMockRecorder) ListGroups(arg0 interface{}) *gomock.Call

ListGroups indicates an expected call of ListGroups

func (*MockIAMAPIMockRecorder) ListGroupsForUser

func (mr *MockIAMAPIMockRecorder) ListGroupsForUser(arg0 interface{}) *gomock.Call

ListGroupsForUser indicates an expected call of ListGroupsForUser

func (*MockIAMAPIMockRecorder) ListGroupsForUserPages

func (mr *MockIAMAPIMockRecorder) ListGroupsForUserPages(arg0, arg1 interface{}) *gomock.Call

ListGroupsForUserPages indicates an expected call of ListGroupsForUserPages

func (*MockIAMAPIMockRecorder) ListGroupsForUserPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListGroupsForUserPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListGroupsForUserPagesWithContext indicates an expected call of ListGroupsForUserPagesWithContext

func (*MockIAMAPIMockRecorder) ListGroupsForUserRequest

func (mr *MockIAMAPIMockRecorder) ListGroupsForUserRequest(arg0 interface{}) *gomock.Call

ListGroupsForUserRequest indicates an expected call of ListGroupsForUserRequest

func (*MockIAMAPIMockRecorder) ListGroupsForUserWithContext

func (mr *MockIAMAPIMockRecorder) ListGroupsForUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGroupsForUserWithContext indicates an expected call of ListGroupsForUserWithContext

func (*MockIAMAPIMockRecorder) ListGroupsPages

func (mr *MockIAMAPIMockRecorder) ListGroupsPages(arg0, arg1 interface{}) *gomock.Call

ListGroupsPages indicates an expected call of ListGroupsPages

func (*MockIAMAPIMockRecorder) ListGroupsPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListGroupsPagesWithContext indicates an expected call of ListGroupsPagesWithContext

func (*MockIAMAPIMockRecorder) ListGroupsRequest

func (mr *MockIAMAPIMockRecorder) ListGroupsRequest(arg0 interface{}) *gomock.Call

ListGroupsRequest indicates an expected call of ListGroupsRequest

func (*MockIAMAPIMockRecorder) ListGroupsWithContext

func (mr *MockIAMAPIMockRecorder) ListGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGroupsWithContext indicates an expected call of ListGroupsWithContext

func (*MockIAMAPIMockRecorder) ListInstanceProfileTags added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListInstanceProfileTags(arg0 interface{}) *gomock.Call

ListInstanceProfileTags indicates an expected call of ListInstanceProfileTags

func (*MockIAMAPIMockRecorder) ListInstanceProfileTagsRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListInstanceProfileTagsRequest(arg0 interface{}) *gomock.Call

ListInstanceProfileTagsRequest indicates an expected call of ListInstanceProfileTagsRequest

func (*MockIAMAPIMockRecorder) ListInstanceProfileTagsWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListInstanceProfileTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListInstanceProfileTagsWithContext indicates an expected call of ListInstanceProfileTagsWithContext

func (*MockIAMAPIMockRecorder) ListInstanceProfiles

func (mr *MockIAMAPIMockRecorder) ListInstanceProfiles(arg0 interface{}) *gomock.Call

ListInstanceProfiles indicates an expected call of ListInstanceProfiles

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRole

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRole(arg0 interface{}) *gomock.Call

ListInstanceProfilesForRole indicates an expected call of ListInstanceProfilesForRole

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRolePages

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRolePages(arg0, arg1 interface{}) *gomock.Call

ListInstanceProfilesForRolePages indicates an expected call of ListInstanceProfilesForRolePages

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRolePagesWithContext

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRolePagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListInstanceProfilesForRolePagesWithContext indicates an expected call of ListInstanceProfilesForRolePagesWithContext

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRoleRequest

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRoleRequest(arg0 interface{}) *gomock.Call

ListInstanceProfilesForRoleRequest indicates an expected call of ListInstanceProfilesForRoleRequest

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRoleWithContext

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListInstanceProfilesForRoleWithContext indicates an expected call of ListInstanceProfilesForRoleWithContext

func (*MockIAMAPIMockRecorder) ListInstanceProfilesPages

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesPages(arg0, arg1 interface{}) *gomock.Call

ListInstanceProfilesPages indicates an expected call of ListInstanceProfilesPages

func (*MockIAMAPIMockRecorder) ListInstanceProfilesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListInstanceProfilesPagesWithContext indicates an expected call of ListInstanceProfilesPagesWithContext

func (*MockIAMAPIMockRecorder) ListInstanceProfilesRequest

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesRequest(arg0 interface{}) *gomock.Call

ListInstanceProfilesRequest indicates an expected call of ListInstanceProfilesRequest

func (*MockIAMAPIMockRecorder) ListInstanceProfilesWithContext

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListInstanceProfilesWithContext indicates an expected call of ListInstanceProfilesWithContext

func (*MockIAMAPIMockRecorder) ListMFADeviceTags added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListMFADeviceTags(arg0 interface{}) *gomock.Call

ListMFADeviceTags indicates an expected call of ListMFADeviceTags

func (*MockIAMAPIMockRecorder) ListMFADeviceTagsRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListMFADeviceTagsRequest(arg0 interface{}) *gomock.Call

ListMFADeviceTagsRequest indicates an expected call of ListMFADeviceTagsRequest

func (*MockIAMAPIMockRecorder) ListMFADeviceTagsWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListMFADeviceTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMFADeviceTagsWithContext indicates an expected call of ListMFADeviceTagsWithContext

func (*MockIAMAPIMockRecorder) ListMFADevices

func (mr *MockIAMAPIMockRecorder) ListMFADevices(arg0 interface{}) *gomock.Call

ListMFADevices indicates an expected call of ListMFADevices

func (*MockIAMAPIMockRecorder) ListMFADevicesPages

func (mr *MockIAMAPIMockRecorder) ListMFADevicesPages(arg0, arg1 interface{}) *gomock.Call

ListMFADevicesPages indicates an expected call of ListMFADevicesPages

func (*MockIAMAPIMockRecorder) ListMFADevicesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListMFADevicesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListMFADevicesPagesWithContext indicates an expected call of ListMFADevicesPagesWithContext

func (*MockIAMAPIMockRecorder) ListMFADevicesRequest

func (mr *MockIAMAPIMockRecorder) ListMFADevicesRequest(arg0 interface{}) *gomock.Call

ListMFADevicesRequest indicates an expected call of ListMFADevicesRequest

func (*MockIAMAPIMockRecorder) ListMFADevicesWithContext

func (mr *MockIAMAPIMockRecorder) ListMFADevicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMFADevicesWithContext indicates an expected call of ListMFADevicesWithContext

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProviderTags added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListOpenIDConnectProviderTags(arg0 interface{}) *gomock.Call

ListOpenIDConnectProviderTags indicates an expected call of ListOpenIDConnectProviderTags

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProviderTagsRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListOpenIDConnectProviderTagsRequest(arg0 interface{}) *gomock.Call

ListOpenIDConnectProviderTagsRequest indicates an expected call of ListOpenIDConnectProviderTagsRequest

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProviderTagsWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListOpenIDConnectProviderTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOpenIDConnectProviderTagsWithContext indicates an expected call of ListOpenIDConnectProviderTagsWithContext

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProviders

func (mr *MockIAMAPIMockRecorder) ListOpenIDConnectProviders(arg0 interface{}) *gomock.Call

ListOpenIDConnectProviders indicates an expected call of ListOpenIDConnectProviders

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProvidersRequest

func (mr *MockIAMAPIMockRecorder) ListOpenIDConnectProvidersRequest(arg0 interface{}) *gomock.Call

ListOpenIDConnectProvidersRequest indicates an expected call of ListOpenIDConnectProvidersRequest

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProvidersWithContext

func (mr *MockIAMAPIMockRecorder) ListOpenIDConnectProvidersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOpenIDConnectProvidersWithContext indicates an expected call of ListOpenIDConnectProvidersWithContext

func (*MockIAMAPIMockRecorder) ListPolicies

func (mr *MockIAMAPIMockRecorder) ListPolicies(arg0 interface{}) *gomock.Call

ListPolicies indicates an expected call of ListPolicies

func (*MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccess

func (mr *MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccess(arg0 interface{}) *gomock.Call

ListPoliciesGrantingServiceAccess indicates an expected call of ListPoliciesGrantingServiceAccess

func (*MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccessRequest

func (mr *MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccessRequest(arg0 interface{}) *gomock.Call

ListPoliciesGrantingServiceAccessRequest indicates an expected call of ListPoliciesGrantingServiceAccessRequest

func (*MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccessWithContext

func (mr *MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccessWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPoliciesGrantingServiceAccessWithContext indicates an expected call of ListPoliciesGrantingServiceAccessWithContext

func (*MockIAMAPIMockRecorder) ListPoliciesPages

func (mr *MockIAMAPIMockRecorder) ListPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListPoliciesPages indicates an expected call of ListPoliciesPages

func (*MockIAMAPIMockRecorder) ListPoliciesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListPoliciesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListPoliciesPagesWithContext indicates an expected call of ListPoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListPoliciesRequest

func (mr *MockIAMAPIMockRecorder) ListPoliciesRequest(arg0 interface{}) *gomock.Call

ListPoliciesRequest indicates an expected call of ListPoliciesRequest

func (*MockIAMAPIMockRecorder) ListPoliciesWithContext

func (mr *MockIAMAPIMockRecorder) ListPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPoliciesWithContext indicates an expected call of ListPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListPolicyTags added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListPolicyTags(arg0 interface{}) *gomock.Call

ListPolicyTags indicates an expected call of ListPolicyTags

func (*MockIAMAPIMockRecorder) ListPolicyTagsRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListPolicyTagsRequest(arg0 interface{}) *gomock.Call

ListPolicyTagsRequest indicates an expected call of ListPolicyTagsRequest

func (*MockIAMAPIMockRecorder) ListPolicyTagsWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListPolicyTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPolicyTagsWithContext indicates an expected call of ListPolicyTagsWithContext

func (*MockIAMAPIMockRecorder) ListPolicyVersions

func (mr *MockIAMAPIMockRecorder) ListPolicyVersions(arg0 interface{}) *gomock.Call

ListPolicyVersions indicates an expected call of ListPolicyVersions

func (*MockIAMAPIMockRecorder) ListPolicyVersionsPages

func (mr *MockIAMAPIMockRecorder) ListPolicyVersionsPages(arg0, arg1 interface{}) *gomock.Call

ListPolicyVersionsPages indicates an expected call of ListPolicyVersionsPages

func (*MockIAMAPIMockRecorder) ListPolicyVersionsPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListPolicyVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListPolicyVersionsPagesWithContext indicates an expected call of ListPolicyVersionsPagesWithContext

func (*MockIAMAPIMockRecorder) ListPolicyVersionsRequest

func (mr *MockIAMAPIMockRecorder) ListPolicyVersionsRequest(arg0 interface{}) *gomock.Call

ListPolicyVersionsRequest indicates an expected call of ListPolicyVersionsRequest

func (*MockIAMAPIMockRecorder) ListPolicyVersionsWithContext

func (mr *MockIAMAPIMockRecorder) ListPolicyVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPolicyVersionsWithContext indicates an expected call of ListPolicyVersionsWithContext

func (*MockIAMAPIMockRecorder) ListRolePolicies

func (mr *MockIAMAPIMockRecorder) ListRolePolicies(arg0 interface{}) *gomock.Call

ListRolePolicies indicates an expected call of ListRolePolicies

func (*MockIAMAPIMockRecorder) ListRolePoliciesPages

func (mr *MockIAMAPIMockRecorder) ListRolePoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListRolePoliciesPages indicates an expected call of ListRolePoliciesPages

func (*MockIAMAPIMockRecorder) ListRolePoliciesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListRolePoliciesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListRolePoliciesPagesWithContext indicates an expected call of ListRolePoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListRolePoliciesRequest

func (mr *MockIAMAPIMockRecorder) ListRolePoliciesRequest(arg0 interface{}) *gomock.Call

ListRolePoliciesRequest indicates an expected call of ListRolePoliciesRequest

func (*MockIAMAPIMockRecorder) ListRolePoliciesWithContext

func (mr *MockIAMAPIMockRecorder) ListRolePoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRolePoliciesWithContext indicates an expected call of ListRolePoliciesWithContext

func (*MockIAMAPIMockRecorder) ListRoleTags

func (mr *MockIAMAPIMockRecorder) ListRoleTags(arg0 interface{}) *gomock.Call

ListRoleTags indicates an expected call of ListRoleTags

func (*MockIAMAPIMockRecorder) ListRoleTagsRequest

func (mr *MockIAMAPIMockRecorder) ListRoleTagsRequest(arg0 interface{}) *gomock.Call

ListRoleTagsRequest indicates an expected call of ListRoleTagsRequest

func (*MockIAMAPIMockRecorder) ListRoleTagsWithContext

func (mr *MockIAMAPIMockRecorder) ListRoleTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRoleTagsWithContext indicates an expected call of ListRoleTagsWithContext

func (*MockIAMAPIMockRecorder) ListRoles

func (mr *MockIAMAPIMockRecorder) ListRoles(arg0 interface{}) *gomock.Call

ListRoles indicates an expected call of ListRoles

func (*MockIAMAPIMockRecorder) ListRolesPages

func (mr *MockIAMAPIMockRecorder) ListRolesPages(arg0, arg1 interface{}) *gomock.Call

ListRolesPages indicates an expected call of ListRolesPages

func (*MockIAMAPIMockRecorder) ListRolesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListRolesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListRolesPagesWithContext indicates an expected call of ListRolesPagesWithContext

func (*MockIAMAPIMockRecorder) ListRolesRequest

func (mr *MockIAMAPIMockRecorder) ListRolesRequest(arg0 interface{}) *gomock.Call

ListRolesRequest indicates an expected call of ListRolesRequest

func (*MockIAMAPIMockRecorder) ListRolesWithContext

func (mr *MockIAMAPIMockRecorder) ListRolesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRolesWithContext indicates an expected call of ListRolesWithContext

func (*MockIAMAPIMockRecorder) ListSAMLProviderTags added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListSAMLProviderTags(arg0 interface{}) *gomock.Call

ListSAMLProviderTags indicates an expected call of ListSAMLProviderTags

func (*MockIAMAPIMockRecorder) ListSAMLProviderTagsRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListSAMLProviderTagsRequest(arg0 interface{}) *gomock.Call

ListSAMLProviderTagsRequest indicates an expected call of ListSAMLProviderTagsRequest

func (*MockIAMAPIMockRecorder) ListSAMLProviderTagsWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListSAMLProviderTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSAMLProviderTagsWithContext indicates an expected call of ListSAMLProviderTagsWithContext

func (*MockIAMAPIMockRecorder) ListSAMLProviders

func (mr *MockIAMAPIMockRecorder) ListSAMLProviders(arg0 interface{}) *gomock.Call

ListSAMLProviders indicates an expected call of ListSAMLProviders

func (*MockIAMAPIMockRecorder) ListSAMLProvidersRequest

func (mr *MockIAMAPIMockRecorder) ListSAMLProvidersRequest(arg0 interface{}) *gomock.Call

ListSAMLProvidersRequest indicates an expected call of ListSAMLProvidersRequest

func (*MockIAMAPIMockRecorder) ListSAMLProvidersWithContext

func (mr *MockIAMAPIMockRecorder) ListSAMLProvidersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSAMLProvidersWithContext indicates an expected call of ListSAMLProvidersWithContext

func (*MockIAMAPIMockRecorder) ListSSHPublicKeys

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeys(arg0 interface{}) *gomock.Call

ListSSHPublicKeys indicates an expected call of ListSSHPublicKeys

func (*MockIAMAPIMockRecorder) ListSSHPublicKeysPages

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeysPages(arg0, arg1 interface{}) *gomock.Call

ListSSHPublicKeysPages indicates an expected call of ListSSHPublicKeysPages

func (*MockIAMAPIMockRecorder) ListSSHPublicKeysPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListSSHPublicKeysPagesWithContext indicates an expected call of ListSSHPublicKeysPagesWithContext

func (*MockIAMAPIMockRecorder) ListSSHPublicKeysRequest

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeysRequest(arg0 interface{}) *gomock.Call

ListSSHPublicKeysRequest indicates an expected call of ListSSHPublicKeysRequest

func (*MockIAMAPIMockRecorder) ListSSHPublicKeysWithContext

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSSHPublicKeysWithContext indicates an expected call of ListSSHPublicKeysWithContext

func (*MockIAMAPIMockRecorder) ListServerCertificateTags added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListServerCertificateTags(arg0 interface{}) *gomock.Call

ListServerCertificateTags indicates an expected call of ListServerCertificateTags

func (*MockIAMAPIMockRecorder) ListServerCertificateTagsRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListServerCertificateTagsRequest(arg0 interface{}) *gomock.Call

ListServerCertificateTagsRequest indicates an expected call of ListServerCertificateTagsRequest

func (*MockIAMAPIMockRecorder) ListServerCertificateTagsWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListServerCertificateTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServerCertificateTagsWithContext indicates an expected call of ListServerCertificateTagsWithContext

func (*MockIAMAPIMockRecorder) ListServerCertificates

func (mr *MockIAMAPIMockRecorder) ListServerCertificates(arg0 interface{}) *gomock.Call

ListServerCertificates indicates an expected call of ListServerCertificates

func (*MockIAMAPIMockRecorder) ListServerCertificatesPages

func (mr *MockIAMAPIMockRecorder) ListServerCertificatesPages(arg0, arg1 interface{}) *gomock.Call

ListServerCertificatesPages indicates an expected call of ListServerCertificatesPages

func (*MockIAMAPIMockRecorder) ListServerCertificatesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListServerCertificatesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListServerCertificatesPagesWithContext indicates an expected call of ListServerCertificatesPagesWithContext

func (*MockIAMAPIMockRecorder) ListServerCertificatesRequest

func (mr *MockIAMAPIMockRecorder) ListServerCertificatesRequest(arg0 interface{}) *gomock.Call

ListServerCertificatesRequest indicates an expected call of ListServerCertificatesRequest

func (*MockIAMAPIMockRecorder) ListServerCertificatesWithContext

func (mr *MockIAMAPIMockRecorder) ListServerCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServerCertificatesWithContext indicates an expected call of ListServerCertificatesWithContext

func (*MockIAMAPIMockRecorder) ListServiceSpecificCredentials

func (mr *MockIAMAPIMockRecorder) ListServiceSpecificCredentials(arg0 interface{}) *gomock.Call

ListServiceSpecificCredentials indicates an expected call of ListServiceSpecificCredentials

func (*MockIAMAPIMockRecorder) ListServiceSpecificCredentialsRequest

func (mr *MockIAMAPIMockRecorder) ListServiceSpecificCredentialsRequest(arg0 interface{}) *gomock.Call

ListServiceSpecificCredentialsRequest indicates an expected call of ListServiceSpecificCredentialsRequest

func (*MockIAMAPIMockRecorder) ListServiceSpecificCredentialsWithContext

func (mr *MockIAMAPIMockRecorder) ListServiceSpecificCredentialsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServiceSpecificCredentialsWithContext indicates an expected call of ListServiceSpecificCredentialsWithContext

func (*MockIAMAPIMockRecorder) ListSigningCertificates

func (mr *MockIAMAPIMockRecorder) ListSigningCertificates(arg0 interface{}) *gomock.Call

ListSigningCertificates indicates an expected call of ListSigningCertificates

func (*MockIAMAPIMockRecorder) ListSigningCertificatesPages

func (mr *MockIAMAPIMockRecorder) ListSigningCertificatesPages(arg0, arg1 interface{}) *gomock.Call

ListSigningCertificatesPages indicates an expected call of ListSigningCertificatesPages

func (*MockIAMAPIMockRecorder) ListSigningCertificatesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListSigningCertificatesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListSigningCertificatesPagesWithContext indicates an expected call of ListSigningCertificatesPagesWithContext

func (*MockIAMAPIMockRecorder) ListSigningCertificatesRequest

func (mr *MockIAMAPIMockRecorder) ListSigningCertificatesRequest(arg0 interface{}) *gomock.Call

ListSigningCertificatesRequest indicates an expected call of ListSigningCertificatesRequest

func (*MockIAMAPIMockRecorder) ListSigningCertificatesWithContext

func (mr *MockIAMAPIMockRecorder) ListSigningCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSigningCertificatesWithContext indicates an expected call of ListSigningCertificatesWithContext

func (*MockIAMAPIMockRecorder) ListUserPolicies

func (mr *MockIAMAPIMockRecorder) ListUserPolicies(arg0 interface{}) *gomock.Call

ListUserPolicies indicates an expected call of ListUserPolicies

func (*MockIAMAPIMockRecorder) ListUserPoliciesPages

func (mr *MockIAMAPIMockRecorder) ListUserPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListUserPoliciesPages indicates an expected call of ListUserPoliciesPages

func (*MockIAMAPIMockRecorder) ListUserPoliciesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListUserPoliciesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListUserPoliciesPagesWithContext indicates an expected call of ListUserPoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListUserPoliciesRequest

func (mr *MockIAMAPIMockRecorder) ListUserPoliciesRequest(arg0 interface{}) *gomock.Call

ListUserPoliciesRequest indicates an expected call of ListUserPoliciesRequest

func (*MockIAMAPIMockRecorder) ListUserPoliciesWithContext

func (mr *MockIAMAPIMockRecorder) ListUserPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUserPoliciesWithContext indicates an expected call of ListUserPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListUserTags

func (mr *MockIAMAPIMockRecorder) ListUserTags(arg0 interface{}) *gomock.Call

ListUserTags indicates an expected call of ListUserTags

func (*MockIAMAPIMockRecorder) ListUserTagsPages added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListUserTagsPages(arg0, arg1 interface{}) *gomock.Call

ListUserTagsPages indicates an expected call of ListUserTagsPages

func (*MockIAMAPIMockRecorder) ListUserTagsPagesWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) ListUserTagsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListUserTagsPagesWithContext indicates an expected call of ListUserTagsPagesWithContext

func (*MockIAMAPIMockRecorder) ListUserTagsRequest

func (mr *MockIAMAPIMockRecorder) ListUserTagsRequest(arg0 interface{}) *gomock.Call

ListUserTagsRequest indicates an expected call of ListUserTagsRequest

func (*MockIAMAPIMockRecorder) ListUserTagsWithContext

func (mr *MockIAMAPIMockRecorder) ListUserTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUserTagsWithContext indicates an expected call of ListUserTagsWithContext

func (*MockIAMAPIMockRecorder) ListUsers

func (mr *MockIAMAPIMockRecorder) ListUsers(arg0 interface{}) *gomock.Call

ListUsers indicates an expected call of ListUsers

func (*MockIAMAPIMockRecorder) ListUsersPages

func (mr *MockIAMAPIMockRecorder) ListUsersPages(arg0, arg1 interface{}) *gomock.Call

ListUsersPages indicates an expected call of ListUsersPages

func (*MockIAMAPIMockRecorder) ListUsersPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListUsersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListUsersPagesWithContext indicates an expected call of ListUsersPagesWithContext

func (*MockIAMAPIMockRecorder) ListUsersRequest

func (mr *MockIAMAPIMockRecorder) ListUsersRequest(arg0 interface{}) *gomock.Call

ListUsersRequest indicates an expected call of ListUsersRequest

func (*MockIAMAPIMockRecorder) ListUsersWithContext

func (mr *MockIAMAPIMockRecorder) ListUsersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUsersWithContext indicates an expected call of ListUsersWithContext

func (*MockIAMAPIMockRecorder) ListVirtualMFADevices

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevices(arg0 interface{}) *gomock.Call

ListVirtualMFADevices indicates an expected call of ListVirtualMFADevices

func (*MockIAMAPIMockRecorder) ListVirtualMFADevicesPages

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevicesPages(arg0, arg1 interface{}) *gomock.Call

ListVirtualMFADevicesPages indicates an expected call of ListVirtualMFADevicesPages

func (*MockIAMAPIMockRecorder) ListVirtualMFADevicesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevicesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListVirtualMFADevicesPagesWithContext indicates an expected call of ListVirtualMFADevicesPagesWithContext

func (*MockIAMAPIMockRecorder) ListVirtualMFADevicesRequest

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevicesRequest(arg0 interface{}) *gomock.Call

ListVirtualMFADevicesRequest indicates an expected call of ListVirtualMFADevicesRequest

func (*MockIAMAPIMockRecorder) ListVirtualMFADevicesWithContext

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListVirtualMFADevicesWithContext indicates an expected call of ListVirtualMFADevicesWithContext

func (*MockIAMAPIMockRecorder) PutGroupPolicy

func (mr *MockIAMAPIMockRecorder) PutGroupPolicy(arg0 interface{}) *gomock.Call

PutGroupPolicy indicates an expected call of PutGroupPolicy

func (*MockIAMAPIMockRecorder) PutGroupPolicyRequest

func (mr *MockIAMAPIMockRecorder) PutGroupPolicyRequest(arg0 interface{}) *gomock.Call

PutGroupPolicyRequest indicates an expected call of PutGroupPolicyRequest

func (*MockIAMAPIMockRecorder) PutGroupPolicyWithContext

func (mr *MockIAMAPIMockRecorder) PutGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutGroupPolicyWithContext indicates an expected call of PutGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) PutRolePermissionsBoundary

func (mr *MockIAMAPIMockRecorder) PutRolePermissionsBoundary(arg0 interface{}) *gomock.Call

PutRolePermissionsBoundary indicates an expected call of PutRolePermissionsBoundary

func (*MockIAMAPIMockRecorder) PutRolePermissionsBoundaryRequest

func (mr *MockIAMAPIMockRecorder) PutRolePermissionsBoundaryRequest(arg0 interface{}) *gomock.Call

PutRolePermissionsBoundaryRequest indicates an expected call of PutRolePermissionsBoundaryRequest

func (*MockIAMAPIMockRecorder) PutRolePermissionsBoundaryWithContext

func (mr *MockIAMAPIMockRecorder) PutRolePermissionsBoundaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutRolePermissionsBoundaryWithContext indicates an expected call of PutRolePermissionsBoundaryWithContext

func (*MockIAMAPIMockRecorder) PutRolePolicy

func (mr *MockIAMAPIMockRecorder) PutRolePolicy(arg0 interface{}) *gomock.Call

PutRolePolicy indicates an expected call of PutRolePolicy

func (*MockIAMAPIMockRecorder) PutRolePolicyRequest

func (mr *MockIAMAPIMockRecorder) PutRolePolicyRequest(arg0 interface{}) *gomock.Call

PutRolePolicyRequest indicates an expected call of PutRolePolicyRequest

func (*MockIAMAPIMockRecorder) PutRolePolicyWithContext

func (mr *MockIAMAPIMockRecorder) PutRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutRolePolicyWithContext indicates an expected call of PutRolePolicyWithContext

func (*MockIAMAPIMockRecorder) PutUserPermissionsBoundary

func (mr *MockIAMAPIMockRecorder) PutUserPermissionsBoundary(arg0 interface{}) *gomock.Call

PutUserPermissionsBoundary indicates an expected call of PutUserPermissionsBoundary

func (*MockIAMAPIMockRecorder) PutUserPermissionsBoundaryRequest

func (mr *MockIAMAPIMockRecorder) PutUserPermissionsBoundaryRequest(arg0 interface{}) *gomock.Call

PutUserPermissionsBoundaryRequest indicates an expected call of PutUserPermissionsBoundaryRequest

func (*MockIAMAPIMockRecorder) PutUserPermissionsBoundaryWithContext

func (mr *MockIAMAPIMockRecorder) PutUserPermissionsBoundaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutUserPermissionsBoundaryWithContext indicates an expected call of PutUserPermissionsBoundaryWithContext

func (*MockIAMAPIMockRecorder) PutUserPolicy

func (mr *MockIAMAPIMockRecorder) PutUserPolicy(arg0 interface{}) *gomock.Call

PutUserPolicy indicates an expected call of PutUserPolicy

func (*MockIAMAPIMockRecorder) PutUserPolicyRequest

func (mr *MockIAMAPIMockRecorder) PutUserPolicyRequest(arg0 interface{}) *gomock.Call

PutUserPolicyRequest indicates an expected call of PutUserPolicyRequest

func (*MockIAMAPIMockRecorder) PutUserPolicyWithContext

func (mr *MockIAMAPIMockRecorder) PutUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutUserPolicyWithContext indicates an expected call of PutUserPolicyWithContext

func (*MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProvider

func (mr *MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProvider(arg0 interface{}) *gomock.Call

RemoveClientIDFromOpenIDConnectProvider indicates an expected call of RemoveClientIDFromOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProviderRequest

func (mr *MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

RemoveClientIDFromOpenIDConnectProviderRequest indicates an expected call of RemoveClientIDFromOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProviderWithContext

func (mr *MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveClientIDFromOpenIDConnectProviderWithContext indicates an expected call of RemoveClientIDFromOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfile

func (mr *MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfile(arg0 interface{}) *gomock.Call

RemoveRoleFromInstanceProfile indicates an expected call of RemoveRoleFromInstanceProfile

func (*MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfileRequest

func (mr *MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfileRequest(arg0 interface{}) *gomock.Call

RemoveRoleFromInstanceProfileRequest indicates an expected call of RemoveRoleFromInstanceProfileRequest

func (*MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfileWithContext

func (mr *MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveRoleFromInstanceProfileWithContext indicates an expected call of RemoveRoleFromInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) RemoveUserFromGroup

func (mr *MockIAMAPIMockRecorder) RemoveUserFromGroup(arg0 interface{}) *gomock.Call

RemoveUserFromGroup indicates an expected call of RemoveUserFromGroup

func (*MockIAMAPIMockRecorder) RemoveUserFromGroupRequest

func (mr *MockIAMAPIMockRecorder) RemoveUserFromGroupRequest(arg0 interface{}) *gomock.Call

RemoveUserFromGroupRequest indicates an expected call of RemoveUserFromGroupRequest

func (*MockIAMAPIMockRecorder) RemoveUserFromGroupWithContext

func (mr *MockIAMAPIMockRecorder) RemoveUserFromGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveUserFromGroupWithContext indicates an expected call of RemoveUserFromGroupWithContext

func (*MockIAMAPIMockRecorder) ResetServiceSpecificCredential

func (mr *MockIAMAPIMockRecorder) ResetServiceSpecificCredential(arg0 interface{}) *gomock.Call

ResetServiceSpecificCredential indicates an expected call of ResetServiceSpecificCredential

func (*MockIAMAPIMockRecorder) ResetServiceSpecificCredentialRequest

func (mr *MockIAMAPIMockRecorder) ResetServiceSpecificCredentialRequest(arg0 interface{}) *gomock.Call

ResetServiceSpecificCredentialRequest indicates an expected call of ResetServiceSpecificCredentialRequest

func (*MockIAMAPIMockRecorder) ResetServiceSpecificCredentialWithContext

func (mr *MockIAMAPIMockRecorder) ResetServiceSpecificCredentialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetServiceSpecificCredentialWithContext indicates an expected call of ResetServiceSpecificCredentialWithContext

func (*MockIAMAPIMockRecorder) ResyncMFADevice

func (mr *MockIAMAPIMockRecorder) ResyncMFADevice(arg0 interface{}) *gomock.Call

ResyncMFADevice indicates an expected call of ResyncMFADevice

func (*MockIAMAPIMockRecorder) ResyncMFADeviceRequest

func (mr *MockIAMAPIMockRecorder) ResyncMFADeviceRequest(arg0 interface{}) *gomock.Call

ResyncMFADeviceRequest indicates an expected call of ResyncMFADeviceRequest

func (*MockIAMAPIMockRecorder) ResyncMFADeviceWithContext

func (mr *MockIAMAPIMockRecorder) ResyncMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResyncMFADeviceWithContext indicates an expected call of ResyncMFADeviceWithContext

func (*MockIAMAPIMockRecorder) SetDefaultPolicyVersion

func (mr *MockIAMAPIMockRecorder) SetDefaultPolicyVersion(arg0 interface{}) *gomock.Call

SetDefaultPolicyVersion indicates an expected call of SetDefaultPolicyVersion

func (*MockIAMAPIMockRecorder) SetDefaultPolicyVersionRequest

func (mr *MockIAMAPIMockRecorder) SetDefaultPolicyVersionRequest(arg0 interface{}) *gomock.Call

SetDefaultPolicyVersionRequest indicates an expected call of SetDefaultPolicyVersionRequest

func (*MockIAMAPIMockRecorder) SetDefaultPolicyVersionWithContext

func (mr *MockIAMAPIMockRecorder) SetDefaultPolicyVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetDefaultPolicyVersionWithContext indicates an expected call of SetDefaultPolicyVersionWithContext

func (*MockIAMAPIMockRecorder) SetSecurityTokenServicePreferences

func (mr *MockIAMAPIMockRecorder) SetSecurityTokenServicePreferences(arg0 interface{}) *gomock.Call

SetSecurityTokenServicePreferences indicates an expected call of SetSecurityTokenServicePreferences

func (*MockIAMAPIMockRecorder) SetSecurityTokenServicePreferencesRequest

func (mr *MockIAMAPIMockRecorder) SetSecurityTokenServicePreferencesRequest(arg0 interface{}) *gomock.Call

SetSecurityTokenServicePreferencesRequest indicates an expected call of SetSecurityTokenServicePreferencesRequest

func (*MockIAMAPIMockRecorder) SetSecurityTokenServicePreferencesWithContext

func (mr *MockIAMAPIMockRecorder) SetSecurityTokenServicePreferencesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetSecurityTokenServicePreferencesWithContext indicates an expected call of SetSecurityTokenServicePreferencesWithContext

func (*MockIAMAPIMockRecorder) SimulateCustomPolicy

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicy(arg0 interface{}) *gomock.Call

SimulateCustomPolicy indicates an expected call of SimulateCustomPolicy

func (*MockIAMAPIMockRecorder) SimulateCustomPolicyPages

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicyPages(arg0, arg1 interface{}) *gomock.Call

SimulateCustomPolicyPages indicates an expected call of SimulateCustomPolicyPages

func (*MockIAMAPIMockRecorder) SimulateCustomPolicyPagesWithContext

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicyPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

SimulateCustomPolicyPagesWithContext indicates an expected call of SimulateCustomPolicyPagesWithContext

func (*MockIAMAPIMockRecorder) SimulateCustomPolicyRequest

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicyRequest(arg0 interface{}) *gomock.Call

SimulateCustomPolicyRequest indicates an expected call of SimulateCustomPolicyRequest

func (*MockIAMAPIMockRecorder) SimulateCustomPolicyWithContext

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SimulateCustomPolicyWithContext indicates an expected call of SimulateCustomPolicyWithContext

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicy

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicy(arg0 interface{}) *gomock.Call

SimulatePrincipalPolicy indicates an expected call of SimulatePrincipalPolicy

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicyPages

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicyPages(arg0, arg1 interface{}) *gomock.Call

SimulatePrincipalPolicyPages indicates an expected call of SimulatePrincipalPolicyPages

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicyPagesWithContext

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicyPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

SimulatePrincipalPolicyPagesWithContext indicates an expected call of SimulatePrincipalPolicyPagesWithContext

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicyRequest

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicyRequest(arg0 interface{}) *gomock.Call

SimulatePrincipalPolicyRequest indicates an expected call of SimulatePrincipalPolicyRequest

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicyWithContext

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SimulatePrincipalPolicyWithContext indicates an expected call of SimulatePrincipalPolicyWithContext

func (*MockIAMAPIMockRecorder) TagInstanceProfile added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagInstanceProfile(arg0 interface{}) *gomock.Call

TagInstanceProfile indicates an expected call of TagInstanceProfile

func (*MockIAMAPIMockRecorder) TagInstanceProfileRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagInstanceProfileRequest(arg0 interface{}) *gomock.Call

TagInstanceProfileRequest indicates an expected call of TagInstanceProfileRequest

func (*MockIAMAPIMockRecorder) TagInstanceProfileWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagInstanceProfileWithContext indicates an expected call of TagInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) TagMFADevice added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagMFADevice(arg0 interface{}) *gomock.Call

TagMFADevice indicates an expected call of TagMFADevice

func (*MockIAMAPIMockRecorder) TagMFADeviceRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagMFADeviceRequest(arg0 interface{}) *gomock.Call

TagMFADeviceRequest indicates an expected call of TagMFADeviceRequest

func (*MockIAMAPIMockRecorder) TagMFADeviceWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagMFADeviceWithContext indicates an expected call of TagMFADeviceWithContext

func (*MockIAMAPIMockRecorder) TagOpenIDConnectProvider added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagOpenIDConnectProvider(arg0 interface{}) *gomock.Call

TagOpenIDConnectProvider indicates an expected call of TagOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) TagOpenIDConnectProviderRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

TagOpenIDConnectProviderRequest indicates an expected call of TagOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) TagOpenIDConnectProviderWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagOpenIDConnectProviderWithContext indicates an expected call of TagOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) TagPolicy added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagPolicy(arg0 interface{}) *gomock.Call

TagPolicy indicates an expected call of TagPolicy

func (*MockIAMAPIMockRecorder) TagPolicyRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagPolicyRequest(arg0 interface{}) *gomock.Call

TagPolicyRequest indicates an expected call of TagPolicyRequest

func (*MockIAMAPIMockRecorder) TagPolicyWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagPolicyWithContext indicates an expected call of TagPolicyWithContext

func (*MockIAMAPIMockRecorder) TagRole

func (mr *MockIAMAPIMockRecorder) TagRole(arg0 interface{}) *gomock.Call

TagRole indicates an expected call of TagRole

func (*MockIAMAPIMockRecorder) TagRoleRequest

func (mr *MockIAMAPIMockRecorder) TagRoleRequest(arg0 interface{}) *gomock.Call

TagRoleRequest indicates an expected call of TagRoleRequest

func (*MockIAMAPIMockRecorder) TagRoleWithContext

func (mr *MockIAMAPIMockRecorder) TagRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagRoleWithContext indicates an expected call of TagRoleWithContext

func (*MockIAMAPIMockRecorder) TagSAMLProvider added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagSAMLProvider(arg0 interface{}) *gomock.Call

TagSAMLProvider indicates an expected call of TagSAMLProvider

func (*MockIAMAPIMockRecorder) TagSAMLProviderRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagSAMLProviderRequest(arg0 interface{}) *gomock.Call

TagSAMLProviderRequest indicates an expected call of TagSAMLProviderRequest

func (*MockIAMAPIMockRecorder) TagSAMLProviderWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagSAMLProviderWithContext indicates an expected call of TagSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) TagServerCertificate added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagServerCertificate(arg0 interface{}) *gomock.Call

TagServerCertificate indicates an expected call of TagServerCertificate

func (*MockIAMAPIMockRecorder) TagServerCertificateRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagServerCertificateRequest(arg0 interface{}) *gomock.Call

TagServerCertificateRequest indicates an expected call of TagServerCertificateRequest

func (*MockIAMAPIMockRecorder) TagServerCertificateWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) TagServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagServerCertificateWithContext indicates an expected call of TagServerCertificateWithContext

func (*MockIAMAPIMockRecorder) TagUser

func (mr *MockIAMAPIMockRecorder) TagUser(arg0 interface{}) *gomock.Call

TagUser indicates an expected call of TagUser

func (*MockIAMAPIMockRecorder) TagUserRequest

func (mr *MockIAMAPIMockRecorder) TagUserRequest(arg0 interface{}) *gomock.Call

TagUserRequest indicates an expected call of TagUserRequest

func (*MockIAMAPIMockRecorder) TagUserWithContext

func (mr *MockIAMAPIMockRecorder) TagUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagUserWithContext indicates an expected call of TagUserWithContext

func (*MockIAMAPIMockRecorder) UntagInstanceProfile added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagInstanceProfile(arg0 interface{}) *gomock.Call

UntagInstanceProfile indicates an expected call of UntagInstanceProfile

func (*MockIAMAPIMockRecorder) UntagInstanceProfileRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagInstanceProfileRequest(arg0 interface{}) *gomock.Call

UntagInstanceProfileRequest indicates an expected call of UntagInstanceProfileRequest

func (*MockIAMAPIMockRecorder) UntagInstanceProfileWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagInstanceProfileWithContext indicates an expected call of UntagInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) UntagMFADevice added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagMFADevice(arg0 interface{}) *gomock.Call

UntagMFADevice indicates an expected call of UntagMFADevice

func (*MockIAMAPIMockRecorder) UntagMFADeviceRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagMFADeviceRequest(arg0 interface{}) *gomock.Call

UntagMFADeviceRequest indicates an expected call of UntagMFADeviceRequest

func (*MockIAMAPIMockRecorder) UntagMFADeviceWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagMFADeviceWithContext indicates an expected call of UntagMFADeviceWithContext

func (*MockIAMAPIMockRecorder) UntagOpenIDConnectProvider added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagOpenIDConnectProvider(arg0 interface{}) *gomock.Call

UntagOpenIDConnectProvider indicates an expected call of UntagOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) UntagOpenIDConnectProviderRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

UntagOpenIDConnectProviderRequest indicates an expected call of UntagOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) UntagOpenIDConnectProviderWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagOpenIDConnectProviderWithContext indicates an expected call of UntagOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) UntagPolicy added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagPolicy(arg0 interface{}) *gomock.Call

UntagPolicy indicates an expected call of UntagPolicy

func (*MockIAMAPIMockRecorder) UntagPolicyRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagPolicyRequest(arg0 interface{}) *gomock.Call

UntagPolicyRequest indicates an expected call of UntagPolicyRequest

func (*MockIAMAPIMockRecorder) UntagPolicyWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagPolicyWithContext indicates an expected call of UntagPolicyWithContext

func (*MockIAMAPIMockRecorder) UntagRole

func (mr *MockIAMAPIMockRecorder) UntagRole(arg0 interface{}) *gomock.Call

UntagRole indicates an expected call of UntagRole

func (*MockIAMAPIMockRecorder) UntagRoleRequest

func (mr *MockIAMAPIMockRecorder) UntagRoleRequest(arg0 interface{}) *gomock.Call

UntagRoleRequest indicates an expected call of UntagRoleRequest

func (*MockIAMAPIMockRecorder) UntagRoleWithContext

func (mr *MockIAMAPIMockRecorder) UntagRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagRoleWithContext indicates an expected call of UntagRoleWithContext

func (*MockIAMAPIMockRecorder) UntagSAMLProvider added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagSAMLProvider(arg0 interface{}) *gomock.Call

UntagSAMLProvider indicates an expected call of UntagSAMLProvider

func (*MockIAMAPIMockRecorder) UntagSAMLProviderRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagSAMLProviderRequest(arg0 interface{}) *gomock.Call

UntagSAMLProviderRequest indicates an expected call of UntagSAMLProviderRequest

func (*MockIAMAPIMockRecorder) UntagSAMLProviderWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagSAMLProviderWithContext indicates an expected call of UntagSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) UntagServerCertificate added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagServerCertificate(arg0 interface{}) *gomock.Call

UntagServerCertificate indicates an expected call of UntagServerCertificate

func (*MockIAMAPIMockRecorder) UntagServerCertificateRequest added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagServerCertificateRequest(arg0 interface{}) *gomock.Call

UntagServerCertificateRequest indicates an expected call of UntagServerCertificateRequest

func (*MockIAMAPIMockRecorder) UntagServerCertificateWithContext added in v0.47.0

func (mr *MockIAMAPIMockRecorder) UntagServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagServerCertificateWithContext indicates an expected call of UntagServerCertificateWithContext

func (*MockIAMAPIMockRecorder) UntagUser

func (mr *MockIAMAPIMockRecorder) UntagUser(arg0 interface{}) *gomock.Call

UntagUser indicates an expected call of UntagUser

func (*MockIAMAPIMockRecorder) UntagUserRequest

func (mr *MockIAMAPIMockRecorder) UntagUserRequest(arg0 interface{}) *gomock.Call

UntagUserRequest indicates an expected call of UntagUserRequest

func (*MockIAMAPIMockRecorder) UntagUserWithContext

func (mr *MockIAMAPIMockRecorder) UntagUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagUserWithContext indicates an expected call of UntagUserWithContext

func (*MockIAMAPIMockRecorder) UpdateAccessKey

func (mr *MockIAMAPIMockRecorder) UpdateAccessKey(arg0 interface{}) *gomock.Call

UpdateAccessKey indicates an expected call of UpdateAccessKey

func (*MockIAMAPIMockRecorder) UpdateAccessKeyRequest

func (mr *MockIAMAPIMockRecorder) UpdateAccessKeyRequest(arg0 interface{}) *gomock.Call

UpdateAccessKeyRequest indicates an expected call of UpdateAccessKeyRequest

func (*MockIAMAPIMockRecorder) UpdateAccessKeyWithContext

func (mr *MockIAMAPIMockRecorder) UpdateAccessKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAccessKeyWithContext indicates an expected call of UpdateAccessKeyWithContext

func (*MockIAMAPIMockRecorder) UpdateAccountPasswordPolicy

func (mr *MockIAMAPIMockRecorder) UpdateAccountPasswordPolicy(arg0 interface{}) *gomock.Call

UpdateAccountPasswordPolicy indicates an expected call of UpdateAccountPasswordPolicy

func (*MockIAMAPIMockRecorder) UpdateAccountPasswordPolicyRequest

func (mr *MockIAMAPIMockRecorder) UpdateAccountPasswordPolicyRequest(arg0 interface{}) *gomock.Call

UpdateAccountPasswordPolicyRequest indicates an expected call of UpdateAccountPasswordPolicyRequest

func (*MockIAMAPIMockRecorder) UpdateAccountPasswordPolicyWithContext

func (mr *MockIAMAPIMockRecorder) UpdateAccountPasswordPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAccountPasswordPolicyWithContext indicates an expected call of UpdateAccountPasswordPolicyWithContext

func (*MockIAMAPIMockRecorder) UpdateAssumeRolePolicy

func (mr *MockIAMAPIMockRecorder) UpdateAssumeRolePolicy(arg0 interface{}) *gomock.Call

UpdateAssumeRolePolicy indicates an expected call of UpdateAssumeRolePolicy

func (*MockIAMAPIMockRecorder) UpdateAssumeRolePolicyRequest

func (mr *MockIAMAPIMockRecorder) UpdateAssumeRolePolicyRequest(arg0 interface{}) *gomock.Call

UpdateAssumeRolePolicyRequest indicates an expected call of UpdateAssumeRolePolicyRequest

func (*MockIAMAPIMockRecorder) UpdateAssumeRolePolicyWithContext

func (mr *MockIAMAPIMockRecorder) UpdateAssumeRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAssumeRolePolicyWithContext indicates an expected call of UpdateAssumeRolePolicyWithContext

func (*MockIAMAPIMockRecorder) UpdateGroup

func (mr *MockIAMAPIMockRecorder) UpdateGroup(arg0 interface{}) *gomock.Call

UpdateGroup indicates an expected call of UpdateGroup

func (*MockIAMAPIMockRecorder) UpdateGroupRequest

func (mr *MockIAMAPIMockRecorder) UpdateGroupRequest(arg0 interface{}) *gomock.Call

UpdateGroupRequest indicates an expected call of UpdateGroupRequest

func (*MockIAMAPIMockRecorder) UpdateGroupWithContext

func (mr *MockIAMAPIMockRecorder) UpdateGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateGroupWithContext indicates an expected call of UpdateGroupWithContext

func (*MockIAMAPIMockRecorder) UpdateLoginProfile

func (mr *MockIAMAPIMockRecorder) UpdateLoginProfile(arg0 interface{}) *gomock.Call

UpdateLoginProfile indicates an expected call of UpdateLoginProfile

func (*MockIAMAPIMockRecorder) UpdateLoginProfileRequest

func (mr *MockIAMAPIMockRecorder) UpdateLoginProfileRequest(arg0 interface{}) *gomock.Call

UpdateLoginProfileRequest indicates an expected call of UpdateLoginProfileRequest

func (*MockIAMAPIMockRecorder) UpdateLoginProfileWithContext

func (mr *MockIAMAPIMockRecorder) UpdateLoginProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateLoginProfileWithContext indicates an expected call of UpdateLoginProfileWithContext

func (*MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprint

func (mr *MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprint(arg0 interface{}) *gomock.Call

UpdateOpenIDConnectProviderThumbprint indicates an expected call of UpdateOpenIDConnectProviderThumbprint

func (*MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprintRequest

func (mr *MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprintRequest(arg0 interface{}) *gomock.Call

UpdateOpenIDConnectProviderThumbprintRequest indicates an expected call of UpdateOpenIDConnectProviderThumbprintRequest

func (*MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprintWithContext

func (mr *MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprintWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateOpenIDConnectProviderThumbprintWithContext indicates an expected call of UpdateOpenIDConnectProviderThumbprintWithContext

func (*MockIAMAPIMockRecorder) UpdateRole

func (mr *MockIAMAPIMockRecorder) UpdateRole(arg0 interface{}) *gomock.Call

UpdateRole indicates an expected call of UpdateRole

func (*MockIAMAPIMockRecorder) UpdateRoleDescription

func (mr *MockIAMAPIMockRecorder) UpdateRoleDescription(arg0 interface{}) *gomock.Call

UpdateRoleDescription indicates an expected call of UpdateRoleDescription

func (*MockIAMAPIMockRecorder) UpdateRoleDescriptionRequest

func (mr *MockIAMAPIMockRecorder) UpdateRoleDescriptionRequest(arg0 interface{}) *gomock.Call

UpdateRoleDescriptionRequest indicates an expected call of UpdateRoleDescriptionRequest

func (*MockIAMAPIMockRecorder) UpdateRoleDescriptionWithContext

func (mr *MockIAMAPIMockRecorder) UpdateRoleDescriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRoleDescriptionWithContext indicates an expected call of UpdateRoleDescriptionWithContext

func (*MockIAMAPIMockRecorder) UpdateRoleRequest

func (mr *MockIAMAPIMockRecorder) UpdateRoleRequest(arg0 interface{}) *gomock.Call

UpdateRoleRequest indicates an expected call of UpdateRoleRequest

func (*MockIAMAPIMockRecorder) UpdateRoleWithContext

func (mr *MockIAMAPIMockRecorder) UpdateRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRoleWithContext indicates an expected call of UpdateRoleWithContext

func (*MockIAMAPIMockRecorder) UpdateSAMLProvider

func (mr *MockIAMAPIMockRecorder) UpdateSAMLProvider(arg0 interface{}) *gomock.Call

UpdateSAMLProvider indicates an expected call of UpdateSAMLProvider

func (*MockIAMAPIMockRecorder) UpdateSAMLProviderRequest

func (mr *MockIAMAPIMockRecorder) UpdateSAMLProviderRequest(arg0 interface{}) *gomock.Call

UpdateSAMLProviderRequest indicates an expected call of UpdateSAMLProviderRequest

func (*MockIAMAPIMockRecorder) UpdateSAMLProviderWithContext

func (mr *MockIAMAPIMockRecorder) UpdateSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSAMLProviderWithContext indicates an expected call of UpdateSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) UpdateSSHPublicKey

func (mr *MockIAMAPIMockRecorder) UpdateSSHPublicKey(arg0 interface{}) *gomock.Call

UpdateSSHPublicKey indicates an expected call of UpdateSSHPublicKey

func (*MockIAMAPIMockRecorder) UpdateSSHPublicKeyRequest

func (mr *MockIAMAPIMockRecorder) UpdateSSHPublicKeyRequest(arg0 interface{}) *gomock.Call

UpdateSSHPublicKeyRequest indicates an expected call of UpdateSSHPublicKeyRequest

func (*MockIAMAPIMockRecorder) UpdateSSHPublicKeyWithContext

func (mr *MockIAMAPIMockRecorder) UpdateSSHPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSSHPublicKeyWithContext indicates an expected call of UpdateSSHPublicKeyWithContext

func (*MockIAMAPIMockRecorder) UpdateServerCertificate

func (mr *MockIAMAPIMockRecorder) UpdateServerCertificate(arg0 interface{}) *gomock.Call

UpdateServerCertificate indicates an expected call of UpdateServerCertificate

func (*MockIAMAPIMockRecorder) UpdateServerCertificateRequest

func (mr *MockIAMAPIMockRecorder) UpdateServerCertificateRequest(arg0 interface{}) *gomock.Call

UpdateServerCertificateRequest indicates an expected call of UpdateServerCertificateRequest

func (*MockIAMAPIMockRecorder) UpdateServerCertificateWithContext

func (mr *MockIAMAPIMockRecorder) UpdateServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServerCertificateWithContext indicates an expected call of UpdateServerCertificateWithContext

func (*MockIAMAPIMockRecorder) UpdateServiceSpecificCredential

func (mr *MockIAMAPIMockRecorder) UpdateServiceSpecificCredential(arg0 interface{}) *gomock.Call

UpdateServiceSpecificCredential indicates an expected call of UpdateServiceSpecificCredential

func (*MockIAMAPIMockRecorder) UpdateServiceSpecificCredentialRequest

func (mr *MockIAMAPIMockRecorder) UpdateServiceSpecificCredentialRequest(arg0 interface{}) *gomock.Call

UpdateServiceSpecificCredentialRequest indicates an expected call of UpdateServiceSpecificCredentialRequest

func (*MockIAMAPIMockRecorder) UpdateServiceSpecificCredentialWithContext

func (mr *MockIAMAPIMockRecorder) UpdateServiceSpecificCredentialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServiceSpecificCredentialWithContext indicates an expected call of UpdateServiceSpecificCredentialWithContext

func (*MockIAMAPIMockRecorder) UpdateSigningCertificate

func (mr *MockIAMAPIMockRecorder) UpdateSigningCertificate(arg0 interface{}) *gomock.Call

UpdateSigningCertificate indicates an expected call of UpdateSigningCertificate

func (*MockIAMAPIMockRecorder) UpdateSigningCertificateRequest

func (mr *MockIAMAPIMockRecorder) UpdateSigningCertificateRequest(arg0 interface{}) *gomock.Call

UpdateSigningCertificateRequest indicates an expected call of UpdateSigningCertificateRequest

func (*MockIAMAPIMockRecorder) UpdateSigningCertificateWithContext

func (mr *MockIAMAPIMockRecorder) UpdateSigningCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSigningCertificateWithContext indicates an expected call of UpdateSigningCertificateWithContext

func (*MockIAMAPIMockRecorder) UpdateUser

func (mr *MockIAMAPIMockRecorder) UpdateUser(arg0 interface{}) *gomock.Call

UpdateUser indicates an expected call of UpdateUser

func (*MockIAMAPIMockRecorder) UpdateUserRequest

func (mr *MockIAMAPIMockRecorder) UpdateUserRequest(arg0 interface{}) *gomock.Call

UpdateUserRequest indicates an expected call of UpdateUserRequest

func (*MockIAMAPIMockRecorder) UpdateUserWithContext

func (mr *MockIAMAPIMockRecorder) UpdateUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateUserWithContext indicates an expected call of UpdateUserWithContext

func (*MockIAMAPIMockRecorder) UploadSSHPublicKey

func (mr *MockIAMAPIMockRecorder) UploadSSHPublicKey(arg0 interface{}) *gomock.Call

UploadSSHPublicKey indicates an expected call of UploadSSHPublicKey

func (*MockIAMAPIMockRecorder) UploadSSHPublicKeyRequest

func (mr *MockIAMAPIMockRecorder) UploadSSHPublicKeyRequest(arg0 interface{}) *gomock.Call

UploadSSHPublicKeyRequest indicates an expected call of UploadSSHPublicKeyRequest

func (*MockIAMAPIMockRecorder) UploadSSHPublicKeyWithContext

func (mr *MockIAMAPIMockRecorder) UploadSSHPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadSSHPublicKeyWithContext indicates an expected call of UploadSSHPublicKeyWithContext

func (*MockIAMAPIMockRecorder) UploadServerCertificate

func (mr *MockIAMAPIMockRecorder) UploadServerCertificate(arg0 interface{}) *gomock.Call

UploadServerCertificate indicates an expected call of UploadServerCertificate

func (*MockIAMAPIMockRecorder) UploadServerCertificateRequest

func (mr *MockIAMAPIMockRecorder) UploadServerCertificateRequest(arg0 interface{}) *gomock.Call

UploadServerCertificateRequest indicates an expected call of UploadServerCertificateRequest

func (*MockIAMAPIMockRecorder) UploadServerCertificateWithContext

func (mr *MockIAMAPIMockRecorder) UploadServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadServerCertificateWithContext indicates an expected call of UploadServerCertificateWithContext

func (*MockIAMAPIMockRecorder) UploadSigningCertificate

func (mr *MockIAMAPIMockRecorder) UploadSigningCertificate(arg0 interface{}) *gomock.Call

UploadSigningCertificate indicates an expected call of UploadSigningCertificate

func (*MockIAMAPIMockRecorder) UploadSigningCertificateRequest

func (mr *MockIAMAPIMockRecorder) UploadSigningCertificateRequest(arg0 interface{}) *gomock.Call

UploadSigningCertificateRequest indicates an expected call of UploadSigningCertificateRequest

func (*MockIAMAPIMockRecorder) UploadSigningCertificateWithContext

func (mr *MockIAMAPIMockRecorder) UploadSigningCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadSigningCertificateWithContext indicates an expected call of UploadSigningCertificateWithContext

func (*MockIAMAPIMockRecorder) WaitUntilInstanceProfileExists

func (mr *MockIAMAPIMockRecorder) WaitUntilInstanceProfileExists(arg0 interface{}) *gomock.Call

WaitUntilInstanceProfileExists indicates an expected call of WaitUntilInstanceProfileExists

func (*MockIAMAPIMockRecorder) WaitUntilInstanceProfileExistsWithContext

func (mr *MockIAMAPIMockRecorder) WaitUntilInstanceProfileExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceProfileExistsWithContext indicates an expected call of WaitUntilInstanceProfileExistsWithContext

func (*MockIAMAPIMockRecorder) WaitUntilPolicyExists

func (mr *MockIAMAPIMockRecorder) WaitUntilPolicyExists(arg0 interface{}) *gomock.Call

WaitUntilPolicyExists indicates an expected call of WaitUntilPolicyExists

func (*MockIAMAPIMockRecorder) WaitUntilPolicyExistsWithContext

func (mr *MockIAMAPIMockRecorder) WaitUntilPolicyExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilPolicyExistsWithContext indicates an expected call of WaitUntilPolicyExistsWithContext

func (*MockIAMAPIMockRecorder) WaitUntilRoleExists

func (mr *MockIAMAPIMockRecorder) WaitUntilRoleExists(arg0 interface{}) *gomock.Call

WaitUntilRoleExists indicates an expected call of WaitUntilRoleExists

func (*MockIAMAPIMockRecorder) WaitUntilRoleExistsWithContext

func (mr *MockIAMAPIMockRecorder) WaitUntilRoleExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilRoleExistsWithContext indicates an expected call of WaitUntilRoleExistsWithContext

func (*MockIAMAPIMockRecorder) WaitUntilUserExists

func (mr *MockIAMAPIMockRecorder) WaitUntilUserExists(arg0 interface{}) *gomock.Call

WaitUntilUserExists indicates an expected call of WaitUntilUserExists

func (*MockIAMAPIMockRecorder) WaitUntilUserExistsWithContext

func (mr *MockIAMAPIMockRecorder) WaitUntilUserExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilUserExistsWithContext indicates an expected call of WaitUntilUserExistsWithContext

type MockKMSAPI added in v0.19.0

type MockKMSAPI struct {
	// contains filtered or unexported fields
}

MockKMSAPI is a mock of KMSAPI interface

func NewMockKMSAPI added in v0.19.0

func NewMockKMSAPI(ctrl *gomock.Controller) *MockKMSAPI

NewMockKMSAPI creates a new mock instance

func (*MockKMSAPI) CancelKeyDeletion added in v0.19.0

func (m *MockKMSAPI) CancelKeyDeletion(arg0 *kms.CancelKeyDeletionInput) (*kms.CancelKeyDeletionOutput, error)

CancelKeyDeletion mocks base method

func (*MockKMSAPI) CancelKeyDeletionRequest added in v0.19.0

func (m *MockKMSAPI) CancelKeyDeletionRequest(arg0 *kms.CancelKeyDeletionInput) (*request.Request, *kms.CancelKeyDeletionOutput)

CancelKeyDeletionRequest mocks base method

func (*MockKMSAPI) CancelKeyDeletionWithContext added in v0.19.0

func (m *MockKMSAPI) CancelKeyDeletionWithContext(arg0 context.Context, arg1 *kms.CancelKeyDeletionInput, arg2 ...request.Option) (*kms.CancelKeyDeletionOutput, error)

CancelKeyDeletionWithContext mocks base method

func (*MockKMSAPI) ConnectCustomKeyStore added in v0.19.0

func (m *MockKMSAPI) ConnectCustomKeyStore(arg0 *kms.ConnectCustomKeyStoreInput) (*kms.ConnectCustomKeyStoreOutput, error)

ConnectCustomKeyStore mocks base method

func (*MockKMSAPI) ConnectCustomKeyStoreRequest added in v0.19.0

func (m *MockKMSAPI) ConnectCustomKeyStoreRequest(arg0 *kms.ConnectCustomKeyStoreInput) (*request.Request, *kms.ConnectCustomKeyStoreOutput)

ConnectCustomKeyStoreRequest mocks base method

func (*MockKMSAPI) ConnectCustomKeyStoreWithContext added in v0.19.0

func (m *MockKMSAPI) ConnectCustomKeyStoreWithContext(arg0 context.Context, arg1 *kms.ConnectCustomKeyStoreInput, arg2 ...request.Option) (*kms.ConnectCustomKeyStoreOutput, error)

ConnectCustomKeyStoreWithContext mocks base method

func (*MockKMSAPI) CreateAlias added in v0.19.0

func (m *MockKMSAPI) CreateAlias(arg0 *kms.CreateAliasInput) (*kms.CreateAliasOutput, error)

CreateAlias mocks base method

func (*MockKMSAPI) CreateAliasRequest added in v0.19.0

func (m *MockKMSAPI) CreateAliasRequest(arg0 *kms.CreateAliasInput) (*request.Request, *kms.CreateAliasOutput)

CreateAliasRequest mocks base method

func (*MockKMSAPI) CreateAliasWithContext added in v0.19.0

func (m *MockKMSAPI) CreateAliasWithContext(arg0 context.Context, arg1 *kms.CreateAliasInput, arg2 ...request.Option) (*kms.CreateAliasOutput, error)

CreateAliasWithContext mocks base method

func (*MockKMSAPI) CreateCustomKeyStore added in v0.19.0

func (m *MockKMSAPI) CreateCustomKeyStore(arg0 *kms.CreateCustomKeyStoreInput) (*kms.CreateCustomKeyStoreOutput, error)

CreateCustomKeyStore mocks base method

func (*MockKMSAPI) CreateCustomKeyStoreRequest added in v0.19.0

func (m *MockKMSAPI) CreateCustomKeyStoreRequest(arg0 *kms.CreateCustomKeyStoreInput) (*request.Request, *kms.CreateCustomKeyStoreOutput)

CreateCustomKeyStoreRequest mocks base method

func (*MockKMSAPI) CreateCustomKeyStoreWithContext added in v0.19.0

func (m *MockKMSAPI) CreateCustomKeyStoreWithContext(arg0 context.Context, arg1 *kms.CreateCustomKeyStoreInput, arg2 ...request.Option) (*kms.CreateCustomKeyStoreOutput, error)

CreateCustomKeyStoreWithContext mocks base method

func (*MockKMSAPI) CreateGrant added in v0.19.0

func (m *MockKMSAPI) CreateGrant(arg0 *kms.CreateGrantInput) (*kms.CreateGrantOutput, error)

CreateGrant mocks base method

func (*MockKMSAPI) CreateGrantRequest added in v0.19.0

func (m *MockKMSAPI) CreateGrantRequest(arg0 *kms.CreateGrantInput) (*request.Request, *kms.CreateGrantOutput)

CreateGrantRequest mocks base method

func (*MockKMSAPI) CreateGrantWithContext added in v0.19.0

func (m *MockKMSAPI) CreateGrantWithContext(arg0 context.Context, arg1 *kms.CreateGrantInput, arg2 ...request.Option) (*kms.CreateGrantOutput, error)

CreateGrantWithContext mocks base method

func (*MockKMSAPI) CreateKey added in v0.19.0

func (m *MockKMSAPI) CreateKey(arg0 *kms.CreateKeyInput) (*kms.CreateKeyOutput, error)

CreateKey mocks base method

func (*MockKMSAPI) CreateKeyRequest added in v0.19.0

func (m *MockKMSAPI) CreateKeyRequest(arg0 *kms.CreateKeyInput) (*request.Request, *kms.CreateKeyOutput)

CreateKeyRequest mocks base method

func (*MockKMSAPI) CreateKeyWithContext added in v0.19.0

func (m *MockKMSAPI) CreateKeyWithContext(arg0 context.Context, arg1 *kms.CreateKeyInput, arg2 ...request.Option) (*kms.CreateKeyOutput, error)

CreateKeyWithContext mocks base method

func (*MockKMSAPI) Decrypt added in v0.19.0

func (m *MockKMSAPI) Decrypt(arg0 *kms.DecryptInput) (*kms.DecryptOutput, error)

Decrypt mocks base method

func (*MockKMSAPI) DecryptRequest added in v0.19.0

func (m *MockKMSAPI) DecryptRequest(arg0 *kms.DecryptInput) (*request.Request, *kms.DecryptOutput)

DecryptRequest mocks base method

func (*MockKMSAPI) DecryptWithContext added in v0.19.0

func (m *MockKMSAPI) DecryptWithContext(arg0 context.Context, arg1 *kms.DecryptInput, arg2 ...request.Option) (*kms.DecryptOutput, error)

DecryptWithContext mocks base method

func (*MockKMSAPI) DeleteAlias added in v0.19.0

func (m *MockKMSAPI) DeleteAlias(arg0 *kms.DeleteAliasInput) (*kms.DeleteAliasOutput, error)

DeleteAlias mocks base method

func (*MockKMSAPI) DeleteAliasRequest added in v0.19.0

func (m *MockKMSAPI) DeleteAliasRequest(arg0 *kms.DeleteAliasInput) (*request.Request, *kms.DeleteAliasOutput)

DeleteAliasRequest mocks base method

func (*MockKMSAPI) DeleteAliasWithContext added in v0.19.0

func (m *MockKMSAPI) DeleteAliasWithContext(arg0 context.Context, arg1 *kms.DeleteAliasInput, arg2 ...request.Option) (*kms.DeleteAliasOutput, error)

DeleteAliasWithContext mocks base method

func (*MockKMSAPI) DeleteCustomKeyStore added in v0.19.0

func (m *MockKMSAPI) DeleteCustomKeyStore(arg0 *kms.DeleteCustomKeyStoreInput) (*kms.DeleteCustomKeyStoreOutput, error)

DeleteCustomKeyStore mocks base method

func (*MockKMSAPI) DeleteCustomKeyStoreRequest added in v0.19.0

func (m *MockKMSAPI) DeleteCustomKeyStoreRequest(arg0 *kms.DeleteCustomKeyStoreInput) (*request.Request, *kms.DeleteCustomKeyStoreOutput)

DeleteCustomKeyStoreRequest mocks base method

func (*MockKMSAPI) DeleteCustomKeyStoreWithContext added in v0.19.0

func (m *MockKMSAPI) DeleteCustomKeyStoreWithContext(arg0 context.Context, arg1 *kms.DeleteCustomKeyStoreInput, arg2 ...request.Option) (*kms.DeleteCustomKeyStoreOutput, error)

DeleteCustomKeyStoreWithContext mocks base method

func (*MockKMSAPI) DeleteImportedKeyMaterial added in v0.19.0

DeleteImportedKeyMaterial mocks base method

func (*MockKMSAPI) DeleteImportedKeyMaterialRequest added in v0.19.0

func (m *MockKMSAPI) DeleteImportedKeyMaterialRequest(arg0 *kms.DeleteImportedKeyMaterialInput) (*request.Request, *kms.DeleteImportedKeyMaterialOutput)

DeleteImportedKeyMaterialRequest mocks base method

func (*MockKMSAPI) DeleteImportedKeyMaterialWithContext added in v0.19.0

func (m *MockKMSAPI) DeleteImportedKeyMaterialWithContext(arg0 context.Context, arg1 *kms.DeleteImportedKeyMaterialInput, arg2 ...request.Option) (*kms.DeleteImportedKeyMaterialOutput, error)

DeleteImportedKeyMaterialWithContext mocks base method

func (*MockKMSAPI) DescribeCustomKeyStores added in v0.19.0

func (m *MockKMSAPI) DescribeCustomKeyStores(arg0 *kms.DescribeCustomKeyStoresInput) (*kms.DescribeCustomKeyStoresOutput, error)

DescribeCustomKeyStores mocks base method

func (*MockKMSAPI) DescribeCustomKeyStoresRequest added in v0.19.0

func (m *MockKMSAPI) DescribeCustomKeyStoresRequest(arg0 *kms.DescribeCustomKeyStoresInput) (*request.Request, *kms.DescribeCustomKeyStoresOutput)

DescribeCustomKeyStoresRequest mocks base method

func (*MockKMSAPI) DescribeCustomKeyStoresWithContext added in v0.19.0

func (m *MockKMSAPI) DescribeCustomKeyStoresWithContext(arg0 context.Context, arg1 *kms.DescribeCustomKeyStoresInput, arg2 ...request.Option) (*kms.DescribeCustomKeyStoresOutput, error)

DescribeCustomKeyStoresWithContext mocks base method

func (*MockKMSAPI) DescribeKey added in v0.19.0

func (m *MockKMSAPI) DescribeKey(arg0 *kms.DescribeKeyInput) (*kms.DescribeKeyOutput, error)

DescribeKey mocks base method

func (*MockKMSAPI) DescribeKeyRequest added in v0.19.0

func (m *MockKMSAPI) DescribeKeyRequest(arg0 *kms.DescribeKeyInput) (*request.Request, *kms.DescribeKeyOutput)

DescribeKeyRequest mocks base method

func (*MockKMSAPI) DescribeKeyWithContext added in v0.19.0

func (m *MockKMSAPI) DescribeKeyWithContext(arg0 context.Context, arg1 *kms.DescribeKeyInput, arg2 ...request.Option) (*kms.DescribeKeyOutput, error)

DescribeKeyWithContext mocks base method

func (*MockKMSAPI) DisableKey added in v0.19.0

func (m *MockKMSAPI) DisableKey(arg0 *kms.DisableKeyInput) (*kms.DisableKeyOutput, error)

DisableKey mocks base method

func (*MockKMSAPI) DisableKeyRequest added in v0.19.0

func (m *MockKMSAPI) DisableKeyRequest(arg0 *kms.DisableKeyInput) (*request.Request, *kms.DisableKeyOutput)

DisableKeyRequest mocks base method

func (*MockKMSAPI) DisableKeyRotation added in v0.19.0

func (m *MockKMSAPI) DisableKeyRotation(arg0 *kms.DisableKeyRotationInput) (*kms.DisableKeyRotationOutput, error)

DisableKeyRotation mocks base method

func (*MockKMSAPI) DisableKeyRotationRequest added in v0.19.0

func (m *MockKMSAPI) DisableKeyRotationRequest(arg0 *kms.DisableKeyRotationInput) (*request.Request, *kms.DisableKeyRotationOutput)

DisableKeyRotationRequest mocks base method

func (*MockKMSAPI) DisableKeyRotationWithContext added in v0.19.0

func (m *MockKMSAPI) DisableKeyRotationWithContext(arg0 context.Context, arg1 *kms.DisableKeyRotationInput, arg2 ...request.Option) (*kms.DisableKeyRotationOutput, error)

DisableKeyRotationWithContext mocks base method

func (*MockKMSAPI) DisableKeyWithContext added in v0.19.0

func (m *MockKMSAPI) DisableKeyWithContext(arg0 context.Context, arg1 *kms.DisableKeyInput, arg2 ...request.Option) (*kms.DisableKeyOutput, error)

DisableKeyWithContext mocks base method

func (*MockKMSAPI) DisconnectCustomKeyStore added in v0.19.0

DisconnectCustomKeyStore mocks base method

func (*MockKMSAPI) DisconnectCustomKeyStoreRequest added in v0.19.0

func (m *MockKMSAPI) DisconnectCustomKeyStoreRequest(arg0 *kms.DisconnectCustomKeyStoreInput) (*request.Request, *kms.DisconnectCustomKeyStoreOutput)

DisconnectCustomKeyStoreRequest mocks base method

func (*MockKMSAPI) DisconnectCustomKeyStoreWithContext added in v0.19.0

func (m *MockKMSAPI) DisconnectCustomKeyStoreWithContext(arg0 context.Context, arg1 *kms.DisconnectCustomKeyStoreInput, arg2 ...request.Option) (*kms.DisconnectCustomKeyStoreOutput, error)

DisconnectCustomKeyStoreWithContext mocks base method

func (*MockKMSAPI) EXPECT added in v0.19.0

func (m *MockKMSAPI) EXPECT() *MockKMSAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockKMSAPI) EnableKey added in v0.19.0

func (m *MockKMSAPI) EnableKey(arg0 *kms.EnableKeyInput) (*kms.EnableKeyOutput, error)

EnableKey mocks base method

func (*MockKMSAPI) EnableKeyRequest added in v0.19.0

func (m *MockKMSAPI) EnableKeyRequest(arg0 *kms.EnableKeyInput) (*request.Request, *kms.EnableKeyOutput)

EnableKeyRequest mocks base method

func (*MockKMSAPI) EnableKeyRotation added in v0.19.0

func (m *MockKMSAPI) EnableKeyRotation(arg0 *kms.EnableKeyRotationInput) (*kms.EnableKeyRotationOutput, error)

EnableKeyRotation mocks base method

func (*MockKMSAPI) EnableKeyRotationRequest added in v0.19.0

func (m *MockKMSAPI) EnableKeyRotationRequest(arg0 *kms.EnableKeyRotationInput) (*request.Request, *kms.EnableKeyRotationOutput)

EnableKeyRotationRequest mocks base method

func (*MockKMSAPI) EnableKeyRotationWithContext added in v0.19.0

func (m *MockKMSAPI) EnableKeyRotationWithContext(arg0 context.Context, arg1 *kms.EnableKeyRotationInput, arg2 ...request.Option) (*kms.EnableKeyRotationOutput, error)

EnableKeyRotationWithContext mocks base method

func (*MockKMSAPI) EnableKeyWithContext added in v0.19.0

func (m *MockKMSAPI) EnableKeyWithContext(arg0 context.Context, arg1 *kms.EnableKeyInput, arg2 ...request.Option) (*kms.EnableKeyOutput, error)

EnableKeyWithContext mocks base method

func (*MockKMSAPI) Encrypt added in v0.19.0

func (m *MockKMSAPI) Encrypt(arg0 *kms.EncryptInput) (*kms.EncryptOutput, error)

Encrypt mocks base method

func (*MockKMSAPI) EncryptRequest added in v0.19.0

func (m *MockKMSAPI) EncryptRequest(arg0 *kms.EncryptInput) (*request.Request, *kms.EncryptOutput)

EncryptRequest mocks base method

func (*MockKMSAPI) EncryptWithContext added in v0.19.0

func (m *MockKMSAPI) EncryptWithContext(arg0 context.Context, arg1 *kms.EncryptInput, arg2 ...request.Option) (*kms.EncryptOutput, error)

EncryptWithContext mocks base method

func (*MockKMSAPI) GenerateDataKey added in v0.19.0

func (m *MockKMSAPI) GenerateDataKey(arg0 *kms.GenerateDataKeyInput) (*kms.GenerateDataKeyOutput, error)

GenerateDataKey mocks base method

func (*MockKMSAPI) GenerateDataKeyPair added in v0.19.0

func (m *MockKMSAPI) GenerateDataKeyPair(arg0 *kms.GenerateDataKeyPairInput) (*kms.GenerateDataKeyPairOutput, error)

GenerateDataKeyPair mocks base method

func (*MockKMSAPI) GenerateDataKeyPairRequest added in v0.19.0

func (m *MockKMSAPI) GenerateDataKeyPairRequest(arg0 *kms.GenerateDataKeyPairInput) (*request.Request, *kms.GenerateDataKeyPairOutput)

GenerateDataKeyPairRequest mocks base method

func (*MockKMSAPI) GenerateDataKeyPairWithContext added in v0.19.0

func (m *MockKMSAPI) GenerateDataKeyPairWithContext(arg0 context.Context, arg1 *kms.GenerateDataKeyPairInput, arg2 ...request.Option) (*kms.GenerateDataKeyPairOutput, error)

GenerateDataKeyPairWithContext mocks base method

func (*MockKMSAPI) GenerateDataKeyPairWithoutPlaintext added in v0.19.0

GenerateDataKeyPairWithoutPlaintext mocks base method

func (*MockKMSAPI) GenerateDataKeyPairWithoutPlaintextRequest added in v0.19.0

GenerateDataKeyPairWithoutPlaintextRequest mocks base method

func (*MockKMSAPI) GenerateDataKeyPairWithoutPlaintextWithContext added in v0.19.0

func (m *MockKMSAPI) GenerateDataKeyPairWithoutPlaintextWithContext(arg0 context.Context, arg1 *kms.GenerateDataKeyPairWithoutPlaintextInput, arg2 ...request.Option) (*kms.GenerateDataKeyPairWithoutPlaintextOutput, error)

GenerateDataKeyPairWithoutPlaintextWithContext mocks base method

func (*MockKMSAPI) GenerateDataKeyRequest added in v0.19.0

func (m *MockKMSAPI) GenerateDataKeyRequest(arg0 *kms.GenerateDataKeyInput) (*request.Request, *kms.GenerateDataKeyOutput)

GenerateDataKeyRequest mocks base method

func (*MockKMSAPI) GenerateDataKeyWithContext added in v0.19.0

func (m *MockKMSAPI) GenerateDataKeyWithContext(arg0 context.Context, arg1 *kms.GenerateDataKeyInput, arg2 ...request.Option) (*kms.GenerateDataKeyOutput, error)

GenerateDataKeyWithContext mocks base method

func (*MockKMSAPI) GenerateDataKeyWithoutPlaintext added in v0.19.0

GenerateDataKeyWithoutPlaintext mocks base method

func (*MockKMSAPI) GenerateDataKeyWithoutPlaintextRequest added in v0.19.0

func (m *MockKMSAPI) GenerateDataKeyWithoutPlaintextRequest(arg0 *kms.GenerateDataKeyWithoutPlaintextInput) (*request.Request, *kms.GenerateDataKeyWithoutPlaintextOutput)

GenerateDataKeyWithoutPlaintextRequest mocks base method

func (*MockKMSAPI) GenerateDataKeyWithoutPlaintextWithContext added in v0.19.0

func (m *MockKMSAPI) GenerateDataKeyWithoutPlaintextWithContext(arg0 context.Context, arg1 *kms.GenerateDataKeyWithoutPlaintextInput, arg2 ...request.Option) (*kms.GenerateDataKeyWithoutPlaintextOutput, error)

GenerateDataKeyWithoutPlaintextWithContext mocks base method

func (*MockKMSAPI) GenerateRandom added in v0.19.0

func (m *MockKMSAPI) GenerateRandom(arg0 *kms.GenerateRandomInput) (*kms.GenerateRandomOutput, error)

GenerateRandom mocks base method

func (*MockKMSAPI) GenerateRandomRequest added in v0.19.0

func (m *MockKMSAPI) GenerateRandomRequest(arg0 *kms.GenerateRandomInput) (*request.Request, *kms.GenerateRandomOutput)

GenerateRandomRequest mocks base method

func (*MockKMSAPI) GenerateRandomWithContext added in v0.19.0

func (m *MockKMSAPI) GenerateRandomWithContext(arg0 context.Context, arg1 *kms.GenerateRandomInput, arg2 ...request.Option) (*kms.GenerateRandomOutput, error)

GenerateRandomWithContext mocks base method

func (*MockKMSAPI) GetKeyPolicy added in v0.19.0

func (m *MockKMSAPI) GetKeyPolicy(arg0 *kms.GetKeyPolicyInput) (*kms.GetKeyPolicyOutput, error)

GetKeyPolicy mocks base method

func (*MockKMSAPI) GetKeyPolicyRequest added in v0.19.0

func (m *MockKMSAPI) GetKeyPolicyRequest(arg0 *kms.GetKeyPolicyInput) (*request.Request, *kms.GetKeyPolicyOutput)

GetKeyPolicyRequest mocks base method

func (*MockKMSAPI) GetKeyPolicyWithContext added in v0.19.0

func (m *MockKMSAPI) GetKeyPolicyWithContext(arg0 context.Context, arg1 *kms.GetKeyPolicyInput, arg2 ...request.Option) (*kms.GetKeyPolicyOutput, error)

GetKeyPolicyWithContext mocks base method

func (*MockKMSAPI) GetKeyRotationStatus added in v0.19.0

func (m *MockKMSAPI) GetKeyRotationStatus(arg0 *kms.GetKeyRotationStatusInput) (*kms.GetKeyRotationStatusOutput, error)

GetKeyRotationStatus mocks base method

func (*MockKMSAPI) GetKeyRotationStatusRequest added in v0.19.0

func (m *MockKMSAPI) GetKeyRotationStatusRequest(arg0 *kms.GetKeyRotationStatusInput) (*request.Request, *kms.GetKeyRotationStatusOutput)

GetKeyRotationStatusRequest mocks base method

func (*MockKMSAPI) GetKeyRotationStatusWithContext added in v0.19.0

func (m *MockKMSAPI) GetKeyRotationStatusWithContext(arg0 context.Context, arg1 *kms.GetKeyRotationStatusInput, arg2 ...request.Option) (*kms.GetKeyRotationStatusOutput, error)

GetKeyRotationStatusWithContext mocks base method

func (*MockKMSAPI) GetParametersForImport added in v0.19.0

func (m *MockKMSAPI) GetParametersForImport(arg0 *kms.GetParametersForImportInput) (*kms.GetParametersForImportOutput, error)

GetParametersForImport mocks base method

func (*MockKMSAPI) GetParametersForImportRequest added in v0.19.0

func (m *MockKMSAPI) GetParametersForImportRequest(arg0 *kms.GetParametersForImportInput) (*request.Request, *kms.GetParametersForImportOutput)

GetParametersForImportRequest mocks base method

func (*MockKMSAPI) GetParametersForImportWithContext added in v0.19.0

func (m *MockKMSAPI) GetParametersForImportWithContext(arg0 context.Context, arg1 *kms.GetParametersForImportInput, arg2 ...request.Option) (*kms.GetParametersForImportOutput, error)

GetParametersForImportWithContext mocks base method

func (*MockKMSAPI) GetPublicKey added in v0.19.0

func (m *MockKMSAPI) GetPublicKey(arg0 *kms.GetPublicKeyInput) (*kms.GetPublicKeyOutput, error)

GetPublicKey mocks base method

func (*MockKMSAPI) GetPublicKeyRequest added in v0.19.0

func (m *MockKMSAPI) GetPublicKeyRequest(arg0 *kms.GetPublicKeyInput) (*request.Request, *kms.GetPublicKeyOutput)

GetPublicKeyRequest mocks base method

func (*MockKMSAPI) GetPublicKeyWithContext added in v0.19.0

func (m *MockKMSAPI) GetPublicKeyWithContext(arg0 context.Context, arg1 *kms.GetPublicKeyInput, arg2 ...request.Option) (*kms.GetPublicKeyOutput, error)

GetPublicKeyWithContext mocks base method

func (*MockKMSAPI) ImportKeyMaterial added in v0.19.0

func (m *MockKMSAPI) ImportKeyMaterial(arg0 *kms.ImportKeyMaterialInput) (*kms.ImportKeyMaterialOutput, error)

ImportKeyMaterial mocks base method

func (*MockKMSAPI) ImportKeyMaterialRequest added in v0.19.0

func (m *MockKMSAPI) ImportKeyMaterialRequest(arg0 *kms.ImportKeyMaterialInput) (*request.Request, *kms.ImportKeyMaterialOutput)

ImportKeyMaterialRequest mocks base method

func (*MockKMSAPI) ImportKeyMaterialWithContext added in v0.19.0

func (m *MockKMSAPI) ImportKeyMaterialWithContext(arg0 context.Context, arg1 *kms.ImportKeyMaterialInput, arg2 ...request.Option) (*kms.ImportKeyMaterialOutput, error)

ImportKeyMaterialWithContext mocks base method

func (*MockKMSAPI) ListAliases added in v0.19.0

func (m *MockKMSAPI) ListAliases(arg0 *kms.ListAliasesInput) (*kms.ListAliasesOutput, error)

ListAliases mocks base method

func (*MockKMSAPI) ListAliasesPages added in v0.19.0

func (m *MockKMSAPI) ListAliasesPages(arg0 *kms.ListAliasesInput, arg1 func(*kms.ListAliasesOutput, bool) bool) error

ListAliasesPages mocks base method

func (*MockKMSAPI) ListAliasesPagesWithContext added in v0.19.0

func (m *MockKMSAPI) ListAliasesPagesWithContext(arg0 context.Context, arg1 *kms.ListAliasesInput, arg2 func(*kms.ListAliasesOutput, bool) bool, arg3 ...request.Option) error

ListAliasesPagesWithContext mocks base method

func (*MockKMSAPI) ListAliasesRequest added in v0.19.0

func (m *MockKMSAPI) ListAliasesRequest(arg0 *kms.ListAliasesInput) (*request.Request, *kms.ListAliasesOutput)

ListAliasesRequest mocks base method

func (*MockKMSAPI) ListAliasesWithContext added in v0.19.0

func (m *MockKMSAPI) ListAliasesWithContext(arg0 context.Context, arg1 *kms.ListAliasesInput, arg2 ...request.Option) (*kms.ListAliasesOutput, error)

ListAliasesWithContext mocks base method

func (*MockKMSAPI) ListGrants added in v0.19.0

func (m *MockKMSAPI) ListGrants(arg0 *kms.ListGrantsInput) (*kms.ListGrantsResponse, error)

ListGrants mocks base method

func (*MockKMSAPI) ListGrantsPages added in v0.19.0

func (m *MockKMSAPI) ListGrantsPages(arg0 *kms.ListGrantsInput, arg1 func(*kms.ListGrantsResponse, bool) bool) error

ListGrantsPages mocks base method

func (*MockKMSAPI) ListGrantsPagesWithContext added in v0.19.0

func (m *MockKMSAPI) ListGrantsPagesWithContext(arg0 context.Context, arg1 *kms.ListGrantsInput, arg2 func(*kms.ListGrantsResponse, bool) bool, arg3 ...request.Option) error

ListGrantsPagesWithContext mocks base method

func (*MockKMSAPI) ListGrantsRequest added in v0.19.0

func (m *MockKMSAPI) ListGrantsRequest(arg0 *kms.ListGrantsInput) (*request.Request, *kms.ListGrantsResponse)

ListGrantsRequest mocks base method

func (*MockKMSAPI) ListGrantsWithContext added in v0.19.0

func (m *MockKMSAPI) ListGrantsWithContext(arg0 context.Context, arg1 *kms.ListGrantsInput, arg2 ...request.Option) (*kms.ListGrantsResponse, error)

ListGrantsWithContext mocks base method

func (*MockKMSAPI) ListKeyPolicies added in v0.19.0

func (m *MockKMSAPI) ListKeyPolicies(arg0 *kms.ListKeyPoliciesInput) (*kms.ListKeyPoliciesOutput, error)

ListKeyPolicies mocks base method

func (*MockKMSAPI) ListKeyPoliciesPages added in v0.19.0

func (m *MockKMSAPI) ListKeyPoliciesPages(arg0 *kms.ListKeyPoliciesInput, arg1 func(*kms.ListKeyPoliciesOutput, bool) bool) error

ListKeyPoliciesPages mocks base method

func (*MockKMSAPI) ListKeyPoliciesPagesWithContext added in v0.19.0

func (m *MockKMSAPI) ListKeyPoliciesPagesWithContext(arg0 context.Context, arg1 *kms.ListKeyPoliciesInput, arg2 func(*kms.ListKeyPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListKeyPoliciesPagesWithContext mocks base method

func (*MockKMSAPI) ListKeyPoliciesRequest added in v0.19.0

func (m *MockKMSAPI) ListKeyPoliciesRequest(arg0 *kms.ListKeyPoliciesInput) (*request.Request, *kms.ListKeyPoliciesOutput)

ListKeyPoliciesRequest mocks base method

func (*MockKMSAPI) ListKeyPoliciesWithContext added in v0.19.0

func (m *MockKMSAPI) ListKeyPoliciesWithContext(arg0 context.Context, arg1 *kms.ListKeyPoliciesInput, arg2 ...request.Option) (*kms.ListKeyPoliciesOutput, error)

ListKeyPoliciesWithContext mocks base method

func (*MockKMSAPI) ListKeys added in v0.19.0

func (m *MockKMSAPI) ListKeys(arg0 *kms.ListKeysInput) (*kms.ListKeysOutput, error)

ListKeys mocks base method

func (*MockKMSAPI) ListKeysPages added in v0.19.0

func (m *MockKMSAPI) ListKeysPages(arg0 *kms.ListKeysInput, arg1 func(*kms.ListKeysOutput, bool) bool) error

ListKeysPages mocks base method

func (*MockKMSAPI) ListKeysPagesWithContext added in v0.19.0

func (m *MockKMSAPI) ListKeysPagesWithContext(arg0 context.Context, arg1 *kms.ListKeysInput, arg2 func(*kms.ListKeysOutput, bool) bool, arg3 ...request.Option) error

ListKeysPagesWithContext mocks base method

func (*MockKMSAPI) ListKeysRequest added in v0.19.0

func (m *MockKMSAPI) ListKeysRequest(arg0 *kms.ListKeysInput) (*request.Request, *kms.ListKeysOutput)

ListKeysRequest mocks base method

func (*MockKMSAPI) ListKeysWithContext added in v0.19.0

func (m *MockKMSAPI) ListKeysWithContext(arg0 context.Context, arg1 *kms.ListKeysInput, arg2 ...request.Option) (*kms.ListKeysOutput, error)

ListKeysWithContext mocks base method

func (*MockKMSAPI) ListResourceTags added in v0.19.0

func (m *MockKMSAPI) ListResourceTags(arg0 *kms.ListResourceTagsInput) (*kms.ListResourceTagsOutput, error)

ListResourceTags mocks base method

func (*MockKMSAPI) ListResourceTagsRequest added in v0.19.0

func (m *MockKMSAPI) ListResourceTagsRequest(arg0 *kms.ListResourceTagsInput) (*request.Request, *kms.ListResourceTagsOutput)

ListResourceTagsRequest mocks base method

func (*MockKMSAPI) ListResourceTagsWithContext added in v0.19.0

func (m *MockKMSAPI) ListResourceTagsWithContext(arg0 context.Context, arg1 *kms.ListResourceTagsInput, arg2 ...request.Option) (*kms.ListResourceTagsOutput, error)

ListResourceTagsWithContext mocks base method

func (*MockKMSAPI) ListRetirableGrants added in v0.19.0

func (m *MockKMSAPI) ListRetirableGrants(arg0 *kms.ListRetirableGrantsInput) (*kms.ListGrantsResponse, error)

ListRetirableGrants mocks base method

func (*MockKMSAPI) ListRetirableGrantsRequest added in v0.19.0

func (m *MockKMSAPI) ListRetirableGrantsRequest(arg0 *kms.ListRetirableGrantsInput) (*request.Request, *kms.ListGrantsResponse)

ListRetirableGrantsRequest mocks base method

func (*MockKMSAPI) ListRetirableGrantsWithContext added in v0.19.0

func (m *MockKMSAPI) ListRetirableGrantsWithContext(arg0 context.Context, arg1 *kms.ListRetirableGrantsInput, arg2 ...request.Option) (*kms.ListGrantsResponse, error)

ListRetirableGrantsWithContext mocks base method

func (*MockKMSAPI) PutKeyPolicy added in v0.19.0

func (m *MockKMSAPI) PutKeyPolicy(arg0 *kms.PutKeyPolicyInput) (*kms.PutKeyPolicyOutput, error)

PutKeyPolicy mocks base method

func (*MockKMSAPI) PutKeyPolicyRequest added in v0.19.0

func (m *MockKMSAPI) PutKeyPolicyRequest(arg0 *kms.PutKeyPolicyInput) (*request.Request, *kms.PutKeyPolicyOutput)

PutKeyPolicyRequest mocks base method

func (*MockKMSAPI) PutKeyPolicyWithContext added in v0.19.0

func (m *MockKMSAPI) PutKeyPolicyWithContext(arg0 context.Context, arg1 *kms.PutKeyPolicyInput, arg2 ...request.Option) (*kms.PutKeyPolicyOutput, error)

PutKeyPolicyWithContext mocks base method

func (*MockKMSAPI) ReEncrypt added in v0.19.0

func (m *MockKMSAPI) ReEncrypt(arg0 *kms.ReEncryptInput) (*kms.ReEncryptOutput, error)

ReEncrypt mocks base method

func (*MockKMSAPI) ReEncryptRequest added in v0.19.0

func (m *MockKMSAPI) ReEncryptRequest(arg0 *kms.ReEncryptInput) (*request.Request, *kms.ReEncryptOutput)

ReEncryptRequest mocks base method

func (*MockKMSAPI) ReEncryptWithContext added in v0.19.0

func (m *MockKMSAPI) ReEncryptWithContext(arg0 context.Context, arg1 *kms.ReEncryptInput, arg2 ...request.Option) (*kms.ReEncryptOutput, error)

ReEncryptWithContext mocks base method

func (*MockKMSAPI) ReplicateKey added in v0.49.0

func (m *MockKMSAPI) ReplicateKey(arg0 *kms.ReplicateKeyInput) (*kms.ReplicateKeyOutput, error)

ReplicateKey mocks base method

func (*MockKMSAPI) ReplicateKeyRequest added in v0.49.0

func (m *MockKMSAPI) ReplicateKeyRequest(arg0 *kms.ReplicateKeyInput) (*request.Request, *kms.ReplicateKeyOutput)

ReplicateKeyRequest mocks base method

func (*MockKMSAPI) ReplicateKeyWithContext added in v0.49.0

func (m *MockKMSAPI) ReplicateKeyWithContext(arg0 context.Context, arg1 *kms.ReplicateKeyInput, arg2 ...request.Option) (*kms.ReplicateKeyOutput, error)

ReplicateKeyWithContext mocks base method

func (*MockKMSAPI) RetireGrant added in v0.19.0

func (m *MockKMSAPI) RetireGrant(arg0 *kms.RetireGrantInput) (*kms.RetireGrantOutput, error)

RetireGrant mocks base method

func (*MockKMSAPI) RetireGrantRequest added in v0.19.0

func (m *MockKMSAPI) RetireGrantRequest(arg0 *kms.RetireGrantInput) (*request.Request, *kms.RetireGrantOutput)

RetireGrantRequest mocks base method

func (*MockKMSAPI) RetireGrantWithContext added in v0.19.0

func (m *MockKMSAPI) RetireGrantWithContext(arg0 context.Context, arg1 *kms.RetireGrantInput, arg2 ...request.Option) (*kms.RetireGrantOutput, error)

RetireGrantWithContext mocks base method

func (*MockKMSAPI) RevokeGrant added in v0.19.0

func (m *MockKMSAPI) RevokeGrant(arg0 *kms.RevokeGrantInput) (*kms.RevokeGrantOutput, error)

RevokeGrant mocks base method

func (*MockKMSAPI) RevokeGrantRequest added in v0.19.0

func (m *MockKMSAPI) RevokeGrantRequest(arg0 *kms.RevokeGrantInput) (*request.Request, *kms.RevokeGrantOutput)

RevokeGrantRequest mocks base method

func (*MockKMSAPI) RevokeGrantWithContext added in v0.19.0

func (m *MockKMSAPI) RevokeGrantWithContext(arg0 context.Context, arg1 *kms.RevokeGrantInput, arg2 ...request.Option) (*kms.RevokeGrantOutput, error)

RevokeGrantWithContext mocks base method

func (*MockKMSAPI) ScheduleKeyDeletion added in v0.19.0

func (m *MockKMSAPI) ScheduleKeyDeletion(arg0 *kms.ScheduleKeyDeletionInput) (*kms.ScheduleKeyDeletionOutput, error)

ScheduleKeyDeletion mocks base method

func (*MockKMSAPI) ScheduleKeyDeletionRequest added in v0.19.0

func (m *MockKMSAPI) ScheduleKeyDeletionRequest(arg0 *kms.ScheduleKeyDeletionInput) (*request.Request, *kms.ScheduleKeyDeletionOutput)

ScheduleKeyDeletionRequest mocks base method

func (*MockKMSAPI) ScheduleKeyDeletionWithContext added in v0.19.0

func (m *MockKMSAPI) ScheduleKeyDeletionWithContext(arg0 context.Context, arg1 *kms.ScheduleKeyDeletionInput, arg2 ...request.Option) (*kms.ScheduleKeyDeletionOutput, error)

ScheduleKeyDeletionWithContext mocks base method

func (*MockKMSAPI) Sign added in v0.19.0

func (m *MockKMSAPI) Sign(arg0 *kms.SignInput) (*kms.SignOutput, error)

Sign mocks base method

func (*MockKMSAPI) SignRequest added in v0.19.0

func (m *MockKMSAPI) SignRequest(arg0 *kms.SignInput) (*request.Request, *kms.SignOutput)

SignRequest mocks base method

func (*MockKMSAPI) SignWithContext added in v0.19.0

func (m *MockKMSAPI) SignWithContext(arg0 context.Context, arg1 *kms.SignInput, arg2 ...request.Option) (*kms.SignOutput, error)

SignWithContext mocks base method

func (*MockKMSAPI) TagResource added in v0.19.0

func (m *MockKMSAPI) TagResource(arg0 *kms.TagResourceInput) (*kms.TagResourceOutput, error)

TagResource mocks base method

func (*MockKMSAPI) TagResourceRequest added in v0.19.0

func (m *MockKMSAPI) TagResourceRequest(arg0 *kms.TagResourceInput) (*request.Request, *kms.TagResourceOutput)

TagResourceRequest mocks base method

func (*MockKMSAPI) TagResourceWithContext added in v0.19.0

func (m *MockKMSAPI) TagResourceWithContext(arg0 context.Context, arg1 *kms.TagResourceInput, arg2 ...request.Option) (*kms.TagResourceOutput, error)

TagResourceWithContext mocks base method

func (*MockKMSAPI) UntagResource added in v0.19.0

func (m *MockKMSAPI) UntagResource(arg0 *kms.UntagResourceInput) (*kms.UntagResourceOutput, error)

UntagResource mocks base method

func (*MockKMSAPI) UntagResourceRequest added in v0.19.0

func (m *MockKMSAPI) UntagResourceRequest(arg0 *kms.UntagResourceInput) (*request.Request, *kms.UntagResourceOutput)

UntagResourceRequest mocks base method

func (*MockKMSAPI) UntagResourceWithContext added in v0.19.0

func (m *MockKMSAPI) UntagResourceWithContext(arg0 context.Context, arg1 *kms.UntagResourceInput, arg2 ...request.Option) (*kms.UntagResourceOutput, error)

UntagResourceWithContext mocks base method

func (*MockKMSAPI) UpdateAlias added in v0.19.0

func (m *MockKMSAPI) UpdateAlias(arg0 *kms.UpdateAliasInput) (*kms.UpdateAliasOutput, error)

UpdateAlias mocks base method

func (*MockKMSAPI) UpdateAliasRequest added in v0.19.0

func (m *MockKMSAPI) UpdateAliasRequest(arg0 *kms.UpdateAliasInput) (*request.Request, *kms.UpdateAliasOutput)

UpdateAliasRequest mocks base method

func (*MockKMSAPI) UpdateAliasWithContext added in v0.19.0

func (m *MockKMSAPI) UpdateAliasWithContext(arg0 context.Context, arg1 *kms.UpdateAliasInput, arg2 ...request.Option) (*kms.UpdateAliasOutput, error)

UpdateAliasWithContext mocks base method

func (*MockKMSAPI) UpdateCustomKeyStore added in v0.19.0

func (m *MockKMSAPI) UpdateCustomKeyStore(arg0 *kms.UpdateCustomKeyStoreInput) (*kms.UpdateCustomKeyStoreOutput, error)

UpdateCustomKeyStore mocks base method

func (*MockKMSAPI) UpdateCustomKeyStoreRequest added in v0.19.0

func (m *MockKMSAPI) UpdateCustomKeyStoreRequest(arg0 *kms.UpdateCustomKeyStoreInput) (*request.Request, *kms.UpdateCustomKeyStoreOutput)

UpdateCustomKeyStoreRequest mocks base method

func (*MockKMSAPI) UpdateCustomKeyStoreWithContext added in v0.19.0

func (m *MockKMSAPI) UpdateCustomKeyStoreWithContext(arg0 context.Context, arg1 *kms.UpdateCustomKeyStoreInput, arg2 ...request.Option) (*kms.UpdateCustomKeyStoreOutput, error)

UpdateCustomKeyStoreWithContext mocks base method

func (*MockKMSAPI) UpdateKeyDescription added in v0.19.0

func (m *MockKMSAPI) UpdateKeyDescription(arg0 *kms.UpdateKeyDescriptionInput) (*kms.UpdateKeyDescriptionOutput, error)

UpdateKeyDescription mocks base method

func (*MockKMSAPI) UpdateKeyDescriptionRequest added in v0.19.0

func (m *MockKMSAPI) UpdateKeyDescriptionRequest(arg0 *kms.UpdateKeyDescriptionInput) (*request.Request, *kms.UpdateKeyDescriptionOutput)

UpdateKeyDescriptionRequest mocks base method

func (*MockKMSAPI) UpdateKeyDescriptionWithContext added in v0.19.0

func (m *MockKMSAPI) UpdateKeyDescriptionWithContext(arg0 context.Context, arg1 *kms.UpdateKeyDescriptionInput, arg2 ...request.Option) (*kms.UpdateKeyDescriptionOutput, error)

UpdateKeyDescriptionWithContext mocks base method

func (*MockKMSAPI) UpdatePrimaryRegion added in v0.49.0

func (m *MockKMSAPI) UpdatePrimaryRegion(arg0 *kms.UpdatePrimaryRegionInput) (*kms.UpdatePrimaryRegionOutput, error)

UpdatePrimaryRegion mocks base method

func (*MockKMSAPI) UpdatePrimaryRegionRequest added in v0.49.0

func (m *MockKMSAPI) UpdatePrimaryRegionRequest(arg0 *kms.UpdatePrimaryRegionInput) (*request.Request, *kms.UpdatePrimaryRegionOutput)

UpdatePrimaryRegionRequest mocks base method

func (*MockKMSAPI) UpdatePrimaryRegionWithContext added in v0.49.0

func (m *MockKMSAPI) UpdatePrimaryRegionWithContext(arg0 context.Context, arg1 *kms.UpdatePrimaryRegionInput, arg2 ...request.Option) (*kms.UpdatePrimaryRegionOutput, error)

UpdatePrimaryRegionWithContext mocks base method

func (*MockKMSAPI) Verify added in v0.19.0

func (m *MockKMSAPI) Verify(arg0 *kms.VerifyInput) (*kms.VerifyOutput, error)

Verify mocks base method

func (*MockKMSAPI) VerifyRequest added in v0.19.0

func (m *MockKMSAPI) VerifyRequest(arg0 *kms.VerifyInput) (*request.Request, *kms.VerifyOutput)

VerifyRequest mocks base method

func (*MockKMSAPI) VerifyWithContext added in v0.19.0

func (m *MockKMSAPI) VerifyWithContext(arg0 context.Context, arg1 *kms.VerifyInput, arg2 ...request.Option) (*kms.VerifyOutput, error)

VerifyWithContext mocks base method

type MockKMSAPIMockRecorder added in v0.19.0

type MockKMSAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockKMSAPIMockRecorder is the mock recorder for MockKMSAPI

func (*MockKMSAPIMockRecorder) CancelKeyDeletion added in v0.19.0

func (mr *MockKMSAPIMockRecorder) CancelKeyDeletion(arg0 interface{}) *gomock.Call

CancelKeyDeletion indicates an expected call of CancelKeyDeletion

func (*MockKMSAPIMockRecorder) CancelKeyDeletionRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) CancelKeyDeletionRequest(arg0 interface{}) *gomock.Call

CancelKeyDeletionRequest indicates an expected call of CancelKeyDeletionRequest

func (*MockKMSAPIMockRecorder) CancelKeyDeletionWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) CancelKeyDeletionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelKeyDeletionWithContext indicates an expected call of CancelKeyDeletionWithContext

func (*MockKMSAPIMockRecorder) ConnectCustomKeyStore added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ConnectCustomKeyStore(arg0 interface{}) *gomock.Call

ConnectCustomKeyStore indicates an expected call of ConnectCustomKeyStore

func (*MockKMSAPIMockRecorder) ConnectCustomKeyStoreRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ConnectCustomKeyStoreRequest(arg0 interface{}) *gomock.Call

ConnectCustomKeyStoreRequest indicates an expected call of ConnectCustomKeyStoreRequest

func (*MockKMSAPIMockRecorder) ConnectCustomKeyStoreWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ConnectCustomKeyStoreWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ConnectCustomKeyStoreWithContext indicates an expected call of ConnectCustomKeyStoreWithContext

func (*MockKMSAPIMockRecorder) CreateAlias added in v0.19.0

func (mr *MockKMSAPIMockRecorder) CreateAlias(arg0 interface{}) *gomock.Call

CreateAlias indicates an expected call of CreateAlias

func (*MockKMSAPIMockRecorder) CreateAliasRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) CreateAliasRequest(arg0 interface{}) *gomock.Call

CreateAliasRequest indicates an expected call of CreateAliasRequest

func (*MockKMSAPIMockRecorder) CreateAliasWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) CreateAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAliasWithContext indicates an expected call of CreateAliasWithContext

func (*MockKMSAPIMockRecorder) CreateCustomKeyStore added in v0.19.0

func (mr *MockKMSAPIMockRecorder) CreateCustomKeyStore(arg0 interface{}) *gomock.Call

CreateCustomKeyStore indicates an expected call of CreateCustomKeyStore

func (*MockKMSAPIMockRecorder) CreateCustomKeyStoreRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) CreateCustomKeyStoreRequest(arg0 interface{}) *gomock.Call

CreateCustomKeyStoreRequest indicates an expected call of CreateCustomKeyStoreRequest

func (*MockKMSAPIMockRecorder) CreateCustomKeyStoreWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) CreateCustomKeyStoreWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCustomKeyStoreWithContext indicates an expected call of CreateCustomKeyStoreWithContext

func (*MockKMSAPIMockRecorder) CreateGrant added in v0.19.0

func (mr *MockKMSAPIMockRecorder) CreateGrant(arg0 interface{}) *gomock.Call

CreateGrant indicates an expected call of CreateGrant

func (*MockKMSAPIMockRecorder) CreateGrantRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) CreateGrantRequest(arg0 interface{}) *gomock.Call

CreateGrantRequest indicates an expected call of CreateGrantRequest

func (*MockKMSAPIMockRecorder) CreateGrantWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) CreateGrantWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateGrantWithContext indicates an expected call of CreateGrantWithContext

func (*MockKMSAPIMockRecorder) CreateKey added in v0.19.0

func (mr *MockKMSAPIMockRecorder) CreateKey(arg0 interface{}) *gomock.Call

CreateKey indicates an expected call of CreateKey

func (*MockKMSAPIMockRecorder) CreateKeyRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) CreateKeyRequest(arg0 interface{}) *gomock.Call

CreateKeyRequest indicates an expected call of CreateKeyRequest

func (*MockKMSAPIMockRecorder) CreateKeyWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) CreateKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateKeyWithContext indicates an expected call of CreateKeyWithContext

func (*MockKMSAPIMockRecorder) Decrypt added in v0.19.0

func (mr *MockKMSAPIMockRecorder) Decrypt(arg0 interface{}) *gomock.Call

Decrypt indicates an expected call of Decrypt

func (*MockKMSAPIMockRecorder) DecryptRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DecryptRequest(arg0 interface{}) *gomock.Call

DecryptRequest indicates an expected call of DecryptRequest

func (*MockKMSAPIMockRecorder) DecryptWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DecryptWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DecryptWithContext indicates an expected call of DecryptWithContext

func (*MockKMSAPIMockRecorder) DeleteAlias added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DeleteAlias(arg0 interface{}) *gomock.Call

DeleteAlias indicates an expected call of DeleteAlias

func (*MockKMSAPIMockRecorder) DeleteAliasRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DeleteAliasRequest(arg0 interface{}) *gomock.Call

DeleteAliasRequest indicates an expected call of DeleteAliasRequest

func (*MockKMSAPIMockRecorder) DeleteAliasWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DeleteAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAliasWithContext indicates an expected call of DeleteAliasWithContext

func (*MockKMSAPIMockRecorder) DeleteCustomKeyStore added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DeleteCustomKeyStore(arg0 interface{}) *gomock.Call

DeleteCustomKeyStore indicates an expected call of DeleteCustomKeyStore

func (*MockKMSAPIMockRecorder) DeleteCustomKeyStoreRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DeleteCustomKeyStoreRequest(arg0 interface{}) *gomock.Call

DeleteCustomKeyStoreRequest indicates an expected call of DeleteCustomKeyStoreRequest

func (*MockKMSAPIMockRecorder) DeleteCustomKeyStoreWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DeleteCustomKeyStoreWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCustomKeyStoreWithContext indicates an expected call of DeleteCustomKeyStoreWithContext

func (*MockKMSAPIMockRecorder) DeleteImportedKeyMaterial added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DeleteImportedKeyMaterial(arg0 interface{}) *gomock.Call

DeleteImportedKeyMaterial indicates an expected call of DeleteImportedKeyMaterial

func (*MockKMSAPIMockRecorder) DeleteImportedKeyMaterialRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DeleteImportedKeyMaterialRequest(arg0 interface{}) *gomock.Call

DeleteImportedKeyMaterialRequest indicates an expected call of DeleteImportedKeyMaterialRequest

func (*MockKMSAPIMockRecorder) DeleteImportedKeyMaterialWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DeleteImportedKeyMaterialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteImportedKeyMaterialWithContext indicates an expected call of DeleteImportedKeyMaterialWithContext

func (*MockKMSAPIMockRecorder) DescribeCustomKeyStores added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DescribeCustomKeyStores(arg0 interface{}) *gomock.Call

DescribeCustomKeyStores indicates an expected call of DescribeCustomKeyStores

func (*MockKMSAPIMockRecorder) DescribeCustomKeyStoresRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DescribeCustomKeyStoresRequest(arg0 interface{}) *gomock.Call

DescribeCustomKeyStoresRequest indicates an expected call of DescribeCustomKeyStoresRequest

func (*MockKMSAPIMockRecorder) DescribeCustomKeyStoresWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DescribeCustomKeyStoresWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCustomKeyStoresWithContext indicates an expected call of DescribeCustomKeyStoresWithContext

func (*MockKMSAPIMockRecorder) DescribeKey added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DescribeKey(arg0 interface{}) *gomock.Call

DescribeKey indicates an expected call of DescribeKey

func (*MockKMSAPIMockRecorder) DescribeKeyRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DescribeKeyRequest(arg0 interface{}) *gomock.Call

DescribeKeyRequest indicates an expected call of DescribeKeyRequest

func (*MockKMSAPIMockRecorder) DescribeKeyWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DescribeKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeKeyWithContext indicates an expected call of DescribeKeyWithContext

func (*MockKMSAPIMockRecorder) DisableKey added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DisableKey(arg0 interface{}) *gomock.Call

DisableKey indicates an expected call of DisableKey

func (*MockKMSAPIMockRecorder) DisableKeyRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DisableKeyRequest(arg0 interface{}) *gomock.Call

DisableKeyRequest indicates an expected call of DisableKeyRequest

func (*MockKMSAPIMockRecorder) DisableKeyRotation added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DisableKeyRotation(arg0 interface{}) *gomock.Call

DisableKeyRotation indicates an expected call of DisableKeyRotation

func (*MockKMSAPIMockRecorder) DisableKeyRotationRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DisableKeyRotationRequest(arg0 interface{}) *gomock.Call

DisableKeyRotationRequest indicates an expected call of DisableKeyRotationRequest

func (*MockKMSAPIMockRecorder) DisableKeyRotationWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DisableKeyRotationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableKeyRotationWithContext indicates an expected call of DisableKeyRotationWithContext

func (*MockKMSAPIMockRecorder) DisableKeyWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DisableKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableKeyWithContext indicates an expected call of DisableKeyWithContext

func (*MockKMSAPIMockRecorder) DisconnectCustomKeyStore added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DisconnectCustomKeyStore(arg0 interface{}) *gomock.Call

DisconnectCustomKeyStore indicates an expected call of DisconnectCustomKeyStore

func (*MockKMSAPIMockRecorder) DisconnectCustomKeyStoreRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DisconnectCustomKeyStoreRequest(arg0 interface{}) *gomock.Call

DisconnectCustomKeyStoreRequest indicates an expected call of DisconnectCustomKeyStoreRequest

func (*MockKMSAPIMockRecorder) DisconnectCustomKeyStoreWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) DisconnectCustomKeyStoreWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisconnectCustomKeyStoreWithContext indicates an expected call of DisconnectCustomKeyStoreWithContext

func (*MockKMSAPIMockRecorder) EnableKey added in v0.19.0

func (mr *MockKMSAPIMockRecorder) EnableKey(arg0 interface{}) *gomock.Call

EnableKey indicates an expected call of EnableKey

func (*MockKMSAPIMockRecorder) EnableKeyRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) EnableKeyRequest(arg0 interface{}) *gomock.Call

EnableKeyRequest indicates an expected call of EnableKeyRequest

func (*MockKMSAPIMockRecorder) EnableKeyRotation added in v0.19.0

func (mr *MockKMSAPIMockRecorder) EnableKeyRotation(arg0 interface{}) *gomock.Call

EnableKeyRotation indicates an expected call of EnableKeyRotation

func (*MockKMSAPIMockRecorder) EnableKeyRotationRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) EnableKeyRotationRequest(arg0 interface{}) *gomock.Call

EnableKeyRotationRequest indicates an expected call of EnableKeyRotationRequest

func (*MockKMSAPIMockRecorder) EnableKeyRotationWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) EnableKeyRotationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableKeyRotationWithContext indicates an expected call of EnableKeyRotationWithContext

func (*MockKMSAPIMockRecorder) EnableKeyWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) EnableKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableKeyWithContext indicates an expected call of EnableKeyWithContext

func (*MockKMSAPIMockRecorder) Encrypt added in v0.19.0

func (mr *MockKMSAPIMockRecorder) Encrypt(arg0 interface{}) *gomock.Call

Encrypt indicates an expected call of Encrypt

func (*MockKMSAPIMockRecorder) EncryptRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) EncryptRequest(arg0 interface{}) *gomock.Call

EncryptRequest indicates an expected call of EncryptRequest

func (*MockKMSAPIMockRecorder) EncryptWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) EncryptWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EncryptWithContext indicates an expected call of EncryptWithContext

func (*MockKMSAPIMockRecorder) GenerateDataKey added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GenerateDataKey(arg0 interface{}) *gomock.Call

GenerateDataKey indicates an expected call of GenerateDataKey

func (*MockKMSAPIMockRecorder) GenerateDataKeyPair added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GenerateDataKeyPair(arg0 interface{}) *gomock.Call

GenerateDataKeyPair indicates an expected call of GenerateDataKeyPair

func (*MockKMSAPIMockRecorder) GenerateDataKeyPairRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GenerateDataKeyPairRequest(arg0 interface{}) *gomock.Call

GenerateDataKeyPairRequest indicates an expected call of GenerateDataKeyPairRequest

func (*MockKMSAPIMockRecorder) GenerateDataKeyPairWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GenerateDataKeyPairWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateDataKeyPairWithContext indicates an expected call of GenerateDataKeyPairWithContext

func (*MockKMSAPIMockRecorder) GenerateDataKeyPairWithoutPlaintext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GenerateDataKeyPairWithoutPlaintext(arg0 interface{}) *gomock.Call

GenerateDataKeyPairWithoutPlaintext indicates an expected call of GenerateDataKeyPairWithoutPlaintext

func (*MockKMSAPIMockRecorder) GenerateDataKeyPairWithoutPlaintextRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GenerateDataKeyPairWithoutPlaintextRequest(arg0 interface{}) *gomock.Call

GenerateDataKeyPairWithoutPlaintextRequest indicates an expected call of GenerateDataKeyPairWithoutPlaintextRequest

func (*MockKMSAPIMockRecorder) GenerateDataKeyPairWithoutPlaintextWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GenerateDataKeyPairWithoutPlaintextWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateDataKeyPairWithoutPlaintextWithContext indicates an expected call of GenerateDataKeyPairWithoutPlaintextWithContext

func (*MockKMSAPIMockRecorder) GenerateDataKeyRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GenerateDataKeyRequest(arg0 interface{}) *gomock.Call

GenerateDataKeyRequest indicates an expected call of GenerateDataKeyRequest

func (*MockKMSAPIMockRecorder) GenerateDataKeyWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GenerateDataKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateDataKeyWithContext indicates an expected call of GenerateDataKeyWithContext

func (*MockKMSAPIMockRecorder) GenerateDataKeyWithoutPlaintext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GenerateDataKeyWithoutPlaintext(arg0 interface{}) *gomock.Call

GenerateDataKeyWithoutPlaintext indicates an expected call of GenerateDataKeyWithoutPlaintext

func (*MockKMSAPIMockRecorder) GenerateDataKeyWithoutPlaintextRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GenerateDataKeyWithoutPlaintextRequest(arg0 interface{}) *gomock.Call

GenerateDataKeyWithoutPlaintextRequest indicates an expected call of GenerateDataKeyWithoutPlaintextRequest

func (*MockKMSAPIMockRecorder) GenerateDataKeyWithoutPlaintextWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GenerateDataKeyWithoutPlaintextWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateDataKeyWithoutPlaintextWithContext indicates an expected call of GenerateDataKeyWithoutPlaintextWithContext

func (*MockKMSAPIMockRecorder) GenerateRandom added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GenerateRandom(arg0 interface{}) *gomock.Call

GenerateRandom indicates an expected call of GenerateRandom

func (*MockKMSAPIMockRecorder) GenerateRandomRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GenerateRandomRequest(arg0 interface{}) *gomock.Call

GenerateRandomRequest indicates an expected call of GenerateRandomRequest

func (*MockKMSAPIMockRecorder) GenerateRandomWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GenerateRandomWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateRandomWithContext indicates an expected call of GenerateRandomWithContext

func (*MockKMSAPIMockRecorder) GetKeyPolicy added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GetKeyPolicy(arg0 interface{}) *gomock.Call

GetKeyPolicy indicates an expected call of GetKeyPolicy

func (*MockKMSAPIMockRecorder) GetKeyPolicyRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GetKeyPolicyRequest(arg0 interface{}) *gomock.Call

GetKeyPolicyRequest indicates an expected call of GetKeyPolicyRequest

func (*MockKMSAPIMockRecorder) GetKeyPolicyWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GetKeyPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetKeyPolicyWithContext indicates an expected call of GetKeyPolicyWithContext

func (*MockKMSAPIMockRecorder) GetKeyRotationStatus added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GetKeyRotationStatus(arg0 interface{}) *gomock.Call

GetKeyRotationStatus indicates an expected call of GetKeyRotationStatus

func (*MockKMSAPIMockRecorder) GetKeyRotationStatusRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GetKeyRotationStatusRequest(arg0 interface{}) *gomock.Call

GetKeyRotationStatusRequest indicates an expected call of GetKeyRotationStatusRequest

func (*MockKMSAPIMockRecorder) GetKeyRotationStatusWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GetKeyRotationStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetKeyRotationStatusWithContext indicates an expected call of GetKeyRotationStatusWithContext

func (*MockKMSAPIMockRecorder) GetParametersForImport added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GetParametersForImport(arg0 interface{}) *gomock.Call

GetParametersForImport indicates an expected call of GetParametersForImport

func (*MockKMSAPIMockRecorder) GetParametersForImportRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GetParametersForImportRequest(arg0 interface{}) *gomock.Call

GetParametersForImportRequest indicates an expected call of GetParametersForImportRequest

func (*MockKMSAPIMockRecorder) GetParametersForImportWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GetParametersForImportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetParametersForImportWithContext indicates an expected call of GetParametersForImportWithContext

func (*MockKMSAPIMockRecorder) GetPublicKey added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GetPublicKey(arg0 interface{}) *gomock.Call

GetPublicKey indicates an expected call of GetPublicKey

func (*MockKMSAPIMockRecorder) GetPublicKeyRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GetPublicKeyRequest(arg0 interface{}) *gomock.Call

GetPublicKeyRequest indicates an expected call of GetPublicKeyRequest

func (*MockKMSAPIMockRecorder) GetPublicKeyWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) GetPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPublicKeyWithContext indicates an expected call of GetPublicKeyWithContext

func (*MockKMSAPIMockRecorder) ImportKeyMaterial added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ImportKeyMaterial(arg0 interface{}) *gomock.Call

ImportKeyMaterial indicates an expected call of ImportKeyMaterial

func (*MockKMSAPIMockRecorder) ImportKeyMaterialRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ImportKeyMaterialRequest(arg0 interface{}) *gomock.Call

ImportKeyMaterialRequest indicates an expected call of ImportKeyMaterialRequest

func (*MockKMSAPIMockRecorder) ImportKeyMaterialWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ImportKeyMaterialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportKeyMaterialWithContext indicates an expected call of ImportKeyMaterialWithContext

func (*MockKMSAPIMockRecorder) ListAliases added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListAliases(arg0 interface{}) *gomock.Call

ListAliases indicates an expected call of ListAliases

func (*MockKMSAPIMockRecorder) ListAliasesPages added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListAliasesPages(arg0, arg1 interface{}) *gomock.Call

ListAliasesPages indicates an expected call of ListAliasesPages

func (*MockKMSAPIMockRecorder) ListAliasesPagesWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListAliasesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListAliasesPagesWithContext indicates an expected call of ListAliasesPagesWithContext

func (*MockKMSAPIMockRecorder) ListAliasesRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListAliasesRequest(arg0 interface{}) *gomock.Call

ListAliasesRequest indicates an expected call of ListAliasesRequest

func (*MockKMSAPIMockRecorder) ListAliasesWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListAliasesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAliasesWithContext indicates an expected call of ListAliasesWithContext

func (*MockKMSAPIMockRecorder) ListGrants added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListGrants(arg0 interface{}) *gomock.Call

ListGrants indicates an expected call of ListGrants

func (*MockKMSAPIMockRecorder) ListGrantsPages added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListGrantsPages(arg0, arg1 interface{}) *gomock.Call

ListGrantsPages indicates an expected call of ListGrantsPages

func (*MockKMSAPIMockRecorder) ListGrantsPagesWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListGrantsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListGrantsPagesWithContext indicates an expected call of ListGrantsPagesWithContext

func (*MockKMSAPIMockRecorder) ListGrantsRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListGrantsRequest(arg0 interface{}) *gomock.Call

ListGrantsRequest indicates an expected call of ListGrantsRequest

func (*MockKMSAPIMockRecorder) ListGrantsWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListGrantsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGrantsWithContext indicates an expected call of ListGrantsWithContext

func (*MockKMSAPIMockRecorder) ListKeyPolicies added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListKeyPolicies(arg0 interface{}) *gomock.Call

ListKeyPolicies indicates an expected call of ListKeyPolicies

func (*MockKMSAPIMockRecorder) ListKeyPoliciesPages added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListKeyPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListKeyPoliciesPages indicates an expected call of ListKeyPoliciesPages

func (*MockKMSAPIMockRecorder) ListKeyPoliciesPagesWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListKeyPoliciesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListKeyPoliciesPagesWithContext indicates an expected call of ListKeyPoliciesPagesWithContext

func (*MockKMSAPIMockRecorder) ListKeyPoliciesRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListKeyPoliciesRequest(arg0 interface{}) *gomock.Call

ListKeyPoliciesRequest indicates an expected call of ListKeyPoliciesRequest

func (*MockKMSAPIMockRecorder) ListKeyPoliciesWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListKeyPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListKeyPoliciesWithContext indicates an expected call of ListKeyPoliciesWithContext

func (*MockKMSAPIMockRecorder) ListKeys added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListKeys(arg0 interface{}) *gomock.Call

ListKeys indicates an expected call of ListKeys

func (*MockKMSAPIMockRecorder) ListKeysPages added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListKeysPages(arg0, arg1 interface{}) *gomock.Call

ListKeysPages indicates an expected call of ListKeysPages

func (*MockKMSAPIMockRecorder) ListKeysPagesWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListKeysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListKeysPagesWithContext indicates an expected call of ListKeysPagesWithContext

func (*MockKMSAPIMockRecorder) ListKeysRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListKeysRequest(arg0 interface{}) *gomock.Call

ListKeysRequest indicates an expected call of ListKeysRequest

func (*MockKMSAPIMockRecorder) ListKeysWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListKeysWithContext indicates an expected call of ListKeysWithContext

func (*MockKMSAPIMockRecorder) ListResourceTags added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListResourceTags(arg0 interface{}) *gomock.Call

ListResourceTags indicates an expected call of ListResourceTags

func (*MockKMSAPIMockRecorder) ListResourceTagsRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListResourceTagsRequest(arg0 interface{}) *gomock.Call

ListResourceTagsRequest indicates an expected call of ListResourceTagsRequest

func (*MockKMSAPIMockRecorder) ListResourceTagsWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListResourceTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListResourceTagsWithContext indicates an expected call of ListResourceTagsWithContext

func (*MockKMSAPIMockRecorder) ListRetirableGrants added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListRetirableGrants(arg0 interface{}) *gomock.Call

ListRetirableGrants indicates an expected call of ListRetirableGrants

func (*MockKMSAPIMockRecorder) ListRetirableGrantsRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListRetirableGrantsRequest(arg0 interface{}) *gomock.Call

ListRetirableGrantsRequest indicates an expected call of ListRetirableGrantsRequest

func (*MockKMSAPIMockRecorder) ListRetirableGrantsWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ListRetirableGrantsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRetirableGrantsWithContext indicates an expected call of ListRetirableGrantsWithContext

func (*MockKMSAPIMockRecorder) PutKeyPolicy added in v0.19.0

func (mr *MockKMSAPIMockRecorder) PutKeyPolicy(arg0 interface{}) *gomock.Call

PutKeyPolicy indicates an expected call of PutKeyPolicy

func (*MockKMSAPIMockRecorder) PutKeyPolicyRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) PutKeyPolicyRequest(arg0 interface{}) *gomock.Call

PutKeyPolicyRequest indicates an expected call of PutKeyPolicyRequest

func (*MockKMSAPIMockRecorder) PutKeyPolicyWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) PutKeyPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutKeyPolicyWithContext indicates an expected call of PutKeyPolicyWithContext

func (*MockKMSAPIMockRecorder) ReEncrypt added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ReEncrypt(arg0 interface{}) *gomock.Call

ReEncrypt indicates an expected call of ReEncrypt

func (*MockKMSAPIMockRecorder) ReEncryptRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ReEncryptRequest(arg0 interface{}) *gomock.Call

ReEncryptRequest indicates an expected call of ReEncryptRequest

func (*MockKMSAPIMockRecorder) ReEncryptWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ReEncryptWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReEncryptWithContext indicates an expected call of ReEncryptWithContext

func (*MockKMSAPIMockRecorder) ReplicateKey added in v0.49.0

func (mr *MockKMSAPIMockRecorder) ReplicateKey(arg0 interface{}) *gomock.Call

ReplicateKey indicates an expected call of ReplicateKey

func (*MockKMSAPIMockRecorder) ReplicateKeyRequest added in v0.49.0

func (mr *MockKMSAPIMockRecorder) ReplicateKeyRequest(arg0 interface{}) *gomock.Call

ReplicateKeyRequest indicates an expected call of ReplicateKeyRequest

func (*MockKMSAPIMockRecorder) ReplicateKeyWithContext added in v0.49.0

func (mr *MockKMSAPIMockRecorder) ReplicateKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplicateKeyWithContext indicates an expected call of ReplicateKeyWithContext

func (*MockKMSAPIMockRecorder) RetireGrant added in v0.19.0

func (mr *MockKMSAPIMockRecorder) RetireGrant(arg0 interface{}) *gomock.Call

RetireGrant indicates an expected call of RetireGrant

func (*MockKMSAPIMockRecorder) RetireGrantRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) RetireGrantRequest(arg0 interface{}) *gomock.Call

RetireGrantRequest indicates an expected call of RetireGrantRequest

func (*MockKMSAPIMockRecorder) RetireGrantWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) RetireGrantWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RetireGrantWithContext indicates an expected call of RetireGrantWithContext

func (*MockKMSAPIMockRecorder) RevokeGrant added in v0.19.0

func (mr *MockKMSAPIMockRecorder) RevokeGrant(arg0 interface{}) *gomock.Call

RevokeGrant indicates an expected call of RevokeGrant

func (*MockKMSAPIMockRecorder) RevokeGrantRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) RevokeGrantRequest(arg0 interface{}) *gomock.Call

RevokeGrantRequest indicates an expected call of RevokeGrantRequest

func (*MockKMSAPIMockRecorder) RevokeGrantWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) RevokeGrantWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeGrantWithContext indicates an expected call of RevokeGrantWithContext

func (*MockKMSAPIMockRecorder) ScheduleKeyDeletion added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ScheduleKeyDeletion(arg0 interface{}) *gomock.Call

ScheduleKeyDeletion indicates an expected call of ScheduleKeyDeletion

func (*MockKMSAPIMockRecorder) ScheduleKeyDeletionRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ScheduleKeyDeletionRequest(arg0 interface{}) *gomock.Call

ScheduleKeyDeletionRequest indicates an expected call of ScheduleKeyDeletionRequest

func (*MockKMSAPIMockRecorder) ScheduleKeyDeletionWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) ScheduleKeyDeletionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ScheduleKeyDeletionWithContext indicates an expected call of ScheduleKeyDeletionWithContext

func (*MockKMSAPIMockRecorder) Sign added in v0.19.0

func (mr *MockKMSAPIMockRecorder) Sign(arg0 interface{}) *gomock.Call

Sign indicates an expected call of Sign

func (*MockKMSAPIMockRecorder) SignRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) SignRequest(arg0 interface{}) *gomock.Call

SignRequest indicates an expected call of SignRequest

func (*MockKMSAPIMockRecorder) SignWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) SignWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SignWithContext indicates an expected call of SignWithContext

func (*MockKMSAPIMockRecorder) TagResource added in v0.19.0

func (mr *MockKMSAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockKMSAPIMockRecorder) TagResourceRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockKMSAPIMockRecorder) TagResourceWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockKMSAPIMockRecorder) UntagResource added in v0.19.0

func (mr *MockKMSAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockKMSAPIMockRecorder) UntagResourceRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockKMSAPIMockRecorder) UntagResourceWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockKMSAPIMockRecorder) UpdateAlias added in v0.19.0

func (mr *MockKMSAPIMockRecorder) UpdateAlias(arg0 interface{}) *gomock.Call

UpdateAlias indicates an expected call of UpdateAlias

func (*MockKMSAPIMockRecorder) UpdateAliasRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) UpdateAliasRequest(arg0 interface{}) *gomock.Call

UpdateAliasRequest indicates an expected call of UpdateAliasRequest

func (*MockKMSAPIMockRecorder) UpdateAliasWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) UpdateAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAliasWithContext indicates an expected call of UpdateAliasWithContext

func (*MockKMSAPIMockRecorder) UpdateCustomKeyStore added in v0.19.0

func (mr *MockKMSAPIMockRecorder) UpdateCustomKeyStore(arg0 interface{}) *gomock.Call

UpdateCustomKeyStore indicates an expected call of UpdateCustomKeyStore

func (*MockKMSAPIMockRecorder) UpdateCustomKeyStoreRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) UpdateCustomKeyStoreRequest(arg0 interface{}) *gomock.Call

UpdateCustomKeyStoreRequest indicates an expected call of UpdateCustomKeyStoreRequest

func (*MockKMSAPIMockRecorder) UpdateCustomKeyStoreWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) UpdateCustomKeyStoreWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateCustomKeyStoreWithContext indicates an expected call of UpdateCustomKeyStoreWithContext

func (*MockKMSAPIMockRecorder) UpdateKeyDescription added in v0.19.0

func (mr *MockKMSAPIMockRecorder) UpdateKeyDescription(arg0 interface{}) *gomock.Call

UpdateKeyDescription indicates an expected call of UpdateKeyDescription

func (*MockKMSAPIMockRecorder) UpdateKeyDescriptionRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) UpdateKeyDescriptionRequest(arg0 interface{}) *gomock.Call

UpdateKeyDescriptionRequest indicates an expected call of UpdateKeyDescriptionRequest

func (*MockKMSAPIMockRecorder) UpdateKeyDescriptionWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) UpdateKeyDescriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateKeyDescriptionWithContext indicates an expected call of UpdateKeyDescriptionWithContext

func (*MockKMSAPIMockRecorder) UpdatePrimaryRegion added in v0.49.0

func (mr *MockKMSAPIMockRecorder) UpdatePrimaryRegion(arg0 interface{}) *gomock.Call

UpdatePrimaryRegion indicates an expected call of UpdatePrimaryRegion

func (*MockKMSAPIMockRecorder) UpdatePrimaryRegionRequest added in v0.49.0

func (mr *MockKMSAPIMockRecorder) UpdatePrimaryRegionRequest(arg0 interface{}) *gomock.Call

UpdatePrimaryRegionRequest indicates an expected call of UpdatePrimaryRegionRequest

func (*MockKMSAPIMockRecorder) UpdatePrimaryRegionWithContext added in v0.49.0

func (mr *MockKMSAPIMockRecorder) UpdatePrimaryRegionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdatePrimaryRegionWithContext indicates an expected call of UpdatePrimaryRegionWithContext

func (*MockKMSAPIMockRecorder) Verify added in v0.19.0

func (mr *MockKMSAPIMockRecorder) Verify(arg0 interface{}) *gomock.Call

Verify indicates an expected call of Verify

func (*MockKMSAPIMockRecorder) VerifyRequest added in v0.19.0

func (mr *MockKMSAPIMockRecorder) VerifyRequest(arg0 interface{}) *gomock.Call

VerifyRequest indicates an expected call of VerifyRequest

func (*MockKMSAPIMockRecorder) VerifyWithContext added in v0.19.0

func (mr *MockKMSAPIMockRecorder) VerifyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

VerifyWithContext indicates an expected call of VerifyWithContext

type MockRDSAPI

type MockRDSAPI struct {
	// contains filtered or unexported fields
}

MockRDSAPI is a mock of RDSAPI interface

func NewMockRDSAPI

func NewMockRDSAPI(ctrl *gomock.Controller) *MockRDSAPI

NewMockRDSAPI creates a new mock instance

func (*MockRDSAPI) AddRoleToDBCluster

func (m *MockRDSAPI) AddRoleToDBCluster(arg0 *rds.AddRoleToDBClusterInput) (*rds.AddRoleToDBClusterOutput, error)

AddRoleToDBCluster mocks base method

func (*MockRDSAPI) AddRoleToDBClusterRequest

func (m *MockRDSAPI) AddRoleToDBClusterRequest(arg0 *rds.AddRoleToDBClusterInput) (*request.Request, *rds.AddRoleToDBClusterOutput)

AddRoleToDBClusterRequest mocks base method

func (*MockRDSAPI) AddRoleToDBClusterWithContext

func (m *MockRDSAPI) AddRoleToDBClusterWithContext(arg0 context.Context, arg1 *rds.AddRoleToDBClusterInput, arg2 ...request.Option) (*rds.AddRoleToDBClusterOutput, error)

AddRoleToDBClusterWithContext mocks base method

func (*MockRDSAPI) AddRoleToDBInstance

func (m *MockRDSAPI) AddRoleToDBInstance(arg0 *rds.AddRoleToDBInstanceInput) (*rds.AddRoleToDBInstanceOutput, error)

AddRoleToDBInstance mocks base method

func (*MockRDSAPI) AddRoleToDBInstanceRequest

func (m *MockRDSAPI) AddRoleToDBInstanceRequest(arg0 *rds.AddRoleToDBInstanceInput) (*request.Request, *rds.AddRoleToDBInstanceOutput)

AddRoleToDBInstanceRequest mocks base method

func (*MockRDSAPI) AddRoleToDBInstanceWithContext

func (m *MockRDSAPI) AddRoleToDBInstanceWithContext(arg0 context.Context, arg1 *rds.AddRoleToDBInstanceInput, arg2 ...request.Option) (*rds.AddRoleToDBInstanceOutput, error)

AddRoleToDBInstanceWithContext mocks base method

func (*MockRDSAPI) AddSourceIdentifierToSubscription

AddSourceIdentifierToSubscription mocks base method

func (*MockRDSAPI) AddSourceIdentifierToSubscriptionRequest

AddSourceIdentifierToSubscriptionRequest mocks base method

func (*MockRDSAPI) AddSourceIdentifierToSubscriptionWithContext

func (m *MockRDSAPI) AddSourceIdentifierToSubscriptionWithContext(arg0 context.Context, arg1 *rds.AddSourceIdentifierToSubscriptionInput, arg2 ...request.Option) (*rds.AddSourceIdentifierToSubscriptionOutput, error)

AddSourceIdentifierToSubscriptionWithContext mocks base method

func (*MockRDSAPI) AddTagsToResource

func (m *MockRDSAPI) AddTagsToResource(arg0 *rds.AddTagsToResourceInput) (*rds.AddTagsToResourceOutput, error)

AddTagsToResource mocks base method

func (*MockRDSAPI) AddTagsToResourceRequest

func (m *MockRDSAPI) AddTagsToResourceRequest(arg0 *rds.AddTagsToResourceInput) (*request.Request, *rds.AddTagsToResourceOutput)

AddTagsToResourceRequest mocks base method

func (*MockRDSAPI) AddTagsToResourceWithContext

func (m *MockRDSAPI) AddTagsToResourceWithContext(arg0 context.Context, arg1 *rds.AddTagsToResourceInput, arg2 ...request.Option) (*rds.AddTagsToResourceOutput, error)

AddTagsToResourceWithContext mocks base method

func (*MockRDSAPI) ApplyPendingMaintenanceAction

ApplyPendingMaintenanceAction mocks base method

func (*MockRDSAPI) ApplyPendingMaintenanceActionRequest

func (m *MockRDSAPI) ApplyPendingMaintenanceActionRequest(arg0 *rds.ApplyPendingMaintenanceActionInput) (*request.Request, *rds.ApplyPendingMaintenanceActionOutput)

ApplyPendingMaintenanceActionRequest mocks base method

func (*MockRDSAPI) ApplyPendingMaintenanceActionWithContext

func (m *MockRDSAPI) ApplyPendingMaintenanceActionWithContext(arg0 context.Context, arg1 *rds.ApplyPendingMaintenanceActionInput, arg2 ...request.Option) (*rds.ApplyPendingMaintenanceActionOutput, error)

ApplyPendingMaintenanceActionWithContext mocks base method

func (*MockRDSAPI) AuthorizeDBSecurityGroupIngress

AuthorizeDBSecurityGroupIngress mocks base method

func (*MockRDSAPI) AuthorizeDBSecurityGroupIngressRequest

func (m *MockRDSAPI) AuthorizeDBSecurityGroupIngressRequest(arg0 *rds.AuthorizeDBSecurityGroupIngressInput) (*request.Request, *rds.AuthorizeDBSecurityGroupIngressOutput)

AuthorizeDBSecurityGroupIngressRequest mocks base method

func (*MockRDSAPI) AuthorizeDBSecurityGroupIngressWithContext

func (m *MockRDSAPI) AuthorizeDBSecurityGroupIngressWithContext(arg0 context.Context, arg1 *rds.AuthorizeDBSecurityGroupIngressInput, arg2 ...request.Option) (*rds.AuthorizeDBSecurityGroupIngressOutput, error)

AuthorizeDBSecurityGroupIngressWithContext mocks base method

func (*MockRDSAPI) BacktrackDBCluster

func (m *MockRDSAPI) BacktrackDBCluster(arg0 *rds.BacktrackDBClusterInput) (*rds.BacktrackDBClusterOutput, error)

BacktrackDBCluster mocks base method

func (*MockRDSAPI) BacktrackDBClusterRequest

func (m *MockRDSAPI) BacktrackDBClusterRequest(arg0 *rds.BacktrackDBClusterInput) (*request.Request, *rds.BacktrackDBClusterOutput)

BacktrackDBClusterRequest mocks base method

func (*MockRDSAPI) BacktrackDBClusterWithContext

func (m *MockRDSAPI) BacktrackDBClusterWithContext(arg0 context.Context, arg1 *rds.BacktrackDBClusterInput, arg2 ...request.Option) (*rds.BacktrackDBClusterOutput, error)

BacktrackDBClusterWithContext mocks base method

func (*MockRDSAPI) CancelExportTask

func (m *MockRDSAPI) CancelExportTask(arg0 *rds.CancelExportTaskInput) (*rds.CancelExportTaskOutput, error)

CancelExportTask mocks base method

func (*MockRDSAPI) CancelExportTaskRequest

func (m *MockRDSAPI) CancelExportTaskRequest(arg0 *rds.CancelExportTaskInput) (*request.Request, *rds.CancelExportTaskOutput)

CancelExportTaskRequest mocks base method

func (*MockRDSAPI) CancelExportTaskWithContext

func (m *MockRDSAPI) CancelExportTaskWithContext(arg0 context.Context, arg1 *rds.CancelExportTaskInput, arg2 ...request.Option) (*rds.CancelExportTaskOutput, error)

CancelExportTaskWithContext mocks base method

func (*MockRDSAPI) CopyDBClusterParameterGroup

CopyDBClusterParameterGroup mocks base method

func (*MockRDSAPI) CopyDBClusterParameterGroupRequest

func (m *MockRDSAPI) CopyDBClusterParameterGroupRequest(arg0 *rds.CopyDBClusterParameterGroupInput) (*request.Request, *rds.CopyDBClusterParameterGroupOutput)

CopyDBClusterParameterGroupRequest mocks base method

func (*MockRDSAPI) CopyDBClusterParameterGroupWithContext

func (m *MockRDSAPI) CopyDBClusterParameterGroupWithContext(arg0 context.Context, arg1 *rds.CopyDBClusterParameterGroupInput, arg2 ...request.Option) (*rds.CopyDBClusterParameterGroupOutput, error)

CopyDBClusterParameterGroupWithContext mocks base method

func (*MockRDSAPI) CopyDBClusterSnapshot

func (m *MockRDSAPI) CopyDBClusterSnapshot(arg0 *rds.CopyDBClusterSnapshotInput) (*rds.CopyDBClusterSnapshotOutput, error)

CopyDBClusterSnapshot mocks base method

func (*MockRDSAPI) CopyDBClusterSnapshotRequest

func (m *MockRDSAPI) CopyDBClusterSnapshotRequest(arg0 *rds.CopyDBClusterSnapshotInput) (*request.Request, *rds.CopyDBClusterSnapshotOutput)

CopyDBClusterSnapshotRequest mocks base method

func (*MockRDSAPI) CopyDBClusterSnapshotWithContext

func (m *MockRDSAPI) CopyDBClusterSnapshotWithContext(arg0 context.Context, arg1 *rds.CopyDBClusterSnapshotInput, arg2 ...request.Option) (*rds.CopyDBClusterSnapshotOutput, error)

CopyDBClusterSnapshotWithContext mocks base method

func (*MockRDSAPI) CopyDBParameterGroup

func (m *MockRDSAPI) CopyDBParameterGroup(arg0 *rds.CopyDBParameterGroupInput) (*rds.CopyDBParameterGroupOutput, error)

CopyDBParameterGroup mocks base method

func (*MockRDSAPI) CopyDBParameterGroupRequest

func (m *MockRDSAPI) CopyDBParameterGroupRequest(arg0 *rds.CopyDBParameterGroupInput) (*request.Request, *rds.CopyDBParameterGroupOutput)

CopyDBParameterGroupRequest mocks base method

func (*MockRDSAPI) CopyDBParameterGroupWithContext

func (m *MockRDSAPI) CopyDBParameterGroupWithContext(arg0 context.Context, arg1 *rds.CopyDBParameterGroupInput, arg2 ...request.Option) (*rds.CopyDBParameterGroupOutput, error)

CopyDBParameterGroupWithContext mocks base method

func (*MockRDSAPI) CopyDBSnapshot

func (m *MockRDSAPI) CopyDBSnapshot(arg0 *rds.CopyDBSnapshotInput) (*rds.CopyDBSnapshotOutput, error)

CopyDBSnapshot mocks base method

func (*MockRDSAPI) CopyDBSnapshotRequest

func (m *MockRDSAPI) CopyDBSnapshotRequest(arg0 *rds.CopyDBSnapshotInput) (*request.Request, *rds.CopyDBSnapshotOutput)

CopyDBSnapshotRequest mocks base method

func (*MockRDSAPI) CopyDBSnapshotWithContext

func (m *MockRDSAPI) CopyDBSnapshotWithContext(arg0 context.Context, arg1 *rds.CopyDBSnapshotInput, arg2 ...request.Option) (*rds.CopyDBSnapshotOutput, error)

CopyDBSnapshotWithContext mocks base method

func (*MockRDSAPI) CopyOptionGroup

func (m *MockRDSAPI) CopyOptionGroup(arg0 *rds.CopyOptionGroupInput) (*rds.CopyOptionGroupOutput, error)

CopyOptionGroup mocks base method

func (*MockRDSAPI) CopyOptionGroupRequest

func (m *MockRDSAPI) CopyOptionGroupRequest(arg0 *rds.CopyOptionGroupInput) (*request.Request, *rds.CopyOptionGroupOutput)

CopyOptionGroupRequest mocks base method

func (*MockRDSAPI) CopyOptionGroupWithContext

func (m *MockRDSAPI) CopyOptionGroupWithContext(arg0 context.Context, arg1 *rds.CopyOptionGroupInput, arg2 ...request.Option) (*rds.CopyOptionGroupOutput, error)

CopyOptionGroupWithContext mocks base method

func (*MockRDSAPI) CreateCustomAvailabilityZone

CreateCustomAvailabilityZone mocks base method

func (*MockRDSAPI) CreateCustomAvailabilityZoneRequest

func (m *MockRDSAPI) CreateCustomAvailabilityZoneRequest(arg0 *rds.CreateCustomAvailabilityZoneInput) (*request.Request, *rds.CreateCustomAvailabilityZoneOutput)

CreateCustomAvailabilityZoneRequest mocks base method

func (*MockRDSAPI) CreateCustomAvailabilityZoneWithContext

func (m *MockRDSAPI) CreateCustomAvailabilityZoneWithContext(arg0 context.Context, arg1 *rds.CreateCustomAvailabilityZoneInput, arg2 ...request.Option) (*rds.CreateCustomAvailabilityZoneOutput, error)

CreateCustomAvailabilityZoneWithContext mocks base method

func (*MockRDSAPI) CreateCustomDBEngineVersion added in v0.54.0

CreateCustomDBEngineVersion mocks base method

func (*MockRDSAPI) CreateCustomDBEngineVersionRequest added in v0.54.0

func (m *MockRDSAPI) CreateCustomDBEngineVersionRequest(arg0 *rds.CreateCustomDBEngineVersionInput) (*request.Request, *rds.CreateCustomDBEngineVersionOutput)

CreateCustomDBEngineVersionRequest mocks base method

func (*MockRDSAPI) CreateCustomDBEngineVersionWithContext added in v0.54.0

func (m *MockRDSAPI) CreateCustomDBEngineVersionWithContext(arg0 context.Context, arg1 *rds.CreateCustomDBEngineVersionInput, arg2 ...request.Option) (*rds.CreateCustomDBEngineVersionOutput, error)

CreateCustomDBEngineVersionWithContext mocks base method

func (*MockRDSAPI) CreateDBCluster

func (m *MockRDSAPI) CreateDBCluster(arg0 *rds.CreateDBClusterInput) (*rds.CreateDBClusterOutput, error)

CreateDBCluster mocks base method

func (*MockRDSAPI) CreateDBClusterEndpoint

func (m *MockRDSAPI) CreateDBClusterEndpoint(arg0 *rds.CreateDBClusterEndpointInput) (*rds.CreateDBClusterEndpointOutput, error)

CreateDBClusterEndpoint mocks base method

func (*MockRDSAPI) CreateDBClusterEndpointRequest

func (m *MockRDSAPI) CreateDBClusterEndpointRequest(arg0 *rds.CreateDBClusterEndpointInput) (*request.Request, *rds.CreateDBClusterEndpointOutput)

CreateDBClusterEndpointRequest mocks base method

func (*MockRDSAPI) CreateDBClusterEndpointWithContext

func (m *MockRDSAPI) CreateDBClusterEndpointWithContext(arg0 context.Context, arg1 *rds.CreateDBClusterEndpointInput, arg2 ...request.Option) (*rds.CreateDBClusterEndpointOutput, error)

CreateDBClusterEndpointWithContext mocks base method

func (*MockRDSAPI) CreateDBClusterParameterGroup

CreateDBClusterParameterGroup mocks base method

func (*MockRDSAPI) CreateDBClusterParameterGroupRequest

func (m *MockRDSAPI) CreateDBClusterParameterGroupRequest(arg0 *rds.CreateDBClusterParameterGroupInput) (*request.Request, *rds.CreateDBClusterParameterGroupOutput)

CreateDBClusterParameterGroupRequest mocks base method

func (*MockRDSAPI) CreateDBClusterParameterGroupWithContext

func (m *MockRDSAPI) CreateDBClusterParameterGroupWithContext(arg0 context.Context, arg1 *rds.CreateDBClusterParameterGroupInput, arg2 ...request.Option) (*rds.CreateDBClusterParameterGroupOutput, error)

CreateDBClusterParameterGroupWithContext mocks base method

func (*MockRDSAPI) CreateDBClusterRequest

func (m *MockRDSAPI) CreateDBClusterRequest(arg0 *rds.CreateDBClusterInput) (*request.Request, *rds.CreateDBClusterOutput)

CreateDBClusterRequest mocks base method

func (*MockRDSAPI) CreateDBClusterSnapshot

func (m *MockRDSAPI) CreateDBClusterSnapshot(arg0 *rds.CreateDBClusterSnapshotInput) (*rds.CreateDBClusterSnapshotOutput, error)

CreateDBClusterSnapshot mocks base method

func (*MockRDSAPI) CreateDBClusterSnapshotRequest

func (m *MockRDSAPI) CreateDBClusterSnapshotRequest(arg0 *rds.CreateDBClusterSnapshotInput) (*request.Request, *rds.CreateDBClusterSnapshotOutput)

CreateDBClusterSnapshotRequest mocks base method

func (*MockRDSAPI) CreateDBClusterSnapshotWithContext

func (m *MockRDSAPI) CreateDBClusterSnapshotWithContext(arg0 context.Context, arg1 *rds.CreateDBClusterSnapshotInput, arg2 ...request.Option) (*rds.CreateDBClusterSnapshotOutput, error)

CreateDBClusterSnapshotWithContext mocks base method

func (*MockRDSAPI) CreateDBClusterWithContext

func (m *MockRDSAPI) CreateDBClusterWithContext(arg0 context.Context, arg1 *rds.CreateDBClusterInput, arg2 ...request.Option) (*rds.CreateDBClusterOutput, error)

CreateDBClusterWithContext mocks base method

func (*MockRDSAPI) CreateDBInstance

func (m *MockRDSAPI) CreateDBInstance(arg0 *rds.CreateDBInstanceInput) (*rds.CreateDBInstanceOutput, error)

CreateDBInstance mocks base method

func (*MockRDSAPI) CreateDBInstanceReadReplica

CreateDBInstanceReadReplica mocks base method

func (*MockRDSAPI) CreateDBInstanceReadReplicaRequest

func (m *MockRDSAPI) CreateDBInstanceReadReplicaRequest(arg0 *rds.CreateDBInstanceReadReplicaInput) (*request.Request, *rds.CreateDBInstanceReadReplicaOutput)

CreateDBInstanceReadReplicaRequest mocks base method

func (*MockRDSAPI) CreateDBInstanceReadReplicaWithContext

func (m *MockRDSAPI) CreateDBInstanceReadReplicaWithContext(arg0 context.Context, arg1 *rds.CreateDBInstanceReadReplicaInput, arg2 ...request.Option) (*rds.CreateDBInstanceReadReplicaOutput, error)

CreateDBInstanceReadReplicaWithContext mocks base method

func (*MockRDSAPI) CreateDBInstanceRequest

func (m *MockRDSAPI) CreateDBInstanceRequest(arg0 *rds.CreateDBInstanceInput) (*request.Request, *rds.CreateDBInstanceOutput)

CreateDBInstanceRequest mocks base method

func (*MockRDSAPI) CreateDBInstanceWithContext

func (m *MockRDSAPI) CreateDBInstanceWithContext(arg0 context.Context, arg1 *rds.CreateDBInstanceInput, arg2 ...request.Option) (*rds.CreateDBInstanceOutput, error)

CreateDBInstanceWithContext mocks base method

func (*MockRDSAPI) CreateDBParameterGroup

func (m *MockRDSAPI) CreateDBParameterGroup(arg0 *rds.CreateDBParameterGroupInput) (*rds.CreateDBParameterGroupOutput, error)

CreateDBParameterGroup mocks base method

func (*MockRDSAPI) CreateDBParameterGroupRequest

func (m *MockRDSAPI) CreateDBParameterGroupRequest(arg0 *rds.CreateDBParameterGroupInput) (*request.Request, *rds.CreateDBParameterGroupOutput)

CreateDBParameterGroupRequest mocks base method

func (*MockRDSAPI) CreateDBParameterGroupWithContext

func (m *MockRDSAPI) CreateDBParameterGroupWithContext(arg0 context.Context, arg1 *rds.CreateDBParameterGroupInput, arg2 ...request.Option) (*rds.CreateDBParameterGroupOutput, error)

CreateDBParameterGroupWithContext mocks base method

func (*MockRDSAPI) CreateDBProxy

func (m *MockRDSAPI) CreateDBProxy(arg0 *rds.CreateDBProxyInput) (*rds.CreateDBProxyOutput, error)

CreateDBProxy mocks base method

func (*MockRDSAPI) CreateDBProxyEndpoint added in v0.47.0

func (m *MockRDSAPI) CreateDBProxyEndpoint(arg0 *rds.CreateDBProxyEndpointInput) (*rds.CreateDBProxyEndpointOutput, error)

CreateDBProxyEndpoint mocks base method

func (*MockRDSAPI) CreateDBProxyEndpointRequest added in v0.47.0

func (m *MockRDSAPI) CreateDBProxyEndpointRequest(arg0 *rds.CreateDBProxyEndpointInput) (*request.Request, *rds.CreateDBProxyEndpointOutput)

CreateDBProxyEndpointRequest mocks base method

func (*MockRDSAPI) CreateDBProxyEndpointWithContext added in v0.47.0

func (m *MockRDSAPI) CreateDBProxyEndpointWithContext(arg0 context.Context, arg1 *rds.CreateDBProxyEndpointInput, arg2 ...request.Option) (*rds.CreateDBProxyEndpointOutput, error)

CreateDBProxyEndpointWithContext mocks base method

func (*MockRDSAPI) CreateDBProxyRequest

func (m *MockRDSAPI) CreateDBProxyRequest(arg0 *rds.CreateDBProxyInput) (*request.Request, *rds.CreateDBProxyOutput)

CreateDBProxyRequest mocks base method

func (*MockRDSAPI) CreateDBProxyWithContext

func (m *MockRDSAPI) CreateDBProxyWithContext(arg0 context.Context, arg1 *rds.CreateDBProxyInput, arg2 ...request.Option) (*rds.CreateDBProxyOutput, error)

CreateDBProxyWithContext mocks base method

func (*MockRDSAPI) CreateDBSecurityGroup

func (m *MockRDSAPI) CreateDBSecurityGroup(arg0 *rds.CreateDBSecurityGroupInput) (*rds.CreateDBSecurityGroupOutput, error)

CreateDBSecurityGroup mocks base method

func (*MockRDSAPI) CreateDBSecurityGroupRequest

func (m *MockRDSAPI) CreateDBSecurityGroupRequest(arg0 *rds.CreateDBSecurityGroupInput) (*request.Request, *rds.CreateDBSecurityGroupOutput)

CreateDBSecurityGroupRequest mocks base method

func (*MockRDSAPI) CreateDBSecurityGroupWithContext

func (m *MockRDSAPI) CreateDBSecurityGroupWithContext(arg0 context.Context, arg1 *rds.CreateDBSecurityGroupInput, arg2 ...request.Option) (*rds.CreateDBSecurityGroupOutput, error)

CreateDBSecurityGroupWithContext mocks base method

func (*MockRDSAPI) CreateDBSnapshot

func (m *MockRDSAPI) CreateDBSnapshot(arg0 *rds.CreateDBSnapshotInput) (*rds.CreateDBSnapshotOutput, error)

CreateDBSnapshot mocks base method

func (*MockRDSAPI) CreateDBSnapshotRequest

func (m *MockRDSAPI) CreateDBSnapshotRequest(arg0 *rds.CreateDBSnapshotInput) (*request.Request, *rds.CreateDBSnapshotOutput)

CreateDBSnapshotRequest mocks base method

func (*MockRDSAPI) CreateDBSnapshotWithContext

func (m *MockRDSAPI) CreateDBSnapshotWithContext(arg0 context.Context, arg1 *rds.CreateDBSnapshotInput, arg2 ...request.Option) (*rds.CreateDBSnapshotOutput, error)

CreateDBSnapshotWithContext mocks base method

func (*MockRDSAPI) CreateDBSubnetGroup

func (m *MockRDSAPI) CreateDBSubnetGroup(arg0 *rds.CreateDBSubnetGroupInput) (*rds.CreateDBSubnetGroupOutput, error)

CreateDBSubnetGroup mocks base method

func (*MockRDSAPI) CreateDBSubnetGroupRequest

func (m *MockRDSAPI) CreateDBSubnetGroupRequest(arg0 *rds.CreateDBSubnetGroupInput) (*request.Request, *rds.CreateDBSubnetGroupOutput)

CreateDBSubnetGroupRequest mocks base method

func (*MockRDSAPI) CreateDBSubnetGroupWithContext

func (m *MockRDSAPI) CreateDBSubnetGroupWithContext(arg0 context.Context, arg1 *rds.CreateDBSubnetGroupInput, arg2 ...request.Option) (*rds.CreateDBSubnetGroupOutput, error)

CreateDBSubnetGroupWithContext mocks base method

func (*MockRDSAPI) CreateEventSubscription

func (m *MockRDSAPI) CreateEventSubscription(arg0 *rds.CreateEventSubscriptionInput) (*rds.CreateEventSubscriptionOutput, error)

CreateEventSubscription mocks base method

func (*MockRDSAPI) CreateEventSubscriptionRequest

func (m *MockRDSAPI) CreateEventSubscriptionRequest(arg0 *rds.CreateEventSubscriptionInput) (*request.Request, *rds.CreateEventSubscriptionOutput)

CreateEventSubscriptionRequest mocks base method

func (*MockRDSAPI) CreateEventSubscriptionWithContext

func (m *MockRDSAPI) CreateEventSubscriptionWithContext(arg0 context.Context, arg1 *rds.CreateEventSubscriptionInput, arg2 ...request.Option) (*rds.CreateEventSubscriptionOutput, error)

CreateEventSubscriptionWithContext mocks base method

func (*MockRDSAPI) CreateGlobalCluster

func (m *MockRDSAPI) CreateGlobalCluster(arg0 *rds.CreateGlobalClusterInput) (*rds.CreateGlobalClusterOutput, error)

CreateGlobalCluster mocks base method

func (*MockRDSAPI) CreateGlobalClusterRequest

func (m *MockRDSAPI) CreateGlobalClusterRequest(arg0 *rds.CreateGlobalClusterInput) (*request.Request, *rds.CreateGlobalClusterOutput)

CreateGlobalClusterRequest mocks base method

func (*MockRDSAPI) CreateGlobalClusterWithContext

func (m *MockRDSAPI) CreateGlobalClusterWithContext(arg0 context.Context, arg1 *rds.CreateGlobalClusterInput, arg2 ...request.Option) (*rds.CreateGlobalClusterOutput, error)

CreateGlobalClusterWithContext mocks base method

func (*MockRDSAPI) CreateOptionGroup

func (m *MockRDSAPI) CreateOptionGroup(arg0 *rds.CreateOptionGroupInput) (*rds.CreateOptionGroupOutput, error)

CreateOptionGroup mocks base method

func (*MockRDSAPI) CreateOptionGroupRequest

func (m *MockRDSAPI) CreateOptionGroupRequest(arg0 *rds.CreateOptionGroupInput) (*request.Request, *rds.CreateOptionGroupOutput)

CreateOptionGroupRequest mocks base method

func (*MockRDSAPI) CreateOptionGroupWithContext

func (m *MockRDSAPI) CreateOptionGroupWithContext(arg0 context.Context, arg1 *rds.CreateOptionGroupInput, arg2 ...request.Option) (*rds.CreateOptionGroupOutput, error)

CreateOptionGroupWithContext mocks base method

func (*MockRDSAPI) DeleteCustomAvailabilityZone

DeleteCustomAvailabilityZone mocks base method

func (*MockRDSAPI) DeleteCustomAvailabilityZoneRequest

func (m *MockRDSAPI) DeleteCustomAvailabilityZoneRequest(arg0 *rds.DeleteCustomAvailabilityZoneInput) (*request.Request, *rds.DeleteCustomAvailabilityZoneOutput)

DeleteCustomAvailabilityZoneRequest mocks base method

func (*MockRDSAPI) DeleteCustomAvailabilityZoneWithContext

func (m *MockRDSAPI) DeleteCustomAvailabilityZoneWithContext(arg0 context.Context, arg1 *rds.DeleteCustomAvailabilityZoneInput, arg2 ...request.Option) (*rds.DeleteCustomAvailabilityZoneOutput, error)

DeleteCustomAvailabilityZoneWithContext mocks base method

func (*MockRDSAPI) DeleteCustomDBEngineVersion added in v0.54.0

DeleteCustomDBEngineVersion mocks base method

func (*MockRDSAPI) DeleteCustomDBEngineVersionRequest added in v0.54.0

func (m *MockRDSAPI) DeleteCustomDBEngineVersionRequest(arg0 *rds.DeleteCustomDBEngineVersionInput) (*request.Request, *rds.DeleteCustomDBEngineVersionOutput)

DeleteCustomDBEngineVersionRequest mocks base method

func (*MockRDSAPI) DeleteCustomDBEngineVersionWithContext added in v0.54.0

func (m *MockRDSAPI) DeleteCustomDBEngineVersionWithContext(arg0 context.Context, arg1 *rds.DeleteCustomDBEngineVersionInput, arg2 ...request.Option) (*rds.DeleteCustomDBEngineVersionOutput, error)

DeleteCustomDBEngineVersionWithContext mocks base method

func (*MockRDSAPI) DeleteDBCluster

func (m *MockRDSAPI) DeleteDBCluster(arg0 *rds.DeleteDBClusterInput) (*rds.DeleteDBClusterOutput, error)

DeleteDBCluster mocks base method

func (*MockRDSAPI) DeleteDBClusterEndpoint

func (m *MockRDSAPI) DeleteDBClusterEndpoint(arg0 *rds.DeleteDBClusterEndpointInput) (*rds.DeleteDBClusterEndpointOutput, error)

DeleteDBClusterEndpoint mocks base method

func (*MockRDSAPI) DeleteDBClusterEndpointRequest

func (m *MockRDSAPI) DeleteDBClusterEndpointRequest(arg0 *rds.DeleteDBClusterEndpointInput) (*request.Request, *rds.DeleteDBClusterEndpointOutput)

DeleteDBClusterEndpointRequest mocks base method

func (*MockRDSAPI) DeleteDBClusterEndpointWithContext

func (m *MockRDSAPI) DeleteDBClusterEndpointWithContext(arg0 context.Context, arg1 *rds.DeleteDBClusterEndpointInput, arg2 ...request.Option) (*rds.DeleteDBClusterEndpointOutput, error)

DeleteDBClusterEndpointWithContext mocks base method

func (*MockRDSAPI) DeleteDBClusterParameterGroup

DeleteDBClusterParameterGroup mocks base method

func (*MockRDSAPI) DeleteDBClusterParameterGroupRequest

func (m *MockRDSAPI) DeleteDBClusterParameterGroupRequest(arg0 *rds.DeleteDBClusterParameterGroupInput) (*request.Request, *rds.DeleteDBClusterParameterGroupOutput)

DeleteDBClusterParameterGroupRequest mocks base method

func (*MockRDSAPI) DeleteDBClusterParameterGroupWithContext

func (m *MockRDSAPI) DeleteDBClusterParameterGroupWithContext(arg0 context.Context, arg1 *rds.DeleteDBClusterParameterGroupInput, arg2 ...request.Option) (*rds.DeleteDBClusterParameterGroupOutput, error)

DeleteDBClusterParameterGroupWithContext mocks base method

func (*MockRDSAPI) DeleteDBClusterRequest

func (m *MockRDSAPI) DeleteDBClusterRequest(arg0 *rds.DeleteDBClusterInput) (*request.Request, *rds.DeleteDBClusterOutput)

DeleteDBClusterRequest mocks base method

func (*MockRDSAPI) DeleteDBClusterSnapshot

func (m *MockRDSAPI) DeleteDBClusterSnapshot(arg0 *rds.DeleteDBClusterSnapshotInput) (*rds.DeleteDBClusterSnapshotOutput, error)

DeleteDBClusterSnapshot mocks base method

func (*MockRDSAPI) DeleteDBClusterSnapshotRequest

func (m *MockRDSAPI) DeleteDBClusterSnapshotRequest(arg0 *rds.DeleteDBClusterSnapshotInput) (*request.Request, *rds.DeleteDBClusterSnapshotOutput)

DeleteDBClusterSnapshotRequest mocks base method

func (*MockRDSAPI) DeleteDBClusterSnapshotWithContext

func (m *MockRDSAPI) DeleteDBClusterSnapshotWithContext(arg0 context.Context, arg1 *rds.DeleteDBClusterSnapshotInput, arg2 ...request.Option) (*rds.DeleteDBClusterSnapshotOutput, error)

DeleteDBClusterSnapshotWithContext mocks base method

func (*MockRDSAPI) DeleteDBClusterWithContext

func (m *MockRDSAPI) DeleteDBClusterWithContext(arg0 context.Context, arg1 *rds.DeleteDBClusterInput, arg2 ...request.Option) (*rds.DeleteDBClusterOutput, error)

DeleteDBClusterWithContext mocks base method

func (*MockRDSAPI) DeleteDBInstance

func (m *MockRDSAPI) DeleteDBInstance(arg0 *rds.DeleteDBInstanceInput) (*rds.DeleteDBInstanceOutput, error)

DeleteDBInstance mocks base method

func (*MockRDSAPI) DeleteDBInstanceAutomatedBackup

DeleteDBInstanceAutomatedBackup mocks base method

func (*MockRDSAPI) DeleteDBInstanceAutomatedBackupRequest

func (m *MockRDSAPI) DeleteDBInstanceAutomatedBackupRequest(arg0 *rds.DeleteDBInstanceAutomatedBackupInput) (*request.Request, *rds.DeleteDBInstanceAutomatedBackupOutput)

DeleteDBInstanceAutomatedBackupRequest mocks base method

func (*MockRDSAPI) DeleteDBInstanceAutomatedBackupWithContext

func (m *MockRDSAPI) DeleteDBInstanceAutomatedBackupWithContext(arg0 context.Context, arg1 *rds.DeleteDBInstanceAutomatedBackupInput, arg2 ...request.Option) (*rds.DeleteDBInstanceAutomatedBackupOutput, error)

DeleteDBInstanceAutomatedBackupWithContext mocks base method

func (*MockRDSAPI) DeleteDBInstanceRequest

func (m *MockRDSAPI) DeleteDBInstanceRequest(arg0 *rds.DeleteDBInstanceInput) (*request.Request, *rds.DeleteDBInstanceOutput)

DeleteDBInstanceRequest mocks base method

func (*MockRDSAPI) DeleteDBInstanceWithContext

func (m *MockRDSAPI) DeleteDBInstanceWithContext(arg0 context.Context, arg1 *rds.DeleteDBInstanceInput, arg2 ...request.Option) (*rds.DeleteDBInstanceOutput, error)

DeleteDBInstanceWithContext mocks base method

func (*MockRDSAPI) DeleteDBParameterGroup

func (m *MockRDSAPI) DeleteDBParameterGroup(arg0 *rds.DeleteDBParameterGroupInput) (*rds.DeleteDBParameterGroupOutput, error)

DeleteDBParameterGroup mocks base method

func (*MockRDSAPI) DeleteDBParameterGroupRequest

func (m *MockRDSAPI) DeleteDBParameterGroupRequest(arg0 *rds.DeleteDBParameterGroupInput) (*request.Request, *rds.DeleteDBParameterGroupOutput)

DeleteDBParameterGroupRequest mocks base method

func (*MockRDSAPI) DeleteDBParameterGroupWithContext

func (m *MockRDSAPI) DeleteDBParameterGroupWithContext(arg0 context.Context, arg1 *rds.DeleteDBParameterGroupInput, arg2 ...request.Option) (*rds.DeleteDBParameterGroupOutput, error)

DeleteDBParameterGroupWithContext mocks base method

func (*MockRDSAPI) DeleteDBProxy

func (m *MockRDSAPI) DeleteDBProxy(arg0 *rds.DeleteDBProxyInput) (*rds.DeleteDBProxyOutput, error)

DeleteDBProxy mocks base method

func (*MockRDSAPI) DeleteDBProxyEndpoint added in v0.47.0

func (m *MockRDSAPI) DeleteDBProxyEndpoint(arg0 *rds.DeleteDBProxyEndpointInput) (*rds.DeleteDBProxyEndpointOutput, error)

DeleteDBProxyEndpoint mocks base method

func (*MockRDSAPI) DeleteDBProxyEndpointRequest added in v0.47.0

func (m *MockRDSAPI) DeleteDBProxyEndpointRequest(arg0 *rds.DeleteDBProxyEndpointInput) (*request.Request, *rds.DeleteDBProxyEndpointOutput)

DeleteDBProxyEndpointRequest mocks base method

func (*MockRDSAPI) DeleteDBProxyEndpointWithContext added in v0.47.0

func (m *MockRDSAPI) DeleteDBProxyEndpointWithContext(arg0 context.Context, arg1 *rds.DeleteDBProxyEndpointInput, arg2 ...request.Option) (*rds.DeleteDBProxyEndpointOutput, error)

DeleteDBProxyEndpointWithContext mocks base method

func (*MockRDSAPI) DeleteDBProxyRequest

func (m *MockRDSAPI) DeleteDBProxyRequest(arg0 *rds.DeleteDBProxyInput) (*request.Request, *rds.DeleteDBProxyOutput)

DeleteDBProxyRequest mocks base method

func (*MockRDSAPI) DeleteDBProxyWithContext

func (m *MockRDSAPI) DeleteDBProxyWithContext(arg0 context.Context, arg1 *rds.DeleteDBProxyInput, arg2 ...request.Option) (*rds.DeleteDBProxyOutput, error)

DeleteDBProxyWithContext mocks base method

func (*MockRDSAPI) DeleteDBSecurityGroup

func (m *MockRDSAPI) DeleteDBSecurityGroup(arg0 *rds.DeleteDBSecurityGroupInput) (*rds.DeleteDBSecurityGroupOutput, error)

DeleteDBSecurityGroup mocks base method

func (*MockRDSAPI) DeleteDBSecurityGroupRequest

func (m *MockRDSAPI) DeleteDBSecurityGroupRequest(arg0 *rds.DeleteDBSecurityGroupInput) (*request.Request, *rds.DeleteDBSecurityGroupOutput)

DeleteDBSecurityGroupRequest mocks base method

func (*MockRDSAPI) DeleteDBSecurityGroupWithContext

func (m *MockRDSAPI) DeleteDBSecurityGroupWithContext(arg0 context.Context, arg1 *rds.DeleteDBSecurityGroupInput, arg2 ...request.Option) (*rds.DeleteDBSecurityGroupOutput, error)

DeleteDBSecurityGroupWithContext mocks base method

func (*MockRDSAPI) DeleteDBSnapshot

func (m *MockRDSAPI) DeleteDBSnapshot(arg0 *rds.DeleteDBSnapshotInput) (*rds.DeleteDBSnapshotOutput, error)

DeleteDBSnapshot mocks base method

func (*MockRDSAPI) DeleteDBSnapshotRequest

func (m *MockRDSAPI) DeleteDBSnapshotRequest(arg0 *rds.DeleteDBSnapshotInput) (*request.Request, *rds.DeleteDBSnapshotOutput)

DeleteDBSnapshotRequest mocks base method

func (*MockRDSAPI) DeleteDBSnapshotWithContext

func (m *MockRDSAPI) DeleteDBSnapshotWithContext(arg0 context.Context, arg1 *rds.DeleteDBSnapshotInput, arg2 ...request.Option) (*rds.DeleteDBSnapshotOutput, error)

DeleteDBSnapshotWithContext mocks base method

func (*MockRDSAPI) DeleteDBSubnetGroup

func (m *MockRDSAPI) DeleteDBSubnetGroup(arg0 *rds.DeleteDBSubnetGroupInput) (*rds.DeleteDBSubnetGroupOutput, error)

DeleteDBSubnetGroup mocks base method

func (*MockRDSAPI) DeleteDBSubnetGroupRequest

func (m *MockRDSAPI) DeleteDBSubnetGroupRequest(arg0 *rds.DeleteDBSubnetGroupInput) (*request.Request, *rds.DeleteDBSubnetGroupOutput)

DeleteDBSubnetGroupRequest mocks base method

func (*MockRDSAPI) DeleteDBSubnetGroupWithContext

func (m *MockRDSAPI) DeleteDBSubnetGroupWithContext(arg0 context.Context, arg1 *rds.DeleteDBSubnetGroupInput, arg2 ...request.Option) (*rds.DeleteDBSubnetGroupOutput, error)

DeleteDBSubnetGroupWithContext mocks base method

func (*MockRDSAPI) DeleteEventSubscription

func (m *MockRDSAPI) DeleteEventSubscription(arg0 *rds.DeleteEventSubscriptionInput) (*rds.DeleteEventSubscriptionOutput, error)

DeleteEventSubscription mocks base method

func (*MockRDSAPI) DeleteEventSubscriptionRequest

func (m *MockRDSAPI) DeleteEventSubscriptionRequest(arg0 *rds.DeleteEventSubscriptionInput) (*request.Request, *rds.DeleteEventSubscriptionOutput)

DeleteEventSubscriptionRequest mocks base method

func (*MockRDSAPI) DeleteEventSubscriptionWithContext

func (m *MockRDSAPI) DeleteEventSubscriptionWithContext(arg0 context.Context, arg1 *rds.DeleteEventSubscriptionInput, arg2 ...request.Option) (*rds.DeleteEventSubscriptionOutput, error)

DeleteEventSubscriptionWithContext mocks base method

func (*MockRDSAPI) DeleteGlobalCluster

func (m *MockRDSAPI) DeleteGlobalCluster(arg0 *rds.DeleteGlobalClusterInput) (*rds.DeleteGlobalClusterOutput, error)

DeleteGlobalCluster mocks base method

func (*MockRDSAPI) DeleteGlobalClusterRequest

func (m *MockRDSAPI) DeleteGlobalClusterRequest(arg0 *rds.DeleteGlobalClusterInput) (*request.Request, *rds.DeleteGlobalClusterOutput)

DeleteGlobalClusterRequest mocks base method

func (*MockRDSAPI) DeleteGlobalClusterWithContext

func (m *MockRDSAPI) DeleteGlobalClusterWithContext(arg0 context.Context, arg1 *rds.DeleteGlobalClusterInput, arg2 ...request.Option) (*rds.DeleteGlobalClusterOutput, error)

DeleteGlobalClusterWithContext mocks base method

func (*MockRDSAPI) DeleteInstallationMedia

func (m *MockRDSAPI) DeleteInstallationMedia(arg0 *rds.DeleteInstallationMediaInput) (*rds.DeleteInstallationMediaOutput, error)

DeleteInstallationMedia mocks base method

func (*MockRDSAPI) DeleteInstallationMediaRequest

func (m *MockRDSAPI) DeleteInstallationMediaRequest(arg0 *rds.DeleteInstallationMediaInput) (*request.Request, *rds.DeleteInstallationMediaOutput)

DeleteInstallationMediaRequest mocks base method

func (*MockRDSAPI) DeleteInstallationMediaWithContext

func (m *MockRDSAPI) DeleteInstallationMediaWithContext(arg0 context.Context, arg1 *rds.DeleteInstallationMediaInput, arg2 ...request.Option) (*rds.DeleteInstallationMediaOutput, error)

DeleteInstallationMediaWithContext mocks base method

func (*MockRDSAPI) DeleteOptionGroup

func (m *MockRDSAPI) DeleteOptionGroup(arg0 *rds.DeleteOptionGroupInput) (*rds.DeleteOptionGroupOutput, error)

DeleteOptionGroup mocks base method

func (*MockRDSAPI) DeleteOptionGroupRequest

func (m *MockRDSAPI) DeleteOptionGroupRequest(arg0 *rds.DeleteOptionGroupInput) (*request.Request, *rds.DeleteOptionGroupOutput)

DeleteOptionGroupRequest mocks base method

func (*MockRDSAPI) DeleteOptionGroupWithContext

func (m *MockRDSAPI) DeleteOptionGroupWithContext(arg0 context.Context, arg1 *rds.DeleteOptionGroupInput, arg2 ...request.Option) (*rds.DeleteOptionGroupOutput, error)

DeleteOptionGroupWithContext mocks base method

func (*MockRDSAPI) DeregisterDBProxyTargets

DeregisterDBProxyTargets mocks base method

func (*MockRDSAPI) DeregisterDBProxyTargetsRequest

func (m *MockRDSAPI) DeregisterDBProxyTargetsRequest(arg0 *rds.DeregisterDBProxyTargetsInput) (*request.Request, *rds.DeregisterDBProxyTargetsOutput)

DeregisterDBProxyTargetsRequest mocks base method

func (*MockRDSAPI) DeregisterDBProxyTargetsWithContext

func (m *MockRDSAPI) DeregisterDBProxyTargetsWithContext(arg0 context.Context, arg1 *rds.DeregisterDBProxyTargetsInput, arg2 ...request.Option) (*rds.DeregisterDBProxyTargetsOutput, error)

DeregisterDBProxyTargetsWithContext mocks base method

func (*MockRDSAPI) DescribeAccountAttributes

DescribeAccountAttributes mocks base method

func (*MockRDSAPI) DescribeAccountAttributesRequest

func (m *MockRDSAPI) DescribeAccountAttributesRequest(arg0 *rds.DescribeAccountAttributesInput) (*request.Request, *rds.DescribeAccountAttributesOutput)

DescribeAccountAttributesRequest mocks base method

func (*MockRDSAPI) DescribeAccountAttributesWithContext

func (m *MockRDSAPI) DescribeAccountAttributesWithContext(arg0 context.Context, arg1 *rds.DescribeAccountAttributesInput, arg2 ...request.Option) (*rds.DescribeAccountAttributesOutput, error)

DescribeAccountAttributesWithContext mocks base method

func (*MockRDSAPI) DescribeCertificates

func (m *MockRDSAPI) DescribeCertificates(arg0 *rds.DescribeCertificatesInput) (*rds.DescribeCertificatesOutput, error)

DescribeCertificates mocks base method

func (*MockRDSAPI) DescribeCertificatesPages added in v0.26.0

func (m *MockRDSAPI) DescribeCertificatesPages(arg0 *rds.DescribeCertificatesInput, arg1 func(*rds.DescribeCertificatesOutput, bool) bool) error

DescribeCertificatesPages mocks base method

func (*MockRDSAPI) DescribeCertificatesPagesWithContext added in v0.26.0

func (m *MockRDSAPI) DescribeCertificatesPagesWithContext(arg0 context.Context, arg1 *rds.DescribeCertificatesInput, arg2 func(*rds.DescribeCertificatesOutput, bool) bool, arg3 ...request.Option) error

DescribeCertificatesPagesWithContext mocks base method

func (*MockRDSAPI) DescribeCertificatesRequest

func (m *MockRDSAPI) DescribeCertificatesRequest(arg0 *rds.DescribeCertificatesInput) (*request.Request, *rds.DescribeCertificatesOutput)

DescribeCertificatesRequest mocks base method

func (*MockRDSAPI) DescribeCertificatesWithContext

func (m *MockRDSAPI) DescribeCertificatesWithContext(arg0 context.Context, arg1 *rds.DescribeCertificatesInput, arg2 ...request.Option) (*rds.DescribeCertificatesOutput, error)

DescribeCertificatesWithContext mocks base method

func (*MockRDSAPI) DescribeCustomAvailabilityZones

DescribeCustomAvailabilityZones mocks base method

func (*MockRDSAPI) DescribeCustomAvailabilityZonesPages

func (m *MockRDSAPI) DescribeCustomAvailabilityZonesPages(arg0 *rds.DescribeCustomAvailabilityZonesInput, arg1 func(*rds.DescribeCustomAvailabilityZonesOutput, bool) bool) error

DescribeCustomAvailabilityZonesPages mocks base method

func (*MockRDSAPI) DescribeCustomAvailabilityZonesPagesWithContext

func (m *MockRDSAPI) DescribeCustomAvailabilityZonesPagesWithContext(arg0 context.Context, arg1 *rds.DescribeCustomAvailabilityZonesInput, arg2 func(*rds.DescribeCustomAvailabilityZonesOutput, bool) bool, arg3 ...request.Option) error

DescribeCustomAvailabilityZonesPagesWithContext mocks base method

func (*MockRDSAPI) DescribeCustomAvailabilityZonesRequest

func (m *MockRDSAPI) DescribeCustomAvailabilityZonesRequest(arg0 *rds.DescribeCustomAvailabilityZonesInput) (*request.Request, *rds.DescribeCustomAvailabilityZonesOutput)

DescribeCustomAvailabilityZonesRequest mocks base method

func (*MockRDSAPI) DescribeCustomAvailabilityZonesWithContext

func (m *MockRDSAPI) DescribeCustomAvailabilityZonesWithContext(arg0 context.Context, arg1 *rds.DescribeCustomAvailabilityZonesInput, arg2 ...request.Option) (*rds.DescribeCustomAvailabilityZonesOutput, error)

DescribeCustomAvailabilityZonesWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterBacktracks

DescribeDBClusterBacktracks mocks base method

func (*MockRDSAPI) DescribeDBClusterBacktracksPages added in v0.26.0

func (m *MockRDSAPI) DescribeDBClusterBacktracksPages(arg0 *rds.DescribeDBClusterBacktracksInput, arg1 func(*rds.DescribeDBClusterBacktracksOutput, bool) bool) error

DescribeDBClusterBacktracksPages mocks base method

func (*MockRDSAPI) DescribeDBClusterBacktracksPagesWithContext added in v0.26.0

func (m *MockRDSAPI) DescribeDBClusterBacktracksPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBClusterBacktracksInput, arg2 func(*rds.DescribeDBClusterBacktracksOutput, bool) bool, arg3 ...request.Option) error

DescribeDBClusterBacktracksPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterBacktracksRequest

func (m *MockRDSAPI) DescribeDBClusterBacktracksRequest(arg0 *rds.DescribeDBClusterBacktracksInput) (*request.Request, *rds.DescribeDBClusterBacktracksOutput)

DescribeDBClusterBacktracksRequest mocks base method

func (*MockRDSAPI) DescribeDBClusterBacktracksWithContext

func (m *MockRDSAPI) DescribeDBClusterBacktracksWithContext(arg0 context.Context, arg1 *rds.DescribeDBClusterBacktracksInput, arg2 ...request.Option) (*rds.DescribeDBClusterBacktracksOutput, error)

DescribeDBClusterBacktracksWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterEndpoints

DescribeDBClusterEndpoints mocks base method

func (*MockRDSAPI) DescribeDBClusterEndpointsPages added in v0.26.0

func (m *MockRDSAPI) DescribeDBClusterEndpointsPages(arg0 *rds.DescribeDBClusterEndpointsInput, arg1 func(*rds.DescribeDBClusterEndpointsOutput, bool) bool) error

DescribeDBClusterEndpointsPages mocks base method

func (*MockRDSAPI) DescribeDBClusterEndpointsPagesWithContext added in v0.26.0

func (m *MockRDSAPI) DescribeDBClusterEndpointsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBClusterEndpointsInput, arg2 func(*rds.DescribeDBClusterEndpointsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBClusterEndpointsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterEndpointsRequest

func (m *MockRDSAPI) DescribeDBClusterEndpointsRequest(arg0 *rds.DescribeDBClusterEndpointsInput) (*request.Request, *rds.DescribeDBClusterEndpointsOutput)

DescribeDBClusterEndpointsRequest mocks base method

func (*MockRDSAPI) DescribeDBClusterEndpointsWithContext

func (m *MockRDSAPI) DescribeDBClusterEndpointsWithContext(arg0 context.Context, arg1 *rds.DescribeDBClusterEndpointsInput, arg2 ...request.Option) (*rds.DescribeDBClusterEndpointsOutput, error)

DescribeDBClusterEndpointsWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterParameterGroups

DescribeDBClusterParameterGroups mocks base method

func (*MockRDSAPI) DescribeDBClusterParameterGroupsPages added in v0.26.0

func (m *MockRDSAPI) DescribeDBClusterParameterGroupsPages(arg0 *rds.DescribeDBClusterParameterGroupsInput, arg1 func(*rds.DescribeDBClusterParameterGroupsOutput, bool) bool) error

DescribeDBClusterParameterGroupsPages mocks base method

func (*MockRDSAPI) DescribeDBClusterParameterGroupsPagesWithContext added in v0.26.0

func (m *MockRDSAPI) DescribeDBClusterParameterGroupsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBClusterParameterGroupsInput, arg2 func(*rds.DescribeDBClusterParameterGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBClusterParameterGroupsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterParameterGroupsRequest

func (m *MockRDSAPI) DescribeDBClusterParameterGroupsRequest(arg0 *rds.DescribeDBClusterParameterGroupsInput) (*request.Request, *rds.DescribeDBClusterParameterGroupsOutput)

DescribeDBClusterParameterGroupsRequest mocks base method

func (*MockRDSAPI) DescribeDBClusterParameterGroupsWithContext

func (m *MockRDSAPI) DescribeDBClusterParameterGroupsWithContext(arg0 context.Context, arg1 *rds.DescribeDBClusterParameterGroupsInput, arg2 ...request.Option) (*rds.DescribeDBClusterParameterGroupsOutput, error)

DescribeDBClusterParameterGroupsWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterParameters

DescribeDBClusterParameters mocks base method

func (*MockRDSAPI) DescribeDBClusterParametersPages added in v0.26.0

func (m *MockRDSAPI) DescribeDBClusterParametersPages(arg0 *rds.DescribeDBClusterParametersInput, arg1 func(*rds.DescribeDBClusterParametersOutput, bool) bool) error

DescribeDBClusterParametersPages mocks base method

func (*MockRDSAPI) DescribeDBClusterParametersPagesWithContext added in v0.26.0

func (m *MockRDSAPI) DescribeDBClusterParametersPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBClusterParametersInput, arg2 func(*rds.DescribeDBClusterParametersOutput, bool) bool, arg3 ...request.Option) error

DescribeDBClusterParametersPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterParametersRequest

func (m *MockRDSAPI) DescribeDBClusterParametersRequest(arg0 *rds.DescribeDBClusterParametersInput) (*request.Request, *rds.DescribeDBClusterParametersOutput)

DescribeDBClusterParametersRequest mocks base method

func (*MockRDSAPI) DescribeDBClusterParametersWithContext

func (m *MockRDSAPI) DescribeDBClusterParametersWithContext(arg0 context.Context, arg1 *rds.DescribeDBClusterParametersInput, arg2 ...request.Option) (*rds.DescribeDBClusterParametersOutput, error)

DescribeDBClusterParametersWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshotAttributes

DescribeDBClusterSnapshotAttributes mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshotAttributesRequest

DescribeDBClusterSnapshotAttributesRequest mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshotAttributesWithContext

func (m *MockRDSAPI) DescribeDBClusterSnapshotAttributesWithContext(arg0 context.Context, arg1 *rds.DescribeDBClusterSnapshotAttributesInput, arg2 ...request.Option) (*rds.DescribeDBClusterSnapshotAttributesOutput, error)

DescribeDBClusterSnapshotAttributesWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshots

DescribeDBClusterSnapshots mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshotsPages added in v0.26.0

func (m *MockRDSAPI) DescribeDBClusterSnapshotsPages(arg0 *rds.DescribeDBClusterSnapshotsInput, arg1 func(*rds.DescribeDBClusterSnapshotsOutput, bool) bool) error

DescribeDBClusterSnapshotsPages mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshotsPagesWithContext added in v0.26.0

func (m *MockRDSAPI) DescribeDBClusterSnapshotsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBClusterSnapshotsInput, arg2 func(*rds.DescribeDBClusterSnapshotsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBClusterSnapshotsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshotsRequest

func (m *MockRDSAPI) DescribeDBClusterSnapshotsRequest(arg0 *rds.DescribeDBClusterSnapshotsInput) (*request.Request, *rds.DescribeDBClusterSnapshotsOutput)

DescribeDBClusterSnapshotsRequest mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshotsWithContext

func (m *MockRDSAPI) DescribeDBClusterSnapshotsWithContext(arg0 context.Context, arg1 *rds.DescribeDBClusterSnapshotsInput, arg2 ...request.Option) (*rds.DescribeDBClusterSnapshotsOutput, error)

DescribeDBClusterSnapshotsWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusters

func (m *MockRDSAPI) DescribeDBClusters(arg0 *rds.DescribeDBClustersInput) (*rds.DescribeDBClustersOutput, error)

DescribeDBClusters mocks base method

func (*MockRDSAPI) DescribeDBClustersPages

func (m *MockRDSAPI) DescribeDBClustersPages(arg0 *rds.DescribeDBClustersInput, arg1 func(*rds.DescribeDBClustersOutput, bool) bool) error

DescribeDBClustersPages mocks base method

func (*MockRDSAPI) DescribeDBClustersPagesWithContext

func (m *MockRDSAPI) DescribeDBClustersPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBClustersInput, arg2 func(*rds.DescribeDBClustersOutput, bool) bool, arg3 ...request.Option) error

DescribeDBClustersPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBClustersRequest

func (m *MockRDSAPI) DescribeDBClustersRequest(arg0 *rds.DescribeDBClustersInput) (*request.Request, *rds.DescribeDBClustersOutput)

DescribeDBClustersRequest mocks base method

func (*MockRDSAPI) DescribeDBClustersWithContext

func (m *MockRDSAPI) DescribeDBClustersWithContext(arg0 context.Context, arg1 *rds.DescribeDBClustersInput, arg2 ...request.Option) (*rds.DescribeDBClustersOutput, error)

DescribeDBClustersWithContext mocks base method

func (*MockRDSAPI) DescribeDBEngineVersions

DescribeDBEngineVersions mocks base method

func (*MockRDSAPI) DescribeDBEngineVersionsPages

func (m *MockRDSAPI) DescribeDBEngineVersionsPages(arg0 *rds.DescribeDBEngineVersionsInput, arg1 func(*rds.DescribeDBEngineVersionsOutput, bool) bool) error

DescribeDBEngineVersionsPages mocks base method

func (*MockRDSAPI) DescribeDBEngineVersionsPagesWithContext

func (m *MockRDSAPI) DescribeDBEngineVersionsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBEngineVersionsInput, arg2 func(*rds.DescribeDBEngineVersionsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBEngineVersionsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBEngineVersionsRequest

func (m *MockRDSAPI) DescribeDBEngineVersionsRequest(arg0 *rds.DescribeDBEngineVersionsInput) (*request.Request, *rds.DescribeDBEngineVersionsOutput)

DescribeDBEngineVersionsRequest mocks base method

func (*MockRDSAPI) DescribeDBEngineVersionsWithContext

func (m *MockRDSAPI) DescribeDBEngineVersionsWithContext(arg0 context.Context, arg1 *rds.DescribeDBEngineVersionsInput, arg2 ...request.Option) (*rds.DescribeDBEngineVersionsOutput, error)

DescribeDBEngineVersionsWithContext mocks base method

func (*MockRDSAPI) DescribeDBInstanceAutomatedBackups

DescribeDBInstanceAutomatedBackups mocks base method

func (*MockRDSAPI) DescribeDBInstanceAutomatedBackupsPages

func (m *MockRDSAPI) DescribeDBInstanceAutomatedBackupsPages(arg0 *rds.DescribeDBInstanceAutomatedBackupsInput, arg1 func(*rds.DescribeDBInstanceAutomatedBackupsOutput, bool) bool) error

DescribeDBInstanceAutomatedBackupsPages mocks base method

func (*MockRDSAPI) DescribeDBInstanceAutomatedBackupsPagesWithContext

func (m *MockRDSAPI) DescribeDBInstanceAutomatedBackupsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBInstanceAutomatedBackupsInput, arg2 func(*rds.DescribeDBInstanceAutomatedBackupsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBInstanceAutomatedBackupsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBInstanceAutomatedBackupsRequest

DescribeDBInstanceAutomatedBackupsRequest mocks base method

func (*MockRDSAPI) DescribeDBInstanceAutomatedBackupsWithContext

func (m *MockRDSAPI) DescribeDBInstanceAutomatedBackupsWithContext(arg0 context.Context, arg1 *rds.DescribeDBInstanceAutomatedBackupsInput, arg2 ...request.Option) (*rds.DescribeDBInstanceAutomatedBackupsOutput, error)

DescribeDBInstanceAutomatedBackupsWithContext mocks base method

func (*MockRDSAPI) DescribeDBInstances

func (m *MockRDSAPI) DescribeDBInstances(arg0 *rds.DescribeDBInstancesInput) (*rds.DescribeDBInstancesOutput, error)

DescribeDBInstances mocks base method

func (*MockRDSAPI) DescribeDBInstancesPages

func (m *MockRDSAPI) DescribeDBInstancesPages(arg0 *rds.DescribeDBInstancesInput, arg1 func(*rds.DescribeDBInstancesOutput, bool) bool) error

DescribeDBInstancesPages mocks base method

func (*MockRDSAPI) DescribeDBInstancesPagesWithContext

func (m *MockRDSAPI) DescribeDBInstancesPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBInstancesInput, arg2 func(*rds.DescribeDBInstancesOutput, bool) bool, arg3 ...request.Option) error

DescribeDBInstancesPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBInstancesRequest

func (m *MockRDSAPI) DescribeDBInstancesRequest(arg0 *rds.DescribeDBInstancesInput) (*request.Request, *rds.DescribeDBInstancesOutput)

DescribeDBInstancesRequest mocks base method

func (*MockRDSAPI) DescribeDBInstancesWithContext

func (m *MockRDSAPI) DescribeDBInstancesWithContext(arg0 context.Context, arg1 *rds.DescribeDBInstancesInput, arg2 ...request.Option) (*rds.DescribeDBInstancesOutput, error)

DescribeDBInstancesWithContext mocks base method

func (*MockRDSAPI) DescribeDBLogFiles

func (m *MockRDSAPI) DescribeDBLogFiles(arg0 *rds.DescribeDBLogFilesInput) (*rds.DescribeDBLogFilesOutput, error)

DescribeDBLogFiles mocks base method

func (*MockRDSAPI) DescribeDBLogFilesPages

func (m *MockRDSAPI) DescribeDBLogFilesPages(arg0 *rds.DescribeDBLogFilesInput, arg1 func(*rds.DescribeDBLogFilesOutput, bool) bool) error

DescribeDBLogFilesPages mocks base method

func (*MockRDSAPI) DescribeDBLogFilesPagesWithContext

func (m *MockRDSAPI) DescribeDBLogFilesPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBLogFilesInput, arg2 func(*rds.DescribeDBLogFilesOutput, bool) bool, arg3 ...request.Option) error

DescribeDBLogFilesPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBLogFilesRequest

func (m *MockRDSAPI) DescribeDBLogFilesRequest(arg0 *rds.DescribeDBLogFilesInput) (*request.Request, *rds.DescribeDBLogFilesOutput)

DescribeDBLogFilesRequest mocks base method

func (*MockRDSAPI) DescribeDBLogFilesWithContext

func (m *MockRDSAPI) DescribeDBLogFilesWithContext(arg0 context.Context, arg1 *rds.DescribeDBLogFilesInput, arg2 ...request.Option) (*rds.DescribeDBLogFilesOutput, error)

DescribeDBLogFilesWithContext mocks base method

func (*MockRDSAPI) DescribeDBParameterGroups

DescribeDBParameterGroups mocks base method

func (*MockRDSAPI) DescribeDBParameterGroupsPages

func (m *MockRDSAPI) DescribeDBParameterGroupsPages(arg0 *rds.DescribeDBParameterGroupsInput, arg1 func(*rds.DescribeDBParameterGroupsOutput, bool) bool) error

DescribeDBParameterGroupsPages mocks base method

func (*MockRDSAPI) DescribeDBParameterGroupsPagesWithContext

func (m *MockRDSAPI) DescribeDBParameterGroupsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBParameterGroupsInput, arg2 func(*rds.DescribeDBParameterGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBParameterGroupsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBParameterGroupsRequest

func (m *MockRDSAPI) DescribeDBParameterGroupsRequest(arg0 *rds.DescribeDBParameterGroupsInput) (*request.Request, *rds.DescribeDBParameterGroupsOutput)

DescribeDBParameterGroupsRequest mocks base method

func (*MockRDSAPI) DescribeDBParameterGroupsWithContext

func (m *MockRDSAPI) DescribeDBParameterGroupsWithContext(arg0 context.Context, arg1 *rds.DescribeDBParameterGroupsInput, arg2 ...request.Option) (*rds.DescribeDBParameterGroupsOutput, error)

DescribeDBParameterGroupsWithContext mocks base method

func (*MockRDSAPI) DescribeDBParameters

func (m *MockRDSAPI) DescribeDBParameters(arg0 *rds.DescribeDBParametersInput) (*rds.DescribeDBParametersOutput, error)

DescribeDBParameters mocks base method

func (*MockRDSAPI) DescribeDBParametersPages

func (m *MockRDSAPI) DescribeDBParametersPages(arg0 *rds.DescribeDBParametersInput, arg1 func(*rds.DescribeDBParametersOutput, bool) bool) error

DescribeDBParametersPages mocks base method

func (*MockRDSAPI) DescribeDBParametersPagesWithContext

func (m *MockRDSAPI) DescribeDBParametersPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBParametersInput, arg2 func(*rds.DescribeDBParametersOutput, bool) bool, arg3 ...request.Option) error

DescribeDBParametersPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBParametersRequest

func (m *MockRDSAPI) DescribeDBParametersRequest(arg0 *rds.DescribeDBParametersInput) (*request.Request, *rds.DescribeDBParametersOutput)

DescribeDBParametersRequest mocks base method

func (*MockRDSAPI) DescribeDBParametersWithContext

func (m *MockRDSAPI) DescribeDBParametersWithContext(arg0 context.Context, arg1 *rds.DescribeDBParametersInput, arg2 ...request.Option) (*rds.DescribeDBParametersOutput, error)

DescribeDBParametersWithContext mocks base method

func (*MockRDSAPI) DescribeDBProxies

func (m *MockRDSAPI) DescribeDBProxies(arg0 *rds.DescribeDBProxiesInput) (*rds.DescribeDBProxiesOutput, error)

DescribeDBProxies mocks base method

func (*MockRDSAPI) DescribeDBProxiesPages

func (m *MockRDSAPI) DescribeDBProxiesPages(arg0 *rds.DescribeDBProxiesInput, arg1 func(*rds.DescribeDBProxiesOutput, bool) bool) error

DescribeDBProxiesPages mocks base method

func (*MockRDSAPI) DescribeDBProxiesPagesWithContext

func (m *MockRDSAPI) DescribeDBProxiesPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBProxiesInput, arg2 func(*rds.DescribeDBProxiesOutput, bool) bool, arg3 ...request.Option) error

DescribeDBProxiesPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBProxiesRequest

func (m *MockRDSAPI) DescribeDBProxiesRequest(arg0 *rds.DescribeDBProxiesInput) (*request.Request, *rds.DescribeDBProxiesOutput)

DescribeDBProxiesRequest mocks base method

func (*MockRDSAPI) DescribeDBProxiesWithContext

func (m *MockRDSAPI) DescribeDBProxiesWithContext(arg0 context.Context, arg1 *rds.DescribeDBProxiesInput, arg2 ...request.Option) (*rds.DescribeDBProxiesOutput, error)

DescribeDBProxiesWithContext mocks base method

func (*MockRDSAPI) DescribeDBProxyEndpoints added in v0.47.0

DescribeDBProxyEndpoints mocks base method

func (*MockRDSAPI) DescribeDBProxyEndpointsPages added in v0.47.0

func (m *MockRDSAPI) DescribeDBProxyEndpointsPages(arg0 *rds.DescribeDBProxyEndpointsInput, arg1 func(*rds.DescribeDBProxyEndpointsOutput, bool) bool) error

DescribeDBProxyEndpointsPages mocks base method

func (*MockRDSAPI) DescribeDBProxyEndpointsPagesWithContext added in v0.47.0

func (m *MockRDSAPI) DescribeDBProxyEndpointsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBProxyEndpointsInput, arg2 func(*rds.DescribeDBProxyEndpointsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBProxyEndpointsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBProxyEndpointsRequest added in v0.47.0

func (m *MockRDSAPI) DescribeDBProxyEndpointsRequest(arg0 *rds.DescribeDBProxyEndpointsInput) (*request.Request, *rds.DescribeDBProxyEndpointsOutput)

DescribeDBProxyEndpointsRequest mocks base method

func (*MockRDSAPI) DescribeDBProxyEndpointsWithContext added in v0.47.0

func (m *MockRDSAPI) DescribeDBProxyEndpointsWithContext(arg0 context.Context, arg1 *rds.DescribeDBProxyEndpointsInput, arg2 ...request.Option) (*rds.DescribeDBProxyEndpointsOutput, error)

DescribeDBProxyEndpointsWithContext mocks base method

func (*MockRDSAPI) DescribeDBProxyTargetGroups

DescribeDBProxyTargetGroups mocks base method

func (*MockRDSAPI) DescribeDBProxyTargetGroupsPages

func (m *MockRDSAPI) DescribeDBProxyTargetGroupsPages(arg0 *rds.DescribeDBProxyTargetGroupsInput, arg1 func(*rds.DescribeDBProxyTargetGroupsOutput, bool) bool) error

DescribeDBProxyTargetGroupsPages mocks base method

func (*MockRDSAPI) DescribeDBProxyTargetGroupsPagesWithContext

func (m *MockRDSAPI) DescribeDBProxyTargetGroupsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBProxyTargetGroupsInput, arg2 func(*rds.DescribeDBProxyTargetGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBProxyTargetGroupsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBProxyTargetGroupsRequest

func (m *MockRDSAPI) DescribeDBProxyTargetGroupsRequest(arg0 *rds.DescribeDBProxyTargetGroupsInput) (*request.Request, *rds.DescribeDBProxyTargetGroupsOutput)

DescribeDBProxyTargetGroupsRequest mocks base method

func (*MockRDSAPI) DescribeDBProxyTargetGroupsWithContext

func (m *MockRDSAPI) DescribeDBProxyTargetGroupsWithContext(arg0 context.Context, arg1 *rds.DescribeDBProxyTargetGroupsInput, arg2 ...request.Option) (*rds.DescribeDBProxyTargetGroupsOutput, error)

DescribeDBProxyTargetGroupsWithContext mocks base method

func (*MockRDSAPI) DescribeDBProxyTargets

func (m *MockRDSAPI) DescribeDBProxyTargets(arg0 *rds.DescribeDBProxyTargetsInput) (*rds.DescribeDBProxyTargetsOutput, error)

DescribeDBProxyTargets mocks base method

func (*MockRDSAPI) DescribeDBProxyTargetsPages

func (m *MockRDSAPI) DescribeDBProxyTargetsPages(arg0 *rds.DescribeDBProxyTargetsInput, arg1 func(*rds.DescribeDBProxyTargetsOutput, bool) bool) error

DescribeDBProxyTargetsPages mocks base method

func (*MockRDSAPI) DescribeDBProxyTargetsPagesWithContext

func (m *MockRDSAPI) DescribeDBProxyTargetsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBProxyTargetsInput, arg2 func(*rds.DescribeDBProxyTargetsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBProxyTargetsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBProxyTargetsRequest

func (m *MockRDSAPI) DescribeDBProxyTargetsRequest(arg0 *rds.DescribeDBProxyTargetsInput) (*request.Request, *rds.DescribeDBProxyTargetsOutput)

DescribeDBProxyTargetsRequest mocks base method

func (*MockRDSAPI) DescribeDBProxyTargetsWithContext

func (m *MockRDSAPI) DescribeDBProxyTargetsWithContext(arg0 context.Context, arg1 *rds.DescribeDBProxyTargetsInput, arg2 ...request.Option) (*rds.DescribeDBProxyTargetsOutput, error)

DescribeDBProxyTargetsWithContext mocks base method

func (*MockRDSAPI) DescribeDBSecurityGroups

DescribeDBSecurityGroups mocks base method

func (*MockRDSAPI) DescribeDBSecurityGroupsPages

func (m *MockRDSAPI) DescribeDBSecurityGroupsPages(arg0 *rds.DescribeDBSecurityGroupsInput, arg1 func(*rds.DescribeDBSecurityGroupsOutput, bool) bool) error

DescribeDBSecurityGroupsPages mocks base method

func (*MockRDSAPI) DescribeDBSecurityGroupsPagesWithContext

func (m *MockRDSAPI) DescribeDBSecurityGroupsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBSecurityGroupsInput, arg2 func(*rds.DescribeDBSecurityGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBSecurityGroupsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBSecurityGroupsRequest

func (m *MockRDSAPI) DescribeDBSecurityGroupsRequest(arg0 *rds.DescribeDBSecurityGroupsInput) (*request.Request, *rds.DescribeDBSecurityGroupsOutput)

DescribeDBSecurityGroupsRequest mocks base method

func (*MockRDSAPI) DescribeDBSecurityGroupsWithContext

func (m *MockRDSAPI) DescribeDBSecurityGroupsWithContext(arg0 context.Context, arg1 *rds.DescribeDBSecurityGroupsInput, arg2 ...request.Option) (*rds.DescribeDBSecurityGroupsOutput, error)

DescribeDBSecurityGroupsWithContext mocks base method

func (*MockRDSAPI) DescribeDBSnapshotAttributes

DescribeDBSnapshotAttributes mocks base method

func (*MockRDSAPI) DescribeDBSnapshotAttributesRequest

func (m *MockRDSAPI) DescribeDBSnapshotAttributesRequest(arg0 *rds.DescribeDBSnapshotAttributesInput) (*request.Request, *rds.DescribeDBSnapshotAttributesOutput)

DescribeDBSnapshotAttributesRequest mocks base method

func (*MockRDSAPI) DescribeDBSnapshotAttributesWithContext

func (m *MockRDSAPI) DescribeDBSnapshotAttributesWithContext(arg0 context.Context, arg1 *rds.DescribeDBSnapshotAttributesInput, arg2 ...request.Option) (*rds.DescribeDBSnapshotAttributesOutput, error)

DescribeDBSnapshotAttributesWithContext mocks base method

func (*MockRDSAPI) DescribeDBSnapshots

func (m *MockRDSAPI) DescribeDBSnapshots(arg0 *rds.DescribeDBSnapshotsInput) (*rds.DescribeDBSnapshotsOutput, error)

DescribeDBSnapshots mocks base method

func (*MockRDSAPI) DescribeDBSnapshotsPages

func (m *MockRDSAPI) DescribeDBSnapshotsPages(arg0 *rds.DescribeDBSnapshotsInput, arg1 func(*rds.DescribeDBSnapshotsOutput, bool) bool) error

DescribeDBSnapshotsPages mocks base method

func (*MockRDSAPI) DescribeDBSnapshotsPagesWithContext

func (m *MockRDSAPI) DescribeDBSnapshotsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBSnapshotsInput, arg2 func(*rds.DescribeDBSnapshotsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBSnapshotsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBSnapshotsRequest

func (m *MockRDSAPI) DescribeDBSnapshotsRequest(arg0 *rds.DescribeDBSnapshotsInput) (*request.Request, *rds.DescribeDBSnapshotsOutput)

DescribeDBSnapshotsRequest mocks base method

func (*MockRDSAPI) DescribeDBSnapshotsWithContext

func (m *MockRDSAPI) DescribeDBSnapshotsWithContext(arg0 context.Context, arg1 *rds.DescribeDBSnapshotsInput, arg2 ...request.Option) (*rds.DescribeDBSnapshotsOutput, error)

DescribeDBSnapshotsWithContext mocks base method

func (*MockRDSAPI) DescribeDBSubnetGroups

func (m *MockRDSAPI) DescribeDBSubnetGroups(arg0 *rds.DescribeDBSubnetGroupsInput) (*rds.DescribeDBSubnetGroupsOutput, error)

DescribeDBSubnetGroups mocks base method

func (*MockRDSAPI) DescribeDBSubnetGroupsPages

func (m *MockRDSAPI) DescribeDBSubnetGroupsPages(arg0 *rds.DescribeDBSubnetGroupsInput, arg1 func(*rds.DescribeDBSubnetGroupsOutput, bool) bool) error

DescribeDBSubnetGroupsPages mocks base method

func (*MockRDSAPI) DescribeDBSubnetGroupsPagesWithContext

func (m *MockRDSAPI) DescribeDBSubnetGroupsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeDBSubnetGroupsInput, arg2 func(*rds.DescribeDBSubnetGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBSubnetGroupsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBSubnetGroupsRequest

func (m *MockRDSAPI) DescribeDBSubnetGroupsRequest(arg0 *rds.DescribeDBSubnetGroupsInput) (*request.Request, *rds.DescribeDBSubnetGroupsOutput)

DescribeDBSubnetGroupsRequest mocks base method

func (*MockRDSAPI) DescribeDBSubnetGroupsWithContext

func (m *MockRDSAPI) DescribeDBSubnetGroupsWithContext(arg0 context.Context, arg1 *rds.DescribeDBSubnetGroupsInput, arg2 ...request.Option) (*rds.DescribeDBSubnetGroupsOutput, error)

DescribeDBSubnetGroupsWithContext mocks base method

func (*MockRDSAPI) DescribeEngineDefaultClusterParameters

DescribeEngineDefaultClusterParameters mocks base method

func (*MockRDSAPI) DescribeEngineDefaultClusterParametersRequest

DescribeEngineDefaultClusterParametersRequest mocks base method

func (*MockRDSAPI) DescribeEngineDefaultClusterParametersWithContext

func (m *MockRDSAPI) DescribeEngineDefaultClusterParametersWithContext(arg0 context.Context, arg1 *rds.DescribeEngineDefaultClusterParametersInput, arg2 ...request.Option) (*rds.DescribeEngineDefaultClusterParametersOutput, error)

DescribeEngineDefaultClusterParametersWithContext mocks base method

func (*MockRDSAPI) DescribeEngineDefaultParameters

DescribeEngineDefaultParameters mocks base method

func (*MockRDSAPI) DescribeEngineDefaultParametersPages

func (m *MockRDSAPI) DescribeEngineDefaultParametersPages(arg0 *rds.DescribeEngineDefaultParametersInput, arg1 func(*rds.DescribeEngineDefaultParametersOutput, bool) bool) error

DescribeEngineDefaultParametersPages mocks base method

func (*MockRDSAPI) DescribeEngineDefaultParametersPagesWithContext

func (m *MockRDSAPI) DescribeEngineDefaultParametersPagesWithContext(arg0 context.Context, arg1 *rds.DescribeEngineDefaultParametersInput, arg2 func(*rds.DescribeEngineDefaultParametersOutput, bool) bool, arg3 ...request.Option) error

DescribeEngineDefaultParametersPagesWithContext mocks base method

func (*MockRDSAPI) DescribeEngineDefaultParametersRequest

func (m *MockRDSAPI) DescribeEngineDefaultParametersRequest(arg0 *rds.DescribeEngineDefaultParametersInput) (*request.Request, *rds.DescribeEngineDefaultParametersOutput)

DescribeEngineDefaultParametersRequest mocks base method

func (*MockRDSAPI) DescribeEngineDefaultParametersWithContext

func (m *MockRDSAPI) DescribeEngineDefaultParametersWithContext(arg0 context.Context, arg1 *rds.DescribeEngineDefaultParametersInput, arg2 ...request.Option) (*rds.DescribeEngineDefaultParametersOutput, error)

DescribeEngineDefaultParametersWithContext mocks base method

func (*MockRDSAPI) DescribeEventCategories

func (m *MockRDSAPI) DescribeEventCategories(arg0 *rds.DescribeEventCategoriesInput) (*rds.DescribeEventCategoriesOutput, error)

DescribeEventCategories mocks base method

func (*MockRDSAPI) DescribeEventCategoriesRequest

func (m *MockRDSAPI) DescribeEventCategoriesRequest(arg0 *rds.DescribeEventCategoriesInput) (*request.Request, *rds.DescribeEventCategoriesOutput)

DescribeEventCategoriesRequest mocks base method

func (*MockRDSAPI) DescribeEventCategoriesWithContext

func (m *MockRDSAPI) DescribeEventCategoriesWithContext(arg0 context.Context, arg1 *rds.DescribeEventCategoriesInput, arg2 ...request.Option) (*rds.DescribeEventCategoriesOutput, error)

DescribeEventCategoriesWithContext mocks base method

func (*MockRDSAPI) DescribeEventSubscriptions

DescribeEventSubscriptions mocks base method

func (*MockRDSAPI) DescribeEventSubscriptionsPages

func (m *MockRDSAPI) DescribeEventSubscriptionsPages(arg0 *rds.DescribeEventSubscriptionsInput, arg1 func(*rds.DescribeEventSubscriptionsOutput, bool) bool) error

DescribeEventSubscriptionsPages mocks base method

func (*MockRDSAPI) DescribeEventSubscriptionsPagesWithContext

func (m *MockRDSAPI) DescribeEventSubscriptionsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeEventSubscriptionsInput, arg2 func(*rds.DescribeEventSubscriptionsOutput, bool) bool, arg3 ...request.Option) error

DescribeEventSubscriptionsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeEventSubscriptionsRequest

func (m *MockRDSAPI) DescribeEventSubscriptionsRequest(arg0 *rds.DescribeEventSubscriptionsInput) (*request.Request, *rds.DescribeEventSubscriptionsOutput)

DescribeEventSubscriptionsRequest mocks base method

func (*MockRDSAPI) DescribeEventSubscriptionsWithContext

func (m *MockRDSAPI) DescribeEventSubscriptionsWithContext(arg0 context.Context, arg1 *rds.DescribeEventSubscriptionsInput, arg2 ...request.Option) (*rds.DescribeEventSubscriptionsOutput, error)

DescribeEventSubscriptionsWithContext mocks base method

func (*MockRDSAPI) DescribeEvents

func (m *MockRDSAPI) DescribeEvents(arg0 *rds.DescribeEventsInput) (*rds.DescribeEventsOutput, error)

DescribeEvents mocks base method

func (*MockRDSAPI) DescribeEventsPages

func (m *MockRDSAPI) DescribeEventsPages(arg0 *rds.DescribeEventsInput, arg1 func(*rds.DescribeEventsOutput, bool) bool) error

DescribeEventsPages mocks base method

func (*MockRDSAPI) DescribeEventsPagesWithContext

func (m *MockRDSAPI) DescribeEventsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeEventsInput, arg2 func(*rds.DescribeEventsOutput, bool) bool, arg3 ...request.Option) error

DescribeEventsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeEventsRequest

func (m *MockRDSAPI) DescribeEventsRequest(arg0 *rds.DescribeEventsInput) (*request.Request, *rds.DescribeEventsOutput)

DescribeEventsRequest mocks base method

func (*MockRDSAPI) DescribeEventsWithContext

func (m *MockRDSAPI) DescribeEventsWithContext(arg0 context.Context, arg1 *rds.DescribeEventsInput, arg2 ...request.Option) (*rds.DescribeEventsOutput, error)

DescribeEventsWithContext mocks base method

func (*MockRDSAPI) DescribeExportTasks

func (m *MockRDSAPI) DescribeExportTasks(arg0 *rds.DescribeExportTasksInput) (*rds.DescribeExportTasksOutput, error)

DescribeExportTasks mocks base method

func (*MockRDSAPI) DescribeExportTasksPages

func (m *MockRDSAPI) DescribeExportTasksPages(arg0 *rds.DescribeExportTasksInput, arg1 func(*rds.DescribeExportTasksOutput, bool) bool) error

DescribeExportTasksPages mocks base method

func (*MockRDSAPI) DescribeExportTasksPagesWithContext

func (m *MockRDSAPI) DescribeExportTasksPagesWithContext(arg0 context.Context, arg1 *rds.DescribeExportTasksInput, arg2 func(*rds.DescribeExportTasksOutput, bool) bool, arg3 ...request.Option) error

DescribeExportTasksPagesWithContext mocks base method

func (*MockRDSAPI) DescribeExportTasksRequest

func (m *MockRDSAPI) DescribeExportTasksRequest(arg0 *rds.DescribeExportTasksInput) (*request.Request, *rds.DescribeExportTasksOutput)

DescribeExportTasksRequest mocks base method

func (*MockRDSAPI) DescribeExportTasksWithContext

func (m *MockRDSAPI) DescribeExportTasksWithContext(arg0 context.Context, arg1 *rds.DescribeExportTasksInput, arg2 ...request.Option) (*rds.DescribeExportTasksOutput, error)

DescribeExportTasksWithContext mocks base method

func (*MockRDSAPI) DescribeGlobalClusters

func (m *MockRDSAPI) DescribeGlobalClusters(arg0 *rds.DescribeGlobalClustersInput) (*rds.DescribeGlobalClustersOutput, error)

DescribeGlobalClusters mocks base method

func (*MockRDSAPI) DescribeGlobalClustersPages

func (m *MockRDSAPI) DescribeGlobalClustersPages(arg0 *rds.DescribeGlobalClustersInput, arg1 func(*rds.DescribeGlobalClustersOutput, bool) bool) error

DescribeGlobalClustersPages mocks base method

func (*MockRDSAPI) DescribeGlobalClustersPagesWithContext

func (m *MockRDSAPI) DescribeGlobalClustersPagesWithContext(arg0 context.Context, arg1 *rds.DescribeGlobalClustersInput, arg2 func(*rds.DescribeGlobalClustersOutput, bool) bool, arg3 ...request.Option) error

DescribeGlobalClustersPagesWithContext mocks base method

func (*MockRDSAPI) DescribeGlobalClustersRequest

func (m *MockRDSAPI) DescribeGlobalClustersRequest(arg0 *rds.DescribeGlobalClustersInput) (*request.Request, *rds.DescribeGlobalClustersOutput)

DescribeGlobalClustersRequest mocks base method

func (*MockRDSAPI) DescribeGlobalClustersWithContext

func (m *MockRDSAPI) DescribeGlobalClustersWithContext(arg0 context.Context, arg1 *rds.DescribeGlobalClustersInput, arg2 ...request.Option) (*rds.DescribeGlobalClustersOutput, error)

DescribeGlobalClustersWithContext mocks base method

func (*MockRDSAPI) DescribeInstallationMedia

DescribeInstallationMedia mocks base method

func (*MockRDSAPI) DescribeInstallationMediaPages

func (m *MockRDSAPI) DescribeInstallationMediaPages(arg0 *rds.DescribeInstallationMediaInput, arg1 func(*rds.DescribeInstallationMediaOutput, bool) bool) error

DescribeInstallationMediaPages mocks base method

func (*MockRDSAPI) DescribeInstallationMediaPagesWithContext

func (m *MockRDSAPI) DescribeInstallationMediaPagesWithContext(arg0 context.Context, arg1 *rds.DescribeInstallationMediaInput, arg2 func(*rds.DescribeInstallationMediaOutput, bool) bool, arg3 ...request.Option) error

DescribeInstallationMediaPagesWithContext mocks base method

func (*MockRDSAPI) DescribeInstallationMediaRequest

func (m *MockRDSAPI) DescribeInstallationMediaRequest(arg0 *rds.DescribeInstallationMediaInput) (*request.Request, *rds.DescribeInstallationMediaOutput)

DescribeInstallationMediaRequest mocks base method

func (*MockRDSAPI) DescribeInstallationMediaWithContext

func (m *MockRDSAPI) DescribeInstallationMediaWithContext(arg0 context.Context, arg1 *rds.DescribeInstallationMediaInput, arg2 ...request.Option) (*rds.DescribeInstallationMediaOutput, error)

DescribeInstallationMediaWithContext mocks base method

func (*MockRDSAPI) DescribeOptionGroupOptions

DescribeOptionGroupOptions mocks base method

func (*MockRDSAPI) DescribeOptionGroupOptionsPages

func (m *MockRDSAPI) DescribeOptionGroupOptionsPages(arg0 *rds.DescribeOptionGroupOptionsInput, arg1 func(*rds.DescribeOptionGroupOptionsOutput, bool) bool) error

DescribeOptionGroupOptionsPages mocks base method

func (*MockRDSAPI) DescribeOptionGroupOptionsPagesWithContext

func (m *MockRDSAPI) DescribeOptionGroupOptionsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeOptionGroupOptionsInput, arg2 func(*rds.DescribeOptionGroupOptionsOutput, bool) bool, arg3 ...request.Option) error

DescribeOptionGroupOptionsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeOptionGroupOptionsRequest

func (m *MockRDSAPI) DescribeOptionGroupOptionsRequest(arg0 *rds.DescribeOptionGroupOptionsInput) (*request.Request, *rds.DescribeOptionGroupOptionsOutput)

DescribeOptionGroupOptionsRequest mocks base method

func (*MockRDSAPI) DescribeOptionGroupOptionsWithContext

func (m *MockRDSAPI) DescribeOptionGroupOptionsWithContext(arg0 context.Context, arg1 *rds.DescribeOptionGroupOptionsInput, arg2 ...request.Option) (*rds.DescribeOptionGroupOptionsOutput, error)

DescribeOptionGroupOptionsWithContext mocks base method

func (*MockRDSAPI) DescribeOptionGroups

func (m *MockRDSAPI) DescribeOptionGroups(arg0 *rds.DescribeOptionGroupsInput) (*rds.DescribeOptionGroupsOutput, error)

DescribeOptionGroups mocks base method

func (*MockRDSAPI) DescribeOptionGroupsPages

func (m *MockRDSAPI) DescribeOptionGroupsPages(arg0 *rds.DescribeOptionGroupsInput, arg1 func(*rds.DescribeOptionGroupsOutput, bool) bool) error

DescribeOptionGroupsPages mocks base method

func (*MockRDSAPI) DescribeOptionGroupsPagesWithContext

func (m *MockRDSAPI) DescribeOptionGroupsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeOptionGroupsInput, arg2 func(*rds.DescribeOptionGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeOptionGroupsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeOptionGroupsRequest

func (m *MockRDSAPI) DescribeOptionGroupsRequest(arg0 *rds.DescribeOptionGroupsInput) (*request.Request, *rds.DescribeOptionGroupsOutput)

DescribeOptionGroupsRequest mocks base method

func (*MockRDSAPI) DescribeOptionGroupsWithContext

func (m *MockRDSAPI) DescribeOptionGroupsWithContext(arg0 context.Context, arg1 *rds.DescribeOptionGroupsInput, arg2 ...request.Option) (*rds.DescribeOptionGroupsOutput, error)

DescribeOptionGroupsWithContext mocks base method

func (*MockRDSAPI) DescribeOrderableDBInstanceOptions

DescribeOrderableDBInstanceOptions mocks base method

func (*MockRDSAPI) DescribeOrderableDBInstanceOptionsPages

func (m *MockRDSAPI) DescribeOrderableDBInstanceOptionsPages(arg0 *rds.DescribeOrderableDBInstanceOptionsInput, arg1 func(*rds.DescribeOrderableDBInstanceOptionsOutput, bool) bool) error

DescribeOrderableDBInstanceOptionsPages mocks base method

func (*MockRDSAPI) DescribeOrderableDBInstanceOptionsPagesWithContext

func (m *MockRDSAPI) DescribeOrderableDBInstanceOptionsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeOrderableDBInstanceOptionsInput, arg2 func(*rds.DescribeOrderableDBInstanceOptionsOutput, bool) bool, arg3 ...request.Option) error

DescribeOrderableDBInstanceOptionsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeOrderableDBInstanceOptionsRequest

DescribeOrderableDBInstanceOptionsRequest mocks base method

func (*MockRDSAPI) DescribeOrderableDBInstanceOptionsWithContext

func (m *MockRDSAPI) DescribeOrderableDBInstanceOptionsWithContext(arg0 context.Context, arg1 *rds.DescribeOrderableDBInstanceOptionsInput, arg2 ...request.Option) (*rds.DescribeOrderableDBInstanceOptionsOutput, error)

DescribeOrderableDBInstanceOptionsWithContext mocks base method

func (*MockRDSAPI) DescribePendingMaintenanceActions

DescribePendingMaintenanceActions mocks base method

func (*MockRDSAPI) DescribePendingMaintenanceActionsPages added in v0.26.0

func (m *MockRDSAPI) DescribePendingMaintenanceActionsPages(arg0 *rds.DescribePendingMaintenanceActionsInput, arg1 func(*rds.DescribePendingMaintenanceActionsOutput, bool) bool) error

DescribePendingMaintenanceActionsPages mocks base method

func (*MockRDSAPI) DescribePendingMaintenanceActionsPagesWithContext added in v0.26.0

func (m *MockRDSAPI) DescribePendingMaintenanceActionsPagesWithContext(arg0 context.Context, arg1 *rds.DescribePendingMaintenanceActionsInput, arg2 func(*rds.DescribePendingMaintenanceActionsOutput, bool) bool, arg3 ...request.Option) error

DescribePendingMaintenanceActionsPagesWithContext mocks base method

func (*MockRDSAPI) DescribePendingMaintenanceActionsRequest

DescribePendingMaintenanceActionsRequest mocks base method

func (*MockRDSAPI) DescribePendingMaintenanceActionsWithContext

func (m *MockRDSAPI) DescribePendingMaintenanceActionsWithContext(arg0 context.Context, arg1 *rds.DescribePendingMaintenanceActionsInput, arg2 ...request.Option) (*rds.DescribePendingMaintenanceActionsOutput, error)

DescribePendingMaintenanceActionsWithContext mocks base method

func (*MockRDSAPI) DescribeReservedDBInstances

DescribeReservedDBInstances mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesOfferings

DescribeReservedDBInstancesOfferings mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesOfferingsPages

func (m *MockRDSAPI) DescribeReservedDBInstancesOfferingsPages(arg0 *rds.DescribeReservedDBInstancesOfferingsInput, arg1 func(*rds.DescribeReservedDBInstancesOfferingsOutput, bool) bool) error

DescribeReservedDBInstancesOfferingsPages mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesOfferingsPagesWithContext

func (m *MockRDSAPI) DescribeReservedDBInstancesOfferingsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeReservedDBInstancesOfferingsInput, arg2 func(*rds.DescribeReservedDBInstancesOfferingsOutput, bool) bool, arg3 ...request.Option) error

DescribeReservedDBInstancesOfferingsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesOfferingsRequest

DescribeReservedDBInstancesOfferingsRequest mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesOfferingsWithContext

func (m *MockRDSAPI) DescribeReservedDBInstancesOfferingsWithContext(arg0 context.Context, arg1 *rds.DescribeReservedDBInstancesOfferingsInput, arg2 ...request.Option) (*rds.DescribeReservedDBInstancesOfferingsOutput, error)

DescribeReservedDBInstancesOfferingsWithContext mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesPages

func (m *MockRDSAPI) DescribeReservedDBInstancesPages(arg0 *rds.DescribeReservedDBInstancesInput, arg1 func(*rds.DescribeReservedDBInstancesOutput, bool) bool) error

DescribeReservedDBInstancesPages mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesPagesWithContext

func (m *MockRDSAPI) DescribeReservedDBInstancesPagesWithContext(arg0 context.Context, arg1 *rds.DescribeReservedDBInstancesInput, arg2 func(*rds.DescribeReservedDBInstancesOutput, bool) bool, arg3 ...request.Option) error

DescribeReservedDBInstancesPagesWithContext mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesRequest

func (m *MockRDSAPI) DescribeReservedDBInstancesRequest(arg0 *rds.DescribeReservedDBInstancesInput) (*request.Request, *rds.DescribeReservedDBInstancesOutput)

DescribeReservedDBInstancesRequest mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesWithContext

func (m *MockRDSAPI) DescribeReservedDBInstancesWithContext(arg0 context.Context, arg1 *rds.DescribeReservedDBInstancesInput, arg2 ...request.Option) (*rds.DescribeReservedDBInstancesOutput, error)

DescribeReservedDBInstancesWithContext mocks base method

func (*MockRDSAPI) DescribeSourceRegions

func (m *MockRDSAPI) DescribeSourceRegions(arg0 *rds.DescribeSourceRegionsInput) (*rds.DescribeSourceRegionsOutput, error)

DescribeSourceRegions mocks base method

func (*MockRDSAPI) DescribeSourceRegionsPages added in v0.26.0

func (m *MockRDSAPI) DescribeSourceRegionsPages(arg0 *rds.DescribeSourceRegionsInput, arg1 func(*rds.DescribeSourceRegionsOutput, bool) bool) error

DescribeSourceRegionsPages mocks base method

func (*MockRDSAPI) DescribeSourceRegionsPagesWithContext added in v0.26.0

func (m *MockRDSAPI) DescribeSourceRegionsPagesWithContext(arg0 context.Context, arg1 *rds.DescribeSourceRegionsInput, arg2 func(*rds.DescribeSourceRegionsOutput, bool) bool, arg3 ...request.Option) error

DescribeSourceRegionsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeSourceRegionsRequest

func (m *MockRDSAPI) DescribeSourceRegionsRequest(arg0 *rds.DescribeSourceRegionsInput) (*request.Request, *rds.DescribeSourceRegionsOutput)

DescribeSourceRegionsRequest mocks base method

func (*MockRDSAPI) DescribeSourceRegionsWithContext

func (m *MockRDSAPI) DescribeSourceRegionsWithContext(arg0 context.Context, arg1 *rds.DescribeSourceRegionsInput, arg2 ...request.Option) (*rds.DescribeSourceRegionsOutput, error)

DescribeSourceRegionsWithContext mocks base method

func (*MockRDSAPI) DescribeValidDBInstanceModifications

DescribeValidDBInstanceModifications mocks base method

func (*MockRDSAPI) DescribeValidDBInstanceModificationsRequest

DescribeValidDBInstanceModificationsRequest mocks base method

func (*MockRDSAPI) DescribeValidDBInstanceModificationsWithContext

func (m *MockRDSAPI) DescribeValidDBInstanceModificationsWithContext(arg0 context.Context, arg1 *rds.DescribeValidDBInstanceModificationsInput, arg2 ...request.Option) (*rds.DescribeValidDBInstanceModificationsOutput, error)

DescribeValidDBInstanceModificationsWithContext mocks base method

func (*MockRDSAPI) DownloadDBLogFilePortion

DownloadDBLogFilePortion mocks base method

func (*MockRDSAPI) DownloadDBLogFilePortionPages

func (m *MockRDSAPI) DownloadDBLogFilePortionPages(arg0 *rds.DownloadDBLogFilePortionInput, arg1 func(*rds.DownloadDBLogFilePortionOutput, bool) bool) error

DownloadDBLogFilePortionPages mocks base method

func (*MockRDSAPI) DownloadDBLogFilePortionPagesWithContext

func (m *MockRDSAPI) DownloadDBLogFilePortionPagesWithContext(arg0 context.Context, arg1 *rds.DownloadDBLogFilePortionInput, arg2 func(*rds.DownloadDBLogFilePortionOutput, bool) bool, arg3 ...request.Option) error

DownloadDBLogFilePortionPagesWithContext mocks base method

func (*MockRDSAPI) DownloadDBLogFilePortionRequest

func (m *MockRDSAPI) DownloadDBLogFilePortionRequest(arg0 *rds.DownloadDBLogFilePortionInput) (*request.Request, *rds.DownloadDBLogFilePortionOutput)

DownloadDBLogFilePortionRequest mocks base method

func (*MockRDSAPI) DownloadDBLogFilePortionWithContext

func (m *MockRDSAPI) DownloadDBLogFilePortionWithContext(arg0 context.Context, arg1 *rds.DownloadDBLogFilePortionInput, arg2 ...request.Option) (*rds.DownloadDBLogFilePortionOutput, error)

DownloadDBLogFilePortionWithContext mocks base method

func (*MockRDSAPI) EXPECT

func (m *MockRDSAPI) EXPECT() *MockRDSAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockRDSAPI) FailoverDBCluster

func (m *MockRDSAPI) FailoverDBCluster(arg0 *rds.FailoverDBClusterInput) (*rds.FailoverDBClusterOutput, error)

FailoverDBCluster mocks base method

func (*MockRDSAPI) FailoverDBClusterRequest

func (m *MockRDSAPI) FailoverDBClusterRequest(arg0 *rds.FailoverDBClusterInput) (*request.Request, *rds.FailoverDBClusterOutput)

FailoverDBClusterRequest mocks base method

func (*MockRDSAPI) FailoverDBClusterWithContext

func (m *MockRDSAPI) FailoverDBClusterWithContext(arg0 context.Context, arg1 *rds.FailoverDBClusterInput, arg2 ...request.Option) (*rds.FailoverDBClusterOutput, error)

FailoverDBClusterWithContext mocks base method

func (*MockRDSAPI) FailoverGlobalCluster added in v0.47.0

func (m *MockRDSAPI) FailoverGlobalCluster(arg0 *rds.FailoverGlobalClusterInput) (*rds.FailoverGlobalClusterOutput, error)

FailoverGlobalCluster mocks base method

func (*MockRDSAPI) FailoverGlobalClusterRequest added in v0.47.0

func (m *MockRDSAPI) FailoverGlobalClusterRequest(arg0 *rds.FailoverGlobalClusterInput) (*request.Request, *rds.FailoverGlobalClusterOutput)

FailoverGlobalClusterRequest mocks base method

func (*MockRDSAPI) FailoverGlobalClusterWithContext added in v0.47.0

func (m *MockRDSAPI) FailoverGlobalClusterWithContext(arg0 context.Context, arg1 *rds.FailoverGlobalClusterInput, arg2 ...request.Option) (*rds.FailoverGlobalClusterOutput, error)

FailoverGlobalClusterWithContext mocks base method

func (*MockRDSAPI) ImportInstallationMedia

func (m *MockRDSAPI) ImportInstallationMedia(arg0 *rds.ImportInstallationMediaInput) (*rds.ImportInstallationMediaOutput, error)

ImportInstallationMedia mocks base method

func (*MockRDSAPI) ImportInstallationMediaRequest

func (m *MockRDSAPI) ImportInstallationMediaRequest(arg0 *rds.ImportInstallationMediaInput) (*request.Request, *rds.ImportInstallationMediaOutput)

ImportInstallationMediaRequest mocks base method

func (*MockRDSAPI) ImportInstallationMediaWithContext

func (m *MockRDSAPI) ImportInstallationMediaWithContext(arg0 context.Context, arg1 *rds.ImportInstallationMediaInput, arg2 ...request.Option) (*rds.ImportInstallationMediaOutput, error)

ImportInstallationMediaWithContext mocks base method

func (*MockRDSAPI) ListTagsForResource

func (m *MockRDSAPI) ListTagsForResource(arg0 *rds.ListTagsForResourceInput) (*rds.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method

func (*MockRDSAPI) ListTagsForResourceRequest

func (m *MockRDSAPI) ListTagsForResourceRequest(arg0 *rds.ListTagsForResourceInput) (*request.Request, *rds.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method

func (*MockRDSAPI) ListTagsForResourceWithContext

func (m *MockRDSAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *rds.ListTagsForResourceInput, arg2 ...request.Option) (*rds.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method

func (*MockRDSAPI) ModifyCertificates

func (m *MockRDSAPI) ModifyCertificates(arg0 *rds.ModifyCertificatesInput) (*rds.ModifyCertificatesOutput, error)

ModifyCertificates mocks base method

func (*MockRDSAPI) ModifyCertificatesRequest

func (m *MockRDSAPI) ModifyCertificatesRequest(arg0 *rds.ModifyCertificatesInput) (*request.Request, *rds.ModifyCertificatesOutput)

ModifyCertificatesRequest mocks base method

func (*MockRDSAPI) ModifyCertificatesWithContext

func (m *MockRDSAPI) ModifyCertificatesWithContext(arg0 context.Context, arg1 *rds.ModifyCertificatesInput, arg2 ...request.Option) (*rds.ModifyCertificatesOutput, error)

ModifyCertificatesWithContext mocks base method

func (*MockRDSAPI) ModifyCurrentDBClusterCapacity

ModifyCurrentDBClusterCapacity mocks base method

func (*MockRDSAPI) ModifyCurrentDBClusterCapacityRequest

func (m *MockRDSAPI) ModifyCurrentDBClusterCapacityRequest(arg0 *rds.ModifyCurrentDBClusterCapacityInput) (*request.Request, *rds.ModifyCurrentDBClusterCapacityOutput)

ModifyCurrentDBClusterCapacityRequest mocks base method

func (*MockRDSAPI) ModifyCurrentDBClusterCapacityWithContext

func (m *MockRDSAPI) ModifyCurrentDBClusterCapacityWithContext(arg0 context.Context, arg1 *rds.ModifyCurrentDBClusterCapacityInput, arg2 ...request.Option) (*rds.ModifyCurrentDBClusterCapacityOutput, error)

ModifyCurrentDBClusterCapacityWithContext mocks base method

func (*MockRDSAPI) ModifyCustomDBEngineVersion added in v0.54.0

ModifyCustomDBEngineVersion mocks base method

func (*MockRDSAPI) ModifyCustomDBEngineVersionRequest added in v0.54.0

func (m *MockRDSAPI) ModifyCustomDBEngineVersionRequest(arg0 *rds.ModifyCustomDBEngineVersionInput) (*request.Request, *rds.ModifyCustomDBEngineVersionOutput)

ModifyCustomDBEngineVersionRequest mocks base method

func (*MockRDSAPI) ModifyCustomDBEngineVersionWithContext added in v0.54.0

func (m *MockRDSAPI) ModifyCustomDBEngineVersionWithContext(arg0 context.Context, arg1 *rds.ModifyCustomDBEngineVersionInput, arg2 ...request.Option) (*rds.ModifyCustomDBEngineVersionOutput, error)

ModifyCustomDBEngineVersionWithContext mocks base method

func (*MockRDSAPI) ModifyDBCluster

func (m *MockRDSAPI) ModifyDBCluster(arg0 *rds.ModifyDBClusterInput) (*rds.ModifyDBClusterOutput, error)

ModifyDBCluster mocks base method

func (*MockRDSAPI) ModifyDBClusterEndpoint

func (m *MockRDSAPI) ModifyDBClusterEndpoint(arg0 *rds.ModifyDBClusterEndpointInput) (*rds.ModifyDBClusterEndpointOutput, error)

ModifyDBClusterEndpoint mocks base method

func (*MockRDSAPI) ModifyDBClusterEndpointRequest

func (m *MockRDSAPI) ModifyDBClusterEndpointRequest(arg0 *rds.ModifyDBClusterEndpointInput) (*request.Request, *rds.ModifyDBClusterEndpointOutput)

ModifyDBClusterEndpointRequest mocks base method

func (*MockRDSAPI) ModifyDBClusterEndpointWithContext

func (m *MockRDSAPI) ModifyDBClusterEndpointWithContext(arg0 context.Context, arg1 *rds.ModifyDBClusterEndpointInput, arg2 ...request.Option) (*rds.ModifyDBClusterEndpointOutput, error)

ModifyDBClusterEndpointWithContext mocks base method

func (*MockRDSAPI) ModifyDBClusterParameterGroup

ModifyDBClusterParameterGroup mocks base method

func (*MockRDSAPI) ModifyDBClusterParameterGroupRequest

func (m *MockRDSAPI) ModifyDBClusterParameterGroupRequest(arg0 *rds.ModifyDBClusterParameterGroupInput) (*request.Request, *rds.DBClusterParameterGroupNameMessage)

ModifyDBClusterParameterGroupRequest mocks base method

func (*MockRDSAPI) ModifyDBClusterParameterGroupWithContext

func (m *MockRDSAPI) ModifyDBClusterParameterGroupWithContext(arg0 context.Context, arg1 *rds.ModifyDBClusterParameterGroupInput, arg2 ...request.Option) (*rds.DBClusterParameterGroupNameMessage, error)

ModifyDBClusterParameterGroupWithContext mocks base method

func (*MockRDSAPI) ModifyDBClusterRequest

func (m *MockRDSAPI) ModifyDBClusterRequest(arg0 *rds.ModifyDBClusterInput) (*request.Request, *rds.ModifyDBClusterOutput)

ModifyDBClusterRequest mocks base method

func (*MockRDSAPI) ModifyDBClusterSnapshotAttribute

ModifyDBClusterSnapshotAttribute mocks base method

func (*MockRDSAPI) ModifyDBClusterSnapshotAttributeRequest

func (m *MockRDSAPI) ModifyDBClusterSnapshotAttributeRequest(arg0 *rds.ModifyDBClusterSnapshotAttributeInput) (*request.Request, *rds.ModifyDBClusterSnapshotAttributeOutput)

ModifyDBClusterSnapshotAttributeRequest mocks base method

func (*MockRDSAPI) ModifyDBClusterSnapshotAttributeWithContext

func (m *MockRDSAPI) ModifyDBClusterSnapshotAttributeWithContext(arg0 context.Context, arg1 *rds.ModifyDBClusterSnapshotAttributeInput, arg2 ...request.Option) (*rds.ModifyDBClusterSnapshotAttributeOutput, error)

ModifyDBClusterSnapshotAttributeWithContext mocks base method

func (*MockRDSAPI) ModifyDBClusterWithContext

func (m *MockRDSAPI) ModifyDBClusterWithContext(arg0 context.Context, arg1 *rds.ModifyDBClusterInput, arg2 ...request.Option) (*rds.ModifyDBClusterOutput, error)

ModifyDBClusterWithContext mocks base method

func (*MockRDSAPI) ModifyDBInstance

func (m *MockRDSAPI) ModifyDBInstance(arg0 *rds.ModifyDBInstanceInput) (*rds.ModifyDBInstanceOutput, error)

ModifyDBInstance mocks base method

func (*MockRDSAPI) ModifyDBInstanceRequest

func (m *MockRDSAPI) ModifyDBInstanceRequest(arg0 *rds.ModifyDBInstanceInput) (*request.Request, *rds.ModifyDBInstanceOutput)

ModifyDBInstanceRequest mocks base method

func (*MockRDSAPI) ModifyDBInstanceWithContext

func (m *MockRDSAPI) ModifyDBInstanceWithContext(arg0 context.Context, arg1 *rds.ModifyDBInstanceInput, arg2 ...request.Option) (*rds.ModifyDBInstanceOutput, error)

ModifyDBInstanceWithContext mocks base method

func (*MockRDSAPI) ModifyDBParameterGroup

func (m *MockRDSAPI) ModifyDBParameterGroup(arg0 *rds.ModifyDBParameterGroupInput) (*rds.DBParameterGroupNameMessage, error)

ModifyDBParameterGroup mocks base method

func (*MockRDSAPI) ModifyDBParameterGroupRequest

func (m *MockRDSAPI) ModifyDBParameterGroupRequest(arg0 *rds.ModifyDBParameterGroupInput) (*request.Request, *rds.DBParameterGroupNameMessage)

ModifyDBParameterGroupRequest mocks base method

func (*MockRDSAPI) ModifyDBParameterGroupWithContext

func (m *MockRDSAPI) ModifyDBParameterGroupWithContext(arg0 context.Context, arg1 *rds.ModifyDBParameterGroupInput, arg2 ...request.Option) (*rds.DBParameterGroupNameMessage, error)

ModifyDBParameterGroupWithContext mocks base method

func (*MockRDSAPI) ModifyDBProxy

func (m *MockRDSAPI) ModifyDBProxy(arg0 *rds.ModifyDBProxyInput) (*rds.ModifyDBProxyOutput, error)

ModifyDBProxy mocks base method

func (*MockRDSAPI) ModifyDBProxyEndpoint added in v0.47.0

func (m *MockRDSAPI) ModifyDBProxyEndpoint(arg0 *rds.ModifyDBProxyEndpointInput) (*rds.ModifyDBProxyEndpointOutput, error)

ModifyDBProxyEndpoint mocks base method

func (*MockRDSAPI) ModifyDBProxyEndpointRequest added in v0.47.0

func (m *MockRDSAPI) ModifyDBProxyEndpointRequest(arg0 *rds.ModifyDBProxyEndpointInput) (*request.Request, *rds.ModifyDBProxyEndpointOutput)

ModifyDBProxyEndpointRequest mocks base method

func (*MockRDSAPI) ModifyDBProxyEndpointWithContext added in v0.47.0

func (m *MockRDSAPI) ModifyDBProxyEndpointWithContext(arg0 context.Context, arg1 *rds.ModifyDBProxyEndpointInput, arg2 ...request.Option) (*rds.ModifyDBProxyEndpointOutput, error)

ModifyDBProxyEndpointWithContext mocks base method

func (*MockRDSAPI) ModifyDBProxyRequest

func (m *MockRDSAPI) ModifyDBProxyRequest(arg0 *rds.ModifyDBProxyInput) (*request.Request, *rds.ModifyDBProxyOutput)

ModifyDBProxyRequest mocks base method

func (*MockRDSAPI) ModifyDBProxyTargetGroup

ModifyDBProxyTargetGroup mocks base method

func (*MockRDSAPI) ModifyDBProxyTargetGroupRequest

func (m *MockRDSAPI) ModifyDBProxyTargetGroupRequest(arg0 *rds.ModifyDBProxyTargetGroupInput) (*request.Request, *rds.ModifyDBProxyTargetGroupOutput)

ModifyDBProxyTargetGroupRequest mocks base method

func (*MockRDSAPI) ModifyDBProxyTargetGroupWithContext

func (m *MockRDSAPI) ModifyDBProxyTargetGroupWithContext(arg0 context.Context, arg1 *rds.ModifyDBProxyTargetGroupInput, arg2 ...request.Option) (*rds.ModifyDBProxyTargetGroupOutput, error)

ModifyDBProxyTargetGroupWithContext mocks base method

func (*MockRDSAPI) ModifyDBProxyWithContext

func (m *MockRDSAPI) ModifyDBProxyWithContext(arg0 context.Context, arg1 *rds.ModifyDBProxyInput, arg2 ...request.Option) (*rds.ModifyDBProxyOutput, error)

ModifyDBProxyWithContext mocks base method

func (*MockRDSAPI) ModifyDBSnapshot

func (m *MockRDSAPI) ModifyDBSnapshot(arg0 *rds.ModifyDBSnapshotInput) (*rds.ModifyDBSnapshotOutput, error)

ModifyDBSnapshot mocks base method

func (*MockRDSAPI) ModifyDBSnapshotAttribute

ModifyDBSnapshotAttribute mocks base method

func (*MockRDSAPI) ModifyDBSnapshotAttributeRequest

func (m *MockRDSAPI) ModifyDBSnapshotAttributeRequest(arg0 *rds.ModifyDBSnapshotAttributeInput) (*request.Request, *rds.ModifyDBSnapshotAttributeOutput)

ModifyDBSnapshotAttributeRequest mocks base method

func (*MockRDSAPI) ModifyDBSnapshotAttributeWithContext

func (m *MockRDSAPI) ModifyDBSnapshotAttributeWithContext(arg0 context.Context, arg1 *rds.ModifyDBSnapshotAttributeInput, arg2 ...request.Option) (*rds.ModifyDBSnapshotAttributeOutput, error)

ModifyDBSnapshotAttributeWithContext mocks base method

func (*MockRDSAPI) ModifyDBSnapshotRequest

func (m *MockRDSAPI) ModifyDBSnapshotRequest(arg0 *rds.ModifyDBSnapshotInput) (*request.Request, *rds.ModifyDBSnapshotOutput)

ModifyDBSnapshotRequest mocks base method

func (*MockRDSAPI) ModifyDBSnapshotWithContext

func (m *MockRDSAPI) ModifyDBSnapshotWithContext(arg0 context.Context, arg1 *rds.ModifyDBSnapshotInput, arg2 ...request.Option) (*rds.ModifyDBSnapshotOutput, error)

ModifyDBSnapshotWithContext mocks base method

func (*MockRDSAPI) ModifyDBSubnetGroup

func (m *MockRDSAPI) ModifyDBSubnetGroup(arg0 *rds.ModifyDBSubnetGroupInput) (*rds.ModifyDBSubnetGroupOutput, error)

ModifyDBSubnetGroup mocks base method

func (*MockRDSAPI) ModifyDBSubnetGroupRequest

func (m *MockRDSAPI) ModifyDBSubnetGroupRequest(arg0 *rds.ModifyDBSubnetGroupInput) (*request.Request, *rds.ModifyDBSubnetGroupOutput)

ModifyDBSubnetGroupRequest mocks base method

func (*MockRDSAPI) ModifyDBSubnetGroupWithContext

func (m *MockRDSAPI) ModifyDBSubnetGroupWithContext(arg0 context.Context, arg1 *rds.ModifyDBSubnetGroupInput, arg2 ...request.Option) (*rds.ModifyDBSubnetGroupOutput, error)

ModifyDBSubnetGroupWithContext mocks base method

func (*MockRDSAPI) ModifyEventSubscription

func (m *MockRDSAPI) ModifyEventSubscription(arg0 *rds.ModifyEventSubscriptionInput) (*rds.ModifyEventSubscriptionOutput, error)

ModifyEventSubscription mocks base method

func (*MockRDSAPI) ModifyEventSubscriptionRequest

func (m *MockRDSAPI) ModifyEventSubscriptionRequest(arg0 *rds.ModifyEventSubscriptionInput) (*request.Request, *rds.ModifyEventSubscriptionOutput)

ModifyEventSubscriptionRequest mocks base method

func (*MockRDSAPI) ModifyEventSubscriptionWithContext

func (m *MockRDSAPI) ModifyEventSubscriptionWithContext(arg0 context.Context, arg1 *rds.ModifyEventSubscriptionInput, arg2 ...request.Option) (*rds.ModifyEventSubscriptionOutput, error)

ModifyEventSubscriptionWithContext mocks base method

func (*MockRDSAPI) ModifyGlobalCluster

func (m *MockRDSAPI) ModifyGlobalCluster(arg0 *rds.ModifyGlobalClusterInput) (*rds.ModifyGlobalClusterOutput, error)

ModifyGlobalCluster mocks base method

func (*MockRDSAPI) ModifyGlobalClusterRequest

func (m *MockRDSAPI) ModifyGlobalClusterRequest(arg0 *rds.ModifyGlobalClusterInput) (*request.Request, *rds.ModifyGlobalClusterOutput)

ModifyGlobalClusterRequest mocks base method

func (*MockRDSAPI) ModifyGlobalClusterWithContext

func (m *MockRDSAPI) ModifyGlobalClusterWithContext(arg0 context.Context, arg1 *rds.ModifyGlobalClusterInput, arg2 ...request.Option) (*rds.ModifyGlobalClusterOutput, error)

ModifyGlobalClusterWithContext mocks base method

func (*MockRDSAPI) ModifyOptionGroup

func (m *MockRDSAPI) ModifyOptionGroup(arg0 *rds.ModifyOptionGroupInput) (*rds.ModifyOptionGroupOutput, error)

ModifyOptionGroup mocks base method

func (*MockRDSAPI) ModifyOptionGroupRequest

func (m *MockRDSAPI) ModifyOptionGroupRequest(arg0 *rds.ModifyOptionGroupInput) (*request.Request, *rds.ModifyOptionGroupOutput)

ModifyOptionGroupRequest mocks base method

func (*MockRDSAPI) ModifyOptionGroupWithContext

func (m *MockRDSAPI) ModifyOptionGroupWithContext(arg0 context.Context, arg1 *rds.ModifyOptionGroupInput, arg2 ...request.Option) (*rds.ModifyOptionGroupOutput, error)

ModifyOptionGroupWithContext mocks base method

func (*MockRDSAPI) PromoteReadReplica

func (m *MockRDSAPI) PromoteReadReplica(arg0 *rds.PromoteReadReplicaInput) (*rds.PromoteReadReplicaOutput, error)

PromoteReadReplica mocks base method

func (*MockRDSAPI) PromoteReadReplicaDBCluster

PromoteReadReplicaDBCluster mocks base method

func (*MockRDSAPI) PromoteReadReplicaDBClusterRequest

func (m *MockRDSAPI) PromoteReadReplicaDBClusterRequest(arg0 *rds.PromoteReadReplicaDBClusterInput) (*request.Request, *rds.PromoteReadReplicaDBClusterOutput)

PromoteReadReplicaDBClusterRequest mocks base method

func (*MockRDSAPI) PromoteReadReplicaDBClusterWithContext

func (m *MockRDSAPI) PromoteReadReplicaDBClusterWithContext(arg0 context.Context, arg1 *rds.PromoteReadReplicaDBClusterInput, arg2 ...request.Option) (*rds.PromoteReadReplicaDBClusterOutput, error)

PromoteReadReplicaDBClusterWithContext mocks base method

func (*MockRDSAPI) PromoteReadReplicaRequest

func (m *MockRDSAPI) PromoteReadReplicaRequest(arg0 *rds.PromoteReadReplicaInput) (*request.Request, *rds.PromoteReadReplicaOutput)

PromoteReadReplicaRequest mocks base method

func (*MockRDSAPI) PromoteReadReplicaWithContext

func (m *MockRDSAPI) PromoteReadReplicaWithContext(arg0 context.Context, arg1 *rds.PromoteReadReplicaInput, arg2 ...request.Option) (*rds.PromoteReadReplicaOutput, error)

PromoteReadReplicaWithContext mocks base method

func (*MockRDSAPI) PurchaseReservedDBInstancesOffering

PurchaseReservedDBInstancesOffering mocks base method

func (*MockRDSAPI) PurchaseReservedDBInstancesOfferingRequest

PurchaseReservedDBInstancesOfferingRequest mocks base method

func (*MockRDSAPI) PurchaseReservedDBInstancesOfferingWithContext

func (m *MockRDSAPI) PurchaseReservedDBInstancesOfferingWithContext(arg0 context.Context, arg1 *rds.PurchaseReservedDBInstancesOfferingInput, arg2 ...request.Option) (*rds.PurchaseReservedDBInstancesOfferingOutput, error)

PurchaseReservedDBInstancesOfferingWithContext mocks base method

func (*MockRDSAPI) RebootDBCluster added in v0.54.0

func (m *MockRDSAPI) RebootDBCluster(arg0 *rds.RebootDBClusterInput) (*rds.RebootDBClusterOutput, error)

RebootDBCluster mocks base method

func (*MockRDSAPI) RebootDBClusterRequest added in v0.54.0

func (m *MockRDSAPI) RebootDBClusterRequest(arg0 *rds.RebootDBClusterInput) (*request.Request, *rds.RebootDBClusterOutput)

RebootDBClusterRequest mocks base method

func (*MockRDSAPI) RebootDBClusterWithContext added in v0.54.0

func (m *MockRDSAPI) RebootDBClusterWithContext(arg0 context.Context, arg1 *rds.RebootDBClusterInput, arg2 ...request.Option) (*rds.RebootDBClusterOutput, error)

RebootDBClusterWithContext mocks base method

func (*MockRDSAPI) RebootDBInstance

func (m *MockRDSAPI) RebootDBInstance(arg0 *rds.RebootDBInstanceInput) (*rds.RebootDBInstanceOutput, error)

RebootDBInstance mocks base method

func (*MockRDSAPI) RebootDBInstanceRequest

func (m *MockRDSAPI) RebootDBInstanceRequest(arg0 *rds.RebootDBInstanceInput) (*request.Request, *rds.RebootDBInstanceOutput)

RebootDBInstanceRequest mocks base method

func (*MockRDSAPI) RebootDBInstanceWithContext

func (m *MockRDSAPI) RebootDBInstanceWithContext(arg0 context.Context, arg1 *rds.RebootDBInstanceInput, arg2 ...request.Option) (*rds.RebootDBInstanceOutput, error)

RebootDBInstanceWithContext mocks base method

func (*MockRDSAPI) RegisterDBProxyTargets

func (m *MockRDSAPI) RegisterDBProxyTargets(arg0 *rds.RegisterDBProxyTargetsInput) (*rds.RegisterDBProxyTargetsOutput, error)

RegisterDBProxyTargets mocks base method

func (*MockRDSAPI) RegisterDBProxyTargetsRequest

func (m *MockRDSAPI) RegisterDBProxyTargetsRequest(arg0 *rds.RegisterDBProxyTargetsInput) (*request.Request, *rds.RegisterDBProxyTargetsOutput)

RegisterDBProxyTargetsRequest mocks base method

func (*MockRDSAPI) RegisterDBProxyTargetsWithContext

func (m *MockRDSAPI) RegisterDBProxyTargetsWithContext(arg0 context.Context, arg1 *rds.RegisterDBProxyTargetsInput, arg2 ...request.Option) (*rds.RegisterDBProxyTargetsOutput, error)

RegisterDBProxyTargetsWithContext mocks base method

func (*MockRDSAPI) RemoveFromGlobalCluster

func (m *MockRDSAPI) RemoveFromGlobalCluster(arg0 *rds.RemoveFromGlobalClusterInput) (*rds.RemoveFromGlobalClusterOutput, error)

RemoveFromGlobalCluster mocks base method

func (*MockRDSAPI) RemoveFromGlobalClusterRequest

func (m *MockRDSAPI) RemoveFromGlobalClusterRequest(arg0 *rds.RemoveFromGlobalClusterInput) (*request.Request, *rds.RemoveFromGlobalClusterOutput)

RemoveFromGlobalClusterRequest mocks base method

func (*MockRDSAPI) RemoveFromGlobalClusterWithContext

func (m *MockRDSAPI) RemoveFromGlobalClusterWithContext(arg0 context.Context, arg1 *rds.RemoveFromGlobalClusterInput, arg2 ...request.Option) (*rds.RemoveFromGlobalClusterOutput, error)

RemoveFromGlobalClusterWithContext mocks base method

func (*MockRDSAPI) RemoveRoleFromDBCluster

func (m *MockRDSAPI) RemoveRoleFromDBCluster(arg0 *rds.RemoveRoleFromDBClusterInput) (*rds.RemoveRoleFromDBClusterOutput, error)

RemoveRoleFromDBCluster mocks base method

func (*MockRDSAPI) RemoveRoleFromDBClusterRequest

func (m *MockRDSAPI) RemoveRoleFromDBClusterRequest(arg0 *rds.RemoveRoleFromDBClusterInput) (*request.Request, *rds.RemoveRoleFromDBClusterOutput)

RemoveRoleFromDBClusterRequest mocks base method

func (*MockRDSAPI) RemoveRoleFromDBClusterWithContext

func (m *MockRDSAPI) RemoveRoleFromDBClusterWithContext(arg0 context.Context, arg1 *rds.RemoveRoleFromDBClusterInput, arg2 ...request.Option) (*rds.RemoveRoleFromDBClusterOutput, error)

RemoveRoleFromDBClusterWithContext mocks base method

func (*MockRDSAPI) RemoveRoleFromDBInstance

RemoveRoleFromDBInstance mocks base method

func (*MockRDSAPI) RemoveRoleFromDBInstanceRequest

func (m *MockRDSAPI) RemoveRoleFromDBInstanceRequest(arg0 *rds.RemoveRoleFromDBInstanceInput) (*request.Request, *rds.RemoveRoleFromDBInstanceOutput)

RemoveRoleFromDBInstanceRequest mocks base method

func (*MockRDSAPI) RemoveRoleFromDBInstanceWithContext

func (m *MockRDSAPI) RemoveRoleFromDBInstanceWithContext(arg0 context.Context, arg1 *rds.RemoveRoleFromDBInstanceInput, arg2 ...request.Option) (*rds.RemoveRoleFromDBInstanceOutput, error)

RemoveRoleFromDBInstanceWithContext mocks base method

func (*MockRDSAPI) RemoveSourceIdentifierFromSubscription

RemoveSourceIdentifierFromSubscription mocks base method

func (*MockRDSAPI) RemoveSourceIdentifierFromSubscriptionRequest

RemoveSourceIdentifierFromSubscriptionRequest mocks base method

func (*MockRDSAPI) RemoveSourceIdentifierFromSubscriptionWithContext

func (m *MockRDSAPI) RemoveSourceIdentifierFromSubscriptionWithContext(arg0 context.Context, arg1 *rds.RemoveSourceIdentifierFromSubscriptionInput, arg2 ...request.Option) (*rds.RemoveSourceIdentifierFromSubscriptionOutput, error)

RemoveSourceIdentifierFromSubscriptionWithContext mocks base method

func (*MockRDSAPI) RemoveTagsFromResource

func (m *MockRDSAPI) RemoveTagsFromResource(arg0 *rds.RemoveTagsFromResourceInput) (*rds.RemoveTagsFromResourceOutput, error)

RemoveTagsFromResource mocks base method

func (*MockRDSAPI) RemoveTagsFromResourceRequest

func (m *MockRDSAPI) RemoveTagsFromResourceRequest(arg0 *rds.RemoveTagsFromResourceInput) (*request.Request, *rds.RemoveTagsFromResourceOutput)

RemoveTagsFromResourceRequest mocks base method

func (*MockRDSAPI) RemoveTagsFromResourceWithContext

func (m *MockRDSAPI) RemoveTagsFromResourceWithContext(arg0 context.Context, arg1 *rds.RemoveTagsFromResourceInput, arg2 ...request.Option) (*rds.RemoveTagsFromResourceOutput, error)

RemoveTagsFromResourceWithContext mocks base method

func (*MockRDSAPI) ResetDBClusterParameterGroup

ResetDBClusterParameterGroup mocks base method

func (*MockRDSAPI) ResetDBClusterParameterGroupRequest

func (m *MockRDSAPI) ResetDBClusterParameterGroupRequest(arg0 *rds.ResetDBClusterParameterGroupInput) (*request.Request, *rds.DBClusterParameterGroupNameMessage)

ResetDBClusterParameterGroupRequest mocks base method

func (*MockRDSAPI) ResetDBClusterParameterGroupWithContext

func (m *MockRDSAPI) ResetDBClusterParameterGroupWithContext(arg0 context.Context, arg1 *rds.ResetDBClusterParameterGroupInput, arg2 ...request.Option) (*rds.DBClusterParameterGroupNameMessage, error)

ResetDBClusterParameterGroupWithContext mocks base method

func (*MockRDSAPI) ResetDBParameterGroup

func (m *MockRDSAPI) ResetDBParameterGroup(arg0 *rds.ResetDBParameterGroupInput) (*rds.DBParameterGroupNameMessage, error)

ResetDBParameterGroup mocks base method

func (*MockRDSAPI) ResetDBParameterGroupRequest

func (m *MockRDSAPI) ResetDBParameterGroupRequest(arg0 *rds.ResetDBParameterGroupInput) (*request.Request, *rds.DBParameterGroupNameMessage)

ResetDBParameterGroupRequest mocks base method

func (*MockRDSAPI) ResetDBParameterGroupWithContext

func (m *MockRDSAPI) ResetDBParameterGroupWithContext(arg0 context.Context, arg1 *rds.ResetDBParameterGroupInput, arg2 ...request.Option) (*rds.DBParameterGroupNameMessage, error)

ResetDBParameterGroupWithContext mocks base method

func (*MockRDSAPI) RestoreDBClusterFromS3

func (m *MockRDSAPI) RestoreDBClusterFromS3(arg0 *rds.RestoreDBClusterFromS3Input) (*rds.RestoreDBClusterFromS3Output, error)

RestoreDBClusterFromS3 mocks base method

func (*MockRDSAPI) RestoreDBClusterFromS3Request

func (m *MockRDSAPI) RestoreDBClusterFromS3Request(arg0 *rds.RestoreDBClusterFromS3Input) (*request.Request, *rds.RestoreDBClusterFromS3Output)

RestoreDBClusterFromS3Request mocks base method

func (*MockRDSAPI) RestoreDBClusterFromS3WithContext

func (m *MockRDSAPI) RestoreDBClusterFromS3WithContext(arg0 context.Context, arg1 *rds.RestoreDBClusterFromS3Input, arg2 ...request.Option) (*rds.RestoreDBClusterFromS3Output, error)

RestoreDBClusterFromS3WithContext mocks base method

func (*MockRDSAPI) RestoreDBClusterFromSnapshot

RestoreDBClusterFromSnapshot mocks base method

func (*MockRDSAPI) RestoreDBClusterFromSnapshotRequest

func (m *MockRDSAPI) RestoreDBClusterFromSnapshotRequest(arg0 *rds.RestoreDBClusterFromSnapshotInput) (*request.Request, *rds.RestoreDBClusterFromSnapshotOutput)

RestoreDBClusterFromSnapshotRequest mocks base method

func (*MockRDSAPI) RestoreDBClusterFromSnapshotWithContext

func (m *MockRDSAPI) RestoreDBClusterFromSnapshotWithContext(arg0 context.Context, arg1 *rds.RestoreDBClusterFromSnapshotInput, arg2 ...request.Option) (*rds.RestoreDBClusterFromSnapshotOutput, error)

RestoreDBClusterFromSnapshotWithContext mocks base method

func (*MockRDSAPI) RestoreDBClusterToPointInTime

RestoreDBClusterToPointInTime mocks base method

func (*MockRDSAPI) RestoreDBClusterToPointInTimeRequest

func (m *MockRDSAPI) RestoreDBClusterToPointInTimeRequest(arg0 *rds.RestoreDBClusterToPointInTimeInput) (*request.Request, *rds.RestoreDBClusterToPointInTimeOutput)

RestoreDBClusterToPointInTimeRequest mocks base method

func (*MockRDSAPI) RestoreDBClusterToPointInTimeWithContext

func (m *MockRDSAPI) RestoreDBClusterToPointInTimeWithContext(arg0 context.Context, arg1 *rds.RestoreDBClusterToPointInTimeInput, arg2 ...request.Option) (*rds.RestoreDBClusterToPointInTimeOutput, error)

RestoreDBClusterToPointInTimeWithContext mocks base method

func (*MockRDSAPI) RestoreDBInstanceFromDBSnapshot

RestoreDBInstanceFromDBSnapshot mocks base method

func (*MockRDSAPI) RestoreDBInstanceFromDBSnapshotRequest

func (m *MockRDSAPI) RestoreDBInstanceFromDBSnapshotRequest(arg0 *rds.RestoreDBInstanceFromDBSnapshotInput) (*request.Request, *rds.RestoreDBInstanceFromDBSnapshotOutput)

RestoreDBInstanceFromDBSnapshotRequest mocks base method

func (*MockRDSAPI) RestoreDBInstanceFromDBSnapshotWithContext

func (m *MockRDSAPI) RestoreDBInstanceFromDBSnapshotWithContext(arg0 context.Context, arg1 *rds.RestoreDBInstanceFromDBSnapshotInput, arg2 ...request.Option) (*rds.RestoreDBInstanceFromDBSnapshotOutput, error)

RestoreDBInstanceFromDBSnapshotWithContext mocks base method

func (*MockRDSAPI) RestoreDBInstanceFromS3

func (m *MockRDSAPI) RestoreDBInstanceFromS3(arg0 *rds.RestoreDBInstanceFromS3Input) (*rds.RestoreDBInstanceFromS3Output, error)

RestoreDBInstanceFromS3 mocks base method

func (*MockRDSAPI) RestoreDBInstanceFromS3Request

func (m *MockRDSAPI) RestoreDBInstanceFromS3Request(arg0 *rds.RestoreDBInstanceFromS3Input) (*request.Request, *rds.RestoreDBInstanceFromS3Output)

RestoreDBInstanceFromS3Request mocks base method

func (*MockRDSAPI) RestoreDBInstanceFromS3WithContext

func (m *MockRDSAPI) RestoreDBInstanceFromS3WithContext(arg0 context.Context, arg1 *rds.RestoreDBInstanceFromS3Input, arg2 ...request.Option) (*rds.RestoreDBInstanceFromS3Output, error)

RestoreDBInstanceFromS3WithContext mocks base method

func (*MockRDSAPI) RestoreDBInstanceToPointInTime

RestoreDBInstanceToPointInTime mocks base method

func (*MockRDSAPI) RestoreDBInstanceToPointInTimeRequest

func (m *MockRDSAPI) RestoreDBInstanceToPointInTimeRequest(arg0 *rds.RestoreDBInstanceToPointInTimeInput) (*request.Request, *rds.RestoreDBInstanceToPointInTimeOutput)

RestoreDBInstanceToPointInTimeRequest mocks base method

func (*MockRDSAPI) RestoreDBInstanceToPointInTimeWithContext

func (m *MockRDSAPI) RestoreDBInstanceToPointInTimeWithContext(arg0 context.Context, arg1 *rds.RestoreDBInstanceToPointInTimeInput, arg2 ...request.Option) (*rds.RestoreDBInstanceToPointInTimeOutput, error)

RestoreDBInstanceToPointInTimeWithContext mocks base method

func (*MockRDSAPI) RevokeDBSecurityGroupIngress

RevokeDBSecurityGroupIngress mocks base method

func (*MockRDSAPI) RevokeDBSecurityGroupIngressRequest

func (m *MockRDSAPI) RevokeDBSecurityGroupIngressRequest(arg0 *rds.RevokeDBSecurityGroupIngressInput) (*request.Request, *rds.RevokeDBSecurityGroupIngressOutput)

RevokeDBSecurityGroupIngressRequest mocks base method

func (*MockRDSAPI) RevokeDBSecurityGroupIngressWithContext

func (m *MockRDSAPI) RevokeDBSecurityGroupIngressWithContext(arg0 context.Context, arg1 *rds.RevokeDBSecurityGroupIngressInput, arg2 ...request.Option) (*rds.RevokeDBSecurityGroupIngressOutput, error)

RevokeDBSecurityGroupIngressWithContext mocks base method

func (*MockRDSAPI) StartActivityStream

func (m *MockRDSAPI) StartActivityStream(arg0 *rds.StartActivityStreamInput) (*rds.StartActivityStreamOutput, error)

StartActivityStream mocks base method

func (*MockRDSAPI) StartActivityStreamRequest

func (m *MockRDSAPI) StartActivityStreamRequest(arg0 *rds.StartActivityStreamInput) (*request.Request, *rds.StartActivityStreamOutput)

StartActivityStreamRequest mocks base method

func (*MockRDSAPI) StartActivityStreamWithContext

func (m *MockRDSAPI) StartActivityStreamWithContext(arg0 context.Context, arg1 *rds.StartActivityStreamInput, arg2 ...request.Option) (*rds.StartActivityStreamOutput, error)

StartActivityStreamWithContext mocks base method

func (*MockRDSAPI) StartDBCluster

func (m *MockRDSAPI) StartDBCluster(arg0 *rds.StartDBClusterInput) (*rds.StartDBClusterOutput, error)

StartDBCluster mocks base method

func (*MockRDSAPI) StartDBClusterRequest

func (m *MockRDSAPI) StartDBClusterRequest(arg0 *rds.StartDBClusterInput) (*request.Request, *rds.StartDBClusterOutput)

StartDBClusterRequest mocks base method

func (*MockRDSAPI) StartDBClusterWithContext

func (m *MockRDSAPI) StartDBClusterWithContext(arg0 context.Context, arg1 *rds.StartDBClusterInput, arg2 ...request.Option) (*rds.StartDBClusterOutput, error)

StartDBClusterWithContext mocks base method

func (*MockRDSAPI) StartDBInstance

func (m *MockRDSAPI) StartDBInstance(arg0 *rds.StartDBInstanceInput) (*rds.StartDBInstanceOutput, error)

StartDBInstance mocks base method

func (*MockRDSAPI) StartDBInstanceAutomatedBackupsReplication added in v0.43.0

StartDBInstanceAutomatedBackupsReplication mocks base method

func (*MockRDSAPI) StartDBInstanceAutomatedBackupsReplicationRequest added in v0.43.0

StartDBInstanceAutomatedBackupsReplicationRequest mocks base method

func (*MockRDSAPI) StartDBInstanceAutomatedBackupsReplicationWithContext added in v0.43.0

func (m *MockRDSAPI) StartDBInstanceAutomatedBackupsReplicationWithContext(arg0 context.Context, arg1 *rds.StartDBInstanceAutomatedBackupsReplicationInput, arg2 ...request.Option) (*rds.StartDBInstanceAutomatedBackupsReplicationOutput, error)

StartDBInstanceAutomatedBackupsReplicationWithContext mocks base method

func (*MockRDSAPI) StartDBInstanceRequest

func (m *MockRDSAPI) StartDBInstanceRequest(arg0 *rds.StartDBInstanceInput) (*request.Request, *rds.StartDBInstanceOutput)

StartDBInstanceRequest mocks base method

func (*MockRDSAPI) StartDBInstanceWithContext

func (m *MockRDSAPI) StartDBInstanceWithContext(arg0 context.Context, arg1 *rds.StartDBInstanceInput, arg2 ...request.Option) (*rds.StartDBInstanceOutput, error)

StartDBInstanceWithContext mocks base method

func (*MockRDSAPI) StartExportTask

func (m *MockRDSAPI) StartExportTask(arg0 *rds.StartExportTaskInput) (*rds.StartExportTaskOutput, error)

StartExportTask mocks base method

func (*MockRDSAPI) StartExportTaskRequest

func (m *MockRDSAPI) StartExportTaskRequest(arg0 *rds.StartExportTaskInput) (*request.Request, *rds.StartExportTaskOutput)

StartExportTaskRequest mocks base method

func (*MockRDSAPI) StartExportTaskWithContext

func (m *MockRDSAPI) StartExportTaskWithContext(arg0 context.Context, arg1 *rds.StartExportTaskInput, arg2 ...request.Option) (*rds.StartExportTaskOutput, error)

StartExportTaskWithContext mocks base method

func (*MockRDSAPI) StopActivityStream

func (m *MockRDSAPI) StopActivityStream(arg0 *rds.StopActivityStreamInput) (*rds.StopActivityStreamOutput, error)

StopActivityStream mocks base method

func (*MockRDSAPI) StopActivityStreamRequest

func (m *MockRDSAPI) StopActivityStreamRequest(arg0 *rds.StopActivityStreamInput) (*request.Request, *rds.StopActivityStreamOutput)

StopActivityStreamRequest mocks base method

func (*MockRDSAPI) StopActivityStreamWithContext

func (m *MockRDSAPI) StopActivityStreamWithContext(arg0 context.Context, arg1 *rds.StopActivityStreamInput, arg2 ...request.Option) (*rds.StopActivityStreamOutput, error)

StopActivityStreamWithContext mocks base method

func (*MockRDSAPI) StopDBCluster

func (m *MockRDSAPI) StopDBCluster(arg0 *rds.StopDBClusterInput) (*rds.StopDBClusterOutput, error)

StopDBCluster mocks base method

func (*MockRDSAPI) StopDBClusterRequest

func (m *MockRDSAPI) StopDBClusterRequest(arg0 *rds.StopDBClusterInput) (*request.Request, *rds.StopDBClusterOutput)

StopDBClusterRequest mocks base method

func (*MockRDSAPI) StopDBClusterWithContext

func (m *MockRDSAPI) StopDBClusterWithContext(arg0 context.Context, arg1 *rds.StopDBClusterInput, arg2 ...request.Option) (*rds.StopDBClusterOutput, error)

StopDBClusterWithContext mocks base method

func (*MockRDSAPI) StopDBInstance

func (m *MockRDSAPI) StopDBInstance(arg0 *rds.StopDBInstanceInput) (*rds.StopDBInstanceOutput, error)

StopDBInstance mocks base method

func (*MockRDSAPI) StopDBInstanceAutomatedBackupsReplication added in v0.43.0

StopDBInstanceAutomatedBackupsReplication mocks base method

func (*MockRDSAPI) StopDBInstanceAutomatedBackupsReplicationRequest added in v0.43.0

StopDBInstanceAutomatedBackupsReplicationRequest mocks base method

func (*MockRDSAPI) StopDBInstanceAutomatedBackupsReplicationWithContext added in v0.43.0

func (m *MockRDSAPI) StopDBInstanceAutomatedBackupsReplicationWithContext(arg0 context.Context, arg1 *rds.StopDBInstanceAutomatedBackupsReplicationInput, arg2 ...request.Option) (*rds.StopDBInstanceAutomatedBackupsReplicationOutput, error)

StopDBInstanceAutomatedBackupsReplicationWithContext mocks base method

func (*MockRDSAPI) StopDBInstanceRequest

func (m *MockRDSAPI) StopDBInstanceRequest(arg0 *rds.StopDBInstanceInput) (*request.Request, *rds.StopDBInstanceOutput)

StopDBInstanceRequest mocks base method

func (*MockRDSAPI) StopDBInstanceWithContext

func (m *MockRDSAPI) StopDBInstanceWithContext(arg0 context.Context, arg1 *rds.StopDBInstanceInput, arg2 ...request.Option) (*rds.StopDBInstanceOutput, error)

StopDBInstanceWithContext mocks base method

func (*MockRDSAPI) WaitUntilDBClusterSnapshotAvailable

func (m *MockRDSAPI) WaitUntilDBClusterSnapshotAvailable(arg0 *rds.DescribeDBClusterSnapshotsInput) error

WaitUntilDBClusterSnapshotAvailable mocks base method

func (*MockRDSAPI) WaitUntilDBClusterSnapshotAvailableWithContext

func (m *MockRDSAPI) WaitUntilDBClusterSnapshotAvailableWithContext(arg0 context.Context, arg1 *rds.DescribeDBClusterSnapshotsInput, arg2 ...request.WaiterOption) error

WaitUntilDBClusterSnapshotAvailableWithContext mocks base method

func (*MockRDSAPI) WaitUntilDBClusterSnapshotDeleted

func (m *MockRDSAPI) WaitUntilDBClusterSnapshotDeleted(arg0 *rds.DescribeDBClusterSnapshotsInput) error

WaitUntilDBClusterSnapshotDeleted mocks base method

func (*MockRDSAPI) WaitUntilDBClusterSnapshotDeletedWithContext

func (m *MockRDSAPI) WaitUntilDBClusterSnapshotDeletedWithContext(arg0 context.Context, arg1 *rds.DescribeDBClusterSnapshotsInput, arg2 ...request.WaiterOption) error

WaitUntilDBClusterSnapshotDeletedWithContext mocks base method

func (*MockRDSAPI) WaitUntilDBInstanceAvailable

func (m *MockRDSAPI) WaitUntilDBInstanceAvailable(arg0 *rds.DescribeDBInstancesInput) error

WaitUntilDBInstanceAvailable mocks base method

func (*MockRDSAPI) WaitUntilDBInstanceAvailableWithContext

func (m *MockRDSAPI) WaitUntilDBInstanceAvailableWithContext(arg0 context.Context, arg1 *rds.DescribeDBInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilDBInstanceAvailableWithContext mocks base method

func (*MockRDSAPI) WaitUntilDBInstanceDeleted

func (m *MockRDSAPI) WaitUntilDBInstanceDeleted(arg0 *rds.DescribeDBInstancesInput) error

WaitUntilDBInstanceDeleted mocks base method

func (*MockRDSAPI) WaitUntilDBInstanceDeletedWithContext

func (m *MockRDSAPI) WaitUntilDBInstanceDeletedWithContext(arg0 context.Context, arg1 *rds.DescribeDBInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilDBInstanceDeletedWithContext mocks base method

func (*MockRDSAPI) WaitUntilDBSnapshotAvailable

func (m *MockRDSAPI) WaitUntilDBSnapshotAvailable(arg0 *rds.DescribeDBSnapshotsInput) error

WaitUntilDBSnapshotAvailable mocks base method

func (*MockRDSAPI) WaitUntilDBSnapshotAvailableWithContext

func (m *MockRDSAPI) WaitUntilDBSnapshotAvailableWithContext(arg0 context.Context, arg1 *rds.DescribeDBSnapshotsInput, arg2 ...request.WaiterOption) error

WaitUntilDBSnapshotAvailableWithContext mocks base method

func (*MockRDSAPI) WaitUntilDBSnapshotDeleted

func (m *MockRDSAPI) WaitUntilDBSnapshotDeleted(arg0 *rds.DescribeDBSnapshotsInput) error

WaitUntilDBSnapshotDeleted mocks base method

func (*MockRDSAPI) WaitUntilDBSnapshotDeletedWithContext

func (m *MockRDSAPI) WaitUntilDBSnapshotDeletedWithContext(arg0 context.Context, arg1 *rds.DescribeDBSnapshotsInput, arg2 ...request.WaiterOption) error

WaitUntilDBSnapshotDeletedWithContext mocks base method

type MockRDSAPIMockRecorder

type MockRDSAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockRDSAPIMockRecorder is the mock recorder for MockRDSAPI

func (*MockRDSAPIMockRecorder) AddRoleToDBCluster

func (mr *MockRDSAPIMockRecorder) AddRoleToDBCluster(arg0 interface{}) *gomock.Call

AddRoleToDBCluster indicates an expected call of AddRoleToDBCluster

func (*MockRDSAPIMockRecorder) AddRoleToDBClusterRequest

func (mr *MockRDSAPIMockRecorder) AddRoleToDBClusterRequest(arg0 interface{}) *gomock.Call

AddRoleToDBClusterRequest indicates an expected call of AddRoleToDBClusterRequest

func (*MockRDSAPIMockRecorder) AddRoleToDBClusterWithContext

func (mr *MockRDSAPIMockRecorder) AddRoleToDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddRoleToDBClusterWithContext indicates an expected call of AddRoleToDBClusterWithContext

func (*MockRDSAPIMockRecorder) AddRoleToDBInstance

func (mr *MockRDSAPIMockRecorder) AddRoleToDBInstance(arg0 interface{}) *gomock.Call

AddRoleToDBInstance indicates an expected call of AddRoleToDBInstance

func (*MockRDSAPIMockRecorder) AddRoleToDBInstanceRequest

func (mr *MockRDSAPIMockRecorder) AddRoleToDBInstanceRequest(arg0 interface{}) *gomock.Call

AddRoleToDBInstanceRequest indicates an expected call of AddRoleToDBInstanceRequest

func (*MockRDSAPIMockRecorder) AddRoleToDBInstanceWithContext

func (mr *MockRDSAPIMockRecorder) AddRoleToDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddRoleToDBInstanceWithContext indicates an expected call of AddRoleToDBInstanceWithContext

func (*MockRDSAPIMockRecorder) AddSourceIdentifierToSubscription

func (mr *MockRDSAPIMockRecorder) AddSourceIdentifierToSubscription(arg0 interface{}) *gomock.Call

AddSourceIdentifierToSubscription indicates an expected call of AddSourceIdentifierToSubscription

func (*MockRDSAPIMockRecorder) AddSourceIdentifierToSubscriptionRequest

func (mr *MockRDSAPIMockRecorder) AddSourceIdentifierToSubscriptionRequest(arg0 interface{}) *gomock.Call

AddSourceIdentifierToSubscriptionRequest indicates an expected call of AddSourceIdentifierToSubscriptionRequest

func (*MockRDSAPIMockRecorder) AddSourceIdentifierToSubscriptionWithContext

func (mr *MockRDSAPIMockRecorder) AddSourceIdentifierToSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddSourceIdentifierToSubscriptionWithContext indicates an expected call of AddSourceIdentifierToSubscriptionWithContext

func (*MockRDSAPIMockRecorder) AddTagsToResource

func (mr *MockRDSAPIMockRecorder) AddTagsToResource(arg0 interface{}) *gomock.Call

AddTagsToResource indicates an expected call of AddTagsToResource

func (*MockRDSAPIMockRecorder) AddTagsToResourceRequest

func (mr *MockRDSAPIMockRecorder) AddTagsToResourceRequest(arg0 interface{}) *gomock.Call

AddTagsToResourceRequest indicates an expected call of AddTagsToResourceRequest

func (*MockRDSAPIMockRecorder) AddTagsToResourceWithContext

func (mr *MockRDSAPIMockRecorder) AddTagsToResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddTagsToResourceWithContext indicates an expected call of AddTagsToResourceWithContext

func (*MockRDSAPIMockRecorder) ApplyPendingMaintenanceAction

func (mr *MockRDSAPIMockRecorder) ApplyPendingMaintenanceAction(arg0 interface{}) *gomock.Call

ApplyPendingMaintenanceAction indicates an expected call of ApplyPendingMaintenanceAction

func (*MockRDSAPIMockRecorder) ApplyPendingMaintenanceActionRequest

func (mr *MockRDSAPIMockRecorder) ApplyPendingMaintenanceActionRequest(arg0 interface{}) *gomock.Call

ApplyPendingMaintenanceActionRequest indicates an expected call of ApplyPendingMaintenanceActionRequest

func (*MockRDSAPIMockRecorder) ApplyPendingMaintenanceActionWithContext

func (mr *MockRDSAPIMockRecorder) ApplyPendingMaintenanceActionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ApplyPendingMaintenanceActionWithContext indicates an expected call of ApplyPendingMaintenanceActionWithContext

func (*MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngress

func (mr *MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngress(arg0 interface{}) *gomock.Call

AuthorizeDBSecurityGroupIngress indicates an expected call of AuthorizeDBSecurityGroupIngress

func (*MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngressRequest

func (mr *MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

AuthorizeDBSecurityGroupIngressRequest indicates an expected call of AuthorizeDBSecurityGroupIngressRequest

func (*MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngressWithContext

func (mr *MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthorizeDBSecurityGroupIngressWithContext indicates an expected call of AuthorizeDBSecurityGroupIngressWithContext

func (*MockRDSAPIMockRecorder) BacktrackDBCluster

func (mr *MockRDSAPIMockRecorder) BacktrackDBCluster(arg0 interface{}) *gomock.Call

BacktrackDBCluster indicates an expected call of BacktrackDBCluster

func (*MockRDSAPIMockRecorder) BacktrackDBClusterRequest

func (mr *MockRDSAPIMockRecorder) BacktrackDBClusterRequest(arg0 interface{}) *gomock.Call

BacktrackDBClusterRequest indicates an expected call of BacktrackDBClusterRequest

func (*MockRDSAPIMockRecorder) BacktrackDBClusterWithContext

func (mr *MockRDSAPIMockRecorder) BacktrackDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BacktrackDBClusterWithContext indicates an expected call of BacktrackDBClusterWithContext

func (*MockRDSAPIMockRecorder) CancelExportTask

func (mr *MockRDSAPIMockRecorder) CancelExportTask(arg0 interface{}) *gomock.Call

CancelExportTask indicates an expected call of CancelExportTask

func (*MockRDSAPIMockRecorder) CancelExportTaskRequest

func (mr *MockRDSAPIMockRecorder) CancelExportTaskRequest(arg0 interface{}) *gomock.Call

CancelExportTaskRequest indicates an expected call of CancelExportTaskRequest

func (*MockRDSAPIMockRecorder) CancelExportTaskWithContext

func (mr *MockRDSAPIMockRecorder) CancelExportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelExportTaskWithContext indicates an expected call of CancelExportTaskWithContext

func (*MockRDSAPIMockRecorder) CopyDBClusterParameterGroup

func (mr *MockRDSAPIMockRecorder) CopyDBClusterParameterGroup(arg0 interface{}) *gomock.Call

CopyDBClusterParameterGroup indicates an expected call of CopyDBClusterParameterGroup

func (*MockRDSAPIMockRecorder) CopyDBClusterParameterGroupRequest

func (mr *MockRDSAPIMockRecorder) CopyDBClusterParameterGroupRequest(arg0 interface{}) *gomock.Call

CopyDBClusterParameterGroupRequest indicates an expected call of CopyDBClusterParameterGroupRequest

func (*MockRDSAPIMockRecorder) CopyDBClusterParameterGroupWithContext

func (mr *MockRDSAPIMockRecorder) CopyDBClusterParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyDBClusterParameterGroupWithContext indicates an expected call of CopyDBClusterParameterGroupWithContext

func (*MockRDSAPIMockRecorder) CopyDBClusterSnapshot

func (mr *MockRDSAPIMockRecorder) CopyDBClusterSnapshot(arg0 interface{}) *gomock.Call

CopyDBClusterSnapshot indicates an expected call of CopyDBClusterSnapshot

func (*MockRDSAPIMockRecorder) CopyDBClusterSnapshotRequest

func (mr *MockRDSAPIMockRecorder) CopyDBClusterSnapshotRequest(arg0 interface{}) *gomock.Call

CopyDBClusterSnapshotRequest indicates an expected call of CopyDBClusterSnapshotRequest

func (*MockRDSAPIMockRecorder) CopyDBClusterSnapshotWithContext

func (mr *MockRDSAPIMockRecorder) CopyDBClusterSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyDBClusterSnapshotWithContext indicates an expected call of CopyDBClusterSnapshotWithContext

func (*MockRDSAPIMockRecorder) CopyDBParameterGroup

func (mr *MockRDSAPIMockRecorder) CopyDBParameterGroup(arg0 interface{}) *gomock.Call

CopyDBParameterGroup indicates an expected call of CopyDBParameterGroup

func (*MockRDSAPIMockRecorder) CopyDBParameterGroupRequest

func (mr *MockRDSAPIMockRecorder) CopyDBParameterGroupRequest(arg0 interface{}) *gomock.Call

CopyDBParameterGroupRequest indicates an expected call of CopyDBParameterGroupRequest

func (*MockRDSAPIMockRecorder) CopyDBParameterGroupWithContext

func (mr *MockRDSAPIMockRecorder) CopyDBParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyDBParameterGroupWithContext indicates an expected call of CopyDBParameterGroupWithContext

func (*MockRDSAPIMockRecorder) CopyDBSnapshot

func (mr *MockRDSAPIMockRecorder) CopyDBSnapshot(arg0 interface{}) *gomock.Call

CopyDBSnapshot indicates an expected call of CopyDBSnapshot

func (*MockRDSAPIMockRecorder) CopyDBSnapshotRequest

func (mr *MockRDSAPIMockRecorder) CopyDBSnapshotRequest(arg0 interface{}) *gomock.Call

CopyDBSnapshotRequest indicates an expected call of CopyDBSnapshotRequest

func (*MockRDSAPIMockRecorder) CopyDBSnapshotWithContext

func (mr *MockRDSAPIMockRecorder) CopyDBSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyDBSnapshotWithContext indicates an expected call of CopyDBSnapshotWithContext

func (*MockRDSAPIMockRecorder) CopyOptionGroup

func (mr *MockRDSAPIMockRecorder) CopyOptionGroup(arg0 interface{}) *gomock.Call

CopyOptionGroup indicates an expected call of CopyOptionGroup

func (*MockRDSAPIMockRecorder) CopyOptionGroupRequest

func (mr *MockRDSAPIMockRecorder) CopyOptionGroupRequest(arg0 interface{}) *gomock.Call

CopyOptionGroupRequest indicates an expected call of CopyOptionGroupRequest

func (*MockRDSAPIMockRecorder) CopyOptionGroupWithContext

func (mr *MockRDSAPIMockRecorder) CopyOptionGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyOptionGroupWithContext indicates an expected call of CopyOptionGroupWithContext

func (*MockRDSAPIMockRecorder) CreateCustomAvailabilityZone

func (mr *MockRDSAPIMockRecorder) CreateCustomAvailabilityZone(arg0 interface{}) *gomock.Call

CreateCustomAvailabilityZone indicates an expected call of CreateCustomAvailabilityZone

func (*MockRDSAPIMockRecorder) CreateCustomAvailabilityZoneRequest

func (mr *MockRDSAPIMockRecorder) CreateCustomAvailabilityZoneRequest(arg0 interface{}) *gomock.Call

CreateCustomAvailabilityZoneRequest indicates an expected call of CreateCustomAvailabilityZoneRequest

func (*MockRDSAPIMockRecorder) CreateCustomAvailabilityZoneWithContext

func (mr *MockRDSAPIMockRecorder) CreateCustomAvailabilityZoneWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCustomAvailabilityZoneWithContext indicates an expected call of CreateCustomAvailabilityZoneWithContext

func (*MockRDSAPIMockRecorder) CreateCustomDBEngineVersion added in v0.54.0

func (mr *MockRDSAPIMockRecorder) CreateCustomDBEngineVersion(arg0 interface{}) *gomock.Call

CreateCustomDBEngineVersion indicates an expected call of CreateCustomDBEngineVersion

func (*MockRDSAPIMockRecorder) CreateCustomDBEngineVersionRequest added in v0.54.0

func (mr *MockRDSAPIMockRecorder) CreateCustomDBEngineVersionRequest(arg0 interface{}) *gomock.Call

CreateCustomDBEngineVersionRequest indicates an expected call of CreateCustomDBEngineVersionRequest

func (*MockRDSAPIMockRecorder) CreateCustomDBEngineVersionWithContext added in v0.54.0

func (mr *MockRDSAPIMockRecorder) CreateCustomDBEngineVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCustomDBEngineVersionWithContext indicates an expected call of CreateCustomDBEngineVersionWithContext

func (*MockRDSAPIMockRecorder) CreateDBCluster

func (mr *MockRDSAPIMockRecorder) CreateDBCluster(arg0 interface{}) *gomock.Call

CreateDBCluster indicates an expected call of CreateDBCluster

func (*MockRDSAPIMockRecorder) CreateDBClusterEndpoint

func (mr *MockRDSAPIMockRecorder) CreateDBClusterEndpoint(arg0 interface{}) *gomock.Call

CreateDBClusterEndpoint indicates an expected call of CreateDBClusterEndpoint

func (*MockRDSAPIMockRecorder) CreateDBClusterEndpointRequest

func (mr *MockRDSAPIMockRecorder) CreateDBClusterEndpointRequest(arg0 interface{}) *gomock.Call

CreateDBClusterEndpointRequest indicates an expected call of CreateDBClusterEndpointRequest

func (*MockRDSAPIMockRecorder) CreateDBClusterEndpointWithContext

func (mr *MockRDSAPIMockRecorder) CreateDBClusterEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBClusterEndpointWithContext indicates an expected call of CreateDBClusterEndpointWithContext

func (*MockRDSAPIMockRecorder) CreateDBClusterParameterGroup

func (mr *MockRDSAPIMockRecorder) CreateDBClusterParameterGroup(arg0 interface{}) *gomock.Call

CreateDBClusterParameterGroup indicates an expected call of CreateDBClusterParameterGroup

func (*MockRDSAPIMockRecorder) CreateDBClusterParameterGroupRequest

func (mr *MockRDSAPIMockRecorder) CreateDBClusterParameterGroupRequest(arg0 interface{}) *gomock.Call

CreateDBClusterParameterGroupRequest indicates an expected call of CreateDBClusterParameterGroupRequest

func (*MockRDSAPIMockRecorder) CreateDBClusterParameterGroupWithContext

func (mr *MockRDSAPIMockRecorder) CreateDBClusterParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBClusterParameterGroupWithContext indicates an expected call of CreateDBClusterParameterGroupWithContext

func (*MockRDSAPIMockRecorder) CreateDBClusterRequest

func (mr *MockRDSAPIMockRecorder) CreateDBClusterRequest(arg0 interface{}) *gomock.Call

CreateDBClusterRequest indicates an expected call of CreateDBClusterRequest

func (*MockRDSAPIMockRecorder) CreateDBClusterSnapshot

func (mr *MockRDSAPIMockRecorder) CreateDBClusterSnapshot(arg0 interface{}) *gomock.Call

CreateDBClusterSnapshot indicates an expected call of CreateDBClusterSnapshot

func (*MockRDSAPIMockRecorder) CreateDBClusterSnapshotRequest

func (mr *MockRDSAPIMockRecorder) CreateDBClusterSnapshotRequest(arg0 interface{}) *gomock.Call

CreateDBClusterSnapshotRequest indicates an expected call of CreateDBClusterSnapshotRequest

func (*MockRDSAPIMockRecorder) CreateDBClusterSnapshotWithContext

func (mr *MockRDSAPIMockRecorder) CreateDBClusterSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBClusterSnapshotWithContext indicates an expected call of CreateDBClusterSnapshotWithContext

func (*MockRDSAPIMockRecorder) CreateDBClusterWithContext

func (mr *MockRDSAPIMockRecorder) CreateDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBClusterWithContext indicates an expected call of CreateDBClusterWithContext

func (*MockRDSAPIMockRecorder) CreateDBInstance

func (mr *MockRDSAPIMockRecorder) CreateDBInstance(arg0 interface{}) *gomock.Call

CreateDBInstance indicates an expected call of CreateDBInstance

func (*MockRDSAPIMockRecorder) CreateDBInstanceReadReplica

func (mr *MockRDSAPIMockRecorder) CreateDBInstanceReadReplica(arg0 interface{}) *gomock.Call

CreateDBInstanceReadReplica indicates an expected call of CreateDBInstanceReadReplica

func (*MockRDSAPIMockRecorder) CreateDBInstanceReadReplicaRequest

func (mr *MockRDSAPIMockRecorder) CreateDBInstanceReadReplicaRequest(arg0 interface{}) *gomock.Call

CreateDBInstanceReadReplicaRequest indicates an expected call of CreateDBInstanceReadReplicaRequest

func (*MockRDSAPIMockRecorder) CreateDBInstanceReadReplicaWithContext

func (mr *MockRDSAPIMockRecorder) CreateDBInstanceReadReplicaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBInstanceReadReplicaWithContext indicates an expected call of CreateDBInstanceReadReplicaWithContext

func (*MockRDSAPIMockRecorder) CreateDBInstanceRequest

func (mr *MockRDSAPIMockRecorder) CreateDBInstanceRequest(arg0 interface{}) *gomock.Call

CreateDBInstanceRequest indicates an expected call of CreateDBInstanceRequest

func (*MockRDSAPIMockRecorder) CreateDBInstanceWithContext

func (mr *MockRDSAPIMockRecorder) CreateDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBInstanceWithContext indicates an expected call of CreateDBInstanceWithContext

func (*MockRDSAPIMockRecorder) CreateDBParameterGroup

func (mr *MockRDSAPIMockRecorder) CreateDBParameterGroup(arg0 interface{}) *gomock.Call

CreateDBParameterGroup indicates an expected call of CreateDBParameterGroup

func (*MockRDSAPIMockRecorder) CreateDBParameterGroupRequest

func (mr *MockRDSAPIMockRecorder) CreateDBParameterGroupRequest(arg0 interface{}) *gomock.Call

CreateDBParameterGroupRequest indicates an expected call of CreateDBParameterGroupRequest

func (*MockRDSAPIMockRecorder) CreateDBParameterGroupWithContext

func (mr *MockRDSAPIMockRecorder) CreateDBParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBParameterGroupWithContext indicates an expected call of CreateDBParameterGroupWithContext

func (*MockRDSAPIMockRecorder) CreateDBProxy

func (mr *MockRDSAPIMockRecorder) CreateDBProxy(arg0 interface{}) *gomock.Call

CreateDBProxy indicates an expected call of CreateDBProxy

func (*MockRDSAPIMockRecorder) CreateDBProxyEndpoint added in v0.47.0

func (mr *MockRDSAPIMockRecorder) CreateDBProxyEndpoint(arg0 interface{}) *gomock.Call

CreateDBProxyEndpoint indicates an expected call of CreateDBProxyEndpoint

func (*MockRDSAPIMockRecorder) CreateDBProxyEndpointRequest added in v0.47.0

func (mr *MockRDSAPIMockRecorder) CreateDBProxyEndpointRequest(arg0 interface{}) *gomock.Call

CreateDBProxyEndpointRequest indicates an expected call of CreateDBProxyEndpointRequest

func (*MockRDSAPIMockRecorder) CreateDBProxyEndpointWithContext added in v0.47.0

func (mr *MockRDSAPIMockRecorder) CreateDBProxyEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBProxyEndpointWithContext indicates an expected call of CreateDBProxyEndpointWithContext

func (*MockRDSAPIMockRecorder) CreateDBProxyRequest

func (mr *MockRDSAPIMockRecorder) CreateDBProxyRequest(arg0 interface{}) *gomock.Call

CreateDBProxyRequest indicates an expected call of CreateDBProxyRequest

func (*MockRDSAPIMockRecorder) CreateDBProxyWithContext

func (mr *MockRDSAPIMockRecorder) CreateDBProxyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBProxyWithContext indicates an expected call of CreateDBProxyWithContext

func (*MockRDSAPIMockRecorder) CreateDBSecurityGroup

func (mr *MockRDSAPIMockRecorder) CreateDBSecurityGroup(arg0 interface{}) *gomock.Call

CreateDBSecurityGroup indicates an expected call of CreateDBSecurityGroup

func (*MockRDSAPIMockRecorder) CreateDBSecurityGroupRequest

func (mr *MockRDSAPIMockRecorder) CreateDBSecurityGroupRequest(arg0 interface{}) *gomock.Call

CreateDBSecurityGroupRequest indicates an expected call of CreateDBSecurityGroupRequest

func (*MockRDSAPIMockRecorder) CreateDBSecurityGroupWithContext

func (mr *MockRDSAPIMockRecorder) CreateDBSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBSecurityGroupWithContext indicates an expected call of CreateDBSecurityGroupWithContext

func (*MockRDSAPIMockRecorder) CreateDBSnapshot

func (mr *MockRDSAPIMockRecorder) CreateDBSnapshot(arg0 interface{}) *gomock.Call

CreateDBSnapshot indicates an expected call of CreateDBSnapshot

func (*MockRDSAPIMockRecorder) CreateDBSnapshotRequest

func (mr *MockRDSAPIMockRecorder) CreateDBSnapshotRequest(arg0 interface{}) *gomock.Call

CreateDBSnapshotRequest indicates an expected call of CreateDBSnapshotRequest

func (*MockRDSAPIMockRecorder) CreateDBSnapshotWithContext

func (mr *MockRDSAPIMockRecorder) CreateDBSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBSnapshotWithContext indicates an expected call of CreateDBSnapshotWithContext

func (*MockRDSAPIMockRecorder) CreateDBSubnetGroup

func (mr *MockRDSAPIMockRecorder) CreateDBSubnetGroup(arg0 interface{}) *gomock.Call

CreateDBSubnetGroup indicates an expected call of CreateDBSubnetGroup

func (*MockRDSAPIMockRecorder) CreateDBSubnetGroupRequest

func (mr *MockRDSAPIMockRecorder) CreateDBSubnetGroupRequest(arg0 interface{}) *gomock.Call

CreateDBSubnetGroupRequest indicates an expected call of CreateDBSubnetGroupRequest

func (*MockRDSAPIMockRecorder) CreateDBSubnetGroupWithContext

func (mr *MockRDSAPIMockRecorder) CreateDBSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBSubnetGroupWithContext indicates an expected call of CreateDBSubnetGroupWithContext

func (*MockRDSAPIMockRecorder) CreateEventSubscription

func (mr *MockRDSAPIMockRecorder) CreateEventSubscription(arg0 interface{}) *gomock.Call

CreateEventSubscription indicates an expected call of CreateEventSubscription

func (*MockRDSAPIMockRecorder) CreateEventSubscriptionRequest

func (mr *MockRDSAPIMockRecorder) CreateEventSubscriptionRequest(arg0 interface{}) *gomock.Call

CreateEventSubscriptionRequest indicates an expected call of CreateEventSubscriptionRequest

func (*MockRDSAPIMockRecorder) CreateEventSubscriptionWithContext

func (mr *MockRDSAPIMockRecorder) CreateEventSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateEventSubscriptionWithContext indicates an expected call of CreateEventSubscriptionWithContext

func (*MockRDSAPIMockRecorder) CreateGlobalCluster

func (mr *MockRDSAPIMockRecorder) CreateGlobalCluster(arg0 interface{}) *gomock.Call

CreateGlobalCluster indicates an expected call of CreateGlobalCluster

func (*MockRDSAPIMockRecorder) CreateGlobalClusterRequest

func (mr *MockRDSAPIMockRecorder) CreateGlobalClusterRequest(arg0 interface{}) *gomock.Call

CreateGlobalClusterRequest indicates an expected call of CreateGlobalClusterRequest

func (*MockRDSAPIMockRecorder) CreateGlobalClusterWithContext

func (mr *MockRDSAPIMockRecorder) CreateGlobalClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateGlobalClusterWithContext indicates an expected call of CreateGlobalClusterWithContext

func (*MockRDSAPIMockRecorder) CreateOptionGroup

func (mr *MockRDSAPIMockRecorder) CreateOptionGroup(arg0 interface{}) *gomock.Call

CreateOptionGroup indicates an expected call of CreateOptionGroup

func (*MockRDSAPIMockRecorder) CreateOptionGroupRequest

func (mr *MockRDSAPIMockRecorder) CreateOptionGroupRequest(arg0 interface{}) *gomock.Call

CreateOptionGroupRequest indicates an expected call of CreateOptionGroupRequest

func (*MockRDSAPIMockRecorder) CreateOptionGroupWithContext

func (mr *MockRDSAPIMockRecorder) CreateOptionGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateOptionGroupWithContext indicates an expected call of CreateOptionGroupWithContext

func (*MockRDSAPIMockRecorder) DeleteCustomAvailabilityZone

func (mr *MockRDSAPIMockRecorder) DeleteCustomAvailabilityZone(arg0 interface{}) *gomock.Call

DeleteCustomAvailabilityZone indicates an expected call of DeleteCustomAvailabilityZone

func (*MockRDSAPIMockRecorder) DeleteCustomAvailabilityZoneRequest

func (mr *MockRDSAPIMockRecorder) DeleteCustomAvailabilityZoneRequest(arg0 interface{}) *gomock.Call

DeleteCustomAvailabilityZoneRequest indicates an expected call of DeleteCustomAvailabilityZoneRequest

func (*MockRDSAPIMockRecorder) DeleteCustomAvailabilityZoneWithContext

func (mr *MockRDSAPIMockRecorder) DeleteCustomAvailabilityZoneWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCustomAvailabilityZoneWithContext indicates an expected call of DeleteCustomAvailabilityZoneWithContext

func (*MockRDSAPIMockRecorder) DeleteCustomDBEngineVersion added in v0.54.0

func (mr *MockRDSAPIMockRecorder) DeleteCustomDBEngineVersion(arg0 interface{}) *gomock.Call

DeleteCustomDBEngineVersion indicates an expected call of DeleteCustomDBEngineVersion

func (*MockRDSAPIMockRecorder) DeleteCustomDBEngineVersionRequest added in v0.54.0

func (mr *MockRDSAPIMockRecorder) DeleteCustomDBEngineVersionRequest(arg0 interface{}) *gomock.Call

DeleteCustomDBEngineVersionRequest indicates an expected call of DeleteCustomDBEngineVersionRequest

func (*MockRDSAPIMockRecorder) DeleteCustomDBEngineVersionWithContext added in v0.54.0

func (mr *MockRDSAPIMockRecorder) DeleteCustomDBEngineVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCustomDBEngineVersionWithContext indicates an expected call of DeleteCustomDBEngineVersionWithContext

func (*MockRDSAPIMockRecorder) DeleteDBCluster

func (mr *MockRDSAPIMockRecorder) DeleteDBCluster(arg0 interface{}) *gomock.Call

DeleteDBCluster indicates an expected call of DeleteDBCluster

func (*MockRDSAPIMockRecorder) DeleteDBClusterEndpoint

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterEndpoint(arg0 interface{}) *gomock.Call

DeleteDBClusterEndpoint indicates an expected call of DeleteDBClusterEndpoint

func (*MockRDSAPIMockRecorder) DeleteDBClusterEndpointRequest

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterEndpointRequest(arg0 interface{}) *gomock.Call

DeleteDBClusterEndpointRequest indicates an expected call of DeleteDBClusterEndpointRequest

func (*MockRDSAPIMockRecorder) DeleteDBClusterEndpointWithContext

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBClusterEndpointWithContext indicates an expected call of DeleteDBClusterEndpointWithContext

func (*MockRDSAPIMockRecorder) DeleteDBClusterParameterGroup

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterParameterGroup(arg0 interface{}) *gomock.Call

DeleteDBClusterParameterGroup indicates an expected call of DeleteDBClusterParameterGroup

func (*MockRDSAPIMockRecorder) DeleteDBClusterParameterGroupRequest

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterParameterGroupRequest(arg0 interface{}) *gomock.Call

DeleteDBClusterParameterGroupRequest indicates an expected call of DeleteDBClusterParameterGroupRequest

func (*MockRDSAPIMockRecorder) DeleteDBClusterParameterGroupWithContext

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBClusterParameterGroupWithContext indicates an expected call of DeleteDBClusterParameterGroupWithContext

func (*MockRDSAPIMockRecorder) DeleteDBClusterRequest

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterRequest(arg0 interface{}) *gomock.Call

DeleteDBClusterRequest indicates an expected call of DeleteDBClusterRequest

func (*MockRDSAPIMockRecorder) DeleteDBClusterSnapshot

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterSnapshot(arg0 interface{}) *gomock.Call

DeleteDBClusterSnapshot indicates an expected call of DeleteDBClusterSnapshot

func (*MockRDSAPIMockRecorder) DeleteDBClusterSnapshotRequest

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterSnapshotRequest(arg0 interface{}) *gomock.Call

DeleteDBClusterSnapshotRequest indicates an expected call of DeleteDBClusterSnapshotRequest

func (*MockRDSAPIMockRecorder) DeleteDBClusterSnapshotWithContext

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBClusterSnapshotWithContext indicates an expected call of DeleteDBClusterSnapshotWithContext

func (*MockRDSAPIMockRecorder) DeleteDBClusterWithContext

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBClusterWithContext indicates an expected call of DeleteDBClusterWithContext

func (*MockRDSAPIMockRecorder) DeleteDBInstance

func (mr *MockRDSAPIMockRecorder) DeleteDBInstance(arg0 interface{}) *gomock.Call

DeleteDBInstance indicates an expected call of DeleteDBInstance

func (*MockRDSAPIMockRecorder) DeleteDBInstanceAutomatedBackup

func (mr *MockRDSAPIMockRecorder) DeleteDBInstanceAutomatedBackup(arg0 interface{}) *gomock.Call

DeleteDBInstanceAutomatedBackup indicates an expected call of DeleteDBInstanceAutomatedBackup

func (*MockRDSAPIMockRecorder) DeleteDBInstanceAutomatedBackupRequest

func (mr *MockRDSAPIMockRecorder) DeleteDBInstanceAutomatedBackupRequest(arg0 interface{}) *gomock.Call

DeleteDBInstanceAutomatedBackupRequest indicates an expected call of DeleteDBInstanceAutomatedBackupRequest

func (*MockRDSAPIMockRecorder) DeleteDBInstanceAutomatedBackupWithContext

func (mr *MockRDSAPIMockRecorder) DeleteDBInstanceAutomatedBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBInstanceAutomatedBackupWithContext indicates an expected call of DeleteDBInstanceAutomatedBackupWithContext

func (*MockRDSAPIMockRecorder) DeleteDBInstanceRequest

func (mr *MockRDSAPIMockRecorder) DeleteDBInstanceRequest(arg0 interface{}) *gomock.Call

DeleteDBInstanceRequest indicates an expected call of DeleteDBInstanceRequest

func (*MockRDSAPIMockRecorder) DeleteDBInstanceWithContext

func (mr *MockRDSAPIMockRecorder) DeleteDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBInstanceWithContext indicates an expected call of DeleteDBInstanceWithContext

func (*MockRDSAPIMockRecorder) DeleteDBParameterGroup

func (mr *MockRDSAPIMockRecorder) DeleteDBParameterGroup(arg0 interface{}) *gomock.Call

DeleteDBParameterGroup indicates an expected call of DeleteDBParameterGroup

func (*MockRDSAPIMockRecorder) DeleteDBParameterGroupRequest

func (mr *MockRDSAPIMockRecorder) DeleteDBParameterGroupRequest(arg0 interface{}) *gomock.Call

DeleteDBParameterGroupRequest indicates an expected call of DeleteDBParameterGroupRequest

func (*MockRDSAPIMockRecorder) DeleteDBParameterGroupWithContext

func (mr *MockRDSAPIMockRecorder) DeleteDBParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBParameterGroupWithContext indicates an expected call of DeleteDBParameterGroupWithContext

func (*MockRDSAPIMockRecorder) DeleteDBProxy

func (mr *MockRDSAPIMockRecorder) DeleteDBProxy(arg0 interface{}) *gomock.Call

DeleteDBProxy indicates an expected call of DeleteDBProxy

func (*MockRDSAPIMockRecorder) DeleteDBProxyEndpoint added in v0.47.0

func (mr *MockRDSAPIMockRecorder) DeleteDBProxyEndpoint(arg0 interface{}) *gomock.Call

DeleteDBProxyEndpoint indicates an expected call of DeleteDBProxyEndpoint

func (*MockRDSAPIMockRecorder) DeleteDBProxyEndpointRequest added in v0.47.0

func (mr *MockRDSAPIMockRecorder) DeleteDBProxyEndpointRequest(arg0 interface{}) *gomock.Call

DeleteDBProxyEndpointRequest indicates an expected call of DeleteDBProxyEndpointRequest

func (*MockRDSAPIMockRecorder) DeleteDBProxyEndpointWithContext added in v0.47.0

func (mr *MockRDSAPIMockRecorder) DeleteDBProxyEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBProxyEndpointWithContext indicates an expected call of DeleteDBProxyEndpointWithContext

func (*MockRDSAPIMockRecorder) DeleteDBProxyRequest

func (mr *MockRDSAPIMockRecorder) DeleteDBProxyRequest(arg0 interface{}) *gomock.Call

DeleteDBProxyRequest indicates an expected call of DeleteDBProxyRequest

func (*MockRDSAPIMockRecorder) DeleteDBProxyWithContext

func (mr *MockRDSAPIMockRecorder) DeleteDBProxyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBProxyWithContext indicates an expected call of DeleteDBProxyWithContext

func (*MockRDSAPIMockRecorder) DeleteDBSecurityGroup

func (mr *MockRDSAPIMockRecorder) DeleteDBSecurityGroup(arg0 interface{}) *gomock.Call

DeleteDBSecurityGroup indicates an expected call of DeleteDBSecurityGroup

func (*MockRDSAPIMockRecorder) DeleteDBSecurityGroupRequest

func (mr *MockRDSAPIMockRecorder) DeleteDBSecurityGroupRequest(arg0 interface{}) *gomock.Call

DeleteDBSecurityGroupRequest indicates an expected call of DeleteDBSecurityGroupRequest

func (*MockRDSAPIMockRecorder) DeleteDBSecurityGroupWithContext

func (mr *MockRDSAPIMockRecorder) DeleteDBSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBSecurityGroupWithContext indicates an expected call of DeleteDBSecurityGroupWithContext

func (*MockRDSAPIMockRecorder) DeleteDBSnapshot

func (mr *MockRDSAPIMockRecorder) DeleteDBSnapshot(arg0 interface{}) *gomock.Call

DeleteDBSnapshot indicates an expected call of DeleteDBSnapshot

func (*MockRDSAPIMockRecorder) DeleteDBSnapshotRequest

func (mr *MockRDSAPIMockRecorder) DeleteDBSnapshotRequest(arg0 interface{}) *gomock.Call

DeleteDBSnapshotRequest indicates an expected call of DeleteDBSnapshotRequest

func (*MockRDSAPIMockRecorder) DeleteDBSnapshotWithContext

func (mr *MockRDSAPIMockRecorder) DeleteDBSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBSnapshotWithContext indicates an expected call of DeleteDBSnapshotWithContext

func (*MockRDSAPIMockRecorder) DeleteDBSubnetGroup

func (mr *MockRDSAPIMockRecorder) DeleteDBSubnetGroup(arg0 interface{}) *gomock.Call

DeleteDBSubnetGroup indicates an expected call of DeleteDBSubnetGroup

func (*MockRDSAPIMockRecorder) DeleteDBSubnetGroupRequest

func (mr *MockRDSAPIMockRecorder) DeleteDBSubnetGroupRequest(arg0 interface{}) *gomock.Call

DeleteDBSubnetGroupRequest indicates an expected call of DeleteDBSubnetGroupRequest

func (*MockRDSAPIMockRecorder) DeleteDBSubnetGroupWithContext

func (mr *MockRDSAPIMockRecorder) DeleteDBSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBSubnetGroupWithContext indicates an expected call of DeleteDBSubnetGroupWithContext

func (*MockRDSAPIMockRecorder) DeleteEventSubscription

func (mr *MockRDSAPIMockRecorder) DeleteEventSubscription(arg0 interface{}) *gomock.Call

DeleteEventSubscription indicates an expected call of DeleteEventSubscription

func (*MockRDSAPIMockRecorder) DeleteEventSubscriptionRequest

func (mr *MockRDSAPIMockRecorder) DeleteEventSubscriptionRequest(arg0 interface{}) *gomock.Call

DeleteEventSubscriptionRequest indicates an expected call of DeleteEventSubscriptionRequest

func (*MockRDSAPIMockRecorder) DeleteEventSubscriptionWithContext

func (mr *MockRDSAPIMockRecorder) DeleteEventSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteEventSubscriptionWithContext indicates an expected call of DeleteEventSubscriptionWithContext

func (*MockRDSAPIMockRecorder) DeleteGlobalCluster

func (mr *MockRDSAPIMockRecorder) DeleteGlobalCluster(arg0 interface{}) *gomock.Call

DeleteGlobalCluster indicates an expected call of DeleteGlobalCluster

func (*MockRDSAPIMockRecorder) DeleteGlobalClusterRequest

func (mr *MockRDSAPIMockRecorder) DeleteGlobalClusterRequest(arg0 interface{}) *gomock.Call

DeleteGlobalClusterRequest indicates an expected call of DeleteGlobalClusterRequest

func (*MockRDSAPIMockRecorder) DeleteGlobalClusterWithContext

func (mr *MockRDSAPIMockRecorder) DeleteGlobalClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteGlobalClusterWithContext indicates an expected call of DeleteGlobalClusterWithContext

func (*MockRDSAPIMockRecorder) DeleteInstallationMedia

func (mr *MockRDSAPIMockRecorder) DeleteInstallationMedia(arg0 interface{}) *gomock.Call

DeleteInstallationMedia indicates an expected call of DeleteInstallationMedia

func (*MockRDSAPIMockRecorder) DeleteInstallationMediaRequest

func (mr *MockRDSAPIMockRecorder) DeleteInstallationMediaRequest(arg0 interface{}) *gomock.Call

DeleteInstallationMediaRequest indicates an expected call of DeleteInstallationMediaRequest

func (*MockRDSAPIMockRecorder) DeleteInstallationMediaWithContext

func (mr *MockRDSAPIMockRecorder) DeleteInstallationMediaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteInstallationMediaWithContext indicates an expected call of DeleteInstallationMediaWithContext

func (*MockRDSAPIMockRecorder) DeleteOptionGroup

func (mr *MockRDSAPIMockRecorder) DeleteOptionGroup(arg0 interface{}) *gomock.Call

DeleteOptionGroup indicates an expected call of DeleteOptionGroup

func (*MockRDSAPIMockRecorder) DeleteOptionGroupRequest

func (mr *MockRDSAPIMockRecorder) DeleteOptionGroupRequest(arg0 interface{}) *gomock.Call

DeleteOptionGroupRequest indicates an expected call of DeleteOptionGroupRequest

func (*MockRDSAPIMockRecorder) DeleteOptionGroupWithContext

func (mr *MockRDSAPIMockRecorder) DeleteOptionGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteOptionGroupWithContext indicates an expected call of DeleteOptionGroupWithContext

func (*MockRDSAPIMockRecorder) DeregisterDBProxyTargets

func (mr *MockRDSAPIMockRecorder) DeregisterDBProxyTargets(arg0 interface{}) *gomock.Call

DeregisterDBProxyTargets indicates an expected call of DeregisterDBProxyTargets

func (*MockRDSAPIMockRecorder) DeregisterDBProxyTargetsRequest

func (mr *MockRDSAPIMockRecorder) DeregisterDBProxyTargetsRequest(arg0 interface{}) *gomock.Call

DeregisterDBProxyTargetsRequest indicates an expected call of DeregisterDBProxyTargetsRequest

func (*MockRDSAPIMockRecorder) DeregisterDBProxyTargetsWithContext

func (mr *MockRDSAPIMockRecorder) DeregisterDBProxyTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterDBProxyTargetsWithContext indicates an expected call of DeregisterDBProxyTargetsWithContext

func (*MockRDSAPIMockRecorder) DescribeAccountAttributes

func (mr *MockRDSAPIMockRecorder) DescribeAccountAttributes(arg0 interface{}) *gomock.Call

DescribeAccountAttributes indicates an expected call of DescribeAccountAttributes

func (*MockRDSAPIMockRecorder) DescribeAccountAttributesRequest

func (mr *MockRDSAPIMockRecorder) DescribeAccountAttributesRequest(arg0 interface{}) *gomock.Call

DescribeAccountAttributesRequest indicates an expected call of DescribeAccountAttributesRequest

func (*MockRDSAPIMockRecorder) DescribeAccountAttributesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeAccountAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAccountAttributesWithContext indicates an expected call of DescribeAccountAttributesWithContext

func (*MockRDSAPIMockRecorder) DescribeCertificates

func (mr *MockRDSAPIMockRecorder) DescribeCertificates(arg0 interface{}) *gomock.Call

DescribeCertificates indicates an expected call of DescribeCertificates

func (*MockRDSAPIMockRecorder) DescribeCertificatesPages added in v0.26.0

func (mr *MockRDSAPIMockRecorder) DescribeCertificatesPages(arg0, arg1 interface{}) *gomock.Call

DescribeCertificatesPages indicates an expected call of DescribeCertificatesPages

func (*MockRDSAPIMockRecorder) DescribeCertificatesPagesWithContext added in v0.26.0

func (mr *MockRDSAPIMockRecorder) DescribeCertificatesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeCertificatesPagesWithContext indicates an expected call of DescribeCertificatesPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeCertificatesRequest

func (mr *MockRDSAPIMockRecorder) DescribeCertificatesRequest(arg0 interface{}) *gomock.Call

DescribeCertificatesRequest indicates an expected call of DescribeCertificatesRequest

func (*MockRDSAPIMockRecorder) DescribeCertificatesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCertificatesWithContext indicates an expected call of DescribeCertificatesWithContext

func (*MockRDSAPIMockRecorder) DescribeCustomAvailabilityZones

func (mr *MockRDSAPIMockRecorder) DescribeCustomAvailabilityZones(arg0 interface{}) *gomock.Call

DescribeCustomAvailabilityZones indicates an expected call of DescribeCustomAvailabilityZones

func (*MockRDSAPIMockRecorder) DescribeCustomAvailabilityZonesPages

func (mr *MockRDSAPIMockRecorder) DescribeCustomAvailabilityZonesPages(arg0, arg1 interface{}) *gomock.Call

DescribeCustomAvailabilityZonesPages indicates an expected call of DescribeCustomAvailabilityZonesPages

func (*MockRDSAPIMockRecorder) DescribeCustomAvailabilityZonesPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeCustomAvailabilityZonesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeCustomAvailabilityZonesPagesWithContext indicates an expected call of DescribeCustomAvailabilityZonesPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeCustomAvailabilityZonesRequest

func (mr *MockRDSAPIMockRecorder) DescribeCustomAvailabilityZonesRequest(arg0 interface{}) *gomock.Call

DescribeCustomAvailabilityZonesRequest indicates an expected call of DescribeCustomAvailabilityZonesRequest

func (*MockRDSAPIMockRecorder) DescribeCustomAvailabilityZonesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeCustomAvailabilityZonesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCustomAvailabilityZonesWithContext indicates an expected call of DescribeCustomAvailabilityZonesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterBacktracks

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterBacktracks(arg0 interface{}) *gomock.Call

DescribeDBClusterBacktracks indicates an expected call of DescribeDBClusterBacktracks

func (*MockRDSAPIMockRecorder) DescribeDBClusterBacktracksPages added in v0.26.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterBacktracksPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBClusterBacktracksPages indicates an expected call of DescribeDBClusterBacktracksPages

func (*MockRDSAPIMockRecorder) DescribeDBClusterBacktracksPagesWithContext added in v0.26.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterBacktracksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBClusterBacktracksPagesWithContext indicates an expected call of DescribeDBClusterBacktracksPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterBacktracksRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterBacktracksRequest(arg0 interface{}) *gomock.Call

DescribeDBClusterBacktracksRequest indicates an expected call of DescribeDBClusterBacktracksRequest

func (*MockRDSAPIMockRecorder) DescribeDBClusterBacktracksWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterBacktracksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusterBacktracksWithContext indicates an expected call of DescribeDBClusterBacktracksWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterEndpoints

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterEndpoints(arg0 interface{}) *gomock.Call

DescribeDBClusterEndpoints indicates an expected call of DescribeDBClusterEndpoints

func (*MockRDSAPIMockRecorder) DescribeDBClusterEndpointsPages added in v0.26.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterEndpointsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBClusterEndpointsPages indicates an expected call of DescribeDBClusterEndpointsPages

func (*MockRDSAPIMockRecorder) DescribeDBClusterEndpointsPagesWithContext added in v0.26.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterEndpointsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBClusterEndpointsPagesWithContext indicates an expected call of DescribeDBClusterEndpointsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterEndpointsRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterEndpointsRequest(arg0 interface{}) *gomock.Call

DescribeDBClusterEndpointsRequest indicates an expected call of DescribeDBClusterEndpointsRequest

func (*MockRDSAPIMockRecorder) DescribeDBClusterEndpointsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusterEndpointsWithContext indicates an expected call of DescribeDBClusterEndpointsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterParameterGroups

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParameterGroups(arg0 interface{}) *gomock.Call

DescribeDBClusterParameterGroups indicates an expected call of DescribeDBClusterParameterGroups

func (*MockRDSAPIMockRecorder) DescribeDBClusterParameterGroupsPages added in v0.26.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParameterGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBClusterParameterGroupsPages indicates an expected call of DescribeDBClusterParameterGroupsPages

func (*MockRDSAPIMockRecorder) DescribeDBClusterParameterGroupsPagesWithContext added in v0.26.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParameterGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBClusterParameterGroupsPagesWithContext indicates an expected call of DescribeDBClusterParameterGroupsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterParameterGroupsRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParameterGroupsRequest(arg0 interface{}) *gomock.Call

DescribeDBClusterParameterGroupsRequest indicates an expected call of DescribeDBClusterParameterGroupsRequest

func (*MockRDSAPIMockRecorder) DescribeDBClusterParameterGroupsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParameterGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusterParameterGroupsWithContext indicates an expected call of DescribeDBClusterParameterGroupsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterParameters

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParameters(arg0 interface{}) *gomock.Call

DescribeDBClusterParameters indicates an expected call of DescribeDBClusterParameters

func (*MockRDSAPIMockRecorder) DescribeDBClusterParametersPages added in v0.26.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParametersPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBClusterParametersPages indicates an expected call of DescribeDBClusterParametersPages

func (*MockRDSAPIMockRecorder) DescribeDBClusterParametersPagesWithContext added in v0.26.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParametersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBClusterParametersPagesWithContext indicates an expected call of DescribeDBClusterParametersPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterParametersRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParametersRequest(arg0 interface{}) *gomock.Call

DescribeDBClusterParametersRequest indicates an expected call of DescribeDBClusterParametersRequest

func (*MockRDSAPIMockRecorder) DescribeDBClusterParametersWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParametersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusterParametersWithContext indicates an expected call of DescribeDBClusterParametersWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributes

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributes(arg0 interface{}) *gomock.Call

DescribeDBClusterSnapshotAttributes indicates an expected call of DescribeDBClusterSnapshotAttributes

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributesRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributesRequest(arg0 interface{}) *gomock.Call

DescribeDBClusterSnapshotAttributesRequest indicates an expected call of DescribeDBClusterSnapshotAttributesRequest

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusterSnapshotAttributesWithContext indicates an expected call of DescribeDBClusterSnapshotAttributesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshots

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshots(arg0 interface{}) *gomock.Call

DescribeDBClusterSnapshots indicates an expected call of DescribeDBClusterSnapshots

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshotsPages added in v0.26.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshotsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBClusterSnapshotsPages indicates an expected call of DescribeDBClusterSnapshotsPages

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshotsPagesWithContext added in v0.26.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshotsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBClusterSnapshotsPagesWithContext indicates an expected call of DescribeDBClusterSnapshotsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshotsRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshotsRequest(arg0 interface{}) *gomock.Call

DescribeDBClusterSnapshotsRequest indicates an expected call of DescribeDBClusterSnapshotsRequest

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshotsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusterSnapshotsWithContext indicates an expected call of DescribeDBClusterSnapshotsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusters

func (mr *MockRDSAPIMockRecorder) DescribeDBClusters(arg0 interface{}) *gomock.Call

DescribeDBClusters indicates an expected call of DescribeDBClusters

func (*MockRDSAPIMockRecorder) DescribeDBClustersPages

func (mr *MockRDSAPIMockRecorder) DescribeDBClustersPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBClustersPages indicates an expected call of DescribeDBClustersPages

func (*MockRDSAPIMockRecorder) DescribeDBClustersPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBClustersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBClustersPagesWithContext indicates an expected call of DescribeDBClustersPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClustersRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBClustersRequest(arg0 interface{}) *gomock.Call

DescribeDBClustersRequest indicates an expected call of DescribeDBClustersRequest

func (*MockRDSAPIMockRecorder) DescribeDBClustersWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClustersWithContext indicates an expected call of DescribeDBClustersWithContext

func (*MockRDSAPIMockRecorder) DescribeDBEngineVersions

func (mr *MockRDSAPIMockRecorder) DescribeDBEngineVersions(arg0 interface{}) *gomock.Call

DescribeDBEngineVersions indicates an expected call of DescribeDBEngineVersions

func (*MockRDSAPIMockRecorder) DescribeDBEngineVersionsPages

func (mr *MockRDSAPIMockRecorder) DescribeDBEngineVersionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBEngineVersionsPages indicates an expected call of DescribeDBEngineVersionsPages

func (*MockRDSAPIMockRecorder) DescribeDBEngineVersionsPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBEngineVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBEngineVersionsPagesWithContext indicates an expected call of DescribeDBEngineVersionsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBEngineVersionsRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBEngineVersionsRequest(arg0 interface{}) *gomock.Call

DescribeDBEngineVersionsRequest indicates an expected call of DescribeDBEngineVersionsRequest

func (*MockRDSAPIMockRecorder) DescribeDBEngineVersionsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBEngineVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBEngineVersionsWithContext indicates an expected call of DescribeDBEngineVersionsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackups

func (mr *MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackups(arg0 interface{}) *gomock.Call

DescribeDBInstanceAutomatedBackups indicates an expected call of DescribeDBInstanceAutomatedBackups

func (*MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackupsPages

func (mr *MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBInstanceAutomatedBackupsPages indicates an expected call of DescribeDBInstanceAutomatedBackupsPages

func (*MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackupsPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBInstanceAutomatedBackupsPagesWithContext indicates an expected call of DescribeDBInstanceAutomatedBackupsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackupsRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackupsRequest(arg0 interface{}) *gomock.Call

DescribeDBInstanceAutomatedBackupsRequest indicates an expected call of DescribeDBInstanceAutomatedBackupsRequest

func (*MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackupsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBInstanceAutomatedBackupsWithContext indicates an expected call of DescribeDBInstanceAutomatedBackupsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBInstances

func (mr *MockRDSAPIMockRecorder) DescribeDBInstances(arg0 interface{}) *gomock.Call

DescribeDBInstances indicates an expected call of DescribeDBInstances

func (*MockRDSAPIMockRecorder) DescribeDBInstancesPages

func (mr *MockRDSAPIMockRecorder) DescribeDBInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBInstancesPages indicates an expected call of DescribeDBInstancesPages

func (*MockRDSAPIMockRecorder) DescribeDBInstancesPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBInstancesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBInstancesPagesWithContext indicates an expected call of DescribeDBInstancesPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBInstancesRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBInstancesRequest(arg0 interface{}) *gomock.Call

DescribeDBInstancesRequest indicates an expected call of DescribeDBInstancesRequest

func (*MockRDSAPIMockRecorder) DescribeDBInstancesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBInstancesWithContext indicates an expected call of DescribeDBInstancesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBLogFiles

func (mr *MockRDSAPIMockRecorder) DescribeDBLogFiles(arg0 interface{}) *gomock.Call

DescribeDBLogFiles indicates an expected call of DescribeDBLogFiles

func (*MockRDSAPIMockRecorder) DescribeDBLogFilesPages

func (mr *MockRDSAPIMockRecorder) DescribeDBLogFilesPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBLogFilesPages indicates an expected call of DescribeDBLogFilesPages

func (*MockRDSAPIMockRecorder) DescribeDBLogFilesPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBLogFilesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBLogFilesPagesWithContext indicates an expected call of DescribeDBLogFilesPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBLogFilesRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBLogFilesRequest(arg0 interface{}) *gomock.Call

DescribeDBLogFilesRequest indicates an expected call of DescribeDBLogFilesRequest

func (*MockRDSAPIMockRecorder) DescribeDBLogFilesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBLogFilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBLogFilesWithContext indicates an expected call of DescribeDBLogFilesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBParameterGroups

func (mr *MockRDSAPIMockRecorder) DescribeDBParameterGroups(arg0 interface{}) *gomock.Call

DescribeDBParameterGroups indicates an expected call of DescribeDBParameterGroups

func (*MockRDSAPIMockRecorder) DescribeDBParameterGroupsPages

func (mr *MockRDSAPIMockRecorder) DescribeDBParameterGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBParameterGroupsPages indicates an expected call of DescribeDBParameterGroupsPages

func (*MockRDSAPIMockRecorder) DescribeDBParameterGroupsPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBParameterGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBParameterGroupsPagesWithContext indicates an expected call of DescribeDBParameterGroupsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBParameterGroupsRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBParameterGroupsRequest(arg0 interface{}) *gomock.Call

DescribeDBParameterGroupsRequest indicates an expected call of DescribeDBParameterGroupsRequest

func (*MockRDSAPIMockRecorder) DescribeDBParameterGroupsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBParameterGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBParameterGroupsWithContext indicates an expected call of DescribeDBParameterGroupsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBParameters

func (mr *MockRDSAPIMockRecorder) DescribeDBParameters(arg0 interface{}) *gomock.Call

DescribeDBParameters indicates an expected call of DescribeDBParameters

func (*MockRDSAPIMockRecorder) DescribeDBParametersPages

func (mr *MockRDSAPIMockRecorder) DescribeDBParametersPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBParametersPages indicates an expected call of DescribeDBParametersPages

func (*MockRDSAPIMockRecorder) DescribeDBParametersPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBParametersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBParametersPagesWithContext indicates an expected call of DescribeDBParametersPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBParametersRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBParametersRequest(arg0 interface{}) *gomock.Call

DescribeDBParametersRequest indicates an expected call of DescribeDBParametersRequest

func (*MockRDSAPIMockRecorder) DescribeDBParametersWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBParametersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBParametersWithContext indicates an expected call of DescribeDBParametersWithContext

func (*MockRDSAPIMockRecorder) DescribeDBProxies

func (mr *MockRDSAPIMockRecorder) DescribeDBProxies(arg0 interface{}) *gomock.Call

DescribeDBProxies indicates an expected call of DescribeDBProxies

func (*MockRDSAPIMockRecorder) DescribeDBProxiesPages

func (mr *MockRDSAPIMockRecorder) DescribeDBProxiesPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBProxiesPages indicates an expected call of DescribeDBProxiesPages

func (*MockRDSAPIMockRecorder) DescribeDBProxiesPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBProxiesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBProxiesPagesWithContext indicates an expected call of DescribeDBProxiesPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBProxiesRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBProxiesRequest(arg0 interface{}) *gomock.Call

DescribeDBProxiesRequest indicates an expected call of DescribeDBProxiesRequest

func (*MockRDSAPIMockRecorder) DescribeDBProxiesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBProxiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBProxiesWithContext indicates an expected call of DescribeDBProxiesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBProxyEndpoints added in v0.47.0

func (mr *MockRDSAPIMockRecorder) DescribeDBProxyEndpoints(arg0 interface{}) *gomock.Call

DescribeDBProxyEndpoints indicates an expected call of DescribeDBProxyEndpoints

func (*MockRDSAPIMockRecorder) DescribeDBProxyEndpointsPages added in v0.47.0

func (mr *MockRDSAPIMockRecorder) DescribeDBProxyEndpointsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBProxyEndpointsPages indicates an expected call of DescribeDBProxyEndpointsPages

func (*MockRDSAPIMockRecorder) DescribeDBProxyEndpointsPagesWithContext added in v0.47.0

func (mr *MockRDSAPIMockRecorder) DescribeDBProxyEndpointsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBProxyEndpointsPagesWithContext indicates an expected call of DescribeDBProxyEndpointsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBProxyEndpointsRequest added in v0.47.0

func (mr *MockRDSAPIMockRecorder) DescribeDBProxyEndpointsRequest(arg0 interface{}) *gomock.Call

DescribeDBProxyEndpointsRequest indicates an expected call of DescribeDBProxyEndpointsRequest

func (*MockRDSAPIMockRecorder) DescribeDBProxyEndpointsWithContext added in v0.47.0

func (mr *MockRDSAPIMockRecorder) DescribeDBProxyEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBProxyEndpointsWithContext indicates an expected call of DescribeDBProxyEndpointsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBProxyTargetGroups

func (mr *MockRDSAPIMockRecorder) DescribeDBProxyTargetGroups(arg0 interface{}) *gomock.Call

DescribeDBProxyTargetGroups indicates an expected call of DescribeDBProxyTargetGroups

func (*MockRDSAPIMockRecorder) DescribeDBProxyTargetGroupsPages

func (mr *MockRDSAPIMockRecorder) DescribeDBProxyTargetGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBProxyTargetGroupsPages indicates an expected call of DescribeDBProxyTargetGroupsPages

func (*MockRDSAPIMockRecorder) DescribeDBProxyTargetGroupsPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBProxyTargetGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBProxyTargetGroupsPagesWithContext indicates an expected call of DescribeDBProxyTargetGroupsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBProxyTargetGroupsRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBProxyTargetGroupsRequest(arg0 interface{}) *gomock.Call

DescribeDBProxyTargetGroupsRequest indicates an expected call of DescribeDBProxyTargetGroupsRequest

func (*MockRDSAPIMockRecorder) DescribeDBProxyTargetGroupsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBProxyTargetGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBProxyTargetGroupsWithContext indicates an expected call of DescribeDBProxyTargetGroupsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBProxyTargets

func (mr *MockRDSAPIMockRecorder) DescribeDBProxyTargets(arg0 interface{}) *gomock.Call

DescribeDBProxyTargets indicates an expected call of DescribeDBProxyTargets

func (*MockRDSAPIMockRecorder) DescribeDBProxyTargetsPages

func (mr *MockRDSAPIMockRecorder) DescribeDBProxyTargetsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBProxyTargetsPages indicates an expected call of DescribeDBProxyTargetsPages

func (*MockRDSAPIMockRecorder) DescribeDBProxyTargetsPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBProxyTargetsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBProxyTargetsPagesWithContext indicates an expected call of DescribeDBProxyTargetsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBProxyTargetsRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBProxyTargetsRequest(arg0 interface{}) *gomock.Call

DescribeDBProxyTargetsRequest indicates an expected call of DescribeDBProxyTargetsRequest

func (*MockRDSAPIMockRecorder) DescribeDBProxyTargetsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBProxyTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBProxyTargetsWithContext indicates an expected call of DescribeDBProxyTargetsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSecurityGroups

func (mr *MockRDSAPIMockRecorder) DescribeDBSecurityGroups(arg0 interface{}) *gomock.Call

DescribeDBSecurityGroups indicates an expected call of DescribeDBSecurityGroups

func (*MockRDSAPIMockRecorder) DescribeDBSecurityGroupsPages

func (mr *MockRDSAPIMockRecorder) DescribeDBSecurityGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBSecurityGroupsPages indicates an expected call of DescribeDBSecurityGroupsPages

func (*MockRDSAPIMockRecorder) DescribeDBSecurityGroupsPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBSecurityGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBSecurityGroupsPagesWithContext indicates an expected call of DescribeDBSecurityGroupsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSecurityGroupsRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBSecurityGroupsRequest(arg0 interface{}) *gomock.Call

DescribeDBSecurityGroupsRequest indicates an expected call of DescribeDBSecurityGroupsRequest

func (*MockRDSAPIMockRecorder) DescribeDBSecurityGroupsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBSecurityGroupsWithContext indicates an expected call of DescribeDBSecurityGroupsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotAttributes

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotAttributes(arg0 interface{}) *gomock.Call

DescribeDBSnapshotAttributes indicates an expected call of DescribeDBSnapshotAttributes

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotAttributesRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotAttributesRequest(arg0 interface{}) *gomock.Call

DescribeDBSnapshotAttributesRequest indicates an expected call of DescribeDBSnapshotAttributesRequest

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotAttributesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBSnapshotAttributesWithContext indicates an expected call of DescribeDBSnapshotAttributesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSnapshots

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshots(arg0 interface{}) *gomock.Call

DescribeDBSnapshots indicates an expected call of DescribeDBSnapshots

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotsPages

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBSnapshotsPages indicates an expected call of DescribeDBSnapshotsPages

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotsPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBSnapshotsPagesWithContext indicates an expected call of DescribeDBSnapshotsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotsRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotsRequest(arg0 interface{}) *gomock.Call

DescribeDBSnapshotsRequest indicates an expected call of DescribeDBSnapshotsRequest

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBSnapshotsWithContext indicates an expected call of DescribeDBSnapshotsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSubnetGroups

func (mr *MockRDSAPIMockRecorder) DescribeDBSubnetGroups(arg0 interface{}) *gomock.Call

DescribeDBSubnetGroups indicates an expected call of DescribeDBSubnetGroups

func (*MockRDSAPIMockRecorder) DescribeDBSubnetGroupsPages

func (mr *MockRDSAPIMockRecorder) DescribeDBSubnetGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBSubnetGroupsPages indicates an expected call of DescribeDBSubnetGroupsPages

func (*MockRDSAPIMockRecorder) DescribeDBSubnetGroupsPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBSubnetGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBSubnetGroupsPagesWithContext indicates an expected call of DescribeDBSubnetGroupsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSubnetGroupsRequest

func (mr *MockRDSAPIMockRecorder) DescribeDBSubnetGroupsRequest(arg0 interface{}) *gomock.Call

DescribeDBSubnetGroupsRequest indicates an expected call of DescribeDBSubnetGroupsRequest

func (*MockRDSAPIMockRecorder) DescribeDBSubnetGroupsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeDBSubnetGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBSubnetGroupsWithContext indicates an expected call of DescribeDBSubnetGroupsWithContext

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParameters

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParameters(arg0 interface{}) *gomock.Call

DescribeEngineDefaultClusterParameters indicates an expected call of DescribeEngineDefaultClusterParameters

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParametersRequest

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParametersRequest(arg0 interface{}) *gomock.Call

DescribeEngineDefaultClusterParametersRequest indicates an expected call of DescribeEngineDefaultClusterParametersRequest

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParametersWithContext

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParametersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEngineDefaultClusterParametersWithContext indicates an expected call of DescribeEngineDefaultClusterParametersWithContext

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultParameters

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultParameters(arg0 interface{}) *gomock.Call

DescribeEngineDefaultParameters indicates an expected call of DescribeEngineDefaultParameters

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultParametersPages

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultParametersPages(arg0, arg1 interface{}) *gomock.Call

DescribeEngineDefaultParametersPages indicates an expected call of DescribeEngineDefaultParametersPages

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultParametersPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultParametersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeEngineDefaultParametersPagesWithContext indicates an expected call of DescribeEngineDefaultParametersPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultParametersRequest

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultParametersRequest(arg0 interface{}) *gomock.Call

DescribeEngineDefaultParametersRequest indicates an expected call of DescribeEngineDefaultParametersRequest

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultParametersWithContext

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultParametersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEngineDefaultParametersWithContext indicates an expected call of DescribeEngineDefaultParametersWithContext

func (*MockRDSAPIMockRecorder) DescribeEventCategories

func (mr *MockRDSAPIMockRecorder) DescribeEventCategories(arg0 interface{}) *gomock.Call

DescribeEventCategories indicates an expected call of DescribeEventCategories

func (*MockRDSAPIMockRecorder) DescribeEventCategoriesRequest

func (mr *MockRDSAPIMockRecorder) DescribeEventCategoriesRequest(arg0 interface{}) *gomock.Call

DescribeEventCategoriesRequest indicates an expected call of DescribeEventCategoriesRequest

func (*MockRDSAPIMockRecorder) DescribeEventCategoriesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeEventCategoriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventCategoriesWithContext indicates an expected call of DescribeEventCategoriesWithContext

func (*MockRDSAPIMockRecorder) DescribeEventSubscriptions

func (mr *MockRDSAPIMockRecorder) DescribeEventSubscriptions(arg0 interface{}) *gomock.Call

DescribeEventSubscriptions indicates an expected call of DescribeEventSubscriptions

func (*MockRDSAPIMockRecorder) DescribeEventSubscriptionsPages

func (mr *MockRDSAPIMockRecorder) DescribeEventSubscriptionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeEventSubscriptionsPages indicates an expected call of DescribeEventSubscriptionsPages

func (*MockRDSAPIMockRecorder) DescribeEventSubscriptionsPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeEventSubscriptionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeEventSubscriptionsPagesWithContext indicates an expected call of DescribeEventSubscriptionsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeEventSubscriptionsRequest

func (mr *MockRDSAPIMockRecorder) DescribeEventSubscriptionsRequest(arg0 interface{}) *gomock.Call

DescribeEventSubscriptionsRequest indicates an expected call of DescribeEventSubscriptionsRequest

func (*MockRDSAPIMockRecorder) DescribeEventSubscriptionsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeEventSubscriptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventSubscriptionsWithContext indicates an expected call of DescribeEventSubscriptionsWithContext

func (*MockRDSAPIMockRecorder) DescribeEvents

func (mr *MockRDSAPIMockRecorder) DescribeEvents(arg0 interface{}) *gomock.Call

DescribeEvents indicates an expected call of DescribeEvents

func (*MockRDSAPIMockRecorder) DescribeEventsPages

func (mr *MockRDSAPIMockRecorder) DescribeEventsPages(arg0, arg1 interface{}) *gomock.Call

DescribeEventsPages indicates an expected call of DescribeEventsPages

func (*MockRDSAPIMockRecorder) DescribeEventsPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeEventsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeEventsPagesWithContext indicates an expected call of DescribeEventsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeEventsRequest

func (mr *MockRDSAPIMockRecorder) DescribeEventsRequest(arg0 interface{}) *gomock.Call

DescribeEventsRequest indicates an expected call of DescribeEventsRequest

func (*MockRDSAPIMockRecorder) DescribeEventsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventsWithContext indicates an expected call of DescribeEventsWithContext

func (*MockRDSAPIMockRecorder) DescribeExportTasks

func (mr *MockRDSAPIMockRecorder) DescribeExportTasks(arg0 interface{}) *gomock.Call

DescribeExportTasks indicates an expected call of DescribeExportTasks

func (*MockRDSAPIMockRecorder) DescribeExportTasksPages

func (mr *MockRDSAPIMockRecorder) DescribeExportTasksPages(arg0, arg1 interface{}) *gomock.Call

DescribeExportTasksPages indicates an expected call of DescribeExportTasksPages

func (*MockRDSAPIMockRecorder) DescribeExportTasksPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeExportTasksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeExportTasksPagesWithContext indicates an expected call of DescribeExportTasksPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeExportTasksRequest

func (mr *MockRDSAPIMockRecorder) DescribeExportTasksRequest(arg0 interface{}) *gomock.Call

DescribeExportTasksRequest indicates an expected call of DescribeExportTasksRequest

func (*MockRDSAPIMockRecorder) DescribeExportTasksWithContext

func (mr *MockRDSAPIMockRecorder) DescribeExportTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeExportTasksWithContext indicates an expected call of DescribeExportTasksWithContext

func (*MockRDSAPIMockRecorder) DescribeGlobalClusters

func (mr *MockRDSAPIMockRecorder) DescribeGlobalClusters(arg0 interface{}) *gomock.Call

DescribeGlobalClusters indicates an expected call of DescribeGlobalClusters

func (*MockRDSAPIMockRecorder) DescribeGlobalClustersPages

func (mr *MockRDSAPIMockRecorder) DescribeGlobalClustersPages(arg0, arg1 interface{}) *gomock.Call

DescribeGlobalClustersPages indicates an expected call of DescribeGlobalClustersPages

func (*MockRDSAPIMockRecorder) DescribeGlobalClustersPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeGlobalClustersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeGlobalClustersPagesWithContext indicates an expected call of DescribeGlobalClustersPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeGlobalClustersRequest

func (mr *MockRDSAPIMockRecorder) DescribeGlobalClustersRequest(arg0 interface{}) *gomock.Call

DescribeGlobalClustersRequest indicates an expected call of DescribeGlobalClustersRequest

func (*MockRDSAPIMockRecorder) DescribeGlobalClustersWithContext

func (mr *MockRDSAPIMockRecorder) DescribeGlobalClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeGlobalClustersWithContext indicates an expected call of DescribeGlobalClustersWithContext

func (*MockRDSAPIMockRecorder) DescribeInstallationMedia

func (mr *MockRDSAPIMockRecorder) DescribeInstallationMedia(arg0 interface{}) *gomock.Call

DescribeInstallationMedia indicates an expected call of DescribeInstallationMedia

func (*MockRDSAPIMockRecorder) DescribeInstallationMediaPages

func (mr *MockRDSAPIMockRecorder) DescribeInstallationMediaPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstallationMediaPages indicates an expected call of DescribeInstallationMediaPages

func (*MockRDSAPIMockRecorder) DescribeInstallationMediaPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeInstallationMediaPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeInstallationMediaPagesWithContext indicates an expected call of DescribeInstallationMediaPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeInstallationMediaRequest

func (mr *MockRDSAPIMockRecorder) DescribeInstallationMediaRequest(arg0 interface{}) *gomock.Call

DescribeInstallationMediaRequest indicates an expected call of DescribeInstallationMediaRequest

func (*MockRDSAPIMockRecorder) DescribeInstallationMediaWithContext

func (mr *MockRDSAPIMockRecorder) DescribeInstallationMediaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstallationMediaWithContext indicates an expected call of DescribeInstallationMediaWithContext

func (*MockRDSAPIMockRecorder) DescribeOptionGroupOptions

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupOptions(arg0 interface{}) *gomock.Call

DescribeOptionGroupOptions indicates an expected call of DescribeOptionGroupOptions

func (*MockRDSAPIMockRecorder) DescribeOptionGroupOptionsPages

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupOptionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeOptionGroupOptionsPages indicates an expected call of DescribeOptionGroupOptionsPages

func (*MockRDSAPIMockRecorder) DescribeOptionGroupOptionsPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupOptionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeOptionGroupOptionsPagesWithContext indicates an expected call of DescribeOptionGroupOptionsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeOptionGroupOptionsRequest

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupOptionsRequest(arg0 interface{}) *gomock.Call

DescribeOptionGroupOptionsRequest indicates an expected call of DescribeOptionGroupOptionsRequest

func (*MockRDSAPIMockRecorder) DescribeOptionGroupOptionsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeOptionGroupOptionsWithContext indicates an expected call of DescribeOptionGroupOptionsWithContext

func (*MockRDSAPIMockRecorder) DescribeOptionGroups

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroups(arg0 interface{}) *gomock.Call

DescribeOptionGroups indicates an expected call of DescribeOptionGroups

func (*MockRDSAPIMockRecorder) DescribeOptionGroupsPages

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeOptionGroupsPages indicates an expected call of DescribeOptionGroupsPages

func (*MockRDSAPIMockRecorder) DescribeOptionGroupsPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeOptionGroupsPagesWithContext indicates an expected call of DescribeOptionGroupsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeOptionGroupsRequest

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupsRequest(arg0 interface{}) *gomock.Call

DescribeOptionGroupsRequest indicates an expected call of DescribeOptionGroupsRequest

func (*MockRDSAPIMockRecorder) DescribeOptionGroupsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeOptionGroupsWithContext indicates an expected call of DescribeOptionGroupsWithContext

func (*MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptions

func (mr *MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptions(arg0 interface{}) *gomock.Call

DescribeOrderableDBInstanceOptions indicates an expected call of DescribeOrderableDBInstanceOptions

func (*MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsPages

func (mr *MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeOrderableDBInstanceOptionsPages indicates an expected call of DescribeOrderableDBInstanceOptionsPages

func (*MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeOrderableDBInstanceOptionsPagesWithContext indicates an expected call of DescribeOrderableDBInstanceOptionsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsRequest

func (mr *MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsRequest(arg0 interface{}) *gomock.Call

DescribeOrderableDBInstanceOptionsRequest indicates an expected call of DescribeOrderableDBInstanceOptionsRequest

func (*MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeOrderableDBInstanceOptionsWithContext indicates an expected call of DescribeOrderableDBInstanceOptionsWithContext

func (*MockRDSAPIMockRecorder) DescribePendingMaintenanceActions

func (mr *MockRDSAPIMockRecorder) DescribePendingMaintenanceActions(arg0 interface{}) *gomock.Call

DescribePendingMaintenanceActions indicates an expected call of DescribePendingMaintenanceActions

func (*MockRDSAPIMockRecorder) DescribePendingMaintenanceActionsPages added in v0.26.0

func (mr *MockRDSAPIMockRecorder) DescribePendingMaintenanceActionsPages(arg0, arg1 interface{}) *gomock.Call

DescribePendingMaintenanceActionsPages indicates an expected call of DescribePendingMaintenanceActionsPages

func (*MockRDSAPIMockRecorder) DescribePendingMaintenanceActionsPagesWithContext added in v0.26.0

func (mr *MockRDSAPIMockRecorder) DescribePendingMaintenanceActionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribePendingMaintenanceActionsPagesWithContext indicates an expected call of DescribePendingMaintenanceActionsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribePendingMaintenanceActionsRequest

func (mr *MockRDSAPIMockRecorder) DescribePendingMaintenanceActionsRequest(arg0 interface{}) *gomock.Call

DescribePendingMaintenanceActionsRequest indicates an expected call of DescribePendingMaintenanceActionsRequest

func (*MockRDSAPIMockRecorder) DescribePendingMaintenanceActionsWithContext

func (mr *MockRDSAPIMockRecorder) DescribePendingMaintenanceActionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePendingMaintenanceActionsWithContext indicates an expected call of DescribePendingMaintenanceActionsWithContext

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstances

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstances(arg0 interface{}) *gomock.Call

DescribeReservedDBInstances indicates an expected call of DescribeReservedDBInstances

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferings

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferings(arg0 interface{}) *gomock.Call

DescribeReservedDBInstancesOfferings indicates an expected call of DescribeReservedDBInstancesOfferings

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsPages

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedDBInstancesOfferingsPages indicates an expected call of DescribeReservedDBInstancesOfferingsPages

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeReservedDBInstancesOfferingsPagesWithContext indicates an expected call of DescribeReservedDBInstancesOfferingsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsRequest

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsRequest(arg0 interface{}) *gomock.Call

DescribeReservedDBInstancesOfferingsRequest indicates an expected call of DescribeReservedDBInstancesOfferingsRequest

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedDBInstancesOfferingsWithContext indicates an expected call of DescribeReservedDBInstancesOfferingsWithContext

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesPages

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedDBInstancesPages indicates an expected call of DescribeReservedDBInstancesPages

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesPagesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeReservedDBInstancesPagesWithContext indicates an expected call of DescribeReservedDBInstancesPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesRequest

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesRequest(arg0 interface{}) *gomock.Call

DescribeReservedDBInstancesRequest indicates an expected call of DescribeReservedDBInstancesRequest

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesWithContext

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedDBInstancesWithContext indicates an expected call of DescribeReservedDBInstancesWithContext

func (*MockRDSAPIMockRecorder) DescribeSourceRegions

func (mr *MockRDSAPIMockRecorder) DescribeSourceRegions(arg0 interface{}) *gomock.Call

DescribeSourceRegions indicates an expected call of DescribeSourceRegions

func (*MockRDSAPIMockRecorder) DescribeSourceRegionsPages added in v0.26.0

func (mr *MockRDSAPIMockRecorder) DescribeSourceRegionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSourceRegionsPages indicates an expected call of DescribeSourceRegionsPages

func (*MockRDSAPIMockRecorder) DescribeSourceRegionsPagesWithContext added in v0.26.0

func (mr *MockRDSAPIMockRecorder) DescribeSourceRegionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeSourceRegionsPagesWithContext indicates an expected call of DescribeSourceRegionsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeSourceRegionsRequest

func (mr *MockRDSAPIMockRecorder) DescribeSourceRegionsRequest(arg0 interface{}) *gomock.Call

DescribeSourceRegionsRequest indicates an expected call of DescribeSourceRegionsRequest

func (*MockRDSAPIMockRecorder) DescribeSourceRegionsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeSourceRegionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSourceRegionsWithContext indicates an expected call of DescribeSourceRegionsWithContext

func (*MockRDSAPIMockRecorder) DescribeValidDBInstanceModifications

func (mr *MockRDSAPIMockRecorder) DescribeValidDBInstanceModifications(arg0 interface{}) *gomock.Call

DescribeValidDBInstanceModifications indicates an expected call of DescribeValidDBInstanceModifications

func (*MockRDSAPIMockRecorder) DescribeValidDBInstanceModificationsRequest

func (mr *MockRDSAPIMockRecorder) DescribeValidDBInstanceModificationsRequest(arg0 interface{}) *gomock.Call

DescribeValidDBInstanceModificationsRequest indicates an expected call of DescribeValidDBInstanceModificationsRequest

func (*MockRDSAPIMockRecorder) DescribeValidDBInstanceModificationsWithContext

func (mr *MockRDSAPIMockRecorder) DescribeValidDBInstanceModificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeValidDBInstanceModificationsWithContext indicates an expected call of DescribeValidDBInstanceModificationsWithContext

func (*MockRDSAPIMockRecorder) DownloadDBLogFilePortion

func (mr *MockRDSAPIMockRecorder) DownloadDBLogFilePortion(arg0 interface{}) *gomock.Call

DownloadDBLogFilePortion indicates an expected call of DownloadDBLogFilePortion

func (*MockRDSAPIMockRecorder) DownloadDBLogFilePortionPages

func (mr *MockRDSAPIMockRecorder) DownloadDBLogFilePortionPages(arg0, arg1 interface{}) *gomock.Call

DownloadDBLogFilePortionPages indicates an expected call of DownloadDBLogFilePortionPages

func (*MockRDSAPIMockRecorder) DownloadDBLogFilePortionPagesWithContext

func (mr *MockRDSAPIMockRecorder) DownloadDBLogFilePortionPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DownloadDBLogFilePortionPagesWithContext indicates an expected call of DownloadDBLogFilePortionPagesWithContext

func (*MockRDSAPIMockRecorder) DownloadDBLogFilePortionRequest

func (mr *MockRDSAPIMockRecorder) DownloadDBLogFilePortionRequest(arg0 interface{}) *gomock.Call

DownloadDBLogFilePortionRequest indicates an expected call of DownloadDBLogFilePortionRequest

func (*MockRDSAPIMockRecorder) DownloadDBLogFilePortionWithContext

func (mr *MockRDSAPIMockRecorder) DownloadDBLogFilePortionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DownloadDBLogFilePortionWithContext indicates an expected call of DownloadDBLogFilePortionWithContext

func (*MockRDSAPIMockRecorder) FailoverDBCluster

func (mr *MockRDSAPIMockRecorder) FailoverDBCluster(arg0 interface{}) *gomock.Call

FailoverDBCluster indicates an expected call of FailoverDBCluster

func (*MockRDSAPIMockRecorder) FailoverDBClusterRequest

func (mr *MockRDSAPIMockRecorder) FailoverDBClusterRequest(arg0 interface{}) *gomock.Call

FailoverDBClusterRequest indicates an expected call of FailoverDBClusterRequest

func (*MockRDSAPIMockRecorder) FailoverDBClusterWithContext

func (mr *MockRDSAPIMockRecorder) FailoverDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

FailoverDBClusterWithContext indicates an expected call of FailoverDBClusterWithContext

func (*MockRDSAPIMockRecorder) FailoverGlobalCluster added in v0.47.0

func (mr *MockRDSAPIMockRecorder) FailoverGlobalCluster(arg0 interface{}) *gomock.Call

FailoverGlobalCluster indicates an expected call of FailoverGlobalCluster

func (*MockRDSAPIMockRecorder) FailoverGlobalClusterRequest added in v0.47.0

func (mr *MockRDSAPIMockRecorder) FailoverGlobalClusterRequest(arg0 interface{}) *gomock.Call

FailoverGlobalClusterRequest indicates an expected call of FailoverGlobalClusterRequest

func (*MockRDSAPIMockRecorder) FailoverGlobalClusterWithContext added in v0.47.0

func (mr *MockRDSAPIMockRecorder) FailoverGlobalClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

FailoverGlobalClusterWithContext indicates an expected call of FailoverGlobalClusterWithContext

func (*MockRDSAPIMockRecorder) ImportInstallationMedia

func (mr *MockRDSAPIMockRecorder) ImportInstallationMedia(arg0 interface{}) *gomock.Call

ImportInstallationMedia indicates an expected call of ImportInstallationMedia

func (*MockRDSAPIMockRecorder) ImportInstallationMediaRequest

func (mr *MockRDSAPIMockRecorder) ImportInstallationMediaRequest(arg0 interface{}) *gomock.Call

ImportInstallationMediaRequest indicates an expected call of ImportInstallationMediaRequest

func (*MockRDSAPIMockRecorder) ImportInstallationMediaWithContext

func (mr *MockRDSAPIMockRecorder) ImportInstallationMediaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportInstallationMediaWithContext indicates an expected call of ImportInstallationMediaWithContext

func (*MockRDSAPIMockRecorder) ListTagsForResource

func (mr *MockRDSAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockRDSAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockRDSAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockRDSAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockRDSAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockRDSAPIMockRecorder) ModifyCertificates

func (mr *MockRDSAPIMockRecorder) ModifyCertificates(arg0 interface{}) *gomock.Call

ModifyCertificates indicates an expected call of ModifyCertificates

func (*MockRDSAPIMockRecorder) ModifyCertificatesRequest

func (mr *MockRDSAPIMockRecorder) ModifyCertificatesRequest(arg0 interface{}) *gomock.Call

ModifyCertificatesRequest indicates an expected call of ModifyCertificatesRequest

func (*MockRDSAPIMockRecorder) ModifyCertificatesWithContext

func (mr *MockRDSAPIMockRecorder) ModifyCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyCertificatesWithContext indicates an expected call of ModifyCertificatesWithContext

func (*MockRDSAPIMockRecorder) ModifyCurrentDBClusterCapacity

func (mr *MockRDSAPIMockRecorder) ModifyCurrentDBClusterCapacity(arg0 interface{}) *gomock.Call

ModifyCurrentDBClusterCapacity indicates an expected call of ModifyCurrentDBClusterCapacity

func (*MockRDSAPIMockRecorder) ModifyCurrentDBClusterCapacityRequest

func (mr *MockRDSAPIMockRecorder) ModifyCurrentDBClusterCapacityRequest(arg0 interface{}) *gomock.Call

ModifyCurrentDBClusterCapacityRequest indicates an expected call of ModifyCurrentDBClusterCapacityRequest

func (*MockRDSAPIMockRecorder) ModifyCurrentDBClusterCapacityWithContext

func (mr *MockRDSAPIMockRecorder) ModifyCurrentDBClusterCapacityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyCurrentDBClusterCapacityWithContext indicates an expected call of ModifyCurrentDBClusterCapacityWithContext

func (*MockRDSAPIMockRecorder) ModifyCustomDBEngineVersion added in v0.54.0

func (mr *MockRDSAPIMockRecorder) ModifyCustomDBEngineVersion(arg0 interface{}) *gomock.Call

ModifyCustomDBEngineVersion indicates an expected call of ModifyCustomDBEngineVersion

func (*MockRDSAPIMockRecorder) ModifyCustomDBEngineVersionRequest added in v0.54.0

func (mr *MockRDSAPIMockRecorder) ModifyCustomDBEngineVersionRequest(arg0 interface{}) *gomock.Call

ModifyCustomDBEngineVersionRequest indicates an expected call of ModifyCustomDBEngineVersionRequest

func (*MockRDSAPIMockRecorder) ModifyCustomDBEngineVersionWithContext added in v0.54.0

func (mr *MockRDSAPIMockRecorder) ModifyCustomDBEngineVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyCustomDBEngineVersionWithContext indicates an expected call of ModifyCustomDBEngineVersionWithContext

func (*MockRDSAPIMockRecorder) ModifyDBCluster

func (mr *MockRDSAPIMockRecorder) ModifyDBCluster(arg0 interface{}) *gomock.Call

ModifyDBCluster indicates an expected call of ModifyDBCluster

func (*MockRDSAPIMockRecorder) ModifyDBClusterEndpoint

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterEndpoint(arg0 interface{}) *gomock.Call

ModifyDBClusterEndpoint indicates an expected call of ModifyDBClusterEndpoint

func (*MockRDSAPIMockRecorder) ModifyDBClusterEndpointRequest

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterEndpointRequest(arg0 interface{}) *gomock.Call

ModifyDBClusterEndpointRequest indicates an expected call of ModifyDBClusterEndpointRequest

func (*MockRDSAPIMockRecorder) ModifyDBClusterEndpointWithContext

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBClusterEndpointWithContext indicates an expected call of ModifyDBClusterEndpointWithContext

func (*MockRDSAPIMockRecorder) ModifyDBClusterParameterGroup

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterParameterGroup(arg0 interface{}) *gomock.Call

ModifyDBClusterParameterGroup indicates an expected call of ModifyDBClusterParameterGroup

func (*MockRDSAPIMockRecorder) ModifyDBClusterParameterGroupRequest

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterParameterGroupRequest(arg0 interface{}) *gomock.Call

ModifyDBClusterParameterGroupRequest indicates an expected call of ModifyDBClusterParameterGroupRequest

func (*MockRDSAPIMockRecorder) ModifyDBClusterParameterGroupWithContext

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBClusterParameterGroupWithContext indicates an expected call of ModifyDBClusterParameterGroupWithContext

func (*MockRDSAPIMockRecorder) ModifyDBClusterRequest

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterRequest(arg0 interface{}) *gomock.Call

ModifyDBClusterRequest indicates an expected call of ModifyDBClusterRequest

func (*MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttribute

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttribute(arg0 interface{}) *gomock.Call

ModifyDBClusterSnapshotAttribute indicates an expected call of ModifyDBClusterSnapshotAttribute

func (*MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttributeRequest

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttributeRequest(arg0 interface{}) *gomock.Call

ModifyDBClusterSnapshotAttributeRequest indicates an expected call of ModifyDBClusterSnapshotAttributeRequest

func (*MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttributeWithContext

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBClusterSnapshotAttributeWithContext indicates an expected call of ModifyDBClusterSnapshotAttributeWithContext

func (*MockRDSAPIMockRecorder) ModifyDBClusterWithContext

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBClusterWithContext indicates an expected call of ModifyDBClusterWithContext

func (*MockRDSAPIMockRecorder) ModifyDBInstance

func (mr *MockRDSAPIMockRecorder) ModifyDBInstance(arg0 interface{}) *gomock.Call

ModifyDBInstance indicates an expected call of ModifyDBInstance

func (*MockRDSAPIMockRecorder) ModifyDBInstanceRequest

func (mr *MockRDSAPIMockRecorder) ModifyDBInstanceRequest(arg0 interface{}) *gomock.Call

ModifyDBInstanceRequest indicates an expected call of ModifyDBInstanceRequest

func (*MockRDSAPIMockRecorder) ModifyDBInstanceWithContext

func (mr *MockRDSAPIMockRecorder) ModifyDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBInstanceWithContext indicates an expected call of ModifyDBInstanceWithContext

func (*MockRDSAPIMockRecorder) ModifyDBParameterGroup

func (mr *MockRDSAPIMockRecorder) ModifyDBParameterGroup(arg0 interface{}) *gomock.Call

ModifyDBParameterGroup indicates an expected call of ModifyDBParameterGroup

func (*MockRDSAPIMockRecorder) ModifyDBParameterGroupRequest

func (mr *MockRDSAPIMockRecorder) ModifyDBParameterGroupRequest(arg0 interface{}) *gomock.Call

ModifyDBParameterGroupRequest indicates an expected call of ModifyDBParameterGroupRequest

func (*MockRDSAPIMockRecorder) ModifyDBParameterGroupWithContext

func (mr *MockRDSAPIMockRecorder) ModifyDBParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBParameterGroupWithContext indicates an expected call of ModifyDBParameterGroupWithContext

func (*MockRDSAPIMockRecorder) ModifyDBProxy

func (mr *MockRDSAPIMockRecorder) ModifyDBProxy(arg0 interface{}) *gomock.Call

ModifyDBProxy indicates an expected call of ModifyDBProxy

func (*MockRDSAPIMockRecorder) ModifyDBProxyEndpoint added in v0.47.0

func (mr *MockRDSAPIMockRecorder) ModifyDBProxyEndpoint(arg0 interface{}) *gomock.Call

ModifyDBProxyEndpoint indicates an expected call of ModifyDBProxyEndpoint

func (*MockRDSAPIMockRecorder) ModifyDBProxyEndpointRequest added in v0.47.0

func (mr *MockRDSAPIMockRecorder) ModifyDBProxyEndpointRequest(arg0 interface{}) *gomock.Call

ModifyDBProxyEndpointRequest indicates an expected call of ModifyDBProxyEndpointRequest

func (*MockRDSAPIMockRecorder) ModifyDBProxyEndpointWithContext added in v0.47.0

func (mr *MockRDSAPIMockRecorder) ModifyDBProxyEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBProxyEndpointWithContext indicates an expected call of ModifyDBProxyEndpointWithContext

func (*MockRDSAPIMockRecorder) ModifyDBProxyRequest

func (mr *MockRDSAPIMockRecorder) ModifyDBProxyRequest(arg0 interface{}) *gomock.Call

ModifyDBProxyRequest indicates an expected call of ModifyDBProxyRequest

func (*MockRDSAPIMockRecorder) ModifyDBProxyTargetGroup

func (mr *MockRDSAPIMockRecorder) ModifyDBProxyTargetGroup(arg0 interface{}) *gomock.Call

ModifyDBProxyTargetGroup indicates an expected call of ModifyDBProxyTargetGroup

func (*MockRDSAPIMockRecorder) ModifyDBProxyTargetGroupRequest

func (mr *MockRDSAPIMockRecorder) ModifyDBProxyTargetGroupRequest(arg0 interface{}) *gomock.Call

ModifyDBProxyTargetGroupRequest indicates an expected call of ModifyDBProxyTargetGroupRequest

func (*MockRDSAPIMockRecorder) ModifyDBProxyTargetGroupWithContext

func (mr *MockRDSAPIMockRecorder) ModifyDBProxyTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBProxyTargetGroupWithContext indicates an expected call of ModifyDBProxyTargetGroupWithContext

func (*MockRDSAPIMockRecorder) ModifyDBProxyWithContext

func (mr *MockRDSAPIMockRecorder) ModifyDBProxyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBProxyWithContext indicates an expected call of ModifyDBProxyWithContext

func (*MockRDSAPIMockRecorder) ModifyDBSnapshot

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshot(arg0 interface{}) *gomock.Call

ModifyDBSnapshot indicates an expected call of ModifyDBSnapshot

func (*MockRDSAPIMockRecorder) ModifyDBSnapshotAttribute

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshotAttribute(arg0 interface{}) *gomock.Call

ModifyDBSnapshotAttribute indicates an expected call of ModifyDBSnapshotAttribute

func (*MockRDSAPIMockRecorder) ModifyDBSnapshotAttributeRequest

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshotAttributeRequest(arg0 interface{}) *gomock.Call

ModifyDBSnapshotAttributeRequest indicates an expected call of ModifyDBSnapshotAttributeRequest

func (*MockRDSAPIMockRecorder) ModifyDBSnapshotAttributeWithContext

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBSnapshotAttributeWithContext indicates an expected call of ModifyDBSnapshotAttributeWithContext

func (*MockRDSAPIMockRecorder) ModifyDBSnapshotRequest

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshotRequest(arg0 interface{}) *gomock.Call

ModifyDBSnapshotRequest indicates an expected call of ModifyDBSnapshotRequest

func (*MockRDSAPIMockRecorder) ModifyDBSnapshotWithContext

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBSnapshotWithContext indicates an expected call of ModifyDBSnapshotWithContext

func (*MockRDSAPIMockRecorder) ModifyDBSubnetGroup

func (mr *MockRDSAPIMockRecorder) ModifyDBSubnetGroup(arg0 interface{}) *gomock.Call

ModifyDBSubnetGroup indicates an expected call of ModifyDBSubnetGroup

func (*MockRDSAPIMockRecorder) ModifyDBSubnetGroupRequest

func (mr *MockRDSAPIMockRecorder) ModifyDBSubnetGroupRequest(arg0 interface{}) *gomock.Call

ModifyDBSubnetGroupRequest indicates an expected call of ModifyDBSubnetGroupRequest

func (*MockRDSAPIMockRecorder) ModifyDBSubnetGroupWithContext

func (mr *MockRDSAPIMockRecorder) ModifyDBSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBSubnetGroupWithContext indicates an expected call of ModifyDBSubnetGroupWithContext

func (*MockRDSAPIMockRecorder) ModifyEventSubscription

func (mr *MockRDSAPIMockRecorder) ModifyEventSubscription(arg0 interface{}) *gomock.Call

ModifyEventSubscription indicates an expected call of ModifyEventSubscription

func (*MockRDSAPIMockRecorder) ModifyEventSubscriptionRequest

func (mr *MockRDSAPIMockRecorder) ModifyEventSubscriptionRequest(arg0 interface{}) *gomock.Call

ModifyEventSubscriptionRequest indicates an expected call of ModifyEventSubscriptionRequest

func (*MockRDSAPIMockRecorder) ModifyEventSubscriptionWithContext

func (mr *MockRDSAPIMockRecorder) ModifyEventSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyEventSubscriptionWithContext indicates an expected call of ModifyEventSubscriptionWithContext

func (*MockRDSAPIMockRecorder) ModifyGlobalCluster

func (mr *MockRDSAPIMockRecorder) ModifyGlobalCluster(arg0 interface{}) *gomock.Call

ModifyGlobalCluster indicates an expected call of ModifyGlobalCluster

func (*MockRDSAPIMockRecorder) ModifyGlobalClusterRequest

func (mr *MockRDSAPIMockRecorder) ModifyGlobalClusterRequest(arg0 interface{}) *gomock.Call

ModifyGlobalClusterRequest indicates an expected call of ModifyGlobalClusterRequest

func (*MockRDSAPIMockRecorder) ModifyGlobalClusterWithContext

func (mr *MockRDSAPIMockRecorder) ModifyGlobalClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyGlobalClusterWithContext indicates an expected call of ModifyGlobalClusterWithContext

func (*MockRDSAPIMockRecorder) ModifyOptionGroup

func (mr *MockRDSAPIMockRecorder) ModifyOptionGroup(arg0 interface{}) *gomock.Call

ModifyOptionGroup indicates an expected call of ModifyOptionGroup

func (*MockRDSAPIMockRecorder) ModifyOptionGroupRequest

func (mr *MockRDSAPIMockRecorder) ModifyOptionGroupRequest(arg0 interface{}) *gomock.Call

ModifyOptionGroupRequest indicates an expected call of ModifyOptionGroupRequest

func (*MockRDSAPIMockRecorder) ModifyOptionGroupWithContext

func (mr *MockRDSAPIMockRecorder) ModifyOptionGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyOptionGroupWithContext indicates an expected call of ModifyOptionGroupWithContext

func (*MockRDSAPIMockRecorder) PromoteReadReplica

func (mr *MockRDSAPIMockRecorder) PromoteReadReplica(arg0 interface{}) *gomock.Call

PromoteReadReplica indicates an expected call of PromoteReadReplica

func (*MockRDSAPIMockRecorder) PromoteReadReplicaDBCluster

func (mr *MockRDSAPIMockRecorder) PromoteReadReplicaDBCluster(arg0 interface{}) *gomock.Call

PromoteReadReplicaDBCluster indicates an expected call of PromoteReadReplicaDBCluster

func (*MockRDSAPIMockRecorder) PromoteReadReplicaDBClusterRequest

func (mr *MockRDSAPIMockRecorder) PromoteReadReplicaDBClusterRequest(arg0 interface{}) *gomock.Call

PromoteReadReplicaDBClusterRequest indicates an expected call of PromoteReadReplicaDBClusterRequest

func (*MockRDSAPIMockRecorder) PromoteReadReplicaDBClusterWithContext

func (mr *MockRDSAPIMockRecorder) PromoteReadReplicaDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PromoteReadReplicaDBClusterWithContext indicates an expected call of PromoteReadReplicaDBClusterWithContext

func (*MockRDSAPIMockRecorder) PromoteReadReplicaRequest

func (mr *MockRDSAPIMockRecorder) PromoteReadReplicaRequest(arg0 interface{}) *gomock.Call

PromoteReadReplicaRequest indicates an expected call of PromoteReadReplicaRequest

func (*MockRDSAPIMockRecorder) PromoteReadReplicaWithContext

func (mr *MockRDSAPIMockRecorder) PromoteReadReplicaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PromoteReadReplicaWithContext indicates an expected call of PromoteReadReplicaWithContext

func (*MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOffering

func (mr *MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOffering(arg0 interface{}) *gomock.Call

PurchaseReservedDBInstancesOffering indicates an expected call of PurchaseReservedDBInstancesOffering

func (*MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOfferingRequest

func (mr *MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOfferingRequest(arg0 interface{}) *gomock.Call

PurchaseReservedDBInstancesOfferingRequest indicates an expected call of PurchaseReservedDBInstancesOfferingRequest

func (*MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOfferingWithContext

func (mr *MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOfferingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseReservedDBInstancesOfferingWithContext indicates an expected call of PurchaseReservedDBInstancesOfferingWithContext

func (*MockRDSAPIMockRecorder) RebootDBCluster added in v0.54.0

func (mr *MockRDSAPIMockRecorder) RebootDBCluster(arg0 interface{}) *gomock.Call

RebootDBCluster indicates an expected call of RebootDBCluster

func (*MockRDSAPIMockRecorder) RebootDBClusterRequest added in v0.54.0

func (mr *MockRDSAPIMockRecorder) RebootDBClusterRequest(arg0 interface{}) *gomock.Call

RebootDBClusterRequest indicates an expected call of RebootDBClusterRequest

func (*MockRDSAPIMockRecorder) RebootDBClusterWithContext added in v0.54.0

func (mr *MockRDSAPIMockRecorder) RebootDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RebootDBClusterWithContext indicates an expected call of RebootDBClusterWithContext

func (*MockRDSAPIMockRecorder) RebootDBInstance

func (mr *MockRDSAPIMockRecorder) RebootDBInstance(arg0 interface{}) *gomock.Call

RebootDBInstance indicates an expected call of RebootDBInstance

func (*MockRDSAPIMockRecorder) RebootDBInstanceRequest

func (mr *MockRDSAPIMockRecorder) RebootDBInstanceRequest(arg0 interface{}) *gomock.Call

RebootDBInstanceRequest indicates an expected call of RebootDBInstanceRequest

func (*MockRDSAPIMockRecorder) RebootDBInstanceWithContext

func (mr *MockRDSAPIMockRecorder) RebootDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RebootDBInstanceWithContext indicates an expected call of RebootDBInstanceWithContext

func (*MockRDSAPIMockRecorder) RegisterDBProxyTargets

func (mr *MockRDSAPIMockRecorder) RegisterDBProxyTargets(arg0 interface{}) *gomock.Call

RegisterDBProxyTargets indicates an expected call of RegisterDBProxyTargets

func (*MockRDSAPIMockRecorder) RegisterDBProxyTargetsRequest

func (mr *MockRDSAPIMockRecorder) RegisterDBProxyTargetsRequest(arg0 interface{}) *gomock.Call

RegisterDBProxyTargetsRequest indicates an expected call of RegisterDBProxyTargetsRequest

func (*MockRDSAPIMockRecorder) RegisterDBProxyTargetsWithContext

func (mr *MockRDSAPIMockRecorder) RegisterDBProxyTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterDBProxyTargetsWithContext indicates an expected call of RegisterDBProxyTargetsWithContext

func (*MockRDSAPIMockRecorder) RemoveFromGlobalCluster

func (mr *MockRDSAPIMockRecorder) RemoveFromGlobalCluster(arg0 interface{}) *gomock.Call

RemoveFromGlobalCluster indicates an expected call of RemoveFromGlobalCluster

func (*MockRDSAPIMockRecorder) RemoveFromGlobalClusterRequest

func (mr *MockRDSAPIMockRecorder) RemoveFromGlobalClusterRequest(arg0 interface{}) *gomock.Call

RemoveFromGlobalClusterRequest indicates an expected call of RemoveFromGlobalClusterRequest

func (*MockRDSAPIMockRecorder) RemoveFromGlobalClusterWithContext

func (mr *MockRDSAPIMockRecorder) RemoveFromGlobalClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveFromGlobalClusterWithContext indicates an expected call of RemoveFromGlobalClusterWithContext

func (*MockRDSAPIMockRecorder) RemoveRoleFromDBCluster

func (mr *MockRDSAPIMockRecorder) RemoveRoleFromDBCluster(arg0 interface{}) *gomock.Call

RemoveRoleFromDBCluster indicates an expected call of RemoveRoleFromDBCluster

func (*MockRDSAPIMockRecorder) RemoveRoleFromDBClusterRequest

func (mr *MockRDSAPIMockRecorder) RemoveRoleFromDBClusterRequest(arg0 interface{}) *gomock.Call

RemoveRoleFromDBClusterRequest indicates an expected call of RemoveRoleFromDBClusterRequest

func (*MockRDSAPIMockRecorder) RemoveRoleFromDBClusterWithContext

func (mr *MockRDSAPIMockRecorder) RemoveRoleFromDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveRoleFromDBClusterWithContext indicates an expected call of RemoveRoleFromDBClusterWithContext

func (*MockRDSAPIMockRecorder) RemoveRoleFromDBInstance

func (mr *MockRDSAPIMockRecorder) RemoveRoleFromDBInstance(arg0 interface{}) *gomock.Call

RemoveRoleFromDBInstance indicates an expected call of RemoveRoleFromDBInstance

func (*MockRDSAPIMockRecorder) RemoveRoleFromDBInstanceRequest

func (mr *MockRDSAPIMockRecorder) RemoveRoleFromDBInstanceRequest(arg0 interface{}) *gomock.Call

RemoveRoleFromDBInstanceRequest indicates an expected call of RemoveRoleFromDBInstanceRequest

func (*MockRDSAPIMockRecorder) RemoveRoleFromDBInstanceWithContext

func (mr *MockRDSAPIMockRecorder) RemoveRoleFromDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveRoleFromDBInstanceWithContext indicates an expected call of RemoveRoleFromDBInstanceWithContext

func (*MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscription

func (mr *MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscription(arg0 interface{}) *gomock.Call

RemoveSourceIdentifierFromSubscription indicates an expected call of RemoveSourceIdentifierFromSubscription

func (*MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscriptionRequest

func (mr *MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscriptionRequest(arg0 interface{}) *gomock.Call

RemoveSourceIdentifierFromSubscriptionRequest indicates an expected call of RemoveSourceIdentifierFromSubscriptionRequest

func (*MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscriptionWithContext

func (mr *MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveSourceIdentifierFromSubscriptionWithContext indicates an expected call of RemoveSourceIdentifierFromSubscriptionWithContext

func (*MockRDSAPIMockRecorder) RemoveTagsFromResource

func (mr *MockRDSAPIMockRecorder) RemoveTagsFromResource(arg0 interface{}) *gomock.Call

RemoveTagsFromResource indicates an expected call of RemoveTagsFromResource

func (*MockRDSAPIMockRecorder) RemoveTagsFromResourceRequest

func (mr *MockRDSAPIMockRecorder) RemoveTagsFromResourceRequest(arg0 interface{}) *gomock.Call

RemoveTagsFromResourceRequest indicates an expected call of RemoveTagsFromResourceRequest

func (*MockRDSAPIMockRecorder) RemoveTagsFromResourceWithContext

func (mr *MockRDSAPIMockRecorder) RemoveTagsFromResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveTagsFromResourceWithContext indicates an expected call of RemoveTagsFromResourceWithContext

func (*MockRDSAPIMockRecorder) ResetDBClusterParameterGroup

func (mr *MockRDSAPIMockRecorder) ResetDBClusterParameterGroup(arg0 interface{}) *gomock.Call

ResetDBClusterParameterGroup indicates an expected call of ResetDBClusterParameterGroup

func (*MockRDSAPIMockRecorder) ResetDBClusterParameterGroupRequest

func (mr *MockRDSAPIMockRecorder) ResetDBClusterParameterGroupRequest(arg0 interface{}) *gomock.Call

ResetDBClusterParameterGroupRequest indicates an expected call of ResetDBClusterParameterGroupRequest

func (*MockRDSAPIMockRecorder) ResetDBClusterParameterGroupWithContext

func (mr *MockRDSAPIMockRecorder) ResetDBClusterParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetDBClusterParameterGroupWithContext indicates an expected call of ResetDBClusterParameterGroupWithContext

func (*MockRDSAPIMockRecorder) ResetDBParameterGroup

func (mr *MockRDSAPIMockRecorder) ResetDBParameterGroup(arg0 interface{}) *gomock.Call

ResetDBParameterGroup indicates an expected call of ResetDBParameterGroup

func (*MockRDSAPIMockRecorder) ResetDBParameterGroupRequest

func (mr *MockRDSAPIMockRecorder) ResetDBParameterGroupRequest(arg0 interface{}) *gomock.Call

ResetDBParameterGroupRequest indicates an expected call of ResetDBParameterGroupRequest

func (*MockRDSAPIMockRecorder) ResetDBParameterGroupWithContext

func (mr *MockRDSAPIMockRecorder) ResetDBParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetDBParameterGroupWithContext indicates an expected call of ResetDBParameterGroupWithContext

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromS3

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromS3(arg0 interface{}) *gomock.Call

RestoreDBClusterFromS3 indicates an expected call of RestoreDBClusterFromS3

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromS3Request

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromS3Request(arg0 interface{}) *gomock.Call

RestoreDBClusterFromS3Request indicates an expected call of RestoreDBClusterFromS3Request

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromS3WithContext

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromS3WithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBClusterFromS3WithContext indicates an expected call of RestoreDBClusterFromS3WithContext

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshot

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshot(arg0 interface{}) *gomock.Call

RestoreDBClusterFromSnapshot indicates an expected call of RestoreDBClusterFromSnapshot

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshotRequest

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshotRequest(arg0 interface{}) *gomock.Call

RestoreDBClusterFromSnapshotRequest indicates an expected call of RestoreDBClusterFromSnapshotRequest

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshotWithContext

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBClusterFromSnapshotWithContext indicates an expected call of RestoreDBClusterFromSnapshotWithContext

func (*MockRDSAPIMockRecorder) RestoreDBClusterToPointInTime

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterToPointInTime(arg0 interface{}) *gomock.Call

RestoreDBClusterToPointInTime indicates an expected call of RestoreDBClusterToPointInTime

func (*MockRDSAPIMockRecorder) RestoreDBClusterToPointInTimeRequest

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterToPointInTimeRequest(arg0 interface{}) *gomock.Call

RestoreDBClusterToPointInTimeRequest indicates an expected call of RestoreDBClusterToPointInTimeRequest

func (*MockRDSAPIMockRecorder) RestoreDBClusterToPointInTimeWithContext

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterToPointInTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBClusterToPointInTimeWithContext indicates an expected call of RestoreDBClusterToPointInTimeWithContext

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshot

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshot(arg0 interface{}) *gomock.Call

RestoreDBInstanceFromDBSnapshot indicates an expected call of RestoreDBInstanceFromDBSnapshot

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshotRequest

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshotRequest(arg0 interface{}) *gomock.Call

RestoreDBInstanceFromDBSnapshotRequest indicates an expected call of RestoreDBInstanceFromDBSnapshotRequest

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshotWithContext

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBInstanceFromDBSnapshotWithContext indicates an expected call of RestoreDBInstanceFromDBSnapshotWithContext

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromS3

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromS3(arg0 interface{}) *gomock.Call

RestoreDBInstanceFromS3 indicates an expected call of RestoreDBInstanceFromS3

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromS3Request

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromS3Request(arg0 interface{}) *gomock.Call

RestoreDBInstanceFromS3Request indicates an expected call of RestoreDBInstanceFromS3Request

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromS3WithContext

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromS3WithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBInstanceFromS3WithContext indicates an expected call of RestoreDBInstanceFromS3WithContext

func (*MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTime

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTime(arg0 interface{}) *gomock.Call

RestoreDBInstanceToPointInTime indicates an expected call of RestoreDBInstanceToPointInTime

func (*MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTimeRequest

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTimeRequest(arg0 interface{}) *gomock.Call

RestoreDBInstanceToPointInTimeRequest indicates an expected call of RestoreDBInstanceToPointInTimeRequest

func (*MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTimeWithContext

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBInstanceToPointInTimeWithContext indicates an expected call of RestoreDBInstanceToPointInTimeWithContext

func (*MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngress

func (mr *MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngress(arg0 interface{}) *gomock.Call

RevokeDBSecurityGroupIngress indicates an expected call of RevokeDBSecurityGroupIngress

func (*MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngressRequest

func (mr *MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

RevokeDBSecurityGroupIngressRequest indicates an expected call of RevokeDBSecurityGroupIngressRequest

func (*MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngressWithContext

func (mr *MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeDBSecurityGroupIngressWithContext indicates an expected call of RevokeDBSecurityGroupIngressWithContext

func (*MockRDSAPIMockRecorder) StartActivityStream

func (mr *MockRDSAPIMockRecorder) StartActivityStream(arg0 interface{}) *gomock.Call

StartActivityStream indicates an expected call of StartActivityStream

func (*MockRDSAPIMockRecorder) StartActivityStreamRequest

func (mr *MockRDSAPIMockRecorder) StartActivityStreamRequest(arg0 interface{}) *gomock.Call

StartActivityStreamRequest indicates an expected call of StartActivityStreamRequest

func (*MockRDSAPIMockRecorder) StartActivityStreamWithContext

func (mr *MockRDSAPIMockRecorder) StartActivityStreamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartActivityStreamWithContext indicates an expected call of StartActivityStreamWithContext

func (*MockRDSAPIMockRecorder) StartDBCluster

func (mr *MockRDSAPIMockRecorder) StartDBCluster(arg0 interface{}) *gomock.Call

StartDBCluster indicates an expected call of StartDBCluster

func (*MockRDSAPIMockRecorder) StartDBClusterRequest

func (mr *MockRDSAPIMockRecorder) StartDBClusterRequest(arg0 interface{}) *gomock.Call

StartDBClusterRequest indicates an expected call of StartDBClusterRequest

func (*MockRDSAPIMockRecorder) StartDBClusterWithContext

func (mr *MockRDSAPIMockRecorder) StartDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartDBClusterWithContext indicates an expected call of StartDBClusterWithContext

func (*MockRDSAPIMockRecorder) StartDBInstance

func (mr *MockRDSAPIMockRecorder) StartDBInstance(arg0 interface{}) *gomock.Call

StartDBInstance indicates an expected call of StartDBInstance

func (*MockRDSAPIMockRecorder) StartDBInstanceAutomatedBackupsReplication added in v0.43.0

func (mr *MockRDSAPIMockRecorder) StartDBInstanceAutomatedBackupsReplication(arg0 interface{}) *gomock.Call

StartDBInstanceAutomatedBackupsReplication indicates an expected call of StartDBInstanceAutomatedBackupsReplication

func (*MockRDSAPIMockRecorder) StartDBInstanceAutomatedBackupsReplicationRequest added in v0.43.0

func (mr *MockRDSAPIMockRecorder) StartDBInstanceAutomatedBackupsReplicationRequest(arg0 interface{}) *gomock.Call

StartDBInstanceAutomatedBackupsReplicationRequest indicates an expected call of StartDBInstanceAutomatedBackupsReplicationRequest

func (*MockRDSAPIMockRecorder) StartDBInstanceAutomatedBackupsReplicationWithContext added in v0.43.0

func (mr *MockRDSAPIMockRecorder) StartDBInstanceAutomatedBackupsReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartDBInstanceAutomatedBackupsReplicationWithContext indicates an expected call of StartDBInstanceAutomatedBackupsReplicationWithContext

func (*MockRDSAPIMockRecorder) StartDBInstanceRequest

func (mr *MockRDSAPIMockRecorder) StartDBInstanceRequest(arg0 interface{}) *gomock.Call

StartDBInstanceRequest indicates an expected call of StartDBInstanceRequest

func (*MockRDSAPIMockRecorder) StartDBInstanceWithContext

func (mr *MockRDSAPIMockRecorder) StartDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartDBInstanceWithContext indicates an expected call of StartDBInstanceWithContext

func (*MockRDSAPIMockRecorder) StartExportTask

func (mr *MockRDSAPIMockRecorder) StartExportTask(arg0 interface{}) *gomock.Call

StartExportTask indicates an expected call of StartExportTask

func (*MockRDSAPIMockRecorder) StartExportTaskRequest

func (mr *MockRDSAPIMockRecorder) StartExportTaskRequest(arg0 interface{}) *gomock.Call

StartExportTaskRequest indicates an expected call of StartExportTaskRequest

func (*MockRDSAPIMockRecorder) StartExportTaskWithContext

func (mr *MockRDSAPIMockRecorder) StartExportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartExportTaskWithContext indicates an expected call of StartExportTaskWithContext

func (*MockRDSAPIMockRecorder) StopActivityStream

func (mr *MockRDSAPIMockRecorder) StopActivityStream(arg0 interface{}) *gomock.Call

StopActivityStream indicates an expected call of StopActivityStream

func (*MockRDSAPIMockRecorder) StopActivityStreamRequest

func (mr *MockRDSAPIMockRecorder) StopActivityStreamRequest(arg0 interface{}) *gomock.Call

StopActivityStreamRequest indicates an expected call of StopActivityStreamRequest

func (*MockRDSAPIMockRecorder) StopActivityStreamWithContext

func (mr *MockRDSAPIMockRecorder) StopActivityStreamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopActivityStreamWithContext indicates an expected call of StopActivityStreamWithContext

func (*MockRDSAPIMockRecorder) StopDBCluster

func (mr *MockRDSAPIMockRecorder) StopDBCluster(arg0 interface{}) *gomock.Call

StopDBCluster indicates an expected call of StopDBCluster

func (*MockRDSAPIMockRecorder) StopDBClusterRequest

func (mr *MockRDSAPIMockRecorder) StopDBClusterRequest(arg0 interface{}) *gomock.Call

StopDBClusterRequest indicates an expected call of StopDBClusterRequest

func (*MockRDSAPIMockRecorder) StopDBClusterWithContext

func (mr *MockRDSAPIMockRecorder) StopDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopDBClusterWithContext indicates an expected call of StopDBClusterWithContext

func (*MockRDSAPIMockRecorder) StopDBInstance

func (mr *MockRDSAPIMockRecorder) StopDBInstance(arg0 interface{}) *gomock.Call

StopDBInstance indicates an expected call of StopDBInstance

func (*MockRDSAPIMockRecorder) StopDBInstanceAutomatedBackupsReplication added in v0.43.0

func (mr *MockRDSAPIMockRecorder) StopDBInstanceAutomatedBackupsReplication(arg0 interface{}) *gomock.Call

StopDBInstanceAutomatedBackupsReplication indicates an expected call of StopDBInstanceAutomatedBackupsReplication

func (*MockRDSAPIMockRecorder) StopDBInstanceAutomatedBackupsReplicationRequest added in v0.43.0

func (mr *MockRDSAPIMockRecorder) StopDBInstanceAutomatedBackupsReplicationRequest(arg0 interface{}) *gomock.Call

StopDBInstanceAutomatedBackupsReplicationRequest indicates an expected call of StopDBInstanceAutomatedBackupsReplicationRequest

func (*MockRDSAPIMockRecorder) StopDBInstanceAutomatedBackupsReplicationWithContext added in v0.43.0

func (mr *MockRDSAPIMockRecorder) StopDBInstanceAutomatedBackupsReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopDBInstanceAutomatedBackupsReplicationWithContext indicates an expected call of StopDBInstanceAutomatedBackupsReplicationWithContext

func (*MockRDSAPIMockRecorder) StopDBInstanceRequest

func (mr *MockRDSAPIMockRecorder) StopDBInstanceRequest(arg0 interface{}) *gomock.Call

StopDBInstanceRequest indicates an expected call of StopDBInstanceRequest

func (*MockRDSAPIMockRecorder) StopDBInstanceWithContext

func (mr *MockRDSAPIMockRecorder) StopDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopDBInstanceWithContext indicates an expected call of StopDBInstanceWithContext

func (*MockRDSAPIMockRecorder) WaitUntilDBClusterSnapshotAvailable

func (mr *MockRDSAPIMockRecorder) WaitUntilDBClusterSnapshotAvailable(arg0 interface{}) *gomock.Call

WaitUntilDBClusterSnapshotAvailable indicates an expected call of WaitUntilDBClusterSnapshotAvailable

func (*MockRDSAPIMockRecorder) WaitUntilDBClusterSnapshotAvailableWithContext

func (mr *MockRDSAPIMockRecorder) WaitUntilDBClusterSnapshotAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilDBClusterSnapshotAvailableWithContext indicates an expected call of WaitUntilDBClusterSnapshotAvailableWithContext

func (*MockRDSAPIMockRecorder) WaitUntilDBClusterSnapshotDeleted

func (mr *MockRDSAPIMockRecorder) WaitUntilDBClusterSnapshotDeleted(arg0 interface{}) *gomock.Call

WaitUntilDBClusterSnapshotDeleted indicates an expected call of WaitUntilDBClusterSnapshotDeleted

func (*MockRDSAPIMockRecorder) WaitUntilDBClusterSnapshotDeletedWithContext

func (mr *MockRDSAPIMockRecorder) WaitUntilDBClusterSnapshotDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilDBClusterSnapshotDeletedWithContext indicates an expected call of WaitUntilDBClusterSnapshotDeletedWithContext

func (*MockRDSAPIMockRecorder) WaitUntilDBInstanceAvailable

func (mr *MockRDSAPIMockRecorder) WaitUntilDBInstanceAvailable(arg0 interface{}) *gomock.Call

WaitUntilDBInstanceAvailable indicates an expected call of WaitUntilDBInstanceAvailable

func (*MockRDSAPIMockRecorder) WaitUntilDBInstanceAvailableWithContext

func (mr *MockRDSAPIMockRecorder) WaitUntilDBInstanceAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilDBInstanceAvailableWithContext indicates an expected call of WaitUntilDBInstanceAvailableWithContext

func (*MockRDSAPIMockRecorder) WaitUntilDBInstanceDeleted

func (mr *MockRDSAPIMockRecorder) WaitUntilDBInstanceDeleted(arg0 interface{}) *gomock.Call

WaitUntilDBInstanceDeleted indicates an expected call of WaitUntilDBInstanceDeleted

func (*MockRDSAPIMockRecorder) WaitUntilDBInstanceDeletedWithContext

func (mr *MockRDSAPIMockRecorder) WaitUntilDBInstanceDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilDBInstanceDeletedWithContext indicates an expected call of WaitUntilDBInstanceDeletedWithContext

func (*MockRDSAPIMockRecorder) WaitUntilDBSnapshotAvailable

func (mr *MockRDSAPIMockRecorder) WaitUntilDBSnapshotAvailable(arg0 interface{}) *gomock.Call

WaitUntilDBSnapshotAvailable indicates an expected call of WaitUntilDBSnapshotAvailable

func (*MockRDSAPIMockRecorder) WaitUntilDBSnapshotAvailableWithContext

func (mr *MockRDSAPIMockRecorder) WaitUntilDBSnapshotAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilDBSnapshotAvailableWithContext indicates an expected call of WaitUntilDBSnapshotAvailableWithContext

func (*MockRDSAPIMockRecorder) WaitUntilDBSnapshotDeleted

func (mr *MockRDSAPIMockRecorder) WaitUntilDBSnapshotDeleted(arg0 interface{}) *gomock.Call

WaitUntilDBSnapshotDeleted indicates an expected call of WaitUntilDBSnapshotDeleted

func (*MockRDSAPIMockRecorder) WaitUntilDBSnapshotDeletedWithContext

func (mr *MockRDSAPIMockRecorder) WaitUntilDBSnapshotDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilDBSnapshotDeletedWithContext indicates an expected call of WaitUntilDBSnapshotDeletedWithContext

type MockResourceGroupsTaggingAPIAPI added in v0.19.0

type MockResourceGroupsTaggingAPIAPI struct {
	// contains filtered or unexported fields
}

MockResourceGroupsTaggingAPIAPI is a mock of ResourceGroupsTaggingAPIAPI interface

func NewMockResourceGroupsTaggingAPIAPI added in v0.19.0

func NewMockResourceGroupsTaggingAPIAPI(ctrl *gomock.Controller) *MockResourceGroupsTaggingAPIAPI

NewMockResourceGroupsTaggingAPIAPI creates a new mock instance

func (*MockResourceGroupsTaggingAPIAPI) DescribeReportCreation added in v0.19.0

DescribeReportCreation mocks base method

func (*MockResourceGroupsTaggingAPIAPI) DescribeReportCreationRequest added in v0.19.0

DescribeReportCreationRequest mocks base method

func (*MockResourceGroupsTaggingAPIAPI) DescribeReportCreationWithContext added in v0.19.0

DescribeReportCreationWithContext mocks base method

func (*MockResourceGroupsTaggingAPIAPI) EXPECT added in v0.19.0

EXPECT returns an object that allows the caller to indicate expected use

func (*MockResourceGroupsTaggingAPIAPI) GetComplianceSummary added in v0.19.0

GetComplianceSummary mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetComplianceSummaryPages added in v0.19.0

GetComplianceSummaryPages mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetComplianceSummaryPagesWithContext added in v0.19.0

GetComplianceSummaryPagesWithContext mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetComplianceSummaryRequest added in v0.19.0

GetComplianceSummaryRequest mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetComplianceSummaryWithContext added in v0.19.0

GetComplianceSummaryWithContext mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetResources added in v0.19.0

GetResources mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetResourcesPages added in v0.19.0

GetResourcesPages mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetResourcesPagesWithContext added in v0.19.0

GetResourcesPagesWithContext mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetResourcesRequest added in v0.19.0

GetResourcesRequest mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetResourcesWithContext added in v0.19.0

GetResourcesWithContext mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetTagKeys added in v0.19.0

GetTagKeys mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetTagKeysPages added in v0.19.0

GetTagKeysPages mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetTagKeysPagesWithContext added in v0.19.0

GetTagKeysPagesWithContext mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetTagKeysRequest added in v0.19.0

GetTagKeysRequest mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetTagKeysWithContext added in v0.19.0

GetTagKeysWithContext mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetTagValues added in v0.19.0

GetTagValues mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetTagValuesPages added in v0.19.0

GetTagValuesPages mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetTagValuesPagesWithContext added in v0.19.0

GetTagValuesPagesWithContext mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetTagValuesRequest added in v0.19.0

GetTagValuesRequest mocks base method

func (*MockResourceGroupsTaggingAPIAPI) GetTagValuesWithContext added in v0.19.0

GetTagValuesWithContext mocks base method

func (*MockResourceGroupsTaggingAPIAPI) StartReportCreation added in v0.19.0

StartReportCreation mocks base method

func (*MockResourceGroupsTaggingAPIAPI) StartReportCreationRequest added in v0.19.0

StartReportCreationRequest mocks base method

func (*MockResourceGroupsTaggingAPIAPI) StartReportCreationWithContext added in v0.19.0

StartReportCreationWithContext mocks base method

func (*MockResourceGroupsTaggingAPIAPI) TagResources added in v0.19.0

TagResources mocks base method

func (*MockResourceGroupsTaggingAPIAPI) TagResourcesRequest added in v0.19.0

TagResourcesRequest mocks base method

func (*MockResourceGroupsTaggingAPIAPI) TagResourcesWithContext added in v0.19.0

TagResourcesWithContext mocks base method

func (*MockResourceGroupsTaggingAPIAPI) UntagResources added in v0.19.0

UntagResources mocks base method

func (*MockResourceGroupsTaggingAPIAPI) UntagResourcesRequest added in v0.19.0

UntagResourcesRequest mocks base method

func (*MockResourceGroupsTaggingAPIAPI) UntagResourcesWithContext added in v0.19.0

UntagResourcesWithContext mocks base method

type MockResourceGroupsTaggingAPIAPIMockRecorder added in v0.19.0

type MockResourceGroupsTaggingAPIAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockResourceGroupsTaggingAPIAPIMockRecorder is the mock recorder for MockResourceGroupsTaggingAPIAPI

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) DescribeReportCreation added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) DescribeReportCreation(arg0 interface{}) *gomock.Call

DescribeReportCreation indicates an expected call of DescribeReportCreation

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) DescribeReportCreationRequest added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) DescribeReportCreationRequest(arg0 interface{}) *gomock.Call

DescribeReportCreationRequest indicates an expected call of DescribeReportCreationRequest

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) DescribeReportCreationWithContext added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) DescribeReportCreationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReportCreationWithContext indicates an expected call of DescribeReportCreationWithContext

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetComplianceSummary added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetComplianceSummary(arg0 interface{}) *gomock.Call

GetComplianceSummary indicates an expected call of GetComplianceSummary

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetComplianceSummaryPages added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetComplianceSummaryPages(arg0, arg1 interface{}) *gomock.Call

GetComplianceSummaryPages indicates an expected call of GetComplianceSummaryPages

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetComplianceSummaryPagesWithContext added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetComplianceSummaryPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetComplianceSummaryPagesWithContext indicates an expected call of GetComplianceSummaryPagesWithContext

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetComplianceSummaryRequest added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetComplianceSummaryRequest(arg0 interface{}) *gomock.Call

GetComplianceSummaryRequest indicates an expected call of GetComplianceSummaryRequest

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetComplianceSummaryWithContext added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetComplianceSummaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetComplianceSummaryWithContext indicates an expected call of GetComplianceSummaryWithContext

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetResources added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetResources(arg0 interface{}) *gomock.Call

GetResources indicates an expected call of GetResources

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetResourcesPages added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetResourcesPages(arg0, arg1 interface{}) *gomock.Call

GetResourcesPages indicates an expected call of GetResourcesPages

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetResourcesPagesWithContext added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetResourcesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetResourcesPagesWithContext indicates an expected call of GetResourcesPagesWithContext

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetResourcesRequest added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetResourcesRequest(arg0 interface{}) *gomock.Call

GetResourcesRequest indicates an expected call of GetResourcesRequest

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetResourcesWithContext added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetResourcesWithContext indicates an expected call of GetResourcesWithContext

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagKeys added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagKeys(arg0 interface{}) *gomock.Call

GetTagKeys indicates an expected call of GetTagKeys

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagKeysPages added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagKeysPages(arg0, arg1 interface{}) *gomock.Call

GetTagKeysPages indicates an expected call of GetTagKeysPages

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagKeysPagesWithContext added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagKeysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetTagKeysPagesWithContext indicates an expected call of GetTagKeysPagesWithContext

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagKeysRequest added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagKeysRequest(arg0 interface{}) *gomock.Call

GetTagKeysRequest indicates an expected call of GetTagKeysRequest

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagKeysWithContext added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTagKeysWithContext indicates an expected call of GetTagKeysWithContext

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagValues added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagValues(arg0 interface{}) *gomock.Call

GetTagValues indicates an expected call of GetTagValues

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagValuesPages added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagValuesPages(arg0, arg1 interface{}) *gomock.Call

GetTagValuesPages indicates an expected call of GetTagValuesPages

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagValuesPagesWithContext added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagValuesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetTagValuesPagesWithContext indicates an expected call of GetTagValuesPagesWithContext

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagValuesRequest added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagValuesRequest(arg0 interface{}) *gomock.Call

GetTagValuesRequest indicates an expected call of GetTagValuesRequest

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagValuesWithContext added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) GetTagValuesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTagValuesWithContext indicates an expected call of GetTagValuesWithContext

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) StartReportCreation added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) StartReportCreation(arg0 interface{}) *gomock.Call

StartReportCreation indicates an expected call of StartReportCreation

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) StartReportCreationRequest added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) StartReportCreationRequest(arg0 interface{}) *gomock.Call

StartReportCreationRequest indicates an expected call of StartReportCreationRequest

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) StartReportCreationWithContext added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) StartReportCreationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartReportCreationWithContext indicates an expected call of StartReportCreationWithContext

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) TagResources added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) TagResources(arg0 interface{}) *gomock.Call

TagResources indicates an expected call of TagResources

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) TagResourcesRequest added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) TagResourcesRequest(arg0 interface{}) *gomock.Call

TagResourcesRequest indicates an expected call of TagResourcesRequest

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) TagResourcesWithContext added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) TagResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourcesWithContext indicates an expected call of TagResourcesWithContext

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) UntagResources added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) UntagResources(arg0 interface{}) *gomock.Call

UntagResources indicates an expected call of UntagResources

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) UntagResourcesRequest added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) UntagResourcesRequest(arg0 interface{}) *gomock.Call

UntagResourcesRequest indicates an expected call of UntagResourcesRequest

func (*MockResourceGroupsTaggingAPIAPIMockRecorder) UntagResourcesWithContext added in v0.19.0

func (mr *MockResourceGroupsTaggingAPIAPIMockRecorder) UntagResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourcesWithContext indicates an expected call of UntagResourcesWithContext

type MockRoute53API

type MockRoute53API struct {
	// contains filtered or unexported fields
}

MockRoute53API is a mock of Route53API interface

func NewMockRoute53API

func NewMockRoute53API(ctrl *gomock.Controller) *MockRoute53API

NewMockRoute53API creates a new mock instance

func (*MockRoute53API) ActivateKeySigningKey added in v0.47.0

ActivateKeySigningKey mocks base method

func (*MockRoute53API) ActivateKeySigningKeyRequest added in v0.47.0

ActivateKeySigningKeyRequest mocks base method

func (*MockRoute53API) ActivateKeySigningKeyWithContext added in v0.47.0

func (m *MockRoute53API) ActivateKeySigningKeyWithContext(arg0 context.Context, arg1 *route53.ActivateKeySigningKeyInput, arg2 ...request.Option) (*route53.ActivateKeySigningKeyOutput, error)

ActivateKeySigningKeyWithContext mocks base method

func (*MockRoute53API) AssociateVPCWithHostedZone

AssociateVPCWithHostedZone mocks base method

func (*MockRoute53API) AssociateVPCWithHostedZoneRequest

AssociateVPCWithHostedZoneRequest mocks base method

func (*MockRoute53API) AssociateVPCWithHostedZoneWithContext

func (m *MockRoute53API) AssociateVPCWithHostedZoneWithContext(arg0 context.Context, arg1 *route53.AssociateVPCWithHostedZoneInput, arg2 ...request.Option) (*route53.AssociateVPCWithHostedZoneOutput, error)

AssociateVPCWithHostedZoneWithContext mocks base method

func (*MockRoute53API) ChangeResourceRecordSets

ChangeResourceRecordSets mocks base method

func (*MockRoute53API) ChangeResourceRecordSetsRequest

ChangeResourceRecordSetsRequest mocks base method

func (*MockRoute53API) ChangeResourceRecordSetsWithContext

func (m *MockRoute53API) ChangeResourceRecordSetsWithContext(arg0 context.Context, arg1 *route53.ChangeResourceRecordSetsInput, arg2 ...request.Option) (*route53.ChangeResourceRecordSetsOutput, error)

ChangeResourceRecordSetsWithContext mocks base method

func (*MockRoute53API) ChangeTagsForResource

ChangeTagsForResource mocks base method

func (*MockRoute53API) ChangeTagsForResourceRequest

ChangeTagsForResourceRequest mocks base method

func (*MockRoute53API) ChangeTagsForResourceWithContext

func (m *MockRoute53API) ChangeTagsForResourceWithContext(arg0 context.Context, arg1 *route53.ChangeTagsForResourceInput, arg2 ...request.Option) (*route53.ChangeTagsForResourceOutput, error)

ChangeTagsForResourceWithContext mocks base method

func (*MockRoute53API) CreateHealthCheck

CreateHealthCheck mocks base method

func (*MockRoute53API) CreateHealthCheckRequest

CreateHealthCheckRequest mocks base method

func (*MockRoute53API) CreateHealthCheckWithContext

func (m *MockRoute53API) CreateHealthCheckWithContext(arg0 context.Context, arg1 *route53.CreateHealthCheckInput, arg2 ...request.Option) (*route53.CreateHealthCheckOutput, error)

CreateHealthCheckWithContext mocks base method

func (*MockRoute53API) CreateHostedZone

CreateHostedZone mocks base method

func (*MockRoute53API) CreateHostedZoneRequest

CreateHostedZoneRequest mocks base method

func (*MockRoute53API) CreateHostedZoneWithContext

func (m *MockRoute53API) CreateHostedZoneWithContext(arg0 context.Context, arg1 *route53.CreateHostedZoneInput, arg2 ...request.Option) (*route53.CreateHostedZoneOutput, error)

CreateHostedZoneWithContext mocks base method

func (*MockRoute53API) CreateKeySigningKey added in v0.47.0

CreateKeySigningKey mocks base method

func (*MockRoute53API) CreateKeySigningKeyRequest added in v0.47.0

CreateKeySigningKeyRequest mocks base method

func (*MockRoute53API) CreateKeySigningKeyWithContext added in v0.47.0

func (m *MockRoute53API) CreateKeySigningKeyWithContext(arg0 context.Context, arg1 *route53.CreateKeySigningKeyInput, arg2 ...request.Option) (*route53.CreateKeySigningKeyOutput, error)

CreateKeySigningKeyWithContext mocks base method

func (*MockRoute53API) CreateQueryLoggingConfig

CreateQueryLoggingConfig mocks base method

func (*MockRoute53API) CreateQueryLoggingConfigRequest

CreateQueryLoggingConfigRequest mocks base method

func (*MockRoute53API) CreateQueryLoggingConfigWithContext

func (m *MockRoute53API) CreateQueryLoggingConfigWithContext(arg0 context.Context, arg1 *route53.CreateQueryLoggingConfigInput, arg2 ...request.Option) (*route53.CreateQueryLoggingConfigOutput, error)

CreateQueryLoggingConfigWithContext mocks base method

func (*MockRoute53API) CreateReusableDelegationSet

CreateReusableDelegationSet mocks base method

func (*MockRoute53API) CreateReusableDelegationSetRequest

CreateReusableDelegationSetRequest mocks base method

func (*MockRoute53API) CreateReusableDelegationSetWithContext

func (m *MockRoute53API) CreateReusableDelegationSetWithContext(arg0 context.Context, arg1 *route53.CreateReusableDelegationSetInput, arg2 ...request.Option) (*route53.CreateReusableDelegationSetOutput, error)

CreateReusableDelegationSetWithContext mocks base method

func (*MockRoute53API) CreateTrafficPolicy

CreateTrafficPolicy mocks base method

func (*MockRoute53API) CreateTrafficPolicyInstance

CreateTrafficPolicyInstance mocks base method

func (*MockRoute53API) CreateTrafficPolicyInstanceRequest

CreateTrafficPolicyInstanceRequest mocks base method

func (*MockRoute53API) CreateTrafficPolicyInstanceWithContext

func (m *MockRoute53API) CreateTrafficPolicyInstanceWithContext(arg0 context.Context, arg1 *route53.CreateTrafficPolicyInstanceInput, arg2 ...request.Option) (*route53.CreateTrafficPolicyInstanceOutput, error)

CreateTrafficPolicyInstanceWithContext mocks base method

func (*MockRoute53API) CreateTrafficPolicyRequest

CreateTrafficPolicyRequest mocks base method

func (*MockRoute53API) CreateTrafficPolicyVersion

CreateTrafficPolicyVersion mocks base method

func (*MockRoute53API) CreateTrafficPolicyVersionRequest

CreateTrafficPolicyVersionRequest mocks base method

func (*MockRoute53API) CreateTrafficPolicyVersionWithContext

func (m *MockRoute53API) CreateTrafficPolicyVersionWithContext(arg0 context.Context, arg1 *route53.CreateTrafficPolicyVersionInput, arg2 ...request.Option) (*route53.CreateTrafficPolicyVersionOutput, error)

CreateTrafficPolicyVersionWithContext mocks base method

func (*MockRoute53API) CreateTrafficPolicyWithContext

func (m *MockRoute53API) CreateTrafficPolicyWithContext(arg0 context.Context, arg1 *route53.CreateTrafficPolicyInput, arg2 ...request.Option) (*route53.CreateTrafficPolicyOutput, error)

CreateTrafficPolicyWithContext mocks base method

func (*MockRoute53API) CreateVPCAssociationAuthorization

CreateVPCAssociationAuthorization mocks base method

func (*MockRoute53API) CreateVPCAssociationAuthorizationRequest

CreateVPCAssociationAuthorizationRequest mocks base method

func (*MockRoute53API) CreateVPCAssociationAuthorizationWithContext

func (m *MockRoute53API) CreateVPCAssociationAuthorizationWithContext(arg0 context.Context, arg1 *route53.CreateVPCAssociationAuthorizationInput, arg2 ...request.Option) (*route53.CreateVPCAssociationAuthorizationOutput, error)

CreateVPCAssociationAuthorizationWithContext mocks base method

func (*MockRoute53API) DeactivateKeySigningKey added in v0.47.0

DeactivateKeySigningKey mocks base method

func (*MockRoute53API) DeactivateKeySigningKeyRequest added in v0.47.0

DeactivateKeySigningKeyRequest mocks base method

func (*MockRoute53API) DeactivateKeySigningKeyWithContext added in v0.47.0

func (m *MockRoute53API) DeactivateKeySigningKeyWithContext(arg0 context.Context, arg1 *route53.DeactivateKeySigningKeyInput, arg2 ...request.Option) (*route53.DeactivateKeySigningKeyOutput, error)

DeactivateKeySigningKeyWithContext mocks base method

func (*MockRoute53API) DeleteHealthCheck

DeleteHealthCheck mocks base method

func (*MockRoute53API) DeleteHealthCheckRequest

DeleteHealthCheckRequest mocks base method

func (*MockRoute53API) DeleteHealthCheckWithContext

func (m *MockRoute53API) DeleteHealthCheckWithContext(arg0 context.Context, arg1 *route53.DeleteHealthCheckInput, arg2 ...request.Option) (*route53.DeleteHealthCheckOutput, error)

DeleteHealthCheckWithContext mocks base method

func (*MockRoute53API) DeleteHostedZone

DeleteHostedZone mocks base method

func (*MockRoute53API) DeleteHostedZoneRequest

DeleteHostedZoneRequest mocks base method

func (*MockRoute53API) DeleteHostedZoneWithContext

func (m *MockRoute53API) DeleteHostedZoneWithContext(arg0 context.Context, arg1 *route53.DeleteHostedZoneInput, arg2 ...request.Option) (*route53.DeleteHostedZoneOutput, error)

DeleteHostedZoneWithContext mocks base method

func (*MockRoute53API) DeleteKeySigningKey added in v0.47.0

DeleteKeySigningKey mocks base method

func (*MockRoute53API) DeleteKeySigningKeyRequest added in v0.47.0

DeleteKeySigningKeyRequest mocks base method

func (*MockRoute53API) DeleteKeySigningKeyWithContext added in v0.47.0

func (m *MockRoute53API) DeleteKeySigningKeyWithContext(arg0 context.Context, arg1 *route53.DeleteKeySigningKeyInput, arg2 ...request.Option) (*route53.DeleteKeySigningKeyOutput, error)

DeleteKeySigningKeyWithContext mocks base method

func (*MockRoute53API) DeleteQueryLoggingConfig

DeleteQueryLoggingConfig mocks base method

func (*MockRoute53API) DeleteQueryLoggingConfigRequest

DeleteQueryLoggingConfigRequest mocks base method

func (*MockRoute53API) DeleteQueryLoggingConfigWithContext

func (m *MockRoute53API) DeleteQueryLoggingConfigWithContext(arg0 context.Context, arg1 *route53.DeleteQueryLoggingConfigInput, arg2 ...request.Option) (*route53.DeleteQueryLoggingConfigOutput, error)

DeleteQueryLoggingConfigWithContext mocks base method

func (*MockRoute53API) DeleteReusableDelegationSet

DeleteReusableDelegationSet mocks base method

func (*MockRoute53API) DeleteReusableDelegationSetRequest

DeleteReusableDelegationSetRequest mocks base method

func (*MockRoute53API) DeleteReusableDelegationSetWithContext

func (m *MockRoute53API) DeleteReusableDelegationSetWithContext(arg0 context.Context, arg1 *route53.DeleteReusableDelegationSetInput, arg2 ...request.Option) (*route53.DeleteReusableDelegationSetOutput, error)

DeleteReusableDelegationSetWithContext mocks base method

func (*MockRoute53API) DeleteTrafficPolicy

DeleteTrafficPolicy mocks base method

func (*MockRoute53API) DeleteTrafficPolicyInstance

DeleteTrafficPolicyInstance mocks base method

func (*MockRoute53API) DeleteTrafficPolicyInstanceRequest

DeleteTrafficPolicyInstanceRequest mocks base method

func (*MockRoute53API) DeleteTrafficPolicyInstanceWithContext

func (m *MockRoute53API) DeleteTrafficPolicyInstanceWithContext(arg0 context.Context, arg1 *route53.DeleteTrafficPolicyInstanceInput, arg2 ...request.Option) (*route53.DeleteTrafficPolicyInstanceOutput, error)

DeleteTrafficPolicyInstanceWithContext mocks base method

func (*MockRoute53API) DeleteTrafficPolicyRequest

DeleteTrafficPolicyRequest mocks base method

func (*MockRoute53API) DeleteTrafficPolicyWithContext

func (m *MockRoute53API) DeleteTrafficPolicyWithContext(arg0 context.Context, arg1 *route53.DeleteTrafficPolicyInput, arg2 ...request.Option) (*route53.DeleteTrafficPolicyOutput, error)

DeleteTrafficPolicyWithContext mocks base method

func (*MockRoute53API) DeleteVPCAssociationAuthorization

DeleteVPCAssociationAuthorization mocks base method

func (*MockRoute53API) DeleteVPCAssociationAuthorizationRequest

DeleteVPCAssociationAuthorizationRequest mocks base method

func (*MockRoute53API) DeleteVPCAssociationAuthorizationWithContext

func (m *MockRoute53API) DeleteVPCAssociationAuthorizationWithContext(arg0 context.Context, arg1 *route53.DeleteVPCAssociationAuthorizationInput, arg2 ...request.Option) (*route53.DeleteVPCAssociationAuthorizationOutput, error)

DeleteVPCAssociationAuthorizationWithContext mocks base method

func (*MockRoute53API) DisableHostedZoneDNSSEC added in v0.47.0

DisableHostedZoneDNSSEC mocks base method

func (*MockRoute53API) DisableHostedZoneDNSSECRequest added in v0.47.0

DisableHostedZoneDNSSECRequest mocks base method

func (*MockRoute53API) DisableHostedZoneDNSSECWithContext added in v0.47.0

func (m *MockRoute53API) DisableHostedZoneDNSSECWithContext(arg0 context.Context, arg1 *route53.DisableHostedZoneDNSSECInput, arg2 ...request.Option) (*route53.DisableHostedZoneDNSSECOutput, error)

DisableHostedZoneDNSSECWithContext mocks base method

func (*MockRoute53API) DisassociateVPCFromHostedZone

DisassociateVPCFromHostedZone mocks base method

func (*MockRoute53API) DisassociateVPCFromHostedZoneRequest

DisassociateVPCFromHostedZoneRequest mocks base method

func (*MockRoute53API) DisassociateVPCFromHostedZoneWithContext

func (m *MockRoute53API) DisassociateVPCFromHostedZoneWithContext(arg0 context.Context, arg1 *route53.DisassociateVPCFromHostedZoneInput, arg2 ...request.Option) (*route53.DisassociateVPCFromHostedZoneOutput, error)

DisassociateVPCFromHostedZoneWithContext mocks base method

func (*MockRoute53API) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockRoute53API) EnableHostedZoneDNSSEC added in v0.47.0

EnableHostedZoneDNSSEC mocks base method

func (*MockRoute53API) EnableHostedZoneDNSSECRequest added in v0.47.0

EnableHostedZoneDNSSECRequest mocks base method

func (*MockRoute53API) EnableHostedZoneDNSSECWithContext added in v0.47.0

func (m *MockRoute53API) EnableHostedZoneDNSSECWithContext(arg0 context.Context, arg1 *route53.EnableHostedZoneDNSSECInput, arg2 ...request.Option) (*route53.EnableHostedZoneDNSSECOutput, error)

EnableHostedZoneDNSSECWithContext mocks base method

func (*MockRoute53API) GetAccountLimit

GetAccountLimit mocks base method

func (*MockRoute53API) GetAccountLimitRequest

GetAccountLimitRequest mocks base method

func (*MockRoute53API) GetAccountLimitWithContext

func (m *MockRoute53API) GetAccountLimitWithContext(arg0 context.Context, arg1 *route53.GetAccountLimitInput, arg2 ...request.Option) (*route53.GetAccountLimitOutput, error)

GetAccountLimitWithContext mocks base method

func (*MockRoute53API) GetChange

GetChange mocks base method

func (*MockRoute53API) GetChangeRequest

GetChangeRequest mocks base method

func (*MockRoute53API) GetChangeWithContext

func (m *MockRoute53API) GetChangeWithContext(arg0 context.Context, arg1 *route53.GetChangeInput, arg2 ...request.Option) (*route53.GetChangeOutput, error)

GetChangeWithContext mocks base method

func (*MockRoute53API) GetCheckerIpRanges

GetCheckerIpRanges mocks base method

func (*MockRoute53API) GetCheckerIpRangesRequest

GetCheckerIpRangesRequest mocks base method

func (*MockRoute53API) GetCheckerIpRangesWithContext

func (m *MockRoute53API) GetCheckerIpRangesWithContext(arg0 context.Context, arg1 *route53.GetCheckerIpRangesInput, arg2 ...request.Option) (*route53.GetCheckerIpRangesOutput, error)

GetCheckerIpRangesWithContext mocks base method

func (*MockRoute53API) GetDNSSEC added in v0.47.0

GetDNSSEC mocks base method

func (*MockRoute53API) GetDNSSECRequest added in v0.47.0

GetDNSSECRequest mocks base method

func (*MockRoute53API) GetDNSSECWithContext added in v0.47.0

func (m *MockRoute53API) GetDNSSECWithContext(arg0 context.Context, arg1 *route53.GetDNSSECInput, arg2 ...request.Option) (*route53.GetDNSSECOutput, error)

GetDNSSECWithContext mocks base method

func (*MockRoute53API) GetGeoLocation

GetGeoLocation mocks base method

func (*MockRoute53API) GetGeoLocationRequest

GetGeoLocationRequest mocks base method

func (*MockRoute53API) GetGeoLocationWithContext

func (m *MockRoute53API) GetGeoLocationWithContext(arg0 context.Context, arg1 *route53.GetGeoLocationInput, arg2 ...request.Option) (*route53.GetGeoLocationOutput, error)

GetGeoLocationWithContext mocks base method

func (*MockRoute53API) GetHealthCheck

GetHealthCheck mocks base method

func (*MockRoute53API) GetHealthCheckCount

GetHealthCheckCount mocks base method

func (*MockRoute53API) GetHealthCheckCountRequest

GetHealthCheckCountRequest mocks base method

func (*MockRoute53API) GetHealthCheckCountWithContext

func (m *MockRoute53API) GetHealthCheckCountWithContext(arg0 context.Context, arg1 *route53.GetHealthCheckCountInput, arg2 ...request.Option) (*route53.GetHealthCheckCountOutput, error)

GetHealthCheckCountWithContext mocks base method

func (*MockRoute53API) GetHealthCheckLastFailureReason

GetHealthCheckLastFailureReason mocks base method

func (*MockRoute53API) GetHealthCheckLastFailureReasonRequest

GetHealthCheckLastFailureReasonRequest mocks base method

func (*MockRoute53API) GetHealthCheckLastFailureReasonWithContext

func (m *MockRoute53API) GetHealthCheckLastFailureReasonWithContext(arg0 context.Context, arg1 *route53.GetHealthCheckLastFailureReasonInput, arg2 ...request.Option) (*route53.GetHealthCheckLastFailureReasonOutput, error)

GetHealthCheckLastFailureReasonWithContext mocks base method

func (*MockRoute53API) GetHealthCheckRequest

GetHealthCheckRequest mocks base method

func (*MockRoute53API) GetHealthCheckStatus

GetHealthCheckStatus mocks base method

func (*MockRoute53API) GetHealthCheckStatusRequest

GetHealthCheckStatusRequest mocks base method

func (*MockRoute53API) GetHealthCheckStatusWithContext

func (m *MockRoute53API) GetHealthCheckStatusWithContext(arg0 context.Context, arg1 *route53.GetHealthCheckStatusInput, arg2 ...request.Option) (*route53.GetHealthCheckStatusOutput, error)

GetHealthCheckStatusWithContext mocks base method

func (*MockRoute53API) GetHealthCheckWithContext

func (m *MockRoute53API) GetHealthCheckWithContext(arg0 context.Context, arg1 *route53.GetHealthCheckInput, arg2 ...request.Option) (*route53.GetHealthCheckOutput, error)

GetHealthCheckWithContext mocks base method

func (*MockRoute53API) GetHostedZone

GetHostedZone mocks base method

func (*MockRoute53API) GetHostedZoneCount

GetHostedZoneCount mocks base method

func (*MockRoute53API) GetHostedZoneCountRequest

GetHostedZoneCountRequest mocks base method

func (*MockRoute53API) GetHostedZoneCountWithContext

func (m *MockRoute53API) GetHostedZoneCountWithContext(arg0 context.Context, arg1 *route53.GetHostedZoneCountInput, arg2 ...request.Option) (*route53.GetHostedZoneCountOutput, error)

GetHostedZoneCountWithContext mocks base method

func (*MockRoute53API) GetHostedZoneLimit

GetHostedZoneLimit mocks base method

func (*MockRoute53API) GetHostedZoneLimitRequest

GetHostedZoneLimitRequest mocks base method

func (*MockRoute53API) GetHostedZoneLimitWithContext

func (m *MockRoute53API) GetHostedZoneLimitWithContext(arg0 context.Context, arg1 *route53.GetHostedZoneLimitInput, arg2 ...request.Option) (*route53.GetHostedZoneLimitOutput, error)

GetHostedZoneLimitWithContext mocks base method

func (*MockRoute53API) GetHostedZoneRequest

GetHostedZoneRequest mocks base method

func (*MockRoute53API) GetHostedZoneWithContext

func (m *MockRoute53API) GetHostedZoneWithContext(arg0 context.Context, arg1 *route53.GetHostedZoneInput, arg2 ...request.Option) (*route53.GetHostedZoneOutput, error)

GetHostedZoneWithContext mocks base method

func (*MockRoute53API) GetQueryLoggingConfig

GetQueryLoggingConfig mocks base method

func (*MockRoute53API) GetQueryLoggingConfigRequest

GetQueryLoggingConfigRequest mocks base method

func (*MockRoute53API) GetQueryLoggingConfigWithContext

func (m *MockRoute53API) GetQueryLoggingConfigWithContext(arg0 context.Context, arg1 *route53.GetQueryLoggingConfigInput, arg2 ...request.Option) (*route53.GetQueryLoggingConfigOutput, error)

GetQueryLoggingConfigWithContext mocks base method

func (*MockRoute53API) GetReusableDelegationSet

GetReusableDelegationSet mocks base method

func (*MockRoute53API) GetReusableDelegationSetLimit

GetReusableDelegationSetLimit mocks base method

func (*MockRoute53API) GetReusableDelegationSetLimitRequest

GetReusableDelegationSetLimitRequest mocks base method

func (*MockRoute53API) GetReusableDelegationSetLimitWithContext

func (m *MockRoute53API) GetReusableDelegationSetLimitWithContext(arg0 context.Context, arg1 *route53.GetReusableDelegationSetLimitInput, arg2 ...request.Option) (*route53.GetReusableDelegationSetLimitOutput, error)

GetReusableDelegationSetLimitWithContext mocks base method

func (*MockRoute53API) GetReusableDelegationSetRequest

GetReusableDelegationSetRequest mocks base method

func (*MockRoute53API) GetReusableDelegationSetWithContext

func (m *MockRoute53API) GetReusableDelegationSetWithContext(arg0 context.Context, arg1 *route53.GetReusableDelegationSetInput, arg2 ...request.Option) (*route53.GetReusableDelegationSetOutput, error)

GetReusableDelegationSetWithContext mocks base method

func (*MockRoute53API) GetTrafficPolicy

GetTrafficPolicy mocks base method

func (*MockRoute53API) GetTrafficPolicyInstance

GetTrafficPolicyInstance mocks base method

func (*MockRoute53API) GetTrafficPolicyInstanceCount

GetTrafficPolicyInstanceCount mocks base method

func (*MockRoute53API) GetTrafficPolicyInstanceCountRequest

GetTrafficPolicyInstanceCountRequest mocks base method

func (*MockRoute53API) GetTrafficPolicyInstanceCountWithContext

func (m *MockRoute53API) GetTrafficPolicyInstanceCountWithContext(arg0 context.Context, arg1 *route53.GetTrafficPolicyInstanceCountInput, arg2 ...request.Option) (*route53.GetTrafficPolicyInstanceCountOutput, error)

GetTrafficPolicyInstanceCountWithContext mocks base method

func (*MockRoute53API) GetTrafficPolicyInstanceRequest

GetTrafficPolicyInstanceRequest mocks base method

func (*MockRoute53API) GetTrafficPolicyInstanceWithContext

func (m *MockRoute53API) GetTrafficPolicyInstanceWithContext(arg0 context.Context, arg1 *route53.GetTrafficPolicyInstanceInput, arg2 ...request.Option) (*route53.GetTrafficPolicyInstanceOutput, error)

GetTrafficPolicyInstanceWithContext mocks base method

func (*MockRoute53API) GetTrafficPolicyRequest

GetTrafficPolicyRequest mocks base method

func (*MockRoute53API) GetTrafficPolicyWithContext

func (m *MockRoute53API) GetTrafficPolicyWithContext(arg0 context.Context, arg1 *route53.GetTrafficPolicyInput, arg2 ...request.Option) (*route53.GetTrafficPolicyOutput, error)

GetTrafficPolicyWithContext mocks base method

func (*MockRoute53API) ListGeoLocations

ListGeoLocations mocks base method

func (*MockRoute53API) ListGeoLocationsRequest

ListGeoLocationsRequest mocks base method

func (*MockRoute53API) ListGeoLocationsWithContext

func (m *MockRoute53API) ListGeoLocationsWithContext(arg0 context.Context, arg1 *route53.ListGeoLocationsInput, arg2 ...request.Option) (*route53.ListGeoLocationsOutput, error)

ListGeoLocationsWithContext mocks base method

func (*MockRoute53API) ListHealthChecks

ListHealthChecks mocks base method

func (*MockRoute53API) ListHealthChecksPages

func (m *MockRoute53API) ListHealthChecksPages(arg0 *route53.ListHealthChecksInput, arg1 func(*route53.ListHealthChecksOutput, bool) bool) error

ListHealthChecksPages mocks base method

func (*MockRoute53API) ListHealthChecksPagesWithContext

func (m *MockRoute53API) ListHealthChecksPagesWithContext(arg0 context.Context, arg1 *route53.ListHealthChecksInput, arg2 func(*route53.ListHealthChecksOutput, bool) bool, arg3 ...request.Option) error

ListHealthChecksPagesWithContext mocks base method

func (*MockRoute53API) ListHealthChecksRequest

ListHealthChecksRequest mocks base method

func (*MockRoute53API) ListHealthChecksWithContext

func (m *MockRoute53API) ListHealthChecksWithContext(arg0 context.Context, arg1 *route53.ListHealthChecksInput, arg2 ...request.Option) (*route53.ListHealthChecksOutput, error)

ListHealthChecksWithContext mocks base method

func (*MockRoute53API) ListHostedZones

ListHostedZones mocks base method

func (*MockRoute53API) ListHostedZonesByName

ListHostedZonesByName mocks base method

func (*MockRoute53API) ListHostedZonesByNameRequest

ListHostedZonesByNameRequest mocks base method

func (*MockRoute53API) ListHostedZonesByNameWithContext

func (m *MockRoute53API) ListHostedZonesByNameWithContext(arg0 context.Context, arg1 *route53.ListHostedZonesByNameInput, arg2 ...request.Option) (*route53.ListHostedZonesByNameOutput, error)

ListHostedZonesByNameWithContext mocks base method

func (*MockRoute53API) ListHostedZonesByVPC added in v0.21.0

ListHostedZonesByVPC mocks base method

func (*MockRoute53API) ListHostedZonesByVPCRequest added in v0.21.0

ListHostedZonesByVPCRequest mocks base method

func (*MockRoute53API) ListHostedZonesByVPCWithContext added in v0.21.0

func (m *MockRoute53API) ListHostedZonesByVPCWithContext(arg0 context.Context, arg1 *route53.ListHostedZonesByVPCInput, arg2 ...request.Option) (*route53.ListHostedZonesByVPCOutput, error)

ListHostedZonesByVPCWithContext mocks base method

func (*MockRoute53API) ListHostedZonesPages

func (m *MockRoute53API) ListHostedZonesPages(arg0 *route53.ListHostedZonesInput, arg1 func(*route53.ListHostedZonesOutput, bool) bool) error

ListHostedZonesPages mocks base method

func (*MockRoute53API) ListHostedZonesPagesWithContext

func (m *MockRoute53API) ListHostedZonesPagesWithContext(arg0 context.Context, arg1 *route53.ListHostedZonesInput, arg2 func(*route53.ListHostedZonesOutput, bool) bool, arg3 ...request.Option) error

ListHostedZonesPagesWithContext mocks base method

func (*MockRoute53API) ListHostedZonesRequest

ListHostedZonesRequest mocks base method

func (*MockRoute53API) ListHostedZonesWithContext

func (m *MockRoute53API) ListHostedZonesWithContext(arg0 context.Context, arg1 *route53.ListHostedZonesInput, arg2 ...request.Option) (*route53.ListHostedZonesOutput, error)

ListHostedZonesWithContext mocks base method

func (*MockRoute53API) ListQueryLoggingConfigs

ListQueryLoggingConfigs mocks base method

func (*MockRoute53API) ListQueryLoggingConfigsPages added in v0.20.0

func (m *MockRoute53API) ListQueryLoggingConfigsPages(arg0 *route53.ListQueryLoggingConfigsInput, arg1 func(*route53.ListQueryLoggingConfigsOutput, bool) bool) error

ListQueryLoggingConfigsPages mocks base method

func (*MockRoute53API) ListQueryLoggingConfigsPagesWithContext added in v0.20.0

func (m *MockRoute53API) ListQueryLoggingConfigsPagesWithContext(arg0 context.Context, arg1 *route53.ListQueryLoggingConfigsInput, arg2 func(*route53.ListQueryLoggingConfigsOutput, bool) bool, arg3 ...request.Option) error

ListQueryLoggingConfigsPagesWithContext mocks base method

func (*MockRoute53API) ListQueryLoggingConfigsRequest

ListQueryLoggingConfigsRequest mocks base method

func (*MockRoute53API) ListQueryLoggingConfigsWithContext

func (m *MockRoute53API) ListQueryLoggingConfigsWithContext(arg0 context.Context, arg1 *route53.ListQueryLoggingConfigsInput, arg2 ...request.Option) (*route53.ListQueryLoggingConfigsOutput, error)

ListQueryLoggingConfigsWithContext mocks base method

func (*MockRoute53API) ListResourceRecordSets

ListResourceRecordSets mocks base method

func (*MockRoute53API) ListResourceRecordSetsPages

func (m *MockRoute53API) ListResourceRecordSetsPages(arg0 *route53.ListResourceRecordSetsInput, arg1 func(*route53.ListResourceRecordSetsOutput, bool) bool) error

ListResourceRecordSetsPages mocks base method

func (*MockRoute53API) ListResourceRecordSetsPagesWithContext

func (m *MockRoute53API) ListResourceRecordSetsPagesWithContext(arg0 context.Context, arg1 *route53.ListResourceRecordSetsInput, arg2 func(*route53.ListResourceRecordSetsOutput, bool) bool, arg3 ...request.Option) error

ListResourceRecordSetsPagesWithContext mocks base method

func (*MockRoute53API) ListResourceRecordSetsRequest

ListResourceRecordSetsRequest mocks base method

func (*MockRoute53API) ListResourceRecordSetsWithContext

func (m *MockRoute53API) ListResourceRecordSetsWithContext(arg0 context.Context, arg1 *route53.ListResourceRecordSetsInput, arg2 ...request.Option) (*route53.ListResourceRecordSetsOutput, error)

ListResourceRecordSetsWithContext mocks base method

func (*MockRoute53API) ListReusableDelegationSets

ListReusableDelegationSets mocks base method

func (*MockRoute53API) ListReusableDelegationSetsRequest

ListReusableDelegationSetsRequest mocks base method

func (*MockRoute53API) ListReusableDelegationSetsWithContext

func (m *MockRoute53API) ListReusableDelegationSetsWithContext(arg0 context.Context, arg1 *route53.ListReusableDelegationSetsInput, arg2 ...request.Option) (*route53.ListReusableDelegationSetsOutput, error)

ListReusableDelegationSetsWithContext mocks base method

func (*MockRoute53API) ListTagsForResource

ListTagsForResource mocks base method

func (*MockRoute53API) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockRoute53API) ListTagsForResourceWithContext

func (m *MockRoute53API) ListTagsForResourceWithContext(arg0 context.Context, arg1 *route53.ListTagsForResourceInput, arg2 ...request.Option) (*route53.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method

func (*MockRoute53API) ListTagsForResources

ListTagsForResources mocks base method

func (*MockRoute53API) ListTagsForResourcesRequest

ListTagsForResourcesRequest mocks base method

func (*MockRoute53API) ListTagsForResourcesWithContext

func (m *MockRoute53API) ListTagsForResourcesWithContext(arg0 context.Context, arg1 *route53.ListTagsForResourcesInput, arg2 ...request.Option) (*route53.ListTagsForResourcesOutput, error)

ListTagsForResourcesWithContext mocks base method

func (*MockRoute53API) ListTrafficPolicies

ListTrafficPolicies mocks base method

func (*MockRoute53API) ListTrafficPoliciesRequest

ListTrafficPoliciesRequest mocks base method

func (*MockRoute53API) ListTrafficPoliciesWithContext

func (m *MockRoute53API) ListTrafficPoliciesWithContext(arg0 context.Context, arg1 *route53.ListTrafficPoliciesInput, arg2 ...request.Option) (*route53.ListTrafficPoliciesOutput, error)

ListTrafficPoliciesWithContext mocks base method

func (*MockRoute53API) ListTrafficPolicyInstances

ListTrafficPolicyInstances mocks base method

func (*MockRoute53API) ListTrafficPolicyInstancesByHostedZone

ListTrafficPolicyInstancesByHostedZone mocks base method

func (*MockRoute53API) ListTrafficPolicyInstancesByHostedZoneRequest

ListTrafficPolicyInstancesByHostedZoneRequest mocks base method

func (*MockRoute53API) ListTrafficPolicyInstancesByHostedZoneWithContext

ListTrafficPolicyInstancesByHostedZoneWithContext mocks base method

func (*MockRoute53API) ListTrafficPolicyInstancesByPolicy

ListTrafficPolicyInstancesByPolicy mocks base method

func (*MockRoute53API) ListTrafficPolicyInstancesByPolicyRequest

ListTrafficPolicyInstancesByPolicyRequest mocks base method

func (*MockRoute53API) ListTrafficPolicyInstancesByPolicyWithContext

func (m *MockRoute53API) ListTrafficPolicyInstancesByPolicyWithContext(arg0 context.Context, arg1 *route53.ListTrafficPolicyInstancesByPolicyInput, arg2 ...request.Option) (*route53.ListTrafficPolicyInstancesByPolicyOutput, error)

ListTrafficPolicyInstancesByPolicyWithContext mocks base method

func (*MockRoute53API) ListTrafficPolicyInstancesRequest

ListTrafficPolicyInstancesRequest mocks base method

func (*MockRoute53API) ListTrafficPolicyInstancesWithContext

func (m *MockRoute53API) ListTrafficPolicyInstancesWithContext(arg0 context.Context, arg1 *route53.ListTrafficPolicyInstancesInput, arg2 ...request.Option) (*route53.ListTrafficPolicyInstancesOutput, error)

ListTrafficPolicyInstancesWithContext mocks base method

func (*MockRoute53API) ListTrafficPolicyVersions

ListTrafficPolicyVersions mocks base method

func (*MockRoute53API) ListTrafficPolicyVersionsRequest

ListTrafficPolicyVersionsRequest mocks base method

func (*MockRoute53API) ListTrafficPolicyVersionsWithContext

func (m *MockRoute53API) ListTrafficPolicyVersionsWithContext(arg0 context.Context, arg1 *route53.ListTrafficPolicyVersionsInput, arg2 ...request.Option) (*route53.ListTrafficPolicyVersionsOutput, error)

ListTrafficPolicyVersionsWithContext mocks base method

func (*MockRoute53API) ListVPCAssociationAuthorizations

ListVPCAssociationAuthorizations mocks base method

func (*MockRoute53API) ListVPCAssociationAuthorizationsRequest

ListVPCAssociationAuthorizationsRequest mocks base method

func (*MockRoute53API) ListVPCAssociationAuthorizationsWithContext

func (m *MockRoute53API) ListVPCAssociationAuthorizationsWithContext(arg0 context.Context, arg1 *route53.ListVPCAssociationAuthorizationsInput, arg2 ...request.Option) (*route53.ListVPCAssociationAuthorizationsOutput, error)

ListVPCAssociationAuthorizationsWithContext mocks base method

func (*MockRoute53API) TestDNSAnswer

TestDNSAnswer mocks base method

func (*MockRoute53API) TestDNSAnswerRequest

TestDNSAnswerRequest mocks base method

func (*MockRoute53API) TestDNSAnswerWithContext

func (m *MockRoute53API) TestDNSAnswerWithContext(arg0 context.Context, arg1 *route53.TestDNSAnswerInput, arg2 ...request.Option) (*route53.TestDNSAnswerOutput, error)

TestDNSAnswerWithContext mocks base method

func (*MockRoute53API) UpdateHealthCheck

UpdateHealthCheck mocks base method

func (*MockRoute53API) UpdateHealthCheckRequest

UpdateHealthCheckRequest mocks base method

func (*MockRoute53API) UpdateHealthCheckWithContext

func (m *MockRoute53API) UpdateHealthCheckWithContext(arg0 context.Context, arg1 *route53.UpdateHealthCheckInput, arg2 ...request.Option) (*route53.UpdateHealthCheckOutput, error)

UpdateHealthCheckWithContext mocks base method

func (*MockRoute53API) UpdateHostedZoneComment

UpdateHostedZoneComment mocks base method

func (*MockRoute53API) UpdateHostedZoneCommentRequest

UpdateHostedZoneCommentRequest mocks base method

func (*MockRoute53API) UpdateHostedZoneCommentWithContext

func (m *MockRoute53API) UpdateHostedZoneCommentWithContext(arg0 context.Context, arg1 *route53.UpdateHostedZoneCommentInput, arg2 ...request.Option) (*route53.UpdateHostedZoneCommentOutput, error)

UpdateHostedZoneCommentWithContext mocks base method

func (*MockRoute53API) UpdateTrafficPolicyComment

UpdateTrafficPolicyComment mocks base method

func (*MockRoute53API) UpdateTrafficPolicyCommentRequest

UpdateTrafficPolicyCommentRequest mocks base method

func (*MockRoute53API) UpdateTrafficPolicyCommentWithContext

func (m *MockRoute53API) UpdateTrafficPolicyCommentWithContext(arg0 context.Context, arg1 *route53.UpdateTrafficPolicyCommentInput, arg2 ...request.Option) (*route53.UpdateTrafficPolicyCommentOutput, error)

UpdateTrafficPolicyCommentWithContext mocks base method

func (*MockRoute53API) UpdateTrafficPolicyInstance

UpdateTrafficPolicyInstance mocks base method

func (*MockRoute53API) UpdateTrafficPolicyInstanceRequest

UpdateTrafficPolicyInstanceRequest mocks base method

func (*MockRoute53API) UpdateTrafficPolicyInstanceWithContext

func (m *MockRoute53API) UpdateTrafficPolicyInstanceWithContext(arg0 context.Context, arg1 *route53.UpdateTrafficPolicyInstanceInput, arg2 ...request.Option) (*route53.UpdateTrafficPolicyInstanceOutput, error)

UpdateTrafficPolicyInstanceWithContext mocks base method

func (*MockRoute53API) WaitUntilResourceRecordSetsChanged

func (m *MockRoute53API) WaitUntilResourceRecordSetsChanged(arg0 *route53.GetChangeInput) error

WaitUntilResourceRecordSetsChanged mocks base method

func (*MockRoute53API) WaitUntilResourceRecordSetsChangedWithContext

func (m *MockRoute53API) WaitUntilResourceRecordSetsChangedWithContext(arg0 context.Context, arg1 *route53.GetChangeInput, arg2 ...request.WaiterOption) error

WaitUntilResourceRecordSetsChangedWithContext mocks base method

type MockRoute53APIMockRecorder

type MockRoute53APIMockRecorder struct {
	// contains filtered or unexported fields
}

MockRoute53APIMockRecorder is the mock recorder for MockRoute53API

func (*MockRoute53APIMockRecorder) ActivateKeySigningKey added in v0.47.0

func (mr *MockRoute53APIMockRecorder) ActivateKeySigningKey(arg0 interface{}) *gomock.Call

ActivateKeySigningKey indicates an expected call of ActivateKeySigningKey

func (*MockRoute53APIMockRecorder) ActivateKeySigningKeyRequest added in v0.47.0

func (mr *MockRoute53APIMockRecorder) ActivateKeySigningKeyRequest(arg0 interface{}) *gomock.Call

ActivateKeySigningKeyRequest indicates an expected call of ActivateKeySigningKeyRequest

func (*MockRoute53APIMockRecorder) ActivateKeySigningKeyWithContext added in v0.47.0

func (mr *MockRoute53APIMockRecorder) ActivateKeySigningKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ActivateKeySigningKeyWithContext indicates an expected call of ActivateKeySigningKeyWithContext

func (*MockRoute53APIMockRecorder) AssociateVPCWithHostedZone

func (mr *MockRoute53APIMockRecorder) AssociateVPCWithHostedZone(arg0 interface{}) *gomock.Call

AssociateVPCWithHostedZone indicates an expected call of AssociateVPCWithHostedZone

func (*MockRoute53APIMockRecorder) AssociateVPCWithHostedZoneRequest

func (mr *MockRoute53APIMockRecorder) AssociateVPCWithHostedZoneRequest(arg0 interface{}) *gomock.Call

AssociateVPCWithHostedZoneRequest indicates an expected call of AssociateVPCWithHostedZoneRequest

func (*MockRoute53APIMockRecorder) AssociateVPCWithHostedZoneWithContext

func (mr *MockRoute53APIMockRecorder) AssociateVPCWithHostedZoneWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateVPCWithHostedZoneWithContext indicates an expected call of AssociateVPCWithHostedZoneWithContext

func (*MockRoute53APIMockRecorder) ChangeResourceRecordSets

func (mr *MockRoute53APIMockRecorder) ChangeResourceRecordSets(arg0 interface{}) *gomock.Call

ChangeResourceRecordSets indicates an expected call of ChangeResourceRecordSets

func (*MockRoute53APIMockRecorder) ChangeResourceRecordSetsRequest

func (mr *MockRoute53APIMockRecorder) ChangeResourceRecordSetsRequest(arg0 interface{}) *gomock.Call

ChangeResourceRecordSetsRequest indicates an expected call of ChangeResourceRecordSetsRequest

func (*MockRoute53APIMockRecorder) ChangeResourceRecordSetsWithContext

func (mr *MockRoute53APIMockRecorder) ChangeResourceRecordSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ChangeResourceRecordSetsWithContext indicates an expected call of ChangeResourceRecordSetsWithContext

func (*MockRoute53APIMockRecorder) ChangeTagsForResource

func (mr *MockRoute53APIMockRecorder) ChangeTagsForResource(arg0 interface{}) *gomock.Call

ChangeTagsForResource indicates an expected call of ChangeTagsForResource

func (*MockRoute53APIMockRecorder) ChangeTagsForResourceRequest

func (mr *MockRoute53APIMockRecorder) ChangeTagsForResourceRequest(arg0 interface{}) *gomock.Call

ChangeTagsForResourceRequest indicates an expected call of ChangeTagsForResourceRequest

func (*MockRoute53APIMockRecorder) ChangeTagsForResourceWithContext

func (mr *MockRoute53APIMockRecorder) ChangeTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ChangeTagsForResourceWithContext indicates an expected call of ChangeTagsForResourceWithContext

func (*MockRoute53APIMockRecorder) CreateHealthCheck

func (mr *MockRoute53APIMockRecorder) CreateHealthCheck(arg0 interface{}) *gomock.Call

CreateHealthCheck indicates an expected call of CreateHealthCheck

func (*MockRoute53APIMockRecorder) CreateHealthCheckRequest

func (mr *MockRoute53APIMockRecorder) CreateHealthCheckRequest(arg0 interface{}) *gomock.Call

CreateHealthCheckRequest indicates an expected call of CreateHealthCheckRequest

func (*MockRoute53APIMockRecorder) CreateHealthCheckWithContext

func (mr *MockRoute53APIMockRecorder) CreateHealthCheckWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateHealthCheckWithContext indicates an expected call of CreateHealthCheckWithContext

func (*MockRoute53APIMockRecorder) CreateHostedZone

func (mr *MockRoute53APIMockRecorder) CreateHostedZone(arg0 interface{}) *gomock.Call

CreateHostedZone indicates an expected call of CreateHostedZone

func (*MockRoute53APIMockRecorder) CreateHostedZoneRequest

func (mr *MockRoute53APIMockRecorder) CreateHostedZoneRequest(arg0 interface{}) *gomock.Call

CreateHostedZoneRequest indicates an expected call of CreateHostedZoneRequest

func (*MockRoute53APIMockRecorder) CreateHostedZoneWithContext

func (mr *MockRoute53APIMockRecorder) CreateHostedZoneWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateHostedZoneWithContext indicates an expected call of CreateHostedZoneWithContext

func (*MockRoute53APIMockRecorder) CreateKeySigningKey added in v0.47.0

func (mr *MockRoute53APIMockRecorder) CreateKeySigningKey(arg0 interface{}) *gomock.Call

CreateKeySigningKey indicates an expected call of CreateKeySigningKey

func (*MockRoute53APIMockRecorder) CreateKeySigningKeyRequest added in v0.47.0

func (mr *MockRoute53APIMockRecorder) CreateKeySigningKeyRequest(arg0 interface{}) *gomock.Call

CreateKeySigningKeyRequest indicates an expected call of CreateKeySigningKeyRequest

func (*MockRoute53APIMockRecorder) CreateKeySigningKeyWithContext added in v0.47.0

func (mr *MockRoute53APIMockRecorder) CreateKeySigningKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateKeySigningKeyWithContext indicates an expected call of CreateKeySigningKeyWithContext

func (*MockRoute53APIMockRecorder) CreateQueryLoggingConfig

func (mr *MockRoute53APIMockRecorder) CreateQueryLoggingConfig(arg0 interface{}) *gomock.Call

CreateQueryLoggingConfig indicates an expected call of CreateQueryLoggingConfig

func (*MockRoute53APIMockRecorder) CreateQueryLoggingConfigRequest

func (mr *MockRoute53APIMockRecorder) CreateQueryLoggingConfigRequest(arg0 interface{}) *gomock.Call

CreateQueryLoggingConfigRequest indicates an expected call of CreateQueryLoggingConfigRequest

func (*MockRoute53APIMockRecorder) CreateQueryLoggingConfigWithContext

func (mr *MockRoute53APIMockRecorder) CreateQueryLoggingConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateQueryLoggingConfigWithContext indicates an expected call of CreateQueryLoggingConfigWithContext

func (*MockRoute53APIMockRecorder) CreateReusableDelegationSet

func (mr *MockRoute53APIMockRecorder) CreateReusableDelegationSet(arg0 interface{}) *gomock.Call

CreateReusableDelegationSet indicates an expected call of CreateReusableDelegationSet

func (*MockRoute53APIMockRecorder) CreateReusableDelegationSetRequest

func (mr *MockRoute53APIMockRecorder) CreateReusableDelegationSetRequest(arg0 interface{}) *gomock.Call

CreateReusableDelegationSetRequest indicates an expected call of CreateReusableDelegationSetRequest

func (*MockRoute53APIMockRecorder) CreateReusableDelegationSetWithContext

func (mr *MockRoute53APIMockRecorder) CreateReusableDelegationSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateReusableDelegationSetWithContext indicates an expected call of CreateReusableDelegationSetWithContext

func (*MockRoute53APIMockRecorder) CreateTrafficPolicy

func (mr *MockRoute53APIMockRecorder) CreateTrafficPolicy(arg0 interface{}) *gomock.Call

CreateTrafficPolicy indicates an expected call of CreateTrafficPolicy

func (*MockRoute53APIMockRecorder) CreateTrafficPolicyInstance

func (mr *MockRoute53APIMockRecorder) CreateTrafficPolicyInstance(arg0 interface{}) *gomock.Call

CreateTrafficPolicyInstance indicates an expected call of CreateTrafficPolicyInstance

func (*MockRoute53APIMockRecorder) CreateTrafficPolicyInstanceRequest

func (mr *MockRoute53APIMockRecorder) CreateTrafficPolicyInstanceRequest(arg0 interface{}) *gomock.Call

CreateTrafficPolicyInstanceRequest indicates an expected call of CreateTrafficPolicyInstanceRequest

func (*MockRoute53APIMockRecorder) CreateTrafficPolicyInstanceWithContext

func (mr *MockRoute53APIMockRecorder) CreateTrafficPolicyInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTrafficPolicyInstanceWithContext indicates an expected call of CreateTrafficPolicyInstanceWithContext

func (*MockRoute53APIMockRecorder) CreateTrafficPolicyRequest

func (mr *MockRoute53APIMockRecorder) CreateTrafficPolicyRequest(arg0 interface{}) *gomock.Call

CreateTrafficPolicyRequest indicates an expected call of CreateTrafficPolicyRequest

func (*MockRoute53APIMockRecorder) CreateTrafficPolicyVersion

func (mr *MockRoute53APIMockRecorder) CreateTrafficPolicyVersion(arg0 interface{}) *gomock.Call

CreateTrafficPolicyVersion indicates an expected call of CreateTrafficPolicyVersion

func (*MockRoute53APIMockRecorder) CreateTrafficPolicyVersionRequest

func (mr *MockRoute53APIMockRecorder) CreateTrafficPolicyVersionRequest(arg0 interface{}) *gomock.Call

CreateTrafficPolicyVersionRequest indicates an expected call of CreateTrafficPolicyVersionRequest

func (*MockRoute53APIMockRecorder) CreateTrafficPolicyVersionWithContext

func (mr *MockRoute53APIMockRecorder) CreateTrafficPolicyVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTrafficPolicyVersionWithContext indicates an expected call of CreateTrafficPolicyVersionWithContext

func (*MockRoute53APIMockRecorder) CreateTrafficPolicyWithContext

func (mr *MockRoute53APIMockRecorder) CreateTrafficPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTrafficPolicyWithContext indicates an expected call of CreateTrafficPolicyWithContext

func (*MockRoute53APIMockRecorder) CreateVPCAssociationAuthorization

func (mr *MockRoute53APIMockRecorder) CreateVPCAssociationAuthorization(arg0 interface{}) *gomock.Call

CreateVPCAssociationAuthorization indicates an expected call of CreateVPCAssociationAuthorization

func (*MockRoute53APIMockRecorder) CreateVPCAssociationAuthorizationRequest

func (mr *MockRoute53APIMockRecorder) CreateVPCAssociationAuthorizationRequest(arg0 interface{}) *gomock.Call

CreateVPCAssociationAuthorizationRequest indicates an expected call of CreateVPCAssociationAuthorizationRequest

func (*MockRoute53APIMockRecorder) CreateVPCAssociationAuthorizationWithContext

func (mr *MockRoute53APIMockRecorder) CreateVPCAssociationAuthorizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVPCAssociationAuthorizationWithContext indicates an expected call of CreateVPCAssociationAuthorizationWithContext

func (*MockRoute53APIMockRecorder) DeactivateKeySigningKey added in v0.47.0

func (mr *MockRoute53APIMockRecorder) DeactivateKeySigningKey(arg0 interface{}) *gomock.Call

DeactivateKeySigningKey indicates an expected call of DeactivateKeySigningKey

func (*MockRoute53APIMockRecorder) DeactivateKeySigningKeyRequest added in v0.47.0

func (mr *MockRoute53APIMockRecorder) DeactivateKeySigningKeyRequest(arg0 interface{}) *gomock.Call

DeactivateKeySigningKeyRequest indicates an expected call of DeactivateKeySigningKeyRequest

func (*MockRoute53APIMockRecorder) DeactivateKeySigningKeyWithContext added in v0.47.0

func (mr *MockRoute53APIMockRecorder) DeactivateKeySigningKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeactivateKeySigningKeyWithContext indicates an expected call of DeactivateKeySigningKeyWithContext

func (*MockRoute53APIMockRecorder) DeleteHealthCheck

func (mr *MockRoute53APIMockRecorder) DeleteHealthCheck(arg0 interface{}) *gomock.Call

DeleteHealthCheck indicates an expected call of DeleteHealthCheck

func (*MockRoute53APIMockRecorder) DeleteHealthCheckRequest

func (mr *MockRoute53APIMockRecorder) DeleteHealthCheckRequest(arg0 interface{}) *gomock.Call

DeleteHealthCheckRequest indicates an expected call of DeleteHealthCheckRequest

func (*MockRoute53APIMockRecorder) DeleteHealthCheckWithContext

func (mr *MockRoute53APIMockRecorder) DeleteHealthCheckWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteHealthCheckWithContext indicates an expected call of DeleteHealthCheckWithContext

func (*MockRoute53APIMockRecorder) DeleteHostedZone

func (mr *MockRoute53APIMockRecorder) DeleteHostedZone(arg0 interface{}) *gomock.Call

DeleteHostedZone indicates an expected call of DeleteHostedZone

func (*MockRoute53APIMockRecorder) DeleteHostedZoneRequest

func (mr *MockRoute53APIMockRecorder) DeleteHostedZoneRequest(arg0 interface{}) *gomock.Call

DeleteHostedZoneRequest indicates an expected call of DeleteHostedZoneRequest

func (*MockRoute53APIMockRecorder) DeleteHostedZoneWithContext

func (mr *MockRoute53APIMockRecorder) DeleteHostedZoneWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteHostedZoneWithContext indicates an expected call of DeleteHostedZoneWithContext

func (*MockRoute53APIMockRecorder) DeleteKeySigningKey added in v0.47.0

func (mr *MockRoute53APIMockRecorder) DeleteKeySigningKey(arg0 interface{}) *gomock.Call

DeleteKeySigningKey indicates an expected call of DeleteKeySigningKey

func (*MockRoute53APIMockRecorder) DeleteKeySigningKeyRequest added in v0.47.0

func (mr *MockRoute53APIMockRecorder) DeleteKeySigningKeyRequest(arg0 interface{}) *gomock.Call

DeleteKeySigningKeyRequest indicates an expected call of DeleteKeySigningKeyRequest

func (*MockRoute53APIMockRecorder) DeleteKeySigningKeyWithContext added in v0.47.0

func (mr *MockRoute53APIMockRecorder) DeleteKeySigningKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteKeySigningKeyWithContext indicates an expected call of DeleteKeySigningKeyWithContext

func (*MockRoute53APIMockRecorder) DeleteQueryLoggingConfig

func (mr *MockRoute53APIMockRecorder) DeleteQueryLoggingConfig(arg0 interface{}) *gomock.Call

DeleteQueryLoggingConfig indicates an expected call of DeleteQueryLoggingConfig

func (*MockRoute53APIMockRecorder) DeleteQueryLoggingConfigRequest

func (mr *MockRoute53APIMockRecorder) DeleteQueryLoggingConfigRequest(arg0 interface{}) *gomock.Call

DeleteQueryLoggingConfigRequest indicates an expected call of DeleteQueryLoggingConfigRequest

func (*MockRoute53APIMockRecorder) DeleteQueryLoggingConfigWithContext

func (mr *MockRoute53APIMockRecorder) DeleteQueryLoggingConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteQueryLoggingConfigWithContext indicates an expected call of DeleteQueryLoggingConfigWithContext

func (*MockRoute53APIMockRecorder) DeleteReusableDelegationSet

func (mr *MockRoute53APIMockRecorder) DeleteReusableDelegationSet(arg0 interface{}) *gomock.Call

DeleteReusableDelegationSet indicates an expected call of DeleteReusableDelegationSet

func (*MockRoute53APIMockRecorder) DeleteReusableDelegationSetRequest

func (mr *MockRoute53APIMockRecorder) DeleteReusableDelegationSetRequest(arg0 interface{}) *gomock.Call

DeleteReusableDelegationSetRequest indicates an expected call of DeleteReusableDelegationSetRequest

func (*MockRoute53APIMockRecorder) DeleteReusableDelegationSetWithContext

func (mr *MockRoute53APIMockRecorder) DeleteReusableDelegationSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteReusableDelegationSetWithContext indicates an expected call of DeleteReusableDelegationSetWithContext

func (*MockRoute53APIMockRecorder) DeleteTrafficPolicy

func (mr *MockRoute53APIMockRecorder) DeleteTrafficPolicy(arg0 interface{}) *gomock.Call

DeleteTrafficPolicy indicates an expected call of DeleteTrafficPolicy

func (*MockRoute53APIMockRecorder) DeleteTrafficPolicyInstance

func (mr *MockRoute53APIMockRecorder) DeleteTrafficPolicyInstance(arg0 interface{}) *gomock.Call

DeleteTrafficPolicyInstance indicates an expected call of DeleteTrafficPolicyInstance

func (*MockRoute53APIMockRecorder) DeleteTrafficPolicyInstanceRequest

func (mr *MockRoute53APIMockRecorder) DeleteTrafficPolicyInstanceRequest(arg0 interface{}) *gomock.Call

DeleteTrafficPolicyInstanceRequest indicates an expected call of DeleteTrafficPolicyInstanceRequest

func (*MockRoute53APIMockRecorder) DeleteTrafficPolicyInstanceWithContext

func (mr *MockRoute53APIMockRecorder) DeleteTrafficPolicyInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTrafficPolicyInstanceWithContext indicates an expected call of DeleteTrafficPolicyInstanceWithContext

func (*MockRoute53APIMockRecorder) DeleteTrafficPolicyRequest

func (mr *MockRoute53APIMockRecorder) DeleteTrafficPolicyRequest(arg0 interface{}) *gomock.Call

DeleteTrafficPolicyRequest indicates an expected call of DeleteTrafficPolicyRequest

func (*MockRoute53APIMockRecorder) DeleteTrafficPolicyWithContext

func (mr *MockRoute53APIMockRecorder) DeleteTrafficPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTrafficPolicyWithContext indicates an expected call of DeleteTrafficPolicyWithContext

func (*MockRoute53APIMockRecorder) DeleteVPCAssociationAuthorization

func (mr *MockRoute53APIMockRecorder) DeleteVPCAssociationAuthorization(arg0 interface{}) *gomock.Call

DeleteVPCAssociationAuthorization indicates an expected call of DeleteVPCAssociationAuthorization

func (*MockRoute53APIMockRecorder) DeleteVPCAssociationAuthorizationRequest

func (mr *MockRoute53APIMockRecorder) DeleteVPCAssociationAuthorizationRequest(arg0 interface{}) *gomock.Call

DeleteVPCAssociationAuthorizationRequest indicates an expected call of DeleteVPCAssociationAuthorizationRequest

func (*MockRoute53APIMockRecorder) DeleteVPCAssociationAuthorizationWithContext

func (mr *MockRoute53APIMockRecorder) DeleteVPCAssociationAuthorizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVPCAssociationAuthorizationWithContext indicates an expected call of DeleteVPCAssociationAuthorizationWithContext

func (*MockRoute53APIMockRecorder) DisableHostedZoneDNSSEC added in v0.47.0

func (mr *MockRoute53APIMockRecorder) DisableHostedZoneDNSSEC(arg0 interface{}) *gomock.Call

DisableHostedZoneDNSSEC indicates an expected call of DisableHostedZoneDNSSEC

func (*MockRoute53APIMockRecorder) DisableHostedZoneDNSSECRequest added in v0.47.0

func (mr *MockRoute53APIMockRecorder) DisableHostedZoneDNSSECRequest(arg0 interface{}) *gomock.Call

DisableHostedZoneDNSSECRequest indicates an expected call of DisableHostedZoneDNSSECRequest

func (*MockRoute53APIMockRecorder) DisableHostedZoneDNSSECWithContext added in v0.47.0

func (mr *MockRoute53APIMockRecorder) DisableHostedZoneDNSSECWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableHostedZoneDNSSECWithContext indicates an expected call of DisableHostedZoneDNSSECWithContext

func (*MockRoute53APIMockRecorder) DisassociateVPCFromHostedZone

func (mr *MockRoute53APIMockRecorder) DisassociateVPCFromHostedZone(arg0 interface{}) *gomock.Call

DisassociateVPCFromHostedZone indicates an expected call of DisassociateVPCFromHostedZone

func (*MockRoute53APIMockRecorder) DisassociateVPCFromHostedZoneRequest

func (mr *MockRoute53APIMockRecorder) DisassociateVPCFromHostedZoneRequest(arg0 interface{}) *gomock.Call

DisassociateVPCFromHostedZoneRequest indicates an expected call of DisassociateVPCFromHostedZoneRequest

func (*MockRoute53APIMockRecorder) DisassociateVPCFromHostedZoneWithContext

func (mr *MockRoute53APIMockRecorder) DisassociateVPCFromHostedZoneWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateVPCFromHostedZoneWithContext indicates an expected call of DisassociateVPCFromHostedZoneWithContext

func (*MockRoute53APIMockRecorder) EnableHostedZoneDNSSEC added in v0.47.0

func (mr *MockRoute53APIMockRecorder) EnableHostedZoneDNSSEC(arg0 interface{}) *gomock.Call

EnableHostedZoneDNSSEC indicates an expected call of EnableHostedZoneDNSSEC

func (*MockRoute53APIMockRecorder) EnableHostedZoneDNSSECRequest added in v0.47.0

func (mr *MockRoute53APIMockRecorder) EnableHostedZoneDNSSECRequest(arg0 interface{}) *gomock.Call

EnableHostedZoneDNSSECRequest indicates an expected call of EnableHostedZoneDNSSECRequest

func (*MockRoute53APIMockRecorder) EnableHostedZoneDNSSECWithContext added in v0.47.0

func (mr *MockRoute53APIMockRecorder) EnableHostedZoneDNSSECWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableHostedZoneDNSSECWithContext indicates an expected call of EnableHostedZoneDNSSECWithContext

func (*MockRoute53APIMockRecorder) GetAccountLimit

func (mr *MockRoute53APIMockRecorder) GetAccountLimit(arg0 interface{}) *gomock.Call

GetAccountLimit indicates an expected call of GetAccountLimit

func (*MockRoute53APIMockRecorder) GetAccountLimitRequest

func (mr *MockRoute53APIMockRecorder) GetAccountLimitRequest(arg0 interface{}) *gomock.Call

GetAccountLimitRequest indicates an expected call of GetAccountLimitRequest

func (*MockRoute53APIMockRecorder) GetAccountLimitWithContext

func (mr *MockRoute53APIMockRecorder) GetAccountLimitWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountLimitWithContext indicates an expected call of GetAccountLimitWithContext

func (*MockRoute53APIMockRecorder) GetChange

func (mr *MockRoute53APIMockRecorder) GetChange(arg0 interface{}) *gomock.Call

GetChange indicates an expected call of GetChange

func (*MockRoute53APIMockRecorder) GetChangeRequest

func (mr *MockRoute53APIMockRecorder) GetChangeRequest(arg0 interface{}) *gomock.Call

GetChangeRequest indicates an expected call of GetChangeRequest

func (*MockRoute53APIMockRecorder) GetChangeWithContext

func (mr *MockRoute53APIMockRecorder) GetChangeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetChangeWithContext indicates an expected call of GetChangeWithContext

func (*MockRoute53APIMockRecorder) GetCheckerIpRanges

func (mr *MockRoute53APIMockRecorder) GetCheckerIpRanges(arg0 interface{}) *gomock.Call

GetCheckerIpRanges indicates an expected call of GetCheckerIpRanges

func (*MockRoute53APIMockRecorder) GetCheckerIpRangesRequest

func (mr *MockRoute53APIMockRecorder) GetCheckerIpRangesRequest(arg0 interface{}) *gomock.Call

GetCheckerIpRangesRequest indicates an expected call of GetCheckerIpRangesRequest

func (*MockRoute53APIMockRecorder) GetCheckerIpRangesWithContext

func (mr *MockRoute53APIMockRecorder) GetCheckerIpRangesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCheckerIpRangesWithContext indicates an expected call of GetCheckerIpRangesWithContext

func (*MockRoute53APIMockRecorder) GetDNSSEC added in v0.47.0

func (mr *MockRoute53APIMockRecorder) GetDNSSEC(arg0 interface{}) *gomock.Call

GetDNSSEC indicates an expected call of GetDNSSEC

func (*MockRoute53APIMockRecorder) GetDNSSECRequest added in v0.47.0

func (mr *MockRoute53APIMockRecorder) GetDNSSECRequest(arg0 interface{}) *gomock.Call

GetDNSSECRequest indicates an expected call of GetDNSSECRequest

func (*MockRoute53APIMockRecorder) GetDNSSECWithContext added in v0.47.0

func (mr *MockRoute53APIMockRecorder) GetDNSSECWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDNSSECWithContext indicates an expected call of GetDNSSECWithContext

func (*MockRoute53APIMockRecorder) GetGeoLocation

func (mr *MockRoute53APIMockRecorder) GetGeoLocation(arg0 interface{}) *gomock.Call

GetGeoLocation indicates an expected call of GetGeoLocation

func (*MockRoute53APIMockRecorder) GetGeoLocationRequest

func (mr *MockRoute53APIMockRecorder) GetGeoLocationRequest(arg0 interface{}) *gomock.Call

GetGeoLocationRequest indicates an expected call of GetGeoLocationRequest

func (*MockRoute53APIMockRecorder) GetGeoLocationWithContext

func (mr *MockRoute53APIMockRecorder) GetGeoLocationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGeoLocationWithContext indicates an expected call of GetGeoLocationWithContext

func (*MockRoute53APIMockRecorder) GetHealthCheck

func (mr *MockRoute53APIMockRecorder) GetHealthCheck(arg0 interface{}) *gomock.Call

GetHealthCheck indicates an expected call of GetHealthCheck

func (*MockRoute53APIMockRecorder) GetHealthCheckCount

func (mr *MockRoute53APIMockRecorder) GetHealthCheckCount(arg0 interface{}) *gomock.Call

GetHealthCheckCount indicates an expected call of GetHealthCheckCount

func (*MockRoute53APIMockRecorder) GetHealthCheckCountRequest

func (mr *MockRoute53APIMockRecorder) GetHealthCheckCountRequest(arg0 interface{}) *gomock.Call

GetHealthCheckCountRequest indicates an expected call of GetHealthCheckCountRequest

func (*MockRoute53APIMockRecorder) GetHealthCheckCountWithContext

func (mr *MockRoute53APIMockRecorder) GetHealthCheckCountWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetHealthCheckCountWithContext indicates an expected call of GetHealthCheckCountWithContext

func (*MockRoute53APIMockRecorder) GetHealthCheckLastFailureReason

func (mr *MockRoute53APIMockRecorder) GetHealthCheckLastFailureReason(arg0 interface{}) *gomock.Call

GetHealthCheckLastFailureReason indicates an expected call of GetHealthCheckLastFailureReason

func (*MockRoute53APIMockRecorder) GetHealthCheckLastFailureReasonRequest

func (mr *MockRoute53APIMockRecorder) GetHealthCheckLastFailureReasonRequest(arg0 interface{}) *gomock.Call

GetHealthCheckLastFailureReasonRequest indicates an expected call of GetHealthCheckLastFailureReasonRequest

func (*MockRoute53APIMockRecorder) GetHealthCheckLastFailureReasonWithContext

func (mr *MockRoute53APIMockRecorder) GetHealthCheckLastFailureReasonWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetHealthCheckLastFailureReasonWithContext indicates an expected call of GetHealthCheckLastFailureReasonWithContext

func (*MockRoute53APIMockRecorder) GetHealthCheckRequest

func (mr *MockRoute53APIMockRecorder) GetHealthCheckRequest(arg0 interface{}) *gomock.Call

GetHealthCheckRequest indicates an expected call of GetHealthCheckRequest

func (*MockRoute53APIMockRecorder) GetHealthCheckStatus

func (mr *MockRoute53APIMockRecorder) GetHealthCheckStatus(arg0 interface{}) *gomock.Call

GetHealthCheckStatus indicates an expected call of GetHealthCheckStatus

func (*MockRoute53APIMockRecorder) GetHealthCheckStatusRequest

func (mr *MockRoute53APIMockRecorder) GetHealthCheckStatusRequest(arg0 interface{}) *gomock.Call

GetHealthCheckStatusRequest indicates an expected call of GetHealthCheckStatusRequest

func (*MockRoute53APIMockRecorder) GetHealthCheckStatusWithContext

func (mr *MockRoute53APIMockRecorder) GetHealthCheckStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetHealthCheckStatusWithContext indicates an expected call of GetHealthCheckStatusWithContext

func (*MockRoute53APIMockRecorder) GetHealthCheckWithContext

func (mr *MockRoute53APIMockRecorder) GetHealthCheckWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetHealthCheckWithContext indicates an expected call of GetHealthCheckWithContext

func (*MockRoute53APIMockRecorder) GetHostedZone

func (mr *MockRoute53APIMockRecorder) GetHostedZone(arg0 interface{}) *gomock.Call

GetHostedZone indicates an expected call of GetHostedZone

func (*MockRoute53APIMockRecorder) GetHostedZoneCount

func (mr *MockRoute53APIMockRecorder) GetHostedZoneCount(arg0 interface{}) *gomock.Call

GetHostedZoneCount indicates an expected call of GetHostedZoneCount

func (*MockRoute53APIMockRecorder) GetHostedZoneCountRequest

func (mr *MockRoute53APIMockRecorder) GetHostedZoneCountRequest(arg0 interface{}) *gomock.Call

GetHostedZoneCountRequest indicates an expected call of GetHostedZoneCountRequest

func (*MockRoute53APIMockRecorder) GetHostedZoneCountWithContext

func (mr *MockRoute53APIMockRecorder) GetHostedZoneCountWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetHostedZoneCountWithContext indicates an expected call of GetHostedZoneCountWithContext

func (*MockRoute53APIMockRecorder) GetHostedZoneLimit

func (mr *MockRoute53APIMockRecorder) GetHostedZoneLimit(arg0 interface{}) *gomock.Call

GetHostedZoneLimit indicates an expected call of GetHostedZoneLimit

func (*MockRoute53APIMockRecorder) GetHostedZoneLimitRequest

func (mr *MockRoute53APIMockRecorder) GetHostedZoneLimitRequest(arg0 interface{}) *gomock.Call

GetHostedZoneLimitRequest indicates an expected call of GetHostedZoneLimitRequest

func (*MockRoute53APIMockRecorder) GetHostedZoneLimitWithContext

func (mr *MockRoute53APIMockRecorder) GetHostedZoneLimitWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetHostedZoneLimitWithContext indicates an expected call of GetHostedZoneLimitWithContext

func (*MockRoute53APIMockRecorder) GetHostedZoneRequest

func (mr *MockRoute53APIMockRecorder) GetHostedZoneRequest(arg0 interface{}) *gomock.Call

GetHostedZoneRequest indicates an expected call of GetHostedZoneRequest

func (*MockRoute53APIMockRecorder) GetHostedZoneWithContext

func (mr *MockRoute53APIMockRecorder) GetHostedZoneWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetHostedZoneWithContext indicates an expected call of GetHostedZoneWithContext

func (*MockRoute53APIMockRecorder) GetQueryLoggingConfig

func (mr *MockRoute53APIMockRecorder) GetQueryLoggingConfig(arg0 interface{}) *gomock.Call

GetQueryLoggingConfig indicates an expected call of GetQueryLoggingConfig

func (*MockRoute53APIMockRecorder) GetQueryLoggingConfigRequest

func (mr *MockRoute53APIMockRecorder) GetQueryLoggingConfigRequest(arg0 interface{}) *gomock.Call

GetQueryLoggingConfigRequest indicates an expected call of GetQueryLoggingConfigRequest

func (*MockRoute53APIMockRecorder) GetQueryLoggingConfigWithContext

func (mr *MockRoute53APIMockRecorder) GetQueryLoggingConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetQueryLoggingConfigWithContext indicates an expected call of GetQueryLoggingConfigWithContext

func (*MockRoute53APIMockRecorder) GetReusableDelegationSet

func (mr *MockRoute53APIMockRecorder) GetReusableDelegationSet(arg0 interface{}) *gomock.Call

GetReusableDelegationSet indicates an expected call of GetReusableDelegationSet

func (*MockRoute53APIMockRecorder) GetReusableDelegationSetLimit

func (mr *MockRoute53APIMockRecorder) GetReusableDelegationSetLimit(arg0 interface{}) *gomock.Call

GetReusableDelegationSetLimit indicates an expected call of GetReusableDelegationSetLimit

func (*MockRoute53APIMockRecorder) GetReusableDelegationSetLimitRequest

func (mr *MockRoute53APIMockRecorder) GetReusableDelegationSetLimitRequest(arg0 interface{}) *gomock.Call

GetReusableDelegationSetLimitRequest indicates an expected call of GetReusableDelegationSetLimitRequest

func (*MockRoute53APIMockRecorder) GetReusableDelegationSetLimitWithContext

func (mr *MockRoute53APIMockRecorder) GetReusableDelegationSetLimitWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetReusableDelegationSetLimitWithContext indicates an expected call of GetReusableDelegationSetLimitWithContext

func (*MockRoute53APIMockRecorder) GetReusableDelegationSetRequest

func (mr *MockRoute53APIMockRecorder) GetReusableDelegationSetRequest(arg0 interface{}) *gomock.Call

GetReusableDelegationSetRequest indicates an expected call of GetReusableDelegationSetRequest

func (*MockRoute53APIMockRecorder) GetReusableDelegationSetWithContext

func (mr *MockRoute53APIMockRecorder) GetReusableDelegationSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetReusableDelegationSetWithContext indicates an expected call of GetReusableDelegationSetWithContext

func (*MockRoute53APIMockRecorder) GetTrafficPolicy

func (mr *MockRoute53APIMockRecorder) GetTrafficPolicy(arg0 interface{}) *gomock.Call

GetTrafficPolicy indicates an expected call of GetTrafficPolicy

func (*MockRoute53APIMockRecorder) GetTrafficPolicyInstance

func (mr *MockRoute53APIMockRecorder) GetTrafficPolicyInstance(arg0 interface{}) *gomock.Call

GetTrafficPolicyInstance indicates an expected call of GetTrafficPolicyInstance

func (*MockRoute53APIMockRecorder) GetTrafficPolicyInstanceCount

func (mr *MockRoute53APIMockRecorder) GetTrafficPolicyInstanceCount(arg0 interface{}) *gomock.Call

GetTrafficPolicyInstanceCount indicates an expected call of GetTrafficPolicyInstanceCount

func (*MockRoute53APIMockRecorder) GetTrafficPolicyInstanceCountRequest

func (mr *MockRoute53APIMockRecorder) GetTrafficPolicyInstanceCountRequest(arg0 interface{}) *gomock.Call

GetTrafficPolicyInstanceCountRequest indicates an expected call of GetTrafficPolicyInstanceCountRequest

func (*MockRoute53APIMockRecorder) GetTrafficPolicyInstanceCountWithContext

func (mr *MockRoute53APIMockRecorder) GetTrafficPolicyInstanceCountWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTrafficPolicyInstanceCountWithContext indicates an expected call of GetTrafficPolicyInstanceCountWithContext

func (*MockRoute53APIMockRecorder) GetTrafficPolicyInstanceRequest

func (mr *MockRoute53APIMockRecorder) GetTrafficPolicyInstanceRequest(arg0 interface{}) *gomock.Call

GetTrafficPolicyInstanceRequest indicates an expected call of GetTrafficPolicyInstanceRequest

func (*MockRoute53APIMockRecorder) GetTrafficPolicyInstanceWithContext

func (mr *MockRoute53APIMockRecorder) GetTrafficPolicyInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTrafficPolicyInstanceWithContext indicates an expected call of GetTrafficPolicyInstanceWithContext

func (*MockRoute53APIMockRecorder) GetTrafficPolicyRequest

func (mr *MockRoute53APIMockRecorder) GetTrafficPolicyRequest(arg0 interface{}) *gomock.Call

GetTrafficPolicyRequest indicates an expected call of GetTrafficPolicyRequest

func (*MockRoute53APIMockRecorder) GetTrafficPolicyWithContext

func (mr *MockRoute53APIMockRecorder) GetTrafficPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTrafficPolicyWithContext indicates an expected call of GetTrafficPolicyWithContext

func (*MockRoute53APIMockRecorder) ListGeoLocations

func (mr *MockRoute53APIMockRecorder) ListGeoLocations(arg0 interface{}) *gomock.Call

ListGeoLocations indicates an expected call of ListGeoLocations

func (*MockRoute53APIMockRecorder) ListGeoLocationsRequest

func (mr *MockRoute53APIMockRecorder) ListGeoLocationsRequest(arg0 interface{}) *gomock.Call

ListGeoLocationsRequest indicates an expected call of ListGeoLocationsRequest

func (*MockRoute53APIMockRecorder) ListGeoLocationsWithContext

func (mr *MockRoute53APIMockRecorder) ListGeoLocationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGeoLocationsWithContext indicates an expected call of ListGeoLocationsWithContext

func (*MockRoute53APIMockRecorder) ListHealthChecks

func (mr *MockRoute53APIMockRecorder) ListHealthChecks(arg0 interface{}) *gomock.Call

ListHealthChecks indicates an expected call of ListHealthChecks

func (*MockRoute53APIMockRecorder) ListHealthChecksPages

func (mr *MockRoute53APIMockRecorder) ListHealthChecksPages(arg0, arg1 interface{}) *gomock.Call

ListHealthChecksPages indicates an expected call of ListHealthChecksPages

func (*MockRoute53APIMockRecorder) ListHealthChecksPagesWithContext

func (mr *MockRoute53APIMockRecorder) ListHealthChecksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListHealthChecksPagesWithContext indicates an expected call of ListHealthChecksPagesWithContext

func (*MockRoute53APIMockRecorder) ListHealthChecksRequest

func (mr *MockRoute53APIMockRecorder) ListHealthChecksRequest(arg0 interface{}) *gomock.Call

ListHealthChecksRequest indicates an expected call of ListHealthChecksRequest

func (*MockRoute53APIMockRecorder) ListHealthChecksWithContext

func (mr *MockRoute53APIMockRecorder) ListHealthChecksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListHealthChecksWithContext indicates an expected call of ListHealthChecksWithContext

func (*MockRoute53APIMockRecorder) ListHostedZones

func (mr *MockRoute53APIMockRecorder) ListHostedZones(arg0 interface{}) *gomock.Call

ListHostedZones indicates an expected call of ListHostedZones

func (*MockRoute53APIMockRecorder) ListHostedZonesByName

func (mr *MockRoute53APIMockRecorder) ListHostedZonesByName(arg0 interface{}) *gomock.Call

ListHostedZonesByName indicates an expected call of ListHostedZonesByName

func (*MockRoute53APIMockRecorder) ListHostedZonesByNameRequest

func (mr *MockRoute53APIMockRecorder) ListHostedZonesByNameRequest(arg0 interface{}) *gomock.Call

ListHostedZonesByNameRequest indicates an expected call of ListHostedZonesByNameRequest

func (*MockRoute53APIMockRecorder) ListHostedZonesByNameWithContext

func (mr *MockRoute53APIMockRecorder) ListHostedZonesByNameWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListHostedZonesByNameWithContext indicates an expected call of ListHostedZonesByNameWithContext

func (*MockRoute53APIMockRecorder) ListHostedZonesByVPC added in v0.21.0

func (mr *MockRoute53APIMockRecorder) ListHostedZonesByVPC(arg0 interface{}) *gomock.Call

ListHostedZonesByVPC indicates an expected call of ListHostedZonesByVPC

func (*MockRoute53APIMockRecorder) ListHostedZonesByVPCRequest added in v0.21.0

func (mr *MockRoute53APIMockRecorder) ListHostedZonesByVPCRequest(arg0 interface{}) *gomock.Call

ListHostedZonesByVPCRequest indicates an expected call of ListHostedZonesByVPCRequest

func (*MockRoute53APIMockRecorder) ListHostedZonesByVPCWithContext added in v0.21.0

func (mr *MockRoute53APIMockRecorder) ListHostedZonesByVPCWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListHostedZonesByVPCWithContext indicates an expected call of ListHostedZonesByVPCWithContext

func (*MockRoute53APIMockRecorder) ListHostedZonesPages

func (mr *MockRoute53APIMockRecorder) ListHostedZonesPages(arg0, arg1 interface{}) *gomock.Call

ListHostedZonesPages indicates an expected call of ListHostedZonesPages

func (*MockRoute53APIMockRecorder) ListHostedZonesPagesWithContext

func (mr *MockRoute53APIMockRecorder) ListHostedZonesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListHostedZonesPagesWithContext indicates an expected call of ListHostedZonesPagesWithContext

func (*MockRoute53APIMockRecorder) ListHostedZonesRequest

func (mr *MockRoute53APIMockRecorder) ListHostedZonesRequest(arg0 interface{}) *gomock.Call

ListHostedZonesRequest indicates an expected call of ListHostedZonesRequest

func (*MockRoute53APIMockRecorder) ListHostedZonesWithContext

func (mr *MockRoute53APIMockRecorder) ListHostedZonesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListHostedZonesWithContext indicates an expected call of ListHostedZonesWithContext

func (*MockRoute53APIMockRecorder) ListQueryLoggingConfigs

func (mr *MockRoute53APIMockRecorder) ListQueryLoggingConfigs(arg0 interface{}) *gomock.Call

ListQueryLoggingConfigs indicates an expected call of ListQueryLoggingConfigs

func (*MockRoute53APIMockRecorder) ListQueryLoggingConfigsPages added in v0.20.0

func (mr *MockRoute53APIMockRecorder) ListQueryLoggingConfigsPages(arg0, arg1 interface{}) *gomock.Call

ListQueryLoggingConfigsPages indicates an expected call of ListQueryLoggingConfigsPages

func (*MockRoute53APIMockRecorder) ListQueryLoggingConfigsPagesWithContext added in v0.20.0

func (mr *MockRoute53APIMockRecorder) ListQueryLoggingConfigsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListQueryLoggingConfigsPagesWithContext indicates an expected call of ListQueryLoggingConfigsPagesWithContext

func (*MockRoute53APIMockRecorder) ListQueryLoggingConfigsRequest

func (mr *MockRoute53APIMockRecorder) ListQueryLoggingConfigsRequest(arg0 interface{}) *gomock.Call

ListQueryLoggingConfigsRequest indicates an expected call of ListQueryLoggingConfigsRequest

func (*MockRoute53APIMockRecorder) ListQueryLoggingConfigsWithContext

func (mr *MockRoute53APIMockRecorder) ListQueryLoggingConfigsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListQueryLoggingConfigsWithContext indicates an expected call of ListQueryLoggingConfigsWithContext

func (*MockRoute53APIMockRecorder) ListResourceRecordSets

func (mr *MockRoute53APIMockRecorder) ListResourceRecordSets(arg0 interface{}) *gomock.Call

ListResourceRecordSets indicates an expected call of ListResourceRecordSets

func (*MockRoute53APIMockRecorder) ListResourceRecordSetsPages

func (mr *MockRoute53APIMockRecorder) ListResourceRecordSetsPages(arg0, arg1 interface{}) *gomock.Call

ListResourceRecordSetsPages indicates an expected call of ListResourceRecordSetsPages

func (*MockRoute53APIMockRecorder) ListResourceRecordSetsPagesWithContext

func (mr *MockRoute53APIMockRecorder) ListResourceRecordSetsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListResourceRecordSetsPagesWithContext indicates an expected call of ListResourceRecordSetsPagesWithContext

func (*MockRoute53APIMockRecorder) ListResourceRecordSetsRequest

func (mr *MockRoute53APIMockRecorder) ListResourceRecordSetsRequest(arg0 interface{}) *gomock.Call

ListResourceRecordSetsRequest indicates an expected call of ListResourceRecordSetsRequest

func (*MockRoute53APIMockRecorder) ListResourceRecordSetsWithContext

func (mr *MockRoute53APIMockRecorder) ListResourceRecordSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListResourceRecordSetsWithContext indicates an expected call of ListResourceRecordSetsWithContext

func (*MockRoute53APIMockRecorder) ListReusableDelegationSets

func (mr *MockRoute53APIMockRecorder) ListReusableDelegationSets(arg0 interface{}) *gomock.Call

ListReusableDelegationSets indicates an expected call of ListReusableDelegationSets

func (*MockRoute53APIMockRecorder) ListReusableDelegationSetsRequest

func (mr *MockRoute53APIMockRecorder) ListReusableDelegationSetsRequest(arg0 interface{}) *gomock.Call

ListReusableDelegationSetsRequest indicates an expected call of ListReusableDelegationSetsRequest

func (*MockRoute53APIMockRecorder) ListReusableDelegationSetsWithContext

func (mr *MockRoute53APIMockRecorder) ListReusableDelegationSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListReusableDelegationSetsWithContext indicates an expected call of ListReusableDelegationSetsWithContext

func (*MockRoute53APIMockRecorder) ListTagsForResource

func (mr *MockRoute53APIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockRoute53APIMockRecorder) ListTagsForResourceRequest

func (mr *MockRoute53APIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockRoute53APIMockRecorder) ListTagsForResourceWithContext

func (mr *MockRoute53APIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockRoute53APIMockRecorder) ListTagsForResources

func (mr *MockRoute53APIMockRecorder) ListTagsForResources(arg0 interface{}) *gomock.Call

ListTagsForResources indicates an expected call of ListTagsForResources

func (*MockRoute53APIMockRecorder) ListTagsForResourcesRequest

func (mr *MockRoute53APIMockRecorder) ListTagsForResourcesRequest(arg0 interface{}) *gomock.Call

ListTagsForResourcesRequest indicates an expected call of ListTagsForResourcesRequest

func (*MockRoute53APIMockRecorder) ListTagsForResourcesWithContext

func (mr *MockRoute53APIMockRecorder) ListTagsForResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourcesWithContext indicates an expected call of ListTagsForResourcesWithContext

func (*MockRoute53APIMockRecorder) ListTrafficPolicies

func (mr *MockRoute53APIMockRecorder) ListTrafficPolicies(arg0 interface{}) *gomock.Call

ListTrafficPolicies indicates an expected call of ListTrafficPolicies

func (*MockRoute53APIMockRecorder) ListTrafficPoliciesRequest

func (mr *MockRoute53APIMockRecorder) ListTrafficPoliciesRequest(arg0 interface{}) *gomock.Call

ListTrafficPoliciesRequest indicates an expected call of ListTrafficPoliciesRequest

func (*MockRoute53APIMockRecorder) ListTrafficPoliciesWithContext

func (mr *MockRoute53APIMockRecorder) ListTrafficPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTrafficPoliciesWithContext indicates an expected call of ListTrafficPoliciesWithContext

func (*MockRoute53APIMockRecorder) ListTrafficPolicyInstances

func (mr *MockRoute53APIMockRecorder) ListTrafficPolicyInstances(arg0 interface{}) *gomock.Call

ListTrafficPolicyInstances indicates an expected call of ListTrafficPolicyInstances

func (*MockRoute53APIMockRecorder) ListTrafficPolicyInstancesByHostedZone

func (mr *MockRoute53APIMockRecorder) ListTrafficPolicyInstancesByHostedZone(arg0 interface{}) *gomock.Call

ListTrafficPolicyInstancesByHostedZone indicates an expected call of ListTrafficPolicyInstancesByHostedZone

func (*MockRoute53APIMockRecorder) ListTrafficPolicyInstancesByHostedZoneRequest

func (mr *MockRoute53APIMockRecorder) ListTrafficPolicyInstancesByHostedZoneRequest(arg0 interface{}) *gomock.Call

ListTrafficPolicyInstancesByHostedZoneRequest indicates an expected call of ListTrafficPolicyInstancesByHostedZoneRequest

func (*MockRoute53APIMockRecorder) ListTrafficPolicyInstancesByHostedZoneWithContext

func (mr *MockRoute53APIMockRecorder) ListTrafficPolicyInstancesByHostedZoneWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTrafficPolicyInstancesByHostedZoneWithContext indicates an expected call of ListTrafficPolicyInstancesByHostedZoneWithContext

func (*MockRoute53APIMockRecorder) ListTrafficPolicyInstancesByPolicy

func (mr *MockRoute53APIMockRecorder) ListTrafficPolicyInstancesByPolicy(arg0 interface{}) *gomock.Call

ListTrafficPolicyInstancesByPolicy indicates an expected call of ListTrafficPolicyInstancesByPolicy

func (*MockRoute53APIMockRecorder) ListTrafficPolicyInstancesByPolicyRequest

func (mr *MockRoute53APIMockRecorder) ListTrafficPolicyInstancesByPolicyRequest(arg0 interface{}) *gomock.Call

ListTrafficPolicyInstancesByPolicyRequest indicates an expected call of ListTrafficPolicyInstancesByPolicyRequest

func (*MockRoute53APIMockRecorder) ListTrafficPolicyInstancesByPolicyWithContext

func (mr *MockRoute53APIMockRecorder) ListTrafficPolicyInstancesByPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTrafficPolicyInstancesByPolicyWithContext indicates an expected call of ListTrafficPolicyInstancesByPolicyWithContext

func (*MockRoute53APIMockRecorder) ListTrafficPolicyInstancesRequest

func (mr *MockRoute53APIMockRecorder) ListTrafficPolicyInstancesRequest(arg0 interface{}) *gomock.Call

ListTrafficPolicyInstancesRequest indicates an expected call of ListTrafficPolicyInstancesRequest

func (*MockRoute53APIMockRecorder) ListTrafficPolicyInstancesWithContext

func (mr *MockRoute53APIMockRecorder) ListTrafficPolicyInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTrafficPolicyInstancesWithContext indicates an expected call of ListTrafficPolicyInstancesWithContext

func (*MockRoute53APIMockRecorder) ListTrafficPolicyVersions

func (mr *MockRoute53APIMockRecorder) ListTrafficPolicyVersions(arg0 interface{}) *gomock.Call

ListTrafficPolicyVersions indicates an expected call of ListTrafficPolicyVersions

func (*MockRoute53APIMockRecorder) ListTrafficPolicyVersionsRequest

func (mr *MockRoute53APIMockRecorder) ListTrafficPolicyVersionsRequest(arg0 interface{}) *gomock.Call

ListTrafficPolicyVersionsRequest indicates an expected call of ListTrafficPolicyVersionsRequest

func (*MockRoute53APIMockRecorder) ListTrafficPolicyVersionsWithContext

func (mr *MockRoute53APIMockRecorder) ListTrafficPolicyVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTrafficPolicyVersionsWithContext indicates an expected call of ListTrafficPolicyVersionsWithContext

func (*MockRoute53APIMockRecorder) ListVPCAssociationAuthorizations

func (mr *MockRoute53APIMockRecorder) ListVPCAssociationAuthorizations(arg0 interface{}) *gomock.Call

ListVPCAssociationAuthorizations indicates an expected call of ListVPCAssociationAuthorizations

func (*MockRoute53APIMockRecorder) ListVPCAssociationAuthorizationsRequest

func (mr *MockRoute53APIMockRecorder) ListVPCAssociationAuthorizationsRequest(arg0 interface{}) *gomock.Call

ListVPCAssociationAuthorizationsRequest indicates an expected call of ListVPCAssociationAuthorizationsRequest

func (*MockRoute53APIMockRecorder) ListVPCAssociationAuthorizationsWithContext

func (mr *MockRoute53APIMockRecorder) ListVPCAssociationAuthorizationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListVPCAssociationAuthorizationsWithContext indicates an expected call of ListVPCAssociationAuthorizationsWithContext

func (*MockRoute53APIMockRecorder) TestDNSAnswer

func (mr *MockRoute53APIMockRecorder) TestDNSAnswer(arg0 interface{}) *gomock.Call

TestDNSAnswer indicates an expected call of TestDNSAnswer

func (*MockRoute53APIMockRecorder) TestDNSAnswerRequest

func (mr *MockRoute53APIMockRecorder) TestDNSAnswerRequest(arg0 interface{}) *gomock.Call

TestDNSAnswerRequest indicates an expected call of TestDNSAnswerRequest

func (*MockRoute53APIMockRecorder) TestDNSAnswerWithContext

func (mr *MockRoute53APIMockRecorder) TestDNSAnswerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TestDNSAnswerWithContext indicates an expected call of TestDNSAnswerWithContext

func (*MockRoute53APIMockRecorder) UpdateHealthCheck

func (mr *MockRoute53APIMockRecorder) UpdateHealthCheck(arg0 interface{}) *gomock.Call

UpdateHealthCheck indicates an expected call of UpdateHealthCheck

func (*MockRoute53APIMockRecorder) UpdateHealthCheckRequest

func (mr *MockRoute53APIMockRecorder) UpdateHealthCheckRequest(arg0 interface{}) *gomock.Call

UpdateHealthCheckRequest indicates an expected call of UpdateHealthCheckRequest

func (*MockRoute53APIMockRecorder) UpdateHealthCheckWithContext

func (mr *MockRoute53APIMockRecorder) UpdateHealthCheckWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateHealthCheckWithContext indicates an expected call of UpdateHealthCheckWithContext

func (*MockRoute53APIMockRecorder) UpdateHostedZoneComment

func (mr *MockRoute53APIMockRecorder) UpdateHostedZoneComment(arg0 interface{}) *gomock.Call

UpdateHostedZoneComment indicates an expected call of UpdateHostedZoneComment

func (*MockRoute53APIMockRecorder) UpdateHostedZoneCommentRequest

func (mr *MockRoute53APIMockRecorder) UpdateHostedZoneCommentRequest(arg0 interface{}) *gomock.Call

UpdateHostedZoneCommentRequest indicates an expected call of UpdateHostedZoneCommentRequest

func (*MockRoute53APIMockRecorder) UpdateHostedZoneCommentWithContext

func (mr *MockRoute53APIMockRecorder) UpdateHostedZoneCommentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateHostedZoneCommentWithContext indicates an expected call of UpdateHostedZoneCommentWithContext

func (*MockRoute53APIMockRecorder) UpdateTrafficPolicyComment

func (mr *MockRoute53APIMockRecorder) UpdateTrafficPolicyComment(arg0 interface{}) *gomock.Call

UpdateTrafficPolicyComment indicates an expected call of UpdateTrafficPolicyComment

func (*MockRoute53APIMockRecorder) UpdateTrafficPolicyCommentRequest

func (mr *MockRoute53APIMockRecorder) UpdateTrafficPolicyCommentRequest(arg0 interface{}) *gomock.Call

UpdateTrafficPolicyCommentRequest indicates an expected call of UpdateTrafficPolicyCommentRequest

func (*MockRoute53APIMockRecorder) UpdateTrafficPolicyCommentWithContext

func (mr *MockRoute53APIMockRecorder) UpdateTrafficPolicyCommentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTrafficPolicyCommentWithContext indicates an expected call of UpdateTrafficPolicyCommentWithContext

func (*MockRoute53APIMockRecorder) UpdateTrafficPolicyInstance

func (mr *MockRoute53APIMockRecorder) UpdateTrafficPolicyInstance(arg0 interface{}) *gomock.Call

UpdateTrafficPolicyInstance indicates an expected call of UpdateTrafficPolicyInstance

func (*MockRoute53APIMockRecorder) UpdateTrafficPolicyInstanceRequest

func (mr *MockRoute53APIMockRecorder) UpdateTrafficPolicyInstanceRequest(arg0 interface{}) *gomock.Call

UpdateTrafficPolicyInstanceRequest indicates an expected call of UpdateTrafficPolicyInstanceRequest

func (*MockRoute53APIMockRecorder) UpdateTrafficPolicyInstanceWithContext

func (mr *MockRoute53APIMockRecorder) UpdateTrafficPolicyInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTrafficPolicyInstanceWithContext indicates an expected call of UpdateTrafficPolicyInstanceWithContext

func (*MockRoute53APIMockRecorder) WaitUntilResourceRecordSetsChanged

func (mr *MockRoute53APIMockRecorder) WaitUntilResourceRecordSetsChanged(arg0 interface{}) *gomock.Call

WaitUntilResourceRecordSetsChanged indicates an expected call of WaitUntilResourceRecordSetsChanged

func (*MockRoute53APIMockRecorder) WaitUntilResourceRecordSetsChangedWithContext

func (mr *MockRoute53APIMockRecorder) WaitUntilResourceRecordSetsChangedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilResourceRecordSetsChangedWithContext indicates an expected call of WaitUntilResourceRecordSetsChangedWithContext

type MockS3API

type MockS3API struct {
	// contains filtered or unexported fields
}

MockS3API is a mock of S3API interface

func NewMockS3API

func NewMockS3API(ctrl *gomock.Controller) *MockS3API

NewMockS3API creates a new mock instance

func (*MockS3API) AbortMultipartUpload

func (m *MockS3API) AbortMultipartUpload(arg0 *s3.AbortMultipartUploadInput) (*s3.AbortMultipartUploadOutput, error)

AbortMultipartUpload mocks base method

func (*MockS3API) AbortMultipartUploadRequest

func (m *MockS3API) AbortMultipartUploadRequest(arg0 *s3.AbortMultipartUploadInput) (*request.Request, *s3.AbortMultipartUploadOutput)

AbortMultipartUploadRequest mocks base method

func (*MockS3API) AbortMultipartUploadWithContext

func (m *MockS3API) AbortMultipartUploadWithContext(arg0 context.Context, arg1 *s3.AbortMultipartUploadInput, arg2 ...request.Option) (*s3.AbortMultipartUploadOutput, error)

AbortMultipartUploadWithContext mocks base method

func (*MockS3API) CompleteMultipartUpload

func (m *MockS3API) CompleteMultipartUpload(arg0 *s3.CompleteMultipartUploadInput) (*s3.CompleteMultipartUploadOutput, error)

CompleteMultipartUpload mocks base method

func (*MockS3API) CompleteMultipartUploadRequest

func (m *MockS3API) CompleteMultipartUploadRequest(arg0 *s3.CompleteMultipartUploadInput) (*request.Request, *s3.CompleteMultipartUploadOutput)

CompleteMultipartUploadRequest mocks base method

func (*MockS3API) CompleteMultipartUploadWithContext

func (m *MockS3API) CompleteMultipartUploadWithContext(arg0 context.Context, arg1 *s3.CompleteMultipartUploadInput, arg2 ...request.Option) (*s3.CompleteMultipartUploadOutput, error)

CompleteMultipartUploadWithContext mocks base method

func (*MockS3API) CopyObject

func (m *MockS3API) CopyObject(arg0 *s3.CopyObjectInput) (*s3.CopyObjectOutput, error)

CopyObject mocks base method

func (*MockS3API) CopyObjectRequest

func (m *MockS3API) CopyObjectRequest(arg0 *s3.CopyObjectInput) (*request.Request, *s3.CopyObjectOutput)

CopyObjectRequest mocks base method

func (*MockS3API) CopyObjectWithContext

func (m *MockS3API) CopyObjectWithContext(arg0 context.Context, arg1 *s3.CopyObjectInput, arg2 ...request.Option) (*s3.CopyObjectOutput, error)

CopyObjectWithContext mocks base method

func (*MockS3API) CreateBucket

func (m *MockS3API) CreateBucket(arg0 *s3.CreateBucketInput) (*s3.CreateBucketOutput, error)

CreateBucket mocks base method

func (*MockS3API) CreateBucketRequest

func (m *MockS3API) CreateBucketRequest(arg0 *s3.CreateBucketInput) (*request.Request, *s3.CreateBucketOutput)

CreateBucketRequest mocks base method

func (*MockS3API) CreateBucketWithContext

func (m *MockS3API) CreateBucketWithContext(arg0 context.Context, arg1 *s3.CreateBucketInput, arg2 ...request.Option) (*s3.CreateBucketOutput, error)

CreateBucketWithContext mocks base method

func (*MockS3API) CreateMultipartUpload

func (m *MockS3API) CreateMultipartUpload(arg0 *s3.CreateMultipartUploadInput) (*s3.CreateMultipartUploadOutput, error)

CreateMultipartUpload mocks base method

func (*MockS3API) CreateMultipartUploadRequest

func (m *MockS3API) CreateMultipartUploadRequest(arg0 *s3.CreateMultipartUploadInput) (*request.Request, *s3.CreateMultipartUploadOutput)

CreateMultipartUploadRequest mocks base method

func (*MockS3API) CreateMultipartUploadWithContext

func (m *MockS3API) CreateMultipartUploadWithContext(arg0 context.Context, arg1 *s3.CreateMultipartUploadInput, arg2 ...request.Option) (*s3.CreateMultipartUploadOutput, error)

CreateMultipartUploadWithContext mocks base method

func (*MockS3API) DeleteBucket

func (m *MockS3API) DeleteBucket(arg0 *s3.DeleteBucketInput) (*s3.DeleteBucketOutput, error)

DeleteBucket mocks base method

func (*MockS3API) DeleteBucketAnalyticsConfiguration

DeleteBucketAnalyticsConfiguration mocks base method

func (*MockS3API) DeleteBucketAnalyticsConfigurationRequest

func (m *MockS3API) DeleteBucketAnalyticsConfigurationRequest(arg0 *s3.DeleteBucketAnalyticsConfigurationInput) (*request.Request, *s3.DeleteBucketAnalyticsConfigurationOutput)

DeleteBucketAnalyticsConfigurationRequest mocks base method

func (*MockS3API) DeleteBucketAnalyticsConfigurationWithContext

func (m *MockS3API) DeleteBucketAnalyticsConfigurationWithContext(arg0 context.Context, arg1 *s3.DeleteBucketAnalyticsConfigurationInput, arg2 ...request.Option) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)

DeleteBucketAnalyticsConfigurationWithContext mocks base method

func (*MockS3API) DeleteBucketCors

func (m *MockS3API) DeleteBucketCors(arg0 *s3.DeleteBucketCorsInput) (*s3.DeleteBucketCorsOutput, error)

DeleteBucketCors mocks base method

func (*MockS3API) DeleteBucketCorsRequest

func (m *MockS3API) DeleteBucketCorsRequest(arg0 *s3.DeleteBucketCorsInput) (*request.Request, *s3.DeleteBucketCorsOutput)

DeleteBucketCorsRequest mocks base method

func (*MockS3API) DeleteBucketCorsWithContext

func (m *MockS3API) DeleteBucketCorsWithContext(arg0 context.Context, arg1 *s3.DeleteBucketCorsInput, arg2 ...request.Option) (*s3.DeleteBucketCorsOutput, error)

DeleteBucketCorsWithContext mocks base method

func (*MockS3API) DeleteBucketEncryption

func (m *MockS3API) DeleteBucketEncryption(arg0 *s3.DeleteBucketEncryptionInput) (*s3.DeleteBucketEncryptionOutput, error)

DeleteBucketEncryption mocks base method

func (*MockS3API) DeleteBucketEncryptionRequest

func (m *MockS3API) DeleteBucketEncryptionRequest(arg0 *s3.DeleteBucketEncryptionInput) (*request.Request, *s3.DeleteBucketEncryptionOutput)

DeleteBucketEncryptionRequest mocks base method

func (*MockS3API) DeleteBucketEncryptionWithContext

func (m *MockS3API) DeleteBucketEncryptionWithContext(arg0 context.Context, arg1 *s3.DeleteBucketEncryptionInput, arg2 ...request.Option) (*s3.DeleteBucketEncryptionOutput, error)

DeleteBucketEncryptionWithContext mocks base method

func (*MockS3API) DeleteBucketIntelligentTieringConfiguration added in v0.43.0

DeleteBucketIntelligentTieringConfiguration mocks base method

func (*MockS3API) DeleteBucketIntelligentTieringConfigurationRequest added in v0.43.0

DeleteBucketIntelligentTieringConfigurationRequest mocks base method

func (*MockS3API) DeleteBucketIntelligentTieringConfigurationWithContext added in v0.43.0

func (m *MockS3API) DeleteBucketIntelligentTieringConfigurationWithContext(arg0 context.Context, arg1 *s3.DeleteBucketIntelligentTieringConfigurationInput, arg2 ...request.Option) (*s3.DeleteBucketIntelligentTieringConfigurationOutput, error)

DeleteBucketIntelligentTieringConfigurationWithContext mocks base method

func (*MockS3API) DeleteBucketInventoryConfiguration

DeleteBucketInventoryConfiguration mocks base method

func (*MockS3API) DeleteBucketInventoryConfigurationRequest

func (m *MockS3API) DeleteBucketInventoryConfigurationRequest(arg0 *s3.DeleteBucketInventoryConfigurationInput) (*request.Request, *s3.DeleteBucketInventoryConfigurationOutput)

DeleteBucketInventoryConfigurationRequest mocks base method

func (*MockS3API) DeleteBucketInventoryConfigurationWithContext

func (m *MockS3API) DeleteBucketInventoryConfigurationWithContext(arg0 context.Context, arg1 *s3.DeleteBucketInventoryConfigurationInput, arg2 ...request.Option) (*s3.DeleteBucketInventoryConfigurationOutput, error)

DeleteBucketInventoryConfigurationWithContext mocks base method

func (*MockS3API) DeleteBucketLifecycle

func (m *MockS3API) DeleteBucketLifecycle(arg0 *s3.DeleteBucketLifecycleInput) (*s3.DeleteBucketLifecycleOutput, error)

DeleteBucketLifecycle mocks base method

func (*MockS3API) DeleteBucketLifecycleRequest

func (m *MockS3API) DeleteBucketLifecycleRequest(arg0 *s3.DeleteBucketLifecycleInput) (*request.Request, *s3.DeleteBucketLifecycleOutput)

DeleteBucketLifecycleRequest mocks base method

func (*MockS3API) DeleteBucketLifecycleWithContext

func (m *MockS3API) DeleteBucketLifecycleWithContext(arg0 context.Context, arg1 *s3.DeleteBucketLifecycleInput, arg2 ...request.Option) (*s3.DeleteBucketLifecycleOutput, error)

DeleteBucketLifecycleWithContext mocks base method

func (*MockS3API) DeleteBucketMetricsConfiguration

DeleteBucketMetricsConfiguration mocks base method

func (*MockS3API) DeleteBucketMetricsConfigurationRequest

func (m *MockS3API) DeleteBucketMetricsConfigurationRequest(arg0 *s3.DeleteBucketMetricsConfigurationInput) (*request.Request, *s3.DeleteBucketMetricsConfigurationOutput)

DeleteBucketMetricsConfigurationRequest mocks base method

func (*MockS3API) DeleteBucketMetricsConfigurationWithContext

func (m *MockS3API) DeleteBucketMetricsConfigurationWithContext(arg0 context.Context, arg1 *s3.DeleteBucketMetricsConfigurationInput, arg2 ...request.Option) (*s3.DeleteBucketMetricsConfigurationOutput, error)

DeleteBucketMetricsConfigurationWithContext mocks base method

func (*MockS3API) DeleteBucketOwnershipControls added in v0.33.0

func (m *MockS3API) DeleteBucketOwnershipControls(arg0 *s3.DeleteBucketOwnershipControlsInput) (*s3.DeleteBucketOwnershipControlsOutput, error)

DeleteBucketOwnershipControls mocks base method

func (*MockS3API) DeleteBucketOwnershipControlsRequest added in v0.33.0

func (m *MockS3API) DeleteBucketOwnershipControlsRequest(arg0 *s3.DeleteBucketOwnershipControlsInput) (*request.Request, *s3.DeleteBucketOwnershipControlsOutput)

DeleteBucketOwnershipControlsRequest mocks base method

func (*MockS3API) DeleteBucketOwnershipControlsWithContext added in v0.33.0

func (m *MockS3API) DeleteBucketOwnershipControlsWithContext(arg0 context.Context, arg1 *s3.DeleteBucketOwnershipControlsInput, arg2 ...request.Option) (*s3.DeleteBucketOwnershipControlsOutput, error)

DeleteBucketOwnershipControlsWithContext mocks base method

func (*MockS3API) DeleteBucketPolicy

func (m *MockS3API) DeleteBucketPolicy(arg0 *s3.DeleteBucketPolicyInput) (*s3.DeleteBucketPolicyOutput, error)

DeleteBucketPolicy mocks base method

func (*MockS3API) DeleteBucketPolicyRequest

func (m *MockS3API) DeleteBucketPolicyRequest(arg0 *s3.DeleteBucketPolicyInput) (*request.Request, *s3.DeleteBucketPolicyOutput)

DeleteBucketPolicyRequest mocks base method

func (*MockS3API) DeleteBucketPolicyWithContext

func (m *MockS3API) DeleteBucketPolicyWithContext(arg0 context.Context, arg1 *s3.DeleteBucketPolicyInput, arg2 ...request.Option) (*s3.DeleteBucketPolicyOutput, error)

DeleteBucketPolicyWithContext mocks base method

func (*MockS3API) DeleteBucketReplication

func (m *MockS3API) DeleteBucketReplication(arg0 *s3.DeleteBucketReplicationInput) (*s3.DeleteBucketReplicationOutput, error)

DeleteBucketReplication mocks base method

func (*MockS3API) DeleteBucketReplicationRequest

func (m *MockS3API) DeleteBucketReplicationRequest(arg0 *s3.DeleteBucketReplicationInput) (*request.Request, *s3.DeleteBucketReplicationOutput)

DeleteBucketReplicationRequest mocks base method

func (*MockS3API) DeleteBucketReplicationWithContext

func (m *MockS3API) DeleteBucketReplicationWithContext(arg0 context.Context, arg1 *s3.DeleteBucketReplicationInput, arg2 ...request.Option) (*s3.DeleteBucketReplicationOutput, error)

DeleteBucketReplicationWithContext mocks base method

func (*MockS3API) DeleteBucketRequest

func (m *MockS3API) DeleteBucketRequest(arg0 *s3.DeleteBucketInput) (*request.Request, *s3.DeleteBucketOutput)

DeleteBucketRequest mocks base method

func (*MockS3API) DeleteBucketTagging

func (m *MockS3API) DeleteBucketTagging(arg0 *s3.DeleteBucketTaggingInput) (*s3.DeleteBucketTaggingOutput, error)

DeleteBucketTagging mocks base method

func (*MockS3API) DeleteBucketTaggingRequest

func (m *MockS3API) DeleteBucketTaggingRequest(arg0 *s3.DeleteBucketTaggingInput) (*request.Request, *s3.DeleteBucketTaggingOutput)

DeleteBucketTaggingRequest mocks base method

func (*MockS3API) DeleteBucketTaggingWithContext

func (m *MockS3API) DeleteBucketTaggingWithContext(arg0 context.Context, arg1 *s3.DeleteBucketTaggingInput, arg2 ...request.Option) (*s3.DeleteBucketTaggingOutput, error)

DeleteBucketTaggingWithContext mocks base method

func (*MockS3API) DeleteBucketWebsite

func (m *MockS3API) DeleteBucketWebsite(arg0 *s3.DeleteBucketWebsiteInput) (*s3.DeleteBucketWebsiteOutput, error)

DeleteBucketWebsite mocks base method

func (*MockS3API) DeleteBucketWebsiteRequest

func (m *MockS3API) DeleteBucketWebsiteRequest(arg0 *s3.DeleteBucketWebsiteInput) (*request.Request, *s3.DeleteBucketWebsiteOutput)

DeleteBucketWebsiteRequest mocks base method

func (*MockS3API) DeleteBucketWebsiteWithContext

func (m *MockS3API) DeleteBucketWebsiteWithContext(arg0 context.Context, arg1 *s3.DeleteBucketWebsiteInput, arg2 ...request.Option) (*s3.DeleteBucketWebsiteOutput, error)

DeleteBucketWebsiteWithContext mocks base method

func (*MockS3API) DeleteBucketWithContext

func (m *MockS3API) DeleteBucketWithContext(arg0 context.Context, arg1 *s3.DeleteBucketInput, arg2 ...request.Option) (*s3.DeleteBucketOutput, error)

DeleteBucketWithContext mocks base method

func (*MockS3API) DeleteObject

func (m *MockS3API) DeleteObject(arg0 *s3.DeleteObjectInput) (*s3.DeleteObjectOutput, error)

DeleteObject mocks base method

func (*MockS3API) DeleteObjectRequest

func (m *MockS3API) DeleteObjectRequest(arg0 *s3.DeleteObjectInput) (*request.Request, *s3.DeleteObjectOutput)

DeleteObjectRequest mocks base method

func (*MockS3API) DeleteObjectTagging

func (m *MockS3API) DeleteObjectTagging(arg0 *s3.DeleteObjectTaggingInput) (*s3.DeleteObjectTaggingOutput, error)

DeleteObjectTagging mocks base method

func (*MockS3API) DeleteObjectTaggingRequest

func (m *MockS3API) DeleteObjectTaggingRequest(arg0 *s3.DeleteObjectTaggingInput) (*request.Request, *s3.DeleteObjectTaggingOutput)

DeleteObjectTaggingRequest mocks base method

func (*MockS3API) DeleteObjectTaggingWithContext

func (m *MockS3API) DeleteObjectTaggingWithContext(arg0 context.Context, arg1 *s3.DeleteObjectTaggingInput, arg2 ...request.Option) (*s3.DeleteObjectTaggingOutput, error)

DeleteObjectTaggingWithContext mocks base method

func (*MockS3API) DeleteObjectWithContext

func (m *MockS3API) DeleteObjectWithContext(arg0 context.Context, arg1 *s3.DeleteObjectInput, arg2 ...request.Option) (*s3.DeleteObjectOutput, error)

DeleteObjectWithContext mocks base method

func (*MockS3API) DeleteObjects

func (m *MockS3API) DeleteObjects(arg0 *s3.DeleteObjectsInput) (*s3.DeleteObjectsOutput, error)

DeleteObjects mocks base method

func (*MockS3API) DeleteObjectsRequest

func (m *MockS3API) DeleteObjectsRequest(arg0 *s3.DeleteObjectsInput) (*request.Request, *s3.DeleteObjectsOutput)

DeleteObjectsRequest mocks base method

func (*MockS3API) DeleteObjectsWithContext

func (m *MockS3API) DeleteObjectsWithContext(arg0 context.Context, arg1 *s3.DeleteObjectsInput, arg2 ...request.Option) (*s3.DeleteObjectsOutput, error)

DeleteObjectsWithContext mocks base method

func (*MockS3API) DeletePublicAccessBlock

func (m *MockS3API) DeletePublicAccessBlock(arg0 *s3.DeletePublicAccessBlockInput) (*s3.DeletePublicAccessBlockOutput, error)

DeletePublicAccessBlock mocks base method

func (*MockS3API) DeletePublicAccessBlockRequest

func (m *MockS3API) DeletePublicAccessBlockRequest(arg0 *s3.DeletePublicAccessBlockInput) (*request.Request, *s3.DeletePublicAccessBlockOutput)

DeletePublicAccessBlockRequest mocks base method

func (*MockS3API) DeletePublicAccessBlockWithContext

func (m *MockS3API) DeletePublicAccessBlockWithContext(arg0 context.Context, arg1 *s3.DeletePublicAccessBlockInput, arg2 ...request.Option) (*s3.DeletePublicAccessBlockOutput, error)

DeletePublicAccessBlockWithContext mocks base method

func (*MockS3API) EXPECT

func (m *MockS3API) EXPECT() *MockS3APIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockS3API) GetBucketAccelerateConfiguration

GetBucketAccelerateConfiguration mocks base method

func (*MockS3API) GetBucketAccelerateConfigurationRequest

func (m *MockS3API) GetBucketAccelerateConfigurationRequest(arg0 *s3.GetBucketAccelerateConfigurationInput) (*request.Request, *s3.GetBucketAccelerateConfigurationOutput)

GetBucketAccelerateConfigurationRequest mocks base method

func (*MockS3API) GetBucketAccelerateConfigurationWithContext

func (m *MockS3API) GetBucketAccelerateConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketAccelerateConfigurationInput, arg2 ...request.Option) (*s3.GetBucketAccelerateConfigurationOutput, error)

GetBucketAccelerateConfigurationWithContext mocks base method

func (*MockS3API) GetBucketAcl

func (m *MockS3API) GetBucketAcl(arg0 *s3.GetBucketAclInput) (*s3.GetBucketAclOutput, error)

GetBucketAcl mocks base method

func (*MockS3API) GetBucketAclRequest

func (m *MockS3API) GetBucketAclRequest(arg0 *s3.GetBucketAclInput) (*request.Request, *s3.GetBucketAclOutput)

GetBucketAclRequest mocks base method

func (*MockS3API) GetBucketAclWithContext

func (m *MockS3API) GetBucketAclWithContext(arg0 context.Context, arg1 *s3.GetBucketAclInput, arg2 ...request.Option) (*s3.GetBucketAclOutput, error)

GetBucketAclWithContext mocks base method

func (*MockS3API) GetBucketAnalyticsConfiguration

GetBucketAnalyticsConfiguration mocks base method

func (*MockS3API) GetBucketAnalyticsConfigurationRequest

func (m *MockS3API) GetBucketAnalyticsConfigurationRequest(arg0 *s3.GetBucketAnalyticsConfigurationInput) (*request.Request, *s3.GetBucketAnalyticsConfigurationOutput)

GetBucketAnalyticsConfigurationRequest mocks base method

func (*MockS3API) GetBucketAnalyticsConfigurationWithContext

func (m *MockS3API) GetBucketAnalyticsConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketAnalyticsConfigurationInput, arg2 ...request.Option) (*s3.GetBucketAnalyticsConfigurationOutput, error)

GetBucketAnalyticsConfigurationWithContext mocks base method

func (*MockS3API) GetBucketCors

func (m *MockS3API) GetBucketCors(arg0 *s3.GetBucketCorsInput) (*s3.GetBucketCorsOutput, error)

GetBucketCors mocks base method

func (*MockS3API) GetBucketCorsRequest

func (m *MockS3API) GetBucketCorsRequest(arg0 *s3.GetBucketCorsInput) (*request.Request, *s3.GetBucketCorsOutput)

GetBucketCorsRequest mocks base method

func (*MockS3API) GetBucketCorsWithContext

func (m *MockS3API) GetBucketCorsWithContext(arg0 context.Context, arg1 *s3.GetBucketCorsInput, arg2 ...request.Option) (*s3.GetBucketCorsOutput, error)

GetBucketCorsWithContext mocks base method

func (*MockS3API) GetBucketEncryption

func (m *MockS3API) GetBucketEncryption(arg0 *s3.GetBucketEncryptionInput) (*s3.GetBucketEncryptionOutput, error)

GetBucketEncryption mocks base method

func (*MockS3API) GetBucketEncryptionRequest

func (m *MockS3API) GetBucketEncryptionRequest(arg0 *s3.GetBucketEncryptionInput) (*request.Request, *s3.GetBucketEncryptionOutput)

GetBucketEncryptionRequest mocks base method

func (*MockS3API) GetBucketEncryptionWithContext

func (m *MockS3API) GetBucketEncryptionWithContext(arg0 context.Context, arg1 *s3.GetBucketEncryptionInput, arg2 ...request.Option) (*s3.GetBucketEncryptionOutput, error)

GetBucketEncryptionWithContext mocks base method

func (*MockS3API) GetBucketIntelligentTieringConfiguration added in v0.43.0

GetBucketIntelligentTieringConfiguration mocks base method

func (*MockS3API) GetBucketIntelligentTieringConfigurationRequest added in v0.43.0

GetBucketIntelligentTieringConfigurationRequest mocks base method

func (*MockS3API) GetBucketIntelligentTieringConfigurationWithContext added in v0.43.0

func (m *MockS3API) GetBucketIntelligentTieringConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketIntelligentTieringConfigurationInput, arg2 ...request.Option) (*s3.GetBucketIntelligentTieringConfigurationOutput, error)

GetBucketIntelligentTieringConfigurationWithContext mocks base method

func (*MockS3API) GetBucketInventoryConfiguration

GetBucketInventoryConfiguration mocks base method

func (*MockS3API) GetBucketInventoryConfigurationRequest

func (m *MockS3API) GetBucketInventoryConfigurationRequest(arg0 *s3.GetBucketInventoryConfigurationInput) (*request.Request, *s3.GetBucketInventoryConfigurationOutput)

GetBucketInventoryConfigurationRequest mocks base method

func (*MockS3API) GetBucketInventoryConfigurationWithContext

func (m *MockS3API) GetBucketInventoryConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketInventoryConfigurationInput, arg2 ...request.Option) (*s3.GetBucketInventoryConfigurationOutput, error)

GetBucketInventoryConfigurationWithContext mocks base method

func (*MockS3API) GetBucketLifecycle

func (m *MockS3API) GetBucketLifecycle(arg0 *s3.GetBucketLifecycleInput) (*s3.GetBucketLifecycleOutput, error)

GetBucketLifecycle mocks base method

func (*MockS3API) GetBucketLifecycleConfiguration

GetBucketLifecycleConfiguration mocks base method

func (*MockS3API) GetBucketLifecycleConfigurationRequest

func (m *MockS3API) GetBucketLifecycleConfigurationRequest(arg0 *s3.GetBucketLifecycleConfigurationInput) (*request.Request, *s3.GetBucketLifecycleConfigurationOutput)

GetBucketLifecycleConfigurationRequest mocks base method

func (*MockS3API) GetBucketLifecycleConfigurationWithContext

func (m *MockS3API) GetBucketLifecycleConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketLifecycleConfigurationInput, arg2 ...request.Option) (*s3.GetBucketLifecycleConfigurationOutput, error)

GetBucketLifecycleConfigurationWithContext mocks base method

func (*MockS3API) GetBucketLifecycleRequest

func (m *MockS3API) GetBucketLifecycleRequest(arg0 *s3.GetBucketLifecycleInput) (*request.Request, *s3.GetBucketLifecycleOutput)

GetBucketLifecycleRequest mocks base method

func (*MockS3API) GetBucketLifecycleWithContext

func (m *MockS3API) GetBucketLifecycleWithContext(arg0 context.Context, arg1 *s3.GetBucketLifecycleInput, arg2 ...request.Option) (*s3.GetBucketLifecycleOutput, error)

GetBucketLifecycleWithContext mocks base method

func (*MockS3API) GetBucketLocation

func (m *MockS3API) GetBucketLocation(arg0 *s3.GetBucketLocationInput) (*s3.GetBucketLocationOutput, error)

GetBucketLocation mocks base method

func (*MockS3API) GetBucketLocationRequest

func (m *MockS3API) GetBucketLocationRequest(arg0 *s3.GetBucketLocationInput) (*request.Request, *s3.GetBucketLocationOutput)

GetBucketLocationRequest mocks base method

func (*MockS3API) GetBucketLocationWithContext

func (m *MockS3API) GetBucketLocationWithContext(arg0 context.Context, arg1 *s3.GetBucketLocationInput, arg2 ...request.Option) (*s3.GetBucketLocationOutput, error)

GetBucketLocationWithContext mocks base method

func (*MockS3API) GetBucketLogging

func (m *MockS3API) GetBucketLogging(arg0 *s3.GetBucketLoggingInput) (*s3.GetBucketLoggingOutput, error)

GetBucketLogging mocks base method

func (*MockS3API) GetBucketLoggingRequest

func (m *MockS3API) GetBucketLoggingRequest(arg0 *s3.GetBucketLoggingInput) (*request.Request, *s3.GetBucketLoggingOutput)

GetBucketLoggingRequest mocks base method

func (*MockS3API) GetBucketLoggingWithContext

func (m *MockS3API) GetBucketLoggingWithContext(arg0 context.Context, arg1 *s3.GetBucketLoggingInput, arg2 ...request.Option) (*s3.GetBucketLoggingOutput, error)

GetBucketLoggingWithContext mocks base method

func (*MockS3API) GetBucketMetricsConfiguration

func (m *MockS3API) GetBucketMetricsConfiguration(arg0 *s3.GetBucketMetricsConfigurationInput) (*s3.GetBucketMetricsConfigurationOutput, error)

GetBucketMetricsConfiguration mocks base method

func (*MockS3API) GetBucketMetricsConfigurationRequest

func (m *MockS3API) GetBucketMetricsConfigurationRequest(arg0 *s3.GetBucketMetricsConfigurationInput) (*request.Request, *s3.GetBucketMetricsConfigurationOutput)

GetBucketMetricsConfigurationRequest mocks base method

func (*MockS3API) GetBucketMetricsConfigurationWithContext

func (m *MockS3API) GetBucketMetricsConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketMetricsConfigurationInput, arg2 ...request.Option) (*s3.GetBucketMetricsConfigurationOutput, error)

GetBucketMetricsConfigurationWithContext mocks base method

func (*MockS3API) GetBucketNotification

GetBucketNotification mocks base method

func (*MockS3API) GetBucketNotificationConfiguration

func (m *MockS3API) GetBucketNotificationConfiguration(arg0 *s3.GetBucketNotificationConfigurationRequest) (*s3.NotificationConfiguration, error)

GetBucketNotificationConfiguration mocks base method

func (*MockS3API) GetBucketNotificationConfigurationRequest

func (m *MockS3API) GetBucketNotificationConfigurationRequest(arg0 *s3.GetBucketNotificationConfigurationRequest) (*request.Request, *s3.NotificationConfiguration)

GetBucketNotificationConfigurationRequest mocks base method

func (*MockS3API) GetBucketNotificationConfigurationWithContext

func (m *MockS3API) GetBucketNotificationConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketNotificationConfigurationRequest, arg2 ...request.Option) (*s3.NotificationConfiguration, error)

GetBucketNotificationConfigurationWithContext mocks base method

func (*MockS3API) GetBucketNotificationRequest

GetBucketNotificationRequest mocks base method

func (*MockS3API) GetBucketNotificationWithContext

GetBucketNotificationWithContext mocks base method

func (*MockS3API) GetBucketOwnershipControls added in v0.33.0

func (m *MockS3API) GetBucketOwnershipControls(arg0 *s3.GetBucketOwnershipControlsInput) (*s3.GetBucketOwnershipControlsOutput, error)

GetBucketOwnershipControls mocks base method

func (*MockS3API) GetBucketOwnershipControlsRequest added in v0.33.0

func (m *MockS3API) GetBucketOwnershipControlsRequest(arg0 *s3.GetBucketOwnershipControlsInput) (*request.Request, *s3.GetBucketOwnershipControlsOutput)

GetBucketOwnershipControlsRequest mocks base method

func (*MockS3API) GetBucketOwnershipControlsWithContext added in v0.33.0

func (m *MockS3API) GetBucketOwnershipControlsWithContext(arg0 context.Context, arg1 *s3.GetBucketOwnershipControlsInput, arg2 ...request.Option) (*s3.GetBucketOwnershipControlsOutput, error)

GetBucketOwnershipControlsWithContext mocks base method

func (*MockS3API) GetBucketPolicy

func (m *MockS3API) GetBucketPolicy(arg0 *s3.GetBucketPolicyInput) (*s3.GetBucketPolicyOutput, error)

GetBucketPolicy mocks base method

func (*MockS3API) GetBucketPolicyRequest

func (m *MockS3API) GetBucketPolicyRequest(arg0 *s3.GetBucketPolicyInput) (*request.Request, *s3.GetBucketPolicyOutput)

GetBucketPolicyRequest mocks base method

func (*MockS3API) GetBucketPolicyStatus

func (m *MockS3API) GetBucketPolicyStatus(arg0 *s3.GetBucketPolicyStatusInput) (*s3.GetBucketPolicyStatusOutput, error)

GetBucketPolicyStatus mocks base method

func (*MockS3API) GetBucketPolicyStatusRequest

func (m *MockS3API) GetBucketPolicyStatusRequest(arg0 *s3.GetBucketPolicyStatusInput) (*request.Request, *s3.GetBucketPolicyStatusOutput)

GetBucketPolicyStatusRequest mocks base method

func (*MockS3API) GetBucketPolicyStatusWithContext

func (m *MockS3API) GetBucketPolicyStatusWithContext(arg0 context.Context, arg1 *s3.GetBucketPolicyStatusInput, arg2 ...request.Option) (*s3.GetBucketPolicyStatusOutput, error)

GetBucketPolicyStatusWithContext mocks base method

func (*MockS3API) GetBucketPolicyWithContext

func (m *MockS3API) GetBucketPolicyWithContext(arg0 context.Context, arg1 *s3.GetBucketPolicyInput, arg2 ...request.Option) (*s3.GetBucketPolicyOutput, error)

GetBucketPolicyWithContext mocks base method

func (*MockS3API) GetBucketReplication

func (m *MockS3API) GetBucketReplication(arg0 *s3.GetBucketReplicationInput) (*s3.GetBucketReplicationOutput, error)

GetBucketReplication mocks base method

func (*MockS3API) GetBucketReplicationRequest

func (m *MockS3API) GetBucketReplicationRequest(arg0 *s3.GetBucketReplicationInput) (*request.Request, *s3.GetBucketReplicationOutput)

GetBucketReplicationRequest mocks base method

func (*MockS3API) GetBucketReplicationWithContext

func (m *MockS3API) GetBucketReplicationWithContext(arg0 context.Context, arg1 *s3.GetBucketReplicationInput, arg2 ...request.Option) (*s3.GetBucketReplicationOutput, error)

GetBucketReplicationWithContext mocks base method

func (*MockS3API) GetBucketRequestPayment

func (m *MockS3API) GetBucketRequestPayment(arg0 *s3.GetBucketRequestPaymentInput) (*s3.GetBucketRequestPaymentOutput, error)

GetBucketRequestPayment mocks base method

func (*MockS3API) GetBucketRequestPaymentRequest

func (m *MockS3API) GetBucketRequestPaymentRequest(arg0 *s3.GetBucketRequestPaymentInput) (*request.Request, *s3.GetBucketRequestPaymentOutput)

GetBucketRequestPaymentRequest mocks base method

func (*MockS3API) GetBucketRequestPaymentWithContext

func (m *MockS3API) GetBucketRequestPaymentWithContext(arg0 context.Context, arg1 *s3.GetBucketRequestPaymentInput, arg2 ...request.Option) (*s3.GetBucketRequestPaymentOutput, error)

GetBucketRequestPaymentWithContext mocks base method

func (*MockS3API) GetBucketTagging

func (m *MockS3API) GetBucketTagging(arg0 *s3.GetBucketTaggingInput) (*s3.GetBucketTaggingOutput, error)

GetBucketTagging mocks base method

func (*MockS3API) GetBucketTaggingRequest

func (m *MockS3API) GetBucketTaggingRequest(arg0 *s3.GetBucketTaggingInput) (*request.Request, *s3.GetBucketTaggingOutput)

GetBucketTaggingRequest mocks base method

func (*MockS3API) GetBucketTaggingWithContext

func (m *MockS3API) GetBucketTaggingWithContext(arg0 context.Context, arg1 *s3.GetBucketTaggingInput, arg2 ...request.Option) (*s3.GetBucketTaggingOutput, error)

GetBucketTaggingWithContext mocks base method

func (*MockS3API) GetBucketVersioning

func (m *MockS3API) GetBucketVersioning(arg0 *s3.GetBucketVersioningInput) (*s3.GetBucketVersioningOutput, error)

GetBucketVersioning mocks base method

func (*MockS3API) GetBucketVersioningRequest

func (m *MockS3API) GetBucketVersioningRequest(arg0 *s3.GetBucketVersioningInput) (*request.Request, *s3.GetBucketVersioningOutput)

GetBucketVersioningRequest mocks base method

func (*MockS3API) GetBucketVersioningWithContext

func (m *MockS3API) GetBucketVersioningWithContext(arg0 context.Context, arg1 *s3.GetBucketVersioningInput, arg2 ...request.Option) (*s3.GetBucketVersioningOutput, error)

GetBucketVersioningWithContext mocks base method

func (*MockS3API) GetBucketWebsite

func (m *MockS3API) GetBucketWebsite(arg0 *s3.GetBucketWebsiteInput) (*s3.GetBucketWebsiteOutput, error)

GetBucketWebsite mocks base method

func (*MockS3API) GetBucketWebsiteRequest

func (m *MockS3API) GetBucketWebsiteRequest(arg0 *s3.GetBucketWebsiteInput) (*request.Request, *s3.GetBucketWebsiteOutput)

GetBucketWebsiteRequest mocks base method

func (*MockS3API) GetBucketWebsiteWithContext

func (m *MockS3API) GetBucketWebsiteWithContext(arg0 context.Context, arg1 *s3.GetBucketWebsiteInput, arg2 ...request.Option) (*s3.GetBucketWebsiteOutput, error)

GetBucketWebsiteWithContext mocks base method

func (*MockS3API) GetObject

func (m *MockS3API) GetObject(arg0 *s3.GetObjectInput) (*s3.GetObjectOutput, error)

GetObject mocks base method

func (*MockS3API) GetObjectAcl

func (m *MockS3API) GetObjectAcl(arg0 *s3.GetObjectAclInput) (*s3.GetObjectAclOutput, error)

GetObjectAcl mocks base method

func (*MockS3API) GetObjectAclRequest

func (m *MockS3API) GetObjectAclRequest(arg0 *s3.GetObjectAclInput) (*request.Request, *s3.GetObjectAclOutput)

GetObjectAclRequest mocks base method

func (*MockS3API) GetObjectAclWithContext

func (m *MockS3API) GetObjectAclWithContext(arg0 context.Context, arg1 *s3.GetObjectAclInput, arg2 ...request.Option) (*s3.GetObjectAclOutput, error)

GetObjectAclWithContext mocks base method

func (*MockS3API) GetObjectLegalHold

func (m *MockS3API) GetObjectLegalHold(arg0 *s3.GetObjectLegalHoldInput) (*s3.GetObjectLegalHoldOutput, error)

GetObjectLegalHold mocks base method

func (*MockS3API) GetObjectLegalHoldRequest

func (m *MockS3API) GetObjectLegalHoldRequest(arg0 *s3.GetObjectLegalHoldInput) (*request.Request, *s3.GetObjectLegalHoldOutput)

GetObjectLegalHoldRequest mocks base method

func (*MockS3API) GetObjectLegalHoldWithContext

func (m *MockS3API) GetObjectLegalHoldWithContext(arg0 context.Context, arg1 *s3.GetObjectLegalHoldInput, arg2 ...request.Option) (*s3.GetObjectLegalHoldOutput, error)

GetObjectLegalHoldWithContext mocks base method

func (*MockS3API) GetObjectLockConfiguration

func (m *MockS3API) GetObjectLockConfiguration(arg0 *s3.GetObjectLockConfigurationInput) (*s3.GetObjectLockConfigurationOutput, error)

GetObjectLockConfiguration mocks base method

func (*MockS3API) GetObjectLockConfigurationRequest

func (m *MockS3API) GetObjectLockConfigurationRequest(arg0 *s3.GetObjectLockConfigurationInput) (*request.Request, *s3.GetObjectLockConfigurationOutput)

GetObjectLockConfigurationRequest mocks base method

func (*MockS3API) GetObjectLockConfigurationWithContext

func (m *MockS3API) GetObjectLockConfigurationWithContext(arg0 context.Context, arg1 *s3.GetObjectLockConfigurationInput, arg2 ...request.Option) (*s3.GetObjectLockConfigurationOutput, error)

GetObjectLockConfigurationWithContext mocks base method

func (*MockS3API) GetObjectRequest

func (m *MockS3API) GetObjectRequest(arg0 *s3.GetObjectInput) (*request.Request, *s3.GetObjectOutput)

GetObjectRequest mocks base method

func (*MockS3API) GetObjectRetention

func (m *MockS3API) GetObjectRetention(arg0 *s3.GetObjectRetentionInput) (*s3.GetObjectRetentionOutput, error)

GetObjectRetention mocks base method

func (*MockS3API) GetObjectRetentionRequest

func (m *MockS3API) GetObjectRetentionRequest(arg0 *s3.GetObjectRetentionInput) (*request.Request, *s3.GetObjectRetentionOutput)

GetObjectRetentionRequest mocks base method

func (*MockS3API) GetObjectRetentionWithContext

func (m *MockS3API) GetObjectRetentionWithContext(arg0 context.Context, arg1 *s3.GetObjectRetentionInput, arg2 ...request.Option) (*s3.GetObjectRetentionOutput, error)

GetObjectRetentionWithContext mocks base method

func (*MockS3API) GetObjectTagging

func (m *MockS3API) GetObjectTagging(arg0 *s3.GetObjectTaggingInput) (*s3.GetObjectTaggingOutput, error)

GetObjectTagging mocks base method

func (*MockS3API) GetObjectTaggingRequest

func (m *MockS3API) GetObjectTaggingRequest(arg0 *s3.GetObjectTaggingInput) (*request.Request, *s3.GetObjectTaggingOutput)

GetObjectTaggingRequest mocks base method

func (*MockS3API) GetObjectTaggingWithContext

func (m *MockS3API) GetObjectTaggingWithContext(arg0 context.Context, arg1 *s3.GetObjectTaggingInput, arg2 ...request.Option) (*s3.GetObjectTaggingOutput, error)

GetObjectTaggingWithContext mocks base method

func (*MockS3API) GetObjectTorrent

func (m *MockS3API) GetObjectTorrent(arg0 *s3.GetObjectTorrentInput) (*s3.GetObjectTorrentOutput, error)

GetObjectTorrent mocks base method

func (*MockS3API) GetObjectTorrentRequest

func (m *MockS3API) GetObjectTorrentRequest(arg0 *s3.GetObjectTorrentInput) (*request.Request, *s3.GetObjectTorrentOutput)

GetObjectTorrentRequest mocks base method

func (*MockS3API) GetObjectTorrentWithContext

func (m *MockS3API) GetObjectTorrentWithContext(arg0 context.Context, arg1 *s3.GetObjectTorrentInput, arg2 ...request.Option) (*s3.GetObjectTorrentOutput, error)

GetObjectTorrentWithContext mocks base method

func (*MockS3API) GetObjectWithContext

func (m *MockS3API) GetObjectWithContext(arg0 context.Context, arg1 *s3.GetObjectInput, arg2 ...request.Option) (*s3.GetObjectOutput, error)

GetObjectWithContext mocks base method

func (*MockS3API) GetPublicAccessBlock

func (m *MockS3API) GetPublicAccessBlock(arg0 *s3.GetPublicAccessBlockInput) (*s3.GetPublicAccessBlockOutput, error)

GetPublicAccessBlock mocks base method

func (*MockS3API) GetPublicAccessBlockRequest

func (m *MockS3API) GetPublicAccessBlockRequest(arg0 *s3.GetPublicAccessBlockInput) (*request.Request, *s3.GetPublicAccessBlockOutput)

GetPublicAccessBlockRequest mocks base method

func (*MockS3API) GetPublicAccessBlockWithContext

func (m *MockS3API) GetPublicAccessBlockWithContext(arg0 context.Context, arg1 *s3.GetPublicAccessBlockInput, arg2 ...request.Option) (*s3.GetPublicAccessBlockOutput, error)

GetPublicAccessBlockWithContext mocks base method

func (*MockS3API) HeadBucket

func (m *MockS3API) HeadBucket(arg0 *s3.HeadBucketInput) (*s3.HeadBucketOutput, error)

HeadBucket mocks base method

func (*MockS3API) HeadBucketRequest

func (m *MockS3API) HeadBucketRequest(arg0 *s3.HeadBucketInput) (*request.Request, *s3.HeadBucketOutput)

HeadBucketRequest mocks base method

func (*MockS3API) HeadBucketWithContext

func (m *MockS3API) HeadBucketWithContext(arg0 context.Context, arg1 *s3.HeadBucketInput, arg2 ...request.Option) (*s3.HeadBucketOutput, error)

HeadBucketWithContext mocks base method

func (*MockS3API) HeadObject

func (m *MockS3API) HeadObject(arg0 *s3.HeadObjectInput) (*s3.HeadObjectOutput, error)

HeadObject mocks base method

func (*MockS3API) HeadObjectRequest

func (m *MockS3API) HeadObjectRequest(arg0 *s3.HeadObjectInput) (*request.Request, *s3.HeadObjectOutput)

HeadObjectRequest mocks base method

func (*MockS3API) HeadObjectWithContext

func (m *MockS3API) HeadObjectWithContext(arg0 context.Context, arg1 *s3.HeadObjectInput, arg2 ...request.Option) (*s3.HeadObjectOutput, error)

HeadObjectWithContext mocks base method

func (*MockS3API) ListBucketAnalyticsConfigurations

ListBucketAnalyticsConfigurations mocks base method

func (*MockS3API) ListBucketAnalyticsConfigurationsRequest

func (m *MockS3API) ListBucketAnalyticsConfigurationsRequest(arg0 *s3.ListBucketAnalyticsConfigurationsInput) (*request.Request, *s3.ListBucketAnalyticsConfigurationsOutput)

ListBucketAnalyticsConfigurationsRequest mocks base method

func (*MockS3API) ListBucketAnalyticsConfigurationsWithContext

func (m *MockS3API) ListBucketAnalyticsConfigurationsWithContext(arg0 context.Context, arg1 *s3.ListBucketAnalyticsConfigurationsInput, arg2 ...request.Option) (*s3.ListBucketAnalyticsConfigurationsOutput, error)

ListBucketAnalyticsConfigurationsWithContext mocks base method

func (*MockS3API) ListBucketIntelligentTieringConfigurations added in v0.43.0

ListBucketIntelligentTieringConfigurations mocks base method

func (*MockS3API) ListBucketIntelligentTieringConfigurationsRequest added in v0.43.0

ListBucketIntelligentTieringConfigurationsRequest mocks base method

func (*MockS3API) ListBucketIntelligentTieringConfigurationsWithContext added in v0.43.0

func (m *MockS3API) ListBucketIntelligentTieringConfigurationsWithContext(arg0 context.Context, arg1 *s3.ListBucketIntelligentTieringConfigurationsInput, arg2 ...request.Option) (*s3.ListBucketIntelligentTieringConfigurationsOutput, error)

ListBucketIntelligentTieringConfigurationsWithContext mocks base method

func (*MockS3API) ListBucketInventoryConfigurations

ListBucketInventoryConfigurations mocks base method

func (*MockS3API) ListBucketInventoryConfigurationsRequest

func (m *MockS3API) ListBucketInventoryConfigurationsRequest(arg0 *s3.ListBucketInventoryConfigurationsInput) (*request.Request, *s3.ListBucketInventoryConfigurationsOutput)

ListBucketInventoryConfigurationsRequest mocks base method

func (*MockS3API) ListBucketInventoryConfigurationsWithContext

func (m *MockS3API) ListBucketInventoryConfigurationsWithContext(arg0 context.Context, arg1 *s3.ListBucketInventoryConfigurationsInput, arg2 ...request.Option) (*s3.ListBucketInventoryConfigurationsOutput, error)

ListBucketInventoryConfigurationsWithContext mocks base method

func (*MockS3API) ListBucketMetricsConfigurations

ListBucketMetricsConfigurations mocks base method

func (*MockS3API) ListBucketMetricsConfigurationsRequest

func (m *MockS3API) ListBucketMetricsConfigurationsRequest(arg0 *s3.ListBucketMetricsConfigurationsInput) (*request.Request, *s3.ListBucketMetricsConfigurationsOutput)

ListBucketMetricsConfigurationsRequest mocks base method

func (*MockS3API) ListBucketMetricsConfigurationsWithContext

func (m *MockS3API) ListBucketMetricsConfigurationsWithContext(arg0 context.Context, arg1 *s3.ListBucketMetricsConfigurationsInput, arg2 ...request.Option) (*s3.ListBucketMetricsConfigurationsOutput, error)

ListBucketMetricsConfigurationsWithContext mocks base method

func (*MockS3API) ListBuckets

func (m *MockS3API) ListBuckets(arg0 *s3.ListBucketsInput) (*s3.ListBucketsOutput, error)

ListBuckets mocks base method

func (*MockS3API) ListBucketsRequest

func (m *MockS3API) ListBucketsRequest(arg0 *s3.ListBucketsInput) (*request.Request, *s3.ListBucketsOutput)

ListBucketsRequest mocks base method

func (*MockS3API) ListBucketsWithContext

func (m *MockS3API) ListBucketsWithContext(arg0 context.Context, arg1 *s3.ListBucketsInput, arg2 ...request.Option) (*s3.ListBucketsOutput, error)

ListBucketsWithContext mocks base method

func (*MockS3API) ListMultipartUploads

func (m *MockS3API) ListMultipartUploads(arg0 *s3.ListMultipartUploadsInput) (*s3.ListMultipartUploadsOutput, error)

ListMultipartUploads mocks base method

func (*MockS3API) ListMultipartUploadsPages

func (m *MockS3API) ListMultipartUploadsPages(arg0 *s3.ListMultipartUploadsInput, arg1 func(*s3.ListMultipartUploadsOutput, bool) bool) error

ListMultipartUploadsPages mocks base method

func (*MockS3API) ListMultipartUploadsPagesWithContext

func (m *MockS3API) ListMultipartUploadsPagesWithContext(arg0 context.Context, arg1 *s3.ListMultipartUploadsInput, arg2 func(*s3.ListMultipartUploadsOutput, bool) bool, arg3 ...request.Option) error

ListMultipartUploadsPagesWithContext mocks base method

func (*MockS3API) ListMultipartUploadsRequest

func (m *MockS3API) ListMultipartUploadsRequest(arg0 *s3.ListMultipartUploadsInput) (*request.Request, *s3.ListMultipartUploadsOutput)

ListMultipartUploadsRequest mocks base method

func (*MockS3API) ListMultipartUploadsWithContext

func (m *MockS3API) ListMultipartUploadsWithContext(arg0 context.Context, arg1 *s3.ListMultipartUploadsInput, arg2 ...request.Option) (*s3.ListMultipartUploadsOutput, error)

ListMultipartUploadsWithContext mocks base method

func (*MockS3API) ListObjectVersions

func (m *MockS3API) ListObjectVersions(arg0 *s3.ListObjectVersionsInput) (*s3.ListObjectVersionsOutput, error)

ListObjectVersions mocks base method

func (*MockS3API) ListObjectVersionsPages

func (m *MockS3API) ListObjectVersionsPages(arg0 *s3.ListObjectVersionsInput, arg1 func(*s3.ListObjectVersionsOutput, bool) bool) error

ListObjectVersionsPages mocks base method

func (*MockS3API) ListObjectVersionsPagesWithContext

func (m *MockS3API) ListObjectVersionsPagesWithContext(arg0 context.Context, arg1 *s3.ListObjectVersionsInput, arg2 func(*s3.ListObjectVersionsOutput, bool) bool, arg3 ...request.Option) error

ListObjectVersionsPagesWithContext mocks base method

func (*MockS3API) ListObjectVersionsRequest

func (m *MockS3API) ListObjectVersionsRequest(arg0 *s3.ListObjectVersionsInput) (*request.Request, *s3.ListObjectVersionsOutput)

ListObjectVersionsRequest mocks base method

func (*MockS3API) ListObjectVersionsWithContext

func (m *MockS3API) ListObjectVersionsWithContext(arg0 context.Context, arg1 *s3.ListObjectVersionsInput, arg2 ...request.Option) (*s3.ListObjectVersionsOutput, error)

ListObjectVersionsWithContext mocks base method

func (*MockS3API) ListObjects

func (m *MockS3API) ListObjects(arg0 *s3.ListObjectsInput) (*s3.ListObjectsOutput, error)

ListObjects mocks base method

func (*MockS3API) ListObjectsPages

func (m *MockS3API) ListObjectsPages(arg0 *s3.ListObjectsInput, arg1 func(*s3.ListObjectsOutput, bool) bool) error

ListObjectsPages mocks base method

func (*MockS3API) ListObjectsPagesWithContext

func (m *MockS3API) ListObjectsPagesWithContext(arg0 context.Context, arg1 *s3.ListObjectsInput, arg2 func(*s3.ListObjectsOutput, bool) bool, arg3 ...request.Option) error

ListObjectsPagesWithContext mocks base method

func (*MockS3API) ListObjectsRequest

func (m *MockS3API) ListObjectsRequest(arg0 *s3.ListObjectsInput) (*request.Request, *s3.ListObjectsOutput)

ListObjectsRequest mocks base method

func (*MockS3API) ListObjectsV2

func (m *MockS3API) ListObjectsV2(arg0 *s3.ListObjectsV2Input) (*s3.ListObjectsV2Output, error)

ListObjectsV2 mocks base method

func (*MockS3API) ListObjectsV2Pages

func (m *MockS3API) ListObjectsV2Pages(arg0 *s3.ListObjectsV2Input, arg1 func(*s3.ListObjectsV2Output, bool) bool) error

ListObjectsV2Pages mocks base method

func (*MockS3API) ListObjectsV2PagesWithContext

func (m *MockS3API) ListObjectsV2PagesWithContext(arg0 context.Context, arg1 *s3.ListObjectsV2Input, arg2 func(*s3.ListObjectsV2Output, bool) bool, arg3 ...request.Option) error

ListObjectsV2PagesWithContext mocks base method

func (*MockS3API) ListObjectsV2Request

func (m *MockS3API) ListObjectsV2Request(arg0 *s3.ListObjectsV2Input) (*request.Request, *s3.ListObjectsV2Output)

ListObjectsV2Request mocks base method

func (*MockS3API) ListObjectsV2WithContext

func (m *MockS3API) ListObjectsV2WithContext(arg0 context.Context, arg1 *s3.ListObjectsV2Input, arg2 ...request.Option) (*s3.ListObjectsV2Output, error)

ListObjectsV2WithContext mocks base method

func (*MockS3API) ListObjectsWithContext

func (m *MockS3API) ListObjectsWithContext(arg0 context.Context, arg1 *s3.ListObjectsInput, arg2 ...request.Option) (*s3.ListObjectsOutput, error)

ListObjectsWithContext mocks base method

func (*MockS3API) ListParts

func (m *MockS3API) ListParts(arg0 *s3.ListPartsInput) (*s3.ListPartsOutput, error)

ListParts mocks base method

func (*MockS3API) ListPartsPages

func (m *MockS3API) ListPartsPages(arg0 *s3.ListPartsInput, arg1 func(*s3.ListPartsOutput, bool) bool) error

ListPartsPages mocks base method

func (*MockS3API) ListPartsPagesWithContext

func (m *MockS3API) ListPartsPagesWithContext(arg0 context.Context, arg1 *s3.ListPartsInput, arg2 func(*s3.ListPartsOutput, bool) bool, arg3 ...request.Option) error

ListPartsPagesWithContext mocks base method

func (*MockS3API) ListPartsRequest

func (m *MockS3API) ListPartsRequest(arg0 *s3.ListPartsInput) (*request.Request, *s3.ListPartsOutput)

ListPartsRequest mocks base method

func (*MockS3API) ListPartsWithContext

func (m *MockS3API) ListPartsWithContext(arg0 context.Context, arg1 *s3.ListPartsInput, arg2 ...request.Option) (*s3.ListPartsOutput, error)

ListPartsWithContext mocks base method

func (*MockS3API) PutBucketAccelerateConfiguration

PutBucketAccelerateConfiguration mocks base method

func (*MockS3API) PutBucketAccelerateConfigurationRequest

func (m *MockS3API) PutBucketAccelerateConfigurationRequest(arg0 *s3.PutBucketAccelerateConfigurationInput) (*request.Request, *s3.PutBucketAccelerateConfigurationOutput)

PutBucketAccelerateConfigurationRequest mocks base method

func (*MockS3API) PutBucketAccelerateConfigurationWithContext

func (m *MockS3API) PutBucketAccelerateConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketAccelerateConfigurationInput, arg2 ...request.Option) (*s3.PutBucketAccelerateConfigurationOutput, error)

PutBucketAccelerateConfigurationWithContext mocks base method

func (*MockS3API) PutBucketAcl

func (m *MockS3API) PutBucketAcl(arg0 *s3.PutBucketAclInput) (*s3.PutBucketAclOutput, error)

PutBucketAcl mocks base method

func (*MockS3API) PutBucketAclRequest

func (m *MockS3API) PutBucketAclRequest(arg0 *s3.PutBucketAclInput) (*request.Request, *s3.PutBucketAclOutput)

PutBucketAclRequest mocks base method

func (*MockS3API) PutBucketAclWithContext

func (m *MockS3API) PutBucketAclWithContext(arg0 context.Context, arg1 *s3.PutBucketAclInput, arg2 ...request.Option) (*s3.PutBucketAclOutput, error)

PutBucketAclWithContext mocks base method

func (*MockS3API) PutBucketAnalyticsConfiguration

PutBucketAnalyticsConfiguration mocks base method

func (*MockS3API) PutBucketAnalyticsConfigurationRequest

func (m *MockS3API) PutBucketAnalyticsConfigurationRequest(arg0 *s3.PutBucketAnalyticsConfigurationInput) (*request.Request, *s3.PutBucketAnalyticsConfigurationOutput)

PutBucketAnalyticsConfigurationRequest mocks base method

func (*MockS3API) PutBucketAnalyticsConfigurationWithContext

func (m *MockS3API) PutBucketAnalyticsConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketAnalyticsConfigurationInput, arg2 ...request.Option) (*s3.PutBucketAnalyticsConfigurationOutput, error)

PutBucketAnalyticsConfigurationWithContext mocks base method

func (*MockS3API) PutBucketCors

func (m *MockS3API) PutBucketCors(arg0 *s3.PutBucketCorsInput) (*s3.PutBucketCorsOutput, error)

PutBucketCors mocks base method

func (*MockS3API) PutBucketCorsRequest

func (m *MockS3API) PutBucketCorsRequest(arg0 *s3.PutBucketCorsInput) (*request.Request, *s3.PutBucketCorsOutput)

PutBucketCorsRequest mocks base method

func (*MockS3API) PutBucketCorsWithContext

func (m *MockS3API) PutBucketCorsWithContext(arg0 context.Context, arg1 *s3.PutBucketCorsInput, arg2 ...request.Option) (*s3.PutBucketCorsOutput, error)

PutBucketCorsWithContext mocks base method

func (*MockS3API) PutBucketEncryption

func (m *MockS3API) PutBucketEncryption(arg0 *s3.PutBucketEncryptionInput) (*s3.PutBucketEncryptionOutput, error)

PutBucketEncryption mocks base method

func (*MockS3API) PutBucketEncryptionRequest

func (m *MockS3API) PutBucketEncryptionRequest(arg0 *s3.PutBucketEncryptionInput) (*request.Request, *s3.PutBucketEncryptionOutput)

PutBucketEncryptionRequest mocks base method

func (*MockS3API) PutBucketEncryptionWithContext

func (m *MockS3API) PutBucketEncryptionWithContext(arg0 context.Context, arg1 *s3.PutBucketEncryptionInput, arg2 ...request.Option) (*s3.PutBucketEncryptionOutput, error)

PutBucketEncryptionWithContext mocks base method

func (*MockS3API) PutBucketIntelligentTieringConfiguration added in v0.43.0

PutBucketIntelligentTieringConfiguration mocks base method

func (*MockS3API) PutBucketIntelligentTieringConfigurationRequest added in v0.43.0

PutBucketIntelligentTieringConfigurationRequest mocks base method

func (*MockS3API) PutBucketIntelligentTieringConfigurationWithContext added in v0.43.0

func (m *MockS3API) PutBucketIntelligentTieringConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketIntelligentTieringConfigurationInput, arg2 ...request.Option) (*s3.PutBucketIntelligentTieringConfigurationOutput, error)

PutBucketIntelligentTieringConfigurationWithContext mocks base method

func (*MockS3API) PutBucketInventoryConfiguration

PutBucketInventoryConfiguration mocks base method

func (*MockS3API) PutBucketInventoryConfigurationRequest

func (m *MockS3API) PutBucketInventoryConfigurationRequest(arg0 *s3.PutBucketInventoryConfigurationInput) (*request.Request, *s3.PutBucketInventoryConfigurationOutput)

PutBucketInventoryConfigurationRequest mocks base method

func (*MockS3API) PutBucketInventoryConfigurationWithContext

func (m *MockS3API) PutBucketInventoryConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketInventoryConfigurationInput, arg2 ...request.Option) (*s3.PutBucketInventoryConfigurationOutput, error)

PutBucketInventoryConfigurationWithContext mocks base method

func (*MockS3API) PutBucketLifecycle

func (m *MockS3API) PutBucketLifecycle(arg0 *s3.PutBucketLifecycleInput) (*s3.PutBucketLifecycleOutput, error)

PutBucketLifecycle mocks base method

func (*MockS3API) PutBucketLifecycleConfiguration

PutBucketLifecycleConfiguration mocks base method

func (*MockS3API) PutBucketLifecycleConfigurationRequest

func (m *MockS3API) PutBucketLifecycleConfigurationRequest(arg0 *s3.PutBucketLifecycleConfigurationInput) (*request.Request, *s3.PutBucketLifecycleConfigurationOutput)

PutBucketLifecycleConfigurationRequest mocks base method

func (*MockS3API) PutBucketLifecycleConfigurationWithContext

func (m *MockS3API) PutBucketLifecycleConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketLifecycleConfigurationInput, arg2 ...request.Option) (*s3.PutBucketLifecycleConfigurationOutput, error)

PutBucketLifecycleConfigurationWithContext mocks base method

func (*MockS3API) PutBucketLifecycleRequest

func (m *MockS3API) PutBucketLifecycleRequest(arg0 *s3.PutBucketLifecycleInput) (*request.Request, *s3.PutBucketLifecycleOutput)

PutBucketLifecycleRequest mocks base method

func (*MockS3API) PutBucketLifecycleWithContext

func (m *MockS3API) PutBucketLifecycleWithContext(arg0 context.Context, arg1 *s3.PutBucketLifecycleInput, arg2 ...request.Option) (*s3.PutBucketLifecycleOutput, error)

PutBucketLifecycleWithContext mocks base method

func (*MockS3API) PutBucketLogging

func (m *MockS3API) PutBucketLogging(arg0 *s3.PutBucketLoggingInput) (*s3.PutBucketLoggingOutput, error)

PutBucketLogging mocks base method

func (*MockS3API) PutBucketLoggingRequest

func (m *MockS3API) PutBucketLoggingRequest(arg0 *s3.PutBucketLoggingInput) (*request.Request, *s3.PutBucketLoggingOutput)

PutBucketLoggingRequest mocks base method

func (*MockS3API) PutBucketLoggingWithContext

func (m *MockS3API) PutBucketLoggingWithContext(arg0 context.Context, arg1 *s3.PutBucketLoggingInput, arg2 ...request.Option) (*s3.PutBucketLoggingOutput, error)

PutBucketLoggingWithContext mocks base method

func (*MockS3API) PutBucketMetricsConfiguration

func (m *MockS3API) PutBucketMetricsConfiguration(arg0 *s3.PutBucketMetricsConfigurationInput) (*s3.PutBucketMetricsConfigurationOutput, error)

PutBucketMetricsConfiguration mocks base method

func (*MockS3API) PutBucketMetricsConfigurationRequest

func (m *MockS3API) PutBucketMetricsConfigurationRequest(arg0 *s3.PutBucketMetricsConfigurationInput) (*request.Request, *s3.PutBucketMetricsConfigurationOutput)

PutBucketMetricsConfigurationRequest mocks base method

func (*MockS3API) PutBucketMetricsConfigurationWithContext

func (m *MockS3API) PutBucketMetricsConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketMetricsConfigurationInput, arg2 ...request.Option) (*s3.PutBucketMetricsConfigurationOutput, error)

PutBucketMetricsConfigurationWithContext mocks base method

func (*MockS3API) PutBucketNotification

func (m *MockS3API) PutBucketNotification(arg0 *s3.PutBucketNotificationInput) (*s3.PutBucketNotificationOutput, error)

PutBucketNotification mocks base method

func (*MockS3API) PutBucketNotificationConfiguration

PutBucketNotificationConfiguration mocks base method

func (*MockS3API) PutBucketNotificationConfigurationRequest

func (m *MockS3API) PutBucketNotificationConfigurationRequest(arg0 *s3.PutBucketNotificationConfigurationInput) (*request.Request, *s3.PutBucketNotificationConfigurationOutput)

PutBucketNotificationConfigurationRequest mocks base method

func (*MockS3API) PutBucketNotificationConfigurationWithContext

func (m *MockS3API) PutBucketNotificationConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketNotificationConfigurationInput, arg2 ...request.Option) (*s3.PutBucketNotificationConfigurationOutput, error)

PutBucketNotificationConfigurationWithContext mocks base method

func (*MockS3API) PutBucketNotificationRequest

func (m *MockS3API) PutBucketNotificationRequest(arg0 *s3.PutBucketNotificationInput) (*request.Request, *s3.PutBucketNotificationOutput)

PutBucketNotificationRequest mocks base method

func (*MockS3API) PutBucketNotificationWithContext

func (m *MockS3API) PutBucketNotificationWithContext(arg0 context.Context, arg1 *s3.PutBucketNotificationInput, arg2 ...request.Option) (*s3.PutBucketNotificationOutput, error)

PutBucketNotificationWithContext mocks base method

func (*MockS3API) PutBucketOwnershipControls added in v0.33.0

func (m *MockS3API) PutBucketOwnershipControls(arg0 *s3.PutBucketOwnershipControlsInput) (*s3.PutBucketOwnershipControlsOutput, error)

PutBucketOwnershipControls mocks base method

func (*MockS3API) PutBucketOwnershipControlsRequest added in v0.33.0

func (m *MockS3API) PutBucketOwnershipControlsRequest(arg0 *s3.PutBucketOwnershipControlsInput) (*request.Request, *s3.PutBucketOwnershipControlsOutput)

PutBucketOwnershipControlsRequest mocks base method

func (*MockS3API) PutBucketOwnershipControlsWithContext added in v0.33.0

func (m *MockS3API) PutBucketOwnershipControlsWithContext(arg0 context.Context, arg1 *s3.PutBucketOwnershipControlsInput, arg2 ...request.Option) (*s3.PutBucketOwnershipControlsOutput, error)

PutBucketOwnershipControlsWithContext mocks base method

func (*MockS3API) PutBucketPolicy

func (m *MockS3API) PutBucketPolicy(arg0 *s3.PutBucketPolicyInput) (*s3.PutBucketPolicyOutput, error)

PutBucketPolicy mocks base method

func (*MockS3API) PutBucketPolicyRequest

func (m *MockS3API) PutBucketPolicyRequest(arg0 *s3.PutBucketPolicyInput) (*request.Request, *s3.PutBucketPolicyOutput)

PutBucketPolicyRequest mocks base method

func (*MockS3API) PutBucketPolicyWithContext

func (m *MockS3API) PutBucketPolicyWithContext(arg0 context.Context, arg1 *s3.PutBucketPolicyInput, arg2 ...request.Option) (*s3.PutBucketPolicyOutput, error)

PutBucketPolicyWithContext mocks base method

func (*MockS3API) PutBucketReplication

func (m *MockS3API) PutBucketReplication(arg0 *s3.PutBucketReplicationInput) (*s3.PutBucketReplicationOutput, error)

PutBucketReplication mocks base method

func (*MockS3API) PutBucketReplicationRequest

func (m *MockS3API) PutBucketReplicationRequest(arg0 *s3.PutBucketReplicationInput) (*request.Request, *s3.PutBucketReplicationOutput)

PutBucketReplicationRequest mocks base method

func (*MockS3API) PutBucketReplicationWithContext

func (m *MockS3API) PutBucketReplicationWithContext(arg0 context.Context, arg1 *s3.PutBucketReplicationInput, arg2 ...request.Option) (*s3.PutBucketReplicationOutput, error)

PutBucketReplicationWithContext mocks base method

func (*MockS3API) PutBucketRequestPayment

func (m *MockS3API) PutBucketRequestPayment(arg0 *s3.PutBucketRequestPaymentInput) (*s3.PutBucketRequestPaymentOutput, error)

PutBucketRequestPayment mocks base method

func (*MockS3API) PutBucketRequestPaymentRequest

func (m *MockS3API) PutBucketRequestPaymentRequest(arg0 *s3.PutBucketRequestPaymentInput) (*request.Request, *s3.PutBucketRequestPaymentOutput)

PutBucketRequestPaymentRequest mocks base method

func (*MockS3API) PutBucketRequestPaymentWithContext

func (m *MockS3API) PutBucketRequestPaymentWithContext(arg0 context.Context, arg1 *s3.PutBucketRequestPaymentInput, arg2 ...request.Option) (*s3.PutBucketRequestPaymentOutput, error)

PutBucketRequestPaymentWithContext mocks base method

func (*MockS3API) PutBucketTagging

func (m *MockS3API) PutBucketTagging(arg0 *s3.PutBucketTaggingInput) (*s3.PutBucketTaggingOutput, error)

PutBucketTagging mocks base method

func (*MockS3API) PutBucketTaggingRequest

func (m *MockS3API) PutBucketTaggingRequest(arg0 *s3.PutBucketTaggingInput) (*request.Request, *s3.PutBucketTaggingOutput)

PutBucketTaggingRequest mocks base method

func (*MockS3API) PutBucketTaggingWithContext

func (m *MockS3API) PutBucketTaggingWithContext(arg0 context.Context, arg1 *s3.PutBucketTaggingInput, arg2 ...request.Option) (*s3.PutBucketTaggingOutput, error)

PutBucketTaggingWithContext mocks base method

func (*MockS3API) PutBucketVersioning

func (m *MockS3API) PutBucketVersioning(arg0 *s3.PutBucketVersioningInput) (*s3.PutBucketVersioningOutput, error)

PutBucketVersioning mocks base method

func (*MockS3API) PutBucketVersioningRequest

func (m *MockS3API) PutBucketVersioningRequest(arg0 *s3.PutBucketVersioningInput) (*request.Request, *s3.PutBucketVersioningOutput)

PutBucketVersioningRequest mocks base method

func (*MockS3API) PutBucketVersioningWithContext

func (m *MockS3API) PutBucketVersioningWithContext(arg0 context.Context, arg1 *s3.PutBucketVersioningInput, arg2 ...request.Option) (*s3.PutBucketVersioningOutput, error)

PutBucketVersioningWithContext mocks base method

func (*MockS3API) PutBucketWebsite

func (m *MockS3API) PutBucketWebsite(arg0 *s3.PutBucketWebsiteInput) (*s3.PutBucketWebsiteOutput, error)

PutBucketWebsite mocks base method

func (*MockS3API) PutBucketWebsiteRequest

func (m *MockS3API) PutBucketWebsiteRequest(arg0 *s3.PutBucketWebsiteInput) (*request.Request, *s3.PutBucketWebsiteOutput)

PutBucketWebsiteRequest mocks base method

func (*MockS3API) PutBucketWebsiteWithContext

func (m *MockS3API) PutBucketWebsiteWithContext(arg0 context.Context, arg1 *s3.PutBucketWebsiteInput, arg2 ...request.Option) (*s3.PutBucketWebsiteOutput, error)

PutBucketWebsiteWithContext mocks base method

func (*MockS3API) PutObject

func (m *MockS3API) PutObject(arg0 *s3.PutObjectInput) (*s3.PutObjectOutput, error)

PutObject mocks base method

func (*MockS3API) PutObjectAcl

func (m *MockS3API) PutObjectAcl(arg0 *s3.PutObjectAclInput) (*s3.PutObjectAclOutput, error)

PutObjectAcl mocks base method

func (*MockS3API) PutObjectAclRequest

func (m *MockS3API) PutObjectAclRequest(arg0 *s3.PutObjectAclInput) (*request.Request, *s3.PutObjectAclOutput)

PutObjectAclRequest mocks base method

func (*MockS3API) PutObjectAclWithContext

func (m *MockS3API) PutObjectAclWithContext(arg0 context.Context, arg1 *s3.PutObjectAclInput, arg2 ...request.Option) (*s3.PutObjectAclOutput, error)

PutObjectAclWithContext mocks base method

func (*MockS3API) PutObjectLegalHold

func (m *MockS3API) PutObjectLegalHold(arg0 *s3.PutObjectLegalHoldInput) (*s3.PutObjectLegalHoldOutput, error)

PutObjectLegalHold mocks base method

func (*MockS3API) PutObjectLegalHoldRequest

func (m *MockS3API) PutObjectLegalHoldRequest(arg0 *s3.PutObjectLegalHoldInput) (*request.Request, *s3.PutObjectLegalHoldOutput)

PutObjectLegalHoldRequest mocks base method

func (*MockS3API) PutObjectLegalHoldWithContext

func (m *MockS3API) PutObjectLegalHoldWithContext(arg0 context.Context, arg1 *s3.PutObjectLegalHoldInput, arg2 ...request.Option) (*s3.PutObjectLegalHoldOutput, error)

PutObjectLegalHoldWithContext mocks base method

func (*MockS3API) PutObjectLockConfiguration

func (m *MockS3API) PutObjectLockConfiguration(arg0 *s3.PutObjectLockConfigurationInput) (*s3.PutObjectLockConfigurationOutput, error)

PutObjectLockConfiguration mocks base method

func (*MockS3API) PutObjectLockConfigurationRequest

func (m *MockS3API) PutObjectLockConfigurationRequest(arg0 *s3.PutObjectLockConfigurationInput) (*request.Request, *s3.PutObjectLockConfigurationOutput)

PutObjectLockConfigurationRequest mocks base method

func (*MockS3API) PutObjectLockConfigurationWithContext

func (m *MockS3API) PutObjectLockConfigurationWithContext(arg0 context.Context, arg1 *s3.PutObjectLockConfigurationInput, arg2 ...request.Option) (*s3.PutObjectLockConfigurationOutput, error)

PutObjectLockConfigurationWithContext mocks base method

func (*MockS3API) PutObjectRequest

func (m *MockS3API) PutObjectRequest(arg0 *s3.PutObjectInput) (*request.Request, *s3.PutObjectOutput)

PutObjectRequest mocks base method

func (*MockS3API) PutObjectRetention

func (m *MockS3API) PutObjectRetention(arg0 *s3.PutObjectRetentionInput) (*s3.PutObjectRetentionOutput, error)

PutObjectRetention mocks base method

func (*MockS3API) PutObjectRetentionRequest

func (m *MockS3API) PutObjectRetentionRequest(arg0 *s3.PutObjectRetentionInput) (*request.Request, *s3.PutObjectRetentionOutput)

PutObjectRetentionRequest mocks base method

func (*MockS3API) PutObjectRetentionWithContext

func (m *MockS3API) PutObjectRetentionWithContext(arg0 context.Context, arg1 *s3.PutObjectRetentionInput, arg2 ...request.Option) (*s3.PutObjectRetentionOutput, error)

PutObjectRetentionWithContext mocks base method

func (*MockS3API) PutObjectTagging

func (m *MockS3API) PutObjectTagging(arg0 *s3.PutObjectTaggingInput) (*s3.PutObjectTaggingOutput, error)

PutObjectTagging mocks base method

func (*MockS3API) PutObjectTaggingRequest

func (m *MockS3API) PutObjectTaggingRequest(arg0 *s3.PutObjectTaggingInput) (*request.Request, *s3.PutObjectTaggingOutput)

PutObjectTaggingRequest mocks base method

func (*MockS3API) PutObjectTaggingWithContext

func (m *MockS3API) PutObjectTaggingWithContext(arg0 context.Context, arg1 *s3.PutObjectTaggingInput, arg2 ...request.Option) (*s3.PutObjectTaggingOutput, error)

PutObjectTaggingWithContext mocks base method

func (*MockS3API) PutObjectWithContext

func (m *MockS3API) PutObjectWithContext(arg0 context.Context, arg1 *s3.PutObjectInput, arg2 ...request.Option) (*s3.PutObjectOutput, error)

PutObjectWithContext mocks base method

func (*MockS3API) PutPublicAccessBlock

func (m *MockS3API) PutPublicAccessBlock(arg0 *s3.PutPublicAccessBlockInput) (*s3.PutPublicAccessBlockOutput, error)

PutPublicAccessBlock mocks base method

func (*MockS3API) PutPublicAccessBlockRequest

func (m *MockS3API) PutPublicAccessBlockRequest(arg0 *s3.PutPublicAccessBlockInput) (*request.Request, *s3.PutPublicAccessBlockOutput)

PutPublicAccessBlockRequest mocks base method

func (*MockS3API) PutPublicAccessBlockWithContext

func (m *MockS3API) PutPublicAccessBlockWithContext(arg0 context.Context, arg1 *s3.PutPublicAccessBlockInput, arg2 ...request.Option) (*s3.PutPublicAccessBlockOutput, error)

PutPublicAccessBlockWithContext mocks base method

func (*MockS3API) RestoreObject

func (m *MockS3API) RestoreObject(arg0 *s3.RestoreObjectInput) (*s3.RestoreObjectOutput, error)

RestoreObject mocks base method

func (*MockS3API) RestoreObjectRequest

func (m *MockS3API) RestoreObjectRequest(arg0 *s3.RestoreObjectInput) (*request.Request, *s3.RestoreObjectOutput)

RestoreObjectRequest mocks base method

func (*MockS3API) RestoreObjectWithContext

func (m *MockS3API) RestoreObjectWithContext(arg0 context.Context, arg1 *s3.RestoreObjectInput, arg2 ...request.Option) (*s3.RestoreObjectOutput, error)

RestoreObjectWithContext mocks base method

func (*MockS3API) SelectObjectContent

func (m *MockS3API) SelectObjectContent(arg0 *s3.SelectObjectContentInput) (*s3.SelectObjectContentOutput, error)

SelectObjectContent mocks base method

func (*MockS3API) SelectObjectContentRequest

func (m *MockS3API) SelectObjectContentRequest(arg0 *s3.SelectObjectContentInput) (*request.Request, *s3.SelectObjectContentOutput)

SelectObjectContentRequest mocks base method

func (*MockS3API) SelectObjectContentWithContext

func (m *MockS3API) SelectObjectContentWithContext(arg0 context.Context, arg1 *s3.SelectObjectContentInput, arg2 ...request.Option) (*s3.SelectObjectContentOutput, error)

SelectObjectContentWithContext mocks base method

func (*MockS3API) UploadPart

func (m *MockS3API) UploadPart(arg0 *s3.UploadPartInput) (*s3.UploadPartOutput, error)

UploadPart mocks base method

func (*MockS3API) UploadPartCopy

func (m *MockS3API) UploadPartCopy(arg0 *s3.UploadPartCopyInput) (*s3.UploadPartCopyOutput, error)

UploadPartCopy mocks base method

func (*MockS3API) UploadPartCopyRequest

func (m *MockS3API) UploadPartCopyRequest(arg0 *s3.UploadPartCopyInput) (*request.Request, *s3.UploadPartCopyOutput)

UploadPartCopyRequest mocks base method

func (*MockS3API) UploadPartCopyWithContext

func (m *MockS3API) UploadPartCopyWithContext(arg0 context.Context, arg1 *s3.UploadPartCopyInput, arg2 ...request.Option) (*s3.UploadPartCopyOutput, error)

UploadPartCopyWithContext mocks base method

func (*MockS3API) UploadPartRequest

func (m *MockS3API) UploadPartRequest(arg0 *s3.UploadPartInput) (*request.Request, *s3.UploadPartOutput)

UploadPartRequest mocks base method

func (*MockS3API) UploadPartWithContext

func (m *MockS3API) UploadPartWithContext(arg0 context.Context, arg1 *s3.UploadPartInput, arg2 ...request.Option) (*s3.UploadPartOutput, error)

UploadPartWithContext mocks base method

func (*MockS3API) WaitUntilBucketExists

func (m *MockS3API) WaitUntilBucketExists(arg0 *s3.HeadBucketInput) error

WaitUntilBucketExists mocks base method

func (*MockS3API) WaitUntilBucketExistsWithContext

func (m *MockS3API) WaitUntilBucketExistsWithContext(arg0 context.Context, arg1 *s3.HeadBucketInput, arg2 ...request.WaiterOption) error

WaitUntilBucketExistsWithContext mocks base method

func (*MockS3API) WaitUntilBucketNotExists

func (m *MockS3API) WaitUntilBucketNotExists(arg0 *s3.HeadBucketInput) error

WaitUntilBucketNotExists mocks base method

func (*MockS3API) WaitUntilBucketNotExistsWithContext

func (m *MockS3API) WaitUntilBucketNotExistsWithContext(arg0 context.Context, arg1 *s3.HeadBucketInput, arg2 ...request.WaiterOption) error

WaitUntilBucketNotExistsWithContext mocks base method

func (*MockS3API) WaitUntilObjectExists

func (m *MockS3API) WaitUntilObjectExists(arg0 *s3.HeadObjectInput) error

WaitUntilObjectExists mocks base method

func (*MockS3API) WaitUntilObjectExistsWithContext

func (m *MockS3API) WaitUntilObjectExistsWithContext(arg0 context.Context, arg1 *s3.HeadObjectInput, arg2 ...request.WaiterOption) error

WaitUntilObjectExistsWithContext mocks base method

func (*MockS3API) WaitUntilObjectNotExists

func (m *MockS3API) WaitUntilObjectNotExists(arg0 *s3.HeadObjectInput) error

WaitUntilObjectNotExists mocks base method

func (*MockS3API) WaitUntilObjectNotExistsWithContext

func (m *MockS3API) WaitUntilObjectNotExistsWithContext(arg0 context.Context, arg1 *s3.HeadObjectInput, arg2 ...request.WaiterOption) error

WaitUntilObjectNotExistsWithContext mocks base method

func (*MockS3API) WriteGetObjectResponse added in v0.47.0

func (m *MockS3API) WriteGetObjectResponse(arg0 *s3.WriteGetObjectResponseInput) (*s3.WriteGetObjectResponseOutput, error)

WriteGetObjectResponse mocks base method

func (*MockS3API) WriteGetObjectResponseRequest added in v0.47.0

func (m *MockS3API) WriteGetObjectResponseRequest(arg0 *s3.WriteGetObjectResponseInput) (*request.Request, *s3.WriteGetObjectResponseOutput)

WriteGetObjectResponseRequest mocks base method

func (*MockS3API) WriteGetObjectResponseWithContext added in v0.47.0

func (m *MockS3API) WriteGetObjectResponseWithContext(arg0 context.Context, arg1 *s3.WriteGetObjectResponseInput, arg2 ...request.Option) (*s3.WriteGetObjectResponseOutput, error)

WriteGetObjectResponseWithContext mocks base method

type MockS3APIMockRecorder

type MockS3APIMockRecorder struct {
	// contains filtered or unexported fields
}

MockS3APIMockRecorder is the mock recorder for MockS3API

func (*MockS3APIMockRecorder) AbortMultipartUpload

func (mr *MockS3APIMockRecorder) AbortMultipartUpload(arg0 interface{}) *gomock.Call

AbortMultipartUpload indicates an expected call of AbortMultipartUpload

func (*MockS3APIMockRecorder) AbortMultipartUploadRequest

func (mr *MockS3APIMockRecorder) AbortMultipartUploadRequest(arg0 interface{}) *gomock.Call

AbortMultipartUploadRequest indicates an expected call of AbortMultipartUploadRequest

func (*MockS3APIMockRecorder) AbortMultipartUploadWithContext

func (mr *MockS3APIMockRecorder) AbortMultipartUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AbortMultipartUploadWithContext indicates an expected call of AbortMultipartUploadWithContext

func (*MockS3APIMockRecorder) CompleteMultipartUpload

func (mr *MockS3APIMockRecorder) CompleteMultipartUpload(arg0 interface{}) *gomock.Call

CompleteMultipartUpload indicates an expected call of CompleteMultipartUpload

func (*MockS3APIMockRecorder) CompleteMultipartUploadRequest

func (mr *MockS3APIMockRecorder) CompleteMultipartUploadRequest(arg0 interface{}) *gomock.Call

CompleteMultipartUploadRequest indicates an expected call of CompleteMultipartUploadRequest

func (*MockS3APIMockRecorder) CompleteMultipartUploadWithContext

func (mr *MockS3APIMockRecorder) CompleteMultipartUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CompleteMultipartUploadWithContext indicates an expected call of CompleteMultipartUploadWithContext

func (*MockS3APIMockRecorder) CopyObject

func (mr *MockS3APIMockRecorder) CopyObject(arg0 interface{}) *gomock.Call

CopyObject indicates an expected call of CopyObject

func (*MockS3APIMockRecorder) CopyObjectRequest

func (mr *MockS3APIMockRecorder) CopyObjectRequest(arg0 interface{}) *gomock.Call

CopyObjectRequest indicates an expected call of CopyObjectRequest

func (*MockS3APIMockRecorder) CopyObjectWithContext

func (mr *MockS3APIMockRecorder) CopyObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyObjectWithContext indicates an expected call of CopyObjectWithContext

func (*MockS3APIMockRecorder) CreateBucket

func (mr *MockS3APIMockRecorder) CreateBucket(arg0 interface{}) *gomock.Call

CreateBucket indicates an expected call of CreateBucket

func (*MockS3APIMockRecorder) CreateBucketRequest

func (mr *MockS3APIMockRecorder) CreateBucketRequest(arg0 interface{}) *gomock.Call

CreateBucketRequest indicates an expected call of CreateBucketRequest

func (*MockS3APIMockRecorder) CreateBucketWithContext

func (mr *MockS3APIMockRecorder) CreateBucketWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateBucketWithContext indicates an expected call of CreateBucketWithContext

func (*MockS3APIMockRecorder) CreateMultipartUpload

func (mr *MockS3APIMockRecorder) CreateMultipartUpload(arg0 interface{}) *gomock.Call

CreateMultipartUpload indicates an expected call of CreateMultipartUpload

func (*MockS3APIMockRecorder) CreateMultipartUploadRequest

func (mr *MockS3APIMockRecorder) CreateMultipartUploadRequest(arg0 interface{}) *gomock.Call

CreateMultipartUploadRequest indicates an expected call of CreateMultipartUploadRequest

func (*MockS3APIMockRecorder) CreateMultipartUploadWithContext

func (mr *MockS3APIMockRecorder) CreateMultipartUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateMultipartUploadWithContext indicates an expected call of CreateMultipartUploadWithContext

func (*MockS3APIMockRecorder) DeleteBucket

func (mr *MockS3APIMockRecorder) DeleteBucket(arg0 interface{}) *gomock.Call

DeleteBucket indicates an expected call of DeleteBucket

func (*MockS3APIMockRecorder) DeleteBucketAnalyticsConfiguration

func (mr *MockS3APIMockRecorder) DeleteBucketAnalyticsConfiguration(arg0 interface{}) *gomock.Call

DeleteBucketAnalyticsConfiguration indicates an expected call of DeleteBucketAnalyticsConfiguration

func (*MockS3APIMockRecorder) DeleteBucketAnalyticsConfigurationRequest

func (mr *MockS3APIMockRecorder) DeleteBucketAnalyticsConfigurationRequest(arg0 interface{}) *gomock.Call

DeleteBucketAnalyticsConfigurationRequest indicates an expected call of DeleteBucketAnalyticsConfigurationRequest

func (*MockS3APIMockRecorder) DeleteBucketAnalyticsConfigurationWithContext

func (mr *MockS3APIMockRecorder) DeleteBucketAnalyticsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBucketAnalyticsConfigurationWithContext indicates an expected call of DeleteBucketAnalyticsConfigurationWithContext

func (*MockS3APIMockRecorder) DeleteBucketCors

func (mr *MockS3APIMockRecorder) DeleteBucketCors(arg0 interface{}) *gomock.Call

DeleteBucketCors indicates an expected call of DeleteBucketCors

func (*MockS3APIMockRecorder) DeleteBucketCorsRequest

func (mr *MockS3APIMockRecorder) DeleteBucketCorsRequest(arg0 interface{}) *gomock.Call

DeleteBucketCorsRequest indicates an expected call of DeleteBucketCorsRequest

func (*MockS3APIMockRecorder) DeleteBucketCorsWithContext

func (mr *MockS3APIMockRecorder) DeleteBucketCorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBucketCorsWithContext indicates an expected call of DeleteBucketCorsWithContext

func (*MockS3APIMockRecorder) DeleteBucketEncryption

func (mr *MockS3APIMockRecorder) DeleteBucketEncryption(arg0 interface{}) *gomock.Call

DeleteBucketEncryption indicates an expected call of DeleteBucketEncryption

func (*MockS3APIMockRecorder) DeleteBucketEncryptionRequest

func (mr *MockS3APIMockRecorder) DeleteBucketEncryptionRequest(arg0 interface{}) *gomock.Call

DeleteBucketEncryptionRequest indicates an expected call of DeleteBucketEncryptionRequest

func (*MockS3APIMockRecorder) DeleteBucketEncryptionWithContext

func (mr *MockS3APIMockRecorder) DeleteBucketEncryptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBucketEncryptionWithContext indicates an expected call of DeleteBucketEncryptionWithContext

func (*MockS3APIMockRecorder) DeleteBucketIntelligentTieringConfiguration added in v0.43.0

func (mr *MockS3APIMockRecorder) DeleteBucketIntelligentTieringConfiguration(arg0 interface{}) *gomock.Call

DeleteBucketIntelligentTieringConfiguration indicates an expected call of DeleteBucketIntelligentTieringConfiguration

func (*MockS3APIMockRecorder) DeleteBucketIntelligentTieringConfigurationRequest added in v0.43.0

func (mr *MockS3APIMockRecorder) DeleteBucketIntelligentTieringConfigurationRequest(arg0 interface{}) *gomock.Call

DeleteBucketIntelligentTieringConfigurationRequest indicates an expected call of DeleteBucketIntelligentTieringConfigurationRequest

func (*MockS3APIMockRecorder) DeleteBucketIntelligentTieringConfigurationWithContext added in v0.43.0

func (mr *MockS3APIMockRecorder) DeleteBucketIntelligentTieringConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBucketIntelligentTieringConfigurationWithContext indicates an expected call of DeleteBucketIntelligentTieringConfigurationWithContext

func (*MockS3APIMockRecorder) DeleteBucketInventoryConfiguration

func (mr *MockS3APIMockRecorder) DeleteBucketInventoryConfiguration(arg0 interface{}) *gomock.Call

DeleteBucketInventoryConfiguration indicates an expected call of DeleteBucketInventoryConfiguration

func (*MockS3APIMockRecorder) DeleteBucketInventoryConfigurationRequest

func (mr *MockS3APIMockRecorder) DeleteBucketInventoryConfigurationRequest(arg0 interface{}) *gomock.Call

DeleteBucketInventoryConfigurationRequest indicates an expected call of DeleteBucketInventoryConfigurationRequest

func (*MockS3APIMockRecorder) DeleteBucketInventoryConfigurationWithContext

func (mr *MockS3APIMockRecorder) DeleteBucketInventoryConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBucketInventoryConfigurationWithContext indicates an expected call of DeleteBucketInventoryConfigurationWithContext

func (*MockS3APIMockRecorder) DeleteBucketLifecycle

func (mr *MockS3APIMockRecorder) DeleteBucketLifecycle(arg0 interface{}) *gomock.Call

DeleteBucketLifecycle indicates an expected call of DeleteBucketLifecycle

func (*MockS3APIMockRecorder) DeleteBucketLifecycleRequest

func (mr *MockS3APIMockRecorder) DeleteBucketLifecycleRequest(arg0 interface{}) *gomock.Call

DeleteBucketLifecycleRequest indicates an expected call of DeleteBucketLifecycleRequest

func (*MockS3APIMockRecorder) DeleteBucketLifecycleWithContext

func (mr *MockS3APIMockRecorder) DeleteBucketLifecycleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBucketLifecycleWithContext indicates an expected call of DeleteBucketLifecycleWithContext

func (*MockS3APIMockRecorder) DeleteBucketMetricsConfiguration

func (mr *MockS3APIMockRecorder) DeleteBucketMetricsConfiguration(arg0 interface{}) *gomock.Call

DeleteBucketMetricsConfiguration indicates an expected call of DeleteBucketMetricsConfiguration

func (*MockS3APIMockRecorder) DeleteBucketMetricsConfigurationRequest

func (mr *MockS3APIMockRecorder) DeleteBucketMetricsConfigurationRequest(arg0 interface{}) *gomock.Call

DeleteBucketMetricsConfigurationRequest indicates an expected call of DeleteBucketMetricsConfigurationRequest

func (*MockS3APIMockRecorder) DeleteBucketMetricsConfigurationWithContext

func (mr *MockS3APIMockRecorder) DeleteBucketMetricsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBucketMetricsConfigurationWithContext indicates an expected call of DeleteBucketMetricsConfigurationWithContext

func (*MockS3APIMockRecorder) DeleteBucketOwnershipControls added in v0.33.0

func (mr *MockS3APIMockRecorder) DeleteBucketOwnershipControls(arg0 interface{}) *gomock.Call

DeleteBucketOwnershipControls indicates an expected call of DeleteBucketOwnershipControls

func (*MockS3APIMockRecorder) DeleteBucketOwnershipControlsRequest added in v0.33.0

func (mr *MockS3APIMockRecorder) DeleteBucketOwnershipControlsRequest(arg0 interface{}) *gomock.Call

DeleteBucketOwnershipControlsRequest indicates an expected call of DeleteBucketOwnershipControlsRequest

func (*MockS3APIMockRecorder) DeleteBucketOwnershipControlsWithContext added in v0.33.0

func (mr *MockS3APIMockRecorder) DeleteBucketOwnershipControlsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBucketOwnershipControlsWithContext indicates an expected call of DeleteBucketOwnershipControlsWithContext

func (*MockS3APIMockRecorder) DeleteBucketPolicy

func (mr *MockS3APIMockRecorder) DeleteBucketPolicy(arg0 interface{}) *gomock.Call

DeleteBucketPolicy indicates an expected call of DeleteBucketPolicy

func (*MockS3APIMockRecorder) DeleteBucketPolicyRequest

func (mr *MockS3APIMockRecorder) DeleteBucketPolicyRequest(arg0 interface{}) *gomock.Call

DeleteBucketPolicyRequest indicates an expected call of DeleteBucketPolicyRequest

func (*MockS3APIMockRecorder) DeleteBucketPolicyWithContext

func (mr *MockS3APIMockRecorder) DeleteBucketPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBucketPolicyWithContext indicates an expected call of DeleteBucketPolicyWithContext

func (*MockS3APIMockRecorder) DeleteBucketReplication

func (mr *MockS3APIMockRecorder) DeleteBucketReplication(arg0 interface{}) *gomock.Call

DeleteBucketReplication indicates an expected call of DeleteBucketReplication

func (*MockS3APIMockRecorder) DeleteBucketReplicationRequest

func (mr *MockS3APIMockRecorder) DeleteBucketReplicationRequest(arg0 interface{}) *gomock.Call

DeleteBucketReplicationRequest indicates an expected call of DeleteBucketReplicationRequest

func (*MockS3APIMockRecorder) DeleteBucketReplicationWithContext

func (mr *MockS3APIMockRecorder) DeleteBucketReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBucketReplicationWithContext indicates an expected call of DeleteBucketReplicationWithContext

func (*MockS3APIMockRecorder) DeleteBucketRequest

func (mr *MockS3APIMockRecorder) DeleteBucketRequest(arg0 interface{}) *gomock.Call

DeleteBucketRequest indicates an expected call of DeleteBucketRequest

func (*MockS3APIMockRecorder) DeleteBucketTagging

func (mr *MockS3APIMockRecorder) DeleteBucketTagging(arg0 interface{}) *gomock.Call

DeleteBucketTagging indicates an expected call of DeleteBucketTagging

func (*MockS3APIMockRecorder) DeleteBucketTaggingRequest

func (mr *MockS3APIMockRecorder) DeleteBucketTaggingRequest(arg0 interface{}) *gomock.Call

DeleteBucketTaggingRequest indicates an expected call of DeleteBucketTaggingRequest

func (*MockS3APIMockRecorder) DeleteBucketTaggingWithContext

func (mr *MockS3APIMockRecorder) DeleteBucketTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBucketTaggingWithContext indicates an expected call of DeleteBucketTaggingWithContext

func (*MockS3APIMockRecorder) DeleteBucketWebsite

func (mr *MockS3APIMockRecorder) DeleteBucketWebsite(arg0 interface{}) *gomock.Call

DeleteBucketWebsite indicates an expected call of DeleteBucketWebsite

func (*MockS3APIMockRecorder) DeleteBucketWebsiteRequest

func (mr *MockS3APIMockRecorder) DeleteBucketWebsiteRequest(arg0 interface{}) *gomock.Call

DeleteBucketWebsiteRequest indicates an expected call of DeleteBucketWebsiteRequest

func (*MockS3APIMockRecorder) DeleteBucketWebsiteWithContext

func (mr *MockS3APIMockRecorder) DeleteBucketWebsiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBucketWebsiteWithContext indicates an expected call of DeleteBucketWebsiteWithContext

func (*MockS3APIMockRecorder) DeleteBucketWithContext

func (mr *MockS3APIMockRecorder) DeleteBucketWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBucketWithContext indicates an expected call of DeleteBucketWithContext

func (*MockS3APIMockRecorder) DeleteObject

func (mr *MockS3APIMockRecorder) DeleteObject(arg0 interface{}) *gomock.Call

DeleteObject indicates an expected call of DeleteObject

func (*MockS3APIMockRecorder) DeleteObjectRequest

func (mr *MockS3APIMockRecorder) DeleteObjectRequest(arg0 interface{}) *gomock.Call

DeleteObjectRequest indicates an expected call of DeleteObjectRequest

func (*MockS3APIMockRecorder) DeleteObjectTagging

func (mr *MockS3APIMockRecorder) DeleteObjectTagging(arg0 interface{}) *gomock.Call

DeleteObjectTagging indicates an expected call of DeleteObjectTagging

func (*MockS3APIMockRecorder) DeleteObjectTaggingRequest

func (mr *MockS3APIMockRecorder) DeleteObjectTaggingRequest(arg0 interface{}) *gomock.Call

DeleteObjectTaggingRequest indicates an expected call of DeleteObjectTaggingRequest

func (*MockS3APIMockRecorder) DeleteObjectTaggingWithContext

func (mr *MockS3APIMockRecorder) DeleteObjectTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteObjectTaggingWithContext indicates an expected call of DeleteObjectTaggingWithContext

func (*MockS3APIMockRecorder) DeleteObjectWithContext

func (mr *MockS3APIMockRecorder) DeleteObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteObjectWithContext indicates an expected call of DeleteObjectWithContext

func (*MockS3APIMockRecorder) DeleteObjects

func (mr *MockS3APIMockRecorder) DeleteObjects(arg0 interface{}) *gomock.Call

DeleteObjects indicates an expected call of DeleteObjects

func (*MockS3APIMockRecorder) DeleteObjectsRequest

func (mr *MockS3APIMockRecorder) DeleteObjectsRequest(arg0 interface{}) *gomock.Call

DeleteObjectsRequest indicates an expected call of DeleteObjectsRequest

func (*MockS3APIMockRecorder) DeleteObjectsWithContext

func (mr *MockS3APIMockRecorder) DeleteObjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteObjectsWithContext indicates an expected call of DeleteObjectsWithContext

func (*MockS3APIMockRecorder) DeletePublicAccessBlock

func (mr *MockS3APIMockRecorder) DeletePublicAccessBlock(arg0 interface{}) *gomock.Call

DeletePublicAccessBlock indicates an expected call of DeletePublicAccessBlock

func (*MockS3APIMockRecorder) DeletePublicAccessBlockRequest

func (mr *MockS3APIMockRecorder) DeletePublicAccessBlockRequest(arg0 interface{}) *gomock.Call

DeletePublicAccessBlockRequest indicates an expected call of DeletePublicAccessBlockRequest

func (*MockS3APIMockRecorder) DeletePublicAccessBlockWithContext

func (mr *MockS3APIMockRecorder) DeletePublicAccessBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePublicAccessBlockWithContext indicates an expected call of DeletePublicAccessBlockWithContext

func (*MockS3APIMockRecorder) GetBucketAccelerateConfiguration

func (mr *MockS3APIMockRecorder) GetBucketAccelerateConfiguration(arg0 interface{}) *gomock.Call

GetBucketAccelerateConfiguration indicates an expected call of GetBucketAccelerateConfiguration

func (*MockS3APIMockRecorder) GetBucketAccelerateConfigurationRequest

func (mr *MockS3APIMockRecorder) GetBucketAccelerateConfigurationRequest(arg0 interface{}) *gomock.Call

GetBucketAccelerateConfigurationRequest indicates an expected call of GetBucketAccelerateConfigurationRequest

func (*MockS3APIMockRecorder) GetBucketAccelerateConfigurationWithContext

func (mr *MockS3APIMockRecorder) GetBucketAccelerateConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketAccelerateConfigurationWithContext indicates an expected call of GetBucketAccelerateConfigurationWithContext

func (*MockS3APIMockRecorder) GetBucketAcl

func (mr *MockS3APIMockRecorder) GetBucketAcl(arg0 interface{}) *gomock.Call

GetBucketAcl indicates an expected call of GetBucketAcl

func (*MockS3APIMockRecorder) GetBucketAclRequest

func (mr *MockS3APIMockRecorder) GetBucketAclRequest(arg0 interface{}) *gomock.Call

GetBucketAclRequest indicates an expected call of GetBucketAclRequest

func (*MockS3APIMockRecorder) GetBucketAclWithContext

func (mr *MockS3APIMockRecorder) GetBucketAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketAclWithContext indicates an expected call of GetBucketAclWithContext

func (*MockS3APIMockRecorder) GetBucketAnalyticsConfiguration

func (mr *MockS3APIMockRecorder) GetBucketAnalyticsConfiguration(arg0 interface{}) *gomock.Call

GetBucketAnalyticsConfiguration indicates an expected call of GetBucketAnalyticsConfiguration

func (*MockS3APIMockRecorder) GetBucketAnalyticsConfigurationRequest

func (mr *MockS3APIMockRecorder) GetBucketAnalyticsConfigurationRequest(arg0 interface{}) *gomock.Call

GetBucketAnalyticsConfigurationRequest indicates an expected call of GetBucketAnalyticsConfigurationRequest

func (*MockS3APIMockRecorder) GetBucketAnalyticsConfigurationWithContext

func (mr *MockS3APIMockRecorder) GetBucketAnalyticsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketAnalyticsConfigurationWithContext indicates an expected call of GetBucketAnalyticsConfigurationWithContext

func (*MockS3APIMockRecorder) GetBucketCors

func (mr *MockS3APIMockRecorder) GetBucketCors(arg0 interface{}) *gomock.Call

GetBucketCors indicates an expected call of GetBucketCors

func (*MockS3APIMockRecorder) GetBucketCorsRequest

func (mr *MockS3APIMockRecorder) GetBucketCorsRequest(arg0 interface{}) *gomock.Call

GetBucketCorsRequest indicates an expected call of GetBucketCorsRequest

func (*MockS3APIMockRecorder) GetBucketCorsWithContext

func (mr *MockS3APIMockRecorder) GetBucketCorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketCorsWithContext indicates an expected call of GetBucketCorsWithContext

func (*MockS3APIMockRecorder) GetBucketEncryption

func (mr *MockS3APIMockRecorder) GetBucketEncryption(arg0 interface{}) *gomock.Call

GetBucketEncryption indicates an expected call of GetBucketEncryption

func (*MockS3APIMockRecorder) GetBucketEncryptionRequest

func (mr *MockS3APIMockRecorder) GetBucketEncryptionRequest(arg0 interface{}) *gomock.Call

GetBucketEncryptionRequest indicates an expected call of GetBucketEncryptionRequest

func (*MockS3APIMockRecorder) GetBucketEncryptionWithContext

func (mr *MockS3APIMockRecorder) GetBucketEncryptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketEncryptionWithContext indicates an expected call of GetBucketEncryptionWithContext

func (*MockS3APIMockRecorder) GetBucketIntelligentTieringConfiguration added in v0.43.0

func (mr *MockS3APIMockRecorder) GetBucketIntelligentTieringConfiguration(arg0 interface{}) *gomock.Call

GetBucketIntelligentTieringConfiguration indicates an expected call of GetBucketIntelligentTieringConfiguration

func (*MockS3APIMockRecorder) GetBucketIntelligentTieringConfigurationRequest added in v0.43.0

func (mr *MockS3APIMockRecorder) GetBucketIntelligentTieringConfigurationRequest(arg0 interface{}) *gomock.Call

GetBucketIntelligentTieringConfigurationRequest indicates an expected call of GetBucketIntelligentTieringConfigurationRequest

func (*MockS3APIMockRecorder) GetBucketIntelligentTieringConfigurationWithContext added in v0.43.0

func (mr *MockS3APIMockRecorder) GetBucketIntelligentTieringConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketIntelligentTieringConfigurationWithContext indicates an expected call of GetBucketIntelligentTieringConfigurationWithContext

func (*MockS3APIMockRecorder) GetBucketInventoryConfiguration

func (mr *MockS3APIMockRecorder) GetBucketInventoryConfiguration(arg0 interface{}) *gomock.Call

GetBucketInventoryConfiguration indicates an expected call of GetBucketInventoryConfiguration

func (*MockS3APIMockRecorder) GetBucketInventoryConfigurationRequest

func (mr *MockS3APIMockRecorder) GetBucketInventoryConfigurationRequest(arg0 interface{}) *gomock.Call

GetBucketInventoryConfigurationRequest indicates an expected call of GetBucketInventoryConfigurationRequest

func (*MockS3APIMockRecorder) GetBucketInventoryConfigurationWithContext

func (mr *MockS3APIMockRecorder) GetBucketInventoryConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketInventoryConfigurationWithContext indicates an expected call of GetBucketInventoryConfigurationWithContext

func (*MockS3APIMockRecorder) GetBucketLifecycle

func (mr *MockS3APIMockRecorder) GetBucketLifecycle(arg0 interface{}) *gomock.Call

GetBucketLifecycle indicates an expected call of GetBucketLifecycle

func (*MockS3APIMockRecorder) GetBucketLifecycleConfiguration

func (mr *MockS3APIMockRecorder) GetBucketLifecycleConfiguration(arg0 interface{}) *gomock.Call

GetBucketLifecycleConfiguration indicates an expected call of GetBucketLifecycleConfiguration

func (*MockS3APIMockRecorder) GetBucketLifecycleConfigurationRequest

func (mr *MockS3APIMockRecorder) GetBucketLifecycleConfigurationRequest(arg0 interface{}) *gomock.Call

GetBucketLifecycleConfigurationRequest indicates an expected call of GetBucketLifecycleConfigurationRequest

func (*MockS3APIMockRecorder) GetBucketLifecycleConfigurationWithContext

func (mr *MockS3APIMockRecorder) GetBucketLifecycleConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketLifecycleConfigurationWithContext indicates an expected call of GetBucketLifecycleConfigurationWithContext

func (*MockS3APIMockRecorder) GetBucketLifecycleRequest

func (mr *MockS3APIMockRecorder) GetBucketLifecycleRequest(arg0 interface{}) *gomock.Call

GetBucketLifecycleRequest indicates an expected call of GetBucketLifecycleRequest

func (*MockS3APIMockRecorder) GetBucketLifecycleWithContext

func (mr *MockS3APIMockRecorder) GetBucketLifecycleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketLifecycleWithContext indicates an expected call of GetBucketLifecycleWithContext

func (*MockS3APIMockRecorder) GetBucketLocation

func (mr *MockS3APIMockRecorder) GetBucketLocation(arg0 interface{}) *gomock.Call

GetBucketLocation indicates an expected call of GetBucketLocation

func (*MockS3APIMockRecorder) GetBucketLocationRequest

func (mr *MockS3APIMockRecorder) GetBucketLocationRequest(arg0 interface{}) *gomock.Call

GetBucketLocationRequest indicates an expected call of GetBucketLocationRequest

func (*MockS3APIMockRecorder) GetBucketLocationWithContext

func (mr *MockS3APIMockRecorder) GetBucketLocationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketLocationWithContext indicates an expected call of GetBucketLocationWithContext

func (*MockS3APIMockRecorder) GetBucketLogging

func (mr *MockS3APIMockRecorder) GetBucketLogging(arg0 interface{}) *gomock.Call

GetBucketLogging indicates an expected call of GetBucketLogging

func (*MockS3APIMockRecorder) GetBucketLoggingRequest

func (mr *MockS3APIMockRecorder) GetBucketLoggingRequest(arg0 interface{}) *gomock.Call

GetBucketLoggingRequest indicates an expected call of GetBucketLoggingRequest

func (*MockS3APIMockRecorder) GetBucketLoggingWithContext

func (mr *MockS3APIMockRecorder) GetBucketLoggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketLoggingWithContext indicates an expected call of GetBucketLoggingWithContext

func (*MockS3APIMockRecorder) GetBucketMetricsConfiguration

func (mr *MockS3APIMockRecorder) GetBucketMetricsConfiguration(arg0 interface{}) *gomock.Call

GetBucketMetricsConfiguration indicates an expected call of GetBucketMetricsConfiguration

func (*MockS3APIMockRecorder) GetBucketMetricsConfigurationRequest

func (mr *MockS3APIMockRecorder) GetBucketMetricsConfigurationRequest(arg0 interface{}) *gomock.Call

GetBucketMetricsConfigurationRequest indicates an expected call of GetBucketMetricsConfigurationRequest

func (*MockS3APIMockRecorder) GetBucketMetricsConfigurationWithContext

func (mr *MockS3APIMockRecorder) GetBucketMetricsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketMetricsConfigurationWithContext indicates an expected call of GetBucketMetricsConfigurationWithContext

func (*MockS3APIMockRecorder) GetBucketNotification

func (mr *MockS3APIMockRecorder) GetBucketNotification(arg0 interface{}) *gomock.Call

GetBucketNotification indicates an expected call of GetBucketNotification

func (*MockS3APIMockRecorder) GetBucketNotificationConfiguration

func (mr *MockS3APIMockRecorder) GetBucketNotificationConfiguration(arg0 interface{}) *gomock.Call

GetBucketNotificationConfiguration indicates an expected call of GetBucketNotificationConfiguration

func (*MockS3APIMockRecorder) GetBucketNotificationConfigurationRequest

func (mr *MockS3APIMockRecorder) GetBucketNotificationConfigurationRequest(arg0 interface{}) *gomock.Call

GetBucketNotificationConfigurationRequest indicates an expected call of GetBucketNotificationConfigurationRequest

func (*MockS3APIMockRecorder) GetBucketNotificationConfigurationWithContext

func (mr *MockS3APIMockRecorder) GetBucketNotificationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketNotificationConfigurationWithContext indicates an expected call of GetBucketNotificationConfigurationWithContext

func (*MockS3APIMockRecorder) GetBucketNotificationRequest

func (mr *MockS3APIMockRecorder) GetBucketNotificationRequest(arg0 interface{}) *gomock.Call

GetBucketNotificationRequest indicates an expected call of GetBucketNotificationRequest

func (*MockS3APIMockRecorder) GetBucketNotificationWithContext

func (mr *MockS3APIMockRecorder) GetBucketNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketNotificationWithContext indicates an expected call of GetBucketNotificationWithContext

func (*MockS3APIMockRecorder) GetBucketOwnershipControls added in v0.33.0

func (mr *MockS3APIMockRecorder) GetBucketOwnershipControls(arg0 interface{}) *gomock.Call

GetBucketOwnershipControls indicates an expected call of GetBucketOwnershipControls

func (*MockS3APIMockRecorder) GetBucketOwnershipControlsRequest added in v0.33.0

func (mr *MockS3APIMockRecorder) GetBucketOwnershipControlsRequest(arg0 interface{}) *gomock.Call

GetBucketOwnershipControlsRequest indicates an expected call of GetBucketOwnershipControlsRequest

func (*MockS3APIMockRecorder) GetBucketOwnershipControlsWithContext added in v0.33.0

func (mr *MockS3APIMockRecorder) GetBucketOwnershipControlsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketOwnershipControlsWithContext indicates an expected call of GetBucketOwnershipControlsWithContext

func (*MockS3APIMockRecorder) GetBucketPolicy

func (mr *MockS3APIMockRecorder) GetBucketPolicy(arg0 interface{}) *gomock.Call

GetBucketPolicy indicates an expected call of GetBucketPolicy

func (*MockS3APIMockRecorder) GetBucketPolicyRequest

func (mr *MockS3APIMockRecorder) GetBucketPolicyRequest(arg0 interface{}) *gomock.Call

GetBucketPolicyRequest indicates an expected call of GetBucketPolicyRequest

func (*MockS3APIMockRecorder) GetBucketPolicyStatus

func (mr *MockS3APIMockRecorder) GetBucketPolicyStatus(arg0 interface{}) *gomock.Call

GetBucketPolicyStatus indicates an expected call of GetBucketPolicyStatus

func (*MockS3APIMockRecorder) GetBucketPolicyStatusRequest

func (mr *MockS3APIMockRecorder) GetBucketPolicyStatusRequest(arg0 interface{}) *gomock.Call

GetBucketPolicyStatusRequest indicates an expected call of GetBucketPolicyStatusRequest

func (*MockS3APIMockRecorder) GetBucketPolicyStatusWithContext

func (mr *MockS3APIMockRecorder) GetBucketPolicyStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketPolicyStatusWithContext indicates an expected call of GetBucketPolicyStatusWithContext

func (*MockS3APIMockRecorder) GetBucketPolicyWithContext

func (mr *MockS3APIMockRecorder) GetBucketPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketPolicyWithContext indicates an expected call of GetBucketPolicyWithContext

func (*MockS3APIMockRecorder) GetBucketReplication

func (mr *MockS3APIMockRecorder) GetBucketReplication(arg0 interface{}) *gomock.Call

GetBucketReplication indicates an expected call of GetBucketReplication

func (*MockS3APIMockRecorder) GetBucketReplicationRequest

func (mr *MockS3APIMockRecorder) GetBucketReplicationRequest(arg0 interface{}) *gomock.Call

GetBucketReplicationRequest indicates an expected call of GetBucketReplicationRequest

func (*MockS3APIMockRecorder) GetBucketReplicationWithContext

func (mr *MockS3APIMockRecorder) GetBucketReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketReplicationWithContext indicates an expected call of GetBucketReplicationWithContext

func (*MockS3APIMockRecorder) GetBucketRequestPayment

func (mr *MockS3APIMockRecorder) GetBucketRequestPayment(arg0 interface{}) *gomock.Call

GetBucketRequestPayment indicates an expected call of GetBucketRequestPayment

func (*MockS3APIMockRecorder) GetBucketRequestPaymentRequest

func (mr *MockS3APIMockRecorder) GetBucketRequestPaymentRequest(arg0 interface{}) *gomock.Call

GetBucketRequestPaymentRequest indicates an expected call of GetBucketRequestPaymentRequest

func (*MockS3APIMockRecorder) GetBucketRequestPaymentWithContext

func (mr *MockS3APIMockRecorder) GetBucketRequestPaymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketRequestPaymentWithContext indicates an expected call of GetBucketRequestPaymentWithContext

func (*MockS3APIMockRecorder) GetBucketTagging

func (mr *MockS3APIMockRecorder) GetBucketTagging(arg0 interface{}) *gomock.Call

GetBucketTagging indicates an expected call of GetBucketTagging

func (*MockS3APIMockRecorder) GetBucketTaggingRequest

func (mr *MockS3APIMockRecorder) GetBucketTaggingRequest(arg0 interface{}) *gomock.Call

GetBucketTaggingRequest indicates an expected call of GetBucketTaggingRequest

func (*MockS3APIMockRecorder) GetBucketTaggingWithContext

func (mr *MockS3APIMockRecorder) GetBucketTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketTaggingWithContext indicates an expected call of GetBucketTaggingWithContext

func (*MockS3APIMockRecorder) GetBucketVersioning

func (mr *MockS3APIMockRecorder) GetBucketVersioning(arg0 interface{}) *gomock.Call

GetBucketVersioning indicates an expected call of GetBucketVersioning

func (*MockS3APIMockRecorder) GetBucketVersioningRequest

func (mr *MockS3APIMockRecorder) GetBucketVersioningRequest(arg0 interface{}) *gomock.Call

GetBucketVersioningRequest indicates an expected call of GetBucketVersioningRequest

func (*MockS3APIMockRecorder) GetBucketVersioningWithContext

func (mr *MockS3APIMockRecorder) GetBucketVersioningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketVersioningWithContext indicates an expected call of GetBucketVersioningWithContext

func (*MockS3APIMockRecorder) GetBucketWebsite

func (mr *MockS3APIMockRecorder) GetBucketWebsite(arg0 interface{}) *gomock.Call

GetBucketWebsite indicates an expected call of GetBucketWebsite

func (*MockS3APIMockRecorder) GetBucketWebsiteRequest

func (mr *MockS3APIMockRecorder) GetBucketWebsiteRequest(arg0 interface{}) *gomock.Call

GetBucketWebsiteRequest indicates an expected call of GetBucketWebsiteRequest

func (*MockS3APIMockRecorder) GetBucketWebsiteWithContext

func (mr *MockS3APIMockRecorder) GetBucketWebsiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketWebsiteWithContext indicates an expected call of GetBucketWebsiteWithContext

func (*MockS3APIMockRecorder) GetObject

func (mr *MockS3APIMockRecorder) GetObject(arg0 interface{}) *gomock.Call

GetObject indicates an expected call of GetObject

func (*MockS3APIMockRecorder) GetObjectAcl

func (mr *MockS3APIMockRecorder) GetObjectAcl(arg0 interface{}) *gomock.Call

GetObjectAcl indicates an expected call of GetObjectAcl

func (*MockS3APIMockRecorder) GetObjectAclRequest

func (mr *MockS3APIMockRecorder) GetObjectAclRequest(arg0 interface{}) *gomock.Call

GetObjectAclRequest indicates an expected call of GetObjectAclRequest

func (*MockS3APIMockRecorder) GetObjectAclWithContext

func (mr *MockS3APIMockRecorder) GetObjectAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetObjectAclWithContext indicates an expected call of GetObjectAclWithContext

func (*MockS3APIMockRecorder) GetObjectLegalHold

func (mr *MockS3APIMockRecorder) GetObjectLegalHold(arg0 interface{}) *gomock.Call

GetObjectLegalHold indicates an expected call of GetObjectLegalHold

func (*MockS3APIMockRecorder) GetObjectLegalHoldRequest

func (mr *MockS3APIMockRecorder) GetObjectLegalHoldRequest(arg0 interface{}) *gomock.Call

GetObjectLegalHoldRequest indicates an expected call of GetObjectLegalHoldRequest

func (*MockS3APIMockRecorder) GetObjectLegalHoldWithContext

func (mr *MockS3APIMockRecorder) GetObjectLegalHoldWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetObjectLegalHoldWithContext indicates an expected call of GetObjectLegalHoldWithContext

func (*MockS3APIMockRecorder) GetObjectLockConfiguration

func (mr *MockS3APIMockRecorder) GetObjectLockConfiguration(arg0 interface{}) *gomock.Call

GetObjectLockConfiguration indicates an expected call of GetObjectLockConfiguration

func (*MockS3APIMockRecorder) GetObjectLockConfigurationRequest

func (mr *MockS3APIMockRecorder) GetObjectLockConfigurationRequest(arg0 interface{}) *gomock.Call

GetObjectLockConfigurationRequest indicates an expected call of GetObjectLockConfigurationRequest

func (*MockS3APIMockRecorder) GetObjectLockConfigurationWithContext

func (mr *MockS3APIMockRecorder) GetObjectLockConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetObjectLockConfigurationWithContext indicates an expected call of GetObjectLockConfigurationWithContext

func (*MockS3APIMockRecorder) GetObjectRequest

func (mr *MockS3APIMockRecorder) GetObjectRequest(arg0 interface{}) *gomock.Call

GetObjectRequest indicates an expected call of GetObjectRequest

func (*MockS3APIMockRecorder) GetObjectRetention

func (mr *MockS3APIMockRecorder) GetObjectRetention(arg0 interface{}) *gomock.Call

GetObjectRetention indicates an expected call of GetObjectRetention

func (*MockS3APIMockRecorder) GetObjectRetentionRequest

func (mr *MockS3APIMockRecorder) GetObjectRetentionRequest(arg0 interface{}) *gomock.Call

GetObjectRetentionRequest indicates an expected call of GetObjectRetentionRequest

func (*MockS3APIMockRecorder) GetObjectRetentionWithContext

func (mr *MockS3APIMockRecorder) GetObjectRetentionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetObjectRetentionWithContext indicates an expected call of GetObjectRetentionWithContext

func (*MockS3APIMockRecorder) GetObjectTagging

func (mr *MockS3APIMockRecorder) GetObjectTagging(arg0 interface{}) *gomock.Call

GetObjectTagging indicates an expected call of GetObjectTagging

func (*MockS3APIMockRecorder) GetObjectTaggingRequest

func (mr *MockS3APIMockRecorder) GetObjectTaggingRequest(arg0 interface{}) *gomock.Call

GetObjectTaggingRequest indicates an expected call of GetObjectTaggingRequest

func (*MockS3APIMockRecorder) GetObjectTaggingWithContext

func (mr *MockS3APIMockRecorder) GetObjectTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetObjectTaggingWithContext indicates an expected call of GetObjectTaggingWithContext

func (*MockS3APIMockRecorder) GetObjectTorrent

func (mr *MockS3APIMockRecorder) GetObjectTorrent(arg0 interface{}) *gomock.Call

GetObjectTorrent indicates an expected call of GetObjectTorrent

func (*MockS3APIMockRecorder) GetObjectTorrentRequest

func (mr *MockS3APIMockRecorder) GetObjectTorrentRequest(arg0 interface{}) *gomock.Call

GetObjectTorrentRequest indicates an expected call of GetObjectTorrentRequest

func (*MockS3APIMockRecorder) GetObjectTorrentWithContext

func (mr *MockS3APIMockRecorder) GetObjectTorrentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetObjectTorrentWithContext indicates an expected call of GetObjectTorrentWithContext

func (*MockS3APIMockRecorder) GetObjectWithContext

func (mr *MockS3APIMockRecorder) GetObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetObjectWithContext indicates an expected call of GetObjectWithContext

func (*MockS3APIMockRecorder) GetPublicAccessBlock

func (mr *MockS3APIMockRecorder) GetPublicAccessBlock(arg0 interface{}) *gomock.Call

GetPublicAccessBlock indicates an expected call of GetPublicAccessBlock

func (*MockS3APIMockRecorder) GetPublicAccessBlockRequest

func (mr *MockS3APIMockRecorder) GetPublicAccessBlockRequest(arg0 interface{}) *gomock.Call

GetPublicAccessBlockRequest indicates an expected call of GetPublicAccessBlockRequest

func (*MockS3APIMockRecorder) GetPublicAccessBlockWithContext

func (mr *MockS3APIMockRecorder) GetPublicAccessBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPublicAccessBlockWithContext indicates an expected call of GetPublicAccessBlockWithContext

func (*MockS3APIMockRecorder) HeadBucket

func (mr *MockS3APIMockRecorder) HeadBucket(arg0 interface{}) *gomock.Call

HeadBucket indicates an expected call of HeadBucket

func (*MockS3APIMockRecorder) HeadBucketRequest

func (mr *MockS3APIMockRecorder) HeadBucketRequest(arg0 interface{}) *gomock.Call

HeadBucketRequest indicates an expected call of HeadBucketRequest

func (*MockS3APIMockRecorder) HeadBucketWithContext

func (mr *MockS3APIMockRecorder) HeadBucketWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

HeadBucketWithContext indicates an expected call of HeadBucketWithContext

func (*MockS3APIMockRecorder) HeadObject

func (mr *MockS3APIMockRecorder) HeadObject(arg0 interface{}) *gomock.Call

HeadObject indicates an expected call of HeadObject

func (*MockS3APIMockRecorder) HeadObjectRequest

func (mr *MockS3APIMockRecorder) HeadObjectRequest(arg0 interface{}) *gomock.Call

HeadObjectRequest indicates an expected call of HeadObjectRequest

func (*MockS3APIMockRecorder) HeadObjectWithContext

func (mr *MockS3APIMockRecorder) HeadObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

HeadObjectWithContext indicates an expected call of HeadObjectWithContext

func (*MockS3APIMockRecorder) ListBucketAnalyticsConfigurations

func (mr *MockS3APIMockRecorder) ListBucketAnalyticsConfigurations(arg0 interface{}) *gomock.Call

ListBucketAnalyticsConfigurations indicates an expected call of ListBucketAnalyticsConfigurations

func (*MockS3APIMockRecorder) ListBucketAnalyticsConfigurationsRequest

func (mr *MockS3APIMockRecorder) ListBucketAnalyticsConfigurationsRequest(arg0 interface{}) *gomock.Call

ListBucketAnalyticsConfigurationsRequest indicates an expected call of ListBucketAnalyticsConfigurationsRequest

func (*MockS3APIMockRecorder) ListBucketAnalyticsConfigurationsWithContext

func (mr *MockS3APIMockRecorder) ListBucketAnalyticsConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBucketAnalyticsConfigurationsWithContext indicates an expected call of ListBucketAnalyticsConfigurationsWithContext

func (*MockS3APIMockRecorder) ListBucketIntelligentTieringConfigurations added in v0.43.0

func (mr *MockS3APIMockRecorder) ListBucketIntelligentTieringConfigurations(arg0 interface{}) *gomock.Call

ListBucketIntelligentTieringConfigurations indicates an expected call of ListBucketIntelligentTieringConfigurations

func (*MockS3APIMockRecorder) ListBucketIntelligentTieringConfigurationsRequest added in v0.43.0

func (mr *MockS3APIMockRecorder) ListBucketIntelligentTieringConfigurationsRequest(arg0 interface{}) *gomock.Call

ListBucketIntelligentTieringConfigurationsRequest indicates an expected call of ListBucketIntelligentTieringConfigurationsRequest

func (*MockS3APIMockRecorder) ListBucketIntelligentTieringConfigurationsWithContext added in v0.43.0

func (mr *MockS3APIMockRecorder) ListBucketIntelligentTieringConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBucketIntelligentTieringConfigurationsWithContext indicates an expected call of ListBucketIntelligentTieringConfigurationsWithContext

func (*MockS3APIMockRecorder) ListBucketInventoryConfigurations

func (mr *MockS3APIMockRecorder) ListBucketInventoryConfigurations(arg0 interface{}) *gomock.Call

ListBucketInventoryConfigurations indicates an expected call of ListBucketInventoryConfigurations

func (*MockS3APIMockRecorder) ListBucketInventoryConfigurationsRequest

func (mr *MockS3APIMockRecorder) ListBucketInventoryConfigurationsRequest(arg0 interface{}) *gomock.Call

ListBucketInventoryConfigurationsRequest indicates an expected call of ListBucketInventoryConfigurationsRequest

func (*MockS3APIMockRecorder) ListBucketInventoryConfigurationsWithContext

func (mr *MockS3APIMockRecorder) ListBucketInventoryConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBucketInventoryConfigurationsWithContext indicates an expected call of ListBucketInventoryConfigurationsWithContext

func (*MockS3APIMockRecorder) ListBucketMetricsConfigurations

func (mr *MockS3APIMockRecorder) ListBucketMetricsConfigurations(arg0 interface{}) *gomock.Call

ListBucketMetricsConfigurations indicates an expected call of ListBucketMetricsConfigurations

func (*MockS3APIMockRecorder) ListBucketMetricsConfigurationsRequest

func (mr *MockS3APIMockRecorder) ListBucketMetricsConfigurationsRequest(arg0 interface{}) *gomock.Call

ListBucketMetricsConfigurationsRequest indicates an expected call of ListBucketMetricsConfigurationsRequest

func (*MockS3APIMockRecorder) ListBucketMetricsConfigurationsWithContext

func (mr *MockS3APIMockRecorder) ListBucketMetricsConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBucketMetricsConfigurationsWithContext indicates an expected call of ListBucketMetricsConfigurationsWithContext

func (*MockS3APIMockRecorder) ListBuckets

func (mr *MockS3APIMockRecorder) ListBuckets(arg0 interface{}) *gomock.Call

ListBuckets indicates an expected call of ListBuckets

func (*MockS3APIMockRecorder) ListBucketsRequest

func (mr *MockS3APIMockRecorder) ListBucketsRequest(arg0 interface{}) *gomock.Call

ListBucketsRequest indicates an expected call of ListBucketsRequest

func (*MockS3APIMockRecorder) ListBucketsWithContext

func (mr *MockS3APIMockRecorder) ListBucketsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBucketsWithContext indicates an expected call of ListBucketsWithContext

func (*MockS3APIMockRecorder) ListMultipartUploads

func (mr *MockS3APIMockRecorder) ListMultipartUploads(arg0 interface{}) *gomock.Call

ListMultipartUploads indicates an expected call of ListMultipartUploads

func (*MockS3APIMockRecorder) ListMultipartUploadsPages

func (mr *MockS3APIMockRecorder) ListMultipartUploadsPages(arg0, arg1 interface{}) *gomock.Call

ListMultipartUploadsPages indicates an expected call of ListMultipartUploadsPages

func (*MockS3APIMockRecorder) ListMultipartUploadsPagesWithContext

func (mr *MockS3APIMockRecorder) ListMultipartUploadsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListMultipartUploadsPagesWithContext indicates an expected call of ListMultipartUploadsPagesWithContext

func (*MockS3APIMockRecorder) ListMultipartUploadsRequest

func (mr *MockS3APIMockRecorder) ListMultipartUploadsRequest(arg0 interface{}) *gomock.Call

ListMultipartUploadsRequest indicates an expected call of ListMultipartUploadsRequest

func (*MockS3APIMockRecorder) ListMultipartUploadsWithContext

func (mr *MockS3APIMockRecorder) ListMultipartUploadsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMultipartUploadsWithContext indicates an expected call of ListMultipartUploadsWithContext

func (*MockS3APIMockRecorder) ListObjectVersions

func (mr *MockS3APIMockRecorder) ListObjectVersions(arg0 interface{}) *gomock.Call

ListObjectVersions indicates an expected call of ListObjectVersions

func (*MockS3APIMockRecorder) ListObjectVersionsPages

func (mr *MockS3APIMockRecorder) ListObjectVersionsPages(arg0, arg1 interface{}) *gomock.Call

ListObjectVersionsPages indicates an expected call of ListObjectVersionsPages

func (*MockS3APIMockRecorder) ListObjectVersionsPagesWithContext

func (mr *MockS3APIMockRecorder) ListObjectVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListObjectVersionsPagesWithContext indicates an expected call of ListObjectVersionsPagesWithContext

func (*MockS3APIMockRecorder) ListObjectVersionsRequest

func (mr *MockS3APIMockRecorder) ListObjectVersionsRequest(arg0 interface{}) *gomock.Call

ListObjectVersionsRequest indicates an expected call of ListObjectVersionsRequest

func (*MockS3APIMockRecorder) ListObjectVersionsWithContext

func (mr *MockS3APIMockRecorder) ListObjectVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListObjectVersionsWithContext indicates an expected call of ListObjectVersionsWithContext

func (*MockS3APIMockRecorder) ListObjects

func (mr *MockS3APIMockRecorder) ListObjects(arg0 interface{}) *gomock.Call

ListObjects indicates an expected call of ListObjects

func (*MockS3APIMockRecorder) ListObjectsPages

func (mr *MockS3APIMockRecorder) ListObjectsPages(arg0, arg1 interface{}) *gomock.Call

ListObjectsPages indicates an expected call of ListObjectsPages

func (*MockS3APIMockRecorder) ListObjectsPagesWithContext

func (mr *MockS3APIMockRecorder) ListObjectsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListObjectsPagesWithContext indicates an expected call of ListObjectsPagesWithContext

func (*MockS3APIMockRecorder) ListObjectsRequest

func (mr *MockS3APIMockRecorder) ListObjectsRequest(arg0 interface{}) *gomock.Call

ListObjectsRequest indicates an expected call of ListObjectsRequest

func (*MockS3APIMockRecorder) ListObjectsV2

func (mr *MockS3APIMockRecorder) ListObjectsV2(arg0 interface{}) *gomock.Call

ListObjectsV2 indicates an expected call of ListObjectsV2

func (*MockS3APIMockRecorder) ListObjectsV2Pages

func (mr *MockS3APIMockRecorder) ListObjectsV2Pages(arg0, arg1 interface{}) *gomock.Call

ListObjectsV2Pages indicates an expected call of ListObjectsV2Pages

func (*MockS3APIMockRecorder) ListObjectsV2PagesWithContext

func (mr *MockS3APIMockRecorder) ListObjectsV2PagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListObjectsV2PagesWithContext indicates an expected call of ListObjectsV2PagesWithContext

func (*MockS3APIMockRecorder) ListObjectsV2Request

func (mr *MockS3APIMockRecorder) ListObjectsV2Request(arg0 interface{}) *gomock.Call

ListObjectsV2Request indicates an expected call of ListObjectsV2Request

func (*MockS3APIMockRecorder) ListObjectsV2WithContext

func (mr *MockS3APIMockRecorder) ListObjectsV2WithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListObjectsV2WithContext indicates an expected call of ListObjectsV2WithContext

func (*MockS3APIMockRecorder) ListObjectsWithContext

func (mr *MockS3APIMockRecorder) ListObjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListObjectsWithContext indicates an expected call of ListObjectsWithContext

func (*MockS3APIMockRecorder) ListParts

func (mr *MockS3APIMockRecorder) ListParts(arg0 interface{}) *gomock.Call

ListParts indicates an expected call of ListParts

func (*MockS3APIMockRecorder) ListPartsPages

func (mr *MockS3APIMockRecorder) ListPartsPages(arg0, arg1 interface{}) *gomock.Call

ListPartsPages indicates an expected call of ListPartsPages

func (*MockS3APIMockRecorder) ListPartsPagesWithContext

func (mr *MockS3APIMockRecorder) ListPartsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListPartsPagesWithContext indicates an expected call of ListPartsPagesWithContext

func (*MockS3APIMockRecorder) ListPartsRequest

func (mr *MockS3APIMockRecorder) ListPartsRequest(arg0 interface{}) *gomock.Call

ListPartsRequest indicates an expected call of ListPartsRequest

func (*MockS3APIMockRecorder) ListPartsWithContext

func (mr *MockS3APIMockRecorder) ListPartsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPartsWithContext indicates an expected call of ListPartsWithContext

func (*MockS3APIMockRecorder) PutBucketAccelerateConfiguration

func (mr *MockS3APIMockRecorder) PutBucketAccelerateConfiguration(arg0 interface{}) *gomock.Call

PutBucketAccelerateConfiguration indicates an expected call of PutBucketAccelerateConfiguration

func (*MockS3APIMockRecorder) PutBucketAccelerateConfigurationRequest

func (mr *MockS3APIMockRecorder) PutBucketAccelerateConfigurationRequest(arg0 interface{}) *gomock.Call

PutBucketAccelerateConfigurationRequest indicates an expected call of PutBucketAccelerateConfigurationRequest

func (*MockS3APIMockRecorder) PutBucketAccelerateConfigurationWithContext

func (mr *MockS3APIMockRecorder) PutBucketAccelerateConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketAccelerateConfigurationWithContext indicates an expected call of PutBucketAccelerateConfigurationWithContext

func (*MockS3APIMockRecorder) PutBucketAcl

func (mr *MockS3APIMockRecorder) PutBucketAcl(arg0 interface{}) *gomock.Call

PutBucketAcl indicates an expected call of PutBucketAcl

func (*MockS3APIMockRecorder) PutBucketAclRequest

func (mr *MockS3APIMockRecorder) PutBucketAclRequest(arg0 interface{}) *gomock.Call

PutBucketAclRequest indicates an expected call of PutBucketAclRequest

func (*MockS3APIMockRecorder) PutBucketAclWithContext

func (mr *MockS3APIMockRecorder) PutBucketAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketAclWithContext indicates an expected call of PutBucketAclWithContext

func (*MockS3APIMockRecorder) PutBucketAnalyticsConfiguration

func (mr *MockS3APIMockRecorder) PutBucketAnalyticsConfiguration(arg0 interface{}) *gomock.Call

PutBucketAnalyticsConfiguration indicates an expected call of PutBucketAnalyticsConfiguration

func (*MockS3APIMockRecorder) PutBucketAnalyticsConfigurationRequest

func (mr *MockS3APIMockRecorder) PutBucketAnalyticsConfigurationRequest(arg0 interface{}) *gomock.Call

PutBucketAnalyticsConfigurationRequest indicates an expected call of PutBucketAnalyticsConfigurationRequest

func (*MockS3APIMockRecorder) PutBucketAnalyticsConfigurationWithContext

func (mr *MockS3APIMockRecorder) PutBucketAnalyticsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketAnalyticsConfigurationWithContext indicates an expected call of PutBucketAnalyticsConfigurationWithContext

func (*MockS3APIMockRecorder) PutBucketCors

func (mr *MockS3APIMockRecorder) PutBucketCors(arg0 interface{}) *gomock.Call

PutBucketCors indicates an expected call of PutBucketCors

func (*MockS3APIMockRecorder) PutBucketCorsRequest

func (mr *MockS3APIMockRecorder) PutBucketCorsRequest(arg0 interface{}) *gomock.Call

PutBucketCorsRequest indicates an expected call of PutBucketCorsRequest

func (*MockS3APIMockRecorder) PutBucketCorsWithContext

func (mr *MockS3APIMockRecorder) PutBucketCorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketCorsWithContext indicates an expected call of PutBucketCorsWithContext

func (*MockS3APIMockRecorder) PutBucketEncryption

func (mr *MockS3APIMockRecorder) PutBucketEncryption(arg0 interface{}) *gomock.Call

PutBucketEncryption indicates an expected call of PutBucketEncryption

func (*MockS3APIMockRecorder) PutBucketEncryptionRequest

func (mr *MockS3APIMockRecorder) PutBucketEncryptionRequest(arg0 interface{}) *gomock.Call

PutBucketEncryptionRequest indicates an expected call of PutBucketEncryptionRequest

func (*MockS3APIMockRecorder) PutBucketEncryptionWithContext

func (mr *MockS3APIMockRecorder) PutBucketEncryptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketEncryptionWithContext indicates an expected call of PutBucketEncryptionWithContext

func (*MockS3APIMockRecorder) PutBucketIntelligentTieringConfiguration added in v0.43.0

func (mr *MockS3APIMockRecorder) PutBucketIntelligentTieringConfiguration(arg0 interface{}) *gomock.Call

PutBucketIntelligentTieringConfiguration indicates an expected call of PutBucketIntelligentTieringConfiguration

func (*MockS3APIMockRecorder) PutBucketIntelligentTieringConfigurationRequest added in v0.43.0

func (mr *MockS3APIMockRecorder) PutBucketIntelligentTieringConfigurationRequest(arg0 interface{}) *gomock.Call

PutBucketIntelligentTieringConfigurationRequest indicates an expected call of PutBucketIntelligentTieringConfigurationRequest

func (*MockS3APIMockRecorder) PutBucketIntelligentTieringConfigurationWithContext added in v0.43.0

func (mr *MockS3APIMockRecorder) PutBucketIntelligentTieringConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketIntelligentTieringConfigurationWithContext indicates an expected call of PutBucketIntelligentTieringConfigurationWithContext

func (*MockS3APIMockRecorder) PutBucketInventoryConfiguration

func (mr *MockS3APIMockRecorder) PutBucketInventoryConfiguration(arg0 interface{}) *gomock.Call

PutBucketInventoryConfiguration indicates an expected call of PutBucketInventoryConfiguration

func (*MockS3APIMockRecorder) PutBucketInventoryConfigurationRequest

func (mr *MockS3APIMockRecorder) PutBucketInventoryConfigurationRequest(arg0 interface{}) *gomock.Call

PutBucketInventoryConfigurationRequest indicates an expected call of PutBucketInventoryConfigurationRequest

func (*MockS3APIMockRecorder) PutBucketInventoryConfigurationWithContext

func (mr *MockS3APIMockRecorder) PutBucketInventoryConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketInventoryConfigurationWithContext indicates an expected call of PutBucketInventoryConfigurationWithContext

func (*MockS3APIMockRecorder) PutBucketLifecycle

func (mr *MockS3APIMockRecorder) PutBucketLifecycle(arg0 interface{}) *gomock.Call

PutBucketLifecycle indicates an expected call of PutBucketLifecycle

func (*MockS3APIMockRecorder) PutBucketLifecycleConfiguration

func (mr *MockS3APIMockRecorder) PutBucketLifecycleConfiguration(arg0 interface{}) *gomock.Call

PutBucketLifecycleConfiguration indicates an expected call of PutBucketLifecycleConfiguration

func (*MockS3APIMockRecorder) PutBucketLifecycleConfigurationRequest

func (mr *MockS3APIMockRecorder) PutBucketLifecycleConfigurationRequest(arg0 interface{}) *gomock.Call

PutBucketLifecycleConfigurationRequest indicates an expected call of PutBucketLifecycleConfigurationRequest

func (*MockS3APIMockRecorder) PutBucketLifecycleConfigurationWithContext

func (mr *MockS3APIMockRecorder) PutBucketLifecycleConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketLifecycleConfigurationWithContext indicates an expected call of PutBucketLifecycleConfigurationWithContext

func (*MockS3APIMockRecorder) PutBucketLifecycleRequest

func (mr *MockS3APIMockRecorder) PutBucketLifecycleRequest(arg0 interface{}) *gomock.Call

PutBucketLifecycleRequest indicates an expected call of PutBucketLifecycleRequest

func (*MockS3APIMockRecorder) PutBucketLifecycleWithContext

func (mr *MockS3APIMockRecorder) PutBucketLifecycleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketLifecycleWithContext indicates an expected call of PutBucketLifecycleWithContext

func (*MockS3APIMockRecorder) PutBucketLogging

func (mr *MockS3APIMockRecorder) PutBucketLogging(arg0 interface{}) *gomock.Call

PutBucketLogging indicates an expected call of PutBucketLogging

func (*MockS3APIMockRecorder) PutBucketLoggingRequest

func (mr *MockS3APIMockRecorder) PutBucketLoggingRequest(arg0 interface{}) *gomock.Call

PutBucketLoggingRequest indicates an expected call of PutBucketLoggingRequest

func (*MockS3APIMockRecorder) PutBucketLoggingWithContext

func (mr *MockS3APIMockRecorder) PutBucketLoggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketLoggingWithContext indicates an expected call of PutBucketLoggingWithContext

func (*MockS3APIMockRecorder) PutBucketMetricsConfiguration

func (mr *MockS3APIMockRecorder) PutBucketMetricsConfiguration(arg0 interface{}) *gomock.Call

PutBucketMetricsConfiguration indicates an expected call of PutBucketMetricsConfiguration

func (*MockS3APIMockRecorder) PutBucketMetricsConfigurationRequest

func (mr *MockS3APIMockRecorder) PutBucketMetricsConfigurationRequest(arg0 interface{}) *gomock.Call

PutBucketMetricsConfigurationRequest indicates an expected call of PutBucketMetricsConfigurationRequest

func (*MockS3APIMockRecorder) PutBucketMetricsConfigurationWithContext

func (mr *MockS3APIMockRecorder) PutBucketMetricsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketMetricsConfigurationWithContext indicates an expected call of PutBucketMetricsConfigurationWithContext

func (*MockS3APIMockRecorder) PutBucketNotification

func (mr *MockS3APIMockRecorder) PutBucketNotification(arg0 interface{}) *gomock.Call

PutBucketNotification indicates an expected call of PutBucketNotification

func (*MockS3APIMockRecorder) PutBucketNotificationConfiguration

func (mr *MockS3APIMockRecorder) PutBucketNotificationConfiguration(arg0 interface{}) *gomock.Call

PutBucketNotificationConfiguration indicates an expected call of PutBucketNotificationConfiguration

func (*MockS3APIMockRecorder) PutBucketNotificationConfigurationRequest

func (mr *MockS3APIMockRecorder) PutBucketNotificationConfigurationRequest(arg0 interface{}) *gomock.Call

PutBucketNotificationConfigurationRequest indicates an expected call of PutBucketNotificationConfigurationRequest

func (*MockS3APIMockRecorder) PutBucketNotificationConfigurationWithContext

func (mr *MockS3APIMockRecorder) PutBucketNotificationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketNotificationConfigurationWithContext indicates an expected call of PutBucketNotificationConfigurationWithContext

func (*MockS3APIMockRecorder) PutBucketNotificationRequest

func (mr *MockS3APIMockRecorder) PutBucketNotificationRequest(arg0 interface{}) *gomock.Call

PutBucketNotificationRequest indicates an expected call of PutBucketNotificationRequest

func (*MockS3APIMockRecorder) PutBucketNotificationWithContext

func (mr *MockS3APIMockRecorder) PutBucketNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketNotificationWithContext indicates an expected call of PutBucketNotificationWithContext

func (*MockS3APIMockRecorder) PutBucketOwnershipControls added in v0.33.0

func (mr *MockS3APIMockRecorder) PutBucketOwnershipControls(arg0 interface{}) *gomock.Call

PutBucketOwnershipControls indicates an expected call of PutBucketOwnershipControls

func (*MockS3APIMockRecorder) PutBucketOwnershipControlsRequest added in v0.33.0

func (mr *MockS3APIMockRecorder) PutBucketOwnershipControlsRequest(arg0 interface{}) *gomock.Call

PutBucketOwnershipControlsRequest indicates an expected call of PutBucketOwnershipControlsRequest

func (*MockS3APIMockRecorder) PutBucketOwnershipControlsWithContext added in v0.33.0

func (mr *MockS3APIMockRecorder) PutBucketOwnershipControlsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketOwnershipControlsWithContext indicates an expected call of PutBucketOwnershipControlsWithContext

func (*MockS3APIMockRecorder) PutBucketPolicy

func (mr *MockS3APIMockRecorder) PutBucketPolicy(arg0 interface{}) *gomock.Call

PutBucketPolicy indicates an expected call of PutBucketPolicy

func (*MockS3APIMockRecorder) PutBucketPolicyRequest

func (mr *MockS3APIMockRecorder) PutBucketPolicyRequest(arg0 interface{}) *gomock.Call

PutBucketPolicyRequest indicates an expected call of PutBucketPolicyRequest

func (*MockS3APIMockRecorder) PutBucketPolicyWithContext

func (mr *MockS3APIMockRecorder) PutBucketPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketPolicyWithContext indicates an expected call of PutBucketPolicyWithContext

func (*MockS3APIMockRecorder) PutBucketReplication

func (mr *MockS3APIMockRecorder) PutBucketReplication(arg0 interface{}) *gomock.Call

PutBucketReplication indicates an expected call of PutBucketReplication

func (*MockS3APIMockRecorder) PutBucketReplicationRequest

func (mr *MockS3APIMockRecorder) PutBucketReplicationRequest(arg0 interface{}) *gomock.Call

PutBucketReplicationRequest indicates an expected call of PutBucketReplicationRequest

func (*MockS3APIMockRecorder) PutBucketReplicationWithContext

func (mr *MockS3APIMockRecorder) PutBucketReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketReplicationWithContext indicates an expected call of PutBucketReplicationWithContext

func (*MockS3APIMockRecorder) PutBucketRequestPayment

func (mr *MockS3APIMockRecorder) PutBucketRequestPayment(arg0 interface{}) *gomock.Call

PutBucketRequestPayment indicates an expected call of PutBucketRequestPayment

func (*MockS3APIMockRecorder) PutBucketRequestPaymentRequest

func (mr *MockS3APIMockRecorder) PutBucketRequestPaymentRequest(arg0 interface{}) *gomock.Call

PutBucketRequestPaymentRequest indicates an expected call of PutBucketRequestPaymentRequest

func (*MockS3APIMockRecorder) PutBucketRequestPaymentWithContext

func (mr *MockS3APIMockRecorder) PutBucketRequestPaymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketRequestPaymentWithContext indicates an expected call of PutBucketRequestPaymentWithContext

func (*MockS3APIMockRecorder) PutBucketTagging

func (mr *MockS3APIMockRecorder) PutBucketTagging(arg0 interface{}) *gomock.Call

PutBucketTagging indicates an expected call of PutBucketTagging

func (*MockS3APIMockRecorder) PutBucketTaggingRequest

func (mr *MockS3APIMockRecorder) PutBucketTaggingRequest(arg0 interface{}) *gomock.Call

PutBucketTaggingRequest indicates an expected call of PutBucketTaggingRequest

func (*MockS3APIMockRecorder) PutBucketTaggingWithContext

func (mr *MockS3APIMockRecorder) PutBucketTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketTaggingWithContext indicates an expected call of PutBucketTaggingWithContext

func (*MockS3APIMockRecorder) PutBucketVersioning

func (mr *MockS3APIMockRecorder) PutBucketVersioning(arg0 interface{}) *gomock.Call

PutBucketVersioning indicates an expected call of PutBucketVersioning

func (*MockS3APIMockRecorder) PutBucketVersioningRequest

func (mr *MockS3APIMockRecorder) PutBucketVersioningRequest(arg0 interface{}) *gomock.Call

PutBucketVersioningRequest indicates an expected call of PutBucketVersioningRequest

func (*MockS3APIMockRecorder) PutBucketVersioningWithContext

func (mr *MockS3APIMockRecorder) PutBucketVersioningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketVersioningWithContext indicates an expected call of PutBucketVersioningWithContext

func (*MockS3APIMockRecorder) PutBucketWebsite

func (mr *MockS3APIMockRecorder) PutBucketWebsite(arg0 interface{}) *gomock.Call

PutBucketWebsite indicates an expected call of PutBucketWebsite

func (*MockS3APIMockRecorder) PutBucketWebsiteRequest

func (mr *MockS3APIMockRecorder) PutBucketWebsiteRequest(arg0 interface{}) *gomock.Call

PutBucketWebsiteRequest indicates an expected call of PutBucketWebsiteRequest

func (*MockS3APIMockRecorder) PutBucketWebsiteWithContext

func (mr *MockS3APIMockRecorder) PutBucketWebsiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBucketWebsiteWithContext indicates an expected call of PutBucketWebsiteWithContext

func (*MockS3APIMockRecorder) PutObject

func (mr *MockS3APIMockRecorder) PutObject(arg0 interface{}) *gomock.Call

PutObject indicates an expected call of PutObject

func (*MockS3APIMockRecorder) PutObjectAcl

func (mr *MockS3APIMockRecorder) PutObjectAcl(arg0 interface{}) *gomock.Call

PutObjectAcl indicates an expected call of PutObjectAcl

func (*MockS3APIMockRecorder) PutObjectAclRequest

func (mr *MockS3APIMockRecorder) PutObjectAclRequest(arg0 interface{}) *gomock.Call

PutObjectAclRequest indicates an expected call of PutObjectAclRequest

func (*MockS3APIMockRecorder) PutObjectAclWithContext

func (mr *MockS3APIMockRecorder) PutObjectAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutObjectAclWithContext indicates an expected call of PutObjectAclWithContext

func (*MockS3APIMockRecorder) PutObjectLegalHold

func (mr *MockS3APIMockRecorder) PutObjectLegalHold(arg0 interface{}) *gomock.Call

PutObjectLegalHold indicates an expected call of PutObjectLegalHold

func (*MockS3APIMockRecorder) PutObjectLegalHoldRequest

func (mr *MockS3APIMockRecorder) PutObjectLegalHoldRequest(arg0 interface{}) *gomock.Call

PutObjectLegalHoldRequest indicates an expected call of PutObjectLegalHoldRequest

func (*MockS3APIMockRecorder) PutObjectLegalHoldWithContext

func (mr *MockS3APIMockRecorder) PutObjectLegalHoldWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutObjectLegalHoldWithContext indicates an expected call of PutObjectLegalHoldWithContext

func (*MockS3APIMockRecorder) PutObjectLockConfiguration

func (mr *MockS3APIMockRecorder) PutObjectLockConfiguration(arg0 interface{}) *gomock.Call

PutObjectLockConfiguration indicates an expected call of PutObjectLockConfiguration

func (*MockS3APIMockRecorder) PutObjectLockConfigurationRequest

func (mr *MockS3APIMockRecorder) PutObjectLockConfigurationRequest(arg0 interface{}) *gomock.Call

PutObjectLockConfigurationRequest indicates an expected call of PutObjectLockConfigurationRequest

func (*MockS3APIMockRecorder) PutObjectLockConfigurationWithContext

func (mr *MockS3APIMockRecorder) PutObjectLockConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutObjectLockConfigurationWithContext indicates an expected call of PutObjectLockConfigurationWithContext

func (*MockS3APIMockRecorder) PutObjectRequest

func (mr *MockS3APIMockRecorder) PutObjectRequest(arg0 interface{}) *gomock.Call

PutObjectRequest indicates an expected call of PutObjectRequest

func (*MockS3APIMockRecorder) PutObjectRetention

func (mr *MockS3APIMockRecorder) PutObjectRetention(arg0 interface{}) *gomock.Call

PutObjectRetention indicates an expected call of PutObjectRetention

func (*MockS3APIMockRecorder) PutObjectRetentionRequest

func (mr *MockS3APIMockRecorder) PutObjectRetentionRequest(arg0 interface{}) *gomock.Call

PutObjectRetentionRequest indicates an expected call of PutObjectRetentionRequest

func (*MockS3APIMockRecorder) PutObjectRetentionWithContext

func (mr *MockS3APIMockRecorder) PutObjectRetentionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutObjectRetentionWithContext indicates an expected call of PutObjectRetentionWithContext

func (*MockS3APIMockRecorder) PutObjectTagging

func (mr *MockS3APIMockRecorder) PutObjectTagging(arg0 interface{}) *gomock.Call

PutObjectTagging indicates an expected call of PutObjectTagging

func (*MockS3APIMockRecorder) PutObjectTaggingRequest

func (mr *MockS3APIMockRecorder) PutObjectTaggingRequest(arg0 interface{}) *gomock.Call

PutObjectTaggingRequest indicates an expected call of PutObjectTaggingRequest

func (*MockS3APIMockRecorder) PutObjectTaggingWithContext

func (mr *MockS3APIMockRecorder) PutObjectTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutObjectTaggingWithContext indicates an expected call of PutObjectTaggingWithContext

func (*MockS3APIMockRecorder) PutObjectWithContext

func (mr *MockS3APIMockRecorder) PutObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutObjectWithContext indicates an expected call of PutObjectWithContext

func (*MockS3APIMockRecorder) PutPublicAccessBlock

func (mr *MockS3APIMockRecorder) PutPublicAccessBlock(arg0 interface{}) *gomock.Call

PutPublicAccessBlock indicates an expected call of PutPublicAccessBlock

func (*MockS3APIMockRecorder) PutPublicAccessBlockRequest

func (mr *MockS3APIMockRecorder) PutPublicAccessBlockRequest(arg0 interface{}) *gomock.Call

PutPublicAccessBlockRequest indicates an expected call of PutPublicAccessBlockRequest

func (*MockS3APIMockRecorder) PutPublicAccessBlockWithContext

func (mr *MockS3APIMockRecorder) PutPublicAccessBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutPublicAccessBlockWithContext indicates an expected call of PutPublicAccessBlockWithContext

func (*MockS3APIMockRecorder) RestoreObject

func (mr *MockS3APIMockRecorder) RestoreObject(arg0 interface{}) *gomock.Call

RestoreObject indicates an expected call of RestoreObject

func (*MockS3APIMockRecorder) RestoreObjectRequest

func (mr *MockS3APIMockRecorder) RestoreObjectRequest(arg0 interface{}) *gomock.Call

RestoreObjectRequest indicates an expected call of RestoreObjectRequest

func (*MockS3APIMockRecorder) RestoreObjectWithContext

func (mr *MockS3APIMockRecorder) RestoreObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreObjectWithContext indicates an expected call of RestoreObjectWithContext

func (*MockS3APIMockRecorder) SelectObjectContent

func (mr *MockS3APIMockRecorder) SelectObjectContent(arg0 interface{}) *gomock.Call

SelectObjectContent indicates an expected call of SelectObjectContent

func (*MockS3APIMockRecorder) SelectObjectContentRequest

func (mr *MockS3APIMockRecorder) SelectObjectContentRequest(arg0 interface{}) *gomock.Call

SelectObjectContentRequest indicates an expected call of SelectObjectContentRequest

func (*MockS3APIMockRecorder) SelectObjectContentWithContext

func (mr *MockS3APIMockRecorder) SelectObjectContentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SelectObjectContentWithContext indicates an expected call of SelectObjectContentWithContext

func (*MockS3APIMockRecorder) UploadPart

func (mr *MockS3APIMockRecorder) UploadPart(arg0 interface{}) *gomock.Call

UploadPart indicates an expected call of UploadPart

func (*MockS3APIMockRecorder) UploadPartCopy

func (mr *MockS3APIMockRecorder) UploadPartCopy(arg0 interface{}) *gomock.Call

UploadPartCopy indicates an expected call of UploadPartCopy

func (*MockS3APIMockRecorder) UploadPartCopyRequest

func (mr *MockS3APIMockRecorder) UploadPartCopyRequest(arg0 interface{}) *gomock.Call

UploadPartCopyRequest indicates an expected call of UploadPartCopyRequest

func (*MockS3APIMockRecorder) UploadPartCopyWithContext

func (mr *MockS3APIMockRecorder) UploadPartCopyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadPartCopyWithContext indicates an expected call of UploadPartCopyWithContext

func (*MockS3APIMockRecorder) UploadPartRequest

func (mr *MockS3APIMockRecorder) UploadPartRequest(arg0 interface{}) *gomock.Call

UploadPartRequest indicates an expected call of UploadPartRequest

func (*MockS3APIMockRecorder) UploadPartWithContext

func (mr *MockS3APIMockRecorder) UploadPartWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadPartWithContext indicates an expected call of UploadPartWithContext

func (*MockS3APIMockRecorder) WaitUntilBucketExists

func (mr *MockS3APIMockRecorder) WaitUntilBucketExists(arg0 interface{}) *gomock.Call

WaitUntilBucketExists indicates an expected call of WaitUntilBucketExists

func (*MockS3APIMockRecorder) WaitUntilBucketExistsWithContext

func (mr *MockS3APIMockRecorder) WaitUntilBucketExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilBucketExistsWithContext indicates an expected call of WaitUntilBucketExistsWithContext

func (*MockS3APIMockRecorder) WaitUntilBucketNotExists

func (mr *MockS3APIMockRecorder) WaitUntilBucketNotExists(arg0 interface{}) *gomock.Call

WaitUntilBucketNotExists indicates an expected call of WaitUntilBucketNotExists

func (*MockS3APIMockRecorder) WaitUntilBucketNotExistsWithContext

func (mr *MockS3APIMockRecorder) WaitUntilBucketNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilBucketNotExistsWithContext indicates an expected call of WaitUntilBucketNotExistsWithContext

func (*MockS3APIMockRecorder) WaitUntilObjectExists

func (mr *MockS3APIMockRecorder) WaitUntilObjectExists(arg0 interface{}) *gomock.Call

WaitUntilObjectExists indicates an expected call of WaitUntilObjectExists

func (*MockS3APIMockRecorder) WaitUntilObjectExistsWithContext

func (mr *MockS3APIMockRecorder) WaitUntilObjectExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilObjectExistsWithContext indicates an expected call of WaitUntilObjectExistsWithContext

func (*MockS3APIMockRecorder) WaitUntilObjectNotExists

func (mr *MockS3APIMockRecorder) WaitUntilObjectNotExists(arg0 interface{}) *gomock.Call

WaitUntilObjectNotExists indicates an expected call of WaitUntilObjectNotExists

func (*MockS3APIMockRecorder) WaitUntilObjectNotExistsWithContext

func (mr *MockS3APIMockRecorder) WaitUntilObjectNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilObjectNotExistsWithContext indicates an expected call of WaitUntilObjectNotExistsWithContext

func (*MockS3APIMockRecorder) WriteGetObjectResponse added in v0.47.0

func (mr *MockS3APIMockRecorder) WriteGetObjectResponse(arg0 interface{}) *gomock.Call

WriteGetObjectResponse indicates an expected call of WriteGetObjectResponse

func (*MockS3APIMockRecorder) WriteGetObjectResponseRequest added in v0.47.0

func (mr *MockS3APIMockRecorder) WriteGetObjectResponseRequest(arg0 interface{}) *gomock.Call

WriteGetObjectResponseRequest indicates an expected call of WriteGetObjectResponseRequest

func (*MockS3APIMockRecorder) WriteGetObjectResponseWithContext added in v0.47.0

func (mr *MockS3APIMockRecorder) WriteGetObjectResponseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WriteGetObjectResponseWithContext indicates an expected call of WriteGetObjectResponseWithContext

type MockSTSAPI added in v0.24.0

type MockSTSAPI struct {
	// contains filtered or unexported fields
}

MockSTSAPI is a mock of STSAPI interface

func NewMockSTSAPI added in v0.24.0

func NewMockSTSAPI(ctrl *gomock.Controller) *MockSTSAPI

NewMockSTSAPI creates a new mock instance

func (*MockSTSAPI) AssumeRole added in v0.24.0

func (m *MockSTSAPI) AssumeRole(arg0 *sts.AssumeRoleInput) (*sts.AssumeRoleOutput, error)

AssumeRole mocks base method

func (*MockSTSAPI) AssumeRoleRequest added in v0.24.0

func (m *MockSTSAPI) AssumeRoleRequest(arg0 *sts.AssumeRoleInput) (*request.Request, *sts.AssumeRoleOutput)

AssumeRoleRequest mocks base method

func (*MockSTSAPI) AssumeRoleWithContext added in v0.24.0

func (m *MockSTSAPI) AssumeRoleWithContext(arg0 context.Context, arg1 *sts.AssumeRoleInput, arg2 ...request.Option) (*sts.AssumeRoleOutput, error)

AssumeRoleWithContext mocks base method

func (*MockSTSAPI) AssumeRoleWithSAML added in v0.24.0

func (m *MockSTSAPI) AssumeRoleWithSAML(arg0 *sts.AssumeRoleWithSAMLInput) (*sts.AssumeRoleWithSAMLOutput, error)

AssumeRoleWithSAML mocks base method

func (*MockSTSAPI) AssumeRoleWithSAMLRequest added in v0.24.0

func (m *MockSTSAPI) AssumeRoleWithSAMLRequest(arg0 *sts.AssumeRoleWithSAMLInput) (*request.Request, *sts.AssumeRoleWithSAMLOutput)

AssumeRoleWithSAMLRequest mocks base method

func (*MockSTSAPI) AssumeRoleWithSAMLWithContext added in v0.24.0

func (m *MockSTSAPI) AssumeRoleWithSAMLWithContext(arg0 context.Context, arg1 *sts.AssumeRoleWithSAMLInput, arg2 ...request.Option) (*sts.AssumeRoleWithSAMLOutput, error)

AssumeRoleWithSAMLWithContext mocks base method

func (*MockSTSAPI) AssumeRoleWithWebIdentity added in v0.24.0

AssumeRoleWithWebIdentity mocks base method

func (*MockSTSAPI) AssumeRoleWithWebIdentityRequest added in v0.24.0

func (m *MockSTSAPI) AssumeRoleWithWebIdentityRequest(arg0 *sts.AssumeRoleWithWebIdentityInput) (*request.Request, *sts.AssumeRoleWithWebIdentityOutput)

AssumeRoleWithWebIdentityRequest mocks base method

func (*MockSTSAPI) AssumeRoleWithWebIdentityWithContext added in v0.24.0

func (m *MockSTSAPI) AssumeRoleWithWebIdentityWithContext(arg0 context.Context, arg1 *sts.AssumeRoleWithWebIdentityInput, arg2 ...request.Option) (*sts.AssumeRoleWithWebIdentityOutput, error)

AssumeRoleWithWebIdentityWithContext mocks base method

func (*MockSTSAPI) DecodeAuthorizationMessage added in v0.24.0

DecodeAuthorizationMessage mocks base method

func (*MockSTSAPI) DecodeAuthorizationMessageRequest added in v0.24.0

func (m *MockSTSAPI) DecodeAuthorizationMessageRequest(arg0 *sts.DecodeAuthorizationMessageInput) (*request.Request, *sts.DecodeAuthorizationMessageOutput)

DecodeAuthorizationMessageRequest mocks base method

func (*MockSTSAPI) DecodeAuthorizationMessageWithContext added in v0.24.0

func (m *MockSTSAPI) DecodeAuthorizationMessageWithContext(arg0 context.Context, arg1 *sts.DecodeAuthorizationMessageInput, arg2 ...request.Option) (*sts.DecodeAuthorizationMessageOutput, error)

DecodeAuthorizationMessageWithContext mocks base method

func (*MockSTSAPI) EXPECT added in v0.24.0

func (m *MockSTSAPI) EXPECT() *MockSTSAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockSTSAPI) GetAccessKeyInfo added in v0.24.0

func (m *MockSTSAPI) GetAccessKeyInfo(arg0 *sts.GetAccessKeyInfoInput) (*sts.GetAccessKeyInfoOutput, error)

GetAccessKeyInfo mocks base method

func (*MockSTSAPI) GetAccessKeyInfoRequest added in v0.24.0

func (m *MockSTSAPI) GetAccessKeyInfoRequest(arg0 *sts.GetAccessKeyInfoInput) (*request.Request, *sts.GetAccessKeyInfoOutput)

GetAccessKeyInfoRequest mocks base method

func (*MockSTSAPI) GetAccessKeyInfoWithContext added in v0.24.0

func (m *MockSTSAPI) GetAccessKeyInfoWithContext(arg0 context.Context, arg1 *sts.GetAccessKeyInfoInput, arg2 ...request.Option) (*sts.GetAccessKeyInfoOutput, error)

GetAccessKeyInfoWithContext mocks base method

func (*MockSTSAPI) GetCallerIdentity added in v0.24.0

func (m *MockSTSAPI) GetCallerIdentity(arg0 *sts.GetCallerIdentityInput) (*sts.GetCallerIdentityOutput, error)

GetCallerIdentity mocks base method

func (*MockSTSAPI) GetCallerIdentityRequest added in v0.24.0

func (m *MockSTSAPI) GetCallerIdentityRequest(arg0 *sts.GetCallerIdentityInput) (*request.Request, *sts.GetCallerIdentityOutput)

GetCallerIdentityRequest mocks base method

func (*MockSTSAPI) GetCallerIdentityWithContext added in v0.24.0

func (m *MockSTSAPI) GetCallerIdentityWithContext(arg0 context.Context, arg1 *sts.GetCallerIdentityInput, arg2 ...request.Option) (*sts.GetCallerIdentityOutput, error)

GetCallerIdentityWithContext mocks base method

func (*MockSTSAPI) GetFederationToken added in v0.24.0

func (m *MockSTSAPI) GetFederationToken(arg0 *sts.GetFederationTokenInput) (*sts.GetFederationTokenOutput, error)

GetFederationToken mocks base method

func (*MockSTSAPI) GetFederationTokenRequest added in v0.24.0

func (m *MockSTSAPI) GetFederationTokenRequest(arg0 *sts.GetFederationTokenInput) (*request.Request, *sts.GetFederationTokenOutput)

GetFederationTokenRequest mocks base method

func (*MockSTSAPI) GetFederationTokenWithContext added in v0.24.0

func (m *MockSTSAPI) GetFederationTokenWithContext(arg0 context.Context, arg1 *sts.GetFederationTokenInput, arg2 ...request.Option) (*sts.GetFederationTokenOutput, error)

GetFederationTokenWithContext mocks base method

func (*MockSTSAPI) GetSessionToken added in v0.24.0

func (m *MockSTSAPI) GetSessionToken(arg0 *sts.GetSessionTokenInput) (*sts.GetSessionTokenOutput, error)

GetSessionToken mocks base method

func (*MockSTSAPI) GetSessionTokenRequest added in v0.24.0

func (m *MockSTSAPI) GetSessionTokenRequest(arg0 *sts.GetSessionTokenInput) (*request.Request, *sts.GetSessionTokenOutput)

GetSessionTokenRequest mocks base method

func (*MockSTSAPI) GetSessionTokenWithContext added in v0.24.0

func (m *MockSTSAPI) GetSessionTokenWithContext(arg0 context.Context, arg1 *sts.GetSessionTokenInput, arg2 ...request.Option) (*sts.GetSessionTokenOutput, error)

GetSessionTokenWithContext mocks base method

type MockSTSAPIMockRecorder added in v0.24.0

type MockSTSAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockSTSAPIMockRecorder is the mock recorder for MockSTSAPI

func (*MockSTSAPIMockRecorder) AssumeRole added in v0.24.0

func (mr *MockSTSAPIMockRecorder) AssumeRole(arg0 interface{}) *gomock.Call

AssumeRole indicates an expected call of AssumeRole

func (*MockSTSAPIMockRecorder) AssumeRoleRequest added in v0.24.0

func (mr *MockSTSAPIMockRecorder) AssumeRoleRequest(arg0 interface{}) *gomock.Call

AssumeRoleRequest indicates an expected call of AssumeRoleRequest

func (*MockSTSAPIMockRecorder) AssumeRoleWithContext added in v0.24.0

func (mr *MockSTSAPIMockRecorder) AssumeRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssumeRoleWithContext indicates an expected call of AssumeRoleWithContext

func (*MockSTSAPIMockRecorder) AssumeRoleWithSAML added in v0.24.0

func (mr *MockSTSAPIMockRecorder) AssumeRoleWithSAML(arg0 interface{}) *gomock.Call

AssumeRoleWithSAML indicates an expected call of AssumeRoleWithSAML

func (*MockSTSAPIMockRecorder) AssumeRoleWithSAMLRequest added in v0.24.0

func (mr *MockSTSAPIMockRecorder) AssumeRoleWithSAMLRequest(arg0 interface{}) *gomock.Call

AssumeRoleWithSAMLRequest indicates an expected call of AssumeRoleWithSAMLRequest

func (*MockSTSAPIMockRecorder) AssumeRoleWithSAMLWithContext added in v0.24.0

func (mr *MockSTSAPIMockRecorder) AssumeRoleWithSAMLWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssumeRoleWithSAMLWithContext indicates an expected call of AssumeRoleWithSAMLWithContext

func (*MockSTSAPIMockRecorder) AssumeRoleWithWebIdentity added in v0.24.0

func (mr *MockSTSAPIMockRecorder) AssumeRoleWithWebIdentity(arg0 interface{}) *gomock.Call

AssumeRoleWithWebIdentity indicates an expected call of AssumeRoleWithWebIdentity

func (*MockSTSAPIMockRecorder) AssumeRoleWithWebIdentityRequest added in v0.24.0

func (mr *MockSTSAPIMockRecorder) AssumeRoleWithWebIdentityRequest(arg0 interface{}) *gomock.Call

AssumeRoleWithWebIdentityRequest indicates an expected call of AssumeRoleWithWebIdentityRequest

func (*MockSTSAPIMockRecorder) AssumeRoleWithWebIdentityWithContext added in v0.24.0

func (mr *MockSTSAPIMockRecorder) AssumeRoleWithWebIdentityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssumeRoleWithWebIdentityWithContext indicates an expected call of AssumeRoleWithWebIdentityWithContext

func (*MockSTSAPIMockRecorder) DecodeAuthorizationMessage added in v0.24.0

func (mr *MockSTSAPIMockRecorder) DecodeAuthorizationMessage(arg0 interface{}) *gomock.Call

DecodeAuthorizationMessage indicates an expected call of DecodeAuthorizationMessage

func (*MockSTSAPIMockRecorder) DecodeAuthorizationMessageRequest added in v0.24.0

func (mr *MockSTSAPIMockRecorder) DecodeAuthorizationMessageRequest(arg0 interface{}) *gomock.Call

DecodeAuthorizationMessageRequest indicates an expected call of DecodeAuthorizationMessageRequest

func (*MockSTSAPIMockRecorder) DecodeAuthorizationMessageWithContext added in v0.24.0

func (mr *MockSTSAPIMockRecorder) DecodeAuthorizationMessageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DecodeAuthorizationMessageWithContext indicates an expected call of DecodeAuthorizationMessageWithContext

func (*MockSTSAPIMockRecorder) GetAccessKeyInfo added in v0.24.0

func (mr *MockSTSAPIMockRecorder) GetAccessKeyInfo(arg0 interface{}) *gomock.Call

GetAccessKeyInfo indicates an expected call of GetAccessKeyInfo

func (*MockSTSAPIMockRecorder) GetAccessKeyInfoRequest added in v0.24.0

func (mr *MockSTSAPIMockRecorder) GetAccessKeyInfoRequest(arg0 interface{}) *gomock.Call

GetAccessKeyInfoRequest indicates an expected call of GetAccessKeyInfoRequest

func (*MockSTSAPIMockRecorder) GetAccessKeyInfoWithContext added in v0.24.0

func (mr *MockSTSAPIMockRecorder) GetAccessKeyInfoWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccessKeyInfoWithContext indicates an expected call of GetAccessKeyInfoWithContext

func (*MockSTSAPIMockRecorder) GetCallerIdentity added in v0.24.0

func (mr *MockSTSAPIMockRecorder) GetCallerIdentity(arg0 interface{}) *gomock.Call

GetCallerIdentity indicates an expected call of GetCallerIdentity

func (*MockSTSAPIMockRecorder) GetCallerIdentityRequest added in v0.24.0

func (mr *MockSTSAPIMockRecorder) GetCallerIdentityRequest(arg0 interface{}) *gomock.Call

GetCallerIdentityRequest indicates an expected call of GetCallerIdentityRequest

func (*MockSTSAPIMockRecorder) GetCallerIdentityWithContext added in v0.24.0

func (mr *MockSTSAPIMockRecorder) GetCallerIdentityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCallerIdentityWithContext indicates an expected call of GetCallerIdentityWithContext

func (*MockSTSAPIMockRecorder) GetFederationToken added in v0.24.0

func (mr *MockSTSAPIMockRecorder) GetFederationToken(arg0 interface{}) *gomock.Call

GetFederationToken indicates an expected call of GetFederationToken

func (*MockSTSAPIMockRecorder) GetFederationTokenRequest added in v0.24.0

func (mr *MockSTSAPIMockRecorder) GetFederationTokenRequest(arg0 interface{}) *gomock.Call

GetFederationTokenRequest indicates an expected call of GetFederationTokenRequest

func (*MockSTSAPIMockRecorder) GetFederationTokenWithContext added in v0.24.0

func (mr *MockSTSAPIMockRecorder) GetFederationTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFederationTokenWithContext indicates an expected call of GetFederationTokenWithContext

func (*MockSTSAPIMockRecorder) GetSessionToken added in v0.24.0

func (mr *MockSTSAPIMockRecorder) GetSessionToken(arg0 interface{}) *gomock.Call

GetSessionToken indicates an expected call of GetSessionToken

func (*MockSTSAPIMockRecorder) GetSessionTokenRequest added in v0.24.0

func (mr *MockSTSAPIMockRecorder) GetSessionTokenRequest(arg0 interface{}) *gomock.Call

GetSessionTokenRequest indicates an expected call of GetSessionTokenRequest

func (*MockSTSAPIMockRecorder) GetSessionTokenWithContext added in v0.24.0

func (mr *MockSTSAPIMockRecorder) GetSessionTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSessionTokenWithContext indicates an expected call of GetSessionTokenWithContext

type MockSecretsManagerAPI

type MockSecretsManagerAPI struct {
	// contains filtered or unexported fields
}

MockSecretsManagerAPI is a mock of SecretsManagerAPI interface

func NewMockSecretsManagerAPI

func NewMockSecretsManagerAPI(ctrl *gomock.Controller) *MockSecretsManagerAPI

NewMockSecretsManagerAPI creates a new mock instance

func (*MockSecretsManagerAPI) CancelRotateSecret

CancelRotateSecret mocks base method

func (*MockSecretsManagerAPI) CancelRotateSecretRequest

CancelRotateSecretRequest mocks base method

func (*MockSecretsManagerAPI) CancelRotateSecretWithContext

CancelRotateSecretWithContext mocks base method

func (*MockSecretsManagerAPI) CreateSecret

CreateSecret mocks base method

func (*MockSecretsManagerAPI) CreateSecretRequest

CreateSecretRequest mocks base method

func (*MockSecretsManagerAPI) CreateSecretWithContext

CreateSecretWithContext mocks base method

func (*MockSecretsManagerAPI) DeleteResourcePolicy

DeleteResourcePolicy mocks base method

func (*MockSecretsManagerAPI) DeleteResourcePolicyRequest

DeleteResourcePolicyRequest mocks base method

func (*MockSecretsManagerAPI) DeleteResourcePolicyWithContext

DeleteResourcePolicyWithContext mocks base method

func (*MockSecretsManagerAPI) DeleteSecret

DeleteSecret mocks base method

func (*MockSecretsManagerAPI) DeleteSecretRequest

DeleteSecretRequest mocks base method

func (*MockSecretsManagerAPI) DeleteSecretWithContext

DeleteSecretWithContext mocks base method

func (*MockSecretsManagerAPI) DescribeSecret

DescribeSecret mocks base method

func (*MockSecretsManagerAPI) DescribeSecretRequest

DescribeSecretRequest mocks base method

func (*MockSecretsManagerAPI) DescribeSecretWithContext

DescribeSecretWithContext mocks base method

func (*MockSecretsManagerAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockSecretsManagerAPI) GetRandomPassword

GetRandomPassword mocks base method

func (*MockSecretsManagerAPI) GetRandomPasswordRequest

GetRandomPasswordRequest mocks base method

func (*MockSecretsManagerAPI) GetRandomPasswordWithContext

GetRandomPasswordWithContext mocks base method

func (*MockSecretsManagerAPI) GetResourcePolicy

GetResourcePolicy mocks base method

func (*MockSecretsManagerAPI) GetResourcePolicyRequest

GetResourcePolicyRequest mocks base method

func (*MockSecretsManagerAPI) GetResourcePolicyWithContext

GetResourcePolicyWithContext mocks base method

func (*MockSecretsManagerAPI) GetSecretValue

GetSecretValue mocks base method

func (*MockSecretsManagerAPI) GetSecretValueRequest

GetSecretValueRequest mocks base method

func (*MockSecretsManagerAPI) GetSecretValueWithContext

GetSecretValueWithContext mocks base method

func (*MockSecretsManagerAPI) ListSecretVersionIds

ListSecretVersionIds mocks base method

func (*MockSecretsManagerAPI) ListSecretVersionIdsPages

ListSecretVersionIdsPages mocks base method

func (*MockSecretsManagerAPI) ListSecretVersionIdsPagesWithContext

func (m *MockSecretsManagerAPI) ListSecretVersionIdsPagesWithContext(arg0 context.Context, arg1 *secretsmanager.ListSecretVersionIdsInput, arg2 func(*secretsmanager.ListSecretVersionIdsOutput, bool) bool, arg3 ...request.Option) error

ListSecretVersionIdsPagesWithContext mocks base method

func (*MockSecretsManagerAPI) ListSecretVersionIdsRequest

ListSecretVersionIdsRequest mocks base method

func (*MockSecretsManagerAPI) ListSecretVersionIdsWithContext

ListSecretVersionIdsWithContext mocks base method

func (*MockSecretsManagerAPI) ListSecrets

ListSecrets mocks base method

func (*MockSecretsManagerAPI) ListSecretsPages

ListSecretsPages mocks base method

func (*MockSecretsManagerAPI) ListSecretsPagesWithContext

func (m *MockSecretsManagerAPI) ListSecretsPagesWithContext(arg0 context.Context, arg1 *secretsmanager.ListSecretsInput, arg2 func(*secretsmanager.ListSecretsOutput, bool) bool, arg3 ...request.Option) error

ListSecretsPagesWithContext mocks base method

func (*MockSecretsManagerAPI) ListSecretsRequest

ListSecretsRequest mocks base method

func (*MockSecretsManagerAPI) ListSecretsWithContext

ListSecretsWithContext mocks base method

func (*MockSecretsManagerAPI) PutResourcePolicy

PutResourcePolicy mocks base method

func (*MockSecretsManagerAPI) PutResourcePolicyRequest

PutResourcePolicyRequest mocks base method

func (*MockSecretsManagerAPI) PutResourcePolicyWithContext

PutResourcePolicyWithContext mocks base method

func (*MockSecretsManagerAPI) PutSecretValue

PutSecretValue mocks base method

func (*MockSecretsManagerAPI) PutSecretValueRequest

PutSecretValueRequest mocks base method

func (*MockSecretsManagerAPI) PutSecretValueWithContext

PutSecretValueWithContext mocks base method

func (*MockSecretsManagerAPI) RemoveRegionsFromReplication added in v0.47.0

RemoveRegionsFromReplication mocks base method

func (*MockSecretsManagerAPI) RemoveRegionsFromReplicationRequest added in v0.47.0

RemoveRegionsFromReplicationRequest mocks base method

func (*MockSecretsManagerAPI) RemoveRegionsFromReplicationWithContext added in v0.47.0

RemoveRegionsFromReplicationWithContext mocks base method

func (*MockSecretsManagerAPI) ReplicateSecretToRegions added in v0.47.0

ReplicateSecretToRegions mocks base method

func (*MockSecretsManagerAPI) ReplicateSecretToRegionsRequest added in v0.47.0

ReplicateSecretToRegionsRequest mocks base method

func (*MockSecretsManagerAPI) ReplicateSecretToRegionsWithContext added in v0.47.0

ReplicateSecretToRegionsWithContext mocks base method

func (*MockSecretsManagerAPI) RestoreSecret

RestoreSecret mocks base method

func (*MockSecretsManagerAPI) RestoreSecretRequest

RestoreSecretRequest mocks base method

func (*MockSecretsManagerAPI) RestoreSecretWithContext

RestoreSecretWithContext mocks base method

func (*MockSecretsManagerAPI) RotateSecret

RotateSecret mocks base method

func (*MockSecretsManagerAPI) RotateSecretRequest

RotateSecretRequest mocks base method

func (*MockSecretsManagerAPI) RotateSecretWithContext

RotateSecretWithContext mocks base method

func (*MockSecretsManagerAPI) StopReplicationToReplica added in v0.47.0

StopReplicationToReplica mocks base method

func (*MockSecretsManagerAPI) StopReplicationToReplicaRequest added in v0.47.0

StopReplicationToReplicaRequest mocks base method

func (*MockSecretsManagerAPI) StopReplicationToReplicaWithContext added in v0.47.0

StopReplicationToReplicaWithContext mocks base method

func (*MockSecretsManagerAPI) TagResource

TagResource mocks base method

func (*MockSecretsManagerAPI) TagResourceRequest

TagResourceRequest mocks base method

func (*MockSecretsManagerAPI) TagResourceWithContext

TagResourceWithContext mocks base method

func (*MockSecretsManagerAPI) UntagResource

UntagResource mocks base method

func (*MockSecretsManagerAPI) UntagResourceRequest

UntagResourceRequest mocks base method

func (*MockSecretsManagerAPI) UntagResourceWithContext

UntagResourceWithContext mocks base method

func (*MockSecretsManagerAPI) UpdateSecret

UpdateSecret mocks base method

func (*MockSecretsManagerAPI) UpdateSecretRequest

UpdateSecretRequest mocks base method

func (*MockSecretsManagerAPI) UpdateSecretVersionStage

UpdateSecretVersionStage mocks base method

func (*MockSecretsManagerAPI) UpdateSecretVersionStageRequest

UpdateSecretVersionStageRequest mocks base method

func (*MockSecretsManagerAPI) UpdateSecretVersionStageWithContext

UpdateSecretVersionStageWithContext mocks base method

func (*MockSecretsManagerAPI) UpdateSecretWithContext

UpdateSecretWithContext mocks base method

func (*MockSecretsManagerAPI) ValidateResourcePolicy added in v0.26.0

ValidateResourcePolicy mocks base method

func (*MockSecretsManagerAPI) ValidateResourcePolicyRequest added in v0.26.0

ValidateResourcePolicyRequest mocks base method

func (*MockSecretsManagerAPI) ValidateResourcePolicyWithContext added in v0.26.0

ValidateResourcePolicyWithContext mocks base method

type MockSecretsManagerAPIMockRecorder

type MockSecretsManagerAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockSecretsManagerAPIMockRecorder is the mock recorder for MockSecretsManagerAPI

func (*MockSecretsManagerAPIMockRecorder) CancelRotateSecret

func (mr *MockSecretsManagerAPIMockRecorder) CancelRotateSecret(arg0 interface{}) *gomock.Call

CancelRotateSecret indicates an expected call of CancelRotateSecret

func (*MockSecretsManagerAPIMockRecorder) CancelRotateSecretRequest

func (mr *MockSecretsManagerAPIMockRecorder) CancelRotateSecretRequest(arg0 interface{}) *gomock.Call

CancelRotateSecretRequest indicates an expected call of CancelRotateSecretRequest

func (*MockSecretsManagerAPIMockRecorder) CancelRotateSecretWithContext

func (mr *MockSecretsManagerAPIMockRecorder) CancelRotateSecretWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelRotateSecretWithContext indicates an expected call of CancelRotateSecretWithContext

func (*MockSecretsManagerAPIMockRecorder) CreateSecret

func (mr *MockSecretsManagerAPIMockRecorder) CreateSecret(arg0 interface{}) *gomock.Call

CreateSecret indicates an expected call of CreateSecret

func (*MockSecretsManagerAPIMockRecorder) CreateSecretRequest

func (mr *MockSecretsManagerAPIMockRecorder) CreateSecretRequest(arg0 interface{}) *gomock.Call

CreateSecretRequest indicates an expected call of CreateSecretRequest

func (*MockSecretsManagerAPIMockRecorder) CreateSecretWithContext

func (mr *MockSecretsManagerAPIMockRecorder) CreateSecretWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSecretWithContext indicates an expected call of CreateSecretWithContext

func (*MockSecretsManagerAPIMockRecorder) DeleteResourcePolicy

func (mr *MockSecretsManagerAPIMockRecorder) DeleteResourcePolicy(arg0 interface{}) *gomock.Call

DeleteResourcePolicy indicates an expected call of DeleteResourcePolicy

func (*MockSecretsManagerAPIMockRecorder) DeleteResourcePolicyRequest

func (mr *MockSecretsManagerAPIMockRecorder) DeleteResourcePolicyRequest(arg0 interface{}) *gomock.Call

DeleteResourcePolicyRequest indicates an expected call of DeleteResourcePolicyRequest

func (*MockSecretsManagerAPIMockRecorder) DeleteResourcePolicyWithContext

func (mr *MockSecretsManagerAPIMockRecorder) DeleteResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteResourcePolicyWithContext indicates an expected call of DeleteResourcePolicyWithContext

func (*MockSecretsManagerAPIMockRecorder) DeleteSecret

func (mr *MockSecretsManagerAPIMockRecorder) DeleteSecret(arg0 interface{}) *gomock.Call

DeleteSecret indicates an expected call of DeleteSecret

func (*MockSecretsManagerAPIMockRecorder) DeleteSecretRequest

func (mr *MockSecretsManagerAPIMockRecorder) DeleteSecretRequest(arg0 interface{}) *gomock.Call

DeleteSecretRequest indicates an expected call of DeleteSecretRequest

func (*MockSecretsManagerAPIMockRecorder) DeleteSecretWithContext

func (mr *MockSecretsManagerAPIMockRecorder) DeleteSecretWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSecretWithContext indicates an expected call of DeleteSecretWithContext

func (*MockSecretsManagerAPIMockRecorder) DescribeSecret

func (mr *MockSecretsManagerAPIMockRecorder) DescribeSecret(arg0 interface{}) *gomock.Call

DescribeSecret indicates an expected call of DescribeSecret

func (*MockSecretsManagerAPIMockRecorder) DescribeSecretRequest

func (mr *MockSecretsManagerAPIMockRecorder) DescribeSecretRequest(arg0 interface{}) *gomock.Call

DescribeSecretRequest indicates an expected call of DescribeSecretRequest

func (*MockSecretsManagerAPIMockRecorder) DescribeSecretWithContext

func (mr *MockSecretsManagerAPIMockRecorder) DescribeSecretWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSecretWithContext indicates an expected call of DescribeSecretWithContext

func (*MockSecretsManagerAPIMockRecorder) GetRandomPassword

func (mr *MockSecretsManagerAPIMockRecorder) GetRandomPassword(arg0 interface{}) *gomock.Call

GetRandomPassword indicates an expected call of GetRandomPassword

func (*MockSecretsManagerAPIMockRecorder) GetRandomPasswordRequest

func (mr *MockSecretsManagerAPIMockRecorder) GetRandomPasswordRequest(arg0 interface{}) *gomock.Call

GetRandomPasswordRequest indicates an expected call of GetRandomPasswordRequest

func (*MockSecretsManagerAPIMockRecorder) GetRandomPasswordWithContext

func (mr *MockSecretsManagerAPIMockRecorder) GetRandomPasswordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRandomPasswordWithContext indicates an expected call of GetRandomPasswordWithContext

func (*MockSecretsManagerAPIMockRecorder) GetResourcePolicy

func (mr *MockSecretsManagerAPIMockRecorder) GetResourcePolicy(arg0 interface{}) *gomock.Call

GetResourcePolicy indicates an expected call of GetResourcePolicy

func (*MockSecretsManagerAPIMockRecorder) GetResourcePolicyRequest

func (mr *MockSecretsManagerAPIMockRecorder) GetResourcePolicyRequest(arg0 interface{}) *gomock.Call

GetResourcePolicyRequest indicates an expected call of GetResourcePolicyRequest

func (*MockSecretsManagerAPIMockRecorder) GetResourcePolicyWithContext

func (mr *MockSecretsManagerAPIMockRecorder) GetResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetResourcePolicyWithContext indicates an expected call of GetResourcePolicyWithContext

func (*MockSecretsManagerAPIMockRecorder) GetSecretValue

func (mr *MockSecretsManagerAPIMockRecorder) GetSecretValue(arg0 interface{}) *gomock.Call

GetSecretValue indicates an expected call of GetSecretValue

func (*MockSecretsManagerAPIMockRecorder) GetSecretValueRequest

func (mr *MockSecretsManagerAPIMockRecorder) GetSecretValueRequest(arg0 interface{}) *gomock.Call

GetSecretValueRequest indicates an expected call of GetSecretValueRequest

func (*MockSecretsManagerAPIMockRecorder) GetSecretValueWithContext

func (mr *MockSecretsManagerAPIMockRecorder) GetSecretValueWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSecretValueWithContext indicates an expected call of GetSecretValueWithContext

func (*MockSecretsManagerAPIMockRecorder) ListSecretVersionIds

func (mr *MockSecretsManagerAPIMockRecorder) ListSecretVersionIds(arg0 interface{}) *gomock.Call

ListSecretVersionIds indicates an expected call of ListSecretVersionIds

func (*MockSecretsManagerAPIMockRecorder) ListSecretVersionIdsPages

func (mr *MockSecretsManagerAPIMockRecorder) ListSecretVersionIdsPages(arg0, arg1 interface{}) *gomock.Call

ListSecretVersionIdsPages indicates an expected call of ListSecretVersionIdsPages

func (*MockSecretsManagerAPIMockRecorder) ListSecretVersionIdsPagesWithContext

func (mr *MockSecretsManagerAPIMockRecorder) ListSecretVersionIdsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListSecretVersionIdsPagesWithContext indicates an expected call of ListSecretVersionIdsPagesWithContext

func (*MockSecretsManagerAPIMockRecorder) ListSecretVersionIdsRequest

func (mr *MockSecretsManagerAPIMockRecorder) ListSecretVersionIdsRequest(arg0 interface{}) *gomock.Call

ListSecretVersionIdsRequest indicates an expected call of ListSecretVersionIdsRequest

func (*MockSecretsManagerAPIMockRecorder) ListSecretVersionIdsWithContext

func (mr *MockSecretsManagerAPIMockRecorder) ListSecretVersionIdsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSecretVersionIdsWithContext indicates an expected call of ListSecretVersionIdsWithContext

func (*MockSecretsManagerAPIMockRecorder) ListSecrets

func (mr *MockSecretsManagerAPIMockRecorder) ListSecrets(arg0 interface{}) *gomock.Call

ListSecrets indicates an expected call of ListSecrets

func (*MockSecretsManagerAPIMockRecorder) ListSecretsPages

func (mr *MockSecretsManagerAPIMockRecorder) ListSecretsPages(arg0, arg1 interface{}) *gomock.Call

ListSecretsPages indicates an expected call of ListSecretsPages

func (*MockSecretsManagerAPIMockRecorder) ListSecretsPagesWithContext

func (mr *MockSecretsManagerAPIMockRecorder) ListSecretsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListSecretsPagesWithContext indicates an expected call of ListSecretsPagesWithContext

func (*MockSecretsManagerAPIMockRecorder) ListSecretsRequest

func (mr *MockSecretsManagerAPIMockRecorder) ListSecretsRequest(arg0 interface{}) *gomock.Call

ListSecretsRequest indicates an expected call of ListSecretsRequest

func (*MockSecretsManagerAPIMockRecorder) ListSecretsWithContext

func (mr *MockSecretsManagerAPIMockRecorder) ListSecretsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSecretsWithContext indicates an expected call of ListSecretsWithContext

func (*MockSecretsManagerAPIMockRecorder) PutResourcePolicy

func (mr *MockSecretsManagerAPIMockRecorder) PutResourcePolicy(arg0 interface{}) *gomock.Call

PutResourcePolicy indicates an expected call of PutResourcePolicy

func (*MockSecretsManagerAPIMockRecorder) PutResourcePolicyRequest

func (mr *MockSecretsManagerAPIMockRecorder) PutResourcePolicyRequest(arg0 interface{}) *gomock.Call

PutResourcePolicyRequest indicates an expected call of PutResourcePolicyRequest

func (*MockSecretsManagerAPIMockRecorder) PutResourcePolicyWithContext

func (mr *MockSecretsManagerAPIMockRecorder) PutResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutResourcePolicyWithContext indicates an expected call of PutResourcePolicyWithContext

func (*MockSecretsManagerAPIMockRecorder) PutSecretValue

func (mr *MockSecretsManagerAPIMockRecorder) PutSecretValue(arg0 interface{}) *gomock.Call

PutSecretValue indicates an expected call of PutSecretValue

func (*MockSecretsManagerAPIMockRecorder) PutSecretValueRequest

func (mr *MockSecretsManagerAPIMockRecorder) PutSecretValueRequest(arg0 interface{}) *gomock.Call

PutSecretValueRequest indicates an expected call of PutSecretValueRequest

func (*MockSecretsManagerAPIMockRecorder) PutSecretValueWithContext

func (mr *MockSecretsManagerAPIMockRecorder) PutSecretValueWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutSecretValueWithContext indicates an expected call of PutSecretValueWithContext

func (*MockSecretsManagerAPIMockRecorder) RemoveRegionsFromReplication added in v0.47.0

func (mr *MockSecretsManagerAPIMockRecorder) RemoveRegionsFromReplication(arg0 interface{}) *gomock.Call

RemoveRegionsFromReplication indicates an expected call of RemoveRegionsFromReplication

func (*MockSecretsManagerAPIMockRecorder) RemoveRegionsFromReplicationRequest added in v0.47.0

func (mr *MockSecretsManagerAPIMockRecorder) RemoveRegionsFromReplicationRequest(arg0 interface{}) *gomock.Call

RemoveRegionsFromReplicationRequest indicates an expected call of RemoveRegionsFromReplicationRequest

func (*MockSecretsManagerAPIMockRecorder) RemoveRegionsFromReplicationWithContext added in v0.47.0

func (mr *MockSecretsManagerAPIMockRecorder) RemoveRegionsFromReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveRegionsFromReplicationWithContext indicates an expected call of RemoveRegionsFromReplicationWithContext

func (*MockSecretsManagerAPIMockRecorder) ReplicateSecretToRegions added in v0.47.0

func (mr *MockSecretsManagerAPIMockRecorder) ReplicateSecretToRegions(arg0 interface{}) *gomock.Call

ReplicateSecretToRegions indicates an expected call of ReplicateSecretToRegions

func (*MockSecretsManagerAPIMockRecorder) ReplicateSecretToRegionsRequest added in v0.47.0

func (mr *MockSecretsManagerAPIMockRecorder) ReplicateSecretToRegionsRequest(arg0 interface{}) *gomock.Call

ReplicateSecretToRegionsRequest indicates an expected call of ReplicateSecretToRegionsRequest

func (*MockSecretsManagerAPIMockRecorder) ReplicateSecretToRegionsWithContext added in v0.47.0

func (mr *MockSecretsManagerAPIMockRecorder) ReplicateSecretToRegionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplicateSecretToRegionsWithContext indicates an expected call of ReplicateSecretToRegionsWithContext

func (*MockSecretsManagerAPIMockRecorder) RestoreSecret

func (mr *MockSecretsManagerAPIMockRecorder) RestoreSecret(arg0 interface{}) *gomock.Call

RestoreSecret indicates an expected call of RestoreSecret

func (*MockSecretsManagerAPIMockRecorder) RestoreSecretRequest

func (mr *MockSecretsManagerAPIMockRecorder) RestoreSecretRequest(arg0 interface{}) *gomock.Call

RestoreSecretRequest indicates an expected call of RestoreSecretRequest

func (*MockSecretsManagerAPIMockRecorder) RestoreSecretWithContext

func (mr *MockSecretsManagerAPIMockRecorder) RestoreSecretWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreSecretWithContext indicates an expected call of RestoreSecretWithContext

func (*MockSecretsManagerAPIMockRecorder) RotateSecret

func (mr *MockSecretsManagerAPIMockRecorder) RotateSecret(arg0 interface{}) *gomock.Call

RotateSecret indicates an expected call of RotateSecret

func (*MockSecretsManagerAPIMockRecorder) RotateSecretRequest

func (mr *MockSecretsManagerAPIMockRecorder) RotateSecretRequest(arg0 interface{}) *gomock.Call

RotateSecretRequest indicates an expected call of RotateSecretRequest

func (*MockSecretsManagerAPIMockRecorder) RotateSecretWithContext

func (mr *MockSecretsManagerAPIMockRecorder) RotateSecretWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RotateSecretWithContext indicates an expected call of RotateSecretWithContext

func (*MockSecretsManagerAPIMockRecorder) StopReplicationToReplica added in v0.47.0

func (mr *MockSecretsManagerAPIMockRecorder) StopReplicationToReplica(arg0 interface{}) *gomock.Call

StopReplicationToReplica indicates an expected call of StopReplicationToReplica

func (*MockSecretsManagerAPIMockRecorder) StopReplicationToReplicaRequest added in v0.47.0

func (mr *MockSecretsManagerAPIMockRecorder) StopReplicationToReplicaRequest(arg0 interface{}) *gomock.Call

StopReplicationToReplicaRequest indicates an expected call of StopReplicationToReplicaRequest

func (*MockSecretsManagerAPIMockRecorder) StopReplicationToReplicaWithContext added in v0.47.0

func (mr *MockSecretsManagerAPIMockRecorder) StopReplicationToReplicaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopReplicationToReplicaWithContext indicates an expected call of StopReplicationToReplicaWithContext

func (*MockSecretsManagerAPIMockRecorder) TagResource

func (mr *MockSecretsManagerAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockSecretsManagerAPIMockRecorder) TagResourceRequest

func (mr *MockSecretsManagerAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockSecretsManagerAPIMockRecorder) TagResourceWithContext

func (mr *MockSecretsManagerAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockSecretsManagerAPIMockRecorder) UntagResource

func (mr *MockSecretsManagerAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockSecretsManagerAPIMockRecorder) UntagResourceRequest

func (mr *MockSecretsManagerAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockSecretsManagerAPIMockRecorder) UntagResourceWithContext

func (mr *MockSecretsManagerAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockSecretsManagerAPIMockRecorder) UpdateSecret

func (mr *MockSecretsManagerAPIMockRecorder) UpdateSecret(arg0 interface{}) *gomock.Call

UpdateSecret indicates an expected call of UpdateSecret

func (*MockSecretsManagerAPIMockRecorder) UpdateSecretRequest

func (mr *MockSecretsManagerAPIMockRecorder) UpdateSecretRequest(arg0 interface{}) *gomock.Call

UpdateSecretRequest indicates an expected call of UpdateSecretRequest

func (*MockSecretsManagerAPIMockRecorder) UpdateSecretVersionStage

func (mr *MockSecretsManagerAPIMockRecorder) UpdateSecretVersionStage(arg0 interface{}) *gomock.Call

UpdateSecretVersionStage indicates an expected call of UpdateSecretVersionStage

func (*MockSecretsManagerAPIMockRecorder) UpdateSecretVersionStageRequest

func (mr *MockSecretsManagerAPIMockRecorder) UpdateSecretVersionStageRequest(arg0 interface{}) *gomock.Call

UpdateSecretVersionStageRequest indicates an expected call of UpdateSecretVersionStageRequest

func (*MockSecretsManagerAPIMockRecorder) UpdateSecretVersionStageWithContext

func (mr *MockSecretsManagerAPIMockRecorder) UpdateSecretVersionStageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSecretVersionStageWithContext indicates an expected call of UpdateSecretVersionStageWithContext

func (*MockSecretsManagerAPIMockRecorder) UpdateSecretWithContext

func (mr *MockSecretsManagerAPIMockRecorder) UpdateSecretWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSecretWithContext indicates an expected call of UpdateSecretWithContext

func (*MockSecretsManagerAPIMockRecorder) ValidateResourcePolicy added in v0.26.0

func (mr *MockSecretsManagerAPIMockRecorder) ValidateResourcePolicy(arg0 interface{}) *gomock.Call

ValidateResourcePolicy indicates an expected call of ValidateResourcePolicy

func (*MockSecretsManagerAPIMockRecorder) ValidateResourcePolicyRequest added in v0.26.0

func (mr *MockSecretsManagerAPIMockRecorder) ValidateResourcePolicyRequest(arg0 interface{}) *gomock.Call

ValidateResourcePolicyRequest indicates an expected call of ValidateResourcePolicyRequest

func (*MockSecretsManagerAPIMockRecorder) ValidateResourcePolicyWithContext added in v0.26.0

func (mr *MockSecretsManagerAPIMockRecorder) ValidateResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ValidateResourcePolicyWithContext indicates an expected call of ValidateResourcePolicyWithContext

Jump to

Keyboard shortcuts

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