mocks

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAwsClientInterface

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

MockAwsClientInterface is a mock of AwsClientInterface interface.

func NewMockAwsClientInterface

func NewMockAwsClientInterface(ctrl *gomock.Controller) *MockAwsClientInterface

NewMockAwsClientInterface creates a new mock instance.

func (*MockAwsClientInterface) EXPECT

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

func (*MockAwsClientInterface) GetAWSClientSession

func (m *MockAwsClientInterface) GetAWSClientSession(awsRoleARN, region string) (client.ConfigProvider, error)

GetAWSClientSession mocks base method.

type MockAwsClientInterfaceMockRecorder

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

MockAwsClientInterfaceMockRecorder is the mock recorder for MockAwsClientInterface.

func (*MockAwsClientInterfaceMockRecorder) GetAWSClientSession

func (mr *MockAwsClientInterfaceMockRecorder) GetAWSClientSession(awsRoleARN, region interface{}) *gomock.Call

GetAWSClientSession indicates an expected call of GetAWSClientSession.

type MockEKSAPI

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

MockEKSAPI is a mock of EKSAPI interface.

func NewMockEKSAPI

func NewMockEKSAPI(ctrl *gomock.Controller) *MockEKSAPI

NewMockEKSAPI creates a new mock instance.

func (*MockEKSAPI) AssociateAccessPolicy

func (m *MockEKSAPI) AssociateAccessPolicy(arg0 *eks.AssociateAccessPolicyInput) (*eks.AssociateAccessPolicyOutput, error)

AssociateAccessPolicy mocks base method.

func (*MockEKSAPI) AssociateAccessPolicyRequest

func (m *MockEKSAPI) AssociateAccessPolicyRequest(arg0 *eks.AssociateAccessPolicyInput) (*request.Request, *eks.AssociateAccessPolicyOutput)

AssociateAccessPolicyRequest mocks base method.

func (*MockEKSAPI) AssociateAccessPolicyWithContext

func (m *MockEKSAPI) AssociateAccessPolicyWithContext(arg0 context.Context, arg1 *eks.AssociateAccessPolicyInput, arg2 ...request.Option) (*eks.AssociateAccessPolicyOutput, error)

AssociateAccessPolicyWithContext mocks base method.

func (*MockEKSAPI) AssociateEncryptionConfig

AssociateEncryptionConfig mocks base method.

func (*MockEKSAPI) AssociateEncryptionConfigRequest

func (m *MockEKSAPI) AssociateEncryptionConfigRequest(arg0 *eks.AssociateEncryptionConfigInput) (*request.Request, *eks.AssociateEncryptionConfigOutput)

AssociateEncryptionConfigRequest mocks base method.

func (*MockEKSAPI) AssociateEncryptionConfigWithContext

func (m *MockEKSAPI) AssociateEncryptionConfigWithContext(arg0 context.Context, arg1 *eks.AssociateEncryptionConfigInput, arg2 ...request.Option) (*eks.AssociateEncryptionConfigOutput, error)

AssociateEncryptionConfigWithContext mocks base method.

func (*MockEKSAPI) AssociateIdentityProviderConfig

AssociateIdentityProviderConfig mocks base method.

func (*MockEKSAPI) AssociateIdentityProviderConfigRequest

func (m *MockEKSAPI) AssociateIdentityProviderConfigRequest(arg0 *eks.AssociateIdentityProviderConfigInput) (*request.Request, *eks.AssociateIdentityProviderConfigOutput)

AssociateIdentityProviderConfigRequest mocks base method.

func (*MockEKSAPI) AssociateIdentityProviderConfigWithContext

func (m *MockEKSAPI) AssociateIdentityProviderConfigWithContext(arg0 context.Context, arg1 *eks.AssociateIdentityProviderConfigInput, arg2 ...request.Option) (*eks.AssociateIdentityProviderConfigOutput, error)

AssociateIdentityProviderConfigWithContext mocks base method.

func (*MockEKSAPI) CreateAccessEntry

func (m *MockEKSAPI) CreateAccessEntry(arg0 *eks.CreateAccessEntryInput) (*eks.CreateAccessEntryOutput, error)

CreateAccessEntry mocks base method.

func (*MockEKSAPI) CreateAccessEntryRequest

func (m *MockEKSAPI) CreateAccessEntryRequest(arg0 *eks.CreateAccessEntryInput) (*request.Request, *eks.CreateAccessEntryOutput)

CreateAccessEntryRequest mocks base method.

func (*MockEKSAPI) CreateAccessEntryWithContext

func (m *MockEKSAPI) CreateAccessEntryWithContext(arg0 context.Context, arg1 *eks.CreateAccessEntryInput, arg2 ...request.Option) (*eks.CreateAccessEntryOutput, error)

CreateAccessEntryWithContext mocks base method.

func (*MockEKSAPI) CreateAddon

func (m *MockEKSAPI) CreateAddon(arg0 *eks.CreateAddonInput) (*eks.CreateAddonOutput, error)

CreateAddon mocks base method.

func (*MockEKSAPI) CreateAddonRequest

func (m *MockEKSAPI) CreateAddonRequest(arg0 *eks.CreateAddonInput) (*request.Request, *eks.CreateAddonOutput)

CreateAddonRequest mocks base method.

func (*MockEKSAPI) CreateAddonWithContext

func (m *MockEKSAPI) CreateAddonWithContext(arg0 context.Context, arg1 *eks.CreateAddonInput, arg2 ...request.Option) (*eks.CreateAddonOutput, error)

CreateAddonWithContext mocks base method.

func (*MockEKSAPI) CreateCluster

func (m *MockEKSAPI) CreateCluster(arg0 *eks.CreateClusterInput) (*eks.CreateClusterOutput, error)

CreateCluster mocks base method.

func (*MockEKSAPI) CreateClusterRequest

func (m *MockEKSAPI) CreateClusterRequest(arg0 *eks.CreateClusterInput) (*request.Request, *eks.CreateClusterOutput)

CreateClusterRequest mocks base method.

func (*MockEKSAPI) CreateClusterWithContext

func (m *MockEKSAPI) CreateClusterWithContext(arg0 context.Context, arg1 *eks.CreateClusterInput, arg2 ...request.Option) (*eks.CreateClusterOutput, error)

CreateClusterWithContext mocks base method.

func (*MockEKSAPI) CreateEksAnywhereSubscription

CreateEksAnywhereSubscription mocks base method.

func (*MockEKSAPI) CreateEksAnywhereSubscriptionRequest

func (m *MockEKSAPI) CreateEksAnywhereSubscriptionRequest(arg0 *eks.CreateEksAnywhereSubscriptionInput) (*request.Request, *eks.CreateEksAnywhereSubscriptionOutput)

CreateEksAnywhereSubscriptionRequest mocks base method.

func (*MockEKSAPI) CreateEksAnywhereSubscriptionWithContext

func (m *MockEKSAPI) CreateEksAnywhereSubscriptionWithContext(arg0 context.Context, arg1 *eks.CreateEksAnywhereSubscriptionInput, arg2 ...request.Option) (*eks.CreateEksAnywhereSubscriptionOutput, error)

CreateEksAnywhereSubscriptionWithContext mocks base method.

func (*MockEKSAPI) CreateFargateProfile

func (m *MockEKSAPI) CreateFargateProfile(arg0 *eks.CreateFargateProfileInput) (*eks.CreateFargateProfileOutput, error)

CreateFargateProfile mocks base method.

func (*MockEKSAPI) CreateFargateProfileRequest

func (m *MockEKSAPI) CreateFargateProfileRequest(arg0 *eks.CreateFargateProfileInput) (*request.Request, *eks.CreateFargateProfileOutput)

CreateFargateProfileRequest mocks base method.

func (*MockEKSAPI) CreateFargateProfileWithContext

func (m *MockEKSAPI) CreateFargateProfileWithContext(arg0 context.Context, arg1 *eks.CreateFargateProfileInput, arg2 ...request.Option) (*eks.CreateFargateProfileOutput, error)

CreateFargateProfileWithContext mocks base method.

func (*MockEKSAPI) CreateNodegroup

func (m *MockEKSAPI) CreateNodegroup(arg0 *eks.CreateNodegroupInput) (*eks.CreateNodegroupOutput, error)

CreateNodegroup mocks base method.

func (*MockEKSAPI) CreateNodegroupRequest

func (m *MockEKSAPI) CreateNodegroupRequest(arg0 *eks.CreateNodegroupInput) (*request.Request, *eks.CreateNodegroupOutput)

CreateNodegroupRequest mocks base method.

func (*MockEKSAPI) CreateNodegroupWithContext

func (m *MockEKSAPI) CreateNodegroupWithContext(arg0 context.Context, arg1 *eks.CreateNodegroupInput, arg2 ...request.Option) (*eks.CreateNodegroupOutput, error)

CreateNodegroupWithContext mocks base method.

func (*MockEKSAPI) CreatePodIdentityAssociation

CreatePodIdentityAssociation mocks base method.

func (*MockEKSAPI) CreatePodIdentityAssociationRequest

func (m *MockEKSAPI) CreatePodIdentityAssociationRequest(arg0 *eks.CreatePodIdentityAssociationInput) (*request.Request, *eks.CreatePodIdentityAssociationOutput)

CreatePodIdentityAssociationRequest mocks base method.

func (*MockEKSAPI) CreatePodIdentityAssociationWithContext

func (m *MockEKSAPI) CreatePodIdentityAssociationWithContext(arg0 context.Context, arg1 *eks.CreatePodIdentityAssociationInput, arg2 ...request.Option) (*eks.CreatePodIdentityAssociationOutput, error)

CreatePodIdentityAssociationWithContext mocks base method.

func (*MockEKSAPI) DeleteAccessEntry

func (m *MockEKSAPI) DeleteAccessEntry(arg0 *eks.DeleteAccessEntryInput) (*eks.DeleteAccessEntryOutput, error)

DeleteAccessEntry mocks base method.

func (*MockEKSAPI) DeleteAccessEntryRequest

func (m *MockEKSAPI) DeleteAccessEntryRequest(arg0 *eks.DeleteAccessEntryInput) (*request.Request, *eks.DeleteAccessEntryOutput)

DeleteAccessEntryRequest mocks base method.

func (*MockEKSAPI) DeleteAccessEntryWithContext

func (m *MockEKSAPI) DeleteAccessEntryWithContext(arg0 context.Context, arg1 *eks.DeleteAccessEntryInput, arg2 ...request.Option) (*eks.DeleteAccessEntryOutput, error)

DeleteAccessEntryWithContext mocks base method.

func (*MockEKSAPI) DeleteAddon

func (m *MockEKSAPI) DeleteAddon(arg0 *eks.DeleteAddonInput) (*eks.DeleteAddonOutput, error)

DeleteAddon mocks base method.

func (*MockEKSAPI) DeleteAddonRequest

func (m *MockEKSAPI) DeleteAddonRequest(arg0 *eks.DeleteAddonInput) (*request.Request, *eks.DeleteAddonOutput)

DeleteAddonRequest mocks base method.

func (*MockEKSAPI) DeleteAddonWithContext

func (m *MockEKSAPI) DeleteAddonWithContext(arg0 context.Context, arg1 *eks.DeleteAddonInput, arg2 ...request.Option) (*eks.DeleteAddonOutput, error)

DeleteAddonWithContext mocks base method.

func (*MockEKSAPI) DeleteCluster

func (m *MockEKSAPI) DeleteCluster(arg0 *eks.DeleteClusterInput) (*eks.DeleteClusterOutput, error)

DeleteCluster mocks base method.

func (*MockEKSAPI) DeleteClusterRequest

func (m *MockEKSAPI) DeleteClusterRequest(arg0 *eks.DeleteClusterInput) (*request.Request, *eks.DeleteClusterOutput)

DeleteClusterRequest mocks base method.

func (*MockEKSAPI) DeleteClusterWithContext

func (m *MockEKSAPI) DeleteClusterWithContext(arg0 context.Context, arg1 *eks.DeleteClusterInput, arg2 ...request.Option) (*eks.DeleteClusterOutput, error)

DeleteClusterWithContext mocks base method.

func (*MockEKSAPI) DeleteEksAnywhereSubscription

DeleteEksAnywhereSubscription mocks base method.

func (*MockEKSAPI) DeleteEksAnywhereSubscriptionRequest

func (m *MockEKSAPI) DeleteEksAnywhereSubscriptionRequest(arg0 *eks.DeleteEksAnywhereSubscriptionInput) (*request.Request, *eks.DeleteEksAnywhereSubscriptionOutput)

DeleteEksAnywhereSubscriptionRequest mocks base method.

func (*MockEKSAPI) DeleteEksAnywhereSubscriptionWithContext

func (m *MockEKSAPI) DeleteEksAnywhereSubscriptionWithContext(arg0 context.Context, arg1 *eks.DeleteEksAnywhereSubscriptionInput, arg2 ...request.Option) (*eks.DeleteEksAnywhereSubscriptionOutput, error)

DeleteEksAnywhereSubscriptionWithContext mocks base method.

func (*MockEKSAPI) DeleteFargateProfile

func (m *MockEKSAPI) DeleteFargateProfile(arg0 *eks.DeleteFargateProfileInput) (*eks.DeleteFargateProfileOutput, error)

DeleteFargateProfile mocks base method.

func (*MockEKSAPI) DeleteFargateProfileRequest

func (m *MockEKSAPI) DeleteFargateProfileRequest(arg0 *eks.DeleteFargateProfileInput) (*request.Request, *eks.DeleteFargateProfileOutput)

DeleteFargateProfileRequest mocks base method.

func (*MockEKSAPI) DeleteFargateProfileWithContext

func (m *MockEKSAPI) DeleteFargateProfileWithContext(arg0 context.Context, arg1 *eks.DeleteFargateProfileInput, arg2 ...request.Option) (*eks.DeleteFargateProfileOutput, error)

DeleteFargateProfileWithContext mocks base method.

func (*MockEKSAPI) DeleteNodegroup

func (m *MockEKSAPI) DeleteNodegroup(arg0 *eks.DeleteNodegroupInput) (*eks.DeleteNodegroupOutput, error)

DeleteNodegroup mocks base method.

func (*MockEKSAPI) DeleteNodegroupRequest

func (m *MockEKSAPI) DeleteNodegroupRequest(arg0 *eks.DeleteNodegroupInput) (*request.Request, *eks.DeleteNodegroupOutput)

DeleteNodegroupRequest mocks base method.

func (*MockEKSAPI) DeleteNodegroupWithContext

func (m *MockEKSAPI) DeleteNodegroupWithContext(arg0 context.Context, arg1 *eks.DeleteNodegroupInput, arg2 ...request.Option) (*eks.DeleteNodegroupOutput, error)

DeleteNodegroupWithContext mocks base method.

func (*MockEKSAPI) DeletePodIdentityAssociation

DeletePodIdentityAssociation mocks base method.

func (*MockEKSAPI) DeletePodIdentityAssociationRequest

func (m *MockEKSAPI) DeletePodIdentityAssociationRequest(arg0 *eks.DeletePodIdentityAssociationInput) (*request.Request, *eks.DeletePodIdentityAssociationOutput)

DeletePodIdentityAssociationRequest mocks base method.

func (*MockEKSAPI) DeletePodIdentityAssociationWithContext

func (m *MockEKSAPI) DeletePodIdentityAssociationWithContext(arg0 context.Context, arg1 *eks.DeletePodIdentityAssociationInput, arg2 ...request.Option) (*eks.DeletePodIdentityAssociationOutput, error)

DeletePodIdentityAssociationWithContext mocks base method.

func (*MockEKSAPI) DeregisterCluster

func (m *MockEKSAPI) DeregisterCluster(arg0 *eks.DeregisterClusterInput) (*eks.DeregisterClusterOutput, error)

DeregisterCluster mocks base method.

func (*MockEKSAPI) DeregisterClusterRequest

func (m *MockEKSAPI) DeregisterClusterRequest(arg0 *eks.DeregisterClusterInput) (*request.Request, *eks.DeregisterClusterOutput)

DeregisterClusterRequest mocks base method.

func (*MockEKSAPI) DeregisterClusterWithContext

func (m *MockEKSAPI) DeregisterClusterWithContext(arg0 context.Context, arg1 *eks.DeregisterClusterInput, arg2 ...request.Option) (*eks.DeregisterClusterOutput, error)

DeregisterClusterWithContext mocks base method.

func (*MockEKSAPI) DescribeAccessEntry

func (m *MockEKSAPI) DescribeAccessEntry(arg0 *eks.DescribeAccessEntryInput) (*eks.DescribeAccessEntryOutput, error)

DescribeAccessEntry mocks base method.

func (*MockEKSAPI) DescribeAccessEntryRequest

func (m *MockEKSAPI) DescribeAccessEntryRequest(arg0 *eks.DescribeAccessEntryInput) (*request.Request, *eks.DescribeAccessEntryOutput)

DescribeAccessEntryRequest mocks base method.

func (*MockEKSAPI) DescribeAccessEntryWithContext

func (m *MockEKSAPI) DescribeAccessEntryWithContext(arg0 context.Context, arg1 *eks.DescribeAccessEntryInput, arg2 ...request.Option) (*eks.DescribeAccessEntryOutput, error)

DescribeAccessEntryWithContext mocks base method.

func (*MockEKSAPI) DescribeAddon

func (m *MockEKSAPI) DescribeAddon(arg0 *eks.DescribeAddonInput) (*eks.DescribeAddonOutput, error)

DescribeAddon mocks base method.

func (*MockEKSAPI) DescribeAddonConfiguration

DescribeAddonConfiguration mocks base method.

func (*MockEKSAPI) DescribeAddonConfigurationRequest

func (m *MockEKSAPI) DescribeAddonConfigurationRequest(arg0 *eks.DescribeAddonConfigurationInput) (*request.Request, *eks.DescribeAddonConfigurationOutput)

DescribeAddonConfigurationRequest mocks base method.

func (*MockEKSAPI) DescribeAddonConfigurationWithContext

func (m *MockEKSAPI) DescribeAddonConfigurationWithContext(arg0 context.Context, arg1 *eks.DescribeAddonConfigurationInput, arg2 ...request.Option) (*eks.DescribeAddonConfigurationOutput, error)

DescribeAddonConfigurationWithContext mocks base method.

func (*MockEKSAPI) DescribeAddonRequest

func (m *MockEKSAPI) DescribeAddonRequest(arg0 *eks.DescribeAddonInput) (*request.Request, *eks.DescribeAddonOutput)

DescribeAddonRequest mocks base method.

func (*MockEKSAPI) DescribeAddonVersions

func (m *MockEKSAPI) DescribeAddonVersions(arg0 *eks.DescribeAddonVersionsInput) (*eks.DescribeAddonVersionsOutput, error)

DescribeAddonVersions mocks base method.

func (*MockEKSAPI) DescribeAddonVersionsPages

func (m *MockEKSAPI) DescribeAddonVersionsPages(arg0 *eks.DescribeAddonVersionsInput, arg1 func(*eks.DescribeAddonVersionsOutput, bool) bool) error

DescribeAddonVersionsPages mocks base method.

func (*MockEKSAPI) DescribeAddonVersionsPagesWithContext

func (m *MockEKSAPI) DescribeAddonVersionsPagesWithContext(arg0 context.Context, arg1 *eks.DescribeAddonVersionsInput, arg2 func(*eks.DescribeAddonVersionsOutput, bool) bool, arg3 ...request.Option) error

DescribeAddonVersionsPagesWithContext mocks base method.

func (*MockEKSAPI) DescribeAddonVersionsRequest

func (m *MockEKSAPI) DescribeAddonVersionsRequest(arg0 *eks.DescribeAddonVersionsInput) (*request.Request, *eks.DescribeAddonVersionsOutput)

DescribeAddonVersionsRequest mocks base method.

func (*MockEKSAPI) DescribeAddonVersionsWithContext

func (m *MockEKSAPI) DescribeAddonVersionsWithContext(arg0 context.Context, arg1 *eks.DescribeAddonVersionsInput, arg2 ...request.Option) (*eks.DescribeAddonVersionsOutput, error)

DescribeAddonVersionsWithContext mocks base method.

func (*MockEKSAPI) DescribeAddonWithContext

func (m *MockEKSAPI) DescribeAddonWithContext(arg0 context.Context, arg1 *eks.DescribeAddonInput, arg2 ...request.Option) (*eks.DescribeAddonOutput, error)

DescribeAddonWithContext mocks base method.

func (*MockEKSAPI) DescribeCluster

func (m *MockEKSAPI) DescribeCluster(arg0 *eks.DescribeClusterInput) (*eks.DescribeClusterOutput, error)

DescribeCluster mocks base method.

func (*MockEKSAPI) DescribeClusterRequest

func (m *MockEKSAPI) DescribeClusterRequest(arg0 *eks.DescribeClusterInput) (*request.Request, *eks.DescribeClusterOutput)

DescribeClusterRequest mocks base method.

func (*MockEKSAPI) DescribeClusterWithContext

func (m *MockEKSAPI) DescribeClusterWithContext(arg0 context.Context, arg1 *eks.DescribeClusterInput, arg2 ...request.Option) (*eks.DescribeClusterOutput, error)

DescribeClusterWithContext mocks base method.

func (*MockEKSAPI) DescribeEksAnywhereSubscription

DescribeEksAnywhereSubscription mocks base method.

func (*MockEKSAPI) DescribeEksAnywhereSubscriptionRequest

func (m *MockEKSAPI) DescribeEksAnywhereSubscriptionRequest(arg0 *eks.DescribeEksAnywhereSubscriptionInput) (*request.Request, *eks.DescribeEksAnywhereSubscriptionOutput)

DescribeEksAnywhereSubscriptionRequest mocks base method.

func (*MockEKSAPI) DescribeEksAnywhereSubscriptionWithContext

func (m *MockEKSAPI) DescribeEksAnywhereSubscriptionWithContext(arg0 context.Context, arg1 *eks.DescribeEksAnywhereSubscriptionInput, arg2 ...request.Option) (*eks.DescribeEksAnywhereSubscriptionOutput, error)

DescribeEksAnywhereSubscriptionWithContext mocks base method.

func (*MockEKSAPI) DescribeFargateProfile

func (m *MockEKSAPI) DescribeFargateProfile(arg0 *eks.DescribeFargateProfileInput) (*eks.DescribeFargateProfileOutput, error)

DescribeFargateProfile mocks base method.

func (*MockEKSAPI) DescribeFargateProfileRequest

func (m *MockEKSAPI) DescribeFargateProfileRequest(arg0 *eks.DescribeFargateProfileInput) (*request.Request, *eks.DescribeFargateProfileOutput)

DescribeFargateProfileRequest mocks base method.

func (*MockEKSAPI) DescribeFargateProfileWithContext

func (m *MockEKSAPI) DescribeFargateProfileWithContext(arg0 context.Context, arg1 *eks.DescribeFargateProfileInput, arg2 ...request.Option) (*eks.DescribeFargateProfileOutput, error)

DescribeFargateProfileWithContext mocks base method.

func (*MockEKSAPI) DescribeIdentityProviderConfig

DescribeIdentityProviderConfig mocks base method.

func (*MockEKSAPI) DescribeIdentityProviderConfigRequest

func (m *MockEKSAPI) DescribeIdentityProviderConfigRequest(arg0 *eks.DescribeIdentityProviderConfigInput) (*request.Request, *eks.DescribeIdentityProviderConfigOutput)

DescribeIdentityProviderConfigRequest mocks base method.

func (*MockEKSAPI) DescribeIdentityProviderConfigWithContext

func (m *MockEKSAPI) DescribeIdentityProviderConfigWithContext(arg0 context.Context, arg1 *eks.DescribeIdentityProviderConfigInput, arg2 ...request.Option) (*eks.DescribeIdentityProviderConfigOutput, error)

DescribeIdentityProviderConfigWithContext mocks base method.

func (*MockEKSAPI) DescribeInsight

func (m *MockEKSAPI) DescribeInsight(arg0 *eks.DescribeInsightInput) (*eks.DescribeInsightOutput, error)

DescribeInsight mocks base method.

func (*MockEKSAPI) DescribeInsightRequest

func (m *MockEKSAPI) DescribeInsightRequest(arg0 *eks.DescribeInsightInput) (*request.Request, *eks.DescribeInsightOutput)

DescribeInsightRequest mocks base method.

func (*MockEKSAPI) DescribeInsightWithContext

func (m *MockEKSAPI) DescribeInsightWithContext(arg0 context.Context, arg1 *eks.DescribeInsightInput, arg2 ...request.Option) (*eks.DescribeInsightOutput, error)

DescribeInsightWithContext mocks base method.

func (*MockEKSAPI) DescribeNodegroup

func (m *MockEKSAPI) DescribeNodegroup(arg0 *eks.DescribeNodegroupInput) (*eks.DescribeNodegroupOutput, error)

DescribeNodegroup mocks base method.

func (*MockEKSAPI) DescribeNodegroupRequest

func (m *MockEKSAPI) DescribeNodegroupRequest(arg0 *eks.DescribeNodegroupInput) (*request.Request, *eks.DescribeNodegroupOutput)

DescribeNodegroupRequest mocks base method.

func (*MockEKSAPI) DescribeNodegroupWithContext

func (m *MockEKSAPI) DescribeNodegroupWithContext(arg0 context.Context, arg1 *eks.DescribeNodegroupInput, arg2 ...request.Option) (*eks.DescribeNodegroupOutput, error)

DescribeNodegroupWithContext mocks base method.

func (*MockEKSAPI) DescribePodIdentityAssociation

DescribePodIdentityAssociation mocks base method.

func (*MockEKSAPI) DescribePodIdentityAssociationRequest

func (m *MockEKSAPI) DescribePodIdentityAssociationRequest(arg0 *eks.DescribePodIdentityAssociationInput) (*request.Request, *eks.DescribePodIdentityAssociationOutput)

DescribePodIdentityAssociationRequest mocks base method.

func (*MockEKSAPI) DescribePodIdentityAssociationWithContext

func (m *MockEKSAPI) DescribePodIdentityAssociationWithContext(arg0 context.Context, arg1 *eks.DescribePodIdentityAssociationInput, arg2 ...request.Option) (*eks.DescribePodIdentityAssociationOutput, error)

DescribePodIdentityAssociationWithContext mocks base method.

func (*MockEKSAPI) DescribeUpdate

func (m *MockEKSAPI) DescribeUpdate(arg0 *eks.DescribeUpdateInput) (*eks.DescribeUpdateOutput, error)

DescribeUpdate mocks base method.

func (*MockEKSAPI) DescribeUpdateRequest

func (m *MockEKSAPI) DescribeUpdateRequest(arg0 *eks.DescribeUpdateInput) (*request.Request, *eks.DescribeUpdateOutput)

DescribeUpdateRequest mocks base method.

func (*MockEKSAPI) DescribeUpdateWithContext

func (m *MockEKSAPI) DescribeUpdateWithContext(arg0 context.Context, arg1 *eks.DescribeUpdateInput, arg2 ...request.Option) (*eks.DescribeUpdateOutput, error)

DescribeUpdateWithContext mocks base method.

func (*MockEKSAPI) DisassociateAccessPolicy

DisassociateAccessPolicy mocks base method.

func (*MockEKSAPI) DisassociateAccessPolicyRequest

func (m *MockEKSAPI) DisassociateAccessPolicyRequest(arg0 *eks.DisassociateAccessPolicyInput) (*request.Request, *eks.DisassociateAccessPolicyOutput)

DisassociateAccessPolicyRequest mocks base method.

func (*MockEKSAPI) DisassociateAccessPolicyWithContext

func (m *MockEKSAPI) DisassociateAccessPolicyWithContext(arg0 context.Context, arg1 *eks.DisassociateAccessPolicyInput, arg2 ...request.Option) (*eks.DisassociateAccessPolicyOutput, error)

DisassociateAccessPolicyWithContext mocks base method.

func (*MockEKSAPI) DisassociateIdentityProviderConfig

DisassociateIdentityProviderConfig mocks base method.

func (*MockEKSAPI) DisassociateIdentityProviderConfigRequest

DisassociateIdentityProviderConfigRequest mocks base method.

func (*MockEKSAPI) DisassociateIdentityProviderConfigWithContext

func (m *MockEKSAPI) DisassociateIdentityProviderConfigWithContext(arg0 context.Context, arg1 *eks.DisassociateIdentityProviderConfigInput, arg2 ...request.Option) (*eks.DisassociateIdentityProviderConfigOutput, error)

DisassociateIdentityProviderConfigWithContext mocks base method.

func (*MockEKSAPI) EXPECT

func (m *MockEKSAPI) EXPECT() *MockEKSAPIMockRecorder

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

func (*MockEKSAPI) ListAccessEntries

func (m *MockEKSAPI) ListAccessEntries(arg0 *eks.ListAccessEntriesInput) (*eks.ListAccessEntriesOutput, error)

ListAccessEntries mocks base method.

func (*MockEKSAPI) ListAccessEntriesPages

func (m *MockEKSAPI) ListAccessEntriesPages(arg0 *eks.ListAccessEntriesInput, arg1 func(*eks.ListAccessEntriesOutput, bool) bool) error

ListAccessEntriesPages mocks base method.

func (*MockEKSAPI) ListAccessEntriesPagesWithContext

func (m *MockEKSAPI) ListAccessEntriesPagesWithContext(arg0 context.Context, arg1 *eks.ListAccessEntriesInput, arg2 func(*eks.ListAccessEntriesOutput, bool) bool, arg3 ...request.Option) error

ListAccessEntriesPagesWithContext mocks base method.

func (*MockEKSAPI) ListAccessEntriesRequest

func (m *MockEKSAPI) ListAccessEntriesRequest(arg0 *eks.ListAccessEntriesInput) (*request.Request, *eks.ListAccessEntriesOutput)

ListAccessEntriesRequest mocks base method.

func (*MockEKSAPI) ListAccessEntriesWithContext

func (m *MockEKSAPI) ListAccessEntriesWithContext(arg0 context.Context, arg1 *eks.ListAccessEntriesInput, arg2 ...request.Option) (*eks.ListAccessEntriesOutput, error)

ListAccessEntriesWithContext mocks base method.

func (*MockEKSAPI) ListAccessPolicies

func (m *MockEKSAPI) ListAccessPolicies(arg0 *eks.ListAccessPoliciesInput) (*eks.ListAccessPoliciesOutput, error)

ListAccessPolicies mocks base method.

func (*MockEKSAPI) ListAccessPoliciesPages

func (m *MockEKSAPI) ListAccessPoliciesPages(arg0 *eks.ListAccessPoliciesInput, arg1 func(*eks.ListAccessPoliciesOutput, bool) bool) error

ListAccessPoliciesPages mocks base method.

func (*MockEKSAPI) ListAccessPoliciesPagesWithContext

func (m *MockEKSAPI) ListAccessPoliciesPagesWithContext(arg0 context.Context, arg1 *eks.ListAccessPoliciesInput, arg2 func(*eks.ListAccessPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListAccessPoliciesPagesWithContext mocks base method.

func (*MockEKSAPI) ListAccessPoliciesRequest

func (m *MockEKSAPI) ListAccessPoliciesRequest(arg0 *eks.ListAccessPoliciesInput) (*request.Request, *eks.ListAccessPoliciesOutput)

ListAccessPoliciesRequest mocks base method.

func (*MockEKSAPI) ListAccessPoliciesWithContext

func (m *MockEKSAPI) ListAccessPoliciesWithContext(arg0 context.Context, arg1 *eks.ListAccessPoliciesInput, arg2 ...request.Option) (*eks.ListAccessPoliciesOutput, error)

ListAccessPoliciesWithContext mocks base method.

func (*MockEKSAPI) ListAddons

func (m *MockEKSAPI) ListAddons(arg0 *eks.ListAddonsInput) (*eks.ListAddonsOutput, error)

ListAddons mocks base method.

func (*MockEKSAPI) ListAddonsPages

func (m *MockEKSAPI) ListAddonsPages(arg0 *eks.ListAddonsInput, arg1 func(*eks.ListAddonsOutput, bool) bool) error

ListAddonsPages mocks base method.

func (*MockEKSAPI) ListAddonsPagesWithContext

func (m *MockEKSAPI) ListAddonsPagesWithContext(arg0 context.Context, arg1 *eks.ListAddonsInput, arg2 func(*eks.ListAddonsOutput, bool) bool, arg3 ...request.Option) error

ListAddonsPagesWithContext mocks base method.

func (*MockEKSAPI) ListAddonsRequest

func (m *MockEKSAPI) ListAddonsRequest(arg0 *eks.ListAddonsInput) (*request.Request, *eks.ListAddonsOutput)

ListAddonsRequest mocks base method.

func (*MockEKSAPI) ListAddonsWithContext

func (m *MockEKSAPI) ListAddonsWithContext(arg0 context.Context, arg1 *eks.ListAddonsInput, arg2 ...request.Option) (*eks.ListAddonsOutput, error)

ListAddonsWithContext mocks base method.

func (*MockEKSAPI) ListAssociatedAccessPolicies

ListAssociatedAccessPolicies mocks base method.

func (*MockEKSAPI) ListAssociatedAccessPoliciesPages

func (m *MockEKSAPI) ListAssociatedAccessPoliciesPages(arg0 *eks.ListAssociatedAccessPoliciesInput, arg1 func(*eks.ListAssociatedAccessPoliciesOutput, bool) bool) error

ListAssociatedAccessPoliciesPages mocks base method.

func (*MockEKSAPI) ListAssociatedAccessPoliciesPagesWithContext

func (m *MockEKSAPI) ListAssociatedAccessPoliciesPagesWithContext(arg0 context.Context, arg1 *eks.ListAssociatedAccessPoliciesInput, arg2 func(*eks.ListAssociatedAccessPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListAssociatedAccessPoliciesPagesWithContext mocks base method.

func (*MockEKSAPI) ListAssociatedAccessPoliciesRequest

func (m *MockEKSAPI) ListAssociatedAccessPoliciesRequest(arg0 *eks.ListAssociatedAccessPoliciesInput) (*request.Request, *eks.ListAssociatedAccessPoliciesOutput)

ListAssociatedAccessPoliciesRequest mocks base method.

func (*MockEKSAPI) ListAssociatedAccessPoliciesWithContext

func (m *MockEKSAPI) ListAssociatedAccessPoliciesWithContext(arg0 context.Context, arg1 *eks.ListAssociatedAccessPoliciesInput, arg2 ...request.Option) (*eks.ListAssociatedAccessPoliciesOutput, error)

ListAssociatedAccessPoliciesWithContext mocks base method.

func (*MockEKSAPI) ListClusters

func (m *MockEKSAPI) ListClusters(arg0 *eks.ListClustersInput) (*eks.ListClustersOutput, error)

ListClusters mocks base method.

func (*MockEKSAPI) ListClustersPages

func (m *MockEKSAPI) ListClustersPages(arg0 *eks.ListClustersInput, arg1 func(*eks.ListClustersOutput, bool) bool) error

ListClustersPages mocks base method.

func (*MockEKSAPI) ListClustersPagesWithContext

func (m *MockEKSAPI) ListClustersPagesWithContext(arg0 context.Context, arg1 *eks.ListClustersInput, arg2 func(*eks.ListClustersOutput, bool) bool, arg3 ...request.Option) error

ListClustersPagesWithContext mocks base method.

func (*MockEKSAPI) ListClustersRequest

func (m *MockEKSAPI) ListClustersRequest(arg0 *eks.ListClustersInput) (*request.Request, *eks.ListClustersOutput)

ListClustersRequest mocks base method.

func (*MockEKSAPI) ListClustersWithContext

func (m *MockEKSAPI) ListClustersWithContext(arg0 context.Context, arg1 *eks.ListClustersInput, arg2 ...request.Option) (*eks.ListClustersOutput, error)

ListClustersWithContext mocks base method.

func (*MockEKSAPI) ListEksAnywhereSubscriptions

ListEksAnywhereSubscriptions mocks base method.

func (*MockEKSAPI) ListEksAnywhereSubscriptionsPages

func (m *MockEKSAPI) ListEksAnywhereSubscriptionsPages(arg0 *eks.ListEksAnywhereSubscriptionsInput, arg1 func(*eks.ListEksAnywhereSubscriptionsOutput, bool) bool) error

ListEksAnywhereSubscriptionsPages mocks base method.

func (*MockEKSAPI) ListEksAnywhereSubscriptionsPagesWithContext

func (m *MockEKSAPI) ListEksAnywhereSubscriptionsPagesWithContext(arg0 context.Context, arg1 *eks.ListEksAnywhereSubscriptionsInput, arg2 func(*eks.ListEksAnywhereSubscriptionsOutput, bool) bool, arg3 ...request.Option) error

ListEksAnywhereSubscriptionsPagesWithContext mocks base method.

func (*MockEKSAPI) ListEksAnywhereSubscriptionsRequest

func (m *MockEKSAPI) ListEksAnywhereSubscriptionsRequest(arg0 *eks.ListEksAnywhereSubscriptionsInput) (*request.Request, *eks.ListEksAnywhereSubscriptionsOutput)

ListEksAnywhereSubscriptionsRequest mocks base method.

func (*MockEKSAPI) ListEksAnywhereSubscriptionsWithContext

func (m *MockEKSAPI) ListEksAnywhereSubscriptionsWithContext(arg0 context.Context, arg1 *eks.ListEksAnywhereSubscriptionsInput, arg2 ...request.Option) (*eks.ListEksAnywhereSubscriptionsOutput, error)

ListEksAnywhereSubscriptionsWithContext mocks base method.

func (*MockEKSAPI) ListFargateProfiles

func (m *MockEKSAPI) ListFargateProfiles(arg0 *eks.ListFargateProfilesInput) (*eks.ListFargateProfilesOutput, error)

ListFargateProfiles mocks base method.

func (*MockEKSAPI) ListFargateProfilesPages

func (m *MockEKSAPI) ListFargateProfilesPages(arg0 *eks.ListFargateProfilesInput, arg1 func(*eks.ListFargateProfilesOutput, bool) bool) error

ListFargateProfilesPages mocks base method.

func (*MockEKSAPI) ListFargateProfilesPagesWithContext

func (m *MockEKSAPI) ListFargateProfilesPagesWithContext(arg0 context.Context, arg1 *eks.ListFargateProfilesInput, arg2 func(*eks.ListFargateProfilesOutput, bool) bool, arg3 ...request.Option) error

ListFargateProfilesPagesWithContext mocks base method.

func (*MockEKSAPI) ListFargateProfilesRequest

func (m *MockEKSAPI) ListFargateProfilesRequest(arg0 *eks.ListFargateProfilesInput) (*request.Request, *eks.ListFargateProfilesOutput)

ListFargateProfilesRequest mocks base method.

func (*MockEKSAPI) ListFargateProfilesWithContext

func (m *MockEKSAPI) ListFargateProfilesWithContext(arg0 context.Context, arg1 *eks.ListFargateProfilesInput, arg2 ...request.Option) (*eks.ListFargateProfilesOutput, error)

ListFargateProfilesWithContext mocks base method.

func (*MockEKSAPI) ListIdentityProviderConfigs

ListIdentityProviderConfigs mocks base method.

func (*MockEKSAPI) ListIdentityProviderConfigsPages

func (m *MockEKSAPI) ListIdentityProviderConfigsPages(arg0 *eks.ListIdentityProviderConfigsInput, arg1 func(*eks.ListIdentityProviderConfigsOutput, bool) bool) error

ListIdentityProviderConfigsPages mocks base method.

func (*MockEKSAPI) ListIdentityProviderConfigsPagesWithContext

func (m *MockEKSAPI) ListIdentityProviderConfigsPagesWithContext(arg0 context.Context, arg1 *eks.ListIdentityProviderConfigsInput, arg2 func(*eks.ListIdentityProviderConfigsOutput, bool) bool, arg3 ...request.Option) error

ListIdentityProviderConfigsPagesWithContext mocks base method.

func (*MockEKSAPI) ListIdentityProviderConfigsRequest

func (m *MockEKSAPI) ListIdentityProviderConfigsRequest(arg0 *eks.ListIdentityProviderConfigsInput) (*request.Request, *eks.ListIdentityProviderConfigsOutput)

ListIdentityProviderConfigsRequest mocks base method.

func (*MockEKSAPI) ListIdentityProviderConfigsWithContext

func (m *MockEKSAPI) ListIdentityProviderConfigsWithContext(arg0 context.Context, arg1 *eks.ListIdentityProviderConfigsInput, arg2 ...request.Option) (*eks.ListIdentityProviderConfigsOutput, error)

ListIdentityProviderConfigsWithContext mocks base method.

func (*MockEKSAPI) ListInsights

func (m *MockEKSAPI) ListInsights(arg0 *eks.ListInsightsInput) (*eks.ListInsightsOutput, error)

ListInsights mocks base method.

func (*MockEKSAPI) ListInsightsPages

func (m *MockEKSAPI) ListInsightsPages(arg0 *eks.ListInsightsInput, arg1 func(*eks.ListInsightsOutput, bool) bool) error

ListInsightsPages mocks base method.

func (*MockEKSAPI) ListInsightsPagesWithContext

func (m *MockEKSAPI) ListInsightsPagesWithContext(arg0 context.Context, arg1 *eks.ListInsightsInput, arg2 func(*eks.ListInsightsOutput, bool) bool, arg3 ...request.Option) error

ListInsightsPagesWithContext mocks base method.

func (*MockEKSAPI) ListInsightsRequest

func (m *MockEKSAPI) ListInsightsRequest(arg0 *eks.ListInsightsInput) (*request.Request, *eks.ListInsightsOutput)

ListInsightsRequest mocks base method.

func (*MockEKSAPI) ListInsightsWithContext

func (m *MockEKSAPI) ListInsightsWithContext(arg0 context.Context, arg1 *eks.ListInsightsInput, arg2 ...request.Option) (*eks.ListInsightsOutput, error)

ListInsightsWithContext mocks base method.

func (*MockEKSAPI) ListNodegroups

func (m *MockEKSAPI) ListNodegroups(arg0 *eks.ListNodegroupsInput) (*eks.ListNodegroupsOutput, error)

ListNodegroups mocks base method.

func (*MockEKSAPI) ListNodegroupsPages

func (m *MockEKSAPI) ListNodegroupsPages(arg0 *eks.ListNodegroupsInput, arg1 func(*eks.ListNodegroupsOutput, bool) bool) error

ListNodegroupsPages mocks base method.

func (*MockEKSAPI) ListNodegroupsPagesWithContext

func (m *MockEKSAPI) ListNodegroupsPagesWithContext(arg0 context.Context, arg1 *eks.ListNodegroupsInput, arg2 func(*eks.ListNodegroupsOutput, bool) bool, arg3 ...request.Option) error

ListNodegroupsPagesWithContext mocks base method.

func (*MockEKSAPI) ListNodegroupsRequest

func (m *MockEKSAPI) ListNodegroupsRequest(arg0 *eks.ListNodegroupsInput) (*request.Request, *eks.ListNodegroupsOutput)

ListNodegroupsRequest mocks base method.

func (*MockEKSAPI) ListNodegroupsWithContext

func (m *MockEKSAPI) ListNodegroupsWithContext(arg0 context.Context, arg1 *eks.ListNodegroupsInput, arg2 ...request.Option) (*eks.ListNodegroupsOutput, error)

ListNodegroupsWithContext mocks base method.

func (*MockEKSAPI) ListPodIdentityAssociations

ListPodIdentityAssociations mocks base method.

func (*MockEKSAPI) ListPodIdentityAssociationsPages

func (m *MockEKSAPI) ListPodIdentityAssociationsPages(arg0 *eks.ListPodIdentityAssociationsInput, arg1 func(*eks.ListPodIdentityAssociationsOutput, bool) bool) error

ListPodIdentityAssociationsPages mocks base method.

func (*MockEKSAPI) ListPodIdentityAssociationsPagesWithContext

func (m *MockEKSAPI) ListPodIdentityAssociationsPagesWithContext(arg0 context.Context, arg1 *eks.ListPodIdentityAssociationsInput, arg2 func(*eks.ListPodIdentityAssociationsOutput, bool) bool, arg3 ...request.Option) error

ListPodIdentityAssociationsPagesWithContext mocks base method.

func (*MockEKSAPI) ListPodIdentityAssociationsRequest

func (m *MockEKSAPI) ListPodIdentityAssociationsRequest(arg0 *eks.ListPodIdentityAssociationsInput) (*request.Request, *eks.ListPodIdentityAssociationsOutput)

ListPodIdentityAssociationsRequest mocks base method.

func (*MockEKSAPI) ListPodIdentityAssociationsWithContext

func (m *MockEKSAPI) ListPodIdentityAssociationsWithContext(arg0 context.Context, arg1 *eks.ListPodIdentityAssociationsInput, arg2 ...request.Option) (*eks.ListPodIdentityAssociationsOutput, error)

ListPodIdentityAssociationsWithContext mocks base method.

func (*MockEKSAPI) ListTagsForResource

func (m *MockEKSAPI) ListTagsForResource(arg0 *eks.ListTagsForResourceInput) (*eks.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method.

func (*MockEKSAPI) ListTagsForResourceRequest

func (m *MockEKSAPI) ListTagsForResourceRequest(arg0 *eks.ListTagsForResourceInput) (*request.Request, *eks.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method.

func (*MockEKSAPI) ListTagsForResourceWithContext

func (m *MockEKSAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *eks.ListTagsForResourceInput, arg2 ...request.Option) (*eks.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method.

func (*MockEKSAPI) ListUpdates

func (m *MockEKSAPI) ListUpdates(arg0 *eks.ListUpdatesInput) (*eks.ListUpdatesOutput, error)

ListUpdates mocks base method.

func (*MockEKSAPI) ListUpdatesPages

func (m *MockEKSAPI) ListUpdatesPages(arg0 *eks.ListUpdatesInput, arg1 func(*eks.ListUpdatesOutput, bool) bool) error

ListUpdatesPages mocks base method.

func (*MockEKSAPI) ListUpdatesPagesWithContext

func (m *MockEKSAPI) ListUpdatesPagesWithContext(arg0 context.Context, arg1 *eks.ListUpdatesInput, arg2 func(*eks.ListUpdatesOutput, bool) bool, arg3 ...request.Option) error

ListUpdatesPagesWithContext mocks base method.

func (*MockEKSAPI) ListUpdatesRequest

func (m *MockEKSAPI) ListUpdatesRequest(arg0 *eks.ListUpdatesInput) (*request.Request, *eks.ListUpdatesOutput)

ListUpdatesRequest mocks base method.

func (*MockEKSAPI) ListUpdatesWithContext

func (m *MockEKSAPI) ListUpdatesWithContext(arg0 context.Context, arg1 *eks.ListUpdatesInput, arg2 ...request.Option) (*eks.ListUpdatesOutput, error)

ListUpdatesWithContext mocks base method.

func (*MockEKSAPI) RegisterCluster

func (m *MockEKSAPI) RegisterCluster(arg0 *eks.RegisterClusterInput) (*eks.RegisterClusterOutput, error)

RegisterCluster mocks base method.

func (*MockEKSAPI) RegisterClusterRequest

func (m *MockEKSAPI) RegisterClusterRequest(arg0 *eks.RegisterClusterInput) (*request.Request, *eks.RegisterClusterOutput)

RegisterClusterRequest mocks base method.

func (*MockEKSAPI) RegisterClusterWithContext

func (m *MockEKSAPI) RegisterClusterWithContext(arg0 context.Context, arg1 *eks.RegisterClusterInput, arg2 ...request.Option) (*eks.RegisterClusterOutput, error)

RegisterClusterWithContext mocks base method.

func (*MockEKSAPI) TagResource

func (m *MockEKSAPI) TagResource(arg0 *eks.TagResourceInput) (*eks.TagResourceOutput, error)

TagResource mocks base method.

func (*MockEKSAPI) TagResourceRequest

func (m *MockEKSAPI) TagResourceRequest(arg0 *eks.TagResourceInput) (*request.Request, *eks.TagResourceOutput)

TagResourceRequest mocks base method.

func (*MockEKSAPI) TagResourceWithContext

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

TagResourceWithContext mocks base method.

func (*MockEKSAPI) UntagResource

func (m *MockEKSAPI) UntagResource(arg0 *eks.UntagResourceInput) (*eks.UntagResourceOutput, error)

UntagResource mocks base method.

func (*MockEKSAPI) UntagResourceRequest

func (m *MockEKSAPI) UntagResourceRequest(arg0 *eks.UntagResourceInput) (*request.Request, *eks.UntagResourceOutput)

UntagResourceRequest mocks base method.

func (*MockEKSAPI) UntagResourceWithContext

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

UntagResourceWithContext mocks base method.

func (*MockEKSAPI) UpdateAccessEntry

func (m *MockEKSAPI) UpdateAccessEntry(arg0 *eks.UpdateAccessEntryInput) (*eks.UpdateAccessEntryOutput, error)

UpdateAccessEntry mocks base method.

func (*MockEKSAPI) UpdateAccessEntryRequest

func (m *MockEKSAPI) UpdateAccessEntryRequest(arg0 *eks.UpdateAccessEntryInput) (*request.Request, *eks.UpdateAccessEntryOutput)

UpdateAccessEntryRequest mocks base method.

func (*MockEKSAPI) UpdateAccessEntryWithContext

func (m *MockEKSAPI) UpdateAccessEntryWithContext(arg0 context.Context, arg1 *eks.UpdateAccessEntryInput, arg2 ...request.Option) (*eks.UpdateAccessEntryOutput, error)

UpdateAccessEntryWithContext mocks base method.

func (*MockEKSAPI) UpdateAddon

func (m *MockEKSAPI) UpdateAddon(arg0 *eks.UpdateAddonInput) (*eks.UpdateAddonOutput, error)

UpdateAddon mocks base method.

func (*MockEKSAPI) UpdateAddonRequest

func (m *MockEKSAPI) UpdateAddonRequest(arg0 *eks.UpdateAddonInput) (*request.Request, *eks.UpdateAddonOutput)

UpdateAddonRequest mocks base method.

func (*MockEKSAPI) UpdateAddonWithContext

func (m *MockEKSAPI) UpdateAddonWithContext(arg0 context.Context, arg1 *eks.UpdateAddonInput, arg2 ...request.Option) (*eks.UpdateAddonOutput, error)

UpdateAddonWithContext mocks base method.

func (*MockEKSAPI) UpdateClusterConfig

func (m *MockEKSAPI) UpdateClusterConfig(arg0 *eks.UpdateClusterConfigInput) (*eks.UpdateClusterConfigOutput, error)

UpdateClusterConfig mocks base method.

func (*MockEKSAPI) UpdateClusterConfigRequest

func (m *MockEKSAPI) UpdateClusterConfigRequest(arg0 *eks.UpdateClusterConfigInput) (*request.Request, *eks.UpdateClusterConfigOutput)

UpdateClusterConfigRequest mocks base method.

func (*MockEKSAPI) UpdateClusterConfigWithContext

func (m *MockEKSAPI) UpdateClusterConfigWithContext(arg0 context.Context, arg1 *eks.UpdateClusterConfigInput, arg2 ...request.Option) (*eks.UpdateClusterConfigOutput, error)

UpdateClusterConfigWithContext mocks base method.

func (*MockEKSAPI) UpdateClusterVersion

func (m *MockEKSAPI) UpdateClusterVersion(arg0 *eks.UpdateClusterVersionInput) (*eks.UpdateClusterVersionOutput, error)

UpdateClusterVersion mocks base method.

func (*MockEKSAPI) UpdateClusterVersionRequest

func (m *MockEKSAPI) UpdateClusterVersionRequest(arg0 *eks.UpdateClusterVersionInput) (*request.Request, *eks.UpdateClusterVersionOutput)

UpdateClusterVersionRequest mocks base method.

func (*MockEKSAPI) UpdateClusterVersionWithContext

func (m *MockEKSAPI) UpdateClusterVersionWithContext(arg0 context.Context, arg1 *eks.UpdateClusterVersionInput, arg2 ...request.Option) (*eks.UpdateClusterVersionOutput, error)

UpdateClusterVersionWithContext mocks base method.

func (*MockEKSAPI) UpdateEksAnywhereSubscription

UpdateEksAnywhereSubscription mocks base method.

func (*MockEKSAPI) UpdateEksAnywhereSubscriptionRequest

func (m *MockEKSAPI) UpdateEksAnywhereSubscriptionRequest(arg0 *eks.UpdateEksAnywhereSubscriptionInput) (*request.Request, *eks.UpdateEksAnywhereSubscriptionOutput)

UpdateEksAnywhereSubscriptionRequest mocks base method.

func (*MockEKSAPI) UpdateEksAnywhereSubscriptionWithContext

func (m *MockEKSAPI) UpdateEksAnywhereSubscriptionWithContext(arg0 context.Context, arg1 *eks.UpdateEksAnywhereSubscriptionInput, arg2 ...request.Option) (*eks.UpdateEksAnywhereSubscriptionOutput, error)

UpdateEksAnywhereSubscriptionWithContext mocks base method.

func (*MockEKSAPI) UpdateNodegroupConfig

func (m *MockEKSAPI) UpdateNodegroupConfig(arg0 *eks.UpdateNodegroupConfigInput) (*eks.UpdateNodegroupConfigOutput, error)

UpdateNodegroupConfig mocks base method.

func (*MockEKSAPI) UpdateNodegroupConfigRequest

func (m *MockEKSAPI) UpdateNodegroupConfigRequest(arg0 *eks.UpdateNodegroupConfigInput) (*request.Request, *eks.UpdateNodegroupConfigOutput)

UpdateNodegroupConfigRequest mocks base method.

func (*MockEKSAPI) UpdateNodegroupConfigWithContext

func (m *MockEKSAPI) UpdateNodegroupConfigWithContext(arg0 context.Context, arg1 *eks.UpdateNodegroupConfigInput, arg2 ...request.Option) (*eks.UpdateNodegroupConfigOutput, error)

UpdateNodegroupConfigWithContext mocks base method.

func (*MockEKSAPI) UpdateNodegroupVersion

func (m *MockEKSAPI) UpdateNodegroupVersion(arg0 *eks.UpdateNodegroupVersionInput) (*eks.UpdateNodegroupVersionOutput, error)

UpdateNodegroupVersion mocks base method.

func (*MockEKSAPI) UpdateNodegroupVersionRequest

func (m *MockEKSAPI) UpdateNodegroupVersionRequest(arg0 *eks.UpdateNodegroupVersionInput) (*request.Request, *eks.UpdateNodegroupVersionOutput)

UpdateNodegroupVersionRequest mocks base method.

func (*MockEKSAPI) UpdateNodegroupVersionWithContext

func (m *MockEKSAPI) UpdateNodegroupVersionWithContext(arg0 context.Context, arg1 *eks.UpdateNodegroupVersionInput, arg2 ...request.Option) (*eks.UpdateNodegroupVersionOutput, error)

UpdateNodegroupVersionWithContext mocks base method.

func (*MockEKSAPI) UpdatePodIdentityAssociation

UpdatePodIdentityAssociation mocks base method.

func (*MockEKSAPI) UpdatePodIdentityAssociationRequest

func (m *MockEKSAPI) UpdatePodIdentityAssociationRequest(arg0 *eks.UpdatePodIdentityAssociationInput) (*request.Request, *eks.UpdatePodIdentityAssociationOutput)

UpdatePodIdentityAssociationRequest mocks base method.

func (*MockEKSAPI) UpdatePodIdentityAssociationWithContext

func (m *MockEKSAPI) UpdatePodIdentityAssociationWithContext(arg0 context.Context, arg1 *eks.UpdatePodIdentityAssociationInput, arg2 ...request.Option) (*eks.UpdatePodIdentityAssociationOutput, error)

UpdatePodIdentityAssociationWithContext mocks base method.

func (*MockEKSAPI) WaitUntilAddonActive

func (m *MockEKSAPI) WaitUntilAddonActive(arg0 *eks.DescribeAddonInput) error

WaitUntilAddonActive mocks base method.

func (*MockEKSAPI) WaitUntilAddonActiveWithContext

func (m *MockEKSAPI) WaitUntilAddonActiveWithContext(arg0 context.Context, arg1 *eks.DescribeAddonInput, arg2 ...request.WaiterOption) error

WaitUntilAddonActiveWithContext mocks base method.

func (*MockEKSAPI) WaitUntilAddonDeleted

func (m *MockEKSAPI) WaitUntilAddonDeleted(arg0 *eks.DescribeAddonInput) error

WaitUntilAddonDeleted mocks base method.

func (*MockEKSAPI) WaitUntilAddonDeletedWithContext

func (m *MockEKSAPI) WaitUntilAddonDeletedWithContext(arg0 context.Context, arg1 *eks.DescribeAddonInput, arg2 ...request.WaiterOption) error

WaitUntilAddonDeletedWithContext mocks base method.

func (*MockEKSAPI) WaitUntilClusterActive

func (m *MockEKSAPI) WaitUntilClusterActive(arg0 *eks.DescribeClusterInput) error

WaitUntilClusterActive mocks base method.

func (*MockEKSAPI) WaitUntilClusterActiveWithContext

func (m *MockEKSAPI) WaitUntilClusterActiveWithContext(arg0 context.Context, arg1 *eks.DescribeClusterInput, arg2 ...request.WaiterOption) error

WaitUntilClusterActiveWithContext mocks base method.

func (*MockEKSAPI) WaitUntilClusterDeleted

func (m *MockEKSAPI) WaitUntilClusterDeleted(arg0 *eks.DescribeClusterInput) error

WaitUntilClusterDeleted mocks base method.

func (*MockEKSAPI) WaitUntilClusterDeletedWithContext

func (m *MockEKSAPI) WaitUntilClusterDeletedWithContext(arg0 context.Context, arg1 *eks.DescribeClusterInput, arg2 ...request.WaiterOption) error

WaitUntilClusterDeletedWithContext mocks base method.

func (*MockEKSAPI) WaitUntilFargateProfileActive

func (m *MockEKSAPI) WaitUntilFargateProfileActive(arg0 *eks.DescribeFargateProfileInput) error

WaitUntilFargateProfileActive mocks base method.

func (*MockEKSAPI) WaitUntilFargateProfileActiveWithContext

func (m *MockEKSAPI) WaitUntilFargateProfileActiveWithContext(arg0 context.Context, arg1 *eks.DescribeFargateProfileInput, arg2 ...request.WaiterOption) error

WaitUntilFargateProfileActiveWithContext mocks base method.

func (*MockEKSAPI) WaitUntilFargateProfileDeleted

func (m *MockEKSAPI) WaitUntilFargateProfileDeleted(arg0 *eks.DescribeFargateProfileInput) error

WaitUntilFargateProfileDeleted mocks base method.

func (*MockEKSAPI) WaitUntilFargateProfileDeletedWithContext

func (m *MockEKSAPI) WaitUntilFargateProfileDeletedWithContext(arg0 context.Context, arg1 *eks.DescribeFargateProfileInput, arg2 ...request.WaiterOption) error

WaitUntilFargateProfileDeletedWithContext mocks base method.

func (*MockEKSAPI) WaitUntilNodegroupActive

func (m *MockEKSAPI) WaitUntilNodegroupActive(arg0 *eks.DescribeNodegroupInput) error

WaitUntilNodegroupActive mocks base method.

func (*MockEKSAPI) WaitUntilNodegroupActiveWithContext

func (m *MockEKSAPI) WaitUntilNodegroupActiveWithContext(arg0 context.Context, arg1 *eks.DescribeNodegroupInput, arg2 ...request.WaiterOption) error

WaitUntilNodegroupActiveWithContext mocks base method.

func (*MockEKSAPI) WaitUntilNodegroupDeleted

func (m *MockEKSAPI) WaitUntilNodegroupDeleted(arg0 *eks.DescribeNodegroupInput) error

WaitUntilNodegroupDeleted mocks base method.

func (*MockEKSAPI) WaitUntilNodegroupDeletedWithContext

func (m *MockEKSAPI) WaitUntilNodegroupDeletedWithContext(arg0 context.Context, arg1 *eks.DescribeNodegroupInput, arg2 ...request.WaiterOption) error

WaitUntilNodegroupDeletedWithContext mocks base method.

type MockEKSAPIMockRecorder

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

MockEKSAPIMockRecorder is the mock recorder for MockEKSAPI.

func (*MockEKSAPIMockRecorder) AssociateAccessPolicy

func (mr *MockEKSAPIMockRecorder) AssociateAccessPolicy(arg0 interface{}) *gomock.Call

AssociateAccessPolicy indicates an expected call of AssociateAccessPolicy.

func (*MockEKSAPIMockRecorder) AssociateAccessPolicyRequest

func (mr *MockEKSAPIMockRecorder) AssociateAccessPolicyRequest(arg0 interface{}) *gomock.Call

AssociateAccessPolicyRequest indicates an expected call of AssociateAccessPolicyRequest.

func (*MockEKSAPIMockRecorder) AssociateAccessPolicyWithContext

func (mr *MockEKSAPIMockRecorder) AssociateAccessPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateAccessPolicyWithContext indicates an expected call of AssociateAccessPolicyWithContext.

func (*MockEKSAPIMockRecorder) AssociateEncryptionConfig

func (mr *MockEKSAPIMockRecorder) AssociateEncryptionConfig(arg0 interface{}) *gomock.Call

AssociateEncryptionConfig indicates an expected call of AssociateEncryptionConfig.

func (*MockEKSAPIMockRecorder) AssociateEncryptionConfigRequest

func (mr *MockEKSAPIMockRecorder) AssociateEncryptionConfigRequest(arg0 interface{}) *gomock.Call

AssociateEncryptionConfigRequest indicates an expected call of AssociateEncryptionConfigRequest.

func (*MockEKSAPIMockRecorder) AssociateEncryptionConfigWithContext

func (mr *MockEKSAPIMockRecorder) AssociateEncryptionConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateEncryptionConfigWithContext indicates an expected call of AssociateEncryptionConfigWithContext.

func (*MockEKSAPIMockRecorder) AssociateIdentityProviderConfig

func (mr *MockEKSAPIMockRecorder) AssociateIdentityProviderConfig(arg0 interface{}) *gomock.Call

AssociateIdentityProviderConfig indicates an expected call of AssociateIdentityProviderConfig.

func (*MockEKSAPIMockRecorder) AssociateIdentityProviderConfigRequest

func (mr *MockEKSAPIMockRecorder) AssociateIdentityProviderConfigRequest(arg0 interface{}) *gomock.Call

AssociateIdentityProviderConfigRequest indicates an expected call of AssociateIdentityProviderConfigRequest.

func (*MockEKSAPIMockRecorder) AssociateIdentityProviderConfigWithContext

func (mr *MockEKSAPIMockRecorder) AssociateIdentityProviderConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateIdentityProviderConfigWithContext indicates an expected call of AssociateIdentityProviderConfigWithContext.

func (*MockEKSAPIMockRecorder) CreateAccessEntry

func (mr *MockEKSAPIMockRecorder) CreateAccessEntry(arg0 interface{}) *gomock.Call

CreateAccessEntry indicates an expected call of CreateAccessEntry.

func (*MockEKSAPIMockRecorder) CreateAccessEntryRequest

func (mr *MockEKSAPIMockRecorder) CreateAccessEntryRequest(arg0 interface{}) *gomock.Call

CreateAccessEntryRequest indicates an expected call of CreateAccessEntryRequest.

func (*MockEKSAPIMockRecorder) CreateAccessEntryWithContext

func (mr *MockEKSAPIMockRecorder) CreateAccessEntryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAccessEntryWithContext indicates an expected call of CreateAccessEntryWithContext.

func (*MockEKSAPIMockRecorder) CreateAddon

func (mr *MockEKSAPIMockRecorder) CreateAddon(arg0 interface{}) *gomock.Call

CreateAddon indicates an expected call of CreateAddon.

func (*MockEKSAPIMockRecorder) CreateAddonRequest

func (mr *MockEKSAPIMockRecorder) CreateAddonRequest(arg0 interface{}) *gomock.Call

CreateAddonRequest indicates an expected call of CreateAddonRequest.

func (*MockEKSAPIMockRecorder) CreateAddonWithContext

func (mr *MockEKSAPIMockRecorder) CreateAddonWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAddonWithContext indicates an expected call of CreateAddonWithContext.

func (*MockEKSAPIMockRecorder) CreateCluster

func (mr *MockEKSAPIMockRecorder) CreateCluster(arg0 interface{}) *gomock.Call

CreateCluster indicates an expected call of CreateCluster.

func (*MockEKSAPIMockRecorder) CreateClusterRequest

func (mr *MockEKSAPIMockRecorder) CreateClusterRequest(arg0 interface{}) *gomock.Call

CreateClusterRequest indicates an expected call of CreateClusterRequest.

func (*MockEKSAPIMockRecorder) CreateClusterWithContext

func (mr *MockEKSAPIMockRecorder) CreateClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateClusterWithContext indicates an expected call of CreateClusterWithContext.

func (*MockEKSAPIMockRecorder) CreateEksAnywhereSubscription

func (mr *MockEKSAPIMockRecorder) CreateEksAnywhereSubscription(arg0 interface{}) *gomock.Call

CreateEksAnywhereSubscription indicates an expected call of CreateEksAnywhereSubscription.

func (*MockEKSAPIMockRecorder) CreateEksAnywhereSubscriptionRequest

func (mr *MockEKSAPIMockRecorder) CreateEksAnywhereSubscriptionRequest(arg0 interface{}) *gomock.Call

CreateEksAnywhereSubscriptionRequest indicates an expected call of CreateEksAnywhereSubscriptionRequest.

func (*MockEKSAPIMockRecorder) CreateEksAnywhereSubscriptionWithContext

func (mr *MockEKSAPIMockRecorder) CreateEksAnywhereSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateEksAnywhereSubscriptionWithContext indicates an expected call of CreateEksAnywhereSubscriptionWithContext.

func (*MockEKSAPIMockRecorder) CreateFargateProfile

func (mr *MockEKSAPIMockRecorder) CreateFargateProfile(arg0 interface{}) *gomock.Call

CreateFargateProfile indicates an expected call of CreateFargateProfile.

func (*MockEKSAPIMockRecorder) CreateFargateProfileRequest

func (mr *MockEKSAPIMockRecorder) CreateFargateProfileRequest(arg0 interface{}) *gomock.Call

CreateFargateProfileRequest indicates an expected call of CreateFargateProfileRequest.

func (*MockEKSAPIMockRecorder) CreateFargateProfileWithContext

func (mr *MockEKSAPIMockRecorder) CreateFargateProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFargateProfileWithContext indicates an expected call of CreateFargateProfileWithContext.

func (*MockEKSAPIMockRecorder) CreateNodegroup

func (mr *MockEKSAPIMockRecorder) CreateNodegroup(arg0 interface{}) *gomock.Call

CreateNodegroup indicates an expected call of CreateNodegroup.

func (*MockEKSAPIMockRecorder) CreateNodegroupRequest

func (mr *MockEKSAPIMockRecorder) CreateNodegroupRequest(arg0 interface{}) *gomock.Call

CreateNodegroupRequest indicates an expected call of CreateNodegroupRequest.

func (*MockEKSAPIMockRecorder) CreateNodegroupWithContext

func (mr *MockEKSAPIMockRecorder) CreateNodegroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNodegroupWithContext indicates an expected call of CreateNodegroupWithContext.

func (*MockEKSAPIMockRecorder) CreatePodIdentityAssociation

func (mr *MockEKSAPIMockRecorder) CreatePodIdentityAssociation(arg0 interface{}) *gomock.Call

CreatePodIdentityAssociation indicates an expected call of CreatePodIdentityAssociation.

func (*MockEKSAPIMockRecorder) CreatePodIdentityAssociationRequest

func (mr *MockEKSAPIMockRecorder) CreatePodIdentityAssociationRequest(arg0 interface{}) *gomock.Call

CreatePodIdentityAssociationRequest indicates an expected call of CreatePodIdentityAssociationRequest.

func (*MockEKSAPIMockRecorder) CreatePodIdentityAssociationWithContext

func (mr *MockEKSAPIMockRecorder) CreatePodIdentityAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePodIdentityAssociationWithContext indicates an expected call of CreatePodIdentityAssociationWithContext.

func (*MockEKSAPIMockRecorder) DeleteAccessEntry

func (mr *MockEKSAPIMockRecorder) DeleteAccessEntry(arg0 interface{}) *gomock.Call

DeleteAccessEntry indicates an expected call of DeleteAccessEntry.

func (*MockEKSAPIMockRecorder) DeleteAccessEntryRequest

func (mr *MockEKSAPIMockRecorder) DeleteAccessEntryRequest(arg0 interface{}) *gomock.Call

DeleteAccessEntryRequest indicates an expected call of DeleteAccessEntryRequest.

func (*MockEKSAPIMockRecorder) DeleteAccessEntryWithContext

func (mr *MockEKSAPIMockRecorder) DeleteAccessEntryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccessEntryWithContext indicates an expected call of DeleteAccessEntryWithContext.

func (*MockEKSAPIMockRecorder) DeleteAddon

func (mr *MockEKSAPIMockRecorder) DeleteAddon(arg0 interface{}) *gomock.Call

DeleteAddon indicates an expected call of DeleteAddon.

func (*MockEKSAPIMockRecorder) DeleteAddonRequest

func (mr *MockEKSAPIMockRecorder) DeleteAddonRequest(arg0 interface{}) *gomock.Call

DeleteAddonRequest indicates an expected call of DeleteAddonRequest.

func (*MockEKSAPIMockRecorder) DeleteAddonWithContext

func (mr *MockEKSAPIMockRecorder) DeleteAddonWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAddonWithContext indicates an expected call of DeleteAddonWithContext.

func (*MockEKSAPIMockRecorder) DeleteCluster

func (mr *MockEKSAPIMockRecorder) DeleteCluster(arg0 interface{}) *gomock.Call

DeleteCluster indicates an expected call of DeleteCluster.

func (*MockEKSAPIMockRecorder) DeleteClusterRequest

func (mr *MockEKSAPIMockRecorder) DeleteClusterRequest(arg0 interface{}) *gomock.Call

DeleteClusterRequest indicates an expected call of DeleteClusterRequest.

func (*MockEKSAPIMockRecorder) DeleteClusterWithContext

func (mr *MockEKSAPIMockRecorder) DeleteClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteClusterWithContext indicates an expected call of DeleteClusterWithContext.

func (*MockEKSAPIMockRecorder) DeleteEksAnywhereSubscription

func (mr *MockEKSAPIMockRecorder) DeleteEksAnywhereSubscription(arg0 interface{}) *gomock.Call

DeleteEksAnywhereSubscription indicates an expected call of DeleteEksAnywhereSubscription.

func (*MockEKSAPIMockRecorder) DeleteEksAnywhereSubscriptionRequest

func (mr *MockEKSAPIMockRecorder) DeleteEksAnywhereSubscriptionRequest(arg0 interface{}) *gomock.Call

DeleteEksAnywhereSubscriptionRequest indicates an expected call of DeleteEksAnywhereSubscriptionRequest.

func (*MockEKSAPIMockRecorder) DeleteEksAnywhereSubscriptionWithContext

func (mr *MockEKSAPIMockRecorder) DeleteEksAnywhereSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteEksAnywhereSubscriptionWithContext indicates an expected call of DeleteEksAnywhereSubscriptionWithContext.

func (*MockEKSAPIMockRecorder) DeleteFargateProfile

func (mr *MockEKSAPIMockRecorder) DeleteFargateProfile(arg0 interface{}) *gomock.Call

DeleteFargateProfile indicates an expected call of DeleteFargateProfile.

func (*MockEKSAPIMockRecorder) DeleteFargateProfileRequest

func (mr *MockEKSAPIMockRecorder) DeleteFargateProfileRequest(arg0 interface{}) *gomock.Call

DeleteFargateProfileRequest indicates an expected call of DeleteFargateProfileRequest.

func (*MockEKSAPIMockRecorder) DeleteFargateProfileWithContext

func (mr *MockEKSAPIMockRecorder) DeleteFargateProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFargateProfileWithContext indicates an expected call of DeleteFargateProfileWithContext.

func (*MockEKSAPIMockRecorder) DeleteNodegroup

func (mr *MockEKSAPIMockRecorder) DeleteNodegroup(arg0 interface{}) *gomock.Call

DeleteNodegroup indicates an expected call of DeleteNodegroup.

func (*MockEKSAPIMockRecorder) DeleteNodegroupRequest

func (mr *MockEKSAPIMockRecorder) DeleteNodegroupRequest(arg0 interface{}) *gomock.Call

DeleteNodegroupRequest indicates an expected call of DeleteNodegroupRequest.

func (*MockEKSAPIMockRecorder) DeleteNodegroupWithContext

func (mr *MockEKSAPIMockRecorder) DeleteNodegroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNodegroupWithContext indicates an expected call of DeleteNodegroupWithContext.

func (*MockEKSAPIMockRecorder) DeletePodIdentityAssociation

func (mr *MockEKSAPIMockRecorder) DeletePodIdentityAssociation(arg0 interface{}) *gomock.Call

DeletePodIdentityAssociation indicates an expected call of DeletePodIdentityAssociation.

func (*MockEKSAPIMockRecorder) DeletePodIdentityAssociationRequest

func (mr *MockEKSAPIMockRecorder) DeletePodIdentityAssociationRequest(arg0 interface{}) *gomock.Call

DeletePodIdentityAssociationRequest indicates an expected call of DeletePodIdentityAssociationRequest.

func (*MockEKSAPIMockRecorder) DeletePodIdentityAssociationWithContext

func (mr *MockEKSAPIMockRecorder) DeletePodIdentityAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePodIdentityAssociationWithContext indicates an expected call of DeletePodIdentityAssociationWithContext.

func (*MockEKSAPIMockRecorder) DeregisterCluster

func (mr *MockEKSAPIMockRecorder) DeregisterCluster(arg0 interface{}) *gomock.Call

DeregisterCluster indicates an expected call of DeregisterCluster.

func (*MockEKSAPIMockRecorder) DeregisterClusterRequest

func (mr *MockEKSAPIMockRecorder) DeregisterClusterRequest(arg0 interface{}) *gomock.Call

DeregisterClusterRequest indicates an expected call of DeregisterClusterRequest.

func (*MockEKSAPIMockRecorder) DeregisterClusterWithContext

func (mr *MockEKSAPIMockRecorder) DeregisterClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterClusterWithContext indicates an expected call of DeregisterClusterWithContext.

func (*MockEKSAPIMockRecorder) DescribeAccessEntry

func (mr *MockEKSAPIMockRecorder) DescribeAccessEntry(arg0 interface{}) *gomock.Call

DescribeAccessEntry indicates an expected call of DescribeAccessEntry.

func (*MockEKSAPIMockRecorder) DescribeAccessEntryRequest

func (mr *MockEKSAPIMockRecorder) DescribeAccessEntryRequest(arg0 interface{}) *gomock.Call

DescribeAccessEntryRequest indicates an expected call of DescribeAccessEntryRequest.

func (*MockEKSAPIMockRecorder) DescribeAccessEntryWithContext

func (mr *MockEKSAPIMockRecorder) DescribeAccessEntryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAccessEntryWithContext indicates an expected call of DescribeAccessEntryWithContext.

func (*MockEKSAPIMockRecorder) DescribeAddon

func (mr *MockEKSAPIMockRecorder) DescribeAddon(arg0 interface{}) *gomock.Call

DescribeAddon indicates an expected call of DescribeAddon.

func (*MockEKSAPIMockRecorder) DescribeAddonConfiguration

func (mr *MockEKSAPIMockRecorder) DescribeAddonConfiguration(arg0 interface{}) *gomock.Call

DescribeAddonConfiguration indicates an expected call of DescribeAddonConfiguration.

func (*MockEKSAPIMockRecorder) DescribeAddonConfigurationRequest

func (mr *MockEKSAPIMockRecorder) DescribeAddonConfigurationRequest(arg0 interface{}) *gomock.Call

DescribeAddonConfigurationRequest indicates an expected call of DescribeAddonConfigurationRequest.

func (*MockEKSAPIMockRecorder) DescribeAddonConfigurationWithContext

func (mr *MockEKSAPIMockRecorder) DescribeAddonConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAddonConfigurationWithContext indicates an expected call of DescribeAddonConfigurationWithContext.

func (*MockEKSAPIMockRecorder) DescribeAddonRequest

func (mr *MockEKSAPIMockRecorder) DescribeAddonRequest(arg0 interface{}) *gomock.Call

DescribeAddonRequest indicates an expected call of DescribeAddonRequest.

func (*MockEKSAPIMockRecorder) DescribeAddonVersions

func (mr *MockEKSAPIMockRecorder) DescribeAddonVersions(arg0 interface{}) *gomock.Call

DescribeAddonVersions indicates an expected call of DescribeAddonVersions.

func (*MockEKSAPIMockRecorder) DescribeAddonVersionsPages

func (mr *MockEKSAPIMockRecorder) DescribeAddonVersionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeAddonVersionsPages indicates an expected call of DescribeAddonVersionsPages.

func (*MockEKSAPIMockRecorder) DescribeAddonVersionsPagesWithContext

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

DescribeAddonVersionsPagesWithContext indicates an expected call of DescribeAddonVersionsPagesWithContext.

func (*MockEKSAPIMockRecorder) DescribeAddonVersionsRequest

func (mr *MockEKSAPIMockRecorder) DescribeAddonVersionsRequest(arg0 interface{}) *gomock.Call

DescribeAddonVersionsRequest indicates an expected call of DescribeAddonVersionsRequest.

func (*MockEKSAPIMockRecorder) DescribeAddonVersionsWithContext

func (mr *MockEKSAPIMockRecorder) DescribeAddonVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAddonVersionsWithContext indicates an expected call of DescribeAddonVersionsWithContext.

func (*MockEKSAPIMockRecorder) DescribeAddonWithContext

func (mr *MockEKSAPIMockRecorder) DescribeAddonWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAddonWithContext indicates an expected call of DescribeAddonWithContext.

func (*MockEKSAPIMockRecorder) DescribeCluster

func (mr *MockEKSAPIMockRecorder) DescribeCluster(arg0 interface{}) *gomock.Call

DescribeCluster indicates an expected call of DescribeCluster.

func (*MockEKSAPIMockRecorder) DescribeClusterRequest

func (mr *MockEKSAPIMockRecorder) DescribeClusterRequest(arg0 interface{}) *gomock.Call

DescribeClusterRequest indicates an expected call of DescribeClusterRequest.

func (*MockEKSAPIMockRecorder) DescribeClusterWithContext

func (mr *MockEKSAPIMockRecorder) DescribeClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClusterWithContext indicates an expected call of DescribeClusterWithContext.

func (*MockEKSAPIMockRecorder) DescribeEksAnywhereSubscription

func (mr *MockEKSAPIMockRecorder) DescribeEksAnywhereSubscription(arg0 interface{}) *gomock.Call

DescribeEksAnywhereSubscription indicates an expected call of DescribeEksAnywhereSubscription.

func (*MockEKSAPIMockRecorder) DescribeEksAnywhereSubscriptionRequest

func (mr *MockEKSAPIMockRecorder) DescribeEksAnywhereSubscriptionRequest(arg0 interface{}) *gomock.Call

DescribeEksAnywhereSubscriptionRequest indicates an expected call of DescribeEksAnywhereSubscriptionRequest.

func (*MockEKSAPIMockRecorder) DescribeEksAnywhereSubscriptionWithContext

func (mr *MockEKSAPIMockRecorder) DescribeEksAnywhereSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEksAnywhereSubscriptionWithContext indicates an expected call of DescribeEksAnywhereSubscriptionWithContext.

func (*MockEKSAPIMockRecorder) DescribeFargateProfile

func (mr *MockEKSAPIMockRecorder) DescribeFargateProfile(arg0 interface{}) *gomock.Call

DescribeFargateProfile indicates an expected call of DescribeFargateProfile.

func (*MockEKSAPIMockRecorder) DescribeFargateProfileRequest

func (mr *MockEKSAPIMockRecorder) DescribeFargateProfileRequest(arg0 interface{}) *gomock.Call

DescribeFargateProfileRequest indicates an expected call of DescribeFargateProfileRequest.

func (*MockEKSAPIMockRecorder) DescribeFargateProfileWithContext

func (mr *MockEKSAPIMockRecorder) DescribeFargateProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFargateProfileWithContext indicates an expected call of DescribeFargateProfileWithContext.

func (*MockEKSAPIMockRecorder) DescribeIdentityProviderConfig

func (mr *MockEKSAPIMockRecorder) DescribeIdentityProviderConfig(arg0 interface{}) *gomock.Call

DescribeIdentityProviderConfig indicates an expected call of DescribeIdentityProviderConfig.

func (*MockEKSAPIMockRecorder) DescribeIdentityProviderConfigRequest

func (mr *MockEKSAPIMockRecorder) DescribeIdentityProviderConfigRequest(arg0 interface{}) *gomock.Call

DescribeIdentityProviderConfigRequest indicates an expected call of DescribeIdentityProviderConfigRequest.

func (*MockEKSAPIMockRecorder) DescribeIdentityProviderConfigWithContext

func (mr *MockEKSAPIMockRecorder) DescribeIdentityProviderConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIdentityProviderConfigWithContext indicates an expected call of DescribeIdentityProviderConfigWithContext.

func (*MockEKSAPIMockRecorder) DescribeInsight

func (mr *MockEKSAPIMockRecorder) DescribeInsight(arg0 interface{}) *gomock.Call

DescribeInsight indicates an expected call of DescribeInsight.

func (*MockEKSAPIMockRecorder) DescribeInsightRequest

func (mr *MockEKSAPIMockRecorder) DescribeInsightRequest(arg0 interface{}) *gomock.Call

DescribeInsightRequest indicates an expected call of DescribeInsightRequest.

func (*MockEKSAPIMockRecorder) DescribeInsightWithContext

func (mr *MockEKSAPIMockRecorder) DescribeInsightWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInsightWithContext indicates an expected call of DescribeInsightWithContext.

func (*MockEKSAPIMockRecorder) DescribeNodegroup

func (mr *MockEKSAPIMockRecorder) DescribeNodegroup(arg0 interface{}) *gomock.Call

DescribeNodegroup indicates an expected call of DescribeNodegroup.

func (*MockEKSAPIMockRecorder) DescribeNodegroupRequest

func (mr *MockEKSAPIMockRecorder) DescribeNodegroupRequest(arg0 interface{}) *gomock.Call

DescribeNodegroupRequest indicates an expected call of DescribeNodegroupRequest.

func (*MockEKSAPIMockRecorder) DescribeNodegroupWithContext

func (mr *MockEKSAPIMockRecorder) DescribeNodegroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNodegroupWithContext indicates an expected call of DescribeNodegroupWithContext.

func (*MockEKSAPIMockRecorder) DescribePodIdentityAssociation

func (mr *MockEKSAPIMockRecorder) DescribePodIdentityAssociation(arg0 interface{}) *gomock.Call

DescribePodIdentityAssociation indicates an expected call of DescribePodIdentityAssociation.

func (*MockEKSAPIMockRecorder) DescribePodIdentityAssociationRequest

func (mr *MockEKSAPIMockRecorder) DescribePodIdentityAssociationRequest(arg0 interface{}) *gomock.Call

DescribePodIdentityAssociationRequest indicates an expected call of DescribePodIdentityAssociationRequest.

func (*MockEKSAPIMockRecorder) DescribePodIdentityAssociationWithContext

func (mr *MockEKSAPIMockRecorder) DescribePodIdentityAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePodIdentityAssociationWithContext indicates an expected call of DescribePodIdentityAssociationWithContext.

func (*MockEKSAPIMockRecorder) DescribeUpdate

func (mr *MockEKSAPIMockRecorder) DescribeUpdate(arg0 interface{}) *gomock.Call

DescribeUpdate indicates an expected call of DescribeUpdate.

func (*MockEKSAPIMockRecorder) DescribeUpdateRequest

func (mr *MockEKSAPIMockRecorder) DescribeUpdateRequest(arg0 interface{}) *gomock.Call

DescribeUpdateRequest indicates an expected call of DescribeUpdateRequest.

func (*MockEKSAPIMockRecorder) DescribeUpdateWithContext

func (mr *MockEKSAPIMockRecorder) DescribeUpdateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeUpdateWithContext indicates an expected call of DescribeUpdateWithContext.

func (*MockEKSAPIMockRecorder) DisassociateAccessPolicy

func (mr *MockEKSAPIMockRecorder) DisassociateAccessPolicy(arg0 interface{}) *gomock.Call

DisassociateAccessPolicy indicates an expected call of DisassociateAccessPolicy.

func (*MockEKSAPIMockRecorder) DisassociateAccessPolicyRequest

func (mr *MockEKSAPIMockRecorder) DisassociateAccessPolicyRequest(arg0 interface{}) *gomock.Call

DisassociateAccessPolicyRequest indicates an expected call of DisassociateAccessPolicyRequest.

func (*MockEKSAPIMockRecorder) DisassociateAccessPolicyWithContext

func (mr *MockEKSAPIMockRecorder) DisassociateAccessPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateAccessPolicyWithContext indicates an expected call of DisassociateAccessPolicyWithContext.

func (*MockEKSAPIMockRecorder) DisassociateIdentityProviderConfig

func (mr *MockEKSAPIMockRecorder) DisassociateIdentityProviderConfig(arg0 interface{}) *gomock.Call

DisassociateIdentityProviderConfig indicates an expected call of DisassociateIdentityProviderConfig.

func (*MockEKSAPIMockRecorder) DisassociateIdentityProviderConfigRequest

func (mr *MockEKSAPIMockRecorder) DisassociateIdentityProviderConfigRequest(arg0 interface{}) *gomock.Call

DisassociateIdentityProviderConfigRequest indicates an expected call of DisassociateIdentityProviderConfigRequest.

func (*MockEKSAPIMockRecorder) DisassociateIdentityProviderConfigWithContext

func (mr *MockEKSAPIMockRecorder) DisassociateIdentityProviderConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateIdentityProviderConfigWithContext indicates an expected call of DisassociateIdentityProviderConfigWithContext.

func (*MockEKSAPIMockRecorder) ListAccessEntries

func (mr *MockEKSAPIMockRecorder) ListAccessEntries(arg0 interface{}) *gomock.Call

ListAccessEntries indicates an expected call of ListAccessEntries.

func (*MockEKSAPIMockRecorder) ListAccessEntriesPages

func (mr *MockEKSAPIMockRecorder) ListAccessEntriesPages(arg0, arg1 interface{}) *gomock.Call

ListAccessEntriesPages indicates an expected call of ListAccessEntriesPages.

func (*MockEKSAPIMockRecorder) ListAccessEntriesPagesWithContext

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

ListAccessEntriesPagesWithContext indicates an expected call of ListAccessEntriesPagesWithContext.

func (*MockEKSAPIMockRecorder) ListAccessEntriesRequest

func (mr *MockEKSAPIMockRecorder) ListAccessEntriesRequest(arg0 interface{}) *gomock.Call

ListAccessEntriesRequest indicates an expected call of ListAccessEntriesRequest.

func (*MockEKSAPIMockRecorder) ListAccessEntriesWithContext

func (mr *MockEKSAPIMockRecorder) ListAccessEntriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAccessEntriesWithContext indicates an expected call of ListAccessEntriesWithContext.

func (*MockEKSAPIMockRecorder) ListAccessPolicies

func (mr *MockEKSAPIMockRecorder) ListAccessPolicies(arg0 interface{}) *gomock.Call

ListAccessPolicies indicates an expected call of ListAccessPolicies.

func (*MockEKSAPIMockRecorder) ListAccessPoliciesPages

func (mr *MockEKSAPIMockRecorder) ListAccessPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListAccessPoliciesPages indicates an expected call of ListAccessPoliciesPages.

func (*MockEKSAPIMockRecorder) ListAccessPoliciesPagesWithContext

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

ListAccessPoliciesPagesWithContext indicates an expected call of ListAccessPoliciesPagesWithContext.

func (*MockEKSAPIMockRecorder) ListAccessPoliciesRequest

func (mr *MockEKSAPIMockRecorder) ListAccessPoliciesRequest(arg0 interface{}) *gomock.Call

ListAccessPoliciesRequest indicates an expected call of ListAccessPoliciesRequest.

func (*MockEKSAPIMockRecorder) ListAccessPoliciesWithContext

func (mr *MockEKSAPIMockRecorder) ListAccessPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAccessPoliciesWithContext indicates an expected call of ListAccessPoliciesWithContext.

func (*MockEKSAPIMockRecorder) ListAddons

func (mr *MockEKSAPIMockRecorder) ListAddons(arg0 interface{}) *gomock.Call

ListAddons indicates an expected call of ListAddons.

func (*MockEKSAPIMockRecorder) ListAddonsPages

func (mr *MockEKSAPIMockRecorder) ListAddonsPages(arg0, arg1 interface{}) *gomock.Call

ListAddonsPages indicates an expected call of ListAddonsPages.

func (*MockEKSAPIMockRecorder) ListAddonsPagesWithContext

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

ListAddonsPagesWithContext indicates an expected call of ListAddonsPagesWithContext.

func (*MockEKSAPIMockRecorder) ListAddonsRequest

func (mr *MockEKSAPIMockRecorder) ListAddonsRequest(arg0 interface{}) *gomock.Call

ListAddonsRequest indicates an expected call of ListAddonsRequest.

func (*MockEKSAPIMockRecorder) ListAddonsWithContext

func (mr *MockEKSAPIMockRecorder) ListAddonsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAddonsWithContext indicates an expected call of ListAddonsWithContext.

func (*MockEKSAPIMockRecorder) ListAssociatedAccessPolicies

func (mr *MockEKSAPIMockRecorder) ListAssociatedAccessPolicies(arg0 interface{}) *gomock.Call

ListAssociatedAccessPolicies indicates an expected call of ListAssociatedAccessPolicies.

func (*MockEKSAPIMockRecorder) ListAssociatedAccessPoliciesPages

func (mr *MockEKSAPIMockRecorder) ListAssociatedAccessPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListAssociatedAccessPoliciesPages indicates an expected call of ListAssociatedAccessPoliciesPages.

func (*MockEKSAPIMockRecorder) ListAssociatedAccessPoliciesPagesWithContext

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

ListAssociatedAccessPoliciesPagesWithContext indicates an expected call of ListAssociatedAccessPoliciesPagesWithContext.

func (*MockEKSAPIMockRecorder) ListAssociatedAccessPoliciesRequest

func (mr *MockEKSAPIMockRecorder) ListAssociatedAccessPoliciesRequest(arg0 interface{}) *gomock.Call

ListAssociatedAccessPoliciesRequest indicates an expected call of ListAssociatedAccessPoliciesRequest.

func (*MockEKSAPIMockRecorder) ListAssociatedAccessPoliciesWithContext

func (mr *MockEKSAPIMockRecorder) ListAssociatedAccessPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAssociatedAccessPoliciesWithContext indicates an expected call of ListAssociatedAccessPoliciesWithContext.

func (*MockEKSAPIMockRecorder) ListClusters

func (mr *MockEKSAPIMockRecorder) ListClusters(arg0 interface{}) *gomock.Call

ListClusters indicates an expected call of ListClusters.

func (*MockEKSAPIMockRecorder) ListClustersPages

func (mr *MockEKSAPIMockRecorder) ListClustersPages(arg0, arg1 interface{}) *gomock.Call

ListClustersPages indicates an expected call of ListClustersPages.

func (*MockEKSAPIMockRecorder) ListClustersPagesWithContext

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

ListClustersPagesWithContext indicates an expected call of ListClustersPagesWithContext.

func (*MockEKSAPIMockRecorder) ListClustersRequest

func (mr *MockEKSAPIMockRecorder) ListClustersRequest(arg0 interface{}) *gomock.Call

ListClustersRequest indicates an expected call of ListClustersRequest.

func (*MockEKSAPIMockRecorder) ListClustersWithContext

func (mr *MockEKSAPIMockRecorder) ListClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListClustersWithContext indicates an expected call of ListClustersWithContext.

func (*MockEKSAPIMockRecorder) ListEksAnywhereSubscriptions

func (mr *MockEKSAPIMockRecorder) ListEksAnywhereSubscriptions(arg0 interface{}) *gomock.Call

ListEksAnywhereSubscriptions indicates an expected call of ListEksAnywhereSubscriptions.

func (*MockEKSAPIMockRecorder) ListEksAnywhereSubscriptionsPages

func (mr *MockEKSAPIMockRecorder) ListEksAnywhereSubscriptionsPages(arg0, arg1 interface{}) *gomock.Call

ListEksAnywhereSubscriptionsPages indicates an expected call of ListEksAnywhereSubscriptionsPages.

func (*MockEKSAPIMockRecorder) ListEksAnywhereSubscriptionsPagesWithContext

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

ListEksAnywhereSubscriptionsPagesWithContext indicates an expected call of ListEksAnywhereSubscriptionsPagesWithContext.

func (*MockEKSAPIMockRecorder) ListEksAnywhereSubscriptionsRequest

func (mr *MockEKSAPIMockRecorder) ListEksAnywhereSubscriptionsRequest(arg0 interface{}) *gomock.Call

ListEksAnywhereSubscriptionsRequest indicates an expected call of ListEksAnywhereSubscriptionsRequest.

func (*MockEKSAPIMockRecorder) ListEksAnywhereSubscriptionsWithContext

func (mr *MockEKSAPIMockRecorder) ListEksAnywhereSubscriptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEksAnywhereSubscriptionsWithContext indicates an expected call of ListEksAnywhereSubscriptionsWithContext.

func (*MockEKSAPIMockRecorder) ListFargateProfiles

func (mr *MockEKSAPIMockRecorder) ListFargateProfiles(arg0 interface{}) *gomock.Call

ListFargateProfiles indicates an expected call of ListFargateProfiles.

func (*MockEKSAPIMockRecorder) ListFargateProfilesPages

func (mr *MockEKSAPIMockRecorder) ListFargateProfilesPages(arg0, arg1 interface{}) *gomock.Call

ListFargateProfilesPages indicates an expected call of ListFargateProfilesPages.

func (*MockEKSAPIMockRecorder) ListFargateProfilesPagesWithContext

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

ListFargateProfilesPagesWithContext indicates an expected call of ListFargateProfilesPagesWithContext.

func (*MockEKSAPIMockRecorder) ListFargateProfilesRequest

func (mr *MockEKSAPIMockRecorder) ListFargateProfilesRequest(arg0 interface{}) *gomock.Call

ListFargateProfilesRequest indicates an expected call of ListFargateProfilesRequest.

func (*MockEKSAPIMockRecorder) ListFargateProfilesWithContext

func (mr *MockEKSAPIMockRecorder) ListFargateProfilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFargateProfilesWithContext indicates an expected call of ListFargateProfilesWithContext.

func (*MockEKSAPIMockRecorder) ListIdentityProviderConfigs

func (mr *MockEKSAPIMockRecorder) ListIdentityProviderConfigs(arg0 interface{}) *gomock.Call

ListIdentityProviderConfigs indicates an expected call of ListIdentityProviderConfigs.

func (*MockEKSAPIMockRecorder) ListIdentityProviderConfigsPages

func (mr *MockEKSAPIMockRecorder) ListIdentityProviderConfigsPages(arg0, arg1 interface{}) *gomock.Call

ListIdentityProviderConfigsPages indicates an expected call of ListIdentityProviderConfigsPages.

func (*MockEKSAPIMockRecorder) ListIdentityProviderConfigsPagesWithContext

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

ListIdentityProviderConfigsPagesWithContext indicates an expected call of ListIdentityProviderConfigsPagesWithContext.

func (*MockEKSAPIMockRecorder) ListIdentityProviderConfigsRequest

func (mr *MockEKSAPIMockRecorder) ListIdentityProviderConfigsRequest(arg0 interface{}) *gomock.Call

ListIdentityProviderConfigsRequest indicates an expected call of ListIdentityProviderConfigsRequest.

func (*MockEKSAPIMockRecorder) ListIdentityProviderConfigsWithContext

func (mr *MockEKSAPIMockRecorder) ListIdentityProviderConfigsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListIdentityProviderConfigsWithContext indicates an expected call of ListIdentityProviderConfigsWithContext.

func (*MockEKSAPIMockRecorder) ListInsights

func (mr *MockEKSAPIMockRecorder) ListInsights(arg0 interface{}) *gomock.Call

ListInsights indicates an expected call of ListInsights.

func (*MockEKSAPIMockRecorder) ListInsightsPages

func (mr *MockEKSAPIMockRecorder) ListInsightsPages(arg0, arg1 interface{}) *gomock.Call

ListInsightsPages indicates an expected call of ListInsightsPages.

func (*MockEKSAPIMockRecorder) ListInsightsPagesWithContext

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

ListInsightsPagesWithContext indicates an expected call of ListInsightsPagesWithContext.

func (*MockEKSAPIMockRecorder) ListInsightsRequest

func (mr *MockEKSAPIMockRecorder) ListInsightsRequest(arg0 interface{}) *gomock.Call

ListInsightsRequest indicates an expected call of ListInsightsRequest.

func (*MockEKSAPIMockRecorder) ListInsightsWithContext

func (mr *MockEKSAPIMockRecorder) ListInsightsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListInsightsWithContext indicates an expected call of ListInsightsWithContext.

func (*MockEKSAPIMockRecorder) ListNodegroups

func (mr *MockEKSAPIMockRecorder) ListNodegroups(arg0 interface{}) *gomock.Call

ListNodegroups indicates an expected call of ListNodegroups.

func (*MockEKSAPIMockRecorder) ListNodegroupsPages

func (mr *MockEKSAPIMockRecorder) ListNodegroupsPages(arg0, arg1 interface{}) *gomock.Call

ListNodegroupsPages indicates an expected call of ListNodegroupsPages.

func (*MockEKSAPIMockRecorder) ListNodegroupsPagesWithContext

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

ListNodegroupsPagesWithContext indicates an expected call of ListNodegroupsPagesWithContext.

func (*MockEKSAPIMockRecorder) ListNodegroupsRequest

func (mr *MockEKSAPIMockRecorder) ListNodegroupsRequest(arg0 interface{}) *gomock.Call

ListNodegroupsRequest indicates an expected call of ListNodegroupsRequest.

func (*MockEKSAPIMockRecorder) ListNodegroupsWithContext

func (mr *MockEKSAPIMockRecorder) ListNodegroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListNodegroupsWithContext indicates an expected call of ListNodegroupsWithContext.

func (*MockEKSAPIMockRecorder) ListPodIdentityAssociations

func (mr *MockEKSAPIMockRecorder) ListPodIdentityAssociations(arg0 interface{}) *gomock.Call

ListPodIdentityAssociations indicates an expected call of ListPodIdentityAssociations.

func (*MockEKSAPIMockRecorder) ListPodIdentityAssociationsPages

func (mr *MockEKSAPIMockRecorder) ListPodIdentityAssociationsPages(arg0, arg1 interface{}) *gomock.Call

ListPodIdentityAssociationsPages indicates an expected call of ListPodIdentityAssociationsPages.

func (*MockEKSAPIMockRecorder) ListPodIdentityAssociationsPagesWithContext

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

ListPodIdentityAssociationsPagesWithContext indicates an expected call of ListPodIdentityAssociationsPagesWithContext.

func (*MockEKSAPIMockRecorder) ListPodIdentityAssociationsRequest

func (mr *MockEKSAPIMockRecorder) ListPodIdentityAssociationsRequest(arg0 interface{}) *gomock.Call

ListPodIdentityAssociationsRequest indicates an expected call of ListPodIdentityAssociationsRequest.

func (*MockEKSAPIMockRecorder) ListPodIdentityAssociationsWithContext

func (mr *MockEKSAPIMockRecorder) ListPodIdentityAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPodIdentityAssociationsWithContext indicates an expected call of ListPodIdentityAssociationsWithContext.

func (*MockEKSAPIMockRecorder) ListTagsForResource

func (mr *MockEKSAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockEKSAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockEKSAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockEKSAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockEKSAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockEKSAPIMockRecorder) ListUpdates

func (mr *MockEKSAPIMockRecorder) ListUpdates(arg0 interface{}) *gomock.Call

ListUpdates indicates an expected call of ListUpdates.

func (*MockEKSAPIMockRecorder) ListUpdatesPages

func (mr *MockEKSAPIMockRecorder) ListUpdatesPages(arg0, arg1 interface{}) *gomock.Call

ListUpdatesPages indicates an expected call of ListUpdatesPages.

func (*MockEKSAPIMockRecorder) ListUpdatesPagesWithContext

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

ListUpdatesPagesWithContext indicates an expected call of ListUpdatesPagesWithContext.

func (*MockEKSAPIMockRecorder) ListUpdatesRequest

func (mr *MockEKSAPIMockRecorder) ListUpdatesRequest(arg0 interface{}) *gomock.Call

ListUpdatesRequest indicates an expected call of ListUpdatesRequest.

func (*MockEKSAPIMockRecorder) ListUpdatesWithContext

func (mr *MockEKSAPIMockRecorder) ListUpdatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUpdatesWithContext indicates an expected call of ListUpdatesWithContext.

func (*MockEKSAPIMockRecorder) RegisterCluster

func (mr *MockEKSAPIMockRecorder) RegisterCluster(arg0 interface{}) *gomock.Call

RegisterCluster indicates an expected call of RegisterCluster.

func (*MockEKSAPIMockRecorder) RegisterClusterRequest

func (mr *MockEKSAPIMockRecorder) RegisterClusterRequest(arg0 interface{}) *gomock.Call

RegisterClusterRequest indicates an expected call of RegisterClusterRequest.

func (*MockEKSAPIMockRecorder) RegisterClusterWithContext

func (mr *MockEKSAPIMockRecorder) RegisterClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterClusterWithContext indicates an expected call of RegisterClusterWithContext.

func (*MockEKSAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource.

func (*MockEKSAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockEKSAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockEKSAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource.

func (*MockEKSAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockEKSAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockEKSAPIMockRecorder) UpdateAccessEntry

func (mr *MockEKSAPIMockRecorder) UpdateAccessEntry(arg0 interface{}) *gomock.Call

UpdateAccessEntry indicates an expected call of UpdateAccessEntry.

func (*MockEKSAPIMockRecorder) UpdateAccessEntryRequest

func (mr *MockEKSAPIMockRecorder) UpdateAccessEntryRequest(arg0 interface{}) *gomock.Call

UpdateAccessEntryRequest indicates an expected call of UpdateAccessEntryRequest.

func (*MockEKSAPIMockRecorder) UpdateAccessEntryWithContext

func (mr *MockEKSAPIMockRecorder) UpdateAccessEntryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAccessEntryWithContext indicates an expected call of UpdateAccessEntryWithContext.

func (*MockEKSAPIMockRecorder) UpdateAddon

func (mr *MockEKSAPIMockRecorder) UpdateAddon(arg0 interface{}) *gomock.Call

UpdateAddon indicates an expected call of UpdateAddon.

func (*MockEKSAPIMockRecorder) UpdateAddonRequest

func (mr *MockEKSAPIMockRecorder) UpdateAddonRequest(arg0 interface{}) *gomock.Call

UpdateAddonRequest indicates an expected call of UpdateAddonRequest.

func (*MockEKSAPIMockRecorder) UpdateAddonWithContext

func (mr *MockEKSAPIMockRecorder) UpdateAddonWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAddonWithContext indicates an expected call of UpdateAddonWithContext.

func (*MockEKSAPIMockRecorder) UpdateClusterConfig

func (mr *MockEKSAPIMockRecorder) UpdateClusterConfig(arg0 interface{}) *gomock.Call

UpdateClusterConfig indicates an expected call of UpdateClusterConfig.

func (*MockEKSAPIMockRecorder) UpdateClusterConfigRequest

func (mr *MockEKSAPIMockRecorder) UpdateClusterConfigRequest(arg0 interface{}) *gomock.Call

UpdateClusterConfigRequest indicates an expected call of UpdateClusterConfigRequest.

func (*MockEKSAPIMockRecorder) UpdateClusterConfigWithContext

func (mr *MockEKSAPIMockRecorder) UpdateClusterConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateClusterConfigWithContext indicates an expected call of UpdateClusterConfigWithContext.

func (*MockEKSAPIMockRecorder) UpdateClusterVersion

func (mr *MockEKSAPIMockRecorder) UpdateClusterVersion(arg0 interface{}) *gomock.Call

UpdateClusterVersion indicates an expected call of UpdateClusterVersion.

func (*MockEKSAPIMockRecorder) UpdateClusterVersionRequest

func (mr *MockEKSAPIMockRecorder) UpdateClusterVersionRequest(arg0 interface{}) *gomock.Call

UpdateClusterVersionRequest indicates an expected call of UpdateClusterVersionRequest.

func (*MockEKSAPIMockRecorder) UpdateClusterVersionWithContext

func (mr *MockEKSAPIMockRecorder) UpdateClusterVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateClusterVersionWithContext indicates an expected call of UpdateClusterVersionWithContext.

func (*MockEKSAPIMockRecorder) UpdateEksAnywhereSubscription

func (mr *MockEKSAPIMockRecorder) UpdateEksAnywhereSubscription(arg0 interface{}) *gomock.Call

UpdateEksAnywhereSubscription indicates an expected call of UpdateEksAnywhereSubscription.

func (*MockEKSAPIMockRecorder) UpdateEksAnywhereSubscriptionRequest

func (mr *MockEKSAPIMockRecorder) UpdateEksAnywhereSubscriptionRequest(arg0 interface{}) *gomock.Call

UpdateEksAnywhereSubscriptionRequest indicates an expected call of UpdateEksAnywhereSubscriptionRequest.

func (*MockEKSAPIMockRecorder) UpdateEksAnywhereSubscriptionWithContext

func (mr *MockEKSAPIMockRecorder) UpdateEksAnywhereSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateEksAnywhereSubscriptionWithContext indicates an expected call of UpdateEksAnywhereSubscriptionWithContext.

func (*MockEKSAPIMockRecorder) UpdateNodegroupConfig

func (mr *MockEKSAPIMockRecorder) UpdateNodegroupConfig(arg0 interface{}) *gomock.Call

UpdateNodegroupConfig indicates an expected call of UpdateNodegroupConfig.

func (*MockEKSAPIMockRecorder) UpdateNodegroupConfigRequest

func (mr *MockEKSAPIMockRecorder) UpdateNodegroupConfigRequest(arg0 interface{}) *gomock.Call

UpdateNodegroupConfigRequest indicates an expected call of UpdateNodegroupConfigRequest.

func (*MockEKSAPIMockRecorder) UpdateNodegroupConfigWithContext

func (mr *MockEKSAPIMockRecorder) UpdateNodegroupConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateNodegroupConfigWithContext indicates an expected call of UpdateNodegroupConfigWithContext.

func (*MockEKSAPIMockRecorder) UpdateNodegroupVersion

func (mr *MockEKSAPIMockRecorder) UpdateNodegroupVersion(arg0 interface{}) *gomock.Call

UpdateNodegroupVersion indicates an expected call of UpdateNodegroupVersion.

func (*MockEKSAPIMockRecorder) UpdateNodegroupVersionRequest

func (mr *MockEKSAPIMockRecorder) UpdateNodegroupVersionRequest(arg0 interface{}) *gomock.Call

UpdateNodegroupVersionRequest indicates an expected call of UpdateNodegroupVersionRequest.

func (*MockEKSAPIMockRecorder) UpdateNodegroupVersionWithContext

func (mr *MockEKSAPIMockRecorder) UpdateNodegroupVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateNodegroupVersionWithContext indicates an expected call of UpdateNodegroupVersionWithContext.

func (*MockEKSAPIMockRecorder) UpdatePodIdentityAssociation

func (mr *MockEKSAPIMockRecorder) UpdatePodIdentityAssociation(arg0 interface{}) *gomock.Call

UpdatePodIdentityAssociation indicates an expected call of UpdatePodIdentityAssociation.

func (*MockEKSAPIMockRecorder) UpdatePodIdentityAssociationRequest

func (mr *MockEKSAPIMockRecorder) UpdatePodIdentityAssociationRequest(arg0 interface{}) *gomock.Call

UpdatePodIdentityAssociationRequest indicates an expected call of UpdatePodIdentityAssociationRequest.

func (*MockEKSAPIMockRecorder) UpdatePodIdentityAssociationWithContext

func (mr *MockEKSAPIMockRecorder) UpdatePodIdentityAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdatePodIdentityAssociationWithContext indicates an expected call of UpdatePodIdentityAssociationWithContext.

func (*MockEKSAPIMockRecorder) WaitUntilAddonActive

func (mr *MockEKSAPIMockRecorder) WaitUntilAddonActive(arg0 interface{}) *gomock.Call

WaitUntilAddonActive indicates an expected call of WaitUntilAddonActive.

func (*MockEKSAPIMockRecorder) WaitUntilAddonActiveWithContext

func (mr *MockEKSAPIMockRecorder) WaitUntilAddonActiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilAddonActiveWithContext indicates an expected call of WaitUntilAddonActiveWithContext.

func (*MockEKSAPIMockRecorder) WaitUntilAddonDeleted

func (mr *MockEKSAPIMockRecorder) WaitUntilAddonDeleted(arg0 interface{}) *gomock.Call

WaitUntilAddonDeleted indicates an expected call of WaitUntilAddonDeleted.

func (*MockEKSAPIMockRecorder) WaitUntilAddonDeletedWithContext

func (mr *MockEKSAPIMockRecorder) WaitUntilAddonDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilAddonDeletedWithContext indicates an expected call of WaitUntilAddonDeletedWithContext.

func (*MockEKSAPIMockRecorder) WaitUntilClusterActive

func (mr *MockEKSAPIMockRecorder) WaitUntilClusterActive(arg0 interface{}) *gomock.Call

WaitUntilClusterActive indicates an expected call of WaitUntilClusterActive.

func (*MockEKSAPIMockRecorder) WaitUntilClusterActiveWithContext

func (mr *MockEKSAPIMockRecorder) WaitUntilClusterActiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilClusterActiveWithContext indicates an expected call of WaitUntilClusterActiveWithContext.

func (*MockEKSAPIMockRecorder) WaitUntilClusterDeleted

func (mr *MockEKSAPIMockRecorder) WaitUntilClusterDeleted(arg0 interface{}) *gomock.Call

WaitUntilClusterDeleted indicates an expected call of WaitUntilClusterDeleted.

func (*MockEKSAPIMockRecorder) WaitUntilClusterDeletedWithContext

func (mr *MockEKSAPIMockRecorder) WaitUntilClusterDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilClusterDeletedWithContext indicates an expected call of WaitUntilClusterDeletedWithContext.

func (*MockEKSAPIMockRecorder) WaitUntilFargateProfileActive

func (mr *MockEKSAPIMockRecorder) WaitUntilFargateProfileActive(arg0 interface{}) *gomock.Call

WaitUntilFargateProfileActive indicates an expected call of WaitUntilFargateProfileActive.

func (*MockEKSAPIMockRecorder) WaitUntilFargateProfileActiveWithContext

func (mr *MockEKSAPIMockRecorder) WaitUntilFargateProfileActiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilFargateProfileActiveWithContext indicates an expected call of WaitUntilFargateProfileActiveWithContext.

func (*MockEKSAPIMockRecorder) WaitUntilFargateProfileDeleted

func (mr *MockEKSAPIMockRecorder) WaitUntilFargateProfileDeleted(arg0 interface{}) *gomock.Call

WaitUntilFargateProfileDeleted indicates an expected call of WaitUntilFargateProfileDeleted.

func (*MockEKSAPIMockRecorder) WaitUntilFargateProfileDeletedWithContext

func (mr *MockEKSAPIMockRecorder) WaitUntilFargateProfileDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilFargateProfileDeletedWithContext indicates an expected call of WaitUntilFargateProfileDeletedWithContext.

func (*MockEKSAPIMockRecorder) WaitUntilNodegroupActive

func (mr *MockEKSAPIMockRecorder) WaitUntilNodegroupActive(arg0 interface{}) *gomock.Call

WaitUntilNodegroupActive indicates an expected call of WaitUntilNodegroupActive.

func (*MockEKSAPIMockRecorder) WaitUntilNodegroupActiveWithContext

func (mr *MockEKSAPIMockRecorder) WaitUntilNodegroupActiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilNodegroupActiveWithContext indicates an expected call of WaitUntilNodegroupActiveWithContext.

func (*MockEKSAPIMockRecorder) WaitUntilNodegroupDeleted

func (mr *MockEKSAPIMockRecorder) WaitUntilNodegroupDeleted(arg0 interface{}) *gomock.Call

WaitUntilNodegroupDeleted indicates an expected call of WaitUntilNodegroupDeleted.

func (*MockEKSAPIMockRecorder) WaitUntilNodegroupDeletedWithContext

func (mr *MockEKSAPIMockRecorder) WaitUntilNodegroupDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilNodegroupDeletedWithContext indicates an expected call of WaitUntilNodegroupDeletedWithContext.

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) GetMFADevice

func (m *MockIAMAPI) GetMFADevice(arg0 *iam.GetMFADeviceInput) (*iam.GetMFADeviceOutput, error)

GetMFADevice mocks base method.

func (*MockIAMAPI) GetMFADeviceRequest

func (m *MockIAMAPI) GetMFADeviceRequest(arg0 *iam.GetMFADeviceInput) (*request.Request, *iam.GetMFADeviceOutput)

GetMFADeviceRequest mocks base method.

func (*MockIAMAPI) GetMFADeviceWithContext

func (m *MockIAMAPI) GetMFADeviceWithContext(arg0 context.Context, arg1 *iam.GetMFADeviceInput, arg2 ...request.Option) (*iam.GetMFADeviceOutput, error)

GetMFADeviceWithContext 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

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

ListInstanceProfileTags mocks base method.

func (*MockIAMAPI) ListInstanceProfileTagsPages

func (m *MockIAMAPI) ListInstanceProfileTagsPages(arg0 *iam.ListInstanceProfileTagsInput, arg1 func(*iam.ListInstanceProfileTagsOutput, bool) bool) error

ListInstanceProfileTagsPages mocks base method.

func (*MockIAMAPI) ListInstanceProfileTagsPagesWithContext

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

ListInstanceProfileTagsPagesWithContext mocks base method.

func (*MockIAMAPI) ListInstanceProfileTagsRequest

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

ListInstanceProfileTagsRequest mocks base method.

func (*MockIAMAPI) ListInstanceProfileTagsWithContext

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

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

ListMFADeviceTags mocks base method.

func (*MockIAMAPI) ListMFADeviceTagsPages

func (m *MockIAMAPI) ListMFADeviceTagsPages(arg0 *iam.ListMFADeviceTagsInput, arg1 func(*iam.ListMFADeviceTagsOutput, bool) bool) error

ListMFADeviceTagsPages mocks base method.

func (*MockIAMAPI) ListMFADeviceTagsPagesWithContext

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

ListMFADeviceTagsPagesWithContext mocks base method.

func (*MockIAMAPI) ListMFADeviceTagsRequest

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

ListMFADeviceTagsRequest mocks base method.

func (*MockIAMAPI) ListMFADeviceTagsWithContext

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

ListOpenIDConnectProviderTags mocks base method.

func (*MockIAMAPI) ListOpenIDConnectProviderTagsPages

func (m *MockIAMAPI) ListOpenIDConnectProviderTagsPages(arg0 *iam.ListOpenIDConnectProviderTagsInput, arg1 func(*iam.ListOpenIDConnectProviderTagsOutput, bool) bool) error

ListOpenIDConnectProviderTagsPages mocks base method.

func (*MockIAMAPI) ListOpenIDConnectProviderTagsPagesWithContext

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

ListOpenIDConnectProviderTagsPagesWithContext mocks base method.

func (*MockIAMAPI) ListOpenIDConnectProviderTagsRequest

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

ListOpenIDConnectProviderTagsRequest mocks base method.

func (*MockIAMAPI) ListOpenIDConnectProviderTagsWithContext

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

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

ListPolicyTags mocks base method.

func (*MockIAMAPI) ListPolicyTagsPages

func (m *MockIAMAPI) ListPolicyTagsPages(arg0 *iam.ListPolicyTagsInput, arg1 func(*iam.ListPolicyTagsOutput, bool) bool) error

ListPolicyTagsPages mocks base method.

func (*MockIAMAPI) ListPolicyTagsPagesWithContext

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

ListPolicyTagsPagesWithContext mocks base method.

func (*MockIAMAPI) ListPolicyTagsRequest

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

ListPolicyTagsRequest mocks base method.

func (*MockIAMAPI) ListPolicyTagsWithContext

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) ListRoleTagsPages

func (m *MockIAMAPI) ListRoleTagsPages(arg0 *iam.ListRoleTagsInput, arg1 func(*iam.ListRoleTagsOutput, bool) bool) error

ListRoleTagsPages mocks base method.

func (*MockIAMAPI) ListRoleTagsPagesWithContext

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

ListRoleTagsPagesWithContext 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

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

ListSAMLProviderTags mocks base method.

func (*MockIAMAPI) ListSAMLProviderTagsPages

func (m *MockIAMAPI) ListSAMLProviderTagsPages(arg0 *iam.ListSAMLProviderTagsInput, arg1 func(*iam.ListSAMLProviderTagsOutput, bool) bool) error

ListSAMLProviderTagsPages mocks base method.

func (*MockIAMAPI) ListSAMLProviderTagsPagesWithContext

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

ListSAMLProviderTagsPagesWithContext mocks base method.

func (*MockIAMAPI) ListSAMLProviderTagsRequest

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

ListSAMLProviderTagsRequest mocks base method.

func (*MockIAMAPI) ListSAMLProviderTagsWithContext

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

ListServerCertificateTags mocks base method.

func (*MockIAMAPI) ListServerCertificateTagsPages

func (m *MockIAMAPI) ListServerCertificateTagsPages(arg0 *iam.ListServerCertificateTagsInput, arg1 func(*iam.ListServerCertificateTagsOutput, bool) bool) error

ListServerCertificateTagsPages mocks base method.

func (*MockIAMAPI) ListServerCertificateTagsPagesWithContext

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

ListServerCertificateTagsPagesWithContext mocks base method.

func (*MockIAMAPI) ListServerCertificateTagsRequest

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

ListServerCertificateTagsRequest mocks base method.

func (*MockIAMAPI) ListServerCertificateTagsWithContext

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

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

ListUserTagsPages mocks base method.

func (*MockIAMAPI) ListUserTagsPagesWithContext

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

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

TagInstanceProfile mocks base method.

func (*MockIAMAPI) TagInstanceProfileRequest

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

TagInstanceProfileRequest mocks base method.

func (*MockIAMAPI) TagInstanceProfileWithContext

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

TagInstanceProfileWithContext mocks base method.

func (*MockIAMAPI) TagMFADevice

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

TagMFADevice mocks base method.

func (*MockIAMAPI) TagMFADeviceRequest

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

TagMFADeviceRequest mocks base method.

func (*MockIAMAPI) TagMFADeviceWithContext

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

TagMFADeviceWithContext mocks base method.

func (*MockIAMAPI) TagOpenIDConnectProvider

TagOpenIDConnectProvider mocks base method.

func (*MockIAMAPI) TagOpenIDConnectProviderRequest

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

TagOpenIDConnectProviderRequest mocks base method.

func (*MockIAMAPI) TagOpenIDConnectProviderWithContext

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

TagOpenIDConnectProviderWithContext mocks base method.

func (*MockIAMAPI) TagPolicy

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

TagPolicy mocks base method.

func (*MockIAMAPI) TagPolicyRequest

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

TagPolicyRequest mocks base method.

func (*MockIAMAPI) TagPolicyWithContext

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

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

TagSAMLProvider mocks base method.

func (*MockIAMAPI) TagSAMLProviderRequest

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

TagSAMLProviderRequest mocks base method.

func (*MockIAMAPI) TagSAMLProviderWithContext

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

TagSAMLProviderWithContext mocks base method.

func (*MockIAMAPI) TagServerCertificate

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

TagServerCertificate mocks base method.

func (*MockIAMAPI) TagServerCertificateRequest

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

TagServerCertificateRequest mocks base method.

func (*MockIAMAPI) TagServerCertificateWithContext

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

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

UntagInstanceProfile mocks base method.

func (*MockIAMAPI) UntagInstanceProfileRequest

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

UntagInstanceProfileRequest mocks base method.

func (*MockIAMAPI) UntagInstanceProfileWithContext

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

UntagInstanceProfileWithContext mocks base method.

func (*MockIAMAPI) UntagMFADevice

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

UntagMFADevice mocks base method.

func (*MockIAMAPI) UntagMFADeviceRequest

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

UntagMFADeviceRequest mocks base method.

func (*MockIAMAPI) UntagMFADeviceWithContext

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

UntagMFADeviceWithContext mocks base method.

func (*MockIAMAPI) UntagOpenIDConnectProvider

UntagOpenIDConnectProvider mocks base method.

func (*MockIAMAPI) UntagOpenIDConnectProviderRequest

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

UntagOpenIDConnectProviderRequest mocks base method.

func (*MockIAMAPI) UntagOpenIDConnectProviderWithContext

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

UntagOpenIDConnectProviderWithContext mocks base method.

func (*MockIAMAPI) UntagPolicy

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

UntagPolicy mocks base method.

func (*MockIAMAPI) UntagPolicyRequest

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

UntagPolicyRequest mocks base method.

func (*MockIAMAPI) UntagPolicyWithContext

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

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

UntagSAMLProvider mocks base method.

func (*MockIAMAPI) UntagSAMLProviderRequest

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

UntagSAMLProviderRequest mocks base method.

func (*MockIAMAPI) UntagSAMLProviderWithContext

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

UntagSAMLProviderWithContext mocks base method.

func (*MockIAMAPI) UntagServerCertificate

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

UntagServerCertificate mocks base method.

func (*MockIAMAPI) UntagServerCertificateRequest

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

UntagServerCertificateRequest mocks base method.

func (*MockIAMAPI) UntagServerCertificateWithContext

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) GetMFADevice

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

GetMFADevice indicates an expected call of GetMFADevice.

func (*MockIAMAPIMockRecorder) GetMFADeviceRequest

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

GetMFADeviceRequest indicates an expected call of GetMFADeviceRequest.

func (*MockIAMAPIMockRecorder) GetMFADeviceWithContext

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

GetMFADeviceWithContext indicates an expected call of GetMFADeviceWithContext.

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

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

ListInstanceProfileTags indicates an expected call of ListInstanceProfileTags.

func (*MockIAMAPIMockRecorder) ListInstanceProfileTagsPages

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

ListInstanceProfileTagsPages indicates an expected call of ListInstanceProfileTagsPages.

func (*MockIAMAPIMockRecorder) ListInstanceProfileTagsPagesWithContext

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

ListInstanceProfileTagsPagesWithContext indicates an expected call of ListInstanceProfileTagsPagesWithContext.

func (*MockIAMAPIMockRecorder) ListInstanceProfileTagsRequest

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

ListInstanceProfileTagsRequest indicates an expected call of ListInstanceProfileTagsRequest.

func (*MockIAMAPIMockRecorder) ListInstanceProfileTagsWithContext

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

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

ListMFADeviceTags indicates an expected call of ListMFADeviceTags.

func (*MockIAMAPIMockRecorder) ListMFADeviceTagsPages

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

ListMFADeviceTagsPages indicates an expected call of ListMFADeviceTagsPages.

func (*MockIAMAPIMockRecorder) ListMFADeviceTagsPagesWithContext

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

ListMFADeviceTagsPagesWithContext indicates an expected call of ListMFADeviceTagsPagesWithContext.

func (*MockIAMAPIMockRecorder) ListMFADeviceTagsRequest

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

ListMFADeviceTagsRequest indicates an expected call of ListMFADeviceTagsRequest.

func (*MockIAMAPIMockRecorder) ListMFADeviceTagsWithContext

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

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

ListOpenIDConnectProviderTags indicates an expected call of ListOpenIDConnectProviderTags.

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProviderTagsPages

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

ListOpenIDConnectProviderTagsPages indicates an expected call of ListOpenIDConnectProviderTagsPages.

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProviderTagsPagesWithContext

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

ListOpenIDConnectProviderTagsPagesWithContext indicates an expected call of ListOpenIDConnectProviderTagsPagesWithContext.

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProviderTagsRequest

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

ListOpenIDConnectProviderTagsRequest indicates an expected call of ListOpenIDConnectProviderTagsRequest.

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProviderTagsWithContext

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

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

ListPolicyTags indicates an expected call of ListPolicyTags.

func (*MockIAMAPIMockRecorder) ListPolicyTagsPages

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

ListPolicyTagsPages indicates an expected call of ListPolicyTagsPages.

func (*MockIAMAPIMockRecorder) ListPolicyTagsPagesWithContext

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

ListPolicyTagsPagesWithContext indicates an expected call of ListPolicyTagsPagesWithContext.

func (*MockIAMAPIMockRecorder) ListPolicyTagsRequest

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

ListPolicyTagsRequest indicates an expected call of ListPolicyTagsRequest.

func (*MockIAMAPIMockRecorder) ListPolicyTagsWithContext

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) ListRoleTagsPages

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

ListRoleTagsPages indicates an expected call of ListRoleTagsPages.

func (*MockIAMAPIMockRecorder) ListRoleTagsPagesWithContext

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

ListRoleTagsPagesWithContext indicates an expected call of ListRoleTagsPagesWithContext.

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

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

ListSAMLProviderTags indicates an expected call of ListSAMLProviderTags.

func (*MockIAMAPIMockRecorder) ListSAMLProviderTagsPages

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

ListSAMLProviderTagsPages indicates an expected call of ListSAMLProviderTagsPages.

func (*MockIAMAPIMockRecorder) ListSAMLProviderTagsPagesWithContext

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

ListSAMLProviderTagsPagesWithContext indicates an expected call of ListSAMLProviderTagsPagesWithContext.

func (*MockIAMAPIMockRecorder) ListSAMLProviderTagsRequest

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

ListSAMLProviderTagsRequest indicates an expected call of ListSAMLProviderTagsRequest.

func (*MockIAMAPIMockRecorder) ListSAMLProviderTagsWithContext

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

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

ListServerCertificateTags indicates an expected call of ListServerCertificateTags.

func (*MockIAMAPIMockRecorder) ListServerCertificateTagsPages

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

ListServerCertificateTagsPages indicates an expected call of ListServerCertificateTagsPages.

func (*MockIAMAPIMockRecorder) ListServerCertificateTagsPagesWithContext

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

ListServerCertificateTagsPagesWithContext indicates an expected call of ListServerCertificateTagsPagesWithContext.

func (*MockIAMAPIMockRecorder) ListServerCertificateTagsRequest

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

ListServerCertificateTagsRequest indicates an expected call of ListServerCertificateTagsRequest.

func (*MockIAMAPIMockRecorder) ListServerCertificateTagsWithContext

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

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

ListUserTagsPages indicates an expected call of ListUserTagsPages.

func (*MockIAMAPIMockRecorder) ListUserTagsPagesWithContext

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

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

TagInstanceProfile indicates an expected call of TagInstanceProfile.

func (*MockIAMAPIMockRecorder) TagInstanceProfileRequest

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

TagInstanceProfileRequest indicates an expected call of TagInstanceProfileRequest.

func (*MockIAMAPIMockRecorder) TagInstanceProfileWithContext

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

TagInstanceProfileWithContext indicates an expected call of TagInstanceProfileWithContext.

func (*MockIAMAPIMockRecorder) TagMFADevice

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

TagMFADevice indicates an expected call of TagMFADevice.

func (*MockIAMAPIMockRecorder) TagMFADeviceRequest

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

TagMFADeviceRequest indicates an expected call of TagMFADeviceRequest.

func (*MockIAMAPIMockRecorder) TagMFADeviceWithContext

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

TagMFADeviceWithContext indicates an expected call of TagMFADeviceWithContext.

func (*MockIAMAPIMockRecorder) TagOpenIDConnectProvider

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

TagOpenIDConnectProvider indicates an expected call of TagOpenIDConnectProvider.

func (*MockIAMAPIMockRecorder) TagOpenIDConnectProviderRequest

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

TagOpenIDConnectProviderRequest indicates an expected call of TagOpenIDConnectProviderRequest.

func (*MockIAMAPIMockRecorder) TagOpenIDConnectProviderWithContext

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

TagOpenIDConnectProviderWithContext indicates an expected call of TagOpenIDConnectProviderWithContext.

func (*MockIAMAPIMockRecorder) TagPolicy

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

TagPolicy indicates an expected call of TagPolicy.

func (*MockIAMAPIMockRecorder) TagPolicyRequest

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

TagPolicyRequest indicates an expected call of TagPolicyRequest.

func (*MockIAMAPIMockRecorder) TagPolicyWithContext

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

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

TagSAMLProvider indicates an expected call of TagSAMLProvider.

func (*MockIAMAPIMockRecorder) TagSAMLProviderRequest

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

TagSAMLProviderRequest indicates an expected call of TagSAMLProviderRequest.

func (*MockIAMAPIMockRecorder) TagSAMLProviderWithContext

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

TagSAMLProviderWithContext indicates an expected call of TagSAMLProviderWithContext.

func (*MockIAMAPIMockRecorder) TagServerCertificate

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

TagServerCertificate indicates an expected call of TagServerCertificate.

func (*MockIAMAPIMockRecorder) TagServerCertificateRequest

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

TagServerCertificateRequest indicates an expected call of TagServerCertificateRequest.

func (*MockIAMAPIMockRecorder) TagServerCertificateWithContext

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

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

UntagInstanceProfile indicates an expected call of UntagInstanceProfile.

func (*MockIAMAPIMockRecorder) UntagInstanceProfileRequest

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

UntagInstanceProfileRequest indicates an expected call of UntagInstanceProfileRequest.

func (*MockIAMAPIMockRecorder) UntagInstanceProfileWithContext

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

UntagInstanceProfileWithContext indicates an expected call of UntagInstanceProfileWithContext.

func (*MockIAMAPIMockRecorder) UntagMFADevice

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

UntagMFADevice indicates an expected call of UntagMFADevice.

func (*MockIAMAPIMockRecorder) UntagMFADeviceRequest

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

UntagMFADeviceRequest indicates an expected call of UntagMFADeviceRequest.

func (*MockIAMAPIMockRecorder) UntagMFADeviceWithContext

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

UntagMFADeviceWithContext indicates an expected call of UntagMFADeviceWithContext.

func (*MockIAMAPIMockRecorder) UntagOpenIDConnectProvider

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

UntagOpenIDConnectProvider indicates an expected call of UntagOpenIDConnectProvider.

func (*MockIAMAPIMockRecorder) UntagOpenIDConnectProviderRequest

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

UntagOpenIDConnectProviderRequest indicates an expected call of UntagOpenIDConnectProviderRequest.

func (*MockIAMAPIMockRecorder) UntagOpenIDConnectProviderWithContext

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

UntagOpenIDConnectProviderWithContext indicates an expected call of UntagOpenIDConnectProviderWithContext.

func (*MockIAMAPIMockRecorder) UntagPolicy

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

UntagPolicy indicates an expected call of UntagPolicy.

func (*MockIAMAPIMockRecorder) UntagPolicyRequest

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

UntagPolicyRequest indicates an expected call of UntagPolicyRequest.

func (*MockIAMAPIMockRecorder) UntagPolicyWithContext

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

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

UntagSAMLProvider indicates an expected call of UntagSAMLProvider.

func (*MockIAMAPIMockRecorder) UntagSAMLProviderRequest

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

UntagSAMLProviderRequest indicates an expected call of UntagSAMLProviderRequest.

func (*MockIAMAPIMockRecorder) UntagSAMLProviderWithContext

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

UntagSAMLProviderWithContext indicates an expected call of UntagSAMLProviderWithContext.

func (*MockIAMAPIMockRecorder) UntagServerCertificate

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

UntagServerCertificate indicates an expected call of UntagServerCertificate.

func (*MockIAMAPIMockRecorder) UntagServerCertificateRequest

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

UntagServerCertificateRequest indicates an expected call of UntagServerCertificateRequest.

func (*MockIAMAPIMockRecorder) UntagServerCertificateWithContext

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.

Jump to

Keyboard shortcuts

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